(Server): Clarify that `file' should be used before connecting to the server.
[binutils-gdb.git] / gdb / doc / gdb.texinfo
1 \input texinfo @c -*-texinfo-*-
2 @c Copyright 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998,
3 @c 1999, 2000, 2001, 2002, 2003, 2004, 2005
4 @c Free Software Foundation, Inc.
5 @c
6 @c %**start of header
7 @c makeinfo ignores cmds prev to setfilename, so its arg cannot make use
8 @c of @set vars. However, you can override filename with makeinfo -o.
9 @setfilename gdb.info
10 @c
11 @include gdb-cfg.texi
12 @c
13 @settitle Debugging with @value{GDBN}
14 @setchapternewpage odd
15 @c %**end of header
16
17 @iftex
18 @c @smallbook
19 @c @cropmarks
20 @end iftex
21
22 @finalout
23 @syncodeindex ky cp
24
25 @c readline appendices use @vindex, @findex and @ftable,
26 @c annotate.texi and gdbmi use @findex.
27 @syncodeindex vr cp
28 @syncodeindex fn cp
29
30 @c !!set GDB manual's edition---not the same as GDB version!
31 @c This is updated by GNU Press.
32 @set EDITION Ninth
33
34 @c !!set GDB edit command default editor
35 @set EDITOR /bin/ex
36
37 @c THIS MANUAL REQUIRES TEXINFO 4.0 OR LATER.
38
39 @c This is a dir.info fragment to support semi-automated addition of
40 @c manuals to an info tree.
41 @dircategory Software development
42 @direntry
43 * Gdb: (gdb). The GNU debugger.
44 @end direntry
45
46 @ifinfo
47 This file documents the @sc{gnu} debugger @value{GDBN}.
48
49
50 This is the @value{EDITION} Edition, of @cite{Debugging with
51 @value{GDBN}: the @sc{gnu} Source-Level Debugger} for @value{GDBN}
52 Version @value{GDBVN}.
53
54 Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998,@*
55 1999, 2000, 2001, 2002, 2003, 2004, 2005@*
56 Free Software Foundation, Inc.
57
58 Permission is granted to copy, distribute and/or modify this document
59 under the terms of the GNU Free Documentation License, Version 1.1 or
60 any later version published by the Free Software Foundation; with the
61 Invariant Sections being ``Free Software'' and ``Free Software Needs
62 Free Documentation'', with the Front-Cover Texts being ``A GNU Manual,''
63 and with the Back-Cover Texts as in (a) below.
64
65 (a) The Free Software Foundation's Back-Cover Text is: ``You have
66 freedom to copy and modify this GNU Manual, like GNU software. Copies
67 published by the Free Software Foundation raise funds for GNU
68 development.''
69 @end ifinfo
70
71 @titlepage
72 @title Debugging with @value{GDBN}
73 @subtitle The @sc{gnu} Source-Level Debugger
74 @sp 1
75 @subtitle @value{EDITION} Edition, for @value{GDBN} version @value{GDBVN}
76 @author Richard Stallman, Roland Pesch, Stan Shebs, et al.
77 @page
78 @tex
79 {\parskip=0pt
80 \hfill (Send bugs and comments on @value{GDBN} to bug-gdb\@gnu.org.)\par
81 \hfill {\it Debugging with @value{GDBN}}\par
82 \hfill \TeX{}info \texinfoversion\par
83 }
84 @end tex
85
86 @vskip 0pt plus 1filll
87 Copyright @copyright{} 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
88 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
89 Free Software Foundation, Inc.
90 @sp 2
91 Published by the Free Software Foundation @*
92 59 Temple Place - Suite 330, @*
93 Boston, MA 02111-1307 USA @*
94 ISBN 1-882114-77-9 @*
95
96 Permission is granted to copy, distribute and/or modify this document
97 under the terms of the GNU Free Documentation License, Version 1.1 or
98 any later version published by the Free Software Foundation; with the
99 Invariant Sections being ``Free Software'' and ``Free Software Needs
100 Free Documentation'', with the Front-Cover Texts being ``A GNU Manual,''
101 and with the Back-Cover Texts as in (a) below.
102
103 (a) The Free Software Foundation's Back-Cover Text is: ``You have
104 freedom to copy and modify this GNU Manual, like GNU software. Copies
105 published by the Free Software Foundation raise funds for GNU
106 development.''
107 @end titlepage
108 @page
109
110 @ifnottex
111 @node Top, Summary, (dir), (dir)
112
113 @top Debugging with @value{GDBN}
114
115 This file describes @value{GDBN}, the @sc{gnu} symbolic debugger.
116
117 This is the @value{EDITION} Edition, for @value{GDBN} Version
118 @value{GDBVN}.
119
120 Copyright (C) 1988-2005 Free Software Foundation, Inc.
121
122 @menu
123 * Summary:: Summary of @value{GDBN}
124 * Sample Session:: A sample @value{GDBN} session
125
126 * Invocation:: Getting in and out of @value{GDBN}
127 * Commands:: @value{GDBN} commands
128 * Running:: Running programs under @value{GDBN}
129 * Stopping:: Stopping and continuing
130 * Stack:: Examining the stack
131 * Source:: Examining source files
132 * Data:: Examining data
133 * Macros:: Preprocessor Macros
134 * Tracepoints:: Debugging remote targets non-intrusively
135 * Overlays:: Debugging programs that use overlays
136
137 * Languages:: Using @value{GDBN} with different languages
138
139 * Symbols:: Examining the symbol table
140 * Altering:: Altering execution
141 * GDB Files:: @value{GDBN} files
142 * Targets:: Specifying a debugging target
143 * Remote Debugging:: Debugging remote programs
144 * Configurations:: Configuration-specific information
145 * Controlling GDB:: Controlling @value{GDBN}
146 * Sequences:: Canned sequences of commands
147 * TUI:: @value{GDBN} Text User Interface
148 * Interpreters:: Command Interpreters
149 * Emacs:: Using @value{GDBN} under @sc{gnu} Emacs
150 * Annotations:: @value{GDBN}'s annotation interface.
151 * GDB/MI:: @value{GDBN}'s Machine Interface.
152
153 * GDB Bugs:: Reporting bugs in @value{GDBN}
154 * Formatting Documentation:: How to format and print @value{GDBN} documentation
155
156 * Command Line Editing:: Command Line Editing
157 * Using History Interactively:: Using History Interactively
158 * Installing GDB:: Installing GDB
159 * Maintenance Commands:: Maintenance Commands
160 * Remote Protocol:: GDB Remote Serial Protocol
161 * Agent Expressions:: The GDB Agent Expression Mechanism
162 * Copying:: GNU General Public License says
163 how you can copy and share GDB
164 * GNU Free Documentation License:: The license for this documentation
165 * Index:: Index
166 @end menu
167
168 @end ifnottex
169
170 @contents
171
172 @node Summary
173 @unnumbered Summary of @value{GDBN}
174
175 The purpose of a debugger such as @value{GDBN} is to allow you to see what is
176 going on ``inside'' another program while it executes---or what another
177 program was doing at the moment it crashed.
178
179 @value{GDBN} can do four main kinds of things (plus other things in support of
180 these) to help you catch bugs in the act:
181
182 @itemize @bullet
183 @item
184 Start your program, specifying anything that might affect its behavior.
185
186 @item
187 Make your program stop on specified conditions.
188
189 @item
190 Examine what has happened, when your program has stopped.
191
192 @item
193 Change things in your program, so you can experiment with correcting the
194 effects of one bug and go on to learn about another.
195 @end itemize
196
197 You can use @value{GDBN} to debug programs written in C and C@t{++}.
198 For more information, see @ref{Supported languages,,Supported languages}.
199 For more information, see @ref{C,,C and C++}.
200
201 @cindex Modula-2
202 Support for Modula-2 is partial. For information on Modula-2, see
203 @ref{Modula-2,,Modula-2}.
204
205 @cindex Pascal
206 Debugging Pascal programs which use sets, subranges, file variables, or
207 nested functions does not currently work. @value{GDBN} does not support
208 entering expressions, printing values, or similar features using Pascal
209 syntax.
210
211 @cindex Fortran
212 @value{GDBN} can be used to debug programs written in Fortran, although
213 it may be necessary to refer to some variables with a trailing
214 underscore.
215
216 @value{GDBN} can be used to debug programs written in Objective-C,
217 using either the Apple/NeXT or the GNU Objective-C runtime.
218
219 @menu
220 * Free Software:: Freely redistributable software
221 * Contributors:: Contributors to GDB
222 @end menu
223
224 @node Free Software
225 @unnumberedsec Free software
226
227 @value{GDBN} is @dfn{free software}, protected by the @sc{gnu}
228 General Public License
229 (GPL). The GPL gives you the freedom to copy or adapt a licensed
230 program---but every person getting a copy also gets with it the
231 freedom to modify that copy (which means that they must get access to
232 the source code), and the freedom to distribute further copies.
233 Typical software companies use copyrights to limit your freedoms; the
234 Free Software Foundation uses the GPL to preserve these freedoms.
235
236 Fundamentally, the General Public License is a license which says that
237 you have these freedoms and that you cannot take these freedoms away
238 from anyone else.
239
240 @unnumberedsec Free Software Needs Free Documentation
241
242 The biggest deficiency in the free software community today is not in
243 the software---it is the lack of good free documentation that we can
244 include with the free software. Many of our most important
245 programs do not come with free reference manuals and free introductory
246 texts. Documentation is an essential part of any software package;
247 when an important free software package does not come with a free
248 manual and a free tutorial, that is a major gap. We have many such
249 gaps today.
250
251 Consider Perl, for instance. The tutorial manuals that people
252 normally use are non-free. How did this come about? Because the
253 authors of those manuals published them with restrictive terms---no
254 copying, no modification, source files not available---which exclude
255 them from the free software world.
256
257 That wasn't the first time this sort of thing happened, and it was far
258 from the last. Many times we have heard a GNU user eagerly describe a
259 manual that he is writing, his intended contribution to the community,
260 only to learn that he had ruined everything by signing a publication
261 contract to make it non-free.
262
263 Free documentation, like free software, is a matter of freedom, not
264 price. The problem with the non-free manual is not that publishers
265 charge a price for printed copies---that in itself is fine. (The Free
266 Software Foundation sells printed copies of manuals, too.) The
267 problem is the restrictions on the use of the manual. Free manuals
268 are available in source code form, and give you permission to copy and
269 modify. Non-free manuals do not allow this.
270
271 The criteria of freedom for a free manual are roughly the same as for
272 free software. Redistribution (including the normal kinds of
273 commercial redistribution) must be permitted, so that the manual can
274 accompany every copy of the program, both on-line and on paper.
275
276 Permission for modification of the technical content is crucial too.
277 When people modify the software, adding or changing features, if they
278 are conscientious they will change the manual too---so they can
279 provide accurate and clear documentation for the modified program. A
280 manual that leaves you no choice but to write a new manual to document
281 a changed version of the program is not really available to our
282 community.
283
284 Some kinds of limits on the way modification is handled are
285 acceptable. For example, requirements to preserve the original
286 author's copyright notice, the distribution terms, or the list of
287 authors, are ok. It is also no problem to require modified versions
288 to include notice that they were modified. Even entire sections that
289 may not be deleted or changed are acceptable, as long as they deal
290 with nontechnical topics (like this one). These kinds of restrictions
291 are acceptable because they don't obstruct the community's normal use
292 of the manual.
293
294 However, it must be possible to modify all the @emph{technical}
295 content of the manual, and then distribute the result in all the usual
296 media, through all the usual channels. Otherwise, the restrictions
297 obstruct the use of the manual, it is not free, and we need another
298 manual to replace it.
299
300 Please spread the word about this issue. Our community continues to
301 lose manuals to proprietary publishing. If we spread the word that
302 free software needs free reference manuals and free tutorials, perhaps
303 the next person who wants to contribute by writing documentation will
304 realize, before it is too late, that only free manuals contribute to
305 the free software community.
306
307 If you are writing documentation, please insist on publishing it under
308 the GNU Free Documentation License or another free documentation
309 license. Remember that this decision requires your approval---you
310 don't have to let the publisher decide. Some commercial publishers
311 will use a free license if you insist, but they will not propose the
312 option; it is up to you to raise the issue and say firmly that this is
313 what you want. If the publisher you are dealing with refuses, please
314 try other publishers. If you're not sure whether a proposed license
315 is free, write to @email{licensing@@gnu.org}.
316
317 You can encourage commercial publishers to sell more free, copylefted
318 manuals and tutorials by buying them, and particularly by buying
319 copies from the publishers that paid for their writing or for major
320 improvements. Meanwhile, try to avoid buying non-free documentation
321 at all. Check the distribution terms of a manual before you buy it,
322 and insist that whoever seeks your business must respect your freedom.
323 Check the history of the book, and try to reward the publishers that
324 have paid or pay the authors to work on it.
325
326 The Free Software Foundation maintains a list of free documentation
327 published by other publishers, at
328 @url{http://www.fsf.org/doc/other-free-books.html}.
329
330 @node Contributors
331 @unnumberedsec Contributors to @value{GDBN}
332
333 Richard Stallman was the original author of @value{GDBN}, and of many
334 other @sc{gnu} programs. Many others have contributed to its
335 development. This section attempts to credit major contributors. One
336 of the virtues of free software is that everyone is free to contribute
337 to it; with regret, we cannot actually acknowledge everyone here. The
338 file @file{ChangeLog} in the @value{GDBN} distribution approximates a
339 blow-by-blow account.
340
341 Changes much prior to version 2.0 are lost in the mists of time.
342
343 @quotation
344 @emph{Plea:} Additions to this section are particularly welcome. If you
345 or your friends (or enemies, to be evenhanded) have been unfairly
346 omitted from this list, we would like to add your names!
347 @end quotation
348
349 So that they may not regard their many labors as thankless, we
350 particularly thank those who shepherded @value{GDBN} through major
351 releases:
352 Andrew Cagney (releases 6.1, 6.0, 5.3, 5.2, 5.1 and 5.0);
353 Jim Blandy (release 4.18);
354 Jason Molenda (release 4.17);
355 Stan Shebs (release 4.14);
356 Fred Fish (releases 4.16, 4.15, 4.13, 4.12, 4.11, 4.10, and 4.9);
357 Stu Grossman and John Gilmore (releases 4.8, 4.7, 4.6, 4.5, and 4.4);
358 John Gilmore (releases 4.3, 4.2, 4.1, 4.0, and 3.9);
359 Jim Kingdon (releases 3.5, 3.4, and 3.3);
360 and Randy Smith (releases 3.2, 3.1, and 3.0).
361
362 Richard Stallman, assisted at various times by Peter TerMaat, Chris
363 Hanson, and Richard Mlynarik, handled releases through 2.8.
364
365 Michael Tiemann is the author of most of the @sc{gnu} C@t{++} support
366 in @value{GDBN}, with significant additional contributions from Per
367 Bothner and Daniel Berlin. James Clark wrote the @sc{gnu} C@t{++}
368 demangler. Early work on C@t{++} was by Peter TerMaat (who also did
369 much general update work leading to release 3.0).
370
371 @value{GDBN} uses the BFD subroutine library to examine multiple
372 object-file formats; BFD was a joint project of David V.
373 Henkel-Wallace, Rich Pixley, Steve Chamberlain, and John Gilmore.
374
375 David Johnson wrote the original COFF support; Pace Willison did
376 the original support for encapsulated COFF.
377
378 Brent Benson of Harris Computer Systems contributed DWARF 2 support.
379
380 Adam de Boor and Bradley Davis contributed the ISI Optimum V support.
381 Per Bothner, Noboyuki Hikichi, and Alessandro Forin contributed MIPS
382 support.
383 Jean-Daniel Fekete contributed Sun 386i support.
384 Chris Hanson improved the HP9000 support.
385 Noboyuki Hikichi and Tomoyuki Hasei contributed Sony/News OS 3 support.
386 David Johnson contributed Encore Umax support.
387 Jyrki Kuoppala contributed Altos 3068 support.
388 Jeff Law contributed HP PA and SOM support.
389 Keith Packard contributed NS32K support.
390 Doug Rabson contributed Acorn Risc Machine support.
391 Bob Rusk contributed Harris Nighthawk CX-UX support.
392 Chris Smith contributed Convex support (and Fortran debugging).
393 Jonathan Stone contributed Pyramid support.
394 Michael Tiemann contributed SPARC support.
395 Tim Tucker contributed support for the Gould NP1 and Gould Powernode.
396 Pace Willison contributed Intel 386 support.
397 Jay Vosburgh contributed Symmetry support.
398 Marko Mlinar contributed OpenRISC 1000 support.
399
400 Andreas Schwab contributed M68K @sc{gnu}/Linux support.
401
402 Rich Schaefer and Peter Schauer helped with support of SunOS shared
403 libraries.
404
405 Jay Fenlason and Roland McGrath ensured that @value{GDBN} and GAS agree
406 about several machine instruction sets.
407
408 Patrick Duval, Ted Goldstein, Vikram Koka and Glenn Engel helped develop
409 remote debugging. Intel Corporation, Wind River Systems, AMD, and ARM
410 contributed remote debugging modules for the i960, VxWorks, A29K UDI,
411 and RDI targets, respectively.
412
413 Brian Fox is the author of the readline libraries providing
414 command-line editing and command history.
415
416 Andrew Beers of SUNY Buffalo wrote the language-switching code, the
417 Modula-2 support, and contributed the Languages chapter of this manual.
418
419 Fred Fish wrote most of the support for Unix System Vr4.
420 He also enhanced the command-completion support to cover C@t{++} overloaded
421 symbols.
422
423 Hitachi America (now Renesas America), Ltd. sponsored the support for
424 H8/300, H8/500, and Super-H processors.
425
426 NEC sponsored the support for the v850, Vr4xxx, and Vr5xxx processors.
427
428 Mitsubishi (now Renesas) sponsored the support for D10V, D30V, and M32R/D
429 processors.
430
431 Toshiba sponsored the support for the TX39 Mips processor.
432
433 Matsushita sponsored the support for the MN10200 and MN10300 processors.
434
435 Fujitsu sponsored the support for SPARClite and FR30 processors.
436
437 Kung Hsu, Jeff Law, and Rick Sladkey added support for hardware
438 watchpoints.
439
440 Michael Snyder added support for tracepoints.
441
442 Stu Grossman wrote gdbserver.
443
444 Jim Kingdon, Peter Schauer, Ian Taylor, and Stu Grossman made
445 nearly innumerable bug fixes and cleanups throughout @value{GDBN}.
446
447 The following people at the Hewlett-Packard Company contributed
448 support for the PA-RISC 2.0 architecture, HP-UX 10.20, 10.30, and 11.0
449 (narrow mode), HP's implementation of kernel threads, HP's aC@t{++}
450 compiler, and the Text User Interface (nee Terminal User Interface):
451 Ben Krepp, Richard Title, John Bishop, Susan Macchia, Kathy Mann,
452 Satish Pai, India Paul, Steve Rehrauer, and Elena Zannoni. Kim Haase
453 provided HP-specific information in this manual.
454
455 DJ Delorie ported @value{GDBN} to MS-DOS, for the DJGPP project.
456 Robert Hoehne made significant contributions to the DJGPP port.
457
458 Cygnus Solutions has sponsored @value{GDBN} maintenance and much of its
459 development since 1991. Cygnus engineers who have worked on @value{GDBN}
460 fulltime include Mark Alexander, Jim Blandy, Per Bothner, Kevin
461 Buettner, Edith Epstein, Chris Faylor, Fred Fish, Martin Hunt, Jim
462 Ingham, John Gilmore, Stu Grossman, Kung Hsu, Jim Kingdon, John Metzler,
463 Fernando Nasser, Geoffrey Noer, Dawn Perchik, Rich Pixley, Zdenek
464 Radouch, Keith Seitz, Stan Shebs, David Taylor, and Elena Zannoni. In
465 addition, Dave Brolley, Ian Carmichael, Steve Chamberlain, Nick Clifton,
466 JT Conklin, Stan Cox, DJ Delorie, Ulrich Drepper, Frank Eigler, Doug
467 Evans, Sean Fagan, David Henkel-Wallace, Richard Henderson, Jeff
468 Holcomb, Jeff Law, Jim Lemke, Tom Lord, Bob Manson, Michael Meissner,
469 Jason Merrill, Catherine Moore, Drew Moseley, Ken Raeburn, Gavin
470 Romig-Koch, Rob Savoye, Jamie Smith, Mike Stump, Ian Taylor, Angela
471 Thomas, Michael Tiemann, Tom Tromey, Ron Unrau, Jim Wilson, and David
472 Zuhn have made contributions both large and small.
473
474 Andrew Cagney, Fernando Nasser, and Elena Zannoni, while working for
475 Cygnus Solutions, implemented the original @sc{gdb/mi} interface.
476
477 Jim Blandy added support for preprocessor macros, while working for Red
478 Hat.
479
480 Andrew Cagney designed @value{GDBN}'s architecture vector. Many
481 people including Andrew Cagney, Stephane Carrez, Randolph Chung, Nick
482 Duffek, Richard Henderson, Mark Kettenis, Grace Sainsbury, Kei
483 Sakamoto, Yoshinori Sato, Michael Snyder, Andreas Schwab, Jason
484 Thorpe, Corinna Vinschen, Ulrich Weigand, and Elena Zannoni, helped
485 with the migration of old architectures to this new framework.
486
487 @node Sample Session
488 @chapter A Sample @value{GDBN} Session
489
490 You can use this manual at your leisure to read all about @value{GDBN}.
491 However, a handful of commands are enough to get started using the
492 debugger. This chapter illustrates those commands.
493
494 @iftex
495 In this sample session, we emphasize user input like this: @b{input},
496 to make it easier to pick out from the surrounding output.
497 @end iftex
498
499 @c FIXME: this example may not be appropriate for some configs, where
500 @c FIXME...primary interest is in remote use.
501
502 One of the preliminary versions of @sc{gnu} @code{m4} (a generic macro
503 processor) exhibits the following bug: sometimes, when we change its
504 quote strings from the default, the commands used to capture one macro
505 definition within another stop working. In the following short @code{m4}
506 session, we define a macro @code{foo} which expands to @code{0000}; we
507 then use the @code{m4} built-in @code{defn} to define @code{bar} as the
508 same thing. However, when we change the open quote string to
509 @code{<QUOTE>} and the close quote string to @code{<UNQUOTE>}, the same
510 procedure fails to define a new synonym @code{baz}:
511
512 @smallexample
513 $ @b{cd gnu/m4}
514 $ @b{./m4}
515 @b{define(foo,0000)}
516
517 @b{foo}
518 0000
519 @b{define(bar,defn(`foo'))}
520
521 @b{bar}
522 0000
523 @b{changequote(<QUOTE>,<UNQUOTE>)}
524
525 @b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
526 @b{baz}
527 @b{C-d}
528 m4: End of input: 0: fatal error: EOF in string
529 @end smallexample
530
531 @noindent
532 Let us use @value{GDBN} to try to see what is going on.
533
534 @smallexample
535 $ @b{@value{GDBP} m4}
536 @c FIXME: this falsifies the exact text played out, to permit smallbook
537 @c FIXME... format to come out better.
538 @value{GDBN} is free software and you are welcome to distribute copies
539 of it under certain conditions; type "show copying" to see
540 the conditions.
541 There is absolutely no warranty for @value{GDBN}; type "show warranty"
542 for details.
543
544 @value{GDBN} @value{GDBVN}, Copyright 1999 Free Software Foundation, Inc...
545 (@value{GDBP})
546 @end smallexample
547
548 @noindent
549 @value{GDBN} reads only enough symbol data to know where to find the
550 rest when needed; as a result, the first prompt comes up very quickly.
551 We now tell @value{GDBN} to use a narrower display width than usual, so
552 that examples fit in this manual.
553
554 @smallexample
555 (@value{GDBP}) @b{set width 70}
556 @end smallexample
557
558 @noindent
559 We need to see how the @code{m4} built-in @code{changequote} works.
560 Having looked at the source, we know the relevant subroutine is
561 @code{m4_changequote}, so we set a breakpoint there with the @value{GDBN}
562 @code{break} command.
563
564 @smallexample
565 (@value{GDBP}) @b{break m4_changequote}
566 Breakpoint 1 at 0x62f4: file builtin.c, line 879.
567 @end smallexample
568
569 @noindent
570 Using the @code{run} command, we start @code{m4} running under @value{GDBN}
571 control; as long as control does not reach the @code{m4_changequote}
572 subroutine, the program runs as usual:
573
574 @smallexample
575 (@value{GDBP}) @b{run}
576 Starting program: /work/Editorial/gdb/gnu/m4/m4
577 @b{define(foo,0000)}
578
579 @b{foo}
580 0000
581 @end smallexample
582
583 @noindent
584 To trigger the breakpoint, we call @code{changequote}. @value{GDBN}
585 suspends execution of @code{m4}, displaying information about the
586 context where it stops.
587
588 @smallexample
589 @b{changequote(<QUOTE>,<UNQUOTE>)}
590
591 Breakpoint 1, m4_changequote (argc=3, argv=0x33c70)
592 at builtin.c:879
593 879 if (bad_argc(TOKEN_DATA_TEXT(argv[0]),argc,1,3))
594 @end smallexample
595
596 @noindent
597 Now we use the command @code{n} (@code{next}) to advance execution to
598 the next line of the current function.
599
600 @smallexample
601 (@value{GDBP}) @b{n}
602 882 set_quotes((argc >= 2) ? TOKEN_DATA_TEXT(argv[1])\
603 : nil,
604 @end smallexample
605
606 @noindent
607 @code{set_quotes} looks like a promising subroutine. We can go into it
608 by using the command @code{s} (@code{step}) instead of @code{next}.
609 @code{step} goes to the next line to be executed in @emph{any}
610 subroutine, so it steps into @code{set_quotes}.
611
612 @smallexample
613 (@value{GDBP}) @b{s}
614 set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
615 at input.c:530
616 530 if (lquote != def_lquote)
617 @end smallexample
618
619 @noindent
620 The display that shows the subroutine where @code{m4} is now
621 suspended (and its arguments) is called a stack frame display. It
622 shows a summary of the stack. We can use the @code{backtrace}
623 command (which can also be spelled @code{bt}), to see where we are
624 in the stack as a whole: the @code{backtrace} command displays a
625 stack frame for each active subroutine.
626
627 @smallexample
628 (@value{GDBP}) @b{bt}
629 #0 set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
630 at input.c:530
631 #1 0x6344 in m4_changequote (argc=3, argv=0x33c70)
632 at builtin.c:882
633 #2 0x8174 in expand_macro (sym=0x33320) at macro.c:242
634 #3 0x7a88 in expand_token (obs=0x0, t=209696, td=0xf7fffa30)
635 at macro.c:71
636 #4 0x79dc in expand_input () at macro.c:40
637 #5 0x2930 in main (argc=0, argv=0xf7fffb20) at m4.c:195
638 @end smallexample
639
640 @noindent
641 We step through a few more lines to see what happens. The first two
642 times, we can use @samp{s}; the next two times we use @code{n} to avoid
643 falling into the @code{xstrdup} subroutine.
644
645 @smallexample
646 (@value{GDBP}) @b{s}
647 0x3b5c 532 if (rquote != def_rquote)
648 (@value{GDBP}) @b{s}
649 0x3b80 535 lquote = (lq == nil || *lq == '\0') ? \
650 def_lquote : xstrdup(lq);
651 (@value{GDBP}) @b{n}
652 536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
653 : xstrdup(rq);
654 (@value{GDBP}) @b{n}
655 538 len_lquote = strlen(rquote);
656 @end smallexample
657
658 @noindent
659 The last line displayed looks a little odd; we can examine the variables
660 @code{lquote} and @code{rquote} to see if they are in fact the new left
661 and right quotes we specified. We use the command @code{p}
662 (@code{print}) to see their values.
663
664 @smallexample
665 (@value{GDBP}) @b{p lquote}
666 $1 = 0x35d40 "<QUOTE>"
667 (@value{GDBP}) @b{p rquote}
668 $2 = 0x35d50 "<UNQUOTE>"
669 @end smallexample
670
671 @noindent
672 @code{lquote} and @code{rquote} are indeed the new left and right quotes.
673 To look at some context, we can display ten lines of source
674 surrounding the current line with the @code{l} (@code{list}) command.
675
676 @smallexample
677 (@value{GDBP}) @b{l}
678 533 xfree(rquote);
679 534
680 535 lquote = (lq == nil || *lq == '\0') ? def_lquote\
681 : xstrdup (lq);
682 536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
683 : xstrdup (rq);
684 537
685 538 len_lquote = strlen(rquote);
686 539 len_rquote = strlen(lquote);
687 540 @}
688 541
689 542 void
690 @end smallexample
691
692 @noindent
693 Let us step past the two lines that set @code{len_lquote} and
694 @code{len_rquote}, and then examine the values of those variables.
695
696 @smallexample
697 (@value{GDBP}) @b{n}
698 539 len_rquote = strlen(lquote);
699 (@value{GDBP}) @b{n}
700 540 @}
701 (@value{GDBP}) @b{p len_lquote}
702 $3 = 9
703 (@value{GDBP}) @b{p len_rquote}
704 $4 = 7
705 @end smallexample
706
707 @noindent
708 That certainly looks wrong, assuming @code{len_lquote} and
709 @code{len_rquote} are meant to be the lengths of @code{lquote} and
710 @code{rquote} respectively. We can set them to better values using
711 the @code{p} command, since it can print the value of
712 any expression---and that expression can include subroutine calls and
713 assignments.
714
715 @smallexample
716 (@value{GDBP}) @b{p len_lquote=strlen(lquote)}
717 $5 = 7
718 (@value{GDBP}) @b{p len_rquote=strlen(rquote)}
719 $6 = 9
720 @end smallexample
721
722 @noindent
723 Is that enough to fix the problem of using the new quotes with the
724 @code{m4} built-in @code{defn}? We can allow @code{m4} to continue
725 executing with the @code{c} (@code{continue}) command, and then try the
726 example that caused trouble initially:
727
728 @smallexample
729 (@value{GDBP}) @b{c}
730 Continuing.
731
732 @b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
733
734 baz
735 0000
736 @end smallexample
737
738 @noindent
739 Success! The new quotes now work just as well as the default ones. The
740 problem seems to have been just the two typos defining the wrong
741 lengths. We allow @code{m4} exit by giving it an EOF as input:
742
743 @smallexample
744 @b{C-d}
745 Program exited normally.
746 @end smallexample
747
748 @noindent
749 The message @samp{Program exited normally.} is from @value{GDBN}; it
750 indicates @code{m4} has finished executing. We can end our @value{GDBN}
751 session with the @value{GDBN} @code{quit} command.
752
753 @smallexample
754 (@value{GDBP}) @b{quit}
755 @end smallexample
756
757 @node Invocation
758 @chapter Getting In and Out of @value{GDBN}
759
760 This chapter discusses how to start @value{GDBN}, and how to get out of it.
761 The essentials are:
762 @itemize @bullet
763 @item
764 type @samp{@value{GDBP}} to start @value{GDBN}.
765 @item
766 type @kbd{quit} or @kbd{C-d} to exit.
767 @end itemize
768
769 @menu
770 * Invoking GDB:: How to start @value{GDBN}
771 * Quitting GDB:: How to quit @value{GDBN}
772 * Shell Commands:: How to use shell commands inside @value{GDBN}
773 * Logging output:: How to log @value{GDBN}'s output to a file
774 @end menu
775
776 @node Invoking GDB
777 @section Invoking @value{GDBN}
778
779 Invoke @value{GDBN} by running the program @code{@value{GDBP}}. Once started,
780 @value{GDBN} reads commands from the terminal until you tell it to exit.
781
782 You can also run @code{@value{GDBP}} with a variety of arguments and options,
783 to specify more of your debugging environment at the outset.
784
785 The command-line options described here are designed
786 to cover a variety of situations; in some environments, some of these
787 options may effectively be unavailable.
788
789 The most usual way to start @value{GDBN} is with one argument,
790 specifying an executable program:
791
792 @smallexample
793 @value{GDBP} @var{program}
794 @end smallexample
795
796 @noindent
797 You can also start with both an executable program and a core file
798 specified:
799
800 @smallexample
801 @value{GDBP} @var{program} @var{core}
802 @end smallexample
803
804 You can, instead, specify a process ID as a second argument, if you want
805 to debug a running process:
806
807 @smallexample
808 @value{GDBP} @var{program} 1234
809 @end smallexample
810
811 @noindent
812 would attach @value{GDBN} to process @code{1234} (unless you also have a file
813 named @file{1234}; @value{GDBN} does check for a core file first).
814
815 Taking advantage of the second command-line argument requires a fairly
816 complete operating system; when you use @value{GDBN} as a remote
817 debugger attached to a bare board, there may not be any notion of
818 ``process'', and there is often no way to get a core dump. @value{GDBN}
819 will warn you if it is unable to attach or to read core dumps.
820
821 You can optionally have @code{@value{GDBP}} pass any arguments after the
822 executable file to the inferior using @code{--args}. This option stops
823 option processing.
824 @smallexample
825 gdb --args gcc -O2 -c foo.c
826 @end smallexample
827 This will cause @code{@value{GDBP}} to debug @code{gcc}, and to set
828 @code{gcc}'s command-line arguments (@pxref{Arguments}) to @samp{-O2 -c foo.c}.
829
830 You can run @code{@value{GDBP}} without printing the front material, which describes
831 @value{GDBN}'s non-warranty, by specifying @code{-silent}:
832
833 @smallexample
834 @value{GDBP} -silent
835 @end smallexample
836
837 @noindent
838 You can further control how @value{GDBN} starts up by using command-line
839 options. @value{GDBN} itself can remind you of the options available.
840
841 @noindent
842 Type
843
844 @smallexample
845 @value{GDBP} -help
846 @end smallexample
847
848 @noindent
849 to display all available options and briefly describe their use
850 (@samp{@value{GDBP} -h} is a shorter equivalent).
851
852 All options and command line arguments you give are processed
853 in sequential order. The order makes a difference when the
854 @samp{-x} option is used.
855
856
857 @menu
858 * File Options:: Choosing files
859 * Mode Options:: Choosing modes
860 * Startup:: What @value{GDBN} does during startup
861 @end menu
862
863 @node File Options
864 @subsection Choosing files
865
866 When @value{GDBN} starts, it reads any arguments other than options as
867 specifying an executable file and core file (or process ID). This is
868 the same as if the arguments were specified by the @samp{-se} and
869 @samp{-c} (or @samp{-p} options respectively. (@value{GDBN} reads the
870 first argument that does not have an associated option flag as
871 equivalent to the @samp{-se} option followed by that argument; and the
872 second argument that does not have an associated option flag, if any, as
873 equivalent to the @samp{-c}/@samp{-p} option followed by that argument.)
874 If the second argument begins with a decimal digit, @value{GDBN} will
875 first attempt to attach to it as a process, and if that fails, attempt
876 to open it as a corefile. If you have a corefile whose name begins with
877 a digit, you can prevent @value{GDBN} from treating it as a pid by
878 prefixing it with @file{./}, eg. @file{./12345}.
879
880 If @value{GDBN} has not been configured to included core file support,
881 such as for most embedded targets, then it will complain about a second
882 argument and ignore it.
883
884 Many options have both long and short forms; both are shown in the
885 following list. @value{GDBN} also recognizes the long forms if you truncate
886 them, so long as enough of the option is present to be unambiguous.
887 (If you prefer, you can flag option arguments with @samp{--} rather
888 than @samp{-}, though we illustrate the more usual convention.)
889
890 @c NOTE: the @cindex entries here use double dashes ON PURPOSE. This
891 @c way, both those who look for -foo and --foo in the index, will find
892 @c it.
893
894 @table @code
895 @item -symbols @var{file}
896 @itemx -s @var{file}
897 @cindex @code{--symbols}
898 @cindex @code{-s}
899 Read symbol table from file @var{file}.
900
901 @item -exec @var{file}
902 @itemx -e @var{file}
903 @cindex @code{--exec}
904 @cindex @code{-e}
905 Use file @var{file} as the executable file to execute when appropriate,
906 and for examining pure data in conjunction with a core dump.
907
908 @item -se @var{file}
909 @cindex @code{--se}
910 Read symbol table from file @var{file} and use it as the executable
911 file.
912
913 @item -core @var{file}
914 @itemx -c @var{file}
915 @cindex @code{--core}
916 @cindex @code{-c}
917 Use file @var{file} as a core dump to examine.
918
919 @item -c @var{number}
920 @item -pid @var{number}
921 @itemx -p @var{number}
922 @cindex @code{--pid}
923 @cindex @code{-p}
924 Connect to process ID @var{number}, as with the @code{attach} command.
925 If there is no such process, @value{GDBN} will attempt to open a core
926 file named @var{number}.
927
928 @item -command @var{file}
929 @itemx -x @var{file}
930 @cindex @code{--command}
931 @cindex @code{-x}
932 Execute @value{GDBN} commands from file @var{file}. @xref{Command
933 Files,, Command files}.
934
935 @item -directory @var{directory}
936 @itemx -d @var{directory}
937 @cindex @code{--directory}
938 @cindex @code{-d}
939 Add @var{directory} to the path to search for source files.
940
941 @item -m
942 @itemx -mapped
943 @cindex @code{--mapped}
944 @cindex @code{-m}
945 @emph{Warning: this option depends on operating system facilities that are not
946 supported on all systems.}@*
947 If memory-mapped files are available on your system through the @code{mmap}
948 system call, you can use this option
949 to have @value{GDBN} write the symbols from your
950 program into a reusable file in the current directory. If the program you are debugging is
951 called @file{/tmp/fred}, the mapped symbol file is @file{/tmp/fred.syms}.
952 Future @value{GDBN} debugging sessions notice the presence of this file,
953 and can quickly map in symbol information from it, rather than reading
954 the symbol table from the executable program.
955
956 The @file{.syms} file is specific to the host machine where @value{GDBN}
957 is run. It holds an exact image of the internal @value{GDBN} symbol
958 table. It cannot be shared across multiple host platforms.
959
960 @item -r
961 @itemx -readnow
962 @cindex @code{--readnow}
963 @cindex @code{-r}
964 Read each symbol file's entire symbol table immediately, rather than
965 the default, which is to read it incrementally as it is needed.
966 This makes startup slower, but makes future operations faster.
967
968 @end table
969
970 You typically combine the @code{-mapped} and @code{-readnow} options in
971 order to build a @file{.syms} file that contains complete symbol
972 information. (@xref{Files,,Commands to specify files}, for information
973 on @file{.syms} files.) A simple @value{GDBN} invocation to do nothing
974 but build a @file{.syms} file for future use is:
975
976 @smallexample
977 gdb -batch -nx -mapped -readnow programname
978 @end smallexample
979
980 @node Mode Options
981 @subsection Choosing modes
982
983 You can run @value{GDBN} in various alternative modes---for example, in
984 batch mode or quiet mode.
985
986 @table @code
987 @item -nx
988 @itemx -n
989 @cindex @code{--nx}
990 @cindex @code{-n}
991 Do not execute commands found in any initialization files. Normally,
992 @value{GDBN} executes the commands in these files after all the command
993 options and arguments have been processed. @xref{Command Files,,Command
994 files}.
995
996 @item -quiet
997 @itemx -silent
998 @itemx -q
999 @cindex @code{--quiet}
1000 @cindex @code{--silent}
1001 @cindex @code{-q}
1002 ``Quiet''. Do not print the introductory and copyright messages. These
1003 messages are also suppressed in batch mode.
1004
1005 @item -batch
1006 @cindex @code{--batch}
1007 Run in batch mode. Exit with status @code{0} after processing all the
1008 command files specified with @samp{-x} (and all commands from
1009 initialization files, if not inhibited with @samp{-n}). Exit with
1010 nonzero status if an error occurs in executing the @value{GDBN} commands
1011 in the command files.
1012
1013 Batch mode may be useful for running @value{GDBN} as a filter, for
1014 example to download and run a program on another computer; in order to
1015 make this more useful, the message
1016
1017 @smallexample
1018 Program exited normally.
1019 @end smallexample
1020
1021 @noindent
1022 (which is ordinarily issued whenever a program running under
1023 @value{GDBN} control terminates) is not issued when running in batch
1024 mode.
1025
1026 @item -nowindows
1027 @itemx -nw
1028 @cindex @code{--nowindows}
1029 @cindex @code{-nw}
1030 ``No windows''. If @value{GDBN} comes with a graphical user interface
1031 (GUI) built in, then this option tells @value{GDBN} to only use the command-line
1032 interface. If no GUI is available, this option has no effect.
1033
1034 @item -windows
1035 @itemx -w
1036 @cindex @code{--windows}
1037 @cindex @code{-w}
1038 If @value{GDBN} includes a GUI, then this option requires it to be
1039 used if possible.
1040
1041 @item -cd @var{directory}
1042 @cindex @code{--cd}
1043 Run @value{GDBN} using @var{directory} as its working directory,
1044 instead of the current directory.
1045
1046 @item -fullname
1047 @itemx -f
1048 @cindex @code{--fullname}
1049 @cindex @code{-f}
1050 @sc{gnu} Emacs sets this option when it runs @value{GDBN} as a
1051 subprocess. It tells @value{GDBN} to output the full file name and line
1052 number in a standard, recognizable fashion each time a stack frame is
1053 displayed (which includes each time your program stops). This
1054 recognizable format looks like two @samp{\032} characters, followed by
1055 the file name, line number and character position separated by colons,
1056 and a newline. The Emacs-to-@value{GDBN} interface program uses the two
1057 @samp{\032} characters as a signal to display the source code for the
1058 frame.
1059
1060 @item -epoch
1061 @cindex @code{--epoch}
1062 The Epoch Emacs-@value{GDBN} interface sets this option when it runs
1063 @value{GDBN} as a subprocess. It tells @value{GDBN} to modify its print
1064 routines so as to allow Epoch to display values of expressions in a
1065 separate window.
1066
1067 @item -annotate @var{level}
1068 @cindex @code{--annotate}
1069 This option sets the @dfn{annotation level} inside @value{GDBN}. Its
1070 effect is identical to using @samp{set annotate @var{level}}
1071 (@pxref{Annotations}). The annotation @var{level} controls how much
1072 information @value{GDBN} prints together with its prompt, values of
1073 expressions, source lines, and other types of output. Level 0 is the
1074 normal, level 1 is for use when @value{GDBN} is run as a subprocess of
1075 @sc{gnu} Emacs, level 3 is the maximum annotation suitable for programs
1076 that control @value{GDBN}, and level 2 has been deprecated.
1077
1078 The annotation mechanism has largely been superseeded by @sc{gdb/mi}
1079 (@pxref{GDB/MI}).
1080
1081 @item --args
1082 @cindex @code{--args}
1083 Change interpretation of command line so that arguments following the
1084 executable file are passed as command line arguments to the inferior.
1085 This option stops option processing.
1086
1087 @item -baud @var{bps}
1088 @itemx -b @var{bps}
1089 @cindex @code{--baud}
1090 @cindex @code{-b}
1091 Set the line speed (baud rate or bits per second) of any serial
1092 interface used by @value{GDBN} for remote debugging.
1093
1094 @item -l @var{timeout}
1095 @cindex @code{-l}
1096 Set the timeout (in seconds) of any communication used by @value{GDBN}
1097 for remote debugging.
1098
1099 @item -tty @var{device}
1100 @itemx -t @var{device}
1101 @cindex @code{--tty}
1102 @cindex @code{-t}
1103 Run using @var{device} for your program's standard input and output.
1104 @c FIXME: kingdon thinks there is more to -tty. Investigate.
1105
1106 @c resolve the situation of these eventually
1107 @item -tui
1108 @cindex @code{--tui}
1109 Activate the @dfn{Text User Interface} when starting. The Text User
1110 Interface manages several text windows on the terminal, showing
1111 source, assembly, registers and @value{GDBN} command outputs
1112 (@pxref{TUI, ,@value{GDBN} Text User Interface}). Alternatively, the
1113 Text User Interface can be enabled by invoking the program
1114 @samp{gdbtui}. Do not use this option if you run @value{GDBN} from
1115 Emacs (@pxref{Emacs, ,Using @value{GDBN} under @sc{gnu} Emacs}).
1116
1117 @c @item -xdb
1118 @c @cindex @code{--xdb}
1119 @c Run in XDB compatibility mode, allowing the use of certain XDB commands.
1120 @c For information, see the file @file{xdb_trans.html}, which is usually
1121 @c installed in the directory @code{/opt/langtools/wdb/doc} on HP-UX
1122 @c systems.
1123
1124 @item -interpreter @var{interp}
1125 @cindex @code{--interpreter}
1126 Use the interpreter @var{interp} for interface with the controlling
1127 program or device. This option is meant to be set by programs which
1128 communicate with @value{GDBN} using it as a back end.
1129 @xref{Interpreters, , Command Interpreters}.
1130
1131 @samp{--interpreter=mi} (or @samp{--interpreter=mi2}) causes
1132 @value{GDBN} to use the @dfn{@sc{gdb/mi} interface} (@pxref{GDB/MI, ,
1133 The @sc{gdb/mi} Interface}) included since @value{GDBN} version 6.0. The
1134 previous @sc{gdb/mi} interface, included in @value{GDBN} version 5.3 and
1135 selected with @samp{--interpreter=mi1}, is deprecated. Earlier
1136 @sc{gdb/mi} interfaces are no longer supported.
1137
1138 @item -write
1139 @cindex @code{--write}
1140 Open the executable and core files for both reading and writing. This
1141 is equivalent to the @samp{set write on} command inside @value{GDBN}
1142 (@pxref{Patching}).
1143
1144 @item -statistics
1145 @cindex @code{--statistics}
1146 This option causes @value{GDBN} to print statistics about time and
1147 memory usage after it completes each command and returns to the prompt.
1148
1149 @item -version
1150 @cindex @code{--version}
1151 This option causes @value{GDBN} to print its version number and
1152 no-warranty blurb, and exit.
1153
1154 @end table
1155
1156 @node Startup
1157 @subsection What @value{GDBN} does during startup
1158 @cindex @value{GDBN} startup
1159
1160 Here's the description of what @value{GDBN} does during session startup:
1161
1162 @enumerate
1163 @item
1164 Sets up the command interpreter as specified by the command line
1165 (@pxref{Mode Options, interpreter}).
1166
1167 @item
1168 @cindex init file
1169 Reads the @dfn{init file} (if any) in your home directory@footnote{On
1170 DOS/Windows systems, the home directory is the one pointed to by the
1171 @code{HOME} environment variable.} and executes all the commands in
1172 that file.
1173
1174 @item
1175 Processes command line options and operands.
1176
1177 @item
1178 Reads and executes the commands from init file (if any) in the current
1179 working directory. This is only done if the current directory is
1180 different from your home directory. Thus, you can have more than one
1181 init file, one generic in your home directory, and another, specific
1182 to the program you are debugging, in the directory where you invoke
1183 @value{GDBN}.
1184
1185 @item
1186 Reads command files specified by the @samp{-x} option. @xref{Command
1187 Files}, for more details about @value{GDBN} command files.
1188
1189 @item
1190 Reads the command history recorded in the @dfn{history file}.
1191 @xref{History}, for more details about the command history and the
1192 files where @value{GDBN} records it.
1193 @end enumerate
1194
1195 Init files use the same syntax as @dfn{command files} (@pxref{Command
1196 Files}) and are processed by @value{GDBN} in the same way. The init
1197 file in your home directory can set options (such as @samp{set
1198 complaints}) that affect subsequent processing of command line options
1199 and operands. Init files are not executed if you use the @samp{-nx}
1200 option (@pxref{Mode Options, ,Choosing modes}).
1201
1202 @cindex init file name
1203 @cindex @file{.gdbinit}
1204 The @value{GDBN} init files are normally called @file{.gdbinit}.
1205 On some configurations of @value{GDBN}, the init file is known by a
1206 different name (these are typically environments where a specialized
1207 form of @value{GDBN} may need to coexist with other forms, hence a
1208 different name for the specialized version's init file). These are the
1209 environments with special init file names:
1210
1211 @itemize @bullet
1212 @cindex @file{gdb.ini}
1213 @item
1214 The DJGPP port of @value{GDBN} uses the name @file{gdb.ini}, due to
1215 the limitations of file names imposed by DOS filesystems. The Windows
1216 ports of @value{GDBN} use the standard name, but if they find a
1217 @file{gdb.ini} file, they warn you about that and suggest to rename
1218 the file to the standard name.
1219
1220 @cindex @file{.vxgdbinit}
1221 @item
1222 VxWorks (Wind River Systems real-time OS): @file{.vxgdbinit}
1223
1224 @cindex @file{.os68gdbinit}
1225 @item
1226 OS68K (Enea Data Systems real-time OS): @file{.os68gdbinit}
1227
1228 @cindex @file{.esgdbinit}
1229 @item
1230 ES-1800 (Ericsson Telecom AB M68000 emulator): @file{.esgdbinit}
1231
1232 @item
1233 CISCO 68k: @file{.cisco-gdbinit}
1234 @end itemize
1235
1236
1237 @node Quitting GDB
1238 @section Quitting @value{GDBN}
1239 @cindex exiting @value{GDBN}
1240 @cindex leaving @value{GDBN}
1241
1242 @table @code
1243 @kindex quit @r{[}@var{expression}@r{]}
1244 @kindex q @r{(@code{quit})}
1245 @item quit @r{[}@var{expression}@r{]}
1246 @itemx q
1247 To exit @value{GDBN}, use the @code{quit} command (abbreviated
1248 @code{q}), or type an end-of-file character (usually @kbd{C-d}). If you
1249 do not supply @var{expression}, @value{GDBN} will terminate normally;
1250 otherwise it will terminate using the result of @var{expression} as the
1251 error code.
1252 @end table
1253
1254 @cindex interrupt
1255 An interrupt (often @kbd{C-c}) does not exit from @value{GDBN}, but rather
1256 terminates the action of any @value{GDBN} command that is in progress and
1257 returns to @value{GDBN} command level. It is safe to type the interrupt
1258 character at any time because @value{GDBN} does not allow it to take effect
1259 until a time when it is safe.
1260
1261 If you have been using @value{GDBN} to control an attached process or
1262 device, you can release it with the @code{detach} command
1263 (@pxref{Attach, ,Debugging an already-running process}).
1264
1265 @node Shell Commands
1266 @section Shell commands
1267
1268 If you need to execute occasional shell commands during your
1269 debugging session, there is no need to leave or suspend @value{GDBN}; you can
1270 just use the @code{shell} command.
1271
1272 @table @code
1273 @kindex shell
1274 @cindex shell escape
1275 @item shell @var{command string}
1276 Invoke a standard shell to execute @var{command string}.
1277 If it exists, the environment variable @code{SHELL} determines which
1278 shell to run. Otherwise @value{GDBN} uses the default shell
1279 (@file{/bin/sh} on Unix systems, @file{COMMAND.COM} on MS-DOS, etc.).
1280 @end table
1281
1282 The utility @code{make} is often needed in development environments.
1283 You do not have to use the @code{shell} command for this purpose in
1284 @value{GDBN}:
1285
1286 @table @code
1287 @kindex make
1288 @cindex calling make
1289 @item make @var{make-args}
1290 Execute the @code{make} program with the specified
1291 arguments. This is equivalent to @samp{shell make @var{make-args}}.
1292 @end table
1293
1294 @node Logging output
1295 @section Logging output
1296 @cindex logging @value{GDBN} output
1297 @cindex save @value{GDBN} output to a file
1298
1299 You may want to save the output of @value{GDBN} commands to a file.
1300 There are several commands to control @value{GDBN}'s logging.
1301
1302 @table @code
1303 @kindex set logging
1304 @item set logging on
1305 Enable logging.
1306 @item set logging off
1307 Disable logging.
1308 @cindex logging file name
1309 @item set logging file @var{file}
1310 Change the name of the current logfile. The default logfile is @file{gdb.txt}.
1311 @item set logging overwrite [on|off]
1312 By default, @value{GDBN} will append to the logfile. Set @code{overwrite} if
1313 you want @code{set logging on} to overwrite the logfile instead.
1314 @item set logging redirect [on|off]
1315 By default, @value{GDBN} output will go to both the terminal and the logfile.
1316 Set @code{redirect} if you want output to go only to the log file.
1317 @kindex show logging
1318 @item show logging
1319 Show the current values of the logging settings.
1320 @end table
1321
1322 @node Commands
1323 @chapter @value{GDBN} Commands
1324
1325 You can abbreviate a @value{GDBN} command to the first few letters of the command
1326 name, if that abbreviation is unambiguous; and you can repeat certain
1327 @value{GDBN} commands by typing just @key{RET}. You can also use the @key{TAB}
1328 key to get @value{GDBN} to fill out the rest of a word in a command (or to
1329 show you the alternatives available, if there is more than one possibility).
1330
1331 @menu
1332 * Command Syntax:: How to give commands to @value{GDBN}
1333 * Completion:: Command completion
1334 * Help:: How to ask @value{GDBN} for help
1335 @end menu
1336
1337 @node Command Syntax
1338 @section Command syntax
1339
1340 A @value{GDBN} command is a single line of input. There is no limit on
1341 how long it can be. It starts with a command name, which is followed by
1342 arguments whose meaning depends on the command name. For example, the
1343 command @code{step} accepts an argument which is the number of times to
1344 step, as in @samp{step 5}. You can also use the @code{step} command
1345 with no arguments. Some commands do not allow any arguments.
1346
1347 @cindex abbreviation
1348 @value{GDBN} command names may always be truncated if that abbreviation is
1349 unambiguous. Other possible command abbreviations are listed in the
1350 documentation for individual commands. In some cases, even ambiguous
1351 abbreviations are allowed; for example, @code{s} is specially defined as
1352 equivalent to @code{step} even though there are other commands whose
1353 names start with @code{s}. You can test abbreviations by using them as
1354 arguments to the @code{help} command.
1355
1356 @cindex repeating commands
1357 @kindex RET @r{(repeat last command)}
1358 A blank line as input to @value{GDBN} (typing just @key{RET}) means to
1359 repeat the previous command. Certain commands (for example, @code{run})
1360 will not repeat this way; these are commands whose unintentional
1361 repetition might cause trouble and which you are unlikely to want to
1362 repeat. User-defined commands can disable this feature; see
1363 @ref{Define, dont-repeat}.
1364
1365 The @code{list} and @code{x} commands, when you repeat them with
1366 @key{RET}, construct new arguments rather than repeating
1367 exactly as typed. This permits easy scanning of source or memory.
1368
1369 @value{GDBN} can also use @key{RET} in another way: to partition lengthy
1370 output, in a way similar to the common utility @code{more}
1371 (@pxref{Screen Size,,Screen size}). Since it is easy to press one
1372 @key{RET} too many in this situation, @value{GDBN} disables command
1373 repetition after any command that generates this sort of display.
1374
1375 @kindex # @r{(a comment)}
1376 @cindex comment
1377 Any text from a @kbd{#} to the end of the line is a comment; it does
1378 nothing. This is useful mainly in command files (@pxref{Command
1379 Files,,Command files}).
1380
1381 @cindex repeating command sequences
1382 @kindex C-o @r{(operate-and-get-next)}
1383 The @kbd{C-o} binding is useful for repeating a complex sequence of
1384 commands. This command accepts the current line, like @kbd{RET}, and
1385 then fetches the next line relative to the current line from the history
1386 for editing.
1387
1388 @node Completion
1389 @section Command completion
1390
1391 @cindex completion
1392 @cindex word completion
1393 @value{GDBN} can fill in the rest of a word in a command for you, if there is
1394 only one possibility; it can also show you what the valid possibilities
1395 are for the next word in a command, at any time. This works for @value{GDBN}
1396 commands, @value{GDBN} subcommands, and the names of symbols in your program.
1397
1398 Press the @key{TAB} key whenever you want @value{GDBN} to fill out the rest
1399 of a word. If there is only one possibility, @value{GDBN} fills in the
1400 word, and waits for you to finish the command (or press @key{RET} to
1401 enter it). For example, if you type
1402
1403 @c FIXME "@key" does not distinguish its argument sufficiently to permit
1404 @c complete accuracy in these examples; space introduced for clarity.
1405 @c If texinfo enhancements make it unnecessary, it would be nice to
1406 @c replace " @key" by "@key" in the following...
1407 @smallexample
1408 (@value{GDBP}) info bre @key{TAB}
1409 @end smallexample
1410
1411 @noindent
1412 @value{GDBN} fills in the rest of the word @samp{breakpoints}, since that is
1413 the only @code{info} subcommand beginning with @samp{bre}:
1414
1415 @smallexample
1416 (@value{GDBP}) info breakpoints
1417 @end smallexample
1418
1419 @noindent
1420 You can either press @key{RET} at this point, to run the @code{info
1421 breakpoints} command, or backspace and enter something else, if
1422 @samp{breakpoints} does not look like the command you expected. (If you
1423 were sure you wanted @code{info breakpoints} in the first place, you
1424 might as well just type @key{RET} immediately after @samp{info bre},
1425 to exploit command abbreviations rather than command completion).
1426
1427 If there is more than one possibility for the next word when you press
1428 @key{TAB}, @value{GDBN} sounds a bell. You can either supply more
1429 characters and try again, or just press @key{TAB} a second time;
1430 @value{GDBN} displays all the possible completions for that word. For
1431 example, you might want to set a breakpoint on a subroutine whose name
1432 begins with @samp{make_}, but when you type @kbd{b make_@key{TAB}} @value{GDBN}
1433 just sounds the bell. Typing @key{TAB} again displays all the
1434 function names in your program that begin with those characters, for
1435 example:
1436
1437 @smallexample
1438 (@value{GDBP}) b make_ @key{TAB}
1439 @exdent @value{GDBN} sounds bell; press @key{TAB} again, to see:
1440 make_a_section_from_file make_environ
1441 make_abs_section make_function_type
1442 make_blockvector make_pointer_type
1443 make_cleanup make_reference_type
1444 make_command make_symbol_completion_list
1445 (@value{GDBP}) b make_
1446 @end smallexample
1447
1448 @noindent
1449 After displaying the available possibilities, @value{GDBN} copies your
1450 partial input (@samp{b make_} in the example) so you can finish the
1451 command.
1452
1453 If you just want to see the list of alternatives in the first place, you
1454 can press @kbd{M-?} rather than pressing @key{TAB} twice. @kbd{M-?}
1455 means @kbd{@key{META} ?}. You can type this either by holding down a
1456 key designated as the @key{META} shift on your keyboard (if there is
1457 one) while typing @kbd{?}, or as @key{ESC} followed by @kbd{?}.
1458
1459 @cindex quotes in commands
1460 @cindex completion of quoted strings
1461 Sometimes the string you need, while logically a ``word'', may contain
1462 parentheses or other characters that @value{GDBN} normally excludes from
1463 its notion of a word. To permit word completion to work in this
1464 situation, you may enclose words in @code{'} (single quote marks) in
1465 @value{GDBN} commands.
1466
1467 The most likely situation where you might need this is in typing the
1468 name of a C@t{++} function. This is because C@t{++} allows function
1469 overloading (multiple definitions of the same function, distinguished
1470 by argument type). For example, when you want to set a breakpoint you
1471 may need to distinguish whether you mean the version of @code{name}
1472 that takes an @code{int} parameter, @code{name(int)}, or the version
1473 that takes a @code{float} parameter, @code{name(float)}. To use the
1474 word-completion facilities in this situation, type a single quote
1475 @code{'} at the beginning of the function name. This alerts
1476 @value{GDBN} that it may need to consider more information than usual
1477 when you press @key{TAB} or @kbd{M-?} to request word completion:
1478
1479 @smallexample
1480 (@value{GDBP}) b 'bubble( @kbd{M-?}
1481 bubble(double,double) bubble(int,int)
1482 (@value{GDBP}) b 'bubble(
1483 @end smallexample
1484
1485 In some cases, @value{GDBN} can tell that completing a name requires using
1486 quotes. When this happens, @value{GDBN} inserts the quote for you (while
1487 completing as much as it can) if you do not type the quote in the first
1488 place:
1489
1490 @smallexample
1491 (@value{GDBP}) b bub @key{TAB}
1492 @exdent @value{GDBN} alters your input line to the following, and rings a bell:
1493 (@value{GDBP}) b 'bubble(
1494 @end smallexample
1495
1496 @noindent
1497 In general, @value{GDBN} can tell that a quote is needed (and inserts it) if
1498 you have not yet started typing the argument list when you ask for
1499 completion on an overloaded symbol.
1500
1501 For more information about overloaded functions, see @ref{C plus plus
1502 expressions, ,C@t{++} expressions}. You can use the command @code{set
1503 overload-resolution off} to disable overload resolution;
1504 see @ref{Debugging C plus plus, ,@value{GDBN} features for C@t{++}}.
1505
1506
1507 @node Help
1508 @section Getting help
1509 @cindex online documentation
1510 @kindex help
1511
1512 You can always ask @value{GDBN} itself for information on its commands,
1513 using the command @code{help}.
1514
1515 @table @code
1516 @kindex h @r{(@code{help})}
1517 @item help
1518 @itemx h
1519 You can use @code{help} (abbreviated @code{h}) with no arguments to
1520 display a short list of named classes of commands:
1521
1522 @smallexample
1523 (@value{GDBP}) help
1524 List of classes of commands:
1525
1526 aliases -- Aliases of other commands
1527 breakpoints -- Making program stop at certain points
1528 data -- Examining data
1529 files -- Specifying and examining files
1530 internals -- Maintenance commands
1531 obscure -- Obscure features
1532 running -- Running the program
1533 stack -- Examining the stack
1534 status -- Status inquiries
1535 support -- Support facilities
1536 tracepoints -- Tracing of program execution without@*
1537 stopping the program
1538 user-defined -- User-defined commands
1539
1540 Type "help" followed by a class name for a list of
1541 commands in that class.
1542 Type "help" followed by command name for full
1543 documentation.
1544 Command name abbreviations are allowed if unambiguous.
1545 (@value{GDBP})
1546 @end smallexample
1547 @c the above line break eliminates huge line overfull...
1548
1549 @item help @var{class}
1550 Using one of the general help classes as an argument, you can get a
1551 list of the individual commands in that class. For example, here is the
1552 help display for the class @code{status}:
1553
1554 @smallexample
1555 (@value{GDBP}) help status
1556 Status inquiries.
1557
1558 List of commands:
1559
1560 @c Line break in "show" line falsifies real output, but needed
1561 @c to fit in smallbook page size.
1562 info -- Generic command for showing things
1563 about the program being debugged
1564 show -- Generic command for showing things
1565 about the debugger
1566
1567 Type "help" followed by command name for full
1568 documentation.
1569 Command name abbreviations are allowed if unambiguous.
1570 (@value{GDBP})
1571 @end smallexample
1572
1573 @item help @var{command}
1574 With a command name as @code{help} argument, @value{GDBN} displays a
1575 short paragraph on how to use that command.
1576
1577 @kindex apropos
1578 @item apropos @var{args}
1579 The @code{apropos} command searches through all of the @value{GDBN}
1580 commands, and their documentation, for the regular expression specified in
1581 @var{args}. It prints out all matches found. For example:
1582
1583 @smallexample
1584 apropos reload
1585 @end smallexample
1586
1587 @noindent
1588 results in:
1589
1590 @smallexample
1591 @c @group
1592 set symbol-reloading -- Set dynamic symbol table reloading
1593 multiple times in one run
1594 show symbol-reloading -- Show dynamic symbol table reloading
1595 multiple times in one run
1596 @c @end group
1597 @end smallexample
1598
1599 @kindex complete
1600 @item complete @var{args}
1601 The @code{complete @var{args}} command lists all the possible completions
1602 for the beginning of a command. Use @var{args} to specify the beginning of the
1603 command you want completed. For example:
1604
1605 @smallexample
1606 complete i
1607 @end smallexample
1608
1609 @noindent results in:
1610
1611 @smallexample
1612 @group
1613 if
1614 ignore
1615 info
1616 inspect
1617 @end group
1618 @end smallexample
1619
1620 @noindent This is intended for use by @sc{gnu} Emacs.
1621 @end table
1622
1623 In addition to @code{help}, you can use the @value{GDBN} commands @code{info}
1624 and @code{show} to inquire about the state of your program, or the state
1625 of @value{GDBN} itself. Each command supports many topics of inquiry; this
1626 manual introduces each of them in the appropriate context. The listings
1627 under @code{info} and under @code{show} in the Index point to
1628 all the sub-commands. @xref{Index}.
1629
1630 @c @group
1631 @table @code
1632 @kindex info
1633 @kindex i @r{(@code{info})}
1634 @item info
1635 This command (abbreviated @code{i}) is for describing the state of your
1636 program. For example, you can list the arguments given to your program
1637 with @code{info args}, list the registers currently in use with @code{info
1638 registers}, or list the breakpoints you have set with @code{info breakpoints}.
1639 You can get a complete list of the @code{info} sub-commands with
1640 @w{@code{help info}}.
1641
1642 @kindex set
1643 @item set
1644 You can assign the result of an expression to an environment variable with
1645 @code{set}. For example, you can set the @value{GDBN} prompt to a $-sign with
1646 @code{set prompt $}.
1647
1648 @kindex show
1649 @item show
1650 In contrast to @code{info}, @code{show} is for describing the state of
1651 @value{GDBN} itself.
1652 You can change most of the things you can @code{show}, by using the
1653 related command @code{set}; for example, you can control what number
1654 system is used for displays with @code{set radix}, or simply inquire
1655 which is currently in use with @code{show radix}.
1656
1657 @kindex info set
1658 To display all the settable parameters and their current
1659 values, you can use @code{show} with no arguments; you may also use
1660 @code{info set}. Both commands produce the same display.
1661 @c FIXME: "info set" violates the rule that "info" is for state of
1662 @c FIXME...program. Ck w/ GNU: "info set" to be called something else,
1663 @c FIXME...or change desc of rule---eg "state of prog and debugging session"?
1664 @end table
1665 @c @end group
1666
1667 Here are three miscellaneous @code{show} subcommands, all of which are
1668 exceptional in lacking corresponding @code{set} commands:
1669
1670 @table @code
1671 @kindex show version
1672 @cindex @value{GDBN} version number
1673 @item show version
1674 Show what version of @value{GDBN} is running. You should include this
1675 information in @value{GDBN} bug-reports. If multiple versions of
1676 @value{GDBN} are in use at your site, you may need to determine which
1677 version of @value{GDBN} you are running; as @value{GDBN} evolves, new
1678 commands are introduced, and old ones may wither away. Also, many
1679 system vendors ship variant versions of @value{GDBN}, and there are
1680 variant versions of @value{GDBN} in @sc{gnu}/Linux distributions as well.
1681 The version number is the same as the one announced when you start
1682 @value{GDBN}.
1683
1684 @kindex show copying
1685 @kindex info copying
1686 @cindex display @value{GDBN} copyright
1687 @item show copying
1688 @itemx info copying
1689 Display information about permission for copying @value{GDBN}.
1690
1691 @kindex show warranty
1692 @kindex info warranty
1693 @item show warranty
1694 @itemx info warranty
1695 Display the @sc{gnu} ``NO WARRANTY'' statement, or a warranty,
1696 if your version of @value{GDBN} comes with one.
1697
1698 @end table
1699
1700 @node Running
1701 @chapter Running Programs Under @value{GDBN}
1702
1703 When you run a program under @value{GDBN}, you must first generate
1704 debugging information when you compile it.
1705
1706 You may start @value{GDBN} with its arguments, if any, in an environment
1707 of your choice. If you are doing native debugging, you may redirect
1708 your program's input and output, debug an already running process, or
1709 kill a child process.
1710
1711 @menu
1712 * Compilation:: Compiling for debugging
1713 * Starting:: Starting your program
1714 * Arguments:: Your program's arguments
1715 * Environment:: Your program's environment
1716
1717 * Working Directory:: Your program's working directory
1718 * Input/Output:: Your program's input and output
1719 * Attach:: Debugging an already-running process
1720 * Kill Process:: Killing the child process
1721
1722 * Threads:: Debugging programs with multiple threads
1723 * Processes:: Debugging programs with multiple processes
1724 @end menu
1725
1726 @node Compilation
1727 @section Compiling for debugging
1728
1729 In order to debug a program effectively, you need to generate
1730 debugging information when you compile it. This debugging information
1731 is stored in the object file; it describes the data type of each
1732 variable or function and the correspondence between source line numbers
1733 and addresses in the executable code.
1734
1735 To request debugging information, specify the @samp{-g} option when you run
1736 the compiler.
1737
1738 Programs that are to be shipped to your customers are compiled with
1739 optimizations, using the @samp{-O} compiler option. However, many
1740 compilers are unable to handle the @samp{-g} and @samp{-O} options
1741 together. Using those compilers, you cannot generate optimized
1742 executables containing debugging information.
1743
1744 @value{NGCC}, the @sc{gnu} C/C@t{++} compiler, supports @samp{-g} with or
1745 without @samp{-O}, making it possible to debug optimized code. We
1746 recommend that you @emph{always} use @samp{-g} whenever you compile a
1747 program. You may think your program is correct, but there is no sense
1748 in pushing your luck.
1749
1750 @cindex optimized code, debugging
1751 @cindex debugging optimized code
1752 When you debug a program compiled with @samp{-g -O}, remember that the
1753 optimizer is rearranging your code; the debugger shows you what is
1754 really there. Do not be too surprised when the execution path does not
1755 exactly match your source file! An extreme example: if you define a
1756 variable, but never use it, @value{GDBN} never sees that
1757 variable---because the compiler optimizes it out of existence.
1758
1759 Some things do not work as well with @samp{-g -O} as with just
1760 @samp{-g}, particularly on machines with instruction scheduling. If in
1761 doubt, recompile with @samp{-g} alone, and if this fixes the problem,
1762 please report it to us as a bug (including a test case!).
1763 @xref{Variables}, for more information about debugging optimized code.
1764
1765 Older versions of the @sc{gnu} C compiler permitted a variant option
1766 @w{@samp{-gg}} for debugging information. @value{GDBN} no longer supports this
1767 format; if your @sc{gnu} C compiler has this option, do not use it.
1768
1769 @value{GDBN} knows about preprocessor macros and can show you their
1770 expansion (@pxref{Macros}). Most compilers do not include information
1771 about preprocessor macros in the debugging information if you specify
1772 the @option{-g} flag alone, because this information is rather large.
1773 Version 3.1 and later of @value{NGCC}, the @sc{gnu} C compiler,
1774 provides macro information if you specify the options
1775 @option{-gdwarf-2} and @option{-g3}; the former option requests
1776 debugging information in the Dwarf 2 format, and the latter requests
1777 ``extra information''. In the future, we hope to find more compact
1778 ways to represent macro information, so that it can be included with
1779 @option{-g} alone.
1780
1781 @need 2000
1782 @node Starting
1783 @section Starting your program
1784 @cindex starting
1785 @cindex running
1786
1787 @table @code
1788 @kindex run
1789 @kindex r @r{(@code{run})}
1790 @item run
1791 @itemx r
1792 Use the @code{run} command to start your program under @value{GDBN}.
1793 You must first specify the program name (except on VxWorks) with an
1794 argument to @value{GDBN} (@pxref{Invocation, ,Getting In and Out of
1795 @value{GDBN}}), or by using the @code{file} or @code{exec-file} command
1796 (@pxref{Files, ,Commands to specify files}).
1797
1798 @end table
1799
1800 If you are running your program in an execution environment that
1801 supports processes, @code{run} creates an inferior process and makes
1802 that process run your program. (In environments without processes,
1803 @code{run} jumps to the start of your program.)
1804
1805 The execution of a program is affected by certain information it
1806 receives from its superior. @value{GDBN} provides ways to specify this
1807 information, which you must do @emph{before} starting your program. (You
1808 can change it after starting your program, but such changes only affect
1809 your program the next time you start it.) This information may be
1810 divided into four categories:
1811
1812 @table @asis
1813 @item The @emph{arguments.}
1814 Specify the arguments to give your program as the arguments of the
1815 @code{run} command. If a shell is available on your target, the shell
1816 is used to pass the arguments, so that you may use normal conventions
1817 (such as wildcard expansion or variable substitution) in describing
1818 the arguments.
1819 In Unix systems, you can control which shell is used with the
1820 @code{SHELL} environment variable.
1821 @xref{Arguments, ,Your program's arguments}.
1822
1823 @item The @emph{environment.}
1824 Your program normally inherits its environment from @value{GDBN}, but you can
1825 use the @value{GDBN} commands @code{set environment} and @code{unset
1826 environment} to change parts of the environment that affect
1827 your program. @xref{Environment, ,Your program's environment}.
1828
1829 @item The @emph{working directory.}
1830 Your program inherits its working directory from @value{GDBN}. You can set
1831 the @value{GDBN} working directory with the @code{cd} command in @value{GDBN}.
1832 @xref{Working Directory, ,Your program's working directory}.
1833
1834 @item The @emph{standard input and output.}
1835 Your program normally uses the same device for standard input and
1836 standard output as @value{GDBN} is using. You can redirect input and output
1837 in the @code{run} command line, or you can use the @code{tty} command to
1838 set a different device for your program.
1839 @xref{Input/Output, ,Your program's input and output}.
1840
1841 @cindex pipes
1842 @emph{Warning:} While input and output redirection work, you cannot use
1843 pipes to pass the output of the program you are debugging to another
1844 program; if you attempt this, @value{GDBN} is likely to wind up debugging the
1845 wrong program.
1846 @end table
1847
1848 When you issue the @code{run} command, your program begins to execute
1849 immediately. @xref{Stopping, ,Stopping and continuing}, for discussion
1850 of how to arrange for your program to stop. Once your program has
1851 stopped, you may call functions in your program, using the @code{print}
1852 or @code{call} commands. @xref{Data, ,Examining Data}.
1853
1854 If the modification time of your symbol file has changed since the last
1855 time @value{GDBN} read its symbols, @value{GDBN} discards its symbol
1856 table, and reads it again. When it does this, @value{GDBN} tries to retain
1857 your current breakpoints.
1858
1859 @table @code
1860 @kindex start
1861 @item start
1862 @cindex run to main procedure
1863 The name of the main procedure can vary from language to language.
1864 With C or C@t{++}, the main procedure name is always @code{main}, but
1865 other languages such as Ada do not require a specific name for their
1866 main procedure. The debugger provides a convenient way to start the
1867 execution of the program and to stop at the beginning of the main
1868 procedure, depending on the language used.
1869
1870 The @samp{start} command does the equivalent of setting a temporary
1871 breakpoint at the beginning of the main procedure and then invoking
1872 the @samp{run} command.
1873
1874 @cindex elaboration phase
1875 Some programs contain an @dfn{elaboration} phase where some startup code is
1876 executed before the main procedure is called. This depends on the
1877 languages used to write your program. In C@t{++}, for instance,
1878 constructors for static and global objects are executed before
1879 @code{main} is called. It is therefore possible that the debugger stops
1880 before reaching the main procedure. However, the temporary breakpoint
1881 will remain to halt execution.
1882
1883 Specify the arguments to give to your program as arguments to the
1884 @samp{start} command. These arguments will be given verbatim to the
1885 underlying @samp{run} command. Note that the same arguments will be
1886 reused if no argument is provided during subsequent calls to
1887 @samp{start} or @samp{run}.
1888
1889 It is sometimes necessary to debug the program during elaboration. In
1890 these cases, using the @code{start} command would stop the execution of
1891 your program too late, as the program would have already completed the
1892 elaboration phase. Under these circumstances, insert breakpoints in your
1893 elaboration code before running your program.
1894 @end table
1895
1896 @node Arguments
1897 @section Your program's arguments
1898
1899 @cindex arguments (to your program)
1900 The arguments to your program can be specified by the arguments of the
1901 @code{run} command.
1902 They are passed to a shell, which expands wildcard characters and
1903 performs redirection of I/O, and thence to your program. Your
1904 @code{SHELL} environment variable (if it exists) specifies what shell
1905 @value{GDBN} uses. If you do not define @code{SHELL}, @value{GDBN} uses
1906 the default shell (@file{/bin/sh} on Unix).
1907
1908 On non-Unix systems, the program is usually invoked directly by
1909 @value{GDBN}, which emulates I/O redirection via the appropriate system
1910 calls, and the wildcard characters are expanded by the startup code of
1911 the program, not by the shell.
1912
1913 @code{run} with no arguments uses the same arguments used by the previous
1914 @code{run}, or those set by the @code{set args} command.
1915
1916 @table @code
1917 @kindex set args
1918 @item set args
1919 Specify the arguments to be used the next time your program is run. If
1920 @code{set args} has no arguments, @code{run} executes your program
1921 with no arguments. Once you have run your program with arguments,
1922 using @code{set args} before the next @code{run} is the only way to run
1923 it again without arguments.
1924
1925 @kindex show args
1926 @item show args
1927 Show the arguments to give your program when it is started.
1928 @end table
1929
1930 @node Environment
1931 @section Your program's environment
1932
1933 @cindex environment (of your program)
1934 The @dfn{environment} consists of a set of environment variables and
1935 their values. Environment variables conventionally record such things as
1936 your user name, your home directory, your terminal type, and your search
1937 path for programs to run. Usually you set up environment variables with
1938 the shell and they are inherited by all the other programs you run. When
1939 debugging, it can be useful to try running your program with a modified
1940 environment without having to start @value{GDBN} over again.
1941
1942 @table @code
1943 @kindex path
1944 @item path @var{directory}
1945 Add @var{directory} to the front of the @code{PATH} environment variable
1946 (the search path for executables) that will be passed to your program.
1947 The value of @code{PATH} used by @value{GDBN} does not change.
1948 You may specify several directory names, separated by whitespace or by a
1949 system-dependent separator character (@samp{:} on Unix, @samp{;} on
1950 MS-DOS and MS-Windows). If @var{directory} is already in the path, it
1951 is moved to the front, so it is searched sooner.
1952
1953 You can use the string @samp{$cwd} to refer to whatever is the current
1954 working directory at the time @value{GDBN} searches the path. If you
1955 use @samp{.} instead, it refers to the directory where you executed the
1956 @code{path} command. @value{GDBN} replaces @samp{.} in the
1957 @var{directory} argument (with the current path) before adding
1958 @var{directory} to the search path.
1959 @c 'path' is explicitly nonrepeatable, but RMS points out it is silly to
1960 @c document that, since repeating it would be a no-op.
1961
1962 @kindex show paths
1963 @item show paths
1964 Display the list of search paths for executables (the @code{PATH}
1965 environment variable).
1966
1967 @kindex show environment
1968 @item show environment @r{[}@var{varname}@r{]}
1969 Print the value of environment variable @var{varname} to be given to
1970 your program when it starts. If you do not supply @var{varname},
1971 print the names and values of all environment variables to be given to
1972 your program. You can abbreviate @code{environment} as @code{env}.
1973
1974 @kindex set environment
1975 @item set environment @var{varname} @r{[}=@var{value}@r{]}
1976 Set environment variable @var{varname} to @var{value}. The value
1977 changes for your program only, not for @value{GDBN} itself. @var{value} may
1978 be any string; the values of environment variables are just strings, and
1979 any interpretation is supplied by your program itself. The @var{value}
1980 parameter is optional; if it is eliminated, the variable is set to a
1981 null value.
1982 @c "any string" here does not include leading, trailing
1983 @c blanks. Gnu asks: does anyone care?
1984
1985 For example, this command:
1986
1987 @smallexample
1988 set env USER = foo
1989 @end smallexample
1990
1991 @noindent
1992 tells the debugged program, when subsequently run, that its user is named
1993 @samp{foo}. (The spaces around @samp{=} are used for clarity here; they
1994 are not actually required.)
1995
1996 @kindex unset environment
1997 @item unset environment @var{varname}
1998 Remove variable @var{varname} from the environment to be passed to your
1999 program. This is different from @samp{set env @var{varname} =};
2000 @code{unset environment} removes the variable from the environment,
2001 rather than assigning it an empty value.
2002 @end table
2003
2004 @emph{Warning:} On Unix systems, @value{GDBN} runs your program using
2005 the shell indicated
2006 by your @code{SHELL} environment variable if it exists (or
2007 @code{/bin/sh} if not). If your @code{SHELL} variable names a shell
2008 that runs an initialization file---such as @file{.cshrc} for C-shell, or
2009 @file{.bashrc} for BASH---any variables you set in that file affect
2010 your program. You may wish to move setting of environment variables to
2011 files that are only run when you sign on, such as @file{.login} or
2012 @file{.profile}.
2013
2014 @node Working Directory
2015 @section Your program's working directory
2016
2017 @cindex working directory (of your program)
2018 Each time you start your program with @code{run}, it inherits its
2019 working directory from the current working directory of @value{GDBN}.
2020 The @value{GDBN} working directory is initially whatever it inherited
2021 from its parent process (typically the shell), but you can specify a new
2022 working directory in @value{GDBN} with the @code{cd} command.
2023
2024 The @value{GDBN} working directory also serves as a default for the commands
2025 that specify files for @value{GDBN} to operate on. @xref{Files, ,Commands to
2026 specify files}.
2027
2028 @table @code
2029 @kindex cd
2030 @cindex change working directory
2031 @item cd @var{directory}
2032 Set the @value{GDBN} working directory to @var{directory}.
2033
2034 @kindex pwd
2035 @item pwd
2036 Print the @value{GDBN} working directory.
2037 @end table
2038
2039 It is generally impossible to find the current working directory of
2040 the process being debugged (since a program can change its directory
2041 during its run). If you work on a system where @value{GDBN} is
2042 configured with the @file{/proc} support, you can use the @code{info
2043 proc} command (@pxref{SVR4 Process Information}) to find out the
2044 current working directory of the debuggee.
2045
2046 @node Input/Output
2047 @section Your program's input and output
2048
2049 @cindex redirection
2050 @cindex i/o
2051 @cindex terminal
2052 By default, the program you run under @value{GDBN} does input and output to
2053 the same terminal that @value{GDBN} uses. @value{GDBN} switches the terminal
2054 to its own terminal modes to interact with you, but it records the terminal
2055 modes your program was using and switches back to them when you continue
2056 running your program.
2057
2058 @table @code
2059 @kindex info terminal
2060 @item info terminal
2061 Displays information recorded by @value{GDBN} about the terminal modes your
2062 program is using.
2063 @end table
2064
2065 You can redirect your program's input and/or output using shell
2066 redirection with the @code{run} command. For example,
2067
2068 @smallexample
2069 run > outfile
2070 @end smallexample
2071
2072 @noindent
2073 starts your program, diverting its output to the file @file{outfile}.
2074
2075 @kindex tty
2076 @cindex controlling terminal
2077 Another way to specify where your program should do input and output is
2078 with the @code{tty} command. This command accepts a file name as
2079 argument, and causes this file to be the default for future @code{run}
2080 commands. It also resets the controlling terminal for the child
2081 process, for future @code{run} commands. For example,
2082
2083 @smallexample
2084 tty /dev/ttyb
2085 @end smallexample
2086
2087 @noindent
2088 directs that processes started with subsequent @code{run} commands
2089 default to do input and output on the terminal @file{/dev/ttyb} and have
2090 that as their controlling terminal.
2091
2092 An explicit redirection in @code{run} overrides the @code{tty} command's
2093 effect on the input/output device, but not its effect on the controlling
2094 terminal.
2095
2096 When you use the @code{tty} command or redirect input in the @code{run}
2097 command, only the input @emph{for your program} is affected. The input
2098 for @value{GDBN} still comes from your terminal.
2099
2100 @node Attach
2101 @section Debugging an already-running process
2102 @kindex attach
2103 @cindex attach
2104
2105 @table @code
2106 @item attach @var{process-id}
2107 This command attaches to a running process---one that was started
2108 outside @value{GDBN}. (@code{info files} shows your active
2109 targets.) The command takes as argument a process ID. The usual way to
2110 find out the @var{process-id} of a Unix process is with the @code{ps} utility,
2111 or with the @samp{jobs -l} shell command.
2112
2113 @code{attach} does not repeat if you press @key{RET} a second time after
2114 executing the command.
2115 @end table
2116
2117 To use @code{attach}, your program must be running in an environment
2118 which supports processes; for example, @code{attach} does not work for
2119 programs on bare-board targets that lack an operating system. You must
2120 also have permission to send the process a signal.
2121
2122 When you use @code{attach}, the debugger finds the program running in
2123 the process first by looking in the current working directory, then (if
2124 the program is not found) by using the source file search path
2125 (@pxref{Source Path, ,Specifying source directories}). You can also use
2126 the @code{file} command to load the program. @xref{Files, ,Commands to
2127 Specify Files}.
2128
2129 The first thing @value{GDBN} does after arranging to debug the specified
2130 process is to stop it. You can examine and modify an attached process
2131 with all the @value{GDBN} commands that are ordinarily available when
2132 you start processes with @code{run}. You can insert breakpoints; you
2133 can step and continue; you can modify storage. If you would rather the
2134 process continue running, you may use the @code{continue} command after
2135 attaching @value{GDBN} to the process.
2136
2137 @table @code
2138 @kindex detach
2139 @item detach
2140 When you have finished debugging the attached process, you can use the
2141 @code{detach} command to release it from @value{GDBN} control. Detaching
2142 the process continues its execution. After the @code{detach} command,
2143 that process and @value{GDBN} become completely independent once more, and you
2144 are ready to @code{attach} another process or start one with @code{run}.
2145 @code{detach} does not repeat if you press @key{RET} again after
2146 executing the command.
2147 @end table
2148
2149 If you exit @value{GDBN} or use the @code{run} command while you have an
2150 attached process, you kill that process. By default, @value{GDBN} asks
2151 for confirmation if you try to do either of these things; you can
2152 control whether or not you need to confirm by using the @code{set
2153 confirm} command (@pxref{Messages/Warnings, ,Optional warnings and
2154 messages}).
2155
2156 @node Kill Process
2157 @section Killing the child process
2158
2159 @table @code
2160 @kindex kill
2161 @item kill
2162 Kill the child process in which your program is running under @value{GDBN}.
2163 @end table
2164
2165 This command is useful if you wish to debug a core dump instead of a
2166 running process. @value{GDBN} ignores any core dump file while your program
2167 is running.
2168
2169 On some operating systems, a program cannot be executed outside @value{GDBN}
2170 while you have breakpoints set on it inside @value{GDBN}. You can use the
2171 @code{kill} command in this situation to permit running your program
2172 outside the debugger.
2173
2174 The @code{kill} command is also useful if you wish to recompile and
2175 relink your program, since on many systems it is impossible to modify an
2176 executable file while it is running in a process. In this case, when you
2177 next type @code{run}, @value{GDBN} notices that the file has changed, and
2178 reads the symbol table again (while trying to preserve your current
2179 breakpoint settings).
2180
2181 @node Threads
2182 @section Debugging programs with multiple threads
2183
2184 @cindex threads of execution
2185 @cindex multiple threads
2186 @cindex switching threads
2187 In some operating systems, such as HP-UX and Solaris, a single program
2188 may have more than one @dfn{thread} of execution. The precise semantics
2189 of threads differ from one operating system to another, but in general
2190 the threads of a single program are akin to multiple processes---except
2191 that they share one address space (that is, they can all examine and
2192 modify the same variables). On the other hand, each thread has its own
2193 registers and execution stack, and perhaps private memory.
2194
2195 @value{GDBN} provides these facilities for debugging multi-thread
2196 programs:
2197
2198 @itemize @bullet
2199 @item automatic notification of new threads
2200 @item @samp{thread @var{threadno}}, a command to switch among threads
2201 @item @samp{info threads}, a command to inquire about existing threads
2202 @item @samp{thread apply [@var{threadno}] [@var{all}] @var{args}},
2203 a command to apply a command to a list of threads
2204 @item thread-specific breakpoints
2205 @end itemize
2206
2207 @quotation
2208 @emph{Warning:} These facilities are not yet available on every
2209 @value{GDBN} configuration where the operating system supports threads.
2210 If your @value{GDBN} does not support threads, these commands have no
2211 effect. For example, a system without thread support shows no output
2212 from @samp{info threads}, and always rejects the @code{thread} command,
2213 like this:
2214
2215 @smallexample
2216 (@value{GDBP}) info threads
2217 (@value{GDBP}) thread 1
2218 Thread ID 1 not known. Use the "info threads" command to
2219 see the IDs of currently known threads.
2220 @end smallexample
2221 @c FIXME to implementors: how hard would it be to say "sorry, this GDB
2222 @c doesn't support threads"?
2223 @end quotation
2224
2225 @cindex focus of debugging
2226 @cindex current thread
2227 The @value{GDBN} thread debugging facility allows you to observe all
2228 threads while your program runs---but whenever @value{GDBN} takes
2229 control, one thread in particular is always the focus of debugging.
2230 This thread is called the @dfn{current thread}. Debugging commands show
2231 program information from the perspective of the current thread.
2232
2233 @cindex @code{New} @var{systag} message
2234 @cindex thread identifier (system)
2235 @c FIXME-implementors!! It would be more helpful if the [New...] message
2236 @c included GDB's numeric thread handle, so you could just go to that
2237 @c thread without first checking `info threads'.
2238 Whenever @value{GDBN} detects a new thread in your program, it displays
2239 the target system's identification for the thread with a message in the
2240 form @samp{[New @var{systag}]}. @var{systag} is a thread identifier
2241 whose form varies depending on the particular system. For example, on
2242 LynxOS, you might see
2243
2244 @smallexample
2245 [New process 35 thread 27]
2246 @end smallexample
2247
2248 @noindent
2249 when @value{GDBN} notices a new thread. In contrast, on an SGI system,
2250 the @var{systag} is simply something like @samp{process 368}, with no
2251 further qualifier.
2252
2253 @c FIXME!! (1) Does the [New...] message appear even for the very first
2254 @c thread of a program, or does it only appear for the
2255 @c second---i.e.@: when it becomes obvious we have a multithread
2256 @c program?
2257 @c (2) *Is* there necessarily a first thread always? Or do some
2258 @c multithread systems permit starting a program with multiple
2259 @c threads ab initio?
2260
2261 @cindex thread number
2262 @cindex thread identifier (GDB)
2263 For debugging purposes, @value{GDBN} associates its own thread
2264 number---always a single integer---with each thread in your program.
2265
2266 @table @code
2267 @kindex info threads
2268 @item info threads
2269 Display a summary of all threads currently in your
2270 program. @value{GDBN} displays for each thread (in this order):
2271
2272 @enumerate
2273 @item
2274 the thread number assigned by @value{GDBN}
2275
2276 @item
2277 the target system's thread identifier (@var{systag})
2278
2279 @item
2280 the current stack frame summary for that thread
2281 @end enumerate
2282
2283 @noindent
2284 An asterisk @samp{*} to the left of the @value{GDBN} thread number
2285 indicates the current thread.
2286
2287 For example,
2288 @end table
2289 @c end table here to get a little more width for example
2290
2291 @smallexample
2292 (@value{GDBP}) info threads
2293 3 process 35 thread 27 0x34e5 in sigpause ()
2294 2 process 35 thread 23 0x34e5 in sigpause ()
2295 * 1 process 35 thread 13 main (argc=1, argv=0x7ffffff8)
2296 at threadtest.c:68
2297 @end smallexample
2298
2299 On HP-UX systems:
2300
2301 @cindex debugging multithreaded programs (on HP-UX)
2302 @cindex thread identifier (GDB), on HP-UX
2303 For debugging purposes, @value{GDBN} associates its own thread
2304 number---a small integer assigned in thread-creation order---with each
2305 thread in your program.
2306
2307 @cindex @code{New} @var{systag} message, on HP-UX
2308 @cindex thread identifier (system), on HP-UX
2309 @c FIXME-implementors!! It would be more helpful if the [New...] message
2310 @c included GDB's numeric thread handle, so you could just go to that
2311 @c thread without first checking `info threads'.
2312 Whenever @value{GDBN} detects a new thread in your program, it displays
2313 both @value{GDBN}'s thread number and the target system's identification for the thread with a message in the
2314 form @samp{[New @var{systag}]}. @var{systag} is a thread identifier
2315 whose form varies depending on the particular system. For example, on
2316 HP-UX, you see
2317
2318 @smallexample
2319 [New thread 2 (system thread 26594)]
2320 @end smallexample
2321
2322 @noindent
2323 when @value{GDBN} notices a new thread.
2324
2325 @table @code
2326 @kindex info threads (HP-UX)
2327 @item info threads
2328 Display a summary of all threads currently in your
2329 program. @value{GDBN} displays for each thread (in this order):
2330
2331 @enumerate
2332 @item the thread number assigned by @value{GDBN}
2333
2334 @item the target system's thread identifier (@var{systag})
2335
2336 @item the current stack frame summary for that thread
2337 @end enumerate
2338
2339 @noindent
2340 An asterisk @samp{*} to the left of the @value{GDBN} thread number
2341 indicates the current thread.
2342
2343 For example,
2344 @end table
2345 @c end table here to get a little more width for example
2346
2347 @smallexample
2348 (@value{GDBP}) info threads
2349 * 3 system thread 26607 worker (wptr=0x7b09c318 "@@") \@*
2350 at quicksort.c:137
2351 2 system thread 26606 0x7b0030d8 in __ksleep () \@*
2352 from /usr/lib/libc.2
2353 1 system thread 27905 0x7b003498 in _brk () \@*
2354 from /usr/lib/libc.2
2355 @end smallexample
2356
2357 On Solaris, you can display more information about user threads with a
2358 Solaris-specific command:
2359
2360 @table @code
2361 @item maint info sol-threads
2362 @kindex maint info sol-threads
2363 @cindex thread info (Solaris)
2364 Display info on Solaris user threads.
2365 @end table
2366
2367 @table @code
2368 @kindex thread @var{threadno}
2369 @item thread @var{threadno}
2370 Make thread number @var{threadno} the current thread. The command
2371 argument @var{threadno} is the internal @value{GDBN} thread number, as
2372 shown in the first field of the @samp{info threads} display.
2373 @value{GDBN} responds by displaying the system identifier of the thread
2374 you selected, and its current stack frame summary:
2375
2376 @smallexample
2377 @c FIXME!! This example made up; find a @value{GDBN} w/threads and get real one
2378 (@value{GDBP}) thread 2
2379 [Switching to process 35 thread 23]
2380 0x34e5 in sigpause ()
2381 @end smallexample
2382
2383 @noindent
2384 As with the @samp{[New @dots{}]} message, the form of the text after
2385 @samp{Switching to} depends on your system's conventions for identifying
2386 threads.
2387
2388 @kindex thread apply
2389 @item thread apply [@var{threadno}] [@var{all}] @var{args}
2390 The @code{thread apply} command allows you to apply a command to one or
2391 more threads. Specify the numbers of the threads that you want affected
2392 with the command argument @var{threadno}. @var{threadno} is the internal
2393 @value{GDBN} thread number, as shown in the first field of the @samp{info
2394 threads} display. To apply a command to all threads, use
2395 @code{thread apply all} @var{args}.
2396 @end table
2397
2398 @cindex automatic thread selection
2399 @cindex switching threads automatically
2400 @cindex threads, automatic switching
2401 Whenever @value{GDBN} stops your program, due to a breakpoint or a
2402 signal, it automatically selects the thread where that breakpoint or
2403 signal happened. @value{GDBN} alerts you to the context switch with a
2404 message of the form @samp{[Switching to @var{systag}]} to identify the
2405 thread.
2406
2407 @xref{Thread Stops,,Stopping and starting multi-thread programs}, for
2408 more information about how @value{GDBN} behaves when you stop and start
2409 programs with multiple threads.
2410
2411 @xref{Set Watchpoints,,Setting watchpoints}, for information about
2412 watchpoints in programs with multiple threads.
2413
2414 @node Processes
2415 @section Debugging programs with multiple processes
2416
2417 @cindex fork, debugging programs which call
2418 @cindex multiple processes
2419 @cindex processes, multiple
2420 On most systems, @value{GDBN} has no special support for debugging
2421 programs which create additional processes using the @code{fork}
2422 function. When a program forks, @value{GDBN} will continue to debug the
2423 parent process and the child process will run unimpeded. If you have
2424 set a breakpoint in any code which the child then executes, the child
2425 will get a @code{SIGTRAP} signal which (unless it catches the signal)
2426 will cause it to terminate.
2427
2428 However, if you want to debug the child process there is a workaround
2429 which isn't too painful. Put a call to @code{sleep} in the code which
2430 the child process executes after the fork. It may be useful to sleep
2431 only if a certain environment variable is set, or a certain file exists,
2432 so that the delay need not occur when you don't want to run @value{GDBN}
2433 on the child. While the child is sleeping, use the @code{ps} program to
2434 get its process ID. Then tell @value{GDBN} (a new invocation of
2435 @value{GDBN} if you are also debugging the parent process) to attach to
2436 the child process (@pxref{Attach}). From that point on you can debug
2437 the child process just like any other process which you attached to.
2438
2439 On some systems, @value{GDBN} provides support for debugging programs that
2440 create additional processes using the @code{fork} or @code{vfork} functions.
2441 Currently, the only platforms with this feature are HP-UX (11.x and later
2442 only?) and GNU/Linux (kernel version 2.5.60 and later).
2443
2444 By default, when a program forks, @value{GDBN} will continue to debug
2445 the parent process and the child process will run unimpeded.
2446
2447 If you want to follow the child process instead of the parent process,
2448 use the command @w{@code{set follow-fork-mode}}.
2449
2450 @table @code
2451 @kindex set follow-fork-mode
2452 @item set follow-fork-mode @var{mode}
2453 Set the debugger response to a program call of @code{fork} or
2454 @code{vfork}. A call to @code{fork} or @code{vfork} creates a new
2455 process. The @var{mode} argument can be:
2456
2457 @table @code
2458 @item parent
2459 The original process is debugged after a fork. The child process runs
2460 unimpeded. This is the default.
2461
2462 @item child
2463 The new process is debugged after a fork. The parent process runs
2464 unimpeded.
2465
2466 @end table
2467
2468 @kindex show follow-fork-mode
2469 @item show follow-fork-mode
2470 Display the current debugger response to a @code{fork} or @code{vfork} call.
2471 @end table
2472
2473 If you ask to debug a child process and a @code{vfork} is followed by an
2474 @code{exec}, @value{GDBN} executes the new target up to the first
2475 breakpoint in the new target. If you have a breakpoint set on
2476 @code{main} in your original program, the breakpoint will also be set on
2477 the child process's @code{main}.
2478
2479 When a child process is spawned by @code{vfork}, you cannot debug the
2480 child or parent until an @code{exec} call completes.
2481
2482 If you issue a @code{run} command to @value{GDBN} after an @code{exec}
2483 call executes, the new target restarts. To restart the parent process,
2484 use the @code{file} command with the parent executable name as its
2485 argument.
2486
2487 You can use the @code{catch} command to make @value{GDBN} stop whenever
2488 a @code{fork}, @code{vfork}, or @code{exec} call is made. @xref{Set
2489 Catchpoints, ,Setting catchpoints}.
2490
2491 @node Stopping
2492 @chapter Stopping and Continuing
2493
2494 The principal purposes of using a debugger are so that you can stop your
2495 program before it terminates; or so that, if your program runs into
2496 trouble, you can investigate and find out why.
2497
2498 Inside @value{GDBN}, your program may stop for any of several reasons,
2499 such as a signal, a breakpoint, or reaching a new line after a
2500 @value{GDBN} command such as @code{step}. You may then examine and
2501 change variables, set new breakpoints or remove old ones, and then
2502 continue execution. Usually, the messages shown by @value{GDBN} provide
2503 ample explanation of the status of your program---but you can also
2504 explicitly request this information at any time.
2505
2506 @table @code
2507 @kindex info program
2508 @item info program
2509 Display information about the status of your program: whether it is
2510 running or not, what process it is, and why it stopped.
2511 @end table
2512
2513 @menu
2514 * Breakpoints:: Breakpoints, watchpoints, and catchpoints
2515 * Continuing and Stepping:: Resuming execution
2516 * Signals:: Signals
2517 * Thread Stops:: Stopping and starting multi-thread programs
2518 @end menu
2519
2520 @node Breakpoints
2521 @section Breakpoints, watchpoints, and catchpoints
2522
2523 @cindex breakpoints
2524 A @dfn{breakpoint} makes your program stop whenever a certain point in
2525 the program is reached. For each breakpoint, you can add conditions to
2526 control in finer detail whether your program stops. You can set
2527 breakpoints with the @code{break} command and its variants (@pxref{Set
2528 Breaks, ,Setting breakpoints}), to specify the place where your program
2529 should stop by line number, function name or exact address in the
2530 program.
2531
2532 On some systems, you can set breakpoints in shared libraries before
2533 the executable is run. There is a minor limitation on HP-UX systems:
2534 you must wait until the executable is run in order to set breakpoints
2535 in shared library routines that are not called directly by the program
2536 (for example, routines that are arguments in a @code{pthread_create}
2537 call).
2538
2539 @cindex watchpoints
2540 @cindex memory tracing
2541 @cindex breakpoint on memory address
2542 @cindex breakpoint on variable modification
2543 A @dfn{watchpoint} is a special breakpoint that stops your program
2544 when the value of an expression changes. You must use a different
2545 command to set watchpoints (@pxref{Set Watchpoints, ,Setting
2546 watchpoints}), but aside from that, you can manage a watchpoint like
2547 any other breakpoint: you enable, disable, and delete both breakpoints
2548 and watchpoints using the same commands.
2549
2550 You can arrange to have values from your program displayed automatically
2551 whenever @value{GDBN} stops at a breakpoint. @xref{Auto Display,,
2552 Automatic display}.
2553
2554 @cindex catchpoints
2555 @cindex breakpoint on events
2556 A @dfn{catchpoint} is another special breakpoint that stops your program
2557 when a certain kind of event occurs, such as the throwing of a C@t{++}
2558 exception or the loading of a library. As with watchpoints, you use a
2559 different command to set a catchpoint (@pxref{Set Catchpoints, ,Setting
2560 catchpoints}), but aside from that, you can manage a catchpoint like any
2561 other breakpoint. (To stop when your program receives a signal, use the
2562 @code{handle} command; see @ref{Signals, ,Signals}.)
2563
2564 @cindex breakpoint numbers
2565 @cindex numbers for breakpoints
2566 @value{GDBN} assigns a number to each breakpoint, watchpoint, or
2567 catchpoint when you create it; these numbers are successive integers
2568 starting with one. In many of the commands for controlling various
2569 features of breakpoints you use the breakpoint number to say which
2570 breakpoint you want to change. Each breakpoint may be @dfn{enabled} or
2571 @dfn{disabled}; if disabled, it has no effect on your program until you
2572 enable it again.
2573
2574 @cindex breakpoint ranges
2575 @cindex ranges of breakpoints
2576 Some @value{GDBN} commands accept a range of breakpoints on which to
2577 operate. A breakpoint range is either a single breakpoint number, like
2578 @samp{5}, or two such numbers, in increasing order, separated by a
2579 hyphen, like @samp{5-7}. When a breakpoint range is given to a command,
2580 all breakpoint in that range are operated on.
2581
2582 @menu
2583 * Set Breaks:: Setting breakpoints
2584 * Set Watchpoints:: Setting watchpoints
2585 * Set Catchpoints:: Setting catchpoints
2586 * Delete Breaks:: Deleting breakpoints
2587 * Disabling:: Disabling breakpoints
2588 * Conditions:: Break conditions
2589 * Break Commands:: Breakpoint command lists
2590 * Breakpoint Menus:: Breakpoint menus
2591 * Error in Breakpoints:: ``Cannot insert breakpoints''
2592 * Breakpoint related warnings:: ``Breakpoint address adjusted...''
2593 @end menu
2594
2595 @node Set Breaks
2596 @subsection Setting breakpoints
2597
2598 @c FIXME LMB what does GDB do if no code on line of breakpt?
2599 @c consider in particular declaration with/without initialization.
2600 @c
2601 @c FIXME 2 is there stuff on this already? break at fun start, already init?
2602
2603 @kindex break
2604 @kindex b @r{(@code{break})}
2605 @vindex $bpnum@r{, convenience variable}
2606 @cindex latest breakpoint
2607 Breakpoints are set with the @code{break} command (abbreviated
2608 @code{b}). The debugger convenience variable @samp{$bpnum} records the
2609 number of the breakpoint you've set most recently; see @ref{Convenience
2610 Vars,, Convenience variables}, for a discussion of what you can do with
2611 convenience variables.
2612
2613 You have several ways to say where the breakpoint should go.
2614
2615 @table @code
2616 @item break @var{function}
2617 Set a breakpoint at entry to function @var{function}.
2618 When using source languages that permit overloading of symbols, such as
2619 C@t{++}, @var{function} may refer to more than one possible place to break.
2620 @xref{Breakpoint Menus,,Breakpoint menus}, for a discussion of that situation.
2621
2622 @item break +@var{offset}
2623 @itemx break -@var{offset}
2624 Set a breakpoint some number of lines forward or back from the position
2625 at which execution stopped in the currently selected @dfn{stack frame}.
2626 (@xref{Frames, ,Frames}, for a description of stack frames.)
2627
2628 @item break @var{linenum}
2629 Set a breakpoint at line @var{linenum} in the current source file.
2630 The current source file is the last file whose source text was printed.
2631 The breakpoint will stop your program just before it executes any of the
2632 code on that line.
2633
2634 @item break @var{filename}:@var{linenum}
2635 Set a breakpoint at line @var{linenum} in source file @var{filename}.
2636
2637 @item break @var{filename}:@var{function}
2638 Set a breakpoint at entry to function @var{function} found in file
2639 @var{filename}. Specifying a file name as well as a function name is
2640 superfluous except when multiple files contain similarly named
2641 functions.
2642
2643 @item break *@var{address}
2644 Set a breakpoint at address @var{address}. You can use this to set
2645 breakpoints in parts of your program which do not have debugging
2646 information or source files.
2647
2648 @item break
2649 When called without any arguments, @code{break} sets a breakpoint at
2650 the next instruction to be executed in the selected stack frame
2651 (@pxref{Stack, ,Examining the Stack}). In any selected frame but the
2652 innermost, this makes your program stop as soon as control
2653 returns to that frame. This is similar to the effect of a
2654 @code{finish} command in the frame inside the selected frame---except
2655 that @code{finish} does not leave an active breakpoint. If you use
2656 @code{break} without an argument in the innermost frame, @value{GDBN} stops
2657 the next time it reaches the current location; this may be useful
2658 inside loops.
2659
2660 @value{GDBN} normally ignores breakpoints when it resumes execution, until at
2661 least one instruction has been executed. If it did not do this, you
2662 would be unable to proceed past a breakpoint without first disabling the
2663 breakpoint. This rule applies whether or not the breakpoint already
2664 existed when your program stopped.
2665
2666 @item break @dots{} if @var{cond}
2667 Set a breakpoint with condition @var{cond}; evaluate the expression
2668 @var{cond} each time the breakpoint is reached, and stop only if the
2669 value is nonzero---that is, if @var{cond} evaluates as true.
2670 @samp{@dots{}} stands for one of the possible arguments described
2671 above (or no argument) specifying where to break. @xref{Conditions,
2672 ,Break conditions}, for more information on breakpoint conditions.
2673
2674 @kindex tbreak
2675 @item tbreak @var{args}
2676 Set a breakpoint enabled only for one stop. @var{args} are the
2677 same as for the @code{break} command, and the breakpoint is set in the same
2678 way, but the breakpoint is automatically deleted after the first time your
2679 program stops there. @xref{Disabling, ,Disabling breakpoints}.
2680
2681 @kindex hbreak
2682 @cindex hardware breakpoints
2683 @item hbreak @var{args}
2684 Set a hardware-assisted breakpoint. @var{args} are the same as for the
2685 @code{break} command and the breakpoint is set in the same way, but the
2686 breakpoint requires hardware support and some target hardware may not
2687 have this support. The main purpose of this is EPROM/ROM code
2688 debugging, so you can set a breakpoint at an instruction without
2689 changing the instruction. This can be used with the new trap-generation
2690 provided by SPARClite DSU and most x86-based targets. These targets
2691 will generate traps when a program accesses some data or instruction
2692 address that is assigned to the debug registers. However the hardware
2693 breakpoint registers can take a limited number of breakpoints. For
2694 example, on the DSU, only two data breakpoints can be set at a time, and
2695 @value{GDBN} will reject this command if more than two are used. Delete
2696 or disable unused hardware breakpoints before setting new ones
2697 (@pxref{Disabling, ,Disabling}). @xref{Conditions, ,Break conditions}.
2698 For remote targets, you can restrict the number of hardware
2699 breakpoints @value{GDBN} will use, see @ref{set remote
2700 hardware-breakpoint-limit}.
2701
2702
2703 @kindex thbreak
2704 @item thbreak @var{args}
2705 Set a hardware-assisted breakpoint enabled only for one stop. @var{args}
2706 are the same as for the @code{hbreak} command and the breakpoint is set in
2707 the same way. However, like the @code{tbreak} command,
2708 the breakpoint is automatically deleted after the
2709 first time your program stops there. Also, like the @code{hbreak}
2710 command, the breakpoint requires hardware support and some target hardware
2711 may not have this support. @xref{Disabling, ,Disabling breakpoints}.
2712 See also @ref{Conditions, ,Break conditions}.
2713
2714 @kindex rbreak
2715 @cindex regular expression
2716 @cindex breakpoints in functions matching a regexp
2717 @cindex set breakpoints in many functions
2718 @item rbreak @var{regex}
2719 Set breakpoints on all functions matching the regular expression
2720 @var{regex}. This command sets an unconditional breakpoint on all
2721 matches, printing a list of all breakpoints it set. Once these
2722 breakpoints are set, they are treated just like the breakpoints set with
2723 the @code{break} command. You can delete them, disable them, or make
2724 them conditional the same way as any other breakpoint.
2725
2726 The syntax of the regular expression is the standard one used with tools
2727 like @file{grep}. Note that this is different from the syntax used by
2728 shells, so for instance @code{foo*} matches all functions that include
2729 an @code{fo} followed by zero or more @code{o}s. There is an implicit
2730 @code{.*} leading and trailing the regular expression you supply, so to
2731 match only functions that begin with @code{foo}, use @code{^foo}.
2732
2733 @cindex non-member C@t{++} functions, set breakpoint in
2734 When debugging C@t{++} programs, @code{rbreak} is useful for setting
2735 breakpoints on overloaded functions that are not members of any special
2736 classes.
2737
2738 @cindex set breakpoints on all functions
2739 The @code{rbreak} command can be used to set breakpoints in
2740 @strong{all} the functions in a program, like this:
2741
2742 @smallexample
2743 (@value{GDBP}) rbreak .
2744 @end smallexample
2745
2746 @kindex info breakpoints
2747 @cindex @code{$_} and @code{info breakpoints}
2748 @item info breakpoints @r{[}@var{n}@r{]}
2749 @itemx info break @r{[}@var{n}@r{]}
2750 @itemx info watchpoints @r{[}@var{n}@r{]}
2751 Print a table of all breakpoints, watchpoints, and catchpoints set and
2752 not deleted, with the following columns for each breakpoint:
2753
2754 @table @emph
2755 @item Breakpoint Numbers
2756 @item Type
2757 Breakpoint, watchpoint, or catchpoint.
2758 @item Disposition
2759 Whether the breakpoint is marked to be disabled or deleted when hit.
2760 @item Enabled or Disabled
2761 Enabled breakpoints are marked with @samp{y}. @samp{n} marks breakpoints
2762 that are not enabled.
2763 @item Address
2764 Where the breakpoint is in your program, as a memory address. If the
2765 breakpoint is pending (see below for details) on a future load of a shared library, the address
2766 will be listed as @samp{<PENDING>}.
2767 @item What
2768 Where the breakpoint is in the source for your program, as a file and
2769 line number. For a pending breakpoint, the original string passed to
2770 the breakpoint command will be listed as it cannot be resolved until
2771 the appropriate shared library is loaded in the future.
2772 @end table
2773
2774 @noindent
2775 If a breakpoint is conditional, @code{info break} shows the condition on
2776 the line following the affected breakpoint; breakpoint commands, if any,
2777 are listed after that. A pending breakpoint is allowed to have a condition
2778 specified for it. The condition is not parsed for validity until a shared
2779 library is loaded that allows the pending breakpoint to resolve to a
2780 valid location.
2781
2782 @noindent
2783 @code{info break} with a breakpoint
2784 number @var{n} as argument lists only that breakpoint. The
2785 convenience variable @code{$_} and the default examining-address for
2786 the @code{x} command are set to the address of the last breakpoint
2787 listed (@pxref{Memory, ,Examining memory}).
2788
2789 @noindent
2790 @code{info break} displays a count of the number of times the breakpoint
2791 has been hit. This is especially useful in conjunction with the
2792 @code{ignore} command. You can ignore a large number of breakpoint
2793 hits, look at the breakpoint info to see how many times the breakpoint
2794 was hit, and then run again, ignoring one less than that number. This
2795 will get you quickly to the last hit of that breakpoint.
2796 @end table
2797
2798 @value{GDBN} allows you to set any number of breakpoints at the same place in
2799 your program. There is nothing silly or meaningless about this. When
2800 the breakpoints are conditional, this is even useful
2801 (@pxref{Conditions, ,Break conditions}).
2802
2803 @cindex pending breakpoints
2804 If a specified breakpoint location cannot be found, it may be due to the fact
2805 that the location is in a shared library that is yet to be loaded. In such
2806 a case, you may want @value{GDBN} to create a special breakpoint (known as
2807 a @dfn{pending breakpoint}) that
2808 attempts to resolve itself in the future when an appropriate shared library
2809 gets loaded.
2810
2811 Pending breakpoints are useful to set at the start of your
2812 @value{GDBN} session for locations that you know will be dynamically loaded
2813 later by the program being debugged. When shared libraries are loaded,
2814 a check is made to see if the load resolves any pending breakpoint locations.
2815 If a pending breakpoint location gets resolved,
2816 a regular breakpoint is created and the original pending breakpoint is removed.
2817
2818 @value{GDBN} provides some additional commands for controlling pending
2819 breakpoint support:
2820
2821 @kindex set breakpoint pending
2822 @kindex show breakpoint pending
2823 @table @code
2824 @item set breakpoint pending auto
2825 This is the default behavior. When @value{GDBN} cannot find the breakpoint
2826 location, it queries you whether a pending breakpoint should be created.
2827
2828 @item set breakpoint pending on
2829 This indicates that an unrecognized breakpoint location should automatically
2830 result in a pending breakpoint being created.
2831
2832 @item set breakpoint pending off
2833 This indicates that pending breakpoints are not to be created. Any
2834 unrecognized breakpoint location results in an error. This setting does
2835 not affect any pending breakpoints previously created.
2836
2837 @item show breakpoint pending
2838 Show the current behavior setting for creating pending breakpoints.
2839 @end table
2840
2841 @cindex operations allowed on pending breakpoints
2842 Normal breakpoint operations apply to pending breakpoints as well. You may
2843 specify a condition for a pending breakpoint and/or commands to run when the
2844 breakpoint is reached. You can also enable or disable
2845 the pending breakpoint. When you specify a condition for a pending breakpoint,
2846 the parsing of the condition will be deferred until the point where the
2847 pending breakpoint location is resolved. Disabling a pending breakpoint
2848 tells @value{GDBN} to not attempt to resolve the breakpoint on any subsequent
2849 shared library load. When a pending breakpoint is re-enabled,
2850 @value{GDBN} checks to see if the location is already resolved.
2851 This is done because any number of shared library loads could have
2852 occurred since the time the breakpoint was disabled and one or more
2853 of these loads could resolve the location.
2854
2855 @cindex negative breakpoint numbers
2856 @cindex internal @value{GDBN} breakpoints
2857 @value{GDBN} itself sometimes sets breakpoints in your program for
2858 special purposes, such as proper handling of @code{longjmp} (in C
2859 programs). These internal breakpoints are assigned negative numbers,
2860 starting with @code{-1}; @samp{info breakpoints} does not display them.
2861 You can see these breakpoints with the @value{GDBN} maintenance command
2862 @samp{maint info breakpoints} (@pxref{maint info breakpoints}).
2863
2864
2865 @node Set Watchpoints
2866 @subsection Setting watchpoints
2867
2868 @cindex setting watchpoints
2869 You can use a watchpoint to stop execution whenever the value of an
2870 expression changes, without having to predict a particular place where
2871 this may happen.
2872
2873 @cindex software watchpoints
2874 @cindex hardware watchpoints
2875 Depending on your system, watchpoints may be implemented in software or
2876 hardware. @value{GDBN} does software watchpointing by single-stepping your
2877 program and testing the variable's value each time, which is hundreds of
2878 times slower than normal execution. (But this may still be worth it, to
2879 catch errors where you have no clue what part of your program is the
2880 culprit.)
2881
2882 On some systems, such as HP-UX, @sc{gnu}/Linux and most other
2883 x86-based targets, @value{GDBN} includes support for hardware
2884 watchpoints, which do not slow down the running of your program.
2885
2886 @table @code
2887 @kindex watch
2888 @item watch @var{expr}
2889 Set a watchpoint for an expression. @value{GDBN} will break when @var{expr}
2890 is written into by the program and its value changes.
2891
2892 @kindex rwatch
2893 @item rwatch @var{expr}
2894 Set a watchpoint that will break when the value of @var{expr} is read
2895 by the program.
2896
2897 @kindex awatch
2898 @item awatch @var{expr}
2899 Set a watchpoint that will break when @var{expr} is either read from
2900 or written into by the program.
2901
2902 @kindex info watchpoints
2903 @item info watchpoints
2904 This command prints a list of watchpoints, breakpoints, and catchpoints;
2905 it is the same as @code{info break} (@pxref{Set Breaks}).
2906 @end table
2907
2908 @value{GDBN} sets a @dfn{hardware watchpoint} if possible. Hardware
2909 watchpoints execute very quickly, and the debugger reports a change in
2910 value at the exact instruction where the change occurs. If @value{GDBN}
2911 cannot set a hardware watchpoint, it sets a software watchpoint, which
2912 executes more slowly and reports the change in value at the next
2913 @emph{statement}, not the instruction, after the change occurs.
2914
2915 @cindex use only software watchpoints
2916 You can force @value{GDBN} to use only software watchpoints with the
2917 @kbd{set can-use-hw-watchpoints 0} command. With this variable set to
2918 zero, @value{GDBN} will never try to use hardware watchpoints, even if
2919 the underlying system supports them. (Note that hardware-assisted
2920 watchpoints that were set @emph{before} setting
2921 @code{can-use-hw-watchpoints} to zero will still use the hardware
2922 mechanism of watching expressiion values.)
2923
2924 @table @code
2925 @item set can-use-hw-watchpoints
2926 @kindex set can-use-hw-watchpoints
2927 Set whether or not to use hardware watchpoints.
2928
2929 @item show can-use-hw-watchpoints
2930 @kindex show can-use-hw-watchpoints
2931 Show the current mode of using hardware watchpoints.
2932 @end table
2933
2934 For remote targets, you can restrict the number of hardware
2935 watchpoints @value{GDBN} will use, see @ref{set remote
2936 hardware-breakpoint-limit}.
2937
2938 When you issue the @code{watch} command, @value{GDBN} reports
2939
2940 @smallexample
2941 Hardware watchpoint @var{num}: @var{expr}
2942 @end smallexample
2943
2944 @noindent
2945 if it was able to set a hardware watchpoint.
2946
2947 Currently, the @code{awatch} and @code{rwatch} commands can only set
2948 hardware watchpoints, because accesses to data that don't change the
2949 value of the watched expression cannot be detected without examining
2950 every instruction as it is being executed, and @value{GDBN} does not do
2951 that currently. If @value{GDBN} finds that it is unable to set a
2952 hardware breakpoint with the @code{awatch} or @code{rwatch} command, it
2953 will print a message like this:
2954
2955 @smallexample
2956 Expression cannot be implemented with read/access watchpoint.
2957 @end smallexample
2958
2959 Sometimes, @value{GDBN} cannot set a hardware watchpoint because the
2960 data type of the watched expression is wider than what a hardware
2961 watchpoint on the target machine can handle. For example, some systems
2962 can only watch regions that are up to 4 bytes wide; on such systems you
2963 cannot set hardware watchpoints for an expression that yields a
2964 double-precision floating-point number (which is typically 8 bytes
2965 wide). As a work-around, it might be possible to break the large region
2966 into a series of smaller ones and watch them with separate watchpoints.
2967
2968 If you set too many hardware watchpoints, @value{GDBN} might be unable
2969 to insert all of them when you resume the execution of your program.
2970 Since the precise number of active watchpoints is unknown until such
2971 time as the program is about to be resumed, @value{GDBN} might not be
2972 able to warn you about this when you set the watchpoints, and the
2973 warning will be printed only when the program is resumed:
2974
2975 @smallexample
2976 Hardware watchpoint @var{num}: Could not insert watchpoint
2977 @end smallexample
2978
2979 @noindent
2980 If this happens, delete or disable some of the watchpoints.
2981
2982 The SPARClite DSU will generate traps when a program accesses some data
2983 or instruction address that is assigned to the debug registers. For the
2984 data addresses, DSU facilitates the @code{watch} command. However the
2985 hardware breakpoint registers can only take two data watchpoints, and
2986 both watchpoints must be the same kind. For example, you can set two
2987 watchpoints with @code{watch} commands, two with @code{rwatch} commands,
2988 @strong{or} two with @code{awatch} commands, but you cannot set one
2989 watchpoint with one command and the other with a different command.
2990 @value{GDBN} will reject the command if you try to mix watchpoints.
2991 Delete or disable unused watchpoint commands before setting new ones.
2992
2993 If you call a function interactively using @code{print} or @code{call},
2994 any watchpoints you have set will be inactive until @value{GDBN} reaches another
2995 kind of breakpoint or the call completes.
2996
2997 @value{GDBN} automatically deletes watchpoints that watch local
2998 (automatic) variables, or expressions that involve such variables, when
2999 they go out of scope, that is, when the execution leaves the block in
3000 which these variables were defined. In particular, when the program
3001 being debugged terminates, @emph{all} local variables go out of scope,
3002 and so only watchpoints that watch global variables remain set. If you
3003 rerun the program, you will need to set all such watchpoints again. One
3004 way of doing that would be to set a code breakpoint at the entry to the
3005 @code{main} function and when it breaks, set all the watchpoints.
3006
3007 @quotation
3008 @cindex watchpoints and threads
3009 @cindex threads and watchpoints
3010 @emph{Warning:} In multi-thread programs, watchpoints have only limited
3011 usefulness. With the current watchpoint implementation, @value{GDBN}
3012 can only watch the value of an expression @emph{in a single thread}. If
3013 you are confident that the expression can only change due to the current
3014 thread's activity (and if you are also confident that no other thread
3015 can become current), then you can use watchpoints as usual. However,
3016 @value{GDBN} may not notice when a non-current thread's activity changes
3017 the expression.
3018
3019 @c FIXME: this is almost identical to the previous paragraph.
3020 @emph{HP-UX Warning:} In multi-thread programs, software watchpoints
3021 have only limited usefulness. If @value{GDBN} creates a software
3022 watchpoint, it can only watch the value of an expression @emph{in a
3023 single thread}. If you are confident that the expression can only
3024 change due to the current thread's activity (and if you are also
3025 confident that no other thread can become current), then you can use
3026 software watchpoints as usual. However, @value{GDBN} may not notice
3027 when a non-current thread's activity changes the expression. (Hardware
3028 watchpoints, in contrast, watch an expression in all threads.)
3029 @end quotation
3030
3031 @xref{set remote hardware-watchpoint-limit}.
3032
3033 @node Set Catchpoints
3034 @subsection Setting catchpoints
3035 @cindex catchpoints, setting
3036 @cindex exception handlers
3037 @cindex event handling
3038
3039 You can use @dfn{catchpoints} to cause the debugger to stop for certain
3040 kinds of program events, such as C@t{++} exceptions or the loading of a
3041 shared library. Use the @code{catch} command to set a catchpoint.
3042
3043 @table @code
3044 @kindex catch
3045 @item catch @var{event}
3046 Stop when @var{event} occurs. @var{event} can be any of the following:
3047 @table @code
3048 @item throw
3049 @cindex stop on C@t{++} exceptions
3050 The throwing of a C@t{++} exception.
3051
3052 @item catch
3053 The catching of a C@t{++} exception.
3054
3055 @item exec
3056 @cindex break on fork/exec
3057 A call to @code{exec}. This is currently only available for HP-UX.
3058
3059 @item fork
3060 A call to @code{fork}. This is currently only available for HP-UX.
3061
3062 @item vfork
3063 A call to @code{vfork}. This is currently only available for HP-UX.
3064
3065 @item load
3066 @itemx load @var{libname}
3067 @cindex break on load/unload of shared library
3068 The dynamic loading of any shared library, or the loading of the library
3069 @var{libname}. This is currently only available for HP-UX.
3070
3071 @item unload
3072 @itemx unload @var{libname}
3073 The unloading of any dynamically loaded shared library, or the unloading
3074 of the library @var{libname}. This is currently only available for HP-UX.
3075 @end table
3076
3077 @item tcatch @var{event}
3078 Set a catchpoint that is enabled only for one stop. The catchpoint is
3079 automatically deleted after the first time the event is caught.
3080
3081 @end table
3082
3083 Use the @code{info break} command to list the current catchpoints.
3084
3085 There are currently some limitations to C@t{++} exception handling
3086 (@code{catch throw} and @code{catch catch}) in @value{GDBN}:
3087
3088 @itemize @bullet
3089 @item
3090 If you call a function interactively, @value{GDBN} normally returns
3091 control to you when the function has finished executing. If the call
3092 raises an exception, however, the call may bypass the mechanism that
3093 returns control to you and cause your program either to abort or to
3094 simply continue running until it hits a breakpoint, catches a signal
3095 that @value{GDBN} is listening for, or exits. This is the case even if
3096 you set a catchpoint for the exception; catchpoints on exceptions are
3097 disabled within interactive calls.
3098
3099 @item
3100 You cannot raise an exception interactively.
3101
3102 @item
3103 You cannot install an exception handler interactively.
3104 @end itemize
3105
3106 @cindex raise exceptions
3107 Sometimes @code{catch} is not the best way to debug exception handling:
3108 if you need to know exactly where an exception is raised, it is better to
3109 stop @emph{before} the exception handler is called, since that way you
3110 can see the stack before any unwinding takes place. If you set a
3111 breakpoint in an exception handler instead, it may not be easy to find
3112 out where the exception was raised.
3113
3114 To stop just before an exception handler is called, you need some
3115 knowledge of the implementation. In the case of @sc{gnu} C@t{++}, exceptions are
3116 raised by calling a library function named @code{__raise_exception}
3117 which has the following ANSI C interface:
3118
3119 @smallexample
3120 /* @var{addr} is where the exception identifier is stored.
3121 @var{id} is the exception identifier. */
3122 void __raise_exception (void **addr, void *id);
3123 @end smallexample
3124
3125 @noindent
3126 To make the debugger catch all exceptions before any stack
3127 unwinding takes place, set a breakpoint on @code{__raise_exception}
3128 (@pxref{Breakpoints, ,Breakpoints; watchpoints; and exceptions}).
3129
3130 With a conditional breakpoint (@pxref{Conditions, ,Break conditions})
3131 that depends on the value of @var{id}, you can stop your program when
3132 a specific exception is raised. You can use multiple conditional
3133 breakpoints to stop your program when any of a number of exceptions are
3134 raised.
3135
3136
3137 @node Delete Breaks
3138 @subsection Deleting breakpoints
3139
3140 @cindex clearing breakpoints, watchpoints, catchpoints
3141 @cindex deleting breakpoints, watchpoints, catchpoints
3142 It is often necessary to eliminate a breakpoint, watchpoint, or
3143 catchpoint once it has done its job and you no longer want your program
3144 to stop there. This is called @dfn{deleting} the breakpoint. A
3145 breakpoint that has been deleted no longer exists; it is forgotten.
3146
3147 With the @code{clear} command you can delete breakpoints according to
3148 where they are in your program. With the @code{delete} command you can
3149 delete individual breakpoints, watchpoints, or catchpoints by specifying
3150 their breakpoint numbers.
3151
3152 It is not necessary to delete a breakpoint to proceed past it. @value{GDBN}
3153 automatically ignores breakpoints on the first instruction to be executed
3154 when you continue execution without changing the execution address.
3155
3156 @table @code
3157 @kindex clear
3158 @item clear
3159 Delete any breakpoints at the next instruction to be executed in the
3160 selected stack frame (@pxref{Selection, ,Selecting a frame}). When
3161 the innermost frame is selected, this is a good way to delete a
3162 breakpoint where your program just stopped.
3163
3164 @item clear @var{function}
3165 @itemx clear @var{filename}:@var{function}
3166 Delete any breakpoints set at entry to the named @var{function}.
3167
3168 @item clear @var{linenum}
3169 @itemx clear @var{filename}:@var{linenum}
3170 Delete any breakpoints set at or within the code of the specified
3171 @var{linenum} of the specified @var{filename}.
3172
3173 @cindex delete breakpoints
3174 @kindex delete
3175 @kindex d @r{(@code{delete})}
3176 @item delete @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
3177 Delete the breakpoints, watchpoints, or catchpoints of the breakpoint
3178 ranges specified as arguments. If no argument is specified, delete all
3179 breakpoints (@value{GDBN} asks confirmation, unless you have @code{set
3180 confirm off}). You can abbreviate this command as @code{d}.
3181 @end table
3182
3183 @node Disabling
3184 @subsection Disabling breakpoints
3185
3186 @cindex enable/disable a breakpoint
3187 Rather than deleting a breakpoint, watchpoint, or catchpoint, you might
3188 prefer to @dfn{disable} it. This makes the breakpoint inoperative as if
3189 it had been deleted, but remembers the information on the breakpoint so
3190 that you can @dfn{enable} it again later.
3191
3192 You disable and enable breakpoints, watchpoints, and catchpoints with
3193 the @code{enable} and @code{disable} commands, optionally specifying one
3194 or more breakpoint numbers as arguments. Use @code{info break} or
3195 @code{info watch} to print a list of breakpoints, watchpoints, and
3196 catchpoints if you do not know which numbers to use.
3197
3198 A breakpoint, watchpoint, or catchpoint can have any of four different
3199 states of enablement:
3200
3201 @itemize @bullet
3202 @item
3203 Enabled. The breakpoint stops your program. A breakpoint set
3204 with the @code{break} command starts out in this state.
3205 @item
3206 Disabled. The breakpoint has no effect on your program.
3207 @item
3208 Enabled once. The breakpoint stops your program, but then becomes
3209 disabled.
3210 @item
3211 Enabled for deletion. The breakpoint stops your program, but
3212 immediately after it does so it is deleted permanently. A breakpoint
3213 set with the @code{tbreak} command starts out in this state.
3214 @end itemize
3215
3216 You can use the following commands to enable or disable breakpoints,
3217 watchpoints, and catchpoints:
3218
3219 @table @code
3220 @kindex disable
3221 @kindex dis @r{(@code{disable})}
3222 @item disable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
3223 Disable the specified breakpoints---or all breakpoints, if none are
3224 listed. A disabled breakpoint has no effect but is not forgotten. All
3225 options such as ignore-counts, conditions and commands are remembered in
3226 case the breakpoint is enabled again later. You may abbreviate
3227 @code{disable} as @code{dis}.
3228
3229 @kindex enable
3230 @item enable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
3231 Enable the specified breakpoints (or all defined breakpoints). They
3232 become effective once again in stopping your program.
3233
3234 @item enable @r{[}breakpoints@r{]} once @var{range}@dots{}
3235 Enable the specified breakpoints temporarily. @value{GDBN} disables any
3236 of these breakpoints immediately after stopping your program.
3237
3238 @item enable @r{[}breakpoints@r{]} delete @var{range}@dots{}
3239 Enable the specified breakpoints to work once, then die. @value{GDBN}
3240 deletes any of these breakpoints as soon as your program stops there.
3241 Breakpoints set by the @code{tbreak} command start out in this state.
3242 @end table
3243
3244 @c FIXME: I think the following ``Except for [...] @code{tbreak}'' is
3245 @c confusing: tbreak is also initially enabled.
3246 Except for a breakpoint set with @code{tbreak} (@pxref{Set Breaks,
3247 ,Setting breakpoints}), breakpoints that you set are initially enabled;
3248 subsequently, they become disabled or enabled only when you use one of
3249 the commands above. (The command @code{until} can set and delete a
3250 breakpoint of its own, but it does not change the state of your other
3251 breakpoints; see @ref{Continuing and Stepping, ,Continuing and
3252 stepping}.)
3253
3254 @node Conditions
3255 @subsection Break conditions
3256 @cindex conditional breakpoints
3257 @cindex breakpoint conditions
3258
3259 @c FIXME what is scope of break condition expr? Context where wanted?
3260 @c in particular for a watchpoint?
3261 The simplest sort of breakpoint breaks every time your program reaches a
3262 specified place. You can also specify a @dfn{condition} for a
3263 breakpoint. A condition is just a Boolean expression in your
3264 programming language (@pxref{Expressions, ,Expressions}). A breakpoint with
3265 a condition evaluates the expression each time your program reaches it,
3266 and your program stops only if the condition is @emph{true}.
3267
3268 This is the converse of using assertions for program validation; in that
3269 situation, you want to stop when the assertion is violated---that is,
3270 when the condition is false. In C, if you want to test an assertion expressed
3271 by the condition @var{assert}, you should set the condition
3272 @samp{! @var{assert}} on the appropriate breakpoint.
3273
3274 Conditions are also accepted for watchpoints; you may not need them,
3275 since a watchpoint is inspecting the value of an expression anyhow---but
3276 it might be simpler, say, to just set a watchpoint on a variable name,
3277 and specify a condition that tests whether the new value is an interesting
3278 one.
3279
3280 Break conditions can have side effects, and may even call functions in
3281 your program. This can be useful, for example, to activate functions
3282 that log program progress, or to use your own print functions to
3283 format special data structures. The effects are completely predictable
3284 unless there is another enabled breakpoint at the same address. (In
3285 that case, @value{GDBN} might see the other breakpoint first and stop your
3286 program without checking the condition of this one.) Note that
3287 breakpoint commands are usually more convenient and flexible than break
3288 conditions for the
3289 purpose of performing side effects when a breakpoint is reached
3290 (@pxref{Break Commands, ,Breakpoint command lists}).
3291
3292 Break conditions can be specified when a breakpoint is set, by using
3293 @samp{if} in the arguments to the @code{break} command. @xref{Set
3294 Breaks, ,Setting breakpoints}. They can also be changed at any time
3295 with the @code{condition} command.
3296
3297 You can also use the @code{if} keyword with the @code{watch} command.
3298 The @code{catch} command does not recognize the @code{if} keyword;
3299 @code{condition} is the only way to impose a further condition on a
3300 catchpoint.
3301
3302 @table @code
3303 @kindex condition
3304 @item condition @var{bnum} @var{expression}
3305 Specify @var{expression} as the break condition for breakpoint,
3306 watchpoint, or catchpoint number @var{bnum}. After you set a condition,
3307 breakpoint @var{bnum} stops your program only if the value of
3308 @var{expression} is true (nonzero, in C). When you use
3309 @code{condition}, @value{GDBN} checks @var{expression} immediately for
3310 syntactic correctness, and to determine whether symbols in it have
3311 referents in the context of your breakpoint. If @var{expression} uses
3312 symbols not referenced in the context of the breakpoint, @value{GDBN}
3313 prints an error message:
3314
3315 @smallexample
3316 No symbol "foo" in current context.
3317 @end smallexample
3318
3319 @noindent
3320 @value{GDBN} does
3321 not actually evaluate @var{expression} at the time the @code{condition}
3322 command (or a command that sets a breakpoint with a condition, like
3323 @code{break if @dots{}}) is given, however. @xref{Expressions, ,Expressions}.
3324
3325 @item condition @var{bnum}
3326 Remove the condition from breakpoint number @var{bnum}. It becomes
3327 an ordinary unconditional breakpoint.
3328 @end table
3329
3330 @cindex ignore count (of breakpoint)
3331 A special case of a breakpoint condition is to stop only when the
3332 breakpoint has been reached a certain number of times. This is so
3333 useful that there is a special way to do it, using the @dfn{ignore
3334 count} of the breakpoint. Every breakpoint has an ignore count, which
3335 is an integer. Most of the time, the ignore count is zero, and
3336 therefore has no effect. But if your program reaches a breakpoint whose
3337 ignore count is positive, then instead of stopping, it just decrements
3338 the ignore count by one and continues. As a result, if the ignore count
3339 value is @var{n}, the breakpoint does not stop the next @var{n} times
3340 your program reaches it.
3341
3342 @table @code
3343 @kindex ignore
3344 @item ignore @var{bnum} @var{count}
3345 Set the ignore count of breakpoint number @var{bnum} to @var{count}.
3346 The next @var{count} times the breakpoint is reached, your program's
3347 execution does not stop; other than to decrement the ignore count, @value{GDBN}
3348 takes no action.
3349
3350 To make the breakpoint stop the next time it is reached, specify
3351 a count of zero.
3352
3353 When you use @code{continue} to resume execution of your program from a
3354 breakpoint, you can specify an ignore count directly as an argument to
3355 @code{continue}, rather than using @code{ignore}. @xref{Continuing and
3356 Stepping,,Continuing and stepping}.
3357
3358 If a breakpoint has a positive ignore count and a condition, the
3359 condition is not checked. Once the ignore count reaches zero,
3360 @value{GDBN} resumes checking the condition.
3361
3362 You could achieve the effect of the ignore count with a condition such
3363 as @w{@samp{$foo-- <= 0}} using a debugger convenience variable that
3364 is decremented each time. @xref{Convenience Vars, ,Convenience
3365 variables}.
3366 @end table
3367
3368 Ignore counts apply to breakpoints, watchpoints, and catchpoints.
3369
3370
3371 @node Break Commands
3372 @subsection Breakpoint command lists
3373
3374 @cindex breakpoint commands
3375 You can give any breakpoint (or watchpoint or catchpoint) a series of
3376 commands to execute when your program stops due to that breakpoint. For
3377 example, you might want to print the values of certain expressions, or
3378 enable other breakpoints.
3379
3380 @table @code
3381 @kindex commands
3382 @kindex end
3383 @item commands @r{[}@var{bnum}@r{]}
3384 @itemx @dots{} @var{command-list} @dots{}
3385 @itemx end
3386 Specify a list of commands for breakpoint number @var{bnum}. The commands
3387 themselves appear on the following lines. Type a line containing just
3388 @code{end} to terminate the commands.
3389
3390 To remove all commands from a breakpoint, type @code{commands} and
3391 follow it immediately with @code{end}; that is, give no commands.
3392
3393 With no @var{bnum} argument, @code{commands} refers to the last
3394 breakpoint, watchpoint, or catchpoint set (not to the breakpoint most
3395 recently encountered).
3396 @end table
3397
3398 Pressing @key{RET} as a means of repeating the last @value{GDBN} command is
3399 disabled within a @var{command-list}.
3400
3401 You can use breakpoint commands to start your program up again. Simply
3402 use the @code{continue} command, or @code{step}, or any other command
3403 that resumes execution.
3404
3405 Any other commands in the command list, after a command that resumes
3406 execution, are ignored. This is because any time you resume execution
3407 (even with a simple @code{next} or @code{step}), you may encounter
3408 another breakpoint---which could have its own command list, leading to
3409 ambiguities about which list to execute.
3410
3411 @kindex silent
3412 If the first command you specify in a command list is @code{silent}, the
3413 usual message about stopping at a breakpoint is not printed. This may
3414 be desirable for breakpoints that are to print a specific message and
3415 then continue. If none of the remaining commands print anything, you
3416 see no sign that the breakpoint was reached. @code{silent} is
3417 meaningful only at the beginning of a breakpoint command list.
3418
3419 The commands @code{echo}, @code{output}, and @code{printf} allow you to
3420 print precisely controlled output, and are often useful in silent
3421 breakpoints. @xref{Output, ,Commands for controlled output}.
3422
3423 For example, here is how you could use breakpoint commands to print the
3424 value of @code{x} at entry to @code{foo} whenever @code{x} is positive.
3425
3426 @smallexample
3427 break foo if x>0
3428 commands
3429 silent
3430 printf "x is %d\n",x
3431 cont
3432 end
3433 @end smallexample
3434
3435 One application for breakpoint commands is to compensate for one bug so
3436 you can test for another. Put a breakpoint just after the erroneous line
3437 of code, give it a condition to detect the case in which something
3438 erroneous has been done, and give it commands to assign correct values
3439 to any variables that need them. End with the @code{continue} command
3440 so that your program does not stop, and start with the @code{silent}
3441 command so that no output is produced. Here is an example:
3442
3443 @smallexample
3444 break 403
3445 commands
3446 silent
3447 set x = y + 4
3448 cont
3449 end
3450 @end smallexample
3451
3452 @node Breakpoint Menus
3453 @subsection Breakpoint menus
3454 @cindex overloading
3455 @cindex symbol overloading
3456
3457 Some programming languages (notably C@t{++} and Objective-C) permit a
3458 single function name
3459 to be defined several times, for application in different contexts.
3460 This is called @dfn{overloading}. When a function name is overloaded,
3461 @samp{break @var{function}} is not enough to tell @value{GDBN} where you want
3462 a breakpoint. If you realize this is a problem, you can use
3463 something like @samp{break @var{function}(@var{types})} to specify which
3464 particular version of the function you want. Otherwise, @value{GDBN} offers
3465 you a menu of numbered choices for different possible breakpoints, and
3466 waits for your selection with the prompt @samp{>}. The first two
3467 options are always @samp{[0] cancel} and @samp{[1] all}. Typing @kbd{1}
3468 sets a breakpoint at each definition of @var{function}, and typing
3469 @kbd{0} aborts the @code{break} command without setting any new
3470 breakpoints.
3471
3472 For example, the following session excerpt shows an attempt to set a
3473 breakpoint at the overloaded symbol @code{String::after}.
3474 We choose three particular definitions of that function name:
3475
3476 @c FIXME! This is likely to change to show arg type lists, at least
3477 @smallexample
3478 @group
3479 (@value{GDBP}) b String::after
3480 [0] cancel
3481 [1] all
3482 [2] file:String.cc; line number:867
3483 [3] file:String.cc; line number:860
3484 [4] file:String.cc; line number:875
3485 [5] file:String.cc; line number:853
3486 [6] file:String.cc; line number:846
3487 [7] file:String.cc; line number:735
3488 > 2 4 6
3489 Breakpoint 1 at 0xb26c: file String.cc, line 867.
3490 Breakpoint 2 at 0xb344: file String.cc, line 875.
3491 Breakpoint 3 at 0xafcc: file String.cc, line 846.
3492 Multiple breakpoints were set.
3493 Use the "delete" command to delete unwanted
3494 breakpoints.
3495 (@value{GDBP})
3496 @end group
3497 @end smallexample
3498
3499 @c @ifclear BARETARGET
3500 @node Error in Breakpoints
3501 @subsection ``Cannot insert breakpoints''
3502 @c
3503 @c FIXME!! 14/6/95 Is there a real example of this? Let's use it.
3504 @c
3505 Under some operating systems, breakpoints cannot be used in a program if
3506 any other process is running that program. In this situation,
3507 attempting to run or continue a program with a breakpoint causes
3508 @value{GDBN} to print an error message:
3509
3510 @smallexample
3511 Cannot insert breakpoints.
3512 The same program may be running in another process.
3513 @end smallexample
3514
3515 When this happens, you have three ways to proceed:
3516
3517 @enumerate
3518 @item
3519 Remove or disable the breakpoints, then continue.
3520
3521 @item
3522 Suspend @value{GDBN}, and copy the file containing your program to a new
3523 name. Resume @value{GDBN} and use the @code{exec-file} command to specify
3524 that @value{GDBN} should run your program under that name.
3525 Then start your program again.
3526
3527 @item
3528 Relink your program so that the text segment is nonsharable, using the
3529 linker option @samp{-N}. The operating system limitation may not apply
3530 to nonsharable executables.
3531 @end enumerate
3532 @c @end ifclear
3533
3534 A similar message can be printed if you request too many active
3535 hardware-assisted breakpoints and watchpoints:
3536
3537 @c FIXME: the precise wording of this message may change; the relevant
3538 @c source change is not committed yet (Sep 3, 1999).
3539 @smallexample
3540 Stopped; cannot insert breakpoints.
3541 You may have requested too many hardware breakpoints and watchpoints.
3542 @end smallexample
3543
3544 @noindent
3545 This message is printed when you attempt to resume the program, since
3546 only then @value{GDBN} knows exactly how many hardware breakpoints and
3547 watchpoints it needs to insert.
3548
3549 When this message is printed, you need to disable or remove some of the
3550 hardware-assisted breakpoints and watchpoints, and then continue.
3551
3552 @node Breakpoint related warnings
3553 @subsection ``Breakpoint address adjusted...''
3554 @cindex breakpoint address adjusted
3555
3556 Some processor architectures place constraints on the addresses at
3557 which breakpoints may be placed. For architectures thus constrained,
3558 @value{GDBN} will attempt to adjust the breakpoint's address to comply
3559 with the constraints dictated by the architecture.
3560
3561 One example of such an architecture is the Fujitsu FR-V. The FR-V is
3562 a VLIW architecture in which a number of RISC-like instructions may be
3563 bundled together for parallel execution. The FR-V architecture
3564 constrains the location of a breakpoint instruction within such a
3565 bundle to the instruction with the lowest address. @value{GDBN}
3566 honors this constraint by adjusting a breakpoint's address to the
3567 first in the bundle.
3568
3569 It is not uncommon for optimized code to have bundles which contain
3570 instructions from different source statements, thus it may happen that
3571 a breakpoint's address will be adjusted from one source statement to
3572 another. Since this adjustment may significantly alter @value{GDBN}'s
3573 breakpoint related behavior from what the user expects, a warning is
3574 printed when the breakpoint is first set and also when the breakpoint
3575 is hit.
3576
3577 A warning like the one below is printed when setting a breakpoint
3578 that's been subject to address adjustment:
3579
3580 @smallexample
3581 warning: Breakpoint address adjusted from 0x00010414 to 0x00010410.
3582 @end smallexample
3583
3584 Such warnings are printed both for user settable and @value{GDBN}'s
3585 internal breakpoints. If you see one of these warnings, you should
3586 verify that a breakpoint set at the adjusted address will have the
3587 desired affect. If not, the breakpoint in question may be removed and
3588 other breakpoints may be set which will have the desired behavior.
3589 E.g., it may be sufficient to place the breakpoint at a later
3590 instruction. A conditional breakpoint may also be useful in some
3591 cases to prevent the breakpoint from triggering too often.
3592
3593 @value{GDBN} will also issue a warning when stopping at one of these
3594 adjusted breakpoints:
3595
3596 @smallexample
3597 warning: Breakpoint 1 address previously adjusted from 0x00010414
3598 to 0x00010410.
3599 @end smallexample
3600
3601 When this warning is encountered, it may be too late to take remedial
3602 action except in cases where the breakpoint is hit earlier or more
3603 frequently than expected.
3604
3605 @node Continuing and Stepping
3606 @section Continuing and stepping
3607
3608 @cindex stepping
3609 @cindex continuing
3610 @cindex resuming execution
3611 @dfn{Continuing} means resuming program execution until your program
3612 completes normally. In contrast, @dfn{stepping} means executing just
3613 one more ``step'' of your program, where ``step'' may mean either one
3614 line of source code, or one machine instruction (depending on what
3615 particular command you use). Either when continuing or when stepping,
3616 your program may stop even sooner, due to a breakpoint or a signal. (If
3617 it stops due to a signal, you may want to use @code{handle}, or use
3618 @samp{signal 0} to resume execution. @xref{Signals, ,Signals}.)
3619
3620 @table @code
3621 @kindex continue
3622 @kindex c @r{(@code{continue})}
3623 @kindex fg @r{(resume foreground execution)}
3624 @item continue @r{[}@var{ignore-count}@r{]}
3625 @itemx c @r{[}@var{ignore-count}@r{]}
3626 @itemx fg @r{[}@var{ignore-count}@r{]}
3627 Resume program execution, at the address where your program last stopped;
3628 any breakpoints set at that address are bypassed. The optional argument
3629 @var{ignore-count} allows you to specify a further number of times to
3630 ignore a breakpoint at this location; its effect is like that of
3631 @code{ignore} (@pxref{Conditions, ,Break conditions}).
3632
3633 The argument @var{ignore-count} is meaningful only when your program
3634 stopped due to a breakpoint. At other times, the argument to
3635 @code{continue} is ignored.
3636
3637 The synonyms @code{c} and @code{fg} (for @dfn{foreground}, as the
3638 debugged program is deemed to be the foreground program) are provided
3639 purely for convenience, and have exactly the same behavior as
3640 @code{continue}.
3641 @end table
3642
3643 To resume execution at a different place, you can use @code{return}
3644 (@pxref{Returning, ,Returning from a function}) to go back to the
3645 calling function; or @code{jump} (@pxref{Jumping, ,Continuing at a
3646 different address}) to go to an arbitrary location in your program.
3647
3648 A typical technique for using stepping is to set a breakpoint
3649 (@pxref{Breakpoints, ,Breakpoints; watchpoints; and catchpoints}) at the
3650 beginning of the function or the section of your program where a problem
3651 is believed to lie, run your program until it stops at that breakpoint,
3652 and then step through the suspect area, examining the variables that are
3653 interesting, until you see the problem happen.
3654
3655 @table @code
3656 @kindex step
3657 @kindex s @r{(@code{step})}
3658 @item step
3659 Continue running your program until control reaches a different source
3660 line, then stop it and return control to @value{GDBN}. This command is
3661 abbreviated @code{s}.
3662
3663 @quotation
3664 @c "without debugging information" is imprecise; actually "without line
3665 @c numbers in the debugging information". (gcc -g1 has debugging info but
3666 @c not line numbers). But it seems complex to try to make that
3667 @c distinction here.
3668 @emph{Warning:} If you use the @code{step} command while control is
3669 within a function that was compiled without debugging information,
3670 execution proceeds until control reaches a function that does have
3671 debugging information. Likewise, it will not step into a function which
3672 is compiled without debugging information. To step through functions
3673 without debugging information, use the @code{stepi} command, described
3674 below.
3675 @end quotation
3676
3677 The @code{step} command only stops at the first instruction of a source
3678 line. This prevents the multiple stops that could otherwise occur in
3679 @code{switch} statements, @code{for} loops, etc. @code{step} continues
3680 to stop if a function that has debugging information is called within
3681 the line. In other words, @code{step} @emph{steps inside} any functions
3682 called within the line.
3683
3684 Also, the @code{step} command only enters a function if there is line
3685 number information for the function. Otherwise it acts like the
3686 @code{next} command. This avoids problems when using @code{cc -gl}
3687 on MIPS machines. Previously, @code{step} entered subroutines if there
3688 was any debugging information about the routine.
3689
3690 @item step @var{count}
3691 Continue running as in @code{step}, but do so @var{count} times. If a
3692 breakpoint is reached, or a signal not related to stepping occurs before
3693 @var{count} steps, stepping stops right away.
3694
3695 @kindex next
3696 @kindex n @r{(@code{next})}
3697 @item next @r{[}@var{count}@r{]}
3698 Continue to the next source line in the current (innermost) stack frame.
3699 This is similar to @code{step}, but function calls that appear within
3700 the line of code are executed without stopping. Execution stops when
3701 control reaches a different line of code at the original stack level
3702 that was executing when you gave the @code{next} command. This command
3703 is abbreviated @code{n}.
3704
3705 An argument @var{count} is a repeat count, as for @code{step}.
3706
3707
3708 @c FIX ME!! Do we delete this, or is there a way it fits in with
3709 @c the following paragraph? --- Vctoria
3710 @c
3711 @c @code{next} within a function that lacks debugging information acts like
3712 @c @code{step}, but any function calls appearing within the code of the
3713 @c function are executed without stopping.
3714
3715 The @code{next} command only stops at the first instruction of a
3716 source line. This prevents multiple stops that could otherwise occur in
3717 @code{switch} statements, @code{for} loops, etc.
3718
3719 @kindex set step-mode
3720 @item set step-mode
3721 @cindex functions without line info, and stepping
3722 @cindex stepping into functions with no line info
3723 @itemx set step-mode on
3724 The @code{set step-mode on} command causes the @code{step} command to
3725 stop at the first instruction of a function which contains no debug line
3726 information rather than stepping over it.
3727
3728 This is useful in cases where you may be interested in inspecting the
3729 machine instructions of a function which has no symbolic info and do not
3730 want @value{GDBN} to automatically skip over this function.
3731
3732 @item set step-mode off
3733 Causes the @code{step} command to step over any functions which contains no
3734 debug information. This is the default.
3735
3736 @item show step-mode
3737 Show whether @value{GDBN} will stop in or step over functions without
3738 source line debug information.
3739
3740 @kindex finish
3741 @item finish
3742 Continue running until just after function in the selected stack frame
3743 returns. Print the returned value (if any).
3744
3745 Contrast this with the @code{return} command (@pxref{Returning,
3746 ,Returning from a function}).
3747
3748 @kindex until
3749 @kindex u @r{(@code{until})}
3750 @cindex run until specified location
3751 @item until
3752 @itemx u
3753 Continue running until a source line past the current line, in the
3754 current stack frame, is reached. This command is used to avoid single
3755 stepping through a loop more than once. It is like the @code{next}
3756 command, except that when @code{until} encounters a jump, it
3757 automatically continues execution until the program counter is greater
3758 than the address of the jump.
3759
3760 This means that when you reach the end of a loop after single stepping
3761 though it, @code{until} makes your program continue execution until it
3762 exits the loop. In contrast, a @code{next} command at the end of a loop
3763 simply steps back to the beginning of the loop, which forces you to step
3764 through the next iteration.
3765
3766 @code{until} always stops your program if it attempts to exit the current
3767 stack frame.
3768
3769 @code{until} may produce somewhat counterintuitive results if the order
3770 of machine code does not match the order of the source lines. For
3771 example, in the following excerpt from a debugging session, the @code{f}
3772 (@code{frame}) command shows that execution is stopped at line
3773 @code{206}; yet when we use @code{until}, we get to line @code{195}:
3774
3775 @smallexample
3776 (@value{GDBP}) f
3777 #0 main (argc=4, argv=0xf7fffae8) at m4.c:206
3778 206 expand_input();
3779 (@value{GDBP}) until
3780 195 for ( ; argc > 0; NEXTARG) @{
3781 @end smallexample
3782
3783 This happened because, for execution efficiency, the compiler had
3784 generated code for the loop closure test at the end, rather than the
3785 start, of the loop---even though the test in a C @code{for}-loop is
3786 written before the body of the loop. The @code{until} command appeared
3787 to step back to the beginning of the loop when it advanced to this
3788 expression; however, it has not really gone to an earlier
3789 statement---not in terms of the actual machine code.
3790
3791 @code{until} with no argument works by means of single
3792 instruction stepping, and hence is slower than @code{until} with an
3793 argument.
3794
3795 @item until @var{location}
3796 @itemx u @var{location}
3797 Continue running your program until either the specified location is
3798 reached, or the current stack frame returns. @var{location} is any of
3799 the forms of argument acceptable to @code{break} (@pxref{Set Breaks,
3800 ,Setting breakpoints}). This form of the command uses breakpoints, and
3801 hence is quicker than @code{until} without an argument. The specified
3802 location is actually reached only if it is in the current frame. This
3803 implies that @code{until} can be used to skip over recursive function
3804 invocations. For instance in the code below, if the current location is
3805 line @code{96}, issuing @code{until 99} will execute the program up to
3806 line @code{99} in the same invocation of factorial, i.e. after the inner
3807 invocations have returned.
3808
3809 @smallexample
3810 94 int factorial (int value)
3811 95 @{
3812 96 if (value > 1) @{
3813 97 value *= factorial (value - 1);
3814 98 @}
3815 99 return (value);
3816 100 @}
3817 @end smallexample
3818
3819
3820 @kindex advance @var{location}
3821 @itemx advance @var{location}
3822 Continue running the program up to the given @var{location}. An argument is
3823 required, which should be of the same form as arguments for the @code{break}
3824 command. Execution will also stop upon exit from the current stack
3825 frame. This command is similar to @code{until}, but @code{advance} will
3826 not skip over recursive function calls, and the target location doesn't
3827 have to be in the same frame as the current one.
3828
3829
3830 @kindex stepi
3831 @kindex si @r{(@code{stepi})}
3832 @item stepi
3833 @itemx stepi @var{arg}
3834 @itemx si
3835 Execute one machine instruction, then stop and return to the debugger.
3836
3837 It is often useful to do @samp{display/i $pc} when stepping by machine
3838 instructions. This makes @value{GDBN} automatically display the next
3839 instruction to be executed, each time your program stops. @xref{Auto
3840 Display,, Automatic display}.
3841
3842 An argument is a repeat count, as in @code{step}.
3843
3844 @need 750
3845 @kindex nexti
3846 @kindex ni @r{(@code{nexti})}
3847 @item nexti
3848 @itemx nexti @var{arg}
3849 @itemx ni
3850 Execute one machine instruction, but if it is a function call,
3851 proceed until the function returns.
3852
3853 An argument is a repeat count, as in @code{next}.
3854 @end table
3855
3856 @node Signals
3857 @section Signals
3858 @cindex signals
3859
3860 A signal is an asynchronous event that can happen in a program. The
3861 operating system defines the possible kinds of signals, and gives each
3862 kind a name and a number. For example, in Unix @code{SIGINT} is the
3863 signal a program gets when you type an interrupt character (often @kbd{C-c});
3864 @code{SIGSEGV} is the signal a program gets from referencing a place in
3865 memory far away from all the areas in use; @code{SIGALRM} occurs when
3866 the alarm clock timer goes off (which happens only if your program has
3867 requested an alarm).
3868
3869 @cindex fatal signals
3870 Some signals, including @code{SIGALRM}, are a normal part of the
3871 functioning of your program. Others, such as @code{SIGSEGV}, indicate
3872 errors; these signals are @dfn{fatal} (they kill your program immediately) if the
3873 program has not specified in advance some other way to handle the signal.
3874 @code{SIGINT} does not indicate an error in your program, but it is normally
3875 fatal so it can carry out the purpose of the interrupt: to kill the program.
3876
3877 @value{GDBN} has the ability to detect any occurrence of a signal in your
3878 program. You can tell @value{GDBN} in advance what to do for each kind of
3879 signal.
3880
3881 @cindex handling signals
3882 Normally, @value{GDBN} is set up to let the non-erroneous signals like
3883 @code{SIGALRM} be silently passed to your program
3884 (so as not to interfere with their role in the program's functioning)
3885 but to stop your program immediately whenever an error signal happens.
3886 You can change these settings with the @code{handle} command.
3887
3888 @table @code
3889 @kindex info signals
3890 @kindex info handle
3891 @item info signals
3892 @itemx info handle
3893 Print a table of all the kinds of signals and how @value{GDBN} has been told to
3894 handle each one. You can use this to see the signal numbers of all
3895 the defined types of signals.
3896
3897 @code{info handle} is an alias for @code{info signals}.
3898
3899 @kindex handle
3900 @item handle @var{signal} @var{keywords}@dots{}
3901 Change the way @value{GDBN} handles signal @var{signal}. @var{signal}
3902 can be the number of a signal or its name (with or without the
3903 @samp{SIG} at the beginning); a list of signal numbers of the form
3904 @samp{@var{low}-@var{high}}; or the word @samp{all}, meaning all the
3905 known signals. The @var{keywords} say what change to make.
3906 @end table
3907
3908 @c @group
3909 The keywords allowed by the @code{handle} command can be abbreviated.
3910 Their full names are:
3911
3912 @table @code
3913 @item nostop
3914 @value{GDBN} should not stop your program when this signal happens. It may
3915 still print a message telling you that the signal has come in.
3916
3917 @item stop
3918 @value{GDBN} should stop your program when this signal happens. This implies
3919 the @code{print} keyword as well.
3920
3921 @item print
3922 @value{GDBN} should print a message when this signal happens.
3923
3924 @item noprint
3925 @value{GDBN} should not mention the occurrence of the signal at all. This
3926 implies the @code{nostop} keyword as well.
3927
3928 @item pass
3929 @itemx noignore
3930 @value{GDBN} should allow your program to see this signal; your program
3931 can handle the signal, or else it may terminate if the signal is fatal
3932 and not handled. @code{pass} and @code{noignore} are synonyms.
3933
3934 @item nopass
3935 @itemx ignore
3936 @value{GDBN} should not allow your program to see this signal.
3937 @code{nopass} and @code{ignore} are synonyms.
3938 @end table
3939 @c @end group
3940
3941 When a signal stops your program, the signal is not visible to the
3942 program until you
3943 continue. Your program sees the signal then, if @code{pass} is in
3944 effect for the signal in question @emph{at that time}. In other words,
3945 after @value{GDBN} reports a signal, you can use the @code{handle}
3946 command with @code{pass} or @code{nopass} to control whether your
3947 program sees that signal when you continue.
3948
3949 The default is set to @code{nostop}, @code{noprint}, @code{pass} for
3950 non-erroneous signals such as @code{SIGALRM}, @code{SIGWINCH} and
3951 @code{SIGCHLD}, and to @code{stop}, @code{print}, @code{pass} for the
3952 erroneous signals.
3953
3954 You can also use the @code{signal} command to prevent your program from
3955 seeing a signal, or cause it to see a signal it normally would not see,
3956 or to give it any signal at any time. For example, if your program stopped
3957 due to some sort of memory reference error, you might store correct
3958 values into the erroneous variables and continue, hoping to see more
3959 execution; but your program would probably terminate immediately as
3960 a result of the fatal signal once it saw the signal. To prevent this,
3961 you can continue with @samp{signal 0}. @xref{Signaling, ,Giving your
3962 program a signal}.
3963
3964 @node Thread Stops
3965 @section Stopping and starting multi-thread programs
3966
3967 When your program has multiple threads (@pxref{Threads,, Debugging
3968 programs with multiple threads}), you can choose whether to set
3969 breakpoints on all threads, or on a particular thread.
3970
3971 @table @code
3972 @cindex breakpoints and threads
3973 @cindex thread breakpoints
3974 @kindex break @dots{} thread @var{threadno}
3975 @item break @var{linespec} thread @var{threadno}
3976 @itemx break @var{linespec} thread @var{threadno} if @dots{}
3977 @var{linespec} specifies source lines; there are several ways of
3978 writing them, but the effect is always to specify some source line.
3979
3980 Use the qualifier @samp{thread @var{threadno}} with a breakpoint command
3981 to specify that you only want @value{GDBN} to stop the program when a
3982 particular thread reaches this breakpoint. @var{threadno} is one of the
3983 numeric thread identifiers assigned by @value{GDBN}, shown in the first
3984 column of the @samp{info threads} display.
3985
3986 If you do not specify @samp{thread @var{threadno}} when you set a
3987 breakpoint, the breakpoint applies to @emph{all} threads of your
3988 program.
3989
3990 You can use the @code{thread} qualifier on conditional breakpoints as
3991 well; in this case, place @samp{thread @var{threadno}} before the
3992 breakpoint condition, like this:
3993
3994 @smallexample
3995 (@value{GDBP}) break frik.c:13 thread 28 if bartab > lim
3996 @end smallexample
3997
3998 @end table
3999
4000 @cindex stopped threads
4001 @cindex threads, stopped
4002 Whenever your program stops under @value{GDBN} for any reason,
4003 @emph{all} threads of execution stop, not just the current thread. This
4004 allows you to examine the overall state of the program, including
4005 switching between threads, without worrying that things may change
4006 underfoot.
4007
4008 @cindex thread breakpoints and system calls
4009 @cindex system calls and thread breakpoints
4010 @cindex premature return from system calls
4011 There is an unfortunate side effect. If one thread stops for a
4012 breakpoint, or for some other reason, and another thread is blocked in a
4013 system call, then the system call may return prematurely. This is a
4014 consequence of the interaction between multiple threads and the signals
4015 that @value{GDBN} uses to implement breakpoints and other events that
4016 stop execution.
4017
4018 To handle this problem, your program should check the return value of
4019 each system call and react appropriately. This is good programming
4020 style anyways.
4021
4022 For example, do not write code like this:
4023
4024 @smallexample
4025 sleep (10);
4026 @end smallexample
4027
4028 The call to @code{sleep} will return early if a different thread stops
4029 at a breakpoint or for some other reason.
4030
4031 Instead, write this:
4032
4033 @smallexample
4034 int unslept = 10;
4035 while (unslept > 0)
4036 unslept = sleep (unslept);
4037 @end smallexample
4038
4039 A system call is allowed to return early, so the system is still
4040 conforming to its specification. But @value{GDBN} does cause your
4041 multi-threaded program to behave differently than it would without
4042 @value{GDBN}.
4043
4044 Also, @value{GDBN} uses internal breakpoints in the thread library to
4045 monitor certain events such as thread creation and thread destruction.
4046 When such an event happens, a system call in another thread may return
4047 prematurely, even though your program does not appear to stop.
4048
4049 @cindex continuing threads
4050 @cindex threads, continuing
4051 Conversely, whenever you restart the program, @emph{all} threads start
4052 executing. @emph{This is true even when single-stepping} with commands
4053 like @code{step} or @code{next}.
4054
4055 In particular, @value{GDBN} cannot single-step all threads in lockstep.
4056 Since thread scheduling is up to your debugging target's operating
4057 system (not controlled by @value{GDBN}), other threads may
4058 execute more than one statement while the current thread completes a
4059 single step. Moreover, in general other threads stop in the middle of a
4060 statement, rather than at a clean statement boundary, when the program
4061 stops.
4062
4063 You might even find your program stopped in another thread after
4064 continuing or even single-stepping. This happens whenever some other
4065 thread runs into a breakpoint, a signal, or an exception before the
4066 first thread completes whatever you requested.
4067
4068 On some OSes, you can lock the OS scheduler and thus allow only a single
4069 thread to run.
4070
4071 @table @code
4072 @item set scheduler-locking @var{mode}
4073 @cindex scheduler locking mode
4074 @cindex lock scheduler
4075 Set the scheduler locking mode. If it is @code{off}, then there is no
4076 locking and any thread may run at any time. If @code{on}, then only the
4077 current thread may run when the inferior is resumed. The @code{step}
4078 mode optimizes for single-stepping. It stops other threads from
4079 ``seizing the prompt'' by preempting the current thread while you are
4080 stepping. Other threads will only rarely (or never) get a chance to run
4081 when you step. They are more likely to run when you @samp{next} over a
4082 function call, and they are completely free to run when you use commands
4083 like @samp{continue}, @samp{until}, or @samp{finish}. However, unless another
4084 thread hits a breakpoint during its timeslice, they will never steal the
4085 @value{GDBN} prompt away from the thread that you are debugging.
4086
4087 @item show scheduler-locking
4088 Display the current scheduler locking mode.
4089 @end table
4090
4091
4092 @node Stack
4093 @chapter Examining the Stack
4094
4095 When your program has stopped, the first thing you need to know is where it
4096 stopped and how it got there.
4097
4098 @cindex call stack
4099 Each time your program performs a function call, information about the call
4100 is generated.
4101 That information includes the location of the call in your program,
4102 the arguments of the call,
4103 and the local variables of the function being called.
4104 The information is saved in a block of data called a @dfn{stack frame}.
4105 The stack frames are allocated in a region of memory called the @dfn{call
4106 stack}.
4107
4108 When your program stops, the @value{GDBN} commands for examining the
4109 stack allow you to see all of this information.
4110
4111 @cindex selected frame
4112 One of the stack frames is @dfn{selected} by @value{GDBN} and many
4113 @value{GDBN} commands refer implicitly to the selected frame. In
4114 particular, whenever you ask @value{GDBN} for the value of a variable in
4115 your program, the value is found in the selected frame. There are
4116 special @value{GDBN} commands to select whichever frame you are
4117 interested in. @xref{Selection, ,Selecting a frame}.
4118
4119 When your program stops, @value{GDBN} automatically selects the
4120 currently executing frame and describes it briefly, similar to the
4121 @code{frame} command (@pxref{Frame Info, ,Information about a frame}).
4122
4123 @menu
4124 * Frames:: Stack frames
4125 * Backtrace:: Backtraces
4126 * Selection:: Selecting a frame
4127 * Frame Info:: Information on a frame
4128
4129 @end menu
4130
4131 @node Frames
4132 @section Stack frames
4133
4134 @cindex frame, definition
4135 @cindex stack frame
4136 The call stack is divided up into contiguous pieces called @dfn{stack
4137 frames}, or @dfn{frames} for short; each frame is the data associated
4138 with one call to one function. The frame contains the arguments given
4139 to the function, the function's local variables, and the address at
4140 which the function is executing.
4141
4142 @cindex initial frame
4143 @cindex outermost frame
4144 @cindex innermost frame
4145 When your program is started, the stack has only one frame, that of the
4146 function @code{main}. This is called the @dfn{initial} frame or the
4147 @dfn{outermost} frame. Each time a function is called, a new frame is
4148 made. Each time a function returns, the frame for that function invocation
4149 is eliminated. If a function is recursive, there can be many frames for
4150 the same function. The frame for the function in which execution is
4151 actually occurring is called the @dfn{innermost} frame. This is the most
4152 recently created of all the stack frames that still exist.
4153
4154 @cindex frame pointer
4155 Inside your program, stack frames are identified by their addresses. A
4156 stack frame consists of many bytes, each of which has its own address; each
4157 kind of computer has a convention for choosing one byte whose
4158 address serves as the address of the frame. Usually this address is kept
4159 in a register called the @dfn{frame pointer register}
4160 (@pxref{Registers, $fp}) while execution is going on in that frame.
4161
4162 @cindex frame number
4163 @value{GDBN} assigns numbers to all existing stack frames, starting with
4164 zero for the innermost frame, one for the frame that called it,
4165 and so on upward. These numbers do not really exist in your program;
4166 they are assigned by @value{GDBN} to give you a way of designating stack
4167 frames in @value{GDBN} commands.
4168
4169 @c The -fomit-frame-pointer below perennially causes hbox overflow
4170 @c underflow problems.
4171 @cindex frameless execution
4172 Some compilers provide a way to compile functions so that they operate
4173 without stack frames. (For example, the @value{GCC} option
4174 @smallexample
4175 @samp{-fomit-frame-pointer}
4176 @end smallexample
4177 generates functions without a frame.)
4178 This is occasionally done with heavily used library functions to save
4179 the frame setup time. @value{GDBN} has limited facilities for dealing
4180 with these function invocations. If the innermost function invocation
4181 has no stack frame, @value{GDBN} nevertheless regards it as though
4182 it had a separate frame, which is numbered zero as usual, allowing
4183 correct tracing of the function call chain. However, @value{GDBN} has
4184 no provision for frameless functions elsewhere in the stack.
4185
4186 @table @code
4187 @kindex frame@r{, command}
4188 @cindex current stack frame
4189 @item frame @var{args}
4190 The @code{frame} command allows you to move from one stack frame to another,
4191 and to print the stack frame you select. @var{args} may be either the
4192 address of the frame or the stack frame number. Without an argument,
4193 @code{frame} prints the current stack frame.
4194
4195 @kindex select-frame
4196 @cindex selecting frame silently
4197 @item select-frame
4198 The @code{select-frame} command allows you to move from one stack frame
4199 to another without printing the frame. This is the silent version of
4200 @code{frame}.
4201 @end table
4202
4203 @node Backtrace
4204 @section Backtraces
4205
4206 @cindex traceback
4207 @cindex call stack traces
4208 A backtrace is a summary of how your program got where it is. It shows one
4209 line per frame, for many frames, starting with the currently executing
4210 frame (frame zero), followed by its caller (frame one), and on up the
4211 stack.
4212
4213 @table @code
4214 @kindex backtrace
4215 @kindex bt @r{(@code{backtrace})}
4216 @item backtrace
4217 @itemx bt
4218 Print a backtrace of the entire stack: one line per frame for all
4219 frames in the stack.
4220
4221 You can stop the backtrace at any time by typing the system interrupt
4222 character, normally @kbd{C-c}.
4223
4224 @item backtrace @var{n}
4225 @itemx bt @var{n}
4226 Similar, but print only the innermost @var{n} frames.
4227
4228 @item backtrace -@var{n}
4229 @itemx bt -@var{n}
4230 Similar, but print only the outermost @var{n} frames.
4231
4232 @item backtrace full
4233 Print the values of the local variables also.
4234 @itemx bt full
4235 @end table
4236
4237 @kindex where
4238 @kindex info stack
4239 The names @code{where} and @code{info stack} (abbreviated @code{info s})
4240 are additional aliases for @code{backtrace}.
4241
4242 Each line in the backtrace shows the frame number and the function name.
4243 The program counter value is also shown---unless you use @code{set
4244 print address off}. The backtrace also shows the source file name and
4245 line number, as well as the arguments to the function. The program
4246 counter value is omitted if it is at the beginning of the code for that
4247 line number.
4248
4249 Here is an example of a backtrace. It was made with the command
4250 @samp{bt 3}, so it shows the innermost three frames.
4251
4252 @smallexample
4253 @group
4254 #0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
4255 at builtin.c:993
4256 #1 0x6e38 in expand_macro (sym=0x2b600) at macro.c:242
4257 #2 0x6840 in expand_token (obs=0x0, t=177664, td=0xf7fffb08)
4258 at macro.c:71
4259 (More stack frames follow...)
4260 @end group
4261 @end smallexample
4262
4263 @noindent
4264 The display for frame zero does not begin with a program counter
4265 value, indicating that your program has stopped at the beginning of the
4266 code for line @code{993} of @code{builtin.c}.
4267
4268 @cindex value optimized out, in backtrace
4269 @cindex function call arguments, optimized out
4270 If your program was compiled with optimizations, some compilers will
4271 optimize away arguments passed to functions if those arguments are
4272 never used after the call. Such optimizations generate code that
4273 passes arguments through registers, but doesn't store those arguments
4274 in the stack frame. @value{GDBN} has no way of displaying such
4275 arguments in stack frames other than the innermost one. Here's what
4276 such a backtrace might look like:
4277
4278 @smallexample
4279 @group
4280 #0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
4281 at builtin.c:993
4282 #1 0x6e38 in expand_macro (sym=<value optimized out>) at macro.c:242
4283 #2 0x6840 in expand_token (obs=0x0, t=<value optimized out>, td=0xf7fffb08)
4284 at macro.c:71
4285 (More stack frames follow...)
4286 @end group
4287 @end smallexample
4288
4289 @noindent
4290 The values of arguments that were not saved in their stack frames are
4291 shown as @samp{<value optimized out>}.
4292
4293 If you need to display the values of such optimized-out arguments,
4294 either deduce that from other variables whose values depend on the one
4295 you are interested in, or recompile without optimizations.
4296
4297 @cindex backtrace beyond @code{main} function
4298 @cindex program entry point
4299 @cindex startup code, and backtrace
4300 Most programs have a standard user entry point---a place where system
4301 libraries and startup code transition into user code. For C this is
4302 @code{main}. When @value{GDBN} finds the entry function in a backtrace
4303 it will terminate the backtrace, to avoid tracing into highly
4304 system-specific (and generally uninteresting) code.
4305
4306 If you need to examine the startup code, or limit the number of levels
4307 in a backtrace, you can change this behavior:
4308
4309 @table @code
4310 @item set backtrace past-main
4311 @itemx set backtrace past-main on
4312 @kindex set backtrace
4313 Backtraces will continue past the user entry point.
4314
4315 @item set backtrace past-main off
4316 Backtraces will stop when they encounter the user entry point. This is the
4317 default.
4318
4319 @item show backtrace past-main
4320 @kindex show backtrace
4321 Display the current user entry point backtrace policy.
4322
4323 @item set backtrace past-entry
4324 @itemx set backtrace past-entry on
4325 Backtraces will continue past the internal entry point of an application.
4326 This entry point is encoded by the linker when the application is built,
4327 and is likely before the user entry point @code{main} (or equivalent) is called.
4328
4329 @item set backtrace past-entry off
4330 Backtraces will stop when they encouter the internal entry point of an
4331 application. This is the default.
4332
4333 @item show backtrace past-entry
4334 Display the current internal entry point backtrace policy.
4335
4336 @item set backtrace limit @var{n}
4337 @itemx set backtrace limit 0
4338 @cindex backtrace limit
4339 Limit the backtrace to @var{n} levels. A value of zero means
4340 unlimited.
4341
4342 @item show backtrace limit
4343 Display the current limit on backtrace levels.
4344 @end table
4345
4346 @node Selection
4347 @section Selecting a frame
4348
4349 Most commands for examining the stack and other data in your program work on
4350 whichever stack frame is selected at the moment. Here are the commands for
4351 selecting a stack frame; all of them finish by printing a brief description
4352 of the stack frame just selected.
4353
4354 @table @code
4355 @kindex frame@r{, selecting}
4356 @kindex f @r{(@code{frame})}
4357 @item frame @var{n}
4358 @itemx f @var{n}
4359 Select frame number @var{n}. Recall that frame zero is the innermost
4360 (currently executing) frame, frame one is the frame that called the
4361 innermost one, and so on. The highest-numbered frame is the one for
4362 @code{main}.
4363
4364 @item frame @var{addr}
4365 @itemx f @var{addr}
4366 Select the frame at address @var{addr}. This is useful mainly if the
4367 chaining of stack frames has been damaged by a bug, making it
4368 impossible for @value{GDBN} to assign numbers properly to all frames. In
4369 addition, this can be useful when your program has multiple stacks and
4370 switches between them.
4371
4372 On the SPARC architecture, @code{frame} needs two addresses to
4373 select an arbitrary frame: a frame pointer and a stack pointer.
4374
4375 On the MIPS and Alpha architecture, it needs two addresses: a stack
4376 pointer and a program counter.
4377
4378 On the 29k architecture, it needs three addresses: a register stack
4379 pointer, a program counter, and a memory stack pointer.
4380 @c note to future updaters: this is conditioned on a flag
4381 @c SETUP_ARBITRARY_FRAME in the tm-*.h files. The above is up to date
4382 @c as of 27 Jan 1994.
4383
4384 @kindex up
4385 @item up @var{n}
4386 Move @var{n} frames up the stack. For positive numbers @var{n}, this
4387 advances toward the outermost frame, to higher frame numbers, to frames
4388 that have existed longer. @var{n} defaults to one.
4389
4390 @kindex down
4391 @kindex do @r{(@code{down})}
4392 @item down @var{n}
4393 Move @var{n} frames down the stack. For positive numbers @var{n}, this
4394 advances toward the innermost frame, to lower frame numbers, to frames
4395 that were created more recently. @var{n} defaults to one. You may
4396 abbreviate @code{down} as @code{do}.
4397 @end table
4398
4399 All of these commands end by printing two lines of output describing the
4400 frame. The first line shows the frame number, the function name, the
4401 arguments, and the source file and line number of execution in that
4402 frame. The second line shows the text of that source line.
4403
4404 @need 1000
4405 For example:
4406
4407 @smallexample
4408 @group
4409 (@value{GDBP}) up
4410 #1 0x22f0 in main (argc=1, argv=0xf7fffbf4, env=0xf7fffbfc)
4411 at env.c:10
4412 10 read_input_file (argv[i]);
4413 @end group
4414 @end smallexample
4415
4416 After such a printout, the @code{list} command with no arguments
4417 prints ten lines centered on the point of execution in the frame.
4418 You can also edit the program at the point of execution with your favorite
4419 editing program by typing @code{edit}.
4420 @xref{List, ,Printing source lines},
4421 for details.
4422
4423 @table @code
4424 @kindex down-silently
4425 @kindex up-silently
4426 @item up-silently @var{n}
4427 @itemx down-silently @var{n}
4428 These two commands are variants of @code{up} and @code{down},
4429 respectively; they differ in that they do their work silently, without
4430 causing display of the new frame. They are intended primarily for use
4431 in @value{GDBN} command scripts, where the output might be unnecessary and
4432 distracting.
4433 @end table
4434
4435 @node Frame Info
4436 @section Information about a frame
4437
4438 There are several other commands to print information about the selected
4439 stack frame.
4440
4441 @table @code
4442 @item frame
4443 @itemx f
4444 When used without any argument, this command does not change which
4445 frame is selected, but prints a brief description of the currently
4446 selected stack frame. It can be abbreviated @code{f}. With an
4447 argument, this command is used to select a stack frame.
4448 @xref{Selection, ,Selecting a frame}.
4449
4450 @kindex info frame
4451 @kindex info f @r{(@code{info frame})}
4452 @item info frame
4453 @itemx info f
4454 This command prints a verbose description of the selected stack frame,
4455 including:
4456
4457 @itemize @bullet
4458 @item
4459 the address of the frame
4460 @item
4461 the address of the next frame down (called by this frame)
4462 @item
4463 the address of the next frame up (caller of this frame)
4464 @item
4465 the language in which the source code corresponding to this frame is written
4466 @item
4467 the address of the frame's arguments
4468 @item
4469 the address of the frame's local variables
4470 @item
4471 the program counter saved in it (the address of execution in the caller frame)
4472 @item
4473 which registers were saved in the frame
4474 @end itemize
4475
4476 @noindent The verbose description is useful when
4477 something has gone wrong that has made the stack format fail to fit
4478 the usual conventions.
4479
4480 @item info frame @var{addr}
4481 @itemx info f @var{addr}
4482 Print a verbose description of the frame at address @var{addr}, without
4483 selecting that frame. The selected frame remains unchanged by this
4484 command. This requires the same kind of address (more than one for some
4485 architectures) that you specify in the @code{frame} command.
4486 @xref{Selection, ,Selecting a frame}.
4487
4488 @kindex info args
4489 @item info args
4490 Print the arguments of the selected frame, each on a separate line.
4491
4492 @item info locals
4493 @kindex info locals
4494 Print the local variables of the selected frame, each on a separate
4495 line. These are all variables (declared either static or automatic)
4496 accessible at the point of execution of the selected frame.
4497
4498 @kindex info catch
4499 @cindex catch exceptions, list active handlers
4500 @cindex exception handlers, how to list
4501 @item info catch
4502 Print a list of all the exception handlers that are active in the
4503 current stack frame at the current point of execution. To see other
4504 exception handlers, visit the associated frame (using the @code{up},
4505 @code{down}, or @code{frame} commands); then type @code{info catch}.
4506 @xref{Set Catchpoints, , Setting catchpoints}.
4507
4508 @end table
4509
4510
4511 @node Source
4512 @chapter Examining Source Files
4513
4514 @value{GDBN} can print parts of your program's source, since the debugging
4515 information recorded in the program tells @value{GDBN} what source files were
4516 used to build it. When your program stops, @value{GDBN} spontaneously prints
4517 the line where it stopped. Likewise, when you select a stack frame
4518 (@pxref{Selection, ,Selecting a frame}), @value{GDBN} prints the line where
4519 execution in that frame has stopped. You can print other portions of
4520 source files by explicit command.
4521
4522 If you use @value{GDBN} through its @sc{gnu} Emacs interface, you may
4523 prefer to use Emacs facilities to view source; see @ref{Emacs, ,Using
4524 @value{GDBN} under @sc{gnu} Emacs}.
4525
4526 @menu
4527 * List:: Printing source lines
4528 * Edit:: Editing source files
4529 * Search:: Searching source files
4530 * Source Path:: Specifying source directories
4531 * Machine Code:: Source and machine code
4532 @end menu
4533
4534 @node List
4535 @section Printing source lines
4536
4537 @kindex list
4538 @kindex l @r{(@code{list})}
4539 To print lines from a source file, use the @code{list} command
4540 (abbreviated @code{l}). By default, ten lines are printed.
4541 There are several ways to specify what part of the file you want to print.
4542
4543 Here are the forms of the @code{list} command most commonly used:
4544
4545 @table @code
4546 @item list @var{linenum}
4547 Print lines centered around line number @var{linenum} in the
4548 current source file.
4549
4550 @item list @var{function}
4551 Print lines centered around the beginning of function
4552 @var{function}.
4553
4554 @item list
4555 Print more lines. If the last lines printed were printed with a
4556 @code{list} command, this prints lines following the last lines
4557 printed; however, if the last line printed was a solitary line printed
4558 as part of displaying a stack frame (@pxref{Stack, ,Examining the
4559 Stack}), this prints lines centered around that line.
4560
4561 @item list -
4562 Print lines just before the lines last printed.
4563 @end table
4564
4565 @cindex @code{list}, how many lines to display
4566 By default, @value{GDBN} prints ten source lines with any of these forms of
4567 the @code{list} command. You can change this using @code{set listsize}:
4568
4569 @table @code
4570 @kindex set listsize
4571 @item set listsize @var{count}
4572 Make the @code{list} command display @var{count} source lines (unless
4573 the @code{list} argument explicitly specifies some other number).
4574
4575 @kindex show listsize
4576 @item show listsize
4577 Display the number of lines that @code{list} prints.
4578 @end table
4579
4580 Repeating a @code{list} command with @key{RET} discards the argument,
4581 so it is equivalent to typing just @code{list}. This is more useful
4582 than listing the same lines again. An exception is made for an
4583 argument of @samp{-}; that argument is preserved in repetition so that
4584 each repetition moves up in the source file.
4585
4586 @cindex linespec
4587 In general, the @code{list} command expects you to supply zero, one or two
4588 @dfn{linespecs}. Linespecs specify source lines; there are several ways
4589 of writing them, but the effect is always to specify some source line.
4590 Here is a complete description of the possible arguments for @code{list}:
4591
4592 @table @code
4593 @item list @var{linespec}
4594 Print lines centered around the line specified by @var{linespec}.
4595
4596 @item list @var{first},@var{last}
4597 Print lines from @var{first} to @var{last}. Both arguments are
4598 linespecs.
4599
4600 @item list ,@var{last}
4601 Print lines ending with @var{last}.
4602
4603 @item list @var{first},
4604 Print lines starting with @var{first}.
4605
4606 @item list +
4607 Print lines just after the lines last printed.
4608
4609 @item list -
4610 Print lines just before the lines last printed.
4611
4612 @item list
4613 As described in the preceding table.
4614 @end table
4615
4616 Here are the ways of specifying a single source line---all the
4617 kinds of linespec.
4618
4619 @table @code
4620 @item @var{number}
4621 Specifies line @var{number} of the current source file.
4622 When a @code{list} command has two linespecs, this refers to
4623 the same source file as the first linespec.
4624
4625 @item +@var{offset}
4626 Specifies the line @var{offset} lines after the last line printed.
4627 When used as the second linespec in a @code{list} command that has
4628 two, this specifies the line @var{offset} lines down from the
4629 first linespec.
4630
4631 @item -@var{offset}
4632 Specifies the line @var{offset} lines before the last line printed.
4633
4634 @item @var{filename}:@var{number}
4635 Specifies line @var{number} in the source file @var{filename}.
4636
4637 @item @var{function}
4638 Specifies the line that begins the body of the function @var{function}.
4639 For example: in C, this is the line with the open brace.
4640
4641 @item @var{filename}:@var{function}
4642 Specifies the line of the open-brace that begins the body of the
4643 function @var{function} in the file @var{filename}. You only need the
4644 file name with a function name to avoid ambiguity when there are
4645 identically named functions in different source files.
4646
4647 @item *@var{address}
4648 Specifies the line containing the program address @var{address}.
4649 @var{address} may be any expression.
4650 @end table
4651
4652 @node Edit
4653 @section Editing source files
4654 @cindex editing source files
4655
4656 @kindex edit
4657 @kindex e @r{(@code{edit})}
4658 To edit the lines in a source file, use the @code{edit} command.
4659 The editing program of your choice
4660 is invoked with the current line set to
4661 the active line in the program.
4662 Alternatively, there are several ways to specify what part of the file you
4663 want to print if you want to see other parts of the program.
4664
4665 Here are the forms of the @code{edit} command most commonly used:
4666
4667 @table @code
4668 @item edit
4669 Edit the current source file at the active line number in the program.
4670
4671 @item edit @var{number}
4672 Edit the current source file with @var{number} as the active line number.
4673
4674 @item edit @var{function}
4675 Edit the file containing @var{function} at the beginning of its definition.
4676
4677 @item edit @var{filename}:@var{number}
4678 Specifies line @var{number} in the source file @var{filename}.
4679
4680 @item edit @var{filename}:@var{function}
4681 Specifies the line that begins the body of the
4682 function @var{function} in the file @var{filename}. You only need the
4683 file name with a function name to avoid ambiguity when there are
4684 identically named functions in different source files.
4685
4686 @item edit *@var{address}
4687 Specifies the line containing the program address @var{address}.
4688 @var{address} may be any expression.
4689 @end table
4690
4691 @subsection Choosing your editor
4692 You can customize @value{GDBN} to use any editor you want
4693 @footnote{
4694 The only restriction is that your editor (say @code{ex}), recognizes the
4695 following command-line syntax:
4696 @smallexample
4697 ex +@var{number} file
4698 @end smallexample
4699 The optional numeric value +@var{number} specifies the number of the line in
4700 the file where to start editing.}.
4701 By default, it is @file{@value{EDITOR}}, but you can change this
4702 by setting the environment variable @code{EDITOR} before using
4703 @value{GDBN}. For example, to configure @value{GDBN} to use the
4704 @code{vi} editor, you could use these commands with the @code{sh} shell:
4705 @smallexample
4706 EDITOR=/usr/bin/vi
4707 export EDITOR
4708 gdb @dots{}
4709 @end smallexample
4710 or in the @code{csh} shell,
4711 @smallexample
4712 setenv EDITOR /usr/bin/vi
4713 gdb @dots{}
4714 @end smallexample
4715
4716 @node Search
4717 @section Searching source files
4718 @cindex searching source files
4719
4720 There are two commands for searching through the current source file for a
4721 regular expression.
4722
4723 @table @code
4724 @kindex search
4725 @kindex forward-search
4726 @item forward-search @var{regexp}
4727 @itemx search @var{regexp}
4728 The command @samp{forward-search @var{regexp}} checks each line,
4729 starting with the one following the last line listed, for a match for
4730 @var{regexp}. It lists the line that is found. You can use the
4731 synonym @samp{search @var{regexp}} or abbreviate the command name as
4732 @code{fo}.
4733
4734 @kindex reverse-search
4735 @item reverse-search @var{regexp}
4736 The command @samp{reverse-search @var{regexp}} checks each line, starting
4737 with the one before the last line listed and going backward, for a match
4738 for @var{regexp}. It lists the line that is found. You can abbreviate
4739 this command as @code{rev}.
4740 @end table
4741
4742 @node Source Path
4743 @section Specifying source directories
4744
4745 @cindex source path
4746 @cindex directories for source files
4747 Executable programs sometimes do not record the directories of the source
4748 files from which they were compiled, just the names. Even when they do,
4749 the directories could be moved between the compilation and your debugging
4750 session. @value{GDBN} has a list of directories to search for source files;
4751 this is called the @dfn{source path}. Each time @value{GDBN} wants a source file,
4752 it tries all the directories in the list, in the order they are present
4753 in the list, until it finds a file with the desired name.
4754
4755 For example, suppose an executable references the file
4756 @file{/usr/src/foo-1.0/lib/foo.c}, and our source path is
4757 @file{/mnt/cross}. The file is first looked up literally; if this
4758 fails, @file{/mnt/cross/usr/src/foo-1.0/lib/foo.c} is tried; if this
4759 fails, @file{/mnt/cross/foo.c} is opened; if this fails, an error
4760 message is printed. @value{GDBN} does not look up the parts of the
4761 source file name, such as @file{/mnt/cross/src/foo-1.0/lib/foo.c}.
4762 Likewise, the subdirectories of the source path are not searched: if
4763 the source path is @file{/mnt/cross}, and the binary refers to
4764 @file{foo.c}, @value{GDBN} would not find it under
4765 @file{/mnt/cross/usr/src/foo-1.0/lib}.
4766
4767 Plain file names, relative file names with leading directories, file
4768 names containing dots, etc.@: are all treated as described above; for
4769 instance, if the source path is @file{/mnt/cross}, and the source file
4770 is recorded as @file{../lib/foo.c}, @value{GDBN} would first try
4771 @file{../lib/foo.c}, then @file{/mnt/cross/../lib/foo.c}, and after
4772 that---@file{/mnt/cross/foo.c}.
4773
4774 Note that the executable search path is @emph{not} used to locate the
4775 source files. Neither is the current working directory, unless it
4776 happens to be in the source path.
4777
4778 Whenever you reset or rearrange the source path, @value{GDBN} clears out
4779 any information it has cached about where source files are found and where
4780 each line is in the file.
4781
4782 @kindex directory
4783 @kindex dir
4784 When you start @value{GDBN}, its source path includes only @samp{cdir}
4785 and @samp{cwd}, in that order.
4786 To add other directories, use the @code{directory} command.
4787
4788 @table @code
4789 @item directory @var{dirname} @dots{}
4790 @item dir @var{dirname} @dots{}
4791 Add directory @var{dirname} to the front of the source path. Several
4792 directory names may be given to this command, separated by @samp{:}
4793 (@samp{;} on MS-DOS and MS-Windows, where @samp{:} usually appears as
4794 part of absolute file names) or
4795 whitespace. You may specify a directory that is already in the source
4796 path; this moves it forward, so @value{GDBN} searches it sooner.
4797
4798 @kindex cdir
4799 @kindex cwd
4800 @vindex $cdir@r{, convenience variable}
4801 @vindex $cwdr@r{, convenience variable}
4802 @cindex compilation directory
4803 @cindex current directory
4804 @cindex working directory
4805 @cindex directory, current
4806 @cindex directory, compilation
4807 You can use the string @samp{$cdir} to refer to the compilation
4808 directory (if one is recorded), and @samp{$cwd} to refer to the current
4809 working directory. @samp{$cwd} is not the same as @samp{.}---the former
4810 tracks the current working directory as it changes during your @value{GDBN}
4811 session, while the latter is immediately expanded to the current
4812 directory at the time you add an entry to the source path.
4813
4814 @item directory
4815 Reset the source path to empty again. This requires confirmation.
4816
4817 @c RET-repeat for @code{directory} is explicitly disabled, but since
4818 @c repeating it would be a no-op we do not say that. (thanks to RMS)
4819
4820 @item show directories
4821 @kindex show directories
4822 Print the source path: show which directories it contains.
4823 @end table
4824
4825 If your source path is cluttered with directories that are no longer of
4826 interest, @value{GDBN} may sometimes cause confusion by finding the wrong
4827 versions of source. You can correct the situation as follows:
4828
4829 @enumerate
4830 @item
4831 Use @code{directory} with no argument to reset the source path to empty.
4832
4833 @item
4834 Use @code{directory} with suitable arguments to reinstall the
4835 directories you want in the source path. You can add all the
4836 directories in one command.
4837 @end enumerate
4838
4839 @node Machine Code
4840 @section Source and machine code
4841 @cindex source line and its code address
4842
4843 You can use the command @code{info line} to map source lines to program
4844 addresses (and vice versa), and the command @code{disassemble} to display
4845 a range of addresses as machine instructions. When run under @sc{gnu} Emacs
4846 mode, the @code{info line} command causes the arrow to point to the
4847 line specified. Also, @code{info line} prints addresses in symbolic form as
4848 well as hex.
4849
4850 @table @code
4851 @kindex info line
4852 @item info line @var{linespec}
4853 Print the starting and ending addresses of the compiled code for
4854 source line @var{linespec}. You can specify source lines in any of
4855 the ways understood by the @code{list} command (@pxref{List, ,Printing
4856 source lines}).
4857 @end table
4858
4859 For example, we can use @code{info line} to discover the location of
4860 the object code for the first line of function
4861 @code{m4_changequote}:
4862
4863 @c FIXME: I think this example should also show the addresses in
4864 @c symbolic form, as they usually would be displayed.
4865 @smallexample
4866 (@value{GDBP}) info line m4_changequote
4867 Line 895 of "builtin.c" starts at pc 0x634c and ends at 0x6350.
4868 @end smallexample
4869
4870 @noindent
4871 @cindex code address and its source line
4872 We can also inquire (using @code{*@var{addr}} as the form for
4873 @var{linespec}) what source line covers a particular address:
4874 @smallexample
4875 (@value{GDBP}) info line *0x63ff
4876 Line 926 of "builtin.c" starts at pc 0x63e4 and ends at 0x6404.
4877 @end smallexample
4878
4879 @cindex @code{$_} and @code{info line}
4880 @cindex @code{x} command, default address
4881 @kindex x@r{(examine), and} info line
4882 After @code{info line}, the default address for the @code{x} command
4883 is changed to the starting address of the line, so that @samp{x/i} is
4884 sufficient to begin examining the machine code (@pxref{Memory,
4885 ,Examining memory}). Also, this address is saved as the value of the
4886 convenience variable @code{$_} (@pxref{Convenience Vars, ,Convenience
4887 variables}).
4888
4889 @table @code
4890 @kindex disassemble
4891 @cindex assembly instructions
4892 @cindex instructions, assembly
4893 @cindex machine instructions
4894 @cindex listing machine instructions
4895 @item disassemble
4896 This specialized command dumps a range of memory as machine
4897 instructions. The default memory range is the function surrounding the
4898 program counter of the selected frame. A single argument to this
4899 command is a program counter value; @value{GDBN} dumps the function
4900 surrounding this value. Two arguments specify a range of addresses
4901 (first inclusive, second exclusive) to dump.
4902 @end table
4903
4904 The following example shows the disassembly of a range of addresses of
4905 HP PA-RISC 2.0 code:
4906
4907 @smallexample
4908 (@value{GDBP}) disas 0x32c4 0x32e4
4909 Dump of assembler code from 0x32c4 to 0x32e4:
4910 0x32c4 <main+204>: addil 0,dp
4911 0x32c8 <main+208>: ldw 0x22c(sr0,r1),r26
4912 0x32cc <main+212>: ldil 0x3000,r31
4913 0x32d0 <main+216>: ble 0x3f8(sr4,r31)
4914 0x32d4 <main+220>: ldo 0(r31),rp
4915 0x32d8 <main+224>: addil -0x800,dp
4916 0x32dc <main+228>: ldo 0x588(r1),r26
4917 0x32e0 <main+232>: ldil 0x3000,r31
4918 End of assembler dump.
4919 @end smallexample
4920
4921 Some architectures have more than one commonly-used set of instruction
4922 mnemonics or other syntax.
4923
4924 @table @code
4925 @kindex set disassembly-flavor
4926 @cindex Intel disassembly flavor
4927 @cindex AT&T disassembly flavor
4928 @item set disassembly-flavor @var{instruction-set}
4929 Select the instruction set to use when disassembling the
4930 program via the @code{disassemble} or @code{x/i} commands.
4931
4932 Currently this command is only defined for the Intel x86 family. You
4933 can set @var{instruction-set} to either @code{intel} or @code{att}.
4934 The default is @code{att}, the AT&T flavor used by default by Unix
4935 assemblers for x86-based targets.
4936
4937 @kindex show disassembly-flavor
4938 @item show disassembly-flavor
4939 Show the current setting of the disassembly flavor.
4940 @end table
4941
4942
4943 @node Data
4944 @chapter Examining Data
4945
4946 @cindex printing data
4947 @cindex examining data
4948 @kindex print
4949 @kindex inspect
4950 @c "inspect" is not quite a synonym if you are using Epoch, which we do not
4951 @c document because it is nonstandard... Under Epoch it displays in a
4952 @c different window or something like that.
4953 The usual way to examine data in your program is with the @code{print}
4954 command (abbreviated @code{p}), or its synonym @code{inspect}. It
4955 evaluates and prints the value of an expression of the language your
4956 program is written in (@pxref{Languages, ,Using @value{GDBN} with
4957 Different Languages}).
4958
4959 @table @code
4960 @item print @var{expr}
4961 @itemx print /@var{f} @var{expr}
4962 @var{expr} is an expression (in the source language). By default the
4963 value of @var{expr} is printed in a format appropriate to its data type;
4964 you can choose a different format by specifying @samp{/@var{f}}, where
4965 @var{f} is a letter specifying the format; see @ref{Output Formats,,Output
4966 formats}.
4967
4968 @item print
4969 @itemx print /@var{f}
4970 @cindex reprint the last value
4971 If you omit @var{expr}, @value{GDBN} displays the last value again (from the
4972 @dfn{value history}; @pxref{Value History, ,Value history}). This allows you to
4973 conveniently inspect the same value in an alternative format.
4974 @end table
4975
4976 A more low-level way of examining data is with the @code{x} command.
4977 It examines data in memory at a specified address and prints it in a
4978 specified format. @xref{Memory, ,Examining memory}.
4979
4980 If you are interested in information about types, or about how the
4981 fields of a struct or a class are declared, use the @code{ptype @var{exp}}
4982 command rather than @code{print}. @xref{Symbols, ,Examining the Symbol
4983 Table}.
4984
4985 @menu
4986 * Expressions:: Expressions
4987 * Variables:: Program variables
4988 * Arrays:: Artificial arrays
4989 * Output Formats:: Output formats
4990 * Memory:: Examining memory
4991 * Auto Display:: Automatic display
4992 * Print Settings:: Print settings
4993 * Value History:: Value history
4994 * Convenience Vars:: Convenience variables
4995 * Registers:: Registers
4996 * Floating Point Hardware:: Floating point hardware
4997 * Vector Unit:: Vector Unit
4998 * OS Information:: Auxiliary data provided by operating system
4999 * Memory Region Attributes:: Memory region attributes
5000 * Dump/Restore Files:: Copy between memory and a file
5001 * Core File Generation:: Cause a program dump its core
5002 * Character Sets:: Debugging programs that use a different
5003 character set than GDB does
5004 * Caching Remote Data:: Data caching for remote targets
5005 @end menu
5006
5007 @node Expressions
5008 @section Expressions
5009
5010 @cindex expressions
5011 @code{print} and many other @value{GDBN} commands accept an expression and
5012 compute its value. Any kind of constant, variable or operator defined
5013 by the programming language you are using is valid in an expression in
5014 @value{GDBN}. This includes conditional expressions, function calls,
5015 casts, and string constants. It also includes preprocessor macros, if
5016 you compiled your program to include this information; see
5017 @ref{Compilation}.
5018
5019 @cindex arrays in expressions
5020 @value{GDBN} supports array constants in expressions input by
5021 the user. The syntax is @{@var{element}, @var{element}@dots{}@}. For example,
5022 you can use the command @code{print @{1, 2, 3@}} to build up an array in
5023 memory that is @code{malloc}ed in the target program.
5024
5025 Because C is so widespread, most of the expressions shown in examples in
5026 this manual are in C. @xref{Languages, , Using @value{GDBN} with Different
5027 Languages}, for information on how to use expressions in other
5028 languages.
5029
5030 In this section, we discuss operators that you can use in @value{GDBN}
5031 expressions regardless of your programming language.
5032
5033 @cindex casts, in expressions
5034 Casts are supported in all languages, not just in C, because it is so
5035 useful to cast a number into a pointer in order to examine a structure
5036 at that address in memory.
5037 @c FIXME: casts supported---Mod2 true?
5038
5039 @value{GDBN} supports these operators, in addition to those common
5040 to programming languages:
5041
5042 @table @code
5043 @item @@
5044 @samp{@@} is a binary operator for treating parts of memory as arrays.
5045 @xref{Arrays, ,Artificial arrays}, for more information.
5046
5047 @item ::
5048 @samp{::} allows you to specify a variable in terms of the file or
5049 function where it is defined. @xref{Variables, ,Program variables}.
5050
5051 @cindex @{@var{type}@}
5052 @cindex type casting memory
5053 @cindex memory, viewing as typed object
5054 @cindex casts, to view memory
5055 @item @{@var{type}@} @var{addr}
5056 Refers to an object of type @var{type} stored at address @var{addr} in
5057 memory. @var{addr} may be any expression whose value is an integer or
5058 pointer (but parentheses are required around binary operators, just as in
5059 a cast). This construct is allowed regardless of what kind of data is
5060 normally supposed to reside at @var{addr}.
5061 @end table
5062
5063 @node Variables
5064 @section Program variables
5065
5066 The most common kind of expression to use is the name of a variable
5067 in your program.
5068
5069 Variables in expressions are understood in the selected stack frame
5070 (@pxref{Selection, ,Selecting a frame}); they must be either:
5071
5072 @itemize @bullet
5073 @item
5074 global (or file-static)
5075 @end itemize
5076
5077 @noindent or
5078
5079 @itemize @bullet
5080 @item
5081 visible according to the scope rules of the
5082 programming language from the point of execution in that frame
5083 @end itemize
5084
5085 @noindent This means that in the function
5086
5087 @smallexample
5088 foo (a)
5089 int a;
5090 @{
5091 bar (a);
5092 @{
5093 int b = test ();
5094 bar (b);
5095 @}
5096 @}
5097 @end smallexample
5098
5099 @noindent
5100 you can examine and use the variable @code{a} whenever your program is
5101 executing within the function @code{foo}, but you can only use or
5102 examine the variable @code{b} while your program is executing inside
5103 the block where @code{b} is declared.
5104
5105 @cindex variable name conflict
5106 There is an exception: you can refer to a variable or function whose
5107 scope is a single source file even if the current execution point is not
5108 in this file. But it is possible to have more than one such variable or
5109 function with the same name (in different source files). If that
5110 happens, referring to that name has unpredictable effects. If you wish,
5111 you can specify a static variable in a particular function or file,
5112 using the colon-colon (@code{::}) notation:
5113
5114 @cindex colon-colon, context for variables/functions
5115 @iftex
5116 @c info cannot cope with a :: index entry, but why deprive hard copy readers?
5117 @cindex @code{::}, context for variables/functions
5118 @end iftex
5119 @smallexample
5120 @var{file}::@var{variable}
5121 @var{function}::@var{variable}
5122 @end smallexample
5123
5124 @noindent
5125 Here @var{file} or @var{function} is the name of the context for the
5126 static @var{variable}. In the case of file names, you can use quotes to
5127 make sure @value{GDBN} parses the file name as a single word---for example,
5128 to print a global value of @code{x} defined in @file{f2.c}:
5129
5130 @smallexample
5131 (@value{GDBP}) p 'f2.c'::x
5132 @end smallexample
5133
5134 @cindex C@t{++} scope resolution
5135 This use of @samp{::} is very rarely in conflict with the very similar
5136 use of the same notation in C@t{++}. @value{GDBN} also supports use of the C@t{++}
5137 scope resolution operator in @value{GDBN} expressions.
5138 @c FIXME: Um, so what happens in one of those rare cases where it's in
5139 @c conflict?? --mew
5140
5141 @cindex wrong values
5142 @cindex variable values, wrong
5143 @cindex function entry/exit, wrong values of variables
5144 @cindex optimized code, wrong values of variables
5145 @quotation
5146 @emph{Warning:} Occasionally, a local variable may appear to have the
5147 wrong value at certain points in a function---just after entry to a new
5148 scope, and just before exit.
5149 @end quotation
5150 You may see this problem when you are stepping by machine instructions.
5151 This is because, on most machines, it takes more than one instruction to
5152 set up a stack frame (including local variable definitions); if you are
5153 stepping by machine instructions, variables may appear to have the wrong
5154 values until the stack frame is completely built. On exit, it usually
5155 also takes more than one machine instruction to destroy a stack frame;
5156 after you begin stepping through that group of instructions, local
5157 variable definitions may be gone.
5158
5159 This may also happen when the compiler does significant optimizations.
5160 To be sure of always seeing accurate values, turn off all optimization
5161 when compiling.
5162
5163 @cindex ``No symbol "foo" in current context''
5164 Another possible effect of compiler optimizations is to optimize
5165 unused variables out of existence, or assign variables to registers (as
5166 opposed to memory addresses). Depending on the support for such cases
5167 offered by the debug info format used by the compiler, @value{GDBN}
5168 might not be able to display values for such local variables. If that
5169 happens, @value{GDBN} will print a message like this:
5170
5171 @smallexample
5172 No symbol "foo" in current context.
5173 @end smallexample
5174
5175 To solve such problems, either recompile without optimizations, or use a
5176 different debug info format, if the compiler supports several such
5177 formats. For example, @value{NGCC}, the @sc{gnu} C/C@t{++} compiler,
5178 usually supports the @option{-gstabs+} option. @option{-gstabs+}
5179 produces debug info in a format that is superior to formats such as
5180 COFF. You may be able to use DWARF 2 (@option{-gdwarf-2}), which is also
5181 an effective form for debug info. @xref{Debugging Options,,Options
5182 for Debugging Your Program or @sc{gnu} CC, gcc.info, Using @sc{gnu} CC}.
5183 @xref{C, , Debugging C++}, for more info about debug info formats
5184 that are best suited to C@t{++} programs.
5185
5186 @node Arrays
5187 @section Artificial arrays
5188
5189 @cindex artificial array
5190 @cindex arrays
5191 @kindex @@@r{, referencing memory as an array}
5192 It is often useful to print out several successive objects of the
5193 same type in memory; a section of an array, or an array of
5194 dynamically determined size for which only a pointer exists in the
5195 program.
5196
5197 You can do this by referring to a contiguous span of memory as an
5198 @dfn{artificial array}, using the binary operator @samp{@@}. The left
5199 operand of @samp{@@} should be the first element of the desired array
5200 and be an individual object. The right operand should be the desired length
5201 of the array. The result is an array value whose elements are all of
5202 the type of the left argument. The first element is actually the left
5203 argument; the second element comes from bytes of memory immediately
5204 following those that hold the first element, and so on. Here is an
5205 example. If a program says
5206
5207 @smallexample
5208 int *array = (int *) malloc (len * sizeof (int));
5209 @end smallexample
5210
5211 @noindent
5212 you can print the contents of @code{array} with
5213
5214 @smallexample
5215 p *array@@len
5216 @end smallexample
5217
5218 The left operand of @samp{@@} must reside in memory. Array values made
5219 with @samp{@@} in this way behave just like other arrays in terms of
5220 subscripting, and are coerced to pointers when used in expressions.
5221 Artificial arrays most often appear in expressions via the value history
5222 (@pxref{Value History, ,Value history}), after printing one out.
5223
5224 Another way to create an artificial array is to use a cast.
5225 This re-interprets a value as if it were an array.
5226 The value need not be in memory:
5227 @smallexample
5228 (@value{GDBP}) p/x (short[2])0x12345678
5229 $1 = @{0x1234, 0x5678@}
5230 @end smallexample
5231
5232 As a convenience, if you leave the array length out (as in
5233 @samp{(@var{type}[])@var{value}}) @value{GDBN} calculates the size to fill
5234 the value (as @samp{sizeof(@var{value})/sizeof(@var{type})}:
5235 @smallexample
5236 (@value{GDBP}) p/x (short[])0x12345678
5237 $2 = @{0x1234, 0x5678@}
5238 @end smallexample
5239
5240 Sometimes the artificial array mechanism is not quite enough; in
5241 moderately complex data structures, the elements of interest may not
5242 actually be adjacent---for example, if you are interested in the values
5243 of pointers in an array. One useful work-around in this situation is
5244 to use a convenience variable (@pxref{Convenience Vars, ,Convenience
5245 variables}) as a counter in an expression that prints the first
5246 interesting value, and then repeat that expression via @key{RET}. For
5247 instance, suppose you have an array @code{dtab} of pointers to
5248 structures, and you are interested in the values of a field @code{fv}
5249 in each structure. Here is an example of what you might type:
5250
5251 @smallexample
5252 set $i = 0
5253 p dtab[$i++]->fv
5254 @key{RET}
5255 @key{RET}
5256 @dots{}
5257 @end smallexample
5258
5259 @node Output Formats
5260 @section Output formats
5261
5262 @cindex formatted output
5263 @cindex output formats
5264 By default, @value{GDBN} prints a value according to its data type. Sometimes
5265 this is not what you want. For example, you might want to print a number
5266 in hex, or a pointer in decimal. Or you might want to view data in memory
5267 at a certain address as a character string or as an instruction. To do
5268 these things, specify an @dfn{output format} when you print a value.
5269
5270 The simplest use of output formats is to say how to print a value
5271 already computed. This is done by starting the arguments of the
5272 @code{print} command with a slash and a format letter. The format
5273 letters supported are:
5274
5275 @table @code
5276 @item x
5277 Regard the bits of the value as an integer, and print the integer in
5278 hexadecimal.
5279
5280 @item d
5281 Print as integer in signed decimal.
5282
5283 @item u
5284 Print as integer in unsigned decimal.
5285
5286 @item o
5287 Print as integer in octal.
5288
5289 @item t
5290 Print as integer in binary. The letter @samp{t} stands for ``two''.
5291 @footnote{@samp{b} cannot be used because these format letters are also
5292 used with the @code{x} command, where @samp{b} stands for ``byte'';
5293 see @ref{Memory,,Examining memory}.}
5294
5295 @item a
5296 @cindex unknown address, locating
5297 @cindex locate address
5298 Print as an address, both absolute in hexadecimal and as an offset from
5299 the nearest preceding symbol. You can use this format used to discover
5300 where (in what function) an unknown address is located:
5301
5302 @smallexample
5303 (@value{GDBP}) p/a 0x54320
5304 $3 = 0x54320 <_initialize_vx+396>
5305 @end smallexample
5306
5307 @noindent
5308 The command @code{info symbol 0x54320} yields similar results.
5309 @xref{Symbols, info symbol}.
5310
5311 @item c
5312 Regard as an integer and print it as a character constant.
5313
5314 @item f
5315 Regard the bits of the value as a floating point number and print
5316 using typical floating point syntax.
5317 @end table
5318
5319 For example, to print the program counter in hex (@pxref{Registers}), type
5320
5321 @smallexample
5322 p/x $pc
5323 @end smallexample
5324
5325 @noindent
5326 Note that no space is required before the slash; this is because command
5327 names in @value{GDBN} cannot contain a slash.
5328
5329 To reprint the last value in the value history with a different format,
5330 you can use the @code{print} command with just a format and no
5331 expression. For example, @samp{p/x} reprints the last value in hex.
5332
5333 @node Memory
5334 @section Examining memory
5335
5336 You can use the command @code{x} (for ``examine'') to examine memory in
5337 any of several formats, independently of your program's data types.
5338
5339 @cindex examining memory
5340 @table @code
5341 @kindex x @r{(examine memory)}
5342 @item x/@var{nfu} @var{addr}
5343 @itemx x @var{addr}
5344 @itemx x
5345 Use the @code{x} command to examine memory.
5346 @end table
5347
5348 @var{n}, @var{f}, and @var{u} are all optional parameters that specify how
5349 much memory to display and how to format it; @var{addr} is an
5350 expression giving the address where you want to start displaying memory.
5351 If you use defaults for @var{nfu}, you need not type the slash @samp{/}.
5352 Several commands set convenient defaults for @var{addr}.
5353
5354 @table @r
5355 @item @var{n}, the repeat count
5356 The repeat count is a decimal integer; the default is 1. It specifies
5357 how much memory (counting by units @var{u}) to display.
5358 @c This really is **decimal**; unaffected by 'set radix' as of GDB
5359 @c 4.1.2.
5360
5361 @item @var{f}, the display format
5362 The display format is one of the formats used by @code{print},
5363 @samp{s} (null-terminated string), or @samp{i} (machine instruction).
5364 The default is @samp{x} (hexadecimal) initially.
5365 The default changes each time you use either @code{x} or @code{print}.
5366
5367 @item @var{u}, the unit size
5368 The unit size is any of
5369
5370 @table @code
5371 @item b
5372 Bytes.
5373 @item h
5374 Halfwords (two bytes).
5375 @item w
5376 Words (four bytes). This is the initial default.
5377 @item g
5378 Giant words (eight bytes).
5379 @end table
5380
5381 Each time you specify a unit size with @code{x}, that size becomes the
5382 default unit the next time you use @code{x}. (For the @samp{s} and
5383 @samp{i} formats, the unit size is ignored and is normally not written.)
5384
5385 @item @var{addr}, starting display address
5386 @var{addr} is the address where you want @value{GDBN} to begin displaying
5387 memory. The expression need not have a pointer value (though it may);
5388 it is always interpreted as an integer address of a byte of memory.
5389 @xref{Expressions, ,Expressions}, for more information on expressions. The default for
5390 @var{addr} is usually just after the last address examined---but several
5391 other commands also set the default address: @code{info breakpoints} (to
5392 the address of the last breakpoint listed), @code{info line} (to the
5393 starting address of a line), and @code{print} (if you use it to display
5394 a value from memory).
5395 @end table
5396
5397 For example, @samp{x/3uh 0x54320} is a request to display three halfwords
5398 (@code{h}) of memory, formatted as unsigned decimal integers (@samp{u}),
5399 starting at address @code{0x54320}. @samp{x/4xw $sp} prints the four
5400 words (@samp{w}) of memory above the stack pointer (here, @samp{$sp};
5401 @pxref{Registers, ,Registers}) in hexadecimal (@samp{x}).
5402
5403 Since the letters indicating unit sizes are all distinct from the
5404 letters specifying output formats, you do not have to remember whether
5405 unit size or format comes first; either order works. The output
5406 specifications @samp{4xw} and @samp{4wx} mean exactly the same thing.
5407 (However, the count @var{n} must come first; @samp{wx4} does not work.)
5408
5409 Even though the unit size @var{u} is ignored for the formats @samp{s}
5410 and @samp{i}, you might still want to use a count @var{n}; for example,
5411 @samp{3i} specifies that you want to see three machine instructions,
5412 including any operands. The command @code{disassemble} gives an
5413 alternative way of inspecting machine instructions; see @ref{Machine
5414 Code,,Source and machine code}.
5415
5416 All the defaults for the arguments to @code{x} are designed to make it
5417 easy to continue scanning memory with minimal specifications each time
5418 you use @code{x}. For example, after you have inspected three machine
5419 instructions with @samp{x/3i @var{addr}}, you can inspect the next seven
5420 with just @samp{x/7}. If you use @key{RET} to repeat the @code{x} command,
5421 the repeat count @var{n} is used again; the other arguments default as
5422 for successive uses of @code{x}.
5423
5424 @cindex @code{$_}, @code{$__}, and value history
5425 The addresses and contents printed by the @code{x} command are not saved
5426 in the value history because there is often too much of them and they
5427 would get in the way. Instead, @value{GDBN} makes these values available for
5428 subsequent use in expressions as values of the convenience variables
5429 @code{$_} and @code{$__}. After an @code{x} command, the last address
5430 examined is available for use in expressions in the convenience variable
5431 @code{$_}. The contents of that address, as examined, are available in
5432 the convenience variable @code{$__}.
5433
5434 If the @code{x} command has a repeat count, the address and contents saved
5435 are from the last memory unit printed; this is not the same as the last
5436 address printed if several units were printed on the last line of output.
5437
5438 @cindex remote memory comparison
5439 @cindex verify remote memory image
5440 When you are debugging a program running on a remote target machine
5441 (@pxref{Remote}), you may wish to verify the program's image in the
5442 remote machine's memory against the executable file you downloaded to
5443 the target. The @code{compare-sections} command is provided for such
5444 situations.
5445
5446 @table @code
5447 @kindex compare-sections
5448 @item compare-sections @r{[}@var{section-name}@r{]}
5449 Compare the data of a loadable section @var{section-name} in the
5450 executable file of the program being debugged with the same section in
5451 the remote machine's memory, and report any mismatches. With no
5452 arguments, compares all loadable sections. This command's
5453 availability depends on the target's support for the @code{"qCRC"}
5454 remote request.
5455 @end table
5456
5457 @node Auto Display
5458 @section Automatic display
5459 @cindex automatic display
5460 @cindex display of expressions
5461
5462 If you find that you want to print the value of an expression frequently
5463 (to see how it changes), you might want to add it to the @dfn{automatic
5464 display list} so that @value{GDBN} prints its value each time your program stops.
5465 Each expression added to the list is given a number to identify it;
5466 to remove an expression from the list, you specify that number.
5467 The automatic display looks like this:
5468
5469 @smallexample
5470 2: foo = 38
5471 3: bar[5] = (struct hack *) 0x3804
5472 @end smallexample
5473
5474 @noindent
5475 This display shows item numbers, expressions and their current values. As with
5476 displays you request manually using @code{x} or @code{print}, you can
5477 specify the output format you prefer; in fact, @code{display} decides
5478 whether to use @code{print} or @code{x} depending on how elaborate your
5479 format specification is---it uses @code{x} if you specify a unit size,
5480 or one of the two formats (@samp{i} and @samp{s}) that are only
5481 supported by @code{x}; otherwise it uses @code{print}.
5482
5483 @table @code
5484 @kindex display
5485 @item display @var{expr}
5486 Add the expression @var{expr} to the list of expressions to display
5487 each time your program stops. @xref{Expressions, ,Expressions}.
5488
5489 @code{display} does not repeat if you press @key{RET} again after using it.
5490
5491 @item display/@var{fmt} @var{expr}
5492 For @var{fmt} specifying only a display format and not a size or
5493 count, add the expression @var{expr} to the auto-display list but
5494 arrange to display it each time in the specified format @var{fmt}.
5495 @xref{Output Formats,,Output formats}.
5496
5497 @item display/@var{fmt} @var{addr}
5498 For @var{fmt} @samp{i} or @samp{s}, or including a unit-size or a
5499 number of units, add the expression @var{addr} as a memory address to
5500 be examined each time your program stops. Examining means in effect
5501 doing @samp{x/@var{fmt} @var{addr}}. @xref{Memory, ,Examining memory}.
5502 @end table
5503
5504 For example, @samp{display/i $pc} can be helpful, to see the machine
5505 instruction about to be executed each time execution stops (@samp{$pc}
5506 is a common name for the program counter; @pxref{Registers, ,Registers}).
5507
5508 @table @code
5509 @kindex delete display
5510 @kindex undisplay
5511 @item undisplay @var{dnums}@dots{}
5512 @itemx delete display @var{dnums}@dots{}
5513 Remove item numbers @var{dnums} from the list of expressions to display.
5514
5515 @code{undisplay} does not repeat if you press @key{RET} after using it.
5516 (Otherwise you would just get the error @samp{No display number @dots{}}.)
5517
5518 @kindex disable display
5519 @item disable display @var{dnums}@dots{}
5520 Disable the display of item numbers @var{dnums}. A disabled display
5521 item is not printed automatically, but is not forgotten. It may be
5522 enabled again later.
5523
5524 @kindex enable display
5525 @item enable display @var{dnums}@dots{}
5526 Enable display of item numbers @var{dnums}. It becomes effective once
5527 again in auto display of its expression, until you specify otherwise.
5528
5529 @item display
5530 Display the current values of the expressions on the list, just as is
5531 done when your program stops.
5532
5533 @kindex info display
5534 @item info display
5535 Print the list of expressions previously set up to display
5536 automatically, each one with its item number, but without showing the
5537 values. This includes disabled expressions, which are marked as such.
5538 It also includes expressions which would not be displayed right now
5539 because they refer to automatic variables not currently available.
5540 @end table
5541
5542 @cindex display disabled out of scope
5543 If a display expression refers to local variables, then it does not make
5544 sense outside the lexical context for which it was set up. Such an
5545 expression is disabled when execution enters a context where one of its
5546 variables is not defined. For example, if you give the command
5547 @code{display last_char} while inside a function with an argument
5548 @code{last_char}, @value{GDBN} displays this argument while your program
5549 continues to stop inside that function. When it stops elsewhere---where
5550 there is no variable @code{last_char}---the display is disabled
5551 automatically. The next time your program stops where @code{last_char}
5552 is meaningful, you can enable the display expression once again.
5553
5554 @node Print Settings
5555 @section Print settings
5556
5557 @cindex format options
5558 @cindex print settings
5559 @value{GDBN} provides the following ways to control how arrays, structures,
5560 and symbols are printed.
5561
5562 @noindent
5563 These settings are useful for debugging programs in any language:
5564
5565 @table @code
5566 @kindex set print
5567 @item set print address
5568 @itemx set print address on
5569 @cindex print/don't print memory addresses
5570 @value{GDBN} prints memory addresses showing the location of stack
5571 traces, structure values, pointer values, breakpoints, and so forth,
5572 even when it also displays the contents of those addresses. The default
5573 is @code{on}. For example, this is what a stack frame display looks like with
5574 @code{set print address on}:
5575
5576 @smallexample
5577 @group
5578 (@value{GDBP}) f
5579 #0 set_quotes (lq=0x34c78 "<<", rq=0x34c88 ">>")
5580 at input.c:530
5581 530 if (lquote != def_lquote)
5582 @end group
5583 @end smallexample
5584
5585 @item set print address off
5586 Do not print addresses when displaying their contents. For example,
5587 this is the same stack frame displayed with @code{set print address off}:
5588
5589 @smallexample
5590 @group
5591 (@value{GDBP}) set print addr off
5592 (@value{GDBP}) f
5593 #0 set_quotes (lq="<<", rq=">>") at input.c:530
5594 530 if (lquote != def_lquote)
5595 @end group
5596 @end smallexample
5597
5598 You can use @samp{set print address off} to eliminate all machine
5599 dependent displays from the @value{GDBN} interface. For example, with
5600 @code{print address off}, you should get the same text for backtraces on
5601 all machines---whether or not they involve pointer arguments.
5602
5603 @kindex show print
5604 @item show print address
5605 Show whether or not addresses are to be printed.
5606 @end table
5607
5608 When @value{GDBN} prints a symbolic address, it normally prints the
5609 closest earlier symbol plus an offset. If that symbol does not uniquely
5610 identify the address (for example, it is a name whose scope is a single
5611 source file), you may need to clarify. One way to do this is with
5612 @code{info line}, for example @samp{info line *0x4537}. Alternately,
5613 you can set @value{GDBN} to print the source file and line number when
5614 it prints a symbolic address:
5615
5616 @table @code
5617 @item set print symbol-filename on
5618 @cindex source file and line of a symbol
5619 @cindex symbol, source file and line
5620 Tell @value{GDBN} to print the source file name and line number of a
5621 symbol in the symbolic form of an address.
5622
5623 @item set print symbol-filename off
5624 Do not print source file name and line number of a symbol. This is the
5625 default.
5626
5627 @item show print symbol-filename
5628 Show whether or not @value{GDBN} will print the source file name and
5629 line number of a symbol in the symbolic form of an address.
5630 @end table
5631
5632 Another situation where it is helpful to show symbol filenames and line
5633 numbers is when disassembling code; @value{GDBN} shows you the line
5634 number and source file that corresponds to each instruction.
5635
5636 Also, you may wish to see the symbolic form only if the address being
5637 printed is reasonably close to the closest earlier symbol:
5638
5639 @table @code
5640 @item set print max-symbolic-offset @var{max-offset}
5641 @cindex maximum value for offset of closest symbol
5642 Tell @value{GDBN} to only display the symbolic form of an address if the
5643 offset between the closest earlier symbol and the address is less than
5644 @var{max-offset}. The default is 0, which tells @value{GDBN}
5645 to always print the symbolic form of an address if any symbol precedes it.
5646
5647 @item show print max-symbolic-offset
5648 Ask how large the maximum offset is that @value{GDBN} prints in a
5649 symbolic address.
5650 @end table
5651
5652 @cindex wild pointer, interpreting
5653 @cindex pointer, finding referent
5654 If you have a pointer and you are not sure where it points, try
5655 @samp{set print symbol-filename on}. Then you can determine the name
5656 and source file location of the variable where it points, using
5657 @samp{p/a @var{pointer}}. This interprets the address in symbolic form.
5658 For example, here @value{GDBN} shows that a variable @code{ptt} points
5659 at another variable @code{t}, defined in @file{hi2.c}:
5660
5661 @smallexample
5662 (@value{GDBP}) set print symbol-filename on
5663 (@value{GDBP}) p/a ptt
5664 $4 = 0xe008 <t in hi2.c>
5665 @end smallexample
5666
5667 @quotation
5668 @emph{Warning:} For pointers that point to a local variable, @samp{p/a}
5669 does not show the symbol name and filename of the referent, even with
5670 the appropriate @code{set print} options turned on.
5671 @end quotation
5672
5673 Other settings control how different kinds of objects are printed:
5674
5675 @table @code
5676 @item set print array
5677 @itemx set print array on
5678 @cindex pretty print arrays
5679 Pretty print arrays. This format is more convenient to read,
5680 but uses more space. The default is off.
5681
5682 @item set print array off
5683 Return to compressed format for arrays.
5684
5685 @item show print array
5686 Show whether compressed or pretty format is selected for displaying
5687 arrays.
5688
5689 @item set print elements @var{number-of-elements}
5690 @cindex number of array elements to print
5691 @cindex limit on number of printed array elements
5692 Set a limit on how many elements of an array @value{GDBN} will print.
5693 If @value{GDBN} is printing a large array, it stops printing after it has
5694 printed the number of elements set by the @code{set print elements} command.
5695 This limit also applies to the display of strings.
5696 When @value{GDBN} starts, this limit is set to 200.
5697 Setting @var{number-of-elements} to zero means that the printing is unlimited.
5698
5699 @item show print elements
5700 Display the number of elements of a large array that @value{GDBN} will print.
5701 If the number is 0, then the printing is unlimited.
5702
5703 @item set print repeats
5704 @cindex repeated array elements
5705 Set the threshold for suppressing display of repeated array
5706 elelments. When the number of consecutive identical elements of an
5707 array exceeds the threshold, @value{GDBN} prints the string
5708 @code{"<repeats @var{n} times>"}, where @var{n} is the number of
5709 identical repetitions, instead of displaying the identical elements
5710 themselves. Setting the threshold to zero will cause all elements to
5711 be individually printed. The default threshold is 10.
5712
5713 @item show print repeats
5714 Display the current threshold for printing repeated identical
5715 elements.
5716
5717 @item set print null-stop
5718 @cindex @sc{null} elements in arrays
5719 Cause @value{GDBN} to stop printing the characters of an array when the first
5720 @sc{null} is encountered. This is useful when large arrays actually
5721 contain only short strings.
5722 The default is off.
5723
5724 @item show print null-stop
5725 Show whether @value{GDBN} stops printing an array on the first
5726 @sc{null} character.
5727
5728 @item set print pretty on
5729 @cindex print structures in indented form
5730 @cindex indentation in structure display
5731 Cause @value{GDBN} to print structures in an indented format with one member
5732 per line, like this:
5733
5734 @smallexample
5735 @group
5736 $1 = @{
5737 next = 0x0,
5738 flags = @{
5739 sweet = 1,
5740 sour = 1
5741 @},
5742 meat = 0x54 "Pork"
5743 @}
5744 @end group
5745 @end smallexample
5746
5747 @item set print pretty off
5748 Cause @value{GDBN} to print structures in a compact format, like this:
5749
5750 @smallexample
5751 @group
5752 $1 = @{next = 0x0, flags = @{sweet = 1, sour = 1@}, \
5753 meat = 0x54 "Pork"@}
5754 @end group
5755 @end smallexample
5756
5757 @noindent
5758 This is the default format.
5759
5760 @item show print pretty
5761 Show which format @value{GDBN} is using to print structures.
5762
5763 @item set print sevenbit-strings on
5764 @cindex eight-bit characters in strings
5765 @cindex octal escapes in strings
5766 Print using only seven-bit characters; if this option is set,
5767 @value{GDBN} displays any eight-bit characters (in strings or
5768 character values) using the notation @code{\}@var{nnn}. This setting is
5769 best if you are working in English (@sc{ascii}) and you use the
5770 high-order bit of characters as a marker or ``meta'' bit.
5771
5772 @item set print sevenbit-strings off
5773 Print full eight-bit characters. This allows the use of more
5774 international character sets, and is the default.
5775
5776 @item show print sevenbit-strings
5777 Show whether or not @value{GDBN} is printing only seven-bit characters.
5778
5779 @item set print union on
5780 @cindex unions in structures, printing
5781 Tell @value{GDBN} to print unions which are contained in structures
5782 and other unions. This is the default setting.
5783
5784 @item set print union off
5785 Tell @value{GDBN} not to print unions which are contained in
5786 structures and other unions. @value{GDBN} will print @code{"@{...@}"}
5787 instead.
5788
5789 @item show print union
5790 Ask @value{GDBN} whether or not it will print unions which are contained in
5791 structures and other unions.
5792
5793 For example, given the declarations
5794
5795 @smallexample
5796 typedef enum @{Tree, Bug@} Species;
5797 typedef enum @{Big_tree, Acorn, Seedling@} Tree_forms;
5798 typedef enum @{Caterpillar, Cocoon, Butterfly@}
5799 Bug_forms;
5800
5801 struct thing @{
5802 Species it;
5803 union @{
5804 Tree_forms tree;
5805 Bug_forms bug;
5806 @} form;
5807 @};
5808
5809 struct thing foo = @{Tree, @{Acorn@}@};
5810 @end smallexample
5811
5812 @noindent
5813 with @code{set print union on} in effect @samp{p foo} would print
5814
5815 @smallexample
5816 $1 = @{it = Tree, form = @{tree = Acorn, bug = Cocoon@}@}
5817 @end smallexample
5818
5819 @noindent
5820 and with @code{set print union off} in effect it would print
5821
5822 @smallexample
5823 $1 = @{it = Tree, form = @{...@}@}
5824 @end smallexample
5825
5826 @noindent
5827 @code{set print union} affects programs written in C-like languages
5828 and in Pascal.
5829 @end table
5830
5831 @need 1000
5832 @noindent
5833 These settings are of interest when debugging C@t{++} programs:
5834
5835 @table @code
5836 @cindex demangling C@t{++} names
5837 @item set print demangle
5838 @itemx set print demangle on
5839 Print C@t{++} names in their source form rather than in the encoded
5840 (``mangled'') form passed to the assembler and linker for type-safe
5841 linkage. The default is on.
5842
5843 @item show print demangle
5844 Show whether C@t{++} names are printed in mangled or demangled form.
5845
5846 @item set print asm-demangle
5847 @itemx set print asm-demangle on
5848 Print C@t{++} names in their source form rather than their mangled form, even
5849 in assembler code printouts such as instruction disassemblies.
5850 The default is off.
5851
5852 @item show print asm-demangle
5853 Show whether C@t{++} names in assembly listings are printed in mangled
5854 or demangled form.
5855
5856 @cindex C@t{++} symbol decoding style
5857 @cindex symbol decoding style, C@t{++}
5858 @kindex set demangle-style
5859 @item set demangle-style @var{style}
5860 Choose among several encoding schemes used by different compilers to
5861 represent C@t{++} names. The choices for @var{style} are currently:
5862
5863 @table @code
5864 @item auto
5865 Allow @value{GDBN} to choose a decoding style by inspecting your program.
5866
5867 @item gnu
5868 Decode based on the @sc{gnu} C@t{++} compiler (@code{g++}) encoding algorithm.
5869 This is the default.
5870
5871 @item hp
5872 Decode based on the HP ANSI C@t{++} (@code{aCC}) encoding algorithm.
5873
5874 @item lucid
5875 Decode based on the Lucid C@t{++} compiler (@code{lcc}) encoding algorithm.
5876
5877 @item arm
5878 Decode using the algorithm in the @cite{C@t{++} Annotated Reference Manual}.
5879 @strong{Warning:} this setting alone is not sufficient to allow
5880 debugging @code{cfront}-generated executables. @value{GDBN} would
5881 require further enhancement to permit that.
5882
5883 @end table
5884 If you omit @var{style}, you will see a list of possible formats.
5885
5886 @item show demangle-style
5887 Display the encoding style currently in use for decoding C@t{++} symbols.
5888
5889 @item set print object
5890 @itemx set print object on
5891 @cindex derived type of an object, printing
5892 @cindex display derived types
5893 When displaying a pointer to an object, identify the @emph{actual}
5894 (derived) type of the object rather than the @emph{declared} type, using
5895 the virtual function table.
5896
5897 @item set print object off
5898 Display only the declared type of objects, without reference to the
5899 virtual function table. This is the default setting.
5900
5901 @item show print object
5902 Show whether actual, or declared, object types are displayed.
5903
5904 @item set print static-members
5905 @itemx set print static-members on
5906 @cindex static members of C@t{++} objects
5907 Print static members when displaying a C@t{++} object. The default is on.
5908
5909 @item set print static-members off
5910 Do not print static members when displaying a C@t{++} object.
5911
5912 @item show print static-members
5913 Show whether C@t{++} static members are printed or not.
5914
5915 @item set print pascal_static-members
5916 @itemx set print pascal_static-members on
5917 @cindex static members of Pacal objects
5918 @cindex Pacal objects, static members display
5919 Print static members when displaying a Pascal object. The default is on.
5920
5921 @item set print pascal_static-members off
5922 Do not print static members when displaying a Pascal object.
5923
5924 @item show print pascal_static-members
5925 Show whether Pascal static members are printed or not.
5926
5927 @c These don't work with HP ANSI C++ yet.
5928 @item set print vtbl
5929 @itemx set print vtbl on
5930 @cindex pretty print C@t{++} virtual function tables
5931 @cindex virtual functions (C@t{++}) display
5932 @cindex VTBL display
5933 Pretty print C@t{++} virtual function tables. The default is off.
5934 (The @code{vtbl} commands do not work on programs compiled with the HP
5935 ANSI C@t{++} compiler (@code{aCC}).)
5936
5937 @item set print vtbl off
5938 Do not pretty print C@t{++} virtual function tables.
5939
5940 @item show print vtbl
5941 Show whether C@t{++} virtual function tables are pretty printed, or not.
5942 @end table
5943
5944 @node Value History
5945 @section Value history
5946
5947 @cindex value history
5948 @cindex history of values printed by @value{GDBN}
5949 Values printed by the @code{print} command are saved in the @value{GDBN}
5950 @dfn{value history}. This allows you to refer to them in other expressions.
5951 Values are kept until the symbol table is re-read or discarded
5952 (for example with the @code{file} or @code{symbol-file} commands).
5953 When the symbol table changes, the value history is discarded,
5954 since the values may contain pointers back to the types defined in the
5955 symbol table.
5956
5957 @cindex @code{$}
5958 @cindex @code{$$}
5959 @cindex history number
5960 The values printed are given @dfn{history numbers} by which you can
5961 refer to them. These are successive integers starting with one.
5962 @code{print} shows you the history number assigned to a value by
5963 printing @samp{$@var{num} = } before the value; here @var{num} is the
5964 history number.
5965
5966 To refer to any previous value, use @samp{$} followed by the value's
5967 history number. The way @code{print} labels its output is designed to
5968 remind you of this. Just @code{$} refers to the most recent value in
5969 the history, and @code{$$} refers to the value before that.
5970 @code{$$@var{n}} refers to the @var{n}th value from the end; @code{$$2}
5971 is the value just prior to @code{$$}, @code{$$1} is equivalent to
5972 @code{$$}, and @code{$$0} is equivalent to @code{$}.
5973
5974 For example, suppose you have just printed a pointer to a structure and
5975 want to see the contents of the structure. It suffices to type
5976
5977 @smallexample
5978 p *$
5979 @end smallexample
5980
5981 If you have a chain of structures where the component @code{next} points
5982 to the next one, you can print the contents of the next one with this:
5983
5984 @smallexample
5985 p *$.next
5986 @end smallexample
5987
5988 @noindent
5989 You can print successive links in the chain by repeating this
5990 command---which you can do by just typing @key{RET}.
5991
5992 Note that the history records values, not expressions. If the value of
5993 @code{x} is 4 and you type these commands:
5994
5995 @smallexample
5996 print x
5997 set x=5
5998 @end smallexample
5999
6000 @noindent
6001 then the value recorded in the value history by the @code{print} command
6002 remains 4 even though the value of @code{x} has changed.
6003
6004 @table @code
6005 @kindex show values
6006 @item show values
6007 Print the last ten values in the value history, with their item numbers.
6008 This is like @samp{p@ $$9} repeated ten times, except that @code{show
6009 values} does not change the history.
6010
6011 @item show values @var{n}
6012 Print ten history values centered on history item number @var{n}.
6013
6014 @item show values +
6015 Print ten history values just after the values last printed. If no more
6016 values are available, @code{show values +} produces no display.
6017 @end table
6018
6019 Pressing @key{RET} to repeat @code{show values @var{n}} has exactly the
6020 same effect as @samp{show values +}.
6021
6022 @node Convenience Vars
6023 @section Convenience variables
6024
6025 @cindex convenience variables
6026 @cindex user-defined variables
6027 @value{GDBN} provides @dfn{convenience variables} that you can use within
6028 @value{GDBN} to hold on to a value and refer to it later. These variables
6029 exist entirely within @value{GDBN}; they are not part of your program, and
6030 setting a convenience variable has no direct effect on further execution
6031 of your program. That is why you can use them freely.
6032
6033 Convenience variables are prefixed with @samp{$}. Any name preceded by
6034 @samp{$} can be used for a convenience variable, unless it is one of
6035 the predefined machine-specific register names (@pxref{Registers, ,Registers}).
6036 (Value history references, in contrast, are @emph{numbers} preceded
6037 by @samp{$}. @xref{Value History, ,Value history}.)
6038
6039 You can save a value in a convenience variable with an assignment
6040 expression, just as you would set a variable in your program.
6041 For example:
6042
6043 @smallexample
6044 set $foo = *object_ptr
6045 @end smallexample
6046
6047 @noindent
6048 would save in @code{$foo} the value contained in the object pointed to by
6049 @code{object_ptr}.
6050
6051 Using a convenience variable for the first time creates it, but its
6052 value is @code{void} until you assign a new value. You can alter the
6053 value with another assignment at any time.
6054
6055 Convenience variables have no fixed types. You can assign a convenience
6056 variable any type of value, including structures and arrays, even if
6057 that variable already has a value of a different type. The convenience
6058 variable, when used as an expression, has the type of its current value.
6059
6060 @table @code
6061 @kindex show convenience
6062 @cindex show all user variables
6063 @item show convenience
6064 Print a list of convenience variables used so far, and their values.
6065 Abbreviated @code{show conv}.
6066 @end table
6067
6068 One of the ways to use a convenience variable is as a counter to be
6069 incremented or a pointer to be advanced. For example, to print
6070 a field from successive elements of an array of structures:
6071
6072 @smallexample
6073 set $i = 0
6074 print bar[$i++]->contents
6075 @end smallexample
6076
6077 @noindent
6078 Repeat that command by typing @key{RET}.
6079
6080 Some convenience variables are created automatically by @value{GDBN} and given
6081 values likely to be useful.
6082
6083 @table @code
6084 @vindex $_@r{, convenience variable}
6085 @item $_
6086 The variable @code{$_} is automatically set by the @code{x} command to
6087 the last address examined (@pxref{Memory, ,Examining memory}). Other
6088 commands which provide a default address for @code{x} to examine also
6089 set @code{$_} to that address; these commands include @code{info line}
6090 and @code{info breakpoint}. The type of @code{$_} is @code{void *}
6091 except when set by the @code{x} command, in which case it is a pointer
6092 to the type of @code{$__}.
6093
6094 @vindex $__@r{, convenience variable}
6095 @item $__
6096 The variable @code{$__} is automatically set by the @code{x} command
6097 to the value found in the last address examined. Its type is chosen
6098 to match the format in which the data was printed.
6099
6100 @item $_exitcode
6101 @vindex $_exitcode@r{, convenience variable}
6102 The variable @code{$_exitcode} is automatically set to the exit code when
6103 the program being debugged terminates.
6104 @end table
6105
6106 On HP-UX systems, if you refer to a function or variable name that
6107 begins with a dollar sign, @value{GDBN} searches for a user or system
6108 name first, before it searches for a convenience variable.
6109
6110 @node Registers
6111 @section Registers
6112
6113 @cindex registers
6114 You can refer to machine register contents, in expressions, as variables
6115 with names starting with @samp{$}. The names of registers are different
6116 for each machine; use @code{info registers} to see the names used on
6117 your machine.
6118
6119 @table @code
6120 @kindex info registers
6121 @item info registers
6122 Print the names and values of all registers except floating-point
6123 and vector registers (in the selected stack frame).
6124
6125 @kindex info all-registers
6126 @cindex floating point registers
6127 @item info all-registers
6128 Print the names and values of all registers, including floating-point
6129 and vector registers (in the selected stack frame).
6130
6131 @item info registers @var{regname} @dots{}
6132 Print the @dfn{relativized} value of each specified register @var{regname}.
6133 As discussed in detail below, register values are normally relative to
6134 the selected stack frame. @var{regname} may be any register name valid on
6135 the machine you are using, with or without the initial @samp{$}.
6136 @end table
6137
6138 @cindex stack pointer register
6139 @cindex program counter register
6140 @cindex process status register
6141 @cindex frame pointer register
6142 @cindex standard registers
6143 @value{GDBN} has four ``standard'' register names that are available (in
6144 expressions) on most machines---whenever they do not conflict with an
6145 architecture's canonical mnemonics for registers. The register names
6146 @code{$pc} and @code{$sp} are used for the program counter register and
6147 the stack pointer. @code{$fp} is used for a register that contains a
6148 pointer to the current stack frame, and @code{$ps} is used for a
6149 register that contains the processor status. For example,
6150 you could print the program counter in hex with
6151
6152 @smallexample
6153 p/x $pc
6154 @end smallexample
6155
6156 @noindent
6157 or print the instruction to be executed next with
6158
6159 @smallexample
6160 x/i $pc
6161 @end smallexample
6162
6163 @noindent
6164 or add four to the stack pointer@footnote{This is a way of removing
6165 one word from the stack, on machines where stacks grow downward in
6166 memory (most machines, nowadays). This assumes that the innermost
6167 stack frame is selected; setting @code{$sp} is not allowed when other
6168 stack frames are selected. To pop entire frames off the stack,
6169 regardless of machine architecture, use @code{return};
6170 see @ref{Returning, ,Returning from a function}.} with
6171
6172 @smallexample
6173 set $sp += 4
6174 @end smallexample
6175
6176 Whenever possible, these four standard register names are available on
6177 your machine even though the machine has different canonical mnemonics,
6178 so long as there is no conflict. The @code{info registers} command
6179 shows the canonical names. For example, on the SPARC, @code{info
6180 registers} displays the processor status register as @code{$psr} but you
6181 can also refer to it as @code{$ps}; and on x86-based machines @code{$ps}
6182 is an alias for the @sc{eflags} register.
6183
6184 @value{GDBN} always considers the contents of an ordinary register as an
6185 integer when the register is examined in this way. Some machines have
6186 special registers which can hold nothing but floating point; these
6187 registers are considered to have floating point values. There is no way
6188 to refer to the contents of an ordinary register as floating point value
6189 (although you can @emph{print} it as a floating point value with
6190 @samp{print/f $@var{regname}}).
6191
6192 Some registers have distinct ``raw'' and ``virtual'' data formats. This
6193 means that the data format in which the register contents are saved by
6194 the operating system is not the same one that your program normally
6195 sees. For example, the registers of the 68881 floating point
6196 coprocessor are always saved in ``extended'' (raw) format, but all C
6197 programs expect to work with ``double'' (virtual) format. In such
6198 cases, @value{GDBN} normally works with the virtual format only (the format
6199 that makes sense for your program), but the @code{info registers} command
6200 prints the data in both formats.
6201
6202 Normally, register values are relative to the selected stack frame
6203 (@pxref{Selection, ,Selecting a frame}). This means that you get the
6204 value that the register would contain if all stack frames farther in
6205 were exited and their saved registers restored. In order to see the
6206 true contents of hardware registers, you must select the innermost
6207 frame (with @samp{frame 0}).
6208
6209 However, @value{GDBN} must deduce where registers are saved, from the machine
6210 code generated by your compiler. If some registers are not saved, or if
6211 @value{GDBN} is unable to locate the saved registers, the selected stack
6212 frame makes no difference.
6213
6214 @node Floating Point Hardware
6215 @section Floating point hardware
6216 @cindex floating point
6217
6218 Depending on the configuration, @value{GDBN} may be able to give
6219 you more information about the status of the floating point hardware.
6220
6221 @table @code
6222 @kindex info float
6223 @item info float
6224 Display hardware-dependent information about the floating
6225 point unit. The exact contents and layout vary depending on the
6226 floating point chip. Currently, @samp{info float} is supported on
6227 the ARM and x86 machines.
6228 @end table
6229
6230 @node Vector Unit
6231 @section Vector Unit
6232 @cindex vector unit
6233
6234 Depending on the configuration, @value{GDBN} may be able to give you
6235 more information about the status of the vector unit.
6236
6237 @table @code
6238 @kindex info vector
6239 @item info vector
6240 Display information about the vector unit. The exact contents and
6241 layout vary depending on the hardware.
6242 @end table
6243
6244 @node OS Information
6245 @section Operating system auxiliary information
6246 @cindex OS information
6247
6248 @value{GDBN} provides interfaces to useful OS facilities that can help
6249 you debug your program.
6250
6251 @cindex @code{ptrace} system call
6252 @cindex @code{struct user} contents
6253 When @value{GDBN} runs on a @dfn{Posix system} (such as GNU or Unix
6254 machines), it interfaces with the inferior via the @code{ptrace}
6255 system call. The operating system creates a special sata structure,
6256 called @code{struct user}, for this interface. You can use the
6257 command @code{info udot} to display the contents of this data
6258 structure.
6259
6260 @table @code
6261 @item info udot
6262 @kindex info udot
6263 Display the contents of the @code{struct user} maintained by the OS
6264 kernel for the program being debugged. @value{GDBN} displays the
6265 contents of @code{struct user} as a list of hex numbers, similar to
6266 the @code{examine} command.
6267 @end table
6268
6269 @cindex auxiliary vector
6270 @cindex vector, auxiliary
6271 Some operating systems supply an @dfn{auxiliary vector} to programs at
6272 startup. This is akin to the arguments and environment that you
6273 specify for a program, but contains a system-dependent variety of
6274 binary values that tell system libraries important details about the
6275 hardware, operating system, and process. Each value's purpose is
6276 identified by an integer tag; the meanings are well-known but system-specific.
6277 Depending on the configuration and operating system facilities,
6278 @value{GDBN} may be able to show you this information. For remote
6279 targets, this functionality may further depend on the remote stub's
6280 support of the @samp{qPart:auxv:read} packet, see @ref{Remote
6281 configuration, auxiliary vector}.
6282
6283 @table @code
6284 @kindex info auxv
6285 @item info auxv
6286 Display the auxiliary vector of the inferior, which can be either a
6287 live process or a core dump file. @value{GDBN} prints each tag value
6288 numerically, and also shows names and text descriptions for recognized
6289 tags. Some values in the vector are numbers, some bit masks, and some
6290 pointers to strings or other data. @value{GDBN} displays each value in the
6291 most appropriate form for a recognized tag, and in hexadecimal for
6292 an unrecognized tag.
6293 @end table
6294
6295
6296 @node Memory Region Attributes
6297 @section Memory region attributes
6298 @cindex memory region attributes
6299
6300 @dfn{Memory region attributes} allow you to describe special handling
6301 required by regions of your target's memory. @value{GDBN} uses attributes
6302 to determine whether to allow certain types of memory accesses; whether to
6303 use specific width accesses; and whether to cache target memory.
6304
6305 Defined memory regions can be individually enabled and disabled. When a
6306 memory region is disabled, @value{GDBN} uses the default attributes when
6307 accessing memory in that region. Similarly, if no memory regions have
6308 been defined, @value{GDBN} uses the default attributes when accessing
6309 all memory.
6310
6311 When a memory region is defined, it is given a number to identify it;
6312 to enable, disable, or remove a memory region, you specify that number.
6313
6314 @table @code
6315 @kindex mem
6316 @item mem @var{lower} @var{upper} @var{attributes}@dots{}
6317 Define a memory region bounded by @var{lower} and @var{upper} with
6318 attributes @var{attributes}@dots{}, and add it to the list of regions
6319 monitored by @value{GDBN}. Note that @var{upper} == 0 is a special
6320 case: it is treated as the the target's maximum memory address.
6321 (0xffff on 16 bit targets, 0xffffffff on 32 bit targets, etc.)
6322
6323 @kindex delete mem
6324 @item delete mem @var{nums}@dots{}
6325 Remove memory regions @var{nums}@dots{} from the list of regions
6326 monitored by @value{GDBN}.
6327
6328 @kindex disable mem
6329 @item disable mem @var{nums}@dots{}
6330 Disable monitoring of memory regions @var{nums}@dots{}.
6331 A disabled memory region is not forgotten.
6332 It may be enabled again later.
6333
6334 @kindex enable mem
6335 @item enable mem @var{nums}@dots{}
6336 Enable monitoring of memory regions @var{nums}@dots{}.
6337
6338 @kindex info mem
6339 @item info mem
6340 Print a table of all defined memory regions, with the following columns
6341 for each region:
6342
6343 @table @emph
6344 @item Memory Region Number
6345 @item Enabled or Disabled.
6346 Enabled memory regions are marked with @samp{y}.
6347 Disabled memory regions are marked with @samp{n}.
6348
6349 @item Lo Address
6350 The address defining the inclusive lower bound of the memory region.
6351
6352 @item Hi Address
6353 The address defining the exclusive upper bound of the memory region.
6354
6355 @item Attributes
6356 The list of attributes set for this memory region.
6357 @end table
6358 @end table
6359
6360
6361 @subsection Attributes
6362
6363 @subsubsection Memory Access Mode
6364 The access mode attributes set whether @value{GDBN} may make read or
6365 write accesses to a memory region.
6366
6367 While these attributes prevent @value{GDBN} from performing invalid
6368 memory accesses, they do nothing to prevent the target system, I/O DMA,
6369 etc. from accessing memory.
6370
6371 @table @code
6372 @item ro
6373 Memory is read only.
6374 @item wo
6375 Memory is write only.
6376 @item rw
6377 Memory is read/write. This is the default.
6378 @end table
6379
6380 @subsubsection Memory Access Size
6381 The acccess size attributes tells @value{GDBN} to use specific sized
6382 accesses in the memory region. Often memory mapped device registers
6383 require specific sized accesses. If no access size attribute is
6384 specified, @value{GDBN} may use accesses of any size.
6385
6386 @table @code
6387 @item 8
6388 Use 8 bit memory accesses.
6389 @item 16
6390 Use 16 bit memory accesses.
6391 @item 32
6392 Use 32 bit memory accesses.
6393 @item 64
6394 Use 64 bit memory accesses.
6395 @end table
6396
6397 @c @subsubsection Hardware/Software Breakpoints
6398 @c The hardware/software breakpoint attributes set whether @value{GDBN}
6399 @c will use hardware or software breakpoints for the internal breakpoints
6400 @c used by the step, next, finish, until, etc. commands.
6401 @c
6402 @c @table @code
6403 @c @item hwbreak
6404 @c Always use hardware breakpoints
6405 @c @item swbreak (default)
6406 @c @end table
6407
6408 @subsubsection Data Cache
6409 The data cache attributes set whether @value{GDBN} will cache target
6410 memory. While this generally improves performance by reducing debug
6411 protocol overhead, it can lead to incorrect results because @value{GDBN}
6412 does not know about volatile variables or memory mapped device
6413 registers.
6414
6415 @table @code
6416 @item cache
6417 Enable @value{GDBN} to cache target memory.
6418 @item nocache
6419 Disable @value{GDBN} from caching target memory. This is the default.
6420 @end table
6421
6422 @c @subsubsection Memory Write Verification
6423 @c The memory write verification attributes set whether @value{GDBN}
6424 @c will re-reads data after each write to verify the write was successful.
6425 @c
6426 @c @table @code
6427 @c @item verify
6428 @c @item noverify (default)
6429 @c @end table
6430
6431 @node Dump/Restore Files
6432 @section Copy between memory and a file
6433 @cindex dump/restore files
6434 @cindex append data to a file
6435 @cindex dump data to a file
6436 @cindex restore data from a file
6437
6438 You can use the commands @code{dump}, @code{append}, and
6439 @code{restore} to copy data between target memory and a file. The
6440 @code{dump} and @code{append} commands write data to a file, and the
6441 @code{restore} command reads data from a file back into the inferior's
6442 memory. Files may be in binary, Motorola S-record, Intel hex, or
6443 Tektronix Hex format; however, @value{GDBN} can only append to binary
6444 files.
6445
6446 @table @code
6447
6448 @kindex dump
6449 @item dump @r{[}@var{format}@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
6450 @itemx dump @r{[}@var{format}@r{]} value @var{filename} @var{expr}
6451 Dump the contents of memory from @var{start_addr} to @var{end_addr},
6452 or the value of @var{expr}, to @var{filename} in the given format.
6453
6454 The @var{format} parameter may be any one of:
6455 @table @code
6456 @item binary
6457 Raw binary form.
6458 @item ihex
6459 Intel hex format.
6460 @item srec
6461 Motorola S-record format.
6462 @item tekhex
6463 Tektronix Hex format.
6464 @end table
6465
6466 @value{GDBN} uses the same definitions of these formats as the
6467 @sc{gnu} binary utilities, like @samp{objdump} and @samp{objcopy}. If
6468 @var{format} is omitted, @value{GDBN} dumps the data in raw binary
6469 form.
6470
6471 @kindex append
6472 @item append @r{[}binary@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
6473 @itemx append @r{[}binary@r{]} value @var{filename} @var{expr}
6474 Append the contents of memory from @var{start_addr} to @var{end_addr},
6475 or the value of @var{expr}, to the file @var{filename}, in raw binary form.
6476 (@value{GDBN} can only append data to files in raw binary form.)
6477
6478 @kindex restore
6479 @item restore @var{filename} @r{[}binary@r{]} @var{bias} @var{start} @var{end}
6480 Restore the contents of file @var{filename} into memory. The
6481 @code{restore} command can automatically recognize any known @sc{bfd}
6482 file format, except for raw binary. To restore a raw binary file you
6483 must specify the optional keyword @code{binary} after the filename.
6484
6485 If @var{bias} is non-zero, its value will be added to the addresses
6486 contained in the file. Binary files always start at address zero, so
6487 they will be restored at address @var{bias}. Other bfd files have
6488 a built-in location; they will be restored at offset @var{bias}
6489 from that location.
6490
6491 If @var{start} and/or @var{end} are non-zero, then only data between
6492 file offset @var{start} and file offset @var{end} will be restored.
6493 These offsets are relative to the addresses in the file, before
6494 the @var{bias} argument is applied.
6495
6496 @end table
6497
6498 @node Core File Generation
6499 @section How to Produce a Core File from Your Program
6500 @cindex dump core from inferior
6501
6502 A @dfn{core file} or @dfn{core dump} is a file that records the memory
6503 image of a running process and its process status (register values
6504 etc.). Its primary use is post-mortem debugging of a program that
6505 crashed while it ran outside a debugger. A program that crashes
6506 automatically produces a core file, unless this feature is disabled by
6507 the user. @xref{Files}, for information on invoking @value{GDBN} in
6508 the post-mortem debugging mode.
6509
6510 Occasionally, you may wish to produce a core file of the program you
6511 are debugging in order to preserve a snapshot of its state.
6512 @value{GDBN} has a special command for that.
6513
6514 @table @code
6515 @kindex gcore
6516 @kindex generate-core-file
6517 @item generate-core-file [@var{file}]
6518 @itemx gcore [@var{file}]
6519 Produce a core dump of the inferior process. The optional argument
6520 @var{file} specifies the file name where to put the core dump. If not
6521 specified, the file name defaults to @file{core.@var{pid}}, where
6522 @var{pid} is the inferior process ID.
6523
6524 Note that this command is implemented only for some systems (as of
6525 this writing, @sc{gnu}/Linux, FreeBSD, Solaris, Unixware, and S390).
6526 @end table
6527
6528 @node Character Sets
6529 @section Character Sets
6530 @cindex character sets
6531 @cindex charset
6532 @cindex translating between character sets
6533 @cindex host character set
6534 @cindex target character set
6535
6536 If the program you are debugging uses a different character set to
6537 represent characters and strings than the one @value{GDBN} uses itself,
6538 @value{GDBN} can automatically translate between the character sets for
6539 you. The character set @value{GDBN} uses we call the @dfn{host
6540 character set}; the one the inferior program uses we call the
6541 @dfn{target character set}.
6542
6543 For example, if you are running @value{GDBN} on a @sc{gnu}/Linux system, which
6544 uses the ISO Latin 1 character set, but you are using @value{GDBN}'s
6545 remote protocol (@pxref{Remote,Remote Debugging}) to debug a program
6546 running on an IBM mainframe, which uses the @sc{ebcdic} character set,
6547 then the host character set is Latin-1, and the target character set is
6548 @sc{ebcdic}. If you give @value{GDBN} the command @code{set
6549 target-charset EBCDIC-US}, then @value{GDBN} translates between
6550 @sc{ebcdic} and Latin 1 as you print character or string values, or use
6551 character and string literals in expressions.
6552
6553 @value{GDBN} has no way to automatically recognize which character set
6554 the inferior program uses; you must tell it, using the @code{set
6555 target-charset} command, described below.
6556
6557 Here are the commands for controlling @value{GDBN}'s character set
6558 support:
6559
6560 @table @code
6561 @item set target-charset @var{charset}
6562 @kindex set target-charset
6563 Set the current target character set to @var{charset}. We list the
6564 character set names @value{GDBN} recognizes below, but if you type
6565 @code{set target-charset} followed by @key{TAB}@key{TAB}, @value{GDBN} will
6566 list the target character sets it supports.
6567 @end table
6568
6569 @table @code
6570 @item set host-charset @var{charset}
6571 @kindex set host-charset
6572 Set the current host character set to @var{charset}.
6573
6574 By default, @value{GDBN} uses a host character set appropriate to the
6575 system it is running on; you can override that default using the
6576 @code{set host-charset} command.
6577
6578 @value{GDBN} can only use certain character sets as its host character
6579 set. We list the character set names @value{GDBN} recognizes below, and
6580 indicate which can be host character sets, but if you type
6581 @code{set target-charset} followed by @key{TAB}@key{TAB}, @value{GDBN} will
6582 list the host character sets it supports.
6583
6584 @item set charset @var{charset}
6585 @kindex set charset
6586 Set the current host and target character sets to @var{charset}. As
6587 above, if you type @code{set charset} followed by @key{TAB}@key{TAB},
6588 @value{GDBN} will list the name of the character sets that can be used
6589 for both host and target.
6590
6591
6592 @item show charset
6593 @kindex show charset
6594 Show the names of the current host and target charsets.
6595
6596 @itemx show host-charset
6597 @kindex show host-charset
6598 Show the name of the current host charset.
6599
6600 @itemx show target-charset
6601 @kindex show target-charset
6602 Show the name of the current target charset.
6603
6604 @end table
6605
6606 @value{GDBN} currently includes support for the following character
6607 sets:
6608
6609 @table @code
6610
6611 @item ASCII
6612 @cindex ASCII character set
6613 Seven-bit U.S. @sc{ascii}. @value{GDBN} can use this as its host
6614 character set.
6615
6616 @item ISO-8859-1
6617 @cindex ISO 8859-1 character set
6618 @cindex ISO Latin 1 character set
6619 The ISO Latin 1 character set. This extends @sc{ascii} with accented
6620 characters needed for French, German, and Spanish. @value{GDBN} can use
6621 this as its host character set.
6622
6623 @item EBCDIC-US
6624 @itemx IBM1047
6625 @cindex EBCDIC character set
6626 @cindex IBM1047 character set
6627 Variants of the @sc{ebcdic} character set, used on some of IBM's
6628 mainframe operating systems. (@sc{gnu}/Linux on the S/390 uses U.S. @sc{ascii}.)
6629 @value{GDBN} cannot use these as its host character set.
6630
6631 @end table
6632
6633 Note that these are all single-byte character sets. More work inside
6634 GDB is needed to support multi-byte or variable-width character
6635 encodings, like the UTF-8 and UCS-2 encodings of Unicode.
6636
6637 Here is an example of @value{GDBN}'s character set support in action.
6638 Assume that the following source code has been placed in the file
6639 @file{charset-test.c}:
6640
6641 @smallexample
6642 #include <stdio.h>
6643
6644 char ascii_hello[]
6645 = @{72, 101, 108, 108, 111, 44, 32, 119,
6646 111, 114, 108, 100, 33, 10, 0@};
6647 char ibm1047_hello[]
6648 = @{200, 133, 147, 147, 150, 107, 64, 166,
6649 150, 153, 147, 132, 90, 37, 0@};
6650
6651 main ()
6652 @{
6653 printf ("Hello, world!\n");
6654 @}
6655 @end smallexample
6656
6657 In this program, @code{ascii_hello} and @code{ibm1047_hello} are arrays
6658 containing the string @samp{Hello, world!} followed by a newline,
6659 encoded in the @sc{ascii} and @sc{ibm1047} character sets.
6660
6661 We compile the program, and invoke the debugger on it:
6662
6663 @smallexample
6664 $ gcc -g charset-test.c -o charset-test
6665 $ gdb -nw charset-test
6666 GNU gdb 2001-12-19-cvs
6667 Copyright 2001 Free Software Foundation, Inc.
6668 @dots{}
6669 (@value{GDBP})
6670 @end smallexample
6671
6672 We can use the @code{show charset} command to see what character sets
6673 @value{GDBN} is currently using to interpret and display characters and
6674 strings:
6675
6676 @smallexample
6677 (@value{GDBP}) show charset
6678 The current host and target character set is `ISO-8859-1'.
6679 (@value{GDBP})
6680 @end smallexample
6681
6682 For the sake of printing this manual, let's use @sc{ascii} as our
6683 initial character set:
6684 @smallexample
6685 (@value{GDBP}) set charset ASCII
6686 (@value{GDBP}) show charset
6687 The current host and target character set is `ASCII'.
6688 (@value{GDBP})
6689 @end smallexample
6690
6691 Let's assume that @sc{ascii} is indeed the correct character set for our
6692 host system --- in other words, let's assume that if @value{GDBN} prints
6693 characters using the @sc{ascii} character set, our terminal will display
6694 them properly. Since our current target character set is also
6695 @sc{ascii}, the contents of @code{ascii_hello} print legibly:
6696
6697 @smallexample
6698 (@value{GDBP}) print ascii_hello
6699 $1 = 0x401698 "Hello, world!\n"
6700 (@value{GDBP}) print ascii_hello[0]
6701 $2 = 72 'H'
6702 (@value{GDBP})
6703 @end smallexample
6704
6705 @value{GDBN} uses the target character set for character and string
6706 literals you use in expressions:
6707
6708 @smallexample
6709 (@value{GDBP}) print '+'
6710 $3 = 43 '+'
6711 (@value{GDBP})
6712 @end smallexample
6713
6714 The @sc{ascii} character set uses the number 43 to encode the @samp{+}
6715 character.
6716
6717 @value{GDBN} relies on the user to tell it which character set the
6718 target program uses. If we print @code{ibm1047_hello} while our target
6719 character set is still @sc{ascii}, we get jibberish:
6720
6721 @smallexample
6722 (@value{GDBP}) print ibm1047_hello
6723 $4 = 0x4016a8 "\310\205\223\223\226k@@\246\226\231\223\204Z%"
6724 (@value{GDBP}) print ibm1047_hello[0]
6725 $5 = 200 '\310'
6726 (@value{GDBP})
6727 @end smallexample
6728
6729 If we invoke the @code{set target-charset} followed by @key{TAB}@key{TAB},
6730 @value{GDBN} tells us the character sets it supports:
6731
6732 @smallexample
6733 (@value{GDBP}) set target-charset
6734 ASCII EBCDIC-US IBM1047 ISO-8859-1
6735 (@value{GDBP}) set target-charset
6736 @end smallexample
6737
6738 We can select @sc{ibm1047} as our target character set, and examine the
6739 program's strings again. Now the @sc{ascii} string is wrong, but
6740 @value{GDBN} translates the contents of @code{ibm1047_hello} from the
6741 target character set, @sc{ibm1047}, to the host character set,
6742 @sc{ascii}, and they display correctly:
6743
6744 @smallexample
6745 (@value{GDBP}) set target-charset IBM1047
6746 (@value{GDBP}) show charset
6747 The current host character set is `ASCII'.
6748 The current target character set is `IBM1047'.
6749 (@value{GDBP}) print ascii_hello
6750 $6 = 0x401698 "\110\145%%?\054\040\167?\162%\144\041\012"
6751 (@value{GDBP}) print ascii_hello[0]
6752 $7 = 72 '\110'
6753 (@value{GDBP}) print ibm1047_hello
6754 $8 = 0x4016a8 "Hello, world!\n"
6755 (@value{GDBP}) print ibm1047_hello[0]
6756 $9 = 200 'H'
6757 (@value{GDBP})
6758 @end smallexample
6759
6760 As above, @value{GDBN} uses the target character set for character and
6761 string literals you use in expressions:
6762
6763 @smallexample
6764 (@value{GDBP}) print '+'
6765 $10 = 78 '+'
6766 (@value{GDBP})
6767 @end smallexample
6768
6769 The @sc{ibm1047} character set uses the number 78 to encode the @samp{+}
6770 character.
6771
6772 @node Caching Remote Data
6773 @section Caching Data of Remote Targets
6774 @cindex caching data of remote targets
6775
6776 @value{GDBN} can cache data exchanged between the debugger and a
6777 remote target (@pxref{Remote}). Such caching generally improves
6778 performance, because it reduces the overhead of the remote protocol by
6779 bundling memory reads and writes into large chunks. Unfortunately,
6780 @value{GDBN} does not currently know anything about volatile
6781 registers, and thus data caching will produce incorrect results when
6782 volatile registers are in use.
6783
6784 @table @code
6785 @kindex set remotecache
6786 @item set remotecache on
6787 @itemx set remotecache off
6788 Set caching state for remote targets. When @code{ON}, use data
6789 caching. By default, this option is @code{OFF}.
6790
6791 @kindex show remotecache
6792 @item show remotecache
6793 Show the current state of data caching for remote targets.
6794
6795 @kindex info dcache
6796 @item info dcache
6797 Print the information about the data cache performance. The
6798 information displayed includes: the dcache width and depth; and for
6799 each cache line, how many times it was referenced, and its data and
6800 state (dirty, bad, ok, etc.). This command is useful for debugging
6801 the data cache operation.
6802 @end table
6803
6804
6805 @node Macros
6806 @chapter C Preprocessor Macros
6807
6808 Some languages, such as C and C@t{++}, provide a way to define and invoke
6809 ``preprocessor macros'' which expand into strings of tokens.
6810 @value{GDBN} can evaluate expressions containing macro invocations, show
6811 the result of macro expansion, and show a macro's definition, including
6812 where it was defined.
6813
6814 You may need to compile your program specially to provide @value{GDBN}
6815 with information about preprocessor macros. Most compilers do not
6816 include macros in their debugging information, even when you compile
6817 with the @option{-g} flag. @xref{Compilation}.
6818
6819 A program may define a macro at one point, remove that definition later,
6820 and then provide a different definition after that. Thus, at different
6821 points in the program, a macro may have different definitions, or have
6822 no definition at all. If there is a current stack frame, @value{GDBN}
6823 uses the macros in scope at that frame's source code line. Otherwise,
6824 @value{GDBN} uses the macros in scope at the current listing location;
6825 see @ref{List}.
6826
6827 At the moment, @value{GDBN} does not support the @code{##}
6828 token-splicing operator, the @code{#} stringification operator, or
6829 variable-arity macros.
6830
6831 Whenever @value{GDBN} evaluates an expression, it always expands any
6832 macro invocations present in the expression. @value{GDBN} also provides
6833 the following commands for working with macros explicitly.
6834
6835 @table @code
6836
6837 @kindex macro expand
6838 @cindex macro expansion, showing the results of preprocessor
6839 @cindex preprocessor macro expansion, showing the results of
6840 @cindex expanding preprocessor macros
6841 @item macro expand @var{expression}
6842 @itemx macro exp @var{expression}
6843 Show the results of expanding all preprocessor macro invocations in
6844 @var{expression}. Since @value{GDBN} simply expands macros, but does
6845 not parse the result, @var{expression} need not be a valid expression;
6846 it can be any string of tokens.
6847
6848 @kindex macro exp1
6849 @item macro expand-once @var{expression}
6850 @itemx macro exp1 @var{expression}
6851 @cindex expand macro once
6852 @i{(This command is not yet implemented.)} Show the results of
6853 expanding those preprocessor macro invocations that appear explicitly in
6854 @var{expression}. Macro invocations appearing in that expansion are
6855 left unchanged. This command allows you to see the effect of a
6856 particular macro more clearly, without being confused by further
6857 expansions. Since @value{GDBN} simply expands macros, but does not
6858 parse the result, @var{expression} need not be a valid expression; it
6859 can be any string of tokens.
6860
6861 @kindex info macro
6862 @cindex macro definition, showing
6863 @cindex definition, showing a macro's
6864 @item info macro @var{macro}
6865 Show the definition of the macro named @var{macro}, and describe the
6866 source location where that definition was established.
6867
6868 @kindex macro define
6869 @cindex user-defined macros
6870 @cindex defining macros interactively
6871 @cindex macros, user-defined
6872 @item macro define @var{macro} @var{replacement-list}
6873 @itemx macro define @var{macro}(@var{arglist}) @var{replacement-list}
6874 @i{(This command is not yet implemented.)} Introduce a definition for a
6875 preprocessor macro named @var{macro}, invocations of which are replaced
6876 by the tokens given in @var{replacement-list}. The first form of this
6877 command defines an ``object-like'' macro, which takes no arguments; the
6878 second form defines a ``function-like'' macro, which takes the arguments
6879 given in @var{arglist}.
6880
6881 A definition introduced by this command is in scope in every expression
6882 evaluated in @value{GDBN}, until it is removed with the @command{macro
6883 undef} command, described below. The definition overrides all
6884 definitions for @var{macro} present in the program being debugged, as
6885 well as any previous user-supplied definition.
6886
6887 @kindex macro undef
6888 @item macro undef @var{macro}
6889 @i{(This command is not yet implemented.)} Remove any user-supplied
6890 definition for the macro named @var{macro}. This command only affects
6891 definitions provided with the @command{macro define} command, described
6892 above; it cannot remove definitions present in the program being
6893 debugged.
6894
6895 @kindex macro list
6896 @item macro list
6897 @i{(This command is not yet implemented.)} List all the macros
6898 defined using the @code{macro define} command.
6899 @end table
6900
6901 @cindex macros, example of debugging with
6902 Here is a transcript showing the above commands in action. First, we
6903 show our source files:
6904
6905 @smallexample
6906 $ cat sample.c
6907 #include <stdio.h>
6908 #include "sample.h"
6909
6910 #define M 42
6911 #define ADD(x) (M + x)
6912
6913 main ()
6914 @{
6915 #define N 28
6916 printf ("Hello, world!\n");
6917 #undef N
6918 printf ("We're so creative.\n");
6919 #define N 1729
6920 printf ("Goodbye, world!\n");
6921 @}
6922 $ cat sample.h
6923 #define Q <
6924 $
6925 @end smallexample
6926
6927 Now, we compile the program using the @sc{gnu} C compiler, @value{NGCC}.
6928 We pass the @option{-gdwarf-2} and @option{-g3} flags to ensure the
6929 compiler includes information about preprocessor macros in the debugging
6930 information.
6931
6932 @smallexample
6933 $ gcc -gdwarf-2 -g3 sample.c -o sample
6934 $
6935 @end smallexample
6936
6937 Now, we start @value{GDBN} on our sample program:
6938
6939 @smallexample
6940 $ gdb -nw sample
6941 GNU gdb 2002-05-06-cvs
6942 Copyright 2002 Free Software Foundation, Inc.
6943 GDB is free software, @dots{}
6944 (@value{GDBP})
6945 @end smallexample
6946
6947 We can expand macros and examine their definitions, even when the
6948 program is not running. @value{GDBN} uses the current listing position
6949 to decide which macro definitions are in scope:
6950
6951 @smallexample
6952 (@value{GDBP}) list main
6953 3
6954 4 #define M 42
6955 5 #define ADD(x) (M + x)
6956 6
6957 7 main ()
6958 8 @{
6959 9 #define N 28
6960 10 printf ("Hello, world!\n");
6961 11 #undef N
6962 12 printf ("We're so creative.\n");
6963 (@value{GDBP}) info macro ADD
6964 Defined at /home/jimb/gdb/macros/play/sample.c:5
6965 #define ADD(x) (M + x)
6966 (@value{GDBP}) info macro Q
6967 Defined at /home/jimb/gdb/macros/play/sample.h:1
6968 included at /home/jimb/gdb/macros/play/sample.c:2
6969 #define Q <
6970 (@value{GDBP}) macro expand ADD(1)
6971 expands to: (42 + 1)
6972 (@value{GDBP}) macro expand-once ADD(1)
6973 expands to: once (M + 1)
6974 (@value{GDBP})
6975 @end smallexample
6976
6977 In the example above, note that @command{macro expand-once} expands only
6978 the macro invocation explicit in the original text --- the invocation of
6979 @code{ADD} --- but does not expand the invocation of the macro @code{M},
6980 which was introduced by @code{ADD}.
6981
6982 Once the program is running, GDB uses the macro definitions in force at
6983 the source line of the current stack frame:
6984
6985 @smallexample
6986 (@value{GDBP}) break main
6987 Breakpoint 1 at 0x8048370: file sample.c, line 10.
6988 (@value{GDBP}) run
6989 Starting program: /home/jimb/gdb/macros/play/sample
6990
6991 Breakpoint 1, main () at sample.c:10
6992 10 printf ("Hello, world!\n");
6993 (@value{GDBP})
6994 @end smallexample
6995
6996 At line 10, the definition of the macro @code{N} at line 9 is in force:
6997
6998 @smallexample
6999 (@value{GDBP}) info macro N
7000 Defined at /home/jimb/gdb/macros/play/sample.c:9
7001 #define N 28
7002 (@value{GDBP}) macro expand N Q M
7003 expands to: 28 < 42
7004 (@value{GDBP}) print N Q M
7005 $1 = 1
7006 (@value{GDBP})
7007 @end smallexample
7008
7009 As we step over directives that remove @code{N}'s definition, and then
7010 give it a new definition, @value{GDBN} finds the definition (or lack
7011 thereof) in force at each point:
7012
7013 @smallexample
7014 (@value{GDBP}) next
7015 Hello, world!
7016 12 printf ("We're so creative.\n");
7017 (@value{GDBP}) info macro N
7018 The symbol `N' has no definition as a C/C++ preprocessor macro
7019 at /home/jimb/gdb/macros/play/sample.c:12
7020 (@value{GDBP}) next
7021 We're so creative.
7022 14 printf ("Goodbye, world!\n");
7023 (@value{GDBP}) info macro N
7024 Defined at /home/jimb/gdb/macros/play/sample.c:13
7025 #define N 1729
7026 (@value{GDBP}) macro expand N Q M
7027 expands to: 1729 < 42
7028 (@value{GDBP}) print N Q M
7029 $2 = 0
7030 (@value{GDBP})
7031 @end smallexample
7032
7033
7034 @node Tracepoints
7035 @chapter Tracepoints
7036 @c This chapter is based on the documentation written by Michael
7037 @c Snyder, David Taylor, Jim Blandy, and Elena Zannoni.
7038
7039 @cindex tracepoints
7040 In some applications, it is not feasible for the debugger to interrupt
7041 the program's execution long enough for the developer to learn
7042 anything helpful about its behavior. If the program's correctness
7043 depends on its real-time behavior, delays introduced by a debugger
7044 might cause the program to change its behavior drastically, or perhaps
7045 fail, even when the code itself is correct. It is useful to be able
7046 to observe the program's behavior without interrupting it.
7047
7048 Using @value{GDBN}'s @code{trace} and @code{collect} commands, you can
7049 specify locations in the program, called @dfn{tracepoints}, and
7050 arbitrary expressions to evaluate when those tracepoints are reached.
7051 Later, using the @code{tfind} command, you can examine the values
7052 those expressions had when the program hit the tracepoints. The
7053 expressions may also denote objects in memory---structures or arrays,
7054 for example---whose values @value{GDBN} should record; while visiting
7055 a particular tracepoint, you may inspect those objects as if they were
7056 in memory at that moment. However, because @value{GDBN} records these
7057 values without interacting with you, it can do so quickly and
7058 unobtrusively, hopefully not disturbing the program's behavior.
7059
7060 The tracepoint facility is currently available only for remote
7061 targets. @xref{Targets}. In addition, your remote target must know how
7062 to collect trace data. This functionality is implemented in the remote
7063 stub; however, none of the stubs distributed with @value{GDBN} support
7064 tracepoints as of this writing.
7065
7066 This chapter describes the tracepoint commands and features.
7067
7068 @menu
7069 * Set Tracepoints::
7070 * Analyze Collected Data::
7071 * Tracepoint Variables::
7072 @end menu
7073
7074 @node Set Tracepoints
7075 @section Commands to Set Tracepoints
7076
7077 Before running such a @dfn{trace experiment}, an arbitrary number of
7078 tracepoints can be set. Like a breakpoint (@pxref{Set Breaks}), a
7079 tracepoint has a number assigned to it by @value{GDBN}. Like with
7080 breakpoints, tracepoint numbers are successive integers starting from
7081 one. Many of the commands associated with tracepoints take the
7082 tracepoint number as their argument, to identify which tracepoint to
7083 work on.
7084
7085 For each tracepoint, you can specify, in advance, some arbitrary set
7086 of data that you want the target to collect in the trace buffer when
7087 it hits that tracepoint. The collected data can include registers,
7088 local variables, or global data. Later, you can use @value{GDBN}
7089 commands to examine the values these data had at the time the
7090 tracepoint was hit.
7091
7092 This section describes commands to set tracepoints and associated
7093 conditions and actions.
7094
7095 @menu
7096 * Create and Delete Tracepoints::
7097 * Enable and Disable Tracepoints::
7098 * Tracepoint Passcounts::
7099 * Tracepoint Actions::
7100 * Listing Tracepoints::
7101 * Starting and Stopping Trace Experiment::
7102 @end menu
7103
7104 @node Create and Delete Tracepoints
7105 @subsection Create and Delete Tracepoints
7106
7107 @table @code
7108 @cindex set tracepoint
7109 @kindex trace
7110 @item trace
7111 The @code{trace} command is very similar to the @code{break} command.
7112 Its argument can be a source line, a function name, or an address in
7113 the target program. @xref{Set Breaks}. The @code{trace} command
7114 defines a tracepoint, which is a point in the target program where the
7115 debugger will briefly stop, collect some data, and then allow the
7116 program to continue. Setting a tracepoint or changing its commands
7117 doesn't take effect until the next @code{tstart} command; thus, you
7118 cannot change the tracepoint attributes once a trace experiment is
7119 running.
7120
7121 Here are some examples of using the @code{trace} command:
7122
7123 @smallexample
7124 (@value{GDBP}) @b{trace foo.c:121} // a source file and line number
7125
7126 (@value{GDBP}) @b{trace +2} // 2 lines forward
7127
7128 (@value{GDBP}) @b{trace my_function} // first source line of function
7129
7130 (@value{GDBP}) @b{trace *my_function} // EXACT start address of function
7131
7132 (@value{GDBP}) @b{trace *0x2117c4} // an address
7133 @end smallexample
7134
7135 @noindent
7136 You can abbreviate @code{trace} as @code{tr}.
7137
7138 @vindex $tpnum
7139 @cindex last tracepoint number
7140 @cindex recent tracepoint number
7141 @cindex tracepoint number
7142 The convenience variable @code{$tpnum} records the tracepoint number
7143 of the most recently set tracepoint.
7144
7145 @kindex delete tracepoint
7146 @cindex tracepoint deletion
7147 @item delete tracepoint @r{[}@var{num}@r{]}
7148 Permanently delete one or more tracepoints. With no argument, the
7149 default is to delete all tracepoints.
7150
7151 Examples:
7152
7153 @smallexample
7154 (@value{GDBP}) @b{delete trace 1 2 3} // remove three tracepoints
7155
7156 (@value{GDBP}) @b{delete trace} // remove all tracepoints
7157 @end smallexample
7158
7159 @noindent
7160 You can abbreviate this command as @code{del tr}.
7161 @end table
7162
7163 @node Enable and Disable Tracepoints
7164 @subsection Enable and Disable Tracepoints
7165
7166 @table @code
7167 @kindex disable tracepoint
7168 @item disable tracepoint @r{[}@var{num}@r{]}
7169 Disable tracepoint @var{num}, or all tracepoints if no argument
7170 @var{num} is given. A disabled tracepoint will have no effect during
7171 the next trace experiment, but it is not forgotten. You can re-enable
7172 a disabled tracepoint using the @code{enable tracepoint} command.
7173
7174 @kindex enable tracepoint
7175 @item enable tracepoint @r{[}@var{num}@r{]}
7176 Enable tracepoint @var{num}, or all tracepoints. The enabled
7177 tracepoints will become effective the next time a trace experiment is
7178 run.
7179 @end table
7180
7181 @node Tracepoint Passcounts
7182 @subsection Tracepoint Passcounts
7183
7184 @table @code
7185 @kindex passcount
7186 @cindex tracepoint pass count
7187 @item passcount @r{[}@var{n} @r{[}@var{num}@r{]]}
7188 Set the @dfn{passcount} of a tracepoint. The passcount is a way to
7189 automatically stop a trace experiment. If a tracepoint's passcount is
7190 @var{n}, then the trace experiment will be automatically stopped on
7191 the @var{n}'th time that tracepoint is hit. If the tracepoint number
7192 @var{num} is not specified, the @code{passcount} command sets the
7193 passcount of the most recently defined tracepoint. If no passcount is
7194 given, the trace experiment will run until stopped explicitly by the
7195 user.
7196
7197 Examples:
7198
7199 @smallexample
7200 (@value{GDBP}) @b{passcount 5 2} // Stop on the 5th execution of
7201 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// tracepoint 2}
7202
7203 (@value{GDBP}) @b{passcount 12} // Stop on the 12th execution of the
7204 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// most recently defined tracepoint.}
7205 (@value{GDBP}) @b{trace foo}
7206 (@value{GDBP}) @b{pass 3}
7207 (@value{GDBP}) @b{trace bar}
7208 (@value{GDBP}) @b{pass 2}
7209 (@value{GDBP}) @b{trace baz}
7210 (@value{GDBP}) @b{pass 1} // Stop tracing when foo has been
7211 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// executed 3 times OR when bar has}
7212 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// been executed 2 times}
7213 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// OR when baz has been executed 1 time.}
7214 @end smallexample
7215 @end table
7216
7217 @node Tracepoint Actions
7218 @subsection Tracepoint Action Lists
7219
7220 @table @code
7221 @kindex actions
7222 @cindex tracepoint actions
7223 @item actions @r{[}@var{num}@r{]}
7224 This command will prompt for a list of actions to be taken when the
7225 tracepoint is hit. If the tracepoint number @var{num} is not
7226 specified, this command sets the actions for the one that was most
7227 recently defined (so that you can define a tracepoint and then say
7228 @code{actions} without bothering about its number). You specify the
7229 actions themselves on the following lines, one action at a time, and
7230 terminate the actions list with a line containing just @code{end}. So
7231 far, the only defined actions are @code{collect} and
7232 @code{while-stepping}.
7233
7234 @cindex remove actions from a tracepoint
7235 To remove all actions from a tracepoint, type @samp{actions @var{num}}
7236 and follow it immediately with @samp{end}.
7237
7238 @smallexample
7239 (@value{GDBP}) @b{collect @var{data}} // collect some data
7240
7241 (@value{GDBP}) @b{while-stepping 5} // single-step 5 times, collect data
7242
7243 (@value{GDBP}) @b{end} // signals the end of actions.
7244 @end smallexample
7245
7246 In the following example, the action list begins with @code{collect}
7247 commands indicating the things to be collected when the tracepoint is
7248 hit. Then, in order to single-step and collect additional data
7249 following the tracepoint, a @code{while-stepping} command is used,
7250 followed by the list of things to be collected while stepping. The
7251 @code{while-stepping} command is terminated by its own separate
7252 @code{end} command. Lastly, the action list is terminated by an
7253 @code{end} command.
7254
7255 @smallexample
7256 (@value{GDBP}) @b{trace foo}
7257 (@value{GDBP}) @b{actions}
7258 Enter actions for tracepoint 1, one per line:
7259 > collect bar,baz
7260 > collect $regs
7261 > while-stepping 12
7262 > collect $fp, $sp
7263 > end
7264 end
7265 @end smallexample
7266
7267 @kindex collect @r{(tracepoints)}
7268 @item collect @var{expr1}, @var{expr2}, @dots{}
7269 Collect values of the given expressions when the tracepoint is hit.
7270 This command accepts a comma-separated list of any valid expressions.
7271 In addition to global, static, or local variables, the following
7272 special arguments are supported:
7273
7274 @table @code
7275 @item $regs
7276 collect all registers
7277
7278 @item $args
7279 collect all function arguments
7280
7281 @item $locals
7282 collect all local variables.
7283 @end table
7284
7285 You can give several consecutive @code{collect} commands, each one
7286 with a single argument, or one @code{collect} command with several
7287 arguments separated by commas: the effect is the same.
7288
7289 The command @code{info scope} (@pxref{Symbols, info scope}) is
7290 particularly useful for figuring out what data to collect.
7291
7292 @kindex while-stepping @r{(tracepoints)}
7293 @item while-stepping @var{n}
7294 Perform @var{n} single-step traces after the tracepoint, collecting
7295 new data at each step. The @code{while-stepping} command is
7296 followed by the list of what to collect while stepping (followed by
7297 its own @code{end} command):
7298
7299 @smallexample
7300 > while-stepping 12
7301 > collect $regs, myglobal
7302 > end
7303 >
7304 @end smallexample
7305
7306 @noindent
7307 You may abbreviate @code{while-stepping} as @code{ws} or
7308 @code{stepping}.
7309 @end table
7310
7311 @node Listing Tracepoints
7312 @subsection Listing Tracepoints
7313
7314 @table @code
7315 @kindex info tracepoints
7316 @kindex info tp
7317 @cindex information about tracepoints
7318 @item info tracepoints @r{[}@var{num}@r{]}
7319 Display information about the tracepoint @var{num}. If you don't specify
7320 a tracepoint number, displays information about all the tracepoints
7321 defined so far. For each tracepoint, the following information is
7322 shown:
7323
7324 @itemize @bullet
7325 @item
7326 its number
7327 @item
7328 whether it is enabled or disabled
7329 @item
7330 its address
7331 @item
7332 its passcount as given by the @code{passcount @var{n}} command
7333 @item
7334 its step count as given by the @code{while-stepping @var{n}} command
7335 @item
7336 where in the source files is the tracepoint set
7337 @item
7338 its action list as given by the @code{actions} command
7339 @end itemize
7340
7341 @smallexample
7342 (@value{GDBP}) @b{info trace}
7343 Num Enb Address PassC StepC What
7344 1 y 0x002117c4 0 0 <gdb_asm>
7345 2 y 0x0020dc64 0 0 in g_test at g_test.c:1375
7346 3 y 0x0020b1f4 0 0 in get_data at ../foo.c:41
7347 (@value{GDBP})
7348 @end smallexample
7349
7350 @noindent
7351 This command can be abbreviated @code{info tp}.
7352 @end table
7353
7354 @node Starting and Stopping Trace Experiment
7355 @subsection Starting and Stopping Trace Experiment
7356
7357 @table @code
7358 @kindex tstart
7359 @cindex start a new trace experiment
7360 @cindex collected data discarded
7361 @item tstart
7362 This command takes no arguments. It starts the trace experiment, and
7363 begins collecting data. This has the side effect of discarding all
7364 the data collected in the trace buffer during the previous trace
7365 experiment.
7366
7367 @kindex tstop
7368 @cindex stop a running trace experiment
7369 @item tstop
7370 This command takes no arguments. It ends the trace experiment, and
7371 stops collecting data.
7372
7373 @strong{Note}: a trace experiment and data collection may stop
7374 automatically if any tracepoint's passcount is reached
7375 (@pxref{Tracepoint Passcounts}), or if the trace buffer becomes full.
7376
7377 @kindex tstatus
7378 @cindex status of trace data collection
7379 @cindex trace experiment, status of
7380 @item tstatus
7381 This command displays the status of the current trace data
7382 collection.
7383 @end table
7384
7385 Here is an example of the commands we described so far:
7386
7387 @smallexample
7388 (@value{GDBP}) @b{trace gdb_c_test}
7389 (@value{GDBP}) @b{actions}
7390 Enter actions for tracepoint #1, one per line.
7391 > collect $regs,$locals,$args
7392 > while-stepping 11
7393 > collect $regs
7394 > end
7395 > end
7396 (@value{GDBP}) @b{tstart}
7397 [time passes @dots{}]
7398 (@value{GDBP}) @b{tstop}
7399 @end smallexample
7400
7401
7402 @node Analyze Collected Data
7403 @section Using the collected data
7404
7405 After the tracepoint experiment ends, you use @value{GDBN} commands
7406 for examining the trace data. The basic idea is that each tracepoint
7407 collects a trace @dfn{snapshot} every time it is hit and another
7408 snapshot every time it single-steps. All these snapshots are
7409 consecutively numbered from zero and go into a buffer, and you can
7410 examine them later. The way you examine them is to @dfn{focus} on a
7411 specific trace snapshot. When the remote stub is focused on a trace
7412 snapshot, it will respond to all @value{GDBN} requests for memory and
7413 registers by reading from the buffer which belongs to that snapshot,
7414 rather than from @emph{real} memory or registers of the program being
7415 debugged. This means that @strong{all} @value{GDBN} commands
7416 (@code{print}, @code{info registers}, @code{backtrace}, etc.) will
7417 behave as if we were currently debugging the program state as it was
7418 when the tracepoint occurred. Any requests for data that are not in
7419 the buffer will fail.
7420
7421 @menu
7422 * tfind:: How to select a trace snapshot
7423 * tdump:: How to display all data for a snapshot
7424 * save-tracepoints:: How to save tracepoints for a future run
7425 @end menu
7426
7427 @node tfind
7428 @subsection @code{tfind @var{n}}
7429
7430 @kindex tfind
7431 @cindex select trace snapshot
7432 @cindex find trace snapshot
7433 The basic command for selecting a trace snapshot from the buffer is
7434 @code{tfind @var{n}}, which finds trace snapshot number @var{n},
7435 counting from zero. If no argument @var{n} is given, the next
7436 snapshot is selected.
7437
7438 Here are the various forms of using the @code{tfind} command.
7439
7440 @table @code
7441 @item tfind start
7442 Find the first snapshot in the buffer. This is a synonym for
7443 @code{tfind 0} (since 0 is the number of the first snapshot).
7444
7445 @item tfind none
7446 Stop debugging trace snapshots, resume @emph{live} debugging.
7447
7448 @item tfind end
7449 Same as @samp{tfind none}.
7450
7451 @item tfind
7452 No argument means find the next trace snapshot.
7453
7454 @item tfind -
7455 Find the previous trace snapshot before the current one. This permits
7456 retracing earlier steps.
7457
7458 @item tfind tracepoint @var{num}
7459 Find the next snapshot associated with tracepoint @var{num}. Search
7460 proceeds forward from the last examined trace snapshot. If no
7461 argument @var{num} is given, it means find the next snapshot collected
7462 for the same tracepoint as the current snapshot.
7463
7464 @item tfind pc @var{addr}
7465 Find the next snapshot associated with the value @var{addr} of the
7466 program counter. Search proceeds forward from the last examined trace
7467 snapshot. If no argument @var{addr} is given, it means find the next
7468 snapshot with the same value of PC as the current snapshot.
7469
7470 @item tfind outside @var{addr1}, @var{addr2}
7471 Find the next snapshot whose PC is outside the given range of
7472 addresses.
7473
7474 @item tfind range @var{addr1}, @var{addr2}
7475 Find the next snapshot whose PC is between @var{addr1} and
7476 @var{addr2}. @c FIXME: Is the range inclusive or exclusive?
7477
7478 @item tfind line @r{[}@var{file}:@r{]}@var{n}
7479 Find the next snapshot associated with the source line @var{n}. If
7480 the optional argument @var{file} is given, refer to line @var{n} in
7481 that source file. Search proceeds forward from the last examined
7482 trace snapshot. If no argument @var{n} is given, it means find the
7483 next line other than the one currently being examined; thus saying
7484 @code{tfind line} repeatedly can appear to have the same effect as
7485 stepping from line to line in a @emph{live} debugging session.
7486 @end table
7487
7488 The default arguments for the @code{tfind} commands are specifically
7489 designed to make it easy to scan through the trace buffer. For
7490 instance, @code{tfind} with no argument selects the next trace
7491 snapshot, and @code{tfind -} with no argument selects the previous
7492 trace snapshot. So, by giving one @code{tfind} command, and then
7493 simply hitting @key{RET} repeatedly you can examine all the trace
7494 snapshots in order. Or, by saying @code{tfind -} and then hitting
7495 @key{RET} repeatedly you can examine the snapshots in reverse order.
7496 The @code{tfind line} command with no argument selects the snapshot
7497 for the next source line executed. The @code{tfind pc} command with
7498 no argument selects the next snapshot with the same program counter
7499 (PC) as the current frame. The @code{tfind tracepoint} command with
7500 no argument selects the next trace snapshot collected by the same
7501 tracepoint as the current one.
7502
7503 In addition to letting you scan through the trace buffer manually,
7504 these commands make it easy to construct @value{GDBN} scripts that
7505 scan through the trace buffer and print out whatever collected data
7506 you are interested in. Thus, if we want to examine the PC, FP, and SP
7507 registers from each trace frame in the buffer, we can say this:
7508
7509 @smallexample
7510 (@value{GDBP}) @b{tfind start}
7511 (@value{GDBP}) @b{while ($trace_frame != -1)}
7512 > printf "Frame %d, PC = %08X, SP = %08X, FP = %08X\n", \
7513 $trace_frame, $pc, $sp, $fp
7514 > tfind
7515 > end
7516
7517 Frame 0, PC = 0020DC64, SP = 0030BF3C, FP = 0030BF44
7518 Frame 1, PC = 0020DC6C, SP = 0030BF38, FP = 0030BF44
7519 Frame 2, PC = 0020DC70, SP = 0030BF34, FP = 0030BF44
7520 Frame 3, PC = 0020DC74, SP = 0030BF30, FP = 0030BF44
7521 Frame 4, PC = 0020DC78, SP = 0030BF2C, FP = 0030BF44
7522 Frame 5, PC = 0020DC7C, SP = 0030BF28, FP = 0030BF44
7523 Frame 6, PC = 0020DC80, SP = 0030BF24, FP = 0030BF44
7524 Frame 7, PC = 0020DC84, SP = 0030BF20, FP = 0030BF44
7525 Frame 8, PC = 0020DC88, SP = 0030BF1C, FP = 0030BF44
7526 Frame 9, PC = 0020DC8E, SP = 0030BF18, FP = 0030BF44
7527 Frame 10, PC = 00203F6C, SP = 0030BE3C, FP = 0030BF14
7528 @end smallexample
7529
7530 Or, if we want to examine the variable @code{X} at each source line in
7531 the buffer:
7532
7533 @smallexample
7534 (@value{GDBP}) @b{tfind start}
7535 (@value{GDBP}) @b{while ($trace_frame != -1)}
7536 > printf "Frame %d, X == %d\n", $trace_frame, X
7537 > tfind line
7538 > end
7539
7540 Frame 0, X = 1
7541 Frame 7, X = 2
7542 Frame 13, X = 255
7543 @end smallexample
7544
7545 @node tdump
7546 @subsection @code{tdump}
7547 @kindex tdump
7548 @cindex dump all data collected at tracepoint
7549 @cindex tracepoint data, display
7550
7551 This command takes no arguments. It prints all the data collected at
7552 the current trace snapshot.
7553
7554 @smallexample
7555 (@value{GDBP}) @b{trace 444}
7556 (@value{GDBP}) @b{actions}
7557 Enter actions for tracepoint #2, one per line:
7558 > collect $regs, $locals, $args, gdb_long_test
7559 > end
7560
7561 (@value{GDBP}) @b{tstart}
7562
7563 (@value{GDBP}) @b{tfind line 444}
7564 #0 gdb_test (p1=0x11, p2=0x22, p3=0x33, p4=0x44, p5=0x55, p6=0x66)
7565 at gdb_test.c:444
7566 444 printp( "%s: arguments = 0x%X 0x%X 0x%X 0x%X 0x%X 0x%X\n", )
7567
7568 (@value{GDBP}) @b{tdump}
7569 Data collected at tracepoint 2, trace frame 1:
7570 d0 0xc4aa0085 -995491707
7571 d1 0x18 24
7572 d2 0x80 128
7573 d3 0x33 51
7574 d4 0x71aea3d 119204413
7575 d5 0x22 34
7576 d6 0xe0 224
7577 d7 0x380035 3670069
7578 a0 0x19e24a 1696330
7579 a1 0x3000668 50333288
7580 a2 0x100 256
7581 a3 0x322000 3284992
7582 a4 0x3000698 50333336
7583 a5 0x1ad3cc 1758156
7584 fp 0x30bf3c 0x30bf3c
7585 sp 0x30bf34 0x30bf34
7586 ps 0x0 0
7587 pc 0x20b2c8 0x20b2c8
7588 fpcontrol 0x0 0
7589 fpstatus 0x0 0
7590 fpiaddr 0x0 0
7591 p = 0x20e5b4 "gdb-test"
7592 p1 = (void *) 0x11
7593 p2 = (void *) 0x22
7594 p3 = (void *) 0x33
7595 p4 = (void *) 0x44
7596 p5 = (void *) 0x55
7597 p6 = (void *) 0x66
7598 gdb_long_test = 17 '\021'
7599
7600 (@value{GDBP})
7601 @end smallexample
7602
7603 @node save-tracepoints
7604 @subsection @code{save-tracepoints @var{filename}}
7605 @kindex save-tracepoints
7606 @cindex save tracepoints for future sessions
7607
7608 This command saves all current tracepoint definitions together with
7609 their actions and passcounts, into a file @file{@var{filename}}
7610 suitable for use in a later debugging session. To read the saved
7611 tracepoint definitions, use the @code{source} command (@pxref{Command
7612 Files}).
7613
7614 @node Tracepoint Variables
7615 @section Convenience Variables for Tracepoints
7616 @cindex tracepoint variables
7617 @cindex convenience variables for tracepoints
7618
7619 @table @code
7620 @vindex $trace_frame
7621 @item (int) $trace_frame
7622 The current trace snapshot (a.k.a.@: @dfn{frame}) number, or -1 if no
7623 snapshot is selected.
7624
7625 @vindex $tracepoint
7626 @item (int) $tracepoint
7627 The tracepoint for the current trace snapshot.
7628
7629 @vindex $trace_line
7630 @item (int) $trace_line
7631 The line number for the current trace snapshot.
7632
7633 @vindex $trace_file
7634 @item (char []) $trace_file
7635 The source file for the current trace snapshot.
7636
7637 @vindex $trace_func
7638 @item (char []) $trace_func
7639 The name of the function containing @code{$tracepoint}.
7640 @end table
7641
7642 Note: @code{$trace_file} is not suitable for use in @code{printf},
7643 use @code{output} instead.
7644
7645 Here's a simple example of using these convenience variables for
7646 stepping through all the trace snapshots and printing some of their
7647 data.
7648
7649 @smallexample
7650 (@value{GDBP}) @b{tfind start}
7651
7652 (@value{GDBP}) @b{while $trace_frame != -1}
7653 > output $trace_file
7654 > printf ", line %d (tracepoint #%d)\n", $trace_line, $tracepoint
7655 > tfind
7656 > end
7657 @end smallexample
7658
7659 @node Overlays
7660 @chapter Debugging Programs That Use Overlays
7661 @cindex overlays
7662
7663 If your program is too large to fit completely in your target system's
7664 memory, you can sometimes use @dfn{overlays} to work around this
7665 problem. @value{GDBN} provides some support for debugging programs that
7666 use overlays.
7667
7668 @menu
7669 * How Overlays Work:: A general explanation of overlays.
7670 * Overlay Commands:: Managing overlays in @value{GDBN}.
7671 * Automatic Overlay Debugging:: @value{GDBN} can find out which overlays are
7672 mapped by asking the inferior.
7673 * Overlay Sample Program:: A sample program using overlays.
7674 @end menu
7675
7676 @node How Overlays Work
7677 @section How Overlays Work
7678 @cindex mapped overlays
7679 @cindex unmapped overlays
7680 @cindex load address, overlay's
7681 @cindex mapped address
7682 @cindex overlay area
7683
7684 Suppose you have a computer whose instruction address space is only 64
7685 kilobytes long, but which has much more memory which can be accessed by
7686 other means: special instructions, segment registers, or memory
7687 management hardware, for example. Suppose further that you want to
7688 adapt a program which is larger than 64 kilobytes to run on this system.
7689
7690 One solution is to identify modules of your program which are relatively
7691 independent, and need not call each other directly; call these modules
7692 @dfn{overlays}. Separate the overlays from the main program, and place
7693 their machine code in the larger memory. Place your main program in
7694 instruction memory, but leave at least enough space there to hold the
7695 largest overlay as well.
7696
7697 Now, to call a function located in an overlay, you must first copy that
7698 overlay's machine code from the large memory into the space set aside
7699 for it in the instruction memory, and then jump to its entry point
7700 there.
7701
7702 @c NB: In the below the mapped area's size is greater or equal to the
7703 @c size of all overlays. This is intentional to remind the developer
7704 @c that overlays don't necessarily need to be the same size.
7705
7706 @smallexample
7707 @group
7708 Data Instruction Larger
7709 Address Space Address Space Address Space
7710 +-----------+ +-----------+ +-----------+
7711 | | | | | |
7712 +-----------+ +-----------+ +-----------+<-- overlay 1
7713 | program | | main | .----| overlay 1 | load address
7714 | variables | | program | | +-----------+
7715 | and heap | | | | | |
7716 +-----------+ | | | +-----------+<-- overlay 2
7717 | | +-----------+ | | | load address
7718 +-----------+ | | | .-| overlay 2 |
7719 | | | | | |
7720 mapped --->+-----------+ | | +-----------+
7721 address | | | | | |
7722 | overlay | <-' | | |
7723 | area | <---' +-----------+<-- overlay 3
7724 | | <---. | | load address
7725 +-----------+ `--| overlay 3 |
7726 | | | |
7727 +-----------+ | |
7728 +-----------+
7729 | |
7730 +-----------+
7731
7732 @anchor{A code overlay}A code overlay
7733 @end group
7734 @end smallexample
7735
7736 The diagram (@pxref{A code overlay}) shows a system with separate data
7737 and instruction address spaces. To map an overlay, the program copies
7738 its code from the larger address space to the instruction address space.
7739 Since the overlays shown here all use the same mapped address, only one
7740 may be mapped at a time. For a system with a single address space for
7741 data and instructions, the diagram would be similar, except that the
7742 program variables and heap would share an address space with the main
7743 program and the overlay area.
7744
7745 An overlay loaded into instruction memory and ready for use is called a
7746 @dfn{mapped} overlay; its @dfn{mapped address} is its address in the
7747 instruction memory. An overlay not present (or only partially present)
7748 in instruction memory is called @dfn{unmapped}; its @dfn{load address}
7749 is its address in the larger memory. The mapped address is also called
7750 the @dfn{virtual memory address}, or @dfn{VMA}; the load address is also
7751 called the @dfn{load memory address}, or @dfn{LMA}.
7752
7753 Unfortunately, overlays are not a completely transparent way to adapt a
7754 program to limited instruction memory. They introduce a new set of
7755 global constraints you must keep in mind as you design your program:
7756
7757 @itemize @bullet
7758
7759 @item
7760 Before calling or returning to a function in an overlay, your program
7761 must make sure that overlay is actually mapped. Otherwise, the call or
7762 return will transfer control to the right address, but in the wrong
7763 overlay, and your program will probably crash.
7764
7765 @item
7766 If the process of mapping an overlay is expensive on your system, you
7767 will need to choose your overlays carefully to minimize their effect on
7768 your program's performance.
7769
7770 @item
7771 The executable file you load onto your system must contain each
7772 overlay's instructions, appearing at the overlay's load address, not its
7773 mapped address. However, each overlay's instructions must be relocated
7774 and its symbols defined as if the overlay were at its mapped address.
7775 You can use GNU linker scripts to specify different load and relocation
7776 addresses for pieces of your program; see @ref{Overlay Description,,,
7777 ld.info, Using ld: the GNU linker}.
7778
7779 @item
7780 The procedure for loading executable files onto your system must be able
7781 to load their contents into the larger address space as well as the
7782 instruction and data spaces.
7783
7784 @end itemize
7785
7786 The overlay system described above is rather simple, and could be
7787 improved in many ways:
7788
7789 @itemize @bullet
7790
7791 @item
7792 If your system has suitable bank switch registers or memory management
7793 hardware, you could use those facilities to make an overlay's load area
7794 contents simply appear at their mapped address in instruction space.
7795 This would probably be faster than copying the overlay to its mapped
7796 area in the usual way.
7797
7798 @item
7799 If your overlays are small enough, you could set aside more than one
7800 overlay area, and have more than one overlay mapped at a time.
7801
7802 @item
7803 You can use overlays to manage data, as well as instructions. In
7804 general, data overlays are even less transparent to your design than
7805 code overlays: whereas code overlays only require care when you call or
7806 return to functions, data overlays require care every time you access
7807 the data. Also, if you change the contents of a data overlay, you
7808 must copy its contents back out to its load address before you can copy a
7809 different data overlay into the same mapped area.
7810
7811 @end itemize
7812
7813
7814 @node Overlay Commands
7815 @section Overlay Commands
7816
7817 To use @value{GDBN}'s overlay support, each overlay in your program must
7818 correspond to a separate section of the executable file. The section's
7819 virtual memory address and load memory address must be the overlay's
7820 mapped and load addresses. Identifying overlays with sections allows
7821 @value{GDBN} to determine the appropriate address of a function or
7822 variable, depending on whether the overlay is mapped or not.
7823
7824 @value{GDBN}'s overlay commands all start with the word @code{overlay};
7825 you can abbreviate this as @code{ov} or @code{ovly}. The commands are:
7826
7827 @table @code
7828 @item overlay off
7829 @kindex overlay
7830 Disable @value{GDBN}'s overlay support. When overlay support is
7831 disabled, @value{GDBN} assumes that all functions and variables are
7832 always present at their mapped addresses. By default, @value{GDBN}'s
7833 overlay support is disabled.
7834
7835 @item overlay manual
7836 @cindex manual overlay debugging
7837 Enable @dfn{manual} overlay debugging. In this mode, @value{GDBN}
7838 relies on you to tell it which overlays are mapped, and which are not,
7839 using the @code{overlay map-overlay} and @code{overlay unmap-overlay}
7840 commands described below.
7841
7842 @item overlay map-overlay @var{overlay}
7843 @itemx overlay map @var{overlay}
7844 @cindex map an overlay
7845 Tell @value{GDBN} that @var{overlay} is now mapped; @var{overlay} must
7846 be the name of the object file section containing the overlay. When an
7847 overlay is mapped, @value{GDBN} assumes it can find the overlay's
7848 functions and variables at their mapped addresses. @value{GDBN} assumes
7849 that any other overlays whose mapped ranges overlap that of
7850 @var{overlay} are now unmapped.
7851
7852 @item overlay unmap-overlay @var{overlay}
7853 @itemx overlay unmap @var{overlay}
7854 @cindex unmap an overlay
7855 Tell @value{GDBN} that @var{overlay} is no longer mapped; @var{overlay}
7856 must be the name of the object file section containing the overlay.
7857 When an overlay is unmapped, @value{GDBN} assumes it can find the
7858 overlay's functions and variables at their load addresses.
7859
7860 @item overlay auto
7861 Enable @dfn{automatic} overlay debugging. In this mode, @value{GDBN}
7862 consults a data structure the overlay manager maintains in the inferior
7863 to see which overlays are mapped. For details, see @ref{Automatic
7864 Overlay Debugging}.
7865
7866 @item overlay load-target
7867 @itemx overlay load
7868 @cindex reloading the overlay table
7869 Re-read the overlay table from the inferior. Normally, @value{GDBN}
7870 re-reads the table @value{GDBN} automatically each time the inferior
7871 stops, so this command should only be necessary if you have changed the
7872 overlay mapping yourself using @value{GDBN}. This command is only
7873 useful when using automatic overlay debugging.
7874
7875 @item overlay list-overlays
7876 @itemx overlay list
7877 @cindex listing mapped overlays
7878 Display a list of the overlays currently mapped, along with their mapped
7879 addresses, load addresses, and sizes.
7880
7881 @end table
7882
7883 Normally, when @value{GDBN} prints a code address, it includes the name
7884 of the function the address falls in:
7885
7886 @smallexample
7887 (@value{GDBP}) print main
7888 $3 = @{int ()@} 0x11a0 <main>
7889 @end smallexample
7890 @noindent
7891 When overlay debugging is enabled, @value{GDBN} recognizes code in
7892 unmapped overlays, and prints the names of unmapped functions with
7893 asterisks around them. For example, if @code{foo} is a function in an
7894 unmapped overlay, @value{GDBN} prints it this way:
7895
7896 @smallexample
7897 (@value{GDBP}) overlay list
7898 No sections are mapped.
7899 (@value{GDBP}) print foo
7900 $5 = @{int (int)@} 0x100000 <*foo*>
7901 @end smallexample
7902 @noindent
7903 When @code{foo}'s overlay is mapped, @value{GDBN} prints the function's
7904 name normally:
7905
7906 @smallexample
7907 (@value{GDBP}) overlay list
7908 Section .ov.foo.text, loaded at 0x100000 - 0x100034,
7909 mapped at 0x1016 - 0x104a
7910 (@value{GDBP}) print foo
7911 $6 = @{int (int)@} 0x1016 <foo>
7912 @end smallexample
7913
7914 When overlay debugging is enabled, @value{GDBN} can find the correct
7915 address for functions and variables in an overlay, whether or not the
7916 overlay is mapped. This allows most @value{GDBN} commands, like
7917 @code{break} and @code{disassemble}, to work normally, even on unmapped
7918 code. However, @value{GDBN}'s breakpoint support has some limitations:
7919
7920 @itemize @bullet
7921 @item
7922 @cindex breakpoints in overlays
7923 @cindex overlays, setting breakpoints in
7924 You can set breakpoints in functions in unmapped overlays, as long as
7925 @value{GDBN} can write to the overlay at its load address.
7926 @item
7927 @value{GDBN} can not set hardware or simulator-based breakpoints in
7928 unmapped overlays. However, if you set a breakpoint at the end of your
7929 overlay manager (and tell @value{GDBN} which overlays are now mapped, if
7930 you are using manual overlay management), @value{GDBN} will re-set its
7931 breakpoints properly.
7932 @end itemize
7933
7934
7935 @node Automatic Overlay Debugging
7936 @section Automatic Overlay Debugging
7937 @cindex automatic overlay debugging
7938
7939 @value{GDBN} can automatically track which overlays are mapped and which
7940 are not, given some simple co-operation from the overlay manager in the
7941 inferior. If you enable automatic overlay debugging with the
7942 @code{overlay auto} command (@pxref{Overlay Commands}), @value{GDBN}
7943 looks in the inferior's memory for certain variables describing the
7944 current state of the overlays.
7945
7946 Here are the variables your overlay manager must define to support
7947 @value{GDBN}'s automatic overlay debugging:
7948
7949 @table @asis
7950
7951 @item @code{_ovly_table}:
7952 This variable must be an array of the following structures:
7953
7954 @smallexample
7955 struct
7956 @{
7957 /* The overlay's mapped address. */
7958 unsigned long vma;
7959
7960 /* The size of the overlay, in bytes. */
7961 unsigned long size;
7962
7963 /* The overlay's load address. */
7964 unsigned long lma;
7965
7966 /* Non-zero if the overlay is currently mapped;
7967 zero otherwise. */
7968 unsigned long mapped;
7969 @}
7970 @end smallexample
7971
7972 @item @code{_novlys}:
7973 This variable must be a four-byte signed integer, holding the total
7974 number of elements in @code{_ovly_table}.
7975
7976 @end table
7977
7978 To decide whether a particular overlay is mapped or not, @value{GDBN}
7979 looks for an entry in @w{@code{_ovly_table}} whose @code{vma} and
7980 @code{lma} members equal the VMA and LMA of the overlay's section in the
7981 executable file. When @value{GDBN} finds a matching entry, it consults
7982 the entry's @code{mapped} member to determine whether the overlay is
7983 currently mapped.
7984
7985 In addition, your overlay manager may define a function called
7986 @code{_ovly_debug_event}. If this function is defined, @value{GDBN}
7987 will silently set a breakpoint there. If the overlay manager then
7988 calls this function whenever it has changed the overlay table, this
7989 will enable @value{GDBN} to accurately keep track of which overlays
7990 are in program memory, and update any breakpoints that may be set
7991 in overlays. This will allow breakpoints to work even if the
7992 overlays are kept in ROM or other non-writable memory while they
7993 are not being executed.
7994
7995 @node Overlay Sample Program
7996 @section Overlay Sample Program
7997 @cindex overlay example program
7998
7999 When linking a program which uses overlays, you must place the overlays
8000 at their load addresses, while relocating them to run at their mapped
8001 addresses. To do this, you must write a linker script (@pxref{Overlay
8002 Description,,, ld.info, Using ld: the GNU linker}). Unfortunately,
8003 since linker scripts are specific to a particular host system, target
8004 architecture, and target memory layout, this manual cannot provide
8005 portable sample code demonstrating @value{GDBN}'s overlay support.
8006
8007 However, the @value{GDBN} source distribution does contain an overlaid
8008 program, with linker scripts for a few systems, as part of its test
8009 suite. The program consists of the following files from
8010 @file{gdb/testsuite/gdb.base}:
8011
8012 @table @file
8013 @item overlays.c
8014 The main program file.
8015 @item ovlymgr.c
8016 A simple overlay manager, used by @file{overlays.c}.
8017 @item foo.c
8018 @itemx bar.c
8019 @itemx baz.c
8020 @itemx grbx.c
8021 Overlay modules, loaded and used by @file{overlays.c}.
8022 @item d10v.ld
8023 @itemx m32r.ld
8024 Linker scripts for linking the test program on the @code{d10v-elf}
8025 and @code{m32r-elf} targets.
8026 @end table
8027
8028 You can build the test program using the @code{d10v-elf} GCC
8029 cross-compiler like this:
8030
8031 @smallexample
8032 $ d10v-elf-gcc -g -c overlays.c
8033 $ d10v-elf-gcc -g -c ovlymgr.c
8034 $ d10v-elf-gcc -g -c foo.c
8035 $ d10v-elf-gcc -g -c bar.c
8036 $ d10v-elf-gcc -g -c baz.c
8037 $ d10v-elf-gcc -g -c grbx.c
8038 $ d10v-elf-gcc -g overlays.o ovlymgr.o foo.o bar.o \
8039 baz.o grbx.o -Wl,-Td10v.ld -o overlays
8040 @end smallexample
8041
8042 The build process is identical for any other architecture, except that
8043 you must substitute the appropriate compiler and linker script for the
8044 target system for @code{d10v-elf-gcc} and @code{d10v.ld}.
8045
8046
8047 @node Languages
8048 @chapter Using @value{GDBN} with Different Languages
8049 @cindex languages
8050
8051 Although programming languages generally have common aspects, they are
8052 rarely expressed in the same manner. For instance, in ANSI C,
8053 dereferencing a pointer @code{p} is accomplished by @code{*p}, but in
8054 Modula-2, it is accomplished by @code{p^}. Values can also be
8055 represented (and displayed) differently. Hex numbers in C appear as
8056 @samp{0x1ae}, while in Modula-2 they appear as @samp{1AEH}.
8057
8058 @cindex working language
8059 Language-specific information is built into @value{GDBN} for some languages,
8060 allowing you to express operations like the above in your program's
8061 native language, and allowing @value{GDBN} to output values in a manner
8062 consistent with the syntax of your program's native language. The
8063 language you use to build expressions is called the @dfn{working
8064 language}.
8065
8066 @menu
8067 * Setting:: Switching between source languages
8068 * Show:: Displaying the language
8069 * Checks:: Type and range checks
8070 * Supported languages:: Supported languages
8071 * Unsupported languages:: Unsupported languages
8072 @end menu
8073
8074 @node Setting
8075 @section Switching between source languages
8076
8077 There are two ways to control the working language---either have @value{GDBN}
8078 set it automatically, or select it manually yourself. You can use the
8079 @code{set language} command for either purpose. On startup, @value{GDBN}
8080 defaults to setting the language automatically. The working language is
8081 used to determine how expressions you type are interpreted, how values
8082 are printed, etc.
8083
8084 In addition to the working language, every source file that
8085 @value{GDBN} knows about has its own working language. For some object
8086 file formats, the compiler might indicate which language a particular
8087 source file is in. However, most of the time @value{GDBN} infers the
8088 language from the name of the file. The language of a source file
8089 controls whether C@t{++} names are demangled---this way @code{backtrace} can
8090 show each frame appropriately for its own language. There is no way to
8091 set the language of a source file from within @value{GDBN}, but you can
8092 set the language associated with a filename extension. @xref{Show, ,
8093 Displaying the language}.
8094
8095 This is most commonly a problem when you use a program, such
8096 as @code{cfront} or @code{f2c}, that generates C but is written in
8097 another language. In that case, make the
8098 program use @code{#line} directives in its C output; that way
8099 @value{GDBN} will know the correct language of the source code of the original
8100 program, and will display that source code, not the generated C code.
8101
8102 @menu
8103 * Filenames:: Filename extensions and languages.
8104 * Manually:: Setting the working language manually
8105 * Automatically:: Having @value{GDBN} infer the source language
8106 @end menu
8107
8108 @node Filenames
8109 @subsection List of filename extensions and languages
8110
8111 If a source file name ends in one of the following extensions, then
8112 @value{GDBN} infers that its language is the one indicated.
8113
8114 @table @file
8115 @item .ada
8116 @itemx .ads
8117 @itemx .adb
8118 @itemx .a
8119 Ada source file.
8120
8121 @item .c
8122 C source file
8123
8124 @item .C
8125 @itemx .cc
8126 @itemx .cp
8127 @itemx .cpp
8128 @itemx .cxx
8129 @itemx .c++
8130 C@t{++} source file
8131
8132 @item .m
8133 Objective-C source file
8134
8135 @item .f
8136 @itemx .F
8137 Fortran source file
8138
8139 @item .mod
8140 Modula-2 source file
8141
8142 @item .s
8143 @itemx .S
8144 Assembler source file. This actually behaves almost like C, but
8145 @value{GDBN} does not skip over function prologues when stepping.
8146 @end table
8147
8148 In addition, you may set the language associated with a filename
8149 extension. @xref{Show, , Displaying the language}.
8150
8151 @node Manually
8152 @subsection Setting the working language
8153
8154 If you allow @value{GDBN} to set the language automatically,
8155 expressions are interpreted the same way in your debugging session and
8156 your program.
8157
8158 @kindex set language
8159 If you wish, you may set the language manually. To do this, issue the
8160 command @samp{set language @var{lang}}, where @var{lang} is the name of
8161 a language, such as
8162 @code{c} or @code{modula-2}.
8163 For a list of the supported languages, type @samp{set language}.
8164
8165 Setting the language manually prevents @value{GDBN} from updating the working
8166 language automatically. This can lead to confusion if you try
8167 to debug a program when the working language is not the same as the
8168 source language, when an expression is acceptable to both
8169 languages---but means different things. For instance, if the current
8170 source file were written in C, and @value{GDBN} was parsing Modula-2, a
8171 command such as:
8172
8173 @smallexample
8174 print a = b + c
8175 @end smallexample
8176
8177 @noindent
8178 might not have the effect you intended. In C, this means to add
8179 @code{b} and @code{c} and place the result in @code{a}. The result
8180 printed would be the value of @code{a}. In Modula-2, this means to compare
8181 @code{a} to the result of @code{b+c}, yielding a @code{BOOLEAN} value.
8182
8183 @node Automatically
8184 @subsection Having @value{GDBN} infer the source language
8185
8186 To have @value{GDBN} set the working language automatically, use
8187 @samp{set language local} or @samp{set language auto}. @value{GDBN}
8188 then infers the working language. That is, when your program stops in a
8189 frame (usually by encountering a breakpoint), @value{GDBN} sets the
8190 working language to the language recorded for the function in that
8191 frame. If the language for a frame is unknown (that is, if the function
8192 or block corresponding to the frame was defined in a source file that
8193 does not have a recognized extension), the current working language is
8194 not changed, and @value{GDBN} issues a warning.
8195
8196 This may not seem necessary for most programs, which are written
8197 entirely in one source language. However, program modules and libraries
8198 written in one source language can be used by a main program written in
8199 a different source language. Using @samp{set language auto} in this
8200 case frees you from having to set the working language manually.
8201
8202 @node Show
8203 @section Displaying the language
8204
8205 The following commands help you find out which language is the
8206 working language, and also what language source files were written in.
8207
8208 @table @code
8209 @item show language
8210 @kindex show language
8211 Display the current working language. This is the
8212 language you can use with commands such as @code{print} to
8213 build and compute expressions that may involve variables in your program.
8214
8215 @item info frame
8216 @kindex info frame@r{, show the source language}
8217 Display the source language for this frame. This language becomes the
8218 working language if you use an identifier from this frame.
8219 @xref{Frame Info, ,Information about a frame}, to identify the other
8220 information listed here.
8221
8222 @item info source
8223 @kindex info source@r{, show the source language}
8224 Display the source language of this source file.
8225 @xref{Symbols, ,Examining the Symbol Table}, to identify the other
8226 information listed here.
8227 @end table
8228
8229 In unusual circumstances, you may have source files with extensions
8230 not in the standard list. You can then set the extension associated
8231 with a language explicitly:
8232
8233 @table @code
8234 @item set extension-language @var{ext} @var{language}
8235 @kindex set extension-language
8236 Tell @value{GDBN} that source files with extension @var{ext} are to be
8237 assumed as written in the source language @var{language}.
8238
8239 @item info extensions
8240 @kindex info extensions
8241 List all the filename extensions and the associated languages.
8242 @end table
8243
8244 @node Checks
8245 @section Type and range checking
8246
8247 @quotation
8248 @emph{Warning:} In this release, the @value{GDBN} commands for type and range
8249 checking are included, but they do not yet have any effect. This
8250 section documents the intended facilities.
8251 @end quotation
8252 @c FIXME remove warning when type/range code added
8253
8254 Some languages are designed to guard you against making seemingly common
8255 errors through a series of compile- and run-time checks. These include
8256 checking the type of arguments to functions and operators, and making
8257 sure mathematical overflows are caught at run time. Checks such as
8258 these help to ensure a program's correctness once it has been compiled
8259 by eliminating type mismatches, and providing active checks for range
8260 errors when your program is running.
8261
8262 @value{GDBN} can check for conditions like the above if you wish.
8263 Although @value{GDBN} does not check the statements in your program,
8264 it can check expressions entered directly into @value{GDBN} for
8265 evaluation via the @code{print} command, for example. As with the
8266 working language, @value{GDBN} can also decide whether or not to check
8267 automatically based on your program's source language.
8268 @xref{Supported languages, ,Supported languages}, for the default
8269 settings of supported languages.
8270
8271 @menu
8272 * Type Checking:: An overview of type checking
8273 * Range Checking:: An overview of range checking
8274 @end menu
8275
8276 @cindex type checking
8277 @cindex checks, type
8278 @node Type Checking
8279 @subsection An overview of type checking
8280
8281 Some languages, such as Modula-2, are strongly typed, meaning that the
8282 arguments to operators and functions have to be of the correct type,
8283 otherwise an error occurs. These checks prevent type mismatch
8284 errors from ever causing any run-time problems. For example,
8285
8286 @smallexample
8287 1 + 2 @result{} 3
8288 @exdent but
8289 @error{} 1 + 2.3
8290 @end smallexample
8291
8292 The second example fails because the @code{CARDINAL} 1 is not
8293 type-compatible with the @code{REAL} 2.3.
8294
8295 For the expressions you use in @value{GDBN} commands, you can tell the
8296 @value{GDBN} type checker to skip checking;
8297 to treat any mismatches as errors and abandon the expression;
8298 or to only issue warnings when type mismatches occur,
8299 but evaluate the expression anyway. When you choose the last of
8300 these, @value{GDBN} evaluates expressions like the second example above, but
8301 also issues a warning.
8302
8303 Even if you turn type checking off, there may be other reasons
8304 related to type that prevent @value{GDBN} from evaluating an expression.
8305 For instance, @value{GDBN} does not know how to add an @code{int} and
8306 a @code{struct foo}. These particular type errors have nothing to do
8307 with the language in use, and usually arise from expressions, such as
8308 the one described above, which make little sense to evaluate anyway.
8309
8310 Each language defines to what degree it is strict about type. For
8311 instance, both Modula-2 and C require the arguments to arithmetical
8312 operators to be numbers. In C, enumerated types and pointers can be
8313 represented as numbers, so that they are valid arguments to mathematical
8314 operators. @xref{Supported languages, ,Supported languages}, for further
8315 details on specific languages.
8316
8317 @value{GDBN} provides some additional commands for controlling the type checker:
8318
8319 @kindex set check type
8320 @kindex show check type
8321 @table @code
8322 @item set check type auto
8323 Set type checking on or off based on the current working language.
8324 @xref{Supported languages, ,Supported languages}, for the default settings for
8325 each language.
8326
8327 @item set check type on
8328 @itemx set check type off
8329 Set type checking on or off, overriding the default setting for the
8330 current working language. Issue a warning if the setting does not
8331 match the language default. If any type mismatches occur in
8332 evaluating an expression while type checking is on, @value{GDBN} prints a
8333 message and aborts evaluation of the expression.
8334
8335 @item set check type warn
8336 Cause the type checker to issue warnings, but to always attempt to
8337 evaluate the expression. Evaluating the expression may still
8338 be impossible for other reasons. For example, @value{GDBN} cannot add
8339 numbers and structures.
8340
8341 @item show type
8342 Show the current setting of the type checker, and whether or not @value{GDBN}
8343 is setting it automatically.
8344 @end table
8345
8346 @cindex range checking
8347 @cindex checks, range
8348 @node Range Checking
8349 @subsection An overview of range checking
8350
8351 In some languages (such as Modula-2), it is an error to exceed the
8352 bounds of a type; this is enforced with run-time checks. Such range
8353 checking is meant to ensure program correctness by making sure
8354 computations do not overflow, or indices on an array element access do
8355 not exceed the bounds of the array.
8356
8357 For expressions you use in @value{GDBN} commands, you can tell
8358 @value{GDBN} to treat range errors in one of three ways: ignore them,
8359 always treat them as errors and abandon the expression, or issue
8360 warnings but evaluate the expression anyway.
8361
8362 A range error can result from numerical overflow, from exceeding an
8363 array index bound, or when you type a constant that is not a member
8364 of any type. Some languages, however, do not treat overflows as an
8365 error. In many implementations of C, mathematical overflow causes the
8366 result to ``wrap around'' to lower values---for example, if @var{m} is
8367 the largest integer value, and @var{s} is the smallest, then
8368
8369 @smallexample
8370 @var{m} + 1 @result{} @var{s}
8371 @end smallexample
8372
8373 This, too, is specific to individual languages, and in some cases
8374 specific to individual compilers or machines. @xref{Supported languages, ,
8375 Supported languages}, for further details on specific languages.
8376
8377 @value{GDBN} provides some additional commands for controlling the range checker:
8378
8379 @kindex set check range
8380 @kindex show check range
8381 @table @code
8382 @item set check range auto
8383 Set range checking on or off based on the current working language.
8384 @xref{Supported languages, ,Supported languages}, for the default settings for
8385 each language.
8386
8387 @item set check range on
8388 @itemx set check range off
8389 Set range checking on or off, overriding the default setting for the
8390 current working language. A warning is issued if the setting does not
8391 match the language default. If a range error occurs and range checking is on,
8392 then a message is printed and evaluation of the expression is aborted.
8393
8394 @item set check range warn
8395 Output messages when the @value{GDBN} range checker detects a range error,
8396 but attempt to evaluate the expression anyway. Evaluating the
8397 expression may still be impossible for other reasons, such as accessing
8398 memory that the process does not own (a typical example from many Unix
8399 systems).
8400
8401 @item show range
8402 Show the current setting of the range checker, and whether or not it is
8403 being set automatically by @value{GDBN}.
8404 @end table
8405
8406 @node Supported languages
8407 @section Supported languages
8408
8409 @value{GDBN} supports C, C@t{++}, Objective-C, Fortran, Java, Pascal,
8410 assembly, Modula-2, and Ada.
8411 @c This is false ...
8412 Some @value{GDBN} features may be used in expressions regardless of the
8413 language you use: the @value{GDBN} @code{@@} and @code{::} operators,
8414 and the @samp{@{type@}addr} construct (@pxref{Expressions,
8415 ,Expressions}) can be used with the constructs of any supported
8416 language.
8417
8418 The following sections detail to what degree each source language is
8419 supported by @value{GDBN}. These sections are not meant to be language
8420 tutorials or references, but serve only as a reference guide to what the
8421 @value{GDBN} expression parser accepts, and what input and output
8422 formats should look like for different languages. There are many good
8423 books written on each of these languages; please look to these for a
8424 language reference or tutorial.
8425
8426 @menu
8427 * C:: C and C@t{++}
8428 * Objective-C:: Objective-C
8429 * Fortran:: Fortran
8430 * Pascal:: Pascal
8431 * Modula-2:: Modula-2
8432 * Ada:: Ada
8433 @end menu
8434
8435 @node C
8436 @subsection C and C@t{++}
8437
8438 @cindex C and C@t{++}
8439 @cindex expressions in C or C@t{++}
8440
8441 Since C and C@t{++} are so closely related, many features of @value{GDBN} apply
8442 to both languages. Whenever this is the case, we discuss those languages
8443 together.
8444
8445 @cindex C@t{++}
8446 @cindex @code{g++}, @sc{gnu} C@t{++} compiler
8447 @cindex @sc{gnu} C@t{++}
8448 The C@t{++} debugging facilities are jointly implemented by the C@t{++}
8449 compiler and @value{GDBN}. Therefore, to debug your C@t{++} code
8450 effectively, you must compile your C@t{++} programs with a supported
8451 C@t{++} compiler, such as @sc{gnu} @code{g++}, or the HP ANSI C@t{++}
8452 compiler (@code{aCC}).
8453
8454 For best results when using @sc{gnu} C@t{++}, use the DWARF 2 debugging
8455 format; if it doesn't work on your system, try the stabs+ debugging
8456 format. You can select those formats explicitly with the @code{g++}
8457 command-line options @option{-gdwarf-2} and @option{-gstabs+}.
8458 @xref{Debugging Options,,Options for Debugging Your Program or @sc{gnu}
8459 CC, gcc.info, Using @sc{gnu} CC}.
8460
8461 @menu
8462 * C Operators:: C and C@t{++} operators
8463 * C Constants:: C and C@t{++} constants
8464 * C plus plus expressions:: C@t{++} expressions
8465 * C Defaults:: Default settings for C and C@t{++}
8466 * C Checks:: C and C@t{++} type and range checks
8467 * Debugging C:: @value{GDBN} and C
8468 * Debugging C plus plus:: @value{GDBN} features for C@t{++}
8469 @end menu
8470
8471 @node C Operators
8472 @subsubsection C and C@t{++} operators
8473
8474 @cindex C and C@t{++} operators
8475
8476 Operators must be defined on values of specific types. For instance,
8477 @code{+} is defined on numbers, but not on structures. Operators are
8478 often defined on groups of types.
8479
8480 For the purposes of C and C@t{++}, the following definitions hold:
8481
8482 @itemize @bullet
8483
8484 @item
8485 @emph{Integral types} include @code{int} with any of its storage-class
8486 specifiers; @code{char}; @code{enum}; and, for C@t{++}, @code{bool}.
8487
8488 @item
8489 @emph{Floating-point types} include @code{float}, @code{double}, and
8490 @code{long double} (if supported by the target platform).
8491
8492 @item
8493 @emph{Pointer types} include all types defined as @code{(@var{type} *)}.
8494
8495 @item
8496 @emph{Scalar types} include all of the above.
8497
8498 @end itemize
8499
8500 @noindent
8501 The following operators are supported. They are listed here
8502 in order of increasing precedence:
8503
8504 @table @code
8505 @item ,
8506 The comma or sequencing operator. Expressions in a comma-separated list
8507 are evaluated from left to right, with the result of the entire
8508 expression being the last expression evaluated.
8509
8510 @item =
8511 Assignment. The value of an assignment expression is the value
8512 assigned. Defined on scalar types.
8513
8514 @item @var{op}=
8515 Used in an expression of the form @w{@code{@var{a} @var{op}= @var{b}}},
8516 and translated to @w{@code{@var{a} = @var{a op b}}}.
8517 @w{@code{@var{op}=}} and @code{=} have the same precedence.
8518 @var{op} is any one of the operators @code{|}, @code{^}, @code{&},
8519 @code{<<}, @code{>>}, @code{+}, @code{-}, @code{*}, @code{/}, @code{%}.
8520
8521 @item ?:
8522 The ternary operator. @code{@var{a} ? @var{b} : @var{c}} can be thought
8523 of as: if @var{a} then @var{b} else @var{c}. @var{a} should be of an
8524 integral type.
8525
8526 @item ||
8527 Logical @sc{or}. Defined on integral types.
8528
8529 @item &&
8530 Logical @sc{and}. Defined on integral types.
8531
8532 @item |
8533 Bitwise @sc{or}. Defined on integral types.
8534
8535 @item ^
8536 Bitwise exclusive-@sc{or}. Defined on integral types.
8537
8538 @item &
8539 Bitwise @sc{and}. Defined on integral types.
8540
8541 @item ==@r{, }!=
8542 Equality and inequality. Defined on scalar types. The value of these
8543 expressions is 0 for false and non-zero for true.
8544
8545 @item <@r{, }>@r{, }<=@r{, }>=
8546 Less than, greater than, less than or equal, greater than or equal.
8547 Defined on scalar types. The value of these expressions is 0 for false
8548 and non-zero for true.
8549
8550 @item <<@r{, }>>
8551 left shift, and right shift. Defined on integral types.
8552
8553 @item @@
8554 The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
8555
8556 @item +@r{, }-
8557 Addition and subtraction. Defined on integral types, floating-point types and
8558 pointer types.
8559
8560 @item *@r{, }/@r{, }%
8561 Multiplication, division, and modulus. Multiplication and division are
8562 defined on integral and floating-point types. Modulus is defined on
8563 integral types.
8564
8565 @item ++@r{, }--
8566 Increment and decrement. When appearing before a variable, the
8567 operation is performed before the variable is used in an expression;
8568 when appearing after it, the variable's value is used before the
8569 operation takes place.
8570
8571 @item *
8572 Pointer dereferencing. Defined on pointer types. Same precedence as
8573 @code{++}.
8574
8575 @item &
8576 Address operator. Defined on variables. Same precedence as @code{++}.
8577
8578 For debugging C@t{++}, @value{GDBN} implements a use of @samp{&} beyond what is
8579 allowed in the C@t{++} language itself: you can use @samp{&(&@var{ref})}
8580 (or, if you prefer, simply @samp{&&@var{ref}}) to examine the address
8581 where a C@t{++} reference variable (declared with @samp{&@var{ref}}) is
8582 stored.
8583
8584 @item -
8585 Negative. Defined on integral and floating-point types. Same
8586 precedence as @code{++}.
8587
8588 @item !
8589 Logical negation. Defined on integral types. Same precedence as
8590 @code{++}.
8591
8592 @item ~
8593 Bitwise complement operator. Defined on integral types. Same precedence as
8594 @code{++}.
8595
8596
8597 @item .@r{, }->
8598 Structure member, and pointer-to-structure member. For convenience,
8599 @value{GDBN} regards the two as equivalent, choosing whether to dereference a
8600 pointer based on the stored type information.
8601 Defined on @code{struct} and @code{union} data.
8602
8603 @item .*@r{, }->*
8604 Dereferences of pointers to members.
8605
8606 @item []
8607 Array indexing. @code{@var{a}[@var{i}]} is defined as
8608 @code{*(@var{a}+@var{i})}. Same precedence as @code{->}.
8609
8610 @item ()
8611 Function parameter list. Same precedence as @code{->}.
8612
8613 @item ::
8614 C@t{++} scope resolution operator. Defined on @code{struct}, @code{union},
8615 and @code{class} types.
8616
8617 @item ::
8618 Doubled colons also represent the @value{GDBN} scope operator
8619 (@pxref{Expressions, ,Expressions}). Same precedence as @code{::},
8620 above.
8621 @end table
8622
8623 If an operator is redefined in the user code, @value{GDBN} usually
8624 attempts to invoke the redefined version instead of using the operator's
8625 predefined meaning.
8626
8627 @menu
8628 * C Constants::
8629 @end menu
8630
8631 @node C Constants
8632 @subsubsection C and C@t{++} constants
8633
8634 @cindex C and C@t{++} constants
8635
8636 @value{GDBN} allows you to express the constants of C and C@t{++} in the
8637 following ways:
8638
8639 @itemize @bullet
8640 @item
8641 Integer constants are a sequence of digits. Octal constants are
8642 specified by a leading @samp{0} (i.e.@: zero), and hexadecimal constants
8643 by a leading @samp{0x} or @samp{0X}. Constants may also end with a letter
8644 @samp{l}, specifying that the constant should be treated as a
8645 @code{long} value.
8646
8647 @item
8648 Floating point constants are a sequence of digits, followed by a decimal
8649 point, followed by a sequence of digits, and optionally followed by an
8650 exponent. An exponent is of the form:
8651 @samp{@w{e@r{[[}+@r{]|}-@r{]}@var{nnn}}}, where @var{nnn} is another
8652 sequence of digits. The @samp{+} is optional for positive exponents.
8653 A floating-point constant may also end with a letter @samp{f} or
8654 @samp{F}, specifying that the constant should be treated as being of
8655 the @code{float} (as opposed to the default @code{double}) type; or with
8656 a letter @samp{l} or @samp{L}, which specifies a @code{long double}
8657 constant.
8658
8659 @item
8660 Enumerated constants consist of enumerated identifiers, or their
8661 integral equivalents.
8662
8663 @item
8664 Character constants are a single character surrounded by single quotes
8665 (@code{'}), or a number---the ordinal value of the corresponding character
8666 (usually its @sc{ascii} value). Within quotes, the single character may
8667 be represented by a letter or by @dfn{escape sequences}, which are of
8668 the form @samp{\@var{nnn}}, where @var{nnn} is the octal representation
8669 of the character's ordinal value; or of the form @samp{\@var{x}}, where
8670 @samp{@var{x}} is a predefined special character---for example,
8671 @samp{\n} for newline.
8672
8673 @item
8674 String constants are a sequence of character constants surrounded by
8675 double quotes (@code{"}). Any valid character constant (as described
8676 above) may appear. Double quotes within the string must be preceded by
8677 a backslash, so for instance @samp{"a\"b'c"} is a string of five
8678 characters.
8679
8680 @item
8681 Pointer constants are an integral value. You can also write pointers
8682 to constants using the C operator @samp{&}.
8683
8684 @item
8685 Array constants are comma-separated lists surrounded by braces @samp{@{}
8686 and @samp{@}}; for example, @samp{@{1,2,3@}} is a three-element array of
8687 integers, @samp{@{@{1,2@}, @{3,4@}, @{5,6@}@}} is a three-by-two array,
8688 and @samp{@{&"hi", &"there", &"fred"@}} is a three-element array of pointers.
8689 @end itemize
8690
8691 @menu
8692 * C plus plus expressions::
8693 * C Defaults::
8694 * C Checks::
8695
8696 * Debugging C::
8697 @end menu
8698
8699 @node C plus plus expressions
8700 @subsubsection C@t{++} expressions
8701
8702 @cindex expressions in C@t{++}
8703 @value{GDBN} expression handling can interpret most C@t{++} expressions.
8704
8705 @cindex debugging C@t{++} programs
8706 @cindex C@t{++} compilers
8707 @cindex debug formats and C@t{++}
8708 @cindex @value{NGCC} and C@t{++}
8709 @quotation
8710 @emph{Warning:} @value{GDBN} can only debug C@t{++} code if you use the
8711 proper compiler and the proper debug format. Currently, @value{GDBN}
8712 works best when debugging C@t{++} code that is compiled with
8713 @value{NGCC} 2.95.3 or with @value{NGCC} 3.1 or newer, using the options
8714 @option{-gdwarf-2} or @option{-gstabs+}. DWARF 2 is preferred over
8715 stabs+. Most configurations of @value{NGCC} emit either DWARF 2 or
8716 stabs+ as their default debug format, so you usually don't need to
8717 specify a debug format explicitly. Other compilers and/or debug formats
8718 are likely to work badly or not at all when using @value{GDBN} to debug
8719 C@t{++} code.
8720 @end quotation
8721
8722 @enumerate
8723
8724 @cindex member functions
8725 @item
8726 Member function calls are allowed; you can use expressions like
8727
8728 @smallexample
8729 count = aml->GetOriginal(x, y)
8730 @end smallexample
8731
8732 @vindex this@r{, inside C@t{++} member functions}
8733 @cindex namespace in C@t{++}
8734 @item
8735 While a member function is active (in the selected stack frame), your
8736 expressions have the same namespace available as the member function;
8737 that is, @value{GDBN} allows implicit references to the class instance
8738 pointer @code{this} following the same rules as C@t{++}.
8739
8740 @cindex call overloaded functions
8741 @cindex overloaded functions, calling
8742 @cindex type conversions in C@t{++}
8743 @item
8744 You can call overloaded functions; @value{GDBN} resolves the function
8745 call to the right definition, with some restrictions. @value{GDBN} does not
8746 perform overload resolution involving user-defined type conversions,
8747 calls to constructors, or instantiations of templates that do not exist
8748 in the program. It also cannot handle ellipsis argument lists or
8749 default arguments.
8750
8751 It does perform integral conversions and promotions, floating-point
8752 promotions, arithmetic conversions, pointer conversions, conversions of
8753 class objects to base classes, and standard conversions such as those of
8754 functions or arrays to pointers; it requires an exact match on the
8755 number of function arguments.
8756
8757 Overload resolution is always performed, unless you have specified
8758 @code{set overload-resolution off}. @xref{Debugging C plus plus,
8759 ,@value{GDBN} features for C@t{++}}.
8760
8761 You must specify @code{set overload-resolution off} in order to use an
8762 explicit function signature to call an overloaded function, as in
8763 @smallexample
8764 p 'foo(char,int)'('x', 13)
8765 @end smallexample
8766
8767 The @value{GDBN} command-completion facility can simplify this;
8768 see @ref{Completion, ,Command completion}.
8769
8770 @cindex reference declarations
8771 @item
8772 @value{GDBN} understands variables declared as C@t{++} references; you can use
8773 them in expressions just as you do in C@t{++} source---they are automatically
8774 dereferenced.
8775
8776 In the parameter list shown when @value{GDBN} displays a frame, the values of
8777 reference variables are not displayed (unlike other variables); this
8778 avoids clutter, since references are often used for large structures.
8779 The @emph{address} of a reference variable is always shown, unless
8780 you have specified @samp{set print address off}.
8781
8782 @item
8783 @value{GDBN} supports the C@t{++} name resolution operator @code{::}---your
8784 expressions can use it just as expressions in your program do. Since
8785 one scope may be defined in another, you can use @code{::} repeatedly if
8786 necessary, for example in an expression like
8787 @samp{@var{scope1}::@var{scope2}::@var{name}}. @value{GDBN} also allows
8788 resolving name scope by reference to source files, in both C and C@t{++}
8789 debugging (@pxref{Variables, ,Program variables}).
8790 @end enumerate
8791
8792 In addition, when used with HP's C@t{++} compiler, @value{GDBN} supports
8793 calling virtual functions correctly, printing out virtual bases of
8794 objects, calling functions in a base subobject, casting objects, and
8795 invoking user-defined operators.
8796
8797 @node C Defaults
8798 @subsubsection C and C@t{++} defaults
8799
8800 @cindex C and C@t{++} defaults
8801
8802 If you allow @value{GDBN} to set type and range checking automatically, they
8803 both default to @code{off} whenever the working language changes to
8804 C or C@t{++}. This happens regardless of whether you or @value{GDBN}
8805 selects the working language.
8806
8807 If you allow @value{GDBN} to set the language automatically, it
8808 recognizes source files whose names end with @file{.c}, @file{.C}, or
8809 @file{.cc}, etc, and when @value{GDBN} enters code compiled from one of
8810 these files, it sets the working language to C or C@t{++}.
8811 @xref{Automatically, ,Having @value{GDBN} infer the source language},
8812 for further details.
8813
8814 @c Type checking is (a) primarily motivated by Modula-2, and (b)
8815 @c unimplemented. If (b) changes, it might make sense to let this node
8816 @c appear even if Mod-2 does not, but meanwhile ignore it. roland 16jul93.
8817
8818 @node C Checks
8819 @subsubsection C and C@t{++} type and range checks
8820
8821 @cindex C and C@t{++} checks
8822
8823 By default, when @value{GDBN} parses C or C@t{++} expressions, type checking
8824 is not used. However, if you turn type checking on, @value{GDBN}
8825 considers two variables type equivalent if:
8826
8827 @itemize @bullet
8828 @item
8829 The two variables are structured and have the same structure, union, or
8830 enumerated tag.
8831
8832 @item
8833 The two variables have the same type name, or types that have been
8834 declared equivalent through @code{typedef}.
8835
8836 @ignore
8837 @c leaving this out because neither J Gilmore nor R Pesch understand it.
8838 @c FIXME--beers?
8839 @item
8840 The two @code{struct}, @code{union}, or @code{enum} variables are
8841 declared in the same declaration. (Note: this may not be true for all C
8842 compilers.)
8843 @end ignore
8844 @end itemize
8845
8846 Range checking, if turned on, is done on mathematical operations. Array
8847 indices are not checked, since they are often used to index a pointer
8848 that is not itself an array.
8849
8850 @node Debugging C
8851 @subsubsection @value{GDBN} and C
8852
8853 The @code{set print union} and @code{show print union} commands apply to
8854 the @code{union} type. When set to @samp{on}, any @code{union} that is
8855 inside a @code{struct} or @code{class} is also printed. Otherwise, it
8856 appears as @samp{@{...@}}.
8857
8858 The @code{@@} operator aids in the debugging of dynamic arrays, formed
8859 with pointers and a memory allocation function. @xref{Expressions,
8860 ,Expressions}.
8861
8862 @menu
8863 * Debugging C plus plus::
8864 @end menu
8865
8866 @node Debugging C plus plus
8867 @subsubsection @value{GDBN} features for C@t{++}
8868
8869 @cindex commands for C@t{++}
8870
8871 Some @value{GDBN} commands are particularly useful with C@t{++}, and some are
8872 designed specifically for use with C@t{++}. Here is a summary:
8873
8874 @table @code
8875 @cindex break in overloaded functions
8876 @item @r{breakpoint menus}
8877 When you want a breakpoint in a function whose name is overloaded,
8878 @value{GDBN} breakpoint menus help you specify which function definition
8879 you want. @xref{Breakpoint Menus,,Breakpoint menus}.
8880
8881 @cindex overloading in C@t{++}
8882 @item rbreak @var{regex}
8883 Setting breakpoints using regular expressions is helpful for setting
8884 breakpoints on overloaded functions that are not members of any special
8885 classes.
8886 @xref{Set Breaks, ,Setting breakpoints}.
8887
8888 @cindex C@t{++} exception handling
8889 @item catch throw
8890 @itemx catch catch
8891 Debug C@t{++} exception handling using these commands. @xref{Set
8892 Catchpoints, , Setting catchpoints}.
8893
8894 @cindex inheritance
8895 @item ptype @var{typename}
8896 Print inheritance relationships as well as other information for type
8897 @var{typename}.
8898 @xref{Symbols, ,Examining the Symbol Table}.
8899
8900 @cindex C@t{++} symbol display
8901 @item set print demangle
8902 @itemx show print demangle
8903 @itemx set print asm-demangle
8904 @itemx show print asm-demangle
8905 Control whether C@t{++} symbols display in their source form, both when
8906 displaying code as C@t{++} source and when displaying disassemblies.
8907 @xref{Print Settings, ,Print settings}.
8908
8909 @item set print object
8910 @itemx show print object
8911 Choose whether to print derived (actual) or declared types of objects.
8912 @xref{Print Settings, ,Print settings}.
8913
8914 @item set print vtbl
8915 @itemx show print vtbl
8916 Control the format for printing virtual function tables.
8917 @xref{Print Settings, ,Print settings}.
8918 (The @code{vtbl} commands do not work on programs compiled with the HP
8919 ANSI C@t{++} compiler (@code{aCC}).)
8920
8921 @kindex set overload-resolution
8922 @cindex overloaded functions, overload resolution
8923 @item set overload-resolution on
8924 Enable overload resolution for C@t{++} expression evaluation. The default
8925 is on. For overloaded functions, @value{GDBN} evaluates the arguments
8926 and searches for a function whose signature matches the argument types,
8927 using the standard C@t{++} conversion rules (see @ref{C plus plus expressions, ,C@t{++}
8928 expressions}, for details). If it cannot find a match, it emits a
8929 message.
8930
8931 @item set overload-resolution off
8932 Disable overload resolution for C@t{++} expression evaluation. For
8933 overloaded functions that are not class member functions, @value{GDBN}
8934 chooses the first function of the specified name that it finds in the
8935 symbol table, whether or not its arguments are of the correct type. For
8936 overloaded functions that are class member functions, @value{GDBN}
8937 searches for a function whose signature @emph{exactly} matches the
8938 argument types.
8939
8940 @kindex show overload-resolution
8941 @item show overload-resolution
8942 Show the current setting of overload resolution.
8943
8944 @item @r{Overloaded symbol names}
8945 You can specify a particular definition of an overloaded symbol, using
8946 the same notation that is used to declare such symbols in C@t{++}: type
8947 @code{@var{symbol}(@var{types})} rather than just @var{symbol}. You can
8948 also use the @value{GDBN} command-line word completion facilities to list the
8949 available choices, or to finish the type list for you.
8950 @xref{Completion,, Command completion}, for details on how to do this.
8951 @end table
8952
8953 @node Objective-C
8954 @subsection Objective-C
8955
8956 @cindex Objective-C
8957 This section provides information about some commands and command
8958 options that are useful for debugging Objective-C code. See also
8959 @ref{Symbols, info classes}, and @ref{Symbols, info selectors}, for a
8960 few more commands specific to Objective-C support.
8961
8962 @menu
8963 * Method Names in Commands::
8964 * The Print Command with Objective-C::
8965 @end menu
8966
8967 @node Method Names in Commands, The Print Command with Objective-C, Objective-C, Objective-C
8968 @subsubsection Method Names in Commands
8969
8970 The following commands have been extended to accept Objective-C method
8971 names as line specifications:
8972
8973 @kindex clear@r{, and Objective-C}
8974 @kindex break@r{, and Objective-C}
8975 @kindex info line@r{, and Objective-C}
8976 @kindex jump@r{, and Objective-C}
8977 @kindex list@r{, and Objective-C}
8978 @itemize
8979 @item @code{clear}
8980 @item @code{break}
8981 @item @code{info line}
8982 @item @code{jump}
8983 @item @code{list}
8984 @end itemize
8985
8986 A fully qualified Objective-C method name is specified as
8987
8988 @smallexample
8989 -[@var{Class} @var{methodName}]
8990 @end smallexample
8991
8992 where the minus sign is used to indicate an instance method and a
8993 plus sign (not shown) is used to indicate a class method. The class
8994 name @var{Class} and method name @var{methodName} are enclosed in
8995 brackets, similar to the way messages are specified in Objective-C
8996 source code. For example, to set a breakpoint at the @code{create}
8997 instance method of class @code{Fruit} in the program currently being
8998 debugged, enter:
8999
9000 @smallexample
9001 break -[Fruit create]
9002 @end smallexample
9003
9004 To list ten program lines around the @code{initialize} class method,
9005 enter:
9006
9007 @smallexample
9008 list +[NSText initialize]
9009 @end smallexample
9010
9011 In the current version of @value{GDBN}, the plus or minus sign is
9012 required. In future versions of @value{GDBN}, the plus or minus
9013 sign will be optional, but you can use it to narrow the search. It
9014 is also possible to specify just a method name:
9015
9016 @smallexample
9017 break create
9018 @end smallexample
9019
9020 You must specify the complete method name, including any colons. If
9021 your program's source files contain more than one @code{create} method,
9022 you'll be presented with a numbered list of classes that implement that
9023 method. Indicate your choice by number, or type @samp{0} to exit if
9024 none apply.
9025
9026 As another example, to clear a breakpoint established at the
9027 @code{makeKeyAndOrderFront:} method of the @code{NSWindow} class, enter:
9028
9029 @smallexample
9030 clear -[NSWindow makeKeyAndOrderFront:]
9031 @end smallexample
9032
9033 @node The Print Command with Objective-C
9034 @subsubsection The Print Command With Objective-C
9035 @cindex Objective-C, print objects
9036 @kindex print-object
9037 @kindex po @r{(@code{print-object})}
9038
9039 The print command has also been extended to accept methods. For example:
9040
9041 @smallexample
9042 print -[@var{object} hash]
9043 @end smallexample
9044
9045 @cindex print an Objective-C object description
9046 @cindex @code{_NSPrintForDebugger}, and printing Objective-C objects
9047 @noindent
9048 will tell @value{GDBN} to send the @code{hash} message to @var{object}
9049 and print the result. Also, an additional command has been added,
9050 @code{print-object} or @code{po} for short, which is meant to print
9051 the description of an object. However, this command may only work
9052 with certain Objective-C libraries that have a particular hook
9053 function, @code{_NSPrintForDebugger}, defined.
9054
9055 @node Fortran
9056 @subsection Fortran
9057 @cindex Fortran-specific support in @value{GDBN}
9058
9059 @table @code
9060 @cindex @code{COMMON} blocks, Fortran
9061 @kindex info common
9062 @item info common @r{[}@var{common-name}@r{]}
9063 This command prints the values contained in the Fortran @code{COMMON}
9064 block whose name is @var{common-name}. With no argument, the names of
9065 all @code{COMMON} blocks visible at current program location are
9066 printed.
9067 @end table
9068
9069 Fortran symbols are usually case-insensitive, so @value{GDBN} by
9070 default uses case-insensitive matches for Fortran symbols. You can
9071 change that with the @samp{set case-insensitive} command, see
9072 @ref{Symbols}, for the details.
9073
9074 @node Pascal
9075 @subsection Pascal
9076
9077 @cindex Pascal support in @value{GDBN}, limitations
9078 Debugging Pascal programs which use sets, subranges, file variables, or
9079 nested functions does not currently work. @value{GDBN} does not support
9080 entering expressions, printing values, or similar features using Pascal
9081 syntax.
9082
9083 The Pascal-specific command @code{set print pascal_static-members}
9084 controls whether static members of Pascal objects are displayed.
9085 @xref{Print Settings, pascal_static-members}.
9086
9087 @node Modula-2
9088 @subsection Modula-2
9089
9090 @cindex Modula-2, @value{GDBN} support
9091
9092 The extensions made to @value{GDBN} to support Modula-2 only support
9093 output from the @sc{gnu} Modula-2 compiler (which is currently being
9094 developed). Other Modula-2 compilers are not currently supported, and
9095 attempting to debug executables produced by them is most likely
9096 to give an error as @value{GDBN} reads in the executable's symbol
9097 table.
9098
9099 @cindex expressions in Modula-2
9100 @menu
9101 * M2 Operators:: Built-in operators
9102 * Built-In Func/Proc:: Built-in functions and procedures
9103 * M2 Constants:: Modula-2 constants
9104 * M2 Defaults:: Default settings for Modula-2
9105 * Deviations:: Deviations from standard Modula-2
9106 * M2 Checks:: Modula-2 type and range checks
9107 * M2 Scope:: The scope operators @code{::} and @code{.}
9108 * GDB/M2:: @value{GDBN} and Modula-2
9109 @end menu
9110
9111 @node M2 Operators
9112 @subsubsection Operators
9113 @cindex Modula-2 operators
9114
9115 Operators must be defined on values of specific types. For instance,
9116 @code{+} is defined on numbers, but not on structures. Operators are
9117 often defined on groups of types. For the purposes of Modula-2, the
9118 following definitions hold:
9119
9120 @itemize @bullet
9121
9122 @item
9123 @emph{Integral types} consist of @code{INTEGER}, @code{CARDINAL}, and
9124 their subranges.
9125
9126 @item
9127 @emph{Character types} consist of @code{CHAR} and its subranges.
9128
9129 @item
9130 @emph{Floating-point types} consist of @code{REAL}.
9131
9132 @item
9133 @emph{Pointer types} consist of anything declared as @code{POINTER TO
9134 @var{type}}.
9135
9136 @item
9137 @emph{Scalar types} consist of all of the above.
9138
9139 @item
9140 @emph{Set types} consist of @code{SET} and @code{BITSET} types.
9141
9142 @item
9143 @emph{Boolean types} consist of @code{BOOLEAN}.
9144 @end itemize
9145
9146 @noindent
9147 The following operators are supported, and appear in order of
9148 increasing precedence:
9149
9150 @table @code
9151 @item ,
9152 Function argument or array index separator.
9153
9154 @item :=
9155 Assignment. The value of @var{var} @code{:=} @var{value} is
9156 @var{value}.
9157
9158 @item <@r{, }>
9159 Less than, greater than on integral, floating-point, or enumerated
9160 types.
9161
9162 @item <=@r{, }>=
9163 Less than or equal to, greater than or equal to
9164 on integral, floating-point and enumerated types, or set inclusion on
9165 set types. Same precedence as @code{<}.
9166
9167 @item =@r{, }<>@r{, }#
9168 Equality and two ways of expressing inequality, valid on scalar types.
9169 Same precedence as @code{<}. In @value{GDBN} scripts, only @code{<>} is
9170 available for inequality, since @code{#} conflicts with the script
9171 comment character.
9172
9173 @item IN
9174 Set membership. Defined on set types and the types of their members.
9175 Same precedence as @code{<}.
9176
9177 @item OR
9178 Boolean disjunction. Defined on boolean types.
9179
9180 @item AND@r{, }&
9181 Boolean conjunction. Defined on boolean types.
9182
9183 @item @@
9184 The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
9185
9186 @item +@r{, }-
9187 Addition and subtraction on integral and floating-point types, or union
9188 and difference on set types.
9189
9190 @item *
9191 Multiplication on integral and floating-point types, or set intersection
9192 on set types.
9193
9194 @item /
9195 Division on floating-point types, or symmetric set difference on set
9196 types. Same precedence as @code{*}.
9197
9198 @item DIV@r{, }MOD
9199 Integer division and remainder. Defined on integral types. Same
9200 precedence as @code{*}.
9201
9202 @item -
9203 Negative. Defined on @code{INTEGER} and @code{REAL} data.
9204
9205 @item ^
9206 Pointer dereferencing. Defined on pointer types.
9207
9208 @item NOT
9209 Boolean negation. Defined on boolean types. Same precedence as
9210 @code{^}.
9211
9212 @item .
9213 @code{RECORD} field selector. Defined on @code{RECORD} data. Same
9214 precedence as @code{^}.
9215
9216 @item []
9217 Array indexing. Defined on @code{ARRAY} data. Same precedence as @code{^}.
9218
9219 @item ()
9220 Procedure argument list. Defined on @code{PROCEDURE} objects. Same precedence
9221 as @code{^}.
9222
9223 @item ::@r{, }.
9224 @value{GDBN} and Modula-2 scope operators.
9225 @end table
9226
9227 @quotation
9228 @emph{Warning:} Sets and their operations are not yet supported, so @value{GDBN}
9229 treats the use of the operator @code{IN}, or the use of operators
9230 @code{+}, @code{-}, @code{*}, @code{/}, @code{=}, , @code{<>}, @code{#},
9231 @code{<=}, and @code{>=} on sets as an error.
9232 @end quotation
9233
9234
9235 @node Built-In Func/Proc
9236 @subsubsection Built-in functions and procedures
9237 @cindex Modula-2 built-ins
9238
9239 Modula-2 also makes available several built-in procedures and functions.
9240 In describing these, the following metavariables are used:
9241
9242 @table @var
9243
9244 @item a
9245 represents an @code{ARRAY} variable.
9246
9247 @item c
9248 represents a @code{CHAR} constant or variable.
9249
9250 @item i
9251 represents a variable or constant of integral type.
9252
9253 @item m
9254 represents an identifier that belongs to a set. Generally used in the
9255 same function with the metavariable @var{s}. The type of @var{s} should
9256 be @code{SET OF @var{mtype}} (where @var{mtype} is the type of @var{m}).
9257
9258 @item n
9259 represents a variable or constant of integral or floating-point type.
9260
9261 @item r
9262 represents a variable or constant of floating-point type.
9263
9264 @item t
9265 represents a type.
9266
9267 @item v
9268 represents a variable.
9269
9270 @item x
9271 represents a variable or constant of one of many types. See the
9272 explanation of the function for details.
9273 @end table
9274
9275 All Modula-2 built-in procedures also return a result, described below.
9276
9277 @table @code
9278 @item ABS(@var{n})
9279 Returns the absolute value of @var{n}.
9280
9281 @item CAP(@var{c})
9282 If @var{c} is a lower case letter, it returns its upper case
9283 equivalent, otherwise it returns its argument.
9284
9285 @item CHR(@var{i})
9286 Returns the character whose ordinal value is @var{i}.
9287
9288 @item DEC(@var{v})
9289 Decrements the value in the variable @var{v} by one. Returns the new value.
9290
9291 @item DEC(@var{v},@var{i})
9292 Decrements the value in the variable @var{v} by @var{i}. Returns the
9293 new value.
9294
9295 @item EXCL(@var{m},@var{s})
9296 Removes the element @var{m} from the set @var{s}. Returns the new
9297 set.
9298
9299 @item FLOAT(@var{i})
9300 Returns the floating point equivalent of the integer @var{i}.
9301
9302 @item HIGH(@var{a})
9303 Returns the index of the last member of @var{a}.
9304
9305 @item INC(@var{v})
9306 Increments the value in the variable @var{v} by one. Returns the new value.
9307
9308 @item INC(@var{v},@var{i})
9309 Increments the value in the variable @var{v} by @var{i}. Returns the
9310 new value.
9311
9312 @item INCL(@var{m},@var{s})
9313 Adds the element @var{m} to the set @var{s} if it is not already
9314 there. Returns the new set.
9315
9316 @item MAX(@var{t})
9317 Returns the maximum value of the type @var{t}.
9318
9319 @item MIN(@var{t})
9320 Returns the minimum value of the type @var{t}.
9321
9322 @item ODD(@var{i})
9323 Returns boolean TRUE if @var{i} is an odd number.
9324
9325 @item ORD(@var{x})
9326 Returns the ordinal value of its argument. For example, the ordinal
9327 value of a character is its @sc{ascii} value (on machines supporting the
9328 @sc{ascii} character set). @var{x} must be of an ordered type, which include
9329 integral, character and enumerated types.
9330
9331 @item SIZE(@var{x})
9332 Returns the size of its argument. @var{x} can be a variable or a type.
9333
9334 @item TRUNC(@var{r})
9335 Returns the integral part of @var{r}.
9336
9337 @item VAL(@var{t},@var{i})
9338 Returns the member of the type @var{t} whose ordinal value is @var{i}.
9339 @end table
9340
9341 @quotation
9342 @emph{Warning:} Sets and their operations are not yet supported, so
9343 @value{GDBN} treats the use of procedures @code{INCL} and @code{EXCL} as
9344 an error.
9345 @end quotation
9346
9347 @cindex Modula-2 constants
9348 @node M2 Constants
9349 @subsubsection Constants
9350
9351 @value{GDBN} allows you to express the constants of Modula-2 in the following
9352 ways:
9353
9354 @itemize @bullet
9355
9356 @item
9357 Integer constants are simply a sequence of digits. When used in an
9358 expression, a constant is interpreted to be type-compatible with the
9359 rest of the expression. Hexadecimal integers are specified by a
9360 trailing @samp{H}, and octal integers by a trailing @samp{B}.
9361
9362 @item
9363 Floating point constants appear as a sequence of digits, followed by a
9364 decimal point and another sequence of digits. An optional exponent can
9365 then be specified, in the form @samp{E@r{[}+@r{|}-@r{]}@var{nnn}}, where
9366 @samp{@r{[}+@r{|}-@r{]}@var{nnn}} is the desired exponent. All of the
9367 digits of the floating point constant must be valid decimal (base 10)
9368 digits.
9369
9370 @item
9371 Character constants consist of a single character enclosed by a pair of
9372 like quotes, either single (@code{'}) or double (@code{"}). They may
9373 also be expressed by their ordinal value (their @sc{ascii} value, usually)
9374 followed by a @samp{C}.
9375
9376 @item
9377 String constants consist of a sequence of characters enclosed by a
9378 pair of like quotes, either single (@code{'}) or double (@code{"}).
9379 Escape sequences in the style of C are also allowed. @xref{C
9380 Constants, ,C and C@t{++} constants}, for a brief explanation of escape
9381 sequences.
9382
9383 @item
9384 Enumerated constants consist of an enumerated identifier.
9385
9386 @item
9387 Boolean constants consist of the identifiers @code{TRUE} and
9388 @code{FALSE}.
9389
9390 @item
9391 Pointer constants consist of integral values only.
9392
9393 @item
9394 Set constants are not yet supported.
9395 @end itemize
9396
9397 @node M2 Defaults
9398 @subsubsection Modula-2 defaults
9399 @cindex Modula-2 defaults
9400
9401 If type and range checking are set automatically by @value{GDBN}, they
9402 both default to @code{on} whenever the working language changes to
9403 Modula-2. This happens regardless of whether you or @value{GDBN}
9404 selected the working language.
9405
9406 If you allow @value{GDBN} to set the language automatically, then entering
9407 code compiled from a file whose name ends with @file{.mod} sets the
9408 working language to Modula-2. @xref{Automatically, ,Having @value{GDBN} set
9409 the language automatically}, for further details.
9410
9411 @node Deviations
9412 @subsubsection Deviations from standard Modula-2
9413 @cindex Modula-2, deviations from
9414
9415 A few changes have been made to make Modula-2 programs easier to debug.
9416 This is done primarily via loosening its type strictness:
9417
9418 @itemize @bullet
9419 @item
9420 Unlike in standard Modula-2, pointer constants can be formed by
9421 integers. This allows you to modify pointer variables during
9422 debugging. (In standard Modula-2, the actual address contained in a
9423 pointer variable is hidden from you; it can only be modified
9424 through direct assignment to another pointer variable or expression that
9425 returned a pointer.)
9426
9427 @item
9428 C escape sequences can be used in strings and characters to represent
9429 non-printable characters. @value{GDBN} prints out strings with these
9430 escape sequences embedded. Single non-printable characters are
9431 printed using the @samp{CHR(@var{nnn})} format.
9432
9433 @item
9434 The assignment operator (@code{:=}) returns the value of its right-hand
9435 argument.
9436
9437 @item
9438 All built-in procedures both modify @emph{and} return their argument.
9439 @end itemize
9440
9441 @node M2 Checks
9442 @subsubsection Modula-2 type and range checks
9443 @cindex Modula-2 checks
9444
9445 @quotation
9446 @emph{Warning:} in this release, @value{GDBN} does not yet perform type or
9447 range checking.
9448 @end quotation
9449 @c FIXME remove warning when type/range checks added
9450
9451 @value{GDBN} considers two Modula-2 variables type equivalent if:
9452
9453 @itemize @bullet
9454 @item
9455 They are of types that have been declared equivalent via a @code{TYPE
9456 @var{t1} = @var{t2}} statement
9457
9458 @item
9459 They have been declared on the same line. (Note: This is true of the
9460 @sc{gnu} Modula-2 compiler, but it may not be true of other compilers.)
9461 @end itemize
9462
9463 As long as type checking is enabled, any attempt to combine variables
9464 whose types are not equivalent is an error.
9465
9466 Range checking is done on all mathematical operations, assignment, array
9467 index bounds, and all built-in functions and procedures.
9468
9469 @node M2 Scope
9470 @subsubsection The scope operators @code{::} and @code{.}
9471 @cindex scope
9472 @cindex @code{.}, Modula-2 scope operator
9473 @cindex colon, doubled as scope operator
9474 @ifinfo
9475 @vindex colon-colon@r{, in Modula-2}
9476 @c Info cannot handle :: but TeX can.
9477 @end ifinfo
9478 @iftex
9479 @vindex ::@r{, in Modula-2}
9480 @end iftex
9481
9482 There are a few subtle differences between the Modula-2 scope operator
9483 (@code{.}) and the @value{GDBN} scope operator (@code{::}). The two have
9484 similar syntax:
9485
9486 @smallexample
9487
9488 @var{module} . @var{id}
9489 @var{scope} :: @var{id}
9490 @end smallexample
9491
9492 @noindent
9493 where @var{scope} is the name of a module or a procedure,
9494 @var{module} the name of a module, and @var{id} is any declared
9495 identifier within your program, except another module.
9496
9497 Using the @code{::} operator makes @value{GDBN} search the scope
9498 specified by @var{scope} for the identifier @var{id}. If it is not
9499 found in the specified scope, then @value{GDBN} searches all scopes
9500 enclosing the one specified by @var{scope}.
9501
9502 Using the @code{.} operator makes @value{GDBN} search the current scope for
9503 the identifier specified by @var{id} that was imported from the
9504 definition module specified by @var{module}. With this operator, it is
9505 an error if the identifier @var{id} was not imported from definition
9506 module @var{module}, or if @var{id} is not an identifier in
9507 @var{module}.
9508
9509 @node GDB/M2
9510 @subsubsection @value{GDBN} and Modula-2
9511
9512 Some @value{GDBN} commands have little use when debugging Modula-2 programs.
9513 Five subcommands of @code{set print} and @code{show print} apply
9514 specifically to C and C@t{++}: @samp{vtbl}, @samp{demangle},
9515 @samp{asm-demangle}, @samp{object}, and @samp{union}. The first four
9516 apply to C@t{++}, and the last to the C @code{union} type, which has no direct
9517 analogue in Modula-2.
9518
9519 The @code{@@} operator (@pxref{Expressions, ,Expressions}), while available
9520 with any language, is not useful with Modula-2. Its
9521 intent is to aid the debugging of @dfn{dynamic arrays}, which cannot be
9522 created in Modula-2 as they can in C or C@t{++}. However, because an
9523 address can be specified by an integral constant, the construct
9524 @samp{@{@var{type}@}@var{adrexp}} is still useful.
9525
9526 @cindex @code{#} in Modula-2
9527 In @value{GDBN} scripts, the Modula-2 inequality operator @code{#} is
9528 interpreted as the beginning of a comment. Use @code{<>} instead.
9529
9530 @node Ada
9531 @subsection Ada
9532 @cindex Ada
9533
9534 The extensions made to @value{GDBN} for Ada only support
9535 output from the @sc{gnu} Ada (GNAT) compiler.
9536 Other Ada compilers are not currently supported, and
9537 attempting to debug executables produced by them is most likely
9538 to be difficult.
9539
9540
9541 @cindex expressions in Ada
9542 @menu
9543 * Ada Mode Intro:: General remarks on the Ada syntax
9544 and semantics supported by Ada mode
9545 in @value{GDBN}.
9546 * Omissions from Ada:: Restrictions on the Ada expression syntax.
9547 * Additions to Ada:: Extensions of the Ada expression syntax.
9548 * Stopping Before Main Program:: Debugging the program during elaboration.
9549 * Ada Glitches:: Known peculiarities of Ada mode.
9550 @end menu
9551
9552 @node Ada Mode Intro
9553 @subsubsection Introduction
9554 @cindex Ada mode, general
9555
9556 The Ada mode of @value{GDBN} supports a fairly large subset of Ada expression
9557 syntax, with some extensions.
9558 The philosophy behind the design of this subset is
9559
9560 @itemize @bullet
9561 @item
9562 That @value{GDBN} should provide basic literals and access to operations for
9563 arithmetic, dereferencing, field selection, indexing, and subprogram calls,
9564 leaving more sophisticated computations to subprograms written into the
9565 program (which therefore may be called from @value{GDBN}).
9566
9567 @item
9568 That type safety and strict adherence to Ada language restrictions
9569 are not particularly important to the @value{GDBN} user.
9570
9571 @item
9572 That brevity is important to the @value{GDBN} user.
9573 @end itemize
9574
9575 Thus, for brevity, the debugger acts as if there were
9576 implicit @code{with} and @code{use} clauses in effect for all user-written
9577 packages, making it unnecessary to fully qualify most names with
9578 their packages, regardless of context. Where this causes ambiguity,
9579 @value{GDBN} asks the user's intent.
9580
9581 The debugger will start in Ada mode if it detects an Ada main program.
9582 As for other languages, it will enter Ada mode when stopped in a program that
9583 was translated from an Ada source file.
9584
9585 While in Ada mode, you may use `@t{--}' for comments. This is useful
9586 mostly for documenting command files. The standard @value{GDBN} comment
9587 (@samp{#}) still works at the beginning of a line in Ada mode, but not in the
9588 middle (to allow based literals).
9589
9590 The debugger supports limited overloading. Given a subprogram call in which
9591 the function symbol has multiple definitions, it will use the number of
9592 actual parameters and some information about their types to attempt to narrow
9593 the set of definitions. It also makes very limited use of context, preferring
9594 procedures to functions in the context of the @code{call} command, and
9595 functions to procedures elsewhere.
9596
9597 @node Omissions from Ada
9598 @subsubsection Omissions from Ada
9599 @cindex Ada, omissions from
9600
9601 Here are the notable omissions from the subset:
9602
9603 @itemize @bullet
9604 @item
9605 Only a subset of the attributes are supported:
9606
9607 @itemize @minus
9608 @item
9609 @t{'First}, @t{'Last}, and @t{'Length}
9610 on array objects (not on types and subtypes).
9611
9612 @item
9613 @t{'Min} and @t{'Max}.
9614
9615 @item
9616 @t{'Pos} and @t{'Val}.
9617
9618 @item
9619 @t{'Tag}.
9620
9621 @item
9622 @t{'Range} on array objects (not subtypes), but only as the right
9623 operand of the membership (@code{in}) operator.
9624
9625 @item
9626 @t{'Access}, @t{'Unchecked_Access}, and
9627 @t{'Unrestricted_Access} (a GNAT extension).
9628
9629 @item
9630 @t{'Address}.
9631 @end itemize
9632
9633 @item
9634 The names in
9635 @code{Characters.Latin_1} are not available and
9636 concatenation is not implemented. Thus, escape characters in strings are
9637 not currently available.
9638
9639 @item
9640 Equality tests (@samp{=} and @samp{/=}) on arrays test for bitwise
9641 equality of representations. They will generally work correctly
9642 for strings and arrays whose elements have integer or enumeration types.
9643 They may not work correctly for arrays whose element
9644 types have user-defined equality, for arrays of real values
9645 (in particular, IEEE-conformant floating point, because of negative
9646 zeroes and NaNs), and for arrays whose elements contain unused bits with
9647 indeterminate values.
9648
9649 @item
9650 The other component-by-component array operations (@code{and}, @code{or},
9651 @code{xor}, @code{not}, and relational tests other than equality)
9652 are not implemented.
9653
9654 @item
9655 There are no record or array aggregates.
9656
9657 @item
9658 Calls to dispatching subprograms are not implemented.
9659
9660 @item
9661 The overloading algorithm is much more limited (i.e., less selective)
9662 than that of real Ada. It makes only limited use of the context in which a subexpression
9663 appears to resolve its meaning, and it is much looser in its rules for allowing
9664 type matches. As a result, some function calls will be ambiguous, and the user
9665 will be asked to choose the proper resolution.
9666
9667 @item
9668 The @code{new} operator is not implemented.
9669
9670 @item
9671 Entry calls are not implemented.
9672
9673 @item
9674 Aside from printing, arithmetic operations on the native VAX floating-point
9675 formats are not supported.
9676
9677 @item
9678 It is not possible to slice a packed array.
9679 @end itemize
9680
9681 @node Additions to Ada
9682 @subsubsection Additions to Ada
9683 @cindex Ada, deviations from
9684
9685 As it does for other languages, @value{GDBN} makes certain generic
9686 extensions to Ada (@pxref{Expressions}):
9687
9688 @itemize @bullet
9689 @item
9690 If the expression @var{E} is a variable residing in memory
9691 (typically a local variable or array element) and @var{N} is
9692 a positive integer, then @code{@var{E}@@@var{N}} displays the values of
9693 @var{E} and the @var{N}-1 adjacent variables following it in memory as an array.
9694 In Ada, this operator is generally not necessary, since its prime use
9695 is in displaying parts of an array, and slicing will usually do this in Ada.
9696 However, there are occasional uses when debugging programs
9697 in which certain debugging information has been optimized away.
9698
9699 @item
9700 @code{@var{B}::@var{var}} means ``the variable named @var{var} that appears
9701 in function or file @var{B}.'' When @var{B} is a file name, you must typically
9702 surround it in single quotes.
9703
9704 @item
9705 The expression @code{@{@var{type}@} @var{addr}} means ``the variable of type
9706 @var{type} that appears at address @var{addr}.''
9707
9708 @item
9709 A name starting with @samp{$} is a convenience variable
9710 (@pxref{Convenience Vars}) or a machine register (@pxref{Registers}).
9711 @end itemize
9712
9713 In addition, @value{GDBN} provides a few other shortcuts and outright additions specific
9714 to Ada:
9715
9716 @itemize @bullet
9717 @item
9718 The assignment statement is allowed as an expression, returning
9719 its right-hand operand as its value. Thus, you may enter
9720
9721 @smallexample
9722 set x := y + 3
9723 print A(tmp := y + 1)
9724 @end smallexample
9725
9726 @item
9727 The semicolon is allowed as an ``operator,'' returning as its value
9728 the value of its right-hand operand.
9729 This allows, for example,
9730 complex conditional breaks:
9731
9732 @smallexample
9733 break f
9734 condition 1 (report(i); k += 1; A(k) > 100)
9735 @end smallexample
9736
9737 @item
9738 Rather than use catenation and symbolic character names to introduce special
9739 characters into strings, one may instead use a special bracket notation,
9740 which is also used to print strings. A sequence of characters of the form
9741 @samp{["@var{XX}"]} within a string or character literal denotes the
9742 (single) character whose numeric encoding is @var{XX} in hexadecimal. The
9743 sequence of characters @samp{["""]} also denotes a single quotation mark
9744 in strings. For example,
9745 @smallexample
9746 "One line.["0a"]Next line.["0a"]"
9747 @end smallexample
9748 @noindent
9749 contains an ASCII newline character (@code{Ada.Characters.Latin_1.LF}) after each
9750 period.
9751
9752 @item
9753 The subtype used as a prefix for the attributes @t{'Pos}, @t{'Min}, and
9754 @t{'Max} is optional (and is ignored in any case). For example, it is valid
9755 to write
9756
9757 @smallexample
9758 print 'max(x, y)
9759 @end smallexample
9760
9761 @item
9762 When printing arrays, @value{GDBN} uses positional notation when the
9763 array has a lower bound of 1, and uses a modified named notation otherwise.
9764 For example, a one-dimensional array of three integers with a lower bound of 3 might print as
9765
9766 @smallexample
9767 (3 => 10, 17, 1)
9768 @end smallexample
9769
9770 @noindent
9771 That is, in contrast to valid Ada, only the first component has a @code{=>}
9772 clause.
9773
9774 @item
9775 You may abbreviate attributes in expressions with any unique,
9776 multi-character subsequence of
9777 their names (an exact match gets preference).
9778 For example, you may use @t{a'len}, @t{a'gth}, or @t{a'lh}
9779 in place of @t{a'length}.
9780
9781 @item
9782 @cindex quoting Ada internal identifiers
9783 Since Ada is case-insensitive, the debugger normally maps identifiers you type
9784 to lower case. The GNAT compiler uses upper-case characters for
9785 some of its internal identifiers, which are normally of no interest to users.
9786 For the rare occasions when you actually have to look at them,
9787 enclose them in angle brackets to avoid the lower-case mapping.
9788 For example,
9789 @smallexample
9790 @value{GDBP} print <JMPBUF_SAVE>[0]
9791 @end smallexample
9792
9793 @item
9794 Printing an object of class-wide type or dereferencing an
9795 access-to-class-wide value will display all the components of the object's
9796 specific type (as indicated by its run-time tag). Likewise, component
9797 selection on such a value will operate on the specific type of the
9798 object.
9799
9800 @end itemize
9801
9802 @node Stopping Before Main Program
9803 @subsubsection Stopping at the Very Beginning
9804
9805 @cindex breakpointing Ada elaboration code
9806 It is sometimes necessary to debug the program during elaboration, and
9807 before reaching the main procedure.
9808 As defined in the Ada Reference
9809 Manual, the elaboration code is invoked from a procedure called
9810 @code{adainit}. To run your program up to the beginning of
9811 elaboration, simply use the following two commands:
9812 @code{tbreak adainit} and @code{run}.
9813
9814 @node Ada Glitches
9815 @subsubsection Known Peculiarities of Ada Mode
9816 @cindex Ada, problems
9817
9818 Besides the omissions listed previously (@pxref{Omissions from Ada}),
9819 we know of several problems with and limitations of Ada mode in
9820 @value{GDBN},
9821 some of which will be fixed with planned future releases of the debugger
9822 and the GNU Ada compiler.
9823
9824 @itemize @bullet
9825 @item
9826 Currently, the debugger
9827 has insufficient information to determine whether certain pointers represent
9828 pointers to objects or the objects themselves.
9829 Thus, the user may have to tack an extra @code{.all} after an expression
9830 to get it printed properly.
9831
9832 @item
9833 Static constants that the compiler chooses not to materialize as objects in
9834 storage are invisible to the debugger.
9835
9836 @item
9837 Named parameter associations in function argument lists are ignored (the
9838 argument lists are treated as positional).
9839
9840 @item
9841 Many useful library packages are currently invisible to the debugger.
9842
9843 @item
9844 Fixed-point arithmetic, conversions, input, and output is carried out using
9845 floating-point arithmetic, and may give results that only approximate those on
9846 the host machine.
9847
9848 @item
9849 The type of the @t{'Address} attribute may not be @code{System.Address}.
9850
9851 @item
9852 The GNAT compiler never generates the prefix @code{Standard} for any of
9853 the standard symbols defined by the Ada language. @value{GDBN} knows about
9854 this: it will strip the prefix from names when you use it, and will never
9855 look for a name you have so qualified among local symbols, nor match against
9856 symbols in other packages or subprograms. If you have
9857 defined entities anywhere in your program other than parameters and
9858 local variables whose simple names match names in @code{Standard},
9859 GNAT's lack of qualification here can cause confusion. When this happens,
9860 you can usually resolve the confusion
9861 by qualifying the problematic names with package
9862 @code{Standard} explicitly.
9863 @end itemize
9864
9865 @node Unsupported languages
9866 @section Unsupported languages
9867
9868 @cindex unsupported languages
9869 @cindex minimal language
9870 In addition to the other fully-supported programming languages,
9871 @value{GDBN} also provides a pseudo-language, called @code{minimal}.
9872 It does not represent a real programming language, but provides a set
9873 of capabilities close to what the C or assembly languages provide.
9874 This should allow most simple operations to be performed while debugging
9875 an application that uses a language currently not supported by @value{GDBN}.
9876
9877 If the language is set to @code{auto}, @value{GDBN} will automatically
9878 select this language if the current frame corresponds to an unsupported
9879 language.
9880
9881 @node Symbols
9882 @chapter Examining the Symbol Table
9883
9884 The commands described in this chapter allow you to inquire about the
9885 symbols (names of variables, functions and types) defined in your
9886 program. This information is inherent in the text of your program and
9887 does not change as your program executes. @value{GDBN} finds it in your
9888 program's symbol table, in the file indicated when you started @value{GDBN}
9889 (@pxref{File Options, ,Choosing files}), or by one of the
9890 file-management commands (@pxref{Files, ,Commands to specify files}).
9891
9892 @cindex symbol names
9893 @cindex names of symbols
9894 @cindex quoting names
9895 Occasionally, you may need to refer to symbols that contain unusual
9896 characters, which @value{GDBN} ordinarily treats as word delimiters. The
9897 most frequent case is in referring to static variables in other
9898 source files (@pxref{Variables,,Program variables}). File names
9899 are recorded in object files as debugging symbols, but @value{GDBN} would
9900 ordinarily parse a typical file name, like @file{foo.c}, as the three words
9901 @samp{foo} @samp{.} @samp{c}. To allow @value{GDBN} to recognize
9902 @samp{foo.c} as a single symbol, enclose it in single quotes; for example,
9903
9904 @smallexample
9905 p 'foo.c'::x
9906 @end smallexample
9907
9908 @noindent
9909 looks up the value of @code{x} in the scope of the file @file{foo.c}.
9910
9911 @table @code
9912 @cindex case-insensitive symbol names
9913 @cindex case sensitivity in symbol names
9914 @kindex set case-sensitive
9915 @item set case-sensitive on
9916 @itemx set case-sensitive off
9917 @itemx set case-sensitive auto
9918 Normally, when @value{GDBN} looks up symbols, it matches their names
9919 with case sensitivity determined by the current source language.
9920 Occasionally, you may wish to control that. The command @code{set
9921 case-sensitive} lets you do that by specifying @code{on} for
9922 case-sensitive matches or @code{off} for case-insensitive ones. If
9923 you specify @code{auto}, case sensitivity is reset to the default
9924 suitable for the source language. The default is case-sensitive
9925 matches for all languages except for Fortran, for which the default is
9926 case-insensitive matches.
9927
9928 @kindex show case-sensitive
9929 @item show case-sensitive
9930 This command shows the current setting of case sensitivity for symbols
9931 lookups.
9932
9933 @kindex info address
9934 @cindex address of a symbol
9935 @item info address @var{symbol}
9936 Describe where the data for @var{symbol} is stored. For a register
9937 variable, this says which register it is kept in. For a non-register
9938 local variable, this prints the stack-frame offset at which the variable
9939 is always stored.
9940
9941 Note the contrast with @samp{print &@var{symbol}}, which does not work
9942 at all for a register variable, and for a stack local variable prints
9943 the exact address of the current instantiation of the variable.
9944
9945 @kindex info symbol
9946 @cindex symbol from address
9947 @cindex closest symbol and offset for an address
9948 @item info symbol @var{addr}
9949 Print the name of a symbol which is stored at the address @var{addr}.
9950 If no symbol is stored exactly at @var{addr}, @value{GDBN} prints the
9951 nearest symbol and an offset from it:
9952
9953 @smallexample
9954 (@value{GDBP}) info symbol 0x54320
9955 _initialize_vx + 396 in section .text
9956 @end smallexample
9957
9958 @noindent
9959 This is the opposite of the @code{info address} command. You can use
9960 it to find out the name of a variable or a function given its address.
9961
9962 @kindex whatis
9963 @item whatis @var{expr}
9964 Print the data type of expression @var{expr}. @var{expr} is not
9965 actually evaluated, and any side-effecting operations (such as
9966 assignments or function calls) inside it do not take place.
9967 @xref{Expressions, ,Expressions}.
9968
9969 @item whatis
9970 Print the data type of @code{$}, the last value in the value history.
9971
9972 @kindex ptype
9973 @item ptype @var{typename}
9974 Print a description of data type @var{typename}. @var{typename} may be
9975 the name of a type, or for C code it may have the form @samp{class
9976 @var{class-name}}, @samp{struct @var{struct-tag}}, @samp{union
9977 @var{union-tag}} or @samp{enum @var{enum-tag}}.
9978
9979 @item ptype @var{expr}
9980 @itemx ptype
9981 Print a description of the type of expression @var{expr}. @code{ptype}
9982 differs from @code{whatis} by printing a detailed description, instead
9983 of just the name of the type.
9984
9985 For example, for this variable declaration:
9986
9987 @smallexample
9988 struct complex @{double real; double imag;@} v;
9989 @end smallexample
9990
9991 @noindent
9992 the two commands give this output:
9993
9994 @smallexample
9995 @group
9996 (@value{GDBP}) whatis v
9997 type = struct complex
9998 (@value{GDBP}) ptype v
9999 type = struct complex @{
10000 double real;
10001 double imag;
10002 @}
10003 @end group
10004 @end smallexample
10005
10006 @noindent
10007 As with @code{whatis}, using @code{ptype} without an argument refers to
10008 the type of @code{$}, the last value in the value history.
10009
10010 @kindex info types
10011 @item info types @var{regexp}
10012 @itemx info types
10013 Print a brief description of all types whose names match the regular
10014 expression @var{regexp} (or all types in your program, if you supply
10015 no argument). Each complete typename is matched as though it were a
10016 complete line; thus, @samp{i type value} gives information on all
10017 types in your program whose names include the string @code{value}, but
10018 @samp{i type ^value$} gives information only on types whose complete
10019 name is @code{value}.
10020
10021 This command differs from @code{ptype} in two ways: first, like
10022 @code{whatis}, it does not print a detailed description; second, it
10023 lists all source files where a type is defined.
10024
10025 @kindex info scope
10026 @cindex local variables
10027 @item info scope @var{location}
10028 List all the variables local to a particular scope. This command
10029 accepts a @var{location} argument---a function name, a source line, or
10030 an address preceded by a @samp{*}, and prints all the variables local
10031 to the scope defined by that location. For example:
10032
10033 @smallexample
10034 (@value{GDBP}) @b{info scope command_line_handler}
10035 Scope for command_line_handler:
10036 Symbol rl is an argument at stack/frame offset 8, length 4.
10037 Symbol linebuffer is in static storage at address 0x150a18, length 4.
10038 Symbol linelength is in static storage at address 0x150a1c, length 4.
10039 Symbol p is a local variable in register $esi, length 4.
10040 Symbol p1 is a local variable in register $ebx, length 4.
10041 Symbol nline is a local variable in register $edx, length 4.
10042 Symbol repeat is a local variable at frame offset -8, length 4.
10043 @end smallexample
10044
10045 @noindent
10046 This command is especially useful for determining what data to collect
10047 during a @dfn{trace experiment}, see @ref{Tracepoint Actions,
10048 collect}.
10049
10050 @kindex info source
10051 @item info source
10052 Show information about the current source file---that is, the source file for
10053 the function containing the current point of execution:
10054 @itemize @bullet
10055 @item
10056 the name of the source file, and the directory containing it,
10057 @item
10058 the directory it was compiled in,
10059 @item
10060 its length, in lines,
10061 @item
10062 which programming language it is written in,
10063 @item
10064 whether the executable includes debugging information for that file, and
10065 if so, what format the information is in (e.g., STABS, Dwarf 2, etc.), and
10066 @item
10067 whether the debugging information includes information about
10068 preprocessor macros.
10069 @end itemize
10070
10071
10072 @kindex info sources
10073 @item info sources
10074 Print the names of all source files in your program for which there is
10075 debugging information, organized into two lists: files whose symbols
10076 have already been read, and files whose symbols will be read when needed.
10077
10078 @kindex info functions
10079 @item info functions
10080 Print the names and data types of all defined functions.
10081
10082 @item info functions @var{regexp}
10083 Print the names and data types of all defined functions
10084 whose names contain a match for regular expression @var{regexp}.
10085 Thus, @samp{info fun step} finds all functions whose names
10086 include @code{step}; @samp{info fun ^step} finds those whose names
10087 start with @code{step}. If a function name contains characters
10088 that conflict with the regular expression language (eg.
10089 @samp{operator*()}), they may be quoted with a backslash.
10090
10091 @kindex info variables
10092 @item info variables
10093 Print the names and data types of all variables that are declared
10094 outside of functions (i.e.@: excluding local variables).
10095
10096 @item info variables @var{regexp}
10097 Print the names and data types of all variables (except for local
10098 variables) whose names contain a match for regular expression
10099 @var{regexp}.
10100
10101 @kindex info classes
10102 @cindex Objective-C, classes and selectors
10103 @item info classes
10104 @itemx info classes @var{regexp}
10105 Display all Objective-C classes in your program, or
10106 (with the @var{regexp} argument) all those matching a particular regular
10107 expression.
10108
10109 @kindex info selectors
10110 @item info selectors
10111 @itemx info selectors @var{regexp}
10112 Display all Objective-C selectors in your program, or
10113 (with the @var{regexp} argument) all those matching a particular regular
10114 expression.
10115
10116 @ignore
10117 This was never implemented.
10118 @kindex info methods
10119 @item info methods
10120 @itemx info methods @var{regexp}
10121 The @code{info methods} command permits the user to examine all defined
10122 methods within C@t{++} program, or (with the @var{regexp} argument) a
10123 specific set of methods found in the various C@t{++} classes. Many
10124 C@t{++} classes provide a large number of methods. Thus, the output
10125 from the @code{ptype} command can be overwhelming and hard to use. The
10126 @code{info-methods} command filters the methods, printing only those
10127 which match the regular-expression @var{regexp}.
10128 @end ignore
10129
10130 @cindex reloading symbols
10131 Some systems allow individual object files that make up your program to
10132 be replaced without stopping and restarting your program. For example,
10133 in VxWorks you can simply recompile a defective object file and keep on
10134 running. If you are running on one of these systems, you can allow
10135 @value{GDBN} to reload the symbols for automatically relinked modules:
10136
10137 @table @code
10138 @kindex set symbol-reloading
10139 @item set symbol-reloading on
10140 Replace symbol definitions for the corresponding source file when an
10141 object file with a particular name is seen again.
10142
10143 @item set symbol-reloading off
10144 Do not replace symbol definitions when encountering object files of the
10145 same name more than once. This is the default state; if you are not
10146 running on a system that permits automatic relinking of modules, you
10147 should leave @code{symbol-reloading} off, since otherwise @value{GDBN}
10148 may discard symbols when linking large programs, that may contain
10149 several modules (from different directories or libraries) with the same
10150 name.
10151
10152 @kindex show symbol-reloading
10153 @item show symbol-reloading
10154 Show the current @code{on} or @code{off} setting.
10155 @end table
10156
10157 @cindex opaque data types
10158 @kindex set opaque-type-resolution
10159 @item set opaque-type-resolution on
10160 Tell @value{GDBN} to resolve opaque types. An opaque type is a type
10161 declared as a pointer to a @code{struct}, @code{class}, or
10162 @code{union}---for example, @code{struct MyType *}---that is used in one
10163 source file although the full declaration of @code{struct MyType} is in
10164 another source file. The default is on.
10165
10166 A change in the setting of this subcommand will not take effect until
10167 the next time symbols for a file are loaded.
10168
10169 @item set opaque-type-resolution off
10170 Tell @value{GDBN} not to resolve opaque types. In this case, the type
10171 is printed as follows:
10172 @smallexample
10173 @{<no data fields>@}
10174 @end smallexample
10175
10176 @kindex show opaque-type-resolution
10177 @item show opaque-type-resolution
10178 Show whether opaque types are resolved or not.
10179
10180 @kindex maint print symbols
10181 @cindex symbol dump
10182 @kindex maint print psymbols
10183 @cindex partial symbol dump
10184 @item maint print symbols @var{filename}
10185 @itemx maint print psymbols @var{filename}
10186 @itemx maint print msymbols @var{filename}
10187 Write a dump of debugging symbol data into the file @var{filename}.
10188 These commands are used to debug the @value{GDBN} symbol-reading code. Only
10189 symbols with debugging data are included. If you use @samp{maint print
10190 symbols}, @value{GDBN} includes all the symbols for which it has already
10191 collected full details: that is, @var{filename} reflects symbols for
10192 only those files whose symbols @value{GDBN} has read. You can use the
10193 command @code{info sources} to find out which files these are. If you
10194 use @samp{maint print psymbols} instead, the dump shows information about
10195 symbols that @value{GDBN} only knows partially---that is, symbols defined in
10196 files that @value{GDBN} has skimmed, but not yet read completely. Finally,
10197 @samp{maint print msymbols} dumps just the minimal symbol information
10198 required for each object file from which @value{GDBN} has read some symbols.
10199 @xref{Files, ,Commands to specify files}, for a discussion of how
10200 @value{GDBN} reads symbols (in the description of @code{symbol-file}).
10201
10202 @kindex maint info symtabs
10203 @kindex maint info psymtabs
10204 @cindex listing @value{GDBN}'s internal symbol tables
10205 @cindex symbol tables, listing @value{GDBN}'s internal
10206 @cindex full symbol tables, listing @value{GDBN}'s internal
10207 @cindex partial symbol tables, listing @value{GDBN}'s internal
10208 @item maint info symtabs @r{[} @var{regexp} @r{]}
10209 @itemx maint info psymtabs @r{[} @var{regexp} @r{]}
10210
10211 List the @code{struct symtab} or @code{struct partial_symtab}
10212 structures whose names match @var{regexp}. If @var{regexp} is not
10213 given, list them all. The output includes expressions which you can
10214 copy into a @value{GDBN} debugging this one to examine a particular
10215 structure in more detail. For example:
10216
10217 @smallexample
10218 (@value{GDBP}) maint info psymtabs dwarf2read
10219 @{ objfile /home/gnu/build/gdb/gdb
10220 ((struct objfile *) 0x82e69d0)
10221 @{ psymtab /home/gnu/src/gdb/dwarf2read.c
10222 ((struct partial_symtab *) 0x8474b10)
10223 readin no
10224 fullname (null)
10225 text addresses 0x814d3c8 -- 0x8158074
10226 globals (* (struct partial_symbol **) 0x8507a08 @@ 9)
10227 statics (* (struct partial_symbol **) 0x40e95b78 @@ 2882)
10228 dependencies (none)
10229 @}
10230 @}
10231 (@value{GDBP}) maint info symtabs
10232 (@value{GDBP})
10233 @end smallexample
10234 @noindent
10235 We see that there is one partial symbol table whose filename contains
10236 the string @samp{dwarf2read}, belonging to the @samp{gdb} executable;
10237 and we see that @value{GDBN} has not read in any symtabs yet at all.
10238 If we set a breakpoint on a function, that will cause @value{GDBN} to
10239 read the symtab for the compilation unit containing that function:
10240
10241 @smallexample
10242 (@value{GDBP}) break dwarf2_psymtab_to_symtab
10243 Breakpoint 1 at 0x814e5da: file /home/gnu/src/gdb/dwarf2read.c,
10244 line 1574.
10245 (@value{GDBP}) maint info symtabs
10246 @{ objfile /home/gnu/build/gdb/gdb
10247 ((struct objfile *) 0x82e69d0)
10248 @{ symtab /home/gnu/src/gdb/dwarf2read.c
10249 ((struct symtab *) 0x86c1f38)
10250 dirname (null)
10251 fullname (null)
10252 blockvector ((struct blockvector *) 0x86c1bd0) (primary)
10253 debugformat DWARF 2
10254 @}
10255 @}
10256 (@value{GDBP})
10257 @end smallexample
10258 @end table
10259
10260
10261 @node Altering
10262 @chapter Altering Execution
10263
10264 Once you think you have found an error in your program, you might want to
10265 find out for certain whether correcting the apparent error would lead to
10266 correct results in the rest of the run. You can find the answer by
10267 experiment, using the @value{GDBN} features for altering execution of the
10268 program.
10269
10270 For example, you can store new values into variables or memory
10271 locations, give your program a signal, restart it at a different
10272 address, or even return prematurely from a function.
10273
10274 @menu
10275 * Assignment:: Assignment to variables
10276 * Jumping:: Continuing at a different address
10277 * Signaling:: Giving your program a signal
10278 * Returning:: Returning from a function
10279 * Calling:: Calling your program's functions
10280 * Patching:: Patching your program
10281 @end menu
10282
10283 @node Assignment
10284 @section Assignment to variables
10285
10286 @cindex assignment
10287 @cindex setting variables
10288 To alter the value of a variable, evaluate an assignment expression.
10289 @xref{Expressions, ,Expressions}. For example,
10290
10291 @smallexample
10292 print x=4
10293 @end smallexample
10294
10295 @noindent
10296 stores the value 4 into the variable @code{x}, and then prints the
10297 value of the assignment expression (which is 4).
10298 @xref{Languages, ,Using @value{GDBN} with Different Languages}, for more
10299 information on operators in supported languages.
10300
10301 @kindex set variable
10302 @cindex variables, setting
10303 If you are not interested in seeing the value of the assignment, use the
10304 @code{set} command instead of the @code{print} command. @code{set} is
10305 really the same as @code{print} except that the expression's value is
10306 not printed and is not put in the value history (@pxref{Value History,
10307 ,Value history}). The expression is evaluated only for its effects.
10308
10309 If the beginning of the argument string of the @code{set} command
10310 appears identical to a @code{set} subcommand, use the @code{set
10311 variable} command instead of just @code{set}. This command is identical
10312 to @code{set} except for its lack of subcommands. For example, if your
10313 program has a variable @code{width}, you get an error if you try to set
10314 a new value with just @samp{set width=13}, because @value{GDBN} has the
10315 command @code{set width}:
10316
10317 @smallexample
10318 (@value{GDBP}) whatis width
10319 type = double
10320 (@value{GDBP}) p width
10321 $4 = 13
10322 (@value{GDBP}) set width=47
10323 Invalid syntax in expression.
10324 @end smallexample
10325
10326 @noindent
10327 The invalid expression, of course, is @samp{=47}. In
10328 order to actually set the program's variable @code{width}, use
10329
10330 @smallexample
10331 (@value{GDBP}) set var width=47
10332 @end smallexample
10333
10334 Because the @code{set} command has many subcommands that can conflict
10335 with the names of program variables, it is a good idea to use the
10336 @code{set variable} command instead of just @code{set}. For example, if
10337 your program has a variable @code{g}, you run into problems if you try
10338 to set a new value with just @samp{set g=4}, because @value{GDBN} has
10339 the command @code{set gnutarget}, abbreviated @code{set g}:
10340
10341 @smallexample
10342 @group
10343 (@value{GDBP}) whatis g
10344 type = double
10345 (@value{GDBP}) p g
10346 $1 = 1
10347 (@value{GDBP}) set g=4
10348 (@value{GDBP}) p g
10349 $2 = 1
10350 (@value{GDBP}) r
10351 The program being debugged has been started already.
10352 Start it from the beginning? (y or n) y
10353 Starting program: /home/smith/cc_progs/a.out
10354 "/home/smith/cc_progs/a.out": can't open to read symbols:
10355 Invalid bfd target.
10356 (@value{GDBP}) show g
10357 The current BFD target is "=4".
10358 @end group
10359 @end smallexample
10360
10361 @noindent
10362 The program variable @code{g} did not change, and you silently set the
10363 @code{gnutarget} to an invalid value. In order to set the variable
10364 @code{g}, use
10365
10366 @smallexample
10367 (@value{GDBP}) set var g=4
10368 @end smallexample
10369
10370 @value{GDBN} allows more implicit conversions in assignments than C; you can
10371 freely store an integer value into a pointer variable or vice versa,
10372 and you can convert any structure to any other structure that is the
10373 same length or shorter.
10374 @comment FIXME: how do structs align/pad in these conversions?
10375 @comment /doc@cygnus.com 18dec1990
10376
10377 To store values into arbitrary places in memory, use the @samp{@{@dots{}@}}
10378 construct to generate a value of specified type at a specified address
10379 (@pxref{Expressions, ,Expressions}). For example, @code{@{int@}0x83040} refers
10380 to memory location @code{0x83040} as an integer (which implies a certain size
10381 and representation in memory), and
10382
10383 @smallexample
10384 set @{int@}0x83040 = 4
10385 @end smallexample
10386
10387 @noindent
10388 stores the value 4 into that memory location.
10389
10390 @node Jumping
10391 @section Continuing at a different address
10392
10393 Ordinarily, when you continue your program, you do so at the place where
10394 it stopped, with the @code{continue} command. You can instead continue at
10395 an address of your own choosing, with the following commands:
10396
10397 @table @code
10398 @kindex jump
10399 @item jump @var{linespec}
10400 Resume execution at line @var{linespec}. Execution stops again
10401 immediately if there is a breakpoint there. @xref{List, ,Printing
10402 source lines}, for a description of the different forms of
10403 @var{linespec}. It is common practice to use the @code{tbreak} command
10404 in conjunction with @code{jump}. @xref{Set Breaks, ,Setting
10405 breakpoints}.
10406
10407 The @code{jump} command does not change the current stack frame, or
10408 the stack pointer, or the contents of any memory location or any
10409 register other than the program counter. If line @var{linespec} is in
10410 a different function from the one currently executing, the results may
10411 be bizarre if the two functions expect different patterns of arguments or
10412 of local variables. For this reason, the @code{jump} command requests
10413 confirmation if the specified line is not in the function currently
10414 executing. However, even bizarre results are predictable if you are
10415 well acquainted with the machine-language code of your program.
10416
10417 @item jump *@var{address}
10418 Resume execution at the instruction at address @var{address}.
10419 @end table
10420
10421 @c Doesn't work on HP-UX; have to set $pcoqh and $pcoqt.
10422 On many systems, you can get much the same effect as the @code{jump}
10423 command by storing a new value into the register @code{$pc}. The
10424 difference is that this does not start your program running; it only
10425 changes the address of where it @emph{will} run when you continue. For
10426 example,
10427
10428 @smallexample
10429 set $pc = 0x485
10430 @end smallexample
10431
10432 @noindent
10433 makes the next @code{continue} command or stepping command execute at
10434 address @code{0x485}, rather than at the address where your program stopped.
10435 @xref{Continuing and Stepping, ,Continuing and stepping}.
10436
10437 The most common occasion to use the @code{jump} command is to back
10438 up---perhaps with more breakpoints set---over a portion of a program
10439 that has already executed, in order to examine its execution in more
10440 detail.
10441
10442 @c @group
10443 @node Signaling
10444 @section Giving your program a signal
10445 @cindex deliver a signal to a program
10446
10447 @table @code
10448 @kindex signal
10449 @item signal @var{signal}
10450 Resume execution where your program stopped, but immediately give it the
10451 signal @var{signal}. @var{signal} can be the name or the number of a
10452 signal. For example, on many systems @code{signal 2} and @code{signal
10453 SIGINT} are both ways of sending an interrupt signal.
10454
10455 Alternatively, if @var{signal} is zero, continue execution without
10456 giving a signal. This is useful when your program stopped on account of
10457 a signal and would ordinary see the signal when resumed with the
10458 @code{continue} command; @samp{signal 0} causes it to resume without a
10459 signal.
10460
10461 @code{signal} does not repeat when you press @key{RET} a second time
10462 after executing the command.
10463 @end table
10464 @c @end group
10465
10466 Invoking the @code{signal} command is not the same as invoking the
10467 @code{kill} utility from the shell. Sending a signal with @code{kill}
10468 causes @value{GDBN} to decide what to do with the signal depending on
10469 the signal handling tables (@pxref{Signals}). The @code{signal} command
10470 passes the signal directly to your program.
10471
10472
10473 @node Returning
10474 @section Returning from a function
10475
10476 @table @code
10477 @cindex returning from a function
10478 @kindex return
10479 @item return
10480 @itemx return @var{expression}
10481 You can cancel execution of a function call with the @code{return}
10482 command. If you give an
10483 @var{expression} argument, its value is used as the function's return
10484 value.
10485 @end table
10486
10487 When you use @code{return}, @value{GDBN} discards the selected stack frame
10488 (and all frames within it). You can think of this as making the
10489 discarded frame return prematurely. If you wish to specify a value to
10490 be returned, give that value as the argument to @code{return}.
10491
10492 This pops the selected stack frame (@pxref{Selection, ,Selecting a
10493 frame}), and any other frames inside of it, leaving its caller as the
10494 innermost remaining frame. That frame becomes selected. The
10495 specified value is stored in the registers used for returning values
10496 of functions.
10497
10498 The @code{return} command does not resume execution; it leaves the
10499 program stopped in the state that would exist if the function had just
10500 returned. In contrast, the @code{finish} command (@pxref{Continuing
10501 and Stepping, ,Continuing and stepping}) resumes execution until the
10502 selected stack frame returns naturally.
10503
10504 @node Calling
10505 @section Calling program functions
10506
10507 @table @code
10508 @cindex calling functions
10509 @cindex inferior functions, calling
10510 @item print @var{expr}
10511 Evaluate the expression @var{expr} and display the resuling value.
10512 @var{expr} may include calls to functions in the program being
10513 debugged.
10514
10515 @kindex call
10516 @item call @var{expr}
10517 Evaluate the expression @var{expr} without displaying @code{void}
10518 returned values.
10519
10520 You can use this variant of the @code{print} command if you want to
10521 execute a function from your program that does not return anything
10522 (a.k.a.@: @dfn{a void function}), but without cluttering the output
10523 with @code{void} returned values that @value{GDBN} will otherwise
10524 print. If the result is not void, it is printed and saved in the
10525 value history.
10526 @end table
10527
10528 It is possible for the function you call via the @code{print} or
10529 @code{call} command to generate a signal (e.g., if there's a bug in
10530 the function, or if you passed it incorrect arguments). What happens
10531 in that case is controlled by the @code{set unwindonsignal} command.
10532
10533 @table @code
10534 @item set unwindonsignal
10535 @kindex set unwindonsignal
10536 @cindex unwind stack in called functions
10537 @cindex call dummy stack unwinding
10538 Set unwinding of the stack if a signal is received while in a function
10539 that @value{GDBN} called in the program being debugged. If set to on,
10540 @value{GDBN} unwinds the stack it created for the call and restores
10541 the context to what it was before the call. If set to off (the
10542 default), @value{GDBN} stops in the frame where the signal was
10543 received.
10544
10545 @item show unwindonsignal
10546 @kindex show unwindonsignal
10547 Show the current setting of stack unwinding in the functions called by
10548 @value{GDBN}.
10549 @end table
10550
10551 @cindex weak alias functions
10552 Sometimes, a function you wish to call is actually a @dfn{weak alias}
10553 for another function. In such case, @value{GDBN} might not pick up
10554 the type information, including the types of the function arguments,
10555 which causes @value{GDBN} to call the inferior function incorrectly.
10556 As a result, the called function will function erroneously and may
10557 even crash. A solution to that is to use the name of the aliased
10558 function instead.
10559
10560 @node Patching
10561 @section Patching programs
10562
10563 @cindex patching binaries
10564 @cindex writing into executables
10565 @cindex writing into corefiles
10566
10567 By default, @value{GDBN} opens the file containing your program's
10568 executable code (or the corefile) read-only. This prevents accidental
10569 alterations to machine code; but it also prevents you from intentionally
10570 patching your program's binary.
10571
10572 If you'd like to be able to patch the binary, you can specify that
10573 explicitly with the @code{set write} command. For example, you might
10574 want to turn on internal debugging flags, or even to make emergency
10575 repairs.
10576
10577 @table @code
10578 @kindex set write
10579 @item set write on
10580 @itemx set write off
10581 If you specify @samp{set write on}, @value{GDBN} opens executable and
10582 core files for both reading and writing; if you specify @samp{set write
10583 off} (the default), @value{GDBN} opens them read-only.
10584
10585 If you have already loaded a file, you must load it again (using the
10586 @code{exec-file} or @code{core-file} command) after changing @code{set
10587 write}, for your new setting to take effect.
10588
10589 @item show write
10590 @kindex show write
10591 Display whether executable files and core files are opened for writing
10592 as well as reading.
10593 @end table
10594
10595 @node GDB Files
10596 @chapter @value{GDBN} Files
10597
10598 @value{GDBN} needs to know the file name of the program to be debugged,
10599 both in order to read its symbol table and in order to start your
10600 program. To debug a core dump of a previous run, you must also tell
10601 @value{GDBN} the name of the core dump file.
10602
10603 @menu
10604 * Files:: Commands to specify files
10605 * Separate Debug Files:: Debugging information in separate files
10606 * Symbol Errors:: Errors reading symbol files
10607 @end menu
10608
10609 @node Files
10610 @section Commands to specify files
10611
10612 @cindex symbol table
10613 @cindex core dump file
10614
10615 You may want to specify executable and core dump file names. The usual
10616 way to do this is at start-up time, using the arguments to
10617 @value{GDBN}'s start-up commands (@pxref{Invocation, , Getting In and
10618 Out of @value{GDBN}}).
10619
10620 Occasionally it is necessary to change to a different file during a
10621 @value{GDBN} session. Or you may run @value{GDBN} and forget to
10622 specify a file you want to use. Or you are debugging a remote target
10623 via @code{gdbserver} (@pxref{Server, file}). In these situations the
10624 @value{GDBN} commands to specify new files are useful.
10625
10626 @table @code
10627 @cindex executable file
10628 @kindex file
10629 @item file @var{filename}
10630 Use @var{filename} as the program to be debugged. It is read for its
10631 symbols and for the contents of pure memory. It is also the program
10632 executed when you use the @code{run} command. If you do not specify a
10633 directory and the file is not found in the @value{GDBN} working directory,
10634 @value{GDBN} uses the environment variable @code{PATH} as a list of
10635 directories to search, just as the shell does when looking for a program
10636 to run. You can change the value of this variable, for both @value{GDBN}
10637 and your program, using the @code{path} command.
10638
10639 On systems with memory-mapped files, an auxiliary file named
10640 @file{@var{filename}.syms} may hold symbol table information for
10641 @var{filename}. If so, @value{GDBN} maps in the symbol table from
10642 @file{@var{filename}.syms}, starting up more quickly. See the
10643 descriptions of the file options @samp{-mapped} and @samp{-readnow}
10644 (available on the command line, see @ref{File Options, , -readnow},
10645 and with the commands @code{file}, @code{symbol-file}, or
10646 @code{add-symbol-file}, described below), for more information.
10647
10648 @item file
10649 @code{file} with no argument makes @value{GDBN} discard any information it
10650 has on both executable file and the symbol table.
10651
10652 @kindex exec-file
10653 @item exec-file @r{[} @var{filename} @r{]}
10654 Specify that the program to be run (but not the symbol table) is found
10655 in @var{filename}. @value{GDBN} searches the environment variable @code{PATH}
10656 if necessary to locate your program. Omitting @var{filename} means to
10657 discard information on the executable file.
10658
10659 @kindex symbol-file
10660 @item symbol-file @r{[} @var{filename} @r{]}
10661 Read symbol table information from file @var{filename}. @code{PATH} is
10662 searched when necessary. Use the @code{file} command to get both symbol
10663 table and program to run from the same file.
10664
10665 @code{symbol-file} with no argument clears out @value{GDBN} information on your
10666 program's symbol table.
10667
10668 The @code{symbol-file} command causes @value{GDBN} to forget the contents
10669 of its convenience variables, the value history, and all breakpoints and
10670 auto-display expressions. This is because they may contain pointers to
10671 the internal data recording symbols and data types, which are part of
10672 the old symbol table data being discarded inside @value{GDBN}.
10673
10674 @code{symbol-file} does not repeat if you press @key{RET} again after
10675 executing it once.
10676
10677 When @value{GDBN} is configured for a particular environment, it
10678 understands debugging information in whatever format is the standard
10679 generated for that environment; you may use either a @sc{gnu} compiler, or
10680 other compilers that adhere to the local conventions.
10681 Best results are usually obtained from @sc{gnu} compilers; for example,
10682 using @code{@value{GCC}} you can generate debugging information for
10683 optimized code.
10684
10685 For most kinds of object files, with the exception of old SVR3 systems
10686 using COFF, the @code{symbol-file} command does not normally read the
10687 symbol table in full right away. Instead, it scans the symbol table
10688 quickly to find which source files and which symbols are present. The
10689 details are read later, one source file at a time, as they are needed.
10690
10691 The purpose of this two-stage reading strategy is to make @value{GDBN}
10692 start up faster. For the most part, it is invisible except for
10693 occasional pauses while the symbol table details for a particular source
10694 file are being read. (The @code{set verbose} command can turn these
10695 pauses into messages if desired. @xref{Messages/Warnings, ,Optional
10696 warnings and messages}.)
10697
10698 We have not implemented the two-stage strategy for COFF yet. When the
10699 symbol table is stored in COFF format, @code{symbol-file} reads the
10700 symbol table data in full right away. Note that ``stabs-in-COFF''
10701 still does the two-stage strategy, since the debug info is actually
10702 in stabs format.
10703
10704 @kindex readnow
10705 @cindex reading symbols immediately
10706 @cindex symbols, reading immediately
10707 @kindex mapped
10708 @cindex memory-mapped symbol file
10709 @cindex saving symbol table
10710 @item symbol-file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
10711 @itemx file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
10712 You can override the @value{GDBN} two-stage strategy for reading symbol
10713 tables by using the @samp{-readnow} option with any of the commands that
10714 load symbol table information, if you want to be sure @value{GDBN} has the
10715 entire symbol table available.
10716
10717 If memory-mapped files are available on your system through the
10718 @code{mmap} system call, you can use another option, @samp{-mapped}, to
10719 cause @value{GDBN} to write the symbols for your program into a reusable
10720 file. Future @value{GDBN} debugging sessions map in symbol information
10721 from this auxiliary symbol file (if the program has not changed), rather
10722 than spending time reading the symbol table from the executable
10723 program. Using the @samp{-mapped} option has the same effect as
10724 starting @value{GDBN} with the @samp{-mapped} command-line option.
10725
10726 You can use both options together, to make sure the auxiliary symbol
10727 file has all the symbol information for your program.
10728
10729 The auxiliary symbol file for a program called @var{myprog} is called
10730 @samp{@var{myprog}.syms}. Once this file exists (so long as it is newer
10731 than the corresponding executable), @value{GDBN} always attempts to use
10732 it when you debug @var{myprog}; no special options or commands are
10733 needed.
10734
10735 The @file{.syms} file is specific to the host machine where you run
10736 @value{GDBN}. It holds an exact image of the internal @value{GDBN}
10737 symbol table. It cannot be shared across multiple host platforms.
10738
10739 @c FIXME: for now no mention of directories, since this seems to be in
10740 @c flux. 13mar1992 status is that in theory GDB would look either in
10741 @c current dir or in same dir as myprog; but issues like competing
10742 @c GDB's, or clutter in system dirs, mean that in practice right now
10743 @c only current dir is used. FFish says maybe a special GDB hierarchy
10744 @c (eg rooted in val of env var GDBSYMS) could exist for mappable symbol
10745 @c files.
10746
10747 @kindex core-file
10748 @item core-file @r{[}@var{filename}@r{]}
10749 @itemx core
10750 Specify the whereabouts of a core dump file to be used as the ``contents
10751 of memory''. Traditionally, core files contain only some parts of the
10752 address space of the process that generated them; @value{GDBN} can access the
10753 executable file itself for other parts.
10754
10755 @code{core-file} with no argument specifies that no core file is
10756 to be used.
10757
10758 Note that the core file is ignored when your program is actually running
10759 under @value{GDBN}. So, if you have been running your program and you
10760 wish to debug a core file instead, you must kill the subprocess in which
10761 the program is running. To do this, use the @code{kill} command
10762 (@pxref{Kill Process, ,Killing the child process}).
10763
10764 @kindex add-symbol-file
10765 @cindex dynamic linking
10766 @item add-symbol-file @var{filename} @var{address}
10767 @itemx add-symbol-file @var{filename} @var{address} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
10768 @itemx add-symbol-file @var{filename} @r{-s}@var{section} @var{address} @dots{}
10769 The @code{add-symbol-file} command reads additional symbol table
10770 information from the file @var{filename}. You would use this command
10771 when @var{filename} has been dynamically loaded (by some other means)
10772 into the program that is running. @var{address} should be the memory
10773 address at which the file has been loaded; @value{GDBN} cannot figure
10774 this out for itself. You can additionally specify an arbitrary number
10775 of @samp{@r{-s}@var{section} @var{address}} pairs, to give an explicit
10776 section name and base address for that section. You can specify any
10777 @var{address} as an expression.
10778
10779 The symbol table of the file @var{filename} is added to the symbol table
10780 originally read with the @code{symbol-file} command. You can use the
10781 @code{add-symbol-file} command any number of times; the new symbol data
10782 thus read keeps adding to the old. To discard all old symbol data
10783 instead, use the @code{symbol-file} command without any arguments.
10784
10785 @cindex relocatable object files, reading symbols from
10786 @cindex object files, relocatable, reading symbols from
10787 @cindex reading symbols from relocatable object files
10788 @cindex symbols, reading from relocatable object files
10789 @cindex @file{.o} files, reading symbols from
10790 Although @var{filename} is typically a shared library file, an
10791 executable file, or some other object file which has been fully
10792 relocated for loading into a process, you can also load symbolic
10793 information from relocatable @file{.o} files, as long as:
10794
10795 @itemize @bullet
10796 @item
10797 the file's symbolic information refers only to linker symbols defined in
10798 that file, not to symbols defined by other object files,
10799 @item
10800 every section the file's symbolic information refers to has actually
10801 been loaded into the inferior, as it appears in the file, and
10802 @item
10803 you can determine the address at which every section was loaded, and
10804 provide these to the @code{add-symbol-file} command.
10805 @end itemize
10806
10807 @noindent
10808 Some embedded operating systems, like Sun Chorus and VxWorks, can load
10809 relocatable files into an already running program; such systems
10810 typically make the requirements above easy to meet. However, it's
10811 important to recognize that many native systems use complex link
10812 procedures (@code{.linkonce} section factoring and C@t{++} constructor table
10813 assembly, for example) that make the requirements difficult to meet. In
10814 general, one cannot assume that using @code{add-symbol-file} to read a
10815 relocatable object file's symbolic information will have the same effect
10816 as linking the relocatable object file into the program in the normal
10817 way.
10818
10819 @code{add-symbol-file} does not repeat if you press @key{RET} after using it.
10820
10821 You can use the @samp{-mapped} and @samp{-readnow} options just as with
10822 the @code{symbol-file} command, to change how @value{GDBN} manages the symbol
10823 table information for @var{filename}.
10824
10825 @kindex add-symbol-file-from-memory
10826 @cindex @code{syscall DSO}
10827 @cindex load symbols from memory
10828 @item add-symbol-file-from-memory @var{address}
10829 Load symbols from the given @var{address} in a dynamically loaded
10830 object file whose image is mapped directly into the inferior's memory.
10831 For example, the Linux kernel maps a @code{syscall DSO} into each
10832 process's address space; this DSO provides kernel-specific code for
10833 some system calls. The argument can be any expression whose
10834 evaluation yields the address of the file's shared object file header.
10835 For this command to work, you must have used @code{symbol-file} or
10836 @code{exec-file} commands in advance.
10837
10838 @kindex add-shared-symbol-files
10839 @kindex assf
10840 @item add-shared-symbol-files @var{library-file}
10841 @itemx assf @var{library-file}
10842 The @code{add-shared-symbol-files} command can currently be used only
10843 in the Cygwin build of @value{GDBN} on MS-Windows OS, where it is an
10844 alias for the @code{dll-symbols} command (@pxref{Cygwin Native}).
10845 @value{GDBN} automatically looks for shared libraries, however if
10846 @value{GDBN} does not find yours, you can invoke
10847 @code{add-shared-symbol-files}. It takes one argument: the shared
10848 library's file name. @code{assf} is a shorthand alias for
10849 @code{add-shared-symbol-files}.
10850
10851 @kindex section
10852 @item section @var{section} @var{addr}
10853 The @code{section} command changes the base address of the named
10854 @var{section} of the exec file to @var{addr}. This can be used if the
10855 exec file does not contain section addresses, (such as in the
10856 @code{a.out} format), or when the addresses specified in the file
10857 itself are wrong. Each section must be changed separately. The
10858 @code{info files} command, described below, lists all the sections and
10859 their addresses.
10860
10861 @kindex info files
10862 @kindex info target
10863 @item info files
10864 @itemx info target
10865 @code{info files} and @code{info target} are synonymous; both print the
10866 current target (@pxref{Targets, ,Specifying a Debugging Target}),
10867 including the names of the executable and core dump files currently in
10868 use by @value{GDBN}, and the files from which symbols were loaded. The
10869 command @code{help target} lists all possible targets rather than
10870 current ones.
10871
10872 @kindex maint info sections
10873 @item maint info sections
10874 Another command that can give you extra information about program sections
10875 is @code{maint info sections}. In addition to the section information
10876 displayed by @code{info files}, this command displays the flags and file
10877 offset of each section in the executable and core dump files. In addition,
10878 @code{maint info sections} provides the following command options (which
10879 may be arbitrarily combined):
10880
10881 @table @code
10882 @item ALLOBJ
10883 Display sections for all loaded object files, including shared libraries.
10884 @item @var{sections}
10885 Display info only for named @var{sections}.
10886 @item @var{section-flags}
10887 Display info only for sections for which @var{section-flags} are true.
10888 The section flags that @value{GDBN} currently knows about are:
10889 @table @code
10890 @item ALLOC
10891 Section will have space allocated in the process when loaded.
10892 Set for all sections except those containing debug information.
10893 @item LOAD
10894 Section will be loaded from the file into the child process memory.
10895 Set for pre-initialized code and data, clear for @code{.bss} sections.
10896 @item RELOC
10897 Section needs to be relocated before loading.
10898 @item READONLY
10899 Section cannot be modified by the child process.
10900 @item CODE
10901 Section contains executable code only.
10902 @item DATA
10903 Section contains data only (no executable code).
10904 @item ROM
10905 Section will reside in ROM.
10906 @item CONSTRUCTOR
10907 Section contains data for constructor/destructor lists.
10908 @item HAS_CONTENTS
10909 Section is not empty.
10910 @item NEVER_LOAD
10911 An instruction to the linker to not output the section.
10912 @item COFF_SHARED_LIBRARY
10913 A notification to the linker that the section contains
10914 COFF shared library information.
10915 @item IS_COMMON
10916 Section contains common symbols.
10917 @end table
10918 @end table
10919 @kindex set trust-readonly-sections
10920 @cindex read-only sections
10921 @item set trust-readonly-sections on
10922 Tell @value{GDBN} that readonly sections in your object file
10923 really are read-only (i.e.@: that their contents will not change).
10924 In that case, @value{GDBN} can fetch values from these sections
10925 out of the object file, rather than from the target program.
10926 For some targets (notably embedded ones), this can be a significant
10927 enhancement to debugging performance.
10928
10929 The default is off.
10930
10931 @item set trust-readonly-sections off
10932 Tell @value{GDBN} not to trust readonly sections. This means that
10933 the contents of the section might change while the program is running,
10934 and must therefore be fetched from the target when needed.
10935
10936 @item show trust-readonly-sections
10937 Show the current setting of trusting readonly sections.
10938 @end table
10939
10940 All file-specifying commands allow both absolute and relative file names
10941 as arguments. @value{GDBN} always converts the file name to an absolute file
10942 name and remembers it that way.
10943
10944 @cindex shared libraries
10945 @value{GDBN} supports GNU/Linux, MS-Windows, HP-UX, SunOS, SVr4, Irix,
10946 and IBM RS/6000 AIX shared libraries.
10947
10948 @value{GDBN} automatically loads symbol definitions from shared libraries
10949 when you use the @code{run} command, or when you examine a core file.
10950 (Before you issue the @code{run} command, @value{GDBN} does not understand
10951 references to a function in a shared library, however---unless you are
10952 debugging a core file).
10953
10954 On HP-UX, if the program loads a library explicitly, @value{GDBN}
10955 automatically loads the symbols at the time of the @code{shl_load} call.
10956
10957 @c FIXME: some @value{GDBN} release may permit some refs to undef
10958 @c FIXME...symbols---eg in a break cmd---assuming they are from a shared
10959 @c FIXME...lib; check this from time to time when updating manual
10960
10961 There are times, however, when you may wish to not automatically load
10962 symbol definitions from shared libraries, such as when they are
10963 particularly large or there are many of them.
10964
10965 To control the automatic loading of shared library symbols, use the
10966 commands:
10967
10968 @table @code
10969 @kindex set auto-solib-add
10970 @item set auto-solib-add @var{mode}
10971 If @var{mode} is @code{on}, symbols from all shared object libraries
10972 will be loaded automatically when the inferior begins execution, you
10973 attach to an independently started inferior, or when the dynamic linker
10974 informs @value{GDBN} that a new library has been loaded. If @var{mode}
10975 is @code{off}, symbols must be loaded manually, using the
10976 @code{sharedlibrary} command. The default value is @code{on}.
10977
10978 @cindex memory used for symbol tables
10979 If your program uses lots of shared libraries with debug info that
10980 takes large amounts of memory, you can decrease the @value{GDBN}
10981 memory footprint by preventing it from automatically loading the
10982 symbols from shared libraries. To that end, type @kbd{set
10983 auto-solib-add off} before running the inferior, then load each
10984 library whose debug symbols you do need with @kbd{sharedlibrary
10985 @var{regexp}}, where @var{regexp} is a regular expresion that matches
10986 the libraries whose symbols you want to be loaded.
10987
10988 @kindex show auto-solib-add
10989 @item show auto-solib-add
10990 Display the current autoloading mode.
10991 @end table
10992
10993 @cindex load shared library
10994 To explicitly load shared library symbols, use the @code{sharedlibrary}
10995 command:
10996
10997 @table @code
10998 @kindex info sharedlibrary
10999 @kindex info share
11000 @item info share
11001 @itemx info sharedlibrary
11002 Print the names of the shared libraries which are currently loaded.
11003
11004 @kindex sharedlibrary
11005 @kindex share
11006 @item sharedlibrary @var{regex}
11007 @itemx share @var{regex}
11008 Load shared object library symbols for files matching a
11009 Unix regular expression.
11010 As with files loaded automatically, it only loads shared libraries
11011 required by your program for a core file or after typing @code{run}. If
11012 @var{regex} is omitted all shared libraries required by your program are
11013 loaded.
11014
11015 @item nosharedlibrary
11016 @kindex nosharedlibrary
11017 @cindex unload symbols from shared libraries
11018 Unload all shared object library symbols. This discards all symbols
11019 that have been loaded from all shared libraries. Symbols from shared
11020 libraries that were loaded by explicit user requests are not
11021 discarded.
11022 @end table
11023
11024 Sometimes you may wish that @value{GDBN} stops and gives you control
11025 when any of shared library events happen. Use the @code{set
11026 stop-on-solib-events} command for this:
11027
11028 @table @code
11029 @item set stop-on-solib-events
11030 @kindex set stop-on-solib-events
11031 This command controls whether @value{GDBN} should give you control
11032 when the dynamic linker notifies it about some shared library event.
11033 The most common event of interest is loading or unloading of a new
11034 shared library.
11035
11036 @item show stop-on-solib-events
11037 @kindex show stop-on-solib-events
11038 Show whether @value{GDBN} stops and gives you control when shared
11039 library events happen.
11040 @end table
11041
11042 Shared libraries are also supported in many cross or remote debugging
11043 configurations. A copy of the target's libraries need to be present on the
11044 host system; they need to be the same as the target libraries, although the
11045 copies on the target can be stripped as long as the copies on the host are
11046 not.
11047
11048 You need to tell @value{GDBN} where the target libraries are, so that it can
11049 load the correct copies---otherwise, it may try to load the host's libraries.
11050 @value{GDBN} has two variables to specify the search directories for target
11051 libraries.
11052
11053 @table @code
11054 @kindex set solib-absolute-prefix
11055 @item set solib-absolute-prefix @var{path}
11056 If this variable is set, @var{path} will be used as a prefix for any
11057 absolute shared library paths; many runtime loaders store the absolute
11058 paths to the shared library in the target program's memory. If you use
11059 @samp{solib-absolute-prefix} to find shared libraries, they need to be laid
11060 out in the same way that they are on the target, with e.g.@: a
11061 @file{/usr/lib} hierarchy under @var{path}.
11062
11063 You can set the default value of @samp{solib-absolute-prefix} by using the
11064 configure-time @samp{--with-sysroot} option.
11065
11066 @kindex show solib-absolute-prefix
11067 @item show solib-absolute-prefix
11068 Display the current shared library prefix.
11069
11070 @kindex set solib-search-path
11071 @item set solib-search-path @var{path}
11072 If this variable is set, @var{path} is a colon-separated list of directories
11073 to search for shared libraries. @samp{solib-search-path} is used after
11074 @samp{solib-absolute-prefix} fails to locate the library, or if the path to
11075 the library is relative instead of absolute. If you want to use
11076 @samp{solib-search-path} instead of @samp{solib-absolute-prefix}, be sure to
11077 set @samp{solib-absolute-prefix} to a nonexistant directory to prevent
11078 @value{GDBN} from finding your host's libraries.
11079
11080 @kindex show solib-search-path
11081 @item show solib-search-path
11082 Display the current shared library search path.
11083 @end table
11084
11085
11086 @node Separate Debug Files
11087 @section Debugging Information in Separate Files
11088 @cindex separate debugging information files
11089 @cindex debugging information in separate files
11090 @cindex @file{.debug} subdirectories
11091 @cindex debugging information directory, global
11092 @cindex global debugging information directory
11093
11094 @value{GDBN} allows you to put a program's debugging information in a
11095 file separate from the executable itself, in a way that allows
11096 @value{GDBN} to find and load the debugging information automatically.
11097 Since debugging information can be very large --- sometimes larger
11098 than the executable code itself --- some systems distribute debugging
11099 information for their executables in separate files, which users can
11100 install only when they need to debug a problem.
11101
11102 If an executable's debugging information has been extracted to a
11103 separate file, the executable should contain a @dfn{debug link} giving
11104 the name of the debugging information file (with no directory
11105 components), and a checksum of its contents. (The exact form of a
11106 debug link is described below.) If the full name of the directory
11107 containing the executable is @var{execdir}, and the executable has a
11108 debug link that specifies the name @var{debugfile}, then @value{GDBN}
11109 will automatically search for the debugging information file in three
11110 places:
11111
11112 @itemize @bullet
11113 @item
11114 the directory containing the executable file (that is, it will look
11115 for a file named @file{@var{execdir}/@var{debugfile}},
11116 @item
11117 a subdirectory of that directory named @file{.debug} (that is, the
11118 file @file{@var{execdir}/.debug/@var{debugfile}}, and
11119 @item
11120 a subdirectory of the global debug file directory that includes the
11121 executable's full path, and the name from the link (that is, the file
11122 @file{@var{globaldebugdir}/@var{execdir}/@var{debugfile}}, where
11123 @var{globaldebugdir} is the global debug file directory, and
11124 @var{execdir} has been turned into a relative path).
11125 @end itemize
11126 @noindent
11127 @value{GDBN} checks under each of these names for a debugging
11128 information file whose checksum matches that given in the link, and
11129 reads the debugging information from the first one it finds.
11130
11131 So, for example, if you ask @value{GDBN} to debug @file{/usr/bin/ls},
11132 which has a link containing the name @file{ls.debug}, and the global
11133 debug directory is @file{/usr/lib/debug}, then @value{GDBN} will look
11134 for debug information in @file{/usr/bin/ls.debug},
11135 @file{/usr/bin/.debug/ls.debug}, and
11136 @file{/usr/lib/debug/usr/bin/ls.debug}.
11137
11138 You can set the global debugging info directory's name, and view the
11139 name @value{GDBN} is currently using.
11140
11141 @table @code
11142
11143 @kindex set debug-file-directory
11144 @item set debug-file-directory @var{directory}
11145 Set the directory which @value{GDBN} searches for separate debugging
11146 information files to @var{directory}.
11147
11148 @kindex show debug-file-directory
11149 @item show debug-file-directory
11150 Show the directory @value{GDBN} searches for separate debugging
11151 information files.
11152
11153 @end table
11154
11155 @cindex @code{.gnu_debuglink} sections
11156 @cindex debug links
11157 A debug link is a special section of the executable file named
11158 @code{.gnu_debuglink}. The section must contain:
11159
11160 @itemize
11161 @item
11162 A filename, with any leading directory components removed, followed by
11163 a zero byte,
11164 @item
11165 zero to three bytes of padding, as needed to reach the next four-byte
11166 boundary within the section, and
11167 @item
11168 a four-byte CRC checksum, stored in the same endianness used for the
11169 executable file itself. The checksum is computed on the debugging
11170 information file's full contents by the function given below, passing
11171 zero as the @var{crc} argument.
11172 @end itemize
11173
11174 Any executable file format can carry a debug link, as long as it can
11175 contain a section named @code{.gnu_debuglink} with the contents
11176 described above.
11177
11178 The debugging information file itself should be an ordinary
11179 executable, containing a full set of linker symbols, sections, and
11180 debugging information. The sections of the debugging information file
11181 should have the same names, addresses and sizes as the original file,
11182 but they need not contain any data --- much like a @code{.bss} section
11183 in an ordinary executable.
11184
11185 As of December 2002, there is no standard GNU utility to produce
11186 separated executable / debugging information file pairs. Ulrich
11187 Drepper's @file{elfutils} package, starting with version 0.53,
11188 contains a version of the @code{strip} command such that the command
11189 @kbd{strip foo -f foo.debug} removes the debugging information from
11190 the executable file @file{foo}, places it in the file
11191 @file{foo.debug}, and leaves behind a debug link in @file{foo}.
11192
11193 Since there are many different ways to compute CRC's (different
11194 polynomials, reversals, byte ordering, etc.), the simplest way to
11195 describe the CRC used in @code{.gnu_debuglink} sections is to give the
11196 complete code for a function that computes it:
11197
11198 @kindex gnu_debuglink_crc32
11199 @smallexample
11200 unsigned long
11201 gnu_debuglink_crc32 (unsigned long crc,
11202 unsigned char *buf, size_t len)
11203 @{
11204 static const unsigned long crc32_table[256] =
11205 @{
11206 0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419,
11207 0x706af48f, 0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4,
11208 0xe0d5e91e, 0x97d2d988, 0x09b64c2b, 0x7eb17cbd, 0xe7b82d07,
11209 0x90bf1d91, 0x1db71064, 0x6ab020f2, 0xf3b97148, 0x84be41de,
11210 0x1adad47d, 0x6ddde4eb, 0xf4d4b551, 0x83d385c7, 0x136c9856,
11211 0x646ba8c0, 0xfd62f97a, 0x8a65c9ec, 0x14015c4f, 0x63066cd9,
11212 0xfa0f3d63, 0x8d080df5, 0x3b6e20c8, 0x4c69105e, 0xd56041e4,
11213 0xa2677172, 0x3c03e4d1, 0x4b04d447, 0xd20d85fd, 0xa50ab56b,
11214 0x35b5a8fa, 0x42b2986c, 0xdbbbc9d6, 0xacbcf940, 0x32d86ce3,
11215 0x45df5c75, 0xdcd60dcf, 0xabd13d59, 0x26d930ac, 0x51de003a,
11216 0xc8d75180, 0xbfd06116, 0x21b4f4b5, 0x56b3c423, 0xcfba9599,
11217 0xb8bda50f, 0x2802b89e, 0x5f058808, 0xc60cd9b2, 0xb10be924,
11218 0x2f6f7c87, 0x58684c11, 0xc1611dab, 0xb6662d3d, 0x76dc4190,
11219 0x01db7106, 0x98d220bc, 0xefd5102a, 0x71b18589, 0x06b6b51f,
11220 0x9fbfe4a5, 0xe8b8d433, 0x7807c9a2, 0x0f00f934, 0x9609a88e,
11221 0xe10e9818, 0x7f6a0dbb, 0x086d3d2d, 0x91646c97, 0xe6635c01,
11222 0x6b6b51f4, 0x1c6c6162, 0x856530d8, 0xf262004e, 0x6c0695ed,
11223 0x1b01a57b, 0x8208f4c1, 0xf50fc457, 0x65b0d9c6, 0x12b7e950,
11224 0x8bbeb8ea, 0xfcb9887c, 0x62dd1ddf, 0x15da2d49, 0x8cd37cf3,
11225 0xfbd44c65, 0x4db26158, 0x3ab551ce, 0xa3bc0074, 0xd4bb30e2,
11226 0x4adfa541, 0x3dd895d7, 0xa4d1c46d, 0xd3d6f4fb, 0x4369e96a,
11227 0x346ed9fc, 0xad678846, 0xda60b8d0, 0x44042d73, 0x33031de5,
11228 0xaa0a4c5f, 0xdd0d7cc9, 0x5005713c, 0x270241aa, 0xbe0b1010,
11229 0xc90c2086, 0x5768b525, 0x206f85b3, 0xb966d409, 0xce61e49f,
11230 0x5edef90e, 0x29d9c998, 0xb0d09822, 0xc7d7a8b4, 0x59b33d17,
11231 0x2eb40d81, 0xb7bd5c3b, 0xc0ba6cad, 0xedb88320, 0x9abfb3b6,
11232 0x03b6e20c, 0x74b1d29a, 0xead54739, 0x9dd277af, 0x04db2615,
11233 0x73dc1683, 0xe3630b12, 0x94643b84, 0x0d6d6a3e, 0x7a6a5aa8,
11234 0xe40ecf0b, 0x9309ff9d, 0x0a00ae27, 0x7d079eb1, 0xf00f9344,
11235 0x8708a3d2, 0x1e01f268, 0x6906c2fe, 0xf762575d, 0x806567cb,
11236 0x196c3671, 0x6e6b06e7, 0xfed41b76, 0x89d32be0, 0x10da7a5a,
11237 0x67dd4acc, 0xf9b9df6f, 0x8ebeeff9, 0x17b7be43, 0x60b08ed5,
11238 0xd6d6a3e8, 0xa1d1937e, 0x38d8c2c4, 0x4fdff252, 0xd1bb67f1,
11239 0xa6bc5767, 0x3fb506dd, 0x48b2364b, 0xd80d2bda, 0xaf0a1b4c,
11240 0x36034af6, 0x41047a60, 0xdf60efc3, 0xa867df55, 0x316e8eef,
11241 0x4669be79, 0xcb61b38c, 0xbc66831a, 0x256fd2a0, 0x5268e236,
11242 0xcc0c7795, 0xbb0b4703, 0x220216b9, 0x5505262f, 0xc5ba3bbe,
11243 0xb2bd0b28, 0x2bb45a92, 0x5cb36a04, 0xc2d7ffa7, 0xb5d0cf31,
11244 0x2cd99e8b, 0x5bdeae1d, 0x9b64c2b0, 0xec63f226, 0x756aa39c,
11245 0x026d930a, 0x9c0906a9, 0xeb0e363f, 0x72076785, 0x05005713,
11246 0x95bf4a82, 0xe2b87a14, 0x7bb12bae, 0x0cb61b38, 0x92d28e9b,
11247 0xe5d5be0d, 0x7cdcefb7, 0x0bdbdf21, 0x86d3d2d4, 0xf1d4e242,
11248 0x68ddb3f8, 0x1fda836e, 0x81be16cd, 0xf6b9265b, 0x6fb077e1,
11249 0x18b74777, 0x88085ae6, 0xff0f6a70, 0x66063bca, 0x11010b5c,
11250 0x8f659eff, 0xf862ae69, 0x616bffd3, 0x166ccf45, 0xa00ae278,
11251 0xd70dd2ee, 0x4e048354, 0x3903b3c2, 0xa7672661, 0xd06016f7,
11252 0x4969474d, 0x3e6e77db, 0xaed16a4a, 0xd9d65adc, 0x40df0b66,
11253 0x37d83bf0, 0xa9bcae53, 0xdebb9ec5, 0x47b2cf7f, 0x30b5ffe9,
11254 0xbdbdf21c, 0xcabac28a, 0x53b39330, 0x24b4a3a6, 0xbad03605,
11255 0xcdd70693, 0x54de5729, 0x23d967bf, 0xb3667a2e, 0xc4614ab8,
11256 0x5d681b02, 0x2a6f2b94, 0xb40bbe37, 0xc30c8ea1, 0x5a05df1b,
11257 0x2d02ef8d
11258 @};
11259 unsigned char *end;
11260
11261 crc = ~crc & 0xffffffff;
11262 for (end = buf + len; buf < end; ++buf)
11263 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);
11264 return ~crc & 0xffffffff;
11265 @}
11266 @end smallexample
11267
11268
11269 @node Symbol Errors
11270 @section Errors reading symbol files
11271
11272 While reading a symbol file, @value{GDBN} occasionally encounters problems,
11273 such as symbol types it does not recognize, or known bugs in compiler
11274 output. By default, @value{GDBN} does not notify you of such problems, since
11275 they are relatively common and primarily of interest to people
11276 debugging compilers. If you are interested in seeing information
11277 about ill-constructed symbol tables, you can either ask @value{GDBN} to print
11278 only one message about each such type of problem, no matter how many
11279 times the problem occurs; or you can ask @value{GDBN} to print more messages,
11280 to see how many times the problems occur, with the @code{set
11281 complaints} command (@pxref{Messages/Warnings, ,Optional warnings and
11282 messages}).
11283
11284 The messages currently printed, and their meanings, include:
11285
11286 @table @code
11287 @item inner block not inside outer block in @var{symbol}
11288
11289 The symbol information shows where symbol scopes begin and end
11290 (such as at the start of a function or a block of statements). This
11291 error indicates that an inner scope block is not fully contained
11292 in its outer scope blocks.
11293
11294 @value{GDBN} circumvents the problem by treating the inner block as if it had
11295 the same scope as the outer block. In the error message, @var{symbol}
11296 may be shown as ``@code{(don't know)}'' if the outer block is not a
11297 function.
11298
11299 @item block at @var{address} out of order
11300
11301 The symbol information for symbol scope blocks should occur in
11302 order of increasing addresses. This error indicates that it does not
11303 do so.
11304
11305 @value{GDBN} does not circumvent this problem, and has trouble
11306 locating symbols in the source file whose symbols it is reading. (You
11307 can often determine what source file is affected by specifying
11308 @code{set verbose on}. @xref{Messages/Warnings, ,Optional warnings and
11309 messages}.)
11310
11311 @item bad block start address patched
11312
11313 The symbol information for a symbol scope block has a start address
11314 smaller than the address of the preceding source line. This is known
11315 to occur in the SunOS 4.1.1 (and earlier) C compiler.
11316
11317 @value{GDBN} circumvents the problem by treating the symbol scope block as
11318 starting on the previous source line.
11319
11320 @item bad string table offset in symbol @var{n}
11321
11322 @cindex foo
11323 Symbol number @var{n} contains a pointer into the string table which is
11324 larger than the size of the string table.
11325
11326 @value{GDBN} circumvents the problem by considering the symbol to have the
11327 name @code{foo}, which may cause other problems if many symbols end up
11328 with this name.
11329
11330 @item unknown symbol type @code{0x@var{nn}}
11331
11332 The symbol information contains new data types that @value{GDBN} does
11333 not yet know how to read. @code{0x@var{nn}} is the symbol type of the
11334 uncomprehended information, in hexadecimal.
11335
11336 @value{GDBN} circumvents the error by ignoring this symbol information.
11337 This usually allows you to debug your program, though certain symbols
11338 are not accessible. If you encounter such a problem and feel like
11339 debugging it, you can debug @code{@value{GDBP}} with itself, breakpoint
11340 on @code{complain}, then go up to the function @code{read_dbx_symtab}
11341 and examine @code{*bufp} to see the symbol.
11342
11343 @item stub type has NULL name
11344
11345 @value{GDBN} could not find the full definition for a struct or class.
11346
11347 @item const/volatile indicator missing (ok if using g++ v1.x), got@dots{}
11348 The symbol information for a C@t{++} member function is missing some
11349 information that recent versions of the compiler should have output for
11350 it.
11351
11352 @item info mismatch between compiler and debugger
11353
11354 @value{GDBN} could not parse a type specification output by the compiler.
11355
11356 @end table
11357
11358 @node Targets
11359 @chapter Specifying a Debugging Target
11360
11361 @cindex debugging target
11362 A @dfn{target} is the execution environment occupied by your program.
11363
11364 Often, @value{GDBN} runs in the same host environment as your program;
11365 in that case, the debugging target is specified as a side effect when
11366 you use the @code{file} or @code{core} commands. When you need more
11367 flexibility---for example, running @value{GDBN} on a physically separate
11368 host, or controlling a standalone system over a serial port or a
11369 realtime system over a TCP/IP connection---you can use the @code{target}
11370 command to specify one of the target types configured for @value{GDBN}
11371 (@pxref{Target Commands, ,Commands for managing targets}).
11372
11373 @cindex target architecture
11374 It is possible to build @value{GDBN} for several different @dfn{target
11375 architectures}. When @value{GDBN} is built like that, you can choose
11376 one of the available architectures with the @kbd{set architecture}
11377 command.
11378
11379 @table @code
11380 @kindex set architecture
11381 @kindex show architecture
11382 @item set architecture @var{arch}
11383 This command sets the current target architecture to @var{arch}. The
11384 value of @var{arch} can be @code{"auto"}, in addition to one of the
11385 supported architectures.
11386
11387 @item show architecture
11388 Show the current target architecture.
11389
11390 @item set processor
11391 @itemx processor
11392 @kindex set processor
11393 @kindex show processor
11394 These are alias commands for, respectively, @code{set architecture}
11395 and @code{show architecture}.
11396 @end table
11397
11398 @menu
11399 * Active Targets:: Active targets
11400 * Target Commands:: Commands for managing targets
11401 * Byte Order:: Choosing target byte order
11402 * Remote:: Remote debugging
11403 * KOD:: Kernel Object Display
11404
11405 @end menu
11406
11407 @node Active Targets
11408 @section Active targets
11409
11410 @cindex stacking targets
11411 @cindex active targets
11412 @cindex multiple targets
11413
11414 There are three classes of targets: processes, core files, and
11415 executable files. @value{GDBN} can work concurrently on up to three
11416 active targets, one in each class. This allows you to (for example)
11417 start a process and inspect its activity without abandoning your work on
11418 a core file.
11419
11420 For example, if you execute @samp{gdb a.out}, then the executable file
11421 @code{a.out} is the only active target. If you designate a core file as
11422 well---presumably from a prior run that crashed and coredumped---then
11423 @value{GDBN} has two active targets and uses them in tandem, looking
11424 first in the corefile target, then in the executable file, to satisfy
11425 requests for memory addresses. (Typically, these two classes of target
11426 are complementary, since core files contain only a program's
11427 read-write memory---variables and so on---plus machine status, while
11428 executable files contain only the program text and initialized data.)
11429
11430 When you type @code{run}, your executable file becomes an active process
11431 target as well. When a process target is active, all @value{GDBN}
11432 commands requesting memory addresses refer to that target; addresses in
11433 an active core file or executable file target are obscured while the
11434 process target is active.
11435
11436 Use the @code{core-file} and @code{exec-file} commands to select a new
11437 core file or executable target (@pxref{Files, ,Commands to specify
11438 files}). To specify as a target a process that is already running, use
11439 the @code{attach} command (@pxref{Attach, ,Debugging an already-running
11440 process}).
11441
11442 @node Target Commands
11443 @section Commands for managing targets
11444
11445 @table @code
11446 @item target @var{type} @var{parameters}
11447 Connects the @value{GDBN} host environment to a target machine or
11448 process. A target is typically a protocol for talking to debugging
11449 facilities. You use the argument @var{type} to specify the type or
11450 protocol of the target machine.
11451
11452 Further @var{parameters} are interpreted by the target protocol, but
11453 typically include things like device names or host names to connect
11454 with, process numbers, and baud rates.
11455
11456 The @code{target} command does not repeat if you press @key{RET} again
11457 after executing the command.
11458
11459 @kindex help target
11460 @item help target
11461 Displays the names of all targets available. To display targets
11462 currently selected, use either @code{info target} or @code{info files}
11463 (@pxref{Files, ,Commands to specify files}).
11464
11465 @item help target @var{name}
11466 Describe a particular target, including any parameters necessary to
11467 select it.
11468
11469 @kindex set gnutarget
11470 @item set gnutarget @var{args}
11471 @value{GDBN} uses its own library BFD to read your files. @value{GDBN}
11472 knows whether it is reading an @dfn{executable},
11473 a @dfn{core}, or a @dfn{.o} file; however, you can specify the file format
11474 with the @code{set gnutarget} command. Unlike most @code{target} commands,
11475 with @code{gnutarget} the @code{target} refers to a program, not a machine.
11476
11477 @quotation
11478 @emph{Warning:} To specify a file format with @code{set gnutarget},
11479 you must know the actual BFD name.
11480 @end quotation
11481
11482 @noindent
11483 @xref{Files, , Commands to specify files}.
11484
11485 @kindex show gnutarget
11486 @item show gnutarget
11487 Use the @code{show gnutarget} command to display what file format
11488 @code{gnutarget} is set to read. If you have not set @code{gnutarget},
11489 @value{GDBN} will determine the file format for each file automatically,
11490 and @code{show gnutarget} displays @samp{The current BDF target is "auto"}.
11491 @end table
11492
11493 @cindex common targets
11494 Here are some common targets (available, or not, depending on the GDB
11495 configuration):
11496
11497 @table @code
11498 @kindex target
11499 @item target exec @var{program}
11500 @cindex executable file target
11501 An executable file. @samp{target exec @var{program}} is the same as
11502 @samp{exec-file @var{program}}.
11503
11504 @item target core @var{filename}
11505 @cindex core dump file target
11506 A core dump file. @samp{target core @var{filename}} is the same as
11507 @samp{core-file @var{filename}}.
11508
11509 @item target remote @var{dev}
11510 @cindex remote target
11511 Remote serial target in GDB-specific protocol. The argument @var{dev}
11512 specifies what serial device to use for the connection (e.g.
11513 @file{/dev/ttya}). @xref{Remote, ,Remote debugging}. @code{target remote}
11514 supports the @code{load} command. This is only useful if you have
11515 some other way of getting the stub to the target system, and you can put
11516 it somewhere in memory where it won't get clobbered by the download.
11517
11518 @item target sim
11519 @cindex built-in simulator target
11520 Builtin CPU simulator. @value{GDBN} includes simulators for most architectures.
11521 In general,
11522 @smallexample
11523 target sim
11524 load
11525 run
11526 @end smallexample
11527 @noindent
11528 works; however, you cannot assume that a specific memory map, device
11529 drivers, or even basic I/O is available, although some simulators do
11530 provide these. For info about any processor-specific simulator details,
11531 see the appropriate section in @ref{Embedded Processors, ,Embedded
11532 Processors}.
11533
11534 @end table
11535
11536 Some configurations may include these targets as well:
11537
11538 @table @code
11539
11540 @item target nrom @var{dev}
11541 @cindex NetROM ROM emulator target
11542 NetROM ROM emulator. This target only supports downloading.
11543
11544 @end table
11545
11546 Different targets are available on different configurations of @value{GDBN};
11547 your configuration may have more or fewer targets.
11548
11549 Many remote targets require you to download the executable's code once
11550 you've successfully established a connection. You may wish to control
11551 various aspects of this process, such as the size of the data chunks
11552 used by @value{GDBN} to download program parts to the remote target.
11553
11554 @table @code
11555 @kindex set download-write-size
11556 @item set download-write-size @var{size}
11557 Set the write size used when downloading a program. Only used when
11558 downloading a program onto a remote target. Specify zero or a
11559 negative value to disable blocked writes. The actual size of each
11560 transfer is also limited by the size of the target packet and the
11561 memory cache.
11562
11563 @kindex show download-write-size
11564 @item show download-write-size
11565 @kindex show download-write-size
11566 Show the current value of the write size.
11567
11568 @item set hash
11569 @kindex set hash@r{, for remote monitors}
11570 @cindex hash mark while downloading
11571 This command controls whether a hash mark @samp{#} is displayed while
11572 downloading a file to the remote monitor. If on, a hash mark is
11573 displayed after each S-record is successfully downloaded to the
11574 monitor.
11575
11576 @item show hash
11577 @kindex show hash@r{, for remote monitors}
11578 Show the current status of displaying the hash mark.
11579
11580 @item set debug monitor
11581 @kindex set debug monitor
11582 @cindex display remote monitor communications
11583 Enable or disable display of communications messages between
11584 @value{GDBN} and the remote monitor.
11585
11586 @item show debug monitor
11587 @kindex show debug monitor
11588 Show the current status of displaying communications between
11589 @value{GDBN} and the remote monitor.
11590 @end table
11591
11592 @table @code
11593
11594 @kindex load @var{filename}
11595 @item load @var{filename}
11596 Depending on what remote debugging facilities are configured into
11597 @value{GDBN}, the @code{load} command may be available. Where it exists, it
11598 is meant to make @var{filename} (an executable) available for debugging
11599 on the remote system---by downloading, or dynamic linking, for example.
11600 @code{load} also records the @var{filename} symbol table in @value{GDBN}, like
11601 the @code{add-symbol-file} command.
11602
11603 If your @value{GDBN} does not have a @code{load} command, attempting to
11604 execute it gets the error message ``@code{You can't do that when your
11605 target is @dots{}}''
11606
11607 The file is loaded at whatever address is specified in the executable.
11608 For some object file formats, you can specify the load address when you
11609 link the program; for other formats, like a.out, the object file format
11610 specifies a fixed address.
11611 @c FIXME! This would be a good place for an xref to the GNU linker doc.
11612
11613 @code{load} does not repeat if you press @key{RET} again after using it.
11614 @end table
11615
11616 @node Byte Order
11617 @section Choosing target byte order
11618
11619 @cindex choosing target byte order
11620 @cindex target byte order
11621
11622 Some types of processors, such as the MIPS, PowerPC, and Renesas SH,
11623 offer the ability to run either big-endian or little-endian byte
11624 orders. Usually the executable or symbol will include a bit to
11625 designate the endian-ness, and you will not need to worry about
11626 which to use. However, you may still find it useful to adjust
11627 @value{GDBN}'s idea of processor endian-ness manually.
11628
11629 @table @code
11630 @kindex set endian
11631 @item set endian big
11632 Instruct @value{GDBN} to assume the target is big-endian.
11633
11634 @item set endian little
11635 Instruct @value{GDBN} to assume the target is little-endian.
11636
11637 @item set endian auto
11638 Instruct @value{GDBN} to use the byte order associated with the
11639 executable.
11640
11641 @item show endian
11642 Display @value{GDBN}'s current idea of the target byte order.
11643
11644 @end table
11645
11646 Note that these commands merely adjust interpretation of symbolic
11647 data on the host, and that they have absolutely no effect on the
11648 target system.
11649
11650 @node Remote
11651 @section Remote debugging
11652 @cindex remote debugging
11653
11654 If you are trying to debug a program running on a machine that cannot run
11655 @value{GDBN} in the usual way, it is often useful to use remote debugging.
11656 For example, you might use remote debugging on an operating system kernel,
11657 or on a small system which does not have a general purpose operating system
11658 powerful enough to run a full-featured debugger.
11659
11660 Some configurations of @value{GDBN} have special serial or TCP/IP interfaces
11661 to make this work with particular debugging targets. In addition,
11662 @value{GDBN} comes with a generic serial protocol (specific to @value{GDBN},
11663 but not specific to any particular target system) which you can use if you
11664 write the remote stubs---the code that runs on the remote system to
11665 communicate with @value{GDBN}.
11666
11667 Other remote targets may be available in your
11668 configuration of @value{GDBN}; use @code{help target} to list them.
11669
11670 Once you've connected to the remote target, @value{GDBN} allows you to
11671 send arbitrary commands to the remote monitor:
11672
11673 @table @code
11674 @item remote @var{command}
11675 @kindex remote@r{, a command}
11676 @cindex send command to remote monitor
11677 Send an arbitrary @var{command} string to the remote monitor.
11678 @end table
11679
11680
11681 @node KOD
11682 @section Kernel Object Display
11683 @cindex kernel object display
11684 @cindex KOD
11685
11686 Some targets support kernel object display. Using this facility,
11687 @value{GDBN} communicates specially with the underlying operating system
11688 and can display information about operating system-level objects such as
11689 mutexes and other synchronization objects. Exactly which objects can be
11690 displayed is determined on a per-OS basis.
11691
11692 @kindex set os
11693 Use the @code{set os} command to set the operating system. This tells
11694 @value{GDBN} which kernel object display module to initialize:
11695
11696 @smallexample
11697 (@value{GDBP}) set os cisco
11698 @end smallexample
11699
11700 @kindex show os
11701 The associated command @code{show os} displays the operating system
11702 set with the @code{set os} command; if no operating system has been
11703 set, @code{show os} will display an empty string @samp{""}.
11704
11705 If @code{set os} succeeds, @value{GDBN} will display some information
11706 about the operating system, and will create a new @code{info} command
11707 which can be used to query the target. The @code{info} command is named
11708 after the operating system:
11709
11710 @kindex info cisco
11711 @smallexample
11712 (@value{GDBP}) info cisco
11713 List of Cisco Kernel Objects
11714 Object Description
11715 any Any and all objects
11716 @end smallexample
11717
11718 Further subcommands can be used to query about particular objects known
11719 by the kernel.
11720
11721 There is currently no way to determine whether a given operating
11722 system is supported other than to try setting it with @kbd{set os
11723 @var{name}}, where @var{name} is the name of the operating system you
11724 want to try.
11725
11726
11727 @node Remote Debugging
11728 @chapter Debugging remote programs
11729
11730 @menu
11731 * Connecting:: Connecting to a remote target
11732 * Server:: Using the gdbserver program
11733 * NetWare:: Using the gdbserve.nlm program
11734 * Remote configuration:: Remote configuration
11735 * remote stub:: Implementing a remote stub
11736 @end menu
11737
11738 @node Connecting
11739 @section Connecting to a remote target
11740
11741 On the @value{GDBN} host machine, you will need an unstripped copy of
11742 your program, since @value{GDBN} needs symobl and debugging information.
11743 Start up @value{GDBN} as usual, using the name of the local copy of your
11744 program as the first argument.
11745
11746 @cindex serial line, @code{target remote}
11747 If you're using a serial line, you may want to give @value{GDBN} the
11748 @w{@samp{--baud}} option, or use the @code{set remotebaud} command
11749 (@pxref{Remote configuration, set remotebaud}) before the
11750 @code{target} command.
11751
11752 After that, use @code{target remote} to establish communications with
11753 the target machine. Its argument specifies how to communicate---either
11754 via a devicename attached to a direct serial line, or a TCP or UDP port
11755 (possibly to a terminal server which in turn has a serial line to the
11756 target). For example, to use a serial line connected to the device
11757 named @file{/dev/ttyb}:
11758
11759 @smallexample
11760 target remote /dev/ttyb
11761 @end smallexample
11762
11763 @cindex TCP port, @code{target remote}
11764 To use a TCP connection, use an argument of the form
11765 @code{@var{host}:@var{port}} or @code{tcp:@var{host}:@var{port}}.
11766 For example, to connect to port 2828 on a
11767 terminal server named @code{manyfarms}:
11768
11769 @smallexample
11770 target remote manyfarms:2828
11771 @end smallexample
11772
11773 If your remote target is actually running on the same machine as
11774 your debugger session (e.g.@: a simulator of your target running on
11775 the same host), you can omit the hostname. For example, to connect
11776 to port 1234 on your local machine:
11777
11778 @smallexample
11779 target remote :1234
11780 @end smallexample
11781 @noindent
11782
11783 Note that the colon is still required here.
11784
11785 @cindex UDP port, @code{target remote}
11786 To use a UDP connection, use an argument of the form
11787 @code{udp:@var{host}:@var{port}}. For example, to connect to UDP port 2828
11788 on a terminal server named @code{manyfarms}:
11789
11790 @smallexample
11791 target remote udp:manyfarms:2828
11792 @end smallexample
11793
11794 When using a UDP connection for remote debugging, you should keep in mind
11795 that the `U' stands for ``Unreliable''. UDP can silently drop packets on
11796 busy or unreliable networks, which will cause havoc with your debugging
11797 session.
11798
11799 Now you can use all the usual commands to examine and change data and to
11800 step and continue the remote program.
11801
11802 @cindex interrupting remote programs
11803 @cindex remote programs, interrupting
11804 Whenever @value{GDBN} is waiting for the remote program, if you type the
11805 interrupt character (often @key{C-C}), @value{GDBN} attempts to stop the
11806 program. This may or may not succeed, depending in part on the hardware
11807 and the serial drivers the remote system uses. If you type the
11808 interrupt character once again, @value{GDBN} displays this prompt:
11809
11810 @smallexample
11811 Interrupted while waiting for the program.
11812 Give up (and stop debugging it)? (y or n)
11813 @end smallexample
11814
11815 If you type @kbd{y}, @value{GDBN} abandons the remote debugging session.
11816 (If you decide you want to try again later, you can use @samp{target
11817 remote} again to connect once more.) If you type @kbd{n}, @value{GDBN}
11818 goes back to waiting.
11819
11820 @table @code
11821 @kindex detach (remote)
11822 @item detach
11823 When you have finished debugging the remote program, you can use the
11824 @code{detach} command to release it from @value{GDBN} control.
11825 Detaching from the target normally resumes its execution, but the results
11826 will depend on your particular remote stub. After the @code{detach}
11827 command, @value{GDBN} is free to connect to another target.
11828
11829 @kindex disconnect
11830 @item disconnect
11831 The @code{disconnect} command behaves like @code{detach}, except that
11832 the target is generally not resumed. It will wait for @value{GDBN}
11833 (this instance or another one) to connect and continue debugging. After
11834 the @code{disconnect} command, @value{GDBN} is again free to connect to
11835 another target.
11836
11837 @cindex send command to remote monitor
11838 @kindex monitor
11839 @item monitor @var{cmd}
11840 This command allows you to send commands directly to the remote
11841 monitor.
11842 @end table
11843
11844 @node Server
11845 @section Using the @code{gdbserver} program
11846
11847 @kindex gdbserver
11848 @cindex remote connection without stubs
11849 @code{gdbserver} is a control program for Unix-like systems, which
11850 allows you to connect your program with a remote @value{GDBN} via
11851 @code{target remote}---but without linking in the usual debugging stub.
11852
11853 @code{gdbserver} is not a complete replacement for the debugging stubs,
11854 because it requires essentially the same operating-system facilities
11855 that @value{GDBN} itself does. In fact, a system that can run
11856 @code{gdbserver} to connect to a remote @value{GDBN} could also run
11857 @value{GDBN} locally! @code{gdbserver} is sometimes useful nevertheless,
11858 because it is a much smaller program than @value{GDBN} itself. It is
11859 also easier to port than all of @value{GDBN}, so you may be able to get
11860 started more quickly on a new system by using @code{gdbserver}.
11861 Finally, if you develop code for real-time systems, you may find that
11862 the tradeoffs involved in real-time operation make it more convenient to
11863 do as much development work as possible on another system, for example
11864 by cross-compiling. You can use @code{gdbserver} to make a similar
11865 choice for debugging.
11866
11867 @value{GDBN} and @code{gdbserver} communicate via either a serial line
11868 or a TCP connection, using the standard @value{GDBN} remote serial
11869 protocol.
11870
11871 @table @emph
11872 @item On the target machine,
11873 you need to have a copy of the program you want to debug.
11874 @code{gdbserver} does not need your program's symbol table, so you can
11875 strip the program if necessary to save space. @value{GDBN} on the host
11876 system does all the symbol handling.
11877
11878 To use the server, you must tell it how to communicate with @value{GDBN};
11879 the name of your program; and the arguments for your program. The usual
11880 syntax is:
11881
11882 @smallexample
11883 target> gdbserver @var{comm} @var{program} [ @var{args} @dots{} ]
11884 @end smallexample
11885
11886 @var{comm} is either a device name (to use a serial line) or a TCP
11887 hostname and portnumber. For example, to debug Emacs with the argument
11888 @samp{foo.txt} and communicate with @value{GDBN} over the serial port
11889 @file{/dev/com1}:
11890
11891 @smallexample
11892 target> gdbserver /dev/com1 emacs foo.txt
11893 @end smallexample
11894
11895 @code{gdbserver} waits passively for the host @value{GDBN} to communicate
11896 with it.
11897
11898 To use a TCP connection instead of a serial line:
11899
11900 @smallexample
11901 target> gdbserver host:2345 emacs foo.txt
11902 @end smallexample
11903
11904 The only difference from the previous example is the first argument,
11905 specifying that you are communicating with the host @value{GDBN} via
11906 TCP. The @samp{host:2345} argument means that @code{gdbserver} is to
11907 expect a TCP connection from machine @samp{host} to local TCP port 2345.
11908 (Currently, the @samp{host} part is ignored.) You can choose any number
11909 you want for the port number as long as it does not conflict with any
11910 TCP ports already in use on the target system (for example, @code{23} is
11911 reserved for @code{telnet}).@footnote{If you choose a port number that
11912 conflicts with another service, @code{gdbserver} prints an error message
11913 and exits.} You must use the same port number with the host @value{GDBN}
11914 @code{target remote} command.
11915
11916 On some targets, @code{gdbserver} can also attach to running programs.
11917 This is accomplished via the @code{--attach} argument. The syntax is:
11918
11919 @smallexample
11920 target> gdbserver @var{comm} --attach @var{pid}
11921 @end smallexample
11922
11923 @var{pid} is the process ID of a currently running process. It isn't necessary
11924 to point @code{gdbserver} at a binary for the running process.
11925
11926 @pindex pidof
11927 @cindex attach to a program by name
11928 You can debug processes by name instead of process ID if your target has the
11929 @code{pidof} utility:
11930
11931 @smallexample
11932 target> gdbserver @var{comm} --attach `pidof @var{PROGRAM}`
11933 @end smallexample
11934
11935 In case more than one copy of @var{PROGRAM} is running, or @var{PROGRAM}
11936 has multiple threads, most versions of @code{pidof} support the
11937 @code{-s} option to only return the first process ID.
11938
11939 @item On the host machine,
11940 connect to your target (@pxref{Connecting,,Connecting to a remote target}).
11941 For TCP connections, you must start up @code{gdbserver} prior to using
11942 the @code{target remote} command. Otherwise you may get an error whose
11943 text depends on the host system, but which usually looks something like
11944 @samp{Connection refused}. You don't need to use the @code{load}
11945 command in @value{GDBN} when using @code{gdbserver}, since the program is
11946 already on the target. However, if you want to load the symbols (as
11947 you normally would), do that with the @code{file} command, and issue
11948 it @emph{before} connecting to the server; otherwise, you will get an
11949 error message saying @code{"Program is already running"}, since the
11950 program is considered running after the connection.
11951
11952 @end table
11953
11954 @node NetWare
11955 @section Using the @code{gdbserve.nlm} program
11956
11957 @kindex gdbserve.nlm
11958 @code{gdbserve.nlm} is a control program for NetWare systems, which
11959 allows you to connect your program with a remote @value{GDBN} via
11960 @code{target remote}.
11961
11962 @value{GDBN} and @code{gdbserve.nlm} communicate via a serial line,
11963 using the standard @value{GDBN} remote serial protocol.
11964
11965 @table @emph
11966 @item On the target machine,
11967 you need to have a copy of the program you want to debug.
11968 @code{gdbserve.nlm} does not need your program's symbol table, so you
11969 can strip the program if necessary to save space. @value{GDBN} on the
11970 host system does all the symbol handling.
11971
11972 To use the server, you must tell it how to communicate with
11973 @value{GDBN}; the name of your program; and the arguments for your
11974 program. The syntax is:
11975
11976 @smallexample
11977 load gdbserve [ BOARD=@var{board} ] [ PORT=@var{port} ]
11978 [ BAUD=@var{baud} ] @var{program} [ @var{args} @dots{} ]
11979 @end smallexample
11980
11981 @var{board} and @var{port} specify the serial line; @var{baud} specifies
11982 the baud rate used by the connection. @var{port} and @var{node} default
11983 to 0, @var{baud} defaults to 9600@dmn{bps}.
11984
11985 For example, to debug Emacs with the argument @samp{foo.txt}and
11986 communicate with @value{GDBN} over serial port number 2 or board 1
11987 using a 19200@dmn{bps} connection:
11988
11989 @smallexample
11990 load gdbserve BOARD=1 PORT=2 BAUD=19200 emacs foo.txt
11991 @end smallexample
11992
11993 @item
11994 On the @value{GDBN} host machine, connect to your target (@pxref{Connecting,,
11995 Connecting to a remote target}).
11996
11997 @end table
11998
11999 @node Remote configuration
12000 @section Remote configuration
12001
12002 @kindex set remote
12003 @kindex show remote
12004 This section documents the configuration options available when
12005 debugging remote programs. For the options related to the File I/O
12006 extensions of the remote protocol, see @ref{The system call,
12007 system-call-allowed}.
12008
12009 @table @code
12010 @item set remoteaddresssize @var{bits}
12011 @cindex adress size for remote targets
12012 @cindex bits in remote address
12013 Set the maximum size of address in a memory packet to the specified
12014 number of bits. @value{GDBN} will mask off the address bits above
12015 that number, when it passes addresses to the remote target. The
12016 default value is the number of bits in the target's address.
12017
12018 @item show remoteaddresssize
12019 Show the current value of remote address size in bits.
12020
12021 @item set remotebaud @var{n}
12022 @cindex baud rate for remote targets
12023 Set the baud rate for the remote serial I/O to @var{n} baud. The
12024 value is used to set the speed of the serial port used for debugging
12025 remote targets.
12026
12027 @item show remotebaud
12028 Show the current speed of the remote connection.
12029
12030 @item set remotebreak
12031 @cindex interrupt remote programs
12032 @cindex BREAK signal instead of Ctrl-C
12033 If set to on, @value{GDBN} sends a @code{BREAK} signal to the remote
12034 when you press the @key{Ctrl-C} key to interrupt the program running
12035 on the remote. If set to off, @value{GDBN} sends the @samp{Strl-C}
12036 character instead. The default is off, since most remote systems
12037 expect to see @samp{Ctrl-C} as the interrupt signal.
12038
12039 @item show remotebreak
12040 Show whether @value{GDBN} sends @code{BREAK} or @samp{Ctrl-C} to
12041 interrupt the remote program.
12042
12043 @item set remotedebug
12044 @cindex debug remote protocol
12045 @cindex remote protocol debugging
12046 @cindex display remote packets
12047 Control the debugging of the remote protocol. When enabled, each
12048 packet sent to or received from the remote target is displayed. The
12049 defaults is off.
12050
12051 @item show remotedebug
12052 Show the current setting of the remote protocol debugging.
12053
12054 @item set remotedevice @var{device}
12055 @cindex serial port name
12056 Set the name of the serial port through which to communicate to the
12057 remote target to @var{device}. This is the device used by
12058 @value{GDBN} to open the serial communications line to the remote
12059 target. There's no default, so you must set a valid port name for the
12060 remote serial communications to work. (Some varieties of the
12061 @code{target} command accept the port name as part of their
12062 arguments.)
12063
12064 @item show remotedevice
12065 Show the current name of the serial port.
12066
12067 @item set remotelogbase @var{base}
12068 Set the base (a.k.a.@: radix) of logging serial protocol
12069 communications to @var{base}. Supported values of @var{base} are:
12070 @code{ascii}, @code{octal}, and @code{hex}. The default is
12071 @code{ascii}.
12072
12073 @item show remotelogbase
12074 Show the current setting of the radix for logging remote serial
12075 protocol.
12076
12077 @item set remotelogfile @var{file}
12078 @cindex record serial communications on file
12079 Record remote serial communications on the named @var{file}. The
12080 default is not to record at all.
12081
12082 @item show remotelogfile.
12083 Show the current setting of the file name on which to record the
12084 serial communications.
12085
12086 @item set remotetimeout @var{num}
12087 @cindex timeout for serial communications
12088 @cindex remote timeout
12089 Set the timeout limit to wait for the remote target to respond to
12090 @var{num} seconds. The default is 2 seconds.
12091
12092 @item show remotetimeout
12093 Show the current number of seconds to wait for the remote target
12094 responses.
12095
12096 @cindex limit hardware breakpoints and watchpoints
12097 @cindex remote target, limit break- and watchpoints
12098 @anchor{set remote hardware-watchpoint-limit}
12099 @anchor{set remote hardware-breakpoint-limit}
12100 @item set remote hardware-watchpoint-limit @var{limit}
12101 @itemx set remote hardware-breakpoint-limit @var{limit}
12102 Restrict @value{GDBN} to using @var{limit} remote hardware breakpoint or
12103 watchpoints. A limit of -1, the default, is treated as unlimited.
12104
12105 @item set remote fetch-register-packet
12106 @itemx set remote set-register-packet
12107 @itemx set remote P-packet
12108 @itemx set remote p-packet
12109 @cindex P-packet
12110 @cindex fetch registers from remote targets
12111 @cindex set registers in remote targets
12112 Determine whether @value{GDBN} can set and fetch registers from the
12113 remote target using the @samp{P} packets. The default depends on the
12114 remote stub's support of the @samp{P} packets (@value{GDBN} queries
12115 the stub when this packet is first required).
12116
12117 @item show remote fetch-register-packet
12118 @itemx show remote set-register-packet
12119 @itemx show remote P-packet
12120 @itemx show remote p-packet
12121 Show the current setting of using the @samp{P} packets for setting and
12122 fetching registers from the remote target.
12123
12124 @cindex binary downloads
12125 @cindex X-packet
12126 @item set remote binary-download-packet
12127 @itemx set remote X-packet
12128 Determine whether @value{GDBN} sends downloads in binary mode using
12129 the @samp{X} packets. The default is on.
12130
12131 @item show remote binary-download-packet
12132 @itemx show remote X-packet
12133 Show the current setting of using the @samp{X} packets for binary
12134 downloads.
12135
12136 @item set remote read-aux-vector-packet
12137 @cindex auxiliary vector of remote target
12138 @cindex @code{auxv}, and remote targets
12139 Set the use of the remote protocol's @samp{qPart:auxv:read} (target
12140 auxiliary vector read) request. This request is used to fetch the
12141 remote target's @dfn{auxiliary vector}, see @ref{OS Information,
12142 Auxiliary Vector}. The default setting depends on the remote stub's
12143 support of this request (@value{GDBN} queries the stub when this
12144 request is first required). @xref{General Query Packets, qPart}, for
12145 more information about this request.
12146
12147 @item show remote read-aux-vector-packet
12148 Show the current setting of use of the @samp{qPart:auxv:read} request.
12149
12150 @item set remote symbol-lookup-packet
12151 @cindex remote symbol lookup request
12152 Set the use of the remote protocol's @samp{qSymbol} (target symbol
12153 lookup) request. This request is used to communicate symbol
12154 information to the remote target, e.g., whenever a new shared library
12155 is loaded by the remote (@pxref{Files, shared libraries}). The
12156 default setting depends on the remote stub's support of this request
12157 (@value{GDBN} queries the stub when this request is first required).
12158 @xref{General Query Packets, qSymbol}, for more information about this
12159 request.
12160
12161 @item show remote symbol-lookup-packet
12162 Show the current setting of use of the @samp{qSymbol} request.
12163
12164 @item set remote verbose-resume-packet
12165 @cindex resume remote target
12166 @cindex signal thread, and remote targets
12167 @cindex single-step thread, and remote targets
12168 @cindex thread-specific operations on remote targets
12169 Set the use of the remote protocol's @samp{vCont} (descriptive resume)
12170 request. This request is used to resume specific threads in the
12171 remote target, and to single-step or signal them. The default setting
12172 depends on the remote stub's support of this request (@value{GDBN}
12173 queries the stub when this request is first required). This setting
12174 affects debugging of multithreaded programs: if @samp{vCont} cannot be
12175 used, @value{GDBN} might be unable to single-step a specific thread,
12176 especially under @code{set scheduler-locking off}; it is also
12177 impossible to pause a specific thread. @xref{Packets, vCont}, for
12178 more details.
12179
12180 @item show remote verbose-resume-packet
12181 Show the current setting of use of the @samp{vCont} request
12182
12183 @item set remote software-breakpoint-packet
12184 @itemx set remote hardware-breakpoint-packet
12185 @itemx set remote write-watchpoint-packet
12186 @itemx set remote read-watchpoint-packet
12187 @itemx set remote access-watchpoint-packet
12188 @itemx set remote Z-packet
12189 @cindex Z-packet
12190 @cindex remote hardware breakpoints and watchpoints
12191 These commands enable or disable the use of @samp{Z} packets for
12192 setting breakpoints and watchpoints in the remote target. The default
12193 depends on the remote stub's support of the @samp{Z} packets
12194 (@value{GDBN} queries the stub when each packet is first required).
12195 The command @code{set remote Z-packet}, kept for back-compatibility,
12196 turns on or off all the features that require the use of @samp{Z}
12197 packets.
12198
12199 @item show remote software-breakpoint-packet
12200 @itemx show remote hardware-breakpoint-packet
12201 @itemx show remote write-watchpoint-packet
12202 @itemx show remote read-watchpoint-packet
12203 @itemx show remote access-watchpoint-packet
12204 @itemx show remote Z-packet
12205 Show the current setting of @samp{Z} packets usage.
12206
12207 @item set remote get-thread-local-storage-address
12208 @kindex set remote get-thread-local-storage-address
12209 @cindex thread local storage of remote targets
12210 This command enables or disables the use of the @samp{qGetTLSAddr}
12211 (Get Thread Local Storage Address) request packet. The default
12212 depends on whether the remote stub supports this request.
12213 @xref{General Query Packets, qGetTLSAddr}, for more details about this
12214 packet.
12215
12216 @item show remote get-thread-local-storage-address
12217 @kindex show remote get-thread-local-storage-address
12218 Show the current setting of @samp{qGetTLSAddr} packet usage.
12219 @end table
12220
12221 @node remote stub
12222 @section Implementing a remote stub
12223
12224 @cindex debugging stub, example
12225 @cindex remote stub, example
12226 @cindex stub example, remote debugging
12227 The stub files provided with @value{GDBN} implement the target side of the
12228 communication protocol, and the @value{GDBN} side is implemented in the
12229 @value{GDBN} source file @file{remote.c}. Normally, you can simply allow
12230 these subroutines to communicate, and ignore the details. (If you're
12231 implementing your own stub file, you can still ignore the details: start
12232 with one of the existing stub files. @file{sparc-stub.c} is the best
12233 organized, and therefore the easiest to read.)
12234
12235 @cindex remote serial debugging, overview
12236 To debug a program running on another machine (the debugging
12237 @dfn{target} machine), you must first arrange for all the usual
12238 prerequisites for the program to run by itself. For example, for a C
12239 program, you need:
12240
12241 @enumerate
12242 @item
12243 A startup routine to set up the C runtime environment; these usually
12244 have a name like @file{crt0}. The startup routine may be supplied by
12245 your hardware supplier, or you may have to write your own.
12246
12247 @item
12248 A C subroutine library to support your program's
12249 subroutine calls, notably managing input and output.
12250
12251 @item
12252 A way of getting your program to the other machine---for example, a
12253 download program. These are often supplied by the hardware
12254 manufacturer, but you may have to write your own from hardware
12255 documentation.
12256 @end enumerate
12257
12258 The next step is to arrange for your program to use a serial port to
12259 communicate with the machine where @value{GDBN} is running (the @dfn{host}
12260 machine). In general terms, the scheme looks like this:
12261
12262 @table @emph
12263 @item On the host,
12264 @value{GDBN} already understands how to use this protocol; when everything
12265 else is set up, you can simply use the @samp{target remote} command
12266 (@pxref{Targets,,Specifying a Debugging Target}).
12267
12268 @item On the target,
12269 you must link with your program a few special-purpose subroutines that
12270 implement the @value{GDBN} remote serial protocol. The file containing these
12271 subroutines is called a @dfn{debugging stub}.
12272
12273 On certain remote targets, you can use an auxiliary program
12274 @code{gdbserver} instead of linking a stub into your program.
12275 @xref{Server,,Using the @code{gdbserver} program}, for details.
12276 @end table
12277
12278 The debugging stub is specific to the architecture of the remote
12279 machine; for example, use @file{sparc-stub.c} to debug programs on
12280 @sc{sparc} boards.
12281
12282 @cindex remote serial stub list
12283 These working remote stubs are distributed with @value{GDBN}:
12284
12285 @table @code
12286
12287 @item i386-stub.c
12288 @cindex @file{i386-stub.c}
12289 @cindex Intel
12290 @cindex i386
12291 For Intel 386 and compatible architectures.
12292
12293 @item m68k-stub.c
12294 @cindex @file{m68k-stub.c}
12295 @cindex Motorola 680x0
12296 @cindex m680x0
12297 For Motorola 680x0 architectures.
12298
12299 @item sh-stub.c
12300 @cindex @file{sh-stub.c}
12301 @cindex Renesas
12302 @cindex SH
12303 For Renesas SH architectures.
12304
12305 @item sparc-stub.c
12306 @cindex @file{sparc-stub.c}
12307 @cindex Sparc
12308 For @sc{sparc} architectures.
12309
12310 @item sparcl-stub.c
12311 @cindex @file{sparcl-stub.c}
12312 @cindex Fujitsu
12313 @cindex SparcLite
12314 For Fujitsu @sc{sparclite} architectures.
12315
12316 @end table
12317
12318 The @file{README} file in the @value{GDBN} distribution may list other
12319 recently added stubs.
12320
12321 @menu
12322 * Stub Contents:: What the stub can do for you
12323 * Bootstrapping:: What you must do for the stub
12324 * Debug Session:: Putting it all together
12325 @end menu
12326
12327 @node Stub Contents
12328 @subsection What the stub can do for you
12329
12330 @cindex remote serial stub
12331 The debugging stub for your architecture supplies these three
12332 subroutines:
12333
12334 @table @code
12335 @item set_debug_traps
12336 @findex set_debug_traps
12337 @cindex remote serial stub, initialization
12338 This routine arranges for @code{handle_exception} to run when your
12339 program stops. You must call this subroutine explicitly near the
12340 beginning of your program.
12341
12342 @item handle_exception
12343 @findex handle_exception
12344 @cindex remote serial stub, main routine
12345 This is the central workhorse, but your program never calls it
12346 explicitly---the setup code arranges for @code{handle_exception} to
12347 run when a trap is triggered.
12348
12349 @code{handle_exception} takes control when your program stops during
12350 execution (for example, on a breakpoint), and mediates communications
12351 with @value{GDBN} on the host machine. This is where the communications
12352 protocol is implemented; @code{handle_exception} acts as the @value{GDBN}
12353 representative on the target machine. It begins by sending summary
12354 information on the state of your program, then continues to execute,
12355 retrieving and transmitting any information @value{GDBN} needs, until you
12356 execute a @value{GDBN} command that makes your program resume; at that point,
12357 @code{handle_exception} returns control to your own code on the target
12358 machine.
12359
12360 @item breakpoint
12361 @cindex @code{breakpoint} subroutine, remote
12362 Use this auxiliary subroutine to make your program contain a
12363 breakpoint. Depending on the particular situation, this may be the only
12364 way for @value{GDBN} to get control. For instance, if your target
12365 machine has some sort of interrupt button, you won't need to call this;
12366 pressing the interrupt button transfers control to
12367 @code{handle_exception}---in effect, to @value{GDBN}. On some machines,
12368 simply receiving characters on the serial port may also trigger a trap;
12369 again, in that situation, you don't need to call @code{breakpoint} from
12370 your own program---simply running @samp{target remote} from the host
12371 @value{GDBN} session gets control.
12372
12373 Call @code{breakpoint} if none of these is true, or if you simply want
12374 to make certain your program stops at a predetermined point for the
12375 start of your debugging session.
12376 @end table
12377
12378 @node Bootstrapping
12379 @subsection What you must do for the stub
12380
12381 @cindex remote stub, support routines
12382 The debugging stubs that come with @value{GDBN} are set up for a particular
12383 chip architecture, but they have no information about the rest of your
12384 debugging target machine.
12385
12386 First of all you need to tell the stub how to communicate with the
12387 serial port.
12388
12389 @table @code
12390 @item int getDebugChar()
12391 @findex getDebugChar
12392 Write this subroutine to read a single character from the serial port.
12393 It may be identical to @code{getchar} for your target system; a
12394 different name is used to allow you to distinguish the two if you wish.
12395
12396 @item void putDebugChar(int)
12397 @findex putDebugChar
12398 Write this subroutine to write a single character to the serial port.
12399 It may be identical to @code{putchar} for your target system; a
12400 different name is used to allow you to distinguish the two if you wish.
12401 @end table
12402
12403 @cindex control C, and remote debugging
12404 @cindex interrupting remote targets
12405 If you want @value{GDBN} to be able to stop your program while it is
12406 running, you need to use an interrupt-driven serial driver, and arrange
12407 for it to stop when it receives a @code{^C} (@samp{\003}, the control-C
12408 character). That is the character which @value{GDBN} uses to tell the
12409 remote system to stop.
12410
12411 Getting the debugging target to return the proper status to @value{GDBN}
12412 probably requires changes to the standard stub; one quick and dirty way
12413 is to just execute a breakpoint instruction (the ``dirty'' part is that
12414 @value{GDBN} reports a @code{SIGTRAP} instead of a @code{SIGINT}).
12415
12416 Other routines you need to supply are:
12417
12418 @table @code
12419 @item void exceptionHandler (int @var{exception_number}, void *@var{exception_address})
12420 @findex exceptionHandler
12421 Write this function to install @var{exception_address} in the exception
12422 handling tables. You need to do this because the stub does not have any
12423 way of knowing what the exception handling tables on your target system
12424 are like (for example, the processor's table might be in @sc{rom},
12425 containing entries which point to a table in @sc{ram}).
12426 @var{exception_number} is the exception number which should be changed;
12427 its meaning is architecture-dependent (for example, different numbers
12428 might represent divide by zero, misaligned access, etc). When this
12429 exception occurs, control should be transferred directly to
12430 @var{exception_address}, and the processor state (stack, registers,
12431 and so on) should be just as it is when a processor exception occurs. So if
12432 you want to use a jump instruction to reach @var{exception_address}, it
12433 should be a simple jump, not a jump to subroutine.
12434
12435 For the 386, @var{exception_address} should be installed as an interrupt
12436 gate so that interrupts are masked while the handler runs. The gate
12437 should be at privilege level 0 (the most privileged level). The
12438 @sc{sparc} and 68k stubs are able to mask interrupts themselves without
12439 help from @code{exceptionHandler}.
12440
12441 @item void flush_i_cache()
12442 @findex flush_i_cache
12443 On @sc{sparc} and @sc{sparclite} only, write this subroutine to flush the
12444 instruction cache, if any, on your target machine. If there is no
12445 instruction cache, this subroutine may be a no-op.
12446
12447 On target machines that have instruction caches, @value{GDBN} requires this
12448 function to make certain that the state of your program is stable.
12449 @end table
12450
12451 @noindent
12452 You must also make sure this library routine is available:
12453
12454 @table @code
12455 @item void *memset(void *, int, int)
12456 @findex memset
12457 This is the standard library function @code{memset} that sets an area of
12458 memory to a known value. If you have one of the free versions of
12459 @code{libc.a}, @code{memset} can be found there; otherwise, you must
12460 either obtain it from your hardware manufacturer, or write your own.
12461 @end table
12462
12463 If you do not use the GNU C compiler, you may need other standard
12464 library subroutines as well; this varies from one stub to another,
12465 but in general the stubs are likely to use any of the common library
12466 subroutines which @code{@value{GCC}} generates as inline code.
12467
12468
12469 @node Debug Session
12470 @subsection Putting it all together
12471
12472 @cindex remote serial debugging summary
12473 In summary, when your program is ready to debug, you must follow these
12474 steps.
12475
12476 @enumerate
12477 @item
12478 Make sure you have defined the supporting low-level routines
12479 (@pxref{Bootstrapping,,What you must do for the stub}):
12480 @display
12481 @code{getDebugChar}, @code{putDebugChar},
12482 @code{flush_i_cache}, @code{memset}, @code{exceptionHandler}.
12483 @end display
12484
12485 @item
12486 Insert these lines near the top of your program:
12487
12488 @smallexample
12489 set_debug_traps();
12490 breakpoint();
12491 @end smallexample
12492
12493 @item
12494 For the 680x0 stub only, you need to provide a variable called
12495 @code{exceptionHook}. Normally you just use:
12496
12497 @smallexample
12498 void (*exceptionHook)() = 0;
12499 @end smallexample
12500
12501 @noindent
12502 but if before calling @code{set_debug_traps}, you set it to point to a
12503 function in your program, that function is called when
12504 @code{@value{GDBN}} continues after stopping on a trap (for example, bus
12505 error). The function indicated by @code{exceptionHook} is called with
12506 one parameter: an @code{int} which is the exception number.
12507
12508 @item
12509 Compile and link together: your program, the @value{GDBN} debugging stub for
12510 your target architecture, and the supporting subroutines.
12511
12512 @item
12513 Make sure you have a serial connection between your target machine and
12514 the @value{GDBN} host, and identify the serial port on the host.
12515
12516 @item
12517 @c The "remote" target now provides a `load' command, so we should
12518 @c document that. FIXME.
12519 Download your program to your target machine (or get it there by
12520 whatever means the manufacturer provides), and start it.
12521
12522 @item
12523 Start @value{GDBN} on the host, and connect to the target
12524 (@pxref{Connecting,,Connecting to a remote target}).
12525
12526 @end enumerate
12527
12528 @node Configurations
12529 @chapter Configuration-Specific Information
12530
12531 While nearly all @value{GDBN} commands are available for all native and
12532 cross versions of the debugger, there are some exceptions. This chapter
12533 describes things that are only available in certain configurations.
12534
12535 There are three major categories of configurations: native
12536 configurations, where the host and target are the same, embedded
12537 operating system configurations, which are usually the same for several
12538 different processor architectures, and bare embedded processors, which
12539 are quite different from each other.
12540
12541 @menu
12542 * Native::
12543 * Embedded OS::
12544 * Embedded Processors::
12545 * Architectures::
12546 @end menu
12547
12548 @node Native
12549 @section Native
12550
12551 This section describes details specific to particular native
12552 configurations.
12553
12554 @menu
12555 * HP-UX:: HP-UX
12556 * BSD libkvm Interface:: Debugging BSD kernel memory images
12557 * SVR4 Process Information:: SVR4 process information
12558 * DJGPP Native:: Features specific to the DJGPP port
12559 * Cygwin Native:: Features specific to the Cygwin port
12560 * Hurd Native:: Features specific to @sc{gnu} Hurd
12561 * Neutrino:: Features specific to QNX Neutrino
12562 @end menu
12563
12564 @node HP-UX
12565 @subsection HP-UX
12566
12567 On HP-UX systems, if you refer to a function or variable name that
12568 begins with a dollar sign, @value{GDBN} searches for a user or system
12569 name first, before it searches for a convenience variable.
12570
12571
12572 @node BSD libkvm Interface
12573 @subsection BSD libkvm Interface
12574
12575 @cindex libkvm
12576 @cindex kernel memory image
12577 @cindex kernel crash dump
12578
12579 BSD-derived systems (FreeBSD/NetBSD/OpenBSD) have a kernel memory
12580 interface that provides a uniform interface for accessing kernel virtual
12581 memory images, including live systems and crash dumps. @value{GDBN}
12582 uses this interface to allow you to debug live kernels and kernel crash
12583 dumps on many native BSD configurations. This is implemented as a
12584 special @code{kvm} debugging target. For debugging a live system, load
12585 the currently running kernel into @value{GDBN} and connect to the
12586 @code{kvm} target:
12587
12588 @smallexample
12589 (@value{GDBP}) @b{target kvm}
12590 @end smallexample
12591
12592 For debugging crash dumps, provide the file name of the crash dump as an
12593 argument:
12594
12595 @smallexample
12596 (@value{GDBP}) @b{target kvm /var/crash/bsd.0}
12597 @end smallexample
12598
12599 Once connected to the @code{kvm} target, the following commands are
12600 available:
12601
12602 @table @code
12603 @kindex kvm
12604 @item kvm pcb
12605 Set current context from the @dfn{Process Control Block} (PCB) address.
12606
12607 @item kvm proc
12608 Set current context from proc address. This command isn't available on
12609 modern FreeBSD systems.
12610 @end table
12611
12612 @node SVR4 Process Information
12613 @subsection SVR4 process information
12614 @cindex /proc
12615 @cindex examine process image
12616 @cindex process info via @file{/proc}
12617
12618 Many versions of SVR4 and compatible systems provide a facility called
12619 @samp{/proc} that can be used to examine the image of a running
12620 process using file-system subroutines. If @value{GDBN} is configured
12621 for an operating system with this facility, the command @code{info
12622 proc} is available to report information about the process running
12623 your program, or about any process running on your system. @code{info
12624 proc} works only on SVR4 systems that include the @code{procfs} code.
12625 This includes, as of this writing, @sc{gnu}/Linux, OSF/1 (Digital
12626 Unix), Solaris, Irix, and Unixware, but not HP-UX, for example.
12627
12628 @table @code
12629 @kindex info proc
12630 @cindex process ID
12631 @item info proc
12632 @itemx info proc @var{process-id}
12633 Summarize available information about any running process. If a
12634 process ID is specified by @var{process-id}, display information about
12635 that process; otherwise display information about the program being
12636 debugged. The summary includes the debugged process ID, the command
12637 line used to invoke it, its current working directory, and its
12638 executable file's absolute file name.
12639
12640 On some systems, @var{process-id} can be of the form
12641 @samp{[@var{pid}]/@var{tid}} which specifies a certain thread ID
12642 within a process. If the optional @var{pid} part is missing, it means
12643 a thread from the process being debugged (the leading @samp{/} still
12644 needs to be present, or else @value{GDBN} will interpret the number as
12645 a process ID rather than a thread ID).
12646
12647 @item info proc mappings
12648 @cindex memory address space mappings
12649 Report the memory address space ranges accessible in the program, with
12650 information on whether the process has read, write, or execute access
12651 rights to each range. On @sc{gnu}/Linux systems, each memory range
12652 includes the object file which is mapped to that range, instead of the
12653 memory access rights to that range.
12654
12655 @item info proc stat
12656 @itemx info proc status
12657 @cindex process detailed status information
12658 These subcommands are specific to @sc{gnu}/Linux systems. They show
12659 the process-related information, including the user ID and group ID;
12660 how many threads are there in the process; its virtual memory usage;
12661 the signals that are pending, blocked, and ignored; its TTY; its
12662 consumption of system and user time; its stack size; its @samp{nice}
12663 value; etc. For more information, see the @samp{proc} man page
12664 (type @kbd{man 5 proc} from your shell prompt).
12665
12666 @item info proc all
12667 Show all the information about the process described under all of the
12668 above @code{info proc} subcommands.
12669
12670 @ignore
12671 @comment These sub-options of 'info proc' were not included when
12672 @comment procfs.c was re-written. Keep their descriptions around
12673 @comment against the day when someone finds the time to put them back in.
12674 @kindex info proc times
12675 @item info proc times
12676 Starting time, user CPU time, and system CPU time for your program and
12677 its children.
12678
12679 @kindex info proc id
12680 @item info proc id
12681 Report on the process IDs related to your program: its own process ID,
12682 the ID of its parent, the process group ID, and the session ID.
12683 @end ignore
12684
12685 @item set procfs-trace
12686 @kindex set procfs-trace
12687 @cindex @code{procfs} API calls
12688 This command enables and disables tracing of @code{procfs} API calls.
12689
12690 @item show procfs-trace
12691 @kindex show procfs-trace
12692 Show the current state of @code{procfs} API call tracing.
12693
12694 @item set procfs-file @var{file}
12695 @kindex set procfs-file
12696 Tell @value{GDBN} to write @code{procfs} API trace to the named
12697 @var{file}. @value{GDBN} appends the trace info to the previous
12698 contents of the file. The default is to display the trace on the
12699 standard output.
12700
12701 @item show procfs-file
12702 @kindex show procfs-file
12703 Show the file to which @code{procfs} API trace is written.
12704
12705 @item proc-trace-entry
12706 @itemx proc-trace-exit
12707 @itemx proc-untrace-entry
12708 @itemx proc-untrace-exit
12709 @kindex proc-trace-entry
12710 @kindex proc-trace-exit
12711 @kindex proc-untrace-entry
12712 @kindex proc-untrace-exit
12713 These commands enable and disable tracing of entries into and exits
12714 from the @code{syscall} interface.
12715
12716 @item info pidlist
12717 @kindex info pidlist
12718 @cindex process list, QNX Neutrino
12719 For QNX Neutrino only, this command displays the list of all the
12720 processes and all the threads within each process.
12721
12722 @item info meminfo
12723 @kindex info meminfo
12724 @cindex mapinfo list, QNX Neutrino
12725 For QNX Neutrino only, this command displays the list of all mapinfos.
12726 @end table
12727
12728 @node DJGPP Native
12729 @subsection Features for Debugging @sc{djgpp} Programs
12730 @cindex @sc{djgpp} debugging
12731 @cindex native @sc{djgpp} debugging
12732 @cindex MS-DOS-specific commands
12733
12734 @cindex DPMI
12735 @sc{djgpp} is a port of the @sc{gnu} development tools to MS-DOS and
12736 MS-Windows. @sc{djgpp} programs are 32-bit protected-mode programs
12737 that use the @dfn{DPMI} (DOS Protected-Mode Interface) API to run on
12738 top of real-mode DOS systems and their emulations.
12739
12740 @value{GDBN} supports native debugging of @sc{djgpp} programs, and
12741 defines a few commands specific to the @sc{djgpp} port. This
12742 subsection describes those commands.
12743
12744 @table @code
12745 @kindex info dos
12746 @item info dos
12747 This is a prefix of @sc{djgpp}-specific commands which print
12748 information about the target system and important OS structures.
12749
12750 @kindex sysinfo
12751 @cindex MS-DOS system info
12752 @cindex free memory information (MS-DOS)
12753 @item info dos sysinfo
12754 This command displays assorted information about the underlying
12755 platform: the CPU type and features, the OS version and flavor, the
12756 DPMI version, and the available conventional and DPMI memory.
12757
12758 @cindex GDT
12759 @cindex LDT
12760 @cindex IDT
12761 @cindex segment descriptor tables
12762 @cindex descriptor tables display
12763 @item info dos gdt
12764 @itemx info dos ldt
12765 @itemx info dos idt
12766 These 3 commands display entries from, respectively, Global, Local,
12767 and Interrupt Descriptor Tables (GDT, LDT, and IDT). The descriptor
12768 tables are data structures which store a descriptor for each segment
12769 that is currently in use. The segment's selector is an index into a
12770 descriptor table; the table entry for that index holds the
12771 descriptor's base address and limit, and its attributes and access
12772 rights.
12773
12774 A typical @sc{djgpp} program uses 3 segments: a code segment, a data
12775 segment (used for both data and the stack), and a DOS segment (which
12776 allows access to DOS/BIOS data structures and absolute addresses in
12777 conventional memory). However, the DPMI host will usually define
12778 additional segments in order to support the DPMI environment.
12779
12780 @cindex garbled pointers
12781 These commands allow to display entries from the descriptor tables.
12782 Without an argument, all entries from the specified table are
12783 displayed. An argument, which should be an integer expression, means
12784 display a single entry whose index is given by the argument. For
12785 example, here's a convenient way to display information about the
12786 debugged program's data segment:
12787
12788 @smallexample
12789 @exdent @code{(@value{GDBP}) info dos ldt $ds}
12790 @exdent @code{0x13f: base=0x11970000 limit=0x0009ffff 32-Bit Data (Read/Write, Exp-up)}
12791 @end smallexample
12792
12793 @noindent
12794 This comes in handy when you want to see whether a pointer is outside
12795 the data segment's limit (i.e.@: @dfn{garbled}).
12796
12797 @cindex page tables display (MS-DOS)
12798 @item info dos pde
12799 @itemx info dos pte
12800 These two commands display entries from, respectively, the Page
12801 Directory and the Page Tables. Page Directories and Page Tables are
12802 data structures which control how virtual memory addresses are mapped
12803 into physical addresses. A Page Table includes an entry for every
12804 page of memory that is mapped into the program's address space; there
12805 may be several Page Tables, each one holding up to 4096 entries. A
12806 Page Directory has up to 4096 entries, one each for every Page Table
12807 that is currently in use.
12808
12809 Without an argument, @kbd{info dos pde} displays the entire Page
12810 Directory, and @kbd{info dos pte} displays all the entries in all of
12811 the Page Tables. An argument, an integer expression, given to the
12812 @kbd{info dos pde} command means display only that entry from the Page
12813 Directory table. An argument given to the @kbd{info dos pte} command
12814 means display entries from a single Page Table, the one pointed to by
12815 the specified entry in the Page Directory.
12816
12817 @cindex direct memory access (DMA) on MS-DOS
12818 These commands are useful when your program uses @dfn{DMA} (Direct
12819 Memory Access), which needs physical addresses to program the DMA
12820 controller.
12821
12822 These commands are supported only with some DPMI servers.
12823
12824 @cindex physical address from linear address
12825 @item info dos address-pte @var{addr}
12826 This command displays the Page Table entry for a specified linear
12827 address. The argument @var{addr} is a linear address which should
12828 already have the appropriate segment's base address added to it,
12829 because this command accepts addresses which may belong to @emph{any}
12830 segment. For example, here's how to display the Page Table entry for
12831 the page where a variable @code{i} is stored:
12832
12833 @smallexample
12834 @exdent @code{(@value{GDBP}) info dos address-pte __djgpp_base_address + (char *)&i}
12835 @exdent @code{Page Table entry for address 0x11a00d30:}
12836 @exdent @code{Base=0x02698000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0xd30}
12837 @end smallexample
12838
12839 @noindent
12840 This says that @code{i} is stored at offset @code{0xd30} from the page
12841 whose physical base address is @code{0x02698000}, and shows all the
12842 attributes of that page.
12843
12844 Note that you must cast the addresses of variables to a @code{char *},
12845 since otherwise the value of @code{__djgpp_base_address}, the base
12846 address of all variables and functions in a @sc{djgpp} program, will
12847 be added using the rules of C pointer arithmetics: if @code{i} is
12848 declared an @code{int}, @value{GDBN} will add 4 times the value of
12849 @code{__djgpp_base_address} to the address of @code{i}.
12850
12851 Here's another example, it displays the Page Table entry for the
12852 transfer buffer:
12853
12854 @smallexample
12855 @exdent @code{(@value{GDBP}) info dos address-pte *((unsigned *)&_go32_info_block + 3)}
12856 @exdent @code{Page Table entry for address 0x29110:}
12857 @exdent @code{Base=0x00029000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0x110}
12858 @end smallexample
12859
12860 @noindent
12861 (The @code{+ 3} offset is because the transfer buffer's address is the
12862 3rd member of the @code{_go32_info_block} structure.) The output
12863 clearly shows that this DPMI server maps the addresses in conventional
12864 memory 1:1, i.e.@: the physical (@code{0x00029000} + @code{0x110}) and
12865 linear (@code{0x29110}) addresses are identical.
12866
12867 This command is supported only with some DPMI servers.
12868 @end table
12869
12870 @cindex DOS serial data link, remote debugging
12871 In addition to native debugging, the DJGPP port supports remote
12872 debugging via a serial data link. The following commands are specific
12873 to remote serial debugging in the DJGPP port of @value{GDBN}.
12874
12875 @table @code
12876 @kindex set com1base
12877 @kindex set com1irq
12878 @kindex set com2base
12879 @kindex set com2irq
12880 @kindex set com3base
12881 @kindex set com3irq
12882 @kindex set com4base
12883 @kindex set com4irq
12884 @item set com1base @var{addr}
12885 This command sets the base I/O port address of the @file{COM1} serial
12886 port.
12887
12888 @item set com1irq @var{irq}
12889 This command sets the @dfn{Interrupt Request} (@code{IRQ}) line to use
12890 for the @file{COM1} serial port.
12891
12892 There are similar commands @samp{set com2base}, @samp{set com3irq},
12893 etc.@: for setting the port address and the @code{IRQ} lines for the
12894 other 3 COM ports.
12895
12896 @kindex show com1base
12897 @kindex show com1irq
12898 @kindex show com2base
12899 @kindex show com2irq
12900 @kindex show com3base
12901 @kindex show com3irq
12902 @kindex show com4base
12903 @kindex show com4irq
12904 The related commands @samp{show com1base}, @samp{show com1irq} etc.@:
12905 display the current settings of the base address and the @code{IRQ}
12906 lines used by the COM ports.
12907
12908 @item info serial
12909 @kindex info serial
12910 @cindex DOS serial port status
12911 This command prints the status of the 4 DOS serial ports. For each
12912 port, it prints whether it's active or not, its I/O base address and
12913 IRQ number, whether it uses a 16550-style FIFO, its baudrate, and the
12914 counts of various errors encountered so far.
12915 @end table
12916
12917
12918 @node Cygwin Native
12919 @subsection Features for Debugging MS Windows PE executables
12920 @cindex MS Windows debugging
12921 @cindex native Cygwin debugging
12922 @cindex Cygwin-specific commands
12923
12924 @value{GDBN} supports native debugging of MS Windows programs, including
12925 DLLs with and without symbolic debugging information. There are various
12926 additional Cygwin-specific commands, described in this subsection. The
12927 subsubsection @pxref{Non-debug DLL symbols} describes working with DLLs
12928 that have no debugging symbols.
12929
12930
12931 @table @code
12932 @kindex info w32
12933 @item info w32
12934 This is a prefix of MS Windows specific commands which print
12935 information about the target system and important OS structures.
12936
12937 @item info w32 selector
12938 This command displays information returned by
12939 the Win32 API @code{GetThreadSelectorEntry} function.
12940 It takes an optional argument that is evaluated to
12941 a long value to give the information about this given selector.
12942 Without argument, this command displays information
12943 about the the six segment registers.
12944
12945 @kindex info dll
12946 @item info dll
12947 This is a Cygwin specific alias of info shared.
12948
12949 @kindex dll-symbols
12950 @item dll-symbols
12951 This command loads symbols from a dll similarly to
12952 add-sym command but without the need to specify a base address.
12953
12954 @kindex set new-console
12955 @item set new-console @var{mode}
12956 If @var{mode} is @code{on} the debuggee will
12957 be started in a new console on next start.
12958 If @var{mode} is @code{off}i, the debuggee will
12959 be started in the same console as the debugger.
12960
12961 @kindex show new-console
12962 @item show new-console
12963 Displays whether a new console is used
12964 when the debuggee is started.
12965
12966 @kindex set new-group
12967 @item set new-group @var{mode}
12968 This boolean value controls whether the debuggee should
12969 start a new group or stay in the same group as the debugger.
12970 This affects the way the Windows OS handles
12971 Ctrl-C.
12972
12973 @kindex show new-group
12974 @item show new-group
12975 Displays current value of new-group boolean.
12976
12977 @kindex set debugevents
12978 @item set debugevents
12979 This boolean value adds debug output concerning events seen by the debugger.
12980
12981 @kindex set debugexec
12982 @item set debugexec
12983 This boolean value adds debug output concerning execute events
12984 seen by the debugger.
12985
12986 @kindex set debugexceptions
12987 @item set debugexceptions
12988 This boolean value adds debug ouptut concerning exception events
12989 seen by the debugger.
12990
12991 @kindex set debugmemory
12992 @item set debugmemory
12993 This boolean value adds debug ouptut concerning memory events
12994 seen by the debugger.
12995
12996 @kindex set shell
12997 @item set shell
12998 This boolean values specifies whether the debuggee is called
12999 via a shell or directly (default value is on).
13000
13001 @kindex show shell
13002 @item show shell
13003 Displays if the debuggee will be started with a shell.
13004
13005 @end table
13006
13007 @menu
13008 * Non-debug DLL symbols:: Support for DLLs without debugging symbols
13009 @end menu
13010
13011 @node Non-debug DLL symbols
13012 @subsubsection Support for DLLs without debugging symbols
13013 @cindex DLLs with no debugging symbols
13014 @cindex Minimal symbols and DLLs
13015
13016 Very often on windows, some of the DLLs that your program relies on do
13017 not include symbolic debugging information (for example,
13018 @file{kernel32.dll}). When @value{GDBN} doesn't recognize any debugging
13019 symbols in a DLL, it relies on the minimal amount of symbolic
13020 information contained in the DLL's export table. This subsubsection
13021 describes working with such symbols, known internally to @value{GDBN} as
13022 ``minimal symbols''.
13023
13024 Note that before the debugged program has started execution, no DLLs
13025 will have been loaded. The easiest way around this problem is simply to
13026 start the program --- either by setting a breakpoint or letting the
13027 program run once to completion. It is also possible to force
13028 @value{GDBN} to load a particular DLL before starting the executable ---
13029 see the shared library information in @pxref{Files} or the
13030 @code{dll-symbols} command in @pxref{Cygwin Native}. Currently,
13031 explicitly loading symbols from a DLL with no debugging information will
13032 cause the symbol names to be duplicated in @value{GDBN}'s lookup table,
13033 which may adversely affect symbol lookup performance.
13034
13035 @subsubsection DLL name prefixes
13036
13037 In keeping with the naming conventions used by the Microsoft debugging
13038 tools, DLL export symbols are made available with a prefix based on the
13039 DLL name, for instance @code{KERNEL32!CreateFileA}. The plain name is
13040 also entered into the symbol table, so @code{CreateFileA} is often
13041 sufficient. In some cases there will be name clashes within a program
13042 (particularly if the executable itself includes full debugging symbols)
13043 necessitating the use of the fully qualified name when referring to the
13044 contents of the DLL. Use single-quotes around the name to avoid the
13045 exclamation mark (``!'') being interpreted as a language operator.
13046
13047 Note that the internal name of the DLL may be all upper-case, even
13048 though the file name of the DLL is lower-case, or vice-versa. Since
13049 symbols within @value{GDBN} are @emph{case-sensitive} this may cause
13050 some confusion. If in doubt, try the @code{info functions} and
13051 @code{info variables} commands or even @code{maint print msymbols} (see
13052 @pxref{Symbols}). Here's an example:
13053
13054 @smallexample
13055 (@value{GDBP}) info function CreateFileA
13056 All functions matching regular expression "CreateFileA":
13057
13058 Non-debugging symbols:
13059 0x77e885f4 CreateFileA
13060 0x77e885f4 KERNEL32!CreateFileA
13061 @end smallexample
13062
13063 @smallexample
13064 (@value{GDBP}) info function !
13065 All functions matching regular expression "!":
13066
13067 Non-debugging symbols:
13068 0x6100114c cygwin1!__assert
13069 0x61004034 cygwin1!_dll_crt0@@0
13070 0x61004240 cygwin1!dll_crt0(per_process *)
13071 [etc...]
13072 @end smallexample
13073
13074 @subsubsection Working with minimal symbols
13075
13076 Symbols extracted from a DLL's export table do not contain very much
13077 type information. All that @value{GDBN} can do is guess whether a symbol
13078 refers to a function or variable depending on the linker section that
13079 contains the symbol. Also note that the actual contents of the memory
13080 contained in a DLL are not available unless the program is running. This
13081 means that you cannot examine the contents of a variable or disassemble
13082 a function within a DLL without a running program.
13083
13084 Variables are generally treated as pointers and dereferenced
13085 automatically. For this reason, it is often necessary to prefix a
13086 variable name with the address-of operator (``&'') and provide explicit
13087 type information in the command. Here's an example of the type of
13088 problem:
13089
13090 @smallexample
13091 (@value{GDBP}) print 'cygwin1!__argv'
13092 $1 = 268572168
13093 @end smallexample
13094
13095 @smallexample
13096 (@value{GDBP}) x 'cygwin1!__argv'
13097 0x10021610: "\230y\""
13098 @end smallexample
13099
13100 And two possible solutions:
13101
13102 @smallexample
13103 (@value{GDBP}) print ((char **)'cygwin1!__argv')[0]
13104 $2 = 0x22fd98 "/cygdrive/c/mydirectory/myprogram"
13105 @end smallexample
13106
13107 @smallexample
13108 (@value{GDBP}) x/2x &'cygwin1!__argv'
13109 0x610c0aa8 <cygwin1!__argv>: 0x10021608 0x00000000
13110 (@value{GDBP}) x/x 0x10021608
13111 0x10021608: 0x0022fd98
13112 (@value{GDBP}) x/s 0x0022fd98
13113 0x22fd98: "/cygdrive/c/mydirectory/myprogram"
13114 @end smallexample
13115
13116 Setting a break point within a DLL is possible even before the program
13117 starts execution. However, under these circumstances, @value{GDBN} can't
13118 examine the initial instructions of the function in order to skip the
13119 function's frame set-up code. You can work around this by using ``*&''
13120 to set the breakpoint at a raw memory address:
13121
13122 @smallexample
13123 (@value{GDBP}) break *&'python22!PyOS_Readline'
13124 Breakpoint 1 at 0x1e04eff0
13125 @end smallexample
13126
13127 The author of these extensions is not entirely convinced that setting a
13128 break point within a shared DLL like @file{kernel32.dll} is completely
13129 safe.
13130
13131 @node Hurd Native
13132 @subsection Commands specific to @sc{gnu} Hurd systems
13133 @cindex @sc{gnu} Hurd debugging
13134
13135 This subsection describes @value{GDBN} commands specific to the
13136 @sc{gnu} Hurd native debugging.
13137
13138 @table @code
13139 @item set signals
13140 @itemx set sigs
13141 @kindex set signals@r{, Hurd command}
13142 @kindex set sigs@r{, Hurd command}
13143 This command toggles the state of inferior signal interception by
13144 @value{GDBN}. Mach exceptions, such as breakpoint traps, are not
13145 affected by this command. @code{sigs} is a shorthand alias for
13146 @code{signals}.
13147
13148 @item show signals
13149 @itemx show sigs
13150 @kindex show signals@r{, Hurd command}
13151 @kindex show sigs@r{, Hurd command}
13152 Show the current state of intercepting inferior's signals.
13153
13154 @item set signal-thread
13155 @itemx set sigthread
13156 @kindex set signal-thread
13157 @kindex set sigthread
13158 This command tells @value{GDBN} which thread is the @code{libc} signal
13159 thread. That thread is run when a signal is delivered to a running
13160 process. @code{set sigthread} is the shorthand alias of @code{set
13161 signal-thread}.
13162
13163 @item show signal-thread
13164 @itemx show sigthread
13165 @kindex show signal-thread
13166 @kindex show sigthread
13167 These two commands show which thread will run when the inferior is
13168 delivered a signal.
13169
13170 @item set stopped
13171 @kindex set stopped@r{, Hurd command}
13172 This commands tells @value{GDBN} that the inferior process is stopped,
13173 as with the @code{SIGSTOP} signal. The stopped process can be
13174 continued by delivering a signal to it.
13175
13176 @item show stopped
13177 @kindex show stopped@r{, Hurd command}
13178 This command shows whether @value{GDBN} thinks the debuggee is
13179 stopped.
13180
13181 @item set exceptions
13182 @kindex set exceptions@r{, Hurd command}
13183 Use this command to turn off trapping of exceptions in the inferior.
13184 When exception trapping is off, neither breakpoints nor
13185 single-stepping will work. To restore the default, set exception
13186 trapping on.
13187
13188 @item show exceptions
13189 @kindex show exceptions@r{, Hurd command}
13190 Show the current state of trapping exceptions in the inferior.
13191
13192 @item set task pause
13193 @kindex set task@r{, Hurd commands}
13194 @cindex task attributes (@sc{gnu} Hurd)
13195 @cindex pause current task (@sc{gnu} Hurd)
13196 This command toggles task suspension when @value{GDBN} has control.
13197 Setting it to on takes effect immediately, and the task is suspended
13198 whenever @value{GDBN} gets control. Setting it to off will take
13199 effect the next time the inferior is continued. If this option is set
13200 to off, you can use @code{set thread default pause on} or @code{set
13201 thread pause on} (see below) to pause individual threads.
13202
13203 @item show task pause
13204 @kindex show task@r{, Hurd commands}
13205 Show the current state of task suspension.
13206
13207 @item set task detach-suspend-count
13208 @cindex task suspend count
13209 @cindex detach from task, @sc{gnu} Hurd
13210 This command sets the suspend count the task will be left with when
13211 @value{GDBN} detaches from it.
13212
13213 @item show task detach-suspend-count
13214 Show the suspend count the task will be left with when detaching.
13215
13216 @item set task exception-port
13217 @itemx set task excp
13218 @cindex task exception port, @sc{gnu} Hurd
13219 This command sets the task exception port to which @value{GDBN} will
13220 forward exceptions. The argument should be the value of the @dfn{send
13221 rights} of the task. @code{set task excp} is a shorthand alias.
13222
13223 @item set noninvasive
13224 @cindex noninvasive task options
13225 This command switches @value{GDBN} to a mode that is the least
13226 invasive as far as interfering with the inferior is concerned. This
13227 is the same as using @code{set task pause}, @code{set exceptions}, and
13228 @code{set signals} to values opposite to the defaults.
13229
13230 @item info send-rights
13231 @itemx info receive-rights
13232 @itemx info port-rights
13233 @itemx info port-sets
13234 @itemx info dead-names
13235 @itemx info ports
13236 @itemx info psets
13237 @cindex send rights, @sc{gnu} Hurd
13238 @cindex receive rights, @sc{gnu} Hurd
13239 @cindex port rights, @sc{gnu} Hurd
13240 @cindex port sets, @sc{gnu} Hurd
13241 @cindex dead names, @sc{gnu} Hurd
13242 These commands display information about, respectively, send rights,
13243 receive rights, port rights, port sets, and dead names of a task.
13244 There are also shorthand aliases: @code{info ports} for @code{info
13245 port-rights} and @code{info psets} for @code{info port-sets}.
13246
13247 @item set thread pause
13248 @kindex set thread@r{, Hurd command}
13249 @cindex thread properties, @sc{gnu} Hurd
13250 @cindex pause current thread (@sc{gnu} Hurd)
13251 This command toggles current thread suspension when @value{GDBN} has
13252 control. Setting it to on takes effect immediately, and the current
13253 thread is suspended whenever @value{GDBN} gets control. Setting it to
13254 off will take effect the next time the inferior is continued.
13255 Normally, this command has no effect, since when @value{GDBN} has
13256 control, the whole task is suspended. However, if you used @code{set
13257 task pause off} (see above), this command comes in handy to suspend
13258 only the current thread.
13259
13260 @item show thread pause
13261 @kindex show thread@r{, Hurd command}
13262 This command shows the state of current thread suspension.
13263
13264 @item set thread run
13265 This comamnd sets whether the current thread is allowed to run.
13266
13267 @item show thread run
13268 Show whether the current thread is allowed to run.
13269
13270 @item set thread detach-suspend-count
13271 @cindex thread suspend count, @sc{gnu} Hurd
13272 @cindex detach from thread, @sc{gnu} Hurd
13273 This command sets the suspend count @value{GDBN} will leave on a
13274 thread when detaching. This number is relative to the suspend count
13275 found by @value{GDBN} when it notices the thread; use @code{set thread
13276 takeover-suspend-count} to force it to an absolute value.
13277
13278 @item show thread detach-suspend-count
13279 Show the suspend count @value{GDBN} will leave on the thread when
13280 detaching.
13281
13282 @item set thread exception-port
13283 @itemx set thread excp
13284 Set the thread exception port to which to forward exceptions. This
13285 overrides the port set by @code{set task exception-port} (see above).
13286 @code{set thread excp} is the shorthand alias.
13287
13288 @item set thread takeover-suspend-count
13289 Normally, @value{GDBN}'s thread suspend counts are relative to the
13290 value @value{GDBN} finds when it notices each thread. This command
13291 changes the suspend counts to be absolute instead.
13292
13293 @item set thread default
13294 @itemx show thread default
13295 @cindex thread default settings, @sc{gnu} Hurd
13296 Each of the above @code{set thread} commands has a @code{set thread
13297 default} counterpart (e.g., @code{set thread default pause}, @code{set
13298 thread default exception-port}, etc.). The @code{thread default}
13299 variety of commands sets the default thread properties for all
13300 threads; you can then change the properties of individual threads with
13301 the non-default commands.
13302 @end table
13303
13304
13305 @node Neutrino
13306 @subsection QNX Neutrino
13307 @cindex QNX Neutrino
13308
13309 @value{GDBN} provides the following commands specific to the QNX
13310 Neutrino target:
13311
13312 @table @code
13313 @item set debug nto-debug
13314 @kindex set debug nto-debug
13315 When set to on, enables debugging messages specific to the QNX
13316 Neutrino support.
13317
13318 @item show debug nto-debug
13319 @kindex show debug nto-debug
13320 Show the current state of QNX Neutrino messages.
13321 @end table
13322
13323
13324 @node Embedded OS
13325 @section Embedded Operating Systems
13326
13327 This section describes configurations involving the debugging of
13328 embedded operating systems that are available for several different
13329 architectures.
13330
13331 @menu
13332 * VxWorks:: Using @value{GDBN} with VxWorks
13333 @end menu
13334
13335 @value{GDBN} includes the ability to debug programs running on
13336 various real-time operating systems.
13337
13338 @node VxWorks
13339 @subsection Using @value{GDBN} with VxWorks
13340
13341 @cindex VxWorks
13342
13343 @table @code
13344
13345 @kindex target vxworks
13346 @item target vxworks @var{machinename}
13347 A VxWorks system, attached via TCP/IP. The argument @var{machinename}
13348 is the target system's machine name or IP address.
13349
13350 @end table
13351
13352 On VxWorks, @code{load} links @var{filename} dynamically on the
13353 current target system as well as adding its symbols in @value{GDBN}.
13354
13355 @value{GDBN} enables developers to spawn and debug tasks running on networked
13356 VxWorks targets from a Unix host. Already-running tasks spawned from
13357 the VxWorks shell can also be debugged. @value{GDBN} uses code that runs on
13358 both the Unix host and on the VxWorks target. The program
13359 @code{@value{GDBP}} is installed and executed on the Unix host. (It may be
13360 installed with the name @code{vxgdb}, to distinguish it from a
13361 @value{GDBN} for debugging programs on the host itself.)
13362
13363 @table @code
13364 @item VxWorks-timeout @var{args}
13365 @kindex vxworks-timeout
13366 All VxWorks-based targets now support the option @code{vxworks-timeout}.
13367 This option is set by the user, and @var{args} represents the number of
13368 seconds @value{GDBN} waits for responses to rpc's. You might use this if
13369 your VxWorks target is a slow software simulator or is on the far side
13370 of a thin network line.
13371 @end table
13372
13373 The following information on connecting to VxWorks was current when
13374 this manual was produced; newer releases of VxWorks may use revised
13375 procedures.
13376
13377 @findex INCLUDE_RDB
13378 To use @value{GDBN} with VxWorks, you must rebuild your VxWorks kernel
13379 to include the remote debugging interface routines in the VxWorks
13380 library @file{rdb.a}. To do this, define @code{INCLUDE_RDB} in the
13381 VxWorks configuration file @file{configAll.h} and rebuild your VxWorks
13382 kernel. The resulting kernel contains @file{rdb.a}, and spawns the
13383 source debugging task @code{tRdbTask} when VxWorks is booted. For more
13384 information on configuring and remaking VxWorks, see the manufacturer's
13385 manual.
13386 @c VxWorks, see the @cite{VxWorks Programmer's Guide}.
13387
13388 Once you have included @file{rdb.a} in your VxWorks system image and set
13389 your Unix execution search path to find @value{GDBN}, you are ready to
13390 run @value{GDBN}. From your Unix host, run @code{@value{GDBP}} (or
13391 @code{vxgdb}, depending on your installation).
13392
13393 @value{GDBN} comes up showing the prompt:
13394
13395 @smallexample
13396 (vxgdb)
13397 @end smallexample
13398
13399 @menu
13400 * VxWorks Connection:: Connecting to VxWorks
13401 * VxWorks Download:: VxWorks download
13402 * VxWorks Attach:: Running tasks
13403 @end menu
13404
13405 @node VxWorks Connection
13406 @subsubsection Connecting to VxWorks
13407
13408 The @value{GDBN} command @code{target} lets you connect to a VxWorks target on the
13409 network. To connect to a target whose host name is ``@code{tt}'', type:
13410
13411 @smallexample
13412 (vxgdb) target vxworks tt
13413 @end smallexample
13414
13415 @need 750
13416 @value{GDBN} displays messages like these:
13417
13418 @smallexample
13419 Attaching remote machine across net...
13420 Connected to tt.
13421 @end smallexample
13422
13423 @need 1000
13424 @value{GDBN} then attempts to read the symbol tables of any object modules
13425 loaded into the VxWorks target since it was last booted. @value{GDBN} locates
13426 these files by searching the directories listed in the command search
13427 path (@pxref{Environment, ,Your program's environment}); if it fails
13428 to find an object file, it displays a message such as:
13429
13430 @smallexample
13431 prog.o: No such file or directory.
13432 @end smallexample
13433
13434 When this happens, add the appropriate directory to the search path with
13435 the @value{GDBN} command @code{path}, and execute the @code{target}
13436 command again.
13437
13438 @node VxWorks Download
13439 @subsubsection VxWorks download
13440
13441 @cindex download to VxWorks
13442 If you have connected to the VxWorks target and you want to debug an
13443 object that has not yet been loaded, you can use the @value{GDBN}
13444 @code{load} command to download a file from Unix to VxWorks
13445 incrementally. The object file given as an argument to the @code{load}
13446 command is actually opened twice: first by the VxWorks target in order
13447 to download the code, then by @value{GDBN} in order to read the symbol
13448 table. This can lead to problems if the current working directories on
13449 the two systems differ. If both systems have NFS mounted the same
13450 filesystems, you can avoid these problems by using absolute paths.
13451 Otherwise, it is simplest to set the working directory on both systems
13452 to the directory in which the object file resides, and then to reference
13453 the file by its name, without any path. For instance, a program
13454 @file{prog.o} may reside in @file{@var{vxpath}/vw/demo/rdb} in VxWorks
13455 and in @file{@var{hostpath}/vw/demo/rdb} on the host. To load this
13456 program, type this on VxWorks:
13457
13458 @smallexample
13459 -> cd "@var{vxpath}/vw/demo/rdb"
13460 @end smallexample
13461
13462 @noindent
13463 Then, in @value{GDBN}, type:
13464
13465 @smallexample
13466 (vxgdb) cd @var{hostpath}/vw/demo/rdb
13467 (vxgdb) load prog.o
13468 @end smallexample
13469
13470 @value{GDBN} displays a response similar to this:
13471
13472 @smallexample
13473 Reading symbol data from wherever/vw/demo/rdb/prog.o... done.
13474 @end smallexample
13475
13476 You can also use the @code{load} command to reload an object module
13477 after editing and recompiling the corresponding source file. Note that
13478 this makes @value{GDBN} delete all currently-defined breakpoints,
13479 auto-displays, and convenience variables, and to clear the value
13480 history. (This is necessary in order to preserve the integrity of
13481 debugger's data structures that reference the target system's symbol
13482 table.)
13483
13484 @node VxWorks Attach
13485 @subsubsection Running tasks
13486
13487 @cindex running VxWorks tasks
13488 You can also attach to an existing task using the @code{attach} command as
13489 follows:
13490
13491 @smallexample
13492 (vxgdb) attach @var{task}
13493 @end smallexample
13494
13495 @noindent
13496 where @var{task} is the VxWorks hexadecimal task ID. The task can be running
13497 or suspended when you attach to it. Running tasks are suspended at
13498 the time of attachment.
13499
13500 @node Embedded Processors
13501 @section Embedded Processors
13502
13503 This section goes into details specific to particular embedded
13504 configurations.
13505
13506 @cindex send command to simulator
13507 Whenever a specific embedded processor has a simulator, @value{GDBN}
13508 allows to send an arbitrary command to the simulator.
13509
13510 @table @code
13511 @item sim @var{command}
13512 @kindex sim@r{, a command}
13513 Send an arbitrary @var{command} string to the simulator. Consult the
13514 documentation for the specific simulator in use for information about
13515 acceptable commands.
13516 @end table
13517
13518
13519 @menu
13520 * ARM:: ARM RDI
13521 * H8/300:: Renesas H8/300
13522 * H8/500:: Renesas H8/500
13523 * M32R/D:: Renesas M32R/D
13524 * M68K:: Motorola M68K
13525 * MIPS Embedded:: MIPS Embedded
13526 * OpenRISC 1000:: OpenRisc 1000
13527 * PA:: HP PA Embedded
13528 * PowerPC: PowerPC
13529 * SH:: Renesas SH
13530 * Sparclet:: Tsqware Sparclet
13531 * Sparclite:: Fujitsu Sparclite
13532 * ST2000:: Tandem ST2000
13533 * Z8000:: Zilog Z8000
13534 * AVR:: Atmel AVR
13535 * CRIS:: CRIS
13536 * Super-H:: Renesas Super-H
13537 * WinCE:: Windows CE child processes
13538 @end menu
13539
13540 @node ARM
13541 @subsection ARM
13542 @cindex ARM RDI
13543
13544 @table @code
13545 @kindex target rdi
13546 @item target rdi @var{dev}
13547 ARM Angel monitor, via RDI library interface to ADP protocol. You may
13548 use this target to communicate with both boards running the Angel
13549 monitor, or with the EmbeddedICE JTAG debug device.
13550
13551 @kindex target rdp
13552 @item target rdp @var{dev}
13553 ARM Demon monitor.
13554
13555 @end table
13556
13557 @value{GDBN} provides the following ARM-specific commands:
13558
13559 @table @code
13560 @item set arm disassembler
13561 @kindex set arm
13562 This commands selects from a list of disassembly styles. The
13563 @code{"std"} style is the standard style.
13564
13565 @item show arm disassembler
13566 @kindex show arm
13567 Show the current disassembly style.
13568
13569 @item set arm apcs32
13570 @cindex ARM 32-bit mode
13571 This command toggles ARM operation mode between 32-bit and 26-bit.
13572
13573 @item show arm apcs32
13574 Display the current usage of the ARM 32-bit mode.
13575
13576 @item set arm fpu @var{fputype}
13577 This command sets the ARM floating-point unit (FPU) type. The
13578 argument @var{fputype} can be one of these:
13579
13580 @table @code
13581 @item auto
13582 Determine the FPU type by querying the OS ABI.
13583 @item softfpa
13584 Software FPU, with mixed-endian doubles on little-endian ARM
13585 processors.
13586 @item fpa
13587 GCC-compiled FPA co-processor.
13588 @item softvfp
13589 Software FPU with pure-endian doubles.
13590 @item vfp
13591 VFP co-processor.
13592 @end table
13593
13594 @item show arm fpu
13595 Show the current type of the FPU.
13596
13597 @item set arm abi
13598 This command forces @value{GDBN} to use the specified ABI.
13599
13600 @item show arm abi
13601 Show the currently used ABI.
13602
13603 @item set debug arm
13604 Toggle whether to display ARM-specific debugging messages from the ARM
13605 target support subsystem.
13606
13607 @item show debug arm
13608 Show whether ARM-specific debugging messages are enabled.
13609 @end table
13610
13611 The following commands are available when an ARM target is debugged
13612 using the RDI interface:
13613
13614 @table @code
13615 @item rdilogfile @r{[}@var{file}@r{]}
13616 @kindex rdilogfile
13617 @cindex ADP (Angel Debugger Protocol) logging
13618 Set the filename for the ADP (Angel Debugger Protocol) packet log.
13619 With an argument, sets the log file to the specified @var{file}. With
13620 no argument, show the current log file name. The default log file is
13621 @file{rdi.log}.
13622
13623 @item rdilogenable @r{[}@var{arg}@r{]}
13624 @kindex rdilogenable
13625 Control logging of ADP packets. With an argument of 1 or @code{"yes"}
13626 enables logging, with an argument 0 or @code{"no"} disables it. With
13627 no arguments displays the current setting. When logging is enabled,
13628 ADP packets exchanged between @value{GDBN} and the RDI target device
13629 are logged to a file.
13630
13631 @item set rdiromatzero
13632 @kindex set rdiromatzero
13633 @cindex ROM at zero address, RDI
13634 Tell @value{GDBN} whether the target has ROM at address 0. If on,
13635 vector catching is disabled, so that zero address can be used. If off
13636 (the default), vector catching is enabled. For this command to take
13637 effect, it needs to be invoked prior to the @code{target rdi} command.
13638
13639 @item show rdiromatzero
13640 @kindex show rdiromatzero
13641 Show the current setting of ROM at zero address.
13642
13643 @item set rdiheartbeat
13644 @kindex set rdiheartbeat
13645 @cindex RDI heartbeat
13646 Enable or disable RDI heartbeat packets. It is not recommended to
13647 turn on this option, since it confuses ARM and EPI JTAG interface, as
13648 well as the Angel monitor.
13649
13650 @item show rdiheartbeat
13651 @kindex show rdiheartbeat
13652 Show the setting of RDI heartbeat packets.
13653 @end table
13654
13655
13656 @node H8/300
13657 @subsection Renesas H8/300
13658
13659 @table @code
13660
13661 @kindex target hms@r{, with H8/300}
13662 @item target hms @var{dev}
13663 A Renesas SH, H8/300, or H8/500 board, attached via serial line to your host.
13664 Use special commands @code{device} and @code{speed} to control the serial
13665 line and the communications speed used.
13666
13667 @kindex target e7000@r{, with H8/300}
13668 @item target e7000 @var{dev}
13669 E7000 emulator for Renesas H8 and SH.
13670
13671 @kindex target sh3@r{, with H8/300}
13672 @kindex target sh3e@r{, with H8/300}
13673 @item target sh3 @var{dev}
13674 @itemx target sh3e @var{dev}
13675 Renesas SH-3 and SH-3E target systems.
13676
13677 @end table
13678
13679 @cindex download to H8/300 or H8/500
13680 @cindex H8/300 or H8/500 download
13681 @cindex download to Renesas SH
13682 @cindex Renesas SH download
13683 When you select remote debugging to a Renesas SH, H8/300, or H8/500
13684 board, the @code{load} command downloads your program to the Renesas
13685 board and also opens it as the current executable target for
13686 @value{GDBN} on your host (like the @code{file} command).
13687
13688 @value{GDBN} needs to know these things to talk to your
13689 Renesas SH, H8/300, or H8/500:
13690
13691 @enumerate
13692 @item
13693 that you want to use @samp{target hms}, the remote debugging interface
13694 for Renesas microprocessors, or @samp{target e7000}, the in-circuit
13695 emulator for the Renesas SH and the Renesas 300H. (@samp{target hms} is
13696 the default when @value{GDBN} is configured specifically for the Renesas SH,
13697 H8/300, or H8/500.)
13698
13699 @item
13700 what serial device connects your host to your Renesas board (the first
13701 serial device available on your host is the default).
13702
13703 @item
13704 what speed to use over the serial device.
13705 @end enumerate
13706
13707 @menu
13708 * Renesas Boards:: Connecting to Renesas boards.
13709 * Renesas ICE:: Using the E7000 In-Circuit Emulator.
13710 * Renesas Special:: Special @value{GDBN} commands for Renesas micros.
13711 @end menu
13712
13713 @node Renesas Boards
13714 @subsubsection Connecting to Renesas boards
13715
13716 @c only for Unix hosts
13717 @kindex device
13718 @cindex serial device, Renesas micros
13719 Use the special @code{@value{GDBN}} command @samp{device @var{port}} if you
13720 need to explicitly set the serial device. The default @var{port} is the
13721 first available port on your host. This is only necessary on Unix
13722 hosts, where it is typically something like @file{/dev/ttya}.
13723
13724 @kindex speed
13725 @cindex serial line speed, Renesas micros
13726 @code{@value{GDBN}} has another special command to set the communications
13727 speed: @samp{speed @var{bps}}. This command also is only used from Unix
13728 hosts; on DOS hosts, set the line speed as usual from outside @value{GDBN} with
13729 the DOS @code{mode} command (for instance,
13730 @w{@kbd{mode com2:9600,n,8,1,p}} for a 9600@dmn{bps} connection).
13731
13732 The @samp{device} and @samp{speed} commands are available only when you
13733 use a Unix host to debug your Renesas microprocessor programs. If you
13734 use a DOS host,
13735 @value{GDBN} depends on an auxiliary terminate-and-stay-resident program
13736 called @code{asynctsr} to communicate with the development board
13737 through a PC serial port. You must also use the DOS @code{mode} command
13738 to set up the serial port on the DOS side.
13739
13740 The following sample session illustrates the steps needed to start a
13741 program under @value{GDBN} control on an H8/300. The example uses a
13742 sample H8/300 program called @file{t.x}. The procedure is the same for
13743 the Renesas SH and the H8/500.
13744
13745 First hook up your development board. In this example, we use a
13746 board attached to serial port @code{COM2}; if you use a different serial
13747 port, substitute its name in the argument of the @code{mode} command.
13748 When you call @code{asynctsr}, the auxiliary comms program used by the
13749 debugger, you give it just the numeric part of the serial port's name;
13750 for example, @samp{asyncstr 2} below runs @code{asyncstr} on
13751 @code{COM2}.
13752
13753 @smallexample
13754 C:\H8300\TEST> asynctsr 2
13755 C:\H8300\TEST> mode com2:9600,n,8,1,p
13756
13757 Resident portion of MODE loaded
13758
13759 COM2: 9600, n, 8, 1, p
13760
13761 @end smallexample
13762
13763 @quotation
13764 @emph{Warning:} We have noticed a bug in PC-NFS that conflicts with
13765 @code{asynctsr}. If you also run PC-NFS on your DOS host, you may need to
13766 disable it, or even boot without it, to use @code{asynctsr} to control
13767 your development board.
13768 @end quotation
13769
13770 @kindex target hms@r{, and serial protocol}
13771 Now that serial communications are set up, and the development board is
13772 connected, you can start up @value{GDBN}. Call @code{@value{GDBN}} with
13773 the name of your program as the argument. @code{@value{GDBN}} prompts
13774 you, as usual, with the prompt @samp{(@value{GDBP})}. Use two special
13775 commands to begin your debugging session: @samp{target hms} to specify
13776 cross-debugging to the Renesas board, and the @code{load} command to
13777 download your program to the board. @code{load} displays the names of
13778 the program's sections, and a @samp{*} for each 2K of data downloaded.
13779 (If you want to refresh @value{GDBN} data on symbols or on the
13780 executable file without downloading, use the @value{GDBN} commands
13781 @code{file} or @code{symbol-file}. These commands, and @code{load}
13782 itself, are described in @ref{Files,,Commands to specify files}.)
13783
13784 @smallexample
13785 (eg-C:\H8300\TEST) @value{GDBP} t.x
13786 @value{GDBN} is free software and you are welcome to distribute copies
13787 of it under certain conditions; type "show copying" to see
13788 the conditions.
13789 There is absolutely no warranty for @value{GDBN}; type "show warranty"
13790 for details.
13791 @value{GDBN} @value{GDBVN}, Copyright 1992 Free Software Foundation, Inc...
13792 (@value{GDBP}) target hms
13793 Connected to remote H8/300 HMS system.
13794 (@value{GDBP}) load t.x
13795 .text : 0x8000 .. 0xabde ***********
13796 .data : 0xabde .. 0xad30 *
13797 .stack : 0xf000 .. 0xf014 *
13798 @end smallexample
13799
13800 At this point, you're ready to run or debug your program. From here on,
13801 you can use all the usual @value{GDBN} commands. The @code{break} command
13802 sets breakpoints; the @code{run} command starts your program;
13803 @code{print} or @code{x} display data; the @code{continue} command
13804 resumes execution after stopping at a breakpoint. You can use the
13805 @code{help} command at any time to find out more about @value{GDBN} commands.
13806
13807 Remember, however, that @emph{operating system} facilities aren't
13808 available on your development board; for example, if your program hangs,
13809 you can't send an interrupt---but you can press the @sc{reset} switch!
13810
13811 Use the @sc{reset} button on the development board
13812 @itemize @bullet
13813 @item
13814 to interrupt your program (don't use @kbd{ctl-C} on the DOS host---it has
13815 no way to pass an interrupt signal to the development board); and
13816
13817 @item
13818 to return to the @value{GDBN} command prompt after your program finishes
13819 normally. The communications protocol provides no other way for @value{GDBN}
13820 to detect program completion.
13821 @end itemize
13822
13823 In either case, @value{GDBN} sees the effect of a @sc{reset} on the
13824 development board as a ``normal exit'' of your program.
13825
13826 @node Renesas ICE
13827 @subsubsection Using the E7000 in-circuit emulator
13828
13829 @kindex target e7000@r{, with Renesas ICE}
13830 You can use the E7000 in-circuit emulator to develop code for either the
13831 Renesas SH or the H8/300H. Use one of these forms of the @samp{target
13832 e7000} command to connect @value{GDBN} to your E7000:
13833
13834 @table @code
13835 @item target e7000 @var{port} @var{speed}
13836 Use this form if your E7000 is connected to a serial port. The
13837 @var{port} argument identifies what serial port to use (for example,
13838 @samp{com2}). The third argument is the line speed in bits per second
13839 (for example, @samp{9600}).
13840
13841 @item target e7000 @var{hostname}
13842 If your E7000 is installed as a host on a TCP/IP network, you can just
13843 specify its hostname; @value{GDBN} uses @code{telnet} to connect.
13844 @end table
13845
13846 The following special commands are available when debugging with the
13847 Renesas E7000 ICE:
13848
13849 @table @code
13850 @item e7000 @var{command}
13851 @kindex e7000
13852 @cindex send command to E7000 monitor
13853 This sends the specified @var{command} to the E7000 monitor.
13854
13855 @item ftplogin @var{machine} @var{username} @var{password} @var{dir}
13856 @kindex ftplogin@r{, E7000}
13857 This command records information for subsequent interface with the
13858 E7000 monitor via the FTP protocol: @value{GDBN} will log into the
13859 named @var{machine} using specified @var{username} and @var{password},
13860 and then chdir to the named directory @var{dir}.
13861
13862 @item ftpload @var{file}
13863 @kindex ftpload@r{, E7000}
13864 This command uses credentials recorded by @code{ftplogin} to fetch and
13865 load the named @var{file} from the E7000 monitor.
13866
13867 @item drain
13868 @kindex drain@r{, E7000}
13869 This command drains any pending text buffers stored on the E7000.
13870
13871 @item set usehardbreakpoints
13872 @itemx show usehardbreakpoints
13873 @kindex set usehardbreakpoints@r{, E7000}
13874 @kindex show usehardbreakpoints@r{, E7000}
13875 @cindex hardware breakpoints, and E7000
13876 These commands set and show the use of hardware breakpoints for all
13877 breakpoints. @xref{Set Breaks, hardware-assisted breakpoint}, for
13878 more information about using hardware breakpoints selectively.
13879 @end table
13880
13881 @node Renesas Special
13882 @subsubsection Special @value{GDBN} commands for Renesas micros
13883
13884 Some @value{GDBN} commands are available only for the H8/300:
13885
13886 @table @code
13887
13888 @kindex set machine
13889 @kindex show machine
13890 @item set machine h8300
13891 @itemx set machine h8300h
13892 Condition @value{GDBN} for one of the two variants of the H8/300
13893 architecture with @samp{set machine}. You can use @samp{show machine}
13894 to check which variant is currently in effect.
13895
13896 @end table
13897
13898 @node H8/500
13899 @subsection H8/500
13900
13901 @table @code
13902
13903 @kindex set memory @var{mod}
13904 @cindex memory models, H8/500
13905 @item set memory @var{mod}
13906 @itemx show memory
13907 Specify which H8/500 memory model (@var{mod}) you are using with
13908 @samp{set memory}; check which memory model is in effect with @samp{show
13909 memory}. The accepted values for @var{mod} are @code{small},
13910 @code{big}, @code{medium}, and @code{compact}.
13911
13912 @end table
13913
13914 @node M32R/D
13915 @subsection Renesas M32R/D and M32R/SDI
13916
13917 @table @code
13918 @kindex target m32r
13919 @item target m32r @var{dev}
13920 Renesas M32R/D ROM monitor.
13921
13922 @kindex target m32rsdi
13923 @item target m32rsdi @var{dev}
13924 Renesas M32R SDI server, connected via parallel port to the board.
13925 @end table
13926
13927 The following @value{GDBN} commands are specific to the M32R monitor:
13928
13929 @table @code
13930 @item set download-path @var{path}
13931 @kindex set download-path
13932 @cindex find downloadable @sc{srec} files (M32R)
13933 Set the default path for finding donwloadable @sc{srec} files.
13934
13935 @item show download-path
13936 @kindex show download-path
13937 Show the default path for downloadable @sc{srec} files.
13938
13939 @item set board-address @var{addr}
13940 @kindex set board-address
13941 @cindex M32-EVA target board address
13942 Set the IP address for the M32R-EVA target board.
13943
13944 @item show board-address
13945 @kindex show board-address
13946 Show the current IP address of the target board.
13947
13948 @item set server-address @var{addr}
13949 @kindex set server-address
13950 @cindex download server address (M32R)
13951 Set the IP address for the download server, which is the @value{GDBN}'s
13952 host machine.
13953
13954 @item show server-address
13955 @kindex show server-address
13956 Display the IP address of the download server.
13957
13958 @item upload @r{[}@var{file}@r{]}
13959 @kindex upload@r{, M32R}
13960 Upload the specified @sc{srec} @var{file} via the monitor's Ethernet
13961 upload capability. If no @var{file} argument is given, the current
13962 executable file is uploaded.
13963
13964 @item tload @r{[}@var{file}@r{]}
13965 @kindex tload@r{, M32R}
13966 Test the @code{upload} command.
13967 @end table
13968
13969 The following commands are available for M32R/SDI:
13970
13971 @table @code
13972 @item sdireset
13973 @kindex sdireset
13974 @cindex reset SDI connection, M32R
13975 This command resets the SDI connection.
13976
13977 @item sdistatus
13978 @kindex sdistatus
13979 This command shows the SDI connection status.
13980
13981 @item debug_chaos
13982 @kindex debug_chaos
13983 @cindex M32R/Chaos debugging
13984 Instructs the remote that M32R/Chaos debugging is to be used.
13985
13986 @item use_debug_dma
13987 @kindex use_debug_dma
13988 Instructs the remote to use the DEBUG_DMA method of accessing memory.
13989
13990 @item use_mon_code
13991 @kindex use_mon_code
13992 Instructs the remote to use the MON_CODE method of accessing memory.
13993
13994 @item use_ib_break
13995 @kindex use_ib_break
13996 Instructs the remote to set breakpoints by IB break.
13997
13998 @item use_dbt_break
13999 @kindex use_dbt_break
14000 Instructs the remote to set breakpoints by DBT.
14001 @end table
14002
14003 @node M68K
14004 @subsection M68k
14005
14006 The Motorola m68k configuration includes ColdFire support, and
14007 target command for the following ROM monitors.
14008
14009 @table @code
14010
14011 @kindex target abug
14012 @item target abug @var{dev}
14013 ABug ROM monitor for M68K.
14014
14015 @kindex target cpu32bug
14016 @item target cpu32bug @var{dev}
14017 CPU32BUG monitor, running on a CPU32 (M68K) board.
14018
14019 @kindex target dbug
14020 @item target dbug @var{dev}
14021 dBUG ROM monitor for Motorola ColdFire.
14022
14023 @kindex target est
14024 @item target est @var{dev}
14025 EST-300 ICE monitor, running on a CPU32 (M68K) board.
14026
14027 @kindex target rom68k
14028 @item target rom68k @var{dev}
14029 ROM 68K monitor, running on an M68K IDP board.
14030
14031 @end table
14032
14033 @table @code
14034
14035 @kindex target rombug
14036 @item target rombug @var{dev}
14037 ROMBUG ROM monitor for OS/9000.
14038
14039 @end table
14040
14041 @node MIPS Embedded
14042 @subsection MIPS Embedded
14043
14044 @cindex MIPS boards
14045 @value{GDBN} can use the MIPS remote debugging protocol to talk to a
14046 MIPS board attached to a serial line. This is available when
14047 you configure @value{GDBN} with @samp{--target=mips-idt-ecoff}.
14048
14049 @need 1000
14050 Use these @value{GDBN} commands to specify the connection to your target board:
14051
14052 @table @code
14053 @item target mips @var{port}
14054 @kindex target mips @var{port}
14055 To run a program on the board, start up @code{@value{GDBP}} with the
14056 name of your program as the argument. To connect to the board, use the
14057 command @samp{target mips @var{port}}, where @var{port} is the name of
14058 the serial port connected to the board. If the program has not already
14059 been downloaded to the board, you may use the @code{load} command to
14060 download it. You can then use all the usual @value{GDBN} commands.
14061
14062 For example, this sequence connects to the target board through a serial
14063 port, and loads and runs a program called @var{prog} through the
14064 debugger:
14065
14066 @smallexample
14067 host$ @value{GDBP} @var{prog}
14068 @value{GDBN} is free software and @dots{}
14069 (@value{GDBP}) target mips /dev/ttyb
14070 (@value{GDBP}) load @var{prog}
14071 (@value{GDBP}) run
14072 @end smallexample
14073
14074 @item target mips @var{hostname}:@var{portnumber}
14075 On some @value{GDBN} host configurations, you can specify a TCP
14076 connection (for instance, to a serial line managed by a terminal
14077 concentrator) instead of a serial port, using the syntax
14078 @samp{@var{hostname}:@var{portnumber}}.
14079
14080 @item target pmon @var{port}
14081 @kindex target pmon @var{port}
14082 PMON ROM monitor.
14083
14084 @item target ddb @var{port}
14085 @kindex target ddb @var{port}
14086 NEC's DDB variant of PMON for Vr4300.
14087
14088 @item target lsi @var{port}
14089 @kindex target lsi @var{port}
14090 LSI variant of PMON.
14091
14092 @kindex target r3900
14093 @item target r3900 @var{dev}
14094 Densan DVE-R3900 ROM monitor for Toshiba R3900 Mips.
14095
14096 @kindex target array
14097 @item target array @var{dev}
14098 Array Tech LSI33K RAID controller board.
14099
14100 @end table
14101
14102
14103 @noindent
14104 @value{GDBN} also supports these special commands for MIPS targets:
14105
14106 @table @code
14107 @item set mipsfpu double
14108 @itemx set mipsfpu single
14109 @itemx set mipsfpu none
14110 @itemx set mipsfpu auto
14111 @itemx show mipsfpu
14112 @kindex set mipsfpu
14113 @kindex show mipsfpu
14114 @cindex MIPS remote floating point
14115 @cindex floating point, MIPS remote
14116 If your target board does not support the MIPS floating point
14117 coprocessor, you should use the command @samp{set mipsfpu none} (if you
14118 need this, you may wish to put the command in your @value{GDBN} init
14119 file). This tells @value{GDBN} how to find the return value of
14120 functions which return floating point values. It also allows
14121 @value{GDBN} to avoid saving the floating point registers when calling
14122 functions on the board. If you are using a floating point coprocessor
14123 with only single precision floating point support, as on the @sc{r4650}
14124 processor, use the command @samp{set mipsfpu single}. The default
14125 double precision floating point coprocessor may be selected using
14126 @samp{set mipsfpu double}.
14127
14128 In previous versions the only choices were double precision or no
14129 floating point, so @samp{set mipsfpu on} will select double precision
14130 and @samp{set mipsfpu off} will select no floating point.
14131
14132 As usual, you can inquire about the @code{mipsfpu} variable with
14133 @samp{show mipsfpu}.
14134
14135 @item set timeout @var{seconds}
14136 @itemx set retransmit-timeout @var{seconds}
14137 @itemx show timeout
14138 @itemx show retransmit-timeout
14139 @cindex @code{timeout}, MIPS protocol
14140 @cindex @code{retransmit-timeout}, MIPS protocol
14141 @kindex set timeout
14142 @kindex show timeout
14143 @kindex set retransmit-timeout
14144 @kindex show retransmit-timeout
14145 You can control the timeout used while waiting for a packet, in the MIPS
14146 remote protocol, with the @code{set timeout @var{seconds}} command. The
14147 default is 5 seconds. Similarly, you can control the timeout used while
14148 waiting for an acknowledgement of a packet with the @code{set
14149 retransmit-timeout @var{seconds}} command. The default is 3 seconds.
14150 You can inspect both values with @code{show timeout} and @code{show
14151 retransmit-timeout}. (These commands are @emph{only} available when
14152 @value{GDBN} is configured for @samp{--target=mips-idt-ecoff}.)
14153
14154 The timeout set by @code{set timeout} does not apply when @value{GDBN}
14155 is waiting for your program to stop. In that case, @value{GDBN} waits
14156 forever because it has no way of knowing how long the program is going
14157 to run before stopping.
14158
14159 @item set syn-garbage-limit @var{num}
14160 @kindex set syn-garbage-limit@r{, MIPS remote}
14161 @cindex synchronize with remote MIPS target
14162 Limit the maximum number of characters @value{GDBN} should ignore when
14163 it tries to synchronize with the remote target. The default is 10
14164 characters. Setting the limit to -1 means there's no limit.
14165
14166 @item show syn-garbage-limit
14167 @kindex show syn-garbage-limit@r{, MIPS remote}
14168 Show the current limit on the number of characters to ignore when
14169 trying to synchronize with the remote system.
14170
14171 @item set monitor-prompt @var{prompt}
14172 @kindex set monitor-prompt@r{, MIPS remote}
14173 @cindex remote monitor prompt
14174 Tell @value{GDBN} to expect the specified @var{prompt} string from the
14175 remote monitor. The default depends on the target:
14176 @table @asis
14177 @item pmon target
14178 @samp{PMON}
14179 @item ddb target
14180 @samp{NEC010}
14181 @item lsi target
14182 @samp{PMON>}
14183 @end table
14184
14185 @item show monitor-prompt
14186 @kindex show monitor-prompt@r{, MIPS remote}
14187 Show the current strings @value{GDBN} expects as the prompt from the
14188 remote monitor.
14189
14190 @item set monitor-warnings
14191 @kindex set monitor-warnings@r{, MIPS remote}
14192 Enable or disable monitor warnings about hardware breakpoints. This
14193 has effect only for the @code{lsi} target. When on, @value{GDBN} will
14194 display warning messages whose codes are returned by the @code{lsi}
14195 PMON monitor for breakpoint commands.
14196
14197 @item show monitor-warnings
14198 @kindex show monitor-warnings@r{, MIPS remote}
14199 Show the current setting of printing monitor warnings.
14200
14201 @item pmon @var{command}
14202 @kindex pmon@r{, MIPS remote}
14203 @cindex send PMON command
14204 This command allows sending an arbitrary @var{command} string to the
14205 monitor. The monitor must be in debug mode for this to work.
14206 @end table
14207
14208 @node OpenRISC 1000
14209 @subsection OpenRISC 1000
14210 @cindex OpenRISC 1000
14211
14212 @cindex or1k boards
14213 See OR1k Architecture document (@uref{www.opencores.org}) for more information
14214 about platform and commands.
14215
14216 @table @code
14217
14218 @kindex target jtag
14219 @item target jtag jtag://@var{host}:@var{port}
14220
14221 Connects to remote JTAG server.
14222 JTAG remote server can be either an or1ksim or JTAG server,
14223 connected via parallel port to the board.
14224
14225 Example: @code{target jtag jtag://localhost:9999}
14226
14227 @kindex or1ksim
14228 @item or1ksim @var{command}
14229 If connected to @code{or1ksim} OpenRISC 1000 Architectural
14230 Simulator, proprietary commands can be executed.
14231
14232 @kindex info or1k spr
14233 @item info or1k spr
14234 Displays spr groups.
14235
14236 @item info or1k spr @var{group}
14237 @itemx info or1k spr @var{groupno}
14238 Displays register names in selected group.
14239
14240 @item info or1k spr @var{group} @var{register}
14241 @itemx info or1k spr @var{register}
14242 @itemx info or1k spr @var{groupno} @var{registerno}
14243 @itemx info or1k spr @var{registerno}
14244 Shows information about specified spr register.
14245
14246 @kindex spr
14247 @item spr @var{group} @var{register} @var{value}
14248 @itemx spr @var{register @var{value}}
14249 @itemx spr @var{groupno} @var{registerno @var{value}}
14250 @itemx spr @var{registerno @var{value}}
14251 Writes @var{value} to specified spr register.
14252 @end table
14253
14254 Some implementations of OpenRISC 1000 Architecture also have hardware trace.
14255 It is very similar to @value{GDBN} trace, except it does not interfere with normal
14256 program execution and is thus much faster. Hardware breakpoints/watchpoint
14257 triggers can be set using:
14258 @table @code
14259 @item $LEA/$LDATA
14260 Load effective address/data
14261 @item $SEA/$SDATA
14262 Store effective address/data
14263 @item $AEA/$ADATA
14264 Access effective address ($SEA or $LEA) or data ($SDATA/$LDATA)
14265 @item $FETCH
14266 Fetch data
14267 @end table
14268
14269 When triggered, it can capture low level data, like: @code{PC}, @code{LSEA},
14270 @code{LDATA}, @code{SDATA}, @code{READSPR}, @code{WRITESPR}, @code{INSTR}.
14271
14272 @code{htrace} commands:
14273 @cindex OpenRISC 1000 htrace
14274 @table @code
14275 @kindex hwatch
14276 @item hwatch @var{conditional}
14277 Set hardware watchpoint on combination of Load/Store Effecive Address(es)
14278 or Data. For example:
14279
14280 @code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
14281
14282 @code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
14283
14284 @kindex htrace
14285 @item htrace info
14286 Display information about current HW trace configuration.
14287
14288 @item htrace trigger @var{conditional}
14289 Set starting criteria for HW trace.
14290
14291 @item htrace qualifier @var{conditional}
14292 Set acquisition qualifier for HW trace.
14293
14294 @item htrace stop @var{conditional}
14295 Set HW trace stopping criteria.
14296
14297 @item htrace record [@var{data}]*
14298 Selects the data to be recorded, when qualifier is met and HW trace was
14299 triggered.
14300
14301 @item htrace enable
14302 @itemx htrace disable
14303 Enables/disables the HW trace.
14304
14305 @item htrace rewind [@var{filename}]
14306 Clears currently recorded trace data.
14307
14308 If filename is specified, new trace file is made and any newly collected data
14309 will be written there.
14310
14311 @item htrace print [@var{start} [@var{len}]]
14312 Prints trace buffer, using current record configuration.
14313
14314 @item htrace mode continuous
14315 Set continuous trace mode.
14316
14317 @item htrace mode suspend
14318 Set suspend trace mode.
14319
14320 @end table
14321
14322 @node PowerPC
14323 @subsection PowerPC
14324
14325 @table @code
14326 @kindex target dink32
14327 @item target dink32 @var{dev}
14328 DINK32 ROM monitor.
14329
14330 @kindex target ppcbug
14331 @item target ppcbug @var{dev}
14332 @kindex target ppcbug1
14333 @item target ppcbug1 @var{dev}
14334 PPCBUG ROM monitor for PowerPC.
14335
14336 @kindex target sds
14337 @item target sds @var{dev}
14338 SDS monitor, running on a PowerPC board (such as Motorola's ADS).
14339 @end table
14340
14341 @cindex SDS protocol
14342 The following commands specifi to the SDS protocol are supported
14343 by@value{GDBN}:
14344
14345 @table @code
14346 @item set sdstimeout @var{nsec}
14347 @kindex set sdstimeout
14348 Set the timeout for SDS protocol reads to be @var{nsec} seconds. The
14349 default is 2 seconds.
14350
14351 @item show sdstimeout
14352 @kindex show sdstimeout
14353 Show the current value of the SDS timeout.
14354
14355 @item sds @var{command}
14356 @kindex sds@r{, a command}
14357 Send the specified @var{command} string to the SDS monitor.
14358 @end table
14359
14360
14361 @node PA
14362 @subsection HP PA Embedded
14363
14364 @table @code
14365
14366 @kindex target op50n
14367 @item target op50n @var{dev}
14368 OP50N monitor, running on an OKI HPPA board.
14369
14370 @kindex target w89k
14371 @item target w89k @var{dev}
14372 W89K monitor, running on a Winbond HPPA board.
14373
14374 @end table
14375
14376 @node SH
14377 @subsection Renesas SH
14378
14379 @table @code
14380
14381 @kindex target hms@r{, with Renesas SH}
14382 @item target hms @var{dev}
14383 A Renesas SH board attached via serial line to your host. Use special
14384 commands @code{device} and @code{speed} to control the serial line and
14385 the communications speed used.
14386
14387 @kindex target e7000@r{, with Renesas SH}
14388 @item target e7000 @var{dev}
14389 E7000 emulator for Renesas SH.
14390
14391 @kindex target sh3@r{, with SH}
14392 @kindex target sh3e@r{, with SH}
14393 @item target sh3 @var{dev}
14394 @item target sh3e @var{dev}
14395 Renesas SH-3 and SH-3E target systems.
14396
14397 @end table
14398
14399 @node Sparclet
14400 @subsection Tsqware Sparclet
14401
14402 @cindex Sparclet
14403
14404 @value{GDBN} enables developers to debug tasks running on
14405 Sparclet targets from a Unix host.
14406 @value{GDBN} uses code that runs on
14407 both the Unix host and on the Sparclet target. The program
14408 @code{@value{GDBP}} is installed and executed on the Unix host.
14409
14410 @table @code
14411 @item remotetimeout @var{args}
14412 @kindex remotetimeout
14413 @value{GDBN} supports the option @code{remotetimeout}.
14414 This option is set by the user, and @var{args} represents the number of
14415 seconds @value{GDBN} waits for responses.
14416 @end table
14417
14418 @cindex compiling, on Sparclet
14419 When compiling for debugging, include the options @samp{-g} to get debug
14420 information and @samp{-Ttext} to relocate the program to where you wish to
14421 load it on the target. You may also want to add the options @samp{-n} or
14422 @samp{-N} in order to reduce the size of the sections. Example:
14423
14424 @smallexample
14425 sparclet-aout-gcc prog.c -Ttext 0x12010000 -g -o prog -N
14426 @end smallexample
14427
14428 You can use @code{objdump} to verify that the addresses are what you intended:
14429
14430 @smallexample
14431 sparclet-aout-objdump --headers --syms prog
14432 @end smallexample
14433
14434 @cindex running, on Sparclet
14435 Once you have set
14436 your Unix execution search path to find @value{GDBN}, you are ready to
14437 run @value{GDBN}. From your Unix host, run @code{@value{GDBP}}
14438 (or @code{sparclet-aout-gdb}, depending on your installation).
14439
14440 @value{GDBN} comes up showing the prompt:
14441
14442 @smallexample
14443 (gdbslet)
14444 @end smallexample
14445
14446 @menu
14447 * Sparclet File:: Setting the file to debug
14448 * Sparclet Connection:: Connecting to Sparclet
14449 * Sparclet Download:: Sparclet download
14450 * Sparclet Execution:: Running and debugging
14451 @end menu
14452
14453 @node Sparclet File
14454 @subsubsection Setting file to debug
14455
14456 The @value{GDBN} command @code{file} lets you choose with program to debug.
14457
14458 @smallexample
14459 (gdbslet) file prog
14460 @end smallexample
14461
14462 @need 1000
14463 @value{GDBN} then attempts to read the symbol table of @file{prog}.
14464 @value{GDBN} locates
14465 the file by searching the directories listed in the command search
14466 path.
14467 If the file was compiled with debug information (option "-g"), source
14468 files will be searched as well.
14469 @value{GDBN} locates
14470 the source files by searching the directories listed in the directory search
14471 path (@pxref{Environment, ,Your program's environment}).
14472 If it fails
14473 to find a file, it displays a message such as:
14474
14475 @smallexample
14476 prog: No such file or directory.
14477 @end smallexample
14478
14479 When this happens, add the appropriate directories to the search paths with
14480 the @value{GDBN} commands @code{path} and @code{dir}, and execute the
14481 @code{target} command again.
14482
14483 @node Sparclet Connection
14484 @subsubsection Connecting to Sparclet
14485
14486 The @value{GDBN} command @code{target} lets you connect to a Sparclet target.
14487 To connect to a target on serial port ``@code{ttya}'', type:
14488
14489 @smallexample
14490 (gdbslet) target sparclet /dev/ttya
14491 Remote target sparclet connected to /dev/ttya
14492 main () at ../prog.c:3
14493 @end smallexample
14494
14495 @need 750
14496 @value{GDBN} displays messages like these:
14497
14498 @smallexample
14499 Connected to ttya.
14500 @end smallexample
14501
14502 @node Sparclet Download
14503 @subsubsection Sparclet download
14504
14505 @cindex download to Sparclet
14506 Once connected to the Sparclet target,
14507 you can use the @value{GDBN}
14508 @code{load} command to download the file from the host to the target.
14509 The file name and load offset should be given as arguments to the @code{load}
14510 command.
14511 Since the file format is aout, the program must be loaded to the starting
14512 address. You can use @code{objdump} to find out what this value is. The load
14513 offset is an offset which is added to the VMA (virtual memory address)
14514 of each of the file's sections.
14515 For instance, if the program
14516 @file{prog} was linked to text address 0x1201000, with data at 0x12010160
14517 and bss at 0x12010170, in @value{GDBN}, type:
14518
14519 @smallexample
14520 (gdbslet) load prog 0x12010000
14521 Loading section .text, size 0xdb0 vma 0x12010000
14522 @end smallexample
14523
14524 If the code is loaded at a different address then what the program was linked
14525 to, you may need to use the @code{section} and @code{add-symbol-file} commands
14526 to tell @value{GDBN} where to map the symbol table.
14527
14528 @node Sparclet Execution
14529 @subsubsection Running and debugging
14530
14531 @cindex running and debugging Sparclet programs
14532 You can now begin debugging the task using @value{GDBN}'s execution control
14533 commands, @code{b}, @code{step}, @code{run}, etc. See the @value{GDBN}
14534 manual for the list of commands.
14535
14536 @smallexample
14537 (gdbslet) b main
14538 Breakpoint 1 at 0x12010000: file prog.c, line 3.
14539 (gdbslet) run
14540 Starting program: prog
14541 Breakpoint 1, main (argc=1, argv=0xeffff21c) at prog.c:3
14542 3 char *symarg = 0;
14543 (gdbslet) step
14544 4 char *execarg = "hello!";
14545 (gdbslet)
14546 @end smallexample
14547
14548 @node Sparclite
14549 @subsection Fujitsu Sparclite
14550
14551 @table @code
14552
14553 @kindex target sparclite
14554 @item target sparclite @var{dev}
14555 Fujitsu sparclite boards, used only for the purpose of loading.
14556 You must use an additional command to debug the program.
14557 For example: target remote @var{dev} using @value{GDBN} standard
14558 remote protocol.
14559
14560 @end table
14561
14562 @node ST2000
14563 @subsection Tandem ST2000
14564
14565 @value{GDBN} may be used with a Tandem ST2000 phone switch, running Tandem's
14566 STDBUG protocol.
14567
14568 To connect your ST2000 to the host system, see the manufacturer's
14569 manual. Once the ST2000 is physically attached, you can run:
14570
14571 @smallexample
14572 target st2000 @var{dev} @var{speed}
14573 @end smallexample
14574
14575 @noindent
14576 to establish it as your debugging environment. @var{dev} is normally
14577 the name of a serial device, such as @file{/dev/ttya}, connected to the
14578 ST2000 via a serial line. You can instead specify @var{dev} as a TCP
14579 connection (for example, to a serial line attached via a terminal
14580 concentrator) using the syntax @code{@var{hostname}:@var{portnumber}}.
14581
14582 The @code{load} and @code{attach} commands are @emph{not} defined for
14583 this target; you must load your program into the ST2000 as you normally
14584 would for standalone operation. @value{GDBN} reads debugging information
14585 (such as symbols) from a separate, debugging version of the program
14586 available on your host computer.
14587 @c FIXME!! This is terribly vague; what little content is here is
14588 @c basically hearsay.
14589
14590 @cindex ST2000 auxiliary commands
14591 These auxiliary @value{GDBN} commands are available to help you with the ST2000
14592 environment:
14593
14594 @table @code
14595 @item st2000 @var{command}
14596 @kindex st2000 @var{cmd}
14597 @cindex STDBUG commands (ST2000)
14598 @cindex commands to STDBUG (ST2000)
14599 Send a @var{command} to the STDBUG monitor. See the manufacturer's
14600 manual for available commands.
14601
14602 @item connect
14603 @cindex connect (to STDBUG)
14604 Connect the controlling terminal to the STDBUG command monitor. When
14605 you are done interacting with STDBUG, typing either of two character
14606 sequences gets you back to the @value{GDBN} command prompt:
14607 @kbd{@key{RET}~.} (Return, followed by tilde and period) or
14608 @kbd{@key{RET}~@key{C-d}} (Return, followed by tilde and control-D).
14609 @end table
14610
14611 @node Z8000
14612 @subsection Zilog Z8000
14613
14614 @cindex Z8000
14615 @cindex simulator, Z8000
14616 @cindex Zilog Z8000 simulator
14617
14618 When configured for debugging Zilog Z8000 targets, @value{GDBN} includes
14619 a Z8000 simulator.
14620
14621 For the Z8000 family, @samp{target sim} simulates either the Z8002 (the
14622 unsegmented variant of the Z8000 architecture) or the Z8001 (the
14623 segmented variant). The simulator recognizes which architecture is
14624 appropriate by inspecting the object code.
14625
14626 @table @code
14627 @item target sim @var{args}
14628 @kindex sim
14629 @kindex target sim@r{, with Z8000}
14630 Debug programs on a simulated CPU. If the simulator supports setup
14631 options, specify them via @var{args}.
14632 @end table
14633
14634 @noindent
14635 After specifying this target, you can debug programs for the simulated
14636 CPU in the same style as programs for your host computer; use the
14637 @code{file} command to load a new program image, the @code{run} command
14638 to run your program, and so on.
14639
14640 As well as making available all the usual machine registers
14641 (@pxref{Registers, ,Registers}), the Z8000 simulator provides three
14642 additional items of information as specially named registers:
14643
14644 @table @code
14645
14646 @item cycles
14647 Counts clock-ticks in the simulator.
14648
14649 @item insts
14650 Counts instructions run in the simulator.
14651
14652 @item time
14653 Execution time in 60ths of a second.
14654
14655 @end table
14656
14657 You can refer to these values in @value{GDBN} expressions with the usual
14658 conventions; for example, @w{@samp{b fputc if $cycles>5000}} sets a
14659 conditional breakpoint that suspends only after at least 5000
14660 simulated clock ticks.
14661
14662 @node AVR
14663 @subsection Atmel AVR
14664 @cindex AVR
14665
14666 When configured for debugging the Atmel AVR, @value{GDBN} supports the
14667 following AVR-specific commands:
14668
14669 @table @code
14670 @item info io_registers
14671 @kindex info io_registers@r{, AVR}
14672 @cindex I/O registers (Atmel AVR)
14673 This command displays information about the AVR I/O registers. For
14674 each register, @value{GDBN} prints its number and value.
14675 @end table
14676
14677 @node CRIS
14678 @subsection CRIS
14679 @cindex CRIS
14680
14681 When configured for debugging CRIS, @value{GDBN} provides the
14682 following CRIS-specific commands:
14683
14684 @table @code
14685 @item set cris-version @var{ver}
14686 @cindex CRIS version
14687 Set the current CRIS version to @var{ver}, either @samp{10} or @samp{32}.
14688 The CRIS version affects register names and sizes. This command is useful in
14689 case autodetection of the CRIS version fails.
14690
14691 @item show cris-version
14692 Show the current CRIS version.
14693
14694 @item set cris-dwarf2-cfi
14695 @cindex DWARF-2 CFI and CRIS
14696 Set the usage of DWARF-2 CFI for CRIS debugging. The default is @samp{on}.
14697 Change to @samp{off} when using @code{gcc-cris} whose version is below
14698 @code{R59}.
14699
14700 @item show cris-dwarf2-cfi
14701 Show the current state of using DWARF-2 CFI.
14702
14703 @item set cris-mode @var{mode}
14704 @cindex CRIS mode
14705 Set the current CRIS mode to @var{mode}. It should only be changed when
14706 debugging in guru mode, in which case it should be set to
14707 @samp{guru} (the default is @samp{normal}).
14708
14709 @item show cris-mode
14710 Show the current CRIS mode.
14711 @end table
14712
14713 @node Super-H
14714 @subsection Renesas Super-H
14715 @cindex Super-H
14716
14717 For the Renesas Super-H processor, @value{GDBN} provides these
14718 commands:
14719
14720 @table @code
14721 @item regs
14722 @kindex regs@r{, Super-H}
14723 Show the values of all Super-H registers.
14724 @end table
14725
14726 @node WinCE
14727 @subsection Windows CE
14728 @cindex Windows CE
14729
14730 The following commands are available for Windows CE:
14731
14732 @table @code
14733 @item set remotedirectory @var{dir}
14734 @kindex set remotedirectory
14735 Tell @value{GDBN} to upload files from the named directory @var{dir}.
14736 The default is @file{/gdb}, i.e.@: the root directory on the current
14737 drive.
14738
14739 @item show remotedirectory
14740 @kindex show remotedirectory
14741 Show the current value of the upload directory.
14742
14743 @item set remoteupload @var{method}
14744 @kindex set remoteupload
14745 Set the method used to upload files to remote device. Valid values
14746 for @var{method} are @samp{always}, @samp{newer}, and @samp{never}.
14747 The default is @samp{newer}.
14748
14749 @item show remoteupload
14750 @kindex show remoteupload
14751 Show the current setting of the upload method.
14752
14753 @item set remoteaddhost
14754 @kindex set remoteaddhost
14755 Tell @value{GDBN} whether to add this host to the remote stub's
14756 arguments when you debug over a network.
14757
14758 @item show remoteaddhost
14759 @kindex show remoteaddhost
14760 Show whether to add this host to remote stub's arguments when
14761 debugging over a network.
14762 @end table
14763
14764
14765 @node Architectures
14766 @section Architectures
14767
14768 This section describes characteristics of architectures that affect
14769 all uses of @value{GDBN} with the architecture, both native and cross.
14770
14771 @menu
14772 * i386::
14773 * A29K::
14774 * Alpha::
14775 * MIPS::
14776 * HPPA:: HP PA architecture
14777 @end menu
14778
14779 @node i386
14780 @subsection x86 Architecture-specific issues.
14781
14782 @table @code
14783 @item set struct-convention @var{mode}
14784 @kindex set struct-convention
14785 @cindex struct return convention
14786 @cindex struct/union returned in registers
14787 Set the convention used by the inferior to return @code{struct}s and
14788 @code{union}s from functions to @var{mode}. Possible values of
14789 @var{mode} are @code{"pcc"}, @code{"reg"}, and @code{"default"} (the
14790 default). @code{"default"} or @code{"pcc"} means that @code{struct}s
14791 are returned on the stack, while @code{"reg"} means that a
14792 @code{struct} or a @code{union} whose size is 1, 2, 4, or 8 bytes will
14793 be returned in a register.
14794
14795 @item show struct-convention
14796 @kindex show struct-convention
14797 Show the current setting of the convention to return @code{struct}s
14798 from functions.
14799 @end table
14800
14801 @node A29K
14802 @subsection A29K
14803
14804 @table @code
14805
14806 @kindex set rstack_high_address
14807 @cindex AMD 29K register stack
14808 @cindex register stack, AMD29K
14809 @item set rstack_high_address @var{address}
14810 On AMD 29000 family processors, registers are saved in a separate
14811 @dfn{register stack}. There is no way for @value{GDBN} to determine the
14812 extent of this stack. Normally, @value{GDBN} just assumes that the
14813 stack is ``large enough''. This may result in @value{GDBN} referencing
14814 memory locations that do not exist. If necessary, you can get around
14815 this problem by specifying the ending address of the register stack with
14816 the @code{set rstack_high_address} command. The argument should be an
14817 address, which you probably want to precede with @samp{0x} to specify in
14818 hexadecimal.
14819
14820 @kindex show rstack_high_address
14821 @item show rstack_high_address
14822 Display the current limit of the register stack, on AMD 29000 family
14823 processors.
14824
14825 @end table
14826
14827 @node Alpha
14828 @subsection Alpha
14829
14830 See the following section.
14831
14832 @node MIPS
14833 @subsection MIPS
14834
14835 @cindex stack on Alpha
14836 @cindex stack on MIPS
14837 @cindex Alpha stack
14838 @cindex MIPS stack
14839 Alpha- and MIPS-based computers use an unusual stack frame, which
14840 sometimes requires @value{GDBN} to search backward in the object code to
14841 find the beginning of a function.
14842
14843 @cindex response time, MIPS debugging
14844 To improve response time (especially for embedded applications, where
14845 @value{GDBN} may be restricted to a slow serial line for this search)
14846 you may want to limit the size of this search, using one of these
14847 commands:
14848
14849 @table @code
14850 @cindex @code{heuristic-fence-post} (Alpha, MIPS)
14851 @item set heuristic-fence-post @var{limit}
14852 Restrict @value{GDBN} to examining at most @var{limit} bytes in its
14853 search for the beginning of a function. A value of @var{0} (the
14854 default) means there is no limit. However, except for @var{0}, the
14855 larger the limit the more bytes @code{heuristic-fence-post} must search
14856 and therefore the longer it takes to run. You should only need to use
14857 this command when debugging a stripped executable.
14858
14859 @item show heuristic-fence-post
14860 Display the current limit.
14861 @end table
14862
14863 @noindent
14864 These commands are available @emph{only} when @value{GDBN} is configured
14865 for debugging programs on Alpha or MIPS processors.
14866
14867 Several MIPS-specific commands are available when debugging MIPS
14868 programs:
14869
14870 @table @code
14871 @item set mips saved-gpreg-size @var{size}
14872 @kindex set mips saved-gpreg-size
14873 @cindex MIPS GP register size on stack
14874 Set the size of MIPS general-purpose registers saved on the stack.
14875 The argument @var{size} can be one of the following:
14876
14877 @table @samp
14878 @item 32
14879 32-bit GP registers
14880 @item 64
14881 64-bit GP registers
14882 @item auto
14883 Use the target's default setting or autodetect the saved size from the
14884 information contained in the executable. This is the default
14885 @end table
14886
14887 @item show mips saved-gpreg-size
14888 @kindex show mips saved-gpreg-size
14889 Show the current size of MIPS GP registers on the stack.
14890
14891 @item set mips stack-arg-size @var{size}
14892 @kindex set mips stack-arg-size
14893 @cindex MIPS stack space for arguments
14894 Set the amount of stack space reserved for arguments to functions.
14895 The argument can be one of @code{"32"}, @code{"64"} or @code{"auto"}
14896 (the default).
14897
14898 @item set mips abi @var{arg}
14899 @kindex set mips abi
14900 @cindex set ABI for MIPS
14901 Tell @value{GDBN} which MIPS ABI is used by the inferior. Possible
14902 values of @var{arg} are:
14903
14904 @table @samp
14905 @item auto
14906 The default ABI associated with the current binary (this is the
14907 default).
14908 @item o32
14909 @item o64
14910 @item n32
14911 @item n64
14912 @item eabi32
14913 @item eabi64
14914 @item auto
14915 @end table
14916
14917 @item show mips abi
14918 @kindex show mips abi
14919 Show the MIPS ABI used by @value{GDBN} to debug the inferior.
14920
14921 @item set mipsfpu
14922 @itemx show mipsfpu
14923 @xref{MIPS Embedded, set mipsfpu}.
14924
14925 @item set mips mask-address @var{arg}
14926 @kindex set mips mask-address
14927 @cindex MIPS addresses, masking
14928 This command determines whether the most-significant 32 bits of 64-bit
14929 MIPS addresses are masked off. The argument @var{arg} can be
14930 @samp{on}, @samp{off}, or @samp{auto}. The latter is the default
14931 setting, which lets @value{GDBN} determine the correct value.
14932
14933 @item show mips mask-address
14934 @kindex show mips mask-address
14935 Show whether the upper 32 bits of MIPS addresses are masked off or
14936 not.
14937
14938 @item set remote-mips64-transfers-32bit-regs
14939 @kindex set remote-mips64-transfers-32bit-regs
14940 This command controls compatibility with 64-bit MIPS targets that
14941 transfer data in 32-bit quantities. If you have an old MIPS 64 target
14942 that transfers 32 bits for some registers, like @sc{sr} and @sc{fsr},
14943 and 64 bits for other registers, set this option to @samp{on}.
14944
14945 @item show remote-mips64-transfers-32bit-regs
14946 @kindex show remote-mips64-transfers-32bit-regs
14947 Show the current setting of compatibility with older MIPS 64 targets.
14948
14949 @item set debug mips
14950 @kindex set debug mips
14951 This command turns on and off debugging messages for the MIPS-specific
14952 target code in @value{GDBN}.
14953
14954 @item show debug mips
14955 @kindex show debug mips
14956 Show the current setting of MIPS debugging messages.
14957 @end table
14958
14959
14960 @node HPPA
14961 @subsection HPPA
14962 @cindex HPPA support
14963
14964 When @value{GDBN} is debugging te HP PA architecture, it provides the
14965 following special commands:
14966
14967 @table @code
14968 @item set debug hppa
14969 @kindex set debug hppa
14970 THis command determines whether HPPA architecture specific debugging
14971 messages are to be displayed.
14972
14973 @item show debug hppa
14974 Show whether HPPA debugging messages are displayed.
14975
14976 @item maint print unwind @var{address}
14977 @kindex maint print unwind@r{, HPPA}
14978 This command displays the contents of the unwind table entry at the
14979 given @var{address}.
14980
14981 @end table
14982
14983
14984 @node Controlling GDB
14985 @chapter Controlling @value{GDBN}
14986
14987 You can alter the way @value{GDBN} interacts with you by using the
14988 @code{set} command. For commands controlling how @value{GDBN} displays
14989 data, see @ref{Print Settings, ,Print settings}. Other settings are
14990 described here.
14991
14992 @menu
14993 * Prompt:: Prompt
14994 * Editing:: Command editing
14995 * History:: Command history
14996 * Screen Size:: Screen size
14997 * Numbers:: Numbers
14998 * ABI:: Configuring the current ABI
14999 * Messages/Warnings:: Optional warnings and messages
15000 * Debugging Output:: Optional messages about internal happenings
15001 @end menu
15002
15003 @node Prompt
15004 @section Prompt
15005
15006 @cindex prompt
15007
15008 @value{GDBN} indicates its readiness to read a command by printing a string
15009 called the @dfn{prompt}. This string is normally @samp{(@value{GDBP})}. You
15010 can change the prompt string with the @code{set prompt} command. For
15011 instance, when debugging @value{GDBN} with @value{GDBN}, it is useful to change
15012 the prompt in one of the @value{GDBN} sessions so that you can always tell
15013 which one you are talking to.
15014
15015 @emph{Note:} @code{set prompt} does not add a space for you after the
15016 prompt you set. This allows you to set a prompt which ends in a space
15017 or a prompt that does not.
15018
15019 @table @code
15020 @kindex set prompt
15021 @item set prompt @var{newprompt}
15022 Directs @value{GDBN} to use @var{newprompt} as its prompt string henceforth.
15023
15024 @kindex show prompt
15025 @item show prompt
15026 Prints a line of the form: @samp{Gdb's prompt is: @var{your-prompt}}
15027 @end table
15028
15029 @node Editing
15030 @section Command editing
15031 @cindex readline
15032 @cindex command line editing
15033
15034 @value{GDBN} reads its input commands via the @dfn{Readline} interface. This
15035 @sc{gnu} library provides consistent behavior for programs which provide a
15036 command line interface to the user. Advantages are @sc{gnu} Emacs-style
15037 or @dfn{vi}-style inline editing of commands, @code{csh}-like history
15038 substitution, and a storage and recall of command history across
15039 debugging sessions.
15040
15041 You may control the behavior of command line editing in @value{GDBN} with the
15042 command @code{set}.
15043
15044 @table @code
15045 @kindex set editing
15046 @cindex editing
15047 @item set editing
15048 @itemx set editing on
15049 Enable command line editing (enabled by default).
15050
15051 @item set editing off
15052 Disable command line editing.
15053
15054 @kindex show editing
15055 @item show editing
15056 Show whether command line editing is enabled.
15057 @end table
15058
15059 @xref{Command Line Editing}, for more details about the Readline
15060 interface. Users unfamiliar with @sc{gnu} Emacs or @code{vi} are
15061 encouraged to read that chapter.
15062
15063 @node History
15064 @section Command history
15065 @cindex command history
15066
15067 @value{GDBN} can keep track of the commands you type during your
15068 debugging sessions, so that you can be certain of precisely what
15069 happened. Use these commands to manage the @value{GDBN} command
15070 history facility.
15071
15072 @value{GDBN} uses the @sc{gnu} History library, a part of the Readline
15073 package, to provide the history facility. @xref{Using History
15074 Interactively}, for the detailed description of the History library.
15075
15076 Here is the description of @value{GDBN} commands related to command
15077 history.
15078
15079 @table @code
15080 @cindex history substitution
15081 @cindex history file
15082 @kindex set history filename
15083 @cindex @env{GDBHISTFILE}, environment variable
15084 @item set history filename @var{fname}
15085 Set the name of the @value{GDBN} command history file to @var{fname}.
15086 This is the file where @value{GDBN} reads an initial command history
15087 list, and where it writes the command history from this session when it
15088 exits. You can access this list through history expansion or through
15089 the history command editing characters listed below. This file defaults
15090 to the value of the environment variable @code{GDBHISTFILE}, or to
15091 @file{./.gdb_history} (@file{./_gdb_history} on MS-DOS) if this variable
15092 is not set.
15093
15094 @cindex save command history
15095 @kindex set history save
15096 @item set history save
15097 @itemx set history save on
15098 Record command history in a file, whose name may be specified with the
15099 @code{set history filename} command. By default, this option is disabled.
15100
15101 @item set history save off
15102 Stop recording command history in a file.
15103
15104 @cindex history size
15105 @kindex set history size
15106 @cindex @env{HISTSIZE}, environment variable
15107 @item set history size @var{size}
15108 Set the number of commands which @value{GDBN} keeps in its history list.
15109 This defaults to the value of the environment variable
15110 @code{HISTSIZE}, or to 256 if this variable is not set.
15111 @end table
15112
15113 History expansion assigns special meaning to the character @kbd{!}.
15114 @xref{Event Designators}, for more details.
15115
15116 @cindex history expansion, turn on/off
15117 Since @kbd{!} is also the logical not operator in C, history expansion
15118 is off by default. If you decide to enable history expansion with the
15119 @code{set history expansion on} command, you may sometimes need to
15120 follow @kbd{!} (when it is used as logical not, in an expression) with
15121 a space or a tab to prevent it from being expanded. The readline
15122 history facilities do not attempt substitution on the strings
15123 @kbd{!=} and @kbd{!(}, even when history expansion is enabled.
15124
15125 The commands to control history expansion are:
15126
15127 @table @code
15128 @item set history expansion on
15129 @itemx set history expansion
15130 @kindex set history expansion
15131 Enable history expansion. History expansion is off by default.
15132
15133 @item set history expansion off
15134 Disable history expansion.
15135
15136 @c @group
15137 @kindex show history
15138 @item show history
15139 @itemx show history filename
15140 @itemx show history save
15141 @itemx show history size
15142 @itemx show history expansion
15143 These commands display the state of the @value{GDBN} history parameters.
15144 @code{show history} by itself displays all four states.
15145 @c @end group
15146 @end table
15147
15148 @table @code
15149 @kindex show commands
15150 @cindex show last commands
15151 @cindex display command history
15152 @item show commands
15153 Display the last ten commands in the command history.
15154
15155 @item show commands @var{n}
15156 Print ten commands centered on command number @var{n}.
15157
15158 @item show commands +
15159 Print ten commands just after the commands last printed.
15160 @end table
15161
15162 @node Screen Size
15163 @section Screen size
15164 @cindex size of screen
15165 @cindex pauses in output
15166
15167 Certain commands to @value{GDBN} may produce large amounts of
15168 information output to the screen. To help you read all of it,
15169 @value{GDBN} pauses and asks you for input at the end of each page of
15170 output. Type @key{RET} when you want to continue the output, or @kbd{q}
15171 to discard the remaining output. Also, the screen width setting
15172 determines when to wrap lines of output. Depending on what is being
15173 printed, @value{GDBN} tries to break the line at a readable place,
15174 rather than simply letting it overflow onto the following line.
15175
15176 Normally @value{GDBN} knows the size of the screen from the terminal
15177 driver software. For example, on Unix @value{GDBN} uses the termcap data base
15178 together with the value of the @code{TERM} environment variable and the
15179 @code{stty rows} and @code{stty cols} settings. If this is not correct,
15180 you can override it with the @code{set height} and @code{set
15181 width} commands:
15182
15183 @table @code
15184 @kindex set height
15185 @kindex set width
15186 @kindex show width
15187 @kindex show height
15188 @item set height @var{lpp}
15189 @itemx show height
15190 @itemx set width @var{cpl}
15191 @itemx show width
15192 These @code{set} commands specify a screen height of @var{lpp} lines and
15193 a screen width of @var{cpl} characters. The associated @code{show}
15194 commands display the current settings.
15195
15196 If you specify a height of zero lines, @value{GDBN} does not pause during
15197 output no matter how long the output is. This is useful if output is to a
15198 file or to an editor buffer.
15199
15200 Likewise, you can specify @samp{set width 0} to prevent @value{GDBN}
15201 from wrapping its output.
15202
15203 @item set pagination on
15204 @itemx set pagination off
15205 @kindex set pagination
15206 Turn the output pagination on or off; the default is on. Turning
15207 pagination off is the alternative to @code{set height 0}.
15208
15209 @item show pagination
15210 @kindex show pagination
15211 Show the current pagination mode.
15212 @end table
15213
15214 @node Numbers
15215 @section Numbers
15216 @cindex number representation
15217 @cindex entering numbers
15218
15219 You can always enter numbers in octal, decimal, or hexadecimal in
15220 @value{GDBN} by the usual conventions: octal numbers begin with
15221 @samp{0}, decimal numbers end with @samp{.}, and hexadecimal numbers
15222 begin with @samp{0x}. Numbers that neither begin with @samp{0} or
15223 @samp{0x}, nor end with a @samp{.} are, by default, entered in base
15224 10; likewise, the default display for numbers---when no particular
15225 format is specified---is base 10. You can change the default base for
15226 both input and output with the commands described below.
15227
15228 @table @code
15229 @kindex set input-radix
15230 @item set input-radix @var{base}
15231 Set the default base for numeric input. Supported choices
15232 for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
15233 specified either unambiguously or using the current input radix; for
15234 example, any of
15235
15236 @smallexample
15237 set input-radix 012
15238 set input-radix 10.
15239 set input-radix 0xa
15240 @end smallexample
15241
15242 @noindent
15243 sets the input base to decimal. On the other hand, @samp{set input-radix 10}
15244 leaves the input radix unchanged, no matter what it was, since
15245 @samp{10}, being without any leading or trailing signs of its base, is
15246 interpreted in the current radix. Thus, if the current radix is 16,
15247 @samp{10} is interpreted in hex, i.e.@: as 16 decimal, which doesn't
15248 change the radix.
15249
15250 @kindex set output-radix
15251 @item set output-radix @var{base}
15252 Set the default base for numeric display. Supported choices
15253 for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
15254 specified either unambiguously or using the current input radix.
15255
15256 @kindex show input-radix
15257 @item show input-radix
15258 Display the current default base for numeric input.
15259
15260 @kindex show output-radix
15261 @item show output-radix
15262 Display the current default base for numeric display.
15263
15264 @item set radix @r{[}@var{base}@r{]}
15265 @itemx show radix
15266 @kindex set radix
15267 @kindex show radix
15268 These commands set and show the default base for both input and output
15269 of numbers. @code{set radix} sets the radix of input and output to
15270 the same base; without an argument, it resets the radix back to its
15271 default value of 10.
15272
15273 @end table
15274
15275 @node ABI
15276 @section Configuring the current ABI
15277
15278 @value{GDBN} can determine the @dfn{ABI} (Application Binary Interface) of your
15279 application automatically. However, sometimes you need to override its
15280 conclusions. Use these commands to manage @value{GDBN}'s view of the
15281 current ABI.
15282
15283 @cindex OS ABI
15284 @kindex set osabi
15285 @kindex show osabi
15286
15287 One @value{GDBN} configuration can debug binaries for multiple operating
15288 system targets, either via remote debugging or native emulation.
15289 @value{GDBN} will autodetect the @dfn{OS ABI} (Operating System ABI) in use,
15290 but you can override its conclusion using the @code{set osabi} command.
15291 One example where this is useful is in debugging of binaries which use
15292 an alternate C library (e.g.@: @sc{uClibc} for @sc{gnu}/Linux) which does
15293 not have the same identifying marks that the standard C library for your
15294 platform provides.
15295
15296 @table @code
15297 @item show osabi
15298 Show the OS ABI currently in use.
15299
15300 @item set osabi
15301 With no argument, show the list of registered available OS ABI's.
15302
15303 @item set osabi @var{abi}
15304 Set the current OS ABI to @var{abi}.
15305 @end table
15306
15307 @cindex float promotion
15308
15309 Generally, the way that an argument of type @code{float} is passed to a
15310 function depends on whether the function is prototyped. For a prototyped
15311 (i.e.@: ANSI/ISO style) function, @code{float} arguments are passed unchanged,
15312 according to the architecture's convention for @code{float}. For unprototyped
15313 (i.e.@: K&R style) functions, @code{float} arguments are first promoted to type
15314 @code{double} and then passed.
15315
15316 Unfortunately, some forms of debug information do not reliably indicate whether
15317 a function is prototyped. If @value{GDBN} calls a function that is not marked
15318 as prototyped, it consults @kbd{set coerce-float-to-double}.
15319
15320 @table @code
15321 @kindex set coerce-float-to-double
15322 @item set coerce-float-to-double
15323 @itemx set coerce-float-to-double on
15324 Arguments of type @code{float} will be promoted to @code{double} when passed
15325 to an unprototyped function. This is the default setting.
15326
15327 @item set coerce-float-to-double off
15328 Arguments of type @code{float} will be passed directly to unprototyped
15329 functions.
15330
15331 @kindex show coerce-float-to-double
15332 @item show coerce-float-to-double
15333 Show the current setting of promoting @code{float} to @code{double}.
15334 @end table
15335
15336 @kindex set cp-abi
15337 @kindex show cp-abi
15338 @value{GDBN} needs to know the ABI used for your program's C@t{++}
15339 objects. The correct C@t{++} ABI depends on which C@t{++} compiler was
15340 used to build your application. @value{GDBN} only fully supports
15341 programs with a single C@t{++} ABI; if your program contains code using
15342 multiple C@t{++} ABI's or if @value{GDBN} can not identify your
15343 program's ABI correctly, you can tell @value{GDBN} which ABI to use.
15344 Currently supported ABI's include ``gnu-v2'', for @code{g++} versions
15345 before 3.0, ``gnu-v3'', for @code{g++} versions 3.0 and later, and
15346 ``hpaCC'' for the HP ANSI C@t{++} compiler. Other C@t{++} compilers may
15347 use the ``gnu-v2'' or ``gnu-v3'' ABI's as well. The default setting is
15348 ``auto''.
15349
15350 @table @code
15351 @item show cp-abi
15352 Show the C@t{++} ABI currently in use.
15353
15354 @item set cp-abi
15355 With no argument, show the list of supported C@t{++} ABI's.
15356
15357 @item set cp-abi @var{abi}
15358 @itemx set cp-abi auto
15359 Set the current C@t{++} ABI to @var{abi}, or return to automatic detection.
15360 @end table
15361
15362 @node Messages/Warnings
15363 @section Optional warnings and messages
15364
15365 @cindex verbose operation
15366 @cindex optional warnings
15367 By default, @value{GDBN} is silent about its inner workings. If you are
15368 running on a slow machine, you may want to use the @code{set verbose}
15369 command. This makes @value{GDBN} tell you when it does a lengthy
15370 internal operation, so you will not think it has crashed.
15371
15372 Currently, the messages controlled by @code{set verbose} are those
15373 which announce that the symbol table for a source file is being read;
15374 see @code{symbol-file} in @ref{Files, ,Commands to specify files}.
15375
15376 @table @code
15377 @kindex set verbose
15378 @item set verbose on
15379 Enables @value{GDBN} output of certain informational messages.
15380
15381 @item set verbose off
15382 Disables @value{GDBN} output of certain informational messages.
15383
15384 @kindex show verbose
15385 @item show verbose
15386 Displays whether @code{set verbose} is on or off.
15387 @end table
15388
15389 By default, if @value{GDBN} encounters bugs in the symbol table of an
15390 object file, it is silent; but if you are debugging a compiler, you may
15391 find this information useful (@pxref{Symbol Errors, ,Errors reading
15392 symbol files}).
15393
15394 @table @code
15395
15396 @kindex set complaints
15397 @item set complaints @var{limit}
15398 Permits @value{GDBN} to output @var{limit} complaints about each type of
15399 unusual symbols before becoming silent about the problem. Set
15400 @var{limit} to zero to suppress all complaints; set it to a large number
15401 to prevent complaints from being suppressed.
15402
15403 @kindex show complaints
15404 @item show complaints
15405 Displays how many symbol complaints @value{GDBN} is permitted to produce.
15406
15407 @end table
15408
15409 By default, @value{GDBN} is cautious, and asks what sometimes seems to be a
15410 lot of stupid questions to confirm certain commands. For example, if
15411 you try to run a program which is already running:
15412
15413 @smallexample
15414 (@value{GDBP}) run
15415 The program being debugged has been started already.
15416 Start it from the beginning? (y or n)
15417 @end smallexample
15418
15419 If you are willing to unflinchingly face the consequences of your own
15420 commands, you can disable this ``feature'':
15421
15422 @table @code
15423
15424 @kindex set confirm
15425 @cindex flinching
15426 @cindex confirmation
15427 @cindex stupid questions
15428 @item set confirm off
15429 Disables confirmation requests.
15430
15431 @item set confirm on
15432 Enables confirmation requests (the default).
15433
15434 @kindex show confirm
15435 @item show confirm
15436 Displays state of confirmation requests.
15437
15438 @end table
15439
15440 @node Debugging Output
15441 @section Optional messages about internal happenings
15442 @cindex optional debugging messages
15443
15444 @value{GDBN} has commands that enable optional debugging messages from
15445 various @value{GDBN} subsystems; normally these commands are of
15446 interest to @value{GDBN} maintainers, or when reporting a bug. This
15447 section documents those commands.
15448
15449 @table @code
15450 @kindex set exec-done-display
15451 @item set exec-done-display
15452 Turns on or off the notification of asynchronous commands'
15453 completion. When on, @value{GDBN} will print a message when an
15454 asynchronous command finishes its execution. The default is off.
15455 @kindex show exec-done-display
15456 @item show exec-done-display
15457 Displays the current setting of asynchronous command completion
15458 notification.
15459 @kindex set debug
15460 @cindex gdbarch debugging info
15461 @cindex architecture debugging info
15462 @item set debug arch
15463 Turns on or off display of gdbarch debugging info. The default is off
15464 @kindex show debug
15465 @item show debug arch
15466 Displays the current state of displaying gdbarch debugging info.
15467 @item set debug aix-thread
15468 @cindex AIX threads
15469 Display debugging messages about inner workings of the AIX thread
15470 module.
15471 @item show debug aix-thread
15472 Show the current state of AIX thread debugging info display.
15473 @item set debug event
15474 @cindex event debugging info
15475 Turns on or off display of @value{GDBN} event debugging info. The
15476 default is off.
15477 @item show debug event
15478 Displays the current state of displaying @value{GDBN} event debugging
15479 info.
15480 @item set debug expression
15481 @cindex expression debugging info
15482 Turns on or off display of debugging info about @value{GDBN}
15483 expression parsing. The default is off.
15484 @item show debug expression
15485 Displays the current state of displaying debugging info about
15486 @value{GDBN} expression parsing.
15487 @item set debug frame
15488 @cindex frame debugging info
15489 Turns on or off display of @value{GDBN} frame debugging info. The
15490 default is off.
15491 @item show debug frame
15492 Displays the current state of displaying @value{GDBN} frame debugging
15493 info.
15494 @item set debug infrun
15495 @cindex inferior debugging info
15496 Turns on or off display of @value{GDBN} debugging info for running the inferior.
15497 The default is off. @file{infrun.c} contains GDB's runtime state machine used
15498 for implementing operations such as single-stepping the inferior.
15499 @item show debug infrun
15500 Displays the current state of @value{GDBN} inferior debugging.
15501 @item set debug lin-lwp
15502 @cindex @sc{gnu}/Linux LWP debug messages
15503 @cindex Linux lightweight processes
15504 Turns on or off debugging messages from the Linux LWP debug support.
15505 @item show debug lin-lwp
15506 Show the current state of Linux LWP debugging messages.
15507 @item set debug observer
15508 @cindex observer debugging info
15509 Turns on or off display of @value{GDBN} observer debugging. This
15510 includes info such as the notification of observable events.
15511 @item show debug observer
15512 Displays the current state of observer debugging.
15513 @item set debug overload
15514 @cindex C@t{++} overload debugging info
15515 Turns on or off display of @value{GDBN} C@t{++} overload debugging
15516 info. This includes info such as ranking of functions, etc. The default
15517 is off.
15518 @item show debug overload
15519 Displays the current state of displaying @value{GDBN} C@t{++} overload
15520 debugging info.
15521 @cindex packets, reporting on stdout
15522 @cindex serial connections, debugging
15523 @item set debug remote
15524 Turns on or off display of reports on all packets sent back and forth across
15525 the serial line to the remote machine. The info is printed on the
15526 @value{GDBN} standard output stream. The default is off.
15527 @item show debug remote
15528 Displays the state of display of remote packets.
15529 @item set debug serial
15530 Turns on or off display of @value{GDBN} serial debugging info. The
15531 default is off.
15532 @item show debug serial
15533 Displays the current state of displaying @value{GDBN} serial debugging
15534 info.
15535 @item set debug solib-frv
15536 @cindex FR-V shared-library debugging
15537 Turns on or off debugging messages for FR-V shared-library code.
15538 @item show debug solib-frv
15539 Display the current state of FR-V shared-library code debugging
15540 messages.
15541 @item set debug target
15542 @cindex target debugging info
15543 Turns on or off display of @value{GDBN} target debugging info. This info
15544 includes what is going on at the target level of GDB, as it happens. The
15545 default is 0. Set it to 1 to track events, and to 2 to also track the
15546 value of large memory transfers. Changes to this flag do not take effect
15547 until the next time you connect to a target or use the @code{run} command.
15548 @item show debug target
15549 Displays the current state of displaying @value{GDBN} target debugging
15550 info.
15551 @item set debugvarobj
15552 @cindex variable object debugging info
15553 Turns on or off display of @value{GDBN} variable object debugging
15554 info. The default is off.
15555 @item show debugvarobj
15556 Displays the current state of displaying @value{GDBN} variable object
15557 debugging info.
15558 @end table
15559
15560 @node Sequences
15561 @chapter Canned Sequences of Commands
15562
15563 Aside from breakpoint commands (@pxref{Break Commands, ,Breakpoint
15564 command lists}), @value{GDBN} provides two ways to store sequences of
15565 commands for execution as a unit: user-defined commands and command
15566 files.
15567
15568 @menu
15569 * Define:: User-defined commands
15570 * Hooks:: User-defined command hooks
15571 * Command Files:: Command files
15572 * Output:: Commands for controlled output
15573 @end menu
15574
15575 @node Define
15576 @section User-defined commands
15577
15578 @cindex user-defined command
15579 A @dfn{user-defined command} is a sequence of @value{GDBN} commands to
15580 which you assign a new name as a command. This is done with the
15581 @code{define} command. User commands may accept up to 10 arguments
15582 separated by whitespace. Arguments are accessed within the user command
15583 via @var{$arg0@dots{}$arg9}. A trivial example:
15584
15585 @smallexample
15586 define adder
15587 print $arg0 + $arg1 + $arg2
15588 @end smallexample
15589
15590 @noindent
15591 To execute the command use:
15592
15593 @smallexample
15594 adder 1 2 3
15595 @end smallexample
15596
15597 @noindent
15598 This defines the command @code{adder}, which prints the sum of
15599 its three arguments. Note the arguments are text substitutions, so they may
15600 reference variables, use complex expressions, or even perform inferior
15601 functions calls.
15602
15603 @table @code
15604
15605 @kindex define
15606 @item define @var{commandname}
15607 Define a command named @var{commandname}. If there is already a command
15608 by that name, you are asked to confirm that you want to redefine it.
15609
15610 The definition of the command is made up of other @value{GDBN} command lines,
15611 which are given following the @code{define} command. The end of these
15612 commands is marked by a line containing @code{end}.
15613
15614 @kindex if
15615 @kindex else
15616 @item if
15617 @itemx else
15618 Takes a single argument, which is an expression to evaluate.
15619 It is followed by a series of commands that are executed
15620 only if the expression is true (nonzero).
15621 There can then optionally be a line @code{else}, followed
15622 by a series of commands that are only executed if the expression
15623 was false. The end of the list is marked by a line containing @code{end}.
15624
15625 @kindex while
15626 @item while
15627 The syntax is similar to @code{if}: the command takes a single argument,
15628 which is an expression to evaluate, and must be followed by the commands to
15629 execute, one per line, terminated by an @code{end}.
15630 The commands are executed repeatedly as long as the expression
15631 evaluates to true.
15632
15633 @kindex document
15634 @item document @var{commandname}
15635 Document the user-defined command @var{commandname}, so that it can be
15636 accessed by @code{help}. The command @var{commandname} must already be
15637 defined. This command reads lines of documentation just as @code{define}
15638 reads the lines of the command definition, ending with @code{end}.
15639 After the @code{document} command is finished, @code{help} on command
15640 @var{commandname} displays the documentation you have written.
15641
15642 You may use the @code{document} command again to change the
15643 documentation of a command. Redefining the command with @code{define}
15644 does not change the documentation.
15645
15646 @kindex dont-repeat
15647 @cindex don't repeat command
15648 @item dont-repeat
15649 Used inside a user-defined command, this tells @value{GDBN} that this
15650 command should not be repeated when the user hits @key{RET}
15651 (@pxref{Command Syntax, repeat last command}).
15652
15653 @kindex help user-defined
15654 @item help user-defined
15655 List all user-defined commands, with the first line of the documentation
15656 (if any) for each.
15657
15658 @kindex show user
15659 @item show user
15660 @itemx show user @var{commandname}
15661 Display the @value{GDBN} commands used to define @var{commandname} (but
15662 not its documentation). If no @var{commandname} is given, display the
15663 definitions for all user-defined commands.
15664
15665 @cindex infinite recusrion in user-defined commands
15666 @kindex show max-user-call-depth
15667 @kindex set max-user-call-depth
15668 @item show max-user-call-depth
15669 @itemx set max-user-call-depth
15670 The value of @code{max-user-call-depth} controls how many recursion
15671 levels are allowed in user-defined commands before GDB suspects an
15672 infinite recursion and aborts the command.
15673
15674 @end table
15675
15676 When user-defined commands are executed, the
15677 commands of the definition are not printed. An error in any command
15678 stops execution of the user-defined command.
15679
15680 If used interactively, commands that would ask for confirmation proceed
15681 without asking when used inside a user-defined command. Many @value{GDBN}
15682 commands that normally print messages to say what they are doing omit the
15683 messages when used in a user-defined command.
15684
15685 @node Hooks
15686 @section User-defined command hooks
15687 @cindex command hooks
15688 @cindex hooks, for commands
15689 @cindex hooks, pre-command
15690
15691 @kindex hook
15692 You may define @dfn{hooks}, which are a special kind of user-defined
15693 command. Whenever you run the command @samp{foo}, if the user-defined
15694 command @samp{hook-foo} exists, it is executed (with no arguments)
15695 before that command.
15696
15697 @cindex hooks, post-command
15698 @kindex hookpost
15699 A hook may also be defined which is run after the command you executed.
15700 Whenever you run the command @samp{foo}, if the user-defined command
15701 @samp{hookpost-foo} exists, it is executed (with no arguments) after
15702 that command. Post-execution hooks may exist simultaneously with
15703 pre-execution hooks, for the same command.
15704
15705 It is valid for a hook to call the command which it hooks. If this
15706 occurs, the hook is not re-executed, thereby avoiding infinite recursion.
15707
15708 @c It would be nice if hookpost could be passed a parameter indicating
15709 @c if the command it hooks executed properly or not. FIXME!
15710
15711 @kindex stop@r{, a pseudo-command}
15712 In addition, a pseudo-command, @samp{stop} exists. Defining
15713 (@samp{hook-stop}) makes the associated commands execute every time
15714 execution stops in your program: before breakpoint commands are run,
15715 displays are printed, or the stack frame is printed.
15716
15717 For example, to ignore @code{SIGALRM} signals while
15718 single-stepping, but treat them normally during normal execution,
15719 you could define:
15720
15721 @smallexample
15722 define hook-stop
15723 handle SIGALRM nopass
15724 end
15725
15726 define hook-run
15727 handle SIGALRM pass
15728 end
15729
15730 define hook-continue
15731 handle SIGLARM pass
15732 end
15733 @end smallexample
15734
15735 As a further example, to hook at the begining and end of the @code{echo}
15736 command, and to add extra text to the beginning and end of the message,
15737 you could define:
15738
15739 @smallexample
15740 define hook-echo
15741 echo <<<---
15742 end
15743
15744 define hookpost-echo
15745 echo --->>>\n
15746 end
15747
15748 (@value{GDBP}) echo Hello World
15749 <<<---Hello World--->>>
15750 (@value{GDBP})
15751
15752 @end smallexample
15753
15754 You can define a hook for any single-word command in @value{GDBN}, but
15755 not for command aliases; you should define a hook for the basic command
15756 name, e.g. @code{backtrace} rather than @code{bt}.
15757 @c FIXME! So how does Joe User discover whether a command is an alias
15758 @c or not?
15759 If an error occurs during the execution of your hook, execution of
15760 @value{GDBN} commands stops and @value{GDBN} issues a prompt
15761 (before the command that you actually typed had a chance to run).
15762
15763 If you try to define a hook which does not match any known command, you
15764 get a warning from the @code{define} command.
15765
15766 @node Command Files
15767 @section Command files
15768
15769 @cindex command files
15770 A command file for @value{GDBN} is a text file made of lines that are
15771 @value{GDBN} commands. Comments (lines starting with @kbd{#}) may
15772 also be included. An empty line in a command file does nothing; it
15773 does not mean to repeat the last command, as it would from the
15774 terminal.
15775
15776 You can request the execution of a command file with the @code{source}
15777 command:
15778
15779 @table @code
15780 @kindex source
15781 @item source @var{filename}
15782 Execute the command file @var{filename}.
15783 @end table
15784
15785 The lines in a command file are executed sequentially. They are not
15786 printed as they are executed. An error in any command terminates
15787 execution of the command file and control is returned to the console.
15788
15789 Commands that would ask for confirmation if used interactively proceed
15790 without asking when used in a command file. Many @value{GDBN} commands that
15791 normally print messages to say what they are doing omit the messages
15792 when called from command files.
15793
15794 @value{GDBN} also accepts command input from standard input. In this
15795 mode, normal output goes to standard output and error output goes to
15796 standard error. Errors in a command file supplied on standard input do
15797 not terminate execution of the command file---execution continues with
15798 the next command.
15799
15800 @smallexample
15801 gdb < cmds > log 2>&1
15802 @end smallexample
15803
15804 (The syntax above will vary depending on the shell used.) This example
15805 will execute commands from the file @file{cmds}. All output and errors
15806 would be directed to @file{log}.
15807
15808 @node Output
15809 @section Commands for controlled output
15810
15811 During the execution of a command file or a user-defined command, normal
15812 @value{GDBN} output is suppressed; the only output that appears is what is
15813 explicitly printed by the commands in the definition. This section
15814 describes three commands useful for generating exactly the output you
15815 want.
15816
15817 @table @code
15818 @kindex echo
15819 @item echo @var{text}
15820 @c I do not consider backslash-space a standard C escape sequence
15821 @c because it is not in ANSI.
15822 Print @var{text}. Nonprinting characters can be included in
15823 @var{text} using C escape sequences, such as @samp{\n} to print a
15824 newline. @strong{No newline is printed unless you specify one.}
15825 In addition to the standard C escape sequences, a backslash followed
15826 by a space stands for a space. This is useful for displaying a
15827 string with spaces at the beginning or the end, since leading and
15828 trailing spaces are otherwise trimmed from all arguments.
15829 To print @samp{@w{ }and foo =@w{ }}, use the command
15830 @samp{echo \@w{ }and foo = \@w{ }}.
15831
15832 A backslash at the end of @var{text} can be used, as in C, to continue
15833 the command onto subsequent lines. For example,
15834
15835 @smallexample
15836 echo This is some text\n\
15837 which is continued\n\
15838 onto several lines.\n
15839 @end smallexample
15840
15841 produces the same output as
15842
15843 @smallexample
15844 echo This is some text\n
15845 echo which is continued\n
15846 echo onto several lines.\n
15847 @end smallexample
15848
15849 @kindex output
15850 @item output @var{expression}
15851 Print the value of @var{expression} and nothing but that value: no
15852 newlines, no @samp{$@var{nn} = }. The value is not entered in the
15853 value history either. @xref{Expressions, ,Expressions}, for more information
15854 on expressions.
15855
15856 @item output/@var{fmt} @var{expression}
15857 Print the value of @var{expression} in format @var{fmt}. You can use
15858 the same formats as for @code{print}. @xref{Output Formats,,Output
15859 formats}, for more information.
15860
15861 @kindex printf
15862 @item printf @var{string}, @var{expressions}@dots{}
15863 Print the values of the @var{expressions} under the control of
15864 @var{string}. The @var{expressions} are separated by commas and may be
15865 either numbers or pointers. Their values are printed as specified by
15866 @var{string}, exactly as if your program were to execute the C
15867 subroutine
15868 @c FIXME: the above implies that at least all ANSI C formats are
15869 @c supported, but it isn't true: %E and %G don't work (or so it seems).
15870 @c Either this is a bug, or the manual should document what formats are
15871 @c supported.
15872
15873 @smallexample
15874 printf (@var{string}, @var{expressions}@dots{});
15875 @end smallexample
15876
15877 For example, you can print two values in hex like this:
15878
15879 @smallexample
15880 printf "foo, bar-foo = 0x%x, 0x%x\n", foo, bar-foo
15881 @end smallexample
15882
15883 The only backslash-escape sequences that you can use in the format
15884 string are the simple ones that consist of backslash followed by a
15885 letter.
15886 @end table
15887
15888 @node Interpreters
15889 @chapter Command Interpreters
15890 @cindex command interpreters
15891
15892 @value{GDBN} supports multiple command interpreters, and some command
15893 infrastructure to allow users or user interface writers to switch
15894 between interpreters or run commands in other interpreters.
15895
15896 @value{GDBN} currently supports two command interpreters, the console
15897 interpreter (sometimes called the command-line interpreter or @sc{cli})
15898 and the machine interface interpreter (or @sc{gdb/mi}). This manual
15899 describes both of these interfaces in great detail.
15900
15901 By default, @value{GDBN} will start with the console interpreter.
15902 However, the user may choose to start @value{GDBN} with another
15903 interpreter by specifying the @option{-i} or @option{--interpreter}
15904 startup options. Defined interpreters include:
15905
15906 @table @code
15907 @item console
15908 @cindex console interpreter
15909 The traditional console or command-line interpreter. This is the most often
15910 used interpreter with @value{GDBN}. With no interpreter specified at runtime,
15911 @value{GDBN} will use this interpreter.
15912
15913 @item mi
15914 @cindex mi interpreter
15915 The newest @sc{gdb/mi} interface (currently @code{mi2}). Used primarily
15916 by programs wishing to use @value{GDBN} as a backend for a debugger GUI
15917 or an IDE. For more information, see @ref{GDB/MI, ,The @sc{gdb/mi}
15918 Interface}.
15919
15920 @item mi2
15921 @cindex mi2 interpreter
15922 The current @sc{gdb/mi} interface.
15923
15924 @item mi1
15925 @cindex mi1 interpreter
15926 The @sc{gdb/mi} interface included in @value{GDBN} 5.1, 5.2, and 5.3.
15927
15928 @end table
15929
15930 @cindex invoke another interpreter
15931 The interpreter being used by @value{GDBN} may not be dynamically
15932 switched at runtime. Although possible, this could lead to a very
15933 precarious situation. Consider an IDE using @sc{gdb/mi}. If a user
15934 enters the command "interpreter-set console" in a console view,
15935 @value{GDBN} would switch to using the console interpreter, rendering
15936 the IDE inoperable!
15937
15938 @kindex interpreter-exec
15939 Although you may only choose a single interpreter at startup, you may execute
15940 commands in any interpreter from the current interpreter using the appropriate
15941 command. If you are running the console interpreter, simply use the
15942 @code{interpreter-exec} command:
15943
15944 @smallexample
15945 interpreter-exec mi "-data-list-register-names"
15946 @end smallexample
15947
15948 @sc{gdb/mi} has a similar command, although it is only available in versions of
15949 @value{GDBN} which support @sc{gdb/mi} version 2 (or greater).
15950
15951 @node TUI
15952 @chapter @value{GDBN} Text User Interface
15953 @cindex TUI
15954 @cindex Text User Interface
15955
15956 @menu
15957 * TUI Overview:: TUI overview
15958 * TUI Keys:: TUI key bindings
15959 * TUI Single Key Mode:: TUI single key mode
15960 * TUI Commands:: TUI specific commands
15961 * TUI Configuration:: TUI configuration variables
15962 @end menu
15963
15964 The @value{GDBN} Text User Interface, TUI in short, is a terminal
15965 interface which uses the @code{curses} library to show the source
15966 file, the assembly output, the program registers and @value{GDBN}
15967 commands in separate text windows.
15968
15969 The TUI is enabled by invoking @value{GDBN} using either
15970 @pindex gdbtui
15971 @samp{gdbtui} or @samp{gdb -tui}.
15972
15973 @node TUI Overview
15974 @section TUI overview
15975
15976 The TUI has two display modes that can be switched while
15977 @value{GDBN} runs:
15978
15979 @itemize @bullet
15980 @item
15981 A curses (or TUI) mode in which it displays several text
15982 windows on the terminal.
15983
15984 @item
15985 A standard mode which corresponds to the @value{GDBN} configured without
15986 the TUI.
15987 @end itemize
15988
15989 In the TUI mode, @value{GDBN} can display several text window
15990 on the terminal:
15991
15992 @table @emph
15993 @item command
15994 This window is the @value{GDBN} command window with the @value{GDBN}
15995 prompt and the @value{GDBN} outputs. The @value{GDBN} input is still
15996 managed using readline but through the TUI. The @emph{command}
15997 window is always visible.
15998
15999 @item source
16000 The source window shows the source file of the program. The current
16001 line as well as active breakpoints are displayed in this window.
16002
16003 @item assembly
16004 The assembly window shows the disassembly output of the program.
16005
16006 @item register
16007 This window shows the processor registers. It detects when
16008 a register is changed and when this is the case, registers that have
16009 changed are highlighted.
16010
16011 @end table
16012
16013 The source and assembly windows show the current program position
16014 by highlighting the current line and marking them with the @samp{>} marker.
16015 Breakpoints are also indicated with two markers. A first one
16016 indicates the breakpoint type:
16017
16018 @table @code
16019 @item B
16020 Breakpoint which was hit at least once.
16021
16022 @item b
16023 Breakpoint which was never hit.
16024
16025 @item H
16026 Hardware breakpoint which was hit at least once.
16027
16028 @item h
16029 Hardware breakpoint which was never hit.
16030
16031 @end table
16032
16033 The second marker indicates whether the breakpoint is enabled or not:
16034
16035 @table @code
16036 @item +
16037 Breakpoint is enabled.
16038
16039 @item -
16040 Breakpoint is disabled.
16041
16042 @end table
16043
16044 The source, assembly and register windows are attached to the thread
16045 and the frame position. They are updated when the current thread
16046 changes, when the frame changes or when the program counter changes.
16047 These three windows are arranged by the TUI according to several
16048 layouts. The layout defines which of these three windows are visible.
16049 The following layouts are available:
16050
16051 @itemize @bullet
16052 @item
16053 source
16054
16055 @item
16056 assembly
16057
16058 @item
16059 source and assembly
16060
16061 @item
16062 source and registers
16063
16064 @item
16065 assembly and registers
16066
16067 @end itemize
16068
16069 On top of the command window a status line gives various information
16070 concerning the current process begin debugged. The status line is
16071 updated when the information it shows changes. The following fields
16072 are displayed:
16073
16074 @table @emph
16075 @item target
16076 Indicates the current gdb target
16077 (@pxref{Targets, ,Specifying a Debugging Target}).
16078
16079 @item process
16080 Gives information about the current process or thread number.
16081 When no process is being debugged, this field is set to @code{No process}.
16082
16083 @item function
16084 Gives the current function name for the selected frame.
16085 The name is demangled if demangling is turned on (@pxref{Print Settings}).
16086 When there is no symbol corresponding to the current program counter
16087 the string @code{??} is displayed.
16088
16089 @item line
16090 Indicates the current line number for the selected frame.
16091 When the current line number is not known the string @code{??} is displayed.
16092
16093 @item pc
16094 Indicates the current program counter address.
16095
16096 @end table
16097
16098 @node TUI Keys
16099 @section TUI Key Bindings
16100 @cindex TUI key bindings
16101
16102 The TUI installs several key bindings in the readline keymaps
16103 (@pxref{Command Line Editing}).
16104 They allow to leave or enter in the TUI mode or they operate
16105 directly on the TUI layout and windows. The TUI also provides
16106 a @emph{SingleKey} keymap which binds several keys directly to
16107 @value{GDBN} commands. The following key bindings
16108 are installed for both TUI mode and the @value{GDBN} standard mode.
16109
16110 @table @kbd
16111 @kindex C-x C-a
16112 @item C-x C-a
16113 @kindex C-x a
16114 @itemx C-x a
16115 @kindex C-x A
16116 @itemx C-x A
16117 Enter or leave the TUI mode. When the TUI mode is left,
16118 the curses window management is left and @value{GDBN} operates using
16119 its standard mode writing on the terminal directly. When the TUI
16120 mode is entered, the control is given back to the curses windows.
16121 The screen is then refreshed.
16122
16123 @kindex C-x 1
16124 @item C-x 1
16125 Use a TUI layout with only one window. The layout will
16126 either be @samp{source} or @samp{assembly}. When the TUI mode
16127 is not active, it will switch to the TUI mode.
16128
16129 Think of this key binding as the Emacs @kbd{C-x 1} binding.
16130
16131 @kindex C-x 2
16132 @item C-x 2
16133 Use a TUI layout with at least two windows. When the current
16134 layout shows already two windows, a next layout with two windows is used.
16135 When a new layout is chosen, one window will always be common to the
16136 previous layout and the new one.
16137
16138 Think of it as the Emacs @kbd{C-x 2} binding.
16139
16140 @kindex C-x o
16141 @item C-x o
16142 Change the active window. The TUI associates several key bindings
16143 (like scrolling and arrow keys) to the active window. This command
16144 gives the focus to the next TUI window.
16145
16146 Think of it as the Emacs @kbd{C-x o} binding.
16147
16148 @kindex C-x s
16149 @item C-x s
16150 Use the TUI @emph{SingleKey} keymap that binds single key to gdb commands
16151 (@pxref{TUI Single Key Mode}).
16152
16153 @end table
16154
16155 The following key bindings are handled only by the TUI mode:
16156
16157 @table @key
16158 @kindex PgUp
16159 @item PgUp
16160 Scroll the active window one page up.
16161
16162 @kindex PgDn
16163 @item PgDn
16164 Scroll the active window one page down.
16165
16166 @kindex Up
16167 @item Up
16168 Scroll the active window one line up.
16169
16170 @kindex Down
16171 @item Down
16172 Scroll the active window one line down.
16173
16174 @kindex Left
16175 @item Left
16176 Scroll the active window one column left.
16177
16178 @kindex Right
16179 @item Right
16180 Scroll the active window one column right.
16181
16182 @kindex C-L
16183 @item C-L
16184 Refresh the screen.
16185
16186 @end table
16187
16188 In the TUI mode, the arrow keys are used by the active window
16189 for scrolling. This means they are available for readline when the
16190 active window is the command window. When the command window
16191 does not have the focus, it is necessary to use other readline
16192 key bindings such as @key{C-p}, @key{C-n}, @key{C-b} and @key{C-f}.
16193
16194 @node TUI Single Key Mode
16195 @section TUI Single Key Mode
16196 @cindex TUI single key mode
16197
16198 The TUI provides a @emph{SingleKey} mode in which it installs a particular
16199 key binding in the readline keymaps to connect single keys to
16200 some gdb commands.
16201
16202 @table @kbd
16203 @kindex c @r{(SingleKey TUI key)}
16204 @item c
16205 continue
16206
16207 @kindex d @r{(SingleKey TUI key)}
16208 @item d
16209 down
16210
16211 @kindex f @r{(SingleKey TUI key)}
16212 @item f
16213 finish
16214
16215 @kindex n @r{(SingleKey TUI key)}
16216 @item n
16217 next
16218
16219 @kindex q @r{(SingleKey TUI key)}
16220 @item q
16221 exit the @emph{SingleKey} mode.
16222
16223 @kindex r @r{(SingleKey TUI key)}
16224 @item r
16225 run
16226
16227 @kindex s @r{(SingleKey TUI key)}
16228 @item s
16229 step
16230
16231 @kindex u @r{(SingleKey TUI key)}
16232 @item u
16233 up
16234
16235 @kindex v @r{(SingleKey TUI key)}
16236 @item v
16237 info locals
16238
16239 @kindex w @r{(SingleKey TUI key)}
16240 @item w
16241 where
16242
16243 @end table
16244
16245 Other keys temporarily switch to the @value{GDBN} command prompt.
16246 The key that was pressed is inserted in the editing buffer so that
16247 it is possible to type most @value{GDBN} commands without interaction
16248 with the TUI @emph{SingleKey} mode. Once the command is entered the TUI
16249 @emph{SingleKey} mode is restored. The only way to permanently leave
16250 this mode is by hitting @key{q} or @samp{@key{C-x} @key{s}}.
16251
16252
16253 @node TUI Commands
16254 @section TUI specific commands
16255 @cindex TUI commands
16256
16257 The TUI has specific commands to control the text windows.
16258 These commands are always available, that is they do not depend on
16259 the current terminal mode in which @value{GDBN} runs. When @value{GDBN}
16260 is in the standard mode, using these commands will automatically switch
16261 in the TUI mode.
16262
16263 @table @code
16264 @item info win
16265 @kindex info win
16266 List and give the size of all displayed windows.
16267
16268 @item layout next
16269 @kindex layout
16270 Display the next layout.
16271
16272 @item layout prev
16273 Display the previous layout.
16274
16275 @item layout src
16276 Display the source window only.
16277
16278 @item layout asm
16279 Display the assembly window only.
16280
16281 @item layout split
16282 Display the source and assembly window.
16283
16284 @item layout regs
16285 Display the register window together with the source or assembly window.
16286
16287 @item focus next | prev | src | asm | regs | split
16288 @kindex focus
16289 Set the focus to the named window.
16290 This command allows to change the active window so that scrolling keys
16291 can be affected to another window.
16292
16293 @item refresh
16294 @kindex refresh
16295 Refresh the screen. This is similar to using @key{C-L} key.
16296
16297 @item tui reg float
16298 @kindex tui reg
16299 Show the floating point registers in the register window.
16300
16301 @item tui reg general
16302 Show the general registers in the register window.
16303
16304 @item tui reg next
16305 Show the next register group. The list of register groups as well as
16306 their order is target specific. The predefined register groups are the
16307 following: @code{general}, @code{float}, @code{system}, @code{vector},
16308 @code{all}, @code{save}, @code{restore}.
16309
16310 @item tui reg system
16311 Show the system registers in the register window.
16312
16313 @item update
16314 @kindex update
16315 Update the source window and the current execution point.
16316
16317 @item winheight @var{name} +@var{count}
16318 @itemx winheight @var{name} -@var{count}
16319 @kindex winheight
16320 Change the height of the window @var{name} by @var{count}
16321 lines. Positive counts increase the height, while negative counts
16322 decrease it.
16323
16324 @item tabset
16325 @kindex tabset @var{nchars}
16326 Set the width of tab stops to be @var{nchars} characters.
16327
16328 @end table
16329
16330 @node TUI Configuration
16331 @section TUI configuration variables
16332 @cindex TUI configuration variables
16333
16334 The TUI has several configuration variables that control the
16335 appearance of windows on the terminal.
16336
16337 @table @code
16338 @item set tui border-kind @var{kind}
16339 @kindex set tui border-kind
16340 Select the border appearance for the source, assembly and register windows.
16341 The possible values are the following:
16342 @table @code
16343 @item space
16344 Use a space character to draw the border.
16345
16346 @item ascii
16347 Use ascii characters + - and | to draw the border.
16348
16349 @item acs
16350 Use the Alternate Character Set to draw the border. The border is
16351 drawn using character line graphics if the terminal supports them.
16352
16353 @end table
16354
16355 @item set tui active-border-mode @var{mode}
16356 @kindex set tui active-border-mode
16357 Select the attributes to display the border of the active window.
16358 The possible values are @code{normal}, @code{standout}, @code{reverse},
16359 @code{half}, @code{half-standout}, @code{bold} and @code{bold-standout}.
16360
16361 @item set tui border-mode @var{mode}
16362 @kindex set tui border-mode
16363 Select the attributes to display the border of other windows.
16364 The @var{mode} can be one of the following:
16365 @table @code
16366 @item normal
16367 Use normal attributes to display the border.
16368
16369 @item standout
16370 Use standout mode.
16371
16372 @item reverse
16373 Use reverse video mode.
16374
16375 @item half
16376 Use half bright mode.
16377
16378 @item half-standout
16379 Use half bright and standout mode.
16380
16381 @item bold
16382 Use extra bright or bold mode.
16383
16384 @item bold-standout
16385 Use extra bright or bold and standout mode.
16386
16387 @end table
16388
16389 @end table
16390
16391 @node Emacs
16392 @chapter Using @value{GDBN} under @sc{gnu} Emacs
16393
16394 @cindex Emacs
16395 @cindex @sc{gnu} Emacs
16396 A special interface allows you to use @sc{gnu} Emacs to view (and
16397 edit) the source files for the program you are debugging with
16398 @value{GDBN}.
16399
16400 To use this interface, use the command @kbd{M-x gdb} in Emacs. Give the
16401 executable file you want to debug as an argument. This command starts
16402 @value{GDBN} as a subprocess of Emacs, with input and output through a newly
16403 created Emacs buffer.
16404 @c (Do not use the @code{-tui} option to run @value{GDBN} from Emacs.)
16405
16406 Using @value{GDBN} under Emacs is just like using @value{GDBN} normally except for two
16407 things:
16408
16409 @itemize @bullet
16410 @item
16411 All ``terminal'' input and output goes through the Emacs buffer.
16412 @end itemize
16413
16414 This applies both to @value{GDBN} commands and their output, and to the input
16415 and output done by the program you are debugging.
16416
16417 This is useful because it means that you can copy the text of previous
16418 commands and input them again; you can even use parts of the output
16419 in this way.
16420
16421 All the facilities of Emacs' Shell mode are available for interacting
16422 with your program. In particular, you can send signals the usual
16423 way---for example, @kbd{C-c C-c} for an interrupt, @kbd{C-c C-z} for a
16424 stop.
16425
16426 @itemize @bullet
16427 @item
16428 @value{GDBN} displays source code through Emacs.
16429 @end itemize
16430
16431 Each time @value{GDBN} displays a stack frame, Emacs automatically finds the
16432 source file for that frame and puts an arrow (@samp{=>}) at the
16433 left margin of the current line. Emacs uses a separate buffer for
16434 source display, and splits the screen to show both your @value{GDBN} session
16435 and the source.
16436
16437 Explicit @value{GDBN} @code{list} or search commands still produce output as
16438 usual, but you probably have no reason to use them from Emacs.
16439
16440 If you specify an absolute file name when prompted for the @kbd{M-x
16441 gdb} argument, then Emacs sets your current working directory to where
16442 your program resides. If you only specify the file name, then Emacs
16443 sets your current working directory to to the directory associated
16444 with the previous buffer. In this case, @value{GDBN} may find your
16445 program by searching your environment's @code{PATH} variable, but on
16446 some operating systems it might not find the source. So, although the
16447 @value{GDBN} input and output session proceeds normally, the auxiliary
16448 buffer does not display the current source and line of execution.
16449
16450 The initial working directory of @value{GDBN} is printed on the top
16451 line of the @value{GDBN} I/O buffer and this serves as a default for
16452 the commands that specify files for @value{GDBN} to operate
16453 on. @xref{Files, ,Commands to specify files}.
16454
16455 By default, @kbd{M-x gdb} calls the program called @file{gdb}. If you
16456 need to call @value{GDBN} by a different name (for example, if you
16457 keep several configurations around, with different names) you can
16458 customize the Emacs variable @code{gud-gdb-command-name} to run the
16459 one you want.
16460
16461 In the @value{GDBN} I/O buffer, you can use these special Emacs commands in
16462 addition to the standard Shell mode commands:
16463
16464 @table @kbd
16465 @item C-h m
16466 Describe the features of Emacs' @value{GDBN} Mode.
16467
16468 @item C-c C-s
16469 Execute to another source line, like the @value{GDBN} @code{step} command; also
16470 update the display window to show the current file and location.
16471
16472 @item C-c C-n
16473 Execute to next source line in this function, skipping all function
16474 calls, like the @value{GDBN} @code{next} command. Then update the display window
16475 to show the current file and location.
16476
16477 @item C-c C-i
16478 Execute one instruction, like the @value{GDBN} @code{stepi} command; update
16479 display window accordingly.
16480
16481 @item C-c C-f
16482 Execute until exit from the selected stack frame, like the @value{GDBN}
16483 @code{finish} command.
16484
16485 @item C-c C-r
16486 Continue execution of your program, like the @value{GDBN} @code{continue}
16487 command.
16488
16489 @item C-c <
16490 Go up the number of frames indicated by the numeric argument
16491 (@pxref{Arguments, , Numeric Arguments, Emacs, The @sc{gnu} Emacs Manual}),
16492 like the @value{GDBN} @code{up} command.
16493
16494 @item C-c >
16495 Go down the number of frames indicated by the numeric argument, like the
16496 @value{GDBN} @code{down} command.
16497 @end table
16498
16499 In any source file, the Emacs command @kbd{C-x SPC} (@code{gud-break})
16500 tells @value{GDBN} to set a breakpoint on the source line point is on.
16501
16502 If you type @kbd{M-x speedbar}, then Emacs displays a separate frame which
16503 shows a backtrace when the @value{GDBN} I/O buffer is current. Move
16504 point to any frame in the stack and type @key{RET} to make it become the
16505 current frame and display the associated source in the source buffer.
16506 Alternatively, click @kbd{Mouse-2} to make the selected frame become the
16507 current one.
16508
16509 If you accidentally delete the source-display buffer, an easy way to get
16510 it back is to type the command @code{f} in the @value{GDBN} buffer, to
16511 request a frame display; when you run under Emacs, this recreates
16512 the source buffer if necessary to show you the context of the current
16513 frame.
16514
16515 The source files displayed in Emacs are in ordinary Emacs buffers
16516 which are visiting the source files in the usual way. You can edit
16517 the files with these buffers if you wish; but keep in mind that @value{GDBN}
16518 communicates with Emacs in terms of line numbers. If you add or
16519 delete lines from the text, the line numbers that @value{GDBN} knows cease
16520 to correspond properly with the code.
16521
16522 The description given here is for GNU Emacs version 21.3 and a more
16523 detailed description of its interaction with @value{GDBN} is given in
16524 the Emacs manual (@pxref{Debuggers,,, Emacs, The @sc{gnu} Emacs Manual}).
16525
16526 @c The following dropped because Epoch is nonstandard. Reactivate
16527 @c if/when v19 does something similar. ---doc@cygnus.com 19dec1990
16528 @ignore
16529 @kindex Emacs Epoch environment
16530 @kindex Epoch
16531 @kindex inspect
16532
16533 Version 18 of @sc{gnu} Emacs has a built-in window system
16534 called the @code{epoch}
16535 environment. Users of this environment can use a new command,
16536 @code{inspect} which performs identically to @code{print} except that
16537 each value is printed in its own window.
16538 @end ignore
16539
16540
16541 @node GDB/MI
16542 @chapter The @sc{gdb/mi} Interface
16543
16544 @unnumberedsec Function and Purpose
16545
16546 @cindex @sc{gdb/mi}, its purpose
16547 @sc{gdb/mi} is a line based machine oriented text interface to
16548 @value{GDBN} and is activated by specifying using the
16549 @option{--interpreter} command line option (@pxref{Mode Options}). It
16550 is specifically intended to support the development of systems which
16551 use the debugger as just one small component of a larger system.
16552
16553 This chapter is a specification of the @sc{gdb/mi} interface. It is written
16554 in the form of a reference manual.
16555
16556 Note that @sc{gdb/mi} is still under construction, so some of the
16557 features described below are incomplete and subject to change.
16558
16559 @unnumberedsec Notation and Terminology
16560
16561 @cindex notational conventions, for @sc{gdb/mi}
16562 This chapter uses the following notation:
16563
16564 @itemize @bullet
16565 @item
16566 @code{|} separates two alternatives.
16567
16568 @item
16569 @code{[ @var{something} ]} indicates that @var{something} is optional:
16570 it may or may not be given.
16571
16572 @item
16573 @code{( @var{group} )*} means that @var{group} inside the parentheses
16574 may repeat zero or more times.
16575
16576 @item
16577 @code{( @var{group} )+} means that @var{group} inside the parentheses
16578 may repeat one or more times.
16579
16580 @item
16581 @code{"@var{string}"} means a literal @var{string}.
16582 @end itemize
16583
16584 @ignore
16585 @heading Dependencies
16586 @end ignore
16587
16588 @heading Acknowledgments
16589
16590 In alphabetic order: Andrew Cagney, Fernando Nasser, Stan Shebs and
16591 Elena Zannoni.
16592
16593 @menu
16594 * GDB/MI Command Syntax::
16595 * GDB/MI Compatibility with CLI::
16596 * GDB/MI Output Records::
16597 * GDB/MI Command Description Format::
16598 * GDB/MI Breakpoint Table Commands::
16599 * GDB/MI Data Manipulation::
16600 * GDB/MI Program Control::
16601 * GDB/MI Miscellaneous Commands::
16602 @ignore
16603 * GDB/MI Kod Commands::
16604 * GDB/MI Memory Overlay Commands::
16605 * GDB/MI Signal Handling Commands::
16606 @end ignore
16607 * GDB/MI Stack Manipulation::
16608 * GDB/MI Symbol Query::
16609 * GDB/MI Target Manipulation::
16610 * GDB/MI Thread Commands::
16611 * GDB/MI Tracepoint Commands::
16612 * GDB/MI Variable Objects::
16613 @end menu
16614
16615 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16616 @node GDB/MI Command Syntax
16617 @section @sc{gdb/mi} Command Syntax
16618
16619 @menu
16620 * GDB/MI Input Syntax::
16621 * GDB/MI Output Syntax::
16622 * GDB/MI Simple Examples::
16623 @end menu
16624
16625 @node GDB/MI Input Syntax
16626 @subsection @sc{gdb/mi} Input Syntax
16627
16628 @cindex input syntax for @sc{gdb/mi}
16629 @cindex @sc{gdb/mi}, input syntax
16630 @table @code
16631 @item @var{command} @expansion{}
16632 @code{@var{cli-command} | @var{mi-command}}
16633
16634 @item @var{cli-command} @expansion{}
16635 @code{[ @var{token} ] @var{cli-command} @var{nl}}, where
16636 @var{cli-command} is any existing @value{GDBN} CLI command.
16637
16638 @item @var{mi-command} @expansion{}
16639 @code{[ @var{token} ] "-" @var{operation} ( " " @var{option} )*
16640 @code{[} " --" @code{]} ( " " @var{parameter} )* @var{nl}}
16641
16642 @item @var{token} @expansion{}
16643 "any sequence of digits"
16644
16645 @item @var{option} @expansion{}
16646 @code{"-" @var{parameter} [ " " @var{parameter} ]}
16647
16648 @item @var{parameter} @expansion{}
16649 @code{@var{non-blank-sequence} | @var{c-string}}
16650
16651 @item @var{operation} @expansion{}
16652 @emph{any of the operations described in this chapter}
16653
16654 @item @var{non-blank-sequence} @expansion{}
16655 @emph{anything, provided it doesn't contain special characters such as
16656 "-", @var{nl}, """ and of course " "}
16657
16658 @item @var{c-string} @expansion{}
16659 @code{""" @var{seven-bit-iso-c-string-content} """}
16660
16661 @item @var{nl} @expansion{}
16662 @code{CR | CR-LF}
16663 @end table
16664
16665 @noindent
16666 Notes:
16667
16668 @itemize @bullet
16669 @item
16670 The CLI commands are still handled by the @sc{mi} interpreter; their
16671 output is described below.
16672
16673 @item
16674 The @code{@var{token}}, when present, is passed back when the command
16675 finishes.
16676
16677 @item
16678 Some @sc{mi} commands accept optional arguments as part of the parameter
16679 list. Each option is identified by a leading @samp{-} (dash) and may be
16680 followed by an optional argument parameter. Options occur first in the
16681 parameter list and can be delimited from normal parameters using
16682 @samp{--} (this is useful when some parameters begin with a dash).
16683 @end itemize
16684
16685 Pragmatics:
16686
16687 @itemize @bullet
16688 @item
16689 We want easy access to the existing CLI syntax (for debugging).
16690
16691 @item
16692 We want it to be easy to spot a @sc{mi} operation.
16693 @end itemize
16694
16695 @node GDB/MI Output Syntax
16696 @subsection @sc{gdb/mi} Output Syntax
16697
16698 @cindex output syntax of @sc{gdb/mi}
16699 @cindex @sc{gdb/mi}, output syntax
16700 The output from @sc{gdb/mi} consists of zero or more out-of-band records
16701 followed, optionally, by a single result record. This result record
16702 is for the most recent command. The sequence of output records is
16703 terminated by @samp{(@value{GDBP})}.
16704
16705 If an input command was prefixed with a @code{@var{token}} then the
16706 corresponding output for that command will also be prefixed by that same
16707 @var{token}.
16708
16709 @table @code
16710 @item @var{output} @expansion{}
16711 @code{( @var{out-of-band-record} )* [ @var{result-record} ] "(@value{GDBP})" @var{nl}}
16712
16713 @item @var{result-record} @expansion{}
16714 @code{ [ @var{token} ] "^" @var{result-class} ( "," @var{result} )* @var{nl}}
16715
16716 @item @var{out-of-band-record} @expansion{}
16717 @code{@var{async-record} | @var{stream-record}}
16718
16719 @item @var{async-record} @expansion{}
16720 @code{@var{exec-async-output} | @var{status-async-output} | @var{notify-async-output}}
16721
16722 @item @var{exec-async-output} @expansion{}
16723 @code{[ @var{token} ] "*" @var{async-output}}
16724
16725 @item @var{status-async-output} @expansion{}
16726 @code{[ @var{token} ] "+" @var{async-output}}
16727
16728 @item @var{notify-async-output} @expansion{}
16729 @code{[ @var{token} ] "=" @var{async-output}}
16730
16731 @item @var{async-output} @expansion{}
16732 @code{@var{async-class} ( "," @var{result} )* @var{nl}}
16733
16734 @item @var{result-class} @expansion{}
16735 @code{"done" | "running" | "connected" | "error" | "exit"}
16736
16737 @item @var{async-class} @expansion{}
16738 @code{"stopped" | @var{others}} (where @var{others} will be added
16739 depending on the needs---this is still in development).
16740
16741 @item @var{result} @expansion{}
16742 @code{ @var{variable} "=" @var{value}}
16743
16744 @item @var{variable} @expansion{}
16745 @code{ @var{string} }
16746
16747 @item @var{value} @expansion{}
16748 @code{ @var{const} | @var{tuple} | @var{list} }
16749
16750 @item @var{const} @expansion{}
16751 @code{@var{c-string}}
16752
16753 @item @var{tuple} @expansion{}
16754 @code{ "@{@}" | "@{" @var{result} ( "," @var{result} )* "@}" }
16755
16756 @item @var{list} @expansion{}
16757 @code{ "[]" | "[" @var{value} ( "," @var{value} )* "]" | "["
16758 @var{result} ( "," @var{result} )* "]" }
16759
16760 @item @var{stream-record} @expansion{}
16761 @code{@var{console-stream-output} | @var{target-stream-output} | @var{log-stream-output}}
16762
16763 @item @var{console-stream-output} @expansion{}
16764 @code{"~" @var{c-string}}
16765
16766 @item @var{target-stream-output} @expansion{}
16767 @code{"@@" @var{c-string}}
16768
16769 @item @var{log-stream-output} @expansion{}
16770 @code{"&" @var{c-string}}
16771
16772 @item @var{nl} @expansion{}
16773 @code{CR | CR-LF}
16774
16775 @item @var{token} @expansion{}
16776 @emph{any sequence of digits}.
16777 @end table
16778
16779 @noindent
16780 Notes:
16781
16782 @itemize @bullet
16783 @item
16784 All output sequences end in a single line containing a period.
16785
16786 @item
16787 The @code{@var{token}} is from the corresponding request. If an execution
16788 command is interrupted by the @samp{-exec-interrupt} command, the
16789 @var{token} associated with the @samp{*stopped} message is the one of the
16790 original execution command, not the one of the interrupt command.
16791
16792 @item
16793 @cindex status output in @sc{gdb/mi}
16794 @var{status-async-output} contains on-going status information about the
16795 progress of a slow operation. It can be discarded. All status output is
16796 prefixed by @samp{+}.
16797
16798 @item
16799 @cindex async output in @sc{gdb/mi}
16800 @var{exec-async-output} contains asynchronous state change on the target
16801 (stopped, started, disappeared). All async output is prefixed by
16802 @samp{*}.
16803
16804 @item
16805 @cindex notify output in @sc{gdb/mi}
16806 @var{notify-async-output} contains supplementary information that the
16807 client should handle (e.g., a new breakpoint information). All notify
16808 output is prefixed by @samp{=}.
16809
16810 @item
16811 @cindex console output in @sc{gdb/mi}
16812 @var{console-stream-output} is output that should be displayed as is in the
16813 console. It is the textual response to a CLI command. All the console
16814 output is prefixed by @samp{~}.
16815
16816 @item
16817 @cindex target output in @sc{gdb/mi}
16818 @var{target-stream-output} is the output produced by the target program.
16819 All the target output is prefixed by @samp{@@}.
16820
16821 @item
16822 @cindex log output in @sc{gdb/mi}
16823 @var{log-stream-output} is output text coming from @value{GDBN}'s internals, for
16824 instance messages that should be displayed as part of an error log. All
16825 the log output is prefixed by @samp{&}.
16826
16827 @item
16828 @cindex list output in @sc{gdb/mi}
16829 New @sc{gdb/mi} commands should only output @var{lists} containing
16830 @var{values}.
16831
16832
16833 @end itemize
16834
16835 @xref{GDB/MI Stream Records, , @sc{gdb/mi} Stream Records}, for more
16836 details about the various output records.
16837
16838 @node GDB/MI Simple Examples
16839 @subsection Simple Examples of @sc{gdb/mi} Interaction
16840 @cindex @sc{gdb/mi}, simple examples
16841
16842 This subsection presents several simple examples of interaction using
16843 the @sc{gdb/mi} interface. In these examples, @samp{->} means that the
16844 following line is passed to @sc{gdb/mi} as input, while @samp{<-} means
16845 the output received from @sc{gdb/mi}.
16846
16847 @subsubheading Target Stop
16848 @c Ummm... There is no "-stop" command. This assumes async, no?
16849 Here's an example of stopping the inferior process:
16850
16851 @smallexample
16852 -> -stop
16853 <- (@value{GDBP})
16854 @end smallexample
16855
16856 @noindent
16857 and later:
16858
16859 @smallexample
16860 <- *stop,reason="stop",address="0x123",source="a.c:123"
16861 <- (@value{GDBP})
16862 @end smallexample
16863
16864 @subsubheading Simple CLI Command
16865
16866 Here's an example of a simple CLI command being passed through
16867 @sc{gdb/mi} and on to the CLI.
16868
16869 @smallexample
16870 -> print 1+2
16871 <- &"print 1+2\n"
16872 <- ~"$1 = 3\n"
16873 <- ^done
16874 <- (@value{GDBP})
16875 @end smallexample
16876
16877 @subsubheading Command With Side Effects
16878
16879 @smallexample
16880 -> -symbol-file xyz.exe
16881 <- *breakpoint,nr="3",address="0x123",source="a.c:123"
16882 <- (@value{GDBP})
16883 @end smallexample
16884
16885 @subsubheading A Bad Command
16886
16887 Here's what happens if you pass a non-existent command:
16888
16889 @smallexample
16890 -> -rubbish
16891 <- ^error,msg="Undefined MI command: rubbish"
16892 <- (@value{GDBP})
16893 @end smallexample
16894
16895 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16896 @node GDB/MI Compatibility with CLI
16897 @section @sc{gdb/mi} Compatibility with CLI
16898
16899 @cindex compatibility, @sc{gdb/mi} and CLI
16900 @cindex @sc{gdb/mi}, compatibility with CLI
16901 To help users familiar with @value{GDBN}'s existing CLI interface, @sc{gdb/mi}
16902 accepts existing CLI commands. As specified by the syntax, such
16903 commands can be directly entered into the @sc{gdb/mi} interface and @value{GDBN} will
16904 respond.
16905
16906 This mechanism is provided as an aid to developers of @sc{gdb/mi}
16907 clients and not as a reliable interface into the CLI. Since the command
16908 is being interpreteted in an environment that assumes @sc{gdb/mi}
16909 behaviour, the exact output of such commands is likely to end up being
16910 an un-supported hybrid of @sc{gdb/mi} and CLI output.
16911
16912 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16913 @node GDB/MI Output Records
16914 @section @sc{gdb/mi} Output Records
16915
16916 @menu
16917 * GDB/MI Result Records::
16918 * GDB/MI Stream Records::
16919 * GDB/MI Out-of-band Records::
16920 @end menu
16921
16922 @node GDB/MI Result Records
16923 @subsection @sc{gdb/mi} Result Records
16924
16925 @cindex result records in @sc{gdb/mi}
16926 @cindex @sc{gdb/mi}, result records
16927 In addition to a number of out-of-band notifications, the response to a
16928 @sc{gdb/mi} command includes one of the following result indications:
16929
16930 @table @code
16931 @findex ^done
16932 @item "^done" [ "," @var{results} ]
16933 The synchronous operation was successful, @code{@var{results}} are the return
16934 values.
16935
16936 @item "^running"
16937 @findex ^running
16938 @c Is this one correct? Should it be an out-of-band notification?
16939 The asynchronous operation was successfully started. The target is
16940 running.
16941
16942 @item "^error" "," @var{c-string}
16943 @findex ^error
16944 The operation failed. The @code{@var{c-string}} contains the corresponding
16945 error message.
16946 @end table
16947
16948 @node GDB/MI Stream Records
16949 @subsection @sc{gdb/mi} Stream Records
16950
16951 @cindex @sc{gdb/mi}, stream records
16952 @cindex stream records in @sc{gdb/mi}
16953 @value{GDBN} internally maintains a number of output streams: the console, the
16954 target, and the log. The output intended for each of these streams is
16955 funneled through the @sc{gdb/mi} interface using @dfn{stream records}.
16956
16957 Each stream record begins with a unique @dfn{prefix character} which
16958 identifies its stream (@pxref{GDB/MI Output Syntax, , @sc{gdb/mi} Output
16959 Syntax}). In addition to the prefix, each stream record contains a
16960 @code{@var{string-output}}. This is either raw text (with an implicit new
16961 line) or a quoted C string (which does not contain an implicit newline).
16962
16963 @table @code
16964 @item "~" @var{string-output}
16965 The console output stream contains text that should be displayed in the
16966 CLI console window. It contains the textual responses to CLI commands.
16967
16968 @item "@@" @var{string-output}
16969 The target output stream contains any textual output from the running
16970 target.
16971
16972 @item "&" @var{string-output}
16973 The log stream contains debugging messages being produced by @value{GDBN}'s
16974 internals.
16975 @end table
16976
16977 @node GDB/MI Out-of-band Records
16978 @subsection @sc{gdb/mi} Out-of-band Records
16979
16980 @cindex out-of-band records in @sc{gdb/mi}
16981 @cindex @sc{gdb/mi}, out-of-band records
16982 @dfn{Out-of-band} records are used to notify the @sc{gdb/mi} client of
16983 additional changes that have occurred. Those changes can either be a
16984 consequence of @sc{gdb/mi} (e.g., a breakpoint modified) or a result of
16985 target activity (e.g., target stopped).
16986
16987 The following is a preliminary list of possible out-of-band records.
16988 In particular, the @var{exec-async-output} records.
16989
16990 @table @code
16991 @item *stopped,reason="@var{reason}"
16992 @end table
16993
16994 @var{reason} can be one of the following:
16995
16996 @table @code
16997 @item breakpoint-hit
16998 A breakpoint was reached.
16999 @item watchpoint-trigger
17000 A watchpoint was triggered.
17001 @item read-watchpoint-trigger
17002 A read watchpoint was triggered.
17003 @item access-watchpoint-trigger
17004 An access watchpoint was triggered.
17005 @item function-finished
17006 An -exec-finish or similar CLI command was accomplished.
17007 @item location-reached
17008 An -exec-until or similar CLI command was accomplished.
17009 @item watchpoint-scope
17010 A watchpoint has gone out of scope.
17011 @item end-stepping-range
17012 An -exec-next, -exec-next-instruction, -exec-step, -exec-step-instruction or
17013 similar CLI command was accomplished.
17014 @item exited-signalled
17015 The inferior exited because of a signal.
17016 @item exited
17017 The inferior exited.
17018 @item exited-normally
17019 The inferior exited normally.
17020 @item signal-received
17021 A signal was received by the inferior.
17022 @end table
17023
17024
17025 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17026 @node GDB/MI Command Description Format
17027 @section @sc{gdb/mi} Command Description Format
17028
17029 The remaining sections describe blocks of commands. Each block of
17030 commands is laid out in a fashion similar to this section.
17031
17032 Note the the line breaks shown in the examples are here only for
17033 readability. They don't appear in the real output.
17034 Also note that the commands with a non-available example (N.A.@:) are
17035 not yet implemented.
17036
17037 @subheading Motivation
17038
17039 The motivation for this collection of commands.
17040
17041 @subheading Introduction
17042
17043 A brief introduction to this collection of commands as a whole.
17044
17045 @subheading Commands
17046
17047 For each command in the block, the following is described:
17048
17049 @subsubheading Synopsis
17050
17051 @smallexample
17052 -command @var{args}@dots{}
17053 @end smallexample
17054
17055 @subsubheading @value{GDBN} Command
17056
17057 The corresponding @value{GDBN} CLI command.
17058
17059 @subsubheading Result
17060
17061 @subsubheading Out-of-band
17062
17063 @subsubheading Notes
17064
17065 @subsubheading Example
17066
17067
17068 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17069 @node GDB/MI Breakpoint Table Commands
17070 @section @sc{gdb/mi} Breakpoint table commands
17071
17072 @cindex breakpoint commands for @sc{gdb/mi}
17073 @cindex @sc{gdb/mi}, breakpoint commands
17074 This section documents @sc{gdb/mi} commands for manipulating
17075 breakpoints.
17076
17077 @subheading The @code{-break-after} Command
17078 @findex -break-after
17079
17080 @subsubheading Synopsis
17081
17082 @smallexample
17083 -break-after @var{number} @var{count}
17084 @end smallexample
17085
17086 The breakpoint number @var{number} is not in effect until it has been
17087 hit @var{count} times. To see how this is reflected in the output of
17088 the @samp{-break-list} command, see the description of the
17089 @samp{-break-list} command below.
17090
17091 @subsubheading @value{GDBN} Command
17092
17093 The corresponding @value{GDBN} command is @samp{ignore}.
17094
17095 @subsubheading Example
17096
17097 @smallexample
17098 (@value{GDBP})
17099 -break-insert main
17100 ^done,bkpt=@{number="1",addr="0x000100d0",file="hello.c",line="5"@}
17101 (@value{GDBP})
17102 -break-after 1 3
17103 ~
17104 ^done
17105 (@value{GDBP})
17106 -break-list
17107 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
17108 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17109 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17110 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17111 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17112 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17113 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17114 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17115 addr="0x000100d0",func="main",file="hello.c",line="5",times="0",
17116 ignore="3"@}]@}
17117 (@value{GDBP})
17118 @end smallexample
17119
17120 @ignore
17121 @subheading The @code{-break-catch} Command
17122 @findex -break-catch
17123
17124 @subheading The @code{-break-commands} Command
17125 @findex -break-commands
17126 @end ignore
17127
17128
17129 @subheading The @code{-break-condition} Command
17130 @findex -break-condition
17131
17132 @subsubheading Synopsis
17133
17134 @smallexample
17135 -break-condition @var{number} @var{expr}
17136 @end smallexample
17137
17138 Breakpoint @var{number} will stop the program only if the condition in
17139 @var{expr} is true. The condition becomes part of the
17140 @samp{-break-list} output (see the description of the @samp{-break-list}
17141 command below).
17142
17143 @subsubheading @value{GDBN} Command
17144
17145 The corresponding @value{GDBN} command is @samp{condition}.
17146
17147 @subsubheading Example
17148
17149 @smallexample
17150 (@value{GDBP})
17151 -break-condition 1 1
17152 ^done
17153 (@value{GDBP})
17154 -break-list
17155 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
17156 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17157 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17158 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17159 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17160 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17161 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17162 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17163 addr="0x000100d0",func="main",file="hello.c",line="5",cond="1",
17164 times="0",ignore="3"@}]@}
17165 (@value{GDBP})
17166 @end smallexample
17167
17168 @subheading The @code{-break-delete} Command
17169 @findex -break-delete
17170
17171 @subsubheading Synopsis
17172
17173 @smallexample
17174 -break-delete ( @var{breakpoint} )+
17175 @end smallexample
17176
17177 Delete the breakpoint(s) whose number(s) are specified in the argument
17178 list. This is obviously reflected in the breakpoint list.
17179
17180 @subsubheading @value{GDBN} command
17181
17182 The corresponding @value{GDBN} command is @samp{delete}.
17183
17184 @subsubheading Example
17185
17186 @smallexample
17187 (@value{GDBP})
17188 -break-delete 1
17189 ^done
17190 (@value{GDBP})
17191 -break-list
17192 ^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
17193 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17194 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17195 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17196 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17197 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17198 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17199 body=[]@}
17200 (@value{GDBP})
17201 @end smallexample
17202
17203 @subheading The @code{-break-disable} Command
17204 @findex -break-disable
17205
17206 @subsubheading Synopsis
17207
17208 @smallexample
17209 -break-disable ( @var{breakpoint} )+
17210 @end smallexample
17211
17212 Disable the named @var{breakpoint}(s). The field @samp{enabled} in the
17213 break list is now set to @samp{n} for the named @var{breakpoint}(s).
17214
17215 @subsubheading @value{GDBN} Command
17216
17217 The corresponding @value{GDBN} command is @samp{disable}.
17218
17219 @subsubheading Example
17220
17221 @smallexample
17222 (@value{GDBP})
17223 -break-disable 2
17224 ^done
17225 (@value{GDBP})
17226 -break-list
17227 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
17228 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17229 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17230 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17231 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17232 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17233 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17234 body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="n",
17235 addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@}]@}
17236 (@value{GDBP})
17237 @end smallexample
17238
17239 @subheading The @code{-break-enable} Command
17240 @findex -break-enable
17241
17242 @subsubheading Synopsis
17243
17244 @smallexample
17245 -break-enable ( @var{breakpoint} )+
17246 @end smallexample
17247
17248 Enable (previously disabled) @var{breakpoint}(s).
17249
17250 @subsubheading @value{GDBN} Command
17251
17252 The corresponding @value{GDBN} command is @samp{enable}.
17253
17254 @subsubheading Example
17255
17256 @smallexample
17257 (@value{GDBP})
17258 -break-enable 2
17259 ^done
17260 (@value{GDBP})
17261 -break-list
17262 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
17263 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17264 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17265 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17266 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17267 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17268 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17269 body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
17270 addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@}]@}
17271 (@value{GDBP})
17272 @end smallexample
17273
17274 @subheading The @code{-break-info} Command
17275 @findex -break-info
17276
17277 @subsubheading Synopsis
17278
17279 @smallexample
17280 -break-info @var{breakpoint}
17281 @end smallexample
17282
17283 @c REDUNDANT???
17284 Get information about a single breakpoint.
17285
17286 @subsubheading @value{GDBN} command
17287
17288 The corresponding @value{GDBN} command is @samp{info break @var{breakpoint}}.
17289
17290 @subsubheading Example
17291 N.A.
17292
17293 @subheading The @code{-break-insert} Command
17294 @findex -break-insert
17295
17296 @subsubheading Synopsis
17297
17298 @smallexample
17299 -break-insert [ -t ] [ -h ] [ -r ]
17300 [ -c @var{condition} ] [ -i @var{ignore-count} ]
17301 [ -p @var{thread} ] [ @var{line} | @var{addr} ]
17302 @end smallexample
17303
17304 @noindent
17305 If specified, @var{line}, can be one of:
17306
17307 @itemize @bullet
17308 @item function
17309 @c @item +offset
17310 @c @item -offset
17311 @c @item linenum
17312 @item filename:linenum
17313 @item filename:function
17314 @item *address
17315 @end itemize
17316
17317 The possible optional parameters of this command are:
17318
17319 @table @samp
17320 @item -t
17321 Insert a tempoary breakpoint.
17322 @item -h
17323 Insert a hardware breakpoint.
17324 @item -c @var{condition}
17325 Make the breakpoint conditional on @var{condition}.
17326 @item -i @var{ignore-count}
17327 Initialize the @var{ignore-count}.
17328 @item -r
17329 Insert a regular breakpoint in all the functions whose names match the
17330 given regular expression. Other flags are not applicable to regular
17331 expresson.
17332 @end table
17333
17334 @subsubheading Result
17335
17336 The result is in the form:
17337
17338 @smallexample
17339 ^done,bkptno="@var{number}",func="@var{funcname}",
17340 file="@var{filename}",line="@var{lineno}"
17341 @end smallexample
17342
17343 @noindent
17344 where @var{number} is the @value{GDBN} number for this breakpoint, @var{funcname}
17345 is the name of the function where the breakpoint was inserted,
17346 @var{filename} is the name of the source file which contains this
17347 function, and @var{lineno} is the source line number within that file.
17348
17349 Note: this format is open to change.
17350 @c An out-of-band breakpoint instead of part of the result?
17351
17352 @subsubheading @value{GDBN} Command
17353
17354 The corresponding @value{GDBN} commands are @samp{break}, @samp{tbreak},
17355 @samp{hbreak}, @samp{thbreak}, and @samp{rbreak}.
17356
17357 @subsubheading Example
17358
17359 @smallexample
17360 (@value{GDBP})
17361 -break-insert main
17362 ^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
17363 (@value{GDBP})
17364 -break-insert -t foo
17365 ^done,bkpt=@{number="2",addr="0x00010774",file="recursive2.c",line="11"@}
17366 (@value{GDBP})
17367 -break-list
17368 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
17369 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17370 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17371 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17372 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17373 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17374 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17375 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17376 addr="0x0001072c", func="main",file="recursive2.c",line="4",times="0"@},
17377 bkpt=@{number="2",type="breakpoint",disp="del",enabled="y",
17378 addr="0x00010774",func="foo",file="recursive2.c",line="11",times="0"@}]@}
17379 (@value{GDBP})
17380 -break-insert -r foo.*
17381 ~int foo(int, int);
17382 ^done,bkpt=@{number="3",addr="0x00010774",file="recursive2.c",line="11"@}
17383 (@value{GDBP})
17384 @end smallexample
17385
17386 @subheading The @code{-break-list} Command
17387 @findex -break-list
17388
17389 @subsubheading Synopsis
17390
17391 @smallexample
17392 -break-list
17393 @end smallexample
17394
17395 Displays the list of inserted breakpoints, showing the following fields:
17396
17397 @table @samp
17398 @item Number
17399 number of the breakpoint
17400 @item Type
17401 type of the breakpoint: @samp{breakpoint} or @samp{watchpoint}
17402 @item Disposition
17403 should the breakpoint be deleted or disabled when it is hit: @samp{keep}
17404 or @samp{nokeep}
17405 @item Enabled
17406 is the breakpoint enabled or no: @samp{y} or @samp{n}
17407 @item Address
17408 memory location at which the breakpoint is set
17409 @item What
17410 logical location of the breakpoint, expressed by function name, file
17411 name, line number
17412 @item Times
17413 number of times the breakpoint has been hit
17414 @end table
17415
17416 If there are no breakpoints or watchpoints, the @code{BreakpointTable}
17417 @code{body} field is an empty list.
17418
17419 @subsubheading @value{GDBN} Command
17420
17421 The corresponding @value{GDBN} command is @samp{info break}.
17422
17423 @subsubheading Example
17424
17425 @smallexample
17426 (@value{GDBP})
17427 -break-list
17428 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
17429 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17430 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17431 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17432 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17433 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17434 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17435 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17436 addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@},
17437 bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
17438 addr="0x00010114",func="foo",file="hello.c",line="13",times="0"@}]@}
17439 (@value{GDBP})
17440 @end smallexample
17441
17442 Here's an example of the result when there are no breakpoints:
17443
17444 @smallexample
17445 (@value{GDBP})
17446 -break-list
17447 ^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
17448 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17449 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17450 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17451 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17452 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17453 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17454 body=[]@}
17455 (@value{GDBP})
17456 @end smallexample
17457
17458 @subheading The @code{-break-watch} Command
17459 @findex -break-watch
17460
17461 @subsubheading Synopsis
17462
17463 @smallexample
17464 -break-watch [ -a | -r ]
17465 @end smallexample
17466
17467 Create a watchpoint. With the @samp{-a} option it will create an
17468 @dfn{access} watchpoint, i.e. a watchpoint that triggers either on a
17469 read from or on a write to the memory location. With the @samp{-r}
17470 option, the watchpoint created is a @dfn{read} watchpoint, i.e. it will
17471 trigger only when the memory location is accessed for reading. Without
17472 either of the options, the watchpoint created is a regular watchpoint,
17473 i.e. it will trigger when the memory location is accessed for writing.
17474 @xref{Set Watchpoints, , Setting watchpoints}.
17475
17476 Note that @samp{-break-list} will report a single list of watchpoints and
17477 breakpoints inserted.
17478
17479 @subsubheading @value{GDBN} Command
17480
17481 The corresponding @value{GDBN} commands are @samp{watch}, @samp{awatch}, and
17482 @samp{rwatch}.
17483
17484 @subsubheading Example
17485
17486 Setting a watchpoint on a variable in the @code{main} function:
17487
17488 @smallexample
17489 (@value{GDBP})
17490 -break-watch x
17491 ^done,wpt=@{number="2",exp="x"@}
17492 (@value{GDBP})
17493 -exec-continue
17494 ^running
17495 ^done,reason="watchpoint-trigger",wpt=@{number="2",exp="x"@},
17496 value=@{old="-268439212",new="55"@},
17497 frame=@{func="main",args=[],file="recursive2.c",
17498 fullname="/home/foo/bar/devo/myproject/recursive2.c",line="5"@}
17499 (@value{GDBP})
17500 @end smallexample
17501
17502 Setting a watchpoint on a variable local to a function. @value{GDBN} will stop
17503 the program execution twice: first for the variable changing value, then
17504 for the watchpoint going out of scope.
17505
17506 @smallexample
17507 (@value{GDBP})
17508 -break-watch C
17509 ^done,wpt=@{number="5",exp="C"@}
17510 (@value{GDBP})
17511 -exec-continue
17512 ^running
17513 ^done,reason="watchpoint-trigger",
17514 wpt=@{number="5",exp="C"@},value=@{old="-276895068",new="3"@},
17515 frame=@{func="callee4",args=[],
17516 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
17517 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
17518 (@value{GDBP})
17519 -exec-continue
17520 ^running
17521 ^done,reason="watchpoint-scope",wpnum="5",
17522 frame=@{func="callee3",args=[@{name="strarg",
17523 value="0x11940 \"A string argument.\""@}],
17524 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
17525 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
17526 (@value{GDBP})
17527 @end smallexample
17528
17529 Listing breakpoints and watchpoints, at different points in the program
17530 execution. Note that once the watchpoint goes out of scope, it is
17531 deleted.
17532
17533 @smallexample
17534 (@value{GDBP})
17535 -break-watch C
17536 ^done,wpt=@{number="2",exp="C"@}
17537 (@value{GDBP})
17538 -break-list
17539 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
17540 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17541 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17542 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17543 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17544 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17545 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17546 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17547 addr="0x00010734",func="callee4",
17548 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@},
17549 bkpt=@{number="2",type="watchpoint",disp="keep",
17550 enabled="y",addr="",what="C",times="0"@}]@}
17551 (@value{GDBP})
17552 -exec-continue
17553 ^running
17554 ^done,reason="watchpoint-trigger",wpt=@{number="2",exp="C"@},
17555 value=@{old="-276895068",new="3"@},
17556 frame=@{func="callee4",args=[],
17557 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
17558 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
17559 (@value{GDBP})
17560 -break-list
17561 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
17562 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17563 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17564 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17565 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17566 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17567 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17568 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17569 addr="0x00010734",func="callee4",
17570 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@},
17571 bkpt=@{number="2",type="watchpoint",disp="keep",
17572 enabled="y",addr="",what="C",times="-5"@}]@}
17573 (@value{GDBP})
17574 -exec-continue
17575 ^running
17576 ^done,reason="watchpoint-scope",wpnum="2",
17577 frame=@{func="callee3",args=[@{name="strarg",
17578 value="0x11940 \"A string argument.\""@}],
17579 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
17580 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
17581 (@value{GDBP})
17582 -break-list
17583 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
17584 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17585 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17586 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17587 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17588 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17589 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17590 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17591 addr="0x00010734",func="callee4",
17592 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@}]@}
17593 (@value{GDBP})
17594 @end smallexample
17595
17596 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17597 @node GDB/MI Data Manipulation
17598 @section @sc{gdb/mi} Data Manipulation
17599
17600 @cindex data manipulation, in @sc{gdb/mi}
17601 @cindex @sc{gdb/mi}, data manipulation
17602 This section describes the @sc{gdb/mi} commands that manipulate data:
17603 examine memory and registers, evaluate expressions, etc.
17604
17605 @c REMOVED FROM THE INTERFACE.
17606 @c @subheading -data-assign
17607 @c Change the value of a program variable. Plenty of side effects.
17608 @c @subsubheading GDB command
17609 @c set variable
17610 @c @subsubheading Example
17611 @c N.A.
17612
17613 @subheading The @code{-data-disassemble} Command
17614 @findex -data-disassemble
17615
17616 @subsubheading Synopsis
17617
17618 @smallexample
17619 -data-disassemble
17620 [ -s @var{start-addr} -e @var{end-addr} ]
17621 | [ -f @var{filename} -l @var{linenum} [ -n @var{lines} ] ]
17622 -- @var{mode}
17623 @end smallexample
17624
17625 @noindent
17626 Where:
17627
17628 @table @samp
17629 @item @var{start-addr}
17630 is the beginning address (or @code{$pc})
17631 @item @var{end-addr}
17632 is the end address
17633 @item @var{filename}
17634 is the name of the file to disassemble
17635 @item @var{linenum}
17636 is the line number to disassemble around
17637 @item @var{lines}
17638 is the the number of disassembly lines to be produced. If it is -1,
17639 the whole function will be disassembled, in case no @var{end-addr} is
17640 specified. If @var{end-addr} is specified as a non-zero value, and
17641 @var{lines} is lower than the number of disassembly lines between
17642 @var{start-addr} and @var{end-addr}, only @var{lines} lines are
17643 displayed; if @var{lines} is higher than the number of lines between
17644 @var{start-addr} and @var{end-addr}, only the lines up to @var{end-addr}
17645 are displayed.
17646 @item @var{mode}
17647 is either 0 (meaning only disassembly) or 1 (meaning mixed source and
17648 disassembly).
17649 @end table
17650
17651 @subsubheading Result
17652
17653 The output for each instruction is composed of four fields:
17654
17655 @itemize @bullet
17656 @item Address
17657 @item Func-name
17658 @item Offset
17659 @item Instruction
17660 @end itemize
17661
17662 Note that whatever included in the instruction field, is not manipulated
17663 directely by @sc{gdb/mi}, i.e. it is not possible to adjust its format.
17664
17665 @subsubheading @value{GDBN} Command
17666
17667 There's no direct mapping from this command to the CLI.
17668
17669 @subsubheading Example
17670
17671 Disassemble from the current value of @code{$pc} to @code{$pc + 20}:
17672
17673 @smallexample
17674 (@value{GDBP})
17675 -data-disassemble -s $pc -e "$pc + 20" -- 0
17676 ^done,
17677 asm_insns=[
17678 @{address="0x000107c0",func-name="main",offset="4",
17679 inst="mov 2, %o0"@},
17680 @{address="0x000107c4",func-name="main",offset="8",
17681 inst="sethi %hi(0x11800), %o2"@},
17682 @{address="0x000107c8",func-name="main",offset="12",
17683 inst="or %o2, 0x140, %o1\t! 0x11940 <_lib_version+8>"@},
17684 @{address="0x000107cc",func-name="main",offset="16",
17685 inst="sethi %hi(0x11800), %o2"@},
17686 @{address="0x000107d0",func-name="main",offset="20",
17687 inst="or %o2, 0x168, %o4\t! 0x11968 <_lib_version+48>"@}]
17688 (@value{GDBP})
17689 @end smallexample
17690
17691 Disassemble the whole @code{main} function. Line 32 is part of
17692 @code{main}.
17693
17694 @smallexample
17695 -data-disassemble -f basics.c -l 32 -- 0
17696 ^done,asm_insns=[
17697 @{address="0x000107bc",func-name="main",offset="0",
17698 inst="save %sp, -112, %sp"@},
17699 @{address="0x000107c0",func-name="main",offset="4",
17700 inst="mov 2, %o0"@},
17701 @{address="0x000107c4",func-name="main",offset="8",
17702 inst="sethi %hi(0x11800), %o2"@},
17703 [@dots{}]
17704 @{address="0x0001081c",func-name="main",offset="96",inst="ret "@},
17705 @{address="0x00010820",func-name="main",offset="100",inst="restore "@}]
17706 (@value{GDBP})
17707 @end smallexample
17708
17709 Disassemble 3 instructions from the start of @code{main}:
17710
17711 @smallexample
17712 (@value{GDBP})
17713 -data-disassemble -f basics.c -l 32 -n 3 -- 0
17714 ^done,asm_insns=[
17715 @{address="0x000107bc",func-name="main",offset="0",
17716 inst="save %sp, -112, %sp"@},
17717 @{address="0x000107c0",func-name="main",offset="4",
17718 inst="mov 2, %o0"@},
17719 @{address="0x000107c4",func-name="main",offset="8",
17720 inst="sethi %hi(0x11800), %o2"@}]
17721 (@value{GDBP})
17722 @end smallexample
17723
17724 Disassemble 3 instructions from the start of @code{main} in mixed mode:
17725
17726 @smallexample
17727 (@value{GDBP})
17728 -data-disassemble -f basics.c -l 32 -n 3 -- 1
17729 ^done,asm_insns=[
17730 src_and_asm_line=@{line="31",
17731 file="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb/ \
17732 testsuite/gdb.mi/basics.c",line_asm_insn=[
17733 @{address="0x000107bc",func-name="main",offset="0",
17734 inst="save %sp, -112, %sp"@}]@},
17735 src_and_asm_line=@{line="32",
17736 file="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb/ \
17737 testsuite/gdb.mi/basics.c",line_asm_insn=[
17738 @{address="0x000107c0",func-name="main",offset="4",
17739 inst="mov 2, %o0"@},
17740 @{address="0x000107c4",func-name="main",offset="8",
17741 inst="sethi %hi(0x11800), %o2"@}]@}]
17742 (@value{GDBP})
17743 @end smallexample
17744
17745
17746 @subheading The @code{-data-evaluate-expression} Command
17747 @findex -data-evaluate-expression
17748
17749 @subsubheading Synopsis
17750
17751 @smallexample
17752 -data-evaluate-expression @var{expr}
17753 @end smallexample
17754
17755 Evaluate @var{expr} as an expression. The expression could contain an
17756 inferior function call. The function call will execute synchronously.
17757 If the expression contains spaces, it must be enclosed in double quotes.
17758
17759 @subsubheading @value{GDBN} Command
17760
17761 The corresponding @value{GDBN} commands are @samp{print}, @samp{output}, and
17762 @samp{call}. In @code{gdbtk} only, there's a corresponding
17763 @samp{gdb_eval} command.
17764
17765 @subsubheading Example
17766
17767 In the following example, the numbers that precede the commands are the
17768 @dfn{tokens} described in @ref{GDB/MI Command Syntax, ,@sc{gdb/mi}
17769 Command Syntax}. Notice how @sc{gdb/mi} returns the same tokens in its
17770 output.
17771
17772 @smallexample
17773 211-data-evaluate-expression A
17774 211^done,value="1"
17775 (@value{GDBP})
17776 311-data-evaluate-expression &A
17777 311^done,value="0xefffeb7c"
17778 (@value{GDBP})
17779 411-data-evaluate-expression A+3
17780 411^done,value="4"
17781 (@value{GDBP})
17782 511-data-evaluate-expression "A + 3"
17783 511^done,value="4"
17784 (@value{GDBP})
17785 @end smallexample
17786
17787
17788 @subheading The @code{-data-list-changed-registers} Command
17789 @findex -data-list-changed-registers
17790
17791 @subsubheading Synopsis
17792
17793 @smallexample
17794 -data-list-changed-registers
17795 @end smallexample
17796
17797 Display a list of the registers that have changed.
17798
17799 @subsubheading @value{GDBN} Command
17800
17801 @value{GDBN} doesn't have a direct analog for this command; @code{gdbtk}
17802 has the corresponding command @samp{gdb_changed_register_list}.
17803
17804 @subsubheading Example
17805
17806 On a PPC MBX board:
17807
17808 @smallexample
17809 (@value{GDBP})
17810 -exec-continue
17811 ^running
17812
17813 (@value{GDBP})
17814 *stopped,reason="breakpoint-hit",bkptno="1",frame=@{func="main",
17815 args=[],file="try.c",fullname="/home/foo/bar/devo/myproject/try.c",line="5"@}
17816 (@value{GDBP})
17817 -data-list-changed-registers
17818 ^done,changed-registers=["0","1","2","4","5","6","7","8","9",
17819 "10","11","13","14","15","16","17","18","19","20","21","22","23",
17820 "24","25","26","27","28","30","31","64","65","66","67","69"]
17821 (@value{GDBP})
17822 @end smallexample
17823
17824
17825 @subheading The @code{-data-list-register-names} Command
17826 @findex -data-list-register-names
17827
17828 @subsubheading Synopsis
17829
17830 @smallexample
17831 -data-list-register-names [ ( @var{regno} )+ ]
17832 @end smallexample
17833
17834 Show a list of register names for the current target. If no arguments
17835 are given, it shows a list of the names of all the registers. If
17836 integer numbers are given as arguments, it will print a list of the
17837 names of the registers corresponding to the arguments. To ensure
17838 consistency between a register name and its number, the output list may
17839 include empty register names.
17840
17841 @subsubheading @value{GDBN} Command
17842
17843 @value{GDBN} does not have a command which corresponds to
17844 @samp{-data-list-register-names}. In @code{gdbtk} there is a
17845 corresponding command @samp{gdb_regnames}.
17846
17847 @subsubheading Example
17848
17849 For the PPC MBX board:
17850 @smallexample
17851 (@value{GDBP})
17852 -data-list-register-names
17853 ^done,register-names=["r0","r1","r2","r3","r4","r5","r6","r7",
17854 "r8","r9","r10","r11","r12","r13","r14","r15","r16","r17","r18",
17855 "r19","r20","r21","r22","r23","r24","r25","r26","r27","r28","r29",
17856 "r30","r31","f0","f1","f2","f3","f4","f5","f6","f7","f8","f9",
17857 "f10","f11","f12","f13","f14","f15","f16","f17","f18","f19","f20",
17858 "f21","f22","f23","f24","f25","f26","f27","f28","f29","f30","f31",
17859 "", "pc","ps","cr","lr","ctr","xer"]
17860 (@value{GDBP})
17861 -data-list-register-names 1 2 3
17862 ^done,register-names=["r1","r2","r3"]
17863 (@value{GDBP})
17864 @end smallexample
17865
17866 @subheading The @code{-data-list-register-values} Command
17867 @findex -data-list-register-values
17868
17869 @subsubheading Synopsis
17870
17871 @smallexample
17872 -data-list-register-values @var{fmt} [ ( @var{regno} )*]
17873 @end smallexample
17874
17875 Display the registers' contents. @var{fmt} is the format according to
17876 which the registers' contents are to be returned, followed by an optional
17877 list of numbers specifying the registers to display. A missing list of
17878 numbers indicates that the contents of all the registers must be returned.
17879
17880 Allowed formats for @var{fmt} are:
17881
17882 @table @code
17883 @item x
17884 Hexadecimal
17885 @item o
17886 Octal
17887 @item t
17888 Binary
17889 @item d
17890 Decimal
17891 @item r
17892 Raw
17893 @item N
17894 Natural
17895 @end table
17896
17897 @subsubheading @value{GDBN} Command
17898
17899 The corresponding @value{GDBN} commands are @samp{info reg}, @samp{info
17900 all-reg}, and (in @code{gdbtk}) @samp{gdb_fetch_registers}.
17901
17902 @subsubheading Example
17903
17904 For a PPC MBX board (note: line breaks are for readability only, they
17905 don't appear in the actual output):
17906
17907 @smallexample
17908 (@value{GDBP})
17909 -data-list-register-values r 64 65
17910 ^done,register-values=[@{number="64",value="0xfe00a300"@},
17911 @{number="65",value="0x00029002"@}]
17912 (@value{GDBP})
17913 -data-list-register-values x
17914 ^done,register-values=[@{number="0",value="0xfe0043c8"@},
17915 @{number="1",value="0x3fff88"@},@{number="2",value="0xfffffffe"@},
17916 @{number="3",value="0x0"@},@{number="4",value="0xa"@},
17917 @{number="5",value="0x3fff68"@},@{number="6",value="0x3fff58"@},
17918 @{number="7",value="0xfe011e98"@},@{number="8",value="0x2"@},
17919 @{number="9",value="0xfa202820"@},@{number="10",value="0xfa202808"@},
17920 @{number="11",value="0x1"@},@{number="12",value="0x0"@},
17921 @{number="13",value="0x4544"@},@{number="14",value="0xffdfffff"@},
17922 @{number="15",value="0xffffffff"@},@{number="16",value="0xfffffeff"@},
17923 @{number="17",value="0xefffffed"@},@{number="18",value="0xfffffffe"@},
17924 @{number="19",value="0xffffffff"@},@{number="20",value="0xffffffff"@},
17925 @{number="21",value="0xffffffff"@},@{number="22",value="0xfffffff7"@},
17926 @{number="23",value="0xffffffff"@},@{number="24",value="0xffffffff"@},
17927 @{number="25",value="0xffffffff"@},@{number="26",value="0xfffffffb"@},
17928 @{number="27",value="0xffffffff"@},@{number="28",value="0xf7bfffff"@},
17929 @{number="29",value="0x0"@},@{number="30",value="0xfe010000"@},
17930 @{number="31",value="0x0"@},@{number="32",value="0x0"@},
17931 @{number="33",value="0x0"@},@{number="34",value="0x0"@},
17932 @{number="35",value="0x0"@},@{number="36",value="0x0"@},
17933 @{number="37",value="0x0"@},@{number="38",value="0x0"@},
17934 @{number="39",value="0x0"@},@{number="40",value="0x0"@},
17935 @{number="41",value="0x0"@},@{number="42",value="0x0"@},
17936 @{number="43",value="0x0"@},@{number="44",value="0x0"@},
17937 @{number="45",value="0x0"@},@{number="46",value="0x0"@},
17938 @{number="47",value="0x0"@},@{number="48",value="0x0"@},
17939 @{number="49",value="0x0"@},@{number="50",value="0x0"@},
17940 @{number="51",value="0x0"@},@{number="52",value="0x0"@},
17941 @{number="53",value="0x0"@},@{number="54",value="0x0"@},
17942 @{number="55",value="0x0"@},@{number="56",value="0x0"@},
17943 @{number="57",value="0x0"@},@{number="58",value="0x0"@},
17944 @{number="59",value="0x0"@},@{number="60",value="0x0"@},
17945 @{number="61",value="0x0"@},@{number="62",value="0x0"@},
17946 @{number="63",value="0x0"@},@{number="64",value="0xfe00a300"@},
17947 @{number="65",value="0x29002"@},@{number="66",value="0x202f04b5"@},
17948 @{number="67",value="0xfe0043b0"@},@{number="68",value="0xfe00b3e4"@},
17949 @{number="69",value="0x20002b03"@}]
17950 (@value{GDBP})
17951 @end smallexample
17952
17953
17954 @subheading The @code{-data-read-memory} Command
17955 @findex -data-read-memory
17956
17957 @subsubheading Synopsis
17958
17959 @smallexample
17960 -data-read-memory [ -o @var{byte-offset} ]
17961 @var{address} @var{word-format} @var{word-size}
17962 @var{nr-rows} @var{nr-cols} [ @var{aschar} ]
17963 @end smallexample
17964
17965 @noindent
17966 where:
17967
17968 @table @samp
17969 @item @var{address}
17970 An expression specifying the address of the first memory word to be
17971 read. Complex expressions containing embedded white space should be
17972 quoted using the C convention.
17973
17974 @item @var{word-format}
17975 The format to be used to print the memory words. The notation is the
17976 same as for @value{GDBN}'s @code{print} command (@pxref{Output Formats,
17977 ,Output formats}).
17978
17979 @item @var{word-size}
17980 The size of each memory word in bytes.
17981
17982 @item @var{nr-rows}
17983 The number of rows in the output table.
17984
17985 @item @var{nr-cols}
17986 The number of columns in the output table.
17987
17988 @item @var{aschar}
17989 If present, indicates that each row should include an @sc{ascii} dump. The
17990 value of @var{aschar} is used as a padding character when a byte is not a
17991 member of the printable @sc{ascii} character set (printable @sc{ascii}
17992 characters are those whose code is between 32 and 126, inclusively).
17993
17994 @item @var{byte-offset}
17995 An offset to add to the @var{address} before fetching memory.
17996 @end table
17997
17998 This command displays memory contents as a table of @var{nr-rows} by
17999 @var{nr-cols} words, each word being @var{word-size} bytes. In total,
18000 @code{@var{nr-rows} * @var{nr-cols} * @var{word-size}} bytes are read
18001 (returned as @samp{total-bytes}). Should less than the requested number
18002 of bytes be returned by the target, the missing words are identified
18003 using @samp{N/A}. The number of bytes read from the target is returned
18004 in @samp{nr-bytes} and the starting address used to read memory in
18005 @samp{addr}.
18006
18007 The address of the next/previous row or page is available in
18008 @samp{next-row} and @samp{prev-row}, @samp{next-page} and
18009 @samp{prev-page}.
18010
18011 @subsubheading @value{GDBN} Command
18012
18013 The corresponding @value{GDBN} command is @samp{x}. @code{gdbtk} has
18014 @samp{gdb_get_mem} memory read command.
18015
18016 @subsubheading Example
18017
18018 Read six bytes of memory starting at @code{bytes+6} but then offset by
18019 @code{-6} bytes. Format as three rows of two columns. One byte per
18020 word. Display each word in hex.
18021
18022 @smallexample
18023 (@value{GDBP})
18024 9-data-read-memory -o -6 -- bytes+6 x 1 3 2
18025 9^done,addr="0x00001390",nr-bytes="6",total-bytes="6",
18026 next-row="0x00001396",prev-row="0x0000138e",next-page="0x00001396",
18027 prev-page="0x0000138a",memory=[
18028 @{addr="0x00001390",data=["0x00","0x01"]@},
18029 @{addr="0x00001392",data=["0x02","0x03"]@},
18030 @{addr="0x00001394",data=["0x04","0x05"]@}]
18031 (@value{GDBP})
18032 @end smallexample
18033
18034 Read two bytes of memory starting at address @code{shorts + 64} and
18035 display as a single word formatted in decimal.
18036
18037 @smallexample
18038 (@value{GDBP})
18039 5-data-read-memory shorts+64 d 2 1 1
18040 5^done,addr="0x00001510",nr-bytes="2",total-bytes="2",
18041 next-row="0x00001512",prev-row="0x0000150e",
18042 next-page="0x00001512",prev-page="0x0000150e",memory=[
18043 @{addr="0x00001510",data=["128"]@}]
18044 (@value{GDBP})
18045 @end smallexample
18046
18047 Read thirty two bytes of memory starting at @code{bytes+16} and format
18048 as eight rows of four columns. Include a string encoding with @samp{x}
18049 used as the non-printable character.
18050
18051 @smallexample
18052 (@value{GDBP})
18053 4-data-read-memory bytes+16 x 1 8 4 x
18054 4^done,addr="0x000013a0",nr-bytes="32",total-bytes="32",
18055 next-row="0x000013c0",prev-row="0x0000139c",
18056 next-page="0x000013c0",prev-page="0x00001380",memory=[
18057 @{addr="0x000013a0",data=["0x10","0x11","0x12","0x13"],ascii="xxxx"@},
18058 @{addr="0x000013a4",data=["0x14","0x15","0x16","0x17"],ascii="xxxx"@},
18059 @{addr="0x000013a8",data=["0x18","0x19","0x1a","0x1b"],ascii="xxxx"@},
18060 @{addr="0x000013ac",data=["0x1c","0x1d","0x1e","0x1f"],ascii="xxxx"@},
18061 @{addr="0x000013b0",data=["0x20","0x21","0x22","0x23"],ascii=" !\"#"@},
18062 @{addr="0x000013b4",data=["0x24","0x25","0x26","0x27"],ascii="$%&'"@},
18063 @{addr="0x000013b8",data=["0x28","0x29","0x2a","0x2b"],ascii="()*+"@},
18064 @{addr="0x000013bc",data=["0x2c","0x2d","0x2e","0x2f"],ascii=",-./"@}]
18065 (@value{GDBP})
18066 @end smallexample
18067
18068 @subheading The @code{-display-delete} Command
18069 @findex -display-delete
18070
18071 @subsubheading Synopsis
18072
18073 @smallexample
18074 -display-delete @var{number}
18075 @end smallexample
18076
18077 Delete the display @var{number}.
18078
18079 @subsubheading @value{GDBN} Command
18080
18081 The corresponding @value{GDBN} command is @samp{delete display}.
18082
18083 @subsubheading Example
18084 N.A.
18085
18086
18087 @subheading The @code{-display-disable} Command
18088 @findex -display-disable
18089
18090 @subsubheading Synopsis
18091
18092 @smallexample
18093 -display-disable @var{number}
18094 @end smallexample
18095
18096 Disable display @var{number}.
18097
18098 @subsubheading @value{GDBN} Command
18099
18100 The corresponding @value{GDBN} command is @samp{disable display}.
18101
18102 @subsubheading Example
18103 N.A.
18104
18105
18106 @subheading The @code{-display-enable} Command
18107 @findex -display-enable
18108
18109 @subsubheading Synopsis
18110
18111 @smallexample
18112 -display-enable @var{number}
18113 @end smallexample
18114
18115 Enable display @var{number}.
18116
18117 @subsubheading @value{GDBN} Command
18118
18119 The corresponding @value{GDBN} command is @samp{enable display}.
18120
18121 @subsubheading Example
18122 N.A.
18123
18124
18125 @subheading The @code{-display-insert} Command
18126 @findex -display-insert
18127
18128 @subsubheading Synopsis
18129
18130 @smallexample
18131 -display-insert @var{expression}
18132 @end smallexample
18133
18134 Display @var{expression} every time the program stops.
18135
18136 @subsubheading @value{GDBN} Command
18137
18138 The corresponding @value{GDBN} command is @samp{display}.
18139
18140 @subsubheading Example
18141 N.A.
18142
18143
18144 @subheading The @code{-display-list} Command
18145 @findex -display-list
18146
18147 @subsubheading Synopsis
18148
18149 @smallexample
18150 -display-list
18151 @end smallexample
18152
18153 List the displays. Do not show the current values.
18154
18155 @subsubheading @value{GDBN} Command
18156
18157 The corresponding @value{GDBN} command is @samp{info display}.
18158
18159 @subsubheading Example
18160 N.A.
18161
18162
18163 @subheading The @code{-environment-cd} Command
18164 @findex -environment-cd
18165
18166 @subsubheading Synopsis
18167
18168 @smallexample
18169 -environment-cd @var{pathdir}
18170 @end smallexample
18171
18172 Set @value{GDBN}'s working directory.
18173
18174 @subsubheading @value{GDBN} Command
18175
18176 The corresponding @value{GDBN} command is @samp{cd}.
18177
18178 @subsubheading Example
18179
18180 @smallexample
18181 (@value{GDBP})
18182 -environment-cd /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
18183 ^done
18184 (@value{GDBP})
18185 @end smallexample
18186
18187
18188 @subheading The @code{-environment-directory} Command
18189 @findex -environment-directory
18190
18191 @subsubheading Synopsis
18192
18193 @smallexample
18194 -environment-directory [ -r ] [ @var{pathdir} ]+
18195 @end smallexample
18196
18197 Add directories @var{pathdir} to beginning of search path for source files.
18198 If the @samp{-r} option is used, the search path is reset to the default
18199 search path. If directories @var{pathdir} are supplied in addition to the
18200 @samp{-r} option, the search path is first reset and then addition
18201 occurs as normal.
18202 Multiple directories may be specified, separated by blanks. Specifying
18203 multiple directories in a single command
18204 results in the directories added to the beginning of the
18205 search path in the same order they were presented in the command.
18206 If blanks are needed as
18207 part of a directory name, double-quotes should be used around
18208 the name. In the command output, the path will show up separated
18209 by the system directory-separator character. The directory-seperator
18210 character must not be used
18211 in any directory name.
18212 If no directories are specified, the current search path is displayed.
18213
18214 @subsubheading @value{GDBN} Command
18215
18216 The corresponding @value{GDBN} command is @samp{dir}.
18217
18218 @subsubheading Example
18219
18220 @smallexample
18221 (@value{GDBP})
18222 -environment-directory /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
18223 ^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
18224 (@value{GDBP})
18225 -environment-directory ""
18226 ^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
18227 (@value{GDBP})
18228 -environment-directory -r /home/jjohnstn/src/gdb /usr/src
18229 ^done,source-path="/home/jjohnstn/src/gdb:/usr/src:$cdir:$cwd"
18230 (@value{GDBP})
18231 -environment-directory -r
18232 ^done,source-path="$cdir:$cwd"
18233 (@value{GDBP})
18234 @end smallexample
18235
18236
18237 @subheading The @code{-environment-path} Command
18238 @findex -environment-path
18239
18240 @subsubheading Synopsis
18241
18242 @smallexample
18243 -environment-path [ -r ] [ @var{pathdir} ]+
18244 @end smallexample
18245
18246 Add directories @var{pathdir} to beginning of search path for object files.
18247 If the @samp{-r} option is used, the search path is reset to the original
18248 search path that existed at gdb start-up. If directories @var{pathdir} are
18249 supplied in addition to the
18250 @samp{-r} option, the search path is first reset and then addition
18251 occurs as normal.
18252 Multiple directories may be specified, separated by blanks. Specifying
18253 multiple directories in a single command
18254 results in the directories added to the beginning of the
18255 search path in the same order they were presented in the command.
18256 If blanks are needed as
18257 part of a directory name, double-quotes should be used around
18258 the name. In the command output, the path will show up separated
18259 by the system directory-separator character. The directory-seperator
18260 character must not be used
18261 in any directory name.
18262 If no directories are specified, the current path is displayed.
18263
18264
18265 @subsubheading @value{GDBN} Command
18266
18267 The corresponding @value{GDBN} command is @samp{path}.
18268
18269 @subsubheading Example
18270
18271 @smallexample
18272 (@value{GDBP})
18273 -environment-path
18274 ^done,path="/usr/bin"
18275 (@value{GDBP})
18276 -environment-path /kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb /bin
18277 ^done,path="/kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb:/bin:/usr/bin"
18278 (@value{GDBP})
18279 -environment-path -r /usr/local/bin
18280 ^done,path="/usr/local/bin:/usr/bin"
18281 (@value{GDBP})
18282 @end smallexample
18283
18284
18285 @subheading The @code{-environment-pwd} Command
18286 @findex -environment-pwd
18287
18288 @subsubheading Synopsis
18289
18290 @smallexample
18291 -environment-pwd
18292 @end smallexample
18293
18294 Show the current working directory.
18295
18296 @subsubheading @value{GDBN} command
18297
18298 The corresponding @value{GDBN} command is @samp{pwd}.
18299
18300 @subsubheading Example
18301
18302 @smallexample
18303 (@value{GDBP})
18304 -environment-pwd
18305 ^done,cwd="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb"
18306 (@value{GDBP})
18307 @end smallexample
18308
18309 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
18310 @node GDB/MI Program Control
18311 @section @sc{gdb/mi} Program control
18312
18313 @subsubheading Program termination
18314
18315 As a result of execution, the inferior program can run to completion, if
18316 it doesn't encounter any breakpoints. In this case the output will
18317 include an exit code, if the program has exited exceptionally.
18318
18319 @subsubheading Examples
18320
18321 @noindent
18322 Program exited normally:
18323
18324 @smallexample
18325 (@value{GDBP})
18326 -exec-run
18327 ^running
18328 (@value{GDBP})
18329 x = 55
18330 *stopped,reason="exited-normally"
18331 (@value{GDBP})
18332 @end smallexample
18333
18334 @noindent
18335 Program exited exceptionally:
18336
18337 @smallexample
18338 (@value{GDBP})
18339 -exec-run
18340 ^running
18341 (@value{GDBP})
18342 x = 55
18343 *stopped,reason="exited",exit-code="01"
18344 (@value{GDBP})
18345 @end smallexample
18346
18347 Another way the program can terminate is if it receives a signal such as
18348 @code{SIGINT}. In this case, @sc{gdb/mi} displays this:
18349
18350 @smallexample
18351 (@value{GDBP})
18352 *stopped,reason="exited-signalled",signal-name="SIGINT",
18353 signal-meaning="Interrupt"
18354 @end smallexample
18355
18356
18357 @subheading The @code{-exec-abort} Command
18358 @findex -exec-abort
18359
18360 @subsubheading Synopsis
18361
18362 @smallexample
18363 -exec-abort
18364 @end smallexample
18365
18366 Kill the inferior running program.
18367
18368 @subsubheading @value{GDBN} Command
18369
18370 The corresponding @value{GDBN} command is @samp{kill}.
18371
18372 @subsubheading Example
18373 N.A.
18374
18375
18376 @subheading The @code{-exec-arguments} Command
18377 @findex -exec-arguments
18378
18379 @subsubheading Synopsis
18380
18381 @smallexample
18382 -exec-arguments @var{args}
18383 @end smallexample
18384
18385 Set the inferior program arguments, to be used in the next
18386 @samp{-exec-run}.
18387
18388 @subsubheading @value{GDBN} Command
18389
18390 The corresponding @value{GDBN} command is @samp{set args}.
18391
18392 @subsubheading Example
18393
18394 @c FIXME!
18395 Don't have one around.
18396
18397
18398 @subheading The @code{-exec-continue} Command
18399 @findex -exec-continue
18400
18401 @subsubheading Synopsis
18402
18403 @smallexample
18404 -exec-continue
18405 @end smallexample
18406
18407 Asynchronous command. Resumes the execution of the inferior program
18408 until a breakpoint is encountered, or until the inferior exits.
18409
18410 @subsubheading @value{GDBN} Command
18411
18412 The corresponding @value{GDBN} corresponding is @samp{continue}.
18413
18414 @subsubheading Example
18415
18416 @smallexample
18417 -exec-continue
18418 ^running
18419 (@value{GDBP})
18420 @@Hello world
18421 *stopped,reason="breakpoint-hit",bkptno="2",frame=@{func="foo",args=[],
18422 file="hello.c",fullname="/home/foo/bar/devo/myproject/hello.c",line="13"@}
18423 (@value{GDBP})
18424 @end smallexample
18425
18426
18427 @subheading The @code{-exec-finish} Command
18428 @findex -exec-finish
18429
18430 @subsubheading Synopsis
18431
18432 @smallexample
18433 -exec-finish
18434 @end smallexample
18435
18436 Asynchronous command. Resumes the execution of the inferior program
18437 until the current function is exited. Displays the results returned by
18438 the function.
18439
18440 @subsubheading @value{GDBN} Command
18441
18442 The corresponding @value{GDBN} command is @samp{finish}.
18443
18444 @subsubheading Example
18445
18446 Function returning @code{void}.
18447
18448 @smallexample
18449 -exec-finish
18450 ^running
18451 (@value{GDBP})
18452 @@hello from foo
18453 *stopped,reason="function-finished",frame=@{func="main",args=[],
18454 file="hello.c",fullname="/home/foo/bar/devo/myproject/hello.c",line="7"@}
18455 (@value{GDBP})
18456 @end smallexample
18457
18458 Function returning other than @code{void}. The name of the internal
18459 @value{GDBN} variable storing the result is printed, together with the
18460 value itself.
18461
18462 @smallexample
18463 -exec-finish
18464 ^running
18465 (@value{GDBP})
18466 *stopped,reason="function-finished",frame=@{addr="0x000107b0",func="foo",
18467 args=[@{name="a",value="1"],@{name="b",value="9"@}@},
18468 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
18469 gdb-result-var="$1",return-value="0"
18470 (@value{GDBP})
18471 @end smallexample
18472
18473
18474 @subheading The @code{-exec-interrupt} Command
18475 @findex -exec-interrupt
18476
18477 @subsubheading Synopsis
18478
18479 @smallexample
18480 -exec-interrupt
18481 @end smallexample
18482
18483 Asynchronous command. Interrupts the background execution of the target.
18484 Note how the token associated with the stop message is the one for the
18485 execution command that has been interrupted. The token for the interrupt
18486 itself only appears in the @samp{^done} output. If the user is trying to
18487 interrupt a non-running program, an error message will be printed.
18488
18489 @subsubheading @value{GDBN} Command
18490
18491 The corresponding @value{GDBN} command is @samp{interrupt}.
18492
18493 @subsubheading Example
18494
18495 @smallexample
18496 (@value{GDBP})
18497 111-exec-continue
18498 111^running
18499
18500 (@value{GDBP})
18501 222-exec-interrupt
18502 222^done
18503 (@value{GDBP})
18504 111*stopped,signal-name="SIGINT",signal-meaning="Interrupt",
18505 frame=@{addr="0x00010140",func="foo",args=[],file="try.c",
18506 fullname="/home/foo/bar/devo/myproject/try.c",line="13"@}
18507 (@value{GDBP})
18508
18509 (@value{GDBP})
18510 -exec-interrupt
18511 ^error,msg="mi_cmd_exec_interrupt: Inferior not executing."
18512 (@value{GDBP})
18513 @end smallexample
18514
18515
18516 @subheading The @code{-exec-next} Command
18517 @findex -exec-next
18518
18519 @subsubheading Synopsis
18520
18521 @smallexample
18522 -exec-next
18523 @end smallexample
18524
18525 Asynchronous command. Resumes execution of the inferior program, stopping
18526 when the beginning of the next source line is reached.
18527
18528 @subsubheading @value{GDBN} Command
18529
18530 The corresponding @value{GDBN} command is @samp{next}.
18531
18532 @subsubheading Example
18533
18534 @smallexample
18535 -exec-next
18536 ^running
18537 (@value{GDBP})
18538 *stopped,reason="end-stepping-range",line="8",file="hello.c"
18539 (@value{GDBP})
18540 @end smallexample
18541
18542
18543 @subheading The @code{-exec-next-instruction} Command
18544 @findex -exec-next-instruction
18545
18546 @subsubheading Synopsis
18547
18548 @smallexample
18549 -exec-next-instruction
18550 @end smallexample
18551
18552 Asynchronous command. Executes one machine instruction. If the
18553 instruction is a function call continues until the function returns. If
18554 the program stops at an instruction in the middle of a source line, the
18555 address will be printed as well.
18556
18557 @subsubheading @value{GDBN} Command
18558
18559 The corresponding @value{GDBN} command is @samp{nexti}.
18560
18561 @subsubheading Example
18562
18563 @smallexample
18564 (@value{GDBP})
18565 -exec-next-instruction
18566 ^running
18567
18568 (@value{GDBP})
18569 *stopped,reason="end-stepping-range",
18570 addr="0x000100d4",line="5",file="hello.c"
18571 (@value{GDBP})
18572 @end smallexample
18573
18574
18575 @subheading The @code{-exec-return} Command
18576 @findex -exec-return
18577
18578 @subsubheading Synopsis
18579
18580 @smallexample
18581 -exec-return
18582 @end smallexample
18583
18584 Makes current function return immediately. Doesn't execute the inferior.
18585 Displays the new current frame.
18586
18587 @subsubheading @value{GDBN} Command
18588
18589 The corresponding @value{GDBN} command is @samp{return}.
18590
18591 @subsubheading Example
18592
18593 @smallexample
18594 (@value{GDBP})
18595 200-break-insert callee4
18596 200^done,bkpt=@{number="1",addr="0x00010734",
18597 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
18598 (@value{GDBP})
18599 000-exec-run
18600 000^running
18601 (@value{GDBP})
18602 000*stopped,reason="breakpoint-hit",bkptno="1",
18603 frame=@{func="callee4",args=[],
18604 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
18605 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
18606 (@value{GDBP})
18607 205-break-delete
18608 205^done
18609 (@value{GDBP})
18610 111-exec-return
18611 111^done,frame=@{level="0",func="callee3",
18612 args=[@{name="strarg",
18613 value="0x11940 \"A string argument.\""@}],
18614 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
18615 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
18616 (@value{GDBP})
18617 @end smallexample
18618
18619
18620 @subheading The @code{-exec-run} Command
18621 @findex -exec-run
18622
18623 @subsubheading Synopsis
18624
18625 @smallexample
18626 -exec-run
18627 @end smallexample
18628
18629 Asynchronous command. Starts execution of the inferior from the
18630 beginning. The inferior executes until either a breakpoint is
18631 encountered or the program exits.
18632
18633 @subsubheading @value{GDBN} Command
18634
18635 The corresponding @value{GDBN} command is @samp{run}.
18636
18637 @subsubheading Example
18638
18639 @smallexample
18640 (@value{GDBP})
18641 -break-insert main
18642 ^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
18643 (@value{GDBP})
18644 -exec-run
18645 ^running
18646 (@value{GDBP})
18647 *stopped,reason="breakpoint-hit",bkptno="1",
18648 frame=@{func="main",args=[],file="recursive2.c",
18649 fullname="/home/foo/bar/devo/myproject/recursive2.c",line="4"@}
18650 (@value{GDBP})
18651 @end smallexample
18652
18653
18654 @subheading The @code{-exec-show-arguments} Command
18655 @findex -exec-show-arguments
18656
18657 @subsubheading Synopsis
18658
18659 @smallexample
18660 -exec-show-arguments
18661 @end smallexample
18662
18663 Print the arguments of the program.
18664
18665 @subsubheading @value{GDBN} Command
18666
18667 The corresponding @value{GDBN} command is @samp{show args}.
18668
18669 @subsubheading Example
18670 N.A.
18671
18672 @c @subheading -exec-signal
18673
18674 @subheading The @code{-exec-step} Command
18675 @findex -exec-step
18676
18677 @subsubheading Synopsis
18678
18679 @smallexample
18680 -exec-step
18681 @end smallexample
18682
18683 Asynchronous command. Resumes execution of the inferior program, stopping
18684 when the beginning of the next source line is reached, if the next
18685 source line is not a function call. If it is, stop at the first
18686 instruction of the called function.
18687
18688 @subsubheading @value{GDBN} Command
18689
18690 The corresponding @value{GDBN} command is @samp{step}.
18691
18692 @subsubheading Example
18693
18694 Stepping into a function:
18695
18696 @smallexample
18697 -exec-step
18698 ^running
18699 (@value{GDBP})
18700 *stopped,reason="end-stepping-range",
18701 frame=@{func="foo",args=[@{name="a",value="10"@},
18702 @{name="b",value="0"@}],file="recursive2.c",
18703 fullname="/home/foo/bar/devo/myproject/recursive2.c",line="11"@}
18704 (@value{GDBP})
18705 @end smallexample
18706
18707 Regular stepping:
18708
18709 @smallexample
18710 -exec-step
18711 ^running
18712 (@value{GDBP})
18713 *stopped,reason="end-stepping-range",line="14",file="recursive2.c"
18714 (@value{GDBP})
18715 @end smallexample
18716
18717
18718 @subheading The @code{-exec-step-instruction} Command
18719 @findex -exec-step-instruction
18720
18721 @subsubheading Synopsis
18722
18723 @smallexample
18724 -exec-step-instruction
18725 @end smallexample
18726
18727 Asynchronous command. Resumes the inferior which executes one machine
18728 instruction. The output, once @value{GDBN} has stopped, will vary depending on
18729 whether we have stopped in the middle of a source line or not. In the
18730 former case, the address at which the program stopped will be printed as
18731 well.
18732
18733 @subsubheading @value{GDBN} Command
18734
18735 The corresponding @value{GDBN} command is @samp{stepi}.
18736
18737 @subsubheading Example
18738
18739 @smallexample
18740 (@value{GDBP})
18741 -exec-step-instruction
18742 ^running
18743
18744 (@value{GDBP})
18745 *stopped,reason="end-stepping-range",
18746 frame=@{func="foo",args=[],file="try.c",
18747 fullname="/home/foo/bar/devo/myproject/try.c",line="10"@}
18748 (@value{GDBP})
18749 -exec-step-instruction
18750 ^running
18751
18752 (@value{GDBP})
18753 *stopped,reason="end-stepping-range",
18754 frame=@{addr="0x000100f4",func="foo",args=[],file="try.c",
18755 fullname="/home/foo/bar/devo/myproject/try.c",line="10"@}
18756 (@value{GDBP})
18757 @end smallexample
18758
18759
18760 @subheading The @code{-exec-until} Command
18761 @findex -exec-until
18762
18763 @subsubheading Synopsis
18764
18765 @smallexample
18766 -exec-until [ @var{location} ]
18767 @end smallexample
18768
18769 Asynchronous command. Executes the inferior until the @var{location}
18770 specified in the argument is reached. If there is no argument, the inferior
18771 executes until a source line greater than the current one is reached.
18772 The reason for stopping in this case will be @samp{location-reached}.
18773
18774 @subsubheading @value{GDBN} Command
18775
18776 The corresponding @value{GDBN} command is @samp{until}.
18777
18778 @subsubheading Example
18779
18780 @smallexample
18781 (@value{GDBP})
18782 -exec-until recursive2.c:6
18783 ^running
18784 (@value{GDBP})
18785 x = 55
18786 *stopped,reason="location-reached",frame=@{func="main",args=[],
18787 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="6"@}
18788 (@value{GDBP})
18789 @end smallexample
18790
18791 @ignore
18792 @subheading -file-clear
18793 Is this going away????
18794 @end ignore
18795
18796
18797 @subheading The @code{-file-exec-and-symbols} Command
18798 @findex -file-exec-and-symbols
18799
18800 @subsubheading Synopsis
18801
18802 @smallexample
18803 -file-exec-and-symbols @var{file}
18804 @end smallexample
18805
18806 Specify the executable file to be debugged. This file is the one from
18807 which the symbol table is also read. If no file is specified, the
18808 command clears the executable and symbol information. If breakpoints
18809 are set when using this command with no arguments, @value{GDBN} will produce
18810 error messages. Otherwise, no output is produced, except a completion
18811 notification.
18812
18813 @subsubheading @value{GDBN} Command
18814
18815 The corresponding @value{GDBN} command is @samp{file}.
18816
18817 @subsubheading Example
18818
18819 @smallexample
18820 (@value{GDBP})
18821 -file-exec-and-symbols /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
18822 ^done
18823 (@value{GDBP})
18824 @end smallexample
18825
18826
18827 @subheading The @code{-file-exec-file} Command
18828 @findex -file-exec-file
18829
18830 @subsubheading Synopsis
18831
18832 @smallexample
18833 -file-exec-file @var{file}
18834 @end smallexample
18835
18836 Specify the executable file to be debugged. Unlike
18837 @samp{-file-exec-and-symbols}, the symbol table is @emph{not} read
18838 from this file. If used without argument, @value{GDBN} clears the information
18839 about the executable file. No output is produced, except a completion
18840 notification.
18841
18842 @subsubheading @value{GDBN} Command
18843
18844 The corresponding @value{GDBN} command is @samp{exec-file}.
18845
18846 @subsubheading Example
18847
18848 @smallexample
18849 (@value{GDBP})
18850 -file-exec-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
18851 ^done
18852 (@value{GDBP})
18853 @end smallexample
18854
18855
18856 @subheading The @code{-file-list-exec-sections} Command
18857 @findex -file-list-exec-sections
18858
18859 @subsubheading Synopsis
18860
18861 @smallexample
18862 -file-list-exec-sections
18863 @end smallexample
18864
18865 List the sections of the current executable file.
18866
18867 @subsubheading @value{GDBN} Command
18868
18869 The @value{GDBN} command @samp{info file} shows, among the rest, the same
18870 information as this command. @code{gdbtk} has a corresponding command
18871 @samp{gdb_load_info}.
18872
18873 @subsubheading Example
18874 N.A.
18875
18876
18877 @subheading The @code{-file-list-exec-source-file} Command
18878 @findex -file-list-exec-source-file
18879
18880 @subsubheading Synopsis
18881
18882 @smallexample
18883 -file-list-exec-source-file
18884 @end smallexample
18885
18886 List the line number, the current source file, and the absolute path
18887 to the current source file for the current executable.
18888
18889 @subsubheading @value{GDBN} Command
18890
18891 There's no @value{GDBN} command which directly corresponds to this one.
18892
18893 @subsubheading Example
18894
18895 @smallexample
18896 (@value{GDBP})
18897 123-file-list-exec-source-file
18898 123^done,line="1",file="foo.c",fullname="/home/bar/foo.c"
18899 (@value{GDBP})
18900 @end smallexample
18901
18902
18903 @subheading The @code{-file-list-exec-source-files} Command
18904 @findex -file-list-exec-source-files
18905
18906 @subsubheading Synopsis
18907
18908 @smallexample
18909 -file-list-exec-source-files
18910 @end smallexample
18911
18912 List the source files for the current executable.
18913
18914 It will always output the filename, but only when GDB can find the absolute
18915 file name of a source file, will it output the fullname.
18916
18917 @subsubheading @value{GDBN} Command
18918
18919 There's no @value{GDBN} command which directly corresponds to this one.
18920 @code{gdbtk} has an analogous command @samp{gdb_listfiles}.
18921
18922 @subsubheading Example
18923 @smallexample
18924 (@value{GDBP})
18925 -file-list-exec-source-files
18926 ^done,files=[
18927 @{file=foo.c,fullname=/home/foo.c@},
18928 @{file=/home/bar.c,fullname=/home/bar.c@},
18929 @{file=gdb_could_not_find_fullpath.c@}]
18930 (@value{GDBP})
18931 @end smallexample
18932
18933 @subheading The @code{-file-list-shared-libraries} Command
18934 @findex -file-list-shared-libraries
18935
18936 @subsubheading Synopsis
18937
18938 @smallexample
18939 -file-list-shared-libraries
18940 @end smallexample
18941
18942 List the shared libraries in the program.
18943
18944 @subsubheading @value{GDBN} Command
18945
18946 The corresponding @value{GDBN} command is @samp{info shared}.
18947
18948 @subsubheading Example
18949 N.A.
18950
18951
18952 @subheading The @code{-file-list-symbol-files} Command
18953 @findex -file-list-symbol-files
18954
18955 @subsubheading Synopsis
18956
18957 @smallexample
18958 -file-list-symbol-files
18959 @end smallexample
18960
18961 List symbol files.
18962
18963 @subsubheading @value{GDBN} Command
18964
18965 The corresponding @value{GDBN} command is @samp{info file} (part of it).
18966
18967 @subsubheading Example
18968 N.A.
18969
18970
18971 @subheading The @code{-file-symbol-file} Command
18972 @findex -file-symbol-file
18973
18974 @subsubheading Synopsis
18975
18976 @smallexample
18977 -file-symbol-file @var{file}
18978 @end smallexample
18979
18980 Read symbol table info from the specified @var{file} argument. When
18981 used without arguments, clears @value{GDBN}'s symbol table info. No output is
18982 produced, except for a completion notification.
18983
18984 @subsubheading @value{GDBN} Command
18985
18986 The corresponding @value{GDBN} command is @samp{symbol-file}.
18987
18988 @subsubheading Example
18989
18990 @smallexample
18991 (@value{GDBP})
18992 -file-symbol-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
18993 ^done
18994 (@value{GDBP})
18995 @end smallexample
18996
18997 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
18998 @node GDB/MI Miscellaneous Commands
18999 @section Miscellaneous @value{GDBN} commands in @sc{gdb/mi}
19000
19001 @c @subheading -gdb-complete
19002
19003 @subheading The @code{-gdb-exit} Command
19004 @findex -gdb-exit
19005
19006 @subsubheading Synopsis
19007
19008 @smallexample
19009 -gdb-exit
19010 @end smallexample
19011
19012 Exit @value{GDBN} immediately.
19013
19014 @subsubheading @value{GDBN} Command
19015
19016 Approximately corresponds to @samp{quit}.
19017
19018 @subsubheading Example
19019
19020 @smallexample
19021 (@value{GDBP})
19022 -gdb-exit
19023 @end smallexample
19024
19025 @subheading The @code{-gdb-set} Command
19026 @findex -gdb-set
19027
19028 @subsubheading Synopsis
19029
19030 @smallexample
19031 -gdb-set
19032 @end smallexample
19033
19034 Set an internal @value{GDBN} variable.
19035 @c IS THIS A DOLLAR VARIABLE? OR SOMETHING LIKE ANNOTATE ?????
19036
19037 @subsubheading @value{GDBN} Command
19038
19039 The corresponding @value{GDBN} command is @samp{set}.
19040
19041 @subsubheading Example
19042
19043 @smallexample
19044 (@value{GDBP})
19045 -gdb-set $foo=3
19046 ^done
19047 (@value{GDBP})
19048 @end smallexample
19049
19050
19051 @subheading The @code{-gdb-show} Command
19052 @findex -gdb-show
19053
19054 @subsubheading Synopsis
19055
19056 @smallexample
19057 -gdb-show
19058 @end smallexample
19059
19060 Show the current value of a @value{GDBN} variable.
19061
19062 @subsubheading @value{GDBN} command
19063
19064 The corresponding @value{GDBN} command is @samp{show}.
19065
19066 @subsubheading Example
19067
19068 @smallexample
19069 (@value{GDBP})
19070 -gdb-show annotate
19071 ^done,value="0"
19072 (@value{GDBP})
19073 @end smallexample
19074
19075 @c @subheading -gdb-source
19076
19077
19078 @subheading The @code{-gdb-version} Command
19079 @findex -gdb-version
19080
19081 @subsubheading Synopsis
19082
19083 @smallexample
19084 -gdb-version
19085 @end smallexample
19086
19087 Show version information for @value{GDBN}. Used mostly in testing.
19088
19089 @subsubheading @value{GDBN} Command
19090
19091 There's no equivalent @value{GDBN} command. @value{GDBN} by default shows this
19092 information when you start an interactive session.
19093
19094 @subsubheading Example
19095
19096 @c This example modifies the actual output from GDB to avoid overfull
19097 @c box in TeX.
19098 @smallexample
19099 (@value{GDBP})
19100 -gdb-version
19101 ~GNU gdb 5.2.1
19102 ~Copyright 2000 Free Software Foundation, Inc.
19103 ~GDB is free software, covered by the GNU General Public License, and
19104 ~you are welcome to change it and/or distribute copies of it under
19105 ~ certain conditions.
19106 ~Type "show copying" to see the conditions.
19107 ~There is absolutely no warranty for GDB. Type "show warranty" for
19108 ~ details.
19109 ~This GDB was configured as
19110 "--host=sparc-sun-solaris2.5.1 --target=ppc-eabi".
19111 ^done
19112 (@value{GDBP})
19113 @end smallexample
19114
19115 @subheading The @code{-interpreter-exec} Command
19116 @findex -interpreter-exec
19117
19118 @subheading Synopsis
19119
19120 @smallexample
19121 -interpreter-exec @var{interpreter} @var{command}
19122 @end smallexample
19123
19124 Execute the specified @var{command} in the given @var{interpreter}.
19125
19126 @subheading @value{GDBN} Command
19127
19128 The corresponding @value{GDBN} command is @samp{interpreter-exec}.
19129
19130 @subheading Example
19131
19132 @smallexample
19133 (@value{GDBP})
19134 -interpreter-exec console "break main"
19135 &"During symbol reading, couldn't parse type; debugger out of date?.\n"
19136 &"During symbol reading, bad structure-type format.\n"
19137 ~"Breakpoint 1 at 0x8074fc6: file ../../src/gdb/main.c, line 743.\n"
19138 ^done
19139 (@value{GDBP})
19140 @end smallexample
19141
19142 @ignore
19143 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19144 @node GDB/MI Kod Commands
19145 @section @sc{gdb/mi} Kod Commands
19146
19147 The Kod commands are not implemented.
19148
19149 @c @subheading -kod-info
19150
19151 @c @subheading -kod-list
19152
19153 @c @subheading -kod-list-object-types
19154
19155 @c @subheading -kod-show
19156
19157 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19158 @node GDB/MI Memory Overlay Commands
19159 @section @sc{gdb/mi} Memory Overlay Commands
19160
19161 The memory overlay commands are not implemented.
19162
19163 @c @subheading -overlay-auto
19164
19165 @c @subheading -overlay-list-mapping-state
19166
19167 @c @subheading -overlay-list-overlays
19168
19169 @c @subheading -overlay-map
19170
19171 @c @subheading -overlay-off
19172
19173 @c @subheading -overlay-on
19174
19175 @c @subheading -overlay-unmap
19176
19177 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19178 @node GDB/MI Signal Handling Commands
19179 @section @sc{gdb/mi} Signal Handling Commands
19180
19181 Signal handling commands are not implemented.
19182
19183 @c @subheading -signal-handle
19184
19185 @c @subheading -signal-list-handle-actions
19186
19187 @c @subheading -signal-list-signal-types
19188 @end ignore
19189
19190
19191 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19192 @node GDB/MI Stack Manipulation
19193 @section @sc{gdb/mi} Stack Manipulation Commands
19194
19195 @subheading The @code{-stack-info-depth} Command
19196 @findex -stack-info-depth
19197
19198 @subsubheading Synopsis
19199
19200 @smallexample
19201 -stack-info-depth [ @var{max-depth} ]
19202 @end smallexample
19203
19204 Return the depth of the stack. If the integer argument @var{max-depth}
19205 is specified, do not count beyond @var{max-depth} frames.
19206
19207 @subsubheading @value{GDBN} Command
19208
19209 There's no equivalent @value{GDBN} command.
19210
19211 @subsubheading Example
19212
19213 For a stack with frame levels 0 through 11:
19214
19215 @smallexample
19216 (@value{GDBP})
19217 -stack-info-depth
19218 ^done,depth="12"
19219 (@value{GDBP})
19220 -stack-info-depth 4
19221 ^done,depth="4"
19222 (@value{GDBP})
19223 -stack-info-depth 12
19224 ^done,depth="12"
19225 (@value{GDBP})
19226 -stack-info-depth 11
19227 ^done,depth="11"
19228 (@value{GDBP})
19229 -stack-info-depth 13
19230 ^done,depth="12"
19231 (@value{GDBP})
19232 @end smallexample
19233
19234 @subheading The @code{-stack-list-arguments} Command
19235 @findex -stack-list-arguments
19236
19237 @subsubheading Synopsis
19238
19239 @smallexample
19240 -stack-list-arguments @var{show-values}
19241 [ @var{low-frame} @var{high-frame} ]
19242 @end smallexample
19243
19244 Display a list of the arguments for the frames between @var{low-frame}
19245 and @var{high-frame} (inclusive). If @var{low-frame} and
19246 @var{high-frame} are not provided, list the arguments for the whole call
19247 stack.
19248
19249 The @var{show-values} argument must have a value of 0 or 1. A value of
19250 0 means that only the names of the arguments are listed, a value of 1
19251 means that both names and values of the arguments are printed.
19252
19253 @subsubheading @value{GDBN} Command
19254
19255 @value{GDBN} does not have an equivalent command. @code{gdbtk} has a
19256 @samp{gdb_get_args} command which partially overlaps with the
19257 functionality of @samp{-stack-list-arguments}.
19258
19259 @subsubheading Example
19260
19261 @smallexample
19262 (@value{GDBP})
19263 -stack-list-frames
19264 ^done,
19265 stack=[
19266 frame=@{level="0",addr="0x00010734",func="callee4",
19267 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
19268 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="8"@},
19269 frame=@{level="1",addr="0x0001076c",func="callee3",
19270 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
19271 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="17"@},
19272 frame=@{level="2",addr="0x0001078c",func="callee2",
19273 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
19274 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="22"@},
19275 frame=@{level="3",addr="0x000107b4",func="callee1",
19276 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
19277 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="27"@},
19278 frame=@{level="4",addr="0x000107e0",func="main",
19279 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
19280 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="32"@}]
19281 (@value{GDBP})
19282 -stack-list-arguments 0
19283 ^done,
19284 stack-args=[
19285 frame=@{level="0",args=[]@},
19286 frame=@{level="1",args=[name="strarg"]@},
19287 frame=@{level="2",args=[name="intarg",name="strarg"]@},
19288 frame=@{level="3",args=[name="intarg",name="strarg",name="fltarg"]@},
19289 frame=@{level="4",args=[]@}]
19290 (@value{GDBP})
19291 -stack-list-arguments 1
19292 ^done,
19293 stack-args=[
19294 frame=@{level="0",args=[]@},
19295 frame=@{level="1",
19296 args=[@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
19297 frame=@{level="2",args=[
19298 @{name="intarg",value="2"@},
19299 @{name="strarg",value="0x11940 \"A string argument.\""@}]@},
19300 @{frame=@{level="3",args=[
19301 @{name="intarg",value="2"@},
19302 @{name="strarg",value="0x11940 \"A string argument.\""@},
19303 @{name="fltarg",value="3.5"@}]@},
19304 frame=@{level="4",args=[]@}]
19305 (@value{GDBP})
19306 -stack-list-arguments 0 2 2
19307 ^done,stack-args=[frame=@{level="2",args=[name="intarg",name="strarg"]@}]
19308 (@value{GDBP})
19309 -stack-list-arguments 1 2 2
19310 ^done,stack-args=[frame=@{level="2",
19311 args=[@{name="intarg",value="2"@},
19312 @{name="strarg",value="0x11940 \"A string argument.\""@}]@}]
19313 (@value{GDBP})
19314 @end smallexample
19315
19316 @c @subheading -stack-list-exception-handlers
19317
19318
19319 @subheading The @code{-stack-list-frames} Command
19320 @findex -stack-list-frames
19321
19322 @subsubheading Synopsis
19323
19324 @smallexample
19325 -stack-list-frames [ @var{low-frame} @var{high-frame} ]
19326 @end smallexample
19327
19328 List the frames currently on the stack. For each frame it displays the
19329 following info:
19330
19331 @table @samp
19332 @item @var{level}
19333 The frame number, 0 being the topmost frame, i.e. the innermost function.
19334 @item @var{addr}
19335 The @code{$pc} value for that frame.
19336 @item @var{func}
19337 Function name.
19338 @item @var{file}
19339 File name of the source file where the function lives.
19340 @item @var{line}
19341 Line number corresponding to the @code{$pc}.
19342 @end table
19343
19344 If invoked without arguments, this command prints a backtrace for the
19345 whole stack. If given two integer arguments, it shows the frames whose
19346 levels are between the two arguments (inclusive). If the two arguments
19347 are equal, it shows the single frame at the corresponding level.
19348
19349 @subsubheading @value{GDBN} Command
19350
19351 The corresponding @value{GDBN} commands are @samp{backtrace} and @samp{where}.
19352
19353 @subsubheading Example
19354
19355 Full stack backtrace:
19356
19357 @smallexample
19358 (@value{GDBP})
19359 -stack-list-frames
19360 ^done,stack=
19361 [frame=@{level="0",addr="0x0001076c",func="foo",
19362 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="11"@},
19363 frame=@{level="1",addr="0x000107a4",func="foo",
19364 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19365 frame=@{level="2",addr="0x000107a4",func="foo",
19366 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19367 frame=@{level="3",addr="0x000107a4",func="foo",
19368 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19369 frame=@{level="4",addr="0x000107a4",func="foo",
19370 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19371 frame=@{level="5",addr="0x000107a4",func="foo",
19372 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19373 frame=@{level="6",addr="0x000107a4",func="foo",
19374 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19375 frame=@{level="7",addr="0x000107a4",func="foo",
19376 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19377 frame=@{level="8",addr="0x000107a4",func="foo",
19378 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19379 frame=@{level="9",addr="0x000107a4",func="foo",
19380 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19381 frame=@{level="10",addr="0x000107a4",func="foo",
19382 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19383 frame=@{level="11",addr="0x00010738",func="main",
19384 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="4"@}]
19385 (@value{GDBP})
19386 @end smallexample
19387
19388 Show frames between @var{low_frame} and @var{high_frame}:
19389
19390 @smallexample
19391 (@value{GDBP})
19392 -stack-list-frames 3 5
19393 ^done,stack=
19394 [frame=@{level="3",addr="0x000107a4",func="foo",
19395 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19396 frame=@{level="4",addr="0x000107a4",func="foo",
19397 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19398 frame=@{level="5",addr="0x000107a4",func="foo",
19399 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@}]
19400 (@value{GDBP})
19401 @end smallexample
19402
19403 Show a single frame:
19404
19405 @smallexample
19406 (@value{GDBP})
19407 -stack-list-frames 3 3
19408 ^done,stack=
19409 [frame=@{level="3",addr="0x000107a4",func="foo",
19410 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@}]
19411 (@value{GDBP})
19412 @end smallexample
19413
19414
19415 @subheading The @code{-stack-list-locals} Command
19416 @findex -stack-list-locals
19417
19418 @subsubheading Synopsis
19419
19420 @smallexample
19421 -stack-list-locals @var{print-values}
19422 @end smallexample
19423
19424 Display the local variable names for the current frame. With an
19425 argument of 0 or @code{--no-values}, prints only the names of the variables.
19426 With argument of 1 or @code{--all-values}, prints also their values. With
19427 argument of 2 or @code{--simple-values}, prints the name, type and value for
19428 simple data types and the name and type for arrays, structures and
19429 unions. In this last case, the idea is that the user can see the
19430 value of simple data types immediately and he can create variable
19431 objects for other data types if he wishes to explore their values in
19432 more detail.
19433
19434 @subsubheading @value{GDBN} Command
19435
19436 @samp{info locals} in @value{GDBN}, @samp{gdb_get_locals} in @code{gdbtk}.
19437
19438 @subsubheading Example
19439
19440 @smallexample
19441 (@value{GDBP})
19442 -stack-list-locals 0
19443 ^done,locals=[name="A",name="B",name="C"]
19444 (@value{GDBP})
19445 -stack-list-locals --all-values
19446 ^done,locals=[@{name="A",value="1"@},@{name="B",value="2"@},
19447 @{name="C",value="@{1, 2, 3@}"@}]
19448 -stack-list-locals --simple-values
19449 ^done,locals=[@{name="A",type="int",value="1"@},
19450 @{name="B",type="int",value="2"@},@{name="C",type="int [3]"@}]
19451 (@value{GDBP})
19452 @end smallexample
19453
19454
19455 @subheading The @code{-stack-select-frame} Command
19456 @findex -stack-select-frame
19457
19458 @subsubheading Synopsis
19459
19460 @smallexample
19461 -stack-select-frame @var{framenum}
19462 @end smallexample
19463
19464 Change the current frame. Select a different frame @var{framenum} on
19465 the stack.
19466
19467 @subsubheading @value{GDBN} Command
19468
19469 The corresponding @value{GDBN} commands are @samp{frame}, @samp{up},
19470 @samp{down}, @samp{select-frame}, @samp{up-silent}, and @samp{down-silent}.
19471
19472 @subsubheading Example
19473
19474 @smallexample
19475 (@value{GDBP})
19476 -stack-select-frame 2
19477 ^done
19478 (@value{GDBP})
19479 @end smallexample
19480
19481 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19482 @node GDB/MI Symbol Query
19483 @section @sc{gdb/mi} Symbol Query Commands
19484
19485
19486 @subheading The @code{-symbol-info-address} Command
19487 @findex -symbol-info-address
19488
19489 @subsubheading Synopsis
19490
19491 @smallexample
19492 -symbol-info-address @var{symbol}
19493 @end smallexample
19494
19495 Describe where @var{symbol} is stored.
19496
19497 @subsubheading @value{GDBN} Command
19498
19499 The corresponding @value{GDBN} command is @samp{info address}.
19500
19501 @subsubheading Example
19502 N.A.
19503
19504
19505 @subheading The @code{-symbol-info-file} Command
19506 @findex -symbol-info-file
19507
19508 @subsubheading Synopsis
19509
19510 @smallexample
19511 -symbol-info-file
19512 @end smallexample
19513
19514 Show the file for the symbol.
19515
19516 @subsubheading @value{GDBN} Command
19517
19518 There's no equivalent @value{GDBN} command. @code{gdbtk} has
19519 @samp{gdb_find_file}.
19520
19521 @subsubheading Example
19522 N.A.
19523
19524
19525 @subheading The @code{-symbol-info-function} Command
19526 @findex -symbol-info-function
19527
19528 @subsubheading Synopsis
19529
19530 @smallexample
19531 -symbol-info-function
19532 @end smallexample
19533
19534 Show which function the symbol lives in.
19535
19536 @subsubheading @value{GDBN} Command
19537
19538 @samp{gdb_get_function} in @code{gdbtk}.
19539
19540 @subsubheading Example
19541 N.A.
19542
19543
19544 @subheading The @code{-symbol-info-line} Command
19545 @findex -symbol-info-line
19546
19547 @subsubheading Synopsis
19548
19549 @smallexample
19550 -symbol-info-line
19551 @end smallexample
19552
19553 Show the core addresses of the code for a source line.
19554
19555 @subsubheading @value{GDBN} Command
19556
19557 The corresponding @value{GDBN} command is @samp{info line}.
19558 @code{gdbtk} has the @samp{gdb_get_line} and @samp{gdb_get_file} commands.
19559
19560 @subsubheading Example
19561 N.A.
19562
19563
19564 @subheading The @code{-symbol-info-symbol} Command
19565 @findex -symbol-info-symbol
19566
19567 @subsubheading Synopsis
19568
19569 @smallexample
19570 -symbol-info-symbol @var{addr}
19571 @end smallexample
19572
19573 Describe what symbol is at location @var{addr}.
19574
19575 @subsubheading @value{GDBN} Command
19576
19577 The corresponding @value{GDBN} command is @samp{info symbol}.
19578
19579 @subsubheading Example
19580 N.A.
19581
19582
19583 @subheading The @code{-symbol-list-functions} Command
19584 @findex -symbol-list-functions
19585
19586 @subsubheading Synopsis
19587
19588 @smallexample
19589 -symbol-list-functions
19590 @end smallexample
19591
19592 List the functions in the executable.
19593
19594 @subsubheading @value{GDBN} Command
19595
19596 @samp{info functions} in @value{GDBN}, @samp{gdb_listfunc} and
19597 @samp{gdb_search} in @code{gdbtk}.
19598
19599 @subsubheading Example
19600 N.A.
19601
19602
19603 @subheading The @code{-symbol-list-lines} Command
19604 @findex -symbol-list-lines
19605
19606 @subsubheading Synopsis
19607
19608 @smallexample
19609 -symbol-list-lines @var{filename}
19610 @end smallexample
19611
19612 Print the list of lines that contain code and their associated program
19613 addresses for the given source filename. The entries are sorted in
19614 ascending PC order.
19615
19616 @subsubheading @value{GDBN} Command
19617
19618 There is no corresponding @value{GDBN} command.
19619
19620 @subsubheading Example
19621 @smallexample
19622 (@value{GDBP})
19623 -symbol-list-lines basics.c
19624 ^done,lines=[@{pc="0x08048554",line="7"@},@{pc="0x0804855a",line="8"@}]
19625 (@value{GDBP})
19626 @end smallexample
19627
19628
19629 @subheading The @code{-symbol-list-types} Command
19630 @findex -symbol-list-types
19631
19632 @subsubheading Synopsis
19633
19634 @smallexample
19635 -symbol-list-types
19636 @end smallexample
19637
19638 List all the type names.
19639
19640 @subsubheading @value{GDBN} Command
19641
19642 The corresponding commands are @samp{info types} in @value{GDBN},
19643 @samp{gdb_search} in @code{gdbtk}.
19644
19645 @subsubheading Example
19646 N.A.
19647
19648
19649 @subheading The @code{-symbol-list-variables} Command
19650 @findex -symbol-list-variables
19651
19652 @subsubheading Synopsis
19653
19654 @smallexample
19655 -symbol-list-variables
19656 @end smallexample
19657
19658 List all the global and static variable names.
19659
19660 @subsubheading @value{GDBN} Command
19661
19662 @samp{info variables} in @value{GDBN}, @samp{gdb_search} in @code{gdbtk}.
19663
19664 @subsubheading Example
19665 N.A.
19666
19667
19668 @subheading The @code{-symbol-locate} Command
19669 @findex -symbol-locate
19670
19671 @subsubheading Synopsis
19672
19673 @smallexample
19674 -symbol-locate
19675 @end smallexample
19676
19677 @subsubheading @value{GDBN} Command
19678
19679 @samp{gdb_loc} in @code{gdbtk}.
19680
19681 @subsubheading Example
19682 N.A.
19683
19684
19685 @subheading The @code{-symbol-type} Command
19686 @findex -symbol-type
19687
19688 @subsubheading Synopsis
19689
19690 @smallexample
19691 -symbol-type @var{variable}
19692 @end smallexample
19693
19694 Show type of @var{variable}.
19695
19696 @subsubheading @value{GDBN} Command
19697
19698 The corresponding @value{GDBN} command is @samp{ptype}, @code{gdbtk} has
19699 @samp{gdb_obj_variable}.
19700
19701 @subsubheading Example
19702 N.A.
19703
19704
19705 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19706 @node GDB/MI Target Manipulation
19707 @section @sc{gdb/mi} Target Manipulation Commands
19708
19709
19710 @subheading The @code{-target-attach} Command
19711 @findex -target-attach
19712
19713 @subsubheading Synopsis
19714
19715 @smallexample
19716 -target-attach @var{pid} | @var{file}
19717 @end smallexample
19718
19719 Attach to a process @var{pid} or a file @var{file} outside of @value{GDBN}.
19720
19721 @subsubheading @value{GDBN} command
19722
19723 The corresponding @value{GDBN} command is @samp{attach}.
19724
19725 @subsubheading Example
19726 N.A.
19727
19728
19729 @subheading The @code{-target-compare-sections} Command
19730 @findex -target-compare-sections
19731
19732 @subsubheading Synopsis
19733
19734 @smallexample
19735 -target-compare-sections [ @var{section} ]
19736 @end smallexample
19737
19738 Compare data of section @var{section} on target to the exec file.
19739 Without the argument, all sections are compared.
19740
19741 @subsubheading @value{GDBN} Command
19742
19743 The @value{GDBN} equivalent is @samp{compare-sections}.
19744
19745 @subsubheading Example
19746 N.A.
19747
19748
19749 @subheading The @code{-target-detach} Command
19750 @findex -target-detach
19751
19752 @subsubheading Synopsis
19753
19754 @smallexample
19755 -target-detach
19756 @end smallexample
19757
19758 Disconnect from the remote target. There's no output.
19759
19760 @subsubheading @value{GDBN} command
19761
19762 The corresponding @value{GDBN} command is @samp{detach}.
19763
19764 @subsubheading Example
19765
19766 @smallexample
19767 (@value{GDBP})
19768 -target-detach
19769 ^done
19770 (@value{GDBP})
19771 @end smallexample
19772
19773
19774 @subheading The @code{-target-disconnect} Command
19775 @findex -target-disconnect
19776
19777 @subsubheading Synopsis
19778
19779 @example
19780 -target-disconnect
19781 @end example
19782
19783 Disconnect from the remote target. There's no output.
19784
19785 @subsubheading @value{GDBN} command
19786
19787 The corresponding @value{GDBN} command is @samp{disconnect}.
19788
19789 @subsubheading Example
19790
19791 @smallexample
19792 (@value{GDBP})
19793 -target-disconnect
19794 ^done
19795 (@value{GDBP})
19796 @end smallexample
19797
19798
19799 @subheading The @code{-target-download} Command
19800 @findex -target-download
19801
19802 @subsubheading Synopsis
19803
19804 @smallexample
19805 -target-download
19806 @end smallexample
19807
19808 Loads the executable onto the remote target.
19809 It prints out an update message every half second, which includes the fields:
19810
19811 @table @samp
19812 @item section
19813 The name of the section.
19814 @item section-sent
19815 The size of what has been sent so far for that section.
19816 @item section-size
19817 The size of the section.
19818 @item total-sent
19819 The total size of what was sent so far (the current and the previous sections).
19820 @item total-size
19821 The size of the overall executable to download.
19822 @end table
19823
19824 @noindent
19825 Each message is sent as status record (@pxref{GDB/MI Output Syntax, ,
19826 @sc{gdb/mi} Output Syntax}).
19827
19828 In addition, it prints the name and size of the sections, as they are
19829 downloaded. These messages include the following fields:
19830
19831 @table @samp
19832 @item section
19833 The name of the section.
19834 @item section-size
19835 The size of the section.
19836 @item total-size
19837 The size of the overall executable to download.
19838 @end table
19839
19840 @noindent
19841 At the end, a summary is printed.
19842
19843 @subsubheading @value{GDBN} Command
19844
19845 The corresponding @value{GDBN} command is @samp{load}.
19846
19847 @subsubheading Example
19848
19849 Note: each status message appears on a single line. Here the messages
19850 have been broken down so that they can fit onto a page.
19851
19852 @smallexample
19853 (@value{GDBP})
19854 -target-download
19855 +download,@{section=".text",section-size="6668",total-size="9880"@}
19856 +download,@{section=".text",section-sent="512",section-size="6668",
19857 total-sent="512",total-size="9880"@}
19858 +download,@{section=".text",section-sent="1024",section-size="6668",
19859 total-sent="1024",total-size="9880"@}
19860 +download,@{section=".text",section-sent="1536",section-size="6668",
19861 total-sent="1536",total-size="9880"@}
19862 +download,@{section=".text",section-sent="2048",section-size="6668",
19863 total-sent="2048",total-size="9880"@}
19864 +download,@{section=".text",section-sent="2560",section-size="6668",
19865 total-sent="2560",total-size="9880"@}
19866 +download,@{section=".text",section-sent="3072",section-size="6668",
19867 total-sent="3072",total-size="9880"@}
19868 +download,@{section=".text",section-sent="3584",section-size="6668",
19869 total-sent="3584",total-size="9880"@}
19870 +download,@{section=".text",section-sent="4096",section-size="6668",
19871 total-sent="4096",total-size="9880"@}
19872 +download,@{section=".text",section-sent="4608",section-size="6668",
19873 total-sent="4608",total-size="9880"@}
19874 +download,@{section=".text",section-sent="5120",section-size="6668",
19875 total-sent="5120",total-size="9880"@}
19876 +download,@{section=".text",section-sent="5632",section-size="6668",
19877 total-sent="5632",total-size="9880"@}
19878 +download,@{section=".text",section-sent="6144",section-size="6668",
19879 total-sent="6144",total-size="9880"@}
19880 +download,@{section=".text",section-sent="6656",section-size="6668",
19881 total-sent="6656",total-size="9880"@}
19882 +download,@{section=".init",section-size="28",total-size="9880"@}
19883 +download,@{section=".fini",section-size="28",total-size="9880"@}
19884 +download,@{section=".data",section-size="3156",total-size="9880"@}
19885 +download,@{section=".data",section-sent="512",section-size="3156",
19886 total-sent="7236",total-size="9880"@}
19887 +download,@{section=".data",section-sent="1024",section-size="3156",
19888 total-sent="7748",total-size="9880"@}
19889 +download,@{section=".data",section-sent="1536",section-size="3156",
19890 total-sent="8260",total-size="9880"@}
19891 +download,@{section=".data",section-sent="2048",section-size="3156",
19892 total-sent="8772",total-size="9880"@}
19893 +download,@{section=".data",section-sent="2560",section-size="3156",
19894 total-sent="9284",total-size="9880"@}
19895 +download,@{section=".data",section-sent="3072",section-size="3156",
19896 total-sent="9796",total-size="9880"@}
19897 ^done,address="0x10004",load-size="9880",transfer-rate="6586",
19898 write-rate="429"
19899 (@value{GDBP})
19900 @end smallexample
19901
19902
19903 @subheading The @code{-target-exec-status} Command
19904 @findex -target-exec-status
19905
19906 @subsubheading Synopsis
19907
19908 @smallexample
19909 -target-exec-status
19910 @end smallexample
19911
19912 Provide information on the state of the target (whether it is running or
19913 not, for instance).
19914
19915 @subsubheading @value{GDBN} Command
19916
19917 There's no equivalent @value{GDBN} command.
19918
19919 @subsubheading Example
19920 N.A.
19921
19922
19923 @subheading The @code{-target-list-available-targets} Command
19924 @findex -target-list-available-targets
19925
19926 @subsubheading Synopsis
19927
19928 @smallexample
19929 -target-list-available-targets
19930 @end smallexample
19931
19932 List the possible targets to connect to.
19933
19934 @subsubheading @value{GDBN} Command
19935
19936 The corresponding @value{GDBN} command is @samp{help target}.
19937
19938 @subsubheading Example
19939 N.A.
19940
19941
19942 @subheading The @code{-target-list-current-targets} Command
19943 @findex -target-list-current-targets
19944
19945 @subsubheading Synopsis
19946
19947 @smallexample
19948 -target-list-current-targets
19949 @end smallexample
19950
19951 Describe the current target.
19952
19953 @subsubheading @value{GDBN} Command
19954
19955 The corresponding information is printed by @samp{info file} (among
19956 other things).
19957
19958 @subsubheading Example
19959 N.A.
19960
19961
19962 @subheading The @code{-target-list-parameters} Command
19963 @findex -target-list-parameters
19964
19965 @subsubheading Synopsis
19966
19967 @smallexample
19968 -target-list-parameters
19969 @end smallexample
19970
19971 @c ????
19972
19973 @subsubheading @value{GDBN} Command
19974
19975 No equivalent.
19976
19977 @subsubheading Example
19978 N.A.
19979
19980
19981 @subheading The @code{-target-select} Command
19982 @findex -target-select
19983
19984 @subsubheading Synopsis
19985
19986 @smallexample
19987 -target-select @var{type} @var{parameters @dots{}}
19988 @end smallexample
19989
19990 Connect @value{GDBN} to the remote target. This command takes two args:
19991
19992 @table @samp
19993 @item @var{type}
19994 The type of target, for instance @samp{async}, @samp{remote}, etc.
19995 @item @var{parameters}
19996 Device names, host names and the like. @xref{Target Commands, ,
19997 Commands for managing targets}, for more details.
19998 @end table
19999
20000 The output is a connection notification, followed by the address at
20001 which the target program is, in the following form:
20002
20003 @smallexample
20004 ^connected,addr="@var{address}",func="@var{function name}",
20005 args=[@var{arg list}]
20006 @end smallexample
20007
20008 @subsubheading @value{GDBN} Command
20009
20010 The corresponding @value{GDBN} command is @samp{target}.
20011
20012 @subsubheading Example
20013
20014 @smallexample
20015 (@value{GDBP})
20016 -target-select async /dev/ttya
20017 ^connected,addr="0xfe00a300",func="??",args=[]
20018 (@value{GDBP})
20019 @end smallexample
20020
20021 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
20022 @node GDB/MI Thread Commands
20023 @section @sc{gdb/mi} Thread Commands
20024
20025
20026 @subheading The @code{-thread-info} Command
20027 @findex -thread-info
20028
20029 @subsubheading Synopsis
20030
20031 @smallexample
20032 -thread-info
20033 @end smallexample
20034
20035 @subsubheading @value{GDBN} command
20036
20037 No equivalent.
20038
20039 @subsubheading Example
20040 N.A.
20041
20042
20043 @subheading The @code{-thread-list-all-threads} Command
20044 @findex -thread-list-all-threads
20045
20046 @subsubheading Synopsis
20047
20048 @smallexample
20049 -thread-list-all-threads
20050 @end smallexample
20051
20052 @subsubheading @value{GDBN} Command
20053
20054 The equivalent @value{GDBN} command is @samp{info threads}.
20055
20056 @subsubheading Example
20057 N.A.
20058
20059
20060 @subheading The @code{-thread-list-ids} Command
20061 @findex -thread-list-ids
20062
20063 @subsubheading Synopsis
20064
20065 @smallexample
20066 -thread-list-ids
20067 @end smallexample
20068
20069 Produces a list of the currently known @value{GDBN} thread ids. At the
20070 end of the list it also prints the total number of such threads.
20071
20072 @subsubheading @value{GDBN} Command
20073
20074 Part of @samp{info threads} supplies the same information.
20075
20076 @subsubheading Example
20077
20078 No threads present, besides the main process:
20079
20080 @smallexample
20081 (@value{GDBP})
20082 -thread-list-ids
20083 ^done,thread-ids=@{@},number-of-threads="0"
20084 (@value{GDBP})
20085 @end smallexample
20086
20087
20088 Several threads:
20089
20090 @smallexample
20091 (@value{GDBP})
20092 -thread-list-ids
20093 ^done,thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
20094 number-of-threads="3"
20095 (@value{GDBP})
20096 @end smallexample
20097
20098
20099 @subheading The @code{-thread-select} Command
20100 @findex -thread-select
20101
20102 @subsubheading Synopsis
20103
20104 @smallexample
20105 -thread-select @var{threadnum}
20106 @end smallexample
20107
20108 Make @var{threadnum} the current thread. It prints the number of the new
20109 current thread, and the topmost frame for that thread.
20110
20111 @subsubheading @value{GDBN} Command
20112
20113 The corresponding @value{GDBN} command is @samp{thread}.
20114
20115 @subsubheading Example
20116
20117 @smallexample
20118 (@value{GDBP})
20119 -exec-next
20120 ^running
20121 (@value{GDBP})
20122 *stopped,reason="end-stepping-range",thread-id="2",line="187",
20123 file="../../../devo/gdb/testsuite/gdb.threads/linux-dp.c"
20124 (@value{GDBP})
20125 -thread-list-ids
20126 ^done,
20127 thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
20128 number-of-threads="3"
20129 (@value{GDBP})
20130 -thread-select 3
20131 ^done,new-thread-id="3",
20132 frame=@{level="0",func="vprintf",
20133 args=[@{name="format",value="0x8048e9c \"%*s%c %d %c\\n\""@},
20134 @{name="arg",value="0x2"@}],file="vprintf.c",line="31"@}
20135 (@value{GDBP})
20136 @end smallexample
20137
20138 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
20139 @node GDB/MI Tracepoint Commands
20140 @section @sc{gdb/mi} Tracepoint Commands
20141
20142 The tracepoint commands are not yet implemented.
20143
20144 @c @subheading -trace-actions
20145
20146 @c @subheading -trace-delete
20147
20148 @c @subheading -trace-disable
20149
20150 @c @subheading -trace-dump
20151
20152 @c @subheading -trace-enable
20153
20154 @c @subheading -trace-exists
20155
20156 @c @subheading -trace-find
20157
20158 @c @subheading -trace-frame-number
20159
20160 @c @subheading -trace-info
20161
20162 @c @subheading -trace-insert
20163
20164 @c @subheading -trace-list
20165
20166 @c @subheading -trace-pass-count
20167
20168 @c @subheading -trace-save
20169
20170 @c @subheading -trace-start
20171
20172 @c @subheading -trace-stop
20173
20174
20175 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
20176 @node GDB/MI Variable Objects
20177 @section @sc{gdb/mi} Variable Objects
20178
20179
20180 @subheading Motivation for Variable Objects in @sc{gdb/mi}
20181
20182 For the implementation of a variable debugger window (locals, watched
20183 expressions, etc.), we are proposing the adaptation of the existing code
20184 used by @code{Insight}.
20185
20186 The two main reasons for that are:
20187
20188 @enumerate 1
20189 @item
20190 It has been proven in practice (it is already on its second generation).
20191
20192 @item
20193 It will shorten development time (needless to say how important it is
20194 now).
20195 @end enumerate
20196
20197 The original interface was designed to be used by Tcl code, so it was
20198 slightly changed so it could be used through @sc{gdb/mi}. This section
20199 describes the @sc{gdb/mi} operations that will be available and gives some
20200 hints about their use.
20201
20202 @emph{Note}: In addition to the set of operations described here, we
20203 expect the @sc{gui} implementation of a variable window to require, at
20204 least, the following operations:
20205
20206 @itemize @bullet
20207 @item @code{-gdb-show} @code{output-radix}
20208 @item @code{-stack-list-arguments}
20209 @item @code{-stack-list-locals}
20210 @item @code{-stack-select-frame}
20211 @end itemize
20212
20213 @subheading Introduction to Variable Objects in @sc{gdb/mi}
20214
20215 @cindex variable objects in @sc{gdb/mi}
20216 The basic idea behind variable objects is the creation of a named object
20217 to represent a variable, an expression, a memory location or even a CPU
20218 register. For each object created, a set of operations is available for
20219 examining or changing its properties.
20220
20221 Furthermore, complex data types, such as C structures, are represented
20222 in a tree format. For instance, the @code{struct} type variable is the
20223 root and the children will represent the struct members. If a child
20224 is itself of a complex type, it will also have children of its own.
20225 Appropriate language differences are handled for C, C@t{++} and Java.
20226
20227 When returning the actual values of the objects, this facility allows
20228 for the individual selection of the display format used in the result
20229 creation. It can be chosen among: binary, decimal, hexadecimal, octal
20230 and natural. Natural refers to a default format automatically
20231 chosen based on the variable type (like decimal for an @code{int}, hex
20232 for pointers, etc.).
20233
20234 The following is the complete set of @sc{gdb/mi} operations defined to
20235 access this functionality:
20236
20237 @multitable @columnfractions .4 .6
20238 @item @strong{Operation}
20239 @tab @strong{Description}
20240
20241 @item @code{-var-create}
20242 @tab create a variable object
20243 @item @code{-var-delete}
20244 @tab delete the variable object and its children
20245 @item @code{-var-set-format}
20246 @tab set the display format of this variable
20247 @item @code{-var-show-format}
20248 @tab show the display format of this variable
20249 @item @code{-var-info-num-children}
20250 @tab tells how many children this object has
20251 @item @code{-var-list-children}
20252 @tab return a list of the object's children
20253 @item @code{-var-info-type}
20254 @tab show the type of this variable object
20255 @item @code{-var-info-expression}
20256 @tab print what this variable object represents
20257 @item @code{-var-show-attributes}
20258 @tab is this variable editable? does it exist here?
20259 @item @code{-var-evaluate-expression}
20260 @tab get the value of this variable
20261 @item @code{-var-assign}
20262 @tab set the value of this variable
20263 @item @code{-var-update}
20264 @tab update the variable and its children
20265 @end multitable
20266
20267 In the next subsection we describe each operation in detail and suggest
20268 how it can be used.
20269
20270 @subheading Description And Use of Operations on Variable Objects
20271
20272 @subheading The @code{-var-create} Command
20273 @findex -var-create
20274
20275 @subsubheading Synopsis
20276
20277 @smallexample
20278 -var-create @{@var{name} | "-"@}
20279 @{@var{frame-addr} | "*"@} @var{expression}
20280 @end smallexample
20281
20282 This operation creates a variable object, which allows the monitoring of
20283 a variable, the result of an expression, a memory cell or a CPU
20284 register.
20285
20286 The @var{name} parameter is the string by which the object can be
20287 referenced. It must be unique. If @samp{-} is specified, the varobj
20288 system will generate a string ``varNNNNNN'' automatically. It will be
20289 unique provided that one does not specify @var{name} on that format.
20290 The command fails if a duplicate name is found.
20291
20292 The frame under which the expression should be evaluated can be
20293 specified by @var{frame-addr}. A @samp{*} indicates that the current
20294 frame should be used.
20295
20296 @var{expression} is any expression valid on the current language set (must not
20297 begin with a @samp{*}), or one of the following:
20298
20299 @itemize @bullet
20300 @item
20301 @samp{*@var{addr}}, where @var{addr} is the address of a memory cell
20302
20303 @item
20304 @samp{*@var{addr}-@var{addr}} --- a memory address range (TBD)
20305
20306 @item
20307 @samp{$@var{regname}} --- a CPU register name
20308 @end itemize
20309
20310 @subsubheading Result
20311
20312 This operation returns the name, number of children and the type of the
20313 object created. Type is returned as a string as the ones generated by
20314 the @value{GDBN} CLI:
20315
20316 @smallexample
20317 name="@var{name}",numchild="N",type="@var{type}"
20318 @end smallexample
20319
20320
20321 @subheading The @code{-var-delete} Command
20322 @findex -var-delete
20323
20324 @subsubheading Synopsis
20325
20326 @smallexample
20327 -var-delete @var{name}
20328 @end smallexample
20329
20330 Deletes a previously created variable object and all of its children.
20331
20332 Returns an error if the object @var{name} is not found.
20333
20334
20335 @subheading The @code{-var-set-format} Command
20336 @findex -var-set-format
20337
20338 @subsubheading Synopsis
20339
20340 @smallexample
20341 -var-set-format @var{name} @var{format-spec}
20342 @end smallexample
20343
20344 Sets the output format for the value of the object @var{name} to be
20345 @var{format-spec}.
20346
20347 The syntax for the @var{format-spec} is as follows:
20348
20349 @smallexample
20350 @var{format-spec} @expansion{}
20351 @{binary | decimal | hexadecimal | octal | natural@}
20352 @end smallexample
20353
20354
20355 @subheading The @code{-var-show-format} Command
20356 @findex -var-show-format
20357
20358 @subsubheading Synopsis
20359
20360 @smallexample
20361 -var-show-format @var{name}
20362 @end smallexample
20363
20364 Returns the format used to display the value of the object @var{name}.
20365
20366 @smallexample
20367 @var{format} @expansion{}
20368 @var{format-spec}
20369 @end smallexample
20370
20371
20372 @subheading The @code{-var-info-num-children} Command
20373 @findex -var-info-num-children
20374
20375 @subsubheading Synopsis
20376
20377 @smallexample
20378 -var-info-num-children @var{name}
20379 @end smallexample
20380
20381 Returns the number of children of a variable object @var{name}:
20382
20383 @smallexample
20384 numchild=@var{n}
20385 @end smallexample
20386
20387
20388 @subheading The @code{-var-list-children} Command
20389 @findex -var-list-children
20390
20391 @subsubheading Synopsis
20392
20393 @smallexample
20394 -var-list-children [@var{print-values}] @var{name}
20395 @end smallexample
20396
20397 Returns a list of the children of the specified variable object. With
20398 just the variable object name as an argument or with an optional
20399 preceding argument of 0 or @code{--no-values}, prints only the names of the
20400 variables. With an optional preceding argument of 1 or @code{--all-values},
20401 also prints their values.
20402
20403 @subsubheading Example
20404
20405 @smallexample
20406 (@value{GDBP})
20407 -var-list-children n
20408 numchild=@var{n},children=[@{name=@var{name},
20409 numchild=@var{n},type=@var{type}@},@r{(repeats N times)}]
20410 (@value{GDBP})
20411 -var-list-children --all-values n
20412 numchild=@var{n},children=[@{name=@var{name},
20413 numchild=@var{n},value=@var{value},type=@var{type}@},@r{(repeats N times)}]
20414 @end smallexample
20415
20416
20417 @subheading The @code{-var-info-type} Command
20418 @findex -var-info-type
20419
20420 @subsubheading Synopsis
20421
20422 @smallexample
20423 -var-info-type @var{name}
20424 @end smallexample
20425
20426 Returns the type of the specified variable @var{name}. The type is
20427 returned as a string in the same format as it is output by the
20428 @value{GDBN} CLI:
20429
20430 @smallexample
20431 type=@var{typename}
20432 @end smallexample
20433
20434
20435 @subheading The @code{-var-info-expression} Command
20436 @findex -var-info-expression
20437
20438 @subsubheading Synopsis
20439
20440 @smallexample
20441 -var-info-expression @var{name}
20442 @end smallexample
20443
20444 Returns what is represented by the variable object @var{name}:
20445
20446 @smallexample
20447 lang=@var{lang-spec},exp=@var{expression}
20448 @end smallexample
20449
20450 @noindent
20451 where @var{lang-spec} is @code{@{"C" | "C++" | "Java"@}}.
20452
20453 @subheading The @code{-var-show-attributes} Command
20454 @findex -var-show-attributes
20455
20456 @subsubheading Synopsis
20457
20458 @smallexample
20459 -var-show-attributes @var{name}
20460 @end smallexample
20461
20462 List attributes of the specified variable object @var{name}:
20463
20464 @smallexample
20465 status=@var{attr} [ ( ,@var{attr} )* ]
20466 @end smallexample
20467
20468 @noindent
20469 where @var{attr} is @code{@{ @{ editable | noneditable @} | TBD @}}.
20470
20471 @subheading The @code{-var-evaluate-expression} Command
20472 @findex -var-evaluate-expression
20473
20474 @subsubheading Synopsis
20475
20476 @smallexample
20477 -var-evaluate-expression @var{name}
20478 @end smallexample
20479
20480 Evaluates the expression that is represented by the specified variable
20481 object and returns its value as a string in the current format specified
20482 for the object:
20483
20484 @smallexample
20485 value=@var{value}
20486 @end smallexample
20487
20488 Note that one must invoke @code{-var-list-children} for a variable
20489 before the value of a child variable can be evaluated.
20490
20491 @subheading The @code{-var-assign} Command
20492 @findex -var-assign
20493
20494 @subsubheading Synopsis
20495
20496 @smallexample
20497 -var-assign @var{name} @var{expression}
20498 @end smallexample
20499
20500 Assigns the value of @var{expression} to the variable object specified
20501 by @var{name}. The object must be @samp{editable}. If the variable's
20502 value is altered by the assign, the variable will show up in any
20503 subsequent @code{-var-update} list.
20504
20505 @subsubheading Example
20506
20507 @smallexample
20508 (@value{GDBP})
20509 -var-assign var1 3
20510 ^done,value="3"
20511 (@value{GDBP})
20512 -var-update *
20513 ^done,changelist=[@{name="var1",in_scope="true",type_changed="false"@}]
20514 (@value{GDBP})
20515 @end smallexample
20516
20517 @subheading The @code{-var-update} Command
20518 @findex -var-update
20519
20520 @subsubheading Synopsis
20521
20522 @smallexample
20523 -var-update @{@var{name} | "*"@}
20524 @end smallexample
20525
20526 Update the value of the variable object @var{name} by evaluating its
20527 expression after fetching all the new values from memory or registers.
20528 A @samp{*} causes all existing variable objects to be updated.
20529
20530
20531 @node Annotations
20532 @chapter @value{GDBN} Annotations
20533
20534 This chapter describes annotations in @value{GDBN}. Annotations were
20535 designed to interface @value{GDBN} to graphical user interfaces or other
20536 similar programs which want to interact with @value{GDBN} at a
20537 relatively high level.
20538
20539 The annotation mechanism has largely been superseeded by @sc{gdb/mi}
20540 (@pxref{GDB/MI}).
20541
20542 @ignore
20543 This is Edition @value{EDITION}, @value{DATE}.
20544 @end ignore
20545
20546 @menu
20547 * Annotations Overview:: What annotations are; the general syntax.
20548 * Server Prefix:: Issuing a command without affecting user state.
20549 * Prompting:: Annotations marking @value{GDBN}'s need for input.
20550 * Errors:: Annotations for error messages.
20551 * Invalidation:: Some annotations describe things now invalid.
20552 * Annotations for Running::
20553 Whether the program is running, how it stopped, etc.
20554 * Source Annotations:: Annotations describing source code.
20555 @end menu
20556
20557 @node Annotations Overview
20558 @section What is an Annotation?
20559 @cindex annotations
20560
20561 Annotations start with a newline character, two @samp{control-z}
20562 characters, and the name of the annotation. If there is no additional
20563 information associated with this annotation, the name of the annotation
20564 is followed immediately by a newline. If there is additional
20565 information, the name of the annotation is followed by a space, the
20566 additional information, and a newline. The additional information
20567 cannot contain newline characters.
20568
20569 Any output not beginning with a newline and two @samp{control-z}
20570 characters denotes literal output from @value{GDBN}. Currently there is
20571 no need for @value{GDBN} to output a newline followed by two
20572 @samp{control-z} characters, but if there was such a need, the
20573 annotations could be extended with an @samp{escape} annotation which
20574 means those three characters as output.
20575
20576 The annotation @var{level}, which is specified using the
20577 @option{--annotate} command line option (@pxref{Mode Options}), controls
20578 how much information @value{GDBN} prints together with its prompt,
20579 values of expressions, source lines, and other types of output. Level 0
20580 is for no anntations, level 1 is for use when @value{GDBN} is run as a
20581 subprocess of @sc{gnu} Emacs, level 3 is the maximum annotation suitable
20582 for programs that control @value{GDBN}, and level 2 annotations have
20583 been made obsolete (@pxref{Limitations, , Limitations of the Annotation
20584 Interface, annotate, GDB's Obsolete Annotations}).
20585
20586 @table @code
20587 @kindex set annotate
20588 @item set annotate @var{level}
20589 The @value{GDBN} command @code{set annotate} sets the level of
20590 annotations to the specified @var{level}.
20591
20592 @item show annotate
20593 @kindex show annotate
20594 Show the current annotation level.
20595 @end table
20596
20597 This chapter describes level 3 annotations.
20598
20599 A simple example of starting up @value{GDBN} with annotations is:
20600
20601 @smallexample
20602 $ @kbd{gdb --annotate=3}
20603 GNU gdb 6.0
20604 Copyright 2003 Free Software Foundation, Inc.
20605 GDB is free software, covered by the GNU General Public License,
20606 and you are welcome to change it and/or distribute copies of it
20607 under certain conditions.
20608 Type "show copying" to see the conditions.
20609 There is absolutely no warranty for GDB. Type "show warranty"
20610 for details.
20611 This GDB was configured as "i386-pc-linux-gnu"
20612
20613 ^Z^Zpre-prompt
20614 (@value{GDBP})
20615 ^Z^Zprompt
20616 @kbd{quit}
20617
20618 ^Z^Zpost-prompt
20619 $
20620 @end smallexample
20621
20622 Here @samp{quit} is input to @value{GDBN}; the rest is output from
20623 @value{GDBN}. The three lines beginning @samp{^Z^Z} (where @samp{^Z}
20624 denotes a @samp{control-z} character) are annotations; the rest is
20625 output from @value{GDBN}.
20626
20627 @node Server Prefix
20628 @section The Server Prefix
20629 @cindex server prefix for annotations
20630
20631 To issue a command to @value{GDBN} without affecting certain aspects of
20632 the state which is seen by users, prefix it with @samp{server }. This
20633 means that this command will not affect the command history, nor will it
20634 affect @value{GDBN}'s notion of which command to repeat if @key{RET} is
20635 pressed on a line by itself.
20636
20637 The server prefix does not affect the recording of values into the value
20638 history; to print a value without recording it into the value history,
20639 use the @code{output} command instead of the @code{print} command.
20640
20641 @node Prompting
20642 @section Annotation for @value{GDBN} Input
20643
20644 @cindex annotations for prompts
20645 When @value{GDBN} prompts for input, it annotates this fact so it is possible
20646 to know when to send output, when the output from a given command is
20647 over, etc.
20648
20649 Different kinds of input each have a different @dfn{input type}. Each
20650 input type has three annotations: a @code{pre-} annotation, which
20651 denotes the beginning of any prompt which is being output, a plain
20652 annotation, which denotes the end of the prompt, and then a @code{post-}
20653 annotation which denotes the end of any echo which may (or may not) be
20654 associated with the input. For example, the @code{prompt} input type
20655 features the following annotations:
20656
20657 @smallexample
20658 ^Z^Zpre-prompt
20659 ^Z^Zprompt
20660 ^Z^Zpost-prompt
20661 @end smallexample
20662
20663 The input types are
20664
20665 @table @code
20666 @findex pre-prompt
20667 @findex prompt
20668 @findex post-prompt
20669 @item prompt
20670 When @value{GDBN} is prompting for a command (the main @value{GDBN} prompt).
20671
20672 @findex pre-commands
20673 @findex commands
20674 @findex post-commands
20675 @item commands
20676 When @value{GDBN} prompts for a set of commands, like in the @code{commands}
20677 command. The annotations are repeated for each command which is input.
20678
20679 @findex pre-overload-choice
20680 @findex overload-choice
20681 @findex post-overload-choice
20682 @item overload-choice
20683 When @value{GDBN} wants the user to select between various overloaded functions.
20684
20685 @findex pre-query
20686 @findex query
20687 @findex post-query
20688 @item query
20689 When @value{GDBN} wants the user to confirm a potentially dangerous operation.
20690
20691 @findex pre-prompt-for-continue
20692 @findex prompt-for-continue
20693 @findex post-prompt-for-continue
20694 @item prompt-for-continue
20695 When @value{GDBN} is asking the user to press return to continue. Note: Don't
20696 expect this to work well; instead use @code{set height 0} to disable
20697 prompting. This is because the counting of lines is buggy in the
20698 presence of annotations.
20699 @end table
20700
20701 @node Errors
20702 @section Errors
20703 @cindex annotations for errors, warnings and interrupts
20704
20705 @findex quit
20706 @smallexample
20707 ^Z^Zquit
20708 @end smallexample
20709
20710 This annotation occurs right before @value{GDBN} responds to an interrupt.
20711
20712 @findex error
20713 @smallexample
20714 ^Z^Zerror
20715 @end smallexample
20716
20717 This annotation occurs right before @value{GDBN} responds to an error.
20718
20719 Quit and error annotations indicate that any annotations which @value{GDBN} was
20720 in the middle of may end abruptly. For example, if a
20721 @code{value-history-begin} annotation is followed by a @code{error}, one
20722 cannot expect to receive the matching @code{value-history-end}. One
20723 cannot expect not to receive it either, however; an error annotation
20724 does not necessarily mean that @value{GDBN} is immediately returning all the way
20725 to the top level.
20726
20727 @findex error-begin
20728 A quit or error annotation may be preceded by
20729
20730 @smallexample
20731 ^Z^Zerror-begin
20732 @end smallexample
20733
20734 Any output between that and the quit or error annotation is the error
20735 message.
20736
20737 Warning messages are not yet annotated.
20738 @c If we want to change that, need to fix warning(), type_error(),
20739 @c range_error(), and possibly other places.
20740
20741 @node Invalidation
20742 @section Invalidation Notices
20743
20744 @cindex annotations for invalidation messages
20745 The following annotations say that certain pieces of state may have
20746 changed.
20747
20748 @table @code
20749 @findex frames-invalid
20750 @item ^Z^Zframes-invalid
20751
20752 The frames (for example, output from the @code{backtrace} command) may
20753 have changed.
20754
20755 @findex breakpoints-invalid
20756 @item ^Z^Zbreakpoints-invalid
20757
20758 The breakpoints may have changed. For example, the user just added or
20759 deleted a breakpoint.
20760 @end table
20761
20762 @node Annotations for Running
20763 @section Running the Program
20764 @cindex annotations for running programs
20765
20766 @findex starting
20767 @findex stopping
20768 When the program starts executing due to a @value{GDBN} command such as
20769 @code{step} or @code{continue},
20770
20771 @smallexample
20772 ^Z^Zstarting
20773 @end smallexample
20774
20775 is output. When the program stops,
20776
20777 @smallexample
20778 ^Z^Zstopped
20779 @end smallexample
20780
20781 is output. Before the @code{stopped} annotation, a variety of
20782 annotations describe how the program stopped.
20783
20784 @table @code
20785 @findex exited
20786 @item ^Z^Zexited @var{exit-status}
20787 The program exited, and @var{exit-status} is the exit status (zero for
20788 successful exit, otherwise nonzero).
20789
20790 @findex signalled
20791 @findex signal-name
20792 @findex signal-name-end
20793 @findex signal-string
20794 @findex signal-string-end
20795 @item ^Z^Zsignalled
20796 The program exited with a signal. After the @code{^Z^Zsignalled}, the
20797 annotation continues:
20798
20799 @smallexample
20800 @var{intro-text}
20801 ^Z^Zsignal-name
20802 @var{name}
20803 ^Z^Zsignal-name-end
20804 @var{middle-text}
20805 ^Z^Zsignal-string
20806 @var{string}
20807 ^Z^Zsignal-string-end
20808 @var{end-text}
20809 @end smallexample
20810
20811 @noindent
20812 where @var{name} is the name of the signal, such as @code{SIGILL} or
20813 @code{SIGSEGV}, and @var{string} is the explanation of the signal, such
20814 as @code{Illegal Instruction} or @code{Segmentation fault}.
20815 @var{intro-text}, @var{middle-text}, and @var{end-text} are for the
20816 user's benefit and have no particular format.
20817
20818 @findex signal
20819 @item ^Z^Zsignal
20820 The syntax of this annotation is just like @code{signalled}, but @value{GDBN} is
20821 just saying that the program received the signal, not that it was
20822 terminated with it.
20823
20824 @findex breakpoint
20825 @item ^Z^Zbreakpoint @var{number}
20826 The program hit breakpoint number @var{number}.
20827
20828 @findex watchpoint
20829 @item ^Z^Zwatchpoint @var{number}
20830 The program hit watchpoint number @var{number}.
20831 @end table
20832
20833 @node Source Annotations
20834 @section Displaying Source
20835 @cindex annotations for source display
20836
20837 @findex source
20838 The following annotation is used instead of displaying source code:
20839
20840 @smallexample
20841 ^Z^Zsource @var{filename}:@var{line}:@var{character}:@var{middle}:@var{addr}
20842 @end smallexample
20843
20844 where @var{filename} is an absolute file name indicating which source
20845 file, @var{line} is the line number within that file (where 1 is the
20846 first line in the file), @var{character} is the character position
20847 within the file (where 0 is the first character in the file) (for most
20848 debug formats this will necessarily point to the beginning of a line),
20849 @var{middle} is @samp{middle} if @var{addr} is in the middle of the
20850 line, or @samp{beg} if @var{addr} is at the beginning of the line, and
20851 @var{addr} is the address in the target program associated with the
20852 source which is being displayed. @var{addr} is in the form @samp{0x}
20853 followed by one or more lowercase hex digits (note that this does not
20854 depend on the language).
20855
20856 @node GDB Bugs
20857 @chapter Reporting Bugs in @value{GDBN}
20858 @cindex bugs in @value{GDBN}
20859 @cindex reporting bugs in @value{GDBN}
20860
20861 Your bug reports play an essential role in making @value{GDBN} reliable.
20862
20863 Reporting a bug may help you by bringing a solution to your problem, or it
20864 may not. But in any case the principal function of a bug report is to help
20865 the entire community by making the next version of @value{GDBN} work better. Bug
20866 reports are your contribution to the maintenance of @value{GDBN}.
20867
20868 In order for a bug report to serve its purpose, you must include the
20869 information that enables us to fix the bug.
20870
20871 @menu
20872 * Bug Criteria:: Have you found a bug?
20873 * Bug Reporting:: How to report bugs
20874 @end menu
20875
20876 @node Bug Criteria
20877 @section Have you found a bug?
20878 @cindex bug criteria
20879
20880 If you are not sure whether you have found a bug, here are some guidelines:
20881
20882 @itemize @bullet
20883 @cindex fatal signal
20884 @cindex debugger crash
20885 @cindex crash of debugger
20886 @item
20887 If the debugger gets a fatal signal, for any input whatever, that is a
20888 @value{GDBN} bug. Reliable debuggers never crash.
20889
20890 @cindex error on valid input
20891 @item
20892 If @value{GDBN} produces an error message for valid input, that is a
20893 bug. (Note that if you're cross debugging, the problem may also be
20894 somewhere in the connection to the target.)
20895
20896 @cindex invalid input
20897 @item
20898 If @value{GDBN} does not produce an error message for invalid input,
20899 that is a bug. However, you should note that your idea of
20900 ``invalid input'' might be our idea of ``an extension'' or ``support
20901 for traditional practice''.
20902
20903 @item
20904 If you are an experienced user of debugging tools, your suggestions
20905 for improvement of @value{GDBN} are welcome in any case.
20906 @end itemize
20907
20908 @node Bug Reporting
20909 @section How to report bugs
20910 @cindex bug reports
20911 @cindex @value{GDBN} bugs, reporting
20912
20913 A number of companies and individuals offer support for @sc{gnu} products.
20914 If you obtained @value{GDBN} from a support organization, we recommend you
20915 contact that organization first.
20916
20917 You can find contact information for many support companies and
20918 individuals in the file @file{etc/SERVICE} in the @sc{gnu} Emacs
20919 distribution.
20920 @c should add a web page ref...
20921
20922 In any event, we also recommend that you submit bug reports for
20923 @value{GDBN}. The prefered method is to submit them directly using
20924 @uref{http://www.gnu.org/software/gdb/bugs/, @value{GDBN}'s Bugs web
20925 page}. Alternatively, the @email{bug-gdb@@gnu.org, e-mail gateway} can
20926 be used.
20927
20928 @strong{Do not send bug reports to @samp{info-gdb}, or to
20929 @samp{help-gdb}, or to any newsgroups.} Most users of @value{GDBN} do
20930 not want to receive bug reports. Those that do have arranged to receive
20931 @samp{bug-gdb}.
20932
20933 The mailing list @samp{bug-gdb} has a newsgroup @samp{gnu.gdb.bug} which
20934 serves as a repeater. The mailing list and the newsgroup carry exactly
20935 the same messages. Often people think of posting bug reports to the
20936 newsgroup instead of mailing them. This appears to work, but it has one
20937 problem which can be crucial: a newsgroup posting often lacks a mail
20938 path back to the sender. Thus, if we need to ask for more information,
20939 we may be unable to reach you. For this reason, it is better to send
20940 bug reports to the mailing list.
20941
20942 The fundamental principle of reporting bugs usefully is this:
20943 @strong{report all the facts}. If you are not sure whether to state a
20944 fact or leave it out, state it!
20945
20946 Often people omit facts because they think they know what causes the
20947 problem and assume that some details do not matter. Thus, you might
20948 assume that the name of the variable you use in an example does not matter.
20949 Well, probably it does not, but one cannot be sure. Perhaps the bug is a
20950 stray memory reference which happens to fetch from the location where that
20951 name is stored in memory; perhaps, if the name were different, the contents
20952 of that location would fool the debugger into doing the right thing despite
20953 the bug. Play it safe and give a specific, complete example. That is the
20954 easiest thing for you to do, and the most helpful.
20955
20956 Keep in mind that the purpose of a bug report is to enable us to fix the
20957 bug. It may be that the bug has been reported previously, but neither
20958 you nor we can know that unless your bug report is complete and
20959 self-contained.
20960
20961 Sometimes people give a few sketchy facts and ask, ``Does this ring a
20962 bell?'' Those bug reports are useless, and we urge everyone to
20963 @emph{refuse to respond to them} except to chide the sender to report
20964 bugs properly.
20965
20966 To enable us to fix the bug, you should include all these things:
20967
20968 @itemize @bullet
20969 @item
20970 The version of @value{GDBN}. @value{GDBN} announces it if you start
20971 with no arguments; you can also print it at any time using @code{show
20972 version}.
20973
20974 Without this, we will not know whether there is any point in looking for
20975 the bug in the current version of @value{GDBN}.
20976
20977 @item
20978 The type of machine you are using, and the operating system name and
20979 version number.
20980
20981 @item
20982 What compiler (and its version) was used to compile @value{GDBN}---e.g.
20983 ``@value{GCC}--2.8.1''.
20984
20985 @item
20986 What compiler (and its version) was used to compile the program you are
20987 debugging---e.g. ``@value{GCC}--2.8.1'', or ``HP92453-01 A.10.32.03 HP
20988 C Compiler''. For GCC, you can say @code{gcc --version} to get this
20989 information; for other compilers, see the documentation for those
20990 compilers.
20991
20992 @item
20993 The command arguments you gave the compiler to compile your example and
20994 observe the bug. For example, did you use @samp{-O}? To guarantee
20995 you will not omit something important, list them all. A copy of the
20996 Makefile (or the output from make) is sufficient.
20997
20998 If we were to try to guess the arguments, we would probably guess wrong
20999 and then we might not encounter the bug.
21000
21001 @item
21002 A complete input script, and all necessary source files, that will
21003 reproduce the bug.
21004
21005 @item
21006 A description of what behavior you observe that you believe is
21007 incorrect. For example, ``It gets a fatal signal.''
21008
21009 Of course, if the bug is that @value{GDBN} gets a fatal signal, then we
21010 will certainly notice it. But if the bug is incorrect output, we might
21011 not notice unless it is glaringly wrong. You might as well not give us
21012 a chance to make a mistake.
21013
21014 Even if the problem you experience is a fatal signal, you should still
21015 say so explicitly. Suppose something strange is going on, such as, your
21016 copy of @value{GDBN} is out of synch, or you have encountered a bug in
21017 the C library on your system. (This has happened!) Your copy might
21018 crash and ours would not. If you told us to expect a crash, then when
21019 ours fails to crash, we would know that the bug was not happening for
21020 us. If you had not told us to expect a crash, then we would not be able
21021 to draw any conclusion from our observations.
21022
21023 @pindex script
21024 @cindex recording a session script
21025 To collect all this information, you can use a session recording program
21026 such as @command{script}, which is available on many Unix systems.
21027 Just run your @value{GDBN} session inside @command{script} and then
21028 include the @file{typescript} file with your bug report.
21029
21030 Another way to record a @value{GDBN} session is to run @value{GDBN}
21031 inside Emacs and then save the entire buffer to a file.
21032
21033 @item
21034 If you wish to suggest changes to the @value{GDBN} source, send us context
21035 diffs. If you even discuss something in the @value{GDBN} source, refer to
21036 it by context, not by line number.
21037
21038 The line numbers in our development sources will not match those in your
21039 sources. Your line numbers would convey no useful information to us.
21040
21041 @end itemize
21042
21043 Here are some things that are not necessary:
21044
21045 @itemize @bullet
21046 @item
21047 A description of the envelope of the bug.
21048
21049 Often people who encounter a bug spend a lot of time investigating
21050 which changes to the input file will make the bug go away and which
21051 changes will not affect it.
21052
21053 This is often time consuming and not very useful, because the way we
21054 will find the bug is by running a single example under the debugger
21055 with breakpoints, not by pure deduction from a series of examples.
21056 We recommend that you save your time for something else.
21057
21058 Of course, if you can find a simpler example to report @emph{instead}
21059 of the original one, that is a convenience for us. Errors in the
21060 output will be easier to spot, running under the debugger will take
21061 less time, and so on.
21062
21063 However, simplification is not vital; if you do not want to do this,
21064 report the bug anyway and send us the entire test case you used.
21065
21066 @item
21067 A patch for the bug.
21068
21069 A patch for the bug does help us if it is a good one. But do not omit
21070 the necessary information, such as the test case, on the assumption that
21071 a patch is all we need. We might see problems with your patch and decide
21072 to fix the problem another way, or we might not understand it at all.
21073
21074 Sometimes with a program as complicated as @value{GDBN} it is very hard to
21075 construct an example that will make the program follow a certain path
21076 through the code. If you do not send us the example, we will not be able
21077 to construct one, so we will not be able to verify that the bug is fixed.
21078
21079 And if we cannot understand what bug you are trying to fix, or why your
21080 patch should be an improvement, we will not install it. A test case will
21081 help us to understand.
21082
21083 @item
21084 A guess about what the bug is or what it depends on.
21085
21086 Such guesses are usually wrong. Even we cannot guess right about such
21087 things without first using the debugger to find the facts.
21088 @end itemize
21089
21090 @c The readline documentation is distributed with the readline code
21091 @c and consists of the two following files:
21092 @c rluser.texinfo
21093 @c inc-hist.texinfo
21094 @c Use -I with makeinfo to point to the appropriate directory,
21095 @c environment var TEXINPUTS with TeX.
21096 @include rluser.texinfo
21097 @include inc-hist.texinfo
21098
21099
21100 @node Formatting Documentation
21101 @appendix Formatting Documentation
21102
21103 @cindex @value{GDBN} reference card
21104 @cindex reference card
21105 The @value{GDBN} 4 release includes an already-formatted reference card, ready
21106 for printing with PostScript or Ghostscript, in the @file{gdb}
21107 subdirectory of the main source directory@footnote{In
21108 @file{gdb-@value{GDBVN}/gdb/refcard.ps} of the version @value{GDBVN}
21109 release.}. If you can use PostScript or Ghostscript with your printer,
21110 you can print the reference card immediately with @file{refcard.ps}.
21111
21112 The release also includes the source for the reference card. You
21113 can format it, using @TeX{}, by typing:
21114
21115 @smallexample
21116 make refcard.dvi
21117 @end smallexample
21118
21119 The @value{GDBN} reference card is designed to print in @dfn{landscape}
21120 mode on US ``letter'' size paper;
21121 that is, on a sheet 11 inches wide by 8.5 inches
21122 high. You will need to specify this form of printing as an option to
21123 your @sc{dvi} output program.
21124
21125 @cindex documentation
21126
21127 All the documentation for @value{GDBN} comes as part of the machine-readable
21128 distribution. The documentation is written in Texinfo format, which is
21129 a documentation system that uses a single source file to produce both
21130 on-line information and a printed manual. You can use one of the Info
21131 formatting commands to create the on-line version of the documentation
21132 and @TeX{} (or @code{texi2roff}) to typeset the printed version.
21133
21134 @value{GDBN} includes an already formatted copy of the on-line Info
21135 version of this manual in the @file{gdb} subdirectory. The main Info
21136 file is @file{gdb-@value{GDBVN}/gdb/gdb.info}, and it refers to
21137 subordinate files matching @samp{gdb.info*} in the same directory. If
21138 necessary, you can print out these files, or read them with any editor;
21139 but they are easier to read using the @code{info} subsystem in @sc{gnu}
21140 Emacs or the standalone @code{info} program, available as part of the
21141 @sc{gnu} Texinfo distribution.
21142
21143 If you want to format these Info files yourself, you need one of the
21144 Info formatting programs, such as @code{texinfo-format-buffer} or
21145 @code{makeinfo}.
21146
21147 If you have @code{makeinfo} installed, and are in the top level
21148 @value{GDBN} source directory (@file{gdb-@value{GDBVN}}, in the case of
21149 version @value{GDBVN}), you can make the Info file by typing:
21150
21151 @smallexample
21152 cd gdb
21153 make gdb.info
21154 @end smallexample
21155
21156 If you want to typeset and print copies of this manual, you need @TeX{},
21157 a program to print its @sc{dvi} output files, and @file{texinfo.tex}, the
21158 Texinfo definitions file.
21159
21160 @TeX{} is a typesetting program; it does not print files directly, but
21161 produces output files called @sc{dvi} files. To print a typeset
21162 document, you need a program to print @sc{dvi} files. If your system
21163 has @TeX{} installed, chances are it has such a program. The precise
21164 command to use depends on your system; @kbd{lpr -d} is common; another
21165 (for PostScript devices) is @kbd{dvips}. The @sc{dvi} print command may
21166 require a file name without any extension or a @samp{.dvi} extension.
21167
21168 @TeX{} also requires a macro definitions file called
21169 @file{texinfo.tex}. This file tells @TeX{} how to typeset a document
21170 written in Texinfo format. On its own, @TeX{} cannot either read or
21171 typeset a Texinfo file. @file{texinfo.tex} is distributed with GDB
21172 and is located in the @file{gdb-@var{version-number}/texinfo}
21173 directory.
21174
21175 If you have @TeX{} and a @sc{dvi} printer program installed, you can
21176 typeset and print this manual. First switch to the the @file{gdb}
21177 subdirectory of the main source directory (for example, to
21178 @file{gdb-@value{GDBVN}/gdb}) and type:
21179
21180 @smallexample
21181 make gdb.dvi
21182 @end smallexample
21183
21184 Then give @file{gdb.dvi} to your @sc{dvi} printing program.
21185
21186 @node Installing GDB
21187 @appendix Installing @value{GDBN}
21188 @cindex configuring @value{GDBN}
21189 @cindex installation
21190 @cindex configuring @value{GDBN}, and source tree subdirectories
21191
21192 @value{GDBN} comes with a @code{configure} script that automates the process
21193 of preparing @value{GDBN} for installation; you can then use @code{make} to
21194 build the @code{gdb} program.
21195 @iftex
21196 @c irrelevant in info file; it's as current as the code it lives with.
21197 @footnote{If you have a more recent version of @value{GDBN} than @value{GDBVN},
21198 look at the @file{README} file in the sources; we may have improved the
21199 installation procedures since publishing this manual.}
21200 @end iftex
21201
21202 The @value{GDBN} distribution includes all the source code you need for
21203 @value{GDBN} in a single directory, whose name is usually composed by
21204 appending the version number to @samp{gdb}.
21205
21206 For example, the @value{GDBN} version @value{GDBVN} distribution is in the
21207 @file{gdb-@value{GDBVN}} directory. That directory contains:
21208
21209 @table @code
21210 @item gdb-@value{GDBVN}/configure @r{(and supporting files)}
21211 script for configuring @value{GDBN} and all its supporting libraries
21212
21213 @item gdb-@value{GDBVN}/gdb
21214 the source specific to @value{GDBN} itself
21215
21216 @item gdb-@value{GDBVN}/bfd
21217 source for the Binary File Descriptor library
21218
21219 @item gdb-@value{GDBVN}/include
21220 @sc{gnu} include files
21221
21222 @item gdb-@value{GDBVN}/libiberty
21223 source for the @samp{-liberty} free software library
21224
21225 @item gdb-@value{GDBVN}/opcodes
21226 source for the library of opcode tables and disassemblers
21227
21228 @item gdb-@value{GDBVN}/readline
21229 source for the @sc{gnu} command-line interface
21230
21231 @item gdb-@value{GDBVN}/glob
21232 source for the @sc{gnu} filename pattern-matching subroutine
21233
21234 @item gdb-@value{GDBVN}/mmalloc
21235 source for the @sc{gnu} memory-mapped malloc package
21236 @end table
21237
21238 The simplest way to configure and build @value{GDBN} is to run @code{configure}
21239 from the @file{gdb-@var{version-number}} source directory, which in
21240 this example is the @file{gdb-@value{GDBVN}} directory.
21241
21242 First switch to the @file{gdb-@var{version-number}} source directory
21243 if you are not already in it; then run @code{configure}. Pass the
21244 identifier for the platform on which @value{GDBN} will run as an
21245 argument.
21246
21247 For example:
21248
21249 @smallexample
21250 cd gdb-@value{GDBVN}
21251 ./configure @var{host}
21252 make
21253 @end smallexample
21254
21255 @noindent
21256 where @var{host} is an identifier such as @samp{sun4} or
21257 @samp{decstation}, that identifies the platform where @value{GDBN} will run.
21258 (You can often leave off @var{host}; @code{configure} tries to guess the
21259 correct value by examining your system.)
21260
21261 Running @samp{configure @var{host}} and then running @code{make} builds the
21262 @file{bfd}, @file{readline}, @file{mmalloc}, and @file{libiberty}
21263 libraries, then @code{gdb} itself. The configured source files, and the
21264 binaries, are left in the corresponding source directories.
21265
21266 @need 750
21267 @code{configure} is a Bourne-shell (@code{/bin/sh}) script; if your
21268 system does not recognize this automatically when you run a different
21269 shell, you may need to run @code{sh} on it explicitly:
21270
21271 @smallexample
21272 sh configure @var{host}
21273 @end smallexample
21274
21275 If you run @code{configure} from a directory that contains source
21276 directories for multiple libraries or programs, such as the
21277 @file{gdb-@value{GDBVN}} source directory for version @value{GDBVN}, @code{configure}
21278 creates configuration files for every directory level underneath (unless
21279 you tell it not to, with the @samp{--norecursion} option).
21280
21281 You should run the @code{configure} script from the top directory in the
21282 source tree, the @file{gdb-@var{version-number}} directory. If you run
21283 @code{configure} from one of the subdirectories, you will configure only
21284 that subdirectory. That is usually not what you want. In particular,
21285 if you run the first @code{configure} from the @file{gdb} subdirectory
21286 of the @file{gdb-@var{version-number}} directory, you will omit the
21287 configuration of @file{bfd}, @file{readline}, and other sibling
21288 directories of the @file{gdb} subdirectory. This leads to build errors
21289 about missing include files such as @file{bfd/bfd.h}.
21290
21291 You can install @code{@value{GDBP}} anywhere; it has no hardwired paths.
21292 However, you should make sure that the shell on your path (named by
21293 the @samp{SHELL} environment variable) is publicly readable. Remember
21294 that @value{GDBN} uses the shell to start your program---some systems refuse to
21295 let @value{GDBN} debug child processes whose programs are not readable.
21296
21297 @menu
21298 * Separate Objdir:: Compiling @value{GDBN} in another directory
21299 * Config Names:: Specifying names for hosts and targets
21300 * Configure Options:: Summary of options for configure
21301 @end menu
21302
21303 @node Separate Objdir
21304 @section Compiling @value{GDBN} in another directory
21305
21306 If you want to run @value{GDBN} versions for several host or target machines,
21307 you need a different @code{gdb} compiled for each combination of
21308 host and target. @code{configure} is designed to make this easy by
21309 allowing you to generate each configuration in a separate subdirectory,
21310 rather than in the source directory. If your @code{make} program
21311 handles the @samp{VPATH} feature (@sc{gnu} @code{make} does), running
21312 @code{make} in each of these directories builds the @code{gdb}
21313 program specified there.
21314
21315 To build @code{gdb} in a separate directory, run @code{configure}
21316 with the @samp{--srcdir} option to specify where to find the source.
21317 (You also need to specify a path to find @code{configure}
21318 itself from your working directory. If the path to @code{configure}
21319 would be the same as the argument to @samp{--srcdir}, you can leave out
21320 the @samp{--srcdir} option; it is assumed.)
21321
21322 For example, with version @value{GDBVN}, you can build @value{GDBN} in a
21323 separate directory for a Sun 4 like this:
21324
21325 @smallexample
21326 @group
21327 cd gdb-@value{GDBVN}
21328 mkdir ../gdb-sun4
21329 cd ../gdb-sun4
21330 ../gdb-@value{GDBVN}/configure sun4
21331 make
21332 @end group
21333 @end smallexample
21334
21335 When @code{configure} builds a configuration using a remote source
21336 directory, it creates a tree for the binaries with the same structure
21337 (and using the same names) as the tree under the source directory. In
21338 the example, you'd find the Sun 4 library @file{libiberty.a} in the
21339 directory @file{gdb-sun4/libiberty}, and @value{GDBN} itself in
21340 @file{gdb-sun4/gdb}.
21341
21342 Make sure that your path to the @file{configure} script has just one
21343 instance of @file{gdb} in it. If your path to @file{configure} looks
21344 like @file{../gdb-@value{GDBVN}/gdb/configure}, you are configuring only
21345 one subdirectory of @value{GDBN}, not the whole package. This leads to
21346 build errors about missing include files such as @file{bfd/bfd.h}.
21347
21348 One popular reason to build several @value{GDBN} configurations in separate
21349 directories is to configure @value{GDBN} for cross-compiling (where
21350 @value{GDBN} runs on one machine---the @dfn{host}---while debugging
21351 programs that run on another machine---the @dfn{target}).
21352 You specify a cross-debugging target by
21353 giving the @samp{--target=@var{target}} option to @code{configure}.
21354
21355 When you run @code{make} to build a program or library, you must run
21356 it in a configured directory---whatever directory you were in when you
21357 called @code{configure} (or one of its subdirectories).
21358
21359 The @code{Makefile} that @code{configure} generates in each source
21360 directory also runs recursively. If you type @code{make} in a source
21361 directory such as @file{gdb-@value{GDBVN}} (or in a separate configured
21362 directory configured with @samp{--srcdir=@var{dirname}/gdb-@value{GDBVN}}), you
21363 will build all the required libraries, and then build GDB.
21364
21365 When you have multiple hosts or targets configured in separate
21366 directories, you can run @code{make} on them in parallel (for example,
21367 if they are NFS-mounted on each of the hosts); they will not interfere
21368 with each other.
21369
21370 @node Config Names
21371 @section Specifying names for hosts and targets
21372
21373 The specifications used for hosts and targets in the @code{configure}
21374 script are based on a three-part naming scheme, but some short predefined
21375 aliases are also supported. The full naming scheme encodes three pieces
21376 of information in the following pattern:
21377
21378 @smallexample
21379 @var{architecture}-@var{vendor}-@var{os}
21380 @end smallexample
21381
21382 For example, you can use the alias @code{sun4} as a @var{host} argument,
21383 or as the value for @var{target} in a @code{--target=@var{target}}
21384 option. The equivalent full name is @samp{sparc-sun-sunos4}.
21385
21386 The @code{configure} script accompanying @value{GDBN} does not provide
21387 any query facility to list all supported host and target names or
21388 aliases. @code{configure} calls the Bourne shell script
21389 @code{config.sub} to map abbreviations to full names; you can read the
21390 script, if you wish, or you can use it to test your guesses on
21391 abbreviations---for example:
21392
21393 @smallexample
21394 % sh config.sub i386-linux
21395 i386-pc-linux-gnu
21396 % sh config.sub alpha-linux
21397 alpha-unknown-linux-gnu
21398 % sh config.sub hp9k700
21399 hppa1.1-hp-hpux
21400 % sh config.sub sun4
21401 sparc-sun-sunos4.1.1
21402 % sh config.sub sun3
21403 m68k-sun-sunos4.1.1
21404 % sh config.sub i986v
21405 Invalid configuration `i986v': machine `i986v' not recognized
21406 @end smallexample
21407
21408 @noindent
21409 @code{config.sub} is also distributed in the @value{GDBN} source
21410 directory (@file{gdb-@value{GDBVN}}, for version @value{GDBVN}).
21411
21412 @node Configure Options
21413 @section @code{configure} options
21414
21415 Here is a summary of the @code{configure} options and arguments that
21416 are most often useful for building @value{GDBN}. @code{configure} also has
21417 several other options not listed here. @inforef{What Configure
21418 Does,,configure.info}, for a full explanation of @code{configure}.
21419
21420 @smallexample
21421 configure @r{[}--help@r{]}
21422 @r{[}--prefix=@var{dir}@r{]}
21423 @r{[}--exec-prefix=@var{dir}@r{]}
21424 @r{[}--srcdir=@var{dirname}@r{]}
21425 @r{[}--norecursion@r{]} @r{[}--rm@r{]}
21426 @r{[}--target=@var{target}@r{]}
21427 @var{host}
21428 @end smallexample
21429
21430 @noindent
21431 You may introduce options with a single @samp{-} rather than
21432 @samp{--} if you prefer; but you may abbreviate option names if you use
21433 @samp{--}.
21434
21435 @table @code
21436 @item --help
21437 Display a quick summary of how to invoke @code{configure}.
21438
21439 @item --prefix=@var{dir}
21440 Configure the source to install programs and files under directory
21441 @file{@var{dir}}.
21442
21443 @item --exec-prefix=@var{dir}
21444 Configure the source to install programs under directory
21445 @file{@var{dir}}.
21446
21447 @c avoid splitting the warning from the explanation:
21448 @need 2000
21449 @item --srcdir=@var{dirname}
21450 @strong{Warning: using this option requires @sc{gnu} @code{make}, or another
21451 @code{make} that implements the @code{VPATH} feature.}@*
21452 Use this option to make configurations in directories separate from the
21453 @value{GDBN} source directories. Among other things, you can use this to
21454 build (or maintain) several configurations simultaneously, in separate
21455 directories. @code{configure} writes configuration specific files in
21456 the current directory, but arranges for them to use the source in the
21457 directory @var{dirname}. @code{configure} creates directories under
21458 the working directory in parallel to the source directories below
21459 @var{dirname}.
21460
21461 @item --norecursion
21462 Configure only the directory level where @code{configure} is executed; do not
21463 propagate configuration to subdirectories.
21464
21465 @item --target=@var{target}
21466 Configure @value{GDBN} for cross-debugging programs running on the specified
21467 @var{target}. Without this option, @value{GDBN} is configured to debug
21468 programs that run on the same machine (@var{host}) as @value{GDBN} itself.
21469
21470 There is no convenient way to generate a list of all available targets.
21471
21472 @item @var{host} @dots{}
21473 Configure @value{GDBN} to run on the specified @var{host}.
21474
21475 There is no convenient way to generate a list of all available hosts.
21476 @end table
21477
21478 There are many other options available as well, but they are generally
21479 needed for special purposes only.
21480
21481 @node Maintenance Commands
21482 @appendix Maintenance Commands
21483 @cindex maintenance commands
21484 @cindex internal commands
21485
21486 In addition to commands intended for @value{GDBN} users, @value{GDBN}
21487 includes a number of commands intended for @value{GDBN} developers,
21488 that are not documented elsewhere in this manual. These commands are
21489 provided here for reference. (For commands that turn on debugging
21490 messages, see @ref{Debugging Output}.)
21491
21492 @table @code
21493 @kindex maint agent
21494 @item maint agent @var{expression}
21495 Translate the given @var{expression} into remote agent bytecodes.
21496 This command is useful for debugging the Agent Expression mechanism
21497 (@pxref{Agent Expressions}).
21498
21499 @kindex maint info breakpoints
21500 @item @anchor{maint info breakpoints}maint info breakpoints
21501 Using the same format as @samp{info breakpoints}, display both the
21502 breakpoints you've set explicitly, and those @value{GDBN} is using for
21503 internal purposes. Internal breakpoints are shown with negative
21504 breakpoint numbers. The type column identifies what kind of breakpoint
21505 is shown:
21506
21507 @table @code
21508 @item breakpoint
21509 Normal, explicitly set breakpoint.
21510
21511 @item watchpoint
21512 Normal, explicitly set watchpoint.
21513
21514 @item longjmp
21515 Internal breakpoint, used to handle correctly stepping through
21516 @code{longjmp} calls.
21517
21518 @item longjmp resume
21519 Internal breakpoint at the target of a @code{longjmp}.
21520
21521 @item until
21522 Temporary internal breakpoint used by the @value{GDBN} @code{until} command.
21523
21524 @item finish
21525 Temporary internal breakpoint used by the @value{GDBN} @code{finish} command.
21526
21527 @item shlib events
21528 Shared library events.
21529
21530 @end table
21531
21532 @kindex maint check-symtabs
21533 @item maint check-symtabs
21534 Check the consistency of psymtabs and symtabs.
21535
21536 @kindex maint cplus first_component
21537 @item maint cplus first_component @var{name}
21538 Print the first C@t{++} class/namespace component of @var{name}.
21539
21540 @kindex maint cplus namespace
21541 @item maint cplus namespace
21542 Print the list of possible C@t{++} namespaces.
21543
21544 @kindex maint demangle
21545 @item maint demangle @var{name}
21546 Demangle a C@t{++} or Objective-C manled @var{name}.
21547
21548 @kindex maint deprecate
21549 @kindex maint undeprecate
21550 @cindex deprecated commands
21551 @item maint deprecate @var{command} @r{[}@var{replacement}@r{]}
21552 @itemx maint undeprecate @var{command}
21553 Deprecate or undeprecate the named @var{command}. Deprecated commands
21554 cause @value{GDBN} to issue a warning when you use them. The optional
21555 argument @var{replacement} says which newer command should be used in
21556 favor of the deprecated one; if it is given, @value{GDBN} will mention
21557 the replacement as part of the warning.
21558
21559 @kindex maint dump-me
21560 @item maint dump-me
21561 @cindex @code{SIGQUIT} signal, dump core of @value{GDBN}
21562 Cause a fatal signal in the debugger and force it to dump its core.
21563 This is supported only on systems which support aborting a program
21564 with the @code{SIGQUIT} signal.
21565
21566 @kindex maint internal-error
21567 @kindex maint internal-warning
21568 @item maint internal-error @r{[}@var{message-text}@r{]}
21569 @itemx maint internal-warning @r{[}@var{message-text}@r{]}
21570 Cause @value{GDBN} to call the internal function @code{internal_error}
21571 or @code{internal_warning} and hence behave as though an internal error
21572 or internal warning has been detected. In addition to reporting the
21573 internal problem, these functions give the user the opportunity to
21574 either quit @value{GDBN} or create a core file of the current
21575 @value{GDBN} session.
21576
21577 These commands take an optional parameter @var{message-text} that is
21578 used as the text of the error or warning message.
21579
21580 Here's an example of using @code{indernal-error}:
21581
21582 @smallexample
21583 (@value{GDBP}) @kbd{maint internal-error testing, 1, 2}
21584 @dots{}/maint.c:121: internal-error: testing, 1, 2
21585 A problem internal to GDB has been detected. Further
21586 debugging may prove unreliable.
21587 Quit this debugging session? (y or n) @kbd{n}
21588 Create a core file? (y or n) @kbd{n}
21589 (@value{GDBP})
21590 @end smallexample
21591
21592 @kindex maint packet
21593 @item maint packet @var{text}
21594 If @value{GDBN} is talking to an inferior via the serial protocol,
21595 then this command sends the string @var{text} to the inferior, and
21596 displays the response packet. @value{GDBN} supplies the initial
21597 @samp{$} character, the terminating @samp{#} character, and the
21598 checksum.
21599
21600 @kindex maint print architecture
21601 @item maint print architecture @r{[}@var{file}@r{]}
21602 Print the entire architecture configuration. The optional argument
21603 @var{file} names the file where the output goes.
21604
21605 @kindex maint print dummy-frames
21606 @item maint print dummy-frames
21607 Prints the contents of @value{GDBN}'s internal dummy-frame stack.
21608
21609 @smallexample
21610 (@value{GDBP}) @kbd{b add}
21611 @dots{}
21612 (@value{GDBP}) @kbd{print add(2,3)}
21613 Breakpoint 2, add (a=2, b=3) at @dots{}
21614 58 return (a + b);
21615 The program being debugged stopped while in a function called from GDB.
21616 @dots{}
21617 (@value{GDBP}) @kbd{maint print dummy-frames}
21618 0x1a57c80: pc=0x01014068 fp=0x0200bddc sp=0x0200bdd6
21619 top=0x0200bdd4 id=@{stack=0x200bddc,code=0x101405c@}
21620 call_lo=0x01014000 call_hi=0x01014001
21621 (@value{GDBP})
21622 @end smallexample
21623
21624 Takes an optional file parameter.
21625
21626 @kindex maint print registers
21627 @kindex maint print raw-registers
21628 @kindex maint print cooked-registers
21629 @kindex maint print register-groups
21630 @item maint print registers @r{[}@var{file}@r{]}
21631 @itemx maint print raw-registers @r{[}@var{file}@r{]}
21632 @itemx maint print cooked-registers @r{[}@var{file}@r{]}
21633 @itemx maint print register-groups @r{[}@var{file}@r{]}
21634 Print @value{GDBN}'s internal register data structures.
21635
21636 The command @code{maint print raw-registers} includes the contents of
21637 the raw register cache; the command @code{maint print cooked-registers}
21638 includes the (cooked) value of all registers; and the command
21639 @code{maint print register-groups} includes the groups that each
21640 register is a member of. @xref{Registers,, Registers, gdbint,
21641 @value{GDBN} Internals}.
21642
21643 These commands take an optional parameter, a file name to which to
21644 write the information.
21645
21646 @kindex maint print reggroups
21647 @item maint print reggroups @r{[}@var{file}@r{]}
21648 Print @value{GDBN}'s internal register group data structures. The
21649 optional argument @var{file} tells to what file to write the
21650 information.
21651
21652 The register groups info looks like this:
21653
21654 @smallexample
21655 (@value{GDBP}) @kbd{maint print reggroups}
21656 Group Type
21657 general user
21658 float user
21659 all user
21660 vector user
21661 system user
21662 save internal
21663 restore internal
21664 @end smallexample
21665
21666 @kindex flushregs
21667 @item flushregs
21668 This command forces @value{GDBN} to flush its internal register cache.
21669
21670 @kindex maint print objfiles
21671 @cindex info for known object files
21672 @item maint print objfiles
21673 Print a dump of all known object files. For each object file, this
21674 command prints its name, address in memory, and all of its psymtabs
21675 and symtabs.
21676
21677 @kindex maint print statistics
21678 @cindex bcache statistics
21679 @item maint print statistics
21680 This command prints, for each object file in the program, various data
21681 about that object file followed by the byte cache (@dfn{bcache})
21682 statistics for the object file. The objfile data includes the number
21683 of minimal, partical, full, and stabs symbols, the number of types
21684 defined by the objfile, the number of as yet unexpanded psym tables,
21685 the number of line tables and string tables, and the amount of memory
21686 used by the various tables. The bcache statistics include the counts,
21687 sizes, and counts of duplicates of all and unique objects, max,
21688 average, and median entry size, total memory used and its overhead and
21689 savings, and various measures of the hash table size and chain
21690 lengths.
21691
21692 @kindex maint print type
21693 @cindex type chain of a data type
21694 @item maint print type @var{expr}
21695 Print the type chain for a type specified by @var{expr}. The argument
21696 can be either a type name or a symbol. If it is a symbol, the type of
21697 that symbol is described. The type chain produced by this command is
21698 a recursive definition of the data type as stored in @value{GDBN}'s
21699 data structures, including its flags and contained types.
21700
21701 @kindex maint set dwarf2 max-cache-age
21702 @kindex maint show dwarf2 max-cache-age
21703 @item maint set dwarf2 max-cache-age
21704 @itemx maint show dwarf2 max-cache-age
21705 Control the DWARF 2 compilation unit cache.
21706
21707 @cindex DWARF 2 compilation units cache
21708 In object files with inter-compilation-unit references, such as those
21709 produced by the GCC option @samp{-feliminate-dwarf2-dups}, the DWARF 2
21710 reader needs to frequently refer to previously read compilation units.
21711 This setting controls how long a compilation unit will remain in the
21712 cache if it is not referenced. A higher limit means that cached
21713 compilation units will be stored in memory longer, and more total
21714 memory will be used. Setting it to zero disables caching, which will
21715 slow down @value{GDBN} startup, but reduce memory consumption.
21716
21717 @kindex maint set profile
21718 @kindex maint show profile
21719 @cindex profiling GDB
21720 @item maint set profile
21721 @itemx maint show profile
21722 Control profiling of @value{GDBN}.
21723
21724 Profiling will be disabled until you use the @samp{maint set profile}
21725 command to enable it. When you enable profiling, the system will begin
21726 collecting timing and execution count data; when you disable profiling or
21727 exit @value{GDBN}, the results will be written to a log file. Remember that
21728 if you use profiling, @value{GDBN} will overwrite the profiling log file
21729 (often called @file{gmon.out}). If you have a record of important profiling
21730 data in a @file{gmon.out} file, be sure to move it to a safe location.
21731
21732 Configuring with @samp{--enable-profiling} arranges for @value{GDBN} to be
21733 compiled with the @samp{-pg} compiler option.
21734
21735 @kindex maint show-debug-regs
21736 @cindex x86 hardware debug registers
21737 @item maint show-debug-regs
21738 Control whether to show variables that mirror the x86 hardware debug
21739 registers. Use @code{ON} to enable, @code{OFF} to disable. If
21740 enabled, the debug registers values are shown when GDB inserts or
21741 removes a hardware breakpoint or watchpoint, and when the inferior
21742 triggers a hardware-assisted breakpoint or watchpoint.
21743
21744 @kindex maint space
21745 @cindex memory used by commands
21746 @item maint space
21747 Control whether to display memory usage for each command. If set to a
21748 nonzero value, @value{GDBN} will display how much memory each command
21749 took, following the command's own output. This can also be requested
21750 by invoking @value{GDBN} with the @option{--statistics} command-line
21751 switch (@pxref{Mode Options}).
21752
21753 @kindex maint time
21754 @cindex time of command execution
21755 @item maint time
21756 Control whether to display the execution time for each command. If
21757 set to a nonzero value, @value{GDBN} will display how much time it
21758 took to execute each command, following the command's own output.
21759 This can also be requested by invoking @value{GDBN} with the
21760 @option{--statistics} command-line switch (@pxref{Mode Options}).
21761
21762 @kindex maint translate-address
21763 @item maint translate-address @r{[}@var{section}@r{]} @var{addr}
21764 Find the symbol stored at the location specified by the address
21765 @var{addr} and an optional section name @var{section}. If found,
21766 @value{GDBN} prints the name of the closest symbol and an offset from
21767 the symbol's location to the specified address. This is similar to
21768 the @code{info address} command (@pxref{Symbols}), except that this
21769 command also allows to find symbols in other sections.
21770
21771 @end table
21772
21773 The following command is useful for non-interactive invocations of
21774 @value{GDBN}, such as in the test suite.
21775
21776 @table @code
21777 @item set watchdog @var{nsec}
21778 @kindex set watchdog
21779 @cindex watchdog timer
21780 @cindex timeout for commands
21781 Set the maximum number of seconds @value{GDBN} will wait for the
21782 target operation to finish. If this time expires, @value{GDBN}
21783 reports and error and the command is aborted.
21784
21785 @item show watchdog
21786 Show the current setting of the target wait timeout.
21787 @end table
21788
21789 @node Remote Protocol
21790 @appendix @value{GDBN} Remote Serial Protocol
21791
21792 @menu
21793 * Overview::
21794 * Packets::
21795 * Stop Reply Packets::
21796 * General Query Packets::
21797 * Register Packet Format::
21798 * Examples::
21799 * File-I/O remote protocol extension::
21800 @end menu
21801
21802 @node Overview
21803 @section Overview
21804
21805 There may be occasions when you need to know something about the
21806 protocol---for example, if there is only one serial port to your target
21807 machine, you might want your program to do something special if it
21808 recognizes a packet meant for @value{GDBN}.
21809
21810 In the examples below, @samp{->} and @samp{<-} are used to indicate
21811 transmitted and received data respectfully.
21812
21813 @cindex protocol, @value{GDBN} remote serial
21814 @cindex serial protocol, @value{GDBN} remote
21815 @cindex remote serial protocol
21816 All @value{GDBN} commands and responses (other than acknowledgments) are
21817 sent as a @var{packet}. A @var{packet} is introduced with the character
21818 @samp{$}, the actual @var{packet-data}, and the terminating character
21819 @samp{#} followed by a two-digit @var{checksum}:
21820
21821 @smallexample
21822 @code{$}@var{packet-data}@code{#}@var{checksum}
21823 @end smallexample
21824 @noindent
21825
21826 @cindex checksum, for @value{GDBN} remote
21827 @noindent
21828 The two-digit @var{checksum} is computed as the modulo 256 sum of all
21829 characters between the leading @samp{$} and the trailing @samp{#} (an
21830 eight bit unsigned checksum).
21831
21832 Implementors should note that prior to @value{GDBN} 5.0 the protocol
21833 specification also included an optional two-digit @var{sequence-id}:
21834
21835 @smallexample
21836 @code{$}@var{sequence-id}@code{:}@var{packet-data}@code{#}@var{checksum}
21837 @end smallexample
21838
21839 @cindex sequence-id, for @value{GDBN} remote
21840 @noindent
21841 That @var{sequence-id} was appended to the acknowledgment. @value{GDBN}
21842 has never output @var{sequence-id}s. Stubs that handle packets added
21843 since @value{GDBN} 5.0 must not accept @var{sequence-id}.
21844
21845 @cindex acknowledgment, for @value{GDBN} remote
21846 When either the host or the target machine receives a packet, the first
21847 response expected is an acknowledgment: either @samp{+} (to indicate
21848 the package was received correctly) or @samp{-} (to request
21849 retransmission):
21850
21851 @smallexample
21852 -> @code{$}@var{packet-data}@code{#}@var{checksum}
21853 <- @code{+}
21854 @end smallexample
21855 @noindent
21856
21857 The host (@value{GDBN}) sends @var{command}s, and the target (the
21858 debugging stub incorporated in your program) sends a @var{response}. In
21859 the case of step and continue @var{command}s, the response is only sent
21860 when the operation has completed (the target has again stopped).
21861
21862 @var{packet-data} consists of a sequence of characters with the
21863 exception of @samp{#} and @samp{$} (see @samp{X} packet for additional
21864 exceptions).
21865
21866 Fields within the packet should be separated using @samp{,} @samp{;} or
21867 @cindex remote protocol, field separator
21868 @samp{:}. Except where otherwise noted all numbers are represented in
21869 @sc{hex} with leading zeros suppressed.
21870
21871 Implementors should note that prior to @value{GDBN} 5.0, the character
21872 @samp{:} could not appear as the third character in a packet (as it
21873 would potentially conflict with the @var{sequence-id}).
21874
21875 Response @var{data} can be run-length encoded to save space. A @samp{*}
21876 means that the next character is an @sc{ascii} encoding giving a repeat count
21877 which stands for that many repetitions of the character preceding the
21878 @samp{*}. The encoding is @code{n+29}, yielding a printable character
21879 where @code{n >=3} (which is where rle starts to win). The printable
21880 characters @samp{$}, @samp{#}, @samp{+} and @samp{-} or with a numeric
21881 value greater than 126 should not be used.
21882
21883 So:
21884 @smallexample
21885 "@code{0* }"
21886 @end smallexample
21887 @noindent
21888 means the same as "0000".
21889
21890 The error response returned for some packets includes a two character
21891 error number. That number is not well defined.
21892
21893 For any @var{command} not supported by the stub, an empty response
21894 (@samp{$#00}) should be returned. That way it is possible to extend the
21895 protocol. A newer @value{GDBN} can tell if a packet is supported based
21896 on that response.
21897
21898 A stub is required to support the @samp{g}, @samp{G}, @samp{m}, @samp{M},
21899 @samp{c}, and @samp{s} @var{command}s. All other @var{command}s are
21900 optional.
21901
21902 @node Packets
21903 @section Packets
21904
21905 The following table provides a complete list of all currently defined
21906 @var{command}s and their corresponding response @var{data}.
21907 @xref{File-I/O remote protocol extension}, for details about the File
21908 I/O extension of the remote protocol.
21909
21910 @table @r
21911
21912 @item @code{!} --- extended mode
21913 @cindex @code{!} packet
21914
21915 Enable extended mode. In extended mode, the remote server is made
21916 persistent. The @samp{R} packet is used to restart the program being
21917 debugged.
21918
21919 Reply:
21920 @table @samp
21921 @item OK
21922 The remote target both supports and has enabled extended mode.
21923 @end table
21924
21925 @item @code{?} --- last signal
21926 @cindex @code{?} packet
21927
21928 Indicate the reason the target halted. The reply is the same as for
21929 step and continue.
21930
21931 Reply:
21932 @xref{Stop Reply Packets}, for the reply specifications.
21933
21934 @item @code{a} --- reserved
21935
21936 Reserved for future use.
21937
21938 @item @code{A}@var{arglen}@code{,}@var{argnum}@code{,}@var{arg}@code{,@dots{}} --- set program arguments @strong{(reserved)}
21939 @cindex @code{A} packet
21940
21941 Initialized @samp{argv[]} array passed into program. @var{arglen}
21942 specifies the number of bytes in the hex encoded byte stream @var{arg}.
21943 See @code{gdbserver} for more details.
21944
21945 Reply:
21946 @table @samp
21947 @item OK
21948 @item E@var{NN}
21949 @end table
21950
21951 @item @code{b}@var{baud} --- set baud @strong{(deprecated)}
21952 @cindex @code{b} packet
21953
21954 Change the serial line speed to @var{baud}.
21955
21956 JTC: @emph{When does the transport layer state change? When it's
21957 received, or after the ACK is transmitted. In either case, there are
21958 problems if the command or the acknowledgment packet is dropped.}
21959
21960 Stan: @emph{If people really wanted to add something like this, and get
21961 it working for the first time, they ought to modify ser-unix.c to send
21962 some kind of out-of-band message to a specially-setup stub and have the
21963 switch happen "in between" packets, so that from remote protocol's point
21964 of view, nothing actually happened.}
21965
21966 @item @code{B}@var{addr},@var{mode} --- set breakpoint @strong{(deprecated)}
21967 @cindex @code{B} packet
21968
21969 Set (@var{mode} is @samp{S}) or clear (@var{mode} is @samp{C}) a
21970 breakpoint at @var{addr}.
21971
21972 This packet has been replaced by the @samp{Z} and @samp{z} packets
21973 (@pxref{insert breakpoint or watchpoint packet}).
21974
21975 @item @code{c}@var{addr} --- continue
21976 @cindex @code{c} packet
21977
21978 @var{addr} is address to resume. If @var{addr} is omitted, resume at
21979 current address.
21980
21981 Reply:
21982 @xref{Stop Reply Packets}, for the reply specifications.
21983
21984 @item @code{C}@var{sig}@code{;}@var{addr} --- continue with signal
21985 @cindex @code{C} packet
21986
21987 Continue with signal @var{sig} (hex signal number). If
21988 @code{;}@var{addr} is omitted, resume at same address.
21989
21990 Reply:
21991 @xref{Stop Reply Packets}, for the reply specifications.
21992
21993 @item @code{d} --- toggle debug @strong{(deprecated)}
21994 @cindex @code{d} packet
21995
21996 Toggle debug flag.
21997
21998 @item @code{D} --- detach
21999 @cindex @code{D} packet
22000
22001 Detach @value{GDBN} from the remote system. Sent to the remote target
22002 before @value{GDBN} disconnects via the @code{detach} command.
22003
22004 Reply:
22005 @table @samp
22006 @item @emph{no response}
22007 @value{GDBN} does not check for any response after sending this packet.
22008 @end table
22009
22010 @item @code{e} --- reserved
22011
22012 Reserved for future use.
22013
22014 @item @code{E} --- reserved
22015
22016 Reserved for future use.
22017
22018 @item @code{f} --- reserved
22019
22020 Reserved for future use.
22021
22022 @item @code{F}@var{RC}@code{,}@var{EE}@code{,}@var{CF}@code{;}@var{XX} --- Reply to target's F packet.
22023 @cindex @code{F} packet
22024
22025 This packet is send by @value{GDBN} as reply to a @code{F} request packet
22026 sent by the target. This is part of the File-I/O protocol extension.
22027 @xref{File-I/O remote protocol extension}, for the specification.
22028
22029 @item @code{g} --- read registers
22030 @anchor{read registers packet}
22031 @cindex @code{g} packet
22032
22033 Read general registers.
22034
22035 Reply:
22036 @table @samp
22037 @item @var{XX@dots{}}
22038 Each byte of register data is described by two hex digits. The bytes
22039 with the register are transmitted in target byte order. The size of
22040 each register and their position within the @samp{g} @var{packet} are
22041 determined by the @value{GDBN} internal macros
22042 @var{DEPRECATED_REGISTER_RAW_SIZE} and @var{REGISTER_NAME} macros. The
22043 specification of several standard @code{g} packets is specified below.
22044 @item E@var{NN}
22045 for an error.
22046 @end table
22047
22048 @item @code{G}@var{XX@dots{}} --- write regs
22049 @cindex @code{G} packet
22050
22051 @xref{read registers packet}, for a description of the @var{XX@dots{}}
22052 data.
22053
22054 Reply:
22055 @table @samp
22056 @item OK
22057 for success
22058 @item E@var{NN}
22059 for an error
22060 @end table
22061
22062 @item @code{h} --- reserved
22063
22064 Reserved for future use.
22065
22066 @item @code{H}@var{c}@var{t@dots{}} --- set thread
22067 @cindex @code{H} packet
22068
22069 Set thread for subsequent operations (@samp{m}, @samp{M}, @samp{g},
22070 @samp{G}, et.al.). @var{c} depends on the operation to be performed: it
22071 should be @samp{c} for step and continue operations, @samp{g} for other
22072 operations. The thread designator @var{t@dots{}} may be -1, meaning all
22073 the threads, a thread number, or zero which means pick any thread.
22074
22075 Reply:
22076 @table @samp
22077 @item OK
22078 for success
22079 @item E@var{NN}
22080 for an error
22081 @end table
22082
22083 @c FIXME: JTC:
22084 @c 'H': How restrictive (or permissive) is the thread model. If a
22085 @c thread is selected and stopped, are other threads allowed
22086 @c to continue to execute? As I mentioned above, I think the
22087 @c semantics of each command when a thread is selected must be
22088 @c described. For example:
22089 @c
22090 @c 'g': If the stub supports threads and a specific thread is
22091 @c selected, returns the register block from that thread;
22092 @c otherwise returns current registers.
22093 @c
22094 @c 'G' If the stub supports threads and a specific thread is
22095 @c selected, sets the registers of the register block of
22096 @c that thread; otherwise sets current registers.
22097
22098 @item @code{i}@var{addr}@code{,}@var{nnn} --- cycle step @strong{(draft)}
22099 @anchor{cycle step packet}
22100 @cindex @code{i} packet
22101
22102 Step the remote target by a single clock cycle. If @code{,}@var{nnn} is
22103 present, cycle step @var{nnn} cycles. If @var{addr} is present, cycle
22104 step starting at that address.
22105
22106 @item @code{I} --- signal then cycle step @strong{(reserved)}
22107 @cindex @code{I} packet
22108
22109 @xref{step with signal packet}. @xref{cycle step packet}.
22110
22111 @item @code{j} --- reserved
22112
22113 Reserved for future use.
22114
22115 @item @code{J} --- reserved
22116
22117 Reserved for future use.
22118
22119 @item @code{k} --- kill request
22120 @cindex @code{k} packet
22121
22122 FIXME: @emph{There is no description of how to operate when a specific
22123 thread context has been selected (i.e.@: does 'k' kill only that
22124 thread?)}.
22125
22126 @item @code{K} --- reserved
22127
22128 Reserved for future use.
22129
22130 @item @code{l} --- reserved
22131
22132 Reserved for future use.
22133
22134 @item @code{L} --- reserved
22135
22136 Reserved for future use.
22137
22138 @item @code{m}@var{addr}@code{,}@var{length} --- read memory
22139 @cindex @code{m} packet
22140
22141 Read @var{length} bytes of memory starting at address @var{addr}.
22142 Neither @value{GDBN} nor the stub assume that sized memory transfers are
22143 assumed using word aligned accesses. FIXME: @emph{A word aligned memory
22144 transfer mechanism is needed.}
22145
22146 Reply:
22147 @table @samp
22148 @item @var{XX@dots{}}
22149 @var{XX@dots{}} is mem contents. Can be fewer bytes than requested if able
22150 to read only part of the data. Neither @value{GDBN} nor the stub assume
22151 that sized memory transfers are assumed using word aligned
22152 accesses. FIXME: @emph{A word aligned memory transfer mechanism is
22153 needed.}
22154 @item E@var{NN}
22155 @var{NN} is errno
22156 @end table
22157
22158 @item @code{M}@var{addr},@var{length}@code{:}@var{XX@dots{}} --- write mem
22159 @cindex @code{M} packet
22160
22161 Write @var{length} bytes of memory starting at address @var{addr}.
22162 @var{XX@dots{}} is the data.
22163
22164 Reply:
22165 @table @samp
22166 @item OK
22167 for success
22168 @item E@var{NN}
22169 for an error (this includes the case where only part of the data was
22170 written).
22171 @end table
22172
22173 @item @code{n} --- reserved
22174
22175 Reserved for future use.
22176
22177 @item @code{N} --- reserved
22178
22179 Reserved for future use.
22180
22181 @item @code{o} --- reserved
22182
22183 Reserved for future use.
22184
22185 @item @code{O} --- reserved
22186
22187 @item @code{p}@var{hex number of register} --- read register packet
22188 @cindex @code{p} packet
22189
22190 @xref{read registers packet}, for a description of how the returned
22191 register value is encoded.
22192
22193 Reply:
22194 @table @samp
22195 @item @var{XX@dots{}}
22196 the register's value
22197 @item E@var{NN}
22198 for an error
22199 @item
22200 Indicating an unrecognized @var{query}.
22201 @end table
22202
22203 @item @code{P}@var{n@dots{}}@code{=}@var{r@dots{}} --- write register
22204 @anchor{write register packet}
22205 @cindex @code{P} packet
22206
22207 Write register @var{n@dots{}} with value @var{r@dots{}}, which contains two hex
22208 digits for each byte in the register (target byte order).
22209
22210 Reply:
22211 @table @samp
22212 @item OK
22213 for success
22214 @item E@var{NN}
22215 for an error
22216 @end table
22217
22218 @item @code{q}@var{query} --- general query
22219 @anchor{general query packet}
22220 @cindex @code{q} packet
22221
22222 Request info about @var{query}. In general @value{GDBN} queries have a
22223 leading upper case letter. Custom vendor queries should use a company
22224 prefix (in lower case) ex: @samp{qfsf.var}. @var{query} may optionally
22225 be followed by a @samp{,} or @samp{;} separated list. Stubs must ensure
22226 that they match the full @var{query} name.
22227
22228 Reply:
22229 @table @samp
22230 @item @var{XX@dots{}}
22231 Hex encoded data from query. The reply can not be empty.
22232 @item E@var{NN}
22233 error reply
22234 @item
22235 Indicating an unrecognized @var{query}.
22236 @end table
22237
22238 @item @code{Q}@var{var}@code{=}@var{val} --- general set
22239 @cindex @code{Q} packet
22240
22241 Set value of @var{var} to @var{val}.
22242
22243 @xref{general query packet}, for a discussion of naming conventions.
22244
22245 @item @code{r} --- reset @strong{(deprecated)}
22246 @cindex @code{r} packet
22247
22248 Reset the entire system.
22249
22250 @item @code{R}@var{XX} --- remote restart
22251 @cindex @code{R} packet
22252
22253 Restart the program being debugged. @var{XX}, while needed, is ignored.
22254 This packet is only available in extended mode.
22255
22256 Reply:
22257 @table @samp
22258 @item @emph{no reply}
22259 The @samp{R} packet has no reply.
22260 @end table
22261
22262 @item @code{s}@var{addr} --- step
22263 @cindex @code{s} packet
22264
22265 @var{addr} is address to resume. If @var{addr} is omitted, resume at
22266 same address.
22267
22268 Reply:
22269 @xref{Stop Reply Packets}, for the reply specifications.
22270
22271 @item @code{S}@var{sig}@code{;}@var{addr} --- step with signal
22272 @anchor{step with signal packet}
22273 @cindex @code{S} packet
22274
22275 Like @samp{C} but step not continue.
22276
22277 Reply:
22278 @xref{Stop Reply Packets}, for the reply specifications.
22279
22280 @item @code{t}@var{addr}@code{:}@var{PP}@code{,}@var{MM} --- search
22281 @cindex @code{t} packet
22282
22283 Search backwards starting at address @var{addr} for a match with pattern
22284 @var{PP} and mask @var{MM}. @var{PP} and @var{MM} are 4 bytes.
22285 @var{addr} must be at least 3 digits.
22286
22287 @item @code{T}@var{XX} --- thread alive
22288 @cindex @code{T} packet
22289
22290 Find out if the thread XX is alive.
22291
22292 Reply:
22293 @table @samp
22294 @item OK
22295 thread is still alive
22296 @item E@var{NN}
22297 thread is dead
22298 @end table
22299
22300 @item @code{u} --- reserved
22301
22302 Reserved for future use.
22303
22304 @item @code{U} --- reserved
22305
22306 Reserved for future use.
22307
22308 @item @code{v} --- verbose packet prefix
22309
22310 Packets starting with @code{v} are identified by a multi-letter name,
22311 up to the first @code{;} or @code{?} (or the end of the packet).
22312
22313 @item @code{vCont}[;@var{action}[@code{:}@var{tid}]]... --- extended resume
22314 @cindex @code{vCont} packet
22315
22316 Resume the inferior. Different actions may be specified for each thread.
22317 If an action is specified with no @var{tid}, then it is applied to any
22318 threads that don't have a specific action specified; if no default action is
22319 specified then other threads should remain stopped. Specifying multiple
22320 default actions is an error; specifying no actions is also an error.
22321 Thread IDs are specified in hexadecimal. Currently supported actions are:
22322
22323 @table @code
22324 @item c
22325 Continue.
22326 @item C@var{sig}
22327 Continue with signal @var{sig}. @var{sig} should be two hex digits.
22328 @item s
22329 Step.
22330 @item S@var{sig}
22331 Step with signal @var{sig}. @var{sig} should be two hex digits.
22332 @end table
22333
22334 The optional @var{addr} argument normally associated with these packets is
22335 not supported in @code{vCont}.
22336
22337 Reply:
22338 @xref{Stop Reply Packets}, for the reply specifications.
22339
22340 @item @code{vCont?} --- extended resume query
22341 @cindex @code{vCont?} packet
22342
22343 Query support for the @code{vCont} packet.
22344
22345 Reply:
22346 @table @samp
22347 @item @code{vCont}[;@var{action}]...
22348 The @code{vCont} packet is supported. Each @var{action} is a supported
22349 command in the @code{vCont} packet.
22350 @item
22351 The @code{vCont} packet is not supported.
22352 @end table
22353
22354 @item @code{V} --- reserved
22355
22356 Reserved for future use.
22357
22358 @item @code{w} --- reserved
22359
22360 Reserved for future use.
22361
22362 @item @code{W} --- reserved
22363
22364 Reserved for future use.
22365
22366 @item @code{x} --- reserved
22367
22368 Reserved for future use.
22369
22370 @item @code{X}@var{addr}@code{,}@var{length}@var{:}@var{XX@dots{}} --- write mem (binary)
22371 @cindex @code{X} packet
22372
22373 @var{addr} is address, @var{length} is number of bytes, @var{XX@dots{}}
22374 is binary data. The characters @code{$}, @code{#}, and @code{0x7d} are
22375 escaped using @code{0x7d}, and then XORed with @code{0x20}.
22376 For example, @code{0x7d} would be transmitted as @code{0x7d 0x5d}.
22377
22378 Reply:
22379 @table @samp
22380 @item OK
22381 for success
22382 @item E@var{NN}
22383 for an error
22384 @end table
22385
22386 @item @code{y} --- reserved
22387
22388 Reserved for future use.
22389
22390 @item @code{Y} reserved
22391
22392 Reserved for future use.
22393
22394 @item @code{z}@var{type}@code{,}@var{addr}@code{,}@var{length} --- remove breakpoint or watchpoint @strong{(draft)}
22395 @itemx @code{Z}@var{type}@code{,}@var{addr}@code{,}@var{length} --- insert breakpoint or watchpoint @strong{(draft)}
22396 @anchor{insert breakpoint or watchpoint packet}
22397 @cindex @code{z} packet
22398 @cindex @code{Z} packets
22399
22400 Insert (@code{Z}) or remove (@code{z}) a @var{type} breakpoint or
22401 watchpoint starting at address @var{address} and covering the next
22402 @var{length} bytes.
22403
22404 Each breakpoint and watchpoint packet @var{type} is documented
22405 separately.
22406
22407 @emph{Implementation notes: A remote target shall return an empty string
22408 for an unrecognized breakpoint or watchpoint packet @var{type}. A
22409 remote target shall support either both or neither of a given
22410 @code{Z}@var{type}@dots{} and @code{z}@var{type}@dots{} packet pair. To
22411 avoid potential problems with duplicate packets, the operations should
22412 be implemented in an idempotent way.}
22413
22414 @item @code{z}@code{0}@code{,}@var{addr}@code{,}@var{length} --- remove memory breakpoint @strong{(draft)}
22415 @item @code{Z}@code{0}@code{,}@var{addr}@code{,}@var{length} --- insert memory breakpoint @strong{(draft)}
22416 @cindex @code{z0} packet
22417 @cindex @code{Z0} packet
22418
22419 Insert (@code{Z0}) or remove (@code{z0}) a memory breakpoint at address
22420 @code{addr} of size @code{length}.
22421
22422 A memory breakpoint is implemented by replacing the instruction at
22423 @var{addr} with a software breakpoint or trap instruction. The
22424 @code{length} is used by targets that indicates the size of the
22425 breakpoint (in bytes) that should be inserted (e.g., the @sc{arm} and
22426 @sc{mips} can insert either a 2 or 4 byte breakpoint).
22427
22428 @emph{Implementation note: It is possible for a target to copy or move
22429 code that contains memory breakpoints (e.g., when implementing
22430 overlays). The behavior of this packet, in the presence of such a
22431 target, is not defined.}
22432
22433 Reply:
22434 @table @samp
22435 @item OK
22436 success
22437 @item
22438 not supported
22439 @item E@var{NN}
22440 for an error
22441 @end table
22442
22443 @item @code{z}@code{1}@code{,}@var{addr}@code{,}@var{length} --- remove hardware breakpoint @strong{(draft)}
22444 @item @code{Z}@code{1}@code{,}@var{addr}@code{,}@var{length} --- insert hardware breakpoint @strong{(draft)}
22445 @cindex @code{z1} packet
22446 @cindex @code{Z1} packet
22447
22448 Insert (@code{Z1}) or remove (@code{z1}) a hardware breakpoint at
22449 address @code{addr} of size @code{length}.
22450
22451 A hardware breakpoint is implemented using a mechanism that is not
22452 dependant on being able to modify the target's memory.
22453
22454 @emph{Implementation note: A hardware breakpoint is not affected by code
22455 movement.}
22456
22457 Reply:
22458 @table @samp
22459 @item OK
22460 success
22461 @item
22462 not supported
22463 @item E@var{NN}
22464 for an error
22465 @end table
22466
22467 @item @code{z}@code{2}@code{,}@var{addr}@code{,}@var{length} --- remove write watchpoint @strong{(draft)}
22468 @item @code{Z}@code{2}@code{,}@var{addr}@code{,}@var{length} --- insert write watchpoint @strong{(draft)}
22469 @cindex @code{z2} packet
22470 @cindex @code{Z2} packet
22471
22472 Insert (@code{Z2}) or remove (@code{z2}) a write watchpoint.
22473
22474 Reply:
22475 @table @samp
22476 @item OK
22477 success
22478 @item
22479 not supported
22480 @item E@var{NN}
22481 for an error
22482 @end table
22483
22484 @item @code{z}@code{3}@code{,}@var{addr}@code{,}@var{length} --- remove read watchpoint @strong{(draft)}
22485 @item @code{Z}@code{3}@code{,}@var{addr}@code{,}@var{length} --- insert read watchpoint @strong{(draft)}
22486 @cindex @code{z3} packet
22487 @cindex @code{Z3} packet
22488
22489 Insert (@code{Z3}) or remove (@code{z3}) a read watchpoint.
22490
22491 Reply:
22492 @table @samp
22493 @item OK
22494 success
22495 @item
22496 not supported
22497 @item E@var{NN}
22498 for an error
22499 @end table
22500
22501 @item @code{z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- remove access watchpoint @strong{(draft)}
22502 @item @code{Z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- insert access watchpoint @strong{(draft)}
22503 @cindex @code{z4} packet
22504 @cindex @code{Z4} packet
22505
22506 Insert (@code{Z4}) or remove (@code{z4}) an access watchpoint.
22507
22508 Reply:
22509 @table @samp
22510 @item OK
22511 success
22512 @item
22513 not supported
22514 @item E@var{NN}
22515 for an error
22516 @end table
22517
22518 @end table
22519
22520 @node Stop Reply Packets
22521 @section Stop Reply Packets
22522 @cindex stop reply packets
22523
22524 The @samp{C}, @samp{c}, @samp{S}, @samp{s} and @samp{?} packets can
22525 receive any of the below as a reply. In the case of the @samp{C},
22526 @samp{c}, @samp{S} and @samp{s} packets, that reply is only returned
22527 when the target halts. In the below the exact meaning of @samp{signal
22528 number} is poorly defined. In general one of the UNIX signal numbering
22529 conventions is used.
22530
22531 @table @samp
22532
22533 @item S@var{AA}
22534 @var{AA} is the signal number
22535
22536 @item @code{T}@var{AA}@var{n...}@code{:}@var{r...}@code{;}@var{n...}@code{:}@var{r...}@code{;}@var{n...}@code{:}@var{r...}@code{;}
22537 @cindex @code{T} packet reply
22538
22539 @var{AA} = two hex digit signal number; @var{n...} = register number
22540 (hex), @var{r...} = target byte ordered register contents, size defined
22541 by @code{DEPRECATED_REGISTER_RAW_SIZE}; @var{n...} = @samp{thread},
22542 @var{r...} = thread process ID, this is a hex integer; @var{n...} =
22543 (@samp{watch} | @samp{rwatch} | @samp{awatch}, @var{r...} = data
22544 address, this is a hex integer; @var{n...} = other string not starting
22545 with valid hex digit. @value{GDBN} should ignore this @var{n...},
22546 @var{r...} pair and go on to the next. This way we can extend the
22547 protocol.
22548
22549 @item W@var{AA}
22550
22551 The process exited, and @var{AA} is the exit status. This is only
22552 applicable to certain targets.
22553
22554 @item X@var{AA}
22555
22556 The process terminated with signal @var{AA}.
22557
22558 @item O@var{XX@dots{}}
22559
22560 @var{XX@dots{}} is hex encoding of @sc{ascii} data. This can happen at
22561 any time while the program is running and the debugger should continue
22562 to wait for @samp{W}, @samp{T}, etc.
22563
22564 @item F@var{call-id}@code{,}@var{parameter@dots{}}
22565
22566 @var{call-id} is the identifier which says which host system call should
22567 be called. This is just the name of the function. Translation into the
22568 correct system call is only applicable as it's defined in @value{GDBN}.
22569 @xref{File-I/O remote protocol extension}, for a list of implemented
22570 system calls.
22571
22572 @var{parameter@dots{}} is a list of parameters as defined for this very
22573 system call.
22574
22575 The target replies with this packet when it expects @value{GDBN} to call
22576 a host system call on behalf of the target. @value{GDBN} replies with
22577 an appropriate @code{F} packet and keeps up waiting for the next reply
22578 packet from the target. The latest @samp{C}, @samp{c}, @samp{S} or
22579 @samp{s} action is expected to be continued.
22580 @xref{File-I/O remote protocol extension}, for more details.
22581
22582 @end table
22583
22584 @node General Query Packets
22585 @section General Query Packets
22586 @cindex remote query requests
22587
22588 The following set and query packets have already been defined.
22589
22590 @table @r
22591
22592 @item @code{q}@code{C} --- current thread
22593 @cindex current thread, remote request
22594 @cindex @code{qC} packet
22595 Return the current thread id.
22596
22597 Reply:
22598 @table @samp
22599 @item @code{QC}@var{pid}
22600 Where @var{pid} is an unsigned hexidecimal process id.
22601 @item *
22602 Any other reply implies the old pid.
22603 @end table
22604
22605 @item @code{q}@code{fThreadInfo} -- all thread ids
22606 @cindex list active threads, remote request
22607 @cindex @code{qfThreadInfo} packet
22608 @code{q}@code{sThreadInfo}
22609
22610 Obtain a list of active thread ids from the target (OS). Since there
22611 may be too many active threads to fit into one reply packet, this query
22612 works iteratively: it may require more than one query/reply sequence to
22613 obtain the entire list of threads. The first query of the sequence will
22614 be the @code{qf}@code{ThreadInfo} query; subsequent queries in the
22615 sequence will be the @code{qs}@code{ThreadInfo} query.
22616
22617 NOTE: replaces the @code{qL} query (see below).
22618
22619 Reply:
22620 @table @samp
22621 @item @code{m}@var{id}
22622 A single thread id
22623 @item @code{m}@var{id},@var{id}@dots{}
22624 a comma-separated list of thread ids
22625 @item @code{l}
22626 (lower case 'el') denotes end of list.
22627 @end table
22628
22629 In response to each query, the target will reply with a list of one or
22630 more thread ids, in big-endian unsigned hex, separated by commas.
22631 @value{GDBN} will respond to each reply with a request for more thread
22632 ids (using the @code{qs} form of the query), until the target responds
22633 with @code{l} (lower-case el, for @code{'last'}).
22634
22635 @item @code{q}@code{ThreadExtraInfo}@code{,}@var{id} --- extra thread info
22636 @cindex thread attributes info, remote request
22637 @cindex @code{qThreadExtraInfo} packet
22638 Where @var{id} is a thread-id in big-endian hex. Obtain a printable
22639 string description of a thread's attributes from the target OS. This
22640 string may contain anything that the target OS thinks is interesting for
22641 @value{GDBN} to tell the user about the thread. The string is displayed
22642 in @value{GDBN}'s @samp{info threads} display. Some examples of
22643 possible thread extra info strings are ``Runnable'', or ``Blocked on
22644 Mutex''.
22645
22646 Reply:
22647 @table @samp
22648 @item @var{XX@dots{}}
22649 Where @var{XX@dots{}} is a hex encoding of @sc{ascii} data, comprising
22650 the printable string containing the extra information about the thread's
22651 attributes.
22652 @end table
22653
22654 @item @code{q}@code{L}@var{startflag}@var{threadcount}@var{nextthread} --- query @var{LIST} or @var{threadLIST} @strong{(deprecated)}
22655
22656 Obtain thread information from RTOS. Where: @var{startflag} (one hex
22657 digit) is one to indicate the first query and zero to indicate a
22658 subsequent query; @var{threadcount} (two hex digits) is the maximum
22659 number of threads the response packet can contain; and @var{nextthread}
22660 (eight hex digits), for subsequent queries (@var{startflag} is zero), is
22661 returned in the response as @var{argthread}.
22662
22663 NOTE: this query is replaced by the @code{q}@code{fThreadInfo} query
22664 (see above).
22665
22666 Reply:
22667 @table @samp
22668 @item @code{q}@code{M}@var{count}@var{done}@var{argthread}@var{thread@dots{}}
22669 Where: @var{count} (two hex digits) is the number of threads being
22670 returned; @var{done} (one hex digit) is zero to indicate more threads
22671 and one indicates no further threads; @var{argthreadid} (eight hex
22672 digits) is @var{nextthread} from the request packet; @var{thread@dots{}}
22673 is a sequence of thread IDs from the target. @var{threadid} (eight hex
22674 digits). See @code{remote.c:parse_threadlist_response()}.
22675 @end table
22676
22677 @item @code{q}@code{CRC:}@var{addr}@code{,}@var{length} --- compute CRC of memory block
22678 @cindex CRC of memory block, remote request
22679 @cindex @code{qCRC} packet
22680 Reply:
22681 @table @samp
22682 @item @code{E}@var{NN}
22683 An error (such as memory fault)
22684 @item @code{C}@var{CRC32}
22685 A 32 bit cyclic redundancy check of the specified memory region.
22686 @end table
22687
22688 @item @code{q}@code{Offsets} --- query sect offs
22689 @cindex section offsets, remote request
22690 @cindex @code{qOffsets} packet
22691 Get section offsets that the target used when re-locating the downloaded
22692 image. @emph{Note: while a @code{Bss} offset is included in the
22693 response, @value{GDBN} ignores this and instead applies the @code{Data}
22694 offset to the @code{Bss} section.}
22695
22696 Reply:
22697 @table @samp
22698 @item @code{Text=}@var{xxx}@code{;Data=}@var{yyy}@code{;Bss=}@var{zzz}
22699 @end table
22700
22701 @item @code{q}@code{P}@var{mode}@var{threadid} --- thread info request
22702 @cindex thread information, remote request
22703 @cindex @code{qP} packet
22704 Returns information on @var{threadid}. Where: @var{mode} is a hex
22705 encoded 32 bit mode; @var{threadid} is a hex encoded 64 bit thread ID.
22706
22707 Reply:
22708 @table @samp
22709 @item *
22710 @end table
22711
22712 See @code{remote.c:remote_unpack_thread_info_response()}.
22713
22714 @item @code{q}@code{Rcmd,}@var{command} --- remote command
22715 @cindex execute remote command, remote request
22716 @cindex @code{qRcmd} packet
22717 @var{command} (hex encoded) is passed to the local interpreter for
22718 execution. Invalid commands should be reported using the output string.
22719 Before the final result packet, the target may also respond with a
22720 number of intermediate @code{O}@var{output} console output packets.
22721 @emph{Implementors should note that providing access to a stubs's
22722 interpreter may have security implications}.
22723
22724 Reply:
22725 @table @samp
22726 @item OK
22727 A command response with no output.
22728 @item @var{OUTPUT}
22729 A command response with the hex encoded output string @var{OUTPUT}.
22730 @item @code{E}@var{NN}
22731 Indicate a badly formed request.
22732 @item @samp{}
22733 When @samp{q}@samp{Rcmd} is not recognized.
22734 @end table
22735 z
22736 @item @code{qSymbol::} --- symbol lookup
22737 @cindex symbol lookup, remote request
22738 @cindex @code{qSymbol} packet
22739 Notify the target that @value{GDBN} is prepared to serve symbol lookup
22740 requests. Accept requests from the target for the values of symbols.
22741
22742 Reply:
22743 @table @samp
22744 @item @code{OK}
22745 The target does not need to look up any (more) symbols.
22746 @item @code{qSymbol:}@var{sym_name}
22747 The target requests the value of symbol @var{sym_name} (hex encoded).
22748 @value{GDBN} may provide the value by using the
22749 @code{qSymbol:}@var{sym_value}:@var{sym_name} message, described below.
22750 @end table
22751
22752 @item @code{qSymbol:}@var{sym_value}:@var{sym_name} --- symbol value
22753
22754 Set the value of @var{sym_name} to @var{sym_value}.
22755
22756 @var{sym_name} (hex encoded) is the name of a symbol whose value the
22757 target has previously requested.
22758
22759 @var{sym_value} (hex) is the value for symbol @var{sym_name}. If
22760 @value{GDBN} cannot supply a value for @var{sym_name}, then this field
22761 will be empty.
22762
22763 Reply:
22764 @table @samp
22765 @item @code{OK}
22766 The target does not need to look up any (more) symbols.
22767 @item @code{qSymbol:}@var{sym_name}
22768 The target requests the value of a new symbol @var{sym_name} (hex
22769 encoded). @value{GDBN} will continue to supply the values of symbols
22770 (if available), until the target ceases to request them.
22771 @end table
22772
22773 @item @code{qPart}:@var{object}:@code{read}:@var{annex}:@var{offset},@var{length} --- read special data
22774 @cindex read special object, remote request
22775 @cindex @code{qPart} packet
22776 Read uninterpreted bytes from the target's special data area
22777 identified by the keyword @code{object}.
22778 Request @var{length} bytes starting at @var{offset} bytes into the data.
22779 The content and encoding of @var{annex} is specific to the object;
22780 it can supply additional details about what data to access.
22781
22782 Here are the specific requests of this form defined so far.
22783 All @samp{@code{qPart}:@var{object}:@code{read}:@dots{}}
22784 requests use the same reply formats, listed below.
22785
22786 @table @asis
22787 @item @code{qPart}:@code{auxv}:@code{read}::@var{offset},@var{length}
22788 Access the target's @dfn{auxiliary vector}. @xref{OS Information,
22789 auxiliary vector}, and see @ref{Remote configuration,
22790 read-aux-vector-packet}. Note @var{annex} must be empty.
22791 @end table
22792
22793 Reply:
22794 @table @asis
22795 @item @code{OK}
22796 The @var{offset} in the request is at the end of the data.
22797 There is no more data to be read.
22798
22799 @item @var{XX@dots{}}
22800 Hex encoded data bytes read.
22801 This may be fewer bytes than the @var{length} in the request.
22802
22803 @item @code{E00}
22804 The request was malformed, or @var{annex} was invalid.
22805
22806 @item @code{E}@var{nn}
22807 The offset was invalid, or there was an error encountered reading the data.
22808 @var{nn} is a hex-encoded @code{errno} value.
22809
22810 @item @code{""} (empty)
22811 An empty reply indicates the @var{object} or @var{annex} string was not
22812 recognized by the stub.
22813 @end table
22814
22815 @item @code{qPart}:@var{object}:@code{write}:@var{annex}:@var{offset}:@var{data@dots{}}
22816 @cindex write data into object, remote request
22817 Write uninterpreted bytes into the target's special data area
22818 identified by the keyword @code{object},
22819 starting at @var{offset} bytes into the data.
22820 @var{data@dots{}} is the hex-encoded data to be written.
22821 The content and encoding of @var{annex} is specific to the object;
22822 it can supply additional details about what data to access.
22823
22824 No requests of this form are presently in use. This specification
22825 serves as a placeholder to document the common format that new
22826 specific request specifications ought to use.
22827
22828 Reply:
22829 @table @asis
22830 @item @var{nn}
22831 @var{nn} (hex encoded) is the number of bytes written.
22832 This may be fewer bytes than supplied in the request.
22833
22834 @item @code{E00}
22835 The request was malformed, or @var{annex} was invalid.
22836
22837 @item @code{E}@var{nn}
22838 The offset was invalid, or there was an error encountered writing the data.
22839 @var{nn} is a hex-encoded @code{errno} value.
22840
22841 @item @code{""} (empty)
22842 An empty reply indicates the @var{object} or @var{annex} string was not
22843 recognized by the stub, or that the object does not support writing.
22844 @end table
22845
22846 @item @code{qPart}:@var{object}:@var{operation}:@dots{}
22847 Requests of this form may be added in the future. When a stub does
22848 not recognize the @var{object} keyword, or its support for
22849 @var{object} does not recognize the @var{operation} keyword,
22850 the stub must respond with an empty packet.
22851
22852 @item @code{qGetTLSAddr}:@var{thread-id},@var{offset},@var{lm} --- get thread local storage address
22853 @cindex get thread-local storage address, remote request
22854 @cindex @code{qGetTLSAddr} packet
22855 Fetch the address associated with thread local storage specified
22856 by @var{thread-id}, @var{offset}, and @var{lm}.
22857
22858 @var{thread-id} is the (big endian, hex encoded) thread id associated with the
22859 thread for which to fetch the TLS address.
22860
22861 @var{offset} is the (big endian, hex encoded) offset associated with the
22862 thread local variable. (This offset is obtained from the debug
22863 information associated with the variable.)
22864
22865 @var{lm} is the (big endian, hex encoded) OS/ABI specific encoding of the
22866 the load module associated with the thread local storage. For example,
22867 a @sc{gnu}/Linux system will pass the link map address of the shared
22868 object associated with the thread local storage under consideration.
22869 Other operating environments may choose to represent the load module
22870 differently, so the precise meaning of this parameter will vary.
22871
22872 Reply:
22873 @table @asis
22874 @item @var{XX@dots{}}
22875 Hex encoded (big endian) bytes representing the address of the thread
22876 local storage requested.
22877
22878 @item @code{E}@var{nn} (where @var{nn} are hex digits)
22879 An error occurred.
22880
22881 @item @code{""} (empty)
22882 An empty reply indicates that @code{qGetTLSAddr} is not supported by the stub.
22883 @end table
22884
22885 Use of this request packet is controlled by the @code{set remote
22886 get-thread-local-storage-address} command (@pxref{Remote
22887 configuration, set remote get-thread-local-storage-address}).
22888
22889 @end table
22890
22891 @node Register Packet Format
22892 @section Register Packet Format
22893
22894 The following @samp{g}/@samp{G} packets have previously been defined.
22895 In the below, some thirty-two bit registers are transferred as
22896 sixty-four bits. Those registers should be zero/sign extended (which?)
22897 to fill the space allocated. Register bytes are transfered in target
22898 byte order. The two nibbles within a register byte are transfered
22899 most-significant - least-significant.
22900
22901 @table @r
22902
22903 @item MIPS32
22904
22905 All registers are transfered as thirty-two bit quantities in the order:
22906 32 general-purpose; sr; lo; hi; bad; cause; pc; 32 floating-point
22907 registers; fsr; fir; fp.
22908
22909 @item MIPS64
22910
22911 All registers are transfered as sixty-four bit quantities (including
22912 thirty-two bit registers such as @code{sr}). The ordering is the same
22913 as @code{MIPS32}.
22914
22915 @end table
22916
22917 @node Examples
22918 @section Examples
22919
22920 Example sequence of a target being re-started. Notice how the restart
22921 does not get any direct output:
22922
22923 @smallexample
22924 -> @code{R00}
22925 <- @code{+}
22926 @emph{target restarts}
22927 -> @code{?}
22928 <- @code{+}
22929 <- @code{T001:1234123412341234}
22930 -> @code{+}
22931 @end smallexample
22932
22933 Example sequence of a target being stepped by a single instruction:
22934
22935 @smallexample
22936 -> @code{G1445@dots{}}
22937 <- @code{+}
22938 -> @code{s}
22939 <- @code{+}
22940 @emph{time passes}
22941 <- @code{T001:1234123412341234}
22942 -> @code{+}
22943 -> @code{g}
22944 <- @code{+}
22945 <- @code{1455@dots{}}
22946 -> @code{+}
22947 @end smallexample
22948
22949 @node File-I/O remote protocol extension
22950 @section File-I/O remote protocol extension
22951 @cindex File-I/O remote protocol extension
22952
22953 @menu
22954 * File-I/O Overview::
22955 * Protocol basics::
22956 * The F request packet::
22957 * The F reply packet::
22958 * Memory transfer::
22959 * The Ctrl-C message::
22960 * Console I/O::
22961 * The isatty call::
22962 * The system call::
22963 * List of supported calls::
22964 * Protocol specific representation of datatypes::
22965 * Constants::
22966 * File-I/O Examples::
22967 @end menu
22968
22969 @node File-I/O Overview
22970 @subsection File-I/O Overview
22971 @cindex file-i/o overview
22972
22973 The @dfn{File I/O remote protocol extension} (short: File-I/O) allows the
22974 target to use the host's file system and console I/O when calling various
22975 system calls. System calls on the target system are translated into a
22976 remote protocol packet to the host system which then performs the needed
22977 actions and returns with an adequate response packet to the target system.
22978 This simulates file system operations even on targets that lack file systems.
22979
22980 The protocol is defined host- and target-system independent. It uses
22981 its own independent representation of datatypes and values. Both,
22982 @value{GDBN} and the target's @value{GDBN} stub are responsible for
22983 translating the system dependent values into the unified protocol values
22984 when data is transmitted.
22985
22986 The communication is synchronous. A system call is possible only
22987 when GDB is waiting for the @samp{C}, @samp{c}, @samp{S} or @samp{s}
22988 packets. While @value{GDBN} handles the request for a system call,
22989 the target is stopped to allow deterministic access to the target's
22990 memory. Therefore File-I/O is not interuptible by target signals. It
22991 is possible to interrupt File-I/O by a user interrupt (Ctrl-C), though.
22992
22993 The target's request to perform a host system call does not finish
22994 the latest @samp{C}, @samp{c}, @samp{S} or @samp{s} action. That means,
22995 after finishing the system call, the target returns to continuing the
22996 previous activity (continue, step). No additional continue or step
22997 request from @value{GDBN} is required.
22998
22999 @smallexample
23000 (@value{GDBP}) continue
23001 <- target requests 'system call X'
23002 target is stopped, @value{GDBN} executes system call
23003 -> GDB returns result
23004 ... target continues, GDB returns to wait for the target
23005 <- target hits breakpoint and sends a Txx packet
23006 @end smallexample
23007
23008 The protocol is only used for files on the host file system and
23009 for I/O on the console. Character or block special devices, pipes,
23010 named pipes or sockets or any other communication method on the host
23011 system are not supported by this protocol.
23012
23013 @node Protocol basics
23014 @subsection Protocol basics
23015 @cindex protocol basics, file-i/o
23016
23017 The File-I/O protocol uses the @code{F} packet, as request as well
23018 as as reply packet. Since a File-I/O system call can only occur when
23019 @value{GDBN} is waiting for the continuing or stepping target, the
23020 File-I/O request is a reply that @value{GDBN} has to expect as a result
23021 of a former @samp{C}, @samp{c}, @samp{S} or @samp{s} packet.
23022 This @code{F} packet contains all information needed to allow @value{GDBN}
23023 to call the appropriate host system call:
23024
23025 @itemize @bullet
23026 @item
23027 A unique identifier for the requested system call.
23028
23029 @item
23030 All parameters to the system call. Pointers are given as addresses
23031 in the target memory address space. Pointers to strings are given as
23032 pointer/length pair. Numerical values are given as they are.
23033 Numerical control values are given in a protocol specific representation.
23034
23035 @end itemize
23036
23037 At that point @value{GDBN} has to perform the following actions.
23038
23039 @itemize @bullet
23040 @item
23041 If parameter pointer values are given, which point to data needed as input
23042 to a system call, @value{GDBN} requests this data from the target with a
23043 standard @code{m} packet request. This additional communication has to be
23044 expected by the target implementation and is handled as any other @code{m}
23045 packet.
23046
23047 @item
23048 @value{GDBN} translates all value from protocol representation to host
23049 representation as needed. Datatypes are coerced into the host types.
23050
23051 @item
23052 @value{GDBN} calls the system call
23053
23054 @item
23055 It then coerces datatypes back to protocol representation.
23056
23057 @item
23058 If pointer parameters in the request packet point to buffer space in which
23059 a system call is expected to copy data to, the data is transmitted to the
23060 target using a @code{M} or @code{X} packet. This packet has to be expected
23061 by the target implementation and is handled as any other @code{M} or @code{X}
23062 packet.
23063
23064 @end itemize
23065
23066 Eventually @value{GDBN} replies with another @code{F} packet which contains all
23067 necessary information for the target to continue. This at least contains
23068
23069 @itemize @bullet
23070 @item
23071 Return value.
23072
23073 @item
23074 @code{errno}, if has been changed by the system call.
23075
23076 @item
23077 ``Ctrl-C'' flag.
23078
23079 @end itemize
23080
23081 After having done the needed type and value coercion, the target continues
23082 the latest continue or step action.
23083
23084 @node The F request packet
23085 @subsection The @code{F} request packet
23086 @cindex file-i/o request packet
23087 @cindex @code{F} request packet
23088
23089 The @code{F} request packet has the following format:
23090
23091 @table @samp
23092
23093 @smallexample
23094 @code{F}@var{call-id}@code{,}@var{parameter@dots{}}
23095 @end smallexample
23096
23097 @var{call-id} is the identifier to indicate the host system call to be called.
23098 This is just the name of the function.
23099
23100 @var{parameter@dots{}} are the parameters to the system call.
23101
23102 @end table
23103
23104 Parameters are hexadecimal integer values, either the real values in case
23105 of scalar datatypes, as pointers to target buffer space in case of compound
23106 datatypes and unspecified memory areas or as pointer/length pairs in case
23107 of string parameters. These are appended to the call-id, each separated
23108 from its predecessor by a comma. All values are transmitted in ASCII
23109 string representation, pointer/length pairs separated by a slash.
23110
23111 @node The F reply packet
23112 @subsection The @code{F} reply packet
23113 @cindex file-i/o reply packet
23114 @cindex @code{F} reply packet
23115
23116 The @code{F} reply packet has the following format:
23117
23118 @table @samp
23119
23120 @smallexample
23121 @code{F}@var{retcode}@code{,}@var{errno}@code{,}@var{Ctrl-C flag}@code{;}@var{call specific attachment}
23122 @end smallexample
23123
23124 @var{retcode} is the return code of the system call as hexadecimal value.
23125
23126 @var{errno} is the errno set by the call, in protocol specific representation.
23127 This parameter can be omitted if the call was successful.
23128
23129 @var{Ctrl-C flag} is only send if the user requested a break. In this
23130 case, @var{errno} must be send as well, even if the call was successful.
23131 The @var{Ctrl-C flag} itself consists of the character 'C':
23132
23133 @smallexample
23134 F0,0,C
23135 @end smallexample
23136
23137 @noindent
23138 or, if the call was interupted before the host call has been performed:
23139
23140 @smallexample
23141 F-1,4,C
23142 @end smallexample
23143
23144 @noindent
23145 assuming 4 is the protocol specific representation of @code{EINTR}.
23146
23147 @end table
23148
23149 @node Memory transfer
23150 @subsection Memory transfer
23151 @cindex memory transfer, in file-i/o protocol
23152
23153 Structured data which is transferred using a memory read or write as e.g.@:
23154 a @code{struct stat} is expected to be in a protocol specific format with
23155 all scalar multibyte datatypes being big endian. This should be done by
23156 the target before the @code{F} packet is sent resp.@: by @value{GDBN} before
23157 it transfers memory to the target. Transferred pointers to structured
23158 data should point to the already coerced data at any time.
23159
23160 @node The Ctrl-C message
23161 @subsection The Ctrl-C message
23162 @cindex ctrl-c message, in file-i/o protocol
23163
23164 A special case is, if the @var{Ctrl-C flag} is set in the @value{GDBN}
23165 reply packet. In this case the target should behave, as if it had
23166 gotten a break message. The meaning for the target is ``system call
23167 interupted by @code{SIGINT}''. Consequentially, the target should actually stop
23168 (as with a break message) and return to @value{GDBN} with a @code{T02}
23169 packet. In this case, it's important for the target to know, in which
23170 state the system call was interrupted. Since this action is by design
23171 not an atomic operation, we have to differ between two cases:
23172
23173 @itemize @bullet
23174 @item
23175 The system call hasn't been performed on the host yet.
23176
23177 @item
23178 The system call on the host has been finished.
23179
23180 @end itemize
23181
23182 These two states can be distinguished by the target by the value of the
23183 returned @code{errno}. If it's the protocol representation of @code{EINTR}, the system
23184 call hasn't been performed. This is equivalent to the @code{EINTR} handling
23185 on POSIX systems. In any other case, the target may presume that the
23186 system call has been finished --- successful or not --- and should behave
23187 as if the break message arrived right after the system call.
23188
23189 @value{GDBN} must behave reliable. If the system call has not been called
23190 yet, @value{GDBN} may send the @code{F} reply immediately, setting @code{EINTR} as
23191 @code{errno} in the packet. If the system call on the host has been finished
23192 before the user requests a break, the full action must be finshed by
23193 @value{GDBN}. This requires sending @code{M} or @code{X} packets as they fit.
23194 The @code{F} packet may only be send when either nothing has happened
23195 or the full action has been completed.
23196
23197 @node Console I/O
23198 @subsection Console I/O
23199 @cindex console i/o as part of file-i/o
23200
23201 By default and if not explicitely closed by the target system, the file
23202 descriptors 0, 1 and 2 are connected to the @value{GDBN} console. Output
23203 on the @value{GDBN} console is handled as any other file output operation
23204 (@code{write(1, @dots{})} or @code{write(2, @dots{})}). Console input is handled
23205 by @value{GDBN} so that after the target read request from file descriptor
23206 0 all following typing is buffered until either one of the following
23207 conditions is met:
23208
23209 @itemize @bullet
23210 @item
23211 The user presses @kbd{Ctrl-C}. The behaviour is as explained above, the
23212 @code{read}
23213 system call is treated as finished.
23214
23215 @item
23216 The user presses @kbd{Enter}. This is treated as end of input with a trailing
23217 line feed.
23218
23219 @item
23220 The user presses @kbd{Ctrl-D}. This is treated as end of input. No trailing
23221 character, especially no Ctrl-D is appended to the input.
23222
23223 @end itemize
23224
23225 If the user has typed more characters as fit in the buffer given to
23226 the read call, the trailing characters are buffered in @value{GDBN} until
23227 either another @code{read(0, @dots{})} is requested by the target or debugging
23228 is stopped on users request.
23229
23230 @node The isatty call
23231 @subsection The @samp{isatty} function call
23232 @cindex isatty call, file-i/o protocol
23233
23234 A special case in this protocol is the library call @code{isatty} which
23235 is implemented as its own call inside of this protocol. It returns
23236 1 to the target if the file descriptor given as parameter is attached
23237 to the @value{GDBN} console, 0 otherwise. Implementing through system calls
23238 would require implementing @code{ioctl} and would be more complex than
23239 needed.
23240
23241 @node The system call
23242 @subsection The @samp{system} function call
23243 @cindex system call, file-i/o protocol
23244
23245 The other special case in this protocol is the @code{system} call which
23246 is implemented as its own call, too. @value{GDBN} is taking over the full
23247 task of calling the necessary host calls to perform the @code{system}
23248 call. The return value of @code{system} is simplified before it's returned
23249 to the target. Basically, the only signal transmitted back is @code{EINTR}
23250 in case the user pressed @kbd{Ctrl-C}. Otherwise the return value consists
23251 entirely of the exit status of the called command.
23252
23253 Due to security concerns, the @code{system} call is by default refused
23254 by @value{GDBN}. The user has to allow this call explicitly with the
23255 @kbd{set remote system-call-allowed 1} command.
23256
23257 @table @code
23258 @item set remote system-call-allowed
23259 @kindex set remote system-call-allowed
23260 Control whether to allow the @code{system} calls in the File I/O
23261 protocol for the remote target. The default is zero (disabled).
23262
23263 @item show remote system-call-allowed
23264 @kindex show remote system-call-allowed
23265 Show the current setting of system calls for the remote File I/O
23266 protocol.
23267 @end table
23268
23269 @node List of supported calls
23270 @subsection List of supported calls
23271 @cindex list of supported file-i/o calls
23272
23273 @menu
23274 * open::
23275 * close::
23276 * read::
23277 * write::
23278 * lseek::
23279 * rename::
23280 * unlink::
23281 * stat/fstat::
23282 * gettimeofday::
23283 * isatty::
23284 * system::
23285 @end menu
23286
23287 @node open
23288 @unnumberedsubsubsec open
23289 @cindex open, file-i/o system call
23290
23291 @smallexample
23292 @exdent Synopsis:
23293 int open(const char *pathname, int flags);
23294 int open(const char *pathname, int flags, mode_t mode);
23295
23296 @exdent Request:
23297 Fopen,pathptr/len,flags,mode
23298 @end smallexample
23299
23300 @noindent
23301 @code{flags} is the bitwise or of the following values:
23302
23303 @table @code
23304 @item O_CREAT
23305 If the file does not exist it will be created. The host
23306 rules apply as far as file ownership and time stamps
23307 are concerned.
23308
23309 @item O_EXCL
23310 When used with O_CREAT, if the file already exists it is
23311 an error and open() fails.
23312
23313 @item O_TRUNC
23314 If the file already exists and the open mode allows
23315 writing (O_RDWR or O_WRONLY is given) it will be
23316 truncated to length 0.
23317
23318 @item O_APPEND
23319 The file is opened in append mode.
23320
23321 @item O_RDONLY
23322 The file is opened for reading only.
23323
23324 @item O_WRONLY
23325 The file is opened for writing only.
23326
23327 @item O_RDWR
23328 The file is opened for reading and writing.
23329
23330 @noindent
23331 Each other bit is silently ignored.
23332
23333 @end table
23334
23335 @noindent
23336 @code{mode} is the bitwise or of the following values:
23337
23338 @table @code
23339 @item S_IRUSR
23340 User has read permission.
23341
23342 @item S_IWUSR
23343 User has write permission.
23344
23345 @item S_IRGRP
23346 Group has read permission.
23347
23348 @item S_IWGRP
23349 Group has write permission.
23350
23351 @item S_IROTH
23352 Others have read permission.
23353
23354 @item S_IWOTH
23355 Others have write permission.
23356
23357 @noindent
23358 Each other bit is silently ignored.
23359
23360 @end table
23361
23362 @smallexample
23363 @exdent Return value:
23364 open returns the new file descriptor or -1 if an error
23365 occured.
23366
23367 @exdent Errors:
23368 @end smallexample
23369
23370 @table @code
23371 @item EEXIST
23372 pathname already exists and O_CREAT and O_EXCL were used.
23373
23374 @item EISDIR
23375 pathname refers to a directory.
23376
23377 @item EACCES
23378 The requested access is not allowed.
23379
23380 @item ENAMETOOLONG
23381 pathname was too long.
23382
23383 @item ENOENT
23384 A directory component in pathname does not exist.
23385
23386 @item ENODEV
23387 pathname refers to a device, pipe, named pipe or socket.
23388
23389 @item EROFS
23390 pathname refers to a file on a read-only filesystem and
23391 write access was requested.
23392
23393 @item EFAULT
23394 pathname is an invalid pointer value.
23395
23396 @item ENOSPC
23397 No space on device to create the file.
23398
23399 @item EMFILE
23400 The process already has the maximum number of files open.
23401
23402 @item ENFILE
23403 The limit on the total number of files open on the system
23404 has been reached.
23405
23406 @item EINTR
23407 The call was interrupted by the user.
23408 @end table
23409
23410 @node close
23411 @unnumberedsubsubsec close
23412 @cindex close, file-i/o system call
23413
23414 @smallexample
23415 @exdent Synopsis:
23416 int close(int fd);
23417
23418 @exdent Request:
23419 Fclose,fd
23420
23421 @exdent Return value:
23422 close returns zero on success, or -1 if an error occurred.
23423
23424 @exdent Errors:
23425 @end smallexample
23426
23427 @table @code
23428 @item EBADF
23429 fd isn't a valid open file descriptor.
23430
23431 @item EINTR
23432 The call was interrupted by the user.
23433 @end table
23434
23435 @node read
23436 @unnumberedsubsubsec read
23437 @cindex read, file-i/o system call
23438
23439 @smallexample
23440 @exdent Synopsis:
23441 int read(int fd, void *buf, unsigned int count);
23442
23443 @exdent Request:
23444 Fread,fd,bufptr,count
23445
23446 @exdent Return value:
23447 On success, the number of bytes read is returned.
23448 Zero indicates end of file. If count is zero, read
23449 returns zero as well. On error, -1 is returned.
23450
23451 @exdent Errors:
23452 @end smallexample
23453
23454 @table @code
23455 @item EBADF
23456 fd is not a valid file descriptor or is not open for
23457 reading.
23458
23459 @item EFAULT
23460 buf is an invalid pointer value.
23461
23462 @item EINTR
23463 The call was interrupted by the user.
23464 @end table
23465
23466 @node write
23467 @unnumberedsubsubsec write
23468 @cindex write, file-i/o system call
23469
23470 @smallexample
23471 @exdent Synopsis:
23472 int write(int fd, const void *buf, unsigned int count);
23473
23474 @exdent Request:
23475 Fwrite,fd,bufptr,count
23476
23477 @exdent Return value:
23478 On success, the number of bytes written are returned.
23479 Zero indicates nothing was written. On error, -1
23480 is returned.
23481
23482 @exdent Errors:
23483 @end smallexample
23484
23485 @table @code
23486 @item EBADF
23487 fd is not a valid file descriptor or is not open for
23488 writing.
23489
23490 @item EFAULT
23491 buf is an invalid pointer value.
23492
23493 @item EFBIG
23494 An attempt was made to write a file that exceeds the
23495 host specific maximum file size allowed.
23496
23497 @item ENOSPC
23498 No space on device to write the data.
23499
23500 @item EINTR
23501 The call was interrupted by the user.
23502 @end table
23503
23504 @node lseek
23505 @unnumberedsubsubsec lseek
23506 @cindex lseek, file-i/o system call
23507
23508 @smallexample
23509 @exdent Synopsis:
23510 long lseek (int fd, long offset, int flag);
23511
23512 @exdent Request:
23513 Flseek,fd,offset,flag
23514 @end smallexample
23515
23516 @code{flag} is one of:
23517
23518 @table @code
23519 @item SEEK_SET
23520 The offset is set to offset bytes.
23521
23522 @item SEEK_CUR
23523 The offset is set to its current location plus offset
23524 bytes.
23525
23526 @item SEEK_END
23527 The offset is set to the size of the file plus offset
23528 bytes.
23529 @end table
23530
23531 @smallexample
23532 @exdent Return value:
23533 On success, the resulting unsigned offset in bytes from
23534 the beginning of the file is returned. Otherwise, a
23535 value of -1 is returned.
23536
23537 @exdent Errors:
23538 @end smallexample
23539
23540 @table @code
23541 @item EBADF
23542 fd is not a valid open file descriptor.
23543
23544 @item ESPIPE
23545 fd is associated with the @value{GDBN} console.
23546
23547 @item EINVAL
23548 flag is not a proper value.
23549
23550 @item EINTR
23551 The call was interrupted by the user.
23552 @end table
23553
23554 @node rename
23555 @unnumberedsubsubsec rename
23556 @cindex rename, file-i/o system call
23557
23558 @smallexample
23559 @exdent Synopsis:
23560 int rename(const char *oldpath, const char *newpath);
23561
23562 @exdent Request:
23563 Frename,oldpathptr/len,newpathptr/len
23564
23565 @exdent Return value:
23566 On success, zero is returned. On error, -1 is returned.
23567
23568 @exdent Errors:
23569 @end smallexample
23570
23571 @table @code
23572 @item EISDIR
23573 newpath is an existing directory, but oldpath is not a
23574 directory.
23575
23576 @item EEXIST
23577 newpath is a non-empty directory.
23578
23579 @item EBUSY
23580 oldpath or newpath is a directory that is in use by some
23581 process.
23582
23583 @item EINVAL
23584 An attempt was made to make a directory a subdirectory
23585 of itself.
23586
23587 @item ENOTDIR
23588 A component used as a directory in oldpath or new
23589 path is not a directory. Or oldpath is a directory
23590 and newpath exists but is not a directory.
23591
23592 @item EFAULT
23593 oldpathptr or newpathptr are invalid pointer values.
23594
23595 @item EACCES
23596 No access to the file or the path of the file.
23597
23598 @item ENAMETOOLONG
23599
23600 oldpath or newpath was too long.
23601
23602 @item ENOENT
23603 A directory component in oldpath or newpath does not exist.
23604
23605 @item EROFS
23606 The file is on a read-only filesystem.
23607
23608 @item ENOSPC
23609 The device containing the file has no room for the new
23610 directory entry.
23611
23612 @item EINTR
23613 The call was interrupted by the user.
23614 @end table
23615
23616 @node unlink
23617 @unnumberedsubsubsec unlink
23618 @cindex unlink, file-i/o system call
23619
23620 @smallexample
23621 @exdent Synopsis:
23622 int unlink(const char *pathname);
23623
23624 @exdent Request:
23625 Funlink,pathnameptr/len
23626
23627 @exdent Return value:
23628 On success, zero is returned. On error, -1 is returned.
23629
23630 @exdent Errors:
23631 @end smallexample
23632
23633 @table @code
23634 @item EACCES
23635 No access to the file or the path of the file.
23636
23637 @item EPERM
23638 The system does not allow unlinking of directories.
23639
23640 @item EBUSY
23641 The file pathname cannot be unlinked because it's
23642 being used by another process.
23643
23644 @item EFAULT
23645 pathnameptr is an invalid pointer value.
23646
23647 @item ENAMETOOLONG
23648 pathname was too long.
23649
23650 @item ENOENT
23651 A directory component in pathname does not exist.
23652
23653 @item ENOTDIR
23654 A component of the path is not a directory.
23655
23656 @item EROFS
23657 The file is on a read-only filesystem.
23658
23659 @item EINTR
23660 The call was interrupted by the user.
23661 @end table
23662
23663 @node stat/fstat
23664 @unnumberedsubsubsec stat/fstat
23665 @cindex fstat, file-i/o system call
23666 @cindex stat, file-i/o system call
23667
23668 @smallexample
23669 @exdent Synopsis:
23670 int stat(const char *pathname, struct stat *buf);
23671 int fstat(int fd, struct stat *buf);
23672
23673 @exdent Request:
23674 Fstat,pathnameptr/len,bufptr
23675 Ffstat,fd,bufptr
23676
23677 @exdent Return value:
23678 On success, zero is returned. On error, -1 is returned.
23679
23680 @exdent Errors:
23681 @end smallexample
23682
23683 @table @code
23684 @item EBADF
23685 fd is not a valid open file.
23686
23687 @item ENOENT
23688 A directory component in pathname does not exist or the
23689 path is an empty string.
23690
23691 @item ENOTDIR
23692 A component of the path is not a directory.
23693
23694 @item EFAULT
23695 pathnameptr is an invalid pointer value.
23696
23697 @item EACCES
23698 No access to the file or the path of the file.
23699
23700 @item ENAMETOOLONG
23701 pathname was too long.
23702
23703 @item EINTR
23704 The call was interrupted by the user.
23705 @end table
23706
23707 @node gettimeofday
23708 @unnumberedsubsubsec gettimeofday
23709 @cindex gettimeofday, file-i/o system call
23710
23711 @smallexample
23712 @exdent Synopsis:
23713 int gettimeofday(struct timeval *tv, void *tz);
23714
23715 @exdent Request:
23716 Fgettimeofday,tvptr,tzptr
23717
23718 @exdent Return value:
23719 On success, 0 is returned, -1 otherwise.
23720
23721 @exdent Errors:
23722 @end smallexample
23723
23724 @table @code
23725 @item EINVAL
23726 tz is a non-NULL pointer.
23727
23728 @item EFAULT
23729 tvptr and/or tzptr is an invalid pointer value.
23730 @end table
23731
23732 @node isatty
23733 @unnumberedsubsubsec isatty
23734 @cindex isatty, file-i/o system call
23735
23736 @smallexample
23737 @exdent Synopsis:
23738 int isatty(int fd);
23739
23740 @exdent Request:
23741 Fisatty,fd
23742
23743 @exdent Return value:
23744 Returns 1 if fd refers to the @value{GDBN} console, 0 otherwise.
23745
23746 @exdent Errors:
23747 @end smallexample
23748
23749 @table @code
23750 @item EINTR
23751 The call was interrupted by the user.
23752 @end table
23753
23754 @node system
23755 @unnumberedsubsubsec system
23756 @cindex system, file-i/o system call
23757
23758 @smallexample
23759 @exdent Synopsis:
23760 int system(const char *command);
23761
23762 @exdent Request:
23763 Fsystem,commandptr/len
23764
23765 @exdent Return value:
23766 The value returned is -1 on error and the return status
23767 of the command otherwise. Only the exit status of the
23768 command is returned, which is extracted from the hosts
23769 system return value by calling WEXITSTATUS(retval).
23770 In case /bin/sh could not be executed, 127 is returned.
23771
23772 @exdent Errors:
23773 @end smallexample
23774
23775 @table @code
23776 @item EINTR
23777 The call was interrupted by the user.
23778 @end table
23779
23780 @node Protocol specific representation of datatypes
23781 @subsection Protocol specific representation of datatypes
23782 @cindex protocol specific representation of datatypes, in file-i/o protocol
23783
23784 @menu
23785 * Integral datatypes::
23786 * Pointer values::
23787 * struct stat::
23788 * struct timeval::
23789 @end menu
23790
23791 @node Integral datatypes
23792 @unnumberedsubsubsec Integral datatypes
23793 @cindex integral datatypes, in file-i/o protocol
23794
23795 The integral datatypes used in the system calls are
23796
23797 @smallexample
23798 int@r{,} unsigned int@r{,} long@r{,} unsigned long@r{,} mode_t @r{and} time_t
23799 @end smallexample
23800
23801 @code{Int}, @code{unsigned int}, @code{mode_t} and @code{time_t} are
23802 implemented as 32 bit values in this protocol.
23803
23804 @code{Long} and @code{unsigned long} are implemented as 64 bit types.
23805
23806 @xref{Limits}, for corresponding MIN and MAX values (similar to those
23807 in @file{limits.h}) to allow range checking on host and target.
23808
23809 @code{time_t} datatypes are defined as seconds since the Epoch.
23810
23811 All integral datatypes transferred as part of a memory read or write of a
23812 structured datatype e.g.@: a @code{struct stat} have to be given in big endian
23813 byte order.
23814
23815 @node Pointer values
23816 @unnumberedsubsubsec Pointer values
23817 @cindex pointer values, in file-i/o protocol
23818
23819 Pointers to target data are transmitted as they are. An exception
23820 is made for pointers to buffers for which the length isn't
23821 transmitted as part of the function call, namely strings. Strings
23822 are transmitted as a pointer/length pair, both as hex values, e.g.@:
23823
23824 @smallexample
23825 @code{1aaf/12}
23826 @end smallexample
23827
23828 @noindent
23829 which is a pointer to data of length 18 bytes at position 0x1aaf.
23830 The length is defined as the full string length in bytes, including
23831 the trailing null byte. Example:
23832
23833 @smallexample
23834 ``hello, world'' at address 0x123456
23835 @end smallexample
23836
23837 @noindent
23838 is transmitted as
23839
23840 @smallexample
23841 @code{123456/d}
23842 @end smallexample
23843
23844 @node struct stat
23845 @unnumberedsubsubsec struct stat
23846 @cindex struct stat, in file-i/o protocol
23847
23848 The buffer of type struct stat used by the target and @value{GDBN} is defined
23849 as follows:
23850
23851 @smallexample
23852 struct stat @{
23853 unsigned int st_dev; /* device */
23854 unsigned int st_ino; /* inode */
23855 mode_t st_mode; /* protection */
23856 unsigned int st_nlink; /* number of hard links */
23857 unsigned int st_uid; /* user ID of owner */
23858 unsigned int st_gid; /* group ID of owner */
23859 unsigned int st_rdev; /* device type (if inode device) */
23860 unsigned long st_size; /* total size, in bytes */
23861 unsigned long st_blksize; /* blocksize for filesystem I/O */
23862 unsigned long st_blocks; /* number of blocks allocated */
23863 time_t st_atime; /* time of last access */
23864 time_t st_mtime; /* time of last modification */
23865 time_t st_ctime; /* time of last change */
23866 @};
23867 @end smallexample
23868
23869 The integral datatypes are conforming to the definitions given in the
23870 approriate section (see @ref{Integral datatypes}, for details) so this
23871 structure is of size 64 bytes.
23872
23873 The values of several fields have a restricted meaning and/or
23874 range of values.
23875
23876 @smallexample
23877 st_dev: 0 file
23878 1 console
23879
23880 st_ino: No valid meaning for the target. Transmitted unchanged.
23881
23882 st_mode: Valid mode bits are described in Appendix C. Any other
23883 bits have currently no meaning for the target.
23884
23885 st_uid: No valid meaning for the target. Transmitted unchanged.
23886
23887 st_gid: No valid meaning for the target. Transmitted unchanged.
23888
23889 st_rdev: No valid meaning for the target. Transmitted unchanged.
23890
23891 st_atime, st_mtime, st_ctime:
23892 These values have a host and file system dependent
23893 accuracy. Especially on Windows hosts the file systems
23894 don't support exact timing values.
23895 @end smallexample
23896
23897 The target gets a struct stat of the above representation and is
23898 responsible to coerce it to the target representation before
23899 continuing.
23900
23901 Note that due to size differences between the host and target
23902 representation of stat members, these members could eventually
23903 get truncated on the target.
23904
23905 @node struct timeval
23906 @unnumberedsubsubsec struct timeval
23907 @cindex struct timeval, in file-i/o protocol
23908
23909 The buffer of type struct timeval used by the target and @value{GDBN}
23910 is defined as follows:
23911
23912 @smallexample
23913 struct timeval @{
23914 time_t tv_sec; /* second */
23915 long tv_usec; /* microsecond */
23916 @};
23917 @end smallexample
23918
23919 The integral datatypes are conforming to the definitions given in the
23920 approriate section (see @ref{Integral datatypes}, for details) so this
23921 structure is of size 8 bytes.
23922
23923 @node Constants
23924 @subsection Constants
23925 @cindex constants, in file-i/o protocol
23926
23927 The following values are used for the constants inside of the
23928 protocol. @value{GDBN} and target are resposible to translate these
23929 values before and after the call as needed.
23930
23931 @menu
23932 * Open flags::
23933 * mode_t values::
23934 * Errno values::
23935 * Lseek flags::
23936 * Limits::
23937 @end menu
23938
23939 @node Open flags
23940 @unnumberedsubsubsec Open flags
23941 @cindex open flags, in file-i/o protocol
23942
23943 All values are given in hexadecimal representation.
23944
23945 @smallexample
23946 O_RDONLY 0x0
23947 O_WRONLY 0x1
23948 O_RDWR 0x2
23949 O_APPEND 0x8
23950 O_CREAT 0x200
23951 O_TRUNC 0x400
23952 O_EXCL 0x800
23953 @end smallexample
23954
23955 @node mode_t values
23956 @unnumberedsubsubsec mode_t values
23957 @cindex mode_t values, in file-i/o protocol
23958
23959 All values are given in octal representation.
23960
23961 @smallexample
23962 S_IFREG 0100000
23963 S_IFDIR 040000
23964 S_IRUSR 0400
23965 S_IWUSR 0200
23966 S_IXUSR 0100
23967 S_IRGRP 040
23968 S_IWGRP 020
23969 S_IXGRP 010
23970 S_IROTH 04
23971 S_IWOTH 02
23972 S_IXOTH 01
23973 @end smallexample
23974
23975 @node Errno values
23976 @unnumberedsubsubsec Errno values
23977 @cindex errno values, in file-i/o protocol
23978
23979 All values are given in decimal representation.
23980
23981 @smallexample
23982 EPERM 1
23983 ENOENT 2
23984 EINTR 4
23985 EBADF 9
23986 EACCES 13
23987 EFAULT 14
23988 EBUSY 16
23989 EEXIST 17
23990 ENODEV 19
23991 ENOTDIR 20
23992 EISDIR 21
23993 EINVAL 22
23994 ENFILE 23
23995 EMFILE 24
23996 EFBIG 27
23997 ENOSPC 28
23998 ESPIPE 29
23999 EROFS 30
24000 ENAMETOOLONG 91
24001 EUNKNOWN 9999
24002 @end smallexample
24003
24004 EUNKNOWN is used as a fallback error value if a host system returns
24005 any error value not in the list of supported error numbers.
24006
24007 @node Lseek flags
24008 @unnumberedsubsubsec Lseek flags
24009 @cindex lseek flags, in file-i/o protocol
24010
24011 @smallexample
24012 SEEK_SET 0
24013 SEEK_CUR 1
24014 SEEK_END 2
24015 @end smallexample
24016
24017 @node Limits
24018 @unnumberedsubsubsec Limits
24019 @cindex limits, in file-i/o protocol
24020
24021 All values are given in decimal representation.
24022
24023 @smallexample
24024 INT_MIN -2147483648
24025 INT_MAX 2147483647
24026 UINT_MAX 4294967295
24027 LONG_MIN -9223372036854775808
24028 LONG_MAX 9223372036854775807
24029 ULONG_MAX 18446744073709551615
24030 @end smallexample
24031
24032 @node File-I/O Examples
24033 @subsection File-I/O Examples
24034 @cindex file-i/o examples
24035
24036 Example sequence of a write call, file descriptor 3, buffer is at target
24037 address 0x1234, 6 bytes should be written:
24038
24039 @smallexample
24040 <- @code{Fwrite,3,1234,6}
24041 @emph{request memory read from target}
24042 -> @code{m1234,6}
24043 <- XXXXXX
24044 @emph{return "6 bytes written"}
24045 -> @code{F6}
24046 @end smallexample
24047
24048 Example sequence of a read call, file descriptor 3, buffer is at target
24049 address 0x1234, 6 bytes should be read:
24050
24051 @smallexample
24052 <- @code{Fread,3,1234,6}
24053 @emph{request memory write to target}
24054 -> @code{X1234,6:XXXXXX}
24055 @emph{return "6 bytes read"}
24056 -> @code{F6}
24057 @end smallexample
24058
24059 Example sequence of a read call, call fails on the host due to invalid
24060 file descriptor (EBADF):
24061
24062 @smallexample
24063 <- @code{Fread,3,1234,6}
24064 -> @code{F-1,9}
24065 @end smallexample
24066
24067 Example sequence of a read call, user presses Ctrl-C before syscall on
24068 host is called:
24069
24070 @smallexample
24071 <- @code{Fread,3,1234,6}
24072 -> @code{F-1,4,C}
24073 <- @code{T02}
24074 @end smallexample
24075
24076 Example sequence of a read call, user presses Ctrl-C after syscall on
24077 host is called:
24078
24079 @smallexample
24080 <- @code{Fread,3,1234,6}
24081 -> @code{X1234,6:XXXXXX}
24082 <- @code{T02}
24083 @end smallexample
24084
24085 @include agentexpr.texi
24086
24087 @include gpl.texi
24088
24089 @raisesections
24090 @include fdl.texi
24091 @lowersections
24092
24093 @node Index
24094 @unnumbered Index
24095
24096 @printindex cp
24097
24098 @tex
24099 % I think something like @colophon should be in texinfo. In the
24100 % meantime:
24101 \long\def\colophon{\hbox to0pt{}\vfill
24102 \centerline{The body of this manual is set in}
24103 \centerline{\fontname\tenrm,}
24104 \centerline{with headings in {\bf\fontname\tenbf}}
24105 \centerline{and examples in {\tt\fontname\tentt}.}
24106 \centerline{{\it\fontname\tenit\/},}
24107 \centerline{{\bf\fontname\tenbf}, and}
24108 \centerline{{\sl\fontname\tensl\/}}
24109 \centerline{are used for emphasis.}\vfill}
24110 \page\colophon
24111 % Blame: doc@cygnus.com, 1991.
24112 @end tex
24113
24114 @bye