Honour PRIVATE keyword
[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 terminal user interface: Ben Krepp, Richard Title,
449 John Bishop, Susan Macchia, Kathy Mann, Satish Pai, India Paul, Steve
450 Rehrauer, and Elena Zannoni. Kim Haase provided HP-specific
451 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 Terminal User Interface when starting.
1116 The Terminal User Interface manages several text windows on the terminal,
1117 showing source, assembly, registers and @value{GDBN} command outputs
1118 (@pxref{TUI, ,@value{GDBN} Text User Interface}).
1119 Do not use this option if you run @value{GDBN} from Emacs
1120 (@pxref{Emacs, ,Using @value{GDBN} under @sc{gnu} Emacs}).
1121
1122 @c @item -xdb
1123 @c @cindex @code{--xdb}
1124 @c Run in XDB compatibility mode, allowing the use of certain XDB commands.
1125 @c For information, see the file @file{xdb_trans.html}, which is usually
1126 @c installed in the directory @code{/opt/langtools/wdb/doc} on HP-UX
1127 @c systems.
1128
1129 @item -interpreter @var{interp}
1130 @cindex @code{--interpreter}
1131 Use the interpreter @var{interp} for interface with the controlling
1132 program or device. This option is meant to be set by programs which
1133 communicate with @value{GDBN} using it as a back end.
1134 @xref{Interpreters, , Command Interpreters}.
1135
1136 @samp{--interpreter=mi} (or @samp{--interpreter=mi2}) causes
1137 @value{GDBN} to use the @dfn{@sc{gdb/mi} interface} (@pxref{GDB/MI, ,
1138 The @sc{gdb/mi} Interface}) included since @var{GDBN} version 6.0. The
1139 previous @sc{gdb/mi} interface, included in @value{GDBN} version 5.3 and
1140 selected with @samp{--interpreter=mi1}, is deprecated. Earlier
1141 @sc{gdb/mi} interfaces are no longer supported.
1142
1143 @item -write
1144 @cindex @code{--write}
1145 Open the executable and core files for both reading and writing. This
1146 is equivalent to the @samp{set write on} command inside @value{GDBN}
1147 (@pxref{Patching}).
1148
1149 @item -statistics
1150 @cindex @code{--statistics}
1151 This option causes @value{GDBN} to print statistics about time and
1152 memory usage after it completes each command and returns to the prompt.
1153
1154 @item -version
1155 @cindex @code{--version}
1156 This option causes @value{GDBN} to print its version number and
1157 no-warranty blurb, and exit.
1158
1159 @end table
1160
1161 @node Quitting GDB
1162 @section Quitting @value{GDBN}
1163 @cindex exiting @value{GDBN}
1164 @cindex leaving @value{GDBN}
1165
1166 @table @code
1167 @kindex quit @r{[}@var{expression}@r{]}
1168 @kindex q @r{(@code{quit})}
1169 @item quit @r{[}@var{expression}@r{]}
1170 @itemx q
1171 To exit @value{GDBN}, use the @code{quit} command (abbreviated
1172 @code{q}), or type an end-of-file character (usually @kbd{C-d}). If you
1173 do not supply @var{expression}, @value{GDBN} will terminate normally;
1174 otherwise it will terminate using the result of @var{expression} as the
1175 error code.
1176 @end table
1177
1178 @cindex interrupt
1179 An interrupt (often @kbd{C-c}) does not exit from @value{GDBN}, but rather
1180 terminates the action of any @value{GDBN} command that is in progress and
1181 returns to @value{GDBN} command level. It is safe to type the interrupt
1182 character at any time because @value{GDBN} does not allow it to take effect
1183 until a time when it is safe.
1184
1185 If you have been using @value{GDBN} to control an attached process or
1186 device, you can release it with the @code{detach} command
1187 (@pxref{Attach, ,Debugging an already-running process}).
1188
1189 @node Shell Commands
1190 @section Shell commands
1191
1192 If you need to execute occasional shell commands during your
1193 debugging session, there is no need to leave or suspend @value{GDBN}; you can
1194 just use the @code{shell} command.
1195
1196 @table @code
1197 @kindex shell
1198 @cindex shell escape
1199 @item shell @var{command string}
1200 Invoke a standard shell to execute @var{command string}.
1201 If it exists, the environment variable @code{SHELL} determines which
1202 shell to run. Otherwise @value{GDBN} uses the default shell
1203 (@file{/bin/sh} on Unix systems, @file{COMMAND.COM} on MS-DOS, etc.).
1204 @end table
1205
1206 The utility @code{make} is often needed in development environments.
1207 You do not have to use the @code{shell} command for this purpose in
1208 @value{GDBN}:
1209
1210 @table @code
1211 @kindex make
1212 @cindex calling make
1213 @item make @var{make-args}
1214 Execute the @code{make} program with the specified
1215 arguments. This is equivalent to @samp{shell make @var{make-args}}.
1216 @end table
1217
1218 @node Logging output
1219 @section Logging output
1220 @cindex logging @value{GDBN} output
1221
1222 You may want to save the output of @value{GDBN} commands to a file.
1223 There are several commands to control @value{GDBN}'s logging.
1224
1225 @table @code
1226 @kindex set logging
1227 @item set logging on
1228 Enable logging.
1229 @item set logging off
1230 Disable logging.
1231 @item set logging file @var{file}
1232 Change the name of the current logfile. The default logfile is @file{gdb.txt}.
1233 @item set logging overwrite [on|off]
1234 By default, @value{GDBN} will append to the logfile. Set @code{overwrite} if
1235 you want @code{set logging on} to overwrite the logfile instead.
1236 @item set logging redirect [on|off]
1237 By default, @value{GDBN} output will go to both the terminal and the logfile.
1238 Set @code{redirect} if you want output to go only to the log file.
1239 @kindex show logging
1240 @item show logging
1241 Show the current values of the logging settings.
1242 @end table
1243
1244 @node Commands
1245 @chapter @value{GDBN} Commands
1246
1247 You can abbreviate a @value{GDBN} command to the first few letters of the command
1248 name, if that abbreviation is unambiguous; and you can repeat certain
1249 @value{GDBN} commands by typing just @key{RET}. You can also use the @key{TAB}
1250 key to get @value{GDBN} to fill out the rest of a word in a command (or to
1251 show you the alternatives available, if there is more than one possibility).
1252
1253 @menu
1254 * Command Syntax:: How to give commands to @value{GDBN}
1255 * Completion:: Command completion
1256 * Help:: How to ask @value{GDBN} for help
1257 @end menu
1258
1259 @node Command Syntax
1260 @section Command syntax
1261
1262 A @value{GDBN} command is a single line of input. There is no limit on
1263 how long it can be. It starts with a command name, which is followed by
1264 arguments whose meaning depends on the command name. For example, the
1265 command @code{step} accepts an argument which is the number of times to
1266 step, as in @samp{step 5}. You can also use the @code{step} command
1267 with no arguments. Some commands do not allow any arguments.
1268
1269 @cindex abbreviation
1270 @value{GDBN} command names may always be truncated if that abbreviation is
1271 unambiguous. Other possible command abbreviations are listed in the
1272 documentation for individual commands. In some cases, even ambiguous
1273 abbreviations are allowed; for example, @code{s} is specially defined as
1274 equivalent to @code{step} even though there are other commands whose
1275 names start with @code{s}. You can test abbreviations by using them as
1276 arguments to the @code{help} command.
1277
1278 @cindex repeating commands
1279 @kindex RET @r{(repeat last command)}
1280 A blank line as input to @value{GDBN} (typing just @key{RET}) means to
1281 repeat the previous command. Certain commands (for example, @code{run})
1282 will not repeat this way; these are commands whose unintentional
1283 repetition might cause trouble and which you are unlikely to want to
1284 repeat.
1285
1286 The @code{list} and @code{x} commands, when you repeat them with
1287 @key{RET}, construct new arguments rather than repeating
1288 exactly as typed. This permits easy scanning of source or memory.
1289
1290 @value{GDBN} can also use @key{RET} in another way: to partition lengthy
1291 output, in a way similar to the common utility @code{more}
1292 (@pxref{Screen Size,,Screen size}). Since it is easy to press one
1293 @key{RET} too many in this situation, @value{GDBN} disables command
1294 repetition after any command that generates this sort of display.
1295
1296 @kindex # @r{(a comment)}
1297 @cindex comment
1298 Any text from a @kbd{#} to the end of the line is a comment; it does
1299 nothing. This is useful mainly in command files (@pxref{Command
1300 Files,,Command files}).
1301
1302 @cindex repeating command sequences
1303 @kindex C-o @r{(operate-and-get-next)}
1304 The @kbd{C-o} binding is useful for repeating a complex sequence of
1305 commands. This command accepts the current line, like @kbd{RET}, and
1306 then fetches the next line relative to the current line from the history
1307 for editing.
1308
1309 @node Completion
1310 @section Command completion
1311
1312 @cindex completion
1313 @cindex word completion
1314 @value{GDBN} can fill in the rest of a word in a command for you, if there is
1315 only one possibility; it can also show you what the valid possibilities
1316 are for the next word in a command, at any time. This works for @value{GDBN}
1317 commands, @value{GDBN} subcommands, and the names of symbols in your program.
1318
1319 Press the @key{TAB} key whenever you want @value{GDBN} to fill out the rest
1320 of a word. If there is only one possibility, @value{GDBN} fills in the
1321 word, and waits for you to finish the command (or press @key{RET} to
1322 enter it). For example, if you type
1323
1324 @c FIXME "@key" does not distinguish its argument sufficiently to permit
1325 @c complete accuracy in these examples; space introduced for clarity.
1326 @c If texinfo enhancements make it unnecessary, it would be nice to
1327 @c replace " @key" by "@key" in the following...
1328 @smallexample
1329 (@value{GDBP}) info bre @key{TAB}
1330 @end smallexample
1331
1332 @noindent
1333 @value{GDBN} fills in the rest of the word @samp{breakpoints}, since that is
1334 the only @code{info} subcommand beginning with @samp{bre}:
1335
1336 @smallexample
1337 (@value{GDBP}) info breakpoints
1338 @end smallexample
1339
1340 @noindent
1341 You can either press @key{RET} at this point, to run the @code{info
1342 breakpoints} command, or backspace and enter something else, if
1343 @samp{breakpoints} does not look like the command you expected. (If you
1344 were sure you wanted @code{info breakpoints} in the first place, you
1345 might as well just type @key{RET} immediately after @samp{info bre},
1346 to exploit command abbreviations rather than command completion).
1347
1348 If there is more than one possibility for the next word when you press
1349 @key{TAB}, @value{GDBN} sounds a bell. You can either supply more
1350 characters and try again, or just press @key{TAB} a second time;
1351 @value{GDBN} displays all the possible completions for that word. For
1352 example, you might want to set a breakpoint on a subroutine whose name
1353 begins with @samp{make_}, but when you type @kbd{b make_@key{TAB}} @value{GDBN}
1354 just sounds the bell. Typing @key{TAB} again displays all the
1355 function names in your program that begin with those characters, for
1356 example:
1357
1358 @smallexample
1359 (@value{GDBP}) b make_ @key{TAB}
1360 @exdent @value{GDBN} sounds bell; press @key{TAB} again, to see:
1361 make_a_section_from_file make_environ
1362 make_abs_section make_function_type
1363 make_blockvector make_pointer_type
1364 make_cleanup make_reference_type
1365 make_command make_symbol_completion_list
1366 (@value{GDBP}) b make_
1367 @end smallexample
1368
1369 @noindent
1370 After displaying the available possibilities, @value{GDBN} copies your
1371 partial input (@samp{b make_} in the example) so you can finish the
1372 command.
1373
1374 If you just want to see the list of alternatives in the first place, you
1375 can press @kbd{M-?} rather than pressing @key{TAB} twice. @kbd{M-?}
1376 means @kbd{@key{META} ?}. You can type this either by holding down a
1377 key designated as the @key{META} shift on your keyboard (if there is
1378 one) while typing @kbd{?}, or as @key{ESC} followed by @kbd{?}.
1379
1380 @cindex quotes in commands
1381 @cindex completion of quoted strings
1382 Sometimes the string you need, while logically a ``word'', may contain
1383 parentheses or other characters that @value{GDBN} normally excludes from
1384 its notion of a word. To permit word completion to work in this
1385 situation, you may enclose words in @code{'} (single quote marks) in
1386 @value{GDBN} commands.
1387
1388 The most likely situation where you might need this is in typing the
1389 name of a C@t{++} function. This is because C@t{++} allows function
1390 overloading (multiple definitions of the same function, distinguished
1391 by argument type). For example, when you want to set a breakpoint you
1392 may need to distinguish whether you mean the version of @code{name}
1393 that takes an @code{int} parameter, @code{name(int)}, or the version
1394 that takes a @code{float} parameter, @code{name(float)}. To use the
1395 word-completion facilities in this situation, type a single quote
1396 @code{'} at the beginning of the function name. This alerts
1397 @value{GDBN} that it may need to consider more information than usual
1398 when you press @key{TAB} or @kbd{M-?} to request word completion:
1399
1400 @smallexample
1401 (@value{GDBP}) b 'bubble( @kbd{M-?}
1402 bubble(double,double) bubble(int,int)
1403 (@value{GDBP}) b 'bubble(
1404 @end smallexample
1405
1406 In some cases, @value{GDBN} can tell that completing a name requires using
1407 quotes. When this happens, @value{GDBN} inserts the quote for you (while
1408 completing as much as it can) if you do not type the quote in the first
1409 place:
1410
1411 @smallexample
1412 (@value{GDBP}) b bub @key{TAB}
1413 @exdent @value{GDBN} alters your input line to the following, and rings a bell:
1414 (@value{GDBP}) b 'bubble(
1415 @end smallexample
1416
1417 @noindent
1418 In general, @value{GDBN} can tell that a quote is needed (and inserts it) if
1419 you have not yet started typing the argument list when you ask for
1420 completion on an overloaded symbol.
1421
1422 For more information about overloaded functions, see @ref{C plus plus
1423 expressions, ,C@t{++} expressions}. You can use the command @code{set
1424 overload-resolution off} to disable overload resolution;
1425 see @ref{Debugging C plus plus, ,@value{GDBN} features for C@t{++}}.
1426
1427
1428 @node Help
1429 @section Getting help
1430 @cindex online documentation
1431 @kindex help
1432
1433 You can always ask @value{GDBN} itself for information on its commands,
1434 using the command @code{help}.
1435
1436 @table @code
1437 @kindex h @r{(@code{help})}
1438 @item help
1439 @itemx h
1440 You can use @code{help} (abbreviated @code{h}) with no arguments to
1441 display a short list of named classes of commands:
1442
1443 @smallexample
1444 (@value{GDBP}) help
1445 List of classes of commands:
1446
1447 aliases -- Aliases of other commands
1448 breakpoints -- Making program stop at certain points
1449 data -- Examining data
1450 files -- Specifying and examining files
1451 internals -- Maintenance commands
1452 obscure -- Obscure features
1453 running -- Running the program
1454 stack -- Examining the stack
1455 status -- Status inquiries
1456 support -- Support facilities
1457 tracepoints -- Tracing of program execution without@*
1458 stopping the program
1459 user-defined -- User-defined commands
1460
1461 Type "help" followed by a class name for a list of
1462 commands in that class.
1463 Type "help" followed by command name for full
1464 documentation.
1465 Command name abbreviations are allowed if unambiguous.
1466 (@value{GDBP})
1467 @end smallexample
1468 @c the above line break eliminates huge line overfull...
1469
1470 @item help @var{class}
1471 Using one of the general help classes as an argument, you can get a
1472 list of the individual commands in that class. For example, here is the
1473 help display for the class @code{status}:
1474
1475 @smallexample
1476 (@value{GDBP}) help status
1477 Status inquiries.
1478
1479 List of commands:
1480
1481 @c Line break in "show" line falsifies real output, but needed
1482 @c to fit in smallbook page size.
1483 info -- Generic command for showing things
1484 about the program being debugged
1485 show -- Generic command for showing things
1486 about the debugger
1487
1488 Type "help" followed by command name for full
1489 documentation.
1490 Command name abbreviations are allowed if unambiguous.
1491 (@value{GDBP})
1492 @end smallexample
1493
1494 @item help @var{command}
1495 With a command name as @code{help} argument, @value{GDBN} displays a
1496 short paragraph on how to use that command.
1497
1498 @kindex apropos
1499 @item apropos @var{args}
1500 The @code{apropos @var{args}} command searches through all of the @value{GDBN}
1501 commands, and their documentation, for the regular expression specified in
1502 @var{args}. It prints out all matches found. For example:
1503
1504 @smallexample
1505 apropos reload
1506 @end smallexample
1507
1508 @noindent
1509 results in:
1510
1511 @smallexample
1512 @c @group
1513 set symbol-reloading -- Set dynamic symbol table reloading
1514 multiple times in one run
1515 show symbol-reloading -- Show dynamic symbol table reloading
1516 multiple times in one run
1517 @c @end group
1518 @end smallexample
1519
1520 @kindex complete
1521 @item complete @var{args}
1522 The @code{complete @var{args}} command lists all the possible completions
1523 for the beginning of a command. Use @var{args} to specify the beginning of the
1524 command you want completed. For example:
1525
1526 @smallexample
1527 complete i
1528 @end smallexample
1529
1530 @noindent results in:
1531
1532 @smallexample
1533 @group
1534 if
1535 ignore
1536 info
1537 inspect
1538 @end group
1539 @end smallexample
1540
1541 @noindent This is intended for use by @sc{gnu} Emacs.
1542 @end table
1543
1544 In addition to @code{help}, you can use the @value{GDBN} commands @code{info}
1545 and @code{show} to inquire about the state of your program, or the state
1546 of @value{GDBN} itself. Each command supports many topics of inquiry; this
1547 manual introduces each of them in the appropriate context. The listings
1548 under @code{info} and under @code{show} in the Index point to
1549 all the sub-commands. @xref{Index}.
1550
1551 @c @group
1552 @table @code
1553 @kindex info
1554 @kindex i @r{(@code{info})}
1555 @item info
1556 This command (abbreviated @code{i}) is for describing the state of your
1557 program. For example, you can list the arguments given to your program
1558 with @code{info args}, list the registers currently in use with @code{info
1559 registers}, or list the breakpoints you have set with @code{info breakpoints}.
1560 You can get a complete list of the @code{info} sub-commands with
1561 @w{@code{help info}}.
1562
1563 @kindex set
1564 @item set
1565 You can assign the result of an expression to an environment variable with
1566 @code{set}. For example, you can set the @value{GDBN} prompt to a $-sign with
1567 @code{set prompt $}.
1568
1569 @kindex show
1570 @item show
1571 In contrast to @code{info}, @code{show} is for describing the state of
1572 @value{GDBN} itself.
1573 You can change most of the things you can @code{show}, by using the
1574 related command @code{set}; for example, you can control what number
1575 system is used for displays with @code{set radix}, or simply inquire
1576 which is currently in use with @code{show radix}.
1577
1578 @kindex info set
1579 To display all the settable parameters and their current
1580 values, you can use @code{show} with no arguments; you may also use
1581 @code{info set}. Both commands produce the same display.
1582 @c FIXME: "info set" violates the rule that "info" is for state of
1583 @c FIXME...program. Ck w/ GNU: "info set" to be called something else,
1584 @c FIXME...or change desc of rule---eg "state of prog and debugging session"?
1585 @end table
1586 @c @end group
1587
1588 Here are three miscellaneous @code{show} subcommands, all of which are
1589 exceptional in lacking corresponding @code{set} commands:
1590
1591 @table @code
1592 @kindex show version
1593 @cindex version number
1594 @item show version
1595 Show what version of @value{GDBN} is running. You should include this
1596 information in @value{GDBN} bug-reports. If multiple versions of
1597 @value{GDBN} are in use at your site, you may need to determine which
1598 version of @value{GDBN} you are running; as @value{GDBN} evolves, new
1599 commands are introduced, and old ones may wither away. Also, many
1600 system vendors ship variant versions of @value{GDBN}, and there are
1601 variant versions of @value{GDBN} in @sc{gnu}/Linux distributions as well.
1602 The version number is the same as the one announced when you start
1603 @value{GDBN}.
1604
1605 @kindex show copying
1606 @item show copying
1607 Display information about permission for copying @value{GDBN}.
1608
1609 @kindex show warranty
1610 @item show warranty
1611 Display the @sc{gnu} ``NO WARRANTY'' statement, or a warranty,
1612 if your version of @value{GDBN} comes with one.
1613
1614 @end table
1615
1616 @node Running
1617 @chapter Running Programs Under @value{GDBN}
1618
1619 When you run a program under @value{GDBN}, you must first generate
1620 debugging information when you compile it.
1621
1622 You may start @value{GDBN} with its arguments, if any, in an environment
1623 of your choice. If you are doing native debugging, you may redirect
1624 your program's input and output, debug an already running process, or
1625 kill a child process.
1626
1627 @menu
1628 * Compilation:: Compiling for debugging
1629 * Starting:: Starting your program
1630 * Arguments:: Your program's arguments
1631 * Environment:: Your program's environment
1632
1633 * Working Directory:: Your program's working directory
1634 * Input/Output:: Your program's input and output
1635 * Attach:: Debugging an already-running process
1636 * Kill Process:: Killing the child process
1637
1638 * Threads:: Debugging programs with multiple threads
1639 * Processes:: Debugging programs with multiple processes
1640 @end menu
1641
1642 @node Compilation
1643 @section Compiling for debugging
1644
1645 In order to debug a program effectively, you need to generate
1646 debugging information when you compile it. This debugging information
1647 is stored in the object file; it describes the data type of each
1648 variable or function and the correspondence between source line numbers
1649 and addresses in the executable code.
1650
1651 To request debugging information, specify the @samp{-g} option when you run
1652 the compiler.
1653
1654 Most compilers do not include information about preprocessor macros in
1655 the debugging information if you specify the @option{-g} flag alone,
1656 because this information is rather large. Version 3.1 of @value{NGCC},
1657 the @sc{gnu} C compiler, provides macro information if you specify the
1658 options @option{-gdwarf-2} and @option{-g3}; the former option requests
1659 debugging information in the Dwarf 2 format, and the latter requests
1660 ``extra information''. In the future, we hope to find more compact ways
1661 to represent macro information, so that it can be included with
1662 @option{-g} alone.
1663
1664 Many C compilers are unable to handle the @samp{-g} and @samp{-O}
1665 options together. Using those compilers, you cannot generate optimized
1666 executables containing debugging information.
1667
1668 @value{NGCC}, the @sc{gnu} C compiler, supports @samp{-g} with or
1669 without @samp{-O}, making it possible to debug optimized code. We
1670 recommend that you @emph{always} use @samp{-g} whenever you compile a
1671 program. You may think your program is correct, but there is no sense
1672 in pushing your luck.
1673
1674 @cindex optimized code, debugging
1675 @cindex debugging optimized code
1676 When you debug a program compiled with @samp{-g -O}, remember that the
1677 optimizer is rearranging your code; the debugger shows you what is
1678 really there. Do not be too surprised when the execution path does not
1679 exactly match your source file! An extreme example: if you define a
1680 variable, but never use it, @value{GDBN} never sees that
1681 variable---because the compiler optimizes it out of existence.
1682
1683 Some things do not work as well with @samp{-g -O} as with just
1684 @samp{-g}, particularly on machines with instruction scheduling. If in
1685 doubt, recompile with @samp{-g} alone, and if this fixes the problem,
1686 please report it to us as a bug (including a test case!).
1687
1688 Older versions of the @sc{gnu} C compiler permitted a variant option
1689 @w{@samp{-gg}} for debugging information. @value{GDBN} no longer supports this
1690 format; if your @sc{gnu} C compiler has this option, do not use it.
1691
1692 @need 2000
1693 @node Starting
1694 @section Starting your program
1695 @cindex starting
1696 @cindex running
1697
1698 @table @code
1699 @kindex run
1700 @kindex r @r{(@code{run})}
1701 @item run
1702 @itemx r
1703 Use the @code{run} command to start your program under @value{GDBN}.
1704 You must first specify the program name (except on VxWorks) with an
1705 argument to @value{GDBN} (@pxref{Invocation, ,Getting In and Out of
1706 @value{GDBN}}), or by using the @code{file} or @code{exec-file} command
1707 (@pxref{Files, ,Commands to specify files}).
1708
1709 @end table
1710
1711 If you are running your program in an execution environment that
1712 supports processes, @code{run} creates an inferior process and makes
1713 that process run your program. (In environments without processes,
1714 @code{run} jumps to the start of your program.)
1715
1716 The execution of a program is affected by certain information it
1717 receives from its superior. @value{GDBN} provides ways to specify this
1718 information, which you must do @emph{before} starting your program. (You
1719 can change it after starting your program, but such changes only affect
1720 your program the next time you start it.) This information may be
1721 divided into four categories:
1722
1723 @table @asis
1724 @item The @emph{arguments.}
1725 Specify the arguments to give your program as the arguments of the
1726 @code{run} command. If a shell is available on your target, the shell
1727 is used to pass the arguments, so that you may use normal conventions
1728 (such as wildcard expansion or variable substitution) in describing
1729 the arguments.
1730 In Unix systems, you can control which shell is used with the
1731 @code{SHELL} environment variable.
1732 @xref{Arguments, ,Your program's arguments}.
1733
1734 @item The @emph{environment.}
1735 Your program normally inherits its environment from @value{GDBN}, but you can
1736 use the @value{GDBN} commands @code{set environment} and @code{unset
1737 environment} to change parts of the environment that affect
1738 your program. @xref{Environment, ,Your program's environment}.
1739
1740 @item The @emph{working directory.}
1741 Your program inherits its working directory from @value{GDBN}. You can set
1742 the @value{GDBN} working directory with the @code{cd} command in @value{GDBN}.
1743 @xref{Working Directory, ,Your program's working directory}.
1744
1745 @item The @emph{standard input and output.}
1746 Your program normally uses the same device for standard input and
1747 standard output as @value{GDBN} is using. You can redirect input and output
1748 in the @code{run} command line, or you can use the @code{tty} command to
1749 set a different device for your program.
1750 @xref{Input/Output, ,Your program's input and output}.
1751
1752 @cindex pipes
1753 @emph{Warning:} While input and output redirection work, you cannot use
1754 pipes to pass the output of the program you are debugging to another
1755 program; if you attempt this, @value{GDBN} is likely to wind up debugging the
1756 wrong program.
1757 @end table
1758
1759 When you issue the @code{run} command, your program begins to execute
1760 immediately. @xref{Stopping, ,Stopping and continuing}, for discussion
1761 of how to arrange for your program to stop. Once your program has
1762 stopped, you may call functions in your program, using the @code{print}
1763 or @code{call} commands. @xref{Data, ,Examining Data}.
1764
1765 If the modification time of your symbol file has changed since the last
1766 time @value{GDBN} read its symbols, @value{GDBN} discards its symbol
1767 table, and reads it again. When it does this, @value{GDBN} tries to retain
1768 your current breakpoints.
1769
1770 @node Arguments
1771 @section Your program's arguments
1772
1773 @cindex arguments (to your program)
1774 The arguments to your program can be specified by the arguments of the
1775 @code{run} command.
1776 They are passed to a shell, which expands wildcard characters and
1777 performs redirection of I/O, and thence to your program. Your
1778 @code{SHELL} environment variable (if it exists) specifies what shell
1779 @value{GDBN} uses. If you do not define @code{SHELL}, @value{GDBN} uses
1780 the default shell (@file{/bin/sh} on Unix).
1781
1782 On non-Unix systems, the program is usually invoked directly by
1783 @value{GDBN}, which emulates I/O redirection via the appropriate system
1784 calls, and the wildcard characters are expanded by the startup code of
1785 the program, not by the shell.
1786
1787 @code{run} with no arguments uses the same arguments used by the previous
1788 @code{run}, or those set by the @code{set args} command.
1789
1790 @table @code
1791 @kindex set args
1792 @item set args
1793 Specify the arguments to be used the next time your program is run. If
1794 @code{set args} has no arguments, @code{run} executes your program
1795 with no arguments. Once you have run your program with arguments,
1796 using @code{set args} before the next @code{run} is the only way to run
1797 it again without arguments.
1798
1799 @kindex show args
1800 @item show args
1801 Show the arguments to give your program when it is started.
1802 @end table
1803
1804 @node Environment
1805 @section Your program's environment
1806
1807 @cindex environment (of your program)
1808 The @dfn{environment} consists of a set of environment variables and
1809 their values. Environment variables conventionally record such things as
1810 your user name, your home directory, your terminal type, and your search
1811 path for programs to run. Usually you set up environment variables with
1812 the shell and they are inherited by all the other programs you run. When
1813 debugging, it can be useful to try running your program with a modified
1814 environment without having to start @value{GDBN} over again.
1815
1816 @table @code
1817 @kindex path
1818 @item path @var{directory}
1819 Add @var{directory} to the front of the @code{PATH} environment variable
1820 (the search path for executables) that will be passed to your program.
1821 The value of @code{PATH} used by @value{GDBN} does not change.
1822 You may specify several directory names, separated by whitespace or by a
1823 system-dependent separator character (@samp{:} on Unix, @samp{;} on
1824 MS-DOS and MS-Windows). If @var{directory} is already in the path, it
1825 is moved to the front, so it is searched sooner.
1826
1827 You can use the string @samp{$cwd} to refer to whatever is the current
1828 working directory at the time @value{GDBN} searches the path. If you
1829 use @samp{.} instead, it refers to the directory where you executed the
1830 @code{path} command. @value{GDBN} replaces @samp{.} in the
1831 @var{directory} argument (with the current path) before adding
1832 @var{directory} to the search path.
1833 @c 'path' is explicitly nonrepeatable, but RMS points out it is silly to
1834 @c document that, since repeating it would be a no-op.
1835
1836 @kindex show paths
1837 @item show paths
1838 Display the list of search paths for executables (the @code{PATH}
1839 environment variable).
1840
1841 @kindex show environment
1842 @item show environment @r{[}@var{varname}@r{]}
1843 Print the value of environment variable @var{varname} to be given to
1844 your program when it starts. If you do not supply @var{varname},
1845 print the names and values of all environment variables to be given to
1846 your program. You can abbreviate @code{environment} as @code{env}.
1847
1848 @kindex set environment
1849 @item set environment @var{varname} @r{[}=@var{value}@r{]}
1850 Set environment variable @var{varname} to @var{value}. The value
1851 changes for your program only, not for @value{GDBN} itself. @var{value} may
1852 be any string; the values of environment variables are just strings, and
1853 any interpretation is supplied by your program itself. The @var{value}
1854 parameter is optional; if it is eliminated, the variable is set to a
1855 null value.
1856 @c "any string" here does not include leading, trailing
1857 @c blanks. Gnu asks: does anyone care?
1858
1859 For example, this command:
1860
1861 @smallexample
1862 set env USER = foo
1863 @end smallexample
1864
1865 @noindent
1866 tells the debugged program, when subsequently run, that its user is named
1867 @samp{foo}. (The spaces around @samp{=} are used for clarity here; they
1868 are not actually required.)
1869
1870 @kindex unset environment
1871 @item unset environment @var{varname}
1872 Remove variable @var{varname} from the environment to be passed to your
1873 program. This is different from @samp{set env @var{varname} =};
1874 @code{unset environment} removes the variable from the environment,
1875 rather than assigning it an empty value.
1876 @end table
1877
1878 @emph{Warning:} On Unix systems, @value{GDBN} runs your program using
1879 the shell indicated
1880 by your @code{SHELL} environment variable if it exists (or
1881 @code{/bin/sh} if not). If your @code{SHELL} variable names a shell
1882 that runs an initialization file---such as @file{.cshrc} for C-shell, or
1883 @file{.bashrc} for BASH---any variables you set in that file affect
1884 your program. You may wish to move setting of environment variables to
1885 files that are only run when you sign on, such as @file{.login} or
1886 @file{.profile}.
1887
1888 @node Working Directory
1889 @section Your program's working directory
1890
1891 @cindex working directory (of your program)
1892 Each time you start your program with @code{run}, it inherits its
1893 working directory from the current working directory of @value{GDBN}.
1894 The @value{GDBN} working directory is initially whatever it inherited
1895 from its parent process (typically the shell), but you can specify a new
1896 working directory in @value{GDBN} with the @code{cd} command.
1897
1898 The @value{GDBN} working directory also serves as a default for the commands
1899 that specify files for @value{GDBN} to operate on. @xref{Files, ,Commands to
1900 specify files}.
1901
1902 @table @code
1903 @kindex cd
1904 @item cd @var{directory}
1905 Set the @value{GDBN} working directory to @var{directory}.
1906
1907 @kindex pwd
1908 @item pwd
1909 Print the @value{GDBN} working directory.
1910 @end table
1911
1912 @node Input/Output
1913 @section Your program's input and output
1914
1915 @cindex redirection
1916 @cindex i/o
1917 @cindex terminal
1918 By default, the program you run under @value{GDBN} does input and output to
1919 the same terminal that @value{GDBN} uses. @value{GDBN} switches the terminal
1920 to its own terminal modes to interact with you, but it records the terminal
1921 modes your program was using and switches back to them when you continue
1922 running your program.
1923
1924 @table @code
1925 @kindex info terminal
1926 @item info terminal
1927 Displays information recorded by @value{GDBN} about the terminal modes your
1928 program is using.
1929 @end table
1930
1931 You can redirect your program's input and/or output using shell
1932 redirection with the @code{run} command. For example,
1933
1934 @smallexample
1935 run > outfile
1936 @end smallexample
1937
1938 @noindent
1939 starts your program, diverting its output to the file @file{outfile}.
1940
1941 @kindex tty
1942 @cindex controlling terminal
1943 Another way to specify where your program should do input and output is
1944 with the @code{tty} command. This command accepts a file name as
1945 argument, and causes this file to be the default for future @code{run}
1946 commands. It also resets the controlling terminal for the child
1947 process, for future @code{run} commands. For example,
1948
1949 @smallexample
1950 tty /dev/ttyb
1951 @end smallexample
1952
1953 @noindent
1954 directs that processes started with subsequent @code{run} commands
1955 default to do input and output on the terminal @file{/dev/ttyb} and have
1956 that as their controlling terminal.
1957
1958 An explicit redirection in @code{run} overrides the @code{tty} command's
1959 effect on the input/output device, but not its effect on the controlling
1960 terminal.
1961
1962 When you use the @code{tty} command or redirect input in the @code{run}
1963 command, only the input @emph{for your program} is affected. The input
1964 for @value{GDBN} still comes from your terminal.
1965
1966 @node Attach
1967 @section Debugging an already-running process
1968 @kindex attach
1969 @cindex attach
1970
1971 @table @code
1972 @item attach @var{process-id}
1973 This command attaches to a running process---one that was started
1974 outside @value{GDBN}. (@code{info files} shows your active
1975 targets.) The command takes as argument a process ID. The usual way to
1976 find out the process-id of a Unix process is with the @code{ps} utility,
1977 or with the @samp{jobs -l} shell command.
1978
1979 @code{attach} does not repeat if you press @key{RET} a second time after
1980 executing the command.
1981 @end table
1982
1983 To use @code{attach}, your program must be running in an environment
1984 which supports processes; for example, @code{attach} does not work for
1985 programs on bare-board targets that lack an operating system. You must
1986 also have permission to send the process a signal.
1987
1988 When you use @code{attach}, the debugger finds the program running in
1989 the process first by looking in the current working directory, then (if
1990 the program is not found) by using the source file search path
1991 (@pxref{Source Path, ,Specifying source directories}). You can also use
1992 the @code{file} command to load the program. @xref{Files, ,Commands to
1993 Specify Files}.
1994
1995 The first thing @value{GDBN} does after arranging to debug the specified
1996 process is to stop it. You can examine and modify an attached process
1997 with all the @value{GDBN} commands that are ordinarily available when
1998 you start processes with @code{run}. You can insert breakpoints; you
1999 can step and continue; you can modify storage. If you would rather the
2000 process continue running, you may use the @code{continue} command after
2001 attaching @value{GDBN} to the process.
2002
2003 @table @code
2004 @kindex detach
2005 @item detach
2006 When you have finished debugging the attached process, you can use the
2007 @code{detach} command to release it from @value{GDBN} control. Detaching
2008 the process continues its execution. After the @code{detach} command,
2009 that process and @value{GDBN} become completely independent once more, and you
2010 are ready to @code{attach} another process or start one with @code{run}.
2011 @code{detach} does not repeat if you press @key{RET} again after
2012 executing the command.
2013 @end table
2014
2015 If you exit @value{GDBN} or use the @code{run} command while you have an
2016 attached process, you kill that process. By default, @value{GDBN} asks
2017 for confirmation if you try to do either of these things; you can
2018 control whether or not you need to confirm by using the @code{set
2019 confirm} command (@pxref{Messages/Warnings, ,Optional warnings and
2020 messages}).
2021
2022 @node Kill Process
2023 @section Killing the child process
2024
2025 @table @code
2026 @kindex kill
2027 @item kill
2028 Kill the child process in which your program is running under @value{GDBN}.
2029 @end table
2030
2031 This command is useful if you wish to debug a core dump instead of a
2032 running process. @value{GDBN} ignores any core dump file while your program
2033 is running.
2034
2035 On some operating systems, a program cannot be executed outside @value{GDBN}
2036 while you have breakpoints set on it inside @value{GDBN}. You can use the
2037 @code{kill} command in this situation to permit running your program
2038 outside the debugger.
2039
2040 The @code{kill} command is also useful if you wish to recompile and
2041 relink your program, since on many systems it is impossible to modify an
2042 executable file while it is running in a process. In this case, when you
2043 next type @code{run}, @value{GDBN} notices that the file has changed, and
2044 reads the symbol table again (while trying to preserve your current
2045 breakpoint settings).
2046
2047 @node Threads
2048 @section Debugging programs with multiple threads
2049
2050 @cindex threads of execution
2051 @cindex multiple threads
2052 @cindex switching threads
2053 In some operating systems, such as HP-UX and Solaris, a single program
2054 may have more than one @dfn{thread} of execution. The precise semantics
2055 of threads differ from one operating system to another, but in general
2056 the threads of a single program are akin to multiple processes---except
2057 that they share one address space (that is, they can all examine and
2058 modify the same variables). On the other hand, each thread has its own
2059 registers and execution stack, and perhaps private memory.
2060
2061 @value{GDBN} provides these facilities for debugging multi-thread
2062 programs:
2063
2064 @itemize @bullet
2065 @item automatic notification of new threads
2066 @item @samp{thread @var{threadno}}, a command to switch among threads
2067 @item @samp{info threads}, a command to inquire about existing threads
2068 @item @samp{thread apply [@var{threadno}] [@var{all}] @var{args}},
2069 a command to apply a command to a list of threads
2070 @item thread-specific breakpoints
2071 @end itemize
2072
2073 @quotation
2074 @emph{Warning:} These facilities are not yet available on every
2075 @value{GDBN} configuration where the operating system supports threads.
2076 If your @value{GDBN} does not support threads, these commands have no
2077 effect. For example, a system without thread support shows no output
2078 from @samp{info threads}, and always rejects the @code{thread} command,
2079 like this:
2080
2081 @smallexample
2082 (@value{GDBP}) info threads
2083 (@value{GDBP}) thread 1
2084 Thread ID 1 not known. Use the "info threads" command to
2085 see the IDs of currently known threads.
2086 @end smallexample
2087 @c FIXME to implementors: how hard would it be to say "sorry, this GDB
2088 @c doesn't support threads"?
2089 @end quotation
2090
2091 @cindex focus of debugging
2092 @cindex current thread
2093 The @value{GDBN} thread debugging facility allows you to observe all
2094 threads while your program runs---but whenever @value{GDBN} takes
2095 control, one thread in particular is always the focus of debugging.
2096 This thread is called the @dfn{current thread}. Debugging commands show
2097 program information from the perspective of the current thread.
2098
2099 @cindex @code{New} @var{systag} message
2100 @cindex thread identifier (system)
2101 @c FIXME-implementors!! It would be more helpful if the [New...] message
2102 @c included GDB's numeric thread handle, so you could just go to that
2103 @c thread without first checking `info threads'.
2104 Whenever @value{GDBN} detects a new thread in your program, it displays
2105 the target system's identification for the thread with a message in the
2106 form @samp{[New @var{systag}]}. @var{systag} is a thread identifier
2107 whose form varies depending on the particular system. For example, on
2108 LynxOS, you might see
2109
2110 @smallexample
2111 [New process 35 thread 27]
2112 @end smallexample
2113
2114 @noindent
2115 when @value{GDBN} notices a new thread. In contrast, on an SGI system,
2116 the @var{systag} is simply something like @samp{process 368}, with no
2117 further qualifier.
2118
2119 @c FIXME!! (1) Does the [New...] message appear even for the very first
2120 @c thread of a program, or does it only appear for the
2121 @c second---i.e.@: when it becomes obvious we have a multithread
2122 @c program?
2123 @c (2) *Is* there necessarily a first thread always? Or do some
2124 @c multithread systems permit starting a program with multiple
2125 @c threads ab initio?
2126
2127 @cindex thread number
2128 @cindex thread identifier (GDB)
2129 For debugging purposes, @value{GDBN} associates its own thread
2130 number---always a single integer---with each thread in your program.
2131
2132 @table @code
2133 @kindex info threads
2134 @item info threads
2135 Display a summary of all threads currently in your
2136 program. @value{GDBN} displays for each thread (in this order):
2137
2138 @enumerate
2139 @item the thread number assigned by @value{GDBN}
2140
2141 @item the target system's thread identifier (@var{systag})
2142
2143 @item the current stack frame summary for that thread
2144 @end enumerate
2145
2146 @noindent
2147 An asterisk @samp{*} to the left of the @value{GDBN} thread number
2148 indicates the current thread.
2149
2150 For example,
2151 @end table
2152 @c end table here to get a little more width for example
2153
2154 @smallexample
2155 (@value{GDBP}) info threads
2156 3 process 35 thread 27 0x34e5 in sigpause ()
2157 2 process 35 thread 23 0x34e5 in sigpause ()
2158 * 1 process 35 thread 13 main (argc=1, argv=0x7ffffff8)
2159 at threadtest.c:68
2160 @end smallexample
2161
2162 On HP-UX systems:
2163
2164 @cindex thread number
2165 @cindex thread identifier (GDB)
2166 For debugging purposes, @value{GDBN} associates its own thread
2167 number---a small integer assigned in thread-creation order---with each
2168 thread in your program.
2169
2170 @cindex @code{New} @var{systag} message, on HP-UX
2171 @cindex thread identifier (system), on HP-UX
2172 @c FIXME-implementors!! It would be more helpful if the [New...] message
2173 @c included GDB's numeric thread handle, so you could just go to that
2174 @c thread without first checking `info threads'.
2175 Whenever @value{GDBN} detects a new thread in your program, it displays
2176 both @value{GDBN}'s thread number and the target system's identification for the thread with a message in the
2177 form @samp{[New @var{systag}]}. @var{systag} is a thread identifier
2178 whose form varies depending on the particular system. For example, on
2179 HP-UX, you see
2180
2181 @smallexample
2182 [New thread 2 (system thread 26594)]
2183 @end smallexample
2184
2185 @noindent
2186 when @value{GDBN} notices a new thread.
2187
2188 @table @code
2189 @kindex info threads
2190 @item info threads
2191 Display a summary of all threads currently in your
2192 program. @value{GDBN} displays for each thread (in this order):
2193
2194 @enumerate
2195 @item the thread number assigned by @value{GDBN}
2196
2197 @item the target system's thread identifier (@var{systag})
2198
2199 @item the current stack frame summary for that thread
2200 @end enumerate
2201
2202 @noindent
2203 An asterisk @samp{*} to the left of the @value{GDBN} thread number
2204 indicates the current thread.
2205
2206 For example,
2207 @end table
2208 @c end table here to get a little more width for example
2209
2210 @smallexample
2211 (@value{GDBP}) info threads
2212 * 3 system thread 26607 worker (wptr=0x7b09c318 "@@") \@*
2213 at quicksort.c:137
2214 2 system thread 26606 0x7b0030d8 in __ksleep () \@*
2215 from /usr/lib/libc.2
2216 1 system thread 27905 0x7b003498 in _brk () \@*
2217 from /usr/lib/libc.2
2218 @end smallexample
2219
2220 @table @code
2221 @kindex thread @var{threadno}
2222 @item thread @var{threadno}
2223 Make thread number @var{threadno} the current thread. The command
2224 argument @var{threadno} is the internal @value{GDBN} thread number, as
2225 shown in the first field of the @samp{info threads} display.
2226 @value{GDBN} responds by displaying the system identifier of the thread
2227 you selected, and its current stack frame summary:
2228
2229 @smallexample
2230 @c FIXME!! This example made up; find a @value{GDBN} w/threads and get real one
2231 (@value{GDBP}) thread 2
2232 [Switching to process 35 thread 23]
2233 0x34e5 in sigpause ()
2234 @end smallexample
2235
2236 @noindent
2237 As with the @samp{[New @dots{}]} message, the form of the text after
2238 @samp{Switching to} depends on your system's conventions for identifying
2239 threads.
2240
2241 @kindex thread apply
2242 @item thread apply [@var{threadno}] [@var{all}] @var{args}
2243 The @code{thread apply} command allows you to apply a command to one or
2244 more threads. Specify the numbers of the threads that you want affected
2245 with the command argument @var{threadno}. @var{threadno} is the internal
2246 @value{GDBN} thread number, as shown in the first field of the @samp{info
2247 threads} display. To apply a command to all threads, use
2248 @code{thread apply all} @var{args}.
2249 @end table
2250
2251 @cindex automatic thread selection
2252 @cindex switching threads automatically
2253 @cindex threads, automatic switching
2254 Whenever @value{GDBN} stops your program, due to a breakpoint or a
2255 signal, it automatically selects the thread where that breakpoint or
2256 signal happened. @value{GDBN} alerts you to the context switch with a
2257 message of the form @samp{[Switching to @var{systag}]} to identify the
2258 thread.
2259
2260 @xref{Thread Stops,,Stopping and starting multi-thread programs}, for
2261 more information about how @value{GDBN} behaves when you stop and start
2262 programs with multiple threads.
2263
2264 @xref{Set Watchpoints,,Setting watchpoints}, for information about
2265 watchpoints in programs with multiple threads.
2266
2267 @node Processes
2268 @section Debugging programs with multiple processes
2269
2270 @cindex fork, debugging programs which call
2271 @cindex multiple processes
2272 @cindex processes, multiple
2273 On most systems, @value{GDBN} has no special support for debugging
2274 programs which create additional processes using the @code{fork}
2275 function. When a program forks, @value{GDBN} will continue to debug the
2276 parent process and the child process will run unimpeded. If you have
2277 set a breakpoint in any code which the child then executes, the child
2278 will get a @code{SIGTRAP} signal which (unless it catches the signal)
2279 will cause it to terminate.
2280
2281 However, if you want to debug the child process there is a workaround
2282 which isn't too painful. Put a call to @code{sleep} in the code which
2283 the child process executes after the fork. It may be useful to sleep
2284 only if a certain environment variable is set, or a certain file exists,
2285 so that the delay need not occur when you don't want to run @value{GDBN}
2286 on the child. While the child is sleeping, use the @code{ps} program to
2287 get its process ID. Then tell @value{GDBN} (a new invocation of
2288 @value{GDBN} if you are also debugging the parent process) to attach to
2289 the child process (@pxref{Attach}). From that point on you can debug
2290 the child process just like any other process which you attached to.
2291
2292 On some systems, @value{GDBN} provides support for debugging programs that
2293 create additional processes using the @code{fork} or @code{vfork} functions.
2294 Currently, the only platforms with this feature are HP-UX (11.x and later
2295 only?) and GNU/Linux (kernel version 2.5.60 and later).
2296
2297 By default, when a program forks, @value{GDBN} will continue to debug
2298 the parent process and the child process will run unimpeded.
2299
2300 If you want to follow the child process instead of the parent process,
2301 use the command @w{@code{set follow-fork-mode}}.
2302
2303 @table @code
2304 @kindex set follow-fork-mode
2305 @item set follow-fork-mode @var{mode}
2306 Set the debugger response to a program call of @code{fork} or
2307 @code{vfork}. A call to @code{fork} or @code{vfork} creates a new
2308 process. The @var{mode} can be:
2309
2310 @table @code
2311 @item parent
2312 The original process is debugged after a fork. The child process runs
2313 unimpeded. This is the default.
2314
2315 @item child
2316 The new process is debugged after a fork. The parent process runs
2317 unimpeded.
2318
2319 @end table
2320
2321 @item show follow-fork-mode
2322 Display the current debugger response to a @code{fork} or @code{vfork} call.
2323 @end table
2324
2325 If you ask to debug a child process and a @code{vfork} is followed by an
2326 @code{exec}, @value{GDBN} executes the new target up to the first
2327 breakpoint in the new target. If you have a breakpoint set on
2328 @code{main} in your original program, the breakpoint will also be set on
2329 the child process's @code{main}.
2330
2331 When a child process is spawned by @code{vfork}, you cannot debug the
2332 child or parent until an @code{exec} call completes.
2333
2334 If you issue a @code{run} command to @value{GDBN} after an @code{exec}
2335 call executes, the new target restarts. To restart the parent process,
2336 use the @code{file} command with the parent executable name as its
2337 argument.
2338
2339 You can use the @code{catch} command to make @value{GDBN} stop whenever
2340 a @code{fork}, @code{vfork}, or @code{exec} call is made. @xref{Set
2341 Catchpoints, ,Setting catchpoints}.
2342
2343 @node Stopping
2344 @chapter Stopping and Continuing
2345
2346 The principal purposes of using a debugger are so that you can stop your
2347 program before it terminates; or so that, if your program runs into
2348 trouble, you can investigate and find out why.
2349
2350 Inside @value{GDBN}, your program may stop for any of several reasons,
2351 such as a signal, a breakpoint, or reaching a new line after a
2352 @value{GDBN} command such as @code{step}. You may then examine and
2353 change variables, set new breakpoints or remove old ones, and then
2354 continue execution. Usually, the messages shown by @value{GDBN} provide
2355 ample explanation of the status of your program---but you can also
2356 explicitly request this information at any time.
2357
2358 @table @code
2359 @kindex info program
2360 @item info program
2361 Display information about the status of your program: whether it is
2362 running or not, what process it is, and why it stopped.
2363 @end table
2364
2365 @menu
2366 * Breakpoints:: Breakpoints, watchpoints, and catchpoints
2367 * Continuing and Stepping:: Resuming execution
2368 * Signals:: Signals
2369 * Thread Stops:: Stopping and starting multi-thread programs
2370 @end menu
2371
2372 @node Breakpoints
2373 @section Breakpoints, watchpoints, and catchpoints
2374
2375 @cindex breakpoints
2376 A @dfn{breakpoint} makes your program stop whenever a certain point in
2377 the program is reached. For each breakpoint, you can add conditions to
2378 control in finer detail whether your program stops. You can set
2379 breakpoints with the @code{break} command and its variants (@pxref{Set
2380 Breaks, ,Setting breakpoints}), to specify the place where your program
2381 should stop by line number, function name or exact address in the
2382 program.
2383
2384 In HP-UX, SunOS 4.x, SVR4, and Alpha OSF/1 configurations, you can set
2385 breakpoints in shared libraries before the executable is run. There is
2386 a minor limitation on HP-UX systems: you must wait until the executable
2387 is run in order to set breakpoints in shared library routines that are
2388 not called directly by the program (for example, routines that are
2389 arguments in a @code{pthread_create} call).
2390
2391 @cindex watchpoints
2392 @cindex memory tracing
2393 @cindex breakpoint on memory address
2394 @cindex breakpoint on variable modification
2395 A @dfn{watchpoint} is a special breakpoint that stops your program
2396 when the value of an expression changes. You must use a different
2397 command to set watchpoints (@pxref{Set Watchpoints, ,Setting
2398 watchpoints}), but aside from that, you can manage a watchpoint like
2399 any other breakpoint: you enable, disable, and delete both breakpoints
2400 and watchpoints using the same commands.
2401
2402 You can arrange to have values from your program displayed automatically
2403 whenever @value{GDBN} stops at a breakpoint. @xref{Auto Display,,
2404 Automatic display}.
2405
2406 @cindex catchpoints
2407 @cindex breakpoint on events
2408 A @dfn{catchpoint} is another special breakpoint that stops your program
2409 when a certain kind of event occurs, such as the throwing of a C@t{++}
2410 exception or the loading of a library. As with watchpoints, you use a
2411 different command to set a catchpoint (@pxref{Set Catchpoints, ,Setting
2412 catchpoints}), but aside from that, you can manage a catchpoint like any
2413 other breakpoint. (To stop when your program receives a signal, use the
2414 @code{handle} command; see @ref{Signals, ,Signals}.)
2415
2416 @cindex breakpoint numbers
2417 @cindex numbers for breakpoints
2418 @value{GDBN} assigns a number to each breakpoint, watchpoint, or
2419 catchpoint when you create it; these numbers are successive integers
2420 starting with one. In many of the commands for controlling various
2421 features of breakpoints you use the breakpoint number to say which
2422 breakpoint you want to change. Each breakpoint may be @dfn{enabled} or
2423 @dfn{disabled}; if disabled, it has no effect on your program until you
2424 enable it again.
2425
2426 @cindex breakpoint ranges
2427 @cindex ranges of breakpoints
2428 Some @value{GDBN} commands accept a range of breakpoints on which to
2429 operate. A breakpoint range is either a single breakpoint number, like
2430 @samp{5}, or two such numbers, in increasing order, separated by a
2431 hyphen, like @samp{5-7}. When a breakpoint range is given to a command,
2432 all breakpoint in that range are operated on.
2433
2434 @menu
2435 * Set Breaks:: Setting breakpoints
2436 * Set Watchpoints:: Setting watchpoints
2437 * Set Catchpoints:: Setting catchpoints
2438 * Delete Breaks:: Deleting breakpoints
2439 * Disabling:: Disabling breakpoints
2440 * Conditions:: Break conditions
2441 * Break Commands:: Breakpoint command lists
2442 * Breakpoint Menus:: Breakpoint menus
2443 * Error in Breakpoints:: ``Cannot insert breakpoints''
2444 * Breakpoint related warnings:: ``Breakpoint address adjusted...''
2445 @end menu
2446
2447 @node Set Breaks
2448 @subsection Setting breakpoints
2449
2450 @c FIXME LMB what does GDB do if no code on line of breakpt?
2451 @c consider in particular declaration with/without initialization.
2452 @c
2453 @c FIXME 2 is there stuff on this already? break at fun start, already init?
2454
2455 @kindex break
2456 @kindex b @r{(@code{break})}
2457 @vindex $bpnum@r{, convenience variable}
2458 @cindex latest breakpoint
2459 Breakpoints are set with the @code{break} command (abbreviated
2460 @code{b}). The debugger convenience variable @samp{$bpnum} records the
2461 number of the breakpoint you've set most recently; see @ref{Convenience
2462 Vars,, Convenience variables}, for a discussion of what you can do with
2463 convenience variables.
2464
2465 You have several ways to say where the breakpoint should go.
2466
2467 @table @code
2468 @item break @var{function}
2469 Set a breakpoint at entry to function @var{function}.
2470 When using source languages that permit overloading of symbols, such as
2471 C@t{++}, @var{function} may refer to more than one possible place to break.
2472 @xref{Breakpoint Menus,,Breakpoint menus}, for a discussion of that situation.
2473
2474 @item break +@var{offset}
2475 @itemx break -@var{offset}
2476 Set a breakpoint some number of lines forward or back from the position
2477 at which execution stopped in the currently selected @dfn{stack frame}.
2478 (@xref{Frames, ,Frames}, for a description of stack frames.)
2479
2480 @item break @var{linenum}
2481 Set a breakpoint at line @var{linenum} in the current source file.
2482 The current source file is the last file whose source text was printed.
2483 The breakpoint will stop your program just before it executes any of the
2484 code on that line.
2485
2486 @item break @var{filename}:@var{linenum}
2487 Set a breakpoint at line @var{linenum} in source file @var{filename}.
2488
2489 @item break @var{filename}:@var{function}
2490 Set a breakpoint at entry to function @var{function} found in file
2491 @var{filename}. Specifying a file name as well as a function name is
2492 superfluous except when multiple files contain similarly named
2493 functions.
2494
2495 @item break *@var{address}
2496 Set a breakpoint at address @var{address}. You can use this to set
2497 breakpoints in parts of your program which do not have debugging
2498 information or source files.
2499
2500 @item break
2501 When called without any arguments, @code{break} sets a breakpoint at
2502 the next instruction to be executed in the selected stack frame
2503 (@pxref{Stack, ,Examining the Stack}). In any selected frame but the
2504 innermost, this makes your program stop as soon as control
2505 returns to that frame. This is similar to the effect of a
2506 @code{finish} command in the frame inside the selected frame---except
2507 that @code{finish} does not leave an active breakpoint. If you use
2508 @code{break} without an argument in the innermost frame, @value{GDBN} stops
2509 the next time it reaches the current location; this may be useful
2510 inside loops.
2511
2512 @value{GDBN} normally ignores breakpoints when it resumes execution, until at
2513 least one instruction has been executed. If it did not do this, you
2514 would be unable to proceed past a breakpoint without first disabling the
2515 breakpoint. This rule applies whether or not the breakpoint already
2516 existed when your program stopped.
2517
2518 @item break @dots{} if @var{cond}
2519 Set a breakpoint with condition @var{cond}; evaluate the expression
2520 @var{cond} each time the breakpoint is reached, and stop only if the
2521 value is nonzero---that is, if @var{cond} evaluates as true.
2522 @samp{@dots{}} stands for one of the possible arguments described
2523 above (or no argument) specifying where to break. @xref{Conditions,
2524 ,Break conditions}, for more information on breakpoint conditions.
2525
2526 @kindex tbreak
2527 @item tbreak @var{args}
2528 Set a breakpoint enabled only for one stop. @var{args} are the
2529 same as for the @code{break} command, and the breakpoint is set in the same
2530 way, but the breakpoint is automatically deleted after the first time your
2531 program stops there. @xref{Disabling, ,Disabling breakpoints}.
2532
2533 @kindex hbreak
2534 @item hbreak @var{args}
2535 Set a hardware-assisted breakpoint. @var{args} are the same as for the
2536 @code{break} command and the breakpoint is set in the same way, but the
2537 breakpoint requires hardware support and some target hardware may not
2538 have this support. The main purpose of this is EPROM/ROM code
2539 debugging, so you can set a breakpoint at an instruction without
2540 changing the instruction. This can be used with the new trap-generation
2541 provided by SPARClite DSU and some x86-based targets. These targets
2542 will generate traps when a program accesses some data or instruction
2543 address that is assigned to the debug registers. However the hardware
2544 breakpoint registers can take a limited number of breakpoints. For
2545 example, on the DSU, only two data breakpoints can be set at a time, and
2546 @value{GDBN} will reject this command if more than two are used. Delete
2547 or disable unused hardware breakpoints before setting new ones
2548 (@pxref{Disabling, ,Disabling}). @xref{Conditions, ,Break conditions}.
2549 @xref{set remote hardware-breakpoint-limit}.
2550
2551
2552 @kindex thbreak
2553 @item thbreak @var{args}
2554 Set a hardware-assisted breakpoint enabled only for one stop. @var{args}
2555 are the same as for the @code{hbreak} command and the breakpoint is set in
2556 the same way. However, like the @code{tbreak} command,
2557 the breakpoint is automatically deleted after the
2558 first time your program stops there. Also, like the @code{hbreak}
2559 command, the breakpoint requires hardware support and some target hardware
2560 may not have this support. @xref{Disabling, ,Disabling breakpoints}.
2561 See also @ref{Conditions, ,Break conditions}.
2562
2563 @kindex rbreak
2564 @cindex regular expression
2565 @item rbreak @var{regex}
2566 Set breakpoints on all functions matching the regular expression
2567 @var{regex}. This command sets an unconditional breakpoint on all
2568 matches, printing a list of all breakpoints it set. Once these
2569 breakpoints are set, they are treated just like the breakpoints set with
2570 the @code{break} command. You can delete them, disable them, or make
2571 them conditional the same way as any other breakpoint.
2572
2573 The syntax of the regular expression is the standard one used with tools
2574 like @file{grep}. Note that this is different from the syntax used by
2575 shells, so for instance @code{foo*} matches all functions that include
2576 an @code{fo} followed by zero or more @code{o}s. There is an implicit
2577 @code{.*} leading and trailing the regular expression you supply, so to
2578 match only functions that begin with @code{foo}, use @code{^foo}.
2579
2580 When debugging C@t{++} programs, @code{rbreak} is useful for setting
2581 breakpoints on overloaded functions that are not members of any special
2582 classes.
2583
2584 @kindex info breakpoints
2585 @cindex @code{$_} and @code{info breakpoints}
2586 @item info breakpoints @r{[}@var{n}@r{]}
2587 @itemx info break @r{[}@var{n}@r{]}
2588 @itemx info watchpoints @r{[}@var{n}@r{]}
2589 Print a table of all breakpoints, watchpoints, and catchpoints set and
2590 not deleted, with the following columns for each breakpoint:
2591
2592 @table @emph
2593 @item Breakpoint Numbers
2594 @item Type
2595 Breakpoint, watchpoint, or catchpoint.
2596 @item Disposition
2597 Whether the breakpoint is marked to be disabled or deleted when hit.
2598 @item Enabled or Disabled
2599 Enabled breakpoints are marked with @samp{y}. @samp{n} marks breakpoints
2600 that are not enabled.
2601 @item Address
2602 Where the breakpoint is in your program, as a memory address. If the
2603 breakpoint is pending (see below for details) on a future load of a shared library, the address
2604 will be listed as @samp{<PENDING>}.
2605 @item What
2606 Where the breakpoint is in the source for your program, as a file and
2607 line number. For a pending breakpoint, the original string passed to
2608 the breakpoint command will be listed as it cannot be resolved until
2609 the appropriate shared library is loaded in the future.
2610 @end table
2611
2612 @noindent
2613 If a breakpoint is conditional, @code{info break} shows the condition on
2614 the line following the affected breakpoint; breakpoint commands, if any,
2615 are listed after that. A pending breakpoint is allowed to have a condition
2616 specified for it. The condition is not parsed for validity until a shared
2617 library is loaded that allows the pending breakpoint to resolve to a
2618 valid location.
2619
2620 @noindent
2621 @code{info break} with a breakpoint
2622 number @var{n} as argument lists only that breakpoint. The
2623 convenience variable @code{$_} and the default examining-address for
2624 the @code{x} command are set to the address of the last breakpoint
2625 listed (@pxref{Memory, ,Examining memory}).
2626
2627 @noindent
2628 @code{info break} displays a count of the number of times the breakpoint
2629 has been hit. This is especially useful in conjunction with the
2630 @code{ignore} command. You can ignore a large number of breakpoint
2631 hits, look at the breakpoint info to see how many times the breakpoint
2632 was hit, and then run again, ignoring one less than that number. This
2633 will get you quickly to the last hit of that breakpoint.
2634 @end table
2635
2636 @value{GDBN} allows you to set any number of breakpoints at the same place in
2637 your program. There is nothing silly or meaningless about this. When
2638 the breakpoints are conditional, this is even useful
2639 (@pxref{Conditions, ,Break conditions}).
2640
2641 @cindex pending breakpoints
2642 If a specified breakpoint location cannot be found, it may be due to the fact
2643 that the location is in a shared library that is yet to be loaded. In such
2644 a case, you may want @value{GDBN} to create a special breakpoint (known as
2645 a @dfn{pending breakpoint}) that
2646 attempts to resolve itself in the future when an appropriate shared library
2647 gets loaded.
2648
2649 Pending breakpoints are useful to set at the start of your
2650 @value{GDBN} session for locations that you know will be dynamically loaded
2651 later by the program being debugged. When shared libraries are loaded,
2652 a check is made to see if the load resolves any pending breakpoint locations.
2653 If a pending breakpoint location gets resolved,
2654 a regular breakpoint is created and the original pending breakpoint is removed.
2655
2656 @value{GDBN} provides some additional commands for controlling pending
2657 breakpoint support:
2658
2659 @kindex set breakpoint pending
2660 @kindex show breakpoint pending
2661 @table @code
2662 @item set breakpoint pending auto
2663 This is the default behavior. When @value{GDBN} cannot find the breakpoint
2664 location, it queries you whether a pending breakpoint should be created.
2665
2666 @item set breakpoint pending on
2667 This indicates that an unrecognized breakpoint location should automatically
2668 result in a pending breakpoint being created.
2669
2670 @item set breakpoint pending off
2671 This indicates that pending breakpoints are not to be created. Any
2672 unrecognized breakpoint location results in an error. This setting does
2673 not affect any pending breakpoints previously created.
2674
2675 @item show breakpoint pending
2676 Show the current behavior setting for creating pending breakpoints.
2677 @end table
2678
2679 @cindex operations allowed on pending breakpoints
2680 Normal breakpoint operations apply to pending breakpoints as well. You may
2681 specify a condition for a pending breakpoint and/or commands to run when the
2682 breakpoint is reached. You can also enable or disable
2683 the pending breakpoint. When you specify a condition for a pending breakpoint,
2684 the parsing of the condition will be deferred until the point where the
2685 pending breakpoint location is resolved. Disabling a pending breakpoint
2686 tells @value{GDBN} to not attempt to resolve the breakpoint on any subsequent
2687 shared library load. When a pending breakpoint is re-enabled,
2688 @value{GDBN} checks to see if the location is already resolved.
2689 This is done because any number of shared library loads could have
2690 occurred since the time the breakpoint was disabled and one or more
2691 of these loads could resolve the location.
2692
2693 @cindex negative breakpoint numbers
2694 @cindex internal @value{GDBN} breakpoints
2695 @value{GDBN} itself sometimes sets breakpoints in your program for
2696 special purposes, such as proper handling of @code{longjmp} (in C
2697 programs). These internal breakpoints are assigned negative numbers,
2698 starting with @code{-1}; @samp{info breakpoints} does not display them.
2699 You can see these breakpoints with the @value{GDBN} maintenance command
2700 @samp{maint info breakpoints} (@pxref{maint info breakpoints}).
2701
2702
2703 @node Set Watchpoints
2704 @subsection Setting watchpoints
2705
2706 @cindex setting watchpoints
2707 @cindex software watchpoints
2708 @cindex hardware watchpoints
2709 You can use a watchpoint to stop execution whenever the value of an
2710 expression changes, without having to predict a particular place where
2711 this may happen.
2712
2713 Depending on your system, watchpoints may be implemented in software or
2714 hardware. @value{GDBN} does software watchpointing by single-stepping your
2715 program and testing the variable's value each time, which is hundreds of
2716 times slower than normal execution. (But this may still be worth it, to
2717 catch errors where you have no clue what part of your program is the
2718 culprit.)
2719
2720 On some systems, such as HP-UX, @sc{gnu}/Linux and some other x86-based targets,
2721 @value{GDBN} includes support for
2722 hardware watchpoints, which do not slow down the running of your
2723 program.
2724
2725 @table @code
2726 @kindex watch
2727 @item watch @var{expr}
2728 Set a watchpoint for an expression. @value{GDBN} will break when @var{expr}
2729 is written into by the program and its value changes.
2730
2731 @kindex rwatch
2732 @item rwatch @var{expr}
2733 Set a watchpoint that will break when watch @var{expr} is read by the program.
2734
2735 @kindex awatch
2736 @item awatch @var{expr}
2737 Set a watchpoint that will break when @var{expr} is either read or written into
2738 by the program.
2739
2740 @kindex info watchpoints
2741 @item info watchpoints
2742 This command prints a list of watchpoints, breakpoints, and catchpoints;
2743 it is the same as @code{info break}.
2744 @end table
2745
2746 @value{GDBN} sets a @dfn{hardware watchpoint} if possible. Hardware
2747 watchpoints execute very quickly, and the debugger reports a change in
2748 value at the exact instruction where the change occurs. If @value{GDBN}
2749 cannot set a hardware watchpoint, it sets a software watchpoint, which
2750 executes more slowly and reports the change in value at the next
2751 statement, not the instruction, after the change occurs.
2752
2753 When you issue the @code{watch} command, @value{GDBN} reports
2754
2755 @smallexample
2756 Hardware watchpoint @var{num}: @var{expr}
2757 @end smallexample
2758
2759 @noindent
2760 if it was able to set a hardware watchpoint.
2761
2762 Currently, the @code{awatch} and @code{rwatch} commands can only set
2763 hardware watchpoints, because accesses to data that don't change the
2764 value of the watched expression cannot be detected without examining
2765 every instruction as it is being executed, and @value{GDBN} does not do
2766 that currently. If @value{GDBN} finds that it is unable to set a
2767 hardware breakpoint with the @code{awatch} or @code{rwatch} command, it
2768 will print a message like this:
2769
2770 @smallexample
2771 Expression cannot be implemented with read/access watchpoint.
2772 @end smallexample
2773
2774 Sometimes, @value{GDBN} cannot set a hardware watchpoint because the
2775 data type of the watched expression is wider than what a hardware
2776 watchpoint on the target machine can handle. For example, some systems
2777 can only watch regions that are up to 4 bytes wide; on such systems you
2778 cannot set hardware watchpoints for an expression that yields a
2779 double-precision floating-point number (which is typically 8 bytes
2780 wide). As a work-around, it might be possible to break the large region
2781 into a series of smaller ones and watch them with separate watchpoints.
2782
2783 If you set too many hardware watchpoints, @value{GDBN} might be unable
2784 to insert all of them when you resume the execution of your program.
2785 Since the precise number of active watchpoints is unknown until such
2786 time as the program is about to be resumed, @value{GDBN} might not be
2787 able to warn you about this when you set the watchpoints, and the
2788 warning will be printed only when the program is resumed:
2789
2790 @smallexample
2791 Hardware watchpoint @var{num}: Could not insert watchpoint
2792 @end smallexample
2793
2794 @noindent
2795 If this happens, delete or disable some of the watchpoints.
2796
2797 The SPARClite DSU will generate traps when a program accesses some data
2798 or instruction address that is assigned to the debug registers. For the
2799 data addresses, DSU facilitates the @code{watch} command. However the
2800 hardware breakpoint registers can only take two data watchpoints, and
2801 both watchpoints must be the same kind. For example, you can set two
2802 watchpoints with @code{watch} commands, two with @code{rwatch} commands,
2803 @strong{or} two with @code{awatch} commands, but you cannot set one
2804 watchpoint with one command and the other with a different command.
2805 @value{GDBN} will reject the command if you try to mix watchpoints.
2806 Delete or disable unused watchpoint commands before setting new ones.
2807
2808 If you call a function interactively using @code{print} or @code{call},
2809 any watchpoints you have set will be inactive until @value{GDBN} reaches another
2810 kind of breakpoint or the call completes.
2811
2812 @value{GDBN} automatically deletes watchpoints that watch local
2813 (automatic) variables, or expressions that involve such variables, when
2814 they go out of scope, that is, when the execution leaves the block in
2815 which these variables were defined. In particular, when the program
2816 being debugged terminates, @emph{all} local variables go out of scope,
2817 and so only watchpoints that watch global variables remain set. If you
2818 rerun the program, you will need to set all such watchpoints again. One
2819 way of doing that would be to set a code breakpoint at the entry to the
2820 @code{main} function and when it breaks, set all the watchpoints.
2821
2822 @quotation
2823 @cindex watchpoints and threads
2824 @cindex threads and watchpoints
2825 @emph{Warning:} In multi-thread programs, watchpoints have only limited
2826 usefulness. With the current watchpoint implementation, @value{GDBN}
2827 can only watch the value of an expression @emph{in a single thread}. If
2828 you are confident that the expression can only change due to the current
2829 thread's activity (and if you are also confident that no other thread
2830 can become current), then you can use watchpoints as usual. However,
2831 @value{GDBN} may not notice when a non-current thread's activity changes
2832 the expression.
2833
2834 @c FIXME: this is almost identical to the previous paragraph.
2835 @emph{HP-UX Warning:} In multi-thread programs, software watchpoints
2836 have only limited usefulness. If @value{GDBN} creates a software
2837 watchpoint, it can only watch the value of an expression @emph{in a
2838 single thread}. If you are confident that the expression can only
2839 change due to the current thread's activity (and if you are also
2840 confident that no other thread can become current), then you can use
2841 software watchpoints as usual. However, @value{GDBN} may not notice
2842 when a non-current thread's activity changes the expression. (Hardware
2843 watchpoints, in contrast, watch an expression in all threads.)
2844 @end quotation
2845
2846 @xref{set remote hardware-watchpoint-limit}.
2847
2848 @node Set Catchpoints
2849 @subsection Setting catchpoints
2850 @cindex catchpoints, setting
2851 @cindex exception handlers
2852 @cindex event handling
2853
2854 You can use @dfn{catchpoints} to cause the debugger to stop for certain
2855 kinds of program events, such as C@t{++} exceptions or the loading of a
2856 shared library. Use the @code{catch} command to set a catchpoint.
2857
2858 @table @code
2859 @kindex catch
2860 @item catch @var{event}
2861 Stop when @var{event} occurs. @var{event} can be any of the following:
2862 @table @code
2863 @item throw
2864 @kindex catch throw
2865 The throwing of a C@t{++} exception.
2866
2867 @item catch
2868 @kindex catch catch
2869 The catching of a C@t{++} exception.
2870
2871 @item exec
2872 @kindex catch exec
2873 A call to @code{exec}. This is currently only available for HP-UX.
2874
2875 @item fork
2876 @kindex catch fork
2877 A call to @code{fork}. This is currently only available for HP-UX.
2878
2879 @item vfork
2880 @kindex catch vfork
2881 A call to @code{vfork}. This is currently only available for HP-UX.
2882
2883 @item load
2884 @itemx load @var{libname}
2885 @kindex catch load
2886 The dynamic loading of any shared library, or the loading of the library
2887 @var{libname}. This is currently only available for HP-UX.
2888
2889 @item unload
2890 @itemx unload @var{libname}
2891 @kindex catch unload
2892 The unloading of any dynamically loaded shared library, or the unloading
2893 of the library @var{libname}. This is currently only available for HP-UX.
2894 @end table
2895
2896 @item tcatch @var{event}
2897 Set a catchpoint that is enabled only for one stop. The catchpoint is
2898 automatically deleted after the first time the event is caught.
2899
2900 @end table
2901
2902 Use the @code{info break} command to list the current catchpoints.
2903
2904 There are currently some limitations to C@t{++} exception handling
2905 (@code{catch throw} and @code{catch catch}) in @value{GDBN}:
2906
2907 @itemize @bullet
2908 @item
2909 If you call a function interactively, @value{GDBN} normally returns
2910 control to you when the function has finished executing. If the call
2911 raises an exception, however, the call may bypass the mechanism that
2912 returns control to you and cause your program either to abort or to
2913 simply continue running until it hits a breakpoint, catches a signal
2914 that @value{GDBN} is listening for, or exits. This is the case even if
2915 you set a catchpoint for the exception; catchpoints on exceptions are
2916 disabled within interactive calls.
2917
2918 @item
2919 You cannot raise an exception interactively.
2920
2921 @item
2922 You cannot install an exception handler interactively.
2923 @end itemize
2924
2925 @cindex raise exceptions
2926 Sometimes @code{catch} is not the best way to debug exception handling:
2927 if you need to know exactly where an exception is raised, it is better to
2928 stop @emph{before} the exception handler is called, since that way you
2929 can see the stack before any unwinding takes place. If you set a
2930 breakpoint in an exception handler instead, it may not be easy to find
2931 out where the exception was raised.
2932
2933 To stop just before an exception handler is called, you need some
2934 knowledge of the implementation. In the case of @sc{gnu} C@t{++}, exceptions are
2935 raised by calling a library function named @code{__raise_exception}
2936 which has the following ANSI C interface:
2937
2938 @smallexample
2939 /* @var{addr} is where the exception identifier is stored.
2940 @var{id} is the exception identifier. */
2941 void __raise_exception (void **addr, void *id);
2942 @end smallexample
2943
2944 @noindent
2945 To make the debugger catch all exceptions before any stack
2946 unwinding takes place, set a breakpoint on @code{__raise_exception}
2947 (@pxref{Breakpoints, ,Breakpoints; watchpoints; and exceptions}).
2948
2949 With a conditional breakpoint (@pxref{Conditions, ,Break conditions})
2950 that depends on the value of @var{id}, you can stop your program when
2951 a specific exception is raised. You can use multiple conditional
2952 breakpoints to stop your program when any of a number of exceptions are
2953 raised.
2954
2955
2956 @node Delete Breaks
2957 @subsection Deleting breakpoints
2958
2959 @cindex clearing breakpoints, watchpoints, catchpoints
2960 @cindex deleting breakpoints, watchpoints, catchpoints
2961 It is often necessary to eliminate a breakpoint, watchpoint, or
2962 catchpoint once it has done its job and you no longer want your program
2963 to stop there. This is called @dfn{deleting} the breakpoint. A
2964 breakpoint that has been deleted no longer exists; it is forgotten.
2965
2966 With the @code{clear} command you can delete breakpoints according to
2967 where they are in your program. With the @code{delete} command you can
2968 delete individual breakpoints, watchpoints, or catchpoints by specifying
2969 their breakpoint numbers.
2970
2971 It is not necessary to delete a breakpoint to proceed past it. @value{GDBN}
2972 automatically ignores breakpoints on the first instruction to be executed
2973 when you continue execution without changing the execution address.
2974
2975 @table @code
2976 @kindex clear
2977 @item clear
2978 Delete any breakpoints at the next instruction to be executed in the
2979 selected stack frame (@pxref{Selection, ,Selecting a frame}). When
2980 the innermost frame is selected, this is a good way to delete a
2981 breakpoint where your program just stopped.
2982
2983 @item clear @var{function}
2984 @itemx clear @var{filename}:@var{function}
2985 Delete any breakpoints set at entry to the function @var{function}.
2986
2987 @item clear @var{linenum}
2988 @itemx clear @var{filename}:@var{linenum}
2989 Delete any breakpoints set at or within the code of the specified line.
2990
2991 @cindex delete breakpoints
2992 @kindex delete
2993 @kindex d @r{(@code{delete})}
2994 @item delete @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
2995 Delete the breakpoints, watchpoints, or catchpoints of the breakpoint
2996 ranges specified as arguments. If no argument is specified, delete all
2997 breakpoints (@value{GDBN} asks confirmation, unless you have @code{set
2998 confirm off}). You can abbreviate this command as @code{d}.
2999 @end table
3000
3001 @node Disabling
3002 @subsection Disabling breakpoints
3003
3004 @kindex disable breakpoints
3005 @kindex enable breakpoints
3006 Rather than deleting a breakpoint, watchpoint, or catchpoint, you might
3007 prefer to @dfn{disable} it. This makes the breakpoint inoperative as if
3008 it had been deleted, but remembers the information on the breakpoint so
3009 that you can @dfn{enable} it again later.
3010
3011 You disable and enable breakpoints, watchpoints, and catchpoints with
3012 the @code{enable} and @code{disable} commands, optionally specifying one
3013 or more breakpoint numbers as arguments. Use @code{info break} or
3014 @code{info watch} to print a list of breakpoints, watchpoints, and
3015 catchpoints if you do not know which numbers to use.
3016
3017 A breakpoint, watchpoint, or catchpoint can have any of four different
3018 states of enablement:
3019
3020 @itemize @bullet
3021 @item
3022 Enabled. The breakpoint stops your program. A breakpoint set
3023 with the @code{break} command starts out in this state.
3024 @item
3025 Disabled. The breakpoint has no effect on your program.
3026 @item
3027 Enabled once. The breakpoint stops your program, but then becomes
3028 disabled.
3029 @item
3030 Enabled for deletion. The breakpoint stops your program, but
3031 immediately after it does so it is deleted permanently. A breakpoint
3032 set with the @code{tbreak} command starts out in this state.
3033 @end itemize
3034
3035 You can use the following commands to enable or disable breakpoints,
3036 watchpoints, and catchpoints:
3037
3038 @table @code
3039 @kindex disable breakpoints
3040 @kindex disable
3041 @kindex dis @r{(@code{disable})}
3042 @item disable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
3043 Disable the specified breakpoints---or all breakpoints, if none are
3044 listed. A disabled breakpoint has no effect but is not forgotten. All
3045 options such as ignore-counts, conditions and commands are remembered in
3046 case the breakpoint is enabled again later. You may abbreviate
3047 @code{disable} as @code{dis}.
3048
3049 @kindex enable breakpoints
3050 @kindex enable
3051 @item enable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
3052 Enable the specified breakpoints (or all defined breakpoints). They
3053 become effective once again in stopping your program.
3054
3055 @item enable @r{[}breakpoints@r{]} once @var{range}@dots{}
3056 Enable the specified breakpoints temporarily. @value{GDBN} disables any
3057 of these breakpoints immediately after stopping your program.
3058
3059 @item enable @r{[}breakpoints@r{]} delete @var{range}@dots{}
3060 Enable the specified breakpoints to work once, then die. @value{GDBN}
3061 deletes any of these breakpoints as soon as your program stops there.
3062 @end table
3063
3064 @c FIXME: I think the following ``Except for [...] @code{tbreak}'' is
3065 @c confusing: tbreak is also initially enabled.
3066 Except for a breakpoint set with @code{tbreak} (@pxref{Set Breaks,
3067 ,Setting breakpoints}), breakpoints that you set are initially enabled;
3068 subsequently, they become disabled or enabled only when you use one of
3069 the commands above. (The command @code{until} can set and delete a
3070 breakpoint of its own, but it does not change the state of your other
3071 breakpoints; see @ref{Continuing and Stepping, ,Continuing and
3072 stepping}.)
3073
3074 @node Conditions
3075 @subsection Break conditions
3076 @cindex conditional breakpoints
3077 @cindex breakpoint conditions
3078
3079 @c FIXME what is scope of break condition expr? Context where wanted?
3080 @c in particular for a watchpoint?
3081 The simplest sort of breakpoint breaks every time your program reaches a
3082 specified place. You can also specify a @dfn{condition} for a
3083 breakpoint. A condition is just a Boolean expression in your
3084 programming language (@pxref{Expressions, ,Expressions}). A breakpoint with
3085 a condition evaluates the expression each time your program reaches it,
3086 and your program stops only if the condition is @emph{true}.
3087
3088 This is the converse of using assertions for program validation; in that
3089 situation, you want to stop when the assertion is violated---that is,
3090 when the condition is false. In C, if you want to test an assertion expressed
3091 by the condition @var{assert}, you should set the condition
3092 @samp{! @var{assert}} on the appropriate breakpoint.
3093
3094 Conditions are also accepted for watchpoints; you may not need them,
3095 since a watchpoint is inspecting the value of an expression anyhow---but
3096 it might be simpler, say, to just set a watchpoint on a variable name,
3097 and specify a condition that tests whether the new value is an interesting
3098 one.
3099
3100 Break conditions can have side effects, and may even call functions in
3101 your program. This can be useful, for example, to activate functions
3102 that log program progress, or to use your own print functions to
3103 format special data structures. The effects are completely predictable
3104 unless there is another enabled breakpoint at the same address. (In
3105 that case, @value{GDBN} might see the other breakpoint first and stop your
3106 program without checking the condition of this one.) Note that
3107 breakpoint commands are usually more convenient and flexible than break
3108 conditions for the
3109 purpose of performing side effects when a breakpoint is reached
3110 (@pxref{Break Commands, ,Breakpoint command lists}).
3111
3112 Break conditions can be specified when a breakpoint is set, by using
3113 @samp{if} in the arguments to the @code{break} command. @xref{Set
3114 Breaks, ,Setting breakpoints}. They can also be changed at any time
3115 with the @code{condition} command.
3116
3117 You can also use the @code{if} keyword with the @code{watch} command.
3118 The @code{catch} command does not recognize the @code{if} keyword;
3119 @code{condition} is the only way to impose a further condition on a
3120 catchpoint.
3121
3122 @table @code
3123 @kindex condition
3124 @item condition @var{bnum} @var{expression}
3125 Specify @var{expression} as the break condition for breakpoint,
3126 watchpoint, or catchpoint number @var{bnum}. After you set a condition,
3127 breakpoint @var{bnum} stops your program only if the value of
3128 @var{expression} is true (nonzero, in C). When you use
3129 @code{condition}, @value{GDBN} checks @var{expression} immediately for
3130 syntactic correctness, and to determine whether symbols in it have
3131 referents in the context of your breakpoint. If @var{expression} uses
3132 symbols not referenced in the context of the breakpoint, @value{GDBN}
3133 prints an error message:
3134
3135 @smallexample
3136 No symbol "foo" in current context.
3137 @end smallexample
3138
3139 @noindent
3140 @value{GDBN} does
3141 not actually evaluate @var{expression} at the time the @code{condition}
3142 command (or a command that sets a breakpoint with a condition, like
3143 @code{break if @dots{}}) is given, however. @xref{Expressions, ,Expressions}.
3144
3145 @item condition @var{bnum}
3146 Remove the condition from breakpoint number @var{bnum}. It becomes
3147 an ordinary unconditional breakpoint.
3148 @end table
3149
3150 @cindex ignore count (of breakpoint)
3151 A special case of a breakpoint condition is to stop only when the
3152 breakpoint has been reached a certain number of times. This is so
3153 useful that there is a special way to do it, using the @dfn{ignore
3154 count} of the breakpoint. Every breakpoint has an ignore count, which
3155 is an integer. Most of the time, the ignore count is zero, and
3156 therefore has no effect. But if your program reaches a breakpoint whose
3157 ignore count is positive, then instead of stopping, it just decrements
3158 the ignore count by one and continues. As a result, if the ignore count
3159 value is @var{n}, the breakpoint does not stop the next @var{n} times
3160 your program reaches it.
3161
3162 @table @code
3163 @kindex ignore
3164 @item ignore @var{bnum} @var{count}
3165 Set the ignore count of breakpoint number @var{bnum} to @var{count}.
3166 The next @var{count} times the breakpoint is reached, your program's
3167 execution does not stop; other than to decrement the ignore count, @value{GDBN}
3168 takes no action.
3169
3170 To make the breakpoint stop the next time it is reached, specify
3171 a count of zero.
3172
3173 When you use @code{continue} to resume execution of your program from a
3174 breakpoint, you can specify an ignore count directly as an argument to
3175 @code{continue}, rather than using @code{ignore}. @xref{Continuing and
3176 Stepping,,Continuing and stepping}.
3177
3178 If a breakpoint has a positive ignore count and a condition, the
3179 condition is not checked. Once the ignore count reaches zero,
3180 @value{GDBN} resumes checking the condition.
3181
3182 You could achieve the effect of the ignore count with a condition such
3183 as @w{@samp{$foo-- <= 0}} using a debugger convenience variable that
3184 is decremented each time. @xref{Convenience Vars, ,Convenience
3185 variables}.
3186 @end table
3187
3188 Ignore counts apply to breakpoints, watchpoints, and catchpoints.
3189
3190
3191 @node Break Commands
3192 @subsection Breakpoint command lists
3193
3194 @cindex breakpoint commands
3195 You can give any breakpoint (or watchpoint or catchpoint) a series of
3196 commands to execute when your program stops due to that breakpoint. For
3197 example, you might want to print the values of certain expressions, or
3198 enable other breakpoints.
3199
3200 @table @code
3201 @kindex commands
3202 @kindex end
3203 @item commands @r{[}@var{bnum}@r{]}
3204 @itemx @dots{} @var{command-list} @dots{}
3205 @itemx end
3206 Specify a list of commands for breakpoint number @var{bnum}. The commands
3207 themselves appear on the following lines. Type a line containing just
3208 @code{end} to terminate the commands.
3209
3210 To remove all commands from a breakpoint, type @code{commands} and
3211 follow it immediately with @code{end}; that is, give no commands.
3212
3213 With no @var{bnum} argument, @code{commands} refers to the last
3214 breakpoint, watchpoint, or catchpoint set (not to the breakpoint most
3215 recently encountered).
3216 @end table
3217
3218 Pressing @key{RET} as a means of repeating the last @value{GDBN} command is
3219 disabled within a @var{command-list}.
3220
3221 You can use breakpoint commands to start your program up again. Simply
3222 use the @code{continue} command, or @code{step}, or any other command
3223 that resumes execution.
3224
3225 Any other commands in the command list, after a command that resumes
3226 execution, are ignored. This is because any time you resume execution
3227 (even with a simple @code{next} or @code{step}), you may encounter
3228 another breakpoint---which could have its own command list, leading to
3229 ambiguities about which list to execute.
3230
3231 @kindex silent
3232 If the first command you specify in a command list is @code{silent}, the
3233 usual message about stopping at a breakpoint is not printed. This may
3234 be desirable for breakpoints that are to print a specific message and
3235 then continue. If none of the remaining commands print anything, you
3236 see no sign that the breakpoint was reached. @code{silent} is
3237 meaningful only at the beginning of a breakpoint command list.
3238
3239 The commands @code{echo}, @code{output}, and @code{printf} allow you to
3240 print precisely controlled output, and are often useful in silent
3241 breakpoints. @xref{Output, ,Commands for controlled output}.
3242
3243 For example, here is how you could use breakpoint commands to print the
3244 value of @code{x} at entry to @code{foo} whenever @code{x} is positive.
3245
3246 @smallexample
3247 break foo if x>0
3248 commands
3249 silent
3250 printf "x is %d\n",x
3251 cont
3252 end
3253 @end smallexample
3254
3255 One application for breakpoint commands is to compensate for one bug so
3256 you can test for another. Put a breakpoint just after the erroneous line
3257 of code, give it a condition to detect the case in which something
3258 erroneous has been done, and give it commands to assign correct values
3259 to any variables that need them. End with the @code{continue} command
3260 so that your program does not stop, and start with the @code{silent}
3261 command so that no output is produced. Here is an example:
3262
3263 @smallexample
3264 break 403
3265 commands
3266 silent
3267 set x = y + 4
3268 cont
3269 end
3270 @end smallexample
3271
3272 @node Breakpoint Menus
3273 @subsection Breakpoint menus
3274 @cindex overloading
3275 @cindex symbol overloading
3276
3277 Some programming languages (notably C@t{++} and Objective-C) permit a
3278 single function name
3279 to be defined several times, for application in different contexts.
3280 This is called @dfn{overloading}. When a function name is overloaded,
3281 @samp{break @var{function}} is not enough to tell @value{GDBN} where you want
3282 a breakpoint. If you realize this is a problem, you can use
3283 something like @samp{break @var{function}(@var{types})} to specify which
3284 particular version of the function you want. Otherwise, @value{GDBN} offers
3285 you a menu of numbered choices for different possible breakpoints, and
3286 waits for your selection with the prompt @samp{>}. The first two
3287 options are always @samp{[0] cancel} and @samp{[1] all}. Typing @kbd{1}
3288 sets a breakpoint at each definition of @var{function}, and typing
3289 @kbd{0} aborts the @code{break} command without setting any new
3290 breakpoints.
3291
3292 For example, the following session excerpt shows an attempt to set a
3293 breakpoint at the overloaded symbol @code{String::after}.
3294 We choose three particular definitions of that function name:
3295
3296 @c FIXME! This is likely to change to show arg type lists, at least
3297 @smallexample
3298 @group
3299 (@value{GDBP}) b String::after
3300 [0] cancel
3301 [1] all
3302 [2] file:String.cc; line number:867
3303 [3] file:String.cc; line number:860
3304 [4] file:String.cc; line number:875
3305 [5] file:String.cc; line number:853
3306 [6] file:String.cc; line number:846
3307 [7] file:String.cc; line number:735
3308 > 2 4 6
3309 Breakpoint 1 at 0xb26c: file String.cc, line 867.
3310 Breakpoint 2 at 0xb344: file String.cc, line 875.
3311 Breakpoint 3 at 0xafcc: file String.cc, line 846.
3312 Multiple breakpoints were set.
3313 Use the "delete" command to delete unwanted
3314 breakpoints.
3315 (@value{GDBP})
3316 @end group
3317 @end smallexample
3318
3319 @c @ifclear BARETARGET
3320 @node Error in Breakpoints
3321 @subsection ``Cannot insert breakpoints''
3322 @c
3323 @c FIXME!! 14/6/95 Is there a real example of this? Let's use it.
3324 @c
3325 Under some operating systems, breakpoints cannot be used in a program if
3326 any other process is running that program. In this situation,
3327 attempting to run or continue a program with a breakpoint causes
3328 @value{GDBN} to print an error message:
3329
3330 @smallexample
3331 Cannot insert breakpoints.
3332 The same program may be running in another process.
3333 @end smallexample
3334
3335 When this happens, you have three ways to proceed:
3336
3337 @enumerate
3338 @item
3339 Remove or disable the breakpoints, then continue.
3340
3341 @item
3342 Suspend @value{GDBN}, and copy the file containing your program to a new
3343 name. Resume @value{GDBN} and use the @code{exec-file} command to specify
3344 that @value{GDBN} should run your program under that name.
3345 Then start your program again.
3346
3347 @item
3348 Relink your program so that the text segment is nonsharable, using the
3349 linker option @samp{-N}. The operating system limitation may not apply
3350 to nonsharable executables.
3351 @end enumerate
3352 @c @end ifclear
3353
3354 A similar message can be printed if you request too many active
3355 hardware-assisted breakpoints and watchpoints:
3356
3357 @c FIXME: the precise wording of this message may change; the relevant
3358 @c source change is not committed yet (Sep 3, 1999).
3359 @smallexample
3360 Stopped; cannot insert breakpoints.
3361 You may have requested too many hardware breakpoints and watchpoints.
3362 @end smallexample
3363
3364 @noindent
3365 This message is printed when you attempt to resume the program, since
3366 only then @value{GDBN} knows exactly how many hardware breakpoints and
3367 watchpoints it needs to insert.
3368
3369 When this message is printed, you need to disable or remove some of the
3370 hardware-assisted breakpoints and watchpoints, and then continue.
3371
3372 @node Breakpoint related warnings
3373 @subsection ``Breakpoint address adjusted...''
3374 @cindex breakpoint address adjusted
3375
3376 Some processor architectures place constraints on the addresses at
3377 which breakpoints may be placed. For architectures thus constrained,
3378 @value{GDBN} will attempt to adjust the breakpoint's address to comply
3379 with the constraints dictated by the architecture.
3380
3381 One example of such an architecture is the Fujitsu FR-V. The FR-V is
3382 a VLIW architecture in which a number of RISC-like instructions may be
3383 bundled together for parallel execution. The FR-V architecture
3384 constrains the location of a breakpoint instruction within such a
3385 bundle to the instruction with the lowest address. @value{GDBN}
3386 honors this constraint by adjusting a breakpoint's address to the
3387 first in the bundle.
3388
3389 It is not uncommon for optimized code to have bundles which contain
3390 instructions from different source statements, thus it may happen that
3391 a breakpoint's address will be adjusted from one source statement to
3392 another. Since this adjustment may significantly alter @value{GDBN}'s
3393 breakpoint related behavior from what the user expects, a warning is
3394 printed when the breakpoint is first set and also when the breakpoint
3395 is hit.
3396
3397 A warning like the one below is printed when setting a breakpoint
3398 that's been subject to address adjustment:
3399
3400 @smallexample
3401 warning: Breakpoint address adjusted from 0x00010414 to 0x00010410.
3402 @end smallexample
3403
3404 Such warnings are printed both for user settable and @value{GDBN}'s
3405 internal breakpoints. If you see one of these warnings, you should
3406 verify that a breakpoint set at the adjusted address will have the
3407 desired affect. If not, the breakpoint in question may be removed and
3408 other breakpoints may be set which will have the desired behavior.
3409 E.g., it may be sufficient to place the breakpoint at a later
3410 instruction. A conditional breakpoint may also be useful in some
3411 cases to prevent the breakpoint from triggering too often.
3412
3413 @value{GDBN} will also issue a warning when stopping at one of these
3414 adjusted breakpoints:
3415
3416 @smallexample
3417 warning: Breakpoint 1 address previously adjusted from 0x00010414
3418 to 0x00010410.
3419 @end smallexample
3420
3421 When this warning is encountered, it may be too late to take remedial
3422 action except in cases where the breakpoint is hit earlier or more
3423 frequently than expected.
3424
3425 @node Continuing and Stepping
3426 @section Continuing and stepping
3427
3428 @cindex stepping
3429 @cindex continuing
3430 @cindex resuming execution
3431 @dfn{Continuing} means resuming program execution until your program
3432 completes normally. In contrast, @dfn{stepping} means executing just
3433 one more ``step'' of your program, where ``step'' may mean either one
3434 line of source code, or one machine instruction (depending on what
3435 particular command you use). Either when continuing or when stepping,
3436 your program may stop even sooner, due to a breakpoint or a signal. (If
3437 it stops due to a signal, you may want to use @code{handle}, or use
3438 @samp{signal 0} to resume execution. @xref{Signals, ,Signals}.)
3439
3440 @table @code
3441 @kindex continue
3442 @kindex c @r{(@code{continue})}
3443 @kindex fg @r{(resume foreground execution)}
3444 @item continue @r{[}@var{ignore-count}@r{]}
3445 @itemx c @r{[}@var{ignore-count}@r{]}
3446 @itemx fg @r{[}@var{ignore-count}@r{]}
3447 Resume program execution, at the address where your program last stopped;
3448 any breakpoints set at that address are bypassed. The optional argument
3449 @var{ignore-count} allows you to specify a further number of times to
3450 ignore a breakpoint at this location; its effect is like that of
3451 @code{ignore} (@pxref{Conditions, ,Break conditions}).
3452
3453 The argument @var{ignore-count} is meaningful only when your program
3454 stopped due to a breakpoint. At other times, the argument to
3455 @code{continue} is ignored.
3456
3457 The synonyms @code{c} and @code{fg} (for @dfn{foreground}, as the
3458 debugged program is deemed to be the foreground program) are provided
3459 purely for convenience, and have exactly the same behavior as
3460 @code{continue}.
3461 @end table
3462
3463 To resume execution at a different place, you can use @code{return}
3464 (@pxref{Returning, ,Returning from a function}) to go back to the
3465 calling function; or @code{jump} (@pxref{Jumping, ,Continuing at a
3466 different address}) to go to an arbitrary location in your program.
3467
3468 A typical technique for using stepping is to set a breakpoint
3469 (@pxref{Breakpoints, ,Breakpoints; watchpoints; and catchpoints}) at the
3470 beginning of the function or the section of your program where a problem
3471 is believed to lie, run your program until it stops at that breakpoint,
3472 and then step through the suspect area, examining the variables that are
3473 interesting, until you see the problem happen.
3474
3475 @table @code
3476 @kindex step
3477 @kindex s @r{(@code{step})}
3478 @item step
3479 Continue running your program until control reaches a different source
3480 line, then stop it and return control to @value{GDBN}. This command is
3481 abbreviated @code{s}.
3482
3483 @quotation
3484 @c "without debugging information" is imprecise; actually "without line
3485 @c numbers in the debugging information". (gcc -g1 has debugging info but
3486 @c not line numbers). But it seems complex to try to make that
3487 @c distinction here.
3488 @emph{Warning:} If you use the @code{step} command while control is
3489 within a function that was compiled without debugging information,
3490 execution proceeds until control reaches a function that does have
3491 debugging information. Likewise, it will not step into a function which
3492 is compiled without debugging information. To step through functions
3493 without debugging information, use the @code{stepi} command, described
3494 below.
3495 @end quotation
3496
3497 The @code{step} command only stops at the first instruction of a source
3498 line. This prevents the multiple stops that could otherwise occur in
3499 @code{switch} statements, @code{for} loops, etc. @code{step} continues
3500 to stop if a function that has debugging information is called within
3501 the line. In other words, @code{step} @emph{steps inside} any functions
3502 called within the line.
3503
3504 Also, the @code{step} command only enters a function if there is line
3505 number information for the function. Otherwise it acts like the
3506 @code{next} command. This avoids problems when using @code{cc -gl}
3507 on MIPS machines. Previously, @code{step} entered subroutines if there
3508 was any debugging information about the routine.
3509
3510 @item step @var{count}
3511 Continue running as in @code{step}, but do so @var{count} times. If a
3512 breakpoint is reached, or a signal not related to stepping occurs before
3513 @var{count} steps, stepping stops right away.
3514
3515 @kindex next
3516 @kindex n @r{(@code{next})}
3517 @item next @r{[}@var{count}@r{]}
3518 Continue to the next source line in the current (innermost) stack frame.
3519 This is similar to @code{step}, but function calls that appear within
3520 the line of code are executed without stopping. Execution stops when
3521 control reaches a different line of code at the original stack level
3522 that was executing when you gave the @code{next} command. This command
3523 is abbreviated @code{n}.
3524
3525 An argument @var{count} is a repeat count, as for @code{step}.
3526
3527
3528 @c FIX ME!! Do we delete this, or is there a way it fits in with
3529 @c the following paragraph? --- Vctoria
3530 @c
3531 @c @code{next} within a function that lacks debugging information acts like
3532 @c @code{step}, but any function calls appearing within the code of the
3533 @c function are executed without stopping.
3534
3535 The @code{next} command only stops at the first instruction of a
3536 source line. This prevents multiple stops that could otherwise occur in
3537 @code{switch} statements, @code{for} loops, etc.
3538
3539 @kindex set step-mode
3540 @item set step-mode
3541 @cindex functions without line info, and stepping
3542 @cindex stepping into functions with no line info
3543 @itemx set step-mode on
3544 The @code{set step-mode on} command causes the @code{step} command to
3545 stop at the first instruction of a function which contains no debug line
3546 information rather than stepping over it.
3547
3548 This is useful in cases where you may be interested in inspecting the
3549 machine instructions of a function which has no symbolic info and do not
3550 want @value{GDBN} to automatically skip over this function.
3551
3552 @item set step-mode off
3553 Causes the @code{step} command to step over any functions which contains no
3554 debug information. This is the default.
3555
3556 @kindex finish
3557 @item finish
3558 Continue running until just after function in the selected stack frame
3559 returns. Print the returned value (if any).
3560
3561 Contrast this with the @code{return} command (@pxref{Returning,
3562 ,Returning from a function}).
3563
3564 @kindex until
3565 @kindex u @r{(@code{until})}
3566 @item until
3567 @itemx u
3568 Continue running until a source line past the current line, in the
3569 current stack frame, is reached. This command is used to avoid single
3570 stepping through a loop more than once. It is like the @code{next}
3571 command, except that when @code{until} encounters a jump, it
3572 automatically continues execution until the program counter is greater
3573 than the address of the jump.
3574
3575 This means that when you reach the end of a loop after single stepping
3576 though it, @code{until} makes your program continue execution until it
3577 exits the loop. In contrast, a @code{next} command at the end of a loop
3578 simply steps back to the beginning of the loop, which forces you to step
3579 through the next iteration.
3580
3581 @code{until} always stops your program if it attempts to exit the current
3582 stack frame.
3583
3584 @code{until} may produce somewhat counterintuitive results if the order
3585 of machine code does not match the order of the source lines. For
3586 example, in the following excerpt from a debugging session, the @code{f}
3587 (@code{frame}) command shows that execution is stopped at line
3588 @code{206}; yet when we use @code{until}, we get to line @code{195}:
3589
3590 @smallexample
3591 (@value{GDBP}) f
3592 #0 main (argc=4, argv=0xf7fffae8) at m4.c:206
3593 206 expand_input();
3594 (@value{GDBP}) until
3595 195 for ( ; argc > 0; NEXTARG) @{
3596 @end smallexample
3597
3598 This happened because, for execution efficiency, the compiler had
3599 generated code for the loop closure test at the end, rather than the
3600 start, of the loop---even though the test in a C @code{for}-loop is
3601 written before the body of the loop. The @code{until} command appeared
3602 to step back to the beginning of the loop when it advanced to this
3603 expression; however, it has not really gone to an earlier
3604 statement---not in terms of the actual machine code.
3605
3606 @code{until} with no argument works by means of single
3607 instruction stepping, and hence is slower than @code{until} with an
3608 argument.
3609
3610 @item until @var{location}
3611 @itemx u @var{location}
3612 Continue running your program until either the specified location is
3613 reached, or the current stack frame returns. @var{location} is any of
3614 the forms of argument acceptable to @code{break} (@pxref{Set Breaks,
3615 ,Setting breakpoints}). This form of the command uses breakpoints, and
3616 hence is quicker than @code{until} without an argument. The specified
3617 location is actually reached only if it is in the current frame. This
3618 implies that @code{until} can be used to skip over recursive function
3619 invocations. For instance in the code below, if the current location is
3620 line @code{96}, issuing @code{until 99} will execute the program up to
3621 line @code{99} in the same invocation of factorial, i.e. after the inner
3622 invocations have returned.
3623
3624 @smallexample
3625 94 int factorial (int value)
3626 95 @{
3627 96 if (value > 1) @{
3628 97 value *= factorial (value - 1);
3629 98 @}
3630 99 return (value);
3631 100 @}
3632 @end smallexample
3633
3634
3635 @kindex advance @var{location}
3636 @itemx advance @var{location}
3637 Continue running the program up to the given location. An argument is
3638 required, anything of the same form as arguments for the @code{break}
3639 command. Execution will also stop upon exit from the current stack
3640 frame. This command is similar to @code{until}, but @code{advance} will
3641 not skip over recursive function calls, and the target location doesn't
3642 have to be in the same frame as the current one.
3643
3644
3645 @kindex stepi
3646 @kindex si @r{(@code{stepi})}
3647 @item stepi
3648 @itemx stepi @var{arg}
3649 @itemx si
3650 Execute one machine instruction, then stop and return to the debugger.
3651
3652 It is often useful to do @samp{display/i $pc} when stepping by machine
3653 instructions. This makes @value{GDBN} automatically display the next
3654 instruction to be executed, each time your program stops. @xref{Auto
3655 Display,, Automatic display}.
3656
3657 An argument is a repeat count, as in @code{step}.
3658
3659 @need 750
3660 @kindex nexti
3661 @kindex ni @r{(@code{nexti})}
3662 @item nexti
3663 @itemx nexti @var{arg}
3664 @itemx ni
3665 Execute one machine instruction, but if it is a function call,
3666 proceed until the function returns.
3667
3668 An argument is a repeat count, as in @code{next}.
3669 @end table
3670
3671 @node Signals
3672 @section Signals
3673 @cindex signals
3674
3675 A signal is an asynchronous event that can happen in a program. The
3676 operating system defines the possible kinds of signals, and gives each
3677 kind a name and a number. For example, in Unix @code{SIGINT} is the
3678 signal a program gets when you type an interrupt character (often @kbd{C-c});
3679 @code{SIGSEGV} is the signal a program gets from referencing a place in
3680 memory far away from all the areas in use; @code{SIGALRM} occurs when
3681 the alarm clock timer goes off (which happens only if your program has
3682 requested an alarm).
3683
3684 @cindex fatal signals
3685 Some signals, including @code{SIGALRM}, are a normal part of the
3686 functioning of your program. Others, such as @code{SIGSEGV}, indicate
3687 errors; these signals are @dfn{fatal} (they kill your program immediately) if the
3688 program has not specified in advance some other way to handle the signal.
3689 @code{SIGINT} does not indicate an error in your program, but it is normally
3690 fatal so it can carry out the purpose of the interrupt: to kill the program.
3691
3692 @value{GDBN} has the ability to detect any occurrence of a signal in your
3693 program. You can tell @value{GDBN} in advance what to do for each kind of
3694 signal.
3695
3696 @cindex handling signals
3697 Normally, @value{GDBN} is set up to let the non-erroneous signals like
3698 @code{SIGALRM} be silently passed to your program
3699 (so as not to interfere with their role in the program's functioning)
3700 but to stop your program immediately whenever an error signal happens.
3701 You can change these settings with the @code{handle} command.
3702
3703 @table @code
3704 @kindex info signals
3705 @item info signals
3706 @itemx info handle
3707 Print a table of all the kinds of signals and how @value{GDBN} has been told to
3708 handle each one. You can use this to see the signal numbers of all
3709 the defined types of signals.
3710
3711 @code{info handle} is an alias for @code{info signals}.
3712
3713 @kindex handle
3714 @item handle @var{signal} @var{keywords}@dots{}
3715 Change the way @value{GDBN} handles signal @var{signal}. @var{signal}
3716 can be the number of a signal or its name (with or without the
3717 @samp{SIG} at the beginning); a list of signal numbers of the form
3718 @samp{@var{low}-@var{high}}; or the word @samp{all}, meaning all the
3719 known signals. The @var{keywords} say what change to make.
3720 @end table
3721
3722 @c @group
3723 The keywords allowed by the @code{handle} command can be abbreviated.
3724 Their full names are:
3725
3726 @table @code
3727 @item nostop
3728 @value{GDBN} should not stop your program when this signal happens. It may
3729 still print a message telling you that the signal has come in.
3730
3731 @item stop
3732 @value{GDBN} should stop your program when this signal happens. This implies
3733 the @code{print} keyword as well.
3734
3735 @item print
3736 @value{GDBN} should print a message when this signal happens.
3737
3738 @item noprint
3739 @value{GDBN} should not mention the occurrence of the signal at all. This
3740 implies the @code{nostop} keyword as well.
3741
3742 @item pass
3743 @itemx noignore
3744 @value{GDBN} should allow your program to see this signal; your program
3745 can handle the signal, or else it may terminate if the signal is fatal
3746 and not handled. @code{pass} and @code{noignore} are synonyms.
3747
3748 @item nopass
3749 @itemx ignore
3750 @value{GDBN} should not allow your program to see this signal.
3751 @code{nopass} and @code{ignore} are synonyms.
3752 @end table
3753 @c @end group
3754
3755 When a signal stops your program, the signal is not visible to the
3756 program until you
3757 continue. Your program sees the signal then, if @code{pass} is in
3758 effect for the signal in question @emph{at that time}. In other words,
3759 after @value{GDBN} reports a signal, you can use the @code{handle}
3760 command with @code{pass} or @code{nopass} to control whether your
3761 program sees that signal when you continue.
3762
3763 The default is set to @code{nostop}, @code{noprint}, @code{pass} for
3764 non-erroneous signals such as @code{SIGALRM}, @code{SIGWINCH} and
3765 @code{SIGCHLD}, and to @code{stop}, @code{print}, @code{pass} for the
3766 erroneous signals.
3767
3768 You can also use the @code{signal} command to prevent your program from
3769 seeing a signal, or cause it to see a signal it normally would not see,
3770 or to give it any signal at any time. For example, if your program stopped
3771 due to some sort of memory reference error, you might store correct
3772 values into the erroneous variables and continue, hoping to see more
3773 execution; but your program would probably terminate immediately as
3774 a result of the fatal signal once it saw the signal. To prevent this,
3775 you can continue with @samp{signal 0}. @xref{Signaling, ,Giving your
3776 program a signal}.
3777
3778 @node Thread Stops
3779 @section Stopping and starting multi-thread programs
3780
3781 When your program has multiple threads (@pxref{Threads,, Debugging
3782 programs with multiple threads}), you can choose whether to set
3783 breakpoints on all threads, or on a particular thread.
3784
3785 @table @code
3786 @cindex breakpoints and threads
3787 @cindex thread breakpoints
3788 @kindex break @dots{} thread @var{threadno}
3789 @item break @var{linespec} thread @var{threadno}
3790 @itemx break @var{linespec} thread @var{threadno} if @dots{}
3791 @var{linespec} specifies source lines; there are several ways of
3792 writing them, but the effect is always to specify some source line.
3793
3794 Use the qualifier @samp{thread @var{threadno}} with a breakpoint command
3795 to specify that you only want @value{GDBN} to stop the program when a
3796 particular thread reaches this breakpoint. @var{threadno} is one of the
3797 numeric thread identifiers assigned by @value{GDBN}, shown in the first
3798 column of the @samp{info threads} display.
3799
3800 If you do not specify @samp{thread @var{threadno}} when you set a
3801 breakpoint, the breakpoint applies to @emph{all} threads of your
3802 program.
3803
3804 You can use the @code{thread} qualifier on conditional breakpoints as
3805 well; in this case, place @samp{thread @var{threadno}} before the
3806 breakpoint condition, like this:
3807
3808 @smallexample
3809 (@value{GDBP}) break frik.c:13 thread 28 if bartab > lim
3810 @end smallexample
3811
3812 @end table
3813
3814 @cindex stopped threads
3815 @cindex threads, stopped
3816 Whenever your program stops under @value{GDBN} for any reason,
3817 @emph{all} threads of execution stop, not just the current thread. This
3818 allows you to examine the overall state of the program, including
3819 switching between threads, without worrying that things may change
3820 underfoot.
3821
3822 @cindex thread breakpoints and system calls
3823 @cindex system calls and thread breakpoints
3824 @cindex premature return from system calls
3825 There is an unfortunate side effect. If one thread stops for a
3826 breakpoint, or for some other reason, and another thread is blocked in a
3827 system call, then the system call may return prematurely. This is a
3828 consequence of the interaction between multiple threads and the signals
3829 that @value{GDBN} uses to implement breakpoints and other events that
3830 stop execution.
3831
3832 To handle this problem, your program should check the return value of
3833 each system call and react appropriately. This is good programming
3834 style anyways.
3835
3836 For example, do not write code like this:
3837
3838 @smallexample
3839 sleep (10);
3840 @end smallexample
3841
3842 The call to @code{sleep} will return early if a different thread stops
3843 at a breakpoint or for some other reason.
3844
3845 Instead, write this:
3846
3847 @smallexample
3848 int unslept = 10;
3849 while (unslept > 0)
3850 unslept = sleep (unslept);
3851 @end smallexample
3852
3853 A system call is allowed to return early, so the system is still
3854 conforming to its specification. But @value{GDBN} does cause your
3855 multi-threaded program to behave differently than it would without
3856 @value{GDBN}.
3857
3858 Also, @value{GDBN} uses internal breakpoints in the thread library to
3859 monitor certain events such as thread creation and thread destruction.
3860 When such an event happens, a system call in another thread may return
3861 prematurely, even though your program does not appear to stop.
3862
3863 @cindex continuing threads
3864 @cindex threads, continuing
3865 Conversely, whenever you restart the program, @emph{all} threads start
3866 executing. @emph{This is true even when single-stepping} with commands
3867 like @code{step} or @code{next}.
3868
3869 In particular, @value{GDBN} cannot single-step all threads in lockstep.
3870 Since thread scheduling is up to your debugging target's operating
3871 system (not controlled by @value{GDBN}), other threads may
3872 execute more than one statement while the current thread completes a
3873 single step. Moreover, in general other threads stop in the middle of a
3874 statement, rather than at a clean statement boundary, when the program
3875 stops.
3876
3877 You might even find your program stopped in another thread after
3878 continuing or even single-stepping. This happens whenever some other
3879 thread runs into a breakpoint, a signal, or an exception before the
3880 first thread completes whatever you requested.
3881
3882 On some OSes, you can lock the OS scheduler and thus allow only a single
3883 thread to run.
3884
3885 @table @code
3886 @item set scheduler-locking @var{mode}
3887 Set the scheduler locking mode. If it is @code{off}, then there is no
3888 locking and any thread may run at any time. If @code{on}, then only the
3889 current thread may run when the inferior is resumed. The @code{step}
3890 mode optimizes for single-stepping. It stops other threads from
3891 ``seizing the prompt'' by preempting the current thread while you are
3892 stepping. Other threads will only rarely (or never) get a chance to run
3893 when you step. They are more likely to run when you @samp{next} over a
3894 function call, and they are completely free to run when you use commands
3895 like @samp{continue}, @samp{until}, or @samp{finish}. However, unless another
3896 thread hits a breakpoint during its timeslice, they will never steal the
3897 @value{GDBN} prompt away from the thread that you are debugging.
3898
3899 @item show scheduler-locking
3900 Display the current scheduler locking mode.
3901 @end table
3902
3903
3904 @node Stack
3905 @chapter Examining the Stack
3906
3907 When your program has stopped, the first thing you need to know is where it
3908 stopped and how it got there.
3909
3910 @cindex call stack
3911 Each time your program performs a function call, information about the call
3912 is generated.
3913 That information includes the location of the call in your program,
3914 the arguments of the call,
3915 and the local variables of the function being called.
3916 The information is saved in a block of data called a @dfn{stack frame}.
3917 The stack frames are allocated in a region of memory called the @dfn{call
3918 stack}.
3919
3920 When your program stops, the @value{GDBN} commands for examining the
3921 stack allow you to see all of this information.
3922
3923 @cindex selected frame
3924 One of the stack frames is @dfn{selected} by @value{GDBN} and many
3925 @value{GDBN} commands refer implicitly to the selected frame. In
3926 particular, whenever you ask @value{GDBN} for the value of a variable in
3927 your program, the value is found in the selected frame. There are
3928 special @value{GDBN} commands to select whichever frame you are
3929 interested in. @xref{Selection, ,Selecting a frame}.
3930
3931 When your program stops, @value{GDBN} automatically selects the
3932 currently executing frame and describes it briefly, similar to the
3933 @code{frame} command (@pxref{Frame Info, ,Information about a frame}).
3934
3935 @menu
3936 * Frames:: Stack frames
3937 * Backtrace:: Backtraces
3938 * Selection:: Selecting a frame
3939 * Frame Info:: Information on a frame
3940
3941 @end menu
3942
3943 @node Frames
3944 @section Stack frames
3945
3946 @cindex frame, definition
3947 @cindex stack frame
3948 The call stack is divided up into contiguous pieces called @dfn{stack
3949 frames}, or @dfn{frames} for short; each frame is the data associated
3950 with one call to one function. The frame contains the arguments given
3951 to the function, the function's local variables, and the address at
3952 which the function is executing.
3953
3954 @cindex initial frame
3955 @cindex outermost frame
3956 @cindex innermost frame
3957 When your program is started, the stack has only one frame, that of the
3958 function @code{main}. This is called the @dfn{initial} frame or the
3959 @dfn{outermost} frame. Each time a function is called, a new frame is
3960 made. Each time a function returns, the frame for that function invocation
3961 is eliminated. If a function is recursive, there can be many frames for
3962 the same function. The frame for the function in which execution is
3963 actually occurring is called the @dfn{innermost} frame. This is the most
3964 recently created of all the stack frames that still exist.
3965
3966 @cindex frame pointer
3967 Inside your program, stack frames are identified by their addresses. A
3968 stack frame consists of many bytes, each of which has its own address; each
3969 kind of computer has a convention for choosing one byte whose
3970 address serves as the address of the frame. Usually this address is kept
3971 in a register called the @dfn{frame pointer register} while execution is
3972 going on in that frame.
3973
3974 @cindex frame number
3975 @value{GDBN} assigns numbers to all existing stack frames, starting with
3976 zero for the innermost frame, one for the frame that called it,
3977 and so on upward. These numbers do not really exist in your program;
3978 they are assigned by @value{GDBN} to give you a way of designating stack
3979 frames in @value{GDBN} commands.
3980
3981 @c The -fomit-frame-pointer below perennially causes hbox overflow
3982 @c underflow problems.
3983 @cindex frameless execution
3984 Some compilers provide a way to compile functions so that they operate
3985 without stack frames. (For example, the @value{GCC} option
3986 @smallexample
3987 @samp{-fomit-frame-pointer}
3988 @end smallexample
3989 generates functions without a frame.)
3990 This is occasionally done with heavily used library functions to save
3991 the frame setup time. @value{GDBN} has limited facilities for dealing
3992 with these function invocations. If the innermost function invocation
3993 has no stack frame, @value{GDBN} nevertheless regards it as though
3994 it had a separate frame, which is numbered zero as usual, allowing
3995 correct tracing of the function call chain. However, @value{GDBN} has
3996 no provision for frameless functions elsewhere in the stack.
3997
3998 @table @code
3999 @kindex frame@r{, command}
4000 @cindex current stack frame
4001 @item frame @var{args}
4002 The @code{frame} command allows you to move from one stack frame to another,
4003 and to print the stack frame you select. @var{args} may be either the
4004 address of the frame or the stack frame number. Without an argument,
4005 @code{frame} prints the current stack frame.
4006
4007 @kindex select-frame
4008 @cindex selecting frame silently
4009 @item select-frame
4010 The @code{select-frame} command allows you to move from one stack frame
4011 to another without printing the frame. This is the silent version of
4012 @code{frame}.
4013 @end table
4014
4015 @node Backtrace
4016 @section Backtraces
4017
4018 @cindex backtraces
4019 @cindex tracebacks
4020 @cindex stack traces
4021 A backtrace is a summary of how your program got where it is. It shows one
4022 line per frame, for many frames, starting with the currently executing
4023 frame (frame zero), followed by its caller (frame one), and on up the
4024 stack.
4025
4026 @table @code
4027 @kindex backtrace
4028 @kindex bt @r{(@code{backtrace})}
4029 @item backtrace
4030 @itemx bt
4031 Print a backtrace of the entire stack: one line per frame for all
4032 frames in the stack.
4033
4034 You can stop the backtrace at any time by typing the system interrupt
4035 character, normally @kbd{C-c}.
4036
4037 @item backtrace @var{n}
4038 @itemx bt @var{n}
4039 Similar, but print only the innermost @var{n} frames.
4040
4041 @item backtrace -@var{n}
4042 @itemx bt -@var{n}
4043 Similar, but print only the outermost @var{n} frames.
4044 @end table
4045
4046 @kindex where
4047 @kindex info stack
4048 @kindex info s @r{(@code{info stack})}
4049 The names @code{where} and @code{info stack} (abbreviated @code{info s})
4050 are additional aliases for @code{backtrace}.
4051
4052 Each line in the backtrace shows the frame number and the function name.
4053 The program counter value is also shown---unless you use @code{set
4054 print address off}. The backtrace also shows the source file name and
4055 line number, as well as the arguments to the function. The program
4056 counter value is omitted if it is at the beginning of the code for that
4057 line number.
4058
4059 Here is an example of a backtrace. It was made with the command
4060 @samp{bt 3}, so it shows the innermost three frames.
4061
4062 @smallexample
4063 @group
4064 #0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
4065 at builtin.c:993
4066 #1 0x6e38 in expand_macro (sym=0x2b600) at macro.c:242
4067 #2 0x6840 in expand_token (obs=0x0, t=177664, td=0xf7fffb08)
4068 at macro.c:71
4069 (More stack frames follow...)
4070 @end group
4071 @end smallexample
4072
4073 @noindent
4074 The display for frame zero does not begin with a program counter
4075 value, indicating that your program has stopped at the beginning of the
4076 code for line @code{993} of @code{builtin.c}.
4077
4078 @kindex set backtrace past-main
4079 @kindex show backtrace past-main
4080 @kindex set backtrace limit
4081 @kindex show backtrace limit
4082
4083 Most programs have a standard user entry point---a place where system
4084 libraries and startup code transition into user code. For C this is
4085 @code{main}. When @value{GDBN} finds the entry function in a backtrace
4086 it will terminate the backtrace, to avoid tracing into highly
4087 system-specific (and generally uninteresting) code.
4088
4089 If you need to examine the startup code, or limit the number of levels
4090 in a backtrace, you can change this behavior:
4091
4092 @table @code
4093 @item set backtrace past-main
4094 @itemx set backtrace past-main on
4095 Backtraces will continue past the user entry point.
4096
4097 @item set backtrace past-main off
4098 Backtraces will stop when they encounter the user entry point. This is the
4099 default.
4100
4101 @item show backtrace past-main
4102 Display the current user entry point backtrace policy.
4103
4104 @item set backtrace limit @var{n}
4105 @itemx set backtrace limit 0
4106 @cindex backtrace limit
4107 Limit the backtrace to @var{n} levels. A value of zero means
4108 unlimited.
4109
4110 @item show backtrace limit
4111 Display the current limit on backtrace levels.
4112 @end table
4113
4114 @node Selection
4115 @section Selecting a frame
4116
4117 Most commands for examining the stack and other data in your program work on
4118 whichever stack frame is selected at the moment. Here are the commands for
4119 selecting a stack frame; all of them finish by printing a brief description
4120 of the stack frame just selected.
4121
4122 @table @code
4123 @kindex frame@r{, selecting}
4124 @kindex f @r{(@code{frame})}
4125 @item frame @var{n}
4126 @itemx f @var{n}
4127 Select frame number @var{n}. Recall that frame zero is the innermost
4128 (currently executing) frame, frame one is the frame that called the
4129 innermost one, and so on. The highest-numbered frame is the one for
4130 @code{main}.
4131
4132 @item frame @var{addr}
4133 @itemx f @var{addr}
4134 Select the frame at address @var{addr}. This is useful mainly if the
4135 chaining of stack frames has been damaged by a bug, making it
4136 impossible for @value{GDBN} to assign numbers properly to all frames. In
4137 addition, this can be useful when your program has multiple stacks and
4138 switches between them.
4139
4140 On the SPARC architecture, @code{frame} needs two addresses to
4141 select an arbitrary frame: a frame pointer and a stack pointer.
4142
4143 On the MIPS and Alpha architecture, it needs two addresses: a stack
4144 pointer and a program counter.
4145
4146 On the 29k architecture, it needs three addresses: a register stack
4147 pointer, a program counter, and a memory stack pointer.
4148 @c note to future updaters: this is conditioned on a flag
4149 @c SETUP_ARBITRARY_FRAME in the tm-*.h files. The above is up to date
4150 @c as of 27 Jan 1994.
4151
4152 @kindex up
4153 @item up @var{n}
4154 Move @var{n} frames up the stack. For positive numbers @var{n}, this
4155 advances toward the outermost frame, to higher frame numbers, to frames
4156 that have existed longer. @var{n} defaults to one.
4157
4158 @kindex down
4159 @kindex do @r{(@code{down})}
4160 @item down @var{n}
4161 Move @var{n} frames down the stack. For positive numbers @var{n}, this
4162 advances toward the innermost frame, to lower frame numbers, to frames
4163 that were created more recently. @var{n} defaults to one. You may
4164 abbreviate @code{down} as @code{do}.
4165 @end table
4166
4167 All of these commands end by printing two lines of output describing the
4168 frame. The first line shows the frame number, the function name, the
4169 arguments, and the source file and line number of execution in that
4170 frame. The second line shows the text of that source line.
4171
4172 @need 1000
4173 For example:
4174
4175 @smallexample
4176 @group
4177 (@value{GDBP}) up
4178 #1 0x22f0 in main (argc=1, argv=0xf7fffbf4, env=0xf7fffbfc)
4179 at env.c:10
4180 10 read_input_file (argv[i]);
4181 @end group
4182 @end smallexample
4183
4184 After such a printout, the @code{list} command with no arguments
4185 prints ten lines centered on the point of execution in the frame.
4186 You can also edit the program at the point of execution with your favorite
4187 editing program by typing @code{edit}.
4188 @xref{List, ,Printing source lines},
4189 for details.
4190
4191 @table @code
4192 @kindex down-silently
4193 @kindex up-silently
4194 @item up-silently @var{n}
4195 @itemx down-silently @var{n}
4196 These two commands are variants of @code{up} and @code{down},
4197 respectively; they differ in that they do their work silently, without
4198 causing display of the new frame. They are intended primarily for use
4199 in @value{GDBN} command scripts, where the output might be unnecessary and
4200 distracting.
4201 @end table
4202
4203 @node Frame Info
4204 @section Information about a frame
4205
4206 There are several other commands to print information about the selected
4207 stack frame.
4208
4209 @table @code
4210 @item frame
4211 @itemx f
4212 When used without any argument, this command does not change which
4213 frame is selected, but prints a brief description of the currently
4214 selected stack frame. It can be abbreviated @code{f}. With an
4215 argument, this command is used to select a stack frame.
4216 @xref{Selection, ,Selecting a frame}.
4217
4218 @kindex info frame
4219 @kindex info f @r{(@code{info frame})}
4220 @item info frame
4221 @itemx info f
4222 This command prints a verbose description of the selected stack frame,
4223 including:
4224
4225 @itemize @bullet
4226 @item
4227 the address of the frame
4228 @item
4229 the address of the next frame down (called by this frame)
4230 @item
4231 the address of the next frame up (caller of this frame)
4232 @item
4233 the language in which the source code corresponding to this frame is written
4234 @item
4235 the address of the frame's arguments
4236 @item
4237 the address of the frame's local variables
4238 @item
4239 the program counter saved in it (the address of execution in the caller frame)
4240 @item
4241 which registers were saved in the frame
4242 @end itemize
4243
4244 @noindent The verbose description is useful when
4245 something has gone wrong that has made the stack format fail to fit
4246 the usual conventions.
4247
4248 @item info frame @var{addr}
4249 @itemx info f @var{addr}
4250 Print a verbose description of the frame at address @var{addr}, without
4251 selecting that frame. The selected frame remains unchanged by this
4252 command. This requires the same kind of address (more than one for some
4253 architectures) that you specify in the @code{frame} command.
4254 @xref{Selection, ,Selecting a frame}.
4255
4256 @kindex info args
4257 @item info args
4258 Print the arguments of the selected frame, each on a separate line.
4259
4260 @item info locals
4261 @kindex info locals
4262 Print the local variables of the selected frame, each on a separate
4263 line. These are all variables (declared either static or automatic)
4264 accessible at the point of execution of the selected frame.
4265
4266 @kindex info catch
4267 @cindex catch exceptions, list active handlers
4268 @cindex exception handlers, how to list
4269 @item info catch
4270 Print a list of all the exception handlers that are active in the
4271 current stack frame at the current point of execution. To see other
4272 exception handlers, visit the associated frame (using the @code{up},
4273 @code{down}, or @code{frame} commands); then type @code{info catch}.
4274 @xref{Set Catchpoints, , Setting catchpoints}.
4275
4276 @end table
4277
4278
4279 @node Source
4280 @chapter Examining Source Files
4281
4282 @value{GDBN} can print parts of your program's source, since the debugging
4283 information recorded in the program tells @value{GDBN} what source files were
4284 used to build it. When your program stops, @value{GDBN} spontaneously prints
4285 the line where it stopped. Likewise, when you select a stack frame
4286 (@pxref{Selection, ,Selecting a frame}), @value{GDBN} prints the line where
4287 execution in that frame has stopped. You can print other portions of
4288 source files by explicit command.
4289
4290 If you use @value{GDBN} through its @sc{gnu} Emacs interface, you may
4291 prefer to use Emacs facilities to view source; see @ref{Emacs, ,Using
4292 @value{GDBN} under @sc{gnu} Emacs}.
4293
4294 @menu
4295 * List:: Printing source lines
4296 * Edit:: Editing source files
4297 * Search:: Searching source files
4298 * Source Path:: Specifying source directories
4299 * Machine Code:: Source and machine code
4300 @end menu
4301
4302 @node List
4303 @section Printing source lines
4304
4305 @kindex list
4306 @kindex l @r{(@code{list})}
4307 To print lines from a source file, use the @code{list} command
4308 (abbreviated @code{l}). By default, ten lines are printed.
4309 There are several ways to specify what part of the file you want to print.
4310
4311 Here are the forms of the @code{list} command most commonly used:
4312
4313 @table @code
4314 @item list @var{linenum}
4315 Print lines centered around line number @var{linenum} in the
4316 current source file.
4317
4318 @item list @var{function}
4319 Print lines centered around the beginning of function
4320 @var{function}.
4321
4322 @item list
4323 Print more lines. If the last lines printed were printed with a
4324 @code{list} command, this prints lines following the last lines
4325 printed; however, if the last line printed was a solitary line printed
4326 as part of displaying a stack frame (@pxref{Stack, ,Examining the
4327 Stack}), this prints lines centered around that line.
4328
4329 @item list -
4330 Print lines just before the lines last printed.
4331 @end table
4332
4333 By default, @value{GDBN} prints ten source lines with any of these forms of
4334 the @code{list} command. You can change this using @code{set listsize}:
4335
4336 @table @code
4337 @kindex set listsize
4338 @item set listsize @var{count}
4339 Make the @code{list} command display @var{count} source lines (unless
4340 the @code{list} argument explicitly specifies some other number).
4341
4342 @kindex show listsize
4343 @item show listsize
4344 Display the number of lines that @code{list} prints.
4345 @end table
4346
4347 Repeating a @code{list} command with @key{RET} discards the argument,
4348 so it is equivalent to typing just @code{list}. This is more useful
4349 than listing the same lines again. An exception is made for an
4350 argument of @samp{-}; that argument is preserved in repetition so that
4351 each repetition moves up in the source file.
4352
4353 @cindex linespec
4354 In general, the @code{list} command expects you to supply zero, one or two
4355 @dfn{linespecs}. Linespecs specify source lines; there are several ways
4356 of writing them, but the effect is always to specify some source line.
4357 Here is a complete description of the possible arguments for @code{list}:
4358
4359 @table @code
4360 @item list @var{linespec}
4361 Print lines centered around the line specified by @var{linespec}.
4362
4363 @item list @var{first},@var{last}
4364 Print lines from @var{first} to @var{last}. Both arguments are
4365 linespecs.
4366
4367 @item list ,@var{last}
4368 Print lines ending with @var{last}.
4369
4370 @item list @var{first},
4371 Print lines starting with @var{first}.
4372
4373 @item list +
4374 Print lines just after the lines last printed.
4375
4376 @item list -
4377 Print lines just before the lines last printed.
4378
4379 @item list
4380 As described in the preceding table.
4381 @end table
4382
4383 Here are the ways of specifying a single source line---all the
4384 kinds of linespec.
4385
4386 @table @code
4387 @item @var{number}
4388 Specifies line @var{number} of the current source file.
4389 When a @code{list} command has two linespecs, this refers to
4390 the same source file as the first linespec.
4391
4392 @item +@var{offset}
4393 Specifies the line @var{offset} lines after the last line printed.
4394 When used as the second linespec in a @code{list} command that has
4395 two, this specifies the line @var{offset} lines down from the
4396 first linespec.
4397
4398 @item -@var{offset}
4399 Specifies the line @var{offset} lines before the last line printed.
4400
4401 @item @var{filename}:@var{number}
4402 Specifies line @var{number} in the source file @var{filename}.
4403
4404 @item @var{function}
4405 Specifies the line that begins the body of the function @var{function}.
4406 For example: in C, this is the line with the open brace.
4407
4408 @item @var{filename}:@var{function}
4409 Specifies the line of the open-brace that begins the body of the
4410 function @var{function} in the file @var{filename}. You only need the
4411 file name with a function name to avoid ambiguity when there are
4412 identically named functions in different source files.
4413
4414 @item *@var{address}
4415 Specifies the line containing the program address @var{address}.
4416 @var{address} may be any expression.
4417 @end table
4418
4419 @node Edit
4420 @section Editing source files
4421 @cindex editing source files
4422
4423 @kindex edit
4424 @kindex e @r{(@code{edit})}
4425 To edit the lines in a source file, use the @code{edit} command.
4426 The editing program of your choice
4427 is invoked with the current line set to
4428 the active line in the program.
4429 Alternatively, there are several ways to specify what part of the file you
4430 want to print if you want to see other parts of the program.
4431
4432 Here are the forms of the @code{edit} command most commonly used:
4433
4434 @table @code
4435 @item edit
4436 Edit the current source file at the active line number in the program.
4437
4438 @item edit @var{number}
4439 Edit the current source file with @var{number} as the active line number.
4440
4441 @item edit @var{function}
4442 Edit the file containing @var{function} at the beginning of its definition.
4443
4444 @item edit @var{filename}:@var{number}
4445 Specifies line @var{number} in the source file @var{filename}.
4446
4447 @item edit @var{filename}:@var{function}
4448 Specifies the line that begins the body of the
4449 function @var{function} in the file @var{filename}. You only need the
4450 file name with a function name to avoid ambiguity when there are
4451 identically named functions in different source files.
4452
4453 @item edit *@var{address}
4454 Specifies the line containing the program address @var{address}.
4455 @var{address} may be any expression.
4456 @end table
4457
4458 @subsection Choosing your editor
4459 You can customize @value{GDBN} to use any editor you want
4460 @footnote{
4461 The only restriction is that your editor (say @code{ex}), recognizes the
4462 following command-line syntax:
4463 @smallexample
4464 ex +@var{number} file
4465 @end smallexample
4466 The optional numeric value +@var{number} designates the active line in
4467 the file.}. By default, it is @value{EDITOR}, but you can change this
4468 by setting the environment variable @code{EDITOR} before using
4469 @value{GDBN}. For example, to configure @value{GDBN} to use the
4470 @code{vi} editor, you could use these commands with the @code{sh} shell:
4471 @smallexample
4472 EDITOR=/usr/bin/vi
4473 export EDITOR
4474 gdb ...
4475 @end smallexample
4476 or in the @code{csh} shell,
4477 @smallexample
4478 setenv EDITOR /usr/bin/vi
4479 gdb ...
4480 @end smallexample
4481
4482 @node Search
4483 @section Searching source files
4484 @cindex searching
4485 @kindex reverse-search
4486
4487 There are two commands for searching through the current source file for a
4488 regular expression.
4489
4490 @table @code
4491 @kindex search
4492 @kindex forward-search
4493 @item forward-search @var{regexp}
4494 @itemx search @var{regexp}
4495 The command @samp{forward-search @var{regexp}} checks each line,
4496 starting with the one following the last line listed, for a match for
4497 @var{regexp}. It lists the line that is found. You can use the
4498 synonym @samp{search @var{regexp}} or abbreviate the command name as
4499 @code{fo}.
4500
4501 @item reverse-search @var{regexp}
4502 The command @samp{reverse-search @var{regexp}} checks each line, starting
4503 with the one before the last line listed and going backward, for a match
4504 for @var{regexp}. It lists the line that is found. You can abbreviate
4505 this command as @code{rev}.
4506 @end table
4507
4508 @node Source Path
4509 @section Specifying source directories
4510
4511 @cindex source path
4512 @cindex directories for source files
4513 Executable programs sometimes do not record the directories of the source
4514 files from which they were compiled, just the names. Even when they do,
4515 the directories could be moved between the compilation and your debugging
4516 session. @value{GDBN} has a list of directories to search for source files;
4517 this is called the @dfn{source path}. Each time @value{GDBN} wants a source file,
4518 it tries all the directories in the list, in the order they are present
4519 in the list, until it finds a file with the desired name. Note that
4520 the executable search path is @emph{not} used for this purpose. Neither is
4521 the current working directory, unless it happens to be in the source
4522 path.
4523
4524 If @value{GDBN} cannot find a source file in the source path, and the
4525 object program records a directory, @value{GDBN} tries that directory
4526 too. If the source path is empty, and there is no record of the
4527 compilation directory, @value{GDBN} looks in the current directory as a
4528 last resort.
4529
4530 Whenever you reset or rearrange the source path, @value{GDBN} clears out
4531 any information it has cached about where source files are found and where
4532 each line is in the file.
4533
4534 @kindex directory
4535 @kindex dir
4536 When you start @value{GDBN}, its source path includes only @samp{cdir}
4537 and @samp{cwd}, in that order.
4538 To add other directories, use the @code{directory} command.
4539
4540 @table @code
4541 @item directory @var{dirname} @dots{}
4542 @item dir @var{dirname} @dots{}
4543 Add directory @var{dirname} to the front of the source path. Several
4544 directory names may be given to this command, separated by @samp{:}
4545 (@samp{;} on MS-DOS and MS-Windows, where @samp{:} usually appears as
4546 part of absolute file names) or
4547 whitespace. You may specify a directory that is already in the source
4548 path; this moves it forward, so @value{GDBN} searches it sooner.
4549
4550 @kindex cdir
4551 @kindex cwd
4552 @vindex $cdir@r{, convenience variable}
4553 @vindex $cwdr@r{, convenience variable}
4554 @cindex compilation directory
4555 @cindex current directory
4556 @cindex working directory
4557 @cindex directory, current
4558 @cindex directory, compilation
4559 You can use the string @samp{$cdir} to refer to the compilation
4560 directory (if one is recorded), and @samp{$cwd} to refer to the current
4561 working directory. @samp{$cwd} is not the same as @samp{.}---the former
4562 tracks the current working directory as it changes during your @value{GDBN}
4563 session, while the latter is immediately expanded to the current
4564 directory at the time you add an entry to the source path.
4565
4566 @item directory
4567 Reset the source path to empty again. This requires confirmation.
4568
4569 @c RET-repeat for @code{directory} is explicitly disabled, but since
4570 @c repeating it would be a no-op we do not say that. (thanks to RMS)
4571
4572 @item show directories
4573 @kindex show directories
4574 Print the source path: show which directories it contains.
4575 @end table
4576
4577 If your source path is cluttered with directories that are no longer of
4578 interest, @value{GDBN} may sometimes cause confusion by finding the wrong
4579 versions of source. You can correct the situation as follows:
4580
4581 @enumerate
4582 @item
4583 Use @code{directory} with no argument to reset the source path to empty.
4584
4585 @item
4586 Use @code{directory} with suitable arguments to reinstall the
4587 directories you want in the source path. You can add all the
4588 directories in one command.
4589 @end enumerate
4590
4591 @node Machine Code
4592 @section Source and machine code
4593
4594 You can use the command @code{info line} to map source lines to program
4595 addresses (and vice versa), and the command @code{disassemble} to display
4596 a range of addresses as machine instructions. When run under @sc{gnu} Emacs
4597 mode, the @code{info line} command causes the arrow to point to the
4598 line specified. Also, @code{info line} prints addresses in symbolic form as
4599 well as hex.
4600
4601 @table @code
4602 @kindex info line
4603 @item info line @var{linespec}
4604 Print the starting and ending addresses of the compiled code for
4605 source line @var{linespec}. You can specify source lines in any of
4606 the ways understood by the @code{list} command (@pxref{List, ,Printing
4607 source lines}).
4608 @end table
4609
4610 For example, we can use @code{info line} to discover the location of
4611 the object code for the first line of function
4612 @code{m4_changequote}:
4613
4614 @c FIXME: I think this example should also show the addresses in
4615 @c symbolic form, as they usually would be displayed.
4616 @smallexample
4617 (@value{GDBP}) info line m4_changequote
4618 Line 895 of "builtin.c" starts at pc 0x634c and ends at 0x6350.
4619 @end smallexample
4620
4621 @noindent
4622 We can also inquire (using @code{*@var{addr}} as the form for
4623 @var{linespec}) what source line covers a particular address:
4624 @smallexample
4625 (@value{GDBP}) info line *0x63ff
4626 Line 926 of "builtin.c" starts at pc 0x63e4 and ends at 0x6404.
4627 @end smallexample
4628
4629 @cindex @code{$_} and @code{info line}
4630 @kindex x@r{(examine), and} info line
4631 After @code{info line}, the default address for the @code{x} command
4632 is changed to the starting address of the line, so that @samp{x/i} is
4633 sufficient to begin examining the machine code (@pxref{Memory,
4634 ,Examining memory}). Also, this address is saved as the value of the
4635 convenience variable @code{$_} (@pxref{Convenience Vars, ,Convenience
4636 variables}).
4637
4638 @table @code
4639 @kindex disassemble
4640 @cindex assembly instructions
4641 @cindex instructions, assembly
4642 @cindex machine instructions
4643 @cindex listing machine instructions
4644 @item disassemble
4645 This specialized command dumps a range of memory as machine
4646 instructions. The default memory range is the function surrounding the
4647 program counter of the selected frame. A single argument to this
4648 command is a program counter value; @value{GDBN} dumps the function
4649 surrounding this value. Two arguments specify a range of addresses
4650 (first inclusive, second exclusive) to dump.
4651 @end table
4652
4653 The following example shows the disassembly of a range of addresses of
4654 HP PA-RISC 2.0 code:
4655
4656 @smallexample
4657 (@value{GDBP}) disas 0x32c4 0x32e4
4658 Dump of assembler code from 0x32c4 to 0x32e4:
4659 0x32c4 <main+204>: addil 0,dp
4660 0x32c8 <main+208>: ldw 0x22c(sr0,r1),r26
4661 0x32cc <main+212>: ldil 0x3000,r31
4662 0x32d0 <main+216>: ble 0x3f8(sr4,r31)
4663 0x32d4 <main+220>: ldo 0(r31),rp
4664 0x32d8 <main+224>: addil -0x800,dp
4665 0x32dc <main+228>: ldo 0x588(r1),r26
4666 0x32e0 <main+232>: ldil 0x3000,r31
4667 End of assembler dump.
4668 @end smallexample
4669
4670 Some architectures have more than one commonly-used set of instruction
4671 mnemonics or other syntax.
4672
4673 @table @code
4674 @kindex set disassembly-flavor
4675 @cindex assembly instructions
4676 @cindex instructions, assembly
4677 @cindex machine instructions
4678 @cindex listing machine instructions
4679 @cindex Intel disassembly flavor
4680 @cindex AT&T disassembly flavor
4681 @item set disassembly-flavor @var{instruction-set}
4682 Select the instruction set to use when disassembling the
4683 program via the @code{disassemble} or @code{x/i} commands.
4684
4685 Currently this command is only defined for the Intel x86 family. You
4686 can set @var{instruction-set} to either @code{intel} or @code{att}.
4687 The default is @code{att}, the AT&T flavor used by default by Unix
4688 assemblers for x86-based targets.
4689 @end table
4690
4691
4692 @node Data
4693 @chapter Examining Data
4694
4695 @cindex printing data
4696 @cindex examining data
4697 @kindex print
4698 @kindex inspect
4699 @c "inspect" is not quite a synonym if you are using Epoch, which we do not
4700 @c document because it is nonstandard... Under Epoch it displays in a
4701 @c different window or something like that.
4702 The usual way to examine data in your program is with the @code{print}
4703 command (abbreviated @code{p}), or its synonym @code{inspect}. It
4704 evaluates and prints the value of an expression of the language your
4705 program is written in (@pxref{Languages, ,Using @value{GDBN} with
4706 Different Languages}).
4707
4708 @table @code
4709 @item print @var{expr}
4710 @itemx print /@var{f} @var{expr}
4711 @var{expr} is an expression (in the source language). By default the
4712 value of @var{expr} is printed in a format appropriate to its data type;
4713 you can choose a different format by specifying @samp{/@var{f}}, where
4714 @var{f} is a letter specifying the format; see @ref{Output Formats,,Output
4715 formats}.
4716
4717 @item print
4718 @itemx print /@var{f}
4719 If you omit @var{expr}, @value{GDBN} displays the last value again (from the
4720 @dfn{value history}; @pxref{Value History, ,Value history}). This allows you to
4721 conveniently inspect the same value in an alternative format.
4722 @end table
4723
4724 A more low-level way of examining data is with the @code{x} command.
4725 It examines data in memory at a specified address and prints it in a
4726 specified format. @xref{Memory, ,Examining memory}.
4727
4728 If you are interested in information about types, or about how the
4729 fields of a struct or a class are declared, use the @code{ptype @var{exp}}
4730 command rather than @code{print}. @xref{Symbols, ,Examining the Symbol
4731 Table}.
4732
4733 @menu
4734 * Expressions:: Expressions
4735 * Variables:: Program variables
4736 * Arrays:: Artificial arrays
4737 * Output Formats:: Output formats
4738 * Memory:: Examining memory
4739 * Auto Display:: Automatic display
4740 * Print Settings:: Print settings
4741 * Value History:: Value history
4742 * Convenience Vars:: Convenience variables
4743 * Registers:: Registers
4744 * Floating Point Hardware:: Floating point hardware
4745 * Vector Unit:: Vector Unit
4746 * Auxiliary Vector:: Auxiliary data provided by operating system
4747 * Memory Region Attributes:: Memory region attributes
4748 * Dump/Restore Files:: Copy between memory and a file
4749 * Character Sets:: Debugging programs that use a different
4750 character set than GDB does
4751 @end menu
4752
4753 @node Expressions
4754 @section Expressions
4755
4756 @cindex expressions
4757 @code{print} and many other @value{GDBN} commands accept an expression and
4758 compute its value. Any kind of constant, variable or operator defined
4759 by the programming language you are using is valid in an expression in
4760 @value{GDBN}. This includes conditional expressions, function calls,
4761 casts, and string constants. It also includes preprocessor macros, if
4762 you compiled your program to include this information; see
4763 @ref{Compilation}.
4764
4765 @value{GDBN} supports array constants in expressions input by
4766 the user. The syntax is @{@var{element}, @var{element}@dots{}@}. For example,
4767 you can use the command @code{print @{1, 2, 3@}} to build up an array in
4768 memory that is @code{malloc}ed in the target program.
4769
4770 Because C is so widespread, most of the expressions shown in examples in
4771 this manual are in C. @xref{Languages, , Using @value{GDBN} with Different
4772 Languages}, for information on how to use expressions in other
4773 languages.
4774
4775 In this section, we discuss operators that you can use in @value{GDBN}
4776 expressions regardless of your programming language.
4777
4778 Casts are supported in all languages, not just in C, because it is so
4779 useful to cast a number into a pointer in order to examine a structure
4780 at that address in memory.
4781 @c FIXME: casts supported---Mod2 true?
4782
4783 @value{GDBN} supports these operators, in addition to those common
4784 to programming languages:
4785
4786 @table @code
4787 @item @@
4788 @samp{@@} is a binary operator for treating parts of memory as arrays.
4789 @xref{Arrays, ,Artificial arrays}, for more information.
4790
4791 @item ::
4792 @samp{::} allows you to specify a variable in terms of the file or
4793 function where it is defined. @xref{Variables, ,Program variables}.
4794
4795 @cindex @{@var{type}@}
4796 @cindex type casting memory
4797 @cindex memory, viewing as typed object
4798 @cindex casts, to view memory
4799 @item @{@var{type}@} @var{addr}
4800 Refers to an object of type @var{type} stored at address @var{addr} in
4801 memory. @var{addr} may be any expression whose value is an integer or
4802 pointer (but parentheses are required around binary operators, just as in
4803 a cast). This construct is allowed regardless of what kind of data is
4804 normally supposed to reside at @var{addr}.
4805 @end table
4806
4807 @node Variables
4808 @section Program variables
4809
4810 The most common kind of expression to use is the name of a variable
4811 in your program.
4812
4813 Variables in expressions are understood in the selected stack frame
4814 (@pxref{Selection, ,Selecting a frame}); they must be either:
4815
4816 @itemize @bullet
4817 @item
4818 global (or file-static)
4819 @end itemize
4820
4821 @noindent or
4822
4823 @itemize @bullet
4824 @item
4825 visible according to the scope rules of the
4826 programming language from the point of execution in that frame
4827 @end itemize
4828
4829 @noindent This means that in the function
4830
4831 @smallexample
4832 foo (a)
4833 int a;
4834 @{
4835 bar (a);
4836 @{
4837 int b = test ();
4838 bar (b);
4839 @}
4840 @}
4841 @end smallexample
4842
4843 @noindent
4844 you can examine and use the variable @code{a} whenever your program is
4845 executing within the function @code{foo}, but you can only use or
4846 examine the variable @code{b} while your program is executing inside
4847 the block where @code{b} is declared.
4848
4849 @cindex variable name conflict
4850 There is an exception: you can refer to a variable or function whose
4851 scope is a single source file even if the current execution point is not
4852 in this file. But it is possible to have more than one such variable or
4853 function with the same name (in different source files). If that
4854 happens, referring to that name has unpredictable effects. If you wish,
4855 you can specify a static variable in a particular function or file,
4856 using the colon-colon notation:
4857
4858 @cindex colon-colon, context for variables/functions
4859 @iftex
4860 @c info cannot cope with a :: index entry, but why deprive hard copy readers?
4861 @cindex @code{::}, context for variables/functions
4862 @end iftex
4863 @smallexample
4864 @var{file}::@var{variable}
4865 @var{function}::@var{variable}
4866 @end smallexample
4867
4868 @noindent
4869 Here @var{file} or @var{function} is the name of the context for the
4870 static @var{variable}. In the case of file names, you can use quotes to
4871 make sure @value{GDBN} parses the file name as a single word---for example,
4872 to print a global value of @code{x} defined in @file{f2.c}:
4873
4874 @smallexample
4875 (@value{GDBP}) p 'f2.c'::x
4876 @end smallexample
4877
4878 @cindex C@t{++} scope resolution
4879 This use of @samp{::} is very rarely in conflict with the very similar
4880 use of the same notation in C@t{++}. @value{GDBN} also supports use of the C@t{++}
4881 scope resolution operator in @value{GDBN} expressions.
4882 @c FIXME: Um, so what happens in one of those rare cases where it's in
4883 @c conflict?? --mew
4884
4885 @cindex wrong values
4886 @cindex variable values, wrong
4887 @quotation
4888 @emph{Warning:} Occasionally, a local variable may appear to have the
4889 wrong value at certain points in a function---just after entry to a new
4890 scope, and just before exit.
4891 @end quotation
4892 You may see this problem when you are stepping by machine instructions.
4893 This is because, on most machines, it takes more than one instruction to
4894 set up a stack frame (including local variable definitions); if you are
4895 stepping by machine instructions, variables may appear to have the wrong
4896 values until the stack frame is completely built. On exit, it usually
4897 also takes more than one machine instruction to destroy a stack frame;
4898 after you begin stepping through that group of instructions, local
4899 variable definitions may be gone.
4900
4901 This may also happen when the compiler does significant optimizations.
4902 To be sure of always seeing accurate values, turn off all optimization
4903 when compiling.
4904
4905 @cindex ``No symbol "foo" in current context''
4906 Another possible effect of compiler optimizations is to optimize
4907 unused variables out of existence, or assign variables to registers (as
4908 opposed to memory addresses). Depending on the support for such cases
4909 offered by the debug info format used by the compiler, @value{GDBN}
4910 might not be able to display values for such local variables. If that
4911 happens, @value{GDBN} will print a message like this:
4912
4913 @smallexample
4914 No symbol "foo" in current context.
4915 @end smallexample
4916
4917 To solve such problems, either recompile without optimizations, or use a
4918 different debug info format, if the compiler supports several such
4919 formats. For example, @value{NGCC}, the @sc{gnu} C/C@t{++} compiler
4920 usually supports the @option{-gstabs+} option. @option{-gstabs+}
4921 produces debug info in a format that is superior to formats such as
4922 COFF. You may be able to use DWARF 2 (@option{-gdwarf-2}), which is also
4923 an effective form for debug info. @xref{Debugging Options,,Options
4924 for Debugging Your Program or @sc{gnu} CC, gcc.info, Using @sc{gnu} CC}.
4925
4926
4927 @node Arrays
4928 @section Artificial arrays
4929
4930 @cindex artificial array
4931 @kindex @@@r{, referencing memory as an array}
4932 It is often useful to print out several successive objects of the
4933 same type in memory; a section of an array, or an array of
4934 dynamically determined size for which only a pointer exists in the
4935 program.
4936
4937 You can do this by referring to a contiguous span of memory as an
4938 @dfn{artificial array}, using the binary operator @samp{@@}. The left
4939 operand of @samp{@@} should be the first element of the desired array
4940 and be an individual object. The right operand should be the desired length
4941 of the array. The result is an array value whose elements are all of
4942 the type of the left argument. The first element is actually the left
4943 argument; the second element comes from bytes of memory immediately
4944 following those that hold the first element, and so on. Here is an
4945 example. If a program says
4946
4947 @smallexample
4948 int *array = (int *) malloc (len * sizeof (int));
4949 @end smallexample
4950
4951 @noindent
4952 you can print the contents of @code{array} with
4953
4954 @smallexample
4955 p *array@@len
4956 @end smallexample
4957
4958 The left operand of @samp{@@} must reside in memory. Array values made
4959 with @samp{@@} in this way behave just like other arrays in terms of
4960 subscripting, and are coerced to pointers when used in expressions.
4961 Artificial arrays most often appear in expressions via the value history
4962 (@pxref{Value History, ,Value history}), after printing one out.
4963
4964 Another way to create an artificial array is to use a cast.
4965 This re-interprets a value as if it were an array.
4966 The value need not be in memory:
4967 @smallexample
4968 (@value{GDBP}) p/x (short[2])0x12345678
4969 $1 = @{0x1234, 0x5678@}
4970 @end smallexample
4971
4972 As a convenience, if you leave the array length out (as in
4973 @samp{(@var{type}[])@var{value}}) @value{GDBN} calculates the size to fill
4974 the value (as @samp{sizeof(@var{value})/sizeof(@var{type})}:
4975 @smallexample
4976 (@value{GDBP}) p/x (short[])0x12345678
4977 $2 = @{0x1234, 0x5678@}
4978 @end smallexample
4979
4980 Sometimes the artificial array mechanism is not quite enough; in
4981 moderately complex data structures, the elements of interest may not
4982 actually be adjacent---for example, if you are interested in the values
4983 of pointers in an array. One useful work-around in this situation is
4984 to use a convenience variable (@pxref{Convenience Vars, ,Convenience
4985 variables}) as a counter in an expression that prints the first
4986 interesting value, and then repeat that expression via @key{RET}. For
4987 instance, suppose you have an array @code{dtab} of pointers to
4988 structures, and you are interested in the values of a field @code{fv}
4989 in each structure. Here is an example of what you might type:
4990
4991 @smallexample
4992 set $i = 0
4993 p dtab[$i++]->fv
4994 @key{RET}
4995 @key{RET}
4996 @dots{}
4997 @end smallexample
4998
4999 @node Output Formats
5000 @section Output formats
5001
5002 @cindex formatted output
5003 @cindex output formats
5004 By default, @value{GDBN} prints a value according to its data type. Sometimes
5005 this is not what you want. For example, you might want to print a number
5006 in hex, or a pointer in decimal. Or you might want to view data in memory
5007 at a certain address as a character string or as an instruction. To do
5008 these things, specify an @dfn{output format} when you print a value.
5009
5010 The simplest use of output formats is to say how to print a value
5011 already computed. This is done by starting the arguments of the
5012 @code{print} command with a slash and a format letter. The format
5013 letters supported are:
5014
5015 @table @code
5016 @item x
5017 Regard the bits of the value as an integer, and print the integer in
5018 hexadecimal.
5019
5020 @item d
5021 Print as integer in signed decimal.
5022
5023 @item u
5024 Print as integer in unsigned decimal.
5025
5026 @item o
5027 Print as integer in octal.
5028
5029 @item t
5030 Print as integer in binary. The letter @samp{t} stands for ``two''.
5031 @footnote{@samp{b} cannot be used because these format letters are also
5032 used with the @code{x} command, where @samp{b} stands for ``byte'';
5033 see @ref{Memory,,Examining memory}.}
5034
5035 @item a
5036 @cindex unknown address, locating
5037 @cindex locate address
5038 Print as an address, both absolute in hexadecimal and as an offset from
5039 the nearest preceding symbol. You can use this format used to discover
5040 where (in what function) an unknown address is located:
5041
5042 @smallexample
5043 (@value{GDBP}) p/a 0x54320
5044 $3 = 0x54320 <_initialize_vx+396>
5045 @end smallexample
5046
5047 @noindent
5048 The command @code{info symbol 0x54320} yields similar results.
5049 @xref{Symbols, info symbol}.
5050
5051 @item c
5052 Regard as an integer and print it as a character constant.
5053
5054 @item f
5055 Regard the bits of the value as a floating point number and print
5056 using typical floating point syntax.
5057 @end table
5058
5059 For example, to print the program counter in hex (@pxref{Registers}), type
5060
5061 @smallexample
5062 p/x $pc
5063 @end smallexample
5064
5065 @noindent
5066 Note that no space is required before the slash; this is because command
5067 names in @value{GDBN} cannot contain a slash.
5068
5069 To reprint the last value in the value history with a different format,
5070 you can use the @code{print} command with just a format and no
5071 expression. For example, @samp{p/x} reprints the last value in hex.
5072
5073 @node Memory
5074 @section Examining memory
5075
5076 You can use the command @code{x} (for ``examine'') to examine memory in
5077 any of several formats, independently of your program's data types.
5078
5079 @cindex examining memory
5080 @table @code
5081 @kindex x @r{(examine memory)}
5082 @item x/@var{nfu} @var{addr}
5083 @itemx x @var{addr}
5084 @itemx x
5085 Use the @code{x} command to examine memory.
5086 @end table
5087
5088 @var{n}, @var{f}, and @var{u} are all optional parameters that specify how
5089 much memory to display and how to format it; @var{addr} is an
5090 expression giving the address where you want to start displaying memory.
5091 If you use defaults for @var{nfu}, you need not type the slash @samp{/}.
5092 Several commands set convenient defaults for @var{addr}.
5093
5094 @table @r
5095 @item @var{n}, the repeat count
5096 The repeat count is a decimal integer; the default is 1. It specifies
5097 how much memory (counting by units @var{u}) to display.
5098 @c This really is **decimal**; unaffected by 'set radix' as of GDB
5099 @c 4.1.2.
5100
5101 @item @var{f}, the display format
5102 The display format is one of the formats used by @code{print},
5103 @samp{s} (null-terminated string), or @samp{i} (machine instruction).
5104 The default is @samp{x} (hexadecimal) initially.
5105 The default changes each time you use either @code{x} or @code{print}.
5106
5107 @item @var{u}, the unit size
5108 The unit size is any of
5109
5110 @table @code
5111 @item b
5112 Bytes.
5113 @item h
5114 Halfwords (two bytes).
5115 @item w
5116 Words (four bytes). This is the initial default.
5117 @item g
5118 Giant words (eight bytes).
5119 @end table
5120
5121 Each time you specify a unit size with @code{x}, that size becomes the
5122 default unit the next time you use @code{x}. (For the @samp{s} and
5123 @samp{i} formats, the unit size is ignored and is normally not written.)
5124
5125 @item @var{addr}, starting display address
5126 @var{addr} is the address where you want @value{GDBN} to begin displaying
5127 memory. The expression need not have a pointer value (though it may);
5128 it is always interpreted as an integer address of a byte of memory.
5129 @xref{Expressions, ,Expressions}, for more information on expressions. The default for
5130 @var{addr} is usually just after the last address examined---but several
5131 other commands also set the default address: @code{info breakpoints} (to
5132 the address of the last breakpoint listed), @code{info line} (to the
5133 starting address of a line), and @code{print} (if you use it to display
5134 a value from memory).
5135 @end table
5136
5137 For example, @samp{x/3uh 0x54320} is a request to display three halfwords
5138 (@code{h}) of memory, formatted as unsigned decimal integers (@samp{u}),
5139 starting at address @code{0x54320}. @samp{x/4xw $sp} prints the four
5140 words (@samp{w}) of memory above the stack pointer (here, @samp{$sp};
5141 @pxref{Registers, ,Registers}) in hexadecimal (@samp{x}).
5142
5143 Since the letters indicating unit sizes are all distinct from the
5144 letters specifying output formats, you do not have to remember whether
5145 unit size or format comes first; either order works. The output
5146 specifications @samp{4xw} and @samp{4wx} mean exactly the same thing.
5147 (However, the count @var{n} must come first; @samp{wx4} does not work.)
5148
5149 Even though the unit size @var{u} is ignored for the formats @samp{s}
5150 and @samp{i}, you might still want to use a count @var{n}; for example,
5151 @samp{3i} specifies that you want to see three machine instructions,
5152 including any operands. The command @code{disassemble} gives an
5153 alternative way of inspecting machine instructions; see @ref{Machine
5154 Code,,Source and machine code}.
5155
5156 All the defaults for the arguments to @code{x} are designed to make it
5157 easy to continue scanning memory with minimal specifications each time
5158 you use @code{x}. For example, after you have inspected three machine
5159 instructions with @samp{x/3i @var{addr}}, you can inspect the next seven
5160 with just @samp{x/7}. If you use @key{RET} to repeat the @code{x} command,
5161 the repeat count @var{n} is used again; the other arguments default as
5162 for successive uses of @code{x}.
5163
5164 @cindex @code{$_}, @code{$__}, and value history
5165 The addresses and contents printed by the @code{x} command are not saved
5166 in the value history because there is often too much of them and they
5167 would get in the way. Instead, @value{GDBN} makes these values available for
5168 subsequent use in expressions as values of the convenience variables
5169 @code{$_} and @code{$__}. After an @code{x} command, the last address
5170 examined is available for use in expressions in the convenience variable
5171 @code{$_}. The contents of that address, as examined, are available in
5172 the convenience variable @code{$__}.
5173
5174 If the @code{x} command has a repeat count, the address and contents saved
5175 are from the last memory unit printed; this is not the same as the last
5176 address printed if several units were printed on the last line of output.
5177
5178 @node Auto Display
5179 @section Automatic display
5180 @cindex automatic display
5181 @cindex display of expressions
5182
5183 If you find that you want to print the value of an expression frequently
5184 (to see how it changes), you might want to add it to the @dfn{automatic
5185 display list} so that @value{GDBN} prints its value each time your program stops.
5186 Each expression added to the list is given a number to identify it;
5187 to remove an expression from the list, you specify that number.
5188 The automatic display looks like this:
5189
5190 @smallexample
5191 2: foo = 38
5192 3: bar[5] = (struct hack *) 0x3804
5193 @end smallexample
5194
5195 @noindent
5196 This display shows item numbers, expressions and their current values. As with
5197 displays you request manually using @code{x} or @code{print}, you can
5198 specify the output format you prefer; in fact, @code{display} decides
5199 whether to use @code{print} or @code{x} depending on how elaborate your
5200 format specification is---it uses @code{x} if you specify a unit size,
5201 or one of the two formats (@samp{i} and @samp{s}) that are only
5202 supported by @code{x}; otherwise it uses @code{print}.
5203
5204 @table @code
5205 @kindex display
5206 @item display @var{expr}
5207 Add the expression @var{expr} to the list of expressions to display
5208 each time your program stops. @xref{Expressions, ,Expressions}.
5209
5210 @code{display} does not repeat if you press @key{RET} again after using it.
5211
5212 @item display/@var{fmt} @var{expr}
5213 For @var{fmt} specifying only a display format and not a size or
5214 count, add the expression @var{expr} to the auto-display list but
5215 arrange to display it each time in the specified format @var{fmt}.
5216 @xref{Output Formats,,Output formats}.
5217
5218 @item display/@var{fmt} @var{addr}
5219 For @var{fmt} @samp{i} or @samp{s}, or including a unit-size or a
5220 number of units, add the expression @var{addr} as a memory address to
5221 be examined each time your program stops. Examining means in effect
5222 doing @samp{x/@var{fmt} @var{addr}}. @xref{Memory, ,Examining memory}.
5223 @end table
5224
5225 For example, @samp{display/i $pc} can be helpful, to see the machine
5226 instruction about to be executed each time execution stops (@samp{$pc}
5227 is a common name for the program counter; @pxref{Registers, ,Registers}).
5228
5229 @table @code
5230 @kindex delete display
5231 @kindex undisplay
5232 @item undisplay @var{dnums}@dots{}
5233 @itemx delete display @var{dnums}@dots{}
5234 Remove item numbers @var{dnums} from the list of expressions to display.
5235
5236 @code{undisplay} does not repeat if you press @key{RET} after using it.
5237 (Otherwise you would just get the error @samp{No display number @dots{}}.)
5238
5239 @kindex disable display
5240 @item disable display @var{dnums}@dots{}
5241 Disable the display of item numbers @var{dnums}. A disabled display
5242 item is not printed automatically, but is not forgotten. It may be
5243 enabled again later.
5244
5245 @kindex enable display
5246 @item enable display @var{dnums}@dots{}
5247 Enable display of item numbers @var{dnums}. It becomes effective once
5248 again in auto display of its expression, until you specify otherwise.
5249
5250 @item display
5251 Display the current values of the expressions on the list, just as is
5252 done when your program stops.
5253
5254 @kindex info display
5255 @item info display
5256 Print the list of expressions previously set up to display
5257 automatically, each one with its item number, but without showing the
5258 values. This includes disabled expressions, which are marked as such.
5259 It also includes expressions which would not be displayed right now
5260 because they refer to automatic variables not currently available.
5261 @end table
5262
5263 If a display expression refers to local variables, then it does not make
5264 sense outside the lexical context for which it was set up. Such an
5265 expression is disabled when execution enters a context where one of its
5266 variables is not defined. For example, if you give the command
5267 @code{display last_char} while inside a function with an argument
5268 @code{last_char}, @value{GDBN} displays this argument while your program
5269 continues to stop inside that function. When it stops elsewhere---where
5270 there is no variable @code{last_char}---the display is disabled
5271 automatically. The next time your program stops where @code{last_char}
5272 is meaningful, you can enable the display expression once again.
5273
5274 @node Print Settings
5275 @section Print settings
5276
5277 @cindex format options
5278 @cindex print settings
5279 @value{GDBN} provides the following ways to control how arrays, structures,
5280 and symbols are printed.
5281
5282 @noindent
5283 These settings are useful for debugging programs in any language:
5284
5285 @table @code
5286 @kindex set print address
5287 @item set print address
5288 @itemx set print address on
5289 @value{GDBN} prints memory addresses showing the location of stack
5290 traces, structure values, pointer values, breakpoints, and so forth,
5291 even when it also displays the contents of those addresses. The default
5292 is @code{on}. For example, this is what a stack frame display looks like with
5293 @code{set print address on}:
5294
5295 @smallexample
5296 @group
5297 (@value{GDBP}) f
5298 #0 set_quotes (lq=0x34c78 "<<", rq=0x34c88 ">>")
5299 at input.c:530
5300 530 if (lquote != def_lquote)
5301 @end group
5302 @end smallexample
5303
5304 @item set print address off
5305 Do not print addresses when displaying their contents. For example,
5306 this is the same stack frame displayed with @code{set print address off}:
5307
5308 @smallexample
5309 @group
5310 (@value{GDBP}) set print addr off
5311 (@value{GDBP}) f
5312 #0 set_quotes (lq="<<", rq=">>") at input.c:530
5313 530 if (lquote != def_lquote)
5314 @end group
5315 @end smallexample
5316
5317 You can use @samp{set print address off} to eliminate all machine
5318 dependent displays from the @value{GDBN} interface. For example, with
5319 @code{print address off}, you should get the same text for backtraces on
5320 all machines---whether or not they involve pointer arguments.
5321
5322 @kindex show print address
5323 @item show print address
5324 Show whether or not addresses are to be printed.
5325 @end table
5326
5327 When @value{GDBN} prints a symbolic address, it normally prints the
5328 closest earlier symbol plus an offset. If that symbol does not uniquely
5329 identify the address (for example, it is a name whose scope is a single
5330 source file), you may need to clarify. One way to do this is with
5331 @code{info line}, for example @samp{info line *0x4537}. Alternately,
5332 you can set @value{GDBN} to print the source file and line number when
5333 it prints a symbolic address:
5334
5335 @table @code
5336 @kindex set print symbol-filename
5337 @item set print symbol-filename on
5338 Tell @value{GDBN} to print the source file name and line number of a
5339 symbol in the symbolic form of an address.
5340
5341 @item set print symbol-filename off
5342 Do not print source file name and line number of a symbol. This is the
5343 default.
5344
5345 @kindex show print symbol-filename
5346 @item show print symbol-filename
5347 Show whether or not @value{GDBN} will print the source file name and
5348 line number of a symbol in the symbolic form of an address.
5349 @end table
5350
5351 Another situation where it is helpful to show symbol filenames and line
5352 numbers is when disassembling code; @value{GDBN} shows you the line
5353 number and source file that corresponds to each instruction.
5354
5355 Also, you may wish to see the symbolic form only if the address being
5356 printed is reasonably close to the closest earlier symbol:
5357
5358 @table @code
5359 @kindex set print max-symbolic-offset
5360 @item set print max-symbolic-offset @var{max-offset}
5361 Tell @value{GDBN} to only display the symbolic form of an address if the
5362 offset between the closest earlier symbol and the address is less than
5363 @var{max-offset}. The default is 0, which tells @value{GDBN}
5364 to always print the symbolic form of an address if any symbol precedes it.
5365
5366 @kindex show print max-symbolic-offset
5367 @item show print max-symbolic-offset
5368 Ask how large the maximum offset is that @value{GDBN} prints in a
5369 symbolic address.
5370 @end table
5371
5372 @cindex wild pointer, interpreting
5373 @cindex pointer, finding referent
5374 If you have a pointer and you are not sure where it points, try
5375 @samp{set print symbol-filename on}. Then you can determine the name
5376 and source file location of the variable where it points, using
5377 @samp{p/a @var{pointer}}. This interprets the address in symbolic form.
5378 For example, here @value{GDBN} shows that a variable @code{ptt} points
5379 at another variable @code{t}, defined in @file{hi2.c}:
5380
5381 @smallexample
5382 (@value{GDBP}) set print symbol-filename on
5383 (@value{GDBP}) p/a ptt
5384 $4 = 0xe008 <t in hi2.c>
5385 @end smallexample
5386
5387 @quotation
5388 @emph{Warning:} For pointers that point to a local variable, @samp{p/a}
5389 does not show the symbol name and filename of the referent, even with
5390 the appropriate @code{set print} options turned on.
5391 @end quotation
5392
5393 Other settings control how different kinds of objects are printed:
5394
5395 @table @code
5396 @kindex set print array
5397 @item set print array
5398 @itemx set print array on
5399 Pretty print arrays. This format is more convenient to read,
5400 but uses more space. The default is off.
5401
5402 @item set print array off
5403 Return to compressed format for arrays.
5404
5405 @kindex show print array
5406 @item show print array
5407 Show whether compressed or pretty format is selected for displaying
5408 arrays.
5409
5410 @kindex set print elements
5411 @item set print elements @var{number-of-elements}
5412 Set a limit on how many elements of an array @value{GDBN} will print.
5413 If @value{GDBN} is printing a large array, it stops printing after it has
5414 printed the number of elements set by the @code{set print elements} command.
5415 This limit also applies to the display of strings.
5416 When @value{GDBN} starts, this limit is set to 200.
5417 Setting @var{number-of-elements} to zero means that the printing is unlimited.
5418
5419 @kindex show print elements
5420 @item show print elements
5421 Display the number of elements of a large array that @value{GDBN} will print.
5422 If the number is 0, then the printing is unlimited.
5423
5424 @kindex set print null-stop
5425 @item set print null-stop
5426 Cause @value{GDBN} to stop printing the characters of an array when the first
5427 @sc{null} is encountered. This is useful when large arrays actually
5428 contain only short strings.
5429 The default is off.
5430
5431 @kindex set print pretty
5432 @item set print pretty on
5433 Cause @value{GDBN} to print structures in an indented format with one member
5434 per line, like this:
5435
5436 @smallexample
5437 @group
5438 $1 = @{
5439 next = 0x0,
5440 flags = @{
5441 sweet = 1,
5442 sour = 1
5443 @},
5444 meat = 0x54 "Pork"
5445 @}
5446 @end group
5447 @end smallexample
5448
5449 @item set print pretty off
5450 Cause @value{GDBN} to print structures in a compact format, like this:
5451
5452 @smallexample
5453 @group
5454 $1 = @{next = 0x0, flags = @{sweet = 1, sour = 1@}, \
5455 meat = 0x54 "Pork"@}
5456 @end group
5457 @end smallexample
5458
5459 @noindent
5460 This is the default format.
5461
5462 @kindex show print pretty
5463 @item show print pretty
5464 Show which format @value{GDBN} is using to print structures.
5465
5466 @kindex set print sevenbit-strings
5467 @item set print sevenbit-strings on
5468 Print using only seven-bit characters; if this option is set,
5469 @value{GDBN} displays any eight-bit characters (in strings or
5470 character values) using the notation @code{\}@var{nnn}. This setting is
5471 best if you are working in English (@sc{ascii}) and you use the
5472 high-order bit of characters as a marker or ``meta'' bit.
5473
5474 @item set print sevenbit-strings off
5475 Print full eight-bit characters. This allows the use of more
5476 international character sets, and is the default.
5477
5478 @kindex show print sevenbit-strings
5479 @item show print sevenbit-strings
5480 Show whether or not @value{GDBN} is printing only seven-bit characters.
5481
5482 @kindex set print union
5483 @item set print union on
5484 Tell @value{GDBN} to print unions which are contained in structures. This
5485 is the default setting.
5486
5487 @item set print union off
5488 Tell @value{GDBN} not to print unions which are contained in structures.
5489
5490 @kindex show print union
5491 @item show print union
5492 Ask @value{GDBN} whether or not it will print unions which are contained in
5493 structures.
5494
5495 For example, given the declarations
5496
5497 @smallexample
5498 typedef enum @{Tree, Bug@} Species;
5499 typedef enum @{Big_tree, Acorn, Seedling@} Tree_forms;
5500 typedef enum @{Caterpillar, Cocoon, Butterfly@}
5501 Bug_forms;
5502
5503 struct thing @{
5504 Species it;
5505 union @{
5506 Tree_forms tree;
5507 Bug_forms bug;
5508 @} form;
5509 @};
5510
5511 struct thing foo = @{Tree, @{Acorn@}@};
5512 @end smallexample
5513
5514 @noindent
5515 with @code{set print union on} in effect @samp{p foo} would print
5516
5517 @smallexample
5518 $1 = @{it = Tree, form = @{tree = Acorn, bug = Cocoon@}@}
5519 @end smallexample
5520
5521 @noindent
5522 and with @code{set print union off} in effect it would print
5523
5524 @smallexample
5525 $1 = @{it = Tree, form = @{...@}@}
5526 @end smallexample
5527 @end table
5528
5529 @need 1000
5530 @noindent
5531 These settings are of interest when debugging C@t{++} programs:
5532
5533 @table @code
5534 @cindex demangling
5535 @kindex set print demangle
5536 @item set print demangle
5537 @itemx set print demangle on
5538 Print C@t{++} names in their source form rather than in the encoded
5539 (``mangled'') form passed to the assembler and linker for type-safe
5540 linkage. The default is on.
5541
5542 @kindex show print demangle
5543 @item show print demangle
5544 Show whether C@t{++} names are printed in mangled or demangled form.
5545
5546 @kindex set print asm-demangle
5547 @item set print asm-demangle
5548 @itemx set print asm-demangle on
5549 Print C@t{++} names in their source form rather than their mangled form, even
5550 in assembler code printouts such as instruction disassemblies.
5551 The default is off.
5552
5553 @kindex show print asm-demangle
5554 @item show print asm-demangle
5555 Show whether C@t{++} names in assembly listings are printed in mangled
5556 or demangled form.
5557
5558 @kindex set demangle-style
5559 @cindex C@t{++} symbol decoding style
5560 @cindex symbol decoding style, C@t{++}
5561 @item set demangle-style @var{style}
5562 Choose among several encoding schemes used by different compilers to
5563 represent C@t{++} names. The choices for @var{style} are currently:
5564
5565 @table @code
5566 @item auto
5567 Allow @value{GDBN} to choose a decoding style by inspecting your program.
5568
5569 @item gnu
5570 Decode based on the @sc{gnu} C@t{++} compiler (@code{g++}) encoding algorithm.
5571 This is the default.
5572
5573 @item hp
5574 Decode based on the HP ANSI C@t{++} (@code{aCC}) encoding algorithm.
5575
5576 @item lucid
5577 Decode based on the Lucid C@t{++} compiler (@code{lcc}) encoding algorithm.
5578
5579 @item arm
5580 Decode using the algorithm in the @cite{C@t{++} Annotated Reference Manual}.
5581 @strong{Warning:} this setting alone is not sufficient to allow
5582 debugging @code{cfront}-generated executables. @value{GDBN} would
5583 require further enhancement to permit that.
5584
5585 @end table
5586 If you omit @var{style}, you will see a list of possible formats.
5587
5588 @kindex show demangle-style
5589 @item show demangle-style
5590 Display the encoding style currently in use for decoding C@t{++} symbols.
5591
5592 @kindex set print object
5593 @item set print object
5594 @itemx set print object on
5595 When displaying a pointer to an object, identify the @emph{actual}
5596 (derived) type of the object rather than the @emph{declared} type, using
5597 the virtual function table.
5598
5599 @item set print object off
5600 Display only the declared type of objects, without reference to the
5601 virtual function table. This is the default setting.
5602
5603 @kindex show print object
5604 @item show print object
5605 Show whether actual, or declared, object types are displayed.
5606
5607 @kindex set print static-members
5608 @item set print static-members
5609 @itemx set print static-members on
5610 Print static members when displaying a C@t{++} object. The default is on.
5611
5612 @item set print static-members off
5613 Do not print static members when displaying a C@t{++} object.
5614
5615 @kindex show print static-members
5616 @item show print static-members
5617 Show whether C@t{++} static members are printed, or not.
5618
5619 @c These don't work with HP ANSI C++ yet.
5620 @kindex set print vtbl
5621 @item set print vtbl
5622 @itemx set print vtbl on
5623 Pretty print C@t{++} virtual function tables. The default is off.
5624 (The @code{vtbl} commands do not work on programs compiled with the HP
5625 ANSI C@t{++} compiler (@code{aCC}).)
5626
5627 @item set print vtbl off
5628 Do not pretty print C@t{++} virtual function tables.
5629
5630 @kindex show print vtbl
5631 @item show print vtbl
5632 Show whether C@t{++} virtual function tables are pretty printed, or not.
5633 @end table
5634
5635 @node Value History
5636 @section Value history
5637
5638 @cindex value history
5639 Values printed by the @code{print} command are saved in the @value{GDBN}
5640 @dfn{value history}. This allows you to refer to them in other expressions.
5641 Values are kept until the symbol table is re-read or discarded
5642 (for example with the @code{file} or @code{symbol-file} commands).
5643 When the symbol table changes, the value history is discarded,
5644 since the values may contain pointers back to the types defined in the
5645 symbol table.
5646
5647 @cindex @code{$}
5648 @cindex @code{$$}
5649 @cindex history number
5650 The values printed are given @dfn{history numbers} by which you can
5651 refer to them. These are successive integers starting with one.
5652 @code{print} shows you the history number assigned to a value by
5653 printing @samp{$@var{num} = } before the value; here @var{num} is the
5654 history number.
5655
5656 To refer to any previous value, use @samp{$} followed by the value's
5657 history number. The way @code{print} labels its output is designed to
5658 remind you of this. Just @code{$} refers to the most recent value in
5659 the history, and @code{$$} refers to the value before that.
5660 @code{$$@var{n}} refers to the @var{n}th value from the end; @code{$$2}
5661 is the value just prior to @code{$$}, @code{$$1} is equivalent to
5662 @code{$$}, and @code{$$0} is equivalent to @code{$}.
5663
5664 For example, suppose you have just printed a pointer to a structure and
5665 want to see the contents of the structure. It suffices to type
5666
5667 @smallexample
5668 p *$
5669 @end smallexample
5670
5671 If you have a chain of structures where the component @code{next} points
5672 to the next one, you can print the contents of the next one with this:
5673
5674 @smallexample
5675 p *$.next
5676 @end smallexample
5677
5678 @noindent
5679 You can print successive links in the chain by repeating this
5680 command---which you can do by just typing @key{RET}.
5681
5682 Note that the history records values, not expressions. If the value of
5683 @code{x} is 4 and you type these commands:
5684
5685 @smallexample
5686 print x
5687 set x=5
5688 @end smallexample
5689
5690 @noindent
5691 then the value recorded in the value history by the @code{print} command
5692 remains 4 even though the value of @code{x} has changed.
5693
5694 @table @code
5695 @kindex show values
5696 @item show values
5697 Print the last ten values in the value history, with their item numbers.
5698 This is like @samp{p@ $$9} repeated ten times, except that @code{show
5699 values} does not change the history.
5700
5701 @item show values @var{n}
5702 Print ten history values centered on history item number @var{n}.
5703
5704 @item show values +
5705 Print ten history values just after the values last printed. If no more
5706 values are available, @code{show values +} produces no display.
5707 @end table
5708
5709 Pressing @key{RET} to repeat @code{show values @var{n}} has exactly the
5710 same effect as @samp{show values +}.
5711
5712 @node Convenience Vars
5713 @section Convenience variables
5714
5715 @cindex convenience variables
5716 @value{GDBN} provides @dfn{convenience variables} that you can use within
5717 @value{GDBN} to hold on to a value and refer to it later. These variables
5718 exist entirely within @value{GDBN}; they are not part of your program, and
5719 setting a convenience variable has no direct effect on further execution
5720 of your program. That is why you can use them freely.
5721
5722 Convenience variables are prefixed with @samp{$}. Any name preceded by
5723 @samp{$} can be used for a convenience variable, unless it is one of
5724 the predefined machine-specific register names (@pxref{Registers, ,Registers}).
5725 (Value history references, in contrast, are @emph{numbers} preceded
5726 by @samp{$}. @xref{Value History, ,Value history}.)
5727
5728 You can save a value in a convenience variable with an assignment
5729 expression, just as you would set a variable in your program.
5730 For example:
5731
5732 @smallexample
5733 set $foo = *object_ptr
5734 @end smallexample
5735
5736 @noindent
5737 would save in @code{$foo} the value contained in the object pointed to by
5738 @code{object_ptr}.
5739
5740 Using a convenience variable for the first time creates it, but its
5741 value is @code{void} until you assign a new value. You can alter the
5742 value with another assignment at any time.
5743
5744 Convenience variables have no fixed types. You can assign a convenience
5745 variable any type of value, including structures and arrays, even if
5746 that variable already has a value of a different type. The convenience
5747 variable, when used as an expression, has the type of its current value.
5748
5749 @table @code
5750 @kindex show convenience
5751 @item show convenience
5752 Print a list of convenience variables used so far, and their values.
5753 Abbreviated @code{show conv}.
5754 @end table
5755
5756 One of the ways to use a convenience variable is as a counter to be
5757 incremented or a pointer to be advanced. For example, to print
5758 a field from successive elements of an array of structures:
5759
5760 @smallexample
5761 set $i = 0
5762 print bar[$i++]->contents
5763 @end smallexample
5764
5765 @noindent
5766 Repeat that command by typing @key{RET}.
5767
5768 Some convenience variables are created automatically by @value{GDBN} and given
5769 values likely to be useful.
5770
5771 @table @code
5772 @vindex $_@r{, convenience variable}
5773 @item $_
5774 The variable @code{$_} is automatically set by the @code{x} command to
5775 the last address examined (@pxref{Memory, ,Examining memory}). Other
5776 commands which provide a default address for @code{x} to examine also
5777 set @code{$_} to that address; these commands include @code{info line}
5778 and @code{info breakpoint}. The type of @code{$_} is @code{void *}
5779 except when set by the @code{x} command, in which case it is a pointer
5780 to the type of @code{$__}.
5781
5782 @vindex $__@r{, convenience variable}
5783 @item $__
5784 The variable @code{$__} is automatically set by the @code{x} command
5785 to the value found in the last address examined. Its type is chosen
5786 to match the format in which the data was printed.
5787
5788 @item $_exitcode
5789 @vindex $_exitcode@r{, convenience variable}
5790 The variable @code{$_exitcode} is automatically set to the exit code when
5791 the program being debugged terminates.
5792 @end table
5793
5794 On HP-UX systems, if you refer to a function or variable name that
5795 begins with a dollar sign, @value{GDBN} searches for a user or system
5796 name first, before it searches for a convenience variable.
5797
5798 @node Registers
5799 @section Registers
5800
5801 @cindex registers
5802 You can refer to machine register contents, in expressions, as variables
5803 with names starting with @samp{$}. The names of registers are different
5804 for each machine; use @code{info registers} to see the names used on
5805 your machine.
5806
5807 @table @code
5808 @kindex info registers
5809 @item info registers
5810 Print the names and values of all registers except floating-point
5811 and vector registers (in the selected stack frame).
5812
5813 @kindex info all-registers
5814 @cindex floating point registers
5815 @item info all-registers
5816 Print the names and values of all registers, including floating-point
5817 and vector registers (in the selected stack frame).
5818
5819 @item info registers @var{regname} @dots{}
5820 Print the @dfn{relativized} value of each specified register @var{regname}.
5821 As discussed in detail below, register values are normally relative to
5822 the selected stack frame. @var{regname} may be any register name valid on
5823 the machine you are using, with or without the initial @samp{$}.
5824 @end table
5825
5826 @value{GDBN} has four ``standard'' register names that are available (in
5827 expressions) on most machines---whenever they do not conflict with an
5828 architecture's canonical mnemonics for registers. The register names
5829 @code{$pc} and @code{$sp} are used for the program counter register and
5830 the stack pointer. @code{$fp} is used for a register that contains a
5831 pointer to the current stack frame, and @code{$ps} is used for a
5832 register that contains the processor status. For example,
5833 you could print the program counter in hex with
5834
5835 @smallexample
5836 p/x $pc
5837 @end smallexample
5838
5839 @noindent
5840 or print the instruction to be executed next with
5841
5842 @smallexample
5843 x/i $pc
5844 @end smallexample
5845
5846 @noindent
5847 or add four to the stack pointer@footnote{This is a way of removing
5848 one word from the stack, on machines where stacks grow downward in
5849 memory (most machines, nowadays). This assumes that the innermost
5850 stack frame is selected; setting @code{$sp} is not allowed when other
5851 stack frames are selected. To pop entire frames off the stack,
5852 regardless of machine architecture, use @code{return};
5853 see @ref{Returning, ,Returning from a function}.} with
5854
5855 @smallexample
5856 set $sp += 4
5857 @end smallexample
5858
5859 Whenever possible, these four standard register names are available on
5860 your machine even though the machine has different canonical mnemonics,
5861 so long as there is no conflict. The @code{info registers} command
5862 shows the canonical names. For example, on the SPARC, @code{info
5863 registers} displays the processor status register as @code{$psr} but you
5864 can also refer to it as @code{$ps}; and on x86-based machines @code{$ps}
5865 is an alias for the @sc{eflags} register.
5866
5867 @value{GDBN} always considers the contents of an ordinary register as an
5868 integer when the register is examined in this way. Some machines have
5869 special registers which can hold nothing but floating point; these
5870 registers are considered to have floating point values. There is no way
5871 to refer to the contents of an ordinary register as floating point value
5872 (although you can @emph{print} it as a floating point value with
5873 @samp{print/f $@var{regname}}).
5874
5875 Some registers have distinct ``raw'' and ``virtual'' data formats. This
5876 means that the data format in which the register contents are saved by
5877 the operating system is not the same one that your program normally
5878 sees. For example, the registers of the 68881 floating point
5879 coprocessor are always saved in ``extended'' (raw) format, but all C
5880 programs expect to work with ``double'' (virtual) format. In such
5881 cases, @value{GDBN} normally works with the virtual format only (the format
5882 that makes sense for your program), but the @code{info registers} command
5883 prints the data in both formats.
5884
5885 Normally, register values are relative to the selected stack frame
5886 (@pxref{Selection, ,Selecting a frame}). This means that you get the
5887 value that the register would contain if all stack frames farther in
5888 were exited and their saved registers restored. In order to see the
5889 true contents of hardware registers, you must select the innermost
5890 frame (with @samp{frame 0}).
5891
5892 However, @value{GDBN} must deduce where registers are saved, from the machine
5893 code generated by your compiler. If some registers are not saved, or if
5894 @value{GDBN} is unable to locate the saved registers, the selected stack
5895 frame makes no difference.
5896
5897 @node Floating Point Hardware
5898 @section Floating point hardware
5899 @cindex floating point
5900
5901 Depending on the configuration, @value{GDBN} may be able to give
5902 you more information about the status of the floating point hardware.
5903
5904 @table @code
5905 @kindex info float
5906 @item info float
5907 Display hardware-dependent information about the floating
5908 point unit. The exact contents and layout vary depending on the
5909 floating point chip. Currently, @samp{info float} is supported on
5910 the ARM and x86 machines.
5911 @end table
5912
5913 @node Vector Unit
5914 @section Vector Unit
5915 @cindex vector unit
5916
5917 Depending on the configuration, @value{GDBN} may be able to give you
5918 more information about the status of the vector unit.
5919
5920 @table @code
5921 @kindex info vector
5922 @item info vector
5923 Display information about the vector unit. The exact contents and
5924 layout vary depending on the hardware.
5925 @end table
5926
5927 @node Auxiliary Vector
5928 @section Operating system auxiliary vector
5929 @cindex auxiliary vector
5930 @cindex vector, auxiliary
5931
5932 Some operating systems supply an @dfn{auxiliary vector} to programs at
5933 startup. This is akin to the arguments and environment that you
5934 specify for a program, but contains a system-dependent variety of
5935 binary values that tell system libraries important details about the
5936 hardware, operating system, and process. Each value's purpose is
5937 identified by an integer tag; the meanings are well-known but system-specific.
5938 Depending on the configuration and operating system facilities,
5939 @value{GDBN} may be able to show you this information.
5940
5941 @table @code
5942 @kindex info auxv
5943 @item info auxv
5944 Display the auxiliary vector of the inferior, which can be either a
5945 live process or a core dump file. @value{GDBN} prints each tag value
5946 numerically, and also shows names and text descriptions for recognized
5947 tags. Some values in the vector are numbers, some bit masks, and some
5948 pointers to strings or other data. @value{GDBN} displays each value in the
5949 most appropriate form for a recognized tag, and in hexadecimal for
5950 an unrecognized tag.
5951 @end table
5952
5953 @node Memory Region Attributes
5954 @section Memory region attributes
5955 @cindex memory region attributes
5956
5957 @dfn{Memory region attributes} allow you to describe special handling
5958 required by regions of your target's memory. @value{GDBN} uses attributes
5959 to determine whether to allow certain types of memory accesses; whether to
5960 use specific width accesses; and whether to cache target memory.
5961
5962 Defined memory regions can be individually enabled and disabled. When a
5963 memory region is disabled, @value{GDBN} uses the default attributes when
5964 accessing memory in that region. Similarly, if no memory regions have
5965 been defined, @value{GDBN} uses the default attributes when accessing
5966 all memory.
5967
5968 When a memory region is defined, it is given a number to identify it;
5969 to enable, disable, or remove a memory region, you specify that number.
5970
5971 @table @code
5972 @kindex mem
5973 @item mem @var{lower} @var{upper} @var{attributes}@dots{}
5974 Define memory region bounded by @var{lower} and @var{upper} with
5975 attributes @var{attributes}@dots{}. Note that @var{upper} == 0 is a
5976 special case: it is treated as the the target's maximum memory address.
5977 (0xffff on 16 bit targets, 0xffffffff on 32 bit targets, etc.)
5978
5979 @kindex delete mem
5980 @item delete mem @var{nums}@dots{}
5981 Remove memory regions @var{nums}@dots{}.
5982
5983 @kindex disable mem
5984 @item disable mem @var{nums}@dots{}
5985 Disable memory regions @var{nums}@dots{}.
5986 A disabled memory region is not forgotten.
5987 It may be enabled again later.
5988
5989 @kindex enable mem
5990 @item enable mem @var{nums}@dots{}
5991 Enable memory regions @var{nums}@dots{}.
5992
5993 @kindex info mem
5994 @item info mem
5995 Print a table of all defined memory regions, with the following columns
5996 for each region.
5997
5998 @table @emph
5999 @item Memory Region Number
6000 @item Enabled or Disabled.
6001 Enabled memory regions are marked with @samp{y}.
6002 Disabled memory regions are marked with @samp{n}.
6003
6004 @item Lo Address
6005 The address defining the inclusive lower bound of the memory region.
6006
6007 @item Hi Address
6008 The address defining the exclusive upper bound of the memory region.
6009
6010 @item Attributes
6011 The list of attributes set for this memory region.
6012 @end table
6013 @end table
6014
6015
6016 @subsection Attributes
6017
6018 @subsubsection Memory Access Mode
6019 The access mode attributes set whether @value{GDBN} may make read or
6020 write accesses to a memory region.
6021
6022 While these attributes prevent @value{GDBN} from performing invalid
6023 memory accesses, they do nothing to prevent the target system, I/O DMA,
6024 etc. from accessing memory.
6025
6026 @table @code
6027 @item ro
6028 Memory is read only.
6029 @item wo
6030 Memory is write only.
6031 @item rw
6032 Memory is read/write. This is the default.
6033 @end table
6034
6035 @subsubsection Memory Access Size
6036 The acccess size attributes tells @value{GDBN} to use specific sized
6037 accesses in the memory region. Often memory mapped device registers
6038 require specific sized accesses. If no access size attribute is
6039 specified, @value{GDBN} may use accesses of any size.
6040
6041 @table @code
6042 @item 8
6043 Use 8 bit memory accesses.
6044 @item 16
6045 Use 16 bit memory accesses.
6046 @item 32
6047 Use 32 bit memory accesses.
6048 @item 64
6049 Use 64 bit memory accesses.
6050 @end table
6051
6052 @c @subsubsection Hardware/Software Breakpoints
6053 @c The hardware/software breakpoint attributes set whether @value{GDBN}
6054 @c will use hardware or software breakpoints for the internal breakpoints
6055 @c used by the step, next, finish, until, etc. commands.
6056 @c
6057 @c @table @code
6058 @c @item hwbreak
6059 @c Always use hardware breakpoints
6060 @c @item swbreak (default)
6061 @c @end table
6062
6063 @subsubsection Data Cache
6064 The data cache attributes set whether @value{GDBN} will cache target
6065 memory. While this generally improves performance by reducing debug
6066 protocol overhead, it can lead to incorrect results because @value{GDBN}
6067 does not know about volatile variables or memory mapped device
6068 registers.
6069
6070 @table @code
6071 @item cache
6072 Enable @value{GDBN} to cache target memory.
6073 @item nocache
6074 Disable @value{GDBN} from caching target memory. This is the default.
6075 @end table
6076
6077 @c @subsubsection Memory Write Verification
6078 @c The memory write verification attributes set whether @value{GDBN}
6079 @c will re-reads data after each write to verify the write was successful.
6080 @c
6081 @c @table @code
6082 @c @item verify
6083 @c @item noverify (default)
6084 @c @end table
6085
6086 @node Dump/Restore Files
6087 @section Copy between memory and a file
6088 @cindex dump/restore files
6089 @cindex append data to a file
6090 @cindex dump data to a file
6091 @cindex restore data from a file
6092
6093 You can use the commands @code{dump}, @code{append}, and
6094 @code{restore} to copy data between target memory and a file. The
6095 @code{dump} and @code{append} commands write data to a file, and the
6096 @code{restore} command reads data from a file back into the inferior's
6097 memory. Files may be in binary, Motorola S-record, Intel hex, or
6098 Tektronix Hex format; however, @value{GDBN} can only append to binary
6099 files.
6100
6101 @table @code
6102
6103 @kindex dump
6104 @item dump @r{[}@var{format}@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
6105 @itemx dump @r{[}@var{format}@r{]} value @var{filename} @var{expr}
6106 Dump the contents of memory from @var{start_addr} to @var{end_addr},
6107 or the value of @var{expr}, to @var{filename} in the given format.
6108
6109 The @var{format} parameter may be any one of:
6110 @table @code
6111 @item binary
6112 Raw binary form.
6113 @item ihex
6114 Intel hex format.
6115 @item srec
6116 Motorola S-record format.
6117 @item tekhex
6118 Tektronix Hex format.
6119 @end table
6120
6121 @value{GDBN} uses the same definitions of these formats as the
6122 @sc{gnu} binary utilities, like @samp{objdump} and @samp{objcopy}. If
6123 @var{format} is omitted, @value{GDBN} dumps the data in raw binary
6124 form.
6125
6126 @kindex append
6127 @item append @r{[}binary@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
6128 @itemx append @r{[}binary@r{]} value @var{filename} @var{expr}
6129 Append the contents of memory from @var{start_addr} to @var{end_addr},
6130 or the value of @var{expr}, to @var{filename}, in raw binary form.
6131 (@value{GDBN} can only append data to files in raw binary form.)
6132
6133 @kindex restore
6134 @item restore @var{filename} @r{[}binary@r{]} @var{bias} @var{start} @var{end}
6135 Restore the contents of file @var{filename} into memory. The
6136 @code{restore} command can automatically recognize any known @sc{bfd}
6137 file format, except for raw binary. To restore a raw binary file you
6138 must specify the optional keyword @code{binary} after the filename.
6139
6140 If @var{bias} is non-zero, its value will be added to the addresses
6141 contained in the file. Binary files always start at address zero, so
6142 they will be restored at address @var{bias}. Other bfd files have
6143 a built-in location; they will be restored at offset @var{bias}
6144 from that location.
6145
6146 If @var{start} and/or @var{end} are non-zero, then only data between
6147 file offset @var{start} and file offset @var{end} will be restored.
6148 These offsets are relative to the addresses in the file, before
6149 the @var{bias} argument is applied.
6150
6151 @end table
6152
6153 @node Character Sets
6154 @section Character Sets
6155 @cindex character sets
6156 @cindex charset
6157 @cindex translating between character sets
6158 @cindex host character set
6159 @cindex target character set
6160
6161 If the program you are debugging uses a different character set to
6162 represent characters and strings than the one @value{GDBN} uses itself,
6163 @value{GDBN} can automatically translate between the character sets for
6164 you. The character set @value{GDBN} uses we call the @dfn{host
6165 character set}; the one the inferior program uses we call the
6166 @dfn{target character set}.
6167
6168 For example, if you are running @value{GDBN} on a @sc{gnu}/Linux system, which
6169 uses the ISO Latin 1 character set, but you are using @value{GDBN}'s
6170 remote protocol (@pxref{Remote,Remote Debugging}) to debug a program
6171 running on an IBM mainframe, which uses the @sc{ebcdic} character set,
6172 then the host character set is Latin-1, and the target character set is
6173 @sc{ebcdic}. If you give @value{GDBN} the command @code{set
6174 target-charset EBCDIC-US}, then @value{GDBN} translates between
6175 @sc{ebcdic} and Latin 1 as you print character or string values, or use
6176 character and string literals in expressions.
6177
6178 @value{GDBN} has no way to automatically recognize which character set
6179 the inferior program uses; you must tell it, using the @code{set
6180 target-charset} command, described below.
6181
6182 Here are the commands for controlling @value{GDBN}'s character set
6183 support:
6184
6185 @table @code
6186 @item set target-charset @var{charset}
6187 @kindex set target-charset
6188 Set the current target character set to @var{charset}. We list the
6189 character set names @value{GDBN} recognizes below, but if you type
6190 @code{set target-charset} followed by @key{TAB}@key{TAB}, @value{GDBN} will
6191 list the target character sets it supports.
6192 @end table
6193
6194 @table @code
6195 @item set host-charset @var{charset}
6196 @kindex set host-charset
6197 Set the current host character set to @var{charset}.
6198
6199 By default, @value{GDBN} uses a host character set appropriate to the
6200 system it is running on; you can override that default using the
6201 @code{set host-charset} command.
6202
6203 @value{GDBN} can only use certain character sets as its host character
6204 set. We list the character set names @value{GDBN} recognizes below, and
6205 indicate which can be host character sets, but if you type
6206 @code{set target-charset} followed by @key{TAB}@key{TAB}, @value{GDBN} will
6207 list the host character sets it supports.
6208
6209 @item set charset @var{charset}
6210 @kindex set charset
6211 Set the current host and target character sets to @var{charset}. As
6212 above, if you type @code{set charset} followed by @key{TAB}@key{TAB},
6213 @value{GDBN} will list the name of the character sets that can be used
6214 for both host and target.
6215
6216
6217 @item show charset
6218 @kindex show charset
6219 Show the names of the current host and target charsets.
6220
6221 @itemx show host-charset
6222 @kindex show host-charset
6223 Show the name of the current host charset.
6224
6225 @itemx show target-charset
6226 @kindex show target-charset
6227 Show the name of the current target charset.
6228
6229 @end table
6230
6231 @value{GDBN} currently includes support for the following character
6232 sets:
6233
6234 @table @code
6235
6236 @item ASCII
6237 @cindex ASCII character set
6238 Seven-bit U.S. @sc{ascii}. @value{GDBN} can use this as its host
6239 character set.
6240
6241 @item ISO-8859-1
6242 @cindex ISO 8859-1 character set
6243 @cindex ISO Latin 1 character set
6244 The ISO Latin 1 character set. This extends @sc{ascii} with accented
6245 characters needed for French, German, and Spanish. @value{GDBN} can use
6246 this as its host character set.
6247
6248 @item EBCDIC-US
6249 @itemx IBM1047
6250 @cindex EBCDIC character set
6251 @cindex IBM1047 character set
6252 Variants of the @sc{ebcdic} character set, used on some of IBM's
6253 mainframe operating systems. (@sc{gnu}/Linux on the S/390 uses U.S. @sc{ascii}.)
6254 @value{GDBN} cannot use these as its host character set.
6255
6256 @end table
6257
6258 Note that these are all single-byte character sets. More work inside
6259 GDB is needed to support multi-byte or variable-width character
6260 encodings, like the UTF-8 and UCS-2 encodings of Unicode.
6261
6262 Here is an example of @value{GDBN}'s character set support in action.
6263 Assume that the following source code has been placed in the file
6264 @file{charset-test.c}:
6265
6266 @smallexample
6267 #include <stdio.h>
6268
6269 char ascii_hello[]
6270 = @{72, 101, 108, 108, 111, 44, 32, 119,
6271 111, 114, 108, 100, 33, 10, 0@};
6272 char ibm1047_hello[]
6273 = @{200, 133, 147, 147, 150, 107, 64, 166,
6274 150, 153, 147, 132, 90, 37, 0@};
6275
6276 main ()
6277 @{
6278 printf ("Hello, world!\n");
6279 @}
6280 @end smallexample
6281
6282 In this program, @code{ascii_hello} and @code{ibm1047_hello} are arrays
6283 containing the string @samp{Hello, world!} followed by a newline,
6284 encoded in the @sc{ascii} and @sc{ibm1047} character sets.
6285
6286 We compile the program, and invoke the debugger on it:
6287
6288 @smallexample
6289 $ gcc -g charset-test.c -o charset-test
6290 $ gdb -nw charset-test
6291 GNU gdb 2001-12-19-cvs
6292 Copyright 2001 Free Software Foundation, Inc.
6293 @dots{}
6294 (gdb)
6295 @end smallexample
6296
6297 We can use the @code{show charset} command to see what character sets
6298 @value{GDBN} is currently using to interpret and display characters and
6299 strings:
6300
6301 @smallexample
6302 (gdb) show charset
6303 The current host and target character set is `ISO-8859-1'.
6304 (gdb)
6305 @end smallexample
6306
6307 For the sake of printing this manual, let's use @sc{ascii} as our
6308 initial character set:
6309 @smallexample
6310 (gdb) set charset ASCII
6311 (gdb) show charset
6312 The current host and target character set is `ASCII'.
6313 (gdb)
6314 @end smallexample
6315
6316 Let's assume that @sc{ascii} is indeed the correct character set for our
6317 host system --- in other words, let's assume that if @value{GDBN} prints
6318 characters using the @sc{ascii} character set, our terminal will display
6319 them properly. Since our current target character set is also
6320 @sc{ascii}, the contents of @code{ascii_hello} print legibly:
6321
6322 @smallexample
6323 (gdb) print ascii_hello
6324 $1 = 0x401698 "Hello, world!\n"
6325 (gdb) print ascii_hello[0]
6326 $2 = 72 'H'
6327 (gdb)
6328 @end smallexample
6329
6330 @value{GDBN} uses the target character set for character and string
6331 literals you use in expressions:
6332
6333 @smallexample
6334 (gdb) print '+'
6335 $3 = 43 '+'
6336 (gdb)
6337 @end smallexample
6338
6339 The @sc{ascii} character set uses the number 43 to encode the @samp{+}
6340 character.
6341
6342 @value{GDBN} relies on the user to tell it which character set the
6343 target program uses. If we print @code{ibm1047_hello} while our target
6344 character set is still @sc{ascii}, we get jibberish:
6345
6346 @smallexample
6347 (gdb) print ibm1047_hello
6348 $4 = 0x4016a8 "\310\205\223\223\226k@@\246\226\231\223\204Z%"
6349 (gdb) print ibm1047_hello[0]
6350 $5 = 200 '\310'
6351 (gdb)
6352 @end smallexample
6353
6354 If we invoke the @code{set target-charset} followed by @key{TAB}@key{TAB},
6355 @value{GDBN} tells us the character sets it supports:
6356
6357 @smallexample
6358 (gdb) set target-charset
6359 ASCII EBCDIC-US IBM1047 ISO-8859-1
6360 (gdb) set target-charset
6361 @end smallexample
6362
6363 We can select @sc{ibm1047} as our target character set, and examine the
6364 program's strings again. Now the @sc{ascii} string is wrong, but
6365 @value{GDBN} translates the contents of @code{ibm1047_hello} from the
6366 target character set, @sc{ibm1047}, to the host character set,
6367 @sc{ascii}, and they display correctly:
6368
6369 @smallexample
6370 (gdb) set target-charset IBM1047
6371 (gdb) show charset
6372 The current host character set is `ASCII'.
6373 The current target character set is `IBM1047'.
6374 (gdb) print ascii_hello
6375 $6 = 0x401698 "\110\145%%?\054\040\167?\162%\144\041\012"
6376 (gdb) print ascii_hello[0]
6377 $7 = 72 '\110'
6378 (gdb) print ibm1047_hello
6379 $8 = 0x4016a8 "Hello, world!\n"
6380 (gdb) print ibm1047_hello[0]
6381 $9 = 200 'H'
6382 (gdb)
6383 @end smallexample
6384
6385 As above, @value{GDBN} uses the target character set for character and
6386 string literals you use in expressions:
6387
6388 @smallexample
6389 (gdb) print '+'
6390 $10 = 78 '+'
6391 (gdb)
6392 @end smallexample
6393
6394 The @sc{ibm1047} character set uses the number 78 to encode the @samp{+}
6395 character.
6396
6397
6398 @node Macros
6399 @chapter C Preprocessor Macros
6400
6401 Some languages, such as C and C@t{++}, provide a way to define and invoke
6402 ``preprocessor macros'' which expand into strings of tokens.
6403 @value{GDBN} can evaluate expressions containing macro invocations, show
6404 the result of macro expansion, and show a macro's definition, including
6405 where it was defined.
6406
6407 You may need to compile your program specially to provide @value{GDBN}
6408 with information about preprocessor macros. Most compilers do not
6409 include macros in their debugging information, even when you compile
6410 with the @option{-g} flag. @xref{Compilation}.
6411
6412 A program may define a macro at one point, remove that definition later,
6413 and then provide a different definition after that. Thus, at different
6414 points in the program, a macro may have different definitions, or have
6415 no definition at all. If there is a current stack frame, @value{GDBN}
6416 uses the macros in scope at that frame's source code line. Otherwise,
6417 @value{GDBN} uses the macros in scope at the current listing location;
6418 see @ref{List}.
6419
6420 At the moment, @value{GDBN} does not support the @code{##}
6421 token-splicing operator, the @code{#} stringification operator, or
6422 variable-arity macros.
6423
6424 Whenever @value{GDBN} evaluates an expression, it always expands any
6425 macro invocations present in the expression. @value{GDBN} also provides
6426 the following commands for working with macros explicitly.
6427
6428 @table @code
6429
6430 @kindex macro expand
6431 @cindex macro expansion, showing the results of preprocessor
6432 @cindex preprocessor macro expansion, showing the results of
6433 @cindex expanding preprocessor macros
6434 @item macro expand @var{expression}
6435 @itemx macro exp @var{expression}
6436 Show the results of expanding all preprocessor macro invocations in
6437 @var{expression}. Since @value{GDBN} simply expands macros, but does
6438 not parse the result, @var{expression} need not be a valid expression;
6439 it can be any string of tokens.
6440
6441 @kindex macro expand-once
6442 @item macro expand-once @var{expression}
6443 @itemx macro exp1 @var{expression}
6444 @i{(This command is not yet implemented.)} Show the results of
6445 expanding those preprocessor macro invocations that appear explicitly in
6446 @var{expression}. Macro invocations appearing in that expansion are
6447 left unchanged. This command allows you to see the effect of a
6448 particular macro more clearly, without being confused by further
6449 expansions. Since @value{GDBN} simply expands macros, but does not
6450 parse the result, @var{expression} need not be a valid expression; it
6451 can be any string of tokens.
6452
6453 @kindex info macro
6454 @cindex macro definition, showing
6455 @cindex definition, showing a macro's
6456 @item info macro @var{macro}
6457 Show the definition of the macro named @var{macro}, and describe the
6458 source location where that definition was established.
6459
6460 @kindex macro define
6461 @cindex user-defined macros
6462 @cindex defining macros interactively
6463 @cindex macros, user-defined
6464 @item macro define @var{macro} @var{replacement-list}
6465 @itemx macro define @var{macro}(@var{arglist}) @var{replacement-list}
6466 @i{(This command is not yet implemented.)} Introduce a definition for a
6467 preprocessor macro named @var{macro}, invocations of which are replaced
6468 by the tokens given in @var{replacement-list}. The first form of this
6469 command defines an ``object-like'' macro, which takes no arguments; the
6470 second form defines a ``function-like'' macro, which takes the arguments
6471 given in @var{arglist}.
6472
6473 A definition introduced by this command is in scope in every expression
6474 evaluated in @value{GDBN}, until it is removed with the @command{macro
6475 undef} command, described below. The definition overrides all
6476 definitions for @var{macro} present in the program being debugged, as
6477 well as any previous user-supplied definition.
6478
6479 @kindex macro undef
6480 @item macro undef @var{macro}
6481 @i{(This command is not yet implemented.)} Remove any user-supplied
6482 definition for the macro named @var{macro}. This command only affects
6483 definitions provided with the @command{macro define} command, described
6484 above; it cannot remove definitions present in the program being
6485 debugged.
6486
6487 @end table
6488
6489 @cindex macros, example of debugging with
6490 Here is a transcript showing the above commands in action. First, we
6491 show our source files:
6492
6493 @smallexample
6494 $ cat sample.c
6495 #include <stdio.h>
6496 #include "sample.h"
6497
6498 #define M 42
6499 #define ADD(x) (M + x)
6500
6501 main ()
6502 @{
6503 #define N 28
6504 printf ("Hello, world!\n");
6505 #undef N
6506 printf ("We're so creative.\n");
6507 #define N 1729
6508 printf ("Goodbye, world!\n");
6509 @}
6510 $ cat sample.h
6511 #define Q <
6512 $
6513 @end smallexample
6514
6515 Now, we compile the program using the @sc{gnu} C compiler, @value{NGCC}.
6516 We pass the @option{-gdwarf-2} and @option{-g3} flags to ensure the
6517 compiler includes information about preprocessor macros in the debugging
6518 information.
6519
6520 @smallexample
6521 $ gcc -gdwarf-2 -g3 sample.c -o sample
6522 $
6523 @end smallexample
6524
6525 Now, we start @value{GDBN} on our sample program:
6526
6527 @smallexample
6528 $ gdb -nw sample
6529 GNU gdb 2002-05-06-cvs
6530 Copyright 2002 Free Software Foundation, Inc.
6531 GDB is free software, @dots{}
6532 (gdb)
6533 @end smallexample
6534
6535 We can expand macros and examine their definitions, even when the
6536 program is not running. @value{GDBN} uses the current listing position
6537 to decide which macro definitions are in scope:
6538
6539 @smallexample
6540 (gdb) list main
6541 3
6542 4 #define M 42
6543 5 #define ADD(x) (M + x)
6544 6
6545 7 main ()
6546 8 @{
6547 9 #define N 28
6548 10 printf ("Hello, world!\n");
6549 11 #undef N
6550 12 printf ("We're so creative.\n");
6551 (gdb) info macro ADD
6552 Defined at /home/jimb/gdb/macros/play/sample.c:5
6553 #define ADD(x) (M + x)
6554 (gdb) info macro Q
6555 Defined at /home/jimb/gdb/macros/play/sample.h:1
6556 included at /home/jimb/gdb/macros/play/sample.c:2
6557 #define Q <
6558 (gdb) macro expand ADD(1)
6559 expands to: (42 + 1)
6560 (gdb) macro expand-once ADD(1)
6561 expands to: once (M + 1)
6562 (gdb)
6563 @end smallexample
6564
6565 In the example above, note that @command{macro expand-once} expands only
6566 the macro invocation explicit in the original text --- the invocation of
6567 @code{ADD} --- but does not expand the invocation of the macro @code{M},
6568 which was introduced by @code{ADD}.
6569
6570 Once the program is running, GDB uses the macro definitions in force at
6571 the source line of the current stack frame:
6572
6573 @smallexample
6574 (gdb) break main
6575 Breakpoint 1 at 0x8048370: file sample.c, line 10.
6576 (gdb) run
6577 Starting program: /home/jimb/gdb/macros/play/sample
6578
6579 Breakpoint 1, main () at sample.c:10
6580 10 printf ("Hello, world!\n");
6581 (gdb)
6582 @end smallexample
6583
6584 At line 10, the definition of the macro @code{N} at line 9 is in force:
6585
6586 @smallexample
6587 (gdb) info macro N
6588 Defined at /home/jimb/gdb/macros/play/sample.c:9
6589 #define N 28
6590 (gdb) macro expand N Q M
6591 expands to: 28 < 42
6592 (gdb) print N Q M
6593 $1 = 1
6594 (gdb)
6595 @end smallexample
6596
6597 As we step over directives that remove @code{N}'s definition, and then
6598 give it a new definition, @value{GDBN} finds the definition (or lack
6599 thereof) in force at each point:
6600
6601 @smallexample
6602 (gdb) next
6603 Hello, world!
6604 12 printf ("We're so creative.\n");
6605 (gdb) info macro N
6606 The symbol `N' has no definition as a C/C++ preprocessor macro
6607 at /home/jimb/gdb/macros/play/sample.c:12
6608 (gdb) next
6609 We're so creative.
6610 14 printf ("Goodbye, world!\n");
6611 (gdb) info macro N
6612 Defined at /home/jimb/gdb/macros/play/sample.c:13
6613 #define N 1729
6614 (gdb) macro expand N Q M
6615 expands to: 1729 < 42
6616 (gdb) print N Q M
6617 $2 = 0
6618 (gdb)
6619 @end smallexample
6620
6621
6622 @node Tracepoints
6623 @chapter Tracepoints
6624 @c This chapter is based on the documentation written by Michael
6625 @c Snyder, David Taylor, Jim Blandy, and Elena Zannoni.
6626
6627 @cindex tracepoints
6628 In some applications, it is not feasible for the debugger to interrupt
6629 the program's execution long enough for the developer to learn
6630 anything helpful about its behavior. If the program's correctness
6631 depends on its real-time behavior, delays introduced by a debugger
6632 might cause the program to change its behavior drastically, or perhaps
6633 fail, even when the code itself is correct. It is useful to be able
6634 to observe the program's behavior without interrupting it.
6635
6636 Using @value{GDBN}'s @code{trace} and @code{collect} commands, you can
6637 specify locations in the program, called @dfn{tracepoints}, and
6638 arbitrary expressions to evaluate when those tracepoints are reached.
6639 Later, using the @code{tfind} command, you can examine the values
6640 those expressions had when the program hit the tracepoints. The
6641 expressions may also denote objects in memory---structures or arrays,
6642 for example---whose values @value{GDBN} should record; while visiting
6643 a particular tracepoint, you may inspect those objects as if they were
6644 in memory at that moment. However, because @value{GDBN} records these
6645 values without interacting with you, it can do so quickly and
6646 unobtrusively, hopefully not disturbing the program's behavior.
6647
6648 The tracepoint facility is currently available only for remote
6649 targets. @xref{Targets}. In addition, your remote target must know how
6650 to collect trace data. This functionality is implemented in the remote
6651 stub; however, none of the stubs distributed with @value{GDBN} support
6652 tracepoints as of this writing.
6653
6654 This chapter describes the tracepoint commands and features.
6655
6656 @menu
6657 * Set Tracepoints::
6658 * Analyze Collected Data::
6659 * Tracepoint Variables::
6660 @end menu
6661
6662 @node Set Tracepoints
6663 @section Commands to Set Tracepoints
6664
6665 Before running such a @dfn{trace experiment}, an arbitrary number of
6666 tracepoints can be set. Like a breakpoint (@pxref{Set Breaks}), a
6667 tracepoint has a number assigned to it by @value{GDBN}. Like with
6668 breakpoints, tracepoint numbers are successive integers starting from
6669 one. Many of the commands associated with tracepoints take the
6670 tracepoint number as their argument, to identify which tracepoint to
6671 work on.
6672
6673 For each tracepoint, you can specify, in advance, some arbitrary set
6674 of data that you want the target to collect in the trace buffer when
6675 it hits that tracepoint. The collected data can include registers,
6676 local variables, or global data. Later, you can use @value{GDBN}
6677 commands to examine the values these data had at the time the
6678 tracepoint was hit.
6679
6680 This section describes commands to set tracepoints and associated
6681 conditions and actions.
6682
6683 @menu
6684 * Create and Delete Tracepoints::
6685 * Enable and Disable Tracepoints::
6686 * Tracepoint Passcounts::
6687 * Tracepoint Actions::
6688 * Listing Tracepoints::
6689 * Starting and Stopping Trace Experiment::
6690 @end menu
6691
6692 @node Create and Delete Tracepoints
6693 @subsection Create and Delete Tracepoints
6694
6695 @table @code
6696 @cindex set tracepoint
6697 @kindex trace
6698 @item trace
6699 The @code{trace} command is very similar to the @code{break} command.
6700 Its argument can be a source line, a function name, or an address in
6701 the target program. @xref{Set Breaks}. The @code{trace} command
6702 defines a tracepoint, which is a point in the target program where the
6703 debugger will briefly stop, collect some data, and then allow the
6704 program to continue. Setting a tracepoint or changing its commands
6705 doesn't take effect until the next @code{tstart} command; thus, you
6706 cannot change the tracepoint attributes once a trace experiment is
6707 running.
6708
6709 Here are some examples of using the @code{trace} command:
6710
6711 @smallexample
6712 (@value{GDBP}) @b{trace foo.c:121} // a source file and line number
6713
6714 (@value{GDBP}) @b{trace +2} // 2 lines forward
6715
6716 (@value{GDBP}) @b{trace my_function} // first source line of function
6717
6718 (@value{GDBP}) @b{trace *my_function} // EXACT start address of function
6719
6720 (@value{GDBP}) @b{trace *0x2117c4} // an address
6721 @end smallexample
6722
6723 @noindent
6724 You can abbreviate @code{trace} as @code{tr}.
6725
6726 @vindex $tpnum
6727 @cindex last tracepoint number
6728 @cindex recent tracepoint number
6729 @cindex tracepoint number
6730 The convenience variable @code{$tpnum} records the tracepoint number
6731 of the most recently set tracepoint.
6732
6733 @kindex delete tracepoint
6734 @cindex tracepoint deletion
6735 @item delete tracepoint @r{[}@var{num}@r{]}
6736 Permanently delete one or more tracepoints. With no argument, the
6737 default is to delete all tracepoints.
6738
6739 Examples:
6740
6741 @smallexample
6742 (@value{GDBP}) @b{delete trace 1 2 3} // remove three tracepoints
6743
6744 (@value{GDBP}) @b{delete trace} // remove all tracepoints
6745 @end smallexample
6746
6747 @noindent
6748 You can abbreviate this command as @code{del tr}.
6749 @end table
6750
6751 @node Enable and Disable Tracepoints
6752 @subsection Enable and Disable Tracepoints
6753
6754 @table @code
6755 @kindex disable tracepoint
6756 @item disable tracepoint @r{[}@var{num}@r{]}
6757 Disable tracepoint @var{num}, or all tracepoints if no argument
6758 @var{num} is given. A disabled tracepoint will have no effect during
6759 the next trace experiment, but it is not forgotten. You can re-enable
6760 a disabled tracepoint using the @code{enable tracepoint} command.
6761
6762 @kindex enable tracepoint
6763 @item enable tracepoint @r{[}@var{num}@r{]}
6764 Enable tracepoint @var{num}, or all tracepoints. The enabled
6765 tracepoints will become effective the next time a trace experiment is
6766 run.
6767 @end table
6768
6769 @node Tracepoint Passcounts
6770 @subsection Tracepoint Passcounts
6771
6772 @table @code
6773 @kindex passcount
6774 @cindex tracepoint pass count
6775 @item passcount @r{[}@var{n} @r{[}@var{num}@r{]]}
6776 Set the @dfn{passcount} of a tracepoint. The passcount is a way to
6777 automatically stop a trace experiment. If a tracepoint's passcount is
6778 @var{n}, then the trace experiment will be automatically stopped on
6779 the @var{n}'th time that tracepoint is hit. If the tracepoint number
6780 @var{num} is not specified, the @code{passcount} command sets the
6781 passcount of the most recently defined tracepoint. If no passcount is
6782 given, the trace experiment will run until stopped explicitly by the
6783 user.
6784
6785 Examples:
6786
6787 @smallexample
6788 (@value{GDBP}) @b{passcount 5 2} // Stop on the 5th execution of
6789 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// tracepoint 2}
6790
6791 (@value{GDBP}) @b{passcount 12} // Stop on the 12th execution of the
6792 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// most recently defined tracepoint.}
6793 (@value{GDBP}) @b{trace foo}
6794 (@value{GDBP}) @b{pass 3}
6795 (@value{GDBP}) @b{trace bar}
6796 (@value{GDBP}) @b{pass 2}
6797 (@value{GDBP}) @b{trace baz}
6798 (@value{GDBP}) @b{pass 1} // Stop tracing when foo has been
6799 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// executed 3 times OR when bar has}
6800 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// been executed 2 times}
6801 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// OR when baz has been executed 1 time.}
6802 @end smallexample
6803 @end table
6804
6805 @node Tracepoint Actions
6806 @subsection Tracepoint Action Lists
6807
6808 @table @code
6809 @kindex actions
6810 @cindex tracepoint actions
6811 @item actions @r{[}@var{num}@r{]}
6812 This command will prompt for a list of actions to be taken when the
6813 tracepoint is hit. If the tracepoint number @var{num} is not
6814 specified, this command sets the actions for the one that was most
6815 recently defined (so that you can define a tracepoint and then say
6816 @code{actions} without bothering about its number). You specify the
6817 actions themselves on the following lines, one action at a time, and
6818 terminate the actions list with a line containing just @code{end}. So
6819 far, the only defined actions are @code{collect} and
6820 @code{while-stepping}.
6821
6822 @cindex remove actions from a tracepoint
6823 To remove all actions from a tracepoint, type @samp{actions @var{num}}
6824 and follow it immediately with @samp{end}.
6825
6826 @smallexample
6827 (@value{GDBP}) @b{collect @var{data}} // collect some data
6828
6829 (@value{GDBP}) @b{while-stepping 5} // single-step 5 times, collect data
6830
6831 (@value{GDBP}) @b{end} // signals the end of actions.
6832 @end smallexample
6833
6834 In the following example, the action list begins with @code{collect}
6835 commands indicating the things to be collected when the tracepoint is
6836 hit. Then, in order to single-step and collect additional data
6837 following the tracepoint, a @code{while-stepping} command is used,
6838 followed by the list of things to be collected while stepping. The
6839 @code{while-stepping} command is terminated by its own separate
6840 @code{end} command. Lastly, the action list is terminated by an
6841 @code{end} command.
6842
6843 @smallexample
6844 (@value{GDBP}) @b{trace foo}
6845 (@value{GDBP}) @b{actions}
6846 Enter actions for tracepoint 1, one per line:
6847 > collect bar,baz
6848 > collect $regs
6849 > while-stepping 12
6850 > collect $fp, $sp
6851 > end
6852 end
6853 @end smallexample
6854
6855 @kindex collect @r{(tracepoints)}
6856 @item collect @var{expr1}, @var{expr2}, @dots{}
6857 Collect values of the given expressions when the tracepoint is hit.
6858 This command accepts a comma-separated list of any valid expressions.
6859 In addition to global, static, or local variables, the following
6860 special arguments are supported:
6861
6862 @table @code
6863 @item $regs
6864 collect all registers
6865
6866 @item $args
6867 collect all function arguments
6868
6869 @item $locals
6870 collect all local variables.
6871 @end table
6872
6873 You can give several consecutive @code{collect} commands, each one
6874 with a single argument, or one @code{collect} command with several
6875 arguments separated by commas: the effect is the same.
6876
6877 The command @code{info scope} (@pxref{Symbols, info scope}) is
6878 particularly useful for figuring out what data to collect.
6879
6880 @kindex while-stepping @r{(tracepoints)}
6881 @item while-stepping @var{n}
6882 Perform @var{n} single-step traces after the tracepoint, collecting
6883 new data at each step. The @code{while-stepping} command is
6884 followed by the list of what to collect while stepping (followed by
6885 its own @code{end} command):
6886
6887 @smallexample
6888 > while-stepping 12
6889 > collect $regs, myglobal
6890 > end
6891 >
6892 @end smallexample
6893
6894 @noindent
6895 You may abbreviate @code{while-stepping} as @code{ws} or
6896 @code{stepping}.
6897 @end table
6898
6899 @node Listing Tracepoints
6900 @subsection Listing Tracepoints
6901
6902 @table @code
6903 @kindex info tracepoints
6904 @cindex information about tracepoints
6905 @item info tracepoints @r{[}@var{num}@r{]}
6906 Display information about the tracepoint @var{num}. If you don't specify
6907 a tracepoint number, displays information about all the tracepoints
6908 defined so far. For each tracepoint, the following information is
6909 shown:
6910
6911 @itemize @bullet
6912 @item
6913 its number
6914 @item
6915 whether it is enabled or disabled
6916 @item
6917 its address
6918 @item
6919 its passcount as given by the @code{passcount @var{n}} command
6920 @item
6921 its step count as given by the @code{while-stepping @var{n}} command
6922 @item
6923 where in the source files is the tracepoint set
6924 @item
6925 its action list as given by the @code{actions} command
6926 @end itemize
6927
6928 @smallexample
6929 (@value{GDBP}) @b{info trace}
6930 Num Enb Address PassC StepC What
6931 1 y 0x002117c4 0 0 <gdb_asm>
6932 2 y 0x0020dc64 0 0 in g_test at g_test.c:1375
6933 3 y 0x0020b1f4 0 0 in get_data at ../foo.c:41
6934 (@value{GDBP})
6935 @end smallexample
6936
6937 @noindent
6938 This command can be abbreviated @code{info tp}.
6939 @end table
6940
6941 @node Starting and Stopping Trace Experiment
6942 @subsection Starting and Stopping Trace Experiment
6943
6944 @table @code
6945 @kindex tstart
6946 @cindex start a new trace experiment
6947 @cindex collected data discarded
6948 @item tstart
6949 This command takes no arguments. It starts the trace experiment, and
6950 begins collecting data. This has the side effect of discarding all
6951 the data collected in the trace buffer during the previous trace
6952 experiment.
6953
6954 @kindex tstop
6955 @cindex stop a running trace experiment
6956 @item tstop
6957 This command takes no arguments. It ends the trace experiment, and
6958 stops collecting data.
6959
6960 @strong{Note:} a trace experiment and data collection may stop
6961 automatically if any tracepoint's passcount is reached
6962 (@pxref{Tracepoint Passcounts}), or if the trace buffer becomes full.
6963
6964 @kindex tstatus
6965 @cindex status of trace data collection
6966 @cindex trace experiment, status of
6967 @item tstatus
6968 This command displays the status of the current trace data
6969 collection.
6970 @end table
6971
6972 Here is an example of the commands we described so far:
6973
6974 @smallexample
6975 (@value{GDBP}) @b{trace gdb_c_test}
6976 (@value{GDBP}) @b{actions}
6977 Enter actions for tracepoint #1, one per line.
6978 > collect $regs,$locals,$args
6979 > while-stepping 11
6980 > collect $regs
6981 > end
6982 > end
6983 (@value{GDBP}) @b{tstart}
6984 [time passes @dots{}]
6985 (@value{GDBP}) @b{tstop}
6986 @end smallexample
6987
6988
6989 @node Analyze Collected Data
6990 @section Using the collected data
6991
6992 After the tracepoint experiment ends, you use @value{GDBN} commands
6993 for examining the trace data. The basic idea is that each tracepoint
6994 collects a trace @dfn{snapshot} every time it is hit and another
6995 snapshot every time it single-steps. All these snapshots are
6996 consecutively numbered from zero and go into a buffer, and you can
6997 examine them later. The way you examine them is to @dfn{focus} on a
6998 specific trace snapshot. When the remote stub is focused on a trace
6999 snapshot, it will respond to all @value{GDBN} requests for memory and
7000 registers by reading from the buffer which belongs to that snapshot,
7001 rather than from @emph{real} memory or registers of the program being
7002 debugged. This means that @strong{all} @value{GDBN} commands
7003 (@code{print}, @code{info registers}, @code{backtrace}, etc.) will
7004 behave as if we were currently debugging the program state as it was
7005 when the tracepoint occurred. Any requests for data that are not in
7006 the buffer will fail.
7007
7008 @menu
7009 * tfind:: How to select a trace snapshot
7010 * tdump:: How to display all data for a snapshot
7011 * save-tracepoints:: How to save tracepoints for a future run
7012 @end menu
7013
7014 @node tfind
7015 @subsection @code{tfind @var{n}}
7016
7017 @kindex tfind
7018 @cindex select trace snapshot
7019 @cindex find trace snapshot
7020 The basic command for selecting a trace snapshot from the buffer is
7021 @code{tfind @var{n}}, which finds trace snapshot number @var{n},
7022 counting from zero. If no argument @var{n} is given, the next
7023 snapshot is selected.
7024
7025 Here are the various forms of using the @code{tfind} command.
7026
7027 @table @code
7028 @item tfind start
7029 Find the first snapshot in the buffer. This is a synonym for
7030 @code{tfind 0} (since 0 is the number of the first snapshot).
7031
7032 @item tfind none
7033 Stop debugging trace snapshots, resume @emph{live} debugging.
7034
7035 @item tfind end
7036 Same as @samp{tfind none}.
7037
7038 @item tfind
7039 No argument means find the next trace snapshot.
7040
7041 @item tfind -
7042 Find the previous trace snapshot before the current one. This permits
7043 retracing earlier steps.
7044
7045 @item tfind tracepoint @var{num}
7046 Find the next snapshot associated with tracepoint @var{num}. Search
7047 proceeds forward from the last examined trace snapshot. If no
7048 argument @var{num} is given, it means find the next snapshot collected
7049 for the same tracepoint as the current snapshot.
7050
7051 @item tfind pc @var{addr}
7052 Find the next snapshot associated with the value @var{addr} of the
7053 program counter. Search proceeds forward from the last examined trace
7054 snapshot. If no argument @var{addr} is given, it means find the next
7055 snapshot with the same value of PC as the current snapshot.
7056
7057 @item tfind outside @var{addr1}, @var{addr2}
7058 Find the next snapshot whose PC is outside the given range of
7059 addresses.
7060
7061 @item tfind range @var{addr1}, @var{addr2}
7062 Find the next snapshot whose PC is between @var{addr1} and
7063 @var{addr2}. @c FIXME: Is the range inclusive or exclusive?
7064
7065 @item tfind line @r{[}@var{file}:@r{]}@var{n}
7066 Find the next snapshot associated with the source line @var{n}. If
7067 the optional argument @var{file} is given, refer to line @var{n} in
7068 that source file. Search proceeds forward from the last examined
7069 trace snapshot. If no argument @var{n} is given, it means find the
7070 next line other than the one currently being examined; thus saying
7071 @code{tfind line} repeatedly can appear to have the same effect as
7072 stepping from line to line in a @emph{live} debugging session.
7073 @end table
7074
7075 The default arguments for the @code{tfind} commands are specifically
7076 designed to make it easy to scan through the trace buffer. For
7077 instance, @code{tfind} with no argument selects the next trace
7078 snapshot, and @code{tfind -} with no argument selects the previous
7079 trace snapshot. So, by giving one @code{tfind} command, and then
7080 simply hitting @key{RET} repeatedly you can examine all the trace
7081 snapshots in order. Or, by saying @code{tfind -} and then hitting
7082 @key{RET} repeatedly you can examine the snapshots in reverse order.
7083 The @code{tfind line} command with no argument selects the snapshot
7084 for the next source line executed. The @code{tfind pc} command with
7085 no argument selects the next snapshot with the same program counter
7086 (PC) as the current frame. The @code{tfind tracepoint} command with
7087 no argument selects the next trace snapshot collected by the same
7088 tracepoint as the current one.
7089
7090 In addition to letting you scan through the trace buffer manually,
7091 these commands make it easy to construct @value{GDBN} scripts that
7092 scan through the trace buffer and print out whatever collected data
7093 you are interested in. Thus, if we want to examine the PC, FP, and SP
7094 registers from each trace frame in the buffer, we can say this:
7095
7096 @smallexample
7097 (@value{GDBP}) @b{tfind start}
7098 (@value{GDBP}) @b{while ($trace_frame != -1)}
7099 > printf "Frame %d, PC = %08X, SP = %08X, FP = %08X\n", \
7100 $trace_frame, $pc, $sp, $fp
7101 > tfind
7102 > end
7103
7104 Frame 0, PC = 0020DC64, SP = 0030BF3C, FP = 0030BF44
7105 Frame 1, PC = 0020DC6C, SP = 0030BF38, FP = 0030BF44
7106 Frame 2, PC = 0020DC70, SP = 0030BF34, FP = 0030BF44
7107 Frame 3, PC = 0020DC74, SP = 0030BF30, FP = 0030BF44
7108 Frame 4, PC = 0020DC78, SP = 0030BF2C, FP = 0030BF44
7109 Frame 5, PC = 0020DC7C, SP = 0030BF28, FP = 0030BF44
7110 Frame 6, PC = 0020DC80, SP = 0030BF24, FP = 0030BF44
7111 Frame 7, PC = 0020DC84, SP = 0030BF20, FP = 0030BF44
7112 Frame 8, PC = 0020DC88, SP = 0030BF1C, FP = 0030BF44
7113 Frame 9, PC = 0020DC8E, SP = 0030BF18, FP = 0030BF44
7114 Frame 10, PC = 00203F6C, SP = 0030BE3C, FP = 0030BF14
7115 @end smallexample
7116
7117 Or, if we want to examine the variable @code{X} at each source line in
7118 the buffer:
7119
7120 @smallexample
7121 (@value{GDBP}) @b{tfind start}
7122 (@value{GDBP}) @b{while ($trace_frame != -1)}
7123 > printf "Frame %d, X == %d\n", $trace_frame, X
7124 > tfind line
7125 > end
7126
7127 Frame 0, X = 1
7128 Frame 7, X = 2
7129 Frame 13, X = 255
7130 @end smallexample
7131
7132 @node tdump
7133 @subsection @code{tdump}
7134 @kindex tdump
7135 @cindex dump all data collected at tracepoint
7136 @cindex tracepoint data, display
7137
7138 This command takes no arguments. It prints all the data collected at
7139 the current trace snapshot.
7140
7141 @smallexample
7142 (@value{GDBP}) @b{trace 444}
7143 (@value{GDBP}) @b{actions}
7144 Enter actions for tracepoint #2, one per line:
7145 > collect $regs, $locals, $args, gdb_long_test
7146 > end
7147
7148 (@value{GDBP}) @b{tstart}
7149
7150 (@value{GDBP}) @b{tfind line 444}
7151 #0 gdb_test (p1=0x11, p2=0x22, p3=0x33, p4=0x44, p5=0x55, p6=0x66)
7152 at gdb_test.c:444
7153 444 printp( "%s: arguments = 0x%X 0x%X 0x%X 0x%X 0x%X 0x%X\n", )
7154
7155 (@value{GDBP}) @b{tdump}
7156 Data collected at tracepoint 2, trace frame 1:
7157 d0 0xc4aa0085 -995491707
7158 d1 0x18 24
7159 d2 0x80 128
7160 d3 0x33 51
7161 d4 0x71aea3d 119204413
7162 d5 0x22 34
7163 d6 0xe0 224
7164 d7 0x380035 3670069
7165 a0 0x19e24a 1696330
7166 a1 0x3000668 50333288
7167 a2 0x100 256
7168 a3 0x322000 3284992
7169 a4 0x3000698 50333336
7170 a5 0x1ad3cc 1758156
7171 fp 0x30bf3c 0x30bf3c
7172 sp 0x30bf34 0x30bf34
7173 ps 0x0 0
7174 pc 0x20b2c8 0x20b2c8
7175 fpcontrol 0x0 0
7176 fpstatus 0x0 0
7177 fpiaddr 0x0 0
7178 p = 0x20e5b4 "gdb-test"
7179 p1 = (void *) 0x11
7180 p2 = (void *) 0x22
7181 p3 = (void *) 0x33
7182 p4 = (void *) 0x44
7183 p5 = (void *) 0x55
7184 p6 = (void *) 0x66
7185 gdb_long_test = 17 '\021'
7186
7187 (@value{GDBP})
7188 @end smallexample
7189
7190 @node save-tracepoints
7191 @subsection @code{save-tracepoints @var{filename}}
7192 @kindex save-tracepoints
7193 @cindex save tracepoints for future sessions
7194
7195 This command saves all current tracepoint definitions together with
7196 their actions and passcounts, into a file @file{@var{filename}}
7197 suitable for use in a later debugging session. To read the saved
7198 tracepoint definitions, use the @code{source} command (@pxref{Command
7199 Files}).
7200
7201 @node Tracepoint Variables
7202 @section Convenience Variables for Tracepoints
7203 @cindex tracepoint variables
7204 @cindex convenience variables for tracepoints
7205
7206 @table @code
7207 @vindex $trace_frame
7208 @item (int) $trace_frame
7209 The current trace snapshot (a.k.a.@: @dfn{frame}) number, or -1 if no
7210 snapshot is selected.
7211
7212 @vindex $tracepoint
7213 @item (int) $tracepoint
7214 The tracepoint for the current trace snapshot.
7215
7216 @vindex $trace_line
7217 @item (int) $trace_line
7218 The line number for the current trace snapshot.
7219
7220 @vindex $trace_file
7221 @item (char []) $trace_file
7222 The source file for the current trace snapshot.
7223
7224 @vindex $trace_func
7225 @item (char []) $trace_func
7226 The name of the function containing @code{$tracepoint}.
7227 @end table
7228
7229 Note: @code{$trace_file} is not suitable for use in @code{printf},
7230 use @code{output} instead.
7231
7232 Here's a simple example of using these convenience variables for
7233 stepping through all the trace snapshots and printing some of their
7234 data.
7235
7236 @smallexample
7237 (@value{GDBP}) @b{tfind start}
7238
7239 (@value{GDBP}) @b{while $trace_frame != -1}
7240 > output $trace_file
7241 > printf ", line %d (tracepoint #%d)\n", $trace_line, $tracepoint
7242 > tfind
7243 > end
7244 @end smallexample
7245
7246 @node Overlays
7247 @chapter Debugging Programs That Use Overlays
7248 @cindex overlays
7249
7250 If your program is too large to fit completely in your target system's
7251 memory, you can sometimes use @dfn{overlays} to work around this
7252 problem. @value{GDBN} provides some support for debugging programs that
7253 use overlays.
7254
7255 @menu
7256 * How Overlays Work:: A general explanation of overlays.
7257 * Overlay Commands:: Managing overlays in @value{GDBN}.
7258 * Automatic Overlay Debugging:: @value{GDBN} can find out which overlays are
7259 mapped by asking the inferior.
7260 * Overlay Sample Program:: A sample program using overlays.
7261 @end menu
7262
7263 @node How Overlays Work
7264 @section How Overlays Work
7265 @cindex mapped overlays
7266 @cindex unmapped overlays
7267 @cindex load address, overlay's
7268 @cindex mapped address
7269 @cindex overlay area
7270
7271 Suppose you have a computer whose instruction address space is only 64
7272 kilobytes long, but which has much more memory which can be accessed by
7273 other means: special instructions, segment registers, or memory
7274 management hardware, for example. Suppose further that you want to
7275 adapt a program which is larger than 64 kilobytes to run on this system.
7276
7277 One solution is to identify modules of your program which are relatively
7278 independent, and need not call each other directly; call these modules
7279 @dfn{overlays}. Separate the overlays from the main program, and place
7280 their machine code in the larger memory. Place your main program in
7281 instruction memory, but leave at least enough space there to hold the
7282 largest overlay as well.
7283
7284 Now, to call a function located in an overlay, you must first copy that
7285 overlay's machine code from the large memory into the space set aside
7286 for it in the instruction memory, and then jump to its entry point
7287 there.
7288
7289 @c NB: In the below the mapped area's size is greater or equal to the
7290 @c size of all overlays. This is intentional to remind the developer
7291 @c that overlays don't necessarily need to be the same size.
7292
7293 @smallexample
7294 @group
7295 Data Instruction Larger
7296 Address Space Address Space Address Space
7297 +-----------+ +-----------+ +-----------+
7298 | | | | | |
7299 +-----------+ +-----------+ +-----------+<-- overlay 1
7300 | program | | main | .----| overlay 1 | load address
7301 | variables | | program | | +-----------+
7302 | and heap | | | | | |
7303 +-----------+ | | | +-----------+<-- overlay 2
7304 | | +-----------+ | | | load address
7305 +-----------+ | | | .-| overlay 2 |
7306 | | | | | |
7307 mapped --->+-----------+ | | +-----------+
7308 address | | | | | |
7309 | overlay | <-' | | |
7310 | area | <---' +-----------+<-- overlay 3
7311 | | <---. | | load address
7312 +-----------+ `--| overlay 3 |
7313 | | | |
7314 +-----------+ | |
7315 +-----------+
7316 | |
7317 +-----------+
7318
7319 @anchor{A code overlay}A code overlay
7320 @end group
7321 @end smallexample
7322
7323 The diagram (@pxref{A code overlay}) shows a system with separate data
7324 and instruction address spaces. To map an overlay, the program copies
7325 its code from the larger address space to the instruction address space.
7326 Since the overlays shown here all use the same mapped address, only one
7327 may be mapped at a time. For a system with a single address space for
7328 data and instructions, the diagram would be similar, except that the
7329 program variables and heap would share an address space with the main
7330 program and the overlay area.
7331
7332 An overlay loaded into instruction memory and ready for use is called a
7333 @dfn{mapped} overlay; its @dfn{mapped address} is its address in the
7334 instruction memory. An overlay not present (or only partially present)
7335 in instruction memory is called @dfn{unmapped}; its @dfn{load address}
7336 is its address in the larger memory. The mapped address is also called
7337 the @dfn{virtual memory address}, or @dfn{VMA}; the load address is also
7338 called the @dfn{load memory address}, or @dfn{LMA}.
7339
7340 Unfortunately, overlays are not a completely transparent way to adapt a
7341 program to limited instruction memory. They introduce a new set of
7342 global constraints you must keep in mind as you design your program:
7343
7344 @itemize @bullet
7345
7346 @item
7347 Before calling or returning to a function in an overlay, your program
7348 must make sure that overlay is actually mapped. Otherwise, the call or
7349 return will transfer control to the right address, but in the wrong
7350 overlay, and your program will probably crash.
7351
7352 @item
7353 If the process of mapping an overlay is expensive on your system, you
7354 will need to choose your overlays carefully to minimize their effect on
7355 your program's performance.
7356
7357 @item
7358 The executable file you load onto your system must contain each
7359 overlay's instructions, appearing at the overlay's load address, not its
7360 mapped address. However, each overlay's instructions must be relocated
7361 and its symbols defined as if the overlay were at its mapped address.
7362 You can use GNU linker scripts to specify different load and relocation
7363 addresses for pieces of your program; see @ref{Overlay Description,,,
7364 ld.info, Using ld: the GNU linker}.
7365
7366 @item
7367 The procedure for loading executable files onto your system must be able
7368 to load their contents into the larger address space as well as the
7369 instruction and data spaces.
7370
7371 @end itemize
7372
7373 The overlay system described above is rather simple, and could be
7374 improved in many ways:
7375
7376 @itemize @bullet
7377
7378 @item
7379 If your system has suitable bank switch registers or memory management
7380 hardware, you could use those facilities to make an overlay's load area
7381 contents simply appear at their mapped address in instruction space.
7382 This would probably be faster than copying the overlay to its mapped
7383 area in the usual way.
7384
7385 @item
7386 If your overlays are small enough, you could set aside more than one
7387 overlay area, and have more than one overlay mapped at a time.
7388
7389 @item
7390 You can use overlays to manage data, as well as instructions. In
7391 general, data overlays are even less transparent to your design than
7392 code overlays: whereas code overlays only require care when you call or
7393 return to functions, data overlays require care every time you access
7394 the data. Also, if you change the contents of a data overlay, you
7395 must copy its contents back out to its load address before you can copy a
7396 different data overlay into the same mapped area.
7397
7398 @end itemize
7399
7400
7401 @node Overlay Commands
7402 @section Overlay Commands
7403
7404 To use @value{GDBN}'s overlay support, each overlay in your program must
7405 correspond to a separate section of the executable file. The section's
7406 virtual memory address and load memory address must be the overlay's
7407 mapped and load addresses. Identifying overlays with sections allows
7408 @value{GDBN} to determine the appropriate address of a function or
7409 variable, depending on whether the overlay is mapped or not.
7410
7411 @value{GDBN}'s overlay commands all start with the word @code{overlay};
7412 you can abbreviate this as @code{ov} or @code{ovly}. The commands are:
7413
7414 @table @code
7415 @item overlay off
7416 @kindex overlay off
7417 Disable @value{GDBN}'s overlay support. When overlay support is
7418 disabled, @value{GDBN} assumes that all functions and variables are
7419 always present at their mapped addresses. By default, @value{GDBN}'s
7420 overlay support is disabled.
7421
7422 @item overlay manual
7423 @kindex overlay manual
7424 @cindex manual overlay debugging
7425 Enable @dfn{manual} overlay debugging. In this mode, @value{GDBN}
7426 relies on you to tell it which overlays are mapped, and which are not,
7427 using the @code{overlay map-overlay} and @code{overlay unmap-overlay}
7428 commands described below.
7429
7430 @item overlay map-overlay @var{overlay}
7431 @itemx overlay map @var{overlay}
7432 @kindex overlay map-overlay
7433 @cindex map an overlay
7434 Tell @value{GDBN} that @var{overlay} is now mapped; @var{overlay} must
7435 be the name of the object file section containing the overlay. When an
7436 overlay is mapped, @value{GDBN} assumes it can find the overlay's
7437 functions and variables at their mapped addresses. @value{GDBN} assumes
7438 that any other overlays whose mapped ranges overlap that of
7439 @var{overlay} are now unmapped.
7440
7441 @item overlay unmap-overlay @var{overlay}
7442 @itemx overlay unmap @var{overlay}
7443 @kindex overlay unmap-overlay
7444 @cindex unmap an overlay
7445 Tell @value{GDBN} that @var{overlay} is no longer mapped; @var{overlay}
7446 must be the name of the object file section containing the overlay.
7447 When an overlay is unmapped, @value{GDBN} assumes it can find the
7448 overlay's functions and variables at their load addresses.
7449
7450 @item overlay auto
7451 @kindex overlay auto
7452 Enable @dfn{automatic} overlay debugging. In this mode, @value{GDBN}
7453 consults a data structure the overlay manager maintains in the inferior
7454 to see which overlays are mapped. For details, see @ref{Automatic
7455 Overlay Debugging}.
7456
7457 @item overlay load-target
7458 @itemx overlay load
7459 @kindex overlay load-target
7460 @cindex reloading the overlay table
7461 Re-read the overlay table from the inferior. Normally, @value{GDBN}
7462 re-reads the table @value{GDBN} automatically each time the inferior
7463 stops, so this command should only be necessary if you have changed the
7464 overlay mapping yourself using @value{GDBN}. This command is only
7465 useful when using automatic overlay debugging.
7466
7467 @item overlay list-overlays
7468 @itemx overlay list
7469 @cindex listing mapped overlays
7470 Display a list of the overlays currently mapped, along with their mapped
7471 addresses, load addresses, and sizes.
7472
7473 @end table
7474
7475 Normally, when @value{GDBN} prints a code address, it includes the name
7476 of the function the address falls in:
7477
7478 @smallexample
7479 (gdb) print main
7480 $3 = @{int ()@} 0x11a0 <main>
7481 @end smallexample
7482 @noindent
7483 When overlay debugging is enabled, @value{GDBN} recognizes code in
7484 unmapped overlays, and prints the names of unmapped functions with
7485 asterisks around them. For example, if @code{foo} is a function in an
7486 unmapped overlay, @value{GDBN} prints it this way:
7487
7488 @smallexample
7489 (gdb) overlay list
7490 No sections are mapped.
7491 (gdb) print foo
7492 $5 = @{int (int)@} 0x100000 <*foo*>
7493 @end smallexample
7494 @noindent
7495 When @code{foo}'s overlay is mapped, @value{GDBN} prints the function's
7496 name normally:
7497
7498 @smallexample
7499 (gdb) overlay list
7500 Section .ov.foo.text, loaded at 0x100000 - 0x100034,
7501 mapped at 0x1016 - 0x104a
7502 (gdb) print foo
7503 $6 = @{int (int)@} 0x1016 <foo>
7504 @end smallexample
7505
7506 When overlay debugging is enabled, @value{GDBN} can find the correct
7507 address for functions and variables in an overlay, whether or not the
7508 overlay is mapped. This allows most @value{GDBN} commands, like
7509 @code{break} and @code{disassemble}, to work normally, even on unmapped
7510 code. However, @value{GDBN}'s breakpoint support has some limitations:
7511
7512 @itemize @bullet
7513 @item
7514 @cindex breakpoints in overlays
7515 @cindex overlays, setting breakpoints in
7516 You can set breakpoints in functions in unmapped overlays, as long as
7517 @value{GDBN} can write to the overlay at its load address.
7518 @item
7519 @value{GDBN} can not set hardware or simulator-based breakpoints in
7520 unmapped overlays. However, if you set a breakpoint at the end of your
7521 overlay manager (and tell @value{GDBN} which overlays are now mapped, if
7522 you are using manual overlay management), @value{GDBN} will re-set its
7523 breakpoints properly.
7524 @end itemize
7525
7526
7527 @node Automatic Overlay Debugging
7528 @section Automatic Overlay Debugging
7529 @cindex automatic overlay debugging
7530
7531 @value{GDBN} can automatically track which overlays are mapped and which
7532 are not, given some simple co-operation from the overlay manager in the
7533 inferior. If you enable automatic overlay debugging with the
7534 @code{overlay auto} command (@pxref{Overlay Commands}), @value{GDBN}
7535 looks in the inferior's memory for certain variables describing the
7536 current state of the overlays.
7537
7538 Here are the variables your overlay manager must define to support
7539 @value{GDBN}'s automatic overlay debugging:
7540
7541 @table @asis
7542
7543 @item @code{_ovly_table}:
7544 This variable must be an array of the following structures:
7545
7546 @smallexample
7547 struct
7548 @{
7549 /* The overlay's mapped address. */
7550 unsigned long vma;
7551
7552 /* The size of the overlay, in bytes. */
7553 unsigned long size;
7554
7555 /* The overlay's load address. */
7556 unsigned long lma;
7557
7558 /* Non-zero if the overlay is currently mapped;
7559 zero otherwise. */
7560 unsigned long mapped;
7561 @}
7562 @end smallexample
7563
7564 @item @code{_novlys}:
7565 This variable must be a four-byte signed integer, holding the total
7566 number of elements in @code{_ovly_table}.
7567
7568 @end table
7569
7570 To decide whether a particular overlay is mapped or not, @value{GDBN}
7571 looks for an entry in @w{@code{_ovly_table}} whose @code{vma} and
7572 @code{lma} members equal the VMA and LMA of the overlay's section in the
7573 executable file. When @value{GDBN} finds a matching entry, it consults
7574 the entry's @code{mapped} member to determine whether the overlay is
7575 currently mapped.
7576
7577 In addition, your overlay manager may define a function called
7578 @code{_ovly_debug_event}. If this function is defined, @value{GDBN}
7579 will silently set a breakpoint there. If the overlay manager then
7580 calls this function whenever it has changed the overlay table, this
7581 will enable @value{GDBN} to accurately keep track of which overlays
7582 are in program memory, and update any breakpoints that may be set
7583 in overlays. This will allow breakpoints to work even if the
7584 overlays are kept in ROM or other non-writable memory while they
7585 are not being executed.
7586
7587 @node Overlay Sample Program
7588 @section Overlay Sample Program
7589 @cindex overlay example program
7590
7591 When linking a program which uses overlays, you must place the overlays
7592 at their load addresses, while relocating them to run at their mapped
7593 addresses. To do this, you must write a linker script (@pxref{Overlay
7594 Description,,, ld.info, Using ld: the GNU linker}). Unfortunately,
7595 since linker scripts are specific to a particular host system, target
7596 architecture, and target memory layout, this manual cannot provide
7597 portable sample code demonstrating @value{GDBN}'s overlay support.
7598
7599 However, the @value{GDBN} source distribution does contain an overlaid
7600 program, with linker scripts for a few systems, as part of its test
7601 suite. The program consists of the following files from
7602 @file{gdb/testsuite/gdb.base}:
7603
7604 @table @file
7605 @item overlays.c
7606 The main program file.
7607 @item ovlymgr.c
7608 A simple overlay manager, used by @file{overlays.c}.
7609 @item foo.c
7610 @itemx bar.c
7611 @itemx baz.c
7612 @itemx grbx.c
7613 Overlay modules, loaded and used by @file{overlays.c}.
7614 @item d10v.ld
7615 @itemx m32r.ld
7616 Linker scripts for linking the test program on the @code{d10v-elf}
7617 and @code{m32r-elf} targets.
7618 @end table
7619
7620 You can build the test program using the @code{d10v-elf} GCC
7621 cross-compiler like this:
7622
7623 @smallexample
7624 $ d10v-elf-gcc -g -c overlays.c
7625 $ d10v-elf-gcc -g -c ovlymgr.c
7626 $ d10v-elf-gcc -g -c foo.c
7627 $ d10v-elf-gcc -g -c bar.c
7628 $ d10v-elf-gcc -g -c baz.c
7629 $ d10v-elf-gcc -g -c grbx.c
7630 $ d10v-elf-gcc -g overlays.o ovlymgr.o foo.o bar.o \
7631 baz.o grbx.o -Wl,-Td10v.ld -o overlays
7632 @end smallexample
7633
7634 The build process is identical for any other architecture, except that
7635 you must substitute the appropriate compiler and linker script for the
7636 target system for @code{d10v-elf-gcc} and @code{d10v.ld}.
7637
7638
7639 @node Languages
7640 @chapter Using @value{GDBN} with Different Languages
7641 @cindex languages
7642
7643 Although programming languages generally have common aspects, they are
7644 rarely expressed in the same manner. For instance, in ANSI C,
7645 dereferencing a pointer @code{p} is accomplished by @code{*p}, but in
7646 Modula-2, it is accomplished by @code{p^}. Values can also be
7647 represented (and displayed) differently. Hex numbers in C appear as
7648 @samp{0x1ae}, while in Modula-2 they appear as @samp{1AEH}.
7649
7650 @cindex working language
7651 Language-specific information is built into @value{GDBN} for some languages,
7652 allowing you to express operations like the above in your program's
7653 native language, and allowing @value{GDBN} to output values in a manner
7654 consistent with the syntax of your program's native language. The
7655 language you use to build expressions is called the @dfn{working
7656 language}.
7657
7658 @menu
7659 * Setting:: Switching between source languages
7660 * Show:: Displaying the language
7661 * Checks:: Type and range checks
7662 * Support:: Supported languages
7663 * Unsupported languages:: Unsupported languages
7664 @end menu
7665
7666 @node Setting
7667 @section Switching between source languages
7668
7669 There are two ways to control the working language---either have @value{GDBN}
7670 set it automatically, or select it manually yourself. You can use the
7671 @code{set language} command for either purpose. On startup, @value{GDBN}
7672 defaults to setting the language automatically. The working language is
7673 used to determine how expressions you type are interpreted, how values
7674 are printed, etc.
7675
7676 In addition to the working language, every source file that
7677 @value{GDBN} knows about has its own working language. For some object
7678 file formats, the compiler might indicate which language a particular
7679 source file is in. However, most of the time @value{GDBN} infers the
7680 language from the name of the file. The language of a source file
7681 controls whether C@t{++} names are demangled---this way @code{backtrace} can
7682 show each frame appropriately for its own language. There is no way to
7683 set the language of a source file from within @value{GDBN}, but you can
7684 set the language associated with a filename extension. @xref{Show, ,
7685 Displaying the language}.
7686
7687 This is most commonly a problem when you use a program, such
7688 as @code{cfront} or @code{f2c}, that generates C but is written in
7689 another language. In that case, make the
7690 program use @code{#line} directives in its C output; that way
7691 @value{GDBN} will know the correct language of the source code of the original
7692 program, and will display that source code, not the generated C code.
7693
7694 @menu
7695 * Filenames:: Filename extensions and languages.
7696 * Manually:: Setting the working language manually
7697 * Automatically:: Having @value{GDBN} infer the source language
7698 @end menu
7699
7700 @node Filenames
7701 @subsection List of filename extensions and languages
7702
7703 If a source file name ends in one of the following extensions, then
7704 @value{GDBN} infers that its language is the one indicated.
7705
7706 @table @file
7707
7708 @item .c
7709 C source file
7710
7711 @item .C
7712 @itemx .cc
7713 @itemx .cp
7714 @itemx .cpp
7715 @itemx .cxx
7716 @itemx .c++
7717 C@t{++} source file
7718
7719 @item .m
7720 Objective-C source file
7721
7722 @item .f
7723 @itemx .F
7724 Fortran source file
7725
7726 @item .mod
7727 Modula-2 source file
7728
7729 @item .s
7730 @itemx .S
7731 Assembler source file. This actually behaves almost like C, but
7732 @value{GDBN} does not skip over function prologues when stepping.
7733 @end table
7734
7735 In addition, you may set the language associated with a filename
7736 extension. @xref{Show, , Displaying the language}.
7737
7738 @node Manually
7739 @subsection Setting the working language
7740
7741 If you allow @value{GDBN} to set the language automatically,
7742 expressions are interpreted the same way in your debugging session and
7743 your program.
7744
7745 @kindex set language
7746 If you wish, you may set the language manually. To do this, issue the
7747 command @samp{set language @var{lang}}, where @var{lang} is the name of
7748 a language, such as
7749 @code{c} or @code{modula-2}.
7750 For a list of the supported languages, type @samp{set language}.
7751
7752 Setting the language manually prevents @value{GDBN} from updating the working
7753 language automatically. This can lead to confusion if you try
7754 to debug a program when the working language is not the same as the
7755 source language, when an expression is acceptable to both
7756 languages---but means different things. For instance, if the current
7757 source file were written in C, and @value{GDBN} was parsing Modula-2, a
7758 command such as:
7759
7760 @smallexample
7761 print a = b + c
7762 @end smallexample
7763
7764 @noindent
7765 might not have the effect you intended. In C, this means to add
7766 @code{b} and @code{c} and place the result in @code{a}. The result
7767 printed would be the value of @code{a}. In Modula-2, this means to compare
7768 @code{a} to the result of @code{b+c}, yielding a @code{BOOLEAN} value.
7769
7770 @node Automatically
7771 @subsection Having @value{GDBN} infer the source language
7772
7773 To have @value{GDBN} set the working language automatically, use
7774 @samp{set language local} or @samp{set language auto}. @value{GDBN}
7775 then infers the working language. That is, when your program stops in a
7776 frame (usually by encountering a breakpoint), @value{GDBN} sets the
7777 working language to the language recorded for the function in that
7778 frame. If the language for a frame is unknown (that is, if the function
7779 or block corresponding to the frame was defined in a source file that
7780 does not have a recognized extension), the current working language is
7781 not changed, and @value{GDBN} issues a warning.
7782
7783 This may not seem necessary for most programs, which are written
7784 entirely in one source language. However, program modules and libraries
7785 written in one source language can be used by a main program written in
7786 a different source language. Using @samp{set language auto} in this
7787 case frees you from having to set the working language manually.
7788
7789 @node Show
7790 @section Displaying the language
7791
7792 The following commands help you find out which language is the
7793 working language, and also what language source files were written in.
7794
7795 @kindex show language
7796 @kindex info frame@r{, show the source language}
7797 @kindex info source@r{, show the source language}
7798 @table @code
7799 @item show language
7800 Display the current working language. This is the
7801 language you can use with commands such as @code{print} to
7802 build and compute expressions that may involve variables in your program.
7803
7804 @item info frame
7805 Display the source language for this frame. This language becomes the
7806 working language if you use an identifier from this frame.
7807 @xref{Frame Info, ,Information about a frame}, to identify the other
7808 information listed here.
7809
7810 @item info source
7811 Display the source language of this source file.
7812 @xref{Symbols, ,Examining the Symbol Table}, to identify the other
7813 information listed here.
7814 @end table
7815
7816 In unusual circumstances, you may have source files with extensions
7817 not in the standard list. You can then set the extension associated
7818 with a language explicitly:
7819
7820 @kindex set extension-language
7821 @kindex info extensions
7822 @table @code
7823 @item set extension-language @var{.ext} @var{language}
7824 Set source files with extension @var{.ext} to be assumed to be in
7825 the source language @var{language}.
7826
7827 @item info extensions
7828 List all the filename extensions and the associated languages.
7829 @end table
7830
7831 @node Checks
7832 @section Type and range checking
7833
7834 @quotation
7835 @emph{Warning:} In this release, the @value{GDBN} commands for type and range
7836 checking are included, but they do not yet have any effect. This
7837 section documents the intended facilities.
7838 @end quotation
7839 @c FIXME remove warning when type/range code added
7840
7841 Some languages are designed to guard you against making seemingly common
7842 errors through a series of compile- and run-time checks. These include
7843 checking the type of arguments to functions and operators, and making
7844 sure mathematical overflows are caught at run time. Checks such as
7845 these help to ensure a program's correctness once it has been compiled
7846 by eliminating type mismatches, and providing active checks for range
7847 errors when your program is running.
7848
7849 @value{GDBN} can check for conditions like the above if you wish.
7850 Although @value{GDBN} does not check the statements in your program, it
7851 can check expressions entered directly into @value{GDBN} for evaluation via
7852 the @code{print} command, for example. As with the working language,
7853 @value{GDBN} can also decide whether or not to check automatically based on
7854 your program's source language. @xref{Support, ,Supported languages},
7855 for the default settings of supported languages.
7856
7857 @menu
7858 * Type Checking:: An overview of type checking
7859 * Range Checking:: An overview of range checking
7860 @end menu
7861
7862 @cindex type checking
7863 @cindex checks, type
7864 @node Type Checking
7865 @subsection An overview of type checking
7866
7867 Some languages, such as Modula-2, are strongly typed, meaning that the
7868 arguments to operators and functions have to be of the correct type,
7869 otherwise an error occurs. These checks prevent type mismatch
7870 errors from ever causing any run-time problems. For example,
7871
7872 @smallexample
7873 1 + 2 @result{} 3
7874 @exdent but
7875 @error{} 1 + 2.3
7876 @end smallexample
7877
7878 The second example fails because the @code{CARDINAL} 1 is not
7879 type-compatible with the @code{REAL} 2.3.
7880
7881 For the expressions you use in @value{GDBN} commands, you can tell the
7882 @value{GDBN} type checker to skip checking;
7883 to treat any mismatches as errors and abandon the expression;
7884 or to only issue warnings when type mismatches occur,
7885 but evaluate the expression anyway. When you choose the last of
7886 these, @value{GDBN} evaluates expressions like the second example above, but
7887 also issues a warning.
7888
7889 Even if you turn type checking off, there may be other reasons
7890 related to type that prevent @value{GDBN} from evaluating an expression.
7891 For instance, @value{GDBN} does not know how to add an @code{int} and
7892 a @code{struct foo}. These particular type errors have nothing to do
7893 with the language in use, and usually arise from expressions, such as
7894 the one described above, which make little sense to evaluate anyway.
7895
7896 Each language defines to what degree it is strict about type. For
7897 instance, both Modula-2 and C require the arguments to arithmetical
7898 operators to be numbers. In C, enumerated types and pointers can be
7899 represented as numbers, so that they are valid arguments to mathematical
7900 operators. @xref{Support, ,Supported languages}, for further
7901 details on specific languages.
7902
7903 @value{GDBN} provides some additional commands for controlling the type checker:
7904
7905 @kindex set check@r{, type}
7906 @kindex set check type
7907 @kindex show check type
7908 @table @code
7909 @item set check type auto
7910 Set type checking on or off based on the current working language.
7911 @xref{Support, ,Supported languages}, for the default settings for
7912 each language.
7913
7914 @item set check type on
7915 @itemx set check type off
7916 Set type checking on or off, overriding the default setting for the
7917 current working language. Issue a warning if the setting does not
7918 match the language default. If any type mismatches occur in
7919 evaluating an expression while type checking is on, @value{GDBN} prints a
7920 message and aborts evaluation of the expression.
7921
7922 @item set check type warn
7923 Cause the type checker to issue warnings, but to always attempt to
7924 evaluate the expression. Evaluating the expression may still
7925 be impossible for other reasons. For example, @value{GDBN} cannot add
7926 numbers and structures.
7927
7928 @item show type
7929 Show the current setting of the type checker, and whether or not @value{GDBN}
7930 is setting it automatically.
7931 @end table
7932
7933 @cindex range checking
7934 @cindex checks, range
7935 @node Range Checking
7936 @subsection An overview of range checking
7937
7938 In some languages (such as Modula-2), it is an error to exceed the
7939 bounds of a type; this is enforced with run-time checks. Such range
7940 checking is meant to ensure program correctness by making sure
7941 computations do not overflow, or indices on an array element access do
7942 not exceed the bounds of the array.
7943
7944 For expressions you use in @value{GDBN} commands, you can tell
7945 @value{GDBN} to treat range errors in one of three ways: ignore them,
7946 always treat them as errors and abandon the expression, or issue
7947 warnings but evaluate the expression anyway.
7948
7949 A range error can result from numerical overflow, from exceeding an
7950 array index bound, or when you type a constant that is not a member
7951 of any type. Some languages, however, do not treat overflows as an
7952 error. In many implementations of C, mathematical overflow causes the
7953 result to ``wrap around'' to lower values---for example, if @var{m} is
7954 the largest integer value, and @var{s} is the smallest, then
7955
7956 @smallexample
7957 @var{m} + 1 @result{} @var{s}
7958 @end smallexample
7959
7960 This, too, is specific to individual languages, and in some cases
7961 specific to individual compilers or machines. @xref{Support, ,
7962 Supported languages}, for further details on specific languages.
7963
7964 @value{GDBN} provides some additional commands for controlling the range checker:
7965
7966 @kindex set check@r{, range}
7967 @kindex set check range
7968 @kindex show check range
7969 @table @code
7970 @item set check range auto
7971 Set range checking on or off based on the current working language.
7972 @xref{Support, ,Supported languages}, for the default settings for
7973 each language.
7974
7975 @item set check range on
7976 @itemx set check range off
7977 Set range checking on or off, overriding the default setting for the
7978 current working language. A warning is issued if the setting does not
7979 match the language default. If a range error occurs and range checking is on,
7980 then a message is printed and evaluation of the expression is aborted.
7981
7982 @item set check range warn
7983 Output messages when the @value{GDBN} range checker detects a range error,
7984 but attempt to evaluate the expression anyway. Evaluating the
7985 expression may still be impossible for other reasons, such as accessing
7986 memory that the process does not own (a typical example from many Unix
7987 systems).
7988
7989 @item show range
7990 Show the current setting of the range checker, and whether or not it is
7991 being set automatically by @value{GDBN}.
7992 @end table
7993
7994 @node Support
7995 @section Supported languages
7996
7997 @value{GDBN} supports C, C@t{++}, Objective-C, Fortran, Java, assembly, and Modula-2.
7998 @c This is false ...
7999 Some @value{GDBN} features may be used in expressions regardless of the
8000 language you use: the @value{GDBN} @code{@@} and @code{::} operators,
8001 and the @samp{@{type@}addr} construct (@pxref{Expressions,
8002 ,Expressions}) can be used with the constructs of any supported
8003 language.
8004
8005 The following sections detail to what degree each source language is
8006 supported by @value{GDBN}. These sections are not meant to be language
8007 tutorials or references, but serve only as a reference guide to what the
8008 @value{GDBN} expression parser accepts, and what input and output
8009 formats should look like for different languages. There are many good
8010 books written on each of these languages; please look to these for a
8011 language reference or tutorial.
8012
8013 @menu
8014 * C:: C and C@t{++}
8015 * Objective-C:: Objective-C
8016 * Modula-2:: Modula-2
8017 @end menu
8018
8019 @node C
8020 @subsection C and C@t{++}
8021
8022 @cindex C and C@t{++}
8023 @cindex expressions in C or C@t{++}
8024
8025 Since C and C@t{++} are so closely related, many features of @value{GDBN} apply
8026 to both languages. Whenever this is the case, we discuss those languages
8027 together.
8028
8029 @cindex C@t{++}
8030 @cindex @code{g++}, @sc{gnu} C@t{++} compiler
8031 @cindex @sc{gnu} C@t{++}
8032 The C@t{++} debugging facilities are jointly implemented by the C@t{++}
8033 compiler and @value{GDBN}. Therefore, to debug your C@t{++} code
8034 effectively, you must compile your C@t{++} programs with a supported
8035 C@t{++} compiler, such as @sc{gnu} @code{g++}, or the HP ANSI C@t{++}
8036 compiler (@code{aCC}).
8037
8038 For best results when using @sc{gnu} C@t{++}, use the DWARF 2 debugging
8039 format; if it doesn't work on your system, try the stabs+ debugging
8040 format. You can select those formats explicitly with the @code{g++}
8041 command-line options @option{-gdwarf-2} and @option{-gstabs+}.
8042 @xref{Debugging Options,,Options for Debugging Your Program or @sc{gnu}
8043 CC, gcc.info, Using @sc{gnu} CC}.
8044
8045 @menu
8046 * C Operators:: C and C@t{++} operators
8047 * C Constants:: C and C@t{++} constants
8048 * C plus plus expressions:: C@t{++} expressions
8049 * C Defaults:: Default settings for C and C@t{++}
8050 * C Checks:: C and C@t{++} type and range checks
8051 * Debugging C:: @value{GDBN} and C
8052 * Debugging C plus plus:: @value{GDBN} features for C@t{++}
8053 @end menu
8054
8055 @node C Operators
8056 @subsubsection C and C@t{++} operators
8057
8058 @cindex C and C@t{++} operators
8059
8060 Operators must be defined on values of specific types. For instance,
8061 @code{+} is defined on numbers, but not on structures. Operators are
8062 often defined on groups of types.
8063
8064 For the purposes of C and C@t{++}, the following definitions hold:
8065
8066 @itemize @bullet
8067
8068 @item
8069 @emph{Integral types} include @code{int} with any of its storage-class
8070 specifiers; @code{char}; @code{enum}; and, for C@t{++}, @code{bool}.
8071
8072 @item
8073 @emph{Floating-point types} include @code{float}, @code{double}, and
8074 @code{long double} (if supported by the target platform).
8075
8076 @item
8077 @emph{Pointer types} include all types defined as @code{(@var{type} *)}.
8078
8079 @item
8080 @emph{Scalar types} include all of the above.
8081
8082 @end itemize
8083
8084 @noindent
8085 The following operators are supported. They are listed here
8086 in order of increasing precedence:
8087
8088 @table @code
8089 @item ,
8090 The comma or sequencing operator. Expressions in a comma-separated list
8091 are evaluated from left to right, with the result of the entire
8092 expression being the last expression evaluated.
8093
8094 @item =
8095 Assignment. The value of an assignment expression is the value
8096 assigned. Defined on scalar types.
8097
8098 @item @var{op}=
8099 Used in an expression of the form @w{@code{@var{a} @var{op}= @var{b}}},
8100 and translated to @w{@code{@var{a} = @var{a op b}}}.
8101 @w{@code{@var{op}=}} and @code{=} have the same precedence.
8102 @var{op} is any one of the operators @code{|}, @code{^}, @code{&},
8103 @code{<<}, @code{>>}, @code{+}, @code{-}, @code{*}, @code{/}, @code{%}.
8104
8105 @item ?:
8106 The ternary operator. @code{@var{a} ? @var{b} : @var{c}} can be thought
8107 of as: if @var{a} then @var{b} else @var{c}. @var{a} should be of an
8108 integral type.
8109
8110 @item ||
8111 Logical @sc{or}. Defined on integral types.
8112
8113 @item &&
8114 Logical @sc{and}. Defined on integral types.
8115
8116 @item |
8117 Bitwise @sc{or}. Defined on integral types.
8118
8119 @item ^
8120 Bitwise exclusive-@sc{or}. Defined on integral types.
8121
8122 @item &
8123 Bitwise @sc{and}. Defined on integral types.
8124
8125 @item ==@r{, }!=
8126 Equality and inequality. Defined on scalar types. The value of these
8127 expressions is 0 for false and non-zero for true.
8128
8129 @item <@r{, }>@r{, }<=@r{, }>=
8130 Less than, greater than, less than or equal, greater than or equal.
8131 Defined on scalar types. The value of these expressions is 0 for false
8132 and non-zero for true.
8133
8134 @item <<@r{, }>>
8135 left shift, and right shift. Defined on integral types.
8136
8137 @item @@
8138 The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
8139
8140 @item +@r{, }-
8141 Addition and subtraction. Defined on integral types, floating-point types and
8142 pointer types.
8143
8144 @item *@r{, }/@r{, }%
8145 Multiplication, division, and modulus. Multiplication and division are
8146 defined on integral and floating-point types. Modulus is defined on
8147 integral types.
8148
8149 @item ++@r{, }--
8150 Increment and decrement. When appearing before a variable, the
8151 operation is performed before the variable is used in an expression;
8152 when appearing after it, the variable's value is used before the
8153 operation takes place.
8154
8155 @item *
8156 Pointer dereferencing. Defined on pointer types. Same precedence as
8157 @code{++}.
8158
8159 @item &
8160 Address operator. Defined on variables. Same precedence as @code{++}.
8161
8162 For debugging C@t{++}, @value{GDBN} implements a use of @samp{&} beyond what is
8163 allowed in the C@t{++} language itself: you can use @samp{&(&@var{ref})}
8164 (or, if you prefer, simply @samp{&&@var{ref}}) to examine the address
8165 where a C@t{++} reference variable (declared with @samp{&@var{ref}}) is
8166 stored.
8167
8168 @item -
8169 Negative. Defined on integral and floating-point types. Same
8170 precedence as @code{++}.
8171
8172 @item !
8173 Logical negation. Defined on integral types. Same precedence as
8174 @code{++}.
8175
8176 @item ~
8177 Bitwise complement operator. Defined on integral types. Same precedence as
8178 @code{++}.
8179
8180
8181 @item .@r{, }->
8182 Structure member, and pointer-to-structure member. For convenience,
8183 @value{GDBN} regards the two as equivalent, choosing whether to dereference a
8184 pointer based on the stored type information.
8185 Defined on @code{struct} and @code{union} data.
8186
8187 @item .*@r{, }->*
8188 Dereferences of pointers to members.
8189
8190 @item []
8191 Array indexing. @code{@var{a}[@var{i}]} is defined as
8192 @code{*(@var{a}+@var{i})}. Same precedence as @code{->}.
8193
8194 @item ()
8195 Function parameter list. Same precedence as @code{->}.
8196
8197 @item ::
8198 C@t{++} scope resolution operator. Defined on @code{struct}, @code{union},
8199 and @code{class} types.
8200
8201 @item ::
8202 Doubled colons also represent the @value{GDBN} scope operator
8203 (@pxref{Expressions, ,Expressions}). Same precedence as @code{::},
8204 above.
8205 @end table
8206
8207 If an operator is redefined in the user code, @value{GDBN} usually
8208 attempts to invoke the redefined version instead of using the operator's
8209 predefined meaning.
8210
8211 @menu
8212 * C Constants::
8213 @end menu
8214
8215 @node C Constants
8216 @subsubsection C and C@t{++} constants
8217
8218 @cindex C and C@t{++} constants
8219
8220 @value{GDBN} allows you to express the constants of C and C@t{++} in the
8221 following ways:
8222
8223 @itemize @bullet
8224 @item
8225 Integer constants are a sequence of digits. Octal constants are
8226 specified by a leading @samp{0} (i.e.@: zero), and hexadecimal constants
8227 by a leading @samp{0x} or @samp{0X}. Constants may also end with a letter
8228 @samp{l}, specifying that the constant should be treated as a
8229 @code{long} value.
8230
8231 @item
8232 Floating point constants are a sequence of digits, followed by a decimal
8233 point, followed by a sequence of digits, and optionally followed by an
8234 exponent. An exponent is of the form:
8235 @samp{@w{e@r{[[}+@r{]|}-@r{]}@var{nnn}}}, where @var{nnn} is another
8236 sequence of digits. The @samp{+} is optional for positive exponents.
8237 A floating-point constant may also end with a letter @samp{f} or
8238 @samp{F}, specifying that the constant should be treated as being of
8239 the @code{float} (as opposed to the default @code{double}) type; or with
8240 a letter @samp{l} or @samp{L}, which specifies a @code{long double}
8241 constant.
8242
8243 @item
8244 Enumerated constants consist of enumerated identifiers, or their
8245 integral equivalents.
8246
8247 @item
8248 Character constants are a single character surrounded by single quotes
8249 (@code{'}), or a number---the ordinal value of the corresponding character
8250 (usually its @sc{ascii} value). Within quotes, the single character may
8251 be represented by a letter or by @dfn{escape sequences}, which are of
8252 the form @samp{\@var{nnn}}, where @var{nnn} is the octal representation
8253 of the character's ordinal value; or of the form @samp{\@var{x}}, where
8254 @samp{@var{x}} is a predefined special character---for example,
8255 @samp{\n} for newline.
8256
8257 @item
8258 String constants are a sequence of character constants surrounded by
8259 double quotes (@code{"}). Any valid character constant (as described
8260 above) may appear. Double quotes within the string must be preceded by
8261 a backslash, so for instance @samp{"a\"b'c"} is a string of five
8262 characters.
8263
8264 @item
8265 Pointer constants are an integral value. You can also write pointers
8266 to constants using the C operator @samp{&}.
8267
8268 @item
8269 Array constants are comma-separated lists surrounded by braces @samp{@{}
8270 and @samp{@}}; for example, @samp{@{1,2,3@}} is a three-element array of
8271 integers, @samp{@{@{1,2@}, @{3,4@}, @{5,6@}@}} is a three-by-two array,
8272 and @samp{@{&"hi", &"there", &"fred"@}} is a three-element array of pointers.
8273 @end itemize
8274
8275 @menu
8276 * C plus plus expressions::
8277 * C Defaults::
8278 * C Checks::
8279
8280 * Debugging C::
8281 @end menu
8282
8283 @node C plus plus expressions
8284 @subsubsection C@t{++} expressions
8285
8286 @cindex expressions in C@t{++}
8287 @value{GDBN} expression handling can interpret most C@t{++} expressions.
8288
8289 @cindex debugging C@t{++} programs
8290 @cindex C@t{++} compilers
8291 @cindex debug formats and C@t{++}
8292 @cindex @value{NGCC} and C@t{++}
8293 @quotation
8294 @emph{Warning:} @value{GDBN} can only debug C@t{++} code if you use the
8295 proper compiler and the proper debug format. Currently, @value{GDBN}
8296 works best when debugging C@t{++} code that is compiled with
8297 @value{NGCC} 2.95.3 or with @value{NGCC} 3.1 or newer, using the options
8298 @option{-gdwarf-2} or @option{-gstabs+}. DWARF 2 is preferred over
8299 stabs+. Most configurations of @value{NGCC} emit either DWARF 2 or
8300 stabs+ as their default debug format, so you usually don't need to
8301 specify a debug format explicitly. Other compilers and/or debug formats
8302 are likely to work badly or not at all when using @value{GDBN} to debug
8303 C@t{++} code.
8304 @end quotation
8305
8306 @enumerate
8307
8308 @cindex member functions
8309 @item
8310 Member function calls are allowed; you can use expressions like
8311
8312 @smallexample
8313 count = aml->GetOriginal(x, y)
8314 @end smallexample
8315
8316 @vindex this@r{, inside C@t{++} member functions}
8317 @cindex namespace in C@t{++}
8318 @item
8319 While a member function is active (in the selected stack frame), your
8320 expressions have the same namespace available as the member function;
8321 that is, @value{GDBN} allows implicit references to the class instance
8322 pointer @code{this} following the same rules as C@t{++}.
8323
8324 @cindex call overloaded functions
8325 @cindex overloaded functions, calling
8326 @cindex type conversions in C@t{++}
8327 @item
8328 You can call overloaded functions; @value{GDBN} resolves the function
8329 call to the right definition, with some restrictions. @value{GDBN} does not
8330 perform overload resolution involving user-defined type conversions,
8331 calls to constructors, or instantiations of templates that do not exist
8332 in the program. It also cannot handle ellipsis argument lists or
8333 default arguments.
8334
8335 It does perform integral conversions and promotions, floating-point
8336 promotions, arithmetic conversions, pointer conversions, conversions of
8337 class objects to base classes, and standard conversions such as those of
8338 functions or arrays to pointers; it requires an exact match on the
8339 number of function arguments.
8340
8341 Overload resolution is always performed, unless you have specified
8342 @code{set overload-resolution off}. @xref{Debugging C plus plus,
8343 ,@value{GDBN} features for C@t{++}}.
8344
8345 You must specify @code{set overload-resolution off} in order to use an
8346 explicit function signature to call an overloaded function, as in
8347 @smallexample
8348 p 'foo(char,int)'('x', 13)
8349 @end smallexample
8350
8351 The @value{GDBN} command-completion facility can simplify this;
8352 see @ref{Completion, ,Command completion}.
8353
8354 @cindex reference declarations
8355 @item
8356 @value{GDBN} understands variables declared as C@t{++} references; you can use
8357 them in expressions just as you do in C@t{++} source---they are automatically
8358 dereferenced.
8359
8360 In the parameter list shown when @value{GDBN} displays a frame, the values of
8361 reference variables are not displayed (unlike other variables); this
8362 avoids clutter, since references are often used for large structures.
8363 The @emph{address} of a reference variable is always shown, unless
8364 you have specified @samp{set print address off}.
8365
8366 @item
8367 @value{GDBN} supports the C@t{++} name resolution operator @code{::}---your
8368 expressions can use it just as expressions in your program do. Since
8369 one scope may be defined in another, you can use @code{::} repeatedly if
8370 necessary, for example in an expression like
8371 @samp{@var{scope1}::@var{scope2}::@var{name}}. @value{GDBN} also allows
8372 resolving name scope by reference to source files, in both C and C@t{++}
8373 debugging (@pxref{Variables, ,Program variables}).
8374 @end enumerate
8375
8376 In addition, when used with HP's C@t{++} compiler, @value{GDBN} supports
8377 calling virtual functions correctly, printing out virtual bases of
8378 objects, calling functions in a base subobject, casting objects, and
8379 invoking user-defined operators.
8380
8381 @node C Defaults
8382 @subsubsection C and C@t{++} defaults
8383
8384 @cindex C and C@t{++} defaults
8385
8386 If you allow @value{GDBN} to set type and range checking automatically, they
8387 both default to @code{off} whenever the working language changes to
8388 C or C@t{++}. This happens regardless of whether you or @value{GDBN}
8389 selects the working language.
8390
8391 If you allow @value{GDBN} to set the language automatically, it
8392 recognizes source files whose names end with @file{.c}, @file{.C}, or
8393 @file{.cc}, etc, and when @value{GDBN} enters code compiled from one of
8394 these files, it sets the working language to C or C@t{++}.
8395 @xref{Automatically, ,Having @value{GDBN} infer the source language},
8396 for further details.
8397
8398 @c Type checking is (a) primarily motivated by Modula-2, and (b)
8399 @c unimplemented. If (b) changes, it might make sense to let this node
8400 @c appear even if Mod-2 does not, but meanwhile ignore it. roland 16jul93.
8401
8402 @node C Checks
8403 @subsubsection C and C@t{++} type and range checks
8404
8405 @cindex C and C@t{++} checks
8406
8407 By default, when @value{GDBN} parses C or C@t{++} expressions, type checking
8408 is not used. However, if you turn type checking on, @value{GDBN}
8409 considers two variables type equivalent if:
8410
8411 @itemize @bullet
8412 @item
8413 The two variables are structured and have the same structure, union, or
8414 enumerated tag.
8415
8416 @item
8417 The two variables have the same type name, or types that have been
8418 declared equivalent through @code{typedef}.
8419
8420 @ignore
8421 @c leaving this out because neither J Gilmore nor R Pesch understand it.
8422 @c FIXME--beers?
8423 @item
8424 The two @code{struct}, @code{union}, or @code{enum} variables are
8425 declared in the same declaration. (Note: this may not be true for all C
8426 compilers.)
8427 @end ignore
8428 @end itemize
8429
8430 Range checking, if turned on, is done on mathematical operations. Array
8431 indices are not checked, since they are often used to index a pointer
8432 that is not itself an array.
8433
8434 @node Debugging C
8435 @subsubsection @value{GDBN} and C
8436
8437 The @code{set print union} and @code{show print union} commands apply to
8438 the @code{union} type. When set to @samp{on}, any @code{union} that is
8439 inside a @code{struct} or @code{class} is also printed. Otherwise, it
8440 appears as @samp{@{...@}}.
8441
8442 The @code{@@} operator aids in the debugging of dynamic arrays, formed
8443 with pointers and a memory allocation function. @xref{Expressions,
8444 ,Expressions}.
8445
8446 @menu
8447 * Debugging C plus plus::
8448 @end menu
8449
8450 @node Debugging C plus plus
8451 @subsubsection @value{GDBN} features for C@t{++}
8452
8453 @cindex commands for C@t{++}
8454
8455 Some @value{GDBN} commands are particularly useful with C@t{++}, and some are
8456 designed specifically for use with C@t{++}. Here is a summary:
8457
8458 @table @code
8459 @cindex break in overloaded functions
8460 @item @r{breakpoint menus}
8461 When you want a breakpoint in a function whose name is overloaded,
8462 @value{GDBN} breakpoint menus help you specify which function definition
8463 you want. @xref{Breakpoint Menus,,Breakpoint menus}.
8464
8465 @cindex overloading in C@t{++}
8466 @item rbreak @var{regex}
8467 Setting breakpoints using regular expressions is helpful for setting
8468 breakpoints on overloaded functions that are not members of any special
8469 classes.
8470 @xref{Set Breaks, ,Setting breakpoints}.
8471
8472 @cindex C@t{++} exception handling
8473 @item catch throw
8474 @itemx catch catch
8475 Debug C@t{++} exception handling using these commands. @xref{Set
8476 Catchpoints, , Setting catchpoints}.
8477
8478 @cindex inheritance
8479 @item ptype @var{typename}
8480 Print inheritance relationships as well as other information for type
8481 @var{typename}.
8482 @xref{Symbols, ,Examining the Symbol Table}.
8483
8484 @cindex C@t{++} symbol display
8485 @item set print demangle
8486 @itemx show print demangle
8487 @itemx set print asm-demangle
8488 @itemx show print asm-demangle
8489 Control whether C@t{++} symbols display in their source form, both when
8490 displaying code as C@t{++} source and when displaying disassemblies.
8491 @xref{Print Settings, ,Print settings}.
8492
8493 @item set print object
8494 @itemx show print object
8495 Choose whether to print derived (actual) or declared types of objects.
8496 @xref{Print Settings, ,Print settings}.
8497
8498 @item set print vtbl
8499 @itemx show print vtbl
8500 Control the format for printing virtual function tables.
8501 @xref{Print Settings, ,Print settings}.
8502 (The @code{vtbl} commands do not work on programs compiled with the HP
8503 ANSI C@t{++} compiler (@code{aCC}).)
8504
8505 @kindex set overload-resolution
8506 @cindex overloaded functions, overload resolution
8507 @item set overload-resolution on
8508 Enable overload resolution for C@t{++} expression evaluation. The default
8509 is on. For overloaded functions, @value{GDBN} evaluates the arguments
8510 and searches for a function whose signature matches the argument types,
8511 using the standard C@t{++} conversion rules (see @ref{C plus plus expressions, ,C@t{++}
8512 expressions}, for details). If it cannot find a match, it emits a
8513 message.
8514
8515 @item set overload-resolution off
8516 Disable overload resolution for C@t{++} expression evaluation. For
8517 overloaded functions that are not class member functions, @value{GDBN}
8518 chooses the first function of the specified name that it finds in the
8519 symbol table, whether or not its arguments are of the correct type. For
8520 overloaded functions that are class member functions, @value{GDBN}
8521 searches for a function whose signature @emph{exactly} matches the
8522 argument types.
8523
8524 @item @r{Overloaded symbol names}
8525 You can specify a particular definition of an overloaded symbol, using
8526 the same notation that is used to declare such symbols in C@t{++}: type
8527 @code{@var{symbol}(@var{types})} rather than just @var{symbol}. You can
8528 also use the @value{GDBN} command-line word completion facilities to list the
8529 available choices, or to finish the type list for you.
8530 @xref{Completion,, Command completion}, for details on how to do this.
8531 @end table
8532
8533 @node Objective-C
8534 @subsection Objective-C
8535
8536 @cindex Objective-C
8537 This section provides information about some commands and command
8538 options that are useful for debugging Objective-C code.
8539
8540 @menu
8541 * Method Names in Commands::
8542 * The Print Command with Objective-C::
8543 @end menu
8544
8545 @node Method Names in Commands, The Print Command with Objective-C, Objective-C, Objective-C
8546 @subsubsection Method Names in Commands
8547
8548 The following commands have been extended to accept Objective-C method
8549 names as line specifications:
8550
8551 @kindex clear@r{, and Objective-C}
8552 @kindex break@r{, and Objective-C}
8553 @kindex info line@r{, and Objective-C}
8554 @kindex jump@r{, and Objective-C}
8555 @kindex list@r{, and Objective-C}
8556 @itemize
8557 @item @code{clear}
8558 @item @code{break}
8559 @item @code{info line}
8560 @item @code{jump}
8561 @item @code{list}
8562 @end itemize
8563
8564 A fully qualified Objective-C method name is specified as
8565
8566 @smallexample
8567 -[@var{Class} @var{methodName}]
8568 @end smallexample
8569
8570 where the minus sign is used to indicate an instance method and a
8571 plus sign (not shown) is used to indicate a class method. The class
8572 name @var{Class} and method name @var{methodName} are enclosed in
8573 brackets, similar to the way messages are specified in Objective-C
8574 source code. For example, to set a breakpoint at the @code{create}
8575 instance method of class @code{Fruit} in the program currently being
8576 debugged, enter:
8577
8578 @smallexample
8579 break -[Fruit create]
8580 @end smallexample
8581
8582 To list ten program lines around the @code{initialize} class method,
8583 enter:
8584
8585 @smallexample
8586 list +[NSText initialize]
8587 @end smallexample
8588
8589 In the current version of @value{GDBN}, the plus or minus sign is
8590 required. In future versions of @value{GDBN}, the plus or minus
8591 sign will be optional, but you can use it to narrow the search. It
8592 is also possible to specify just a method name:
8593
8594 @smallexample
8595 break create
8596 @end smallexample
8597
8598 You must specify the complete method name, including any colons. If
8599 your program's source files contain more than one @code{create} method,
8600 you'll be presented with a numbered list of classes that implement that
8601 method. Indicate your choice by number, or type @samp{0} to exit if
8602 none apply.
8603
8604 As another example, to clear a breakpoint established at the
8605 @code{makeKeyAndOrderFront:} method of the @code{NSWindow} class, enter:
8606
8607 @smallexample
8608 clear -[NSWindow makeKeyAndOrderFront:]
8609 @end smallexample
8610
8611 @node The Print Command with Objective-C
8612 @subsubsection The Print Command With Objective-C
8613 @kindex print-object
8614 @kindex po @r{(@code{print-object})}
8615
8616 The print command has also been extended to accept methods. For example:
8617
8618 @smallexample
8619 print -[@var{object} hash]
8620 @end smallexample
8621
8622 @cindex print an Objective-C object description
8623 @cindex @code{_NSPrintForDebugger}, and printing Objective-C objects
8624 @noindent
8625 will tell @value{GDBN} to send the @code{hash} message to @var{object}
8626 and print the result. Also, an additional command has been added,
8627 @code{print-object} or @code{po} for short, which is meant to print
8628 the description of an object. However, this command may only work
8629 with certain Objective-C libraries that have a particular hook
8630 function, @code{_NSPrintForDebugger}, defined.
8631
8632 @node Modula-2, , Objective-C, Support
8633 @subsection Modula-2
8634
8635 @cindex Modula-2, @value{GDBN} support
8636
8637 The extensions made to @value{GDBN} to support Modula-2 only support
8638 output from the @sc{gnu} Modula-2 compiler (which is currently being
8639 developed). Other Modula-2 compilers are not currently supported, and
8640 attempting to debug executables produced by them is most likely
8641 to give an error as @value{GDBN} reads in the executable's symbol
8642 table.
8643
8644 @cindex expressions in Modula-2
8645 @menu
8646 * M2 Operators:: Built-in operators
8647 * Built-In Func/Proc:: Built-in functions and procedures
8648 * M2 Constants:: Modula-2 constants
8649 * M2 Defaults:: Default settings for Modula-2
8650 * Deviations:: Deviations from standard Modula-2
8651 * M2 Checks:: Modula-2 type and range checks
8652 * M2 Scope:: The scope operators @code{::} and @code{.}
8653 * GDB/M2:: @value{GDBN} and Modula-2
8654 @end menu
8655
8656 @node M2 Operators
8657 @subsubsection Operators
8658 @cindex Modula-2 operators
8659
8660 Operators must be defined on values of specific types. For instance,
8661 @code{+} is defined on numbers, but not on structures. Operators are
8662 often defined on groups of types. For the purposes of Modula-2, the
8663 following definitions hold:
8664
8665 @itemize @bullet
8666
8667 @item
8668 @emph{Integral types} consist of @code{INTEGER}, @code{CARDINAL}, and
8669 their subranges.
8670
8671 @item
8672 @emph{Character types} consist of @code{CHAR} and its subranges.
8673
8674 @item
8675 @emph{Floating-point types} consist of @code{REAL}.
8676
8677 @item
8678 @emph{Pointer types} consist of anything declared as @code{POINTER TO
8679 @var{type}}.
8680
8681 @item
8682 @emph{Scalar types} consist of all of the above.
8683
8684 @item
8685 @emph{Set types} consist of @code{SET} and @code{BITSET} types.
8686
8687 @item
8688 @emph{Boolean types} consist of @code{BOOLEAN}.
8689 @end itemize
8690
8691 @noindent
8692 The following operators are supported, and appear in order of
8693 increasing precedence:
8694
8695 @table @code
8696 @item ,
8697 Function argument or array index separator.
8698
8699 @item :=
8700 Assignment. The value of @var{var} @code{:=} @var{value} is
8701 @var{value}.
8702
8703 @item <@r{, }>
8704 Less than, greater than on integral, floating-point, or enumerated
8705 types.
8706
8707 @item <=@r{, }>=
8708 Less than or equal to, greater than or equal to
8709 on integral, floating-point and enumerated types, or set inclusion on
8710 set types. Same precedence as @code{<}.
8711
8712 @item =@r{, }<>@r{, }#
8713 Equality and two ways of expressing inequality, valid on scalar types.
8714 Same precedence as @code{<}. In @value{GDBN} scripts, only @code{<>} is
8715 available for inequality, since @code{#} conflicts with the script
8716 comment character.
8717
8718 @item IN
8719 Set membership. Defined on set types and the types of their members.
8720 Same precedence as @code{<}.
8721
8722 @item OR
8723 Boolean disjunction. Defined on boolean types.
8724
8725 @item AND@r{, }&
8726 Boolean conjunction. Defined on boolean types.
8727
8728 @item @@
8729 The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
8730
8731 @item +@r{, }-
8732 Addition and subtraction on integral and floating-point types, or union
8733 and difference on set types.
8734
8735 @item *
8736 Multiplication on integral and floating-point types, or set intersection
8737 on set types.
8738
8739 @item /
8740 Division on floating-point types, or symmetric set difference on set
8741 types. Same precedence as @code{*}.
8742
8743 @item DIV@r{, }MOD
8744 Integer division and remainder. Defined on integral types. Same
8745 precedence as @code{*}.
8746
8747 @item -
8748 Negative. Defined on @code{INTEGER} and @code{REAL} data.
8749
8750 @item ^
8751 Pointer dereferencing. Defined on pointer types.
8752
8753 @item NOT
8754 Boolean negation. Defined on boolean types. Same precedence as
8755 @code{^}.
8756
8757 @item .
8758 @code{RECORD} field selector. Defined on @code{RECORD} data. Same
8759 precedence as @code{^}.
8760
8761 @item []
8762 Array indexing. Defined on @code{ARRAY} data. Same precedence as @code{^}.
8763
8764 @item ()
8765 Procedure argument list. Defined on @code{PROCEDURE} objects. Same precedence
8766 as @code{^}.
8767
8768 @item ::@r{, }.
8769 @value{GDBN} and Modula-2 scope operators.
8770 @end table
8771
8772 @quotation
8773 @emph{Warning:} Sets and their operations are not yet supported, so @value{GDBN}
8774 treats the use of the operator @code{IN}, or the use of operators
8775 @code{+}, @code{-}, @code{*}, @code{/}, @code{=}, , @code{<>}, @code{#},
8776 @code{<=}, and @code{>=} on sets as an error.
8777 @end quotation
8778
8779
8780 @node Built-In Func/Proc
8781 @subsubsection Built-in functions and procedures
8782 @cindex Modula-2 built-ins
8783
8784 Modula-2 also makes available several built-in procedures and functions.
8785 In describing these, the following metavariables are used:
8786
8787 @table @var
8788
8789 @item a
8790 represents an @code{ARRAY} variable.
8791
8792 @item c
8793 represents a @code{CHAR} constant or variable.
8794
8795 @item i
8796 represents a variable or constant of integral type.
8797
8798 @item m
8799 represents an identifier that belongs to a set. Generally used in the
8800 same function with the metavariable @var{s}. The type of @var{s} should
8801 be @code{SET OF @var{mtype}} (where @var{mtype} is the type of @var{m}).
8802
8803 @item n
8804 represents a variable or constant of integral or floating-point type.
8805
8806 @item r
8807 represents a variable or constant of floating-point type.
8808
8809 @item t
8810 represents a type.
8811
8812 @item v
8813 represents a variable.
8814
8815 @item x
8816 represents a variable or constant of one of many types. See the
8817 explanation of the function for details.
8818 @end table
8819
8820 All Modula-2 built-in procedures also return a result, described below.
8821
8822 @table @code
8823 @item ABS(@var{n})
8824 Returns the absolute value of @var{n}.
8825
8826 @item CAP(@var{c})
8827 If @var{c} is a lower case letter, it returns its upper case
8828 equivalent, otherwise it returns its argument.
8829
8830 @item CHR(@var{i})
8831 Returns the character whose ordinal value is @var{i}.
8832
8833 @item DEC(@var{v})
8834 Decrements the value in the variable @var{v} by one. Returns the new value.
8835
8836 @item DEC(@var{v},@var{i})
8837 Decrements the value in the variable @var{v} by @var{i}. Returns the
8838 new value.
8839
8840 @item EXCL(@var{m},@var{s})
8841 Removes the element @var{m} from the set @var{s}. Returns the new
8842 set.
8843
8844 @item FLOAT(@var{i})
8845 Returns the floating point equivalent of the integer @var{i}.
8846
8847 @item HIGH(@var{a})
8848 Returns the index of the last member of @var{a}.
8849
8850 @item INC(@var{v})
8851 Increments the value in the variable @var{v} by one. Returns the new value.
8852
8853 @item INC(@var{v},@var{i})
8854 Increments the value in the variable @var{v} by @var{i}. Returns the
8855 new value.
8856
8857 @item INCL(@var{m},@var{s})
8858 Adds the element @var{m} to the set @var{s} if it is not already
8859 there. Returns the new set.
8860
8861 @item MAX(@var{t})
8862 Returns the maximum value of the type @var{t}.
8863
8864 @item MIN(@var{t})
8865 Returns the minimum value of the type @var{t}.
8866
8867 @item ODD(@var{i})
8868 Returns boolean TRUE if @var{i} is an odd number.
8869
8870 @item ORD(@var{x})
8871 Returns the ordinal value of its argument. For example, the ordinal
8872 value of a character is its @sc{ascii} value (on machines supporting the
8873 @sc{ascii} character set). @var{x} must be of an ordered type, which include
8874 integral, character and enumerated types.
8875
8876 @item SIZE(@var{x})
8877 Returns the size of its argument. @var{x} can be a variable or a type.
8878
8879 @item TRUNC(@var{r})
8880 Returns the integral part of @var{r}.
8881
8882 @item VAL(@var{t},@var{i})
8883 Returns the member of the type @var{t} whose ordinal value is @var{i}.
8884 @end table
8885
8886 @quotation
8887 @emph{Warning:} Sets and their operations are not yet supported, so
8888 @value{GDBN} treats the use of procedures @code{INCL} and @code{EXCL} as
8889 an error.
8890 @end quotation
8891
8892 @cindex Modula-2 constants
8893 @node M2 Constants
8894 @subsubsection Constants
8895
8896 @value{GDBN} allows you to express the constants of Modula-2 in the following
8897 ways:
8898
8899 @itemize @bullet
8900
8901 @item
8902 Integer constants are simply a sequence of digits. When used in an
8903 expression, a constant is interpreted to be type-compatible with the
8904 rest of the expression. Hexadecimal integers are specified by a
8905 trailing @samp{H}, and octal integers by a trailing @samp{B}.
8906
8907 @item
8908 Floating point constants appear as a sequence of digits, followed by a
8909 decimal point and another sequence of digits. An optional exponent can
8910 then be specified, in the form @samp{E@r{[}+@r{|}-@r{]}@var{nnn}}, where
8911 @samp{@r{[}+@r{|}-@r{]}@var{nnn}} is the desired exponent. All of the
8912 digits of the floating point constant must be valid decimal (base 10)
8913 digits.
8914
8915 @item
8916 Character constants consist of a single character enclosed by a pair of
8917 like quotes, either single (@code{'}) or double (@code{"}). They may
8918 also be expressed by their ordinal value (their @sc{ascii} value, usually)
8919 followed by a @samp{C}.
8920
8921 @item
8922 String constants consist of a sequence of characters enclosed by a
8923 pair of like quotes, either single (@code{'}) or double (@code{"}).
8924 Escape sequences in the style of C are also allowed. @xref{C
8925 Constants, ,C and C@t{++} constants}, for a brief explanation of escape
8926 sequences.
8927
8928 @item
8929 Enumerated constants consist of an enumerated identifier.
8930
8931 @item
8932 Boolean constants consist of the identifiers @code{TRUE} and
8933 @code{FALSE}.
8934
8935 @item
8936 Pointer constants consist of integral values only.
8937
8938 @item
8939 Set constants are not yet supported.
8940 @end itemize
8941
8942 @node M2 Defaults
8943 @subsubsection Modula-2 defaults
8944 @cindex Modula-2 defaults
8945
8946 If type and range checking are set automatically by @value{GDBN}, they
8947 both default to @code{on} whenever the working language changes to
8948 Modula-2. This happens regardless of whether you or @value{GDBN}
8949 selected the working language.
8950
8951 If you allow @value{GDBN} to set the language automatically, then entering
8952 code compiled from a file whose name ends with @file{.mod} sets the
8953 working language to Modula-2. @xref{Automatically, ,Having @value{GDBN} set
8954 the language automatically}, for further details.
8955
8956 @node Deviations
8957 @subsubsection Deviations from standard Modula-2
8958 @cindex Modula-2, deviations from
8959
8960 A few changes have been made to make Modula-2 programs easier to debug.
8961 This is done primarily via loosening its type strictness:
8962
8963 @itemize @bullet
8964 @item
8965 Unlike in standard Modula-2, pointer constants can be formed by
8966 integers. This allows you to modify pointer variables during
8967 debugging. (In standard Modula-2, the actual address contained in a
8968 pointer variable is hidden from you; it can only be modified
8969 through direct assignment to another pointer variable or expression that
8970 returned a pointer.)
8971
8972 @item
8973 C escape sequences can be used in strings and characters to represent
8974 non-printable characters. @value{GDBN} prints out strings with these
8975 escape sequences embedded. Single non-printable characters are
8976 printed using the @samp{CHR(@var{nnn})} format.
8977
8978 @item
8979 The assignment operator (@code{:=}) returns the value of its right-hand
8980 argument.
8981
8982 @item
8983 All built-in procedures both modify @emph{and} return their argument.
8984 @end itemize
8985
8986 @node M2 Checks
8987 @subsubsection Modula-2 type and range checks
8988 @cindex Modula-2 checks
8989
8990 @quotation
8991 @emph{Warning:} in this release, @value{GDBN} does not yet perform type or
8992 range checking.
8993 @end quotation
8994 @c FIXME remove warning when type/range checks added
8995
8996 @value{GDBN} considers two Modula-2 variables type equivalent if:
8997
8998 @itemize @bullet
8999 @item
9000 They are of types that have been declared equivalent via a @code{TYPE
9001 @var{t1} = @var{t2}} statement
9002
9003 @item
9004 They have been declared on the same line. (Note: This is true of the
9005 @sc{gnu} Modula-2 compiler, but it may not be true of other compilers.)
9006 @end itemize
9007
9008 As long as type checking is enabled, any attempt to combine variables
9009 whose types are not equivalent is an error.
9010
9011 Range checking is done on all mathematical operations, assignment, array
9012 index bounds, and all built-in functions and procedures.
9013
9014 @node M2 Scope
9015 @subsubsection The scope operators @code{::} and @code{.}
9016 @cindex scope
9017 @cindex @code{.}, Modula-2 scope operator
9018 @cindex colon, doubled as scope operator
9019 @ifinfo
9020 @vindex colon-colon@r{, in Modula-2}
9021 @c Info cannot handle :: but TeX can.
9022 @end ifinfo
9023 @iftex
9024 @vindex ::@r{, in Modula-2}
9025 @end iftex
9026
9027 There are a few subtle differences between the Modula-2 scope operator
9028 (@code{.}) and the @value{GDBN} scope operator (@code{::}). The two have
9029 similar syntax:
9030
9031 @smallexample
9032
9033 @var{module} . @var{id}
9034 @var{scope} :: @var{id}
9035 @end smallexample
9036
9037 @noindent
9038 where @var{scope} is the name of a module or a procedure,
9039 @var{module} the name of a module, and @var{id} is any declared
9040 identifier within your program, except another module.
9041
9042 Using the @code{::} operator makes @value{GDBN} search the scope
9043 specified by @var{scope} for the identifier @var{id}. If it is not
9044 found in the specified scope, then @value{GDBN} searches all scopes
9045 enclosing the one specified by @var{scope}.
9046
9047 Using the @code{.} operator makes @value{GDBN} search the current scope for
9048 the identifier specified by @var{id} that was imported from the
9049 definition module specified by @var{module}. With this operator, it is
9050 an error if the identifier @var{id} was not imported from definition
9051 module @var{module}, or if @var{id} is not an identifier in
9052 @var{module}.
9053
9054 @node GDB/M2
9055 @subsubsection @value{GDBN} and Modula-2
9056
9057 Some @value{GDBN} commands have little use when debugging Modula-2 programs.
9058 Five subcommands of @code{set print} and @code{show print} apply
9059 specifically to C and C@t{++}: @samp{vtbl}, @samp{demangle},
9060 @samp{asm-demangle}, @samp{object}, and @samp{union}. The first four
9061 apply to C@t{++}, and the last to the C @code{union} type, which has no direct
9062 analogue in Modula-2.
9063
9064 The @code{@@} operator (@pxref{Expressions, ,Expressions}), while available
9065 with any language, is not useful with Modula-2. Its
9066 intent is to aid the debugging of @dfn{dynamic arrays}, which cannot be
9067 created in Modula-2 as they can in C or C@t{++}. However, because an
9068 address can be specified by an integral constant, the construct
9069 @samp{@{@var{type}@}@var{adrexp}} is still useful.
9070
9071 @cindex @code{#} in Modula-2
9072 In @value{GDBN} scripts, the Modula-2 inequality operator @code{#} is
9073 interpreted as the beginning of a comment. Use @code{<>} instead.
9074
9075 @node Unsupported languages
9076 @section Unsupported languages
9077
9078 @cindex unsupported languages
9079 @cindex minimal language
9080 In addition to the other fully-supported programming languages,
9081 @value{GDBN} also provides a pseudo-language, called @code{minimal}.
9082 It does not represent a real programming language, but provides a set
9083 of capabilities close to what the C or assembly languages provide.
9084 This should allow most simple operations to be performed while debugging
9085 an application that uses a language currently not supported by @value{GDBN}.
9086
9087 If the language is set to @code{auto}, @value{GDBN} will automatically
9088 select this language if the current frame corresponds to an unsupported
9089 language.
9090
9091 @node Symbols
9092 @chapter Examining the Symbol Table
9093
9094 The commands described in this chapter allow you to inquire about the
9095 symbols (names of variables, functions and types) defined in your
9096 program. This information is inherent in the text of your program and
9097 does not change as your program executes. @value{GDBN} finds it in your
9098 program's symbol table, in the file indicated when you started @value{GDBN}
9099 (@pxref{File Options, ,Choosing files}), or by one of the
9100 file-management commands (@pxref{Files, ,Commands to specify files}).
9101
9102 @cindex symbol names
9103 @cindex names of symbols
9104 @cindex quoting names
9105 Occasionally, you may need to refer to symbols that contain unusual
9106 characters, which @value{GDBN} ordinarily treats as word delimiters. The
9107 most frequent case is in referring to static variables in other
9108 source files (@pxref{Variables,,Program variables}). File names
9109 are recorded in object files as debugging symbols, but @value{GDBN} would
9110 ordinarily parse a typical file name, like @file{foo.c}, as the three words
9111 @samp{foo} @samp{.} @samp{c}. To allow @value{GDBN} to recognize
9112 @samp{foo.c} as a single symbol, enclose it in single quotes; for example,
9113
9114 @smallexample
9115 p 'foo.c'::x
9116 @end smallexample
9117
9118 @noindent
9119 looks up the value of @code{x} in the scope of the file @file{foo.c}.
9120
9121 @table @code
9122 @kindex info address
9123 @cindex address of a symbol
9124 @item info address @var{symbol}
9125 Describe where the data for @var{symbol} is stored. For a register
9126 variable, this says which register it is kept in. For a non-register
9127 local variable, this prints the stack-frame offset at which the variable
9128 is always stored.
9129
9130 Note the contrast with @samp{print &@var{symbol}}, which does not work
9131 at all for a register variable, and for a stack local variable prints
9132 the exact address of the current instantiation of the variable.
9133
9134 @kindex info symbol
9135 @cindex symbol from address
9136 @item info symbol @var{addr}
9137 Print the name of a symbol which is stored at the address @var{addr}.
9138 If no symbol is stored exactly at @var{addr}, @value{GDBN} prints the
9139 nearest symbol and an offset from it:
9140
9141 @smallexample
9142 (@value{GDBP}) info symbol 0x54320
9143 _initialize_vx + 396 in section .text
9144 @end smallexample
9145
9146 @noindent
9147 This is the opposite of the @code{info address} command. You can use
9148 it to find out the name of a variable or a function given its address.
9149
9150 @kindex whatis
9151 @item whatis @var{expr}
9152 Print the data type of expression @var{expr}. @var{expr} is not
9153 actually evaluated, and any side-effecting operations (such as
9154 assignments or function calls) inside it do not take place.
9155 @xref{Expressions, ,Expressions}.
9156
9157 @item whatis
9158 Print the data type of @code{$}, the last value in the value history.
9159
9160 @kindex ptype
9161 @item ptype @var{typename}
9162 Print a description of data type @var{typename}. @var{typename} may be
9163 the name of a type, or for C code it may have the form @samp{class
9164 @var{class-name}}, @samp{struct @var{struct-tag}}, @samp{union
9165 @var{union-tag}} or @samp{enum @var{enum-tag}}.
9166
9167 @item ptype @var{expr}
9168 @itemx ptype
9169 Print a description of the type of expression @var{expr}. @code{ptype}
9170 differs from @code{whatis} by printing a detailed description, instead
9171 of just the name of the type.
9172
9173 For example, for this variable declaration:
9174
9175 @smallexample
9176 struct complex @{double real; double imag;@} v;
9177 @end smallexample
9178
9179 @noindent
9180 the two commands give this output:
9181
9182 @smallexample
9183 @group
9184 (@value{GDBP}) whatis v
9185 type = struct complex
9186 (@value{GDBP}) ptype v
9187 type = struct complex @{
9188 double real;
9189 double imag;
9190 @}
9191 @end group
9192 @end smallexample
9193
9194 @noindent
9195 As with @code{whatis}, using @code{ptype} without an argument refers to
9196 the type of @code{$}, the last value in the value history.
9197
9198 @kindex info types
9199 @item info types @var{regexp}
9200 @itemx info types
9201 Print a brief description of all types whose names match @var{regexp}
9202 (or all types in your program, if you supply no argument). Each
9203 complete typename is matched as though it were a complete line; thus,
9204 @samp{i type value} gives information on all types in your program whose
9205 names include the string @code{value}, but @samp{i type ^value$} gives
9206 information only on types whose complete name is @code{value}.
9207
9208 This command differs from @code{ptype} in two ways: first, like
9209 @code{whatis}, it does not print a detailed description; second, it
9210 lists all source files where a type is defined.
9211
9212 @kindex info scope
9213 @cindex local variables
9214 @item info scope @var{addr}
9215 List all the variables local to a particular scope. This command
9216 accepts a location---a function name, a source line, or an address
9217 preceded by a @samp{*}, and prints all the variables local to the
9218 scope defined by that location. For example:
9219
9220 @smallexample
9221 (@value{GDBP}) @b{info scope command_line_handler}
9222 Scope for command_line_handler:
9223 Symbol rl is an argument at stack/frame offset 8, length 4.
9224 Symbol linebuffer is in static storage at address 0x150a18, length 4.
9225 Symbol linelength is in static storage at address 0x150a1c, length 4.
9226 Symbol p is a local variable in register $esi, length 4.
9227 Symbol p1 is a local variable in register $ebx, length 4.
9228 Symbol nline is a local variable in register $edx, length 4.
9229 Symbol repeat is a local variable at frame offset -8, length 4.
9230 @end smallexample
9231
9232 @noindent
9233 This command is especially useful for determining what data to collect
9234 during a @dfn{trace experiment}, see @ref{Tracepoint Actions,
9235 collect}.
9236
9237 @kindex info source
9238 @item info source
9239 Show information about the current source file---that is, the source file for
9240 the function containing the current point of execution:
9241 @itemize @bullet
9242 @item
9243 the name of the source file, and the directory containing it,
9244 @item
9245 the directory it was compiled in,
9246 @item
9247 its length, in lines,
9248 @item
9249 which programming language it is written in,
9250 @item
9251 whether the executable includes debugging information for that file, and
9252 if so, what format the information is in (e.g., STABS, Dwarf 2, etc.), and
9253 @item
9254 whether the debugging information includes information about
9255 preprocessor macros.
9256 @end itemize
9257
9258
9259 @kindex info sources
9260 @item info sources
9261 Print the names of all source files in your program for which there is
9262 debugging information, organized into two lists: files whose symbols
9263 have already been read, and files whose symbols will be read when needed.
9264
9265 @kindex info functions
9266 @item info functions
9267 Print the names and data types of all defined functions.
9268
9269 @item info functions @var{regexp}
9270 Print the names and data types of all defined functions
9271 whose names contain a match for regular expression @var{regexp}.
9272 Thus, @samp{info fun step} finds all functions whose names
9273 include @code{step}; @samp{info fun ^step} finds those whose names
9274 start with @code{step}. If a function name contains characters
9275 that conflict with the regular expression language (eg.
9276 @samp{operator*()}), they may be quoted with a backslash.
9277
9278 @kindex info variables
9279 @item info variables
9280 Print the names and data types of all variables that are declared
9281 outside of functions (i.e.@: excluding local variables).
9282
9283 @item info variables @var{regexp}
9284 Print the names and data types of all variables (except for local
9285 variables) whose names contain a match for regular expression
9286 @var{regexp}.
9287
9288 @kindex info classes
9289 @item info classes
9290 @itemx info classes @var{regexp}
9291 Display all Objective-C classes in your program, or
9292 (with the @var{regexp} argument) all those matching a particular regular
9293 expression.
9294
9295 @kindex info selectors
9296 @item info selectors
9297 @itemx info selectors @var{regexp}
9298 Display all Objective-C selectors in your program, or
9299 (with the @var{regexp} argument) all those matching a particular regular
9300 expression.
9301
9302 @ignore
9303 This was never implemented.
9304 @kindex info methods
9305 @item info methods
9306 @itemx info methods @var{regexp}
9307 The @code{info methods} command permits the user to examine all defined
9308 methods within C@t{++} program, or (with the @var{regexp} argument) a
9309 specific set of methods found in the various C@t{++} classes. Many
9310 C@t{++} classes provide a large number of methods. Thus, the output
9311 from the @code{ptype} command can be overwhelming and hard to use. The
9312 @code{info-methods} command filters the methods, printing only those
9313 which match the regular-expression @var{regexp}.
9314 @end ignore
9315
9316 @cindex reloading symbols
9317 Some systems allow individual object files that make up your program to
9318 be replaced without stopping and restarting your program. For example,
9319 in VxWorks you can simply recompile a defective object file and keep on
9320 running. If you are running on one of these systems, you can allow
9321 @value{GDBN} to reload the symbols for automatically relinked modules:
9322
9323 @table @code
9324 @kindex set symbol-reloading
9325 @item set symbol-reloading on
9326 Replace symbol definitions for the corresponding source file when an
9327 object file with a particular name is seen again.
9328
9329 @item set symbol-reloading off
9330 Do not replace symbol definitions when encountering object files of the
9331 same name more than once. This is the default state; if you are not
9332 running on a system that permits automatic relinking of modules, you
9333 should leave @code{symbol-reloading} off, since otherwise @value{GDBN}
9334 may discard symbols when linking large programs, that may contain
9335 several modules (from different directories or libraries) with the same
9336 name.
9337
9338 @kindex show symbol-reloading
9339 @item show symbol-reloading
9340 Show the current @code{on} or @code{off} setting.
9341 @end table
9342
9343 @kindex set opaque-type-resolution
9344 @item set opaque-type-resolution on
9345 Tell @value{GDBN} to resolve opaque types. An opaque type is a type
9346 declared as a pointer to a @code{struct}, @code{class}, or
9347 @code{union}---for example, @code{struct MyType *}---that is used in one
9348 source file although the full declaration of @code{struct MyType} is in
9349 another source file. The default is on.
9350
9351 A change in the setting of this subcommand will not take effect until
9352 the next time symbols for a file are loaded.
9353
9354 @item set opaque-type-resolution off
9355 Tell @value{GDBN} not to resolve opaque types. In this case, the type
9356 is printed as follows:
9357 @smallexample
9358 @{<no data fields>@}
9359 @end smallexample
9360
9361 @kindex show opaque-type-resolution
9362 @item show opaque-type-resolution
9363 Show whether opaque types are resolved or not.
9364
9365 @kindex maint print symbols
9366 @cindex symbol dump
9367 @kindex maint print psymbols
9368 @cindex partial symbol dump
9369 @item maint print symbols @var{filename}
9370 @itemx maint print psymbols @var{filename}
9371 @itemx maint print msymbols @var{filename}
9372 Write a dump of debugging symbol data into the file @var{filename}.
9373 These commands are used to debug the @value{GDBN} symbol-reading code. Only
9374 symbols with debugging data are included. If you use @samp{maint print
9375 symbols}, @value{GDBN} includes all the symbols for which it has already
9376 collected full details: that is, @var{filename} reflects symbols for
9377 only those files whose symbols @value{GDBN} has read. You can use the
9378 command @code{info sources} to find out which files these are. If you
9379 use @samp{maint print psymbols} instead, the dump shows information about
9380 symbols that @value{GDBN} only knows partially---that is, symbols defined in
9381 files that @value{GDBN} has skimmed, but not yet read completely. Finally,
9382 @samp{maint print msymbols} dumps just the minimal symbol information
9383 required for each object file from which @value{GDBN} has read some symbols.
9384 @xref{Files, ,Commands to specify files}, for a discussion of how
9385 @value{GDBN} reads symbols (in the description of @code{symbol-file}).
9386
9387 @kindex maint info symtabs
9388 @kindex maint info psymtabs
9389 @cindex listing @value{GDBN}'s internal symbol tables
9390 @cindex symbol tables, listing @value{GDBN}'s internal
9391 @cindex full symbol tables, listing @value{GDBN}'s internal
9392 @cindex partial symbol tables, listing @value{GDBN}'s internal
9393 @item maint info symtabs @r{[} @var{regexp} @r{]}
9394 @itemx maint info psymtabs @r{[} @var{regexp} @r{]}
9395
9396 List the @code{struct symtab} or @code{struct partial_symtab}
9397 structures whose names match @var{regexp}. If @var{regexp} is not
9398 given, list them all. The output includes expressions which you can
9399 copy into a @value{GDBN} debugging this one to examine a particular
9400 structure in more detail. For example:
9401
9402 @smallexample
9403 (@value{GDBP}) maint info psymtabs dwarf2read
9404 @{ objfile /home/gnu/build/gdb/gdb
9405 ((struct objfile *) 0x82e69d0)
9406 @{ psymtab /home/gnu/src/gdb/dwarf2read.c
9407 ((struct partial_symtab *) 0x8474b10)
9408 readin no
9409 fullname (null)
9410 text addresses 0x814d3c8 -- 0x8158074
9411 globals (* (struct partial_symbol **) 0x8507a08 @@ 9)
9412 statics (* (struct partial_symbol **) 0x40e95b78 @@ 2882)
9413 dependencies (none)
9414 @}
9415 @}
9416 (@value{GDBP}) maint info symtabs
9417 (@value{GDBP})
9418 @end smallexample
9419 @noindent
9420 We see that there is one partial symbol table whose filename contains
9421 the string @samp{dwarf2read}, belonging to the @samp{gdb} executable;
9422 and we see that @value{GDBN} has not read in any symtabs yet at all.
9423 If we set a breakpoint on a function, that will cause @value{GDBN} to
9424 read the symtab for the compilation unit containing that function:
9425
9426 @smallexample
9427 (@value{GDBP}) break dwarf2_psymtab_to_symtab
9428 Breakpoint 1 at 0x814e5da: file /home/gnu/src/gdb/dwarf2read.c,
9429 line 1574.
9430 (@value{GDBP}) maint info symtabs
9431 @{ objfile /home/gnu/build/gdb/gdb
9432 ((struct objfile *) 0x82e69d0)
9433 @{ symtab /home/gnu/src/gdb/dwarf2read.c
9434 ((struct symtab *) 0x86c1f38)
9435 dirname (null)
9436 fullname (null)
9437 blockvector ((struct blockvector *) 0x86c1bd0) (primary)
9438 debugformat DWARF 2
9439 @}
9440 @}
9441 (@value{GDBP})
9442 @end smallexample
9443 @end table
9444
9445
9446 @node Altering
9447 @chapter Altering Execution
9448
9449 Once you think you have found an error in your program, you might want to
9450 find out for certain whether correcting the apparent error would lead to
9451 correct results in the rest of the run. You can find the answer by
9452 experiment, using the @value{GDBN} features for altering execution of the
9453 program.
9454
9455 For example, you can store new values into variables or memory
9456 locations, give your program a signal, restart it at a different
9457 address, or even return prematurely from a function.
9458
9459 @menu
9460 * Assignment:: Assignment to variables
9461 * Jumping:: Continuing at a different address
9462 * Signaling:: Giving your program a signal
9463 * Returning:: Returning from a function
9464 * Calling:: Calling your program's functions
9465 * Patching:: Patching your program
9466 @end menu
9467
9468 @node Assignment
9469 @section Assignment to variables
9470
9471 @cindex assignment
9472 @cindex setting variables
9473 To alter the value of a variable, evaluate an assignment expression.
9474 @xref{Expressions, ,Expressions}. For example,
9475
9476 @smallexample
9477 print x=4
9478 @end smallexample
9479
9480 @noindent
9481 stores the value 4 into the variable @code{x}, and then prints the
9482 value of the assignment expression (which is 4).
9483 @xref{Languages, ,Using @value{GDBN} with Different Languages}, for more
9484 information on operators in supported languages.
9485
9486 @kindex set variable
9487 @cindex variables, setting
9488 If you are not interested in seeing the value of the assignment, use the
9489 @code{set} command instead of the @code{print} command. @code{set} is
9490 really the same as @code{print} except that the expression's value is
9491 not printed and is not put in the value history (@pxref{Value History,
9492 ,Value history}). The expression is evaluated only for its effects.
9493
9494 If the beginning of the argument string of the @code{set} command
9495 appears identical to a @code{set} subcommand, use the @code{set
9496 variable} command instead of just @code{set}. This command is identical
9497 to @code{set} except for its lack of subcommands. For example, if your
9498 program has a variable @code{width}, you get an error if you try to set
9499 a new value with just @samp{set width=13}, because @value{GDBN} has the
9500 command @code{set width}:
9501
9502 @smallexample
9503 (@value{GDBP}) whatis width
9504 type = double
9505 (@value{GDBP}) p width
9506 $4 = 13
9507 (@value{GDBP}) set width=47
9508 Invalid syntax in expression.
9509 @end smallexample
9510
9511 @noindent
9512 The invalid expression, of course, is @samp{=47}. In
9513 order to actually set the program's variable @code{width}, use
9514
9515 @smallexample
9516 (@value{GDBP}) set var width=47
9517 @end smallexample
9518
9519 Because the @code{set} command has many subcommands that can conflict
9520 with the names of program variables, it is a good idea to use the
9521 @code{set variable} command instead of just @code{set}. For example, if
9522 your program has a variable @code{g}, you run into problems if you try
9523 to set a new value with just @samp{set g=4}, because @value{GDBN} has
9524 the command @code{set gnutarget}, abbreviated @code{set g}:
9525
9526 @smallexample
9527 @group
9528 (@value{GDBP}) whatis g
9529 type = double
9530 (@value{GDBP}) p g
9531 $1 = 1
9532 (@value{GDBP}) set g=4
9533 (@value{GDBP}) p g
9534 $2 = 1
9535 (@value{GDBP}) r
9536 The program being debugged has been started already.
9537 Start it from the beginning? (y or n) y
9538 Starting program: /home/smith/cc_progs/a.out
9539 "/home/smith/cc_progs/a.out": can't open to read symbols:
9540 Invalid bfd target.
9541 (@value{GDBP}) show g
9542 The current BFD target is "=4".
9543 @end group
9544 @end smallexample
9545
9546 @noindent
9547 The program variable @code{g} did not change, and you silently set the
9548 @code{gnutarget} to an invalid value. In order to set the variable
9549 @code{g}, use
9550
9551 @smallexample
9552 (@value{GDBP}) set var g=4
9553 @end smallexample
9554
9555 @value{GDBN} allows more implicit conversions in assignments than C; you can
9556 freely store an integer value into a pointer variable or vice versa,
9557 and you can convert any structure to any other structure that is the
9558 same length or shorter.
9559 @comment FIXME: how do structs align/pad in these conversions?
9560 @comment /doc@cygnus.com 18dec1990
9561
9562 To store values into arbitrary places in memory, use the @samp{@{@dots{}@}}
9563 construct to generate a value of specified type at a specified address
9564 (@pxref{Expressions, ,Expressions}). For example, @code{@{int@}0x83040} refers
9565 to memory location @code{0x83040} as an integer (which implies a certain size
9566 and representation in memory), and
9567
9568 @smallexample
9569 set @{int@}0x83040 = 4
9570 @end smallexample
9571
9572 @noindent
9573 stores the value 4 into that memory location.
9574
9575 @node Jumping
9576 @section Continuing at a different address
9577
9578 Ordinarily, when you continue your program, you do so at the place where
9579 it stopped, with the @code{continue} command. You can instead continue at
9580 an address of your own choosing, with the following commands:
9581
9582 @table @code
9583 @kindex jump
9584 @item jump @var{linespec}
9585 Resume execution at line @var{linespec}. Execution stops again
9586 immediately if there is a breakpoint there. @xref{List, ,Printing
9587 source lines}, for a description of the different forms of
9588 @var{linespec}. It is common practice to use the @code{tbreak} command
9589 in conjunction with @code{jump}. @xref{Set Breaks, ,Setting
9590 breakpoints}.
9591
9592 The @code{jump} command does not change the current stack frame, or
9593 the stack pointer, or the contents of any memory location or any
9594 register other than the program counter. If line @var{linespec} is in
9595 a different function from the one currently executing, the results may
9596 be bizarre if the two functions expect different patterns of arguments or
9597 of local variables. For this reason, the @code{jump} command requests
9598 confirmation if the specified line is not in the function currently
9599 executing. However, even bizarre results are predictable if you are
9600 well acquainted with the machine-language code of your program.
9601
9602 @item jump *@var{address}
9603 Resume execution at the instruction at address @var{address}.
9604 @end table
9605
9606 @c Doesn't work on HP-UX; have to set $pcoqh and $pcoqt.
9607 On many systems, you can get much the same effect as the @code{jump}
9608 command by storing a new value into the register @code{$pc}. The
9609 difference is that this does not start your program running; it only
9610 changes the address of where it @emph{will} run when you continue. For
9611 example,
9612
9613 @smallexample
9614 set $pc = 0x485
9615 @end smallexample
9616
9617 @noindent
9618 makes the next @code{continue} command or stepping command execute at
9619 address @code{0x485}, rather than at the address where your program stopped.
9620 @xref{Continuing and Stepping, ,Continuing and stepping}.
9621
9622 The most common occasion to use the @code{jump} command is to back
9623 up---perhaps with more breakpoints set---over a portion of a program
9624 that has already executed, in order to examine its execution in more
9625 detail.
9626
9627 @c @group
9628 @node Signaling
9629 @section Giving your program a signal
9630
9631 @table @code
9632 @kindex signal
9633 @item signal @var{signal}
9634 Resume execution where your program stopped, but immediately give it the
9635 signal @var{signal}. @var{signal} can be the name or the number of a
9636 signal. For example, on many systems @code{signal 2} and @code{signal
9637 SIGINT} are both ways of sending an interrupt signal.
9638
9639 Alternatively, if @var{signal} is zero, continue execution without
9640 giving a signal. This is useful when your program stopped on account of
9641 a signal and would ordinary see the signal when resumed with the
9642 @code{continue} command; @samp{signal 0} causes it to resume without a
9643 signal.
9644
9645 @code{signal} does not repeat when you press @key{RET} a second time
9646 after executing the command.
9647 @end table
9648 @c @end group
9649
9650 Invoking the @code{signal} command is not the same as invoking the
9651 @code{kill} utility from the shell. Sending a signal with @code{kill}
9652 causes @value{GDBN} to decide what to do with the signal depending on
9653 the signal handling tables (@pxref{Signals}). The @code{signal} command
9654 passes the signal directly to your program.
9655
9656
9657 @node Returning
9658 @section Returning from a function
9659
9660 @table @code
9661 @cindex returning from a function
9662 @kindex return
9663 @item return
9664 @itemx return @var{expression}
9665 You can cancel execution of a function call with the @code{return}
9666 command. If you give an
9667 @var{expression} argument, its value is used as the function's return
9668 value.
9669 @end table
9670
9671 When you use @code{return}, @value{GDBN} discards the selected stack frame
9672 (and all frames within it). You can think of this as making the
9673 discarded frame return prematurely. If you wish to specify a value to
9674 be returned, give that value as the argument to @code{return}.
9675
9676 This pops the selected stack frame (@pxref{Selection, ,Selecting a
9677 frame}), and any other frames inside of it, leaving its caller as the
9678 innermost remaining frame. That frame becomes selected. The
9679 specified value is stored in the registers used for returning values
9680 of functions.
9681
9682 The @code{return} command does not resume execution; it leaves the
9683 program stopped in the state that would exist if the function had just
9684 returned. In contrast, the @code{finish} command (@pxref{Continuing
9685 and Stepping, ,Continuing and stepping}) resumes execution until the
9686 selected stack frame returns naturally.
9687
9688 @node Calling
9689 @section Calling program functions
9690
9691 @cindex calling functions
9692 @kindex call
9693 @table @code
9694 @item call @var{expr}
9695 Evaluate the expression @var{expr} without displaying @code{void}
9696 returned values.
9697 @end table
9698
9699 You can use this variant of the @code{print} command if you want to
9700 execute a function from your program, but without cluttering the output
9701 with @code{void} returned values. If the result is not void, it
9702 is printed and saved in the value history.
9703
9704 @node Patching
9705 @section Patching programs
9706
9707 @cindex patching binaries
9708 @cindex writing into executables
9709 @cindex writing into corefiles
9710
9711 By default, @value{GDBN} opens the file containing your program's
9712 executable code (or the corefile) read-only. This prevents accidental
9713 alterations to machine code; but it also prevents you from intentionally
9714 patching your program's binary.
9715
9716 If you'd like to be able to patch the binary, you can specify that
9717 explicitly with the @code{set write} command. For example, you might
9718 want to turn on internal debugging flags, or even to make emergency
9719 repairs.
9720
9721 @table @code
9722 @kindex set write
9723 @item set write on
9724 @itemx set write off
9725 If you specify @samp{set write on}, @value{GDBN} opens executable and
9726 core files for both reading and writing; if you specify @samp{set write
9727 off} (the default), @value{GDBN} opens them read-only.
9728
9729 If you have already loaded a file, you must load it again (using the
9730 @code{exec-file} or @code{core-file} command) after changing @code{set
9731 write}, for your new setting to take effect.
9732
9733 @item show write
9734 @kindex show write
9735 Display whether executable files and core files are opened for writing
9736 as well as reading.
9737 @end table
9738
9739 @node GDB Files
9740 @chapter @value{GDBN} Files
9741
9742 @value{GDBN} needs to know the file name of the program to be debugged,
9743 both in order to read its symbol table and in order to start your
9744 program. To debug a core dump of a previous run, you must also tell
9745 @value{GDBN} the name of the core dump file.
9746
9747 @menu
9748 * Files:: Commands to specify files
9749 * Separate Debug Files:: Debugging information in separate files
9750 * Symbol Errors:: Errors reading symbol files
9751 @end menu
9752
9753 @node Files
9754 @section Commands to specify files
9755
9756 @cindex symbol table
9757 @cindex core dump file
9758
9759 You may want to specify executable and core dump file names. The usual
9760 way to do this is at start-up time, using the arguments to
9761 @value{GDBN}'s start-up commands (@pxref{Invocation, , Getting In and
9762 Out of @value{GDBN}}).
9763
9764 Occasionally it is necessary to change to a different file during a
9765 @value{GDBN} session. Or you may run @value{GDBN} and forget to specify
9766 a file you want to use. In these situations the @value{GDBN} commands
9767 to specify new files are useful.
9768
9769 @table @code
9770 @cindex executable file
9771 @kindex file
9772 @item file @var{filename}
9773 Use @var{filename} as the program to be debugged. It is read for its
9774 symbols and for the contents of pure memory. It is also the program
9775 executed when you use the @code{run} command. If you do not specify a
9776 directory and the file is not found in the @value{GDBN} working directory,
9777 @value{GDBN} uses the environment variable @code{PATH} as a list of
9778 directories to search, just as the shell does when looking for a program
9779 to run. You can change the value of this variable, for both @value{GDBN}
9780 and your program, using the @code{path} command.
9781
9782 On systems with memory-mapped files, an auxiliary file named
9783 @file{@var{filename}.syms} may hold symbol table information for
9784 @var{filename}. If so, @value{GDBN} maps in the symbol table from
9785 @file{@var{filename}.syms}, starting up more quickly. See the
9786 descriptions of the file options @samp{-mapped} and @samp{-readnow}
9787 (available on the command line, and with the commands @code{file},
9788 @code{symbol-file}, or @code{add-symbol-file}, described below),
9789 for more information.
9790
9791 @item file
9792 @code{file} with no argument makes @value{GDBN} discard any information it
9793 has on both executable file and the symbol table.
9794
9795 @kindex exec-file
9796 @item exec-file @r{[} @var{filename} @r{]}
9797 Specify that the program to be run (but not the symbol table) is found
9798 in @var{filename}. @value{GDBN} searches the environment variable @code{PATH}
9799 if necessary to locate your program. Omitting @var{filename} means to
9800 discard information on the executable file.
9801
9802 @kindex symbol-file
9803 @item symbol-file @r{[} @var{filename} @r{]}
9804 Read symbol table information from file @var{filename}. @code{PATH} is
9805 searched when necessary. Use the @code{file} command to get both symbol
9806 table and program to run from the same file.
9807
9808 @code{symbol-file} with no argument clears out @value{GDBN} information on your
9809 program's symbol table.
9810
9811 The @code{symbol-file} command causes @value{GDBN} to forget the contents
9812 of its convenience variables, the value history, and all breakpoints and
9813 auto-display expressions. This is because they may contain pointers to
9814 the internal data recording symbols and data types, which are part of
9815 the old symbol table data being discarded inside @value{GDBN}.
9816
9817 @code{symbol-file} does not repeat if you press @key{RET} again after
9818 executing it once.
9819
9820 When @value{GDBN} is configured for a particular environment, it
9821 understands debugging information in whatever format is the standard
9822 generated for that environment; you may use either a @sc{gnu} compiler, or
9823 other compilers that adhere to the local conventions.
9824 Best results are usually obtained from @sc{gnu} compilers; for example,
9825 using @code{@value{GCC}} you can generate debugging information for
9826 optimized code.
9827
9828 For most kinds of object files, with the exception of old SVR3 systems
9829 using COFF, the @code{symbol-file} command does not normally read the
9830 symbol table in full right away. Instead, it scans the symbol table
9831 quickly to find which source files and which symbols are present. The
9832 details are read later, one source file at a time, as they are needed.
9833
9834 The purpose of this two-stage reading strategy is to make @value{GDBN}
9835 start up faster. For the most part, it is invisible except for
9836 occasional pauses while the symbol table details for a particular source
9837 file are being read. (The @code{set verbose} command can turn these
9838 pauses into messages if desired. @xref{Messages/Warnings, ,Optional
9839 warnings and messages}.)
9840
9841 We have not implemented the two-stage strategy for COFF yet. When the
9842 symbol table is stored in COFF format, @code{symbol-file} reads the
9843 symbol table data in full right away. Note that ``stabs-in-COFF''
9844 still does the two-stage strategy, since the debug info is actually
9845 in stabs format.
9846
9847 @kindex readnow
9848 @cindex reading symbols immediately
9849 @cindex symbols, reading immediately
9850 @kindex mapped
9851 @cindex memory-mapped symbol file
9852 @cindex saving symbol table
9853 @item symbol-file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
9854 @itemx file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
9855 You can override the @value{GDBN} two-stage strategy for reading symbol
9856 tables by using the @samp{-readnow} option with any of the commands that
9857 load symbol table information, if you want to be sure @value{GDBN} has the
9858 entire symbol table available.
9859
9860 If memory-mapped files are available on your system through the
9861 @code{mmap} system call, you can use another option, @samp{-mapped}, to
9862 cause @value{GDBN} to write the symbols for your program into a reusable
9863 file. Future @value{GDBN} debugging sessions map in symbol information
9864 from this auxiliary symbol file (if the program has not changed), rather
9865 than spending time reading the symbol table from the executable
9866 program. Using the @samp{-mapped} option has the same effect as
9867 starting @value{GDBN} with the @samp{-mapped} command-line option.
9868
9869 You can use both options together, to make sure the auxiliary symbol
9870 file has all the symbol information for your program.
9871
9872 The auxiliary symbol file for a program called @var{myprog} is called
9873 @samp{@var{myprog}.syms}. Once this file exists (so long as it is newer
9874 than the corresponding executable), @value{GDBN} always attempts to use
9875 it when you debug @var{myprog}; no special options or commands are
9876 needed.
9877
9878 The @file{.syms} file is specific to the host machine where you run
9879 @value{GDBN}. It holds an exact image of the internal @value{GDBN}
9880 symbol table. It cannot be shared across multiple host platforms.
9881
9882 @c FIXME: for now no mention of directories, since this seems to be in
9883 @c flux. 13mar1992 status is that in theory GDB would look either in
9884 @c current dir or in same dir as myprog; but issues like competing
9885 @c GDB's, or clutter in system dirs, mean that in practice right now
9886 @c only current dir is used. FFish says maybe a special GDB hierarchy
9887 @c (eg rooted in val of env var GDBSYMS) could exist for mappable symbol
9888 @c files.
9889
9890 @kindex core
9891 @kindex core-file
9892 @item core-file @r{[} @var{filename} @r{]}
9893 Specify the whereabouts of a core dump file to be used as the ``contents
9894 of memory''. Traditionally, core files contain only some parts of the
9895 address space of the process that generated them; @value{GDBN} can access the
9896 executable file itself for other parts.
9897
9898 @code{core-file} with no argument specifies that no core file is
9899 to be used.
9900
9901 Note that the core file is ignored when your program is actually running
9902 under @value{GDBN}. So, if you have been running your program and you
9903 wish to debug a core file instead, you must kill the subprocess in which
9904 the program is running. To do this, use the @code{kill} command
9905 (@pxref{Kill Process, ,Killing the child process}).
9906
9907 @kindex add-symbol-file
9908 @cindex dynamic linking
9909 @item add-symbol-file @var{filename} @var{address}
9910 @itemx add-symbol-file @var{filename} @var{address} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
9911 @itemx add-symbol-file @var{filename} @r{-s}@var{section} @var{address} @dots{}
9912 The @code{add-symbol-file} command reads additional symbol table
9913 information from the file @var{filename}. You would use this command
9914 when @var{filename} has been dynamically loaded (by some other means)
9915 into the program that is running. @var{address} should be the memory
9916 address at which the file has been loaded; @value{GDBN} cannot figure
9917 this out for itself. You can additionally specify an arbitrary number
9918 of @samp{@r{-s}@var{section} @var{address}} pairs, to give an explicit
9919 section name and base address for that section. You can specify any
9920 @var{address} as an expression.
9921
9922 The symbol table of the file @var{filename} is added to the symbol table
9923 originally read with the @code{symbol-file} command. You can use the
9924 @code{add-symbol-file} command any number of times; the new symbol data
9925 thus read keeps adding to the old. To discard all old symbol data
9926 instead, use the @code{symbol-file} command without any arguments.
9927
9928 @cindex relocatable object files, reading symbols from
9929 @cindex object files, relocatable, reading symbols from
9930 @cindex reading symbols from relocatable object files
9931 @cindex symbols, reading from relocatable object files
9932 @cindex @file{.o} files, reading symbols from
9933 Although @var{filename} is typically a shared library file, an
9934 executable file, or some other object file which has been fully
9935 relocated for loading into a process, you can also load symbolic
9936 information from relocatable @file{.o} files, as long as:
9937
9938 @itemize @bullet
9939 @item
9940 the file's symbolic information refers only to linker symbols defined in
9941 that file, not to symbols defined by other object files,
9942 @item
9943 every section the file's symbolic information refers to has actually
9944 been loaded into the inferior, as it appears in the file, and
9945 @item
9946 you can determine the address at which every section was loaded, and
9947 provide these to the @code{add-symbol-file} command.
9948 @end itemize
9949
9950 @noindent
9951 Some embedded operating systems, like Sun Chorus and VxWorks, can load
9952 relocatable files into an already running program; such systems
9953 typically make the requirements above easy to meet. However, it's
9954 important to recognize that many native systems use complex link
9955 procedures (@code{.linkonce} section factoring and C@t{++} constructor table
9956 assembly, for example) that make the requirements difficult to meet. In
9957 general, one cannot assume that using @code{add-symbol-file} to read a
9958 relocatable object file's symbolic information will have the same effect
9959 as linking the relocatable object file into the program in the normal
9960 way.
9961
9962 @code{add-symbol-file} does not repeat if you press @key{RET} after using it.
9963
9964 You can use the @samp{-mapped} and @samp{-readnow} options just as with
9965 the @code{symbol-file} command, to change how @value{GDBN} manages the symbol
9966 table information for @var{filename}.
9967
9968 @kindex add-shared-symbol-file
9969 @item add-shared-symbol-file
9970 The @code{add-shared-symbol-file} command can be used only under Harris' CXUX
9971 operating system for the Motorola 88k. @value{GDBN} automatically looks for
9972 shared libraries, however if @value{GDBN} does not find yours, you can run
9973 @code{add-shared-symbol-file}. It takes no arguments.
9974
9975 @kindex section
9976 @item section
9977 The @code{section} command changes the base address of section SECTION of
9978 the exec file to ADDR. This can be used if the exec file does not contain
9979 section addresses, (such as in the a.out format), or when the addresses
9980 specified in the file itself are wrong. Each section must be changed
9981 separately. The @code{info files} command, described below, lists all
9982 the sections and their addresses.
9983
9984 @kindex info files
9985 @kindex info target
9986 @item info files
9987 @itemx info target
9988 @code{info files} and @code{info target} are synonymous; both print the
9989 current target (@pxref{Targets, ,Specifying a Debugging Target}),
9990 including the names of the executable and core dump files currently in
9991 use by @value{GDBN}, and the files from which symbols were loaded. The
9992 command @code{help target} lists all possible targets rather than
9993 current ones.
9994
9995 @kindex maint info sections
9996 @item maint info sections
9997 Another command that can give you extra information about program sections
9998 is @code{maint info sections}. In addition to the section information
9999 displayed by @code{info files}, this command displays the flags and file
10000 offset of each section in the executable and core dump files. In addition,
10001 @code{maint info sections} provides the following command options (which
10002 may be arbitrarily combined):
10003
10004 @table @code
10005 @item ALLOBJ
10006 Display sections for all loaded object files, including shared libraries.
10007 @item @var{sections}
10008 Display info only for named @var{sections}.
10009 @item @var{section-flags}
10010 Display info only for sections for which @var{section-flags} are true.
10011 The section flags that @value{GDBN} currently knows about are:
10012 @table @code
10013 @item ALLOC
10014 Section will have space allocated in the process when loaded.
10015 Set for all sections except those containing debug information.
10016 @item LOAD
10017 Section will be loaded from the file into the child process memory.
10018 Set for pre-initialized code and data, clear for @code{.bss} sections.
10019 @item RELOC
10020 Section needs to be relocated before loading.
10021 @item READONLY
10022 Section cannot be modified by the child process.
10023 @item CODE
10024 Section contains executable code only.
10025 @item DATA
10026 Section contains data only (no executable code).
10027 @item ROM
10028 Section will reside in ROM.
10029 @item CONSTRUCTOR
10030 Section contains data for constructor/destructor lists.
10031 @item HAS_CONTENTS
10032 Section is not empty.
10033 @item NEVER_LOAD
10034 An instruction to the linker to not output the section.
10035 @item COFF_SHARED_LIBRARY
10036 A notification to the linker that the section contains
10037 COFF shared library information.
10038 @item IS_COMMON
10039 Section contains common symbols.
10040 @end table
10041 @end table
10042 @kindex set trust-readonly-sections
10043 @item set trust-readonly-sections on
10044 Tell @value{GDBN} that readonly sections in your object file
10045 really are read-only (i.e.@: that their contents will not change).
10046 In that case, @value{GDBN} can fetch values from these sections
10047 out of the object file, rather than from the target program.
10048 For some targets (notably embedded ones), this can be a significant
10049 enhancement to debugging performance.
10050
10051 The default is off.
10052
10053 @item set trust-readonly-sections off
10054 Tell @value{GDBN} not to trust readonly sections. This means that
10055 the contents of the section might change while the program is running,
10056 and must therefore be fetched from the target when needed.
10057 @end table
10058
10059 All file-specifying commands allow both absolute and relative file names
10060 as arguments. @value{GDBN} always converts the file name to an absolute file
10061 name and remembers it that way.
10062
10063 @cindex shared libraries
10064 @value{GDBN} supports HP-UX, SunOS, SVr4, Irix 5, and IBM RS/6000 shared
10065 libraries.
10066
10067 @value{GDBN} automatically loads symbol definitions from shared libraries
10068 when you use the @code{run} command, or when you examine a core file.
10069 (Before you issue the @code{run} command, @value{GDBN} does not understand
10070 references to a function in a shared library, however---unless you are
10071 debugging a core file).
10072
10073 On HP-UX, if the program loads a library explicitly, @value{GDBN}
10074 automatically loads the symbols at the time of the @code{shl_load} call.
10075
10076 @c FIXME: some @value{GDBN} release may permit some refs to undef
10077 @c FIXME...symbols---eg in a break cmd---assuming they are from a shared
10078 @c FIXME...lib; check this from time to time when updating manual
10079
10080 There are times, however, when you may wish to not automatically load
10081 symbol definitions from shared libraries, such as when they are
10082 particularly large or there are many of them.
10083
10084 To control the automatic loading of shared library symbols, use the
10085 commands:
10086
10087 @table @code
10088 @kindex set auto-solib-add
10089 @item set auto-solib-add @var{mode}
10090 If @var{mode} is @code{on}, symbols from all shared object libraries
10091 will be loaded automatically when the inferior begins execution, you
10092 attach to an independently started inferior, or when the dynamic linker
10093 informs @value{GDBN} that a new library has been loaded. If @var{mode}
10094 is @code{off}, symbols must be loaded manually, using the
10095 @code{sharedlibrary} command. The default value is @code{on}.
10096
10097 @kindex show auto-solib-add
10098 @item show auto-solib-add
10099 Display the current autoloading mode.
10100 @end table
10101
10102 To explicitly load shared library symbols, use the @code{sharedlibrary}
10103 command:
10104
10105 @table @code
10106 @kindex info sharedlibrary
10107 @kindex info share
10108 @item info share
10109 @itemx info sharedlibrary
10110 Print the names of the shared libraries which are currently loaded.
10111
10112 @kindex sharedlibrary
10113 @kindex share
10114 @item sharedlibrary @var{regex}
10115 @itemx share @var{regex}
10116 Load shared object library symbols for files matching a
10117 Unix regular expression.
10118 As with files loaded automatically, it only loads shared libraries
10119 required by your program for a core file or after typing @code{run}. If
10120 @var{regex} is omitted all shared libraries required by your program are
10121 loaded.
10122 @end table
10123
10124 On some systems, such as HP-UX systems, @value{GDBN} supports
10125 autoloading shared library symbols until a limiting threshold size is
10126 reached. This provides the benefit of allowing autoloading to remain on
10127 by default, but avoids autoloading excessively large shared libraries,
10128 up to a threshold that is initially set, but which you can modify if you
10129 wish.
10130
10131 Beyond that threshold, symbols from shared libraries must be explicitly
10132 loaded. To load these symbols, use the command @code{sharedlibrary
10133 @var{filename}}. The base address of the shared library is determined
10134 automatically by @value{GDBN} and need not be specified.
10135
10136 To display or set the threshold, use the commands:
10137
10138 @table @code
10139 @kindex set auto-solib-limit
10140 @item set auto-solib-limit @var{threshold}
10141 Set the autoloading size threshold, in an integral number of megabytes.
10142 If @var{threshold} is nonzero and shared library autoloading is enabled,
10143 symbols from all shared object libraries will be loaded until the total
10144 size of the loaded shared library symbols exceeds this threshold.
10145 Otherwise, symbols must be loaded manually, using the
10146 @code{sharedlibrary} command. The default threshold is 100 (i.e.@: 100
10147 Mb).
10148
10149 @kindex show auto-solib-limit
10150 @item show auto-solib-limit
10151 Display the current autoloading size threshold, in megabytes.
10152 @end table
10153
10154 Shared libraries are also supported in many cross or remote debugging
10155 configurations. A copy of the target's libraries need to be present on the
10156 host system; they need to be the same as the target libraries, although the
10157 copies on the target can be stripped as long as the copies on the host are
10158 not.
10159
10160 You need to tell @value{GDBN} where the target libraries are, so that it can
10161 load the correct copies---otherwise, it may try to load the host's libraries.
10162 @value{GDBN} has two variables to specify the search directories for target
10163 libraries.
10164
10165 @table @code
10166 @kindex set solib-absolute-prefix
10167 @item set solib-absolute-prefix @var{path}
10168 If this variable is set, @var{path} will be used as a prefix for any
10169 absolute shared library paths; many runtime loaders store the absolute
10170 paths to the shared library in the target program's memory. If you use
10171 @samp{solib-absolute-prefix} to find shared libraries, they need to be laid
10172 out in the same way that they are on the target, with e.g.@: a
10173 @file{/usr/lib} hierarchy under @var{path}.
10174
10175 You can set the default value of @samp{solib-absolute-prefix} by using the
10176 configure-time @samp{--with-sysroot} option.
10177
10178 @kindex show solib-absolute-prefix
10179 @item show solib-absolute-prefix
10180 Display the current shared library prefix.
10181
10182 @kindex set solib-search-path
10183 @item set solib-search-path @var{path}
10184 If this variable is set, @var{path} is a colon-separated list of directories
10185 to search for shared libraries. @samp{solib-search-path} is used after
10186 @samp{solib-absolute-prefix} fails to locate the library, or if the path to
10187 the library is relative instead of absolute. If you want to use
10188 @samp{solib-search-path} instead of @samp{solib-absolute-prefix}, be sure to
10189 set @samp{solib-absolute-prefix} to a nonexistant directory to prevent
10190 @value{GDBN} from finding your host's libraries.
10191
10192 @kindex show solib-search-path
10193 @item show solib-search-path
10194 Display the current shared library search path.
10195 @end table
10196
10197
10198 @node Separate Debug Files
10199 @section Debugging Information in Separate Files
10200 @cindex separate debugging information files
10201 @cindex debugging information in separate files
10202 @cindex @file{.debug} subdirectories
10203 @cindex debugging information directory, global
10204 @cindex global debugging information directory
10205
10206 @value{GDBN} allows you to put a program's debugging information in a
10207 file separate from the executable itself, in a way that allows
10208 @value{GDBN} to find and load the debugging information automatically.
10209 Since debugging information can be very large --- sometimes larger
10210 than the executable code itself --- some systems distribute debugging
10211 information for their executables in separate files, which users can
10212 install only when they need to debug a problem.
10213
10214 If an executable's debugging information has been extracted to a
10215 separate file, the executable should contain a @dfn{debug link} giving
10216 the name of the debugging information file (with no directory
10217 components), and a checksum of its contents. (The exact form of a
10218 debug link is described below.) If the full name of the directory
10219 containing the executable is @var{execdir}, and the executable has a
10220 debug link that specifies the name @var{debugfile}, then @value{GDBN}
10221 will automatically search for the debugging information file in three
10222 places:
10223
10224 @itemize @bullet
10225 @item
10226 the directory containing the executable file (that is, it will look
10227 for a file named @file{@var{execdir}/@var{debugfile}},
10228 @item
10229 a subdirectory of that directory named @file{.debug} (that is, the
10230 file @file{@var{execdir}/.debug/@var{debugfile}}, and
10231 @item
10232 a subdirectory of the global debug file directory that includes the
10233 executable's full path, and the name from the link (that is, the file
10234 @file{@var{globaldebugdir}/@var{execdir}/@var{debugfile}}, where
10235 @var{globaldebugdir} is the global debug file directory, and
10236 @var{execdir} has been turned into a relative path).
10237 @end itemize
10238 @noindent
10239 @value{GDBN} checks under each of these names for a debugging
10240 information file whose checksum matches that given in the link, and
10241 reads the debugging information from the first one it finds.
10242
10243 So, for example, if you ask @value{GDBN} to debug @file{/usr/bin/ls},
10244 which has a link containing the name @file{ls.debug}, and the global
10245 debug directory is @file{/usr/lib/debug}, then @value{GDBN} will look
10246 for debug information in @file{/usr/bin/ls.debug},
10247 @file{/usr/bin/.debug/ls.debug}, and
10248 @file{/usr/lib/debug/usr/bin/ls.debug}.
10249
10250 You can set the global debugging info directory's name, and view the
10251 name @value{GDBN} is currently using.
10252
10253 @table @code
10254
10255 @kindex set debug-file-directory
10256 @item set debug-file-directory @var{directory}
10257 Set the directory which @value{GDBN} searches for separate debugging
10258 information files to @var{directory}.
10259
10260 @kindex show debug-file-directory
10261 @item show debug-file-directory
10262 Show the directory @value{GDBN} searches for separate debugging
10263 information files.
10264
10265 @end table
10266
10267 @cindex @code{.gnu_debuglink} sections
10268 @cindex debug links
10269 A debug link is a special section of the executable file named
10270 @code{.gnu_debuglink}. The section must contain:
10271
10272 @itemize
10273 @item
10274 A filename, with any leading directory components removed, followed by
10275 a zero byte,
10276 @item
10277 zero to three bytes of padding, as needed to reach the next four-byte
10278 boundary within the section, and
10279 @item
10280 a four-byte CRC checksum, stored in the same endianness used for the
10281 executable file itself. The checksum is computed on the debugging
10282 information file's full contents by the function given below, passing
10283 zero as the @var{crc} argument.
10284 @end itemize
10285
10286 Any executable file format can carry a debug link, as long as it can
10287 contain a section named @code{.gnu_debuglink} with the contents
10288 described above.
10289
10290 The debugging information file itself should be an ordinary
10291 executable, containing a full set of linker symbols, sections, and
10292 debugging information. The sections of the debugging information file
10293 should have the same names, addresses and sizes as the original file,
10294 but they need not contain any data --- much like a @code{.bss} section
10295 in an ordinary executable.
10296
10297 As of December 2002, there is no standard GNU utility to produce
10298 separated executable / debugging information file pairs. Ulrich
10299 Drepper's @file{elfutils} package, starting with version 0.53,
10300 contains a version of the @code{strip} command such that the command
10301 @kbd{strip foo -f foo.debug} removes the debugging information from
10302 the executable file @file{foo}, places it in the file
10303 @file{foo.debug}, and leaves behind a debug link in @file{foo}.
10304
10305 Since there are many different ways to compute CRC's (different
10306 polynomials, reversals, byte ordering, etc.), the simplest way to
10307 describe the CRC used in @code{.gnu_debuglink} sections is to give the
10308 complete code for a function that computes it:
10309
10310 @kindex @code{gnu_debuglink_crc32}
10311 @smallexample
10312 unsigned long
10313 gnu_debuglink_crc32 (unsigned long crc,
10314 unsigned char *buf, size_t len)
10315 @{
10316 static const unsigned long crc32_table[256] =
10317 @{
10318 0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419,
10319 0x706af48f, 0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4,
10320 0xe0d5e91e, 0x97d2d988, 0x09b64c2b, 0x7eb17cbd, 0xe7b82d07,
10321 0x90bf1d91, 0x1db71064, 0x6ab020f2, 0xf3b97148, 0x84be41de,
10322 0x1adad47d, 0x6ddde4eb, 0xf4d4b551, 0x83d385c7, 0x136c9856,
10323 0x646ba8c0, 0xfd62f97a, 0x8a65c9ec, 0x14015c4f, 0x63066cd9,
10324 0xfa0f3d63, 0x8d080df5, 0x3b6e20c8, 0x4c69105e, 0xd56041e4,
10325 0xa2677172, 0x3c03e4d1, 0x4b04d447, 0xd20d85fd, 0xa50ab56b,
10326 0x35b5a8fa, 0x42b2986c, 0xdbbbc9d6, 0xacbcf940, 0x32d86ce3,
10327 0x45df5c75, 0xdcd60dcf, 0xabd13d59, 0x26d930ac, 0x51de003a,
10328 0xc8d75180, 0xbfd06116, 0x21b4f4b5, 0x56b3c423, 0xcfba9599,
10329 0xb8bda50f, 0x2802b89e, 0x5f058808, 0xc60cd9b2, 0xb10be924,
10330 0x2f6f7c87, 0x58684c11, 0xc1611dab, 0xb6662d3d, 0x76dc4190,
10331 0x01db7106, 0x98d220bc, 0xefd5102a, 0x71b18589, 0x06b6b51f,
10332 0x9fbfe4a5, 0xe8b8d433, 0x7807c9a2, 0x0f00f934, 0x9609a88e,
10333 0xe10e9818, 0x7f6a0dbb, 0x086d3d2d, 0x91646c97, 0xe6635c01,
10334 0x6b6b51f4, 0x1c6c6162, 0x856530d8, 0xf262004e, 0x6c0695ed,
10335 0x1b01a57b, 0x8208f4c1, 0xf50fc457, 0x65b0d9c6, 0x12b7e950,
10336 0x8bbeb8ea, 0xfcb9887c, 0x62dd1ddf, 0x15da2d49, 0x8cd37cf3,
10337 0xfbd44c65, 0x4db26158, 0x3ab551ce, 0xa3bc0074, 0xd4bb30e2,
10338 0x4adfa541, 0x3dd895d7, 0xa4d1c46d, 0xd3d6f4fb, 0x4369e96a,
10339 0x346ed9fc, 0xad678846, 0xda60b8d0, 0x44042d73, 0x33031de5,
10340 0xaa0a4c5f, 0xdd0d7cc9, 0x5005713c, 0x270241aa, 0xbe0b1010,
10341 0xc90c2086, 0x5768b525, 0x206f85b3, 0xb966d409, 0xce61e49f,
10342 0x5edef90e, 0x29d9c998, 0xb0d09822, 0xc7d7a8b4, 0x59b33d17,
10343 0x2eb40d81, 0xb7bd5c3b, 0xc0ba6cad, 0xedb88320, 0x9abfb3b6,
10344 0x03b6e20c, 0x74b1d29a, 0xead54739, 0x9dd277af, 0x04db2615,
10345 0x73dc1683, 0xe3630b12, 0x94643b84, 0x0d6d6a3e, 0x7a6a5aa8,
10346 0xe40ecf0b, 0x9309ff9d, 0x0a00ae27, 0x7d079eb1, 0xf00f9344,
10347 0x8708a3d2, 0x1e01f268, 0x6906c2fe, 0xf762575d, 0x806567cb,
10348 0x196c3671, 0x6e6b06e7, 0xfed41b76, 0x89d32be0, 0x10da7a5a,
10349 0x67dd4acc, 0xf9b9df6f, 0x8ebeeff9, 0x17b7be43, 0x60b08ed5,
10350 0xd6d6a3e8, 0xa1d1937e, 0x38d8c2c4, 0x4fdff252, 0xd1bb67f1,
10351 0xa6bc5767, 0x3fb506dd, 0x48b2364b, 0xd80d2bda, 0xaf0a1b4c,
10352 0x36034af6, 0x41047a60, 0xdf60efc3, 0xa867df55, 0x316e8eef,
10353 0x4669be79, 0xcb61b38c, 0xbc66831a, 0x256fd2a0, 0x5268e236,
10354 0xcc0c7795, 0xbb0b4703, 0x220216b9, 0x5505262f, 0xc5ba3bbe,
10355 0xb2bd0b28, 0x2bb45a92, 0x5cb36a04, 0xc2d7ffa7, 0xb5d0cf31,
10356 0x2cd99e8b, 0x5bdeae1d, 0x9b64c2b0, 0xec63f226, 0x756aa39c,
10357 0x026d930a, 0x9c0906a9, 0xeb0e363f, 0x72076785, 0x05005713,
10358 0x95bf4a82, 0xe2b87a14, 0x7bb12bae, 0x0cb61b38, 0x92d28e9b,
10359 0xe5d5be0d, 0x7cdcefb7, 0x0bdbdf21, 0x86d3d2d4, 0xf1d4e242,
10360 0x68ddb3f8, 0x1fda836e, 0x81be16cd, 0xf6b9265b, 0x6fb077e1,
10361 0x18b74777, 0x88085ae6, 0xff0f6a70, 0x66063bca, 0x11010b5c,
10362 0x8f659eff, 0xf862ae69, 0x616bffd3, 0x166ccf45, 0xa00ae278,
10363 0xd70dd2ee, 0x4e048354, 0x3903b3c2, 0xa7672661, 0xd06016f7,
10364 0x4969474d, 0x3e6e77db, 0xaed16a4a, 0xd9d65adc, 0x40df0b66,
10365 0x37d83bf0, 0xa9bcae53, 0xdebb9ec5, 0x47b2cf7f, 0x30b5ffe9,
10366 0xbdbdf21c, 0xcabac28a, 0x53b39330, 0x24b4a3a6, 0xbad03605,
10367 0xcdd70693, 0x54de5729, 0x23d967bf, 0xb3667a2e, 0xc4614ab8,
10368 0x5d681b02, 0x2a6f2b94, 0xb40bbe37, 0xc30c8ea1, 0x5a05df1b,
10369 0x2d02ef8d
10370 @};
10371 unsigned char *end;
10372
10373 crc = ~crc & 0xffffffff;
10374 for (end = buf + len; buf < end; ++buf)
10375 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);
10376 return ~crc & 0xffffffff;
10377 @}
10378 @end smallexample
10379
10380
10381 @node Symbol Errors
10382 @section Errors reading symbol files
10383
10384 While reading a symbol file, @value{GDBN} occasionally encounters problems,
10385 such as symbol types it does not recognize, or known bugs in compiler
10386 output. By default, @value{GDBN} does not notify you of such problems, since
10387 they are relatively common and primarily of interest to people
10388 debugging compilers. If you are interested in seeing information
10389 about ill-constructed symbol tables, you can either ask @value{GDBN} to print
10390 only one message about each such type of problem, no matter how many
10391 times the problem occurs; or you can ask @value{GDBN} to print more messages,
10392 to see how many times the problems occur, with the @code{set
10393 complaints} command (@pxref{Messages/Warnings, ,Optional warnings and
10394 messages}).
10395
10396 The messages currently printed, and their meanings, include:
10397
10398 @table @code
10399 @item inner block not inside outer block in @var{symbol}
10400
10401 The symbol information shows where symbol scopes begin and end
10402 (such as at the start of a function or a block of statements). This
10403 error indicates that an inner scope block is not fully contained
10404 in its outer scope blocks.
10405
10406 @value{GDBN} circumvents the problem by treating the inner block as if it had
10407 the same scope as the outer block. In the error message, @var{symbol}
10408 may be shown as ``@code{(don't know)}'' if the outer block is not a
10409 function.
10410
10411 @item block at @var{address} out of order
10412
10413 The symbol information for symbol scope blocks should occur in
10414 order of increasing addresses. This error indicates that it does not
10415 do so.
10416
10417 @value{GDBN} does not circumvent this problem, and has trouble
10418 locating symbols in the source file whose symbols it is reading. (You
10419 can often determine what source file is affected by specifying
10420 @code{set verbose on}. @xref{Messages/Warnings, ,Optional warnings and
10421 messages}.)
10422
10423 @item bad block start address patched
10424
10425 The symbol information for a symbol scope block has a start address
10426 smaller than the address of the preceding source line. This is known
10427 to occur in the SunOS 4.1.1 (and earlier) C compiler.
10428
10429 @value{GDBN} circumvents the problem by treating the symbol scope block as
10430 starting on the previous source line.
10431
10432 @item bad string table offset in symbol @var{n}
10433
10434 @cindex foo
10435 Symbol number @var{n} contains a pointer into the string table which is
10436 larger than the size of the string table.
10437
10438 @value{GDBN} circumvents the problem by considering the symbol to have the
10439 name @code{foo}, which may cause other problems if many symbols end up
10440 with this name.
10441
10442 @item unknown symbol type @code{0x@var{nn}}
10443
10444 The symbol information contains new data types that @value{GDBN} does
10445 not yet know how to read. @code{0x@var{nn}} is the symbol type of the
10446 uncomprehended information, in hexadecimal.
10447
10448 @value{GDBN} circumvents the error by ignoring this symbol information.
10449 This usually allows you to debug your program, though certain symbols
10450 are not accessible. If you encounter such a problem and feel like
10451 debugging it, you can debug @code{@value{GDBP}} with itself, breakpoint
10452 on @code{complain}, then go up to the function @code{read_dbx_symtab}
10453 and examine @code{*bufp} to see the symbol.
10454
10455 @item stub type has NULL name
10456
10457 @value{GDBN} could not find the full definition for a struct or class.
10458
10459 @item const/volatile indicator missing (ok if using g++ v1.x), got@dots{}
10460 The symbol information for a C@t{++} member function is missing some
10461 information that recent versions of the compiler should have output for
10462 it.
10463
10464 @item info mismatch between compiler and debugger
10465
10466 @value{GDBN} could not parse a type specification output by the compiler.
10467
10468 @end table
10469
10470 @node Targets
10471 @chapter Specifying a Debugging Target
10472
10473 @cindex debugging target
10474 @kindex target
10475
10476 A @dfn{target} is the execution environment occupied by your program.
10477
10478 Often, @value{GDBN} runs in the same host environment as your program;
10479 in that case, the debugging target is specified as a side effect when
10480 you use the @code{file} or @code{core} commands. When you need more
10481 flexibility---for example, running @value{GDBN} on a physically separate
10482 host, or controlling a standalone system over a serial port or a
10483 realtime system over a TCP/IP connection---you can use the @code{target}
10484 command to specify one of the target types configured for @value{GDBN}
10485 (@pxref{Target Commands, ,Commands for managing targets}).
10486
10487 @menu
10488 * Active Targets:: Active targets
10489 * Target Commands:: Commands for managing targets
10490 * Byte Order:: Choosing target byte order
10491 * Remote:: Remote debugging
10492 * KOD:: Kernel Object Display
10493
10494 @end menu
10495
10496 @node Active Targets
10497 @section Active targets
10498
10499 @cindex stacking targets
10500 @cindex active targets
10501 @cindex multiple targets
10502
10503 There are three classes of targets: processes, core files, and
10504 executable files. @value{GDBN} can work concurrently on up to three
10505 active targets, one in each class. This allows you to (for example)
10506 start a process and inspect its activity without abandoning your work on
10507 a core file.
10508
10509 For example, if you execute @samp{gdb a.out}, then the executable file
10510 @code{a.out} is the only active target. If you designate a core file as
10511 well---presumably from a prior run that crashed and coredumped---then
10512 @value{GDBN} has two active targets and uses them in tandem, looking
10513 first in the corefile target, then in the executable file, to satisfy
10514 requests for memory addresses. (Typically, these two classes of target
10515 are complementary, since core files contain only a program's
10516 read-write memory---variables and so on---plus machine status, while
10517 executable files contain only the program text and initialized data.)
10518
10519 When you type @code{run}, your executable file becomes an active process
10520 target as well. When a process target is active, all @value{GDBN}
10521 commands requesting memory addresses refer to that target; addresses in
10522 an active core file or executable file target are obscured while the
10523 process target is active.
10524
10525 Use the @code{core-file} and @code{exec-file} commands to select a new
10526 core file or executable target (@pxref{Files, ,Commands to specify
10527 files}). To specify as a target a process that is already running, use
10528 the @code{attach} command (@pxref{Attach, ,Debugging an already-running
10529 process}).
10530
10531 @node Target Commands
10532 @section Commands for managing targets
10533
10534 @table @code
10535 @item target @var{type} @var{parameters}
10536 Connects the @value{GDBN} host environment to a target machine or
10537 process. A target is typically a protocol for talking to debugging
10538 facilities. You use the argument @var{type} to specify the type or
10539 protocol of the target machine.
10540
10541 Further @var{parameters} are interpreted by the target protocol, but
10542 typically include things like device names or host names to connect
10543 with, process numbers, and baud rates.
10544
10545 The @code{target} command does not repeat if you press @key{RET} again
10546 after executing the command.
10547
10548 @kindex help target
10549 @item help target
10550 Displays the names of all targets available. To display targets
10551 currently selected, use either @code{info target} or @code{info files}
10552 (@pxref{Files, ,Commands to specify files}).
10553
10554 @item help target @var{name}
10555 Describe a particular target, including any parameters necessary to
10556 select it.
10557
10558 @kindex set gnutarget
10559 @item set gnutarget @var{args}
10560 @value{GDBN} uses its own library BFD to read your files. @value{GDBN}
10561 knows whether it is reading an @dfn{executable},
10562 a @dfn{core}, or a @dfn{.o} file; however, you can specify the file format
10563 with the @code{set gnutarget} command. Unlike most @code{target} commands,
10564 with @code{gnutarget} the @code{target} refers to a program, not a machine.
10565
10566 @quotation
10567 @emph{Warning:} To specify a file format with @code{set gnutarget},
10568 you must know the actual BFD name.
10569 @end quotation
10570
10571 @noindent
10572 @xref{Files, , Commands to specify files}.
10573
10574 @kindex show gnutarget
10575 @item show gnutarget
10576 Use the @code{show gnutarget} command to display what file format
10577 @code{gnutarget} is set to read. If you have not set @code{gnutarget},
10578 @value{GDBN} will determine the file format for each file automatically,
10579 and @code{show gnutarget} displays @samp{The current BDF target is "auto"}.
10580 @end table
10581
10582 Here are some common targets (available, or not, depending on the GDB
10583 configuration):
10584
10585 @table @code
10586 @kindex target exec
10587 @item target exec @var{program}
10588 An executable file. @samp{target exec @var{program}} is the same as
10589 @samp{exec-file @var{program}}.
10590
10591 @kindex target core
10592 @item target core @var{filename}
10593 A core dump file. @samp{target core @var{filename}} is the same as
10594 @samp{core-file @var{filename}}.
10595
10596 @kindex target remote
10597 @item target remote @var{dev}
10598 Remote serial target in GDB-specific protocol. The argument @var{dev}
10599 specifies what serial device to use for the connection (e.g.
10600 @file{/dev/ttya}). @xref{Remote, ,Remote debugging}. @code{target remote}
10601 supports the @code{load} command. This is only useful if you have
10602 some other way of getting the stub to the target system, and you can put
10603 it somewhere in memory where it won't get clobbered by the download.
10604
10605 @kindex target sim
10606 @item target sim
10607 Builtin CPU simulator. @value{GDBN} includes simulators for most architectures.
10608 In general,
10609 @smallexample
10610 target sim
10611 load
10612 run
10613 @end smallexample
10614 @noindent
10615 works; however, you cannot assume that a specific memory map, device
10616 drivers, or even basic I/O is available, although some simulators do
10617 provide these. For info about any processor-specific simulator details,
10618 see the appropriate section in @ref{Embedded Processors, ,Embedded
10619 Processors}.
10620
10621 @end table
10622
10623 Some configurations may include these targets as well:
10624
10625 @table @code
10626
10627 @kindex target nrom
10628 @item target nrom @var{dev}
10629 NetROM ROM emulator. This target only supports downloading.
10630
10631 @end table
10632
10633 Different targets are available on different configurations of @value{GDBN};
10634 your configuration may have more or fewer targets.
10635
10636 Many remote targets require you to download the executable's code
10637 once you've successfully established a connection.
10638
10639 @table @code
10640
10641 @kindex load @var{filename}
10642 @item load @var{filename}
10643 Depending on what remote debugging facilities are configured into
10644 @value{GDBN}, the @code{load} command may be available. Where it exists, it
10645 is meant to make @var{filename} (an executable) available for debugging
10646 on the remote system---by downloading, or dynamic linking, for example.
10647 @code{load} also records the @var{filename} symbol table in @value{GDBN}, like
10648 the @code{add-symbol-file} command.
10649
10650 If your @value{GDBN} does not have a @code{load} command, attempting to
10651 execute it gets the error message ``@code{You can't do that when your
10652 target is @dots{}}''
10653
10654 The file is loaded at whatever address is specified in the executable.
10655 For some object file formats, you can specify the load address when you
10656 link the program; for other formats, like a.out, the object file format
10657 specifies a fixed address.
10658 @c FIXME! This would be a good place for an xref to the GNU linker doc.
10659
10660 @code{load} does not repeat if you press @key{RET} again after using it.
10661 @end table
10662
10663 @node Byte Order
10664 @section Choosing target byte order
10665
10666 @cindex choosing target byte order
10667 @cindex target byte order
10668
10669 Some types of processors, such as the MIPS, PowerPC, and Renesas SH,
10670 offer the ability to run either big-endian or little-endian byte
10671 orders. Usually the executable or symbol will include a bit to
10672 designate the endian-ness, and you will not need to worry about
10673 which to use. However, you may still find it useful to adjust
10674 @value{GDBN}'s idea of processor endian-ness manually.
10675
10676 @table @code
10677 @kindex set endian big
10678 @item set endian big
10679 Instruct @value{GDBN} to assume the target is big-endian.
10680
10681 @kindex set endian little
10682 @item set endian little
10683 Instruct @value{GDBN} to assume the target is little-endian.
10684
10685 @kindex set endian auto
10686 @item set endian auto
10687 Instruct @value{GDBN} to use the byte order associated with the
10688 executable.
10689
10690 @item show endian
10691 Display @value{GDBN}'s current idea of the target byte order.
10692
10693 @end table
10694
10695 Note that these commands merely adjust interpretation of symbolic
10696 data on the host, and that they have absolutely no effect on the
10697 target system.
10698
10699 @node Remote
10700 @section Remote debugging
10701 @cindex remote debugging
10702
10703 If you are trying to debug a program running on a machine that cannot run
10704 @value{GDBN} in the usual way, it is often useful to use remote debugging.
10705 For example, you might use remote debugging on an operating system kernel,
10706 or on a small system which does not have a general purpose operating system
10707 powerful enough to run a full-featured debugger.
10708
10709 Some configurations of @value{GDBN} have special serial or TCP/IP interfaces
10710 to make this work with particular debugging targets. In addition,
10711 @value{GDBN} comes with a generic serial protocol (specific to @value{GDBN},
10712 but not specific to any particular target system) which you can use if you
10713 write the remote stubs---the code that runs on the remote system to
10714 communicate with @value{GDBN}.
10715
10716 Other remote targets may be available in your
10717 configuration of @value{GDBN}; use @code{help target} to list them.
10718
10719 @node KOD
10720 @section Kernel Object Display
10721 @cindex kernel object display
10722 @cindex KOD
10723
10724 Some targets support kernel object display. Using this facility,
10725 @value{GDBN} communicates specially with the underlying operating system
10726 and can display information about operating system-level objects such as
10727 mutexes and other synchronization objects. Exactly which objects can be
10728 displayed is determined on a per-OS basis.
10729
10730 @kindex set os
10731 Use the @code{set os} command to set the operating system. This tells
10732 @value{GDBN} which kernel object display module to initialize:
10733
10734 @smallexample
10735 (@value{GDBP}) set os cisco
10736 @end smallexample
10737
10738 @kindex show os
10739 The associated command @code{show os} displays the operating system
10740 set with the @code{set os} command; if no operating system has been
10741 set, @code{show os} will display an empty string @samp{""}.
10742
10743 If @code{set os} succeeds, @value{GDBN} will display some information
10744 about the operating system, and will create a new @code{info} command
10745 which can be used to query the target. The @code{info} command is named
10746 after the operating system:
10747
10748 @kindex info cisco
10749 @smallexample
10750 (@value{GDBP}) info cisco
10751 List of Cisco Kernel Objects
10752 Object Description
10753 any Any and all objects
10754 @end smallexample
10755
10756 Further subcommands can be used to query about particular objects known
10757 by the kernel.
10758
10759 There is currently no way to determine whether a given operating
10760 system is supported other than to try setting it with @kbd{set os
10761 @var{name}}, where @var{name} is the name of the operating system you
10762 want to try.
10763
10764
10765 @node Remote Debugging
10766 @chapter Debugging remote programs
10767
10768 @menu
10769 * Connecting:: Connecting to a remote target
10770 * Server:: Using the gdbserver program
10771 * NetWare:: Using the gdbserve.nlm program
10772 * Remote configuration:: Remote configuration
10773 * remote stub:: Implementing a remote stub
10774 @end menu
10775
10776 @node Connecting
10777 @section Connecting to a remote target
10778
10779 On the @value{GDBN} host machine, you will need an unstripped copy of
10780 your program, since @value{GDBN} needs symobl and debugging information.
10781 Start up @value{GDBN} as usual, using the name of the local copy of your
10782 program as the first argument.
10783
10784 @cindex serial line, @code{target remote}
10785 If you're using a serial line, you may want to give @value{GDBN} the
10786 @w{@samp{--baud}} option, or use the @code{set remotebaud} command
10787 before the @code{target} command.
10788
10789 After that, use @code{target remote} to establish communications with
10790 the target machine. Its argument specifies how to communicate---either
10791 via a devicename attached to a direct serial line, or a TCP or UDP port
10792 (possibly to a terminal server which in turn has a serial line to the
10793 target). For example, to use a serial line connected to the device
10794 named @file{/dev/ttyb}:
10795
10796 @smallexample
10797 target remote /dev/ttyb
10798 @end smallexample
10799
10800 @cindex TCP port, @code{target remote}
10801 To use a TCP connection, use an argument of the form
10802 @code{@var{host}:@var{port}} or @code{tcp:@var{host}:@var{port}}.
10803 For example, to connect to port 2828 on a
10804 terminal server named @code{manyfarms}:
10805
10806 @smallexample
10807 target remote manyfarms:2828
10808 @end smallexample
10809
10810 If your remote target is actually running on the same machine as
10811 your debugger session (e.g.@: a simulator of your target running on
10812 the same host), you can omit the hostname. For example, to connect
10813 to port 1234 on your local machine:
10814
10815 @smallexample
10816 target remote :1234
10817 @end smallexample
10818 @noindent
10819
10820 Note that the colon is still required here.
10821
10822 @cindex UDP port, @code{target remote}
10823 To use a UDP connection, use an argument of the form
10824 @code{udp:@var{host}:@var{port}}. For example, to connect to UDP port 2828
10825 on a terminal server named @code{manyfarms}:
10826
10827 @smallexample
10828 target remote udp:manyfarms:2828
10829 @end smallexample
10830
10831 When using a UDP connection for remote debugging, you should keep in mind
10832 that the `U' stands for ``Unreliable''. UDP can silently drop packets on
10833 busy or unreliable networks, which will cause havoc with your debugging
10834 session.
10835
10836 Now you can use all the usual commands to examine and change data and to
10837 step and continue the remote program.
10838
10839 @cindex interrupting remote programs
10840 @cindex remote programs, interrupting
10841 Whenever @value{GDBN} is waiting for the remote program, if you type the
10842 interrupt character (often @key{C-C}), @value{GDBN} attempts to stop the
10843 program. This may or may not succeed, depending in part on the hardware
10844 and the serial drivers the remote system uses. If you type the
10845 interrupt character once again, @value{GDBN} displays this prompt:
10846
10847 @smallexample
10848 Interrupted while waiting for the program.
10849 Give up (and stop debugging it)? (y or n)
10850 @end smallexample
10851
10852 If you type @kbd{y}, @value{GDBN} abandons the remote debugging session.
10853 (If you decide you want to try again later, you can use @samp{target
10854 remote} again to connect once more.) If you type @kbd{n}, @value{GDBN}
10855 goes back to waiting.
10856
10857 @table @code
10858 @kindex detach (remote)
10859 @item detach
10860 When you have finished debugging the remote program, you can use the
10861 @code{detach} command to release it from @value{GDBN} control.
10862 Detaching from the target normally resumes its execution, but the results
10863 will depend on your particular remote stub. After the @code{detach}
10864 command, @value{GDBN} is free to connect to another target.
10865
10866 @kindex disconnect
10867 @item disconnect
10868 The @code{disconnect} command behaves like @code{detach}, except that
10869 the target is generally not resumed. It will wait for @value{GDBN}
10870 (this instance or another one) to connect and continue debugging. After
10871 the @code{disconnect} command, @value{GDBN} is again free to connect to
10872 another target.
10873 @end table
10874
10875 @node Server
10876 @section Using the @code{gdbserver} program
10877
10878 @kindex gdbserver
10879 @cindex remote connection without stubs
10880 @code{gdbserver} is a control program for Unix-like systems, which
10881 allows you to connect your program with a remote @value{GDBN} via
10882 @code{target remote}---but without linking in the usual debugging stub.
10883
10884 @code{gdbserver} is not a complete replacement for the debugging stubs,
10885 because it requires essentially the same operating-system facilities
10886 that @value{GDBN} itself does. In fact, a system that can run
10887 @code{gdbserver} to connect to a remote @value{GDBN} could also run
10888 @value{GDBN} locally! @code{gdbserver} is sometimes useful nevertheless,
10889 because it is a much smaller program than @value{GDBN} itself. It is
10890 also easier to port than all of @value{GDBN}, so you may be able to get
10891 started more quickly on a new system by using @code{gdbserver}.
10892 Finally, if you develop code for real-time systems, you may find that
10893 the tradeoffs involved in real-time operation make it more convenient to
10894 do as much development work as possible on another system, for example
10895 by cross-compiling. You can use @code{gdbserver} to make a similar
10896 choice for debugging.
10897
10898 @value{GDBN} and @code{gdbserver} communicate via either a serial line
10899 or a TCP connection, using the standard @value{GDBN} remote serial
10900 protocol.
10901
10902 @table @emph
10903 @item On the target machine,
10904 you need to have a copy of the program you want to debug.
10905 @code{gdbserver} does not need your program's symbol table, so you can
10906 strip the program if necessary to save space. @value{GDBN} on the host
10907 system does all the symbol handling.
10908
10909 To use the server, you must tell it how to communicate with @value{GDBN};
10910 the name of your program; and the arguments for your program. The usual
10911 syntax is:
10912
10913 @smallexample
10914 target> gdbserver @var{comm} @var{program} [ @var{args} @dots{} ]
10915 @end smallexample
10916
10917 @var{comm} is either a device name (to use a serial line) or a TCP
10918 hostname and portnumber. For example, to debug Emacs with the argument
10919 @samp{foo.txt} and communicate with @value{GDBN} over the serial port
10920 @file{/dev/com1}:
10921
10922 @smallexample
10923 target> gdbserver /dev/com1 emacs foo.txt
10924 @end smallexample
10925
10926 @code{gdbserver} waits passively for the host @value{GDBN} to communicate
10927 with it.
10928
10929 To use a TCP connection instead of a serial line:
10930
10931 @smallexample
10932 target> gdbserver host:2345 emacs foo.txt
10933 @end smallexample
10934
10935 The only difference from the previous example is the first argument,
10936 specifying that you are communicating with the host @value{GDBN} via
10937 TCP. The @samp{host:2345} argument means that @code{gdbserver} is to
10938 expect a TCP connection from machine @samp{host} to local TCP port 2345.
10939 (Currently, the @samp{host} part is ignored.) You can choose any number
10940 you want for the port number as long as it does not conflict with any
10941 TCP ports already in use on the target system (for example, @code{23} is
10942 reserved for @code{telnet}).@footnote{If you choose a port number that
10943 conflicts with another service, @code{gdbserver} prints an error message
10944 and exits.} You must use the same port number with the host @value{GDBN}
10945 @code{target remote} command.
10946
10947 On some targets, @code{gdbserver} can also attach to running programs.
10948 This is accomplished via the @code{--attach} argument. The syntax is:
10949
10950 @smallexample
10951 target> gdbserver @var{comm} --attach @var{pid}
10952 @end smallexample
10953
10954 @var{pid} is the process ID of a currently running process. It isn't necessary
10955 to point @code{gdbserver} at a binary for the running process.
10956
10957 @pindex pidof
10958 @cindex attach to a program by name
10959 You can debug processes by name instead of process ID if your target has the
10960 @code{pidof} utility:
10961
10962 @smallexample
10963 target> gdbserver @var{comm} --attach `pidof @var{PROGRAM}`
10964 @end smallexample
10965
10966 In case more than one copy of @var{PROGRAM} is running, or @var{PROGRAM}
10967 has multiple threads, most versions of @code{pidof} support the
10968 @code{-s} option to only return the first process ID.
10969
10970 @item On the host machine,
10971 connect to your target (@pxref{Connecting,,Connecting to a remote target}).
10972 For TCP connections, you must start up @code{gdbserver} prior to using
10973 the @code{target remote} command. Otherwise you may get an error whose
10974 text depends on the host system, but which usually looks something like
10975 @samp{Connection refused}. You don't need to use the @code{load}
10976 command in @value{GDBN} when using gdbserver, since the program is
10977 already on the target.
10978
10979 @end table
10980
10981 @node NetWare
10982 @section Using the @code{gdbserve.nlm} program
10983
10984 @kindex gdbserve.nlm
10985 @code{gdbserve.nlm} is a control program for NetWare systems, which
10986 allows you to connect your program with a remote @value{GDBN} via
10987 @code{target remote}.
10988
10989 @value{GDBN} and @code{gdbserve.nlm} communicate via a serial line,
10990 using the standard @value{GDBN} remote serial protocol.
10991
10992 @table @emph
10993 @item On the target machine,
10994 you need to have a copy of the program you want to debug.
10995 @code{gdbserve.nlm} does not need your program's symbol table, so you
10996 can strip the program if necessary to save space. @value{GDBN} on the
10997 host system does all the symbol handling.
10998
10999 To use the server, you must tell it how to communicate with
11000 @value{GDBN}; the name of your program; and the arguments for your
11001 program. The syntax is:
11002
11003 @smallexample
11004 load gdbserve [ BOARD=@var{board} ] [ PORT=@var{port} ]
11005 [ BAUD=@var{baud} ] @var{program} [ @var{args} @dots{} ]
11006 @end smallexample
11007
11008 @var{board} and @var{port} specify the serial line; @var{baud} specifies
11009 the baud rate used by the connection. @var{port} and @var{node} default
11010 to 0, @var{baud} defaults to 9600@dmn{bps}.
11011
11012 For example, to debug Emacs with the argument @samp{foo.txt}and
11013 communicate with @value{GDBN} over serial port number 2 or board 1
11014 using a 19200@dmn{bps} connection:
11015
11016 @smallexample
11017 load gdbserve BOARD=1 PORT=2 BAUD=19200 emacs foo.txt
11018 @end smallexample
11019
11020 @item
11021 On the @value{GDBN} host machine, connect to your target (@pxref{Connecting,,
11022 Connecting to a remote target}).
11023
11024 @end table
11025
11026 @node Remote configuration
11027 @section Remote configuration
11028
11029 The following configuration options are available when debugging remote
11030 programs:
11031
11032 @table @code
11033 @kindex set remote hardware-watchpoint-limit
11034 @kindex set remote hardware-breakpoint-limit
11035 @anchor{set remote hardware-watchpoint-limit}
11036 @anchor{set remote hardware-breakpoint-limit}
11037 @item set remote hardware-watchpoint-limit @var{limit}
11038 @itemx set remote hardware-breakpoint-limit @var{limit}
11039 Restrict @value{GDBN} to using @var{limit} remote hardware breakpoint or
11040 watchpoints. A limit of -1, the default, is treated as unlimited.
11041 @end table
11042
11043 @node remote stub
11044 @section Implementing a remote stub
11045
11046 @cindex debugging stub, example
11047 @cindex remote stub, example
11048 @cindex stub example, remote debugging
11049 The stub files provided with @value{GDBN} implement the target side of the
11050 communication protocol, and the @value{GDBN} side is implemented in the
11051 @value{GDBN} source file @file{remote.c}. Normally, you can simply allow
11052 these subroutines to communicate, and ignore the details. (If you're
11053 implementing your own stub file, you can still ignore the details: start
11054 with one of the existing stub files. @file{sparc-stub.c} is the best
11055 organized, and therefore the easiest to read.)
11056
11057 @cindex remote serial debugging, overview
11058 To debug a program running on another machine (the debugging
11059 @dfn{target} machine), you must first arrange for all the usual
11060 prerequisites for the program to run by itself. For example, for a C
11061 program, you need:
11062
11063 @enumerate
11064 @item
11065 A startup routine to set up the C runtime environment; these usually
11066 have a name like @file{crt0}. The startup routine may be supplied by
11067 your hardware supplier, or you may have to write your own.
11068
11069 @item
11070 A C subroutine library to support your program's
11071 subroutine calls, notably managing input and output.
11072
11073 @item
11074 A way of getting your program to the other machine---for example, a
11075 download program. These are often supplied by the hardware
11076 manufacturer, but you may have to write your own from hardware
11077 documentation.
11078 @end enumerate
11079
11080 The next step is to arrange for your program to use a serial port to
11081 communicate with the machine where @value{GDBN} is running (the @dfn{host}
11082 machine). In general terms, the scheme looks like this:
11083
11084 @table @emph
11085 @item On the host,
11086 @value{GDBN} already understands how to use this protocol; when everything
11087 else is set up, you can simply use the @samp{target remote} command
11088 (@pxref{Targets,,Specifying a Debugging Target}).
11089
11090 @item On the target,
11091 you must link with your program a few special-purpose subroutines that
11092 implement the @value{GDBN} remote serial protocol. The file containing these
11093 subroutines is called a @dfn{debugging stub}.
11094
11095 On certain remote targets, you can use an auxiliary program
11096 @code{gdbserver} instead of linking a stub into your program.
11097 @xref{Server,,Using the @code{gdbserver} program}, for details.
11098 @end table
11099
11100 The debugging stub is specific to the architecture of the remote
11101 machine; for example, use @file{sparc-stub.c} to debug programs on
11102 @sc{sparc} boards.
11103
11104 @cindex remote serial stub list
11105 These working remote stubs are distributed with @value{GDBN}:
11106
11107 @table @code
11108
11109 @item i386-stub.c
11110 @cindex @file{i386-stub.c}
11111 @cindex Intel
11112 @cindex i386
11113 For Intel 386 and compatible architectures.
11114
11115 @item m68k-stub.c
11116 @cindex @file{m68k-stub.c}
11117 @cindex Motorola 680x0
11118 @cindex m680x0
11119 For Motorola 680x0 architectures.
11120
11121 @item sh-stub.c
11122 @cindex @file{sh-stub.c}
11123 @cindex Renesas
11124 @cindex SH
11125 For Renesas SH architectures.
11126
11127 @item sparc-stub.c
11128 @cindex @file{sparc-stub.c}
11129 @cindex Sparc
11130 For @sc{sparc} architectures.
11131
11132 @item sparcl-stub.c
11133 @cindex @file{sparcl-stub.c}
11134 @cindex Fujitsu
11135 @cindex SparcLite
11136 For Fujitsu @sc{sparclite} architectures.
11137
11138 @end table
11139
11140 The @file{README} file in the @value{GDBN} distribution may list other
11141 recently added stubs.
11142
11143 @menu
11144 * Stub Contents:: What the stub can do for you
11145 * Bootstrapping:: What you must do for the stub
11146 * Debug Session:: Putting it all together
11147 @end menu
11148
11149 @node Stub Contents
11150 @subsection What the stub can do for you
11151
11152 @cindex remote serial stub
11153 The debugging stub for your architecture supplies these three
11154 subroutines:
11155
11156 @table @code
11157 @item set_debug_traps
11158 @kindex set_debug_traps
11159 @cindex remote serial stub, initialization
11160 This routine arranges for @code{handle_exception} to run when your
11161 program stops. You must call this subroutine explicitly near the
11162 beginning of your program.
11163
11164 @item handle_exception
11165 @kindex handle_exception
11166 @cindex remote serial stub, main routine
11167 This is the central workhorse, but your program never calls it
11168 explicitly---the setup code arranges for @code{handle_exception} to
11169 run when a trap is triggered.
11170
11171 @code{handle_exception} takes control when your program stops during
11172 execution (for example, on a breakpoint), and mediates communications
11173 with @value{GDBN} on the host machine. This is where the communications
11174 protocol is implemented; @code{handle_exception} acts as the @value{GDBN}
11175 representative on the target machine. It begins by sending summary
11176 information on the state of your program, then continues to execute,
11177 retrieving and transmitting any information @value{GDBN} needs, until you
11178 execute a @value{GDBN} command that makes your program resume; at that point,
11179 @code{handle_exception} returns control to your own code on the target
11180 machine.
11181
11182 @item breakpoint
11183 @cindex @code{breakpoint} subroutine, remote
11184 Use this auxiliary subroutine to make your program contain a
11185 breakpoint. Depending on the particular situation, this may be the only
11186 way for @value{GDBN} to get control. For instance, if your target
11187 machine has some sort of interrupt button, you won't need to call this;
11188 pressing the interrupt button transfers control to
11189 @code{handle_exception}---in effect, to @value{GDBN}. On some machines,
11190 simply receiving characters on the serial port may also trigger a trap;
11191 again, in that situation, you don't need to call @code{breakpoint} from
11192 your own program---simply running @samp{target remote} from the host
11193 @value{GDBN} session gets control.
11194
11195 Call @code{breakpoint} if none of these is true, or if you simply want
11196 to make certain your program stops at a predetermined point for the
11197 start of your debugging session.
11198 @end table
11199
11200 @node Bootstrapping
11201 @subsection What you must do for the stub
11202
11203 @cindex remote stub, support routines
11204 The debugging stubs that come with @value{GDBN} are set up for a particular
11205 chip architecture, but they have no information about the rest of your
11206 debugging target machine.
11207
11208 First of all you need to tell the stub how to communicate with the
11209 serial port.
11210
11211 @table @code
11212 @item int getDebugChar()
11213 @kindex getDebugChar
11214 Write this subroutine to read a single character from the serial port.
11215 It may be identical to @code{getchar} for your target system; a
11216 different name is used to allow you to distinguish the two if you wish.
11217
11218 @item void putDebugChar(int)
11219 @kindex putDebugChar
11220 Write this subroutine to write a single character to the serial port.
11221 It may be identical to @code{putchar} for your target system; a
11222 different name is used to allow you to distinguish the two if you wish.
11223 @end table
11224
11225 @cindex control C, and remote debugging
11226 @cindex interrupting remote targets
11227 If you want @value{GDBN} to be able to stop your program while it is
11228 running, you need to use an interrupt-driven serial driver, and arrange
11229 for it to stop when it receives a @code{^C} (@samp{\003}, the control-C
11230 character). That is the character which @value{GDBN} uses to tell the
11231 remote system to stop.
11232
11233 Getting the debugging target to return the proper status to @value{GDBN}
11234 probably requires changes to the standard stub; one quick and dirty way
11235 is to just execute a breakpoint instruction (the ``dirty'' part is that
11236 @value{GDBN} reports a @code{SIGTRAP} instead of a @code{SIGINT}).
11237
11238 Other routines you need to supply are:
11239
11240 @table @code
11241 @item void exceptionHandler (int @var{exception_number}, void *@var{exception_address})
11242 @kindex exceptionHandler
11243 Write this function to install @var{exception_address} in the exception
11244 handling tables. You need to do this because the stub does not have any
11245 way of knowing what the exception handling tables on your target system
11246 are like (for example, the processor's table might be in @sc{rom},
11247 containing entries which point to a table in @sc{ram}).
11248 @var{exception_number} is the exception number which should be changed;
11249 its meaning is architecture-dependent (for example, different numbers
11250 might represent divide by zero, misaligned access, etc). When this
11251 exception occurs, control should be transferred directly to
11252 @var{exception_address}, and the processor state (stack, registers,
11253 and so on) should be just as it is when a processor exception occurs. So if
11254 you want to use a jump instruction to reach @var{exception_address}, it
11255 should be a simple jump, not a jump to subroutine.
11256
11257 For the 386, @var{exception_address} should be installed as an interrupt
11258 gate so that interrupts are masked while the handler runs. The gate
11259 should be at privilege level 0 (the most privileged level). The
11260 @sc{sparc} and 68k stubs are able to mask interrupts themselves without
11261 help from @code{exceptionHandler}.
11262
11263 @item void flush_i_cache()
11264 @kindex flush_i_cache
11265 On @sc{sparc} and @sc{sparclite} only, write this subroutine to flush the
11266 instruction cache, if any, on your target machine. If there is no
11267 instruction cache, this subroutine may be a no-op.
11268
11269 On target machines that have instruction caches, @value{GDBN} requires this
11270 function to make certain that the state of your program is stable.
11271 @end table
11272
11273 @noindent
11274 You must also make sure this library routine is available:
11275
11276 @table @code
11277 @item void *memset(void *, int, int)
11278 @kindex memset
11279 This is the standard library function @code{memset} that sets an area of
11280 memory to a known value. If you have one of the free versions of
11281 @code{libc.a}, @code{memset} can be found there; otherwise, you must
11282 either obtain it from your hardware manufacturer, or write your own.
11283 @end table
11284
11285 If you do not use the GNU C compiler, you may need other standard
11286 library subroutines as well; this varies from one stub to another,
11287 but in general the stubs are likely to use any of the common library
11288 subroutines which @code{@value{GCC}} generates as inline code.
11289
11290
11291 @node Debug Session
11292 @subsection Putting it all together
11293
11294 @cindex remote serial debugging summary
11295 In summary, when your program is ready to debug, you must follow these
11296 steps.
11297
11298 @enumerate
11299 @item
11300 Make sure you have defined the supporting low-level routines
11301 (@pxref{Bootstrapping,,What you must do for the stub}):
11302 @display
11303 @code{getDebugChar}, @code{putDebugChar},
11304 @code{flush_i_cache}, @code{memset}, @code{exceptionHandler}.
11305 @end display
11306
11307 @item
11308 Insert these lines near the top of your program:
11309
11310 @smallexample
11311 set_debug_traps();
11312 breakpoint();
11313 @end smallexample
11314
11315 @item
11316 For the 680x0 stub only, you need to provide a variable called
11317 @code{exceptionHook}. Normally you just use:
11318
11319 @smallexample
11320 void (*exceptionHook)() = 0;
11321 @end smallexample
11322
11323 @noindent
11324 but if before calling @code{set_debug_traps}, you set it to point to a
11325 function in your program, that function is called when
11326 @code{@value{GDBN}} continues after stopping on a trap (for example, bus
11327 error). The function indicated by @code{exceptionHook} is called with
11328 one parameter: an @code{int} which is the exception number.
11329
11330 @item
11331 Compile and link together: your program, the @value{GDBN} debugging stub for
11332 your target architecture, and the supporting subroutines.
11333
11334 @item
11335 Make sure you have a serial connection between your target machine and
11336 the @value{GDBN} host, and identify the serial port on the host.
11337
11338 @item
11339 @c The "remote" target now provides a `load' command, so we should
11340 @c document that. FIXME.
11341 Download your program to your target machine (or get it there by
11342 whatever means the manufacturer provides), and start it.
11343
11344 @item
11345 Start @value{GDBN} on the host, and connect to the target
11346 (@pxref{Connecting,,Connecting to a remote target}).
11347
11348 @end enumerate
11349
11350 @node Configurations
11351 @chapter Configuration-Specific Information
11352
11353 While nearly all @value{GDBN} commands are available for all native and
11354 cross versions of the debugger, there are some exceptions. This chapter
11355 describes things that are only available in certain configurations.
11356
11357 There are three major categories of configurations: native
11358 configurations, where the host and target are the same, embedded
11359 operating system configurations, which are usually the same for several
11360 different processor architectures, and bare embedded processors, which
11361 are quite different from each other.
11362
11363 @menu
11364 * Native::
11365 * Embedded OS::
11366 * Embedded Processors::
11367 * Architectures::
11368 @end menu
11369
11370 @node Native
11371 @section Native
11372
11373 This section describes details specific to particular native
11374 configurations.
11375
11376 @menu
11377 * HP-UX:: HP-UX
11378 * SVR4 Process Information:: SVR4 process information
11379 * DJGPP Native:: Features specific to the DJGPP port
11380 * Cygwin Native:: Features specific to the Cygwin port
11381 @end menu
11382
11383 @node HP-UX
11384 @subsection HP-UX
11385
11386 On HP-UX systems, if you refer to a function or variable name that
11387 begins with a dollar sign, @value{GDBN} searches for a user or system
11388 name first, before it searches for a convenience variable.
11389
11390 @node SVR4 Process Information
11391 @subsection SVR4 process information
11392
11393 @kindex /proc
11394 @cindex process image
11395
11396 Many versions of SVR4 provide a facility called @samp{/proc} that can be
11397 used to examine the image of a running process using file-system
11398 subroutines. If @value{GDBN} is configured for an operating system with
11399 this facility, the command @code{info proc} is available to report on
11400 several kinds of information about the process running your program.
11401 @code{info proc} works only on SVR4 systems that include the
11402 @code{procfs} code. This includes OSF/1 (Digital Unix), Solaris, Irix,
11403 and Unixware, but not HP-UX or @sc{gnu}/Linux, for example.
11404
11405 @table @code
11406 @kindex info proc
11407 @item info proc
11408 Summarize available information about the process.
11409
11410 @kindex info proc mappings
11411 @item info proc mappings
11412 Report on the address ranges accessible in the program, with information
11413 on whether your program may read, write, or execute each range.
11414 @ignore
11415 @comment These sub-options of 'info proc' were not included when
11416 @comment procfs.c was re-written. Keep their descriptions around
11417 @comment against the day when someone finds the time to put them back in.
11418 @kindex info proc times
11419 @item info proc times
11420 Starting time, user CPU time, and system CPU time for your program and
11421 its children.
11422
11423 @kindex info proc id
11424 @item info proc id
11425 Report on the process IDs related to your program: its own process ID,
11426 the ID of its parent, the process group ID, and the session ID.
11427
11428 @kindex info proc status
11429 @item info proc status
11430 General information on the state of the process. If the process is
11431 stopped, this report includes the reason for stopping, and any signal
11432 received.
11433
11434 @item info proc all
11435 Show all the above information about the process.
11436 @end ignore
11437 @end table
11438
11439 @node DJGPP Native
11440 @subsection Features for Debugging @sc{djgpp} Programs
11441 @cindex @sc{djgpp} debugging
11442 @cindex native @sc{djgpp} debugging
11443 @cindex MS-DOS-specific commands
11444
11445 @sc{djgpp} is the port of @sc{gnu} development tools to MS-DOS and
11446 MS-Windows. @sc{djgpp} programs are 32-bit protected-mode programs
11447 that use the @dfn{DPMI} (DOS Protected-Mode Interface) API to run on
11448 top of real-mode DOS systems and their emulations.
11449
11450 @value{GDBN} supports native debugging of @sc{djgpp} programs, and
11451 defines a few commands specific to the @sc{djgpp} port. This
11452 subsection describes those commands.
11453
11454 @table @code
11455 @kindex info dos
11456 @item info dos
11457 This is a prefix of @sc{djgpp}-specific commands which print
11458 information about the target system and important OS structures.
11459
11460 @kindex sysinfo
11461 @cindex MS-DOS system info
11462 @cindex free memory information (MS-DOS)
11463 @item info dos sysinfo
11464 This command displays assorted information about the underlying
11465 platform: the CPU type and features, the OS version and flavor, the
11466 DPMI version, and the available conventional and DPMI memory.
11467
11468 @cindex GDT
11469 @cindex LDT
11470 @cindex IDT
11471 @cindex segment descriptor tables
11472 @cindex descriptor tables display
11473 @item info dos gdt
11474 @itemx info dos ldt
11475 @itemx info dos idt
11476 These 3 commands display entries from, respectively, Global, Local,
11477 and Interrupt Descriptor Tables (GDT, LDT, and IDT). The descriptor
11478 tables are data structures which store a descriptor for each segment
11479 that is currently in use. The segment's selector is an index into a
11480 descriptor table; the table entry for that index holds the
11481 descriptor's base address and limit, and its attributes and access
11482 rights.
11483
11484 A typical @sc{djgpp} program uses 3 segments: a code segment, a data
11485 segment (used for both data and the stack), and a DOS segment (which
11486 allows access to DOS/BIOS data structures and absolute addresses in
11487 conventional memory). However, the DPMI host will usually define
11488 additional segments in order to support the DPMI environment.
11489
11490 @cindex garbled pointers
11491 These commands allow to display entries from the descriptor tables.
11492 Without an argument, all entries from the specified table are
11493 displayed. An argument, which should be an integer expression, means
11494 display a single entry whose index is given by the argument. For
11495 example, here's a convenient way to display information about the
11496 debugged program's data segment:
11497
11498 @smallexample
11499 @exdent @code{(@value{GDBP}) info dos ldt $ds}
11500 @exdent @code{0x13f: base=0x11970000 limit=0x0009ffff 32-Bit Data (Read/Write, Exp-up)}
11501 @end smallexample
11502
11503 @noindent
11504 This comes in handy when you want to see whether a pointer is outside
11505 the data segment's limit (i.e.@: @dfn{garbled}).
11506
11507 @cindex page tables display (MS-DOS)
11508 @item info dos pde
11509 @itemx info dos pte
11510 These two commands display entries from, respectively, the Page
11511 Directory and the Page Tables. Page Directories and Page Tables are
11512 data structures which control how virtual memory addresses are mapped
11513 into physical addresses. A Page Table includes an entry for every
11514 page of memory that is mapped into the program's address space; there
11515 may be several Page Tables, each one holding up to 4096 entries. A
11516 Page Directory has up to 4096 entries, one each for every Page Table
11517 that is currently in use.
11518
11519 Without an argument, @kbd{info dos pde} displays the entire Page
11520 Directory, and @kbd{info dos pte} displays all the entries in all of
11521 the Page Tables. An argument, an integer expression, given to the
11522 @kbd{info dos pde} command means display only that entry from the Page
11523 Directory table. An argument given to the @kbd{info dos pte} command
11524 means display entries from a single Page Table, the one pointed to by
11525 the specified entry in the Page Directory.
11526
11527 @cindex direct memory access (DMA) on MS-DOS
11528 These commands are useful when your program uses @dfn{DMA} (Direct
11529 Memory Access), which needs physical addresses to program the DMA
11530 controller.
11531
11532 These commands are supported only with some DPMI servers.
11533
11534 @cindex physical address from linear address
11535 @item info dos address-pte @var{addr}
11536 This command displays the Page Table entry for a specified linear
11537 address. The argument linear address @var{addr} should already have the
11538 appropriate segment's base address added to it, because this command
11539 accepts addresses which may belong to @emph{any} segment. For
11540 example, here's how to display the Page Table entry for the page where
11541 the variable @code{i} is stored:
11542
11543 @smallexample
11544 @exdent @code{(@value{GDBP}) info dos address-pte __djgpp_base_address + (char *)&i}
11545 @exdent @code{Page Table entry for address 0x11a00d30:}
11546 @exdent @code{Base=0x02698000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0xd30}
11547 @end smallexample
11548
11549 @noindent
11550 This says that @code{i} is stored at offset @code{0xd30} from the page
11551 whose physical base address is @code{0x02698000}, and prints all the
11552 attributes of that page.
11553
11554 Note that you must cast the addresses of variables to a @code{char *},
11555 since otherwise the value of @code{__djgpp_base_address}, the base
11556 address of all variables and functions in a @sc{djgpp} program, will
11557 be added using the rules of C pointer arithmetics: if @code{i} is
11558 declared an @code{int}, @value{GDBN} will add 4 times the value of
11559 @code{__djgpp_base_address} to the address of @code{i}.
11560
11561 Here's another example, it displays the Page Table entry for the
11562 transfer buffer:
11563
11564 @smallexample
11565 @exdent @code{(@value{GDBP}) info dos address-pte *((unsigned *)&_go32_info_block + 3)}
11566 @exdent @code{Page Table entry for address 0x29110:}
11567 @exdent @code{Base=0x00029000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0x110}
11568 @end smallexample
11569
11570 @noindent
11571 (The @code{+ 3} offset is because the transfer buffer's address is the
11572 3rd member of the @code{_go32_info_block} structure.) The output of
11573 this command clearly shows that addresses in conventional memory are
11574 mapped 1:1, i.e.@: the physical and linear addresses are identical.
11575
11576 This command is supported only with some DPMI servers.
11577 @end table
11578
11579 @node Cygwin Native
11580 @subsection Features for Debugging MS Windows PE executables
11581 @cindex MS Windows debugging
11582 @cindex native Cygwin debugging
11583 @cindex Cygwin-specific commands
11584
11585 @value{GDBN} supports native debugging of MS Windows programs, including
11586 DLLs with and without symbolic debugging information. There are various
11587 additional Cygwin-specific commands, described in this subsection. The
11588 subsubsection @pxref{Non-debug DLL symbols} describes working with DLLs
11589 that have no debugging symbols.
11590
11591
11592 @table @code
11593 @kindex info w32
11594 @item info w32
11595 This is a prefix of MS Windows specific commands which print
11596 information about the target system and important OS structures.
11597
11598 @item info w32 selector
11599 This command displays information returned by
11600 the Win32 API @code{GetThreadSelectorEntry} function.
11601 It takes an optional argument that is evaluated to
11602 a long value to give the information about this given selector.
11603 Without argument, this command displays information
11604 about the the six segment registers.
11605
11606 @kindex info dll
11607 @item info dll
11608 This is a Cygwin specific alias of info shared.
11609
11610 @kindex dll-symbols
11611 @item dll-symbols
11612 This command loads symbols from a dll similarly to
11613 add-sym command but without the need to specify a base address.
11614
11615 @kindex set new-console
11616 @item set new-console @var{mode}
11617 If @var{mode} is @code{on} the debuggee will
11618 be started in a new console on next start.
11619 If @var{mode} is @code{off}i, the debuggee will
11620 be started in the same console as the debugger.
11621
11622 @kindex show new-console
11623 @item show new-console
11624 Displays whether a new console is used
11625 when the debuggee is started.
11626
11627 @kindex set new-group
11628 @item set new-group @var{mode}
11629 This boolean value controls whether the debuggee should
11630 start a new group or stay in the same group as the debugger.
11631 This affects the way the Windows OS handles
11632 Ctrl-C.
11633
11634 @kindex show new-group
11635 @item show new-group
11636 Displays current value of new-group boolean.
11637
11638 @kindex set debugevents
11639 @item set debugevents
11640 This boolean value adds debug output concerning events seen by the debugger.
11641
11642 @kindex set debugexec
11643 @item set debugexec
11644 This boolean value adds debug output concerning execute events
11645 seen by the debugger.
11646
11647 @kindex set debugexceptions
11648 @item set debugexceptions
11649 This boolean value adds debug ouptut concerning exception events
11650 seen by the debugger.
11651
11652 @kindex set debugmemory
11653 @item set debugmemory
11654 This boolean value adds debug ouptut concerning memory events
11655 seen by the debugger.
11656
11657 @kindex set shell
11658 @item set shell
11659 This boolean values specifies whether the debuggee is called
11660 via a shell or directly (default value is on).
11661
11662 @kindex show shell
11663 @item show shell
11664 Displays if the debuggee will be started with a shell.
11665
11666 @end table
11667
11668 @menu
11669 * Non-debug DLL symbols:: Support for DLLs without debugging symbols
11670 @end menu
11671
11672 @node Non-debug DLL symbols
11673 @subsubsection Support for DLLs without debugging symbols
11674 @cindex DLLs with no debugging symbols
11675 @cindex Minimal symbols and DLLs
11676
11677 Very often on windows, some of the DLLs that your program relies on do
11678 not include symbolic debugging information (for example,
11679 @file{kernel32.dll}). When @value{GDBN} doesn't recognize any debugging
11680 symbols in a DLL, it relies on the minimal amount of symbolic
11681 information contained in the DLL's export table. This subsubsection
11682 describes working with such symbols, known internally to @value{GDBN} as
11683 ``minimal symbols''.
11684
11685 Note that before the debugged program has started execution, no DLLs
11686 will have been loaded. The easiest way around this problem is simply to
11687 start the program --- either by setting a breakpoint or letting the
11688 program run once to completion. It is also possible to force
11689 @value{GDBN} to load a particular DLL before starting the executable ---
11690 see the shared library information in @pxref{Files} or the
11691 @code{dll-symbols} command in @pxref{Cygwin Native}. Currently,
11692 explicitly loading symbols from a DLL with no debugging information will
11693 cause the symbol names to be duplicated in @value{GDBN}'s lookup table,
11694 which may adversely affect symbol lookup performance.
11695
11696 @subsubsection DLL name prefixes
11697
11698 In keeping with the naming conventions used by the Microsoft debugging
11699 tools, DLL export symbols are made available with a prefix based on the
11700 DLL name, for instance @code{KERNEL32!CreateFileA}. The plain name is
11701 also entered into the symbol table, so @code{CreateFileA} is often
11702 sufficient. In some cases there will be name clashes within a program
11703 (particularly if the executable itself includes full debugging symbols)
11704 necessitating the use of the fully qualified name when referring to the
11705 contents of the DLL. Use single-quotes around the name to avoid the
11706 exclamation mark (``!'') being interpreted as a language operator.
11707
11708 Note that the internal name of the DLL may be all upper-case, even
11709 though the file name of the DLL is lower-case, or vice-versa. Since
11710 symbols within @value{GDBN} are @emph{case-sensitive} this may cause
11711 some confusion. If in doubt, try the @code{info functions} and
11712 @code{info variables} commands or even @code{maint print msymbols} (see
11713 @pxref{Symbols}). Here's an example:
11714
11715 @smallexample
11716 (gdb) info function CreateFileA
11717 All functions matching regular expression "CreateFileA":
11718
11719 Non-debugging symbols:
11720 0x77e885f4 CreateFileA
11721 0x77e885f4 KERNEL32!CreateFileA
11722 @end smallexample
11723
11724 @smallexample
11725 (gdb) info function !
11726 All functions matching regular expression "!":
11727
11728 Non-debugging symbols:
11729 0x6100114c cygwin1!__assert
11730 0x61004034 cygwin1!_dll_crt0@@0
11731 0x61004240 cygwin1!dll_crt0(per_process *)
11732 [etc...]
11733 @end smallexample
11734
11735 @subsubsection Working with minimal symbols
11736
11737 Symbols extracted from a DLL's export table do not contain very much
11738 type information. All that @value{GDBN} can do is guess whether a symbol
11739 refers to a function or variable depending on the linker section that
11740 contains the symbol. Also note that the actual contents of the memory
11741 contained in a DLL are not available unless the program is running. This
11742 means that you cannot examine the contents of a variable or disassemble
11743 a function within a DLL without a running program.
11744
11745 Variables are generally treated as pointers and dereferenced
11746 automatically. For this reason, it is often necessary to prefix a
11747 variable name with the address-of operator (``&'') and provide explicit
11748 type information in the command. Here's an example of the type of
11749 problem:
11750
11751 @smallexample
11752 (gdb) print 'cygwin1!__argv'
11753 $1 = 268572168
11754 @end smallexample
11755
11756 @smallexample
11757 (gdb) x 'cygwin1!__argv'
11758 0x10021610: "\230y\""
11759 @end smallexample
11760
11761 And two possible solutions:
11762
11763 @smallexample
11764 (gdb) print ((char **)'cygwin1!__argv')[0]
11765 $2 = 0x22fd98 "/cygdrive/c/mydirectory/myprogram"
11766 @end smallexample
11767
11768 @smallexample
11769 (gdb) x/2x &'cygwin1!__argv'
11770 0x610c0aa8 <cygwin1!__argv>: 0x10021608 0x00000000
11771 (gdb) x/x 0x10021608
11772 0x10021608: 0x0022fd98
11773 (gdb) x/s 0x0022fd98
11774 0x22fd98: "/cygdrive/c/mydirectory/myprogram"
11775 @end smallexample
11776
11777 Setting a break point within a DLL is possible even before the program
11778 starts execution. However, under these circumstances, @value{GDBN} can't
11779 examine the initial instructions of the function in order to skip the
11780 function's frame set-up code. You can work around this by using ``*&''
11781 to set the breakpoint at a raw memory address:
11782
11783 @smallexample
11784 (gdb) break *&'python22!PyOS_Readline'
11785 Breakpoint 1 at 0x1e04eff0
11786 @end smallexample
11787
11788 The author of these extensions is not entirely convinced that setting a
11789 break point within a shared DLL like @file{kernel32.dll} is completely
11790 safe.
11791
11792 @node Embedded OS
11793 @section Embedded Operating Systems
11794
11795 This section describes configurations involving the debugging of
11796 embedded operating systems that are available for several different
11797 architectures.
11798
11799 @menu
11800 * VxWorks:: Using @value{GDBN} with VxWorks
11801 @end menu
11802
11803 @value{GDBN} includes the ability to debug programs running on
11804 various real-time operating systems.
11805
11806 @node VxWorks
11807 @subsection Using @value{GDBN} with VxWorks
11808
11809 @cindex VxWorks
11810
11811 @table @code
11812
11813 @kindex target vxworks
11814 @item target vxworks @var{machinename}
11815 A VxWorks system, attached via TCP/IP. The argument @var{machinename}
11816 is the target system's machine name or IP address.
11817
11818 @end table
11819
11820 On VxWorks, @code{load} links @var{filename} dynamically on the
11821 current target system as well as adding its symbols in @value{GDBN}.
11822
11823 @value{GDBN} enables developers to spawn and debug tasks running on networked
11824 VxWorks targets from a Unix host. Already-running tasks spawned from
11825 the VxWorks shell can also be debugged. @value{GDBN} uses code that runs on
11826 both the Unix host and on the VxWorks target. The program
11827 @code{@value{GDBP}} is installed and executed on the Unix host. (It may be
11828 installed with the name @code{vxgdb}, to distinguish it from a
11829 @value{GDBN} for debugging programs on the host itself.)
11830
11831 @table @code
11832 @item VxWorks-timeout @var{args}
11833 @kindex vxworks-timeout
11834 All VxWorks-based targets now support the option @code{vxworks-timeout}.
11835 This option is set by the user, and @var{args} represents the number of
11836 seconds @value{GDBN} waits for responses to rpc's. You might use this if
11837 your VxWorks target is a slow software simulator or is on the far side
11838 of a thin network line.
11839 @end table
11840
11841 The following information on connecting to VxWorks was current when
11842 this manual was produced; newer releases of VxWorks may use revised
11843 procedures.
11844
11845 @kindex INCLUDE_RDB
11846 To use @value{GDBN} with VxWorks, you must rebuild your VxWorks kernel
11847 to include the remote debugging interface routines in the VxWorks
11848 library @file{rdb.a}. To do this, define @code{INCLUDE_RDB} in the
11849 VxWorks configuration file @file{configAll.h} and rebuild your VxWorks
11850 kernel. The resulting kernel contains @file{rdb.a}, and spawns the
11851 source debugging task @code{tRdbTask} when VxWorks is booted. For more
11852 information on configuring and remaking VxWorks, see the manufacturer's
11853 manual.
11854 @c VxWorks, see the @cite{VxWorks Programmer's Guide}.
11855
11856 Once you have included @file{rdb.a} in your VxWorks system image and set
11857 your Unix execution search path to find @value{GDBN}, you are ready to
11858 run @value{GDBN}. From your Unix host, run @code{@value{GDBP}} (or
11859 @code{vxgdb}, depending on your installation).
11860
11861 @value{GDBN} comes up showing the prompt:
11862
11863 @smallexample
11864 (vxgdb)
11865 @end smallexample
11866
11867 @menu
11868 * VxWorks Connection:: Connecting to VxWorks
11869 * VxWorks Download:: VxWorks download
11870 * VxWorks Attach:: Running tasks
11871 @end menu
11872
11873 @node VxWorks Connection
11874 @subsubsection Connecting to VxWorks
11875
11876 The @value{GDBN} command @code{target} lets you connect to a VxWorks target on the
11877 network. To connect to a target whose host name is ``@code{tt}'', type:
11878
11879 @smallexample
11880 (vxgdb) target vxworks tt
11881 @end smallexample
11882
11883 @need 750
11884 @value{GDBN} displays messages like these:
11885
11886 @smallexample
11887 Attaching remote machine across net...
11888 Connected to tt.
11889 @end smallexample
11890
11891 @need 1000
11892 @value{GDBN} then attempts to read the symbol tables of any object modules
11893 loaded into the VxWorks target since it was last booted. @value{GDBN} locates
11894 these files by searching the directories listed in the command search
11895 path (@pxref{Environment, ,Your program's environment}); if it fails
11896 to find an object file, it displays a message such as:
11897
11898 @smallexample
11899 prog.o: No such file or directory.
11900 @end smallexample
11901
11902 When this happens, add the appropriate directory to the search path with
11903 the @value{GDBN} command @code{path}, and execute the @code{target}
11904 command again.
11905
11906 @node VxWorks Download
11907 @subsubsection VxWorks download
11908
11909 @cindex download to VxWorks
11910 If you have connected to the VxWorks target and you want to debug an
11911 object that has not yet been loaded, you can use the @value{GDBN}
11912 @code{load} command to download a file from Unix to VxWorks
11913 incrementally. The object file given as an argument to the @code{load}
11914 command is actually opened twice: first by the VxWorks target in order
11915 to download the code, then by @value{GDBN} in order to read the symbol
11916 table. This can lead to problems if the current working directories on
11917 the two systems differ. If both systems have NFS mounted the same
11918 filesystems, you can avoid these problems by using absolute paths.
11919 Otherwise, it is simplest to set the working directory on both systems
11920 to the directory in which the object file resides, and then to reference
11921 the file by its name, without any path. For instance, a program
11922 @file{prog.o} may reside in @file{@var{vxpath}/vw/demo/rdb} in VxWorks
11923 and in @file{@var{hostpath}/vw/demo/rdb} on the host. To load this
11924 program, type this on VxWorks:
11925
11926 @smallexample
11927 -> cd "@var{vxpath}/vw/demo/rdb"
11928 @end smallexample
11929
11930 @noindent
11931 Then, in @value{GDBN}, type:
11932
11933 @smallexample
11934 (vxgdb) cd @var{hostpath}/vw/demo/rdb
11935 (vxgdb) load prog.o
11936 @end smallexample
11937
11938 @value{GDBN} displays a response similar to this:
11939
11940 @smallexample
11941 Reading symbol data from wherever/vw/demo/rdb/prog.o... done.
11942 @end smallexample
11943
11944 You can also use the @code{load} command to reload an object module
11945 after editing and recompiling the corresponding source file. Note that
11946 this makes @value{GDBN} delete all currently-defined breakpoints,
11947 auto-displays, and convenience variables, and to clear the value
11948 history. (This is necessary in order to preserve the integrity of
11949 debugger's data structures that reference the target system's symbol
11950 table.)
11951
11952 @node VxWorks Attach
11953 @subsubsection Running tasks
11954
11955 @cindex running VxWorks tasks
11956 You can also attach to an existing task using the @code{attach} command as
11957 follows:
11958
11959 @smallexample
11960 (vxgdb) attach @var{task}
11961 @end smallexample
11962
11963 @noindent
11964 where @var{task} is the VxWorks hexadecimal task ID. The task can be running
11965 or suspended when you attach to it. Running tasks are suspended at
11966 the time of attachment.
11967
11968 @node Embedded Processors
11969 @section Embedded Processors
11970
11971 This section goes into details specific to particular embedded
11972 configurations.
11973
11974
11975 @menu
11976 * ARM:: ARM
11977 * H8/300:: Renesas H8/300
11978 * H8/500:: Renesas H8/500
11979 * M32R/D:: Renesas M32R/D
11980 * M68K:: Motorola M68K
11981 * MIPS Embedded:: MIPS Embedded
11982 * OpenRISC 1000:: OpenRisc 1000
11983 * PA:: HP PA Embedded
11984 * PowerPC: PowerPC
11985 * SH:: Renesas SH
11986 * Sparclet:: Tsqware Sparclet
11987 * Sparclite:: Fujitsu Sparclite
11988 * ST2000:: Tandem ST2000
11989 * Z8000:: Zilog Z8000
11990 @end menu
11991
11992 @node ARM
11993 @subsection ARM
11994
11995 @table @code
11996
11997 @kindex target rdi
11998 @item target rdi @var{dev}
11999 ARM Angel monitor, via RDI library interface to ADP protocol. You may
12000 use this target to communicate with both boards running the Angel
12001 monitor, or with the EmbeddedICE JTAG debug device.
12002
12003 @kindex target rdp
12004 @item target rdp @var{dev}
12005 ARM Demon monitor.
12006
12007 @end table
12008
12009 @node H8/300
12010 @subsection Renesas H8/300
12011
12012 @table @code
12013
12014 @kindex target hms@r{, with H8/300}
12015 @item target hms @var{dev}
12016 A Renesas SH, H8/300, or H8/500 board, attached via serial line to your host.
12017 Use special commands @code{device} and @code{speed} to control the serial
12018 line and the communications speed used.
12019
12020 @kindex target e7000@r{, with H8/300}
12021 @item target e7000 @var{dev}
12022 E7000 emulator for Renesas H8 and SH.
12023
12024 @kindex target sh3@r{, with H8/300}
12025 @kindex target sh3e@r{, with H8/300}
12026 @item target sh3 @var{dev}
12027 @itemx target sh3e @var{dev}
12028 Renesas SH-3 and SH-3E target systems.
12029
12030 @end table
12031
12032 @cindex download to H8/300 or H8/500
12033 @cindex H8/300 or H8/500 download
12034 @cindex download to Renesas SH
12035 @cindex Renesas SH download
12036 When you select remote debugging to a Renesas SH, H8/300, or H8/500
12037 board, the @code{load} command downloads your program to the Renesas
12038 board and also opens it as the current executable target for
12039 @value{GDBN} on your host (like the @code{file} command).
12040
12041 @value{GDBN} needs to know these things to talk to your
12042 Renesas SH, H8/300, or H8/500:
12043
12044 @enumerate
12045 @item
12046 that you want to use @samp{target hms}, the remote debugging interface
12047 for Renesas microprocessors, or @samp{target e7000}, the in-circuit
12048 emulator for the Renesas SH and the Renesas 300H. (@samp{target hms} is
12049 the default when @value{GDBN} is configured specifically for the Renesas SH,
12050 H8/300, or H8/500.)
12051
12052 @item
12053 what serial device connects your host to your Renesas board (the first
12054 serial device available on your host is the default).
12055
12056 @item
12057 what speed to use over the serial device.
12058 @end enumerate
12059
12060 @menu
12061 * Renesas Boards:: Connecting to Renesas boards.
12062 * Renesas ICE:: Using the E7000 In-Circuit Emulator.
12063 * Renesas Special:: Special @value{GDBN} commands for Renesas micros.
12064 @end menu
12065
12066 @node Renesas Boards
12067 @subsubsection Connecting to Renesas boards
12068
12069 @c only for Unix hosts
12070 @kindex device
12071 @cindex serial device, Renesas micros
12072 Use the special @code{@value{GDBN}} command @samp{device @var{port}} if you
12073 need to explicitly set the serial device. The default @var{port} is the
12074 first available port on your host. This is only necessary on Unix
12075 hosts, where it is typically something like @file{/dev/ttya}.
12076
12077 @kindex speed
12078 @cindex serial line speed, Renesas micros
12079 @code{@value{GDBN}} has another special command to set the communications
12080 speed: @samp{speed @var{bps}}. This command also is only used from Unix
12081 hosts; on DOS hosts, set the line speed as usual from outside @value{GDBN} with
12082 the DOS @code{mode} command (for instance,
12083 @w{@kbd{mode com2:9600,n,8,1,p}} for a 9600@dmn{bps} connection).
12084
12085 The @samp{device} and @samp{speed} commands are available only when you
12086 use a Unix host to debug your Renesas microprocessor programs. If you
12087 use a DOS host,
12088 @value{GDBN} depends on an auxiliary terminate-and-stay-resident program
12089 called @code{asynctsr} to communicate with the development board
12090 through a PC serial port. You must also use the DOS @code{mode} command
12091 to set up the serial port on the DOS side.
12092
12093 The following sample session illustrates the steps needed to start a
12094 program under @value{GDBN} control on an H8/300. The example uses a
12095 sample H8/300 program called @file{t.x}. The procedure is the same for
12096 the Renesas SH and the H8/500.
12097
12098 First hook up your development board. In this example, we use a
12099 board attached to serial port @code{COM2}; if you use a different serial
12100 port, substitute its name in the argument of the @code{mode} command.
12101 When you call @code{asynctsr}, the auxiliary comms program used by the
12102 debugger, you give it just the numeric part of the serial port's name;
12103 for example, @samp{asyncstr 2} below runs @code{asyncstr} on
12104 @code{COM2}.
12105
12106 @smallexample
12107 C:\H8300\TEST> asynctsr 2
12108 C:\H8300\TEST> mode com2:9600,n,8,1,p
12109
12110 Resident portion of MODE loaded
12111
12112 COM2: 9600, n, 8, 1, p
12113
12114 @end smallexample
12115
12116 @quotation
12117 @emph{Warning:} We have noticed a bug in PC-NFS that conflicts with
12118 @code{asynctsr}. If you also run PC-NFS on your DOS host, you may need to
12119 disable it, or even boot without it, to use @code{asynctsr} to control
12120 your development board.
12121 @end quotation
12122
12123 @kindex target hms@r{, and serial protocol}
12124 Now that serial communications are set up, and the development board is
12125 connected, you can start up @value{GDBN}. Call @code{@value{GDBP}} with
12126 the name of your program as the argument. @code{@value{GDBN}} prompts
12127 you, as usual, with the prompt @samp{(@value{GDBP})}. Use two special
12128 commands to begin your debugging session: @samp{target hms} to specify
12129 cross-debugging to the Renesas board, and the @code{load} command to
12130 download your program to the board. @code{load} displays the names of
12131 the program's sections, and a @samp{*} for each 2K of data downloaded.
12132 (If you want to refresh @value{GDBN} data on symbols or on the
12133 executable file without downloading, use the @value{GDBN} commands
12134 @code{file} or @code{symbol-file}. These commands, and @code{load}
12135 itself, are described in @ref{Files,,Commands to specify files}.)
12136
12137 @smallexample
12138 (eg-C:\H8300\TEST) @value{GDBP} t.x
12139 @value{GDBN} is free software and you are welcome to distribute copies
12140 of it under certain conditions; type "show copying" to see
12141 the conditions.
12142 There is absolutely no warranty for @value{GDBN}; type "show warranty"
12143 for details.
12144 @value{GDBN} @value{GDBVN}, Copyright 1992 Free Software Foundation, Inc...
12145 (@value{GDBP}) target hms
12146 Connected to remote H8/300 HMS system.
12147 (@value{GDBP}) load t.x
12148 .text : 0x8000 .. 0xabde ***********
12149 .data : 0xabde .. 0xad30 *
12150 .stack : 0xf000 .. 0xf014 *
12151 @end smallexample
12152
12153 At this point, you're ready to run or debug your program. From here on,
12154 you can use all the usual @value{GDBN} commands. The @code{break} command
12155 sets breakpoints; the @code{run} command starts your program;
12156 @code{print} or @code{x} display data; the @code{continue} command
12157 resumes execution after stopping at a breakpoint. You can use the
12158 @code{help} command at any time to find out more about @value{GDBN} commands.
12159
12160 Remember, however, that @emph{operating system} facilities aren't
12161 available on your development board; for example, if your program hangs,
12162 you can't send an interrupt---but you can press the @sc{reset} switch!
12163
12164 Use the @sc{reset} button on the development board
12165 @itemize @bullet
12166 @item
12167 to interrupt your program (don't use @kbd{ctl-C} on the DOS host---it has
12168 no way to pass an interrupt signal to the development board); and
12169
12170 @item
12171 to return to the @value{GDBN} command prompt after your program finishes
12172 normally. The communications protocol provides no other way for @value{GDBN}
12173 to detect program completion.
12174 @end itemize
12175
12176 In either case, @value{GDBN} sees the effect of a @sc{reset} on the
12177 development board as a ``normal exit'' of your program.
12178
12179 @node Renesas ICE
12180 @subsubsection Using the E7000 in-circuit emulator
12181
12182 @kindex target e7000@r{, with Renesas ICE}
12183 You can use the E7000 in-circuit emulator to develop code for either the
12184 Renesas SH or the H8/300H. Use one of these forms of the @samp{target
12185 e7000} command to connect @value{GDBN} to your E7000:
12186
12187 @table @code
12188 @item target e7000 @var{port} @var{speed}
12189 Use this form if your E7000 is connected to a serial port. The
12190 @var{port} argument identifies what serial port to use (for example,
12191 @samp{com2}). The third argument is the line speed in bits per second
12192 (for example, @samp{9600}).
12193
12194 @item target e7000 @var{hostname}
12195 If your E7000 is installed as a host on a TCP/IP network, you can just
12196 specify its hostname; @value{GDBN} uses @code{telnet} to connect.
12197 @end table
12198
12199 @node Renesas Special
12200 @subsubsection Special @value{GDBN} commands for Renesas micros
12201
12202 Some @value{GDBN} commands are available only for the H8/300:
12203
12204 @table @code
12205
12206 @kindex set machine
12207 @kindex show machine
12208 @item set machine h8300
12209 @itemx set machine h8300h
12210 Condition @value{GDBN} for one of the two variants of the H8/300
12211 architecture with @samp{set machine}. You can use @samp{show machine}
12212 to check which variant is currently in effect.
12213
12214 @end table
12215
12216 @node H8/500
12217 @subsection H8/500
12218
12219 @table @code
12220
12221 @kindex set memory @var{mod}
12222 @cindex memory models, H8/500
12223 @item set memory @var{mod}
12224 @itemx show memory
12225 Specify which H8/500 memory model (@var{mod}) you are using with
12226 @samp{set memory}; check which memory model is in effect with @samp{show
12227 memory}. The accepted values for @var{mod} are @code{small},
12228 @code{big}, @code{medium}, and @code{compact}.
12229
12230 @end table
12231
12232 @node M32R/D
12233 @subsection Renesas M32R/D
12234
12235 @table @code
12236
12237 @kindex target m32r
12238 @item target m32r @var{dev}
12239 Renesas M32R/D ROM monitor.
12240
12241 @kindex target m32rsdi
12242 @item target m32rsdi @var{dev}
12243 Renesas M32R SDI server, connected via parallel port to the board.
12244
12245 @end table
12246
12247 @node M68K
12248 @subsection M68k
12249
12250 The Motorola m68k configuration includes ColdFire support, and
12251 target command for the following ROM monitors.
12252
12253 @table @code
12254
12255 @kindex target abug
12256 @item target abug @var{dev}
12257 ABug ROM monitor for M68K.
12258
12259 @kindex target cpu32bug
12260 @item target cpu32bug @var{dev}
12261 CPU32BUG monitor, running on a CPU32 (M68K) board.
12262
12263 @kindex target dbug
12264 @item target dbug @var{dev}
12265 dBUG ROM monitor for Motorola ColdFire.
12266
12267 @kindex target est
12268 @item target est @var{dev}
12269 EST-300 ICE monitor, running on a CPU32 (M68K) board.
12270
12271 @kindex target rom68k
12272 @item target rom68k @var{dev}
12273 ROM 68K monitor, running on an M68K IDP board.
12274
12275 @end table
12276
12277 @table @code
12278
12279 @kindex target rombug
12280 @item target rombug @var{dev}
12281 ROMBUG ROM monitor for OS/9000.
12282
12283 @end table
12284
12285 @node MIPS Embedded
12286 @subsection MIPS Embedded
12287
12288 @cindex MIPS boards
12289 @value{GDBN} can use the MIPS remote debugging protocol to talk to a
12290 MIPS board attached to a serial line. This is available when
12291 you configure @value{GDBN} with @samp{--target=mips-idt-ecoff}.
12292
12293 @need 1000
12294 Use these @value{GDBN} commands to specify the connection to your target board:
12295
12296 @table @code
12297 @item target mips @var{port}
12298 @kindex target mips @var{port}
12299 To run a program on the board, start up @code{@value{GDBP}} with the
12300 name of your program as the argument. To connect to the board, use the
12301 command @samp{target mips @var{port}}, where @var{port} is the name of
12302 the serial port connected to the board. If the program has not already
12303 been downloaded to the board, you may use the @code{load} command to
12304 download it. You can then use all the usual @value{GDBN} commands.
12305
12306 For example, this sequence connects to the target board through a serial
12307 port, and loads and runs a program called @var{prog} through the
12308 debugger:
12309
12310 @smallexample
12311 host$ @value{GDBP} @var{prog}
12312 @value{GDBN} is free software and @dots{}
12313 (@value{GDBP}) target mips /dev/ttyb
12314 (@value{GDBP}) load @var{prog}
12315 (@value{GDBP}) run
12316 @end smallexample
12317
12318 @item target mips @var{hostname}:@var{portnumber}
12319 On some @value{GDBN} host configurations, you can specify a TCP
12320 connection (for instance, to a serial line managed by a terminal
12321 concentrator) instead of a serial port, using the syntax
12322 @samp{@var{hostname}:@var{portnumber}}.
12323
12324 @item target pmon @var{port}
12325 @kindex target pmon @var{port}
12326 PMON ROM monitor.
12327
12328 @item target ddb @var{port}
12329 @kindex target ddb @var{port}
12330 NEC's DDB variant of PMON for Vr4300.
12331
12332 @item target lsi @var{port}
12333 @kindex target lsi @var{port}
12334 LSI variant of PMON.
12335
12336 @kindex target r3900
12337 @item target r3900 @var{dev}
12338 Densan DVE-R3900 ROM monitor for Toshiba R3900 Mips.
12339
12340 @kindex target array
12341 @item target array @var{dev}
12342 Array Tech LSI33K RAID controller board.
12343
12344 @end table
12345
12346
12347 @noindent
12348 @value{GDBN} also supports these special commands for MIPS targets:
12349
12350 @table @code
12351 @item set processor @var{args}
12352 @itemx show processor
12353 @kindex set processor @var{args}
12354 @kindex show processor
12355 Use the @code{set processor} command to set the type of MIPS
12356 processor when you want to access processor-type-specific registers.
12357 For example, @code{set processor @var{r3041}} tells @value{GDBN}
12358 to use the CPU registers appropriate for the 3041 chip.
12359 Use the @code{show processor} command to see what MIPS processor @value{GDBN}
12360 is using. Use the @code{info reg} command to see what registers
12361 @value{GDBN} is using.
12362
12363 @item set mipsfpu double
12364 @itemx set mipsfpu single
12365 @itemx set mipsfpu none
12366 @itemx show mipsfpu
12367 @kindex set mipsfpu
12368 @kindex show mipsfpu
12369 @cindex MIPS remote floating point
12370 @cindex floating point, MIPS remote
12371 If your target board does not support the MIPS floating point
12372 coprocessor, you should use the command @samp{set mipsfpu none} (if you
12373 need this, you may wish to put the command in your @value{GDBN} init
12374 file). This tells @value{GDBN} how to find the return value of
12375 functions which return floating point values. It also allows
12376 @value{GDBN} to avoid saving the floating point registers when calling
12377 functions on the board. If you are using a floating point coprocessor
12378 with only single precision floating point support, as on the @sc{r4650}
12379 processor, use the command @samp{set mipsfpu single}. The default
12380 double precision floating point coprocessor may be selected using
12381 @samp{set mipsfpu double}.
12382
12383 In previous versions the only choices were double precision or no
12384 floating point, so @samp{set mipsfpu on} will select double precision
12385 and @samp{set mipsfpu off} will select no floating point.
12386
12387 As usual, you can inquire about the @code{mipsfpu} variable with
12388 @samp{show mipsfpu}.
12389
12390 @item set remotedebug @var{n}
12391 @itemx show remotedebug
12392 @kindex set remotedebug@r{, MIPS protocol}
12393 @kindex show remotedebug@r{, MIPS protocol}
12394 @cindex @code{remotedebug}, MIPS protocol
12395 @cindex MIPS @code{remotedebug} protocol
12396 @c FIXME! For this to be useful, you must know something about the MIPS
12397 @c FIXME...protocol. Where is it described?
12398 You can see some debugging information about communications with the board
12399 by setting the @code{remotedebug} variable. If you set it to @code{1} using
12400 @samp{set remotedebug 1}, every packet is displayed. If you set it
12401 to @code{2}, every character is displayed. You can check the current value
12402 at any time with the command @samp{show remotedebug}.
12403
12404 @item set timeout @var{seconds}
12405 @itemx set retransmit-timeout @var{seconds}
12406 @itemx show timeout
12407 @itemx show retransmit-timeout
12408 @cindex @code{timeout}, MIPS protocol
12409 @cindex @code{retransmit-timeout}, MIPS protocol
12410 @kindex set timeout
12411 @kindex show timeout
12412 @kindex set retransmit-timeout
12413 @kindex show retransmit-timeout
12414 You can control the timeout used while waiting for a packet, in the MIPS
12415 remote protocol, with the @code{set timeout @var{seconds}} command. The
12416 default is 5 seconds. Similarly, you can control the timeout used while
12417 waiting for an acknowledgement of a packet with the @code{set
12418 retransmit-timeout @var{seconds}} command. The default is 3 seconds.
12419 You can inspect both values with @code{show timeout} and @code{show
12420 retransmit-timeout}. (These commands are @emph{only} available when
12421 @value{GDBN} is configured for @samp{--target=mips-idt-ecoff}.)
12422
12423 The timeout set by @code{set timeout} does not apply when @value{GDBN}
12424 is waiting for your program to stop. In that case, @value{GDBN} waits
12425 forever because it has no way of knowing how long the program is going
12426 to run before stopping.
12427 @end table
12428
12429 @node OpenRISC 1000
12430 @subsection OpenRISC 1000
12431 @cindex OpenRISC 1000
12432
12433 @cindex or1k boards
12434 See OR1k Architecture document (@uref{www.opencores.org}) for more information
12435 about platform and commands.
12436
12437 @table @code
12438
12439 @kindex target jtag
12440 @item target jtag jtag://@var{host}:@var{port}
12441
12442 Connects to remote JTAG server.
12443 JTAG remote server can be either an or1ksim or JTAG server,
12444 connected via parallel port to the board.
12445
12446 Example: @code{target jtag jtag://localhost:9999}
12447
12448 @kindex or1ksim
12449 @item or1ksim @var{command}
12450 If connected to @code{or1ksim} OpenRISC 1000 Architectural
12451 Simulator, proprietary commands can be executed.
12452
12453 @kindex info or1k spr
12454 @item info or1k spr
12455 Displays spr groups.
12456
12457 @item info or1k spr @var{group}
12458 @itemx info or1k spr @var{groupno}
12459 Displays register names in selected group.
12460
12461 @item info or1k spr @var{group} @var{register}
12462 @itemx info or1k spr @var{register}
12463 @itemx info or1k spr @var{groupno} @var{registerno}
12464 @itemx info or1k spr @var{registerno}
12465 Shows information about specified spr register.
12466
12467 @kindex spr
12468 @item spr @var{group} @var{register} @var{value}
12469 @itemx spr @var{register @var{value}}
12470 @itemx spr @var{groupno} @var{registerno @var{value}}
12471 @itemx spr @var{registerno @var{value}}
12472 Writes @var{value} to specified spr register.
12473 @end table
12474
12475 Some implementations of OpenRISC 1000 Architecture also have hardware trace.
12476 It is very similar to @value{GDBN} trace, except it does not interfere with normal
12477 program execution and is thus much faster. Hardware breakpoints/watchpoint
12478 triggers can be set using:
12479 @table @code
12480 @item $LEA/$LDATA
12481 Load effective address/data
12482 @item $SEA/$SDATA
12483 Store effective address/data
12484 @item $AEA/$ADATA
12485 Access effective address ($SEA or $LEA) or data ($SDATA/$LDATA)
12486 @item $FETCH
12487 Fetch data
12488 @end table
12489
12490 When triggered, it can capture low level data, like: @code{PC}, @code{LSEA},
12491 @code{LDATA}, @code{SDATA}, @code{READSPR}, @code{WRITESPR}, @code{INSTR}.
12492
12493 @code{htrace} commands:
12494 @cindex OpenRISC 1000 htrace
12495 @table @code
12496 @kindex hwatch
12497 @item hwatch @var{conditional}
12498 Set hardware watchpoint on combination of Load/Store Effecive Address(es)
12499 or Data. For example:
12500
12501 @code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
12502
12503 @code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
12504
12505 @kindex htrace info
12506 @item htrace info
12507 Display information about current HW trace configuration.
12508
12509 @kindex htrace trigger
12510 @item htrace trigger @var{conditional}
12511 Set starting criteria for HW trace.
12512
12513 @kindex htrace qualifier
12514 @item htrace qualifier @var{conditional}
12515 Set acquisition qualifier for HW trace.
12516
12517 @kindex htrace stop
12518 @item htrace stop @var{conditional}
12519 Set HW trace stopping criteria.
12520
12521 @kindex htrace record
12522 @item htrace record [@var{data}]*
12523 Selects the data to be recorded, when qualifier is met and HW trace was
12524 triggered.
12525
12526 @kindex htrace enable
12527 @item htrace enable
12528 @kindex htrace disable
12529 @itemx htrace disable
12530 Enables/disables the HW trace.
12531
12532 @kindex htrace rewind
12533 @item htrace rewind [@var{filename}]
12534 Clears currently recorded trace data.
12535
12536 If filename is specified, new trace file is made and any newly collected data
12537 will be written there.
12538
12539 @kindex htrace print
12540 @item htrace print [@var{start} [@var{len}]]
12541 Prints trace buffer, using current record configuration.
12542
12543 @kindex htrace mode continuous
12544 @item htrace mode continuous
12545 Set continuous trace mode.
12546
12547 @kindex htrace mode suspend
12548 @item htrace mode suspend
12549 Set suspend trace mode.
12550
12551 @end table
12552
12553 @node PowerPC
12554 @subsection PowerPC
12555
12556 @table @code
12557
12558 @kindex target dink32
12559 @item target dink32 @var{dev}
12560 DINK32 ROM monitor.
12561
12562 @kindex target ppcbug
12563 @item target ppcbug @var{dev}
12564 @kindex target ppcbug1
12565 @item target ppcbug1 @var{dev}
12566 PPCBUG ROM monitor for PowerPC.
12567
12568 @kindex target sds
12569 @item target sds @var{dev}
12570 SDS monitor, running on a PowerPC board (such as Motorola's ADS).
12571
12572 @end table
12573
12574 @node PA
12575 @subsection HP PA Embedded
12576
12577 @table @code
12578
12579 @kindex target op50n
12580 @item target op50n @var{dev}
12581 OP50N monitor, running on an OKI HPPA board.
12582
12583 @kindex target w89k
12584 @item target w89k @var{dev}
12585 W89K monitor, running on a Winbond HPPA board.
12586
12587 @end table
12588
12589 @node SH
12590 @subsection Renesas SH
12591
12592 @table @code
12593
12594 @kindex target hms@r{, with Renesas SH}
12595 @item target hms @var{dev}
12596 A Renesas SH board attached via serial line to your host. Use special
12597 commands @code{device} and @code{speed} to control the serial line and
12598 the communications speed used.
12599
12600 @kindex target e7000@r{, with Renesas SH}
12601 @item target e7000 @var{dev}
12602 E7000 emulator for Renesas SH.
12603
12604 @kindex target sh3@r{, with SH}
12605 @kindex target sh3e@r{, with SH}
12606 @item target sh3 @var{dev}
12607 @item target sh3e @var{dev}
12608 Renesas SH-3 and SH-3E target systems.
12609
12610 @end table
12611
12612 @node Sparclet
12613 @subsection Tsqware Sparclet
12614
12615 @cindex Sparclet
12616
12617 @value{GDBN} enables developers to debug tasks running on
12618 Sparclet targets from a Unix host.
12619 @value{GDBN} uses code that runs on
12620 both the Unix host and on the Sparclet target. The program
12621 @code{@value{GDBP}} is installed and executed on the Unix host.
12622
12623 @table @code
12624 @item remotetimeout @var{args}
12625 @kindex remotetimeout
12626 @value{GDBN} supports the option @code{remotetimeout}.
12627 This option is set by the user, and @var{args} represents the number of
12628 seconds @value{GDBN} waits for responses.
12629 @end table
12630
12631 @cindex compiling, on Sparclet
12632 When compiling for debugging, include the options @samp{-g} to get debug
12633 information and @samp{-Ttext} to relocate the program to where you wish to
12634 load it on the target. You may also want to add the options @samp{-n} or
12635 @samp{-N} in order to reduce the size of the sections. Example:
12636
12637 @smallexample
12638 sparclet-aout-gcc prog.c -Ttext 0x12010000 -g -o prog -N
12639 @end smallexample
12640
12641 You can use @code{objdump} to verify that the addresses are what you intended:
12642
12643 @smallexample
12644 sparclet-aout-objdump --headers --syms prog
12645 @end smallexample
12646
12647 @cindex running, on Sparclet
12648 Once you have set
12649 your Unix execution search path to find @value{GDBN}, you are ready to
12650 run @value{GDBN}. From your Unix host, run @code{@value{GDBP}}
12651 (or @code{sparclet-aout-gdb}, depending on your installation).
12652
12653 @value{GDBN} comes up showing the prompt:
12654
12655 @smallexample
12656 (gdbslet)
12657 @end smallexample
12658
12659 @menu
12660 * Sparclet File:: Setting the file to debug
12661 * Sparclet Connection:: Connecting to Sparclet
12662 * Sparclet Download:: Sparclet download
12663 * Sparclet Execution:: Running and debugging
12664 @end menu
12665
12666 @node Sparclet File
12667 @subsubsection Setting file to debug
12668
12669 The @value{GDBN} command @code{file} lets you choose with program to debug.
12670
12671 @smallexample
12672 (gdbslet) file prog
12673 @end smallexample
12674
12675 @need 1000
12676 @value{GDBN} then attempts to read the symbol table of @file{prog}.
12677 @value{GDBN} locates
12678 the file by searching the directories listed in the command search
12679 path.
12680 If the file was compiled with debug information (option "-g"), source
12681 files will be searched as well.
12682 @value{GDBN} locates
12683 the source files by searching the directories listed in the directory search
12684 path (@pxref{Environment, ,Your program's environment}).
12685 If it fails
12686 to find a file, it displays a message such as:
12687
12688 @smallexample
12689 prog: No such file or directory.
12690 @end smallexample
12691
12692 When this happens, add the appropriate directories to the search paths with
12693 the @value{GDBN} commands @code{path} and @code{dir}, and execute the
12694 @code{target} command again.
12695
12696 @node Sparclet Connection
12697 @subsubsection Connecting to Sparclet
12698
12699 The @value{GDBN} command @code{target} lets you connect to a Sparclet target.
12700 To connect to a target on serial port ``@code{ttya}'', type:
12701
12702 @smallexample
12703 (gdbslet) target sparclet /dev/ttya
12704 Remote target sparclet connected to /dev/ttya
12705 main () at ../prog.c:3
12706 @end smallexample
12707
12708 @need 750
12709 @value{GDBN} displays messages like these:
12710
12711 @smallexample
12712 Connected to ttya.
12713 @end smallexample
12714
12715 @node Sparclet Download
12716 @subsubsection Sparclet download
12717
12718 @cindex download to Sparclet
12719 Once connected to the Sparclet target,
12720 you can use the @value{GDBN}
12721 @code{load} command to download the file from the host to the target.
12722 The file name and load offset should be given as arguments to the @code{load}
12723 command.
12724 Since the file format is aout, the program must be loaded to the starting
12725 address. You can use @code{objdump} to find out what this value is. The load
12726 offset is an offset which is added to the VMA (virtual memory address)
12727 of each of the file's sections.
12728 For instance, if the program
12729 @file{prog} was linked to text address 0x1201000, with data at 0x12010160
12730 and bss at 0x12010170, in @value{GDBN}, type:
12731
12732 @smallexample
12733 (gdbslet) load prog 0x12010000
12734 Loading section .text, size 0xdb0 vma 0x12010000
12735 @end smallexample
12736
12737 If the code is loaded at a different address then what the program was linked
12738 to, you may need to use the @code{section} and @code{add-symbol-file} commands
12739 to tell @value{GDBN} where to map the symbol table.
12740
12741 @node Sparclet Execution
12742 @subsubsection Running and debugging
12743
12744 @cindex running and debugging Sparclet programs
12745 You can now begin debugging the task using @value{GDBN}'s execution control
12746 commands, @code{b}, @code{step}, @code{run}, etc. See the @value{GDBN}
12747 manual for the list of commands.
12748
12749 @smallexample
12750 (gdbslet) b main
12751 Breakpoint 1 at 0x12010000: file prog.c, line 3.
12752 (gdbslet) run
12753 Starting program: prog
12754 Breakpoint 1, main (argc=1, argv=0xeffff21c) at prog.c:3
12755 3 char *symarg = 0;
12756 (gdbslet) step
12757 4 char *execarg = "hello!";
12758 (gdbslet)
12759 @end smallexample
12760
12761 @node Sparclite
12762 @subsection Fujitsu Sparclite
12763
12764 @table @code
12765
12766 @kindex target sparclite
12767 @item target sparclite @var{dev}
12768 Fujitsu sparclite boards, used only for the purpose of loading.
12769 You must use an additional command to debug the program.
12770 For example: target remote @var{dev} using @value{GDBN} standard
12771 remote protocol.
12772
12773 @end table
12774
12775 @node ST2000
12776 @subsection Tandem ST2000
12777
12778 @value{GDBN} may be used with a Tandem ST2000 phone switch, running Tandem's
12779 STDBUG protocol.
12780
12781 To connect your ST2000 to the host system, see the manufacturer's
12782 manual. Once the ST2000 is physically attached, you can run:
12783
12784 @smallexample
12785 target st2000 @var{dev} @var{speed}
12786 @end smallexample
12787
12788 @noindent
12789 to establish it as your debugging environment. @var{dev} is normally
12790 the name of a serial device, such as @file{/dev/ttya}, connected to the
12791 ST2000 via a serial line. You can instead specify @var{dev} as a TCP
12792 connection (for example, to a serial line attached via a terminal
12793 concentrator) using the syntax @code{@var{hostname}:@var{portnumber}}.
12794
12795 The @code{load} and @code{attach} commands are @emph{not} defined for
12796 this target; you must load your program into the ST2000 as you normally
12797 would for standalone operation. @value{GDBN} reads debugging information
12798 (such as symbols) from a separate, debugging version of the program
12799 available on your host computer.
12800 @c FIXME!! This is terribly vague; what little content is here is
12801 @c basically hearsay.
12802
12803 @cindex ST2000 auxiliary commands
12804 These auxiliary @value{GDBN} commands are available to help you with the ST2000
12805 environment:
12806
12807 @table @code
12808 @item st2000 @var{command}
12809 @kindex st2000 @var{cmd}
12810 @cindex STDBUG commands (ST2000)
12811 @cindex commands to STDBUG (ST2000)
12812 Send a @var{command} to the STDBUG monitor. See the manufacturer's
12813 manual for available commands.
12814
12815 @item connect
12816 @cindex connect (to STDBUG)
12817 Connect the controlling terminal to the STDBUG command monitor. When
12818 you are done interacting with STDBUG, typing either of two character
12819 sequences gets you back to the @value{GDBN} command prompt:
12820 @kbd{@key{RET}~.} (Return, followed by tilde and period) or
12821 @kbd{@key{RET}~@key{C-d}} (Return, followed by tilde and control-D).
12822 @end table
12823
12824 @node Z8000
12825 @subsection Zilog Z8000
12826
12827 @cindex Z8000
12828 @cindex simulator, Z8000
12829 @cindex Zilog Z8000 simulator
12830
12831 When configured for debugging Zilog Z8000 targets, @value{GDBN} includes
12832 a Z8000 simulator.
12833
12834 For the Z8000 family, @samp{target sim} simulates either the Z8002 (the
12835 unsegmented variant of the Z8000 architecture) or the Z8001 (the
12836 segmented variant). The simulator recognizes which architecture is
12837 appropriate by inspecting the object code.
12838
12839 @table @code
12840 @item target sim @var{args}
12841 @kindex sim
12842 @kindex target sim@r{, with Z8000}
12843 Debug programs on a simulated CPU. If the simulator supports setup
12844 options, specify them via @var{args}.
12845 @end table
12846
12847 @noindent
12848 After specifying this target, you can debug programs for the simulated
12849 CPU in the same style as programs for your host computer; use the
12850 @code{file} command to load a new program image, the @code{run} command
12851 to run your program, and so on.
12852
12853 As well as making available all the usual machine registers
12854 (@pxref{Registers, ,Registers}), the Z8000 simulator provides three
12855 additional items of information as specially named registers:
12856
12857 @table @code
12858
12859 @item cycles
12860 Counts clock-ticks in the simulator.
12861
12862 @item insts
12863 Counts instructions run in the simulator.
12864
12865 @item time
12866 Execution time in 60ths of a second.
12867
12868 @end table
12869
12870 You can refer to these values in @value{GDBN} expressions with the usual
12871 conventions; for example, @w{@samp{b fputc if $cycles>5000}} sets a
12872 conditional breakpoint that suspends only after at least 5000
12873 simulated clock ticks.
12874
12875 @node Architectures
12876 @section Architectures
12877
12878 This section describes characteristics of architectures that affect
12879 all uses of @value{GDBN} with the architecture, both native and cross.
12880
12881 @menu
12882 * A29K::
12883 * Alpha::
12884 * MIPS::
12885 @end menu
12886
12887 @node A29K
12888 @subsection A29K
12889
12890 @table @code
12891
12892 @kindex set rstack_high_address
12893 @cindex AMD 29K register stack
12894 @cindex register stack, AMD29K
12895 @item set rstack_high_address @var{address}
12896 On AMD 29000 family processors, registers are saved in a separate
12897 @dfn{register stack}. There is no way for @value{GDBN} to determine the
12898 extent of this stack. Normally, @value{GDBN} just assumes that the
12899 stack is ``large enough''. This may result in @value{GDBN} referencing
12900 memory locations that do not exist. If necessary, you can get around
12901 this problem by specifying the ending address of the register stack with
12902 the @code{set rstack_high_address} command. The argument should be an
12903 address, which you probably want to precede with @samp{0x} to specify in
12904 hexadecimal.
12905
12906 @kindex show rstack_high_address
12907 @item show rstack_high_address
12908 Display the current limit of the register stack, on AMD 29000 family
12909 processors.
12910
12911 @end table
12912
12913 @node Alpha
12914 @subsection Alpha
12915
12916 See the following section.
12917
12918 @node MIPS
12919 @subsection MIPS
12920
12921 @cindex stack on Alpha
12922 @cindex stack on MIPS
12923 @cindex Alpha stack
12924 @cindex MIPS stack
12925 Alpha- and MIPS-based computers use an unusual stack frame, which
12926 sometimes requires @value{GDBN} to search backward in the object code to
12927 find the beginning of a function.
12928
12929 @cindex response time, MIPS debugging
12930 To improve response time (especially for embedded applications, where
12931 @value{GDBN} may be restricted to a slow serial line for this search)
12932 you may want to limit the size of this search, using one of these
12933 commands:
12934
12935 @table @code
12936 @cindex @code{heuristic-fence-post} (Alpha, MIPS)
12937 @item set heuristic-fence-post @var{limit}
12938 Restrict @value{GDBN} to examining at most @var{limit} bytes in its
12939 search for the beginning of a function. A value of @var{0} (the
12940 default) means there is no limit. However, except for @var{0}, the
12941 larger the limit the more bytes @code{heuristic-fence-post} must search
12942 and therefore the longer it takes to run.
12943
12944 @item show heuristic-fence-post
12945 Display the current limit.
12946 @end table
12947
12948 @noindent
12949 These commands are available @emph{only} when @value{GDBN} is configured
12950 for debugging programs on Alpha or MIPS processors.
12951
12952
12953 @node Controlling GDB
12954 @chapter Controlling @value{GDBN}
12955
12956 You can alter the way @value{GDBN} interacts with you by using the
12957 @code{set} command. For commands controlling how @value{GDBN} displays
12958 data, see @ref{Print Settings, ,Print settings}. Other settings are
12959 described here.
12960
12961 @menu
12962 * Prompt:: Prompt
12963 * Editing:: Command editing
12964 * History:: Command history
12965 * Screen Size:: Screen size
12966 * Numbers:: Numbers
12967 * ABI:: Configuring the current ABI
12968 * Messages/Warnings:: Optional warnings and messages
12969 * Debugging Output:: Optional messages about internal happenings
12970 @end menu
12971
12972 @node Prompt
12973 @section Prompt
12974
12975 @cindex prompt
12976
12977 @value{GDBN} indicates its readiness to read a command by printing a string
12978 called the @dfn{prompt}. This string is normally @samp{(@value{GDBP})}. You
12979 can change the prompt string with the @code{set prompt} command. For
12980 instance, when debugging @value{GDBN} with @value{GDBN}, it is useful to change
12981 the prompt in one of the @value{GDBN} sessions so that you can always tell
12982 which one you are talking to.
12983
12984 @emph{Note:} @code{set prompt} does not add a space for you after the
12985 prompt you set. This allows you to set a prompt which ends in a space
12986 or a prompt that does not.
12987
12988 @table @code
12989 @kindex set prompt
12990 @item set prompt @var{newprompt}
12991 Directs @value{GDBN} to use @var{newprompt} as its prompt string henceforth.
12992
12993 @kindex show prompt
12994 @item show prompt
12995 Prints a line of the form: @samp{Gdb's prompt is: @var{your-prompt}}
12996 @end table
12997
12998 @node Editing
12999 @section Command editing
13000 @cindex readline
13001 @cindex command line editing
13002
13003 @value{GDBN} reads its input commands via the @dfn{readline} interface. This
13004 @sc{gnu} library provides consistent behavior for programs which provide a
13005 command line interface to the user. Advantages are @sc{gnu} Emacs-style
13006 or @dfn{vi}-style inline editing of commands, @code{csh}-like history
13007 substitution, and a storage and recall of command history across
13008 debugging sessions.
13009
13010 You may control the behavior of command line editing in @value{GDBN} with the
13011 command @code{set}.
13012
13013 @table @code
13014 @kindex set editing
13015 @cindex editing
13016 @item set editing
13017 @itemx set editing on
13018 Enable command line editing (enabled by default).
13019
13020 @item set editing off
13021 Disable command line editing.
13022
13023 @kindex show editing
13024 @item show editing
13025 Show whether command line editing is enabled.
13026 @end table
13027
13028 @node History
13029 @section Command history
13030
13031 @value{GDBN} can keep track of the commands you type during your
13032 debugging sessions, so that you can be certain of precisely what
13033 happened. Use these commands to manage the @value{GDBN} command
13034 history facility.
13035
13036 @table @code
13037 @cindex history substitution
13038 @cindex history file
13039 @kindex set history filename
13040 @kindex GDBHISTFILE
13041 @item set history filename @var{fname}
13042 Set the name of the @value{GDBN} command history file to @var{fname}.
13043 This is the file where @value{GDBN} reads an initial command history
13044 list, and where it writes the command history from this session when it
13045 exits. You can access this list through history expansion or through
13046 the history command editing characters listed below. This file defaults
13047 to the value of the environment variable @code{GDBHISTFILE}, or to
13048 @file{./.gdb_history} (@file{./_gdb_history} on MS-DOS) if this variable
13049 is not set.
13050
13051 @cindex history save
13052 @kindex set history save
13053 @item set history save
13054 @itemx set history save on
13055 Record command history in a file, whose name may be specified with the
13056 @code{set history filename} command. By default, this option is disabled.
13057
13058 @item set history save off
13059 Stop recording command history in a file.
13060
13061 @cindex history size
13062 @kindex set history size
13063 @item set history size @var{size}
13064 Set the number of commands which @value{GDBN} keeps in its history list.
13065 This defaults to the value of the environment variable
13066 @code{HISTSIZE}, or to 256 if this variable is not set.
13067 @end table
13068
13069 @cindex history expansion
13070 History expansion assigns special meaning to the character @kbd{!}.
13071 @ifset have-readline-appendices
13072 @xref{Event Designators}.
13073 @end ifset
13074
13075 Since @kbd{!} is also the logical not operator in C, history expansion
13076 is off by default. If you decide to enable history expansion with the
13077 @code{set history expansion on} command, you may sometimes need to
13078 follow @kbd{!} (when it is used as logical not, in an expression) with
13079 a space or a tab to prevent it from being expanded. The readline
13080 history facilities do not attempt substitution on the strings
13081 @kbd{!=} and @kbd{!(}, even when history expansion is enabled.
13082
13083 The commands to control history expansion are:
13084
13085 @table @code
13086 @kindex set history expansion
13087 @item set history expansion on
13088 @itemx set history expansion
13089 Enable history expansion. History expansion is off by default.
13090
13091 @item set history expansion off
13092 Disable history expansion.
13093
13094 The readline code comes with more complete documentation of
13095 editing and history expansion features. Users unfamiliar with @sc{gnu} Emacs
13096 or @code{vi} may wish to read it.
13097 @ifset have-readline-appendices
13098 @xref{Command Line Editing}.
13099 @end ifset
13100
13101 @c @group
13102 @kindex show history
13103 @item show history
13104 @itemx show history filename
13105 @itemx show history save
13106 @itemx show history size
13107 @itemx show history expansion
13108 These commands display the state of the @value{GDBN} history parameters.
13109 @code{show history} by itself displays all four states.
13110 @c @end group
13111 @end table
13112
13113 @table @code
13114 @kindex shows
13115 @item show commands
13116 Display the last ten commands in the command history.
13117
13118 @item show commands @var{n}
13119 Print ten commands centered on command number @var{n}.
13120
13121 @item show commands +
13122 Print ten commands just after the commands last printed.
13123 @end table
13124
13125 @node Screen Size
13126 @section Screen size
13127 @cindex size of screen
13128 @cindex pauses in output
13129
13130 Certain commands to @value{GDBN} may produce large amounts of
13131 information output to the screen. To help you read all of it,
13132 @value{GDBN} pauses and asks you for input at the end of each page of
13133 output. Type @key{RET} when you want to continue the output, or @kbd{q}
13134 to discard the remaining output. Also, the screen width setting
13135 determines when to wrap lines of output. Depending on what is being
13136 printed, @value{GDBN} tries to break the line at a readable place,
13137 rather than simply letting it overflow onto the following line.
13138
13139 Normally @value{GDBN} knows the size of the screen from the terminal
13140 driver software. For example, on Unix @value{GDBN} uses the termcap data base
13141 together with the value of the @code{TERM} environment variable and the
13142 @code{stty rows} and @code{stty cols} settings. If this is not correct,
13143 you can override it with the @code{set height} and @code{set
13144 width} commands:
13145
13146 @table @code
13147 @kindex set height
13148 @kindex set width
13149 @kindex show width
13150 @kindex show height
13151 @item set height @var{lpp}
13152 @itemx show height
13153 @itemx set width @var{cpl}
13154 @itemx show width
13155 These @code{set} commands specify a screen height of @var{lpp} lines and
13156 a screen width of @var{cpl} characters. The associated @code{show}
13157 commands display the current settings.
13158
13159 If you specify a height of zero lines, @value{GDBN} does not pause during
13160 output no matter how long the output is. This is useful if output is to a
13161 file or to an editor buffer.
13162
13163 Likewise, you can specify @samp{set width 0} to prevent @value{GDBN}
13164 from wrapping its output.
13165 @end table
13166
13167 @node Numbers
13168 @section Numbers
13169 @cindex number representation
13170 @cindex entering numbers
13171
13172 You can always enter numbers in octal, decimal, or hexadecimal in
13173 @value{GDBN} by the usual conventions: octal numbers begin with
13174 @samp{0}, decimal numbers end with @samp{.}, and hexadecimal numbers
13175 begin with @samp{0x}. Numbers that begin with none of these are, by
13176 default, entered in base 10; likewise, the default display for
13177 numbers---when no particular format is specified---is base 10. You can
13178 change the default base for both input and output with the @code{set
13179 radix} command.
13180
13181 @table @code
13182 @kindex set input-radix
13183 @item set input-radix @var{base}
13184 Set the default base for numeric input. Supported choices
13185 for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
13186 specified either unambiguously or using the current default radix; for
13187 example, any of
13188
13189 @smallexample
13190 set radix 012
13191 set radix 10.
13192 set radix 0xa
13193 @end smallexample
13194
13195 @noindent
13196 sets the base to decimal. On the other hand, @samp{set radix 10}
13197 leaves the radix unchanged no matter what it was.
13198
13199 @kindex set output-radix
13200 @item set output-radix @var{base}
13201 Set the default base for numeric display. Supported choices
13202 for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
13203 specified either unambiguously or using the current default radix.
13204
13205 @kindex show input-radix
13206 @item show input-radix
13207 Display the current default base for numeric input.
13208
13209 @kindex show output-radix
13210 @item show output-radix
13211 Display the current default base for numeric display.
13212 @end table
13213
13214 @node ABI
13215 @section Configuring the current ABI
13216
13217 @value{GDBN} can determine the @dfn{ABI} (Application Binary Interface) of your
13218 application automatically. However, sometimes you need to override its
13219 conclusions. Use these commands to manage @value{GDBN}'s view of the
13220 current ABI.
13221
13222 @cindex OS ABI
13223 @kindex set osabi
13224 @kindex show osabi
13225
13226 One @value{GDBN} configuration can debug binaries for multiple operating
13227 system targets, either via remote debugging or native emulation.
13228 @value{GDBN} will autodetect the @dfn{OS ABI} (Operating System ABI) in use,
13229 but you can override its conclusion using the @code{set osabi} command.
13230 One example where this is useful is in debugging of binaries which use
13231 an alternate C library (e.g.@: @sc{uClibc} for @sc{gnu}/Linux) which does
13232 not have the same identifying marks that the standard C library for your
13233 platform provides.
13234
13235 @table @code
13236 @item show osabi
13237 Show the OS ABI currently in use.
13238
13239 @item set osabi
13240 With no argument, show the list of registered available OS ABI's.
13241
13242 @item set osabi @var{abi}
13243 Set the current OS ABI to @var{abi}.
13244 @end table
13245
13246 @cindex float promotion
13247 @kindex set coerce-float-to-double
13248
13249 Generally, the way that an argument of type @code{float} is passed to a
13250 function depends on whether the function is prototyped. For a prototyped
13251 (i.e.@: ANSI/ISO style) function, @code{float} arguments are passed unchanged,
13252 according to the architecture's convention for @code{float}. For unprototyped
13253 (i.e.@: K&R style) functions, @code{float} arguments are first promoted to type
13254 @code{double} and then passed.
13255
13256 Unfortunately, some forms of debug information do not reliably indicate whether
13257 a function is prototyped. If @value{GDBN} calls a function that is not marked
13258 as prototyped, it consults @kbd{set coerce-float-to-double}.
13259
13260 @table @code
13261 @item set coerce-float-to-double
13262 @itemx set coerce-float-to-double on
13263 Arguments of type @code{float} will be promoted to @code{double} when passed
13264 to an unprototyped function. This is the default setting.
13265
13266 @item set coerce-float-to-double off
13267 Arguments of type @code{float} will be passed directly to unprototyped
13268 functions.
13269 @end table
13270
13271 @kindex set cp-abi
13272 @kindex show cp-abi
13273 @value{GDBN} needs to know the ABI used for your program's C@t{++}
13274 objects. The correct C@t{++} ABI depends on which C@t{++} compiler was
13275 used to build your application. @value{GDBN} only fully supports
13276 programs with a single C@t{++} ABI; if your program contains code using
13277 multiple C@t{++} ABI's or if @value{GDBN} can not identify your
13278 program's ABI correctly, you can tell @value{GDBN} which ABI to use.
13279 Currently supported ABI's include ``gnu-v2'', for @code{g++} versions
13280 before 3.0, ``gnu-v3'', for @code{g++} versions 3.0 and later, and
13281 ``hpaCC'' for the HP ANSI C@t{++} compiler. Other C@t{++} compilers may
13282 use the ``gnu-v2'' or ``gnu-v3'' ABI's as well. The default setting is
13283 ``auto''.
13284
13285 @table @code
13286 @item show cp-abi
13287 Show the C@t{++} ABI currently in use.
13288
13289 @item set cp-abi
13290 With no argument, show the list of supported C@t{++} ABI's.
13291
13292 @item set cp-abi @var{abi}
13293 @itemx set cp-abi auto
13294 Set the current C@t{++} ABI to @var{abi}, or return to automatic detection.
13295 @end table
13296
13297 @node Messages/Warnings
13298 @section Optional warnings and messages
13299
13300 By default, @value{GDBN} is silent about its inner workings. If you are
13301 running on a slow machine, you may want to use the @code{set verbose}
13302 command. This makes @value{GDBN} tell you when it does a lengthy
13303 internal operation, so you will not think it has crashed.
13304
13305 Currently, the messages controlled by @code{set verbose} are those
13306 which announce that the symbol table for a source file is being read;
13307 see @code{symbol-file} in @ref{Files, ,Commands to specify files}.
13308
13309 @table @code
13310 @kindex set verbose
13311 @item set verbose on
13312 Enables @value{GDBN} output of certain informational messages.
13313
13314 @item set verbose off
13315 Disables @value{GDBN} output of certain informational messages.
13316
13317 @kindex show verbose
13318 @item show verbose
13319 Displays whether @code{set verbose} is on or off.
13320 @end table
13321
13322 By default, if @value{GDBN} encounters bugs in the symbol table of an
13323 object file, it is silent; but if you are debugging a compiler, you may
13324 find this information useful (@pxref{Symbol Errors, ,Errors reading
13325 symbol files}).
13326
13327 @table @code
13328
13329 @kindex set complaints
13330 @item set complaints @var{limit}
13331 Permits @value{GDBN} to output @var{limit} complaints about each type of
13332 unusual symbols before becoming silent about the problem. Set
13333 @var{limit} to zero to suppress all complaints; set it to a large number
13334 to prevent complaints from being suppressed.
13335
13336 @kindex show complaints
13337 @item show complaints
13338 Displays how many symbol complaints @value{GDBN} is permitted to produce.
13339
13340 @end table
13341
13342 By default, @value{GDBN} is cautious, and asks what sometimes seems to be a
13343 lot of stupid questions to confirm certain commands. For example, if
13344 you try to run a program which is already running:
13345
13346 @smallexample
13347 (@value{GDBP}) run
13348 The program being debugged has been started already.
13349 Start it from the beginning? (y or n)
13350 @end smallexample
13351
13352 If you are willing to unflinchingly face the consequences of your own
13353 commands, you can disable this ``feature'':
13354
13355 @table @code
13356
13357 @kindex set confirm
13358 @cindex flinching
13359 @cindex confirmation
13360 @cindex stupid questions
13361 @item set confirm off
13362 Disables confirmation requests.
13363
13364 @item set confirm on
13365 Enables confirmation requests (the default).
13366
13367 @kindex show confirm
13368 @item show confirm
13369 Displays state of confirmation requests.
13370
13371 @end table
13372
13373 @node Debugging Output
13374 @section Optional messages about internal happenings
13375 @table @code
13376 @kindex set debug arch
13377 @item set debug arch
13378 Turns on or off display of gdbarch debugging info. The default is off
13379 @kindex show debug arch
13380 @item show debug arch
13381 Displays the current state of displaying gdbarch debugging info.
13382 @kindex set debug event
13383 @item set debug event
13384 Turns on or off display of @value{GDBN} event debugging info. The
13385 default is off.
13386 @kindex show debug event
13387 @item show debug event
13388 Displays the current state of displaying @value{GDBN} event debugging
13389 info.
13390 @kindex set debug expression
13391 @item set debug expression
13392 Turns on or off display of @value{GDBN} expression debugging info. The
13393 default is off.
13394 @kindex show debug expression
13395 @item show debug expression
13396 Displays the current state of displaying @value{GDBN} expression
13397 debugging info.
13398 @kindex set debug frame
13399 @item set debug frame
13400 Turns on or off display of @value{GDBN} frame debugging info. The
13401 default is off.
13402 @kindex show debug frame
13403 @item show debug frame
13404 Displays the current state of displaying @value{GDBN} frame debugging
13405 info.
13406 @kindex set debug overload
13407 @item set debug overload
13408 Turns on or off display of @value{GDBN} C@t{++} overload debugging
13409 info. This includes info such as ranking of functions, etc. The default
13410 is off.
13411 @kindex show debug overload
13412 @item show debug overload
13413 Displays the current state of displaying @value{GDBN} C@t{++} overload
13414 debugging info.
13415 @kindex set debug remote
13416 @cindex packets, reporting on stdout
13417 @cindex serial connections, debugging
13418 @item set debug remote
13419 Turns on or off display of reports on all packets sent back and forth across
13420 the serial line to the remote machine. The info is printed on the
13421 @value{GDBN} standard output stream. The default is off.
13422 @kindex show debug remote
13423 @item show debug remote
13424 Displays the state of display of remote packets.
13425 @kindex set debug serial
13426 @item set debug serial
13427 Turns on or off display of @value{GDBN} serial debugging info. The
13428 default is off.
13429 @kindex show debug serial
13430 @item show debug serial
13431 Displays the current state of displaying @value{GDBN} serial debugging
13432 info.
13433 @kindex set debug target
13434 @item set debug target
13435 Turns on or off display of @value{GDBN} target debugging info. This info
13436 includes what is going on at the target level of GDB, as it happens. The
13437 default is off.
13438 @kindex show debug target
13439 @item show debug target
13440 Displays the current state of displaying @value{GDBN} target debugging
13441 info.
13442 @kindex set debug varobj
13443 @item set debug varobj
13444 Turns on or off display of @value{GDBN} variable object debugging
13445 info. The default is off.
13446 @kindex show debug varobj
13447 @item show debug varobj
13448 Displays the current state of displaying @value{GDBN} variable object
13449 debugging info.
13450 @end table
13451
13452 @node Sequences
13453 @chapter Canned Sequences of Commands
13454
13455 Aside from breakpoint commands (@pxref{Break Commands, ,Breakpoint
13456 command lists}), @value{GDBN} provides two ways to store sequences of
13457 commands for execution as a unit: user-defined commands and command
13458 files.
13459
13460 @menu
13461 * Define:: User-defined commands
13462 * Hooks:: User-defined command hooks
13463 * Command Files:: Command files
13464 * Output:: Commands for controlled output
13465 @end menu
13466
13467 @node Define
13468 @section User-defined commands
13469
13470 @cindex user-defined command
13471 A @dfn{user-defined command} is a sequence of @value{GDBN} commands to
13472 which you assign a new name as a command. This is done with the
13473 @code{define} command. User commands may accept up to 10 arguments
13474 separated by whitespace. Arguments are accessed within the user command
13475 via @var{$arg0@dots{}$arg9}. A trivial example:
13476
13477 @smallexample
13478 define adder
13479 print $arg0 + $arg1 + $arg2
13480 @end smallexample
13481
13482 @noindent
13483 To execute the command use:
13484
13485 @smallexample
13486 adder 1 2 3
13487 @end smallexample
13488
13489 @noindent
13490 This defines the command @code{adder}, which prints the sum of
13491 its three arguments. Note the arguments are text substitutions, so they may
13492 reference variables, use complex expressions, or even perform inferior
13493 functions calls.
13494
13495 @table @code
13496
13497 @kindex define
13498 @item define @var{commandname}
13499 Define a command named @var{commandname}. If there is already a command
13500 by that name, you are asked to confirm that you want to redefine it.
13501
13502 The definition of the command is made up of other @value{GDBN} command lines,
13503 which are given following the @code{define} command. The end of these
13504 commands is marked by a line containing @code{end}.
13505
13506 @kindex if
13507 @kindex else
13508 @item if
13509 Takes a single argument, which is an expression to evaluate.
13510 It is followed by a series of commands that are executed
13511 only if the expression is true (nonzero).
13512 There can then optionally be a line @code{else}, followed
13513 by a series of commands that are only executed if the expression
13514 was false. The end of the list is marked by a line containing @code{end}.
13515
13516 @kindex while
13517 @item while
13518 The syntax is similar to @code{if}: the command takes a single argument,
13519 which is an expression to evaluate, and must be followed by the commands to
13520 execute, one per line, terminated by an @code{end}.
13521 The commands are executed repeatedly as long as the expression
13522 evaluates to true.
13523
13524 @kindex document
13525 @item document @var{commandname}
13526 Document the user-defined command @var{commandname}, so that it can be
13527 accessed by @code{help}. The command @var{commandname} must already be
13528 defined. This command reads lines of documentation just as @code{define}
13529 reads the lines of the command definition, ending with @code{end}.
13530 After the @code{document} command is finished, @code{help} on command
13531 @var{commandname} displays the documentation you have written.
13532
13533 You may use the @code{document} command again to change the
13534 documentation of a command. Redefining the command with @code{define}
13535 does not change the documentation.
13536
13537 @kindex help user-defined
13538 @item help user-defined
13539 List all user-defined commands, with the first line of the documentation
13540 (if any) for each.
13541
13542 @kindex show user
13543 @item show user
13544 @itemx show user @var{commandname}
13545 Display the @value{GDBN} commands used to define @var{commandname} (but
13546 not its documentation). If no @var{commandname} is given, display the
13547 definitions for all user-defined commands.
13548
13549 @kindex show max-user-call-depth
13550 @kindex set max-user-call-depth
13551 @item show max-user-call-depth
13552 @itemx set max-user-call-depth
13553 The value of @code{max-user-call-depth} controls how many recursion
13554 levels are allowed in user-defined commands before GDB suspects an
13555 infinite recursion and aborts the command.
13556
13557 @end table
13558
13559 When user-defined commands are executed, the
13560 commands of the definition are not printed. An error in any command
13561 stops execution of the user-defined command.
13562
13563 If used interactively, commands that would ask for confirmation proceed
13564 without asking when used inside a user-defined command. Many @value{GDBN}
13565 commands that normally print messages to say what they are doing omit the
13566 messages when used in a user-defined command.
13567
13568 @node Hooks
13569 @section User-defined command hooks
13570 @cindex command hooks
13571 @cindex hooks, for commands
13572 @cindex hooks, pre-command
13573
13574 @kindex hook
13575 @kindex hook-
13576 You may define @dfn{hooks}, which are a special kind of user-defined
13577 command. Whenever you run the command @samp{foo}, if the user-defined
13578 command @samp{hook-foo} exists, it is executed (with no arguments)
13579 before that command.
13580
13581 @cindex hooks, post-command
13582 @kindex hookpost
13583 @kindex hookpost-
13584 A hook may also be defined which is run after the command you executed.
13585 Whenever you run the command @samp{foo}, if the user-defined command
13586 @samp{hookpost-foo} exists, it is executed (with no arguments) after
13587 that command. Post-execution hooks may exist simultaneously with
13588 pre-execution hooks, for the same command.
13589
13590 It is valid for a hook to call the command which it hooks. If this
13591 occurs, the hook is not re-executed, thereby avoiding infinte recursion.
13592
13593 @c It would be nice if hookpost could be passed a parameter indicating
13594 @c if the command it hooks executed properly or not. FIXME!
13595
13596 @kindex stop@r{, a pseudo-command}
13597 In addition, a pseudo-command, @samp{stop} exists. Defining
13598 (@samp{hook-stop}) makes the associated commands execute every time
13599 execution stops in your program: before breakpoint commands are run,
13600 displays are printed, or the stack frame is printed.
13601
13602 For example, to ignore @code{SIGALRM} signals while
13603 single-stepping, but treat them normally during normal execution,
13604 you could define:
13605
13606 @smallexample
13607 define hook-stop
13608 handle SIGALRM nopass
13609 end
13610
13611 define hook-run
13612 handle SIGALRM pass
13613 end
13614
13615 define hook-continue
13616 handle SIGLARM pass
13617 end
13618 @end smallexample
13619
13620 As a further example, to hook at the begining and end of the @code{echo}
13621 command, and to add extra text to the beginning and end of the message,
13622 you could define:
13623
13624 @smallexample
13625 define hook-echo
13626 echo <<<---
13627 end
13628
13629 define hookpost-echo
13630 echo --->>>\n
13631 end
13632
13633 (@value{GDBP}) echo Hello World
13634 <<<---Hello World--->>>
13635 (@value{GDBP})
13636
13637 @end smallexample
13638
13639 You can define a hook for any single-word command in @value{GDBN}, but
13640 not for command aliases; you should define a hook for the basic command
13641 name, e.g. @code{backtrace} rather than @code{bt}.
13642 @c FIXME! So how does Joe User discover whether a command is an alias
13643 @c or not?
13644 If an error occurs during the execution of your hook, execution of
13645 @value{GDBN} commands stops and @value{GDBN} issues a prompt
13646 (before the command that you actually typed had a chance to run).
13647
13648 If you try to define a hook which does not match any known command, you
13649 get a warning from the @code{define} command.
13650
13651 @node Command Files
13652 @section Command files
13653
13654 @cindex command files
13655 A command file for @value{GDBN} is a file of lines that are @value{GDBN}
13656 commands. Comments (lines starting with @kbd{#}) may also be included.
13657 An empty line in a command file does nothing; it does not mean to repeat
13658 the last command, as it would from the terminal.
13659
13660 @cindex init file
13661 @cindex @file{.gdbinit}
13662 @cindex @file{gdb.ini}
13663 When you start @value{GDBN}, it automatically executes commands from its
13664 @dfn{init files}, normally called @file{.gdbinit}@footnote{The DJGPP
13665 port of @value{GDBN} uses the name @file{gdb.ini} instead, due to the
13666 limitations of file names imposed by DOS filesystems.}.
13667 During startup, @value{GDBN} does the following:
13668
13669 @enumerate
13670 @item
13671 Reads the init file (if any) in your home directory@footnote{On
13672 DOS/Windows systems, the home directory is the one pointed to by the
13673 @code{HOME} environment variable.}.
13674
13675 @item
13676 Processes command line options and operands.
13677
13678 @item
13679 Reads the init file (if any) in the current working directory.
13680
13681 @item
13682 Reads command files specified by the @samp{-x} option.
13683 @end enumerate
13684
13685 The init file in your home directory can set options (such as @samp{set
13686 complaints}) that affect subsequent processing of command line options
13687 and operands. Init files are not executed if you use the @samp{-nx}
13688 option (@pxref{Mode Options, ,Choosing modes}).
13689
13690 @cindex init file name
13691 On some configurations of @value{GDBN}, the init file is known by a
13692 different name (these are typically environments where a specialized
13693 form of @value{GDBN} may need to coexist with other forms, hence a
13694 different name for the specialized version's init file). These are the
13695 environments with special init file names:
13696
13697 @cindex @file{.vxgdbinit}
13698 @itemize @bullet
13699 @item
13700 VxWorks (Wind River Systems real-time OS): @file{.vxgdbinit}
13701
13702 @cindex @file{.os68gdbinit}
13703 @item
13704 OS68K (Enea Data Systems real-time OS): @file{.os68gdbinit}
13705
13706 @cindex @file{.esgdbinit}
13707 @item
13708 ES-1800 (Ericsson Telecom AB M68000 emulator): @file{.esgdbinit}
13709 @end itemize
13710
13711 You can also request the execution of a command file with the
13712 @code{source} command:
13713
13714 @table @code
13715 @kindex source
13716 @item source @var{filename}
13717 Execute the command file @var{filename}.
13718 @end table
13719
13720 The lines in a command file are executed sequentially. They are not
13721 printed as they are executed. An error in any command terminates
13722 execution of the command file and control is returned to the console.
13723
13724 Commands that would ask for confirmation if used interactively proceed
13725 without asking when used in a command file. Many @value{GDBN} commands that
13726 normally print messages to say what they are doing omit the messages
13727 when called from command files.
13728
13729 @value{GDBN} also accepts command input from standard input. In this
13730 mode, normal output goes to standard output and error output goes to
13731 standard error. Errors in a command file supplied on standard input do
13732 not terminate execution of the command file --- execution continues with
13733 the next command.
13734
13735 @smallexample
13736 gdb < cmds > log 2>&1
13737 @end smallexample
13738
13739 (The syntax above will vary depending on the shell used.) This example
13740 will execute commands from the file @file{cmds}. All output and errors
13741 would be directed to @file{log}.
13742
13743 @node Output
13744 @section Commands for controlled output
13745
13746 During the execution of a command file or a user-defined command, normal
13747 @value{GDBN} output is suppressed; the only output that appears is what is
13748 explicitly printed by the commands in the definition. This section
13749 describes three commands useful for generating exactly the output you
13750 want.
13751
13752 @table @code
13753 @kindex echo
13754 @item echo @var{text}
13755 @c I do not consider backslash-space a standard C escape sequence
13756 @c because it is not in ANSI.
13757 Print @var{text}. Nonprinting characters can be included in
13758 @var{text} using C escape sequences, such as @samp{\n} to print a
13759 newline. @strong{No newline is printed unless you specify one.}
13760 In addition to the standard C escape sequences, a backslash followed
13761 by a space stands for a space. This is useful for displaying a
13762 string with spaces at the beginning or the end, since leading and
13763 trailing spaces are otherwise trimmed from all arguments.
13764 To print @samp{@w{ }and foo =@w{ }}, use the command
13765 @samp{echo \@w{ }and foo = \@w{ }}.
13766
13767 A backslash at the end of @var{text} can be used, as in C, to continue
13768 the command onto subsequent lines. For example,
13769
13770 @smallexample
13771 echo This is some text\n\
13772 which is continued\n\
13773 onto several lines.\n
13774 @end smallexample
13775
13776 produces the same output as
13777
13778 @smallexample
13779 echo This is some text\n
13780 echo which is continued\n
13781 echo onto several lines.\n
13782 @end smallexample
13783
13784 @kindex output
13785 @item output @var{expression}
13786 Print the value of @var{expression} and nothing but that value: no
13787 newlines, no @samp{$@var{nn} = }. The value is not entered in the
13788 value history either. @xref{Expressions, ,Expressions}, for more information
13789 on expressions.
13790
13791 @item output/@var{fmt} @var{expression}
13792 Print the value of @var{expression} in format @var{fmt}. You can use
13793 the same formats as for @code{print}. @xref{Output Formats,,Output
13794 formats}, for more information.
13795
13796 @kindex printf
13797 @item printf @var{string}, @var{expressions}@dots{}
13798 Print the values of the @var{expressions} under the control of
13799 @var{string}. The @var{expressions} are separated by commas and may be
13800 either numbers or pointers. Their values are printed as specified by
13801 @var{string}, exactly as if your program were to execute the C
13802 subroutine
13803 @c FIXME: the above implies that at least all ANSI C formats are
13804 @c supported, but it isn't true: %E and %G don't work (or so it seems).
13805 @c Either this is a bug, or the manual should document what formats are
13806 @c supported.
13807
13808 @smallexample
13809 printf (@var{string}, @var{expressions}@dots{});
13810 @end smallexample
13811
13812 For example, you can print two values in hex like this:
13813
13814 @smallexample
13815 printf "foo, bar-foo = 0x%x, 0x%x\n", foo, bar-foo
13816 @end smallexample
13817
13818 The only backslash-escape sequences that you can use in the format
13819 string are the simple ones that consist of backslash followed by a
13820 letter.
13821 @end table
13822
13823 @node Interpreters
13824 @chapter Command Interpreters
13825 @cindex command interpreters
13826
13827 @value{GDBN} supports multiple command interpreters, and some command
13828 infrastructure to allow users or user interface writers to switch
13829 between interpreters or run commands in other interpreters.
13830
13831 @value{GDBN} currently supports two command interpreters, the console
13832 interpreter (sometimes called the command-line interpreter or @sc{cli})
13833 and the machine interface interpreter (or @sc{gdb/mi}). This manual
13834 describes both of these interfaces in great detail.
13835
13836 By default, @value{GDBN} will start with the console interpreter.
13837 However, the user may choose to start @value{GDBN} with another
13838 interpreter by specifying the @option{-i} or @option{--interpreter}
13839 startup options. Defined interpreters include:
13840
13841 @table @code
13842 @item console
13843 @cindex console interpreter
13844 The traditional console or command-line interpreter. This is the most often
13845 used interpreter with @value{GDBN}. With no interpreter specified at runtime,
13846 @value{GDBN} will use this interpreter.
13847
13848 @item mi
13849 @cindex mi interpreter
13850 The newest @sc{gdb/mi} interface (currently @code{mi2}). Used primarily
13851 by programs wishing to use @value{GDBN} as a backend for a debugger GUI
13852 or an IDE. For more information, see @ref{GDB/MI, ,The @sc{gdb/mi}
13853 Interface}.
13854
13855 @item mi2
13856 @cindex mi2 interpreter
13857 The current @sc{gdb/mi} interface.
13858
13859 @item mi1
13860 @cindex mi1 interpreter
13861 The @sc{gdb/mi} interface included in @value{GDBN} 5.1, 5.2, and 5.3.
13862
13863 @end table
13864
13865 @cindex invoke another interpreter
13866 The interpreter being used by @value{GDBN} may not be dynamically
13867 switched at runtime. Although possible, this could lead to a very
13868 precarious situation. Consider an IDE using @sc{gdb/mi}. If a user
13869 enters the command "interpreter-set console" in a console view,
13870 @value{GDBN} would switch to using the console interpreter, rendering
13871 the IDE inoperable!
13872
13873 @kindex interpreter-exec
13874 Although you may only choose a single interpreter at startup, you may execute
13875 commands in any interpreter from the current interpreter using the appropriate
13876 command. If you are running the console interpreter, simply use the
13877 @code{interpreter-exec} command:
13878
13879 @smallexample
13880 interpreter-exec mi "-data-list-register-names"
13881 @end smallexample
13882
13883 @sc{gdb/mi} has a similar command, although it is only available in versions of
13884 @value{GDBN} which support @sc{gdb/mi} version 2 (or greater).
13885
13886 @node TUI
13887 @chapter @value{GDBN} Text User Interface
13888 @cindex TUI
13889
13890 @menu
13891 * TUI Overview:: TUI overview
13892 * TUI Keys:: TUI key bindings
13893 * TUI Single Key Mode:: TUI single key mode
13894 * TUI Commands:: TUI specific commands
13895 * TUI Configuration:: TUI configuration variables
13896 @end menu
13897
13898 The @value{GDBN} Text User Interface, TUI in short,
13899 is a terminal interface which uses the @code{curses} library
13900 to show the source file, the assembly output, the program registers
13901 and @value{GDBN} commands in separate text windows.
13902 The TUI is available only when @value{GDBN} is configured
13903 with the @code{--enable-tui} configure option (@pxref{Configure Options}).
13904
13905 @node TUI Overview
13906 @section TUI overview
13907
13908 The TUI has two display modes that can be switched while
13909 @value{GDBN} runs:
13910
13911 @itemize @bullet
13912 @item
13913 A curses (or TUI) mode in which it displays several text
13914 windows on the terminal.
13915
13916 @item
13917 A standard mode which corresponds to the @value{GDBN} configured without
13918 the TUI.
13919 @end itemize
13920
13921 In the TUI mode, @value{GDBN} can display several text window
13922 on the terminal:
13923
13924 @table @emph
13925 @item command
13926 This window is the @value{GDBN} command window with the @value{GDBN}
13927 prompt and the @value{GDBN} outputs. The @value{GDBN} input is still
13928 managed using readline but through the TUI. The @emph{command}
13929 window is always visible.
13930
13931 @item source
13932 The source window shows the source file of the program. The current
13933 line as well as active breakpoints are displayed in this window.
13934
13935 @item assembly
13936 The assembly window shows the disassembly output of the program.
13937
13938 @item register
13939 This window shows the processor registers. It detects when
13940 a register is changed and when this is the case, registers that have
13941 changed are highlighted.
13942
13943 @end table
13944
13945 The source and assembly windows show the current program position
13946 by highlighting the current line and marking them with the @samp{>} marker.
13947 Breakpoints are also indicated with two markers. A first one
13948 indicates the breakpoint type:
13949
13950 @table @code
13951 @item B
13952 Breakpoint which was hit at least once.
13953
13954 @item b
13955 Breakpoint which was never hit.
13956
13957 @item H
13958 Hardware breakpoint which was hit at least once.
13959
13960 @item h
13961 Hardware breakpoint which was never hit.
13962
13963 @end table
13964
13965 The second marker indicates whether the breakpoint is enabled or not:
13966
13967 @table @code
13968 @item +
13969 Breakpoint is enabled.
13970
13971 @item -
13972 Breakpoint is disabled.
13973
13974 @end table
13975
13976 The source, assembly and register windows are attached to the thread
13977 and the frame position. They are updated when the current thread
13978 changes, when the frame changes or when the program counter changes.
13979 These three windows are arranged by the TUI according to several
13980 layouts. The layout defines which of these three windows are visible.
13981 The following layouts are available:
13982
13983 @itemize @bullet
13984 @item
13985 source
13986
13987 @item
13988 assembly
13989
13990 @item
13991 source and assembly
13992
13993 @item
13994 source and registers
13995
13996 @item
13997 assembly and registers
13998
13999 @end itemize
14000
14001 On top of the command window a status line gives various information
14002 concerning the current process begin debugged. The status line is
14003 updated when the information it shows changes. The following fields
14004 are displayed:
14005
14006 @table @emph
14007 @item target
14008 Indicates the current gdb target
14009 (@pxref{Targets, ,Specifying a Debugging Target}).
14010
14011 @item process
14012 Gives information about the current process or thread number.
14013 When no process is being debugged, this field is set to @code{No process}.
14014
14015 @item function
14016 Gives the current function name for the selected frame.
14017 The name is demangled if demangling is turned on (@pxref{Print Settings}).
14018 When there is no symbol corresponding to the current program counter
14019 the string @code{??} is displayed.
14020
14021 @item line
14022 Indicates the current line number for the selected frame.
14023 When the current line number is not known the string @code{??} is displayed.
14024
14025 @item pc
14026 Indicates the current program counter address.
14027
14028 @end table
14029
14030 @node TUI Keys
14031 @section TUI Key Bindings
14032 @cindex TUI key bindings
14033
14034 The TUI installs several key bindings in the readline keymaps
14035 (@pxref{Command Line Editing}).
14036 They allow to leave or enter in the TUI mode or they operate
14037 directly on the TUI layout and windows. The TUI also provides
14038 a @emph{SingleKey} keymap which binds several keys directly to
14039 @value{GDBN} commands. The following key bindings
14040 are installed for both TUI mode and the @value{GDBN} standard mode.
14041
14042 @table @kbd
14043 @kindex C-x C-a
14044 @item C-x C-a
14045 @kindex C-x a
14046 @itemx C-x a
14047 @kindex C-x A
14048 @itemx C-x A
14049 Enter or leave the TUI mode. When the TUI mode is left,
14050 the curses window management is left and @value{GDBN} operates using
14051 its standard mode writing on the terminal directly. When the TUI
14052 mode is entered, the control is given back to the curses windows.
14053 The screen is then refreshed.
14054
14055 @kindex C-x 1
14056 @item C-x 1
14057 Use a TUI layout with only one window. The layout will
14058 either be @samp{source} or @samp{assembly}. When the TUI mode
14059 is not active, it will switch to the TUI mode.
14060
14061 Think of this key binding as the Emacs @kbd{C-x 1} binding.
14062
14063 @kindex C-x 2
14064 @item C-x 2
14065 Use a TUI layout with at least two windows. When the current
14066 layout shows already two windows, a next layout with two windows is used.
14067 When a new layout is chosen, one window will always be common to the
14068 previous layout and the new one.
14069
14070 Think of it as the Emacs @kbd{C-x 2} binding.
14071
14072 @kindex C-x o
14073 @item C-x o
14074 Change the active window. The TUI associates several key bindings
14075 (like scrolling and arrow keys) to the active window. This command
14076 gives the focus to the next TUI window.
14077
14078 Think of it as the Emacs @kbd{C-x o} binding.
14079
14080 @kindex C-x s
14081 @item C-x s
14082 Use the TUI @emph{SingleKey} keymap that binds single key to gdb commands
14083 (@pxref{TUI Single Key Mode}).
14084
14085 @end table
14086
14087 The following key bindings are handled only by the TUI mode:
14088
14089 @table @key
14090 @kindex PgUp
14091 @item PgUp
14092 Scroll the active window one page up.
14093
14094 @kindex PgDn
14095 @item PgDn
14096 Scroll the active window one page down.
14097
14098 @kindex Up
14099 @item Up
14100 Scroll the active window one line up.
14101
14102 @kindex Down
14103 @item Down
14104 Scroll the active window one line down.
14105
14106 @kindex Left
14107 @item Left
14108 Scroll the active window one column left.
14109
14110 @kindex Right
14111 @item Right
14112 Scroll the active window one column right.
14113
14114 @kindex C-L
14115 @item C-L
14116 Refresh the screen.
14117
14118 @end table
14119
14120 In the TUI mode, the arrow keys are used by the active window
14121 for scrolling. This means they are available for readline when the
14122 active window is the command window. When the command window
14123 does not have the focus, it is necessary to use other readline
14124 key bindings such as @key{C-p}, @key{C-n}, @key{C-b} and @key{C-f}.
14125
14126 @node TUI Single Key Mode
14127 @section TUI Single Key Mode
14128 @cindex TUI single key mode
14129
14130 The TUI provides a @emph{SingleKey} mode in which it installs a particular
14131 key binding in the readline keymaps to connect single keys to
14132 some gdb commands.
14133
14134 @table @kbd
14135 @kindex c @r{(SingleKey TUI key)}
14136 @item c
14137 continue
14138
14139 @kindex d @r{(SingleKey TUI key)}
14140 @item d
14141 down
14142
14143 @kindex f @r{(SingleKey TUI key)}
14144 @item f
14145 finish
14146
14147 @kindex n @r{(SingleKey TUI key)}
14148 @item n
14149 next
14150
14151 @kindex q @r{(SingleKey TUI key)}
14152 @item q
14153 exit the @emph{SingleKey} mode.
14154
14155 @kindex r @r{(SingleKey TUI key)}
14156 @item r
14157 run
14158
14159 @kindex s @r{(SingleKey TUI key)}
14160 @item s
14161 step
14162
14163 @kindex u @r{(SingleKey TUI key)}
14164 @item u
14165 up
14166
14167 @kindex v @r{(SingleKey TUI key)}
14168 @item v
14169 info locals
14170
14171 @kindex w @r{(SingleKey TUI key)}
14172 @item w
14173 where
14174
14175 @end table
14176
14177 Other keys temporarily switch to the @value{GDBN} command prompt.
14178 The key that was pressed is inserted in the editing buffer so that
14179 it is possible to type most @value{GDBN} commands without interaction
14180 with the TUI @emph{SingleKey} mode. Once the command is entered the TUI
14181 @emph{SingleKey} mode is restored. The only way to permanently leave
14182 this mode is by hitting @key{q} or @samp{@key{C-x} @key{s}}.
14183
14184
14185 @node TUI Commands
14186 @section TUI specific commands
14187 @cindex TUI commands
14188
14189 The TUI has specific commands to control the text windows.
14190 These commands are always available, that is they do not depend on
14191 the current terminal mode in which @value{GDBN} runs. When @value{GDBN}
14192 is in the standard mode, using these commands will automatically switch
14193 in the TUI mode.
14194
14195 @table @code
14196 @item info win
14197 @kindex info win
14198 List and give the size of all displayed windows.
14199
14200 @item layout next
14201 @kindex layout next
14202 Display the next layout.
14203
14204 @item layout prev
14205 @kindex layout prev
14206 Display the previous layout.
14207
14208 @item layout src
14209 @kindex layout src
14210 Display the source window only.
14211
14212 @item layout asm
14213 @kindex layout asm
14214 Display the assembly window only.
14215
14216 @item layout split
14217 @kindex layout split
14218 Display the source and assembly window.
14219
14220 @item layout regs
14221 @kindex layout regs
14222 Display the register window together with the source or assembly window.
14223
14224 @item focus next | prev | src | asm | regs | split
14225 @kindex focus
14226 Set the focus to the named window.
14227 This command allows to change the active window so that scrolling keys
14228 can be affected to another window.
14229
14230 @item refresh
14231 @kindex refresh
14232 Refresh the screen. This is similar to using @key{C-L} key.
14233
14234 @item update
14235 @kindex update
14236 Update the source window and the current execution point.
14237
14238 @item winheight @var{name} +@var{count}
14239 @itemx winheight @var{name} -@var{count}
14240 @kindex winheight
14241 Change the height of the window @var{name} by @var{count}
14242 lines. Positive counts increase the height, while negative counts
14243 decrease it.
14244
14245 @end table
14246
14247 @node TUI Configuration
14248 @section TUI configuration variables
14249 @cindex TUI configuration variables
14250
14251 The TUI has several configuration variables that control the
14252 appearance of windows on the terminal.
14253
14254 @table @code
14255 @item set tui border-kind @var{kind}
14256 @kindex set tui border-kind
14257 Select the border appearance for the source, assembly and register windows.
14258 The possible values are the following:
14259 @table @code
14260 @item space
14261 Use a space character to draw the border.
14262
14263 @item ascii
14264 Use ascii characters + - and | to draw the border.
14265
14266 @item acs
14267 Use the Alternate Character Set to draw the border. The border is
14268 drawn using character line graphics if the terminal supports them.
14269
14270 @end table
14271
14272 @item set tui active-border-mode @var{mode}
14273 @kindex set tui active-border-mode
14274 Select the attributes to display the border of the active window.
14275 The possible values are @code{normal}, @code{standout}, @code{reverse},
14276 @code{half}, @code{half-standout}, @code{bold} and @code{bold-standout}.
14277
14278 @item set tui border-mode @var{mode}
14279 @kindex set tui border-mode
14280 Select the attributes to display the border of other windows.
14281 The @var{mode} can be one of the following:
14282 @table @code
14283 @item normal
14284 Use normal attributes to display the border.
14285
14286 @item standout
14287 Use standout mode.
14288
14289 @item reverse
14290 Use reverse video mode.
14291
14292 @item half
14293 Use half bright mode.
14294
14295 @item half-standout
14296 Use half bright and standout mode.
14297
14298 @item bold
14299 Use extra bright or bold mode.
14300
14301 @item bold-standout
14302 Use extra bright or bold and standout mode.
14303
14304 @end table
14305
14306 @end table
14307
14308 @node Emacs
14309 @chapter Using @value{GDBN} under @sc{gnu} Emacs
14310
14311 @cindex Emacs
14312 @cindex @sc{gnu} Emacs
14313 A special interface allows you to use @sc{gnu} Emacs to view (and
14314 edit) the source files for the program you are debugging with
14315 @value{GDBN}.
14316
14317 To use this interface, use the command @kbd{M-x gdb} in Emacs. Give the
14318 executable file you want to debug as an argument. This command starts
14319 @value{GDBN} as a subprocess of Emacs, with input and output through a newly
14320 created Emacs buffer.
14321 @c (Do not use the @code{-tui} option to run @value{GDBN} from Emacs.)
14322
14323 Using @value{GDBN} under Emacs is just like using @value{GDBN} normally except for two
14324 things:
14325
14326 @itemize @bullet
14327 @item
14328 All ``terminal'' input and output goes through the Emacs buffer.
14329 @end itemize
14330
14331 This applies both to @value{GDBN} commands and their output, and to the input
14332 and output done by the program you are debugging.
14333
14334 This is useful because it means that you can copy the text of previous
14335 commands and input them again; you can even use parts of the output
14336 in this way.
14337
14338 All the facilities of Emacs' Shell mode are available for interacting
14339 with your program. In particular, you can send signals the usual
14340 way---for example, @kbd{C-c C-c} for an interrupt, @kbd{C-c C-z} for a
14341 stop.
14342
14343 @itemize @bullet
14344 @item
14345 @value{GDBN} displays source code through Emacs.
14346 @end itemize
14347
14348 Each time @value{GDBN} displays a stack frame, Emacs automatically finds the
14349 source file for that frame and puts an arrow (@samp{=>}) at the
14350 left margin of the current line. Emacs uses a separate buffer for
14351 source display, and splits the screen to show both your @value{GDBN} session
14352 and the source.
14353
14354 Explicit @value{GDBN} @code{list} or search commands still produce output as
14355 usual, but you probably have no reason to use them from Emacs.
14356
14357 If you specify an absolute file name when prompted for the @kbd{M-x
14358 gdb} argument, then Emacs sets your current working directory to where
14359 your program resides. If you only specify the file name, then Emacs
14360 sets your current working directory to to the directory associated
14361 with the previous buffer. In this case, @value{GDBN} may find your
14362 program by searching your environment's @code{PATH} variable, but on
14363 some operating systems it might not find the source. So, although the
14364 @value{GDBN} input and output session proceeds normally, the auxiliary
14365 buffer does not display the current source and line of execution.
14366
14367 The initial working directory of @value{GDBN} is printed on the top
14368 line of the @value{GDBN} I/O buffer and this serves as a default for
14369 the commands that specify files for @value{GDBN} to operate
14370 on. @xref{Files, ,Commands to specify files}.
14371
14372 By default, @kbd{M-x gdb} calls the program called @file{gdb}. If you
14373 need to call @value{GDBN} by a different name (for example, if you
14374 keep several configurations around, with different names) you can
14375 customize the Emacs variable @code{gud-gdb-command-name} to run the
14376 one you want.
14377
14378 In the @value{GDBN} I/O buffer, you can use these special Emacs commands in
14379 addition to the standard Shell mode commands:
14380
14381 @table @kbd
14382 @item C-h m
14383 Describe the features of Emacs' @value{GDBN} Mode.
14384
14385 @item C-c C-s
14386 Execute to another source line, like the @value{GDBN} @code{step} command; also
14387 update the display window to show the current file and location.
14388
14389 @item C-c C-n
14390 Execute to next source line in this function, skipping all function
14391 calls, like the @value{GDBN} @code{next} command. Then update the display window
14392 to show the current file and location.
14393
14394 @item C-c C-i
14395 Execute one instruction, like the @value{GDBN} @code{stepi} command; update
14396 display window accordingly.
14397
14398 @item C-c C-f
14399 Execute until exit from the selected stack frame, like the @value{GDBN}
14400 @code{finish} command.
14401
14402 @item C-c C-r
14403 Continue execution of your program, like the @value{GDBN} @code{continue}
14404 command.
14405
14406 @item C-c <
14407 Go up the number of frames indicated by the numeric argument
14408 (@pxref{Arguments, , Numeric Arguments, Emacs, The @sc{gnu} Emacs Manual}),
14409 like the @value{GDBN} @code{up} command.
14410
14411 @item C-c >
14412 Go down the number of frames indicated by the numeric argument, like the
14413 @value{GDBN} @code{down} command.
14414 @end table
14415
14416 In any source file, the Emacs command @kbd{C-x SPC} (@code{gud-break})
14417 tells @value{GDBN} to set a breakpoint on the source line point is on.
14418
14419 If you type @kbd{M-x speedbar}, then Emacs displays a separate frame which
14420 shows a backtrace when the @value{GDBN} I/O buffer is current. Move
14421 point to any frame in the stack and type @key{RET} to make it become the
14422 current frame and display the associated source in the source buffer.
14423 Alternatively, click @kbd{Mouse-2} to make the selected frame become the
14424 current one.
14425
14426 If you accidentally delete the source-display buffer, an easy way to get
14427 it back is to type the command @code{f} in the @value{GDBN} buffer, to
14428 request a frame display; when you run under Emacs, this recreates
14429 the source buffer if necessary to show you the context of the current
14430 frame.
14431
14432 The source files displayed in Emacs are in ordinary Emacs buffers
14433 which are visiting the source files in the usual way. You can edit
14434 the files with these buffers if you wish; but keep in mind that @value{GDBN}
14435 communicates with Emacs in terms of line numbers. If you add or
14436 delete lines from the text, the line numbers that @value{GDBN} knows cease
14437 to correspond properly with the code.
14438
14439 The description given here is for GNU Emacs version 21.3 and a more
14440 detailed description of its interaction with @value{GDBN} is given in
14441 the Emacs manual (@pxref{Debuggers,,, Emacs, The @sc{gnu} Emacs Manual}).
14442
14443 @c The following dropped because Epoch is nonstandard. Reactivate
14444 @c if/when v19 does something similar. ---doc@cygnus.com 19dec1990
14445 @ignore
14446 @kindex Emacs Epoch environment
14447 @kindex Epoch
14448 @kindex inspect
14449
14450 Version 18 of @sc{gnu} Emacs has a built-in window system
14451 called the @code{epoch}
14452 environment. Users of this environment can use a new command,
14453 @code{inspect} which performs identically to @code{print} except that
14454 each value is printed in its own window.
14455 @end ignore
14456
14457
14458 @node GDB/MI
14459 @chapter The @sc{gdb/mi} Interface
14460
14461 @unnumberedsec Function and Purpose
14462
14463 @cindex @sc{gdb/mi}, its purpose
14464 @sc{gdb/mi} is a line based machine oriented text interface to @value{GDBN}. It is
14465 specifically intended to support the development of systems which use
14466 the debugger as just one small component of a larger system.
14467
14468 This chapter is a specification of the @sc{gdb/mi} interface. It is written
14469 in the form of a reference manual.
14470
14471 Note that @sc{gdb/mi} is still under construction, so some of the
14472 features described below are incomplete and subject to change.
14473
14474 @unnumberedsec Notation and Terminology
14475
14476 @cindex notational conventions, for @sc{gdb/mi}
14477 This chapter uses the following notation:
14478
14479 @itemize @bullet
14480 @item
14481 @code{|} separates two alternatives.
14482
14483 @item
14484 @code{[ @var{something} ]} indicates that @var{something} is optional:
14485 it may or may not be given.
14486
14487 @item
14488 @code{( @var{group} )*} means that @var{group} inside the parentheses
14489 may repeat zero or more times.
14490
14491 @item
14492 @code{( @var{group} )+} means that @var{group} inside the parentheses
14493 may repeat one or more times.
14494
14495 @item
14496 @code{"@var{string}"} means a literal @var{string}.
14497 @end itemize
14498
14499 @ignore
14500 @heading Dependencies
14501 @end ignore
14502
14503 @heading Acknowledgments
14504
14505 In alphabetic order: Andrew Cagney, Fernando Nasser, Stan Shebs and
14506 Elena Zannoni.
14507
14508 @menu
14509 * GDB/MI Command Syntax::
14510 * GDB/MI Compatibility with CLI::
14511 * GDB/MI Output Records::
14512 * GDB/MI Command Description Format::
14513 * GDB/MI Breakpoint Table Commands::
14514 * GDB/MI Data Manipulation::
14515 * GDB/MI Program Control::
14516 * GDB/MI Miscellaneous Commands::
14517 @ignore
14518 * GDB/MI Kod Commands::
14519 * GDB/MI Memory Overlay Commands::
14520 * GDB/MI Signal Handling Commands::
14521 @end ignore
14522 * GDB/MI Stack Manipulation::
14523 * GDB/MI Symbol Query::
14524 * GDB/MI Target Manipulation::
14525 * GDB/MI Thread Commands::
14526 * GDB/MI Tracepoint Commands::
14527 * GDB/MI Variable Objects::
14528 @end menu
14529
14530 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14531 @node GDB/MI Command Syntax
14532 @section @sc{gdb/mi} Command Syntax
14533
14534 @menu
14535 * GDB/MI Input Syntax::
14536 * GDB/MI Output Syntax::
14537 * GDB/MI Simple Examples::
14538 @end menu
14539
14540 @node GDB/MI Input Syntax
14541 @subsection @sc{gdb/mi} Input Syntax
14542
14543 @cindex input syntax for @sc{gdb/mi}
14544 @cindex @sc{gdb/mi}, input syntax
14545 @table @code
14546 @item @var{command} @expansion{}
14547 @code{@var{cli-command} | @var{mi-command}}
14548
14549 @item @var{cli-command} @expansion{}
14550 @code{[ @var{token} ] @var{cli-command} @var{nl}}, where
14551 @var{cli-command} is any existing @value{GDBN} CLI command.
14552
14553 @item @var{mi-command} @expansion{}
14554 @code{[ @var{token} ] "-" @var{operation} ( " " @var{option} )*
14555 @code{[} " --" @code{]} ( " " @var{parameter} )* @var{nl}}
14556
14557 @item @var{token} @expansion{}
14558 "any sequence of digits"
14559
14560 @item @var{option} @expansion{}
14561 @code{"-" @var{parameter} [ " " @var{parameter} ]}
14562
14563 @item @var{parameter} @expansion{}
14564 @code{@var{non-blank-sequence} | @var{c-string}}
14565
14566 @item @var{operation} @expansion{}
14567 @emph{any of the operations described in this chapter}
14568
14569 @item @var{non-blank-sequence} @expansion{}
14570 @emph{anything, provided it doesn't contain special characters such as
14571 "-", @var{nl}, """ and of course " "}
14572
14573 @item @var{c-string} @expansion{}
14574 @code{""" @var{seven-bit-iso-c-string-content} """}
14575
14576 @item @var{nl} @expansion{}
14577 @code{CR | CR-LF}
14578 @end table
14579
14580 @noindent
14581 Notes:
14582
14583 @itemize @bullet
14584 @item
14585 The CLI commands are still handled by the @sc{mi} interpreter; their
14586 output is described below.
14587
14588 @item
14589 The @code{@var{token}}, when present, is passed back when the command
14590 finishes.
14591
14592 @item
14593 Some @sc{mi} commands accept optional arguments as part of the parameter
14594 list. Each option is identified by a leading @samp{-} (dash) and may be
14595 followed by an optional argument parameter. Options occur first in the
14596 parameter list and can be delimited from normal parameters using
14597 @samp{--} (this is useful when some parameters begin with a dash).
14598 @end itemize
14599
14600 Pragmatics:
14601
14602 @itemize @bullet
14603 @item
14604 We want easy access to the existing CLI syntax (for debugging).
14605
14606 @item
14607 We want it to be easy to spot a @sc{mi} operation.
14608 @end itemize
14609
14610 @node GDB/MI Output Syntax
14611 @subsection @sc{gdb/mi} Output Syntax
14612
14613 @cindex output syntax of @sc{gdb/mi}
14614 @cindex @sc{gdb/mi}, output syntax
14615 The output from @sc{gdb/mi} consists of zero or more out-of-band records
14616 followed, optionally, by a single result record. This result record
14617 is for the most recent command. The sequence of output records is
14618 terminated by @samp{(@value{GDBP})}.
14619
14620 If an input command was prefixed with a @code{@var{token}} then the
14621 corresponding output for that command will also be prefixed by that same
14622 @var{token}.
14623
14624 @table @code
14625 @item @var{output} @expansion{}
14626 @code{( @var{out-of-band-record} )* [ @var{result-record} ] "(gdb)" @var{nl}}
14627
14628 @item @var{result-record} @expansion{}
14629 @code{ [ @var{token} ] "^" @var{result-class} ( "," @var{result} )* @var{nl}}
14630
14631 @item @var{out-of-band-record} @expansion{}
14632 @code{@var{async-record} | @var{stream-record}}
14633
14634 @item @var{async-record} @expansion{}
14635 @code{@var{exec-async-output} | @var{status-async-output} | @var{notify-async-output}}
14636
14637 @item @var{exec-async-output} @expansion{}
14638 @code{[ @var{token} ] "*" @var{async-output}}
14639
14640 @item @var{status-async-output} @expansion{}
14641 @code{[ @var{token} ] "+" @var{async-output}}
14642
14643 @item @var{notify-async-output} @expansion{}
14644 @code{[ @var{token} ] "=" @var{async-output}}
14645
14646 @item @var{async-output} @expansion{}
14647 @code{@var{async-class} ( "," @var{result} )* @var{nl}}
14648
14649 @item @var{result-class} @expansion{}
14650 @code{"done" | "running" | "connected" | "error" | "exit"}
14651
14652 @item @var{async-class} @expansion{}
14653 @code{"stopped" | @var{others}} (where @var{others} will be added
14654 depending on the needs---this is still in development).
14655
14656 @item @var{result} @expansion{}
14657 @code{ @var{variable} "=" @var{value}}
14658
14659 @item @var{variable} @expansion{}
14660 @code{ @var{string} }
14661
14662 @item @var{value} @expansion{}
14663 @code{ @var{const} | @var{tuple} | @var{list} }
14664
14665 @item @var{const} @expansion{}
14666 @code{@var{c-string}}
14667
14668 @item @var{tuple} @expansion{}
14669 @code{ "@{@}" | "@{" @var{result} ( "," @var{result} )* "@}" }
14670
14671 @item @var{list} @expansion{}
14672 @code{ "[]" | "[" @var{value} ( "," @var{value} )* "]" | "["
14673 @var{result} ( "," @var{result} )* "]" }
14674
14675 @item @var{stream-record} @expansion{}
14676 @code{@var{console-stream-output} | @var{target-stream-output} | @var{log-stream-output}}
14677
14678 @item @var{console-stream-output} @expansion{}
14679 @code{"~" @var{c-string}}
14680
14681 @item @var{target-stream-output} @expansion{}
14682 @code{"@@" @var{c-string}}
14683
14684 @item @var{log-stream-output} @expansion{}
14685 @code{"&" @var{c-string}}
14686
14687 @item @var{nl} @expansion{}
14688 @code{CR | CR-LF}
14689
14690 @item @var{token} @expansion{}
14691 @emph{any sequence of digits}.
14692 @end table
14693
14694 @noindent
14695 Notes:
14696
14697 @itemize @bullet
14698 @item
14699 All output sequences end in a single line containing a period.
14700
14701 @item
14702 The @code{@var{token}} is from the corresponding request. If an execution
14703 command is interrupted by the @samp{-exec-interrupt} command, the
14704 @var{token} associated with the @samp{*stopped} message is the one of the
14705 original execution command, not the one of the interrupt command.
14706
14707 @item
14708 @cindex status output in @sc{gdb/mi}
14709 @var{status-async-output} contains on-going status information about the
14710 progress of a slow operation. It can be discarded. All status output is
14711 prefixed by @samp{+}.
14712
14713 @item
14714 @cindex async output in @sc{gdb/mi}
14715 @var{exec-async-output} contains asynchronous state change on the target
14716 (stopped, started, disappeared). All async output is prefixed by
14717 @samp{*}.
14718
14719 @item
14720 @cindex notify output in @sc{gdb/mi}
14721 @var{notify-async-output} contains supplementary information that the
14722 client should handle (e.g., a new breakpoint information). All notify
14723 output is prefixed by @samp{=}.
14724
14725 @item
14726 @cindex console output in @sc{gdb/mi}
14727 @var{console-stream-output} is output that should be displayed as is in the
14728 console. It is the textual response to a CLI command. All the console
14729 output is prefixed by @samp{~}.
14730
14731 @item
14732 @cindex target output in @sc{gdb/mi}
14733 @var{target-stream-output} is the output produced by the target program.
14734 All the target output is prefixed by @samp{@@}.
14735
14736 @item
14737 @cindex log output in @sc{gdb/mi}
14738 @var{log-stream-output} is output text coming from @value{GDBN}'s internals, for
14739 instance messages that should be displayed as part of an error log. All
14740 the log output is prefixed by @samp{&}.
14741
14742 @item
14743 @cindex list output in @sc{gdb/mi}
14744 New @sc{gdb/mi} commands should only output @var{lists} containing
14745 @var{values}.
14746
14747
14748 @end itemize
14749
14750 @xref{GDB/MI Stream Records, , @sc{gdb/mi} Stream Records}, for more
14751 details about the various output records.
14752
14753 @node GDB/MI Simple Examples
14754 @subsection Simple Examples of @sc{gdb/mi} Interaction
14755 @cindex @sc{gdb/mi}, simple examples
14756
14757 This subsection presents several simple examples of interaction using
14758 the @sc{gdb/mi} interface. In these examples, @samp{->} means that the
14759 following line is passed to @sc{gdb/mi} as input, while @samp{<-} means
14760 the output received from @sc{gdb/mi}.
14761
14762 @subsubheading Target Stop
14763 @c Ummm... There is no "-stop" command. This assumes async, no?
14764 Here's an example of stopping the inferior process:
14765
14766 @smallexample
14767 -> -stop
14768 <- (@value{GDBP})
14769 @end smallexample
14770
14771 @noindent
14772 and later:
14773
14774 @smallexample
14775 <- *stop,reason="stop",address="0x123",source="a.c:123"
14776 <- (@value{GDBP})
14777 @end smallexample
14778
14779 @subsubheading Simple CLI Command
14780
14781 Here's an example of a simple CLI command being passed through
14782 @sc{gdb/mi} and on to the CLI.
14783
14784 @smallexample
14785 -> print 1+2
14786 <- &"print 1+2\n"
14787 <- ~"$1 = 3\n"
14788 <- ^done
14789 <- (@value{GDBP})
14790 @end smallexample
14791
14792 @subsubheading Command With Side Effects
14793
14794 @smallexample
14795 -> -symbol-file xyz.exe
14796 <- *breakpoint,nr="3",address="0x123",source="a.c:123"
14797 <- (@value{GDBP})
14798 @end smallexample
14799
14800 @subsubheading A Bad Command
14801
14802 Here's what happens if you pass a non-existent command:
14803
14804 @smallexample
14805 -> -rubbish
14806 <- ^error,msg="Undefined MI command: rubbish"
14807 <- (@value{GDBP})
14808 @end smallexample
14809
14810 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14811 @node GDB/MI Compatibility with CLI
14812 @section @sc{gdb/mi} Compatibility with CLI
14813
14814 @cindex compatibility, @sc{gdb/mi} and CLI
14815 @cindex @sc{gdb/mi}, compatibility with CLI
14816 To help users familiar with @value{GDBN}'s existing CLI interface, @sc{gdb/mi}
14817 accepts existing CLI commands. As specified by the syntax, such
14818 commands can be directly entered into the @sc{gdb/mi} interface and @value{GDBN} will
14819 respond.
14820
14821 This mechanism is provided as an aid to developers of @sc{gdb/mi}
14822 clients and not as a reliable interface into the CLI. Since the command
14823 is being interpreteted in an environment that assumes @sc{gdb/mi}
14824 behaviour, the exact output of such commands is likely to end up being
14825 an un-supported hybrid of @sc{gdb/mi} and CLI output.
14826
14827 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14828 @node GDB/MI Output Records
14829 @section @sc{gdb/mi} Output Records
14830
14831 @menu
14832 * GDB/MI Result Records::
14833 * GDB/MI Stream Records::
14834 * GDB/MI Out-of-band Records::
14835 @end menu
14836
14837 @node GDB/MI Result Records
14838 @subsection @sc{gdb/mi} Result Records
14839
14840 @cindex result records in @sc{gdb/mi}
14841 @cindex @sc{gdb/mi}, result records
14842 In addition to a number of out-of-band notifications, the response to a
14843 @sc{gdb/mi} command includes one of the following result indications:
14844
14845 @table @code
14846 @findex ^done
14847 @item "^done" [ "," @var{results} ]
14848 The synchronous operation was successful, @code{@var{results}} are the return
14849 values.
14850
14851 @item "^running"
14852 @findex ^running
14853 @c Is this one correct? Should it be an out-of-band notification?
14854 The asynchronous operation was successfully started. The target is
14855 running.
14856
14857 @item "^error" "," @var{c-string}
14858 @findex ^error
14859 The operation failed. The @code{@var{c-string}} contains the corresponding
14860 error message.
14861 @end table
14862
14863 @node GDB/MI Stream Records
14864 @subsection @sc{gdb/mi} Stream Records
14865
14866 @cindex @sc{gdb/mi}, stream records
14867 @cindex stream records in @sc{gdb/mi}
14868 @value{GDBN} internally maintains a number of output streams: the console, the
14869 target, and the log. The output intended for each of these streams is
14870 funneled through the @sc{gdb/mi} interface using @dfn{stream records}.
14871
14872 Each stream record begins with a unique @dfn{prefix character} which
14873 identifies its stream (@pxref{GDB/MI Output Syntax, , @sc{gdb/mi} Output
14874 Syntax}). In addition to the prefix, each stream record contains a
14875 @code{@var{string-output}}. This is either raw text (with an implicit new
14876 line) or a quoted C string (which does not contain an implicit newline).
14877
14878 @table @code
14879 @item "~" @var{string-output}
14880 The console output stream contains text that should be displayed in the
14881 CLI console window. It contains the textual responses to CLI commands.
14882
14883 @item "@@" @var{string-output}
14884 The target output stream contains any textual output from the running
14885 target.
14886
14887 @item "&" @var{string-output}
14888 The log stream contains debugging messages being produced by @value{GDBN}'s
14889 internals.
14890 @end table
14891
14892 @node GDB/MI Out-of-band Records
14893 @subsection @sc{gdb/mi} Out-of-band Records
14894
14895 @cindex out-of-band records in @sc{gdb/mi}
14896 @cindex @sc{gdb/mi}, out-of-band records
14897 @dfn{Out-of-band} records are used to notify the @sc{gdb/mi} client of
14898 additional changes that have occurred. Those changes can either be a
14899 consequence of @sc{gdb/mi} (e.g., a breakpoint modified) or a result of
14900 target activity (e.g., target stopped).
14901
14902 The following is a preliminary list of possible out-of-band records.
14903
14904 @table @code
14905 @item "*" "stop"
14906 @end table
14907
14908
14909 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14910 @node GDB/MI Command Description Format
14911 @section @sc{gdb/mi} Command Description Format
14912
14913 The remaining sections describe blocks of commands. Each block of
14914 commands is laid out in a fashion similar to this section.
14915
14916 Note the the line breaks shown in the examples are here only for
14917 readability. They don't appear in the real output.
14918 Also note that the commands with a non-available example (N.A.@:) are
14919 not yet implemented.
14920
14921 @subheading Motivation
14922
14923 The motivation for this collection of commands.
14924
14925 @subheading Introduction
14926
14927 A brief introduction to this collection of commands as a whole.
14928
14929 @subheading Commands
14930
14931 For each command in the block, the following is described:
14932
14933 @subsubheading Synopsis
14934
14935 @smallexample
14936 -command @var{args}@dots{}
14937 @end smallexample
14938
14939 @subsubheading @value{GDBN} Command
14940
14941 The corresponding @value{GDBN} CLI command.
14942
14943 @subsubheading Result
14944
14945 @subsubheading Out-of-band
14946
14947 @subsubheading Notes
14948
14949 @subsubheading Example
14950
14951
14952 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14953 @node GDB/MI Breakpoint Table Commands
14954 @section @sc{gdb/mi} Breakpoint table commands
14955
14956 @cindex breakpoint commands for @sc{gdb/mi}
14957 @cindex @sc{gdb/mi}, breakpoint commands
14958 This section documents @sc{gdb/mi} commands for manipulating
14959 breakpoints.
14960
14961 @subheading The @code{-break-after} Command
14962 @findex -break-after
14963
14964 @subsubheading Synopsis
14965
14966 @smallexample
14967 -break-after @var{number} @var{count}
14968 @end smallexample
14969
14970 The breakpoint number @var{number} is not in effect until it has been
14971 hit @var{count} times. To see how this is reflected in the output of
14972 the @samp{-break-list} command, see the description of the
14973 @samp{-break-list} command below.
14974
14975 @subsubheading @value{GDBN} Command
14976
14977 The corresponding @value{GDBN} command is @samp{ignore}.
14978
14979 @subsubheading Example
14980
14981 @smallexample
14982 (@value{GDBP})
14983 -break-insert main
14984 ^done,bkpt=@{number="1",addr="0x000100d0",file="hello.c",line="5"@}
14985 (@value{GDBP})
14986 -break-after 1 3
14987 ~
14988 ^done
14989 (@value{GDBP})
14990 -break-list
14991 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
14992 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
14993 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
14994 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
14995 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
14996 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
14997 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
14998 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
14999 addr="0x000100d0",func="main",file="hello.c",line="5",times="0",
15000 ignore="3"@}]@}
15001 (@value{GDBP})
15002 @end smallexample
15003
15004 @ignore
15005 @subheading The @code{-break-catch} Command
15006 @findex -break-catch
15007
15008 @subheading The @code{-break-commands} Command
15009 @findex -break-commands
15010 @end ignore
15011
15012
15013 @subheading The @code{-break-condition} Command
15014 @findex -break-condition
15015
15016 @subsubheading Synopsis
15017
15018 @smallexample
15019 -break-condition @var{number} @var{expr}
15020 @end smallexample
15021
15022 Breakpoint @var{number} will stop the program only if the condition in
15023 @var{expr} is true. The condition becomes part of the
15024 @samp{-break-list} output (see the description of the @samp{-break-list}
15025 command below).
15026
15027 @subsubheading @value{GDBN} Command
15028
15029 The corresponding @value{GDBN} command is @samp{condition}.
15030
15031 @subsubheading Example
15032
15033 @smallexample
15034 (@value{GDBP})
15035 -break-condition 1 1
15036 ^done
15037 (@value{GDBP})
15038 -break-list
15039 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
15040 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15041 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15042 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15043 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15044 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15045 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
15046 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15047 addr="0x000100d0",func="main",file="hello.c",line="5",cond="1",
15048 times="0",ignore="3"@}]@}
15049 (@value{GDBP})
15050 @end smallexample
15051
15052 @subheading The @code{-break-delete} Command
15053 @findex -break-delete
15054
15055 @subsubheading Synopsis
15056
15057 @smallexample
15058 -break-delete ( @var{breakpoint} )+
15059 @end smallexample
15060
15061 Delete the breakpoint(s) whose number(s) are specified in the argument
15062 list. This is obviously reflected in the breakpoint list.
15063
15064 @subsubheading @value{GDBN} command
15065
15066 The corresponding @value{GDBN} command is @samp{delete}.
15067
15068 @subsubheading Example
15069
15070 @smallexample
15071 (@value{GDBP})
15072 -break-delete 1
15073 ^done
15074 (@value{GDBP})
15075 -break-list
15076 ^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
15077 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15078 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15079 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15080 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15081 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15082 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
15083 body=[]@}
15084 (@value{GDBP})
15085 @end smallexample
15086
15087 @subheading The @code{-break-disable} Command
15088 @findex -break-disable
15089
15090 @subsubheading Synopsis
15091
15092 @smallexample
15093 -break-disable ( @var{breakpoint} )+
15094 @end smallexample
15095
15096 Disable the named @var{breakpoint}(s). The field @samp{enabled} in the
15097 break list is now set to @samp{n} for the named @var{breakpoint}(s).
15098
15099 @subsubheading @value{GDBN} Command
15100
15101 The corresponding @value{GDBN} command is @samp{disable}.
15102
15103 @subsubheading Example
15104
15105 @smallexample
15106 (@value{GDBP})
15107 -break-disable 2
15108 ^done
15109 (@value{GDBP})
15110 -break-list
15111 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
15112 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15113 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15114 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15115 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15116 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15117 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
15118 body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="n",
15119 addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@}]@}
15120 (@value{GDBP})
15121 @end smallexample
15122
15123 @subheading The @code{-break-enable} Command
15124 @findex -break-enable
15125
15126 @subsubheading Synopsis
15127
15128 @smallexample
15129 -break-enable ( @var{breakpoint} )+
15130 @end smallexample
15131
15132 Enable (previously disabled) @var{breakpoint}(s).
15133
15134 @subsubheading @value{GDBN} Command
15135
15136 The corresponding @value{GDBN} command is @samp{enable}.
15137
15138 @subsubheading Example
15139
15140 @smallexample
15141 (@value{GDBP})
15142 -break-enable 2
15143 ^done
15144 (@value{GDBP})
15145 -break-list
15146 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
15147 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15148 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15149 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15150 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15151 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15152 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
15153 body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
15154 addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@}]@}
15155 (@value{GDBP})
15156 @end smallexample
15157
15158 @subheading The @code{-break-info} Command
15159 @findex -break-info
15160
15161 @subsubheading Synopsis
15162
15163 @smallexample
15164 -break-info @var{breakpoint}
15165 @end smallexample
15166
15167 @c REDUNDANT???
15168 Get information about a single breakpoint.
15169
15170 @subsubheading @value{GDBN} command
15171
15172 The corresponding @value{GDBN} command is @samp{info break @var{breakpoint}}.
15173
15174 @subsubheading Example
15175 N.A.
15176
15177 @subheading The @code{-break-insert} Command
15178 @findex -break-insert
15179
15180 @subsubheading Synopsis
15181
15182 @smallexample
15183 -break-insert [ -t ] [ -h ] [ -r ]
15184 [ -c @var{condition} ] [ -i @var{ignore-count} ]
15185 [ -p @var{thread} ] [ @var{line} | @var{addr} ]
15186 @end smallexample
15187
15188 @noindent
15189 If specified, @var{line}, can be one of:
15190
15191 @itemize @bullet
15192 @item function
15193 @c @item +offset
15194 @c @item -offset
15195 @c @item linenum
15196 @item filename:linenum
15197 @item filename:function
15198 @item *address
15199 @end itemize
15200
15201 The possible optional parameters of this command are:
15202
15203 @table @samp
15204 @item -t
15205 Insert a tempoary breakpoint.
15206 @item -h
15207 Insert a hardware breakpoint.
15208 @item -c @var{condition}
15209 Make the breakpoint conditional on @var{condition}.
15210 @item -i @var{ignore-count}
15211 Initialize the @var{ignore-count}.
15212 @item -r
15213 Insert a regular breakpoint in all the functions whose names match the
15214 given regular expression. Other flags are not applicable to regular
15215 expresson.
15216 @end table
15217
15218 @subsubheading Result
15219
15220 The result is in the form:
15221
15222 @smallexample
15223 ^done,bkptno="@var{number}",func="@var{funcname}",
15224 file="@var{filename}",line="@var{lineno}"
15225 @end smallexample
15226
15227 @noindent
15228 where @var{number} is the @value{GDBN} number for this breakpoint, @var{funcname}
15229 is the name of the function where the breakpoint was inserted,
15230 @var{filename} is the name of the source file which contains this
15231 function, and @var{lineno} is the source line number within that file.
15232
15233 Note: this format is open to change.
15234 @c An out-of-band breakpoint instead of part of the result?
15235
15236 @subsubheading @value{GDBN} Command
15237
15238 The corresponding @value{GDBN} commands are @samp{break}, @samp{tbreak},
15239 @samp{hbreak}, @samp{thbreak}, and @samp{rbreak}.
15240
15241 @subsubheading Example
15242
15243 @smallexample
15244 (@value{GDBP})
15245 -break-insert main
15246 ^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
15247 (@value{GDBP})
15248 -break-insert -t foo
15249 ^done,bkpt=@{number="2",addr="0x00010774",file="recursive2.c",line="11"@}
15250 (@value{GDBP})
15251 -break-list
15252 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
15253 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15254 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15255 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15256 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15257 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15258 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
15259 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15260 addr="0x0001072c", func="main",file="recursive2.c",line="4",times="0"@},
15261 bkpt=@{number="2",type="breakpoint",disp="del",enabled="y",
15262 addr="0x00010774",func="foo",file="recursive2.c",line="11",times="0"@}]@}
15263 (@value{GDBP})
15264 -break-insert -r foo.*
15265 ~int foo(int, int);
15266 ^done,bkpt=@{number="3",addr="0x00010774",file="recursive2.c",line="11"@}
15267 (@value{GDBP})
15268 @end smallexample
15269
15270 @subheading The @code{-break-list} Command
15271 @findex -break-list
15272
15273 @subsubheading Synopsis
15274
15275 @smallexample
15276 -break-list
15277 @end smallexample
15278
15279 Displays the list of inserted breakpoints, showing the following fields:
15280
15281 @table @samp
15282 @item Number
15283 number of the breakpoint
15284 @item Type
15285 type of the breakpoint: @samp{breakpoint} or @samp{watchpoint}
15286 @item Disposition
15287 should the breakpoint be deleted or disabled when it is hit: @samp{keep}
15288 or @samp{nokeep}
15289 @item Enabled
15290 is the breakpoint enabled or no: @samp{y} or @samp{n}
15291 @item Address
15292 memory location at which the breakpoint is set
15293 @item What
15294 logical location of the breakpoint, expressed by function name, file
15295 name, line number
15296 @item Times
15297 number of times the breakpoint has been hit
15298 @end table
15299
15300 If there are no breakpoints or watchpoints, the @code{BreakpointTable}
15301 @code{body} field is an empty list.
15302
15303 @subsubheading @value{GDBN} Command
15304
15305 The corresponding @value{GDBN} command is @samp{info break}.
15306
15307 @subsubheading Example
15308
15309 @smallexample
15310 (@value{GDBP})
15311 -break-list
15312 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
15313 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15314 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15315 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15316 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15317 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15318 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
15319 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15320 addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@},
15321 bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
15322 addr="0x00010114",func="foo",file="hello.c",line="13",times="0"@}]@}
15323 (@value{GDBP})
15324 @end smallexample
15325
15326 Here's an example of the result when there are no breakpoints:
15327
15328 @smallexample
15329 (@value{GDBP})
15330 -break-list
15331 ^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
15332 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15333 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15334 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15335 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15336 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15337 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
15338 body=[]@}
15339 (@value{GDBP})
15340 @end smallexample
15341
15342 @subheading The @code{-break-watch} Command
15343 @findex -break-watch
15344
15345 @subsubheading Synopsis
15346
15347 @smallexample
15348 -break-watch [ -a | -r ]
15349 @end smallexample
15350
15351 Create a watchpoint. With the @samp{-a} option it will create an
15352 @dfn{access} watchpoint, i.e. a watchpoint that triggers either on a
15353 read from or on a write to the memory location. With the @samp{-r}
15354 option, the watchpoint created is a @dfn{read} watchpoint, i.e. it will
15355 trigger only when the memory location is accessed for reading. Without
15356 either of the options, the watchpoint created is a regular watchpoint,
15357 i.e. it will trigger when the memory location is accessed for writing.
15358 @xref{Set Watchpoints, , Setting watchpoints}.
15359
15360 Note that @samp{-break-list} will report a single list of watchpoints and
15361 breakpoints inserted.
15362
15363 @subsubheading @value{GDBN} Command
15364
15365 The corresponding @value{GDBN} commands are @samp{watch}, @samp{awatch}, and
15366 @samp{rwatch}.
15367
15368 @subsubheading Example
15369
15370 Setting a watchpoint on a variable in the @code{main} function:
15371
15372 @smallexample
15373 (@value{GDBP})
15374 -break-watch x
15375 ^done,wpt=@{number="2",exp="x"@}
15376 (@value{GDBP})
15377 -exec-continue
15378 ^running
15379 ^done,reason="watchpoint-trigger",wpt=@{number="2",exp="x"@},
15380 value=@{old="-268439212",new="55"@},
15381 frame=@{func="main",args=[],file="recursive2.c",line="5"@}
15382 (@value{GDBP})
15383 @end smallexample
15384
15385 Setting a watchpoint on a variable local to a function. @value{GDBN} will stop
15386 the program execution twice: first for the variable changing value, then
15387 for the watchpoint going out of scope.
15388
15389 @smallexample
15390 (@value{GDBP})
15391 -break-watch C
15392 ^done,wpt=@{number="5",exp="C"@}
15393 (@value{GDBP})
15394 -exec-continue
15395 ^running
15396 ^done,reason="watchpoint-trigger",
15397 wpt=@{number="5",exp="C"@},value=@{old="-276895068",new="3"@},
15398 frame=@{func="callee4",args=[],
15399 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
15400 (@value{GDBP})
15401 -exec-continue
15402 ^running
15403 ^done,reason="watchpoint-scope",wpnum="5",
15404 frame=@{func="callee3",args=[@{name="strarg",
15405 value="0x11940 \"A string argument.\""@}],
15406 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
15407 (@value{GDBP})
15408 @end smallexample
15409
15410 Listing breakpoints and watchpoints, at different points in the program
15411 execution. Note that once the watchpoint goes out of scope, it is
15412 deleted.
15413
15414 @smallexample
15415 (@value{GDBP})
15416 -break-watch C
15417 ^done,wpt=@{number="2",exp="C"@}
15418 (@value{GDBP})
15419 -break-list
15420 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
15421 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15422 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15423 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15424 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15425 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15426 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
15427 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15428 addr="0x00010734",func="callee4",
15429 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@},
15430 bkpt=@{number="2",type="watchpoint",disp="keep",
15431 enabled="y",addr="",what="C",times="0"@}]@}
15432 (@value{GDBP})
15433 -exec-continue
15434 ^running
15435 ^done,reason="watchpoint-trigger",wpt=@{number="2",exp="C"@},
15436 value=@{old="-276895068",new="3"@},
15437 frame=@{func="callee4",args=[],
15438 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
15439 (@value{GDBP})
15440 -break-list
15441 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
15442 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15443 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15444 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15445 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15446 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15447 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
15448 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15449 addr="0x00010734",func="callee4",
15450 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@},
15451 bkpt=@{number="2",type="watchpoint",disp="keep",
15452 enabled="y",addr="",what="C",times="-5"@}]@}
15453 (@value{GDBP})
15454 -exec-continue
15455 ^running
15456 ^done,reason="watchpoint-scope",wpnum="2",
15457 frame=@{func="callee3",args=[@{name="strarg",
15458 value="0x11940 \"A string argument.\""@}],
15459 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
15460 (@value{GDBP})
15461 -break-list
15462 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
15463 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15464 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15465 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15466 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15467 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15468 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
15469 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15470 addr="0x00010734",func="callee4",
15471 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@}]@}
15472 (@value{GDBP})
15473 @end smallexample
15474
15475 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
15476 @node GDB/MI Data Manipulation
15477 @section @sc{gdb/mi} Data Manipulation
15478
15479 @cindex data manipulation, in @sc{gdb/mi}
15480 @cindex @sc{gdb/mi}, data manipulation
15481 This section describes the @sc{gdb/mi} commands that manipulate data:
15482 examine memory and registers, evaluate expressions, etc.
15483
15484 @c REMOVED FROM THE INTERFACE.
15485 @c @subheading -data-assign
15486 @c Change the value of a program variable. Plenty of side effects.
15487 @c @subsubheading GDB command
15488 @c set variable
15489 @c @subsubheading Example
15490 @c N.A.
15491
15492 @subheading The @code{-data-disassemble} Command
15493 @findex -data-disassemble
15494
15495 @subsubheading Synopsis
15496
15497 @smallexample
15498 -data-disassemble
15499 [ -s @var{start-addr} -e @var{end-addr} ]
15500 | [ -f @var{filename} -l @var{linenum} [ -n @var{lines} ] ]
15501 -- @var{mode}
15502 @end smallexample
15503
15504 @noindent
15505 Where:
15506
15507 @table @samp
15508 @item @var{start-addr}
15509 is the beginning address (or @code{$pc})
15510 @item @var{end-addr}
15511 is the end address
15512 @item @var{filename}
15513 is the name of the file to disassemble
15514 @item @var{linenum}
15515 is the line number to disassemble around
15516 @item @var{lines}
15517 is the the number of disassembly lines to be produced. If it is -1,
15518 the whole function will be disassembled, in case no @var{end-addr} is
15519 specified. If @var{end-addr} is specified as a non-zero value, and
15520 @var{lines} is lower than the number of disassembly lines between
15521 @var{start-addr} and @var{end-addr}, only @var{lines} lines are
15522 displayed; if @var{lines} is higher than the number of lines between
15523 @var{start-addr} and @var{end-addr}, only the lines up to @var{end-addr}
15524 are displayed.
15525 @item @var{mode}
15526 is either 0 (meaning only disassembly) or 1 (meaning mixed source and
15527 disassembly).
15528 @end table
15529
15530 @subsubheading Result
15531
15532 The output for each instruction is composed of four fields:
15533
15534 @itemize @bullet
15535 @item Address
15536 @item Func-name
15537 @item Offset
15538 @item Instruction
15539 @end itemize
15540
15541 Note that whatever included in the instruction field, is not manipulated
15542 directely by @sc{gdb/mi}, i.e. it is not possible to adjust its format.
15543
15544 @subsubheading @value{GDBN} Command
15545
15546 There's no direct mapping from this command to the CLI.
15547
15548 @subsubheading Example
15549
15550 Disassemble from the current value of @code{$pc} to @code{$pc + 20}:
15551
15552 @smallexample
15553 (@value{GDBP})
15554 -data-disassemble -s $pc -e "$pc + 20" -- 0
15555 ^done,
15556 asm_insns=[
15557 @{address="0x000107c0",func-name="main",offset="4",
15558 inst="mov 2, %o0"@},
15559 @{address="0x000107c4",func-name="main",offset="8",
15560 inst="sethi %hi(0x11800), %o2"@},
15561 @{address="0x000107c8",func-name="main",offset="12",
15562 inst="or %o2, 0x140, %o1\t! 0x11940 <_lib_version+8>"@},
15563 @{address="0x000107cc",func-name="main",offset="16",
15564 inst="sethi %hi(0x11800), %o2"@},
15565 @{address="0x000107d0",func-name="main",offset="20",
15566 inst="or %o2, 0x168, %o4\t! 0x11968 <_lib_version+48>"@}]
15567 (@value{GDBP})
15568 @end smallexample
15569
15570 Disassemble the whole @code{main} function. Line 32 is part of
15571 @code{main}.
15572
15573 @smallexample
15574 -data-disassemble -f basics.c -l 32 -- 0
15575 ^done,asm_insns=[
15576 @{address="0x000107bc",func-name="main",offset="0",
15577 inst="save %sp, -112, %sp"@},
15578 @{address="0x000107c0",func-name="main",offset="4",
15579 inst="mov 2, %o0"@},
15580 @{address="0x000107c4",func-name="main",offset="8",
15581 inst="sethi %hi(0x11800), %o2"@},
15582 [@dots{}]
15583 @{address="0x0001081c",func-name="main",offset="96",inst="ret "@},
15584 @{address="0x00010820",func-name="main",offset="100",inst="restore "@}]
15585 (@value{GDBP})
15586 @end smallexample
15587
15588 Disassemble 3 instructions from the start of @code{main}:
15589
15590 @smallexample
15591 (@value{GDBP})
15592 -data-disassemble -f basics.c -l 32 -n 3 -- 0
15593 ^done,asm_insns=[
15594 @{address="0x000107bc",func-name="main",offset="0",
15595 inst="save %sp, -112, %sp"@},
15596 @{address="0x000107c0",func-name="main",offset="4",
15597 inst="mov 2, %o0"@},
15598 @{address="0x000107c4",func-name="main",offset="8",
15599 inst="sethi %hi(0x11800), %o2"@}]
15600 (@value{GDBP})
15601 @end smallexample
15602
15603 Disassemble 3 instructions from the start of @code{main} in mixed mode:
15604
15605 @smallexample
15606 (@value{GDBP})
15607 -data-disassemble -f basics.c -l 32 -n 3 -- 1
15608 ^done,asm_insns=[
15609 src_and_asm_line=@{line="31",
15610 file="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb/ \
15611 testsuite/gdb.mi/basics.c",line_asm_insn=[
15612 @{address="0x000107bc",func-name="main",offset="0",
15613 inst="save %sp, -112, %sp"@}]@},
15614 src_and_asm_line=@{line="32",
15615 file="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb/ \
15616 testsuite/gdb.mi/basics.c",line_asm_insn=[
15617 @{address="0x000107c0",func-name="main",offset="4",
15618 inst="mov 2, %o0"@},
15619 @{address="0x000107c4",func-name="main",offset="8",
15620 inst="sethi %hi(0x11800), %o2"@}]@}]
15621 (@value{GDBP})
15622 @end smallexample
15623
15624
15625 @subheading The @code{-data-evaluate-expression} Command
15626 @findex -data-evaluate-expression
15627
15628 @subsubheading Synopsis
15629
15630 @smallexample
15631 -data-evaluate-expression @var{expr}
15632 @end smallexample
15633
15634 Evaluate @var{expr} as an expression. The expression could contain an
15635 inferior function call. The function call will execute synchronously.
15636 If the expression contains spaces, it must be enclosed in double quotes.
15637
15638 @subsubheading @value{GDBN} Command
15639
15640 The corresponding @value{GDBN} commands are @samp{print}, @samp{output}, and
15641 @samp{call}. In @code{gdbtk} only, there's a corresponding
15642 @samp{gdb_eval} command.
15643
15644 @subsubheading Example
15645
15646 In the following example, the numbers that precede the commands are the
15647 @dfn{tokens} described in @ref{GDB/MI Command Syntax, ,@sc{gdb/mi}
15648 Command Syntax}. Notice how @sc{gdb/mi} returns the same tokens in its
15649 output.
15650
15651 @smallexample
15652 211-data-evaluate-expression A
15653 211^done,value="1"
15654 (@value{GDBP})
15655 311-data-evaluate-expression &A
15656 311^done,value="0xefffeb7c"
15657 (@value{GDBP})
15658 411-data-evaluate-expression A+3
15659 411^done,value="4"
15660 (@value{GDBP})
15661 511-data-evaluate-expression "A + 3"
15662 511^done,value="4"
15663 (@value{GDBP})
15664 @end smallexample
15665
15666
15667 @subheading The @code{-data-list-changed-registers} Command
15668 @findex -data-list-changed-registers
15669
15670 @subsubheading Synopsis
15671
15672 @smallexample
15673 -data-list-changed-registers
15674 @end smallexample
15675
15676 Display a list of the registers that have changed.
15677
15678 @subsubheading @value{GDBN} Command
15679
15680 @value{GDBN} doesn't have a direct analog for this command; @code{gdbtk}
15681 has the corresponding command @samp{gdb_changed_register_list}.
15682
15683 @subsubheading Example
15684
15685 On a PPC MBX board:
15686
15687 @smallexample
15688 (@value{GDBP})
15689 -exec-continue
15690 ^running
15691
15692 (@value{GDBP})
15693 *stopped,reason="breakpoint-hit",bkptno="1",frame=@{func="main",
15694 args=[],file="try.c",line="5"@}
15695 (@value{GDBP})
15696 -data-list-changed-registers
15697 ^done,changed-registers=["0","1","2","4","5","6","7","8","9",
15698 "10","11","13","14","15","16","17","18","19","20","21","22","23",
15699 "24","25","26","27","28","30","31","64","65","66","67","69"]
15700 (@value{GDBP})
15701 @end smallexample
15702
15703
15704 @subheading The @code{-data-list-register-names} Command
15705 @findex -data-list-register-names
15706
15707 @subsubheading Synopsis
15708
15709 @smallexample
15710 -data-list-register-names [ ( @var{regno} )+ ]
15711 @end smallexample
15712
15713 Show a list of register names for the current target. If no arguments
15714 are given, it shows a list of the names of all the registers. If
15715 integer numbers are given as arguments, it will print a list of the
15716 names of the registers corresponding to the arguments. To ensure
15717 consistency between a register name and its number, the output list may
15718 include empty register names.
15719
15720 @subsubheading @value{GDBN} Command
15721
15722 @value{GDBN} does not have a command which corresponds to
15723 @samp{-data-list-register-names}. In @code{gdbtk} there is a
15724 corresponding command @samp{gdb_regnames}.
15725
15726 @subsubheading Example
15727
15728 For the PPC MBX board:
15729 @smallexample
15730 (@value{GDBP})
15731 -data-list-register-names
15732 ^done,register-names=["r0","r1","r2","r3","r4","r5","r6","r7",
15733 "r8","r9","r10","r11","r12","r13","r14","r15","r16","r17","r18",
15734 "r19","r20","r21","r22","r23","r24","r25","r26","r27","r28","r29",
15735 "r30","r31","f0","f1","f2","f3","f4","f5","f6","f7","f8","f9",
15736 "f10","f11","f12","f13","f14","f15","f16","f17","f18","f19","f20",
15737 "f21","f22","f23","f24","f25","f26","f27","f28","f29","f30","f31",
15738 "", "pc","ps","cr","lr","ctr","xer"]
15739 (@value{GDBP})
15740 -data-list-register-names 1 2 3
15741 ^done,register-names=["r1","r2","r3"]
15742 (@value{GDBP})
15743 @end smallexample
15744
15745 @subheading The @code{-data-list-register-values} Command
15746 @findex -data-list-register-values
15747
15748 @subsubheading Synopsis
15749
15750 @smallexample
15751 -data-list-register-values @var{fmt} [ ( @var{regno} )*]
15752 @end smallexample
15753
15754 Display the registers' contents. @var{fmt} is the format according to
15755 which the registers' contents are to be returned, followed by an optional
15756 list of numbers specifying the registers to display. A missing list of
15757 numbers indicates that the contents of all the registers must be returned.
15758
15759 Allowed formats for @var{fmt} are:
15760
15761 @table @code
15762 @item x
15763 Hexadecimal
15764 @item o
15765 Octal
15766 @item t
15767 Binary
15768 @item d
15769 Decimal
15770 @item r
15771 Raw
15772 @item N
15773 Natural
15774 @end table
15775
15776 @subsubheading @value{GDBN} Command
15777
15778 The corresponding @value{GDBN} commands are @samp{info reg}, @samp{info
15779 all-reg}, and (in @code{gdbtk}) @samp{gdb_fetch_registers}.
15780
15781 @subsubheading Example
15782
15783 For a PPC MBX board (note: line breaks are for readability only, they
15784 don't appear in the actual output):
15785
15786 @smallexample
15787 (@value{GDBP})
15788 -data-list-register-values r 64 65
15789 ^done,register-values=[@{number="64",value="0xfe00a300"@},
15790 @{number="65",value="0x00029002"@}]
15791 (@value{GDBP})
15792 -data-list-register-values x
15793 ^done,register-values=[@{number="0",value="0xfe0043c8"@},
15794 @{number="1",value="0x3fff88"@},@{number="2",value="0xfffffffe"@},
15795 @{number="3",value="0x0"@},@{number="4",value="0xa"@},
15796 @{number="5",value="0x3fff68"@},@{number="6",value="0x3fff58"@},
15797 @{number="7",value="0xfe011e98"@},@{number="8",value="0x2"@},
15798 @{number="9",value="0xfa202820"@},@{number="10",value="0xfa202808"@},
15799 @{number="11",value="0x1"@},@{number="12",value="0x0"@},
15800 @{number="13",value="0x4544"@},@{number="14",value="0xffdfffff"@},
15801 @{number="15",value="0xffffffff"@},@{number="16",value="0xfffffeff"@},
15802 @{number="17",value="0xefffffed"@},@{number="18",value="0xfffffffe"@},
15803 @{number="19",value="0xffffffff"@},@{number="20",value="0xffffffff"@},
15804 @{number="21",value="0xffffffff"@},@{number="22",value="0xfffffff7"@},
15805 @{number="23",value="0xffffffff"@},@{number="24",value="0xffffffff"@},
15806 @{number="25",value="0xffffffff"@},@{number="26",value="0xfffffffb"@},
15807 @{number="27",value="0xffffffff"@},@{number="28",value="0xf7bfffff"@},
15808 @{number="29",value="0x0"@},@{number="30",value="0xfe010000"@},
15809 @{number="31",value="0x0"@},@{number="32",value="0x0"@},
15810 @{number="33",value="0x0"@},@{number="34",value="0x0"@},
15811 @{number="35",value="0x0"@},@{number="36",value="0x0"@},
15812 @{number="37",value="0x0"@},@{number="38",value="0x0"@},
15813 @{number="39",value="0x0"@},@{number="40",value="0x0"@},
15814 @{number="41",value="0x0"@},@{number="42",value="0x0"@},
15815 @{number="43",value="0x0"@},@{number="44",value="0x0"@},
15816 @{number="45",value="0x0"@},@{number="46",value="0x0"@},
15817 @{number="47",value="0x0"@},@{number="48",value="0x0"@},
15818 @{number="49",value="0x0"@},@{number="50",value="0x0"@},
15819 @{number="51",value="0x0"@},@{number="52",value="0x0"@},
15820 @{number="53",value="0x0"@},@{number="54",value="0x0"@},
15821 @{number="55",value="0x0"@},@{number="56",value="0x0"@},
15822 @{number="57",value="0x0"@},@{number="58",value="0x0"@},
15823 @{number="59",value="0x0"@},@{number="60",value="0x0"@},
15824 @{number="61",value="0x0"@},@{number="62",value="0x0"@},
15825 @{number="63",value="0x0"@},@{number="64",value="0xfe00a300"@},
15826 @{number="65",value="0x29002"@},@{number="66",value="0x202f04b5"@},
15827 @{number="67",value="0xfe0043b0"@},@{number="68",value="0xfe00b3e4"@},
15828 @{number="69",value="0x20002b03"@}]
15829 (@value{GDBP})
15830 @end smallexample
15831
15832
15833 @subheading The @code{-data-read-memory} Command
15834 @findex -data-read-memory
15835
15836 @subsubheading Synopsis
15837
15838 @smallexample
15839 -data-read-memory [ -o @var{byte-offset} ]
15840 @var{address} @var{word-format} @var{word-size}
15841 @var{nr-rows} @var{nr-cols} [ @var{aschar} ]
15842 @end smallexample
15843
15844 @noindent
15845 where:
15846
15847 @table @samp
15848 @item @var{address}
15849 An expression specifying the address of the first memory word to be
15850 read. Complex expressions containing embedded white space should be
15851 quoted using the C convention.
15852
15853 @item @var{word-format}
15854 The format to be used to print the memory words. The notation is the
15855 same as for @value{GDBN}'s @code{print} command (@pxref{Output Formats,
15856 ,Output formats}).
15857
15858 @item @var{word-size}
15859 The size of each memory word in bytes.
15860
15861 @item @var{nr-rows}
15862 The number of rows in the output table.
15863
15864 @item @var{nr-cols}
15865 The number of columns in the output table.
15866
15867 @item @var{aschar}
15868 If present, indicates that each row should include an @sc{ascii} dump. The
15869 value of @var{aschar} is used as a padding character when a byte is not a
15870 member of the printable @sc{ascii} character set (printable @sc{ascii}
15871 characters are those whose code is between 32 and 126, inclusively).
15872
15873 @item @var{byte-offset}
15874 An offset to add to the @var{address} before fetching memory.
15875 @end table
15876
15877 This command displays memory contents as a table of @var{nr-rows} by
15878 @var{nr-cols} words, each word being @var{word-size} bytes. In total,
15879 @code{@var{nr-rows} * @var{nr-cols} * @var{word-size}} bytes are read
15880 (returned as @samp{total-bytes}). Should less than the requested number
15881 of bytes be returned by the target, the missing words are identified
15882 using @samp{N/A}. The number of bytes read from the target is returned
15883 in @samp{nr-bytes} and the starting address used to read memory in
15884 @samp{addr}.
15885
15886 The address of the next/previous row or page is available in
15887 @samp{next-row} and @samp{prev-row}, @samp{next-page} and
15888 @samp{prev-page}.
15889
15890 @subsubheading @value{GDBN} Command
15891
15892 The corresponding @value{GDBN} command is @samp{x}. @code{gdbtk} has
15893 @samp{gdb_get_mem} memory read command.
15894
15895 @subsubheading Example
15896
15897 Read six bytes of memory starting at @code{bytes+6} but then offset by
15898 @code{-6} bytes. Format as three rows of two columns. One byte per
15899 word. Display each word in hex.
15900
15901 @smallexample
15902 (@value{GDBP})
15903 9-data-read-memory -o -6 -- bytes+6 x 1 3 2
15904 9^done,addr="0x00001390",nr-bytes="6",total-bytes="6",
15905 next-row="0x00001396",prev-row="0x0000138e",next-page="0x00001396",
15906 prev-page="0x0000138a",memory=[
15907 @{addr="0x00001390",data=["0x00","0x01"]@},
15908 @{addr="0x00001392",data=["0x02","0x03"]@},
15909 @{addr="0x00001394",data=["0x04","0x05"]@}]
15910 (@value{GDBP})
15911 @end smallexample
15912
15913 Read two bytes of memory starting at address @code{shorts + 64} and
15914 display as a single word formatted in decimal.
15915
15916 @smallexample
15917 (@value{GDBP})
15918 5-data-read-memory shorts+64 d 2 1 1
15919 5^done,addr="0x00001510",nr-bytes="2",total-bytes="2",
15920 next-row="0x00001512",prev-row="0x0000150e",
15921 next-page="0x00001512",prev-page="0x0000150e",memory=[
15922 @{addr="0x00001510",data=["128"]@}]
15923 (@value{GDBP})
15924 @end smallexample
15925
15926 Read thirty two bytes of memory starting at @code{bytes+16} and format
15927 as eight rows of four columns. Include a string encoding with @samp{x}
15928 used as the non-printable character.
15929
15930 @smallexample
15931 (@value{GDBP})
15932 4-data-read-memory bytes+16 x 1 8 4 x
15933 4^done,addr="0x000013a0",nr-bytes="32",total-bytes="32",
15934 next-row="0x000013c0",prev-row="0x0000139c",
15935 next-page="0x000013c0",prev-page="0x00001380",memory=[
15936 @{addr="0x000013a0",data=["0x10","0x11","0x12","0x13"],ascii="xxxx"@},
15937 @{addr="0x000013a4",data=["0x14","0x15","0x16","0x17"],ascii="xxxx"@},
15938 @{addr="0x000013a8",data=["0x18","0x19","0x1a","0x1b"],ascii="xxxx"@},
15939 @{addr="0x000013ac",data=["0x1c","0x1d","0x1e","0x1f"],ascii="xxxx"@},
15940 @{addr="0x000013b0",data=["0x20","0x21","0x22","0x23"],ascii=" !\"#"@},
15941 @{addr="0x000013b4",data=["0x24","0x25","0x26","0x27"],ascii="$%&'"@},
15942 @{addr="0x000013b8",data=["0x28","0x29","0x2a","0x2b"],ascii="()*+"@},
15943 @{addr="0x000013bc",data=["0x2c","0x2d","0x2e","0x2f"],ascii=",-./"@}]
15944 (@value{GDBP})
15945 @end smallexample
15946
15947 @subheading The @code{-display-delete} Command
15948 @findex -display-delete
15949
15950 @subsubheading Synopsis
15951
15952 @smallexample
15953 -display-delete @var{number}
15954 @end smallexample
15955
15956 Delete the display @var{number}.
15957
15958 @subsubheading @value{GDBN} Command
15959
15960 The corresponding @value{GDBN} command is @samp{delete display}.
15961
15962 @subsubheading Example
15963 N.A.
15964
15965
15966 @subheading The @code{-display-disable} Command
15967 @findex -display-disable
15968
15969 @subsubheading Synopsis
15970
15971 @smallexample
15972 -display-disable @var{number}
15973 @end smallexample
15974
15975 Disable display @var{number}.
15976
15977 @subsubheading @value{GDBN} Command
15978
15979 The corresponding @value{GDBN} command is @samp{disable display}.
15980
15981 @subsubheading Example
15982 N.A.
15983
15984
15985 @subheading The @code{-display-enable} Command
15986 @findex -display-enable
15987
15988 @subsubheading Synopsis
15989
15990 @smallexample
15991 -display-enable @var{number}
15992 @end smallexample
15993
15994 Enable display @var{number}.
15995
15996 @subsubheading @value{GDBN} Command
15997
15998 The corresponding @value{GDBN} command is @samp{enable display}.
15999
16000 @subsubheading Example
16001 N.A.
16002
16003
16004 @subheading The @code{-display-insert} Command
16005 @findex -display-insert
16006
16007 @subsubheading Synopsis
16008
16009 @smallexample
16010 -display-insert @var{expression}
16011 @end smallexample
16012
16013 Display @var{expression} every time the program stops.
16014
16015 @subsubheading @value{GDBN} Command
16016
16017 The corresponding @value{GDBN} command is @samp{display}.
16018
16019 @subsubheading Example
16020 N.A.
16021
16022
16023 @subheading The @code{-display-list} Command
16024 @findex -display-list
16025
16026 @subsubheading Synopsis
16027
16028 @smallexample
16029 -display-list
16030 @end smallexample
16031
16032 List the displays. Do not show the current values.
16033
16034 @subsubheading @value{GDBN} Command
16035
16036 The corresponding @value{GDBN} command is @samp{info display}.
16037
16038 @subsubheading Example
16039 N.A.
16040
16041
16042 @subheading The @code{-environment-cd} Command
16043 @findex -environment-cd
16044
16045 @subsubheading Synopsis
16046
16047 @smallexample
16048 -environment-cd @var{pathdir}
16049 @end smallexample
16050
16051 Set @value{GDBN}'s working directory.
16052
16053 @subsubheading @value{GDBN} Command
16054
16055 The corresponding @value{GDBN} command is @samp{cd}.
16056
16057 @subsubheading Example
16058
16059 @smallexample
16060 (@value{GDBP})
16061 -environment-cd /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
16062 ^done
16063 (@value{GDBP})
16064 @end smallexample
16065
16066
16067 @subheading The @code{-environment-directory} Command
16068 @findex -environment-directory
16069
16070 @subsubheading Synopsis
16071
16072 @smallexample
16073 -environment-directory [ -r ] [ @var{pathdir} ]+
16074 @end smallexample
16075
16076 Add directories @var{pathdir} to beginning of search path for source files.
16077 If the @samp{-r} option is used, the search path is reset to the default
16078 search path. If directories @var{pathdir} are supplied in addition to the
16079 @samp{-r} option, the search path is first reset and then addition
16080 occurs as normal.
16081 Multiple directories may be specified, separated by blanks. Specifying
16082 multiple directories in a single command
16083 results in the directories added to the beginning of the
16084 search path in the same order they were presented in the command.
16085 If blanks are needed as
16086 part of a directory name, double-quotes should be used around
16087 the name. In the command output, the path will show up separated
16088 by the system directory-separator character. The directory-seperator
16089 character must not be used
16090 in any directory name.
16091 If no directories are specified, the current search path is displayed.
16092
16093 @subsubheading @value{GDBN} Command
16094
16095 The corresponding @value{GDBN} command is @samp{dir}.
16096
16097 @subsubheading Example
16098
16099 @smallexample
16100 (@value{GDBP})
16101 -environment-directory /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
16102 ^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
16103 (@value{GDBP})
16104 -environment-directory ""
16105 ^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
16106 (@value{GDBP})
16107 -environment-directory -r /home/jjohnstn/src/gdb /usr/src
16108 ^done,source-path="/home/jjohnstn/src/gdb:/usr/src:$cdir:$cwd"
16109 (@value{GDBP})
16110 -environment-directory -r
16111 ^done,source-path="$cdir:$cwd"
16112 (@value{GDBP})
16113 @end smallexample
16114
16115
16116 @subheading The @code{-environment-path} Command
16117 @findex -environment-path
16118
16119 @subsubheading Synopsis
16120
16121 @smallexample
16122 -environment-path [ -r ] [ @var{pathdir} ]+
16123 @end smallexample
16124
16125 Add directories @var{pathdir} to beginning of search path for object files.
16126 If the @samp{-r} option is used, the search path is reset to the original
16127 search path that existed at gdb start-up. If directories @var{pathdir} are
16128 supplied in addition to the
16129 @samp{-r} option, the search path is first reset and then addition
16130 occurs as normal.
16131 Multiple directories may be specified, separated by blanks. Specifying
16132 multiple directories in a single command
16133 results in the directories added to the beginning of the
16134 search path in the same order they were presented in the command.
16135 If blanks are needed as
16136 part of a directory name, double-quotes should be used around
16137 the name. In the command output, the path will show up separated
16138 by the system directory-separator character. The directory-seperator
16139 character must not be used
16140 in any directory name.
16141 If no directories are specified, the current path is displayed.
16142
16143
16144 @subsubheading @value{GDBN} Command
16145
16146 The corresponding @value{GDBN} command is @samp{path}.
16147
16148 @subsubheading Example
16149
16150 @smallexample
16151 (@value{GDBP})
16152 -environment-path
16153 ^done,path="/usr/bin"
16154 (@value{GDBP})
16155 -environment-path /kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb /bin
16156 ^done,path="/kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb:/bin:/usr/bin"
16157 (@value{GDBP})
16158 -environment-path -r /usr/local/bin
16159 ^done,path="/usr/local/bin:/usr/bin"
16160 (@value{GDBP})
16161 @end smallexample
16162
16163
16164 @subheading The @code{-environment-pwd} Command
16165 @findex -environment-pwd
16166
16167 @subsubheading Synopsis
16168
16169 @smallexample
16170 -environment-pwd
16171 @end smallexample
16172
16173 Show the current working directory.
16174
16175 @subsubheading @value{GDBN} command
16176
16177 The corresponding @value{GDBN} command is @samp{pwd}.
16178
16179 @subsubheading Example
16180
16181 @smallexample
16182 (@value{GDBP})
16183 -environment-pwd
16184 ^done,cwd="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb"
16185 (@value{GDBP})
16186 @end smallexample
16187
16188 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16189 @node GDB/MI Program Control
16190 @section @sc{gdb/mi} Program control
16191
16192 @subsubheading Program termination
16193
16194 As a result of execution, the inferior program can run to completion, if
16195 it doesn't encounter any breakpoints. In this case the output will
16196 include an exit code, if the program has exited exceptionally.
16197
16198 @subsubheading Examples
16199
16200 @noindent
16201 Program exited normally:
16202
16203 @smallexample
16204 (@value{GDBP})
16205 -exec-run
16206 ^running
16207 (@value{GDBP})
16208 x = 55
16209 *stopped,reason="exited-normally"
16210 (@value{GDBP})
16211 @end smallexample
16212
16213 @noindent
16214 Program exited exceptionally:
16215
16216 @smallexample
16217 (@value{GDBP})
16218 -exec-run
16219 ^running
16220 (@value{GDBP})
16221 x = 55
16222 *stopped,reason="exited",exit-code="01"
16223 (@value{GDBP})
16224 @end smallexample
16225
16226 Another way the program can terminate is if it receives a signal such as
16227 @code{SIGINT}. In this case, @sc{gdb/mi} displays this:
16228
16229 @smallexample
16230 (@value{GDBP})
16231 *stopped,reason="exited-signalled",signal-name="SIGINT",
16232 signal-meaning="Interrupt"
16233 @end smallexample
16234
16235
16236 @subheading The @code{-exec-abort} Command
16237 @findex -exec-abort
16238
16239 @subsubheading Synopsis
16240
16241 @smallexample
16242 -exec-abort
16243 @end smallexample
16244
16245 Kill the inferior running program.
16246
16247 @subsubheading @value{GDBN} Command
16248
16249 The corresponding @value{GDBN} command is @samp{kill}.
16250
16251 @subsubheading Example
16252 N.A.
16253
16254
16255 @subheading The @code{-exec-arguments} Command
16256 @findex -exec-arguments
16257
16258 @subsubheading Synopsis
16259
16260 @smallexample
16261 -exec-arguments @var{args}
16262 @end smallexample
16263
16264 Set the inferior program arguments, to be used in the next
16265 @samp{-exec-run}.
16266
16267 @subsubheading @value{GDBN} Command
16268
16269 The corresponding @value{GDBN} command is @samp{set args}.
16270
16271 @subsubheading Example
16272
16273 @c FIXME!
16274 Don't have one around.
16275
16276
16277 @subheading The @code{-exec-continue} Command
16278 @findex -exec-continue
16279
16280 @subsubheading Synopsis
16281
16282 @smallexample
16283 -exec-continue
16284 @end smallexample
16285
16286 Asynchronous command. Resumes the execution of the inferior program
16287 until a breakpoint is encountered, or until the inferior exits.
16288
16289 @subsubheading @value{GDBN} Command
16290
16291 The corresponding @value{GDBN} corresponding is @samp{continue}.
16292
16293 @subsubheading Example
16294
16295 @smallexample
16296 -exec-continue
16297 ^running
16298 (@value{GDBP})
16299 @@Hello world
16300 *stopped,reason="breakpoint-hit",bkptno="2",frame=@{func="foo",args=[],
16301 file="hello.c",line="13"@}
16302 (@value{GDBP})
16303 @end smallexample
16304
16305
16306 @subheading The @code{-exec-finish} Command
16307 @findex -exec-finish
16308
16309 @subsubheading Synopsis
16310
16311 @smallexample
16312 -exec-finish
16313 @end smallexample
16314
16315 Asynchronous command. Resumes the execution of the inferior program
16316 until the current function is exited. Displays the results returned by
16317 the function.
16318
16319 @subsubheading @value{GDBN} Command
16320
16321 The corresponding @value{GDBN} command is @samp{finish}.
16322
16323 @subsubheading Example
16324
16325 Function returning @code{void}.
16326
16327 @smallexample
16328 -exec-finish
16329 ^running
16330 (@value{GDBP})
16331 @@hello from foo
16332 *stopped,reason="function-finished",frame=@{func="main",args=[],
16333 file="hello.c",line="7"@}
16334 (@value{GDBP})
16335 @end smallexample
16336
16337 Function returning other than @code{void}. The name of the internal
16338 @value{GDBN} variable storing the result is printed, together with the
16339 value itself.
16340
16341 @smallexample
16342 -exec-finish
16343 ^running
16344 (@value{GDBP})
16345 *stopped,reason="function-finished",frame=@{addr="0x000107b0",func="foo",
16346 args=[@{name="a",value="1"],@{name="b",value="9"@}@},
16347 file="recursive2.c",line="14"@},
16348 gdb-result-var="$1",return-value="0"
16349 (@value{GDBP})
16350 @end smallexample
16351
16352
16353 @subheading The @code{-exec-interrupt} Command
16354 @findex -exec-interrupt
16355
16356 @subsubheading Synopsis
16357
16358 @smallexample
16359 -exec-interrupt
16360 @end smallexample
16361
16362 Asynchronous command. Interrupts the background execution of the target.
16363 Note how the token associated with the stop message is the one for the
16364 execution command that has been interrupted. The token for the interrupt
16365 itself only appears in the @samp{^done} output. If the user is trying to
16366 interrupt a non-running program, an error message will be printed.
16367
16368 @subsubheading @value{GDBN} Command
16369
16370 The corresponding @value{GDBN} command is @samp{interrupt}.
16371
16372 @subsubheading Example
16373
16374 @smallexample
16375 (@value{GDBP})
16376 111-exec-continue
16377 111^running
16378
16379 (@value{GDBP})
16380 222-exec-interrupt
16381 222^done
16382 (@value{GDBP})
16383 111*stopped,signal-name="SIGINT",signal-meaning="Interrupt",
16384 frame=@{addr="0x00010140",func="foo",args=[],file="try.c",line="13"@}
16385 (@value{GDBP})
16386
16387 (@value{GDBP})
16388 -exec-interrupt
16389 ^error,msg="mi_cmd_exec_interrupt: Inferior not executing."
16390 (@value{GDBP})
16391 @end smallexample
16392
16393
16394 @subheading The @code{-exec-next} Command
16395 @findex -exec-next
16396
16397 @subsubheading Synopsis
16398
16399 @smallexample
16400 -exec-next
16401 @end smallexample
16402
16403 Asynchronous command. Resumes execution of the inferior program, stopping
16404 when the beginning of the next source line is reached.
16405
16406 @subsubheading @value{GDBN} Command
16407
16408 The corresponding @value{GDBN} command is @samp{next}.
16409
16410 @subsubheading Example
16411
16412 @smallexample
16413 -exec-next
16414 ^running
16415 (@value{GDBP})
16416 *stopped,reason="end-stepping-range",line="8",file="hello.c"
16417 (@value{GDBP})
16418 @end smallexample
16419
16420
16421 @subheading The @code{-exec-next-instruction} Command
16422 @findex -exec-next-instruction
16423
16424 @subsubheading Synopsis
16425
16426 @smallexample
16427 -exec-next-instruction
16428 @end smallexample
16429
16430 Asynchronous command. Executes one machine instruction. If the
16431 instruction is a function call continues until the function returns. If
16432 the program stops at an instruction in the middle of a source line, the
16433 address will be printed as well.
16434
16435 @subsubheading @value{GDBN} Command
16436
16437 The corresponding @value{GDBN} command is @samp{nexti}.
16438
16439 @subsubheading Example
16440
16441 @smallexample
16442 (@value{GDBP})
16443 -exec-next-instruction
16444 ^running
16445
16446 (@value{GDBP})
16447 *stopped,reason="end-stepping-range",
16448 addr="0x000100d4",line="5",file="hello.c"
16449 (@value{GDBP})
16450 @end smallexample
16451
16452
16453 @subheading The @code{-exec-return} Command
16454 @findex -exec-return
16455
16456 @subsubheading Synopsis
16457
16458 @smallexample
16459 -exec-return
16460 @end smallexample
16461
16462 Makes current function return immediately. Doesn't execute the inferior.
16463 Displays the new current frame.
16464
16465 @subsubheading @value{GDBN} Command
16466
16467 The corresponding @value{GDBN} command is @samp{return}.
16468
16469 @subsubheading Example
16470
16471 @smallexample
16472 (@value{GDBP})
16473 200-break-insert callee4
16474 200^done,bkpt=@{number="1",addr="0x00010734",
16475 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
16476 (@value{GDBP})
16477 000-exec-run
16478 000^running
16479 (@value{GDBP})
16480 000*stopped,reason="breakpoint-hit",bkptno="1",
16481 frame=@{func="callee4",args=[],
16482 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
16483 (@value{GDBP})
16484 205-break-delete
16485 205^done
16486 (@value{GDBP})
16487 111-exec-return
16488 111^done,frame=@{level="0",func="callee3",
16489 args=[@{name="strarg",
16490 value="0x11940 \"A string argument.\""@}],
16491 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
16492 (@value{GDBP})
16493 @end smallexample
16494
16495
16496 @subheading The @code{-exec-run} Command
16497 @findex -exec-run
16498
16499 @subsubheading Synopsis
16500
16501 @smallexample
16502 -exec-run
16503 @end smallexample
16504
16505 Asynchronous command. Starts execution of the inferior from the
16506 beginning. The inferior executes until either a breakpoint is
16507 encountered or the program exits.
16508
16509 @subsubheading @value{GDBN} Command
16510
16511 The corresponding @value{GDBN} command is @samp{run}.
16512
16513 @subsubheading Example
16514
16515 @smallexample
16516 (@value{GDBP})
16517 -break-insert main
16518 ^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
16519 (@value{GDBP})
16520 -exec-run
16521 ^running
16522 (@value{GDBP})
16523 *stopped,reason="breakpoint-hit",bkptno="1",
16524 frame=@{func="main",args=[],file="recursive2.c",line="4"@}
16525 (@value{GDBP})
16526 @end smallexample
16527
16528
16529 @subheading The @code{-exec-show-arguments} Command
16530 @findex -exec-show-arguments
16531
16532 @subsubheading Synopsis
16533
16534 @smallexample
16535 -exec-show-arguments
16536 @end smallexample
16537
16538 Print the arguments of the program.
16539
16540 @subsubheading @value{GDBN} Command
16541
16542 The corresponding @value{GDBN} command is @samp{show args}.
16543
16544 @subsubheading Example
16545 N.A.
16546
16547 @c @subheading -exec-signal
16548
16549 @subheading The @code{-exec-step} Command
16550 @findex -exec-step
16551
16552 @subsubheading Synopsis
16553
16554 @smallexample
16555 -exec-step
16556 @end smallexample
16557
16558 Asynchronous command. Resumes execution of the inferior program, stopping
16559 when the beginning of the next source line is reached, if the next
16560 source line is not a function call. If it is, stop at the first
16561 instruction of the called function.
16562
16563 @subsubheading @value{GDBN} Command
16564
16565 The corresponding @value{GDBN} command is @samp{step}.
16566
16567 @subsubheading Example
16568
16569 Stepping into a function:
16570
16571 @smallexample
16572 -exec-step
16573 ^running
16574 (@value{GDBP})
16575 *stopped,reason="end-stepping-range",
16576 frame=@{func="foo",args=[@{name="a",value="10"@},
16577 @{name="b",value="0"@}],file="recursive2.c",line="11"@}
16578 (@value{GDBP})
16579 @end smallexample
16580
16581 Regular stepping:
16582
16583 @smallexample
16584 -exec-step
16585 ^running
16586 (@value{GDBP})
16587 *stopped,reason="end-stepping-range",line="14",file="recursive2.c"
16588 (@value{GDBP})
16589 @end smallexample
16590
16591
16592 @subheading The @code{-exec-step-instruction} Command
16593 @findex -exec-step-instruction
16594
16595 @subsubheading Synopsis
16596
16597 @smallexample
16598 -exec-step-instruction
16599 @end smallexample
16600
16601 Asynchronous command. Resumes the inferior which executes one machine
16602 instruction. The output, once @value{GDBN} has stopped, will vary depending on
16603 whether we have stopped in the middle of a source line or not. In the
16604 former case, the address at which the program stopped will be printed as
16605 well.
16606
16607 @subsubheading @value{GDBN} Command
16608
16609 The corresponding @value{GDBN} command is @samp{stepi}.
16610
16611 @subsubheading Example
16612
16613 @smallexample
16614 (@value{GDBP})
16615 -exec-step-instruction
16616 ^running
16617
16618 (@value{GDBP})
16619 *stopped,reason="end-stepping-range",
16620 frame=@{func="foo",args=[],file="try.c",line="10"@}
16621 (@value{GDBP})
16622 -exec-step-instruction
16623 ^running
16624
16625 (@value{GDBP})
16626 *stopped,reason="end-stepping-range",
16627 frame=@{addr="0x000100f4",func="foo",args=[],file="try.c",line="10"@}
16628 (@value{GDBP})
16629 @end smallexample
16630
16631
16632 @subheading The @code{-exec-until} Command
16633 @findex -exec-until
16634
16635 @subsubheading Synopsis
16636
16637 @smallexample
16638 -exec-until [ @var{location} ]
16639 @end smallexample
16640
16641 Asynchronous command. Executes the inferior until the @var{location}
16642 specified in the argument is reached. If there is no argument, the inferior
16643 executes until a source line greater than the current one is reached.
16644 The reason for stopping in this case will be @samp{location-reached}.
16645
16646 @subsubheading @value{GDBN} Command
16647
16648 The corresponding @value{GDBN} command is @samp{until}.
16649
16650 @subsubheading Example
16651
16652 @smallexample
16653 (@value{GDBP})
16654 -exec-until recursive2.c:6
16655 ^running
16656 (@value{GDBP})
16657 x = 55
16658 *stopped,reason="location-reached",frame=@{func="main",args=[],
16659 file="recursive2.c",line="6"@}
16660 (@value{GDBP})
16661 @end smallexample
16662
16663 @ignore
16664 @subheading -file-clear
16665 Is this going away????
16666 @end ignore
16667
16668
16669 @subheading The @code{-file-exec-and-symbols} Command
16670 @findex -file-exec-and-symbols
16671
16672 @subsubheading Synopsis
16673
16674 @smallexample
16675 -file-exec-and-symbols @var{file}
16676 @end smallexample
16677
16678 Specify the executable file to be debugged. This file is the one from
16679 which the symbol table is also read. If no file is specified, the
16680 command clears the executable and symbol information. If breakpoints
16681 are set when using this command with no arguments, @value{GDBN} will produce
16682 error messages. Otherwise, no output is produced, except a completion
16683 notification.
16684
16685 @subsubheading @value{GDBN} Command
16686
16687 The corresponding @value{GDBN} command is @samp{file}.
16688
16689 @subsubheading Example
16690
16691 @smallexample
16692 (@value{GDBP})
16693 -file-exec-and-symbols /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
16694 ^done
16695 (@value{GDBP})
16696 @end smallexample
16697
16698
16699 @subheading The @code{-file-exec-file} Command
16700 @findex -file-exec-file
16701
16702 @subsubheading Synopsis
16703
16704 @smallexample
16705 -file-exec-file @var{file}
16706 @end smallexample
16707
16708 Specify the executable file to be debugged. Unlike
16709 @samp{-file-exec-and-symbols}, the symbol table is @emph{not} read
16710 from this file. If used without argument, @value{GDBN} clears the information
16711 about the executable file. No output is produced, except a completion
16712 notification.
16713
16714 @subsubheading @value{GDBN} Command
16715
16716 The corresponding @value{GDBN} command is @samp{exec-file}.
16717
16718 @subsubheading Example
16719
16720 @smallexample
16721 (@value{GDBP})
16722 -file-exec-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
16723 ^done
16724 (@value{GDBP})
16725 @end smallexample
16726
16727
16728 @subheading The @code{-file-list-exec-sections} Command
16729 @findex -file-list-exec-sections
16730
16731 @subsubheading Synopsis
16732
16733 @smallexample
16734 -file-list-exec-sections
16735 @end smallexample
16736
16737 List the sections of the current executable file.
16738
16739 @subsubheading @value{GDBN} Command
16740
16741 The @value{GDBN} command @samp{info file} shows, among the rest, the same
16742 information as this command. @code{gdbtk} has a corresponding command
16743 @samp{gdb_load_info}.
16744
16745 @subsubheading Example
16746 N.A.
16747
16748
16749 @subheading The @code{-file-list-exec-source-file} Command
16750 @findex -file-list-exec-source-file
16751
16752 @subsubheading Synopsis
16753
16754 @smallexample
16755 -file-list-exec-source-file
16756 @end smallexample
16757
16758 List the line number, the current source file, and the absolute path
16759 to the current source file for the current executable.
16760
16761 @subsubheading @value{GDBN} Command
16762
16763 There's no @value{GDBN} command which directly corresponds to this one.
16764
16765 @subsubheading Example
16766
16767 @smallexample
16768 (@value{GDBP})
16769 123-file-list-exec-source-file
16770 123^done,line="1",file="foo.c",fullname="/home/bar/foo.c"
16771 (@value{GDBP})
16772 @end smallexample
16773
16774
16775 @subheading The @code{-file-list-exec-source-files} Command
16776 @findex -file-list-exec-source-files
16777
16778 @subsubheading Synopsis
16779
16780 @smallexample
16781 -file-list-exec-source-files
16782 @end smallexample
16783
16784 List the source files for the current executable.
16785
16786 @subsubheading @value{GDBN} Command
16787
16788 There's no @value{GDBN} command which directly corresponds to this one.
16789 @code{gdbtk} has an analogous command @samp{gdb_listfiles}.
16790
16791 @subsubheading Example
16792 N.A.
16793
16794
16795 @subheading The @code{-file-list-shared-libraries} Command
16796 @findex -file-list-shared-libraries
16797
16798 @subsubheading Synopsis
16799
16800 @smallexample
16801 -file-list-shared-libraries
16802 @end smallexample
16803
16804 List the shared libraries in the program.
16805
16806 @subsubheading @value{GDBN} Command
16807
16808 The corresponding @value{GDBN} command is @samp{info shared}.
16809
16810 @subsubheading Example
16811 N.A.
16812
16813
16814 @subheading The @code{-file-list-symbol-files} Command
16815 @findex -file-list-symbol-files
16816
16817 @subsubheading Synopsis
16818
16819 @smallexample
16820 -file-list-symbol-files
16821 @end smallexample
16822
16823 List symbol files.
16824
16825 @subsubheading @value{GDBN} Command
16826
16827 The corresponding @value{GDBN} command is @samp{info file} (part of it).
16828
16829 @subsubheading Example
16830 N.A.
16831
16832
16833 @subheading The @code{-file-symbol-file} Command
16834 @findex -file-symbol-file
16835
16836 @subsubheading Synopsis
16837
16838 @smallexample
16839 -file-symbol-file @var{file}
16840 @end smallexample
16841
16842 Read symbol table info from the specified @var{file} argument. When
16843 used without arguments, clears @value{GDBN}'s symbol table info. No output is
16844 produced, except for a completion notification.
16845
16846 @subsubheading @value{GDBN} Command
16847
16848 The corresponding @value{GDBN} command is @samp{symbol-file}.
16849
16850 @subsubheading Example
16851
16852 @smallexample
16853 (@value{GDBP})
16854 -file-symbol-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
16855 ^done
16856 (@value{GDBP})
16857 @end smallexample
16858
16859 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16860 @node GDB/MI Miscellaneous Commands
16861 @section Miscellaneous @value{GDBN} commands in @sc{gdb/mi}
16862
16863 @c @subheading -gdb-complete
16864
16865 @subheading The @code{-gdb-exit} Command
16866 @findex -gdb-exit
16867
16868 @subsubheading Synopsis
16869
16870 @smallexample
16871 -gdb-exit
16872 @end smallexample
16873
16874 Exit @value{GDBN} immediately.
16875
16876 @subsubheading @value{GDBN} Command
16877
16878 Approximately corresponds to @samp{quit}.
16879
16880 @subsubheading Example
16881
16882 @smallexample
16883 (@value{GDBP})
16884 -gdb-exit
16885 @end smallexample
16886
16887 @subheading The @code{-gdb-set} Command
16888 @findex -gdb-set
16889
16890 @subsubheading Synopsis
16891
16892 @smallexample
16893 -gdb-set
16894 @end smallexample
16895
16896 Set an internal @value{GDBN} variable.
16897 @c IS THIS A DOLLAR VARIABLE? OR SOMETHING LIKE ANNOTATE ?????
16898
16899 @subsubheading @value{GDBN} Command
16900
16901 The corresponding @value{GDBN} command is @samp{set}.
16902
16903 @subsubheading Example
16904
16905 @smallexample
16906 (@value{GDBP})
16907 -gdb-set $foo=3
16908 ^done
16909 (@value{GDBP})
16910 @end smallexample
16911
16912
16913 @subheading The @code{-gdb-show} Command
16914 @findex -gdb-show
16915
16916 @subsubheading Synopsis
16917
16918 @smallexample
16919 -gdb-show
16920 @end smallexample
16921
16922 Show the current value of a @value{GDBN} variable.
16923
16924 @subsubheading @value{GDBN} command
16925
16926 The corresponding @value{GDBN} command is @samp{show}.
16927
16928 @subsubheading Example
16929
16930 @smallexample
16931 (@value{GDBP})
16932 -gdb-show annotate
16933 ^done,value="0"
16934 (@value{GDBP})
16935 @end smallexample
16936
16937 @c @subheading -gdb-source
16938
16939
16940 @subheading The @code{-gdb-version} Command
16941 @findex -gdb-version
16942
16943 @subsubheading Synopsis
16944
16945 @smallexample
16946 -gdb-version
16947 @end smallexample
16948
16949 Show version information for @value{GDBN}. Used mostly in testing.
16950
16951 @subsubheading @value{GDBN} Command
16952
16953 There's no equivalent @value{GDBN} command. @value{GDBN} by default shows this
16954 information when you start an interactive session.
16955
16956 @subsubheading Example
16957
16958 @c This example modifies the actual output from GDB to avoid overfull
16959 @c box in TeX.
16960 @smallexample
16961 (@value{GDBP})
16962 -gdb-version
16963 ~GNU gdb 5.2.1
16964 ~Copyright 2000 Free Software Foundation, Inc.
16965 ~GDB is free software, covered by the GNU General Public License, and
16966 ~you are welcome to change it and/or distribute copies of it under
16967 ~ certain conditions.
16968 ~Type "show copying" to see the conditions.
16969 ~There is absolutely no warranty for GDB. Type "show warranty" for
16970 ~ details.
16971 ~This GDB was configured as
16972 "--host=sparc-sun-solaris2.5.1 --target=ppc-eabi".
16973 ^done
16974 (@value{GDBP})
16975 @end smallexample
16976
16977 @subheading The @code{-interpreter-exec} Command
16978 @findex -interpreter-exec
16979
16980 @subheading Synopsis
16981
16982 @smallexample
16983 -interpreter-exec @var{interpreter} @var{command}
16984 @end smallexample
16985
16986 Execute the specified @var{command} in the given @var{interpreter}.
16987
16988 @subheading @value{GDBN} Command
16989
16990 The corresponding @value{GDBN} command is @samp{interpreter-exec}.
16991
16992 @subheading Example
16993
16994 @smallexample
16995 (@value{GDBP})
16996 -interpreter-exec console "break main"
16997 &"During symbol reading, couldn't parse type; debugger out of date?.\n"
16998 &"During symbol reading, bad structure-type format.\n"
16999 ~"Breakpoint 1 at 0x8074fc6: file ../../src/gdb/main.c, line 743.\n"
17000 ^done
17001 (@value{GDBP})
17002 @end smallexample
17003
17004 @ignore
17005 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17006 @node GDB/MI Kod Commands
17007 @section @sc{gdb/mi} Kod Commands
17008
17009 The Kod commands are not implemented.
17010
17011 @c @subheading -kod-info
17012
17013 @c @subheading -kod-list
17014
17015 @c @subheading -kod-list-object-types
17016
17017 @c @subheading -kod-show
17018
17019 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17020 @node GDB/MI Memory Overlay Commands
17021 @section @sc{gdb/mi} Memory Overlay Commands
17022
17023 The memory overlay commands are not implemented.
17024
17025 @c @subheading -overlay-auto
17026
17027 @c @subheading -overlay-list-mapping-state
17028
17029 @c @subheading -overlay-list-overlays
17030
17031 @c @subheading -overlay-map
17032
17033 @c @subheading -overlay-off
17034
17035 @c @subheading -overlay-on
17036
17037 @c @subheading -overlay-unmap
17038
17039 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17040 @node GDB/MI Signal Handling Commands
17041 @section @sc{gdb/mi} Signal Handling Commands
17042
17043 Signal handling commands are not implemented.
17044
17045 @c @subheading -signal-handle
17046
17047 @c @subheading -signal-list-handle-actions
17048
17049 @c @subheading -signal-list-signal-types
17050 @end ignore
17051
17052
17053 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17054 @node GDB/MI Stack Manipulation
17055 @section @sc{gdb/mi} Stack Manipulation Commands
17056
17057
17058 @subheading The @code{-stack-info-frame} Command
17059 @findex -stack-info-frame
17060
17061 @subsubheading Synopsis
17062
17063 @smallexample
17064 -stack-info-frame
17065 @end smallexample
17066
17067 Get info on the current frame.
17068
17069 @subsubheading @value{GDBN} Command
17070
17071 The corresponding @value{GDBN} command is @samp{info frame} or @samp{frame}
17072 (without arguments).
17073
17074 @subsubheading Example
17075 N.A.
17076
17077 @subheading The @code{-stack-info-depth} Command
17078 @findex -stack-info-depth
17079
17080 @subsubheading Synopsis
17081
17082 @smallexample
17083 -stack-info-depth [ @var{max-depth} ]
17084 @end smallexample
17085
17086 Return the depth of the stack. If the integer argument @var{max-depth}
17087 is specified, do not count beyond @var{max-depth} frames.
17088
17089 @subsubheading @value{GDBN} Command
17090
17091 There's no equivalent @value{GDBN} command.
17092
17093 @subsubheading Example
17094
17095 For a stack with frame levels 0 through 11:
17096
17097 @smallexample
17098 (@value{GDBP})
17099 -stack-info-depth
17100 ^done,depth="12"
17101 (@value{GDBP})
17102 -stack-info-depth 4
17103 ^done,depth="4"
17104 (@value{GDBP})
17105 -stack-info-depth 12
17106 ^done,depth="12"
17107 (@value{GDBP})
17108 -stack-info-depth 11
17109 ^done,depth="11"
17110 (@value{GDBP})
17111 -stack-info-depth 13
17112 ^done,depth="12"
17113 (@value{GDBP})
17114 @end smallexample
17115
17116 @subheading The @code{-stack-list-arguments} Command
17117 @findex -stack-list-arguments
17118
17119 @subsubheading Synopsis
17120
17121 @smallexample
17122 -stack-list-arguments @var{show-values}
17123 [ @var{low-frame} @var{high-frame} ]
17124 @end smallexample
17125
17126 Display a list of the arguments for the frames between @var{low-frame}
17127 and @var{high-frame} (inclusive). If @var{low-frame} and
17128 @var{high-frame} are not provided, list the arguments for the whole call
17129 stack.
17130
17131 The @var{show-values} argument must have a value of 0 or 1. A value of
17132 0 means that only the names of the arguments are listed, a value of 1
17133 means that both names and values of the arguments are printed.
17134
17135 @subsubheading @value{GDBN} Command
17136
17137 @value{GDBN} does not have an equivalent command. @code{gdbtk} has a
17138 @samp{gdb_get_args} command which partially overlaps with the
17139 functionality of @samp{-stack-list-arguments}.
17140
17141 @subsubheading Example
17142
17143 @smallexample
17144 (@value{GDBP})
17145 -stack-list-frames
17146 ^done,
17147 stack=[
17148 frame=@{level="0",addr="0x00010734",func="callee4",
17149 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@},
17150 frame=@{level="1",addr="0x0001076c",func="callee3",
17151 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="17"@},
17152 frame=@{level="2",addr="0x0001078c",func="callee2",
17153 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="22"@},
17154 frame=@{level="3",addr="0x000107b4",func="callee1",
17155 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="27"@},
17156 frame=@{level="4",addr="0x000107e0",func="main",
17157 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="32"@}]
17158 (@value{GDBP})
17159 -stack-list-arguments 0
17160 ^done,
17161 stack-args=[
17162 frame=@{level="0",args=[]@},
17163 frame=@{level="1",args=[name="strarg"]@},
17164 frame=@{level="2",args=[name="intarg",name="strarg"]@},
17165 frame=@{level="3",args=[name="intarg",name="strarg",name="fltarg"]@},
17166 frame=@{level="4",args=[]@}]
17167 (@value{GDBP})
17168 -stack-list-arguments 1
17169 ^done,
17170 stack-args=[
17171 frame=@{level="0",args=[]@},
17172 frame=@{level="1",
17173 args=[@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
17174 frame=@{level="2",args=[
17175 @{name="intarg",value="2"@},
17176 @{name="strarg",value="0x11940 \"A string argument.\""@}]@},
17177 @{frame=@{level="3",args=[
17178 @{name="intarg",value="2"@},
17179 @{name="strarg",value="0x11940 \"A string argument.\""@},
17180 @{name="fltarg",value="3.5"@}]@},
17181 frame=@{level="4",args=[]@}]
17182 (@value{GDBP})
17183 -stack-list-arguments 0 2 2
17184 ^done,stack-args=[frame=@{level="2",args=[name="intarg",name="strarg"]@}]
17185 (@value{GDBP})
17186 -stack-list-arguments 1 2 2
17187 ^done,stack-args=[frame=@{level="2",
17188 args=[@{name="intarg",value="2"@},
17189 @{name="strarg",value="0x11940 \"A string argument.\""@}]@}]
17190 (@value{GDBP})
17191 @end smallexample
17192
17193 @c @subheading -stack-list-exception-handlers
17194
17195
17196 @subheading The @code{-stack-list-frames} Command
17197 @findex -stack-list-frames
17198
17199 @subsubheading Synopsis
17200
17201 @smallexample
17202 -stack-list-frames [ @var{low-frame} @var{high-frame} ]
17203 @end smallexample
17204
17205 List the frames currently on the stack. For each frame it displays the
17206 following info:
17207
17208 @table @samp
17209 @item @var{level}
17210 The frame number, 0 being the topmost frame, i.e. the innermost function.
17211 @item @var{addr}
17212 The @code{$pc} value for that frame.
17213 @item @var{func}
17214 Function name.
17215 @item @var{file}
17216 File name of the source file where the function lives.
17217 @item @var{line}
17218 Line number corresponding to the @code{$pc}.
17219 @end table
17220
17221 If invoked without arguments, this command prints a backtrace for the
17222 whole stack. If given two integer arguments, it shows the frames whose
17223 levels are between the two arguments (inclusive). If the two arguments
17224 are equal, it shows the single frame at the corresponding level.
17225
17226 @subsubheading @value{GDBN} Command
17227
17228 The corresponding @value{GDBN} commands are @samp{backtrace} and @samp{where}.
17229
17230 @subsubheading Example
17231
17232 Full stack backtrace:
17233
17234 @smallexample
17235 (@value{GDBP})
17236 -stack-list-frames
17237 ^done,stack=
17238 [frame=@{level="0",addr="0x0001076c",func="foo",
17239 file="recursive2.c",line="11"@},
17240 frame=@{level="1",addr="0x000107a4",func="foo",
17241 file="recursive2.c",line="14"@},
17242 frame=@{level="2",addr="0x000107a4",func="foo",
17243 file="recursive2.c",line="14"@},
17244 frame=@{level="3",addr="0x000107a4",func="foo",
17245 file="recursive2.c",line="14"@},
17246 frame=@{level="4",addr="0x000107a4",func="foo",
17247 file="recursive2.c",line="14"@},
17248 frame=@{level="5",addr="0x000107a4",func="foo",
17249 file="recursive2.c",line="14"@},
17250 frame=@{level="6",addr="0x000107a4",func="foo",
17251 file="recursive2.c",line="14"@},
17252 frame=@{level="7",addr="0x000107a4",func="foo",
17253 file="recursive2.c",line="14"@},
17254 frame=@{level="8",addr="0x000107a4",func="foo",
17255 file="recursive2.c",line="14"@},
17256 frame=@{level="9",addr="0x000107a4",func="foo",
17257 file="recursive2.c",line="14"@},
17258 frame=@{level="10",addr="0x000107a4",func="foo",
17259 file="recursive2.c",line="14"@},
17260 frame=@{level="11",addr="0x00010738",func="main",
17261 file="recursive2.c",line="4"@}]
17262 (@value{GDBP})
17263 @end smallexample
17264
17265 Show frames between @var{low_frame} and @var{high_frame}:
17266
17267 @smallexample
17268 (@value{GDBP})
17269 -stack-list-frames 3 5
17270 ^done,stack=
17271 [frame=@{level="3",addr="0x000107a4",func="foo",
17272 file="recursive2.c",line="14"@},
17273 frame=@{level="4",addr="0x000107a4",func="foo",
17274 file="recursive2.c",line="14"@},
17275 frame=@{level="5",addr="0x000107a4",func="foo",
17276 file="recursive2.c",line="14"@}]
17277 (@value{GDBP})
17278 @end smallexample
17279
17280 Show a single frame:
17281
17282 @smallexample
17283 (@value{GDBP})
17284 -stack-list-frames 3 3
17285 ^done,stack=
17286 [frame=@{level="3",addr="0x000107a4",func="foo",
17287 file="recursive2.c",line="14"@}]
17288 (@value{GDBP})
17289 @end smallexample
17290
17291
17292 @subheading The @code{-stack-list-locals} Command
17293 @findex -stack-list-locals
17294
17295 @subsubheading Synopsis
17296
17297 @smallexample
17298 -stack-list-locals @var{print-values}
17299 @end smallexample
17300
17301 Display the local variable names for the current frame. With an
17302 argument of 0 or @code{--no-values}, prints only the names of the variables.
17303 With argument of 1 or @code{--all-values}, prints also their values. With
17304 argument of 2 or @code{--simple-values}, prints the name, type and value for
17305 simple data types and the name and type for arrays, structures and
17306 unions. In this last case, the idea is that the user can see the
17307 value of simple data types immediately and he can create variable
17308 objects for other data types if he wishes to explore their values in
17309 more detail.
17310
17311 @subsubheading @value{GDBN} Command
17312
17313 @samp{info locals} in @value{GDBN}, @samp{gdb_get_locals} in @code{gdbtk}.
17314
17315 @subsubheading Example
17316
17317 @smallexample
17318 (@value{GDBP})
17319 -stack-list-locals 0
17320 ^done,locals=[name="A",name="B",name="C"]
17321 (@value{GDBP})
17322 -stack-list-locals --all-values
17323 ^done,locals=[@{name="A",value="1"@},@{name="B",value="2"@},
17324 @{name="C",value="@{1, 2, 3@}"@}]
17325 -stack-list-locals --simple-values
17326 ^done,locals=[@{name="A",type="int",value="1"@},
17327 @{name="B",type="int",value="2"@},@{name="C",type="int [3]"@}]
17328 (@value{GDBP})
17329 @end smallexample
17330
17331
17332 @subheading The @code{-stack-select-frame} Command
17333 @findex -stack-select-frame
17334
17335 @subsubheading Synopsis
17336
17337 @smallexample
17338 -stack-select-frame @var{framenum}
17339 @end smallexample
17340
17341 Change the current frame. Select a different frame @var{framenum} on
17342 the stack.
17343
17344 @subsubheading @value{GDBN} Command
17345
17346 The corresponding @value{GDBN} commands are @samp{frame}, @samp{up},
17347 @samp{down}, @samp{select-frame}, @samp{up-silent}, and @samp{down-silent}.
17348
17349 @subsubheading Example
17350
17351 @smallexample
17352 (@value{GDBP})
17353 -stack-select-frame 2
17354 ^done
17355 (@value{GDBP})
17356 @end smallexample
17357
17358 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17359 @node GDB/MI Symbol Query
17360 @section @sc{gdb/mi} Symbol Query Commands
17361
17362
17363 @subheading The @code{-symbol-info-address} Command
17364 @findex -symbol-info-address
17365
17366 @subsubheading Synopsis
17367
17368 @smallexample
17369 -symbol-info-address @var{symbol}
17370 @end smallexample
17371
17372 Describe where @var{symbol} is stored.
17373
17374 @subsubheading @value{GDBN} Command
17375
17376 The corresponding @value{GDBN} command is @samp{info address}.
17377
17378 @subsubheading Example
17379 N.A.
17380
17381
17382 @subheading The @code{-symbol-info-file} Command
17383 @findex -symbol-info-file
17384
17385 @subsubheading Synopsis
17386
17387 @smallexample
17388 -symbol-info-file
17389 @end smallexample
17390
17391 Show the file for the symbol.
17392
17393 @subsubheading @value{GDBN} Command
17394
17395 There's no equivalent @value{GDBN} command. @code{gdbtk} has
17396 @samp{gdb_find_file}.
17397
17398 @subsubheading Example
17399 N.A.
17400
17401
17402 @subheading The @code{-symbol-info-function} Command
17403 @findex -symbol-info-function
17404
17405 @subsubheading Synopsis
17406
17407 @smallexample
17408 -symbol-info-function
17409 @end smallexample
17410
17411 Show which function the symbol lives in.
17412
17413 @subsubheading @value{GDBN} Command
17414
17415 @samp{gdb_get_function} in @code{gdbtk}.
17416
17417 @subsubheading Example
17418 N.A.
17419
17420
17421 @subheading The @code{-symbol-info-line} Command
17422 @findex -symbol-info-line
17423
17424 @subsubheading Synopsis
17425
17426 @smallexample
17427 -symbol-info-line
17428 @end smallexample
17429
17430 Show the core addresses of the code for a source line.
17431
17432 @subsubheading @value{GDBN} Command
17433
17434 The corresponding @value{GDBN} command is @samp{info line}.
17435 @code{gdbtk} has the @samp{gdb_get_line} and @samp{gdb_get_file} commands.
17436
17437 @subsubheading Example
17438 N.A.
17439
17440
17441 @subheading The @code{-symbol-info-symbol} Command
17442 @findex -symbol-info-symbol
17443
17444 @subsubheading Synopsis
17445
17446 @smallexample
17447 -symbol-info-symbol @var{addr}
17448 @end smallexample
17449
17450 Describe what symbol is at location @var{addr}.
17451
17452 @subsubheading @value{GDBN} Command
17453
17454 The corresponding @value{GDBN} command is @samp{info symbol}.
17455
17456 @subsubheading Example
17457 N.A.
17458
17459
17460 @subheading The @code{-symbol-list-functions} Command
17461 @findex -symbol-list-functions
17462
17463 @subsubheading Synopsis
17464
17465 @smallexample
17466 -symbol-list-functions
17467 @end smallexample
17468
17469 List the functions in the executable.
17470
17471 @subsubheading @value{GDBN} Command
17472
17473 @samp{info functions} in @value{GDBN}, @samp{gdb_listfunc} and
17474 @samp{gdb_search} in @code{gdbtk}.
17475
17476 @subsubheading Example
17477 N.A.
17478
17479
17480 @subheading The @code{-symbol-list-lines} Command
17481 @findex -symbol-list-lines
17482
17483 @subsubheading Synopsis
17484
17485 @smallexample
17486 -symbol-list-lines @var{filename}
17487 @end smallexample
17488
17489 Print the list of lines that contain code and their associated program
17490 addresses for the given source filename. The entries are sorted in
17491 ascending PC order.
17492
17493 @subsubheading @value{GDBN} Command
17494
17495 There is no corresponding @value{GDBN} command.
17496
17497 @subsubheading Example
17498 @smallexample
17499 (@value{GDBP})
17500 -symbol-list-lines basics.c
17501 ^done,lines=[@{pc="0x08048554",line="7"@},@{pc="0x0804855a",line="8"@}]
17502 (@value{GDBP})
17503 @end smallexample
17504
17505
17506 @subheading The @code{-symbol-list-types} Command
17507 @findex -symbol-list-types
17508
17509 @subsubheading Synopsis
17510
17511 @smallexample
17512 -symbol-list-types
17513 @end smallexample
17514
17515 List all the type names.
17516
17517 @subsubheading @value{GDBN} Command
17518
17519 The corresponding commands are @samp{info types} in @value{GDBN},
17520 @samp{gdb_search} in @code{gdbtk}.
17521
17522 @subsubheading Example
17523 N.A.
17524
17525
17526 @subheading The @code{-symbol-list-variables} Command
17527 @findex -symbol-list-variables
17528
17529 @subsubheading Synopsis
17530
17531 @smallexample
17532 -symbol-list-variables
17533 @end smallexample
17534
17535 List all the global and static variable names.
17536
17537 @subsubheading @value{GDBN} Command
17538
17539 @samp{info variables} in @value{GDBN}, @samp{gdb_search} in @code{gdbtk}.
17540
17541 @subsubheading Example
17542 N.A.
17543
17544
17545 @subheading The @code{-symbol-locate} Command
17546 @findex -symbol-locate
17547
17548 @subsubheading Synopsis
17549
17550 @smallexample
17551 -symbol-locate
17552 @end smallexample
17553
17554 @subsubheading @value{GDBN} Command
17555
17556 @samp{gdb_loc} in @code{gdbtk}.
17557
17558 @subsubheading Example
17559 N.A.
17560
17561
17562 @subheading The @code{-symbol-type} Command
17563 @findex -symbol-type
17564
17565 @subsubheading Synopsis
17566
17567 @smallexample
17568 -symbol-type @var{variable}
17569 @end smallexample
17570
17571 Show type of @var{variable}.
17572
17573 @subsubheading @value{GDBN} Command
17574
17575 The corresponding @value{GDBN} command is @samp{ptype}, @code{gdbtk} has
17576 @samp{gdb_obj_variable}.
17577
17578 @subsubheading Example
17579 N.A.
17580
17581
17582 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17583 @node GDB/MI Target Manipulation
17584 @section @sc{gdb/mi} Target Manipulation Commands
17585
17586
17587 @subheading The @code{-target-attach} Command
17588 @findex -target-attach
17589
17590 @subsubheading Synopsis
17591
17592 @smallexample
17593 -target-attach @var{pid} | @var{file}
17594 @end smallexample
17595
17596 Attach to a process @var{pid} or a file @var{file} outside of @value{GDBN}.
17597
17598 @subsubheading @value{GDBN} command
17599
17600 The corresponding @value{GDBN} command is @samp{attach}.
17601
17602 @subsubheading Example
17603 N.A.
17604
17605
17606 @subheading The @code{-target-compare-sections} Command
17607 @findex -target-compare-sections
17608
17609 @subsubheading Synopsis
17610
17611 @smallexample
17612 -target-compare-sections [ @var{section} ]
17613 @end smallexample
17614
17615 Compare data of section @var{section} on target to the exec file.
17616 Without the argument, all sections are compared.
17617
17618 @subsubheading @value{GDBN} Command
17619
17620 The @value{GDBN} equivalent is @samp{compare-sections}.
17621
17622 @subsubheading Example
17623 N.A.
17624
17625
17626 @subheading The @code{-target-detach} Command
17627 @findex -target-detach
17628
17629 @subsubheading Synopsis
17630
17631 @smallexample
17632 -target-detach
17633 @end smallexample
17634
17635 Disconnect from the remote target. There's no output.
17636
17637 @subsubheading @value{GDBN} command
17638
17639 The corresponding @value{GDBN} command is @samp{detach}.
17640
17641 @subsubheading Example
17642
17643 @smallexample
17644 (@value{GDBP})
17645 -target-detach
17646 ^done
17647 (@value{GDBP})
17648 @end smallexample
17649
17650
17651 @subheading The @code{-target-disconnect} Command
17652 @findex -target-disconnect
17653
17654 @subsubheading Synopsis
17655
17656 @example
17657 -target-disconnect
17658 @end example
17659
17660 Disconnect from the remote target. There's no output.
17661
17662 @subsubheading @value{GDBN} command
17663
17664 The corresponding @value{GDBN} command is @samp{disconnect}.
17665
17666 @subsubheading Example
17667
17668 @smallexample
17669 (@value{GDBP})
17670 -target-disconnect
17671 ^done
17672 (@value{GDBP})
17673 @end smallexample
17674
17675
17676 @subheading The @code{-target-download} Command
17677 @findex -target-download
17678
17679 @subsubheading Synopsis
17680
17681 @smallexample
17682 -target-download
17683 @end smallexample
17684
17685 Loads the executable onto the remote target.
17686 It prints out an update message every half second, which includes the fields:
17687
17688 @table @samp
17689 @item section
17690 The name of the section.
17691 @item section-sent
17692 The size of what has been sent so far for that section.
17693 @item section-size
17694 The size of the section.
17695 @item total-sent
17696 The total size of what was sent so far (the current and the previous sections).
17697 @item total-size
17698 The size of the overall executable to download.
17699 @end table
17700
17701 @noindent
17702 Each message is sent as status record (@pxref{GDB/MI Output Syntax, ,
17703 @sc{gdb/mi} Output Syntax}).
17704
17705 In addition, it prints the name and size of the sections, as they are
17706 downloaded. These messages include the following fields:
17707
17708 @table @samp
17709 @item section
17710 The name of the section.
17711 @item section-size
17712 The size of the section.
17713 @item total-size
17714 The size of the overall executable to download.
17715 @end table
17716
17717 @noindent
17718 At the end, a summary is printed.
17719
17720 @subsubheading @value{GDBN} Command
17721
17722 The corresponding @value{GDBN} command is @samp{load}.
17723
17724 @subsubheading Example
17725
17726 Note: each status message appears on a single line. Here the messages
17727 have been broken down so that they can fit onto a page.
17728
17729 @smallexample
17730 (@value{GDBP})
17731 -target-download
17732 +download,@{section=".text",section-size="6668",total-size="9880"@}
17733 +download,@{section=".text",section-sent="512",section-size="6668",
17734 total-sent="512",total-size="9880"@}
17735 +download,@{section=".text",section-sent="1024",section-size="6668",
17736 total-sent="1024",total-size="9880"@}
17737 +download,@{section=".text",section-sent="1536",section-size="6668",
17738 total-sent="1536",total-size="9880"@}
17739 +download,@{section=".text",section-sent="2048",section-size="6668",
17740 total-sent="2048",total-size="9880"@}
17741 +download,@{section=".text",section-sent="2560",section-size="6668",
17742 total-sent="2560",total-size="9880"@}
17743 +download,@{section=".text",section-sent="3072",section-size="6668",
17744 total-sent="3072",total-size="9880"@}
17745 +download,@{section=".text",section-sent="3584",section-size="6668",
17746 total-sent="3584",total-size="9880"@}
17747 +download,@{section=".text",section-sent="4096",section-size="6668",
17748 total-sent="4096",total-size="9880"@}
17749 +download,@{section=".text",section-sent="4608",section-size="6668",
17750 total-sent="4608",total-size="9880"@}
17751 +download,@{section=".text",section-sent="5120",section-size="6668",
17752 total-sent="5120",total-size="9880"@}
17753 +download,@{section=".text",section-sent="5632",section-size="6668",
17754 total-sent="5632",total-size="9880"@}
17755 +download,@{section=".text",section-sent="6144",section-size="6668",
17756 total-sent="6144",total-size="9880"@}
17757 +download,@{section=".text",section-sent="6656",section-size="6668",
17758 total-sent="6656",total-size="9880"@}
17759 +download,@{section=".init",section-size="28",total-size="9880"@}
17760 +download,@{section=".fini",section-size="28",total-size="9880"@}
17761 +download,@{section=".data",section-size="3156",total-size="9880"@}
17762 +download,@{section=".data",section-sent="512",section-size="3156",
17763 total-sent="7236",total-size="9880"@}
17764 +download,@{section=".data",section-sent="1024",section-size="3156",
17765 total-sent="7748",total-size="9880"@}
17766 +download,@{section=".data",section-sent="1536",section-size="3156",
17767 total-sent="8260",total-size="9880"@}
17768 +download,@{section=".data",section-sent="2048",section-size="3156",
17769 total-sent="8772",total-size="9880"@}
17770 +download,@{section=".data",section-sent="2560",section-size="3156",
17771 total-sent="9284",total-size="9880"@}
17772 +download,@{section=".data",section-sent="3072",section-size="3156",
17773 total-sent="9796",total-size="9880"@}
17774 ^done,address="0x10004",load-size="9880",transfer-rate="6586",
17775 write-rate="429"
17776 (@value{GDBP})
17777 @end smallexample
17778
17779
17780 @subheading The @code{-target-exec-status} Command
17781 @findex -target-exec-status
17782
17783 @subsubheading Synopsis
17784
17785 @smallexample
17786 -target-exec-status
17787 @end smallexample
17788
17789 Provide information on the state of the target (whether it is running or
17790 not, for instance).
17791
17792 @subsubheading @value{GDBN} Command
17793
17794 There's no equivalent @value{GDBN} command.
17795
17796 @subsubheading Example
17797 N.A.
17798
17799
17800 @subheading The @code{-target-list-available-targets} Command
17801 @findex -target-list-available-targets
17802
17803 @subsubheading Synopsis
17804
17805 @smallexample
17806 -target-list-available-targets
17807 @end smallexample
17808
17809 List the possible targets to connect to.
17810
17811 @subsubheading @value{GDBN} Command
17812
17813 The corresponding @value{GDBN} command is @samp{help target}.
17814
17815 @subsubheading Example
17816 N.A.
17817
17818
17819 @subheading The @code{-target-list-current-targets} Command
17820 @findex -target-list-current-targets
17821
17822 @subsubheading Synopsis
17823
17824 @smallexample
17825 -target-list-current-targets
17826 @end smallexample
17827
17828 Describe the current target.
17829
17830 @subsubheading @value{GDBN} Command
17831
17832 The corresponding information is printed by @samp{info file} (among
17833 other things).
17834
17835 @subsubheading Example
17836 N.A.
17837
17838
17839 @subheading The @code{-target-list-parameters} Command
17840 @findex -target-list-parameters
17841
17842 @subsubheading Synopsis
17843
17844 @smallexample
17845 -target-list-parameters
17846 @end smallexample
17847
17848 @c ????
17849
17850 @subsubheading @value{GDBN} Command
17851
17852 No equivalent.
17853
17854 @subsubheading Example
17855 N.A.
17856
17857
17858 @subheading The @code{-target-select} Command
17859 @findex -target-select
17860
17861 @subsubheading Synopsis
17862
17863 @smallexample
17864 -target-select @var{type} @var{parameters @dots{}}
17865 @end smallexample
17866
17867 Connect @value{GDBN} to the remote target. This command takes two args:
17868
17869 @table @samp
17870 @item @var{type}
17871 The type of target, for instance @samp{async}, @samp{remote}, etc.
17872 @item @var{parameters}
17873 Device names, host names and the like. @xref{Target Commands, ,
17874 Commands for managing targets}, for more details.
17875 @end table
17876
17877 The output is a connection notification, followed by the address at
17878 which the target program is, in the following form:
17879
17880 @smallexample
17881 ^connected,addr="@var{address}",func="@var{function name}",
17882 args=[@var{arg list}]
17883 @end smallexample
17884
17885 @subsubheading @value{GDBN} Command
17886
17887 The corresponding @value{GDBN} command is @samp{target}.
17888
17889 @subsubheading Example
17890
17891 @smallexample
17892 (@value{GDBP})
17893 -target-select async /dev/ttya
17894 ^connected,addr="0xfe00a300",func="??",args=[]
17895 (@value{GDBP})
17896 @end smallexample
17897
17898 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17899 @node GDB/MI Thread Commands
17900 @section @sc{gdb/mi} Thread Commands
17901
17902
17903 @subheading The @code{-thread-info} Command
17904 @findex -thread-info
17905
17906 @subsubheading Synopsis
17907
17908 @smallexample
17909 -thread-info
17910 @end smallexample
17911
17912 @subsubheading @value{GDBN} command
17913
17914 No equivalent.
17915
17916 @subsubheading Example
17917 N.A.
17918
17919
17920 @subheading The @code{-thread-list-all-threads} Command
17921 @findex -thread-list-all-threads
17922
17923 @subsubheading Synopsis
17924
17925 @smallexample
17926 -thread-list-all-threads
17927 @end smallexample
17928
17929 @subsubheading @value{GDBN} Command
17930
17931 The equivalent @value{GDBN} command is @samp{info threads}.
17932
17933 @subsubheading Example
17934 N.A.
17935
17936
17937 @subheading The @code{-thread-list-ids} Command
17938 @findex -thread-list-ids
17939
17940 @subsubheading Synopsis
17941
17942 @smallexample
17943 -thread-list-ids
17944 @end smallexample
17945
17946 Produces a list of the currently known @value{GDBN} thread ids. At the
17947 end of the list it also prints the total number of such threads.
17948
17949 @subsubheading @value{GDBN} Command
17950
17951 Part of @samp{info threads} supplies the same information.
17952
17953 @subsubheading Example
17954
17955 No threads present, besides the main process:
17956
17957 @smallexample
17958 (@value{GDBP})
17959 -thread-list-ids
17960 ^done,thread-ids=@{@},number-of-threads="0"
17961 (@value{GDBP})
17962 @end smallexample
17963
17964
17965 Several threads:
17966
17967 @smallexample
17968 (@value{GDBP})
17969 -thread-list-ids
17970 ^done,thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
17971 number-of-threads="3"
17972 (@value{GDBP})
17973 @end smallexample
17974
17975
17976 @subheading The @code{-thread-select} Command
17977 @findex -thread-select
17978
17979 @subsubheading Synopsis
17980
17981 @smallexample
17982 -thread-select @var{threadnum}
17983 @end smallexample
17984
17985 Make @var{threadnum} the current thread. It prints the number of the new
17986 current thread, and the topmost frame for that thread.
17987
17988 @subsubheading @value{GDBN} Command
17989
17990 The corresponding @value{GDBN} command is @samp{thread}.
17991
17992 @subsubheading Example
17993
17994 @smallexample
17995 (@value{GDBP})
17996 -exec-next
17997 ^running
17998 (@value{GDBP})
17999 *stopped,reason="end-stepping-range",thread-id="2",line="187",
18000 file="../../../devo/gdb/testsuite/gdb.threads/linux-dp.c"
18001 (@value{GDBP})
18002 -thread-list-ids
18003 ^done,
18004 thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
18005 number-of-threads="3"
18006 (@value{GDBP})
18007 -thread-select 3
18008 ^done,new-thread-id="3",
18009 frame=@{level="0",func="vprintf",
18010 args=[@{name="format",value="0x8048e9c \"%*s%c %d %c\\n\""@},
18011 @{name="arg",value="0x2"@}],file="vprintf.c",line="31"@}
18012 (@value{GDBP})
18013 @end smallexample
18014
18015 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
18016 @node GDB/MI Tracepoint Commands
18017 @section @sc{gdb/mi} Tracepoint Commands
18018
18019 The tracepoint commands are not yet implemented.
18020
18021 @c @subheading -trace-actions
18022
18023 @c @subheading -trace-delete
18024
18025 @c @subheading -trace-disable
18026
18027 @c @subheading -trace-dump
18028
18029 @c @subheading -trace-enable
18030
18031 @c @subheading -trace-exists
18032
18033 @c @subheading -trace-find
18034
18035 @c @subheading -trace-frame-number
18036
18037 @c @subheading -trace-info
18038
18039 @c @subheading -trace-insert
18040
18041 @c @subheading -trace-list
18042
18043 @c @subheading -trace-pass-count
18044
18045 @c @subheading -trace-save
18046
18047 @c @subheading -trace-start
18048
18049 @c @subheading -trace-stop
18050
18051
18052 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
18053 @node GDB/MI Variable Objects
18054 @section @sc{gdb/mi} Variable Objects
18055
18056
18057 @subheading Motivation for Variable Objects in @sc{gdb/mi}
18058
18059 For the implementation of a variable debugger window (locals, watched
18060 expressions, etc.), we are proposing the adaptation of the existing code
18061 used by @code{Insight}.
18062
18063 The two main reasons for that are:
18064
18065 @enumerate 1
18066 @item
18067 It has been proven in practice (it is already on its second generation).
18068
18069 @item
18070 It will shorten development time (needless to say how important it is
18071 now).
18072 @end enumerate
18073
18074 The original interface was designed to be used by Tcl code, so it was
18075 slightly changed so it could be used through @sc{gdb/mi}. This section
18076 describes the @sc{gdb/mi} operations that will be available and gives some
18077 hints about their use.
18078
18079 @emph{Note}: In addition to the set of operations described here, we
18080 expect the @sc{gui} implementation of a variable window to require, at
18081 least, the following operations:
18082
18083 @itemize @bullet
18084 @item @code{-gdb-show} @code{output-radix}
18085 @item @code{-stack-list-arguments}
18086 @item @code{-stack-list-locals}
18087 @item @code{-stack-select-frame}
18088 @end itemize
18089
18090 @subheading Introduction to Variable Objects in @sc{gdb/mi}
18091
18092 @cindex variable objects in @sc{gdb/mi}
18093 The basic idea behind variable objects is the creation of a named object
18094 to represent a variable, an expression, a memory location or even a CPU
18095 register. For each object created, a set of operations is available for
18096 examining or changing its properties.
18097
18098 Furthermore, complex data types, such as C structures, are represented
18099 in a tree format. For instance, the @code{struct} type variable is the
18100 root and the children will represent the struct members. If a child
18101 is itself of a complex type, it will also have children of its own.
18102 Appropriate language differences are handled for C, C@t{++} and Java.
18103
18104 When returning the actual values of the objects, this facility allows
18105 for the individual selection of the display format used in the result
18106 creation. It can be chosen among: binary, decimal, hexadecimal, octal
18107 and natural. Natural refers to a default format automatically
18108 chosen based on the variable type (like decimal for an @code{int}, hex
18109 for pointers, etc.).
18110
18111 The following is the complete set of @sc{gdb/mi} operations defined to
18112 access this functionality:
18113
18114 @multitable @columnfractions .4 .6
18115 @item @strong{Operation}
18116 @tab @strong{Description}
18117
18118 @item @code{-var-create}
18119 @tab create a variable object
18120 @item @code{-var-delete}
18121 @tab delete the variable object and its children
18122 @item @code{-var-set-format}
18123 @tab set the display format of this variable
18124 @item @code{-var-show-format}
18125 @tab show the display format of this variable
18126 @item @code{-var-info-num-children}
18127 @tab tells how many children this object has
18128 @item @code{-var-list-children}
18129 @tab return a list of the object's children
18130 @item @code{-var-info-type}
18131 @tab show the type of this variable object
18132 @item @code{-var-info-expression}
18133 @tab print what this variable object represents
18134 @item @code{-var-show-attributes}
18135 @tab is this variable editable? does it exist here?
18136 @item @code{-var-evaluate-expression}
18137 @tab get the value of this variable
18138 @item @code{-var-assign}
18139 @tab set the value of this variable
18140 @item @code{-var-update}
18141 @tab update the variable and its children
18142 @end multitable
18143
18144 In the next subsection we describe each operation in detail and suggest
18145 how it can be used.
18146
18147 @subheading Description And Use of Operations on Variable Objects
18148
18149 @subheading The @code{-var-create} Command
18150 @findex -var-create
18151
18152 @subsubheading Synopsis
18153
18154 @smallexample
18155 -var-create @{@var{name} | "-"@}
18156 @{@var{frame-addr} | "*"@} @var{expression}
18157 @end smallexample
18158
18159 This operation creates a variable object, which allows the monitoring of
18160 a variable, the result of an expression, a memory cell or a CPU
18161 register.
18162
18163 The @var{name} parameter is the string by which the object can be
18164 referenced. It must be unique. If @samp{-} is specified, the varobj
18165 system will generate a string ``varNNNNNN'' automatically. It will be
18166 unique provided that one does not specify @var{name} on that format.
18167 The command fails if a duplicate name is found.
18168
18169 The frame under which the expression should be evaluated can be
18170 specified by @var{frame-addr}. A @samp{*} indicates that the current
18171 frame should be used.
18172
18173 @var{expression} is any expression valid on the current language set (must not
18174 begin with a @samp{*}), or one of the following:
18175
18176 @itemize @bullet
18177 @item
18178 @samp{*@var{addr}}, where @var{addr} is the address of a memory cell
18179
18180 @item
18181 @samp{*@var{addr}-@var{addr}} --- a memory address range (TBD)
18182
18183 @item
18184 @samp{$@var{regname}} --- a CPU register name
18185 @end itemize
18186
18187 @subsubheading Result
18188
18189 This operation returns the name, number of children and the type of the
18190 object created. Type is returned as a string as the ones generated by
18191 the @value{GDBN} CLI:
18192
18193 @smallexample
18194 name="@var{name}",numchild="N",type="@var{type}"
18195 @end smallexample
18196
18197
18198 @subheading The @code{-var-delete} Command
18199 @findex -var-delete
18200
18201 @subsubheading Synopsis
18202
18203 @smallexample
18204 -var-delete @var{name}
18205 @end smallexample
18206
18207 Deletes a previously created variable object and all of its children.
18208
18209 Returns an error if the object @var{name} is not found.
18210
18211
18212 @subheading The @code{-var-set-format} Command
18213 @findex -var-set-format
18214
18215 @subsubheading Synopsis
18216
18217 @smallexample
18218 -var-set-format @var{name} @var{format-spec}
18219 @end smallexample
18220
18221 Sets the output format for the value of the object @var{name} to be
18222 @var{format-spec}.
18223
18224 The syntax for the @var{format-spec} is as follows:
18225
18226 @smallexample
18227 @var{format-spec} @expansion{}
18228 @{binary | decimal | hexadecimal | octal | natural@}
18229 @end smallexample
18230
18231
18232 @subheading The @code{-var-show-format} Command
18233 @findex -var-show-format
18234
18235 @subsubheading Synopsis
18236
18237 @smallexample
18238 -var-show-format @var{name}
18239 @end smallexample
18240
18241 Returns the format used to display the value of the object @var{name}.
18242
18243 @smallexample
18244 @var{format} @expansion{}
18245 @var{format-spec}
18246 @end smallexample
18247
18248
18249 @subheading The @code{-var-info-num-children} Command
18250 @findex -var-info-num-children
18251
18252 @subsubheading Synopsis
18253
18254 @smallexample
18255 -var-info-num-children @var{name}
18256 @end smallexample
18257
18258 Returns the number of children of a variable object @var{name}:
18259
18260 @smallexample
18261 numchild=@var{n}
18262 @end smallexample
18263
18264
18265 @subheading The @code{-var-list-children} Command
18266 @findex -var-list-children
18267
18268 @subsubheading Synopsis
18269
18270 @smallexample
18271 -var-list-children [@var{print-values}] @var{name}
18272 @end smallexample
18273
18274 Returns a list of the children of the specified variable object. With
18275 just the variable object name as an argument or with an optional
18276 preceding argument of 0 or @code{--no-values}, prints only the names of the
18277 variables. With an optional preceding argument of 1 or @code{--all-values},
18278 also prints their values.
18279
18280 @subsubheading Example
18281
18282 @smallexample
18283 (@value{GDBP})
18284 -var-list-children n
18285 numchild=@var{n},children=[@{name=@var{name},
18286 numchild=@var{n},type=@var{type}@},@r{(repeats N times)}]
18287 (@value{GDBP})
18288 -var-list-children --all-values n
18289 numchild=@var{n},children=[@{name=@var{name},
18290 numchild=@var{n},value=@var{value},type=@var{type}@},@r{(repeats N times)}]
18291 @end smallexample
18292
18293
18294 @subheading The @code{-var-info-type} Command
18295 @findex -var-info-type
18296
18297 @subsubheading Synopsis
18298
18299 @smallexample
18300 -var-info-type @var{name}
18301 @end smallexample
18302
18303 Returns the type of the specified variable @var{name}. The type is
18304 returned as a string in the same format as it is output by the
18305 @value{GDBN} CLI:
18306
18307 @smallexample
18308 type=@var{typename}
18309 @end smallexample
18310
18311
18312 @subheading The @code{-var-info-expression} Command
18313 @findex -var-info-expression
18314
18315 @subsubheading Synopsis
18316
18317 @smallexample
18318 -var-info-expression @var{name}
18319 @end smallexample
18320
18321 Returns what is represented by the variable object @var{name}:
18322
18323 @smallexample
18324 lang=@var{lang-spec},exp=@var{expression}
18325 @end smallexample
18326
18327 @noindent
18328 where @var{lang-spec} is @code{@{"C" | "C++" | "Java"@}}.
18329
18330 @subheading The @code{-var-show-attributes} Command
18331 @findex -var-show-attributes
18332
18333 @subsubheading Synopsis
18334
18335 @smallexample
18336 -var-show-attributes @var{name}
18337 @end smallexample
18338
18339 List attributes of the specified variable object @var{name}:
18340
18341 @smallexample
18342 status=@var{attr} [ ( ,@var{attr} )* ]
18343 @end smallexample
18344
18345 @noindent
18346 where @var{attr} is @code{@{ @{ editable | noneditable @} | TBD @}}.
18347
18348 @subheading The @code{-var-evaluate-expression} Command
18349 @findex -var-evaluate-expression
18350
18351 @subsubheading Synopsis
18352
18353 @smallexample
18354 -var-evaluate-expression @var{name}
18355 @end smallexample
18356
18357 Evaluates the expression that is represented by the specified variable
18358 object and returns its value as a string in the current format specified
18359 for the object:
18360
18361 @smallexample
18362 value=@var{value}
18363 @end smallexample
18364
18365 Note that one must invoke @code{-var-list-children} for a variable
18366 before the value of a child variable can be evaluated.
18367
18368 @subheading The @code{-var-assign} Command
18369 @findex -var-assign
18370
18371 @subsubheading Synopsis
18372
18373 @smallexample
18374 -var-assign @var{name} @var{expression}
18375 @end smallexample
18376
18377 Assigns the value of @var{expression} to the variable object specified
18378 by @var{name}. The object must be @samp{editable}. If the variable's
18379 value is altered by the assign, the variable will show up in any
18380 subsequent @code{-var-update} list.
18381
18382 @subsubheading Example
18383
18384 @smallexample
18385 (@value{GDBP})
18386 -var-assign var1 3
18387 ^done,value="3"
18388 (@value{GDBP})
18389 -var-update *
18390 ^done,changelist=[@{name="var1",in_scope="true",type_changed="false"@}]
18391 (@value{GDBP})
18392 @end smallexample
18393
18394 @subheading The @code{-var-update} Command
18395 @findex -var-update
18396
18397 @subsubheading Synopsis
18398
18399 @smallexample
18400 -var-update @{@var{name} | "*"@}
18401 @end smallexample
18402
18403 Update the value of the variable object @var{name} by evaluating its
18404 expression after fetching all the new values from memory or registers.
18405 A @samp{*} causes all existing variable objects to be updated.
18406
18407
18408 @node Annotations
18409 @chapter @value{GDBN} Annotations
18410
18411 This chapter describes annotations in @value{GDBN}. Annotations were
18412 designed to interface @value{GDBN} to graphical user interfaces or other
18413 similar programs which want to interact with @value{GDBN} at a
18414 relatively high level.
18415
18416 The annotation mechanism has largely been superseeded by @sc{gdb/mi}
18417 (@pxref{GDB/MI}).
18418
18419 @ignore
18420 This is Edition @value{EDITION}, @value{DATE}.
18421 @end ignore
18422
18423 @menu
18424 * Annotations Overview:: What annotations are; the general syntax.
18425 * Server Prefix:: Issuing a command without affecting user state.
18426 * Prompting:: Annotations marking @value{GDBN}'s need for input.
18427 * Errors:: Annotations for error messages.
18428 * Invalidation:: Some annotations describe things now invalid.
18429 * Annotations for Running::
18430 Whether the program is running, how it stopped, etc.
18431 * Source Annotations:: Annotations describing source code.
18432 @end menu
18433
18434 @node Annotations Overview
18435 @section What is an Annotation?
18436 @cindex annotations
18437
18438 Annotations start with a newline character, two @samp{control-z}
18439 characters, and the name of the annotation. If there is no additional
18440 information associated with this annotation, the name of the annotation
18441 is followed immediately by a newline. If there is additional
18442 information, the name of the annotation is followed by a space, the
18443 additional information, and a newline. The additional information
18444 cannot contain newline characters.
18445
18446 Any output not beginning with a newline and two @samp{control-z}
18447 characters denotes literal output from @value{GDBN}. Currently there is
18448 no need for @value{GDBN} to output a newline followed by two
18449 @samp{control-z} characters, but if there was such a need, the
18450 annotations could be extended with an @samp{escape} annotation which
18451 means those three characters as output.
18452
18453 The annotation @var{level}, which is specified using the
18454 @option{--annotate} command line option (@pxref{Mode Options}), controls
18455 how much information @value{GDBN} prints together with its prompt,
18456 values of expressions, source lines, and other types of output. Level 0
18457 is for no anntations, level 1 is for use when @value{GDBN} is run as a
18458 subprocess of @sc{gnu} Emacs, level 3 is the maximum annotation suitable
18459 for programs that control @value{GDBN}, and level 2 annotations have
18460 been made obsolete (@pxref{Limitations, , Limitations of the Annotation
18461 Interface, annotate, GDB's Obsolete Annotations}). This chapter
18462 describes level 3 annotations.
18463
18464 A simple example of starting up @value{GDBN} with annotations is:
18465
18466 @smallexample
18467 $ @kbd{gdb --annotate=3}
18468 GNU gdb 6.0
18469 Copyright 2003 Free Software Foundation, Inc.
18470 GDB is free software, covered by the GNU General Public License,
18471 and you are welcome to change it and/or distribute copies of it
18472 under certain conditions.
18473 Type "show copying" to see the conditions.
18474 There is absolutely no warranty for GDB. Type "show warranty"
18475 for details.
18476 This GDB was configured as "i386-pc-linux-gnu"
18477
18478 ^Z^Zpre-prompt
18479 (gdb)
18480 ^Z^Zprompt
18481 @kbd{quit}
18482
18483 ^Z^Zpost-prompt
18484 $
18485 @end smallexample
18486
18487 Here @samp{quit} is input to @value{GDBN}; the rest is output from
18488 @value{GDBN}. The three lines beginning @samp{^Z^Z} (where @samp{^Z}
18489 denotes a @samp{control-z} character) are annotations; the rest is
18490 output from @value{GDBN}.
18491
18492 @node Server Prefix
18493 @section The Server Prefix
18494 @cindex server prefix for annotations
18495
18496 To issue a command to @value{GDBN} without affecting certain aspects of
18497 the state which is seen by users, prefix it with @samp{server }. This
18498 means that this command will not affect the command history, nor will it
18499 affect @value{GDBN}'s notion of which command to repeat if @key{RET} is
18500 pressed on a line by itself.
18501
18502 The server prefix does not affect the recording of values into the value
18503 history; to print a value without recording it into the value history,
18504 use the @code{output} command instead of the @code{print} command.
18505
18506 @node Prompting
18507 @section Annotation for @value{GDBN} Input
18508
18509 @cindex annotations for prompts
18510 When @value{GDBN} prompts for input, it annotates this fact so it is possible
18511 to know when to send output, when the output from a given command is
18512 over, etc.
18513
18514 Different kinds of input each have a different @dfn{input type}. Each
18515 input type has three annotations: a @code{pre-} annotation, which
18516 denotes the beginning of any prompt which is being output, a plain
18517 annotation, which denotes the end of the prompt, and then a @code{post-}
18518 annotation which denotes the end of any echo which may (or may not) be
18519 associated with the input. For example, the @code{prompt} input type
18520 features the following annotations:
18521
18522 @smallexample
18523 ^Z^Zpre-prompt
18524 ^Z^Zprompt
18525 ^Z^Zpost-prompt
18526 @end smallexample
18527
18528 The input types are
18529
18530 @table @code
18531 @findex pre-prompt
18532 @findex prompt
18533 @findex post-prompt
18534 @item prompt
18535 When @value{GDBN} is prompting for a command (the main @value{GDBN} prompt).
18536
18537 @findex pre-commands
18538 @findex commands
18539 @findex post-commands
18540 @item commands
18541 When @value{GDBN} prompts for a set of commands, like in the @code{commands}
18542 command. The annotations are repeated for each command which is input.
18543
18544 @findex pre-overload-choice
18545 @findex overload-choice
18546 @findex post-overload-choice
18547 @item overload-choice
18548 When @value{GDBN} wants the user to select between various overloaded functions.
18549
18550 @findex pre-query
18551 @findex query
18552 @findex post-query
18553 @item query
18554 When @value{GDBN} wants the user to confirm a potentially dangerous operation.
18555
18556 @findex pre-prompt-for-continue
18557 @findex prompt-for-continue
18558 @findex post-prompt-for-continue
18559 @item prompt-for-continue
18560 When @value{GDBN} is asking the user to press return to continue. Note: Don't
18561 expect this to work well; instead use @code{set height 0} to disable
18562 prompting. This is because the counting of lines is buggy in the
18563 presence of annotations.
18564 @end table
18565
18566 @node Errors
18567 @section Errors
18568 @cindex annotations for errors, warnings and interrupts
18569
18570 @findex quit
18571 @smallexample
18572 ^Z^Zquit
18573 @end smallexample
18574
18575 This annotation occurs right before @value{GDBN} responds to an interrupt.
18576
18577 @findex error
18578 @smallexample
18579 ^Z^Zerror
18580 @end smallexample
18581
18582 This annotation occurs right before @value{GDBN} responds to an error.
18583
18584 Quit and error annotations indicate that any annotations which @value{GDBN} was
18585 in the middle of may end abruptly. For example, if a
18586 @code{value-history-begin} annotation is followed by a @code{error}, one
18587 cannot expect to receive the matching @code{value-history-end}. One
18588 cannot expect not to receive it either, however; an error annotation
18589 does not necessarily mean that @value{GDBN} is immediately returning all the way
18590 to the top level.
18591
18592 @findex error-begin
18593 A quit or error annotation may be preceded by
18594
18595 @smallexample
18596 ^Z^Zerror-begin
18597 @end smallexample
18598
18599 Any output between that and the quit or error annotation is the error
18600 message.
18601
18602 Warning messages are not yet annotated.
18603 @c If we want to change that, need to fix warning(), type_error(),
18604 @c range_error(), and possibly other places.
18605
18606 @node Invalidation
18607 @section Invalidation Notices
18608
18609 @cindex annotations for invalidation messages
18610 The following annotations say that certain pieces of state may have
18611 changed.
18612
18613 @table @code
18614 @findex frames-invalid
18615 @item ^Z^Zframes-invalid
18616
18617 The frames (for example, output from the @code{backtrace} command) may
18618 have changed.
18619
18620 @findex breakpoints-invalid
18621 @item ^Z^Zbreakpoints-invalid
18622
18623 The breakpoints may have changed. For example, the user just added or
18624 deleted a breakpoint.
18625 @end table
18626
18627 @node Annotations for Running
18628 @section Running the Program
18629 @cindex annotations for running programs
18630
18631 @findex starting
18632 @findex stopping
18633 When the program starts executing due to a @value{GDBN} command such as
18634 @code{step} or @code{continue},
18635
18636 @smallexample
18637 ^Z^Zstarting
18638 @end smallexample
18639
18640 is output. When the program stops,
18641
18642 @smallexample
18643 ^Z^Zstopped
18644 @end smallexample
18645
18646 is output. Before the @code{stopped} annotation, a variety of
18647 annotations describe how the program stopped.
18648
18649 @table @code
18650 @findex exited
18651 @item ^Z^Zexited @var{exit-status}
18652 The program exited, and @var{exit-status} is the exit status (zero for
18653 successful exit, otherwise nonzero).
18654
18655 @findex signalled
18656 @findex signal-name
18657 @findex signal-name-end
18658 @findex signal-string
18659 @findex signal-string-end
18660 @item ^Z^Zsignalled
18661 The program exited with a signal. After the @code{^Z^Zsignalled}, the
18662 annotation continues:
18663
18664 @smallexample
18665 @var{intro-text}
18666 ^Z^Zsignal-name
18667 @var{name}
18668 ^Z^Zsignal-name-end
18669 @var{middle-text}
18670 ^Z^Zsignal-string
18671 @var{string}
18672 ^Z^Zsignal-string-end
18673 @var{end-text}
18674 @end smallexample
18675
18676 @noindent
18677 where @var{name} is the name of the signal, such as @code{SIGILL} or
18678 @code{SIGSEGV}, and @var{string} is the explanation of the signal, such
18679 as @code{Illegal Instruction} or @code{Segmentation fault}.
18680 @var{intro-text}, @var{middle-text}, and @var{end-text} are for the
18681 user's benefit and have no particular format.
18682
18683 @findex signal
18684 @item ^Z^Zsignal
18685 The syntax of this annotation is just like @code{signalled}, but @value{GDBN} is
18686 just saying that the program received the signal, not that it was
18687 terminated with it.
18688
18689 @findex breakpoint
18690 @item ^Z^Zbreakpoint @var{number}
18691 The program hit breakpoint number @var{number}.
18692
18693 @findex watchpoint
18694 @item ^Z^Zwatchpoint @var{number}
18695 The program hit watchpoint number @var{number}.
18696 @end table
18697
18698 @node Source Annotations
18699 @section Displaying Source
18700 @cindex annotations for source display
18701
18702 @findex source
18703 The following annotation is used instead of displaying source code:
18704
18705 @smallexample
18706 ^Z^Zsource @var{filename}:@var{line}:@var{character}:@var{middle}:@var{addr}
18707 @end smallexample
18708
18709 where @var{filename} is an absolute file name indicating which source
18710 file, @var{line} is the line number within that file (where 1 is the
18711 first line in the file), @var{character} is the character position
18712 within the file (where 0 is the first character in the file) (for most
18713 debug formats this will necessarily point to the beginning of a line),
18714 @var{middle} is @samp{middle} if @var{addr} is in the middle of the
18715 line, or @samp{beg} if @var{addr} is at the beginning of the line, and
18716 @var{addr} is the address in the target program associated with the
18717 source which is being displayed. @var{addr} is in the form @samp{0x}
18718 followed by one or more lowercase hex digits (note that this does not
18719 depend on the language).
18720
18721 @node GDB Bugs
18722 @chapter Reporting Bugs in @value{GDBN}
18723 @cindex bugs in @value{GDBN}
18724 @cindex reporting bugs in @value{GDBN}
18725
18726 Your bug reports play an essential role in making @value{GDBN} reliable.
18727
18728 Reporting a bug may help you by bringing a solution to your problem, or it
18729 may not. But in any case the principal function of a bug report is to help
18730 the entire community by making the next version of @value{GDBN} work better. Bug
18731 reports are your contribution to the maintenance of @value{GDBN}.
18732
18733 In order for a bug report to serve its purpose, you must include the
18734 information that enables us to fix the bug.
18735
18736 @menu
18737 * Bug Criteria:: Have you found a bug?
18738 * Bug Reporting:: How to report bugs
18739 @end menu
18740
18741 @node Bug Criteria
18742 @section Have you found a bug?
18743 @cindex bug criteria
18744
18745 If you are not sure whether you have found a bug, here are some guidelines:
18746
18747 @itemize @bullet
18748 @cindex fatal signal
18749 @cindex debugger crash
18750 @cindex crash of debugger
18751 @item
18752 If the debugger gets a fatal signal, for any input whatever, that is a
18753 @value{GDBN} bug. Reliable debuggers never crash.
18754
18755 @cindex error on valid input
18756 @item
18757 If @value{GDBN} produces an error message for valid input, that is a
18758 bug. (Note that if you're cross debugging, the problem may also be
18759 somewhere in the connection to the target.)
18760
18761 @cindex invalid input
18762 @item
18763 If @value{GDBN} does not produce an error message for invalid input,
18764 that is a bug. However, you should note that your idea of
18765 ``invalid input'' might be our idea of ``an extension'' or ``support
18766 for traditional practice''.
18767
18768 @item
18769 If you are an experienced user of debugging tools, your suggestions
18770 for improvement of @value{GDBN} are welcome in any case.
18771 @end itemize
18772
18773 @node Bug Reporting
18774 @section How to report bugs
18775 @cindex bug reports
18776 @cindex @value{GDBN} bugs, reporting
18777
18778 A number of companies and individuals offer support for @sc{gnu} products.
18779 If you obtained @value{GDBN} from a support organization, we recommend you
18780 contact that organization first.
18781
18782 You can find contact information for many support companies and
18783 individuals in the file @file{etc/SERVICE} in the @sc{gnu} Emacs
18784 distribution.
18785 @c should add a web page ref...
18786
18787 In any event, we also recommend that you submit bug reports for
18788 @value{GDBN}. The prefered method is to submit them directly using
18789 @uref{http://www.gnu.org/software/gdb/bugs/, @value{GDBN}'s Bugs web
18790 page}. Alternatively, the @email{bug-gdb@@gnu.org, e-mail gateway} can
18791 be used.
18792
18793 @strong{Do not send bug reports to @samp{info-gdb}, or to
18794 @samp{help-gdb}, or to any newsgroups.} Most users of @value{GDBN} do
18795 not want to receive bug reports. Those that do have arranged to receive
18796 @samp{bug-gdb}.
18797
18798 The mailing list @samp{bug-gdb} has a newsgroup @samp{gnu.gdb.bug} which
18799 serves as a repeater. The mailing list and the newsgroup carry exactly
18800 the same messages. Often people think of posting bug reports to the
18801 newsgroup instead of mailing them. This appears to work, but it has one
18802 problem which can be crucial: a newsgroup posting often lacks a mail
18803 path back to the sender. Thus, if we need to ask for more information,
18804 we may be unable to reach you. For this reason, it is better to send
18805 bug reports to the mailing list.
18806
18807 The fundamental principle of reporting bugs usefully is this:
18808 @strong{report all the facts}. If you are not sure whether to state a
18809 fact or leave it out, state it!
18810
18811 Often people omit facts because they think they know what causes the
18812 problem and assume that some details do not matter. Thus, you might
18813 assume that the name of the variable you use in an example does not matter.
18814 Well, probably it does not, but one cannot be sure. Perhaps the bug is a
18815 stray memory reference which happens to fetch from the location where that
18816 name is stored in memory; perhaps, if the name were different, the contents
18817 of that location would fool the debugger into doing the right thing despite
18818 the bug. Play it safe and give a specific, complete example. That is the
18819 easiest thing for you to do, and the most helpful.
18820
18821 Keep in mind that the purpose of a bug report is to enable us to fix the
18822 bug. It may be that the bug has been reported previously, but neither
18823 you nor we can know that unless your bug report is complete and
18824 self-contained.
18825
18826 Sometimes people give a few sketchy facts and ask, ``Does this ring a
18827 bell?'' Those bug reports are useless, and we urge everyone to
18828 @emph{refuse to respond to them} except to chide the sender to report
18829 bugs properly.
18830
18831 To enable us to fix the bug, you should include all these things:
18832
18833 @itemize @bullet
18834 @item
18835 The version of @value{GDBN}. @value{GDBN} announces it if you start
18836 with no arguments; you can also print it at any time using @code{show
18837 version}.
18838
18839 Without this, we will not know whether there is any point in looking for
18840 the bug in the current version of @value{GDBN}.
18841
18842 @item
18843 The type of machine you are using, and the operating system name and
18844 version number.
18845
18846 @item
18847 What compiler (and its version) was used to compile @value{GDBN}---e.g.
18848 ``@value{GCC}--2.8.1''.
18849
18850 @item
18851 What compiler (and its version) was used to compile the program you are
18852 debugging---e.g. ``@value{GCC}--2.8.1'', or ``HP92453-01 A.10.32.03 HP
18853 C Compiler''. For GCC, you can say @code{gcc --version} to get this
18854 information; for other compilers, see the documentation for those
18855 compilers.
18856
18857 @item
18858 The command arguments you gave the compiler to compile your example and
18859 observe the bug. For example, did you use @samp{-O}? To guarantee
18860 you will not omit something important, list them all. A copy of the
18861 Makefile (or the output from make) is sufficient.
18862
18863 If we were to try to guess the arguments, we would probably guess wrong
18864 and then we might not encounter the bug.
18865
18866 @item
18867 A complete input script, and all necessary source files, that will
18868 reproduce the bug.
18869
18870 @item
18871 A description of what behavior you observe that you believe is
18872 incorrect. For example, ``It gets a fatal signal.''
18873
18874 Of course, if the bug is that @value{GDBN} gets a fatal signal, then we
18875 will certainly notice it. But if the bug is incorrect output, we might
18876 not notice unless it is glaringly wrong. You might as well not give us
18877 a chance to make a mistake.
18878
18879 Even if the problem you experience is a fatal signal, you should still
18880 say so explicitly. Suppose something strange is going on, such as, your
18881 copy of @value{GDBN} is out of synch, or you have encountered a bug in
18882 the C library on your system. (This has happened!) Your copy might
18883 crash and ours would not. If you told us to expect a crash, then when
18884 ours fails to crash, we would know that the bug was not happening for
18885 us. If you had not told us to expect a crash, then we would not be able
18886 to draw any conclusion from our observations.
18887
18888 @item
18889 If you wish to suggest changes to the @value{GDBN} source, send us context
18890 diffs. If you even discuss something in the @value{GDBN} source, refer to
18891 it by context, not by line number.
18892
18893 The line numbers in our development sources will not match those in your
18894 sources. Your line numbers would convey no useful information to us.
18895
18896 @end itemize
18897
18898 Here are some things that are not necessary:
18899
18900 @itemize @bullet
18901 @item
18902 A description of the envelope of the bug.
18903
18904 Often people who encounter a bug spend a lot of time investigating
18905 which changes to the input file will make the bug go away and which
18906 changes will not affect it.
18907
18908 This is often time consuming and not very useful, because the way we
18909 will find the bug is by running a single example under the debugger
18910 with breakpoints, not by pure deduction from a series of examples.
18911 We recommend that you save your time for something else.
18912
18913 Of course, if you can find a simpler example to report @emph{instead}
18914 of the original one, that is a convenience for us. Errors in the
18915 output will be easier to spot, running under the debugger will take
18916 less time, and so on.
18917
18918 However, simplification is not vital; if you do not want to do this,
18919 report the bug anyway and send us the entire test case you used.
18920
18921 @item
18922 A patch for the bug.
18923
18924 A patch for the bug does help us if it is a good one. But do not omit
18925 the necessary information, such as the test case, on the assumption that
18926 a patch is all we need. We might see problems with your patch and decide
18927 to fix the problem another way, or we might not understand it at all.
18928
18929 Sometimes with a program as complicated as @value{GDBN} it is very hard to
18930 construct an example that will make the program follow a certain path
18931 through the code. If you do not send us the example, we will not be able
18932 to construct one, so we will not be able to verify that the bug is fixed.
18933
18934 And if we cannot understand what bug you are trying to fix, or why your
18935 patch should be an improvement, we will not install it. A test case will
18936 help us to understand.
18937
18938 @item
18939 A guess about what the bug is or what it depends on.
18940
18941 Such guesses are usually wrong. Even we cannot guess right about such
18942 things without first using the debugger to find the facts.
18943 @end itemize
18944
18945 @c The readline documentation is distributed with the readline code
18946 @c and consists of the two following files:
18947 @c rluser.texinfo
18948 @c inc-hist.texinfo
18949 @c Use -I with makeinfo to point to the appropriate directory,
18950 @c environment var TEXINPUTS with TeX.
18951 @include rluser.texinfo
18952 @include inc-hist.texinfo
18953
18954
18955 @node Formatting Documentation
18956 @appendix Formatting Documentation
18957
18958 @cindex @value{GDBN} reference card
18959 @cindex reference card
18960 The @value{GDBN} 4 release includes an already-formatted reference card, ready
18961 for printing with PostScript or Ghostscript, in the @file{gdb}
18962 subdirectory of the main source directory@footnote{In
18963 @file{gdb-@value{GDBVN}/gdb/refcard.ps} of the version @value{GDBVN}
18964 release.}. If you can use PostScript or Ghostscript with your printer,
18965 you can print the reference card immediately with @file{refcard.ps}.
18966
18967 The release also includes the source for the reference card. You
18968 can format it, using @TeX{}, by typing:
18969
18970 @smallexample
18971 make refcard.dvi
18972 @end smallexample
18973
18974 The @value{GDBN} reference card is designed to print in @dfn{landscape}
18975 mode on US ``letter'' size paper;
18976 that is, on a sheet 11 inches wide by 8.5 inches
18977 high. You will need to specify this form of printing as an option to
18978 your @sc{dvi} output program.
18979
18980 @cindex documentation
18981
18982 All the documentation for @value{GDBN} comes as part of the machine-readable
18983 distribution. The documentation is written in Texinfo format, which is
18984 a documentation system that uses a single source file to produce both
18985 on-line information and a printed manual. You can use one of the Info
18986 formatting commands to create the on-line version of the documentation
18987 and @TeX{} (or @code{texi2roff}) to typeset the printed version.
18988
18989 @value{GDBN} includes an already formatted copy of the on-line Info
18990 version of this manual in the @file{gdb} subdirectory. The main Info
18991 file is @file{gdb-@value{GDBVN}/gdb/gdb.info}, and it refers to
18992 subordinate files matching @samp{gdb.info*} in the same directory. If
18993 necessary, you can print out these files, or read them with any editor;
18994 but they are easier to read using the @code{info} subsystem in @sc{gnu}
18995 Emacs or the standalone @code{info} program, available as part of the
18996 @sc{gnu} Texinfo distribution.
18997
18998 If you want to format these Info files yourself, you need one of the
18999 Info formatting programs, such as @code{texinfo-format-buffer} or
19000 @code{makeinfo}.
19001
19002 If you have @code{makeinfo} installed, and are in the top level
19003 @value{GDBN} source directory (@file{gdb-@value{GDBVN}}, in the case of
19004 version @value{GDBVN}), you can make the Info file by typing:
19005
19006 @smallexample
19007 cd gdb
19008 make gdb.info
19009 @end smallexample
19010
19011 If you want to typeset and print copies of this manual, you need @TeX{},
19012 a program to print its @sc{dvi} output files, and @file{texinfo.tex}, the
19013 Texinfo definitions file.
19014
19015 @TeX{} is a typesetting program; it does not print files directly, but
19016 produces output files called @sc{dvi} files. To print a typeset
19017 document, you need a program to print @sc{dvi} files. If your system
19018 has @TeX{} installed, chances are it has such a program. The precise
19019 command to use depends on your system; @kbd{lpr -d} is common; another
19020 (for PostScript devices) is @kbd{dvips}. The @sc{dvi} print command may
19021 require a file name without any extension or a @samp{.dvi} extension.
19022
19023 @TeX{} also requires a macro definitions file called
19024 @file{texinfo.tex}. This file tells @TeX{} how to typeset a document
19025 written in Texinfo format. On its own, @TeX{} cannot either read or
19026 typeset a Texinfo file. @file{texinfo.tex} is distributed with GDB
19027 and is located in the @file{gdb-@var{version-number}/texinfo}
19028 directory.
19029
19030 If you have @TeX{} and a @sc{dvi} printer program installed, you can
19031 typeset and print this manual. First switch to the the @file{gdb}
19032 subdirectory of the main source directory (for example, to
19033 @file{gdb-@value{GDBVN}/gdb}) and type:
19034
19035 @smallexample
19036 make gdb.dvi
19037 @end smallexample
19038
19039 Then give @file{gdb.dvi} to your @sc{dvi} printing program.
19040
19041 @node Installing GDB
19042 @appendix Installing @value{GDBN}
19043 @cindex configuring @value{GDBN}
19044 @cindex installation
19045 @cindex configuring @value{GDBN}, and source tree subdirectories
19046
19047 @value{GDBN} comes with a @code{configure} script that automates the process
19048 of preparing @value{GDBN} for installation; you can then use @code{make} to
19049 build the @code{gdb} program.
19050 @iftex
19051 @c irrelevant in info file; it's as current as the code it lives with.
19052 @footnote{If you have a more recent version of @value{GDBN} than @value{GDBVN},
19053 look at the @file{README} file in the sources; we may have improved the
19054 installation procedures since publishing this manual.}
19055 @end iftex
19056
19057 The @value{GDBN} distribution includes all the source code you need for
19058 @value{GDBN} in a single directory, whose name is usually composed by
19059 appending the version number to @samp{gdb}.
19060
19061 For example, the @value{GDBN} version @value{GDBVN} distribution is in the
19062 @file{gdb-@value{GDBVN}} directory. That directory contains:
19063
19064 @table @code
19065 @item gdb-@value{GDBVN}/configure @r{(and supporting files)}
19066 script for configuring @value{GDBN} and all its supporting libraries
19067
19068 @item gdb-@value{GDBVN}/gdb
19069 the source specific to @value{GDBN} itself
19070
19071 @item gdb-@value{GDBVN}/bfd
19072 source for the Binary File Descriptor library
19073
19074 @item gdb-@value{GDBVN}/include
19075 @sc{gnu} include files
19076
19077 @item gdb-@value{GDBVN}/libiberty
19078 source for the @samp{-liberty} free software library
19079
19080 @item gdb-@value{GDBVN}/opcodes
19081 source for the library of opcode tables and disassemblers
19082
19083 @item gdb-@value{GDBVN}/readline
19084 source for the @sc{gnu} command-line interface
19085
19086 @item gdb-@value{GDBVN}/glob
19087 source for the @sc{gnu} filename pattern-matching subroutine
19088
19089 @item gdb-@value{GDBVN}/mmalloc
19090 source for the @sc{gnu} memory-mapped malloc package
19091 @end table
19092
19093 The simplest way to configure and build @value{GDBN} is to run @code{configure}
19094 from the @file{gdb-@var{version-number}} source directory, which in
19095 this example is the @file{gdb-@value{GDBVN}} directory.
19096
19097 First switch to the @file{gdb-@var{version-number}} source directory
19098 if you are not already in it; then run @code{configure}. Pass the
19099 identifier for the platform on which @value{GDBN} will run as an
19100 argument.
19101
19102 For example:
19103
19104 @smallexample
19105 cd gdb-@value{GDBVN}
19106 ./configure @var{host}
19107 make
19108 @end smallexample
19109
19110 @noindent
19111 where @var{host} is an identifier such as @samp{sun4} or
19112 @samp{decstation}, that identifies the platform where @value{GDBN} will run.
19113 (You can often leave off @var{host}; @code{configure} tries to guess the
19114 correct value by examining your system.)
19115
19116 Running @samp{configure @var{host}} and then running @code{make} builds the
19117 @file{bfd}, @file{readline}, @file{mmalloc}, and @file{libiberty}
19118 libraries, then @code{gdb} itself. The configured source files, and the
19119 binaries, are left in the corresponding source directories.
19120
19121 @need 750
19122 @code{configure} is a Bourne-shell (@code{/bin/sh}) script; if your
19123 system does not recognize this automatically when you run a different
19124 shell, you may need to run @code{sh} on it explicitly:
19125
19126 @smallexample
19127 sh configure @var{host}
19128 @end smallexample
19129
19130 If you run @code{configure} from a directory that contains source
19131 directories for multiple libraries or programs, such as the
19132 @file{gdb-@value{GDBVN}} source directory for version @value{GDBVN}, @code{configure}
19133 creates configuration files for every directory level underneath (unless
19134 you tell it not to, with the @samp{--norecursion} option).
19135
19136 You should run the @code{configure} script from the top directory in the
19137 source tree, the @file{gdb-@var{version-number}} directory. If you run
19138 @code{configure} from one of the subdirectories, you will configure only
19139 that subdirectory. That is usually not what you want. In particular,
19140 if you run the first @code{configure} from the @file{gdb} subdirectory
19141 of the @file{gdb-@var{version-number}} directory, you will omit the
19142 configuration of @file{bfd}, @file{readline}, and other sibling
19143 directories of the @file{gdb} subdirectory. This leads to build errors
19144 about missing include files such as @file{bfd/bfd.h}.
19145
19146 You can install @code{@value{GDBP}} anywhere; it has no hardwired paths.
19147 However, you should make sure that the shell on your path (named by
19148 the @samp{SHELL} environment variable) is publicly readable. Remember
19149 that @value{GDBN} uses the shell to start your program---some systems refuse to
19150 let @value{GDBN} debug child processes whose programs are not readable.
19151
19152 @menu
19153 * Separate Objdir:: Compiling @value{GDBN} in another directory
19154 * Config Names:: Specifying names for hosts and targets
19155 * Configure Options:: Summary of options for configure
19156 @end menu
19157
19158 @node Separate Objdir
19159 @section Compiling @value{GDBN} in another directory
19160
19161 If you want to run @value{GDBN} versions for several host or target machines,
19162 you need a different @code{gdb} compiled for each combination of
19163 host and target. @code{configure} is designed to make this easy by
19164 allowing you to generate each configuration in a separate subdirectory,
19165 rather than in the source directory. If your @code{make} program
19166 handles the @samp{VPATH} feature (@sc{gnu} @code{make} does), running
19167 @code{make} in each of these directories builds the @code{gdb}
19168 program specified there.
19169
19170 To build @code{gdb} in a separate directory, run @code{configure}
19171 with the @samp{--srcdir} option to specify where to find the source.
19172 (You also need to specify a path to find @code{configure}
19173 itself from your working directory. If the path to @code{configure}
19174 would be the same as the argument to @samp{--srcdir}, you can leave out
19175 the @samp{--srcdir} option; it is assumed.)
19176
19177 For example, with version @value{GDBVN}, you can build @value{GDBN} in a
19178 separate directory for a Sun 4 like this:
19179
19180 @smallexample
19181 @group
19182 cd gdb-@value{GDBVN}
19183 mkdir ../gdb-sun4
19184 cd ../gdb-sun4
19185 ../gdb-@value{GDBVN}/configure sun4
19186 make
19187 @end group
19188 @end smallexample
19189
19190 When @code{configure} builds a configuration using a remote source
19191 directory, it creates a tree for the binaries with the same structure
19192 (and using the same names) as the tree under the source directory. In
19193 the example, you'd find the Sun 4 library @file{libiberty.a} in the
19194 directory @file{gdb-sun4/libiberty}, and @value{GDBN} itself in
19195 @file{gdb-sun4/gdb}.
19196
19197 Make sure that your path to the @file{configure} script has just one
19198 instance of @file{gdb} in it. If your path to @file{configure} looks
19199 like @file{../gdb-@value{GDBVN}/gdb/configure}, you are configuring only
19200 one subdirectory of @value{GDBN}, not the whole package. This leads to
19201 build errors about missing include files such as @file{bfd/bfd.h}.
19202
19203 One popular reason to build several @value{GDBN} configurations in separate
19204 directories is to configure @value{GDBN} for cross-compiling (where
19205 @value{GDBN} runs on one machine---the @dfn{host}---while debugging
19206 programs that run on another machine---the @dfn{target}).
19207 You specify a cross-debugging target by
19208 giving the @samp{--target=@var{target}} option to @code{configure}.
19209
19210 When you run @code{make} to build a program or library, you must run
19211 it in a configured directory---whatever directory you were in when you
19212 called @code{configure} (or one of its subdirectories).
19213
19214 The @code{Makefile} that @code{configure} generates in each source
19215 directory also runs recursively. If you type @code{make} in a source
19216 directory such as @file{gdb-@value{GDBVN}} (or in a separate configured
19217 directory configured with @samp{--srcdir=@var{dirname}/gdb-@value{GDBVN}}), you
19218 will build all the required libraries, and then build GDB.
19219
19220 When you have multiple hosts or targets configured in separate
19221 directories, you can run @code{make} on them in parallel (for example,
19222 if they are NFS-mounted on each of the hosts); they will not interfere
19223 with each other.
19224
19225 @node Config Names
19226 @section Specifying names for hosts and targets
19227
19228 The specifications used for hosts and targets in the @code{configure}
19229 script are based on a three-part naming scheme, but some short predefined
19230 aliases are also supported. The full naming scheme encodes three pieces
19231 of information in the following pattern:
19232
19233 @smallexample
19234 @var{architecture}-@var{vendor}-@var{os}
19235 @end smallexample
19236
19237 For example, you can use the alias @code{sun4} as a @var{host} argument,
19238 or as the value for @var{target} in a @code{--target=@var{target}}
19239 option. The equivalent full name is @samp{sparc-sun-sunos4}.
19240
19241 The @code{configure} script accompanying @value{GDBN} does not provide
19242 any query facility to list all supported host and target names or
19243 aliases. @code{configure} calls the Bourne shell script
19244 @code{config.sub} to map abbreviations to full names; you can read the
19245 script, if you wish, or you can use it to test your guesses on
19246 abbreviations---for example:
19247
19248 @smallexample
19249 % sh config.sub i386-linux
19250 i386-pc-linux-gnu
19251 % sh config.sub alpha-linux
19252 alpha-unknown-linux-gnu
19253 % sh config.sub hp9k700
19254 hppa1.1-hp-hpux
19255 % sh config.sub sun4
19256 sparc-sun-sunos4.1.1
19257 % sh config.sub sun3
19258 m68k-sun-sunos4.1.1
19259 % sh config.sub i986v
19260 Invalid configuration `i986v': machine `i986v' not recognized
19261 @end smallexample
19262
19263 @noindent
19264 @code{config.sub} is also distributed in the @value{GDBN} source
19265 directory (@file{gdb-@value{GDBVN}}, for version @value{GDBVN}).
19266
19267 @node Configure Options
19268 @section @code{configure} options
19269
19270 Here is a summary of the @code{configure} options and arguments that
19271 are most often useful for building @value{GDBN}. @code{configure} also has
19272 several other options not listed here. @inforef{What Configure
19273 Does,,configure.info}, for a full explanation of @code{configure}.
19274
19275 @smallexample
19276 configure @r{[}--help@r{]}
19277 @r{[}--prefix=@var{dir}@r{]}
19278 @r{[}--exec-prefix=@var{dir}@r{]}
19279 @r{[}--srcdir=@var{dirname}@r{]}
19280 @r{[}--norecursion@r{]} @r{[}--rm@r{]}
19281 @r{[}--target=@var{target}@r{]}
19282 @var{host}
19283 @end smallexample
19284
19285 @noindent
19286 You may introduce options with a single @samp{-} rather than
19287 @samp{--} if you prefer; but you may abbreviate option names if you use
19288 @samp{--}.
19289
19290 @table @code
19291 @item --help
19292 Display a quick summary of how to invoke @code{configure}.
19293
19294 @item --prefix=@var{dir}
19295 Configure the source to install programs and files under directory
19296 @file{@var{dir}}.
19297
19298 @item --exec-prefix=@var{dir}
19299 Configure the source to install programs under directory
19300 @file{@var{dir}}.
19301
19302 @c avoid splitting the warning from the explanation:
19303 @need 2000
19304 @item --srcdir=@var{dirname}
19305 @strong{Warning: using this option requires @sc{gnu} @code{make}, or another
19306 @code{make} that implements the @code{VPATH} feature.}@*
19307 Use this option to make configurations in directories separate from the
19308 @value{GDBN} source directories. Among other things, you can use this to
19309 build (or maintain) several configurations simultaneously, in separate
19310 directories. @code{configure} writes configuration specific files in
19311 the current directory, but arranges for them to use the source in the
19312 directory @var{dirname}. @code{configure} creates directories under
19313 the working directory in parallel to the source directories below
19314 @var{dirname}.
19315
19316 @item --norecursion
19317 Configure only the directory level where @code{configure} is executed; do not
19318 propagate configuration to subdirectories.
19319
19320 @item --target=@var{target}
19321 Configure @value{GDBN} for cross-debugging programs running on the specified
19322 @var{target}. Without this option, @value{GDBN} is configured to debug
19323 programs that run on the same machine (@var{host}) as @value{GDBN} itself.
19324
19325 There is no convenient way to generate a list of all available targets.
19326
19327 @item @var{host} @dots{}
19328 Configure @value{GDBN} to run on the specified @var{host}.
19329
19330 There is no convenient way to generate a list of all available hosts.
19331 @end table
19332
19333 There are many other options available as well, but they are generally
19334 needed for special purposes only.
19335
19336 @node Maintenance Commands
19337 @appendix Maintenance Commands
19338 @cindex maintenance commands
19339 @cindex internal commands
19340
19341 In addition to commands intended for @value{GDBN} users, @value{GDBN}
19342 includes a number of commands intended for @value{GDBN} developers.
19343 These commands are provided here for reference.
19344
19345 @table @code
19346 @kindex maint info breakpoints
19347 @item @anchor{maint info breakpoints}maint info breakpoints
19348 Using the same format as @samp{info breakpoints}, display both the
19349 breakpoints you've set explicitly, and those @value{GDBN} is using for
19350 internal purposes. Internal breakpoints are shown with negative
19351 breakpoint numbers. The type column identifies what kind of breakpoint
19352 is shown:
19353
19354 @table @code
19355 @item breakpoint
19356 Normal, explicitly set breakpoint.
19357
19358 @item watchpoint
19359 Normal, explicitly set watchpoint.
19360
19361 @item longjmp
19362 Internal breakpoint, used to handle correctly stepping through
19363 @code{longjmp} calls.
19364
19365 @item longjmp resume
19366 Internal breakpoint at the target of a @code{longjmp}.
19367
19368 @item until
19369 Temporary internal breakpoint used by the @value{GDBN} @code{until} command.
19370
19371 @item finish
19372 Temporary internal breakpoint used by the @value{GDBN} @code{finish} command.
19373
19374 @item shlib events
19375 Shared library events.
19376
19377 @end table
19378
19379 @kindex maint internal-error
19380 @kindex maint internal-warning
19381 @item maint internal-error
19382 @itemx maint internal-warning
19383 Cause @value{GDBN} to call the internal function @code{internal_error}
19384 or @code{internal_warning} and hence behave as though an internal error
19385 or internal warning has been detected. In addition to reporting the
19386 internal problem, these functions give the user the opportunity to
19387 either quit @value{GDBN} or create a core file of the current
19388 @value{GDBN} session.
19389
19390 @smallexample
19391 (gdb) @kbd{maint internal-error testing, 1, 2}
19392 @dots{}/maint.c:121: internal-error: testing, 1, 2
19393 A problem internal to GDB has been detected. Further
19394 debugging may prove unreliable.
19395 Quit this debugging session? (y or n) @kbd{n}
19396 Create a core file? (y or n) @kbd{n}
19397 (gdb)
19398 @end smallexample
19399
19400 Takes an optional parameter that is used as the text of the error or
19401 warning message.
19402
19403 @kindex maint print dummy-frames
19404 @item maint print dummy-frames
19405
19406 Prints the contents of @value{GDBN}'s internal dummy-frame stack.
19407
19408 @smallexample
19409 (gdb) @kbd{b add}
19410 @dots{}
19411 (gdb) @kbd{print add(2,3)}
19412 Breakpoint 2, add (a=2, b=3) at @dots{}
19413 58 return (a + b);
19414 The program being debugged stopped while in a function called from GDB.
19415 @dots{}
19416 (gdb) @kbd{maint print dummy-frames}
19417 0x1a57c80: pc=0x01014068 fp=0x0200bddc sp=0x0200bdd6
19418 top=0x0200bdd4 id=@{stack=0x200bddc,code=0x101405c@}
19419 call_lo=0x01014000 call_hi=0x01014001
19420 (gdb)
19421 @end smallexample
19422
19423 Takes an optional file parameter.
19424
19425 @kindex maint print registers
19426 @kindex maint print raw-registers
19427 @kindex maint print cooked-registers
19428 @kindex maint print register-groups
19429 @item maint print registers
19430 @itemx maint print raw-registers
19431 @itemx maint print cooked-registers
19432 @itemx maint print register-groups
19433 Print @value{GDBN}'s internal register data structures.
19434
19435 The command @code{maint print raw-registers} includes the contents of
19436 the raw register cache; the command @code{maint print cooked-registers}
19437 includes the (cooked) value of all registers; and the command
19438 @code{maint print register-groups} includes the groups that each
19439 register is a member of. @xref{Registers,, Registers, gdbint,
19440 @value{GDBN} Internals}.
19441
19442 Takes an optional file parameter.
19443
19444 @kindex maint print reggroups
19445 @item maint print reggroups
19446 Print @value{GDBN}'s internal register group data structures.
19447
19448 Takes an optional file parameter.
19449
19450 @smallexample
19451 (gdb) @kbd{maint print reggroups}
19452 Group Type
19453 general user
19454 float user
19455 all user
19456 vector user
19457 system user
19458 save internal
19459 restore internal
19460 @end smallexample
19461
19462 @kindex maint set profile
19463 @kindex maint show profile
19464 @cindex profiling GDB
19465 @item maint set profile
19466 @itemx maint show profile
19467 Control profiling of @value{GDBN}.
19468
19469 Profiling will be disabled until you use the @samp{maint set profile}
19470 command to enable it. When you enable profiling, the system will begin
19471 collecting timing and execution count data; when you disable profiling or
19472 exit @value{GDBN}, the results will be written to a log file. Remember that
19473 if you use profiling, @value{GDBN} will overwrite the profiling log file
19474 (often called @file{gmon.out}). If you have a record of important profiling
19475 data in a @file{gmon.out} file, be sure to move it to a safe location.
19476
19477 Configuring with @samp{--enable-profiling} arranges for @value{GDBN} to be
19478 compiled with the @samp{-pg} compiler option.
19479
19480 @end table
19481
19482
19483 @node Remote Protocol
19484 @appendix @value{GDBN} Remote Serial Protocol
19485
19486 @menu
19487 * Overview::
19488 * Packets::
19489 * Stop Reply Packets::
19490 * General Query Packets::
19491 * Register Packet Format::
19492 * Examples::
19493 * File-I/O remote protocol extension::
19494 @end menu
19495
19496 @node Overview
19497 @section Overview
19498
19499 There may be occasions when you need to know something about the
19500 protocol---for example, if there is only one serial port to your target
19501 machine, you might want your program to do something special if it
19502 recognizes a packet meant for @value{GDBN}.
19503
19504 In the examples below, @samp{->} and @samp{<-} are used to indicate
19505 transmitted and received data respectfully.
19506
19507 @cindex protocol, @value{GDBN} remote serial
19508 @cindex serial protocol, @value{GDBN} remote
19509 @cindex remote serial protocol
19510 All @value{GDBN} commands and responses (other than acknowledgments) are
19511 sent as a @var{packet}. A @var{packet} is introduced with the character
19512 @samp{$}, the actual @var{packet-data}, and the terminating character
19513 @samp{#} followed by a two-digit @var{checksum}:
19514
19515 @smallexample
19516 @code{$}@var{packet-data}@code{#}@var{checksum}
19517 @end smallexample
19518 @noindent
19519
19520 @cindex checksum, for @value{GDBN} remote
19521 @noindent
19522 The two-digit @var{checksum} is computed as the modulo 256 sum of all
19523 characters between the leading @samp{$} and the trailing @samp{#} (an
19524 eight bit unsigned checksum).
19525
19526 Implementors should note that prior to @value{GDBN} 5.0 the protocol
19527 specification also included an optional two-digit @var{sequence-id}:
19528
19529 @smallexample
19530 @code{$}@var{sequence-id}@code{:}@var{packet-data}@code{#}@var{checksum}
19531 @end smallexample
19532
19533 @cindex sequence-id, for @value{GDBN} remote
19534 @noindent
19535 That @var{sequence-id} was appended to the acknowledgment. @value{GDBN}
19536 has never output @var{sequence-id}s. Stubs that handle packets added
19537 since @value{GDBN} 5.0 must not accept @var{sequence-id}.
19538
19539 @cindex acknowledgment, for @value{GDBN} remote
19540 When either the host or the target machine receives a packet, the first
19541 response expected is an acknowledgment: either @samp{+} (to indicate
19542 the package was received correctly) or @samp{-} (to request
19543 retransmission):
19544
19545 @smallexample
19546 -> @code{$}@var{packet-data}@code{#}@var{checksum}
19547 <- @code{+}
19548 @end smallexample
19549 @noindent
19550
19551 The host (@value{GDBN}) sends @var{command}s, and the target (the
19552 debugging stub incorporated in your program) sends a @var{response}. In
19553 the case of step and continue @var{command}s, the response is only sent
19554 when the operation has completed (the target has again stopped).
19555
19556 @var{packet-data} consists of a sequence of characters with the
19557 exception of @samp{#} and @samp{$} (see @samp{X} packet for additional
19558 exceptions).
19559
19560 Fields within the packet should be separated using @samp{,} @samp{;} or
19561 @cindex remote protocol, field separator
19562 @samp{:}. Except where otherwise noted all numbers are represented in
19563 @sc{hex} with leading zeros suppressed.
19564
19565 Implementors should note that prior to @value{GDBN} 5.0, the character
19566 @samp{:} could not appear as the third character in a packet (as it
19567 would potentially conflict with the @var{sequence-id}).
19568
19569 Response @var{data} can be run-length encoded to save space. A @samp{*}
19570 means that the next character is an @sc{ascii} encoding giving a repeat count
19571 which stands for that many repetitions of the character preceding the
19572 @samp{*}. The encoding is @code{n+29}, yielding a printable character
19573 where @code{n >=3} (which is where rle starts to win). The printable
19574 characters @samp{$}, @samp{#}, @samp{+} and @samp{-} or with a numeric
19575 value greater than 126 should not be used.
19576
19577 So:
19578 @smallexample
19579 "@code{0* }"
19580 @end smallexample
19581 @noindent
19582 means the same as "0000".
19583
19584 The error response returned for some packets includes a two character
19585 error number. That number is not well defined.
19586
19587 For any @var{command} not supported by the stub, an empty response
19588 (@samp{$#00}) should be returned. That way it is possible to extend the
19589 protocol. A newer @value{GDBN} can tell if a packet is supported based
19590 on that response.
19591
19592 A stub is required to support the @samp{g}, @samp{G}, @samp{m}, @samp{M},
19593 @samp{c}, and @samp{s} @var{command}s. All other @var{command}s are
19594 optional.
19595
19596 @node Packets
19597 @section Packets
19598
19599 The following table provides a complete list of all currently defined
19600 @var{command}s and their corresponding response @var{data}.
19601
19602 @table @r
19603
19604 @item @code{!} --- extended mode
19605 @cindex @code{!} packet
19606
19607 Enable extended mode. In extended mode, the remote server is made
19608 persistent. The @samp{R} packet is used to restart the program being
19609 debugged.
19610
19611 Reply:
19612 @table @samp
19613 @item OK
19614 The remote target both supports and has enabled extended mode.
19615 @end table
19616
19617 @item @code{?} --- last signal
19618 @cindex @code{?} packet
19619
19620 Indicate the reason the target halted. The reply is the same as for
19621 step and continue.
19622
19623 Reply:
19624 @xref{Stop Reply Packets}, for the reply specifications.
19625
19626 @item @code{a} --- reserved
19627
19628 Reserved for future use.
19629
19630 @item @code{A}@var{arglen}@code{,}@var{argnum}@code{,}@var{arg}@code{,@dots{}} --- set program arguments @strong{(reserved)}
19631 @cindex @code{A} packet
19632
19633 Initialized @samp{argv[]} array passed into program. @var{arglen}
19634 specifies the number of bytes in the hex encoded byte stream @var{arg}.
19635 See @code{gdbserver} for more details.
19636
19637 Reply:
19638 @table @samp
19639 @item OK
19640 @item E@var{NN}
19641 @end table
19642
19643 @item @code{b}@var{baud} --- set baud @strong{(deprecated)}
19644 @cindex @code{b} packet
19645
19646 Change the serial line speed to @var{baud}.
19647
19648 JTC: @emph{When does the transport layer state change? When it's
19649 received, or after the ACK is transmitted. In either case, there are
19650 problems if the command or the acknowledgment packet is dropped.}
19651
19652 Stan: @emph{If people really wanted to add something like this, and get
19653 it working for the first time, they ought to modify ser-unix.c to send
19654 some kind of out-of-band message to a specially-setup stub and have the
19655 switch happen "in between" packets, so that from remote protocol's point
19656 of view, nothing actually happened.}
19657
19658 @item @code{B}@var{addr},@var{mode} --- set breakpoint @strong{(deprecated)}
19659 @cindex @code{B} packet
19660
19661 Set (@var{mode} is @samp{S}) or clear (@var{mode} is @samp{C}) a
19662 breakpoint at @var{addr}.
19663
19664 This packet has been replaced by the @samp{Z} and @samp{z} packets
19665 (@pxref{insert breakpoint or watchpoint packet}).
19666
19667 @item @code{c}@var{addr} --- continue
19668 @cindex @code{c} packet
19669
19670 @var{addr} is address to resume. If @var{addr} is omitted, resume at
19671 current address.
19672
19673 Reply:
19674 @xref{Stop Reply Packets}, for the reply specifications.
19675
19676 @item @code{C}@var{sig}@code{;}@var{addr} --- continue with signal
19677 @cindex @code{C} packet
19678
19679 Continue with signal @var{sig} (hex signal number). If
19680 @code{;}@var{addr} is omitted, resume at same address.
19681
19682 Reply:
19683 @xref{Stop Reply Packets}, for the reply specifications.
19684
19685 @item @code{d} --- toggle debug @strong{(deprecated)}
19686 @cindex @code{d} packet
19687
19688 Toggle debug flag.
19689
19690 @item @code{D} --- detach
19691 @cindex @code{D} packet
19692
19693 Detach @value{GDBN} from the remote system. Sent to the remote target
19694 before @value{GDBN} disconnects via the @code{detach} command.
19695
19696 Reply:
19697 @table @samp
19698 @item @emph{no response}
19699 @value{GDBN} does not check for any response after sending this packet.
19700 @end table
19701
19702 @item @code{e} --- reserved
19703
19704 Reserved for future use.
19705
19706 @item @code{E} --- reserved
19707
19708 Reserved for future use.
19709
19710 @item @code{f} --- reserved
19711
19712 Reserved for future use.
19713
19714 @item @code{F}@var{RC}@code{,}@var{EE}@code{,}@var{CF}@code{;}@var{XX} --- Reply to target's F packet.
19715 @cindex @code{F} packet
19716
19717 This packet is send by @value{GDBN} as reply to a @code{F} request packet
19718 sent by the target. This is part of the File-I/O protocol extension.
19719 @xref{File-I/O remote protocol extension}, for the specification.
19720
19721 @item @code{g} --- read registers
19722 @anchor{read registers packet}
19723 @cindex @code{g} packet
19724
19725 Read general registers.
19726
19727 Reply:
19728 @table @samp
19729 @item @var{XX@dots{}}
19730 Each byte of register data is described by two hex digits. The bytes
19731 with the register are transmitted in target byte order. The size of
19732 each register and their position within the @samp{g} @var{packet} are
19733 determined by the @value{GDBN} internal macros
19734 @var{DEPRECATED_REGISTER_RAW_SIZE} and @var{REGISTER_NAME} macros. The
19735 specification of several standard @code{g} packets is specified below.
19736 @item E@var{NN}
19737 for an error.
19738 @end table
19739
19740 @item @code{G}@var{XX@dots{}} --- write regs
19741 @cindex @code{G} packet
19742
19743 @xref{read registers packet}, for a description of the @var{XX@dots{}}
19744 data.
19745
19746 Reply:
19747 @table @samp
19748 @item OK
19749 for success
19750 @item E@var{NN}
19751 for an error
19752 @end table
19753
19754 @item @code{h} --- reserved
19755
19756 Reserved for future use.
19757
19758 @item @code{H}@var{c}@var{t@dots{}} --- set thread
19759 @cindex @code{H} packet
19760
19761 Set thread for subsequent operations (@samp{m}, @samp{M}, @samp{g},
19762 @samp{G}, et.al.). @var{c} depends on the operation to be performed: it
19763 should be @samp{c} for step and continue operations, @samp{g} for other
19764 operations. The thread designator @var{t@dots{}} may be -1, meaning all
19765 the threads, a thread number, or zero which means pick any thread.
19766
19767 Reply:
19768 @table @samp
19769 @item OK
19770 for success
19771 @item E@var{NN}
19772 for an error
19773 @end table
19774
19775 @c FIXME: JTC:
19776 @c 'H': How restrictive (or permissive) is the thread model. If a
19777 @c thread is selected and stopped, are other threads allowed
19778 @c to continue to execute? As I mentioned above, I think the
19779 @c semantics of each command when a thread is selected must be
19780 @c described. For example:
19781 @c
19782 @c 'g': If the stub supports threads and a specific thread is
19783 @c selected, returns the register block from that thread;
19784 @c otherwise returns current registers.
19785 @c
19786 @c 'G' If the stub supports threads and a specific thread is
19787 @c selected, sets the registers of the register block of
19788 @c that thread; otherwise sets current registers.
19789
19790 @item @code{i}@var{addr}@code{,}@var{nnn} --- cycle step @strong{(draft)}
19791 @anchor{cycle step packet}
19792 @cindex @code{i} packet
19793
19794 Step the remote target by a single clock cycle. If @code{,}@var{nnn} is
19795 present, cycle step @var{nnn} cycles. If @var{addr} is present, cycle
19796 step starting at that address.
19797
19798 @item @code{I} --- signal then cycle step @strong{(reserved)}
19799 @cindex @code{I} packet
19800
19801 @xref{step with signal packet}. @xref{cycle step packet}.
19802
19803 @item @code{j} --- reserved
19804
19805 Reserved for future use.
19806
19807 @item @code{J} --- reserved
19808
19809 Reserved for future use.
19810
19811 @item @code{k} --- kill request
19812 @cindex @code{k} packet
19813
19814 FIXME: @emph{There is no description of how to operate when a specific
19815 thread context has been selected (i.e.@: does 'k' kill only that
19816 thread?)}.
19817
19818 @item @code{K} --- reserved
19819
19820 Reserved for future use.
19821
19822 @item @code{l} --- reserved
19823
19824 Reserved for future use.
19825
19826 @item @code{L} --- reserved
19827
19828 Reserved for future use.
19829
19830 @item @code{m}@var{addr}@code{,}@var{length} --- read memory
19831 @cindex @code{m} packet
19832
19833 Read @var{length} bytes of memory starting at address @var{addr}.
19834 Neither @value{GDBN} nor the stub assume that sized memory transfers are
19835 assumed using word aligned accesses. FIXME: @emph{A word aligned memory
19836 transfer mechanism is needed.}
19837
19838 Reply:
19839 @table @samp
19840 @item @var{XX@dots{}}
19841 @var{XX@dots{}} is mem contents. Can be fewer bytes than requested if able
19842 to read only part of the data. Neither @value{GDBN} nor the stub assume
19843 that sized memory transfers are assumed using word aligned
19844 accesses. FIXME: @emph{A word aligned memory transfer mechanism is
19845 needed.}
19846 @item E@var{NN}
19847 @var{NN} is errno
19848 @end table
19849
19850 @item @code{M}@var{addr},@var{length}@code{:}@var{XX@dots{}} --- write mem
19851 @cindex @code{M} packet
19852
19853 Write @var{length} bytes of memory starting at address @var{addr}.
19854 @var{XX@dots{}} is the data.
19855
19856 Reply:
19857 @table @samp
19858 @item OK
19859 for success
19860 @item E@var{NN}
19861 for an error (this includes the case where only part of the data was
19862 written).
19863 @end table
19864
19865 @item @code{n} --- reserved
19866
19867 Reserved for future use.
19868
19869 @item @code{N} --- reserved
19870
19871 Reserved for future use.
19872
19873 @item @code{o} --- reserved
19874
19875 Reserved for future use.
19876
19877 @item @code{O} --- reserved
19878
19879 Reserved for future use.
19880
19881 @item @code{p}@var{n@dots{}} --- read reg @strong{(reserved)}
19882 @cindex @code{p} packet
19883
19884 @xref{write register packet}.
19885
19886 Reply:
19887 @table @samp
19888 @item @var{r@dots{}.}
19889 The hex encoded value of the register in target byte order.
19890 @end table
19891
19892 @item @code{P}@var{n@dots{}}@code{=}@var{r@dots{}} --- write register
19893 @anchor{write register packet}
19894 @cindex @code{P} packet
19895
19896 Write register @var{n@dots{}} with value @var{r@dots{}}, which contains two hex
19897 digits for each byte in the register (target byte order).
19898
19899 Reply:
19900 @table @samp
19901 @item OK
19902 for success
19903 @item E@var{NN}
19904 for an error
19905 @end table
19906
19907 @item @code{q}@var{query} --- general query
19908 @anchor{general query packet}
19909 @cindex @code{q} packet
19910
19911 Request info about @var{query}. In general @value{GDBN} queries have a
19912 leading upper case letter. Custom vendor queries should use a company
19913 prefix (in lower case) ex: @samp{qfsf.var}. @var{query} may optionally
19914 be followed by a @samp{,} or @samp{;} separated list. Stubs must ensure
19915 that they match the full @var{query} name.
19916
19917 Reply:
19918 @table @samp
19919 @item @var{XX@dots{}}
19920 Hex encoded data from query. The reply can not be empty.
19921 @item E@var{NN}
19922 error reply
19923 @item
19924 Indicating an unrecognized @var{query}.
19925 @end table
19926
19927 @item @code{Q}@var{var}@code{=}@var{val} --- general set
19928 @cindex @code{Q} packet
19929
19930 Set value of @var{var} to @var{val}.
19931
19932 @xref{general query packet}, for a discussion of naming conventions.
19933
19934 @item @code{r} --- reset @strong{(deprecated)}
19935 @cindex @code{r} packet
19936
19937 Reset the entire system.
19938
19939 @item @code{R}@var{XX} --- remote restart
19940 @cindex @code{R} packet
19941
19942 Restart the program being debugged. @var{XX}, while needed, is ignored.
19943 This packet is only available in extended mode.
19944
19945 Reply:
19946 @table @samp
19947 @item @emph{no reply}
19948 The @samp{R} packet has no reply.
19949 @end table
19950
19951 @item @code{s}@var{addr} --- step
19952 @cindex @code{s} packet
19953
19954 @var{addr} is address to resume. If @var{addr} is omitted, resume at
19955 same address.
19956
19957 Reply:
19958 @xref{Stop Reply Packets}, for the reply specifications.
19959
19960 @item @code{S}@var{sig}@code{;}@var{addr} --- step with signal
19961 @anchor{step with signal packet}
19962 @cindex @code{S} packet
19963
19964 Like @samp{C} but step not continue.
19965
19966 Reply:
19967 @xref{Stop Reply Packets}, for the reply specifications.
19968
19969 @item @code{t}@var{addr}@code{:}@var{PP}@code{,}@var{MM} --- search
19970 @cindex @code{t} packet
19971
19972 Search backwards starting at address @var{addr} for a match with pattern
19973 @var{PP} and mask @var{MM}. @var{PP} and @var{MM} are 4 bytes.
19974 @var{addr} must be at least 3 digits.
19975
19976 @item @code{T}@var{XX} --- thread alive
19977 @cindex @code{T} packet
19978
19979 Find out if the thread XX is alive.
19980
19981 Reply:
19982 @table @samp
19983 @item OK
19984 thread is still alive
19985 @item E@var{NN}
19986 thread is dead
19987 @end table
19988
19989 @item @code{u} --- reserved
19990
19991 Reserved for future use.
19992
19993 @item @code{U} --- reserved
19994
19995 Reserved for future use.
19996
19997 @item @code{v} --- verbose packet prefix
19998
19999 Packets starting with @code{v} are identified by a multi-letter name,
20000 up to the first @code{;} or @code{?} (or the end of the packet).
20001
20002 @item @code{vCont}[;@var{action}[@code{:}@var{tid}]]... --- extended resume
20003 @cindex @code{vCont} packet
20004
20005 Resume the inferior. Different actions may be specified for each thread.
20006 If an action is specified with no @var{tid}, then it is applied to any
20007 threads that don't have a specific action specified; if no default action is
20008 specified then other threads should remain stopped. Specifying multiple
20009 default actions is an error; specifying no actions is also an error.
20010 Thread IDs are specified in hexadecimal. Currently supported actions are:
20011
20012 @table @code
20013 @item c
20014 Continue.
20015 @item C@var{sig}
20016 Continue with signal @var{sig}. @var{sig} should be two hex digits.
20017 @item s
20018 Step.
20019 @item S@var{sig}
20020 Step with signal @var{sig}. @var{sig} should be two hex digits.
20021 @end table
20022
20023 The optional @var{addr} argument normally associated with these packets is
20024 not supported in @code{vCont}.
20025
20026 Reply:
20027 @xref{Stop Reply Packets}, for the reply specifications.
20028
20029 @item @code{vCont?} --- extended resume query
20030 @cindex @code{vCont?} packet
20031
20032 Query support for the @code{vCont} packet.
20033
20034 Reply:
20035 @table @samp
20036 @item @code{vCont}[;@var{action}]...
20037 The @code{vCont} packet is supported. Each @var{action} is a supported
20038 command in the @code{vCont} packet.
20039 @item
20040 The @code{vCont} packet is not supported.
20041 @end table
20042
20043 @item @code{V} --- reserved
20044
20045 Reserved for future use.
20046
20047 @item @code{w} --- reserved
20048
20049 Reserved for future use.
20050
20051 @item @code{W} --- reserved
20052
20053 Reserved for future use.
20054
20055 @item @code{x} --- reserved
20056
20057 Reserved for future use.
20058
20059 @item @code{X}@var{addr}@code{,}@var{length}@var{:}@var{XX@dots{}} --- write mem (binary)
20060 @cindex @code{X} packet
20061
20062 @var{addr} is address, @var{length} is number of bytes, @var{XX@dots{}}
20063 is binary data. The characters @code{$}, @code{#}, and @code{0x7d} are
20064 escaped using @code{0x7d}.
20065
20066 Reply:
20067 @table @samp
20068 @item OK
20069 for success
20070 @item E@var{NN}
20071 for an error
20072 @end table
20073
20074 @item @code{y} --- reserved
20075
20076 Reserved for future use.
20077
20078 @item @code{Y} reserved
20079
20080 Reserved for future use.
20081
20082 @item @code{z}@var{type}@code{,}@var{addr}@code{,}@var{length} --- remove breakpoint or watchpoint @strong{(draft)}
20083 @itemx @code{Z}@var{type}@code{,}@var{addr}@code{,}@var{length} --- insert breakpoint or watchpoint @strong{(draft)}
20084 @anchor{insert breakpoint or watchpoint packet}
20085 @cindex @code{z} packet
20086 @cindex @code{Z} packets
20087
20088 Insert (@code{Z}) or remove (@code{z}) a @var{type} breakpoint or
20089 watchpoint starting at address @var{address} and covering the next
20090 @var{length} bytes.
20091
20092 Each breakpoint and watchpoint packet @var{type} is documented
20093 separately.
20094
20095 @emph{Implementation notes: A remote target shall return an empty string
20096 for an unrecognized breakpoint or watchpoint packet @var{type}. A
20097 remote target shall support either both or neither of a given
20098 @code{Z}@var{type}@dots{} and @code{z}@var{type}@dots{} packet pair. To
20099 avoid potential problems with duplicate packets, the operations should
20100 be implemented in an idempotent way.}
20101
20102 @item @code{z}@code{0}@code{,}@var{addr}@code{,}@var{length} --- remove memory breakpoint @strong{(draft)}
20103 @item @code{Z}@code{0}@code{,}@var{addr}@code{,}@var{length} --- insert memory breakpoint @strong{(draft)}
20104 @cindex @code{z0} packet
20105 @cindex @code{Z0} packet
20106
20107 Insert (@code{Z0}) or remove (@code{z0}) a memory breakpoint at address
20108 @code{addr} of size @code{length}.
20109
20110 A memory breakpoint is implemented by replacing the instruction at
20111 @var{addr} with a software breakpoint or trap instruction. The
20112 @code{length} is used by targets that indicates the size of the
20113 breakpoint (in bytes) that should be inserted (e.g., the @sc{arm} and
20114 @sc{mips} can insert either a 2 or 4 byte breakpoint).
20115
20116 @emph{Implementation note: It is possible for a target to copy or move
20117 code that contains memory breakpoints (e.g., when implementing
20118 overlays). The behavior of this packet, in the presence of such a
20119 target, is not defined.}
20120
20121 Reply:
20122 @table @samp
20123 @item OK
20124 success
20125 @item
20126 not supported
20127 @item E@var{NN}
20128 for an error
20129 @end table
20130
20131 @item @code{z}@code{1}@code{,}@var{addr}@code{,}@var{length} --- remove hardware breakpoint @strong{(draft)}
20132 @item @code{Z}@code{1}@code{,}@var{addr}@code{,}@var{length} --- insert hardware breakpoint @strong{(draft)}
20133 @cindex @code{z1} packet
20134 @cindex @code{Z1} packet
20135
20136 Insert (@code{Z1}) or remove (@code{z1}) a hardware breakpoint at
20137 address @code{addr} of size @code{length}.
20138
20139 A hardware breakpoint is implemented using a mechanism that is not
20140 dependant on being able to modify the target's memory.
20141
20142 @emph{Implementation note: A hardware breakpoint is not affected by code
20143 movement.}
20144
20145 Reply:
20146 @table @samp
20147 @item OK
20148 success
20149 @item
20150 not supported
20151 @item E@var{NN}
20152 for an error
20153 @end table
20154
20155 @item @code{z}@code{2}@code{,}@var{addr}@code{,}@var{length} --- remove write watchpoint @strong{(draft)}
20156 @item @code{Z}@code{2}@code{,}@var{addr}@code{,}@var{length} --- insert write watchpoint @strong{(draft)}
20157 @cindex @code{z2} packet
20158 @cindex @code{Z2} packet
20159
20160 Insert (@code{Z2}) or remove (@code{z2}) a write watchpoint.
20161
20162 Reply:
20163 @table @samp
20164 @item OK
20165 success
20166 @item
20167 not supported
20168 @item E@var{NN}
20169 for an error
20170 @end table
20171
20172 @item @code{z}@code{3}@code{,}@var{addr}@code{,}@var{length} --- remove read watchpoint @strong{(draft)}
20173 @item @code{Z}@code{3}@code{,}@var{addr}@code{,}@var{length} --- insert read watchpoint @strong{(draft)}
20174 @cindex @code{z3} packet
20175 @cindex @code{Z3} packet
20176
20177 Insert (@code{Z3}) or remove (@code{z3}) a read watchpoint.
20178
20179 Reply:
20180 @table @samp
20181 @item OK
20182 success
20183 @item
20184 not supported
20185 @item E@var{NN}
20186 for an error
20187 @end table
20188
20189 @item @code{z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- remove access watchpoint @strong{(draft)}
20190 @item @code{Z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- insert access watchpoint @strong{(draft)}
20191 @cindex @code{z4} packet
20192 @cindex @code{Z4} packet
20193
20194 Insert (@code{Z4}) or remove (@code{z4}) an access watchpoint.
20195
20196 Reply:
20197 @table @samp
20198 @item OK
20199 success
20200 @item
20201 not supported
20202 @item E@var{NN}
20203 for an error
20204 @end table
20205
20206 @end table
20207
20208 @node Stop Reply Packets
20209 @section Stop Reply Packets
20210 @cindex stop reply packets
20211
20212 The @samp{C}, @samp{c}, @samp{S}, @samp{s} and @samp{?} packets can
20213 receive any of the below as a reply. In the case of the @samp{C},
20214 @samp{c}, @samp{S} and @samp{s} packets, that reply is only returned
20215 when the target halts. In the below the exact meaning of @samp{signal
20216 number} is poorly defined. In general one of the UNIX signal numbering
20217 conventions is used.
20218
20219 @table @samp
20220
20221 @item S@var{AA}
20222 @var{AA} is the signal number
20223
20224 @item @code{T}@var{AA}@var{n...}@code{:}@var{r...}@code{;}@var{n...}@code{:}@var{r...}@code{;}@var{n...}@code{:}@var{r...}@code{;}
20225 @cindex @code{T} packet reply
20226
20227 @var{AA} = two hex digit signal number; @var{n...} = register number
20228 (hex), @var{r...} = target byte ordered register contents, size defined
20229 by @code{DEPRECATED_REGISTER_RAW_SIZE}; @var{n...} = @samp{thread},
20230 @var{r...} = thread process ID, this is a hex integer; @var{n...} =
20231 (@samp{watch} | @samp{rwatch} | @samp{awatch}, @var{r...} = data
20232 address, this is a hex integer; @var{n...} = other string not starting
20233 with valid hex digit. @value{GDBN} should ignore this @var{n...},
20234 @var{r...} pair and go on to the next. This way we can extend the
20235 protocol.
20236
20237 @item W@var{AA}
20238
20239 The process exited, and @var{AA} is the exit status. This is only
20240 applicable to certain targets.
20241
20242 @item X@var{AA}
20243
20244 The process terminated with signal @var{AA}.
20245
20246 @item O@var{XX@dots{}}
20247
20248 @var{XX@dots{}} is hex encoding of @sc{ascii} data. This can happen at
20249 any time while the program is running and the debugger should continue
20250 to wait for @samp{W}, @samp{T}, etc.
20251
20252 @item F@var{call-id}@code{,}@var{parameter@dots{}}
20253
20254 @var{call-id} is the identifier which says which host system call should
20255 be called. This is just the name of the function. Translation into the
20256 correct system call is only applicable as it's defined in @value{GDBN}.
20257 @xref{File-I/O remote protocol extension}, for a list of implemented
20258 system calls.
20259
20260 @var{parameter@dots{}} is a list of parameters as defined for this very
20261 system call.
20262
20263 The target replies with this packet when it expects @value{GDBN} to call
20264 a host system call on behalf of the target. @value{GDBN} replies with
20265 an appropriate @code{F} packet and keeps up waiting for the next reply
20266 packet from the target. The latest @samp{C}, @samp{c}, @samp{S} or
20267 @samp{s} action is expected to be continued.
20268 @xref{File-I/O remote protocol extension}, for more details.
20269
20270 @end table
20271
20272 @node General Query Packets
20273 @section General Query Packets
20274
20275 The following set and query packets have already been defined.
20276
20277 @table @r
20278
20279 @item @code{q}@code{C} --- current thread
20280
20281 Return the current thread id.
20282
20283 Reply:
20284 @table @samp
20285 @item @code{QC}@var{pid}
20286 Where @var{pid} is a HEX encoded 16 bit process id.
20287 @item *
20288 Any other reply implies the old pid.
20289 @end table
20290
20291 @item @code{q}@code{fThreadInfo} -- all thread ids
20292
20293 @code{q}@code{sThreadInfo}
20294
20295 Obtain a list of active thread ids from the target (OS). Since there
20296 may be too many active threads to fit into one reply packet, this query
20297 works iteratively: it may require more than one query/reply sequence to
20298 obtain the entire list of threads. The first query of the sequence will
20299 be the @code{qf}@code{ThreadInfo} query; subsequent queries in the
20300 sequence will be the @code{qs}@code{ThreadInfo} query.
20301
20302 NOTE: replaces the @code{qL} query (see below).
20303
20304 Reply:
20305 @table @samp
20306 @item @code{m}@var{id}
20307 A single thread id
20308 @item @code{m}@var{id},@var{id}@dots{}
20309 a comma-separated list of thread ids
20310 @item @code{l}
20311 (lower case 'el') denotes end of list.
20312 @end table
20313
20314 In response to each query, the target will reply with a list of one or
20315 more thread ids, in big-endian hex, separated by commas. @value{GDBN}
20316 will respond to each reply with a request for more thread ids (using the
20317 @code{qs} form of the query), until the target responds with @code{l}
20318 (lower-case el, for @code{'last'}).
20319
20320 @item @code{q}@code{ThreadExtraInfo}@code{,}@var{id} --- extra thread info
20321
20322 Where @var{id} is a thread-id in big-endian hex. Obtain a printable
20323 string description of a thread's attributes from the target OS. This
20324 string may contain anything that the target OS thinks is interesting for
20325 @value{GDBN} to tell the user about the thread. The string is displayed
20326 in @value{GDBN}'s @samp{info threads} display. Some examples of
20327 possible thread extra info strings are ``Runnable'', or ``Blocked on
20328 Mutex''.
20329
20330 Reply:
20331 @table @samp
20332 @item @var{XX@dots{}}
20333 Where @var{XX@dots{}} is a hex encoding of @sc{ascii} data, comprising
20334 the printable string containing the extra information about the thread's
20335 attributes.
20336 @end table
20337
20338 @item @code{q}@code{L}@var{startflag}@var{threadcount}@var{nextthread} --- query @var{LIST} or @var{threadLIST} @strong{(deprecated)}
20339
20340 Obtain thread information from RTOS. Where: @var{startflag} (one hex
20341 digit) is one to indicate the first query and zero to indicate a
20342 subsequent query; @var{threadcount} (two hex digits) is the maximum
20343 number of threads the response packet can contain; and @var{nextthread}
20344 (eight hex digits), for subsequent queries (@var{startflag} is zero), is
20345 returned in the response as @var{argthread}.
20346
20347 NOTE: this query is replaced by the @code{q}@code{fThreadInfo} query
20348 (see above).
20349
20350 Reply:
20351 @table @samp
20352 @item @code{q}@code{M}@var{count}@var{done}@var{argthread}@var{thread@dots{}}
20353 Where: @var{count} (two hex digits) is the number of threads being
20354 returned; @var{done} (one hex digit) is zero to indicate more threads
20355 and one indicates no further threads; @var{argthreadid} (eight hex
20356 digits) is @var{nextthread} from the request packet; @var{thread@dots{}}
20357 is a sequence of thread IDs from the target. @var{threadid} (eight hex
20358 digits). See @code{remote.c:parse_threadlist_response()}.
20359 @end table
20360
20361 @item @code{q}@code{CRC:}@var{addr}@code{,}@var{length} --- compute CRC of memory block
20362
20363 Reply:
20364 @table @samp
20365 @item @code{E}@var{NN}
20366 An error (such as memory fault)
20367 @item @code{C}@var{CRC32}
20368 A 32 bit cyclic redundancy check of the specified memory region.
20369 @end table
20370
20371 @item @code{q}@code{Offsets} --- query sect offs
20372
20373 Get section offsets that the target used when re-locating the downloaded
20374 image. @emph{Note: while a @code{Bss} offset is included in the
20375 response, @value{GDBN} ignores this and instead applies the @code{Data}
20376 offset to the @code{Bss} section.}
20377
20378 Reply:
20379 @table @samp
20380 @item @code{Text=}@var{xxx}@code{;Data=}@var{yyy}@code{;Bss=}@var{zzz}
20381 @end table
20382
20383 @item @code{q}@code{P}@var{mode}@var{threadid} --- thread info request
20384
20385 Returns information on @var{threadid}. Where: @var{mode} is a hex
20386 encoded 32 bit mode; @var{threadid} is a hex encoded 64 bit thread ID.
20387
20388 Reply:
20389 @table @samp
20390 @item *
20391 @end table
20392
20393 See @code{remote.c:remote_unpack_thread_info_response()}.
20394
20395 @item @code{q}@code{Rcmd,}@var{command} --- remote command
20396
20397 @var{command} (hex encoded) is passed to the local interpreter for
20398 execution. Invalid commands should be reported using the output string.
20399 Before the final result packet, the target may also respond with a
20400 number of intermediate @code{O}@var{output} console output packets.
20401 @emph{Implementors should note that providing access to a stubs's
20402 interpreter may have security implications}.
20403
20404 Reply:
20405 @table @samp
20406 @item OK
20407 A command response with no output.
20408 @item @var{OUTPUT}
20409 A command response with the hex encoded output string @var{OUTPUT}.
20410 @item @code{E}@var{NN}
20411 Indicate a badly formed request.
20412 @item @samp{}
20413 When @samp{q}@samp{Rcmd} is not recognized.
20414 @end table
20415
20416 @item @code{qSymbol::} --- symbol lookup
20417
20418 Notify the target that @value{GDBN} is prepared to serve symbol lookup
20419 requests. Accept requests from the target for the values of symbols.
20420
20421 Reply:
20422 @table @samp
20423 @item @code{OK}
20424 The target does not need to look up any (more) symbols.
20425 @item @code{qSymbol:}@var{sym_name}
20426 The target requests the value of symbol @var{sym_name} (hex encoded).
20427 @value{GDBN} may provide the value by using the
20428 @code{qSymbol:}@var{sym_value}:@var{sym_name} message, described below.
20429 @end table
20430
20431 @item @code{qSymbol:}@var{sym_value}:@var{sym_name} --- symbol value
20432
20433 Set the value of @var{sym_name} to @var{sym_value}.
20434
20435 @var{sym_name} (hex encoded) is the name of a symbol whose value the
20436 target has previously requested.
20437
20438 @var{sym_value} (hex) is the value for symbol @var{sym_name}. If
20439 @value{GDBN} cannot supply a value for @var{sym_name}, then this field
20440 will be empty.
20441
20442 Reply:
20443 @table @samp
20444 @item @code{OK}
20445 The target does not need to look up any (more) symbols.
20446 @item @code{qSymbol:}@var{sym_name}
20447 The target requests the value of a new symbol @var{sym_name} (hex
20448 encoded). @value{GDBN} will continue to supply the values of symbols
20449 (if available), until the target ceases to request them.
20450 @end table
20451
20452 @item @code{qPart}:@var{object}:@code{read}:@var{annex}:@var{offset},@var{length} --- read special data
20453
20454 Read uninterpreted bytes from the target's special data area
20455 identified by the keyword @code{object}.
20456 Request @var{length} bytes starting at @var{offset} bytes into the data.
20457 The content and encoding of @var{annex} is specific to the object;
20458 it can supply additional details about what data to access.
20459
20460 Here are the specific requests of this form defined so far.
20461 All @samp{@code{qPart}:@var{object}:@code{read}:@dots{}}
20462 requests use the same reply formats, listed below.
20463
20464 @table @asis
20465 @item @code{qPart}:@code{auxv}:@code{read}::@var{offset},@var{length}
20466 Access the target's @dfn{auxiliary vector}. @xref{Auxiliary Vector}.
20467 Note @var{annex} must be empty.
20468 @end table
20469
20470 Reply:
20471 @table @asis
20472 @item @code{OK}
20473 The @var{offset} in the request is at the end of the data.
20474 There is no more data to be read.
20475
20476 @item @var{XX@dots{}}
20477 Hex encoded data bytes read.
20478 This may be fewer bytes than the @var{length} in the request.
20479
20480 @item @code{E00}
20481 The request was malformed, or @var{annex} was invalid.
20482
20483 @item @code{E}@var{nn}
20484 The offset was invalid, or there was an error encountered reading the data.
20485 @var{nn} is a hex-encoded @code{errno} value.
20486
20487 @item @code{""} (empty)
20488 An empty reply indicates the @var{object} or @var{annex} string was not
20489 recognized by the stub.
20490 @end table
20491
20492 @item @code{qPart}:@var{object}:@code{write}:@var{annex}:@var{offset}:@var{data@dots{}}
20493
20494 Write uninterpreted bytes into the target's special data area
20495 identified by the keyword @code{object},
20496 starting at @var{offset} bytes into the data.
20497 @var{data@dots{}} is the hex-encoded data to be written.
20498 The content and encoding of @var{annex} is specific to the object;
20499 it can supply additional details about what data to access.
20500
20501 No requests of this form are presently in use. This specification
20502 serves as a placeholder to document the common format that new
20503 specific request specifications ought to use.
20504
20505 Reply:
20506 @table @asis
20507 @item @var{nn}
20508 @var{nn} (hex encoded) is the number of bytes written.
20509 This may be fewer bytes than supplied in the request.
20510
20511 @item @code{E00}
20512 The request was malformed, or @var{annex} was invalid.
20513
20514 @item @code{E}@var{nn}
20515 The offset was invalid, or there was an error encountered writing the data.
20516 @var{nn} is a hex-encoded @code{errno} value.
20517
20518 @item @code{""} (empty)
20519 An empty reply indicates the @var{object} or @var{annex} string was not
20520 recognized by the stub, or that the object does not support writing.
20521 @end table
20522
20523 @item @code{qPart}:@var{object}:@var{operation}:@dots{}
20524 Requests of this form may be added in the future. When a stub does
20525 not recognize the @var{object} keyword, or its support for
20526 @var{object} does not recognize the @var{operation} keyword,
20527 the stub must respond with an empty packet.
20528 @end table
20529
20530 @node Register Packet Format
20531 @section Register Packet Format
20532
20533 The following @samp{g}/@samp{G} packets have previously been defined.
20534 In the below, some thirty-two bit registers are transferred as
20535 sixty-four bits. Those registers should be zero/sign extended (which?)
20536 to fill the space allocated. Register bytes are transfered in target
20537 byte order. The two nibbles within a register byte are transfered
20538 most-significant - least-significant.
20539
20540 @table @r
20541
20542 @item MIPS32
20543
20544 All registers are transfered as thirty-two bit quantities in the order:
20545 32 general-purpose; sr; lo; hi; bad; cause; pc; 32 floating-point
20546 registers; fsr; fir; fp.
20547
20548 @item MIPS64
20549
20550 All registers are transfered as sixty-four bit quantities (including
20551 thirty-two bit registers such as @code{sr}). The ordering is the same
20552 as @code{MIPS32}.
20553
20554 @end table
20555
20556 @node Examples
20557 @section Examples
20558
20559 Example sequence of a target being re-started. Notice how the restart
20560 does not get any direct output:
20561
20562 @smallexample
20563 -> @code{R00}
20564 <- @code{+}
20565 @emph{target restarts}
20566 -> @code{?}
20567 <- @code{+}
20568 <- @code{T001:1234123412341234}
20569 -> @code{+}
20570 @end smallexample
20571
20572 Example sequence of a target being stepped by a single instruction:
20573
20574 @smallexample
20575 -> @code{G1445@dots{}}
20576 <- @code{+}
20577 -> @code{s}
20578 <- @code{+}
20579 @emph{time passes}
20580 <- @code{T001:1234123412341234}
20581 -> @code{+}
20582 -> @code{g}
20583 <- @code{+}
20584 <- @code{1455@dots{}}
20585 -> @code{+}
20586 @end smallexample
20587
20588 @node File-I/O remote protocol extension
20589 @section File-I/O remote protocol extension
20590 @cindex File-I/O remote protocol extension
20591
20592 @menu
20593 * File-I/O Overview::
20594 * Protocol basics::
20595 * The F request packet::
20596 * The F reply packet::
20597 * Memory transfer::
20598 * The Ctrl-C message::
20599 * Console I/O::
20600 * The isatty call::
20601 * The system call::
20602 * List of supported calls::
20603 * Protocol specific representation of datatypes::
20604 * Constants::
20605 * File-I/O Examples::
20606 @end menu
20607
20608 @node File-I/O Overview
20609 @subsection File-I/O Overview
20610 @cindex file-i/o overview
20611
20612 The File I/O remote protocol extension (short: File-I/O) allows the
20613 target to use the hosts file system and console I/O when calling various
20614 system calls. System calls on the target system are translated into a
20615 remote protocol packet to the host system which then performs the needed
20616 actions and returns with an adequate response packet to the target system.
20617 This simulates file system operations even on targets that lack file systems.
20618
20619 The protocol is defined host- and target-system independent. It uses
20620 it's own independent representation of datatypes and values. Both,
20621 @value{GDBN} and the target's @value{GDBN} stub are responsible for
20622 translating the system dependent values into the unified protocol values
20623 when data is transmitted.
20624
20625 The communication is synchronous. A system call is possible only
20626 when GDB is waiting for the @samp{C}, @samp{c}, @samp{S} or @samp{s}
20627 packets. While @value{GDBN} handles the request for a system call,
20628 the target is stopped to allow deterministic access to the target's
20629 memory. Therefore File-I/O is not interuptible by target signals. It
20630 is possible to interrupt File-I/O by a user interrupt (Ctrl-C), though.
20631
20632 The target's request to perform a host system call does not finish
20633 the latest @samp{C}, @samp{c}, @samp{S} or @samp{s} action. That means,
20634 after finishing the system call, the target returns to continuing the
20635 previous activity (continue, step). No additional continue or step
20636 request from @value{GDBN} is required.
20637
20638 @smallexample
20639 (gdb) continue
20640 <- target requests 'system call X'
20641 target is stopped, @value{GDBN} executes system call
20642 -> GDB returns result
20643 ... target continues, GDB returns to wait for the target
20644 <- target hits breakpoint and sends a Txx packet
20645 @end smallexample
20646
20647 The protocol is only used for files on the host file system and
20648 for I/O on the console. Character or block special devices, pipes,
20649 named pipes or sockets or any other communication method on the host
20650 system are not supported by this protocol.
20651
20652 @node Protocol basics
20653 @subsection Protocol basics
20654 @cindex protocol basics, file-i/o
20655
20656 The File-I/O protocol uses the @code{F} packet, as request as well
20657 as as reply packet. Since a File-I/O system call can only occur when
20658 @value{GDBN} is waiting for the continuing or stepping target, the
20659 File-I/O request is a reply that @value{GDBN} has to expect as a result
20660 of a former @samp{C}, @samp{c}, @samp{S} or @samp{s} packet.
20661 This @code{F} packet contains all information needed to allow @value{GDBN}
20662 to call the appropriate host system call:
20663
20664 @itemize @bullet
20665 @item
20666 A unique identifier for the requested system call.
20667
20668 @item
20669 All parameters to the system call. Pointers are given as addresses
20670 in the target memory address space. Pointers to strings are given as
20671 pointer/length pair. Numerical values are given as they are.
20672 Numerical control values are given in a protocol specific representation.
20673
20674 @end itemize
20675
20676 At that point @value{GDBN} has to perform the following actions.
20677
20678 @itemize @bullet
20679 @item
20680 If parameter pointer values are given, which point to data needed as input
20681 to a system call, @value{GDBN} requests this data from the target with a
20682 standard @code{m} packet request. This additional communication has to be
20683 expected by the target implementation and is handled as any other @code{m}
20684 packet.
20685
20686 @item
20687 @value{GDBN} translates all value from protocol representation to host
20688 representation as needed. Datatypes are coerced into the host types.
20689
20690 @item
20691 @value{GDBN} calls the system call
20692
20693 @item
20694 It then coerces datatypes back to protocol representation.
20695
20696 @item
20697 If pointer parameters in the request packet point to buffer space in which
20698 a system call is expected to copy data to, the data is transmitted to the
20699 target using a @code{M} or @code{X} packet. This packet has to be expected
20700 by the target implementation and is handled as any other @code{M} or @code{X}
20701 packet.
20702
20703 @end itemize
20704
20705 Eventually @value{GDBN} replies with another @code{F} packet which contains all
20706 necessary information for the target to continue. This at least contains
20707
20708 @itemize @bullet
20709 @item
20710 Return value.
20711
20712 @item
20713 @code{errno}, if has been changed by the system call.
20714
20715 @item
20716 ``Ctrl-C'' flag.
20717
20718 @end itemize
20719
20720 After having done the needed type and value coercion, the target continues
20721 the latest continue or step action.
20722
20723 @node The F request packet
20724 @subsection The @code{F} request packet
20725 @cindex file-i/o request packet
20726 @cindex @code{F} request packet
20727
20728 The @code{F} request packet has the following format:
20729
20730 @table @samp
20731
20732 @smallexample
20733 @code{F}@var{call-id}@code{,}@var{parameter@dots{}}
20734 @end smallexample
20735
20736 @var{call-id} is the identifier to indicate the host system call to be called.
20737 This is just the name of the function.
20738
20739 @var{parameter@dots{}} are the parameters to the system call.
20740
20741 @end table
20742
20743 Parameters are hexadecimal integer values, either the real values in case
20744 of scalar datatypes, as pointers to target buffer space in case of compound
20745 datatypes and unspecified memory areas or as pointer/length pairs in case
20746 of string parameters. These are appended to the call-id, each separated
20747 from its predecessor by a comma. All values are transmitted in ASCII
20748 string representation, pointer/length pairs separated by a slash.
20749
20750 @node The F reply packet
20751 @subsection The @code{F} reply packet
20752 @cindex file-i/o reply packet
20753 @cindex @code{F} reply packet
20754
20755 The @code{F} reply packet has the following format:
20756
20757 @table @samp
20758
20759 @smallexample
20760 @code{F}@var{retcode}@code{,}@var{errno}@code{,}@var{Ctrl-C flag}@code{;}@var{call specific attachment}
20761 @end smallexample
20762
20763 @var{retcode} is the return code of the system call as hexadecimal value.
20764
20765 @var{errno} is the errno set by the call, in protocol specific representation.
20766 This parameter can be omitted if the call was successful.
20767
20768 @var{Ctrl-C flag} is only send if the user requested a break. In this
20769 case, @var{errno} must be send as well, even if the call was successful.
20770 The @var{Ctrl-C flag} itself consists of the character 'C':
20771
20772 @smallexample
20773 F0,0,C
20774 @end smallexample
20775
20776 @noindent
20777 or, if the call was interupted before the host call has been performed:
20778
20779 @smallexample
20780 F-1,4,C
20781 @end smallexample
20782
20783 @noindent
20784 assuming 4 is the protocol specific representation of @code{EINTR}.
20785
20786 @end table
20787
20788 @node Memory transfer
20789 @subsection Memory transfer
20790 @cindex memory transfer, in file-i/o protocol
20791
20792 Structured data which is transferred using a memory read or write as e.g.@:
20793 a @code{struct stat} is expected to be in a protocol specific format with
20794 all scalar multibyte datatypes being big endian. This should be done by
20795 the target before the @code{F} packet is sent resp.@: by @value{GDBN} before
20796 it transfers memory to the target. Transferred pointers to structured
20797 data should point to the already coerced data at any time.
20798
20799 @node The Ctrl-C message
20800 @subsection The Ctrl-C message
20801 @cindex ctrl-c message, in file-i/o protocol
20802
20803 A special case is, if the @var{Ctrl-C flag} is set in the @value{GDBN}
20804 reply packet. In this case the target should behave, as if it had
20805 gotten a break message. The meaning for the target is ``system call
20806 interupted by @code{SIGINT}''. Consequentially, the target should actually stop
20807 (as with a break message) and return to @value{GDBN} with a @code{T02}
20808 packet. In this case, it's important for the target to know, in which
20809 state the system call was interrupted. Since this action is by design
20810 not an atomic operation, we have to differ between two cases:
20811
20812 @itemize @bullet
20813 @item
20814 The system call hasn't been performed on the host yet.
20815
20816 @item
20817 The system call on the host has been finished.
20818
20819 @end itemize
20820
20821 These two states can be distinguished by the target by the value of the
20822 returned @code{errno}. If it's the protocol representation of @code{EINTR}, the system
20823 call hasn't been performed. This is equivalent to the @code{EINTR} handling
20824 on POSIX systems. In any other case, the target may presume that the
20825 system call has been finished --- successful or not --- and should behave
20826 as if the break message arrived right after the system call.
20827
20828 @value{GDBN} must behave reliable. If the system call has not been called
20829 yet, @value{GDBN} may send the @code{F} reply immediately, setting @code{EINTR} as
20830 @code{errno} in the packet. If the system call on the host has been finished
20831 before the user requests a break, the full action must be finshed by
20832 @value{GDBN}. This requires sending @code{M} or @code{X} packets as they fit.
20833 The @code{F} packet may only be send when either nothing has happened
20834 or the full action has been completed.
20835
20836 @node Console I/O
20837 @subsection Console I/O
20838 @cindex console i/o as part of file-i/o
20839
20840 By default and if not explicitely closed by the target system, the file
20841 descriptors 0, 1 and 2 are connected to the @value{GDBN} console. Output
20842 on the @value{GDBN} console is handled as any other file output operation
20843 (@code{write(1, @dots{})} or @code{write(2, @dots{})}). Console input is handled
20844 by @value{GDBN} so that after the target read request from file descriptor
20845 0 all following typing is buffered until either one of the following
20846 conditions is met:
20847
20848 @itemize @bullet
20849 @item
20850 The user presses @kbd{Ctrl-C}. The behaviour is as explained above, the
20851 @code{read}
20852 system call is treated as finished.
20853
20854 @item
20855 The user presses @kbd{Enter}. This is treated as end of input with a trailing
20856 line feed.
20857
20858 @item
20859 The user presses @kbd{Ctrl-D}. This is treated as end of input. No trailing
20860 character, especially no Ctrl-D is appended to the input.
20861
20862 @end itemize
20863
20864 If the user has typed more characters as fit in the buffer given to
20865 the read call, the trailing characters are buffered in @value{GDBN} until
20866 either another @code{read(0, @dots{})} is requested by the target or debugging
20867 is stopped on users request.
20868
20869 @node The isatty call
20870 @subsection The isatty(3) call
20871 @cindex isatty call, file-i/o protocol
20872
20873 A special case in this protocol is the library call @code{isatty} which
20874 is implemented as it's own call inside of this protocol. It returns
20875 1 to the target if the file descriptor given as parameter is attached
20876 to the @value{GDBN} console, 0 otherwise. Implementing through system calls
20877 would require implementing @code{ioctl} and would be more complex than
20878 needed.
20879
20880 @node The system call
20881 @subsection The system(3) call
20882 @cindex system call, file-i/o protocol
20883
20884 The other special case in this protocol is the @code{system} call which
20885 is implemented as it's own call, too. @value{GDBN} is taking over the full
20886 task of calling the necessary host calls to perform the @code{system}
20887 call. The return value of @code{system} is simplified before it's returned
20888 to the target. Basically, the only signal transmitted back is @code{EINTR}
20889 in case the user pressed @kbd{Ctrl-C}. Otherwise the return value consists
20890 entirely of the exit status of the called command.
20891
20892 Due to security concerns, the @code{system} call is refused to be called
20893 by @value{GDBN} by default. The user has to allow this call explicitly by
20894 entering
20895
20896 @table @samp
20897 @kindex set remote system-call-allowed 1
20898 @item @code{set remote system-call-allowed 1}
20899 @end table
20900
20901 Disabling the @code{system} call is done by
20902
20903 @table @samp
20904 @kindex set remote system-call-allowed 0
20905 @item @code{set remote system-call-allowed 0}
20906 @end table
20907
20908 The current setting is shown by typing
20909
20910 @table @samp
20911 @kindex show remote system-call-allowed
20912 @item @code{show remote system-call-allowed}
20913 @end table
20914
20915 @node List of supported calls
20916 @subsection List of supported calls
20917 @cindex list of supported file-i/o calls
20918
20919 @menu
20920 * open::
20921 * close::
20922 * read::
20923 * write::
20924 * lseek::
20925 * rename::
20926 * unlink::
20927 * stat/fstat::
20928 * gettimeofday::
20929 * isatty::
20930 * system::
20931 @end menu
20932
20933 @node open
20934 @unnumberedsubsubsec open
20935 @cindex open, file-i/o system call
20936
20937 @smallexample
20938 @exdent Synopsis:
20939 int open(const char *pathname, int flags);
20940 int open(const char *pathname, int flags, mode_t mode);
20941
20942 @exdent Request:
20943 Fopen,pathptr/len,flags,mode
20944 @end smallexample
20945
20946 @noindent
20947 @code{flags} is the bitwise or of the following values:
20948
20949 @table @code
20950 @item O_CREAT
20951 If the file does not exist it will be created. The host
20952 rules apply as far as file ownership and time stamps
20953 are concerned.
20954
20955 @item O_EXCL
20956 When used with O_CREAT, if the file already exists it is
20957 an error and open() fails.
20958
20959 @item O_TRUNC
20960 If the file already exists and the open mode allows
20961 writing (O_RDWR or O_WRONLY is given) it will be
20962 truncated to length 0.
20963
20964 @item O_APPEND
20965 The file is opened in append mode.
20966
20967 @item O_RDONLY
20968 The file is opened for reading only.
20969
20970 @item O_WRONLY
20971 The file is opened for writing only.
20972
20973 @item O_RDWR
20974 The file is opened for reading and writing.
20975
20976 @noindent
20977 Each other bit is silently ignored.
20978
20979 @end table
20980
20981 @noindent
20982 @code{mode} is the bitwise or of the following values:
20983
20984 @table @code
20985 @item S_IRUSR
20986 User has read permission.
20987
20988 @item S_IWUSR
20989 User has write permission.
20990
20991 @item S_IRGRP
20992 Group has read permission.
20993
20994 @item S_IWGRP
20995 Group has write permission.
20996
20997 @item S_IROTH
20998 Others have read permission.
20999
21000 @item S_IWOTH
21001 Others have write permission.
21002
21003 @noindent
21004 Each other bit is silently ignored.
21005
21006 @end table
21007
21008 @smallexample
21009 @exdent Return value:
21010 open returns the new file descriptor or -1 if an error
21011 occured.
21012
21013 @exdent Errors:
21014 @end smallexample
21015
21016 @table @code
21017 @item EEXIST
21018 pathname already exists and O_CREAT and O_EXCL were used.
21019
21020 @item EISDIR
21021 pathname refers to a directory.
21022
21023 @item EACCES
21024 The requested access is not allowed.
21025
21026 @item ENAMETOOLONG
21027 pathname was too long.
21028
21029 @item ENOENT
21030 A directory component in pathname does not exist.
21031
21032 @item ENODEV
21033 pathname refers to a device, pipe, named pipe or socket.
21034
21035 @item EROFS
21036 pathname refers to a file on a read-only filesystem and
21037 write access was requested.
21038
21039 @item EFAULT
21040 pathname is an invalid pointer value.
21041
21042 @item ENOSPC
21043 No space on device to create the file.
21044
21045 @item EMFILE
21046 The process already has the maximum number of files open.
21047
21048 @item ENFILE
21049 The limit on the total number of files open on the system
21050 has been reached.
21051
21052 @item EINTR
21053 The call was interrupted by the user.
21054 @end table
21055
21056 @node close
21057 @unnumberedsubsubsec close
21058 @cindex close, file-i/o system call
21059
21060 @smallexample
21061 @exdent Synopsis:
21062 int close(int fd);
21063
21064 @exdent Request:
21065 Fclose,fd
21066
21067 @exdent Return value:
21068 close returns zero on success, or -1 if an error occurred.
21069
21070 @exdent Errors:
21071 @end smallexample
21072
21073 @table @code
21074 @item EBADF
21075 fd isn't a valid open file descriptor.
21076
21077 @item EINTR
21078 The call was interrupted by the user.
21079 @end table
21080
21081 @node read
21082 @unnumberedsubsubsec read
21083 @cindex read, file-i/o system call
21084
21085 @smallexample
21086 @exdent Synopsis:
21087 int read(int fd, void *buf, unsigned int count);
21088
21089 @exdent Request:
21090 Fread,fd,bufptr,count
21091
21092 @exdent Return value:
21093 On success, the number of bytes read is returned.
21094 Zero indicates end of file. If count is zero, read
21095 returns zero as well. On error, -1 is returned.
21096
21097 @exdent Errors:
21098 @end smallexample
21099
21100 @table @code
21101 @item EBADF
21102 fd is not a valid file descriptor or is not open for
21103 reading.
21104
21105 @item EFAULT
21106 buf is an invalid pointer value.
21107
21108 @item EINTR
21109 The call was interrupted by the user.
21110 @end table
21111
21112 @node write
21113 @unnumberedsubsubsec write
21114 @cindex write, file-i/o system call
21115
21116 @smallexample
21117 @exdent Synopsis:
21118 int write(int fd, const void *buf, unsigned int count);
21119
21120 @exdent Request:
21121 Fwrite,fd,bufptr,count
21122
21123 @exdent Return value:
21124 On success, the number of bytes written are returned.
21125 Zero indicates nothing was written. On error, -1
21126 is returned.
21127
21128 @exdent Errors:
21129 @end smallexample
21130
21131 @table @code
21132 @item EBADF
21133 fd is not a valid file descriptor or is not open for
21134 writing.
21135
21136 @item EFAULT
21137 buf is an invalid pointer value.
21138
21139 @item EFBIG
21140 An attempt was made to write a file that exceeds the
21141 host specific maximum file size allowed.
21142
21143 @item ENOSPC
21144 No space on device to write the data.
21145
21146 @item EINTR
21147 The call was interrupted by the user.
21148 @end table
21149
21150 @node lseek
21151 @unnumberedsubsubsec lseek
21152 @cindex lseek, file-i/o system call
21153
21154 @smallexample
21155 @exdent Synopsis:
21156 long lseek (int fd, long offset, int flag);
21157
21158 @exdent Request:
21159 Flseek,fd,offset,flag
21160 @end smallexample
21161
21162 @code{flag} is one of:
21163
21164 @table @code
21165 @item SEEK_SET
21166 The offset is set to offset bytes.
21167
21168 @item SEEK_CUR
21169 The offset is set to its current location plus offset
21170 bytes.
21171
21172 @item SEEK_END
21173 The offset is set to the size of the file plus offset
21174 bytes.
21175 @end table
21176
21177 @smallexample
21178 @exdent Return value:
21179 On success, the resulting unsigned offset in bytes from
21180 the beginning of the file is returned. Otherwise, a
21181 value of -1 is returned.
21182
21183 @exdent Errors:
21184 @end smallexample
21185
21186 @table @code
21187 @item EBADF
21188 fd is not a valid open file descriptor.
21189
21190 @item ESPIPE
21191 fd is associated with the @value{GDBN} console.
21192
21193 @item EINVAL
21194 flag is not a proper value.
21195
21196 @item EINTR
21197 The call was interrupted by the user.
21198 @end table
21199
21200 @node rename
21201 @unnumberedsubsubsec rename
21202 @cindex rename, file-i/o system call
21203
21204 @smallexample
21205 @exdent Synopsis:
21206 int rename(const char *oldpath, const char *newpath);
21207
21208 @exdent Request:
21209 Frename,oldpathptr/len,newpathptr/len
21210
21211 @exdent Return value:
21212 On success, zero is returned. On error, -1 is returned.
21213
21214 @exdent Errors:
21215 @end smallexample
21216
21217 @table @code
21218 @item EISDIR
21219 newpath is an existing directory, but oldpath is not a
21220 directory.
21221
21222 @item EEXIST
21223 newpath is a non-empty directory.
21224
21225 @item EBUSY
21226 oldpath or newpath is a directory that is in use by some
21227 process.
21228
21229 @item EINVAL
21230 An attempt was made to make a directory a subdirectory
21231 of itself.
21232
21233 @item ENOTDIR
21234 A component used as a directory in oldpath or new
21235 path is not a directory. Or oldpath is a directory
21236 and newpath exists but is not a directory.
21237
21238 @item EFAULT
21239 oldpathptr or newpathptr are invalid pointer values.
21240
21241 @item EACCES
21242 No access to the file or the path of the file.
21243
21244 @item ENAMETOOLONG
21245
21246 oldpath or newpath was too long.
21247
21248 @item ENOENT
21249 A directory component in oldpath or newpath does not exist.
21250
21251 @item EROFS
21252 The file is on a read-only filesystem.
21253
21254 @item ENOSPC
21255 The device containing the file has no room for the new
21256 directory entry.
21257
21258 @item EINTR
21259 The call was interrupted by the user.
21260 @end table
21261
21262 @node unlink
21263 @unnumberedsubsubsec unlink
21264 @cindex unlink, file-i/o system call
21265
21266 @smallexample
21267 @exdent Synopsis:
21268 int unlink(const char *pathname);
21269
21270 @exdent Request:
21271 Funlink,pathnameptr/len
21272
21273 @exdent Return value:
21274 On success, zero is returned. On error, -1 is returned.
21275
21276 @exdent Errors:
21277 @end smallexample
21278
21279 @table @code
21280 @item EACCES
21281 No access to the file or the path of the file.
21282
21283 @item EPERM
21284 The system does not allow unlinking of directories.
21285
21286 @item EBUSY
21287 The file pathname cannot be unlinked because it's
21288 being used by another process.
21289
21290 @item EFAULT
21291 pathnameptr is an invalid pointer value.
21292
21293 @item ENAMETOOLONG
21294 pathname was too long.
21295
21296 @item ENOENT
21297 A directory component in pathname does not exist.
21298
21299 @item ENOTDIR
21300 A component of the path is not a directory.
21301
21302 @item EROFS
21303 The file is on a read-only filesystem.
21304
21305 @item EINTR
21306 The call was interrupted by the user.
21307 @end table
21308
21309 @node stat/fstat
21310 @unnumberedsubsubsec stat/fstat
21311 @cindex fstat, file-i/o system call
21312 @cindex stat, file-i/o system call
21313
21314 @smallexample
21315 @exdent Synopsis:
21316 int stat(const char *pathname, struct stat *buf);
21317 int fstat(int fd, struct stat *buf);
21318
21319 @exdent Request:
21320 Fstat,pathnameptr/len,bufptr
21321 Ffstat,fd,bufptr
21322
21323 @exdent Return value:
21324 On success, zero is returned. On error, -1 is returned.
21325
21326 @exdent Errors:
21327 @end smallexample
21328
21329 @table @code
21330 @item EBADF
21331 fd is not a valid open file.
21332
21333 @item ENOENT
21334 A directory component in pathname does not exist or the
21335 path is an empty string.
21336
21337 @item ENOTDIR
21338 A component of the path is not a directory.
21339
21340 @item EFAULT
21341 pathnameptr is an invalid pointer value.
21342
21343 @item EACCES
21344 No access to the file or the path of the file.
21345
21346 @item ENAMETOOLONG
21347 pathname was too long.
21348
21349 @item EINTR
21350 The call was interrupted by the user.
21351 @end table
21352
21353 @node gettimeofday
21354 @unnumberedsubsubsec gettimeofday
21355 @cindex gettimeofday, file-i/o system call
21356
21357 @smallexample
21358 @exdent Synopsis:
21359 int gettimeofday(struct timeval *tv, void *tz);
21360
21361 @exdent Request:
21362 Fgettimeofday,tvptr,tzptr
21363
21364 @exdent Return value:
21365 On success, 0 is returned, -1 otherwise.
21366
21367 @exdent Errors:
21368 @end smallexample
21369
21370 @table @code
21371 @item EINVAL
21372 tz is a non-NULL pointer.
21373
21374 @item EFAULT
21375 tvptr and/or tzptr is an invalid pointer value.
21376 @end table
21377
21378 @node isatty
21379 @unnumberedsubsubsec isatty
21380 @cindex isatty, file-i/o system call
21381
21382 @smallexample
21383 @exdent Synopsis:
21384 int isatty(int fd);
21385
21386 @exdent Request:
21387 Fisatty,fd
21388
21389 @exdent Return value:
21390 Returns 1 if fd refers to the @value{GDBN} console, 0 otherwise.
21391
21392 @exdent Errors:
21393 @end smallexample
21394
21395 @table @code
21396 @item EINTR
21397 The call was interrupted by the user.
21398 @end table
21399
21400 @node system
21401 @unnumberedsubsubsec system
21402 @cindex system, file-i/o system call
21403
21404 @smallexample
21405 @exdent Synopsis:
21406 int system(const char *command);
21407
21408 @exdent Request:
21409 Fsystem,commandptr/len
21410
21411 @exdent Return value:
21412 The value returned is -1 on error and the return status
21413 of the command otherwise. Only the exit status of the
21414 command is returned, which is extracted from the hosts
21415 system return value by calling WEXITSTATUS(retval).
21416 In case /bin/sh could not be executed, 127 is returned.
21417
21418 @exdent Errors:
21419 @end smallexample
21420
21421 @table @code
21422 @item EINTR
21423 The call was interrupted by the user.
21424 @end table
21425
21426 @node Protocol specific representation of datatypes
21427 @subsection Protocol specific representation of datatypes
21428 @cindex protocol specific representation of datatypes, in file-i/o protocol
21429
21430 @menu
21431 * Integral datatypes::
21432 * Pointer values::
21433 * struct stat::
21434 * struct timeval::
21435 @end menu
21436
21437 @node Integral datatypes
21438 @unnumberedsubsubsec Integral datatypes
21439 @cindex integral datatypes, in file-i/o protocol
21440
21441 The integral datatypes used in the system calls are
21442
21443 @smallexample
21444 int@r{,} unsigned int@r{,} long@r{,} unsigned long@r{,} mode_t @r{and} time_t
21445 @end smallexample
21446
21447 @code{Int}, @code{unsigned int}, @code{mode_t} and @code{time_t} are
21448 implemented as 32 bit values in this protocol.
21449
21450 @code{Long} and @code{unsigned long} are implemented as 64 bit types.
21451
21452 @xref{Limits}, for corresponding MIN and MAX values (similar to those
21453 in @file{limits.h}) to allow range checking on host and target.
21454
21455 @code{time_t} datatypes are defined as seconds since the Epoch.
21456
21457 All integral datatypes transferred as part of a memory read or write of a
21458 structured datatype e.g.@: a @code{struct stat} have to be given in big endian
21459 byte order.
21460
21461 @node Pointer values
21462 @unnumberedsubsubsec Pointer values
21463 @cindex pointer values, in file-i/o protocol
21464
21465 Pointers to target data are transmitted as they are. An exception
21466 is made for pointers to buffers for which the length isn't
21467 transmitted as part of the function call, namely strings. Strings
21468 are transmitted as a pointer/length pair, both as hex values, e.g.@:
21469
21470 @smallexample
21471 @code{1aaf/12}
21472 @end smallexample
21473
21474 @noindent
21475 which is a pointer to data of length 18 bytes at position 0x1aaf.
21476 The length is defined as the full string length in bytes, including
21477 the trailing null byte. Example:
21478
21479 @smallexample
21480 ``hello, world'' at address 0x123456
21481 @end smallexample
21482
21483 @noindent
21484 is transmitted as
21485
21486 @smallexample
21487 @code{123456/d}
21488 @end smallexample
21489
21490 @node struct stat
21491 @unnumberedsubsubsec struct stat
21492 @cindex struct stat, in file-i/o protocol
21493
21494 The buffer of type struct stat used by the target and @value{GDBN} is defined
21495 as follows:
21496
21497 @smallexample
21498 struct stat @{
21499 unsigned int st_dev; /* device */
21500 unsigned int st_ino; /* inode */
21501 mode_t st_mode; /* protection */
21502 unsigned int st_nlink; /* number of hard links */
21503 unsigned int st_uid; /* user ID of owner */
21504 unsigned int st_gid; /* group ID of owner */
21505 unsigned int st_rdev; /* device type (if inode device) */
21506 unsigned long st_size; /* total size, in bytes */
21507 unsigned long st_blksize; /* blocksize for filesystem I/O */
21508 unsigned long st_blocks; /* number of blocks allocated */
21509 time_t st_atime; /* time of last access */
21510 time_t st_mtime; /* time of last modification */
21511 time_t st_ctime; /* time of last change */
21512 @};
21513 @end smallexample
21514
21515 The integral datatypes are conforming to the definitions given in the
21516 approriate section (see @ref{Integral datatypes}, for details) so this
21517 structure is of size 64 bytes.
21518
21519 The values of several fields have a restricted meaning and/or
21520 range of values.
21521
21522 @smallexample
21523 st_dev: 0 file
21524 1 console
21525
21526 st_ino: No valid meaning for the target. Transmitted unchanged.
21527
21528 st_mode: Valid mode bits are described in Appendix C. Any other
21529 bits have currently no meaning for the target.
21530
21531 st_uid: No valid meaning for the target. Transmitted unchanged.
21532
21533 st_gid: No valid meaning for the target. Transmitted unchanged.
21534
21535 st_rdev: No valid meaning for the target. Transmitted unchanged.
21536
21537 st_atime, st_mtime, st_ctime:
21538 These values have a host and file system dependent
21539 accuracy. Especially on Windows hosts the file systems
21540 don't support exact timing values.
21541 @end smallexample
21542
21543 The target gets a struct stat of the above representation and is
21544 responsible to coerce it to the target representation before
21545 continuing.
21546
21547 Note that due to size differences between the host and target
21548 representation of stat members, these members could eventually
21549 get truncated on the target.
21550
21551 @node struct timeval
21552 @unnumberedsubsubsec struct timeval
21553 @cindex struct timeval, in file-i/o protocol
21554
21555 The buffer of type struct timeval used by the target and @value{GDBN}
21556 is defined as follows:
21557
21558 @smallexample
21559 struct timeval @{
21560 time_t tv_sec; /* second */
21561 long tv_usec; /* microsecond */
21562 @};
21563 @end smallexample
21564
21565 The integral datatypes are conforming to the definitions given in the
21566 approriate section (see @ref{Integral datatypes}, for details) so this
21567 structure is of size 8 bytes.
21568
21569 @node Constants
21570 @subsection Constants
21571 @cindex constants, in file-i/o protocol
21572
21573 The following values are used for the constants inside of the
21574 protocol. @value{GDBN} and target are resposible to translate these
21575 values before and after the call as needed.
21576
21577 @menu
21578 * Open flags::
21579 * mode_t values::
21580 * Errno values::
21581 * Lseek flags::
21582 * Limits::
21583 @end menu
21584
21585 @node Open flags
21586 @unnumberedsubsubsec Open flags
21587 @cindex open flags, in file-i/o protocol
21588
21589 All values are given in hexadecimal representation.
21590
21591 @smallexample
21592 O_RDONLY 0x0
21593 O_WRONLY 0x1
21594 O_RDWR 0x2
21595 O_APPEND 0x8
21596 O_CREAT 0x200
21597 O_TRUNC 0x400
21598 O_EXCL 0x800
21599 @end smallexample
21600
21601 @node mode_t values
21602 @unnumberedsubsubsec mode_t values
21603 @cindex mode_t values, in file-i/o protocol
21604
21605 All values are given in octal representation.
21606
21607 @smallexample
21608 S_IFREG 0100000
21609 S_IFDIR 040000
21610 S_IRUSR 0400
21611 S_IWUSR 0200
21612 S_IXUSR 0100
21613 S_IRGRP 040
21614 S_IWGRP 020
21615 S_IXGRP 010
21616 S_IROTH 04
21617 S_IWOTH 02
21618 S_IXOTH 01
21619 @end smallexample
21620
21621 @node Errno values
21622 @unnumberedsubsubsec Errno values
21623 @cindex errno values, in file-i/o protocol
21624
21625 All values are given in decimal representation.
21626
21627 @smallexample
21628 EPERM 1
21629 ENOENT 2
21630 EINTR 4
21631 EBADF 9
21632 EACCES 13
21633 EFAULT 14
21634 EBUSY 16
21635 EEXIST 17
21636 ENODEV 19
21637 ENOTDIR 20
21638 EISDIR 21
21639 EINVAL 22
21640 ENFILE 23
21641 EMFILE 24
21642 EFBIG 27
21643 ENOSPC 28
21644 ESPIPE 29
21645 EROFS 30
21646 ENAMETOOLONG 91
21647 EUNKNOWN 9999
21648 @end smallexample
21649
21650 EUNKNOWN is used as a fallback error value if a host system returns
21651 any error value not in the list of supported error numbers.
21652
21653 @node Lseek flags
21654 @unnumberedsubsubsec Lseek flags
21655 @cindex lseek flags, in file-i/o protocol
21656
21657 @smallexample
21658 SEEK_SET 0
21659 SEEK_CUR 1
21660 SEEK_END 2
21661 @end smallexample
21662
21663 @node Limits
21664 @unnumberedsubsubsec Limits
21665 @cindex limits, in file-i/o protocol
21666
21667 All values are given in decimal representation.
21668
21669 @smallexample
21670 INT_MIN -2147483648
21671 INT_MAX 2147483647
21672 UINT_MAX 4294967295
21673 LONG_MIN -9223372036854775808
21674 LONG_MAX 9223372036854775807
21675 ULONG_MAX 18446744073709551615
21676 @end smallexample
21677
21678 @node File-I/O Examples
21679 @subsection File-I/O Examples
21680 @cindex file-i/o examples
21681
21682 Example sequence of a write call, file descriptor 3, buffer is at target
21683 address 0x1234, 6 bytes should be written:
21684
21685 @smallexample
21686 <- @code{Fwrite,3,1234,6}
21687 @emph{request memory read from target}
21688 -> @code{m1234,6}
21689 <- XXXXXX
21690 @emph{return "6 bytes written"}
21691 -> @code{F6}
21692 @end smallexample
21693
21694 Example sequence of a read call, file descriptor 3, buffer is at target
21695 address 0x1234, 6 bytes should be read:
21696
21697 @smallexample
21698 <- @code{Fread,3,1234,6}
21699 @emph{request memory write to target}
21700 -> @code{X1234,6:XXXXXX}
21701 @emph{return "6 bytes read"}
21702 -> @code{F6}
21703 @end smallexample
21704
21705 Example sequence of a read call, call fails on the host due to invalid
21706 file descriptor (EBADF):
21707
21708 @smallexample
21709 <- @code{Fread,3,1234,6}
21710 -> @code{F-1,9}
21711 @end smallexample
21712
21713 Example sequence of a read call, user presses Ctrl-C before syscall on
21714 host is called:
21715
21716 @smallexample
21717 <- @code{Fread,3,1234,6}
21718 -> @code{F-1,4,C}
21719 <- @code{T02}
21720 @end smallexample
21721
21722 Example sequence of a read call, user presses Ctrl-C after syscall on
21723 host is called:
21724
21725 @smallexample
21726 <- @code{Fread,3,1234,6}
21727 -> @code{X1234,6:XXXXXX}
21728 <- @code{T02}
21729 @end smallexample
21730
21731 @include agentexpr.texi
21732
21733 @include gpl.texi
21734
21735 @raisesections
21736 @include fdl.texi
21737 @lowersections
21738
21739 @node Index
21740 @unnumbered Index
21741
21742 @printindex cp
21743
21744 @tex
21745 % I think something like @colophon should be in texinfo. In the
21746 % meantime:
21747 \long\def\colophon{\hbox to0pt{}\vfill
21748 \centerline{The body of this manual is set in}
21749 \centerline{\fontname\tenrm,}
21750 \centerline{with headings in {\bf\fontname\tenbf}}
21751 \centerline{and examples in {\tt\fontname\tentt}.}
21752 \centerline{{\it\fontname\tenit\/},}
21753 \centerline{{\bf\fontname\tenbf}, and}
21754 \centerline{{\sl\fontname\tensl\/}}
21755 \centerline{are used for emphasis.}\vfill}
21756 \page\colophon
21757 % Blame: doc@cygnus.com, 1991.
21758 @end tex
21759
21760 @bye
This page took 0.498542 seconds and 4 git commands to generate.