2004-06-07 Randolph Chung <tausq@debian.org>
[deliverable/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
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 Programming & development tools.
42 @direntry
43 * Gdb: (gdb). The @sc{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 Free Software Foundation, Inc.
56
57 Permission is granted to copy, distribute and/or modify this document
58 under the terms of the GNU Free Documentation License, Version 1.1 or
59 any later version published by the Free Software Foundation; with the
60 Invariant Sections being ``Free Software'' and ``Free Software Needs
61 Free Documentation'', with the Front-Cover Texts being ``A GNU Manual,''
62 and with the Back-Cover Texts as in (a) below.
63
64 (a) The Free Software Foundation's Back-Cover Text is: ``You have
65 freedom to copy and modify this GNU Manual, like GNU software. Copies
66 published by the Free Software Foundation raise funds for GNU
67 development.''
68 @end ifinfo
69
70 @titlepage
71 @title Debugging with @value{GDBN}
72 @subtitle The @sc{gnu} Source-Level Debugger
73 @sp 1
74 @subtitle @value{EDITION} Edition, for @value{GDBN} version @value{GDBVN}
75 @author Richard Stallman, Roland Pesch, Stan Shebs, et al.
76 @page
77 @tex
78 {\parskip=0pt
79 \hfill (Send bugs and comments on @value{GDBN} to bug-gdb\@gnu.org.)\par
80 \hfill {\it Debugging with @value{GDBN}}\par
81 \hfill \TeX{}info \texinfoversion\par
82 }
83 @end tex
84
85 @vskip 0pt plus 1filll
86 Copyright @copyright{} 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
87 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
88 @sp 2
89 Published by the Free Software Foundation @*
90 59 Temple Place - Suite 330, @*
91 Boston, MA 02111-1307 USA @*
92 ISBN 1-882114-77-9 @*
93
94 Permission is granted to copy, distribute and/or modify this document
95 under the terms of the GNU Free Documentation License, Version 1.1 or
96 any later version published by the Free Software Foundation; with the
97 Invariant Sections being ``Free Software'' and ``Free Software Needs
98 Free Documentation'', with the Front-Cover Texts being ``A GNU Manual,''
99 and with the Back-Cover Texts as in (a) below.
100
101 (a) The Free Software Foundation's Back-Cover Text is: ``You have
102 freedom to copy and modify this GNU Manual, like GNU software. Copies
103 published by the Free Software Foundation raise funds for GNU
104 development.''
105 @end titlepage
106 @page
107
108 @ifnottex
109 @node Top, Summary, (dir), (dir)
110
111 @top Debugging with @value{GDBN}
112
113 This file describes @value{GDBN}, the @sc{gnu} symbolic debugger.
114
115 This is the @value{EDITION} Edition, for @value{GDBN} Version
116 @value{GDBVN}.
117
118 Copyright (C) 1988-2004 Free Software Foundation, Inc.
119
120 @menu
121 * Summary:: Summary of @value{GDBN}
122 * Sample Session:: A sample @value{GDBN} session
123
124 * Invocation:: Getting in and out of @value{GDBN}
125 * Commands:: @value{GDBN} commands
126 * Running:: Running programs under @value{GDBN}
127 * Stopping:: Stopping and continuing
128 * Stack:: Examining the stack
129 * Source:: Examining source files
130 * Data:: Examining data
131 * Macros:: Preprocessor Macros
132 * Tracepoints:: Debugging remote targets non-intrusively
133 * Overlays:: Debugging programs that use overlays
134
135 * Languages:: Using @value{GDBN} with different languages
136
137 * Symbols:: Examining the symbol table
138 * Altering:: Altering execution
139 * GDB Files:: @value{GDBN} files
140 * Targets:: Specifying a debugging target
141 * Remote Debugging:: Debugging remote programs
142 * Configurations:: Configuration-specific information
143 * Controlling GDB:: Controlling @value{GDBN}
144 * Sequences:: Canned sequences of commands
145 * TUI:: @value{GDBN} Text User Interface
146 * Interpreters:: Command Interpreters
147 * Emacs:: Using @value{GDBN} under @sc{gnu} Emacs
148 * Annotations:: @value{GDBN}'s annotation interface.
149 * GDB/MI:: @value{GDBN}'s Machine Interface.
150
151 * GDB Bugs:: Reporting bugs in @value{GDBN}
152 * Formatting Documentation:: How to format and print @value{GDBN} documentation
153
154 * Command Line Editing:: Command Line Editing
155 * Using History Interactively:: Using History Interactively
156 * Installing GDB:: Installing GDB
157 * Maintenance Commands:: Maintenance Commands
158 * Remote Protocol:: GDB Remote Serial Protocol
159 * Agent Expressions:: The GDB Agent Expression Mechanism
160 * Copying:: GNU General Public License says
161 how you can copy and share GDB
162 * GNU Free Documentation License:: The license for this documentation
163 * Index:: Index
164 @end menu
165
166 @end ifnottex
167
168 @contents
169
170 @node Summary
171 @unnumbered Summary of @value{GDBN}
172
173 The purpose of a debugger such as @value{GDBN} is to allow you to see what is
174 going on ``inside'' another program while it executes---or what another
175 program was doing at the moment it crashed.
176
177 @value{GDBN} can do four main kinds of things (plus other things in support of
178 these) to help you catch bugs in the act:
179
180 @itemize @bullet
181 @item
182 Start your program, specifying anything that might affect its behavior.
183
184 @item
185 Make your program stop on specified conditions.
186
187 @item
188 Examine what has happened, when your program has stopped.
189
190 @item
191 Change things in your program, so you can experiment with correcting the
192 effects of one bug and go on to learn about another.
193 @end itemize
194
195 You can use @value{GDBN} to debug programs written in C and C@t{++}.
196 For more information, see @ref{Support,,Supported languages}.
197 For more information, see @ref{C,,C and C++}.
198
199 @cindex Modula-2
200 Support for Modula-2 is partial. For information on Modula-2, see
201 @ref{Modula-2,,Modula-2}.
202
203 @cindex Pascal
204 Debugging Pascal programs which use sets, subranges, file variables, or
205 nested functions does not currently work. @value{GDBN} does not support
206 entering expressions, printing values, or similar features using Pascal
207 syntax.
208
209 @cindex Fortran
210 @value{GDBN} can be used to debug programs written in Fortran, although
211 it may be necessary to refer to some variables with a trailing
212 underscore.
213
214 @value{GDBN} can be used to debug programs written in Objective-C,
215 using either the Apple/NeXT or the GNU Objective-C runtime.
216
217 @menu
218 * Free Software:: Freely redistributable software
219 * Contributors:: Contributors to GDB
220 @end menu
221
222 @node Free Software
223 @unnumberedsec Free software
224
225 @value{GDBN} is @dfn{free software}, protected by the @sc{gnu}
226 General Public License
227 (GPL). The GPL gives you the freedom to copy or adapt a licensed
228 program---but every person getting a copy also gets with it the
229 freedom to modify that copy (which means that they must get access to
230 the source code), and the freedom to distribute further copies.
231 Typical software companies use copyrights to limit your freedoms; the
232 Free Software Foundation uses the GPL to preserve these freedoms.
233
234 Fundamentally, the General Public License is a license which says that
235 you have these freedoms and that you cannot take these freedoms away
236 from anyone else.
237
238 @unnumberedsec Free Software Needs Free Documentation
239
240 The biggest deficiency in the free software community today is not in
241 the software---it is the lack of good free documentation that we can
242 include with the free software. Many of our most important
243 programs do not come with free reference manuals and free introductory
244 texts. Documentation is an essential part of any software package;
245 when an important free software package does not come with a free
246 manual and a free tutorial, that is a major gap. We have many such
247 gaps today.
248
249 Consider Perl, for instance. The tutorial manuals that people
250 normally use are non-free. How did this come about? Because the
251 authors of those manuals published them with restrictive terms---no
252 copying, no modification, source files not available---which exclude
253 them from the free software world.
254
255 That wasn't the first time this sort of thing happened, and it was far
256 from the last. Many times we have heard a GNU user eagerly describe a
257 manual that he is writing, his intended contribution to the community,
258 only to learn that he had ruined everything by signing a publication
259 contract to make it non-free.
260
261 Free documentation, like free software, is a matter of freedom, not
262 price. The problem with the non-free manual is not that publishers
263 charge a price for printed copies---that in itself is fine. (The Free
264 Software Foundation sells printed copies of manuals, too.) The
265 problem is the restrictions on the use of the manual. Free manuals
266 are available in source code form, and give you permission to copy and
267 modify. Non-free manuals do not allow this.
268
269 The criteria of freedom for a free manual are roughly the same as for
270 free software. Redistribution (including the normal kinds of
271 commercial redistribution) must be permitted, so that the manual can
272 accompany every copy of the program, both on-line and on paper.
273
274 Permission for modification of the technical content is crucial too.
275 When people modify the software, adding or changing features, if they
276 are conscientious they will change the manual too---so they can
277 provide accurate and clear documentation for the modified program. A
278 manual that leaves you no choice but to write a new manual to document
279 a changed version of the program is not really available to our
280 community.
281
282 Some kinds of limits on the way modification is handled are
283 acceptable. For example, requirements to preserve the original
284 author's copyright notice, the distribution terms, or the list of
285 authors, are ok. It is also no problem to require modified versions
286 to include notice that they were modified. Even entire sections that
287 may not be deleted or changed are acceptable, as long as they deal
288 with nontechnical topics (like this one). These kinds of restrictions
289 are acceptable because they don't obstruct the community's normal use
290 of the manual.
291
292 However, it must be possible to modify all the @emph{technical}
293 content of the manual, and then distribute the result in all the usual
294 media, through all the usual channels. Otherwise, the restrictions
295 obstruct the use of the manual, it is not free, and we need another
296 manual to replace it.
297
298 Please spread the word about this issue. Our community continues to
299 lose manuals to proprietary publishing. If we spread the word that
300 free software needs free reference manuals and free tutorials, perhaps
301 the next person who wants to contribute by writing documentation will
302 realize, before it is too late, that only free manuals contribute to
303 the free software community.
304
305 If you are writing documentation, please insist on publishing it under
306 the GNU Free Documentation License or another free documentation
307 license. Remember that this decision requires your approval---you
308 don't have to let the publisher decide. Some commercial publishers
309 will use a free license if you insist, but they will not propose the
310 option; it is up to you to raise the issue and say firmly that this is
311 what you want. If the publisher you are dealing with refuses, please
312 try other publishers. If you're not sure whether a proposed license
313 is free, write to @email{licensing@@gnu.org}.
314
315 You can encourage commercial publishers to sell more free, copylefted
316 manuals and tutorials by buying them, and particularly by buying
317 copies from the publishers that paid for their writing or for major
318 improvements. Meanwhile, try to avoid buying non-free documentation
319 at all. Check the distribution terms of a manual before you buy it,
320 and insist that whoever seeks your business must respect your freedom.
321 Check the history of the book, and try to reward the publishers that
322 have paid or pay the authors to work on it.
323
324 The Free Software Foundation maintains a list of free documentation
325 published by other publishers, at
326 @url{http://www.fsf.org/doc/other-free-books.html}.
327
328 @node Contributors
329 @unnumberedsec Contributors to @value{GDBN}
330
331 Richard Stallman was the original author of @value{GDBN}, and of many
332 other @sc{gnu} programs. Many others have contributed to its
333 development. This section attempts to credit major contributors. One
334 of the virtues of free software is that everyone is free to contribute
335 to it; with regret, we cannot actually acknowledge everyone here. The
336 file @file{ChangeLog} in the @value{GDBN} distribution approximates a
337 blow-by-blow account.
338
339 Changes much prior to version 2.0 are lost in the mists of time.
340
341 @quotation
342 @emph{Plea:} Additions to this section are particularly welcome. If you
343 or your friends (or enemies, to be evenhanded) have been unfairly
344 omitted from this list, we would like to add your names!
345 @end quotation
346
347 So that they may not regard their many labors as thankless, we
348 particularly thank those who shepherded @value{GDBN} through major
349 releases:
350 Andrew Cagney (releases 6.1, 6.0, 5.3, 5.2, 5.1 and 5.0);
351 Jim Blandy (release 4.18);
352 Jason Molenda (release 4.17);
353 Stan Shebs (release 4.14);
354 Fred Fish (releases 4.16, 4.15, 4.13, 4.12, 4.11, 4.10, and 4.9);
355 Stu Grossman and John Gilmore (releases 4.8, 4.7, 4.6, 4.5, and 4.4);
356 John Gilmore (releases 4.3, 4.2, 4.1, 4.0, and 3.9);
357 Jim Kingdon (releases 3.5, 3.4, and 3.3);
358 and Randy Smith (releases 3.2, 3.1, and 3.0).
359
360 Richard Stallman, assisted at various times by Peter TerMaat, Chris
361 Hanson, and Richard Mlynarik, handled releases through 2.8.
362
363 Michael Tiemann is the author of most of the @sc{gnu} C@t{++} support
364 in @value{GDBN}, with significant additional contributions from Per
365 Bothner and Daniel Berlin. James Clark wrote the @sc{gnu} C@t{++}
366 demangler. Early work on C@t{++} was by Peter TerMaat (who also did
367 much general update work leading to release 3.0).
368
369 @value{GDBN} uses the BFD subroutine library to examine multiple
370 object-file formats; BFD was a joint project of David V.
371 Henkel-Wallace, Rich Pixley, Steve Chamberlain, and John Gilmore.
372
373 David Johnson wrote the original COFF support; Pace Willison did
374 the original support for encapsulated COFF.
375
376 Brent Benson of Harris Computer Systems contributed DWARF 2 support.
377
378 Adam de Boor and Bradley Davis contributed the ISI Optimum V support.
379 Per Bothner, Noboyuki Hikichi, and Alessandro Forin contributed MIPS
380 support.
381 Jean-Daniel Fekete contributed Sun 386i support.
382 Chris Hanson improved the HP9000 support.
383 Noboyuki Hikichi and Tomoyuki Hasei contributed Sony/News OS 3 support.
384 David Johnson contributed Encore Umax support.
385 Jyrki Kuoppala contributed Altos 3068 support.
386 Jeff Law contributed HP PA and SOM support.
387 Keith Packard contributed NS32K support.
388 Doug Rabson contributed Acorn Risc Machine support.
389 Bob Rusk contributed Harris Nighthawk CX-UX support.
390 Chris Smith contributed Convex support (and Fortran debugging).
391 Jonathan Stone contributed Pyramid support.
392 Michael Tiemann contributed SPARC support.
393 Tim Tucker contributed support for the Gould NP1 and Gould Powernode.
394 Pace Willison contributed Intel 386 support.
395 Jay Vosburgh contributed Symmetry support.
396 Marko Mlinar contributed OpenRISC 1000 support.
397
398 Andreas Schwab contributed M68K @sc{gnu}/Linux support.
399
400 Rich Schaefer and Peter Schauer helped with support of SunOS shared
401 libraries.
402
403 Jay Fenlason and Roland McGrath ensured that @value{GDBN} and GAS agree
404 about several machine instruction sets.
405
406 Patrick Duval, Ted Goldstein, Vikram Koka and Glenn Engel helped develop
407 remote debugging. Intel Corporation, Wind River Systems, AMD, and ARM
408 contributed remote debugging modules for the i960, VxWorks, A29K UDI,
409 and RDI targets, respectively.
410
411 Brian Fox is the author of the readline libraries providing
412 command-line editing and command history.
413
414 Andrew Beers of SUNY Buffalo wrote the language-switching code, the
415 Modula-2 support, and contributed the Languages chapter of this manual.
416
417 Fred Fish wrote most of the support for Unix System Vr4.
418 He also enhanced the command-completion support to cover C@t{++} overloaded
419 symbols.
420
421 Hitachi America (now Renesas America), Ltd. sponsored the support for
422 H8/300, H8/500, and Super-H processors.
423
424 NEC sponsored the support for the v850, Vr4xxx, and Vr5xxx processors.
425
426 Mitsubishi (now Renesas) sponsored the support for D10V, D30V, and M32R/D
427 processors.
428
429 Toshiba sponsored the support for the TX39 Mips processor.
430
431 Matsushita sponsored the support for the MN10200 and MN10300 processors.
432
433 Fujitsu sponsored the support for SPARClite and FR30 processors.
434
435 Kung Hsu, Jeff Law, and Rick Sladkey added support for hardware
436 watchpoints.
437
438 Michael Snyder added support for tracepoints.
439
440 Stu Grossman wrote gdbserver.
441
442 Jim Kingdon, Peter Schauer, Ian Taylor, and Stu Grossman made
443 nearly innumerable bug fixes and cleanups throughout @value{GDBN}.
444
445 The following people at the Hewlett-Packard Company contributed
446 support for the PA-RISC 2.0 architecture, HP-UX 10.20, 10.30, and 11.0
447 (narrow mode), HP's implementation of kernel threads, HP's aC@t{++}
448 compiler, and the Text User Interface (nee Terminal User Interface):
449 Ben Krepp, Richard Title, John Bishop, Susan Macchia, Kathy Mann,
450 Satish Pai, India Paul, Steve Rehrauer, and Elena Zannoni. Kim Haase
451 provided HP-specific information in this manual.
452
453 DJ Delorie ported @value{GDBN} to MS-DOS, for the DJGPP project.
454 Robert Hoehne made significant contributions to the DJGPP port.
455
456 Cygnus Solutions has sponsored @value{GDBN} maintenance and much of its
457 development since 1991. Cygnus engineers who have worked on @value{GDBN}
458 fulltime include Mark Alexander, Jim Blandy, Per Bothner, Kevin
459 Buettner, Edith Epstein, Chris Faylor, Fred Fish, Martin Hunt, Jim
460 Ingham, John Gilmore, Stu Grossman, Kung Hsu, Jim Kingdon, John Metzler,
461 Fernando Nasser, Geoffrey Noer, Dawn Perchik, Rich Pixley, Zdenek
462 Radouch, Keith Seitz, Stan Shebs, David Taylor, and Elena Zannoni. In
463 addition, Dave Brolley, Ian Carmichael, Steve Chamberlain, Nick Clifton,
464 JT Conklin, Stan Cox, DJ Delorie, Ulrich Drepper, Frank Eigler, Doug
465 Evans, Sean Fagan, David Henkel-Wallace, Richard Henderson, Jeff
466 Holcomb, Jeff Law, Jim Lemke, Tom Lord, Bob Manson, Michael Meissner,
467 Jason Merrill, Catherine Moore, Drew Moseley, Ken Raeburn, Gavin
468 Romig-Koch, Rob Savoye, Jamie Smith, Mike Stump, Ian Taylor, Angela
469 Thomas, Michael Tiemann, Tom Tromey, Ron Unrau, Jim Wilson, and David
470 Zuhn have made contributions both large and small.
471
472 Jim Blandy added support for preprocessor macros, while working for Red
473 Hat.
474
475 @node Sample Session
476 @chapter A Sample @value{GDBN} Session
477
478 You can use this manual at your leisure to read all about @value{GDBN}.
479 However, a handful of commands are enough to get started using the
480 debugger. This chapter illustrates those commands.
481
482 @iftex
483 In this sample session, we emphasize user input like this: @b{input},
484 to make it easier to pick out from the surrounding output.
485 @end iftex
486
487 @c FIXME: this example may not be appropriate for some configs, where
488 @c FIXME...primary interest is in remote use.
489
490 One of the preliminary versions of @sc{gnu} @code{m4} (a generic macro
491 processor) exhibits the following bug: sometimes, when we change its
492 quote strings from the default, the commands used to capture one macro
493 definition within another stop working. In the following short @code{m4}
494 session, we define a macro @code{foo} which expands to @code{0000}; we
495 then use the @code{m4} built-in @code{defn} to define @code{bar} as the
496 same thing. However, when we change the open quote string to
497 @code{<QUOTE>} and the close quote string to @code{<UNQUOTE>}, the same
498 procedure fails to define a new synonym @code{baz}:
499
500 @smallexample
501 $ @b{cd gnu/m4}
502 $ @b{./m4}
503 @b{define(foo,0000)}
504
505 @b{foo}
506 0000
507 @b{define(bar,defn(`foo'))}
508
509 @b{bar}
510 0000
511 @b{changequote(<QUOTE>,<UNQUOTE>)}
512
513 @b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
514 @b{baz}
515 @b{C-d}
516 m4: End of input: 0: fatal error: EOF in string
517 @end smallexample
518
519 @noindent
520 Let us use @value{GDBN} to try to see what is going on.
521
522 @smallexample
523 $ @b{@value{GDBP} m4}
524 @c FIXME: this falsifies the exact text played out, to permit smallbook
525 @c FIXME... format to come out better.
526 @value{GDBN} is free software and you are welcome to distribute copies
527 of it under certain conditions; type "show copying" to see
528 the conditions.
529 There is absolutely no warranty for @value{GDBN}; type "show warranty"
530 for details.
531
532 @value{GDBN} @value{GDBVN}, Copyright 1999 Free Software Foundation, Inc...
533 (@value{GDBP})
534 @end smallexample
535
536 @noindent
537 @value{GDBN} reads only enough symbol data to know where to find the
538 rest when needed; as a result, the first prompt comes up very quickly.
539 We now tell @value{GDBN} to use a narrower display width than usual, so
540 that examples fit in this manual.
541
542 @smallexample
543 (@value{GDBP}) @b{set width 70}
544 @end smallexample
545
546 @noindent
547 We need to see how the @code{m4} built-in @code{changequote} works.
548 Having looked at the source, we know the relevant subroutine is
549 @code{m4_changequote}, so we set a breakpoint there with the @value{GDBN}
550 @code{break} command.
551
552 @smallexample
553 (@value{GDBP}) @b{break m4_changequote}
554 Breakpoint 1 at 0x62f4: file builtin.c, line 879.
555 @end smallexample
556
557 @noindent
558 Using the @code{run} command, we start @code{m4} running under @value{GDBN}
559 control; as long as control does not reach the @code{m4_changequote}
560 subroutine, the program runs as usual:
561
562 @smallexample
563 (@value{GDBP}) @b{run}
564 Starting program: /work/Editorial/gdb/gnu/m4/m4
565 @b{define(foo,0000)}
566
567 @b{foo}
568 0000
569 @end smallexample
570
571 @noindent
572 To trigger the breakpoint, we call @code{changequote}. @value{GDBN}
573 suspends execution of @code{m4}, displaying information about the
574 context where it stops.
575
576 @smallexample
577 @b{changequote(<QUOTE>,<UNQUOTE>)}
578
579 Breakpoint 1, m4_changequote (argc=3, argv=0x33c70)
580 at builtin.c:879
581 879 if (bad_argc(TOKEN_DATA_TEXT(argv[0]),argc,1,3))
582 @end smallexample
583
584 @noindent
585 Now we use the command @code{n} (@code{next}) to advance execution to
586 the next line of the current function.
587
588 @smallexample
589 (@value{GDBP}) @b{n}
590 882 set_quotes((argc >= 2) ? TOKEN_DATA_TEXT(argv[1])\
591 : nil,
592 @end smallexample
593
594 @noindent
595 @code{set_quotes} looks like a promising subroutine. We can go into it
596 by using the command @code{s} (@code{step}) instead of @code{next}.
597 @code{step} goes to the next line to be executed in @emph{any}
598 subroutine, so it steps into @code{set_quotes}.
599
600 @smallexample
601 (@value{GDBP}) @b{s}
602 set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
603 at input.c:530
604 530 if (lquote != def_lquote)
605 @end smallexample
606
607 @noindent
608 The display that shows the subroutine where @code{m4} is now
609 suspended (and its arguments) is called a stack frame display. It
610 shows a summary of the stack. We can use the @code{backtrace}
611 command (which can also be spelled @code{bt}), to see where we are
612 in the stack as a whole: the @code{backtrace} command displays a
613 stack frame for each active subroutine.
614
615 @smallexample
616 (@value{GDBP}) @b{bt}
617 #0 set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
618 at input.c:530
619 #1 0x6344 in m4_changequote (argc=3, argv=0x33c70)
620 at builtin.c:882
621 #2 0x8174 in expand_macro (sym=0x33320) at macro.c:242
622 #3 0x7a88 in expand_token (obs=0x0, t=209696, td=0xf7fffa30)
623 at macro.c:71
624 #4 0x79dc in expand_input () at macro.c:40
625 #5 0x2930 in main (argc=0, argv=0xf7fffb20) at m4.c:195
626 @end smallexample
627
628 @noindent
629 We step through a few more lines to see what happens. The first two
630 times, we can use @samp{s}; the next two times we use @code{n} to avoid
631 falling into the @code{xstrdup} subroutine.
632
633 @smallexample
634 (@value{GDBP}) @b{s}
635 0x3b5c 532 if (rquote != def_rquote)
636 (@value{GDBP}) @b{s}
637 0x3b80 535 lquote = (lq == nil || *lq == '\0') ? \
638 def_lquote : xstrdup(lq);
639 (@value{GDBP}) @b{n}
640 536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
641 : xstrdup(rq);
642 (@value{GDBP}) @b{n}
643 538 len_lquote = strlen(rquote);
644 @end smallexample
645
646 @noindent
647 The last line displayed looks a little odd; we can examine the variables
648 @code{lquote} and @code{rquote} to see if they are in fact the new left
649 and right quotes we specified. We use the command @code{p}
650 (@code{print}) to see their values.
651
652 @smallexample
653 (@value{GDBP}) @b{p lquote}
654 $1 = 0x35d40 "<QUOTE>"
655 (@value{GDBP}) @b{p rquote}
656 $2 = 0x35d50 "<UNQUOTE>"
657 @end smallexample
658
659 @noindent
660 @code{lquote} and @code{rquote} are indeed the new left and right quotes.
661 To look at some context, we can display ten lines of source
662 surrounding the current line with the @code{l} (@code{list}) command.
663
664 @smallexample
665 (@value{GDBP}) @b{l}
666 533 xfree(rquote);
667 534
668 535 lquote = (lq == nil || *lq == '\0') ? def_lquote\
669 : xstrdup (lq);
670 536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
671 : xstrdup (rq);
672 537
673 538 len_lquote = strlen(rquote);
674 539 len_rquote = strlen(lquote);
675 540 @}
676 541
677 542 void
678 @end smallexample
679
680 @noindent
681 Let us step past the two lines that set @code{len_lquote} and
682 @code{len_rquote}, and then examine the values of those variables.
683
684 @smallexample
685 (@value{GDBP}) @b{n}
686 539 len_rquote = strlen(lquote);
687 (@value{GDBP}) @b{n}
688 540 @}
689 (@value{GDBP}) @b{p len_lquote}
690 $3 = 9
691 (@value{GDBP}) @b{p len_rquote}
692 $4 = 7
693 @end smallexample
694
695 @noindent
696 That certainly looks wrong, assuming @code{len_lquote} and
697 @code{len_rquote} are meant to be the lengths of @code{lquote} and
698 @code{rquote} respectively. We can set them to better values using
699 the @code{p} command, since it can print the value of
700 any expression---and that expression can include subroutine calls and
701 assignments.
702
703 @smallexample
704 (@value{GDBP}) @b{p len_lquote=strlen(lquote)}
705 $5 = 7
706 (@value{GDBP}) @b{p len_rquote=strlen(rquote)}
707 $6 = 9
708 @end smallexample
709
710 @noindent
711 Is that enough to fix the problem of using the new quotes with the
712 @code{m4} built-in @code{defn}? We can allow @code{m4} to continue
713 executing with the @code{c} (@code{continue}) command, and then try the
714 example that caused trouble initially:
715
716 @smallexample
717 (@value{GDBP}) @b{c}
718 Continuing.
719
720 @b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
721
722 baz
723 0000
724 @end smallexample
725
726 @noindent
727 Success! The new quotes now work just as well as the default ones. The
728 problem seems to have been just the two typos defining the wrong
729 lengths. We allow @code{m4} exit by giving it an EOF as input:
730
731 @smallexample
732 @b{C-d}
733 Program exited normally.
734 @end smallexample
735
736 @noindent
737 The message @samp{Program exited normally.} is from @value{GDBN}; it
738 indicates @code{m4} has finished executing. We can end our @value{GDBN}
739 session with the @value{GDBN} @code{quit} command.
740
741 @smallexample
742 (@value{GDBP}) @b{quit}
743 @end smallexample
744
745 @node Invocation
746 @chapter Getting In and Out of @value{GDBN}
747
748 This chapter discusses how to start @value{GDBN}, and how to get out of it.
749 The essentials are:
750 @itemize @bullet
751 @item
752 type @samp{@value{GDBP}} to start @value{GDBN}.
753 @item
754 type @kbd{quit} or @kbd{C-d} to exit.
755 @end itemize
756
757 @menu
758 * Invoking GDB:: How to start @value{GDBN}
759 * Quitting GDB:: How to quit @value{GDBN}
760 * Shell Commands:: How to use shell commands inside @value{GDBN}
761 * Logging output:: How to log @value{GDBN}'s output to a file
762 @end menu
763
764 @node Invoking GDB
765 @section Invoking @value{GDBN}
766
767 Invoke @value{GDBN} by running the program @code{@value{GDBP}}. Once started,
768 @value{GDBN} reads commands from the terminal until you tell it to exit.
769
770 You can also run @code{@value{GDBP}} with a variety of arguments and options,
771 to specify more of your debugging environment at the outset.
772
773 The command-line options described here are designed
774 to cover a variety of situations; in some environments, some of these
775 options may effectively be unavailable.
776
777 The most usual way to start @value{GDBN} is with one argument,
778 specifying an executable program:
779
780 @smallexample
781 @value{GDBP} @var{program}
782 @end smallexample
783
784 @noindent
785 You can also start with both an executable program and a core file
786 specified:
787
788 @smallexample
789 @value{GDBP} @var{program} @var{core}
790 @end smallexample
791
792 You can, instead, specify a process ID as a second argument, if you want
793 to debug a running process:
794
795 @smallexample
796 @value{GDBP} @var{program} 1234
797 @end smallexample
798
799 @noindent
800 would attach @value{GDBN} to process @code{1234} (unless you also have a file
801 named @file{1234}; @value{GDBN} does check for a core file first).
802
803 Taking advantage of the second command-line argument requires a fairly
804 complete operating system; when you use @value{GDBN} as a remote
805 debugger attached to a bare board, there may not be any notion of
806 ``process'', and there is often no way to get a core dump. @value{GDBN}
807 will warn you if it is unable to attach or to read core dumps.
808
809 You can optionally have @code{@value{GDBP}} pass any arguments after the
810 executable file to the inferior using @code{--args}. This option stops
811 option processing.
812 @smallexample
813 gdb --args gcc -O2 -c foo.c
814 @end smallexample
815 This will cause @code{@value{GDBP}} to debug @code{gcc}, and to set
816 @code{gcc}'s command-line arguments (@pxref{Arguments}) to @samp{-O2 -c foo.c}.
817
818 You can run @code{@value{GDBP}} without printing the front material, which describes
819 @value{GDBN}'s non-warranty, by specifying @code{-silent}:
820
821 @smallexample
822 @value{GDBP} -silent
823 @end smallexample
824
825 @noindent
826 You can further control how @value{GDBN} starts up by using command-line
827 options. @value{GDBN} itself can remind you of the options available.
828
829 @noindent
830 Type
831
832 @smallexample
833 @value{GDBP} -help
834 @end smallexample
835
836 @noindent
837 to display all available options and briefly describe their use
838 (@samp{@value{GDBP} -h} is a shorter equivalent).
839
840 All options and command line arguments you give are processed
841 in sequential order. The order makes a difference when the
842 @samp{-x} option is used.
843
844
845 @menu
846 * File Options:: Choosing files
847 * Mode Options:: Choosing modes
848 @end menu
849
850 @node File Options
851 @subsection Choosing files
852
853 When @value{GDBN} starts, it reads any arguments other than options as
854 specifying an executable file and core file (or process ID). This is
855 the same as if the arguments were specified by the @samp{-se} and
856 @samp{-c} (or @samp{-p} options respectively. (@value{GDBN} reads the
857 first argument that does not have an associated option flag as
858 equivalent to the @samp{-se} option followed by that argument; and the
859 second argument that does not have an associated option flag, if any, as
860 equivalent to the @samp{-c}/@samp{-p} option followed by that argument.)
861 If the second argument begins with a decimal digit, @value{GDBN} will
862 first attempt to attach to it as a process, and if that fails, attempt
863 to open it as a corefile. If you have a corefile whose name begins with
864 a digit, you can prevent @value{GDBN} from treating it as a pid by
865 prefixing it with @file{./}, eg. @file{./12345}.
866
867 If @value{GDBN} has not been configured to included core file support,
868 such as for most embedded targets, then it will complain about a second
869 argument and ignore it.
870
871 Many options have both long and short forms; both are shown in the
872 following list. @value{GDBN} also recognizes the long forms if you truncate
873 them, so long as enough of the option is present to be unambiguous.
874 (If you prefer, you can flag option arguments with @samp{--} rather
875 than @samp{-}, though we illustrate the more usual convention.)
876
877 @c NOTE: the @cindex entries here use double dashes ON PURPOSE. This
878 @c way, both those who look for -foo and --foo in the index, will find
879 @c it.
880
881 @table @code
882 @item -symbols @var{file}
883 @itemx -s @var{file}
884 @cindex @code{--symbols}
885 @cindex @code{-s}
886 Read symbol table from file @var{file}.
887
888 @item -exec @var{file}
889 @itemx -e @var{file}
890 @cindex @code{--exec}
891 @cindex @code{-e}
892 Use file @var{file} as the executable file to execute when appropriate,
893 and for examining pure data in conjunction with a core dump.
894
895 @item -se @var{file}
896 @cindex @code{--se}
897 Read symbol table from file @var{file} and use it as the executable
898 file.
899
900 @item -core @var{file}
901 @itemx -c @var{file}
902 @cindex @code{--core}
903 @cindex @code{-c}
904 Use file @var{file} as a core dump to examine.
905
906 @item -c @var{number}
907 @item -pid @var{number}
908 @itemx -p @var{number}
909 @cindex @code{--pid}
910 @cindex @code{-p}
911 Connect to process ID @var{number}, as with the @code{attach} command.
912 If there is no such process, @value{GDBN} will attempt to open a core
913 file named @var{number}.
914
915 @item -command @var{file}
916 @itemx -x @var{file}
917 @cindex @code{--command}
918 @cindex @code{-x}
919 Execute @value{GDBN} commands from file @var{file}. @xref{Command
920 Files,, Command files}.
921
922 @item -directory @var{directory}
923 @itemx -d @var{directory}
924 @cindex @code{--directory}
925 @cindex @code{-d}
926 Add @var{directory} to the path to search for source files.
927
928 @item -m
929 @itemx -mapped
930 @cindex @code{--mapped}
931 @cindex @code{-m}
932 @emph{Warning: this option depends on operating system facilities that are not
933 supported on all systems.}@*
934 If memory-mapped files are available on your system through the @code{mmap}
935 system call, you can use this option
936 to have @value{GDBN} write the symbols from your
937 program into a reusable file in the current directory. If the program you are debugging is
938 called @file{/tmp/fred}, the mapped symbol file is @file{/tmp/fred.syms}.
939 Future @value{GDBN} debugging sessions notice the presence of this file,
940 and can quickly map in symbol information from it, rather than reading
941 the symbol table from the executable program.
942
943 The @file{.syms} file is specific to the host machine where @value{GDBN}
944 is run. It holds an exact image of the internal @value{GDBN} symbol
945 table. It cannot be shared across multiple host platforms.
946
947 @item -r
948 @itemx -readnow
949 @cindex @code{--readnow}
950 @cindex @code{-r}
951 Read each symbol file's entire symbol table immediately, rather than
952 the default, which is to read it incrementally as it is needed.
953 This makes startup slower, but makes future operations faster.
954
955 @end table
956
957 You typically combine the @code{-mapped} and @code{-readnow} options in
958 order to build a @file{.syms} file that contains complete symbol
959 information. (@xref{Files,,Commands to specify files}, for information
960 on @file{.syms} files.) A simple @value{GDBN} invocation to do nothing
961 but build a @file{.syms} file for future use is:
962
963 @smallexample
964 gdb -batch -nx -mapped -readnow programname
965 @end smallexample
966
967 @node Mode Options
968 @subsection Choosing modes
969
970 You can run @value{GDBN} in various alternative modes---for example, in
971 batch mode or quiet mode.
972
973 @table @code
974 @item -nx
975 @itemx -n
976 @cindex @code{--nx}
977 @cindex @code{-n}
978 Do not execute commands found in any initialization files. Normally,
979 @value{GDBN} executes the commands in these files after all the command
980 options and arguments have been processed. @xref{Command Files,,Command
981 files}.
982
983 @item -quiet
984 @itemx -silent
985 @itemx -q
986 @cindex @code{--quiet}
987 @cindex @code{--silent}
988 @cindex @code{-q}
989 ``Quiet''. Do not print the introductory and copyright messages. These
990 messages are also suppressed in batch mode.
991
992 @item -batch
993 @cindex @code{--batch}
994 Run in batch mode. Exit with status @code{0} after processing all the
995 command files specified with @samp{-x} (and all commands from
996 initialization files, if not inhibited with @samp{-n}). Exit with
997 nonzero status if an error occurs in executing the @value{GDBN} commands
998 in the command files.
999
1000 Batch mode may be useful for running @value{GDBN} as a filter, for
1001 example to download and run a program on another computer; in order to
1002 make this more useful, the message
1003
1004 @smallexample
1005 Program exited normally.
1006 @end smallexample
1007
1008 @noindent
1009 (which is ordinarily issued whenever a program running under
1010 @value{GDBN} control terminates) is not issued when running in batch
1011 mode.
1012
1013 @item -nowindows
1014 @itemx -nw
1015 @cindex @code{--nowindows}
1016 @cindex @code{-nw}
1017 ``No windows''. If @value{GDBN} comes with a graphical user interface
1018 (GUI) built in, then this option tells @value{GDBN} to only use the command-line
1019 interface. If no GUI is available, this option has no effect.
1020
1021 @item -windows
1022 @itemx -w
1023 @cindex @code{--windows}
1024 @cindex @code{-w}
1025 If @value{GDBN} includes a GUI, then this option requires it to be
1026 used if possible.
1027
1028 @item -cd @var{directory}
1029 @cindex @code{--cd}
1030 Run @value{GDBN} using @var{directory} as its working directory,
1031 instead of the current directory.
1032
1033 @item -fullname
1034 @itemx -f
1035 @cindex @code{--fullname}
1036 @cindex @code{-f}
1037 @sc{gnu} Emacs sets this option when it runs @value{GDBN} as a
1038 subprocess. It tells @value{GDBN} to output the full file name and line
1039 number in a standard, recognizable fashion each time a stack frame is
1040 displayed (which includes each time your program stops). This
1041 recognizable format looks like two @samp{\032} characters, followed by
1042 the file name, line number and character position separated by colons,
1043 and a newline. The Emacs-to-@value{GDBN} interface program uses the two
1044 @samp{\032} characters as a signal to display the source code for the
1045 frame.
1046
1047 @item -epoch
1048 @cindex @code{--epoch}
1049 The Epoch Emacs-@value{GDBN} interface sets this option when it runs
1050 @value{GDBN} as a subprocess. It tells @value{GDBN} to modify its print
1051 routines so as to allow Epoch to display values of expressions in a
1052 separate window.
1053
1054 @item -annotate @var{level}
1055 @cindex @code{--annotate}
1056 This option sets the @dfn{annotation level} inside @value{GDBN}. Its
1057 effect is identical to using @samp{set annotate @var{level}}
1058 (@pxref{Annotations}). The annotation @var{level} controls how much
1059 information @value{GDBN} prints together with its prompt, values of
1060 expressions, source lines, and other types of output. Level 0 is the
1061 normal, level 1 is for use when @value{GDBN} is run as a subprocess of
1062 @sc{gnu} Emacs, level 3 is the maximum annotation suitable for programs
1063 that control @value{GDBN}, and level 2 has been deprecated.
1064
1065 The annotation mechanism has largely been superseeded by @sc{gdb/mi}
1066 (@pxref{GDB/MI}).
1067
1068 @item -async
1069 @cindex @code{--async}
1070 Use the asynchronous event loop for the command-line interface.
1071 @value{GDBN} processes all events, such as user keyboard input, via a
1072 special event loop. This allows @value{GDBN} to accept and process user
1073 commands in parallel with the debugged process being
1074 run@footnote{@value{GDBN} built with @sc{djgpp} tools for
1075 MS-DOS/MS-Windows supports this mode of operation, but the event loop is
1076 suspended when the debuggee runs.}, so you don't need to wait for
1077 control to return to @value{GDBN} before you type the next command.
1078 (@emph{Note:} as of version 5.1, the target side of the asynchronous
1079 operation is not yet in place, so @samp{-async} does not work fully
1080 yet.)
1081 @c FIXME: when the target side of the event loop is done, the above NOTE
1082 @c should be removed.
1083
1084 When the standard input is connected to a terminal device, @value{GDBN}
1085 uses the asynchronous event loop by default, unless disabled by the
1086 @samp{-noasync} option.
1087
1088 @item -noasync
1089 @cindex @code{--noasync}
1090 Disable the asynchronous event loop for the command-line interface.
1091
1092 @item --args
1093 @cindex @code{--args}
1094 Change interpretation of command line so that arguments following the
1095 executable file are passed as command line arguments to the inferior.
1096 This option stops option processing.
1097
1098 @item -baud @var{bps}
1099 @itemx -b @var{bps}
1100 @cindex @code{--baud}
1101 @cindex @code{-b}
1102 Set the line speed (baud rate or bits per second) of any serial
1103 interface used by @value{GDBN} for remote debugging.
1104
1105 @item -tty @var{device}
1106 @itemx -t @var{device}
1107 @cindex @code{--tty}
1108 @cindex @code{-t}
1109 Run using @var{device} for your program's standard input and output.
1110 @c FIXME: kingdon thinks there is more to -tty. Investigate.
1111
1112 @c resolve the situation of these eventually
1113 @item -tui
1114 @cindex @code{--tui}
1115 Activate the @dfn{Text User Interface} when starting. The Text User
1116 Interface manages several text windows on the terminal, showing
1117 source, assembly, registers and @value{GDBN} command outputs
1118 (@pxref{TUI, ,@value{GDBN} Text User Interface}). Alternatively, the
1119 Text User Interface can be enabled by invoking the program
1120 @samp{gdbtui}. Do not use this option if you run @value{GDBN} from
1121 Emacs (@pxref{Emacs, ,Using @value{GDBN} under @sc{gnu} Emacs}).
1122
1123 @c @item -xdb
1124 @c @cindex @code{--xdb}
1125 @c Run in XDB compatibility mode, allowing the use of certain XDB commands.
1126 @c For information, see the file @file{xdb_trans.html}, which is usually
1127 @c installed in the directory @code{/opt/langtools/wdb/doc} on HP-UX
1128 @c systems.
1129
1130 @item -interpreter @var{interp}
1131 @cindex @code{--interpreter}
1132 Use the interpreter @var{interp} for interface with the controlling
1133 program or device. This option is meant to be set by programs which
1134 communicate with @value{GDBN} using it as a back end.
1135 @xref{Interpreters, , Command Interpreters}.
1136
1137 @samp{--interpreter=mi} (or @samp{--interpreter=mi2}) causes
1138 @value{GDBN} to use the @dfn{@sc{gdb/mi} interface} (@pxref{GDB/MI, ,
1139 The @sc{gdb/mi} Interface}) included since @var{GDBN} version 6.0. The
1140 previous @sc{gdb/mi} interface, included in @value{GDBN} version 5.3 and
1141 selected with @samp{--interpreter=mi1}, is deprecated. Earlier
1142 @sc{gdb/mi} interfaces are no longer supported.
1143
1144 @item -write
1145 @cindex @code{--write}
1146 Open the executable and core files for both reading and writing. This
1147 is equivalent to the @samp{set write on} command inside @value{GDBN}
1148 (@pxref{Patching}).
1149
1150 @item -statistics
1151 @cindex @code{--statistics}
1152 This option causes @value{GDBN} to print statistics about time and
1153 memory usage after it completes each command and returns to the prompt.
1154
1155 @item -version
1156 @cindex @code{--version}
1157 This option causes @value{GDBN} to print its version number and
1158 no-warranty blurb, and exit.
1159
1160 @end table
1161
1162 @node Quitting GDB
1163 @section Quitting @value{GDBN}
1164 @cindex exiting @value{GDBN}
1165 @cindex leaving @value{GDBN}
1166
1167 @table @code
1168 @kindex quit @r{[}@var{expression}@r{]}
1169 @kindex q @r{(@code{quit})}
1170 @item quit @r{[}@var{expression}@r{]}
1171 @itemx q
1172 To exit @value{GDBN}, use the @code{quit} command (abbreviated
1173 @code{q}), or type an end-of-file character (usually @kbd{C-d}). If you
1174 do not supply @var{expression}, @value{GDBN} will terminate normally;
1175 otherwise it will terminate using the result of @var{expression} as the
1176 error code.
1177 @end table
1178
1179 @cindex interrupt
1180 An interrupt (often @kbd{C-c}) does not exit from @value{GDBN}, but rather
1181 terminates the action of any @value{GDBN} command that is in progress and
1182 returns to @value{GDBN} command level. It is safe to type the interrupt
1183 character at any time because @value{GDBN} does not allow it to take effect
1184 until a time when it is safe.
1185
1186 If you have been using @value{GDBN} to control an attached process or
1187 device, you can release it with the @code{detach} command
1188 (@pxref{Attach, ,Debugging an already-running process}).
1189
1190 @node Shell Commands
1191 @section Shell commands
1192
1193 If you need to execute occasional shell commands during your
1194 debugging session, there is no need to leave or suspend @value{GDBN}; you can
1195 just use the @code{shell} command.
1196
1197 @table @code
1198 @kindex shell
1199 @cindex shell escape
1200 @item shell @var{command string}
1201 Invoke a standard shell to execute @var{command string}.
1202 If it exists, the environment variable @code{SHELL} determines which
1203 shell to run. Otherwise @value{GDBN} uses the default shell
1204 (@file{/bin/sh} on Unix systems, @file{COMMAND.COM} on MS-DOS, etc.).
1205 @end table
1206
1207 The utility @code{make} is often needed in development environments.
1208 You do not have to use the @code{shell} command for this purpose in
1209 @value{GDBN}:
1210
1211 @table @code
1212 @kindex make
1213 @cindex calling make
1214 @item make @var{make-args}
1215 Execute the @code{make} program with the specified
1216 arguments. This is equivalent to @samp{shell make @var{make-args}}.
1217 @end table
1218
1219 @node Logging output
1220 @section Logging output
1221 @cindex logging @value{GDBN} output
1222
1223 You may want to save the output of @value{GDBN} commands to a file.
1224 There are several commands to control @value{GDBN}'s logging.
1225
1226 @table @code
1227 @kindex set logging
1228 @item set logging on
1229 Enable logging.
1230 @item set logging off
1231 Disable logging.
1232 @item set logging file @var{file}
1233 Change the name of the current logfile. The default logfile is @file{gdb.txt}.
1234 @item set logging overwrite [on|off]
1235 By default, @value{GDBN} will append to the logfile. Set @code{overwrite} if
1236 you want @code{set logging on} to overwrite the logfile instead.
1237 @item set logging redirect [on|off]
1238 By default, @value{GDBN} output will go to both the terminal and the logfile.
1239 Set @code{redirect} if you want output to go only to the log file.
1240 @kindex show logging
1241 @item show logging
1242 Show the current values of the logging settings.
1243 @end table
1244
1245 @node Commands
1246 @chapter @value{GDBN} Commands
1247
1248 You can abbreviate a @value{GDBN} command to the first few letters of the command
1249 name, if that abbreviation is unambiguous; and you can repeat certain
1250 @value{GDBN} commands by typing just @key{RET}. You can also use the @key{TAB}
1251 key to get @value{GDBN} to fill out the rest of a word in a command (or to
1252 show you the alternatives available, if there is more than one possibility).
1253
1254 @menu
1255 * Command Syntax:: How to give commands to @value{GDBN}
1256 * Completion:: Command completion
1257 * Help:: How to ask @value{GDBN} for help
1258 @end menu
1259
1260 @node Command Syntax
1261 @section Command syntax
1262
1263 A @value{GDBN} command is a single line of input. There is no limit on
1264 how long it can be. It starts with a command name, which is followed by
1265 arguments whose meaning depends on the command name. For example, the
1266 command @code{step} accepts an argument which is the number of times to
1267 step, as in @samp{step 5}. You can also use the @code{step} command
1268 with no arguments. Some commands do not allow any arguments.
1269
1270 @cindex abbreviation
1271 @value{GDBN} command names may always be truncated if that abbreviation is
1272 unambiguous. Other possible command abbreviations are listed in the
1273 documentation for individual commands. In some cases, even ambiguous
1274 abbreviations are allowed; for example, @code{s} is specially defined as
1275 equivalent to @code{step} even though there are other commands whose
1276 names start with @code{s}. You can test abbreviations by using them as
1277 arguments to the @code{help} command.
1278
1279 @cindex repeating commands
1280 @kindex RET @r{(repeat last command)}
1281 A blank line as input to @value{GDBN} (typing just @key{RET}) means to
1282 repeat the previous command. Certain commands (for example, @code{run})
1283 will not repeat this way; these are commands whose unintentional
1284 repetition might cause trouble and which you are unlikely to want to
1285 repeat.
1286
1287 The @code{list} and @code{x} commands, when you repeat them with
1288 @key{RET}, construct new arguments rather than repeating
1289 exactly as typed. This permits easy scanning of source or memory.
1290
1291 @value{GDBN} can also use @key{RET} in another way: to partition lengthy
1292 output, in a way similar to the common utility @code{more}
1293 (@pxref{Screen Size,,Screen size}). Since it is easy to press one
1294 @key{RET} too many in this situation, @value{GDBN} disables command
1295 repetition after any command that generates this sort of display.
1296
1297 @kindex # @r{(a comment)}
1298 @cindex comment
1299 Any text from a @kbd{#} to the end of the line is a comment; it does
1300 nothing. This is useful mainly in command files (@pxref{Command
1301 Files,,Command files}).
1302
1303 @cindex repeating command sequences
1304 @kindex C-o @r{(operate-and-get-next)}
1305 The @kbd{C-o} binding is useful for repeating a complex sequence of
1306 commands. This command accepts the current line, like @kbd{RET}, and
1307 then fetches the next line relative to the current line from the history
1308 for editing.
1309
1310 @node Completion
1311 @section Command completion
1312
1313 @cindex completion
1314 @cindex word completion
1315 @value{GDBN} can fill in the rest of a word in a command for you, if there is
1316 only one possibility; it can also show you what the valid possibilities
1317 are for the next word in a command, at any time. This works for @value{GDBN}
1318 commands, @value{GDBN} subcommands, and the names of symbols in your program.
1319
1320 Press the @key{TAB} key whenever you want @value{GDBN} to fill out the rest
1321 of a word. If there is only one possibility, @value{GDBN} fills in the
1322 word, and waits for you to finish the command (or press @key{RET} to
1323 enter it). For example, if you type
1324
1325 @c FIXME "@key" does not distinguish its argument sufficiently to permit
1326 @c complete accuracy in these examples; space introduced for clarity.
1327 @c If texinfo enhancements make it unnecessary, it would be nice to
1328 @c replace " @key" by "@key" in the following...
1329 @smallexample
1330 (@value{GDBP}) info bre @key{TAB}
1331 @end smallexample
1332
1333 @noindent
1334 @value{GDBN} fills in the rest of the word @samp{breakpoints}, since that is
1335 the only @code{info} subcommand beginning with @samp{bre}:
1336
1337 @smallexample
1338 (@value{GDBP}) info breakpoints
1339 @end smallexample
1340
1341 @noindent
1342 You can either press @key{RET} at this point, to run the @code{info
1343 breakpoints} command, or backspace and enter something else, if
1344 @samp{breakpoints} does not look like the command you expected. (If you
1345 were sure you wanted @code{info breakpoints} in the first place, you
1346 might as well just type @key{RET} immediately after @samp{info bre},
1347 to exploit command abbreviations rather than command completion).
1348
1349 If there is more than one possibility for the next word when you press
1350 @key{TAB}, @value{GDBN} sounds a bell. You can either supply more
1351 characters and try again, or just press @key{TAB} a second time;
1352 @value{GDBN} displays all the possible completions for that word. For
1353 example, you might want to set a breakpoint on a subroutine whose name
1354 begins with @samp{make_}, but when you type @kbd{b make_@key{TAB}} @value{GDBN}
1355 just sounds the bell. Typing @key{TAB} again displays all the
1356 function names in your program that begin with those characters, for
1357 example:
1358
1359 @smallexample
1360 (@value{GDBP}) b make_ @key{TAB}
1361 @exdent @value{GDBN} sounds bell; press @key{TAB} again, to see:
1362 make_a_section_from_file make_environ
1363 make_abs_section make_function_type
1364 make_blockvector make_pointer_type
1365 make_cleanup make_reference_type
1366 make_command make_symbol_completion_list
1367 (@value{GDBP}) b make_
1368 @end smallexample
1369
1370 @noindent
1371 After displaying the available possibilities, @value{GDBN} copies your
1372 partial input (@samp{b make_} in the example) so you can finish the
1373 command.
1374
1375 If you just want to see the list of alternatives in the first place, you
1376 can press @kbd{M-?} rather than pressing @key{TAB} twice. @kbd{M-?}
1377 means @kbd{@key{META} ?}. You can type this either by holding down a
1378 key designated as the @key{META} shift on your keyboard (if there is
1379 one) while typing @kbd{?}, or as @key{ESC} followed by @kbd{?}.
1380
1381 @cindex quotes in commands
1382 @cindex completion of quoted strings
1383 Sometimes the string you need, while logically a ``word'', may contain
1384 parentheses or other characters that @value{GDBN} normally excludes from
1385 its notion of a word. To permit word completion to work in this
1386 situation, you may enclose words in @code{'} (single quote marks) in
1387 @value{GDBN} commands.
1388
1389 The most likely situation where you might need this is in typing the
1390 name of a C@t{++} function. This is because C@t{++} allows function
1391 overloading (multiple definitions of the same function, distinguished
1392 by argument type). For example, when you want to set a breakpoint you
1393 may need to distinguish whether you mean the version of @code{name}
1394 that takes an @code{int} parameter, @code{name(int)}, or the version
1395 that takes a @code{float} parameter, @code{name(float)}. To use the
1396 word-completion facilities in this situation, type a single quote
1397 @code{'} at the beginning of the function name. This alerts
1398 @value{GDBN} that it may need to consider more information than usual
1399 when you press @key{TAB} or @kbd{M-?} to request word completion:
1400
1401 @smallexample
1402 (@value{GDBP}) b 'bubble( @kbd{M-?}
1403 bubble(double,double) bubble(int,int)
1404 (@value{GDBP}) b 'bubble(
1405 @end smallexample
1406
1407 In some cases, @value{GDBN} can tell that completing a name requires using
1408 quotes. When this happens, @value{GDBN} inserts the quote for you (while
1409 completing as much as it can) if you do not type the quote in the first
1410 place:
1411
1412 @smallexample
1413 (@value{GDBP}) b bub @key{TAB}
1414 @exdent @value{GDBN} alters your input line to the following, and rings a bell:
1415 (@value{GDBP}) b 'bubble(
1416 @end smallexample
1417
1418 @noindent
1419 In general, @value{GDBN} can tell that a quote is needed (and inserts it) if
1420 you have not yet started typing the argument list when you ask for
1421 completion on an overloaded symbol.
1422
1423 For more information about overloaded functions, see @ref{C plus plus
1424 expressions, ,C@t{++} expressions}. You can use the command @code{set
1425 overload-resolution off} to disable overload resolution;
1426 see @ref{Debugging C plus plus, ,@value{GDBN} features for C@t{++}}.
1427
1428
1429 @node Help
1430 @section Getting help
1431 @cindex online documentation
1432 @kindex help
1433
1434 You can always ask @value{GDBN} itself for information on its commands,
1435 using the command @code{help}.
1436
1437 @table @code
1438 @kindex h @r{(@code{help})}
1439 @item help
1440 @itemx h
1441 You can use @code{help} (abbreviated @code{h}) with no arguments to
1442 display a short list of named classes of commands:
1443
1444 @smallexample
1445 (@value{GDBP}) help
1446 List of classes of commands:
1447
1448 aliases -- Aliases of other commands
1449 breakpoints -- Making program stop at certain points
1450 data -- Examining data
1451 files -- Specifying and examining files
1452 internals -- Maintenance commands
1453 obscure -- Obscure features
1454 running -- Running the program
1455 stack -- Examining the stack
1456 status -- Status inquiries
1457 support -- Support facilities
1458 tracepoints -- Tracing of program execution without@*
1459 stopping the program
1460 user-defined -- User-defined commands
1461
1462 Type "help" followed by a class name for a list of
1463 commands in that class.
1464 Type "help" followed by command name for full
1465 documentation.
1466 Command name abbreviations are allowed if unambiguous.
1467 (@value{GDBP})
1468 @end smallexample
1469 @c the above line break eliminates huge line overfull...
1470
1471 @item help @var{class}
1472 Using one of the general help classes as an argument, you can get a
1473 list of the individual commands in that class. For example, here is the
1474 help display for the class @code{status}:
1475
1476 @smallexample
1477 (@value{GDBP}) help status
1478 Status inquiries.
1479
1480 List of commands:
1481
1482 @c Line break in "show" line falsifies real output, but needed
1483 @c to fit in smallbook page size.
1484 info -- Generic command for showing things
1485 about the program being debugged
1486 show -- Generic command for showing things
1487 about the debugger
1488
1489 Type "help" followed by command name for full
1490 documentation.
1491 Command name abbreviations are allowed if unambiguous.
1492 (@value{GDBP})
1493 @end smallexample
1494
1495 @item help @var{command}
1496 With a command name as @code{help} argument, @value{GDBN} displays a
1497 short paragraph on how to use that command.
1498
1499 @kindex apropos
1500 @item apropos @var{args}
1501 The @code{apropos @var{args}} command searches through all of the @value{GDBN}
1502 commands, and their documentation, for the regular expression specified in
1503 @var{args}. It prints out all matches found. For example:
1504
1505 @smallexample
1506 apropos reload
1507 @end smallexample
1508
1509 @noindent
1510 results in:
1511
1512 @smallexample
1513 @c @group
1514 set symbol-reloading -- Set dynamic symbol table reloading
1515 multiple times in one run
1516 show symbol-reloading -- Show dynamic symbol table reloading
1517 multiple times in one run
1518 @c @end group
1519 @end smallexample
1520
1521 @kindex complete
1522 @item complete @var{args}
1523 The @code{complete @var{args}} command lists all the possible completions
1524 for the beginning of a command. Use @var{args} to specify the beginning of the
1525 command you want completed. For example:
1526
1527 @smallexample
1528 complete i
1529 @end smallexample
1530
1531 @noindent results in:
1532
1533 @smallexample
1534 @group
1535 if
1536 ignore
1537 info
1538 inspect
1539 @end group
1540 @end smallexample
1541
1542 @noindent This is intended for use by @sc{gnu} Emacs.
1543 @end table
1544
1545 In addition to @code{help}, you can use the @value{GDBN} commands @code{info}
1546 and @code{show} to inquire about the state of your program, or the state
1547 of @value{GDBN} itself. Each command supports many topics of inquiry; this
1548 manual introduces each of them in the appropriate context. The listings
1549 under @code{info} and under @code{show} in the Index point to
1550 all the sub-commands. @xref{Index}.
1551
1552 @c @group
1553 @table @code
1554 @kindex info
1555 @kindex i @r{(@code{info})}
1556 @item info
1557 This command (abbreviated @code{i}) is for describing the state of your
1558 program. For example, you can list the arguments given to your program
1559 with @code{info args}, list the registers currently in use with @code{info
1560 registers}, or list the breakpoints you have set with @code{info breakpoints}.
1561 You can get a complete list of the @code{info} sub-commands with
1562 @w{@code{help info}}.
1563
1564 @kindex set
1565 @item set
1566 You can assign the result of an expression to an environment variable with
1567 @code{set}. For example, you can set the @value{GDBN} prompt to a $-sign with
1568 @code{set prompt $}.
1569
1570 @kindex show
1571 @item show
1572 In contrast to @code{info}, @code{show} is for describing the state of
1573 @value{GDBN} itself.
1574 You can change most of the things you can @code{show}, by using the
1575 related command @code{set}; for example, you can control what number
1576 system is used for displays with @code{set radix}, or simply inquire
1577 which is currently in use with @code{show radix}.
1578
1579 @kindex info set
1580 To display all the settable parameters and their current
1581 values, you can use @code{show} with no arguments; you may also use
1582 @code{info set}. Both commands produce the same display.
1583 @c FIXME: "info set" violates the rule that "info" is for state of
1584 @c FIXME...program. Ck w/ GNU: "info set" to be called something else,
1585 @c FIXME...or change desc of rule---eg "state of prog and debugging session"?
1586 @end table
1587 @c @end group
1588
1589 Here are three miscellaneous @code{show} subcommands, all of which are
1590 exceptional in lacking corresponding @code{set} commands:
1591
1592 @table @code
1593 @kindex show version
1594 @cindex version number
1595 @item show version
1596 Show what version of @value{GDBN} is running. You should include this
1597 information in @value{GDBN} bug-reports. If multiple versions of
1598 @value{GDBN} are in use at your site, you may need to determine which
1599 version of @value{GDBN} you are running; as @value{GDBN} evolves, new
1600 commands are introduced, and old ones may wither away. Also, many
1601 system vendors ship variant versions of @value{GDBN}, and there are
1602 variant versions of @value{GDBN} in @sc{gnu}/Linux distributions as well.
1603 The version number is the same as the one announced when you start
1604 @value{GDBN}.
1605
1606 @kindex show copying
1607 @item show copying
1608 Display information about permission for copying @value{GDBN}.
1609
1610 @kindex show warranty
1611 @item show warranty
1612 Display the @sc{gnu} ``NO WARRANTY'' statement, or a warranty,
1613 if your version of @value{GDBN} comes with one.
1614
1615 @end table
1616
1617 @node Running
1618 @chapter Running Programs Under @value{GDBN}
1619
1620 When you run a program under @value{GDBN}, you must first generate
1621 debugging information when you compile it.
1622
1623 You may start @value{GDBN} with its arguments, if any, in an environment
1624 of your choice. If you are doing native debugging, you may redirect
1625 your program's input and output, debug an already running process, or
1626 kill a child process.
1627
1628 @menu
1629 * Compilation:: Compiling for debugging
1630 * Starting:: Starting your program
1631 * Arguments:: Your program's arguments
1632 * Environment:: Your program's environment
1633
1634 * Working Directory:: Your program's working directory
1635 * Input/Output:: Your program's input and output
1636 * Attach:: Debugging an already-running process
1637 * Kill Process:: Killing the child process
1638
1639 * Threads:: Debugging programs with multiple threads
1640 * Processes:: Debugging programs with multiple processes
1641 @end menu
1642
1643 @node Compilation
1644 @section Compiling for debugging
1645
1646 In order to debug a program effectively, you need to generate
1647 debugging information when you compile it. This debugging information
1648 is stored in the object file; it describes the data type of each
1649 variable or function and the correspondence between source line numbers
1650 and addresses in the executable code.
1651
1652 To request debugging information, specify the @samp{-g} option when you run
1653 the compiler.
1654
1655 Most compilers do not include information about preprocessor macros in
1656 the debugging information if you specify the @option{-g} flag alone,
1657 because this information is rather large. Version 3.1 of @value{NGCC},
1658 the @sc{gnu} C compiler, provides macro information if you specify the
1659 options @option{-gdwarf-2} and @option{-g3}; the former option requests
1660 debugging information in the Dwarf 2 format, and the latter requests
1661 ``extra information''. In the future, we hope to find more compact ways
1662 to represent macro information, so that it can be included with
1663 @option{-g} alone.
1664
1665 Many C compilers are unable to handle the @samp{-g} and @samp{-O}
1666 options together. Using those compilers, you cannot generate optimized
1667 executables containing debugging information.
1668
1669 @value{NGCC}, the @sc{gnu} C compiler, supports @samp{-g} with or
1670 without @samp{-O}, making it possible to debug optimized code. We
1671 recommend that you @emph{always} use @samp{-g} whenever you compile a
1672 program. You may think your program is correct, but there is no sense
1673 in pushing your luck.
1674
1675 @cindex optimized code, debugging
1676 @cindex debugging optimized code
1677 When you debug a program compiled with @samp{-g -O}, remember that the
1678 optimizer is rearranging your code; the debugger shows you what is
1679 really there. Do not be too surprised when the execution path does not
1680 exactly match your source file! An extreme example: if you define a
1681 variable, but never use it, @value{GDBN} never sees that
1682 variable---because the compiler optimizes it out of existence.
1683
1684 Some things do not work as well with @samp{-g -O} as with just
1685 @samp{-g}, particularly on machines with instruction scheduling. If in
1686 doubt, recompile with @samp{-g} alone, and if this fixes the problem,
1687 please report it to us as a bug (including a test case!).
1688
1689 Older versions of the @sc{gnu} C compiler permitted a variant option
1690 @w{@samp{-gg}} for debugging information. @value{GDBN} no longer supports this
1691 format; if your @sc{gnu} C compiler has this option, do not use it.
1692
1693 @need 2000
1694 @node Starting
1695 @section Starting your program
1696 @cindex starting
1697 @cindex running
1698
1699 @table @code
1700 @kindex run
1701 @kindex r @r{(@code{run})}
1702 @item run
1703 @itemx r
1704 Use the @code{run} command to start your program under @value{GDBN}.
1705 You must first specify the program name (except on VxWorks) with an
1706 argument to @value{GDBN} (@pxref{Invocation, ,Getting In and Out of
1707 @value{GDBN}}), or by using the @code{file} or @code{exec-file} command
1708 (@pxref{Files, ,Commands to specify files}).
1709
1710 @end table
1711
1712 If you are running your program in an execution environment that
1713 supports processes, @code{run} creates an inferior process and makes
1714 that process run your program. (In environments without processes,
1715 @code{run} jumps to the start of your program.)
1716
1717 The execution of a program is affected by certain information it
1718 receives from its superior. @value{GDBN} provides ways to specify this
1719 information, which you must do @emph{before} starting your program. (You
1720 can change it after starting your program, but such changes only affect
1721 your program the next time you start it.) This information may be
1722 divided into four categories:
1723
1724 @table @asis
1725 @item The @emph{arguments.}
1726 Specify the arguments to give your program as the arguments of the
1727 @code{run} command. If a shell is available on your target, the shell
1728 is used to pass the arguments, so that you may use normal conventions
1729 (such as wildcard expansion or variable substitution) in describing
1730 the arguments.
1731 In Unix systems, you can control which shell is used with the
1732 @code{SHELL} environment variable.
1733 @xref{Arguments, ,Your program's arguments}.
1734
1735 @item The @emph{environment.}
1736 Your program normally inherits its environment from @value{GDBN}, but you can
1737 use the @value{GDBN} commands @code{set environment} and @code{unset
1738 environment} to change parts of the environment that affect
1739 your program. @xref{Environment, ,Your program's environment}.
1740
1741 @item The @emph{working directory.}
1742 Your program inherits its working directory from @value{GDBN}. You can set
1743 the @value{GDBN} working directory with the @code{cd} command in @value{GDBN}.
1744 @xref{Working Directory, ,Your program's working directory}.
1745
1746 @item The @emph{standard input and output.}
1747 Your program normally uses the same device for standard input and
1748 standard output as @value{GDBN} is using. You can redirect input and output
1749 in the @code{run} command line, or you can use the @code{tty} command to
1750 set a different device for your program.
1751 @xref{Input/Output, ,Your program's input and output}.
1752
1753 @cindex pipes
1754 @emph{Warning:} While input and output redirection work, you cannot use
1755 pipes to pass the output of the program you are debugging to another
1756 program; if you attempt this, @value{GDBN} is likely to wind up debugging the
1757 wrong program.
1758 @end table
1759
1760 When you issue the @code{run} command, your program begins to execute
1761 immediately. @xref{Stopping, ,Stopping and continuing}, for discussion
1762 of how to arrange for your program to stop. Once your program has
1763 stopped, you may call functions in your program, using the @code{print}
1764 or @code{call} commands. @xref{Data, ,Examining Data}.
1765
1766 If the modification time of your symbol file has changed since the last
1767 time @value{GDBN} read its symbols, @value{GDBN} discards its symbol
1768 table, and reads it again. When it does this, @value{GDBN} tries to retain
1769 your current breakpoints.
1770
1771 @table @code
1772 @kindex start
1773 @item start
1774 @cindex run to main procedure
1775 The name of the main procedure can vary from language to language.
1776 With C or C@t{++}, the main procedure name is always @code{main}, but
1777 other languages such as Ada do not require a specific name for their
1778 main procedure. The debugger provides a convenient way to start the
1779 execution of the program and to stop at the beginning of the main
1780 procedure, depending on the language used.
1781
1782 The @samp{start} command does the equivalent of setting a temporary
1783 breakpoint at the beginning of the main procedure and then invoking
1784 the @samp{run} command.
1785
1786 Some programs contain an elaboration phase where some startup code is
1787 executed before the main program is called. This depends on the
1788 languages used to write your program. In C@t{++} for instance,
1789 constructors for static and global objects are executed before
1790 @code{main} is called. It is therefore possible that the debugger stops
1791 before reaching the main procedure. However, the temporary breakpoint
1792 will remain to halt execution.
1793
1794 Specify the arguments to give to your program as arguments to the
1795 @samp{start} command. These arguments will be given verbatim to the
1796 underlying @samp{run} command. Note that the same arguments will be
1797 reused if no argument is provided during subsequent calls to
1798 @samp{start} or @samp{run}.
1799
1800 It is sometimes necessary to debug the program during elaboration. In
1801 these cases, using the @code{start} command would stop the execution of
1802 your program too late, as the program would have already completed the
1803 elaboration phase. Under these circumstances, insert breakpoints in your
1804 elaboration code before running your program.
1805 @end table
1806
1807 @node Arguments
1808 @section Your program's arguments
1809
1810 @cindex arguments (to your program)
1811 The arguments to your program can be specified by the arguments of the
1812 @code{run} command.
1813 They are passed to a shell, which expands wildcard characters and
1814 performs redirection of I/O, and thence to your program. Your
1815 @code{SHELL} environment variable (if it exists) specifies what shell
1816 @value{GDBN} uses. If you do not define @code{SHELL}, @value{GDBN} uses
1817 the default shell (@file{/bin/sh} on Unix).
1818
1819 On non-Unix systems, the program is usually invoked directly by
1820 @value{GDBN}, which emulates I/O redirection via the appropriate system
1821 calls, and the wildcard characters are expanded by the startup code of
1822 the program, not by the shell.
1823
1824 @code{run} with no arguments uses the same arguments used by the previous
1825 @code{run}, or those set by the @code{set args} command.
1826
1827 @table @code
1828 @kindex set args
1829 @item set args
1830 Specify the arguments to be used the next time your program is run. If
1831 @code{set args} has no arguments, @code{run} executes your program
1832 with no arguments. Once you have run your program with arguments,
1833 using @code{set args} before the next @code{run} is the only way to run
1834 it again without arguments.
1835
1836 @kindex show args
1837 @item show args
1838 Show the arguments to give your program when it is started.
1839 @end table
1840
1841 @node Environment
1842 @section Your program's environment
1843
1844 @cindex environment (of your program)
1845 The @dfn{environment} consists of a set of environment variables and
1846 their values. Environment variables conventionally record such things as
1847 your user name, your home directory, your terminal type, and your search
1848 path for programs to run. Usually you set up environment variables with
1849 the shell and they are inherited by all the other programs you run. When
1850 debugging, it can be useful to try running your program with a modified
1851 environment without having to start @value{GDBN} over again.
1852
1853 @table @code
1854 @kindex path
1855 @item path @var{directory}
1856 Add @var{directory} to the front of the @code{PATH} environment variable
1857 (the search path for executables) that will be passed to your program.
1858 The value of @code{PATH} used by @value{GDBN} does not change.
1859 You may specify several directory names, separated by whitespace or by a
1860 system-dependent separator character (@samp{:} on Unix, @samp{;} on
1861 MS-DOS and MS-Windows). If @var{directory} is already in the path, it
1862 is moved to the front, so it is searched sooner.
1863
1864 You can use the string @samp{$cwd} to refer to whatever is the current
1865 working directory at the time @value{GDBN} searches the path. If you
1866 use @samp{.} instead, it refers to the directory where you executed the
1867 @code{path} command. @value{GDBN} replaces @samp{.} in the
1868 @var{directory} argument (with the current path) before adding
1869 @var{directory} to the search path.
1870 @c 'path' is explicitly nonrepeatable, but RMS points out it is silly to
1871 @c document that, since repeating it would be a no-op.
1872
1873 @kindex show paths
1874 @item show paths
1875 Display the list of search paths for executables (the @code{PATH}
1876 environment variable).
1877
1878 @kindex show environment
1879 @item show environment @r{[}@var{varname}@r{]}
1880 Print the value of environment variable @var{varname} to be given to
1881 your program when it starts. If you do not supply @var{varname},
1882 print the names and values of all environment variables to be given to
1883 your program. You can abbreviate @code{environment} as @code{env}.
1884
1885 @kindex set environment
1886 @item set environment @var{varname} @r{[}=@var{value}@r{]}
1887 Set environment variable @var{varname} to @var{value}. The value
1888 changes for your program only, not for @value{GDBN} itself. @var{value} may
1889 be any string; the values of environment variables are just strings, and
1890 any interpretation is supplied by your program itself. The @var{value}
1891 parameter is optional; if it is eliminated, the variable is set to a
1892 null value.
1893 @c "any string" here does not include leading, trailing
1894 @c blanks. Gnu asks: does anyone care?
1895
1896 For example, this command:
1897
1898 @smallexample
1899 set env USER = foo
1900 @end smallexample
1901
1902 @noindent
1903 tells the debugged program, when subsequently run, that its user is named
1904 @samp{foo}. (The spaces around @samp{=} are used for clarity here; they
1905 are not actually required.)
1906
1907 @kindex unset environment
1908 @item unset environment @var{varname}
1909 Remove variable @var{varname} from the environment to be passed to your
1910 program. This is different from @samp{set env @var{varname} =};
1911 @code{unset environment} removes the variable from the environment,
1912 rather than assigning it an empty value.
1913 @end table
1914
1915 @emph{Warning:} On Unix systems, @value{GDBN} runs your program using
1916 the shell indicated
1917 by your @code{SHELL} environment variable if it exists (or
1918 @code{/bin/sh} if not). If your @code{SHELL} variable names a shell
1919 that runs an initialization file---such as @file{.cshrc} for C-shell, or
1920 @file{.bashrc} for BASH---any variables you set in that file affect
1921 your program. You may wish to move setting of environment variables to
1922 files that are only run when you sign on, such as @file{.login} or
1923 @file{.profile}.
1924
1925 @node Working Directory
1926 @section Your program's working directory
1927
1928 @cindex working directory (of your program)
1929 Each time you start your program with @code{run}, it inherits its
1930 working directory from the current working directory of @value{GDBN}.
1931 The @value{GDBN} working directory is initially whatever it inherited
1932 from its parent process (typically the shell), but you can specify a new
1933 working directory in @value{GDBN} with the @code{cd} command.
1934
1935 The @value{GDBN} working directory also serves as a default for the commands
1936 that specify files for @value{GDBN} to operate on. @xref{Files, ,Commands to
1937 specify files}.
1938
1939 @table @code
1940 @kindex cd
1941 @item cd @var{directory}
1942 Set the @value{GDBN} working directory to @var{directory}.
1943
1944 @kindex pwd
1945 @item pwd
1946 Print the @value{GDBN} working directory.
1947 @end table
1948
1949 @node Input/Output
1950 @section Your program's input and output
1951
1952 @cindex redirection
1953 @cindex i/o
1954 @cindex terminal
1955 By default, the program you run under @value{GDBN} does input and output to
1956 the same terminal that @value{GDBN} uses. @value{GDBN} switches the terminal
1957 to its own terminal modes to interact with you, but it records the terminal
1958 modes your program was using and switches back to them when you continue
1959 running your program.
1960
1961 @table @code
1962 @kindex info terminal
1963 @item info terminal
1964 Displays information recorded by @value{GDBN} about the terminal modes your
1965 program is using.
1966 @end table
1967
1968 You can redirect your program's input and/or output using shell
1969 redirection with the @code{run} command. For example,
1970
1971 @smallexample
1972 run > outfile
1973 @end smallexample
1974
1975 @noindent
1976 starts your program, diverting its output to the file @file{outfile}.
1977
1978 @kindex tty
1979 @cindex controlling terminal
1980 Another way to specify where your program should do input and output is
1981 with the @code{tty} command. This command accepts a file name as
1982 argument, and causes this file to be the default for future @code{run}
1983 commands. It also resets the controlling terminal for the child
1984 process, for future @code{run} commands. For example,
1985
1986 @smallexample
1987 tty /dev/ttyb
1988 @end smallexample
1989
1990 @noindent
1991 directs that processes started with subsequent @code{run} commands
1992 default to do input and output on the terminal @file{/dev/ttyb} and have
1993 that as their controlling terminal.
1994
1995 An explicit redirection in @code{run} overrides the @code{tty} command's
1996 effect on the input/output device, but not its effect on the controlling
1997 terminal.
1998
1999 When you use the @code{tty} command or redirect input in the @code{run}
2000 command, only the input @emph{for your program} is affected. The input
2001 for @value{GDBN} still comes from your terminal.
2002
2003 @node Attach
2004 @section Debugging an already-running process
2005 @kindex attach
2006 @cindex attach
2007
2008 @table @code
2009 @item attach @var{process-id}
2010 This command attaches to a running process---one that was started
2011 outside @value{GDBN}. (@code{info files} shows your active
2012 targets.) The command takes as argument a process ID. The usual way to
2013 find out the process-id of a Unix process is with the @code{ps} utility,
2014 or with the @samp{jobs -l} shell command.
2015
2016 @code{attach} does not repeat if you press @key{RET} a second time after
2017 executing the command.
2018 @end table
2019
2020 To use @code{attach}, your program must be running in an environment
2021 which supports processes; for example, @code{attach} does not work for
2022 programs on bare-board targets that lack an operating system. You must
2023 also have permission to send the process a signal.
2024
2025 When you use @code{attach}, the debugger finds the program running in
2026 the process first by looking in the current working directory, then (if
2027 the program is not found) by using the source file search path
2028 (@pxref{Source Path, ,Specifying source directories}). You can also use
2029 the @code{file} command to load the program. @xref{Files, ,Commands to
2030 Specify Files}.
2031
2032 The first thing @value{GDBN} does after arranging to debug the specified
2033 process is to stop it. You can examine and modify an attached process
2034 with all the @value{GDBN} commands that are ordinarily available when
2035 you start processes with @code{run}. You can insert breakpoints; you
2036 can step and continue; you can modify storage. If you would rather the
2037 process continue running, you may use the @code{continue} command after
2038 attaching @value{GDBN} to the process.
2039
2040 @table @code
2041 @kindex detach
2042 @item detach
2043 When you have finished debugging the attached process, you can use the
2044 @code{detach} command to release it from @value{GDBN} control. Detaching
2045 the process continues its execution. After the @code{detach} command,
2046 that process and @value{GDBN} become completely independent once more, and you
2047 are ready to @code{attach} another process or start one with @code{run}.
2048 @code{detach} does not repeat if you press @key{RET} again after
2049 executing the command.
2050 @end table
2051
2052 If you exit @value{GDBN} or use the @code{run} command while you have an
2053 attached process, you kill that process. By default, @value{GDBN} asks
2054 for confirmation if you try to do either of these things; you can
2055 control whether or not you need to confirm by using the @code{set
2056 confirm} command (@pxref{Messages/Warnings, ,Optional warnings and
2057 messages}).
2058
2059 @node Kill Process
2060 @section Killing the child process
2061
2062 @table @code
2063 @kindex kill
2064 @item kill
2065 Kill the child process in which your program is running under @value{GDBN}.
2066 @end table
2067
2068 This command is useful if you wish to debug a core dump instead of a
2069 running process. @value{GDBN} ignores any core dump file while your program
2070 is running.
2071
2072 On some operating systems, a program cannot be executed outside @value{GDBN}
2073 while you have breakpoints set on it inside @value{GDBN}. You can use the
2074 @code{kill} command in this situation to permit running your program
2075 outside the debugger.
2076
2077 The @code{kill} command is also useful if you wish to recompile and
2078 relink your program, since on many systems it is impossible to modify an
2079 executable file while it is running in a process. In this case, when you
2080 next type @code{run}, @value{GDBN} notices that the file has changed, and
2081 reads the symbol table again (while trying to preserve your current
2082 breakpoint settings).
2083
2084 @node Threads
2085 @section Debugging programs with multiple threads
2086
2087 @cindex threads of execution
2088 @cindex multiple threads
2089 @cindex switching threads
2090 In some operating systems, such as HP-UX and Solaris, a single program
2091 may have more than one @dfn{thread} of execution. The precise semantics
2092 of threads differ from one operating system to another, but in general
2093 the threads of a single program are akin to multiple processes---except
2094 that they share one address space (that is, they can all examine and
2095 modify the same variables). On the other hand, each thread has its own
2096 registers and execution stack, and perhaps private memory.
2097
2098 @value{GDBN} provides these facilities for debugging multi-thread
2099 programs:
2100
2101 @itemize @bullet
2102 @item automatic notification of new threads
2103 @item @samp{thread @var{threadno}}, a command to switch among threads
2104 @item @samp{info threads}, a command to inquire about existing threads
2105 @item @samp{thread apply [@var{threadno}] [@var{all}] @var{args}},
2106 a command to apply a command to a list of threads
2107 @item thread-specific breakpoints
2108 @end itemize
2109
2110 @quotation
2111 @emph{Warning:} These facilities are not yet available on every
2112 @value{GDBN} configuration where the operating system supports threads.
2113 If your @value{GDBN} does not support threads, these commands have no
2114 effect. For example, a system without thread support shows no output
2115 from @samp{info threads}, and always rejects the @code{thread} command,
2116 like this:
2117
2118 @smallexample
2119 (@value{GDBP}) info threads
2120 (@value{GDBP}) thread 1
2121 Thread ID 1 not known. Use the "info threads" command to
2122 see the IDs of currently known threads.
2123 @end smallexample
2124 @c FIXME to implementors: how hard would it be to say "sorry, this GDB
2125 @c doesn't support threads"?
2126 @end quotation
2127
2128 @cindex focus of debugging
2129 @cindex current thread
2130 The @value{GDBN} thread debugging facility allows you to observe all
2131 threads while your program runs---but whenever @value{GDBN} takes
2132 control, one thread in particular is always the focus of debugging.
2133 This thread is called the @dfn{current thread}. Debugging commands show
2134 program information from the perspective of the current thread.
2135
2136 @cindex @code{New} @var{systag} message
2137 @cindex thread identifier (system)
2138 @c FIXME-implementors!! It would be more helpful if the [New...] message
2139 @c included GDB's numeric thread handle, so you could just go to that
2140 @c thread without first checking `info threads'.
2141 Whenever @value{GDBN} detects a new thread in your program, it displays
2142 the target system's identification for the thread with a message in the
2143 form @samp{[New @var{systag}]}. @var{systag} is a thread identifier
2144 whose form varies depending on the particular system. For example, on
2145 LynxOS, you might see
2146
2147 @smallexample
2148 [New process 35 thread 27]
2149 @end smallexample
2150
2151 @noindent
2152 when @value{GDBN} notices a new thread. In contrast, on an SGI system,
2153 the @var{systag} is simply something like @samp{process 368}, with no
2154 further qualifier.
2155
2156 @c FIXME!! (1) Does the [New...] message appear even for the very first
2157 @c thread of a program, or does it only appear for the
2158 @c second---i.e.@: when it becomes obvious we have a multithread
2159 @c program?
2160 @c (2) *Is* there necessarily a first thread always? Or do some
2161 @c multithread systems permit starting a program with multiple
2162 @c threads ab initio?
2163
2164 @cindex thread number
2165 @cindex thread identifier (GDB)
2166 For debugging purposes, @value{GDBN} associates its own thread
2167 number---always a single integer---with each thread in your program.
2168
2169 @table @code
2170 @kindex info threads
2171 @item info threads
2172 Display a summary of all threads currently in your
2173 program. @value{GDBN} displays for each thread (in this order):
2174
2175 @enumerate
2176 @item the thread number assigned by @value{GDBN}
2177
2178 @item the target system's thread identifier (@var{systag})
2179
2180 @item the current stack frame summary for that thread
2181 @end enumerate
2182
2183 @noindent
2184 An asterisk @samp{*} to the left of the @value{GDBN} thread number
2185 indicates the current thread.
2186
2187 For example,
2188 @end table
2189 @c end table here to get a little more width for example
2190
2191 @smallexample
2192 (@value{GDBP}) info threads
2193 3 process 35 thread 27 0x34e5 in sigpause ()
2194 2 process 35 thread 23 0x34e5 in sigpause ()
2195 * 1 process 35 thread 13 main (argc=1, argv=0x7ffffff8)
2196 at threadtest.c:68
2197 @end smallexample
2198
2199 On HP-UX systems:
2200
2201 @cindex thread number
2202 @cindex thread identifier (GDB)
2203 For debugging purposes, @value{GDBN} associates its own thread
2204 number---a small integer assigned in thread-creation order---with each
2205 thread in your program.
2206
2207 @cindex @code{New} @var{systag} message, on HP-UX
2208 @cindex thread identifier (system), on HP-UX
2209 @c FIXME-implementors!! It would be more helpful if the [New...] message
2210 @c included GDB's numeric thread handle, so you could just go to that
2211 @c thread without first checking `info threads'.
2212 Whenever @value{GDBN} detects a new thread in your program, it displays
2213 both @value{GDBN}'s thread number and the target system's identification for the thread with a message in the
2214 form @samp{[New @var{systag}]}. @var{systag} is a thread identifier
2215 whose form varies depending on the particular system. For example, on
2216 HP-UX, you see
2217
2218 @smallexample
2219 [New thread 2 (system thread 26594)]
2220 @end smallexample
2221
2222 @noindent
2223 when @value{GDBN} notices a new thread.
2224
2225 @table @code
2226 @kindex info threads
2227 @item info threads
2228 Display a summary of all threads currently in your
2229 program. @value{GDBN} displays for each thread (in this order):
2230
2231 @enumerate
2232 @item the thread number assigned by @value{GDBN}
2233
2234 @item the target system's thread identifier (@var{systag})
2235
2236 @item the current stack frame summary for that thread
2237 @end enumerate
2238
2239 @noindent
2240 An asterisk @samp{*} to the left of the @value{GDBN} thread number
2241 indicates the current thread.
2242
2243 For example,
2244 @end table
2245 @c end table here to get a little more width for example
2246
2247 @smallexample
2248 (@value{GDBP}) info threads
2249 * 3 system thread 26607 worker (wptr=0x7b09c318 "@@") \@*
2250 at quicksort.c:137
2251 2 system thread 26606 0x7b0030d8 in __ksleep () \@*
2252 from /usr/lib/libc.2
2253 1 system thread 27905 0x7b003498 in _brk () \@*
2254 from /usr/lib/libc.2
2255 @end smallexample
2256
2257 @table @code
2258 @kindex thread @var{threadno}
2259 @item thread @var{threadno}
2260 Make thread number @var{threadno} the current thread. The command
2261 argument @var{threadno} is the internal @value{GDBN} thread number, as
2262 shown in the first field of the @samp{info threads} display.
2263 @value{GDBN} responds by displaying the system identifier of the thread
2264 you selected, and its current stack frame summary:
2265
2266 @smallexample
2267 @c FIXME!! This example made up; find a @value{GDBN} w/threads and get real one
2268 (@value{GDBP}) thread 2
2269 [Switching to process 35 thread 23]
2270 0x34e5 in sigpause ()
2271 @end smallexample
2272
2273 @noindent
2274 As with the @samp{[New @dots{}]} message, the form of the text after
2275 @samp{Switching to} depends on your system's conventions for identifying
2276 threads.
2277
2278 @kindex thread apply
2279 @item thread apply [@var{threadno}] [@var{all}] @var{args}
2280 The @code{thread apply} command allows you to apply a command to one or
2281 more threads. Specify the numbers of the threads that you want affected
2282 with the command argument @var{threadno}. @var{threadno} is the internal
2283 @value{GDBN} thread number, as shown in the first field of the @samp{info
2284 threads} display. To apply a command to all threads, use
2285 @code{thread apply all} @var{args}.
2286 @end table
2287
2288 @cindex automatic thread selection
2289 @cindex switching threads automatically
2290 @cindex threads, automatic switching
2291 Whenever @value{GDBN} stops your program, due to a breakpoint or a
2292 signal, it automatically selects the thread where that breakpoint or
2293 signal happened. @value{GDBN} alerts you to the context switch with a
2294 message of the form @samp{[Switching to @var{systag}]} to identify the
2295 thread.
2296
2297 @xref{Thread Stops,,Stopping and starting multi-thread programs}, for
2298 more information about how @value{GDBN} behaves when you stop and start
2299 programs with multiple threads.
2300
2301 @xref{Set Watchpoints,,Setting watchpoints}, for information about
2302 watchpoints in programs with multiple threads.
2303
2304 @node Processes
2305 @section Debugging programs with multiple processes
2306
2307 @cindex fork, debugging programs which call
2308 @cindex multiple processes
2309 @cindex processes, multiple
2310 On most systems, @value{GDBN} has no special support for debugging
2311 programs which create additional processes using the @code{fork}
2312 function. When a program forks, @value{GDBN} will continue to debug the
2313 parent process and the child process will run unimpeded. If you have
2314 set a breakpoint in any code which the child then executes, the child
2315 will get a @code{SIGTRAP} signal which (unless it catches the signal)
2316 will cause it to terminate.
2317
2318 However, if you want to debug the child process there is a workaround
2319 which isn't too painful. Put a call to @code{sleep} in the code which
2320 the child process executes after the fork. It may be useful to sleep
2321 only if a certain environment variable is set, or a certain file exists,
2322 so that the delay need not occur when you don't want to run @value{GDBN}
2323 on the child. While the child is sleeping, use the @code{ps} program to
2324 get its process ID. Then tell @value{GDBN} (a new invocation of
2325 @value{GDBN} if you are also debugging the parent process) to attach to
2326 the child process (@pxref{Attach}). From that point on you can debug
2327 the child process just like any other process which you attached to.
2328
2329 On some systems, @value{GDBN} provides support for debugging programs that
2330 create additional processes using the @code{fork} or @code{vfork} functions.
2331 Currently, the only platforms with this feature are HP-UX (11.x and later
2332 only?) and GNU/Linux (kernel version 2.5.60 and later).
2333
2334 By default, when a program forks, @value{GDBN} will continue to debug
2335 the parent process and the child process will run unimpeded.
2336
2337 If you want to follow the child process instead of the parent process,
2338 use the command @w{@code{set follow-fork-mode}}.
2339
2340 @table @code
2341 @kindex set follow-fork-mode
2342 @item set follow-fork-mode @var{mode}
2343 Set the debugger response to a program call of @code{fork} or
2344 @code{vfork}. A call to @code{fork} or @code{vfork} creates a new
2345 process. The @var{mode} can be:
2346
2347 @table @code
2348 @item parent
2349 The original process is debugged after a fork. The child process runs
2350 unimpeded. This is the default.
2351
2352 @item child
2353 The new process is debugged after a fork. The parent process runs
2354 unimpeded.
2355
2356 @end table
2357
2358 @item show follow-fork-mode
2359 Display the current debugger response to a @code{fork} or @code{vfork} call.
2360 @end table
2361
2362 If you ask to debug a child process and a @code{vfork} is followed by an
2363 @code{exec}, @value{GDBN} executes the new target up to the first
2364 breakpoint in the new target. If you have a breakpoint set on
2365 @code{main} in your original program, the breakpoint will also be set on
2366 the child process's @code{main}.
2367
2368 When a child process is spawned by @code{vfork}, you cannot debug the
2369 child or parent until an @code{exec} call completes.
2370
2371 If you issue a @code{run} command to @value{GDBN} after an @code{exec}
2372 call executes, the new target restarts. To restart the parent process,
2373 use the @code{file} command with the parent executable name as its
2374 argument.
2375
2376 You can use the @code{catch} command to make @value{GDBN} stop whenever
2377 a @code{fork}, @code{vfork}, or @code{exec} call is made. @xref{Set
2378 Catchpoints, ,Setting catchpoints}.
2379
2380 @node Stopping
2381 @chapter Stopping and Continuing
2382
2383 The principal purposes of using a debugger are so that you can stop your
2384 program before it terminates; or so that, if your program runs into
2385 trouble, you can investigate and find out why.
2386
2387 Inside @value{GDBN}, your program may stop for any of several reasons,
2388 such as a signal, a breakpoint, or reaching a new line after a
2389 @value{GDBN} command such as @code{step}. You may then examine and
2390 change variables, set new breakpoints or remove old ones, and then
2391 continue execution. Usually, the messages shown by @value{GDBN} provide
2392 ample explanation of the status of your program---but you can also
2393 explicitly request this information at any time.
2394
2395 @table @code
2396 @kindex info program
2397 @item info program
2398 Display information about the status of your program: whether it is
2399 running or not, what process it is, and why it stopped.
2400 @end table
2401
2402 @menu
2403 * Breakpoints:: Breakpoints, watchpoints, and catchpoints
2404 * Continuing and Stepping:: Resuming execution
2405 * Signals:: Signals
2406 * Thread Stops:: Stopping and starting multi-thread programs
2407 @end menu
2408
2409 @node Breakpoints
2410 @section Breakpoints, watchpoints, and catchpoints
2411
2412 @cindex breakpoints
2413 A @dfn{breakpoint} makes your program stop whenever a certain point in
2414 the program is reached. For each breakpoint, you can add conditions to
2415 control in finer detail whether your program stops. You can set
2416 breakpoints with the @code{break} command and its variants (@pxref{Set
2417 Breaks, ,Setting breakpoints}), to specify the place where your program
2418 should stop by line number, function name or exact address in the
2419 program.
2420
2421 In HP-UX, SunOS 4.x, SVR4, and Alpha OSF/1 configurations, you can set
2422 breakpoints in shared libraries before the executable is run. There is
2423 a minor limitation on HP-UX systems: you must wait until the executable
2424 is run in order to set breakpoints in shared library routines that are
2425 not called directly by the program (for example, routines that are
2426 arguments in a @code{pthread_create} call).
2427
2428 @cindex watchpoints
2429 @cindex memory tracing
2430 @cindex breakpoint on memory address
2431 @cindex breakpoint on variable modification
2432 A @dfn{watchpoint} is a special breakpoint that stops your program
2433 when the value of an expression changes. You must use a different
2434 command to set watchpoints (@pxref{Set Watchpoints, ,Setting
2435 watchpoints}), but aside from that, you can manage a watchpoint like
2436 any other breakpoint: you enable, disable, and delete both breakpoints
2437 and watchpoints using the same commands.
2438
2439 You can arrange to have values from your program displayed automatically
2440 whenever @value{GDBN} stops at a breakpoint. @xref{Auto Display,,
2441 Automatic display}.
2442
2443 @cindex catchpoints
2444 @cindex breakpoint on events
2445 A @dfn{catchpoint} is another special breakpoint that stops your program
2446 when a certain kind of event occurs, such as the throwing of a C@t{++}
2447 exception or the loading of a library. As with watchpoints, you use a
2448 different command to set a catchpoint (@pxref{Set Catchpoints, ,Setting
2449 catchpoints}), but aside from that, you can manage a catchpoint like any
2450 other breakpoint. (To stop when your program receives a signal, use the
2451 @code{handle} command; see @ref{Signals, ,Signals}.)
2452
2453 @cindex breakpoint numbers
2454 @cindex numbers for breakpoints
2455 @value{GDBN} assigns a number to each breakpoint, watchpoint, or
2456 catchpoint when you create it; these numbers are successive integers
2457 starting with one. In many of the commands for controlling various
2458 features of breakpoints you use the breakpoint number to say which
2459 breakpoint you want to change. Each breakpoint may be @dfn{enabled} or
2460 @dfn{disabled}; if disabled, it has no effect on your program until you
2461 enable it again.
2462
2463 @cindex breakpoint ranges
2464 @cindex ranges of breakpoints
2465 Some @value{GDBN} commands accept a range of breakpoints on which to
2466 operate. A breakpoint range is either a single breakpoint number, like
2467 @samp{5}, or two such numbers, in increasing order, separated by a
2468 hyphen, like @samp{5-7}. When a breakpoint range is given to a command,
2469 all breakpoint in that range are operated on.
2470
2471 @menu
2472 * Set Breaks:: Setting breakpoints
2473 * Set Watchpoints:: Setting watchpoints
2474 * Set Catchpoints:: Setting catchpoints
2475 * Delete Breaks:: Deleting breakpoints
2476 * Disabling:: Disabling breakpoints
2477 * Conditions:: Break conditions
2478 * Break Commands:: Breakpoint command lists
2479 * Breakpoint Menus:: Breakpoint menus
2480 * Error in Breakpoints:: ``Cannot insert breakpoints''
2481 * Breakpoint related warnings:: ``Breakpoint address adjusted...''
2482 @end menu
2483
2484 @node Set Breaks
2485 @subsection Setting breakpoints
2486
2487 @c FIXME LMB what does GDB do if no code on line of breakpt?
2488 @c consider in particular declaration with/without initialization.
2489 @c
2490 @c FIXME 2 is there stuff on this already? break at fun start, already init?
2491
2492 @kindex break
2493 @kindex b @r{(@code{break})}
2494 @vindex $bpnum@r{, convenience variable}
2495 @cindex latest breakpoint
2496 Breakpoints are set with the @code{break} command (abbreviated
2497 @code{b}). The debugger convenience variable @samp{$bpnum} records the
2498 number of the breakpoint you've set most recently; see @ref{Convenience
2499 Vars,, Convenience variables}, for a discussion of what you can do with
2500 convenience variables.
2501
2502 You have several ways to say where the breakpoint should go.
2503
2504 @table @code
2505 @item break @var{function}
2506 Set a breakpoint at entry to function @var{function}.
2507 When using source languages that permit overloading of symbols, such as
2508 C@t{++}, @var{function} may refer to more than one possible place to break.
2509 @xref{Breakpoint Menus,,Breakpoint menus}, for a discussion of that situation.
2510
2511 @item break +@var{offset}
2512 @itemx break -@var{offset}
2513 Set a breakpoint some number of lines forward or back from the position
2514 at which execution stopped in the currently selected @dfn{stack frame}.
2515 (@xref{Frames, ,Frames}, for a description of stack frames.)
2516
2517 @item break @var{linenum}
2518 Set a breakpoint at line @var{linenum} in the current source file.
2519 The current source file is the last file whose source text was printed.
2520 The breakpoint will stop your program just before it executes any of the
2521 code on that line.
2522
2523 @item break @var{filename}:@var{linenum}
2524 Set a breakpoint at line @var{linenum} in source file @var{filename}.
2525
2526 @item break @var{filename}:@var{function}
2527 Set a breakpoint at entry to function @var{function} found in file
2528 @var{filename}. Specifying a file name as well as a function name is
2529 superfluous except when multiple files contain similarly named
2530 functions.
2531
2532 @item break *@var{address}
2533 Set a breakpoint at address @var{address}. You can use this to set
2534 breakpoints in parts of your program which do not have debugging
2535 information or source files.
2536
2537 @item break
2538 When called without any arguments, @code{break} sets a breakpoint at
2539 the next instruction to be executed in the selected stack frame
2540 (@pxref{Stack, ,Examining the Stack}). In any selected frame but the
2541 innermost, this makes your program stop as soon as control
2542 returns to that frame. This is similar to the effect of a
2543 @code{finish} command in the frame inside the selected frame---except
2544 that @code{finish} does not leave an active breakpoint. If you use
2545 @code{break} without an argument in the innermost frame, @value{GDBN} stops
2546 the next time it reaches the current location; this may be useful
2547 inside loops.
2548
2549 @value{GDBN} normally ignores breakpoints when it resumes execution, until at
2550 least one instruction has been executed. If it did not do this, you
2551 would be unable to proceed past a breakpoint without first disabling the
2552 breakpoint. This rule applies whether or not the breakpoint already
2553 existed when your program stopped.
2554
2555 @item break @dots{} if @var{cond}
2556 Set a breakpoint with condition @var{cond}; evaluate the expression
2557 @var{cond} each time the breakpoint is reached, and stop only if the
2558 value is nonzero---that is, if @var{cond} evaluates as true.
2559 @samp{@dots{}} stands for one of the possible arguments described
2560 above (or no argument) specifying where to break. @xref{Conditions,
2561 ,Break conditions}, for more information on breakpoint conditions.
2562
2563 @kindex tbreak
2564 @item tbreak @var{args}
2565 Set a breakpoint enabled only for one stop. @var{args} are the
2566 same as for the @code{break} command, and the breakpoint is set in the same
2567 way, but the breakpoint is automatically deleted after the first time your
2568 program stops there. @xref{Disabling, ,Disabling breakpoints}.
2569
2570 @kindex hbreak
2571 @item hbreak @var{args}
2572 Set a hardware-assisted breakpoint. @var{args} are the same as for the
2573 @code{break} command and the breakpoint is set in the same way, but the
2574 breakpoint requires hardware support and some target hardware may not
2575 have this support. The main purpose of this is EPROM/ROM code
2576 debugging, so you can set a breakpoint at an instruction without
2577 changing the instruction. This can be used with the new trap-generation
2578 provided by SPARClite DSU and some x86-based targets. These targets
2579 will generate traps when a program accesses some data or instruction
2580 address that is assigned to the debug registers. However the hardware
2581 breakpoint registers can take a limited number of breakpoints. For
2582 example, on the DSU, only two data breakpoints can be set at a time, and
2583 @value{GDBN} will reject this command if more than two are used. Delete
2584 or disable unused hardware breakpoints before setting new ones
2585 (@pxref{Disabling, ,Disabling}). @xref{Conditions, ,Break conditions}.
2586 @xref{set remote hardware-breakpoint-limit}.
2587
2588
2589 @kindex thbreak
2590 @item thbreak @var{args}
2591 Set a hardware-assisted breakpoint enabled only for one stop. @var{args}
2592 are the same as for the @code{hbreak} command and the breakpoint is set in
2593 the same way. However, like the @code{tbreak} command,
2594 the breakpoint is automatically deleted after the
2595 first time your program stops there. Also, like the @code{hbreak}
2596 command, the breakpoint requires hardware support and some target hardware
2597 may not have this support. @xref{Disabling, ,Disabling breakpoints}.
2598 See also @ref{Conditions, ,Break conditions}.
2599
2600 @kindex rbreak
2601 @cindex regular expression
2602 @item rbreak @var{regex}
2603 Set breakpoints on all functions matching the regular expression
2604 @var{regex}. This command sets an unconditional breakpoint on all
2605 matches, printing a list of all breakpoints it set. Once these
2606 breakpoints are set, they are treated just like the breakpoints set with
2607 the @code{break} command. You can delete them, disable them, or make
2608 them conditional the same way as any other breakpoint.
2609
2610 The syntax of the regular expression is the standard one used with tools
2611 like @file{grep}. Note that this is different from the syntax used by
2612 shells, so for instance @code{foo*} matches all functions that include
2613 an @code{fo} followed by zero or more @code{o}s. There is an implicit
2614 @code{.*} leading and trailing the regular expression you supply, so to
2615 match only functions that begin with @code{foo}, use @code{^foo}.
2616
2617 When debugging C@t{++} programs, @code{rbreak} is useful for setting
2618 breakpoints on overloaded functions that are not members of any special
2619 classes.
2620
2621 @kindex info breakpoints
2622 @cindex @code{$_} and @code{info breakpoints}
2623 @item info breakpoints @r{[}@var{n}@r{]}
2624 @itemx info break @r{[}@var{n}@r{]}
2625 @itemx info watchpoints @r{[}@var{n}@r{]}
2626 Print a table of all breakpoints, watchpoints, and catchpoints set and
2627 not deleted, with the following columns for each breakpoint:
2628
2629 @table @emph
2630 @item Breakpoint Numbers
2631 @item Type
2632 Breakpoint, watchpoint, or catchpoint.
2633 @item Disposition
2634 Whether the breakpoint is marked to be disabled or deleted when hit.
2635 @item Enabled or Disabled
2636 Enabled breakpoints are marked with @samp{y}. @samp{n} marks breakpoints
2637 that are not enabled.
2638 @item Address
2639 Where the breakpoint is in your program, as a memory address. If the
2640 breakpoint is pending (see below for details) on a future load of a shared library, the address
2641 will be listed as @samp{<PENDING>}.
2642 @item What
2643 Where the breakpoint is in the source for your program, as a file and
2644 line number. For a pending breakpoint, the original string passed to
2645 the breakpoint command will be listed as it cannot be resolved until
2646 the appropriate shared library is loaded in the future.
2647 @end table
2648
2649 @noindent
2650 If a breakpoint is conditional, @code{info break} shows the condition on
2651 the line following the affected breakpoint; breakpoint commands, if any,
2652 are listed after that. A pending breakpoint is allowed to have a condition
2653 specified for it. The condition is not parsed for validity until a shared
2654 library is loaded that allows the pending breakpoint to resolve to a
2655 valid location.
2656
2657 @noindent
2658 @code{info break} with a breakpoint
2659 number @var{n} as argument lists only that breakpoint. The
2660 convenience variable @code{$_} and the default examining-address for
2661 the @code{x} command are set to the address of the last breakpoint
2662 listed (@pxref{Memory, ,Examining memory}).
2663
2664 @noindent
2665 @code{info break} displays a count of the number of times the breakpoint
2666 has been hit. This is especially useful in conjunction with the
2667 @code{ignore} command. You can ignore a large number of breakpoint
2668 hits, look at the breakpoint info to see how many times the breakpoint
2669 was hit, and then run again, ignoring one less than that number. This
2670 will get you quickly to the last hit of that breakpoint.
2671 @end table
2672
2673 @value{GDBN} allows you to set any number of breakpoints at the same place in
2674 your program. There is nothing silly or meaningless about this. When
2675 the breakpoints are conditional, this is even useful
2676 (@pxref{Conditions, ,Break conditions}).
2677
2678 @cindex pending breakpoints
2679 If a specified breakpoint location cannot be found, it may be due to the fact
2680 that the location is in a shared library that is yet to be loaded. In such
2681 a case, you may want @value{GDBN} to create a special breakpoint (known as
2682 a @dfn{pending breakpoint}) that
2683 attempts to resolve itself in the future when an appropriate shared library
2684 gets loaded.
2685
2686 Pending breakpoints are useful to set at the start of your
2687 @value{GDBN} session for locations that you know will be dynamically loaded
2688 later by the program being debugged. When shared libraries are loaded,
2689 a check is made to see if the load resolves any pending breakpoint locations.
2690 If a pending breakpoint location gets resolved,
2691 a regular breakpoint is created and the original pending breakpoint is removed.
2692
2693 @value{GDBN} provides some additional commands for controlling pending
2694 breakpoint support:
2695
2696 @kindex set breakpoint pending
2697 @kindex show breakpoint pending
2698 @table @code
2699 @item set breakpoint pending auto
2700 This is the default behavior. When @value{GDBN} cannot find the breakpoint
2701 location, it queries you whether a pending breakpoint should be created.
2702
2703 @item set breakpoint pending on
2704 This indicates that an unrecognized breakpoint location should automatically
2705 result in a pending breakpoint being created.
2706
2707 @item set breakpoint pending off
2708 This indicates that pending breakpoints are not to be created. Any
2709 unrecognized breakpoint location results in an error. This setting does
2710 not affect any pending breakpoints previously created.
2711
2712 @item show breakpoint pending
2713 Show the current behavior setting for creating pending breakpoints.
2714 @end table
2715
2716 @cindex operations allowed on pending breakpoints
2717 Normal breakpoint operations apply to pending breakpoints as well. You may
2718 specify a condition for a pending breakpoint and/or commands to run when the
2719 breakpoint is reached. You can also enable or disable
2720 the pending breakpoint. When you specify a condition for a pending breakpoint,
2721 the parsing of the condition will be deferred until the point where the
2722 pending breakpoint location is resolved. Disabling a pending breakpoint
2723 tells @value{GDBN} to not attempt to resolve the breakpoint on any subsequent
2724 shared library load. When a pending breakpoint is re-enabled,
2725 @value{GDBN} checks to see if the location is already resolved.
2726 This is done because any number of shared library loads could have
2727 occurred since the time the breakpoint was disabled and one or more
2728 of these loads could resolve the location.
2729
2730 @cindex negative breakpoint numbers
2731 @cindex internal @value{GDBN} breakpoints
2732 @value{GDBN} itself sometimes sets breakpoints in your program for
2733 special purposes, such as proper handling of @code{longjmp} (in C
2734 programs). These internal breakpoints are assigned negative numbers,
2735 starting with @code{-1}; @samp{info breakpoints} does not display them.
2736 You can see these breakpoints with the @value{GDBN} maintenance command
2737 @samp{maint info breakpoints} (@pxref{maint info breakpoints}).
2738
2739
2740 @node Set Watchpoints
2741 @subsection Setting watchpoints
2742
2743 @cindex setting watchpoints
2744 @cindex software watchpoints
2745 @cindex hardware watchpoints
2746 You can use a watchpoint to stop execution whenever the value of an
2747 expression changes, without having to predict a particular place where
2748 this may happen.
2749
2750 Depending on your system, watchpoints may be implemented in software or
2751 hardware. @value{GDBN} does software watchpointing by single-stepping your
2752 program and testing the variable's value each time, which is hundreds of
2753 times slower than normal execution. (But this may still be worth it, to
2754 catch errors where you have no clue what part of your program is the
2755 culprit.)
2756
2757 On some systems, such as HP-UX, @sc{gnu}/Linux and some other x86-based targets,
2758 @value{GDBN} includes support for
2759 hardware watchpoints, which do not slow down the running of your
2760 program.
2761
2762 @table @code
2763 @kindex watch
2764 @item watch @var{expr}
2765 Set a watchpoint for an expression. @value{GDBN} will break when @var{expr}
2766 is written into by the program and its value changes.
2767
2768 @kindex rwatch
2769 @item rwatch @var{expr}
2770 Set a watchpoint that will break when watch @var{expr} is read by the program.
2771
2772 @kindex awatch
2773 @item awatch @var{expr}
2774 Set a watchpoint that will break when @var{expr} is either read or written into
2775 by the program.
2776
2777 @kindex info watchpoints
2778 @item info watchpoints
2779 This command prints a list of watchpoints, breakpoints, and catchpoints;
2780 it is the same as @code{info break}.
2781 @end table
2782
2783 @value{GDBN} sets a @dfn{hardware watchpoint} if possible. Hardware
2784 watchpoints execute very quickly, and the debugger reports a change in
2785 value at the exact instruction where the change occurs. If @value{GDBN}
2786 cannot set a hardware watchpoint, it sets a software watchpoint, which
2787 executes more slowly and reports the change in value at the next
2788 statement, not the instruction, after the change occurs.
2789
2790 When you issue the @code{watch} command, @value{GDBN} reports
2791
2792 @smallexample
2793 Hardware watchpoint @var{num}: @var{expr}
2794 @end smallexample
2795
2796 @noindent
2797 if it was able to set a hardware watchpoint.
2798
2799 Currently, the @code{awatch} and @code{rwatch} commands can only set
2800 hardware watchpoints, because accesses to data that don't change the
2801 value of the watched expression cannot be detected without examining
2802 every instruction as it is being executed, and @value{GDBN} does not do
2803 that currently. If @value{GDBN} finds that it is unable to set a
2804 hardware breakpoint with the @code{awatch} or @code{rwatch} command, it
2805 will print a message like this:
2806
2807 @smallexample
2808 Expression cannot be implemented with read/access watchpoint.
2809 @end smallexample
2810
2811 Sometimes, @value{GDBN} cannot set a hardware watchpoint because the
2812 data type of the watched expression is wider than what a hardware
2813 watchpoint on the target machine can handle. For example, some systems
2814 can only watch regions that are up to 4 bytes wide; on such systems you
2815 cannot set hardware watchpoints for an expression that yields a
2816 double-precision floating-point number (which is typically 8 bytes
2817 wide). As a work-around, it might be possible to break the large region
2818 into a series of smaller ones and watch them with separate watchpoints.
2819
2820 If you set too many hardware watchpoints, @value{GDBN} might be unable
2821 to insert all of them when you resume the execution of your program.
2822 Since the precise number of active watchpoints is unknown until such
2823 time as the program is about to be resumed, @value{GDBN} might not be
2824 able to warn you about this when you set the watchpoints, and the
2825 warning will be printed only when the program is resumed:
2826
2827 @smallexample
2828 Hardware watchpoint @var{num}: Could not insert watchpoint
2829 @end smallexample
2830
2831 @noindent
2832 If this happens, delete or disable some of the watchpoints.
2833
2834 The SPARClite DSU will generate traps when a program accesses some data
2835 or instruction address that is assigned to the debug registers. For the
2836 data addresses, DSU facilitates the @code{watch} command. However the
2837 hardware breakpoint registers can only take two data watchpoints, and
2838 both watchpoints must be the same kind. For example, you can set two
2839 watchpoints with @code{watch} commands, two with @code{rwatch} commands,
2840 @strong{or} two with @code{awatch} commands, but you cannot set one
2841 watchpoint with one command and the other with a different command.
2842 @value{GDBN} will reject the command if you try to mix watchpoints.
2843 Delete or disable unused watchpoint commands before setting new ones.
2844
2845 If you call a function interactively using @code{print} or @code{call},
2846 any watchpoints you have set will be inactive until @value{GDBN} reaches another
2847 kind of breakpoint or the call completes.
2848
2849 @value{GDBN} automatically deletes watchpoints that watch local
2850 (automatic) variables, or expressions that involve such variables, when
2851 they go out of scope, that is, when the execution leaves the block in
2852 which these variables were defined. In particular, when the program
2853 being debugged terminates, @emph{all} local variables go out of scope,
2854 and so only watchpoints that watch global variables remain set. If you
2855 rerun the program, you will need to set all such watchpoints again. One
2856 way of doing that would be to set a code breakpoint at the entry to the
2857 @code{main} function and when it breaks, set all the watchpoints.
2858
2859 @quotation
2860 @cindex watchpoints and threads
2861 @cindex threads and watchpoints
2862 @emph{Warning:} In multi-thread programs, watchpoints have only limited
2863 usefulness. With the current watchpoint implementation, @value{GDBN}
2864 can only watch the value of an expression @emph{in a single thread}. If
2865 you are confident that the expression can only change due to the current
2866 thread's activity (and if you are also confident that no other thread
2867 can become current), then you can use watchpoints as usual. However,
2868 @value{GDBN} may not notice when a non-current thread's activity changes
2869 the expression.
2870
2871 @c FIXME: this is almost identical to the previous paragraph.
2872 @emph{HP-UX Warning:} In multi-thread programs, software watchpoints
2873 have only limited usefulness. If @value{GDBN} creates a software
2874 watchpoint, it can only watch the value of an expression @emph{in a
2875 single thread}. If you are confident that the expression can only
2876 change due to the current thread's activity (and if you are also
2877 confident that no other thread can become current), then you can use
2878 software watchpoints as usual. However, @value{GDBN} may not notice
2879 when a non-current thread's activity changes the expression. (Hardware
2880 watchpoints, in contrast, watch an expression in all threads.)
2881 @end quotation
2882
2883 @xref{set remote hardware-watchpoint-limit}.
2884
2885 @node Set Catchpoints
2886 @subsection Setting catchpoints
2887 @cindex catchpoints, setting
2888 @cindex exception handlers
2889 @cindex event handling
2890
2891 You can use @dfn{catchpoints} to cause the debugger to stop for certain
2892 kinds of program events, such as C@t{++} exceptions or the loading of a
2893 shared library. Use the @code{catch} command to set a catchpoint.
2894
2895 @table @code
2896 @kindex catch
2897 @item catch @var{event}
2898 Stop when @var{event} occurs. @var{event} can be any of the following:
2899 @table @code
2900 @item throw
2901 @kindex catch throw
2902 The throwing of a C@t{++} exception.
2903
2904 @item catch
2905 @kindex catch catch
2906 The catching of a C@t{++} exception.
2907
2908 @item exec
2909 @kindex catch exec
2910 A call to @code{exec}. This is currently only available for HP-UX.
2911
2912 @item fork
2913 @kindex catch fork
2914 A call to @code{fork}. This is currently only available for HP-UX.
2915
2916 @item vfork
2917 @kindex catch vfork
2918 A call to @code{vfork}. This is currently only available for HP-UX.
2919
2920 @item load
2921 @itemx load @var{libname}
2922 @kindex catch load
2923 The dynamic loading of any shared library, or the loading of the library
2924 @var{libname}. This is currently only available for HP-UX.
2925
2926 @item unload
2927 @itemx unload @var{libname}
2928 @kindex catch unload
2929 The unloading of any dynamically loaded shared library, or the unloading
2930 of the library @var{libname}. This is currently only available for HP-UX.
2931 @end table
2932
2933 @item tcatch @var{event}
2934 Set a catchpoint that is enabled only for one stop. The catchpoint is
2935 automatically deleted after the first time the event is caught.
2936
2937 @end table
2938
2939 Use the @code{info break} command to list the current catchpoints.
2940
2941 There are currently some limitations to C@t{++} exception handling
2942 (@code{catch throw} and @code{catch catch}) in @value{GDBN}:
2943
2944 @itemize @bullet
2945 @item
2946 If you call a function interactively, @value{GDBN} normally returns
2947 control to you when the function has finished executing. If the call
2948 raises an exception, however, the call may bypass the mechanism that
2949 returns control to you and cause your program either to abort or to
2950 simply continue running until it hits a breakpoint, catches a signal
2951 that @value{GDBN} is listening for, or exits. This is the case even if
2952 you set a catchpoint for the exception; catchpoints on exceptions are
2953 disabled within interactive calls.
2954
2955 @item
2956 You cannot raise an exception interactively.
2957
2958 @item
2959 You cannot install an exception handler interactively.
2960 @end itemize
2961
2962 @cindex raise exceptions
2963 Sometimes @code{catch} is not the best way to debug exception handling:
2964 if you need to know exactly where an exception is raised, it is better to
2965 stop @emph{before} the exception handler is called, since that way you
2966 can see the stack before any unwinding takes place. If you set a
2967 breakpoint in an exception handler instead, it may not be easy to find
2968 out where the exception was raised.
2969
2970 To stop just before an exception handler is called, you need some
2971 knowledge of the implementation. In the case of @sc{gnu} C@t{++}, exceptions are
2972 raised by calling a library function named @code{__raise_exception}
2973 which has the following ANSI C interface:
2974
2975 @smallexample
2976 /* @var{addr} is where the exception identifier is stored.
2977 @var{id} is the exception identifier. */
2978 void __raise_exception (void **addr, void *id);
2979 @end smallexample
2980
2981 @noindent
2982 To make the debugger catch all exceptions before any stack
2983 unwinding takes place, set a breakpoint on @code{__raise_exception}
2984 (@pxref{Breakpoints, ,Breakpoints; watchpoints; and exceptions}).
2985
2986 With a conditional breakpoint (@pxref{Conditions, ,Break conditions})
2987 that depends on the value of @var{id}, you can stop your program when
2988 a specific exception is raised. You can use multiple conditional
2989 breakpoints to stop your program when any of a number of exceptions are
2990 raised.
2991
2992
2993 @node Delete Breaks
2994 @subsection Deleting breakpoints
2995
2996 @cindex clearing breakpoints, watchpoints, catchpoints
2997 @cindex deleting breakpoints, watchpoints, catchpoints
2998 It is often necessary to eliminate a breakpoint, watchpoint, or
2999 catchpoint once it has done its job and you no longer want your program
3000 to stop there. This is called @dfn{deleting} the breakpoint. A
3001 breakpoint that has been deleted no longer exists; it is forgotten.
3002
3003 With the @code{clear} command you can delete breakpoints according to
3004 where they are in your program. With the @code{delete} command you can
3005 delete individual breakpoints, watchpoints, or catchpoints by specifying
3006 their breakpoint numbers.
3007
3008 It is not necessary to delete a breakpoint to proceed past it. @value{GDBN}
3009 automatically ignores breakpoints on the first instruction to be executed
3010 when you continue execution without changing the execution address.
3011
3012 @table @code
3013 @kindex clear
3014 @item clear
3015 Delete any breakpoints at the next instruction to be executed in the
3016 selected stack frame (@pxref{Selection, ,Selecting a frame}). When
3017 the innermost frame is selected, this is a good way to delete a
3018 breakpoint where your program just stopped.
3019
3020 @item clear @var{function}
3021 @itemx clear @var{filename}:@var{function}
3022 Delete any breakpoints set at entry to the function @var{function}.
3023
3024 @item clear @var{linenum}
3025 @itemx clear @var{filename}:@var{linenum}
3026 Delete any breakpoints set at or within the code of the specified line.
3027
3028 @cindex delete breakpoints
3029 @kindex delete
3030 @kindex d @r{(@code{delete})}
3031 @item delete @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
3032 Delete the breakpoints, watchpoints, or catchpoints of the breakpoint
3033 ranges specified as arguments. If no argument is specified, delete all
3034 breakpoints (@value{GDBN} asks confirmation, unless you have @code{set
3035 confirm off}). You can abbreviate this command as @code{d}.
3036 @end table
3037
3038 @node Disabling
3039 @subsection Disabling breakpoints
3040
3041 @kindex disable breakpoints
3042 @kindex enable breakpoints
3043 Rather than deleting a breakpoint, watchpoint, or catchpoint, you might
3044 prefer to @dfn{disable} it. This makes the breakpoint inoperative as if
3045 it had been deleted, but remembers the information on the breakpoint so
3046 that you can @dfn{enable} it again later.
3047
3048 You disable and enable breakpoints, watchpoints, and catchpoints with
3049 the @code{enable} and @code{disable} commands, optionally specifying one
3050 or more breakpoint numbers as arguments. Use @code{info break} or
3051 @code{info watch} to print a list of breakpoints, watchpoints, and
3052 catchpoints if you do not know which numbers to use.
3053
3054 A breakpoint, watchpoint, or catchpoint can have any of four different
3055 states of enablement:
3056
3057 @itemize @bullet
3058 @item
3059 Enabled. The breakpoint stops your program. A breakpoint set
3060 with the @code{break} command starts out in this state.
3061 @item
3062 Disabled. The breakpoint has no effect on your program.
3063 @item
3064 Enabled once. The breakpoint stops your program, but then becomes
3065 disabled.
3066 @item
3067 Enabled for deletion. The breakpoint stops your program, but
3068 immediately after it does so it is deleted permanently. A breakpoint
3069 set with the @code{tbreak} command starts out in this state.
3070 @end itemize
3071
3072 You can use the following commands to enable or disable breakpoints,
3073 watchpoints, and catchpoints:
3074
3075 @table @code
3076 @kindex disable breakpoints
3077 @kindex disable
3078 @kindex dis @r{(@code{disable})}
3079 @item disable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
3080 Disable the specified breakpoints---or all breakpoints, if none are
3081 listed. A disabled breakpoint has no effect but is not forgotten. All
3082 options such as ignore-counts, conditions and commands are remembered in
3083 case the breakpoint is enabled again later. You may abbreviate
3084 @code{disable} as @code{dis}.
3085
3086 @kindex enable breakpoints
3087 @kindex enable
3088 @item enable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
3089 Enable the specified breakpoints (or all defined breakpoints). They
3090 become effective once again in stopping your program.
3091
3092 @item enable @r{[}breakpoints@r{]} once @var{range}@dots{}
3093 Enable the specified breakpoints temporarily. @value{GDBN} disables any
3094 of these breakpoints immediately after stopping your program.
3095
3096 @item enable @r{[}breakpoints@r{]} delete @var{range}@dots{}
3097 Enable the specified breakpoints to work once, then die. @value{GDBN}
3098 deletes any of these breakpoints as soon as your program stops there.
3099 @end table
3100
3101 @c FIXME: I think the following ``Except for [...] @code{tbreak}'' is
3102 @c confusing: tbreak is also initially enabled.
3103 Except for a breakpoint set with @code{tbreak} (@pxref{Set Breaks,
3104 ,Setting breakpoints}), breakpoints that you set are initially enabled;
3105 subsequently, they become disabled or enabled only when you use one of
3106 the commands above. (The command @code{until} can set and delete a
3107 breakpoint of its own, but it does not change the state of your other
3108 breakpoints; see @ref{Continuing and Stepping, ,Continuing and
3109 stepping}.)
3110
3111 @node Conditions
3112 @subsection Break conditions
3113 @cindex conditional breakpoints
3114 @cindex breakpoint conditions
3115
3116 @c FIXME what is scope of break condition expr? Context where wanted?
3117 @c in particular for a watchpoint?
3118 The simplest sort of breakpoint breaks every time your program reaches a
3119 specified place. You can also specify a @dfn{condition} for a
3120 breakpoint. A condition is just a Boolean expression in your
3121 programming language (@pxref{Expressions, ,Expressions}). A breakpoint with
3122 a condition evaluates the expression each time your program reaches it,
3123 and your program stops only if the condition is @emph{true}.
3124
3125 This is the converse of using assertions for program validation; in that
3126 situation, you want to stop when the assertion is violated---that is,
3127 when the condition is false. In C, if you want to test an assertion expressed
3128 by the condition @var{assert}, you should set the condition
3129 @samp{! @var{assert}} on the appropriate breakpoint.
3130
3131 Conditions are also accepted for watchpoints; you may not need them,
3132 since a watchpoint is inspecting the value of an expression anyhow---but
3133 it might be simpler, say, to just set a watchpoint on a variable name,
3134 and specify a condition that tests whether the new value is an interesting
3135 one.
3136
3137 Break conditions can have side effects, and may even call functions in
3138 your program. This can be useful, for example, to activate functions
3139 that log program progress, or to use your own print functions to
3140 format special data structures. The effects are completely predictable
3141 unless there is another enabled breakpoint at the same address. (In
3142 that case, @value{GDBN} might see the other breakpoint first and stop your
3143 program without checking the condition of this one.) Note that
3144 breakpoint commands are usually more convenient and flexible than break
3145 conditions for the
3146 purpose of performing side effects when a breakpoint is reached
3147 (@pxref{Break Commands, ,Breakpoint command lists}).
3148
3149 Break conditions can be specified when a breakpoint is set, by using
3150 @samp{if} in the arguments to the @code{break} command. @xref{Set
3151 Breaks, ,Setting breakpoints}. They can also be changed at any time
3152 with the @code{condition} command.
3153
3154 You can also use the @code{if} keyword with the @code{watch} command.
3155 The @code{catch} command does not recognize the @code{if} keyword;
3156 @code{condition} is the only way to impose a further condition on a
3157 catchpoint.
3158
3159 @table @code
3160 @kindex condition
3161 @item condition @var{bnum} @var{expression}
3162 Specify @var{expression} as the break condition for breakpoint,
3163 watchpoint, or catchpoint number @var{bnum}. After you set a condition,
3164 breakpoint @var{bnum} stops your program only if the value of
3165 @var{expression} is true (nonzero, in C). When you use
3166 @code{condition}, @value{GDBN} checks @var{expression} immediately for
3167 syntactic correctness, and to determine whether symbols in it have
3168 referents in the context of your breakpoint. If @var{expression} uses
3169 symbols not referenced in the context of the breakpoint, @value{GDBN}
3170 prints an error message:
3171
3172 @smallexample
3173 No symbol "foo" in current context.
3174 @end smallexample
3175
3176 @noindent
3177 @value{GDBN} does
3178 not actually evaluate @var{expression} at the time the @code{condition}
3179 command (or a command that sets a breakpoint with a condition, like
3180 @code{break if @dots{}}) is given, however. @xref{Expressions, ,Expressions}.
3181
3182 @item condition @var{bnum}
3183 Remove the condition from breakpoint number @var{bnum}. It becomes
3184 an ordinary unconditional breakpoint.
3185 @end table
3186
3187 @cindex ignore count (of breakpoint)
3188 A special case of a breakpoint condition is to stop only when the
3189 breakpoint has been reached a certain number of times. This is so
3190 useful that there is a special way to do it, using the @dfn{ignore
3191 count} of the breakpoint. Every breakpoint has an ignore count, which
3192 is an integer. Most of the time, the ignore count is zero, and
3193 therefore has no effect. But if your program reaches a breakpoint whose
3194 ignore count is positive, then instead of stopping, it just decrements
3195 the ignore count by one and continues. As a result, if the ignore count
3196 value is @var{n}, the breakpoint does not stop the next @var{n} times
3197 your program reaches it.
3198
3199 @table @code
3200 @kindex ignore
3201 @item ignore @var{bnum} @var{count}
3202 Set the ignore count of breakpoint number @var{bnum} to @var{count}.
3203 The next @var{count} times the breakpoint is reached, your program's
3204 execution does not stop; other than to decrement the ignore count, @value{GDBN}
3205 takes no action.
3206
3207 To make the breakpoint stop the next time it is reached, specify
3208 a count of zero.
3209
3210 When you use @code{continue} to resume execution of your program from a
3211 breakpoint, you can specify an ignore count directly as an argument to
3212 @code{continue}, rather than using @code{ignore}. @xref{Continuing and
3213 Stepping,,Continuing and stepping}.
3214
3215 If a breakpoint has a positive ignore count and a condition, the
3216 condition is not checked. Once the ignore count reaches zero,
3217 @value{GDBN} resumes checking the condition.
3218
3219 You could achieve the effect of the ignore count with a condition such
3220 as @w{@samp{$foo-- <= 0}} using a debugger convenience variable that
3221 is decremented each time. @xref{Convenience Vars, ,Convenience
3222 variables}.
3223 @end table
3224
3225 Ignore counts apply to breakpoints, watchpoints, and catchpoints.
3226
3227
3228 @node Break Commands
3229 @subsection Breakpoint command lists
3230
3231 @cindex breakpoint commands
3232 You can give any breakpoint (or watchpoint or catchpoint) a series of
3233 commands to execute when your program stops due to that breakpoint. For
3234 example, you might want to print the values of certain expressions, or
3235 enable other breakpoints.
3236
3237 @table @code
3238 @kindex commands
3239 @kindex end
3240 @item commands @r{[}@var{bnum}@r{]}
3241 @itemx @dots{} @var{command-list} @dots{}
3242 @itemx end
3243 Specify a list of commands for breakpoint number @var{bnum}. The commands
3244 themselves appear on the following lines. Type a line containing just
3245 @code{end} to terminate the commands.
3246
3247 To remove all commands from a breakpoint, type @code{commands} and
3248 follow it immediately with @code{end}; that is, give no commands.
3249
3250 With no @var{bnum} argument, @code{commands} refers to the last
3251 breakpoint, watchpoint, or catchpoint set (not to the breakpoint most
3252 recently encountered).
3253 @end table
3254
3255 Pressing @key{RET} as a means of repeating the last @value{GDBN} command is
3256 disabled within a @var{command-list}.
3257
3258 You can use breakpoint commands to start your program up again. Simply
3259 use the @code{continue} command, or @code{step}, or any other command
3260 that resumes execution.
3261
3262 Any other commands in the command list, after a command that resumes
3263 execution, are ignored. This is because any time you resume execution
3264 (even with a simple @code{next} or @code{step}), you may encounter
3265 another breakpoint---which could have its own command list, leading to
3266 ambiguities about which list to execute.
3267
3268 @kindex silent
3269 If the first command you specify in a command list is @code{silent}, the
3270 usual message about stopping at a breakpoint is not printed. This may
3271 be desirable for breakpoints that are to print a specific message and
3272 then continue. If none of the remaining commands print anything, you
3273 see no sign that the breakpoint was reached. @code{silent} is
3274 meaningful only at the beginning of a breakpoint command list.
3275
3276 The commands @code{echo}, @code{output}, and @code{printf} allow you to
3277 print precisely controlled output, and are often useful in silent
3278 breakpoints. @xref{Output, ,Commands for controlled output}.
3279
3280 For example, here is how you could use breakpoint commands to print the
3281 value of @code{x} at entry to @code{foo} whenever @code{x} is positive.
3282
3283 @smallexample
3284 break foo if x>0
3285 commands
3286 silent
3287 printf "x is %d\n",x
3288 cont
3289 end
3290 @end smallexample
3291
3292 One application for breakpoint commands is to compensate for one bug so
3293 you can test for another. Put a breakpoint just after the erroneous line
3294 of code, give it a condition to detect the case in which something
3295 erroneous has been done, and give it commands to assign correct values
3296 to any variables that need them. End with the @code{continue} command
3297 so that your program does not stop, and start with the @code{silent}
3298 command so that no output is produced. Here is an example:
3299
3300 @smallexample
3301 break 403
3302 commands
3303 silent
3304 set x = y + 4
3305 cont
3306 end
3307 @end smallexample
3308
3309 @node Breakpoint Menus
3310 @subsection Breakpoint menus
3311 @cindex overloading
3312 @cindex symbol overloading
3313
3314 Some programming languages (notably C@t{++} and Objective-C) permit a
3315 single function name
3316 to be defined several times, for application in different contexts.
3317 This is called @dfn{overloading}. When a function name is overloaded,
3318 @samp{break @var{function}} is not enough to tell @value{GDBN} where you want
3319 a breakpoint. If you realize this is a problem, you can use
3320 something like @samp{break @var{function}(@var{types})} to specify which
3321 particular version of the function you want. Otherwise, @value{GDBN} offers
3322 you a menu of numbered choices for different possible breakpoints, and
3323 waits for your selection with the prompt @samp{>}. The first two
3324 options are always @samp{[0] cancel} and @samp{[1] all}. Typing @kbd{1}
3325 sets a breakpoint at each definition of @var{function}, and typing
3326 @kbd{0} aborts the @code{break} command without setting any new
3327 breakpoints.
3328
3329 For example, the following session excerpt shows an attempt to set a
3330 breakpoint at the overloaded symbol @code{String::after}.
3331 We choose three particular definitions of that function name:
3332
3333 @c FIXME! This is likely to change to show arg type lists, at least
3334 @smallexample
3335 @group
3336 (@value{GDBP}) b String::after
3337 [0] cancel
3338 [1] all
3339 [2] file:String.cc; line number:867
3340 [3] file:String.cc; line number:860
3341 [4] file:String.cc; line number:875
3342 [5] file:String.cc; line number:853
3343 [6] file:String.cc; line number:846
3344 [7] file:String.cc; line number:735
3345 > 2 4 6
3346 Breakpoint 1 at 0xb26c: file String.cc, line 867.
3347 Breakpoint 2 at 0xb344: file String.cc, line 875.
3348 Breakpoint 3 at 0xafcc: file String.cc, line 846.
3349 Multiple breakpoints were set.
3350 Use the "delete" command to delete unwanted
3351 breakpoints.
3352 (@value{GDBP})
3353 @end group
3354 @end smallexample
3355
3356 @c @ifclear BARETARGET
3357 @node Error in Breakpoints
3358 @subsection ``Cannot insert breakpoints''
3359 @c
3360 @c FIXME!! 14/6/95 Is there a real example of this? Let's use it.
3361 @c
3362 Under some operating systems, breakpoints cannot be used in a program if
3363 any other process is running that program. In this situation,
3364 attempting to run or continue a program with a breakpoint causes
3365 @value{GDBN} to print an error message:
3366
3367 @smallexample
3368 Cannot insert breakpoints.
3369 The same program may be running in another process.
3370 @end smallexample
3371
3372 When this happens, you have three ways to proceed:
3373
3374 @enumerate
3375 @item
3376 Remove or disable the breakpoints, then continue.
3377
3378 @item
3379 Suspend @value{GDBN}, and copy the file containing your program to a new
3380 name. Resume @value{GDBN} and use the @code{exec-file} command to specify
3381 that @value{GDBN} should run your program under that name.
3382 Then start your program again.
3383
3384 @item
3385 Relink your program so that the text segment is nonsharable, using the
3386 linker option @samp{-N}. The operating system limitation may not apply
3387 to nonsharable executables.
3388 @end enumerate
3389 @c @end ifclear
3390
3391 A similar message can be printed if you request too many active
3392 hardware-assisted breakpoints and watchpoints:
3393
3394 @c FIXME: the precise wording of this message may change; the relevant
3395 @c source change is not committed yet (Sep 3, 1999).
3396 @smallexample
3397 Stopped; cannot insert breakpoints.
3398 You may have requested too many hardware breakpoints and watchpoints.
3399 @end smallexample
3400
3401 @noindent
3402 This message is printed when you attempt to resume the program, since
3403 only then @value{GDBN} knows exactly how many hardware breakpoints and
3404 watchpoints it needs to insert.
3405
3406 When this message is printed, you need to disable or remove some of the
3407 hardware-assisted breakpoints and watchpoints, and then continue.
3408
3409 @node Breakpoint related warnings
3410 @subsection ``Breakpoint address adjusted...''
3411 @cindex breakpoint address adjusted
3412
3413 Some processor architectures place constraints on the addresses at
3414 which breakpoints may be placed. For architectures thus constrained,
3415 @value{GDBN} will attempt to adjust the breakpoint's address to comply
3416 with the constraints dictated by the architecture.
3417
3418 One example of such an architecture is the Fujitsu FR-V. The FR-V is
3419 a VLIW architecture in which a number of RISC-like instructions may be
3420 bundled together for parallel execution. The FR-V architecture
3421 constrains the location of a breakpoint instruction within such a
3422 bundle to the instruction with the lowest address. @value{GDBN}
3423 honors this constraint by adjusting a breakpoint's address to the
3424 first in the bundle.
3425
3426 It is not uncommon for optimized code to have bundles which contain
3427 instructions from different source statements, thus it may happen that
3428 a breakpoint's address will be adjusted from one source statement to
3429 another. Since this adjustment may significantly alter @value{GDBN}'s
3430 breakpoint related behavior from what the user expects, a warning is
3431 printed when the breakpoint is first set and also when the breakpoint
3432 is hit.
3433
3434 A warning like the one below is printed when setting a breakpoint
3435 that's been subject to address adjustment:
3436
3437 @smallexample
3438 warning: Breakpoint address adjusted from 0x00010414 to 0x00010410.
3439 @end smallexample
3440
3441 Such warnings are printed both for user settable and @value{GDBN}'s
3442 internal breakpoints. If you see one of these warnings, you should
3443 verify that a breakpoint set at the adjusted address will have the
3444 desired affect. If not, the breakpoint in question may be removed and
3445 other breakpoints may be set which will have the desired behavior.
3446 E.g., it may be sufficient to place the breakpoint at a later
3447 instruction. A conditional breakpoint may also be useful in some
3448 cases to prevent the breakpoint from triggering too often.
3449
3450 @value{GDBN} will also issue a warning when stopping at one of these
3451 adjusted breakpoints:
3452
3453 @smallexample
3454 warning: Breakpoint 1 address previously adjusted from 0x00010414
3455 to 0x00010410.
3456 @end smallexample
3457
3458 When this warning is encountered, it may be too late to take remedial
3459 action except in cases where the breakpoint is hit earlier or more
3460 frequently than expected.
3461
3462 @node Continuing and Stepping
3463 @section Continuing and stepping
3464
3465 @cindex stepping
3466 @cindex continuing
3467 @cindex resuming execution
3468 @dfn{Continuing} means resuming program execution until your program
3469 completes normally. In contrast, @dfn{stepping} means executing just
3470 one more ``step'' of your program, where ``step'' may mean either one
3471 line of source code, or one machine instruction (depending on what
3472 particular command you use). Either when continuing or when stepping,
3473 your program may stop even sooner, due to a breakpoint or a signal. (If
3474 it stops due to a signal, you may want to use @code{handle}, or use
3475 @samp{signal 0} to resume execution. @xref{Signals, ,Signals}.)
3476
3477 @table @code
3478 @kindex continue
3479 @kindex c @r{(@code{continue})}
3480 @kindex fg @r{(resume foreground execution)}
3481 @item continue @r{[}@var{ignore-count}@r{]}
3482 @itemx c @r{[}@var{ignore-count}@r{]}
3483 @itemx fg @r{[}@var{ignore-count}@r{]}
3484 Resume program execution, at the address where your program last stopped;
3485 any breakpoints set at that address are bypassed. The optional argument
3486 @var{ignore-count} allows you to specify a further number of times to
3487 ignore a breakpoint at this location; its effect is like that of
3488 @code{ignore} (@pxref{Conditions, ,Break conditions}).
3489
3490 The argument @var{ignore-count} is meaningful only when your program
3491 stopped due to a breakpoint. At other times, the argument to
3492 @code{continue} is ignored.
3493
3494 The synonyms @code{c} and @code{fg} (for @dfn{foreground}, as the
3495 debugged program is deemed to be the foreground program) are provided
3496 purely for convenience, and have exactly the same behavior as
3497 @code{continue}.
3498 @end table
3499
3500 To resume execution at a different place, you can use @code{return}
3501 (@pxref{Returning, ,Returning from a function}) to go back to the
3502 calling function; or @code{jump} (@pxref{Jumping, ,Continuing at a
3503 different address}) to go to an arbitrary location in your program.
3504
3505 A typical technique for using stepping is to set a breakpoint
3506 (@pxref{Breakpoints, ,Breakpoints; watchpoints; and catchpoints}) at the
3507 beginning of the function or the section of your program where a problem
3508 is believed to lie, run your program until it stops at that breakpoint,
3509 and then step through the suspect area, examining the variables that are
3510 interesting, until you see the problem happen.
3511
3512 @table @code
3513 @kindex step
3514 @kindex s @r{(@code{step})}
3515 @item step
3516 Continue running your program until control reaches a different source
3517 line, then stop it and return control to @value{GDBN}. This command is
3518 abbreviated @code{s}.
3519
3520 @quotation
3521 @c "without debugging information" is imprecise; actually "without line
3522 @c numbers in the debugging information". (gcc -g1 has debugging info but
3523 @c not line numbers). But it seems complex to try to make that
3524 @c distinction here.
3525 @emph{Warning:} If you use the @code{step} command while control is
3526 within a function that was compiled without debugging information,
3527 execution proceeds until control reaches a function that does have
3528 debugging information. Likewise, it will not step into a function which
3529 is compiled without debugging information. To step through functions
3530 without debugging information, use the @code{stepi} command, described
3531 below.
3532 @end quotation
3533
3534 The @code{step} command only stops at the first instruction of a source
3535 line. This prevents the multiple stops that could otherwise occur in
3536 @code{switch} statements, @code{for} loops, etc. @code{step} continues
3537 to stop if a function that has debugging information is called within
3538 the line. In other words, @code{step} @emph{steps inside} any functions
3539 called within the line.
3540
3541 Also, the @code{step} command only enters a function if there is line
3542 number information for the function. Otherwise it acts like the
3543 @code{next} command. This avoids problems when using @code{cc -gl}
3544 on MIPS machines. Previously, @code{step} entered subroutines if there
3545 was any debugging information about the routine.
3546
3547 @item step @var{count}
3548 Continue running as in @code{step}, but do so @var{count} times. If a
3549 breakpoint is reached, or a signal not related to stepping occurs before
3550 @var{count} steps, stepping stops right away.
3551
3552 @kindex next
3553 @kindex n @r{(@code{next})}
3554 @item next @r{[}@var{count}@r{]}
3555 Continue to the next source line in the current (innermost) stack frame.
3556 This is similar to @code{step}, but function calls that appear within
3557 the line of code are executed without stopping. Execution stops when
3558 control reaches a different line of code at the original stack level
3559 that was executing when you gave the @code{next} command. This command
3560 is abbreviated @code{n}.
3561
3562 An argument @var{count} is a repeat count, as for @code{step}.
3563
3564
3565 @c FIX ME!! Do we delete this, or is there a way it fits in with
3566 @c the following paragraph? --- Vctoria
3567 @c
3568 @c @code{next} within a function that lacks debugging information acts like
3569 @c @code{step}, but any function calls appearing within the code of the
3570 @c function are executed without stopping.
3571
3572 The @code{next} command only stops at the first instruction of a
3573 source line. This prevents multiple stops that could otherwise occur in
3574 @code{switch} statements, @code{for} loops, etc.
3575
3576 @kindex set step-mode
3577 @item set step-mode
3578 @cindex functions without line info, and stepping
3579 @cindex stepping into functions with no line info
3580 @itemx set step-mode on
3581 The @code{set step-mode on} command causes the @code{step} command to
3582 stop at the first instruction of a function which contains no debug line
3583 information rather than stepping over it.
3584
3585 This is useful in cases where you may be interested in inspecting the
3586 machine instructions of a function which has no symbolic info and do not
3587 want @value{GDBN} to automatically skip over this function.
3588
3589 @item set step-mode off
3590 Causes the @code{step} command to step over any functions which contains no
3591 debug information. This is the default.
3592
3593 @kindex finish
3594 @item finish
3595 Continue running until just after function in the selected stack frame
3596 returns. Print the returned value (if any).
3597
3598 Contrast this with the @code{return} command (@pxref{Returning,
3599 ,Returning from a function}).
3600
3601 @kindex until
3602 @kindex u @r{(@code{until})}
3603 @item until
3604 @itemx u
3605 Continue running until a source line past the current line, in the
3606 current stack frame, is reached. This command is used to avoid single
3607 stepping through a loop more than once. It is like the @code{next}
3608 command, except that when @code{until} encounters a jump, it
3609 automatically continues execution until the program counter is greater
3610 than the address of the jump.
3611
3612 This means that when you reach the end of a loop after single stepping
3613 though it, @code{until} makes your program continue execution until it
3614 exits the loop. In contrast, a @code{next} command at the end of a loop
3615 simply steps back to the beginning of the loop, which forces you to step
3616 through the next iteration.
3617
3618 @code{until} always stops your program if it attempts to exit the current
3619 stack frame.
3620
3621 @code{until} may produce somewhat counterintuitive results if the order
3622 of machine code does not match the order of the source lines. For
3623 example, in the following excerpt from a debugging session, the @code{f}
3624 (@code{frame}) command shows that execution is stopped at line
3625 @code{206}; yet when we use @code{until}, we get to line @code{195}:
3626
3627 @smallexample
3628 (@value{GDBP}) f
3629 #0 main (argc=4, argv=0xf7fffae8) at m4.c:206
3630 206 expand_input();
3631 (@value{GDBP}) until
3632 195 for ( ; argc > 0; NEXTARG) @{
3633 @end smallexample
3634
3635 This happened because, for execution efficiency, the compiler had
3636 generated code for the loop closure test at the end, rather than the
3637 start, of the loop---even though the test in a C @code{for}-loop is
3638 written before the body of the loop. The @code{until} command appeared
3639 to step back to the beginning of the loop when it advanced to this
3640 expression; however, it has not really gone to an earlier
3641 statement---not in terms of the actual machine code.
3642
3643 @code{until} with no argument works by means of single
3644 instruction stepping, and hence is slower than @code{until} with an
3645 argument.
3646
3647 @item until @var{location}
3648 @itemx u @var{location}
3649 Continue running your program until either the specified location is
3650 reached, or the current stack frame returns. @var{location} is any of
3651 the forms of argument acceptable to @code{break} (@pxref{Set Breaks,
3652 ,Setting breakpoints}). This form of the command uses breakpoints, and
3653 hence is quicker than @code{until} without an argument. The specified
3654 location is actually reached only if it is in the current frame. This
3655 implies that @code{until} can be used to skip over recursive function
3656 invocations. For instance in the code below, if the current location is
3657 line @code{96}, issuing @code{until 99} will execute the program up to
3658 line @code{99} in the same invocation of factorial, i.e. after the inner
3659 invocations have returned.
3660
3661 @smallexample
3662 94 int factorial (int value)
3663 95 @{
3664 96 if (value > 1) @{
3665 97 value *= factorial (value - 1);
3666 98 @}
3667 99 return (value);
3668 100 @}
3669 @end smallexample
3670
3671
3672 @kindex advance @var{location}
3673 @itemx advance @var{location}
3674 Continue running the program up to the given location. An argument is
3675 required, anything of the same form as arguments for the @code{break}
3676 command. Execution will also stop upon exit from the current stack
3677 frame. This command is similar to @code{until}, but @code{advance} will
3678 not skip over recursive function calls, and the target location doesn't
3679 have to be in the same frame as the current one.
3680
3681
3682 @kindex stepi
3683 @kindex si @r{(@code{stepi})}
3684 @item stepi
3685 @itemx stepi @var{arg}
3686 @itemx si
3687 Execute one machine instruction, then stop and return to the debugger.
3688
3689 It is often useful to do @samp{display/i $pc} when stepping by machine
3690 instructions. This makes @value{GDBN} automatically display the next
3691 instruction to be executed, each time your program stops. @xref{Auto
3692 Display,, Automatic display}.
3693
3694 An argument is a repeat count, as in @code{step}.
3695
3696 @need 750
3697 @kindex nexti
3698 @kindex ni @r{(@code{nexti})}
3699 @item nexti
3700 @itemx nexti @var{arg}
3701 @itemx ni
3702 Execute one machine instruction, but if it is a function call,
3703 proceed until the function returns.
3704
3705 An argument is a repeat count, as in @code{next}.
3706 @end table
3707
3708 @node Signals
3709 @section Signals
3710 @cindex signals
3711
3712 A signal is an asynchronous event that can happen in a program. The
3713 operating system defines the possible kinds of signals, and gives each
3714 kind a name and a number. For example, in Unix @code{SIGINT} is the
3715 signal a program gets when you type an interrupt character (often @kbd{C-c});
3716 @code{SIGSEGV} is the signal a program gets from referencing a place in
3717 memory far away from all the areas in use; @code{SIGALRM} occurs when
3718 the alarm clock timer goes off (which happens only if your program has
3719 requested an alarm).
3720
3721 @cindex fatal signals
3722 Some signals, including @code{SIGALRM}, are a normal part of the
3723 functioning of your program. Others, such as @code{SIGSEGV}, indicate
3724 errors; these signals are @dfn{fatal} (they kill your program immediately) if the
3725 program has not specified in advance some other way to handle the signal.
3726 @code{SIGINT} does not indicate an error in your program, but it is normally
3727 fatal so it can carry out the purpose of the interrupt: to kill the program.
3728
3729 @value{GDBN} has the ability to detect any occurrence of a signal in your
3730 program. You can tell @value{GDBN} in advance what to do for each kind of
3731 signal.
3732
3733 @cindex handling signals
3734 Normally, @value{GDBN} is set up to let the non-erroneous signals like
3735 @code{SIGALRM} be silently passed to your program
3736 (so as not to interfere with their role in the program's functioning)
3737 but to stop your program immediately whenever an error signal happens.
3738 You can change these settings with the @code{handle} command.
3739
3740 @table @code
3741 @kindex info signals
3742 @item info signals
3743 @itemx info handle
3744 Print a table of all the kinds of signals and how @value{GDBN} has been told to
3745 handle each one. You can use this to see the signal numbers of all
3746 the defined types of signals.
3747
3748 @code{info handle} is an alias for @code{info signals}.
3749
3750 @kindex handle
3751 @item handle @var{signal} @var{keywords}@dots{}
3752 Change the way @value{GDBN} handles signal @var{signal}. @var{signal}
3753 can be the number of a signal or its name (with or without the
3754 @samp{SIG} at the beginning); a list of signal numbers of the form
3755 @samp{@var{low}-@var{high}}; or the word @samp{all}, meaning all the
3756 known signals. The @var{keywords} say what change to make.
3757 @end table
3758
3759 @c @group
3760 The keywords allowed by the @code{handle} command can be abbreviated.
3761 Their full names are:
3762
3763 @table @code
3764 @item nostop
3765 @value{GDBN} should not stop your program when this signal happens. It may
3766 still print a message telling you that the signal has come in.
3767
3768 @item stop
3769 @value{GDBN} should stop your program when this signal happens. This implies
3770 the @code{print} keyword as well.
3771
3772 @item print
3773 @value{GDBN} should print a message when this signal happens.
3774
3775 @item noprint
3776 @value{GDBN} should not mention the occurrence of the signal at all. This
3777 implies the @code{nostop} keyword as well.
3778
3779 @item pass
3780 @itemx noignore
3781 @value{GDBN} should allow your program to see this signal; your program
3782 can handle the signal, or else it may terminate if the signal is fatal
3783 and not handled. @code{pass} and @code{noignore} are synonyms.
3784
3785 @item nopass
3786 @itemx ignore
3787 @value{GDBN} should not allow your program to see this signal.
3788 @code{nopass} and @code{ignore} are synonyms.
3789 @end table
3790 @c @end group
3791
3792 When a signal stops your program, the signal is not visible to the
3793 program until you
3794 continue. Your program sees the signal then, if @code{pass} is in
3795 effect for the signal in question @emph{at that time}. In other words,
3796 after @value{GDBN} reports a signal, you can use the @code{handle}
3797 command with @code{pass} or @code{nopass} to control whether your
3798 program sees that signal when you continue.
3799
3800 The default is set to @code{nostop}, @code{noprint}, @code{pass} for
3801 non-erroneous signals such as @code{SIGALRM}, @code{SIGWINCH} and
3802 @code{SIGCHLD}, and to @code{stop}, @code{print}, @code{pass} for the
3803 erroneous signals.
3804
3805 You can also use the @code{signal} command to prevent your program from
3806 seeing a signal, or cause it to see a signal it normally would not see,
3807 or to give it any signal at any time. For example, if your program stopped
3808 due to some sort of memory reference error, you might store correct
3809 values into the erroneous variables and continue, hoping to see more
3810 execution; but your program would probably terminate immediately as
3811 a result of the fatal signal once it saw the signal. To prevent this,
3812 you can continue with @samp{signal 0}. @xref{Signaling, ,Giving your
3813 program a signal}.
3814
3815 @node Thread Stops
3816 @section Stopping and starting multi-thread programs
3817
3818 When your program has multiple threads (@pxref{Threads,, Debugging
3819 programs with multiple threads}), you can choose whether to set
3820 breakpoints on all threads, or on a particular thread.
3821
3822 @table @code
3823 @cindex breakpoints and threads
3824 @cindex thread breakpoints
3825 @kindex break @dots{} thread @var{threadno}
3826 @item break @var{linespec} thread @var{threadno}
3827 @itemx break @var{linespec} thread @var{threadno} if @dots{}
3828 @var{linespec} specifies source lines; there are several ways of
3829 writing them, but the effect is always to specify some source line.
3830
3831 Use the qualifier @samp{thread @var{threadno}} with a breakpoint command
3832 to specify that you only want @value{GDBN} to stop the program when a
3833 particular thread reaches this breakpoint. @var{threadno} is one of the
3834 numeric thread identifiers assigned by @value{GDBN}, shown in the first
3835 column of the @samp{info threads} display.
3836
3837 If you do not specify @samp{thread @var{threadno}} when you set a
3838 breakpoint, the breakpoint applies to @emph{all} threads of your
3839 program.
3840
3841 You can use the @code{thread} qualifier on conditional breakpoints as
3842 well; in this case, place @samp{thread @var{threadno}} before the
3843 breakpoint condition, like this:
3844
3845 @smallexample
3846 (@value{GDBP}) break frik.c:13 thread 28 if bartab > lim
3847 @end smallexample
3848
3849 @end table
3850
3851 @cindex stopped threads
3852 @cindex threads, stopped
3853 Whenever your program stops under @value{GDBN} for any reason,
3854 @emph{all} threads of execution stop, not just the current thread. This
3855 allows you to examine the overall state of the program, including
3856 switching between threads, without worrying that things may change
3857 underfoot.
3858
3859 @cindex thread breakpoints and system calls
3860 @cindex system calls and thread breakpoints
3861 @cindex premature return from system calls
3862 There is an unfortunate side effect. If one thread stops for a
3863 breakpoint, or for some other reason, and another thread is blocked in a
3864 system call, then the system call may return prematurely. This is a
3865 consequence of the interaction between multiple threads and the signals
3866 that @value{GDBN} uses to implement breakpoints and other events that
3867 stop execution.
3868
3869 To handle this problem, your program should check the return value of
3870 each system call and react appropriately. This is good programming
3871 style anyways.
3872
3873 For example, do not write code like this:
3874
3875 @smallexample
3876 sleep (10);
3877 @end smallexample
3878
3879 The call to @code{sleep} will return early if a different thread stops
3880 at a breakpoint or for some other reason.
3881
3882 Instead, write this:
3883
3884 @smallexample
3885 int unslept = 10;
3886 while (unslept > 0)
3887 unslept = sleep (unslept);
3888 @end smallexample
3889
3890 A system call is allowed to return early, so the system is still
3891 conforming to its specification. But @value{GDBN} does cause your
3892 multi-threaded program to behave differently than it would without
3893 @value{GDBN}.
3894
3895 Also, @value{GDBN} uses internal breakpoints in the thread library to
3896 monitor certain events such as thread creation and thread destruction.
3897 When such an event happens, a system call in another thread may return
3898 prematurely, even though your program does not appear to stop.
3899
3900 @cindex continuing threads
3901 @cindex threads, continuing
3902 Conversely, whenever you restart the program, @emph{all} threads start
3903 executing. @emph{This is true even when single-stepping} with commands
3904 like @code{step} or @code{next}.
3905
3906 In particular, @value{GDBN} cannot single-step all threads in lockstep.
3907 Since thread scheduling is up to your debugging target's operating
3908 system (not controlled by @value{GDBN}), other threads may
3909 execute more than one statement while the current thread completes a
3910 single step. Moreover, in general other threads stop in the middle of a
3911 statement, rather than at a clean statement boundary, when the program
3912 stops.
3913
3914 You might even find your program stopped in another thread after
3915 continuing or even single-stepping. This happens whenever some other
3916 thread runs into a breakpoint, a signal, or an exception before the
3917 first thread completes whatever you requested.
3918
3919 On some OSes, you can lock the OS scheduler and thus allow only a single
3920 thread to run.
3921
3922 @table @code
3923 @item set scheduler-locking @var{mode}
3924 Set the scheduler locking mode. If it is @code{off}, then there is no
3925 locking and any thread may run at any time. If @code{on}, then only the
3926 current thread may run when the inferior is resumed. The @code{step}
3927 mode optimizes for single-stepping. It stops other threads from
3928 ``seizing the prompt'' by preempting the current thread while you are
3929 stepping. Other threads will only rarely (or never) get a chance to run
3930 when you step. They are more likely to run when you @samp{next} over a
3931 function call, and they are completely free to run when you use commands
3932 like @samp{continue}, @samp{until}, or @samp{finish}. However, unless another
3933 thread hits a breakpoint during its timeslice, they will never steal the
3934 @value{GDBN} prompt away from the thread that you are debugging.
3935
3936 @item show scheduler-locking
3937 Display the current scheduler locking mode.
3938 @end table
3939
3940
3941 @node Stack
3942 @chapter Examining the Stack
3943
3944 When your program has stopped, the first thing you need to know is where it
3945 stopped and how it got there.
3946
3947 @cindex call stack
3948 Each time your program performs a function call, information about the call
3949 is generated.
3950 That information includes the location of the call in your program,
3951 the arguments of the call,
3952 and the local variables of the function being called.
3953 The information is saved in a block of data called a @dfn{stack frame}.
3954 The stack frames are allocated in a region of memory called the @dfn{call
3955 stack}.
3956
3957 When your program stops, the @value{GDBN} commands for examining the
3958 stack allow you to see all of this information.
3959
3960 @cindex selected frame
3961 One of the stack frames is @dfn{selected} by @value{GDBN} and many
3962 @value{GDBN} commands refer implicitly to the selected frame. In
3963 particular, whenever you ask @value{GDBN} for the value of a variable in
3964 your program, the value is found in the selected frame. There are
3965 special @value{GDBN} commands to select whichever frame you are
3966 interested in. @xref{Selection, ,Selecting a frame}.
3967
3968 When your program stops, @value{GDBN} automatically selects the
3969 currently executing frame and describes it briefly, similar to the
3970 @code{frame} command (@pxref{Frame Info, ,Information about a frame}).
3971
3972 @menu
3973 * Frames:: Stack frames
3974 * Backtrace:: Backtraces
3975 * Selection:: Selecting a frame
3976 * Frame Info:: Information on a frame
3977
3978 @end menu
3979
3980 @node Frames
3981 @section Stack frames
3982
3983 @cindex frame, definition
3984 @cindex stack frame
3985 The call stack is divided up into contiguous pieces called @dfn{stack
3986 frames}, or @dfn{frames} for short; each frame is the data associated
3987 with one call to one function. The frame contains the arguments given
3988 to the function, the function's local variables, and the address at
3989 which the function is executing.
3990
3991 @cindex initial frame
3992 @cindex outermost frame
3993 @cindex innermost frame
3994 When your program is started, the stack has only one frame, that of the
3995 function @code{main}. This is called the @dfn{initial} frame or the
3996 @dfn{outermost} frame. Each time a function is called, a new frame is
3997 made. Each time a function returns, the frame for that function invocation
3998 is eliminated. If a function is recursive, there can be many frames for
3999 the same function. The frame for the function in which execution is
4000 actually occurring is called the @dfn{innermost} frame. This is the most
4001 recently created of all the stack frames that still exist.
4002
4003 @cindex frame pointer
4004 Inside your program, stack frames are identified by their addresses. A
4005 stack frame consists of many bytes, each of which has its own address; each
4006 kind of computer has a convention for choosing one byte whose
4007 address serves as the address of the frame. Usually this address is kept
4008 in a register called the @dfn{frame pointer register} while execution is
4009 going on in that frame.
4010
4011 @cindex frame number
4012 @value{GDBN} assigns numbers to all existing stack frames, starting with
4013 zero for the innermost frame, one for the frame that called it,
4014 and so on upward. These numbers do not really exist in your program;
4015 they are assigned by @value{GDBN} to give you a way of designating stack
4016 frames in @value{GDBN} commands.
4017
4018 @c The -fomit-frame-pointer below perennially causes hbox overflow
4019 @c underflow problems.
4020 @cindex frameless execution
4021 Some compilers provide a way to compile functions so that they operate
4022 without stack frames. (For example, the @value{GCC} option
4023 @smallexample
4024 @samp{-fomit-frame-pointer}
4025 @end smallexample
4026 generates functions without a frame.)
4027 This is occasionally done with heavily used library functions to save
4028 the frame setup time. @value{GDBN} has limited facilities for dealing
4029 with these function invocations. If the innermost function invocation
4030 has no stack frame, @value{GDBN} nevertheless regards it as though
4031 it had a separate frame, which is numbered zero as usual, allowing
4032 correct tracing of the function call chain. However, @value{GDBN} has
4033 no provision for frameless functions elsewhere in the stack.
4034
4035 @table @code
4036 @kindex frame@r{, command}
4037 @cindex current stack frame
4038 @item frame @var{args}
4039 The @code{frame} command allows you to move from one stack frame to another,
4040 and to print the stack frame you select. @var{args} may be either the
4041 address of the frame or the stack frame number. Without an argument,
4042 @code{frame} prints the current stack frame.
4043
4044 @kindex select-frame
4045 @cindex selecting frame silently
4046 @item select-frame
4047 The @code{select-frame} command allows you to move from one stack frame
4048 to another without printing the frame. This is the silent version of
4049 @code{frame}.
4050 @end table
4051
4052 @node Backtrace
4053 @section Backtraces
4054
4055 @cindex backtraces
4056 @cindex tracebacks
4057 @cindex stack traces
4058 A backtrace is a summary of how your program got where it is. It shows one
4059 line per frame, for many frames, starting with the currently executing
4060 frame (frame zero), followed by its caller (frame one), and on up the
4061 stack.
4062
4063 @table @code
4064 @kindex backtrace
4065 @kindex bt @r{(@code{backtrace})}
4066 @item backtrace
4067 @itemx bt
4068 Print a backtrace of the entire stack: one line per frame for all
4069 frames in the stack.
4070
4071 You can stop the backtrace at any time by typing the system interrupt
4072 character, normally @kbd{C-c}.
4073
4074 @item backtrace @var{n}
4075 @itemx bt @var{n}
4076 Similar, but print only the innermost @var{n} frames.
4077
4078 @item backtrace -@var{n}
4079 @itemx bt -@var{n}
4080 Similar, but print only the outermost @var{n} frames.
4081 @end table
4082
4083 @kindex where
4084 @kindex info stack
4085 @kindex info s @r{(@code{info stack})}
4086 The names @code{where} and @code{info stack} (abbreviated @code{info s})
4087 are additional aliases for @code{backtrace}.
4088
4089 Each line in the backtrace shows the frame number and the function name.
4090 The program counter value is also shown---unless you use @code{set
4091 print address off}. The backtrace also shows the source file name and
4092 line number, as well as the arguments to the function. The program
4093 counter value is omitted if it is at the beginning of the code for that
4094 line number.
4095
4096 Here is an example of a backtrace. It was made with the command
4097 @samp{bt 3}, so it shows the innermost three frames.
4098
4099 @smallexample
4100 @group
4101 #0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
4102 at builtin.c:993
4103 #1 0x6e38 in expand_macro (sym=0x2b600) at macro.c:242
4104 #2 0x6840 in expand_token (obs=0x0, t=177664, td=0xf7fffb08)
4105 at macro.c:71
4106 (More stack frames follow...)
4107 @end group
4108 @end smallexample
4109
4110 @noindent
4111 The display for frame zero does not begin with a program counter
4112 value, indicating that your program has stopped at the beginning of the
4113 code for line @code{993} of @code{builtin.c}.
4114
4115 @kindex set backtrace past-main
4116 @kindex show backtrace past-main
4117 @kindex set backtrace limit
4118 @kindex show backtrace limit
4119
4120 Most programs have a standard user entry point---a place where system
4121 libraries and startup code transition into user code. For C this is
4122 @code{main}. When @value{GDBN} finds the entry function in a backtrace
4123 it will terminate the backtrace, to avoid tracing into highly
4124 system-specific (and generally uninteresting) code.
4125
4126 If you need to examine the startup code, or limit the number of levels
4127 in a backtrace, you can change this behavior:
4128
4129 @table @code
4130 @item set backtrace past-main
4131 @itemx set backtrace past-main on
4132 Backtraces will continue past the user entry point.
4133
4134 @item set backtrace past-main off
4135 Backtraces will stop when they encounter the user entry point. This is the
4136 default.
4137
4138 @item show backtrace past-main
4139 Display the current user entry point backtrace policy.
4140
4141 @item set backtrace limit @var{n}
4142 @itemx set backtrace limit 0
4143 @cindex backtrace limit
4144 Limit the backtrace to @var{n} levels. A value of zero means
4145 unlimited.
4146
4147 @item show backtrace limit
4148 Display the current limit on backtrace levels.
4149 @end table
4150
4151 @node Selection
4152 @section Selecting a frame
4153
4154 Most commands for examining the stack and other data in your program work on
4155 whichever stack frame is selected at the moment. Here are the commands for
4156 selecting a stack frame; all of them finish by printing a brief description
4157 of the stack frame just selected.
4158
4159 @table @code
4160 @kindex frame@r{, selecting}
4161 @kindex f @r{(@code{frame})}
4162 @item frame @var{n}
4163 @itemx f @var{n}
4164 Select frame number @var{n}. Recall that frame zero is the innermost
4165 (currently executing) frame, frame one is the frame that called the
4166 innermost one, and so on. The highest-numbered frame is the one for
4167 @code{main}.
4168
4169 @item frame @var{addr}
4170 @itemx f @var{addr}
4171 Select the frame at address @var{addr}. This is useful mainly if the
4172 chaining of stack frames has been damaged by a bug, making it
4173 impossible for @value{GDBN} to assign numbers properly to all frames. In
4174 addition, this can be useful when your program has multiple stacks and
4175 switches between them.
4176
4177 On the SPARC architecture, @code{frame} needs two addresses to
4178 select an arbitrary frame: a frame pointer and a stack pointer.
4179
4180 On the MIPS and Alpha architecture, it needs two addresses: a stack
4181 pointer and a program counter.
4182
4183 On the 29k architecture, it needs three addresses: a register stack
4184 pointer, a program counter, and a memory stack pointer.
4185 @c note to future updaters: this is conditioned on a flag
4186 @c SETUP_ARBITRARY_FRAME in the tm-*.h files. The above is up to date
4187 @c as of 27 Jan 1994.
4188
4189 @kindex up
4190 @item up @var{n}
4191 Move @var{n} frames up the stack. For positive numbers @var{n}, this
4192 advances toward the outermost frame, to higher frame numbers, to frames
4193 that have existed longer. @var{n} defaults to one.
4194
4195 @kindex down
4196 @kindex do @r{(@code{down})}
4197 @item down @var{n}
4198 Move @var{n} frames down the stack. For positive numbers @var{n}, this
4199 advances toward the innermost frame, to lower frame numbers, to frames
4200 that were created more recently. @var{n} defaults to one. You may
4201 abbreviate @code{down} as @code{do}.
4202 @end table
4203
4204 All of these commands end by printing two lines of output describing the
4205 frame. The first line shows the frame number, the function name, the
4206 arguments, and the source file and line number of execution in that
4207 frame. The second line shows the text of that source line.
4208
4209 @need 1000
4210 For example:
4211
4212 @smallexample
4213 @group
4214 (@value{GDBP}) up
4215 #1 0x22f0 in main (argc=1, argv=0xf7fffbf4, env=0xf7fffbfc)
4216 at env.c:10
4217 10 read_input_file (argv[i]);
4218 @end group
4219 @end smallexample
4220
4221 After such a printout, the @code{list} command with no arguments
4222 prints ten lines centered on the point of execution in the frame.
4223 You can also edit the program at the point of execution with your favorite
4224 editing program by typing @code{edit}.
4225 @xref{List, ,Printing source lines},
4226 for details.
4227
4228 @table @code
4229 @kindex down-silently
4230 @kindex up-silently
4231 @item up-silently @var{n}
4232 @itemx down-silently @var{n}
4233 These two commands are variants of @code{up} and @code{down},
4234 respectively; they differ in that they do their work silently, without
4235 causing display of the new frame. They are intended primarily for use
4236 in @value{GDBN} command scripts, where the output might be unnecessary and
4237 distracting.
4238 @end table
4239
4240 @node Frame Info
4241 @section Information about a frame
4242
4243 There are several other commands to print information about the selected
4244 stack frame.
4245
4246 @table @code
4247 @item frame
4248 @itemx f
4249 When used without any argument, this command does not change which
4250 frame is selected, but prints a brief description of the currently
4251 selected stack frame. It can be abbreviated @code{f}. With an
4252 argument, this command is used to select a stack frame.
4253 @xref{Selection, ,Selecting a frame}.
4254
4255 @kindex info frame
4256 @kindex info f @r{(@code{info frame})}
4257 @item info frame
4258 @itemx info f
4259 This command prints a verbose description of the selected stack frame,
4260 including:
4261
4262 @itemize @bullet
4263 @item
4264 the address of the frame
4265 @item
4266 the address of the next frame down (called by this frame)
4267 @item
4268 the address of the next frame up (caller of this frame)
4269 @item
4270 the language in which the source code corresponding to this frame is written
4271 @item
4272 the address of the frame's arguments
4273 @item
4274 the address of the frame's local variables
4275 @item
4276 the program counter saved in it (the address of execution in the caller frame)
4277 @item
4278 which registers were saved in the frame
4279 @end itemize
4280
4281 @noindent The verbose description is useful when
4282 something has gone wrong that has made the stack format fail to fit
4283 the usual conventions.
4284
4285 @item info frame @var{addr}
4286 @itemx info f @var{addr}
4287 Print a verbose description of the frame at address @var{addr}, without
4288 selecting that frame. The selected frame remains unchanged by this
4289 command. This requires the same kind of address (more than one for some
4290 architectures) that you specify in the @code{frame} command.
4291 @xref{Selection, ,Selecting a frame}.
4292
4293 @kindex info args
4294 @item info args
4295 Print the arguments of the selected frame, each on a separate line.
4296
4297 @item info locals
4298 @kindex info locals
4299 Print the local variables of the selected frame, each on a separate
4300 line. These are all variables (declared either static or automatic)
4301 accessible at the point of execution of the selected frame.
4302
4303 @kindex info catch
4304 @cindex catch exceptions, list active handlers
4305 @cindex exception handlers, how to list
4306 @item info catch
4307 Print a list of all the exception handlers that are active in the
4308 current stack frame at the current point of execution. To see other
4309 exception handlers, visit the associated frame (using the @code{up},
4310 @code{down}, or @code{frame} commands); then type @code{info catch}.
4311 @xref{Set Catchpoints, , Setting catchpoints}.
4312
4313 @end table
4314
4315
4316 @node Source
4317 @chapter Examining Source Files
4318
4319 @value{GDBN} can print parts of your program's source, since the debugging
4320 information recorded in the program tells @value{GDBN} what source files were
4321 used to build it. When your program stops, @value{GDBN} spontaneously prints
4322 the line where it stopped. Likewise, when you select a stack frame
4323 (@pxref{Selection, ,Selecting a frame}), @value{GDBN} prints the line where
4324 execution in that frame has stopped. You can print other portions of
4325 source files by explicit command.
4326
4327 If you use @value{GDBN} through its @sc{gnu} Emacs interface, you may
4328 prefer to use Emacs facilities to view source; see @ref{Emacs, ,Using
4329 @value{GDBN} under @sc{gnu} Emacs}.
4330
4331 @menu
4332 * List:: Printing source lines
4333 * Edit:: Editing source files
4334 * Search:: Searching source files
4335 * Source Path:: Specifying source directories
4336 * Machine Code:: Source and machine code
4337 @end menu
4338
4339 @node List
4340 @section Printing source lines
4341
4342 @kindex list
4343 @kindex l @r{(@code{list})}
4344 To print lines from a source file, use the @code{list} command
4345 (abbreviated @code{l}). By default, ten lines are printed.
4346 There are several ways to specify what part of the file you want to print.
4347
4348 Here are the forms of the @code{list} command most commonly used:
4349
4350 @table @code
4351 @item list @var{linenum}
4352 Print lines centered around line number @var{linenum} in the
4353 current source file.
4354
4355 @item list @var{function}
4356 Print lines centered around the beginning of function
4357 @var{function}.
4358
4359 @item list
4360 Print more lines. If the last lines printed were printed with a
4361 @code{list} command, this prints lines following the last lines
4362 printed; however, if the last line printed was a solitary line printed
4363 as part of displaying a stack frame (@pxref{Stack, ,Examining the
4364 Stack}), this prints lines centered around that line.
4365
4366 @item list -
4367 Print lines just before the lines last printed.
4368 @end table
4369
4370 By default, @value{GDBN} prints ten source lines with any of these forms of
4371 the @code{list} command. You can change this using @code{set listsize}:
4372
4373 @table @code
4374 @kindex set listsize
4375 @item set listsize @var{count}
4376 Make the @code{list} command display @var{count} source lines (unless
4377 the @code{list} argument explicitly specifies some other number).
4378
4379 @kindex show listsize
4380 @item show listsize
4381 Display the number of lines that @code{list} prints.
4382 @end table
4383
4384 Repeating a @code{list} command with @key{RET} discards the argument,
4385 so it is equivalent to typing just @code{list}. This is more useful
4386 than listing the same lines again. An exception is made for an
4387 argument of @samp{-}; that argument is preserved in repetition so that
4388 each repetition moves up in the source file.
4389
4390 @cindex linespec
4391 In general, the @code{list} command expects you to supply zero, one or two
4392 @dfn{linespecs}. Linespecs specify source lines; there are several ways
4393 of writing them, but the effect is always to specify some source line.
4394 Here is a complete description of the possible arguments for @code{list}:
4395
4396 @table @code
4397 @item list @var{linespec}
4398 Print lines centered around the line specified by @var{linespec}.
4399
4400 @item list @var{first},@var{last}
4401 Print lines from @var{first} to @var{last}. Both arguments are
4402 linespecs.
4403
4404 @item list ,@var{last}
4405 Print lines ending with @var{last}.
4406
4407 @item list @var{first},
4408 Print lines starting with @var{first}.
4409
4410 @item list +
4411 Print lines just after the lines last printed.
4412
4413 @item list -
4414 Print lines just before the lines last printed.
4415
4416 @item list
4417 As described in the preceding table.
4418 @end table
4419
4420 Here are the ways of specifying a single source line---all the
4421 kinds of linespec.
4422
4423 @table @code
4424 @item @var{number}
4425 Specifies line @var{number} of the current source file.
4426 When a @code{list} command has two linespecs, this refers to
4427 the same source file as the first linespec.
4428
4429 @item +@var{offset}
4430 Specifies the line @var{offset} lines after the last line printed.
4431 When used as the second linespec in a @code{list} command that has
4432 two, this specifies the line @var{offset} lines down from the
4433 first linespec.
4434
4435 @item -@var{offset}
4436 Specifies the line @var{offset} lines before the last line printed.
4437
4438 @item @var{filename}:@var{number}
4439 Specifies line @var{number} in the source file @var{filename}.
4440
4441 @item @var{function}
4442 Specifies the line that begins the body of the function @var{function}.
4443 For example: in C, this is the line with the open brace.
4444
4445 @item @var{filename}:@var{function}
4446 Specifies the line of the open-brace that begins the body of the
4447 function @var{function} in the file @var{filename}. You only need the
4448 file name with a function name to avoid ambiguity when there are
4449 identically named functions in different source files.
4450
4451 @item *@var{address}
4452 Specifies the line containing the program address @var{address}.
4453 @var{address} may be any expression.
4454 @end table
4455
4456 @node Edit
4457 @section Editing source files
4458 @cindex editing source files
4459
4460 @kindex edit
4461 @kindex e @r{(@code{edit})}
4462 To edit the lines in a source file, use the @code{edit} command.
4463 The editing program of your choice
4464 is invoked with the current line set to
4465 the active line in the program.
4466 Alternatively, there are several ways to specify what part of the file you
4467 want to print if you want to see other parts of the program.
4468
4469 Here are the forms of the @code{edit} command most commonly used:
4470
4471 @table @code
4472 @item edit
4473 Edit the current source file at the active line number in the program.
4474
4475 @item edit @var{number}
4476 Edit the current source file with @var{number} as the active line number.
4477
4478 @item edit @var{function}
4479 Edit the file containing @var{function} at the beginning of its definition.
4480
4481 @item edit @var{filename}:@var{number}
4482 Specifies line @var{number} in the source file @var{filename}.
4483
4484 @item edit @var{filename}:@var{function}
4485 Specifies the line that begins the body of the
4486 function @var{function} in the file @var{filename}. You only need the
4487 file name with a function name to avoid ambiguity when there are
4488 identically named functions in different source files.
4489
4490 @item edit *@var{address}
4491 Specifies the line containing the program address @var{address}.
4492 @var{address} may be any expression.
4493 @end table
4494
4495 @subsection Choosing your editor
4496 You can customize @value{GDBN} to use any editor you want
4497 @footnote{
4498 The only restriction is that your editor (say @code{ex}), recognizes the
4499 following command-line syntax:
4500 @smallexample
4501 ex +@var{number} file
4502 @end smallexample
4503 The optional numeric value +@var{number} designates the active line in
4504 the file.}. By default, it is @value{EDITOR}, but you can change this
4505 by setting the environment variable @code{EDITOR} before using
4506 @value{GDBN}. For example, to configure @value{GDBN} to use the
4507 @code{vi} editor, you could use these commands with the @code{sh} shell:
4508 @smallexample
4509 EDITOR=/usr/bin/vi
4510 export EDITOR
4511 gdb ...
4512 @end smallexample
4513 or in the @code{csh} shell,
4514 @smallexample
4515 setenv EDITOR /usr/bin/vi
4516 gdb ...
4517 @end smallexample
4518
4519 @node Search
4520 @section Searching source files
4521 @cindex searching
4522 @kindex reverse-search
4523
4524 There are two commands for searching through the current source file for a
4525 regular expression.
4526
4527 @table @code
4528 @kindex search
4529 @kindex forward-search
4530 @item forward-search @var{regexp}
4531 @itemx search @var{regexp}
4532 The command @samp{forward-search @var{regexp}} checks each line,
4533 starting with the one following the last line listed, for a match for
4534 @var{regexp}. It lists the line that is found. You can use the
4535 synonym @samp{search @var{regexp}} or abbreviate the command name as
4536 @code{fo}.
4537
4538 @item reverse-search @var{regexp}
4539 The command @samp{reverse-search @var{regexp}} checks each line, starting
4540 with the one before the last line listed and going backward, for a match
4541 for @var{regexp}. It lists the line that is found. You can abbreviate
4542 this command as @code{rev}.
4543 @end table
4544
4545 @node Source Path
4546 @section Specifying source directories
4547
4548 @cindex source path
4549 @cindex directories for source files
4550 Executable programs sometimes do not record the directories of the source
4551 files from which they were compiled, just the names. Even when they do,
4552 the directories could be moved between the compilation and your debugging
4553 session. @value{GDBN} has a list of directories to search for source files;
4554 this is called the @dfn{source path}. Each time @value{GDBN} wants a source file,
4555 it tries all the directories in the list, in the order they are present
4556 in the list, until it finds a file with the desired name. Note that
4557 the executable search path is @emph{not} used for this purpose. Neither is
4558 the current working directory, unless it happens to be in the source
4559 path.
4560
4561 If @value{GDBN} cannot find a source file in the source path, and the
4562 object program records a directory, @value{GDBN} tries that directory
4563 too. If the source path is empty, and there is no record of the
4564 compilation directory, @value{GDBN} looks in the current directory as a
4565 last resort.
4566
4567 Whenever you reset or rearrange the source path, @value{GDBN} clears out
4568 any information it has cached about where source files are found and where
4569 each line is in the file.
4570
4571 @kindex directory
4572 @kindex dir
4573 When you start @value{GDBN}, its source path includes only @samp{cdir}
4574 and @samp{cwd}, in that order.
4575 To add other directories, use the @code{directory} command.
4576
4577 @table @code
4578 @item directory @var{dirname} @dots{}
4579 @item dir @var{dirname} @dots{}
4580 Add directory @var{dirname} to the front of the source path. Several
4581 directory names may be given to this command, separated by @samp{:}
4582 (@samp{;} on MS-DOS and MS-Windows, where @samp{:} usually appears as
4583 part of absolute file names) or
4584 whitespace. You may specify a directory that is already in the source
4585 path; this moves it forward, so @value{GDBN} searches it sooner.
4586
4587 @kindex cdir
4588 @kindex cwd
4589 @vindex $cdir@r{, convenience variable}
4590 @vindex $cwdr@r{, convenience variable}
4591 @cindex compilation directory
4592 @cindex current directory
4593 @cindex working directory
4594 @cindex directory, current
4595 @cindex directory, compilation
4596 You can use the string @samp{$cdir} to refer to the compilation
4597 directory (if one is recorded), and @samp{$cwd} to refer to the current
4598 working directory. @samp{$cwd} is not the same as @samp{.}---the former
4599 tracks the current working directory as it changes during your @value{GDBN}
4600 session, while the latter is immediately expanded to the current
4601 directory at the time you add an entry to the source path.
4602
4603 @item directory
4604 Reset the source path to empty again. This requires confirmation.
4605
4606 @c RET-repeat for @code{directory} is explicitly disabled, but since
4607 @c repeating it would be a no-op we do not say that. (thanks to RMS)
4608
4609 @item show directories
4610 @kindex show directories
4611 Print the source path: show which directories it contains.
4612 @end table
4613
4614 If your source path is cluttered with directories that are no longer of
4615 interest, @value{GDBN} may sometimes cause confusion by finding the wrong
4616 versions of source. You can correct the situation as follows:
4617
4618 @enumerate
4619 @item
4620 Use @code{directory} with no argument to reset the source path to empty.
4621
4622 @item
4623 Use @code{directory} with suitable arguments to reinstall the
4624 directories you want in the source path. You can add all the
4625 directories in one command.
4626 @end enumerate
4627
4628 @node Machine Code
4629 @section Source and machine code
4630
4631 You can use the command @code{info line} to map source lines to program
4632 addresses (and vice versa), and the command @code{disassemble} to display
4633 a range of addresses as machine instructions. When run under @sc{gnu} Emacs
4634 mode, the @code{info line} command causes the arrow to point to the
4635 line specified. Also, @code{info line} prints addresses in symbolic form as
4636 well as hex.
4637
4638 @table @code
4639 @kindex info line
4640 @item info line @var{linespec}
4641 Print the starting and ending addresses of the compiled code for
4642 source line @var{linespec}. You can specify source lines in any of
4643 the ways understood by the @code{list} command (@pxref{List, ,Printing
4644 source lines}).
4645 @end table
4646
4647 For example, we can use @code{info line} to discover the location of
4648 the object code for the first line of function
4649 @code{m4_changequote}:
4650
4651 @c FIXME: I think this example should also show the addresses in
4652 @c symbolic form, as they usually would be displayed.
4653 @smallexample
4654 (@value{GDBP}) info line m4_changequote
4655 Line 895 of "builtin.c" starts at pc 0x634c and ends at 0x6350.
4656 @end smallexample
4657
4658 @noindent
4659 We can also inquire (using @code{*@var{addr}} as the form for
4660 @var{linespec}) what source line covers a particular address:
4661 @smallexample
4662 (@value{GDBP}) info line *0x63ff
4663 Line 926 of "builtin.c" starts at pc 0x63e4 and ends at 0x6404.
4664 @end smallexample
4665
4666 @cindex @code{$_} and @code{info line}
4667 @kindex x@r{(examine), and} info line
4668 After @code{info line}, the default address for the @code{x} command
4669 is changed to the starting address of the line, so that @samp{x/i} is
4670 sufficient to begin examining the machine code (@pxref{Memory,
4671 ,Examining memory}). Also, this address is saved as the value of the
4672 convenience variable @code{$_} (@pxref{Convenience Vars, ,Convenience
4673 variables}).
4674
4675 @table @code
4676 @kindex disassemble
4677 @cindex assembly instructions
4678 @cindex instructions, assembly
4679 @cindex machine instructions
4680 @cindex listing machine instructions
4681 @item disassemble
4682 This specialized command dumps a range of memory as machine
4683 instructions. The default memory range is the function surrounding the
4684 program counter of the selected frame. A single argument to this
4685 command is a program counter value; @value{GDBN} dumps the function
4686 surrounding this value. Two arguments specify a range of addresses
4687 (first inclusive, second exclusive) to dump.
4688 @end table
4689
4690 The following example shows the disassembly of a range of addresses of
4691 HP PA-RISC 2.0 code:
4692
4693 @smallexample
4694 (@value{GDBP}) disas 0x32c4 0x32e4
4695 Dump of assembler code from 0x32c4 to 0x32e4:
4696 0x32c4 <main+204>: addil 0,dp
4697 0x32c8 <main+208>: ldw 0x22c(sr0,r1),r26
4698 0x32cc <main+212>: ldil 0x3000,r31
4699 0x32d0 <main+216>: ble 0x3f8(sr4,r31)
4700 0x32d4 <main+220>: ldo 0(r31),rp
4701 0x32d8 <main+224>: addil -0x800,dp
4702 0x32dc <main+228>: ldo 0x588(r1),r26
4703 0x32e0 <main+232>: ldil 0x3000,r31
4704 End of assembler dump.
4705 @end smallexample
4706
4707 Some architectures have more than one commonly-used set of instruction
4708 mnemonics or other syntax.
4709
4710 @table @code
4711 @kindex set disassembly-flavor
4712 @cindex assembly instructions
4713 @cindex instructions, assembly
4714 @cindex machine instructions
4715 @cindex listing machine instructions
4716 @cindex Intel disassembly flavor
4717 @cindex AT&T disassembly flavor
4718 @item set disassembly-flavor @var{instruction-set}
4719 Select the instruction set to use when disassembling the
4720 program via the @code{disassemble} or @code{x/i} commands.
4721
4722 Currently this command is only defined for the Intel x86 family. You
4723 can set @var{instruction-set} to either @code{intel} or @code{att}.
4724 The default is @code{att}, the AT&T flavor used by default by Unix
4725 assemblers for x86-based targets.
4726 @end table
4727
4728
4729 @node Data
4730 @chapter Examining Data
4731
4732 @cindex printing data
4733 @cindex examining data
4734 @kindex print
4735 @kindex inspect
4736 @c "inspect" is not quite a synonym if you are using Epoch, which we do not
4737 @c document because it is nonstandard... Under Epoch it displays in a
4738 @c different window or something like that.
4739 The usual way to examine data in your program is with the @code{print}
4740 command (abbreviated @code{p}), or its synonym @code{inspect}. It
4741 evaluates and prints the value of an expression of the language your
4742 program is written in (@pxref{Languages, ,Using @value{GDBN} with
4743 Different Languages}).
4744
4745 @table @code
4746 @item print @var{expr}
4747 @itemx print /@var{f} @var{expr}
4748 @var{expr} is an expression (in the source language). By default the
4749 value of @var{expr} is printed in a format appropriate to its data type;
4750 you can choose a different format by specifying @samp{/@var{f}}, where
4751 @var{f} is a letter specifying the format; see @ref{Output Formats,,Output
4752 formats}.
4753
4754 @item print
4755 @itemx print /@var{f}
4756 If you omit @var{expr}, @value{GDBN} displays the last value again (from the
4757 @dfn{value history}; @pxref{Value History, ,Value history}). This allows you to
4758 conveniently inspect the same value in an alternative format.
4759 @end table
4760
4761 A more low-level way of examining data is with the @code{x} command.
4762 It examines data in memory at a specified address and prints it in a
4763 specified format. @xref{Memory, ,Examining memory}.
4764
4765 If you are interested in information about types, or about how the
4766 fields of a struct or a class are declared, use the @code{ptype @var{exp}}
4767 command rather than @code{print}. @xref{Symbols, ,Examining the Symbol
4768 Table}.
4769
4770 @menu
4771 * Expressions:: Expressions
4772 * Variables:: Program variables
4773 * Arrays:: Artificial arrays
4774 * Output Formats:: Output formats
4775 * Memory:: Examining memory
4776 * Auto Display:: Automatic display
4777 * Print Settings:: Print settings
4778 * Value History:: Value history
4779 * Convenience Vars:: Convenience variables
4780 * Registers:: Registers
4781 * Floating Point Hardware:: Floating point hardware
4782 * Vector Unit:: Vector Unit
4783 * Auxiliary Vector:: Auxiliary data provided by operating system
4784 * Memory Region Attributes:: Memory region attributes
4785 * Dump/Restore Files:: Copy between memory and a file
4786 * Character Sets:: Debugging programs that use a different
4787 character set than GDB does
4788 @end menu
4789
4790 @node Expressions
4791 @section Expressions
4792
4793 @cindex expressions
4794 @code{print} and many other @value{GDBN} commands accept an expression and
4795 compute its value. Any kind of constant, variable or operator defined
4796 by the programming language you are using is valid in an expression in
4797 @value{GDBN}. This includes conditional expressions, function calls,
4798 casts, and string constants. It also includes preprocessor macros, if
4799 you compiled your program to include this information; see
4800 @ref{Compilation}.
4801
4802 @value{GDBN} supports array constants in expressions input by
4803 the user. The syntax is @{@var{element}, @var{element}@dots{}@}. For example,
4804 you can use the command @code{print @{1, 2, 3@}} to build up an array in
4805 memory that is @code{malloc}ed in the target program.
4806
4807 Because C is so widespread, most of the expressions shown in examples in
4808 this manual are in C. @xref{Languages, , Using @value{GDBN} with Different
4809 Languages}, for information on how to use expressions in other
4810 languages.
4811
4812 In this section, we discuss operators that you can use in @value{GDBN}
4813 expressions regardless of your programming language.
4814
4815 Casts are supported in all languages, not just in C, because it is so
4816 useful to cast a number into a pointer in order to examine a structure
4817 at that address in memory.
4818 @c FIXME: casts supported---Mod2 true?
4819
4820 @value{GDBN} supports these operators, in addition to those common
4821 to programming languages:
4822
4823 @table @code
4824 @item @@
4825 @samp{@@} is a binary operator for treating parts of memory as arrays.
4826 @xref{Arrays, ,Artificial arrays}, for more information.
4827
4828 @item ::
4829 @samp{::} allows you to specify a variable in terms of the file or
4830 function where it is defined. @xref{Variables, ,Program variables}.
4831
4832 @cindex @{@var{type}@}
4833 @cindex type casting memory
4834 @cindex memory, viewing as typed object
4835 @cindex casts, to view memory
4836 @item @{@var{type}@} @var{addr}
4837 Refers to an object of type @var{type} stored at address @var{addr} in
4838 memory. @var{addr} may be any expression whose value is an integer or
4839 pointer (but parentheses are required around binary operators, just as in
4840 a cast). This construct is allowed regardless of what kind of data is
4841 normally supposed to reside at @var{addr}.
4842 @end table
4843
4844 @node Variables
4845 @section Program variables
4846
4847 The most common kind of expression to use is the name of a variable
4848 in your program.
4849
4850 Variables in expressions are understood in the selected stack frame
4851 (@pxref{Selection, ,Selecting a frame}); they must be either:
4852
4853 @itemize @bullet
4854 @item
4855 global (or file-static)
4856 @end itemize
4857
4858 @noindent or
4859
4860 @itemize @bullet
4861 @item
4862 visible according to the scope rules of the
4863 programming language from the point of execution in that frame
4864 @end itemize
4865
4866 @noindent This means that in the function
4867
4868 @smallexample
4869 foo (a)
4870 int a;
4871 @{
4872 bar (a);
4873 @{
4874 int b = test ();
4875 bar (b);
4876 @}
4877 @}
4878 @end smallexample
4879
4880 @noindent
4881 you can examine and use the variable @code{a} whenever your program is
4882 executing within the function @code{foo}, but you can only use or
4883 examine the variable @code{b} while your program is executing inside
4884 the block where @code{b} is declared.
4885
4886 @cindex variable name conflict
4887 There is an exception: you can refer to a variable or function whose
4888 scope is a single source file even if the current execution point is not
4889 in this file. But it is possible to have more than one such variable or
4890 function with the same name (in different source files). If that
4891 happens, referring to that name has unpredictable effects. If you wish,
4892 you can specify a static variable in a particular function or file,
4893 using the colon-colon notation:
4894
4895 @cindex colon-colon, context for variables/functions
4896 @iftex
4897 @c info cannot cope with a :: index entry, but why deprive hard copy readers?
4898 @cindex @code{::}, context for variables/functions
4899 @end iftex
4900 @smallexample
4901 @var{file}::@var{variable}
4902 @var{function}::@var{variable}
4903 @end smallexample
4904
4905 @noindent
4906 Here @var{file} or @var{function} is the name of the context for the
4907 static @var{variable}. In the case of file names, you can use quotes to
4908 make sure @value{GDBN} parses the file name as a single word---for example,
4909 to print a global value of @code{x} defined in @file{f2.c}:
4910
4911 @smallexample
4912 (@value{GDBP}) p 'f2.c'::x
4913 @end smallexample
4914
4915 @cindex C@t{++} scope resolution
4916 This use of @samp{::} is very rarely in conflict with the very similar
4917 use of the same notation in C@t{++}. @value{GDBN} also supports use of the C@t{++}
4918 scope resolution operator in @value{GDBN} expressions.
4919 @c FIXME: Um, so what happens in one of those rare cases where it's in
4920 @c conflict?? --mew
4921
4922 @cindex wrong values
4923 @cindex variable values, wrong
4924 @quotation
4925 @emph{Warning:} Occasionally, a local variable may appear to have the
4926 wrong value at certain points in a function---just after entry to a new
4927 scope, and just before exit.
4928 @end quotation
4929 You may see this problem when you are stepping by machine instructions.
4930 This is because, on most machines, it takes more than one instruction to
4931 set up a stack frame (including local variable definitions); if you are
4932 stepping by machine instructions, variables may appear to have the wrong
4933 values until the stack frame is completely built. On exit, it usually
4934 also takes more than one machine instruction to destroy a stack frame;
4935 after you begin stepping through that group of instructions, local
4936 variable definitions may be gone.
4937
4938 This may also happen when the compiler does significant optimizations.
4939 To be sure of always seeing accurate values, turn off all optimization
4940 when compiling.
4941
4942 @cindex ``No symbol "foo" in current context''
4943 Another possible effect of compiler optimizations is to optimize
4944 unused variables out of existence, or assign variables to registers (as
4945 opposed to memory addresses). Depending on the support for such cases
4946 offered by the debug info format used by the compiler, @value{GDBN}
4947 might not be able to display values for such local variables. If that
4948 happens, @value{GDBN} will print a message like this:
4949
4950 @smallexample
4951 No symbol "foo" in current context.
4952 @end smallexample
4953
4954 To solve such problems, either recompile without optimizations, or use a
4955 different debug info format, if the compiler supports several such
4956 formats. For example, @value{NGCC}, the @sc{gnu} C/C@t{++} compiler
4957 usually supports the @option{-gstabs+} option. @option{-gstabs+}
4958 produces debug info in a format that is superior to formats such as
4959 COFF. You may be able to use DWARF 2 (@option{-gdwarf-2}), which is also
4960 an effective form for debug info. @xref{Debugging Options,,Options
4961 for Debugging Your Program or @sc{gnu} CC, gcc.info, Using @sc{gnu} CC}.
4962
4963
4964 @node Arrays
4965 @section Artificial arrays
4966
4967 @cindex artificial array
4968 @kindex @@@r{, referencing memory as an array}
4969 It is often useful to print out several successive objects of the
4970 same type in memory; a section of an array, or an array of
4971 dynamically determined size for which only a pointer exists in the
4972 program.
4973
4974 You can do this by referring to a contiguous span of memory as an
4975 @dfn{artificial array}, using the binary operator @samp{@@}. The left
4976 operand of @samp{@@} should be the first element of the desired array
4977 and be an individual object. The right operand should be the desired length
4978 of the array. The result is an array value whose elements are all of
4979 the type of the left argument. The first element is actually the left
4980 argument; the second element comes from bytes of memory immediately
4981 following those that hold the first element, and so on. Here is an
4982 example. If a program says
4983
4984 @smallexample
4985 int *array = (int *) malloc (len * sizeof (int));
4986 @end smallexample
4987
4988 @noindent
4989 you can print the contents of @code{array} with
4990
4991 @smallexample
4992 p *array@@len
4993 @end smallexample
4994
4995 The left operand of @samp{@@} must reside in memory. Array values made
4996 with @samp{@@} in this way behave just like other arrays in terms of
4997 subscripting, and are coerced to pointers when used in expressions.
4998 Artificial arrays most often appear in expressions via the value history
4999 (@pxref{Value History, ,Value history}), after printing one out.
5000
5001 Another way to create an artificial array is to use a cast.
5002 This re-interprets a value as if it were an array.
5003 The value need not be in memory:
5004 @smallexample
5005 (@value{GDBP}) p/x (short[2])0x12345678
5006 $1 = @{0x1234, 0x5678@}
5007 @end smallexample
5008
5009 As a convenience, if you leave the array length out (as in
5010 @samp{(@var{type}[])@var{value}}) @value{GDBN} calculates the size to fill
5011 the value (as @samp{sizeof(@var{value})/sizeof(@var{type})}:
5012 @smallexample
5013 (@value{GDBP}) p/x (short[])0x12345678
5014 $2 = @{0x1234, 0x5678@}
5015 @end smallexample
5016
5017 Sometimes the artificial array mechanism is not quite enough; in
5018 moderately complex data structures, the elements of interest may not
5019 actually be adjacent---for example, if you are interested in the values
5020 of pointers in an array. One useful work-around in this situation is
5021 to use a convenience variable (@pxref{Convenience Vars, ,Convenience
5022 variables}) as a counter in an expression that prints the first
5023 interesting value, and then repeat that expression via @key{RET}. For
5024 instance, suppose you have an array @code{dtab} of pointers to
5025 structures, and you are interested in the values of a field @code{fv}
5026 in each structure. Here is an example of what you might type:
5027
5028 @smallexample
5029 set $i = 0
5030 p dtab[$i++]->fv
5031 @key{RET}
5032 @key{RET}
5033 @dots{}
5034 @end smallexample
5035
5036 @node Output Formats
5037 @section Output formats
5038
5039 @cindex formatted output
5040 @cindex output formats
5041 By default, @value{GDBN} prints a value according to its data type. Sometimes
5042 this is not what you want. For example, you might want to print a number
5043 in hex, or a pointer in decimal. Or you might want to view data in memory
5044 at a certain address as a character string or as an instruction. To do
5045 these things, specify an @dfn{output format} when you print a value.
5046
5047 The simplest use of output formats is to say how to print a value
5048 already computed. This is done by starting the arguments of the
5049 @code{print} command with a slash and a format letter. The format
5050 letters supported are:
5051
5052 @table @code
5053 @item x
5054 Regard the bits of the value as an integer, and print the integer in
5055 hexadecimal.
5056
5057 @item d
5058 Print as integer in signed decimal.
5059
5060 @item u
5061 Print as integer in unsigned decimal.
5062
5063 @item o
5064 Print as integer in octal.
5065
5066 @item t
5067 Print as integer in binary. The letter @samp{t} stands for ``two''.
5068 @footnote{@samp{b} cannot be used because these format letters are also
5069 used with the @code{x} command, where @samp{b} stands for ``byte'';
5070 see @ref{Memory,,Examining memory}.}
5071
5072 @item a
5073 @cindex unknown address, locating
5074 @cindex locate address
5075 Print as an address, both absolute in hexadecimal and as an offset from
5076 the nearest preceding symbol. You can use this format used to discover
5077 where (in what function) an unknown address is located:
5078
5079 @smallexample
5080 (@value{GDBP}) p/a 0x54320
5081 $3 = 0x54320 <_initialize_vx+396>
5082 @end smallexample
5083
5084 @noindent
5085 The command @code{info symbol 0x54320} yields similar results.
5086 @xref{Symbols, info symbol}.
5087
5088 @item c
5089 Regard as an integer and print it as a character constant.
5090
5091 @item f
5092 Regard the bits of the value as a floating point number and print
5093 using typical floating point syntax.
5094 @end table
5095
5096 For example, to print the program counter in hex (@pxref{Registers}), type
5097
5098 @smallexample
5099 p/x $pc
5100 @end smallexample
5101
5102 @noindent
5103 Note that no space is required before the slash; this is because command
5104 names in @value{GDBN} cannot contain a slash.
5105
5106 To reprint the last value in the value history with a different format,
5107 you can use the @code{print} command with just a format and no
5108 expression. For example, @samp{p/x} reprints the last value in hex.
5109
5110 @node Memory
5111 @section Examining memory
5112
5113 You can use the command @code{x} (for ``examine'') to examine memory in
5114 any of several formats, independently of your program's data types.
5115
5116 @cindex examining memory
5117 @table @code
5118 @kindex x @r{(examine memory)}
5119 @item x/@var{nfu} @var{addr}
5120 @itemx x @var{addr}
5121 @itemx x
5122 Use the @code{x} command to examine memory.
5123 @end table
5124
5125 @var{n}, @var{f}, and @var{u} are all optional parameters that specify how
5126 much memory to display and how to format it; @var{addr} is an
5127 expression giving the address where you want to start displaying memory.
5128 If you use defaults for @var{nfu}, you need not type the slash @samp{/}.
5129 Several commands set convenient defaults for @var{addr}.
5130
5131 @table @r
5132 @item @var{n}, the repeat count
5133 The repeat count is a decimal integer; the default is 1. It specifies
5134 how much memory (counting by units @var{u}) to display.
5135 @c This really is **decimal**; unaffected by 'set radix' as of GDB
5136 @c 4.1.2.
5137
5138 @item @var{f}, the display format
5139 The display format is one of the formats used by @code{print},
5140 @samp{s} (null-terminated string), or @samp{i} (machine instruction).
5141 The default is @samp{x} (hexadecimal) initially.
5142 The default changes each time you use either @code{x} or @code{print}.
5143
5144 @item @var{u}, the unit size
5145 The unit size is any of
5146
5147 @table @code
5148 @item b
5149 Bytes.
5150 @item h
5151 Halfwords (two bytes).
5152 @item w
5153 Words (four bytes). This is the initial default.
5154 @item g
5155 Giant words (eight bytes).
5156 @end table
5157
5158 Each time you specify a unit size with @code{x}, that size becomes the
5159 default unit the next time you use @code{x}. (For the @samp{s} and
5160 @samp{i} formats, the unit size is ignored and is normally not written.)
5161
5162 @item @var{addr}, starting display address
5163 @var{addr} is the address where you want @value{GDBN} to begin displaying
5164 memory. The expression need not have a pointer value (though it may);
5165 it is always interpreted as an integer address of a byte of memory.
5166 @xref{Expressions, ,Expressions}, for more information on expressions. The default for
5167 @var{addr} is usually just after the last address examined---but several
5168 other commands also set the default address: @code{info breakpoints} (to
5169 the address of the last breakpoint listed), @code{info line} (to the
5170 starting address of a line), and @code{print} (if you use it to display
5171 a value from memory).
5172 @end table
5173
5174 For example, @samp{x/3uh 0x54320} is a request to display three halfwords
5175 (@code{h}) of memory, formatted as unsigned decimal integers (@samp{u}),
5176 starting at address @code{0x54320}. @samp{x/4xw $sp} prints the four
5177 words (@samp{w}) of memory above the stack pointer (here, @samp{$sp};
5178 @pxref{Registers, ,Registers}) in hexadecimal (@samp{x}).
5179
5180 Since the letters indicating unit sizes are all distinct from the
5181 letters specifying output formats, you do not have to remember whether
5182 unit size or format comes first; either order works. The output
5183 specifications @samp{4xw} and @samp{4wx} mean exactly the same thing.
5184 (However, the count @var{n} must come first; @samp{wx4} does not work.)
5185
5186 Even though the unit size @var{u} is ignored for the formats @samp{s}
5187 and @samp{i}, you might still want to use a count @var{n}; for example,
5188 @samp{3i} specifies that you want to see three machine instructions,
5189 including any operands. The command @code{disassemble} gives an
5190 alternative way of inspecting machine instructions; see @ref{Machine
5191 Code,,Source and machine code}.
5192
5193 All the defaults for the arguments to @code{x} are designed to make it
5194 easy to continue scanning memory with minimal specifications each time
5195 you use @code{x}. For example, after you have inspected three machine
5196 instructions with @samp{x/3i @var{addr}}, you can inspect the next seven
5197 with just @samp{x/7}. If you use @key{RET} to repeat the @code{x} command,
5198 the repeat count @var{n} is used again; the other arguments default as
5199 for successive uses of @code{x}.
5200
5201 @cindex @code{$_}, @code{$__}, and value history
5202 The addresses and contents printed by the @code{x} command are not saved
5203 in the value history because there is often too much of them and they
5204 would get in the way. Instead, @value{GDBN} makes these values available for
5205 subsequent use in expressions as values of the convenience variables
5206 @code{$_} and @code{$__}. After an @code{x} command, the last address
5207 examined is available for use in expressions in the convenience variable
5208 @code{$_}. The contents of that address, as examined, are available in
5209 the convenience variable @code{$__}.
5210
5211 If the @code{x} command has a repeat count, the address and contents saved
5212 are from the last memory unit printed; this is not the same as the last
5213 address printed if several units were printed on the last line of output.
5214
5215 @node Auto Display
5216 @section Automatic display
5217 @cindex automatic display
5218 @cindex display of expressions
5219
5220 If you find that you want to print the value of an expression frequently
5221 (to see how it changes), you might want to add it to the @dfn{automatic
5222 display list} so that @value{GDBN} prints its value each time your program stops.
5223 Each expression added to the list is given a number to identify it;
5224 to remove an expression from the list, you specify that number.
5225 The automatic display looks like this:
5226
5227 @smallexample
5228 2: foo = 38
5229 3: bar[5] = (struct hack *) 0x3804
5230 @end smallexample
5231
5232 @noindent
5233 This display shows item numbers, expressions and their current values. As with
5234 displays you request manually using @code{x} or @code{print}, you can
5235 specify the output format you prefer; in fact, @code{display} decides
5236 whether to use @code{print} or @code{x} depending on how elaborate your
5237 format specification is---it uses @code{x} if you specify a unit size,
5238 or one of the two formats (@samp{i} and @samp{s}) that are only
5239 supported by @code{x}; otherwise it uses @code{print}.
5240
5241 @table @code
5242 @kindex display
5243 @item display @var{expr}
5244 Add the expression @var{expr} to the list of expressions to display
5245 each time your program stops. @xref{Expressions, ,Expressions}.
5246
5247 @code{display} does not repeat if you press @key{RET} again after using it.
5248
5249 @item display/@var{fmt} @var{expr}
5250 For @var{fmt} specifying only a display format and not a size or
5251 count, add the expression @var{expr} to the auto-display list but
5252 arrange to display it each time in the specified format @var{fmt}.
5253 @xref{Output Formats,,Output formats}.
5254
5255 @item display/@var{fmt} @var{addr}
5256 For @var{fmt} @samp{i} or @samp{s}, or including a unit-size or a
5257 number of units, add the expression @var{addr} as a memory address to
5258 be examined each time your program stops. Examining means in effect
5259 doing @samp{x/@var{fmt} @var{addr}}. @xref{Memory, ,Examining memory}.
5260 @end table
5261
5262 For example, @samp{display/i $pc} can be helpful, to see the machine
5263 instruction about to be executed each time execution stops (@samp{$pc}
5264 is a common name for the program counter; @pxref{Registers, ,Registers}).
5265
5266 @table @code
5267 @kindex delete display
5268 @kindex undisplay
5269 @item undisplay @var{dnums}@dots{}
5270 @itemx delete display @var{dnums}@dots{}
5271 Remove item numbers @var{dnums} from the list of expressions to display.
5272
5273 @code{undisplay} does not repeat if you press @key{RET} after using it.
5274 (Otherwise you would just get the error @samp{No display number @dots{}}.)
5275
5276 @kindex disable display
5277 @item disable display @var{dnums}@dots{}
5278 Disable the display of item numbers @var{dnums}. A disabled display
5279 item is not printed automatically, but is not forgotten. It may be
5280 enabled again later.
5281
5282 @kindex enable display
5283 @item enable display @var{dnums}@dots{}
5284 Enable display of item numbers @var{dnums}. It becomes effective once
5285 again in auto display of its expression, until you specify otherwise.
5286
5287 @item display
5288 Display the current values of the expressions on the list, just as is
5289 done when your program stops.
5290
5291 @kindex info display
5292 @item info display
5293 Print the list of expressions previously set up to display
5294 automatically, each one with its item number, but without showing the
5295 values. This includes disabled expressions, which are marked as such.
5296 It also includes expressions which would not be displayed right now
5297 because they refer to automatic variables not currently available.
5298 @end table
5299
5300 If a display expression refers to local variables, then it does not make
5301 sense outside the lexical context for which it was set up. Such an
5302 expression is disabled when execution enters a context where one of its
5303 variables is not defined. For example, if you give the command
5304 @code{display last_char} while inside a function with an argument
5305 @code{last_char}, @value{GDBN} displays this argument while your program
5306 continues to stop inside that function. When it stops elsewhere---where
5307 there is no variable @code{last_char}---the display is disabled
5308 automatically. The next time your program stops where @code{last_char}
5309 is meaningful, you can enable the display expression once again.
5310
5311 @node Print Settings
5312 @section Print settings
5313
5314 @cindex format options
5315 @cindex print settings
5316 @value{GDBN} provides the following ways to control how arrays, structures,
5317 and symbols are printed.
5318
5319 @noindent
5320 These settings are useful for debugging programs in any language:
5321
5322 @table @code
5323 @kindex set print address
5324 @item set print address
5325 @itemx set print address on
5326 @value{GDBN} prints memory addresses showing the location of stack
5327 traces, structure values, pointer values, breakpoints, and so forth,
5328 even when it also displays the contents of those addresses. The default
5329 is @code{on}. For example, this is what a stack frame display looks like with
5330 @code{set print address on}:
5331
5332 @smallexample
5333 @group
5334 (@value{GDBP}) f
5335 #0 set_quotes (lq=0x34c78 "<<", rq=0x34c88 ">>")
5336 at input.c:530
5337 530 if (lquote != def_lquote)
5338 @end group
5339 @end smallexample
5340
5341 @item set print address off
5342 Do not print addresses when displaying their contents. For example,
5343 this is the same stack frame displayed with @code{set print address off}:
5344
5345 @smallexample
5346 @group
5347 (@value{GDBP}) set print addr off
5348 (@value{GDBP}) f
5349 #0 set_quotes (lq="<<", rq=">>") at input.c:530
5350 530 if (lquote != def_lquote)
5351 @end group
5352 @end smallexample
5353
5354 You can use @samp{set print address off} to eliminate all machine
5355 dependent displays from the @value{GDBN} interface. For example, with
5356 @code{print address off}, you should get the same text for backtraces on
5357 all machines---whether or not they involve pointer arguments.
5358
5359 @kindex show print address
5360 @item show print address
5361 Show whether or not addresses are to be printed.
5362 @end table
5363
5364 When @value{GDBN} prints a symbolic address, it normally prints the
5365 closest earlier symbol plus an offset. If that symbol does not uniquely
5366 identify the address (for example, it is a name whose scope is a single
5367 source file), you may need to clarify. One way to do this is with
5368 @code{info line}, for example @samp{info line *0x4537}. Alternately,
5369 you can set @value{GDBN} to print the source file and line number when
5370 it prints a symbolic address:
5371
5372 @table @code
5373 @kindex set print symbol-filename
5374 @item set print symbol-filename on
5375 Tell @value{GDBN} to print the source file name and line number of a
5376 symbol in the symbolic form of an address.
5377
5378 @item set print symbol-filename off
5379 Do not print source file name and line number of a symbol. This is the
5380 default.
5381
5382 @kindex show print symbol-filename
5383 @item show print symbol-filename
5384 Show whether or not @value{GDBN} will print the source file name and
5385 line number of a symbol in the symbolic form of an address.
5386 @end table
5387
5388 Another situation where it is helpful to show symbol filenames and line
5389 numbers is when disassembling code; @value{GDBN} shows you the line
5390 number and source file that corresponds to each instruction.
5391
5392 Also, you may wish to see the symbolic form only if the address being
5393 printed is reasonably close to the closest earlier symbol:
5394
5395 @table @code
5396 @kindex set print max-symbolic-offset
5397 @item set print max-symbolic-offset @var{max-offset}
5398 Tell @value{GDBN} to only display the symbolic form of an address if the
5399 offset between the closest earlier symbol and the address is less than
5400 @var{max-offset}. The default is 0, which tells @value{GDBN}
5401 to always print the symbolic form of an address if any symbol precedes it.
5402
5403 @kindex show print max-symbolic-offset
5404 @item show print max-symbolic-offset
5405 Ask how large the maximum offset is that @value{GDBN} prints in a
5406 symbolic address.
5407 @end table
5408
5409 @cindex wild pointer, interpreting
5410 @cindex pointer, finding referent
5411 If you have a pointer and you are not sure where it points, try
5412 @samp{set print symbol-filename on}. Then you can determine the name
5413 and source file location of the variable where it points, using
5414 @samp{p/a @var{pointer}}. This interprets the address in symbolic form.
5415 For example, here @value{GDBN} shows that a variable @code{ptt} points
5416 at another variable @code{t}, defined in @file{hi2.c}:
5417
5418 @smallexample
5419 (@value{GDBP}) set print symbol-filename on
5420 (@value{GDBP}) p/a ptt
5421 $4 = 0xe008 <t in hi2.c>
5422 @end smallexample
5423
5424 @quotation
5425 @emph{Warning:} For pointers that point to a local variable, @samp{p/a}
5426 does not show the symbol name and filename of the referent, even with
5427 the appropriate @code{set print} options turned on.
5428 @end quotation
5429
5430 Other settings control how different kinds of objects are printed:
5431
5432 @table @code
5433 @kindex set print array
5434 @item set print array
5435 @itemx set print array on
5436 Pretty print arrays. This format is more convenient to read,
5437 but uses more space. The default is off.
5438
5439 @item set print array off
5440 Return to compressed format for arrays.
5441
5442 @kindex show print array
5443 @item show print array
5444 Show whether compressed or pretty format is selected for displaying
5445 arrays.
5446
5447 @kindex set print elements
5448 @item set print elements @var{number-of-elements}
5449 Set a limit on how many elements of an array @value{GDBN} will print.
5450 If @value{GDBN} is printing a large array, it stops printing after it has
5451 printed the number of elements set by the @code{set print elements} command.
5452 This limit also applies to the display of strings.
5453 When @value{GDBN} starts, this limit is set to 200.
5454 Setting @var{number-of-elements} to zero means that the printing is unlimited.
5455
5456 @kindex show print elements
5457 @item show print elements
5458 Display the number of elements of a large array that @value{GDBN} will print.
5459 If the number is 0, then the printing is unlimited.
5460
5461 @kindex set print null-stop
5462 @item set print null-stop
5463 Cause @value{GDBN} to stop printing the characters of an array when the first
5464 @sc{null} is encountered. This is useful when large arrays actually
5465 contain only short strings.
5466 The default is off.
5467
5468 @kindex set print pretty
5469 @item set print pretty on
5470 Cause @value{GDBN} to print structures in an indented format with one member
5471 per line, like this:
5472
5473 @smallexample
5474 @group
5475 $1 = @{
5476 next = 0x0,
5477 flags = @{
5478 sweet = 1,
5479 sour = 1
5480 @},
5481 meat = 0x54 "Pork"
5482 @}
5483 @end group
5484 @end smallexample
5485
5486 @item set print pretty off
5487 Cause @value{GDBN} to print structures in a compact format, like this:
5488
5489 @smallexample
5490 @group
5491 $1 = @{next = 0x0, flags = @{sweet = 1, sour = 1@}, \
5492 meat = 0x54 "Pork"@}
5493 @end group
5494 @end smallexample
5495
5496 @noindent
5497 This is the default format.
5498
5499 @kindex show print pretty
5500 @item show print pretty
5501 Show which format @value{GDBN} is using to print structures.
5502
5503 @kindex set print sevenbit-strings
5504 @item set print sevenbit-strings on
5505 Print using only seven-bit characters; if this option is set,
5506 @value{GDBN} displays any eight-bit characters (in strings or
5507 character values) using the notation @code{\}@var{nnn}. This setting is
5508 best if you are working in English (@sc{ascii}) and you use the
5509 high-order bit of characters as a marker or ``meta'' bit.
5510
5511 @item set print sevenbit-strings off
5512 Print full eight-bit characters. This allows the use of more
5513 international character sets, and is the default.
5514
5515 @kindex show print sevenbit-strings
5516 @item show print sevenbit-strings
5517 Show whether or not @value{GDBN} is printing only seven-bit characters.
5518
5519 @kindex set print union
5520 @item set print union on
5521 Tell @value{GDBN} to print unions which are contained in structures. This
5522 is the default setting.
5523
5524 @item set print union off
5525 Tell @value{GDBN} not to print unions which are contained in structures.
5526
5527 @kindex show print union
5528 @item show print union
5529 Ask @value{GDBN} whether or not it will print unions which are contained in
5530 structures.
5531
5532 For example, given the declarations
5533
5534 @smallexample
5535 typedef enum @{Tree, Bug@} Species;
5536 typedef enum @{Big_tree, Acorn, Seedling@} Tree_forms;
5537 typedef enum @{Caterpillar, Cocoon, Butterfly@}
5538 Bug_forms;
5539
5540 struct thing @{
5541 Species it;
5542 union @{
5543 Tree_forms tree;
5544 Bug_forms bug;
5545 @} form;
5546 @};
5547
5548 struct thing foo = @{Tree, @{Acorn@}@};
5549 @end smallexample
5550
5551 @noindent
5552 with @code{set print union on} in effect @samp{p foo} would print
5553
5554 @smallexample
5555 $1 = @{it = Tree, form = @{tree = Acorn, bug = Cocoon@}@}
5556 @end smallexample
5557
5558 @noindent
5559 and with @code{set print union off} in effect it would print
5560
5561 @smallexample
5562 $1 = @{it = Tree, form = @{...@}@}
5563 @end smallexample
5564 @end table
5565
5566 @need 1000
5567 @noindent
5568 These settings are of interest when debugging C@t{++} programs:
5569
5570 @table @code
5571 @cindex demangling
5572 @kindex set print demangle
5573 @item set print demangle
5574 @itemx set print demangle on
5575 Print C@t{++} names in their source form rather than in the encoded
5576 (``mangled'') form passed to the assembler and linker for type-safe
5577 linkage. The default is on.
5578
5579 @kindex show print demangle
5580 @item show print demangle
5581 Show whether C@t{++} names are printed in mangled or demangled form.
5582
5583 @kindex set print asm-demangle
5584 @item set print asm-demangle
5585 @itemx set print asm-demangle on
5586 Print C@t{++} names in their source form rather than their mangled form, even
5587 in assembler code printouts such as instruction disassemblies.
5588 The default is off.
5589
5590 @kindex show print asm-demangle
5591 @item show print asm-demangle
5592 Show whether C@t{++} names in assembly listings are printed in mangled
5593 or demangled form.
5594
5595 @kindex set demangle-style
5596 @cindex C@t{++} symbol decoding style
5597 @cindex symbol decoding style, C@t{++}
5598 @item set demangle-style @var{style}
5599 Choose among several encoding schemes used by different compilers to
5600 represent C@t{++} names. The choices for @var{style} are currently:
5601
5602 @table @code
5603 @item auto
5604 Allow @value{GDBN} to choose a decoding style by inspecting your program.
5605
5606 @item gnu
5607 Decode based on the @sc{gnu} C@t{++} compiler (@code{g++}) encoding algorithm.
5608 This is the default.
5609
5610 @item hp
5611 Decode based on the HP ANSI C@t{++} (@code{aCC}) encoding algorithm.
5612
5613 @item lucid
5614 Decode based on the Lucid C@t{++} compiler (@code{lcc}) encoding algorithm.
5615
5616 @item arm
5617 Decode using the algorithm in the @cite{C@t{++} Annotated Reference Manual}.
5618 @strong{Warning:} this setting alone is not sufficient to allow
5619 debugging @code{cfront}-generated executables. @value{GDBN} would
5620 require further enhancement to permit that.
5621
5622 @end table
5623 If you omit @var{style}, you will see a list of possible formats.
5624
5625 @kindex show demangle-style
5626 @item show demangle-style
5627 Display the encoding style currently in use for decoding C@t{++} symbols.
5628
5629 @kindex set print object
5630 @item set print object
5631 @itemx set print object on
5632 When displaying a pointer to an object, identify the @emph{actual}
5633 (derived) type of the object rather than the @emph{declared} type, using
5634 the virtual function table.
5635
5636 @item set print object off
5637 Display only the declared type of objects, without reference to the
5638 virtual function table. This is the default setting.
5639
5640 @kindex show print object
5641 @item show print object
5642 Show whether actual, or declared, object types are displayed.
5643
5644 @kindex set print static-members
5645 @item set print static-members
5646 @itemx set print static-members on
5647 Print static members when displaying a C@t{++} object. The default is on.
5648
5649 @item set print static-members off
5650 Do not print static members when displaying a C@t{++} object.
5651
5652 @kindex show print static-members
5653 @item show print static-members
5654 Show whether C@t{++} static members are printed, or not.
5655
5656 @c These don't work with HP ANSI C++ yet.
5657 @kindex set print vtbl
5658 @item set print vtbl
5659 @itemx set print vtbl on
5660 Pretty print C@t{++} virtual function tables. The default is off.
5661 (The @code{vtbl} commands do not work on programs compiled with the HP
5662 ANSI C@t{++} compiler (@code{aCC}).)
5663
5664 @item set print vtbl off
5665 Do not pretty print C@t{++} virtual function tables.
5666
5667 @kindex show print vtbl
5668 @item show print vtbl
5669 Show whether C@t{++} virtual function tables are pretty printed, or not.
5670 @end table
5671
5672 @node Value History
5673 @section Value history
5674
5675 @cindex value history
5676 Values printed by the @code{print} command are saved in the @value{GDBN}
5677 @dfn{value history}. This allows you to refer to them in other expressions.
5678 Values are kept until the symbol table is re-read or discarded
5679 (for example with the @code{file} or @code{symbol-file} commands).
5680 When the symbol table changes, the value history is discarded,
5681 since the values may contain pointers back to the types defined in the
5682 symbol table.
5683
5684 @cindex @code{$}
5685 @cindex @code{$$}
5686 @cindex history number
5687 The values printed are given @dfn{history numbers} by which you can
5688 refer to them. These are successive integers starting with one.
5689 @code{print} shows you the history number assigned to a value by
5690 printing @samp{$@var{num} = } before the value; here @var{num} is the
5691 history number.
5692
5693 To refer to any previous value, use @samp{$} followed by the value's
5694 history number. The way @code{print} labels its output is designed to
5695 remind you of this. Just @code{$} refers to the most recent value in
5696 the history, and @code{$$} refers to the value before that.
5697 @code{$$@var{n}} refers to the @var{n}th value from the end; @code{$$2}
5698 is the value just prior to @code{$$}, @code{$$1} is equivalent to
5699 @code{$$}, and @code{$$0} is equivalent to @code{$}.
5700
5701 For example, suppose you have just printed a pointer to a structure and
5702 want to see the contents of the structure. It suffices to type
5703
5704 @smallexample
5705 p *$
5706 @end smallexample
5707
5708 If you have a chain of structures where the component @code{next} points
5709 to the next one, you can print the contents of the next one with this:
5710
5711 @smallexample
5712 p *$.next
5713 @end smallexample
5714
5715 @noindent
5716 You can print successive links in the chain by repeating this
5717 command---which you can do by just typing @key{RET}.
5718
5719 Note that the history records values, not expressions. If the value of
5720 @code{x} is 4 and you type these commands:
5721
5722 @smallexample
5723 print x
5724 set x=5
5725 @end smallexample
5726
5727 @noindent
5728 then the value recorded in the value history by the @code{print} command
5729 remains 4 even though the value of @code{x} has changed.
5730
5731 @table @code
5732 @kindex show values
5733 @item show values
5734 Print the last ten values in the value history, with their item numbers.
5735 This is like @samp{p@ $$9} repeated ten times, except that @code{show
5736 values} does not change the history.
5737
5738 @item show values @var{n}
5739 Print ten history values centered on history item number @var{n}.
5740
5741 @item show values +
5742 Print ten history values just after the values last printed. If no more
5743 values are available, @code{show values +} produces no display.
5744 @end table
5745
5746 Pressing @key{RET} to repeat @code{show values @var{n}} has exactly the
5747 same effect as @samp{show values +}.
5748
5749 @node Convenience Vars
5750 @section Convenience variables
5751
5752 @cindex convenience variables
5753 @value{GDBN} provides @dfn{convenience variables} that you can use within
5754 @value{GDBN} to hold on to a value and refer to it later. These variables
5755 exist entirely within @value{GDBN}; they are not part of your program, and
5756 setting a convenience variable has no direct effect on further execution
5757 of your program. That is why you can use them freely.
5758
5759 Convenience variables are prefixed with @samp{$}. Any name preceded by
5760 @samp{$} can be used for a convenience variable, unless it is one of
5761 the predefined machine-specific register names (@pxref{Registers, ,Registers}).
5762 (Value history references, in contrast, are @emph{numbers} preceded
5763 by @samp{$}. @xref{Value History, ,Value history}.)
5764
5765 You can save a value in a convenience variable with an assignment
5766 expression, just as you would set a variable in your program.
5767 For example:
5768
5769 @smallexample
5770 set $foo = *object_ptr
5771 @end smallexample
5772
5773 @noindent
5774 would save in @code{$foo} the value contained in the object pointed to by
5775 @code{object_ptr}.
5776
5777 Using a convenience variable for the first time creates it, but its
5778 value is @code{void} until you assign a new value. You can alter the
5779 value with another assignment at any time.
5780
5781 Convenience variables have no fixed types. You can assign a convenience
5782 variable any type of value, including structures and arrays, even if
5783 that variable already has a value of a different type. The convenience
5784 variable, when used as an expression, has the type of its current value.
5785
5786 @table @code
5787 @kindex show convenience
5788 @item show convenience
5789 Print a list of convenience variables used so far, and their values.
5790 Abbreviated @code{show conv}.
5791 @end table
5792
5793 One of the ways to use a convenience variable is as a counter to be
5794 incremented or a pointer to be advanced. For example, to print
5795 a field from successive elements of an array of structures:
5796
5797 @smallexample
5798 set $i = 0
5799 print bar[$i++]->contents
5800 @end smallexample
5801
5802 @noindent
5803 Repeat that command by typing @key{RET}.
5804
5805 Some convenience variables are created automatically by @value{GDBN} and given
5806 values likely to be useful.
5807
5808 @table @code
5809 @vindex $_@r{, convenience variable}
5810 @item $_
5811 The variable @code{$_} is automatically set by the @code{x} command to
5812 the last address examined (@pxref{Memory, ,Examining memory}). Other
5813 commands which provide a default address for @code{x} to examine also
5814 set @code{$_} to that address; these commands include @code{info line}
5815 and @code{info breakpoint}. The type of @code{$_} is @code{void *}
5816 except when set by the @code{x} command, in which case it is a pointer
5817 to the type of @code{$__}.
5818
5819 @vindex $__@r{, convenience variable}
5820 @item $__
5821 The variable @code{$__} is automatically set by the @code{x} command
5822 to the value found in the last address examined. Its type is chosen
5823 to match the format in which the data was printed.
5824
5825 @item $_exitcode
5826 @vindex $_exitcode@r{, convenience variable}
5827 The variable @code{$_exitcode} is automatically set to the exit code when
5828 the program being debugged terminates.
5829 @end table
5830
5831 On HP-UX systems, if you refer to a function or variable name that
5832 begins with a dollar sign, @value{GDBN} searches for a user or system
5833 name first, before it searches for a convenience variable.
5834
5835 @node Registers
5836 @section Registers
5837
5838 @cindex registers
5839 You can refer to machine register contents, in expressions, as variables
5840 with names starting with @samp{$}. The names of registers are different
5841 for each machine; use @code{info registers} to see the names used on
5842 your machine.
5843
5844 @table @code
5845 @kindex info registers
5846 @item info registers
5847 Print the names and values of all registers except floating-point
5848 and vector registers (in the selected stack frame).
5849
5850 @kindex info all-registers
5851 @cindex floating point registers
5852 @item info all-registers
5853 Print the names and values of all registers, including floating-point
5854 and vector registers (in the selected stack frame).
5855
5856 @item info registers @var{regname} @dots{}
5857 Print the @dfn{relativized} value of each specified register @var{regname}.
5858 As discussed in detail below, register values are normally relative to
5859 the selected stack frame. @var{regname} may be any register name valid on
5860 the machine you are using, with or without the initial @samp{$}.
5861 @end table
5862
5863 @value{GDBN} has four ``standard'' register names that are available (in
5864 expressions) on most machines---whenever they do not conflict with an
5865 architecture's canonical mnemonics for registers. The register names
5866 @code{$pc} and @code{$sp} are used for the program counter register and
5867 the stack pointer. @code{$fp} is used for a register that contains a
5868 pointer to the current stack frame, and @code{$ps} is used for a
5869 register that contains the processor status. For example,
5870 you could print the program counter in hex with
5871
5872 @smallexample
5873 p/x $pc
5874 @end smallexample
5875
5876 @noindent
5877 or print the instruction to be executed next with
5878
5879 @smallexample
5880 x/i $pc
5881 @end smallexample
5882
5883 @noindent
5884 or add four to the stack pointer@footnote{This is a way of removing
5885 one word from the stack, on machines where stacks grow downward in
5886 memory (most machines, nowadays). This assumes that the innermost
5887 stack frame is selected; setting @code{$sp} is not allowed when other
5888 stack frames are selected. To pop entire frames off the stack,
5889 regardless of machine architecture, use @code{return};
5890 see @ref{Returning, ,Returning from a function}.} with
5891
5892 @smallexample
5893 set $sp += 4
5894 @end smallexample
5895
5896 Whenever possible, these four standard register names are available on
5897 your machine even though the machine has different canonical mnemonics,
5898 so long as there is no conflict. The @code{info registers} command
5899 shows the canonical names. For example, on the SPARC, @code{info
5900 registers} displays the processor status register as @code{$psr} but you
5901 can also refer to it as @code{$ps}; and on x86-based machines @code{$ps}
5902 is an alias for the @sc{eflags} register.
5903
5904 @value{GDBN} always considers the contents of an ordinary register as an
5905 integer when the register is examined in this way. Some machines have
5906 special registers which can hold nothing but floating point; these
5907 registers are considered to have floating point values. There is no way
5908 to refer to the contents of an ordinary register as floating point value
5909 (although you can @emph{print} it as a floating point value with
5910 @samp{print/f $@var{regname}}).
5911
5912 Some registers have distinct ``raw'' and ``virtual'' data formats. This
5913 means that the data format in which the register contents are saved by
5914 the operating system is not the same one that your program normally
5915 sees. For example, the registers of the 68881 floating point
5916 coprocessor are always saved in ``extended'' (raw) format, but all C
5917 programs expect to work with ``double'' (virtual) format. In such
5918 cases, @value{GDBN} normally works with the virtual format only (the format
5919 that makes sense for your program), but the @code{info registers} command
5920 prints the data in both formats.
5921
5922 Normally, register values are relative to the selected stack frame
5923 (@pxref{Selection, ,Selecting a frame}). This means that you get the
5924 value that the register would contain if all stack frames farther in
5925 were exited and their saved registers restored. In order to see the
5926 true contents of hardware registers, you must select the innermost
5927 frame (with @samp{frame 0}).
5928
5929 However, @value{GDBN} must deduce where registers are saved, from the machine
5930 code generated by your compiler. If some registers are not saved, or if
5931 @value{GDBN} is unable to locate the saved registers, the selected stack
5932 frame makes no difference.
5933
5934 @node Floating Point Hardware
5935 @section Floating point hardware
5936 @cindex floating point
5937
5938 Depending on the configuration, @value{GDBN} may be able to give
5939 you more information about the status of the floating point hardware.
5940
5941 @table @code
5942 @kindex info float
5943 @item info float
5944 Display hardware-dependent information about the floating
5945 point unit. The exact contents and layout vary depending on the
5946 floating point chip. Currently, @samp{info float} is supported on
5947 the ARM and x86 machines.
5948 @end table
5949
5950 @node Vector Unit
5951 @section Vector Unit
5952 @cindex vector unit
5953
5954 Depending on the configuration, @value{GDBN} may be able to give you
5955 more information about the status of the vector unit.
5956
5957 @table @code
5958 @kindex info vector
5959 @item info vector
5960 Display information about the vector unit. The exact contents and
5961 layout vary depending on the hardware.
5962 @end table
5963
5964 @node Auxiliary Vector
5965 @section Operating system auxiliary vector
5966 @cindex auxiliary vector
5967 @cindex vector, auxiliary
5968
5969 Some operating systems supply an @dfn{auxiliary vector} to programs at
5970 startup. This is akin to the arguments and environment that you
5971 specify for a program, but contains a system-dependent variety of
5972 binary values that tell system libraries important details about the
5973 hardware, operating system, and process. Each value's purpose is
5974 identified by an integer tag; the meanings are well-known but system-specific.
5975 Depending on the configuration and operating system facilities,
5976 @value{GDBN} may be able to show you this information.
5977
5978 @table @code
5979 @kindex info auxv
5980 @item info auxv
5981 Display the auxiliary vector of the inferior, which can be either a
5982 live process or a core dump file. @value{GDBN} prints each tag value
5983 numerically, and also shows names and text descriptions for recognized
5984 tags. Some values in the vector are numbers, some bit masks, and some
5985 pointers to strings or other data. @value{GDBN} displays each value in the
5986 most appropriate form for a recognized tag, and in hexadecimal for
5987 an unrecognized tag.
5988 @end table
5989
5990 @node Memory Region Attributes
5991 @section Memory region attributes
5992 @cindex memory region attributes
5993
5994 @dfn{Memory region attributes} allow you to describe special handling
5995 required by regions of your target's memory. @value{GDBN} uses attributes
5996 to determine whether to allow certain types of memory accesses; whether to
5997 use specific width accesses; and whether to cache target memory.
5998
5999 Defined memory regions can be individually enabled and disabled. When a
6000 memory region is disabled, @value{GDBN} uses the default attributes when
6001 accessing memory in that region. Similarly, if no memory regions have
6002 been defined, @value{GDBN} uses the default attributes when accessing
6003 all memory.
6004
6005 When a memory region is defined, it is given a number to identify it;
6006 to enable, disable, or remove a memory region, you specify that number.
6007
6008 @table @code
6009 @kindex mem
6010 @item mem @var{lower} @var{upper} @var{attributes}@dots{}
6011 Define memory region bounded by @var{lower} and @var{upper} with
6012 attributes @var{attributes}@dots{}. Note that @var{upper} == 0 is a
6013 special case: it is treated as the the target's maximum memory address.
6014 (0xffff on 16 bit targets, 0xffffffff on 32 bit targets, etc.)
6015
6016 @kindex delete mem
6017 @item delete mem @var{nums}@dots{}
6018 Remove memory regions @var{nums}@dots{}.
6019
6020 @kindex disable mem
6021 @item disable mem @var{nums}@dots{}
6022 Disable memory regions @var{nums}@dots{}.
6023 A disabled memory region is not forgotten.
6024 It may be enabled again later.
6025
6026 @kindex enable mem
6027 @item enable mem @var{nums}@dots{}
6028 Enable memory regions @var{nums}@dots{}.
6029
6030 @kindex info mem
6031 @item info mem
6032 Print a table of all defined memory regions, with the following columns
6033 for each region.
6034
6035 @table @emph
6036 @item Memory Region Number
6037 @item Enabled or Disabled.
6038 Enabled memory regions are marked with @samp{y}.
6039 Disabled memory regions are marked with @samp{n}.
6040
6041 @item Lo Address
6042 The address defining the inclusive lower bound of the memory region.
6043
6044 @item Hi Address
6045 The address defining the exclusive upper bound of the memory region.
6046
6047 @item Attributes
6048 The list of attributes set for this memory region.
6049 @end table
6050 @end table
6051
6052
6053 @subsection Attributes
6054
6055 @subsubsection Memory Access Mode
6056 The access mode attributes set whether @value{GDBN} may make read or
6057 write accesses to a memory region.
6058
6059 While these attributes prevent @value{GDBN} from performing invalid
6060 memory accesses, they do nothing to prevent the target system, I/O DMA,
6061 etc. from accessing memory.
6062
6063 @table @code
6064 @item ro
6065 Memory is read only.
6066 @item wo
6067 Memory is write only.
6068 @item rw
6069 Memory is read/write. This is the default.
6070 @end table
6071
6072 @subsubsection Memory Access Size
6073 The acccess size attributes tells @value{GDBN} to use specific sized
6074 accesses in the memory region. Often memory mapped device registers
6075 require specific sized accesses. If no access size attribute is
6076 specified, @value{GDBN} may use accesses of any size.
6077
6078 @table @code
6079 @item 8
6080 Use 8 bit memory accesses.
6081 @item 16
6082 Use 16 bit memory accesses.
6083 @item 32
6084 Use 32 bit memory accesses.
6085 @item 64
6086 Use 64 bit memory accesses.
6087 @end table
6088
6089 @c @subsubsection Hardware/Software Breakpoints
6090 @c The hardware/software breakpoint attributes set whether @value{GDBN}
6091 @c will use hardware or software breakpoints for the internal breakpoints
6092 @c used by the step, next, finish, until, etc. commands.
6093 @c
6094 @c @table @code
6095 @c @item hwbreak
6096 @c Always use hardware breakpoints
6097 @c @item swbreak (default)
6098 @c @end table
6099
6100 @subsubsection Data Cache
6101 The data cache attributes set whether @value{GDBN} will cache target
6102 memory. While this generally improves performance by reducing debug
6103 protocol overhead, it can lead to incorrect results because @value{GDBN}
6104 does not know about volatile variables or memory mapped device
6105 registers.
6106
6107 @table @code
6108 @item cache
6109 Enable @value{GDBN} to cache target memory.
6110 @item nocache
6111 Disable @value{GDBN} from caching target memory. This is the default.
6112 @end table
6113
6114 @c @subsubsection Memory Write Verification
6115 @c The memory write verification attributes set whether @value{GDBN}
6116 @c will re-reads data after each write to verify the write was successful.
6117 @c
6118 @c @table @code
6119 @c @item verify
6120 @c @item noverify (default)
6121 @c @end table
6122
6123 @node Dump/Restore Files
6124 @section Copy between memory and a file
6125 @cindex dump/restore files
6126 @cindex append data to a file
6127 @cindex dump data to a file
6128 @cindex restore data from a file
6129
6130 You can use the commands @code{dump}, @code{append}, and
6131 @code{restore} to copy data between target memory and a file. The
6132 @code{dump} and @code{append} commands write data to a file, and the
6133 @code{restore} command reads data from a file back into the inferior's
6134 memory. Files may be in binary, Motorola S-record, Intel hex, or
6135 Tektronix Hex format; however, @value{GDBN} can only append to binary
6136 files.
6137
6138 @table @code
6139
6140 @kindex dump
6141 @item dump @r{[}@var{format}@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
6142 @itemx dump @r{[}@var{format}@r{]} value @var{filename} @var{expr}
6143 Dump the contents of memory from @var{start_addr} to @var{end_addr},
6144 or the value of @var{expr}, to @var{filename} in the given format.
6145
6146 The @var{format} parameter may be any one of:
6147 @table @code
6148 @item binary
6149 Raw binary form.
6150 @item ihex
6151 Intel hex format.
6152 @item srec
6153 Motorola S-record format.
6154 @item tekhex
6155 Tektronix Hex format.
6156 @end table
6157
6158 @value{GDBN} uses the same definitions of these formats as the
6159 @sc{gnu} binary utilities, like @samp{objdump} and @samp{objcopy}. If
6160 @var{format} is omitted, @value{GDBN} dumps the data in raw binary
6161 form.
6162
6163 @kindex append
6164 @item append @r{[}binary@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
6165 @itemx append @r{[}binary@r{]} value @var{filename} @var{expr}
6166 Append the contents of memory from @var{start_addr} to @var{end_addr},
6167 or the value of @var{expr}, to @var{filename}, in raw binary form.
6168 (@value{GDBN} can only append data to files in raw binary form.)
6169
6170 @kindex restore
6171 @item restore @var{filename} @r{[}binary@r{]} @var{bias} @var{start} @var{end}
6172 Restore the contents of file @var{filename} into memory. The
6173 @code{restore} command can automatically recognize any known @sc{bfd}
6174 file format, except for raw binary. To restore a raw binary file you
6175 must specify the optional keyword @code{binary} after the filename.
6176
6177 If @var{bias} is non-zero, its value will be added to the addresses
6178 contained in the file. Binary files always start at address zero, so
6179 they will be restored at address @var{bias}. Other bfd files have
6180 a built-in location; they will be restored at offset @var{bias}
6181 from that location.
6182
6183 If @var{start} and/or @var{end} are non-zero, then only data between
6184 file offset @var{start} and file offset @var{end} will be restored.
6185 These offsets are relative to the addresses in the file, before
6186 the @var{bias} argument is applied.
6187
6188 @end table
6189
6190 @node Character Sets
6191 @section Character Sets
6192 @cindex character sets
6193 @cindex charset
6194 @cindex translating between character sets
6195 @cindex host character set
6196 @cindex target character set
6197
6198 If the program you are debugging uses a different character set to
6199 represent characters and strings than the one @value{GDBN} uses itself,
6200 @value{GDBN} can automatically translate between the character sets for
6201 you. The character set @value{GDBN} uses we call the @dfn{host
6202 character set}; the one the inferior program uses we call the
6203 @dfn{target character set}.
6204
6205 For example, if you are running @value{GDBN} on a @sc{gnu}/Linux system, which
6206 uses the ISO Latin 1 character set, but you are using @value{GDBN}'s
6207 remote protocol (@pxref{Remote,Remote Debugging}) to debug a program
6208 running on an IBM mainframe, which uses the @sc{ebcdic} character set,
6209 then the host character set is Latin-1, and the target character set is
6210 @sc{ebcdic}. If you give @value{GDBN} the command @code{set
6211 target-charset EBCDIC-US}, then @value{GDBN} translates between
6212 @sc{ebcdic} and Latin 1 as you print character or string values, or use
6213 character and string literals in expressions.
6214
6215 @value{GDBN} has no way to automatically recognize which character set
6216 the inferior program uses; you must tell it, using the @code{set
6217 target-charset} command, described below.
6218
6219 Here are the commands for controlling @value{GDBN}'s character set
6220 support:
6221
6222 @table @code
6223 @item set target-charset @var{charset}
6224 @kindex set target-charset
6225 Set the current target character set to @var{charset}. We list the
6226 character set names @value{GDBN} recognizes below, but if you type
6227 @code{set target-charset} followed by @key{TAB}@key{TAB}, @value{GDBN} will
6228 list the target character sets it supports.
6229 @end table
6230
6231 @table @code
6232 @item set host-charset @var{charset}
6233 @kindex set host-charset
6234 Set the current host character set to @var{charset}.
6235
6236 By default, @value{GDBN} uses a host character set appropriate to the
6237 system it is running on; you can override that default using the
6238 @code{set host-charset} command.
6239
6240 @value{GDBN} can only use certain character sets as its host character
6241 set. We list the character set names @value{GDBN} recognizes below, and
6242 indicate which can be host character sets, but if you type
6243 @code{set target-charset} followed by @key{TAB}@key{TAB}, @value{GDBN} will
6244 list the host character sets it supports.
6245
6246 @item set charset @var{charset}
6247 @kindex set charset
6248 Set the current host and target character sets to @var{charset}. As
6249 above, if you type @code{set charset} followed by @key{TAB}@key{TAB},
6250 @value{GDBN} will list the name of the character sets that can be used
6251 for both host and target.
6252
6253
6254 @item show charset
6255 @kindex show charset
6256 Show the names of the current host and target charsets.
6257
6258 @itemx show host-charset
6259 @kindex show host-charset
6260 Show the name of the current host charset.
6261
6262 @itemx show target-charset
6263 @kindex show target-charset
6264 Show the name of the current target charset.
6265
6266 @end table
6267
6268 @value{GDBN} currently includes support for the following character
6269 sets:
6270
6271 @table @code
6272
6273 @item ASCII
6274 @cindex ASCII character set
6275 Seven-bit U.S. @sc{ascii}. @value{GDBN} can use this as its host
6276 character set.
6277
6278 @item ISO-8859-1
6279 @cindex ISO 8859-1 character set
6280 @cindex ISO Latin 1 character set
6281 The ISO Latin 1 character set. This extends @sc{ascii} with accented
6282 characters needed for French, German, and Spanish. @value{GDBN} can use
6283 this as its host character set.
6284
6285 @item EBCDIC-US
6286 @itemx IBM1047
6287 @cindex EBCDIC character set
6288 @cindex IBM1047 character set
6289 Variants of the @sc{ebcdic} character set, used on some of IBM's
6290 mainframe operating systems. (@sc{gnu}/Linux on the S/390 uses U.S. @sc{ascii}.)
6291 @value{GDBN} cannot use these as its host character set.
6292
6293 @end table
6294
6295 Note that these are all single-byte character sets. More work inside
6296 GDB is needed to support multi-byte or variable-width character
6297 encodings, like the UTF-8 and UCS-2 encodings of Unicode.
6298
6299 Here is an example of @value{GDBN}'s character set support in action.
6300 Assume that the following source code has been placed in the file
6301 @file{charset-test.c}:
6302
6303 @smallexample
6304 #include <stdio.h>
6305
6306 char ascii_hello[]
6307 = @{72, 101, 108, 108, 111, 44, 32, 119,
6308 111, 114, 108, 100, 33, 10, 0@};
6309 char ibm1047_hello[]
6310 = @{200, 133, 147, 147, 150, 107, 64, 166,
6311 150, 153, 147, 132, 90, 37, 0@};
6312
6313 main ()
6314 @{
6315 printf ("Hello, world!\n");
6316 @}
6317 @end smallexample
6318
6319 In this program, @code{ascii_hello} and @code{ibm1047_hello} are arrays
6320 containing the string @samp{Hello, world!} followed by a newline,
6321 encoded in the @sc{ascii} and @sc{ibm1047} character sets.
6322
6323 We compile the program, and invoke the debugger on it:
6324
6325 @smallexample
6326 $ gcc -g charset-test.c -o charset-test
6327 $ gdb -nw charset-test
6328 GNU gdb 2001-12-19-cvs
6329 Copyright 2001 Free Software Foundation, Inc.
6330 @dots{}
6331 (gdb)
6332 @end smallexample
6333
6334 We can use the @code{show charset} command to see what character sets
6335 @value{GDBN} is currently using to interpret and display characters and
6336 strings:
6337
6338 @smallexample
6339 (gdb) show charset
6340 The current host and target character set is `ISO-8859-1'.
6341 (gdb)
6342 @end smallexample
6343
6344 For the sake of printing this manual, let's use @sc{ascii} as our
6345 initial character set:
6346 @smallexample
6347 (gdb) set charset ASCII
6348 (gdb) show charset
6349 The current host and target character set is `ASCII'.
6350 (gdb)
6351 @end smallexample
6352
6353 Let's assume that @sc{ascii} is indeed the correct character set for our
6354 host system --- in other words, let's assume that if @value{GDBN} prints
6355 characters using the @sc{ascii} character set, our terminal will display
6356 them properly. Since our current target character set is also
6357 @sc{ascii}, the contents of @code{ascii_hello} print legibly:
6358
6359 @smallexample
6360 (gdb) print ascii_hello
6361 $1 = 0x401698 "Hello, world!\n"
6362 (gdb) print ascii_hello[0]
6363 $2 = 72 'H'
6364 (gdb)
6365 @end smallexample
6366
6367 @value{GDBN} uses the target character set for character and string
6368 literals you use in expressions:
6369
6370 @smallexample
6371 (gdb) print '+'
6372 $3 = 43 '+'
6373 (gdb)
6374 @end smallexample
6375
6376 The @sc{ascii} character set uses the number 43 to encode the @samp{+}
6377 character.
6378
6379 @value{GDBN} relies on the user to tell it which character set the
6380 target program uses. If we print @code{ibm1047_hello} while our target
6381 character set is still @sc{ascii}, we get jibberish:
6382
6383 @smallexample
6384 (gdb) print ibm1047_hello
6385 $4 = 0x4016a8 "\310\205\223\223\226k@@\246\226\231\223\204Z%"
6386 (gdb) print ibm1047_hello[0]
6387 $5 = 200 '\310'
6388 (gdb)
6389 @end smallexample
6390
6391 If we invoke the @code{set target-charset} followed by @key{TAB}@key{TAB},
6392 @value{GDBN} tells us the character sets it supports:
6393
6394 @smallexample
6395 (gdb) set target-charset
6396 ASCII EBCDIC-US IBM1047 ISO-8859-1
6397 (gdb) set target-charset
6398 @end smallexample
6399
6400 We can select @sc{ibm1047} as our target character set, and examine the
6401 program's strings again. Now the @sc{ascii} string is wrong, but
6402 @value{GDBN} translates the contents of @code{ibm1047_hello} from the
6403 target character set, @sc{ibm1047}, to the host character set,
6404 @sc{ascii}, and they display correctly:
6405
6406 @smallexample
6407 (gdb) set target-charset IBM1047
6408 (gdb) show charset
6409 The current host character set is `ASCII'.
6410 The current target character set is `IBM1047'.
6411 (gdb) print ascii_hello
6412 $6 = 0x401698 "\110\145%%?\054\040\167?\162%\144\041\012"
6413 (gdb) print ascii_hello[0]
6414 $7 = 72 '\110'
6415 (gdb) print ibm1047_hello
6416 $8 = 0x4016a8 "Hello, world!\n"
6417 (gdb) print ibm1047_hello[0]
6418 $9 = 200 'H'
6419 (gdb)
6420 @end smallexample
6421
6422 As above, @value{GDBN} uses the target character set for character and
6423 string literals you use in expressions:
6424
6425 @smallexample
6426 (gdb) print '+'
6427 $10 = 78 '+'
6428 (gdb)
6429 @end smallexample
6430
6431 The @sc{ibm1047} character set uses the number 78 to encode the @samp{+}
6432 character.
6433
6434
6435 @node Macros
6436 @chapter C Preprocessor Macros
6437
6438 Some languages, such as C and C@t{++}, provide a way to define and invoke
6439 ``preprocessor macros'' which expand into strings of tokens.
6440 @value{GDBN} can evaluate expressions containing macro invocations, show
6441 the result of macro expansion, and show a macro's definition, including
6442 where it was defined.
6443
6444 You may need to compile your program specially to provide @value{GDBN}
6445 with information about preprocessor macros. Most compilers do not
6446 include macros in their debugging information, even when you compile
6447 with the @option{-g} flag. @xref{Compilation}.
6448
6449 A program may define a macro at one point, remove that definition later,
6450 and then provide a different definition after that. Thus, at different
6451 points in the program, a macro may have different definitions, or have
6452 no definition at all. If there is a current stack frame, @value{GDBN}
6453 uses the macros in scope at that frame's source code line. Otherwise,
6454 @value{GDBN} uses the macros in scope at the current listing location;
6455 see @ref{List}.
6456
6457 At the moment, @value{GDBN} does not support the @code{##}
6458 token-splicing operator, the @code{#} stringification operator, or
6459 variable-arity macros.
6460
6461 Whenever @value{GDBN} evaluates an expression, it always expands any
6462 macro invocations present in the expression. @value{GDBN} also provides
6463 the following commands for working with macros explicitly.
6464
6465 @table @code
6466
6467 @kindex macro expand
6468 @cindex macro expansion, showing the results of preprocessor
6469 @cindex preprocessor macro expansion, showing the results of
6470 @cindex expanding preprocessor macros
6471 @item macro expand @var{expression}
6472 @itemx macro exp @var{expression}
6473 Show the results of expanding all preprocessor macro invocations in
6474 @var{expression}. Since @value{GDBN} simply expands macros, but does
6475 not parse the result, @var{expression} need not be a valid expression;
6476 it can be any string of tokens.
6477
6478 @kindex macro expand-once
6479 @item macro expand-once @var{expression}
6480 @itemx macro exp1 @var{expression}
6481 @i{(This command is not yet implemented.)} Show the results of
6482 expanding those preprocessor macro invocations that appear explicitly in
6483 @var{expression}. Macro invocations appearing in that expansion are
6484 left unchanged. This command allows you to see the effect of a
6485 particular macro more clearly, without being confused by further
6486 expansions. Since @value{GDBN} simply expands macros, but does not
6487 parse the result, @var{expression} need not be a valid expression; it
6488 can be any string of tokens.
6489
6490 @kindex info macro
6491 @cindex macro definition, showing
6492 @cindex definition, showing a macro's
6493 @item info macro @var{macro}
6494 Show the definition of the macro named @var{macro}, and describe the
6495 source location where that definition was established.
6496
6497 @kindex macro define
6498 @cindex user-defined macros
6499 @cindex defining macros interactively
6500 @cindex macros, user-defined
6501 @item macro define @var{macro} @var{replacement-list}
6502 @itemx macro define @var{macro}(@var{arglist}) @var{replacement-list}
6503 @i{(This command is not yet implemented.)} Introduce a definition for a
6504 preprocessor macro named @var{macro}, invocations of which are replaced
6505 by the tokens given in @var{replacement-list}. The first form of this
6506 command defines an ``object-like'' macro, which takes no arguments; the
6507 second form defines a ``function-like'' macro, which takes the arguments
6508 given in @var{arglist}.
6509
6510 A definition introduced by this command is in scope in every expression
6511 evaluated in @value{GDBN}, until it is removed with the @command{macro
6512 undef} command, described below. The definition overrides all
6513 definitions for @var{macro} present in the program being debugged, as
6514 well as any previous user-supplied definition.
6515
6516 @kindex macro undef
6517 @item macro undef @var{macro}
6518 @i{(This command is not yet implemented.)} Remove any user-supplied
6519 definition for the macro named @var{macro}. This command only affects
6520 definitions provided with the @command{macro define} command, described
6521 above; it cannot remove definitions present in the program being
6522 debugged.
6523
6524 @end table
6525
6526 @cindex macros, example of debugging with
6527 Here is a transcript showing the above commands in action. First, we
6528 show our source files:
6529
6530 @smallexample
6531 $ cat sample.c
6532 #include <stdio.h>
6533 #include "sample.h"
6534
6535 #define M 42
6536 #define ADD(x) (M + x)
6537
6538 main ()
6539 @{
6540 #define N 28
6541 printf ("Hello, world!\n");
6542 #undef N
6543 printf ("We're so creative.\n");
6544 #define N 1729
6545 printf ("Goodbye, world!\n");
6546 @}
6547 $ cat sample.h
6548 #define Q <
6549 $
6550 @end smallexample
6551
6552 Now, we compile the program using the @sc{gnu} C compiler, @value{NGCC}.
6553 We pass the @option{-gdwarf-2} and @option{-g3} flags to ensure the
6554 compiler includes information about preprocessor macros in the debugging
6555 information.
6556
6557 @smallexample
6558 $ gcc -gdwarf-2 -g3 sample.c -o sample
6559 $
6560 @end smallexample
6561
6562 Now, we start @value{GDBN} on our sample program:
6563
6564 @smallexample
6565 $ gdb -nw sample
6566 GNU gdb 2002-05-06-cvs
6567 Copyright 2002 Free Software Foundation, Inc.
6568 GDB is free software, @dots{}
6569 (gdb)
6570 @end smallexample
6571
6572 We can expand macros and examine their definitions, even when the
6573 program is not running. @value{GDBN} uses the current listing position
6574 to decide which macro definitions are in scope:
6575
6576 @smallexample
6577 (gdb) list main
6578 3
6579 4 #define M 42
6580 5 #define ADD(x) (M + x)
6581 6
6582 7 main ()
6583 8 @{
6584 9 #define N 28
6585 10 printf ("Hello, world!\n");
6586 11 #undef N
6587 12 printf ("We're so creative.\n");
6588 (gdb) info macro ADD
6589 Defined at /home/jimb/gdb/macros/play/sample.c:5
6590 #define ADD(x) (M + x)
6591 (gdb) info macro Q
6592 Defined at /home/jimb/gdb/macros/play/sample.h:1
6593 included at /home/jimb/gdb/macros/play/sample.c:2
6594 #define Q <
6595 (gdb) macro expand ADD(1)
6596 expands to: (42 + 1)
6597 (gdb) macro expand-once ADD(1)
6598 expands to: once (M + 1)
6599 (gdb)
6600 @end smallexample
6601
6602 In the example above, note that @command{macro expand-once} expands only
6603 the macro invocation explicit in the original text --- the invocation of
6604 @code{ADD} --- but does not expand the invocation of the macro @code{M},
6605 which was introduced by @code{ADD}.
6606
6607 Once the program is running, GDB uses the macro definitions in force at
6608 the source line of the current stack frame:
6609
6610 @smallexample
6611 (gdb) break main
6612 Breakpoint 1 at 0x8048370: file sample.c, line 10.
6613 (gdb) run
6614 Starting program: /home/jimb/gdb/macros/play/sample
6615
6616 Breakpoint 1, main () at sample.c:10
6617 10 printf ("Hello, world!\n");
6618 (gdb)
6619 @end smallexample
6620
6621 At line 10, the definition of the macro @code{N} at line 9 is in force:
6622
6623 @smallexample
6624 (gdb) info macro N
6625 Defined at /home/jimb/gdb/macros/play/sample.c:9
6626 #define N 28
6627 (gdb) macro expand N Q M
6628 expands to: 28 < 42
6629 (gdb) print N Q M
6630 $1 = 1
6631 (gdb)
6632 @end smallexample
6633
6634 As we step over directives that remove @code{N}'s definition, and then
6635 give it a new definition, @value{GDBN} finds the definition (or lack
6636 thereof) in force at each point:
6637
6638 @smallexample
6639 (gdb) next
6640 Hello, world!
6641 12 printf ("We're so creative.\n");
6642 (gdb) info macro N
6643 The symbol `N' has no definition as a C/C++ preprocessor macro
6644 at /home/jimb/gdb/macros/play/sample.c:12
6645 (gdb) next
6646 We're so creative.
6647 14 printf ("Goodbye, world!\n");
6648 (gdb) info macro N
6649 Defined at /home/jimb/gdb/macros/play/sample.c:13
6650 #define N 1729
6651 (gdb) macro expand N Q M
6652 expands to: 1729 < 42
6653 (gdb) print N Q M
6654 $2 = 0
6655 (gdb)
6656 @end smallexample
6657
6658
6659 @node Tracepoints
6660 @chapter Tracepoints
6661 @c This chapter is based on the documentation written by Michael
6662 @c Snyder, David Taylor, Jim Blandy, and Elena Zannoni.
6663
6664 @cindex tracepoints
6665 In some applications, it is not feasible for the debugger to interrupt
6666 the program's execution long enough for the developer to learn
6667 anything helpful about its behavior. If the program's correctness
6668 depends on its real-time behavior, delays introduced by a debugger
6669 might cause the program to change its behavior drastically, or perhaps
6670 fail, even when the code itself is correct. It is useful to be able
6671 to observe the program's behavior without interrupting it.
6672
6673 Using @value{GDBN}'s @code{trace} and @code{collect} commands, you can
6674 specify locations in the program, called @dfn{tracepoints}, and
6675 arbitrary expressions to evaluate when those tracepoints are reached.
6676 Later, using the @code{tfind} command, you can examine the values
6677 those expressions had when the program hit the tracepoints. The
6678 expressions may also denote objects in memory---structures or arrays,
6679 for example---whose values @value{GDBN} should record; while visiting
6680 a particular tracepoint, you may inspect those objects as if they were
6681 in memory at that moment. However, because @value{GDBN} records these
6682 values without interacting with you, it can do so quickly and
6683 unobtrusively, hopefully not disturbing the program's behavior.
6684
6685 The tracepoint facility is currently available only for remote
6686 targets. @xref{Targets}. In addition, your remote target must know how
6687 to collect trace data. This functionality is implemented in the remote
6688 stub; however, none of the stubs distributed with @value{GDBN} support
6689 tracepoints as of this writing.
6690
6691 This chapter describes the tracepoint commands and features.
6692
6693 @menu
6694 * Set Tracepoints::
6695 * Analyze Collected Data::
6696 * Tracepoint Variables::
6697 @end menu
6698
6699 @node Set Tracepoints
6700 @section Commands to Set Tracepoints
6701
6702 Before running such a @dfn{trace experiment}, an arbitrary number of
6703 tracepoints can be set. Like a breakpoint (@pxref{Set Breaks}), a
6704 tracepoint has a number assigned to it by @value{GDBN}. Like with
6705 breakpoints, tracepoint numbers are successive integers starting from
6706 one. Many of the commands associated with tracepoints take the
6707 tracepoint number as their argument, to identify which tracepoint to
6708 work on.
6709
6710 For each tracepoint, you can specify, in advance, some arbitrary set
6711 of data that you want the target to collect in the trace buffer when
6712 it hits that tracepoint. The collected data can include registers,
6713 local variables, or global data. Later, you can use @value{GDBN}
6714 commands to examine the values these data had at the time the
6715 tracepoint was hit.
6716
6717 This section describes commands to set tracepoints and associated
6718 conditions and actions.
6719
6720 @menu
6721 * Create and Delete Tracepoints::
6722 * Enable and Disable Tracepoints::
6723 * Tracepoint Passcounts::
6724 * Tracepoint Actions::
6725 * Listing Tracepoints::
6726 * Starting and Stopping Trace Experiment::
6727 @end menu
6728
6729 @node Create and Delete Tracepoints
6730 @subsection Create and Delete Tracepoints
6731
6732 @table @code
6733 @cindex set tracepoint
6734 @kindex trace
6735 @item trace
6736 The @code{trace} command is very similar to the @code{break} command.
6737 Its argument can be a source line, a function name, or an address in
6738 the target program. @xref{Set Breaks}. The @code{trace} command
6739 defines a tracepoint, which is a point in the target program where the
6740 debugger will briefly stop, collect some data, and then allow the
6741 program to continue. Setting a tracepoint or changing its commands
6742 doesn't take effect until the next @code{tstart} command; thus, you
6743 cannot change the tracepoint attributes once a trace experiment is
6744 running.
6745
6746 Here are some examples of using the @code{trace} command:
6747
6748 @smallexample
6749 (@value{GDBP}) @b{trace foo.c:121} // a source file and line number
6750
6751 (@value{GDBP}) @b{trace +2} // 2 lines forward
6752
6753 (@value{GDBP}) @b{trace my_function} // first source line of function
6754
6755 (@value{GDBP}) @b{trace *my_function} // EXACT start address of function
6756
6757 (@value{GDBP}) @b{trace *0x2117c4} // an address
6758 @end smallexample
6759
6760 @noindent
6761 You can abbreviate @code{trace} as @code{tr}.
6762
6763 @vindex $tpnum
6764 @cindex last tracepoint number
6765 @cindex recent tracepoint number
6766 @cindex tracepoint number
6767 The convenience variable @code{$tpnum} records the tracepoint number
6768 of the most recently set tracepoint.
6769
6770 @kindex delete tracepoint
6771 @cindex tracepoint deletion
6772 @item delete tracepoint @r{[}@var{num}@r{]}
6773 Permanently delete one or more tracepoints. With no argument, the
6774 default is to delete all tracepoints.
6775
6776 Examples:
6777
6778 @smallexample
6779 (@value{GDBP}) @b{delete trace 1 2 3} // remove three tracepoints
6780
6781 (@value{GDBP}) @b{delete trace} // remove all tracepoints
6782 @end smallexample
6783
6784 @noindent
6785 You can abbreviate this command as @code{del tr}.
6786 @end table
6787
6788 @node Enable and Disable Tracepoints
6789 @subsection Enable and Disable Tracepoints
6790
6791 @table @code
6792 @kindex disable tracepoint
6793 @item disable tracepoint @r{[}@var{num}@r{]}
6794 Disable tracepoint @var{num}, or all tracepoints if no argument
6795 @var{num} is given. A disabled tracepoint will have no effect during
6796 the next trace experiment, but it is not forgotten. You can re-enable
6797 a disabled tracepoint using the @code{enable tracepoint} command.
6798
6799 @kindex enable tracepoint
6800 @item enable tracepoint @r{[}@var{num}@r{]}
6801 Enable tracepoint @var{num}, or all tracepoints. The enabled
6802 tracepoints will become effective the next time a trace experiment is
6803 run.
6804 @end table
6805
6806 @node Tracepoint Passcounts
6807 @subsection Tracepoint Passcounts
6808
6809 @table @code
6810 @kindex passcount
6811 @cindex tracepoint pass count
6812 @item passcount @r{[}@var{n} @r{[}@var{num}@r{]]}
6813 Set the @dfn{passcount} of a tracepoint. The passcount is a way to
6814 automatically stop a trace experiment. If a tracepoint's passcount is
6815 @var{n}, then the trace experiment will be automatically stopped on
6816 the @var{n}'th time that tracepoint is hit. If the tracepoint number
6817 @var{num} is not specified, the @code{passcount} command sets the
6818 passcount of the most recently defined tracepoint. If no passcount is
6819 given, the trace experiment will run until stopped explicitly by the
6820 user.
6821
6822 Examples:
6823
6824 @smallexample
6825 (@value{GDBP}) @b{passcount 5 2} // Stop on the 5th execution of
6826 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// tracepoint 2}
6827
6828 (@value{GDBP}) @b{passcount 12} // Stop on the 12th execution of the
6829 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// most recently defined tracepoint.}
6830 (@value{GDBP}) @b{trace foo}
6831 (@value{GDBP}) @b{pass 3}
6832 (@value{GDBP}) @b{trace bar}
6833 (@value{GDBP}) @b{pass 2}
6834 (@value{GDBP}) @b{trace baz}
6835 (@value{GDBP}) @b{pass 1} // Stop tracing when foo has been
6836 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// executed 3 times OR when bar has}
6837 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// been executed 2 times}
6838 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// OR when baz has been executed 1 time.}
6839 @end smallexample
6840 @end table
6841
6842 @node Tracepoint Actions
6843 @subsection Tracepoint Action Lists
6844
6845 @table @code
6846 @kindex actions
6847 @cindex tracepoint actions
6848 @item actions @r{[}@var{num}@r{]}
6849 This command will prompt for a list of actions to be taken when the
6850 tracepoint is hit. If the tracepoint number @var{num} is not
6851 specified, this command sets the actions for the one that was most
6852 recently defined (so that you can define a tracepoint and then say
6853 @code{actions} without bothering about its number). You specify the
6854 actions themselves on the following lines, one action at a time, and
6855 terminate the actions list with a line containing just @code{end}. So
6856 far, the only defined actions are @code{collect} and
6857 @code{while-stepping}.
6858
6859 @cindex remove actions from a tracepoint
6860 To remove all actions from a tracepoint, type @samp{actions @var{num}}
6861 and follow it immediately with @samp{end}.
6862
6863 @smallexample
6864 (@value{GDBP}) @b{collect @var{data}} // collect some data
6865
6866 (@value{GDBP}) @b{while-stepping 5} // single-step 5 times, collect data
6867
6868 (@value{GDBP}) @b{end} // signals the end of actions.
6869 @end smallexample
6870
6871 In the following example, the action list begins with @code{collect}
6872 commands indicating the things to be collected when the tracepoint is
6873 hit. Then, in order to single-step and collect additional data
6874 following the tracepoint, a @code{while-stepping} command is used,
6875 followed by the list of things to be collected while stepping. The
6876 @code{while-stepping} command is terminated by its own separate
6877 @code{end} command. Lastly, the action list is terminated by an
6878 @code{end} command.
6879
6880 @smallexample
6881 (@value{GDBP}) @b{trace foo}
6882 (@value{GDBP}) @b{actions}
6883 Enter actions for tracepoint 1, one per line:
6884 > collect bar,baz
6885 > collect $regs
6886 > while-stepping 12
6887 > collect $fp, $sp
6888 > end
6889 end
6890 @end smallexample
6891
6892 @kindex collect @r{(tracepoints)}
6893 @item collect @var{expr1}, @var{expr2}, @dots{}
6894 Collect values of the given expressions when the tracepoint is hit.
6895 This command accepts a comma-separated list of any valid expressions.
6896 In addition to global, static, or local variables, the following
6897 special arguments are supported:
6898
6899 @table @code
6900 @item $regs
6901 collect all registers
6902
6903 @item $args
6904 collect all function arguments
6905
6906 @item $locals
6907 collect all local variables.
6908 @end table
6909
6910 You can give several consecutive @code{collect} commands, each one
6911 with a single argument, or one @code{collect} command with several
6912 arguments separated by commas: the effect is the same.
6913
6914 The command @code{info scope} (@pxref{Symbols, info scope}) is
6915 particularly useful for figuring out what data to collect.
6916
6917 @kindex while-stepping @r{(tracepoints)}
6918 @item while-stepping @var{n}
6919 Perform @var{n} single-step traces after the tracepoint, collecting
6920 new data at each step. The @code{while-stepping} command is
6921 followed by the list of what to collect while stepping (followed by
6922 its own @code{end} command):
6923
6924 @smallexample
6925 > while-stepping 12
6926 > collect $regs, myglobal
6927 > end
6928 >
6929 @end smallexample
6930
6931 @noindent
6932 You may abbreviate @code{while-stepping} as @code{ws} or
6933 @code{stepping}.
6934 @end table
6935
6936 @node Listing Tracepoints
6937 @subsection Listing Tracepoints
6938
6939 @table @code
6940 @kindex info tracepoints
6941 @cindex information about tracepoints
6942 @item info tracepoints @r{[}@var{num}@r{]}
6943 Display information about the tracepoint @var{num}. If you don't specify
6944 a tracepoint number, displays information about all the tracepoints
6945 defined so far. For each tracepoint, the following information is
6946 shown:
6947
6948 @itemize @bullet
6949 @item
6950 its number
6951 @item
6952 whether it is enabled or disabled
6953 @item
6954 its address
6955 @item
6956 its passcount as given by the @code{passcount @var{n}} command
6957 @item
6958 its step count as given by the @code{while-stepping @var{n}} command
6959 @item
6960 where in the source files is the tracepoint set
6961 @item
6962 its action list as given by the @code{actions} command
6963 @end itemize
6964
6965 @smallexample
6966 (@value{GDBP}) @b{info trace}
6967 Num Enb Address PassC StepC What
6968 1 y 0x002117c4 0 0 <gdb_asm>
6969 2 y 0x0020dc64 0 0 in g_test at g_test.c:1375
6970 3 y 0x0020b1f4 0 0 in get_data at ../foo.c:41
6971 (@value{GDBP})
6972 @end smallexample
6973
6974 @noindent
6975 This command can be abbreviated @code{info tp}.
6976 @end table
6977
6978 @node Starting and Stopping Trace Experiment
6979 @subsection Starting and Stopping Trace Experiment
6980
6981 @table @code
6982 @kindex tstart
6983 @cindex start a new trace experiment
6984 @cindex collected data discarded
6985 @item tstart
6986 This command takes no arguments. It starts the trace experiment, and
6987 begins collecting data. This has the side effect of discarding all
6988 the data collected in the trace buffer during the previous trace
6989 experiment.
6990
6991 @kindex tstop
6992 @cindex stop a running trace experiment
6993 @item tstop
6994 This command takes no arguments. It ends the trace experiment, and
6995 stops collecting data.
6996
6997 @strong{Note:} a trace experiment and data collection may stop
6998 automatically if any tracepoint's passcount is reached
6999 (@pxref{Tracepoint Passcounts}), or if the trace buffer becomes full.
7000
7001 @kindex tstatus
7002 @cindex status of trace data collection
7003 @cindex trace experiment, status of
7004 @item tstatus
7005 This command displays the status of the current trace data
7006 collection.
7007 @end table
7008
7009 Here is an example of the commands we described so far:
7010
7011 @smallexample
7012 (@value{GDBP}) @b{trace gdb_c_test}
7013 (@value{GDBP}) @b{actions}
7014 Enter actions for tracepoint #1, one per line.
7015 > collect $regs,$locals,$args
7016 > while-stepping 11
7017 > collect $regs
7018 > end
7019 > end
7020 (@value{GDBP}) @b{tstart}
7021 [time passes @dots{}]
7022 (@value{GDBP}) @b{tstop}
7023 @end smallexample
7024
7025
7026 @node Analyze Collected Data
7027 @section Using the collected data
7028
7029 After the tracepoint experiment ends, you use @value{GDBN} commands
7030 for examining the trace data. The basic idea is that each tracepoint
7031 collects a trace @dfn{snapshot} every time it is hit and another
7032 snapshot every time it single-steps. All these snapshots are
7033 consecutively numbered from zero and go into a buffer, and you can
7034 examine them later. The way you examine them is to @dfn{focus} on a
7035 specific trace snapshot. When the remote stub is focused on a trace
7036 snapshot, it will respond to all @value{GDBN} requests for memory and
7037 registers by reading from the buffer which belongs to that snapshot,
7038 rather than from @emph{real} memory or registers of the program being
7039 debugged. This means that @strong{all} @value{GDBN} commands
7040 (@code{print}, @code{info registers}, @code{backtrace}, etc.) will
7041 behave as if we were currently debugging the program state as it was
7042 when the tracepoint occurred. Any requests for data that are not in
7043 the buffer will fail.
7044
7045 @menu
7046 * tfind:: How to select a trace snapshot
7047 * tdump:: How to display all data for a snapshot
7048 * save-tracepoints:: How to save tracepoints for a future run
7049 @end menu
7050
7051 @node tfind
7052 @subsection @code{tfind @var{n}}
7053
7054 @kindex tfind
7055 @cindex select trace snapshot
7056 @cindex find trace snapshot
7057 The basic command for selecting a trace snapshot from the buffer is
7058 @code{tfind @var{n}}, which finds trace snapshot number @var{n},
7059 counting from zero. If no argument @var{n} is given, the next
7060 snapshot is selected.
7061
7062 Here are the various forms of using the @code{tfind} command.
7063
7064 @table @code
7065 @item tfind start
7066 Find the first snapshot in the buffer. This is a synonym for
7067 @code{tfind 0} (since 0 is the number of the first snapshot).
7068
7069 @item tfind none
7070 Stop debugging trace snapshots, resume @emph{live} debugging.
7071
7072 @item tfind end
7073 Same as @samp{tfind none}.
7074
7075 @item tfind
7076 No argument means find the next trace snapshot.
7077
7078 @item tfind -
7079 Find the previous trace snapshot before the current one. This permits
7080 retracing earlier steps.
7081
7082 @item tfind tracepoint @var{num}
7083 Find the next snapshot associated with tracepoint @var{num}. Search
7084 proceeds forward from the last examined trace snapshot. If no
7085 argument @var{num} is given, it means find the next snapshot collected
7086 for the same tracepoint as the current snapshot.
7087
7088 @item tfind pc @var{addr}
7089 Find the next snapshot associated with the value @var{addr} of the
7090 program counter. Search proceeds forward from the last examined trace
7091 snapshot. If no argument @var{addr} is given, it means find the next
7092 snapshot with the same value of PC as the current snapshot.
7093
7094 @item tfind outside @var{addr1}, @var{addr2}
7095 Find the next snapshot whose PC is outside the given range of
7096 addresses.
7097
7098 @item tfind range @var{addr1}, @var{addr2}
7099 Find the next snapshot whose PC is between @var{addr1} and
7100 @var{addr2}. @c FIXME: Is the range inclusive or exclusive?
7101
7102 @item tfind line @r{[}@var{file}:@r{]}@var{n}
7103 Find the next snapshot associated with the source line @var{n}. If
7104 the optional argument @var{file} is given, refer to line @var{n} in
7105 that source file. Search proceeds forward from the last examined
7106 trace snapshot. If no argument @var{n} is given, it means find the
7107 next line other than the one currently being examined; thus saying
7108 @code{tfind line} repeatedly can appear to have the same effect as
7109 stepping from line to line in a @emph{live} debugging session.
7110 @end table
7111
7112 The default arguments for the @code{tfind} commands are specifically
7113 designed to make it easy to scan through the trace buffer. For
7114 instance, @code{tfind} with no argument selects the next trace
7115 snapshot, and @code{tfind -} with no argument selects the previous
7116 trace snapshot. So, by giving one @code{tfind} command, and then
7117 simply hitting @key{RET} repeatedly you can examine all the trace
7118 snapshots in order. Or, by saying @code{tfind -} and then hitting
7119 @key{RET} repeatedly you can examine the snapshots in reverse order.
7120 The @code{tfind line} command with no argument selects the snapshot
7121 for the next source line executed. The @code{tfind pc} command with
7122 no argument selects the next snapshot with the same program counter
7123 (PC) as the current frame. The @code{tfind tracepoint} command with
7124 no argument selects the next trace snapshot collected by the same
7125 tracepoint as the current one.
7126
7127 In addition to letting you scan through the trace buffer manually,
7128 these commands make it easy to construct @value{GDBN} scripts that
7129 scan through the trace buffer and print out whatever collected data
7130 you are interested in. Thus, if we want to examine the PC, FP, and SP
7131 registers from each trace frame in the buffer, we can say this:
7132
7133 @smallexample
7134 (@value{GDBP}) @b{tfind start}
7135 (@value{GDBP}) @b{while ($trace_frame != -1)}
7136 > printf "Frame %d, PC = %08X, SP = %08X, FP = %08X\n", \
7137 $trace_frame, $pc, $sp, $fp
7138 > tfind
7139 > end
7140
7141 Frame 0, PC = 0020DC64, SP = 0030BF3C, FP = 0030BF44
7142 Frame 1, PC = 0020DC6C, SP = 0030BF38, FP = 0030BF44
7143 Frame 2, PC = 0020DC70, SP = 0030BF34, FP = 0030BF44
7144 Frame 3, PC = 0020DC74, SP = 0030BF30, FP = 0030BF44
7145 Frame 4, PC = 0020DC78, SP = 0030BF2C, FP = 0030BF44
7146 Frame 5, PC = 0020DC7C, SP = 0030BF28, FP = 0030BF44
7147 Frame 6, PC = 0020DC80, SP = 0030BF24, FP = 0030BF44
7148 Frame 7, PC = 0020DC84, SP = 0030BF20, FP = 0030BF44
7149 Frame 8, PC = 0020DC88, SP = 0030BF1C, FP = 0030BF44
7150 Frame 9, PC = 0020DC8E, SP = 0030BF18, FP = 0030BF44
7151 Frame 10, PC = 00203F6C, SP = 0030BE3C, FP = 0030BF14
7152 @end smallexample
7153
7154 Or, if we want to examine the variable @code{X} at each source line in
7155 the buffer:
7156
7157 @smallexample
7158 (@value{GDBP}) @b{tfind start}
7159 (@value{GDBP}) @b{while ($trace_frame != -1)}
7160 > printf "Frame %d, X == %d\n", $trace_frame, X
7161 > tfind line
7162 > end
7163
7164 Frame 0, X = 1
7165 Frame 7, X = 2
7166 Frame 13, X = 255
7167 @end smallexample
7168
7169 @node tdump
7170 @subsection @code{tdump}
7171 @kindex tdump
7172 @cindex dump all data collected at tracepoint
7173 @cindex tracepoint data, display
7174
7175 This command takes no arguments. It prints all the data collected at
7176 the current trace snapshot.
7177
7178 @smallexample
7179 (@value{GDBP}) @b{trace 444}
7180 (@value{GDBP}) @b{actions}
7181 Enter actions for tracepoint #2, one per line:
7182 > collect $regs, $locals, $args, gdb_long_test
7183 > end
7184
7185 (@value{GDBP}) @b{tstart}
7186
7187 (@value{GDBP}) @b{tfind line 444}
7188 #0 gdb_test (p1=0x11, p2=0x22, p3=0x33, p4=0x44, p5=0x55, p6=0x66)
7189 at gdb_test.c:444
7190 444 printp( "%s: arguments = 0x%X 0x%X 0x%X 0x%X 0x%X 0x%X\n", )
7191
7192 (@value{GDBP}) @b{tdump}
7193 Data collected at tracepoint 2, trace frame 1:
7194 d0 0xc4aa0085 -995491707
7195 d1 0x18 24
7196 d2 0x80 128
7197 d3 0x33 51
7198 d4 0x71aea3d 119204413
7199 d5 0x22 34
7200 d6 0xe0 224
7201 d7 0x380035 3670069
7202 a0 0x19e24a 1696330
7203 a1 0x3000668 50333288
7204 a2 0x100 256
7205 a3 0x322000 3284992
7206 a4 0x3000698 50333336
7207 a5 0x1ad3cc 1758156
7208 fp 0x30bf3c 0x30bf3c
7209 sp 0x30bf34 0x30bf34
7210 ps 0x0 0
7211 pc 0x20b2c8 0x20b2c8
7212 fpcontrol 0x0 0
7213 fpstatus 0x0 0
7214 fpiaddr 0x0 0
7215 p = 0x20e5b4 "gdb-test"
7216 p1 = (void *) 0x11
7217 p2 = (void *) 0x22
7218 p3 = (void *) 0x33
7219 p4 = (void *) 0x44
7220 p5 = (void *) 0x55
7221 p6 = (void *) 0x66
7222 gdb_long_test = 17 '\021'
7223
7224 (@value{GDBP})
7225 @end smallexample
7226
7227 @node save-tracepoints
7228 @subsection @code{save-tracepoints @var{filename}}
7229 @kindex save-tracepoints
7230 @cindex save tracepoints for future sessions
7231
7232 This command saves all current tracepoint definitions together with
7233 their actions and passcounts, into a file @file{@var{filename}}
7234 suitable for use in a later debugging session. To read the saved
7235 tracepoint definitions, use the @code{source} command (@pxref{Command
7236 Files}).
7237
7238 @node Tracepoint Variables
7239 @section Convenience Variables for Tracepoints
7240 @cindex tracepoint variables
7241 @cindex convenience variables for tracepoints
7242
7243 @table @code
7244 @vindex $trace_frame
7245 @item (int) $trace_frame
7246 The current trace snapshot (a.k.a.@: @dfn{frame}) number, or -1 if no
7247 snapshot is selected.
7248
7249 @vindex $tracepoint
7250 @item (int) $tracepoint
7251 The tracepoint for the current trace snapshot.
7252
7253 @vindex $trace_line
7254 @item (int) $trace_line
7255 The line number for the current trace snapshot.
7256
7257 @vindex $trace_file
7258 @item (char []) $trace_file
7259 The source file for the current trace snapshot.
7260
7261 @vindex $trace_func
7262 @item (char []) $trace_func
7263 The name of the function containing @code{$tracepoint}.
7264 @end table
7265
7266 Note: @code{$trace_file} is not suitable for use in @code{printf},
7267 use @code{output} instead.
7268
7269 Here's a simple example of using these convenience variables for
7270 stepping through all the trace snapshots and printing some of their
7271 data.
7272
7273 @smallexample
7274 (@value{GDBP}) @b{tfind start}
7275
7276 (@value{GDBP}) @b{while $trace_frame != -1}
7277 > output $trace_file
7278 > printf ", line %d (tracepoint #%d)\n", $trace_line, $tracepoint
7279 > tfind
7280 > end
7281 @end smallexample
7282
7283 @node Overlays
7284 @chapter Debugging Programs That Use Overlays
7285 @cindex overlays
7286
7287 If your program is too large to fit completely in your target system's
7288 memory, you can sometimes use @dfn{overlays} to work around this
7289 problem. @value{GDBN} provides some support for debugging programs that
7290 use overlays.
7291
7292 @menu
7293 * How Overlays Work:: A general explanation of overlays.
7294 * Overlay Commands:: Managing overlays in @value{GDBN}.
7295 * Automatic Overlay Debugging:: @value{GDBN} can find out which overlays are
7296 mapped by asking the inferior.
7297 * Overlay Sample Program:: A sample program using overlays.
7298 @end menu
7299
7300 @node How Overlays Work
7301 @section How Overlays Work
7302 @cindex mapped overlays
7303 @cindex unmapped overlays
7304 @cindex load address, overlay's
7305 @cindex mapped address
7306 @cindex overlay area
7307
7308 Suppose you have a computer whose instruction address space is only 64
7309 kilobytes long, but which has much more memory which can be accessed by
7310 other means: special instructions, segment registers, or memory
7311 management hardware, for example. Suppose further that you want to
7312 adapt a program which is larger than 64 kilobytes to run on this system.
7313
7314 One solution is to identify modules of your program which are relatively
7315 independent, and need not call each other directly; call these modules
7316 @dfn{overlays}. Separate the overlays from the main program, and place
7317 their machine code in the larger memory. Place your main program in
7318 instruction memory, but leave at least enough space there to hold the
7319 largest overlay as well.
7320
7321 Now, to call a function located in an overlay, you must first copy that
7322 overlay's machine code from the large memory into the space set aside
7323 for it in the instruction memory, and then jump to its entry point
7324 there.
7325
7326 @c NB: In the below the mapped area's size is greater or equal to the
7327 @c size of all overlays. This is intentional to remind the developer
7328 @c that overlays don't necessarily need to be the same size.
7329
7330 @smallexample
7331 @group
7332 Data Instruction Larger
7333 Address Space Address Space Address Space
7334 +-----------+ +-----------+ +-----------+
7335 | | | | | |
7336 +-----------+ +-----------+ +-----------+<-- overlay 1
7337 | program | | main | .----| overlay 1 | load address
7338 | variables | | program | | +-----------+
7339 | and heap | | | | | |
7340 +-----------+ | | | +-----------+<-- overlay 2
7341 | | +-----------+ | | | load address
7342 +-----------+ | | | .-| overlay 2 |
7343 | | | | | |
7344 mapped --->+-----------+ | | +-----------+
7345 address | | | | | |
7346 | overlay | <-' | | |
7347 | area | <---' +-----------+<-- overlay 3
7348 | | <---. | | load address
7349 +-----------+ `--| overlay 3 |
7350 | | | |
7351 +-----------+ | |
7352 +-----------+
7353 | |
7354 +-----------+
7355
7356 @anchor{A code overlay}A code overlay
7357 @end group
7358 @end smallexample
7359
7360 The diagram (@pxref{A code overlay}) shows a system with separate data
7361 and instruction address spaces. To map an overlay, the program copies
7362 its code from the larger address space to the instruction address space.
7363 Since the overlays shown here all use the same mapped address, only one
7364 may be mapped at a time. For a system with a single address space for
7365 data and instructions, the diagram would be similar, except that the
7366 program variables and heap would share an address space with the main
7367 program and the overlay area.
7368
7369 An overlay loaded into instruction memory and ready for use is called a
7370 @dfn{mapped} overlay; its @dfn{mapped address} is its address in the
7371 instruction memory. An overlay not present (or only partially present)
7372 in instruction memory is called @dfn{unmapped}; its @dfn{load address}
7373 is its address in the larger memory. The mapped address is also called
7374 the @dfn{virtual memory address}, or @dfn{VMA}; the load address is also
7375 called the @dfn{load memory address}, or @dfn{LMA}.
7376
7377 Unfortunately, overlays are not a completely transparent way to adapt a
7378 program to limited instruction memory. They introduce a new set of
7379 global constraints you must keep in mind as you design your program:
7380
7381 @itemize @bullet
7382
7383 @item
7384 Before calling or returning to a function in an overlay, your program
7385 must make sure that overlay is actually mapped. Otherwise, the call or
7386 return will transfer control to the right address, but in the wrong
7387 overlay, and your program will probably crash.
7388
7389 @item
7390 If the process of mapping an overlay is expensive on your system, you
7391 will need to choose your overlays carefully to minimize their effect on
7392 your program's performance.
7393
7394 @item
7395 The executable file you load onto your system must contain each
7396 overlay's instructions, appearing at the overlay's load address, not its
7397 mapped address. However, each overlay's instructions must be relocated
7398 and its symbols defined as if the overlay were at its mapped address.
7399 You can use GNU linker scripts to specify different load and relocation
7400 addresses for pieces of your program; see @ref{Overlay Description,,,
7401 ld.info, Using ld: the GNU linker}.
7402
7403 @item
7404 The procedure for loading executable files onto your system must be able
7405 to load their contents into the larger address space as well as the
7406 instruction and data spaces.
7407
7408 @end itemize
7409
7410 The overlay system described above is rather simple, and could be
7411 improved in many ways:
7412
7413 @itemize @bullet
7414
7415 @item
7416 If your system has suitable bank switch registers or memory management
7417 hardware, you could use those facilities to make an overlay's load area
7418 contents simply appear at their mapped address in instruction space.
7419 This would probably be faster than copying the overlay to its mapped
7420 area in the usual way.
7421
7422 @item
7423 If your overlays are small enough, you could set aside more than one
7424 overlay area, and have more than one overlay mapped at a time.
7425
7426 @item
7427 You can use overlays to manage data, as well as instructions. In
7428 general, data overlays are even less transparent to your design than
7429 code overlays: whereas code overlays only require care when you call or
7430 return to functions, data overlays require care every time you access
7431 the data. Also, if you change the contents of a data overlay, you
7432 must copy its contents back out to its load address before you can copy a
7433 different data overlay into the same mapped area.
7434
7435 @end itemize
7436
7437
7438 @node Overlay Commands
7439 @section Overlay Commands
7440
7441 To use @value{GDBN}'s overlay support, each overlay in your program must
7442 correspond to a separate section of the executable file. The section's
7443 virtual memory address and load memory address must be the overlay's
7444 mapped and load addresses. Identifying overlays with sections allows
7445 @value{GDBN} to determine the appropriate address of a function or
7446 variable, depending on whether the overlay is mapped or not.
7447
7448 @value{GDBN}'s overlay commands all start with the word @code{overlay};
7449 you can abbreviate this as @code{ov} or @code{ovly}. The commands are:
7450
7451 @table @code
7452 @item overlay off
7453 @kindex overlay off
7454 Disable @value{GDBN}'s overlay support. When overlay support is
7455 disabled, @value{GDBN} assumes that all functions and variables are
7456 always present at their mapped addresses. By default, @value{GDBN}'s
7457 overlay support is disabled.
7458
7459 @item overlay manual
7460 @kindex overlay manual
7461 @cindex manual overlay debugging
7462 Enable @dfn{manual} overlay debugging. In this mode, @value{GDBN}
7463 relies on you to tell it which overlays are mapped, and which are not,
7464 using the @code{overlay map-overlay} and @code{overlay unmap-overlay}
7465 commands described below.
7466
7467 @item overlay map-overlay @var{overlay}
7468 @itemx overlay map @var{overlay}
7469 @kindex overlay map-overlay
7470 @cindex map an overlay
7471 Tell @value{GDBN} that @var{overlay} is now mapped; @var{overlay} must
7472 be the name of the object file section containing the overlay. When an
7473 overlay is mapped, @value{GDBN} assumes it can find the overlay's
7474 functions and variables at their mapped addresses. @value{GDBN} assumes
7475 that any other overlays whose mapped ranges overlap that of
7476 @var{overlay} are now unmapped.
7477
7478 @item overlay unmap-overlay @var{overlay}
7479 @itemx overlay unmap @var{overlay}
7480 @kindex overlay unmap-overlay
7481 @cindex unmap an overlay
7482 Tell @value{GDBN} that @var{overlay} is no longer mapped; @var{overlay}
7483 must be the name of the object file section containing the overlay.
7484 When an overlay is unmapped, @value{GDBN} assumes it can find the
7485 overlay's functions and variables at their load addresses.
7486
7487 @item overlay auto
7488 @kindex overlay auto
7489 Enable @dfn{automatic} overlay debugging. In this mode, @value{GDBN}
7490 consults a data structure the overlay manager maintains in the inferior
7491 to see which overlays are mapped. For details, see @ref{Automatic
7492 Overlay Debugging}.
7493
7494 @item overlay load-target
7495 @itemx overlay load
7496 @kindex overlay load-target
7497 @cindex reloading the overlay table
7498 Re-read the overlay table from the inferior. Normally, @value{GDBN}
7499 re-reads the table @value{GDBN} automatically each time the inferior
7500 stops, so this command should only be necessary if you have changed the
7501 overlay mapping yourself using @value{GDBN}. This command is only
7502 useful when using automatic overlay debugging.
7503
7504 @item overlay list-overlays
7505 @itemx overlay list
7506 @cindex listing mapped overlays
7507 Display a list of the overlays currently mapped, along with their mapped
7508 addresses, load addresses, and sizes.
7509
7510 @end table
7511
7512 Normally, when @value{GDBN} prints a code address, it includes the name
7513 of the function the address falls in:
7514
7515 @smallexample
7516 (gdb) print main
7517 $3 = @{int ()@} 0x11a0 <main>
7518 @end smallexample
7519 @noindent
7520 When overlay debugging is enabled, @value{GDBN} recognizes code in
7521 unmapped overlays, and prints the names of unmapped functions with
7522 asterisks around them. For example, if @code{foo} is a function in an
7523 unmapped overlay, @value{GDBN} prints it this way:
7524
7525 @smallexample
7526 (gdb) overlay list
7527 No sections are mapped.
7528 (gdb) print foo
7529 $5 = @{int (int)@} 0x100000 <*foo*>
7530 @end smallexample
7531 @noindent
7532 When @code{foo}'s overlay is mapped, @value{GDBN} prints the function's
7533 name normally:
7534
7535 @smallexample
7536 (gdb) overlay list
7537 Section .ov.foo.text, loaded at 0x100000 - 0x100034,
7538 mapped at 0x1016 - 0x104a
7539 (gdb) print foo
7540 $6 = @{int (int)@} 0x1016 <foo>
7541 @end smallexample
7542
7543 When overlay debugging is enabled, @value{GDBN} can find the correct
7544 address for functions and variables in an overlay, whether or not the
7545 overlay is mapped. This allows most @value{GDBN} commands, like
7546 @code{break} and @code{disassemble}, to work normally, even on unmapped
7547 code. However, @value{GDBN}'s breakpoint support has some limitations:
7548
7549 @itemize @bullet
7550 @item
7551 @cindex breakpoints in overlays
7552 @cindex overlays, setting breakpoints in
7553 You can set breakpoints in functions in unmapped overlays, as long as
7554 @value{GDBN} can write to the overlay at its load address.
7555 @item
7556 @value{GDBN} can not set hardware or simulator-based breakpoints in
7557 unmapped overlays. However, if you set a breakpoint at the end of your
7558 overlay manager (and tell @value{GDBN} which overlays are now mapped, if
7559 you are using manual overlay management), @value{GDBN} will re-set its
7560 breakpoints properly.
7561 @end itemize
7562
7563
7564 @node Automatic Overlay Debugging
7565 @section Automatic Overlay Debugging
7566 @cindex automatic overlay debugging
7567
7568 @value{GDBN} can automatically track which overlays are mapped and which
7569 are not, given some simple co-operation from the overlay manager in the
7570 inferior. If you enable automatic overlay debugging with the
7571 @code{overlay auto} command (@pxref{Overlay Commands}), @value{GDBN}
7572 looks in the inferior's memory for certain variables describing the
7573 current state of the overlays.
7574
7575 Here are the variables your overlay manager must define to support
7576 @value{GDBN}'s automatic overlay debugging:
7577
7578 @table @asis
7579
7580 @item @code{_ovly_table}:
7581 This variable must be an array of the following structures:
7582
7583 @smallexample
7584 struct
7585 @{
7586 /* The overlay's mapped address. */
7587 unsigned long vma;
7588
7589 /* The size of the overlay, in bytes. */
7590 unsigned long size;
7591
7592 /* The overlay's load address. */
7593 unsigned long lma;
7594
7595 /* Non-zero if the overlay is currently mapped;
7596 zero otherwise. */
7597 unsigned long mapped;
7598 @}
7599 @end smallexample
7600
7601 @item @code{_novlys}:
7602 This variable must be a four-byte signed integer, holding the total
7603 number of elements in @code{_ovly_table}.
7604
7605 @end table
7606
7607 To decide whether a particular overlay is mapped or not, @value{GDBN}
7608 looks for an entry in @w{@code{_ovly_table}} whose @code{vma} and
7609 @code{lma} members equal the VMA and LMA of the overlay's section in the
7610 executable file. When @value{GDBN} finds a matching entry, it consults
7611 the entry's @code{mapped} member to determine whether the overlay is
7612 currently mapped.
7613
7614 In addition, your overlay manager may define a function called
7615 @code{_ovly_debug_event}. If this function is defined, @value{GDBN}
7616 will silently set a breakpoint there. If the overlay manager then
7617 calls this function whenever it has changed the overlay table, this
7618 will enable @value{GDBN} to accurately keep track of which overlays
7619 are in program memory, and update any breakpoints that may be set
7620 in overlays. This will allow breakpoints to work even if the
7621 overlays are kept in ROM or other non-writable memory while they
7622 are not being executed.
7623
7624 @node Overlay Sample Program
7625 @section Overlay Sample Program
7626 @cindex overlay example program
7627
7628 When linking a program which uses overlays, you must place the overlays
7629 at their load addresses, while relocating them to run at their mapped
7630 addresses. To do this, you must write a linker script (@pxref{Overlay
7631 Description,,, ld.info, Using ld: the GNU linker}). Unfortunately,
7632 since linker scripts are specific to a particular host system, target
7633 architecture, and target memory layout, this manual cannot provide
7634 portable sample code demonstrating @value{GDBN}'s overlay support.
7635
7636 However, the @value{GDBN} source distribution does contain an overlaid
7637 program, with linker scripts for a few systems, as part of its test
7638 suite. The program consists of the following files from
7639 @file{gdb/testsuite/gdb.base}:
7640
7641 @table @file
7642 @item overlays.c
7643 The main program file.
7644 @item ovlymgr.c
7645 A simple overlay manager, used by @file{overlays.c}.
7646 @item foo.c
7647 @itemx bar.c
7648 @itemx baz.c
7649 @itemx grbx.c
7650 Overlay modules, loaded and used by @file{overlays.c}.
7651 @item d10v.ld
7652 @itemx m32r.ld
7653 Linker scripts for linking the test program on the @code{d10v-elf}
7654 and @code{m32r-elf} targets.
7655 @end table
7656
7657 You can build the test program using the @code{d10v-elf} GCC
7658 cross-compiler like this:
7659
7660 @smallexample
7661 $ d10v-elf-gcc -g -c overlays.c
7662 $ d10v-elf-gcc -g -c ovlymgr.c
7663 $ d10v-elf-gcc -g -c foo.c
7664 $ d10v-elf-gcc -g -c bar.c
7665 $ d10v-elf-gcc -g -c baz.c
7666 $ d10v-elf-gcc -g -c grbx.c
7667 $ d10v-elf-gcc -g overlays.o ovlymgr.o foo.o bar.o \
7668 baz.o grbx.o -Wl,-Td10v.ld -o overlays
7669 @end smallexample
7670
7671 The build process is identical for any other architecture, except that
7672 you must substitute the appropriate compiler and linker script for the
7673 target system for @code{d10v-elf-gcc} and @code{d10v.ld}.
7674
7675
7676 @node Languages
7677 @chapter Using @value{GDBN} with Different Languages
7678 @cindex languages
7679
7680 Although programming languages generally have common aspects, they are
7681 rarely expressed in the same manner. For instance, in ANSI C,
7682 dereferencing a pointer @code{p} is accomplished by @code{*p}, but in
7683 Modula-2, it is accomplished by @code{p^}. Values can also be
7684 represented (and displayed) differently. Hex numbers in C appear as
7685 @samp{0x1ae}, while in Modula-2 they appear as @samp{1AEH}.
7686
7687 @cindex working language
7688 Language-specific information is built into @value{GDBN} for some languages,
7689 allowing you to express operations like the above in your program's
7690 native language, and allowing @value{GDBN} to output values in a manner
7691 consistent with the syntax of your program's native language. The
7692 language you use to build expressions is called the @dfn{working
7693 language}.
7694
7695 @menu
7696 * Setting:: Switching between source languages
7697 * Show:: Displaying the language
7698 * Checks:: Type and range checks
7699 * Support:: Supported languages
7700 * Unsupported languages:: Unsupported languages
7701 @end menu
7702
7703 @node Setting
7704 @section Switching between source languages
7705
7706 There are two ways to control the working language---either have @value{GDBN}
7707 set it automatically, or select it manually yourself. You can use the
7708 @code{set language} command for either purpose. On startup, @value{GDBN}
7709 defaults to setting the language automatically. The working language is
7710 used to determine how expressions you type are interpreted, how values
7711 are printed, etc.
7712
7713 In addition to the working language, every source file that
7714 @value{GDBN} knows about has its own working language. For some object
7715 file formats, the compiler might indicate which language a particular
7716 source file is in. However, most of the time @value{GDBN} infers the
7717 language from the name of the file. The language of a source file
7718 controls whether C@t{++} names are demangled---this way @code{backtrace} can
7719 show each frame appropriately for its own language. There is no way to
7720 set the language of a source file from within @value{GDBN}, but you can
7721 set the language associated with a filename extension. @xref{Show, ,
7722 Displaying the language}.
7723
7724 This is most commonly a problem when you use a program, such
7725 as @code{cfront} or @code{f2c}, that generates C but is written in
7726 another language. In that case, make the
7727 program use @code{#line} directives in its C output; that way
7728 @value{GDBN} will know the correct language of the source code of the original
7729 program, and will display that source code, not the generated C code.
7730
7731 @menu
7732 * Filenames:: Filename extensions and languages.
7733 * Manually:: Setting the working language manually
7734 * Automatically:: Having @value{GDBN} infer the source language
7735 @end menu
7736
7737 @node Filenames
7738 @subsection List of filename extensions and languages
7739
7740 If a source file name ends in one of the following extensions, then
7741 @value{GDBN} infers that its language is the one indicated.
7742
7743 @table @file
7744
7745 @item .c
7746 C source file
7747
7748 @item .C
7749 @itemx .cc
7750 @itemx .cp
7751 @itemx .cpp
7752 @itemx .cxx
7753 @itemx .c++
7754 C@t{++} source file
7755
7756 @item .m
7757 Objective-C source file
7758
7759 @item .f
7760 @itemx .F
7761 Fortran source file
7762
7763 @item .mod
7764 Modula-2 source file
7765
7766 @item .s
7767 @itemx .S
7768 Assembler source file. This actually behaves almost like C, but
7769 @value{GDBN} does not skip over function prologues when stepping.
7770 @end table
7771
7772 In addition, you may set the language associated with a filename
7773 extension. @xref{Show, , Displaying the language}.
7774
7775 @node Manually
7776 @subsection Setting the working language
7777
7778 If you allow @value{GDBN} to set the language automatically,
7779 expressions are interpreted the same way in your debugging session and
7780 your program.
7781
7782 @kindex set language
7783 If you wish, you may set the language manually. To do this, issue the
7784 command @samp{set language @var{lang}}, where @var{lang} is the name of
7785 a language, such as
7786 @code{c} or @code{modula-2}.
7787 For a list of the supported languages, type @samp{set language}.
7788
7789 Setting the language manually prevents @value{GDBN} from updating the working
7790 language automatically. This can lead to confusion if you try
7791 to debug a program when the working language is not the same as the
7792 source language, when an expression is acceptable to both
7793 languages---but means different things. For instance, if the current
7794 source file were written in C, and @value{GDBN} was parsing Modula-2, a
7795 command such as:
7796
7797 @smallexample
7798 print a = b + c
7799 @end smallexample
7800
7801 @noindent
7802 might not have the effect you intended. In C, this means to add
7803 @code{b} and @code{c} and place the result in @code{a}. The result
7804 printed would be the value of @code{a}. In Modula-2, this means to compare
7805 @code{a} to the result of @code{b+c}, yielding a @code{BOOLEAN} value.
7806
7807 @node Automatically
7808 @subsection Having @value{GDBN} infer the source language
7809
7810 To have @value{GDBN} set the working language automatically, use
7811 @samp{set language local} or @samp{set language auto}. @value{GDBN}
7812 then infers the working language. That is, when your program stops in a
7813 frame (usually by encountering a breakpoint), @value{GDBN} sets the
7814 working language to the language recorded for the function in that
7815 frame. If the language for a frame is unknown (that is, if the function
7816 or block corresponding to the frame was defined in a source file that
7817 does not have a recognized extension), the current working language is
7818 not changed, and @value{GDBN} issues a warning.
7819
7820 This may not seem necessary for most programs, which are written
7821 entirely in one source language. However, program modules and libraries
7822 written in one source language can be used by a main program written in
7823 a different source language. Using @samp{set language auto} in this
7824 case frees you from having to set the working language manually.
7825
7826 @node Show
7827 @section Displaying the language
7828
7829 The following commands help you find out which language is the
7830 working language, and also what language source files were written in.
7831
7832 @kindex show language
7833 @kindex info frame@r{, show the source language}
7834 @kindex info source@r{, show the source language}
7835 @table @code
7836 @item show language
7837 Display the current working language. This is the
7838 language you can use with commands such as @code{print} to
7839 build and compute expressions that may involve variables in your program.
7840
7841 @item info frame
7842 Display the source language for this frame. This language becomes the
7843 working language if you use an identifier from this frame.
7844 @xref{Frame Info, ,Information about a frame}, to identify the other
7845 information listed here.
7846
7847 @item info source
7848 Display the source language of this source file.
7849 @xref{Symbols, ,Examining the Symbol Table}, to identify the other
7850 information listed here.
7851 @end table
7852
7853 In unusual circumstances, you may have source files with extensions
7854 not in the standard list. You can then set the extension associated
7855 with a language explicitly:
7856
7857 @kindex set extension-language
7858 @kindex info extensions
7859 @table @code
7860 @item set extension-language @var{.ext} @var{language}
7861 Set source files with extension @var{.ext} to be assumed to be in
7862 the source language @var{language}.
7863
7864 @item info extensions
7865 List all the filename extensions and the associated languages.
7866 @end table
7867
7868 @node Checks
7869 @section Type and range checking
7870
7871 @quotation
7872 @emph{Warning:} In this release, the @value{GDBN} commands for type and range
7873 checking are included, but they do not yet have any effect. This
7874 section documents the intended facilities.
7875 @end quotation
7876 @c FIXME remove warning when type/range code added
7877
7878 Some languages are designed to guard you against making seemingly common
7879 errors through a series of compile- and run-time checks. These include
7880 checking the type of arguments to functions and operators, and making
7881 sure mathematical overflows are caught at run time. Checks such as
7882 these help to ensure a program's correctness once it has been compiled
7883 by eliminating type mismatches, and providing active checks for range
7884 errors when your program is running.
7885
7886 @value{GDBN} can check for conditions like the above if you wish.
7887 Although @value{GDBN} does not check the statements in your program, it
7888 can check expressions entered directly into @value{GDBN} for evaluation via
7889 the @code{print} command, for example. As with the working language,
7890 @value{GDBN} can also decide whether or not to check automatically based on
7891 your program's source language. @xref{Support, ,Supported languages},
7892 for the default settings of supported languages.
7893
7894 @menu
7895 * Type Checking:: An overview of type checking
7896 * Range Checking:: An overview of range checking
7897 @end menu
7898
7899 @cindex type checking
7900 @cindex checks, type
7901 @node Type Checking
7902 @subsection An overview of type checking
7903
7904 Some languages, such as Modula-2, are strongly typed, meaning that the
7905 arguments to operators and functions have to be of the correct type,
7906 otherwise an error occurs. These checks prevent type mismatch
7907 errors from ever causing any run-time problems. For example,
7908
7909 @smallexample
7910 1 + 2 @result{} 3
7911 @exdent but
7912 @error{} 1 + 2.3
7913 @end smallexample
7914
7915 The second example fails because the @code{CARDINAL} 1 is not
7916 type-compatible with the @code{REAL} 2.3.
7917
7918 For the expressions you use in @value{GDBN} commands, you can tell the
7919 @value{GDBN} type checker to skip checking;
7920 to treat any mismatches as errors and abandon the expression;
7921 or to only issue warnings when type mismatches occur,
7922 but evaluate the expression anyway. When you choose the last of
7923 these, @value{GDBN} evaluates expressions like the second example above, but
7924 also issues a warning.
7925
7926 Even if you turn type checking off, there may be other reasons
7927 related to type that prevent @value{GDBN} from evaluating an expression.
7928 For instance, @value{GDBN} does not know how to add an @code{int} and
7929 a @code{struct foo}. These particular type errors have nothing to do
7930 with the language in use, and usually arise from expressions, such as
7931 the one described above, which make little sense to evaluate anyway.
7932
7933 Each language defines to what degree it is strict about type. For
7934 instance, both Modula-2 and C require the arguments to arithmetical
7935 operators to be numbers. In C, enumerated types and pointers can be
7936 represented as numbers, so that they are valid arguments to mathematical
7937 operators. @xref{Support, ,Supported languages}, for further
7938 details on specific languages.
7939
7940 @value{GDBN} provides some additional commands for controlling the type checker:
7941
7942 @kindex set check@r{, type}
7943 @kindex set check type
7944 @kindex show check type
7945 @table @code
7946 @item set check type auto
7947 Set type checking on or off based on the current working language.
7948 @xref{Support, ,Supported languages}, for the default settings for
7949 each language.
7950
7951 @item set check type on
7952 @itemx set check type off
7953 Set type checking on or off, overriding the default setting for the
7954 current working language. Issue a warning if the setting does not
7955 match the language default. If any type mismatches occur in
7956 evaluating an expression while type checking is on, @value{GDBN} prints a
7957 message and aborts evaluation of the expression.
7958
7959 @item set check type warn
7960 Cause the type checker to issue warnings, but to always attempt to
7961 evaluate the expression. Evaluating the expression may still
7962 be impossible for other reasons. For example, @value{GDBN} cannot add
7963 numbers and structures.
7964
7965 @item show type
7966 Show the current setting of the type checker, and whether or not @value{GDBN}
7967 is setting it automatically.
7968 @end table
7969
7970 @cindex range checking
7971 @cindex checks, range
7972 @node Range Checking
7973 @subsection An overview of range checking
7974
7975 In some languages (such as Modula-2), it is an error to exceed the
7976 bounds of a type; this is enforced with run-time checks. Such range
7977 checking is meant to ensure program correctness by making sure
7978 computations do not overflow, or indices on an array element access do
7979 not exceed the bounds of the array.
7980
7981 For expressions you use in @value{GDBN} commands, you can tell
7982 @value{GDBN} to treat range errors in one of three ways: ignore them,
7983 always treat them as errors and abandon the expression, or issue
7984 warnings but evaluate the expression anyway.
7985
7986 A range error can result from numerical overflow, from exceeding an
7987 array index bound, or when you type a constant that is not a member
7988 of any type. Some languages, however, do not treat overflows as an
7989 error. In many implementations of C, mathematical overflow causes the
7990 result to ``wrap around'' to lower values---for example, if @var{m} is
7991 the largest integer value, and @var{s} is the smallest, then
7992
7993 @smallexample
7994 @var{m} + 1 @result{} @var{s}
7995 @end smallexample
7996
7997 This, too, is specific to individual languages, and in some cases
7998 specific to individual compilers or machines. @xref{Support, ,
7999 Supported languages}, for further details on specific languages.
8000
8001 @value{GDBN} provides some additional commands for controlling the range checker:
8002
8003 @kindex set check@r{, range}
8004 @kindex set check range
8005 @kindex show check range
8006 @table @code
8007 @item set check range auto
8008 Set range checking on or off based on the current working language.
8009 @xref{Support, ,Supported languages}, for the default settings for
8010 each language.
8011
8012 @item set check range on
8013 @itemx set check range off
8014 Set range checking on or off, overriding the default setting for the
8015 current working language. A warning is issued if the setting does not
8016 match the language default. If a range error occurs and range checking is on,
8017 then a message is printed and evaluation of the expression is aborted.
8018
8019 @item set check range warn
8020 Output messages when the @value{GDBN} range checker detects a range error,
8021 but attempt to evaluate the expression anyway. Evaluating the
8022 expression may still be impossible for other reasons, such as accessing
8023 memory that the process does not own (a typical example from many Unix
8024 systems).
8025
8026 @item show range
8027 Show the current setting of the range checker, and whether or not it is
8028 being set automatically by @value{GDBN}.
8029 @end table
8030
8031 @node Support
8032 @section Supported languages
8033
8034 @value{GDBN} supports C, C@t{++}, Objective-C, Fortran, Java, assembly, and Modula-2.
8035 @c This is false ...
8036 Some @value{GDBN} features may be used in expressions regardless of the
8037 language you use: the @value{GDBN} @code{@@} and @code{::} operators,
8038 and the @samp{@{type@}addr} construct (@pxref{Expressions,
8039 ,Expressions}) can be used with the constructs of any supported
8040 language.
8041
8042 The following sections detail to what degree each source language is
8043 supported by @value{GDBN}. These sections are not meant to be language
8044 tutorials or references, but serve only as a reference guide to what the
8045 @value{GDBN} expression parser accepts, and what input and output
8046 formats should look like for different languages. There are many good
8047 books written on each of these languages; please look to these for a
8048 language reference or tutorial.
8049
8050 @menu
8051 * C:: C and C@t{++}
8052 * Objective-C:: Objective-C
8053 * Modula-2:: Modula-2
8054 @end menu
8055
8056 @node C
8057 @subsection C and C@t{++}
8058
8059 @cindex C and C@t{++}
8060 @cindex expressions in C or C@t{++}
8061
8062 Since C and C@t{++} are so closely related, many features of @value{GDBN} apply
8063 to both languages. Whenever this is the case, we discuss those languages
8064 together.
8065
8066 @cindex C@t{++}
8067 @cindex @code{g++}, @sc{gnu} C@t{++} compiler
8068 @cindex @sc{gnu} C@t{++}
8069 The C@t{++} debugging facilities are jointly implemented by the C@t{++}
8070 compiler and @value{GDBN}. Therefore, to debug your C@t{++} code
8071 effectively, you must compile your C@t{++} programs with a supported
8072 C@t{++} compiler, such as @sc{gnu} @code{g++}, or the HP ANSI C@t{++}
8073 compiler (@code{aCC}).
8074
8075 For best results when using @sc{gnu} C@t{++}, use the DWARF 2 debugging
8076 format; if it doesn't work on your system, try the stabs+ debugging
8077 format. You can select those formats explicitly with the @code{g++}
8078 command-line options @option{-gdwarf-2} and @option{-gstabs+}.
8079 @xref{Debugging Options,,Options for Debugging Your Program or @sc{gnu}
8080 CC, gcc.info, Using @sc{gnu} CC}.
8081
8082 @menu
8083 * C Operators:: C and C@t{++} operators
8084 * C Constants:: C and C@t{++} constants
8085 * C plus plus expressions:: C@t{++} expressions
8086 * C Defaults:: Default settings for C and C@t{++}
8087 * C Checks:: C and C@t{++} type and range checks
8088 * Debugging C:: @value{GDBN} and C
8089 * Debugging C plus plus:: @value{GDBN} features for C@t{++}
8090 @end menu
8091
8092 @node C Operators
8093 @subsubsection C and C@t{++} operators
8094
8095 @cindex C and C@t{++} operators
8096
8097 Operators must be defined on values of specific types. For instance,
8098 @code{+} is defined on numbers, but not on structures. Operators are
8099 often defined on groups of types.
8100
8101 For the purposes of C and C@t{++}, the following definitions hold:
8102
8103 @itemize @bullet
8104
8105 @item
8106 @emph{Integral types} include @code{int} with any of its storage-class
8107 specifiers; @code{char}; @code{enum}; and, for C@t{++}, @code{bool}.
8108
8109 @item
8110 @emph{Floating-point types} include @code{float}, @code{double}, and
8111 @code{long double} (if supported by the target platform).
8112
8113 @item
8114 @emph{Pointer types} include all types defined as @code{(@var{type} *)}.
8115
8116 @item
8117 @emph{Scalar types} include all of the above.
8118
8119 @end itemize
8120
8121 @noindent
8122 The following operators are supported. They are listed here
8123 in order of increasing precedence:
8124
8125 @table @code
8126 @item ,
8127 The comma or sequencing operator. Expressions in a comma-separated list
8128 are evaluated from left to right, with the result of the entire
8129 expression being the last expression evaluated.
8130
8131 @item =
8132 Assignment. The value of an assignment expression is the value
8133 assigned. Defined on scalar types.
8134
8135 @item @var{op}=
8136 Used in an expression of the form @w{@code{@var{a} @var{op}= @var{b}}},
8137 and translated to @w{@code{@var{a} = @var{a op b}}}.
8138 @w{@code{@var{op}=}} and @code{=} have the same precedence.
8139 @var{op} is any one of the operators @code{|}, @code{^}, @code{&},
8140 @code{<<}, @code{>>}, @code{+}, @code{-}, @code{*}, @code{/}, @code{%}.
8141
8142 @item ?:
8143 The ternary operator. @code{@var{a} ? @var{b} : @var{c}} can be thought
8144 of as: if @var{a} then @var{b} else @var{c}. @var{a} should be of an
8145 integral type.
8146
8147 @item ||
8148 Logical @sc{or}. Defined on integral types.
8149
8150 @item &&
8151 Logical @sc{and}. Defined on integral types.
8152
8153 @item |
8154 Bitwise @sc{or}. Defined on integral types.
8155
8156 @item ^
8157 Bitwise exclusive-@sc{or}. Defined on integral types.
8158
8159 @item &
8160 Bitwise @sc{and}. Defined on integral types.
8161
8162 @item ==@r{, }!=
8163 Equality and inequality. Defined on scalar types. The value of these
8164 expressions is 0 for false and non-zero for true.
8165
8166 @item <@r{, }>@r{, }<=@r{, }>=
8167 Less than, greater than, less than or equal, greater than or equal.
8168 Defined on scalar types. The value of these expressions is 0 for false
8169 and non-zero for true.
8170
8171 @item <<@r{, }>>
8172 left shift, and right shift. Defined on integral types.
8173
8174 @item @@
8175 The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
8176
8177 @item +@r{, }-
8178 Addition and subtraction. Defined on integral types, floating-point types and
8179 pointer types.
8180
8181 @item *@r{, }/@r{, }%
8182 Multiplication, division, and modulus. Multiplication and division are
8183 defined on integral and floating-point types. Modulus is defined on
8184 integral types.
8185
8186 @item ++@r{, }--
8187 Increment and decrement. When appearing before a variable, the
8188 operation is performed before the variable is used in an expression;
8189 when appearing after it, the variable's value is used before the
8190 operation takes place.
8191
8192 @item *
8193 Pointer dereferencing. Defined on pointer types. Same precedence as
8194 @code{++}.
8195
8196 @item &
8197 Address operator. Defined on variables. Same precedence as @code{++}.
8198
8199 For debugging C@t{++}, @value{GDBN} implements a use of @samp{&} beyond what is
8200 allowed in the C@t{++} language itself: you can use @samp{&(&@var{ref})}
8201 (or, if you prefer, simply @samp{&&@var{ref}}) to examine the address
8202 where a C@t{++} reference variable (declared with @samp{&@var{ref}}) is
8203 stored.
8204
8205 @item -
8206 Negative. Defined on integral and floating-point types. Same
8207 precedence as @code{++}.
8208
8209 @item !
8210 Logical negation. Defined on integral types. Same precedence as
8211 @code{++}.
8212
8213 @item ~
8214 Bitwise complement operator. Defined on integral types. Same precedence as
8215 @code{++}.
8216
8217
8218 @item .@r{, }->
8219 Structure member, and pointer-to-structure member. For convenience,
8220 @value{GDBN} regards the two as equivalent, choosing whether to dereference a
8221 pointer based on the stored type information.
8222 Defined on @code{struct} and @code{union} data.
8223
8224 @item .*@r{, }->*
8225 Dereferences of pointers to members.
8226
8227 @item []
8228 Array indexing. @code{@var{a}[@var{i}]} is defined as
8229 @code{*(@var{a}+@var{i})}. Same precedence as @code{->}.
8230
8231 @item ()
8232 Function parameter list. Same precedence as @code{->}.
8233
8234 @item ::
8235 C@t{++} scope resolution operator. Defined on @code{struct}, @code{union},
8236 and @code{class} types.
8237
8238 @item ::
8239 Doubled colons also represent the @value{GDBN} scope operator
8240 (@pxref{Expressions, ,Expressions}). Same precedence as @code{::},
8241 above.
8242 @end table
8243
8244 If an operator is redefined in the user code, @value{GDBN} usually
8245 attempts to invoke the redefined version instead of using the operator's
8246 predefined meaning.
8247
8248 @menu
8249 * C Constants::
8250 @end menu
8251
8252 @node C Constants
8253 @subsubsection C and C@t{++} constants
8254
8255 @cindex C and C@t{++} constants
8256
8257 @value{GDBN} allows you to express the constants of C and C@t{++} in the
8258 following ways:
8259
8260 @itemize @bullet
8261 @item
8262 Integer constants are a sequence of digits. Octal constants are
8263 specified by a leading @samp{0} (i.e.@: zero), and hexadecimal constants
8264 by a leading @samp{0x} or @samp{0X}. Constants may also end with a letter
8265 @samp{l}, specifying that the constant should be treated as a
8266 @code{long} value.
8267
8268 @item
8269 Floating point constants are a sequence of digits, followed by a decimal
8270 point, followed by a sequence of digits, and optionally followed by an
8271 exponent. An exponent is of the form:
8272 @samp{@w{e@r{[[}+@r{]|}-@r{]}@var{nnn}}}, where @var{nnn} is another
8273 sequence of digits. The @samp{+} is optional for positive exponents.
8274 A floating-point constant may also end with a letter @samp{f} or
8275 @samp{F}, specifying that the constant should be treated as being of
8276 the @code{float} (as opposed to the default @code{double}) type; or with
8277 a letter @samp{l} or @samp{L}, which specifies a @code{long double}
8278 constant.
8279
8280 @item
8281 Enumerated constants consist of enumerated identifiers, or their
8282 integral equivalents.
8283
8284 @item
8285 Character constants are a single character surrounded by single quotes
8286 (@code{'}), or a number---the ordinal value of the corresponding character
8287 (usually its @sc{ascii} value). Within quotes, the single character may
8288 be represented by a letter or by @dfn{escape sequences}, which are of
8289 the form @samp{\@var{nnn}}, where @var{nnn} is the octal representation
8290 of the character's ordinal value; or of the form @samp{\@var{x}}, where
8291 @samp{@var{x}} is a predefined special character---for example,
8292 @samp{\n} for newline.
8293
8294 @item
8295 String constants are a sequence of character constants surrounded by
8296 double quotes (@code{"}). Any valid character constant (as described
8297 above) may appear. Double quotes within the string must be preceded by
8298 a backslash, so for instance @samp{"a\"b'c"} is a string of five
8299 characters.
8300
8301 @item
8302 Pointer constants are an integral value. You can also write pointers
8303 to constants using the C operator @samp{&}.
8304
8305 @item
8306 Array constants are comma-separated lists surrounded by braces @samp{@{}
8307 and @samp{@}}; for example, @samp{@{1,2,3@}} is a three-element array of
8308 integers, @samp{@{@{1,2@}, @{3,4@}, @{5,6@}@}} is a three-by-two array,
8309 and @samp{@{&"hi", &"there", &"fred"@}} is a three-element array of pointers.
8310 @end itemize
8311
8312 @menu
8313 * C plus plus expressions::
8314 * C Defaults::
8315 * C Checks::
8316
8317 * Debugging C::
8318 @end menu
8319
8320 @node C plus plus expressions
8321 @subsubsection C@t{++} expressions
8322
8323 @cindex expressions in C@t{++}
8324 @value{GDBN} expression handling can interpret most C@t{++} expressions.
8325
8326 @cindex debugging C@t{++} programs
8327 @cindex C@t{++} compilers
8328 @cindex debug formats and C@t{++}
8329 @cindex @value{NGCC} and C@t{++}
8330 @quotation
8331 @emph{Warning:} @value{GDBN} can only debug C@t{++} code if you use the
8332 proper compiler and the proper debug format. Currently, @value{GDBN}
8333 works best when debugging C@t{++} code that is compiled with
8334 @value{NGCC} 2.95.3 or with @value{NGCC} 3.1 or newer, using the options
8335 @option{-gdwarf-2} or @option{-gstabs+}. DWARF 2 is preferred over
8336 stabs+. Most configurations of @value{NGCC} emit either DWARF 2 or
8337 stabs+ as their default debug format, so you usually don't need to
8338 specify a debug format explicitly. Other compilers and/or debug formats
8339 are likely to work badly or not at all when using @value{GDBN} to debug
8340 C@t{++} code.
8341 @end quotation
8342
8343 @enumerate
8344
8345 @cindex member functions
8346 @item
8347 Member function calls are allowed; you can use expressions like
8348
8349 @smallexample
8350 count = aml->GetOriginal(x, y)
8351 @end smallexample
8352
8353 @vindex this@r{, inside C@t{++} member functions}
8354 @cindex namespace in C@t{++}
8355 @item
8356 While a member function is active (in the selected stack frame), your
8357 expressions have the same namespace available as the member function;
8358 that is, @value{GDBN} allows implicit references to the class instance
8359 pointer @code{this} following the same rules as C@t{++}.
8360
8361 @cindex call overloaded functions
8362 @cindex overloaded functions, calling
8363 @cindex type conversions in C@t{++}
8364 @item
8365 You can call overloaded functions; @value{GDBN} resolves the function
8366 call to the right definition, with some restrictions. @value{GDBN} does not
8367 perform overload resolution involving user-defined type conversions,
8368 calls to constructors, or instantiations of templates that do not exist
8369 in the program. It also cannot handle ellipsis argument lists or
8370 default arguments.
8371
8372 It does perform integral conversions and promotions, floating-point
8373 promotions, arithmetic conversions, pointer conversions, conversions of
8374 class objects to base classes, and standard conversions such as those of
8375 functions or arrays to pointers; it requires an exact match on the
8376 number of function arguments.
8377
8378 Overload resolution is always performed, unless you have specified
8379 @code{set overload-resolution off}. @xref{Debugging C plus plus,
8380 ,@value{GDBN} features for C@t{++}}.
8381
8382 You must specify @code{set overload-resolution off} in order to use an
8383 explicit function signature to call an overloaded function, as in
8384 @smallexample
8385 p 'foo(char,int)'('x', 13)
8386 @end smallexample
8387
8388 The @value{GDBN} command-completion facility can simplify this;
8389 see @ref{Completion, ,Command completion}.
8390
8391 @cindex reference declarations
8392 @item
8393 @value{GDBN} understands variables declared as C@t{++} references; you can use
8394 them in expressions just as you do in C@t{++} source---they are automatically
8395 dereferenced.
8396
8397 In the parameter list shown when @value{GDBN} displays a frame, the values of
8398 reference variables are not displayed (unlike other variables); this
8399 avoids clutter, since references are often used for large structures.
8400 The @emph{address} of a reference variable is always shown, unless
8401 you have specified @samp{set print address off}.
8402
8403 @item
8404 @value{GDBN} supports the C@t{++} name resolution operator @code{::}---your
8405 expressions can use it just as expressions in your program do. Since
8406 one scope may be defined in another, you can use @code{::} repeatedly if
8407 necessary, for example in an expression like
8408 @samp{@var{scope1}::@var{scope2}::@var{name}}. @value{GDBN} also allows
8409 resolving name scope by reference to source files, in both C and C@t{++}
8410 debugging (@pxref{Variables, ,Program variables}).
8411 @end enumerate
8412
8413 In addition, when used with HP's C@t{++} compiler, @value{GDBN} supports
8414 calling virtual functions correctly, printing out virtual bases of
8415 objects, calling functions in a base subobject, casting objects, and
8416 invoking user-defined operators.
8417
8418 @node C Defaults
8419 @subsubsection C and C@t{++} defaults
8420
8421 @cindex C and C@t{++} defaults
8422
8423 If you allow @value{GDBN} to set type and range checking automatically, they
8424 both default to @code{off} whenever the working language changes to
8425 C or C@t{++}. This happens regardless of whether you or @value{GDBN}
8426 selects the working language.
8427
8428 If you allow @value{GDBN} to set the language automatically, it
8429 recognizes source files whose names end with @file{.c}, @file{.C}, or
8430 @file{.cc}, etc, and when @value{GDBN} enters code compiled from one of
8431 these files, it sets the working language to C or C@t{++}.
8432 @xref{Automatically, ,Having @value{GDBN} infer the source language},
8433 for further details.
8434
8435 @c Type checking is (a) primarily motivated by Modula-2, and (b)
8436 @c unimplemented. If (b) changes, it might make sense to let this node
8437 @c appear even if Mod-2 does not, but meanwhile ignore it. roland 16jul93.
8438
8439 @node C Checks
8440 @subsubsection C and C@t{++} type and range checks
8441
8442 @cindex C and C@t{++} checks
8443
8444 By default, when @value{GDBN} parses C or C@t{++} expressions, type checking
8445 is not used. However, if you turn type checking on, @value{GDBN}
8446 considers two variables type equivalent if:
8447
8448 @itemize @bullet
8449 @item
8450 The two variables are structured and have the same structure, union, or
8451 enumerated tag.
8452
8453 @item
8454 The two variables have the same type name, or types that have been
8455 declared equivalent through @code{typedef}.
8456
8457 @ignore
8458 @c leaving this out because neither J Gilmore nor R Pesch understand it.
8459 @c FIXME--beers?
8460 @item
8461 The two @code{struct}, @code{union}, or @code{enum} variables are
8462 declared in the same declaration. (Note: this may not be true for all C
8463 compilers.)
8464 @end ignore
8465 @end itemize
8466
8467 Range checking, if turned on, is done on mathematical operations. Array
8468 indices are not checked, since they are often used to index a pointer
8469 that is not itself an array.
8470
8471 @node Debugging C
8472 @subsubsection @value{GDBN} and C
8473
8474 The @code{set print union} and @code{show print union} commands apply to
8475 the @code{union} type. When set to @samp{on}, any @code{union} that is
8476 inside a @code{struct} or @code{class} is also printed. Otherwise, it
8477 appears as @samp{@{...@}}.
8478
8479 The @code{@@} operator aids in the debugging of dynamic arrays, formed
8480 with pointers and a memory allocation function. @xref{Expressions,
8481 ,Expressions}.
8482
8483 @menu
8484 * Debugging C plus plus::
8485 @end menu
8486
8487 @node Debugging C plus plus
8488 @subsubsection @value{GDBN} features for C@t{++}
8489
8490 @cindex commands for C@t{++}
8491
8492 Some @value{GDBN} commands are particularly useful with C@t{++}, and some are
8493 designed specifically for use with C@t{++}. Here is a summary:
8494
8495 @table @code
8496 @cindex break in overloaded functions
8497 @item @r{breakpoint menus}
8498 When you want a breakpoint in a function whose name is overloaded,
8499 @value{GDBN} breakpoint menus help you specify which function definition
8500 you want. @xref{Breakpoint Menus,,Breakpoint menus}.
8501
8502 @cindex overloading in C@t{++}
8503 @item rbreak @var{regex}
8504 Setting breakpoints using regular expressions is helpful for setting
8505 breakpoints on overloaded functions that are not members of any special
8506 classes.
8507 @xref{Set Breaks, ,Setting breakpoints}.
8508
8509 @cindex C@t{++} exception handling
8510 @item catch throw
8511 @itemx catch catch
8512 Debug C@t{++} exception handling using these commands. @xref{Set
8513 Catchpoints, , Setting catchpoints}.
8514
8515 @cindex inheritance
8516 @item ptype @var{typename}
8517 Print inheritance relationships as well as other information for type
8518 @var{typename}.
8519 @xref{Symbols, ,Examining the Symbol Table}.
8520
8521 @cindex C@t{++} symbol display
8522 @item set print demangle
8523 @itemx show print demangle
8524 @itemx set print asm-demangle
8525 @itemx show print asm-demangle
8526 Control whether C@t{++} symbols display in their source form, both when
8527 displaying code as C@t{++} source and when displaying disassemblies.
8528 @xref{Print Settings, ,Print settings}.
8529
8530 @item set print object
8531 @itemx show print object
8532 Choose whether to print derived (actual) or declared types of objects.
8533 @xref{Print Settings, ,Print settings}.
8534
8535 @item set print vtbl
8536 @itemx show print vtbl
8537 Control the format for printing virtual function tables.
8538 @xref{Print Settings, ,Print settings}.
8539 (The @code{vtbl} commands do not work on programs compiled with the HP
8540 ANSI C@t{++} compiler (@code{aCC}).)
8541
8542 @kindex set overload-resolution
8543 @cindex overloaded functions, overload resolution
8544 @item set overload-resolution on
8545 Enable overload resolution for C@t{++} expression evaluation. The default
8546 is on. For overloaded functions, @value{GDBN} evaluates the arguments
8547 and searches for a function whose signature matches the argument types,
8548 using the standard C@t{++} conversion rules (see @ref{C plus plus expressions, ,C@t{++}
8549 expressions}, for details). If it cannot find a match, it emits a
8550 message.
8551
8552 @item set overload-resolution off
8553 Disable overload resolution for C@t{++} expression evaluation. For
8554 overloaded functions that are not class member functions, @value{GDBN}
8555 chooses the first function of the specified name that it finds in the
8556 symbol table, whether or not its arguments are of the correct type. For
8557 overloaded functions that are class member functions, @value{GDBN}
8558 searches for a function whose signature @emph{exactly} matches the
8559 argument types.
8560
8561 @item @r{Overloaded symbol names}
8562 You can specify a particular definition of an overloaded symbol, using
8563 the same notation that is used to declare such symbols in C@t{++}: type
8564 @code{@var{symbol}(@var{types})} rather than just @var{symbol}. You can
8565 also use the @value{GDBN} command-line word completion facilities to list the
8566 available choices, or to finish the type list for you.
8567 @xref{Completion,, Command completion}, for details on how to do this.
8568 @end table
8569
8570 @node Objective-C
8571 @subsection Objective-C
8572
8573 @cindex Objective-C
8574 This section provides information about some commands and command
8575 options that are useful for debugging Objective-C code.
8576
8577 @menu
8578 * Method Names in Commands::
8579 * The Print Command with Objective-C::
8580 @end menu
8581
8582 @node Method Names in Commands, The Print Command with Objective-C, Objective-C, Objective-C
8583 @subsubsection Method Names in Commands
8584
8585 The following commands have been extended to accept Objective-C method
8586 names as line specifications:
8587
8588 @kindex clear@r{, and Objective-C}
8589 @kindex break@r{, and Objective-C}
8590 @kindex info line@r{, and Objective-C}
8591 @kindex jump@r{, and Objective-C}
8592 @kindex list@r{, and Objective-C}
8593 @itemize
8594 @item @code{clear}
8595 @item @code{break}
8596 @item @code{info line}
8597 @item @code{jump}
8598 @item @code{list}
8599 @end itemize
8600
8601 A fully qualified Objective-C method name is specified as
8602
8603 @smallexample
8604 -[@var{Class} @var{methodName}]
8605 @end smallexample
8606
8607 where the minus sign is used to indicate an instance method and a
8608 plus sign (not shown) is used to indicate a class method. The class
8609 name @var{Class} and method name @var{methodName} are enclosed in
8610 brackets, similar to the way messages are specified in Objective-C
8611 source code. For example, to set a breakpoint at the @code{create}
8612 instance method of class @code{Fruit} in the program currently being
8613 debugged, enter:
8614
8615 @smallexample
8616 break -[Fruit create]
8617 @end smallexample
8618
8619 To list ten program lines around the @code{initialize} class method,
8620 enter:
8621
8622 @smallexample
8623 list +[NSText initialize]
8624 @end smallexample
8625
8626 In the current version of @value{GDBN}, the plus or minus sign is
8627 required. In future versions of @value{GDBN}, the plus or minus
8628 sign will be optional, but you can use it to narrow the search. It
8629 is also possible to specify just a method name:
8630
8631 @smallexample
8632 break create
8633 @end smallexample
8634
8635 You must specify the complete method name, including any colons. If
8636 your program's source files contain more than one @code{create} method,
8637 you'll be presented with a numbered list of classes that implement that
8638 method. Indicate your choice by number, or type @samp{0} to exit if
8639 none apply.
8640
8641 As another example, to clear a breakpoint established at the
8642 @code{makeKeyAndOrderFront:} method of the @code{NSWindow} class, enter:
8643
8644 @smallexample
8645 clear -[NSWindow makeKeyAndOrderFront:]
8646 @end smallexample
8647
8648 @node The Print Command with Objective-C
8649 @subsubsection The Print Command With Objective-C
8650 @kindex print-object
8651 @kindex po @r{(@code{print-object})}
8652
8653 The print command has also been extended to accept methods. For example:
8654
8655 @smallexample
8656 print -[@var{object} hash]
8657 @end smallexample
8658
8659 @cindex print an Objective-C object description
8660 @cindex @code{_NSPrintForDebugger}, and printing Objective-C objects
8661 @noindent
8662 will tell @value{GDBN} to send the @code{hash} message to @var{object}
8663 and print the result. Also, an additional command has been added,
8664 @code{print-object} or @code{po} for short, which is meant to print
8665 the description of an object. However, this command may only work
8666 with certain Objective-C libraries that have a particular hook
8667 function, @code{_NSPrintForDebugger}, defined.
8668
8669 @node Modula-2, , Objective-C, Support
8670 @subsection Modula-2
8671
8672 @cindex Modula-2, @value{GDBN} support
8673
8674 The extensions made to @value{GDBN} to support Modula-2 only support
8675 output from the @sc{gnu} Modula-2 compiler (which is currently being
8676 developed). Other Modula-2 compilers are not currently supported, and
8677 attempting to debug executables produced by them is most likely
8678 to give an error as @value{GDBN} reads in the executable's symbol
8679 table.
8680
8681 @cindex expressions in Modula-2
8682 @menu
8683 * M2 Operators:: Built-in operators
8684 * Built-In Func/Proc:: Built-in functions and procedures
8685 * M2 Constants:: Modula-2 constants
8686 * M2 Defaults:: Default settings for Modula-2
8687 * Deviations:: Deviations from standard Modula-2
8688 * M2 Checks:: Modula-2 type and range checks
8689 * M2 Scope:: The scope operators @code{::} and @code{.}
8690 * GDB/M2:: @value{GDBN} and Modula-2
8691 @end menu
8692
8693 @node M2 Operators
8694 @subsubsection Operators
8695 @cindex Modula-2 operators
8696
8697 Operators must be defined on values of specific types. For instance,
8698 @code{+} is defined on numbers, but not on structures. Operators are
8699 often defined on groups of types. For the purposes of Modula-2, the
8700 following definitions hold:
8701
8702 @itemize @bullet
8703
8704 @item
8705 @emph{Integral types} consist of @code{INTEGER}, @code{CARDINAL}, and
8706 their subranges.
8707
8708 @item
8709 @emph{Character types} consist of @code{CHAR} and its subranges.
8710
8711 @item
8712 @emph{Floating-point types} consist of @code{REAL}.
8713
8714 @item
8715 @emph{Pointer types} consist of anything declared as @code{POINTER TO
8716 @var{type}}.
8717
8718 @item
8719 @emph{Scalar types} consist of all of the above.
8720
8721 @item
8722 @emph{Set types} consist of @code{SET} and @code{BITSET} types.
8723
8724 @item
8725 @emph{Boolean types} consist of @code{BOOLEAN}.
8726 @end itemize
8727
8728 @noindent
8729 The following operators are supported, and appear in order of
8730 increasing precedence:
8731
8732 @table @code
8733 @item ,
8734 Function argument or array index separator.
8735
8736 @item :=
8737 Assignment. The value of @var{var} @code{:=} @var{value} is
8738 @var{value}.
8739
8740 @item <@r{, }>
8741 Less than, greater than on integral, floating-point, or enumerated
8742 types.
8743
8744 @item <=@r{, }>=
8745 Less than or equal to, greater than or equal to
8746 on integral, floating-point and enumerated types, or set inclusion on
8747 set types. Same precedence as @code{<}.
8748
8749 @item =@r{, }<>@r{, }#
8750 Equality and two ways of expressing inequality, valid on scalar types.
8751 Same precedence as @code{<}. In @value{GDBN} scripts, only @code{<>} is
8752 available for inequality, since @code{#} conflicts with the script
8753 comment character.
8754
8755 @item IN
8756 Set membership. Defined on set types and the types of their members.
8757 Same precedence as @code{<}.
8758
8759 @item OR
8760 Boolean disjunction. Defined on boolean types.
8761
8762 @item AND@r{, }&
8763 Boolean conjunction. Defined on boolean types.
8764
8765 @item @@
8766 The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
8767
8768 @item +@r{, }-
8769 Addition and subtraction on integral and floating-point types, or union
8770 and difference on set types.
8771
8772 @item *
8773 Multiplication on integral and floating-point types, or set intersection
8774 on set types.
8775
8776 @item /
8777 Division on floating-point types, or symmetric set difference on set
8778 types. Same precedence as @code{*}.
8779
8780 @item DIV@r{, }MOD
8781 Integer division and remainder. Defined on integral types. Same
8782 precedence as @code{*}.
8783
8784 @item -
8785 Negative. Defined on @code{INTEGER} and @code{REAL} data.
8786
8787 @item ^
8788 Pointer dereferencing. Defined on pointer types.
8789
8790 @item NOT
8791 Boolean negation. Defined on boolean types. Same precedence as
8792 @code{^}.
8793
8794 @item .
8795 @code{RECORD} field selector. Defined on @code{RECORD} data. Same
8796 precedence as @code{^}.
8797
8798 @item []
8799 Array indexing. Defined on @code{ARRAY} data. Same precedence as @code{^}.
8800
8801 @item ()
8802 Procedure argument list. Defined on @code{PROCEDURE} objects. Same precedence
8803 as @code{^}.
8804
8805 @item ::@r{, }.
8806 @value{GDBN} and Modula-2 scope operators.
8807 @end table
8808
8809 @quotation
8810 @emph{Warning:} Sets and their operations are not yet supported, so @value{GDBN}
8811 treats the use of the operator @code{IN}, or the use of operators
8812 @code{+}, @code{-}, @code{*}, @code{/}, @code{=}, , @code{<>}, @code{#},
8813 @code{<=}, and @code{>=} on sets as an error.
8814 @end quotation
8815
8816
8817 @node Built-In Func/Proc
8818 @subsubsection Built-in functions and procedures
8819 @cindex Modula-2 built-ins
8820
8821 Modula-2 also makes available several built-in procedures and functions.
8822 In describing these, the following metavariables are used:
8823
8824 @table @var
8825
8826 @item a
8827 represents an @code{ARRAY} variable.
8828
8829 @item c
8830 represents a @code{CHAR} constant or variable.
8831
8832 @item i
8833 represents a variable or constant of integral type.
8834
8835 @item m
8836 represents an identifier that belongs to a set. Generally used in the
8837 same function with the metavariable @var{s}. The type of @var{s} should
8838 be @code{SET OF @var{mtype}} (where @var{mtype} is the type of @var{m}).
8839
8840 @item n
8841 represents a variable or constant of integral or floating-point type.
8842
8843 @item r
8844 represents a variable or constant of floating-point type.
8845
8846 @item t
8847 represents a type.
8848
8849 @item v
8850 represents a variable.
8851
8852 @item x
8853 represents a variable or constant of one of many types. See the
8854 explanation of the function for details.
8855 @end table
8856
8857 All Modula-2 built-in procedures also return a result, described below.
8858
8859 @table @code
8860 @item ABS(@var{n})
8861 Returns the absolute value of @var{n}.
8862
8863 @item CAP(@var{c})
8864 If @var{c} is a lower case letter, it returns its upper case
8865 equivalent, otherwise it returns its argument.
8866
8867 @item CHR(@var{i})
8868 Returns the character whose ordinal value is @var{i}.
8869
8870 @item DEC(@var{v})
8871 Decrements the value in the variable @var{v} by one. Returns the new value.
8872
8873 @item DEC(@var{v},@var{i})
8874 Decrements the value in the variable @var{v} by @var{i}. Returns the
8875 new value.
8876
8877 @item EXCL(@var{m},@var{s})
8878 Removes the element @var{m} from the set @var{s}. Returns the new
8879 set.
8880
8881 @item FLOAT(@var{i})
8882 Returns the floating point equivalent of the integer @var{i}.
8883
8884 @item HIGH(@var{a})
8885 Returns the index of the last member of @var{a}.
8886
8887 @item INC(@var{v})
8888 Increments the value in the variable @var{v} by one. Returns the new value.
8889
8890 @item INC(@var{v},@var{i})
8891 Increments the value in the variable @var{v} by @var{i}. Returns the
8892 new value.
8893
8894 @item INCL(@var{m},@var{s})
8895 Adds the element @var{m} to the set @var{s} if it is not already
8896 there. Returns the new set.
8897
8898 @item MAX(@var{t})
8899 Returns the maximum value of the type @var{t}.
8900
8901 @item MIN(@var{t})
8902 Returns the minimum value of the type @var{t}.
8903
8904 @item ODD(@var{i})
8905 Returns boolean TRUE if @var{i} is an odd number.
8906
8907 @item ORD(@var{x})
8908 Returns the ordinal value of its argument. For example, the ordinal
8909 value of a character is its @sc{ascii} value (on machines supporting the
8910 @sc{ascii} character set). @var{x} must be of an ordered type, which include
8911 integral, character and enumerated types.
8912
8913 @item SIZE(@var{x})
8914 Returns the size of its argument. @var{x} can be a variable or a type.
8915
8916 @item TRUNC(@var{r})
8917 Returns the integral part of @var{r}.
8918
8919 @item VAL(@var{t},@var{i})
8920 Returns the member of the type @var{t} whose ordinal value is @var{i}.
8921 @end table
8922
8923 @quotation
8924 @emph{Warning:} Sets and their operations are not yet supported, so
8925 @value{GDBN} treats the use of procedures @code{INCL} and @code{EXCL} as
8926 an error.
8927 @end quotation
8928
8929 @cindex Modula-2 constants
8930 @node M2 Constants
8931 @subsubsection Constants
8932
8933 @value{GDBN} allows you to express the constants of Modula-2 in the following
8934 ways:
8935
8936 @itemize @bullet
8937
8938 @item
8939 Integer constants are simply a sequence of digits. When used in an
8940 expression, a constant is interpreted to be type-compatible with the
8941 rest of the expression. Hexadecimal integers are specified by a
8942 trailing @samp{H}, and octal integers by a trailing @samp{B}.
8943
8944 @item
8945 Floating point constants appear as a sequence of digits, followed by a
8946 decimal point and another sequence of digits. An optional exponent can
8947 then be specified, in the form @samp{E@r{[}+@r{|}-@r{]}@var{nnn}}, where
8948 @samp{@r{[}+@r{|}-@r{]}@var{nnn}} is the desired exponent. All of the
8949 digits of the floating point constant must be valid decimal (base 10)
8950 digits.
8951
8952 @item
8953 Character constants consist of a single character enclosed by a pair of
8954 like quotes, either single (@code{'}) or double (@code{"}). They may
8955 also be expressed by their ordinal value (their @sc{ascii} value, usually)
8956 followed by a @samp{C}.
8957
8958 @item
8959 String constants consist of a sequence of characters enclosed by a
8960 pair of like quotes, either single (@code{'}) or double (@code{"}).
8961 Escape sequences in the style of C are also allowed. @xref{C
8962 Constants, ,C and C@t{++} constants}, for a brief explanation of escape
8963 sequences.
8964
8965 @item
8966 Enumerated constants consist of an enumerated identifier.
8967
8968 @item
8969 Boolean constants consist of the identifiers @code{TRUE} and
8970 @code{FALSE}.
8971
8972 @item
8973 Pointer constants consist of integral values only.
8974
8975 @item
8976 Set constants are not yet supported.
8977 @end itemize
8978
8979 @node M2 Defaults
8980 @subsubsection Modula-2 defaults
8981 @cindex Modula-2 defaults
8982
8983 If type and range checking are set automatically by @value{GDBN}, they
8984 both default to @code{on} whenever the working language changes to
8985 Modula-2. This happens regardless of whether you or @value{GDBN}
8986 selected the working language.
8987
8988 If you allow @value{GDBN} to set the language automatically, then entering
8989 code compiled from a file whose name ends with @file{.mod} sets the
8990 working language to Modula-2. @xref{Automatically, ,Having @value{GDBN} set
8991 the language automatically}, for further details.
8992
8993 @node Deviations
8994 @subsubsection Deviations from standard Modula-2
8995 @cindex Modula-2, deviations from
8996
8997 A few changes have been made to make Modula-2 programs easier to debug.
8998 This is done primarily via loosening its type strictness:
8999
9000 @itemize @bullet
9001 @item
9002 Unlike in standard Modula-2, pointer constants can be formed by
9003 integers. This allows you to modify pointer variables during
9004 debugging. (In standard Modula-2, the actual address contained in a
9005 pointer variable is hidden from you; it can only be modified
9006 through direct assignment to another pointer variable or expression that
9007 returned a pointer.)
9008
9009 @item
9010 C escape sequences can be used in strings and characters to represent
9011 non-printable characters. @value{GDBN} prints out strings with these
9012 escape sequences embedded. Single non-printable characters are
9013 printed using the @samp{CHR(@var{nnn})} format.
9014
9015 @item
9016 The assignment operator (@code{:=}) returns the value of its right-hand
9017 argument.
9018
9019 @item
9020 All built-in procedures both modify @emph{and} return their argument.
9021 @end itemize
9022
9023 @node M2 Checks
9024 @subsubsection Modula-2 type and range checks
9025 @cindex Modula-2 checks
9026
9027 @quotation
9028 @emph{Warning:} in this release, @value{GDBN} does not yet perform type or
9029 range checking.
9030 @end quotation
9031 @c FIXME remove warning when type/range checks added
9032
9033 @value{GDBN} considers two Modula-2 variables type equivalent if:
9034
9035 @itemize @bullet
9036 @item
9037 They are of types that have been declared equivalent via a @code{TYPE
9038 @var{t1} = @var{t2}} statement
9039
9040 @item
9041 They have been declared on the same line. (Note: This is true of the
9042 @sc{gnu} Modula-2 compiler, but it may not be true of other compilers.)
9043 @end itemize
9044
9045 As long as type checking is enabled, any attempt to combine variables
9046 whose types are not equivalent is an error.
9047
9048 Range checking is done on all mathematical operations, assignment, array
9049 index bounds, and all built-in functions and procedures.
9050
9051 @node M2 Scope
9052 @subsubsection The scope operators @code{::} and @code{.}
9053 @cindex scope
9054 @cindex @code{.}, Modula-2 scope operator
9055 @cindex colon, doubled as scope operator
9056 @ifinfo
9057 @vindex colon-colon@r{, in Modula-2}
9058 @c Info cannot handle :: but TeX can.
9059 @end ifinfo
9060 @iftex
9061 @vindex ::@r{, in Modula-2}
9062 @end iftex
9063
9064 There are a few subtle differences between the Modula-2 scope operator
9065 (@code{.}) and the @value{GDBN} scope operator (@code{::}). The two have
9066 similar syntax:
9067
9068 @smallexample
9069
9070 @var{module} . @var{id}
9071 @var{scope} :: @var{id}
9072 @end smallexample
9073
9074 @noindent
9075 where @var{scope} is the name of a module or a procedure,
9076 @var{module} the name of a module, and @var{id} is any declared
9077 identifier within your program, except another module.
9078
9079 Using the @code{::} operator makes @value{GDBN} search the scope
9080 specified by @var{scope} for the identifier @var{id}. If it is not
9081 found in the specified scope, then @value{GDBN} searches all scopes
9082 enclosing the one specified by @var{scope}.
9083
9084 Using the @code{.} operator makes @value{GDBN} search the current scope for
9085 the identifier specified by @var{id} that was imported from the
9086 definition module specified by @var{module}. With this operator, it is
9087 an error if the identifier @var{id} was not imported from definition
9088 module @var{module}, or if @var{id} is not an identifier in
9089 @var{module}.
9090
9091 @node GDB/M2
9092 @subsubsection @value{GDBN} and Modula-2
9093
9094 Some @value{GDBN} commands have little use when debugging Modula-2 programs.
9095 Five subcommands of @code{set print} and @code{show print} apply
9096 specifically to C and C@t{++}: @samp{vtbl}, @samp{demangle},
9097 @samp{asm-demangle}, @samp{object}, and @samp{union}. The first four
9098 apply to C@t{++}, and the last to the C @code{union} type, which has no direct
9099 analogue in Modula-2.
9100
9101 The @code{@@} operator (@pxref{Expressions, ,Expressions}), while available
9102 with any language, is not useful with Modula-2. Its
9103 intent is to aid the debugging of @dfn{dynamic arrays}, which cannot be
9104 created in Modula-2 as they can in C or C@t{++}. However, because an
9105 address can be specified by an integral constant, the construct
9106 @samp{@{@var{type}@}@var{adrexp}} is still useful.
9107
9108 @cindex @code{#} in Modula-2
9109 In @value{GDBN} scripts, the Modula-2 inequality operator @code{#} is
9110 interpreted as the beginning of a comment. Use @code{<>} instead.
9111
9112 @node Unsupported languages
9113 @section Unsupported languages
9114
9115 @cindex unsupported languages
9116 @cindex minimal language
9117 In addition to the other fully-supported programming languages,
9118 @value{GDBN} also provides a pseudo-language, called @code{minimal}.
9119 It does not represent a real programming language, but provides a set
9120 of capabilities close to what the C or assembly languages provide.
9121 This should allow most simple operations to be performed while debugging
9122 an application that uses a language currently not supported by @value{GDBN}.
9123
9124 If the language is set to @code{auto}, @value{GDBN} will automatically
9125 select this language if the current frame corresponds to an unsupported
9126 language.
9127
9128 @node Symbols
9129 @chapter Examining the Symbol Table
9130
9131 The commands described in this chapter allow you to inquire about the
9132 symbols (names of variables, functions and types) defined in your
9133 program. This information is inherent in the text of your program and
9134 does not change as your program executes. @value{GDBN} finds it in your
9135 program's symbol table, in the file indicated when you started @value{GDBN}
9136 (@pxref{File Options, ,Choosing files}), or by one of the
9137 file-management commands (@pxref{Files, ,Commands to specify files}).
9138
9139 @cindex symbol names
9140 @cindex names of symbols
9141 @cindex quoting names
9142 Occasionally, you may need to refer to symbols that contain unusual
9143 characters, which @value{GDBN} ordinarily treats as word delimiters. The
9144 most frequent case is in referring to static variables in other
9145 source files (@pxref{Variables,,Program variables}). File names
9146 are recorded in object files as debugging symbols, but @value{GDBN} would
9147 ordinarily parse a typical file name, like @file{foo.c}, as the three words
9148 @samp{foo} @samp{.} @samp{c}. To allow @value{GDBN} to recognize
9149 @samp{foo.c} as a single symbol, enclose it in single quotes; for example,
9150
9151 @smallexample
9152 p 'foo.c'::x
9153 @end smallexample
9154
9155 @noindent
9156 looks up the value of @code{x} in the scope of the file @file{foo.c}.
9157
9158 @table @code
9159 @kindex info address
9160 @cindex address of a symbol
9161 @item info address @var{symbol}
9162 Describe where the data for @var{symbol} is stored. For a register
9163 variable, this says which register it is kept in. For a non-register
9164 local variable, this prints the stack-frame offset at which the variable
9165 is always stored.
9166
9167 Note the contrast with @samp{print &@var{symbol}}, which does not work
9168 at all for a register variable, and for a stack local variable prints
9169 the exact address of the current instantiation of the variable.
9170
9171 @kindex info symbol
9172 @cindex symbol from address
9173 @item info symbol @var{addr}
9174 Print the name of a symbol which is stored at the address @var{addr}.
9175 If no symbol is stored exactly at @var{addr}, @value{GDBN} prints the
9176 nearest symbol and an offset from it:
9177
9178 @smallexample
9179 (@value{GDBP}) info symbol 0x54320
9180 _initialize_vx + 396 in section .text
9181 @end smallexample
9182
9183 @noindent
9184 This is the opposite of the @code{info address} command. You can use
9185 it to find out the name of a variable or a function given its address.
9186
9187 @kindex whatis
9188 @item whatis @var{expr}
9189 Print the data type of expression @var{expr}. @var{expr} is not
9190 actually evaluated, and any side-effecting operations (such as
9191 assignments or function calls) inside it do not take place.
9192 @xref{Expressions, ,Expressions}.
9193
9194 @item whatis
9195 Print the data type of @code{$}, the last value in the value history.
9196
9197 @kindex ptype
9198 @item ptype @var{typename}
9199 Print a description of data type @var{typename}. @var{typename} may be
9200 the name of a type, or for C code it may have the form @samp{class
9201 @var{class-name}}, @samp{struct @var{struct-tag}}, @samp{union
9202 @var{union-tag}} or @samp{enum @var{enum-tag}}.
9203
9204 @item ptype @var{expr}
9205 @itemx ptype
9206 Print a description of the type of expression @var{expr}. @code{ptype}
9207 differs from @code{whatis} by printing a detailed description, instead
9208 of just the name of the type.
9209
9210 For example, for this variable declaration:
9211
9212 @smallexample
9213 struct complex @{double real; double imag;@} v;
9214 @end smallexample
9215
9216 @noindent
9217 the two commands give this output:
9218
9219 @smallexample
9220 @group
9221 (@value{GDBP}) whatis v
9222 type = struct complex
9223 (@value{GDBP}) ptype v
9224 type = struct complex @{
9225 double real;
9226 double imag;
9227 @}
9228 @end group
9229 @end smallexample
9230
9231 @noindent
9232 As with @code{whatis}, using @code{ptype} without an argument refers to
9233 the type of @code{$}, the last value in the value history.
9234
9235 @kindex info types
9236 @item info types @var{regexp}
9237 @itemx info types
9238 Print a brief description of all types whose names match @var{regexp}
9239 (or all types in your program, if you supply no argument). Each
9240 complete typename is matched as though it were a complete line; thus,
9241 @samp{i type value} gives information on all types in your program whose
9242 names include the string @code{value}, but @samp{i type ^value$} gives
9243 information only on types whose complete name is @code{value}.
9244
9245 This command differs from @code{ptype} in two ways: first, like
9246 @code{whatis}, it does not print a detailed description; second, it
9247 lists all source files where a type is defined.
9248
9249 @kindex info scope
9250 @cindex local variables
9251 @item info scope @var{addr}
9252 List all the variables local to a particular scope. This command
9253 accepts a location---a function name, a source line, or an address
9254 preceded by a @samp{*}, and prints all the variables local to the
9255 scope defined by that location. For example:
9256
9257 @smallexample
9258 (@value{GDBP}) @b{info scope command_line_handler}
9259 Scope for command_line_handler:
9260 Symbol rl is an argument at stack/frame offset 8, length 4.
9261 Symbol linebuffer is in static storage at address 0x150a18, length 4.
9262 Symbol linelength is in static storage at address 0x150a1c, length 4.
9263 Symbol p is a local variable in register $esi, length 4.
9264 Symbol p1 is a local variable in register $ebx, length 4.
9265 Symbol nline is a local variable in register $edx, length 4.
9266 Symbol repeat is a local variable at frame offset -8, length 4.
9267 @end smallexample
9268
9269 @noindent
9270 This command is especially useful for determining what data to collect
9271 during a @dfn{trace experiment}, see @ref{Tracepoint Actions,
9272 collect}.
9273
9274 @kindex info source
9275 @item info source
9276 Show information about the current source file---that is, the source file for
9277 the function containing the current point of execution:
9278 @itemize @bullet
9279 @item
9280 the name of the source file, and the directory containing it,
9281 @item
9282 the directory it was compiled in,
9283 @item
9284 its length, in lines,
9285 @item
9286 which programming language it is written in,
9287 @item
9288 whether the executable includes debugging information for that file, and
9289 if so, what format the information is in (e.g., STABS, Dwarf 2, etc.), and
9290 @item
9291 whether the debugging information includes information about
9292 preprocessor macros.
9293 @end itemize
9294
9295
9296 @kindex info sources
9297 @item info sources
9298 Print the names of all source files in your program for which there is
9299 debugging information, organized into two lists: files whose symbols
9300 have already been read, and files whose symbols will be read when needed.
9301
9302 @kindex info functions
9303 @item info functions
9304 Print the names and data types of all defined functions.
9305
9306 @item info functions @var{regexp}
9307 Print the names and data types of all defined functions
9308 whose names contain a match for regular expression @var{regexp}.
9309 Thus, @samp{info fun step} finds all functions whose names
9310 include @code{step}; @samp{info fun ^step} finds those whose names
9311 start with @code{step}. If a function name contains characters
9312 that conflict with the regular expression language (eg.
9313 @samp{operator*()}), they may be quoted with a backslash.
9314
9315 @kindex info variables
9316 @item info variables
9317 Print the names and data types of all variables that are declared
9318 outside of functions (i.e.@: excluding local variables).
9319
9320 @item info variables @var{regexp}
9321 Print the names and data types of all variables (except for local
9322 variables) whose names contain a match for regular expression
9323 @var{regexp}.
9324
9325 @kindex info classes
9326 @item info classes
9327 @itemx info classes @var{regexp}
9328 Display all Objective-C classes in your program, or
9329 (with the @var{regexp} argument) all those matching a particular regular
9330 expression.
9331
9332 @kindex info selectors
9333 @item info selectors
9334 @itemx info selectors @var{regexp}
9335 Display all Objective-C selectors in your program, or
9336 (with the @var{regexp} argument) all those matching a particular regular
9337 expression.
9338
9339 @ignore
9340 This was never implemented.
9341 @kindex info methods
9342 @item info methods
9343 @itemx info methods @var{regexp}
9344 The @code{info methods} command permits the user to examine all defined
9345 methods within C@t{++} program, or (with the @var{regexp} argument) a
9346 specific set of methods found in the various C@t{++} classes. Many
9347 C@t{++} classes provide a large number of methods. Thus, the output
9348 from the @code{ptype} command can be overwhelming and hard to use. The
9349 @code{info-methods} command filters the methods, printing only those
9350 which match the regular-expression @var{regexp}.
9351 @end ignore
9352
9353 @cindex reloading symbols
9354 Some systems allow individual object files that make up your program to
9355 be replaced without stopping and restarting your program. For example,
9356 in VxWorks you can simply recompile a defective object file and keep on
9357 running. If you are running on one of these systems, you can allow
9358 @value{GDBN} to reload the symbols for automatically relinked modules:
9359
9360 @table @code
9361 @kindex set symbol-reloading
9362 @item set symbol-reloading on
9363 Replace symbol definitions for the corresponding source file when an
9364 object file with a particular name is seen again.
9365
9366 @item set symbol-reloading off
9367 Do not replace symbol definitions when encountering object files of the
9368 same name more than once. This is the default state; if you are not
9369 running on a system that permits automatic relinking of modules, you
9370 should leave @code{symbol-reloading} off, since otherwise @value{GDBN}
9371 may discard symbols when linking large programs, that may contain
9372 several modules (from different directories or libraries) with the same
9373 name.
9374
9375 @kindex show symbol-reloading
9376 @item show symbol-reloading
9377 Show the current @code{on} or @code{off} setting.
9378 @end table
9379
9380 @kindex set opaque-type-resolution
9381 @item set opaque-type-resolution on
9382 Tell @value{GDBN} to resolve opaque types. An opaque type is a type
9383 declared as a pointer to a @code{struct}, @code{class}, or
9384 @code{union}---for example, @code{struct MyType *}---that is used in one
9385 source file although the full declaration of @code{struct MyType} is in
9386 another source file. The default is on.
9387
9388 A change in the setting of this subcommand will not take effect until
9389 the next time symbols for a file are loaded.
9390
9391 @item set opaque-type-resolution off
9392 Tell @value{GDBN} not to resolve opaque types. In this case, the type
9393 is printed as follows:
9394 @smallexample
9395 @{<no data fields>@}
9396 @end smallexample
9397
9398 @kindex show opaque-type-resolution
9399 @item show opaque-type-resolution
9400 Show whether opaque types are resolved or not.
9401
9402 @kindex maint print symbols
9403 @cindex symbol dump
9404 @kindex maint print psymbols
9405 @cindex partial symbol dump
9406 @item maint print symbols @var{filename}
9407 @itemx maint print psymbols @var{filename}
9408 @itemx maint print msymbols @var{filename}
9409 Write a dump of debugging symbol data into the file @var{filename}.
9410 These commands are used to debug the @value{GDBN} symbol-reading code. Only
9411 symbols with debugging data are included. If you use @samp{maint print
9412 symbols}, @value{GDBN} includes all the symbols for which it has already
9413 collected full details: that is, @var{filename} reflects symbols for
9414 only those files whose symbols @value{GDBN} has read. You can use the
9415 command @code{info sources} to find out which files these are. If you
9416 use @samp{maint print psymbols} instead, the dump shows information about
9417 symbols that @value{GDBN} only knows partially---that is, symbols defined in
9418 files that @value{GDBN} has skimmed, but not yet read completely. Finally,
9419 @samp{maint print msymbols} dumps just the minimal symbol information
9420 required for each object file from which @value{GDBN} has read some symbols.
9421 @xref{Files, ,Commands to specify files}, for a discussion of how
9422 @value{GDBN} reads symbols (in the description of @code{symbol-file}).
9423
9424 @kindex maint info symtabs
9425 @kindex maint info psymtabs
9426 @cindex listing @value{GDBN}'s internal symbol tables
9427 @cindex symbol tables, listing @value{GDBN}'s internal
9428 @cindex full symbol tables, listing @value{GDBN}'s internal
9429 @cindex partial symbol tables, listing @value{GDBN}'s internal
9430 @item maint info symtabs @r{[} @var{regexp} @r{]}
9431 @itemx maint info psymtabs @r{[} @var{regexp} @r{]}
9432
9433 List the @code{struct symtab} or @code{struct partial_symtab}
9434 structures whose names match @var{regexp}. If @var{regexp} is not
9435 given, list them all. The output includes expressions which you can
9436 copy into a @value{GDBN} debugging this one to examine a particular
9437 structure in more detail. For example:
9438
9439 @smallexample
9440 (@value{GDBP}) maint info psymtabs dwarf2read
9441 @{ objfile /home/gnu/build/gdb/gdb
9442 ((struct objfile *) 0x82e69d0)
9443 @{ psymtab /home/gnu/src/gdb/dwarf2read.c
9444 ((struct partial_symtab *) 0x8474b10)
9445 readin no
9446 fullname (null)
9447 text addresses 0x814d3c8 -- 0x8158074
9448 globals (* (struct partial_symbol **) 0x8507a08 @@ 9)
9449 statics (* (struct partial_symbol **) 0x40e95b78 @@ 2882)
9450 dependencies (none)
9451 @}
9452 @}
9453 (@value{GDBP}) maint info symtabs
9454 (@value{GDBP})
9455 @end smallexample
9456 @noindent
9457 We see that there is one partial symbol table whose filename contains
9458 the string @samp{dwarf2read}, belonging to the @samp{gdb} executable;
9459 and we see that @value{GDBN} has not read in any symtabs yet at all.
9460 If we set a breakpoint on a function, that will cause @value{GDBN} to
9461 read the symtab for the compilation unit containing that function:
9462
9463 @smallexample
9464 (@value{GDBP}) break dwarf2_psymtab_to_symtab
9465 Breakpoint 1 at 0x814e5da: file /home/gnu/src/gdb/dwarf2read.c,
9466 line 1574.
9467 (@value{GDBP}) maint info symtabs
9468 @{ objfile /home/gnu/build/gdb/gdb
9469 ((struct objfile *) 0x82e69d0)
9470 @{ symtab /home/gnu/src/gdb/dwarf2read.c
9471 ((struct symtab *) 0x86c1f38)
9472 dirname (null)
9473 fullname (null)
9474 blockvector ((struct blockvector *) 0x86c1bd0) (primary)
9475 debugformat DWARF 2
9476 @}
9477 @}
9478 (@value{GDBP})
9479 @end smallexample
9480 @end table
9481
9482
9483 @node Altering
9484 @chapter Altering Execution
9485
9486 Once you think you have found an error in your program, you might want to
9487 find out for certain whether correcting the apparent error would lead to
9488 correct results in the rest of the run. You can find the answer by
9489 experiment, using the @value{GDBN} features for altering execution of the
9490 program.
9491
9492 For example, you can store new values into variables or memory
9493 locations, give your program a signal, restart it at a different
9494 address, or even return prematurely from a function.
9495
9496 @menu
9497 * Assignment:: Assignment to variables
9498 * Jumping:: Continuing at a different address
9499 * Signaling:: Giving your program a signal
9500 * Returning:: Returning from a function
9501 * Calling:: Calling your program's functions
9502 * Patching:: Patching your program
9503 @end menu
9504
9505 @node Assignment
9506 @section Assignment to variables
9507
9508 @cindex assignment
9509 @cindex setting variables
9510 To alter the value of a variable, evaluate an assignment expression.
9511 @xref{Expressions, ,Expressions}. For example,
9512
9513 @smallexample
9514 print x=4
9515 @end smallexample
9516
9517 @noindent
9518 stores the value 4 into the variable @code{x}, and then prints the
9519 value of the assignment expression (which is 4).
9520 @xref{Languages, ,Using @value{GDBN} with Different Languages}, for more
9521 information on operators in supported languages.
9522
9523 @kindex set variable
9524 @cindex variables, setting
9525 If you are not interested in seeing the value of the assignment, use the
9526 @code{set} command instead of the @code{print} command. @code{set} is
9527 really the same as @code{print} except that the expression's value is
9528 not printed and is not put in the value history (@pxref{Value History,
9529 ,Value history}). The expression is evaluated only for its effects.
9530
9531 If the beginning of the argument string of the @code{set} command
9532 appears identical to a @code{set} subcommand, use the @code{set
9533 variable} command instead of just @code{set}. This command is identical
9534 to @code{set} except for its lack of subcommands. For example, if your
9535 program has a variable @code{width}, you get an error if you try to set
9536 a new value with just @samp{set width=13}, because @value{GDBN} has the
9537 command @code{set width}:
9538
9539 @smallexample
9540 (@value{GDBP}) whatis width
9541 type = double
9542 (@value{GDBP}) p width
9543 $4 = 13
9544 (@value{GDBP}) set width=47
9545 Invalid syntax in expression.
9546 @end smallexample
9547
9548 @noindent
9549 The invalid expression, of course, is @samp{=47}. In
9550 order to actually set the program's variable @code{width}, use
9551
9552 @smallexample
9553 (@value{GDBP}) set var width=47
9554 @end smallexample
9555
9556 Because the @code{set} command has many subcommands that can conflict
9557 with the names of program variables, it is a good idea to use the
9558 @code{set variable} command instead of just @code{set}. For example, if
9559 your program has a variable @code{g}, you run into problems if you try
9560 to set a new value with just @samp{set g=4}, because @value{GDBN} has
9561 the command @code{set gnutarget}, abbreviated @code{set g}:
9562
9563 @smallexample
9564 @group
9565 (@value{GDBP}) whatis g
9566 type = double
9567 (@value{GDBP}) p g
9568 $1 = 1
9569 (@value{GDBP}) set g=4
9570 (@value{GDBP}) p g
9571 $2 = 1
9572 (@value{GDBP}) r
9573 The program being debugged has been started already.
9574 Start it from the beginning? (y or n) y
9575 Starting program: /home/smith/cc_progs/a.out
9576 "/home/smith/cc_progs/a.out": can't open to read symbols:
9577 Invalid bfd target.
9578 (@value{GDBP}) show g
9579 The current BFD target is "=4".
9580 @end group
9581 @end smallexample
9582
9583 @noindent
9584 The program variable @code{g} did not change, and you silently set the
9585 @code{gnutarget} to an invalid value. In order to set the variable
9586 @code{g}, use
9587
9588 @smallexample
9589 (@value{GDBP}) set var g=4
9590 @end smallexample
9591
9592 @value{GDBN} allows more implicit conversions in assignments than C; you can
9593 freely store an integer value into a pointer variable or vice versa,
9594 and you can convert any structure to any other structure that is the
9595 same length or shorter.
9596 @comment FIXME: how do structs align/pad in these conversions?
9597 @comment /doc@cygnus.com 18dec1990
9598
9599 To store values into arbitrary places in memory, use the @samp{@{@dots{}@}}
9600 construct to generate a value of specified type at a specified address
9601 (@pxref{Expressions, ,Expressions}). For example, @code{@{int@}0x83040} refers
9602 to memory location @code{0x83040} as an integer (which implies a certain size
9603 and representation in memory), and
9604
9605 @smallexample
9606 set @{int@}0x83040 = 4
9607 @end smallexample
9608
9609 @noindent
9610 stores the value 4 into that memory location.
9611
9612 @node Jumping
9613 @section Continuing at a different address
9614
9615 Ordinarily, when you continue your program, you do so at the place where
9616 it stopped, with the @code{continue} command. You can instead continue at
9617 an address of your own choosing, with the following commands:
9618
9619 @table @code
9620 @kindex jump
9621 @item jump @var{linespec}
9622 Resume execution at line @var{linespec}. Execution stops again
9623 immediately if there is a breakpoint there. @xref{List, ,Printing
9624 source lines}, for a description of the different forms of
9625 @var{linespec}. It is common practice to use the @code{tbreak} command
9626 in conjunction with @code{jump}. @xref{Set Breaks, ,Setting
9627 breakpoints}.
9628
9629 The @code{jump} command does not change the current stack frame, or
9630 the stack pointer, or the contents of any memory location or any
9631 register other than the program counter. If line @var{linespec} is in
9632 a different function from the one currently executing, the results may
9633 be bizarre if the two functions expect different patterns of arguments or
9634 of local variables. For this reason, the @code{jump} command requests
9635 confirmation if the specified line is not in the function currently
9636 executing. However, even bizarre results are predictable if you are
9637 well acquainted with the machine-language code of your program.
9638
9639 @item jump *@var{address}
9640 Resume execution at the instruction at address @var{address}.
9641 @end table
9642
9643 @c Doesn't work on HP-UX; have to set $pcoqh and $pcoqt.
9644 On many systems, you can get much the same effect as the @code{jump}
9645 command by storing a new value into the register @code{$pc}. The
9646 difference is that this does not start your program running; it only
9647 changes the address of where it @emph{will} run when you continue. For
9648 example,
9649
9650 @smallexample
9651 set $pc = 0x485
9652 @end smallexample
9653
9654 @noindent
9655 makes the next @code{continue} command or stepping command execute at
9656 address @code{0x485}, rather than at the address where your program stopped.
9657 @xref{Continuing and Stepping, ,Continuing and stepping}.
9658
9659 The most common occasion to use the @code{jump} command is to back
9660 up---perhaps with more breakpoints set---over a portion of a program
9661 that has already executed, in order to examine its execution in more
9662 detail.
9663
9664 @c @group
9665 @node Signaling
9666 @section Giving your program a signal
9667
9668 @table @code
9669 @kindex signal
9670 @item signal @var{signal}
9671 Resume execution where your program stopped, but immediately give it the
9672 signal @var{signal}. @var{signal} can be the name or the number of a
9673 signal. For example, on many systems @code{signal 2} and @code{signal
9674 SIGINT} are both ways of sending an interrupt signal.
9675
9676 Alternatively, if @var{signal} is zero, continue execution without
9677 giving a signal. This is useful when your program stopped on account of
9678 a signal and would ordinary see the signal when resumed with the
9679 @code{continue} command; @samp{signal 0} causes it to resume without a
9680 signal.
9681
9682 @code{signal} does not repeat when you press @key{RET} a second time
9683 after executing the command.
9684 @end table
9685 @c @end group
9686
9687 Invoking the @code{signal} command is not the same as invoking the
9688 @code{kill} utility from the shell. Sending a signal with @code{kill}
9689 causes @value{GDBN} to decide what to do with the signal depending on
9690 the signal handling tables (@pxref{Signals}). The @code{signal} command
9691 passes the signal directly to your program.
9692
9693
9694 @node Returning
9695 @section Returning from a function
9696
9697 @table @code
9698 @cindex returning from a function
9699 @kindex return
9700 @item return
9701 @itemx return @var{expression}
9702 You can cancel execution of a function call with the @code{return}
9703 command. If you give an
9704 @var{expression} argument, its value is used as the function's return
9705 value.
9706 @end table
9707
9708 When you use @code{return}, @value{GDBN} discards the selected stack frame
9709 (and all frames within it). You can think of this as making the
9710 discarded frame return prematurely. If you wish to specify a value to
9711 be returned, give that value as the argument to @code{return}.
9712
9713 This pops the selected stack frame (@pxref{Selection, ,Selecting a
9714 frame}), and any other frames inside of it, leaving its caller as the
9715 innermost remaining frame. That frame becomes selected. The
9716 specified value is stored in the registers used for returning values
9717 of functions.
9718
9719 The @code{return} command does not resume execution; it leaves the
9720 program stopped in the state that would exist if the function had just
9721 returned. In contrast, the @code{finish} command (@pxref{Continuing
9722 and Stepping, ,Continuing and stepping}) resumes execution until the
9723 selected stack frame returns naturally.
9724
9725 @node Calling
9726 @section Calling program functions
9727
9728 @cindex calling functions
9729 @kindex call
9730 @table @code
9731 @item call @var{expr}
9732 Evaluate the expression @var{expr} without displaying @code{void}
9733 returned values.
9734 @end table
9735
9736 You can use this variant of the @code{print} command if you want to
9737 execute a function from your program, but without cluttering the output
9738 with @code{void} returned values. If the result is not void, it
9739 is printed and saved in the value history.
9740
9741 @node Patching
9742 @section Patching programs
9743
9744 @cindex patching binaries
9745 @cindex writing into executables
9746 @cindex writing into corefiles
9747
9748 By default, @value{GDBN} opens the file containing your program's
9749 executable code (or the corefile) read-only. This prevents accidental
9750 alterations to machine code; but it also prevents you from intentionally
9751 patching your program's binary.
9752
9753 If you'd like to be able to patch the binary, you can specify that
9754 explicitly with the @code{set write} command. For example, you might
9755 want to turn on internal debugging flags, or even to make emergency
9756 repairs.
9757
9758 @table @code
9759 @kindex set write
9760 @item set write on
9761 @itemx set write off
9762 If you specify @samp{set write on}, @value{GDBN} opens executable and
9763 core files for both reading and writing; if you specify @samp{set write
9764 off} (the default), @value{GDBN} opens them read-only.
9765
9766 If you have already loaded a file, you must load it again (using the
9767 @code{exec-file} or @code{core-file} command) after changing @code{set
9768 write}, for your new setting to take effect.
9769
9770 @item show write
9771 @kindex show write
9772 Display whether executable files and core files are opened for writing
9773 as well as reading.
9774 @end table
9775
9776 @node GDB Files
9777 @chapter @value{GDBN} Files
9778
9779 @value{GDBN} needs to know the file name of the program to be debugged,
9780 both in order to read its symbol table and in order to start your
9781 program. To debug a core dump of a previous run, you must also tell
9782 @value{GDBN} the name of the core dump file.
9783
9784 @menu
9785 * Files:: Commands to specify files
9786 * Separate Debug Files:: Debugging information in separate files
9787 * Symbol Errors:: Errors reading symbol files
9788 @end menu
9789
9790 @node Files
9791 @section Commands to specify files
9792
9793 @cindex symbol table
9794 @cindex core dump file
9795
9796 You may want to specify executable and core dump file names. The usual
9797 way to do this is at start-up time, using the arguments to
9798 @value{GDBN}'s start-up commands (@pxref{Invocation, , Getting In and
9799 Out of @value{GDBN}}).
9800
9801 Occasionally it is necessary to change to a different file during a
9802 @value{GDBN} session. Or you may run @value{GDBN} and forget to specify
9803 a file you want to use. In these situations the @value{GDBN} commands
9804 to specify new files are useful.
9805
9806 @table @code
9807 @cindex executable file
9808 @kindex file
9809 @item file @var{filename}
9810 Use @var{filename} as the program to be debugged. It is read for its
9811 symbols and for the contents of pure memory. It is also the program
9812 executed when you use the @code{run} command. If you do not specify a
9813 directory and the file is not found in the @value{GDBN} working directory,
9814 @value{GDBN} uses the environment variable @code{PATH} as a list of
9815 directories to search, just as the shell does when looking for a program
9816 to run. You can change the value of this variable, for both @value{GDBN}
9817 and your program, using the @code{path} command.
9818
9819 On systems with memory-mapped files, an auxiliary file named
9820 @file{@var{filename}.syms} may hold symbol table information for
9821 @var{filename}. If so, @value{GDBN} maps in the symbol table from
9822 @file{@var{filename}.syms}, starting up more quickly. See the
9823 descriptions of the file options @samp{-mapped} and @samp{-readnow}
9824 (available on the command line, and with the commands @code{file},
9825 @code{symbol-file}, or @code{add-symbol-file}, described below),
9826 for more information.
9827
9828 @item file
9829 @code{file} with no argument makes @value{GDBN} discard any information it
9830 has on both executable file and the symbol table.
9831
9832 @kindex exec-file
9833 @item exec-file @r{[} @var{filename} @r{]}
9834 Specify that the program to be run (but not the symbol table) is found
9835 in @var{filename}. @value{GDBN} searches the environment variable @code{PATH}
9836 if necessary to locate your program. Omitting @var{filename} means to
9837 discard information on the executable file.
9838
9839 @kindex symbol-file
9840 @item symbol-file @r{[} @var{filename} @r{]}
9841 Read symbol table information from file @var{filename}. @code{PATH} is
9842 searched when necessary. Use the @code{file} command to get both symbol
9843 table and program to run from the same file.
9844
9845 @code{symbol-file} with no argument clears out @value{GDBN} information on your
9846 program's symbol table.
9847
9848 The @code{symbol-file} command causes @value{GDBN} to forget the contents
9849 of its convenience variables, the value history, and all breakpoints and
9850 auto-display expressions. This is because they may contain pointers to
9851 the internal data recording symbols and data types, which are part of
9852 the old symbol table data being discarded inside @value{GDBN}.
9853
9854 @code{symbol-file} does not repeat if you press @key{RET} again after
9855 executing it once.
9856
9857 When @value{GDBN} is configured for a particular environment, it
9858 understands debugging information in whatever format is the standard
9859 generated for that environment; you may use either a @sc{gnu} compiler, or
9860 other compilers that adhere to the local conventions.
9861 Best results are usually obtained from @sc{gnu} compilers; for example,
9862 using @code{@value{GCC}} you can generate debugging information for
9863 optimized code.
9864
9865 For most kinds of object files, with the exception of old SVR3 systems
9866 using COFF, the @code{symbol-file} command does not normally read the
9867 symbol table in full right away. Instead, it scans the symbol table
9868 quickly to find which source files and which symbols are present. The
9869 details are read later, one source file at a time, as they are needed.
9870
9871 The purpose of this two-stage reading strategy is to make @value{GDBN}
9872 start up faster. For the most part, it is invisible except for
9873 occasional pauses while the symbol table details for a particular source
9874 file are being read. (The @code{set verbose} command can turn these
9875 pauses into messages if desired. @xref{Messages/Warnings, ,Optional
9876 warnings and messages}.)
9877
9878 We have not implemented the two-stage strategy for COFF yet. When the
9879 symbol table is stored in COFF format, @code{symbol-file} reads the
9880 symbol table data in full right away. Note that ``stabs-in-COFF''
9881 still does the two-stage strategy, since the debug info is actually
9882 in stabs format.
9883
9884 @kindex readnow
9885 @cindex reading symbols immediately
9886 @cindex symbols, reading immediately
9887 @kindex mapped
9888 @cindex memory-mapped symbol file
9889 @cindex saving symbol table
9890 @item symbol-file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
9891 @itemx file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
9892 You can override the @value{GDBN} two-stage strategy for reading symbol
9893 tables by using the @samp{-readnow} option with any of the commands that
9894 load symbol table information, if you want to be sure @value{GDBN} has the
9895 entire symbol table available.
9896
9897 If memory-mapped files are available on your system through the
9898 @code{mmap} system call, you can use another option, @samp{-mapped}, to
9899 cause @value{GDBN} to write the symbols for your program into a reusable
9900 file. Future @value{GDBN} debugging sessions map in symbol information
9901 from this auxiliary symbol file (if the program has not changed), rather
9902 than spending time reading the symbol table from the executable
9903 program. Using the @samp{-mapped} option has the same effect as
9904 starting @value{GDBN} with the @samp{-mapped} command-line option.
9905
9906 You can use both options together, to make sure the auxiliary symbol
9907 file has all the symbol information for your program.
9908
9909 The auxiliary symbol file for a program called @var{myprog} is called
9910 @samp{@var{myprog}.syms}. Once this file exists (so long as it is newer
9911 than the corresponding executable), @value{GDBN} always attempts to use
9912 it when you debug @var{myprog}; no special options or commands are
9913 needed.
9914
9915 The @file{.syms} file is specific to the host machine where you run
9916 @value{GDBN}. It holds an exact image of the internal @value{GDBN}
9917 symbol table. It cannot be shared across multiple host platforms.
9918
9919 @c FIXME: for now no mention of directories, since this seems to be in
9920 @c flux. 13mar1992 status is that in theory GDB would look either in
9921 @c current dir or in same dir as myprog; but issues like competing
9922 @c GDB's, or clutter in system dirs, mean that in practice right now
9923 @c only current dir is used. FFish says maybe a special GDB hierarchy
9924 @c (eg rooted in val of env var GDBSYMS) could exist for mappable symbol
9925 @c files.
9926
9927 @kindex core
9928 @kindex core-file
9929 @item core-file @r{[} @var{filename} @r{]}
9930 Specify the whereabouts of a core dump file to be used as the ``contents
9931 of memory''. Traditionally, core files contain only some parts of the
9932 address space of the process that generated them; @value{GDBN} can access the
9933 executable file itself for other parts.
9934
9935 @code{core-file} with no argument specifies that no core file is
9936 to be used.
9937
9938 Note that the core file is ignored when your program is actually running
9939 under @value{GDBN}. So, if you have been running your program and you
9940 wish to debug a core file instead, you must kill the subprocess in which
9941 the program is running. To do this, use the @code{kill} command
9942 (@pxref{Kill Process, ,Killing the child process}).
9943
9944 @kindex add-symbol-file
9945 @cindex dynamic linking
9946 @item add-symbol-file @var{filename} @var{address}
9947 @itemx add-symbol-file @var{filename} @var{address} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
9948 @itemx add-symbol-file @var{filename} @r{-s}@var{section} @var{address} @dots{}
9949 The @code{add-symbol-file} command reads additional symbol table
9950 information from the file @var{filename}. You would use this command
9951 when @var{filename} has been dynamically loaded (by some other means)
9952 into the program that is running. @var{address} should be the memory
9953 address at which the file has been loaded; @value{GDBN} cannot figure
9954 this out for itself. You can additionally specify an arbitrary number
9955 of @samp{@r{-s}@var{section} @var{address}} pairs, to give an explicit
9956 section name and base address for that section. You can specify any
9957 @var{address} as an expression.
9958
9959 The symbol table of the file @var{filename} is added to the symbol table
9960 originally read with the @code{symbol-file} command. You can use the
9961 @code{add-symbol-file} command any number of times; the new symbol data
9962 thus read keeps adding to the old. To discard all old symbol data
9963 instead, use the @code{symbol-file} command without any arguments.
9964
9965 @cindex relocatable object files, reading symbols from
9966 @cindex object files, relocatable, reading symbols from
9967 @cindex reading symbols from relocatable object files
9968 @cindex symbols, reading from relocatable object files
9969 @cindex @file{.o} files, reading symbols from
9970 Although @var{filename} is typically a shared library file, an
9971 executable file, or some other object file which has been fully
9972 relocated for loading into a process, you can also load symbolic
9973 information from relocatable @file{.o} files, as long as:
9974
9975 @itemize @bullet
9976 @item
9977 the file's symbolic information refers only to linker symbols defined in
9978 that file, not to symbols defined by other object files,
9979 @item
9980 every section the file's symbolic information refers to has actually
9981 been loaded into the inferior, as it appears in the file, and
9982 @item
9983 you can determine the address at which every section was loaded, and
9984 provide these to the @code{add-symbol-file} command.
9985 @end itemize
9986
9987 @noindent
9988 Some embedded operating systems, like Sun Chorus and VxWorks, can load
9989 relocatable files into an already running program; such systems
9990 typically make the requirements above easy to meet. However, it's
9991 important to recognize that many native systems use complex link
9992 procedures (@code{.linkonce} section factoring and C@t{++} constructor table
9993 assembly, for example) that make the requirements difficult to meet. In
9994 general, one cannot assume that using @code{add-symbol-file} to read a
9995 relocatable object file's symbolic information will have the same effect
9996 as linking the relocatable object file into the program in the normal
9997 way.
9998
9999 @code{add-symbol-file} does not repeat if you press @key{RET} after using it.
10000
10001 You can use the @samp{-mapped} and @samp{-readnow} options just as with
10002 the @code{symbol-file} command, to change how @value{GDBN} manages the symbol
10003 table information for @var{filename}.
10004
10005 @kindex add-shared-symbol-file
10006 @item add-shared-symbol-file
10007 The @code{add-shared-symbol-file} command can be used only under Harris' CXUX
10008 operating system for the Motorola 88k. @value{GDBN} automatically looks for
10009 shared libraries, however if @value{GDBN} does not find yours, you can run
10010 @code{add-shared-symbol-file}. It takes no arguments.
10011
10012 @kindex section
10013 @item section
10014 The @code{section} command changes the base address of section SECTION of
10015 the exec file to ADDR. This can be used if the exec file does not contain
10016 section addresses, (such as in the a.out format), or when the addresses
10017 specified in the file itself are wrong. Each section must be changed
10018 separately. The @code{info files} command, described below, lists all
10019 the sections and their addresses.
10020
10021 @kindex info files
10022 @kindex info target
10023 @item info files
10024 @itemx info target
10025 @code{info files} and @code{info target} are synonymous; both print the
10026 current target (@pxref{Targets, ,Specifying a Debugging Target}),
10027 including the names of the executable and core dump files currently in
10028 use by @value{GDBN}, and the files from which symbols were loaded. The
10029 command @code{help target} lists all possible targets rather than
10030 current ones.
10031
10032 @kindex maint info sections
10033 @item maint info sections
10034 Another command that can give you extra information about program sections
10035 is @code{maint info sections}. In addition to the section information
10036 displayed by @code{info files}, this command displays the flags and file
10037 offset of each section in the executable and core dump files. In addition,
10038 @code{maint info sections} provides the following command options (which
10039 may be arbitrarily combined):
10040
10041 @table @code
10042 @item ALLOBJ
10043 Display sections for all loaded object files, including shared libraries.
10044 @item @var{sections}
10045 Display info only for named @var{sections}.
10046 @item @var{section-flags}
10047 Display info only for sections for which @var{section-flags} are true.
10048 The section flags that @value{GDBN} currently knows about are:
10049 @table @code
10050 @item ALLOC
10051 Section will have space allocated in the process when loaded.
10052 Set for all sections except those containing debug information.
10053 @item LOAD
10054 Section will be loaded from the file into the child process memory.
10055 Set for pre-initialized code and data, clear for @code{.bss} sections.
10056 @item RELOC
10057 Section needs to be relocated before loading.
10058 @item READONLY
10059 Section cannot be modified by the child process.
10060 @item CODE
10061 Section contains executable code only.
10062 @item DATA
10063 Section contains data only (no executable code).
10064 @item ROM
10065 Section will reside in ROM.
10066 @item CONSTRUCTOR
10067 Section contains data for constructor/destructor lists.
10068 @item HAS_CONTENTS
10069 Section is not empty.
10070 @item NEVER_LOAD
10071 An instruction to the linker to not output the section.
10072 @item COFF_SHARED_LIBRARY
10073 A notification to the linker that the section contains
10074 COFF shared library information.
10075 @item IS_COMMON
10076 Section contains common symbols.
10077 @end table
10078 @end table
10079 @kindex set trust-readonly-sections
10080 @item set trust-readonly-sections on
10081 Tell @value{GDBN} that readonly sections in your object file
10082 really are read-only (i.e.@: that their contents will not change).
10083 In that case, @value{GDBN} can fetch values from these sections
10084 out of the object file, rather than from the target program.
10085 For some targets (notably embedded ones), this can be a significant
10086 enhancement to debugging performance.
10087
10088 The default is off.
10089
10090 @item set trust-readonly-sections off
10091 Tell @value{GDBN} not to trust readonly sections. This means that
10092 the contents of the section might change while the program is running,
10093 and must therefore be fetched from the target when needed.
10094 @end table
10095
10096 All file-specifying commands allow both absolute and relative file names
10097 as arguments. @value{GDBN} always converts the file name to an absolute file
10098 name and remembers it that way.
10099
10100 @cindex shared libraries
10101 @value{GDBN} supports HP-UX, SunOS, SVr4, Irix 5, and IBM RS/6000 shared
10102 libraries.
10103
10104 @value{GDBN} automatically loads symbol definitions from shared libraries
10105 when you use the @code{run} command, or when you examine a core file.
10106 (Before you issue the @code{run} command, @value{GDBN} does not understand
10107 references to a function in a shared library, however---unless you are
10108 debugging a core file).
10109
10110 On HP-UX, if the program loads a library explicitly, @value{GDBN}
10111 automatically loads the symbols at the time of the @code{shl_load} call.
10112
10113 @c FIXME: some @value{GDBN} release may permit some refs to undef
10114 @c FIXME...symbols---eg in a break cmd---assuming they are from a shared
10115 @c FIXME...lib; check this from time to time when updating manual
10116
10117 There are times, however, when you may wish to not automatically load
10118 symbol definitions from shared libraries, such as when they are
10119 particularly large or there are many of them.
10120
10121 To control the automatic loading of shared library symbols, use the
10122 commands:
10123
10124 @table @code
10125 @kindex set auto-solib-add
10126 @item set auto-solib-add @var{mode}
10127 If @var{mode} is @code{on}, symbols from all shared object libraries
10128 will be loaded automatically when the inferior begins execution, you
10129 attach to an independently started inferior, or when the dynamic linker
10130 informs @value{GDBN} that a new library has been loaded. If @var{mode}
10131 is @code{off}, symbols must be loaded manually, using the
10132 @code{sharedlibrary} command. The default value is @code{on}.
10133
10134 @kindex show auto-solib-add
10135 @item show auto-solib-add
10136 Display the current autoloading mode.
10137 @end table
10138
10139 To explicitly load shared library symbols, use the @code{sharedlibrary}
10140 command:
10141
10142 @table @code
10143 @kindex info sharedlibrary
10144 @kindex info share
10145 @item info share
10146 @itemx info sharedlibrary
10147 Print the names of the shared libraries which are currently loaded.
10148
10149 @kindex sharedlibrary
10150 @kindex share
10151 @item sharedlibrary @var{regex}
10152 @itemx share @var{regex}
10153 Load shared object library symbols for files matching a
10154 Unix regular expression.
10155 As with files loaded automatically, it only loads shared libraries
10156 required by your program for a core file or after typing @code{run}. If
10157 @var{regex} is omitted all shared libraries required by your program are
10158 loaded.
10159 @end table
10160
10161 On some systems, such as HP-UX systems, @value{GDBN} supports
10162 autoloading shared library symbols until a limiting threshold size is
10163 reached. This provides the benefit of allowing autoloading to remain on
10164 by default, but avoids autoloading excessively large shared libraries,
10165 up to a threshold that is initially set, but which you can modify if you
10166 wish.
10167
10168 Beyond that threshold, symbols from shared libraries must be explicitly
10169 loaded. To load these symbols, use the command @code{sharedlibrary
10170 @var{filename}}. The base address of the shared library is determined
10171 automatically by @value{GDBN} and need not be specified.
10172
10173 To display or set the threshold, use the commands:
10174
10175 @table @code
10176 @kindex set auto-solib-limit
10177 @item set auto-solib-limit @var{threshold}
10178 Set the autoloading size threshold, in an integral number of megabytes.
10179 If @var{threshold} is nonzero and shared library autoloading is enabled,
10180 symbols from all shared object libraries will be loaded until the total
10181 size of the loaded shared library symbols exceeds this threshold.
10182 Otherwise, symbols must be loaded manually, using the
10183 @code{sharedlibrary} command. The default threshold is 100 (i.e.@: 100
10184 Mb).
10185
10186 @kindex show auto-solib-limit
10187 @item show auto-solib-limit
10188 Display the current autoloading size threshold, in megabytes.
10189 @end table
10190
10191 Shared libraries are also supported in many cross or remote debugging
10192 configurations. A copy of the target's libraries need to be present on the
10193 host system; they need to be the same as the target libraries, although the
10194 copies on the target can be stripped as long as the copies on the host are
10195 not.
10196
10197 You need to tell @value{GDBN} where the target libraries are, so that it can
10198 load the correct copies---otherwise, it may try to load the host's libraries.
10199 @value{GDBN} has two variables to specify the search directories for target
10200 libraries.
10201
10202 @table @code
10203 @kindex set solib-absolute-prefix
10204 @item set solib-absolute-prefix @var{path}
10205 If this variable is set, @var{path} will be used as a prefix for any
10206 absolute shared library paths; many runtime loaders store the absolute
10207 paths to the shared library in the target program's memory. If you use
10208 @samp{solib-absolute-prefix} to find shared libraries, they need to be laid
10209 out in the same way that they are on the target, with e.g.@: a
10210 @file{/usr/lib} hierarchy under @var{path}.
10211
10212 You can set the default value of @samp{solib-absolute-prefix} by using the
10213 configure-time @samp{--with-sysroot} option.
10214
10215 @kindex show solib-absolute-prefix
10216 @item show solib-absolute-prefix
10217 Display the current shared library prefix.
10218
10219 @kindex set solib-search-path
10220 @item set solib-search-path @var{path}
10221 If this variable is set, @var{path} is a colon-separated list of directories
10222 to search for shared libraries. @samp{solib-search-path} is used after
10223 @samp{solib-absolute-prefix} fails to locate the library, or if the path to
10224 the library is relative instead of absolute. If you want to use
10225 @samp{solib-search-path} instead of @samp{solib-absolute-prefix}, be sure to
10226 set @samp{solib-absolute-prefix} to a nonexistant directory to prevent
10227 @value{GDBN} from finding your host's libraries.
10228
10229 @kindex show solib-search-path
10230 @item show solib-search-path
10231 Display the current shared library search path.
10232 @end table
10233
10234
10235 @node Separate Debug Files
10236 @section Debugging Information in Separate Files
10237 @cindex separate debugging information files
10238 @cindex debugging information in separate files
10239 @cindex @file{.debug} subdirectories
10240 @cindex debugging information directory, global
10241 @cindex global debugging information directory
10242
10243 @value{GDBN} allows you to put a program's debugging information in a
10244 file separate from the executable itself, in a way that allows
10245 @value{GDBN} to find and load the debugging information automatically.
10246 Since debugging information can be very large --- sometimes larger
10247 than the executable code itself --- some systems distribute debugging
10248 information for their executables in separate files, which users can
10249 install only when they need to debug a problem.
10250
10251 If an executable's debugging information has been extracted to a
10252 separate file, the executable should contain a @dfn{debug link} giving
10253 the name of the debugging information file (with no directory
10254 components), and a checksum of its contents. (The exact form of a
10255 debug link is described below.) If the full name of the directory
10256 containing the executable is @var{execdir}, and the executable has a
10257 debug link that specifies the name @var{debugfile}, then @value{GDBN}
10258 will automatically search for the debugging information file in three
10259 places:
10260
10261 @itemize @bullet
10262 @item
10263 the directory containing the executable file (that is, it will look
10264 for a file named @file{@var{execdir}/@var{debugfile}},
10265 @item
10266 a subdirectory of that directory named @file{.debug} (that is, the
10267 file @file{@var{execdir}/.debug/@var{debugfile}}, and
10268 @item
10269 a subdirectory of the global debug file directory that includes the
10270 executable's full path, and the name from the link (that is, the file
10271 @file{@var{globaldebugdir}/@var{execdir}/@var{debugfile}}, where
10272 @var{globaldebugdir} is the global debug file directory, and
10273 @var{execdir} has been turned into a relative path).
10274 @end itemize
10275 @noindent
10276 @value{GDBN} checks under each of these names for a debugging
10277 information file whose checksum matches that given in the link, and
10278 reads the debugging information from the first one it finds.
10279
10280 So, for example, if you ask @value{GDBN} to debug @file{/usr/bin/ls},
10281 which has a link containing the name @file{ls.debug}, and the global
10282 debug directory is @file{/usr/lib/debug}, then @value{GDBN} will look
10283 for debug information in @file{/usr/bin/ls.debug},
10284 @file{/usr/bin/.debug/ls.debug}, and
10285 @file{/usr/lib/debug/usr/bin/ls.debug}.
10286
10287 You can set the global debugging info directory's name, and view the
10288 name @value{GDBN} is currently using.
10289
10290 @table @code
10291
10292 @kindex set debug-file-directory
10293 @item set debug-file-directory @var{directory}
10294 Set the directory which @value{GDBN} searches for separate debugging
10295 information files to @var{directory}.
10296
10297 @kindex show debug-file-directory
10298 @item show debug-file-directory
10299 Show the directory @value{GDBN} searches for separate debugging
10300 information files.
10301
10302 @end table
10303
10304 @cindex @code{.gnu_debuglink} sections
10305 @cindex debug links
10306 A debug link is a special section of the executable file named
10307 @code{.gnu_debuglink}. The section must contain:
10308
10309 @itemize
10310 @item
10311 A filename, with any leading directory components removed, followed by
10312 a zero byte,
10313 @item
10314 zero to three bytes of padding, as needed to reach the next four-byte
10315 boundary within the section, and
10316 @item
10317 a four-byte CRC checksum, stored in the same endianness used for the
10318 executable file itself. The checksum is computed on the debugging
10319 information file's full contents by the function given below, passing
10320 zero as the @var{crc} argument.
10321 @end itemize
10322
10323 Any executable file format can carry a debug link, as long as it can
10324 contain a section named @code{.gnu_debuglink} with the contents
10325 described above.
10326
10327 The debugging information file itself should be an ordinary
10328 executable, containing a full set of linker symbols, sections, and
10329 debugging information. The sections of the debugging information file
10330 should have the same names, addresses and sizes as the original file,
10331 but they need not contain any data --- much like a @code{.bss} section
10332 in an ordinary executable.
10333
10334 As of December 2002, there is no standard GNU utility to produce
10335 separated executable / debugging information file pairs. Ulrich
10336 Drepper's @file{elfutils} package, starting with version 0.53,
10337 contains a version of the @code{strip} command such that the command
10338 @kbd{strip foo -f foo.debug} removes the debugging information from
10339 the executable file @file{foo}, places it in the file
10340 @file{foo.debug}, and leaves behind a debug link in @file{foo}.
10341
10342 Since there are many different ways to compute CRC's (different
10343 polynomials, reversals, byte ordering, etc.), the simplest way to
10344 describe the CRC used in @code{.gnu_debuglink} sections is to give the
10345 complete code for a function that computes it:
10346
10347 @kindex @code{gnu_debuglink_crc32}
10348 @smallexample
10349 unsigned long
10350 gnu_debuglink_crc32 (unsigned long crc,
10351 unsigned char *buf, size_t len)
10352 @{
10353 static const unsigned long crc32_table[256] =
10354 @{
10355 0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419,
10356 0x706af48f, 0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4,
10357 0xe0d5e91e, 0x97d2d988, 0x09b64c2b, 0x7eb17cbd, 0xe7b82d07,
10358 0x90bf1d91, 0x1db71064, 0x6ab020f2, 0xf3b97148, 0x84be41de,
10359 0x1adad47d, 0x6ddde4eb, 0xf4d4b551, 0x83d385c7, 0x136c9856,
10360 0x646ba8c0, 0xfd62f97a, 0x8a65c9ec, 0x14015c4f, 0x63066cd9,
10361 0xfa0f3d63, 0x8d080df5, 0x3b6e20c8, 0x4c69105e, 0xd56041e4,
10362 0xa2677172, 0x3c03e4d1, 0x4b04d447, 0xd20d85fd, 0xa50ab56b,
10363 0x35b5a8fa, 0x42b2986c, 0xdbbbc9d6, 0xacbcf940, 0x32d86ce3,
10364 0x45df5c75, 0xdcd60dcf, 0xabd13d59, 0x26d930ac, 0x51de003a,
10365 0xc8d75180, 0xbfd06116, 0x21b4f4b5, 0x56b3c423, 0xcfba9599,
10366 0xb8bda50f, 0x2802b89e, 0x5f058808, 0xc60cd9b2, 0xb10be924,
10367 0x2f6f7c87, 0x58684c11, 0xc1611dab, 0xb6662d3d, 0x76dc4190,
10368 0x01db7106, 0x98d220bc, 0xefd5102a, 0x71b18589, 0x06b6b51f,
10369 0x9fbfe4a5, 0xe8b8d433, 0x7807c9a2, 0x0f00f934, 0x9609a88e,
10370 0xe10e9818, 0x7f6a0dbb, 0x086d3d2d, 0x91646c97, 0xe6635c01,
10371 0x6b6b51f4, 0x1c6c6162, 0x856530d8, 0xf262004e, 0x6c0695ed,
10372 0x1b01a57b, 0x8208f4c1, 0xf50fc457, 0x65b0d9c6, 0x12b7e950,
10373 0x8bbeb8ea, 0xfcb9887c, 0x62dd1ddf, 0x15da2d49, 0x8cd37cf3,
10374 0xfbd44c65, 0x4db26158, 0x3ab551ce, 0xa3bc0074, 0xd4bb30e2,
10375 0x4adfa541, 0x3dd895d7, 0xa4d1c46d, 0xd3d6f4fb, 0x4369e96a,
10376 0x346ed9fc, 0xad678846, 0xda60b8d0, 0x44042d73, 0x33031de5,
10377 0xaa0a4c5f, 0xdd0d7cc9, 0x5005713c, 0x270241aa, 0xbe0b1010,
10378 0xc90c2086, 0x5768b525, 0x206f85b3, 0xb966d409, 0xce61e49f,
10379 0x5edef90e, 0x29d9c998, 0xb0d09822, 0xc7d7a8b4, 0x59b33d17,
10380 0x2eb40d81, 0xb7bd5c3b, 0xc0ba6cad, 0xedb88320, 0x9abfb3b6,
10381 0x03b6e20c, 0x74b1d29a, 0xead54739, 0x9dd277af, 0x04db2615,
10382 0x73dc1683, 0xe3630b12, 0x94643b84, 0x0d6d6a3e, 0x7a6a5aa8,
10383 0xe40ecf0b, 0x9309ff9d, 0x0a00ae27, 0x7d079eb1, 0xf00f9344,
10384 0x8708a3d2, 0x1e01f268, 0x6906c2fe, 0xf762575d, 0x806567cb,
10385 0x196c3671, 0x6e6b06e7, 0xfed41b76, 0x89d32be0, 0x10da7a5a,
10386 0x67dd4acc, 0xf9b9df6f, 0x8ebeeff9, 0x17b7be43, 0x60b08ed5,
10387 0xd6d6a3e8, 0xa1d1937e, 0x38d8c2c4, 0x4fdff252, 0xd1bb67f1,
10388 0xa6bc5767, 0x3fb506dd, 0x48b2364b, 0xd80d2bda, 0xaf0a1b4c,
10389 0x36034af6, 0x41047a60, 0xdf60efc3, 0xa867df55, 0x316e8eef,
10390 0x4669be79, 0xcb61b38c, 0xbc66831a, 0x256fd2a0, 0x5268e236,
10391 0xcc0c7795, 0xbb0b4703, 0x220216b9, 0x5505262f, 0xc5ba3bbe,
10392 0xb2bd0b28, 0x2bb45a92, 0x5cb36a04, 0xc2d7ffa7, 0xb5d0cf31,
10393 0x2cd99e8b, 0x5bdeae1d, 0x9b64c2b0, 0xec63f226, 0x756aa39c,
10394 0x026d930a, 0x9c0906a9, 0xeb0e363f, 0x72076785, 0x05005713,
10395 0x95bf4a82, 0xe2b87a14, 0x7bb12bae, 0x0cb61b38, 0x92d28e9b,
10396 0xe5d5be0d, 0x7cdcefb7, 0x0bdbdf21, 0x86d3d2d4, 0xf1d4e242,
10397 0x68ddb3f8, 0x1fda836e, 0x81be16cd, 0xf6b9265b, 0x6fb077e1,
10398 0x18b74777, 0x88085ae6, 0xff0f6a70, 0x66063bca, 0x11010b5c,
10399 0x8f659eff, 0xf862ae69, 0x616bffd3, 0x166ccf45, 0xa00ae278,
10400 0xd70dd2ee, 0x4e048354, 0x3903b3c2, 0xa7672661, 0xd06016f7,
10401 0x4969474d, 0x3e6e77db, 0xaed16a4a, 0xd9d65adc, 0x40df0b66,
10402 0x37d83bf0, 0xa9bcae53, 0xdebb9ec5, 0x47b2cf7f, 0x30b5ffe9,
10403 0xbdbdf21c, 0xcabac28a, 0x53b39330, 0x24b4a3a6, 0xbad03605,
10404 0xcdd70693, 0x54de5729, 0x23d967bf, 0xb3667a2e, 0xc4614ab8,
10405 0x5d681b02, 0x2a6f2b94, 0xb40bbe37, 0xc30c8ea1, 0x5a05df1b,
10406 0x2d02ef8d
10407 @};
10408 unsigned char *end;
10409
10410 crc = ~crc & 0xffffffff;
10411 for (end = buf + len; buf < end; ++buf)
10412 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);
10413 return ~crc & 0xffffffff;
10414 @}
10415 @end smallexample
10416
10417
10418 @node Symbol Errors
10419 @section Errors reading symbol files
10420
10421 While reading a symbol file, @value{GDBN} occasionally encounters problems,
10422 such as symbol types it does not recognize, or known bugs in compiler
10423 output. By default, @value{GDBN} does not notify you of such problems, since
10424 they are relatively common and primarily of interest to people
10425 debugging compilers. If you are interested in seeing information
10426 about ill-constructed symbol tables, you can either ask @value{GDBN} to print
10427 only one message about each such type of problem, no matter how many
10428 times the problem occurs; or you can ask @value{GDBN} to print more messages,
10429 to see how many times the problems occur, with the @code{set
10430 complaints} command (@pxref{Messages/Warnings, ,Optional warnings and
10431 messages}).
10432
10433 The messages currently printed, and their meanings, include:
10434
10435 @table @code
10436 @item inner block not inside outer block in @var{symbol}
10437
10438 The symbol information shows where symbol scopes begin and end
10439 (such as at the start of a function or a block of statements). This
10440 error indicates that an inner scope block is not fully contained
10441 in its outer scope blocks.
10442
10443 @value{GDBN} circumvents the problem by treating the inner block as if it had
10444 the same scope as the outer block. In the error message, @var{symbol}
10445 may be shown as ``@code{(don't know)}'' if the outer block is not a
10446 function.
10447
10448 @item block at @var{address} out of order
10449
10450 The symbol information for symbol scope blocks should occur in
10451 order of increasing addresses. This error indicates that it does not
10452 do so.
10453
10454 @value{GDBN} does not circumvent this problem, and has trouble
10455 locating symbols in the source file whose symbols it is reading. (You
10456 can often determine what source file is affected by specifying
10457 @code{set verbose on}. @xref{Messages/Warnings, ,Optional warnings and
10458 messages}.)
10459
10460 @item bad block start address patched
10461
10462 The symbol information for a symbol scope block has a start address
10463 smaller than the address of the preceding source line. This is known
10464 to occur in the SunOS 4.1.1 (and earlier) C compiler.
10465
10466 @value{GDBN} circumvents the problem by treating the symbol scope block as
10467 starting on the previous source line.
10468
10469 @item bad string table offset in symbol @var{n}
10470
10471 @cindex foo
10472 Symbol number @var{n} contains a pointer into the string table which is
10473 larger than the size of the string table.
10474
10475 @value{GDBN} circumvents the problem by considering the symbol to have the
10476 name @code{foo}, which may cause other problems if many symbols end up
10477 with this name.
10478
10479 @item unknown symbol type @code{0x@var{nn}}
10480
10481 The symbol information contains new data types that @value{GDBN} does
10482 not yet know how to read. @code{0x@var{nn}} is the symbol type of the
10483 uncomprehended information, in hexadecimal.
10484
10485 @value{GDBN} circumvents the error by ignoring this symbol information.
10486 This usually allows you to debug your program, though certain symbols
10487 are not accessible. If you encounter such a problem and feel like
10488 debugging it, you can debug @code{@value{GDBP}} with itself, breakpoint
10489 on @code{complain}, then go up to the function @code{read_dbx_symtab}
10490 and examine @code{*bufp} to see the symbol.
10491
10492 @item stub type has NULL name
10493
10494 @value{GDBN} could not find the full definition for a struct or class.
10495
10496 @item const/volatile indicator missing (ok if using g++ v1.x), got@dots{}
10497 The symbol information for a C@t{++} member function is missing some
10498 information that recent versions of the compiler should have output for
10499 it.
10500
10501 @item info mismatch between compiler and debugger
10502
10503 @value{GDBN} could not parse a type specification output by the compiler.
10504
10505 @end table
10506
10507 @node Targets
10508 @chapter Specifying a Debugging Target
10509
10510 @cindex debugging target
10511 @kindex target
10512
10513 A @dfn{target} is the execution environment occupied by your program.
10514
10515 Often, @value{GDBN} runs in the same host environment as your program;
10516 in that case, the debugging target is specified as a side effect when
10517 you use the @code{file} or @code{core} commands. When you need more
10518 flexibility---for example, running @value{GDBN} on a physically separate
10519 host, or controlling a standalone system over a serial port or a
10520 realtime system over a TCP/IP connection---you can use the @code{target}
10521 command to specify one of the target types configured for @value{GDBN}
10522 (@pxref{Target Commands, ,Commands for managing targets}).
10523
10524 @menu
10525 * Active Targets:: Active targets
10526 * Target Commands:: Commands for managing targets
10527 * Byte Order:: Choosing target byte order
10528 * Remote:: Remote debugging
10529 * KOD:: Kernel Object Display
10530
10531 @end menu
10532
10533 @node Active Targets
10534 @section Active targets
10535
10536 @cindex stacking targets
10537 @cindex active targets
10538 @cindex multiple targets
10539
10540 There are three classes of targets: processes, core files, and
10541 executable files. @value{GDBN} can work concurrently on up to three
10542 active targets, one in each class. This allows you to (for example)
10543 start a process and inspect its activity without abandoning your work on
10544 a core file.
10545
10546 For example, if you execute @samp{gdb a.out}, then the executable file
10547 @code{a.out} is the only active target. If you designate a core file as
10548 well---presumably from a prior run that crashed and coredumped---then
10549 @value{GDBN} has two active targets and uses them in tandem, looking
10550 first in the corefile target, then in the executable file, to satisfy
10551 requests for memory addresses. (Typically, these two classes of target
10552 are complementary, since core files contain only a program's
10553 read-write memory---variables and so on---plus machine status, while
10554 executable files contain only the program text and initialized data.)
10555
10556 When you type @code{run}, your executable file becomes an active process
10557 target as well. When a process target is active, all @value{GDBN}
10558 commands requesting memory addresses refer to that target; addresses in
10559 an active core file or executable file target are obscured while the
10560 process target is active.
10561
10562 Use the @code{core-file} and @code{exec-file} commands to select a new
10563 core file or executable target (@pxref{Files, ,Commands to specify
10564 files}). To specify as a target a process that is already running, use
10565 the @code{attach} command (@pxref{Attach, ,Debugging an already-running
10566 process}).
10567
10568 @node Target Commands
10569 @section Commands for managing targets
10570
10571 @table @code
10572 @item target @var{type} @var{parameters}
10573 Connects the @value{GDBN} host environment to a target machine or
10574 process. A target is typically a protocol for talking to debugging
10575 facilities. You use the argument @var{type} to specify the type or
10576 protocol of the target machine.
10577
10578 Further @var{parameters} are interpreted by the target protocol, but
10579 typically include things like device names or host names to connect
10580 with, process numbers, and baud rates.
10581
10582 The @code{target} command does not repeat if you press @key{RET} again
10583 after executing the command.
10584
10585 @kindex help target
10586 @item help target
10587 Displays the names of all targets available. To display targets
10588 currently selected, use either @code{info target} or @code{info files}
10589 (@pxref{Files, ,Commands to specify files}).
10590
10591 @item help target @var{name}
10592 Describe a particular target, including any parameters necessary to
10593 select it.
10594
10595 @kindex set gnutarget
10596 @item set gnutarget @var{args}
10597 @value{GDBN} uses its own library BFD to read your files. @value{GDBN}
10598 knows whether it is reading an @dfn{executable},
10599 a @dfn{core}, or a @dfn{.o} file; however, you can specify the file format
10600 with the @code{set gnutarget} command. Unlike most @code{target} commands,
10601 with @code{gnutarget} the @code{target} refers to a program, not a machine.
10602
10603 @quotation
10604 @emph{Warning:} To specify a file format with @code{set gnutarget},
10605 you must know the actual BFD name.
10606 @end quotation
10607
10608 @noindent
10609 @xref{Files, , Commands to specify files}.
10610
10611 @kindex show gnutarget
10612 @item show gnutarget
10613 Use the @code{show gnutarget} command to display what file format
10614 @code{gnutarget} is set to read. If you have not set @code{gnutarget},
10615 @value{GDBN} will determine the file format for each file automatically,
10616 and @code{show gnutarget} displays @samp{The current BDF target is "auto"}.
10617 @end table
10618
10619 Here are some common targets (available, or not, depending on the GDB
10620 configuration):
10621
10622 @table @code
10623 @kindex target exec
10624 @item target exec @var{program}
10625 An executable file. @samp{target exec @var{program}} is the same as
10626 @samp{exec-file @var{program}}.
10627
10628 @kindex target core
10629 @item target core @var{filename}
10630 A core dump file. @samp{target core @var{filename}} is the same as
10631 @samp{core-file @var{filename}}.
10632
10633 @kindex target remote
10634 @item target remote @var{dev}
10635 Remote serial target in GDB-specific protocol. The argument @var{dev}
10636 specifies what serial device to use for the connection (e.g.
10637 @file{/dev/ttya}). @xref{Remote, ,Remote debugging}. @code{target remote}
10638 supports the @code{load} command. This is only useful if you have
10639 some other way of getting the stub to the target system, and you can put
10640 it somewhere in memory where it won't get clobbered by the download.
10641
10642 @kindex target sim
10643 @item target sim
10644 Builtin CPU simulator. @value{GDBN} includes simulators for most architectures.
10645 In general,
10646 @smallexample
10647 target sim
10648 load
10649 run
10650 @end smallexample
10651 @noindent
10652 works; however, you cannot assume that a specific memory map, device
10653 drivers, or even basic I/O is available, although some simulators do
10654 provide these. For info about any processor-specific simulator details,
10655 see the appropriate section in @ref{Embedded Processors, ,Embedded
10656 Processors}.
10657
10658 @end table
10659
10660 Some configurations may include these targets as well:
10661
10662 @table @code
10663
10664 @kindex target nrom
10665 @item target nrom @var{dev}
10666 NetROM ROM emulator. This target only supports downloading.
10667
10668 @end table
10669
10670 Different targets are available on different configurations of @value{GDBN};
10671 your configuration may have more or fewer targets.
10672
10673 Many remote targets require you to download the executable's code
10674 once you've successfully established a connection.
10675
10676 @table @code
10677
10678 @kindex load @var{filename}
10679 @item load @var{filename}
10680 Depending on what remote debugging facilities are configured into
10681 @value{GDBN}, the @code{load} command may be available. Where it exists, it
10682 is meant to make @var{filename} (an executable) available for debugging
10683 on the remote system---by downloading, or dynamic linking, for example.
10684 @code{load} also records the @var{filename} symbol table in @value{GDBN}, like
10685 the @code{add-symbol-file} command.
10686
10687 If your @value{GDBN} does not have a @code{load} command, attempting to
10688 execute it gets the error message ``@code{You can't do that when your
10689 target is @dots{}}''
10690
10691 The file is loaded at whatever address is specified in the executable.
10692 For some object file formats, you can specify the load address when you
10693 link the program; for other formats, like a.out, the object file format
10694 specifies a fixed address.
10695 @c FIXME! This would be a good place for an xref to the GNU linker doc.
10696
10697 @code{load} does not repeat if you press @key{RET} again after using it.
10698 @end table
10699
10700 @node Byte Order
10701 @section Choosing target byte order
10702
10703 @cindex choosing target byte order
10704 @cindex target byte order
10705
10706 Some types of processors, such as the MIPS, PowerPC, and Renesas SH,
10707 offer the ability to run either big-endian or little-endian byte
10708 orders. Usually the executable or symbol will include a bit to
10709 designate the endian-ness, and you will not need to worry about
10710 which to use. However, you may still find it useful to adjust
10711 @value{GDBN}'s idea of processor endian-ness manually.
10712
10713 @table @code
10714 @kindex set endian big
10715 @item set endian big
10716 Instruct @value{GDBN} to assume the target is big-endian.
10717
10718 @kindex set endian little
10719 @item set endian little
10720 Instruct @value{GDBN} to assume the target is little-endian.
10721
10722 @kindex set endian auto
10723 @item set endian auto
10724 Instruct @value{GDBN} to use the byte order associated with the
10725 executable.
10726
10727 @item show endian
10728 Display @value{GDBN}'s current idea of the target byte order.
10729
10730 @end table
10731
10732 Note that these commands merely adjust interpretation of symbolic
10733 data on the host, and that they have absolutely no effect on the
10734 target system.
10735
10736 @node Remote
10737 @section Remote debugging
10738 @cindex remote debugging
10739
10740 If you are trying to debug a program running on a machine that cannot run
10741 @value{GDBN} in the usual way, it is often useful to use remote debugging.
10742 For example, you might use remote debugging on an operating system kernel,
10743 or on a small system which does not have a general purpose operating system
10744 powerful enough to run a full-featured debugger.
10745
10746 Some configurations of @value{GDBN} have special serial or TCP/IP interfaces
10747 to make this work with particular debugging targets. In addition,
10748 @value{GDBN} comes with a generic serial protocol (specific to @value{GDBN},
10749 but not specific to any particular target system) which you can use if you
10750 write the remote stubs---the code that runs on the remote system to
10751 communicate with @value{GDBN}.
10752
10753 Other remote targets may be available in your
10754 configuration of @value{GDBN}; use @code{help target} to list them.
10755
10756 @node KOD
10757 @section Kernel Object Display
10758 @cindex kernel object display
10759 @cindex KOD
10760
10761 Some targets support kernel object display. Using this facility,
10762 @value{GDBN} communicates specially with the underlying operating system
10763 and can display information about operating system-level objects such as
10764 mutexes and other synchronization objects. Exactly which objects can be
10765 displayed is determined on a per-OS basis.
10766
10767 @kindex set os
10768 Use the @code{set os} command to set the operating system. This tells
10769 @value{GDBN} which kernel object display module to initialize:
10770
10771 @smallexample
10772 (@value{GDBP}) set os cisco
10773 @end smallexample
10774
10775 @kindex show os
10776 The associated command @code{show os} displays the operating system
10777 set with the @code{set os} command; if no operating system has been
10778 set, @code{show os} will display an empty string @samp{""}.
10779
10780 If @code{set os} succeeds, @value{GDBN} will display some information
10781 about the operating system, and will create a new @code{info} command
10782 which can be used to query the target. The @code{info} command is named
10783 after the operating system:
10784
10785 @kindex info cisco
10786 @smallexample
10787 (@value{GDBP}) info cisco
10788 List of Cisco Kernel Objects
10789 Object Description
10790 any Any and all objects
10791 @end smallexample
10792
10793 Further subcommands can be used to query about particular objects known
10794 by the kernel.
10795
10796 There is currently no way to determine whether a given operating
10797 system is supported other than to try setting it with @kbd{set os
10798 @var{name}}, where @var{name} is the name of the operating system you
10799 want to try.
10800
10801
10802 @node Remote Debugging
10803 @chapter Debugging remote programs
10804
10805 @menu
10806 * Connecting:: Connecting to a remote target
10807 * Server:: Using the gdbserver program
10808 * NetWare:: Using the gdbserve.nlm program
10809 * Remote configuration:: Remote configuration
10810 * remote stub:: Implementing a remote stub
10811 @end menu
10812
10813 @node Connecting
10814 @section Connecting to a remote target
10815
10816 On the @value{GDBN} host machine, you will need an unstripped copy of
10817 your program, since @value{GDBN} needs symobl and debugging information.
10818 Start up @value{GDBN} as usual, using the name of the local copy of your
10819 program as the first argument.
10820
10821 @cindex serial line, @code{target remote}
10822 If you're using a serial line, you may want to give @value{GDBN} the
10823 @w{@samp{--baud}} option, or use the @code{set remotebaud} command
10824 before the @code{target} command.
10825
10826 After that, use @code{target remote} to establish communications with
10827 the target machine. Its argument specifies how to communicate---either
10828 via a devicename attached to a direct serial line, or a TCP or UDP port
10829 (possibly to a terminal server which in turn has a serial line to the
10830 target). For example, to use a serial line connected to the device
10831 named @file{/dev/ttyb}:
10832
10833 @smallexample
10834 target remote /dev/ttyb
10835 @end smallexample
10836
10837 @cindex TCP port, @code{target remote}
10838 To use a TCP connection, use an argument of the form
10839 @code{@var{host}:@var{port}} or @code{tcp:@var{host}:@var{port}}.
10840 For example, to connect to port 2828 on a
10841 terminal server named @code{manyfarms}:
10842
10843 @smallexample
10844 target remote manyfarms:2828
10845 @end smallexample
10846
10847 If your remote target is actually running on the same machine as
10848 your debugger session (e.g.@: a simulator of your target running on
10849 the same host), you can omit the hostname. For example, to connect
10850 to port 1234 on your local machine:
10851
10852 @smallexample
10853 target remote :1234
10854 @end smallexample
10855 @noindent
10856
10857 Note that the colon is still required here.
10858
10859 @cindex UDP port, @code{target remote}
10860 To use a UDP connection, use an argument of the form
10861 @code{udp:@var{host}:@var{port}}. For example, to connect to UDP port 2828
10862 on a terminal server named @code{manyfarms}:
10863
10864 @smallexample
10865 target remote udp:manyfarms:2828
10866 @end smallexample
10867
10868 When using a UDP connection for remote debugging, you should keep in mind
10869 that the `U' stands for ``Unreliable''. UDP can silently drop packets on
10870 busy or unreliable networks, which will cause havoc with your debugging
10871 session.
10872
10873 Now you can use all the usual commands to examine and change data and to
10874 step and continue the remote program.
10875
10876 @cindex interrupting remote programs
10877 @cindex remote programs, interrupting
10878 Whenever @value{GDBN} is waiting for the remote program, if you type the
10879 interrupt character (often @key{C-C}), @value{GDBN} attempts to stop the
10880 program. This may or may not succeed, depending in part on the hardware
10881 and the serial drivers the remote system uses. If you type the
10882 interrupt character once again, @value{GDBN} displays this prompt:
10883
10884 @smallexample
10885 Interrupted while waiting for the program.
10886 Give up (and stop debugging it)? (y or n)
10887 @end smallexample
10888
10889 If you type @kbd{y}, @value{GDBN} abandons the remote debugging session.
10890 (If you decide you want to try again later, you can use @samp{target
10891 remote} again to connect once more.) If you type @kbd{n}, @value{GDBN}
10892 goes back to waiting.
10893
10894 @table @code
10895 @kindex detach (remote)
10896 @item detach
10897 When you have finished debugging the remote program, you can use the
10898 @code{detach} command to release it from @value{GDBN} control.
10899 Detaching from the target normally resumes its execution, but the results
10900 will depend on your particular remote stub. After the @code{detach}
10901 command, @value{GDBN} is free to connect to another target.
10902
10903 @kindex disconnect
10904 @item disconnect
10905 The @code{disconnect} command behaves like @code{detach}, except that
10906 the target is generally not resumed. It will wait for @value{GDBN}
10907 (this instance or another one) to connect and continue debugging. After
10908 the @code{disconnect} command, @value{GDBN} is again free to connect to
10909 another target.
10910 @end table
10911
10912 @node Server
10913 @section Using the @code{gdbserver} program
10914
10915 @kindex gdbserver
10916 @cindex remote connection without stubs
10917 @code{gdbserver} is a control program for Unix-like systems, which
10918 allows you to connect your program with a remote @value{GDBN} via
10919 @code{target remote}---but without linking in the usual debugging stub.
10920
10921 @code{gdbserver} is not a complete replacement for the debugging stubs,
10922 because it requires essentially the same operating-system facilities
10923 that @value{GDBN} itself does. In fact, a system that can run
10924 @code{gdbserver} to connect to a remote @value{GDBN} could also run
10925 @value{GDBN} locally! @code{gdbserver} is sometimes useful nevertheless,
10926 because it is a much smaller program than @value{GDBN} itself. It is
10927 also easier to port than all of @value{GDBN}, so you may be able to get
10928 started more quickly on a new system by using @code{gdbserver}.
10929 Finally, if you develop code for real-time systems, you may find that
10930 the tradeoffs involved in real-time operation make it more convenient to
10931 do as much development work as possible on another system, for example
10932 by cross-compiling. You can use @code{gdbserver} to make a similar
10933 choice for debugging.
10934
10935 @value{GDBN} and @code{gdbserver} communicate via either a serial line
10936 or a TCP connection, using the standard @value{GDBN} remote serial
10937 protocol.
10938
10939 @table @emph
10940 @item On the target machine,
10941 you need to have a copy of the program you want to debug.
10942 @code{gdbserver} does not need your program's symbol table, so you can
10943 strip the program if necessary to save space. @value{GDBN} on the host
10944 system does all the symbol handling.
10945
10946 To use the server, you must tell it how to communicate with @value{GDBN};
10947 the name of your program; and the arguments for your program. The usual
10948 syntax is:
10949
10950 @smallexample
10951 target> gdbserver @var{comm} @var{program} [ @var{args} @dots{} ]
10952 @end smallexample
10953
10954 @var{comm} is either a device name (to use a serial line) or a TCP
10955 hostname and portnumber. For example, to debug Emacs with the argument
10956 @samp{foo.txt} and communicate with @value{GDBN} over the serial port
10957 @file{/dev/com1}:
10958
10959 @smallexample
10960 target> gdbserver /dev/com1 emacs foo.txt
10961 @end smallexample
10962
10963 @code{gdbserver} waits passively for the host @value{GDBN} to communicate
10964 with it.
10965
10966 To use a TCP connection instead of a serial line:
10967
10968 @smallexample
10969 target> gdbserver host:2345 emacs foo.txt
10970 @end smallexample
10971
10972 The only difference from the previous example is the first argument,
10973 specifying that you are communicating with the host @value{GDBN} via
10974 TCP. The @samp{host:2345} argument means that @code{gdbserver} is to
10975 expect a TCP connection from machine @samp{host} to local TCP port 2345.
10976 (Currently, the @samp{host} part is ignored.) You can choose any number
10977 you want for the port number as long as it does not conflict with any
10978 TCP ports already in use on the target system (for example, @code{23} is
10979 reserved for @code{telnet}).@footnote{If you choose a port number that
10980 conflicts with another service, @code{gdbserver} prints an error message
10981 and exits.} You must use the same port number with the host @value{GDBN}
10982 @code{target remote} command.
10983
10984 On some targets, @code{gdbserver} can also attach to running programs.
10985 This is accomplished via the @code{--attach} argument. The syntax is:
10986
10987 @smallexample
10988 target> gdbserver @var{comm} --attach @var{pid}
10989 @end smallexample
10990
10991 @var{pid} is the process ID of a currently running process. It isn't necessary
10992 to point @code{gdbserver} at a binary for the running process.
10993
10994 @pindex pidof
10995 @cindex attach to a program by name
10996 You can debug processes by name instead of process ID if your target has the
10997 @code{pidof} utility:
10998
10999 @smallexample
11000 target> gdbserver @var{comm} --attach `pidof @var{PROGRAM}`
11001 @end smallexample
11002
11003 In case more than one copy of @var{PROGRAM} is running, or @var{PROGRAM}
11004 has multiple threads, most versions of @code{pidof} support the
11005 @code{-s} option to only return the first process ID.
11006
11007 @item On the host machine,
11008 connect to your target (@pxref{Connecting,,Connecting to a remote target}).
11009 For TCP connections, you must start up @code{gdbserver} prior to using
11010 the @code{target remote} command. Otherwise you may get an error whose
11011 text depends on the host system, but which usually looks something like
11012 @samp{Connection refused}. You don't need to use the @code{load}
11013 command in @value{GDBN} when using gdbserver, since the program is
11014 already on the target.
11015
11016 @end table
11017
11018 @node NetWare
11019 @section Using the @code{gdbserve.nlm} program
11020
11021 @kindex gdbserve.nlm
11022 @code{gdbserve.nlm} is a control program for NetWare systems, which
11023 allows you to connect your program with a remote @value{GDBN} via
11024 @code{target remote}.
11025
11026 @value{GDBN} and @code{gdbserve.nlm} communicate via a serial line,
11027 using the standard @value{GDBN} remote serial protocol.
11028
11029 @table @emph
11030 @item On the target machine,
11031 you need to have a copy of the program you want to debug.
11032 @code{gdbserve.nlm} does not need your program's symbol table, so you
11033 can strip the program if necessary to save space. @value{GDBN} on the
11034 host system does all the symbol handling.
11035
11036 To use the server, you must tell it how to communicate with
11037 @value{GDBN}; the name of your program; and the arguments for your
11038 program. The syntax is:
11039
11040 @smallexample
11041 load gdbserve [ BOARD=@var{board} ] [ PORT=@var{port} ]
11042 [ BAUD=@var{baud} ] @var{program} [ @var{args} @dots{} ]
11043 @end smallexample
11044
11045 @var{board} and @var{port} specify the serial line; @var{baud} specifies
11046 the baud rate used by the connection. @var{port} and @var{node} default
11047 to 0, @var{baud} defaults to 9600@dmn{bps}.
11048
11049 For example, to debug Emacs with the argument @samp{foo.txt}and
11050 communicate with @value{GDBN} over serial port number 2 or board 1
11051 using a 19200@dmn{bps} connection:
11052
11053 @smallexample
11054 load gdbserve BOARD=1 PORT=2 BAUD=19200 emacs foo.txt
11055 @end smallexample
11056
11057 @item
11058 On the @value{GDBN} host machine, connect to your target (@pxref{Connecting,,
11059 Connecting to a remote target}).
11060
11061 @end table
11062
11063 @node Remote configuration
11064 @section Remote configuration
11065
11066 The following configuration options are available when debugging remote
11067 programs:
11068
11069 @table @code
11070 @kindex set remote hardware-watchpoint-limit
11071 @kindex set remote hardware-breakpoint-limit
11072 @anchor{set remote hardware-watchpoint-limit}
11073 @anchor{set remote hardware-breakpoint-limit}
11074 @item set remote hardware-watchpoint-limit @var{limit}
11075 @itemx set remote hardware-breakpoint-limit @var{limit}
11076 Restrict @value{GDBN} to using @var{limit} remote hardware breakpoint or
11077 watchpoints. A limit of -1, the default, is treated as unlimited.
11078 @end table
11079
11080 @node remote stub
11081 @section Implementing a remote stub
11082
11083 @cindex debugging stub, example
11084 @cindex remote stub, example
11085 @cindex stub example, remote debugging
11086 The stub files provided with @value{GDBN} implement the target side of the
11087 communication protocol, and the @value{GDBN} side is implemented in the
11088 @value{GDBN} source file @file{remote.c}. Normally, you can simply allow
11089 these subroutines to communicate, and ignore the details. (If you're
11090 implementing your own stub file, you can still ignore the details: start
11091 with one of the existing stub files. @file{sparc-stub.c} is the best
11092 organized, and therefore the easiest to read.)
11093
11094 @cindex remote serial debugging, overview
11095 To debug a program running on another machine (the debugging
11096 @dfn{target} machine), you must first arrange for all the usual
11097 prerequisites for the program to run by itself. For example, for a C
11098 program, you need:
11099
11100 @enumerate
11101 @item
11102 A startup routine to set up the C runtime environment; these usually
11103 have a name like @file{crt0}. The startup routine may be supplied by
11104 your hardware supplier, or you may have to write your own.
11105
11106 @item
11107 A C subroutine library to support your program's
11108 subroutine calls, notably managing input and output.
11109
11110 @item
11111 A way of getting your program to the other machine---for example, a
11112 download program. These are often supplied by the hardware
11113 manufacturer, but you may have to write your own from hardware
11114 documentation.
11115 @end enumerate
11116
11117 The next step is to arrange for your program to use a serial port to
11118 communicate with the machine where @value{GDBN} is running (the @dfn{host}
11119 machine). In general terms, the scheme looks like this:
11120
11121 @table @emph
11122 @item On the host,
11123 @value{GDBN} already understands how to use this protocol; when everything
11124 else is set up, you can simply use the @samp{target remote} command
11125 (@pxref{Targets,,Specifying a Debugging Target}).
11126
11127 @item On the target,
11128 you must link with your program a few special-purpose subroutines that
11129 implement the @value{GDBN} remote serial protocol. The file containing these
11130 subroutines is called a @dfn{debugging stub}.
11131
11132 On certain remote targets, you can use an auxiliary program
11133 @code{gdbserver} instead of linking a stub into your program.
11134 @xref{Server,,Using the @code{gdbserver} program}, for details.
11135 @end table
11136
11137 The debugging stub is specific to the architecture of the remote
11138 machine; for example, use @file{sparc-stub.c} to debug programs on
11139 @sc{sparc} boards.
11140
11141 @cindex remote serial stub list
11142 These working remote stubs are distributed with @value{GDBN}:
11143
11144 @table @code
11145
11146 @item i386-stub.c
11147 @cindex @file{i386-stub.c}
11148 @cindex Intel
11149 @cindex i386
11150 For Intel 386 and compatible architectures.
11151
11152 @item m68k-stub.c
11153 @cindex @file{m68k-stub.c}
11154 @cindex Motorola 680x0
11155 @cindex m680x0
11156 For Motorola 680x0 architectures.
11157
11158 @item sh-stub.c
11159 @cindex @file{sh-stub.c}
11160 @cindex Renesas
11161 @cindex SH
11162 For Renesas SH architectures.
11163
11164 @item sparc-stub.c
11165 @cindex @file{sparc-stub.c}
11166 @cindex Sparc
11167 For @sc{sparc} architectures.
11168
11169 @item sparcl-stub.c
11170 @cindex @file{sparcl-stub.c}
11171 @cindex Fujitsu
11172 @cindex SparcLite
11173 For Fujitsu @sc{sparclite} architectures.
11174
11175 @end table
11176
11177 The @file{README} file in the @value{GDBN} distribution may list other
11178 recently added stubs.
11179
11180 @menu
11181 * Stub Contents:: What the stub can do for you
11182 * Bootstrapping:: What you must do for the stub
11183 * Debug Session:: Putting it all together
11184 @end menu
11185
11186 @node Stub Contents
11187 @subsection What the stub can do for you
11188
11189 @cindex remote serial stub
11190 The debugging stub for your architecture supplies these three
11191 subroutines:
11192
11193 @table @code
11194 @item set_debug_traps
11195 @kindex set_debug_traps
11196 @cindex remote serial stub, initialization
11197 This routine arranges for @code{handle_exception} to run when your
11198 program stops. You must call this subroutine explicitly near the
11199 beginning of your program.
11200
11201 @item handle_exception
11202 @kindex handle_exception
11203 @cindex remote serial stub, main routine
11204 This is the central workhorse, but your program never calls it
11205 explicitly---the setup code arranges for @code{handle_exception} to
11206 run when a trap is triggered.
11207
11208 @code{handle_exception} takes control when your program stops during
11209 execution (for example, on a breakpoint), and mediates communications
11210 with @value{GDBN} on the host machine. This is where the communications
11211 protocol is implemented; @code{handle_exception} acts as the @value{GDBN}
11212 representative on the target machine. It begins by sending summary
11213 information on the state of your program, then continues to execute,
11214 retrieving and transmitting any information @value{GDBN} needs, until you
11215 execute a @value{GDBN} command that makes your program resume; at that point,
11216 @code{handle_exception} returns control to your own code on the target
11217 machine.
11218
11219 @item breakpoint
11220 @cindex @code{breakpoint} subroutine, remote
11221 Use this auxiliary subroutine to make your program contain a
11222 breakpoint. Depending on the particular situation, this may be the only
11223 way for @value{GDBN} to get control. For instance, if your target
11224 machine has some sort of interrupt button, you won't need to call this;
11225 pressing the interrupt button transfers control to
11226 @code{handle_exception}---in effect, to @value{GDBN}. On some machines,
11227 simply receiving characters on the serial port may also trigger a trap;
11228 again, in that situation, you don't need to call @code{breakpoint} from
11229 your own program---simply running @samp{target remote} from the host
11230 @value{GDBN} session gets control.
11231
11232 Call @code{breakpoint} if none of these is true, or if you simply want
11233 to make certain your program stops at a predetermined point for the
11234 start of your debugging session.
11235 @end table
11236
11237 @node Bootstrapping
11238 @subsection What you must do for the stub
11239
11240 @cindex remote stub, support routines
11241 The debugging stubs that come with @value{GDBN} are set up for a particular
11242 chip architecture, but they have no information about the rest of your
11243 debugging target machine.
11244
11245 First of all you need to tell the stub how to communicate with the
11246 serial port.
11247
11248 @table @code
11249 @item int getDebugChar()
11250 @kindex getDebugChar
11251 Write this subroutine to read a single character from the serial port.
11252 It may be identical to @code{getchar} for your target system; a
11253 different name is used to allow you to distinguish the two if you wish.
11254
11255 @item void putDebugChar(int)
11256 @kindex putDebugChar
11257 Write this subroutine to write a single character to the serial port.
11258 It may be identical to @code{putchar} for your target system; a
11259 different name is used to allow you to distinguish the two if you wish.
11260 @end table
11261
11262 @cindex control C, and remote debugging
11263 @cindex interrupting remote targets
11264 If you want @value{GDBN} to be able to stop your program while it is
11265 running, you need to use an interrupt-driven serial driver, and arrange
11266 for it to stop when it receives a @code{^C} (@samp{\003}, the control-C
11267 character). That is the character which @value{GDBN} uses to tell the
11268 remote system to stop.
11269
11270 Getting the debugging target to return the proper status to @value{GDBN}
11271 probably requires changes to the standard stub; one quick and dirty way
11272 is to just execute a breakpoint instruction (the ``dirty'' part is that
11273 @value{GDBN} reports a @code{SIGTRAP} instead of a @code{SIGINT}).
11274
11275 Other routines you need to supply are:
11276
11277 @table @code
11278 @item void exceptionHandler (int @var{exception_number}, void *@var{exception_address})
11279 @kindex exceptionHandler
11280 Write this function to install @var{exception_address} in the exception
11281 handling tables. You need to do this because the stub does not have any
11282 way of knowing what the exception handling tables on your target system
11283 are like (for example, the processor's table might be in @sc{rom},
11284 containing entries which point to a table in @sc{ram}).
11285 @var{exception_number} is the exception number which should be changed;
11286 its meaning is architecture-dependent (for example, different numbers
11287 might represent divide by zero, misaligned access, etc). When this
11288 exception occurs, control should be transferred directly to
11289 @var{exception_address}, and the processor state (stack, registers,
11290 and so on) should be just as it is when a processor exception occurs. So if
11291 you want to use a jump instruction to reach @var{exception_address}, it
11292 should be a simple jump, not a jump to subroutine.
11293
11294 For the 386, @var{exception_address} should be installed as an interrupt
11295 gate so that interrupts are masked while the handler runs. The gate
11296 should be at privilege level 0 (the most privileged level). The
11297 @sc{sparc} and 68k stubs are able to mask interrupts themselves without
11298 help from @code{exceptionHandler}.
11299
11300 @item void flush_i_cache()
11301 @kindex flush_i_cache
11302 On @sc{sparc} and @sc{sparclite} only, write this subroutine to flush the
11303 instruction cache, if any, on your target machine. If there is no
11304 instruction cache, this subroutine may be a no-op.
11305
11306 On target machines that have instruction caches, @value{GDBN} requires this
11307 function to make certain that the state of your program is stable.
11308 @end table
11309
11310 @noindent
11311 You must also make sure this library routine is available:
11312
11313 @table @code
11314 @item void *memset(void *, int, int)
11315 @kindex memset
11316 This is the standard library function @code{memset} that sets an area of
11317 memory to a known value. If you have one of the free versions of
11318 @code{libc.a}, @code{memset} can be found there; otherwise, you must
11319 either obtain it from your hardware manufacturer, or write your own.
11320 @end table
11321
11322 If you do not use the GNU C compiler, you may need other standard
11323 library subroutines as well; this varies from one stub to another,
11324 but in general the stubs are likely to use any of the common library
11325 subroutines which @code{@value{GCC}} generates as inline code.
11326
11327
11328 @node Debug Session
11329 @subsection Putting it all together
11330
11331 @cindex remote serial debugging summary
11332 In summary, when your program is ready to debug, you must follow these
11333 steps.
11334
11335 @enumerate
11336 @item
11337 Make sure you have defined the supporting low-level routines
11338 (@pxref{Bootstrapping,,What you must do for the stub}):
11339 @display
11340 @code{getDebugChar}, @code{putDebugChar},
11341 @code{flush_i_cache}, @code{memset}, @code{exceptionHandler}.
11342 @end display
11343
11344 @item
11345 Insert these lines near the top of your program:
11346
11347 @smallexample
11348 set_debug_traps();
11349 breakpoint();
11350 @end smallexample
11351
11352 @item
11353 For the 680x0 stub only, you need to provide a variable called
11354 @code{exceptionHook}. Normally you just use:
11355
11356 @smallexample
11357 void (*exceptionHook)() = 0;
11358 @end smallexample
11359
11360 @noindent
11361 but if before calling @code{set_debug_traps}, you set it to point to a
11362 function in your program, that function is called when
11363 @code{@value{GDBN}} continues after stopping on a trap (for example, bus
11364 error). The function indicated by @code{exceptionHook} is called with
11365 one parameter: an @code{int} which is the exception number.
11366
11367 @item
11368 Compile and link together: your program, the @value{GDBN} debugging stub for
11369 your target architecture, and the supporting subroutines.
11370
11371 @item
11372 Make sure you have a serial connection between your target machine and
11373 the @value{GDBN} host, and identify the serial port on the host.
11374
11375 @item
11376 @c The "remote" target now provides a `load' command, so we should
11377 @c document that. FIXME.
11378 Download your program to your target machine (or get it there by
11379 whatever means the manufacturer provides), and start it.
11380
11381 @item
11382 Start @value{GDBN} on the host, and connect to the target
11383 (@pxref{Connecting,,Connecting to a remote target}).
11384
11385 @end enumerate
11386
11387 @node Configurations
11388 @chapter Configuration-Specific Information
11389
11390 While nearly all @value{GDBN} commands are available for all native and
11391 cross versions of the debugger, there are some exceptions. This chapter
11392 describes things that are only available in certain configurations.
11393
11394 There are three major categories of configurations: native
11395 configurations, where the host and target are the same, embedded
11396 operating system configurations, which are usually the same for several
11397 different processor architectures, and bare embedded processors, which
11398 are quite different from each other.
11399
11400 @menu
11401 * Native::
11402 * Embedded OS::
11403 * Embedded Processors::
11404 * Architectures::
11405 @end menu
11406
11407 @node Native
11408 @section Native
11409
11410 This section describes details specific to particular native
11411 configurations.
11412
11413 @menu
11414 * HP-UX:: HP-UX
11415 * SVR4 Process Information:: SVR4 process information
11416 * DJGPP Native:: Features specific to the DJGPP port
11417 * Cygwin Native:: Features specific to the Cygwin port
11418 @end menu
11419
11420 @node HP-UX
11421 @subsection HP-UX
11422
11423 On HP-UX systems, if you refer to a function or variable name that
11424 begins with a dollar sign, @value{GDBN} searches for a user or system
11425 name first, before it searches for a convenience variable.
11426
11427 @node SVR4 Process Information
11428 @subsection SVR4 process information
11429
11430 @kindex /proc
11431 @cindex process image
11432
11433 Many versions of SVR4 provide a facility called @samp{/proc} that can be
11434 used to examine the image of a running process using file-system
11435 subroutines. If @value{GDBN} is configured for an operating system with
11436 this facility, the command @code{info proc} is available to report on
11437 several kinds of information about the process running your program.
11438 @code{info proc} works only on SVR4 systems that include the
11439 @code{procfs} code. This includes OSF/1 (Digital Unix), Solaris, Irix,
11440 and Unixware, but not HP-UX or @sc{gnu}/Linux, for example.
11441
11442 @table @code
11443 @kindex info proc
11444 @item info proc
11445 Summarize available information about the process.
11446
11447 @kindex info proc mappings
11448 @item info proc mappings
11449 Report on the address ranges accessible in the program, with information
11450 on whether your program may read, write, or execute each range.
11451 @ignore
11452 @comment These sub-options of 'info proc' were not included when
11453 @comment procfs.c was re-written. Keep their descriptions around
11454 @comment against the day when someone finds the time to put them back in.
11455 @kindex info proc times
11456 @item info proc times
11457 Starting time, user CPU time, and system CPU time for your program and
11458 its children.
11459
11460 @kindex info proc id
11461 @item info proc id
11462 Report on the process IDs related to your program: its own process ID,
11463 the ID of its parent, the process group ID, and the session ID.
11464
11465 @kindex info proc status
11466 @item info proc status
11467 General information on the state of the process. If the process is
11468 stopped, this report includes the reason for stopping, and any signal
11469 received.
11470
11471 @item info proc all
11472 Show all the above information about the process.
11473 @end ignore
11474 @end table
11475
11476 @node DJGPP Native
11477 @subsection Features for Debugging @sc{djgpp} Programs
11478 @cindex @sc{djgpp} debugging
11479 @cindex native @sc{djgpp} debugging
11480 @cindex MS-DOS-specific commands
11481
11482 @sc{djgpp} is the port of @sc{gnu} development tools to MS-DOS and
11483 MS-Windows. @sc{djgpp} programs are 32-bit protected-mode programs
11484 that use the @dfn{DPMI} (DOS Protected-Mode Interface) API to run on
11485 top of real-mode DOS systems and their emulations.
11486
11487 @value{GDBN} supports native debugging of @sc{djgpp} programs, and
11488 defines a few commands specific to the @sc{djgpp} port. This
11489 subsection describes those commands.
11490
11491 @table @code
11492 @kindex info dos
11493 @item info dos
11494 This is a prefix of @sc{djgpp}-specific commands which print
11495 information about the target system and important OS structures.
11496
11497 @kindex sysinfo
11498 @cindex MS-DOS system info
11499 @cindex free memory information (MS-DOS)
11500 @item info dos sysinfo
11501 This command displays assorted information about the underlying
11502 platform: the CPU type and features, the OS version and flavor, the
11503 DPMI version, and the available conventional and DPMI memory.
11504
11505 @cindex GDT
11506 @cindex LDT
11507 @cindex IDT
11508 @cindex segment descriptor tables
11509 @cindex descriptor tables display
11510 @item info dos gdt
11511 @itemx info dos ldt
11512 @itemx info dos idt
11513 These 3 commands display entries from, respectively, Global, Local,
11514 and Interrupt Descriptor Tables (GDT, LDT, and IDT). The descriptor
11515 tables are data structures which store a descriptor for each segment
11516 that is currently in use. The segment's selector is an index into a
11517 descriptor table; the table entry for that index holds the
11518 descriptor's base address and limit, and its attributes and access
11519 rights.
11520
11521 A typical @sc{djgpp} program uses 3 segments: a code segment, a data
11522 segment (used for both data and the stack), and a DOS segment (which
11523 allows access to DOS/BIOS data structures and absolute addresses in
11524 conventional memory). However, the DPMI host will usually define
11525 additional segments in order to support the DPMI environment.
11526
11527 @cindex garbled pointers
11528 These commands allow to display entries from the descriptor tables.
11529 Without an argument, all entries from the specified table are
11530 displayed. An argument, which should be an integer expression, means
11531 display a single entry whose index is given by the argument. For
11532 example, here's a convenient way to display information about the
11533 debugged program's data segment:
11534
11535 @smallexample
11536 @exdent @code{(@value{GDBP}) info dos ldt $ds}
11537 @exdent @code{0x13f: base=0x11970000 limit=0x0009ffff 32-Bit Data (Read/Write, Exp-up)}
11538 @end smallexample
11539
11540 @noindent
11541 This comes in handy when you want to see whether a pointer is outside
11542 the data segment's limit (i.e.@: @dfn{garbled}).
11543
11544 @cindex page tables display (MS-DOS)
11545 @item info dos pde
11546 @itemx info dos pte
11547 These two commands display entries from, respectively, the Page
11548 Directory and the Page Tables. Page Directories and Page Tables are
11549 data structures which control how virtual memory addresses are mapped
11550 into physical addresses. A Page Table includes an entry for every
11551 page of memory that is mapped into the program's address space; there
11552 may be several Page Tables, each one holding up to 4096 entries. A
11553 Page Directory has up to 4096 entries, one each for every Page Table
11554 that is currently in use.
11555
11556 Without an argument, @kbd{info dos pde} displays the entire Page
11557 Directory, and @kbd{info dos pte} displays all the entries in all of
11558 the Page Tables. An argument, an integer expression, given to the
11559 @kbd{info dos pde} command means display only that entry from the Page
11560 Directory table. An argument given to the @kbd{info dos pte} command
11561 means display entries from a single Page Table, the one pointed to by
11562 the specified entry in the Page Directory.
11563
11564 @cindex direct memory access (DMA) on MS-DOS
11565 These commands are useful when your program uses @dfn{DMA} (Direct
11566 Memory Access), which needs physical addresses to program the DMA
11567 controller.
11568
11569 These commands are supported only with some DPMI servers.
11570
11571 @cindex physical address from linear address
11572 @item info dos address-pte @var{addr}
11573 This command displays the Page Table entry for a specified linear
11574 address. The argument linear address @var{addr} should already have the
11575 appropriate segment's base address added to it, because this command
11576 accepts addresses which may belong to @emph{any} segment. For
11577 example, here's how to display the Page Table entry for the page where
11578 the variable @code{i} is stored:
11579
11580 @smallexample
11581 @exdent @code{(@value{GDBP}) info dos address-pte __djgpp_base_address + (char *)&i}
11582 @exdent @code{Page Table entry for address 0x11a00d30:}
11583 @exdent @code{Base=0x02698000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0xd30}
11584 @end smallexample
11585
11586 @noindent
11587 This says that @code{i} is stored at offset @code{0xd30} from the page
11588 whose physical base address is @code{0x02698000}, and prints all the
11589 attributes of that page.
11590
11591 Note that you must cast the addresses of variables to a @code{char *},
11592 since otherwise the value of @code{__djgpp_base_address}, the base
11593 address of all variables and functions in a @sc{djgpp} program, will
11594 be added using the rules of C pointer arithmetics: if @code{i} is
11595 declared an @code{int}, @value{GDBN} will add 4 times the value of
11596 @code{__djgpp_base_address} to the address of @code{i}.
11597
11598 Here's another example, it displays the Page Table entry for the
11599 transfer buffer:
11600
11601 @smallexample
11602 @exdent @code{(@value{GDBP}) info dos address-pte *((unsigned *)&_go32_info_block + 3)}
11603 @exdent @code{Page Table entry for address 0x29110:}
11604 @exdent @code{Base=0x00029000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0x110}
11605 @end smallexample
11606
11607 @noindent
11608 (The @code{+ 3} offset is because the transfer buffer's address is the
11609 3rd member of the @code{_go32_info_block} structure.) The output of
11610 this command clearly shows that addresses in conventional memory are
11611 mapped 1:1, i.e.@: the physical and linear addresses are identical.
11612
11613 This command is supported only with some DPMI servers.
11614 @end table
11615
11616 @node Cygwin Native
11617 @subsection Features for Debugging MS Windows PE executables
11618 @cindex MS Windows debugging
11619 @cindex native Cygwin debugging
11620 @cindex Cygwin-specific commands
11621
11622 @value{GDBN} supports native debugging of MS Windows programs, including
11623 DLLs with and without symbolic debugging information. There are various
11624 additional Cygwin-specific commands, described in this subsection. The
11625 subsubsection @pxref{Non-debug DLL symbols} describes working with DLLs
11626 that have no debugging symbols.
11627
11628
11629 @table @code
11630 @kindex info w32
11631 @item info w32
11632 This is a prefix of MS Windows specific commands which print
11633 information about the target system and important OS structures.
11634
11635 @item info w32 selector
11636 This command displays information returned by
11637 the Win32 API @code{GetThreadSelectorEntry} function.
11638 It takes an optional argument that is evaluated to
11639 a long value to give the information about this given selector.
11640 Without argument, this command displays information
11641 about the the six segment registers.
11642
11643 @kindex info dll
11644 @item info dll
11645 This is a Cygwin specific alias of info shared.
11646
11647 @kindex dll-symbols
11648 @item dll-symbols
11649 This command loads symbols from a dll similarly to
11650 add-sym command but without the need to specify a base address.
11651
11652 @kindex set new-console
11653 @item set new-console @var{mode}
11654 If @var{mode} is @code{on} the debuggee will
11655 be started in a new console on next start.
11656 If @var{mode} is @code{off}i, the debuggee will
11657 be started in the same console as the debugger.
11658
11659 @kindex show new-console
11660 @item show new-console
11661 Displays whether a new console is used
11662 when the debuggee is started.
11663
11664 @kindex set new-group
11665 @item set new-group @var{mode}
11666 This boolean value controls whether the debuggee should
11667 start a new group or stay in the same group as the debugger.
11668 This affects the way the Windows OS handles
11669 Ctrl-C.
11670
11671 @kindex show new-group
11672 @item show new-group
11673 Displays current value of new-group boolean.
11674
11675 @kindex set debugevents
11676 @item set debugevents
11677 This boolean value adds debug output concerning events seen by the debugger.
11678
11679 @kindex set debugexec
11680 @item set debugexec
11681 This boolean value adds debug output concerning execute events
11682 seen by the debugger.
11683
11684 @kindex set debugexceptions
11685 @item set debugexceptions
11686 This boolean value adds debug ouptut concerning exception events
11687 seen by the debugger.
11688
11689 @kindex set debugmemory
11690 @item set debugmemory
11691 This boolean value adds debug ouptut concerning memory events
11692 seen by the debugger.
11693
11694 @kindex set shell
11695 @item set shell
11696 This boolean values specifies whether the debuggee is called
11697 via a shell or directly (default value is on).
11698
11699 @kindex show shell
11700 @item show shell
11701 Displays if the debuggee will be started with a shell.
11702
11703 @end table
11704
11705 @menu
11706 * Non-debug DLL symbols:: Support for DLLs without debugging symbols
11707 @end menu
11708
11709 @node Non-debug DLL symbols
11710 @subsubsection Support for DLLs without debugging symbols
11711 @cindex DLLs with no debugging symbols
11712 @cindex Minimal symbols and DLLs
11713
11714 Very often on windows, some of the DLLs that your program relies on do
11715 not include symbolic debugging information (for example,
11716 @file{kernel32.dll}). When @value{GDBN} doesn't recognize any debugging
11717 symbols in a DLL, it relies on the minimal amount of symbolic
11718 information contained in the DLL's export table. This subsubsection
11719 describes working with such symbols, known internally to @value{GDBN} as
11720 ``minimal symbols''.
11721
11722 Note that before the debugged program has started execution, no DLLs
11723 will have been loaded. The easiest way around this problem is simply to
11724 start the program --- either by setting a breakpoint or letting the
11725 program run once to completion. It is also possible to force
11726 @value{GDBN} to load a particular DLL before starting the executable ---
11727 see the shared library information in @pxref{Files} or the
11728 @code{dll-symbols} command in @pxref{Cygwin Native}. Currently,
11729 explicitly loading symbols from a DLL with no debugging information will
11730 cause the symbol names to be duplicated in @value{GDBN}'s lookup table,
11731 which may adversely affect symbol lookup performance.
11732
11733 @subsubsection DLL name prefixes
11734
11735 In keeping with the naming conventions used by the Microsoft debugging
11736 tools, DLL export symbols are made available with a prefix based on the
11737 DLL name, for instance @code{KERNEL32!CreateFileA}. The plain name is
11738 also entered into the symbol table, so @code{CreateFileA} is often
11739 sufficient. In some cases there will be name clashes within a program
11740 (particularly if the executable itself includes full debugging symbols)
11741 necessitating the use of the fully qualified name when referring to the
11742 contents of the DLL. Use single-quotes around the name to avoid the
11743 exclamation mark (``!'') being interpreted as a language operator.
11744
11745 Note that the internal name of the DLL may be all upper-case, even
11746 though the file name of the DLL is lower-case, or vice-versa. Since
11747 symbols within @value{GDBN} are @emph{case-sensitive} this may cause
11748 some confusion. If in doubt, try the @code{info functions} and
11749 @code{info variables} commands or even @code{maint print msymbols} (see
11750 @pxref{Symbols}). Here's an example:
11751
11752 @smallexample
11753 (gdb) info function CreateFileA
11754 All functions matching regular expression "CreateFileA":
11755
11756 Non-debugging symbols:
11757 0x77e885f4 CreateFileA
11758 0x77e885f4 KERNEL32!CreateFileA
11759 @end smallexample
11760
11761 @smallexample
11762 (gdb) info function !
11763 All functions matching regular expression "!":
11764
11765 Non-debugging symbols:
11766 0x6100114c cygwin1!__assert
11767 0x61004034 cygwin1!_dll_crt0@@0
11768 0x61004240 cygwin1!dll_crt0(per_process *)
11769 [etc...]
11770 @end smallexample
11771
11772 @subsubsection Working with minimal symbols
11773
11774 Symbols extracted from a DLL's export table do not contain very much
11775 type information. All that @value{GDBN} can do is guess whether a symbol
11776 refers to a function or variable depending on the linker section that
11777 contains the symbol. Also note that the actual contents of the memory
11778 contained in a DLL are not available unless the program is running. This
11779 means that you cannot examine the contents of a variable or disassemble
11780 a function within a DLL without a running program.
11781
11782 Variables are generally treated as pointers and dereferenced
11783 automatically. For this reason, it is often necessary to prefix a
11784 variable name with the address-of operator (``&'') and provide explicit
11785 type information in the command. Here's an example of the type of
11786 problem:
11787
11788 @smallexample
11789 (gdb) print 'cygwin1!__argv'
11790 $1 = 268572168
11791 @end smallexample
11792
11793 @smallexample
11794 (gdb) x 'cygwin1!__argv'
11795 0x10021610: "\230y\""
11796 @end smallexample
11797
11798 And two possible solutions:
11799
11800 @smallexample
11801 (gdb) print ((char **)'cygwin1!__argv')[0]
11802 $2 = 0x22fd98 "/cygdrive/c/mydirectory/myprogram"
11803 @end smallexample
11804
11805 @smallexample
11806 (gdb) x/2x &'cygwin1!__argv'
11807 0x610c0aa8 <cygwin1!__argv>: 0x10021608 0x00000000
11808 (gdb) x/x 0x10021608
11809 0x10021608: 0x0022fd98
11810 (gdb) x/s 0x0022fd98
11811 0x22fd98: "/cygdrive/c/mydirectory/myprogram"
11812 @end smallexample
11813
11814 Setting a break point within a DLL is possible even before the program
11815 starts execution. However, under these circumstances, @value{GDBN} can't
11816 examine the initial instructions of the function in order to skip the
11817 function's frame set-up code. You can work around this by using ``*&''
11818 to set the breakpoint at a raw memory address:
11819
11820 @smallexample
11821 (gdb) break *&'python22!PyOS_Readline'
11822 Breakpoint 1 at 0x1e04eff0
11823 @end smallexample
11824
11825 The author of these extensions is not entirely convinced that setting a
11826 break point within a shared DLL like @file{kernel32.dll} is completely
11827 safe.
11828
11829 @node Embedded OS
11830 @section Embedded Operating Systems
11831
11832 This section describes configurations involving the debugging of
11833 embedded operating systems that are available for several different
11834 architectures.
11835
11836 @menu
11837 * VxWorks:: Using @value{GDBN} with VxWorks
11838 @end menu
11839
11840 @value{GDBN} includes the ability to debug programs running on
11841 various real-time operating systems.
11842
11843 @node VxWorks
11844 @subsection Using @value{GDBN} with VxWorks
11845
11846 @cindex VxWorks
11847
11848 @table @code
11849
11850 @kindex target vxworks
11851 @item target vxworks @var{machinename}
11852 A VxWorks system, attached via TCP/IP. The argument @var{machinename}
11853 is the target system's machine name or IP address.
11854
11855 @end table
11856
11857 On VxWorks, @code{load} links @var{filename} dynamically on the
11858 current target system as well as adding its symbols in @value{GDBN}.
11859
11860 @value{GDBN} enables developers to spawn and debug tasks running on networked
11861 VxWorks targets from a Unix host. Already-running tasks spawned from
11862 the VxWorks shell can also be debugged. @value{GDBN} uses code that runs on
11863 both the Unix host and on the VxWorks target. The program
11864 @code{@value{GDBP}} is installed and executed on the Unix host. (It may be
11865 installed with the name @code{vxgdb}, to distinguish it from a
11866 @value{GDBN} for debugging programs on the host itself.)
11867
11868 @table @code
11869 @item VxWorks-timeout @var{args}
11870 @kindex vxworks-timeout
11871 All VxWorks-based targets now support the option @code{vxworks-timeout}.
11872 This option is set by the user, and @var{args} represents the number of
11873 seconds @value{GDBN} waits for responses to rpc's. You might use this if
11874 your VxWorks target is a slow software simulator or is on the far side
11875 of a thin network line.
11876 @end table
11877
11878 The following information on connecting to VxWorks was current when
11879 this manual was produced; newer releases of VxWorks may use revised
11880 procedures.
11881
11882 @kindex INCLUDE_RDB
11883 To use @value{GDBN} with VxWorks, you must rebuild your VxWorks kernel
11884 to include the remote debugging interface routines in the VxWorks
11885 library @file{rdb.a}. To do this, define @code{INCLUDE_RDB} in the
11886 VxWorks configuration file @file{configAll.h} and rebuild your VxWorks
11887 kernel. The resulting kernel contains @file{rdb.a}, and spawns the
11888 source debugging task @code{tRdbTask} when VxWorks is booted. For more
11889 information on configuring and remaking VxWorks, see the manufacturer's
11890 manual.
11891 @c VxWorks, see the @cite{VxWorks Programmer's Guide}.
11892
11893 Once you have included @file{rdb.a} in your VxWorks system image and set
11894 your Unix execution search path to find @value{GDBN}, you are ready to
11895 run @value{GDBN}. From your Unix host, run @code{@value{GDBP}} (or
11896 @code{vxgdb}, depending on your installation).
11897
11898 @value{GDBN} comes up showing the prompt:
11899
11900 @smallexample
11901 (vxgdb)
11902 @end smallexample
11903
11904 @menu
11905 * VxWorks Connection:: Connecting to VxWorks
11906 * VxWorks Download:: VxWorks download
11907 * VxWorks Attach:: Running tasks
11908 @end menu
11909
11910 @node VxWorks Connection
11911 @subsubsection Connecting to VxWorks
11912
11913 The @value{GDBN} command @code{target} lets you connect to a VxWorks target on the
11914 network. To connect to a target whose host name is ``@code{tt}'', type:
11915
11916 @smallexample
11917 (vxgdb) target vxworks tt
11918 @end smallexample
11919
11920 @need 750
11921 @value{GDBN} displays messages like these:
11922
11923 @smallexample
11924 Attaching remote machine across net...
11925 Connected to tt.
11926 @end smallexample
11927
11928 @need 1000
11929 @value{GDBN} then attempts to read the symbol tables of any object modules
11930 loaded into the VxWorks target since it was last booted. @value{GDBN} locates
11931 these files by searching the directories listed in the command search
11932 path (@pxref{Environment, ,Your program's environment}); if it fails
11933 to find an object file, it displays a message such as:
11934
11935 @smallexample
11936 prog.o: No such file or directory.
11937 @end smallexample
11938
11939 When this happens, add the appropriate directory to the search path with
11940 the @value{GDBN} command @code{path}, and execute the @code{target}
11941 command again.
11942
11943 @node VxWorks Download
11944 @subsubsection VxWorks download
11945
11946 @cindex download to VxWorks
11947 If you have connected to the VxWorks target and you want to debug an
11948 object that has not yet been loaded, you can use the @value{GDBN}
11949 @code{load} command to download a file from Unix to VxWorks
11950 incrementally. The object file given as an argument to the @code{load}
11951 command is actually opened twice: first by the VxWorks target in order
11952 to download the code, then by @value{GDBN} in order to read the symbol
11953 table. This can lead to problems if the current working directories on
11954 the two systems differ. If both systems have NFS mounted the same
11955 filesystems, you can avoid these problems by using absolute paths.
11956 Otherwise, it is simplest to set the working directory on both systems
11957 to the directory in which the object file resides, and then to reference
11958 the file by its name, without any path. For instance, a program
11959 @file{prog.o} may reside in @file{@var{vxpath}/vw/demo/rdb} in VxWorks
11960 and in @file{@var{hostpath}/vw/demo/rdb} on the host. To load this
11961 program, type this on VxWorks:
11962
11963 @smallexample
11964 -> cd "@var{vxpath}/vw/demo/rdb"
11965 @end smallexample
11966
11967 @noindent
11968 Then, in @value{GDBN}, type:
11969
11970 @smallexample
11971 (vxgdb) cd @var{hostpath}/vw/demo/rdb
11972 (vxgdb) load prog.o
11973 @end smallexample
11974
11975 @value{GDBN} displays a response similar to this:
11976
11977 @smallexample
11978 Reading symbol data from wherever/vw/demo/rdb/prog.o... done.
11979 @end smallexample
11980
11981 You can also use the @code{load} command to reload an object module
11982 after editing and recompiling the corresponding source file. Note that
11983 this makes @value{GDBN} delete all currently-defined breakpoints,
11984 auto-displays, and convenience variables, and to clear the value
11985 history. (This is necessary in order to preserve the integrity of
11986 debugger's data structures that reference the target system's symbol
11987 table.)
11988
11989 @node VxWorks Attach
11990 @subsubsection Running tasks
11991
11992 @cindex running VxWorks tasks
11993 You can also attach to an existing task using the @code{attach} command as
11994 follows:
11995
11996 @smallexample
11997 (vxgdb) attach @var{task}
11998 @end smallexample
11999
12000 @noindent
12001 where @var{task} is the VxWorks hexadecimal task ID. The task can be running
12002 or suspended when you attach to it. Running tasks are suspended at
12003 the time of attachment.
12004
12005 @node Embedded Processors
12006 @section Embedded Processors
12007
12008 This section goes into details specific to particular embedded
12009 configurations.
12010
12011
12012 @menu
12013 * ARM:: ARM
12014 * H8/300:: Renesas H8/300
12015 * H8/500:: Renesas H8/500
12016 * M32R/D:: Renesas M32R/D
12017 * M68K:: Motorola M68K
12018 * MIPS Embedded:: MIPS Embedded
12019 * OpenRISC 1000:: OpenRisc 1000
12020 * PA:: HP PA Embedded
12021 * PowerPC: PowerPC
12022 * SH:: Renesas SH
12023 * Sparclet:: Tsqware Sparclet
12024 * Sparclite:: Fujitsu Sparclite
12025 * ST2000:: Tandem ST2000
12026 * Z8000:: Zilog Z8000
12027 @end menu
12028
12029 @node ARM
12030 @subsection ARM
12031
12032 @table @code
12033
12034 @kindex target rdi
12035 @item target rdi @var{dev}
12036 ARM Angel monitor, via RDI library interface to ADP protocol. You may
12037 use this target to communicate with both boards running the Angel
12038 monitor, or with the EmbeddedICE JTAG debug device.
12039
12040 @kindex target rdp
12041 @item target rdp @var{dev}
12042 ARM Demon monitor.
12043
12044 @end table
12045
12046 @node H8/300
12047 @subsection Renesas H8/300
12048
12049 @table @code
12050
12051 @kindex target hms@r{, with H8/300}
12052 @item target hms @var{dev}
12053 A Renesas SH, H8/300, or H8/500 board, attached via serial line to your host.
12054 Use special commands @code{device} and @code{speed} to control the serial
12055 line and the communications speed used.
12056
12057 @kindex target e7000@r{, with H8/300}
12058 @item target e7000 @var{dev}
12059 E7000 emulator for Renesas H8 and SH.
12060
12061 @kindex target sh3@r{, with H8/300}
12062 @kindex target sh3e@r{, with H8/300}
12063 @item target sh3 @var{dev}
12064 @itemx target sh3e @var{dev}
12065 Renesas SH-3 and SH-3E target systems.
12066
12067 @end table
12068
12069 @cindex download to H8/300 or H8/500
12070 @cindex H8/300 or H8/500 download
12071 @cindex download to Renesas SH
12072 @cindex Renesas SH download
12073 When you select remote debugging to a Renesas SH, H8/300, or H8/500
12074 board, the @code{load} command downloads your program to the Renesas
12075 board and also opens it as the current executable target for
12076 @value{GDBN} on your host (like the @code{file} command).
12077
12078 @value{GDBN} needs to know these things to talk to your
12079 Renesas SH, H8/300, or H8/500:
12080
12081 @enumerate
12082 @item
12083 that you want to use @samp{target hms}, the remote debugging interface
12084 for Renesas microprocessors, or @samp{target e7000}, the in-circuit
12085 emulator for the Renesas SH and the Renesas 300H. (@samp{target hms} is
12086 the default when @value{GDBN} is configured specifically for the Renesas SH,
12087 H8/300, or H8/500.)
12088
12089 @item
12090 what serial device connects your host to your Renesas board (the first
12091 serial device available on your host is the default).
12092
12093 @item
12094 what speed to use over the serial device.
12095 @end enumerate
12096
12097 @menu
12098 * Renesas Boards:: Connecting to Renesas boards.
12099 * Renesas ICE:: Using the E7000 In-Circuit Emulator.
12100 * Renesas Special:: Special @value{GDBN} commands for Renesas micros.
12101 @end menu
12102
12103 @node Renesas Boards
12104 @subsubsection Connecting to Renesas boards
12105
12106 @c only for Unix hosts
12107 @kindex device
12108 @cindex serial device, Renesas micros
12109 Use the special @code{@value{GDBN}} command @samp{device @var{port}} if you
12110 need to explicitly set the serial device. The default @var{port} is the
12111 first available port on your host. This is only necessary on Unix
12112 hosts, where it is typically something like @file{/dev/ttya}.
12113
12114 @kindex speed
12115 @cindex serial line speed, Renesas micros
12116 @code{@value{GDBN}} has another special command to set the communications
12117 speed: @samp{speed @var{bps}}. This command also is only used from Unix
12118 hosts; on DOS hosts, set the line speed as usual from outside @value{GDBN} with
12119 the DOS @code{mode} command (for instance,
12120 @w{@kbd{mode com2:9600,n,8,1,p}} for a 9600@dmn{bps} connection).
12121
12122 The @samp{device} and @samp{speed} commands are available only when you
12123 use a Unix host to debug your Renesas microprocessor programs. If you
12124 use a DOS host,
12125 @value{GDBN} depends on an auxiliary terminate-and-stay-resident program
12126 called @code{asynctsr} to communicate with the development board
12127 through a PC serial port. You must also use the DOS @code{mode} command
12128 to set up the serial port on the DOS side.
12129
12130 The following sample session illustrates the steps needed to start a
12131 program under @value{GDBN} control on an H8/300. The example uses a
12132 sample H8/300 program called @file{t.x}. The procedure is the same for
12133 the Renesas SH and the H8/500.
12134
12135 First hook up your development board. In this example, we use a
12136 board attached to serial port @code{COM2}; if you use a different serial
12137 port, substitute its name in the argument of the @code{mode} command.
12138 When you call @code{asynctsr}, the auxiliary comms program used by the
12139 debugger, you give it just the numeric part of the serial port's name;
12140 for example, @samp{asyncstr 2} below runs @code{asyncstr} on
12141 @code{COM2}.
12142
12143 @smallexample
12144 C:\H8300\TEST> asynctsr 2
12145 C:\H8300\TEST> mode com2:9600,n,8,1,p
12146
12147 Resident portion of MODE loaded
12148
12149 COM2: 9600, n, 8, 1, p
12150
12151 @end smallexample
12152
12153 @quotation
12154 @emph{Warning:} We have noticed a bug in PC-NFS that conflicts with
12155 @code{asynctsr}. If you also run PC-NFS on your DOS host, you may need to
12156 disable it, or even boot without it, to use @code{asynctsr} to control
12157 your development board.
12158 @end quotation
12159
12160 @kindex target hms@r{, and serial protocol}
12161 Now that serial communications are set up, and the development board is
12162 connected, you can start up @value{GDBN}. Call @code{@value{GDBP}} with
12163 the name of your program as the argument. @code{@value{GDBN}} prompts
12164 you, as usual, with the prompt @samp{(@value{GDBP})}. Use two special
12165 commands to begin your debugging session: @samp{target hms} to specify
12166 cross-debugging to the Renesas board, and the @code{load} command to
12167 download your program to the board. @code{load} displays the names of
12168 the program's sections, and a @samp{*} for each 2K of data downloaded.
12169 (If you want to refresh @value{GDBN} data on symbols or on the
12170 executable file without downloading, use the @value{GDBN} commands
12171 @code{file} or @code{symbol-file}. These commands, and @code{load}
12172 itself, are described in @ref{Files,,Commands to specify files}.)
12173
12174 @smallexample
12175 (eg-C:\H8300\TEST) @value{GDBP} t.x
12176 @value{GDBN} is free software and you are welcome to distribute copies
12177 of it under certain conditions; type "show copying" to see
12178 the conditions.
12179 There is absolutely no warranty for @value{GDBN}; type "show warranty"
12180 for details.
12181 @value{GDBN} @value{GDBVN}, Copyright 1992 Free Software Foundation, Inc...
12182 (@value{GDBP}) target hms
12183 Connected to remote H8/300 HMS system.
12184 (@value{GDBP}) load t.x
12185 .text : 0x8000 .. 0xabde ***********
12186 .data : 0xabde .. 0xad30 *
12187 .stack : 0xf000 .. 0xf014 *
12188 @end smallexample
12189
12190 At this point, you're ready to run or debug your program. From here on,
12191 you can use all the usual @value{GDBN} commands. The @code{break} command
12192 sets breakpoints; the @code{run} command starts your program;
12193 @code{print} or @code{x} display data; the @code{continue} command
12194 resumes execution after stopping at a breakpoint. You can use the
12195 @code{help} command at any time to find out more about @value{GDBN} commands.
12196
12197 Remember, however, that @emph{operating system} facilities aren't
12198 available on your development board; for example, if your program hangs,
12199 you can't send an interrupt---but you can press the @sc{reset} switch!
12200
12201 Use the @sc{reset} button on the development board
12202 @itemize @bullet
12203 @item
12204 to interrupt your program (don't use @kbd{ctl-C} on the DOS host---it has
12205 no way to pass an interrupt signal to the development board); and
12206
12207 @item
12208 to return to the @value{GDBN} command prompt after your program finishes
12209 normally. The communications protocol provides no other way for @value{GDBN}
12210 to detect program completion.
12211 @end itemize
12212
12213 In either case, @value{GDBN} sees the effect of a @sc{reset} on the
12214 development board as a ``normal exit'' of your program.
12215
12216 @node Renesas ICE
12217 @subsubsection Using the E7000 in-circuit emulator
12218
12219 @kindex target e7000@r{, with Renesas ICE}
12220 You can use the E7000 in-circuit emulator to develop code for either the
12221 Renesas SH or the H8/300H. Use one of these forms of the @samp{target
12222 e7000} command to connect @value{GDBN} to your E7000:
12223
12224 @table @code
12225 @item target e7000 @var{port} @var{speed}
12226 Use this form if your E7000 is connected to a serial port. The
12227 @var{port} argument identifies what serial port to use (for example,
12228 @samp{com2}). The third argument is the line speed in bits per second
12229 (for example, @samp{9600}).
12230
12231 @item target e7000 @var{hostname}
12232 If your E7000 is installed as a host on a TCP/IP network, you can just
12233 specify its hostname; @value{GDBN} uses @code{telnet} to connect.
12234 @end table
12235
12236 @node Renesas Special
12237 @subsubsection Special @value{GDBN} commands for Renesas micros
12238
12239 Some @value{GDBN} commands are available only for the H8/300:
12240
12241 @table @code
12242
12243 @kindex set machine
12244 @kindex show machine
12245 @item set machine h8300
12246 @itemx set machine h8300h
12247 Condition @value{GDBN} for one of the two variants of the H8/300
12248 architecture with @samp{set machine}. You can use @samp{show machine}
12249 to check which variant is currently in effect.
12250
12251 @end table
12252
12253 @node H8/500
12254 @subsection H8/500
12255
12256 @table @code
12257
12258 @kindex set memory @var{mod}
12259 @cindex memory models, H8/500
12260 @item set memory @var{mod}
12261 @itemx show memory
12262 Specify which H8/500 memory model (@var{mod}) you are using with
12263 @samp{set memory}; check which memory model is in effect with @samp{show
12264 memory}. The accepted values for @var{mod} are @code{small},
12265 @code{big}, @code{medium}, and @code{compact}.
12266
12267 @end table
12268
12269 @node M32R/D
12270 @subsection Renesas M32R/D
12271
12272 @table @code
12273
12274 @kindex target m32r
12275 @item target m32r @var{dev}
12276 Renesas M32R/D ROM monitor.
12277
12278 @kindex target m32rsdi
12279 @item target m32rsdi @var{dev}
12280 Renesas M32R SDI server, connected via parallel port to the board.
12281
12282 @end table
12283
12284 @node M68K
12285 @subsection M68k
12286
12287 The Motorola m68k configuration includes ColdFire support, and
12288 target command for the following ROM monitors.
12289
12290 @table @code
12291
12292 @kindex target abug
12293 @item target abug @var{dev}
12294 ABug ROM monitor for M68K.
12295
12296 @kindex target cpu32bug
12297 @item target cpu32bug @var{dev}
12298 CPU32BUG monitor, running on a CPU32 (M68K) board.
12299
12300 @kindex target dbug
12301 @item target dbug @var{dev}
12302 dBUG ROM monitor for Motorola ColdFire.
12303
12304 @kindex target est
12305 @item target est @var{dev}
12306 EST-300 ICE monitor, running on a CPU32 (M68K) board.
12307
12308 @kindex target rom68k
12309 @item target rom68k @var{dev}
12310 ROM 68K monitor, running on an M68K IDP board.
12311
12312 @end table
12313
12314 @table @code
12315
12316 @kindex target rombug
12317 @item target rombug @var{dev}
12318 ROMBUG ROM monitor for OS/9000.
12319
12320 @end table
12321
12322 @node MIPS Embedded
12323 @subsection MIPS Embedded
12324
12325 @cindex MIPS boards
12326 @value{GDBN} can use the MIPS remote debugging protocol to talk to a
12327 MIPS board attached to a serial line. This is available when
12328 you configure @value{GDBN} with @samp{--target=mips-idt-ecoff}.
12329
12330 @need 1000
12331 Use these @value{GDBN} commands to specify the connection to your target board:
12332
12333 @table @code
12334 @item target mips @var{port}
12335 @kindex target mips @var{port}
12336 To run a program on the board, start up @code{@value{GDBP}} with the
12337 name of your program as the argument. To connect to the board, use the
12338 command @samp{target mips @var{port}}, where @var{port} is the name of
12339 the serial port connected to the board. If the program has not already
12340 been downloaded to the board, you may use the @code{load} command to
12341 download it. You can then use all the usual @value{GDBN} commands.
12342
12343 For example, this sequence connects to the target board through a serial
12344 port, and loads and runs a program called @var{prog} through the
12345 debugger:
12346
12347 @smallexample
12348 host$ @value{GDBP} @var{prog}
12349 @value{GDBN} is free software and @dots{}
12350 (@value{GDBP}) target mips /dev/ttyb
12351 (@value{GDBP}) load @var{prog}
12352 (@value{GDBP}) run
12353 @end smallexample
12354
12355 @item target mips @var{hostname}:@var{portnumber}
12356 On some @value{GDBN} host configurations, you can specify a TCP
12357 connection (for instance, to a serial line managed by a terminal
12358 concentrator) instead of a serial port, using the syntax
12359 @samp{@var{hostname}:@var{portnumber}}.
12360
12361 @item target pmon @var{port}
12362 @kindex target pmon @var{port}
12363 PMON ROM monitor.
12364
12365 @item target ddb @var{port}
12366 @kindex target ddb @var{port}
12367 NEC's DDB variant of PMON for Vr4300.
12368
12369 @item target lsi @var{port}
12370 @kindex target lsi @var{port}
12371 LSI variant of PMON.
12372
12373 @kindex target r3900
12374 @item target r3900 @var{dev}
12375 Densan DVE-R3900 ROM monitor for Toshiba R3900 Mips.
12376
12377 @kindex target array
12378 @item target array @var{dev}
12379 Array Tech LSI33K RAID controller board.
12380
12381 @end table
12382
12383
12384 @noindent
12385 @value{GDBN} also supports these special commands for MIPS targets:
12386
12387 @table @code
12388 @item set processor @var{args}
12389 @itemx show processor
12390 @kindex set processor @var{args}
12391 @kindex show processor
12392 Use the @code{set processor} command to set the type of MIPS
12393 processor when you want to access processor-type-specific registers.
12394 For example, @code{set processor @var{r3041}} tells @value{GDBN}
12395 to use the CPU registers appropriate for the 3041 chip.
12396 Use the @code{show processor} command to see what MIPS processor @value{GDBN}
12397 is using. Use the @code{info reg} command to see what registers
12398 @value{GDBN} is using.
12399
12400 @item set mipsfpu double
12401 @itemx set mipsfpu single
12402 @itemx set mipsfpu none
12403 @itemx show mipsfpu
12404 @kindex set mipsfpu
12405 @kindex show mipsfpu
12406 @cindex MIPS remote floating point
12407 @cindex floating point, MIPS remote
12408 If your target board does not support the MIPS floating point
12409 coprocessor, you should use the command @samp{set mipsfpu none} (if you
12410 need this, you may wish to put the command in your @value{GDBN} init
12411 file). This tells @value{GDBN} how to find the return value of
12412 functions which return floating point values. It also allows
12413 @value{GDBN} to avoid saving the floating point registers when calling
12414 functions on the board. If you are using a floating point coprocessor
12415 with only single precision floating point support, as on the @sc{r4650}
12416 processor, use the command @samp{set mipsfpu single}. The default
12417 double precision floating point coprocessor may be selected using
12418 @samp{set mipsfpu double}.
12419
12420 In previous versions the only choices were double precision or no
12421 floating point, so @samp{set mipsfpu on} will select double precision
12422 and @samp{set mipsfpu off} will select no floating point.
12423
12424 As usual, you can inquire about the @code{mipsfpu} variable with
12425 @samp{show mipsfpu}.
12426
12427 @item set remotedebug @var{n}
12428 @itemx show remotedebug
12429 @kindex set remotedebug@r{, MIPS protocol}
12430 @kindex show remotedebug@r{, MIPS protocol}
12431 @cindex @code{remotedebug}, MIPS protocol
12432 @cindex MIPS @code{remotedebug} protocol
12433 @c FIXME! For this to be useful, you must know something about the MIPS
12434 @c FIXME...protocol. Where is it described?
12435 You can see some debugging information about communications with the board
12436 by setting the @code{remotedebug} variable. If you set it to @code{1} using
12437 @samp{set remotedebug 1}, every packet is displayed. If you set it
12438 to @code{2}, every character is displayed. You can check the current value
12439 at any time with the command @samp{show remotedebug}.
12440
12441 @item set timeout @var{seconds}
12442 @itemx set retransmit-timeout @var{seconds}
12443 @itemx show timeout
12444 @itemx show retransmit-timeout
12445 @cindex @code{timeout}, MIPS protocol
12446 @cindex @code{retransmit-timeout}, MIPS protocol
12447 @kindex set timeout
12448 @kindex show timeout
12449 @kindex set retransmit-timeout
12450 @kindex show retransmit-timeout
12451 You can control the timeout used while waiting for a packet, in the MIPS
12452 remote protocol, with the @code{set timeout @var{seconds}} command. The
12453 default is 5 seconds. Similarly, you can control the timeout used while
12454 waiting for an acknowledgement of a packet with the @code{set
12455 retransmit-timeout @var{seconds}} command. The default is 3 seconds.
12456 You can inspect both values with @code{show timeout} and @code{show
12457 retransmit-timeout}. (These commands are @emph{only} available when
12458 @value{GDBN} is configured for @samp{--target=mips-idt-ecoff}.)
12459
12460 The timeout set by @code{set timeout} does not apply when @value{GDBN}
12461 is waiting for your program to stop. In that case, @value{GDBN} waits
12462 forever because it has no way of knowing how long the program is going
12463 to run before stopping.
12464 @end table
12465
12466 @node OpenRISC 1000
12467 @subsection OpenRISC 1000
12468 @cindex OpenRISC 1000
12469
12470 @cindex or1k boards
12471 See OR1k Architecture document (@uref{www.opencores.org}) for more information
12472 about platform and commands.
12473
12474 @table @code
12475
12476 @kindex target jtag
12477 @item target jtag jtag://@var{host}:@var{port}
12478
12479 Connects to remote JTAG server.
12480 JTAG remote server can be either an or1ksim or JTAG server,
12481 connected via parallel port to the board.
12482
12483 Example: @code{target jtag jtag://localhost:9999}
12484
12485 @kindex or1ksim
12486 @item or1ksim @var{command}
12487 If connected to @code{or1ksim} OpenRISC 1000 Architectural
12488 Simulator, proprietary commands can be executed.
12489
12490 @kindex info or1k spr
12491 @item info or1k spr
12492 Displays spr groups.
12493
12494 @item info or1k spr @var{group}
12495 @itemx info or1k spr @var{groupno}
12496 Displays register names in selected group.
12497
12498 @item info or1k spr @var{group} @var{register}
12499 @itemx info or1k spr @var{register}
12500 @itemx info or1k spr @var{groupno} @var{registerno}
12501 @itemx info or1k spr @var{registerno}
12502 Shows information about specified spr register.
12503
12504 @kindex spr
12505 @item spr @var{group} @var{register} @var{value}
12506 @itemx spr @var{register @var{value}}
12507 @itemx spr @var{groupno} @var{registerno @var{value}}
12508 @itemx spr @var{registerno @var{value}}
12509 Writes @var{value} to specified spr register.
12510 @end table
12511
12512 Some implementations of OpenRISC 1000 Architecture also have hardware trace.
12513 It is very similar to @value{GDBN} trace, except it does not interfere with normal
12514 program execution and is thus much faster. Hardware breakpoints/watchpoint
12515 triggers can be set using:
12516 @table @code
12517 @item $LEA/$LDATA
12518 Load effective address/data
12519 @item $SEA/$SDATA
12520 Store effective address/data
12521 @item $AEA/$ADATA
12522 Access effective address ($SEA or $LEA) or data ($SDATA/$LDATA)
12523 @item $FETCH
12524 Fetch data
12525 @end table
12526
12527 When triggered, it can capture low level data, like: @code{PC}, @code{LSEA},
12528 @code{LDATA}, @code{SDATA}, @code{READSPR}, @code{WRITESPR}, @code{INSTR}.
12529
12530 @code{htrace} commands:
12531 @cindex OpenRISC 1000 htrace
12532 @table @code
12533 @kindex hwatch
12534 @item hwatch @var{conditional}
12535 Set hardware watchpoint on combination of Load/Store Effecive Address(es)
12536 or Data. For example:
12537
12538 @code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
12539
12540 @code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
12541
12542 @kindex htrace info
12543 @item htrace info
12544 Display information about current HW trace configuration.
12545
12546 @kindex htrace trigger
12547 @item htrace trigger @var{conditional}
12548 Set starting criteria for HW trace.
12549
12550 @kindex htrace qualifier
12551 @item htrace qualifier @var{conditional}
12552 Set acquisition qualifier for HW trace.
12553
12554 @kindex htrace stop
12555 @item htrace stop @var{conditional}
12556 Set HW trace stopping criteria.
12557
12558 @kindex htrace record
12559 @item htrace record [@var{data}]*
12560 Selects the data to be recorded, when qualifier is met and HW trace was
12561 triggered.
12562
12563 @kindex htrace enable
12564 @item htrace enable
12565 @kindex htrace disable
12566 @itemx htrace disable
12567 Enables/disables the HW trace.
12568
12569 @kindex htrace rewind
12570 @item htrace rewind [@var{filename}]
12571 Clears currently recorded trace data.
12572
12573 If filename is specified, new trace file is made and any newly collected data
12574 will be written there.
12575
12576 @kindex htrace print
12577 @item htrace print [@var{start} [@var{len}]]
12578 Prints trace buffer, using current record configuration.
12579
12580 @kindex htrace mode continuous
12581 @item htrace mode continuous
12582 Set continuous trace mode.
12583
12584 @kindex htrace mode suspend
12585 @item htrace mode suspend
12586 Set suspend trace mode.
12587
12588 @end table
12589
12590 @node PowerPC
12591 @subsection PowerPC
12592
12593 @table @code
12594
12595 @kindex target dink32
12596 @item target dink32 @var{dev}
12597 DINK32 ROM monitor.
12598
12599 @kindex target ppcbug
12600 @item target ppcbug @var{dev}
12601 @kindex target ppcbug1
12602 @item target ppcbug1 @var{dev}
12603 PPCBUG ROM monitor for PowerPC.
12604
12605 @kindex target sds
12606 @item target sds @var{dev}
12607 SDS monitor, running on a PowerPC board (such as Motorola's ADS).
12608
12609 @end table
12610
12611 @node PA
12612 @subsection HP PA Embedded
12613
12614 @table @code
12615
12616 @kindex target op50n
12617 @item target op50n @var{dev}
12618 OP50N monitor, running on an OKI HPPA board.
12619
12620 @kindex target w89k
12621 @item target w89k @var{dev}
12622 W89K monitor, running on a Winbond HPPA board.
12623
12624 @end table
12625
12626 @node SH
12627 @subsection Renesas SH
12628
12629 @table @code
12630
12631 @kindex target hms@r{, with Renesas SH}
12632 @item target hms @var{dev}
12633 A Renesas SH board attached via serial line to your host. Use special
12634 commands @code{device} and @code{speed} to control the serial line and
12635 the communications speed used.
12636
12637 @kindex target e7000@r{, with Renesas SH}
12638 @item target e7000 @var{dev}
12639 E7000 emulator for Renesas SH.
12640
12641 @kindex target sh3@r{, with SH}
12642 @kindex target sh3e@r{, with SH}
12643 @item target sh3 @var{dev}
12644 @item target sh3e @var{dev}
12645 Renesas SH-3 and SH-3E target systems.
12646
12647 @end table
12648
12649 @node Sparclet
12650 @subsection Tsqware Sparclet
12651
12652 @cindex Sparclet
12653
12654 @value{GDBN} enables developers to debug tasks running on
12655 Sparclet targets from a Unix host.
12656 @value{GDBN} uses code that runs on
12657 both the Unix host and on the Sparclet target. The program
12658 @code{@value{GDBP}} is installed and executed on the Unix host.
12659
12660 @table @code
12661 @item remotetimeout @var{args}
12662 @kindex remotetimeout
12663 @value{GDBN} supports the option @code{remotetimeout}.
12664 This option is set by the user, and @var{args} represents the number of
12665 seconds @value{GDBN} waits for responses.
12666 @end table
12667
12668 @cindex compiling, on Sparclet
12669 When compiling for debugging, include the options @samp{-g} to get debug
12670 information and @samp{-Ttext} to relocate the program to where you wish to
12671 load it on the target. You may also want to add the options @samp{-n} or
12672 @samp{-N} in order to reduce the size of the sections. Example:
12673
12674 @smallexample
12675 sparclet-aout-gcc prog.c -Ttext 0x12010000 -g -o prog -N
12676 @end smallexample
12677
12678 You can use @code{objdump} to verify that the addresses are what you intended:
12679
12680 @smallexample
12681 sparclet-aout-objdump --headers --syms prog
12682 @end smallexample
12683
12684 @cindex running, on Sparclet
12685 Once you have set
12686 your Unix execution search path to find @value{GDBN}, you are ready to
12687 run @value{GDBN}. From your Unix host, run @code{@value{GDBP}}
12688 (or @code{sparclet-aout-gdb}, depending on your installation).
12689
12690 @value{GDBN} comes up showing the prompt:
12691
12692 @smallexample
12693 (gdbslet)
12694 @end smallexample
12695
12696 @menu
12697 * Sparclet File:: Setting the file to debug
12698 * Sparclet Connection:: Connecting to Sparclet
12699 * Sparclet Download:: Sparclet download
12700 * Sparclet Execution:: Running and debugging
12701 @end menu
12702
12703 @node Sparclet File
12704 @subsubsection Setting file to debug
12705
12706 The @value{GDBN} command @code{file} lets you choose with program to debug.
12707
12708 @smallexample
12709 (gdbslet) file prog
12710 @end smallexample
12711
12712 @need 1000
12713 @value{GDBN} then attempts to read the symbol table of @file{prog}.
12714 @value{GDBN} locates
12715 the file by searching the directories listed in the command search
12716 path.
12717 If the file was compiled with debug information (option "-g"), source
12718 files will be searched as well.
12719 @value{GDBN} locates
12720 the source files by searching the directories listed in the directory search
12721 path (@pxref{Environment, ,Your program's environment}).
12722 If it fails
12723 to find a file, it displays a message such as:
12724
12725 @smallexample
12726 prog: No such file or directory.
12727 @end smallexample
12728
12729 When this happens, add the appropriate directories to the search paths with
12730 the @value{GDBN} commands @code{path} and @code{dir}, and execute the
12731 @code{target} command again.
12732
12733 @node Sparclet Connection
12734 @subsubsection Connecting to Sparclet
12735
12736 The @value{GDBN} command @code{target} lets you connect to a Sparclet target.
12737 To connect to a target on serial port ``@code{ttya}'', type:
12738
12739 @smallexample
12740 (gdbslet) target sparclet /dev/ttya
12741 Remote target sparclet connected to /dev/ttya
12742 main () at ../prog.c:3
12743 @end smallexample
12744
12745 @need 750
12746 @value{GDBN} displays messages like these:
12747
12748 @smallexample
12749 Connected to ttya.
12750 @end smallexample
12751
12752 @node Sparclet Download
12753 @subsubsection Sparclet download
12754
12755 @cindex download to Sparclet
12756 Once connected to the Sparclet target,
12757 you can use the @value{GDBN}
12758 @code{load} command to download the file from the host to the target.
12759 The file name and load offset should be given as arguments to the @code{load}
12760 command.
12761 Since the file format is aout, the program must be loaded to the starting
12762 address. You can use @code{objdump} to find out what this value is. The load
12763 offset is an offset which is added to the VMA (virtual memory address)
12764 of each of the file's sections.
12765 For instance, if the program
12766 @file{prog} was linked to text address 0x1201000, with data at 0x12010160
12767 and bss at 0x12010170, in @value{GDBN}, type:
12768
12769 @smallexample
12770 (gdbslet) load prog 0x12010000
12771 Loading section .text, size 0xdb0 vma 0x12010000
12772 @end smallexample
12773
12774 If the code is loaded at a different address then what the program was linked
12775 to, you may need to use the @code{section} and @code{add-symbol-file} commands
12776 to tell @value{GDBN} where to map the symbol table.
12777
12778 @node Sparclet Execution
12779 @subsubsection Running and debugging
12780
12781 @cindex running and debugging Sparclet programs
12782 You can now begin debugging the task using @value{GDBN}'s execution control
12783 commands, @code{b}, @code{step}, @code{run}, etc. See the @value{GDBN}
12784 manual for the list of commands.
12785
12786 @smallexample
12787 (gdbslet) b main
12788 Breakpoint 1 at 0x12010000: file prog.c, line 3.
12789 (gdbslet) run
12790 Starting program: prog
12791 Breakpoint 1, main (argc=1, argv=0xeffff21c) at prog.c:3
12792 3 char *symarg = 0;
12793 (gdbslet) step
12794 4 char *execarg = "hello!";
12795 (gdbslet)
12796 @end smallexample
12797
12798 @node Sparclite
12799 @subsection Fujitsu Sparclite
12800
12801 @table @code
12802
12803 @kindex target sparclite
12804 @item target sparclite @var{dev}
12805 Fujitsu sparclite boards, used only for the purpose of loading.
12806 You must use an additional command to debug the program.
12807 For example: target remote @var{dev} using @value{GDBN} standard
12808 remote protocol.
12809
12810 @end table
12811
12812 @node ST2000
12813 @subsection Tandem ST2000
12814
12815 @value{GDBN} may be used with a Tandem ST2000 phone switch, running Tandem's
12816 STDBUG protocol.
12817
12818 To connect your ST2000 to the host system, see the manufacturer's
12819 manual. Once the ST2000 is physically attached, you can run:
12820
12821 @smallexample
12822 target st2000 @var{dev} @var{speed}
12823 @end smallexample
12824
12825 @noindent
12826 to establish it as your debugging environment. @var{dev} is normally
12827 the name of a serial device, such as @file{/dev/ttya}, connected to the
12828 ST2000 via a serial line. You can instead specify @var{dev} as a TCP
12829 connection (for example, to a serial line attached via a terminal
12830 concentrator) using the syntax @code{@var{hostname}:@var{portnumber}}.
12831
12832 The @code{load} and @code{attach} commands are @emph{not} defined for
12833 this target; you must load your program into the ST2000 as you normally
12834 would for standalone operation. @value{GDBN} reads debugging information
12835 (such as symbols) from a separate, debugging version of the program
12836 available on your host computer.
12837 @c FIXME!! This is terribly vague; what little content is here is
12838 @c basically hearsay.
12839
12840 @cindex ST2000 auxiliary commands
12841 These auxiliary @value{GDBN} commands are available to help you with the ST2000
12842 environment:
12843
12844 @table @code
12845 @item st2000 @var{command}
12846 @kindex st2000 @var{cmd}
12847 @cindex STDBUG commands (ST2000)
12848 @cindex commands to STDBUG (ST2000)
12849 Send a @var{command} to the STDBUG monitor. See the manufacturer's
12850 manual for available commands.
12851
12852 @item connect
12853 @cindex connect (to STDBUG)
12854 Connect the controlling terminal to the STDBUG command monitor. When
12855 you are done interacting with STDBUG, typing either of two character
12856 sequences gets you back to the @value{GDBN} command prompt:
12857 @kbd{@key{RET}~.} (Return, followed by tilde and period) or
12858 @kbd{@key{RET}~@key{C-d}} (Return, followed by tilde and control-D).
12859 @end table
12860
12861 @node Z8000
12862 @subsection Zilog Z8000
12863
12864 @cindex Z8000
12865 @cindex simulator, Z8000
12866 @cindex Zilog Z8000 simulator
12867
12868 When configured for debugging Zilog Z8000 targets, @value{GDBN} includes
12869 a Z8000 simulator.
12870
12871 For the Z8000 family, @samp{target sim} simulates either the Z8002 (the
12872 unsegmented variant of the Z8000 architecture) or the Z8001 (the
12873 segmented variant). The simulator recognizes which architecture is
12874 appropriate by inspecting the object code.
12875
12876 @table @code
12877 @item target sim @var{args}
12878 @kindex sim
12879 @kindex target sim@r{, with Z8000}
12880 Debug programs on a simulated CPU. If the simulator supports setup
12881 options, specify them via @var{args}.
12882 @end table
12883
12884 @noindent
12885 After specifying this target, you can debug programs for the simulated
12886 CPU in the same style as programs for your host computer; use the
12887 @code{file} command to load a new program image, the @code{run} command
12888 to run your program, and so on.
12889
12890 As well as making available all the usual machine registers
12891 (@pxref{Registers, ,Registers}), the Z8000 simulator provides three
12892 additional items of information as specially named registers:
12893
12894 @table @code
12895
12896 @item cycles
12897 Counts clock-ticks in the simulator.
12898
12899 @item insts
12900 Counts instructions run in the simulator.
12901
12902 @item time
12903 Execution time in 60ths of a second.
12904
12905 @end table
12906
12907 You can refer to these values in @value{GDBN} expressions with the usual
12908 conventions; for example, @w{@samp{b fputc if $cycles>5000}} sets a
12909 conditional breakpoint that suspends only after at least 5000
12910 simulated clock ticks.
12911
12912 @node Architectures
12913 @section Architectures
12914
12915 This section describes characteristics of architectures that affect
12916 all uses of @value{GDBN} with the architecture, both native and cross.
12917
12918 @menu
12919 * A29K::
12920 * Alpha::
12921 * MIPS::
12922 @end menu
12923
12924 @node A29K
12925 @subsection A29K
12926
12927 @table @code
12928
12929 @kindex set rstack_high_address
12930 @cindex AMD 29K register stack
12931 @cindex register stack, AMD29K
12932 @item set rstack_high_address @var{address}
12933 On AMD 29000 family processors, registers are saved in a separate
12934 @dfn{register stack}. There is no way for @value{GDBN} to determine the
12935 extent of this stack. Normally, @value{GDBN} just assumes that the
12936 stack is ``large enough''. This may result in @value{GDBN} referencing
12937 memory locations that do not exist. If necessary, you can get around
12938 this problem by specifying the ending address of the register stack with
12939 the @code{set rstack_high_address} command. The argument should be an
12940 address, which you probably want to precede with @samp{0x} to specify in
12941 hexadecimal.
12942
12943 @kindex show rstack_high_address
12944 @item show rstack_high_address
12945 Display the current limit of the register stack, on AMD 29000 family
12946 processors.
12947
12948 @end table
12949
12950 @node Alpha
12951 @subsection Alpha
12952
12953 See the following section.
12954
12955 @node MIPS
12956 @subsection MIPS
12957
12958 @cindex stack on Alpha
12959 @cindex stack on MIPS
12960 @cindex Alpha stack
12961 @cindex MIPS stack
12962 Alpha- and MIPS-based computers use an unusual stack frame, which
12963 sometimes requires @value{GDBN} to search backward in the object code to
12964 find the beginning of a function.
12965
12966 @cindex response time, MIPS debugging
12967 To improve response time (especially for embedded applications, where
12968 @value{GDBN} may be restricted to a slow serial line for this search)
12969 you may want to limit the size of this search, using one of these
12970 commands:
12971
12972 @table @code
12973 @cindex @code{heuristic-fence-post} (Alpha, MIPS)
12974 @item set heuristic-fence-post @var{limit}
12975 Restrict @value{GDBN} to examining at most @var{limit} bytes in its
12976 search for the beginning of a function. A value of @var{0} (the
12977 default) means there is no limit. However, except for @var{0}, the
12978 larger the limit the more bytes @code{heuristic-fence-post} must search
12979 and therefore the longer it takes to run.
12980
12981 @item show heuristic-fence-post
12982 Display the current limit.
12983 @end table
12984
12985 @noindent
12986 These commands are available @emph{only} when @value{GDBN} is configured
12987 for debugging programs on Alpha or MIPS processors.
12988
12989
12990 @node Controlling GDB
12991 @chapter Controlling @value{GDBN}
12992
12993 You can alter the way @value{GDBN} interacts with you by using the
12994 @code{set} command. For commands controlling how @value{GDBN} displays
12995 data, see @ref{Print Settings, ,Print settings}. Other settings are
12996 described here.
12997
12998 @menu
12999 * Prompt:: Prompt
13000 * Editing:: Command editing
13001 * History:: Command history
13002 * Screen Size:: Screen size
13003 * Numbers:: Numbers
13004 * ABI:: Configuring the current ABI
13005 * Messages/Warnings:: Optional warnings and messages
13006 * Debugging Output:: Optional messages about internal happenings
13007 @end menu
13008
13009 @node Prompt
13010 @section Prompt
13011
13012 @cindex prompt
13013
13014 @value{GDBN} indicates its readiness to read a command by printing a string
13015 called the @dfn{prompt}. This string is normally @samp{(@value{GDBP})}. You
13016 can change the prompt string with the @code{set prompt} command. For
13017 instance, when debugging @value{GDBN} with @value{GDBN}, it is useful to change
13018 the prompt in one of the @value{GDBN} sessions so that you can always tell
13019 which one you are talking to.
13020
13021 @emph{Note:} @code{set prompt} does not add a space for you after the
13022 prompt you set. This allows you to set a prompt which ends in a space
13023 or a prompt that does not.
13024
13025 @table @code
13026 @kindex set prompt
13027 @item set prompt @var{newprompt}
13028 Directs @value{GDBN} to use @var{newprompt} as its prompt string henceforth.
13029
13030 @kindex show prompt
13031 @item show prompt
13032 Prints a line of the form: @samp{Gdb's prompt is: @var{your-prompt}}
13033 @end table
13034
13035 @node Editing
13036 @section Command editing
13037 @cindex readline
13038 @cindex command line editing
13039
13040 @value{GDBN} reads its input commands via the @dfn{readline} interface. This
13041 @sc{gnu} library provides consistent behavior for programs which provide a
13042 command line interface to the user. Advantages are @sc{gnu} Emacs-style
13043 or @dfn{vi}-style inline editing of commands, @code{csh}-like history
13044 substitution, and a storage and recall of command history across
13045 debugging sessions.
13046
13047 You may control the behavior of command line editing in @value{GDBN} with the
13048 command @code{set}.
13049
13050 @table @code
13051 @kindex set editing
13052 @cindex editing
13053 @item set editing
13054 @itemx set editing on
13055 Enable command line editing (enabled by default).
13056
13057 @item set editing off
13058 Disable command line editing.
13059
13060 @kindex show editing
13061 @item show editing
13062 Show whether command line editing is enabled.
13063 @end table
13064
13065 @node History
13066 @section Command history
13067
13068 @value{GDBN} can keep track of the commands you type during your
13069 debugging sessions, so that you can be certain of precisely what
13070 happened. Use these commands to manage the @value{GDBN} command
13071 history facility.
13072
13073 @table @code
13074 @cindex history substitution
13075 @cindex history file
13076 @kindex set history filename
13077 @kindex GDBHISTFILE
13078 @item set history filename @var{fname}
13079 Set the name of the @value{GDBN} command history file to @var{fname}.
13080 This is the file where @value{GDBN} reads an initial command history
13081 list, and where it writes the command history from this session when it
13082 exits. You can access this list through history expansion or through
13083 the history command editing characters listed below. This file defaults
13084 to the value of the environment variable @code{GDBHISTFILE}, or to
13085 @file{./.gdb_history} (@file{./_gdb_history} on MS-DOS) if this variable
13086 is not set.
13087
13088 @cindex history save
13089 @kindex set history save
13090 @item set history save
13091 @itemx set history save on
13092 Record command history in a file, whose name may be specified with the
13093 @code{set history filename} command. By default, this option is disabled.
13094
13095 @item set history save off
13096 Stop recording command history in a file.
13097
13098 @cindex history size
13099 @kindex set history size
13100 @item set history size @var{size}
13101 Set the number of commands which @value{GDBN} keeps in its history list.
13102 This defaults to the value of the environment variable
13103 @code{HISTSIZE}, or to 256 if this variable is not set.
13104 @end table
13105
13106 @cindex history expansion
13107 History expansion assigns special meaning to the character @kbd{!}.
13108 @ifset have-readline-appendices
13109 @xref{Event Designators}.
13110 @end ifset
13111
13112 Since @kbd{!} is also the logical not operator in C, history expansion
13113 is off by default. If you decide to enable history expansion with the
13114 @code{set history expansion on} command, you may sometimes need to
13115 follow @kbd{!} (when it is used as logical not, in an expression) with
13116 a space or a tab to prevent it from being expanded. The readline
13117 history facilities do not attempt substitution on the strings
13118 @kbd{!=} and @kbd{!(}, even when history expansion is enabled.
13119
13120 The commands to control history expansion are:
13121
13122 @table @code
13123 @kindex set history expansion
13124 @item set history expansion on
13125 @itemx set history expansion
13126 Enable history expansion. History expansion is off by default.
13127
13128 @item set history expansion off
13129 Disable history expansion.
13130
13131 The readline code comes with more complete documentation of
13132 editing and history expansion features. Users unfamiliar with @sc{gnu} Emacs
13133 or @code{vi} may wish to read it.
13134 @ifset have-readline-appendices
13135 @xref{Command Line Editing}.
13136 @end ifset
13137
13138 @c @group
13139 @kindex show history
13140 @item show history
13141 @itemx show history filename
13142 @itemx show history save
13143 @itemx show history size
13144 @itemx show history expansion
13145 These commands display the state of the @value{GDBN} history parameters.
13146 @code{show history} by itself displays all four states.
13147 @c @end group
13148 @end table
13149
13150 @table @code
13151 @kindex shows
13152 @item show commands
13153 Display the last ten commands in the command history.
13154
13155 @item show commands @var{n}
13156 Print ten commands centered on command number @var{n}.
13157
13158 @item show commands +
13159 Print ten commands just after the commands last printed.
13160 @end table
13161
13162 @node Screen Size
13163 @section Screen size
13164 @cindex size of screen
13165 @cindex pauses in output
13166
13167 Certain commands to @value{GDBN} may produce large amounts of
13168 information output to the screen. To help you read all of it,
13169 @value{GDBN} pauses and asks you for input at the end of each page of
13170 output. Type @key{RET} when you want to continue the output, or @kbd{q}
13171 to discard the remaining output. Also, the screen width setting
13172 determines when to wrap lines of output. Depending on what is being
13173 printed, @value{GDBN} tries to break the line at a readable place,
13174 rather than simply letting it overflow onto the following line.
13175
13176 Normally @value{GDBN} knows the size of the screen from the terminal
13177 driver software. For example, on Unix @value{GDBN} uses the termcap data base
13178 together with the value of the @code{TERM} environment variable and the
13179 @code{stty rows} and @code{stty cols} settings. If this is not correct,
13180 you can override it with the @code{set height} and @code{set
13181 width} commands:
13182
13183 @table @code
13184 @kindex set height
13185 @kindex set width
13186 @kindex show width
13187 @kindex show height
13188 @item set height @var{lpp}
13189 @itemx show height
13190 @itemx set width @var{cpl}
13191 @itemx show width
13192 These @code{set} commands specify a screen height of @var{lpp} lines and
13193 a screen width of @var{cpl} characters. The associated @code{show}
13194 commands display the current settings.
13195
13196 If you specify a height of zero lines, @value{GDBN} does not pause during
13197 output no matter how long the output is. This is useful if output is to a
13198 file or to an editor buffer.
13199
13200 Likewise, you can specify @samp{set width 0} to prevent @value{GDBN}
13201 from wrapping its output.
13202 @end table
13203
13204 @node Numbers
13205 @section Numbers
13206 @cindex number representation
13207 @cindex entering numbers
13208
13209 You can always enter numbers in octal, decimal, or hexadecimal in
13210 @value{GDBN} by the usual conventions: octal numbers begin with
13211 @samp{0}, decimal numbers end with @samp{.}, and hexadecimal numbers
13212 begin with @samp{0x}. Numbers that begin with none of these are, by
13213 default, entered in base 10; likewise, the default display for
13214 numbers---when no particular format is specified---is base 10. You can
13215 change the default base for both input and output with the @code{set
13216 radix} command.
13217
13218 @table @code
13219 @kindex set input-radix
13220 @item set input-radix @var{base}
13221 Set the default base for numeric input. Supported choices
13222 for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
13223 specified either unambiguously or using the current default radix; for
13224 example, any of
13225
13226 @smallexample
13227 set radix 012
13228 set radix 10.
13229 set radix 0xa
13230 @end smallexample
13231
13232 @noindent
13233 sets the base to decimal. On the other hand, @samp{set radix 10}
13234 leaves the radix unchanged no matter what it was.
13235
13236 @kindex set output-radix
13237 @item set output-radix @var{base}
13238 Set the default base for numeric display. Supported choices
13239 for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
13240 specified either unambiguously or using the current default radix.
13241
13242 @kindex show input-radix
13243 @item show input-radix
13244 Display the current default base for numeric input.
13245
13246 @kindex show output-radix
13247 @item show output-radix
13248 Display the current default base for numeric display.
13249 @end table
13250
13251 @node ABI
13252 @section Configuring the current ABI
13253
13254 @value{GDBN} can determine the @dfn{ABI} (Application Binary Interface) of your
13255 application automatically. However, sometimes you need to override its
13256 conclusions. Use these commands to manage @value{GDBN}'s view of the
13257 current ABI.
13258
13259 @cindex OS ABI
13260 @kindex set osabi
13261 @kindex show osabi
13262
13263 One @value{GDBN} configuration can debug binaries for multiple operating
13264 system targets, either via remote debugging or native emulation.
13265 @value{GDBN} will autodetect the @dfn{OS ABI} (Operating System ABI) in use,
13266 but you can override its conclusion using the @code{set osabi} command.
13267 One example where this is useful is in debugging of binaries which use
13268 an alternate C library (e.g.@: @sc{uClibc} for @sc{gnu}/Linux) which does
13269 not have the same identifying marks that the standard C library for your
13270 platform provides.
13271
13272 @table @code
13273 @item show osabi
13274 Show the OS ABI currently in use.
13275
13276 @item set osabi
13277 With no argument, show the list of registered available OS ABI's.
13278
13279 @item set osabi @var{abi}
13280 Set the current OS ABI to @var{abi}.
13281 @end table
13282
13283 @cindex float promotion
13284 @kindex set coerce-float-to-double
13285
13286 Generally, the way that an argument of type @code{float} is passed to a
13287 function depends on whether the function is prototyped. For a prototyped
13288 (i.e.@: ANSI/ISO style) function, @code{float} arguments are passed unchanged,
13289 according to the architecture's convention for @code{float}. For unprototyped
13290 (i.e.@: K&R style) functions, @code{float} arguments are first promoted to type
13291 @code{double} and then passed.
13292
13293 Unfortunately, some forms of debug information do not reliably indicate whether
13294 a function is prototyped. If @value{GDBN} calls a function that is not marked
13295 as prototyped, it consults @kbd{set coerce-float-to-double}.
13296
13297 @table @code
13298 @item set coerce-float-to-double
13299 @itemx set coerce-float-to-double on
13300 Arguments of type @code{float} will be promoted to @code{double} when passed
13301 to an unprototyped function. This is the default setting.
13302
13303 @item set coerce-float-to-double off
13304 Arguments of type @code{float} will be passed directly to unprototyped
13305 functions.
13306 @end table
13307
13308 @kindex set cp-abi
13309 @kindex show cp-abi
13310 @value{GDBN} needs to know the ABI used for your program's C@t{++}
13311 objects. The correct C@t{++} ABI depends on which C@t{++} compiler was
13312 used to build your application. @value{GDBN} only fully supports
13313 programs with a single C@t{++} ABI; if your program contains code using
13314 multiple C@t{++} ABI's or if @value{GDBN} can not identify your
13315 program's ABI correctly, you can tell @value{GDBN} which ABI to use.
13316 Currently supported ABI's include ``gnu-v2'', for @code{g++} versions
13317 before 3.0, ``gnu-v3'', for @code{g++} versions 3.0 and later, and
13318 ``hpaCC'' for the HP ANSI C@t{++} compiler. Other C@t{++} compilers may
13319 use the ``gnu-v2'' or ``gnu-v3'' ABI's as well. The default setting is
13320 ``auto''.
13321
13322 @table @code
13323 @item show cp-abi
13324 Show the C@t{++} ABI currently in use.
13325
13326 @item set cp-abi
13327 With no argument, show the list of supported C@t{++} ABI's.
13328
13329 @item set cp-abi @var{abi}
13330 @itemx set cp-abi auto
13331 Set the current C@t{++} ABI to @var{abi}, or return to automatic detection.
13332 @end table
13333
13334 @node Messages/Warnings
13335 @section Optional warnings and messages
13336
13337 By default, @value{GDBN} is silent about its inner workings. If you are
13338 running on a slow machine, you may want to use the @code{set verbose}
13339 command. This makes @value{GDBN} tell you when it does a lengthy
13340 internal operation, so you will not think it has crashed.
13341
13342 Currently, the messages controlled by @code{set verbose} are those
13343 which announce that the symbol table for a source file is being read;
13344 see @code{symbol-file} in @ref{Files, ,Commands to specify files}.
13345
13346 @table @code
13347 @kindex set verbose
13348 @item set verbose on
13349 Enables @value{GDBN} output of certain informational messages.
13350
13351 @item set verbose off
13352 Disables @value{GDBN} output of certain informational messages.
13353
13354 @kindex show verbose
13355 @item show verbose
13356 Displays whether @code{set verbose} is on or off.
13357 @end table
13358
13359 By default, if @value{GDBN} encounters bugs in the symbol table of an
13360 object file, it is silent; but if you are debugging a compiler, you may
13361 find this information useful (@pxref{Symbol Errors, ,Errors reading
13362 symbol files}).
13363
13364 @table @code
13365
13366 @kindex set complaints
13367 @item set complaints @var{limit}
13368 Permits @value{GDBN} to output @var{limit} complaints about each type of
13369 unusual symbols before becoming silent about the problem. Set
13370 @var{limit} to zero to suppress all complaints; set it to a large number
13371 to prevent complaints from being suppressed.
13372
13373 @kindex show complaints
13374 @item show complaints
13375 Displays how many symbol complaints @value{GDBN} is permitted to produce.
13376
13377 @end table
13378
13379 By default, @value{GDBN} is cautious, and asks what sometimes seems to be a
13380 lot of stupid questions to confirm certain commands. For example, if
13381 you try to run a program which is already running:
13382
13383 @smallexample
13384 (@value{GDBP}) run
13385 The program being debugged has been started already.
13386 Start it from the beginning? (y or n)
13387 @end smallexample
13388
13389 If you are willing to unflinchingly face the consequences of your own
13390 commands, you can disable this ``feature'':
13391
13392 @table @code
13393
13394 @kindex set confirm
13395 @cindex flinching
13396 @cindex confirmation
13397 @cindex stupid questions
13398 @item set confirm off
13399 Disables confirmation requests.
13400
13401 @item set confirm on
13402 Enables confirmation requests (the default).
13403
13404 @kindex show confirm
13405 @item show confirm
13406 Displays state of confirmation requests.
13407
13408 @end table
13409
13410 @node Debugging Output
13411 @section Optional messages about internal happenings
13412 @table @code
13413 @kindex set debug arch
13414 @item set debug arch
13415 Turns on or off display of gdbarch debugging info. The default is off
13416 @kindex show debug arch
13417 @item show debug arch
13418 Displays the current state of displaying gdbarch debugging info.
13419 @kindex set debug event
13420 @item set debug event
13421 Turns on or off display of @value{GDBN} event debugging info. The
13422 default is off.
13423 @kindex show debug event
13424 @item show debug event
13425 Displays the current state of displaying @value{GDBN} event debugging
13426 info.
13427 @kindex set debug expression
13428 @item set debug expression
13429 Turns on or off display of @value{GDBN} expression debugging info. The
13430 default is off.
13431 @kindex show debug expression
13432 @item show debug expression
13433 Displays the current state of displaying @value{GDBN} expression
13434 debugging info.
13435 @kindex set debug frame
13436 @item set debug frame
13437 Turns on or off display of @value{GDBN} frame debugging info. The
13438 default is off.
13439 @kindex show debug frame
13440 @item show debug frame
13441 Displays the current state of displaying @value{GDBN} frame debugging
13442 info.
13443 @kindex set debug observer
13444 @item set debug observer
13445 Turns on or off display of @value{GDBN} observer debugging. This
13446 includes info such as the notification of observable events.
13447 @kindex show debug observer
13448 @item show debug observer
13449 Displays the current state of observer debugging.
13450 @kindex set debug overload
13451 @item set debug overload
13452 Turns on or off display of @value{GDBN} C@t{++} overload debugging
13453 info. This includes info such as ranking of functions, etc. The default
13454 is off.
13455 @kindex show debug overload
13456 @item show debug overload
13457 Displays the current state of displaying @value{GDBN} C@t{++} overload
13458 debugging info.
13459 @kindex set debug remote
13460 @cindex packets, reporting on stdout
13461 @cindex serial connections, debugging
13462 @item set debug remote
13463 Turns on or off display of reports on all packets sent back and forth across
13464 the serial line to the remote machine. The info is printed on the
13465 @value{GDBN} standard output stream. The default is off.
13466 @kindex show debug remote
13467 @item show debug remote
13468 Displays the state of display of remote packets.
13469 @kindex set debug serial
13470 @item set debug serial
13471 Turns on or off display of @value{GDBN} serial debugging info. The
13472 default is off.
13473 @kindex show debug serial
13474 @item show debug serial
13475 Displays the current state of displaying @value{GDBN} serial debugging
13476 info.
13477 @kindex set debug target
13478 @item set debug target
13479 Turns on or off display of @value{GDBN} target debugging info. This info
13480 includes what is going on at the target level of GDB, as it happens. The
13481 default is 0. Set it to 1 to track events, and to 2 to also track the
13482 value of large memory transfers. Changes to this flag do not take effect
13483 until the next time you connect to a target or use the @code{run} command.
13484 @kindex show debug target
13485 @item show debug target
13486 Displays the current state of displaying @value{GDBN} target debugging
13487 info.
13488 @kindex set debug varobj
13489 @item set debug varobj
13490 Turns on or off display of @value{GDBN} variable object debugging
13491 info. The default is off.
13492 @kindex show debug varobj
13493 @item show debug varobj
13494 Displays the current state of displaying @value{GDBN} variable object
13495 debugging info.
13496 @end table
13497
13498 @node Sequences
13499 @chapter Canned Sequences of Commands
13500
13501 Aside from breakpoint commands (@pxref{Break Commands, ,Breakpoint
13502 command lists}), @value{GDBN} provides two ways to store sequences of
13503 commands for execution as a unit: user-defined commands and command
13504 files.
13505
13506 @menu
13507 * Define:: User-defined commands
13508 * Hooks:: User-defined command hooks
13509 * Command Files:: Command files
13510 * Output:: Commands for controlled output
13511 @end menu
13512
13513 @node Define
13514 @section User-defined commands
13515
13516 @cindex user-defined command
13517 A @dfn{user-defined command} is a sequence of @value{GDBN} commands to
13518 which you assign a new name as a command. This is done with the
13519 @code{define} command. User commands may accept up to 10 arguments
13520 separated by whitespace. Arguments are accessed within the user command
13521 via @var{$arg0@dots{}$arg9}. A trivial example:
13522
13523 @smallexample
13524 define adder
13525 print $arg0 + $arg1 + $arg2
13526 @end smallexample
13527
13528 @noindent
13529 To execute the command use:
13530
13531 @smallexample
13532 adder 1 2 3
13533 @end smallexample
13534
13535 @noindent
13536 This defines the command @code{adder}, which prints the sum of
13537 its three arguments. Note the arguments are text substitutions, so they may
13538 reference variables, use complex expressions, or even perform inferior
13539 functions calls.
13540
13541 @table @code
13542
13543 @kindex define
13544 @item define @var{commandname}
13545 Define a command named @var{commandname}. If there is already a command
13546 by that name, you are asked to confirm that you want to redefine it.
13547
13548 The definition of the command is made up of other @value{GDBN} command lines,
13549 which are given following the @code{define} command. The end of these
13550 commands is marked by a line containing @code{end}.
13551
13552 @kindex if
13553 @kindex else
13554 @item if
13555 Takes a single argument, which is an expression to evaluate.
13556 It is followed by a series of commands that are executed
13557 only if the expression is true (nonzero).
13558 There can then optionally be a line @code{else}, followed
13559 by a series of commands that are only executed if the expression
13560 was false. The end of the list is marked by a line containing @code{end}.
13561
13562 @kindex while
13563 @item while
13564 The syntax is similar to @code{if}: the command takes a single argument,
13565 which is an expression to evaluate, and must be followed by the commands to
13566 execute, one per line, terminated by an @code{end}.
13567 The commands are executed repeatedly as long as the expression
13568 evaluates to true.
13569
13570 @kindex document
13571 @item document @var{commandname}
13572 Document the user-defined command @var{commandname}, so that it can be
13573 accessed by @code{help}. The command @var{commandname} must already be
13574 defined. This command reads lines of documentation just as @code{define}
13575 reads the lines of the command definition, ending with @code{end}.
13576 After the @code{document} command is finished, @code{help} on command
13577 @var{commandname} displays the documentation you have written.
13578
13579 You may use the @code{document} command again to change the
13580 documentation of a command. Redefining the command with @code{define}
13581 does not change the documentation.
13582
13583 @kindex help user-defined
13584 @item help user-defined
13585 List all user-defined commands, with the first line of the documentation
13586 (if any) for each.
13587
13588 @kindex show user
13589 @item show user
13590 @itemx show user @var{commandname}
13591 Display the @value{GDBN} commands used to define @var{commandname} (but
13592 not its documentation). If no @var{commandname} is given, display the
13593 definitions for all user-defined commands.
13594
13595 @kindex show max-user-call-depth
13596 @kindex set max-user-call-depth
13597 @item show max-user-call-depth
13598 @itemx set max-user-call-depth
13599 The value of @code{max-user-call-depth} controls how many recursion
13600 levels are allowed in user-defined commands before GDB suspects an
13601 infinite recursion and aborts the command.
13602
13603 @end table
13604
13605 When user-defined commands are executed, the
13606 commands of the definition are not printed. An error in any command
13607 stops execution of the user-defined command.
13608
13609 If used interactively, commands that would ask for confirmation proceed
13610 without asking when used inside a user-defined command. Many @value{GDBN}
13611 commands that normally print messages to say what they are doing omit the
13612 messages when used in a user-defined command.
13613
13614 @node Hooks
13615 @section User-defined command hooks
13616 @cindex command hooks
13617 @cindex hooks, for commands
13618 @cindex hooks, pre-command
13619
13620 @kindex hook
13621 @kindex hook-
13622 You may define @dfn{hooks}, which are a special kind of user-defined
13623 command. Whenever you run the command @samp{foo}, if the user-defined
13624 command @samp{hook-foo} exists, it is executed (with no arguments)
13625 before that command.
13626
13627 @cindex hooks, post-command
13628 @kindex hookpost
13629 @kindex hookpost-
13630 A hook may also be defined which is run after the command you executed.
13631 Whenever you run the command @samp{foo}, if the user-defined command
13632 @samp{hookpost-foo} exists, it is executed (with no arguments) after
13633 that command. Post-execution hooks may exist simultaneously with
13634 pre-execution hooks, for the same command.
13635
13636 It is valid for a hook to call the command which it hooks. If this
13637 occurs, the hook is not re-executed, thereby avoiding infinte recursion.
13638
13639 @c It would be nice if hookpost could be passed a parameter indicating
13640 @c if the command it hooks executed properly or not. FIXME!
13641
13642 @kindex stop@r{, a pseudo-command}
13643 In addition, a pseudo-command, @samp{stop} exists. Defining
13644 (@samp{hook-stop}) makes the associated commands execute every time
13645 execution stops in your program: before breakpoint commands are run,
13646 displays are printed, or the stack frame is printed.
13647
13648 For example, to ignore @code{SIGALRM} signals while
13649 single-stepping, but treat them normally during normal execution,
13650 you could define:
13651
13652 @smallexample
13653 define hook-stop
13654 handle SIGALRM nopass
13655 end
13656
13657 define hook-run
13658 handle SIGALRM pass
13659 end
13660
13661 define hook-continue
13662 handle SIGLARM pass
13663 end
13664 @end smallexample
13665
13666 As a further example, to hook at the begining and end of the @code{echo}
13667 command, and to add extra text to the beginning and end of the message,
13668 you could define:
13669
13670 @smallexample
13671 define hook-echo
13672 echo <<<---
13673 end
13674
13675 define hookpost-echo
13676 echo --->>>\n
13677 end
13678
13679 (@value{GDBP}) echo Hello World
13680 <<<---Hello World--->>>
13681 (@value{GDBP})
13682
13683 @end smallexample
13684
13685 You can define a hook for any single-word command in @value{GDBN}, but
13686 not for command aliases; you should define a hook for the basic command
13687 name, e.g. @code{backtrace} rather than @code{bt}.
13688 @c FIXME! So how does Joe User discover whether a command is an alias
13689 @c or not?
13690 If an error occurs during the execution of your hook, execution of
13691 @value{GDBN} commands stops and @value{GDBN} issues a prompt
13692 (before the command that you actually typed had a chance to run).
13693
13694 If you try to define a hook which does not match any known command, you
13695 get a warning from the @code{define} command.
13696
13697 @node Command Files
13698 @section Command files
13699
13700 @cindex command files
13701 A command file for @value{GDBN} is a file of lines that are @value{GDBN}
13702 commands. Comments (lines starting with @kbd{#}) may also be included.
13703 An empty line in a command file does nothing; it does not mean to repeat
13704 the last command, as it would from the terminal.
13705
13706 @cindex init file
13707 @cindex @file{.gdbinit}
13708 @cindex @file{gdb.ini}
13709 When you start @value{GDBN}, it automatically executes commands from its
13710 @dfn{init files}, normally called @file{.gdbinit}@footnote{The DJGPP
13711 port of @value{GDBN} uses the name @file{gdb.ini} instead, due to the
13712 limitations of file names imposed by DOS filesystems.}.
13713 During startup, @value{GDBN} does the following:
13714
13715 @enumerate
13716 @item
13717 Reads the init file (if any) in your home directory@footnote{On
13718 DOS/Windows systems, the home directory is the one pointed to by the
13719 @code{HOME} environment variable.}.
13720
13721 @item
13722 Processes command line options and operands.
13723
13724 @item
13725 Reads the init file (if any) in the current working directory.
13726
13727 @item
13728 Reads command files specified by the @samp{-x} option.
13729 @end enumerate
13730
13731 The init file in your home directory can set options (such as @samp{set
13732 complaints}) that affect subsequent processing of command line options
13733 and operands. Init files are not executed if you use the @samp{-nx}
13734 option (@pxref{Mode Options, ,Choosing modes}).
13735
13736 @cindex init file name
13737 On some configurations of @value{GDBN}, the init file is known by a
13738 different name (these are typically environments where a specialized
13739 form of @value{GDBN} may need to coexist with other forms, hence a
13740 different name for the specialized version's init file). These are the
13741 environments with special init file names:
13742
13743 @cindex @file{.vxgdbinit}
13744 @itemize @bullet
13745 @item
13746 VxWorks (Wind River Systems real-time OS): @file{.vxgdbinit}
13747
13748 @cindex @file{.os68gdbinit}
13749 @item
13750 OS68K (Enea Data Systems real-time OS): @file{.os68gdbinit}
13751
13752 @cindex @file{.esgdbinit}
13753 @item
13754 ES-1800 (Ericsson Telecom AB M68000 emulator): @file{.esgdbinit}
13755 @end itemize
13756
13757 You can also request the execution of a command file with the
13758 @code{source} command:
13759
13760 @table @code
13761 @kindex source
13762 @item source @var{filename}
13763 Execute the command file @var{filename}.
13764 @end table
13765
13766 The lines in a command file are executed sequentially. They are not
13767 printed as they are executed. An error in any command terminates
13768 execution of the command file and control is returned to the console.
13769
13770 Commands that would ask for confirmation if used interactively proceed
13771 without asking when used in a command file. Many @value{GDBN} commands that
13772 normally print messages to say what they are doing omit the messages
13773 when called from command files.
13774
13775 @value{GDBN} also accepts command input from standard input. In this
13776 mode, normal output goes to standard output and error output goes to
13777 standard error. Errors in a command file supplied on standard input do
13778 not terminate execution of the command file --- execution continues with
13779 the next command.
13780
13781 @smallexample
13782 gdb < cmds > log 2>&1
13783 @end smallexample
13784
13785 (The syntax above will vary depending on the shell used.) This example
13786 will execute commands from the file @file{cmds}. All output and errors
13787 would be directed to @file{log}.
13788
13789 @node Output
13790 @section Commands for controlled output
13791
13792 During the execution of a command file or a user-defined command, normal
13793 @value{GDBN} output is suppressed; the only output that appears is what is
13794 explicitly printed by the commands in the definition. This section
13795 describes three commands useful for generating exactly the output you
13796 want.
13797
13798 @table @code
13799 @kindex echo
13800 @item echo @var{text}
13801 @c I do not consider backslash-space a standard C escape sequence
13802 @c because it is not in ANSI.
13803 Print @var{text}. Nonprinting characters can be included in
13804 @var{text} using C escape sequences, such as @samp{\n} to print a
13805 newline. @strong{No newline is printed unless you specify one.}
13806 In addition to the standard C escape sequences, a backslash followed
13807 by a space stands for a space. This is useful for displaying a
13808 string with spaces at the beginning or the end, since leading and
13809 trailing spaces are otherwise trimmed from all arguments.
13810 To print @samp{@w{ }and foo =@w{ }}, use the command
13811 @samp{echo \@w{ }and foo = \@w{ }}.
13812
13813 A backslash at the end of @var{text} can be used, as in C, to continue
13814 the command onto subsequent lines. For example,
13815
13816 @smallexample
13817 echo This is some text\n\
13818 which is continued\n\
13819 onto several lines.\n
13820 @end smallexample
13821
13822 produces the same output as
13823
13824 @smallexample
13825 echo This is some text\n
13826 echo which is continued\n
13827 echo onto several lines.\n
13828 @end smallexample
13829
13830 @kindex output
13831 @item output @var{expression}
13832 Print the value of @var{expression} and nothing but that value: no
13833 newlines, no @samp{$@var{nn} = }. The value is not entered in the
13834 value history either. @xref{Expressions, ,Expressions}, for more information
13835 on expressions.
13836
13837 @item output/@var{fmt} @var{expression}
13838 Print the value of @var{expression} in format @var{fmt}. You can use
13839 the same formats as for @code{print}. @xref{Output Formats,,Output
13840 formats}, for more information.
13841
13842 @kindex printf
13843 @item printf @var{string}, @var{expressions}@dots{}
13844 Print the values of the @var{expressions} under the control of
13845 @var{string}. The @var{expressions} are separated by commas and may be
13846 either numbers or pointers. Their values are printed as specified by
13847 @var{string}, exactly as if your program were to execute the C
13848 subroutine
13849 @c FIXME: the above implies that at least all ANSI C formats are
13850 @c supported, but it isn't true: %E and %G don't work (or so it seems).
13851 @c Either this is a bug, or the manual should document what formats are
13852 @c supported.
13853
13854 @smallexample
13855 printf (@var{string}, @var{expressions}@dots{});
13856 @end smallexample
13857
13858 For example, you can print two values in hex like this:
13859
13860 @smallexample
13861 printf "foo, bar-foo = 0x%x, 0x%x\n", foo, bar-foo
13862 @end smallexample
13863
13864 The only backslash-escape sequences that you can use in the format
13865 string are the simple ones that consist of backslash followed by a
13866 letter.
13867 @end table
13868
13869 @node Interpreters
13870 @chapter Command Interpreters
13871 @cindex command interpreters
13872
13873 @value{GDBN} supports multiple command interpreters, and some command
13874 infrastructure to allow users or user interface writers to switch
13875 between interpreters or run commands in other interpreters.
13876
13877 @value{GDBN} currently supports two command interpreters, the console
13878 interpreter (sometimes called the command-line interpreter or @sc{cli})
13879 and the machine interface interpreter (or @sc{gdb/mi}). This manual
13880 describes both of these interfaces in great detail.
13881
13882 By default, @value{GDBN} will start with the console interpreter.
13883 However, the user may choose to start @value{GDBN} with another
13884 interpreter by specifying the @option{-i} or @option{--interpreter}
13885 startup options. Defined interpreters include:
13886
13887 @table @code
13888 @item console
13889 @cindex console interpreter
13890 The traditional console or command-line interpreter. This is the most often
13891 used interpreter with @value{GDBN}. With no interpreter specified at runtime,
13892 @value{GDBN} will use this interpreter.
13893
13894 @item mi
13895 @cindex mi interpreter
13896 The newest @sc{gdb/mi} interface (currently @code{mi2}). Used primarily
13897 by programs wishing to use @value{GDBN} as a backend for a debugger GUI
13898 or an IDE. For more information, see @ref{GDB/MI, ,The @sc{gdb/mi}
13899 Interface}.
13900
13901 @item mi2
13902 @cindex mi2 interpreter
13903 The current @sc{gdb/mi} interface.
13904
13905 @item mi1
13906 @cindex mi1 interpreter
13907 The @sc{gdb/mi} interface included in @value{GDBN} 5.1, 5.2, and 5.3.
13908
13909 @end table
13910
13911 @cindex invoke another interpreter
13912 The interpreter being used by @value{GDBN} may not be dynamically
13913 switched at runtime. Although possible, this could lead to a very
13914 precarious situation. Consider an IDE using @sc{gdb/mi}. If a user
13915 enters the command "interpreter-set console" in a console view,
13916 @value{GDBN} would switch to using the console interpreter, rendering
13917 the IDE inoperable!
13918
13919 @kindex interpreter-exec
13920 Although you may only choose a single interpreter at startup, you may execute
13921 commands in any interpreter from the current interpreter using the appropriate
13922 command. If you are running the console interpreter, simply use the
13923 @code{interpreter-exec} command:
13924
13925 @smallexample
13926 interpreter-exec mi "-data-list-register-names"
13927 @end smallexample
13928
13929 @sc{gdb/mi} has a similar command, although it is only available in versions of
13930 @value{GDBN} which support @sc{gdb/mi} version 2 (or greater).
13931
13932 @node TUI
13933 @chapter @value{GDBN} Text User Interface
13934 @cindex TUI
13935 @cindex Text User Interface
13936
13937 @menu
13938 * TUI Overview:: TUI overview
13939 * TUI Keys:: TUI key bindings
13940 * TUI Single Key Mode:: TUI single key mode
13941 * TUI Commands:: TUI specific commands
13942 * TUI Configuration:: TUI configuration variables
13943 @end menu
13944
13945 The @value{GDBN} Text User Interface, TUI in short, is a terminal
13946 interface which uses the @code{curses} library to show the source
13947 file, the assembly output, the program registers and @value{GDBN}
13948 commands in separate text windows.
13949
13950 The TUI is enabled by invoking @value{GDBN} using either
13951 @pindex gdbtui
13952 @samp{gdbtui} or @samp{gdb -tui}.
13953
13954 @node TUI Overview
13955 @section TUI overview
13956
13957 The TUI has two display modes that can be switched while
13958 @value{GDBN} runs:
13959
13960 @itemize @bullet
13961 @item
13962 A curses (or TUI) mode in which it displays several text
13963 windows on the terminal.
13964
13965 @item
13966 A standard mode which corresponds to the @value{GDBN} configured without
13967 the TUI.
13968 @end itemize
13969
13970 In the TUI mode, @value{GDBN} can display several text window
13971 on the terminal:
13972
13973 @table @emph
13974 @item command
13975 This window is the @value{GDBN} command window with the @value{GDBN}
13976 prompt and the @value{GDBN} outputs. The @value{GDBN} input is still
13977 managed using readline but through the TUI. The @emph{command}
13978 window is always visible.
13979
13980 @item source
13981 The source window shows the source file of the program. The current
13982 line as well as active breakpoints are displayed in this window.
13983
13984 @item assembly
13985 The assembly window shows the disassembly output of the program.
13986
13987 @item register
13988 This window shows the processor registers. It detects when
13989 a register is changed and when this is the case, registers that have
13990 changed are highlighted.
13991
13992 @end table
13993
13994 The source and assembly windows show the current program position
13995 by highlighting the current line and marking them with the @samp{>} marker.
13996 Breakpoints are also indicated with two markers. A first one
13997 indicates the breakpoint type:
13998
13999 @table @code
14000 @item B
14001 Breakpoint which was hit at least once.
14002
14003 @item b
14004 Breakpoint which was never hit.
14005
14006 @item H
14007 Hardware breakpoint which was hit at least once.
14008
14009 @item h
14010 Hardware breakpoint which was never hit.
14011
14012 @end table
14013
14014 The second marker indicates whether the breakpoint is enabled or not:
14015
14016 @table @code
14017 @item +
14018 Breakpoint is enabled.
14019
14020 @item -
14021 Breakpoint is disabled.
14022
14023 @end table
14024
14025 The source, assembly and register windows are attached to the thread
14026 and the frame position. They are updated when the current thread
14027 changes, when the frame changes or when the program counter changes.
14028 These three windows are arranged by the TUI according to several
14029 layouts. The layout defines which of these three windows are visible.
14030 The following layouts are available:
14031
14032 @itemize @bullet
14033 @item
14034 source
14035
14036 @item
14037 assembly
14038
14039 @item
14040 source and assembly
14041
14042 @item
14043 source and registers
14044
14045 @item
14046 assembly and registers
14047
14048 @end itemize
14049
14050 On top of the command window a status line gives various information
14051 concerning the current process begin debugged. The status line is
14052 updated when the information it shows changes. The following fields
14053 are displayed:
14054
14055 @table @emph
14056 @item target
14057 Indicates the current gdb target
14058 (@pxref{Targets, ,Specifying a Debugging Target}).
14059
14060 @item process
14061 Gives information about the current process or thread number.
14062 When no process is being debugged, this field is set to @code{No process}.
14063
14064 @item function
14065 Gives the current function name for the selected frame.
14066 The name is demangled if demangling is turned on (@pxref{Print Settings}).
14067 When there is no symbol corresponding to the current program counter
14068 the string @code{??} is displayed.
14069
14070 @item line
14071 Indicates the current line number for the selected frame.
14072 When the current line number is not known the string @code{??} is displayed.
14073
14074 @item pc
14075 Indicates the current program counter address.
14076
14077 @end table
14078
14079 @node TUI Keys
14080 @section TUI Key Bindings
14081 @cindex TUI key bindings
14082
14083 The TUI installs several key bindings in the readline keymaps
14084 (@pxref{Command Line Editing}).
14085 They allow to leave or enter in the TUI mode or they operate
14086 directly on the TUI layout and windows. The TUI also provides
14087 a @emph{SingleKey} keymap which binds several keys directly to
14088 @value{GDBN} commands. The following key bindings
14089 are installed for both TUI mode and the @value{GDBN} standard mode.
14090
14091 @table @kbd
14092 @kindex C-x C-a
14093 @item C-x C-a
14094 @kindex C-x a
14095 @itemx C-x a
14096 @kindex C-x A
14097 @itemx C-x A
14098 Enter or leave the TUI mode. When the TUI mode is left,
14099 the curses window management is left and @value{GDBN} operates using
14100 its standard mode writing on the terminal directly. When the TUI
14101 mode is entered, the control is given back to the curses windows.
14102 The screen is then refreshed.
14103
14104 @kindex C-x 1
14105 @item C-x 1
14106 Use a TUI layout with only one window. The layout will
14107 either be @samp{source} or @samp{assembly}. When the TUI mode
14108 is not active, it will switch to the TUI mode.
14109
14110 Think of this key binding as the Emacs @kbd{C-x 1} binding.
14111
14112 @kindex C-x 2
14113 @item C-x 2
14114 Use a TUI layout with at least two windows. When the current
14115 layout shows already two windows, a next layout with two windows is used.
14116 When a new layout is chosen, one window will always be common to the
14117 previous layout and the new one.
14118
14119 Think of it as the Emacs @kbd{C-x 2} binding.
14120
14121 @kindex C-x o
14122 @item C-x o
14123 Change the active window. The TUI associates several key bindings
14124 (like scrolling and arrow keys) to the active window. This command
14125 gives the focus to the next TUI window.
14126
14127 Think of it as the Emacs @kbd{C-x o} binding.
14128
14129 @kindex C-x s
14130 @item C-x s
14131 Use the TUI @emph{SingleKey} keymap that binds single key to gdb commands
14132 (@pxref{TUI Single Key Mode}).
14133
14134 @end table
14135
14136 The following key bindings are handled only by the TUI mode:
14137
14138 @table @key
14139 @kindex PgUp
14140 @item PgUp
14141 Scroll the active window one page up.
14142
14143 @kindex PgDn
14144 @item PgDn
14145 Scroll the active window one page down.
14146
14147 @kindex Up
14148 @item Up
14149 Scroll the active window one line up.
14150
14151 @kindex Down
14152 @item Down
14153 Scroll the active window one line down.
14154
14155 @kindex Left
14156 @item Left
14157 Scroll the active window one column left.
14158
14159 @kindex Right
14160 @item Right
14161 Scroll the active window one column right.
14162
14163 @kindex C-L
14164 @item C-L
14165 Refresh the screen.
14166
14167 @end table
14168
14169 In the TUI mode, the arrow keys are used by the active window
14170 for scrolling. This means they are available for readline when the
14171 active window is the command window. When the command window
14172 does not have the focus, it is necessary to use other readline
14173 key bindings such as @key{C-p}, @key{C-n}, @key{C-b} and @key{C-f}.
14174
14175 @node TUI Single Key Mode
14176 @section TUI Single Key Mode
14177 @cindex TUI single key mode
14178
14179 The TUI provides a @emph{SingleKey} mode in which it installs a particular
14180 key binding in the readline keymaps to connect single keys to
14181 some gdb commands.
14182
14183 @table @kbd
14184 @kindex c @r{(SingleKey TUI key)}
14185 @item c
14186 continue
14187
14188 @kindex d @r{(SingleKey TUI key)}
14189 @item d
14190 down
14191
14192 @kindex f @r{(SingleKey TUI key)}
14193 @item f
14194 finish
14195
14196 @kindex n @r{(SingleKey TUI key)}
14197 @item n
14198 next
14199
14200 @kindex q @r{(SingleKey TUI key)}
14201 @item q
14202 exit the @emph{SingleKey} mode.
14203
14204 @kindex r @r{(SingleKey TUI key)}
14205 @item r
14206 run
14207
14208 @kindex s @r{(SingleKey TUI key)}
14209 @item s
14210 step
14211
14212 @kindex u @r{(SingleKey TUI key)}
14213 @item u
14214 up
14215
14216 @kindex v @r{(SingleKey TUI key)}
14217 @item v
14218 info locals
14219
14220 @kindex w @r{(SingleKey TUI key)}
14221 @item w
14222 where
14223
14224 @end table
14225
14226 Other keys temporarily switch to the @value{GDBN} command prompt.
14227 The key that was pressed is inserted in the editing buffer so that
14228 it is possible to type most @value{GDBN} commands without interaction
14229 with the TUI @emph{SingleKey} mode. Once the command is entered the TUI
14230 @emph{SingleKey} mode is restored. The only way to permanently leave
14231 this mode is by hitting @key{q} or @samp{@key{C-x} @key{s}}.
14232
14233
14234 @node TUI Commands
14235 @section TUI specific commands
14236 @cindex TUI commands
14237
14238 The TUI has specific commands to control the text windows.
14239 These commands are always available, that is they do not depend on
14240 the current terminal mode in which @value{GDBN} runs. When @value{GDBN}
14241 is in the standard mode, using these commands will automatically switch
14242 in the TUI mode.
14243
14244 @table @code
14245 @item info win
14246 @kindex info win
14247 List and give the size of all displayed windows.
14248
14249 @item layout next
14250 @kindex layout next
14251 Display the next layout.
14252
14253 @item layout prev
14254 @kindex layout prev
14255 Display the previous layout.
14256
14257 @item layout src
14258 @kindex layout src
14259 Display the source window only.
14260
14261 @item layout asm
14262 @kindex layout asm
14263 Display the assembly window only.
14264
14265 @item layout split
14266 @kindex layout split
14267 Display the source and assembly window.
14268
14269 @item layout regs
14270 @kindex layout regs
14271 Display the register window together with the source or assembly window.
14272
14273 @item focus next | prev | src | asm | regs | split
14274 @kindex focus
14275 Set the focus to the named window.
14276 This command allows to change the active window so that scrolling keys
14277 can be affected to another window.
14278
14279 @item refresh
14280 @kindex refresh
14281 Refresh the screen. This is similar to using @key{C-L} key.
14282
14283 @item tui reg float
14284 @kindex tui reg
14285 Show the floating point registers in the register window.
14286
14287 @item tui reg general
14288 Show the general registers in the register window.
14289
14290 @item tui reg next
14291 Show the next register group. The list of register groups as well as
14292 their order is target specific. The predefined register groups are the
14293 following: @code{general}, @code{float}, @code{system}, @code{vector},
14294 @code{all}, @code{save}, @code{restore}.
14295
14296 @item tui reg system
14297 Show the system registers in the register window.
14298
14299 @item update
14300 @kindex update
14301 Update the source window and the current execution point.
14302
14303 @item winheight @var{name} +@var{count}
14304 @itemx winheight @var{name} -@var{count}
14305 @kindex winheight
14306 Change the height of the window @var{name} by @var{count}
14307 lines. Positive counts increase the height, while negative counts
14308 decrease it.
14309
14310 @end table
14311
14312 @node TUI Configuration
14313 @section TUI configuration variables
14314 @cindex TUI configuration variables
14315
14316 The TUI has several configuration variables that control the
14317 appearance of windows on the terminal.
14318
14319 @table @code
14320 @item set tui border-kind @var{kind}
14321 @kindex set tui border-kind
14322 Select the border appearance for the source, assembly and register windows.
14323 The possible values are the following:
14324 @table @code
14325 @item space
14326 Use a space character to draw the border.
14327
14328 @item ascii
14329 Use ascii characters + - and | to draw the border.
14330
14331 @item acs
14332 Use the Alternate Character Set to draw the border. The border is
14333 drawn using character line graphics if the terminal supports them.
14334
14335 @end table
14336
14337 @item set tui active-border-mode @var{mode}
14338 @kindex set tui active-border-mode
14339 Select the attributes to display the border of the active window.
14340 The possible values are @code{normal}, @code{standout}, @code{reverse},
14341 @code{half}, @code{half-standout}, @code{bold} and @code{bold-standout}.
14342
14343 @item set tui border-mode @var{mode}
14344 @kindex set tui border-mode
14345 Select the attributes to display the border of other windows.
14346 The @var{mode} can be one of the following:
14347 @table @code
14348 @item normal
14349 Use normal attributes to display the border.
14350
14351 @item standout
14352 Use standout mode.
14353
14354 @item reverse
14355 Use reverse video mode.
14356
14357 @item half
14358 Use half bright mode.
14359
14360 @item half-standout
14361 Use half bright and standout mode.
14362
14363 @item bold
14364 Use extra bright or bold mode.
14365
14366 @item bold-standout
14367 Use extra bright or bold and standout mode.
14368
14369 @end table
14370
14371 @end table
14372
14373 @node Emacs
14374 @chapter Using @value{GDBN} under @sc{gnu} Emacs
14375
14376 @cindex Emacs
14377 @cindex @sc{gnu} Emacs
14378 A special interface allows you to use @sc{gnu} Emacs to view (and
14379 edit) the source files for the program you are debugging with
14380 @value{GDBN}.
14381
14382 To use this interface, use the command @kbd{M-x gdb} in Emacs. Give the
14383 executable file you want to debug as an argument. This command starts
14384 @value{GDBN} as a subprocess of Emacs, with input and output through a newly
14385 created Emacs buffer.
14386 @c (Do not use the @code{-tui} option to run @value{GDBN} from Emacs.)
14387
14388 Using @value{GDBN} under Emacs is just like using @value{GDBN} normally except for two
14389 things:
14390
14391 @itemize @bullet
14392 @item
14393 All ``terminal'' input and output goes through the Emacs buffer.
14394 @end itemize
14395
14396 This applies both to @value{GDBN} commands and their output, and to the input
14397 and output done by the program you are debugging.
14398
14399 This is useful because it means that you can copy the text of previous
14400 commands and input them again; you can even use parts of the output
14401 in this way.
14402
14403 All the facilities of Emacs' Shell mode are available for interacting
14404 with your program. In particular, you can send signals the usual
14405 way---for example, @kbd{C-c C-c} for an interrupt, @kbd{C-c C-z} for a
14406 stop.
14407
14408 @itemize @bullet
14409 @item
14410 @value{GDBN} displays source code through Emacs.
14411 @end itemize
14412
14413 Each time @value{GDBN} displays a stack frame, Emacs automatically finds the
14414 source file for that frame and puts an arrow (@samp{=>}) at the
14415 left margin of the current line. Emacs uses a separate buffer for
14416 source display, and splits the screen to show both your @value{GDBN} session
14417 and the source.
14418
14419 Explicit @value{GDBN} @code{list} or search commands still produce output as
14420 usual, but you probably have no reason to use them from Emacs.
14421
14422 If you specify an absolute file name when prompted for the @kbd{M-x
14423 gdb} argument, then Emacs sets your current working directory to where
14424 your program resides. If you only specify the file name, then Emacs
14425 sets your current working directory to to the directory associated
14426 with the previous buffer. In this case, @value{GDBN} may find your
14427 program by searching your environment's @code{PATH} variable, but on
14428 some operating systems it might not find the source. So, although the
14429 @value{GDBN} input and output session proceeds normally, the auxiliary
14430 buffer does not display the current source and line of execution.
14431
14432 The initial working directory of @value{GDBN} is printed on the top
14433 line of the @value{GDBN} I/O buffer and this serves as a default for
14434 the commands that specify files for @value{GDBN} to operate
14435 on. @xref{Files, ,Commands to specify files}.
14436
14437 By default, @kbd{M-x gdb} calls the program called @file{gdb}. If you
14438 need to call @value{GDBN} by a different name (for example, if you
14439 keep several configurations around, with different names) you can
14440 customize the Emacs variable @code{gud-gdb-command-name} to run the
14441 one you want.
14442
14443 In the @value{GDBN} I/O buffer, you can use these special Emacs commands in
14444 addition to the standard Shell mode commands:
14445
14446 @table @kbd
14447 @item C-h m
14448 Describe the features of Emacs' @value{GDBN} Mode.
14449
14450 @item C-c C-s
14451 Execute to another source line, like the @value{GDBN} @code{step} command; also
14452 update the display window to show the current file and location.
14453
14454 @item C-c C-n
14455 Execute to next source line in this function, skipping all function
14456 calls, like the @value{GDBN} @code{next} command. Then update the display window
14457 to show the current file and location.
14458
14459 @item C-c C-i
14460 Execute one instruction, like the @value{GDBN} @code{stepi} command; update
14461 display window accordingly.
14462
14463 @item C-c C-f
14464 Execute until exit from the selected stack frame, like the @value{GDBN}
14465 @code{finish} command.
14466
14467 @item C-c C-r
14468 Continue execution of your program, like the @value{GDBN} @code{continue}
14469 command.
14470
14471 @item C-c <
14472 Go up the number of frames indicated by the numeric argument
14473 (@pxref{Arguments, , Numeric Arguments, Emacs, The @sc{gnu} Emacs Manual}),
14474 like the @value{GDBN} @code{up} command.
14475
14476 @item C-c >
14477 Go down the number of frames indicated by the numeric argument, like the
14478 @value{GDBN} @code{down} command.
14479 @end table
14480
14481 In any source file, the Emacs command @kbd{C-x SPC} (@code{gud-break})
14482 tells @value{GDBN} to set a breakpoint on the source line point is on.
14483
14484 If you type @kbd{M-x speedbar}, then Emacs displays a separate frame which
14485 shows a backtrace when the @value{GDBN} I/O buffer is current. Move
14486 point to any frame in the stack and type @key{RET} to make it become the
14487 current frame and display the associated source in the source buffer.
14488 Alternatively, click @kbd{Mouse-2} to make the selected frame become the
14489 current one.
14490
14491 If you accidentally delete the source-display buffer, an easy way to get
14492 it back is to type the command @code{f} in the @value{GDBN} buffer, to
14493 request a frame display; when you run under Emacs, this recreates
14494 the source buffer if necessary to show you the context of the current
14495 frame.
14496
14497 The source files displayed in Emacs are in ordinary Emacs buffers
14498 which are visiting the source files in the usual way. You can edit
14499 the files with these buffers if you wish; but keep in mind that @value{GDBN}
14500 communicates with Emacs in terms of line numbers. If you add or
14501 delete lines from the text, the line numbers that @value{GDBN} knows cease
14502 to correspond properly with the code.
14503
14504 The description given here is for GNU Emacs version 21.3 and a more
14505 detailed description of its interaction with @value{GDBN} is given in
14506 the Emacs manual (@pxref{Debuggers,,, Emacs, The @sc{gnu} Emacs Manual}).
14507
14508 @c The following dropped because Epoch is nonstandard. Reactivate
14509 @c if/when v19 does something similar. ---doc@cygnus.com 19dec1990
14510 @ignore
14511 @kindex Emacs Epoch environment
14512 @kindex Epoch
14513 @kindex inspect
14514
14515 Version 18 of @sc{gnu} Emacs has a built-in window system
14516 called the @code{epoch}
14517 environment. Users of this environment can use a new command,
14518 @code{inspect} which performs identically to @code{print} except that
14519 each value is printed in its own window.
14520 @end ignore
14521
14522
14523 @node GDB/MI
14524 @chapter The @sc{gdb/mi} Interface
14525
14526 @unnumberedsec Function and Purpose
14527
14528 @cindex @sc{gdb/mi}, its purpose
14529 @sc{gdb/mi} is a line based machine oriented text interface to @value{GDBN}. It is
14530 specifically intended to support the development of systems which use
14531 the debugger as just one small component of a larger system.
14532
14533 This chapter is a specification of the @sc{gdb/mi} interface. It is written
14534 in the form of a reference manual.
14535
14536 Note that @sc{gdb/mi} is still under construction, so some of the
14537 features described below are incomplete and subject to change.
14538
14539 @unnumberedsec Notation and Terminology
14540
14541 @cindex notational conventions, for @sc{gdb/mi}
14542 This chapter uses the following notation:
14543
14544 @itemize @bullet
14545 @item
14546 @code{|} separates two alternatives.
14547
14548 @item
14549 @code{[ @var{something} ]} indicates that @var{something} is optional:
14550 it may or may not be given.
14551
14552 @item
14553 @code{( @var{group} )*} means that @var{group} inside the parentheses
14554 may repeat zero or more times.
14555
14556 @item
14557 @code{( @var{group} )+} means that @var{group} inside the parentheses
14558 may repeat one or more times.
14559
14560 @item
14561 @code{"@var{string}"} means a literal @var{string}.
14562 @end itemize
14563
14564 @ignore
14565 @heading Dependencies
14566 @end ignore
14567
14568 @heading Acknowledgments
14569
14570 In alphabetic order: Andrew Cagney, Fernando Nasser, Stan Shebs and
14571 Elena Zannoni.
14572
14573 @menu
14574 * GDB/MI Command Syntax::
14575 * GDB/MI Compatibility with CLI::
14576 * GDB/MI Output Records::
14577 * GDB/MI Command Description Format::
14578 * GDB/MI Breakpoint Table Commands::
14579 * GDB/MI Data Manipulation::
14580 * GDB/MI Program Control::
14581 * GDB/MI Miscellaneous Commands::
14582 @ignore
14583 * GDB/MI Kod Commands::
14584 * GDB/MI Memory Overlay Commands::
14585 * GDB/MI Signal Handling Commands::
14586 @end ignore
14587 * GDB/MI Stack Manipulation::
14588 * GDB/MI Symbol Query::
14589 * GDB/MI Target Manipulation::
14590 * GDB/MI Thread Commands::
14591 * GDB/MI Tracepoint Commands::
14592 * GDB/MI Variable Objects::
14593 @end menu
14594
14595 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14596 @node GDB/MI Command Syntax
14597 @section @sc{gdb/mi} Command Syntax
14598
14599 @menu
14600 * GDB/MI Input Syntax::
14601 * GDB/MI Output Syntax::
14602 * GDB/MI Simple Examples::
14603 @end menu
14604
14605 @node GDB/MI Input Syntax
14606 @subsection @sc{gdb/mi} Input Syntax
14607
14608 @cindex input syntax for @sc{gdb/mi}
14609 @cindex @sc{gdb/mi}, input syntax
14610 @table @code
14611 @item @var{command} @expansion{}
14612 @code{@var{cli-command} | @var{mi-command}}
14613
14614 @item @var{cli-command} @expansion{}
14615 @code{[ @var{token} ] @var{cli-command} @var{nl}}, where
14616 @var{cli-command} is any existing @value{GDBN} CLI command.
14617
14618 @item @var{mi-command} @expansion{}
14619 @code{[ @var{token} ] "-" @var{operation} ( " " @var{option} )*
14620 @code{[} " --" @code{]} ( " " @var{parameter} )* @var{nl}}
14621
14622 @item @var{token} @expansion{}
14623 "any sequence of digits"
14624
14625 @item @var{option} @expansion{}
14626 @code{"-" @var{parameter} [ " " @var{parameter} ]}
14627
14628 @item @var{parameter} @expansion{}
14629 @code{@var{non-blank-sequence} | @var{c-string}}
14630
14631 @item @var{operation} @expansion{}
14632 @emph{any of the operations described in this chapter}
14633
14634 @item @var{non-blank-sequence} @expansion{}
14635 @emph{anything, provided it doesn't contain special characters such as
14636 "-", @var{nl}, """ and of course " "}
14637
14638 @item @var{c-string} @expansion{}
14639 @code{""" @var{seven-bit-iso-c-string-content} """}
14640
14641 @item @var{nl} @expansion{}
14642 @code{CR | CR-LF}
14643 @end table
14644
14645 @noindent
14646 Notes:
14647
14648 @itemize @bullet
14649 @item
14650 The CLI commands are still handled by the @sc{mi} interpreter; their
14651 output is described below.
14652
14653 @item
14654 The @code{@var{token}}, when present, is passed back when the command
14655 finishes.
14656
14657 @item
14658 Some @sc{mi} commands accept optional arguments as part of the parameter
14659 list. Each option is identified by a leading @samp{-} (dash) and may be
14660 followed by an optional argument parameter. Options occur first in the
14661 parameter list and can be delimited from normal parameters using
14662 @samp{--} (this is useful when some parameters begin with a dash).
14663 @end itemize
14664
14665 Pragmatics:
14666
14667 @itemize @bullet
14668 @item
14669 We want easy access to the existing CLI syntax (for debugging).
14670
14671 @item
14672 We want it to be easy to spot a @sc{mi} operation.
14673 @end itemize
14674
14675 @node GDB/MI Output Syntax
14676 @subsection @sc{gdb/mi} Output Syntax
14677
14678 @cindex output syntax of @sc{gdb/mi}
14679 @cindex @sc{gdb/mi}, output syntax
14680 The output from @sc{gdb/mi} consists of zero or more out-of-band records
14681 followed, optionally, by a single result record. This result record
14682 is for the most recent command. The sequence of output records is
14683 terminated by @samp{(@value{GDBP})}.
14684
14685 If an input command was prefixed with a @code{@var{token}} then the
14686 corresponding output for that command will also be prefixed by that same
14687 @var{token}.
14688
14689 @table @code
14690 @item @var{output} @expansion{}
14691 @code{( @var{out-of-band-record} )* [ @var{result-record} ] "(gdb)" @var{nl}}
14692
14693 @item @var{result-record} @expansion{}
14694 @code{ [ @var{token} ] "^" @var{result-class} ( "," @var{result} )* @var{nl}}
14695
14696 @item @var{out-of-band-record} @expansion{}
14697 @code{@var{async-record} | @var{stream-record}}
14698
14699 @item @var{async-record} @expansion{}
14700 @code{@var{exec-async-output} | @var{status-async-output} | @var{notify-async-output}}
14701
14702 @item @var{exec-async-output} @expansion{}
14703 @code{[ @var{token} ] "*" @var{async-output}}
14704
14705 @item @var{status-async-output} @expansion{}
14706 @code{[ @var{token} ] "+" @var{async-output}}
14707
14708 @item @var{notify-async-output} @expansion{}
14709 @code{[ @var{token} ] "=" @var{async-output}}
14710
14711 @item @var{async-output} @expansion{}
14712 @code{@var{async-class} ( "," @var{result} )* @var{nl}}
14713
14714 @item @var{result-class} @expansion{}
14715 @code{"done" | "running" | "connected" | "error" | "exit"}
14716
14717 @item @var{async-class} @expansion{}
14718 @code{"stopped" | @var{others}} (where @var{others} will be added
14719 depending on the needs---this is still in development).
14720
14721 @item @var{result} @expansion{}
14722 @code{ @var{variable} "=" @var{value}}
14723
14724 @item @var{variable} @expansion{}
14725 @code{ @var{string} }
14726
14727 @item @var{value} @expansion{}
14728 @code{ @var{const} | @var{tuple} | @var{list} }
14729
14730 @item @var{const} @expansion{}
14731 @code{@var{c-string}}
14732
14733 @item @var{tuple} @expansion{}
14734 @code{ "@{@}" | "@{" @var{result} ( "," @var{result} )* "@}" }
14735
14736 @item @var{list} @expansion{}
14737 @code{ "[]" | "[" @var{value} ( "," @var{value} )* "]" | "["
14738 @var{result} ( "," @var{result} )* "]" }
14739
14740 @item @var{stream-record} @expansion{}
14741 @code{@var{console-stream-output} | @var{target-stream-output} | @var{log-stream-output}}
14742
14743 @item @var{console-stream-output} @expansion{}
14744 @code{"~" @var{c-string}}
14745
14746 @item @var{target-stream-output} @expansion{}
14747 @code{"@@" @var{c-string}}
14748
14749 @item @var{log-stream-output} @expansion{}
14750 @code{"&" @var{c-string}}
14751
14752 @item @var{nl} @expansion{}
14753 @code{CR | CR-LF}
14754
14755 @item @var{token} @expansion{}
14756 @emph{any sequence of digits}.
14757 @end table
14758
14759 @noindent
14760 Notes:
14761
14762 @itemize @bullet
14763 @item
14764 All output sequences end in a single line containing a period.
14765
14766 @item
14767 The @code{@var{token}} is from the corresponding request. If an execution
14768 command is interrupted by the @samp{-exec-interrupt} command, the
14769 @var{token} associated with the @samp{*stopped} message is the one of the
14770 original execution command, not the one of the interrupt command.
14771
14772 @item
14773 @cindex status output in @sc{gdb/mi}
14774 @var{status-async-output} contains on-going status information about the
14775 progress of a slow operation. It can be discarded. All status output is
14776 prefixed by @samp{+}.
14777
14778 @item
14779 @cindex async output in @sc{gdb/mi}
14780 @var{exec-async-output} contains asynchronous state change on the target
14781 (stopped, started, disappeared). All async output is prefixed by
14782 @samp{*}.
14783
14784 @item
14785 @cindex notify output in @sc{gdb/mi}
14786 @var{notify-async-output} contains supplementary information that the
14787 client should handle (e.g., a new breakpoint information). All notify
14788 output is prefixed by @samp{=}.
14789
14790 @item
14791 @cindex console output in @sc{gdb/mi}
14792 @var{console-stream-output} is output that should be displayed as is in the
14793 console. It is the textual response to a CLI command. All the console
14794 output is prefixed by @samp{~}.
14795
14796 @item
14797 @cindex target output in @sc{gdb/mi}
14798 @var{target-stream-output} is the output produced by the target program.
14799 All the target output is prefixed by @samp{@@}.
14800
14801 @item
14802 @cindex log output in @sc{gdb/mi}
14803 @var{log-stream-output} is output text coming from @value{GDBN}'s internals, for
14804 instance messages that should be displayed as part of an error log. All
14805 the log output is prefixed by @samp{&}.
14806
14807 @item
14808 @cindex list output in @sc{gdb/mi}
14809 New @sc{gdb/mi} commands should only output @var{lists} containing
14810 @var{values}.
14811
14812
14813 @end itemize
14814
14815 @xref{GDB/MI Stream Records, , @sc{gdb/mi} Stream Records}, for more
14816 details about the various output records.
14817
14818 @node GDB/MI Simple Examples
14819 @subsection Simple Examples of @sc{gdb/mi} Interaction
14820 @cindex @sc{gdb/mi}, simple examples
14821
14822 This subsection presents several simple examples of interaction using
14823 the @sc{gdb/mi} interface. In these examples, @samp{->} means that the
14824 following line is passed to @sc{gdb/mi} as input, while @samp{<-} means
14825 the output received from @sc{gdb/mi}.
14826
14827 @subsubheading Target Stop
14828 @c Ummm... There is no "-stop" command. This assumes async, no?
14829 Here's an example of stopping the inferior process:
14830
14831 @smallexample
14832 -> -stop
14833 <- (@value{GDBP})
14834 @end smallexample
14835
14836 @noindent
14837 and later:
14838
14839 @smallexample
14840 <- *stop,reason="stop",address="0x123",source="a.c:123"
14841 <- (@value{GDBP})
14842 @end smallexample
14843
14844 @subsubheading Simple CLI Command
14845
14846 Here's an example of a simple CLI command being passed through
14847 @sc{gdb/mi} and on to the CLI.
14848
14849 @smallexample
14850 -> print 1+2
14851 <- &"print 1+2\n"
14852 <- ~"$1 = 3\n"
14853 <- ^done
14854 <- (@value{GDBP})
14855 @end smallexample
14856
14857 @subsubheading Command With Side Effects
14858
14859 @smallexample
14860 -> -symbol-file xyz.exe
14861 <- *breakpoint,nr="3",address="0x123",source="a.c:123"
14862 <- (@value{GDBP})
14863 @end smallexample
14864
14865 @subsubheading A Bad Command
14866
14867 Here's what happens if you pass a non-existent command:
14868
14869 @smallexample
14870 -> -rubbish
14871 <- ^error,msg="Undefined MI command: rubbish"
14872 <- (@value{GDBP})
14873 @end smallexample
14874
14875 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14876 @node GDB/MI Compatibility with CLI
14877 @section @sc{gdb/mi} Compatibility with CLI
14878
14879 @cindex compatibility, @sc{gdb/mi} and CLI
14880 @cindex @sc{gdb/mi}, compatibility with CLI
14881 To help users familiar with @value{GDBN}'s existing CLI interface, @sc{gdb/mi}
14882 accepts existing CLI commands. As specified by the syntax, such
14883 commands can be directly entered into the @sc{gdb/mi} interface and @value{GDBN} will
14884 respond.
14885
14886 This mechanism is provided as an aid to developers of @sc{gdb/mi}
14887 clients and not as a reliable interface into the CLI. Since the command
14888 is being interpreteted in an environment that assumes @sc{gdb/mi}
14889 behaviour, the exact output of such commands is likely to end up being
14890 an un-supported hybrid of @sc{gdb/mi} and CLI output.
14891
14892 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14893 @node GDB/MI Output Records
14894 @section @sc{gdb/mi} Output Records
14895
14896 @menu
14897 * GDB/MI Result Records::
14898 * GDB/MI Stream Records::
14899 * GDB/MI Out-of-band Records::
14900 @end menu
14901
14902 @node GDB/MI Result Records
14903 @subsection @sc{gdb/mi} Result Records
14904
14905 @cindex result records in @sc{gdb/mi}
14906 @cindex @sc{gdb/mi}, result records
14907 In addition to a number of out-of-band notifications, the response to a
14908 @sc{gdb/mi} command includes one of the following result indications:
14909
14910 @table @code
14911 @findex ^done
14912 @item "^done" [ "," @var{results} ]
14913 The synchronous operation was successful, @code{@var{results}} are the return
14914 values.
14915
14916 @item "^running"
14917 @findex ^running
14918 @c Is this one correct? Should it be an out-of-band notification?
14919 The asynchronous operation was successfully started. The target is
14920 running.
14921
14922 @item "^error" "," @var{c-string}
14923 @findex ^error
14924 The operation failed. The @code{@var{c-string}} contains the corresponding
14925 error message.
14926 @end table
14927
14928 @node GDB/MI Stream Records
14929 @subsection @sc{gdb/mi} Stream Records
14930
14931 @cindex @sc{gdb/mi}, stream records
14932 @cindex stream records in @sc{gdb/mi}
14933 @value{GDBN} internally maintains a number of output streams: the console, the
14934 target, and the log. The output intended for each of these streams is
14935 funneled through the @sc{gdb/mi} interface using @dfn{stream records}.
14936
14937 Each stream record begins with a unique @dfn{prefix character} which
14938 identifies its stream (@pxref{GDB/MI Output Syntax, , @sc{gdb/mi} Output
14939 Syntax}). In addition to the prefix, each stream record contains a
14940 @code{@var{string-output}}. This is either raw text (with an implicit new
14941 line) or a quoted C string (which does not contain an implicit newline).
14942
14943 @table @code
14944 @item "~" @var{string-output}
14945 The console output stream contains text that should be displayed in the
14946 CLI console window. It contains the textual responses to CLI commands.
14947
14948 @item "@@" @var{string-output}
14949 The target output stream contains any textual output from the running
14950 target.
14951
14952 @item "&" @var{string-output}
14953 The log stream contains debugging messages being produced by @value{GDBN}'s
14954 internals.
14955 @end table
14956
14957 @node GDB/MI Out-of-band Records
14958 @subsection @sc{gdb/mi} Out-of-band Records
14959
14960 @cindex out-of-band records in @sc{gdb/mi}
14961 @cindex @sc{gdb/mi}, out-of-band records
14962 @dfn{Out-of-band} records are used to notify the @sc{gdb/mi} client of
14963 additional changes that have occurred. Those changes can either be a
14964 consequence of @sc{gdb/mi} (e.g., a breakpoint modified) or a result of
14965 target activity (e.g., target stopped).
14966
14967 The following is a preliminary list of possible out-of-band records.
14968
14969 @table @code
14970 @item "*" "stop"
14971 @end table
14972
14973
14974 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14975 @node GDB/MI Command Description Format
14976 @section @sc{gdb/mi} Command Description Format
14977
14978 The remaining sections describe blocks of commands. Each block of
14979 commands is laid out in a fashion similar to this section.
14980
14981 Note the the line breaks shown in the examples are here only for
14982 readability. They don't appear in the real output.
14983 Also note that the commands with a non-available example (N.A.@:) are
14984 not yet implemented.
14985
14986 @subheading Motivation
14987
14988 The motivation for this collection of commands.
14989
14990 @subheading Introduction
14991
14992 A brief introduction to this collection of commands as a whole.
14993
14994 @subheading Commands
14995
14996 For each command in the block, the following is described:
14997
14998 @subsubheading Synopsis
14999
15000 @smallexample
15001 -command @var{args}@dots{}
15002 @end smallexample
15003
15004 @subsubheading @value{GDBN} Command
15005
15006 The corresponding @value{GDBN} CLI command.
15007
15008 @subsubheading Result
15009
15010 @subsubheading Out-of-band
15011
15012 @subsubheading Notes
15013
15014 @subsubheading Example
15015
15016
15017 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
15018 @node GDB/MI Breakpoint Table Commands
15019 @section @sc{gdb/mi} Breakpoint table commands
15020
15021 @cindex breakpoint commands for @sc{gdb/mi}
15022 @cindex @sc{gdb/mi}, breakpoint commands
15023 This section documents @sc{gdb/mi} commands for manipulating
15024 breakpoints.
15025
15026 @subheading The @code{-break-after} Command
15027 @findex -break-after
15028
15029 @subsubheading Synopsis
15030
15031 @smallexample
15032 -break-after @var{number} @var{count}
15033 @end smallexample
15034
15035 The breakpoint number @var{number} is not in effect until it has been
15036 hit @var{count} times. To see how this is reflected in the output of
15037 the @samp{-break-list} command, see the description of the
15038 @samp{-break-list} command below.
15039
15040 @subsubheading @value{GDBN} Command
15041
15042 The corresponding @value{GDBN} command is @samp{ignore}.
15043
15044 @subsubheading Example
15045
15046 @smallexample
15047 (@value{GDBP})
15048 -break-insert main
15049 ^done,bkpt=@{number="1",addr="0x000100d0",file="hello.c",line="5"@}
15050 (@value{GDBP})
15051 -break-after 1 3
15052 ~
15053 ^done
15054 (@value{GDBP})
15055 -break-list
15056 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
15057 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15058 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15059 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15060 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15061 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15062 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
15063 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15064 addr="0x000100d0",func="main",file="hello.c",line="5",times="0",
15065 ignore="3"@}]@}
15066 (@value{GDBP})
15067 @end smallexample
15068
15069 @ignore
15070 @subheading The @code{-break-catch} Command
15071 @findex -break-catch
15072
15073 @subheading The @code{-break-commands} Command
15074 @findex -break-commands
15075 @end ignore
15076
15077
15078 @subheading The @code{-break-condition} Command
15079 @findex -break-condition
15080
15081 @subsubheading Synopsis
15082
15083 @smallexample
15084 -break-condition @var{number} @var{expr}
15085 @end smallexample
15086
15087 Breakpoint @var{number} will stop the program only if the condition in
15088 @var{expr} is true. The condition becomes part of the
15089 @samp{-break-list} output (see the description of the @samp{-break-list}
15090 command below).
15091
15092 @subsubheading @value{GDBN} Command
15093
15094 The corresponding @value{GDBN} command is @samp{condition}.
15095
15096 @subsubheading Example
15097
15098 @smallexample
15099 (@value{GDBP})
15100 -break-condition 1 1
15101 ^done
15102 (@value{GDBP})
15103 -break-list
15104 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
15105 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15106 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15107 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15108 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15109 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15110 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
15111 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15112 addr="0x000100d0",func="main",file="hello.c",line="5",cond="1",
15113 times="0",ignore="3"@}]@}
15114 (@value{GDBP})
15115 @end smallexample
15116
15117 @subheading The @code{-break-delete} Command
15118 @findex -break-delete
15119
15120 @subsubheading Synopsis
15121
15122 @smallexample
15123 -break-delete ( @var{breakpoint} )+
15124 @end smallexample
15125
15126 Delete the breakpoint(s) whose number(s) are specified in the argument
15127 list. This is obviously reflected in the breakpoint list.
15128
15129 @subsubheading @value{GDBN} command
15130
15131 The corresponding @value{GDBN} command is @samp{delete}.
15132
15133 @subsubheading Example
15134
15135 @smallexample
15136 (@value{GDBP})
15137 -break-delete 1
15138 ^done
15139 (@value{GDBP})
15140 -break-list
15141 ^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
15142 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15143 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15144 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15145 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15146 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15147 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
15148 body=[]@}
15149 (@value{GDBP})
15150 @end smallexample
15151
15152 @subheading The @code{-break-disable} Command
15153 @findex -break-disable
15154
15155 @subsubheading Synopsis
15156
15157 @smallexample
15158 -break-disable ( @var{breakpoint} )+
15159 @end smallexample
15160
15161 Disable the named @var{breakpoint}(s). The field @samp{enabled} in the
15162 break list is now set to @samp{n} for the named @var{breakpoint}(s).
15163
15164 @subsubheading @value{GDBN} Command
15165
15166 The corresponding @value{GDBN} command is @samp{disable}.
15167
15168 @subsubheading Example
15169
15170 @smallexample
15171 (@value{GDBP})
15172 -break-disable 2
15173 ^done
15174 (@value{GDBP})
15175 -break-list
15176 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
15177 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15178 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15179 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15180 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15181 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15182 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
15183 body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="n",
15184 addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@}]@}
15185 (@value{GDBP})
15186 @end smallexample
15187
15188 @subheading The @code{-break-enable} Command
15189 @findex -break-enable
15190
15191 @subsubheading Synopsis
15192
15193 @smallexample
15194 -break-enable ( @var{breakpoint} )+
15195 @end smallexample
15196
15197 Enable (previously disabled) @var{breakpoint}(s).
15198
15199 @subsubheading @value{GDBN} Command
15200
15201 The corresponding @value{GDBN} command is @samp{enable}.
15202
15203 @subsubheading Example
15204
15205 @smallexample
15206 (@value{GDBP})
15207 -break-enable 2
15208 ^done
15209 (@value{GDBP})
15210 -break-list
15211 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
15212 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15213 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15214 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15215 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15216 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15217 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
15218 body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
15219 addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@}]@}
15220 (@value{GDBP})
15221 @end smallexample
15222
15223 @subheading The @code{-break-info} Command
15224 @findex -break-info
15225
15226 @subsubheading Synopsis
15227
15228 @smallexample
15229 -break-info @var{breakpoint}
15230 @end smallexample
15231
15232 @c REDUNDANT???
15233 Get information about a single breakpoint.
15234
15235 @subsubheading @value{GDBN} command
15236
15237 The corresponding @value{GDBN} command is @samp{info break @var{breakpoint}}.
15238
15239 @subsubheading Example
15240 N.A.
15241
15242 @subheading The @code{-break-insert} Command
15243 @findex -break-insert
15244
15245 @subsubheading Synopsis
15246
15247 @smallexample
15248 -break-insert [ -t ] [ -h ] [ -r ]
15249 [ -c @var{condition} ] [ -i @var{ignore-count} ]
15250 [ -p @var{thread} ] [ @var{line} | @var{addr} ]
15251 @end smallexample
15252
15253 @noindent
15254 If specified, @var{line}, can be one of:
15255
15256 @itemize @bullet
15257 @item function
15258 @c @item +offset
15259 @c @item -offset
15260 @c @item linenum
15261 @item filename:linenum
15262 @item filename:function
15263 @item *address
15264 @end itemize
15265
15266 The possible optional parameters of this command are:
15267
15268 @table @samp
15269 @item -t
15270 Insert a tempoary breakpoint.
15271 @item -h
15272 Insert a hardware breakpoint.
15273 @item -c @var{condition}
15274 Make the breakpoint conditional on @var{condition}.
15275 @item -i @var{ignore-count}
15276 Initialize the @var{ignore-count}.
15277 @item -r
15278 Insert a regular breakpoint in all the functions whose names match the
15279 given regular expression. Other flags are not applicable to regular
15280 expresson.
15281 @end table
15282
15283 @subsubheading Result
15284
15285 The result is in the form:
15286
15287 @smallexample
15288 ^done,bkptno="@var{number}",func="@var{funcname}",
15289 file="@var{filename}",line="@var{lineno}"
15290 @end smallexample
15291
15292 @noindent
15293 where @var{number} is the @value{GDBN} number for this breakpoint, @var{funcname}
15294 is the name of the function where the breakpoint was inserted,
15295 @var{filename} is the name of the source file which contains this
15296 function, and @var{lineno} is the source line number within that file.
15297
15298 Note: this format is open to change.
15299 @c An out-of-band breakpoint instead of part of the result?
15300
15301 @subsubheading @value{GDBN} Command
15302
15303 The corresponding @value{GDBN} commands are @samp{break}, @samp{tbreak},
15304 @samp{hbreak}, @samp{thbreak}, and @samp{rbreak}.
15305
15306 @subsubheading Example
15307
15308 @smallexample
15309 (@value{GDBP})
15310 -break-insert main
15311 ^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
15312 (@value{GDBP})
15313 -break-insert -t foo
15314 ^done,bkpt=@{number="2",addr="0x00010774",file="recursive2.c",line="11"@}
15315 (@value{GDBP})
15316 -break-list
15317 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
15318 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15319 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15320 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15321 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15322 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15323 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
15324 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15325 addr="0x0001072c", func="main",file="recursive2.c",line="4",times="0"@},
15326 bkpt=@{number="2",type="breakpoint",disp="del",enabled="y",
15327 addr="0x00010774",func="foo",file="recursive2.c",line="11",times="0"@}]@}
15328 (@value{GDBP})
15329 -break-insert -r foo.*
15330 ~int foo(int, int);
15331 ^done,bkpt=@{number="3",addr="0x00010774",file="recursive2.c",line="11"@}
15332 (@value{GDBP})
15333 @end smallexample
15334
15335 @subheading The @code{-break-list} Command
15336 @findex -break-list
15337
15338 @subsubheading Synopsis
15339
15340 @smallexample
15341 -break-list
15342 @end smallexample
15343
15344 Displays the list of inserted breakpoints, showing the following fields:
15345
15346 @table @samp
15347 @item Number
15348 number of the breakpoint
15349 @item Type
15350 type of the breakpoint: @samp{breakpoint} or @samp{watchpoint}
15351 @item Disposition
15352 should the breakpoint be deleted or disabled when it is hit: @samp{keep}
15353 or @samp{nokeep}
15354 @item Enabled
15355 is the breakpoint enabled or no: @samp{y} or @samp{n}
15356 @item Address
15357 memory location at which the breakpoint is set
15358 @item What
15359 logical location of the breakpoint, expressed by function name, file
15360 name, line number
15361 @item Times
15362 number of times the breakpoint has been hit
15363 @end table
15364
15365 If there are no breakpoints or watchpoints, the @code{BreakpointTable}
15366 @code{body} field is an empty list.
15367
15368 @subsubheading @value{GDBN} Command
15369
15370 The corresponding @value{GDBN} command is @samp{info break}.
15371
15372 @subsubheading Example
15373
15374 @smallexample
15375 (@value{GDBP})
15376 -break-list
15377 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
15378 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15379 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15380 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15381 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15382 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15383 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
15384 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15385 addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@},
15386 bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
15387 addr="0x00010114",func="foo",file="hello.c",line="13",times="0"@}]@}
15388 (@value{GDBP})
15389 @end smallexample
15390
15391 Here's an example of the result when there are no breakpoints:
15392
15393 @smallexample
15394 (@value{GDBP})
15395 -break-list
15396 ^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
15397 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15398 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15399 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15400 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15401 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15402 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
15403 body=[]@}
15404 (@value{GDBP})
15405 @end smallexample
15406
15407 @subheading The @code{-break-watch} Command
15408 @findex -break-watch
15409
15410 @subsubheading Synopsis
15411
15412 @smallexample
15413 -break-watch [ -a | -r ]
15414 @end smallexample
15415
15416 Create a watchpoint. With the @samp{-a} option it will create an
15417 @dfn{access} watchpoint, i.e. a watchpoint that triggers either on a
15418 read from or on a write to the memory location. With the @samp{-r}
15419 option, the watchpoint created is a @dfn{read} watchpoint, i.e. it will
15420 trigger only when the memory location is accessed for reading. Without
15421 either of the options, the watchpoint created is a regular watchpoint,
15422 i.e. it will trigger when the memory location is accessed for writing.
15423 @xref{Set Watchpoints, , Setting watchpoints}.
15424
15425 Note that @samp{-break-list} will report a single list of watchpoints and
15426 breakpoints inserted.
15427
15428 @subsubheading @value{GDBN} Command
15429
15430 The corresponding @value{GDBN} commands are @samp{watch}, @samp{awatch}, and
15431 @samp{rwatch}.
15432
15433 @subsubheading Example
15434
15435 Setting a watchpoint on a variable in the @code{main} function:
15436
15437 @smallexample
15438 (@value{GDBP})
15439 -break-watch x
15440 ^done,wpt=@{number="2",exp="x"@}
15441 (@value{GDBP})
15442 -exec-continue
15443 ^running
15444 ^done,reason="watchpoint-trigger",wpt=@{number="2",exp="x"@},
15445 value=@{old="-268439212",new="55"@},
15446 frame=@{func="main",args=[],file="recursive2.c",line="5"@}
15447 (@value{GDBP})
15448 @end smallexample
15449
15450 Setting a watchpoint on a variable local to a function. @value{GDBN} will stop
15451 the program execution twice: first for the variable changing value, then
15452 for the watchpoint going out of scope.
15453
15454 @smallexample
15455 (@value{GDBP})
15456 -break-watch C
15457 ^done,wpt=@{number="5",exp="C"@}
15458 (@value{GDBP})
15459 -exec-continue
15460 ^running
15461 ^done,reason="watchpoint-trigger",
15462 wpt=@{number="5",exp="C"@},value=@{old="-276895068",new="3"@},
15463 frame=@{func="callee4",args=[],
15464 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
15465 (@value{GDBP})
15466 -exec-continue
15467 ^running
15468 ^done,reason="watchpoint-scope",wpnum="5",
15469 frame=@{func="callee3",args=[@{name="strarg",
15470 value="0x11940 \"A string argument.\""@}],
15471 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
15472 (@value{GDBP})
15473 @end smallexample
15474
15475 Listing breakpoints and watchpoints, at different points in the program
15476 execution. Note that once the watchpoint goes out of scope, it is
15477 deleted.
15478
15479 @smallexample
15480 (@value{GDBP})
15481 -break-watch C
15482 ^done,wpt=@{number="2",exp="C"@}
15483 (@value{GDBP})
15484 -break-list
15485 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
15486 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15487 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15488 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15489 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15490 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15491 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
15492 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15493 addr="0x00010734",func="callee4",
15494 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@},
15495 bkpt=@{number="2",type="watchpoint",disp="keep",
15496 enabled="y",addr="",what="C",times="0"@}]@}
15497 (@value{GDBP})
15498 -exec-continue
15499 ^running
15500 ^done,reason="watchpoint-trigger",wpt=@{number="2",exp="C"@},
15501 value=@{old="-276895068",new="3"@},
15502 frame=@{func="callee4",args=[],
15503 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
15504 (@value{GDBP})
15505 -break-list
15506 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
15507 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15508 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15509 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15510 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15511 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15512 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
15513 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15514 addr="0x00010734",func="callee4",
15515 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@},
15516 bkpt=@{number="2",type="watchpoint",disp="keep",
15517 enabled="y",addr="",what="C",times="-5"@}]@}
15518 (@value{GDBP})
15519 -exec-continue
15520 ^running
15521 ^done,reason="watchpoint-scope",wpnum="2",
15522 frame=@{func="callee3",args=[@{name="strarg",
15523 value="0x11940 \"A string argument.\""@}],
15524 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
15525 (@value{GDBP})
15526 -break-list
15527 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
15528 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15529 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15530 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15531 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15532 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15533 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
15534 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15535 addr="0x00010734",func="callee4",
15536 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@}]@}
15537 (@value{GDBP})
15538 @end smallexample
15539
15540 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
15541 @node GDB/MI Data Manipulation
15542 @section @sc{gdb/mi} Data Manipulation
15543
15544 @cindex data manipulation, in @sc{gdb/mi}
15545 @cindex @sc{gdb/mi}, data manipulation
15546 This section describes the @sc{gdb/mi} commands that manipulate data:
15547 examine memory and registers, evaluate expressions, etc.
15548
15549 @c REMOVED FROM THE INTERFACE.
15550 @c @subheading -data-assign
15551 @c Change the value of a program variable. Plenty of side effects.
15552 @c @subsubheading GDB command
15553 @c set variable
15554 @c @subsubheading Example
15555 @c N.A.
15556
15557 @subheading The @code{-data-disassemble} Command
15558 @findex -data-disassemble
15559
15560 @subsubheading Synopsis
15561
15562 @smallexample
15563 -data-disassemble
15564 [ -s @var{start-addr} -e @var{end-addr} ]
15565 | [ -f @var{filename} -l @var{linenum} [ -n @var{lines} ] ]
15566 -- @var{mode}
15567 @end smallexample
15568
15569 @noindent
15570 Where:
15571
15572 @table @samp
15573 @item @var{start-addr}
15574 is the beginning address (or @code{$pc})
15575 @item @var{end-addr}
15576 is the end address
15577 @item @var{filename}
15578 is the name of the file to disassemble
15579 @item @var{linenum}
15580 is the line number to disassemble around
15581 @item @var{lines}
15582 is the the number of disassembly lines to be produced. If it is -1,
15583 the whole function will be disassembled, in case no @var{end-addr} is
15584 specified. If @var{end-addr} is specified as a non-zero value, and
15585 @var{lines} is lower than the number of disassembly lines between
15586 @var{start-addr} and @var{end-addr}, only @var{lines} lines are
15587 displayed; if @var{lines} is higher than the number of lines between
15588 @var{start-addr} and @var{end-addr}, only the lines up to @var{end-addr}
15589 are displayed.
15590 @item @var{mode}
15591 is either 0 (meaning only disassembly) or 1 (meaning mixed source and
15592 disassembly).
15593 @end table
15594
15595 @subsubheading Result
15596
15597 The output for each instruction is composed of four fields:
15598
15599 @itemize @bullet
15600 @item Address
15601 @item Func-name
15602 @item Offset
15603 @item Instruction
15604 @end itemize
15605
15606 Note that whatever included in the instruction field, is not manipulated
15607 directely by @sc{gdb/mi}, i.e. it is not possible to adjust its format.
15608
15609 @subsubheading @value{GDBN} Command
15610
15611 There's no direct mapping from this command to the CLI.
15612
15613 @subsubheading Example
15614
15615 Disassemble from the current value of @code{$pc} to @code{$pc + 20}:
15616
15617 @smallexample
15618 (@value{GDBP})
15619 -data-disassemble -s $pc -e "$pc + 20" -- 0
15620 ^done,
15621 asm_insns=[
15622 @{address="0x000107c0",func-name="main",offset="4",
15623 inst="mov 2, %o0"@},
15624 @{address="0x000107c4",func-name="main",offset="8",
15625 inst="sethi %hi(0x11800), %o2"@},
15626 @{address="0x000107c8",func-name="main",offset="12",
15627 inst="or %o2, 0x140, %o1\t! 0x11940 <_lib_version+8>"@},
15628 @{address="0x000107cc",func-name="main",offset="16",
15629 inst="sethi %hi(0x11800), %o2"@},
15630 @{address="0x000107d0",func-name="main",offset="20",
15631 inst="or %o2, 0x168, %o4\t! 0x11968 <_lib_version+48>"@}]
15632 (@value{GDBP})
15633 @end smallexample
15634
15635 Disassemble the whole @code{main} function. Line 32 is part of
15636 @code{main}.
15637
15638 @smallexample
15639 -data-disassemble -f basics.c -l 32 -- 0
15640 ^done,asm_insns=[
15641 @{address="0x000107bc",func-name="main",offset="0",
15642 inst="save %sp, -112, %sp"@},
15643 @{address="0x000107c0",func-name="main",offset="4",
15644 inst="mov 2, %o0"@},
15645 @{address="0x000107c4",func-name="main",offset="8",
15646 inst="sethi %hi(0x11800), %o2"@},
15647 [@dots{}]
15648 @{address="0x0001081c",func-name="main",offset="96",inst="ret "@},
15649 @{address="0x00010820",func-name="main",offset="100",inst="restore "@}]
15650 (@value{GDBP})
15651 @end smallexample
15652
15653 Disassemble 3 instructions from the start of @code{main}:
15654
15655 @smallexample
15656 (@value{GDBP})
15657 -data-disassemble -f basics.c -l 32 -n 3 -- 0
15658 ^done,asm_insns=[
15659 @{address="0x000107bc",func-name="main",offset="0",
15660 inst="save %sp, -112, %sp"@},
15661 @{address="0x000107c0",func-name="main",offset="4",
15662 inst="mov 2, %o0"@},
15663 @{address="0x000107c4",func-name="main",offset="8",
15664 inst="sethi %hi(0x11800), %o2"@}]
15665 (@value{GDBP})
15666 @end smallexample
15667
15668 Disassemble 3 instructions from the start of @code{main} in mixed mode:
15669
15670 @smallexample
15671 (@value{GDBP})
15672 -data-disassemble -f basics.c -l 32 -n 3 -- 1
15673 ^done,asm_insns=[
15674 src_and_asm_line=@{line="31",
15675 file="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb/ \
15676 testsuite/gdb.mi/basics.c",line_asm_insn=[
15677 @{address="0x000107bc",func-name="main",offset="0",
15678 inst="save %sp, -112, %sp"@}]@},
15679 src_and_asm_line=@{line="32",
15680 file="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb/ \
15681 testsuite/gdb.mi/basics.c",line_asm_insn=[
15682 @{address="0x000107c0",func-name="main",offset="4",
15683 inst="mov 2, %o0"@},
15684 @{address="0x000107c4",func-name="main",offset="8",
15685 inst="sethi %hi(0x11800), %o2"@}]@}]
15686 (@value{GDBP})
15687 @end smallexample
15688
15689
15690 @subheading The @code{-data-evaluate-expression} Command
15691 @findex -data-evaluate-expression
15692
15693 @subsubheading Synopsis
15694
15695 @smallexample
15696 -data-evaluate-expression @var{expr}
15697 @end smallexample
15698
15699 Evaluate @var{expr} as an expression. The expression could contain an
15700 inferior function call. The function call will execute synchronously.
15701 If the expression contains spaces, it must be enclosed in double quotes.
15702
15703 @subsubheading @value{GDBN} Command
15704
15705 The corresponding @value{GDBN} commands are @samp{print}, @samp{output}, and
15706 @samp{call}. In @code{gdbtk} only, there's a corresponding
15707 @samp{gdb_eval} command.
15708
15709 @subsubheading Example
15710
15711 In the following example, the numbers that precede the commands are the
15712 @dfn{tokens} described in @ref{GDB/MI Command Syntax, ,@sc{gdb/mi}
15713 Command Syntax}. Notice how @sc{gdb/mi} returns the same tokens in its
15714 output.
15715
15716 @smallexample
15717 211-data-evaluate-expression A
15718 211^done,value="1"
15719 (@value{GDBP})
15720 311-data-evaluate-expression &A
15721 311^done,value="0xefffeb7c"
15722 (@value{GDBP})
15723 411-data-evaluate-expression A+3
15724 411^done,value="4"
15725 (@value{GDBP})
15726 511-data-evaluate-expression "A + 3"
15727 511^done,value="4"
15728 (@value{GDBP})
15729 @end smallexample
15730
15731
15732 @subheading The @code{-data-list-changed-registers} Command
15733 @findex -data-list-changed-registers
15734
15735 @subsubheading Synopsis
15736
15737 @smallexample
15738 -data-list-changed-registers
15739 @end smallexample
15740
15741 Display a list of the registers that have changed.
15742
15743 @subsubheading @value{GDBN} Command
15744
15745 @value{GDBN} doesn't have a direct analog for this command; @code{gdbtk}
15746 has the corresponding command @samp{gdb_changed_register_list}.
15747
15748 @subsubheading Example
15749
15750 On a PPC MBX board:
15751
15752 @smallexample
15753 (@value{GDBP})
15754 -exec-continue
15755 ^running
15756
15757 (@value{GDBP})
15758 *stopped,reason="breakpoint-hit",bkptno="1",frame=@{func="main",
15759 args=[],file="try.c",line="5"@}
15760 (@value{GDBP})
15761 -data-list-changed-registers
15762 ^done,changed-registers=["0","1","2","4","5","6","7","8","9",
15763 "10","11","13","14","15","16","17","18","19","20","21","22","23",
15764 "24","25","26","27","28","30","31","64","65","66","67","69"]
15765 (@value{GDBP})
15766 @end smallexample
15767
15768
15769 @subheading The @code{-data-list-register-names} Command
15770 @findex -data-list-register-names
15771
15772 @subsubheading Synopsis
15773
15774 @smallexample
15775 -data-list-register-names [ ( @var{regno} )+ ]
15776 @end smallexample
15777
15778 Show a list of register names for the current target. If no arguments
15779 are given, it shows a list of the names of all the registers. If
15780 integer numbers are given as arguments, it will print a list of the
15781 names of the registers corresponding to the arguments. To ensure
15782 consistency between a register name and its number, the output list may
15783 include empty register names.
15784
15785 @subsubheading @value{GDBN} Command
15786
15787 @value{GDBN} does not have a command which corresponds to
15788 @samp{-data-list-register-names}. In @code{gdbtk} there is a
15789 corresponding command @samp{gdb_regnames}.
15790
15791 @subsubheading Example
15792
15793 For the PPC MBX board:
15794 @smallexample
15795 (@value{GDBP})
15796 -data-list-register-names
15797 ^done,register-names=["r0","r1","r2","r3","r4","r5","r6","r7",
15798 "r8","r9","r10","r11","r12","r13","r14","r15","r16","r17","r18",
15799 "r19","r20","r21","r22","r23","r24","r25","r26","r27","r28","r29",
15800 "r30","r31","f0","f1","f2","f3","f4","f5","f6","f7","f8","f9",
15801 "f10","f11","f12","f13","f14","f15","f16","f17","f18","f19","f20",
15802 "f21","f22","f23","f24","f25","f26","f27","f28","f29","f30","f31",
15803 "", "pc","ps","cr","lr","ctr","xer"]
15804 (@value{GDBP})
15805 -data-list-register-names 1 2 3
15806 ^done,register-names=["r1","r2","r3"]
15807 (@value{GDBP})
15808 @end smallexample
15809
15810 @subheading The @code{-data-list-register-values} Command
15811 @findex -data-list-register-values
15812
15813 @subsubheading Synopsis
15814
15815 @smallexample
15816 -data-list-register-values @var{fmt} [ ( @var{regno} )*]
15817 @end smallexample
15818
15819 Display the registers' contents. @var{fmt} is the format according to
15820 which the registers' contents are to be returned, followed by an optional
15821 list of numbers specifying the registers to display. A missing list of
15822 numbers indicates that the contents of all the registers must be returned.
15823
15824 Allowed formats for @var{fmt} are:
15825
15826 @table @code
15827 @item x
15828 Hexadecimal
15829 @item o
15830 Octal
15831 @item t
15832 Binary
15833 @item d
15834 Decimal
15835 @item r
15836 Raw
15837 @item N
15838 Natural
15839 @end table
15840
15841 @subsubheading @value{GDBN} Command
15842
15843 The corresponding @value{GDBN} commands are @samp{info reg}, @samp{info
15844 all-reg}, and (in @code{gdbtk}) @samp{gdb_fetch_registers}.
15845
15846 @subsubheading Example
15847
15848 For a PPC MBX board (note: line breaks are for readability only, they
15849 don't appear in the actual output):
15850
15851 @smallexample
15852 (@value{GDBP})
15853 -data-list-register-values r 64 65
15854 ^done,register-values=[@{number="64",value="0xfe00a300"@},
15855 @{number="65",value="0x00029002"@}]
15856 (@value{GDBP})
15857 -data-list-register-values x
15858 ^done,register-values=[@{number="0",value="0xfe0043c8"@},
15859 @{number="1",value="0x3fff88"@},@{number="2",value="0xfffffffe"@},
15860 @{number="3",value="0x0"@},@{number="4",value="0xa"@},
15861 @{number="5",value="0x3fff68"@},@{number="6",value="0x3fff58"@},
15862 @{number="7",value="0xfe011e98"@},@{number="8",value="0x2"@},
15863 @{number="9",value="0xfa202820"@},@{number="10",value="0xfa202808"@},
15864 @{number="11",value="0x1"@},@{number="12",value="0x0"@},
15865 @{number="13",value="0x4544"@},@{number="14",value="0xffdfffff"@},
15866 @{number="15",value="0xffffffff"@},@{number="16",value="0xfffffeff"@},
15867 @{number="17",value="0xefffffed"@},@{number="18",value="0xfffffffe"@},
15868 @{number="19",value="0xffffffff"@},@{number="20",value="0xffffffff"@},
15869 @{number="21",value="0xffffffff"@},@{number="22",value="0xfffffff7"@},
15870 @{number="23",value="0xffffffff"@},@{number="24",value="0xffffffff"@},
15871 @{number="25",value="0xffffffff"@},@{number="26",value="0xfffffffb"@},
15872 @{number="27",value="0xffffffff"@},@{number="28",value="0xf7bfffff"@},
15873 @{number="29",value="0x0"@},@{number="30",value="0xfe010000"@},
15874 @{number="31",value="0x0"@},@{number="32",value="0x0"@},
15875 @{number="33",value="0x0"@},@{number="34",value="0x0"@},
15876 @{number="35",value="0x0"@},@{number="36",value="0x0"@},
15877 @{number="37",value="0x0"@},@{number="38",value="0x0"@},
15878 @{number="39",value="0x0"@},@{number="40",value="0x0"@},
15879 @{number="41",value="0x0"@},@{number="42",value="0x0"@},
15880 @{number="43",value="0x0"@},@{number="44",value="0x0"@},
15881 @{number="45",value="0x0"@},@{number="46",value="0x0"@},
15882 @{number="47",value="0x0"@},@{number="48",value="0x0"@},
15883 @{number="49",value="0x0"@},@{number="50",value="0x0"@},
15884 @{number="51",value="0x0"@},@{number="52",value="0x0"@},
15885 @{number="53",value="0x0"@},@{number="54",value="0x0"@},
15886 @{number="55",value="0x0"@},@{number="56",value="0x0"@},
15887 @{number="57",value="0x0"@},@{number="58",value="0x0"@},
15888 @{number="59",value="0x0"@},@{number="60",value="0x0"@},
15889 @{number="61",value="0x0"@},@{number="62",value="0x0"@},
15890 @{number="63",value="0x0"@},@{number="64",value="0xfe00a300"@},
15891 @{number="65",value="0x29002"@},@{number="66",value="0x202f04b5"@},
15892 @{number="67",value="0xfe0043b0"@},@{number="68",value="0xfe00b3e4"@},
15893 @{number="69",value="0x20002b03"@}]
15894 (@value{GDBP})
15895 @end smallexample
15896
15897
15898 @subheading The @code{-data-read-memory} Command
15899 @findex -data-read-memory
15900
15901 @subsubheading Synopsis
15902
15903 @smallexample
15904 -data-read-memory [ -o @var{byte-offset} ]
15905 @var{address} @var{word-format} @var{word-size}
15906 @var{nr-rows} @var{nr-cols} [ @var{aschar} ]
15907 @end smallexample
15908
15909 @noindent
15910 where:
15911
15912 @table @samp
15913 @item @var{address}
15914 An expression specifying the address of the first memory word to be
15915 read. Complex expressions containing embedded white space should be
15916 quoted using the C convention.
15917
15918 @item @var{word-format}
15919 The format to be used to print the memory words. The notation is the
15920 same as for @value{GDBN}'s @code{print} command (@pxref{Output Formats,
15921 ,Output formats}).
15922
15923 @item @var{word-size}
15924 The size of each memory word in bytes.
15925
15926 @item @var{nr-rows}
15927 The number of rows in the output table.
15928
15929 @item @var{nr-cols}
15930 The number of columns in the output table.
15931
15932 @item @var{aschar}
15933 If present, indicates that each row should include an @sc{ascii} dump. The
15934 value of @var{aschar} is used as a padding character when a byte is not a
15935 member of the printable @sc{ascii} character set (printable @sc{ascii}
15936 characters are those whose code is between 32 and 126, inclusively).
15937
15938 @item @var{byte-offset}
15939 An offset to add to the @var{address} before fetching memory.
15940 @end table
15941
15942 This command displays memory contents as a table of @var{nr-rows} by
15943 @var{nr-cols} words, each word being @var{word-size} bytes. In total,
15944 @code{@var{nr-rows} * @var{nr-cols} * @var{word-size}} bytes are read
15945 (returned as @samp{total-bytes}). Should less than the requested number
15946 of bytes be returned by the target, the missing words are identified
15947 using @samp{N/A}. The number of bytes read from the target is returned
15948 in @samp{nr-bytes} and the starting address used to read memory in
15949 @samp{addr}.
15950
15951 The address of the next/previous row or page is available in
15952 @samp{next-row} and @samp{prev-row}, @samp{next-page} and
15953 @samp{prev-page}.
15954
15955 @subsubheading @value{GDBN} Command
15956
15957 The corresponding @value{GDBN} command is @samp{x}. @code{gdbtk} has
15958 @samp{gdb_get_mem} memory read command.
15959
15960 @subsubheading Example
15961
15962 Read six bytes of memory starting at @code{bytes+6} but then offset by
15963 @code{-6} bytes. Format as three rows of two columns. One byte per
15964 word. Display each word in hex.
15965
15966 @smallexample
15967 (@value{GDBP})
15968 9-data-read-memory -o -6 -- bytes+6 x 1 3 2
15969 9^done,addr="0x00001390",nr-bytes="6",total-bytes="6",
15970 next-row="0x00001396",prev-row="0x0000138e",next-page="0x00001396",
15971 prev-page="0x0000138a",memory=[
15972 @{addr="0x00001390",data=["0x00","0x01"]@},
15973 @{addr="0x00001392",data=["0x02","0x03"]@},
15974 @{addr="0x00001394",data=["0x04","0x05"]@}]
15975 (@value{GDBP})
15976 @end smallexample
15977
15978 Read two bytes of memory starting at address @code{shorts + 64} and
15979 display as a single word formatted in decimal.
15980
15981 @smallexample
15982 (@value{GDBP})
15983 5-data-read-memory shorts+64 d 2 1 1
15984 5^done,addr="0x00001510",nr-bytes="2",total-bytes="2",
15985 next-row="0x00001512",prev-row="0x0000150e",
15986 next-page="0x00001512",prev-page="0x0000150e",memory=[
15987 @{addr="0x00001510",data=["128"]@}]
15988 (@value{GDBP})
15989 @end smallexample
15990
15991 Read thirty two bytes of memory starting at @code{bytes+16} and format
15992 as eight rows of four columns. Include a string encoding with @samp{x}
15993 used as the non-printable character.
15994
15995 @smallexample
15996 (@value{GDBP})
15997 4-data-read-memory bytes+16 x 1 8 4 x
15998 4^done,addr="0x000013a0",nr-bytes="32",total-bytes="32",
15999 next-row="0x000013c0",prev-row="0x0000139c",
16000 next-page="0x000013c0",prev-page="0x00001380",memory=[
16001 @{addr="0x000013a0",data=["0x10","0x11","0x12","0x13"],ascii="xxxx"@},
16002 @{addr="0x000013a4",data=["0x14","0x15","0x16","0x17"],ascii="xxxx"@},
16003 @{addr="0x000013a8",data=["0x18","0x19","0x1a","0x1b"],ascii="xxxx"@},
16004 @{addr="0x000013ac",data=["0x1c","0x1d","0x1e","0x1f"],ascii="xxxx"@},
16005 @{addr="0x000013b0",data=["0x20","0x21","0x22","0x23"],ascii=" !\"#"@},
16006 @{addr="0x000013b4",data=["0x24","0x25","0x26","0x27"],ascii="$%&'"@},
16007 @{addr="0x000013b8",data=["0x28","0x29","0x2a","0x2b"],ascii="()*+"@},
16008 @{addr="0x000013bc",data=["0x2c","0x2d","0x2e","0x2f"],ascii=",-./"@}]
16009 (@value{GDBP})
16010 @end smallexample
16011
16012 @subheading The @code{-display-delete} Command
16013 @findex -display-delete
16014
16015 @subsubheading Synopsis
16016
16017 @smallexample
16018 -display-delete @var{number}
16019 @end smallexample
16020
16021 Delete the display @var{number}.
16022
16023 @subsubheading @value{GDBN} Command
16024
16025 The corresponding @value{GDBN} command is @samp{delete display}.
16026
16027 @subsubheading Example
16028 N.A.
16029
16030
16031 @subheading The @code{-display-disable} Command
16032 @findex -display-disable
16033
16034 @subsubheading Synopsis
16035
16036 @smallexample
16037 -display-disable @var{number}
16038 @end smallexample
16039
16040 Disable display @var{number}.
16041
16042 @subsubheading @value{GDBN} Command
16043
16044 The corresponding @value{GDBN} command is @samp{disable display}.
16045
16046 @subsubheading Example
16047 N.A.
16048
16049
16050 @subheading The @code{-display-enable} Command
16051 @findex -display-enable
16052
16053 @subsubheading Synopsis
16054
16055 @smallexample
16056 -display-enable @var{number}
16057 @end smallexample
16058
16059 Enable display @var{number}.
16060
16061 @subsubheading @value{GDBN} Command
16062
16063 The corresponding @value{GDBN} command is @samp{enable display}.
16064
16065 @subsubheading Example
16066 N.A.
16067
16068
16069 @subheading The @code{-display-insert} Command
16070 @findex -display-insert
16071
16072 @subsubheading Synopsis
16073
16074 @smallexample
16075 -display-insert @var{expression}
16076 @end smallexample
16077
16078 Display @var{expression} every time the program stops.
16079
16080 @subsubheading @value{GDBN} Command
16081
16082 The corresponding @value{GDBN} command is @samp{display}.
16083
16084 @subsubheading Example
16085 N.A.
16086
16087
16088 @subheading The @code{-display-list} Command
16089 @findex -display-list
16090
16091 @subsubheading Synopsis
16092
16093 @smallexample
16094 -display-list
16095 @end smallexample
16096
16097 List the displays. Do not show the current values.
16098
16099 @subsubheading @value{GDBN} Command
16100
16101 The corresponding @value{GDBN} command is @samp{info display}.
16102
16103 @subsubheading Example
16104 N.A.
16105
16106
16107 @subheading The @code{-environment-cd} Command
16108 @findex -environment-cd
16109
16110 @subsubheading Synopsis
16111
16112 @smallexample
16113 -environment-cd @var{pathdir}
16114 @end smallexample
16115
16116 Set @value{GDBN}'s working directory.
16117
16118 @subsubheading @value{GDBN} Command
16119
16120 The corresponding @value{GDBN} command is @samp{cd}.
16121
16122 @subsubheading Example
16123
16124 @smallexample
16125 (@value{GDBP})
16126 -environment-cd /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
16127 ^done
16128 (@value{GDBP})
16129 @end smallexample
16130
16131
16132 @subheading The @code{-environment-directory} Command
16133 @findex -environment-directory
16134
16135 @subsubheading Synopsis
16136
16137 @smallexample
16138 -environment-directory [ -r ] [ @var{pathdir} ]+
16139 @end smallexample
16140
16141 Add directories @var{pathdir} to beginning of search path for source files.
16142 If the @samp{-r} option is used, the search path is reset to the default
16143 search path. If directories @var{pathdir} are supplied in addition to the
16144 @samp{-r} option, the search path is first reset and then addition
16145 occurs as normal.
16146 Multiple directories may be specified, separated by blanks. Specifying
16147 multiple directories in a single command
16148 results in the directories added to the beginning of the
16149 search path in the same order they were presented in the command.
16150 If blanks are needed as
16151 part of a directory name, double-quotes should be used around
16152 the name. In the command output, the path will show up separated
16153 by the system directory-separator character. The directory-seperator
16154 character must not be used
16155 in any directory name.
16156 If no directories are specified, the current search path is displayed.
16157
16158 @subsubheading @value{GDBN} Command
16159
16160 The corresponding @value{GDBN} command is @samp{dir}.
16161
16162 @subsubheading Example
16163
16164 @smallexample
16165 (@value{GDBP})
16166 -environment-directory /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
16167 ^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
16168 (@value{GDBP})
16169 -environment-directory ""
16170 ^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
16171 (@value{GDBP})
16172 -environment-directory -r /home/jjohnstn/src/gdb /usr/src
16173 ^done,source-path="/home/jjohnstn/src/gdb:/usr/src:$cdir:$cwd"
16174 (@value{GDBP})
16175 -environment-directory -r
16176 ^done,source-path="$cdir:$cwd"
16177 (@value{GDBP})
16178 @end smallexample
16179
16180
16181 @subheading The @code{-environment-path} Command
16182 @findex -environment-path
16183
16184 @subsubheading Synopsis
16185
16186 @smallexample
16187 -environment-path [ -r ] [ @var{pathdir} ]+
16188 @end smallexample
16189
16190 Add directories @var{pathdir} to beginning of search path for object files.
16191 If the @samp{-r} option is used, the search path is reset to the original
16192 search path that existed at gdb start-up. If directories @var{pathdir} are
16193 supplied in addition to the
16194 @samp{-r} option, the search path is first reset and then addition
16195 occurs as normal.
16196 Multiple directories may be specified, separated by blanks. Specifying
16197 multiple directories in a single command
16198 results in the directories added to the beginning of the
16199 search path in the same order they were presented in the command.
16200 If blanks are needed as
16201 part of a directory name, double-quotes should be used around
16202 the name. In the command output, the path will show up separated
16203 by the system directory-separator character. The directory-seperator
16204 character must not be used
16205 in any directory name.
16206 If no directories are specified, the current path is displayed.
16207
16208
16209 @subsubheading @value{GDBN} Command
16210
16211 The corresponding @value{GDBN} command is @samp{path}.
16212
16213 @subsubheading Example
16214
16215 @smallexample
16216 (@value{GDBP})
16217 -environment-path
16218 ^done,path="/usr/bin"
16219 (@value{GDBP})
16220 -environment-path /kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb /bin
16221 ^done,path="/kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb:/bin:/usr/bin"
16222 (@value{GDBP})
16223 -environment-path -r /usr/local/bin
16224 ^done,path="/usr/local/bin:/usr/bin"
16225 (@value{GDBP})
16226 @end smallexample
16227
16228
16229 @subheading The @code{-environment-pwd} Command
16230 @findex -environment-pwd
16231
16232 @subsubheading Synopsis
16233
16234 @smallexample
16235 -environment-pwd
16236 @end smallexample
16237
16238 Show the current working directory.
16239
16240 @subsubheading @value{GDBN} command
16241
16242 The corresponding @value{GDBN} command is @samp{pwd}.
16243
16244 @subsubheading Example
16245
16246 @smallexample
16247 (@value{GDBP})
16248 -environment-pwd
16249 ^done,cwd="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb"
16250 (@value{GDBP})
16251 @end smallexample
16252
16253 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16254 @node GDB/MI Program Control
16255 @section @sc{gdb/mi} Program control
16256
16257 @subsubheading Program termination
16258
16259 As a result of execution, the inferior program can run to completion, if
16260 it doesn't encounter any breakpoints. In this case the output will
16261 include an exit code, if the program has exited exceptionally.
16262
16263 @subsubheading Examples
16264
16265 @noindent
16266 Program exited normally:
16267
16268 @smallexample
16269 (@value{GDBP})
16270 -exec-run
16271 ^running
16272 (@value{GDBP})
16273 x = 55
16274 *stopped,reason="exited-normally"
16275 (@value{GDBP})
16276 @end smallexample
16277
16278 @noindent
16279 Program exited exceptionally:
16280
16281 @smallexample
16282 (@value{GDBP})
16283 -exec-run
16284 ^running
16285 (@value{GDBP})
16286 x = 55
16287 *stopped,reason="exited",exit-code="01"
16288 (@value{GDBP})
16289 @end smallexample
16290
16291 Another way the program can terminate is if it receives a signal such as
16292 @code{SIGINT}. In this case, @sc{gdb/mi} displays this:
16293
16294 @smallexample
16295 (@value{GDBP})
16296 *stopped,reason="exited-signalled",signal-name="SIGINT",
16297 signal-meaning="Interrupt"
16298 @end smallexample
16299
16300
16301 @subheading The @code{-exec-abort} Command
16302 @findex -exec-abort
16303
16304 @subsubheading Synopsis
16305
16306 @smallexample
16307 -exec-abort
16308 @end smallexample
16309
16310 Kill the inferior running program.
16311
16312 @subsubheading @value{GDBN} Command
16313
16314 The corresponding @value{GDBN} command is @samp{kill}.
16315
16316 @subsubheading Example
16317 N.A.
16318
16319
16320 @subheading The @code{-exec-arguments} Command
16321 @findex -exec-arguments
16322
16323 @subsubheading Synopsis
16324
16325 @smallexample
16326 -exec-arguments @var{args}
16327 @end smallexample
16328
16329 Set the inferior program arguments, to be used in the next
16330 @samp{-exec-run}.
16331
16332 @subsubheading @value{GDBN} Command
16333
16334 The corresponding @value{GDBN} command is @samp{set args}.
16335
16336 @subsubheading Example
16337
16338 @c FIXME!
16339 Don't have one around.
16340
16341
16342 @subheading The @code{-exec-continue} Command
16343 @findex -exec-continue
16344
16345 @subsubheading Synopsis
16346
16347 @smallexample
16348 -exec-continue
16349 @end smallexample
16350
16351 Asynchronous command. Resumes the execution of the inferior program
16352 until a breakpoint is encountered, or until the inferior exits.
16353
16354 @subsubheading @value{GDBN} Command
16355
16356 The corresponding @value{GDBN} corresponding is @samp{continue}.
16357
16358 @subsubheading Example
16359
16360 @smallexample
16361 -exec-continue
16362 ^running
16363 (@value{GDBP})
16364 @@Hello world
16365 *stopped,reason="breakpoint-hit",bkptno="2",frame=@{func="foo",args=[],
16366 file="hello.c",line="13"@}
16367 (@value{GDBP})
16368 @end smallexample
16369
16370
16371 @subheading The @code{-exec-finish} Command
16372 @findex -exec-finish
16373
16374 @subsubheading Synopsis
16375
16376 @smallexample
16377 -exec-finish
16378 @end smallexample
16379
16380 Asynchronous command. Resumes the execution of the inferior program
16381 until the current function is exited. Displays the results returned by
16382 the function.
16383
16384 @subsubheading @value{GDBN} Command
16385
16386 The corresponding @value{GDBN} command is @samp{finish}.
16387
16388 @subsubheading Example
16389
16390 Function returning @code{void}.
16391
16392 @smallexample
16393 -exec-finish
16394 ^running
16395 (@value{GDBP})
16396 @@hello from foo
16397 *stopped,reason="function-finished",frame=@{func="main",args=[],
16398 file="hello.c",line="7"@}
16399 (@value{GDBP})
16400 @end smallexample
16401
16402 Function returning other than @code{void}. The name of the internal
16403 @value{GDBN} variable storing the result is printed, together with the
16404 value itself.
16405
16406 @smallexample
16407 -exec-finish
16408 ^running
16409 (@value{GDBP})
16410 *stopped,reason="function-finished",frame=@{addr="0x000107b0",func="foo",
16411 args=[@{name="a",value="1"],@{name="b",value="9"@}@},
16412 file="recursive2.c",line="14"@},
16413 gdb-result-var="$1",return-value="0"
16414 (@value{GDBP})
16415 @end smallexample
16416
16417
16418 @subheading The @code{-exec-interrupt} Command
16419 @findex -exec-interrupt
16420
16421 @subsubheading Synopsis
16422
16423 @smallexample
16424 -exec-interrupt
16425 @end smallexample
16426
16427 Asynchronous command. Interrupts the background execution of the target.
16428 Note how the token associated with the stop message is the one for the
16429 execution command that has been interrupted. The token for the interrupt
16430 itself only appears in the @samp{^done} output. If the user is trying to
16431 interrupt a non-running program, an error message will be printed.
16432
16433 @subsubheading @value{GDBN} Command
16434
16435 The corresponding @value{GDBN} command is @samp{interrupt}.
16436
16437 @subsubheading Example
16438
16439 @smallexample
16440 (@value{GDBP})
16441 111-exec-continue
16442 111^running
16443
16444 (@value{GDBP})
16445 222-exec-interrupt
16446 222^done
16447 (@value{GDBP})
16448 111*stopped,signal-name="SIGINT",signal-meaning="Interrupt",
16449 frame=@{addr="0x00010140",func="foo",args=[],file="try.c",line="13"@}
16450 (@value{GDBP})
16451
16452 (@value{GDBP})
16453 -exec-interrupt
16454 ^error,msg="mi_cmd_exec_interrupt: Inferior not executing."
16455 (@value{GDBP})
16456 @end smallexample
16457
16458
16459 @subheading The @code{-exec-next} Command
16460 @findex -exec-next
16461
16462 @subsubheading Synopsis
16463
16464 @smallexample
16465 -exec-next
16466 @end smallexample
16467
16468 Asynchronous command. Resumes execution of the inferior program, stopping
16469 when the beginning of the next source line is reached.
16470
16471 @subsubheading @value{GDBN} Command
16472
16473 The corresponding @value{GDBN} command is @samp{next}.
16474
16475 @subsubheading Example
16476
16477 @smallexample
16478 -exec-next
16479 ^running
16480 (@value{GDBP})
16481 *stopped,reason="end-stepping-range",line="8",file="hello.c"
16482 (@value{GDBP})
16483 @end smallexample
16484
16485
16486 @subheading The @code{-exec-next-instruction} Command
16487 @findex -exec-next-instruction
16488
16489 @subsubheading Synopsis
16490
16491 @smallexample
16492 -exec-next-instruction
16493 @end smallexample
16494
16495 Asynchronous command. Executes one machine instruction. If the
16496 instruction is a function call continues until the function returns. If
16497 the program stops at an instruction in the middle of a source line, the
16498 address will be printed as well.
16499
16500 @subsubheading @value{GDBN} Command
16501
16502 The corresponding @value{GDBN} command is @samp{nexti}.
16503
16504 @subsubheading Example
16505
16506 @smallexample
16507 (@value{GDBP})
16508 -exec-next-instruction
16509 ^running
16510
16511 (@value{GDBP})
16512 *stopped,reason="end-stepping-range",
16513 addr="0x000100d4",line="5",file="hello.c"
16514 (@value{GDBP})
16515 @end smallexample
16516
16517
16518 @subheading The @code{-exec-return} Command
16519 @findex -exec-return
16520
16521 @subsubheading Synopsis
16522
16523 @smallexample
16524 -exec-return
16525 @end smallexample
16526
16527 Makes current function return immediately. Doesn't execute the inferior.
16528 Displays the new current frame.
16529
16530 @subsubheading @value{GDBN} Command
16531
16532 The corresponding @value{GDBN} command is @samp{return}.
16533
16534 @subsubheading Example
16535
16536 @smallexample
16537 (@value{GDBP})
16538 200-break-insert callee4
16539 200^done,bkpt=@{number="1",addr="0x00010734",
16540 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
16541 (@value{GDBP})
16542 000-exec-run
16543 000^running
16544 (@value{GDBP})
16545 000*stopped,reason="breakpoint-hit",bkptno="1",
16546 frame=@{func="callee4",args=[],
16547 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
16548 (@value{GDBP})
16549 205-break-delete
16550 205^done
16551 (@value{GDBP})
16552 111-exec-return
16553 111^done,frame=@{level="0",func="callee3",
16554 args=[@{name="strarg",
16555 value="0x11940 \"A string argument.\""@}],
16556 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
16557 (@value{GDBP})
16558 @end smallexample
16559
16560
16561 @subheading The @code{-exec-run} Command
16562 @findex -exec-run
16563
16564 @subsubheading Synopsis
16565
16566 @smallexample
16567 -exec-run
16568 @end smallexample
16569
16570 Asynchronous command. Starts execution of the inferior from the
16571 beginning. The inferior executes until either a breakpoint is
16572 encountered or the program exits.
16573
16574 @subsubheading @value{GDBN} Command
16575
16576 The corresponding @value{GDBN} command is @samp{run}.
16577
16578 @subsubheading Example
16579
16580 @smallexample
16581 (@value{GDBP})
16582 -break-insert main
16583 ^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
16584 (@value{GDBP})
16585 -exec-run
16586 ^running
16587 (@value{GDBP})
16588 *stopped,reason="breakpoint-hit",bkptno="1",
16589 frame=@{func="main",args=[],file="recursive2.c",line="4"@}
16590 (@value{GDBP})
16591 @end smallexample
16592
16593
16594 @subheading The @code{-exec-show-arguments} Command
16595 @findex -exec-show-arguments
16596
16597 @subsubheading Synopsis
16598
16599 @smallexample
16600 -exec-show-arguments
16601 @end smallexample
16602
16603 Print the arguments of the program.
16604
16605 @subsubheading @value{GDBN} Command
16606
16607 The corresponding @value{GDBN} command is @samp{show args}.
16608
16609 @subsubheading Example
16610 N.A.
16611
16612 @c @subheading -exec-signal
16613
16614 @subheading The @code{-exec-step} Command
16615 @findex -exec-step
16616
16617 @subsubheading Synopsis
16618
16619 @smallexample
16620 -exec-step
16621 @end smallexample
16622
16623 Asynchronous command. Resumes execution of the inferior program, stopping
16624 when the beginning of the next source line is reached, if the next
16625 source line is not a function call. If it is, stop at the first
16626 instruction of the called function.
16627
16628 @subsubheading @value{GDBN} Command
16629
16630 The corresponding @value{GDBN} command is @samp{step}.
16631
16632 @subsubheading Example
16633
16634 Stepping into a function:
16635
16636 @smallexample
16637 -exec-step
16638 ^running
16639 (@value{GDBP})
16640 *stopped,reason="end-stepping-range",
16641 frame=@{func="foo",args=[@{name="a",value="10"@},
16642 @{name="b",value="0"@}],file="recursive2.c",line="11"@}
16643 (@value{GDBP})
16644 @end smallexample
16645
16646 Regular stepping:
16647
16648 @smallexample
16649 -exec-step
16650 ^running
16651 (@value{GDBP})
16652 *stopped,reason="end-stepping-range",line="14",file="recursive2.c"
16653 (@value{GDBP})
16654 @end smallexample
16655
16656
16657 @subheading The @code{-exec-step-instruction} Command
16658 @findex -exec-step-instruction
16659
16660 @subsubheading Synopsis
16661
16662 @smallexample
16663 -exec-step-instruction
16664 @end smallexample
16665
16666 Asynchronous command. Resumes the inferior which executes one machine
16667 instruction. The output, once @value{GDBN} has stopped, will vary depending on
16668 whether we have stopped in the middle of a source line or not. In the
16669 former case, the address at which the program stopped will be printed as
16670 well.
16671
16672 @subsubheading @value{GDBN} Command
16673
16674 The corresponding @value{GDBN} command is @samp{stepi}.
16675
16676 @subsubheading Example
16677
16678 @smallexample
16679 (@value{GDBP})
16680 -exec-step-instruction
16681 ^running
16682
16683 (@value{GDBP})
16684 *stopped,reason="end-stepping-range",
16685 frame=@{func="foo",args=[],file="try.c",line="10"@}
16686 (@value{GDBP})
16687 -exec-step-instruction
16688 ^running
16689
16690 (@value{GDBP})
16691 *stopped,reason="end-stepping-range",
16692 frame=@{addr="0x000100f4",func="foo",args=[],file="try.c",line="10"@}
16693 (@value{GDBP})
16694 @end smallexample
16695
16696
16697 @subheading The @code{-exec-until} Command
16698 @findex -exec-until
16699
16700 @subsubheading Synopsis
16701
16702 @smallexample
16703 -exec-until [ @var{location} ]
16704 @end smallexample
16705
16706 Asynchronous command. Executes the inferior until the @var{location}
16707 specified in the argument is reached. If there is no argument, the inferior
16708 executes until a source line greater than the current one is reached.
16709 The reason for stopping in this case will be @samp{location-reached}.
16710
16711 @subsubheading @value{GDBN} Command
16712
16713 The corresponding @value{GDBN} command is @samp{until}.
16714
16715 @subsubheading Example
16716
16717 @smallexample
16718 (@value{GDBP})
16719 -exec-until recursive2.c:6
16720 ^running
16721 (@value{GDBP})
16722 x = 55
16723 *stopped,reason="location-reached",frame=@{func="main",args=[],
16724 file="recursive2.c",line="6"@}
16725 (@value{GDBP})
16726 @end smallexample
16727
16728 @ignore
16729 @subheading -file-clear
16730 Is this going away????
16731 @end ignore
16732
16733
16734 @subheading The @code{-file-exec-and-symbols} Command
16735 @findex -file-exec-and-symbols
16736
16737 @subsubheading Synopsis
16738
16739 @smallexample
16740 -file-exec-and-symbols @var{file}
16741 @end smallexample
16742
16743 Specify the executable file to be debugged. This file is the one from
16744 which the symbol table is also read. If no file is specified, the
16745 command clears the executable and symbol information. If breakpoints
16746 are set when using this command with no arguments, @value{GDBN} will produce
16747 error messages. Otherwise, no output is produced, except a completion
16748 notification.
16749
16750 @subsubheading @value{GDBN} Command
16751
16752 The corresponding @value{GDBN} command is @samp{file}.
16753
16754 @subsubheading Example
16755
16756 @smallexample
16757 (@value{GDBP})
16758 -file-exec-and-symbols /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
16759 ^done
16760 (@value{GDBP})
16761 @end smallexample
16762
16763
16764 @subheading The @code{-file-exec-file} Command
16765 @findex -file-exec-file
16766
16767 @subsubheading Synopsis
16768
16769 @smallexample
16770 -file-exec-file @var{file}
16771 @end smallexample
16772
16773 Specify the executable file to be debugged. Unlike
16774 @samp{-file-exec-and-symbols}, the symbol table is @emph{not} read
16775 from this file. If used without argument, @value{GDBN} clears the information
16776 about the executable file. No output is produced, except a completion
16777 notification.
16778
16779 @subsubheading @value{GDBN} Command
16780
16781 The corresponding @value{GDBN} command is @samp{exec-file}.
16782
16783 @subsubheading Example
16784
16785 @smallexample
16786 (@value{GDBP})
16787 -file-exec-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
16788 ^done
16789 (@value{GDBP})
16790 @end smallexample
16791
16792
16793 @subheading The @code{-file-list-exec-sections} Command
16794 @findex -file-list-exec-sections
16795
16796 @subsubheading Synopsis
16797
16798 @smallexample
16799 -file-list-exec-sections
16800 @end smallexample
16801
16802 List the sections of the current executable file.
16803
16804 @subsubheading @value{GDBN} Command
16805
16806 The @value{GDBN} command @samp{info file} shows, among the rest, the same
16807 information as this command. @code{gdbtk} has a corresponding command
16808 @samp{gdb_load_info}.
16809
16810 @subsubheading Example
16811 N.A.
16812
16813
16814 @subheading The @code{-file-list-exec-source-file} Command
16815 @findex -file-list-exec-source-file
16816
16817 @subsubheading Synopsis
16818
16819 @smallexample
16820 -file-list-exec-source-file
16821 @end smallexample
16822
16823 List the line number, the current source file, and the absolute path
16824 to the current source file for the current executable.
16825
16826 @subsubheading @value{GDBN} Command
16827
16828 There's no @value{GDBN} command which directly corresponds to this one.
16829
16830 @subsubheading Example
16831
16832 @smallexample
16833 (@value{GDBP})
16834 123-file-list-exec-source-file
16835 123^done,line="1",file="foo.c",fullname="/home/bar/foo.c"
16836 (@value{GDBP})
16837 @end smallexample
16838
16839
16840 @subheading The @code{-file-list-exec-source-files} Command
16841 @findex -file-list-exec-source-files
16842
16843 @subsubheading Synopsis
16844
16845 @smallexample
16846 -file-list-exec-source-files
16847 @end smallexample
16848
16849 List the source files for the current executable.
16850
16851 @subsubheading @value{GDBN} Command
16852
16853 There's no @value{GDBN} command which directly corresponds to this one.
16854 @code{gdbtk} has an analogous command @samp{gdb_listfiles}.
16855
16856 @subsubheading Example
16857 N.A.
16858
16859
16860 @subheading The @code{-file-list-shared-libraries} Command
16861 @findex -file-list-shared-libraries
16862
16863 @subsubheading Synopsis
16864
16865 @smallexample
16866 -file-list-shared-libraries
16867 @end smallexample
16868
16869 List the shared libraries in the program.
16870
16871 @subsubheading @value{GDBN} Command
16872
16873 The corresponding @value{GDBN} command is @samp{info shared}.
16874
16875 @subsubheading Example
16876 N.A.
16877
16878
16879 @subheading The @code{-file-list-symbol-files} Command
16880 @findex -file-list-symbol-files
16881
16882 @subsubheading Synopsis
16883
16884 @smallexample
16885 -file-list-symbol-files
16886 @end smallexample
16887
16888 List symbol files.
16889
16890 @subsubheading @value{GDBN} Command
16891
16892 The corresponding @value{GDBN} command is @samp{info file} (part of it).
16893
16894 @subsubheading Example
16895 N.A.
16896
16897
16898 @subheading The @code{-file-symbol-file} Command
16899 @findex -file-symbol-file
16900
16901 @subsubheading Synopsis
16902
16903 @smallexample
16904 -file-symbol-file @var{file}
16905 @end smallexample
16906
16907 Read symbol table info from the specified @var{file} argument. When
16908 used without arguments, clears @value{GDBN}'s symbol table info. No output is
16909 produced, except for a completion notification.
16910
16911 @subsubheading @value{GDBN} Command
16912
16913 The corresponding @value{GDBN} command is @samp{symbol-file}.
16914
16915 @subsubheading Example
16916
16917 @smallexample
16918 (@value{GDBP})
16919 -file-symbol-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
16920 ^done
16921 (@value{GDBP})
16922 @end smallexample
16923
16924 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16925 @node GDB/MI Miscellaneous Commands
16926 @section Miscellaneous @value{GDBN} commands in @sc{gdb/mi}
16927
16928 @c @subheading -gdb-complete
16929
16930 @subheading The @code{-gdb-exit} Command
16931 @findex -gdb-exit
16932
16933 @subsubheading Synopsis
16934
16935 @smallexample
16936 -gdb-exit
16937 @end smallexample
16938
16939 Exit @value{GDBN} immediately.
16940
16941 @subsubheading @value{GDBN} Command
16942
16943 Approximately corresponds to @samp{quit}.
16944
16945 @subsubheading Example
16946
16947 @smallexample
16948 (@value{GDBP})
16949 -gdb-exit
16950 @end smallexample
16951
16952 @subheading The @code{-gdb-set} Command
16953 @findex -gdb-set
16954
16955 @subsubheading Synopsis
16956
16957 @smallexample
16958 -gdb-set
16959 @end smallexample
16960
16961 Set an internal @value{GDBN} variable.
16962 @c IS THIS A DOLLAR VARIABLE? OR SOMETHING LIKE ANNOTATE ?????
16963
16964 @subsubheading @value{GDBN} Command
16965
16966 The corresponding @value{GDBN} command is @samp{set}.
16967
16968 @subsubheading Example
16969
16970 @smallexample
16971 (@value{GDBP})
16972 -gdb-set $foo=3
16973 ^done
16974 (@value{GDBP})
16975 @end smallexample
16976
16977
16978 @subheading The @code{-gdb-show} Command
16979 @findex -gdb-show
16980
16981 @subsubheading Synopsis
16982
16983 @smallexample
16984 -gdb-show
16985 @end smallexample
16986
16987 Show the current value of a @value{GDBN} variable.
16988
16989 @subsubheading @value{GDBN} command
16990
16991 The corresponding @value{GDBN} command is @samp{show}.
16992
16993 @subsubheading Example
16994
16995 @smallexample
16996 (@value{GDBP})
16997 -gdb-show annotate
16998 ^done,value="0"
16999 (@value{GDBP})
17000 @end smallexample
17001
17002 @c @subheading -gdb-source
17003
17004
17005 @subheading The @code{-gdb-version} Command
17006 @findex -gdb-version
17007
17008 @subsubheading Synopsis
17009
17010 @smallexample
17011 -gdb-version
17012 @end smallexample
17013
17014 Show version information for @value{GDBN}. Used mostly in testing.
17015
17016 @subsubheading @value{GDBN} Command
17017
17018 There's no equivalent @value{GDBN} command. @value{GDBN} by default shows this
17019 information when you start an interactive session.
17020
17021 @subsubheading Example
17022
17023 @c This example modifies the actual output from GDB to avoid overfull
17024 @c box in TeX.
17025 @smallexample
17026 (@value{GDBP})
17027 -gdb-version
17028 ~GNU gdb 5.2.1
17029 ~Copyright 2000 Free Software Foundation, Inc.
17030 ~GDB is free software, covered by the GNU General Public License, and
17031 ~you are welcome to change it and/or distribute copies of it under
17032 ~ certain conditions.
17033 ~Type "show copying" to see the conditions.
17034 ~There is absolutely no warranty for GDB. Type "show warranty" for
17035 ~ details.
17036 ~This GDB was configured as
17037 "--host=sparc-sun-solaris2.5.1 --target=ppc-eabi".
17038 ^done
17039 (@value{GDBP})
17040 @end smallexample
17041
17042 @subheading The @code{-interpreter-exec} Command
17043 @findex -interpreter-exec
17044
17045 @subheading Synopsis
17046
17047 @smallexample
17048 -interpreter-exec @var{interpreter} @var{command}
17049 @end smallexample
17050
17051 Execute the specified @var{command} in the given @var{interpreter}.
17052
17053 @subheading @value{GDBN} Command
17054
17055 The corresponding @value{GDBN} command is @samp{interpreter-exec}.
17056
17057 @subheading Example
17058
17059 @smallexample
17060 (@value{GDBP})
17061 -interpreter-exec console "break main"
17062 &"During symbol reading, couldn't parse type; debugger out of date?.\n"
17063 &"During symbol reading, bad structure-type format.\n"
17064 ~"Breakpoint 1 at 0x8074fc6: file ../../src/gdb/main.c, line 743.\n"
17065 ^done
17066 (@value{GDBP})
17067 @end smallexample
17068
17069 @ignore
17070 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17071 @node GDB/MI Kod Commands
17072 @section @sc{gdb/mi} Kod Commands
17073
17074 The Kod commands are not implemented.
17075
17076 @c @subheading -kod-info
17077
17078 @c @subheading -kod-list
17079
17080 @c @subheading -kod-list-object-types
17081
17082 @c @subheading -kod-show
17083
17084 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17085 @node GDB/MI Memory Overlay Commands
17086 @section @sc{gdb/mi} Memory Overlay Commands
17087
17088 The memory overlay commands are not implemented.
17089
17090 @c @subheading -overlay-auto
17091
17092 @c @subheading -overlay-list-mapping-state
17093
17094 @c @subheading -overlay-list-overlays
17095
17096 @c @subheading -overlay-map
17097
17098 @c @subheading -overlay-off
17099
17100 @c @subheading -overlay-on
17101
17102 @c @subheading -overlay-unmap
17103
17104 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17105 @node GDB/MI Signal Handling Commands
17106 @section @sc{gdb/mi} Signal Handling Commands
17107
17108 Signal handling commands are not implemented.
17109
17110 @c @subheading -signal-handle
17111
17112 @c @subheading -signal-list-handle-actions
17113
17114 @c @subheading -signal-list-signal-types
17115 @end ignore
17116
17117
17118 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17119 @node GDB/MI Stack Manipulation
17120 @section @sc{gdb/mi} Stack Manipulation Commands
17121
17122
17123 @subheading The @code{-stack-info-frame} Command
17124 @findex -stack-info-frame
17125
17126 @subsubheading Synopsis
17127
17128 @smallexample
17129 -stack-info-frame
17130 @end smallexample
17131
17132 Get info on the current frame.
17133
17134 @subsubheading @value{GDBN} Command
17135
17136 The corresponding @value{GDBN} command is @samp{info frame} or @samp{frame}
17137 (without arguments).
17138
17139 @subsubheading Example
17140 N.A.
17141
17142 @subheading The @code{-stack-info-depth} Command
17143 @findex -stack-info-depth
17144
17145 @subsubheading Synopsis
17146
17147 @smallexample
17148 -stack-info-depth [ @var{max-depth} ]
17149 @end smallexample
17150
17151 Return the depth of the stack. If the integer argument @var{max-depth}
17152 is specified, do not count beyond @var{max-depth} frames.
17153
17154 @subsubheading @value{GDBN} Command
17155
17156 There's no equivalent @value{GDBN} command.
17157
17158 @subsubheading Example
17159
17160 For a stack with frame levels 0 through 11:
17161
17162 @smallexample
17163 (@value{GDBP})
17164 -stack-info-depth
17165 ^done,depth="12"
17166 (@value{GDBP})
17167 -stack-info-depth 4
17168 ^done,depth="4"
17169 (@value{GDBP})
17170 -stack-info-depth 12
17171 ^done,depth="12"
17172 (@value{GDBP})
17173 -stack-info-depth 11
17174 ^done,depth="11"
17175 (@value{GDBP})
17176 -stack-info-depth 13
17177 ^done,depth="12"
17178 (@value{GDBP})
17179 @end smallexample
17180
17181 @subheading The @code{-stack-list-arguments} Command
17182 @findex -stack-list-arguments
17183
17184 @subsubheading Synopsis
17185
17186 @smallexample
17187 -stack-list-arguments @var{show-values}
17188 [ @var{low-frame} @var{high-frame} ]
17189 @end smallexample
17190
17191 Display a list of the arguments for the frames between @var{low-frame}
17192 and @var{high-frame} (inclusive). If @var{low-frame} and
17193 @var{high-frame} are not provided, list the arguments for the whole call
17194 stack.
17195
17196 The @var{show-values} argument must have a value of 0 or 1. A value of
17197 0 means that only the names of the arguments are listed, a value of 1
17198 means that both names and values of the arguments are printed.
17199
17200 @subsubheading @value{GDBN} Command
17201
17202 @value{GDBN} does not have an equivalent command. @code{gdbtk} has a
17203 @samp{gdb_get_args} command which partially overlaps with the
17204 functionality of @samp{-stack-list-arguments}.
17205
17206 @subsubheading Example
17207
17208 @smallexample
17209 (@value{GDBP})
17210 -stack-list-frames
17211 ^done,
17212 stack=[
17213 frame=@{level="0",addr="0x00010734",func="callee4",
17214 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@},
17215 frame=@{level="1",addr="0x0001076c",func="callee3",
17216 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="17"@},
17217 frame=@{level="2",addr="0x0001078c",func="callee2",
17218 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="22"@},
17219 frame=@{level="3",addr="0x000107b4",func="callee1",
17220 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="27"@},
17221 frame=@{level="4",addr="0x000107e0",func="main",
17222 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="32"@}]
17223 (@value{GDBP})
17224 -stack-list-arguments 0
17225 ^done,
17226 stack-args=[
17227 frame=@{level="0",args=[]@},
17228 frame=@{level="1",args=[name="strarg"]@},
17229 frame=@{level="2",args=[name="intarg",name="strarg"]@},
17230 frame=@{level="3",args=[name="intarg",name="strarg",name="fltarg"]@},
17231 frame=@{level="4",args=[]@}]
17232 (@value{GDBP})
17233 -stack-list-arguments 1
17234 ^done,
17235 stack-args=[
17236 frame=@{level="0",args=[]@},
17237 frame=@{level="1",
17238 args=[@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
17239 frame=@{level="2",args=[
17240 @{name="intarg",value="2"@},
17241 @{name="strarg",value="0x11940 \"A string argument.\""@}]@},
17242 @{frame=@{level="3",args=[
17243 @{name="intarg",value="2"@},
17244 @{name="strarg",value="0x11940 \"A string argument.\""@},
17245 @{name="fltarg",value="3.5"@}]@},
17246 frame=@{level="4",args=[]@}]
17247 (@value{GDBP})
17248 -stack-list-arguments 0 2 2
17249 ^done,stack-args=[frame=@{level="2",args=[name="intarg",name="strarg"]@}]
17250 (@value{GDBP})
17251 -stack-list-arguments 1 2 2
17252 ^done,stack-args=[frame=@{level="2",
17253 args=[@{name="intarg",value="2"@},
17254 @{name="strarg",value="0x11940 \"A string argument.\""@}]@}]
17255 (@value{GDBP})
17256 @end smallexample
17257
17258 @c @subheading -stack-list-exception-handlers
17259
17260
17261 @subheading The @code{-stack-list-frames} Command
17262 @findex -stack-list-frames
17263
17264 @subsubheading Synopsis
17265
17266 @smallexample
17267 -stack-list-frames [ @var{low-frame} @var{high-frame} ]
17268 @end smallexample
17269
17270 List the frames currently on the stack. For each frame it displays the
17271 following info:
17272
17273 @table @samp
17274 @item @var{level}
17275 The frame number, 0 being the topmost frame, i.e. the innermost function.
17276 @item @var{addr}
17277 The @code{$pc} value for that frame.
17278 @item @var{func}
17279 Function name.
17280 @item @var{file}
17281 File name of the source file where the function lives.
17282 @item @var{line}
17283 Line number corresponding to the @code{$pc}.
17284 @end table
17285
17286 If invoked without arguments, this command prints a backtrace for the
17287 whole stack. If given two integer arguments, it shows the frames whose
17288 levels are between the two arguments (inclusive). If the two arguments
17289 are equal, it shows the single frame at the corresponding level.
17290
17291 @subsubheading @value{GDBN} Command
17292
17293 The corresponding @value{GDBN} commands are @samp{backtrace} and @samp{where}.
17294
17295 @subsubheading Example
17296
17297 Full stack backtrace:
17298
17299 @smallexample
17300 (@value{GDBP})
17301 -stack-list-frames
17302 ^done,stack=
17303 [frame=@{level="0",addr="0x0001076c",func="foo",
17304 file="recursive2.c",line="11"@},
17305 frame=@{level="1",addr="0x000107a4",func="foo",
17306 file="recursive2.c",line="14"@},
17307 frame=@{level="2",addr="0x000107a4",func="foo",
17308 file="recursive2.c",line="14"@},
17309 frame=@{level="3",addr="0x000107a4",func="foo",
17310 file="recursive2.c",line="14"@},
17311 frame=@{level="4",addr="0x000107a4",func="foo",
17312 file="recursive2.c",line="14"@},
17313 frame=@{level="5",addr="0x000107a4",func="foo",
17314 file="recursive2.c",line="14"@},
17315 frame=@{level="6",addr="0x000107a4",func="foo",
17316 file="recursive2.c",line="14"@},
17317 frame=@{level="7",addr="0x000107a4",func="foo",
17318 file="recursive2.c",line="14"@},
17319 frame=@{level="8",addr="0x000107a4",func="foo",
17320 file="recursive2.c",line="14"@},
17321 frame=@{level="9",addr="0x000107a4",func="foo",
17322 file="recursive2.c",line="14"@},
17323 frame=@{level="10",addr="0x000107a4",func="foo",
17324 file="recursive2.c",line="14"@},
17325 frame=@{level="11",addr="0x00010738",func="main",
17326 file="recursive2.c",line="4"@}]
17327 (@value{GDBP})
17328 @end smallexample
17329
17330 Show frames between @var{low_frame} and @var{high_frame}:
17331
17332 @smallexample
17333 (@value{GDBP})
17334 -stack-list-frames 3 5
17335 ^done,stack=
17336 [frame=@{level="3",addr="0x000107a4",func="foo",
17337 file="recursive2.c",line="14"@},
17338 frame=@{level="4",addr="0x000107a4",func="foo",
17339 file="recursive2.c",line="14"@},
17340 frame=@{level="5",addr="0x000107a4",func="foo",
17341 file="recursive2.c",line="14"@}]
17342 (@value{GDBP})
17343 @end smallexample
17344
17345 Show a single frame:
17346
17347 @smallexample
17348 (@value{GDBP})
17349 -stack-list-frames 3 3
17350 ^done,stack=
17351 [frame=@{level="3",addr="0x000107a4",func="foo",
17352 file="recursive2.c",line="14"@}]
17353 (@value{GDBP})
17354 @end smallexample
17355
17356
17357 @subheading The @code{-stack-list-locals} Command
17358 @findex -stack-list-locals
17359
17360 @subsubheading Synopsis
17361
17362 @smallexample
17363 -stack-list-locals @var{print-values}
17364 @end smallexample
17365
17366 Display the local variable names for the current frame. With an
17367 argument of 0 or @code{--no-values}, prints only the names of the variables.
17368 With argument of 1 or @code{--all-values}, prints also their values. With
17369 argument of 2 or @code{--simple-values}, prints the name, type and value for
17370 simple data types and the name and type for arrays, structures and
17371 unions. In this last case, the idea is that the user can see the
17372 value of simple data types immediately and he can create variable
17373 objects for other data types if he wishes to explore their values in
17374 more detail.
17375
17376 @subsubheading @value{GDBN} Command
17377
17378 @samp{info locals} in @value{GDBN}, @samp{gdb_get_locals} in @code{gdbtk}.
17379
17380 @subsubheading Example
17381
17382 @smallexample
17383 (@value{GDBP})
17384 -stack-list-locals 0
17385 ^done,locals=[name="A",name="B",name="C"]
17386 (@value{GDBP})
17387 -stack-list-locals --all-values
17388 ^done,locals=[@{name="A",value="1"@},@{name="B",value="2"@},
17389 @{name="C",value="@{1, 2, 3@}"@}]
17390 -stack-list-locals --simple-values
17391 ^done,locals=[@{name="A",type="int",value="1"@},
17392 @{name="B",type="int",value="2"@},@{name="C",type="int [3]"@}]
17393 (@value{GDBP})
17394 @end smallexample
17395
17396
17397 @subheading The @code{-stack-select-frame} Command
17398 @findex -stack-select-frame
17399
17400 @subsubheading Synopsis
17401
17402 @smallexample
17403 -stack-select-frame @var{framenum}
17404 @end smallexample
17405
17406 Change the current frame. Select a different frame @var{framenum} on
17407 the stack.
17408
17409 @subsubheading @value{GDBN} Command
17410
17411 The corresponding @value{GDBN} commands are @samp{frame}, @samp{up},
17412 @samp{down}, @samp{select-frame}, @samp{up-silent}, and @samp{down-silent}.
17413
17414 @subsubheading Example
17415
17416 @smallexample
17417 (@value{GDBP})
17418 -stack-select-frame 2
17419 ^done
17420 (@value{GDBP})
17421 @end smallexample
17422
17423 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17424 @node GDB/MI Symbol Query
17425 @section @sc{gdb/mi} Symbol Query Commands
17426
17427
17428 @subheading The @code{-symbol-info-address} Command
17429 @findex -symbol-info-address
17430
17431 @subsubheading Synopsis
17432
17433 @smallexample
17434 -symbol-info-address @var{symbol}
17435 @end smallexample
17436
17437 Describe where @var{symbol} is stored.
17438
17439 @subsubheading @value{GDBN} Command
17440
17441 The corresponding @value{GDBN} command is @samp{info address}.
17442
17443 @subsubheading Example
17444 N.A.
17445
17446
17447 @subheading The @code{-symbol-info-file} Command
17448 @findex -symbol-info-file
17449
17450 @subsubheading Synopsis
17451
17452 @smallexample
17453 -symbol-info-file
17454 @end smallexample
17455
17456 Show the file for the symbol.
17457
17458 @subsubheading @value{GDBN} Command
17459
17460 There's no equivalent @value{GDBN} command. @code{gdbtk} has
17461 @samp{gdb_find_file}.
17462
17463 @subsubheading Example
17464 N.A.
17465
17466
17467 @subheading The @code{-symbol-info-function} Command
17468 @findex -symbol-info-function
17469
17470 @subsubheading Synopsis
17471
17472 @smallexample
17473 -symbol-info-function
17474 @end smallexample
17475
17476 Show which function the symbol lives in.
17477
17478 @subsubheading @value{GDBN} Command
17479
17480 @samp{gdb_get_function} in @code{gdbtk}.
17481
17482 @subsubheading Example
17483 N.A.
17484
17485
17486 @subheading The @code{-symbol-info-line} Command
17487 @findex -symbol-info-line
17488
17489 @subsubheading Synopsis
17490
17491 @smallexample
17492 -symbol-info-line
17493 @end smallexample
17494
17495 Show the core addresses of the code for a source line.
17496
17497 @subsubheading @value{GDBN} Command
17498
17499 The corresponding @value{GDBN} command is @samp{info line}.
17500 @code{gdbtk} has the @samp{gdb_get_line} and @samp{gdb_get_file} commands.
17501
17502 @subsubheading Example
17503 N.A.
17504
17505
17506 @subheading The @code{-symbol-info-symbol} Command
17507 @findex -symbol-info-symbol
17508
17509 @subsubheading Synopsis
17510
17511 @smallexample
17512 -symbol-info-symbol @var{addr}
17513 @end smallexample
17514
17515 Describe what symbol is at location @var{addr}.
17516
17517 @subsubheading @value{GDBN} Command
17518
17519 The corresponding @value{GDBN} command is @samp{info symbol}.
17520
17521 @subsubheading Example
17522 N.A.
17523
17524
17525 @subheading The @code{-symbol-list-functions} Command
17526 @findex -symbol-list-functions
17527
17528 @subsubheading Synopsis
17529
17530 @smallexample
17531 -symbol-list-functions
17532 @end smallexample
17533
17534 List the functions in the executable.
17535
17536 @subsubheading @value{GDBN} Command
17537
17538 @samp{info functions} in @value{GDBN}, @samp{gdb_listfunc} and
17539 @samp{gdb_search} in @code{gdbtk}.
17540
17541 @subsubheading Example
17542 N.A.
17543
17544
17545 @subheading The @code{-symbol-list-lines} Command
17546 @findex -symbol-list-lines
17547
17548 @subsubheading Synopsis
17549
17550 @smallexample
17551 -symbol-list-lines @var{filename}
17552 @end smallexample
17553
17554 Print the list of lines that contain code and their associated program
17555 addresses for the given source filename. The entries are sorted in
17556 ascending PC order.
17557
17558 @subsubheading @value{GDBN} Command
17559
17560 There is no corresponding @value{GDBN} command.
17561
17562 @subsubheading Example
17563 @smallexample
17564 (@value{GDBP})
17565 -symbol-list-lines basics.c
17566 ^done,lines=[@{pc="0x08048554",line="7"@},@{pc="0x0804855a",line="8"@}]
17567 (@value{GDBP})
17568 @end smallexample
17569
17570
17571 @subheading The @code{-symbol-list-types} Command
17572 @findex -symbol-list-types
17573
17574 @subsubheading Synopsis
17575
17576 @smallexample
17577 -symbol-list-types
17578 @end smallexample
17579
17580 List all the type names.
17581
17582 @subsubheading @value{GDBN} Command
17583
17584 The corresponding commands are @samp{info types} in @value{GDBN},
17585 @samp{gdb_search} in @code{gdbtk}.
17586
17587 @subsubheading Example
17588 N.A.
17589
17590
17591 @subheading The @code{-symbol-list-variables} Command
17592 @findex -symbol-list-variables
17593
17594 @subsubheading Synopsis
17595
17596 @smallexample
17597 -symbol-list-variables
17598 @end smallexample
17599
17600 List all the global and static variable names.
17601
17602 @subsubheading @value{GDBN} Command
17603
17604 @samp{info variables} in @value{GDBN}, @samp{gdb_search} in @code{gdbtk}.
17605
17606 @subsubheading Example
17607 N.A.
17608
17609
17610 @subheading The @code{-symbol-locate} Command
17611 @findex -symbol-locate
17612
17613 @subsubheading Synopsis
17614
17615 @smallexample
17616 -symbol-locate
17617 @end smallexample
17618
17619 @subsubheading @value{GDBN} Command
17620
17621 @samp{gdb_loc} in @code{gdbtk}.
17622
17623 @subsubheading Example
17624 N.A.
17625
17626
17627 @subheading The @code{-symbol-type} Command
17628 @findex -symbol-type
17629
17630 @subsubheading Synopsis
17631
17632 @smallexample
17633 -symbol-type @var{variable}
17634 @end smallexample
17635
17636 Show type of @var{variable}.
17637
17638 @subsubheading @value{GDBN} Command
17639
17640 The corresponding @value{GDBN} command is @samp{ptype}, @code{gdbtk} has
17641 @samp{gdb_obj_variable}.
17642
17643 @subsubheading Example
17644 N.A.
17645
17646
17647 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17648 @node GDB/MI Target Manipulation
17649 @section @sc{gdb/mi} Target Manipulation Commands
17650
17651
17652 @subheading The @code{-target-attach} Command
17653 @findex -target-attach
17654
17655 @subsubheading Synopsis
17656
17657 @smallexample
17658 -target-attach @var{pid} | @var{file}
17659 @end smallexample
17660
17661 Attach to a process @var{pid} or a file @var{file} outside of @value{GDBN}.
17662
17663 @subsubheading @value{GDBN} command
17664
17665 The corresponding @value{GDBN} command is @samp{attach}.
17666
17667 @subsubheading Example
17668 N.A.
17669
17670
17671 @subheading The @code{-target-compare-sections} Command
17672 @findex -target-compare-sections
17673
17674 @subsubheading Synopsis
17675
17676 @smallexample
17677 -target-compare-sections [ @var{section} ]
17678 @end smallexample
17679
17680 Compare data of section @var{section} on target to the exec file.
17681 Without the argument, all sections are compared.
17682
17683 @subsubheading @value{GDBN} Command
17684
17685 The @value{GDBN} equivalent is @samp{compare-sections}.
17686
17687 @subsubheading Example
17688 N.A.
17689
17690
17691 @subheading The @code{-target-detach} Command
17692 @findex -target-detach
17693
17694 @subsubheading Synopsis
17695
17696 @smallexample
17697 -target-detach
17698 @end smallexample
17699
17700 Disconnect from the remote target. There's no output.
17701
17702 @subsubheading @value{GDBN} command
17703
17704 The corresponding @value{GDBN} command is @samp{detach}.
17705
17706 @subsubheading Example
17707
17708 @smallexample
17709 (@value{GDBP})
17710 -target-detach
17711 ^done
17712 (@value{GDBP})
17713 @end smallexample
17714
17715
17716 @subheading The @code{-target-disconnect} Command
17717 @findex -target-disconnect
17718
17719 @subsubheading Synopsis
17720
17721 @example
17722 -target-disconnect
17723 @end example
17724
17725 Disconnect from the remote target. There's no output.
17726
17727 @subsubheading @value{GDBN} command
17728
17729 The corresponding @value{GDBN} command is @samp{disconnect}.
17730
17731 @subsubheading Example
17732
17733 @smallexample
17734 (@value{GDBP})
17735 -target-disconnect
17736 ^done
17737 (@value{GDBP})
17738 @end smallexample
17739
17740
17741 @subheading The @code{-target-download} Command
17742 @findex -target-download
17743
17744 @subsubheading Synopsis
17745
17746 @smallexample
17747 -target-download
17748 @end smallexample
17749
17750 Loads the executable onto the remote target.
17751 It prints out an update message every half second, which includes the fields:
17752
17753 @table @samp
17754 @item section
17755 The name of the section.
17756 @item section-sent
17757 The size of what has been sent so far for that section.
17758 @item section-size
17759 The size of the section.
17760 @item total-sent
17761 The total size of what was sent so far (the current and the previous sections).
17762 @item total-size
17763 The size of the overall executable to download.
17764 @end table
17765
17766 @noindent
17767 Each message is sent as status record (@pxref{GDB/MI Output Syntax, ,
17768 @sc{gdb/mi} Output Syntax}).
17769
17770 In addition, it prints the name and size of the sections, as they are
17771 downloaded. These messages include the following fields:
17772
17773 @table @samp
17774 @item section
17775 The name of the section.
17776 @item section-size
17777 The size of the section.
17778 @item total-size
17779 The size of the overall executable to download.
17780 @end table
17781
17782 @noindent
17783 At the end, a summary is printed.
17784
17785 @subsubheading @value{GDBN} Command
17786
17787 The corresponding @value{GDBN} command is @samp{load}.
17788
17789 @subsubheading Example
17790
17791 Note: each status message appears on a single line. Here the messages
17792 have been broken down so that they can fit onto a page.
17793
17794 @smallexample
17795 (@value{GDBP})
17796 -target-download
17797 +download,@{section=".text",section-size="6668",total-size="9880"@}
17798 +download,@{section=".text",section-sent="512",section-size="6668",
17799 total-sent="512",total-size="9880"@}
17800 +download,@{section=".text",section-sent="1024",section-size="6668",
17801 total-sent="1024",total-size="9880"@}
17802 +download,@{section=".text",section-sent="1536",section-size="6668",
17803 total-sent="1536",total-size="9880"@}
17804 +download,@{section=".text",section-sent="2048",section-size="6668",
17805 total-sent="2048",total-size="9880"@}
17806 +download,@{section=".text",section-sent="2560",section-size="6668",
17807 total-sent="2560",total-size="9880"@}
17808 +download,@{section=".text",section-sent="3072",section-size="6668",
17809 total-sent="3072",total-size="9880"@}
17810 +download,@{section=".text",section-sent="3584",section-size="6668",
17811 total-sent="3584",total-size="9880"@}
17812 +download,@{section=".text",section-sent="4096",section-size="6668",
17813 total-sent="4096",total-size="9880"@}
17814 +download,@{section=".text",section-sent="4608",section-size="6668",
17815 total-sent="4608",total-size="9880"@}
17816 +download,@{section=".text",section-sent="5120",section-size="6668",
17817 total-sent="5120",total-size="9880"@}
17818 +download,@{section=".text",section-sent="5632",section-size="6668",
17819 total-sent="5632",total-size="9880"@}
17820 +download,@{section=".text",section-sent="6144",section-size="6668",
17821 total-sent="6144",total-size="9880"@}
17822 +download,@{section=".text",section-sent="6656",section-size="6668",
17823 total-sent="6656",total-size="9880"@}
17824 +download,@{section=".init",section-size="28",total-size="9880"@}
17825 +download,@{section=".fini",section-size="28",total-size="9880"@}
17826 +download,@{section=".data",section-size="3156",total-size="9880"@}
17827 +download,@{section=".data",section-sent="512",section-size="3156",
17828 total-sent="7236",total-size="9880"@}
17829 +download,@{section=".data",section-sent="1024",section-size="3156",
17830 total-sent="7748",total-size="9880"@}
17831 +download,@{section=".data",section-sent="1536",section-size="3156",
17832 total-sent="8260",total-size="9880"@}
17833 +download,@{section=".data",section-sent="2048",section-size="3156",
17834 total-sent="8772",total-size="9880"@}
17835 +download,@{section=".data",section-sent="2560",section-size="3156",
17836 total-sent="9284",total-size="9880"@}
17837 +download,@{section=".data",section-sent="3072",section-size="3156",
17838 total-sent="9796",total-size="9880"@}
17839 ^done,address="0x10004",load-size="9880",transfer-rate="6586",
17840 write-rate="429"
17841 (@value{GDBP})
17842 @end smallexample
17843
17844
17845 @subheading The @code{-target-exec-status} Command
17846 @findex -target-exec-status
17847
17848 @subsubheading Synopsis
17849
17850 @smallexample
17851 -target-exec-status
17852 @end smallexample
17853
17854 Provide information on the state of the target (whether it is running or
17855 not, for instance).
17856
17857 @subsubheading @value{GDBN} Command
17858
17859 There's no equivalent @value{GDBN} command.
17860
17861 @subsubheading Example
17862 N.A.
17863
17864
17865 @subheading The @code{-target-list-available-targets} Command
17866 @findex -target-list-available-targets
17867
17868 @subsubheading Synopsis
17869
17870 @smallexample
17871 -target-list-available-targets
17872 @end smallexample
17873
17874 List the possible targets to connect to.
17875
17876 @subsubheading @value{GDBN} Command
17877
17878 The corresponding @value{GDBN} command is @samp{help target}.
17879
17880 @subsubheading Example
17881 N.A.
17882
17883
17884 @subheading The @code{-target-list-current-targets} Command
17885 @findex -target-list-current-targets
17886
17887 @subsubheading Synopsis
17888
17889 @smallexample
17890 -target-list-current-targets
17891 @end smallexample
17892
17893 Describe the current target.
17894
17895 @subsubheading @value{GDBN} Command
17896
17897 The corresponding information is printed by @samp{info file} (among
17898 other things).
17899
17900 @subsubheading Example
17901 N.A.
17902
17903
17904 @subheading The @code{-target-list-parameters} Command
17905 @findex -target-list-parameters
17906
17907 @subsubheading Synopsis
17908
17909 @smallexample
17910 -target-list-parameters
17911 @end smallexample
17912
17913 @c ????
17914
17915 @subsubheading @value{GDBN} Command
17916
17917 No equivalent.
17918
17919 @subsubheading Example
17920 N.A.
17921
17922
17923 @subheading The @code{-target-select} Command
17924 @findex -target-select
17925
17926 @subsubheading Synopsis
17927
17928 @smallexample
17929 -target-select @var{type} @var{parameters @dots{}}
17930 @end smallexample
17931
17932 Connect @value{GDBN} to the remote target. This command takes two args:
17933
17934 @table @samp
17935 @item @var{type}
17936 The type of target, for instance @samp{async}, @samp{remote}, etc.
17937 @item @var{parameters}
17938 Device names, host names and the like. @xref{Target Commands, ,
17939 Commands for managing targets}, for more details.
17940 @end table
17941
17942 The output is a connection notification, followed by the address at
17943 which the target program is, in the following form:
17944
17945 @smallexample
17946 ^connected,addr="@var{address}",func="@var{function name}",
17947 args=[@var{arg list}]
17948 @end smallexample
17949
17950 @subsubheading @value{GDBN} Command
17951
17952 The corresponding @value{GDBN} command is @samp{target}.
17953
17954 @subsubheading Example
17955
17956 @smallexample
17957 (@value{GDBP})
17958 -target-select async /dev/ttya
17959 ^connected,addr="0xfe00a300",func="??",args=[]
17960 (@value{GDBP})
17961 @end smallexample
17962
17963 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17964 @node GDB/MI Thread Commands
17965 @section @sc{gdb/mi} Thread Commands
17966
17967
17968 @subheading The @code{-thread-info} Command
17969 @findex -thread-info
17970
17971 @subsubheading Synopsis
17972
17973 @smallexample
17974 -thread-info
17975 @end smallexample
17976
17977 @subsubheading @value{GDBN} command
17978
17979 No equivalent.
17980
17981 @subsubheading Example
17982 N.A.
17983
17984
17985 @subheading The @code{-thread-list-all-threads} Command
17986 @findex -thread-list-all-threads
17987
17988 @subsubheading Synopsis
17989
17990 @smallexample
17991 -thread-list-all-threads
17992 @end smallexample
17993
17994 @subsubheading @value{GDBN} Command
17995
17996 The equivalent @value{GDBN} command is @samp{info threads}.
17997
17998 @subsubheading Example
17999 N.A.
18000
18001
18002 @subheading The @code{-thread-list-ids} Command
18003 @findex -thread-list-ids
18004
18005 @subsubheading Synopsis
18006
18007 @smallexample
18008 -thread-list-ids
18009 @end smallexample
18010
18011 Produces a list of the currently known @value{GDBN} thread ids. At the
18012 end of the list it also prints the total number of such threads.
18013
18014 @subsubheading @value{GDBN} Command
18015
18016 Part of @samp{info threads} supplies the same information.
18017
18018 @subsubheading Example
18019
18020 No threads present, besides the main process:
18021
18022 @smallexample
18023 (@value{GDBP})
18024 -thread-list-ids
18025 ^done,thread-ids=@{@},number-of-threads="0"
18026 (@value{GDBP})
18027 @end smallexample
18028
18029
18030 Several threads:
18031
18032 @smallexample
18033 (@value{GDBP})
18034 -thread-list-ids
18035 ^done,thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
18036 number-of-threads="3"
18037 (@value{GDBP})
18038 @end smallexample
18039
18040
18041 @subheading The @code{-thread-select} Command
18042 @findex -thread-select
18043
18044 @subsubheading Synopsis
18045
18046 @smallexample
18047 -thread-select @var{threadnum}
18048 @end smallexample
18049
18050 Make @var{threadnum} the current thread. It prints the number of the new
18051 current thread, and the topmost frame for that thread.
18052
18053 @subsubheading @value{GDBN} Command
18054
18055 The corresponding @value{GDBN} command is @samp{thread}.
18056
18057 @subsubheading Example
18058
18059 @smallexample
18060 (@value{GDBP})
18061 -exec-next
18062 ^running
18063 (@value{GDBP})
18064 *stopped,reason="end-stepping-range",thread-id="2",line="187",
18065 file="../../../devo/gdb/testsuite/gdb.threads/linux-dp.c"
18066 (@value{GDBP})
18067 -thread-list-ids
18068 ^done,
18069 thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
18070 number-of-threads="3"
18071 (@value{GDBP})
18072 -thread-select 3
18073 ^done,new-thread-id="3",
18074 frame=@{level="0",func="vprintf",
18075 args=[@{name="format",value="0x8048e9c \"%*s%c %d %c\\n\""@},
18076 @{name="arg",value="0x2"@}],file="vprintf.c",line="31"@}
18077 (@value{GDBP})
18078 @end smallexample
18079
18080 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
18081 @node GDB/MI Tracepoint Commands
18082 @section @sc{gdb/mi} Tracepoint Commands
18083
18084 The tracepoint commands are not yet implemented.
18085
18086 @c @subheading -trace-actions
18087
18088 @c @subheading -trace-delete
18089
18090 @c @subheading -trace-disable
18091
18092 @c @subheading -trace-dump
18093
18094 @c @subheading -trace-enable
18095
18096 @c @subheading -trace-exists
18097
18098 @c @subheading -trace-find
18099
18100 @c @subheading -trace-frame-number
18101
18102 @c @subheading -trace-info
18103
18104 @c @subheading -trace-insert
18105
18106 @c @subheading -trace-list
18107
18108 @c @subheading -trace-pass-count
18109
18110 @c @subheading -trace-save
18111
18112 @c @subheading -trace-start
18113
18114 @c @subheading -trace-stop
18115
18116
18117 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
18118 @node GDB/MI Variable Objects
18119 @section @sc{gdb/mi} Variable Objects
18120
18121
18122 @subheading Motivation for Variable Objects in @sc{gdb/mi}
18123
18124 For the implementation of a variable debugger window (locals, watched
18125 expressions, etc.), we are proposing the adaptation of the existing code
18126 used by @code{Insight}.
18127
18128 The two main reasons for that are:
18129
18130 @enumerate 1
18131 @item
18132 It has been proven in practice (it is already on its second generation).
18133
18134 @item
18135 It will shorten development time (needless to say how important it is
18136 now).
18137 @end enumerate
18138
18139 The original interface was designed to be used by Tcl code, so it was
18140 slightly changed so it could be used through @sc{gdb/mi}. This section
18141 describes the @sc{gdb/mi} operations that will be available and gives some
18142 hints about their use.
18143
18144 @emph{Note}: In addition to the set of operations described here, we
18145 expect the @sc{gui} implementation of a variable window to require, at
18146 least, the following operations:
18147
18148 @itemize @bullet
18149 @item @code{-gdb-show} @code{output-radix}
18150 @item @code{-stack-list-arguments}
18151 @item @code{-stack-list-locals}
18152 @item @code{-stack-select-frame}
18153 @end itemize
18154
18155 @subheading Introduction to Variable Objects in @sc{gdb/mi}
18156
18157 @cindex variable objects in @sc{gdb/mi}
18158 The basic idea behind variable objects is the creation of a named object
18159 to represent a variable, an expression, a memory location or even a CPU
18160 register. For each object created, a set of operations is available for
18161 examining or changing its properties.
18162
18163 Furthermore, complex data types, such as C structures, are represented
18164 in a tree format. For instance, the @code{struct} type variable is the
18165 root and the children will represent the struct members. If a child
18166 is itself of a complex type, it will also have children of its own.
18167 Appropriate language differences are handled for C, C@t{++} and Java.
18168
18169 When returning the actual values of the objects, this facility allows
18170 for the individual selection of the display format used in the result
18171 creation. It can be chosen among: binary, decimal, hexadecimal, octal
18172 and natural. Natural refers to a default format automatically
18173 chosen based on the variable type (like decimal for an @code{int}, hex
18174 for pointers, etc.).
18175
18176 The following is the complete set of @sc{gdb/mi} operations defined to
18177 access this functionality:
18178
18179 @multitable @columnfractions .4 .6
18180 @item @strong{Operation}
18181 @tab @strong{Description}
18182
18183 @item @code{-var-create}
18184 @tab create a variable object
18185 @item @code{-var-delete}
18186 @tab delete the variable object and its children
18187 @item @code{-var-set-format}
18188 @tab set the display format of this variable
18189 @item @code{-var-show-format}
18190 @tab show the display format of this variable
18191 @item @code{-var-info-num-children}
18192 @tab tells how many children this object has
18193 @item @code{-var-list-children}
18194 @tab return a list of the object's children
18195 @item @code{-var-info-type}
18196 @tab show the type of this variable object
18197 @item @code{-var-info-expression}
18198 @tab print what this variable object represents
18199 @item @code{-var-show-attributes}
18200 @tab is this variable editable? does it exist here?
18201 @item @code{-var-evaluate-expression}
18202 @tab get the value of this variable
18203 @item @code{-var-assign}
18204 @tab set the value of this variable
18205 @item @code{-var-update}
18206 @tab update the variable and its children
18207 @end multitable
18208
18209 In the next subsection we describe each operation in detail and suggest
18210 how it can be used.
18211
18212 @subheading Description And Use of Operations on Variable Objects
18213
18214 @subheading The @code{-var-create} Command
18215 @findex -var-create
18216
18217 @subsubheading Synopsis
18218
18219 @smallexample
18220 -var-create @{@var{name} | "-"@}
18221 @{@var{frame-addr} | "*"@} @var{expression}
18222 @end smallexample
18223
18224 This operation creates a variable object, which allows the monitoring of
18225 a variable, the result of an expression, a memory cell or a CPU
18226 register.
18227
18228 The @var{name} parameter is the string by which the object can be
18229 referenced. It must be unique. If @samp{-} is specified, the varobj
18230 system will generate a string ``varNNNNNN'' automatically. It will be
18231 unique provided that one does not specify @var{name} on that format.
18232 The command fails if a duplicate name is found.
18233
18234 The frame under which the expression should be evaluated can be
18235 specified by @var{frame-addr}. A @samp{*} indicates that the current
18236 frame should be used.
18237
18238 @var{expression} is any expression valid on the current language set (must not
18239 begin with a @samp{*}), or one of the following:
18240
18241 @itemize @bullet
18242 @item
18243 @samp{*@var{addr}}, where @var{addr} is the address of a memory cell
18244
18245 @item
18246 @samp{*@var{addr}-@var{addr}} --- a memory address range (TBD)
18247
18248 @item
18249 @samp{$@var{regname}} --- a CPU register name
18250 @end itemize
18251
18252 @subsubheading Result
18253
18254 This operation returns the name, number of children and the type of the
18255 object created. Type is returned as a string as the ones generated by
18256 the @value{GDBN} CLI:
18257
18258 @smallexample
18259 name="@var{name}",numchild="N",type="@var{type}"
18260 @end smallexample
18261
18262
18263 @subheading The @code{-var-delete} Command
18264 @findex -var-delete
18265
18266 @subsubheading Synopsis
18267
18268 @smallexample
18269 -var-delete @var{name}
18270 @end smallexample
18271
18272 Deletes a previously created variable object and all of its children.
18273
18274 Returns an error if the object @var{name} is not found.
18275
18276
18277 @subheading The @code{-var-set-format} Command
18278 @findex -var-set-format
18279
18280 @subsubheading Synopsis
18281
18282 @smallexample
18283 -var-set-format @var{name} @var{format-spec}
18284 @end smallexample
18285
18286 Sets the output format for the value of the object @var{name} to be
18287 @var{format-spec}.
18288
18289 The syntax for the @var{format-spec} is as follows:
18290
18291 @smallexample
18292 @var{format-spec} @expansion{}
18293 @{binary | decimal | hexadecimal | octal | natural@}
18294 @end smallexample
18295
18296
18297 @subheading The @code{-var-show-format} Command
18298 @findex -var-show-format
18299
18300 @subsubheading Synopsis
18301
18302 @smallexample
18303 -var-show-format @var{name}
18304 @end smallexample
18305
18306 Returns the format used to display the value of the object @var{name}.
18307
18308 @smallexample
18309 @var{format} @expansion{}
18310 @var{format-spec}
18311 @end smallexample
18312
18313
18314 @subheading The @code{-var-info-num-children} Command
18315 @findex -var-info-num-children
18316
18317 @subsubheading Synopsis
18318
18319 @smallexample
18320 -var-info-num-children @var{name}
18321 @end smallexample
18322
18323 Returns the number of children of a variable object @var{name}:
18324
18325 @smallexample
18326 numchild=@var{n}
18327 @end smallexample
18328
18329
18330 @subheading The @code{-var-list-children} Command
18331 @findex -var-list-children
18332
18333 @subsubheading Synopsis
18334
18335 @smallexample
18336 -var-list-children [@var{print-values}] @var{name}
18337 @end smallexample
18338
18339 Returns a list of the children of the specified variable object. With
18340 just the variable object name as an argument or with an optional
18341 preceding argument of 0 or @code{--no-values}, prints only the names of the
18342 variables. With an optional preceding argument of 1 or @code{--all-values},
18343 also prints their values.
18344
18345 @subsubheading Example
18346
18347 @smallexample
18348 (@value{GDBP})
18349 -var-list-children n
18350 numchild=@var{n},children=[@{name=@var{name},
18351 numchild=@var{n},type=@var{type}@},@r{(repeats N times)}]
18352 (@value{GDBP})
18353 -var-list-children --all-values n
18354 numchild=@var{n},children=[@{name=@var{name},
18355 numchild=@var{n},value=@var{value},type=@var{type}@},@r{(repeats N times)}]
18356 @end smallexample
18357
18358
18359 @subheading The @code{-var-info-type} Command
18360 @findex -var-info-type
18361
18362 @subsubheading Synopsis
18363
18364 @smallexample
18365 -var-info-type @var{name}
18366 @end smallexample
18367
18368 Returns the type of the specified variable @var{name}. The type is
18369 returned as a string in the same format as it is output by the
18370 @value{GDBN} CLI:
18371
18372 @smallexample
18373 type=@var{typename}
18374 @end smallexample
18375
18376
18377 @subheading The @code{-var-info-expression} Command
18378 @findex -var-info-expression
18379
18380 @subsubheading Synopsis
18381
18382 @smallexample
18383 -var-info-expression @var{name}
18384 @end smallexample
18385
18386 Returns what is represented by the variable object @var{name}:
18387
18388 @smallexample
18389 lang=@var{lang-spec},exp=@var{expression}
18390 @end smallexample
18391
18392 @noindent
18393 where @var{lang-spec} is @code{@{"C" | "C++" | "Java"@}}.
18394
18395 @subheading The @code{-var-show-attributes} Command
18396 @findex -var-show-attributes
18397
18398 @subsubheading Synopsis
18399
18400 @smallexample
18401 -var-show-attributes @var{name}
18402 @end smallexample
18403
18404 List attributes of the specified variable object @var{name}:
18405
18406 @smallexample
18407 status=@var{attr} [ ( ,@var{attr} )* ]
18408 @end smallexample
18409
18410 @noindent
18411 where @var{attr} is @code{@{ @{ editable | noneditable @} | TBD @}}.
18412
18413 @subheading The @code{-var-evaluate-expression} Command
18414 @findex -var-evaluate-expression
18415
18416 @subsubheading Synopsis
18417
18418 @smallexample
18419 -var-evaluate-expression @var{name}
18420 @end smallexample
18421
18422 Evaluates the expression that is represented by the specified variable
18423 object and returns its value as a string in the current format specified
18424 for the object:
18425
18426 @smallexample
18427 value=@var{value}
18428 @end smallexample
18429
18430 Note that one must invoke @code{-var-list-children} for a variable
18431 before the value of a child variable can be evaluated.
18432
18433 @subheading The @code{-var-assign} Command
18434 @findex -var-assign
18435
18436 @subsubheading Synopsis
18437
18438 @smallexample
18439 -var-assign @var{name} @var{expression}
18440 @end smallexample
18441
18442 Assigns the value of @var{expression} to the variable object specified
18443 by @var{name}. The object must be @samp{editable}. If the variable's
18444 value is altered by the assign, the variable will show up in any
18445 subsequent @code{-var-update} list.
18446
18447 @subsubheading Example
18448
18449 @smallexample
18450 (@value{GDBP})
18451 -var-assign var1 3
18452 ^done,value="3"
18453 (@value{GDBP})
18454 -var-update *
18455 ^done,changelist=[@{name="var1",in_scope="true",type_changed="false"@}]
18456 (@value{GDBP})
18457 @end smallexample
18458
18459 @subheading The @code{-var-update} Command
18460 @findex -var-update
18461
18462 @subsubheading Synopsis
18463
18464 @smallexample
18465 -var-update @{@var{name} | "*"@}
18466 @end smallexample
18467
18468 Update the value of the variable object @var{name} by evaluating its
18469 expression after fetching all the new values from memory or registers.
18470 A @samp{*} causes all existing variable objects to be updated.
18471
18472
18473 @node Annotations
18474 @chapter @value{GDBN} Annotations
18475
18476 This chapter describes annotations in @value{GDBN}. Annotations were
18477 designed to interface @value{GDBN} to graphical user interfaces or other
18478 similar programs which want to interact with @value{GDBN} at a
18479 relatively high level.
18480
18481 The annotation mechanism has largely been superseeded by @sc{gdb/mi}
18482 (@pxref{GDB/MI}).
18483
18484 @ignore
18485 This is Edition @value{EDITION}, @value{DATE}.
18486 @end ignore
18487
18488 @menu
18489 * Annotations Overview:: What annotations are; the general syntax.
18490 * Server Prefix:: Issuing a command without affecting user state.
18491 * Prompting:: Annotations marking @value{GDBN}'s need for input.
18492 * Errors:: Annotations for error messages.
18493 * Invalidation:: Some annotations describe things now invalid.
18494 * Annotations for Running::
18495 Whether the program is running, how it stopped, etc.
18496 * Source Annotations:: Annotations describing source code.
18497 @end menu
18498
18499 @node Annotations Overview
18500 @section What is an Annotation?
18501 @cindex annotations
18502
18503 Annotations start with a newline character, two @samp{control-z}
18504 characters, and the name of the annotation. If there is no additional
18505 information associated with this annotation, the name of the annotation
18506 is followed immediately by a newline. If there is additional
18507 information, the name of the annotation is followed by a space, the
18508 additional information, and a newline. The additional information
18509 cannot contain newline characters.
18510
18511 Any output not beginning with a newline and two @samp{control-z}
18512 characters denotes literal output from @value{GDBN}. Currently there is
18513 no need for @value{GDBN} to output a newline followed by two
18514 @samp{control-z} characters, but if there was such a need, the
18515 annotations could be extended with an @samp{escape} annotation which
18516 means those three characters as output.
18517
18518 The annotation @var{level}, which is specified using the
18519 @option{--annotate} command line option (@pxref{Mode Options}), controls
18520 how much information @value{GDBN} prints together with its prompt,
18521 values of expressions, source lines, and other types of output. Level 0
18522 is for no anntations, level 1 is for use when @value{GDBN} is run as a
18523 subprocess of @sc{gnu} Emacs, level 3 is the maximum annotation suitable
18524 for programs that control @value{GDBN}, and level 2 annotations have
18525 been made obsolete (@pxref{Limitations, , Limitations of the Annotation
18526 Interface, annotate, GDB's Obsolete Annotations}). This chapter
18527 describes level 3 annotations.
18528
18529 A simple example of starting up @value{GDBN} with annotations is:
18530
18531 @smallexample
18532 $ @kbd{gdb --annotate=3}
18533 GNU gdb 6.0
18534 Copyright 2003 Free Software Foundation, Inc.
18535 GDB is free software, covered by the GNU General Public License,
18536 and you are welcome to change it and/or distribute copies of it
18537 under certain conditions.
18538 Type "show copying" to see the conditions.
18539 There is absolutely no warranty for GDB. Type "show warranty"
18540 for details.
18541 This GDB was configured as "i386-pc-linux-gnu"
18542
18543 ^Z^Zpre-prompt
18544 (gdb)
18545 ^Z^Zprompt
18546 @kbd{quit}
18547
18548 ^Z^Zpost-prompt
18549 $
18550 @end smallexample
18551
18552 Here @samp{quit} is input to @value{GDBN}; the rest is output from
18553 @value{GDBN}. The three lines beginning @samp{^Z^Z} (where @samp{^Z}
18554 denotes a @samp{control-z} character) are annotations; the rest is
18555 output from @value{GDBN}.
18556
18557 @node Server Prefix
18558 @section The Server Prefix
18559 @cindex server prefix for annotations
18560
18561 To issue a command to @value{GDBN} without affecting certain aspects of
18562 the state which is seen by users, prefix it with @samp{server }. This
18563 means that this command will not affect the command history, nor will it
18564 affect @value{GDBN}'s notion of which command to repeat if @key{RET} is
18565 pressed on a line by itself.
18566
18567 The server prefix does not affect the recording of values into the value
18568 history; to print a value without recording it into the value history,
18569 use the @code{output} command instead of the @code{print} command.
18570
18571 @node Prompting
18572 @section Annotation for @value{GDBN} Input
18573
18574 @cindex annotations for prompts
18575 When @value{GDBN} prompts for input, it annotates this fact so it is possible
18576 to know when to send output, when the output from a given command is
18577 over, etc.
18578
18579 Different kinds of input each have a different @dfn{input type}. Each
18580 input type has three annotations: a @code{pre-} annotation, which
18581 denotes the beginning of any prompt which is being output, a plain
18582 annotation, which denotes the end of the prompt, and then a @code{post-}
18583 annotation which denotes the end of any echo which may (or may not) be
18584 associated with the input. For example, the @code{prompt} input type
18585 features the following annotations:
18586
18587 @smallexample
18588 ^Z^Zpre-prompt
18589 ^Z^Zprompt
18590 ^Z^Zpost-prompt
18591 @end smallexample
18592
18593 The input types are
18594
18595 @table @code
18596 @findex pre-prompt
18597 @findex prompt
18598 @findex post-prompt
18599 @item prompt
18600 When @value{GDBN} is prompting for a command (the main @value{GDBN} prompt).
18601
18602 @findex pre-commands
18603 @findex commands
18604 @findex post-commands
18605 @item commands
18606 When @value{GDBN} prompts for a set of commands, like in the @code{commands}
18607 command. The annotations are repeated for each command which is input.
18608
18609 @findex pre-overload-choice
18610 @findex overload-choice
18611 @findex post-overload-choice
18612 @item overload-choice
18613 When @value{GDBN} wants the user to select between various overloaded functions.
18614
18615 @findex pre-query
18616 @findex query
18617 @findex post-query
18618 @item query
18619 When @value{GDBN} wants the user to confirm a potentially dangerous operation.
18620
18621 @findex pre-prompt-for-continue
18622 @findex prompt-for-continue
18623 @findex post-prompt-for-continue
18624 @item prompt-for-continue
18625 When @value{GDBN} is asking the user to press return to continue. Note: Don't
18626 expect this to work well; instead use @code{set height 0} to disable
18627 prompting. This is because the counting of lines is buggy in the
18628 presence of annotations.
18629 @end table
18630
18631 @node Errors
18632 @section Errors
18633 @cindex annotations for errors, warnings and interrupts
18634
18635 @findex quit
18636 @smallexample
18637 ^Z^Zquit
18638 @end smallexample
18639
18640 This annotation occurs right before @value{GDBN} responds to an interrupt.
18641
18642 @findex error
18643 @smallexample
18644 ^Z^Zerror
18645 @end smallexample
18646
18647 This annotation occurs right before @value{GDBN} responds to an error.
18648
18649 Quit and error annotations indicate that any annotations which @value{GDBN} was
18650 in the middle of may end abruptly. For example, if a
18651 @code{value-history-begin} annotation is followed by a @code{error}, one
18652 cannot expect to receive the matching @code{value-history-end}. One
18653 cannot expect not to receive it either, however; an error annotation
18654 does not necessarily mean that @value{GDBN} is immediately returning all the way
18655 to the top level.
18656
18657 @findex error-begin
18658 A quit or error annotation may be preceded by
18659
18660 @smallexample
18661 ^Z^Zerror-begin
18662 @end smallexample
18663
18664 Any output between that and the quit or error annotation is the error
18665 message.
18666
18667 Warning messages are not yet annotated.
18668 @c If we want to change that, need to fix warning(), type_error(),
18669 @c range_error(), and possibly other places.
18670
18671 @node Invalidation
18672 @section Invalidation Notices
18673
18674 @cindex annotations for invalidation messages
18675 The following annotations say that certain pieces of state may have
18676 changed.
18677
18678 @table @code
18679 @findex frames-invalid
18680 @item ^Z^Zframes-invalid
18681
18682 The frames (for example, output from the @code{backtrace} command) may
18683 have changed.
18684
18685 @findex breakpoints-invalid
18686 @item ^Z^Zbreakpoints-invalid
18687
18688 The breakpoints may have changed. For example, the user just added or
18689 deleted a breakpoint.
18690 @end table
18691
18692 @node Annotations for Running
18693 @section Running the Program
18694 @cindex annotations for running programs
18695
18696 @findex starting
18697 @findex stopping
18698 When the program starts executing due to a @value{GDBN} command such as
18699 @code{step} or @code{continue},
18700
18701 @smallexample
18702 ^Z^Zstarting
18703 @end smallexample
18704
18705 is output. When the program stops,
18706
18707 @smallexample
18708 ^Z^Zstopped
18709 @end smallexample
18710
18711 is output. Before the @code{stopped} annotation, a variety of
18712 annotations describe how the program stopped.
18713
18714 @table @code
18715 @findex exited
18716 @item ^Z^Zexited @var{exit-status}
18717 The program exited, and @var{exit-status} is the exit status (zero for
18718 successful exit, otherwise nonzero).
18719
18720 @findex signalled
18721 @findex signal-name
18722 @findex signal-name-end
18723 @findex signal-string
18724 @findex signal-string-end
18725 @item ^Z^Zsignalled
18726 The program exited with a signal. After the @code{^Z^Zsignalled}, the
18727 annotation continues:
18728
18729 @smallexample
18730 @var{intro-text}
18731 ^Z^Zsignal-name
18732 @var{name}
18733 ^Z^Zsignal-name-end
18734 @var{middle-text}
18735 ^Z^Zsignal-string
18736 @var{string}
18737 ^Z^Zsignal-string-end
18738 @var{end-text}
18739 @end smallexample
18740
18741 @noindent
18742 where @var{name} is the name of the signal, such as @code{SIGILL} or
18743 @code{SIGSEGV}, and @var{string} is the explanation of the signal, such
18744 as @code{Illegal Instruction} or @code{Segmentation fault}.
18745 @var{intro-text}, @var{middle-text}, and @var{end-text} are for the
18746 user's benefit and have no particular format.
18747
18748 @findex signal
18749 @item ^Z^Zsignal
18750 The syntax of this annotation is just like @code{signalled}, but @value{GDBN} is
18751 just saying that the program received the signal, not that it was
18752 terminated with it.
18753
18754 @findex breakpoint
18755 @item ^Z^Zbreakpoint @var{number}
18756 The program hit breakpoint number @var{number}.
18757
18758 @findex watchpoint
18759 @item ^Z^Zwatchpoint @var{number}
18760 The program hit watchpoint number @var{number}.
18761 @end table
18762
18763 @node Source Annotations
18764 @section Displaying Source
18765 @cindex annotations for source display
18766
18767 @findex source
18768 The following annotation is used instead of displaying source code:
18769
18770 @smallexample
18771 ^Z^Zsource @var{filename}:@var{line}:@var{character}:@var{middle}:@var{addr}
18772 @end smallexample
18773
18774 where @var{filename} is an absolute file name indicating which source
18775 file, @var{line} is the line number within that file (where 1 is the
18776 first line in the file), @var{character} is the character position
18777 within the file (where 0 is the first character in the file) (for most
18778 debug formats this will necessarily point to the beginning of a line),
18779 @var{middle} is @samp{middle} if @var{addr} is in the middle of the
18780 line, or @samp{beg} if @var{addr} is at the beginning of the line, and
18781 @var{addr} is the address in the target program associated with the
18782 source which is being displayed. @var{addr} is in the form @samp{0x}
18783 followed by one or more lowercase hex digits (note that this does not
18784 depend on the language).
18785
18786 @node GDB Bugs
18787 @chapter Reporting Bugs in @value{GDBN}
18788 @cindex bugs in @value{GDBN}
18789 @cindex reporting bugs in @value{GDBN}
18790
18791 Your bug reports play an essential role in making @value{GDBN} reliable.
18792
18793 Reporting a bug may help you by bringing a solution to your problem, or it
18794 may not. But in any case the principal function of a bug report is to help
18795 the entire community by making the next version of @value{GDBN} work better. Bug
18796 reports are your contribution to the maintenance of @value{GDBN}.
18797
18798 In order for a bug report to serve its purpose, you must include the
18799 information that enables us to fix the bug.
18800
18801 @menu
18802 * Bug Criteria:: Have you found a bug?
18803 * Bug Reporting:: How to report bugs
18804 @end menu
18805
18806 @node Bug Criteria
18807 @section Have you found a bug?
18808 @cindex bug criteria
18809
18810 If you are not sure whether you have found a bug, here are some guidelines:
18811
18812 @itemize @bullet
18813 @cindex fatal signal
18814 @cindex debugger crash
18815 @cindex crash of debugger
18816 @item
18817 If the debugger gets a fatal signal, for any input whatever, that is a
18818 @value{GDBN} bug. Reliable debuggers never crash.
18819
18820 @cindex error on valid input
18821 @item
18822 If @value{GDBN} produces an error message for valid input, that is a
18823 bug. (Note that if you're cross debugging, the problem may also be
18824 somewhere in the connection to the target.)
18825
18826 @cindex invalid input
18827 @item
18828 If @value{GDBN} does not produce an error message for invalid input,
18829 that is a bug. However, you should note that your idea of
18830 ``invalid input'' might be our idea of ``an extension'' or ``support
18831 for traditional practice''.
18832
18833 @item
18834 If you are an experienced user of debugging tools, your suggestions
18835 for improvement of @value{GDBN} are welcome in any case.
18836 @end itemize
18837
18838 @node Bug Reporting
18839 @section How to report bugs
18840 @cindex bug reports
18841 @cindex @value{GDBN} bugs, reporting
18842
18843 A number of companies and individuals offer support for @sc{gnu} products.
18844 If you obtained @value{GDBN} from a support organization, we recommend you
18845 contact that organization first.
18846
18847 You can find contact information for many support companies and
18848 individuals in the file @file{etc/SERVICE} in the @sc{gnu} Emacs
18849 distribution.
18850 @c should add a web page ref...
18851
18852 In any event, we also recommend that you submit bug reports for
18853 @value{GDBN}. The prefered method is to submit them directly using
18854 @uref{http://www.gnu.org/software/gdb/bugs/, @value{GDBN}'s Bugs web
18855 page}. Alternatively, the @email{bug-gdb@@gnu.org, e-mail gateway} can
18856 be used.
18857
18858 @strong{Do not send bug reports to @samp{info-gdb}, or to
18859 @samp{help-gdb}, or to any newsgroups.} Most users of @value{GDBN} do
18860 not want to receive bug reports. Those that do have arranged to receive
18861 @samp{bug-gdb}.
18862
18863 The mailing list @samp{bug-gdb} has a newsgroup @samp{gnu.gdb.bug} which
18864 serves as a repeater. The mailing list and the newsgroup carry exactly
18865 the same messages. Often people think of posting bug reports to the
18866 newsgroup instead of mailing them. This appears to work, but it has one
18867 problem which can be crucial: a newsgroup posting often lacks a mail
18868 path back to the sender. Thus, if we need to ask for more information,
18869 we may be unable to reach you. For this reason, it is better to send
18870 bug reports to the mailing list.
18871
18872 The fundamental principle of reporting bugs usefully is this:
18873 @strong{report all the facts}. If you are not sure whether to state a
18874 fact or leave it out, state it!
18875
18876 Often people omit facts because they think they know what causes the
18877 problem and assume that some details do not matter. Thus, you might
18878 assume that the name of the variable you use in an example does not matter.
18879 Well, probably it does not, but one cannot be sure. Perhaps the bug is a
18880 stray memory reference which happens to fetch from the location where that
18881 name is stored in memory; perhaps, if the name were different, the contents
18882 of that location would fool the debugger into doing the right thing despite
18883 the bug. Play it safe and give a specific, complete example. That is the
18884 easiest thing for you to do, and the most helpful.
18885
18886 Keep in mind that the purpose of a bug report is to enable us to fix the
18887 bug. It may be that the bug has been reported previously, but neither
18888 you nor we can know that unless your bug report is complete and
18889 self-contained.
18890
18891 Sometimes people give a few sketchy facts and ask, ``Does this ring a
18892 bell?'' Those bug reports are useless, and we urge everyone to
18893 @emph{refuse to respond to them} except to chide the sender to report
18894 bugs properly.
18895
18896 To enable us to fix the bug, you should include all these things:
18897
18898 @itemize @bullet
18899 @item
18900 The version of @value{GDBN}. @value{GDBN} announces it if you start
18901 with no arguments; you can also print it at any time using @code{show
18902 version}.
18903
18904 Without this, we will not know whether there is any point in looking for
18905 the bug in the current version of @value{GDBN}.
18906
18907 @item
18908 The type of machine you are using, and the operating system name and
18909 version number.
18910
18911 @item
18912 What compiler (and its version) was used to compile @value{GDBN}---e.g.
18913 ``@value{GCC}--2.8.1''.
18914
18915 @item
18916 What compiler (and its version) was used to compile the program you are
18917 debugging---e.g. ``@value{GCC}--2.8.1'', or ``HP92453-01 A.10.32.03 HP
18918 C Compiler''. For GCC, you can say @code{gcc --version} to get this
18919 information; for other compilers, see the documentation for those
18920 compilers.
18921
18922 @item
18923 The command arguments you gave the compiler to compile your example and
18924 observe the bug. For example, did you use @samp{-O}? To guarantee
18925 you will not omit something important, list them all. A copy of the
18926 Makefile (or the output from make) is sufficient.
18927
18928 If we were to try to guess the arguments, we would probably guess wrong
18929 and then we might not encounter the bug.
18930
18931 @item
18932 A complete input script, and all necessary source files, that will
18933 reproduce the bug.
18934
18935 @item
18936 A description of what behavior you observe that you believe is
18937 incorrect. For example, ``It gets a fatal signal.''
18938
18939 Of course, if the bug is that @value{GDBN} gets a fatal signal, then we
18940 will certainly notice it. But if the bug is incorrect output, we might
18941 not notice unless it is glaringly wrong. You might as well not give us
18942 a chance to make a mistake.
18943
18944 Even if the problem you experience is a fatal signal, you should still
18945 say so explicitly. Suppose something strange is going on, such as, your
18946 copy of @value{GDBN} is out of synch, or you have encountered a bug in
18947 the C library on your system. (This has happened!) Your copy might
18948 crash and ours would not. If you told us to expect a crash, then when
18949 ours fails to crash, we would know that the bug was not happening for
18950 us. If you had not told us to expect a crash, then we would not be able
18951 to draw any conclusion from our observations.
18952
18953 @item
18954 If you wish to suggest changes to the @value{GDBN} source, send us context
18955 diffs. If you even discuss something in the @value{GDBN} source, refer to
18956 it by context, not by line number.
18957
18958 The line numbers in our development sources will not match those in your
18959 sources. Your line numbers would convey no useful information to us.
18960
18961 @end itemize
18962
18963 Here are some things that are not necessary:
18964
18965 @itemize @bullet
18966 @item
18967 A description of the envelope of the bug.
18968
18969 Often people who encounter a bug spend a lot of time investigating
18970 which changes to the input file will make the bug go away and which
18971 changes will not affect it.
18972
18973 This is often time consuming and not very useful, because the way we
18974 will find the bug is by running a single example under the debugger
18975 with breakpoints, not by pure deduction from a series of examples.
18976 We recommend that you save your time for something else.
18977
18978 Of course, if you can find a simpler example to report @emph{instead}
18979 of the original one, that is a convenience for us. Errors in the
18980 output will be easier to spot, running under the debugger will take
18981 less time, and so on.
18982
18983 However, simplification is not vital; if you do not want to do this,
18984 report the bug anyway and send us the entire test case you used.
18985
18986 @item
18987 A patch for the bug.
18988
18989 A patch for the bug does help us if it is a good one. But do not omit
18990 the necessary information, such as the test case, on the assumption that
18991 a patch is all we need. We might see problems with your patch and decide
18992 to fix the problem another way, or we might not understand it at all.
18993
18994 Sometimes with a program as complicated as @value{GDBN} it is very hard to
18995 construct an example that will make the program follow a certain path
18996 through the code. If you do not send us the example, we will not be able
18997 to construct one, so we will not be able to verify that the bug is fixed.
18998
18999 And if we cannot understand what bug you are trying to fix, or why your
19000 patch should be an improvement, we will not install it. A test case will
19001 help us to understand.
19002
19003 @item
19004 A guess about what the bug is or what it depends on.
19005
19006 Such guesses are usually wrong. Even we cannot guess right about such
19007 things without first using the debugger to find the facts.
19008 @end itemize
19009
19010 @c The readline documentation is distributed with the readline code
19011 @c and consists of the two following files:
19012 @c rluser.texinfo
19013 @c inc-hist.texinfo
19014 @c Use -I with makeinfo to point to the appropriate directory,
19015 @c environment var TEXINPUTS with TeX.
19016 @include rluser.texinfo
19017 @include inc-hist.texinfo
19018
19019
19020 @node Formatting Documentation
19021 @appendix Formatting Documentation
19022
19023 @cindex @value{GDBN} reference card
19024 @cindex reference card
19025 The @value{GDBN} 4 release includes an already-formatted reference card, ready
19026 for printing with PostScript or Ghostscript, in the @file{gdb}
19027 subdirectory of the main source directory@footnote{In
19028 @file{gdb-@value{GDBVN}/gdb/refcard.ps} of the version @value{GDBVN}
19029 release.}. If you can use PostScript or Ghostscript with your printer,
19030 you can print the reference card immediately with @file{refcard.ps}.
19031
19032 The release also includes the source for the reference card. You
19033 can format it, using @TeX{}, by typing:
19034
19035 @smallexample
19036 make refcard.dvi
19037 @end smallexample
19038
19039 The @value{GDBN} reference card is designed to print in @dfn{landscape}
19040 mode on US ``letter'' size paper;
19041 that is, on a sheet 11 inches wide by 8.5 inches
19042 high. You will need to specify this form of printing as an option to
19043 your @sc{dvi} output program.
19044
19045 @cindex documentation
19046
19047 All the documentation for @value{GDBN} comes as part of the machine-readable
19048 distribution. The documentation is written in Texinfo format, which is
19049 a documentation system that uses a single source file to produce both
19050 on-line information and a printed manual. You can use one of the Info
19051 formatting commands to create the on-line version of the documentation
19052 and @TeX{} (or @code{texi2roff}) to typeset the printed version.
19053
19054 @value{GDBN} includes an already formatted copy of the on-line Info
19055 version of this manual in the @file{gdb} subdirectory. The main Info
19056 file is @file{gdb-@value{GDBVN}/gdb/gdb.info}, and it refers to
19057 subordinate files matching @samp{gdb.info*} in the same directory. If
19058 necessary, you can print out these files, or read them with any editor;
19059 but they are easier to read using the @code{info} subsystem in @sc{gnu}
19060 Emacs or the standalone @code{info} program, available as part of the
19061 @sc{gnu} Texinfo distribution.
19062
19063 If you want to format these Info files yourself, you need one of the
19064 Info formatting programs, such as @code{texinfo-format-buffer} or
19065 @code{makeinfo}.
19066
19067 If you have @code{makeinfo} installed, and are in the top level
19068 @value{GDBN} source directory (@file{gdb-@value{GDBVN}}, in the case of
19069 version @value{GDBVN}), you can make the Info file by typing:
19070
19071 @smallexample
19072 cd gdb
19073 make gdb.info
19074 @end smallexample
19075
19076 If you want to typeset and print copies of this manual, you need @TeX{},
19077 a program to print its @sc{dvi} output files, and @file{texinfo.tex}, the
19078 Texinfo definitions file.
19079
19080 @TeX{} is a typesetting program; it does not print files directly, but
19081 produces output files called @sc{dvi} files. To print a typeset
19082 document, you need a program to print @sc{dvi} files. If your system
19083 has @TeX{} installed, chances are it has such a program. The precise
19084 command to use depends on your system; @kbd{lpr -d} is common; another
19085 (for PostScript devices) is @kbd{dvips}. The @sc{dvi} print command may
19086 require a file name without any extension or a @samp{.dvi} extension.
19087
19088 @TeX{} also requires a macro definitions file called
19089 @file{texinfo.tex}. This file tells @TeX{} how to typeset a document
19090 written in Texinfo format. On its own, @TeX{} cannot either read or
19091 typeset a Texinfo file. @file{texinfo.tex} is distributed with GDB
19092 and is located in the @file{gdb-@var{version-number}/texinfo}
19093 directory.
19094
19095 If you have @TeX{} and a @sc{dvi} printer program installed, you can
19096 typeset and print this manual. First switch to the the @file{gdb}
19097 subdirectory of the main source directory (for example, to
19098 @file{gdb-@value{GDBVN}/gdb}) and type:
19099
19100 @smallexample
19101 make gdb.dvi
19102 @end smallexample
19103
19104 Then give @file{gdb.dvi} to your @sc{dvi} printing program.
19105
19106 @node Installing GDB
19107 @appendix Installing @value{GDBN}
19108 @cindex configuring @value{GDBN}
19109 @cindex installation
19110 @cindex configuring @value{GDBN}, and source tree subdirectories
19111
19112 @value{GDBN} comes with a @code{configure} script that automates the process
19113 of preparing @value{GDBN} for installation; you can then use @code{make} to
19114 build the @code{gdb} program.
19115 @iftex
19116 @c irrelevant in info file; it's as current as the code it lives with.
19117 @footnote{If you have a more recent version of @value{GDBN} than @value{GDBVN},
19118 look at the @file{README} file in the sources; we may have improved the
19119 installation procedures since publishing this manual.}
19120 @end iftex
19121
19122 The @value{GDBN} distribution includes all the source code you need for
19123 @value{GDBN} in a single directory, whose name is usually composed by
19124 appending the version number to @samp{gdb}.
19125
19126 For example, the @value{GDBN} version @value{GDBVN} distribution is in the
19127 @file{gdb-@value{GDBVN}} directory. That directory contains:
19128
19129 @table @code
19130 @item gdb-@value{GDBVN}/configure @r{(and supporting files)}
19131 script for configuring @value{GDBN} and all its supporting libraries
19132
19133 @item gdb-@value{GDBVN}/gdb
19134 the source specific to @value{GDBN} itself
19135
19136 @item gdb-@value{GDBVN}/bfd
19137 source for the Binary File Descriptor library
19138
19139 @item gdb-@value{GDBVN}/include
19140 @sc{gnu} include files
19141
19142 @item gdb-@value{GDBVN}/libiberty
19143 source for the @samp{-liberty} free software library
19144
19145 @item gdb-@value{GDBVN}/opcodes
19146 source for the library of opcode tables and disassemblers
19147
19148 @item gdb-@value{GDBVN}/readline
19149 source for the @sc{gnu} command-line interface
19150
19151 @item gdb-@value{GDBVN}/glob
19152 source for the @sc{gnu} filename pattern-matching subroutine
19153
19154 @item gdb-@value{GDBVN}/mmalloc
19155 source for the @sc{gnu} memory-mapped malloc package
19156 @end table
19157
19158 The simplest way to configure and build @value{GDBN} is to run @code{configure}
19159 from the @file{gdb-@var{version-number}} source directory, which in
19160 this example is the @file{gdb-@value{GDBVN}} directory.
19161
19162 First switch to the @file{gdb-@var{version-number}} source directory
19163 if you are not already in it; then run @code{configure}. Pass the
19164 identifier for the platform on which @value{GDBN} will run as an
19165 argument.
19166
19167 For example:
19168
19169 @smallexample
19170 cd gdb-@value{GDBVN}
19171 ./configure @var{host}
19172 make
19173 @end smallexample
19174
19175 @noindent
19176 where @var{host} is an identifier such as @samp{sun4} or
19177 @samp{decstation}, that identifies the platform where @value{GDBN} will run.
19178 (You can often leave off @var{host}; @code{configure} tries to guess the
19179 correct value by examining your system.)
19180
19181 Running @samp{configure @var{host}} and then running @code{make} builds the
19182 @file{bfd}, @file{readline}, @file{mmalloc}, and @file{libiberty}
19183 libraries, then @code{gdb} itself. The configured source files, and the
19184 binaries, are left in the corresponding source directories.
19185
19186 @need 750
19187 @code{configure} is a Bourne-shell (@code{/bin/sh}) script; if your
19188 system does not recognize this automatically when you run a different
19189 shell, you may need to run @code{sh} on it explicitly:
19190
19191 @smallexample
19192 sh configure @var{host}
19193 @end smallexample
19194
19195 If you run @code{configure} from a directory that contains source
19196 directories for multiple libraries or programs, such as the
19197 @file{gdb-@value{GDBVN}} source directory for version @value{GDBVN}, @code{configure}
19198 creates configuration files for every directory level underneath (unless
19199 you tell it not to, with the @samp{--norecursion} option).
19200
19201 You should run the @code{configure} script from the top directory in the
19202 source tree, the @file{gdb-@var{version-number}} directory. If you run
19203 @code{configure} from one of the subdirectories, you will configure only
19204 that subdirectory. That is usually not what you want. In particular,
19205 if you run the first @code{configure} from the @file{gdb} subdirectory
19206 of the @file{gdb-@var{version-number}} directory, you will omit the
19207 configuration of @file{bfd}, @file{readline}, and other sibling
19208 directories of the @file{gdb} subdirectory. This leads to build errors
19209 about missing include files such as @file{bfd/bfd.h}.
19210
19211 You can install @code{@value{GDBP}} anywhere; it has no hardwired paths.
19212 However, you should make sure that the shell on your path (named by
19213 the @samp{SHELL} environment variable) is publicly readable. Remember
19214 that @value{GDBN} uses the shell to start your program---some systems refuse to
19215 let @value{GDBN} debug child processes whose programs are not readable.
19216
19217 @menu
19218 * Separate Objdir:: Compiling @value{GDBN} in another directory
19219 * Config Names:: Specifying names for hosts and targets
19220 * Configure Options:: Summary of options for configure
19221 @end menu
19222
19223 @node Separate Objdir
19224 @section Compiling @value{GDBN} in another directory
19225
19226 If you want to run @value{GDBN} versions for several host or target machines,
19227 you need a different @code{gdb} compiled for each combination of
19228 host and target. @code{configure} is designed to make this easy by
19229 allowing you to generate each configuration in a separate subdirectory,
19230 rather than in the source directory. If your @code{make} program
19231 handles the @samp{VPATH} feature (@sc{gnu} @code{make} does), running
19232 @code{make} in each of these directories builds the @code{gdb}
19233 program specified there.
19234
19235 To build @code{gdb} in a separate directory, run @code{configure}
19236 with the @samp{--srcdir} option to specify where to find the source.
19237 (You also need to specify a path to find @code{configure}
19238 itself from your working directory. If the path to @code{configure}
19239 would be the same as the argument to @samp{--srcdir}, you can leave out
19240 the @samp{--srcdir} option; it is assumed.)
19241
19242 For example, with version @value{GDBVN}, you can build @value{GDBN} in a
19243 separate directory for a Sun 4 like this:
19244
19245 @smallexample
19246 @group
19247 cd gdb-@value{GDBVN}
19248 mkdir ../gdb-sun4
19249 cd ../gdb-sun4
19250 ../gdb-@value{GDBVN}/configure sun4
19251 make
19252 @end group
19253 @end smallexample
19254
19255 When @code{configure} builds a configuration using a remote source
19256 directory, it creates a tree for the binaries with the same structure
19257 (and using the same names) as the tree under the source directory. In
19258 the example, you'd find the Sun 4 library @file{libiberty.a} in the
19259 directory @file{gdb-sun4/libiberty}, and @value{GDBN} itself in
19260 @file{gdb-sun4/gdb}.
19261
19262 Make sure that your path to the @file{configure} script has just one
19263 instance of @file{gdb} in it. If your path to @file{configure} looks
19264 like @file{../gdb-@value{GDBVN}/gdb/configure}, you are configuring only
19265 one subdirectory of @value{GDBN}, not the whole package. This leads to
19266 build errors about missing include files such as @file{bfd/bfd.h}.
19267
19268 One popular reason to build several @value{GDBN} configurations in separate
19269 directories is to configure @value{GDBN} for cross-compiling (where
19270 @value{GDBN} runs on one machine---the @dfn{host}---while debugging
19271 programs that run on another machine---the @dfn{target}).
19272 You specify a cross-debugging target by
19273 giving the @samp{--target=@var{target}} option to @code{configure}.
19274
19275 When you run @code{make} to build a program or library, you must run
19276 it in a configured directory---whatever directory you were in when you
19277 called @code{configure} (or one of its subdirectories).
19278
19279 The @code{Makefile} that @code{configure} generates in each source
19280 directory also runs recursively. If you type @code{make} in a source
19281 directory such as @file{gdb-@value{GDBVN}} (or in a separate configured
19282 directory configured with @samp{--srcdir=@var{dirname}/gdb-@value{GDBVN}}), you
19283 will build all the required libraries, and then build GDB.
19284
19285 When you have multiple hosts or targets configured in separate
19286 directories, you can run @code{make} on them in parallel (for example,
19287 if they are NFS-mounted on each of the hosts); they will not interfere
19288 with each other.
19289
19290 @node Config Names
19291 @section Specifying names for hosts and targets
19292
19293 The specifications used for hosts and targets in the @code{configure}
19294 script are based on a three-part naming scheme, but some short predefined
19295 aliases are also supported. The full naming scheme encodes three pieces
19296 of information in the following pattern:
19297
19298 @smallexample
19299 @var{architecture}-@var{vendor}-@var{os}
19300 @end smallexample
19301
19302 For example, you can use the alias @code{sun4} as a @var{host} argument,
19303 or as the value for @var{target} in a @code{--target=@var{target}}
19304 option. The equivalent full name is @samp{sparc-sun-sunos4}.
19305
19306 The @code{configure} script accompanying @value{GDBN} does not provide
19307 any query facility to list all supported host and target names or
19308 aliases. @code{configure} calls the Bourne shell script
19309 @code{config.sub} to map abbreviations to full names; you can read the
19310 script, if you wish, or you can use it to test your guesses on
19311 abbreviations---for example:
19312
19313 @smallexample
19314 % sh config.sub i386-linux
19315 i386-pc-linux-gnu
19316 % sh config.sub alpha-linux
19317 alpha-unknown-linux-gnu
19318 % sh config.sub hp9k700
19319 hppa1.1-hp-hpux
19320 % sh config.sub sun4
19321 sparc-sun-sunos4.1.1
19322 % sh config.sub sun3
19323 m68k-sun-sunos4.1.1
19324 % sh config.sub i986v
19325 Invalid configuration `i986v': machine `i986v' not recognized
19326 @end smallexample
19327
19328 @noindent
19329 @code{config.sub} is also distributed in the @value{GDBN} source
19330 directory (@file{gdb-@value{GDBVN}}, for version @value{GDBVN}).
19331
19332 @node Configure Options
19333 @section @code{configure} options
19334
19335 Here is a summary of the @code{configure} options and arguments that
19336 are most often useful for building @value{GDBN}. @code{configure} also has
19337 several other options not listed here. @inforef{What Configure
19338 Does,,configure.info}, for a full explanation of @code{configure}.
19339
19340 @smallexample
19341 configure @r{[}--help@r{]}
19342 @r{[}--prefix=@var{dir}@r{]}
19343 @r{[}--exec-prefix=@var{dir}@r{]}
19344 @r{[}--srcdir=@var{dirname}@r{]}
19345 @r{[}--norecursion@r{]} @r{[}--rm@r{]}
19346 @r{[}--target=@var{target}@r{]}
19347 @var{host}
19348 @end smallexample
19349
19350 @noindent
19351 You may introduce options with a single @samp{-} rather than
19352 @samp{--} if you prefer; but you may abbreviate option names if you use
19353 @samp{--}.
19354
19355 @table @code
19356 @item --help
19357 Display a quick summary of how to invoke @code{configure}.
19358
19359 @item --prefix=@var{dir}
19360 Configure the source to install programs and files under directory
19361 @file{@var{dir}}.
19362
19363 @item --exec-prefix=@var{dir}
19364 Configure the source to install programs under directory
19365 @file{@var{dir}}.
19366
19367 @c avoid splitting the warning from the explanation:
19368 @need 2000
19369 @item --srcdir=@var{dirname}
19370 @strong{Warning: using this option requires @sc{gnu} @code{make}, or another
19371 @code{make} that implements the @code{VPATH} feature.}@*
19372 Use this option to make configurations in directories separate from the
19373 @value{GDBN} source directories. Among other things, you can use this to
19374 build (or maintain) several configurations simultaneously, in separate
19375 directories. @code{configure} writes configuration specific files in
19376 the current directory, but arranges for them to use the source in the
19377 directory @var{dirname}. @code{configure} creates directories under
19378 the working directory in parallel to the source directories below
19379 @var{dirname}.
19380
19381 @item --norecursion
19382 Configure only the directory level where @code{configure} is executed; do not
19383 propagate configuration to subdirectories.
19384
19385 @item --target=@var{target}
19386 Configure @value{GDBN} for cross-debugging programs running on the specified
19387 @var{target}. Without this option, @value{GDBN} is configured to debug
19388 programs that run on the same machine (@var{host}) as @value{GDBN} itself.
19389
19390 There is no convenient way to generate a list of all available targets.
19391
19392 @item @var{host} @dots{}
19393 Configure @value{GDBN} to run on the specified @var{host}.
19394
19395 There is no convenient way to generate a list of all available hosts.
19396 @end table
19397
19398 There are many other options available as well, but they are generally
19399 needed for special purposes only.
19400
19401 @node Maintenance Commands
19402 @appendix Maintenance Commands
19403 @cindex maintenance commands
19404 @cindex internal commands
19405
19406 In addition to commands intended for @value{GDBN} users, @value{GDBN}
19407 includes a number of commands intended for @value{GDBN} developers.
19408 These commands are provided here for reference.
19409
19410 @table @code
19411 @kindex maint info breakpoints
19412 @item @anchor{maint info breakpoints}maint info breakpoints
19413 Using the same format as @samp{info breakpoints}, display both the
19414 breakpoints you've set explicitly, and those @value{GDBN} is using for
19415 internal purposes. Internal breakpoints are shown with negative
19416 breakpoint numbers. The type column identifies what kind of breakpoint
19417 is shown:
19418
19419 @table @code
19420 @item breakpoint
19421 Normal, explicitly set breakpoint.
19422
19423 @item watchpoint
19424 Normal, explicitly set watchpoint.
19425
19426 @item longjmp
19427 Internal breakpoint, used to handle correctly stepping through
19428 @code{longjmp} calls.
19429
19430 @item longjmp resume
19431 Internal breakpoint at the target of a @code{longjmp}.
19432
19433 @item until
19434 Temporary internal breakpoint used by the @value{GDBN} @code{until} command.
19435
19436 @item finish
19437 Temporary internal breakpoint used by the @value{GDBN} @code{finish} command.
19438
19439 @item shlib events
19440 Shared library events.
19441
19442 @end table
19443
19444 @kindex maint internal-error
19445 @kindex maint internal-warning
19446 @item maint internal-error
19447 @itemx maint internal-warning
19448 Cause @value{GDBN} to call the internal function @code{internal_error}
19449 or @code{internal_warning} and hence behave as though an internal error
19450 or internal warning has been detected. In addition to reporting the
19451 internal problem, these functions give the user the opportunity to
19452 either quit @value{GDBN} or create a core file of the current
19453 @value{GDBN} session.
19454
19455 @smallexample
19456 (gdb) @kbd{maint internal-error testing, 1, 2}
19457 @dots{}/maint.c:121: internal-error: testing, 1, 2
19458 A problem internal to GDB has been detected. Further
19459 debugging may prove unreliable.
19460 Quit this debugging session? (y or n) @kbd{n}
19461 Create a core file? (y or n) @kbd{n}
19462 (gdb)
19463 @end smallexample
19464
19465 Takes an optional parameter that is used as the text of the error or
19466 warning message.
19467
19468 @kindex maint print dummy-frames
19469 @item maint print dummy-frames
19470
19471 Prints the contents of @value{GDBN}'s internal dummy-frame stack.
19472
19473 @smallexample
19474 (gdb) @kbd{b add}
19475 @dots{}
19476 (gdb) @kbd{print add(2,3)}
19477 Breakpoint 2, add (a=2, b=3) at @dots{}
19478 58 return (a + b);
19479 The program being debugged stopped while in a function called from GDB.
19480 @dots{}
19481 (gdb) @kbd{maint print dummy-frames}
19482 0x1a57c80: pc=0x01014068 fp=0x0200bddc sp=0x0200bdd6
19483 top=0x0200bdd4 id=@{stack=0x200bddc,code=0x101405c@}
19484 call_lo=0x01014000 call_hi=0x01014001
19485 (gdb)
19486 @end smallexample
19487
19488 Takes an optional file parameter.
19489
19490 @kindex maint print registers
19491 @kindex maint print raw-registers
19492 @kindex maint print cooked-registers
19493 @kindex maint print register-groups
19494 @item maint print registers
19495 @itemx maint print raw-registers
19496 @itemx maint print cooked-registers
19497 @itemx maint print register-groups
19498 Print @value{GDBN}'s internal register data structures.
19499
19500 The command @code{maint print raw-registers} includes the contents of
19501 the raw register cache; the command @code{maint print cooked-registers}
19502 includes the (cooked) value of all registers; and the command
19503 @code{maint print register-groups} includes the groups that each
19504 register is a member of. @xref{Registers,, Registers, gdbint,
19505 @value{GDBN} Internals}.
19506
19507 Takes an optional file parameter.
19508
19509 @kindex maint print reggroups
19510 @item maint print reggroups
19511 Print @value{GDBN}'s internal register group data structures.
19512
19513 Takes an optional file parameter.
19514
19515 @smallexample
19516 (gdb) @kbd{maint print reggroups}
19517 Group Type
19518 general user
19519 float user
19520 all user
19521 vector user
19522 system user
19523 save internal
19524 restore internal
19525 @end smallexample
19526
19527 @kindex maint set profile
19528 @kindex maint show profile
19529 @cindex profiling GDB
19530 @item maint set profile
19531 @itemx maint show profile
19532 Control profiling of @value{GDBN}.
19533
19534 Profiling will be disabled until you use the @samp{maint set profile}
19535 command to enable it. When you enable profiling, the system will begin
19536 collecting timing and execution count data; when you disable profiling or
19537 exit @value{GDBN}, the results will be written to a log file. Remember that
19538 if you use profiling, @value{GDBN} will overwrite the profiling log file
19539 (often called @file{gmon.out}). If you have a record of important profiling
19540 data in a @file{gmon.out} file, be sure to move it to a safe location.
19541
19542 Configuring with @samp{--enable-profiling} arranges for @value{GDBN} to be
19543 compiled with the @samp{-pg} compiler option.
19544
19545 @end table
19546
19547
19548 @node Remote Protocol
19549 @appendix @value{GDBN} Remote Serial Protocol
19550
19551 @menu
19552 * Overview::
19553 * Packets::
19554 * Stop Reply Packets::
19555 * General Query Packets::
19556 * Register Packet Format::
19557 * Examples::
19558 * File-I/O remote protocol extension::
19559 @end menu
19560
19561 @node Overview
19562 @section Overview
19563
19564 There may be occasions when you need to know something about the
19565 protocol---for example, if there is only one serial port to your target
19566 machine, you might want your program to do something special if it
19567 recognizes a packet meant for @value{GDBN}.
19568
19569 In the examples below, @samp{->} and @samp{<-} are used to indicate
19570 transmitted and received data respectfully.
19571
19572 @cindex protocol, @value{GDBN} remote serial
19573 @cindex serial protocol, @value{GDBN} remote
19574 @cindex remote serial protocol
19575 All @value{GDBN} commands and responses (other than acknowledgments) are
19576 sent as a @var{packet}. A @var{packet} is introduced with the character
19577 @samp{$}, the actual @var{packet-data}, and the terminating character
19578 @samp{#} followed by a two-digit @var{checksum}:
19579
19580 @smallexample
19581 @code{$}@var{packet-data}@code{#}@var{checksum}
19582 @end smallexample
19583 @noindent
19584
19585 @cindex checksum, for @value{GDBN} remote
19586 @noindent
19587 The two-digit @var{checksum} is computed as the modulo 256 sum of all
19588 characters between the leading @samp{$} and the trailing @samp{#} (an
19589 eight bit unsigned checksum).
19590
19591 Implementors should note that prior to @value{GDBN} 5.0 the protocol
19592 specification also included an optional two-digit @var{sequence-id}:
19593
19594 @smallexample
19595 @code{$}@var{sequence-id}@code{:}@var{packet-data}@code{#}@var{checksum}
19596 @end smallexample
19597
19598 @cindex sequence-id, for @value{GDBN} remote
19599 @noindent
19600 That @var{sequence-id} was appended to the acknowledgment. @value{GDBN}
19601 has never output @var{sequence-id}s. Stubs that handle packets added
19602 since @value{GDBN} 5.0 must not accept @var{sequence-id}.
19603
19604 @cindex acknowledgment, for @value{GDBN} remote
19605 When either the host or the target machine receives a packet, the first
19606 response expected is an acknowledgment: either @samp{+} (to indicate
19607 the package was received correctly) or @samp{-} (to request
19608 retransmission):
19609
19610 @smallexample
19611 -> @code{$}@var{packet-data}@code{#}@var{checksum}
19612 <- @code{+}
19613 @end smallexample
19614 @noindent
19615
19616 The host (@value{GDBN}) sends @var{command}s, and the target (the
19617 debugging stub incorporated in your program) sends a @var{response}. In
19618 the case of step and continue @var{command}s, the response is only sent
19619 when the operation has completed (the target has again stopped).
19620
19621 @var{packet-data} consists of a sequence of characters with the
19622 exception of @samp{#} and @samp{$} (see @samp{X} packet for additional
19623 exceptions).
19624
19625 Fields within the packet should be separated using @samp{,} @samp{;} or
19626 @cindex remote protocol, field separator
19627 @samp{:}. Except where otherwise noted all numbers are represented in
19628 @sc{hex} with leading zeros suppressed.
19629
19630 Implementors should note that prior to @value{GDBN} 5.0, the character
19631 @samp{:} could not appear as the third character in a packet (as it
19632 would potentially conflict with the @var{sequence-id}).
19633
19634 Response @var{data} can be run-length encoded to save space. A @samp{*}
19635 means that the next character is an @sc{ascii} encoding giving a repeat count
19636 which stands for that many repetitions of the character preceding the
19637 @samp{*}. The encoding is @code{n+29}, yielding a printable character
19638 where @code{n >=3} (which is where rle starts to win). The printable
19639 characters @samp{$}, @samp{#}, @samp{+} and @samp{-} or with a numeric
19640 value greater than 126 should not be used.
19641
19642 So:
19643 @smallexample
19644 "@code{0* }"
19645 @end smallexample
19646 @noindent
19647 means the same as "0000".
19648
19649 The error response returned for some packets includes a two character
19650 error number. That number is not well defined.
19651
19652 For any @var{command} not supported by the stub, an empty response
19653 (@samp{$#00}) should be returned. That way it is possible to extend the
19654 protocol. A newer @value{GDBN} can tell if a packet is supported based
19655 on that response.
19656
19657 A stub is required to support the @samp{g}, @samp{G}, @samp{m}, @samp{M},
19658 @samp{c}, and @samp{s} @var{command}s. All other @var{command}s are
19659 optional.
19660
19661 @node Packets
19662 @section Packets
19663
19664 The following table provides a complete list of all currently defined
19665 @var{command}s and their corresponding response @var{data}.
19666
19667 @table @r
19668
19669 @item @code{!} --- extended mode
19670 @cindex @code{!} packet
19671
19672 Enable extended mode. In extended mode, the remote server is made
19673 persistent. The @samp{R} packet is used to restart the program being
19674 debugged.
19675
19676 Reply:
19677 @table @samp
19678 @item OK
19679 The remote target both supports and has enabled extended mode.
19680 @end table
19681
19682 @item @code{?} --- last signal
19683 @cindex @code{?} packet
19684
19685 Indicate the reason the target halted. The reply is the same as for
19686 step and continue.
19687
19688 Reply:
19689 @xref{Stop Reply Packets}, for the reply specifications.
19690
19691 @item @code{a} --- reserved
19692
19693 Reserved for future use.
19694
19695 @item @code{A}@var{arglen}@code{,}@var{argnum}@code{,}@var{arg}@code{,@dots{}} --- set program arguments @strong{(reserved)}
19696 @cindex @code{A} packet
19697
19698 Initialized @samp{argv[]} array passed into program. @var{arglen}
19699 specifies the number of bytes in the hex encoded byte stream @var{arg}.
19700 See @code{gdbserver} for more details.
19701
19702 Reply:
19703 @table @samp
19704 @item OK
19705 @item E@var{NN}
19706 @end table
19707
19708 @item @code{b}@var{baud} --- set baud @strong{(deprecated)}
19709 @cindex @code{b} packet
19710
19711 Change the serial line speed to @var{baud}.
19712
19713 JTC: @emph{When does the transport layer state change? When it's
19714 received, or after the ACK is transmitted. In either case, there are
19715 problems if the command or the acknowledgment packet is dropped.}
19716
19717 Stan: @emph{If people really wanted to add something like this, and get
19718 it working for the first time, they ought to modify ser-unix.c to send
19719 some kind of out-of-band message to a specially-setup stub and have the
19720 switch happen "in between" packets, so that from remote protocol's point
19721 of view, nothing actually happened.}
19722
19723 @item @code{B}@var{addr},@var{mode} --- set breakpoint @strong{(deprecated)}
19724 @cindex @code{B} packet
19725
19726 Set (@var{mode} is @samp{S}) or clear (@var{mode} is @samp{C}) a
19727 breakpoint at @var{addr}.
19728
19729 This packet has been replaced by the @samp{Z} and @samp{z} packets
19730 (@pxref{insert breakpoint or watchpoint packet}).
19731
19732 @item @code{c}@var{addr} --- continue
19733 @cindex @code{c} packet
19734
19735 @var{addr} is address to resume. If @var{addr} is omitted, resume at
19736 current address.
19737
19738 Reply:
19739 @xref{Stop Reply Packets}, for the reply specifications.
19740
19741 @item @code{C}@var{sig}@code{;}@var{addr} --- continue with signal
19742 @cindex @code{C} packet
19743
19744 Continue with signal @var{sig} (hex signal number). If
19745 @code{;}@var{addr} is omitted, resume at same address.
19746
19747 Reply:
19748 @xref{Stop Reply Packets}, for the reply specifications.
19749
19750 @item @code{d} --- toggle debug @strong{(deprecated)}
19751 @cindex @code{d} packet
19752
19753 Toggle debug flag.
19754
19755 @item @code{D} --- detach
19756 @cindex @code{D} packet
19757
19758 Detach @value{GDBN} from the remote system. Sent to the remote target
19759 before @value{GDBN} disconnects via the @code{detach} command.
19760
19761 Reply:
19762 @table @samp
19763 @item @emph{no response}
19764 @value{GDBN} does not check for any response after sending this packet.
19765 @end table
19766
19767 @item @code{e} --- reserved
19768
19769 Reserved for future use.
19770
19771 @item @code{E} --- reserved
19772
19773 Reserved for future use.
19774
19775 @item @code{f} --- reserved
19776
19777 Reserved for future use.
19778
19779 @item @code{F}@var{RC}@code{,}@var{EE}@code{,}@var{CF}@code{;}@var{XX} --- Reply to target's F packet.
19780 @cindex @code{F} packet
19781
19782 This packet is send by @value{GDBN} as reply to a @code{F} request packet
19783 sent by the target. This is part of the File-I/O protocol extension.
19784 @xref{File-I/O remote protocol extension}, for the specification.
19785
19786 @item @code{g} --- read registers
19787 @anchor{read registers packet}
19788 @cindex @code{g} packet
19789
19790 Read general registers.
19791
19792 Reply:
19793 @table @samp
19794 @item @var{XX@dots{}}
19795 Each byte of register data is described by two hex digits. The bytes
19796 with the register are transmitted in target byte order. The size of
19797 each register and their position within the @samp{g} @var{packet} are
19798 determined by the @value{GDBN} internal macros
19799 @var{DEPRECATED_REGISTER_RAW_SIZE} and @var{REGISTER_NAME} macros. The
19800 specification of several standard @code{g} packets is specified below.
19801 @item E@var{NN}
19802 for an error.
19803 @end table
19804
19805 @item @code{G}@var{XX@dots{}} --- write regs
19806 @cindex @code{G} packet
19807
19808 @xref{read registers packet}, for a description of the @var{XX@dots{}}
19809 data.
19810
19811 Reply:
19812 @table @samp
19813 @item OK
19814 for success
19815 @item E@var{NN}
19816 for an error
19817 @end table
19818
19819 @item @code{h} --- reserved
19820
19821 Reserved for future use.
19822
19823 @item @code{H}@var{c}@var{t@dots{}} --- set thread
19824 @cindex @code{H} packet
19825
19826 Set thread for subsequent operations (@samp{m}, @samp{M}, @samp{g},
19827 @samp{G}, et.al.). @var{c} depends on the operation to be performed: it
19828 should be @samp{c} for step and continue operations, @samp{g} for other
19829 operations. The thread designator @var{t@dots{}} may be -1, meaning all
19830 the threads, a thread number, or zero which means pick any thread.
19831
19832 Reply:
19833 @table @samp
19834 @item OK
19835 for success
19836 @item E@var{NN}
19837 for an error
19838 @end table
19839
19840 @c FIXME: JTC:
19841 @c 'H': How restrictive (or permissive) is the thread model. If a
19842 @c thread is selected and stopped, are other threads allowed
19843 @c to continue to execute? As I mentioned above, I think the
19844 @c semantics of each command when a thread is selected must be
19845 @c described. For example:
19846 @c
19847 @c 'g': If the stub supports threads and a specific thread is
19848 @c selected, returns the register block from that thread;
19849 @c otherwise returns current registers.
19850 @c
19851 @c 'G' If the stub supports threads and a specific thread is
19852 @c selected, sets the registers of the register block of
19853 @c that thread; otherwise sets current registers.
19854
19855 @item @code{i}@var{addr}@code{,}@var{nnn} --- cycle step @strong{(draft)}
19856 @anchor{cycle step packet}
19857 @cindex @code{i} packet
19858
19859 Step the remote target by a single clock cycle. If @code{,}@var{nnn} is
19860 present, cycle step @var{nnn} cycles. If @var{addr} is present, cycle
19861 step starting at that address.
19862
19863 @item @code{I} --- signal then cycle step @strong{(reserved)}
19864 @cindex @code{I} packet
19865
19866 @xref{step with signal packet}. @xref{cycle step packet}.
19867
19868 @item @code{j} --- reserved
19869
19870 Reserved for future use.
19871
19872 @item @code{J} --- reserved
19873
19874 Reserved for future use.
19875
19876 @item @code{k} --- kill request
19877 @cindex @code{k} packet
19878
19879 FIXME: @emph{There is no description of how to operate when a specific
19880 thread context has been selected (i.e.@: does 'k' kill only that
19881 thread?)}.
19882
19883 @item @code{K} --- reserved
19884
19885 Reserved for future use.
19886
19887 @item @code{l} --- reserved
19888
19889 Reserved for future use.
19890
19891 @item @code{L} --- reserved
19892
19893 Reserved for future use.
19894
19895 @item @code{m}@var{addr}@code{,}@var{length} --- read memory
19896 @cindex @code{m} packet
19897
19898 Read @var{length} bytes of memory starting at address @var{addr}.
19899 Neither @value{GDBN} nor the stub assume that sized memory transfers are
19900 assumed using word aligned accesses. FIXME: @emph{A word aligned memory
19901 transfer mechanism is needed.}
19902
19903 Reply:
19904 @table @samp
19905 @item @var{XX@dots{}}
19906 @var{XX@dots{}} is mem contents. Can be fewer bytes than requested if able
19907 to read only part of the data. Neither @value{GDBN} nor the stub assume
19908 that sized memory transfers are assumed using word aligned
19909 accesses. FIXME: @emph{A word aligned memory transfer mechanism is
19910 needed.}
19911 @item E@var{NN}
19912 @var{NN} is errno
19913 @end table
19914
19915 @item @code{M}@var{addr},@var{length}@code{:}@var{XX@dots{}} --- write mem
19916 @cindex @code{M} packet
19917
19918 Write @var{length} bytes of memory starting at address @var{addr}.
19919 @var{XX@dots{}} is the data.
19920
19921 Reply:
19922 @table @samp
19923 @item OK
19924 for success
19925 @item E@var{NN}
19926 for an error (this includes the case where only part of the data was
19927 written).
19928 @end table
19929
19930 @item @code{n} --- reserved
19931
19932 Reserved for future use.
19933
19934 @item @code{N} --- reserved
19935
19936 Reserved for future use.
19937
19938 @item @code{o} --- reserved
19939
19940 Reserved for future use.
19941
19942 @item @code{O} --- reserved
19943
19944 Reserved for future use.
19945
19946 @item @code{p}@var{n@dots{}} --- read reg @strong{(reserved)}
19947 @cindex @code{p} packet
19948
19949 @xref{write register packet}.
19950
19951 Reply:
19952 @table @samp
19953 @item @var{r@dots{}.}
19954 The hex encoded value of the register in target byte order.
19955 @end table
19956
19957 @item @code{P}@var{n@dots{}}@code{=}@var{r@dots{}} --- write register
19958 @anchor{write register packet}
19959 @cindex @code{P} packet
19960
19961 Write register @var{n@dots{}} with value @var{r@dots{}}, which contains two hex
19962 digits for each byte in the register (target byte order).
19963
19964 Reply:
19965 @table @samp
19966 @item OK
19967 for success
19968 @item E@var{NN}
19969 for an error
19970 @end table
19971
19972 @item @code{q}@var{query} --- general query
19973 @anchor{general query packet}
19974 @cindex @code{q} packet
19975
19976 Request info about @var{query}. In general @value{GDBN} queries have a
19977 leading upper case letter. Custom vendor queries should use a company
19978 prefix (in lower case) ex: @samp{qfsf.var}. @var{query} may optionally
19979 be followed by a @samp{,} or @samp{;} separated list. Stubs must ensure
19980 that they match the full @var{query} name.
19981
19982 Reply:
19983 @table @samp
19984 @item @var{XX@dots{}}
19985 Hex encoded data from query. The reply can not be empty.
19986 @item E@var{NN}
19987 error reply
19988 @item
19989 Indicating an unrecognized @var{query}.
19990 @end table
19991
19992 @item @code{Q}@var{var}@code{=}@var{val} --- general set
19993 @cindex @code{Q} packet
19994
19995 Set value of @var{var} to @var{val}.
19996
19997 @xref{general query packet}, for a discussion of naming conventions.
19998
19999 @item @code{r} --- reset @strong{(deprecated)}
20000 @cindex @code{r} packet
20001
20002 Reset the entire system.
20003
20004 @item @code{R}@var{XX} --- remote restart
20005 @cindex @code{R} packet
20006
20007 Restart the program being debugged. @var{XX}, while needed, is ignored.
20008 This packet is only available in extended mode.
20009
20010 Reply:
20011 @table @samp
20012 @item @emph{no reply}
20013 The @samp{R} packet has no reply.
20014 @end table
20015
20016 @item @code{s}@var{addr} --- step
20017 @cindex @code{s} packet
20018
20019 @var{addr} is address to resume. If @var{addr} is omitted, resume at
20020 same address.
20021
20022 Reply:
20023 @xref{Stop Reply Packets}, for the reply specifications.
20024
20025 @item @code{S}@var{sig}@code{;}@var{addr} --- step with signal
20026 @anchor{step with signal packet}
20027 @cindex @code{S} packet
20028
20029 Like @samp{C} but step not continue.
20030
20031 Reply:
20032 @xref{Stop Reply Packets}, for the reply specifications.
20033
20034 @item @code{t}@var{addr}@code{:}@var{PP}@code{,}@var{MM} --- search
20035 @cindex @code{t} packet
20036
20037 Search backwards starting at address @var{addr} for a match with pattern
20038 @var{PP} and mask @var{MM}. @var{PP} and @var{MM} are 4 bytes.
20039 @var{addr} must be at least 3 digits.
20040
20041 @item @code{T}@var{XX} --- thread alive
20042 @cindex @code{T} packet
20043
20044 Find out if the thread XX is alive.
20045
20046 Reply:
20047 @table @samp
20048 @item OK
20049 thread is still alive
20050 @item E@var{NN}
20051 thread is dead
20052 @end table
20053
20054 @item @code{u} --- reserved
20055
20056 Reserved for future use.
20057
20058 @item @code{U} --- reserved
20059
20060 Reserved for future use.
20061
20062 @item @code{v} --- verbose packet prefix
20063
20064 Packets starting with @code{v} are identified by a multi-letter name,
20065 up to the first @code{;} or @code{?} (or the end of the packet).
20066
20067 @item @code{vCont}[;@var{action}[@code{:}@var{tid}]]... --- extended resume
20068 @cindex @code{vCont} packet
20069
20070 Resume the inferior. Different actions may be specified for each thread.
20071 If an action is specified with no @var{tid}, then it is applied to any
20072 threads that don't have a specific action specified; if no default action is
20073 specified then other threads should remain stopped. Specifying multiple
20074 default actions is an error; specifying no actions is also an error.
20075 Thread IDs are specified in hexadecimal. Currently supported actions are:
20076
20077 @table @code
20078 @item c
20079 Continue.
20080 @item C@var{sig}
20081 Continue with signal @var{sig}. @var{sig} should be two hex digits.
20082 @item s
20083 Step.
20084 @item S@var{sig}
20085 Step with signal @var{sig}. @var{sig} should be two hex digits.
20086 @end table
20087
20088 The optional @var{addr} argument normally associated with these packets is
20089 not supported in @code{vCont}.
20090
20091 Reply:
20092 @xref{Stop Reply Packets}, for the reply specifications.
20093
20094 @item @code{vCont?} --- extended resume query
20095 @cindex @code{vCont?} packet
20096
20097 Query support for the @code{vCont} packet.
20098
20099 Reply:
20100 @table @samp
20101 @item @code{vCont}[;@var{action}]...
20102 The @code{vCont} packet is supported. Each @var{action} is a supported
20103 command in the @code{vCont} packet.
20104 @item
20105 The @code{vCont} packet is not supported.
20106 @end table
20107
20108 @item @code{V} --- reserved
20109
20110 Reserved for future use.
20111
20112 @item @code{w} --- reserved
20113
20114 Reserved for future use.
20115
20116 @item @code{W} --- reserved
20117
20118 Reserved for future use.
20119
20120 @item @code{x} --- reserved
20121
20122 Reserved for future use.
20123
20124 @item @code{X}@var{addr}@code{,}@var{length}@var{:}@var{XX@dots{}} --- write mem (binary)
20125 @cindex @code{X} packet
20126
20127 @var{addr} is address, @var{length} is number of bytes, @var{XX@dots{}}
20128 is binary data. The characters @code{$}, @code{#}, and @code{0x7d} are
20129 escaped using @code{0x7d}.
20130
20131 Reply:
20132 @table @samp
20133 @item OK
20134 for success
20135 @item E@var{NN}
20136 for an error
20137 @end table
20138
20139 @item @code{y} --- reserved
20140
20141 Reserved for future use.
20142
20143 @item @code{Y} reserved
20144
20145 Reserved for future use.
20146
20147 @item @code{z}@var{type}@code{,}@var{addr}@code{,}@var{length} --- remove breakpoint or watchpoint @strong{(draft)}
20148 @itemx @code{Z}@var{type}@code{,}@var{addr}@code{,}@var{length} --- insert breakpoint or watchpoint @strong{(draft)}
20149 @anchor{insert breakpoint or watchpoint packet}
20150 @cindex @code{z} packet
20151 @cindex @code{Z} packets
20152
20153 Insert (@code{Z}) or remove (@code{z}) a @var{type} breakpoint or
20154 watchpoint starting at address @var{address} and covering the next
20155 @var{length} bytes.
20156
20157 Each breakpoint and watchpoint packet @var{type} is documented
20158 separately.
20159
20160 @emph{Implementation notes: A remote target shall return an empty string
20161 for an unrecognized breakpoint or watchpoint packet @var{type}. A
20162 remote target shall support either both or neither of a given
20163 @code{Z}@var{type}@dots{} and @code{z}@var{type}@dots{} packet pair. To
20164 avoid potential problems with duplicate packets, the operations should
20165 be implemented in an idempotent way.}
20166
20167 @item @code{z}@code{0}@code{,}@var{addr}@code{,}@var{length} --- remove memory breakpoint @strong{(draft)}
20168 @item @code{Z}@code{0}@code{,}@var{addr}@code{,}@var{length} --- insert memory breakpoint @strong{(draft)}
20169 @cindex @code{z0} packet
20170 @cindex @code{Z0} packet
20171
20172 Insert (@code{Z0}) or remove (@code{z0}) a memory breakpoint at address
20173 @code{addr} of size @code{length}.
20174
20175 A memory breakpoint is implemented by replacing the instruction at
20176 @var{addr} with a software breakpoint or trap instruction. The
20177 @code{length} is used by targets that indicates the size of the
20178 breakpoint (in bytes) that should be inserted (e.g., the @sc{arm} and
20179 @sc{mips} can insert either a 2 or 4 byte breakpoint).
20180
20181 @emph{Implementation note: It is possible for a target to copy or move
20182 code that contains memory breakpoints (e.g., when implementing
20183 overlays). The behavior of this packet, in the presence of such a
20184 target, is not defined.}
20185
20186 Reply:
20187 @table @samp
20188 @item OK
20189 success
20190 @item
20191 not supported
20192 @item E@var{NN}
20193 for an error
20194 @end table
20195
20196 @item @code{z}@code{1}@code{,}@var{addr}@code{,}@var{length} --- remove hardware breakpoint @strong{(draft)}
20197 @item @code{Z}@code{1}@code{,}@var{addr}@code{,}@var{length} --- insert hardware breakpoint @strong{(draft)}
20198 @cindex @code{z1} packet
20199 @cindex @code{Z1} packet
20200
20201 Insert (@code{Z1}) or remove (@code{z1}) a hardware breakpoint at
20202 address @code{addr} of size @code{length}.
20203
20204 A hardware breakpoint is implemented using a mechanism that is not
20205 dependant on being able to modify the target's memory.
20206
20207 @emph{Implementation note: A hardware breakpoint is not affected by code
20208 movement.}
20209
20210 Reply:
20211 @table @samp
20212 @item OK
20213 success
20214 @item
20215 not supported
20216 @item E@var{NN}
20217 for an error
20218 @end table
20219
20220 @item @code{z}@code{2}@code{,}@var{addr}@code{,}@var{length} --- remove write watchpoint @strong{(draft)}
20221 @item @code{Z}@code{2}@code{,}@var{addr}@code{,}@var{length} --- insert write watchpoint @strong{(draft)}
20222 @cindex @code{z2} packet
20223 @cindex @code{Z2} packet
20224
20225 Insert (@code{Z2}) or remove (@code{z2}) a write watchpoint.
20226
20227 Reply:
20228 @table @samp
20229 @item OK
20230 success
20231 @item
20232 not supported
20233 @item E@var{NN}
20234 for an error
20235 @end table
20236
20237 @item @code{z}@code{3}@code{,}@var{addr}@code{,}@var{length} --- remove read watchpoint @strong{(draft)}
20238 @item @code{Z}@code{3}@code{,}@var{addr}@code{,}@var{length} --- insert read watchpoint @strong{(draft)}
20239 @cindex @code{z3} packet
20240 @cindex @code{Z3} packet
20241
20242 Insert (@code{Z3}) or remove (@code{z3}) a read watchpoint.
20243
20244 Reply:
20245 @table @samp
20246 @item OK
20247 success
20248 @item
20249 not supported
20250 @item E@var{NN}
20251 for an error
20252 @end table
20253
20254 @item @code{z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- remove access watchpoint @strong{(draft)}
20255 @item @code{Z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- insert access watchpoint @strong{(draft)}
20256 @cindex @code{z4} packet
20257 @cindex @code{Z4} packet
20258
20259 Insert (@code{Z4}) or remove (@code{z4}) an access watchpoint.
20260
20261 Reply:
20262 @table @samp
20263 @item OK
20264 success
20265 @item
20266 not supported
20267 @item E@var{NN}
20268 for an error
20269 @end table
20270
20271 @end table
20272
20273 @node Stop Reply Packets
20274 @section Stop Reply Packets
20275 @cindex stop reply packets
20276
20277 The @samp{C}, @samp{c}, @samp{S}, @samp{s} and @samp{?} packets can
20278 receive any of the below as a reply. In the case of the @samp{C},
20279 @samp{c}, @samp{S} and @samp{s} packets, that reply is only returned
20280 when the target halts. In the below the exact meaning of @samp{signal
20281 number} is poorly defined. In general one of the UNIX signal numbering
20282 conventions is used.
20283
20284 @table @samp
20285
20286 @item S@var{AA}
20287 @var{AA} is the signal number
20288
20289 @item @code{T}@var{AA}@var{n...}@code{:}@var{r...}@code{;}@var{n...}@code{:}@var{r...}@code{;}@var{n...}@code{:}@var{r...}@code{;}
20290 @cindex @code{T} packet reply
20291
20292 @var{AA} = two hex digit signal number; @var{n...} = register number
20293 (hex), @var{r...} = target byte ordered register contents, size defined
20294 by @code{DEPRECATED_REGISTER_RAW_SIZE}; @var{n...} = @samp{thread},
20295 @var{r...} = thread process ID, this is a hex integer; @var{n...} =
20296 (@samp{watch} | @samp{rwatch} | @samp{awatch}, @var{r...} = data
20297 address, this is a hex integer; @var{n...} = other string not starting
20298 with valid hex digit. @value{GDBN} should ignore this @var{n...},
20299 @var{r...} pair and go on to the next. This way we can extend the
20300 protocol.
20301
20302 @item W@var{AA}
20303
20304 The process exited, and @var{AA} is the exit status. This is only
20305 applicable to certain targets.
20306
20307 @item X@var{AA}
20308
20309 The process terminated with signal @var{AA}.
20310
20311 @item O@var{XX@dots{}}
20312
20313 @var{XX@dots{}} is hex encoding of @sc{ascii} data. This can happen at
20314 any time while the program is running and the debugger should continue
20315 to wait for @samp{W}, @samp{T}, etc.
20316
20317 @item F@var{call-id}@code{,}@var{parameter@dots{}}
20318
20319 @var{call-id} is the identifier which says which host system call should
20320 be called. This is just the name of the function. Translation into the
20321 correct system call is only applicable as it's defined in @value{GDBN}.
20322 @xref{File-I/O remote protocol extension}, for a list of implemented
20323 system calls.
20324
20325 @var{parameter@dots{}} is a list of parameters as defined for this very
20326 system call.
20327
20328 The target replies with this packet when it expects @value{GDBN} to call
20329 a host system call on behalf of the target. @value{GDBN} replies with
20330 an appropriate @code{F} packet and keeps up waiting for the next reply
20331 packet from the target. The latest @samp{C}, @samp{c}, @samp{S} or
20332 @samp{s} action is expected to be continued.
20333 @xref{File-I/O remote protocol extension}, for more details.
20334
20335 @end table
20336
20337 @node General Query Packets
20338 @section General Query Packets
20339
20340 The following set and query packets have already been defined.
20341
20342 @table @r
20343
20344 @item @code{q}@code{C} --- current thread
20345
20346 Return the current thread id.
20347
20348 Reply:
20349 @table @samp
20350 @item @code{QC}@var{pid}
20351 Where @var{pid} is a HEX encoded 16 bit process id.
20352 @item *
20353 Any other reply implies the old pid.
20354 @end table
20355
20356 @item @code{q}@code{fThreadInfo} -- all thread ids
20357
20358 @code{q}@code{sThreadInfo}
20359
20360 Obtain a list of active thread ids from the target (OS). Since there
20361 may be too many active threads to fit into one reply packet, this query
20362 works iteratively: it may require more than one query/reply sequence to
20363 obtain the entire list of threads. The first query of the sequence will
20364 be the @code{qf}@code{ThreadInfo} query; subsequent queries in the
20365 sequence will be the @code{qs}@code{ThreadInfo} query.
20366
20367 NOTE: replaces the @code{qL} query (see below).
20368
20369 Reply:
20370 @table @samp
20371 @item @code{m}@var{id}
20372 A single thread id
20373 @item @code{m}@var{id},@var{id}@dots{}
20374 a comma-separated list of thread ids
20375 @item @code{l}
20376 (lower case 'el') denotes end of list.
20377 @end table
20378
20379 In response to each query, the target will reply with a list of one or
20380 more thread ids, in big-endian hex, separated by commas. @value{GDBN}
20381 will respond to each reply with a request for more thread ids (using the
20382 @code{qs} form of the query), until the target responds with @code{l}
20383 (lower-case el, for @code{'last'}).
20384
20385 @item @code{q}@code{ThreadExtraInfo}@code{,}@var{id} --- extra thread info
20386
20387 Where @var{id} is a thread-id in big-endian hex. Obtain a printable
20388 string description of a thread's attributes from the target OS. This
20389 string may contain anything that the target OS thinks is interesting for
20390 @value{GDBN} to tell the user about the thread. The string is displayed
20391 in @value{GDBN}'s @samp{info threads} display. Some examples of
20392 possible thread extra info strings are ``Runnable'', or ``Blocked on
20393 Mutex''.
20394
20395 Reply:
20396 @table @samp
20397 @item @var{XX@dots{}}
20398 Where @var{XX@dots{}} is a hex encoding of @sc{ascii} data, comprising
20399 the printable string containing the extra information about the thread's
20400 attributes.
20401 @end table
20402
20403 @item @code{q}@code{L}@var{startflag}@var{threadcount}@var{nextthread} --- query @var{LIST} or @var{threadLIST} @strong{(deprecated)}
20404
20405 Obtain thread information from RTOS. Where: @var{startflag} (one hex
20406 digit) is one to indicate the first query and zero to indicate a
20407 subsequent query; @var{threadcount} (two hex digits) is the maximum
20408 number of threads the response packet can contain; and @var{nextthread}
20409 (eight hex digits), for subsequent queries (@var{startflag} is zero), is
20410 returned in the response as @var{argthread}.
20411
20412 NOTE: this query is replaced by the @code{q}@code{fThreadInfo} query
20413 (see above).
20414
20415 Reply:
20416 @table @samp
20417 @item @code{q}@code{M}@var{count}@var{done}@var{argthread}@var{thread@dots{}}
20418 Where: @var{count} (two hex digits) is the number of threads being
20419 returned; @var{done} (one hex digit) is zero to indicate more threads
20420 and one indicates no further threads; @var{argthreadid} (eight hex
20421 digits) is @var{nextthread} from the request packet; @var{thread@dots{}}
20422 is a sequence of thread IDs from the target. @var{threadid} (eight hex
20423 digits). See @code{remote.c:parse_threadlist_response()}.
20424 @end table
20425
20426 @item @code{q}@code{CRC:}@var{addr}@code{,}@var{length} --- compute CRC of memory block
20427
20428 Reply:
20429 @table @samp
20430 @item @code{E}@var{NN}
20431 An error (such as memory fault)
20432 @item @code{C}@var{CRC32}
20433 A 32 bit cyclic redundancy check of the specified memory region.
20434 @end table
20435
20436 @item @code{q}@code{Offsets} --- query sect offs
20437
20438 Get section offsets that the target used when re-locating the downloaded
20439 image. @emph{Note: while a @code{Bss} offset is included in the
20440 response, @value{GDBN} ignores this and instead applies the @code{Data}
20441 offset to the @code{Bss} section.}
20442
20443 Reply:
20444 @table @samp
20445 @item @code{Text=}@var{xxx}@code{;Data=}@var{yyy}@code{;Bss=}@var{zzz}
20446 @end table
20447
20448 @item @code{q}@code{P}@var{mode}@var{threadid} --- thread info request
20449
20450 Returns information on @var{threadid}. Where: @var{mode} is a hex
20451 encoded 32 bit mode; @var{threadid} is a hex encoded 64 bit thread ID.
20452
20453 Reply:
20454 @table @samp
20455 @item *
20456 @end table
20457
20458 See @code{remote.c:remote_unpack_thread_info_response()}.
20459
20460 @item @code{q}@code{Rcmd,}@var{command} --- remote command
20461
20462 @var{command} (hex encoded) is passed to the local interpreter for
20463 execution. Invalid commands should be reported using the output string.
20464 Before the final result packet, the target may also respond with a
20465 number of intermediate @code{O}@var{output} console output packets.
20466 @emph{Implementors should note that providing access to a stubs's
20467 interpreter may have security implications}.
20468
20469 Reply:
20470 @table @samp
20471 @item OK
20472 A command response with no output.
20473 @item @var{OUTPUT}
20474 A command response with the hex encoded output string @var{OUTPUT}.
20475 @item @code{E}@var{NN}
20476 Indicate a badly formed request.
20477 @item @samp{}
20478 When @samp{q}@samp{Rcmd} is not recognized.
20479 @end table
20480
20481 @item @code{qSymbol::} --- symbol lookup
20482
20483 Notify the target that @value{GDBN} is prepared to serve symbol lookup
20484 requests. Accept requests from the target for the values of symbols.
20485
20486 Reply:
20487 @table @samp
20488 @item @code{OK}
20489 The target does not need to look up any (more) symbols.
20490 @item @code{qSymbol:}@var{sym_name}
20491 The target requests the value of symbol @var{sym_name} (hex encoded).
20492 @value{GDBN} may provide the value by using the
20493 @code{qSymbol:}@var{sym_value}:@var{sym_name} message, described below.
20494 @end table
20495
20496 @item @code{qSymbol:}@var{sym_value}:@var{sym_name} --- symbol value
20497
20498 Set the value of @var{sym_name} to @var{sym_value}.
20499
20500 @var{sym_name} (hex encoded) is the name of a symbol whose value the
20501 target has previously requested.
20502
20503 @var{sym_value} (hex) is the value for symbol @var{sym_name}. If
20504 @value{GDBN} cannot supply a value for @var{sym_name}, then this field
20505 will be empty.
20506
20507 Reply:
20508 @table @samp
20509 @item @code{OK}
20510 The target does not need to look up any (more) symbols.
20511 @item @code{qSymbol:}@var{sym_name}
20512 The target requests the value of a new symbol @var{sym_name} (hex
20513 encoded). @value{GDBN} will continue to supply the values of symbols
20514 (if available), until the target ceases to request them.
20515 @end table
20516
20517 @item @code{qPart}:@var{object}:@code{read}:@var{annex}:@var{offset},@var{length} --- read special data
20518
20519 Read uninterpreted bytes from the target's special data area
20520 identified by the keyword @code{object}.
20521 Request @var{length} bytes starting at @var{offset} bytes into the data.
20522 The content and encoding of @var{annex} is specific to the object;
20523 it can supply additional details about what data to access.
20524
20525 Here are the specific requests of this form defined so far.
20526 All @samp{@code{qPart}:@var{object}:@code{read}:@dots{}}
20527 requests use the same reply formats, listed below.
20528
20529 @table @asis
20530 @item @code{qPart}:@code{auxv}:@code{read}::@var{offset},@var{length}
20531 Access the target's @dfn{auxiliary vector}. @xref{Auxiliary Vector}.
20532 Note @var{annex} must be empty.
20533 @end table
20534
20535 Reply:
20536 @table @asis
20537 @item @code{OK}
20538 The @var{offset} in the request is at the end of the data.
20539 There is no more data to be read.
20540
20541 @item @var{XX@dots{}}
20542 Hex encoded data bytes read.
20543 This may be fewer bytes than the @var{length} in the request.
20544
20545 @item @code{E00}
20546 The request was malformed, or @var{annex} was invalid.
20547
20548 @item @code{E}@var{nn}
20549 The offset was invalid, or there was an error encountered reading the data.
20550 @var{nn} is a hex-encoded @code{errno} value.
20551
20552 @item @code{""} (empty)
20553 An empty reply indicates the @var{object} or @var{annex} string was not
20554 recognized by the stub.
20555 @end table
20556
20557 @item @code{qPart}:@var{object}:@code{write}:@var{annex}:@var{offset}:@var{data@dots{}}
20558
20559 Write uninterpreted bytes into the target's special data area
20560 identified by the keyword @code{object},
20561 starting at @var{offset} bytes into the data.
20562 @var{data@dots{}} is the hex-encoded data to be written.
20563 The content and encoding of @var{annex} is specific to the object;
20564 it can supply additional details about what data to access.
20565
20566 No requests of this form are presently in use. This specification
20567 serves as a placeholder to document the common format that new
20568 specific request specifications ought to use.
20569
20570 Reply:
20571 @table @asis
20572 @item @var{nn}
20573 @var{nn} (hex encoded) is the number of bytes written.
20574 This may be fewer bytes than supplied in the request.
20575
20576 @item @code{E00}
20577 The request was malformed, or @var{annex} was invalid.
20578
20579 @item @code{E}@var{nn}
20580 The offset was invalid, or there was an error encountered writing the data.
20581 @var{nn} is a hex-encoded @code{errno} value.
20582
20583 @item @code{""} (empty)
20584 An empty reply indicates the @var{object} or @var{annex} string was not
20585 recognized by the stub, or that the object does not support writing.
20586 @end table
20587
20588 @item @code{qPart}:@var{object}:@var{operation}:@dots{}
20589 Requests of this form may be added in the future. When a stub does
20590 not recognize the @var{object} keyword, or its support for
20591 @var{object} does not recognize the @var{operation} keyword,
20592 the stub must respond with an empty packet.
20593 @end table
20594
20595 @node Register Packet Format
20596 @section Register Packet Format
20597
20598 The following @samp{g}/@samp{G} packets have previously been defined.
20599 In the below, some thirty-two bit registers are transferred as
20600 sixty-four bits. Those registers should be zero/sign extended (which?)
20601 to fill the space allocated. Register bytes are transfered in target
20602 byte order. The two nibbles within a register byte are transfered
20603 most-significant - least-significant.
20604
20605 @table @r
20606
20607 @item MIPS32
20608
20609 All registers are transfered as thirty-two bit quantities in the order:
20610 32 general-purpose; sr; lo; hi; bad; cause; pc; 32 floating-point
20611 registers; fsr; fir; fp.
20612
20613 @item MIPS64
20614
20615 All registers are transfered as sixty-four bit quantities (including
20616 thirty-two bit registers such as @code{sr}). The ordering is the same
20617 as @code{MIPS32}.
20618
20619 @end table
20620
20621 @node Examples
20622 @section Examples
20623
20624 Example sequence of a target being re-started. Notice how the restart
20625 does not get any direct output:
20626
20627 @smallexample
20628 -> @code{R00}
20629 <- @code{+}
20630 @emph{target restarts}
20631 -> @code{?}
20632 <- @code{+}
20633 <- @code{T001:1234123412341234}
20634 -> @code{+}
20635 @end smallexample
20636
20637 Example sequence of a target being stepped by a single instruction:
20638
20639 @smallexample
20640 -> @code{G1445@dots{}}
20641 <- @code{+}
20642 -> @code{s}
20643 <- @code{+}
20644 @emph{time passes}
20645 <- @code{T001:1234123412341234}
20646 -> @code{+}
20647 -> @code{g}
20648 <- @code{+}
20649 <- @code{1455@dots{}}
20650 -> @code{+}
20651 @end smallexample
20652
20653 @node File-I/O remote protocol extension
20654 @section File-I/O remote protocol extension
20655 @cindex File-I/O remote protocol extension
20656
20657 @menu
20658 * File-I/O Overview::
20659 * Protocol basics::
20660 * The F request packet::
20661 * The F reply packet::
20662 * Memory transfer::
20663 * The Ctrl-C message::
20664 * Console I/O::
20665 * The isatty call::
20666 * The system call::
20667 * List of supported calls::
20668 * Protocol specific representation of datatypes::
20669 * Constants::
20670 * File-I/O Examples::
20671 @end menu
20672
20673 @node File-I/O Overview
20674 @subsection File-I/O Overview
20675 @cindex file-i/o overview
20676
20677 The File I/O remote protocol extension (short: File-I/O) allows the
20678 target to use the hosts file system and console I/O when calling various
20679 system calls. System calls on the target system are translated into a
20680 remote protocol packet to the host system which then performs the needed
20681 actions and returns with an adequate response packet to the target system.
20682 This simulates file system operations even on targets that lack file systems.
20683
20684 The protocol is defined host- and target-system independent. It uses
20685 it's own independent representation of datatypes and values. Both,
20686 @value{GDBN} and the target's @value{GDBN} stub are responsible for
20687 translating the system dependent values into the unified protocol values
20688 when data is transmitted.
20689
20690 The communication is synchronous. A system call is possible only
20691 when GDB is waiting for the @samp{C}, @samp{c}, @samp{S} or @samp{s}
20692 packets. While @value{GDBN} handles the request for a system call,
20693 the target is stopped to allow deterministic access to the target's
20694 memory. Therefore File-I/O is not interuptible by target signals. It
20695 is possible to interrupt File-I/O by a user interrupt (Ctrl-C), though.
20696
20697 The target's request to perform a host system call does not finish
20698 the latest @samp{C}, @samp{c}, @samp{S} or @samp{s} action. That means,
20699 after finishing the system call, the target returns to continuing the
20700 previous activity (continue, step). No additional continue or step
20701 request from @value{GDBN} is required.
20702
20703 @smallexample
20704 (gdb) continue
20705 <- target requests 'system call X'
20706 target is stopped, @value{GDBN} executes system call
20707 -> GDB returns result
20708 ... target continues, GDB returns to wait for the target
20709 <- target hits breakpoint and sends a Txx packet
20710 @end smallexample
20711
20712 The protocol is only used for files on the host file system and
20713 for I/O on the console. Character or block special devices, pipes,
20714 named pipes or sockets or any other communication method on the host
20715 system are not supported by this protocol.
20716
20717 @node Protocol basics
20718 @subsection Protocol basics
20719 @cindex protocol basics, file-i/o
20720
20721 The File-I/O protocol uses the @code{F} packet, as request as well
20722 as as reply packet. Since a File-I/O system call can only occur when
20723 @value{GDBN} is waiting for the continuing or stepping target, the
20724 File-I/O request is a reply that @value{GDBN} has to expect as a result
20725 of a former @samp{C}, @samp{c}, @samp{S} or @samp{s} packet.
20726 This @code{F} packet contains all information needed to allow @value{GDBN}
20727 to call the appropriate host system call:
20728
20729 @itemize @bullet
20730 @item
20731 A unique identifier for the requested system call.
20732
20733 @item
20734 All parameters to the system call. Pointers are given as addresses
20735 in the target memory address space. Pointers to strings are given as
20736 pointer/length pair. Numerical values are given as they are.
20737 Numerical control values are given in a protocol specific representation.
20738
20739 @end itemize
20740
20741 At that point @value{GDBN} has to perform the following actions.
20742
20743 @itemize @bullet
20744 @item
20745 If parameter pointer values are given, which point to data needed as input
20746 to a system call, @value{GDBN} requests this data from the target with a
20747 standard @code{m} packet request. This additional communication has to be
20748 expected by the target implementation and is handled as any other @code{m}
20749 packet.
20750
20751 @item
20752 @value{GDBN} translates all value from protocol representation to host
20753 representation as needed. Datatypes are coerced into the host types.
20754
20755 @item
20756 @value{GDBN} calls the system call
20757
20758 @item
20759 It then coerces datatypes back to protocol representation.
20760
20761 @item
20762 If pointer parameters in the request packet point to buffer space in which
20763 a system call is expected to copy data to, the data is transmitted to the
20764 target using a @code{M} or @code{X} packet. This packet has to be expected
20765 by the target implementation and is handled as any other @code{M} or @code{X}
20766 packet.
20767
20768 @end itemize
20769
20770 Eventually @value{GDBN} replies with another @code{F} packet which contains all
20771 necessary information for the target to continue. This at least contains
20772
20773 @itemize @bullet
20774 @item
20775 Return value.
20776
20777 @item
20778 @code{errno}, if has been changed by the system call.
20779
20780 @item
20781 ``Ctrl-C'' flag.
20782
20783 @end itemize
20784
20785 After having done the needed type and value coercion, the target continues
20786 the latest continue or step action.
20787
20788 @node The F request packet
20789 @subsection The @code{F} request packet
20790 @cindex file-i/o request packet
20791 @cindex @code{F} request packet
20792
20793 The @code{F} request packet has the following format:
20794
20795 @table @samp
20796
20797 @smallexample
20798 @code{F}@var{call-id}@code{,}@var{parameter@dots{}}
20799 @end smallexample
20800
20801 @var{call-id} is the identifier to indicate the host system call to be called.
20802 This is just the name of the function.
20803
20804 @var{parameter@dots{}} are the parameters to the system call.
20805
20806 @end table
20807
20808 Parameters are hexadecimal integer values, either the real values in case
20809 of scalar datatypes, as pointers to target buffer space in case of compound
20810 datatypes and unspecified memory areas or as pointer/length pairs in case
20811 of string parameters. These are appended to the call-id, each separated
20812 from its predecessor by a comma. All values are transmitted in ASCII
20813 string representation, pointer/length pairs separated by a slash.
20814
20815 @node The F reply packet
20816 @subsection The @code{F} reply packet
20817 @cindex file-i/o reply packet
20818 @cindex @code{F} reply packet
20819
20820 The @code{F} reply packet has the following format:
20821
20822 @table @samp
20823
20824 @smallexample
20825 @code{F}@var{retcode}@code{,}@var{errno}@code{,}@var{Ctrl-C flag}@code{;}@var{call specific attachment}
20826 @end smallexample
20827
20828 @var{retcode} is the return code of the system call as hexadecimal value.
20829
20830 @var{errno} is the errno set by the call, in protocol specific representation.
20831 This parameter can be omitted if the call was successful.
20832
20833 @var{Ctrl-C flag} is only send if the user requested a break. In this
20834 case, @var{errno} must be send as well, even if the call was successful.
20835 The @var{Ctrl-C flag} itself consists of the character 'C':
20836
20837 @smallexample
20838 F0,0,C
20839 @end smallexample
20840
20841 @noindent
20842 or, if the call was interupted before the host call has been performed:
20843
20844 @smallexample
20845 F-1,4,C
20846 @end smallexample
20847
20848 @noindent
20849 assuming 4 is the protocol specific representation of @code{EINTR}.
20850
20851 @end table
20852
20853 @node Memory transfer
20854 @subsection Memory transfer
20855 @cindex memory transfer, in file-i/o protocol
20856
20857 Structured data which is transferred using a memory read or write as e.g.@:
20858 a @code{struct stat} is expected to be in a protocol specific format with
20859 all scalar multibyte datatypes being big endian. This should be done by
20860 the target before the @code{F} packet is sent resp.@: by @value{GDBN} before
20861 it transfers memory to the target. Transferred pointers to structured
20862 data should point to the already coerced data at any time.
20863
20864 @node The Ctrl-C message
20865 @subsection The Ctrl-C message
20866 @cindex ctrl-c message, in file-i/o protocol
20867
20868 A special case is, if the @var{Ctrl-C flag} is set in the @value{GDBN}
20869 reply packet. In this case the target should behave, as if it had
20870 gotten a break message. The meaning for the target is ``system call
20871 interupted by @code{SIGINT}''. Consequentially, the target should actually stop
20872 (as with a break message) and return to @value{GDBN} with a @code{T02}
20873 packet. In this case, it's important for the target to know, in which
20874 state the system call was interrupted. Since this action is by design
20875 not an atomic operation, we have to differ between two cases:
20876
20877 @itemize @bullet
20878 @item
20879 The system call hasn't been performed on the host yet.
20880
20881 @item
20882 The system call on the host has been finished.
20883
20884 @end itemize
20885
20886 These two states can be distinguished by the target by the value of the
20887 returned @code{errno}. If it's the protocol representation of @code{EINTR}, the system
20888 call hasn't been performed. This is equivalent to the @code{EINTR} handling
20889 on POSIX systems. In any other case, the target may presume that the
20890 system call has been finished --- successful or not --- and should behave
20891 as if the break message arrived right after the system call.
20892
20893 @value{GDBN} must behave reliable. If the system call has not been called
20894 yet, @value{GDBN} may send the @code{F} reply immediately, setting @code{EINTR} as
20895 @code{errno} in the packet. If the system call on the host has been finished
20896 before the user requests a break, the full action must be finshed by
20897 @value{GDBN}. This requires sending @code{M} or @code{X} packets as they fit.
20898 The @code{F} packet may only be send when either nothing has happened
20899 or the full action has been completed.
20900
20901 @node Console I/O
20902 @subsection Console I/O
20903 @cindex console i/o as part of file-i/o
20904
20905 By default and if not explicitely closed by the target system, the file
20906 descriptors 0, 1 and 2 are connected to the @value{GDBN} console. Output
20907 on the @value{GDBN} console is handled as any other file output operation
20908 (@code{write(1, @dots{})} or @code{write(2, @dots{})}). Console input is handled
20909 by @value{GDBN} so that after the target read request from file descriptor
20910 0 all following typing is buffered until either one of the following
20911 conditions is met:
20912
20913 @itemize @bullet
20914 @item
20915 The user presses @kbd{Ctrl-C}. The behaviour is as explained above, the
20916 @code{read}
20917 system call is treated as finished.
20918
20919 @item
20920 The user presses @kbd{Enter}. This is treated as end of input with a trailing
20921 line feed.
20922
20923 @item
20924 The user presses @kbd{Ctrl-D}. This is treated as end of input. No trailing
20925 character, especially no Ctrl-D is appended to the input.
20926
20927 @end itemize
20928
20929 If the user has typed more characters as fit in the buffer given to
20930 the read call, the trailing characters are buffered in @value{GDBN} until
20931 either another @code{read(0, @dots{})} is requested by the target or debugging
20932 is stopped on users request.
20933
20934 @node The isatty call
20935 @subsection The isatty(3) call
20936 @cindex isatty call, file-i/o protocol
20937
20938 A special case in this protocol is the library call @code{isatty} which
20939 is implemented as it's own call inside of this protocol. It returns
20940 1 to the target if the file descriptor given as parameter is attached
20941 to the @value{GDBN} console, 0 otherwise. Implementing through system calls
20942 would require implementing @code{ioctl} and would be more complex than
20943 needed.
20944
20945 @node The system call
20946 @subsection The system(3) call
20947 @cindex system call, file-i/o protocol
20948
20949 The other special case in this protocol is the @code{system} call which
20950 is implemented as it's own call, too. @value{GDBN} is taking over the full
20951 task of calling the necessary host calls to perform the @code{system}
20952 call. The return value of @code{system} is simplified before it's returned
20953 to the target. Basically, the only signal transmitted back is @code{EINTR}
20954 in case the user pressed @kbd{Ctrl-C}. Otherwise the return value consists
20955 entirely of the exit status of the called command.
20956
20957 Due to security concerns, the @code{system} call is refused to be called
20958 by @value{GDBN} by default. The user has to allow this call explicitly by
20959 entering
20960
20961 @table @samp
20962 @kindex set remote system-call-allowed 1
20963 @item @code{set remote system-call-allowed 1}
20964 @end table
20965
20966 Disabling the @code{system} call is done by
20967
20968 @table @samp
20969 @kindex set remote system-call-allowed 0
20970 @item @code{set remote system-call-allowed 0}
20971 @end table
20972
20973 The current setting is shown by typing
20974
20975 @table @samp
20976 @kindex show remote system-call-allowed
20977 @item @code{show remote system-call-allowed}
20978 @end table
20979
20980 @node List of supported calls
20981 @subsection List of supported calls
20982 @cindex list of supported file-i/o calls
20983
20984 @menu
20985 * open::
20986 * close::
20987 * read::
20988 * write::
20989 * lseek::
20990 * rename::
20991 * unlink::
20992 * stat/fstat::
20993 * gettimeofday::
20994 * isatty::
20995 * system::
20996 @end menu
20997
20998 @node open
20999 @unnumberedsubsubsec open
21000 @cindex open, file-i/o system call
21001
21002 @smallexample
21003 @exdent Synopsis:
21004 int open(const char *pathname, int flags);
21005 int open(const char *pathname, int flags, mode_t mode);
21006
21007 @exdent Request:
21008 Fopen,pathptr/len,flags,mode
21009 @end smallexample
21010
21011 @noindent
21012 @code{flags} is the bitwise or of the following values:
21013
21014 @table @code
21015 @item O_CREAT
21016 If the file does not exist it will be created. The host
21017 rules apply as far as file ownership and time stamps
21018 are concerned.
21019
21020 @item O_EXCL
21021 When used with O_CREAT, if the file already exists it is
21022 an error and open() fails.
21023
21024 @item O_TRUNC
21025 If the file already exists and the open mode allows
21026 writing (O_RDWR or O_WRONLY is given) it will be
21027 truncated to length 0.
21028
21029 @item O_APPEND
21030 The file is opened in append mode.
21031
21032 @item O_RDONLY
21033 The file is opened for reading only.
21034
21035 @item O_WRONLY
21036 The file is opened for writing only.
21037
21038 @item O_RDWR
21039 The file is opened for reading and writing.
21040
21041 @noindent
21042 Each other bit is silently ignored.
21043
21044 @end table
21045
21046 @noindent
21047 @code{mode} is the bitwise or of the following values:
21048
21049 @table @code
21050 @item S_IRUSR
21051 User has read permission.
21052
21053 @item S_IWUSR
21054 User has write permission.
21055
21056 @item S_IRGRP
21057 Group has read permission.
21058
21059 @item S_IWGRP
21060 Group has write permission.
21061
21062 @item S_IROTH
21063 Others have read permission.
21064
21065 @item S_IWOTH
21066 Others have write permission.
21067
21068 @noindent
21069 Each other bit is silently ignored.
21070
21071 @end table
21072
21073 @smallexample
21074 @exdent Return value:
21075 open returns the new file descriptor or -1 if an error
21076 occured.
21077
21078 @exdent Errors:
21079 @end smallexample
21080
21081 @table @code
21082 @item EEXIST
21083 pathname already exists and O_CREAT and O_EXCL were used.
21084
21085 @item EISDIR
21086 pathname refers to a directory.
21087
21088 @item EACCES
21089 The requested access is not allowed.
21090
21091 @item ENAMETOOLONG
21092 pathname was too long.
21093
21094 @item ENOENT
21095 A directory component in pathname does not exist.
21096
21097 @item ENODEV
21098 pathname refers to a device, pipe, named pipe or socket.
21099
21100 @item EROFS
21101 pathname refers to a file on a read-only filesystem and
21102 write access was requested.
21103
21104 @item EFAULT
21105 pathname is an invalid pointer value.
21106
21107 @item ENOSPC
21108 No space on device to create the file.
21109
21110 @item EMFILE
21111 The process already has the maximum number of files open.
21112
21113 @item ENFILE
21114 The limit on the total number of files open on the system
21115 has been reached.
21116
21117 @item EINTR
21118 The call was interrupted by the user.
21119 @end table
21120
21121 @node close
21122 @unnumberedsubsubsec close
21123 @cindex close, file-i/o system call
21124
21125 @smallexample
21126 @exdent Synopsis:
21127 int close(int fd);
21128
21129 @exdent Request:
21130 Fclose,fd
21131
21132 @exdent Return value:
21133 close returns zero on success, or -1 if an error occurred.
21134
21135 @exdent Errors:
21136 @end smallexample
21137
21138 @table @code
21139 @item EBADF
21140 fd isn't a valid open file descriptor.
21141
21142 @item EINTR
21143 The call was interrupted by the user.
21144 @end table
21145
21146 @node read
21147 @unnumberedsubsubsec read
21148 @cindex read, file-i/o system call
21149
21150 @smallexample
21151 @exdent Synopsis:
21152 int read(int fd, void *buf, unsigned int count);
21153
21154 @exdent Request:
21155 Fread,fd,bufptr,count
21156
21157 @exdent Return value:
21158 On success, the number of bytes read is returned.
21159 Zero indicates end of file. If count is zero, read
21160 returns zero as well. On error, -1 is returned.
21161
21162 @exdent Errors:
21163 @end smallexample
21164
21165 @table @code
21166 @item EBADF
21167 fd is not a valid file descriptor or is not open for
21168 reading.
21169
21170 @item EFAULT
21171 buf is an invalid pointer value.
21172
21173 @item EINTR
21174 The call was interrupted by the user.
21175 @end table
21176
21177 @node write
21178 @unnumberedsubsubsec write
21179 @cindex write, file-i/o system call
21180
21181 @smallexample
21182 @exdent Synopsis:
21183 int write(int fd, const void *buf, unsigned int count);
21184
21185 @exdent Request:
21186 Fwrite,fd,bufptr,count
21187
21188 @exdent Return value:
21189 On success, the number of bytes written are returned.
21190 Zero indicates nothing was written. On error, -1
21191 is returned.
21192
21193 @exdent Errors:
21194 @end smallexample
21195
21196 @table @code
21197 @item EBADF
21198 fd is not a valid file descriptor or is not open for
21199 writing.
21200
21201 @item EFAULT
21202 buf is an invalid pointer value.
21203
21204 @item EFBIG
21205 An attempt was made to write a file that exceeds the
21206 host specific maximum file size allowed.
21207
21208 @item ENOSPC
21209 No space on device to write the data.
21210
21211 @item EINTR
21212 The call was interrupted by the user.
21213 @end table
21214
21215 @node lseek
21216 @unnumberedsubsubsec lseek
21217 @cindex lseek, file-i/o system call
21218
21219 @smallexample
21220 @exdent Synopsis:
21221 long lseek (int fd, long offset, int flag);
21222
21223 @exdent Request:
21224 Flseek,fd,offset,flag
21225 @end smallexample
21226
21227 @code{flag} is one of:
21228
21229 @table @code
21230 @item SEEK_SET
21231 The offset is set to offset bytes.
21232
21233 @item SEEK_CUR
21234 The offset is set to its current location plus offset
21235 bytes.
21236
21237 @item SEEK_END
21238 The offset is set to the size of the file plus offset
21239 bytes.
21240 @end table
21241
21242 @smallexample
21243 @exdent Return value:
21244 On success, the resulting unsigned offset in bytes from
21245 the beginning of the file is returned. Otherwise, a
21246 value of -1 is returned.
21247
21248 @exdent Errors:
21249 @end smallexample
21250
21251 @table @code
21252 @item EBADF
21253 fd is not a valid open file descriptor.
21254
21255 @item ESPIPE
21256 fd is associated with the @value{GDBN} console.
21257
21258 @item EINVAL
21259 flag is not a proper value.
21260
21261 @item EINTR
21262 The call was interrupted by the user.
21263 @end table
21264
21265 @node rename
21266 @unnumberedsubsubsec rename
21267 @cindex rename, file-i/o system call
21268
21269 @smallexample
21270 @exdent Synopsis:
21271 int rename(const char *oldpath, const char *newpath);
21272
21273 @exdent Request:
21274 Frename,oldpathptr/len,newpathptr/len
21275
21276 @exdent Return value:
21277 On success, zero is returned. On error, -1 is returned.
21278
21279 @exdent Errors:
21280 @end smallexample
21281
21282 @table @code
21283 @item EISDIR
21284 newpath is an existing directory, but oldpath is not a
21285 directory.
21286
21287 @item EEXIST
21288 newpath is a non-empty directory.
21289
21290 @item EBUSY
21291 oldpath or newpath is a directory that is in use by some
21292 process.
21293
21294 @item EINVAL
21295 An attempt was made to make a directory a subdirectory
21296 of itself.
21297
21298 @item ENOTDIR
21299 A component used as a directory in oldpath or new
21300 path is not a directory. Or oldpath is a directory
21301 and newpath exists but is not a directory.
21302
21303 @item EFAULT
21304 oldpathptr or newpathptr are invalid pointer values.
21305
21306 @item EACCES
21307 No access to the file or the path of the file.
21308
21309 @item ENAMETOOLONG
21310
21311 oldpath or newpath was too long.
21312
21313 @item ENOENT
21314 A directory component in oldpath or newpath does not exist.
21315
21316 @item EROFS
21317 The file is on a read-only filesystem.
21318
21319 @item ENOSPC
21320 The device containing the file has no room for the new
21321 directory entry.
21322
21323 @item EINTR
21324 The call was interrupted by the user.
21325 @end table
21326
21327 @node unlink
21328 @unnumberedsubsubsec unlink
21329 @cindex unlink, file-i/o system call
21330
21331 @smallexample
21332 @exdent Synopsis:
21333 int unlink(const char *pathname);
21334
21335 @exdent Request:
21336 Funlink,pathnameptr/len
21337
21338 @exdent Return value:
21339 On success, zero is returned. On error, -1 is returned.
21340
21341 @exdent Errors:
21342 @end smallexample
21343
21344 @table @code
21345 @item EACCES
21346 No access to the file or the path of the file.
21347
21348 @item EPERM
21349 The system does not allow unlinking of directories.
21350
21351 @item EBUSY
21352 The file pathname cannot be unlinked because it's
21353 being used by another process.
21354
21355 @item EFAULT
21356 pathnameptr is an invalid pointer value.
21357
21358 @item ENAMETOOLONG
21359 pathname was too long.
21360
21361 @item ENOENT
21362 A directory component in pathname does not exist.
21363
21364 @item ENOTDIR
21365 A component of the path is not a directory.
21366
21367 @item EROFS
21368 The file is on a read-only filesystem.
21369
21370 @item EINTR
21371 The call was interrupted by the user.
21372 @end table
21373
21374 @node stat/fstat
21375 @unnumberedsubsubsec stat/fstat
21376 @cindex fstat, file-i/o system call
21377 @cindex stat, file-i/o system call
21378
21379 @smallexample
21380 @exdent Synopsis:
21381 int stat(const char *pathname, struct stat *buf);
21382 int fstat(int fd, struct stat *buf);
21383
21384 @exdent Request:
21385 Fstat,pathnameptr/len,bufptr
21386 Ffstat,fd,bufptr
21387
21388 @exdent Return value:
21389 On success, zero is returned. On error, -1 is returned.
21390
21391 @exdent Errors:
21392 @end smallexample
21393
21394 @table @code
21395 @item EBADF
21396 fd is not a valid open file.
21397
21398 @item ENOENT
21399 A directory component in pathname does not exist or the
21400 path is an empty string.
21401
21402 @item ENOTDIR
21403 A component of the path is not a directory.
21404
21405 @item EFAULT
21406 pathnameptr is an invalid pointer value.
21407
21408 @item EACCES
21409 No access to the file or the path of the file.
21410
21411 @item ENAMETOOLONG
21412 pathname was too long.
21413
21414 @item EINTR
21415 The call was interrupted by the user.
21416 @end table
21417
21418 @node gettimeofday
21419 @unnumberedsubsubsec gettimeofday
21420 @cindex gettimeofday, file-i/o system call
21421
21422 @smallexample
21423 @exdent Synopsis:
21424 int gettimeofday(struct timeval *tv, void *tz);
21425
21426 @exdent Request:
21427 Fgettimeofday,tvptr,tzptr
21428
21429 @exdent Return value:
21430 On success, 0 is returned, -1 otherwise.
21431
21432 @exdent Errors:
21433 @end smallexample
21434
21435 @table @code
21436 @item EINVAL
21437 tz is a non-NULL pointer.
21438
21439 @item EFAULT
21440 tvptr and/or tzptr is an invalid pointer value.
21441 @end table
21442
21443 @node isatty
21444 @unnumberedsubsubsec isatty
21445 @cindex isatty, file-i/o system call
21446
21447 @smallexample
21448 @exdent Synopsis:
21449 int isatty(int fd);
21450
21451 @exdent Request:
21452 Fisatty,fd
21453
21454 @exdent Return value:
21455 Returns 1 if fd refers to the @value{GDBN} console, 0 otherwise.
21456
21457 @exdent Errors:
21458 @end smallexample
21459
21460 @table @code
21461 @item EINTR
21462 The call was interrupted by the user.
21463 @end table
21464
21465 @node system
21466 @unnumberedsubsubsec system
21467 @cindex system, file-i/o system call
21468
21469 @smallexample
21470 @exdent Synopsis:
21471 int system(const char *command);
21472
21473 @exdent Request:
21474 Fsystem,commandptr/len
21475
21476 @exdent Return value:
21477 The value returned is -1 on error and the return status
21478 of the command otherwise. Only the exit status of the
21479 command is returned, which is extracted from the hosts
21480 system return value by calling WEXITSTATUS(retval).
21481 In case /bin/sh could not be executed, 127 is returned.
21482
21483 @exdent Errors:
21484 @end smallexample
21485
21486 @table @code
21487 @item EINTR
21488 The call was interrupted by the user.
21489 @end table
21490
21491 @node Protocol specific representation of datatypes
21492 @subsection Protocol specific representation of datatypes
21493 @cindex protocol specific representation of datatypes, in file-i/o protocol
21494
21495 @menu
21496 * Integral datatypes::
21497 * Pointer values::
21498 * struct stat::
21499 * struct timeval::
21500 @end menu
21501
21502 @node Integral datatypes
21503 @unnumberedsubsubsec Integral datatypes
21504 @cindex integral datatypes, in file-i/o protocol
21505
21506 The integral datatypes used in the system calls are
21507
21508 @smallexample
21509 int@r{,} unsigned int@r{,} long@r{,} unsigned long@r{,} mode_t @r{and} time_t
21510 @end smallexample
21511
21512 @code{Int}, @code{unsigned int}, @code{mode_t} and @code{time_t} are
21513 implemented as 32 bit values in this protocol.
21514
21515 @code{Long} and @code{unsigned long} are implemented as 64 bit types.
21516
21517 @xref{Limits}, for corresponding MIN and MAX values (similar to those
21518 in @file{limits.h}) to allow range checking on host and target.
21519
21520 @code{time_t} datatypes are defined as seconds since the Epoch.
21521
21522 All integral datatypes transferred as part of a memory read or write of a
21523 structured datatype e.g.@: a @code{struct stat} have to be given in big endian
21524 byte order.
21525
21526 @node Pointer values
21527 @unnumberedsubsubsec Pointer values
21528 @cindex pointer values, in file-i/o protocol
21529
21530 Pointers to target data are transmitted as they are. An exception
21531 is made for pointers to buffers for which the length isn't
21532 transmitted as part of the function call, namely strings. Strings
21533 are transmitted as a pointer/length pair, both as hex values, e.g.@:
21534
21535 @smallexample
21536 @code{1aaf/12}
21537 @end smallexample
21538
21539 @noindent
21540 which is a pointer to data of length 18 bytes at position 0x1aaf.
21541 The length is defined as the full string length in bytes, including
21542 the trailing null byte. Example:
21543
21544 @smallexample
21545 ``hello, world'' at address 0x123456
21546 @end smallexample
21547
21548 @noindent
21549 is transmitted as
21550
21551 @smallexample
21552 @code{123456/d}
21553 @end smallexample
21554
21555 @node struct stat
21556 @unnumberedsubsubsec struct stat
21557 @cindex struct stat, in file-i/o protocol
21558
21559 The buffer of type struct stat used by the target and @value{GDBN} is defined
21560 as follows:
21561
21562 @smallexample
21563 struct stat @{
21564 unsigned int st_dev; /* device */
21565 unsigned int st_ino; /* inode */
21566 mode_t st_mode; /* protection */
21567 unsigned int st_nlink; /* number of hard links */
21568 unsigned int st_uid; /* user ID of owner */
21569 unsigned int st_gid; /* group ID of owner */
21570 unsigned int st_rdev; /* device type (if inode device) */
21571 unsigned long st_size; /* total size, in bytes */
21572 unsigned long st_blksize; /* blocksize for filesystem I/O */
21573 unsigned long st_blocks; /* number of blocks allocated */
21574 time_t st_atime; /* time of last access */
21575 time_t st_mtime; /* time of last modification */
21576 time_t st_ctime; /* time of last change */
21577 @};
21578 @end smallexample
21579
21580 The integral datatypes are conforming to the definitions given in the
21581 approriate section (see @ref{Integral datatypes}, for details) so this
21582 structure is of size 64 bytes.
21583
21584 The values of several fields have a restricted meaning and/or
21585 range of values.
21586
21587 @smallexample
21588 st_dev: 0 file
21589 1 console
21590
21591 st_ino: No valid meaning for the target. Transmitted unchanged.
21592
21593 st_mode: Valid mode bits are described in Appendix C. Any other
21594 bits have currently no meaning for the target.
21595
21596 st_uid: No valid meaning for the target. Transmitted unchanged.
21597
21598 st_gid: No valid meaning for the target. Transmitted unchanged.
21599
21600 st_rdev: No valid meaning for the target. Transmitted unchanged.
21601
21602 st_atime, st_mtime, st_ctime:
21603 These values have a host and file system dependent
21604 accuracy. Especially on Windows hosts the file systems
21605 don't support exact timing values.
21606 @end smallexample
21607
21608 The target gets a struct stat of the above representation and is
21609 responsible to coerce it to the target representation before
21610 continuing.
21611
21612 Note that due to size differences between the host and target
21613 representation of stat members, these members could eventually
21614 get truncated on the target.
21615
21616 @node struct timeval
21617 @unnumberedsubsubsec struct timeval
21618 @cindex struct timeval, in file-i/o protocol
21619
21620 The buffer of type struct timeval used by the target and @value{GDBN}
21621 is defined as follows:
21622
21623 @smallexample
21624 struct timeval @{
21625 time_t tv_sec; /* second */
21626 long tv_usec; /* microsecond */
21627 @};
21628 @end smallexample
21629
21630 The integral datatypes are conforming to the definitions given in the
21631 approriate section (see @ref{Integral datatypes}, for details) so this
21632 structure is of size 8 bytes.
21633
21634 @node Constants
21635 @subsection Constants
21636 @cindex constants, in file-i/o protocol
21637
21638 The following values are used for the constants inside of the
21639 protocol. @value{GDBN} and target are resposible to translate these
21640 values before and after the call as needed.
21641
21642 @menu
21643 * Open flags::
21644 * mode_t values::
21645 * Errno values::
21646 * Lseek flags::
21647 * Limits::
21648 @end menu
21649
21650 @node Open flags
21651 @unnumberedsubsubsec Open flags
21652 @cindex open flags, in file-i/o protocol
21653
21654 All values are given in hexadecimal representation.
21655
21656 @smallexample
21657 O_RDONLY 0x0
21658 O_WRONLY 0x1
21659 O_RDWR 0x2
21660 O_APPEND 0x8
21661 O_CREAT 0x200
21662 O_TRUNC 0x400
21663 O_EXCL 0x800
21664 @end smallexample
21665
21666 @node mode_t values
21667 @unnumberedsubsubsec mode_t values
21668 @cindex mode_t values, in file-i/o protocol
21669
21670 All values are given in octal representation.
21671
21672 @smallexample
21673 S_IFREG 0100000
21674 S_IFDIR 040000
21675 S_IRUSR 0400
21676 S_IWUSR 0200
21677 S_IXUSR 0100
21678 S_IRGRP 040
21679 S_IWGRP 020
21680 S_IXGRP 010
21681 S_IROTH 04
21682 S_IWOTH 02
21683 S_IXOTH 01
21684 @end smallexample
21685
21686 @node Errno values
21687 @unnumberedsubsubsec Errno values
21688 @cindex errno values, in file-i/o protocol
21689
21690 All values are given in decimal representation.
21691
21692 @smallexample
21693 EPERM 1
21694 ENOENT 2
21695 EINTR 4
21696 EBADF 9
21697 EACCES 13
21698 EFAULT 14
21699 EBUSY 16
21700 EEXIST 17
21701 ENODEV 19
21702 ENOTDIR 20
21703 EISDIR 21
21704 EINVAL 22
21705 ENFILE 23
21706 EMFILE 24
21707 EFBIG 27
21708 ENOSPC 28
21709 ESPIPE 29
21710 EROFS 30
21711 ENAMETOOLONG 91
21712 EUNKNOWN 9999
21713 @end smallexample
21714
21715 EUNKNOWN is used as a fallback error value if a host system returns
21716 any error value not in the list of supported error numbers.
21717
21718 @node Lseek flags
21719 @unnumberedsubsubsec Lseek flags
21720 @cindex lseek flags, in file-i/o protocol
21721
21722 @smallexample
21723 SEEK_SET 0
21724 SEEK_CUR 1
21725 SEEK_END 2
21726 @end smallexample
21727
21728 @node Limits
21729 @unnumberedsubsubsec Limits
21730 @cindex limits, in file-i/o protocol
21731
21732 All values are given in decimal representation.
21733
21734 @smallexample
21735 INT_MIN -2147483648
21736 INT_MAX 2147483647
21737 UINT_MAX 4294967295
21738 LONG_MIN -9223372036854775808
21739 LONG_MAX 9223372036854775807
21740 ULONG_MAX 18446744073709551615
21741 @end smallexample
21742
21743 @node File-I/O Examples
21744 @subsection File-I/O Examples
21745 @cindex file-i/o examples
21746
21747 Example sequence of a write call, file descriptor 3, buffer is at target
21748 address 0x1234, 6 bytes should be written:
21749
21750 @smallexample
21751 <- @code{Fwrite,3,1234,6}
21752 @emph{request memory read from target}
21753 -> @code{m1234,6}
21754 <- XXXXXX
21755 @emph{return "6 bytes written"}
21756 -> @code{F6}
21757 @end smallexample
21758
21759 Example sequence of a read call, file descriptor 3, buffer is at target
21760 address 0x1234, 6 bytes should be read:
21761
21762 @smallexample
21763 <- @code{Fread,3,1234,6}
21764 @emph{request memory write to target}
21765 -> @code{X1234,6:XXXXXX}
21766 @emph{return "6 bytes read"}
21767 -> @code{F6}
21768 @end smallexample
21769
21770 Example sequence of a read call, call fails on the host due to invalid
21771 file descriptor (EBADF):
21772
21773 @smallexample
21774 <- @code{Fread,3,1234,6}
21775 -> @code{F-1,9}
21776 @end smallexample
21777
21778 Example sequence of a read call, user presses Ctrl-C before syscall on
21779 host is called:
21780
21781 @smallexample
21782 <- @code{Fread,3,1234,6}
21783 -> @code{F-1,4,C}
21784 <- @code{T02}
21785 @end smallexample
21786
21787 Example sequence of a read call, user presses Ctrl-C after syscall on
21788 host is called:
21789
21790 @smallexample
21791 <- @code{Fread,3,1234,6}
21792 -> @code{X1234,6:XXXXXX}
21793 <- @code{T02}
21794 @end smallexample
21795
21796 @include agentexpr.texi
21797
21798 @include gpl.texi
21799
21800 @raisesections
21801 @include fdl.texi
21802 @lowersections
21803
21804 @node Index
21805 @unnumbered Index
21806
21807 @printindex cp
21808
21809 @tex
21810 % I think something like @colophon should be in texinfo. In the
21811 % meantime:
21812 \long\def\colophon{\hbox to0pt{}\vfill
21813 \centerline{The body of this manual is set in}
21814 \centerline{\fontname\tenrm,}
21815 \centerline{with headings in {\bf\fontname\tenbf}}
21816 \centerline{and examples in {\tt\fontname\tentt}.}
21817 \centerline{{\it\fontname\tenit\/},}
21818 \centerline{{\bf\fontname\tenbf}, and}
21819 \centerline{{\sl\fontname\tensl\/}}
21820 \centerline{are used for emphasis.}\vfill}
21821 \page\colophon
21822 % Blame: doc@cygnus.com, 1991.
21823 @end tex
21824
21825 @bye
This page took 0.502272 seconds and 4 git commands to generate.