]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - contrib/gdb/gdb/doc/gdb.texinfo
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / contrib / gdb / 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 Software development
42 @direntry
43 * Gdb: (gdb).                     The GNU debugger.
44 @end direntry
45
46 @ifinfo
47 This file documents the @sc{gnu} debugger @value{GDBN}.
48
49
50 This is the @value{EDITION} Edition, of @cite{Debugging with
51 @value{GDBN}: the @sc{gnu} Source-Level Debugger} for @value{GDBN}
52 Version @value{GDBVN}.
53
54 Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998,@*
55               1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
56
57 Permission is granted to copy, distribute and/or modify this document
58 under the terms of the GNU Free Documentation License, Version 1.1 or
59 any later version published by the Free Software Foundation; with the
60 Invariant Sections being ``Free Software'' and ``Free Software Needs
61 Free Documentation'', with the Front-Cover Texts being ``A GNU Manual,''
62 and with the Back-Cover Texts as in (a) below.
63
64 (a) The Free Software Foundation's Back-Cover Text is: ``You have
65 freedom to copy and modify this GNU Manual, like GNU software.  Copies
66 published by the Free Software Foundation raise funds for GNU
67 development.''
68 @end ifinfo
69
70 @titlepage
71 @title Debugging with @value{GDBN}
72 @subtitle The @sc{gnu} Source-Level Debugger
73 @sp 1
74 @subtitle @value{EDITION} Edition, for @value{GDBN} version @value{GDBVN}
75 @author Richard Stallman, Roland Pesch, Stan Shebs, et al.
76 @page
77 @tex
78 {\parskip=0pt
79 \hfill (Send bugs and comments on @value{GDBN} to bug-gdb\@gnu.org.)\par
80 \hfill {\it Debugging with @value{GDBN}}\par
81 \hfill \TeX{}info \texinfoversion\par
82 }
83 @end tex
84
85 @vskip 0pt plus 1filll
86 Copyright @copyright{} 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
87 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
88 @sp 2
89 Published by the Free Software Foundation @*
90 59 Temple Place - Suite 330, @*
91 Boston, MA 02111-1307 USA @*
92 ISBN 1-882114-77-9 @*
93
94 Permission is granted to copy, distribute and/or modify this document
95 under the terms of the GNU Free Documentation License, Version 1.1 or
96 any later version published by the Free Software Foundation; with the
97 Invariant Sections being ``Free Software'' and ``Free Software Needs
98 Free Documentation'', with the Front-Cover Texts being ``A GNU Manual,''
99 and with the Back-Cover Texts as in (a) below.
100
101 (a) The Free Software Foundation's Back-Cover Text is: ``You have
102 freedom to copy and modify this GNU Manual, like GNU software.  Copies
103 published by the Free Software Foundation raise funds for GNU
104 development.''
105 @end titlepage
106 @page
107
108 @ifnottex
109 @node Top, Summary, (dir), (dir)
110
111 @top Debugging with @value{GDBN}
112
113 This file describes @value{GDBN}, the @sc{gnu} symbolic debugger.
114
115 This is the @value{EDITION} Edition, for @value{GDBN} Version
116 @value{GDBVN}.
117
118 Copyright (C) 1988-2004 Free Software Foundation, Inc.
119
120 @menu
121 * Summary::                     Summary of @value{GDBN}
122 * Sample Session::              A sample @value{GDBN} session
123
124 * Invocation::                  Getting in and out of @value{GDBN}
125 * Commands::                    @value{GDBN} commands
126 * Running::                     Running programs under @value{GDBN}
127 * Stopping::                    Stopping and continuing
128 * Stack::                       Examining the stack
129 * Source::                      Examining source files
130 * Data::                        Examining data
131 * Macros::                      Preprocessor Macros
132 * Tracepoints::                 Debugging remote targets non-intrusively
133 * Overlays::                    Debugging programs that use overlays
134
135 * Languages::                   Using @value{GDBN} with different languages
136
137 * Symbols::                     Examining the symbol table
138 * Altering::                    Altering execution
139 * GDB Files::                   @value{GDBN} files
140 * Targets::                     Specifying a debugging target
141 * Remote Debugging::            Debugging remote programs
142 * Configurations::              Configuration-specific information
143 * Controlling GDB::             Controlling @value{GDBN}
144 * Sequences::                   Canned sequences of commands
145 * TUI::                         @value{GDBN} Text User Interface
146 * Interpreters::                Command Interpreters
147 * Emacs::                       Using @value{GDBN} under @sc{gnu} Emacs
148 * Annotations::                 @value{GDBN}'s annotation interface.
149 * GDB/MI::                      @value{GDBN}'s Machine Interface.
150
151 * GDB Bugs::                    Reporting bugs in @value{GDBN}
152 * Formatting Documentation::    How to format and print @value{GDBN} documentation
153
154 * Command Line Editing::        Command Line Editing
155 * Using History Interactively:: Using History Interactively
156 * Installing GDB::              Installing GDB
157 * Maintenance Commands::        Maintenance Commands
158 * Remote Protocol::             GDB Remote Serial Protocol
159 * Agent Expressions::           The GDB Agent Expression Mechanism
160 * Copying::                     GNU General Public License says
161                                 how you can copy and share GDB
162 * GNU Free Documentation License::  The license for this documentation
163 * Index::                       Index
164 @end menu
165
166 @end ifnottex
167
168 @contents
169
170 @node Summary
171 @unnumbered Summary of @value{GDBN}
172
173 The purpose of a debugger such as @value{GDBN} is to allow you to see what is
174 going on ``inside'' another program while it executes---or what another
175 program was doing at the moment it crashed.
176
177 @value{GDBN} can do four main kinds of things (plus other things in support of
178 these) to help you catch bugs in the act:
179
180 @itemize @bullet
181 @item
182 Start your program, specifying anything that might affect its behavior.
183
184 @item
185 Make your program stop on specified conditions.
186
187 @item
188 Examine what has happened, when your program has stopped.
189
190 @item
191 Change things in your program, so you can experiment with correcting the
192 effects of one bug and go on to learn about another.
193 @end itemize
194
195 You can use @value{GDBN} to debug programs written in C and C@t{++}.
196 For more information, see @ref{Support,,Supported languages}.
197 For more information, see @ref{C,,C and C++}.
198
199 @cindex Modula-2
200 Support for Modula-2 is partial.  For information on Modula-2, see
201 @ref{Modula-2,,Modula-2}.
202
203 @cindex Pascal
204 Debugging Pascal programs which use sets, subranges, file variables, or
205 nested functions does not currently work.  @value{GDBN} does not support
206 entering expressions, printing values, or similar features using Pascal
207 syntax.
208
209 @cindex Fortran
210 @value{GDBN} can be used to debug programs written in Fortran, although
211 it may be necessary to refer to some variables with a trailing
212 underscore.
213
214 @value{GDBN} can be used to debug programs written in Objective-C,
215 using either the Apple/NeXT or the GNU Objective-C runtime.
216
217 @menu
218 * Free Software::               Freely redistributable software
219 * Contributors::                Contributors to GDB
220 @end menu
221
222 @node Free Software
223 @unnumberedsec Free software
224
225 @value{GDBN} is @dfn{free software}, protected by the @sc{gnu}
226 General Public License
227 (GPL).  The GPL gives you the freedom to copy or adapt a licensed
228 program---but every person getting a copy also gets with it the
229 freedom to modify that copy (which means that they must get access to
230 the source code), and the freedom to distribute further copies.
231 Typical software companies use copyrights to limit your freedoms; the
232 Free Software Foundation uses the GPL to preserve these freedoms.
233
234 Fundamentally, the General Public License is a license which says that
235 you have these freedoms and that you cannot take these freedoms away
236 from anyone else.
237
238 @unnumberedsec Free Software Needs Free Documentation
239
240 The biggest deficiency in the free software community today is not in
241 the software---it is the lack of good free documentation that we can
242 include with the free software.  Many of our most important
243 programs do not come with free reference manuals and free introductory
244 texts.  Documentation is an essential part of any software package;
245 when an important free software package does not come with a free
246 manual and a free tutorial, that is a major gap.  We have many such
247 gaps today.
248
249 Consider Perl, for instance.  The tutorial manuals that people
250 normally use are non-free.  How did this come about?  Because the
251 authors of those manuals published them with restrictive terms---no
252 copying, no modification, source files not available---which exclude
253 them from the free software world.
254
255 That wasn't the first time this sort of thing happened, and it was far
256 from the last.  Many times we have heard a GNU user eagerly describe a
257 manual that he is writing, his intended contribution to the community,
258 only to learn that he had ruined everything by signing a publication
259 contract to make it non-free.
260
261 Free documentation, like free software, is a matter of freedom, not
262 price.  The problem with the non-free manual is not that publishers
263 charge a price for printed copies---that in itself is fine.  (The Free
264 Software Foundation sells printed copies of manuals, too.)  The
265 problem is the restrictions on the use of the manual.  Free manuals
266 are available in source code form, and give you permission to copy and
267 modify.  Non-free manuals do not allow this.
268
269 The criteria of freedom for a free manual are roughly the same as for
270 free software.  Redistribution (including the normal kinds of
271 commercial redistribution) must be permitted, so that the manual can
272 accompany every copy of the program, both on-line and on paper.
273
274 Permission for modification of the technical content is crucial too.
275 When people modify the software, adding or changing features, if they
276 are conscientious they will change the manual too---so they can
277 provide accurate and clear documentation for the modified program.  A
278 manual that leaves you no choice but to write a new manual to document
279 a changed version of the program is not really available to our
280 community.
281
282 Some kinds of limits on the way modification is handled are
283 acceptable.  For example, requirements to preserve the original
284 author's copyright notice, the distribution terms, or the list of
285 authors, are ok.  It is also no problem to require modified versions
286 to include notice that they were modified.  Even entire sections that
287 may not be deleted or changed are acceptable, as long as they deal
288 with nontechnical topics (like this one).  These kinds of restrictions
289 are acceptable because they don't obstruct the community's normal use
290 of the manual.
291
292 However, it must be possible to modify all the @emph{technical}
293 content of the manual, and then distribute the result in all the usual
294 media, through all the usual channels.  Otherwise, the restrictions
295 obstruct the use of the manual, it is not free, and we need another
296 manual to replace it.
297
298 Please spread the word about this issue.  Our community continues to
299 lose manuals to proprietary publishing.  If we spread the word that
300 free software needs free reference manuals and free tutorials, perhaps
301 the next person who wants to contribute by writing documentation will
302 realize, before it is too late, that only free manuals contribute to
303 the free software community.
304
305 If you are writing documentation, please insist on publishing it under
306 the GNU Free Documentation License or another free documentation
307 license.  Remember that this decision requires your approval---you
308 don't have to let the publisher decide.  Some commercial publishers
309 will use a free license if you insist, but they will not propose the
310 option; it is up to you to raise the issue and say firmly that this is
311 what you want.  If the publisher you are dealing with refuses, please
312 try other publishers.  If you're not sure whether a proposed license
313 is free, write to @email{licensing@@gnu.org}.
314
315 You can encourage commercial publishers to sell more free, copylefted
316 manuals and tutorials by buying them, and particularly by buying
317 copies from the publishers that paid for their writing or for major
318 improvements.  Meanwhile, try to avoid buying non-free documentation
319 at all.  Check the distribution terms of a manual before you buy it,
320 and insist that whoever seeks your business must respect your freedom.
321 Check the history of the book, and try to reward the publishers that
322 have paid or pay the authors to work on it.
323
324 The Free Software Foundation maintains a list of free documentation
325 published by other publishers, at
326 @url{http://www.fsf.org/doc/other-free-books.html}.
327
328 @node Contributors
329 @unnumberedsec Contributors to @value{GDBN}
330
331 Richard Stallman was the original author of @value{GDBN}, and of many
332 other @sc{gnu} programs.  Many others have contributed to its
333 development.  This section attempts to credit major contributors.  One
334 of the virtues of free software is that everyone is free to contribute
335 to it; with regret, we cannot actually acknowledge everyone here.  The
336 file @file{ChangeLog} in the @value{GDBN} distribution approximates a
337 blow-by-blow account.
338
339 Changes much prior to version 2.0 are lost in the mists of time.
340
341 @quotation
342 @emph{Plea:} Additions to this section are particularly welcome.  If you
343 or your friends (or enemies, to be evenhanded) have been unfairly
344 omitted from this list, we would like to add your names!
345 @end quotation
346
347 So that they may not regard their many labors as thankless, we
348 particularly thank those who shepherded @value{GDBN} through major
349 releases:
350 Andrew Cagney (releases 6.1, 6.0, 5.3, 5.2, 5.1 and 5.0);
351 Jim Blandy (release 4.18);
352 Jason Molenda (release 4.17);
353 Stan Shebs (release 4.14);
354 Fred Fish (releases 4.16, 4.15, 4.13, 4.12, 4.11, 4.10, and 4.9);
355 Stu Grossman and John Gilmore (releases 4.8, 4.7, 4.6, 4.5, and 4.4);
356 John Gilmore (releases 4.3, 4.2, 4.1, 4.0, and 3.9);
357 Jim Kingdon (releases 3.5, 3.4, and 3.3);
358 and Randy Smith (releases 3.2, 3.1, and 3.0).
359
360 Richard Stallman, assisted at various times by Peter TerMaat, Chris
361 Hanson, and Richard Mlynarik, handled releases through 2.8.
362
363 Michael Tiemann is the author of most of the @sc{gnu} C@t{++} support
364 in @value{GDBN}, with significant additional contributions from Per
365 Bothner and Daniel Berlin.  James Clark wrote the @sc{gnu} C@t{++}
366 demangler.  Early work on C@t{++} was by Peter TerMaat (who also did
367 much general update work leading to release 3.0).
368
369 @value{GDBN} uses the BFD subroutine library to examine multiple
370 object-file formats; BFD was a joint project of David V.
371 Henkel-Wallace, Rich Pixley, Steve Chamberlain, and John Gilmore.
372
373 David Johnson wrote the original COFF support; Pace Willison did
374 the original support for encapsulated COFF.
375
376 Brent Benson of Harris Computer Systems contributed DWARF 2 support.
377
378 Adam de Boor and Bradley Davis contributed the ISI Optimum V support.
379 Per Bothner, Noboyuki Hikichi, and Alessandro Forin contributed MIPS
380 support.
381 Jean-Daniel Fekete contributed Sun 386i support.
382 Chris Hanson improved the HP9000 support.
383 Noboyuki Hikichi and Tomoyuki Hasei contributed Sony/News OS 3 support.
384 David Johnson contributed Encore Umax support.
385 Jyrki Kuoppala contributed Altos 3068 support.
386 Jeff Law contributed HP PA and SOM support.
387 Keith Packard contributed NS32K support.
388 Doug Rabson contributed Acorn Risc Machine support.
389 Bob Rusk contributed Harris Nighthawk CX-UX support.
390 Chris Smith contributed Convex support (and Fortran debugging).
391 Jonathan Stone contributed Pyramid support.
392 Michael Tiemann contributed SPARC support.
393 Tim Tucker contributed support for the Gould NP1 and Gould Powernode.
394 Pace Willison contributed Intel 386 support.
395 Jay Vosburgh contributed Symmetry support.
396 Marko Mlinar contributed OpenRISC 1000 support.
397
398 Andreas Schwab contributed M68K @sc{gnu}/Linux support.
399
400 Rich Schaefer and Peter Schauer helped with support of SunOS shared
401 libraries.
402
403 Jay Fenlason and Roland McGrath ensured that @value{GDBN} and GAS agree
404 about several machine instruction sets.
405
406 Patrick Duval, Ted Goldstein, Vikram Koka and Glenn Engel helped develop
407 remote debugging.  Intel Corporation, Wind River Systems, AMD, and ARM
408 contributed remote debugging modules for the i960, VxWorks, A29K UDI,
409 and RDI targets, respectively.
410
411 Brian Fox is the author of the readline libraries providing
412 command-line editing and command history.
413
414 Andrew Beers of SUNY Buffalo wrote the language-switching code, the
415 Modula-2 support, and contributed the Languages chapter of this manual.
416
417 Fred Fish wrote most of the support for Unix System Vr4.
418 He also enhanced the command-completion support to cover C@t{++} overloaded
419 symbols.
420
421 Hitachi America (now Renesas America), Ltd. sponsored the support for
422 H8/300, H8/500, and Super-H processors.
423
424 NEC sponsored the support for the v850, Vr4xxx, and Vr5xxx processors.
425
426 Mitsubishi (now Renesas) sponsored the support for D10V, D30V, and M32R/D
427 processors.
428
429 Toshiba sponsored the support for the TX39 Mips processor.
430
431 Matsushita sponsored the support for the MN10200 and MN10300 processors.
432
433 Fujitsu sponsored the support for SPARClite and FR30 processors.
434
435 Kung Hsu, Jeff Law, and Rick Sladkey added support for hardware
436 watchpoints.
437
438 Michael Snyder added support for tracepoints.
439
440 Stu Grossman wrote gdbserver.
441
442 Jim Kingdon, Peter Schauer, Ian Taylor, and Stu Grossman made
443 nearly innumerable bug fixes and cleanups throughout @value{GDBN}.
444
445 The following people at the Hewlett-Packard Company contributed
446 support for the PA-RISC 2.0 architecture, HP-UX 10.20, 10.30, and 11.0
447 (narrow mode), HP's implementation of kernel threads, HP's aC@t{++}
448 compiler, and the Text User Interface (nee Terminal User Interface):
449 Ben Krepp, Richard Title, John Bishop, Susan Macchia, Kathy Mann,
450 Satish Pai, India Paul, Steve Rehrauer, and Elena Zannoni.  Kim Haase
451 provided HP-specific information in this manual.
452
453 DJ Delorie ported @value{GDBN} to MS-DOS, for the DJGPP project.
454 Robert Hoehne made significant contributions to the DJGPP port.
455
456 Cygnus Solutions has sponsored @value{GDBN} maintenance and much of its
457 development since 1991.  Cygnus engineers who have worked on @value{GDBN}
458 fulltime include Mark Alexander, Jim Blandy, Per Bothner, Kevin
459 Buettner, Edith Epstein, Chris Faylor, Fred Fish, Martin Hunt, Jim
460 Ingham, John Gilmore, Stu Grossman, Kung Hsu, Jim Kingdon, John Metzler,
461 Fernando Nasser, Geoffrey Noer, Dawn Perchik, Rich Pixley, Zdenek
462 Radouch, Keith Seitz, Stan Shebs, David Taylor, and Elena Zannoni.  In
463 addition, Dave Brolley, Ian Carmichael, Steve Chamberlain, Nick Clifton,
464 JT Conklin, Stan Cox, DJ Delorie, Ulrich Drepper, Frank Eigler, Doug
465 Evans, Sean Fagan, David Henkel-Wallace, Richard Henderson, Jeff
466 Holcomb, Jeff Law, Jim Lemke, Tom Lord, Bob Manson, Michael Meissner,
467 Jason Merrill, Catherine Moore, Drew Moseley, Ken Raeburn, Gavin
468 Romig-Koch, Rob Savoye, Jamie Smith, Mike Stump, Ian Taylor, Angela
469 Thomas, Michael Tiemann, Tom Tromey, Ron Unrau, Jim Wilson, and David
470 Zuhn have made contributions both large and small.
471
472 Jim Blandy added support for preprocessor macros, while working for Red
473 Hat.
474
475 @node Sample Session
476 @chapter A Sample @value{GDBN} Session
477
478 You can use this manual at your leisure to read all about @value{GDBN}.
479 However, a handful of commands are enough to get started using the
480 debugger.  This chapter illustrates those commands.
481
482 @iftex
483 In this sample session, we emphasize user input like this: @b{input},
484 to make it easier to pick out from the surrounding output.
485 @end iftex
486
487 @c FIXME: this example may not be appropriate for some configs, where
488 @c FIXME...primary interest is in remote use.
489
490 One of the preliminary versions of @sc{gnu} @code{m4} (a generic macro
491 processor) exhibits the following bug: sometimes, when we change its
492 quote strings from the default, the commands used to capture one macro
493 definition within another stop working.  In the following short @code{m4}
494 session, we define a macro @code{foo} which expands to @code{0000}; we
495 then use the @code{m4} built-in @code{defn} to define @code{bar} as the
496 same thing.  However, when we change the open quote string to
497 @code{<QUOTE>} and the close quote string to @code{<UNQUOTE>}, the same
498 procedure fails to define a new synonym @code{baz}:
499
500 @smallexample
501 $ @b{cd gnu/m4}
502 $ @b{./m4}
503 @b{define(foo,0000)}
504
505 @b{foo}
506 0000
507 @b{define(bar,defn(`foo'))}
508
509 @b{bar}
510 0000
511 @b{changequote(<QUOTE>,<UNQUOTE>)}
512
513 @b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
514 @b{baz}
515 @b{C-d}
516 m4: End of input: 0: fatal error: EOF in string
517 @end smallexample
518
519 @noindent
520 Let us use @value{GDBN} to try to see what is going on.
521
522 @smallexample
523 $ @b{@value{GDBP} m4}
524 @c FIXME: this falsifies the exact text played out, to permit smallbook
525 @c FIXME... format to come out better.
526 @value{GDBN} is free software and you are welcome to distribute copies
527  of it under certain conditions; type "show copying" to see
528  the conditions.
529 There is absolutely no warranty for @value{GDBN}; type "show warranty"
530  for details.
531
532 @value{GDBN} @value{GDBVN}, Copyright 1999 Free Software Foundation, Inc...
533 (@value{GDBP})
534 @end smallexample
535
536 @noindent
537 @value{GDBN} reads only enough symbol data to know where to find the
538 rest when needed; as a result, the first prompt comes up very quickly.
539 We now tell @value{GDBN} to use a narrower display width than usual, so
540 that examples fit in this manual.
541
542 @smallexample
543 (@value{GDBP}) @b{set width 70}
544 @end smallexample
545
546 @noindent
547 We need to see how the @code{m4} built-in @code{changequote} works.
548 Having looked at the source, we know the relevant subroutine is
549 @code{m4_changequote}, so we set a breakpoint there with the @value{GDBN}
550 @code{break} command.
551
552 @smallexample
553 (@value{GDBP}) @b{break m4_changequote}
554 Breakpoint 1 at 0x62f4: file builtin.c, line 879.
555 @end smallexample
556
557 @noindent
558 Using the @code{run} command, we start @code{m4} running under @value{GDBN}
559 control; as long as control does not reach the @code{m4_changequote}
560 subroutine, the program runs as usual:
561
562 @smallexample
563 (@value{GDBP}) @b{run}
564 Starting program: /work/Editorial/gdb/gnu/m4/m4
565 @b{define(foo,0000)}
566
567 @b{foo}
568 0000
569 @end smallexample
570
571 @noindent
572 To trigger the breakpoint, we call @code{changequote}.  @value{GDBN}
573 suspends execution of @code{m4}, displaying information about the
574 context where it stops.
575
576 @smallexample
577 @b{changequote(<QUOTE>,<UNQUOTE>)}
578
579 Breakpoint 1, m4_changequote (argc=3, argv=0x33c70)
580     at builtin.c:879
581 879         if (bad_argc(TOKEN_DATA_TEXT(argv[0]),argc,1,3))
582 @end smallexample
583
584 @noindent
585 Now we use the command @code{n} (@code{next}) to advance execution to
586 the next line of the current function.
587
588 @smallexample
589 (@value{GDBP}) @b{n}
590 882         set_quotes((argc >= 2) ? TOKEN_DATA_TEXT(argv[1])\
591  : nil,
592 @end smallexample
593
594 @noindent
595 @code{set_quotes} looks like a promising subroutine.  We can go into it
596 by using the command @code{s} (@code{step}) instead of @code{next}.
597 @code{step} goes to the next line to be executed in @emph{any}
598 subroutine, so it steps into @code{set_quotes}.
599
600 @smallexample
601 (@value{GDBP}) @b{s}
602 set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
603     at input.c:530
604 530         if (lquote != def_lquote)
605 @end smallexample
606
607 @noindent
608 The display that shows the subroutine where @code{m4} is now
609 suspended (and its arguments) is called a stack frame display.  It
610 shows a summary of the stack.  We can use the @code{backtrace}
611 command (which can also be spelled @code{bt}), to see where we are
612 in the stack as a whole: the @code{backtrace} command displays a
613 stack frame for each active subroutine.
614
615 @smallexample
616 (@value{GDBP}) @b{bt}
617 #0  set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
618     at input.c:530
619 #1  0x6344 in m4_changequote (argc=3, argv=0x33c70)
620     at builtin.c:882
621 #2  0x8174 in expand_macro (sym=0x33320) at macro.c:242
622 #3  0x7a88 in expand_token (obs=0x0, t=209696, td=0xf7fffa30)
623     at macro.c:71
624 #4  0x79dc in expand_input () at macro.c:40
625 #5  0x2930 in main (argc=0, argv=0xf7fffb20) at m4.c:195
626 @end smallexample
627
628 @noindent
629 We step through a few more lines to see what happens.  The first two
630 times, we can use @samp{s}; the next two times we use @code{n} to avoid
631 falling into the @code{xstrdup} subroutine.
632
633 @smallexample
634 (@value{GDBP}) @b{s}
635 0x3b5c  532         if (rquote != def_rquote)
636 (@value{GDBP}) @b{s}
637 0x3b80  535         lquote = (lq == nil || *lq == '\0') ?  \
638 def_lquote : xstrdup(lq);
639 (@value{GDBP}) @b{n}
640 536         rquote = (rq == nil || *rq == '\0') ? def_rquote\
641  : xstrdup(rq);
642 (@value{GDBP}) @b{n}
643 538         len_lquote = strlen(rquote);
644 @end smallexample
645
646 @noindent
647 The last line displayed looks a little odd; we can examine the variables
648 @code{lquote} and @code{rquote} to see if they are in fact the new left
649 and right quotes we specified.  We use the command @code{p}
650 (@code{print}) to see their values.
651
652 @smallexample
653 (@value{GDBP}) @b{p lquote}
654 $1 = 0x35d40 "<QUOTE>"
655 (@value{GDBP}) @b{p rquote}
656 $2 = 0x35d50 "<UNQUOTE>"
657 @end smallexample
658
659 @noindent
660 @code{lquote} and @code{rquote} are indeed the new left and right quotes.
661 To look at some context, we can display ten lines of source
662 surrounding the current line with the @code{l} (@code{list}) command.
663
664 @smallexample
665 (@value{GDBP}) @b{l}
666 533             xfree(rquote);
667 534
668 535         lquote = (lq == nil || *lq == '\0') ? def_lquote\
669  : xstrdup (lq);
670 536         rquote = (rq == nil || *rq == '\0') ? def_rquote\
671  : xstrdup (rq);
672 537
673 538         len_lquote = strlen(rquote);
674 539         len_rquote = strlen(lquote);
675 540     @}
676 541
677 542     void
678 @end smallexample
679
680 @noindent
681 Let us step past the two lines that set @code{len_lquote} and
682 @code{len_rquote}, and then examine the values of those variables.
683
684 @smallexample
685 (@value{GDBP}) @b{n}
686 539         len_rquote = strlen(lquote);
687 (@value{GDBP}) @b{n}
688 540     @}
689 (@value{GDBP}) @b{p len_lquote}
690 $3 = 9
691 (@value{GDBP}) @b{p len_rquote}
692 $4 = 7
693 @end smallexample
694
695 @noindent
696 That certainly looks wrong, assuming @code{len_lquote} and
697 @code{len_rquote} are meant to be the lengths of @code{lquote} and
698 @code{rquote} respectively.  We can set them to better values using
699 the @code{p} command, since it can print the value of
700 any expression---and that expression can include subroutine calls and
701 assignments.
702
703 @smallexample
704 (@value{GDBP}) @b{p len_lquote=strlen(lquote)}
705 $5 = 7
706 (@value{GDBP}) @b{p len_rquote=strlen(rquote)}
707 $6 = 9
708 @end smallexample
709
710 @noindent
711 Is that enough to fix the problem of using the new quotes with the
712 @code{m4} built-in @code{defn}?  We can allow @code{m4} to continue
713 executing with the @code{c} (@code{continue}) command, and then try the
714 example that caused trouble initially:
715
716 @smallexample
717 (@value{GDBP}) @b{c}
718 Continuing.
719
720 @b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
721
722 baz
723 0000
724 @end smallexample
725
726 @noindent
727 Success!  The new quotes now work just as well as the default ones.  The
728 problem seems to have been just the two typos defining the wrong
729 lengths.  We allow @code{m4} exit by giving it an EOF as input:
730
731 @smallexample
732 @b{C-d}
733 Program exited normally.
734 @end smallexample
735
736 @noindent
737 The message @samp{Program exited normally.} is from @value{GDBN}; it
738 indicates @code{m4} has finished executing.  We can end our @value{GDBN}
739 session with the @value{GDBN} @code{quit} command.
740
741 @smallexample
742 (@value{GDBP}) @b{quit}
743 @end smallexample
744
745 @node Invocation
746 @chapter Getting In and Out of @value{GDBN}
747
748 This chapter discusses how to start @value{GDBN}, and how to get out of it.
749 The essentials are:
750 @itemize @bullet
751 @item
752 type @samp{@value{GDBP}} to start @value{GDBN}.
753 @item
754 type @kbd{quit} or @kbd{C-d} to exit.
755 @end itemize
756
757 @menu
758 * Invoking GDB::                How to start @value{GDBN}
759 * Quitting GDB::                How to quit @value{GDBN}
760 * Shell Commands::              How to use shell commands inside @value{GDBN}
761 * Logging output::              How to log @value{GDBN}'s output to a file
762 @end menu
763
764 @node Invoking GDB
765 @section Invoking @value{GDBN}
766
767 Invoke @value{GDBN} by running the program @code{@value{GDBP}}.  Once started,
768 @value{GDBN} reads commands from the terminal until you tell it to exit.
769
770 You can also run @code{@value{GDBP}} with a variety of arguments and options,
771 to specify more of your debugging environment at the outset.
772
773 The command-line options described here are designed
774 to cover a variety of situations; in some environments, some of these
775 options may effectively be unavailable.
776
777 The most usual way to start @value{GDBN} is with one argument,
778 specifying an executable program:
779
780 @smallexample
781 @value{GDBP} @var{program}
782 @end smallexample
783
784 @noindent
785 You can also start with both an executable program and a core file
786 specified:
787
788 @smallexample
789 @value{GDBP} @var{program} @var{core}
790 @end smallexample
791
792 You can, instead, specify a process ID as a second argument, if you want
793 to debug a running process:
794
795 @smallexample
796 @value{GDBP} @var{program} 1234
797 @end smallexample
798
799 @noindent
800 would attach @value{GDBN} to process @code{1234} (unless you also have a file
801 named @file{1234}; @value{GDBN} does check for a core file first).
802
803 Taking advantage of the second command-line argument requires a fairly
804 complete operating system; when you use @value{GDBN} as a remote
805 debugger attached to a bare board, there may not be any notion of
806 ``process'', and there is often no way to get a core dump.  @value{GDBN}
807 will warn you if it is unable to attach or to read core dumps.
808
809 You can optionally have @code{@value{GDBP}} pass any arguments after the
810 executable file to the inferior using @code{--args}.  This option stops
811 option processing.
812 @smallexample
813 gdb --args gcc -O2 -c foo.c
814 @end smallexample
815 This will cause @code{@value{GDBP}} to debug @code{gcc}, and to set
816 @code{gcc}'s command-line arguments (@pxref{Arguments}) to @samp{-O2 -c foo.c}.
817
818 You can run @code{@value{GDBP}} without printing the front material, which describes
819 @value{GDBN}'s non-warranty, by specifying @code{-silent}:
820
821 @smallexample
822 @value{GDBP} -silent
823 @end smallexample
824
825 @noindent
826 You can further control how @value{GDBN} starts up by using command-line
827 options.  @value{GDBN} itself can remind you of the options available.
828
829 @noindent
830 Type
831
832 @smallexample
833 @value{GDBP} -help
834 @end smallexample
835
836 @noindent
837 to display all available options and briefly describe their use
838 (@samp{@value{GDBP} -h} is a shorter equivalent).
839
840 All options and command line arguments you give are processed
841 in sequential order.  The order makes a difference when the
842 @samp{-x} option is used.
843
844
845 @menu
846 * File Options::                Choosing files
847 * Mode Options::                Choosing modes
848 @end menu
849
850 @node File Options
851 @subsection Choosing files
852
853 When @value{GDBN} starts, it reads any arguments other than options as
854 specifying an executable file and core file (or process ID).  This is
855 the same as if the arguments were specified by the @samp{-se} and
856 @samp{-c} (or @samp{-p} options respectively.  (@value{GDBN} reads the
857 first argument that does not have an associated option flag as
858 equivalent to the @samp{-se} option followed by that argument; and the
859 second argument that does not have an associated option flag, if any, as
860 equivalent to the @samp{-c}/@samp{-p} option followed by that argument.)
861 If the second argument begins with a decimal digit, @value{GDBN} will
862 first attempt to attach to it as a process, and if that fails, attempt
863 to open it as a corefile.  If you have a corefile whose name begins with
864 a digit, you can prevent @value{GDBN} from treating it as a pid by
865 prefixing it with @file{./}, eg. @file{./12345}.
866
867 If @value{GDBN} has not been configured to included core file support,
868 such as for most embedded targets, then it will complain about a second
869 argument and ignore it.
870
871 Many options have both long and short forms; both are shown in the
872 following list.  @value{GDBN} also recognizes the long forms if you truncate
873 them, so long as enough of the option is present to be unambiguous.
874 (If you prefer, you can flag option arguments with @samp{--} rather
875 than @samp{-}, though we illustrate the more usual convention.)
876
877 @c NOTE: the @cindex entries here use double dashes ON PURPOSE.  This
878 @c way, both those who look for -foo and --foo in the index, will find
879 @c it.
880
881 @table @code
882 @item -symbols @var{file}
883 @itemx -s @var{file}
884 @cindex @code{--symbols}
885 @cindex @code{-s}
886 Read symbol table from file @var{file}.
887
888 @item -exec @var{file}
889 @itemx -e @var{file}
890 @cindex @code{--exec}
891 @cindex @code{-e}
892 Use file @var{file} as the executable file to execute when appropriate,
893 and for examining pure data in conjunction with a core dump.
894
895 @item -se @var{file}
896 @cindex @code{--se}
897 Read symbol table from file @var{file} and use it as the executable
898 file.
899
900 @item -core @var{file}
901 @itemx -c @var{file}
902 @cindex @code{--core}
903 @cindex @code{-c}
904 Use file @var{file} as a core dump to examine.
905
906 @item -c @var{number}
907 @item -pid @var{number}
908 @itemx -p @var{number}
909 @cindex @code{--pid}
910 @cindex @code{-p}
911 Connect to process ID @var{number}, as with the @code{attach} command.
912 If there is no such process, @value{GDBN} will attempt to open a core
913 file named @var{number}.
914
915 @item -command @var{file}
916 @itemx -x @var{file}
917 @cindex @code{--command}
918 @cindex @code{-x}
919 Execute @value{GDBN} commands from file @var{file}.  @xref{Command
920 Files,, Command files}.
921
922 @item -directory @var{directory}
923 @itemx -d @var{directory}
924 @cindex @code{--directory}
925 @cindex @code{-d}
926 Add @var{directory} to the path to search for source files.
927
928 @item -m
929 @itemx -mapped
930 @cindex @code{--mapped}
931 @cindex @code{-m}
932 @emph{Warning: this option depends on operating system facilities that are not
933 supported on all systems.}@*
934 If memory-mapped files are available on your system through the @code{mmap}
935 system call, you can use this option
936 to have @value{GDBN} write the symbols from your
937 program into a reusable file in the current directory.  If the program you are debugging is
938 called @file{/tmp/fred}, the mapped symbol file is @file{/tmp/fred.syms}.
939 Future @value{GDBN} debugging sessions notice the presence of this file,
940 and can quickly map in symbol information from it, rather than reading
941 the symbol table from the executable program.
942
943 The @file{.syms} file is specific to the host machine where @value{GDBN}
944 is run.  It holds an exact image of the internal @value{GDBN} symbol
945 table.  It cannot be shared across multiple host platforms.
946
947 @item -r
948 @itemx -readnow
949 @cindex @code{--readnow}
950 @cindex @code{-r}
951 Read each symbol file's entire symbol table immediately, rather than
952 the default, which is to read it incrementally as it is needed.
953 This makes startup slower, but makes future operations faster.
954
955 @end table
956
957 You typically combine the @code{-mapped} and @code{-readnow} options in
958 order to build a @file{.syms} file that contains complete symbol
959 information.  (@xref{Files,,Commands to specify files}, for information
960 on @file{.syms} files.)  A simple @value{GDBN} invocation to do nothing
961 but build a @file{.syms} file for future use is:
962
963 @smallexample
964 gdb -batch -nx -mapped -readnow programname
965 @end smallexample
966
967 @node Mode Options
968 @subsection Choosing modes
969
970 You can run @value{GDBN} in various alternative modes---for example, in
971 batch mode or quiet mode.
972
973 @table @code
974 @item -nx
975 @itemx -n
976 @cindex @code{--nx}
977 @cindex @code{-n}
978 Do not execute commands found in any initialization files.  Normally,
979 @value{GDBN} executes the commands in these files after all the command
980 options and arguments have been processed.  @xref{Command Files,,Command
981 files}.
982
983 @item -quiet
984 @itemx -silent
985 @itemx -q
986 @cindex @code{--quiet}
987 @cindex @code{--silent}
988 @cindex @code{-q}
989 ``Quiet''.  Do not print the introductory and copyright messages.  These
990 messages are also suppressed in batch mode.
991
992 @item -batch
993 @cindex @code{--batch}
994 Run in batch mode.  Exit with status @code{0} after processing all the
995 command files specified with @samp{-x} (and all commands from
996 initialization files, if not inhibited with @samp{-n}).  Exit with
997 nonzero status if an error occurs in executing the @value{GDBN} commands
998 in the command files.
999
1000 Batch mode may be useful for running @value{GDBN} as a filter, for
1001 example to download and run a program on another computer; in order to
1002 make this more useful, the message
1003
1004 @smallexample
1005 Program exited normally.
1006 @end smallexample
1007
1008 @noindent
1009 (which is ordinarily issued whenever a program running under
1010 @value{GDBN} control terminates) is not issued when running in batch
1011 mode.
1012
1013 @item -nowindows
1014 @itemx -nw
1015 @cindex @code{--nowindows}
1016 @cindex @code{-nw}
1017 ``No windows''.  If @value{GDBN} comes with a graphical user interface
1018 (GUI) built in, then this option tells @value{GDBN} to only use the command-line
1019 interface.  If no GUI is available, this option has no effect.
1020
1021 @item -windows
1022 @itemx -w
1023 @cindex @code{--windows}
1024 @cindex @code{-w}
1025 If @value{GDBN} includes a GUI, then this option requires it to be
1026 used if possible.
1027
1028 @item -cd @var{directory}
1029 @cindex @code{--cd}
1030 Run @value{GDBN} using @var{directory} as its working directory,
1031 instead of the current directory.
1032
1033 @item -fullname
1034 @itemx -f
1035 @cindex @code{--fullname}
1036 @cindex @code{-f}
1037 @sc{gnu} Emacs sets this option when it runs @value{GDBN} as a
1038 subprocess.  It tells @value{GDBN} to output the full file name and line
1039 number in a standard, recognizable fashion each time a stack frame is
1040 displayed (which includes each time your program stops).  This
1041 recognizable format looks like two @samp{\032} characters, followed by
1042 the file name, line number and character position separated by colons,
1043 and a newline.  The Emacs-to-@value{GDBN} interface program uses the two
1044 @samp{\032} characters as a signal to display the source code for the
1045 frame.
1046
1047 @item -epoch
1048 @cindex @code{--epoch}
1049 The Epoch Emacs-@value{GDBN} interface sets this option when it runs
1050 @value{GDBN} as a subprocess.  It tells @value{GDBN} to modify its print
1051 routines so as to allow Epoch to display values of expressions in a
1052 separate window.
1053
1054 @item -annotate @var{level}
1055 @cindex @code{--annotate}
1056 This option sets the @dfn{annotation level} inside @value{GDBN}.  Its
1057 effect is identical to using @samp{set annotate @var{level}}
1058 (@pxref{Annotations}).  The annotation @var{level} controls how much
1059 information @value{GDBN} prints together with its prompt, values of
1060 expressions, source lines, and other types of output.  Level 0 is the
1061 normal, level 1 is for use when @value{GDBN} is run as a subprocess of
1062 @sc{gnu} Emacs, level 3 is the maximum annotation suitable for programs
1063 that control @value{GDBN}, and level 2 has been deprecated.
1064
1065 The annotation mechanism has largely been superseeded by @sc{gdb/mi}
1066 (@pxref{GDB/MI}).
1067
1068 @item -async
1069 @cindex @code{--async}
1070 Use the asynchronous event loop for the command-line interface.
1071 @value{GDBN} processes all events, such as user keyboard input, via a
1072 special event loop.  This allows @value{GDBN} to accept and process user
1073 commands in parallel with the debugged process being
1074 run@footnote{@value{GDBN} built with @sc{djgpp} tools for
1075 MS-DOS/MS-Windows supports this mode of operation, but the event loop is
1076 suspended when the debuggee runs.}, so you don't need to wait for
1077 control to return to @value{GDBN} before you type the next command.
1078 (@emph{Note:} as of version 5.1, the target side of the asynchronous
1079 operation is not yet in place, so @samp{-async} does not work fully
1080 yet.)
1081 @c FIXME: when the target side of the event loop is done, the above NOTE
1082 @c should be removed.
1083
1084 When the standard input is connected to a terminal device, @value{GDBN}
1085 uses the asynchronous event loop by default, unless disabled by the
1086 @samp{-noasync} option.
1087
1088 @item -noasync
1089 @cindex @code{--noasync}
1090 Disable the asynchronous event loop for the command-line interface.
1091
1092 @item --args
1093 @cindex @code{--args}
1094 Change interpretation of command line so that arguments following the
1095 executable file are passed as command line arguments to the inferior.
1096 This option stops option processing.
1097
1098 @item -baud @var{bps}
1099 @itemx -b @var{bps}
1100 @cindex @code{--baud}
1101 @cindex @code{-b}
1102 Set the line speed (baud rate or bits per second) of any serial
1103 interface used by @value{GDBN} for remote debugging.
1104
1105 @item -tty @var{device}
1106 @itemx -t @var{device}
1107 @cindex @code{--tty}
1108 @cindex @code{-t}
1109 Run using @var{device} for your program's standard input and output.
1110 @c FIXME: kingdon thinks there is more to -tty.  Investigate.
1111
1112 @c resolve the situation of these eventually
1113 @item -tui
1114 @cindex @code{--tui}
1115 Activate the @dfn{Text User Interface} when starting.  The Text User
1116 Interface manages several text windows on the terminal, showing
1117 source, assembly, registers and @value{GDBN} command outputs
1118 (@pxref{TUI, ,@value{GDBN} Text User Interface}).  Alternatively, the
1119 Text User Interface can be enabled by invoking the program
1120 @samp{gdbtui}.  Do not use this option if you run @value{GDBN} from
1121 Emacs (@pxref{Emacs, ,Using @value{GDBN} under @sc{gnu} Emacs}).
1122
1123 @c @item -xdb
1124 @c @cindex @code{--xdb}
1125 @c Run in XDB compatibility mode, allowing the use of certain XDB commands.
1126 @c For information, see the file @file{xdb_trans.html}, which is usually
1127 @c installed in the directory @code{/opt/langtools/wdb/doc} on HP-UX
1128 @c systems.
1129
1130 @item -interpreter @var{interp}
1131 @cindex @code{--interpreter}
1132 Use the interpreter @var{interp} for interface with the controlling
1133 program or device.  This option is meant to be set by programs which
1134 communicate with @value{GDBN} using it as a back end.
1135 @xref{Interpreters, , Command Interpreters}.
1136
1137 @samp{--interpreter=mi} (or @samp{--interpreter=mi2}) causes
1138 @value{GDBN} to use the @dfn{@sc{gdb/mi} interface} (@pxref{GDB/MI, ,
1139 The @sc{gdb/mi} Interface}) included since @var{GDBN} version 6.0.  The
1140 previous @sc{gdb/mi} interface, included in @value{GDBN} version 5.3 and
1141 selected with @samp{--interpreter=mi1}, is deprecated.  Earlier
1142 @sc{gdb/mi} interfaces are no longer supported.
1143
1144 @item -write
1145 @cindex @code{--write}
1146 Open the executable and core files for both reading and writing.  This
1147 is equivalent to the @samp{set write on} command inside @value{GDBN}
1148 (@pxref{Patching}).
1149
1150 @item -statistics
1151 @cindex @code{--statistics}
1152 This option causes @value{GDBN} to print statistics about time and
1153 memory usage after it completes each command and returns to the prompt.
1154
1155 @item -version
1156 @cindex @code{--version}
1157 This option causes @value{GDBN} to print its version number and
1158 no-warranty blurb, and exit.
1159
1160 @end table
1161
1162 @node Quitting GDB
1163 @section Quitting @value{GDBN}
1164 @cindex exiting @value{GDBN}
1165 @cindex leaving @value{GDBN}
1166
1167 @table @code
1168 @kindex quit @r{[}@var{expression}@r{]}
1169 @kindex q @r{(@code{quit})}
1170 @item quit @r{[}@var{expression}@r{]}
1171 @itemx q
1172 To exit @value{GDBN}, use the @code{quit} command (abbreviated
1173 @code{q}), or type an end-of-file character (usually @kbd{C-d}).  If you
1174 do not supply @var{expression}, @value{GDBN} will terminate normally;
1175 otherwise it will terminate using the result of @var{expression} as the
1176 error code.
1177 @end table
1178
1179 @cindex interrupt
1180 An interrupt (often @kbd{C-c}) does not exit from @value{GDBN}, but rather
1181 terminates the action of any @value{GDBN} command that is in progress and
1182 returns to @value{GDBN} command level.  It is safe to type the interrupt
1183 character at any time because @value{GDBN} does not allow it to take effect
1184 until a time when it is safe.
1185
1186 If you have been using @value{GDBN} to control an attached process or
1187 device, you can release it with the @code{detach} command
1188 (@pxref{Attach, ,Debugging an already-running process}).
1189
1190 @node Shell Commands
1191 @section Shell commands
1192
1193 If you need to execute occasional shell commands during your
1194 debugging session, there is no need to leave or suspend @value{GDBN}; you can
1195 just use the @code{shell} command.
1196
1197 @table @code
1198 @kindex shell
1199 @cindex shell escape
1200 @item shell @var{command string}
1201 Invoke a standard shell to execute @var{command string}.
1202 If it exists, the environment variable @code{SHELL} determines which
1203 shell to run.  Otherwise @value{GDBN} uses the default shell
1204 (@file{/bin/sh} on Unix systems, @file{COMMAND.COM} on MS-DOS, etc.).
1205 @end table
1206
1207 The utility @code{make} is often needed in development environments.
1208 You do not have to use the @code{shell} command for this purpose in
1209 @value{GDBN}:
1210
1211 @table @code
1212 @kindex make
1213 @cindex calling make
1214 @item make @var{make-args}
1215 Execute the @code{make} program with the specified
1216 arguments.  This is equivalent to @samp{shell make @var{make-args}}.
1217 @end table
1218
1219 @node Logging output
1220 @section Logging output
1221 @cindex logging @value{GDBN} output
1222
1223 You may want to save the output of @value{GDBN} commands to a file.
1224 There are several commands to control @value{GDBN}'s logging.
1225
1226 @table @code
1227 @kindex set logging
1228 @item set logging on
1229 Enable logging.
1230 @item set logging off
1231 Disable logging.
1232 @item set logging file @var{file}
1233 Change the name of the current logfile.  The default logfile is @file{gdb.txt}.
1234 @item set logging overwrite [on|off]
1235 By default, @value{GDBN} will append to the logfile.  Set @code{overwrite} if
1236 you want @code{set logging on} to overwrite the logfile instead.
1237 @item set logging redirect [on|off]
1238 By default, @value{GDBN} output will go to both the terminal and the logfile.
1239 Set @code{redirect} if you want output to go only to the log file.
1240 @kindex show logging
1241 @item show logging
1242 Show the current values of the logging settings.
1243 @end table
1244
1245 @node Commands
1246 @chapter @value{GDBN} Commands
1247
1248 You can abbreviate a @value{GDBN} command to the first few letters of the command
1249 name, if that abbreviation is unambiguous; and you can repeat certain
1250 @value{GDBN} commands by typing just @key{RET}.  You can also use the @key{TAB}
1251 key to get @value{GDBN} to fill out the rest of a word in a command (or to
1252 show you the alternatives available, if there is more than one possibility).
1253
1254 @menu
1255 * Command Syntax::              How to give commands to @value{GDBN}
1256 * Completion::                  Command completion
1257 * Help::                        How to ask @value{GDBN} for help
1258 @end menu
1259
1260 @node Command Syntax
1261 @section Command syntax
1262
1263 A @value{GDBN} command is a single line of input.  There is no limit on
1264 how long it can be.  It starts with a command name, which is followed by
1265 arguments whose meaning depends on the command name.  For example, the
1266 command @code{step} accepts an argument which is the number of times to
1267 step, as in @samp{step 5}.  You can also use the @code{step} command
1268 with no arguments.  Some commands do not allow any arguments.
1269
1270 @cindex abbreviation
1271 @value{GDBN} command names may always be truncated if that abbreviation is
1272 unambiguous.  Other possible command abbreviations are listed in the
1273 documentation for individual commands.  In some cases, even ambiguous
1274 abbreviations are allowed; for example, @code{s} is specially defined as
1275 equivalent to @code{step} even though there are other commands whose
1276 names start with @code{s}.  You can test abbreviations by using them as
1277 arguments to the @code{help} command.
1278
1279 @cindex repeating commands
1280 @kindex RET @r{(repeat last command)}
1281 A blank line as input to @value{GDBN} (typing just @key{RET}) means to
1282 repeat the previous command.  Certain commands (for example, @code{run})
1283 will not repeat this way; these are commands whose unintentional
1284 repetition might cause trouble and which you are unlikely to want to
1285 repeat.
1286
1287 The @code{list} and @code{x} commands, when you repeat them with
1288 @key{RET}, construct new arguments rather than repeating
1289 exactly as typed.  This permits easy scanning of source or memory.
1290
1291 @value{GDBN} can also use @key{RET} in another way: to partition lengthy
1292 output, in a way similar to the common utility @code{more}
1293 (@pxref{Screen Size,,Screen size}).  Since it is easy to press one
1294 @key{RET} too many in this situation, @value{GDBN} disables command
1295 repetition after any command that generates this sort of display.
1296
1297 @kindex # @r{(a comment)}
1298 @cindex comment
1299 Any text from a @kbd{#} to the end of the line is a comment; it does
1300 nothing.  This is useful mainly in command files (@pxref{Command
1301 Files,,Command files}).
1302
1303 @cindex repeating command sequences
1304 @kindex C-o @r{(operate-and-get-next)}
1305 The @kbd{C-o} binding is useful for repeating a complex sequence of
1306 commands.  This command accepts the current line, like @kbd{RET}, and
1307 then fetches the next line relative to the current line from the history
1308 for editing.
1309
1310 @node Completion
1311 @section Command completion
1312
1313 @cindex completion
1314 @cindex word completion
1315 @value{GDBN} can fill in the rest of a word in a command for you, if there is
1316 only one possibility; it can also show you what the valid possibilities
1317 are for the next word in a command, at any time.  This works for @value{GDBN}
1318 commands, @value{GDBN} subcommands, and the names of symbols in your program.
1319
1320 Press the @key{TAB} key whenever you want @value{GDBN} to fill out the rest
1321 of a word.  If there is only one possibility, @value{GDBN} fills in the
1322 word, and waits for you to finish the command (or press @key{RET} to
1323 enter it).  For example, if you type
1324
1325 @c FIXME "@key" does not distinguish its argument sufficiently to permit
1326 @c complete accuracy in these examples; space introduced for clarity.
1327 @c If texinfo enhancements make it unnecessary, it would be nice to
1328 @c replace " @key" by "@key" in the following...
1329 @smallexample
1330 (@value{GDBP}) info bre @key{TAB}
1331 @end smallexample
1332
1333 @noindent
1334 @value{GDBN} fills in the rest of the word @samp{breakpoints}, since that is
1335 the only @code{info} subcommand beginning with @samp{bre}:
1336
1337 @smallexample
1338 (@value{GDBP}) info breakpoints
1339 @end smallexample
1340
1341 @noindent
1342 You can either press @key{RET} at this point, to run the @code{info
1343 breakpoints} command, or backspace and enter something else, if
1344 @samp{breakpoints} does not look like the command you expected.  (If you
1345 were sure you wanted @code{info breakpoints} in the first place, you
1346 might as well just type @key{RET} immediately after @samp{info bre},
1347 to exploit command abbreviations rather than command completion).
1348
1349 If there is more than one possibility for the next word when you press
1350 @key{TAB}, @value{GDBN} sounds a bell.  You can either supply more
1351 characters and try again, or just press @key{TAB} a second time;
1352 @value{GDBN} displays all the possible completions for that word.  For
1353 example, you might want to set a breakpoint on a subroutine whose name
1354 begins with @samp{make_}, but when you type @kbd{b make_@key{TAB}} @value{GDBN}
1355 just sounds the bell.  Typing @key{TAB} again displays all the
1356 function names in your program that begin with those characters, for
1357 example:
1358
1359 @smallexample
1360 (@value{GDBP}) b make_ @key{TAB}
1361 @exdent @value{GDBN} sounds bell; press @key{TAB} again, to see:
1362 make_a_section_from_file     make_environ
1363 make_abs_section             make_function_type
1364 make_blockvector             make_pointer_type
1365 make_cleanup                 make_reference_type
1366 make_command                 make_symbol_completion_list
1367 (@value{GDBP}) b make_
1368 @end smallexample
1369
1370 @noindent
1371 After displaying the available possibilities, @value{GDBN} copies your
1372 partial input (@samp{b make_} in the example) so you can finish the
1373 command.
1374
1375 If you just want to see the list of alternatives in the first place, you
1376 can press @kbd{M-?} rather than pressing @key{TAB} twice.  @kbd{M-?}
1377 means @kbd{@key{META} ?}.  You can type this either by holding down a
1378 key designated as the @key{META} shift on your keyboard (if there is
1379 one) while typing @kbd{?}, or as @key{ESC} followed by @kbd{?}.
1380
1381 @cindex quotes in commands
1382 @cindex completion of quoted strings
1383 Sometimes the string you need, while logically a ``word'', may contain
1384 parentheses or other characters that @value{GDBN} normally excludes from
1385 its notion of a word.  To permit word completion to work in this
1386 situation, you may enclose words in @code{'} (single quote marks) in
1387 @value{GDBN} commands.
1388
1389 The most likely situation where you might need this is in typing the
1390 name of a C@t{++} function.  This is because C@t{++} allows function
1391 overloading (multiple definitions of the same function, distinguished
1392 by argument type).  For example, when you want to set a breakpoint you
1393 may need to distinguish whether you mean the version of @code{name}
1394 that takes an @code{int} parameter, @code{name(int)}, or the version
1395 that takes a @code{float} parameter, @code{name(float)}.  To use the
1396 word-completion facilities in this situation, type a single quote
1397 @code{'} at the beginning of the function name.  This alerts
1398 @value{GDBN} that it may need to consider more information than usual
1399 when you press @key{TAB} or @kbd{M-?} to request word completion:
1400
1401 @smallexample
1402 (@value{GDBP}) b 'bubble( @kbd{M-?}
1403 bubble(double,double)    bubble(int,int)
1404 (@value{GDBP}) b 'bubble(
1405 @end smallexample
1406
1407 In some cases, @value{GDBN} can tell that completing a name requires using
1408 quotes.  When this happens, @value{GDBN} inserts the quote for you (while
1409 completing as much as it can) if you do not type the quote in the first
1410 place:
1411
1412 @smallexample
1413 (@value{GDBP}) b bub @key{TAB}
1414 @exdent @value{GDBN} alters your input line to the following, and rings a bell:
1415 (@value{GDBP}) b 'bubble(
1416 @end smallexample
1417
1418 @noindent
1419 In general, @value{GDBN} can tell that a quote is needed (and inserts it) if
1420 you have not yet started typing the argument list when you ask for
1421 completion on an overloaded symbol.
1422
1423 For more information about overloaded functions, see @ref{C plus plus
1424 expressions, ,C@t{++} expressions}.  You can use the command @code{set
1425 overload-resolution off} to disable overload resolution;
1426 see @ref{Debugging C plus plus, ,@value{GDBN} features for C@t{++}}.
1427
1428
1429 @node Help
1430 @section Getting help
1431 @cindex online documentation
1432 @kindex help
1433
1434 You can always ask @value{GDBN} itself for information on its commands,
1435 using the command @code{help}.
1436
1437 @table @code
1438 @kindex h @r{(@code{help})}
1439 @item help
1440 @itemx h
1441 You can use @code{help} (abbreviated @code{h}) with no arguments to
1442 display a short list of named classes of commands:
1443
1444 @smallexample
1445 (@value{GDBP}) help
1446 List of classes of commands:
1447
1448 aliases -- Aliases of other commands
1449 breakpoints -- Making program stop at certain points
1450 data -- Examining data
1451 files -- Specifying and examining files
1452 internals -- Maintenance commands
1453 obscure -- Obscure features
1454 running -- Running the program
1455 stack -- Examining the stack
1456 status -- Status inquiries
1457 support -- Support facilities
1458 tracepoints -- Tracing of program execution without@*
1459                stopping the program
1460 user-defined -- User-defined commands
1461
1462 Type "help" followed by a class name for a list of
1463 commands in that class.
1464 Type "help" followed by command name for full
1465 documentation.
1466 Command name abbreviations are allowed if unambiguous.
1467 (@value{GDBP})
1468 @end smallexample
1469 @c the above line break eliminates huge line overfull...
1470
1471 @item help @var{class}
1472 Using one of the general help classes as an argument, you can get a
1473 list of the individual commands in that class.  For example, here is the
1474 help display for the class @code{status}:
1475
1476 @smallexample
1477 (@value{GDBP}) help status
1478 Status inquiries.
1479
1480 List of commands:
1481
1482 @c Line break in "show" line falsifies real output, but needed
1483 @c to fit in smallbook page size.
1484 info -- Generic command for showing things
1485  about the program being debugged
1486 show -- Generic command for showing things
1487  about the debugger
1488
1489 Type "help" followed by command name for full
1490 documentation.
1491 Command name abbreviations are allowed if unambiguous.
1492 (@value{GDBP})
1493 @end smallexample
1494
1495 @item help @var{command}
1496 With a command name as @code{help} argument, @value{GDBN} displays a
1497 short paragraph on how to use that command.
1498
1499 @kindex apropos
1500 @item apropos @var{args}
1501 The @code{apropos @var{args}} command searches through all of the @value{GDBN}
1502 commands, and their documentation, for the regular expression specified in
1503 @var{args}. It prints out all matches found. For example:
1504
1505 @smallexample
1506 apropos reload
1507 @end smallexample
1508
1509 @noindent
1510 results in:
1511
1512 @smallexample
1513 @c @group
1514 set symbol-reloading -- Set dynamic symbol table reloading
1515                                  multiple times in one run
1516 show symbol-reloading -- Show dynamic symbol table reloading
1517                                  multiple times in one run
1518 @c @end group
1519 @end smallexample
1520
1521 @kindex complete
1522 @item complete @var{args}
1523 The @code{complete @var{args}} command lists all the possible completions
1524 for the beginning of a command.  Use @var{args} to specify the beginning of the
1525 command you want completed.  For example:
1526
1527 @smallexample
1528 complete i
1529 @end smallexample
1530
1531 @noindent results in:
1532
1533 @smallexample
1534 @group
1535 if
1536 ignore
1537 info
1538 inspect
1539 @end group
1540 @end smallexample
1541
1542 @noindent This is intended for use by @sc{gnu} Emacs.
1543 @end table
1544
1545 In addition to @code{help}, you can use the @value{GDBN} commands @code{info}
1546 and @code{show} to inquire about the state of your program, or the state
1547 of @value{GDBN} itself.  Each command supports many topics of inquiry; this
1548 manual introduces each of them in the appropriate context.  The listings
1549 under @code{info} and under @code{show} in the Index point to
1550 all the sub-commands.  @xref{Index}.
1551
1552 @c @group
1553 @table @code
1554 @kindex info
1555 @kindex i @r{(@code{info})}
1556 @item info
1557 This command (abbreviated @code{i}) is for describing the state of your
1558 program.  For example, you can list the arguments given to your program
1559 with @code{info args}, list the registers currently in use with @code{info
1560 registers}, or list the breakpoints you have set with @code{info breakpoints}.
1561 You can get a complete list of the @code{info} sub-commands with
1562 @w{@code{help info}}.
1563
1564 @kindex set
1565 @item set
1566 You can assign the result of an expression to an environment variable with
1567 @code{set}.  For example, you can set the @value{GDBN} prompt to a $-sign with
1568 @code{set prompt $}.
1569
1570 @kindex show
1571 @item show
1572 In contrast to @code{info}, @code{show} is for describing the state of
1573 @value{GDBN} itself.
1574 You can change most of the things you can @code{show}, by using the
1575 related command @code{set}; for example, you can control what number
1576 system is used for displays with @code{set radix}, or simply inquire
1577 which is currently in use with @code{show radix}.
1578
1579 @kindex info set
1580 To display all the settable parameters and their current
1581 values, you can use @code{show} with no arguments; you may also use
1582 @code{info set}.  Both commands produce the same display.
1583 @c FIXME: "info set" violates the rule that "info" is for state of
1584 @c FIXME...program.  Ck w/ GNU: "info set" to be called something else,
1585 @c FIXME...or change desc of rule---eg "state of prog and debugging session"?
1586 @end table
1587 @c @end group
1588
1589 Here are three miscellaneous @code{show} subcommands, all of which are
1590 exceptional in lacking corresponding @code{set} commands:
1591
1592 @table @code
1593 @kindex show version
1594 @cindex version number
1595 @item show version
1596 Show what version of @value{GDBN} is running.  You should include this
1597 information in @value{GDBN} bug-reports.  If multiple versions of
1598 @value{GDBN} are in use at your site, you may need to determine which
1599 version of @value{GDBN} you are running; as @value{GDBN} evolves, new
1600 commands are introduced, and old ones may wither away.  Also, many
1601 system vendors ship variant versions of @value{GDBN}, and there are
1602 variant versions of @value{GDBN} in @sc{gnu}/Linux distributions as well.
1603 The version number is the same as the one announced when you start
1604 @value{GDBN}.
1605
1606 @kindex show copying
1607 @item show copying
1608 Display information about permission for copying @value{GDBN}.
1609
1610 @kindex show warranty
1611 @item show warranty
1612 Display the @sc{gnu} ``NO WARRANTY'' statement, or a warranty,
1613 if your version of @value{GDBN} comes with one.
1614
1615 @end table
1616
1617 @node Running
1618 @chapter Running Programs Under @value{GDBN}
1619
1620 When you run a program under @value{GDBN}, you must first generate
1621 debugging information when you compile it.
1622
1623 You may start @value{GDBN} with its arguments, if any, in an environment
1624 of your choice.  If you are doing native debugging, you may redirect
1625 your program's input and output, debug an already running process, or
1626 kill a child process.
1627
1628 @menu
1629 * Compilation::                 Compiling for debugging
1630 * Starting::                    Starting your program
1631 * Arguments::                   Your program's arguments
1632 * Environment::                 Your program's environment
1633
1634 * Working Directory::           Your program's working directory
1635 * Input/Output::                Your program's input and output
1636 * Attach::                      Debugging an already-running process
1637 * Kill Process::                Killing the child process
1638
1639 * Threads::                     Debugging programs with multiple threads
1640 * Processes::                   Debugging programs with multiple processes
1641 @end menu
1642
1643 @node Compilation
1644 @section Compiling for debugging
1645
1646 In order to debug a program effectively, you need to generate
1647 debugging information when you compile it.  This debugging information
1648 is stored in the object file; it describes the data type of each
1649 variable or function and the correspondence between source line numbers
1650 and addresses in the executable code.
1651
1652 To request debugging information, specify the @samp{-g} option when you run
1653 the compiler.
1654
1655 Most compilers do not include information about preprocessor macros in
1656 the debugging information if you specify the @option{-g} flag alone,
1657 because this information is rather large.  Version 3.1 of @value{NGCC},
1658 the @sc{gnu} C compiler, provides macro information if you specify the
1659 options @option{-gdwarf-2} and @option{-g3}; the former option requests
1660 debugging information in the Dwarf 2 format, and the latter requests
1661 ``extra information''.  In the future, we hope to find more compact ways
1662 to represent macro information, so that it can be included with
1663 @option{-g} alone.
1664
1665 Many C compilers are unable to handle the @samp{-g} and @samp{-O}
1666 options together.  Using those compilers, you cannot generate optimized
1667 executables containing debugging information.
1668
1669 @value{NGCC}, the @sc{gnu} C compiler, supports @samp{-g} with or
1670 without @samp{-O}, making it possible to debug optimized code.  We
1671 recommend that you @emph{always} use @samp{-g} whenever you compile a
1672 program.  You may think your program is correct, but there is no sense
1673 in pushing your luck.
1674
1675 @cindex optimized code, debugging
1676 @cindex debugging optimized code
1677 When you debug a program compiled with @samp{-g -O}, remember that the
1678 optimizer is rearranging your code; the debugger shows you what is
1679 really there.  Do not be too surprised when the execution path does not
1680 exactly match your source file!  An extreme example: if you define a
1681 variable, but never use it, @value{GDBN} never sees that
1682 variable---because the compiler optimizes it out of existence.
1683
1684 Some things do not work as well with @samp{-g -O} as with just
1685 @samp{-g}, particularly on machines with instruction scheduling.  If in
1686 doubt, recompile with @samp{-g} alone, and if this fixes the problem,
1687 please report it to us as a bug (including a test case!).
1688
1689 Older versions of the @sc{gnu} C compiler permitted a variant option
1690 @w{@samp{-gg}} for debugging information.  @value{GDBN} no longer supports this
1691 format; if your @sc{gnu} C compiler has this option, do not use it.
1692
1693 @need 2000
1694 @node Starting
1695 @section Starting your program
1696 @cindex starting
1697 @cindex running
1698
1699 @table @code
1700 @kindex run
1701 @kindex r @r{(@code{run})}
1702 @item run
1703 @itemx r
1704 Use the @code{run} command to start your program under @value{GDBN}.
1705 You must first specify the program name (except on VxWorks) with an
1706 argument to @value{GDBN} (@pxref{Invocation, ,Getting In and Out of
1707 @value{GDBN}}), or by using the @code{file} or @code{exec-file} command
1708 (@pxref{Files, ,Commands to specify files}).
1709
1710 @end table
1711
1712 If you are running your program in an execution environment that
1713 supports processes, @code{run} creates an inferior process and makes
1714 that process run your program.  (In environments without processes,
1715 @code{run} jumps to the start of your program.)
1716
1717 The execution of a program is affected by certain information it
1718 receives from its superior.  @value{GDBN} provides ways to specify this
1719 information, which you must do @emph{before} starting your program.  (You
1720 can change it after starting your program, but such changes only affect
1721 your program the next time you start it.)  This information may be
1722 divided into four categories:
1723
1724 @table @asis
1725 @item The @emph{arguments.}
1726 Specify the arguments to give your program as the arguments of the
1727 @code{run} command.  If a shell is available on your target, the shell
1728 is used to pass the arguments, so that you may use normal conventions
1729 (such as wildcard expansion or variable substitution) in describing
1730 the arguments.
1731 In Unix systems, you can control which shell is used with the
1732 @code{SHELL} environment variable.
1733 @xref{Arguments, ,Your program's arguments}.
1734
1735 @item The @emph{environment.}
1736 Your program normally inherits its environment from @value{GDBN}, but you can
1737 use the @value{GDBN} commands @code{set environment} and @code{unset
1738 environment} to change parts of the environment that affect
1739 your program.  @xref{Environment, ,Your program's environment}.
1740
1741 @item The @emph{working directory.}
1742 Your program inherits its working directory from @value{GDBN}.  You can set
1743 the @value{GDBN} working directory with the @code{cd} command in @value{GDBN}.
1744 @xref{Working Directory, ,Your program's working directory}.
1745
1746 @item The @emph{standard input and output.}
1747 Your program normally uses the same device for standard input and
1748 standard output as @value{GDBN} is using.  You can redirect input and output
1749 in the @code{run} command line, or you can use the @code{tty} command to
1750 set a different device for your program.
1751 @xref{Input/Output, ,Your program's input and output}.
1752
1753 @cindex pipes
1754 @emph{Warning:} While input and output redirection work, you cannot use
1755 pipes to pass the output of the program you are debugging to another
1756 program; if you attempt this, @value{GDBN} is likely to wind up debugging the
1757 wrong program.
1758 @end table
1759
1760 When you issue the @code{run} command, your program begins to execute
1761 immediately.  @xref{Stopping, ,Stopping and continuing}, for discussion
1762 of how to arrange for your program to stop.  Once your program has
1763 stopped, you may call functions in your program, using the @code{print}
1764 or @code{call} commands.  @xref{Data, ,Examining Data}.
1765
1766 If the modification time of your symbol file has changed since the last
1767 time @value{GDBN} read its symbols, @value{GDBN} discards its symbol
1768 table, and reads it again.  When it does this, @value{GDBN} tries to retain
1769 your current breakpoints.
1770
1771 @node Arguments
1772 @section Your program's arguments
1773
1774 @cindex arguments (to your program)
1775 The arguments to your program can be specified by the arguments of the
1776 @code{run} command.
1777 They are passed to a shell, which expands wildcard characters and
1778 performs redirection of I/O, and thence to your program.  Your
1779 @code{SHELL} environment variable (if it exists) specifies what shell
1780 @value{GDBN} uses.  If you do not define @code{SHELL}, @value{GDBN} uses
1781 the default shell (@file{/bin/sh} on Unix).
1782
1783 On non-Unix systems, the program is usually invoked directly by
1784 @value{GDBN}, which emulates I/O redirection via the appropriate system
1785 calls, and the wildcard characters are expanded by the startup code of
1786 the program, not by the shell.
1787
1788 @code{run} with no arguments uses the same arguments used by the previous
1789 @code{run}, or those set by the @code{set args} command.
1790
1791 @table @code
1792 @kindex set args
1793 @item set args
1794 Specify the arguments to be used the next time your program is run.  If
1795 @code{set args} has no arguments, @code{run} executes your program
1796 with no arguments.  Once you have run your program with arguments,
1797 using @code{set args} before the next @code{run} is the only way to run
1798 it again without arguments.
1799
1800 @kindex show args
1801 @item show args
1802 Show the arguments to give your program when it is started.
1803 @end table
1804
1805 @node Environment
1806 @section Your program's environment
1807
1808 @cindex environment (of your program)
1809 The @dfn{environment} consists of a set of environment variables and
1810 their values.  Environment variables conventionally record such things as
1811 your user name, your home directory, your terminal type, and your search
1812 path for programs to run.  Usually you set up environment variables with
1813 the shell and they are inherited by all the other programs you run.  When
1814 debugging, it can be useful to try running your program with a modified
1815 environment without having to start @value{GDBN} over again.
1816
1817 @table @code
1818 @kindex path
1819 @item path @var{directory}
1820 Add @var{directory} to the front of the @code{PATH} environment variable
1821 (the search path for executables) that will be passed to your program.
1822 The value of @code{PATH} used by @value{GDBN} does not change.
1823 You may specify several directory names, separated by whitespace or by a
1824 system-dependent separator character (@samp{:} on Unix, @samp{;} on
1825 MS-DOS and MS-Windows).  If @var{directory} is already in the path, it
1826 is moved to the front, so it is searched sooner.
1827
1828 You can use the string @samp{$cwd} to refer to whatever is the current
1829 working directory at the time @value{GDBN} searches the path.  If you
1830 use @samp{.} instead, it refers to the directory where you executed the
1831 @code{path} command.  @value{GDBN} replaces @samp{.} in the
1832 @var{directory} argument (with the current path) before adding
1833 @var{directory} to the search path.
1834 @c 'path' is explicitly nonrepeatable, but RMS points out it is silly to
1835 @c document that, since repeating it would be a no-op.
1836
1837 @kindex show paths
1838 @item show paths
1839 Display the list of search paths for executables (the @code{PATH}
1840 environment variable).
1841
1842 @kindex show environment
1843 @item show environment @r{[}@var{varname}@r{]}
1844 Print the value of environment variable @var{varname} to be given to
1845 your program when it starts.  If you do not supply @var{varname},
1846 print the names and values of all environment variables to be given to
1847 your program.  You can abbreviate @code{environment} as @code{env}.
1848
1849 @kindex set environment
1850 @item set environment @var{varname} @r{[}=@var{value}@r{]}
1851 Set environment variable @var{varname} to @var{value}.  The value
1852 changes for your program only, not for @value{GDBN} itself.  @var{value} may
1853 be any string; the values of environment variables are just strings, and
1854 any interpretation is supplied by your program itself.  The @var{value}
1855 parameter is optional; if it is eliminated, the variable is set to a
1856 null value.
1857 @c "any string" here does not include leading, trailing
1858 @c blanks. Gnu asks: does anyone care?
1859
1860 For example, this command:
1861
1862 @smallexample
1863 set env USER = foo
1864 @end smallexample
1865
1866 @noindent
1867 tells the debugged program, when subsequently run, that its user is named
1868 @samp{foo}.  (The spaces around @samp{=} are used for clarity here; they
1869 are not actually required.)
1870
1871 @kindex unset environment
1872 @item unset environment @var{varname}
1873 Remove variable @var{varname} from the environment to be passed to your
1874 program.  This is different from @samp{set env @var{varname} =};
1875 @code{unset environment} removes the variable from the environment,
1876 rather than assigning it an empty value.
1877 @end table
1878
1879 @emph{Warning:} On Unix systems, @value{GDBN} runs your program using
1880 the shell indicated
1881 by your @code{SHELL} environment variable if it exists (or
1882 @code{/bin/sh} if not).  If your @code{SHELL} variable names a shell
1883 that runs an initialization file---such as @file{.cshrc} for C-shell, or
1884 @file{.bashrc} for BASH---any variables you set in that file affect
1885 your program.  You may wish to move setting of environment variables to
1886 files that are only run when you sign on, such as @file{.login} or
1887 @file{.profile}.
1888
1889 @node Working Directory
1890 @section Your program's working directory
1891
1892 @cindex working directory (of your program)
1893 Each time you start your program with @code{run}, it inherits its
1894 working directory from the current working directory of @value{GDBN}.
1895 The @value{GDBN} working directory is initially whatever it inherited
1896 from its parent process (typically the shell), but you can specify a new
1897 working directory in @value{GDBN} with the @code{cd} command.
1898
1899 The @value{GDBN} working directory also serves as a default for the commands
1900 that specify files for @value{GDBN} to operate on.  @xref{Files, ,Commands to
1901 specify files}.
1902
1903 @table @code
1904 @kindex cd
1905 @item cd @var{directory}
1906 Set the @value{GDBN} working directory to @var{directory}.
1907
1908 @kindex pwd
1909 @item pwd
1910 Print the @value{GDBN} working directory.
1911 @end table
1912
1913 @node Input/Output
1914 @section Your program's input and output
1915
1916 @cindex redirection
1917 @cindex i/o
1918 @cindex terminal
1919 By default, the program you run under @value{GDBN} does input and output to
1920 the same terminal that @value{GDBN} uses.  @value{GDBN} switches the terminal
1921 to its own terminal modes to interact with you, but it records the terminal
1922 modes your program was using and switches back to them when you continue
1923 running your program.
1924
1925 @table @code
1926 @kindex info terminal
1927 @item info terminal
1928 Displays information recorded by @value{GDBN} about the terminal modes your
1929 program is using.
1930 @end table
1931
1932 You can redirect your program's input and/or output using shell
1933 redirection with the @code{run} command.  For example,
1934
1935 @smallexample
1936 run > outfile
1937 @end smallexample
1938
1939 @noindent
1940 starts your program, diverting its output to the file @file{outfile}.
1941
1942 @kindex tty
1943 @cindex controlling terminal
1944 Another way to specify where your program should do input and output is
1945 with the @code{tty} command.  This command accepts a file name as
1946 argument, and causes this file to be the default for future @code{run}
1947 commands.  It also resets the controlling terminal for the child
1948 process, for future @code{run} commands.  For example,
1949
1950 @smallexample
1951 tty /dev/ttyb
1952 @end smallexample
1953
1954 @noindent
1955 directs that processes started with subsequent @code{run} commands
1956 default to do input and output on the terminal @file{/dev/ttyb} and have
1957 that as their controlling terminal.
1958
1959 An explicit redirection in @code{run} overrides the @code{tty} command's
1960 effect on the input/output device, but not its effect on the controlling
1961 terminal.
1962
1963 When you use the @code{tty} command or redirect input in the @code{run}
1964 command, only the input @emph{for your program} is affected.  The input
1965 for @value{GDBN} still comes from your terminal.
1966
1967 @node Attach
1968 @section Debugging an already-running process
1969 @kindex attach
1970 @cindex attach
1971
1972 @table @code
1973 @item attach @var{process-id}
1974 This command attaches to a running process---one that was started
1975 outside @value{GDBN}.  (@code{info files} shows your active
1976 targets.)  The command takes as argument a process ID.  The usual way to
1977 find out the process-id of a Unix process is with the @code{ps} utility,
1978 or with the @samp{jobs -l} shell command.
1979
1980 @code{attach} does not repeat if you press @key{RET} a second time after
1981 executing the command.
1982 @end table
1983
1984 To use @code{attach}, your program must be running in an environment
1985 which supports processes; for example, @code{attach} does not work for
1986 programs on bare-board targets that lack an operating system.  You must
1987 also have permission to send the process a signal.
1988
1989 When you use @code{attach}, the debugger finds the program running in
1990 the process first by looking in the current working directory, then (if
1991 the program is not found) by using the source file search path
1992 (@pxref{Source Path, ,Specifying source directories}).  You can also use
1993 the @code{file} command to load the program.  @xref{Files, ,Commands to
1994 Specify Files}.
1995
1996 The first thing @value{GDBN} does after arranging to debug the specified
1997 process is to stop it.  You can examine and modify an attached process
1998 with all the @value{GDBN} commands that are ordinarily available when
1999 you start processes with @code{run}.  You can insert breakpoints; you
2000 can step and continue; you can modify storage.  If you would rather the
2001 process continue running, you may use the @code{continue} command after
2002 attaching @value{GDBN} to the process.
2003
2004 @table @code
2005 @kindex detach
2006 @item detach
2007 When you have finished debugging the attached process, you can use the
2008 @code{detach} command to release it from @value{GDBN} control.  Detaching
2009 the process continues its execution.  After the @code{detach} command,
2010 that process and @value{GDBN} become completely independent once more, and you
2011 are ready to @code{attach} another process or start one with @code{run}.
2012 @code{detach} does not repeat if you press @key{RET} again after
2013 executing the command.
2014 @end table
2015
2016 If you exit @value{GDBN} or use the @code{run} command while you have an
2017 attached process, you kill that process.  By default, @value{GDBN} asks
2018 for confirmation if you try to do either of these things; you can
2019 control whether or not you need to confirm by using the @code{set
2020 confirm} command (@pxref{Messages/Warnings, ,Optional warnings and
2021 messages}).
2022
2023 @node Kill Process
2024 @section Killing the child process
2025
2026 @table @code
2027 @kindex kill
2028 @item kill
2029 Kill the child process in which your program is running under @value{GDBN}.
2030 @end table
2031
2032 This command is useful if you wish to debug a core dump instead of a
2033 running process.  @value{GDBN} ignores any core dump file while your program
2034 is running.
2035
2036 On some operating systems, a program cannot be executed outside @value{GDBN}
2037 while you have breakpoints set on it inside @value{GDBN}.  You can use the
2038 @code{kill} command in this situation to permit running your program
2039 outside the debugger.
2040
2041 The @code{kill} command is also useful if you wish to recompile and
2042 relink your program, since on many systems it is impossible to modify an
2043 executable file while it is running in a process.  In this case, when you
2044 next type @code{run}, @value{GDBN} notices that the file has changed, and
2045 reads the symbol table again (while trying to preserve your current
2046 breakpoint settings).
2047
2048 @node Threads
2049 @section Debugging programs with multiple threads
2050
2051 @cindex threads of execution
2052 @cindex multiple threads
2053 @cindex switching threads
2054 In some operating systems, such as HP-UX and Solaris, a single program
2055 may have more than one @dfn{thread} of execution.  The precise semantics
2056 of threads differ from one operating system to another, but in general
2057 the threads of a single program are akin to multiple processes---except
2058 that they share one address space (that is, they can all examine and
2059 modify the same variables).  On the other hand, each thread has its own
2060 registers and execution stack, and perhaps private memory.
2061
2062 @value{GDBN} provides these facilities for debugging multi-thread
2063 programs:
2064
2065 @itemize @bullet
2066 @item automatic notification of new threads
2067 @item @samp{thread @var{threadno}}, a command to switch among threads
2068 @item @samp{info threads}, a command to inquire about existing threads
2069 @item @samp{thread apply [@var{threadno}] [@var{all}] @var{args}},
2070 a command to apply a command to a list of threads
2071 @item thread-specific breakpoints
2072 @end itemize
2073
2074 @quotation
2075 @emph{Warning:} These facilities are not yet available on every
2076 @value{GDBN} configuration where the operating system supports threads.
2077 If your @value{GDBN} does not support threads, these commands have no
2078 effect.  For example, a system without thread support shows no output
2079 from @samp{info threads}, and always rejects the @code{thread} command,
2080 like this:
2081
2082 @smallexample
2083 (@value{GDBP}) info threads
2084 (@value{GDBP}) thread 1
2085 Thread ID 1 not known.  Use the "info threads" command to
2086 see the IDs of currently known threads.
2087 @end smallexample
2088 @c FIXME to implementors: how hard would it be to say "sorry, this GDB
2089 @c                        doesn't support threads"?
2090 @end quotation
2091
2092 @cindex focus of debugging
2093 @cindex current thread
2094 The @value{GDBN} thread debugging facility allows you to observe all
2095 threads while your program runs---but whenever @value{GDBN} takes
2096 control, one thread in particular is always the focus of debugging.
2097 This thread is called the @dfn{current thread}.  Debugging commands show
2098 program information from the perspective of the current thread.
2099
2100 @cindex @code{New} @var{systag} message
2101 @cindex thread identifier (system)
2102 @c FIXME-implementors!! It would be more helpful if the [New...] message
2103 @c included GDB's numeric thread handle, so you could just go to that
2104 @c thread without first checking `info threads'.
2105 Whenever @value{GDBN} detects a new thread in your program, it displays
2106 the target system's identification for the thread with a message in the
2107 form @samp{[New @var{systag}]}.  @var{systag} is a thread identifier
2108 whose form varies depending on the particular system.  For example, on
2109 LynxOS, you might see
2110
2111 @smallexample
2112 [New process 35 thread 27]
2113 @end smallexample
2114
2115 @noindent
2116 when @value{GDBN} notices a new thread.  In contrast, on an SGI system,
2117 the @var{systag} is simply something like @samp{process 368}, with no
2118 further qualifier.
2119
2120 @c FIXME!! (1) Does the [New...] message appear even for the very first
2121 @c         thread of a program, or does it only appear for the
2122 @c         second---i.e.@: when it becomes obvious we have a multithread
2123 @c         program?
2124 @c         (2) *Is* there necessarily a first thread always?  Or do some
2125 @c         multithread systems permit starting a program with multiple
2126 @c         threads ab initio?
2127
2128 @cindex thread number
2129 @cindex thread identifier (GDB)
2130 For debugging purposes, @value{GDBN} associates its own thread
2131 number---always a single integer---with each thread in your program.
2132
2133 @table @code
2134 @kindex info threads
2135 @item info threads
2136 Display a summary of all threads currently in your
2137 program.  @value{GDBN} displays for each thread (in this order):
2138
2139 @enumerate
2140 @item the thread number assigned by @value{GDBN}
2141
2142 @item the target system's thread identifier (@var{systag})
2143
2144 @item the current stack frame summary for that thread
2145 @end enumerate
2146
2147 @noindent
2148 An asterisk @samp{*} to the left of the @value{GDBN} thread number
2149 indicates the current thread.
2150
2151 For example,
2152 @end table
2153 @c end table here to get a little more width for example
2154
2155 @smallexample
2156 (@value{GDBP}) info threads
2157   3 process 35 thread 27  0x34e5 in sigpause ()
2158   2 process 35 thread 23  0x34e5 in sigpause ()
2159 * 1 process 35 thread 13  main (argc=1, argv=0x7ffffff8)
2160     at threadtest.c:68
2161 @end smallexample
2162
2163 On HP-UX systems:
2164
2165 @cindex thread number
2166 @cindex thread identifier (GDB)
2167 For debugging purposes, @value{GDBN} associates its own thread
2168 number---a small integer assigned in thread-creation order---with each
2169 thread in your program.
2170
2171 @cindex @code{New} @var{systag} message, on HP-UX
2172 @cindex thread identifier (system), on HP-UX
2173 @c FIXME-implementors!! It would be more helpful if the [New...] message
2174 @c included GDB's numeric thread handle, so you could just go to that
2175 @c thread without first checking `info threads'.
2176 Whenever @value{GDBN} detects a new thread in your program, it displays
2177 both @value{GDBN}'s thread number and the target system's identification for the thread with a message in the
2178 form @samp{[New @var{systag}]}.  @var{systag} is a thread identifier
2179 whose form varies depending on the particular system.  For example, on
2180 HP-UX, you see
2181
2182 @smallexample
2183 [New thread 2 (system thread 26594)]
2184 @end smallexample
2185
2186 @noindent
2187 when @value{GDBN} notices a new thread.
2188
2189 @table @code
2190 @kindex info threads
2191 @item info threads
2192 Display a summary of all threads currently in your
2193 program.  @value{GDBN} displays for each thread (in this order):
2194
2195 @enumerate
2196 @item the thread number assigned by @value{GDBN}
2197
2198 @item the target system's thread identifier (@var{systag})
2199
2200 @item the current stack frame summary for that thread
2201 @end enumerate
2202
2203 @noindent
2204 An asterisk @samp{*} to the left of the @value{GDBN} thread number
2205 indicates the current thread.
2206
2207 For example,
2208 @end table
2209 @c end table here to get a little more width for example
2210
2211 @smallexample
2212 (@value{GDBP}) info threads
2213     * 3 system thread 26607  worker (wptr=0x7b09c318 "@@") \@*
2214                                at quicksort.c:137
2215       2 system thread 26606  0x7b0030d8 in __ksleep () \@*
2216                                from /usr/lib/libc.2
2217       1 system thread 27905  0x7b003498 in _brk () \@*
2218                                from /usr/lib/libc.2
2219 @end smallexample
2220
2221 @table @code
2222 @kindex thread @var{threadno}
2223 @item thread @var{threadno}
2224 Make thread number @var{threadno} the current thread.  The command
2225 argument @var{threadno} is the internal @value{GDBN} thread number, as
2226 shown in the first field of the @samp{info threads} display.
2227 @value{GDBN} responds by displaying the system identifier of the thread
2228 you selected, and its current stack frame summary:
2229
2230 @smallexample
2231 @c FIXME!! This example made up; find a @value{GDBN} w/threads and get real one
2232 (@value{GDBP}) thread 2
2233 [Switching to process 35 thread 23]
2234 0x34e5 in sigpause ()
2235 @end smallexample
2236
2237 @noindent
2238 As with the @samp{[New @dots{}]} message, the form of the text after
2239 @samp{Switching to} depends on your system's conventions for identifying
2240 threads.
2241
2242 @kindex thread apply
2243 @item thread apply [@var{threadno}] [@var{all}]  @var{args}
2244 The @code{thread apply} command allows you to apply a command to one or
2245 more threads.  Specify the numbers of the threads that you want affected
2246 with the command argument @var{threadno}.  @var{threadno} is the internal
2247 @value{GDBN} thread number, as shown in the first field of the @samp{info
2248 threads} display.  To apply a command to all threads, use
2249 @code{thread apply all} @var{args}.
2250 @end table
2251
2252 @cindex automatic thread selection
2253 @cindex switching threads automatically
2254 @cindex threads, automatic switching
2255 Whenever @value{GDBN} stops your program, due to a breakpoint or a
2256 signal, it automatically selects the thread where that breakpoint or
2257 signal happened.  @value{GDBN} alerts you to the context switch with a
2258 message of the form @samp{[Switching to @var{systag}]} to identify the
2259 thread.
2260
2261 @xref{Thread Stops,,Stopping and starting multi-thread programs}, for
2262 more information about how @value{GDBN} behaves when you stop and start
2263 programs with multiple threads.
2264
2265 @xref{Set Watchpoints,,Setting watchpoints}, for information about
2266 watchpoints in programs with multiple threads.
2267
2268 @node Processes
2269 @section Debugging programs with multiple processes
2270
2271 @cindex fork, debugging programs which call
2272 @cindex multiple processes
2273 @cindex processes, multiple
2274 On most systems, @value{GDBN} has no special support for debugging
2275 programs which create additional processes using the @code{fork}
2276 function.  When a program forks, @value{GDBN} will continue to debug the
2277 parent process and the child process will run unimpeded.  If you have
2278 set a breakpoint in any code which the child then executes, the child
2279 will get a @code{SIGTRAP} signal which (unless it catches the signal)
2280 will cause it to terminate.
2281
2282 However, if you want to debug the child process there is a workaround
2283 which isn't too painful.  Put a call to @code{sleep} in the code which
2284 the child process executes after the fork.  It may be useful to sleep
2285 only if a certain environment variable is set, or a certain file exists,
2286 so that the delay need not occur when you don't want to run @value{GDBN}
2287 on the child.  While the child is sleeping, use the @code{ps} program to
2288 get its process ID.  Then tell @value{GDBN} (a new invocation of
2289 @value{GDBN} if you are also debugging the parent process) to attach to
2290 the child process (@pxref{Attach}).  From that point on you can debug
2291 the child process just like any other process which you attached to.
2292
2293 On some systems, @value{GDBN} provides support for debugging programs that
2294 create additional processes using the @code{fork} or @code{vfork} functions.
2295 Currently, the only platforms with this feature are HP-UX (11.x and later
2296 only?) and GNU/Linux (kernel version 2.5.60 and later).
2297
2298 By default, when a program forks, @value{GDBN} will continue to debug
2299 the parent process and the child process will run unimpeded.
2300
2301 If you want to follow the child process instead of the parent process,
2302 use the command @w{@code{set follow-fork-mode}}.
2303
2304 @table @code
2305 @kindex set follow-fork-mode
2306 @item set follow-fork-mode @var{mode}
2307 Set the debugger response to a program call of @code{fork} or
2308 @code{vfork}.  A call to @code{fork} or @code{vfork} creates a new
2309 process.  The @var{mode} can be:
2310
2311 @table @code
2312 @item parent
2313 The original process is debugged after a fork.  The child process runs
2314 unimpeded.  This is the default.
2315
2316 @item child
2317 The new process is debugged after a fork.  The parent process runs
2318 unimpeded.
2319
2320 @end table
2321
2322 @item show follow-fork-mode
2323 Display the current debugger response to a @code{fork} or @code{vfork} call.
2324 @end table
2325
2326 If you ask to debug a child process and a @code{vfork} is followed by an
2327 @code{exec}, @value{GDBN} executes the new target up to the first
2328 breakpoint in the new target.  If you have a breakpoint set on
2329 @code{main} in your original program, the breakpoint will also be set on
2330 the child process's @code{main}.
2331
2332 When a child process is spawned by @code{vfork}, you cannot debug the
2333 child or parent until an @code{exec} call completes.
2334
2335 If you issue a @code{run} command to @value{GDBN} after an @code{exec}
2336 call executes, the new target restarts.  To restart the parent process,
2337 use the @code{file} command with the parent executable name as its
2338 argument.
2339
2340 You can use the @code{catch} command to make @value{GDBN} stop whenever
2341 a @code{fork}, @code{vfork}, or @code{exec} call is made.  @xref{Set
2342 Catchpoints, ,Setting catchpoints}.
2343
2344 @node Stopping
2345 @chapter Stopping and Continuing
2346
2347 The principal purposes of using a debugger are so that you can stop your
2348 program before it terminates; or so that, if your program runs into
2349 trouble, you can investigate and find out why.
2350
2351 Inside @value{GDBN}, your program may stop for any of several reasons,
2352 such as a signal, a breakpoint, or reaching a new line after a
2353 @value{GDBN} command such as @code{step}.  You may then examine and
2354 change variables, set new breakpoints or remove old ones, and then
2355 continue execution.  Usually, the messages shown by @value{GDBN} provide
2356 ample explanation of the status of your program---but you can also
2357 explicitly request this information at any time.
2358
2359 @table @code
2360 @kindex info program
2361 @item info program
2362 Display information about the status of your program: whether it is
2363 running or not, what process it is, and why it stopped.
2364 @end table
2365
2366 @menu
2367 * Breakpoints::                 Breakpoints, watchpoints, and catchpoints
2368 * Continuing and Stepping::     Resuming execution
2369 * Signals::                     Signals
2370 * Thread Stops::                Stopping and starting multi-thread programs
2371 @end menu
2372
2373 @node Breakpoints
2374 @section Breakpoints, watchpoints, and catchpoints
2375
2376 @cindex breakpoints
2377 A @dfn{breakpoint} makes your program stop whenever a certain point in
2378 the program is reached.  For each breakpoint, you can add conditions to
2379 control in finer detail whether your program stops.  You can set
2380 breakpoints with the @code{break} command and its variants (@pxref{Set
2381 Breaks, ,Setting breakpoints}), to specify the place where your program
2382 should stop by line number, function name or exact address in the
2383 program.
2384
2385 In HP-UX, SunOS 4.x, SVR4, and Alpha OSF/1 configurations, you can set
2386 breakpoints in shared libraries before the executable is run.  There is
2387 a minor limitation on HP-UX systems: you must wait until the executable
2388 is run in order to set breakpoints in shared library routines that are
2389 not called directly by the program (for example, routines that are
2390 arguments in a @code{pthread_create} call).
2391
2392 @cindex watchpoints
2393 @cindex memory tracing
2394 @cindex breakpoint on memory address
2395 @cindex breakpoint on variable modification
2396 A @dfn{watchpoint} is a special breakpoint that stops your program
2397 when the value of an expression changes.  You must use a different
2398 command to set watchpoints (@pxref{Set Watchpoints, ,Setting
2399 watchpoints}), but aside from that, you can manage a watchpoint like
2400 any other breakpoint: you enable, disable, and delete both breakpoints
2401 and watchpoints using the same commands.
2402
2403 You can arrange to have values from your program displayed automatically
2404 whenever @value{GDBN} stops at a breakpoint.  @xref{Auto Display,,
2405 Automatic display}.
2406
2407 @cindex catchpoints
2408 @cindex breakpoint on events
2409 A @dfn{catchpoint} is another special breakpoint that stops your program
2410 when a certain kind of event occurs, such as the throwing of a C@t{++}
2411 exception or the loading of a library.  As with watchpoints, you use a
2412 different command to set a catchpoint (@pxref{Set Catchpoints, ,Setting
2413 catchpoints}), but aside from that, you can manage a catchpoint like any
2414 other breakpoint.  (To stop when your program receives a signal, use the
2415 @code{handle} command; see @ref{Signals, ,Signals}.)
2416
2417 @cindex breakpoint numbers
2418 @cindex numbers for breakpoints
2419 @value{GDBN} assigns a number to each breakpoint, watchpoint, or
2420 catchpoint when you create it; these numbers are successive integers
2421 starting with one.  In many of the commands for controlling various
2422 features of breakpoints you use the breakpoint number to say which
2423 breakpoint you want to change.  Each breakpoint may be @dfn{enabled} or
2424 @dfn{disabled}; if disabled, it has no effect on your program until you
2425 enable it again.
2426
2427 @cindex breakpoint ranges
2428 @cindex ranges of breakpoints
2429 Some @value{GDBN} commands accept a range of breakpoints on which to
2430 operate.  A breakpoint range is either a single breakpoint number, like
2431 @samp{5}, or two such numbers, in increasing order, separated by a
2432 hyphen, like @samp{5-7}.  When a breakpoint range is given to a command,
2433 all breakpoint in that range are operated on.
2434
2435 @menu
2436 * Set Breaks::                  Setting breakpoints
2437 * Set Watchpoints::             Setting watchpoints
2438 * Set Catchpoints::             Setting catchpoints
2439 * Delete Breaks::               Deleting breakpoints
2440 * Disabling::                   Disabling breakpoints
2441 * Conditions::                  Break conditions
2442 * Break Commands::              Breakpoint command lists
2443 * Breakpoint Menus::            Breakpoint menus
2444 * Error in Breakpoints::        ``Cannot insert breakpoints''
2445 * Breakpoint related warnings:: ``Breakpoint address adjusted...''
2446 @end menu
2447
2448 @node Set Breaks
2449 @subsection Setting breakpoints
2450
2451 @c FIXME LMB what does GDB do if no code on line of breakpt?
2452 @c       consider in particular declaration with/without initialization.
2453 @c
2454 @c FIXME 2 is there stuff on this already? break at fun start, already init?
2455
2456 @kindex break
2457 @kindex b @r{(@code{break})}
2458 @vindex $bpnum@r{, convenience variable}
2459 @cindex latest breakpoint
2460 Breakpoints are set with the @code{break} command (abbreviated
2461 @code{b}).  The debugger convenience variable @samp{$bpnum} records the
2462 number of the breakpoint you've set most recently; see @ref{Convenience
2463 Vars,, Convenience variables}, for a discussion of what you can do with
2464 convenience variables.
2465
2466 You have several ways to say where the breakpoint should go.
2467
2468 @table @code
2469 @item break @var{function}
2470 Set a breakpoint at entry to function @var{function}.
2471 When using source languages that permit overloading of symbols, such as
2472 C@t{++}, @var{function} may refer to more than one possible place to break.
2473 @xref{Breakpoint Menus,,Breakpoint menus}, for a discussion of that situation.
2474
2475 @item break +@var{offset}
2476 @itemx break -@var{offset}
2477 Set a breakpoint some number of lines forward or back from the position
2478 at which execution stopped in the currently selected @dfn{stack frame}.
2479 (@xref{Frames, ,Frames}, for a description of stack frames.)
2480
2481 @item break @var{linenum}
2482 Set a breakpoint at line @var{linenum} in the current source file.
2483 The current source file is the last file whose source text was printed.
2484 The breakpoint will stop your program just before it executes any of the
2485 code on that line.
2486
2487 @item break @var{filename}:@var{linenum}
2488 Set a breakpoint at line @var{linenum} in source file @var{filename}.
2489
2490 @item break @var{filename}:@var{function}
2491 Set a breakpoint at entry to function @var{function} found in file
2492 @var{filename}.  Specifying a file name as well as a function name is
2493 superfluous except when multiple files contain similarly named
2494 functions.
2495
2496 @item break *@var{address}
2497 Set a breakpoint at address @var{address}.  You can use this to set
2498 breakpoints in parts of your program which do not have debugging
2499 information or source files.
2500
2501 @item break
2502 When called without any arguments, @code{break} sets a breakpoint at
2503 the next instruction to be executed in the selected stack frame
2504 (@pxref{Stack, ,Examining the Stack}).  In any selected frame but the
2505 innermost, this makes your program stop as soon as control
2506 returns to that frame.  This is similar to the effect of a
2507 @code{finish} command in the frame inside the selected frame---except
2508 that @code{finish} does not leave an active breakpoint.  If you use
2509 @code{break} without an argument in the innermost frame, @value{GDBN} stops
2510 the next time it reaches the current location; this may be useful
2511 inside loops.
2512
2513 @value{GDBN} normally ignores breakpoints when it resumes execution, until at
2514 least one instruction has been executed.  If it did not do this, you
2515 would be unable to proceed past a breakpoint without first disabling the
2516 breakpoint.  This rule applies whether or not the breakpoint already
2517 existed when your program stopped.
2518
2519 @item break @dots{} if @var{cond}
2520 Set a breakpoint with condition @var{cond}; evaluate the expression
2521 @var{cond} each time the breakpoint is reached, and stop only if the
2522 value is nonzero---that is, if @var{cond} evaluates as true.
2523 @samp{@dots{}} stands for one of the possible arguments described
2524 above (or no argument) specifying where to break.  @xref{Conditions,
2525 ,Break conditions}, for more information on breakpoint conditions.
2526
2527 @kindex tbreak
2528 @item tbreak @var{args}
2529 Set a breakpoint enabled only for one stop.  @var{args} are the
2530 same as for the @code{break} command, and the breakpoint is set in the same
2531 way, but the breakpoint is automatically deleted after the first time your
2532 program stops there.  @xref{Disabling, ,Disabling breakpoints}.
2533
2534 @kindex hbreak
2535 @item hbreak @var{args}
2536 Set a hardware-assisted breakpoint.  @var{args} are the same as for the
2537 @code{break} command and the breakpoint is set in the same way, but the
2538 breakpoint requires hardware support and some target hardware may not
2539 have this support.  The main purpose of this is EPROM/ROM code
2540 debugging, so you can set a breakpoint at an instruction without
2541 changing the instruction.  This can be used with the new trap-generation
2542 provided by SPARClite DSU and some x86-based targets.  These targets
2543 will generate traps when a program accesses some data or instruction
2544 address that is assigned to the debug registers.  However the hardware
2545 breakpoint registers can take a limited number of breakpoints.  For
2546 example, on the DSU, only two data breakpoints can be set at a time, and
2547 @value{GDBN} will reject this command if more than two are used.  Delete
2548 or disable unused hardware breakpoints before setting new ones
2549 (@pxref{Disabling, ,Disabling}).  @xref{Conditions, ,Break conditions}.
2550 @xref{set remote hardware-breakpoint-limit}.
2551
2552
2553 @kindex thbreak
2554 @item thbreak @var{args}
2555 Set a hardware-assisted breakpoint enabled only for one stop.  @var{args}
2556 are the same as for the @code{hbreak} command and the breakpoint is set in
2557 the same way.  However, like the @code{tbreak} command,
2558 the breakpoint is automatically deleted after the
2559 first time your program stops there.  Also, like the @code{hbreak}
2560 command, the breakpoint requires hardware support and some target hardware
2561 may not have this support.  @xref{Disabling, ,Disabling breakpoints}.
2562 See also @ref{Conditions, ,Break conditions}.
2563
2564 @kindex rbreak
2565 @cindex regular expression
2566 @item rbreak @var{regex}
2567 Set breakpoints on all functions matching the regular expression
2568 @var{regex}.  This command sets an unconditional breakpoint on all
2569 matches, printing a list of all breakpoints it set.  Once these
2570 breakpoints are set, they are treated just like the breakpoints set with
2571 the @code{break} command.  You can delete them, disable them, or make
2572 them conditional the same way as any other breakpoint.
2573
2574 The syntax of the regular expression is the standard one used with tools
2575 like @file{grep}.  Note that this is different from the syntax used by
2576 shells, so for instance @code{foo*} matches all functions that include
2577 an @code{fo} followed by zero or more @code{o}s.  There is an implicit
2578 @code{.*} leading and trailing the regular expression you supply, so to
2579 match only functions that begin with @code{foo}, use @code{^foo}.
2580
2581 When debugging C@t{++} programs, @code{rbreak} is useful for setting
2582 breakpoints on overloaded functions that are not members of any special
2583 classes.
2584
2585 @kindex info breakpoints
2586 @cindex @code{$_} and @code{info breakpoints}
2587 @item info breakpoints @r{[}@var{n}@r{]}
2588 @itemx info break @r{[}@var{n}@r{]}
2589 @itemx info watchpoints @r{[}@var{n}@r{]}
2590 Print a table of all breakpoints, watchpoints, and catchpoints set and
2591 not deleted, with the following columns for each breakpoint:
2592
2593 @table @emph
2594 @item Breakpoint Numbers
2595 @item Type
2596 Breakpoint, watchpoint, or catchpoint.
2597 @item Disposition
2598 Whether the breakpoint is marked to be disabled or deleted when hit.
2599 @item Enabled or Disabled
2600 Enabled breakpoints are marked with @samp{y}.  @samp{n} marks breakpoints
2601 that are not enabled.
2602 @item Address
2603 Where the breakpoint is in your program, as a memory address.  If the
2604 breakpoint is pending (see below for details) on a future load of a shared library, the address
2605 will be listed as @samp{<PENDING>}.
2606 @item What
2607 Where the breakpoint is in the source for your program, as a file and
2608 line number.  For a pending breakpoint, the original string passed to
2609 the breakpoint command will be listed as it cannot be resolved until
2610 the appropriate shared library is loaded in the future.
2611 @end table
2612
2613 @noindent
2614 If a breakpoint is conditional, @code{info break} shows the condition on
2615 the line following the affected breakpoint; breakpoint commands, if any,
2616 are listed after that.  A pending breakpoint is allowed to have a condition
2617 specified for it.  The condition is not parsed for validity until a shared
2618 library is loaded that allows the pending breakpoint to resolve to a
2619 valid location.
2620
2621 @noindent
2622 @code{info break} with a breakpoint
2623 number @var{n} as argument lists only that breakpoint.  The
2624 convenience variable @code{$_} and the default examining-address for
2625 the @code{x} command are set to the address of the last breakpoint
2626 listed (@pxref{Memory, ,Examining memory}).
2627
2628 @noindent
2629 @code{info break} displays a count of the number of times the breakpoint
2630 has been hit.  This is especially useful in conjunction with the
2631 @code{ignore} command.  You can ignore a large number of breakpoint
2632 hits, look at the breakpoint info to see how many times the breakpoint
2633 was hit, and then run again, ignoring one less than that number.  This
2634 will get you quickly to the last hit of that breakpoint.
2635 @end table
2636
2637 @value{GDBN} allows you to set any number of breakpoints at the same place in
2638 your program.  There is nothing silly or meaningless about this.  When
2639 the breakpoints are conditional, this is even useful
2640 (@pxref{Conditions, ,Break conditions}).
2641
2642 @cindex pending breakpoints
2643 If a specified breakpoint location cannot be found, it may be due to the fact
2644 that the location is in a shared library that is yet to be loaded.  In such
2645 a case, you may want @value{GDBN} to create a special breakpoint (known as
2646 a @dfn{pending breakpoint}) that
2647 attempts to resolve itself in the future when an appropriate shared library
2648 gets loaded.
2649
2650 Pending breakpoints are useful to set at the start of your
2651 @value{GDBN} session for locations that you know will be dynamically loaded
2652 later by the program being debugged.  When shared libraries are loaded,
2653 a check is made to see if the load resolves any pending breakpoint locations.
2654 If a pending breakpoint location gets resolved,
2655 a regular breakpoint is created and the original pending breakpoint is removed.
2656
2657 @value{GDBN} provides some additional commands for controlling pending
2658 breakpoint support:
2659
2660 @kindex set breakpoint pending
2661 @kindex show breakpoint pending
2662 @table @code
2663 @item set breakpoint pending auto
2664 This is the default behavior.  When @value{GDBN} cannot find the breakpoint
2665 location, it queries you whether a pending breakpoint should be created.
2666
2667 @item set breakpoint pending on
2668 This indicates that an unrecognized breakpoint location should automatically
2669 result in a pending breakpoint being created.
2670
2671 @item set breakpoint pending off
2672 This indicates that pending breakpoints are not to be created.  Any
2673 unrecognized breakpoint location results in an error.  This setting does
2674 not affect any pending breakpoints previously created.
2675
2676 @item show breakpoint pending
2677 Show the current behavior setting for creating pending breakpoints.
2678 @end table
2679
2680 @cindex operations allowed on pending breakpoints
2681 Normal breakpoint operations apply to pending breakpoints as well.  You may
2682 specify a condition for a pending breakpoint and/or commands to run when the
2683 breakpoint is reached.  You can also enable or disable
2684 the pending breakpoint.  When you specify a condition for a pending breakpoint,
2685 the parsing of the condition will be deferred until the point where the
2686 pending breakpoint location is resolved.  Disabling a pending breakpoint
2687 tells @value{GDBN} to not attempt to resolve the breakpoint on any subsequent
2688 shared library load.  When a pending breakpoint is re-enabled,
2689 @value{GDBN} checks to see if the location is already resolved.
2690 This is done because any number of shared library loads could have
2691 occurred since the time the breakpoint was disabled and one or more
2692 of these loads could resolve the location.
2693
2694 @cindex negative breakpoint numbers
2695 @cindex internal @value{GDBN} breakpoints
2696 @value{GDBN} itself sometimes sets breakpoints in your program for
2697 special purposes, such as proper handling of @code{longjmp} (in C
2698 programs).  These internal breakpoints are assigned negative numbers,
2699 starting with @code{-1}; @samp{info breakpoints} does not display them.
2700 You can see these breakpoints with the @value{GDBN} maintenance command
2701 @samp{maint info breakpoints} (@pxref{maint info breakpoints}).
2702
2703
2704 @node Set Watchpoints
2705 @subsection Setting watchpoints
2706
2707 @cindex setting watchpoints
2708 @cindex software watchpoints
2709 @cindex hardware watchpoints
2710 You can use a watchpoint to stop execution whenever the value of an
2711 expression changes, without having to predict a particular place where
2712 this may happen.
2713
2714 Depending on your system, watchpoints may be implemented in software or
2715 hardware.  @value{GDBN} does software watchpointing by single-stepping your
2716 program and testing the variable's value each time, which is hundreds of
2717 times slower than normal execution.  (But this may still be worth it, to
2718 catch errors where you have no clue what part of your program is the
2719 culprit.)
2720
2721 On some systems, such as HP-UX, @sc{gnu}/Linux and some other x86-based targets,
2722 @value{GDBN} includes support for
2723 hardware watchpoints, which do not slow down the running of your
2724 program.
2725
2726 @table @code
2727 @kindex watch
2728 @item watch @var{expr}
2729 Set a watchpoint for an expression.  @value{GDBN} will break when @var{expr}
2730 is written into by the program and its value changes.
2731
2732 @kindex rwatch
2733 @item rwatch @var{expr}
2734 Set a watchpoint that will break when watch @var{expr} is read by the program.
2735
2736 @kindex awatch
2737 @item awatch @var{expr}
2738 Set a watchpoint that will break when @var{expr} is either read or written into
2739 by the program.
2740
2741 @kindex info watchpoints
2742 @item info watchpoints
2743 This command prints a list of watchpoints, breakpoints, and catchpoints;
2744 it is the same as @code{info break}.
2745 @end table
2746
2747 @value{GDBN} sets a @dfn{hardware watchpoint} if possible.  Hardware
2748 watchpoints execute very quickly, and the debugger reports a change in
2749 value at the exact instruction where the change occurs.  If @value{GDBN}
2750 cannot set a hardware watchpoint, it sets a software watchpoint, which
2751 executes more slowly and reports the change in value at the next
2752 statement, not the instruction, after the change occurs.
2753
2754 When you issue the @code{watch} command, @value{GDBN} reports
2755
2756 @smallexample
2757 Hardware watchpoint @var{num}: @var{expr}
2758 @end smallexample
2759
2760 @noindent
2761 if it was able to set a hardware watchpoint.
2762
2763 Currently, the @code{awatch} and @code{rwatch} commands can only set
2764 hardware watchpoints, because accesses to data that don't change the
2765 value of the watched expression cannot be detected without examining
2766 every instruction as it is being executed, and @value{GDBN} does not do
2767 that currently.  If @value{GDBN} finds that it is unable to set a
2768 hardware breakpoint with the @code{awatch} or @code{rwatch} command, it
2769 will print a message like this:
2770
2771 @smallexample
2772 Expression cannot be implemented with read/access watchpoint.
2773 @end smallexample
2774
2775 Sometimes, @value{GDBN} cannot set a hardware watchpoint because the
2776 data type of the watched expression is wider than what a hardware
2777 watchpoint on the target machine can handle.  For example, some systems
2778 can only watch regions that are up to 4 bytes wide; on such systems you
2779 cannot set hardware watchpoints for an expression that yields a
2780 double-precision floating-point number (which is typically 8 bytes
2781 wide).  As a work-around, it might be possible to break the large region
2782 into a series of smaller ones and watch them with separate watchpoints.
2783
2784 If you set too many hardware watchpoints, @value{GDBN} might be unable
2785 to insert all of them when you resume the execution of your program.
2786 Since the precise number of active watchpoints is unknown until such
2787 time as the program is about to be resumed, @value{GDBN} might not be
2788 able to warn you about this when you set the watchpoints, and the
2789 warning will be printed only when the program is resumed:
2790
2791 @smallexample
2792 Hardware watchpoint @var{num}: Could not insert watchpoint
2793 @end smallexample
2794
2795 @noindent
2796 If this happens, delete or disable some of the watchpoints.
2797
2798 The SPARClite DSU will generate traps when a program accesses some data
2799 or instruction address that is assigned to the debug registers.  For the
2800 data addresses, DSU facilitates the @code{watch} command.  However the
2801 hardware breakpoint registers can only take two data watchpoints, and
2802 both watchpoints must be the same kind.  For example, you can set two
2803 watchpoints with @code{watch} commands, two with @code{rwatch} commands,
2804 @strong{or} two with @code{awatch} commands, but you cannot set one
2805 watchpoint with one command and the other with a different command.
2806 @value{GDBN} will reject the command if you try to mix watchpoints.
2807 Delete or disable unused watchpoint commands before setting new ones.
2808
2809 If you call a function interactively using @code{print} or @code{call},
2810 any watchpoints you have set will be inactive until @value{GDBN} reaches another
2811 kind of breakpoint or the call completes.
2812
2813 @value{GDBN} automatically deletes watchpoints that watch local
2814 (automatic) variables, or expressions that involve such variables, when
2815 they go out of scope, that is, when the execution leaves the block in
2816 which these variables were defined.  In particular, when the program
2817 being debugged terminates, @emph{all} local variables go out of scope,
2818 and so only watchpoints that watch global variables remain set.  If you
2819 rerun the program, you will need to set all such watchpoints again.  One
2820 way of doing that would be to set a code breakpoint at the entry to the
2821 @code{main} function and when it breaks, set all the watchpoints.
2822
2823 @quotation
2824 @cindex watchpoints and threads
2825 @cindex threads and watchpoints
2826 @emph{Warning:} In multi-thread programs, watchpoints have only limited
2827 usefulness.  With the current watchpoint implementation, @value{GDBN}
2828 can only watch the value of an expression @emph{in a single thread}.  If
2829 you are confident that the expression can only change due to the current
2830 thread's activity (and if you are also confident that no other thread
2831 can become current), then you can use watchpoints as usual.  However,
2832 @value{GDBN} may not notice when a non-current thread's activity changes
2833 the expression.
2834
2835 @c FIXME: this is almost identical to the previous paragraph.
2836 @emph{HP-UX Warning:} In multi-thread programs, software watchpoints
2837 have only limited usefulness.  If @value{GDBN} creates a software
2838 watchpoint, it can only watch the value of an expression @emph{in a
2839 single thread}.  If you are confident that the expression can only
2840 change due to the current thread's activity (and if you are also
2841 confident that no other thread can become current), then you can use
2842 software watchpoints as usual.  However, @value{GDBN} may not notice
2843 when a non-current thread's activity changes the expression.  (Hardware
2844 watchpoints, in contrast, watch an expression in all threads.)
2845 @end quotation
2846
2847 @xref{set remote hardware-watchpoint-limit}.
2848
2849 @node Set Catchpoints
2850 @subsection Setting catchpoints
2851 @cindex catchpoints, setting
2852 @cindex exception handlers
2853 @cindex event handling
2854
2855 You can use @dfn{catchpoints} to cause the debugger to stop for certain
2856 kinds of program events, such as C@t{++} exceptions or the loading of a
2857 shared library.  Use the @code{catch} command to set a catchpoint.
2858
2859 @table @code
2860 @kindex catch
2861 @item catch @var{event}
2862 Stop when @var{event} occurs.  @var{event} can be any of the following:
2863 @table @code
2864 @item throw
2865 @kindex catch throw
2866 The throwing of a C@t{++} exception.
2867
2868 @item catch
2869 @kindex catch catch
2870 The catching of a C@t{++} exception.
2871
2872 @item exec
2873 @kindex catch exec
2874 A call to @code{exec}.  This is currently only available for HP-UX.
2875
2876 @item fork
2877 @kindex catch fork
2878 A call to @code{fork}.  This is currently only available for HP-UX.
2879
2880 @item vfork
2881 @kindex catch vfork
2882 A call to @code{vfork}.  This is currently only available for HP-UX.
2883
2884 @item load
2885 @itemx load @var{libname}
2886 @kindex catch load
2887 The dynamic loading of any shared library, or the loading of the library
2888 @var{libname}.  This is currently only available for HP-UX.
2889
2890 @item unload
2891 @itemx unload @var{libname}
2892 @kindex catch unload
2893 The unloading of any dynamically loaded shared library, or the unloading
2894 of the library @var{libname}.  This is currently only available for HP-UX.
2895 @end table
2896
2897 @item tcatch @var{event}
2898 Set a catchpoint that is enabled only for one stop.  The catchpoint is
2899 automatically deleted after the first time the event is caught.
2900
2901 @end table
2902
2903 Use the @code{info break} command to list the current catchpoints.
2904
2905 There are currently some limitations to C@t{++} exception handling
2906 (@code{catch throw} and @code{catch catch}) in @value{GDBN}:
2907
2908 @itemize @bullet
2909 @item
2910 If you call a function interactively, @value{GDBN} normally returns
2911 control to you when the function has finished executing.  If the call
2912 raises an exception, however, the call may bypass the mechanism that
2913 returns control to you and cause your program either to abort or to
2914 simply continue running until it hits a breakpoint, catches a signal
2915 that @value{GDBN} is listening for, or exits.  This is the case even if
2916 you set a catchpoint for the exception; catchpoints on exceptions are
2917 disabled within interactive calls.
2918
2919 @item
2920 You cannot raise an exception interactively.
2921
2922 @item
2923 You cannot install an exception handler interactively.
2924 @end itemize
2925
2926 @cindex raise exceptions
2927 Sometimes @code{catch} is not the best way to debug exception handling:
2928 if you need to know exactly where an exception is raised, it is better to
2929 stop @emph{before} the exception handler is called, since that way you
2930 can see the stack before any unwinding takes place.  If you set a
2931 breakpoint in an exception handler instead, it may not be easy to find
2932 out where the exception was raised.
2933
2934 To stop just before an exception handler is called, you need some
2935 knowledge of the implementation.  In the case of @sc{gnu} C@t{++}, exceptions are
2936 raised by calling a library function named @code{__raise_exception}
2937 which has the following ANSI C interface:
2938
2939 @smallexample
2940     /* @var{addr} is where the exception identifier is stored.
2941        @var{id} is the exception identifier.  */
2942     void __raise_exception (void **addr, void *id);
2943 @end smallexample
2944
2945 @noindent
2946 To make the debugger catch all exceptions before any stack
2947 unwinding takes place, set a breakpoint on @code{__raise_exception}
2948 (@pxref{Breakpoints, ,Breakpoints; watchpoints; and exceptions}).
2949
2950 With a conditional breakpoint (@pxref{Conditions, ,Break conditions})
2951 that depends on the value of @var{id}, you can stop your program when
2952 a specific exception is raised.  You can use multiple conditional
2953 breakpoints to stop your program when any of a number of exceptions are
2954 raised.
2955
2956
2957 @node Delete Breaks
2958 @subsection Deleting breakpoints
2959
2960 @cindex clearing breakpoints, watchpoints, catchpoints
2961 @cindex deleting breakpoints, watchpoints, catchpoints
2962 It is often necessary to eliminate a breakpoint, watchpoint, or
2963 catchpoint once it has done its job and you no longer want your program
2964 to stop there.  This is called @dfn{deleting} the breakpoint.  A
2965 breakpoint that has been deleted no longer exists; it is forgotten.
2966
2967 With the @code{clear} command you can delete breakpoints according to
2968 where they are in your program.  With the @code{delete} command you can
2969 delete individual breakpoints, watchpoints, or catchpoints by specifying
2970 their breakpoint numbers.
2971
2972 It is not necessary to delete a breakpoint to proceed past it.  @value{GDBN}
2973 automatically ignores breakpoints on the first instruction to be executed
2974 when you continue execution without changing the execution address.
2975
2976 @table @code
2977 @kindex clear
2978 @item clear
2979 Delete any breakpoints at the next instruction to be executed in the
2980 selected stack frame (@pxref{Selection, ,Selecting a frame}).  When
2981 the innermost frame is selected, this is a good way to delete a
2982 breakpoint where your program just stopped.
2983
2984 @item clear @var{function}
2985 @itemx clear @var{filename}:@var{function}
2986 Delete any breakpoints set at entry to the function @var{function}.
2987
2988 @item clear @var{linenum}
2989 @itemx clear @var{filename}:@var{linenum}
2990 Delete any breakpoints set at or within the code of the specified line.
2991
2992 @cindex delete breakpoints
2993 @kindex delete
2994 @kindex d @r{(@code{delete})}
2995 @item delete @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
2996 Delete the breakpoints, watchpoints, or catchpoints of the breakpoint
2997 ranges specified as arguments.  If no argument is specified, delete all
2998 breakpoints (@value{GDBN} asks confirmation, unless you have @code{set
2999 confirm off}).  You can abbreviate this command as @code{d}.
3000 @end table
3001
3002 @node Disabling
3003 @subsection Disabling breakpoints
3004
3005 @kindex disable breakpoints
3006 @kindex enable breakpoints
3007 Rather than deleting a breakpoint, watchpoint, or catchpoint, you might
3008 prefer to @dfn{disable} it.  This makes the breakpoint inoperative as if
3009 it had been deleted, but remembers the information on the breakpoint so
3010 that you can @dfn{enable} it again later.
3011
3012 You disable and enable breakpoints, watchpoints, and catchpoints with
3013 the @code{enable} and @code{disable} commands, optionally specifying one
3014 or more breakpoint numbers as arguments.  Use @code{info break} or
3015 @code{info watch} to print a list of breakpoints, watchpoints, and
3016 catchpoints if you do not know which numbers to use.
3017
3018 A breakpoint, watchpoint, or catchpoint can have any of four different
3019 states of enablement:
3020
3021 @itemize @bullet
3022 @item
3023 Enabled.  The breakpoint stops your program.  A breakpoint set
3024 with the @code{break} command starts out in this state.
3025 @item
3026 Disabled.  The breakpoint has no effect on your program.
3027 @item
3028 Enabled once.  The breakpoint stops your program, but then becomes
3029 disabled.
3030 @item
3031 Enabled for deletion.  The breakpoint stops your program, but
3032 immediately after it does so it is deleted permanently.  A breakpoint
3033 set with the @code{tbreak} command starts out in this state.
3034 @end itemize
3035
3036 You can use the following commands to enable or disable breakpoints,
3037 watchpoints, and catchpoints:
3038
3039 @table @code
3040 @kindex disable breakpoints
3041 @kindex disable
3042 @kindex dis @r{(@code{disable})}
3043 @item disable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
3044 Disable the specified breakpoints---or all breakpoints, if none are
3045 listed.  A disabled breakpoint has no effect but is not forgotten.  All
3046 options such as ignore-counts, conditions and commands are remembered in
3047 case the breakpoint is enabled again later.  You may abbreviate
3048 @code{disable} as @code{dis}.
3049
3050 @kindex enable breakpoints
3051 @kindex enable
3052 @item enable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
3053 Enable the specified breakpoints (or all defined breakpoints).  They
3054 become effective once again in stopping your program.
3055
3056 @item enable @r{[}breakpoints@r{]} once @var{range}@dots{}
3057 Enable the specified breakpoints temporarily.  @value{GDBN} disables any
3058 of these breakpoints immediately after stopping your program.
3059
3060 @item enable @r{[}breakpoints@r{]} delete @var{range}@dots{}
3061 Enable the specified breakpoints to work once, then die.  @value{GDBN}
3062 deletes any of these breakpoints as soon as your program stops there.
3063 @end table
3064
3065 @c FIXME: I think the following ``Except for [...] @code{tbreak}'' is
3066 @c confusing: tbreak is also initially enabled.
3067 Except for a breakpoint set with @code{tbreak} (@pxref{Set Breaks,
3068 ,Setting breakpoints}), breakpoints that you set are initially enabled;
3069 subsequently, they become disabled or enabled only when you use one of
3070 the commands above.  (The command @code{until} can set and delete a
3071 breakpoint of its own, but it does not change the state of your other
3072 breakpoints; see @ref{Continuing and Stepping, ,Continuing and
3073 stepping}.)
3074
3075 @node Conditions
3076 @subsection Break conditions
3077 @cindex conditional breakpoints
3078 @cindex breakpoint conditions
3079
3080 @c FIXME what is scope of break condition expr?  Context where wanted?
3081 @c      in particular for a watchpoint?
3082 The simplest sort of breakpoint breaks every time your program reaches a
3083 specified place.  You can also specify a @dfn{condition} for a
3084 breakpoint.  A condition is just a Boolean expression in your
3085 programming language (@pxref{Expressions, ,Expressions}).  A breakpoint with
3086 a condition evaluates the expression each time your program reaches it,
3087 and your program stops only if the condition is @emph{true}.
3088
3089 This is the converse of using assertions for program validation; in that
3090 situation, you want to stop when the assertion is violated---that is,
3091 when the condition is false.  In C, if you want to test an assertion expressed
3092 by the condition @var{assert}, you should set the condition
3093 @samp{! @var{assert}} on the appropriate breakpoint.
3094
3095 Conditions are also accepted for watchpoints; you may not need them,
3096 since a watchpoint is inspecting the value of an expression anyhow---but
3097 it might be simpler, say, to just set a watchpoint on a variable name,
3098 and specify a condition that tests whether the new value is an interesting
3099 one.
3100
3101 Break conditions can have side effects, and may even call functions in
3102 your program.  This can be useful, for example, to activate functions
3103 that log program progress, or to use your own print functions to
3104 format special data structures. The effects are completely predictable
3105 unless there is another enabled breakpoint at the same address.  (In
3106 that case, @value{GDBN} might see the other breakpoint first and stop your
3107 program without checking the condition of this one.)  Note that
3108 breakpoint commands are usually more convenient and flexible than break
3109 conditions for the
3110 purpose of performing side effects when a breakpoint is reached
3111 (@pxref{Break Commands, ,Breakpoint command lists}).
3112
3113 Break conditions can be specified when a breakpoint is set, by using
3114 @samp{if} in the arguments to the @code{break} command.  @xref{Set
3115 Breaks, ,Setting breakpoints}.  They can also be changed at any time
3116 with the @code{condition} command.
3117
3118 You can also use the @code{if} keyword with the @code{watch} command.
3119 The @code{catch} command does not recognize the @code{if} keyword;
3120 @code{condition} is the only way to impose a further condition on a
3121 catchpoint.
3122
3123 @table @code
3124 @kindex condition
3125 @item condition @var{bnum} @var{expression}
3126 Specify @var{expression} as the break condition for breakpoint,
3127 watchpoint, or catchpoint number @var{bnum}.  After you set a condition,
3128 breakpoint @var{bnum} stops your program only if the value of
3129 @var{expression} is true (nonzero, in C).  When you use
3130 @code{condition}, @value{GDBN} checks @var{expression} immediately for
3131 syntactic correctness, and to determine whether symbols in it have
3132 referents in the context of your breakpoint.  If @var{expression} uses
3133 symbols not referenced in the context of the breakpoint, @value{GDBN}
3134 prints an error message:
3135
3136 @smallexample
3137 No symbol "foo" in current context.
3138 @end smallexample
3139
3140 @noindent
3141 @value{GDBN} does
3142 not actually evaluate @var{expression} at the time the @code{condition}
3143 command (or a command that sets a breakpoint with a condition, like
3144 @code{break if @dots{}}) is given, however.  @xref{Expressions, ,Expressions}.
3145
3146 @item condition @var{bnum}
3147 Remove the condition from breakpoint number @var{bnum}.  It becomes
3148 an ordinary unconditional breakpoint.
3149 @end table
3150
3151 @cindex ignore count (of breakpoint)
3152 A special case of a breakpoint condition is to stop only when the
3153 breakpoint has been reached a certain number of times.  This is so
3154 useful that there is a special way to do it, using the @dfn{ignore
3155 count} of the breakpoint.  Every breakpoint has an ignore count, which
3156 is an integer.  Most of the time, the ignore count is zero, and
3157 therefore has no effect.  But if your program reaches a breakpoint whose
3158 ignore count is positive, then instead of stopping, it just decrements
3159 the ignore count by one and continues.  As a result, if the ignore count
3160 value is @var{n}, the breakpoint does not stop the next @var{n} times
3161 your program reaches it.
3162
3163 @table @code
3164 @kindex ignore
3165 @item ignore @var{bnum} @var{count}
3166 Set the ignore count of breakpoint number @var{bnum} to @var{count}.
3167 The next @var{count} times the breakpoint is reached, your program's
3168 execution does not stop; other than to decrement the ignore count, @value{GDBN}
3169 takes no action.
3170
3171 To make the breakpoint stop the next time it is reached, specify
3172 a count of zero.
3173
3174 When you use @code{continue} to resume execution of your program from a
3175 breakpoint, you can specify an ignore count directly as an argument to
3176 @code{continue}, rather than using @code{ignore}.  @xref{Continuing and
3177 Stepping,,Continuing and stepping}.
3178
3179 If a breakpoint has a positive ignore count and a condition, the
3180 condition is not checked.  Once the ignore count reaches zero,
3181 @value{GDBN} resumes checking the condition.
3182
3183 You could achieve the effect of the ignore count with a condition such
3184 as @w{@samp{$foo-- <= 0}} using a debugger convenience variable that
3185 is decremented each time.  @xref{Convenience Vars, ,Convenience
3186 variables}.
3187 @end table
3188
3189 Ignore counts apply to breakpoints, watchpoints, and catchpoints.
3190
3191
3192 @node Break Commands
3193 @subsection Breakpoint command lists
3194
3195 @cindex breakpoint commands
3196 You can give any breakpoint (or watchpoint or catchpoint) a series of
3197 commands to execute when your program stops due to that breakpoint.  For
3198 example, you might want to print the values of certain expressions, or
3199 enable other breakpoints.
3200
3201 @table @code
3202 @kindex commands
3203 @kindex end
3204 @item commands @r{[}@var{bnum}@r{]}
3205 @itemx @dots{} @var{command-list} @dots{}
3206 @itemx end
3207 Specify a list of commands for breakpoint number @var{bnum}.  The commands
3208 themselves appear on the following lines.  Type a line containing just
3209 @code{end} to terminate the commands.
3210
3211 To remove all commands from a breakpoint, type @code{commands} and
3212 follow it immediately with @code{end}; that is, give no commands.
3213
3214 With no @var{bnum} argument, @code{commands} refers to the last
3215 breakpoint, watchpoint, or catchpoint set (not to the breakpoint most
3216 recently encountered).
3217 @end table
3218
3219 Pressing @key{RET} as a means of repeating the last @value{GDBN} command is
3220 disabled within a @var{command-list}.
3221
3222 You can use breakpoint commands to start your program up again.  Simply
3223 use the @code{continue} command, or @code{step}, or any other command
3224 that resumes execution.
3225
3226 Any other commands in the command list, after a command that resumes
3227 execution, are ignored.  This is because any time you resume execution
3228 (even with a simple @code{next} or @code{step}), you may encounter
3229 another breakpoint---which could have its own command list, leading to
3230 ambiguities about which list to execute.
3231
3232 @kindex silent
3233 If the first command you specify in a command list is @code{silent}, the
3234 usual message about stopping at a breakpoint is not printed.  This may
3235 be desirable for breakpoints that are to print a specific message and
3236 then continue.  If none of the remaining commands print anything, you
3237 see no sign that the breakpoint was reached.  @code{silent} is
3238 meaningful only at the beginning of a breakpoint command list.
3239
3240 The commands @code{echo}, @code{output}, and @code{printf} allow you to
3241 print precisely controlled output, and are often useful in silent
3242 breakpoints.  @xref{Output, ,Commands for controlled output}.
3243
3244 For example, here is how you could use breakpoint commands to print the
3245 value of @code{x} at entry to @code{foo} whenever @code{x} is positive.
3246
3247 @smallexample
3248 break foo if x>0
3249 commands
3250 silent
3251 printf "x is %d\n",x
3252 cont
3253 end
3254 @end smallexample
3255
3256 One application for breakpoint commands is to compensate for one bug so
3257 you can test for another.  Put a breakpoint just after the erroneous line
3258 of code, give it a condition to detect the case in which something
3259 erroneous has been done, and give it commands to assign correct values
3260 to any variables that need them.  End with the @code{continue} command
3261 so that your program does not stop, and start with the @code{silent}
3262 command so that no output is produced.  Here is an example:
3263
3264 @smallexample
3265 break 403
3266 commands
3267 silent
3268 set x = y + 4
3269 cont
3270 end
3271 @end smallexample
3272
3273 @node Breakpoint Menus
3274 @subsection Breakpoint menus
3275 @cindex overloading
3276 @cindex symbol overloading
3277
3278 Some programming languages (notably C@t{++} and Objective-C) permit a
3279 single function name
3280 to be defined several times, for application in different contexts.
3281 This is called @dfn{overloading}.  When a function name is overloaded,
3282 @samp{break @var{function}} is not enough to tell @value{GDBN} where you want
3283 a breakpoint.  If you realize this is a problem, you can use
3284 something like @samp{break @var{function}(@var{types})} to specify which
3285 particular version of the function you want.  Otherwise, @value{GDBN} offers
3286 you a menu of numbered choices for different possible breakpoints, and
3287 waits for your selection with the prompt @samp{>}.  The first two
3288 options are always @samp{[0] cancel} and @samp{[1] all}.  Typing @kbd{1}
3289 sets a breakpoint at each definition of @var{function}, and typing
3290 @kbd{0} aborts the @code{break} command without setting any new
3291 breakpoints.
3292
3293 For example, the following session excerpt shows an attempt to set a
3294 breakpoint at the overloaded symbol @code{String::after}.
3295 We choose three particular definitions of that function name:
3296
3297 @c FIXME! This is likely to change to show arg type lists, at least
3298 @smallexample
3299 @group
3300 (@value{GDBP}) b String::after
3301 [0] cancel
3302 [1] all
3303 [2] file:String.cc; line number:867
3304 [3] file:String.cc; line number:860
3305 [4] file:String.cc; line number:875
3306 [5] file:String.cc; line number:853
3307 [6] file:String.cc; line number:846
3308 [7] file:String.cc; line number:735
3309 > 2 4 6
3310 Breakpoint 1 at 0xb26c: file String.cc, line 867.
3311 Breakpoint 2 at 0xb344: file String.cc, line 875.
3312 Breakpoint 3 at 0xafcc: file String.cc, line 846.
3313 Multiple breakpoints were set.
3314 Use the "delete" command to delete unwanted
3315  breakpoints.
3316 (@value{GDBP})
3317 @end group
3318 @end smallexample
3319
3320 @c  @ifclear BARETARGET
3321 @node Error in Breakpoints
3322 @subsection ``Cannot insert breakpoints''
3323 @c
3324 @c  FIXME!! 14/6/95  Is there a real example of this?  Let's use it.
3325 @c
3326 Under some operating systems, breakpoints cannot be used in a program if
3327 any other process is running that program.  In this situation,
3328 attempting to run or continue a program with a breakpoint causes
3329 @value{GDBN} to print an error message:
3330
3331 @smallexample
3332 Cannot insert breakpoints.
3333 The same program may be running in another process.
3334 @end smallexample
3335
3336 When this happens, you have three ways to proceed:
3337
3338 @enumerate
3339 @item
3340 Remove or disable the breakpoints, then continue.
3341
3342 @item
3343 Suspend @value{GDBN}, and copy the file containing your program to a new
3344 name.  Resume @value{GDBN} and use the @code{exec-file} command to specify
3345 that @value{GDBN} should run your program under that name.
3346 Then start your program again.
3347
3348 @item
3349 Relink your program so that the text segment is nonsharable, using the
3350 linker option @samp{-N}.  The operating system limitation may not apply
3351 to nonsharable executables.
3352 @end enumerate
3353 @c  @end ifclear
3354
3355 A similar message can be printed if you request too many active
3356 hardware-assisted breakpoints and watchpoints:
3357
3358 @c FIXME: the precise wording of this message may change; the relevant
3359 @c source change is not committed yet (Sep 3, 1999).
3360 @smallexample
3361 Stopped; cannot insert breakpoints.
3362 You may have requested too many hardware breakpoints and watchpoints.
3363 @end smallexample
3364
3365 @noindent
3366 This message is printed when you attempt to resume the program, since
3367 only then @value{GDBN} knows exactly how many hardware breakpoints and
3368 watchpoints it needs to insert.
3369
3370 When this message is printed, you need to disable or remove some of the
3371 hardware-assisted breakpoints and watchpoints, and then continue.
3372
3373 @node Breakpoint related warnings
3374 @subsection ``Breakpoint address adjusted...''
3375 @cindex breakpoint address adjusted
3376
3377 Some processor architectures place constraints on the addresses at
3378 which breakpoints may be placed.  For architectures thus constrained,
3379 @value{GDBN} will attempt to adjust the breakpoint's address to comply
3380 with the constraints dictated by the architecture.
3381
3382 One example of such an architecture is the Fujitsu FR-V.  The FR-V is
3383 a VLIW architecture in which a number of RISC-like instructions may be
3384 bundled together for parallel execution.  The FR-V architecture
3385 constrains the location of a breakpoint instruction within such a
3386 bundle to the instruction with the lowest address.  @value{GDBN}
3387 honors this constraint by adjusting a breakpoint's address to the
3388 first in the bundle.
3389
3390 It is not uncommon for optimized code to have bundles which contain
3391 instructions from different source statements, thus it may happen that
3392 a breakpoint's address will be adjusted from one source statement to
3393 another.  Since this adjustment may significantly alter @value{GDBN}'s
3394 breakpoint related behavior from what the user expects, a warning is
3395 printed when the breakpoint is first set and also when the breakpoint
3396 is hit.
3397
3398 A warning like the one below is printed when setting a breakpoint
3399 that's been subject to address adjustment:
3400
3401 @smallexample
3402 warning: Breakpoint address adjusted from 0x00010414 to 0x00010410.
3403 @end smallexample
3404
3405 Such warnings are printed both for user settable and @value{GDBN}'s
3406 internal breakpoints.  If you see one of these warnings, you should
3407 verify that a breakpoint set at the adjusted address will have the
3408 desired affect.  If not, the breakpoint in question may be removed and
3409 other breakpoints may be set which will have the desired behavior.
3410 E.g., it may be sufficient to place the breakpoint at a later
3411 instruction.  A conditional breakpoint may also be useful in some
3412 cases to prevent the breakpoint from triggering too often.
3413
3414 @value{GDBN} will also issue a warning when stopping at one of these
3415 adjusted breakpoints:
3416
3417 @smallexample
3418 warning: Breakpoint 1 address previously adjusted from 0x00010414
3419 to 0x00010410.
3420 @end smallexample
3421
3422 When this warning is encountered, it may be too late to take remedial
3423 action except in cases where the breakpoint is hit earlier or more
3424 frequently than expected.
3425
3426 @node Continuing and Stepping
3427 @section Continuing and stepping
3428
3429 @cindex stepping
3430 @cindex continuing
3431 @cindex resuming execution
3432 @dfn{Continuing} means resuming program execution until your program
3433 completes normally.  In contrast, @dfn{stepping} means executing just
3434 one more ``step'' of your program, where ``step'' may mean either one
3435 line of source code, or one machine instruction (depending on what
3436 particular command you use).  Either when continuing or when stepping,
3437 your program may stop even sooner, due to a breakpoint or a signal.  (If
3438 it stops due to a signal, you may want to use @code{handle}, or use
3439 @samp{signal 0} to resume execution.  @xref{Signals, ,Signals}.)
3440
3441 @table @code
3442 @kindex continue
3443 @kindex c @r{(@code{continue})}
3444 @kindex fg @r{(resume foreground execution)}
3445 @item continue @r{[}@var{ignore-count}@r{]}
3446 @itemx c @r{[}@var{ignore-count}@r{]}
3447 @itemx fg @r{[}@var{ignore-count}@r{]}
3448 Resume program execution, at the address where your program last stopped;
3449 any breakpoints set at that address are bypassed.  The optional argument
3450 @var{ignore-count} allows you to specify a further number of times to
3451 ignore a breakpoint at this location; its effect is like that of
3452 @code{ignore} (@pxref{Conditions, ,Break conditions}).
3453
3454 The argument @var{ignore-count} is meaningful only when your program
3455 stopped due to a breakpoint.  At other times, the argument to
3456 @code{continue} is ignored.
3457
3458 The synonyms @code{c} and @code{fg} (for @dfn{foreground}, as the
3459 debugged program is deemed to be the foreground program) are provided
3460 purely for convenience, and have exactly the same behavior as
3461 @code{continue}.
3462 @end table
3463
3464 To resume execution at a different place, you can use @code{return}
3465 (@pxref{Returning, ,Returning from a function}) to go back to the
3466 calling function; or @code{jump} (@pxref{Jumping, ,Continuing at a
3467 different address}) to go to an arbitrary location in your program.
3468
3469 A typical technique for using stepping is to set a breakpoint
3470 (@pxref{Breakpoints, ,Breakpoints; watchpoints; and catchpoints}) at the
3471 beginning of the function or the section of your program where a problem
3472 is believed to lie, run your program until it stops at that breakpoint,
3473 and then step through the suspect area, examining the variables that are
3474 interesting, until you see the problem happen.
3475
3476 @table @code
3477 @kindex step
3478 @kindex s @r{(@code{step})}
3479 @item step
3480 Continue running your program until control reaches a different source
3481 line, then stop it and return control to @value{GDBN}.  This command is
3482 abbreviated @code{s}.
3483
3484 @quotation
3485 @c "without debugging information" is imprecise; actually "without line
3486 @c numbers in the debugging information".  (gcc -g1 has debugging info but
3487 @c not line numbers).  But it seems complex to try to make that
3488 @c distinction here.
3489 @emph{Warning:} If you use the @code{step} command while control is
3490 within a function that was compiled without debugging information,
3491 execution proceeds until control reaches a function that does have
3492 debugging information.  Likewise, it will not step into a function which
3493 is compiled without debugging information.  To step through functions
3494 without debugging information, use the @code{stepi} command, described
3495 below.
3496 @end quotation
3497
3498 The @code{step} command only stops at the first instruction of a source
3499 line.  This prevents the multiple stops that could otherwise occur in
3500 @code{switch} statements, @code{for} loops, etc.  @code{step} continues
3501 to stop if a function that has debugging information is called within
3502 the line.  In other words, @code{step} @emph{steps inside} any functions
3503 called within the line.
3504
3505 Also, the @code{step} command only enters a function if there is line
3506 number information for the function.  Otherwise it acts like the
3507 @code{next} command.  This avoids problems when using @code{cc -gl}
3508 on MIPS machines.  Previously, @code{step} entered subroutines if there
3509 was any debugging information about the routine.
3510
3511 @item step @var{count}
3512 Continue running as in @code{step}, but do so @var{count} times.  If a
3513 breakpoint is reached, or a signal not related to stepping occurs before
3514 @var{count} steps, stepping stops right away.
3515
3516 @kindex next
3517 @kindex n @r{(@code{next})}
3518 @item next @r{[}@var{count}@r{]}
3519 Continue to the next source line in the current (innermost) stack frame.
3520 This is similar to @code{step}, but function calls that appear within
3521 the line of code are executed without stopping.  Execution stops when
3522 control reaches a different line of code at the original stack level
3523 that was executing when you gave the @code{next} command.  This command
3524 is abbreviated @code{n}.
3525
3526 An argument @var{count} is a repeat count, as for @code{step}.
3527
3528
3529 @c  FIX ME!!  Do we delete this, or is there a way it fits in with
3530 @c  the following paragraph?   ---  Vctoria
3531 @c
3532 @c  @code{next} within a function that lacks debugging information acts like
3533 @c  @code{step}, but any function calls appearing within the code of the
3534 @c  function are executed without stopping.
3535
3536 The @code{next} command only stops at the first instruction of a
3537 source line.  This prevents multiple stops that could otherwise occur in
3538 @code{switch} statements, @code{for} loops, etc.
3539
3540 @kindex set step-mode
3541 @item set step-mode
3542 @cindex functions without line info, and stepping
3543 @cindex stepping into functions with no line info
3544 @itemx set step-mode on
3545 The @code{set step-mode on} command causes the @code{step} command to
3546 stop at the first instruction of a function which contains no debug line
3547 information rather than stepping over it.
3548
3549 This is useful in cases where you may be interested in inspecting the
3550 machine instructions of a function which has no symbolic info and do not
3551 want @value{GDBN} to automatically skip over this function.
3552
3553 @item set step-mode off
3554 Causes the @code{step} command to step over any functions which contains no
3555 debug information.  This is the default.
3556
3557 @kindex finish
3558 @item finish
3559 Continue running until just after function in the selected stack frame
3560 returns.  Print the returned value (if any).
3561
3562 Contrast this with the @code{return} command (@pxref{Returning,
3563 ,Returning from a function}).
3564
3565 @kindex until
3566 @kindex u @r{(@code{until})}
3567 @item until
3568 @itemx u
3569 Continue running until a source line past the current line, in the
3570 current stack frame, is reached.  This command is used to avoid single
3571 stepping through a loop more than once.  It is like the @code{next}
3572 command, except that when @code{until} encounters a jump, it
3573 automatically continues execution until the program counter is greater
3574 than the address of the jump.
3575
3576 This means that when you reach the end of a loop after single stepping
3577 though it, @code{until} makes your program continue execution until it
3578 exits the loop.  In contrast, a @code{next} command at the end of a loop
3579 simply steps back to the beginning of the loop, which forces you to step
3580 through the next iteration.
3581
3582 @code{until} always stops your program if it attempts to exit the current
3583 stack frame.
3584
3585 @code{until} may produce somewhat counterintuitive results if the order
3586 of machine code does not match the order of the source lines.  For
3587 example, in the following excerpt from a debugging session, the @code{f}
3588 (@code{frame}) command shows that execution is stopped at line
3589 @code{206}; yet when we use @code{until}, we get to line @code{195}:
3590
3591 @smallexample
3592 (@value{GDBP}) f
3593 #0  main (argc=4, argv=0xf7fffae8) at m4.c:206
3594 206                 expand_input();
3595 (@value{GDBP}) until
3596 195             for ( ; argc > 0; NEXTARG) @{
3597 @end smallexample
3598
3599 This happened because, for execution efficiency, the compiler had
3600 generated code for the loop closure test at the end, rather than the
3601 start, of the loop---even though the test in a C @code{for}-loop is
3602 written before the body of the loop.  The @code{until} command appeared
3603 to step back to the beginning of the loop when it advanced to this
3604 expression; however, it has not really gone to an earlier
3605 statement---not in terms of the actual machine code.
3606
3607 @code{until} with no argument works by means of single
3608 instruction stepping, and hence is slower than @code{until} with an
3609 argument.
3610
3611 @item until @var{location}
3612 @itemx u @var{location}
3613 Continue running your program until either the specified location is
3614 reached, or the current stack frame returns.  @var{location} is any of
3615 the forms of argument acceptable to @code{break} (@pxref{Set Breaks,
3616 ,Setting breakpoints}).  This form of the command uses breakpoints, and
3617 hence is quicker than @code{until} without an argument.  The specified
3618 location is actually reached only if it is in the current frame.  This
3619 implies that @code{until} can be used to skip over recursive function
3620 invocations.  For instance in the code below, if the current location is
3621 line @code{96}, issuing @code{until 99} will execute the program up to
3622 line @code{99} in the same invocation of factorial, i.e. after the inner
3623 invocations have returned.
3624
3625 @smallexample
3626 94      int factorial (int value)
3627 95      @{
3628 96          if (value > 1) @{
3629 97            value *= factorial (value - 1);
3630 98          @}
3631 99          return (value);
3632 100     @}
3633 @end smallexample
3634
3635
3636 @kindex advance @var{location}
3637 @itemx advance @var{location}
3638 Continue running the program up to the given location.  An argument is
3639 required, anything of the same form as arguments for the @code{break}
3640 command.  Execution will also stop upon exit from the current stack
3641 frame.  This command is similar to @code{until}, but @code{advance} will
3642 not skip over recursive function calls, and the target location doesn't
3643 have to be in the same frame as the current one.
3644
3645
3646 @kindex stepi
3647 @kindex si @r{(@code{stepi})}
3648 @item stepi
3649 @itemx stepi @var{arg}
3650 @itemx si
3651 Execute one machine instruction, then stop and return to the debugger.
3652
3653 It is often useful to do @samp{display/i $pc} when stepping by machine
3654 instructions.  This makes @value{GDBN} automatically display the next
3655 instruction to be executed, each time your program stops.  @xref{Auto
3656 Display,, Automatic display}.
3657
3658 An argument is a repeat count, as in @code{step}.
3659
3660 @need 750
3661 @kindex nexti
3662 @kindex ni @r{(@code{nexti})}
3663 @item nexti
3664 @itemx nexti @var{arg}
3665 @itemx ni
3666 Execute one machine instruction, but if it is a function call,
3667 proceed until the function returns.
3668
3669 An argument is a repeat count, as in @code{next}.
3670 @end table
3671
3672 @node Signals
3673 @section Signals
3674 @cindex signals
3675
3676 A signal is an asynchronous event that can happen in a program.  The
3677 operating system defines the possible kinds of signals, and gives each
3678 kind a name and a number.  For example, in Unix @code{SIGINT} is the
3679 signal a program gets when you type an interrupt character (often @kbd{C-c});
3680 @code{SIGSEGV} is the signal a program gets from referencing a place in
3681 memory far away from all the areas in use; @code{SIGALRM} occurs when
3682 the alarm clock timer goes off (which happens only if your program has
3683 requested an alarm).
3684
3685 @cindex fatal signals
3686 Some signals, including @code{SIGALRM}, are a normal part of the
3687 functioning of your program.  Others, such as @code{SIGSEGV}, indicate
3688 errors; these signals are @dfn{fatal} (they kill your program immediately) if the
3689 program has not specified in advance some other way to handle the signal.
3690 @code{SIGINT} does not indicate an error in your program, but it is normally
3691 fatal so it can carry out the purpose of the interrupt: to kill the program.
3692
3693 @value{GDBN} has the ability to detect any occurrence of a signal in your
3694 program.  You can tell @value{GDBN} in advance what to do for each kind of
3695 signal.
3696
3697 @cindex handling signals
3698 Normally, @value{GDBN} is set up to let the non-erroneous signals like
3699 @code{SIGALRM} be silently passed to your program
3700 (so as not to interfere with their role in the program's functioning)
3701 but to stop your program immediately whenever an error signal happens.
3702 You can change these settings with the @code{handle} command.
3703
3704 @table @code
3705 @kindex info signals
3706 @item info signals
3707 @itemx info handle
3708 Print a table of all the kinds of signals and how @value{GDBN} has been told to
3709 handle each one.  You can use this to see the signal numbers of all
3710 the defined types of signals.
3711
3712 @code{info handle} is an alias for @code{info signals}.
3713
3714 @kindex handle
3715 @item handle @var{signal} @var{keywords}@dots{}
3716 Change the way @value{GDBN} handles signal @var{signal}.  @var{signal}
3717 can be the number of a signal or its name (with or without the
3718 @samp{SIG} at the beginning); a list of signal numbers of the form
3719 @samp{@var{low}-@var{high}}; or the word @samp{all}, meaning all the
3720 known signals.  The @var{keywords} say what change to make.
3721 @end table
3722
3723 @c @group
3724 The keywords allowed by the @code{handle} command can be abbreviated.
3725 Their full names are:
3726
3727 @table @code
3728 @item nostop
3729 @value{GDBN} should not stop your program when this signal happens.  It may
3730 still print a message telling you that the signal has come in.
3731
3732 @item stop
3733 @value{GDBN} should stop your program when this signal happens.  This implies
3734 the @code{print} keyword as well.
3735
3736 @item print
3737 @value{GDBN} should print a message when this signal happens.
3738
3739 @item noprint
3740 @value{GDBN} should not mention the occurrence of the signal at all.  This
3741 implies the @code{nostop} keyword as well.
3742
3743 @item pass
3744 @itemx noignore
3745 @value{GDBN} should allow your program to see this signal; your program
3746 can handle the signal, or else it may terminate if the signal is fatal
3747 and not handled.  @code{pass} and @code{noignore} are synonyms.
3748
3749 @item nopass
3750 @itemx ignore
3751 @value{GDBN} should not allow your program to see this signal.
3752 @code{nopass} and @code{ignore} are synonyms.
3753 @end table
3754 @c @end group
3755
3756 When a signal stops your program, the signal is not visible to the
3757 program until you
3758 continue.  Your program sees the signal then, if @code{pass} is in
3759 effect for the signal in question @emph{at that time}.  In other words,
3760 after @value{GDBN} reports a signal, you can use the @code{handle}
3761 command with @code{pass} or @code{nopass} to control whether your
3762 program sees that signal when you continue.
3763
3764 The default is set to @code{nostop}, @code{noprint}, @code{pass} for
3765 non-erroneous signals such as @code{SIGALRM}, @code{SIGWINCH} and
3766 @code{SIGCHLD}, and to @code{stop}, @code{print}, @code{pass} for the
3767 erroneous signals.
3768
3769 You can also use the @code{signal} command to prevent your program from
3770 seeing a signal, or cause it to see a signal it normally would not see,
3771 or to give it any signal at any time.  For example, if your program stopped
3772 due to some sort of memory reference error, you might store correct
3773 values into the erroneous variables and continue, hoping to see more
3774 execution; but your program would probably terminate immediately as
3775 a result of the fatal signal once it saw the signal.  To prevent this,
3776 you can continue with @samp{signal 0}.  @xref{Signaling, ,Giving your
3777 program a signal}.
3778
3779 @node Thread Stops
3780 @section Stopping and starting multi-thread programs
3781
3782 When your program has multiple threads (@pxref{Threads,, Debugging
3783 programs with multiple threads}), you can choose whether to set
3784 breakpoints on all threads, or on a particular thread.
3785
3786 @table @code
3787 @cindex breakpoints and threads
3788 @cindex thread breakpoints
3789 @kindex break @dots{} thread @var{threadno}
3790 @item break @var{linespec} thread @var{threadno}
3791 @itemx break @var{linespec} thread @var{threadno} if @dots{}
3792 @var{linespec} specifies source lines; there are several ways of
3793 writing them, but the effect is always to specify some source line.
3794
3795 Use the qualifier @samp{thread @var{threadno}} with a breakpoint command
3796 to specify that you only want @value{GDBN} to stop the program when a
3797 particular thread reaches this breakpoint.  @var{threadno} is one of the
3798 numeric thread identifiers assigned by @value{GDBN}, shown in the first
3799 column of the @samp{info threads} display.
3800
3801 If you do not specify @samp{thread @var{threadno}} when you set a
3802 breakpoint, the breakpoint applies to @emph{all} threads of your
3803 program.
3804
3805 You can use the @code{thread} qualifier on conditional breakpoints as
3806 well; in this case, place @samp{thread @var{threadno}} before the
3807 breakpoint condition, like this:
3808
3809 @smallexample
3810 (@value{GDBP}) break frik.c:13 thread 28 if bartab > lim
3811 @end smallexample
3812
3813 @end table
3814
3815 @cindex stopped threads
3816 @cindex threads, stopped
3817 Whenever your program stops under @value{GDBN} for any reason,
3818 @emph{all} threads of execution stop, not just the current thread.  This
3819 allows you to examine the overall state of the program, including
3820 switching between threads, without worrying that things may change
3821 underfoot.
3822
3823 @cindex thread breakpoints and system calls
3824 @cindex system calls and thread breakpoints
3825 @cindex premature return from system calls
3826 There is an unfortunate side effect.  If one thread stops for a
3827 breakpoint, or for some other reason, and another thread is blocked in a
3828 system call, then the system call may return prematurely.  This is a
3829 consequence of the interaction between multiple threads and the signals
3830 that @value{GDBN} uses to implement breakpoints and other events that
3831 stop execution.
3832
3833 To handle this problem, your program should check the return value of
3834 each system call and react appropriately.  This is good programming
3835 style anyways.
3836
3837 For example, do not write code like this:
3838
3839 @smallexample
3840   sleep (10);
3841 @end smallexample
3842
3843 The call to @code{sleep} will return early if a different thread stops
3844 at a breakpoint or for some other reason.
3845
3846 Instead, write this:
3847
3848 @smallexample
3849   int unslept = 10;
3850   while (unslept > 0)
3851     unslept = sleep (unslept);
3852 @end smallexample
3853
3854 A system call is allowed to return early, so the system is still
3855 conforming to its specification.  But @value{GDBN} does cause your
3856 multi-threaded program to behave differently than it would without
3857 @value{GDBN}.
3858
3859 Also, @value{GDBN} uses internal breakpoints in the thread library to
3860 monitor certain events such as thread creation and thread destruction.
3861 When such an event happens, a system call in another thread may return
3862 prematurely, even though your program does not appear to stop.
3863
3864 @cindex continuing threads
3865 @cindex threads, continuing
3866 Conversely, whenever you restart the program, @emph{all} threads start
3867 executing.  @emph{This is true even when single-stepping} with commands
3868 like @code{step} or @code{next}.
3869
3870 In particular, @value{GDBN} cannot single-step all threads in lockstep.
3871 Since thread scheduling is up to your debugging target's operating
3872 system (not controlled by @value{GDBN}), other threads may
3873 execute more than one statement while the current thread completes a
3874 single step.  Moreover, in general other threads stop in the middle of a
3875 statement, rather than at a clean statement boundary, when the program
3876 stops.
3877
3878 You might even find your program stopped in another thread after
3879 continuing or even single-stepping.  This happens whenever some other
3880 thread runs into a breakpoint, a signal, or an exception before the
3881 first thread completes whatever you requested.
3882
3883 On some OSes, you can lock the OS scheduler and thus allow only a single
3884 thread to run.
3885
3886 @table @code
3887 @item set scheduler-locking @var{mode}
3888 Set the scheduler locking mode.  If it is @code{off}, then there is no
3889 locking and any thread may run at any time.  If @code{on}, then only the
3890 current thread may run when the inferior is resumed.  The @code{step}
3891 mode optimizes for single-stepping.  It stops other threads from
3892 ``seizing the prompt'' by preempting the current thread while you are
3893 stepping.  Other threads will only rarely (or never) get a chance to run
3894 when you step.  They are more likely to run when you @samp{next} over a
3895 function call, and they are completely free to run when you use commands
3896 like @samp{continue}, @samp{until}, or @samp{finish}.  However, unless another
3897 thread hits a breakpoint during its timeslice, they will never steal the
3898 @value{GDBN} prompt away from the thread that you are debugging.
3899
3900 @item show scheduler-locking
3901 Display the current scheduler locking mode.
3902 @end table
3903
3904
3905 @node Stack
3906 @chapter Examining the Stack
3907
3908 When your program has stopped, the first thing you need to know is where it
3909 stopped and how it got there.
3910
3911 @cindex call stack
3912 Each time your program performs a function call, information about the call
3913 is generated.
3914 That information includes the location of the call in your program,
3915 the arguments of the call,
3916 and the local variables of the function being called.
3917 The information is saved in a block of data called a @dfn{stack frame}.
3918 The stack frames are allocated in a region of memory called the @dfn{call
3919 stack}.
3920
3921 When your program stops, the @value{GDBN} commands for examining the
3922 stack allow you to see all of this information.
3923
3924 @cindex selected frame
3925 One of the stack frames is @dfn{selected} by @value{GDBN} and many
3926 @value{GDBN} commands refer implicitly to the selected frame.  In
3927 particular, whenever you ask @value{GDBN} for the value of a variable in
3928 your program, the value is found in the selected frame.  There are
3929 special @value{GDBN} commands to select whichever frame you are
3930 interested in. @xref{Selection, ,Selecting a frame}.
3931
3932 When your program stops, @value{GDBN} automatically selects the
3933 currently executing frame and describes it briefly, similar to the
3934 @code{frame} command (@pxref{Frame Info, ,Information about a frame}).
3935
3936 @menu
3937 * Frames::                      Stack frames
3938 * Backtrace::                   Backtraces
3939 * Selection::                   Selecting a frame
3940 * Frame Info::                  Information on a frame
3941
3942 @end menu
3943
3944 @node Frames
3945 @section Stack frames
3946
3947 @cindex frame, definition
3948 @cindex stack frame
3949 The call stack is divided up into contiguous pieces called @dfn{stack
3950 frames}, or @dfn{frames} for short; each frame is the data associated
3951 with one call to one function.  The frame contains the arguments given
3952 to the function, the function's local variables, and the address at
3953 which the function is executing.
3954
3955 @cindex initial frame
3956 @cindex outermost frame
3957 @cindex innermost frame
3958 When your program is started, the stack has only one frame, that of the
3959 function @code{main}.  This is called the @dfn{initial} frame or the
3960 @dfn{outermost} frame.  Each time a function is called, a new frame is
3961 made.  Each time a function returns, the frame for that function invocation
3962 is eliminated.  If a function is recursive, there can be many frames for
3963 the same function.  The frame for the function in which execution is
3964 actually occurring is called the @dfn{innermost} frame.  This is the most
3965 recently created of all the stack frames that still exist.
3966
3967 @cindex frame pointer
3968 Inside your program, stack frames are identified by their addresses.  A
3969 stack frame consists of many bytes, each of which has its own address; each
3970 kind of computer has a convention for choosing one byte whose
3971 address serves as the address of the frame.  Usually this address is kept
3972 in a register called the @dfn{frame pointer register} while execution is
3973 going on in that frame.
3974
3975 @cindex frame number
3976 @value{GDBN} assigns numbers to all existing stack frames, starting with
3977 zero for the innermost frame, one for the frame that called it,
3978 and so on upward.  These numbers do not really exist in your program;
3979 they are assigned by @value{GDBN} to give you a way of designating stack
3980 frames in @value{GDBN} commands.
3981
3982 @c The -fomit-frame-pointer below perennially causes hbox overflow
3983 @c underflow problems.
3984 @cindex frameless execution
3985 Some compilers provide a way to compile functions so that they operate
3986 without stack frames.  (For example, the @value{GCC} option
3987 @smallexample
3988 @samp{-fomit-frame-pointer}
3989 @end smallexample
3990 generates functions without a frame.)
3991 This is occasionally done with heavily used library functions to save
3992 the frame setup time.  @value{GDBN} has limited facilities for dealing
3993 with these function invocations.  If the innermost function invocation
3994 has no stack frame, @value{GDBN} nevertheless regards it as though
3995 it had a separate frame, which is numbered zero as usual, allowing
3996 correct tracing of the function call chain.  However, @value{GDBN} has
3997 no provision for frameless functions elsewhere in the stack.
3998
3999 @table @code
4000 @kindex frame@r{, command}
4001 @cindex current stack frame
4002 @item frame @var{args}
4003 The @code{frame} command allows you to move from one stack frame to another,
4004 and to print the stack frame you select.  @var{args} may be either the
4005 address of the frame or the stack frame number.  Without an argument,
4006 @code{frame} prints the current stack frame.
4007
4008 @kindex select-frame
4009 @cindex selecting frame silently
4010 @item select-frame
4011 The @code{select-frame} command allows you to move from one stack frame
4012 to another without printing the frame.  This is the silent version of
4013 @code{frame}.
4014 @end table
4015
4016 @node Backtrace
4017 @section Backtraces
4018
4019 @cindex backtraces
4020 @cindex tracebacks
4021 @cindex stack traces
4022 A backtrace is a summary of how your program got where it is.  It shows one
4023 line per frame, for many frames, starting with the currently executing
4024 frame (frame zero), followed by its caller (frame one), and on up the
4025 stack.
4026
4027 @table @code
4028 @kindex backtrace
4029 @kindex bt @r{(@code{backtrace})}
4030 @item backtrace
4031 @itemx bt
4032 Print a backtrace of the entire stack: one line per frame for all
4033 frames in the stack.
4034
4035 You can stop the backtrace at any time by typing the system interrupt
4036 character, normally @kbd{C-c}.
4037
4038 @item backtrace @var{n}
4039 @itemx bt @var{n}
4040 Similar, but print only the innermost @var{n} frames.
4041
4042 @item backtrace -@var{n}
4043 @itemx bt -@var{n}
4044 Similar, but print only the outermost @var{n} frames.
4045 @end table
4046
4047 @kindex where
4048 @kindex info stack
4049 @kindex info s @r{(@code{info stack})}
4050 The names @code{where} and @code{info stack} (abbreviated @code{info s})
4051 are additional aliases for @code{backtrace}.
4052
4053 Each line in the backtrace shows the frame number and the function name.
4054 The program counter value is also shown---unless you use @code{set
4055 print address off}.  The backtrace also shows the source file name and
4056 line number, as well as the arguments to the function.  The program
4057 counter value is omitted if it is at the beginning of the code for that
4058 line number.
4059
4060 Here is an example of a backtrace.  It was made with the command
4061 @samp{bt 3}, so it shows the innermost three frames.
4062
4063 @smallexample
4064 @group
4065 #0  m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
4066     at builtin.c:993
4067 #1  0x6e38 in expand_macro (sym=0x2b600) at macro.c:242
4068 #2  0x6840 in expand_token (obs=0x0, t=177664, td=0xf7fffb08)
4069     at macro.c:71
4070 (More stack frames follow...)
4071 @end group
4072 @end smallexample
4073
4074 @noindent
4075 The display for frame zero does not begin with a program counter
4076 value, indicating that your program has stopped at the beginning of the
4077 code for line @code{993} of @code{builtin.c}.
4078
4079 @kindex set backtrace past-main
4080 @kindex show backtrace past-main
4081 @kindex set backtrace limit
4082 @kindex show backtrace limit
4083
4084 Most programs have a standard user entry point---a place where system
4085 libraries and startup code transition into user code.  For C this is
4086 @code{main}.  When @value{GDBN} finds the entry function in a backtrace
4087 it will terminate the backtrace, to avoid tracing into highly
4088 system-specific (and generally uninteresting) code.
4089
4090 If you need to examine the startup code, or limit the number of levels
4091 in a backtrace, you can change this behavior:
4092
4093 @table @code
4094 @item set backtrace past-main
4095 @itemx set backtrace past-main on
4096 Backtraces will continue past the user entry point.
4097
4098 @item set backtrace past-main off
4099 Backtraces will stop when they encounter the user entry point.  This is the
4100 default.
4101
4102 @item show backtrace past-main
4103 Display the current user entry point backtrace policy.
4104
4105 @item set backtrace limit @var{n}
4106 @itemx set backtrace limit 0
4107 @cindex backtrace limit
4108 Limit the backtrace to @var{n} levels.  A value of zero means
4109 unlimited.
4110
4111 @item show backtrace limit
4112 Display the current limit on backtrace levels.
4113 @end table
4114
4115 @node Selection
4116 @section Selecting a frame
4117
4118 Most commands for examining the stack and other data in your program work on
4119 whichever stack frame is selected at the moment.  Here are the commands for
4120 selecting a stack frame; all of them finish by printing a brief description
4121 of the stack frame just selected.
4122
4123 @table @code
4124 @kindex frame@r{, selecting}
4125 @kindex f @r{(@code{frame})}
4126 @item frame @var{n}
4127 @itemx f @var{n}
4128 Select frame number @var{n}.  Recall that frame zero is the innermost
4129 (currently executing) frame, frame one is the frame that called the
4130 innermost one, and so on.  The highest-numbered frame is the one for
4131 @code{main}.
4132
4133 @item frame @var{addr}
4134 @itemx f @var{addr}
4135 Select the frame at address @var{addr}.  This is useful mainly if the
4136 chaining of stack frames has been damaged by a bug, making it
4137 impossible for @value{GDBN} to assign numbers properly to all frames.  In
4138 addition, this can be useful when your program has multiple stacks and
4139 switches between them.
4140
4141 On the SPARC architecture, @code{frame} needs two addresses to
4142 select an arbitrary frame: a frame pointer and a stack pointer.
4143
4144 On the MIPS and Alpha architecture, it needs two addresses: a stack
4145 pointer and a program counter.
4146
4147 On the 29k architecture, it needs three addresses: a register stack
4148 pointer, a program counter, and a memory stack pointer.
4149 @c note to future updaters: this is conditioned on a flag
4150 @c SETUP_ARBITRARY_FRAME in the tm-*.h files.  The above is up to date
4151 @c as of 27 Jan 1994.
4152
4153 @kindex up
4154 @item up @var{n}
4155 Move @var{n} frames up the stack.  For positive numbers @var{n}, this
4156 advances toward the outermost frame, to higher frame numbers, to frames
4157 that have existed longer.  @var{n} defaults to one.
4158
4159 @kindex down
4160 @kindex do @r{(@code{down})}
4161 @item down @var{n}
4162 Move @var{n} frames down the stack.  For positive numbers @var{n}, this
4163 advances toward the innermost frame, to lower frame numbers, to frames
4164 that were created more recently.  @var{n} defaults to one.  You may
4165 abbreviate @code{down} as @code{do}.
4166 @end table
4167
4168 All of these commands end by printing two lines of output describing the
4169 frame.  The first line shows the frame number, the function name, the
4170 arguments, and the source file and line number of execution in that
4171 frame.  The second line shows the text of that source line.
4172
4173 @need 1000
4174 For example:
4175
4176 @smallexample
4177 @group
4178 (@value{GDBP}) up
4179 #1  0x22f0 in main (argc=1, argv=0xf7fffbf4, env=0xf7fffbfc)
4180     at env.c:10
4181 10              read_input_file (argv[i]);
4182 @end group
4183 @end smallexample
4184
4185 After such a printout, the @code{list} command with no arguments
4186 prints ten lines centered on the point of execution in the frame.
4187 You can also edit the program at the point of execution with your favorite
4188 editing program by typing @code{edit}.
4189 @xref{List, ,Printing source lines},
4190 for details.
4191
4192 @table @code
4193 @kindex down-silently
4194 @kindex up-silently
4195 @item up-silently @var{n}
4196 @itemx down-silently @var{n}
4197 These two commands are variants of @code{up} and @code{down},
4198 respectively; they differ in that they do their work silently, without
4199 causing display of the new frame.  They are intended primarily for use
4200 in @value{GDBN} command scripts, where the output might be unnecessary and
4201 distracting.
4202 @end table
4203
4204 @node Frame Info
4205 @section Information about a frame
4206
4207 There are several other commands to print information about the selected
4208 stack frame.
4209
4210 @table @code
4211 @item frame
4212 @itemx f
4213 When used without any argument, this command does not change which
4214 frame is selected, but prints a brief description of the currently
4215 selected stack frame.  It can be abbreviated @code{f}.  With an
4216 argument, this command is used to select a stack frame.
4217 @xref{Selection, ,Selecting a frame}.
4218
4219 @kindex info frame
4220 @kindex info f @r{(@code{info frame})}
4221 @item info frame
4222 @itemx info f
4223 This command prints a verbose description of the selected stack frame,
4224 including:
4225
4226 @itemize @bullet
4227 @item
4228 the address of the frame
4229 @item
4230 the address of the next frame down (called by this frame)
4231 @item
4232 the address of the next frame up (caller of this frame)
4233 @item
4234 the language in which the source code corresponding to this frame is written
4235 @item
4236 the address of the frame's arguments
4237 @item
4238 the address of the frame's local variables
4239 @item
4240 the program counter saved in it (the address of execution in the caller frame)
4241 @item
4242 which registers were saved in the frame
4243 @end itemize
4244
4245 @noindent The verbose description is useful when
4246 something has gone wrong that has made the stack format fail to fit
4247 the usual conventions.
4248
4249 @item info frame @var{addr}
4250 @itemx info f @var{addr}
4251 Print a verbose description of the frame at address @var{addr}, without
4252 selecting that frame.  The selected frame remains unchanged by this
4253 command.  This requires the same kind of address (more than one for some
4254 architectures) that you specify in the @code{frame} command.
4255 @xref{Selection, ,Selecting a frame}.
4256
4257 @kindex info args
4258 @item info args
4259 Print the arguments of the selected frame, each on a separate line.
4260
4261 @item info locals
4262 @kindex info locals
4263 Print the local variables of the selected frame, each on a separate
4264 line.  These are all variables (declared either static or automatic)
4265 accessible at the point of execution of the selected frame.
4266
4267 @kindex info catch
4268 @cindex catch exceptions, list active handlers
4269 @cindex exception handlers, how to list
4270 @item info catch
4271 Print a list of all the exception handlers that are active in the
4272 current stack frame at the current point of execution.  To see other
4273 exception handlers, visit the associated frame (using the @code{up},
4274 @code{down}, or @code{frame} commands); then type @code{info catch}.
4275 @xref{Set Catchpoints, , Setting catchpoints}.
4276
4277 @end table
4278
4279
4280 @node Source
4281 @chapter Examining Source Files
4282
4283 @value{GDBN} can print parts of your program's source, since the debugging
4284 information recorded in the program tells @value{GDBN} what source files were
4285 used to build it.  When your program stops, @value{GDBN} spontaneously prints
4286 the line where it stopped.  Likewise, when you select a stack frame
4287 (@pxref{Selection, ,Selecting a frame}), @value{GDBN} prints the line where
4288 execution in that frame has stopped.  You can print other portions of
4289 source files by explicit command.
4290
4291 If you use @value{GDBN} through its @sc{gnu} Emacs interface, you may
4292 prefer to use Emacs facilities to view source; see @ref{Emacs, ,Using
4293 @value{GDBN} under @sc{gnu} Emacs}.
4294
4295 @menu
4296 * List::                        Printing source lines
4297 * Edit::                        Editing source files
4298 * Search::                      Searching source files
4299 * Source Path::                 Specifying source directories
4300 * Machine Code::                Source and machine code
4301 @end menu
4302
4303 @node List
4304 @section Printing source lines
4305
4306 @kindex list
4307 @kindex l @r{(@code{list})}
4308 To print lines from a source file, use the @code{list} command
4309 (abbreviated @code{l}).  By default, ten lines are printed.
4310 There are several ways to specify what part of the file you want to print.
4311
4312 Here are the forms of the @code{list} command most commonly used:
4313
4314 @table @code
4315 @item list @var{linenum}
4316 Print lines centered around line number @var{linenum} in the
4317 current source file.
4318
4319 @item list @var{function}
4320 Print lines centered around the beginning of function
4321 @var{function}.
4322
4323 @item list
4324 Print more lines.  If the last lines printed were printed with a
4325 @code{list} command, this prints lines following the last lines
4326 printed; however, if the last line printed was a solitary line printed
4327 as part of displaying a stack frame (@pxref{Stack, ,Examining the
4328 Stack}), this prints lines centered around that line.
4329
4330 @item list -
4331 Print lines just before the lines last printed.
4332 @end table
4333
4334 By default, @value{GDBN} prints ten source lines with any of these forms of
4335 the @code{list} command.  You can change this using @code{set listsize}:
4336
4337 @table @code
4338 @kindex set listsize
4339 @item set listsize @var{count}
4340 Make the @code{list} command display @var{count} source lines (unless
4341 the @code{list} argument explicitly specifies some other number).
4342
4343 @kindex show listsize
4344 @item show listsize
4345 Display the number of lines that @code{list} prints.
4346 @end table
4347
4348 Repeating a @code{list} command with @key{RET} discards the argument,
4349 so it is equivalent to typing just @code{list}.  This is more useful
4350 than listing the same lines again.  An exception is made for an
4351 argument of @samp{-}; that argument is preserved in repetition so that
4352 each repetition moves up in the source file.
4353
4354 @cindex linespec
4355 In general, the @code{list} command expects you to supply zero, one or two
4356 @dfn{linespecs}.  Linespecs specify source lines; there are several ways
4357 of writing them, but the effect is always to specify some source line.
4358 Here is a complete description of the possible arguments for @code{list}:
4359
4360 @table @code
4361 @item list @var{linespec}
4362 Print lines centered around the line specified by @var{linespec}.
4363
4364 @item list @var{first},@var{last}
4365 Print lines from @var{first} to @var{last}.  Both arguments are
4366 linespecs.
4367
4368 @item list ,@var{last}
4369 Print lines ending with @var{last}.
4370
4371 @item list @var{first},
4372 Print lines starting with @var{first}.
4373
4374 @item list +
4375 Print lines just after the lines last printed.
4376
4377 @item list -
4378 Print lines just before the lines last printed.
4379
4380 @item list
4381 As described in the preceding table.
4382 @end table
4383
4384 Here are the ways of specifying a single source line---all the
4385 kinds of linespec.
4386
4387 @table @code
4388 @item @var{number}
4389 Specifies line @var{number} of the current source file.
4390 When a @code{list} command has two linespecs, this refers to
4391 the same source file as the first linespec.
4392
4393 @item +@var{offset}
4394 Specifies the line @var{offset} lines after the last line printed.
4395 When used as the second linespec in a @code{list} command that has
4396 two, this specifies the line @var{offset} lines down from the
4397 first linespec.
4398
4399 @item -@var{offset}
4400 Specifies the line @var{offset} lines before the last line printed.
4401
4402 @item @var{filename}:@var{number}
4403 Specifies line @var{number} in the source file @var{filename}.
4404
4405 @item @var{function}
4406 Specifies the line that begins the body of the function @var{function}.
4407 For example: in C, this is the line with the open brace.
4408
4409 @item @var{filename}:@var{function}
4410 Specifies the line of the open-brace that begins the body of the
4411 function @var{function} in the file @var{filename}.  You only need the
4412 file name with a function name to avoid ambiguity when there are
4413 identically named functions in different source files.
4414
4415 @item *@var{address}
4416 Specifies the line containing the program address @var{address}.
4417 @var{address} may be any expression.
4418 @end table
4419
4420 @node Edit
4421 @section Editing source files
4422 @cindex editing source files
4423
4424 @kindex edit
4425 @kindex e @r{(@code{edit})}
4426 To edit the lines in a source file, use the @code{edit} command.
4427 The editing program of your choice
4428 is invoked with the current line set to
4429 the active line in the program.
4430 Alternatively, there are several ways to specify what part of the file you
4431 want to print if you want to see other parts of the program.
4432
4433 Here are the forms of the @code{edit} command most commonly used:
4434
4435 @table @code
4436 @item edit
4437 Edit the current source file at the active line number in the program.
4438
4439 @item edit @var{number}
4440 Edit the current source file with @var{number} as the active line number.
4441
4442 @item edit @var{function}
4443 Edit the file containing @var{function} at the beginning of its definition.
4444
4445 @item edit @var{filename}:@var{number}
4446 Specifies line @var{number} in the source file @var{filename}.
4447
4448 @item edit @var{filename}:@var{function}
4449 Specifies the line that begins the body of the
4450 function @var{function} in the file @var{filename}.  You only need the
4451 file name with a function name to avoid ambiguity when there are
4452 identically named functions in different source files.
4453
4454 @item edit *@var{address}
4455 Specifies the line containing the program address @var{address}.
4456 @var{address} may be any expression.
4457 @end table
4458
4459 @subsection Choosing your editor
4460 You can customize @value{GDBN} to use any editor you want
4461 @footnote{
4462 The only restriction is that your editor (say @code{ex}), recognizes the
4463 following command-line syntax:
4464 @smallexample
4465 ex +@var{number} file
4466 @end smallexample
4467 The optional numeric value +@var{number} designates the active line in
4468 the file.}.  By default, it is @value{EDITOR}, but you can change this
4469 by setting the environment variable @code{EDITOR} before using
4470 @value{GDBN}.  For example, to configure @value{GDBN} to use the
4471 @code{vi} editor, you could use these commands with the @code{sh} shell:
4472 @smallexample
4473 EDITOR=/usr/bin/vi
4474 export EDITOR
4475 gdb ...
4476 @end smallexample
4477 or in the @code{csh} shell,
4478 @smallexample
4479 setenv EDITOR /usr/bin/vi
4480 gdb ...
4481 @end smallexample
4482
4483 @node Search
4484 @section Searching source files
4485 @cindex searching
4486 @kindex reverse-search
4487
4488 There are two commands for searching through the current source file for a
4489 regular expression.
4490
4491 @table @code
4492 @kindex search
4493 @kindex forward-search
4494 @item forward-search @var{regexp}
4495 @itemx search @var{regexp}
4496 The command @samp{forward-search @var{regexp}} checks each line,
4497 starting with the one following the last line listed, for a match for
4498 @var{regexp}.  It lists the line that is found.  You can use the
4499 synonym @samp{search @var{regexp}} or abbreviate the command name as
4500 @code{fo}.
4501
4502 @item reverse-search @var{regexp}
4503 The command @samp{reverse-search @var{regexp}} checks each line, starting
4504 with the one before the last line listed and going backward, for a match
4505 for @var{regexp}.  It lists the line that is found.  You can abbreviate
4506 this command as @code{rev}.
4507 @end table
4508
4509 @node Source Path
4510 @section Specifying source directories
4511
4512 @cindex source path
4513 @cindex directories for source files
4514 Executable programs sometimes do not record the directories of the source
4515 files from which they were compiled, just the names.  Even when they do,
4516 the directories could be moved between the compilation and your debugging
4517 session.  @value{GDBN} has a list of directories to search for source files;
4518 this is called the @dfn{source path}.  Each time @value{GDBN} wants a source file,
4519 it tries all the directories in the list, in the order they are present
4520 in the list, until it finds a file with the desired name.  Note that
4521 the executable search path is @emph{not} used for this purpose.  Neither is
4522 the current working directory, unless it happens to be in the source
4523 path.
4524
4525 If @value{GDBN} cannot find a source file in the source path, and the
4526 object program records a directory, @value{GDBN} tries that directory
4527 too.  If the source path is empty, and there is no record of the
4528 compilation directory, @value{GDBN} looks in the current directory as a
4529 last resort.
4530
4531 Whenever you reset or rearrange the source path, @value{GDBN} clears out
4532 any information it has cached about where source files are found and where
4533 each line is in the file.
4534
4535 @kindex directory
4536 @kindex dir
4537 When you start @value{GDBN}, its source path includes only @samp{cdir}
4538 and @samp{cwd}, in that order.
4539 To add other directories, use the @code{directory} command.
4540
4541 @table @code
4542 @item directory @var{dirname} @dots{}
4543 @item dir @var{dirname} @dots{}
4544 Add directory @var{dirname} to the front of the source path.  Several
4545 directory names may be given to this command, separated by @samp{:}
4546 (@samp{;} on MS-DOS and MS-Windows, where @samp{:} usually appears as
4547 part of absolute file names) or
4548 whitespace.  You may specify a directory that is already in the source
4549 path; this moves it forward, so @value{GDBN} searches it sooner.
4550
4551 @kindex cdir
4552 @kindex cwd
4553 @vindex $cdir@r{, convenience variable}
4554 @vindex $cwdr@r{, convenience variable}
4555 @cindex compilation directory
4556 @cindex current directory
4557 @cindex working directory
4558 @cindex directory, current
4559 @cindex directory, compilation
4560 You can use the string @samp{$cdir} to refer to the compilation
4561 directory (if one is recorded), and @samp{$cwd} to refer to the current
4562 working directory.  @samp{$cwd} is not the same as @samp{.}---the former
4563 tracks the current working directory as it changes during your @value{GDBN}
4564 session, while the latter is immediately expanded to the current
4565 directory at the time you add an entry to the source path.
4566
4567 @item directory
4568 Reset the source path to empty again.  This requires confirmation.
4569
4570 @c RET-repeat for @code{directory} is explicitly disabled, but since
4571 @c repeating it would be a no-op we do not say that.  (thanks to RMS)
4572
4573 @item show directories
4574 @kindex show directories
4575 Print the source path: show which directories it contains.
4576 @end table
4577
4578 If your source path is cluttered with directories that are no longer of
4579 interest, @value{GDBN} may sometimes cause confusion by finding the wrong
4580 versions of source.  You can correct the situation as follows:
4581
4582 @enumerate
4583 @item
4584 Use @code{directory} with no argument to reset the source path to empty.
4585
4586 @item
4587 Use @code{directory} with suitable arguments to reinstall the
4588 directories you want in the source path.  You can add all the
4589 directories in one command.
4590 @end enumerate
4591
4592 @node Machine Code
4593 @section Source and machine code
4594
4595 You can use the command @code{info line} to map source lines to program
4596 addresses (and vice versa), and the command @code{disassemble} to display
4597 a range of addresses as machine instructions.  When run under @sc{gnu} Emacs
4598 mode, the @code{info line} command causes the arrow to point to the
4599 line specified.  Also, @code{info line} prints addresses in symbolic form as
4600 well as hex.
4601
4602 @table @code
4603 @kindex info line
4604 @item info line @var{linespec}
4605 Print the starting and ending addresses of the compiled code for
4606 source line @var{linespec}.  You can specify source lines in any of
4607 the ways understood by the @code{list} command (@pxref{List, ,Printing
4608 source lines}).
4609 @end table
4610
4611 For example, we can use @code{info line} to discover the location of
4612 the object code for the first line of function
4613 @code{m4_changequote}:
4614
4615 @c FIXME: I think this example should also show the addresses in
4616 @c symbolic form, as they usually would be displayed.
4617 @smallexample
4618 (@value{GDBP}) info line m4_changequote
4619 Line 895 of "builtin.c" starts at pc 0x634c and ends at 0x6350.
4620 @end smallexample
4621
4622 @noindent
4623 We can also inquire (using @code{*@var{addr}} as the form for
4624 @var{linespec}) what source line covers a particular address:
4625 @smallexample
4626 (@value{GDBP}) info line *0x63ff
4627 Line 926 of "builtin.c" starts at pc 0x63e4 and ends at 0x6404.
4628 @end smallexample
4629
4630 @cindex @code{$_} and @code{info line}
4631 @kindex x@r{(examine), and} info line
4632 After @code{info line}, the default address for the @code{x} command
4633 is changed to the starting address of the line, so that @samp{x/i} is
4634 sufficient to begin examining the machine code (@pxref{Memory,
4635 ,Examining memory}).  Also, this address is saved as the value of the
4636 convenience variable @code{$_} (@pxref{Convenience Vars, ,Convenience
4637 variables}).
4638
4639 @table @code
4640 @kindex disassemble
4641 @cindex assembly instructions
4642 @cindex instructions, assembly
4643 @cindex machine instructions
4644 @cindex listing machine instructions
4645 @item disassemble
4646 This specialized command dumps a range of memory as machine
4647 instructions.  The default memory range is the function surrounding the
4648 program counter of the selected frame.  A single argument to this
4649 command is a program counter value; @value{GDBN} dumps the function
4650 surrounding this value.  Two arguments specify a range of addresses
4651 (first inclusive, second exclusive) to dump.
4652 @end table
4653
4654 The following example shows the disassembly of a range of addresses of
4655 HP PA-RISC 2.0 code:
4656
4657 @smallexample
4658 (@value{GDBP}) disas 0x32c4 0x32e4
4659 Dump of assembler code from 0x32c4 to 0x32e4:
4660 0x32c4 <main+204>:      addil 0,dp
4661 0x32c8 <main+208>:      ldw 0x22c(sr0,r1),r26
4662 0x32cc <main+212>:      ldil 0x3000,r31
4663 0x32d0 <main+216>:      ble 0x3f8(sr4,r31)
4664 0x32d4 <main+220>:      ldo 0(r31),rp
4665 0x32d8 <main+224>:      addil -0x800,dp
4666 0x32dc <main+228>:      ldo 0x588(r1),r26
4667 0x32e0 <main+232>:      ldil 0x3000,r31
4668 End of assembler dump.
4669 @end smallexample
4670
4671 Some architectures have more than one commonly-used set of instruction
4672 mnemonics or other syntax.
4673
4674 @table @code
4675 @kindex set disassembly-flavor
4676 @cindex assembly instructions
4677 @cindex instructions, assembly
4678 @cindex machine instructions
4679 @cindex listing machine instructions
4680 @cindex Intel disassembly flavor
4681 @cindex AT&T disassembly flavor
4682 @item set disassembly-flavor @var{instruction-set}
4683 Select the instruction set to use when disassembling the
4684 program via the @code{disassemble} or @code{x/i} commands.
4685
4686 Currently this command is only defined for the Intel x86 family.  You
4687 can set @var{instruction-set} to either @code{intel} or @code{att}.
4688 The default is @code{att}, the AT&T flavor used by default by Unix
4689 assemblers for x86-based targets.
4690 @end table
4691
4692
4693 @node Data
4694 @chapter Examining Data
4695
4696 @cindex printing data
4697 @cindex examining data
4698 @kindex print
4699 @kindex inspect
4700 @c "inspect" is not quite a synonym if you are using Epoch, which we do not
4701 @c document because it is nonstandard...  Under Epoch it displays in a
4702 @c different window or something like that.
4703 The usual way to examine data in your program is with the @code{print}
4704 command (abbreviated @code{p}), or its synonym @code{inspect}.  It
4705 evaluates and prints the value of an expression of the language your
4706 program is written in (@pxref{Languages, ,Using @value{GDBN} with
4707 Different Languages}).
4708
4709 @table @code
4710 @item print @var{expr}
4711 @itemx print /@var{f} @var{expr}
4712 @var{expr} is an expression (in the source language).  By default the
4713 value of @var{expr} is printed in a format appropriate to its data type;
4714 you can choose a different format by specifying @samp{/@var{f}}, where
4715 @var{f} is a letter specifying the format; see @ref{Output Formats,,Output
4716 formats}.
4717
4718 @item print
4719 @itemx print /@var{f}
4720 If you omit @var{expr}, @value{GDBN} displays the last value again (from the
4721 @dfn{value history}; @pxref{Value History, ,Value history}).  This allows you to
4722 conveniently inspect the same value in an alternative format.
4723 @end table
4724
4725 A more low-level way of examining data is with the @code{x} command.
4726 It examines data in memory at a specified address and prints it in a
4727 specified format.  @xref{Memory, ,Examining memory}.
4728
4729 If you are interested in information about types, or about how the
4730 fields of a struct or a class are declared, use the @code{ptype @var{exp}}
4731 command rather than @code{print}.  @xref{Symbols, ,Examining the Symbol
4732 Table}.
4733
4734 @menu
4735 * Expressions::                 Expressions
4736 * Variables::                   Program variables
4737 * Arrays::                      Artificial arrays
4738 * Output Formats::              Output formats
4739 * Memory::                      Examining memory
4740 * Auto Display::                Automatic display
4741 * Print Settings::              Print settings
4742 * Value History::               Value history
4743 * Convenience Vars::            Convenience variables
4744 * Registers::                   Registers
4745 * Floating Point Hardware::     Floating point hardware
4746 * Vector Unit::                 Vector Unit
4747 * Auxiliary Vector::            Auxiliary data provided by operating system
4748 * Memory Region Attributes::    Memory region attributes
4749 * Dump/Restore Files::          Copy between memory and a file
4750 * Character Sets::              Debugging programs that use a different
4751                                 character set than GDB does
4752 @end menu
4753
4754 @node Expressions
4755 @section Expressions
4756
4757 @cindex expressions
4758 @code{print} and many other @value{GDBN} commands accept an expression and
4759 compute its value.  Any kind of constant, variable or operator defined
4760 by the programming language you are using is valid in an expression in
4761 @value{GDBN}.  This includes conditional expressions, function calls,
4762 casts, and string constants.  It also includes preprocessor macros, if
4763 you compiled your program to include this information; see
4764 @ref{Compilation}.
4765
4766 @value{GDBN} supports array constants in expressions input by
4767 the user.  The syntax is @{@var{element}, @var{element}@dots{}@}.  For example,
4768 you can use the command @code{print @{1, 2, 3@}} to build up an array in
4769 memory that is @code{malloc}ed in the target program.
4770
4771 Because C is so widespread, most of the expressions shown in examples in
4772 this manual are in C.  @xref{Languages, , Using @value{GDBN} with Different
4773 Languages}, for information on how to use expressions in other
4774 languages.
4775
4776 In this section, we discuss operators that you can use in @value{GDBN}
4777 expressions regardless of your programming language.
4778
4779 Casts are supported in all languages, not just in C, because it is so
4780 useful to cast a number into a pointer in order to examine a structure
4781 at that address in memory.
4782 @c FIXME: casts supported---Mod2 true?
4783
4784 @value{GDBN} supports these operators, in addition to those common
4785 to programming languages:
4786
4787 @table @code
4788 @item @@
4789 @samp{@@} is a binary operator for treating parts of memory as arrays.
4790 @xref{Arrays, ,Artificial arrays}, for more information.
4791
4792 @item ::
4793 @samp{::} allows you to specify a variable in terms of the file or
4794 function where it is defined.  @xref{Variables, ,Program variables}.
4795
4796 @cindex @{@var{type}@}
4797 @cindex type casting memory
4798 @cindex memory, viewing as typed object
4799 @cindex casts, to view memory
4800 @item @{@var{type}@} @var{addr}
4801 Refers to an object of type @var{type} stored at address @var{addr} in
4802 memory.  @var{addr} may be any expression whose value is an integer or
4803 pointer (but parentheses are required around binary operators, just as in
4804 a cast).  This construct is allowed regardless of what kind of data is
4805 normally supposed to reside at @var{addr}.
4806 @end table
4807
4808 @node Variables
4809 @section Program variables
4810
4811 The most common kind of expression to use is the name of a variable
4812 in your program.
4813
4814 Variables in expressions are understood in the selected stack frame
4815 (@pxref{Selection, ,Selecting a frame}); they must be either:
4816
4817 @itemize @bullet
4818 @item
4819 global (or file-static)
4820 @end itemize
4821
4822 @noindent or
4823
4824 @itemize @bullet
4825 @item
4826 visible according to the scope rules of the
4827 programming language from the point of execution in that frame
4828 @end itemize
4829
4830 @noindent This means that in the function
4831
4832 @smallexample
4833 foo (a)
4834      int a;
4835 @{
4836   bar (a);
4837   @{
4838     int b = test ();
4839     bar (b);
4840   @}
4841 @}
4842 @end smallexample
4843
4844 @noindent
4845 you can examine and use the variable @code{a} whenever your program is
4846 executing within the function @code{foo}, but you can only use or
4847 examine the variable @code{b} while your program is executing inside
4848 the block where @code{b} is declared.
4849
4850 @cindex variable name conflict
4851 There is an exception: you can refer to a variable or function whose
4852 scope is a single source file even if the current execution point is not
4853 in this file.  But it is possible to have more than one such variable or
4854 function with the same name (in different source files).  If that
4855 happens, referring to that name has unpredictable effects.  If you wish,
4856 you can specify a static variable in a particular function or file,
4857 using the colon-colon notation:
4858
4859 @cindex colon-colon, context for variables/functions
4860 @iftex
4861 @c info cannot cope with a :: index entry, but why deprive hard copy readers?
4862 @cindex @code{::}, context for variables/functions
4863 @end iftex
4864 @smallexample
4865 @var{file}::@var{variable}
4866 @var{function}::@var{variable}
4867 @end smallexample
4868
4869 @noindent
4870 Here @var{file} or @var{function} is the name of the context for the
4871 static @var{variable}.  In the case of file names, you can use quotes to
4872 make sure @value{GDBN} parses the file name as a single word---for example,
4873 to print a global value of @code{x} defined in @file{f2.c}:
4874
4875 @smallexample
4876 (@value{GDBP}) p 'f2.c'::x
4877 @end smallexample
4878
4879 @cindex C@t{++} scope resolution
4880 This use of @samp{::} is very rarely in conflict with the very similar
4881 use of the same notation in C@t{++}.  @value{GDBN} also supports use of the C@t{++}
4882 scope resolution operator in @value{GDBN} expressions.
4883 @c FIXME: Um, so what happens in one of those rare cases where it's in
4884 @c conflict??  --mew
4885
4886 @cindex wrong values
4887 @cindex variable values, wrong
4888 @quotation
4889 @emph{Warning:} Occasionally, a local variable may appear to have the
4890 wrong value at certain points in a function---just after entry to a new
4891 scope, and just before exit.
4892 @end quotation
4893 You may see this problem when you are stepping by machine instructions.
4894 This is because, on most machines, it takes more than one instruction to
4895 set up a stack frame (including local variable definitions); if you are
4896 stepping by machine instructions, variables may appear to have the wrong
4897 values until the stack frame is completely built.  On exit, it usually
4898 also takes more than one machine instruction to destroy a stack frame;
4899 after you begin stepping through that group of instructions, local
4900 variable definitions may be gone.
4901
4902 This may also happen when the compiler does significant optimizations.
4903 To be sure of always seeing accurate values, turn off all optimization
4904 when compiling.
4905
4906 @cindex ``No symbol "foo" in current context''
4907 Another possible effect of compiler optimizations is to optimize
4908 unused variables out of existence, or assign variables to registers (as
4909 opposed to memory addresses).  Depending on the support for such cases
4910 offered by the debug info format used by the compiler, @value{GDBN}
4911 might not be able to display values for such local variables.  If that
4912 happens, @value{GDBN} will print a message like this:
4913
4914 @smallexample
4915 No symbol "foo" in current context.
4916 @end smallexample
4917
4918 To solve such problems, either recompile without optimizations, or use a
4919 different debug info format, if the compiler supports several such
4920 formats.  For example, @value{NGCC}, the @sc{gnu} C/C@t{++} compiler
4921 usually supports the @option{-gstabs+} option.  @option{-gstabs+}
4922 produces debug info in a format that is superior to formats such as
4923 COFF.  You may be able to use DWARF 2 (@option{-gdwarf-2}), which is also
4924 an effective form for debug info.  @xref{Debugging Options,,Options
4925 for Debugging Your Program or @sc{gnu} CC, gcc.info, Using @sc{gnu} CC}.
4926
4927
4928 @node Arrays
4929 @section Artificial arrays
4930
4931 @cindex artificial array
4932 @kindex @@@r{, referencing memory as an array}
4933 It is often useful to print out several successive objects of the
4934 same type in memory; a section of an array, or an array of
4935 dynamically determined size for which only a pointer exists in the
4936 program.
4937
4938 You can do this by referring to a contiguous span of memory as an
4939 @dfn{artificial array}, using the binary operator @samp{@@}.  The left
4940 operand of @samp{@@} should be the first element of the desired array
4941 and be an individual object.  The right operand should be the desired length
4942 of the array.  The result is an array value whose elements are all of
4943 the type of the left argument.  The first element is actually the left
4944 argument; the second element comes from bytes of memory immediately
4945 following those that hold the first element, and so on.  Here is an
4946 example.  If a program says
4947
4948 @smallexample
4949 int *array = (int *) malloc (len * sizeof (int));
4950 @end smallexample
4951
4952 @noindent
4953 you can print the contents of @code{array} with
4954
4955 @smallexample
4956 p *array@@len
4957 @end smallexample
4958
4959 The left operand of @samp{@@} must reside in memory.  Array values made
4960 with @samp{@@} in this way behave just like other arrays in terms of
4961 subscripting, and are coerced to pointers when used in expressions.
4962 Artificial arrays most often appear in expressions via the value history
4963 (@pxref{Value History, ,Value history}), after printing one out.
4964
4965 Another way to create an artificial array is to use a cast.
4966 This re-interprets a value as if it were an array.
4967 The value need not be in memory:
4968 @smallexample
4969 (@value{GDBP}) p/x (short[2])0x12345678
4970 $1 = @{0x1234, 0x5678@}
4971 @end smallexample
4972
4973 As a convenience, if you leave the array length out (as in
4974 @samp{(@var{type}[])@var{value}}) @value{GDBN} calculates the size to fill
4975 the value (as @samp{sizeof(@var{value})/sizeof(@var{type})}:
4976 @smallexample
4977 (@value{GDBP}) p/x (short[])0x12345678
4978 $2 = @{0x1234, 0x5678@}
4979 @end smallexample
4980
4981 Sometimes the artificial array mechanism is not quite enough; in
4982 moderately complex data structures, the elements of interest may not
4983 actually be adjacent---for example, if you are interested in the values
4984 of pointers in an array.  One useful work-around in this situation is
4985 to use a convenience variable (@pxref{Convenience Vars, ,Convenience
4986 variables}) as a counter in an expression that prints the first
4987 interesting value, and then repeat that expression via @key{RET}.  For
4988 instance, suppose you have an array @code{dtab} of pointers to
4989 structures, and you are interested in the values of a field @code{fv}
4990 in each structure.  Here is an example of what you might type:
4991
4992 @smallexample
4993 set $i = 0
4994 p dtab[$i++]->fv
4995 @key{RET}
4996 @key{RET}
4997 @dots{}
4998 @end smallexample
4999
5000 @node Output Formats
5001 @section Output formats
5002
5003 @cindex formatted output
5004 @cindex output formats
5005 By default, @value{GDBN} prints a value according to its data type.  Sometimes
5006 this is not what you want.  For example, you might want to print a number
5007 in hex, or a pointer in decimal.  Or you might want to view data in memory
5008 at a certain address as a character string or as an instruction.  To do
5009 these things, specify an @dfn{output format} when you print a value.
5010
5011 The simplest use of output formats is to say how to print a value
5012 already computed.  This is done by starting the arguments of the
5013 @code{print} command with a slash and a format letter.  The format
5014 letters supported are:
5015
5016 @table @code
5017 @item x
5018 Regard the bits of the value as an integer, and print the integer in
5019 hexadecimal.
5020
5021 @item d
5022 Print as integer in signed decimal.
5023
5024 @item u
5025 Print as integer in unsigned decimal.
5026
5027 @item o
5028 Print as integer in octal.
5029
5030 @item t
5031 Print as integer in binary.  The letter @samp{t} stands for ``two''.
5032 @footnote{@samp{b} cannot be used because these format letters are also
5033 used with the @code{x} command, where @samp{b} stands for ``byte'';
5034 see @ref{Memory,,Examining memory}.}
5035
5036 @item a
5037 @cindex unknown address, locating
5038 @cindex locate address
5039 Print as an address, both absolute in hexadecimal and as an offset from
5040 the nearest preceding symbol.  You can use this format used to discover
5041 where (in what function) an unknown address is located:
5042
5043 @smallexample
5044 (@value{GDBP}) p/a 0x54320
5045 $3 = 0x54320 <_initialize_vx+396>
5046 @end smallexample
5047
5048 @noindent
5049 The command @code{info symbol 0x54320} yields similar results.
5050 @xref{Symbols, info symbol}.
5051
5052 @item c
5053 Regard as an integer and print it as a character constant.
5054
5055 @item f
5056 Regard the bits of the value as a floating point number and print
5057 using typical floating point syntax.
5058 @end table
5059
5060 For example, to print the program counter in hex (@pxref{Registers}), type
5061
5062 @smallexample
5063 p/x $pc
5064 @end smallexample
5065
5066 @noindent
5067 Note that no space is required before the slash; this is because command
5068 names in @value{GDBN} cannot contain a slash.
5069
5070 To reprint the last value in the value history with a different format,
5071 you can use the @code{print} command with just a format and no
5072 expression.  For example, @samp{p/x} reprints the last value in hex.
5073
5074 @node Memory
5075 @section Examining memory
5076
5077 You can use the command @code{x} (for ``examine'') to examine memory in
5078 any of several formats, independently of your program's data types.
5079
5080 @cindex examining memory
5081 @table @code
5082 @kindex x @r{(examine memory)}
5083 @item x/@var{nfu} @var{addr}
5084 @itemx x @var{addr}
5085 @itemx x
5086 Use the @code{x} command to examine memory.
5087 @end table
5088
5089 @var{n}, @var{f}, and @var{u} are all optional parameters that specify how
5090 much memory to display and how to format it; @var{addr} is an
5091 expression giving the address where you want to start displaying memory.
5092 If you use defaults for @var{nfu}, you need not type the slash @samp{/}.
5093 Several commands set convenient defaults for @var{addr}.
5094
5095 @table @r
5096 @item @var{n}, the repeat count
5097 The repeat count is a decimal integer; the default is 1.  It specifies
5098 how much memory (counting by units @var{u}) to display.
5099 @c This really is **decimal**; unaffected by 'set radix' as of GDB
5100 @c 4.1.2.
5101
5102 @item @var{f}, the display format
5103 The display format is one of the formats used by @code{print},
5104 @samp{s} (null-terminated string), or @samp{i} (machine instruction).
5105 The default is @samp{x} (hexadecimal) initially.
5106 The default changes each time you use either @code{x} or @code{print}.
5107
5108 @item @var{u}, the unit size
5109 The unit size is any of
5110
5111 @table @code
5112 @item b
5113 Bytes.
5114 @item h
5115 Halfwords (two bytes).
5116 @item w
5117 Words (four bytes).  This is the initial default.
5118 @item g
5119 Giant words (eight bytes).
5120 @end table
5121
5122 Each time you specify a unit size with @code{x}, that size becomes the
5123 default unit the next time you use @code{x}.  (For the @samp{s} and
5124 @samp{i} formats, the unit size is ignored and is normally not written.)
5125
5126 @item @var{addr}, starting display address
5127 @var{addr} is the address where you want @value{GDBN} to begin displaying
5128 memory.  The expression need not have a pointer value (though it may);
5129 it is always interpreted as an integer address of a byte of memory.
5130 @xref{Expressions, ,Expressions}, for more information on expressions.  The default for
5131 @var{addr} is usually just after the last address examined---but several
5132 other commands also set the default address: @code{info breakpoints} (to
5133 the address of the last breakpoint listed), @code{info line} (to the
5134 starting address of a line), and @code{print} (if you use it to display
5135 a value from memory).
5136 @end table
5137
5138 For example, @samp{x/3uh 0x54320} is a request to display three halfwords
5139 (@code{h}) of memory, formatted as unsigned decimal integers (@samp{u}),
5140 starting at address @code{0x54320}.  @samp{x/4xw $sp} prints the four
5141 words (@samp{w}) of memory above the stack pointer (here, @samp{$sp};
5142 @pxref{Registers, ,Registers}) in hexadecimal (@samp{x}).
5143
5144 Since the letters indicating unit sizes are all distinct from the
5145 letters specifying output formats, you do not have to remember whether
5146 unit size or format comes first; either order works.  The output
5147 specifications @samp{4xw} and @samp{4wx} mean exactly the same thing.
5148 (However, the count @var{n} must come first; @samp{wx4} does not work.)
5149
5150 Even though the unit size @var{u} is ignored for the formats @samp{s}
5151 and @samp{i}, you might still want to use a count @var{n}; for example,
5152 @samp{3i} specifies that you want to see three machine instructions,
5153 including any operands.  The command @code{disassemble} gives an
5154 alternative way of inspecting machine instructions; see @ref{Machine
5155 Code,,Source and machine code}.
5156
5157 All the defaults for the arguments to @code{x} are designed to make it
5158 easy to continue scanning memory with minimal specifications each time
5159 you use @code{x}.  For example, after you have inspected three machine
5160 instructions with @samp{x/3i @var{addr}}, you can inspect the next seven
5161 with just @samp{x/7}.  If you use @key{RET} to repeat the @code{x} command,
5162 the repeat count @var{n} is used again; the other arguments default as
5163 for successive uses of @code{x}.
5164
5165 @cindex @code{$_}, @code{$__}, and value history
5166 The addresses and contents printed by the @code{x} command are not saved
5167 in the value history because there is often too much of them and they
5168 would get in the way.  Instead, @value{GDBN} makes these values available for
5169 subsequent use in expressions as values of the convenience variables
5170 @code{$_} and @code{$__}.  After an @code{x} command, the last address
5171 examined is available for use in expressions in the convenience variable
5172 @code{$_}.  The contents of that address, as examined, are available in
5173 the convenience variable @code{$__}.
5174
5175 If the @code{x} command has a repeat count, the address and contents saved
5176 are from the last memory unit printed; this is not the same as the last
5177 address printed if several units were printed on the last line of output.
5178
5179 @node Auto Display
5180 @section Automatic display
5181 @cindex automatic display
5182 @cindex display of expressions
5183
5184 If you find that you want to print the value of an expression frequently
5185 (to see how it changes), you might want to add it to the @dfn{automatic
5186 display list} so that @value{GDBN} prints its value each time your program stops.
5187 Each expression added to the list is given a number to identify it;
5188 to remove an expression from the list, you specify that number.
5189 The automatic display looks like this:
5190
5191 @smallexample
5192 2: foo = 38
5193 3: bar[5] = (struct hack *) 0x3804
5194 @end smallexample
5195
5196 @noindent
5197 This display shows item numbers, expressions and their current values.  As with
5198 displays you request manually using @code{x} or @code{print}, you can
5199 specify the output format you prefer; in fact, @code{display} decides
5200 whether to use @code{print} or @code{x} depending on how elaborate your
5201 format specification is---it uses @code{x} if you specify a unit size,
5202 or one of the two formats (@samp{i} and @samp{s}) that are only
5203 supported by @code{x}; otherwise it uses @code{print}.
5204
5205 @table @code
5206 @kindex display
5207 @item display @var{expr}
5208 Add the expression @var{expr} to the list of expressions to display
5209 each time your program stops.  @xref{Expressions, ,Expressions}.
5210
5211 @code{display} does not repeat if you press @key{RET} again after using it.
5212
5213 @item display/@var{fmt} @var{expr}
5214 For @var{fmt} specifying only a display format and not a size or
5215 count, add the expression @var{expr} to the auto-display list but
5216 arrange to display it each time in the specified format @var{fmt}.
5217 @xref{Output Formats,,Output formats}.
5218
5219 @item display/@var{fmt} @var{addr}
5220 For @var{fmt} @samp{i} or @samp{s}, or including a unit-size or a
5221 number of units, add the expression @var{addr} as a memory address to
5222 be examined each time your program stops.  Examining means in effect
5223 doing @samp{x/@var{fmt} @var{addr}}.  @xref{Memory, ,Examining memory}.
5224 @end table
5225
5226 For example, @samp{display/i $pc} can be helpful, to see the machine
5227 instruction about to be executed each time execution stops (@samp{$pc}
5228 is a common name for the program counter; @pxref{Registers, ,Registers}).
5229
5230 @table @code
5231 @kindex delete display
5232 @kindex undisplay
5233 @item undisplay @var{dnums}@dots{}
5234 @itemx delete display @var{dnums}@dots{}
5235 Remove item numbers @var{dnums} from the list of expressions to display.
5236
5237 @code{undisplay} does not repeat if you press @key{RET} after using it.
5238 (Otherwise you would just get the error @samp{No display number @dots{}}.)
5239
5240 @kindex disable display
5241 @item disable display @var{dnums}@dots{}
5242 Disable the display of item numbers @var{dnums}.  A disabled display
5243 item is not printed automatically, but is not forgotten.  It may be
5244 enabled again later.
5245
5246 @kindex enable display
5247 @item enable display @var{dnums}@dots{}
5248 Enable display of item numbers @var{dnums}.  It becomes effective once
5249 again in auto display of its expression, until you specify otherwise.
5250
5251 @item display
5252 Display the current values of the expressions on the list, just as is
5253 done when your program stops.
5254
5255 @kindex info display
5256 @item info display
5257 Print the list of expressions previously set up to display
5258 automatically, each one with its item number, but without showing the
5259 values.  This includes disabled expressions, which are marked as such.
5260 It also includes expressions which would not be displayed right now
5261 because they refer to automatic variables not currently available.
5262 @end table
5263
5264 If a display expression refers to local variables, then it does not make
5265 sense outside the lexical context for which it was set up.  Such an
5266 expression is disabled when execution enters a context where one of its
5267 variables is not defined.  For example, if you give the command
5268 @code{display last_char} while inside a function with an argument
5269 @code{last_char}, @value{GDBN} displays this argument while your program
5270 continues to stop inside that function.  When it stops elsewhere---where
5271 there is no variable @code{last_char}---the display is disabled
5272 automatically.  The next time your program stops where @code{last_char}
5273 is meaningful, you can enable the display expression once again.
5274
5275 @node Print Settings
5276 @section Print settings
5277
5278 @cindex format options
5279 @cindex print settings
5280 @value{GDBN} provides the following ways to control how arrays, structures,
5281 and symbols are printed.
5282
5283 @noindent
5284 These settings are useful for debugging programs in any language:
5285
5286 @table @code
5287 @kindex set print address
5288 @item set print address
5289 @itemx set print address on
5290 @value{GDBN} prints memory addresses showing the location of stack
5291 traces, structure values, pointer values, breakpoints, and so forth,
5292 even when it also displays the contents of those addresses.  The default
5293 is @code{on}.  For example, this is what a stack frame display looks like with
5294 @code{set print address on}:
5295
5296 @smallexample
5297 @group
5298 (@value{GDBP}) f
5299 #0  set_quotes (lq=0x34c78 "<<", rq=0x34c88 ">>")
5300     at input.c:530
5301 530         if (lquote != def_lquote)
5302 @end group
5303 @end smallexample
5304
5305 @item set print address off
5306 Do not print addresses when displaying their contents.  For example,
5307 this is the same stack frame displayed with @code{set print address off}:
5308
5309 @smallexample
5310 @group
5311 (@value{GDBP}) set print addr off
5312 (@value{GDBP}) f
5313 #0  set_quotes (lq="<<", rq=">>") at input.c:530
5314 530         if (lquote != def_lquote)
5315 @end group
5316 @end smallexample
5317
5318 You can use @samp{set print address off} to eliminate all machine
5319 dependent displays from the @value{GDBN} interface.  For example, with
5320 @code{print address off}, you should get the same text for backtraces on
5321 all machines---whether or not they involve pointer arguments.
5322
5323 @kindex show print address
5324 @item show print address
5325 Show whether or not addresses are to be printed.
5326 @end table
5327
5328 When @value{GDBN} prints a symbolic address, it normally prints the
5329 closest earlier symbol plus an offset.  If that symbol does not uniquely
5330 identify the address (for example, it is a name whose scope is a single
5331 source file), you may need to clarify.  One way to do this is with
5332 @code{info line}, for example @samp{info line *0x4537}.  Alternately,
5333 you can set @value{GDBN} to print the source file and line number when
5334 it prints a symbolic address:
5335
5336 @table @code
5337 @kindex set print symbol-filename
5338 @item set print symbol-filename on
5339 Tell @value{GDBN} to print the source file name and line number of a
5340 symbol in the symbolic form of an address.
5341
5342 @item set print symbol-filename off
5343 Do not print source file name and line number of a symbol.  This is the
5344 default.
5345
5346 @kindex show print symbol-filename
5347 @item show print symbol-filename
5348 Show whether or not @value{GDBN} will print the source file name and
5349 line number of a symbol in the symbolic form of an address.
5350 @end table
5351
5352 Another situation where it is helpful to show symbol filenames and line
5353 numbers is when disassembling code; @value{GDBN} shows you the line
5354 number and source file that corresponds to each instruction.
5355
5356 Also, you may wish to see the symbolic form only if the address being
5357 printed is reasonably close to the closest earlier symbol:
5358
5359 @table @code
5360 @kindex set print max-symbolic-offset
5361 @item set print max-symbolic-offset @var{max-offset}
5362 Tell @value{GDBN} to only display the symbolic form of an address if the
5363 offset between the closest earlier symbol and the address is less than
5364 @var{max-offset}.  The default is 0, which tells @value{GDBN}
5365 to always print the symbolic form of an address if any symbol precedes it.
5366
5367 @kindex show print max-symbolic-offset
5368 @item show print max-symbolic-offset
5369 Ask how large the maximum offset is that @value{GDBN} prints in a
5370 symbolic address.
5371 @end table
5372
5373 @cindex wild pointer, interpreting
5374 @cindex pointer, finding referent
5375 If you have a pointer and you are not sure where it points, try
5376 @samp{set print symbol-filename on}.  Then you can determine the name
5377 and source file location of the variable where it points, using
5378 @samp{p/a @var{pointer}}.  This interprets the address in symbolic form.
5379 For example, here @value{GDBN} shows that a variable @code{ptt} points
5380 at another variable @code{t}, defined in @file{hi2.c}:
5381
5382 @smallexample
5383 (@value{GDBP}) set print symbol-filename on
5384 (@value{GDBP}) p/a ptt
5385 $4 = 0xe008 <t in hi2.c>
5386 @end smallexample
5387
5388 @quotation
5389 @emph{Warning:} For pointers that point to a local variable, @samp{p/a}
5390 does not show the symbol name and filename of the referent, even with
5391 the appropriate @code{set print} options turned on.
5392 @end quotation
5393
5394 Other settings control how different kinds of objects are printed:
5395
5396 @table @code
5397 @kindex set print array
5398 @item set print array
5399 @itemx set print array on
5400 Pretty print arrays.  This format is more convenient to read,
5401 but uses more space.  The default is off.
5402
5403 @item set print array off
5404 Return to compressed format for arrays.
5405
5406 @kindex show print array
5407 @item show print array
5408 Show whether compressed or pretty format is selected for displaying
5409 arrays.
5410
5411 @kindex set print elements
5412 @item set print elements @var{number-of-elements}
5413 Set a limit on how many elements of an array @value{GDBN} will print.
5414 If @value{GDBN} is printing a large array, it stops printing after it has
5415 printed the number of elements set by the @code{set print elements} command.
5416 This limit also applies to the display of strings.
5417 When @value{GDBN} starts, this limit is set to 200.
5418 Setting  @var{number-of-elements} to zero means that the printing is unlimited.
5419
5420 @kindex show print elements
5421 @item show print elements
5422 Display the number of elements of a large array that @value{GDBN} will print.
5423 If the number is 0, then the printing is unlimited.
5424
5425 @kindex set print null-stop
5426 @item set print null-stop
5427 Cause @value{GDBN} to stop printing the characters of an array when the first
5428 @sc{null} is encountered.  This is useful when large arrays actually
5429 contain only short strings.
5430 The default is off.
5431
5432 @kindex set print pretty
5433 @item set print pretty on
5434 Cause @value{GDBN} to print structures in an indented format with one member
5435 per line, like this:
5436
5437 @smallexample
5438 @group
5439 $1 = @{
5440   next = 0x0,
5441   flags = @{
5442     sweet = 1,
5443     sour = 1
5444   @},
5445   meat = 0x54 "Pork"
5446 @}
5447 @end group
5448 @end smallexample
5449
5450 @item set print pretty off
5451 Cause @value{GDBN} to print structures in a compact format, like this:
5452
5453 @smallexample
5454 @group
5455 $1 = @{next = 0x0, flags = @{sweet = 1, sour = 1@}, \
5456 meat = 0x54 "Pork"@}
5457 @end group
5458 @end smallexample
5459
5460 @noindent
5461 This is the default format.
5462
5463 @kindex show print pretty
5464 @item show print pretty
5465 Show which format @value{GDBN} is using to print structures.
5466
5467 @kindex set print sevenbit-strings
5468 @item set print sevenbit-strings on
5469 Print using only seven-bit characters; if this option is set,
5470 @value{GDBN} displays any eight-bit characters (in strings or
5471 character values) using the notation @code{\}@var{nnn}.  This setting is
5472 best if you are working in English (@sc{ascii}) and you use the
5473 high-order bit of characters as a marker or ``meta'' bit.
5474
5475 @item set print sevenbit-strings off
5476 Print full eight-bit characters.  This allows the use of more
5477 international character sets, and is the default.
5478
5479 @kindex show print sevenbit-strings
5480 @item show print sevenbit-strings
5481 Show whether or not @value{GDBN} is printing only seven-bit characters.
5482
5483 @kindex set print union
5484 @item set print union on
5485 Tell @value{GDBN} to print unions which are contained in structures.  This
5486 is the default setting.
5487
5488 @item set print union off
5489 Tell @value{GDBN} not to print unions which are contained in structures.
5490
5491 @kindex show print union
5492 @item show print union
5493 Ask @value{GDBN} whether or not it will print unions which are contained in
5494 structures.
5495
5496 For example, given the declarations
5497
5498 @smallexample
5499 typedef enum @{Tree, Bug@} Species;
5500 typedef enum @{Big_tree, Acorn, Seedling@} Tree_forms;
5501 typedef enum @{Caterpillar, Cocoon, Butterfly@}
5502               Bug_forms;
5503
5504 struct thing @{
5505   Species it;
5506   union @{
5507     Tree_forms tree;
5508     Bug_forms bug;
5509   @} form;
5510 @};
5511
5512 struct thing foo = @{Tree, @{Acorn@}@};
5513 @end smallexample
5514
5515 @noindent
5516 with @code{set print union on} in effect @samp{p foo} would print
5517
5518 @smallexample
5519 $1 = @{it = Tree, form = @{tree = Acorn, bug = Cocoon@}@}
5520 @end smallexample
5521
5522 @noindent
5523 and with @code{set print union off} in effect it would print
5524
5525 @smallexample
5526 $1 = @{it = Tree, form = @{...@}@}
5527 @end smallexample
5528 @end table
5529
5530 @need 1000
5531 @noindent
5532 These settings are of interest when debugging C@t{++} programs:
5533
5534 @table @code
5535 @cindex demangling
5536 @kindex set print demangle
5537 @item set print demangle
5538 @itemx set print demangle on
5539 Print C@t{++} names in their source form rather than in the encoded
5540 (``mangled'') form passed to the assembler and linker for type-safe
5541 linkage.  The default is on.
5542
5543 @kindex show print demangle
5544 @item show print demangle
5545 Show whether C@t{++} names are printed in mangled or demangled form.
5546
5547 @kindex set print asm-demangle
5548 @item set print asm-demangle
5549 @itemx set print asm-demangle on
5550 Print C@t{++} names in their source form rather than their mangled form, even
5551 in assembler code printouts such as instruction disassemblies.
5552 The default is off.
5553
5554 @kindex show print asm-demangle
5555 @item show print asm-demangle
5556 Show whether C@t{++} names in assembly listings are printed in mangled
5557 or demangled form.
5558
5559 @kindex set demangle-style
5560 @cindex C@t{++} symbol decoding style
5561 @cindex symbol decoding style, C@t{++}
5562 @item set demangle-style @var{style}
5563 Choose among several encoding schemes used by different compilers to
5564 represent C@t{++} names.  The choices for @var{style} are currently:
5565
5566 @table @code
5567 @item auto
5568 Allow @value{GDBN} to choose a decoding style by inspecting your program.
5569
5570 @item gnu
5571 Decode based on the @sc{gnu} C@t{++} compiler (@code{g++}) encoding algorithm.
5572 This is the default.
5573
5574 @item hp
5575 Decode based on the HP ANSI C@t{++} (@code{aCC}) encoding algorithm.
5576
5577 @item lucid
5578 Decode based on the Lucid C@t{++} compiler (@code{lcc}) encoding algorithm.
5579
5580 @item arm
5581 Decode using the algorithm in the @cite{C@t{++} Annotated Reference Manual}.
5582 @strong{Warning:} this setting alone is not sufficient to allow
5583 debugging @code{cfront}-generated executables.  @value{GDBN} would
5584 require further enhancement to permit that.
5585
5586 @end table
5587 If you omit @var{style}, you will see a list of possible formats.
5588
5589 @kindex show demangle-style
5590 @item show demangle-style
5591 Display the encoding style currently in use for decoding C@t{++} symbols.
5592
5593 @kindex set print object
5594 @item set print object
5595 @itemx set print object on
5596 When displaying a pointer to an object, identify the @emph{actual}
5597 (derived) type of the object rather than the @emph{declared} type, using
5598 the virtual function table.
5599
5600 @item set print object off
5601 Display only the declared type of objects, without reference to the
5602 virtual function table.  This is the default setting.
5603
5604 @kindex show print object
5605 @item show print object
5606 Show whether actual, or declared, object types are displayed.
5607
5608 @kindex set print static-members
5609 @item set print static-members
5610 @itemx set print static-members on
5611 Print static members when displaying a C@t{++} object.  The default is on.
5612
5613 @item set print static-members off
5614 Do not print static members when displaying a C@t{++} object.
5615
5616 @kindex show print static-members
5617 @item show print static-members
5618 Show whether C@t{++} static members are printed, or not.
5619
5620 @c These don't work with HP ANSI C++ yet.
5621 @kindex set print vtbl
5622 @item set print vtbl
5623 @itemx set print vtbl on
5624 Pretty print C@t{++} virtual function tables.  The default is off.
5625 (The @code{vtbl} commands do not work on programs compiled with the HP
5626 ANSI C@t{++} compiler (@code{aCC}).)
5627
5628 @item set print vtbl off
5629 Do not pretty print C@t{++} virtual function tables.
5630
5631 @kindex show print vtbl
5632 @item show print vtbl
5633 Show whether C@t{++} virtual function tables are pretty printed, or not.
5634 @end table
5635
5636 @node Value History
5637 @section Value history
5638
5639 @cindex value history
5640 Values printed by the @code{print} command are saved in the @value{GDBN}
5641 @dfn{value history}.  This allows you to refer to them in other expressions.
5642 Values are kept until the symbol table is re-read or discarded
5643 (for example with the @code{file} or @code{symbol-file} commands).
5644 When the symbol table changes, the value history is discarded,
5645 since the values may contain pointers back to the types defined in the
5646 symbol table.
5647
5648 @cindex @code{$}
5649 @cindex @code{$$}
5650 @cindex history number
5651 The values printed are given @dfn{history numbers} by which you can
5652 refer to them.  These are successive integers starting with one.
5653 @code{print} shows you the history number assigned to a value by
5654 printing @samp{$@var{num} = } before the value; here @var{num} is the
5655 history number.
5656
5657 To refer to any previous value, use @samp{$} followed by the value's
5658 history number.  The way @code{print} labels its output is designed to
5659 remind you of this.  Just @code{$} refers to the most recent value in
5660 the history, and @code{$$} refers to the value before that.
5661 @code{$$@var{n}} refers to the @var{n}th value from the end; @code{$$2}
5662 is the value just prior to @code{$$}, @code{$$1} is equivalent to
5663 @code{$$}, and @code{$$0} is equivalent to @code{$}.
5664
5665 For example, suppose you have just printed a pointer to a structure and
5666 want to see the contents of the structure.  It suffices to type
5667
5668 @smallexample
5669 p *$
5670 @end smallexample
5671
5672 If you have a chain of structures where the component @code{next} points
5673 to the next one, you can print the contents of the next one with this:
5674
5675 @smallexample
5676 p *$.next
5677 @end smallexample
5678
5679 @noindent
5680 You can print successive links in the chain by repeating this
5681 command---which you can do by just typing @key{RET}.
5682
5683 Note that the history records values, not expressions.  If the value of
5684 @code{x} is 4 and you type these commands:
5685
5686 @smallexample
5687 print x
5688 set x=5
5689 @end smallexample
5690
5691 @noindent
5692 then the value recorded in the value history by the @code{print} command
5693 remains 4 even though the value of @code{x} has changed.
5694
5695 @table @code
5696 @kindex show values
5697 @item show values
5698 Print the last ten values in the value history, with their item numbers.
5699 This is like @samp{p@ $$9} repeated ten times, except that @code{show
5700 values} does not change the history.
5701
5702 @item show values @var{n}
5703 Print ten history values centered on history item number @var{n}.
5704
5705 @item show values +
5706 Print ten history values just after the values last printed.  If no more
5707 values are available, @code{show values +} produces no display.
5708 @end table
5709
5710 Pressing @key{RET} to repeat @code{show values @var{n}} has exactly the
5711 same effect as @samp{show values +}.
5712
5713 @node Convenience Vars
5714 @section Convenience variables
5715
5716 @cindex convenience variables
5717 @value{GDBN} provides @dfn{convenience variables} that you can use within
5718 @value{GDBN} to hold on to a value and refer to it later.  These variables
5719 exist entirely within @value{GDBN}; they are not part of your program, and
5720 setting a convenience variable has no direct effect on further execution
5721 of your program.  That is why you can use them freely.
5722
5723 Convenience variables are prefixed with @samp{$}.  Any name preceded by
5724 @samp{$} can be used for a convenience variable, unless it is one of
5725 the predefined machine-specific register names (@pxref{Registers, ,Registers}).
5726 (Value history references, in contrast, are @emph{numbers} preceded
5727 by @samp{$}.  @xref{Value History, ,Value history}.)
5728
5729 You can save a value in a convenience variable with an assignment
5730 expression, just as you would set a variable in your program.
5731 For example:
5732
5733 @smallexample
5734 set $foo = *object_ptr
5735 @end smallexample
5736
5737 @noindent
5738 would save in @code{$foo} the value contained in the object pointed to by
5739 @code{object_ptr}.
5740
5741 Using a convenience variable for the first time creates it, but its
5742 value is @code{void} until you assign a new value.  You can alter the
5743 value with another assignment at any time.
5744
5745 Convenience variables have no fixed types.  You can assign a convenience
5746 variable any type of value, including structures and arrays, even if
5747 that variable already has a value of a different type.  The convenience
5748 variable, when used as an expression, has the type of its current value.
5749
5750 @table @code
5751 @kindex show convenience
5752 @item show convenience
5753 Print a list of convenience variables used so far, and their values.
5754 Abbreviated @code{show conv}.
5755 @end table
5756
5757 One of the ways to use a convenience variable is as a counter to be
5758 incremented or a pointer to be advanced.  For example, to print
5759 a field from successive elements of an array of structures:
5760
5761 @smallexample
5762 set $i = 0
5763 print bar[$i++]->contents
5764 @end smallexample
5765
5766 @noindent
5767 Repeat that command by typing @key{RET}.
5768
5769 Some convenience variables are created automatically by @value{GDBN} and given
5770 values likely to be useful.
5771
5772 @table @code
5773 @vindex $_@r{, convenience variable}
5774 @item $_
5775 The variable @code{$_} is automatically set by the @code{x} command to
5776 the last address examined (@pxref{Memory, ,Examining memory}).  Other
5777 commands which provide a default address for @code{x} to examine also
5778 set @code{$_} to that address; these commands include @code{info line}
5779 and @code{info breakpoint}.  The type of @code{$_} is @code{void *}
5780 except when set by the @code{x} command, in which case it is a pointer
5781 to the type of @code{$__}.
5782
5783 @vindex $__@r{, convenience variable}
5784 @item $__
5785 The variable @code{$__} is automatically set by the @code{x} command
5786 to the value found in the last address examined.  Its type is chosen
5787 to match the format in which the data was printed.
5788
5789 @item $_exitcode
5790 @vindex $_exitcode@r{, convenience variable}
5791 The variable @code{$_exitcode} is automatically set to the exit code when
5792 the program being debugged terminates.
5793 @end table
5794
5795 On HP-UX systems, if you refer to a function or variable name that
5796 begins with a dollar sign, @value{GDBN} searches for a user or system
5797 name first, before it searches for a convenience variable.
5798
5799 @node Registers
5800 @section Registers
5801
5802 @cindex registers
5803 You can refer to machine register contents, in expressions, as variables
5804 with names starting with @samp{$}.  The names of registers are different
5805 for each machine; use @code{info registers} to see the names used on
5806 your machine.
5807
5808 @table @code
5809 @kindex info registers
5810 @item info registers
5811 Print the names and values of all registers except floating-point
5812 and vector registers (in the selected stack frame).
5813
5814 @kindex info all-registers
5815 @cindex floating point registers
5816 @item info all-registers
5817 Print the names and values of all registers, including floating-point
5818 and vector registers (in the selected stack frame).
5819
5820 @item info registers @var{regname} @dots{}
5821 Print the @dfn{relativized} value of each specified register @var{regname}.
5822 As discussed in detail below, register values are normally relative to
5823 the selected stack frame.  @var{regname} may be any register name valid on
5824 the machine you are using, with or without the initial @samp{$}.
5825 @end table
5826
5827 @value{GDBN} has four ``standard'' register names that are available (in
5828 expressions) on most machines---whenever they do not conflict with an
5829 architecture's canonical mnemonics for registers.  The register names
5830 @code{$pc} and @code{$sp} are used for the program counter register and
5831 the stack pointer.  @code{$fp} is used for a register that contains a
5832 pointer to the current stack frame, and @code{$ps} is used for a
5833 register that contains the processor status.  For example,
5834 you could print the program counter in hex with
5835
5836 @smallexample
5837 p/x $pc
5838 @end smallexample
5839
5840 @noindent
5841 or print the instruction to be executed next with
5842
5843 @smallexample
5844 x/i $pc
5845 @end smallexample
5846
5847 @noindent
5848 or add four to the stack pointer@footnote{This is a way of removing
5849 one word from the stack, on machines where stacks grow downward in
5850 memory (most machines, nowadays).  This assumes that the innermost
5851 stack frame is selected; setting @code{$sp} is not allowed when other
5852 stack frames are selected.  To pop entire frames off the stack,
5853 regardless of machine architecture, use @code{return};
5854 see @ref{Returning, ,Returning from a function}.} with
5855
5856 @smallexample
5857 set $sp += 4
5858 @end smallexample
5859
5860 Whenever possible, these four standard register names are available on
5861 your machine even though the machine has different canonical mnemonics,
5862 so long as there is no conflict.  The @code{info registers} command
5863 shows the canonical names.  For example, on the SPARC, @code{info
5864 registers} displays the processor status register as @code{$psr} but you
5865 can also refer to it as @code{$ps}; and on x86-based machines @code{$ps}
5866 is an alias for the @sc{eflags} register.
5867
5868 @value{GDBN} always considers the contents of an ordinary register as an
5869 integer when the register is examined in this way.  Some machines have
5870 special registers which can hold nothing but floating point; these
5871 registers are considered to have floating point values.  There is no way
5872 to refer to the contents of an ordinary register as floating point value
5873 (although you can @emph{print} it as a floating point value with
5874 @samp{print/f $@var{regname}}).
5875
5876 Some registers have distinct ``raw'' and ``virtual'' data formats.  This
5877 means that the data format in which the register contents are saved by
5878 the operating system is not the same one that your program normally
5879 sees.  For example, the registers of the 68881 floating point
5880 coprocessor are always saved in ``extended'' (raw) format, but all C
5881 programs expect to work with ``double'' (virtual) format.  In such
5882 cases, @value{GDBN} normally works with the virtual format only (the format
5883 that makes sense for your program), but the @code{info registers} command
5884 prints the data in both formats.
5885
5886 Normally, register values are relative to the selected stack frame
5887 (@pxref{Selection, ,Selecting a frame}).  This means that you get the
5888 value that the register would contain if all stack frames farther in
5889 were exited and their saved registers restored.  In order to see the
5890 true contents of hardware registers, you must select the innermost
5891 frame (with @samp{frame 0}).
5892
5893 However, @value{GDBN} must deduce where registers are saved, from the machine
5894 code generated by your compiler.  If some registers are not saved, or if
5895 @value{GDBN} is unable to locate the saved registers, the selected stack
5896 frame makes no difference.
5897
5898 @node Floating Point Hardware
5899 @section Floating point hardware
5900 @cindex floating point
5901
5902 Depending on the configuration, @value{GDBN} may be able to give
5903 you more information about the status of the floating point hardware.
5904
5905 @table @code
5906 @kindex info float
5907 @item info float
5908 Display hardware-dependent information about the floating
5909 point unit.  The exact contents and layout vary depending on the
5910 floating point chip.  Currently, @samp{info float} is supported on
5911 the ARM and x86 machines.
5912 @end table
5913
5914 @node Vector Unit
5915 @section Vector Unit
5916 @cindex vector unit
5917
5918 Depending on the configuration, @value{GDBN} may be able to give you
5919 more information about the status of the vector unit.
5920
5921 @table @code
5922 @kindex info vector
5923 @item info vector
5924 Display information about the vector unit.  The exact contents and
5925 layout vary depending on the hardware.
5926 @end table
5927
5928 @node Auxiliary Vector
5929 @section Operating system auxiliary vector
5930 @cindex auxiliary vector
5931 @cindex vector, auxiliary
5932
5933 Some operating systems supply an @dfn{auxiliary vector} to programs at
5934 startup.  This is akin to the arguments and environment that you
5935 specify for a program, but contains a system-dependent variety of
5936 binary values that tell system libraries important details about the
5937 hardware, operating system, and process.  Each value's purpose is
5938 identified by an integer tag; the meanings are well-known but system-specific.
5939 Depending on the configuration and operating system facilities,
5940 @value{GDBN} may be able to show you this information.
5941
5942 @table @code
5943 @kindex info auxv
5944 @item info auxv
5945 Display the auxiliary vector of the inferior, which can be either a
5946 live process or a core dump file.  @value{GDBN} prints each tag value
5947 numerically, and also shows names and text descriptions for recognized
5948 tags.  Some values in the vector are numbers, some bit masks, and some
5949 pointers to strings or other data.  @value{GDBN} displays each value in the
5950 most appropriate form for a recognized tag, and in hexadecimal for
5951 an unrecognized tag.
5952 @end table
5953
5954 @node Memory Region Attributes
5955 @section Memory region attributes
5956 @cindex memory region attributes
5957
5958 @dfn{Memory region attributes} allow you to describe special handling
5959 required by regions of your target's memory.  @value{GDBN} uses attributes
5960 to determine whether to allow certain types of memory accesses; whether to
5961 use specific width accesses; and whether to cache target memory.
5962
5963 Defined memory regions can be individually enabled and disabled.  When a
5964 memory region is disabled, @value{GDBN} uses the default attributes when
5965 accessing memory in that region.  Similarly, if no memory regions have
5966 been defined, @value{GDBN} uses the default attributes when accessing
5967 all memory.
5968
5969 When a memory region is defined, it is given a number to identify it;
5970 to enable, disable, or remove a memory region, you specify that number.
5971
5972 @table @code
5973 @kindex mem
5974 @item mem @var{lower} @var{upper} @var{attributes}@dots{}
5975 Define memory region bounded by @var{lower} and @var{upper} with
5976 attributes @var{attributes}@dots{}.  Note that @var{upper} == 0 is a
5977 special case: it is treated as the the target's maximum memory address.
5978 (0xffff on 16 bit targets, 0xffffffff on 32 bit targets, etc.)
5979
5980 @kindex delete mem
5981 @item delete mem @var{nums}@dots{}
5982 Remove memory regions @var{nums}@dots{}.
5983
5984 @kindex disable mem
5985 @item disable mem @var{nums}@dots{}
5986 Disable memory regions @var{nums}@dots{}.
5987 A disabled memory region is not forgotten.
5988 It may be enabled again later.
5989
5990 @kindex enable mem
5991 @item enable mem @var{nums}@dots{}
5992 Enable memory regions @var{nums}@dots{}.
5993
5994 @kindex info mem
5995 @item info mem
5996 Print a table of all defined memory regions, with the following columns
5997 for each region.
5998
5999 @table @emph
6000 @item Memory Region Number
6001 @item Enabled or Disabled.
6002 Enabled memory regions are marked with @samp{y}.
6003 Disabled memory regions are marked with @samp{n}.
6004
6005 @item Lo Address
6006 The address defining the inclusive lower bound of the memory region.
6007
6008 @item Hi Address
6009 The address defining the exclusive upper bound of the memory region.
6010
6011 @item Attributes
6012 The list of attributes set for this memory region.
6013 @end table
6014 @end table
6015
6016
6017 @subsection Attributes
6018
6019 @subsubsection Memory Access Mode
6020 The access mode attributes set whether @value{GDBN} may make read or
6021 write accesses to a memory region.
6022
6023 While these attributes prevent @value{GDBN} from performing invalid
6024 memory accesses, they do nothing to prevent the target system, I/O DMA,
6025 etc. from accessing memory.
6026
6027 @table @code
6028 @item ro
6029 Memory is read only.
6030 @item wo
6031 Memory is write only.
6032 @item rw
6033 Memory is read/write.  This is the default.
6034 @end table
6035
6036 @subsubsection Memory Access Size
6037 The acccess size attributes tells @value{GDBN} to use specific sized
6038 accesses in the memory region.  Often memory mapped device registers
6039 require specific sized accesses.  If no access size attribute is
6040 specified, @value{GDBN} may use accesses of any size.
6041
6042 @table @code
6043 @item 8
6044 Use 8 bit memory accesses.
6045 @item 16
6046 Use 16 bit memory accesses.
6047 @item 32
6048 Use 32 bit memory accesses.
6049 @item 64
6050 Use 64 bit memory accesses.
6051 @end table
6052
6053 @c @subsubsection Hardware/Software Breakpoints
6054 @c The hardware/software breakpoint attributes set whether @value{GDBN}
6055 @c will use hardware or software breakpoints for the internal breakpoints
6056 @c used by the step, next, finish, until, etc. commands.
6057 @c
6058 @c @table @code
6059 @c @item hwbreak
6060 @c Always use hardware breakpoints
6061 @c @item swbreak (default)
6062 @c @end table
6063
6064 @subsubsection Data Cache
6065 The data cache attributes set whether @value{GDBN} will cache target
6066 memory.  While this generally improves performance by reducing debug
6067 protocol overhead, it can lead to incorrect results because @value{GDBN}
6068 does not know about volatile variables or memory mapped device
6069 registers.
6070
6071 @table @code
6072 @item cache
6073 Enable @value{GDBN} to cache target memory.
6074 @item nocache
6075 Disable @value{GDBN} from caching target memory.  This is the default.
6076 @end table
6077
6078 @c @subsubsection Memory Write Verification
6079 @c The memory write verification attributes set whether @value{GDBN}
6080 @c will re-reads data after each write to verify the write was successful.
6081 @c
6082 @c @table @code
6083 @c @item verify
6084 @c @item noverify (default)
6085 @c @end table
6086
6087 @node Dump/Restore Files
6088 @section Copy between memory and a file
6089 @cindex dump/restore files
6090 @cindex append data to a file
6091 @cindex dump data to a file
6092 @cindex restore data from a file
6093
6094 You can use the commands @code{dump}, @code{append}, and
6095 @code{restore} to copy data between target memory and a file.  The
6096 @code{dump} and @code{append} commands write data to a file, and the
6097 @code{restore} command reads data from a file back into the inferior's
6098 memory.  Files may be in binary, Motorola S-record, Intel hex, or
6099 Tektronix Hex format; however, @value{GDBN} can only append to binary
6100 files.
6101
6102 @table @code
6103
6104 @kindex dump
6105 @item dump @r{[}@var{format}@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
6106 @itemx dump @r{[}@var{format}@r{]} value @var{filename} @var{expr}
6107 Dump the contents of memory from @var{start_addr} to @var{end_addr},
6108 or the value of @var{expr}, to @var{filename} in the given format.
6109
6110 The @var{format} parameter may be any one of:
6111 @table @code
6112 @item binary
6113 Raw binary form.
6114 @item ihex
6115 Intel hex format.
6116 @item srec
6117 Motorola S-record format.
6118 @item tekhex
6119 Tektronix Hex format.
6120 @end table
6121
6122 @value{GDBN} uses the same definitions of these formats as the
6123 @sc{gnu} binary utilities, like @samp{objdump} and @samp{objcopy}.  If
6124 @var{format} is omitted, @value{GDBN} dumps the data in raw binary
6125 form.
6126
6127 @kindex append
6128 @item append @r{[}binary@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
6129 @itemx append @r{[}binary@r{]} value @var{filename} @var{expr}
6130 Append the contents of memory from @var{start_addr} to @var{end_addr},
6131 or the value of @var{expr}, to @var{filename}, in raw binary form.
6132 (@value{GDBN} can only append data to files in raw binary form.)
6133
6134 @kindex restore
6135 @item restore @var{filename} @r{[}binary@r{]} @var{bias} @var{start} @var{end}
6136 Restore the contents of file @var{filename} into memory.  The
6137 @code{restore} command can automatically recognize any known @sc{bfd}
6138 file format, except for raw binary.  To restore a raw binary file you
6139 must specify the optional keyword @code{binary} after the filename.
6140
6141 If @var{bias} is non-zero, its value will be added to the addresses
6142 contained in the file.  Binary files always start at address zero, so
6143 they will be restored at address @var{bias}.  Other bfd files have
6144 a built-in location; they will be restored at offset @var{bias}
6145 from that location.
6146
6147 If @var{start} and/or @var{end} are non-zero, then only data between
6148 file offset @var{start} and file offset @var{end} will be restored.
6149 These offsets are relative to the addresses in the file, before
6150 the @var{bias} argument is applied.
6151
6152 @end table
6153
6154 @node Character Sets
6155 @section Character Sets
6156 @cindex character sets
6157 @cindex charset
6158 @cindex translating between character sets
6159 @cindex host character set
6160 @cindex target character set
6161
6162 If the program you are debugging uses a different character set to
6163 represent characters and strings than the one @value{GDBN} uses itself,
6164 @value{GDBN} can automatically translate between the character sets for
6165 you.  The character set @value{GDBN} uses we call the @dfn{host
6166 character set}; the one the inferior program uses we call the
6167 @dfn{target character set}.
6168
6169 For example, if you are running @value{GDBN} on a @sc{gnu}/Linux system, which
6170 uses the ISO Latin 1 character set, but you are using @value{GDBN}'s
6171 remote protocol (@pxref{Remote,Remote Debugging}) to debug a program
6172 running on an IBM mainframe, which uses the @sc{ebcdic} character set,
6173 then the host character set is Latin-1, and the target character set is
6174 @sc{ebcdic}.  If you give @value{GDBN} the command @code{set
6175 target-charset EBCDIC-US}, then @value{GDBN} translates between
6176 @sc{ebcdic} and Latin 1 as you print character or string values, or use
6177 character and string literals in expressions.
6178
6179 @value{GDBN} has no way to automatically recognize which character set
6180 the inferior program uses; you must tell it, using the @code{set
6181 target-charset} command, described below.
6182
6183 Here are the commands for controlling @value{GDBN}'s character set
6184 support:
6185
6186 @table @code
6187 @item set target-charset @var{charset}
6188 @kindex set target-charset
6189 Set the current target character set to @var{charset}.  We list the
6190 character set names @value{GDBN} recognizes below, but if you type
6191 @code{set target-charset} followed by @key{TAB}@key{TAB}, @value{GDBN} will
6192 list the target character sets it supports.
6193 @end table
6194
6195 @table @code
6196 @item set host-charset @var{charset}
6197 @kindex set host-charset
6198 Set the current host character set to @var{charset}.
6199
6200 By default, @value{GDBN} uses a host character set appropriate to the
6201 system it is running on; you can override that default using the
6202 @code{set host-charset} command.
6203
6204 @value{GDBN} can only use certain character sets as its host character
6205 set.  We list the character set names @value{GDBN} recognizes below, and
6206 indicate which can be host character sets, but if you type
6207 @code{set target-charset} followed by @key{TAB}@key{TAB}, @value{GDBN} will
6208 list the host character sets it supports.
6209
6210 @item set charset @var{charset}
6211 @kindex set charset
6212 Set the current host and target character sets to @var{charset}.  As
6213 above, if you type @code{set charset} followed by @key{TAB}@key{TAB},
6214 @value{GDBN} will list the name of the character sets that can be used
6215 for both host and target.
6216
6217
6218 @item show charset
6219 @kindex show charset
6220 Show the names of the current host and target charsets.
6221
6222 @itemx show host-charset
6223 @kindex show host-charset
6224 Show the name of the current host charset.
6225
6226 @itemx show target-charset
6227 @kindex show target-charset
6228 Show the name of the current target charset.
6229
6230 @end table
6231
6232 @value{GDBN} currently includes support for the following character
6233 sets:
6234
6235 @table @code
6236
6237 @item ASCII
6238 @cindex ASCII character set
6239 Seven-bit U.S. @sc{ascii}.  @value{GDBN} can use this as its host
6240 character set.
6241
6242 @item ISO-8859-1
6243 @cindex ISO 8859-1 character set
6244 @cindex ISO Latin 1 character set
6245 The ISO Latin 1 character set.  This extends @sc{ascii} with accented
6246 characters needed for French, German, and Spanish.  @value{GDBN} can use
6247 this as its host character set.
6248
6249 @item EBCDIC-US
6250 @itemx IBM1047
6251 @cindex EBCDIC character set
6252 @cindex IBM1047 character set
6253 Variants of the @sc{ebcdic} character set, used on some of IBM's
6254 mainframe operating systems.  (@sc{gnu}/Linux on the S/390 uses U.S. @sc{ascii}.)
6255 @value{GDBN} cannot use these as its host character set.
6256
6257 @end table
6258
6259 Note that these are all single-byte character sets.  More work inside
6260 GDB is needed to support multi-byte or variable-width character
6261 encodings, like the UTF-8 and UCS-2 encodings of Unicode.
6262
6263 Here is an example of @value{GDBN}'s character set support in action.
6264 Assume that the following source code has been placed in the file
6265 @file{charset-test.c}:
6266
6267 @smallexample
6268 #include <stdio.h>
6269
6270 char ascii_hello[]
6271   = @{72, 101, 108, 108, 111, 44, 32, 119,
6272      111, 114, 108, 100, 33, 10, 0@};
6273 char ibm1047_hello[]
6274   = @{200, 133, 147, 147, 150, 107, 64, 166,
6275      150, 153, 147, 132, 90, 37, 0@};
6276
6277 main ()
6278 @{
6279   printf ("Hello, world!\n");
6280 @}
6281 @end smallexample
6282
6283 In this program, @code{ascii_hello} and @code{ibm1047_hello} are arrays
6284 containing the string @samp{Hello, world!} followed by a newline,
6285 encoded in the @sc{ascii} and @sc{ibm1047} character sets.
6286
6287 We compile the program, and invoke the debugger on it:
6288
6289 @smallexample
6290 $ gcc -g charset-test.c -o charset-test
6291 $ gdb -nw charset-test
6292 GNU gdb 2001-12-19-cvs
6293 Copyright 2001 Free Software Foundation, Inc.
6294 @dots{}
6295 (gdb)
6296 @end smallexample
6297
6298 We can use the @code{show charset} command to see what character sets
6299 @value{GDBN} is currently using to interpret and display characters and
6300 strings:
6301
6302 @smallexample
6303 (gdb) show charset
6304 The current host and target character set is `ISO-8859-1'.
6305 (gdb)
6306 @end smallexample
6307
6308 For the sake of printing this manual, let's use @sc{ascii} as our
6309 initial character set:
6310 @smallexample
6311 (gdb) set charset ASCII
6312 (gdb) show charset
6313 The current host and target character set is `ASCII'.
6314 (gdb)
6315 @end smallexample
6316
6317 Let's assume that @sc{ascii} is indeed the correct character set for our
6318 host system --- in other words, let's assume that if @value{GDBN} prints
6319 characters using the @sc{ascii} character set, our terminal will display
6320 them properly.  Since our current target character set is also
6321 @sc{ascii}, the contents of @code{ascii_hello} print legibly:
6322
6323 @smallexample
6324 (gdb) print ascii_hello
6325 $1 = 0x401698 "Hello, world!\n"
6326 (gdb) print ascii_hello[0]
6327 $2 = 72 'H'
6328 (gdb)
6329 @end smallexample
6330
6331 @value{GDBN} uses the target character set for character and string
6332 literals you use in expressions:
6333
6334 @smallexample
6335 (gdb) print '+'
6336 $3 = 43 '+'
6337 (gdb)
6338 @end smallexample
6339
6340 The @sc{ascii} character set uses the number 43 to encode the @samp{+}
6341 character.
6342
6343 @value{GDBN} relies on the user to tell it which character set the
6344 target program uses.  If we print @code{ibm1047_hello} while our target
6345 character set is still @sc{ascii}, we get jibberish:
6346
6347 @smallexample
6348 (gdb) print ibm1047_hello
6349 $4 = 0x4016a8 "\310\205\223\223\226k@@\246\226\231\223\204Z%"
6350 (gdb) print ibm1047_hello[0]
6351 $5 = 200 '\310'
6352 (gdb)
6353 @end smallexample
6354
6355 If we invoke the @code{set target-charset} followed by @key{TAB}@key{TAB},
6356 @value{GDBN} tells us the character sets it supports:
6357
6358 @smallexample
6359 (gdb) set target-charset
6360 ASCII       EBCDIC-US   IBM1047     ISO-8859-1
6361 (gdb) set target-charset
6362 @end smallexample
6363
6364 We can select @sc{ibm1047} as our target character set, and examine the
6365 program's strings again.  Now the @sc{ascii} string is wrong, but
6366 @value{GDBN} translates the contents of @code{ibm1047_hello} from the
6367 target character set, @sc{ibm1047}, to the host character set,
6368 @sc{ascii}, and they display correctly:
6369
6370 @smallexample
6371 (gdb) set target-charset IBM1047
6372 (gdb) show charset
6373 The current host character set is `ASCII'.
6374 The current target character set is `IBM1047'.
6375 (gdb) print ascii_hello
6376 $6 = 0x401698 "\110\145%%?\054\040\167?\162%\144\041\012"
6377 (gdb) print ascii_hello[0]
6378 $7 = 72 '\110'
6379 (gdb) print ibm1047_hello
6380 $8 = 0x4016a8 "Hello, world!\n"
6381 (gdb) print ibm1047_hello[0]
6382 $9 = 200 'H'
6383 (gdb)
6384 @end smallexample
6385
6386 As above, @value{GDBN} uses the target character set for character and
6387 string literals you use in expressions:
6388
6389 @smallexample
6390 (gdb) print '+'
6391 $10 = 78 '+'
6392 (gdb)
6393 @end smallexample
6394
6395 The @sc{ibm1047} character set uses the number 78 to encode the @samp{+}
6396 character.
6397
6398
6399 @node Macros
6400 @chapter C Preprocessor Macros
6401
6402 Some languages, such as C and C@t{++}, provide a way to define and invoke
6403 ``preprocessor macros'' which expand into strings of tokens.
6404 @value{GDBN} can evaluate expressions containing macro invocations, show
6405 the result of macro expansion, and show a macro's definition, including
6406 where it was defined.
6407
6408 You may need to compile your program specially to provide @value{GDBN}
6409 with information about preprocessor macros.  Most compilers do not
6410 include macros in their debugging information, even when you compile
6411 with the @option{-g} flag.  @xref{Compilation}.
6412
6413 A program may define a macro at one point, remove that definition later,
6414 and then provide a different definition after that.  Thus, at different
6415 points in the program, a macro may have different definitions, or have
6416 no definition at all.  If there is a current stack frame, @value{GDBN}
6417 uses the macros in scope at that frame's source code line.  Otherwise,
6418 @value{GDBN} uses the macros in scope at the current listing location;
6419 see @ref{List}.
6420
6421 At the moment, @value{GDBN} does not support the @code{##}
6422 token-splicing operator, the @code{#} stringification operator, or
6423 variable-arity macros.
6424
6425 Whenever @value{GDBN} evaluates an expression, it always expands any
6426 macro invocations present in the expression.  @value{GDBN} also provides
6427 the following commands for working with macros explicitly.
6428
6429 @table @code
6430
6431 @kindex macro expand
6432 @cindex macro expansion, showing the results of preprocessor
6433 @cindex preprocessor macro expansion, showing the results of
6434 @cindex expanding preprocessor macros
6435 @item macro expand @var{expression}
6436 @itemx macro exp @var{expression}
6437 Show the results of expanding all preprocessor macro invocations in
6438 @var{expression}.  Since @value{GDBN} simply expands macros, but does
6439 not parse the result, @var{expression} need not be a valid expression;
6440 it can be any string of tokens.
6441
6442 @kindex macro expand-once
6443 @item macro expand-once @var{expression}
6444 @itemx macro exp1 @var{expression}
6445 @i{(This command is not yet implemented.)}  Show the results of
6446 expanding those preprocessor macro invocations that appear explicitly in
6447 @var{expression}.  Macro invocations appearing in that expansion are
6448 left unchanged.  This command allows you to see the effect of a
6449 particular macro more clearly, without being confused by further
6450 expansions.  Since @value{GDBN} simply expands macros, but does not
6451 parse the result, @var{expression} need not be a valid expression; it
6452 can be any string of tokens.
6453
6454 @kindex info macro
6455 @cindex macro definition, showing
6456 @cindex definition, showing a macro's
6457 @item info macro @var{macro}
6458 Show the definition of the macro named @var{macro}, and describe the
6459 source location where that definition was established.
6460
6461 @kindex macro define
6462 @cindex user-defined macros
6463 @cindex defining macros interactively
6464 @cindex macros, user-defined
6465 @item macro define @var{macro} @var{replacement-list}
6466 @itemx macro define @var{macro}(@var{arglist}) @var{replacement-list}
6467 @i{(This command is not yet implemented.)}  Introduce a definition for a
6468 preprocessor macro named @var{macro}, invocations of which are replaced
6469 by the tokens given in @var{replacement-list}.  The first form of this
6470 command defines an ``object-like'' macro, which takes no arguments; the
6471 second form defines a ``function-like'' macro, which takes the arguments
6472 given in @var{arglist}.
6473
6474 A definition introduced by this command is in scope in every expression
6475 evaluated in @value{GDBN}, until it is removed with the @command{macro
6476 undef} command, described below.  The definition overrides all
6477 definitions for @var{macro} present in the program being debugged, as
6478 well as any previous user-supplied definition.
6479
6480 @kindex macro undef
6481 @item macro undef @var{macro}
6482 @i{(This command is not yet implemented.)}  Remove any user-supplied
6483 definition for the macro named @var{macro}.  This command only affects
6484 definitions provided with the @command{macro define} command, described
6485 above; it cannot remove definitions present in the program being
6486 debugged.
6487
6488 @end table
6489
6490 @cindex macros, example of debugging with
6491 Here is a transcript showing the above commands in action.  First, we
6492 show our source files:
6493
6494 @smallexample
6495 $ cat sample.c
6496 #include <stdio.h>
6497 #include "sample.h"
6498
6499 #define M 42
6500 #define ADD(x) (M + x)
6501
6502 main ()
6503 @{
6504 #define N 28
6505   printf ("Hello, world!\n");
6506 #undef N
6507   printf ("We're so creative.\n");
6508 #define N 1729
6509   printf ("Goodbye, world!\n");
6510 @}
6511 $ cat sample.h
6512 #define Q <
6513 $
6514 @end smallexample
6515
6516 Now, we compile the program using the @sc{gnu} C compiler, @value{NGCC}.
6517 We pass the @option{-gdwarf-2} and @option{-g3} flags to ensure the
6518 compiler includes information about preprocessor macros in the debugging
6519 information.
6520
6521 @smallexample
6522 $ gcc -gdwarf-2 -g3 sample.c -o sample
6523 $
6524 @end smallexample
6525
6526 Now, we start @value{GDBN} on our sample program:
6527
6528 @smallexample
6529 $ gdb -nw sample
6530 GNU gdb 2002-05-06-cvs
6531 Copyright 2002 Free Software Foundation, Inc.
6532 GDB is free software, @dots{}
6533 (gdb)
6534 @end smallexample
6535
6536 We can expand macros and examine their definitions, even when the
6537 program is not running.  @value{GDBN} uses the current listing position
6538 to decide which macro definitions are in scope:
6539
6540 @smallexample
6541 (gdb) list main
6542 3
6543 4       #define M 42
6544 5       #define ADD(x) (M + x)
6545 6
6546 7       main ()
6547 8       @{
6548 9       #define N 28
6549 10        printf ("Hello, world!\n");
6550 11      #undef N
6551 12        printf ("We're so creative.\n");
6552 (gdb) info macro ADD
6553 Defined at /home/jimb/gdb/macros/play/sample.c:5
6554 #define ADD(x) (M + x)
6555 (gdb) info macro Q
6556 Defined at /home/jimb/gdb/macros/play/sample.h:1
6557   included at /home/jimb/gdb/macros/play/sample.c:2
6558 #define Q <
6559 (gdb) macro expand ADD(1)
6560 expands to: (42 + 1)
6561 (gdb) macro expand-once ADD(1)
6562 expands to: once (M + 1)
6563 (gdb)
6564 @end smallexample
6565
6566 In the example above, note that @command{macro expand-once} expands only
6567 the macro invocation explicit in the original text --- the invocation of
6568 @code{ADD} --- but does not expand the invocation of the macro @code{M},
6569 which was introduced by @code{ADD}.
6570
6571 Once the program is running, GDB uses the macro definitions in force at
6572 the source line of the current stack frame:
6573
6574 @smallexample
6575 (gdb) break main
6576 Breakpoint 1 at 0x8048370: file sample.c, line 10.
6577 (gdb) run
6578 Starting program: /home/jimb/gdb/macros/play/sample
6579
6580 Breakpoint 1, main () at sample.c:10
6581 10        printf ("Hello, world!\n");
6582 (gdb)
6583 @end smallexample
6584
6585 At line 10, the definition of the macro @code{N} at line 9 is in force:
6586
6587 @smallexample
6588 (gdb) info macro N
6589 Defined at /home/jimb/gdb/macros/play/sample.c:9
6590 #define N 28
6591 (gdb) macro expand N Q M
6592 expands to: 28 < 42
6593 (gdb) print N Q M
6594 $1 = 1
6595 (gdb)
6596 @end smallexample
6597
6598 As we step over directives that remove @code{N}'s definition, and then
6599 give it a new definition, @value{GDBN} finds the definition (or lack
6600 thereof) in force at each point:
6601
6602 @smallexample
6603 (gdb) next
6604 Hello, world!
6605 12        printf ("We're so creative.\n");
6606 (gdb) info macro N
6607 The symbol `N' has no definition as a C/C++ preprocessor macro
6608 at /home/jimb/gdb/macros/play/sample.c:12
6609 (gdb) next
6610 We're so creative.
6611 14        printf ("Goodbye, world!\n");
6612 (gdb) info macro N
6613 Defined at /home/jimb/gdb/macros/play/sample.c:13
6614 #define N 1729
6615 (gdb) macro expand N Q M
6616 expands to: 1729 < 42
6617 (gdb) print N Q M
6618 $2 = 0
6619 (gdb)
6620 @end smallexample
6621
6622
6623 @node Tracepoints
6624 @chapter Tracepoints
6625 @c This chapter is based on the documentation written by Michael
6626 @c Snyder, David Taylor, Jim Blandy, and Elena Zannoni.
6627
6628 @cindex tracepoints
6629 In some applications, it is not feasible for the debugger to interrupt
6630 the program's execution long enough for the developer to learn
6631 anything helpful about its behavior.  If the program's correctness
6632 depends on its real-time behavior, delays introduced by a debugger
6633 might cause the program to change its behavior drastically, or perhaps
6634 fail, even when the code itself is correct.  It is useful to be able
6635 to observe the program's behavior without interrupting it.
6636
6637 Using @value{GDBN}'s @code{trace} and @code{collect} commands, you can
6638 specify locations in the program, called @dfn{tracepoints}, and
6639 arbitrary expressions to evaluate when those tracepoints are reached.
6640 Later, using the @code{tfind} command, you can examine the values
6641 those expressions had when the program hit the tracepoints.  The
6642 expressions may also denote objects in memory---structures or arrays,
6643 for example---whose values @value{GDBN} should record; while visiting
6644 a particular tracepoint, you may inspect those objects as if they were
6645 in memory at that moment.  However, because @value{GDBN} records these
6646 values without interacting with you, it can do so quickly and
6647 unobtrusively, hopefully not disturbing the program's behavior.
6648
6649 The tracepoint facility is currently available only for remote
6650 targets.  @xref{Targets}.  In addition, your remote target must know how
6651 to collect trace data.  This functionality is implemented in the remote
6652 stub; however, none of the stubs distributed with @value{GDBN} support
6653 tracepoints as of this writing.
6654
6655 This chapter describes the tracepoint commands and features.
6656
6657 @menu
6658 * Set Tracepoints::
6659 * Analyze Collected Data::
6660 * Tracepoint Variables::
6661 @end menu
6662
6663 @node Set Tracepoints
6664 @section Commands to Set Tracepoints
6665
6666 Before running such a @dfn{trace experiment}, an arbitrary number of
6667 tracepoints can be set.  Like a breakpoint (@pxref{Set Breaks}), a
6668 tracepoint has a number assigned to it by @value{GDBN}.  Like with
6669 breakpoints, tracepoint numbers are successive integers starting from
6670 one.  Many of the commands associated with tracepoints take the
6671 tracepoint number as their argument, to identify which tracepoint to
6672 work on.
6673
6674 For each tracepoint, you can specify, in advance, some arbitrary set
6675 of data that you want the target to collect in the trace buffer when
6676 it hits that tracepoint.  The collected data can include registers,
6677 local variables, or global data.  Later, you can use @value{GDBN}
6678 commands to examine the values these data had at the time the
6679 tracepoint was hit.
6680
6681 This section describes commands to set tracepoints and associated
6682 conditions and actions.
6683
6684 @menu
6685 * Create and Delete Tracepoints::
6686 * Enable and Disable Tracepoints::
6687 * Tracepoint Passcounts::
6688 * Tracepoint Actions::
6689 * Listing Tracepoints::
6690 * Starting and Stopping Trace Experiment::
6691 @end menu
6692
6693 @node Create and Delete Tracepoints
6694 @subsection Create and Delete Tracepoints
6695
6696 @table @code
6697 @cindex set tracepoint
6698 @kindex trace
6699 @item trace
6700 The @code{trace} command is very similar to the @code{break} command.
6701 Its argument can be a source line, a function name, or an address in
6702 the target program.  @xref{Set Breaks}.  The @code{trace} command
6703 defines a tracepoint, which is a point in the target program where the
6704 debugger will briefly stop, collect some data, and then allow the
6705 program to continue.  Setting a tracepoint or changing its commands
6706 doesn't take effect until the next @code{tstart} command; thus, you
6707 cannot change the tracepoint attributes once a trace experiment is
6708 running.
6709
6710 Here are some examples of using the @code{trace} command:
6711
6712 @smallexample
6713 (@value{GDBP}) @b{trace foo.c:121}    // a source file and line number
6714
6715 (@value{GDBP}) @b{trace +2}           // 2 lines forward
6716
6717 (@value{GDBP}) @b{trace my_function}  // first source line of function
6718
6719 (@value{GDBP}) @b{trace *my_function} // EXACT start address of function
6720
6721 (@value{GDBP}) @b{trace *0x2117c4}    // an address
6722 @end smallexample
6723
6724 @noindent
6725 You can abbreviate @code{trace} as @code{tr}.
6726
6727 @vindex $tpnum
6728 @cindex last tracepoint number
6729 @cindex recent tracepoint number
6730 @cindex tracepoint number
6731 The convenience variable @code{$tpnum} records the tracepoint number
6732 of the most recently set tracepoint.
6733
6734 @kindex delete tracepoint
6735 @cindex tracepoint deletion
6736 @item delete tracepoint @r{[}@var{num}@r{]}
6737 Permanently delete one or more tracepoints.  With no argument, the
6738 default is to delete all tracepoints.
6739
6740 Examples:
6741
6742 @smallexample
6743 (@value{GDBP}) @b{delete trace 1 2 3} // remove three tracepoints
6744
6745 (@value{GDBP}) @b{delete trace}       // remove all tracepoints
6746 @end smallexample
6747
6748 @noindent
6749 You can abbreviate this command as @code{del tr}.
6750 @end table
6751
6752 @node Enable and Disable Tracepoints
6753 @subsection Enable and Disable Tracepoints
6754
6755 @table @code
6756 @kindex disable tracepoint
6757 @item disable tracepoint @r{[}@var{num}@r{]}
6758 Disable tracepoint @var{num}, or all tracepoints if no argument
6759 @var{num} is given.  A disabled tracepoint will have no effect during
6760 the next trace experiment, but it is not forgotten.  You can re-enable
6761 a disabled tracepoint using the @code{enable tracepoint} command.
6762
6763 @kindex enable tracepoint
6764 @item enable tracepoint @r{[}@var{num}@r{]}
6765 Enable tracepoint @var{num}, or all tracepoints.  The enabled
6766 tracepoints will become effective the next time a trace experiment is
6767 run.
6768 @end table
6769
6770 @node Tracepoint Passcounts
6771 @subsection Tracepoint Passcounts
6772
6773 @table @code
6774 @kindex passcount
6775 @cindex tracepoint pass count
6776 @item passcount @r{[}@var{n} @r{[}@var{num}@r{]]}
6777 Set the @dfn{passcount} of a tracepoint.  The passcount is a way to
6778 automatically stop a trace experiment.  If a tracepoint's passcount is
6779 @var{n}, then the trace experiment will be automatically stopped on
6780 the @var{n}'th time that tracepoint is hit.  If the tracepoint number
6781 @var{num} is not specified, the @code{passcount} command sets the
6782 passcount of the most recently defined tracepoint.  If no passcount is
6783 given, the trace experiment will run until stopped explicitly by the
6784 user.
6785
6786 Examples:
6787
6788 @smallexample
6789 (@value{GDBP}) @b{passcount 5 2} // Stop on the 5th execution of
6790 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// tracepoint 2}
6791
6792 (@value{GDBP}) @b{passcount 12}  // Stop on the 12th execution of the
6793 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// most recently defined tracepoint.}
6794 (@value{GDBP}) @b{trace foo}
6795 (@value{GDBP}) @b{pass 3}
6796 (@value{GDBP}) @b{trace bar}
6797 (@value{GDBP}) @b{pass 2}
6798 (@value{GDBP}) @b{trace baz}
6799 (@value{GDBP}) @b{pass 1}        // Stop tracing when foo has been
6800 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// executed 3 times OR when bar has}
6801 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// been executed 2 times}
6802 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// OR when baz has been executed 1 time.}
6803 @end smallexample
6804 @end table
6805
6806 @node Tracepoint Actions
6807 @subsection Tracepoint Action Lists
6808
6809 @table @code
6810 @kindex actions
6811 @cindex tracepoint actions
6812 @item actions @r{[}@var{num}@r{]}
6813 This command will prompt for a list of actions to be taken when the
6814 tracepoint is hit.  If the tracepoint number @var{num} is not
6815 specified, this command sets the actions for the one that was most
6816 recently defined (so that you can define a tracepoint and then say
6817 @code{actions} without bothering about its number).  You specify the
6818 actions themselves on the following lines, one action at a time, and
6819 terminate the actions list with a line containing just @code{end}.  So
6820 far, the only defined actions are @code{collect} and
6821 @code{while-stepping}.
6822
6823 @cindex remove actions from a tracepoint
6824 To remove all actions from a tracepoint, type @samp{actions @var{num}}
6825 and follow it immediately with @samp{end}.
6826
6827 @smallexample
6828 (@value{GDBP}) @b{collect @var{data}} // collect some data
6829
6830 (@value{GDBP}) @b{while-stepping 5} // single-step 5 times, collect data
6831
6832 (@value{GDBP}) @b{end}              // signals the end of actions.
6833 @end smallexample
6834
6835 In the following example, the action list begins with @code{collect}
6836 commands indicating the things to be collected when the tracepoint is
6837 hit.  Then, in order to single-step and collect additional data
6838 following the tracepoint, a @code{while-stepping} command is used,
6839 followed by the list of things to be collected while stepping.  The
6840 @code{while-stepping} command is terminated by its own separate
6841 @code{end} command.  Lastly, the action list is terminated by an
6842 @code{end} command.
6843
6844 @smallexample
6845 (@value{GDBP}) @b{trace foo}
6846 (@value{GDBP}) @b{actions}
6847 Enter actions for tracepoint 1, one per line:
6848 > collect bar,baz
6849 > collect $regs
6850 > while-stepping 12
6851   > collect $fp, $sp
6852   > end
6853 end
6854 @end smallexample
6855
6856 @kindex collect @r{(tracepoints)}
6857 @item collect @var{expr1}, @var{expr2}, @dots{}
6858 Collect values of the given expressions when the tracepoint is hit.
6859 This command accepts a comma-separated list of any valid expressions.
6860 In addition to global, static, or local variables, the following
6861 special arguments are supported:
6862
6863 @table @code
6864 @item $regs
6865 collect all registers
6866
6867 @item $args
6868 collect all function arguments
6869
6870 @item $locals
6871 collect all local variables.
6872 @end table
6873
6874 You can give several consecutive @code{collect} commands, each one
6875 with a single argument, or one @code{collect} command with several
6876 arguments separated by commas: the effect is the same.
6877
6878 The command @code{info scope} (@pxref{Symbols, info scope}) is
6879 particularly useful for figuring out what data to collect.
6880
6881 @kindex while-stepping @r{(tracepoints)}
6882 @item while-stepping @var{n}
6883 Perform @var{n} single-step traces after the tracepoint, collecting
6884 new data at each step.  The @code{while-stepping} command is
6885 followed by the list of what to collect while stepping (followed by
6886 its own @code{end} command):
6887
6888 @smallexample
6889 > while-stepping 12
6890   > collect $regs, myglobal
6891   > end
6892 >
6893 @end smallexample
6894
6895 @noindent
6896 You may abbreviate @code{while-stepping} as @code{ws} or
6897 @code{stepping}.
6898 @end table
6899
6900 @node Listing Tracepoints
6901 @subsection Listing Tracepoints
6902
6903 @table @code
6904 @kindex info tracepoints
6905 @cindex information about tracepoints
6906 @item info tracepoints @r{[}@var{num}@r{]}
6907 Display information about the tracepoint @var{num}.  If you don't specify
6908 a tracepoint number, displays information about all the tracepoints
6909 defined so far.  For each tracepoint, the following information is
6910 shown:
6911
6912 @itemize @bullet
6913 @item
6914 its number
6915 @item
6916 whether it is enabled or disabled
6917 @item
6918 its address
6919 @item
6920 its passcount as given by the @code{passcount @var{n}} command
6921 @item
6922 its step count as given by the @code{while-stepping @var{n}} command
6923 @item
6924 where in the source files is the tracepoint set
6925 @item
6926 its action list as given by the @code{actions} command
6927 @end itemize
6928
6929 @smallexample
6930 (@value{GDBP}) @b{info trace}
6931 Num Enb Address    PassC StepC What
6932 1   y   0x002117c4 0     0     <gdb_asm>
6933 2   y   0x0020dc64 0     0     in g_test at g_test.c:1375
6934 3   y   0x0020b1f4 0     0     in get_data at ../foo.c:41
6935 (@value{GDBP})
6936 @end smallexample
6937
6938 @noindent
6939 This command can be abbreviated @code{info tp}.
6940 @end table
6941
6942 @node Starting and Stopping Trace Experiment
6943 @subsection Starting and Stopping Trace Experiment
6944
6945 @table @code
6946 @kindex tstart
6947 @cindex start a new trace experiment
6948 @cindex collected data discarded
6949 @item tstart
6950 This command takes no arguments.  It starts the trace experiment, and
6951 begins collecting data.  This has the side effect of discarding all
6952 the data collected in the trace buffer during the previous trace
6953 experiment.
6954
6955 @kindex tstop
6956 @cindex stop a running trace experiment
6957 @item tstop
6958 This command takes no arguments.  It ends the trace experiment, and
6959 stops collecting data.
6960
6961 @strong{Note:} a trace experiment and data collection may stop
6962 automatically if any tracepoint's passcount is reached
6963 (@pxref{Tracepoint Passcounts}), or if the trace buffer becomes full.
6964
6965 @kindex tstatus
6966 @cindex status of trace data collection
6967 @cindex trace experiment, status of
6968 @item tstatus
6969 This command displays the status of the current trace data
6970 collection.
6971 @end table
6972
6973 Here is an example of the commands we described so far:
6974
6975 @smallexample
6976 (@value{GDBP}) @b{trace gdb_c_test}
6977 (@value{GDBP}) @b{actions}
6978 Enter actions for tracepoint #1, one per line.
6979 > collect $regs,$locals,$args
6980 > while-stepping 11
6981   > collect $regs
6982   > end
6983 > end
6984 (@value{GDBP}) @b{tstart}
6985         [time passes @dots{}]
6986 (@value{GDBP}) @b{tstop}
6987 @end smallexample
6988
6989
6990 @node Analyze Collected Data
6991 @section Using the collected data
6992
6993 After the tracepoint experiment ends, you use @value{GDBN} commands
6994 for examining the trace data.  The basic idea is that each tracepoint
6995 collects a trace @dfn{snapshot} every time it is hit and another
6996 snapshot every time it single-steps.  All these snapshots are
6997 consecutively numbered from zero and go into a buffer, and you can
6998 examine them later.  The way you examine them is to @dfn{focus} on a
6999 specific trace snapshot.  When the remote stub is focused on a trace
7000 snapshot, it will respond to all @value{GDBN} requests for memory and
7001 registers by reading from the buffer which belongs to that snapshot,
7002 rather than from @emph{real} memory or registers of the program being
7003 debugged.  This means that @strong{all} @value{GDBN} commands
7004 (@code{print}, @code{info registers}, @code{backtrace}, etc.) will
7005 behave as if we were currently debugging the program state as it was
7006 when the tracepoint occurred.  Any requests for data that are not in
7007 the buffer will fail.
7008
7009 @menu
7010 * tfind::                       How to select a trace snapshot
7011 * tdump::                       How to display all data for a snapshot
7012 * save-tracepoints::            How to save tracepoints for a future run
7013 @end menu
7014
7015 @node tfind
7016 @subsection @code{tfind @var{n}}
7017
7018 @kindex tfind
7019 @cindex select trace snapshot
7020 @cindex find trace snapshot
7021 The basic command for selecting a trace snapshot from the buffer is
7022 @code{tfind @var{n}}, which finds trace snapshot number @var{n},
7023 counting from zero.  If no argument @var{n} is given, the next
7024 snapshot is selected.
7025
7026 Here are the various forms of using the @code{tfind} command.
7027
7028 @table @code
7029 @item tfind start
7030 Find the first snapshot in the buffer.  This is a synonym for
7031 @code{tfind 0} (since 0 is the number of the first snapshot).
7032
7033 @item tfind none
7034 Stop debugging trace snapshots, resume @emph{live} debugging.
7035
7036 @item tfind end
7037 Same as @samp{tfind none}.
7038
7039 @item tfind
7040 No argument means find the next trace snapshot.
7041
7042 @item tfind -
7043 Find the previous trace snapshot before the current one.  This permits
7044 retracing earlier steps.
7045
7046 @item tfind tracepoint @var{num}
7047 Find the next snapshot associated with tracepoint @var{num}.  Search
7048 proceeds forward from the last examined trace snapshot.  If no
7049 argument @var{num} is given, it means find the next snapshot collected
7050 for the same tracepoint as the current snapshot.
7051
7052 @item tfind pc @var{addr}
7053 Find the next snapshot associated with the value @var{addr} of the
7054 program counter.  Search proceeds forward from the last examined trace
7055 snapshot.  If no argument @var{addr} is given, it means find the next
7056 snapshot with the same value of PC as the current snapshot.
7057
7058 @item tfind outside @var{addr1}, @var{addr2}
7059 Find the next snapshot whose PC is outside the given range of
7060 addresses.
7061
7062 @item tfind range @var{addr1}, @var{addr2}
7063 Find the next snapshot whose PC is between @var{addr1} and
7064 @var{addr2}.  @c FIXME: Is the range inclusive or exclusive?
7065
7066 @item tfind line @r{[}@var{file}:@r{]}@var{n}
7067 Find the next snapshot associated with the source line @var{n}.  If
7068 the optional argument @var{file} is given, refer to line @var{n} in
7069 that source file.  Search proceeds forward from the last examined
7070 trace snapshot.  If no argument @var{n} is given, it means find the
7071 next line other than the one currently being examined; thus saying
7072 @code{tfind line} repeatedly can appear to have the same effect as
7073 stepping from line to line in a @emph{live} debugging session.
7074 @end table
7075
7076 The default arguments for the @code{tfind} commands are specifically
7077 designed to make it easy to scan through the trace buffer.  For
7078 instance, @code{tfind} with no argument selects the next trace
7079 snapshot, and @code{tfind -} with no argument selects the previous
7080 trace snapshot.  So, by giving one @code{tfind} command, and then
7081 simply hitting @key{RET} repeatedly you can examine all the trace
7082 snapshots in order.  Or, by saying @code{tfind -} and then hitting
7083 @key{RET} repeatedly you can examine the snapshots in reverse order.
7084 The @code{tfind line} command with no argument selects the snapshot
7085 for the next source line executed.  The @code{tfind pc} command with
7086 no argument selects the next snapshot with the same program counter
7087 (PC) as the current frame.  The @code{tfind tracepoint} command with
7088 no argument selects the next trace snapshot collected by the same
7089 tracepoint as the current one.
7090
7091 In addition to letting you scan through the trace buffer manually,
7092 these commands make it easy to construct @value{GDBN} scripts that
7093 scan through the trace buffer and print out whatever collected data
7094 you are interested in.  Thus, if we want to examine the PC, FP, and SP
7095 registers from each trace frame in the buffer, we can say this:
7096
7097 @smallexample
7098 (@value{GDBP}) @b{tfind start}
7099 (@value{GDBP}) @b{while ($trace_frame != -1)}
7100 > printf "Frame %d, PC = %08X, SP = %08X, FP = %08X\n", \
7101           $trace_frame, $pc, $sp, $fp
7102 > tfind
7103 > end
7104
7105 Frame 0, PC = 0020DC64, SP = 0030BF3C, FP = 0030BF44
7106 Frame 1, PC = 0020DC6C, SP = 0030BF38, FP = 0030BF44
7107 Frame 2, PC = 0020DC70, SP = 0030BF34, FP = 0030BF44
7108 Frame 3, PC = 0020DC74, SP = 0030BF30, FP = 0030BF44
7109 Frame 4, PC = 0020DC78, SP = 0030BF2C, FP = 0030BF44
7110 Frame 5, PC = 0020DC7C, SP = 0030BF28, FP = 0030BF44
7111 Frame 6, PC = 0020DC80, SP = 0030BF24, FP = 0030BF44
7112 Frame 7, PC = 0020DC84, SP = 0030BF20, FP = 0030BF44
7113 Frame 8, PC = 0020DC88, SP = 0030BF1C, FP = 0030BF44
7114 Frame 9, PC = 0020DC8E, SP = 0030BF18, FP = 0030BF44
7115 Frame 10, PC = 00203F6C, SP = 0030BE3C, FP = 0030BF14
7116 @end smallexample
7117
7118 Or, if we want to examine the variable @code{X} at each source line in
7119 the buffer:
7120
7121 @smallexample
7122 (@value{GDBP}) @b{tfind start}
7123 (@value{GDBP}) @b{while ($trace_frame != -1)}
7124 > printf "Frame %d, X == %d\n", $trace_frame, X
7125 > tfind line
7126 > end
7127
7128 Frame 0, X = 1
7129 Frame 7, X = 2
7130 Frame 13, X = 255
7131 @end smallexample
7132
7133 @node tdump
7134 @subsection @code{tdump}
7135 @kindex tdump
7136 @cindex dump all data collected at tracepoint
7137 @cindex tracepoint data, display
7138
7139 This command takes no arguments.  It prints all the data collected at
7140 the current trace snapshot.
7141
7142 @smallexample
7143 (@value{GDBP}) @b{trace 444}
7144 (@value{GDBP}) @b{actions}
7145 Enter actions for tracepoint #2, one per line:
7146 > collect $regs, $locals, $args, gdb_long_test
7147 > end
7148
7149 (@value{GDBP}) @b{tstart}
7150
7151 (@value{GDBP}) @b{tfind line 444}
7152 #0  gdb_test (p1=0x11, p2=0x22, p3=0x33, p4=0x44, p5=0x55, p6=0x66)
7153 at gdb_test.c:444
7154 444        printp( "%s: arguments = 0x%X 0x%X 0x%X 0x%X 0x%X 0x%X\n", )
7155
7156 (@value{GDBP}) @b{tdump}
7157 Data collected at tracepoint 2, trace frame 1:
7158 d0             0xc4aa0085       -995491707
7159 d1             0x18     24
7160 d2             0x80     128
7161 d3             0x33     51
7162 d4             0x71aea3d        119204413
7163 d5             0x22     34
7164 d6             0xe0     224
7165 d7             0x380035 3670069
7166 a0             0x19e24a 1696330
7167 a1             0x3000668        50333288
7168 a2             0x100    256
7169 a3             0x322000 3284992
7170 a4             0x3000698        50333336
7171 a5             0x1ad3cc 1758156
7172 fp             0x30bf3c 0x30bf3c
7173 sp             0x30bf34 0x30bf34
7174 ps             0x0      0
7175 pc             0x20b2c8 0x20b2c8
7176 fpcontrol      0x0      0
7177 fpstatus       0x0      0
7178 fpiaddr        0x0      0
7179 p = 0x20e5b4 "gdb-test"
7180 p1 = (void *) 0x11
7181 p2 = (void *) 0x22
7182 p3 = (void *) 0x33
7183 p4 = (void *) 0x44
7184 p5 = (void *) 0x55
7185 p6 = (void *) 0x66
7186 gdb_long_test = 17 '\021'
7187
7188 (@value{GDBP})
7189 @end smallexample
7190
7191 @node save-tracepoints
7192 @subsection @code{save-tracepoints @var{filename}}
7193 @kindex save-tracepoints
7194 @cindex save tracepoints for future sessions
7195
7196 This command saves all current tracepoint definitions together with
7197 their actions and passcounts, into a file @file{@var{filename}}
7198 suitable for use in a later debugging session.  To read the saved
7199 tracepoint definitions, use the @code{source} command (@pxref{Command
7200 Files}).
7201
7202 @node Tracepoint Variables
7203 @section Convenience Variables for Tracepoints
7204 @cindex tracepoint variables
7205 @cindex convenience variables for tracepoints
7206
7207 @table @code
7208 @vindex $trace_frame
7209 @item (int) $trace_frame
7210 The current trace snapshot (a.k.a.@: @dfn{frame}) number, or -1 if no
7211 snapshot is selected.
7212
7213 @vindex $tracepoint
7214 @item (int) $tracepoint
7215 The tracepoint for the current trace snapshot.
7216
7217 @vindex $trace_line
7218 @item (int) $trace_line
7219 The line number for the current trace snapshot.
7220
7221 @vindex $trace_file
7222 @item (char []) $trace_file
7223 The source file for the current trace snapshot.
7224
7225 @vindex $trace_func
7226 @item (char []) $trace_func
7227 The name of the function containing @code{$tracepoint}.
7228 @end table
7229
7230 Note: @code{$trace_file} is not suitable for use in @code{printf},
7231 use @code{output} instead.
7232
7233 Here's a simple example of using these convenience variables for
7234 stepping through all the trace snapshots and printing some of their
7235 data.
7236
7237 @smallexample
7238 (@value{GDBP}) @b{tfind start}
7239
7240 (@value{GDBP}) @b{while $trace_frame != -1}
7241 > output $trace_file
7242 > printf ", line %d (tracepoint #%d)\n", $trace_line, $tracepoint
7243 > tfind
7244 > end
7245 @end smallexample
7246
7247 @node Overlays
7248 @chapter Debugging Programs That Use Overlays
7249 @cindex overlays
7250
7251 If your program is too large to fit completely in your target system's
7252 memory, you can sometimes use @dfn{overlays} to work around this
7253 problem.  @value{GDBN} provides some support for debugging programs that
7254 use overlays.
7255
7256 @menu
7257 * How Overlays Work::              A general explanation of overlays.
7258 * Overlay Commands::               Managing overlays in @value{GDBN}.
7259 * Automatic Overlay Debugging::    @value{GDBN} can find out which overlays are
7260                                    mapped by asking the inferior.
7261 * Overlay Sample Program::         A sample program using overlays.
7262 @end menu
7263
7264 @node How Overlays Work
7265 @section How Overlays Work
7266 @cindex mapped overlays
7267 @cindex unmapped overlays
7268 @cindex load address, overlay's
7269 @cindex mapped address
7270 @cindex overlay area
7271
7272 Suppose you have a computer whose instruction address space is only 64
7273 kilobytes long, but which has much more memory which can be accessed by
7274 other means: special instructions, segment registers, or memory
7275 management hardware, for example.  Suppose further that you want to
7276 adapt a program which is larger than 64 kilobytes to run on this system.
7277
7278 One solution is to identify modules of your program which are relatively
7279 independent, and need not call each other directly; call these modules
7280 @dfn{overlays}.  Separate the overlays from the main program, and place
7281 their machine code in the larger memory.  Place your main program in
7282 instruction memory, but leave at least enough space there to hold the
7283 largest overlay as well.
7284
7285 Now, to call a function located in an overlay, you must first copy that
7286 overlay's machine code from the large memory into the space set aside
7287 for it in the instruction memory, and then jump to its entry point
7288 there.
7289
7290 @c NB:  In the below the mapped area's size is greater or equal to the
7291 @c size of all overlays.  This is intentional to remind the developer
7292 @c that overlays don't necessarily need to be the same size.
7293
7294 @smallexample
7295 @group
7296     Data             Instruction            Larger
7297 Address Space       Address Space        Address Space
7298 +-----------+       +-----------+        +-----------+
7299 |           |       |           |        |           |
7300 +-----------+       +-----------+        +-----------+<-- overlay 1
7301 | program   |       |   main    |   .----| overlay 1 | load address
7302 | variables |       |  program  |   |    +-----------+
7303 | and heap  |       |           |   |    |           |
7304 +-----------+       |           |   |    +-----------+<-- overlay 2
7305 |           |       +-----------+   |    |           | load address
7306 +-----------+       |           |   |  .-| overlay 2 |
7307                     |           |   |  | |           |
7308          mapped --->+-----------+   |  | +-----------+
7309          address    |           |   |  | |           |
7310                     |  overlay  | <-'  | |           |
7311                     |   area    |  <---' +-----------+<-- overlay 3
7312                     |           | <---.  |           | load address
7313                     +-----------+     `--| overlay 3 |
7314                     |           |        |           |
7315                     +-----------+        |           |
7316                                          +-----------+
7317                                          |           |
7318                                          +-----------+
7319
7320                     @anchor{A code overlay}A code overlay
7321 @end group
7322 @end smallexample
7323
7324 The diagram (@pxref{A code overlay}) shows a system with separate data
7325 and instruction address spaces.  To map an overlay, the program copies
7326 its code from the larger address space to the instruction address space.
7327 Since the overlays shown here all use the same mapped address, only one
7328 may be mapped at a time.  For a system with a single address space for
7329 data and instructions, the diagram would be similar, except that the
7330 program variables and heap would share an address space with the main
7331 program and the overlay area.
7332
7333 An overlay loaded into instruction memory and ready for use is called a
7334 @dfn{mapped} overlay; its @dfn{mapped address} is its address in the
7335 instruction memory.  An overlay not present (or only partially present)
7336 in instruction memory is called @dfn{unmapped}; its @dfn{load address}
7337 is its address in the larger memory.  The mapped address is also called
7338 the @dfn{virtual memory address}, or @dfn{VMA}; the load address is also
7339 called the @dfn{load memory address}, or @dfn{LMA}.
7340
7341 Unfortunately, overlays are not a completely transparent way to adapt a
7342 program to limited instruction memory.  They introduce a new set of
7343 global constraints you must keep in mind as you design your program:
7344
7345 @itemize @bullet
7346
7347 @item
7348 Before calling or returning to a function in an overlay, your program
7349 must make sure that overlay is actually mapped.  Otherwise, the call or
7350 return will transfer control to the right address, but in the wrong
7351 overlay, and your program will probably crash.
7352
7353 @item
7354 If the process of mapping an overlay is expensive on your system, you
7355 will need to choose your overlays carefully to minimize their effect on
7356 your program's performance.
7357
7358 @item
7359 The executable file you load onto your system must contain each
7360 overlay's instructions, appearing at the overlay's load address, not its
7361 mapped address.  However, each overlay's instructions must be relocated
7362 and its symbols defined as if the overlay were at its mapped address.
7363 You can use GNU linker scripts to specify different load and relocation
7364 addresses for pieces of your program; see @ref{Overlay Description,,,
7365 ld.info, Using ld: the GNU linker}.
7366
7367 @item
7368 The procedure for loading executable files onto your system must be able
7369 to load their contents into the larger address space as well as the
7370 instruction and data spaces.
7371
7372 @end itemize
7373
7374 The overlay system described above is rather simple, and could be
7375 improved in many ways:
7376
7377 @itemize @bullet
7378
7379 @item
7380 If your system has suitable bank switch registers or memory management
7381 hardware, you could use those facilities to make an overlay's load area
7382 contents simply appear at their mapped address in instruction space.
7383 This would probably be faster than copying the overlay to its mapped
7384 area in the usual way.
7385
7386 @item
7387 If your overlays are small enough, you could set aside more than one
7388 overlay area, and have more than one overlay mapped at a time.
7389
7390 @item
7391 You can use overlays to manage data, as well as instructions.  In
7392 general, data overlays are even less transparent to your design than
7393 code overlays: whereas code overlays only require care when you call or
7394 return to functions, data overlays require care every time you access
7395 the data.  Also, if you change the contents of a data overlay, you
7396 must copy its contents back out to its load address before you can copy a
7397 different data overlay into the same mapped area.
7398
7399 @end itemize
7400
7401
7402 @node Overlay Commands
7403 @section Overlay Commands
7404
7405 To use @value{GDBN}'s overlay support, each overlay in your program must
7406 correspond to a separate section of the executable file.  The section's
7407 virtual memory address and load memory address must be the overlay's
7408 mapped and load addresses.  Identifying overlays with sections allows
7409 @value{GDBN} to determine the appropriate address of a function or
7410 variable, depending on whether the overlay is mapped or not.
7411
7412 @value{GDBN}'s overlay commands all start with the word @code{overlay};
7413 you can abbreviate this as @code{ov} or @code{ovly}.  The commands are:
7414
7415 @table @code
7416 @item overlay off
7417 @kindex overlay off
7418 Disable @value{GDBN}'s overlay support.  When overlay support is
7419 disabled, @value{GDBN} assumes that all functions and variables are
7420 always present at their mapped addresses.  By default, @value{GDBN}'s
7421 overlay support is disabled.
7422
7423 @item overlay manual
7424 @kindex overlay manual
7425 @cindex manual overlay debugging
7426 Enable @dfn{manual} overlay debugging.  In this mode, @value{GDBN}
7427 relies on you to tell it which overlays are mapped, and which are not,
7428 using the @code{overlay map-overlay} and @code{overlay unmap-overlay}
7429 commands described below.
7430
7431 @item overlay map-overlay @var{overlay}
7432 @itemx overlay map @var{overlay}
7433 @kindex overlay map-overlay
7434 @cindex map an overlay
7435 Tell @value{GDBN} that @var{overlay} is now mapped; @var{overlay} must
7436 be the name of the object file section containing the overlay.  When an
7437 overlay is mapped, @value{GDBN} assumes it can find the overlay's
7438 functions and variables at their mapped addresses.  @value{GDBN} assumes
7439 that any other overlays whose mapped ranges overlap that of
7440 @var{overlay} are now unmapped.
7441
7442 @item overlay unmap-overlay @var{overlay}
7443 @itemx overlay unmap @var{overlay}
7444 @kindex overlay unmap-overlay
7445 @cindex unmap an overlay
7446 Tell @value{GDBN} that @var{overlay} is no longer mapped; @var{overlay}
7447 must be the name of the object file section containing the overlay.
7448 When an overlay is unmapped, @value{GDBN} assumes it can find the
7449 overlay's functions and variables at their load addresses.
7450
7451 @item overlay auto
7452 @kindex overlay auto
7453 Enable @dfn{automatic} overlay debugging.  In this mode, @value{GDBN}
7454 consults a data structure the overlay manager maintains in the inferior
7455 to see which overlays are mapped.  For details, see @ref{Automatic
7456 Overlay Debugging}.
7457
7458 @item overlay load-target
7459 @itemx overlay load
7460 @kindex overlay load-target
7461 @cindex reloading the overlay table
7462 Re-read the overlay table from the inferior.  Normally, @value{GDBN}
7463 re-reads the table @value{GDBN} automatically each time the inferior
7464 stops, so this command should only be necessary if you have changed the
7465 overlay mapping yourself using @value{GDBN}.  This command is only
7466 useful when using automatic overlay debugging.
7467
7468 @item overlay list-overlays
7469 @itemx overlay list
7470 @cindex listing mapped overlays
7471 Display a list of the overlays currently mapped, along with their mapped
7472 addresses, load addresses, and sizes.
7473
7474 @end table
7475
7476 Normally, when @value{GDBN} prints a code address, it includes the name
7477 of the function the address falls in:
7478
7479 @smallexample
7480 (gdb) print main
7481 $3 = @{int ()@} 0x11a0 <main>
7482 @end smallexample
7483 @noindent
7484 When overlay debugging is enabled, @value{GDBN} recognizes code in
7485 unmapped overlays, and prints the names of unmapped functions with
7486 asterisks around them.  For example, if @code{foo} is a function in an
7487 unmapped overlay, @value{GDBN} prints it this way:
7488
7489 @smallexample
7490 (gdb) overlay list
7491 No sections are mapped.
7492 (gdb) print foo
7493 $5 = @{int (int)@} 0x100000 <*foo*>
7494 @end smallexample
7495 @noindent
7496 When @code{foo}'s overlay is mapped, @value{GDBN} prints the function's
7497 name normally:
7498
7499 @smallexample
7500 (gdb) overlay list
7501 Section .ov.foo.text, loaded at 0x100000 - 0x100034,
7502         mapped at 0x1016 - 0x104a
7503 (gdb) print foo
7504 $6 = @{int (int)@} 0x1016 <foo>
7505 @end smallexample
7506
7507 When overlay debugging is enabled, @value{GDBN} can find the correct
7508 address for functions and variables in an overlay, whether or not the
7509 overlay is mapped.  This allows most @value{GDBN} commands, like
7510 @code{break} and @code{disassemble}, to work normally, even on unmapped
7511 code.  However, @value{GDBN}'s breakpoint support has some limitations:
7512
7513 @itemize @bullet
7514 @item
7515 @cindex breakpoints in overlays
7516 @cindex overlays, setting breakpoints in
7517 You can set breakpoints in functions in unmapped overlays, as long as
7518 @value{GDBN} can write to the overlay at its load address.
7519 @item
7520 @value{GDBN} can not set hardware or simulator-based breakpoints in
7521 unmapped overlays.  However, if you set a breakpoint at the end of your
7522 overlay manager (and tell @value{GDBN} which overlays are now mapped, if
7523 you are using manual overlay management), @value{GDBN} will re-set its
7524 breakpoints properly.
7525 @end itemize
7526
7527
7528 @node Automatic Overlay Debugging
7529 @section Automatic Overlay Debugging
7530 @cindex automatic overlay debugging
7531
7532 @value{GDBN} can automatically track which overlays are mapped and which
7533 are not, given some simple co-operation from the overlay manager in the
7534 inferior.  If you enable automatic overlay debugging with the
7535 @code{overlay auto} command (@pxref{Overlay Commands}), @value{GDBN}
7536 looks in the inferior's memory for certain variables describing the
7537 current state of the overlays.
7538
7539 Here are the variables your overlay manager must define to support
7540 @value{GDBN}'s automatic overlay debugging:
7541
7542 @table @asis
7543
7544 @item @code{_ovly_table}:
7545 This variable must be an array of the following structures:
7546
7547 @smallexample
7548 struct
7549 @{
7550   /* The overlay's mapped address.  */
7551   unsigned long vma;
7552
7553   /* The size of the overlay, in bytes.  */
7554   unsigned long size;
7555
7556   /* The overlay's load address.  */
7557   unsigned long lma;
7558
7559   /* Non-zero if the overlay is currently mapped;
7560      zero otherwise.  */
7561   unsigned long mapped;
7562 @}
7563 @end smallexample
7564
7565 @item @code{_novlys}:
7566 This variable must be a four-byte signed integer, holding the total
7567 number of elements in @code{_ovly_table}.
7568
7569 @end table
7570
7571 To decide whether a particular overlay is mapped or not, @value{GDBN}
7572 looks for an entry in @w{@code{_ovly_table}} whose @code{vma} and
7573 @code{lma} members equal the VMA and LMA of the overlay's section in the
7574 executable file.  When @value{GDBN} finds a matching entry, it consults
7575 the entry's @code{mapped} member to determine whether the overlay is
7576 currently mapped.
7577
7578 In addition, your overlay manager may define a function called
7579 @code{_ovly_debug_event}.  If this function is defined, @value{GDBN}
7580 will silently set a breakpoint there.  If the overlay manager then
7581 calls this function whenever it has changed the overlay table, this
7582 will enable @value{GDBN} to accurately keep track of which overlays
7583 are in program memory, and update any breakpoints that may be set
7584 in overlays.  This will allow breakpoints to work even if the
7585 overlays are kept in ROM or other non-writable memory while they
7586 are not being executed.
7587
7588 @node Overlay Sample Program
7589 @section Overlay Sample Program
7590 @cindex overlay example program
7591
7592 When linking a program which uses overlays, you must place the overlays
7593 at their load addresses, while relocating them to run at their mapped
7594 addresses.  To do this, you must write a linker script (@pxref{Overlay
7595 Description,,, ld.info, Using ld: the GNU linker}).  Unfortunately,
7596 since linker scripts are specific to a particular host system, target
7597 architecture, and target memory layout, this manual cannot provide
7598 portable sample code demonstrating @value{GDBN}'s overlay support.
7599
7600 However, the @value{GDBN} source distribution does contain an overlaid
7601 program, with linker scripts for a few systems, as part of its test
7602 suite.  The program consists of the following files from
7603 @file{gdb/testsuite/gdb.base}:
7604
7605 @table @file
7606 @item overlays.c
7607 The main program file.
7608 @item ovlymgr.c
7609 A simple overlay manager, used by @file{overlays.c}.
7610 @item foo.c
7611 @itemx bar.c
7612 @itemx baz.c
7613 @itemx grbx.c
7614 Overlay modules, loaded and used by @file{overlays.c}.
7615 @item d10v.ld
7616 @itemx m32r.ld
7617 Linker scripts for linking the test program on the @code{d10v-elf}
7618 and @code{m32r-elf} targets.
7619 @end table
7620
7621 You can build the test program using the @code{d10v-elf} GCC
7622 cross-compiler like this:
7623
7624 @smallexample
7625 $ d10v-elf-gcc -g -c overlays.c
7626 $ d10v-elf-gcc -g -c ovlymgr.c
7627 $ d10v-elf-gcc -g -c foo.c
7628 $ d10v-elf-gcc -g -c bar.c
7629 $ d10v-elf-gcc -g -c baz.c
7630 $ d10v-elf-gcc -g -c grbx.c
7631 $ d10v-elf-gcc -g overlays.o ovlymgr.o foo.o bar.o \
7632                   baz.o grbx.o -Wl,-Td10v.ld -o overlays
7633 @end smallexample
7634
7635 The build process is identical for any other architecture, except that
7636 you must substitute the appropriate compiler and linker script for the
7637 target system for @code{d10v-elf-gcc} and @code{d10v.ld}.
7638
7639
7640 @node Languages
7641 @chapter Using @value{GDBN} with Different Languages
7642 @cindex languages
7643
7644 Although programming languages generally have common aspects, they are
7645 rarely expressed in the same manner.  For instance, in ANSI C,
7646 dereferencing a pointer @code{p} is accomplished by @code{*p}, but in
7647 Modula-2, it is accomplished by @code{p^}.  Values can also be
7648 represented (and displayed) differently.  Hex numbers in C appear as
7649 @samp{0x1ae}, while in Modula-2 they appear as @samp{1AEH}.
7650
7651 @cindex working language
7652 Language-specific information is built into @value{GDBN} for some languages,
7653 allowing you to express operations like the above in your program's
7654 native language, and allowing @value{GDBN} to output values in a manner
7655 consistent with the syntax of your program's native language.  The
7656 language you use to build expressions is called the @dfn{working
7657 language}.
7658
7659 @menu
7660 * Setting::                     Switching between source languages
7661 * Show::                        Displaying the language
7662 * Checks::                      Type and range checks
7663 * Support::                     Supported languages
7664 * Unsupported languages::       Unsupported languages
7665 @end menu
7666
7667 @node Setting
7668 @section Switching between source languages
7669
7670 There are two ways to control the working language---either have @value{GDBN}
7671 set it automatically, or select it manually yourself.  You can use the
7672 @code{set language} command for either purpose.  On startup, @value{GDBN}
7673 defaults to setting the language automatically.  The working language is
7674 used to determine how expressions you type are interpreted, how values
7675 are printed, etc.
7676
7677 In addition to the working language, every source file that
7678 @value{GDBN} knows about has its own working language.  For some object
7679 file formats, the compiler might indicate which language a particular
7680 source file is in.  However, most of the time @value{GDBN} infers the
7681 language from the name of the file.  The language of a source file
7682 controls whether C@t{++} names are demangled---this way @code{backtrace} can
7683 show each frame appropriately for its own language.  There is no way to
7684 set the language of a source file from within @value{GDBN}, but you can
7685 set the language associated with a filename extension.  @xref{Show, ,
7686 Displaying the language}.
7687
7688 This is most commonly a problem when you use a program, such
7689 as @code{cfront} or @code{f2c}, that generates C but is written in
7690 another language.  In that case, make the
7691 program use @code{#line} directives in its C output; that way
7692 @value{GDBN} will know the correct language of the source code of the original
7693 program, and will display that source code, not the generated C code.
7694
7695 @menu
7696 * Filenames::                   Filename extensions and languages.
7697 * Manually::                    Setting the working language manually
7698 * Automatically::               Having @value{GDBN} infer the source language
7699 @end menu
7700
7701 @node Filenames
7702 @subsection List of filename extensions and languages
7703
7704 If a source file name ends in one of the following extensions, then
7705 @value{GDBN} infers that its language is the one indicated.
7706
7707 @table @file
7708
7709 @item .c
7710 C source file
7711
7712 @item .C
7713 @itemx .cc
7714 @itemx .cp
7715 @itemx .cpp
7716 @itemx .cxx
7717 @itemx .c++
7718 C@t{++} source file
7719
7720 @item .m
7721 Objective-C source file
7722
7723 @item .f
7724 @itemx .F
7725 Fortran source file
7726
7727 @item .mod
7728 Modula-2 source file
7729
7730 @item .s
7731 @itemx .S
7732 Assembler source file.  This actually behaves almost like C, but
7733 @value{GDBN} does not skip over function prologues when stepping.
7734 @end table
7735
7736 In addition, you may set the language associated with a filename
7737 extension.  @xref{Show, , Displaying the language}.
7738
7739 @node Manually
7740 @subsection Setting the working language
7741
7742 If you allow @value{GDBN} to set the language automatically,
7743 expressions are interpreted the same way in your debugging session and
7744 your program.
7745
7746 @kindex set language
7747 If you wish, you may set the language manually.  To do this, issue the
7748 command @samp{set language @var{lang}}, where @var{lang} is the name of
7749 a language, such as
7750 @code{c} or @code{modula-2}.
7751 For a list of the supported languages, type @samp{set language}.
7752
7753 Setting the language manually prevents @value{GDBN} from updating the working
7754 language automatically.  This can lead to confusion if you try
7755 to debug a program when the working language is not the same as the
7756 source language, when an expression is acceptable to both
7757 languages---but means different things.  For instance, if the current
7758 source file were written in C, and @value{GDBN} was parsing Modula-2, a
7759 command such as:
7760
7761 @smallexample
7762 print a = b + c
7763 @end smallexample
7764
7765 @noindent
7766 might not have the effect you intended.  In C, this means to add
7767 @code{b} and @code{c} and place the result in @code{a}.  The result
7768 printed would be the value of @code{a}.  In Modula-2, this means to compare
7769 @code{a} to the result of @code{b+c}, yielding a @code{BOOLEAN} value.
7770
7771 @node Automatically
7772 @subsection Having @value{GDBN} infer the source language
7773
7774 To have @value{GDBN} set the working language automatically, use
7775 @samp{set language local} or @samp{set language auto}.  @value{GDBN}
7776 then infers the working language.  That is, when your program stops in a
7777 frame (usually by encountering a breakpoint), @value{GDBN} sets the
7778 working language to the language recorded for the function in that
7779 frame.  If the language for a frame is unknown (that is, if the function
7780 or block corresponding to the frame was defined in a source file that
7781 does not have a recognized extension), the current working language is
7782 not changed, and @value{GDBN} issues a warning.
7783
7784 This may not seem necessary for most programs, which are written
7785 entirely in one source language.  However, program modules and libraries
7786 written in one source language can be used by a main program written in
7787 a different source language.  Using @samp{set language auto} in this
7788 case frees you from having to set the working language manually.
7789
7790 @node Show
7791 @section Displaying the language
7792
7793 The following commands help you find out which language is the
7794 working language, and also what language source files were written in.
7795
7796 @kindex show language
7797 @kindex info frame@r{, show the source language}
7798 @kindex info source@r{, show the source language}
7799 @table @code
7800 @item show language
7801 Display the current working language.  This is the
7802 language you can use with commands such as @code{print} to
7803 build and compute expressions that may involve variables in your program.
7804
7805 @item info frame
7806 Display the source language for this frame.  This language becomes the
7807 working language if you use an identifier from this frame.
7808 @xref{Frame Info, ,Information about a frame}, to identify the other
7809 information listed here.
7810
7811 @item info source
7812 Display the source language of this source file.
7813 @xref{Symbols, ,Examining the Symbol Table}, to identify the other
7814 information listed here.
7815 @end table
7816
7817 In unusual circumstances, you may have source files with extensions
7818 not in the standard list.  You can then set the extension associated
7819 with a language explicitly:
7820
7821 @kindex set extension-language
7822 @kindex info extensions
7823 @table @code
7824 @item set extension-language @var{.ext} @var{language}
7825 Set source files with extension @var{.ext} to be assumed to be in
7826 the source language @var{language}.
7827
7828 @item info extensions
7829 List all the filename extensions and the associated languages.
7830 @end table
7831
7832 @node Checks
7833 @section Type and range checking
7834
7835 @quotation
7836 @emph{Warning:} In this release, the @value{GDBN} commands for type and range
7837 checking are included, but they do not yet have any effect.  This
7838 section documents the intended facilities.
7839 @end quotation
7840 @c FIXME remove warning when type/range code added
7841
7842 Some languages are designed to guard you against making seemingly common
7843 errors through a series of compile- and run-time checks.  These include
7844 checking the type of arguments to functions and operators, and making
7845 sure mathematical overflows are caught at run time.  Checks such as
7846 these help to ensure a program's correctness once it has been compiled
7847 by eliminating type mismatches, and providing active checks for range
7848 errors when your program is running.
7849
7850 @value{GDBN} can check for conditions like the above if you wish.
7851 Although @value{GDBN} does not check the statements in your program, it
7852 can check expressions entered directly into @value{GDBN} for evaluation via
7853 the @code{print} command, for example.  As with the working language,
7854 @value{GDBN} can also decide whether or not to check automatically based on
7855 your program's source language.  @xref{Support, ,Supported languages},
7856 for the default settings of supported languages.
7857
7858 @menu
7859 * Type Checking::               An overview of type checking
7860 * Range Checking::              An overview of range checking
7861 @end menu
7862
7863 @cindex type checking
7864 @cindex checks, type
7865 @node Type Checking
7866 @subsection An overview of type checking
7867
7868 Some languages, such as Modula-2, are strongly typed, meaning that the
7869 arguments to operators and functions have to be of the correct type,
7870 otherwise an error occurs.  These checks prevent type mismatch
7871 errors from ever causing any run-time problems.  For example,
7872
7873 @smallexample
7874 1 + 2 @result{} 3
7875 @exdent but
7876 @error{} 1 + 2.3
7877 @end smallexample
7878
7879 The second example fails because the @code{CARDINAL} 1 is not
7880 type-compatible with the @code{REAL} 2.3.
7881
7882 For the expressions you use in @value{GDBN} commands, you can tell the
7883 @value{GDBN} type checker to skip checking;
7884 to treat any mismatches as errors and abandon the expression;
7885 or to only issue warnings when type mismatches occur,
7886 but evaluate the expression anyway.  When you choose the last of
7887 these, @value{GDBN} evaluates expressions like the second example above, but
7888 also issues a warning.
7889
7890 Even if you turn type checking off, there may be other reasons
7891 related to type that prevent @value{GDBN} from evaluating an expression.
7892 For instance, @value{GDBN} does not know how to add an @code{int} and
7893 a @code{struct foo}.  These particular type errors have nothing to do
7894 with the language in use, and usually arise from expressions, such as
7895 the one described above, which make little sense to evaluate anyway.
7896
7897 Each language defines to what degree it is strict about type.  For
7898 instance, both Modula-2 and C require the arguments to arithmetical
7899 operators to be numbers.  In C, enumerated types and pointers can be
7900 represented as numbers, so that they are valid arguments to mathematical
7901 operators.  @xref{Support, ,Supported languages}, for further
7902 details on specific languages.
7903
7904 @value{GDBN} provides some additional commands for controlling the type checker:
7905
7906 @kindex set check@r{, type}
7907 @kindex set check type
7908 @kindex show check type
7909 @table @code
7910 @item set check type auto
7911 Set type checking on or off based on the current working language.
7912 @xref{Support, ,Supported languages}, for the default settings for
7913 each language.
7914
7915 @item set check type on
7916 @itemx set check type off
7917 Set type checking on or off, overriding the default setting for the
7918 current working language.  Issue a warning if the setting does not
7919 match the language default.  If any type mismatches occur in
7920 evaluating an expression while type checking is on, @value{GDBN} prints a
7921 message and aborts evaluation of the expression.
7922
7923 @item set check type warn
7924 Cause the type checker to issue warnings, but to always attempt to
7925 evaluate the expression.  Evaluating the expression may still
7926 be impossible for other reasons.  For example, @value{GDBN} cannot add
7927 numbers and structures.
7928
7929 @item show type
7930 Show the current setting of the type checker, and whether or not @value{GDBN}
7931 is setting it automatically.
7932 @end table
7933
7934 @cindex range checking
7935 @cindex checks, range
7936 @node Range Checking
7937 @subsection An overview of range checking
7938
7939 In some languages (such as Modula-2), it is an error to exceed the
7940 bounds of a type; this is enforced with run-time checks.  Such range
7941 checking is meant to ensure program correctness by making sure
7942 computations do not overflow, or indices on an array element access do
7943 not exceed the bounds of the array.
7944
7945 For expressions you use in @value{GDBN} commands, you can tell
7946 @value{GDBN} to treat range errors in one of three ways: ignore them,
7947 always treat them as errors and abandon the expression, or issue
7948 warnings but evaluate the expression anyway.
7949
7950 A range error can result from numerical overflow, from exceeding an
7951 array index bound, or when you type a constant that is not a member
7952 of any type.  Some languages, however, do not treat overflows as an
7953 error.  In many implementations of C, mathematical overflow causes the
7954 result to ``wrap around'' to lower values---for example, if @var{m} is
7955 the largest integer value, and @var{s} is the smallest, then
7956
7957 @smallexample
7958 @var{m} + 1 @result{} @var{s}
7959 @end smallexample
7960
7961 This, too, is specific to individual languages, and in some cases
7962 specific to individual compilers or machines.  @xref{Support, ,
7963 Supported languages}, for further details on specific languages.
7964
7965 @value{GDBN} provides some additional commands for controlling the range checker:
7966
7967 @kindex set check@r{, range}
7968 @kindex set check range
7969 @kindex show check range
7970 @table @code
7971 @item set check range auto
7972 Set range checking on or off based on the current working language.
7973 @xref{Support, ,Supported languages}, for the default settings for
7974 each language.
7975
7976 @item set check range on
7977 @itemx set check range off
7978 Set range checking on or off, overriding the default setting for the
7979 current working language.  A warning is issued if the setting does not
7980 match the language default.  If a range error occurs and range checking is on,
7981 then a message is printed and evaluation of the expression is aborted.
7982
7983 @item set check range warn
7984 Output messages when the @value{GDBN} range checker detects a range error,
7985 but attempt to evaluate the expression anyway.  Evaluating the
7986 expression may still be impossible for other reasons, such as accessing
7987 memory that the process does not own (a typical example from many Unix
7988 systems).
7989
7990 @item show range
7991 Show the current setting of the range checker, and whether or not it is
7992 being set automatically by @value{GDBN}.
7993 @end table
7994
7995 @node Support
7996 @section Supported languages
7997
7998 @value{GDBN} supports C, C@t{++}, Objective-C, Fortran, Java, assembly, and Modula-2.
7999 @c This is false ...
8000 Some @value{GDBN} features may be used in expressions regardless of the
8001 language you use: the @value{GDBN} @code{@@} and @code{::} operators,
8002 and the @samp{@{type@}addr} construct (@pxref{Expressions,
8003 ,Expressions}) can be used with the constructs of any supported
8004 language.
8005
8006 The following sections detail to what degree each source language is
8007 supported by @value{GDBN}.  These sections are not meant to be language
8008 tutorials or references, but serve only as a reference guide to what the
8009 @value{GDBN} expression parser accepts, and what input and output
8010 formats should look like for different languages.  There are many good
8011 books written on each of these languages; please look to these for a
8012 language reference or tutorial.
8013
8014 @menu
8015 * C::                           C and C@t{++}
8016 * Objective-C::                 Objective-C
8017 * Modula-2::                    Modula-2
8018 @end menu
8019
8020 @node C
8021 @subsection C and C@t{++}
8022
8023 @cindex C and C@t{++}
8024 @cindex expressions in C or C@t{++}
8025
8026 Since C and C@t{++} are so closely related, many features of @value{GDBN} apply
8027 to both languages.  Whenever this is the case, we discuss those languages
8028 together.
8029
8030 @cindex C@t{++}
8031 @cindex @code{g++}, @sc{gnu} C@t{++} compiler
8032 @cindex @sc{gnu} C@t{++}
8033 The C@t{++} debugging facilities are jointly implemented by the C@t{++}
8034 compiler and @value{GDBN}.  Therefore, to debug your C@t{++} code
8035 effectively, you must compile your C@t{++} programs with a supported
8036 C@t{++} compiler, such as @sc{gnu} @code{g++}, or the HP ANSI C@t{++}
8037 compiler (@code{aCC}).
8038
8039 For best results when using @sc{gnu} C@t{++}, use the DWARF 2 debugging
8040 format; if it doesn't work on your system, try the stabs+ debugging
8041 format.  You can select those formats explicitly with the @code{g++}
8042 command-line options @option{-gdwarf-2} and @option{-gstabs+}.
8043 @xref{Debugging Options,,Options for Debugging Your Program or @sc{gnu}
8044 CC, gcc.info, Using @sc{gnu} CC}.
8045
8046 @menu
8047 * C Operators::                 C and C@t{++} operators
8048 * C Constants::                 C and C@t{++} constants
8049 * C plus plus expressions::     C@t{++} expressions
8050 * C Defaults::                  Default settings for C and C@t{++}
8051 * C Checks::                    C and C@t{++} type and range checks
8052 * Debugging C::                 @value{GDBN} and C
8053 * Debugging C plus plus::       @value{GDBN} features for C@t{++}
8054 @end menu
8055
8056 @node C Operators
8057 @subsubsection C and C@t{++} operators
8058
8059 @cindex C and C@t{++} operators
8060
8061 Operators must be defined on values of specific types.  For instance,
8062 @code{+} is defined on numbers, but not on structures.  Operators are
8063 often defined on groups of types.
8064
8065 For the purposes of C and C@t{++}, the following definitions hold:
8066
8067 @itemize @bullet
8068
8069 @item
8070 @emph{Integral types} include @code{int} with any of its storage-class
8071 specifiers; @code{char}; @code{enum}; and, for C@t{++}, @code{bool}.
8072
8073 @item
8074 @emph{Floating-point types} include @code{float}, @code{double}, and
8075 @code{long double} (if supported by the target platform).
8076
8077 @item
8078 @emph{Pointer types} include all types defined as @code{(@var{type} *)}.
8079
8080 @item
8081 @emph{Scalar types} include all of the above.
8082
8083 @end itemize
8084
8085 @noindent
8086 The following operators are supported.  They are listed here
8087 in order of increasing precedence:
8088
8089 @table @code
8090 @item ,
8091 The comma or sequencing operator.  Expressions in a comma-separated list
8092 are evaluated from left to right, with the result of the entire
8093 expression being the last expression evaluated.
8094
8095 @item =
8096 Assignment.  The value of an assignment expression is the value
8097 assigned.  Defined on scalar types.
8098
8099 @item @var{op}=
8100 Used in an expression of the form @w{@code{@var{a} @var{op}= @var{b}}},
8101 and translated to @w{@code{@var{a} = @var{a op b}}}.
8102 @w{@code{@var{op}=}} and @code{=} have the same precedence.
8103 @var{op} is any one of the operators @code{|}, @code{^}, @code{&},
8104 @code{<<}, @code{>>}, @code{+}, @code{-}, @code{*}, @code{/}, @code{%}.
8105
8106 @item ?:
8107 The ternary operator.  @code{@var{a} ? @var{b} : @var{c}} can be thought
8108 of as:  if @var{a} then @var{b} else @var{c}.  @var{a} should be of an
8109 integral type.
8110
8111 @item ||
8112 Logical @sc{or}.  Defined on integral types.
8113
8114 @item &&
8115 Logical @sc{and}.  Defined on integral types.
8116
8117 @item |
8118 Bitwise @sc{or}.  Defined on integral types.
8119
8120 @item ^
8121 Bitwise exclusive-@sc{or}.  Defined on integral types.
8122
8123 @item &
8124 Bitwise @sc{and}.  Defined on integral types.
8125
8126 @item ==@r{, }!=
8127 Equality and inequality.  Defined on scalar types.  The value of these
8128 expressions is 0 for false and non-zero for true.
8129
8130 @item <@r{, }>@r{, }<=@r{, }>=
8131 Less than, greater than, less than or equal, greater than or equal.
8132 Defined on scalar types.  The value of these expressions is 0 for false
8133 and non-zero for true.
8134
8135 @item <<@r{, }>>
8136 left shift, and right shift.  Defined on integral types.
8137
8138 @item @@
8139 The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
8140
8141 @item +@r{, }-
8142 Addition and subtraction.  Defined on integral types, floating-point types and
8143 pointer types.
8144
8145 @item *@r{, }/@r{, }%
8146 Multiplication, division, and modulus.  Multiplication and division are
8147 defined on integral and floating-point types.  Modulus is defined on
8148 integral types.
8149
8150 @item ++@r{, }--
8151 Increment and decrement.  When appearing before a variable, the
8152 operation is performed before the variable is used in an expression;
8153 when appearing after it, the variable's value is used before the
8154 operation takes place.
8155
8156 @item *
8157 Pointer dereferencing.  Defined on pointer types.  Same precedence as
8158 @code{++}.
8159
8160 @item &
8161 Address operator.  Defined on variables.  Same precedence as @code{++}.
8162
8163 For debugging C@t{++}, @value{GDBN} implements a use of @samp{&} beyond what is
8164 allowed in the C@t{++} language itself: you can use @samp{&(&@var{ref})}
8165 (or, if you prefer, simply @samp{&&@var{ref}}) to examine the address
8166 where a C@t{++} reference variable (declared with @samp{&@var{ref}}) is
8167 stored.
8168
8169 @item -
8170 Negative.  Defined on integral and floating-point types.  Same
8171 precedence as @code{++}.
8172
8173 @item !
8174 Logical negation.  Defined on integral types.  Same precedence as
8175 @code{++}.
8176
8177 @item ~
8178 Bitwise complement operator.  Defined on integral types.  Same precedence as
8179 @code{++}.
8180
8181
8182 @item .@r{, }->
8183 Structure member, and pointer-to-structure member.  For convenience,
8184 @value{GDBN} regards the two as equivalent, choosing whether to dereference a
8185 pointer based on the stored type information.
8186 Defined on @code{struct} and @code{union} data.
8187
8188 @item .*@r{, }->*
8189 Dereferences of pointers to members.
8190
8191 @item []
8192 Array indexing.  @code{@var{a}[@var{i}]} is defined as
8193 @code{*(@var{a}+@var{i})}.  Same precedence as @code{->}.
8194
8195 @item ()
8196 Function parameter list.  Same precedence as @code{->}.
8197
8198 @item ::
8199 C@t{++} scope resolution operator.  Defined on @code{struct}, @code{union},
8200 and @code{class} types.
8201
8202 @item ::
8203 Doubled colons also represent the @value{GDBN} scope operator
8204 (@pxref{Expressions, ,Expressions}).  Same precedence as @code{::},
8205 above.
8206 @end table
8207
8208 If an operator is redefined in the user code, @value{GDBN} usually
8209 attempts to invoke the redefined version instead of using the operator's
8210 predefined meaning.
8211
8212 @menu
8213 * C Constants::
8214 @end menu
8215
8216 @node C Constants
8217 @subsubsection C and C@t{++} constants
8218
8219 @cindex C and C@t{++} constants
8220
8221 @value{GDBN} allows you to express the constants of C and C@t{++} in the
8222 following ways:
8223
8224 @itemize @bullet
8225 @item
8226 Integer constants are a sequence of digits.  Octal constants are
8227 specified by a leading @samp{0} (i.e.@: zero), and hexadecimal constants
8228 by a leading @samp{0x} or @samp{0X}.  Constants may also end with a letter
8229 @samp{l}, specifying that the constant should be treated as a
8230 @code{long} value.
8231
8232 @item
8233 Floating point constants are a sequence of digits, followed by a decimal
8234 point, followed by a sequence of digits, and optionally followed by an
8235 exponent.  An exponent is of the form:
8236 @samp{@w{e@r{[[}+@r{]|}-@r{]}@var{nnn}}}, where @var{nnn} is another
8237 sequence of digits.  The @samp{+} is optional for positive exponents.
8238 A floating-point constant may also end with a letter @samp{f} or
8239 @samp{F}, specifying that the constant should be treated as being of
8240 the @code{float} (as opposed to the default @code{double}) type; or with
8241 a letter @samp{l} or @samp{L}, which specifies a @code{long double}
8242 constant.
8243
8244 @item
8245 Enumerated constants consist of enumerated identifiers, or their
8246 integral equivalents.
8247
8248 @item
8249 Character constants are a single character surrounded by single quotes
8250 (@code{'}), or a number---the ordinal value of the corresponding character
8251 (usually its @sc{ascii} value).  Within quotes, the single character may
8252 be represented by a letter or by @dfn{escape sequences}, which are of
8253 the form @samp{\@var{nnn}}, where @var{nnn} is the octal representation
8254 of the character's ordinal value; or of the form @samp{\@var{x}}, where
8255 @samp{@var{x}} is a predefined special character---for example,
8256 @samp{\n} for newline.
8257
8258 @item
8259 String constants are a sequence of character constants surrounded by
8260 double quotes (@code{"}).  Any valid character constant (as described
8261 above) may appear.  Double quotes within the string must be preceded by
8262 a backslash, so for instance @samp{"a\"b'c"} is a string of five
8263 characters.
8264
8265 @item
8266 Pointer constants are an integral value.  You can also write pointers
8267 to constants using the C operator @samp{&}.
8268
8269 @item
8270 Array constants are comma-separated lists surrounded by braces @samp{@{}
8271 and @samp{@}}; for example, @samp{@{1,2,3@}} is a three-element array of
8272 integers, @samp{@{@{1,2@}, @{3,4@}, @{5,6@}@}} is a three-by-two array,
8273 and @samp{@{&"hi", &"there", &"fred"@}} is a three-element array of pointers.
8274 @end itemize
8275
8276 @menu
8277 * C plus plus expressions::
8278 * C Defaults::
8279 * C Checks::
8280
8281 * Debugging C::
8282 @end menu
8283
8284 @node C plus plus expressions
8285 @subsubsection C@t{++} expressions
8286
8287 @cindex expressions in C@t{++}
8288 @value{GDBN} expression handling can interpret most C@t{++} expressions.
8289
8290 @cindex debugging C@t{++} programs
8291 @cindex C@t{++} compilers
8292 @cindex debug formats and C@t{++}
8293 @cindex @value{NGCC} and C@t{++}
8294 @quotation
8295 @emph{Warning:} @value{GDBN} can only debug C@t{++} code if you use the
8296 proper compiler and the proper debug format.  Currently, @value{GDBN}
8297 works best when debugging C@t{++} code that is compiled with
8298 @value{NGCC} 2.95.3 or with @value{NGCC} 3.1 or newer, using the options
8299 @option{-gdwarf-2} or @option{-gstabs+}.  DWARF 2 is preferred over
8300 stabs+.  Most configurations of @value{NGCC} emit either DWARF 2 or
8301 stabs+ as their default debug format, so you usually don't need to
8302 specify a debug format explicitly.  Other compilers and/or debug formats
8303 are likely to work badly or not at all when using @value{GDBN} to debug
8304 C@t{++} code.
8305 @end quotation
8306
8307 @enumerate
8308
8309 @cindex member functions
8310 @item
8311 Member function calls are allowed; you can use expressions like
8312
8313 @smallexample
8314 count = aml->GetOriginal(x, y)
8315 @end smallexample
8316
8317 @vindex this@r{, inside C@t{++} member functions}
8318 @cindex namespace in C@t{++}
8319 @item
8320 While a member function is active (in the selected stack frame), your
8321 expressions have the same namespace available as the member function;
8322 that is, @value{GDBN} allows implicit references to the class instance
8323 pointer @code{this} following the same rules as C@t{++}.
8324
8325 @cindex call overloaded functions
8326 @cindex overloaded functions, calling
8327 @cindex type conversions in C@t{++}
8328 @item
8329 You can call overloaded functions; @value{GDBN} resolves the function
8330 call to the right definition, with some restrictions.  @value{GDBN} does not
8331 perform overload resolution involving user-defined type conversions,
8332 calls to constructors, or instantiations of templates that do not exist
8333 in the program.  It also cannot handle ellipsis argument lists or
8334 default arguments.
8335
8336 It does perform integral conversions and promotions, floating-point
8337 promotions, arithmetic conversions, pointer conversions, conversions of
8338 class objects to base classes, and standard conversions such as those of
8339 functions or arrays to pointers; it requires an exact match on the
8340 number of function arguments.
8341
8342 Overload resolution is always performed, unless you have specified
8343 @code{set overload-resolution off}.  @xref{Debugging C plus plus,
8344 ,@value{GDBN} features for C@t{++}}.
8345
8346 You must specify @code{set overload-resolution off} in order to use an
8347 explicit function signature to call an overloaded function, as in
8348 @smallexample
8349 p 'foo(char,int)'('x', 13)
8350 @end smallexample
8351
8352 The @value{GDBN} command-completion facility can simplify this;
8353 see @ref{Completion, ,Command completion}.
8354
8355 @cindex reference declarations
8356 @item
8357 @value{GDBN} understands variables declared as C@t{++} references; you can use
8358 them in expressions just as you do in C@t{++} source---they are automatically
8359 dereferenced.
8360
8361 In the parameter list shown when @value{GDBN} displays a frame, the values of
8362 reference variables are not displayed (unlike other variables); this
8363 avoids clutter, since references are often used for large structures.
8364 The @emph{address} of a reference variable is always shown, unless
8365 you have specified @samp{set print address off}.
8366
8367 @item
8368 @value{GDBN} supports the C@t{++} name resolution operator @code{::}---your
8369 expressions can use it just as expressions in your program do.  Since
8370 one scope may be defined in another, you can use @code{::} repeatedly if
8371 necessary, for example in an expression like
8372 @samp{@var{scope1}::@var{scope2}::@var{name}}.  @value{GDBN} also allows
8373 resolving name scope by reference to source files, in both C and C@t{++}
8374 debugging (@pxref{Variables, ,Program variables}).
8375 @end enumerate
8376
8377 In addition, when used with HP's C@t{++} compiler, @value{GDBN} supports
8378 calling virtual functions correctly, printing out virtual bases of
8379 objects, calling functions in a base subobject, casting objects, and
8380 invoking user-defined operators.
8381
8382 @node C Defaults
8383 @subsubsection C and C@t{++} defaults
8384
8385 @cindex C and C@t{++} defaults
8386
8387 If you allow @value{GDBN} to set type and range checking automatically, they
8388 both default to @code{off} whenever the working language changes to
8389 C or C@t{++}.  This happens regardless of whether you or @value{GDBN}
8390 selects the working language.
8391
8392 If you allow @value{GDBN} to set the language automatically, it
8393 recognizes source files whose names end with @file{.c}, @file{.C}, or
8394 @file{.cc}, etc, and when @value{GDBN} enters code compiled from one of
8395 these files, it sets the working language to C or C@t{++}.
8396 @xref{Automatically, ,Having @value{GDBN} infer the source language},
8397 for further details.
8398
8399 @c Type checking is (a) primarily motivated by Modula-2, and (b)
8400 @c unimplemented.  If (b) changes, it might make sense to let this node
8401 @c appear even if Mod-2 does not, but meanwhile ignore it. roland 16jul93.
8402
8403 @node C Checks
8404 @subsubsection C and C@t{++} type and range checks
8405
8406 @cindex C and C@t{++} checks
8407
8408 By default, when @value{GDBN} parses C or C@t{++} expressions, type checking
8409 is not used.  However, if you turn type checking on, @value{GDBN}
8410 considers two variables type equivalent if:
8411
8412 @itemize @bullet
8413 @item
8414 The two variables are structured and have the same structure, union, or
8415 enumerated tag.
8416
8417 @item
8418 The two variables have the same type name, or types that have been
8419 declared equivalent through @code{typedef}.
8420
8421 @ignore
8422 @c leaving this out because neither J Gilmore nor R Pesch understand it.
8423 @c FIXME--beers?
8424 @item
8425 The two @code{struct}, @code{union}, or @code{enum} variables are
8426 declared in the same declaration.  (Note: this may not be true for all C
8427 compilers.)
8428 @end ignore
8429 @end itemize
8430
8431 Range checking, if turned on, is done on mathematical operations.  Array
8432 indices are not checked, since they are often used to index a pointer
8433 that is not itself an array.
8434
8435 @node Debugging C
8436 @subsubsection @value{GDBN} and C
8437
8438 The @code{set print union} and @code{show print union} commands apply to
8439 the @code{union} type.  When set to @samp{on}, any @code{union} that is
8440 inside a @code{struct} or @code{class} is also printed.  Otherwise, it
8441 appears as @samp{@{...@}}.
8442
8443 The @code{@@} operator aids in the debugging of dynamic arrays, formed
8444 with pointers and a memory allocation function.  @xref{Expressions,
8445 ,Expressions}.
8446
8447 @menu
8448 * Debugging C plus plus::
8449 @end menu
8450
8451 @node Debugging C plus plus
8452 @subsubsection @value{GDBN} features for C@t{++}
8453
8454 @cindex commands for C@t{++}
8455
8456 Some @value{GDBN} commands are particularly useful with C@t{++}, and some are
8457 designed specifically for use with C@t{++}.  Here is a summary:
8458
8459 @table @code
8460 @cindex break in overloaded functions
8461 @item @r{breakpoint menus}
8462 When you want a breakpoint in a function whose name is overloaded,
8463 @value{GDBN} breakpoint menus help you specify which function definition
8464 you want.  @xref{Breakpoint Menus,,Breakpoint menus}.
8465
8466 @cindex overloading in C@t{++}
8467 @item rbreak @var{regex}
8468 Setting breakpoints using regular expressions is helpful for setting
8469 breakpoints on overloaded functions that are not members of any special
8470 classes.
8471 @xref{Set Breaks, ,Setting breakpoints}.
8472
8473 @cindex C@t{++} exception handling
8474 @item catch throw
8475 @itemx catch catch
8476 Debug C@t{++} exception handling using these commands.  @xref{Set
8477 Catchpoints, , Setting catchpoints}.
8478
8479 @cindex inheritance
8480 @item ptype @var{typename}
8481 Print inheritance relationships as well as other information for type
8482 @var{typename}.
8483 @xref{Symbols, ,Examining the Symbol Table}.
8484
8485 @cindex C@t{++} symbol display
8486 @item set print demangle
8487 @itemx show print demangle
8488 @itemx set print asm-demangle
8489 @itemx show print asm-demangle
8490 Control whether C@t{++} symbols display in their source form, both when
8491 displaying code as C@t{++} source and when displaying disassemblies.
8492 @xref{Print Settings, ,Print settings}.
8493
8494 @item set print object
8495 @itemx show print object
8496 Choose whether to print derived (actual) or declared types of objects.
8497 @xref{Print Settings, ,Print settings}.
8498
8499 @item set print vtbl
8500 @itemx show print vtbl
8501 Control the format for printing virtual function tables.
8502 @xref{Print Settings, ,Print settings}.
8503 (The @code{vtbl} commands do not work on programs compiled with the HP
8504 ANSI C@t{++} compiler (@code{aCC}).)
8505
8506 @kindex set overload-resolution
8507 @cindex overloaded functions, overload resolution
8508 @item set overload-resolution on
8509 Enable overload resolution for C@t{++} expression evaluation.  The default
8510 is on.  For overloaded functions, @value{GDBN} evaluates the arguments
8511 and searches for a function whose signature matches the argument types,
8512 using the standard C@t{++} conversion rules (see @ref{C plus plus expressions, ,C@t{++}
8513 expressions}, for details).  If it cannot find a match, it emits a
8514 message.
8515
8516 @item set overload-resolution off
8517 Disable overload resolution for C@t{++} expression evaluation.  For
8518 overloaded functions that are not class member functions, @value{GDBN}
8519 chooses the first function of the specified name that it finds in the
8520 symbol table, whether or not its arguments are of the correct type.  For
8521 overloaded functions that are class member functions, @value{GDBN}
8522 searches for a function whose signature @emph{exactly} matches the
8523 argument types.
8524
8525 @item @r{Overloaded symbol names}
8526 You can specify a particular definition of an overloaded symbol, using
8527 the same notation that is used to declare such symbols in C@t{++}: type
8528 @code{@var{symbol}(@var{types})} rather than just @var{symbol}.  You can
8529 also use the @value{GDBN} command-line word completion facilities to list the
8530 available choices, or to finish the type list for you.
8531 @xref{Completion,, Command completion}, for details on how to do this.
8532 @end table
8533
8534 @node Objective-C
8535 @subsection Objective-C
8536
8537 @cindex Objective-C
8538 This section provides information about some commands and command
8539 options that are useful for debugging Objective-C code.
8540
8541 @menu
8542 * Method Names in Commands::
8543 * The Print Command with Objective-C::
8544 @end menu
8545
8546 @node Method Names in Commands, The Print Command with Objective-C, Objective-C, Objective-C
8547 @subsubsection Method Names in Commands
8548
8549 The following commands have been extended to accept Objective-C method
8550 names as line specifications:
8551
8552 @kindex clear@r{, and Objective-C}
8553 @kindex break@r{, and Objective-C}
8554 @kindex info line@r{, and Objective-C}
8555 @kindex jump@r{, and Objective-C}
8556 @kindex list@r{, and Objective-C}
8557 @itemize
8558 @item @code{clear}
8559 @item @code{break}
8560 @item @code{info line}
8561 @item @code{jump}
8562 @item @code{list}
8563 @end itemize
8564
8565 A fully qualified Objective-C method name is specified as
8566
8567 @smallexample
8568 -[@var{Class} @var{methodName}]
8569 @end smallexample
8570
8571 where the minus sign is used to indicate an instance method and a
8572 plus sign (not shown) is used to indicate a class method.  The class
8573 name @var{Class} and method name @var{methodName} are enclosed in
8574 brackets, similar to the way messages are specified in Objective-C
8575 source code.  For example, to set a breakpoint at the @code{create}
8576 instance method of class @code{Fruit} in the program currently being
8577 debugged, enter:
8578
8579 @smallexample
8580 break -[Fruit create]
8581 @end smallexample
8582
8583 To list ten program lines around the @code{initialize} class method,
8584 enter:
8585
8586 @smallexample
8587 list +[NSText initialize]
8588 @end smallexample
8589
8590 In the current version of @value{GDBN}, the plus or minus sign is
8591 required.  In future versions of @value{GDBN}, the plus or minus
8592 sign will be optional, but you can use it to narrow the search.  It
8593 is also possible to specify just a method name:
8594
8595 @smallexample
8596 break create
8597 @end smallexample
8598
8599 You must specify the complete method name, including any colons.  If
8600 your program's source files contain more than one @code{create} method,
8601 you'll be presented with a numbered list of classes that implement that
8602 method.  Indicate your choice by number, or type @samp{0} to exit if
8603 none apply.
8604
8605 As another example, to clear a breakpoint established at the
8606 @code{makeKeyAndOrderFront:} method of the @code{NSWindow} class, enter:
8607
8608 @smallexample
8609 clear -[NSWindow makeKeyAndOrderFront:]
8610 @end smallexample
8611
8612 @node The Print Command with Objective-C
8613 @subsubsection The Print Command With Objective-C
8614 @kindex print-object
8615 @kindex po @r{(@code{print-object})}
8616
8617 The print command has also been extended to accept methods.  For example:
8618
8619 @smallexample
8620 print -[@var{object} hash]
8621 @end smallexample
8622
8623 @cindex print an Objective-C object description
8624 @cindex @code{_NSPrintForDebugger}, and printing Objective-C objects
8625 @noindent
8626 will tell @value{GDBN} to send the @code{hash} message to @var{object}
8627 and print the result.  Also, an additional command has been added,
8628 @code{print-object} or @code{po} for short, which is meant to print
8629 the description of an object.  However, this command may only work
8630 with certain Objective-C libraries that have a particular hook
8631 function, @code{_NSPrintForDebugger}, defined.
8632
8633 @node Modula-2,  , Objective-C, Support
8634 @subsection Modula-2
8635
8636 @cindex Modula-2, @value{GDBN} support
8637
8638 The extensions made to @value{GDBN} to support Modula-2 only support
8639 output from the @sc{gnu} Modula-2 compiler (which is currently being
8640 developed).  Other Modula-2 compilers are not currently supported, and
8641 attempting to debug executables produced by them is most likely
8642 to give an error as @value{GDBN} reads in the executable's symbol
8643 table.
8644
8645 @cindex expressions in Modula-2
8646 @menu
8647 * M2 Operators::                Built-in operators
8648 * Built-In Func/Proc::          Built-in functions and procedures
8649 * M2 Constants::                Modula-2 constants
8650 * M2 Defaults::                 Default settings for Modula-2
8651 * Deviations::                  Deviations from standard Modula-2
8652 * M2 Checks::                   Modula-2 type and range checks
8653 * M2 Scope::                    The scope operators @code{::} and @code{.}
8654 * GDB/M2::                      @value{GDBN} and Modula-2
8655 @end menu
8656
8657 @node M2 Operators
8658 @subsubsection Operators
8659 @cindex Modula-2 operators
8660
8661 Operators must be defined on values of specific types.  For instance,
8662 @code{+} is defined on numbers, but not on structures.  Operators are
8663 often defined on groups of types.  For the purposes of Modula-2, the
8664 following definitions hold:
8665
8666 @itemize @bullet
8667
8668 @item
8669 @emph{Integral types} consist of @code{INTEGER}, @code{CARDINAL}, and
8670 their subranges.
8671
8672 @item
8673 @emph{Character types} consist of @code{CHAR} and its subranges.
8674
8675 @item
8676 @emph{Floating-point types} consist of @code{REAL}.
8677
8678 @item
8679 @emph{Pointer types} consist of anything declared as @code{POINTER TO
8680 @var{type}}.
8681
8682 @item
8683 @emph{Scalar types} consist of all of the above.
8684
8685 @item
8686 @emph{Set types} consist of @code{SET} and @code{BITSET} types.
8687
8688 @item
8689 @emph{Boolean types} consist of @code{BOOLEAN}.
8690 @end itemize
8691
8692 @noindent
8693 The following operators are supported, and appear in order of
8694 increasing precedence:
8695
8696 @table @code
8697 @item ,
8698 Function argument or array index separator.
8699
8700 @item :=
8701 Assignment.  The value of @var{var} @code{:=} @var{value} is
8702 @var{value}.
8703
8704 @item <@r{, }>
8705 Less than, greater than on integral, floating-point, or enumerated
8706 types.
8707
8708 @item <=@r{, }>=
8709 Less than or equal to, greater than or equal to
8710 on integral, floating-point and enumerated types, or set inclusion on
8711 set types.  Same precedence as @code{<}.
8712
8713 @item =@r{, }<>@r{, }#
8714 Equality and two ways of expressing inequality, valid on scalar types.
8715 Same precedence as @code{<}.  In @value{GDBN} scripts, only @code{<>} is
8716 available for inequality, since @code{#} conflicts with the script
8717 comment character.
8718
8719 @item IN
8720 Set membership.  Defined on set types and the types of their members.
8721 Same precedence as @code{<}.
8722
8723 @item OR
8724 Boolean disjunction.  Defined on boolean types.
8725
8726 @item AND@r{, }&
8727 Boolean conjunction.  Defined on boolean types.
8728
8729 @item @@
8730 The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
8731
8732 @item +@r{, }-
8733 Addition and subtraction on integral and floating-point types, or union
8734 and difference on set types.
8735
8736 @item *
8737 Multiplication on integral and floating-point types, or set intersection
8738 on set types.
8739
8740 @item /
8741 Division on floating-point types, or symmetric set difference on set
8742 types.  Same precedence as @code{*}.
8743
8744 @item DIV@r{, }MOD
8745 Integer division and remainder.  Defined on integral types.  Same
8746 precedence as @code{*}.
8747
8748 @item -
8749 Negative. Defined on @code{INTEGER} and @code{REAL} data.
8750
8751 @item ^
8752 Pointer dereferencing.  Defined on pointer types.
8753
8754 @item NOT
8755 Boolean negation.  Defined on boolean types.  Same precedence as
8756 @code{^}.
8757
8758 @item .
8759 @code{RECORD} field selector.  Defined on @code{RECORD} data.  Same
8760 precedence as @code{^}.
8761
8762 @item []
8763 Array indexing.  Defined on @code{ARRAY} data.  Same precedence as @code{^}.
8764
8765 @item ()
8766 Procedure argument list.  Defined on @code{PROCEDURE} objects.  Same precedence
8767 as @code{^}.
8768
8769 @item ::@r{, }.
8770 @value{GDBN} and Modula-2 scope operators.
8771 @end table
8772
8773 @quotation
8774 @emph{Warning:} Sets and their operations are not yet supported, so @value{GDBN}
8775 treats the use of the operator @code{IN}, or the use of operators
8776 @code{+}, @code{-}, @code{*}, @code{/}, @code{=}, , @code{<>}, @code{#},
8777 @code{<=}, and @code{>=} on sets as an error.
8778 @end quotation
8779
8780
8781 @node Built-In Func/Proc
8782 @subsubsection Built-in functions and procedures
8783 @cindex Modula-2 built-ins
8784
8785 Modula-2 also makes available several built-in procedures and functions.
8786 In describing these, the following metavariables are used:
8787
8788 @table @var
8789
8790 @item a
8791 represents an @code{ARRAY} variable.
8792
8793 @item c
8794 represents a @code{CHAR} constant or variable.
8795
8796 @item i
8797 represents a variable or constant of integral type.
8798
8799 @item m
8800 represents an identifier that belongs to a set.  Generally used in the
8801 same function with the metavariable @var{s}.  The type of @var{s} should
8802 be @code{SET OF @var{mtype}} (where @var{mtype} is the type of @var{m}).
8803
8804 @item n
8805 represents a variable or constant of integral or floating-point type.
8806
8807 @item r
8808 represents a variable or constant of floating-point type.
8809
8810 @item t
8811 represents a type.
8812
8813 @item v
8814 represents a variable.
8815
8816 @item x
8817 represents a variable or constant of one of many types.  See the
8818 explanation of the function for details.
8819 @end table
8820
8821 All Modula-2 built-in procedures also return a result, described below.
8822
8823 @table @code
8824 @item ABS(@var{n})
8825 Returns the absolute value of @var{n}.
8826
8827 @item CAP(@var{c})
8828 If @var{c} is a lower case letter, it returns its upper case
8829 equivalent, otherwise it returns its argument.
8830
8831 @item CHR(@var{i})
8832 Returns the character whose ordinal value is @var{i}.
8833
8834 @item DEC(@var{v})
8835 Decrements the value in the variable @var{v} by one.  Returns the new value.
8836
8837 @item DEC(@var{v},@var{i})
8838 Decrements the value in the variable @var{v} by @var{i}.  Returns the
8839 new value.
8840
8841 @item EXCL(@var{m},@var{s})
8842 Removes the element @var{m} from the set @var{s}.  Returns the new
8843 set.
8844
8845 @item FLOAT(@var{i})
8846 Returns the floating point equivalent of the integer @var{i}.
8847
8848 @item HIGH(@var{a})
8849 Returns the index of the last member of @var{a}.
8850
8851 @item INC(@var{v})
8852 Increments the value in the variable @var{v} by one.  Returns the new value.
8853
8854 @item INC(@var{v},@var{i})
8855 Increments the value in the variable @var{v} by @var{i}.  Returns the
8856 new value.
8857
8858 @item INCL(@var{m},@var{s})
8859 Adds the element @var{m} to the set @var{s} if it is not already
8860 there.  Returns the new set.
8861
8862 @item MAX(@var{t})
8863 Returns the maximum value of the type @var{t}.
8864
8865 @item MIN(@var{t})
8866 Returns the minimum value of the type @var{t}.
8867
8868 @item ODD(@var{i})
8869 Returns boolean TRUE if @var{i} is an odd number.
8870
8871 @item ORD(@var{x})
8872 Returns the ordinal value of its argument.  For example, the ordinal
8873 value of a character is its @sc{ascii} value (on machines supporting the
8874 @sc{ascii} character set).  @var{x} must be of an ordered type, which include
8875 integral, character and enumerated types.
8876
8877 @item SIZE(@var{x})
8878 Returns the size of its argument.  @var{x} can be a variable or a type.
8879
8880 @item TRUNC(@var{r})
8881 Returns the integral part of @var{r}.
8882
8883 @item VAL(@var{t},@var{i})
8884 Returns the member of the type @var{t} whose ordinal value is @var{i}.
8885 @end table
8886
8887 @quotation
8888 @emph{Warning:}  Sets and their operations are not yet supported, so
8889 @value{GDBN} treats the use of procedures @code{INCL} and @code{EXCL} as
8890 an error.
8891 @end quotation
8892
8893 @cindex Modula-2 constants
8894 @node M2 Constants
8895 @subsubsection Constants
8896
8897 @value{GDBN} allows you to express the constants of Modula-2 in the following
8898 ways:
8899
8900 @itemize @bullet
8901
8902 @item
8903 Integer constants are simply a sequence of digits.  When used in an
8904 expression, a constant is interpreted to be type-compatible with the
8905 rest of the expression.  Hexadecimal integers are specified by a
8906 trailing @samp{H}, and octal integers by a trailing @samp{B}.
8907
8908 @item
8909 Floating point constants appear as a sequence of digits, followed by a
8910 decimal point and another sequence of digits.  An optional exponent can
8911 then be specified, in the form @samp{E@r{[}+@r{|}-@r{]}@var{nnn}}, where
8912 @samp{@r{[}+@r{|}-@r{]}@var{nnn}} is the desired exponent.  All of the
8913 digits of the floating point constant must be valid decimal (base 10)
8914 digits.
8915
8916 @item
8917 Character constants consist of a single character enclosed by a pair of
8918 like quotes, either single (@code{'}) or double (@code{"}).  They may
8919 also be expressed by their ordinal value (their @sc{ascii} value, usually)
8920 followed by a @samp{C}.
8921
8922 @item
8923 String constants consist of a sequence of characters enclosed by a
8924 pair of like quotes, either single (@code{'}) or double (@code{"}).
8925 Escape sequences in the style of C are also allowed.  @xref{C
8926 Constants, ,C and C@t{++} constants}, for a brief explanation of escape
8927 sequences.
8928
8929 @item
8930 Enumerated constants consist of an enumerated identifier.
8931
8932 @item
8933 Boolean constants consist of the identifiers @code{TRUE} and
8934 @code{FALSE}.
8935
8936 @item
8937 Pointer constants consist of integral values only.
8938
8939 @item
8940 Set constants are not yet supported.
8941 @end itemize
8942
8943 @node M2 Defaults
8944 @subsubsection Modula-2 defaults
8945 @cindex Modula-2 defaults
8946
8947 If type and range checking are set automatically by @value{GDBN}, they
8948 both default to @code{on} whenever the working language changes to
8949 Modula-2.  This happens regardless of whether you or @value{GDBN}
8950 selected the working language.
8951
8952 If you allow @value{GDBN} to set the language automatically, then entering
8953 code compiled from a file whose name ends with @file{.mod} sets the
8954 working language to Modula-2.  @xref{Automatically, ,Having @value{GDBN} set
8955 the language automatically}, for further details.
8956
8957 @node Deviations
8958 @subsubsection Deviations from standard Modula-2
8959 @cindex Modula-2, deviations from
8960
8961 A few changes have been made to make Modula-2 programs easier to debug.
8962 This is done primarily via loosening its type strictness:
8963
8964 @itemize @bullet
8965 @item
8966 Unlike in standard Modula-2, pointer constants can be formed by
8967 integers.  This allows you to modify pointer variables during
8968 debugging.  (In standard Modula-2, the actual address contained in a
8969 pointer variable is hidden from you; it can only be modified
8970 through direct assignment to another pointer variable or expression that
8971 returned a pointer.)
8972
8973 @item
8974 C escape sequences can be used in strings and characters to represent
8975 non-printable characters.  @value{GDBN} prints out strings with these
8976 escape sequences embedded.  Single non-printable characters are
8977 printed using the @samp{CHR(@var{nnn})} format.
8978
8979 @item
8980 The assignment operator (@code{:=}) returns the value of its right-hand
8981 argument.
8982
8983 @item
8984 All built-in procedures both modify @emph{and} return their argument.
8985 @end itemize
8986
8987 @node M2 Checks
8988 @subsubsection Modula-2 type and range checks
8989 @cindex Modula-2 checks
8990
8991 @quotation
8992 @emph{Warning:} in this release, @value{GDBN} does not yet perform type or
8993 range checking.
8994 @end quotation
8995 @c FIXME remove warning when type/range checks added
8996
8997 @value{GDBN} considers two Modula-2 variables type equivalent if:
8998
8999 @itemize @bullet
9000 @item
9001 They are of types that have been declared equivalent via a @code{TYPE
9002 @var{t1} = @var{t2}} statement
9003
9004 @item
9005 They have been declared on the same line.  (Note:  This is true of the
9006 @sc{gnu} Modula-2 compiler, but it may not be true of other compilers.)
9007 @end itemize
9008
9009 As long as type checking is enabled, any attempt to combine variables
9010 whose types are not equivalent is an error.
9011
9012 Range checking is done on all mathematical operations, assignment, array
9013 index bounds, and all built-in functions and procedures.
9014
9015 @node M2 Scope
9016 @subsubsection The scope operators @code{::} and @code{.}
9017 @cindex scope
9018 @cindex @code{.}, Modula-2 scope operator
9019 @cindex colon, doubled as scope operator
9020 @ifinfo
9021 @vindex colon-colon@r{, in Modula-2}
9022 @c Info cannot handle :: but TeX can.
9023 @end ifinfo
9024 @iftex
9025 @vindex ::@r{, in Modula-2}
9026 @end iftex
9027
9028 There are a few subtle differences between the Modula-2 scope operator
9029 (@code{.}) and the @value{GDBN} scope operator (@code{::}).  The two have
9030 similar syntax:
9031
9032 @smallexample
9033
9034 @var{module} . @var{id}
9035 @var{scope} :: @var{id}
9036 @end smallexample
9037
9038 @noindent
9039 where @var{scope} is the name of a module or a procedure,
9040 @var{module} the name of a module, and @var{id} is any declared
9041 identifier within your program, except another module.
9042
9043 Using the @code{::} operator makes @value{GDBN} search the scope
9044 specified by @var{scope} for the identifier @var{id}.  If it is not
9045 found in the specified scope, then @value{GDBN} searches all scopes
9046 enclosing the one specified by @var{scope}.
9047
9048 Using the @code{.} operator makes @value{GDBN} search the current scope for
9049 the identifier specified by @var{id} that was imported from the
9050 definition module specified by @var{module}.  With this operator, it is
9051 an error if the identifier @var{id} was not imported from definition
9052 module @var{module}, or if @var{id} is not an identifier in
9053 @var{module}.
9054
9055 @node GDB/M2
9056 @subsubsection @value{GDBN} and Modula-2
9057
9058 Some @value{GDBN} commands have little use when debugging Modula-2 programs.
9059 Five subcommands of @code{set print} and @code{show print} apply
9060 specifically to C and C@t{++}: @samp{vtbl}, @samp{demangle},
9061 @samp{asm-demangle}, @samp{object}, and @samp{union}.  The first four
9062 apply to C@t{++}, and the last to the C @code{union} type, which has no direct
9063 analogue in Modula-2.
9064
9065 The @code{@@} operator (@pxref{Expressions, ,Expressions}), while available
9066 with any language, is not useful with Modula-2.  Its
9067 intent is to aid the debugging of @dfn{dynamic arrays}, which cannot be
9068 created in Modula-2 as they can in C or C@t{++}.  However, because an
9069 address can be specified by an integral constant, the construct
9070 @samp{@{@var{type}@}@var{adrexp}} is still useful.
9071
9072 @cindex @code{#} in Modula-2
9073 In @value{GDBN} scripts, the Modula-2 inequality operator @code{#} is
9074 interpreted as the beginning of a comment.  Use @code{<>} instead.
9075
9076 @node Unsupported languages
9077 @section Unsupported languages
9078
9079 @cindex unsupported languages
9080 @cindex minimal language
9081 In addition to the other fully-supported programming languages,
9082 @value{GDBN} also provides a pseudo-language, called @code{minimal}.
9083 It does not represent a real programming language, but provides a set
9084 of capabilities close to what the C or assembly languages provide.
9085 This should allow most simple operations to be performed while debugging
9086 an application that uses a language currently not supported by @value{GDBN}.
9087
9088 If the language is set to @code{auto}, @value{GDBN} will automatically
9089 select this language if the current frame corresponds to an unsupported
9090 language.
9091
9092 @node Symbols
9093 @chapter Examining the Symbol Table
9094
9095 The commands described in this chapter allow you to inquire about the
9096 symbols (names of variables, functions and types) defined in your
9097 program.  This information is inherent in the text of your program and
9098 does not change as your program executes.  @value{GDBN} finds it in your
9099 program's symbol table, in the file indicated when you started @value{GDBN}
9100 (@pxref{File Options, ,Choosing files}), or by one of the
9101 file-management commands (@pxref{Files, ,Commands to specify files}).
9102
9103 @cindex symbol names
9104 @cindex names of symbols
9105 @cindex quoting names
9106 Occasionally, you may need to refer to symbols that contain unusual
9107 characters, which @value{GDBN} ordinarily treats as word delimiters.  The
9108 most frequent case is in referring to static variables in other
9109 source files (@pxref{Variables,,Program variables}).  File names
9110 are recorded in object files as debugging symbols, but @value{GDBN} would
9111 ordinarily parse a typical file name, like @file{foo.c}, as the three words
9112 @samp{foo} @samp{.} @samp{c}.  To allow @value{GDBN} to recognize
9113 @samp{foo.c} as a single symbol, enclose it in single quotes; for example,
9114
9115 @smallexample
9116 p 'foo.c'::x
9117 @end smallexample
9118
9119 @noindent
9120 looks up the value of @code{x} in the scope of the file @file{foo.c}.
9121
9122 @table @code
9123 @kindex info address
9124 @cindex address of a symbol
9125 @item info address @var{symbol}
9126 Describe where the data for @var{symbol} is stored.  For a register
9127 variable, this says which register it is kept in.  For a non-register
9128 local variable, this prints the stack-frame offset at which the variable
9129 is always stored.
9130
9131 Note the contrast with @samp{print &@var{symbol}}, which does not work
9132 at all for a register variable, and for a stack local variable prints
9133 the exact address of the current instantiation of the variable.
9134
9135 @kindex info symbol
9136 @cindex symbol from address
9137 @item info symbol @var{addr}
9138 Print the name of a symbol which is stored at the address @var{addr}.
9139 If no symbol is stored exactly at @var{addr}, @value{GDBN} prints the
9140 nearest symbol and an offset from it:
9141
9142 @smallexample
9143 (@value{GDBP}) info symbol 0x54320
9144 _initialize_vx + 396 in section .text
9145 @end smallexample
9146
9147 @noindent
9148 This is the opposite of the @code{info address} command.  You can use
9149 it to find out the name of a variable or a function given its address.
9150
9151 @kindex whatis
9152 @item whatis @var{expr}
9153 Print the data type of expression @var{expr}.  @var{expr} is not
9154 actually evaluated, and any side-effecting operations (such as
9155 assignments or function calls) inside it do not take place.
9156 @xref{Expressions, ,Expressions}.
9157
9158 @item whatis
9159 Print the data type of @code{$}, the last value in the value history.
9160
9161 @kindex ptype
9162 @item ptype @var{typename}
9163 Print a description of data type @var{typename}.  @var{typename} may be
9164 the name of a type, or for C code it may have the form @samp{class
9165 @var{class-name}}, @samp{struct @var{struct-tag}}, @samp{union
9166 @var{union-tag}} or @samp{enum @var{enum-tag}}.
9167
9168 @item ptype @var{expr}
9169 @itemx ptype
9170 Print a description of the type of expression @var{expr}.  @code{ptype}
9171 differs from @code{whatis} by printing a detailed description, instead
9172 of just the name of the type.
9173
9174 For example, for this variable declaration:
9175
9176 @smallexample
9177 struct complex @{double real; double imag;@} v;
9178 @end smallexample
9179
9180 @noindent
9181 the two commands give this output:
9182
9183 @smallexample
9184 @group
9185 (@value{GDBP}) whatis v
9186 type = struct complex
9187 (@value{GDBP}) ptype v
9188 type = struct complex @{
9189     double real;
9190     double imag;
9191 @}
9192 @end group
9193 @end smallexample
9194
9195 @noindent
9196 As with @code{whatis}, using @code{ptype} without an argument refers to
9197 the type of @code{$}, the last value in the value history.
9198
9199 @kindex info types
9200 @item info types @var{regexp}
9201 @itemx info types
9202 Print a brief description of all types whose names match @var{regexp}
9203 (or all types in your program, if you supply no argument).  Each
9204 complete typename is matched as though it were a complete line; thus,
9205 @samp{i type value} gives information on all types in your program whose
9206 names include the string @code{value}, but @samp{i type ^value$} gives
9207 information only on types whose complete name is @code{value}.
9208
9209 This command differs from @code{ptype} in two ways: first, like
9210 @code{whatis}, it does not print a detailed description; second, it
9211 lists all source files where a type is defined.
9212
9213 @kindex info scope
9214 @cindex local variables
9215 @item info scope @var{addr}
9216 List all the variables local to a particular scope.  This command
9217 accepts a location---a function name, a source line, or an address
9218 preceded by a @samp{*}, and prints all the variables local to the
9219 scope defined by that location.  For example:
9220
9221 @smallexample
9222 (@value{GDBP}) @b{info scope command_line_handler}
9223 Scope for command_line_handler:
9224 Symbol rl is an argument at stack/frame offset 8, length 4.
9225 Symbol linebuffer is in static storage at address 0x150a18, length 4.
9226 Symbol linelength is in static storage at address 0x150a1c, length 4.
9227 Symbol p is a local variable in register $esi, length 4.
9228 Symbol p1 is a local variable in register $ebx, length 4.
9229 Symbol nline is a local variable in register $edx, length 4.
9230 Symbol repeat is a local variable at frame offset -8, length 4.
9231 @end smallexample
9232
9233 @noindent
9234 This command is especially useful for determining what data to collect
9235 during a @dfn{trace experiment}, see @ref{Tracepoint Actions,
9236 collect}.
9237
9238 @kindex info source
9239 @item info source
9240 Show information about the current source file---that is, the source file for
9241 the function containing the current point of execution:
9242 @itemize @bullet
9243 @item
9244 the name of the source file, and the directory containing it,
9245 @item
9246 the directory it was compiled in,
9247 @item
9248 its length, in lines,
9249 @item
9250 which programming language it is written in,
9251 @item
9252 whether the executable includes debugging information for that file, and
9253 if so, what format the information is in (e.g., STABS, Dwarf 2, etc.), and
9254 @item
9255 whether the debugging information includes information about
9256 preprocessor macros.
9257 @end itemize
9258
9259
9260 @kindex info sources
9261 @item info sources
9262 Print the names of all source files in your program for which there is
9263 debugging information, organized into two lists: files whose symbols
9264 have already been read, and files whose symbols will be read when needed.
9265
9266 @kindex info functions
9267 @item info functions
9268 Print the names and data types of all defined functions.
9269
9270 @item info functions @var{regexp}
9271 Print the names and data types of all defined functions
9272 whose names contain a match for regular expression @var{regexp}.
9273 Thus, @samp{info fun step} finds all functions whose names
9274 include @code{step}; @samp{info fun ^step} finds those whose names
9275 start with @code{step}.  If a function name contains characters
9276 that conflict with the regular expression language (eg.
9277 @samp{operator*()}), they may be quoted with a backslash.
9278
9279 @kindex info variables
9280 @item info variables
9281 Print the names and data types of all variables that are declared
9282 outside of functions (i.e.@: excluding local variables).
9283
9284 @item info variables @var{regexp}
9285 Print the names and data types of all variables (except for local
9286 variables) whose names contain a match for regular expression
9287 @var{regexp}.
9288
9289 @kindex info classes
9290 @item info classes
9291 @itemx info classes @var{regexp}
9292 Display all Objective-C classes in your program, or
9293 (with the @var{regexp} argument) all those matching a particular regular
9294 expression.
9295
9296 @kindex info selectors
9297 @item info selectors
9298 @itemx info selectors @var{regexp}
9299 Display all Objective-C selectors in your program, or
9300 (with the @var{regexp} argument) all those matching a particular regular
9301 expression.
9302
9303 @ignore
9304 This was never implemented.
9305 @kindex info methods
9306 @item info methods
9307 @itemx info methods @var{regexp}
9308 The @code{info methods} command permits the user to examine all defined
9309 methods within C@t{++} program, or (with the @var{regexp} argument) a
9310 specific set of methods found in the various C@t{++} classes.  Many
9311 C@t{++} classes provide a large number of methods.  Thus, the output
9312 from the @code{ptype} command can be overwhelming and hard to use.  The
9313 @code{info-methods} command filters the methods, printing only those
9314 which match the regular-expression @var{regexp}.
9315 @end ignore
9316
9317 @cindex reloading symbols
9318 Some systems allow individual object files that make up your program to
9319 be replaced without stopping and restarting your program.  For example,
9320 in VxWorks you can simply recompile a defective object file and keep on
9321 running.  If you are running on one of these systems, you can allow
9322 @value{GDBN} to reload the symbols for automatically relinked modules:
9323
9324 @table @code
9325 @kindex set symbol-reloading
9326 @item set symbol-reloading on
9327 Replace symbol definitions for the corresponding source file when an
9328 object file with a particular name is seen again.
9329
9330 @item set symbol-reloading off
9331 Do not replace symbol definitions when encountering object files of the
9332 same name more than once.  This is the default state; if you are not
9333 running on a system that permits automatic relinking of modules, you
9334 should leave @code{symbol-reloading} off, since otherwise @value{GDBN}
9335 may discard symbols when linking large programs, that may contain
9336 several modules (from different directories or libraries) with the same
9337 name.
9338
9339 @kindex show symbol-reloading
9340 @item show symbol-reloading
9341 Show the current @code{on} or @code{off} setting.
9342 @end table
9343
9344 @kindex set opaque-type-resolution
9345 @item set opaque-type-resolution on
9346 Tell @value{GDBN} to resolve opaque types.  An opaque type is a type
9347 declared as a pointer to a @code{struct}, @code{class}, or
9348 @code{union}---for example, @code{struct MyType *}---that is used in one
9349 source file although the full declaration of @code{struct MyType} is in
9350 another source file.  The default is on.
9351
9352 A change in the setting of this subcommand will not take effect until
9353 the next time symbols for a file are loaded.
9354
9355 @item set opaque-type-resolution off
9356 Tell @value{GDBN} not to resolve opaque types.  In this case, the type
9357 is printed as follows:
9358 @smallexample
9359 @{<no data fields>@}
9360 @end smallexample
9361
9362 @kindex show opaque-type-resolution
9363 @item show opaque-type-resolution
9364 Show whether opaque types are resolved or not.
9365
9366 @kindex maint print symbols
9367 @cindex symbol dump
9368 @kindex maint print psymbols
9369 @cindex partial symbol dump
9370 @item maint print symbols @var{filename}
9371 @itemx maint print psymbols @var{filename}
9372 @itemx maint print msymbols @var{filename}
9373 Write a dump of debugging symbol data into the file @var{filename}.
9374 These commands are used to debug the @value{GDBN} symbol-reading code.  Only
9375 symbols with debugging data are included.  If you use @samp{maint print
9376 symbols}, @value{GDBN} includes all the symbols for which it has already
9377 collected full details: that is, @var{filename} reflects symbols for
9378 only those files whose symbols @value{GDBN} has read.  You can use the
9379 command @code{info sources} to find out which files these are.  If you
9380 use @samp{maint print psymbols} instead, the dump shows information about
9381 symbols that @value{GDBN} only knows partially---that is, symbols defined in
9382 files that @value{GDBN} has skimmed, but not yet read completely.  Finally,
9383 @samp{maint print msymbols} dumps just the minimal symbol information
9384 required for each object file from which @value{GDBN} has read some symbols.
9385 @xref{Files, ,Commands to specify files}, for a discussion of how
9386 @value{GDBN} reads symbols (in the description of @code{symbol-file}).
9387
9388 @kindex maint info symtabs
9389 @kindex maint info psymtabs
9390 @cindex listing @value{GDBN}'s internal symbol tables
9391 @cindex symbol tables, listing @value{GDBN}'s internal
9392 @cindex full symbol tables, listing @value{GDBN}'s internal
9393 @cindex partial symbol tables, listing @value{GDBN}'s internal
9394 @item maint info symtabs @r{[} @var{regexp} @r{]}
9395 @itemx maint info psymtabs @r{[} @var{regexp} @r{]}
9396
9397 List the @code{struct symtab} or @code{struct partial_symtab}
9398 structures whose names match @var{regexp}.  If @var{regexp} is not
9399 given, list them all.  The output includes expressions which you can
9400 copy into a @value{GDBN} debugging this one to examine a particular
9401 structure in more detail.  For example:
9402
9403 @smallexample
9404 (@value{GDBP}) maint info psymtabs dwarf2read
9405 @{ objfile /home/gnu/build/gdb/gdb
9406   ((struct objfile *) 0x82e69d0)
9407   @{ psymtab /home/gnu/src/gdb/dwarf2read.c
9408     ((struct partial_symtab *) 0x8474b10)
9409     readin no
9410     fullname (null)
9411     text addresses 0x814d3c8 -- 0x8158074
9412     globals (* (struct partial_symbol **) 0x8507a08 @@ 9)
9413     statics (* (struct partial_symbol **) 0x40e95b78 @@ 2882)
9414     dependencies (none)
9415   @}
9416 @}
9417 (@value{GDBP}) maint info symtabs
9418 (@value{GDBP})
9419 @end smallexample
9420 @noindent
9421 We see that there is one partial symbol table whose filename contains
9422 the string @samp{dwarf2read}, belonging to the @samp{gdb} executable;
9423 and we see that @value{GDBN} has not read in any symtabs yet at all.
9424 If we set a breakpoint on a function, that will cause @value{GDBN} to
9425 read the symtab for the compilation unit containing that function:
9426
9427 @smallexample
9428 (@value{GDBP}) break dwarf2_psymtab_to_symtab
9429 Breakpoint 1 at 0x814e5da: file /home/gnu/src/gdb/dwarf2read.c,
9430 line 1574.
9431 (@value{GDBP}) maint info symtabs
9432 @{ objfile /home/gnu/build/gdb/gdb
9433   ((struct objfile *) 0x82e69d0)
9434   @{ symtab /home/gnu/src/gdb/dwarf2read.c
9435     ((struct symtab *) 0x86c1f38)
9436     dirname (null)
9437     fullname (null)
9438     blockvector ((struct blockvector *) 0x86c1bd0) (primary)
9439     debugformat DWARF 2
9440   @}
9441 @}
9442 (@value{GDBP})
9443 @end smallexample
9444 @end table
9445
9446
9447 @node Altering
9448 @chapter Altering Execution
9449
9450 Once you think you have found an error in your program, you might want to
9451 find out for certain whether correcting the apparent error would lead to
9452 correct results in the rest of the run.  You can find the answer by
9453 experiment, using the @value{GDBN} features for altering execution of the
9454 program.
9455
9456 For example, you can store new values into variables or memory
9457 locations, give your program a signal, restart it at a different
9458 address, or even return prematurely from a function.
9459
9460 @menu
9461 * Assignment::                  Assignment to variables
9462 * Jumping::                     Continuing at a different address
9463 * Signaling::                   Giving your program a signal
9464 * Returning::                   Returning from a function
9465 * Calling::                     Calling your program's functions
9466 * Patching::                    Patching your program
9467 @end menu
9468
9469 @node Assignment
9470 @section Assignment to variables
9471
9472 @cindex assignment
9473 @cindex setting variables
9474 To alter the value of a variable, evaluate an assignment expression.
9475 @xref{Expressions, ,Expressions}.  For example,
9476
9477 @smallexample
9478 print x=4
9479 @end smallexample
9480
9481 @noindent
9482 stores the value 4 into the variable @code{x}, and then prints the
9483 value of the assignment expression (which is 4).
9484 @xref{Languages, ,Using @value{GDBN} with Different Languages}, for more
9485 information on operators in supported languages.
9486
9487 @kindex set variable
9488 @cindex variables, setting
9489 If you are not interested in seeing the value of the assignment, use the
9490 @code{set} command instead of the @code{print} command.  @code{set} is
9491 really the same as @code{print} except that the expression's value is
9492 not printed and is not put in the value history (@pxref{Value History,
9493 ,Value history}).  The expression is evaluated only for its effects.
9494
9495 If the beginning of the argument string of the @code{set} command
9496 appears identical to a @code{set} subcommand, use the @code{set
9497 variable} command instead of just @code{set}.  This command is identical
9498 to @code{set} except for its lack of subcommands.  For example, if your
9499 program has a variable @code{width}, you get an error if you try to set
9500 a new value with just @samp{set width=13}, because @value{GDBN} has the
9501 command @code{set width}:
9502
9503 @smallexample
9504 (@value{GDBP}) whatis width
9505 type = double
9506 (@value{GDBP}) p width
9507 $4 = 13
9508 (@value{GDBP}) set width=47
9509 Invalid syntax in expression.
9510 @end smallexample
9511
9512 @noindent
9513 The invalid expression, of course, is @samp{=47}.  In
9514 order to actually set the program's variable @code{width}, use
9515
9516 @smallexample
9517 (@value{GDBP}) set var width=47
9518 @end smallexample
9519
9520 Because the @code{set} command has many subcommands that can conflict
9521 with the names of program variables, it is a good idea to use the
9522 @code{set variable} command instead of just @code{set}.  For example, if
9523 your program has a variable @code{g}, you run into problems if you try
9524 to set a new value with just @samp{set g=4}, because @value{GDBN} has
9525 the command @code{set gnutarget}, abbreviated @code{set g}:
9526
9527 @smallexample
9528 @group
9529 (@value{GDBP}) whatis g
9530 type = double
9531 (@value{GDBP}) p g
9532 $1 = 1
9533 (@value{GDBP}) set g=4
9534 (@value{GDBP}) p g
9535 $2 = 1
9536 (@value{GDBP}) r
9537 The program being debugged has been started already.
9538 Start it from the beginning? (y or n) y
9539 Starting program: /home/smith/cc_progs/a.out
9540 "/home/smith/cc_progs/a.out": can't open to read symbols:
9541                                  Invalid bfd target.
9542 (@value{GDBP}) show g
9543 The current BFD target is "=4".
9544 @end group
9545 @end smallexample
9546
9547 @noindent
9548 The program variable @code{g} did not change, and you silently set the
9549 @code{gnutarget} to an invalid value.  In order to set the variable
9550 @code{g}, use
9551
9552 @smallexample
9553 (@value{GDBP}) set var g=4
9554 @end smallexample
9555
9556 @value{GDBN} allows more implicit conversions in assignments than C; you can
9557 freely store an integer value into a pointer variable or vice versa,
9558 and you can convert any structure to any other structure that is the
9559 same length or shorter.
9560 @comment FIXME: how do structs align/pad in these conversions?
9561 @comment        /doc@cygnus.com 18dec1990
9562
9563 To store values into arbitrary places in memory, use the @samp{@{@dots{}@}}
9564 construct to generate a value of specified type at a specified address
9565 (@pxref{Expressions, ,Expressions}).  For example, @code{@{int@}0x83040} refers
9566 to memory location @code{0x83040} as an integer (which implies a certain size
9567 and representation in memory), and
9568
9569 @smallexample
9570 set @{int@}0x83040 = 4
9571 @end smallexample
9572
9573 @noindent
9574 stores the value 4 into that memory location.
9575
9576 @node Jumping
9577 @section Continuing at a different address
9578
9579 Ordinarily, when you continue your program, you do so at the place where
9580 it stopped, with the @code{continue} command.  You can instead continue at
9581 an address of your own choosing, with the following commands:
9582
9583 @table @code
9584 @kindex jump
9585 @item jump @var{linespec}
9586 Resume execution at line @var{linespec}.  Execution stops again
9587 immediately if there is a breakpoint there.  @xref{List, ,Printing
9588 source lines}, for a description of the different forms of
9589 @var{linespec}.  It is common practice to use the @code{tbreak} command
9590 in conjunction with @code{jump}.  @xref{Set Breaks, ,Setting
9591 breakpoints}.
9592
9593 The @code{jump} command does not change the current stack frame, or
9594 the stack pointer, or the contents of any memory location or any
9595 register other than the program counter.  If line @var{linespec} is in
9596 a different function from the one currently executing, the results may
9597 be bizarre if the two functions expect different patterns of arguments or
9598 of local variables.  For this reason, the @code{jump} command requests
9599 confirmation if the specified line is not in the function currently
9600 executing.  However, even bizarre results are predictable if you are
9601 well acquainted with the machine-language code of your program.
9602
9603 @item jump *@var{address}
9604 Resume execution at the instruction at address @var{address}.
9605 @end table
9606
9607 @c Doesn't work on HP-UX; have to set $pcoqh and $pcoqt.
9608 On many systems, you can get much the same effect as the @code{jump}
9609 command by storing a new value into the register @code{$pc}.  The
9610 difference is that this does not start your program running; it only
9611 changes the address of where it @emph{will} run when you continue.  For
9612 example,
9613
9614 @smallexample
9615 set $pc = 0x485
9616 @end smallexample
9617
9618 @noindent
9619 makes the next @code{continue} command or stepping command execute at
9620 address @code{0x485}, rather than at the address where your program stopped.
9621 @xref{Continuing and Stepping, ,Continuing and stepping}.
9622
9623 The most common occasion to use the @code{jump} command is to back
9624 up---perhaps with more breakpoints set---over a portion of a program
9625 that has already executed, in order to examine its execution in more
9626 detail.
9627
9628 @c @group
9629 @node Signaling
9630 @section Giving your program a signal
9631
9632 @table @code
9633 @kindex signal
9634 @item signal @var{signal}
9635 Resume execution where your program stopped, but immediately give it the
9636 signal @var{signal}.  @var{signal} can be the name or the number of a
9637 signal.  For example, on many systems @code{signal 2} and @code{signal
9638 SIGINT} are both ways of sending an interrupt signal.
9639
9640 Alternatively, if @var{signal} is zero, continue execution without
9641 giving a signal.  This is useful when your program stopped on account of
9642 a signal and would ordinary see the signal when resumed with the
9643 @code{continue} command; @samp{signal 0} causes it to resume without a
9644 signal.
9645
9646 @code{signal} does not repeat when you press @key{RET} a second time
9647 after executing the command.
9648 @end table
9649 @c @end group
9650
9651 Invoking the @code{signal} command is not the same as invoking the
9652 @code{kill} utility from the shell.  Sending a signal with @code{kill}
9653 causes @value{GDBN} to decide what to do with the signal depending on
9654 the signal handling tables (@pxref{Signals}).  The @code{signal} command
9655 passes the signal directly to your program.
9656
9657
9658 @node Returning
9659 @section Returning from a function
9660
9661 @table @code
9662 @cindex returning from a function
9663 @kindex return
9664 @item return
9665 @itemx return @var{expression}
9666 You can cancel execution of a function call with the @code{return}
9667 command.  If you give an
9668 @var{expression} argument, its value is used as the function's return
9669 value.
9670 @end table
9671
9672 When you use @code{return}, @value{GDBN} discards the selected stack frame
9673 (and all frames within it).  You can think of this as making the
9674 discarded frame return prematurely.  If you wish to specify a value to
9675 be returned, give that value as the argument to @code{return}.
9676
9677 This pops the selected stack frame (@pxref{Selection, ,Selecting a
9678 frame}), and any other frames inside of it, leaving its caller as the
9679 innermost remaining frame.  That frame becomes selected.  The
9680 specified value is stored in the registers used for returning values
9681 of functions.
9682
9683 The @code{return} command does not resume execution; it leaves the
9684 program stopped in the state that would exist if the function had just
9685 returned.  In contrast, the @code{finish} command (@pxref{Continuing
9686 and Stepping, ,Continuing and stepping}) resumes execution until the
9687 selected stack frame returns naturally.
9688
9689 @node Calling
9690 @section Calling program functions
9691
9692 @cindex calling functions
9693 @kindex call
9694 @table @code
9695 @item call @var{expr}
9696 Evaluate the expression @var{expr} without displaying @code{void}
9697 returned values.
9698 @end table
9699
9700 You can use this variant of the @code{print} command if you want to
9701 execute a function from your program, but without cluttering the output
9702 with @code{void} returned values.  If the result is not void, it
9703 is printed and saved in the value history.
9704
9705 @node Patching
9706 @section Patching programs
9707
9708 @cindex patching binaries
9709 @cindex writing into executables
9710 @cindex writing into corefiles
9711
9712 By default, @value{GDBN} opens the file containing your program's
9713 executable code (or the corefile) read-only.  This prevents accidental
9714 alterations to machine code; but it also prevents you from intentionally
9715 patching your program's binary.
9716
9717 If you'd like to be able to patch the binary, you can specify that
9718 explicitly with the @code{set write} command.  For example, you might
9719 want to turn on internal debugging flags, or even to make emergency
9720 repairs.
9721
9722 @table @code
9723 @kindex set write
9724 @item set write on
9725 @itemx set write off
9726 If you specify @samp{set write on}, @value{GDBN} opens executable and
9727 core files for both reading and writing; if you specify @samp{set write
9728 off} (the default), @value{GDBN} opens them read-only.
9729
9730 If you have already loaded a file, you must load it again (using the
9731 @code{exec-file} or @code{core-file} command) after changing @code{set
9732 write}, for your new setting to take effect.
9733
9734 @item show write
9735 @kindex show write
9736 Display whether executable files and core files are opened for writing
9737 as well as reading.
9738 @end table
9739
9740 @node GDB Files
9741 @chapter @value{GDBN} Files
9742
9743 @value{GDBN} needs to know the file name of the program to be debugged,
9744 both in order to read its symbol table and in order to start your
9745 program.  To debug a core dump of a previous run, you must also tell
9746 @value{GDBN} the name of the core dump file.
9747
9748 @menu
9749 * Files::                       Commands to specify files
9750 * Separate Debug Files::        Debugging information in separate files
9751 * Symbol Errors::               Errors reading symbol files
9752 @end menu
9753
9754 @node Files
9755 @section Commands to specify files
9756
9757 @cindex symbol table
9758 @cindex core dump file
9759
9760 You may want to specify executable and core dump file names.  The usual
9761 way to do this is at start-up time, using the arguments to
9762 @value{GDBN}'s start-up commands (@pxref{Invocation, , Getting In and
9763 Out of @value{GDBN}}).
9764
9765 Occasionally it is necessary to change to a different file during a
9766 @value{GDBN} session.  Or you may run @value{GDBN} and forget to specify
9767 a file you want to use.  In these situations the @value{GDBN} commands
9768 to specify new files are useful.
9769
9770 @table @code
9771 @cindex executable file
9772 @kindex file
9773 @item file @var{filename}
9774 Use @var{filename} as the program to be debugged.  It is read for its
9775 symbols and for the contents of pure memory.  It is also the program
9776 executed when you use the @code{run} command.  If you do not specify a
9777 directory and the file is not found in the @value{GDBN} working directory,
9778 @value{GDBN} uses the environment variable @code{PATH} as a list of
9779 directories to search, just as the shell does when looking for a program
9780 to run.  You can change the value of this variable, for both @value{GDBN}
9781 and your program, using the @code{path} command.
9782
9783 On systems with memory-mapped files, an auxiliary file named
9784 @file{@var{filename}.syms} may hold symbol table information for
9785 @var{filename}.  If so, @value{GDBN} maps in the symbol table from
9786 @file{@var{filename}.syms}, starting up more quickly.  See the
9787 descriptions of the file options @samp{-mapped} and @samp{-readnow}
9788 (available on the command line, and with the commands @code{file},
9789 @code{symbol-file}, or @code{add-symbol-file}, described below),
9790 for more information.
9791
9792 @item file
9793 @code{file} with no argument makes @value{GDBN} discard any information it
9794 has on both executable file and the symbol table.
9795
9796 @kindex exec-file
9797 @item exec-file @r{[} @var{filename} @r{]}
9798 Specify that the program to be run (but not the symbol table) is found
9799 in @var{filename}.  @value{GDBN} searches the environment variable @code{PATH}
9800 if necessary to locate your program.  Omitting @var{filename} means to
9801 discard information on the executable file.
9802
9803 @kindex symbol-file
9804 @item symbol-file @r{[} @var{filename} @r{]}
9805 Read symbol table information from file @var{filename}.  @code{PATH} is
9806 searched when necessary.  Use the @code{file} command to get both symbol
9807 table and program to run from the same file.
9808
9809 @code{symbol-file} with no argument clears out @value{GDBN} information on your
9810 program's symbol table.
9811
9812 The @code{symbol-file} command causes @value{GDBN} to forget the contents
9813 of its convenience variables, the value history, and all breakpoints and
9814 auto-display expressions.  This is because they may contain pointers to
9815 the internal data recording symbols and data types, which are part of
9816 the old symbol table data being discarded inside @value{GDBN}.
9817
9818 @code{symbol-file} does not repeat if you press @key{RET} again after
9819 executing it once.
9820
9821 When @value{GDBN} is configured for a particular environment, it
9822 understands debugging information in whatever format is the standard
9823 generated for that environment; you may use either a @sc{gnu} compiler, or
9824 other compilers that adhere to the local conventions.
9825 Best results are usually obtained from @sc{gnu} compilers; for example,
9826 using @code{@value{GCC}} you can generate debugging information for
9827 optimized code.
9828
9829 For most kinds of object files, with the exception of old SVR3 systems
9830 using COFF, the @code{symbol-file} command does not normally read the
9831 symbol table in full right away.  Instead, it scans the symbol table
9832 quickly to find which source files and which symbols are present.  The
9833 details are read later, one source file at a time, as they are needed.
9834
9835 The purpose of this two-stage reading strategy is to make @value{GDBN}
9836 start up faster.  For the most part, it is invisible except for
9837 occasional pauses while the symbol table details for a particular source
9838 file are being read.  (The @code{set verbose} command can turn these
9839 pauses into messages if desired.  @xref{Messages/Warnings, ,Optional
9840 warnings and messages}.)
9841
9842 We have not implemented the two-stage strategy for COFF yet.  When the
9843 symbol table is stored in COFF format, @code{symbol-file} reads the
9844 symbol table data in full right away.  Note that ``stabs-in-COFF''
9845 still does the two-stage strategy, since the debug info is actually
9846 in stabs format.
9847
9848 @kindex readnow
9849 @cindex reading symbols immediately
9850 @cindex symbols, reading immediately
9851 @kindex mapped
9852 @cindex memory-mapped symbol file
9853 @cindex saving symbol table
9854 @item symbol-file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
9855 @itemx file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
9856 You can override the @value{GDBN} two-stage strategy for reading symbol
9857 tables by using the @samp{-readnow} option with any of the commands that
9858 load symbol table information, if you want to be sure @value{GDBN} has the
9859 entire symbol table available.
9860
9861 If memory-mapped files are available on your system through the
9862 @code{mmap} system call, you can use another option, @samp{-mapped}, to
9863 cause @value{GDBN} to write the symbols for your program into a reusable
9864 file.  Future @value{GDBN} debugging sessions map in symbol information
9865 from this auxiliary symbol file (if the program has not changed), rather
9866 than spending time reading the symbol table from the executable
9867 program.  Using the @samp{-mapped} option has the same effect as
9868 starting @value{GDBN} with the @samp{-mapped} command-line option.
9869
9870 You can use both options together, to make sure the auxiliary symbol
9871 file has all the symbol information for your program.
9872
9873 The auxiliary symbol file for a program called @var{myprog} is called
9874 @samp{@var{myprog}.syms}.  Once this file exists (so long as it is newer
9875 than the corresponding executable), @value{GDBN} always attempts to use
9876 it when you debug @var{myprog}; no special options or commands are
9877 needed.
9878
9879 The @file{.syms} file is specific to the host machine where you run
9880 @value{GDBN}.  It holds an exact image of the internal @value{GDBN}
9881 symbol table.  It cannot be shared across multiple host platforms.
9882
9883 @c FIXME: for now no mention of directories, since this seems to be in
9884 @c flux.  13mar1992 status is that in theory GDB would look either in
9885 @c current dir or in same dir as myprog; but issues like competing
9886 @c GDB's, or clutter in system dirs, mean that in practice right now
9887 @c only current dir is used.  FFish says maybe a special GDB hierarchy
9888 @c (eg rooted in val of env var GDBSYMS) could exist for mappable symbol
9889 @c files.
9890
9891 @kindex core
9892 @kindex core-file
9893 @item core-file @r{[} @var{filename} @r{]}
9894 Specify the whereabouts of a core dump file to be used as the ``contents
9895 of memory''.  Traditionally, core files contain only some parts of the
9896 address space of the process that generated them; @value{GDBN} can access the
9897 executable file itself for other parts.
9898
9899 @code{core-file} with no argument specifies that no core file is
9900 to be used.
9901
9902 Note that the core file is ignored when your program is actually running
9903 under @value{GDBN}.  So, if you have been running your program and you
9904 wish to debug a core file instead, you must kill the subprocess in which
9905 the program is running.  To do this, use the @code{kill} command
9906 (@pxref{Kill Process, ,Killing the child process}).
9907
9908 @kindex add-symbol-file
9909 @cindex dynamic linking
9910 @item add-symbol-file @var{filename} @var{address}
9911 @itemx add-symbol-file @var{filename} @var{address} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
9912 @itemx add-symbol-file @var{filename} @r{-s}@var{section} @var{address} @dots{}
9913 The @code{add-symbol-file} command reads additional symbol table
9914 information from the file @var{filename}.  You would use this command
9915 when @var{filename} has been dynamically loaded (by some other means)
9916 into the program that is running.  @var{address} should be the memory
9917 address at which the file has been loaded; @value{GDBN} cannot figure
9918 this out for itself.  You can additionally specify an arbitrary number
9919 of @samp{@r{-s}@var{section} @var{address}} pairs, to give an explicit
9920 section name and base address for that section.  You can specify any
9921 @var{address} as an expression.
9922
9923 The symbol table of the file @var{filename} is added to the symbol table
9924 originally read with the @code{symbol-file} command.  You can use the
9925 @code{add-symbol-file} command any number of times; the new symbol data
9926 thus read keeps adding to the old.  To discard all old symbol data
9927 instead, use the @code{symbol-file} command without any arguments.
9928
9929 @cindex relocatable object files, reading symbols from
9930 @cindex object files, relocatable, reading symbols from
9931 @cindex reading symbols from relocatable object files
9932 @cindex symbols, reading from relocatable object files
9933 @cindex @file{.o} files, reading symbols from
9934 Although @var{filename} is typically a shared library file, an
9935 executable file, or some other object file which has been fully
9936 relocated for loading into a process, you can also load symbolic
9937 information from relocatable @file{.o} files, as long as:
9938
9939 @itemize @bullet
9940 @item
9941 the file's symbolic information refers only to linker symbols defined in
9942 that file, not to symbols defined by other object files,
9943 @item
9944 every section the file's symbolic information refers to has actually
9945 been loaded into the inferior, as it appears in the file, and
9946 @item
9947 you can determine the address at which every section was loaded, and
9948 provide these to the @code{add-symbol-file} command.
9949 @end itemize
9950
9951 @noindent
9952 Some embedded operating systems, like Sun Chorus and VxWorks, can load
9953 relocatable files into an already running program; such systems
9954 typically make the requirements above easy to meet.  However, it's
9955 important to recognize that many native systems use complex link
9956 procedures (@code{.linkonce} section factoring and C@t{++} constructor table
9957 assembly, for example) that make the requirements difficult to meet.  In
9958 general, one cannot assume that using @code{add-symbol-file} to read a
9959 relocatable object file's symbolic information will have the same effect
9960 as linking the relocatable object file into the program in the normal
9961 way.
9962
9963 @code{add-symbol-file} does not repeat if you press @key{RET} after using it.
9964
9965 You can use the @samp{-mapped} and @samp{-readnow} options just as with
9966 the @code{symbol-file} command, to change how @value{GDBN} manages the symbol
9967 table information for @var{filename}.
9968
9969 @kindex add-shared-symbol-file
9970 @item add-shared-symbol-file
9971 The @code{add-shared-symbol-file} command can be used only under Harris' CXUX
9972 operating system for the Motorola 88k.  @value{GDBN} automatically looks for
9973 shared libraries, however if @value{GDBN} does not find yours, you can run
9974 @code{add-shared-symbol-file}.  It takes no arguments.
9975
9976 @kindex section
9977 @item section
9978 The @code{section} command changes the base address of section SECTION of
9979 the exec file to ADDR.  This can be used if the exec file does not contain
9980 section addresses, (such as in the a.out format), or when the addresses
9981 specified in the file itself are wrong.  Each section must be changed
9982 separately.  The @code{info files} command, described below, lists all
9983 the sections and their addresses.
9984
9985 @kindex info files
9986 @kindex info target
9987 @item info files
9988 @itemx info target
9989 @code{info files} and @code{info target} are synonymous; both print the
9990 current target (@pxref{Targets, ,Specifying a Debugging Target}),
9991 including the names of the executable and core dump files currently in
9992 use by @value{GDBN}, and the files from which symbols were loaded.  The
9993 command @code{help target} lists all possible targets rather than
9994 current ones.
9995
9996 @kindex maint info sections
9997 @item maint info sections
9998 Another command that can give you extra information about program sections
9999 is @code{maint info sections}.  In addition to the section information
10000 displayed by @code{info files}, this command displays the flags and file
10001 offset of each section in the executable and core dump files.  In addition,
10002 @code{maint info sections} provides the following command options (which
10003 may be arbitrarily combined):
10004
10005 @table @code
10006 @item ALLOBJ
10007 Display sections for all loaded object files, including shared libraries.
10008 @item @var{sections}
10009 Display info only for named @var{sections}.
10010 @item @var{section-flags}
10011 Display info only for sections for which @var{section-flags} are true.
10012 The section flags that @value{GDBN} currently knows about are:
10013 @table @code
10014 @item ALLOC
10015 Section will have space allocated in the process when loaded.
10016 Set for all sections except those containing debug information.
10017 @item LOAD
10018 Section will be loaded from the file into the child process memory.
10019 Set for pre-initialized code and data, clear for @code{.bss} sections.
10020 @item RELOC
10021 Section needs to be relocated before loading.
10022 @item READONLY
10023 Section cannot be modified by the child process.
10024 @item CODE
10025 Section contains executable code only.
10026 @item DATA
10027 Section contains data only (no executable code).
10028 @item ROM
10029 Section will reside in ROM.
10030 @item CONSTRUCTOR
10031 Section contains data for constructor/destructor lists.
10032 @item HAS_CONTENTS
10033 Section is not empty.
10034 @item NEVER_LOAD
10035 An instruction to the linker to not output the section.
10036 @item COFF_SHARED_LIBRARY
10037 A notification to the linker that the section contains
10038 COFF shared library information.
10039 @item IS_COMMON
10040 Section contains common symbols.
10041 @end table
10042 @end table
10043 @kindex set trust-readonly-sections
10044 @item set trust-readonly-sections on
10045 Tell @value{GDBN} that readonly sections in your object file
10046 really are read-only (i.e.@: that their contents will not change).
10047 In that case, @value{GDBN} can fetch values from these sections
10048 out of the object file, rather than from the target program.
10049 For some targets (notably embedded ones), this can be a significant
10050 enhancement to debugging performance.
10051
10052 The default is off.
10053
10054 @item set trust-readonly-sections off
10055 Tell @value{GDBN} not to trust readonly sections.  This means that
10056 the contents of the section might change while the program is running,
10057 and must therefore be fetched from the target when needed.
10058 @end table
10059
10060 All file-specifying commands allow both absolute and relative file names
10061 as arguments.  @value{GDBN} always converts the file name to an absolute file
10062 name and remembers it that way.
10063
10064 @cindex shared libraries
10065 @value{GDBN} supports HP-UX, SunOS, SVr4, Irix 5, and IBM RS/6000 shared
10066 libraries.
10067
10068 @value{GDBN} automatically loads symbol definitions from shared libraries
10069 when you use the @code{run} command, or when you examine a core file.
10070 (Before you issue the @code{run} command, @value{GDBN} does not understand
10071 references to a function in a shared library, however---unless you are
10072 debugging a core file).
10073
10074 On HP-UX, if the program loads a library explicitly, @value{GDBN}
10075 automatically loads the symbols at the time of the @code{shl_load} call.
10076
10077 @c FIXME: some @value{GDBN} release may permit some refs to undef
10078 @c FIXME...symbols---eg in a break cmd---assuming they are from a shared
10079 @c FIXME...lib; check this from time to time when updating manual
10080
10081 There are times, however, when you may wish to not automatically load
10082 symbol definitions from shared libraries, such as when they are
10083 particularly large or there are many of them.
10084
10085 To control the automatic loading of shared library symbols, use the
10086 commands:
10087
10088 @table @code
10089 @kindex set auto-solib-add
10090 @item set auto-solib-add @var{mode}
10091 If @var{mode} is @code{on}, symbols from all shared object libraries
10092 will be loaded automatically when the inferior begins execution, you
10093 attach to an independently started inferior, or when the dynamic linker
10094 informs @value{GDBN} that a new library has been loaded.  If @var{mode}
10095 is @code{off}, symbols must be loaded manually, using the
10096 @code{sharedlibrary} command.  The default value is @code{on}.
10097
10098 @kindex show auto-solib-add
10099 @item show auto-solib-add
10100 Display the current autoloading mode.
10101 @end table
10102
10103 To explicitly load shared library symbols, use the @code{sharedlibrary}
10104 command:
10105
10106 @table @code
10107 @kindex info sharedlibrary
10108 @kindex info share
10109 @item info share
10110 @itemx info sharedlibrary
10111 Print the names of the shared libraries which are currently loaded.
10112
10113 @kindex sharedlibrary
10114 @kindex share
10115 @item sharedlibrary @var{regex}
10116 @itemx share @var{regex}
10117 Load shared object library symbols for files matching a
10118 Unix regular expression.
10119 As with files loaded automatically, it only loads shared libraries
10120 required by your program for a core file or after typing @code{run}.  If
10121 @var{regex} is omitted all shared libraries required by your program are
10122 loaded.
10123 @end table
10124
10125 On some systems, such as HP-UX systems, @value{GDBN} supports
10126 autoloading shared library symbols until a limiting threshold size is
10127 reached.  This provides the benefit of allowing autoloading to remain on
10128 by default, but avoids autoloading excessively large shared libraries,
10129 up to a threshold that is initially set, but which you can modify if you
10130 wish.
10131
10132 Beyond that threshold, symbols from shared libraries must be explicitly
10133 loaded.  To load these symbols, use the command @code{sharedlibrary
10134 @var{filename}}.  The base address of the shared library is determined
10135 automatically by @value{GDBN} and need not be specified.
10136
10137 To display or set the threshold, use the commands:
10138
10139 @table @code
10140 @kindex set auto-solib-limit
10141 @item set auto-solib-limit @var{threshold}
10142 Set the autoloading size threshold, in an integral number of megabytes.
10143 If @var{threshold} is nonzero and shared library autoloading is enabled,
10144 symbols from all shared object libraries will be loaded until the total
10145 size of the loaded shared library symbols exceeds this threshold.
10146 Otherwise, symbols must be loaded manually, using the
10147 @code{sharedlibrary} command.  The default threshold is 100 (i.e.@: 100
10148 Mb).
10149
10150 @kindex show auto-solib-limit
10151 @item show auto-solib-limit
10152 Display the current autoloading size threshold, in megabytes.
10153 @end table
10154
10155 Shared libraries are also supported in many cross or remote debugging
10156 configurations.  A copy of the target's libraries need to be present on the
10157 host system; they need to be the same as the target libraries, although the
10158 copies on the target can be stripped as long as the copies on the host are
10159 not.
10160
10161 You need to tell @value{GDBN} where the target libraries are, so that it can
10162 load the correct copies---otherwise, it may try to load the host's libraries.
10163 @value{GDBN} has two variables to specify the search directories for target
10164 libraries.
10165
10166 @table @code
10167 @kindex set solib-absolute-prefix
10168 @item set solib-absolute-prefix @var{path}
10169 If this variable is set, @var{path} will be used as a prefix for any
10170 absolute shared library paths; many runtime loaders store the absolute
10171 paths to the shared library in the target program's memory.  If you use
10172 @samp{solib-absolute-prefix} to find shared libraries, they need to be laid
10173 out in the same way that they are on the target, with e.g.@: a
10174 @file{/usr/lib} hierarchy under @var{path}.
10175
10176 You can set the default value of @samp{solib-absolute-prefix} by using the
10177 configure-time @samp{--with-sysroot} option.
10178
10179 @kindex show solib-absolute-prefix
10180 @item show solib-absolute-prefix
10181 Display the current shared library prefix.
10182
10183 @kindex set solib-search-path
10184 @item set solib-search-path @var{path}
10185 If this variable is set, @var{path} is a colon-separated list of directories
10186 to search for shared libraries.  @samp{solib-search-path} is used after
10187 @samp{solib-absolute-prefix} fails to locate the library, or if the path to
10188 the library is relative instead of absolute.  If you want to use
10189 @samp{solib-search-path} instead of @samp{solib-absolute-prefix}, be sure to
10190 set @samp{solib-absolute-prefix} to a nonexistant directory to prevent
10191 @value{GDBN} from finding your host's libraries.
10192
10193 @kindex show solib-search-path
10194 @item show solib-search-path
10195 Display the current shared library search path.
10196 @end table
10197
10198
10199 @node Separate Debug Files
10200 @section Debugging Information in Separate Files
10201 @cindex separate debugging information files
10202 @cindex debugging information in separate files
10203 @cindex @file{.debug} subdirectories
10204 @cindex debugging information directory, global
10205 @cindex global debugging information directory
10206
10207 @value{GDBN} allows you to put a program's debugging information in a
10208 file separate from the executable itself, in a way that allows
10209 @value{GDBN} to find and load the debugging information automatically.
10210 Since debugging information can be very large --- sometimes larger
10211 than the executable code itself --- some systems distribute debugging
10212 information for their executables in separate files, which users can
10213 install only when they need to debug a problem.
10214
10215 If an executable's debugging information has been extracted to a
10216 separate file, the executable should contain a @dfn{debug link} giving
10217 the name of the debugging information file (with no directory
10218 components), and a checksum of its contents.  (The exact form of a
10219 debug link is described below.)  If the full name of the directory
10220 containing the executable is @var{execdir}, and the executable has a
10221 debug link that specifies the name @var{debugfile}, then @value{GDBN}
10222 will automatically search for the debugging information file in three
10223 places:
10224
10225 @itemize @bullet
10226 @item
10227 the directory containing the executable file (that is, it will look
10228 for a file named @file{@var{execdir}/@var{debugfile}},
10229 @item
10230 a subdirectory of that directory named @file{.debug} (that is, the
10231 file @file{@var{execdir}/.debug/@var{debugfile}}, and
10232 @item
10233 a subdirectory of the global debug file directory that includes the
10234 executable's full path, and the name from the link (that is, the file
10235 @file{@var{globaldebugdir}/@var{execdir}/@var{debugfile}}, where
10236 @var{globaldebugdir} is the global debug file directory, and
10237 @var{execdir} has been turned into a relative path).
10238 @end itemize
10239 @noindent
10240 @value{GDBN} checks under each of these names for a debugging
10241 information file whose checksum matches that given in the link, and
10242 reads the debugging information from the first one it finds.
10243
10244 So, for example, if you ask @value{GDBN} to debug @file{/usr/bin/ls},
10245 which has a link containing the name @file{ls.debug}, and the global
10246 debug directory is @file{/usr/lib/debug}, then @value{GDBN} will look
10247 for debug information in @file{/usr/bin/ls.debug},
10248 @file{/usr/bin/.debug/ls.debug}, and
10249 @file{/usr/lib/debug/usr/bin/ls.debug}.
10250
10251 You can set the global debugging info directory's name, and view the
10252 name @value{GDBN} is currently using.
10253
10254 @table @code
10255
10256 @kindex set debug-file-directory
10257 @item set debug-file-directory @var{directory}
10258 Set the directory which @value{GDBN} searches for separate debugging
10259 information files to @var{directory}.
10260
10261 @kindex show debug-file-directory
10262 @item show debug-file-directory
10263 Show the directory @value{GDBN} searches for separate debugging
10264 information files.
10265
10266 @end table
10267
10268 @cindex @code{.gnu_debuglink} sections
10269 @cindex debug links
10270 A debug link is a special section of the executable file named
10271 @code{.gnu_debuglink}.  The section must contain:
10272
10273 @itemize
10274 @item
10275 A filename, with any leading directory components removed, followed by
10276 a zero byte,
10277 @item
10278 zero to three bytes of padding, as needed to reach the next four-byte
10279 boundary within the section, and
10280 @item
10281 a four-byte CRC checksum, stored in the same endianness used for the
10282 executable file itself.  The checksum is computed on the debugging
10283 information file's full contents by the function given below, passing
10284 zero as the @var{crc} argument.
10285 @end itemize
10286
10287 Any executable file format can carry a debug link, as long as it can
10288 contain a section named @code{.gnu_debuglink} with the contents
10289 described above.
10290
10291 The debugging information file itself should be an ordinary
10292 executable, containing a full set of linker symbols, sections, and
10293 debugging information.  The sections of the debugging information file
10294 should have the same names, addresses and sizes as the original file,
10295 but they need not contain any data --- much like a @code{.bss} section
10296 in an ordinary executable.
10297
10298 As of December 2002, there is no standard GNU utility to produce
10299 separated executable / debugging information file pairs.  Ulrich
10300 Drepper's @file{elfutils} package, starting with version 0.53,
10301 contains a version of the @code{strip} command such that the command
10302 @kbd{strip foo -f foo.debug} removes the debugging information from
10303 the executable file @file{foo}, places it in the file
10304 @file{foo.debug}, and leaves behind a debug link in @file{foo}.
10305
10306 Since there are many different ways to compute CRC's (different
10307 polynomials, reversals, byte ordering, etc.), the simplest way to
10308 describe the CRC used in @code{.gnu_debuglink} sections is to give the
10309 complete code for a function that computes it:
10310
10311 @kindex @code{gnu_debuglink_crc32}
10312 @smallexample
10313 unsigned long
10314 gnu_debuglink_crc32 (unsigned long crc,
10315                      unsigned char *buf, size_t len)
10316 @{
10317   static const unsigned long crc32_table[256] =
10318     @{
10319       0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419,
10320       0x706af48f, 0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4,
10321       0xe0d5e91e, 0x97d2d988, 0x09b64c2b, 0x7eb17cbd, 0xe7b82d07,
10322       0x90bf1d91, 0x1db71064, 0x6ab020f2, 0xf3b97148, 0x84be41de,
10323       0x1adad47d, 0x6ddde4eb, 0xf4d4b551, 0x83d385c7, 0x136c9856,
10324       0x646ba8c0, 0xfd62f97a, 0x8a65c9ec, 0x14015c4f, 0x63066cd9,
10325       0xfa0f3d63, 0x8d080df5, 0x3b6e20c8, 0x4c69105e, 0xd56041e4,
10326       0xa2677172, 0x3c03e4d1, 0x4b04d447, 0xd20d85fd, 0xa50ab56b,
10327       0x35b5a8fa, 0x42b2986c, 0xdbbbc9d6, 0xacbcf940, 0x32d86ce3,
10328       0x45df5c75, 0xdcd60dcf, 0xabd13d59, 0x26d930ac, 0x51de003a,
10329       0xc8d75180, 0xbfd06116, 0x21b4f4b5, 0x56b3c423, 0xcfba9599,
10330       0xb8bda50f, 0x2802b89e, 0x5f058808, 0xc60cd9b2, 0xb10be924,
10331       0x2f6f7c87, 0x58684c11, 0xc1611dab, 0xb6662d3d, 0x76dc4190,
10332       0x01db7106, 0x98d220bc, 0xefd5102a, 0x71b18589, 0x06b6b51f,
10333       0x9fbfe4a5, 0xe8b8d433, 0x7807c9a2, 0x0f00f934, 0x9609a88e,
10334       0xe10e9818, 0x7f6a0dbb, 0x086d3d2d, 0x91646c97, 0xe6635c01,
10335       0x6b6b51f4, 0x1c6c6162, 0x856530d8, 0xf262004e, 0x6c0695ed,
10336       0x1b01a57b, 0x8208f4c1, 0xf50fc457, 0x65b0d9c6, 0x12b7e950,
10337       0x8bbeb8ea, 0xfcb9887c, 0x62dd1ddf, 0x15da2d49, 0x8cd37cf3,
10338       0xfbd44c65, 0x4db26158, 0x3ab551ce, 0xa3bc0074, 0xd4bb30e2,
10339       0x4adfa541, 0x3dd895d7, 0xa4d1c46d, 0xd3d6f4fb, 0x4369e96a,
10340       0x346ed9fc, 0xad678846, 0xda60b8d0, 0x44042d73, 0x33031de5,
10341       0xaa0a4c5f, 0xdd0d7cc9, 0x5005713c, 0x270241aa, 0xbe0b1010,
10342       0xc90c2086, 0x5768b525, 0x206f85b3, 0xb966d409, 0xce61e49f,
10343       0x5edef90e, 0x29d9c998, 0xb0d09822, 0xc7d7a8b4, 0x59b33d17,
10344       0x2eb40d81, 0xb7bd5c3b, 0xc0ba6cad, 0xedb88320, 0x9abfb3b6,
10345       0x03b6e20c, 0x74b1d29a, 0xead54739, 0x9dd277af, 0x04db2615,
10346       0x73dc1683, 0xe3630b12, 0x94643b84, 0x0d6d6a3e, 0x7a6a5aa8,
10347       0xe40ecf0b, 0x9309ff9d, 0x0a00ae27, 0x7d079eb1, 0xf00f9344,
10348       0x8708a3d2, 0x1e01f268, 0x6906c2fe, 0xf762575d, 0x806567cb,
10349       0x196c3671, 0x6e6b06e7, 0xfed41b76, 0x89d32be0, 0x10da7a5a,
10350       0x67dd4acc, 0xf9b9df6f, 0x8ebeeff9, 0x17b7be43, 0x60b08ed5,
10351       0xd6d6a3e8, 0xa1d1937e, 0x38d8c2c4, 0x4fdff252, 0xd1bb67f1,
10352       0xa6bc5767, 0x3fb506dd, 0x48b2364b, 0xd80d2bda, 0xaf0a1b4c,
10353       0x36034af6, 0x41047a60, 0xdf60efc3, 0xa867df55, 0x316e8eef,
10354       0x4669be79, 0xcb61b38c, 0xbc66831a, 0x256fd2a0, 0x5268e236,
10355       0xcc0c7795, 0xbb0b4703, 0x220216b9, 0x5505262f, 0xc5ba3bbe,
10356       0xb2bd0b28, 0x2bb45a92, 0x5cb36a04, 0xc2d7ffa7, 0xb5d0cf31,
10357       0x2cd99e8b, 0x5bdeae1d, 0x9b64c2b0, 0xec63f226, 0x756aa39c,
10358       0x026d930a, 0x9c0906a9, 0xeb0e363f, 0x72076785, 0x05005713,
10359       0x95bf4a82, 0xe2b87a14, 0x7bb12bae, 0x0cb61b38, 0x92d28e9b,
10360       0xe5d5be0d, 0x7cdcefb7, 0x0bdbdf21, 0x86d3d2d4, 0xf1d4e242,
10361       0x68ddb3f8, 0x1fda836e, 0x81be16cd, 0xf6b9265b, 0x6fb077e1,
10362       0x18b74777, 0x88085ae6, 0xff0f6a70, 0x66063bca, 0x11010b5c,
10363       0x8f659eff, 0xf862ae69, 0x616bffd3, 0x166ccf45, 0xa00ae278,
10364       0xd70dd2ee, 0x4e048354, 0x3903b3c2, 0xa7672661, 0xd06016f7,
10365       0x4969474d, 0x3e6e77db, 0xaed16a4a, 0xd9d65adc, 0x40df0b66,
10366       0x37d83bf0, 0xa9bcae53, 0xdebb9ec5, 0x47b2cf7f, 0x30b5ffe9,
10367       0xbdbdf21c, 0xcabac28a, 0x53b39330, 0x24b4a3a6, 0xbad03605,
10368       0xcdd70693, 0x54de5729, 0x23d967bf, 0xb3667a2e, 0xc4614ab8,
10369       0x5d681b02, 0x2a6f2b94, 0xb40bbe37, 0xc30c8ea1, 0x5a05df1b,
10370       0x2d02ef8d
10371     @};
10372   unsigned char *end;
10373
10374   crc = ~crc & 0xffffffff;
10375   for (end = buf + len; buf < end; ++buf)
10376     crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);
10377   return ~crc & 0xffffffff;
10378 @}
10379 @end smallexample
10380
10381
10382 @node Symbol Errors
10383 @section Errors reading symbol files
10384
10385 While reading a symbol file, @value{GDBN} occasionally encounters problems,
10386 such as symbol types it does not recognize, or known bugs in compiler
10387 output.  By default, @value{GDBN} does not notify you of such problems, since
10388 they are relatively common and primarily of interest to people
10389 debugging compilers.  If you are interested in seeing information
10390 about ill-constructed symbol tables, you can either ask @value{GDBN} to print
10391 only one message about each such type of problem, no matter how many
10392 times the problem occurs; or you can ask @value{GDBN} to print more messages,
10393 to see how many times the problems occur, with the @code{set
10394 complaints} command (@pxref{Messages/Warnings, ,Optional warnings and
10395 messages}).
10396
10397 The messages currently printed, and their meanings, include:
10398
10399 @table @code
10400 @item inner block not inside outer block in @var{symbol}
10401
10402 The symbol information shows where symbol scopes begin and end
10403 (such as at the start of a function or a block of statements).  This
10404 error indicates that an inner scope block is not fully contained
10405 in its outer scope blocks.
10406
10407 @value{GDBN} circumvents the problem by treating the inner block as if it had
10408 the same scope as the outer block.  In the error message, @var{symbol}
10409 may be shown as ``@code{(don't know)}'' if the outer block is not a
10410 function.
10411
10412 @item block at @var{address} out of order
10413
10414 The symbol information for symbol scope blocks should occur in
10415 order of increasing addresses.  This error indicates that it does not
10416 do so.
10417
10418 @value{GDBN} does not circumvent this problem, and has trouble
10419 locating symbols in the source file whose symbols it is reading.  (You
10420 can often determine what source file is affected by specifying
10421 @code{set verbose on}.  @xref{Messages/Warnings, ,Optional warnings and
10422 messages}.)
10423
10424 @item bad block start address patched
10425
10426 The symbol information for a symbol scope block has a start address
10427 smaller than the address of the preceding source line.  This is known
10428 to occur in the SunOS 4.1.1 (and earlier) C compiler.
10429
10430 @value{GDBN} circumvents the problem by treating the symbol scope block as
10431 starting on the previous source line.
10432
10433 @item bad string table offset in symbol @var{n}
10434
10435 @cindex foo
10436 Symbol number @var{n} contains a pointer into the string table which is
10437 larger than the size of the string table.
10438
10439 @value{GDBN} circumvents the problem by considering the symbol to have the
10440 name @code{foo}, which may cause other problems if many symbols end up
10441 with this name.
10442
10443 @item unknown symbol type @code{0x@var{nn}}
10444
10445 The symbol information contains new data types that @value{GDBN} does
10446 not yet know how to read.  @code{0x@var{nn}} is the symbol type of the
10447 uncomprehended information, in hexadecimal.
10448
10449 @value{GDBN} circumvents the error by ignoring this symbol information.
10450 This usually allows you to debug your program, though certain symbols
10451 are not accessible.  If you encounter such a problem and feel like
10452 debugging it, you can debug @code{@value{GDBP}} with itself, breakpoint
10453 on @code{complain}, then go up to the function @code{read_dbx_symtab}
10454 and examine @code{*bufp} to see the symbol.
10455
10456 @item stub type has NULL name
10457
10458 @value{GDBN} could not find the full definition for a struct or class.
10459
10460 @item const/volatile indicator missing (ok if using g++ v1.x), got@dots{}
10461 The symbol information for a C@t{++} member function is missing some
10462 information that recent versions of the compiler should have output for
10463 it.
10464
10465 @item info mismatch between compiler and debugger
10466
10467 @value{GDBN} could not parse a type specification output by the compiler.
10468
10469 @end table
10470
10471 @node Targets
10472 @chapter Specifying a Debugging Target
10473
10474 @cindex debugging target
10475 @kindex target
10476
10477 A @dfn{target} is the execution environment occupied by your program.
10478
10479 Often, @value{GDBN} runs in the same host environment as your program;
10480 in that case, the debugging target is specified as a side effect when
10481 you use the @code{file} or @code{core} commands.  When you need more
10482 flexibility---for example, running @value{GDBN} on a physically separate
10483 host, or controlling a standalone system over a serial port or a
10484 realtime system over a TCP/IP connection---you can use the @code{target}
10485 command to specify one of the target types configured for @value{GDBN}
10486 (@pxref{Target Commands, ,Commands for managing targets}).
10487
10488 @menu
10489 * Active Targets::              Active targets
10490 * Target Commands::             Commands for managing targets
10491 * Byte Order::                  Choosing target byte order
10492 * Remote::                      Remote debugging
10493 * KOD::                         Kernel Object Display
10494
10495 @end menu
10496
10497 @node Active Targets
10498 @section Active targets
10499
10500 @cindex stacking targets
10501 @cindex active targets
10502 @cindex multiple targets
10503
10504 There are three classes of targets: processes, core files, and
10505 executable files.  @value{GDBN} can work concurrently on up to three
10506 active targets, one in each class.  This allows you to (for example)
10507 start a process and inspect its activity without abandoning your work on
10508 a core file.
10509
10510 For example, if you execute @samp{gdb a.out}, then the executable file
10511 @code{a.out} is the only active target.  If you designate a core file as
10512 well---presumably from a prior run that crashed and coredumped---then
10513 @value{GDBN} has two active targets and uses them in tandem, looking
10514 first in the corefile target, then in the executable file, to satisfy
10515 requests for memory addresses.  (Typically, these two classes of target
10516 are complementary, since core files contain only a program's
10517 read-write memory---variables and so on---plus machine status, while
10518 executable files contain only the program text and initialized data.)
10519
10520 When you type @code{run}, your executable file becomes an active process
10521 target as well.  When a process target is active, all @value{GDBN}
10522 commands requesting memory addresses refer to that target; addresses in
10523 an active core file or executable file target are obscured while the
10524 process target is active.
10525
10526 Use the @code{core-file} and @code{exec-file} commands to select a new
10527 core file or executable target (@pxref{Files, ,Commands to specify
10528 files}).  To specify as a target a process that is already running, use
10529 the @code{attach} command (@pxref{Attach, ,Debugging an already-running
10530 process}).
10531
10532 @node Target Commands
10533 @section Commands for managing targets
10534
10535 @table @code
10536 @item target @var{type} @var{parameters}
10537 Connects the @value{GDBN} host environment to a target machine or
10538 process.  A target is typically a protocol for talking to debugging
10539 facilities.  You use the argument @var{type} to specify the type or
10540 protocol of the target machine.
10541
10542 Further @var{parameters} are interpreted by the target protocol, but
10543 typically include things like device names or host names to connect
10544 with, process numbers, and baud rates.
10545
10546 The @code{target} command does not repeat if you press @key{RET} again
10547 after executing the command.
10548
10549 @kindex help target
10550 @item help target
10551 Displays the names of all targets available.  To display targets
10552 currently selected, use either @code{info target} or @code{info files}
10553 (@pxref{Files, ,Commands to specify files}).
10554
10555 @item help target @var{name}
10556 Describe a particular target, including any parameters necessary to
10557 select it.
10558
10559 @kindex set gnutarget
10560 @item set gnutarget @var{args}
10561 @value{GDBN} uses its own library BFD to read your files.  @value{GDBN}
10562 knows whether it is reading an @dfn{executable},
10563 a @dfn{core}, or a @dfn{.o} file; however, you can specify the file format
10564 with the @code{set gnutarget} command.  Unlike most @code{target} commands,
10565 with @code{gnutarget} the @code{target} refers to a program, not a machine.
10566
10567 @quotation
10568 @emph{Warning:} To specify a file format with @code{set gnutarget},
10569 you must know the actual BFD name.
10570 @end quotation
10571
10572 @noindent
10573 @xref{Files, , Commands to specify files}.
10574
10575 @kindex show gnutarget
10576 @item show gnutarget
10577 Use the @code{show gnutarget} command to display what file format
10578 @code{gnutarget} is set to read.  If you have not set @code{gnutarget},
10579 @value{GDBN} will determine the file format for each file automatically,
10580 and @code{show gnutarget} displays @samp{The current BDF target is "auto"}.
10581 @end table
10582
10583 Here are some common targets (available, or not, depending on the GDB
10584 configuration):
10585
10586 @table @code
10587 @kindex target exec
10588 @item target exec @var{program}
10589 An executable file.  @samp{target exec @var{program}} is the same as
10590 @samp{exec-file @var{program}}.
10591
10592 @kindex target core
10593 @item target core @var{filename}
10594 A core dump file.  @samp{target core @var{filename}} is the same as
10595 @samp{core-file @var{filename}}.
10596
10597 @kindex target remote
10598 @item target remote @var{dev}
10599 Remote serial target in GDB-specific protocol.  The argument @var{dev}
10600 specifies what serial device to use for the connection (e.g.
10601 @file{/dev/ttya}). @xref{Remote, ,Remote debugging}.  @code{target remote}
10602 supports the @code{load} command.  This is only useful if you have
10603 some other way of getting the stub to the target system, and you can put
10604 it somewhere in memory where it won't get clobbered by the download.
10605
10606 @kindex target sim
10607 @item target sim
10608 Builtin CPU simulator.  @value{GDBN} includes simulators for most architectures.
10609 In general,
10610 @smallexample
10611         target sim
10612         load
10613         run
10614 @end smallexample
10615 @noindent
10616 works; however, you cannot assume that a specific memory map, device
10617 drivers, or even basic I/O is available, although some simulators do
10618 provide these.  For info about any processor-specific simulator details,
10619 see the appropriate section in @ref{Embedded Processors, ,Embedded
10620 Processors}.
10621
10622 @end table
10623
10624 Some configurations may include these targets as well:
10625
10626 @table @code
10627
10628 @kindex target nrom
10629 @item target nrom @var{dev}
10630 NetROM ROM emulator.  This target only supports downloading.
10631
10632 @end table
10633
10634 Different targets are available on different configurations of @value{GDBN};
10635 your configuration may have more or fewer targets.
10636
10637 Many remote targets require you to download the executable's code
10638 once you've successfully established a connection.
10639
10640 @table @code
10641
10642 @kindex load @var{filename}
10643 @item load @var{filename}
10644 Depending on what remote debugging facilities are configured into
10645 @value{GDBN}, the @code{load} command may be available.  Where it exists, it
10646 is meant to make @var{filename} (an executable) available for debugging
10647 on the remote system---by downloading, or dynamic linking, for example.
10648 @code{load} also records the @var{filename} symbol table in @value{GDBN}, like
10649 the @code{add-symbol-file} command.
10650
10651 If your @value{GDBN} does not have a @code{load} command, attempting to
10652 execute it gets the error message ``@code{You can't do that when your
10653 target is @dots{}}''
10654
10655 The file is loaded at whatever address is specified in the executable.
10656 For some object file formats, you can specify the load address when you
10657 link the program; for other formats, like a.out, the object file format
10658 specifies a fixed address.
10659 @c FIXME! This would be a good place for an xref to the GNU linker doc.
10660
10661 @code{load} does not repeat if you press @key{RET} again after using it.
10662 @end table
10663
10664 @node Byte Order
10665 @section Choosing target byte order
10666
10667 @cindex choosing target byte order
10668 @cindex target byte order
10669
10670 Some types of processors, such as the MIPS, PowerPC, and Renesas SH,
10671 offer the ability to run either big-endian or little-endian byte
10672 orders.  Usually the executable or symbol will include a bit to
10673 designate the endian-ness, and you will not need to worry about
10674 which to use.  However, you may still find it useful to adjust
10675 @value{GDBN}'s idea of processor endian-ness manually.
10676
10677 @table @code
10678 @kindex set endian big
10679 @item set endian big
10680 Instruct @value{GDBN} to assume the target is big-endian.
10681
10682 @kindex set endian little
10683 @item set endian little
10684 Instruct @value{GDBN} to assume the target is little-endian.
10685
10686 @kindex set endian auto
10687 @item set endian auto
10688 Instruct @value{GDBN} to use the byte order associated with the
10689 executable.
10690
10691 @item show endian
10692 Display @value{GDBN}'s current idea of the target byte order.
10693
10694 @end table
10695
10696 Note that these commands merely adjust interpretation of symbolic
10697 data on the host, and that they have absolutely no effect on the
10698 target system.
10699
10700 @node Remote
10701 @section Remote debugging
10702 @cindex remote debugging
10703
10704 If you are trying to debug a program running on a machine that cannot run
10705 @value{GDBN} in the usual way, it is often useful to use remote debugging.
10706 For example, you might use remote debugging on an operating system kernel,
10707 or on a small system which does not have a general purpose operating system
10708 powerful enough to run a full-featured debugger.
10709
10710 Some configurations of @value{GDBN} have special serial or TCP/IP interfaces
10711 to make this work with particular debugging targets.  In addition,
10712 @value{GDBN} comes with a generic serial protocol (specific to @value{GDBN},
10713 but not specific to any particular target system) which you can use if you
10714 write the remote stubs---the code that runs on the remote system to
10715 communicate with @value{GDBN}.
10716
10717 Other remote targets may be available in your
10718 configuration of @value{GDBN}; use @code{help target} to list them.
10719
10720 @node KOD
10721 @section Kernel Object Display
10722 @cindex kernel object display
10723 @cindex KOD
10724
10725 Some targets support kernel object display.  Using this facility,
10726 @value{GDBN} communicates specially with the underlying operating system
10727 and can display information about operating system-level objects such as
10728 mutexes and other synchronization objects.  Exactly which objects can be
10729 displayed is determined on a per-OS basis.
10730
10731 @kindex set os
10732 Use the @code{set os} command to set the operating system.  This tells
10733 @value{GDBN} which kernel object display module to initialize:
10734
10735 @smallexample
10736 (@value{GDBP}) set os cisco
10737 @end smallexample
10738
10739 @kindex show os
10740 The associated command @code{show os} displays the operating system
10741 set with the @code{set os} command; if no operating system has been
10742 set, @code{show os} will display an empty string @samp{""}.
10743
10744 If @code{set os} succeeds, @value{GDBN} will display some information
10745 about the operating system, and will create a new @code{info} command
10746 which can be used to query the target.  The @code{info} command is named
10747 after the operating system:
10748
10749 @kindex info cisco
10750 @smallexample
10751 (@value{GDBP}) info cisco
10752 List of Cisco Kernel Objects
10753 Object     Description
10754 any        Any and all objects
10755 @end smallexample
10756
10757 Further subcommands can be used to query about particular objects known
10758 by the kernel.
10759
10760 There is currently no way to determine whether a given operating
10761 system is supported other than to try setting it with @kbd{set os
10762 @var{name}}, where @var{name} is the name of the operating system you
10763 want to try.
10764
10765
10766 @node Remote Debugging
10767 @chapter Debugging remote programs
10768
10769 @menu
10770 * Connecting::                  Connecting to a remote target
10771 * Server::                      Using the gdbserver program
10772 * NetWare::                     Using the gdbserve.nlm program
10773 * Remote configuration::        Remote configuration
10774 * remote stub::                 Implementing a remote stub
10775 @end menu
10776
10777 @node Connecting
10778 @section Connecting to a remote target
10779
10780 On the @value{GDBN} host machine, you will need an unstripped copy of
10781 your program, since @value{GDBN} needs symobl and debugging information.
10782 Start up @value{GDBN} as usual, using the name of the local copy of your
10783 program as the first argument.
10784
10785 @cindex serial line, @code{target remote}
10786 If you're using a serial line, you may want to give @value{GDBN} the
10787 @w{@samp{--baud}} option, or use the @code{set remotebaud} command
10788 before the @code{target} command.
10789
10790 After that, use @code{target remote} to establish communications with
10791 the target machine.  Its argument specifies how to communicate---either
10792 via a devicename attached to a direct serial line, or a TCP or UDP port
10793 (possibly to a terminal server which in turn has a serial line to the
10794 target).  For example, to use a serial line connected to the device
10795 named @file{/dev/ttyb}:
10796
10797 @smallexample
10798 target remote /dev/ttyb
10799 @end smallexample
10800
10801 @cindex TCP port, @code{target remote}
10802 To use a TCP connection, use an argument of the form
10803 @code{@var{host}:@var{port}} or @code{tcp:@var{host}:@var{port}}.
10804 For example, to connect to port 2828 on a
10805 terminal server named @code{manyfarms}:
10806
10807 @smallexample
10808 target remote manyfarms:2828
10809 @end smallexample
10810
10811 If your remote target is actually running on the same machine as
10812 your debugger session (e.g.@: a simulator of your target running on
10813 the same host), you can omit the hostname.  For example, to connect
10814 to port 1234 on your local machine:
10815
10816 @smallexample
10817 target remote :1234
10818 @end smallexample
10819 @noindent
10820
10821 Note that the colon is still required here.
10822
10823 @cindex UDP port, @code{target remote}
10824 To use a UDP connection, use an argument of the form
10825 @code{udp:@var{host}:@var{port}}.  For example, to connect to UDP port 2828
10826 on a terminal server named @code{manyfarms}:
10827
10828 @smallexample
10829 target remote udp:manyfarms:2828
10830 @end smallexample
10831
10832 When using a UDP connection for remote debugging, you should keep in mind
10833 that the `U' stands for ``Unreliable''.  UDP can silently drop packets on
10834 busy or unreliable networks, which will cause havoc with your debugging
10835 session.
10836
10837 Now you can use all the usual commands to examine and change data and to
10838 step and continue the remote program.
10839
10840 @cindex interrupting remote programs
10841 @cindex remote programs, interrupting
10842 Whenever @value{GDBN} is waiting for the remote program, if you type the
10843 interrupt character (often @key{C-C}), @value{GDBN} attempts to stop the
10844 program.  This may or may not succeed, depending in part on the hardware
10845 and the serial drivers the remote system uses.  If you type the
10846 interrupt character once again, @value{GDBN} displays this prompt:
10847
10848 @smallexample
10849 Interrupted while waiting for the program.
10850 Give up (and stop debugging it)?  (y or n)
10851 @end smallexample
10852
10853 If you type @kbd{y}, @value{GDBN} abandons the remote debugging session.
10854 (If you decide you want to try again later, you can use @samp{target
10855 remote} again to connect once more.)  If you type @kbd{n}, @value{GDBN}
10856 goes back to waiting.
10857
10858 @table @code
10859 @kindex detach (remote)
10860 @item detach
10861 When you have finished debugging the remote program, you can use the
10862 @code{detach} command to release it from @value{GDBN} control.
10863 Detaching from the target normally resumes its execution, but the results
10864 will depend on your particular remote stub.  After the @code{detach}
10865 command, @value{GDBN} is free to connect to another target.
10866
10867 @kindex disconnect
10868 @item disconnect
10869 The @code{disconnect} command behaves like @code{detach}, except that
10870 the target is generally not resumed.  It will wait for @value{GDBN}
10871 (this instance or another one) to connect and continue debugging.  After
10872 the @code{disconnect} command, @value{GDBN} is again free to connect to
10873 another target.
10874 @end table
10875
10876 @node Server
10877 @section Using the @code{gdbserver} program
10878
10879 @kindex gdbserver
10880 @cindex remote connection without stubs
10881 @code{gdbserver} is a control program for Unix-like systems, which
10882 allows you to connect your program with a remote @value{GDBN} via
10883 @code{target remote}---but without linking in the usual debugging stub.
10884
10885 @code{gdbserver} is not a complete replacement for the debugging stubs,
10886 because it requires essentially the same operating-system facilities
10887 that @value{GDBN} itself does.  In fact, a system that can run
10888 @code{gdbserver} to connect to a remote @value{GDBN} could also run
10889 @value{GDBN} locally!  @code{gdbserver} is sometimes useful nevertheless,
10890 because it is a much smaller program than @value{GDBN} itself.  It is
10891 also easier to port than all of @value{GDBN}, so you may be able to get
10892 started more quickly on a new system by using @code{gdbserver}.
10893 Finally, if you develop code for real-time systems, you may find that
10894 the tradeoffs involved in real-time operation make it more convenient to
10895 do as much development work as possible on another system, for example
10896 by cross-compiling.  You can use @code{gdbserver} to make a similar
10897 choice for debugging.
10898
10899 @value{GDBN} and @code{gdbserver} communicate via either a serial line
10900 or a TCP connection, using the standard @value{GDBN} remote serial
10901 protocol.
10902
10903 @table @emph
10904 @item On the target machine,
10905 you need to have a copy of the program you want to debug.
10906 @code{gdbserver} does not need your program's symbol table, so you can
10907 strip the program if necessary to save space.  @value{GDBN} on the host
10908 system does all the symbol handling.
10909
10910 To use the server, you must tell it how to communicate with @value{GDBN};
10911 the name of your program; and the arguments for your program.  The usual
10912 syntax is:
10913
10914 @smallexample
10915 target> gdbserver @var{comm} @var{program} [ @var{args} @dots{} ]
10916 @end smallexample
10917
10918 @var{comm} is either a device name (to use a serial line) or a TCP
10919 hostname and portnumber.  For example, to debug Emacs with the argument
10920 @samp{foo.txt} and communicate with @value{GDBN} over the serial port
10921 @file{/dev/com1}:
10922
10923 @smallexample
10924 target> gdbserver /dev/com1 emacs foo.txt
10925 @end smallexample
10926
10927 @code{gdbserver} waits passively for the host @value{GDBN} to communicate
10928 with it.
10929
10930 To use a TCP connection instead of a serial line:
10931
10932 @smallexample
10933 target> gdbserver host:2345 emacs foo.txt
10934 @end smallexample
10935
10936 The only difference from the previous example is the first argument,
10937 specifying that you are communicating with the host @value{GDBN} via
10938 TCP.  The @samp{host:2345} argument means that @code{gdbserver} is to
10939 expect a TCP connection from machine @samp{host} to local TCP port 2345.
10940 (Currently, the @samp{host} part is ignored.)  You can choose any number
10941 you want for the port number as long as it does not conflict with any
10942 TCP ports already in use on the target system (for example, @code{23} is
10943 reserved for @code{telnet}).@footnote{If you choose a port number that
10944 conflicts with another service, @code{gdbserver} prints an error message
10945 and exits.}  You must use the same port number with the host @value{GDBN}
10946 @code{target remote} command.
10947
10948 On some targets, @code{gdbserver} can also attach to running programs.
10949 This is accomplished via the @code{--attach} argument.  The syntax is:
10950
10951 @smallexample
10952 target> gdbserver @var{comm} --attach @var{pid}
10953 @end smallexample
10954
10955 @var{pid} is the process ID of a currently running process.  It isn't necessary
10956 to point @code{gdbserver} at a binary for the running process.
10957
10958 @pindex pidof
10959 @cindex attach to a program by name
10960 You can debug processes by name instead of process ID if your target has the
10961 @code{pidof} utility:
10962
10963 @smallexample
10964 target> gdbserver @var{comm} --attach `pidof @var{PROGRAM}`
10965 @end smallexample
10966
10967 In case more than one copy of @var{PROGRAM} is running, or @var{PROGRAM}
10968 has multiple threads, most versions of @code{pidof} support the
10969 @code{-s} option to only return the first process ID.
10970
10971 @item On the host machine,
10972 connect to your target (@pxref{Connecting,,Connecting to a remote target}).
10973 For TCP connections, you must start up @code{gdbserver} prior to using
10974 the @code{target remote} command.  Otherwise you may get an error whose
10975 text depends on the host system, but which usually looks something like
10976 @samp{Connection refused}.  You don't need to use the @code{load}
10977 command in @value{GDBN} when using gdbserver, since the program is
10978 already on the target.
10979
10980 @end table
10981
10982 @node NetWare
10983 @section Using the @code{gdbserve.nlm} program
10984
10985 @kindex gdbserve.nlm
10986 @code{gdbserve.nlm} is a control program for NetWare systems, which
10987 allows you to connect your program with a remote @value{GDBN} via
10988 @code{target remote}.
10989
10990 @value{GDBN} and @code{gdbserve.nlm} communicate via a serial line,
10991 using the standard @value{GDBN} remote serial protocol.
10992
10993 @table @emph
10994 @item On the target machine,
10995 you need to have a copy of the program you want to debug.
10996 @code{gdbserve.nlm} does not need your program's symbol table, so you
10997 can strip the program if necessary to save space.  @value{GDBN} on the
10998 host system does all the symbol handling.
10999
11000 To use the server, you must tell it how to communicate with
11001 @value{GDBN}; the name of your program; and the arguments for your
11002 program.  The syntax is:
11003
11004 @smallexample
11005 load gdbserve [ BOARD=@var{board} ] [ PORT=@var{port} ]
11006               [ BAUD=@var{baud} ] @var{program} [ @var{args} @dots{} ]
11007 @end smallexample
11008
11009 @var{board} and @var{port} specify the serial line; @var{baud} specifies
11010 the baud rate used by the connection.  @var{port} and @var{node} default
11011 to 0, @var{baud} defaults to 9600@dmn{bps}.
11012
11013 For example, to debug Emacs with the argument @samp{foo.txt}and
11014 communicate with @value{GDBN} over serial port number 2 or board 1
11015 using a 19200@dmn{bps} connection:
11016
11017 @smallexample
11018 load gdbserve BOARD=1 PORT=2 BAUD=19200 emacs foo.txt
11019 @end smallexample
11020
11021 @item
11022 On the @value{GDBN} host machine, connect to your target (@pxref{Connecting,,
11023 Connecting to a remote target}).
11024
11025 @end table
11026
11027 @node Remote configuration
11028 @section Remote configuration
11029
11030 The following configuration options are available when debugging remote
11031 programs:
11032
11033 @table @code
11034 @kindex set remote hardware-watchpoint-limit
11035 @kindex set remote hardware-breakpoint-limit
11036 @anchor{set remote hardware-watchpoint-limit}
11037 @anchor{set remote hardware-breakpoint-limit}
11038 @item set remote hardware-watchpoint-limit @var{limit}
11039 @itemx set remote hardware-breakpoint-limit @var{limit}
11040 Restrict @value{GDBN} to using @var{limit} remote hardware breakpoint or
11041 watchpoints.  A limit of -1, the default, is treated as unlimited.
11042 @end table
11043
11044 @node remote stub
11045 @section Implementing a remote stub
11046
11047 @cindex debugging stub, example
11048 @cindex remote stub, example
11049 @cindex stub example, remote debugging
11050 The stub files provided with @value{GDBN} implement the target side of the
11051 communication protocol, and the @value{GDBN} side is implemented in the
11052 @value{GDBN} source file @file{remote.c}.  Normally, you can simply allow
11053 these subroutines to communicate, and ignore the details.  (If you're
11054 implementing your own stub file, you can still ignore the details: start
11055 with one of the existing stub files.  @file{sparc-stub.c} is the best
11056 organized, and therefore the easiest to read.)
11057
11058 @cindex remote serial debugging, overview
11059 To debug a program running on another machine (the debugging
11060 @dfn{target} machine), you must first arrange for all the usual
11061 prerequisites for the program to run by itself.  For example, for a C
11062 program, you need:
11063
11064 @enumerate
11065 @item
11066 A startup routine to set up the C runtime environment; these usually
11067 have a name like @file{crt0}.  The startup routine may be supplied by
11068 your hardware supplier, or you may have to write your own.
11069
11070 @item
11071 A C subroutine library to support your program's
11072 subroutine calls, notably managing input and output.
11073
11074 @item
11075 A way of getting your program to the other machine---for example, a
11076 download program.  These are often supplied by the hardware
11077 manufacturer, but you may have to write your own from hardware
11078 documentation.
11079 @end enumerate
11080
11081 The next step is to arrange for your program to use a serial port to
11082 communicate with the machine where @value{GDBN} is running (the @dfn{host}
11083 machine).  In general terms, the scheme looks like this:
11084
11085 @table @emph
11086 @item On the host,
11087 @value{GDBN} already understands how to use this protocol; when everything
11088 else is set up, you can simply use the @samp{target remote} command
11089 (@pxref{Targets,,Specifying a Debugging Target}).
11090
11091 @item On the target,
11092 you must link with your program a few special-purpose subroutines that
11093 implement the @value{GDBN} remote serial protocol.  The file containing these
11094 subroutines is called  a @dfn{debugging stub}.
11095
11096 On certain remote targets, you can use an auxiliary program
11097 @code{gdbserver} instead of linking a stub into your program.
11098 @xref{Server,,Using the @code{gdbserver} program}, for details.
11099 @end table
11100
11101 The debugging stub is specific to the architecture of the remote
11102 machine; for example, use @file{sparc-stub.c} to debug programs on
11103 @sc{sparc} boards.
11104
11105 @cindex remote serial stub list
11106 These working remote stubs are distributed with @value{GDBN}:
11107
11108 @table @code
11109
11110 @item i386-stub.c
11111 @cindex @file{i386-stub.c}
11112 @cindex Intel
11113 @cindex i386
11114 For Intel 386 and compatible architectures.
11115
11116 @item m68k-stub.c
11117 @cindex @file{m68k-stub.c}
11118 @cindex Motorola 680x0
11119 @cindex m680x0
11120 For Motorola 680x0 architectures.
11121
11122 @item sh-stub.c
11123 @cindex @file{sh-stub.c}
11124 @cindex Renesas
11125 @cindex SH
11126 For Renesas SH architectures.
11127
11128 @item sparc-stub.c
11129 @cindex @file{sparc-stub.c}
11130 @cindex Sparc
11131 For @sc{sparc} architectures.
11132
11133 @item sparcl-stub.c
11134 @cindex @file{sparcl-stub.c}
11135 @cindex Fujitsu
11136 @cindex SparcLite
11137 For Fujitsu @sc{sparclite} architectures.
11138
11139 @end table
11140
11141 The @file{README} file in the @value{GDBN} distribution may list other
11142 recently added stubs.
11143
11144 @menu
11145 * Stub Contents::       What the stub can do for you
11146 * Bootstrapping::       What you must do for the stub
11147 * Debug Session::       Putting it all together
11148 @end menu
11149
11150 @node Stub Contents
11151 @subsection What the stub can do for you
11152
11153 @cindex remote serial stub
11154 The debugging stub for your architecture supplies these three
11155 subroutines:
11156
11157 @table @code
11158 @item set_debug_traps
11159 @kindex set_debug_traps
11160 @cindex remote serial stub, initialization
11161 This routine arranges for @code{handle_exception} to run when your
11162 program stops.  You must call this subroutine explicitly near the
11163 beginning of your program.
11164
11165 @item handle_exception
11166 @kindex handle_exception
11167 @cindex remote serial stub, main routine
11168 This is the central workhorse, but your program never calls it
11169 explicitly---the setup code arranges for @code{handle_exception} to
11170 run when a trap is triggered.
11171
11172 @code{handle_exception} takes control when your program stops during
11173 execution (for example, on a breakpoint), and mediates communications
11174 with @value{GDBN} on the host machine.  This is where the communications
11175 protocol is implemented; @code{handle_exception} acts as the @value{GDBN}
11176 representative on the target machine.  It begins by sending summary
11177 information on the state of your program, then continues to execute,
11178 retrieving and transmitting any information @value{GDBN} needs, until you
11179 execute a @value{GDBN} command that makes your program resume; at that point,
11180 @code{handle_exception} returns control to your own code on the target
11181 machine.
11182
11183 @item breakpoint
11184 @cindex @code{breakpoint} subroutine, remote
11185 Use this auxiliary subroutine to make your program contain a
11186 breakpoint.  Depending on the particular situation, this may be the only
11187 way for @value{GDBN} to get control.  For instance, if your target
11188 machine has some sort of interrupt button, you won't need to call this;
11189 pressing the interrupt button transfers control to
11190 @code{handle_exception}---in effect, to @value{GDBN}.  On some machines,
11191 simply receiving characters on the serial port may also trigger a trap;
11192 again, in that situation, you don't need to call @code{breakpoint} from
11193 your own program---simply running @samp{target remote} from the host
11194 @value{GDBN} session gets control.
11195
11196 Call @code{breakpoint} if none of these is true, or if you simply want
11197 to make certain your program stops at a predetermined point for the
11198 start of your debugging session.
11199 @end table
11200
11201 @node Bootstrapping
11202 @subsection What you must do for the stub
11203
11204 @cindex remote stub, support routines
11205 The debugging stubs that come with @value{GDBN} are set up for a particular
11206 chip architecture, but they have no information about the rest of your
11207 debugging target machine.
11208
11209 First of all you need to tell the stub how to communicate with the
11210 serial port.
11211
11212 @table @code
11213 @item int getDebugChar()
11214 @kindex getDebugChar
11215 Write this subroutine to read a single character from the serial port.
11216 It may be identical to @code{getchar} for your target system; a
11217 different name is used to allow you to distinguish the two if you wish.
11218
11219 @item void putDebugChar(int)
11220 @kindex putDebugChar
11221 Write this subroutine to write a single character to the serial port.
11222 It may be identical to @code{putchar} for your target system; a
11223 different name is used to allow you to distinguish the two if you wish.
11224 @end table
11225
11226 @cindex control C, and remote debugging
11227 @cindex interrupting remote targets
11228 If you want @value{GDBN} to be able to stop your program while it is
11229 running, you need to use an interrupt-driven serial driver, and arrange
11230 for it to stop when it receives a @code{^C} (@samp{\003}, the control-C
11231 character).  That is the character which @value{GDBN} uses to tell the
11232 remote system to stop.
11233
11234 Getting the debugging target to return the proper status to @value{GDBN}
11235 probably requires changes to the standard stub; one quick and dirty way
11236 is to just execute a breakpoint instruction (the ``dirty'' part is that
11237 @value{GDBN} reports a @code{SIGTRAP} instead of a @code{SIGINT}).
11238
11239 Other routines you need to supply are:
11240
11241 @table @code
11242 @item void exceptionHandler (int @var{exception_number}, void *@var{exception_address})
11243 @kindex exceptionHandler
11244 Write this function to install @var{exception_address} in the exception
11245 handling tables.  You need to do this because the stub does not have any
11246 way of knowing what the exception handling tables on your target system
11247 are like (for example, the processor's table might be in @sc{rom},
11248 containing entries which point to a table in @sc{ram}).
11249 @var{exception_number} is the exception number which should be changed;
11250 its meaning is architecture-dependent (for example, different numbers
11251 might represent divide by zero, misaligned access, etc).  When this
11252 exception occurs, control should be transferred directly to
11253 @var{exception_address}, and the processor state (stack, registers,
11254 and so on) should be just as it is when a processor exception occurs.  So if
11255 you want to use a jump instruction to reach @var{exception_address}, it
11256 should be a simple jump, not a jump to subroutine.
11257
11258 For the 386, @var{exception_address} should be installed as an interrupt
11259 gate so that interrupts are masked while the handler runs.  The gate
11260 should be at privilege level 0 (the most privileged level).  The
11261 @sc{sparc} and 68k stubs are able to mask interrupts themselves without
11262 help from @code{exceptionHandler}.
11263
11264 @item void flush_i_cache()
11265 @kindex flush_i_cache
11266 On @sc{sparc} and @sc{sparclite} only, write this subroutine to flush the
11267 instruction cache, if any, on your target machine.  If there is no
11268 instruction cache, this subroutine may be a no-op.
11269
11270 On target machines that have instruction caches, @value{GDBN} requires this
11271 function to make certain that the state of your program is stable.
11272 @end table
11273
11274 @noindent
11275 You must also make sure this library routine is available:
11276
11277 @table @code
11278 @item void *memset(void *, int, int)
11279 @kindex memset
11280 This is the standard library function @code{memset} that sets an area of
11281 memory to a known value.  If you have one of the free versions of
11282 @code{libc.a}, @code{memset} can be found there; otherwise, you must
11283 either obtain it from your hardware manufacturer, or write your own.
11284 @end table
11285
11286 If you do not use the GNU C compiler, you may need other standard
11287 library subroutines as well; this varies from one stub to another,
11288 but in general the stubs are likely to use any of the common library
11289 subroutines which @code{@value{GCC}} generates as inline code.
11290
11291
11292 @node Debug Session
11293 @subsection Putting it all together
11294
11295 @cindex remote serial debugging summary
11296 In summary, when your program is ready to debug, you must follow these
11297 steps.
11298
11299 @enumerate
11300 @item
11301 Make sure you have defined the supporting low-level routines
11302 (@pxref{Bootstrapping,,What you must do for the stub}):
11303 @display
11304 @code{getDebugChar}, @code{putDebugChar},
11305 @code{flush_i_cache}, @code{memset}, @code{exceptionHandler}.
11306 @end display
11307
11308 @item
11309 Insert these lines near the top of your program:
11310
11311 @smallexample
11312 set_debug_traps();
11313 breakpoint();
11314 @end smallexample
11315
11316 @item
11317 For the 680x0 stub only, you need to provide a variable called
11318 @code{exceptionHook}.  Normally you just use:
11319
11320 @smallexample
11321 void (*exceptionHook)() = 0;
11322 @end smallexample
11323
11324 @noindent
11325 but if before calling @code{set_debug_traps}, you set it to point to a
11326 function in your program, that function is called when
11327 @code{@value{GDBN}} continues after stopping on a trap (for example, bus
11328 error).  The function indicated by @code{exceptionHook} is called with
11329 one parameter: an @code{int} which is the exception number.
11330
11331 @item
11332 Compile and link together: your program, the @value{GDBN} debugging stub for
11333 your target architecture, and the supporting subroutines.
11334
11335 @item
11336 Make sure you have a serial connection between your target machine and
11337 the @value{GDBN} host, and identify the serial port on the host.
11338
11339 @item
11340 @c The "remote" target now provides a `load' command, so we should
11341 @c document that.  FIXME.
11342 Download your program to your target machine (or get it there by
11343 whatever means the manufacturer provides), and start it.
11344
11345 @item
11346 Start @value{GDBN} on the host, and connect to the target
11347 (@pxref{Connecting,,Connecting to a remote target}).
11348
11349 @end enumerate
11350
11351 @node Configurations
11352 @chapter Configuration-Specific Information
11353
11354 While nearly all @value{GDBN} commands are available for all native and
11355 cross versions of the debugger, there are some exceptions.  This chapter
11356 describes things that are only available in certain configurations.
11357
11358 There are three major categories of configurations: native
11359 configurations, where the host and target are the same, embedded
11360 operating system configurations, which are usually the same for several
11361 different processor architectures, and bare embedded processors, which
11362 are quite different from each other.
11363
11364 @menu
11365 * Native::
11366 * Embedded OS::
11367 * Embedded Processors::
11368 * Architectures::
11369 @end menu
11370
11371 @node Native
11372 @section Native
11373
11374 This section describes details specific to particular native
11375 configurations.
11376
11377 @menu
11378 * HP-UX::                       HP-UX
11379 * SVR4 Process Information::    SVR4 process information
11380 * DJGPP Native::                Features specific to the DJGPP port
11381 * Cygwin Native::               Features specific to the Cygwin port
11382 @end menu
11383
11384 @node HP-UX
11385 @subsection HP-UX
11386
11387 On HP-UX systems, if you refer to a function or variable name that
11388 begins with a dollar sign, @value{GDBN} searches for a user or system
11389 name first, before it searches for a convenience variable.
11390
11391 @node SVR4 Process Information
11392 @subsection SVR4 process information
11393
11394 @kindex /proc
11395 @cindex process image
11396
11397 Many versions of SVR4 provide a facility called @samp{/proc} that can be
11398 used to examine the image of a running process using file-system
11399 subroutines.  If @value{GDBN} is configured for an operating system with
11400 this facility, the command @code{info proc} is available to report on
11401 several kinds of information about the process running your program.
11402 @code{info proc} works only on SVR4 systems that include the
11403 @code{procfs} code.  This includes OSF/1 (Digital Unix), Solaris, Irix,
11404 and Unixware, but not HP-UX or @sc{gnu}/Linux, for example.
11405
11406 @table @code
11407 @kindex info proc
11408 @item info proc
11409 Summarize available information about the process.
11410
11411 @kindex info proc mappings
11412 @item info proc mappings
11413 Report on the address ranges accessible in the program, with information
11414 on whether your program may read, write, or execute each range.
11415 @ignore
11416 @comment These sub-options of 'info proc' were not included when
11417 @comment procfs.c was re-written.  Keep their descriptions around
11418 @comment against the day when someone finds the time to put them back in.
11419 @kindex info proc times
11420 @item info proc times
11421 Starting time, user CPU time, and system CPU time for your program and
11422 its children.
11423
11424 @kindex info proc id
11425 @item info proc id
11426 Report on the process IDs related to your program: its own process ID,
11427 the ID of its parent, the process group ID, and the session ID.
11428
11429 @kindex info proc status
11430 @item info proc status
11431 General information on the state of the process.  If the process is
11432 stopped, this report includes the reason for stopping, and any signal
11433 received.
11434
11435 @item info proc all
11436 Show all the above information about the process.
11437 @end ignore
11438 @end table
11439
11440 @node DJGPP Native
11441 @subsection Features for Debugging @sc{djgpp} Programs
11442 @cindex @sc{djgpp} debugging
11443 @cindex native @sc{djgpp} debugging
11444 @cindex MS-DOS-specific commands
11445
11446 @sc{djgpp} is the port of @sc{gnu} development tools to MS-DOS and
11447 MS-Windows.  @sc{djgpp} programs are 32-bit protected-mode programs
11448 that use the @dfn{DPMI} (DOS Protected-Mode Interface) API to run on
11449 top of real-mode DOS systems and their emulations.
11450
11451 @value{GDBN} supports native debugging of @sc{djgpp} programs, and
11452 defines a few commands specific to the @sc{djgpp} port.  This
11453 subsection describes those commands.
11454
11455 @table @code
11456 @kindex info dos
11457 @item info dos
11458 This is a prefix of @sc{djgpp}-specific commands which print
11459 information about the target system and important OS structures.
11460
11461 @kindex sysinfo
11462 @cindex MS-DOS system info
11463 @cindex free memory information (MS-DOS)
11464 @item info dos sysinfo
11465 This command displays assorted information about the underlying
11466 platform: the CPU type and features, the OS version and flavor, the
11467 DPMI version, and the available conventional and DPMI memory.
11468
11469 @cindex GDT
11470 @cindex LDT
11471 @cindex IDT
11472 @cindex segment descriptor tables
11473 @cindex descriptor tables display
11474 @item info dos gdt
11475 @itemx info dos ldt
11476 @itemx info dos idt
11477 These 3 commands display entries from, respectively, Global, Local,
11478 and Interrupt Descriptor Tables (GDT, LDT, and IDT).  The descriptor
11479 tables are data structures which store a descriptor for each segment
11480 that is currently in use.  The segment's selector is an index into a
11481 descriptor table; the table entry for that index holds the
11482 descriptor's base address and limit, and its attributes and access
11483 rights.
11484
11485 A typical @sc{djgpp} program uses 3 segments: a code segment, a data
11486 segment (used for both data and the stack), and a DOS segment (which
11487 allows access to DOS/BIOS data structures and absolute addresses in
11488 conventional memory).  However, the DPMI host will usually define
11489 additional segments in order to support the DPMI environment.
11490
11491 @cindex garbled pointers
11492 These commands allow to display entries from the descriptor tables.
11493 Without an argument, all entries from the specified table are
11494 displayed.  An argument, which should be an integer expression, means
11495 display a single entry whose index is given by the argument.  For
11496 example, here's a convenient way to display information about the
11497 debugged program's data segment:
11498
11499 @smallexample
11500 @exdent @code{(@value{GDBP}) info dos ldt $ds}
11501 @exdent @code{0x13f: base=0x11970000 limit=0x0009ffff 32-Bit Data (Read/Write, Exp-up)}
11502 @end smallexample
11503
11504 @noindent
11505 This comes in handy when you want to see whether a pointer is outside
11506 the data segment's limit (i.e.@: @dfn{garbled}).
11507
11508 @cindex page tables display (MS-DOS)
11509 @item info dos pde
11510 @itemx info dos pte
11511 These two commands display entries from, respectively, the Page
11512 Directory and the Page Tables.  Page Directories and Page Tables are
11513 data structures which control how virtual memory addresses are mapped
11514 into physical addresses.  A Page Table includes an entry for every
11515 page of memory that is mapped into the program's address space; there
11516 may be several Page Tables, each one holding up to 4096 entries.  A
11517 Page Directory has up to 4096 entries, one each for every Page Table
11518 that is currently in use.
11519
11520 Without an argument, @kbd{info dos pde} displays the entire Page
11521 Directory, and @kbd{info dos pte} displays all the entries in all of
11522 the Page Tables.  An argument, an integer expression, given to the
11523 @kbd{info dos pde} command means display only that entry from the Page
11524 Directory table.  An argument given to the @kbd{info dos pte} command
11525 means display entries from a single Page Table, the one pointed to by
11526 the specified entry in the Page Directory.
11527
11528 @cindex direct memory access (DMA) on MS-DOS
11529 These commands are useful when your program uses @dfn{DMA} (Direct
11530 Memory Access), which needs physical addresses to program the DMA
11531 controller.
11532
11533 These commands are supported only with some DPMI servers.
11534
11535 @cindex physical address from linear address
11536 @item info dos address-pte @var{addr}
11537 This command displays the Page Table entry for a specified linear
11538 address.  The argument linear address @var{addr} should already have the
11539 appropriate segment's base address added to it, because this command
11540 accepts addresses which may belong to @emph{any} segment.  For
11541 example, here's how to display the Page Table entry for the page where
11542 the variable @code{i} is stored:
11543
11544 @smallexample
11545 @exdent @code{(@value{GDBP}) info dos address-pte __djgpp_base_address + (char *)&i}
11546 @exdent @code{Page Table entry for address 0x11a00d30:}
11547 @exdent @code{Base=0x02698000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0xd30}
11548 @end smallexample
11549
11550 @noindent
11551 This says that @code{i} is stored at offset @code{0xd30} from the page
11552 whose physical base address is @code{0x02698000}, and prints all the
11553 attributes of that page.
11554
11555 Note that you must cast the addresses of variables to a @code{char *},
11556 since otherwise the value of @code{__djgpp_base_address}, the base
11557 address of all variables and functions in a @sc{djgpp} program, will
11558 be added using the rules of C pointer arithmetics: if @code{i} is
11559 declared an @code{int}, @value{GDBN} will add 4 times the value of
11560 @code{__djgpp_base_address} to the address of @code{i}.
11561
11562 Here's another example, it displays the Page Table entry for the
11563 transfer buffer:
11564
11565 @smallexample
11566 @exdent @code{(@value{GDBP}) info dos address-pte *((unsigned *)&_go32_info_block + 3)}
11567 @exdent @code{Page Table entry for address 0x29110:}
11568 @exdent @code{Base=0x00029000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0x110}
11569 @end smallexample
11570
11571 @noindent
11572 (The @code{+ 3} offset is because the transfer buffer's address is the
11573 3rd member of the @code{_go32_info_block} structure.)  The output of
11574 this command clearly shows that addresses in conventional memory are
11575 mapped 1:1, i.e.@: the physical and linear addresses are identical.
11576
11577 This command is supported only with some DPMI servers.
11578 @end table
11579
11580 @node Cygwin Native
11581 @subsection Features for Debugging MS Windows PE executables
11582 @cindex MS Windows debugging
11583 @cindex native Cygwin debugging
11584 @cindex Cygwin-specific commands
11585
11586 @value{GDBN} supports native debugging of MS Windows programs, including
11587 DLLs with and without symbolic debugging information. There are various
11588 additional Cygwin-specific commands, described in this subsection.  The
11589 subsubsection @pxref{Non-debug DLL symbols} describes working with DLLs
11590 that have no debugging symbols.
11591
11592
11593 @table @code
11594 @kindex info w32
11595 @item info w32
11596 This is a prefix of MS Windows specific commands which print
11597 information about the target system and important OS structures.
11598
11599 @item info w32 selector
11600 This command displays information returned by
11601 the Win32 API @code{GetThreadSelectorEntry} function.
11602 It takes an optional argument that is evaluated to
11603 a long value to give the information about this given selector.
11604 Without argument, this command displays information
11605 about the the six segment registers.
11606
11607 @kindex info dll
11608 @item info dll
11609 This is a Cygwin specific alias of info shared.
11610
11611 @kindex dll-symbols
11612 @item dll-symbols
11613 This command loads symbols from a dll similarly to
11614 add-sym command but without the need to specify a base address.
11615
11616 @kindex set new-console
11617 @item set new-console @var{mode}
11618 If @var{mode} is @code{on} the debuggee will
11619 be started in a new console on next start.
11620 If @var{mode} is @code{off}i, the debuggee will
11621 be started in the same console as the debugger.
11622
11623 @kindex show new-console
11624 @item show new-console
11625 Displays whether a new console is used
11626 when the debuggee is started.
11627
11628 @kindex set new-group
11629 @item set new-group @var{mode}
11630 This boolean value controls whether the debuggee should
11631 start a new group or stay in the same group as the debugger.
11632 This affects the way the Windows OS handles
11633 Ctrl-C.
11634
11635 @kindex show new-group
11636 @item show new-group
11637 Displays current value of new-group boolean.
11638
11639 @kindex set debugevents
11640 @item set debugevents
11641 This boolean value adds debug output concerning events seen by the debugger.
11642
11643 @kindex set debugexec
11644 @item set debugexec
11645 This boolean value adds debug output concerning execute events
11646 seen by the debugger.
11647
11648 @kindex set debugexceptions
11649 @item set debugexceptions
11650 This boolean value adds debug ouptut concerning exception events
11651 seen by the debugger.
11652
11653 @kindex set debugmemory
11654 @item set debugmemory
11655 This boolean value adds debug ouptut concerning memory events
11656 seen by the debugger.
11657
11658 @kindex set shell
11659 @item set shell
11660 This boolean values specifies whether the debuggee is called
11661 via a shell or directly (default value is on).
11662
11663 @kindex show shell
11664 @item show shell
11665 Displays if the debuggee will be started with a shell.
11666
11667 @end table
11668
11669 @menu
11670 * Non-debug DLL symbols::  Support for DLLs without debugging symbols
11671 @end menu
11672
11673 @node Non-debug DLL symbols
11674 @subsubsection Support for DLLs without debugging symbols
11675 @cindex DLLs with no debugging symbols
11676 @cindex Minimal symbols and DLLs
11677
11678 Very often on windows, some of the DLLs that your program relies on do
11679 not include symbolic debugging information (for example,
11680 @file{kernel32.dll}). When @value{GDBN} doesn't recognize any debugging
11681 symbols in a DLL, it relies on the minimal amount of symbolic
11682 information contained in the DLL's export table. This subsubsection
11683 describes working with such symbols, known internally to @value{GDBN} as
11684 ``minimal symbols''.
11685
11686 Note that before the debugged program has started execution, no DLLs
11687 will have been loaded. The easiest way around this problem is simply to
11688 start the program --- either by setting a breakpoint or letting the
11689 program run once to completion. It is also possible to force
11690 @value{GDBN} to load a particular DLL before starting the executable ---
11691 see the shared library information in @pxref{Files} or the
11692 @code{dll-symbols} command in @pxref{Cygwin Native}. Currently,
11693 explicitly loading symbols from a DLL with no debugging information will
11694 cause the symbol names to be duplicated in @value{GDBN}'s lookup table,
11695 which may adversely affect symbol lookup performance.
11696
11697 @subsubsection DLL name prefixes
11698
11699 In keeping with the naming conventions used by the Microsoft debugging
11700 tools, DLL export symbols are made available with a prefix based on the
11701 DLL name, for instance @code{KERNEL32!CreateFileA}.  The plain name is
11702 also entered into the symbol table, so @code{CreateFileA} is often
11703 sufficient. In some cases there will be name clashes within a program
11704 (particularly if the executable itself includes full debugging symbols)
11705 necessitating the use of the fully qualified name when referring to the
11706 contents of the DLL. Use single-quotes around the name to avoid the
11707 exclamation mark (``!'')  being interpreted as a language operator.
11708
11709 Note that the internal name of the DLL may be all upper-case, even
11710 though the file name of the DLL is lower-case, or vice-versa. Since
11711 symbols within @value{GDBN} are @emph{case-sensitive} this may cause
11712 some confusion. If in doubt, try the @code{info functions} and
11713 @code{info variables} commands or even @code{maint print msymbols} (see
11714 @pxref{Symbols}). Here's an example:
11715
11716 @smallexample
11717 (gdb) info function CreateFileA
11718 All functions matching regular expression "CreateFileA":
11719
11720 Non-debugging symbols:
11721 0x77e885f4  CreateFileA
11722 0x77e885f4  KERNEL32!CreateFileA
11723 @end smallexample
11724
11725 @smallexample
11726 (gdb) info function !
11727 All functions matching regular expression "!":
11728
11729 Non-debugging symbols:
11730 0x6100114c  cygwin1!__assert
11731 0x61004034  cygwin1!_dll_crt0@@0
11732 0x61004240  cygwin1!dll_crt0(per_process *)
11733 [etc...]
11734 @end smallexample
11735
11736 @subsubsection Working with minimal symbols
11737
11738 Symbols extracted from a DLL's export table do not contain very much
11739 type information. All that @value{GDBN} can do is guess whether a symbol
11740 refers to a function or variable depending on the linker section that
11741 contains the symbol. Also note that the actual contents of the memory
11742 contained in a DLL are not available unless the program is running. This
11743 means that you cannot examine the contents of a variable or disassemble
11744 a function within a DLL without a running program.
11745
11746 Variables are generally treated as pointers and dereferenced
11747 automatically. For this reason, it is often necessary to prefix a
11748 variable name with the address-of operator (``&'') and provide explicit
11749 type information in the command. Here's an example of the type of
11750 problem:
11751
11752 @smallexample
11753 (gdb) print 'cygwin1!__argv'
11754 $1 = 268572168
11755 @end smallexample
11756
11757 @smallexample
11758 (gdb) x 'cygwin1!__argv'
11759 0x10021610:      "\230y\""
11760 @end smallexample
11761
11762 And two possible solutions:
11763
11764 @smallexample
11765 (gdb) print ((char **)'cygwin1!__argv')[0]
11766 $2 = 0x22fd98 "/cygdrive/c/mydirectory/myprogram"
11767 @end smallexample
11768
11769 @smallexample
11770 (gdb) x/2x &'cygwin1!__argv'
11771 0x610c0aa8 <cygwin1!__argv>:    0x10021608      0x00000000
11772 (gdb) x/x 0x10021608
11773 0x10021608:     0x0022fd98
11774 (gdb) x/s 0x0022fd98
11775 0x22fd98:        "/cygdrive/c/mydirectory/myprogram"
11776 @end smallexample
11777
11778 Setting a break point within a DLL is possible even before the program
11779 starts execution. However, under these circumstances, @value{GDBN} can't
11780 examine the initial instructions of the function in order to skip the
11781 function's frame set-up code. You can work around this by using ``*&''
11782 to set the breakpoint at a raw memory address:
11783
11784 @smallexample
11785 (gdb) break *&'python22!PyOS_Readline'
11786 Breakpoint 1 at 0x1e04eff0
11787 @end smallexample
11788
11789 The author of these extensions is not entirely convinced that setting a
11790 break point within a shared DLL like @file{kernel32.dll} is completely
11791 safe.
11792
11793 @node Embedded OS
11794 @section Embedded Operating Systems
11795
11796 This section describes configurations involving the debugging of
11797 embedded operating systems that are available for several different
11798 architectures.
11799
11800 @menu
11801 * VxWorks::                     Using @value{GDBN} with VxWorks
11802 @end menu
11803
11804 @value{GDBN} includes the ability to debug programs running on
11805 various real-time operating systems.
11806
11807 @node VxWorks
11808 @subsection Using @value{GDBN} with VxWorks
11809
11810 @cindex VxWorks
11811
11812 @table @code
11813
11814 @kindex target vxworks
11815 @item target vxworks @var{machinename}
11816 A VxWorks system, attached via TCP/IP.  The argument @var{machinename}
11817 is the target system's machine name or IP address.
11818
11819 @end table
11820
11821 On VxWorks, @code{load} links @var{filename} dynamically on the
11822 current target system as well as adding its symbols in @value{GDBN}.
11823
11824 @value{GDBN} enables developers to spawn and debug tasks running on networked
11825 VxWorks targets from a Unix host.  Already-running tasks spawned from
11826 the VxWorks shell can also be debugged.  @value{GDBN} uses code that runs on
11827 both the Unix host and on the VxWorks target.  The program
11828 @code{@value{GDBP}} is installed and executed on the Unix host.  (It may be
11829 installed with the name @code{vxgdb}, to distinguish it from a
11830 @value{GDBN} for debugging programs on the host itself.)
11831
11832 @table @code
11833 @item VxWorks-timeout @var{args}
11834 @kindex vxworks-timeout
11835 All VxWorks-based targets now support the option @code{vxworks-timeout}.
11836 This option is set by the user, and  @var{args} represents the number of
11837 seconds @value{GDBN} waits for responses to rpc's.  You might use this if
11838 your VxWorks target is a slow software simulator or is on the far side
11839 of a thin network line.
11840 @end table
11841
11842 The following information on connecting to VxWorks was current when
11843 this manual was produced; newer releases of VxWorks may use revised
11844 procedures.
11845
11846 @kindex INCLUDE_RDB
11847 To use @value{GDBN} with VxWorks, you must rebuild your VxWorks kernel
11848 to include the remote debugging interface routines in the VxWorks
11849 library @file{rdb.a}.  To do this, define @code{INCLUDE_RDB} in the
11850 VxWorks configuration file @file{configAll.h} and rebuild your VxWorks
11851 kernel.  The resulting kernel contains @file{rdb.a}, and spawns the
11852 source debugging task @code{tRdbTask} when VxWorks is booted.  For more
11853 information on configuring and remaking VxWorks, see the manufacturer's
11854 manual.
11855 @c VxWorks, see the @cite{VxWorks Programmer's Guide}.
11856
11857 Once you have included @file{rdb.a} in your VxWorks system image and set
11858 your Unix execution search path to find @value{GDBN}, you are ready to
11859 run @value{GDBN}.  From your Unix host, run @code{@value{GDBP}} (or
11860 @code{vxgdb}, depending on your installation).
11861
11862 @value{GDBN} comes up showing the prompt:
11863
11864 @smallexample
11865 (vxgdb)
11866 @end smallexample
11867
11868 @menu
11869 * VxWorks Connection::          Connecting to VxWorks
11870 * VxWorks Download::            VxWorks download
11871 * VxWorks Attach::              Running tasks
11872 @end menu
11873
11874 @node VxWorks Connection
11875 @subsubsection Connecting to VxWorks
11876
11877 The @value{GDBN} command @code{target} lets you connect to a VxWorks target on the
11878 network.  To connect to a target whose host name is ``@code{tt}'', type:
11879
11880 @smallexample
11881 (vxgdb) target vxworks tt
11882 @end smallexample
11883
11884 @need 750
11885 @value{GDBN} displays messages like these:
11886
11887 @smallexample
11888 Attaching remote machine across net...
11889 Connected to tt.
11890 @end smallexample
11891
11892 @need 1000
11893 @value{GDBN} then attempts to read the symbol tables of any object modules
11894 loaded into the VxWorks target since it was last booted.  @value{GDBN} locates
11895 these files by searching the directories listed in the command search
11896 path (@pxref{Environment, ,Your program's environment}); if it fails
11897 to find an object file, it displays a message such as:
11898
11899 @smallexample
11900 prog.o: No such file or directory.
11901 @end smallexample
11902
11903 When this happens, add the appropriate directory to the search path with
11904 the @value{GDBN} command @code{path}, and execute the @code{target}
11905 command again.
11906
11907 @node VxWorks Download
11908 @subsubsection VxWorks download
11909
11910 @cindex download to VxWorks
11911 If you have connected to the VxWorks target and you want to debug an
11912 object that has not yet been loaded, you can use the @value{GDBN}
11913 @code{load} command to download a file from Unix to VxWorks
11914 incrementally.  The object file given as an argument to the @code{load}
11915 command is actually opened twice: first by the VxWorks target in order
11916 to download the code, then by @value{GDBN} in order to read the symbol
11917 table.  This can lead to problems if the current working directories on
11918 the two systems differ.  If both systems have NFS mounted the same
11919 filesystems, you can avoid these problems by using absolute paths.
11920 Otherwise, it is simplest to set the working directory on both systems
11921 to the directory in which the object file resides, and then to reference
11922 the file by its name, without any path.  For instance, a program
11923 @file{prog.o} may reside in @file{@var{vxpath}/vw/demo/rdb} in VxWorks
11924 and in @file{@var{hostpath}/vw/demo/rdb} on the host.  To load this
11925 program, type this on VxWorks:
11926
11927 @smallexample
11928 -> cd "@var{vxpath}/vw/demo/rdb"
11929 @end smallexample
11930
11931 @noindent
11932 Then, in @value{GDBN}, type:
11933
11934 @smallexample
11935 (vxgdb) cd @var{hostpath}/vw/demo/rdb
11936 (vxgdb) load prog.o
11937 @end smallexample
11938
11939 @value{GDBN} displays a response similar to this:
11940
11941 @smallexample
11942 Reading symbol data from wherever/vw/demo/rdb/prog.o... done.
11943 @end smallexample
11944
11945 You can also use the @code{load} command to reload an object module
11946 after editing and recompiling the corresponding source file.  Note that
11947 this makes @value{GDBN} delete all currently-defined breakpoints,
11948 auto-displays, and convenience variables, and to clear the value
11949 history.  (This is necessary in order to preserve the integrity of
11950 debugger's data structures that reference the target system's symbol
11951 table.)
11952
11953 @node VxWorks Attach
11954 @subsubsection Running tasks
11955
11956 @cindex running VxWorks tasks
11957 You can also attach to an existing task using the @code{attach} command as
11958 follows:
11959
11960 @smallexample
11961 (vxgdb) attach @var{task}
11962 @end smallexample
11963
11964 @noindent
11965 where @var{task} is the VxWorks hexadecimal task ID.  The task can be running
11966 or suspended when you attach to it.  Running tasks are suspended at
11967 the time of attachment.
11968
11969 @node Embedded Processors
11970 @section Embedded Processors
11971
11972 This section goes into details specific to particular embedded
11973 configurations.
11974
11975
11976 @menu
11977 * ARM::                         ARM
11978 * H8/300::                      Renesas H8/300
11979 * H8/500::                      Renesas H8/500
11980 * M32R/D::                      Renesas M32R/D
11981 * M68K::                        Motorola M68K
11982 * MIPS Embedded::               MIPS Embedded
11983 * OpenRISC 1000::               OpenRisc 1000
11984 * PA::                          HP PA Embedded
11985 * PowerPC:                      PowerPC
11986 * SH::                          Renesas SH
11987 * Sparclet::                    Tsqware Sparclet
11988 * Sparclite::                   Fujitsu Sparclite
11989 * ST2000::                      Tandem ST2000
11990 * Z8000::                       Zilog Z8000
11991 @end menu
11992
11993 @node ARM
11994 @subsection ARM
11995
11996 @table @code
11997
11998 @kindex target rdi
11999 @item target rdi @var{dev}
12000 ARM Angel monitor, via RDI library interface to ADP protocol.  You may
12001 use this target to communicate with both boards running the Angel
12002 monitor, or with the EmbeddedICE JTAG debug device.
12003
12004 @kindex target rdp
12005 @item target rdp @var{dev}
12006 ARM Demon monitor.
12007
12008 @end table
12009
12010 @node H8/300
12011 @subsection Renesas H8/300
12012
12013 @table @code
12014
12015 @kindex target hms@r{, with H8/300}
12016 @item target hms @var{dev}
12017 A Renesas SH, H8/300, or H8/500 board, attached via serial line to your host.
12018 Use special commands @code{device} and @code{speed} to control the serial
12019 line and the communications speed used.
12020
12021 @kindex target e7000@r{, with H8/300}
12022 @item target e7000 @var{dev}
12023 E7000 emulator for Renesas H8 and SH.
12024
12025 @kindex target sh3@r{, with H8/300}
12026 @kindex target sh3e@r{, with H8/300}
12027 @item target sh3 @var{dev}
12028 @itemx target sh3e @var{dev}
12029 Renesas SH-3 and SH-3E target systems.
12030
12031 @end table
12032
12033 @cindex download to H8/300 or H8/500
12034 @cindex H8/300 or H8/500 download
12035 @cindex download to Renesas SH
12036 @cindex Renesas SH download
12037 When you select remote debugging to a Renesas SH, H8/300, or H8/500
12038 board, the @code{load} command downloads your program to the Renesas
12039 board and also opens it as the current executable target for
12040 @value{GDBN} on your host (like the @code{file} command).
12041
12042 @value{GDBN} needs to know these things to talk to your
12043 Renesas SH, H8/300, or H8/500:
12044
12045 @enumerate
12046 @item
12047 that you want to use @samp{target hms}, the remote debugging interface
12048 for Renesas microprocessors, or @samp{target e7000}, the in-circuit
12049 emulator for the Renesas SH and the Renesas 300H.  (@samp{target hms} is
12050 the default when @value{GDBN} is configured specifically for the Renesas SH,
12051 H8/300, or H8/500.)
12052
12053 @item
12054 what serial device connects your host to your Renesas board (the first
12055 serial device available on your host is the default).
12056
12057 @item
12058 what speed to use over the serial device.
12059 @end enumerate
12060
12061 @menu
12062 * Renesas Boards::      Connecting to Renesas boards.
12063 * Renesas ICE::         Using the E7000 In-Circuit Emulator.
12064 * Renesas Special::     Special @value{GDBN} commands for Renesas micros.
12065 @end menu
12066
12067 @node Renesas Boards
12068 @subsubsection Connecting to Renesas boards
12069
12070 @c only for Unix hosts
12071 @kindex device
12072 @cindex serial device, Renesas micros
12073 Use the special @code{@value{GDBN}} command @samp{device @var{port}} if you
12074 need to explicitly set the serial device.  The default @var{port} is the
12075 first available port on your host.  This is only necessary on Unix
12076 hosts, where it is typically something like @file{/dev/ttya}.
12077
12078 @kindex speed
12079 @cindex serial line speed, Renesas micros
12080 @code{@value{GDBN}} has another special command to set the communications
12081 speed: @samp{speed @var{bps}}.  This command also is only used from Unix
12082 hosts; on DOS hosts, set the line speed as usual from outside @value{GDBN} with
12083 the DOS @code{mode} command (for instance,
12084 @w{@kbd{mode com2:9600,n,8,1,p}} for a 9600@dmn{bps} connection).
12085
12086 The @samp{device} and @samp{speed} commands are available only when you
12087 use a Unix host to debug your Renesas microprocessor programs.  If you
12088 use a DOS host,
12089 @value{GDBN} depends on an auxiliary terminate-and-stay-resident program
12090 called @code{asynctsr} to communicate with the development board
12091 through a PC serial port.  You must also use the DOS @code{mode} command
12092 to set up the serial port on the DOS side.
12093
12094 The following sample session illustrates the steps needed to start a
12095 program under @value{GDBN} control on an H8/300.  The example uses a
12096 sample H8/300 program called @file{t.x}.  The procedure is the same for
12097 the Renesas SH and the H8/500.
12098
12099 First hook up your development board.  In this example, we use a
12100 board attached to serial port @code{COM2}; if you use a different serial
12101 port, substitute its name in the argument of the @code{mode} command.
12102 When you call @code{asynctsr}, the auxiliary comms program used by the
12103 debugger, you give it just the numeric part of the serial port's name;
12104 for example, @samp{asyncstr 2} below runs @code{asyncstr} on
12105 @code{COM2}.
12106
12107 @smallexample
12108 C:\H8300\TEST> asynctsr 2
12109 C:\H8300\TEST> mode com2:9600,n,8,1,p
12110
12111 Resident portion of MODE loaded
12112
12113 COM2: 9600, n, 8, 1, p
12114
12115 @end smallexample
12116
12117 @quotation
12118 @emph{Warning:} We have noticed a bug in PC-NFS that conflicts with
12119 @code{asynctsr}.  If you also run PC-NFS on your DOS host, you may need to
12120 disable it, or even boot without it, to use @code{asynctsr} to control
12121 your development board.
12122 @end quotation
12123
12124 @kindex target hms@r{, and serial protocol}
12125 Now that serial communications are set up, and the development board is
12126 connected, you can start up @value{GDBN}.  Call @code{@value{GDBP}} with
12127 the name of your program as the argument.  @code{@value{GDBN}} prompts
12128 you, as usual, with the prompt @samp{(@value{GDBP})}.  Use two special
12129 commands to begin your debugging session: @samp{target hms} to specify
12130 cross-debugging to the Renesas board, and the @code{load} command to
12131 download your program to the board.  @code{load} displays the names of
12132 the program's sections, and a @samp{*} for each 2K of data downloaded.
12133 (If you want to refresh @value{GDBN} data on symbols or on the
12134 executable file without downloading, use the @value{GDBN} commands
12135 @code{file} or @code{symbol-file}.  These commands, and @code{load}
12136 itself, are described in @ref{Files,,Commands to specify files}.)
12137
12138 @smallexample
12139 (eg-C:\H8300\TEST) @value{GDBP} t.x
12140 @value{GDBN} is free software and you are welcome to distribute copies
12141  of it under certain conditions; type "show copying" to see
12142  the conditions.
12143 There is absolutely no warranty for @value{GDBN}; type "show warranty"
12144 for details.
12145 @value{GDBN} @value{GDBVN}, Copyright 1992 Free Software Foundation, Inc...
12146 (@value{GDBP}) target hms
12147 Connected to remote H8/300 HMS system.
12148 (@value{GDBP}) load t.x
12149 .text   : 0x8000 .. 0xabde ***********
12150 .data   : 0xabde .. 0xad30 *
12151 .stack  : 0xf000 .. 0xf014 *
12152 @end smallexample
12153
12154 At this point, you're ready to run or debug your program.  From here on,
12155 you can use all the usual @value{GDBN} commands.  The @code{break} command
12156 sets breakpoints; the @code{run} command starts your program;
12157 @code{print} or @code{x} display data; the @code{continue} command
12158 resumes execution after stopping at a breakpoint.  You can use the
12159 @code{help} command at any time to find out more about @value{GDBN} commands.
12160
12161 Remember, however, that @emph{operating system} facilities aren't
12162 available on your development board; for example, if your program hangs,
12163 you can't send an interrupt---but you can press the @sc{reset} switch!
12164
12165 Use the @sc{reset} button on the development board
12166 @itemize @bullet
12167 @item
12168 to interrupt your program (don't use @kbd{ctl-C} on the DOS host---it has
12169 no way to pass an interrupt signal to the development board); and
12170
12171 @item
12172 to return to the @value{GDBN} command prompt after your program finishes
12173 normally.  The communications protocol provides no other way for @value{GDBN}
12174 to detect program completion.
12175 @end itemize
12176
12177 In either case, @value{GDBN} sees the effect of a @sc{reset} on the
12178 development board as a ``normal exit'' of your program.
12179
12180 @node Renesas ICE
12181 @subsubsection Using the E7000 in-circuit emulator
12182
12183 @kindex target e7000@r{, with Renesas ICE}
12184 You can use the E7000 in-circuit emulator to develop code for either the
12185 Renesas SH or the H8/300H.  Use one of these forms of the @samp{target
12186 e7000} command to connect @value{GDBN} to your E7000:
12187
12188 @table @code
12189 @item target e7000 @var{port} @var{speed}
12190 Use this form if your E7000 is connected to a serial port.  The
12191 @var{port} argument identifies what serial port to use (for example,
12192 @samp{com2}).  The third argument is the line speed in bits per second
12193 (for example, @samp{9600}).
12194
12195 @item target e7000 @var{hostname}
12196 If your E7000 is installed as a host on a TCP/IP network, you can just
12197 specify its hostname; @value{GDBN} uses @code{telnet} to connect.
12198 @end table
12199
12200 @node Renesas Special
12201 @subsubsection Special @value{GDBN} commands for Renesas micros
12202
12203 Some @value{GDBN} commands are available only for the H8/300:
12204
12205 @table @code
12206
12207 @kindex set machine
12208 @kindex show machine
12209 @item set machine h8300
12210 @itemx set machine h8300h
12211 Condition @value{GDBN} for one of the two variants of the H8/300
12212 architecture with @samp{set machine}.  You can use @samp{show machine}
12213 to check which variant is currently in effect.
12214
12215 @end table
12216
12217 @node H8/500
12218 @subsection H8/500
12219
12220 @table @code
12221
12222 @kindex set memory @var{mod}
12223 @cindex memory models, H8/500
12224 @item set memory @var{mod}
12225 @itemx show memory
12226 Specify which H8/500 memory model (@var{mod}) you are using with
12227 @samp{set memory}; check which memory model is in effect with @samp{show
12228 memory}.  The accepted values for @var{mod} are @code{small},
12229 @code{big}, @code{medium}, and @code{compact}.
12230
12231 @end table
12232
12233 @node M32R/D
12234 @subsection Renesas M32R/D
12235
12236 @table @code
12237
12238 @kindex target m32r
12239 @item target m32r @var{dev}
12240 Renesas M32R/D ROM monitor.
12241
12242 @kindex target m32rsdi
12243 @item target m32rsdi @var{dev}
12244 Renesas M32R SDI server, connected via parallel port to the board.
12245
12246 @end table
12247
12248 @node M68K
12249 @subsection M68k
12250
12251 The Motorola m68k configuration includes ColdFire support, and
12252 target command for the following ROM monitors.
12253
12254 @table @code
12255
12256 @kindex target abug
12257 @item target abug @var{dev}
12258 ABug ROM monitor for M68K.
12259
12260 @kindex target cpu32bug
12261 @item target cpu32bug @var{dev}
12262 CPU32BUG monitor, running on a CPU32 (M68K) board.
12263
12264 @kindex target dbug
12265 @item target dbug @var{dev}
12266 dBUG ROM monitor for Motorola ColdFire.
12267
12268 @kindex target est
12269 @item target est @var{dev}
12270 EST-300 ICE monitor, running on a CPU32 (M68K) board.
12271
12272 @kindex target rom68k
12273 @item target rom68k @var{dev}
12274 ROM 68K monitor, running on an M68K IDP board.
12275
12276 @end table
12277
12278 @table @code
12279
12280 @kindex target rombug
12281 @item target rombug @var{dev}
12282 ROMBUG ROM monitor for OS/9000.
12283
12284 @end table
12285
12286 @node MIPS Embedded
12287 @subsection MIPS Embedded
12288
12289 @cindex MIPS boards
12290 @value{GDBN} can use the MIPS remote debugging protocol to talk to a
12291 MIPS board attached to a serial line.  This is available when
12292 you configure @value{GDBN} with @samp{--target=mips-idt-ecoff}.
12293
12294 @need 1000
12295 Use these @value{GDBN} commands to specify the connection to your target board:
12296
12297 @table @code
12298 @item target mips @var{port}
12299 @kindex target mips @var{port}
12300 To run a program on the board, start up @code{@value{GDBP}} with the
12301 name of your program as the argument.  To connect to the board, use the
12302 command @samp{target mips @var{port}}, where @var{port} is the name of
12303 the serial port connected to the board.  If the program has not already
12304 been downloaded to the board, you may use the @code{load} command to
12305 download it.  You can then use all the usual @value{GDBN} commands.
12306
12307 For example, this sequence connects to the target board through a serial
12308 port, and loads and runs a program called @var{prog} through the
12309 debugger:
12310
12311 @smallexample
12312 host$ @value{GDBP} @var{prog}
12313 @value{GDBN} is free software and @dots{}
12314 (@value{GDBP}) target mips /dev/ttyb
12315 (@value{GDBP}) load @var{prog}
12316 (@value{GDBP}) run
12317 @end smallexample
12318
12319 @item target mips @var{hostname}:@var{portnumber}
12320 On some @value{GDBN} host configurations, you can specify a TCP
12321 connection (for instance, to a serial line managed by a terminal
12322 concentrator) instead of a serial port, using the syntax
12323 @samp{@var{hostname}:@var{portnumber}}.
12324
12325 @item target pmon @var{port}
12326 @kindex target pmon @var{port}
12327 PMON ROM monitor.
12328
12329 @item target ddb @var{port}
12330 @kindex target ddb @var{port}
12331 NEC's DDB variant of PMON for Vr4300.
12332
12333 @item target lsi @var{port}
12334 @kindex target lsi @var{port}
12335 LSI variant of PMON.
12336
12337 @kindex target r3900
12338 @item target r3900 @var{dev}
12339 Densan DVE-R3900 ROM monitor for Toshiba R3900 Mips.
12340
12341 @kindex target array
12342 @item target array @var{dev}
12343 Array Tech LSI33K RAID controller board.
12344
12345 @end table
12346
12347
12348 @noindent
12349 @value{GDBN} also supports these special commands for MIPS targets:
12350
12351 @table @code
12352 @item set processor @var{args}
12353 @itemx show processor
12354 @kindex set processor @var{args}
12355 @kindex show processor
12356 Use the @code{set processor} command to set the type of MIPS
12357 processor when you want to access processor-type-specific registers.
12358 For example, @code{set processor @var{r3041}} tells @value{GDBN}
12359 to use the CPU registers appropriate for the 3041 chip.
12360 Use the @code{show processor} command to see what MIPS processor @value{GDBN}
12361 is using.  Use the @code{info reg} command to see what registers
12362 @value{GDBN} is using.
12363
12364 @item set mipsfpu double
12365 @itemx set mipsfpu single
12366 @itemx set mipsfpu none
12367 @itemx show mipsfpu
12368 @kindex set mipsfpu
12369 @kindex show mipsfpu
12370 @cindex MIPS remote floating point
12371 @cindex floating point, MIPS remote
12372 If your target board does not support the MIPS floating point
12373 coprocessor, you should use the command @samp{set mipsfpu none} (if you
12374 need this, you may wish to put the command in your @value{GDBN} init
12375 file).  This tells @value{GDBN} how to find the return value of
12376 functions which return floating point values.  It also allows
12377 @value{GDBN} to avoid saving the floating point registers when calling
12378 functions on the board.  If you are using a floating point coprocessor
12379 with only single precision floating point support, as on the @sc{r4650}
12380 processor, use the command @samp{set mipsfpu single}.  The default
12381 double precision floating point coprocessor may be selected using
12382 @samp{set mipsfpu double}.
12383
12384 In previous versions the only choices were double precision or no
12385 floating point, so @samp{set mipsfpu on} will select double precision
12386 and @samp{set mipsfpu off} will select no floating point.
12387
12388 As usual, you can inquire about the @code{mipsfpu} variable with
12389 @samp{show mipsfpu}.
12390
12391 @item set remotedebug @var{n}
12392 @itemx show remotedebug
12393 @kindex set remotedebug@r{, MIPS protocol}
12394 @kindex show remotedebug@r{, MIPS protocol}
12395 @cindex @code{remotedebug}, MIPS protocol
12396 @cindex MIPS @code{remotedebug} protocol
12397 @c FIXME! For this to be useful, you must know something about the MIPS
12398 @c FIXME...protocol.  Where is it described?
12399 You can see some debugging information about communications with the board
12400 by setting the @code{remotedebug} variable.  If you set it to @code{1} using
12401 @samp{set remotedebug 1}, every packet is displayed.  If you set it
12402 to @code{2}, every character is displayed.  You can check the current value
12403 at any time with the command @samp{show remotedebug}.
12404
12405 @item set timeout @var{seconds}
12406 @itemx set retransmit-timeout @var{seconds}
12407 @itemx show timeout
12408 @itemx show retransmit-timeout
12409 @cindex @code{timeout}, MIPS protocol
12410 @cindex @code{retransmit-timeout}, MIPS protocol
12411 @kindex set timeout
12412 @kindex show timeout
12413 @kindex set retransmit-timeout
12414 @kindex show retransmit-timeout
12415 You can control the timeout used while waiting for a packet, in the MIPS
12416 remote protocol, with the @code{set timeout @var{seconds}} command.  The
12417 default is 5 seconds.  Similarly, you can control the timeout used while
12418 waiting for an acknowledgement of a packet with the @code{set
12419 retransmit-timeout @var{seconds}} command.  The default is 3 seconds.
12420 You can inspect both values with @code{show timeout} and @code{show
12421 retransmit-timeout}.  (These commands are @emph{only} available when
12422 @value{GDBN} is configured for @samp{--target=mips-idt-ecoff}.)
12423
12424 The timeout set by @code{set timeout} does not apply when @value{GDBN}
12425 is waiting for your program to stop.  In that case, @value{GDBN} waits
12426 forever because it has no way of knowing how long the program is going
12427 to run before stopping.
12428 @end table
12429
12430 @node OpenRISC 1000
12431 @subsection OpenRISC 1000
12432 @cindex OpenRISC 1000
12433
12434 @cindex or1k boards
12435 See OR1k Architecture document (@uref{www.opencores.org}) for more information
12436 about platform and commands.
12437
12438 @table @code
12439
12440 @kindex target jtag
12441 @item target jtag jtag://@var{host}:@var{port}
12442
12443 Connects to remote JTAG server.
12444 JTAG remote server can be either an or1ksim or JTAG server,
12445 connected via parallel port to the board.
12446
12447 Example: @code{target jtag jtag://localhost:9999}
12448
12449 @kindex or1ksim
12450 @item or1ksim @var{command}
12451 If connected to @code{or1ksim} OpenRISC 1000 Architectural
12452 Simulator, proprietary commands can be executed.
12453
12454 @kindex info or1k spr
12455 @item info or1k spr
12456 Displays spr groups.
12457
12458 @item info or1k spr @var{group}
12459 @itemx info or1k spr @var{groupno}
12460 Displays register names in selected group.
12461
12462 @item info or1k spr @var{group} @var{register}
12463 @itemx info or1k spr @var{register}
12464 @itemx info or1k spr @var{groupno} @var{registerno}
12465 @itemx info or1k spr @var{registerno}
12466 Shows information about specified spr register.
12467
12468 @kindex spr
12469 @item spr @var{group} @var{register} @var{value}
12470 @itemx spr @var{register @var{value}}
12471 @itemx spr @var{groupno} @var{registerno @var{value}}
12472 @itemx spr @var{registerno @var{value}}
12473 Writes @var{value} to specified spr register.
12474 @end table
12475
12476 Some implementations of OpenRISC 1000 Architecture also have hardware trace.
12477 It is very similar to @value{GDBN} trace, except it does not interfere with normal
12478 program execution and is thus much faster.  Hardware breakpoints/watchpoint
12479 triggers can be set using:
12480 @table @code
12481 @item $LEA/$LDATA
12482 Load effective address/data
12483 @item $SEA/$SDATA
12484 Store effective address/data
12485 @item $AEA/$ADATA
12486 Access effective address ($SEA or $LEA) or data ($SDATA/$LDATA)
12487 @item $FETCH
12488 Fetch data
12489 @end table
12490
12491 When triggered, it can capture low level data, like: @code{PC}, @code{LSEA},
12492 @code{LDATA}, @code{SDATA}, @code{READSPR}, @code{WRITESPR}, @code{INSTR}.
12493
12494 @code{htrace} commands:
12495 @cindex OpenRISC 1000 htrace
12496 @table @code
12497 @kindex hwatch
12498 @item hwatch @var{conditional}
12499 Set hardware watchpoint on combination of Load/Store Effecive Address(es)
12500 or Data.  For example:
12501
12502 @code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
12503
12504 @code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
12505
12506 @kindex htrace info
12507 @item htrace info
12508 Display information about current HW trace configuration.
12509
12510 @kindex htrace trigger
12511 @item htrace trigger @var{conditional}
12512 Set starting criteria for HW trace.
12513
12514 @kindex htrace qualifier
12515 @item htrace qualifier @var{conditional}
12516 Set acquisition qualifier for HW trace.
12517
12518 @kindex htrace stop
12519 @item htrace stop @var{conditional}
12520 Set HW trace stopping criteria.
12521
12522 @kindex htrace record
12523 @item htrace record [@var{data}]*
12524 Selects the data to be recorded, when qualifier is met and HW trace was
12525 triggered.
12526
12527 @kindex htrace enable
12528 @item htrace enable
12529 @kindex htrace disable
12530 @itemx htrace disable
12531 Enables/disables the HW trace.
12532
12533 @kindex htrace rewind
12534 @item htrace rewind [@var{filename}]
12535 Clears currently recorded trace data.
12536
12537 If filename is specified, new trace file is made and any newly collected data
12538 will be written there.
12539
12540 @kindex htrace print
12541 @item htrace print [@var{start} [@var{len}]]
12542 Prints trace buffer, using current record configuration.
12543
12544 @kindex htrace mode continuous
12545 @item htrace mode continuous
12546 Set continuous trace mode.
12547
12548 @kindex htrace mode suspend
12549 @item htrace mode suspend
12550 Set suspend trace mode.
12551
12552 @end table
12553
12554 @node PowerPC
12555 @subsection PowerPC
12556
12557 @table @code
12558
12559 @kindex target dink32
12560 @item target dink32 @var{dev}
12561 DINK32 ROM monitor.
12562
12563 @kindex target ppcbug
12564 @item target ppcbug @var{dev}
12565 @kindex target ppcbug1
12566 @item target ppcbug1 @var{dev}
12567 PPCBUG ROM monitor for PowerPC.
12568
12569 @kindex target sds
12570 @item target sds @var{dev}
12571 SDS monitor, running on a PowerPC board (such as Motorola's ADS).
12572
12573 @end table
12574
12575 @node PA
12576 @subsection HP PA Embedded
12577
12578 @table @code
12579
12580 @kindex target op50n
12581 @item target op50n @var{dev}
12582 OP50N monitor, running on an OKI HPPA board.
12583
12584 @kindex target w89k
12585 @item target w89k @var{dev}
12586 W89K monitor, running on a Winbond HPPA board.
12587
12588 @end table
12589
12590 @node SH
12591 @subsection Renesas SH
12592
12593 @table @code
12594
12595 @kindex target hms@r{, with Renesas SH}
12596 @item target hms @var{dev}
12597 A Renesas SH board attached via serial line to your host.  Use special
12598 commands @code{device} and @code{speed} to control the serial line and
12599 the communications speed used.
12600
12601 @kindex target e7000@r{, with Renesas SH}
12602 @item target e7000 @var{dev}
12603 E7000 emulator for Renesas SH.
12604
12605 @kindex target sh3@r{, with SH}
12606 @kindex target sh3e@r{, with SH}
12607 @item target sh3 @var{dev}
12608 @item target sh3e @var{dev}
12609 Renesas SH-3 and SH-3E target systems.
12610
12611 @end table
12612
12613 @node Sparclet
12614 @subsection Tsqware Sparclet
12615
12616 @cindex Sparclet
12617
12618 @value{GDBN} enables developers to debug tasks running on
12619 Sparclet targets from a Unix host.
12620 @value{GDBN} uses code that runs on
12621 both the Unix host and on the Sparclet target.  The program
12622 @code{@value{GDBP}} is installed and executed on the Unix host.
12623
12624 @table @code
12625 @item remotetimeout @var{args}
12626 @kindex remotetimeout
12627 @value{GDBN} supports the option @code{remotetimeout}.
12628 This option is set by the user, and  @var{args} represents the number of
12629 seconds @value{GDBN} waits for responses.
12630 @end table
12631
12632 @cindex compiling, on Sparclet
12633 When compiling for debugging, include the options @samp{-g} to get debug
12634 information and @samp{-Ttext} to relocate the program to where you wish to
12635 load it on the target.  You may also want to add the options @samp{-n} or
12636 @samp{-N} in order to reduce the size of the sections.  Example:
12637
12638 @smallexample
12639 sparclet-aout-gcc prog.c -Ttext 0x12010000 -g -o prog -N
12640 @end smallexample
12641
12642 You can use @code{objdump} to verify that the addresses are what you intended:
12643
12644 @smallexample
12645 sparclet-aout-objdump --headers --syms prog
12646 @end smallexample
12647
12648 @cindex running, on Sparclet
12649 Once you have set
12650 your Unix execution search path to find @value{GDBN}, you are ready to
12651 run @value{GDBN}.  From your Unix host, run @code{@value{GDBP}}
12652 (or @code{sparclet-aout-gdb}, depending on your installation).
12653
12654 @value{GDBN} comes up showing the prompt:
12655
12656 @smallexample
12657 (gdbslet)
12658 @end smallexample
12659
12660 @menu
12661 * Sparclet File::                Setting the file to debug
12662 * Sparclet Connection::          Connecting to Sparclet
12663 * Sparclet Download::            Sparclet download
12664 * Sparclet Execution::           Running and debugging
12665 @end menu
12666
12667 @node Sparclet File
12668 @subsubsection Setting file to debug
12669
12670 The @value{GDBN} command @code{file} lets you choose with program to debug.
12671
12672 @smallexample
12673 (gdbslet) file prog
12674 @end smallexample
12675
12676 @need 1000
12677 @value{GDBN} then attempts to read the symbol table of @file{prog}.
12678 @value{GDBN} locates
12679 the file by searching the directories listed in the command search
12680 path.
12681 If the file was compiled with debug information (option "-g"), source
12682 files will be searched as well.
12683 @value{GDBN} locates
12684 the source files by searching the directories listed in the directory search
12685 path (@pxref{Environment, ,Your program's environment}).
12686 If it fails
12687 to find a file, it displays a message such as:
12688
12689 @smallexample
12690 prog: No such file or directory.
12691 @end smallexample
12692
12693 When this happens, add the appropriate directories to the search paths with
12694 the @value{GDBN} commands @code{path} and @code{dir}, and execute the
12695 @code{target} command again.
12696
12697 @node Sparclet Connection
12698 @subsubsection Connecting to Sparclet
12699
12700 The @value{GDBN} command @code{target} lets you connect to a Sparclet target.
12701 To connect to a target on serial port ``@code{ttya}'', type:
12702
12703 @smallexample
12704 (gdbslet) target sparclet /dev/ttya
12705 Remote target sparclet connected to /dev/ttya
12706 main () at ../prog.c:3
12707 @end smallexample
12708
12709 @need 750
12710 @value{GDBN} displays messages like these:
12711
12712 @smallexample
12713 Connected to ttya.
12714 @end smallexample
12715
12716 @node Sparclet Download
12717 @subsubsection Sparclet download
12718
12719 @cindex download to Sparclet
12720 Once connected to the Sparclet target,
12721 you can use the @value{GDBN}
12722 @code{load} command to download the file from the host to the target.
12723 The file name and load offset should be given as arguments to the @code{load}
12724 command.
12725 Since the file format is aout, the program must be loaded to the starting
12726 address.  You can use @code{objdump} to find out what this value is.  The load
12727 offset is an offset which is added to the VMA (virtual memory address)
12728 of each of the file's sections.
12729 For instance, if the program
12730 @file{prog} was linked to text address 0x1201000, with data at 0x12010160
12731 and bss at 0x12010170, in @value{GDBN}, type:
12732
12733 @smallexample
12734 (gdbslet) load prog 0x12010000
12735 Loading section .text, size 0xdb0 vma 0x12010000
12736 @end smallexample
12737
12738 If the code is loaded at a different address then what the program was linked
12739 to, you may need to use the @code{section} and @code{add-symbol-file} commands
12740 to tell @value{GDBN} where to map the symbol table.
12741
12742 @node Sparclet Execution
12743 @subsubsection Running and debugging
12744
12745 @cindex running and debugging Sparclet programs
12746 You can now begin debugging the task using @value{GDBN}'s execution control
12747 commands, @code{b}, @code{step}, @code{run}, etc.  See the @value{GDBN}
12748 manual for the list of commands.
12749
12750 @smallexample
12751 (gdbslet) b main
12752 Breakpoint 1 at 0x12010000: file prog.c, line 3.
12753 (gdbslet) run
12754 Starting program: prog
12755 Breakpoint 1, main (argc=1, argv=0xeffff21c) at prog.c:3
12756 3        char *symarg = 0;
12757 (gdbslet) step
12758 4        char *execarg = "hello!";
12759 (gdbslet)
12760 @end smallexample
12761
12762 @node Sparclite
12763 @subsection Fujitsu Sparclite
12764
12765 @table @code
12766
12767 @kindex target sparclite
12768 @item target sparclite @var{dev}
12769 Fujitsu sparclite boards, used only for the purpose of loading.
12770 You must use an additional command to debug the program.
12771 For example: target remote @var{dev} using @value{GDBN} standard
12772 remote protocol.
12773
12774 @end table
12775
12776 @node ST2000
12777 @subsection Tandem ST2000
12778
12779 @value{GDBN} may be used with a Tandem ST2000 phone switch, running Tandem's
12780 STDBUG protocol.
12781
12782 To connect your ST2000 to the host system, see the manufacturer's
12783 manual.  Once the ST2000 is physically attached, you can run:
12784
12785 @smallexample
12786 target st2000 @var{dev} @var{speed}
12787 @end smallexample
12788
12789 @noindent
12790 to establish it as your debugging environment.  @var{dev} is normally
12791 the name of a serial device, such as @file{/dev/ttya}, connected to the
12792 ST2000 via a serial line.  You can instead specify @var{dev} as a TCP
12793 connection (for example, to a serial line attached via a terminal
12794 concentrator) using the syntax @code{@var{hostname}:@var{portnumber}}.
12795
12796 The @code{load} and @code{attach} commands are @emph{not} defined for
12797 this target; you must load your program into the ST2000 as you normally
12798 would for standalone operation.  @value{GDBN} reads debugging information
12799 (such as symbols) from a separate, debugging version of the program
12800 available on your host computer.
12801 @c FIXME!! This is terribly vague; what little content is here is
12802 @c basically hearsay.
12803
12804 @cindex ST2000 auxiliary commands
12805 These auxiliary @value{GDBN} commands are available to help you with the ST2000
12806 environment:
12807
12808 @table @code
12809 @item st2000 @var{command}
12810 @kindex st2000 @var{cmd}
12811 @cindex STDBUG commands (ST2000)
12812 @cindex commands to STDBUG (ST2000)
12813 Send a @var{command} to the STDBUG monitor.  See the manufacturer's
12814 manual for available commands.
12815
12816 @item connect
12817 @cindex connect (to STDBUG)
12818 Connect the controlling terminal to the STDBUG command monitor.  When
12819 you are done interacting with STDBUG, typing either of two character
12820 sequences gets you back to the @value{GDBN} command prompt:
12821 @kbd{@key{RET}~.} (Return, followed by tilde and period) or
12822 @kbd{@key{RET}~@key{C-d}} (Return, followed by tilde and control-D).
12823 @end table
12824
12825 @node Z8000
12826 @subsection Zilog Z8000
12827
12828 @cindex Z8000
12829 @cindex simulator, Z8000
12830 @cindex Zilog Z8000 simulator
12831
12832 When configured for debugging Zilog Z8000 targets, @value{GDBN} includes
12833 a Z8000 simulator.
12834
12835 For the Z8000 family, @samp{target sim} simulates either the Z8002 (the
12836 unsegmented variant of the Z8000 architecture) or the Z8001 (the
12837 segmented variant).  The simulator recognizes which architecture is
12838 appropriate by inspecting the object code.
12839
12840 @table @code
12841 @item target sim @var{args}
12842 @kindex sim
12843 @kindex target sim@r{, with Z8000}
12844 Debug programs on a simulated CPU.  If the simulator supports setup
12845 options, specify them via @var{args}.
12846 @end table
12847
12848 @noindent
12849 After specifying this target, you can debug programs for the simulated
12850 CPU in the same style as programs for your host computer; use the
12851 @code{file} command to load a new program image, the @code{run} command
12852 to run your program, and so on.
12853
12854 As well as making available all the usual machine registers
12855 (@pxref{Registers, ,Registers}), the Z8000 simulator provides three
12856 additional items of information as specially named registers:
12857
12858 @table @code
12859
12860 @item cycles
12861 Counts clock-ticks in the simulator.
12862
12863 @item insts
12864 Counts instructions run in the simulator.
12865
12866 @item time
12867 Execution time in 60ths of a second.
12868
12869 @end table
12870
12871 You can refer to these values in @value{GDBN} expressions with the usual
12872 conventions; for example, @w{@samp{b fputc if $cycles>5000}} sets a
12873 conditional breakpoint that suspends only after at least 5000
12874 simulated clock ticks.
12875
12876 @node Architectures
12877 @section Architectures
12878
12879 This section describes characteristics of architectures that affect
12880 all uses of @value{GDBN} with the architecture, both native and cross.
12881
12882 @menu
12883 * A29K::
12884 * Alpha::
12885 * MIPS::
12886 @end menu
12887
12888 @node A29K
12889 @subsection A29K
12890
12891 @table @code
12892
12893 @kindex set rstack_high_address
12894 @cindex AMD 29K register stack
12895 @cindex register stack, AMD29K
12896 @item set rstack_high_address @var{address}
12897 On AMD 29000 family processors, registers are saved in a separate
12898 @dfn{register stack}.  There is no way for @value{GDBN} to determine the
12899 extent of this stack.  Normally, @value{GDBN} just assumes that the
12900 stack is ``large enough''.  This may result in @value{GDBN} referencing
12901 memory locations that do not exist.  If necessary, you can get around
12902 this problem by specifying the ending address of the register stack with
12903 the @code{set rstack_high_address} command.  The argument should be an
12904 address, which you probably want to precede with @samp{0x} to specify in
12905 hexadecimal.
12906
12907 @kindex show rstack_high_address
12908 @item show rstack_high_address
12909 Display the current limit of the register stack, on AMD 29000 family
12910 processors.
12911
12912 @end table
12913
12914 @node Alpha
12915 @subsection Alpha
12916
12917 See the following section.
12918
12919 @node MIPS
12920 @subsection MIPS
12921
12922 @cindex stack on Alpha
12923 @cindex stack on MIPS
12924 @cindex Alpha stack
12925 @cindex MIPS stack
12926 Alpha- and MIPS-based computers use an unusual stack frame, which
12927 sometimes requires @value{GDBN} to search backward in the object code to
12928 find the beginning of a function.
12929
12930 @cindex response time, MIPS debugging
12931 To improve response time (especially for embedded applications, where
12932 @value{GDBN} may be restricted to a slow serial line for this search)
12933 you may want to limit the size of this search, using one of these
12934 commands:
12935
12936 @table @code
12937 @cindex @code{heuristic-fence-post} (Alpha, MIPS)
12938 @item set heuristic-fence-post @var{limit}
12939 Restrict @value{GDBN} to examining at most @var{limit} bytes in its
12940 search for the beginning of a function.  A value of @var{0} (the
12941 default) means there is no limit.  However, except for @var{0}, the
12942 larger the limit the more bytes @code{heuristic-fence-post} must search
12943 and therefore the longer it takes to run.
12944
12945 @item show heuristic-fence-post
12946 Display the current limit.
12947 @end table
12948
12949 @noindent
12950 These commands are available @emph{only} when @value{GDBN} is configured
12951 for debugging programs on Alpha or MIPS processors.
12952
12953
12954 @node Controlling GDB
12955 @chapter Controlling @value{GDBN}
12956
12957 You can alter the way @value{GDBN} interacts with you by using the
12958 @code{set} command.  For commands controlling how @value{GDBN} displays
12959 data, see @ref{Print Settings, ,Print settings}.  Other settings are
12960 described here.
12961
12962 @menu
12963 * Prompt::                      Prompt
12964 * Editing::                     Command editing
12965 * History::                     Command history
12966 * Screen Size::                 Screen size
12967 * Numbers::                     Numbers
12968 * ABI::                         Configuring the current ABI
12969 * Messages/Warnings::           Optional warnings and messages
12970 * Debugging Output::            Optional messages about internal happenings
12971 @end menu
12972
12973 @node Prompt
12974 @section Prompt
12975
12976 @cindex prompt
12977
12978 @value{GDBN} indicates its readiness to read a command by printing a string
12979 called the @dfn{prompt}.  This string is normally @samp{(@value{GDBP})}.  You
12980 can change the prompt string with the @code{set prompt} command.  For
12981 instance, when debugging @value{GDBN} with @value{GDBN}, it is useful to change
12982 the prompt in one of the @value{GDBN} sessions so that you can always tell
12983 which one you are talking to.
12984
12985 @emph{Note:}  @code{set prompt} does not add a space for you after the
12986 prompt you set.  This allows you to set a prompt which ends in a space
12987 or a prompt that does not.
12988
12989 @table @code
12990 @kindex set prompt
12991 @item set prompt @var{newprompt}
12992 Directs @value{GDBN} to use @var{newprompt} as its prompt string henceforth.
12993
12994 @kindex show prompt
12995 @item show prompt
12996 Prints a line of the form: @samp{Gdb's prompt is: @var{your-prompt}}
12997 @end table
12998
12999 @node Editing
13000 @section Command editing
13001 @cindex readline
13002 @cindex command line editing
13003
13004 @value{GDBN} reads its input commands via the @dfn{readline} interface.  This
13005 @sc{gnu} library provides consistent behavior for programs which provide a
13006 command line interface to the user.  Advantages are @sc{gnu} Emacs-style
13007 or @dfn{vi}-style inline editing of commands, @code{csh}-like history
13008 substitution, and a storage and recall of command history across
13009 debugging sessions.
13010
13011 You may control the behavior of command line editing in @value{GDBN} with the
13012 command @code{set}.
13013
13014 @table @code
13015 @kindex set editing
13016 @cindex editing
13017 @item set editing
13018 @itemx set editing on
13019 Enable command line editing (enabled by default).
13020
13021 @item set editing off
13022 Disable command line editing.
13023
13024 @kindex show editing
13025 @item show editing
13026 Show whether command line editing is enabled.
13027 @end table
13028
13029 @node History
13030 @section Command history
13031
13032 @value{GDBN} can keep track of the commands you type during your
13033 debugging sessions, so that you can be certain of precisely what
13034 happened.  Use these commands to manage the @value{GDBN} command
13035 history facility.
13036
13037 @table @code
13038 @cindex history substitution
13039 @cindex history file
13040 @kindex set history filename
13041 @kindex GDBHISTFILE
13042 @item set history filename @var{fname}
13043 Set the name of the @value{GDBN} command history file to @var{fname}.
13044 This is the file where @value{GDBN} reads an initial command history
13045 list, and where it writes the command history from this session when it
13046 exits.  You can access this list through history expansion or through
13047 the history command editing characters listed below.  This file defaults
13048 to the value of the environment variable @code{GDBHISTFILE}, or to
13049 @file{./.gdb_history} (@file{./_gdb_history} on MS-DOS) if this variable
13050 is not set.
13051
13052 @cindex history save
13053 @kindex set history save
13054 @item set history save
13055 @itemx set history save on
13056 Record command history in a file, whose name may be specified with the
13057 @code{set history filename} command.  By default, this option is disabled.
13058
13059 @item set history save off
13060 Stop recording command history in a file.
13061
13062 @cindex history size
13063 @kindex set history size
13064 @item set history size @var{size}
13065 Set the number of commands which @value{GDBN} keeps in its history list.
13066 This defaults to the value of the environment variable
13067 @code{HISTSIZE}, or to 256 if this variable is not set.
13068 @end table
13069
13070 @cindex history expansion
13071 History expansion assigns special meaning to the character @kbd{!}.
13072 @ifset have-readline-appendices
13073 @xref{Event Designators}.
13074 @end ifset
13075
13076 Since @kbd{!} is also the logical not operator in C, history expansion
13077 is off by default. If you decide to enable history expansion with the
13078 @code{set history expansion on} command, you may sometimes need to
13079 follow @kbd{!} (when it is used as logical not, in an expression) with
13080 a space or a tab to prevent it from being expanded.  The readline
13081 history facilities do not attempt substitution on the strings
13082 @kbd{!=} and @kbd{!(}, even when history expansion is enabled.
13083
13084 The commands to control history expansion are:
13085
13086 @table @code
13087 @kindex set history expansion
13088 @item set history expansion on
13089 @itemx set history expansion
13090 Enable history expansion.  History expansion is off by default.
13091
13092 @item set history expansion off
13093 Disable history expansion.
13094
13095 The readline code comes with more complete documentation of
13096 editing and history expansion features.  Users unfamiliar with @sc{gnu} Emacs
13097 or @code{vi} may wish to read it.
13098 @ifset have-readline-appendices
13099 @xref{Command Line Editing}.
13100 @end ifset
13101
13102 @c @group
13103 @kindex show history
13104 @item show history
13105 @itemx show history filename
13106 @itemx show history save
13107 @itemx show history size
13108 @itemx show history expansion
13109 These commands display the state of the @value{GDBN} history parameters.
13110 @code{show history} by itself displays all four states.
13111 @c @end group
13112 @end table
13113
13114 @table @code
13115 @kindex shows
13116 @item show commands
13117 Display the last ten commands in the command history.
13118
13119 @item show commands @var{n}
13120 Print ten commands centered on command number @var{n}.
13121
13122 @item show commands +
13123 Print ten commands just after the commands last printed.
13124 @end table
13125
13126 @node Screen Size
13127 @section Screen size
13128 @cindex size of screen
13129 @cindex pauses in output
13130
13131 Certain commands to @value{GDBN} may produce large amounts of
13132 information output to the screen.  To help you read all of it,
13133 @value{GDBN} pauses and asks you for input at the end of each page of
13134 output.  Type @key{RET} when you want to continue the output, or @kbd{q}
13135 to discard the remaining output.  Also, the screen width setting
13136 determines when to wrap lines of output.  Depending on what is being
13137 printed, @value{GDBN} tries to break the line at a readable place,
13138 rather than simply letting it overflow onto the following line.
13139
13140 Normally @value{GDBN} knows the size of the screen from the terminal
13141 driver software.  For example, on Unix @value{GDBN} uses the termcap data base
13142 together with the value of the @code{TERM} environment variable and the
13143 @code{stty rows} and @code{stty cols} settings.  If this is not correct,
13144 you can override it with the @code{set height} and @code{set
13145 width} commands:
13146
13147 @table @code
13148 @kindex set height
13149 @kindex set width
13150 @kindex show width
13151 @kindex show height
13152 @item set height @var{lpp}
13153 @itemx show height
13154 @itemx set width @var{cpl}
13155 @itemx show width
13156 These @code{set} commands specify a screen height of @var{lpp} lines and
13157 a screen width of @var{cpl} characters.  The associated @code{show}
13158 commands display the current settings.
13159
13160 If you specify a height of zero lines, @value{GDBN} does not pause during
13161 output no matter how long the output is.  This is useful if output is to a
13162 file or to an editor buffer.
13163
13164 Likewise, you can specify @samp{set width 0} to prevent @value{GDBN}
13165 from wrapping its output.
13166 @end table
13167
13168 @node Numbers
13169 @section Numbers
13170 @cindex number representation
13171 @cindex entering numbers
13172
13173 You can always enter numbers in octal, decimal, or hexadecimal in
13174 @value{GDBN} by the usual conventions: octal numbers begin with
13175 @samp{0}, decimal numbers end with @samp{.}, and hexadecimal numbers
13176 begin with @samp{0x}.  Numbers that begin with none of these are, by
13177 default, entered in base 10; likewise, the default display for
13178 numbers---when no particular format is specified---is base 10.  You can
13179 change the default base for both input and output with the @code{set
13180 radix} command.
13181
13182 @table @code
13183 @kindex set input-radix
13184 @item set input-radix @var{base}
13185 Set the default base for numeric input.  Supported choices
13186 for @var{base} are decimal 8, 10, or 16.  @var{base} must itself be
13187 specified either unambiguously or using the current default radix; for
13188 example, any of
13189
13190 @smallexample
13191 set radix 012
13192 set radix 10.
13193 set radix 0xa
13194 @end smallexample
13195
13196 @noindent
13197 sets the base to decimal.  On the other hand, @samp{set radix 10}
13198 leaves the radix unchanged no matter what it was.
13199
13200 @kindex set output-radix
13201 @item set output-radix @var{base}
13202 Set the default base for numeric display.  Supported choices
13203 for @var{base} are decimal 8, 10, or 16.  @var{base} must itself be
13204 specified either unambiguously or using the current default radix.
13205
13206 @kindex show input-radix
13207 @item show input-radix
13208 Display the current default base for numeric input.
13209
13210 @kindex show output-radix
13211 @item show output-radix
13212 Display the current default base for numeric display.
13213 @end table
13214
13215 @node ABI
13216 @section Configuring the current ABI
13217
13218 @value{GDBN} can determine the @dfn{ABI} (Application Binary Interface) of your
13219 application automatically.  However, sometimes you need to override its
13220 conclusions.  Use these commands to manage @value{GDBN}'s view of the
13221 current ABI.
13222
13223 @cindex OS ABI
13224 @kindex set osabi
13225 @kindex show osabi
13226
13227 One @value{GDBN} configuration can debug binaries for multiple operating
13228 system targets, either via remote debugging or native emulation.
13229 @value{GDBN} will autodetect the @dfn{OS ABI} (Operating System ABI) in use,
13230 but you can override its conclusion using the @code{set osabi} command.
13231 One example where this is useful is in debugging of binaries which use
13232 an alternate C library (e.g.@: @sc{uClibc} for @sc{gnu}/Linux) which does
13233 not have the same identifying marks that the standard C library for your
13234 platform provides.
13235
13236 @table @code
13237 @item show osabi
13238 Show the OS ABI currently in use.
13239
13240 @item set osabi
13241 With no argument, show the list of registered available OS ABI's.
13242
13243 @item set osabi @var{abi}
13244 Set the current OS ABI to @var{abi}.
13245 @end table
13246
13247 @cindex float promotion
13248 @kindex set coerce-float-to-double
13249
13250 Generally, the way that an argument of type @code{float} is passed to a
13251 function depends on whether the function is prototyped.  For a prototyped
13252 (i.e.@: ANSI/ISO style) function, @code{float} arguments are passed unchanged,
13253 according to the architecture's convention for @code{float}.  For unprototyped
13254 (i.e.@: K&R style) functions, @code{float} arguments are first promoted to type
13255 @code{double} and then passed.
13256
13257 Unfortunately, some forms of debug information do not reliably indicate whether
13258 a function is prototyped.  If @value{GDBN} calls a function that is not marked
13259 as prototyped, it consults @kbd{set coerce-float-to-double}.
13260
13261 @table @code
13262 @item set coerce-float-to-double
13263 @itemx set coerce-float-to-double on
13264 Arguments of type @code{float} will be promoted to @code{double} when passed
13265 to an unprototyped function.  This is the default setting.
13266
13267 @item set coerce-float-to-double off
13268 Arguments of type @code{float} will be passed directly to unprototyped
13269 functions.
13270 @end table
13271
13272 @kindex set cp-abi
13273 @kindex show cp-abi
13274 @value{GDBN} needs to know the ABI used for your program's C@t{++}
13275 objects.  The correct C@t{++} ABI depends on which C@t{++} compiler was
13276 used to build your application.  @value{GDBN} only fully supports
13277 programs with a single C@t{++} ABI; if your program contains code using
13278 multiple C@t{++} ABI's or if @value{GDBN} can not identify your
13279 program's ABI correctly, you can tell @value{GDBN} which ABI to use.
13280 Currently supported ABI's include ``gnu-v2'', for @code{g++} versions
13281 before 3.0, ``gnu-v3'', for @code{g++} versions 3.0 and later, and
13282 ``hpaCC'' for the HP ANSI C@t{++} compiler.  Other C@t{++} compilers may
13283 use the ``gnu-v2'' or ``gnu-v3'' ABI's as well.  The default setting is
13284 ``auto''.
13285
13286 @table @code
13287 @item show cp-abi
13288 Show the C@t{++} ABI currently in use.
13289
13290 @item set cp-abi
13291 With no argument, show the list of supported C@t{++} ABI's.
13292
13293 @item set cp-abi @var{abi}
13294 @itemx set cp-abi auto
13295 Set the current C@t{++} ABI to @var{abi}, or return to automatic detection.
13296 @end table
13297
13298 @node Messages/Warnings
13299 @section Optional warnings and messages
13300
13301 By default, @value{GDBN} is silent about its inner workings.  If you are
13302 running on a slow machine, you may want to use the @code{set verbose}
13303 command.  This makes @value{GDBN} tell you when it does a lengthy
13304 internal operation, so you will not think it has crashed.
13305
13306 Currently, the messages controlled by @code{set verbose} are those
13307 which announce that the symbol table for a source file is being read;
13308 see @code{symbol-file} in @ref{Files, ,Commands to specify files}.
13309
13310 @table @code
13311 @kindex set verbose
13312 @item set verbose on
13313 Enables @value{GDBN} output of certain informational messages.
13314
13315 @item set verbose off
13316 Disables @value{GDBN} output of certain informational messages.
13317
13318 @kindex show verbose
13319 @item show verbose
13320 Displays whether @code{set verbose} is on or off.
13321 @end table
13322
13323 By default, if @value{GDBN} encounters bugs in the symbol table of an
13324 object file, it is silent; but if you are debugging a compiler, you may
13325 find this information useful (@pxref{Symbol Errors, ,Errors reading
13326 symbol files}).
13327
13328 @table @code
13329
13330 @kindex set complaints
13331 @item set complaints @var{limit}
13332 Permits @value{GDBN} to output @var{limit} complaints about each type of
13333 unusual symbols before becoming silent about the problem.  Set
13334 @var{limit} to zero to suppress all complaints; set it to a large number
13335 to prevent complaints from being suppressed.
13336
13337 @kindex show complaints
13338 @item show complaints
13339 Displays how many symbol complaints @value{GDBN} is permitted to produce.
13340
13341 @end table
13342
13343 By default, @value{GDBN} is cautious, and asks what sometimes seems to be a
13344 lot of stupid questions to confirm certain commands.  For example, if
13345 you try to run a program which is already running:
13346
13347 @smallexample
13348 (@value{GDBP}) run
13349 The program being debugged has been started already.
13350 Start it from the beginning? (y or n)
13351 @end smallexample
13352
13353 If you are willing to unflinchingly face the consequences of your own
13354 commands, you can disable this ``feature'':
13355
13356 @table @code
13357
13358 @kindex set confirm
13359 @cindex flinching
13360 @cindex confirmation
13361 @cindex stupid questions
13362 @item set confirm off
13363 Disables confirmation requests.
13364
13365 @item set confirm on
13366 Enables confirmation requests (the default).
13367
13368 @kindex show confirm
13369 @item show confirm
13370 Displays state of confirmation requests.
13371
13372 @end table
13373
13374 @node Debugging Output
13375 @section Optional messages about internal happenings
13376 @table @code
13377 @kindex set debug arch
13378 @item set debug arch
13379 Turns on or off display of gdbarch debugging info. The default is off
13380 @kindex show debug arch
13381 @item show debug arch
13382 Displays the current state of displaying gdbarch debugging info.
13383 @kindex set debug event
13384 @item set debug event
13385 Turns on or off display of @value{GDBN} event debugging info. The
13386 default is off.
13387 @kindex show debug event
13388 @item show debug event
13389 Displays the current state of displaying @value{GDBN} event debugging
13390 info.
13391 @kindex set debug expression
13392 @item set debug expression
13393 Turns on or off display of @value{GDBN} expression debugging info. The
13394 default is off.
13395 @kindex show debug expression
13396 @item show debug expression
13397 Displays the current state of displaying @value{GDBN} expression
13398 debugging info.
13399 @kindex set debug frame
13400 @item set debug frame
13401 Turns on or off display of @value{GDBN} frame debugging info.  The
13402 default is off.
13403 @kindex show debug frame
13404 @item show debug frame
13405 Displays the current state of displaying @value{GDBN} frame debugging
13406 info.
13407 @kindex set debug overload
13408 @item set debug overload
13409 Turns on or off display of @value{GDBN} C@t{++} overload debugging
13410 info. This includes info such as ranking of functions, etc. The default
13411 is off.
13412 @kindex show debug overload
13413 @item show debug overload
13414 Displays the current state of displaying @value{GDBN} C@t{++} overload
13415 debugging info.
13416 @kindex set debug remote
13417 @cindex packets, reporting on stdout
13418 @cindex serial connections, debugging
13419 @item set debug remote
13420 Turns on or off display of reports on all packets sent back and forth across
13421 the serial line to the remote machine.  The info is printed on the
13422 @value{GDBN} standard output stream. The default is off.
13423 @kindex show debug remote
13424 @item show debug remote
13425 Displays the state of display of remote packets.
13426 @kindex set debug serial
13427 @item set debug serial
13428 Turns on or off display of @value{GDBN} serial debugging info. The
13429 default is off.
13430 @kindex show debug serial
13431 @item show debug serial
13432 Displays the current state of displaying @value{GDBN} serial debugging
13433 info.
13434 @kindex set debug target
13435 @item set debug target
13436 Turns on or off display of @value{GDBN} target debugging info. This info
13437 includes what is going on at the target level of GDB, as it happens. The
13438 default is off.
13439 @kindex show debug target
13440 @item show debug target
13441 Displays the current state of displaying @value{GDBN} target debugging
13442 info.
13443 @kindex set debug varobj
13444 @item set debug varobj
13445 Turns on or off display of @value{GDBN} variable object debugging
13446 info. The default is off.
13447 @kindex show debug varobj
13448 @item show debug varobj
13449 Displays the current state of displaying @value{GDBN} variable object
13450 debugging info.
13451 @end table
13452
13453 @node Sequences
13454 @chapter Canned Sequences of Commands
13455
13456 Aside from breakpoint commands (@pxref{Break Commands, ,Breakpoint
13457 command lists}), @value{GDBN} provides two ways to store sequences of
13458 commands for execution as a unit: user-defined commands and command
13459 files.
13460
13461 @menu
13462 * Define::                      User-defined commands
13463 * Hooks::                       User-defined command hooks
13464 * Command Files::               Command files
13465 * Output::                      Commands for controlled output
13466 @end menu
13467
13468 @node Define
13469 @section User-defined commands
13470
13471 @cindex user-defined command
13472 A @dfn{user-defined command} is a sequence of @value{GDBN} commands to
13473 which you assign a new name as a command.  This is done with the
13474 @code{define} command.  User commands may accept up to 10 arguments
13475 separated by whitespace.  Arguments are accessed within the user command
13476 via @var{$arg0@dots{}$arg9}.  A trivial example:
13477
13478 @smallexample
13479 define adder
13480   print $arg0 + $arg1 + $arg2
13481 @end smallexample
13482
13483 @noindent
13484 To execute the command use:
13485
13486 @smallexample
13487 adder 1 2 3
13488 @end smallexample
13489
13490 @noindent
13491 This defines the command @code{adder}, which prints the sum of
13492 its three arguments.  Note the arguments are text substitutions, so they may
13493 reference variables, use complex expressions, or even perform inferior
13494 functions calls.
13495
13496 @table @code
13497
13498 @kindex define
13499 @item define @var{commandname}
13500 Define a command named @var{commandname}.  If there is already a command
13501 by that name, you are asked to confirm that you want to redefine it.
13502
13503 The definition of the command is made up of other @value{GDBN} command lines,
13504 which are given following the @code{define} command.  The end of these
13505 commands is marked by a line containing @code{end}.
13506
13507 @kindex if
13508 @kindex else
13509 @item if
13510 Takes a single argument, which is an expression to evaluate.
13511 It is followed by a series of commands that are executed
13512 only if the expression is true (nonzero).
13513 There can then optionally be a line @code{else}, followed
13514 by a series of commands that are only executed if the expression
13515 was false.  The end of the list is marked by a line containing @code{end}.
13516
13517 @kindex while
13518 @item while
13519 The syntax is similar to @code{if}: the command takes a single argument,
13520 which is an expression to evaluate, and must be followed by the commands to
13521 execute, one per line, terminated by an @code{end}.
13522 The commands are executed repeatedly as long as the expression
13523 evaluates to true.
13524
13525 @kindex document
13526 @item document @var{commandname}
13527 Document the user-defined command @var{commandname}, so that it can be
13528 accessed by @code{help}.  The command @var{commandname} must already be
13529 defined.  This command reads lines of documentation just as @code{define}
13530 reads the lines of the command definition, ending with @code{end}.
13531 After the @code{document} command is finished, @code{help} on command
13532 @var{commandname} displays the documentation you have written.
13533
13534 You may use the @code{document} command again to change the
13535 documentation of a command.  Redefining the command with @code{define}
13536 does not change the documentation.
13537
13538 @kindex help user-defined
13539 @item help user-defined
13540 List all user-defined commands, with the first line of the documentation
13541 (if any) for each.
13542
13543 @kindex show user
13544 @item show user
13545 @itemx show user @var{commandname}
13546 Display the @value{GDBN} commands used to define @var{commandname} (but
13547 not its documentation).  If no @var{commandname} is given, display the
13548 definitions for all user-defined commands.
13549
13550 @kindex show max-user-call-depth
13551 @kindex set max-user-call-depth
13552 @item show max-user-call-depth
13553 @itemx set max-user-call-depth
13554 The value of @code{max-user-call-depth} controls how many recursion
13555 levels are allowed in user-defined commands before GDB suspects an
13556 infinite recursion and aborts the command.
13557
13558 @end table
13559
13560 When user-defined commands are executed, the
13561 commands of the definition are not printed.  An error in any command
13562 stops execution of the user-defined command.
13563
13564 If used interactively, commands that would ask for confirmation proceed
13565 without asking when used inside a user-defined command.  Many @value{GDBN}
13566 commands that normally print messages to say what they are doing omit the
13567 messages when used in a user-defined command.
13568
13569 @node Hooks
13570 @section User-defined command hooks
13571 @cindex command hooks
13572 @cindex hooks, for commands
13573 @cindex hooks, pre-command
13574
13575 @kindex hook
13576 @kindex hook-
13577 You may define @dfn{hooks}, which are a special kind of user-defined
13578 command.  Whenever you run the command @samp{foo}, if the user-defined
13579 command @samp{hook-foo} exists, it is executed (with no arguments)
13580 before that command.
13581
13582 @cindex hooks, post-command
13583 @kindex hookpost
13584 @kindex hookpost-
13585 A hook may also be defined which is run after the command you executed.
13586 Whenever you run the command @samp{foo}, if the user-defined command
13587 @samp{hookpost-foo} exists, it is executed (with no arguments) after
13588 that command.  Post-execution hooks may exist simultaneously with
13589 pre-execution hooks, for the same command.
13590
13591 It is valid for a hook to call the command which it hooks.  If this
13592 occurs, the hook is not re-executed, thereby avoiding infinte recursion.
13593
13594 @c It would be nice if hookpost could be passed a parameter indicating
13595 @c if the command it hooks executed properly or not.  FIXME!
13596
13597 @kindex stop@r{, a pseudo-command}
13598 In addition, a pseudo-command, @samp{stop} exists.  Defining
13599 (@samp{hook-stop}) makes the associated commands execute every time
13600 execution stops in your program: before breakpoint commands are run,
13601 displays are printed, or the stack frame is printed.
13602
13603 For example, to ignore @code{SIGALRM} signals while
13604 single-stepping, but treat them normally during normal execution,
13605 you could define:
13606
13607 @smallexample
13608 define hook-stop
13609 handle SIGALRM nopass
13610 end
13611
13612 define hook-run
13613 handle SIGALRM pass
13614 end
13615
13616 define hook-continue
13617 handle SIGLARM pass
13618 end
13619 @end smallexample
13620
13621 As a further example, to hook at the begining and end of the @code{echo}
13622 command, and to add extra text to the beginning and end of the message,
13623 you could define:
13624
13625 @smallexample
13626 define hook-echo
13627 echo <<<---
13628 end
13629
13630 define hookpost-echo
13631 echo --->>>\n
13632 end
13633
13634 (@value{GDBP}) echo Hello World
13635 <<<---Hello World--->>>
13636 (@value{GDBP})
13637
13638 @end smallexample
13639
13640 You can define a hook for any single-word command in @value{GDBN}, but
13641 not for command aliases; you should define a hook for the basic command
13642 name, e.g.  @code{backtrace} rather than @code{bt}.
13643 @c FIXME!  So how does Joe User discover whether a command is an alias
13644 @c or not?
13645 If an error occurs during the execution of your hook, execution of
13646 @value{GDBN} commands stops and @value{GDBN} issues a prompt
13647 (before the command that you actually typed had a chance to run).
13648
13649 If you try to define a hook which does not match any known command, you
13650 get a warning from the @code{define} command.
13651
13652 @node Command Files
13653 @section Command files
13654
13655 @cindex command files
13656 A command file for @value{GDBN} is a file of lines that are @value{GDBN}
13657 commands.  Comments (lines starting with @kbd{#}) may also be included.
13658 An empty line in a command file does nothing; it does not mean to repeat
13659 the last command, as it would from the terminal.
13660
13661 @cindex init file
13662 @cindex @file{.gdbinit}
13663 @cindex @file{gdb.ini}
13664 When you start @value{GDBN}, it automatically executes commands from its
13665 @dfn{init files}, normally called @file{.gdbinit}@footnote{The DJGPP
13666 port of @value{GDBN} uses the name @file{gdb.ini} instead, due to the
13667 limitations of file names imposed by DOS filesystems.}.
13668 During startup, @value{GDBN} does the following:
13669
13670 @enumerate
13671 @item
13672 Reads the init file (if any) in your home directory@footnote{On
13673 DOS/Windows systems, the home directory is the one pointed to by the
13674 @code{HOME} environment variable.}.
13675
13676 @item
13677 Processes command line options and operands.
13678
13679 @item
13680 Reads the init file (if any) in the current working directory.
13681
13682 @item
13683 Reads command files specified by the @samp{-x} option.
13684 @end enumerate
13685
13686 The init file in your home directory can set options (such as @samp{set
13687 complaints}) that affect subsequent processing of command line options
13688 and operands.  Init files are not executed if you use the @samp{-nx}
13689 option (@pxref{Mode Options, ,Choosing modes}).
13690
13691 @cindex init file name
13692 On some configurations of @value{GDBN}, the init file is known by a
13693 different name (these are typically environments where a specialized
13694 form of @value{GDBN} may need to coexist with other forms, hence a
13695 different name for the specialized version's init file).  These are the
13696 environments with special init file names:
13697
13698 @cindex @file{.vxgdbinit}
13699 @itemize @bullet
13700 @item
13701 VxWorks (Wind River Systems real-time OS): @file{.vxgdbinit}
13702
13703 @cindex @file{.os68gdbinit}
13704 @item
13705 OS68K (Enea Data Systems real-time OS): @file{.os68gdbinit}
13706
13707 @cindex @file{.esgdbinit}
13708 @item
13709 ES-1800 (Ericsson Telecom AB M68000 emulator): @file{.esgdbinit}
13710 @end itemize
13711
13712 You can also request the execution of a command file with the
13713 @code{source} command:
13714
13715 @table @code
13716 @kindex source
13717 @item source @var{filename}
13718 Execute the command file @var{filename}.
13719 @end table
13720
13721 The lines in a command file are executed sequentially.  They are not
13722 printed as they are executed.  An error in any command terminates
13723 execution of the command file and control is returned to the console.
13724
13725 Commands that would ask for confirmation if used interactively proceed
13726 without asking when used in a command file.  Many @value{GDBN} commands that
13727 normally print messages to say what they are doing omit the messages
13728 when called from command files.
13729
13730 @value{GDBN} also accepts command input from standard input.  In this
13731 mode, normal output goes to standard output and error output goes to
13732 standard error.  Errors in a command file supplied on standard input do
13733 not terminate execution of the command file --- execution continues with
13734 the next command.
13735
13736 @smallexample
13737 gdb < cmds > log 2>&1
13738 @end smallexample
13739
13740 (The syntax above will vary depending on the shell used.) This example
13741 will execute commands from the file @file{cmds}. All output and errors
13742 would be directed to @file{log}.
13743
13744 @node Output
13745 @section Commands for controlled output
13746
13747 During the execution of a command file or a user-defined command, normal
13748 @value{GDBN} output is suppressed; the only output that appears is what is
13749 explicitly printed by the commands in the definition.  This section
13750 describes three commands useful for generating exactly the output you
13751 want.
13752
13753 @table @code
13754 @kindex echo
13755 @item echo @var{text}
13756 @c I do not consider backslash-space a standard C escape sequence
13757 @c because it is not in ANSI.
13758 Print @var{text}.  Nonprinting characters can be included in
13759 @var{text} using C escape sequences, such as @samp{\n} to print a
13760 newline.  @strong{No newline is printed unless you specify one.}
13761 In addition to the standard C escape sequences, a backslash followed
13762 by a space stands for a space.  This is useful for displaying a
13763 string with spaces at the beginning or the end, since leading and
13764 trailing spaces are otherwise trimmed from all arguments.
13765 To print @samp{@w{ }and foo =@w{ }}, use the command
13766 @samp{echo \@w{ }and foo = \@w{ }}.
13767
13768 A backslash at the end of @var{text} can be used, as in C, to continue
13769 the command onto subsequent lines.  For example,
13770
13771 @smallexample
13772 echo This is some text\n\
13773 which is continued\n\
13774 onto several lines.\n
13775 @end smallexample
13776
13777 produces the same output as
13778
13779 @smallexample
13780 echo This is some text\n
13781 echo which is continued\n
13782 echo onto several lines.\n
13783 @end smallexample
13784
13785 @kindex output
13786 @item output @var{expression}
13787 Print the value of @var{expression} and nothing but that value: no
13788 newlines, no @samp{$@var{nn} = }.  The value is not entered in the
13789 value history either.  @xref{Expressions, ,Expressions}, for more information
13790 on expressions.
13791
13792 @item output/@var{fmt} @var{expression}
13793 Print the value of @var{expression} in format @var{fmt}.  You can use
13794 the same formats as for @code{print}.  @xref{Output Formats,,Output
13795 formats}, for more information.
13796
13797 @kindex printf
13798 @item printf @var{string}, @var{expressions}@dots{}
13799 Print the values of the @var{expressions} under the control of
13800 @var{string}.  The @var{expressions} are separated by commas and may be
13801 either numbers or pointers.  Their values are printed as specified by
13802 @var{string}, exactly as if your program were to execute the C
13803 subroutine
13804 @c FIXME: the above implies that at least all ANSI C formats are
13805 @c supported, but it isn't true: %E and %G don't work (or so it seems).
13806 @c Either this is a bug, or the manual should document what formats are
13807 @c supported.
13808
13809 @smallexample
13810 printf (@var{string}, @var{expressions}@dots{});
13811 @end smallexample
13812
13813 For example, you can print two values in hex like this:
13814
13815 @smallexample
13816 printf "foo, bar-foo = 0x%x, 0x%x\n", foo, bar-foo
13817 @end smallexample
13818
13819 The only backslash-escape sequences that you can use in the format
13820 string are the simple ones that consist of backslash followed by a
13821 letter.
13822 @end table
13823
13824 @node Interpreters
13825 @chapter Command Interpreters
13826 @cindex command interpreters
13827
13828 @value{GDBN} supports multiple command interpreters, and some command
13829 infrastructure to allow users or user interface writers to switch
13830 between interpreters or run commands in other interpreters.
13831
13832 @value{GDBN} currently supports two command interpreters, the console
13833 interpreter (sometimes called the command-line interpreter or @sc{cli})
13834 and the machine interface interpreter (or @sc{gdb/mi}).  This manual
13835 describes both of these interfaces in great detail.
13836
13837 By default, @value{GDBN} will start with the console interpreter.
13838 However, the user may choose to start @value{GDBN} with another
13839 interpreter by specifying the @option{-i} or @option{--interpreter}
13840 startup options.  Defined interpreters include:
13841
13842 @table @code
13843 @item console
13844 @cindex console interpreter
13845 The traditional console or command-line interpreter.  This is the most often
13846 used interpreter with @value{GDBN}. With no interpreter specified at runtime,
13847 @value{GDBN} will use this interpreter.
13848
13849 @item mi
13850 @cindex mi interpreter
13851 The newest @sc{gdb/mi} interface (currently @code{mi2}).  Used primarily
13852 by programs wishing to use @value{GDBN} as a backend for a debugger GUI
13853 or an IDE.  For more information, see @ref{GDB/MI, ,The @sc{gdb/mi}
13854 Interface}.
13855
13856 @item mi2
13857 @cindex mi2 interpreter
13858 The current @sc{gdb/mi} interface.
13859
13860 @item mi1
13861 @cindex mi1 interpreter
13862 The @sc{gdb/mi} interface included in @value{GDBN} 5.1, 5.2, and 5.3.
13863
13864 @end table
13865
13866 @cindex invoke another interpreter
13867 The interpreter being used by @value{GDBN} may not be dynamically
13868 switched at runtime.  Although possible, this could lead to a very
13869 precarious situation.  Consider an IDE using @sc{gdb/mi}.  If a user
13870 enters the command "interpreter-set console" in a console view,
13871 @value{GDBN} would switch to using the console interpreter, rendering
13872 the IDE inoperable!
13873
13874 @kindex interpreter-exec
13875 Although you may only choose a single interpreter at startup, you may execute
13876 commands in any interpreter from the current interpreter using the appropriate
13877 command.  If you are running the console interpreter, simply use the
13878 @code{interpreter-exec} command:
13879
13880 @smallexample
13881 interpreter-exec mi "-data-list-register-names"
13882 @end smallexample
13883
13884 @sc{gdb/mi} has a similar command, although it is only available in versions of
13885 @value{GDBN} which support @sc{gdb/mi} version 2 (or greater).
13886
13887 @node TUI
13888 @chapter @value{GDBN} Text User Interface
13889 @cindex TUI
13890 @cindex Text User Interface
13891
13892 @menu
13893 * TUI Overview::                TUI overview
13894 * TUI Keys::                    TUI key bindings
13895 * TUI Single Key Mode::         TUI single key mode
13896 * TUI Commands::                TUI specific commands
13897 * TUI Configuration::           TUI configuration variables
13898 @end menu
13899
13900 The @value{GDBN} Text User Interface, TUI in short, is a terminal
13901 interface which uses the @code{curses} library to show the source
13902 file, the assembly output, the program registers and @value{GDBN}
13903 commands in separate text windows.
13904
13905 The TUI is enabled by invoking @value{GDBN} using either
13906 @pindex gdbtui
13907 @samp{gdbtui} or @samp{gdb -tui}.
13908
13909 @node TUI Overview
13910 @section TUI overview
13911
13912 The TUI has two display modes that can be switched while
13913 @value{GDBN} runs:
13914
13915 @itemize @bullet
13916 @item
13917 A curses (or TUI) mode in which it displays several text
13918 windows on the terminal.
13919
13920 @item
13921 A standard mode which corresponds to the @value{GDBN} configured without
13922 the TUI.
13923 @end itemize
13924
13925 In the TUI mode, @value{GDBN} can display several text window
13926 on the terminal:
13927
13928 @table @emph
13929 @item command
13930 This window is the @value{GDBN} command window with the @value{GDBN}
13931 prompt and the @value{GDBN} outputs.  The @value{GDBN} input is still
13932 managed using readline but through the TUI.  The @emph{command}
13933 window is always visible.
13934
13935 @item source
13936 The source window shows the source file of the program.  The current
13937 line as well as active breakpoints are displayed in this window.
13938
13939 @item assembly
13940 The assembly window shows the disassembly output of the program.
13941
13942 @item register
13943 This window shows the processor registers.  It detects when
13944 a register is changed and when this is the case, registers that have
13945 changed are highlighted.  
13946
13947 @end table
13948
13949 The source and assembly windows show the current program position
13950 by highlighting the current line and marking them with the @samp{>} marker.
13951 Breakpoints are also indicated with two markers.  A first one
13952 indicates the breakpoint type:
13953
13954 @table @code
13955 @item B
13956 Breakpoint which was hit at least once.
13957
13958 @item b
13959 Breakpoint which was never hit.
13960
13961 @item H
13962 Hardware breakpoint which was hit at least once.
13963
13964 @item h
13965 Hardware breakpoint which was never hit.
13966
13967 @end table
13968
13969 The second marker indicates whether the breakpoint is enabled or not:
13970
13971 @table @code
13972 @item +
13973 Breakpoint is enabled.
13974
13975 @item -
13976 Breakpoint is disabled.
13977
13978 @end table
13979
13980 The source, assembly and register windows are attached to the thread
13981 and the frame position.  They are updated when the current thread
13982 changes, when the frame changes or when the program counter changes.
13983 These three windows are arranged by the TUI according to several
13984 layouts.  The layout defines which of these three windows are visible.
13985 The following layouts are available:
13986
13987 @itemize @bullet
13988 @item
13989 source
13990
13991 @item
13992 assembly
13993
13994 @item
13995 source and assembly
13996
13997 @item
13998 source and registers
13999
14000 @item
14001 assembly and registers
14002
14003 @end itemize
14004
14005 On top of the command window a status line gives various information
14006 concerning the current process begin debugged.  The status line is
14007 updated when the information it shows changes.  The following fields
14008 are displayed:
14009
14010 @table @emph
14011 @item target
14012 Indicates the current gdb target
14013 (@pxref{Targets, ,Specifying a Debugging Target}).
14014
14015 @item process
14016 Gives information about the current process or thread number.
14017 When no process is being debugged, this field is set to @code{No process}.
14018
14019 @item function
14020 Gives the current function name for the selected frame.
14021 The name is demangled if demangling is turned on (@pxref{Print Settings}).
14022 When there is no symbol corresponding to the current program counter
14023 the string @code{??} is displayed.
14024
14025 @item line
14026 Indicates the current line number for the selected frame.
14027 When the current line number is not known the string @code{??} is displayed.
14028
14029 @item pc
14030 Indicates the current program counter address.
14031
14032 @end table
14033
14034 @node TUI Keys
14035 @section TUI Key Bindings
14036 @cindex TUI key bindings
14037
14038 The TUI installs several key bindings in the readline keymaps
14039 (@pxref{Command Line Editing}).
14040 They allow to leave or enter in the TUI mode or they operate
14041 directly on the TUI layout and windows.  The TUI also provides
14042 a @emph{SingleKey} keymap which binds several keys directly to
14043 @value{GDBN} commands.  The following key bindings
14044 are installed for both TUI mode and the @value{GDBN} standard mode.
14045
14046 @table @kbd
14047 @kindex C-x C-a
14048 @item C-x C-a
14049 @kindex C-x a
14050 @itemx C-x a
14051 @kindex C-x A
14052 @itemx C-x A
14053 Enter or leave the TUI mode.  When the TUI mode is left,
14054 the curses window management is left and @value{GDBN} operates using
14055 its standard mode writing on the terminal directly.  When the TUI
14056 mode is entered, the control is given back to the curses windows.
14057 The screen is then refreshed.
14058
14059 @kindex C-x 1
14060 @item C-x 1
14061 Use a TUI layout with only one window.  The layout will
14062 either be @samp{source} or @samp{assembly}.  When the TUI mode
14063 is not active, it will switch to the TUI mode.
14064
14065 Think of this key binding as the Emacs @kbd{C-x 1} binding.
14066
14067 @kindex C-x 2
14068 @item C-x 2
14069 Use a TUI layout with at least two windows.  When the current
14070 layout shows already two windows, a next layout with two windows is used.
14071 When a new layout is chosen, one window will always be common to the
14072 previous layout and the new one.
14073
14074 Think of it as the Emacs @kbd{C-x 2} binding.
14075
14076 @kindex C-x o
14077 @item C-x o
14078 Change the active window.  The TUI associates several key bindings
14079 (like scrolling and arrow keys) to the active window. This command
14080 gives the focus to the next TUI window.
14081
14082 Think of it as the Emacs @kbd{C-x o} binding.
14083
14084 @kindex C-x s
14085 @item C-x s
14086 Use the TUI @emph{SingleKey} keymap that binds single key to gdb commands
14087 (@pxref{TUI Single Key Mode}).
14088
14089 @end table
14090
14091 The following key bindings are handled only by the TUI mode:
14092
14093 @table @key
14094 @kindex PgUp
14095 @item PgUp
14096 Scroll the active window one page up.
14097
14098 @kindex PgDn
14099 @item PgDn
14100 Scroll the active window one page down.
14101
14102 @kindex Up
14103 @item Up
14104 Scroll the active window one line up.
14105
14106 @kindex Down
14107 @item Down
14108 Scroll the active window one line down.
14109
14110 @kindex Left
14111 @item Left
14112 Scroll the active window one column left.
14113
14114 @kindex Right
14115 @item Right
14116 Scroll the active window one column right.
14117
14118 @kindex C-L
14119 @item C-L
14120 Refresh the screen.
14121
14122 @end table
14123
14124 In the TUI mode, the arrow keys are used by the active window
14125 for scrolling.  This means they are available for readline when the
14126 active window is the command window.  When the command window
14127 does not have the focus, it is necessary to use other readline
14128 key bindings such as @key{C-p}, @key{C-n}, @key{C-b} and @key{C-f}.
14129
14130 @node TUI Single Key Mode
14131 @section TUI Single Key Mode
14132 @cindex TUI single key mode
14133
14134 The TUI provides a @emph{SingleKey} mode in which it installs a particular
14135 key binding in the readline keymaps to connect single keys to
14136 some gdb commands.
14137
14138 @table @kbd
14139 @kindex c @r{(SingleKey TUI key)}
14140 @item c
14141 continue
14142
14143 @kindex d @r{(SingleKey TUI key)}
14144 @item d
14145 down
14146
14147 @kindex f @r{(SingleKey TUI key)}
14148 @item f
14149 finish
14150
14151 @kindex n @r{(SingleKey TUI key)}
14152 @item n
14153 next
14154
14155 @kindex q @r{(SingleKey TUI key)}
14156 @item q
14157 exit the @emph{SingleKey} mode.
14158
14159 @kindex r @r{(SingleKey TUI key)}
14160 @item r
14161 run
14162
14163 @kindex s @r{(SingleKey TUI key)}
14164 @item s
14165 step
14166
14167 @kindex u @r{(SingleKey TUI key)}
14168 @item u
14169 up
14170
14171 @kindex v @r{(SingleKey TUI key)}
14172 @item v
14173 info locals
14174
14175 @kindex w @r{(SingleKey TUI key)}
14176 @item w
14177 where
14178
14179 @end table
14180
14181 Other keys temporarily switch to the @value{GDBN} command prompt.
14182 The key that was pressed is inserted in the editing buffer so that
14183 it is possible to type most @value{GDBN} commands without interaction
14184 with the TUI @emph{SingleKey} mode.  Once the command is entered the TUI
14185 @emph{SingleKey} mode is restored.  The only way to permanently leave
14186 this mode is by hitting @key{q} or @samp{@key{C-x} @key{s}}.
14187
14188
14189 @node TUI Commands
14190 @section TUI specific commands
14191 @cindex TUI commands
14192
14193 The TUI has specific commands to control the text windows.
14194 These commands are always available, that is they do not depend on
14195 the current terminal mode in which @value{GDBN} runs.  When @value{GDBN}
14196 is in the standard mode, using these commands will automatically switch
14197 in the TUI mode.
14198
14199 @table @code
14200 @item info win
14201 @kindex info win
14202 List and give the size of all displayed windows.
14203
14204 @item layout next
14205 @kindex layout next
14206 Display the next layout.
14207
14208 @item layout prev
14209 @kindex layout prev
14210 Display the previous layout.
14211
14212 @item layout src
14213 @kindex layout src
14214 Display the source window only.
14215
14216 @item layout asm
14217 @kindex layout asm
14218 Display the assembly window only.
14219
14220 @item layout split
14221 @kindex layout split
14222 Display the source and assembly window.
14223
14224 @item layout regs
14225 @kindex layout regs
14226 Display the register window together with the source or assembly window.
14227
14228 @item focus next | prev | src | asm | regs | split
14229 @kindex focus
14230 Set the focus to the named window.
14231 This command allows to change the active window so that scrolling keys
14232 can be affected to another window.
14233
14234 @item refresh
14235 @kindex refresh
14236 Refresh the screen.  This is similar to using @key{C-L} key.
14237
14238 @item tui reg float
14239 @kindex tui reg
14240 Show the floating point registers in the register window.
14241
14242 @item tui reg general
14243 Show the general registers in the register window.
14244
14245 @item tui reg next
14246 Show the next register group.  The list of register groups as well as
14247 their order is target specific.  The predefined register groups are the
14248 following: @code{general}, @code{float}, @code{system}, @code{vector},
14249 @code{all}, @code{save}, @code{restore}.
14250
14251 @item tui reg system
14252 Show the system registers in the register window.
14253
14254 @item update
14255 @kindex update
14256 Update the source window and the current execution point.
14257
14258 @item winheight @var{name} +@var{count}
14259 @itemx winheight @var{name} -@var{count}
14260 @kindex winheight
14261 Change the height of the window @var{name} by @var{count}
14262 lines.  Positive counts increase the height, while negative counts
14263 decrease it.
14264
14265 @end table
14266
14267 @node TUI Configuration
14268 @section TUI configuration variables
14269 @cindex TUI configuration variables
14270
14271 The TUI has several configuration variables that control the
14272 appearance of windows on the terminal.
14273
14274 @table @code
14275 @item set tui border-kind @var{kind}
14276 @kindex set tui border-kind
14277 Select the border appearance for the source, assembly and register windows.
14278 The possible values are the following:
14279 @table @code
14280 @item space
14281 Use a space character to draw the border.
14282
14283 @item ascii
14284 Use ascii characters + - and | to draw the border.
14285
14286 @item acs
14287 Use the Alternate Character Set to draw the border.  The border is
14288 drawn using character line graphics if the terminal supports them.
14289
14290 @end table
14291
14292 @item set tui active-border-mode @var{mode}
14293 @kindex set tui active-border-mode
14294 Select the attributes to display the border of the active window.
14295 The possible values are @code{normal}, @code{standout}, @code{reverse},
14296 @code{half}, @code{half-standout}, @code{bold} and @code{bold-standout}.
14297
14298 @item set tui border-mode @var{mode}
14299 @kindex set tui border-mode
14300 Select the attributes to display the border of other windows.
14301 The @var{mode} can be one of the following:
14302 @table @code
14303 @item normal
14304 Use normal attributes to display the border.
14305
14306 @item standout
14307 Use standout mode.
14308
14309 @item reverse
14310 Use reverse video mode.
14311
14312 @item half
14313 Use half bright mode.
14314
14315 @item half-standout
14316 Use half bright and standout mode.
14317
14318 @item bold
14319 Use extra bright or bold mode.
14320
14321 @item bold-standout
14322 Use extra bright or bold and standout mode.
14323
14324 @end table
14325
14326 @end table
14327
14328 @node Emacs
14329 @chapter Using @value{GDBN} under @sc{gnu} Emacs
14330
14331 @cindex Emacs
14332 @cindex @sc{gnu} Emacs
14333 A special interface allows you to use @sc{gnu} Emacs to view (and
14334 edit) the source files for the program you are debugging with
14335 @value{GDBN}.
14336
14337 To use this interface, use the command @kbd{M-x gdb} in Emacs.  Give the
14338 executable file you want to debug as an argument.  This command starts
14339 @value{GDBN} as a subprocess of Emacs, with input and output through a newly
14340 created Emacs buffer.
14341 @c (Do not use the @code{-tui} option to run @value{GDBN} from Emacs.)
14342
14343 Using @value{GDBN} under Emacs is just like using @value{GDBN} normally except for two
14344 things:
14345
14346 @itemize @bullet
14347 @item
14348 All ``terminal'' input and output goes through the Emacs buffer.
14349 @end itemize
14350
14351 This applies both to @value{GDBN} commands and their output, and to the input
14352 and output done by the program you are debugging.
14353
14354 This is useful because it means that you can copy the text of previous
14355 commands and input them again; you can even use parts of the output
14356 in this way.
14357
14358 All the facilities of Emacs' Shell mode are available for interacting
14359 with your program.  In particular, you can send signals the usual
14360 way---for example, @kbd{C-c C-c} for an interrupt, @kbd{C-c C-z} for a
14361 stop.
14362
14363 @itemize @bullet
14364 @item
14365 @value{GDBN} displays source code through Emacs.
14366 @end itemize
14367
14368 Each time @value{GDBN} displays a stack frame, Emacs automatically finds the
14369 source file for that frame and puts an arrow (@samp{=>}) at the
14370 left margin of the current line.  Emacs uses a separate buffer for
14371 source display, and splits the screen to show both your @value{GDBN} session
14372 and the source.
14373
14374 Explicit @value{GDBN} @code{list} or search commands still produce output as
14375 usual, but you probably have no reason to use them from Emacs.
14376
14377 If you specify an absolute file name when prompted for the @kbd{M-x
14378 gdb} argument, then Emacs sets your current working directory to where
14379 your program resides.  If you only specify the file name, then Emacs
14380 sets your current working directory to to the directory associated
14381 with the previous buffer.  In this case, @value{GDBN} may find your
14382 program by searching your environment's @code{PATH} variable, but on
14383 some operating systems it might not find the source.  So, although the
14384 @value{GDBN} input and output session proceeds normally, the auxiliary
14385 buffer does not display the current source and line of execution.
14386
14387 The initial working directory of @value{GDBN} is printed on the top
14388 line of the @value{GDBN} I/O buffer and this serves as a default for
14389 the commands that specify files for @value{GDBN} to operate
14390 on.  @xref{Files, ,Commands to specify files}.
14391
14392 By default, @kbd{M-x gdb} calls the program called @file{gdb}.  If you
14393 need to call @value{GDBN} by a different name (for example, if you
14394 keep several configurations around, with different names) you can
14395 customize the Emacs variable @code{gud-gdb-command-name} to run the
14396 one you want.
14397
14398 In the @value{GDBN} I/O buffer, you can use these special Emacs commands in
14399 addition to the standard Shell mode commands:
14400
14401 @table @kbd
14402 @item C-h m
14403 Describe the features of Emacs' @value{GDBN} Mode.
14404
14405 @item C-c C-s
14406 Execute to another source line, like the @value{GDBN} @code{step} command; also
14407 update the display window to show the current file and location.
14408
14409 @item C-c C-n
14410 Execute to next source line in this function, skipping all function
14411 calls, like the @value{GDBN} @code{next} command.  Then update the display window
14412 to show the current file and location.
14413
14414 @item C-c C-i
14415 Execute one instruction, like the @value{GDBN} @code{stepi} command; update
14416 display window accordingly.
14417
14418 @item C-c C-f
14419 Execute until exit from the selected stack frame, like the @value{GDBN}
14420 @code{finish} command.
14421
14422 @item C-c C-r
14423 Continue execution of your program, like the @value{GDBN} @code{continue}
14424 command.
14425
14426 @item C-c <
14427 Go up the number of frames indicated by the numeric argument
14428 (@pxref{Arguments, , Numeric Arguments, Emacs, The @sc{gnu} Emacs Manual}),
14429 like the @value{GDBN} @code{up} command.
14430
14431 @item C-c >
14432 Go down the number of frames indicated by the numeric argument, like the
14433 @value{GDBN} @code{down} command.
14434 @end table
14435
14436 In any source file, the Emacs command @kbd{C-x SPC} (@code{gud-break})
14437 tells @value{GDBN} to set a breakpoint on the source line point is on.
14438
14439 If you type @kbd{M-x speedbar}, then Emacs displays a separate frame which
14440 shows a backtrace when the @value{GDBN} I/O buffer is current.  Move
14441 point to any frame in the stack and type @key{RET} to make it become the
14442 current frame and display the associated source in the source buffer.
14443 Alternatively, click @kbd{Mouse-2} to make the selected frame become the
14444 current one.
14445
14446 If you accidentally delete the source-display buffer, an easy way to get
14447 it back is to type the command @code{f} in the @value{GDBN} buffer, to
14448 request a frame display; when you run under Emacs, this recreates
14449 the source buffer if necessary to show you the context of the current
14450 frame.
14451
14452 The source files displayed in Emacs are in ordinary Emacs buffers
14453 which are visiting the source files in the usual way.  You can edit
14454 the files with these buffers if you wish; but keep in mind that @value{GDBN}
14455 communicates with Emacs in terms of line numbers.  If you add or
14456 delete lines from the text, the line numbers that @value{GDBN} knows cease
14457 to correspond properly with the code.
14458
14459 The description given here is for GNU Emacs version 21.3 and a more
14460 detailed description of its interaction with @value{GDBN} is given in
14461 the Emacs manual (@pxref{Debuggers,,, Emacs, The @sc{gnu} Emacs Manual}).
14462
14463 @c The following dropped because Epoch is nonstandard.  Reactivate
14464 @c if/when v19 does something similar. ---doc@cygnus.com 19dec1990
14465 @ignore
14466 @kindex Emacs Epoch environment
14467 @kindex Epoch
14468 @kindex inspect
14469
14470 Version 18 of @sc{gnu} Emacs has a built-in window system
14471 called the @code{epoch}
14472 environment.  Users of this environment can use a new command,
14473 @code{inspect} which performs identically to @code{print} except that
14474 each value is printed in its own window.
14475 @end ignore
14476
14477
14478 @node GDB/MI
14479 @chapter The @sc{gdb/mi} Interface
14480
14481 @unnumberedsec Function and Purpose
14482
14483 @cindex @sc{gdb/mi}, its purpose
14484 @sc{gdb/mi} is a line based machine oriented text interface to @value{GDBN}.  It is
14485 specifically intended to support the development of systems which use
14486 the debugger as just one small component of a larger system.
14487
14488 This chapter is a specification of the @sc{gdb/mi} interface.  It is written
14489 in the form of a reference manual.
14490
14491 Note that @sc{gdb/mi} is still under construction, so some of the
14492 features described below are incomplete and subject to change.
14493
14494 @unnumberedsec Notation and Terminology
14495
14496 @cindex notational conventions, for @sc{gdb/mi}
14497 This chapter uses the following notation:
14498
14499 @itemize @bullet
14500 @item
14501 @code{|} separates two alternatives.
14502
14503 @item
14504 @code{[ @var{something} ]} indicates that @var{something} is optional:
14505 it may or may not be given.
14506
14507 @item
14508 @code{( @var{group} )*} means that @var{group} inside the parentheses
14509 may repeat zero or more times.
14510
14511 @item
14512 @code{( @var{group} )+} means that @var{group} inside the parentheses
14513 may repeat one or more times.
14514
14515 @item
14516 @code{"@var{string}"} means a literal @var{string}.
14517 @end itemize
14518
14519 @ignore
14520 @heading Dependencies
14521 @end ignore
14522
14523 @heading Acknowledgments
14524
14525 In alphabetic order: Andrew Cagney, Fernando Nasser, Stan Shebs and
14526 Elena Zannoni.
14527
14528 @menu
14529 * GDB/MI Command Syntax::
14530 * GDB/MI Compatibility with CLI::
14531 * GDB/MI Output Records::
14532 * GDB/MI Command Description Format::
14533 * GDB/MI Breakpoint Table Commands::
14534 * GDB/MI Data Manipulation::
14535 * GDB/MI Program Control::
14536 * GDB/MI Miscellaneous Commands::
14537 @ignore
14538 * GDB/MI Kod Commands::
14539 * GDB/MI Memory Overlay Commands::
14540 * GDB/MI Signal Handling Commands::
14541 @end ignore
14542 * GDB/MI Stack Manipulation::
14543 * GDB/MI Symbol Query::
14544 * GDB/MI Target Manipulation::
14545 * GDB/MI Thread Commands::
14546 * GDB/MI Tracepoint Commands::
14547 * GDB/MI Variable Objects::
14548 @end menu
14549
14550 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14551 @node GDB/MI Command Syntax
14552 @section @sc{gdb/mi} Command Syntax
14553
14554 @menu
14555 * GDB/MI Input Syntax::
14556 * GDB/MI Output Syntax::
14557 * GDB/MI Simple Examples::
14558 @end menu
14559
14560 @node GDB/MI Input Syntax
14561 @subsection @sc{gdb/mi} Input Syntax
14562
14563 @cindex input syntax for @sc{gdb/mi}
14564 @cindex @sc{gdb/mi}, input syntax
14565 @table @code
14566 @item @var{command} @expansion{}
14567 @code{@var{cli-command} | @var{mi-command}}
14568
14569 @item @var{cli-command} @expansion{}
14570 @code{[ @var{token} ] @var{cli-command} @var{nl}}, where
14571 @var{cli-command} is any existing @value{GDBN} CLI command.
14572
14573 @item @var{mi-command} @expansion{}
14574 @code{[ @var{token} ] "-" @var{operation} ( " " @var{option} )*
14575 @code{[} " --" @code{]} ( " " @var{parameter} )* @var{nl}}
14576
14577 @item @var{token} @expansion{}
14578 "any sequence of digits"
14579
14580 @item @var{option} @expansion{}
14581 @code{"-" @var{parameter} [ " " @var{parameter} ]}
14582
14583 @item @var{parameter} @expansion{}
14584 @code{@var{non-blank-sequence} | @var{c-string}}
14585
14586 @item @var{operation} @expansion{}
14587 @emph{any of the operations described in this chapter}
14588
14589 @item @var{non-blank-sequence} @expansion{}
14590 @emph{anything, provided it doesn't contain special characters such as
14591 "-", @var{nl}, """ and of course " "}
14592
14593 @item @var{c-string} @expansion{}
14594 @code{""" @var{seven-bit-iso-c-string-content} """}
14595
14596 @item @var{nl} @expansion{}
14597 @code{CR | CR-LF}
14598 @end table
14599
14600 @noindent
14601 Notes:
14602
14603 @itemize @bullet
14604 @item
14605 The CLI commands are still handled by the @sc{mi} interpreter; their
14606 output is described below.
14607
14608 @item
14609 The @code{@var{token}}, when present, is passed back when the command
14610 finishes.
14611
14612 @item
14613 Some @sc{mi} commands accept optional arguments as part of the parameter
14614 list.  Each option is identified by a leading @samp{-} (dash) and may be
14615 followed by an optional argument parameter.  Options occur first in the
14616 parameter list and can be delimited from normal parameters using
14617 @samp{--} (this is useful when some parameters begin with a dash).
14618 @end itemize
14619
14620 Pragmatics:
14621
14622 @itemize @bullet
14623 @item
14624 We want easy access to the existing CLI syntax (for debugging).
14625
14626 @item
14627 We want it to be easy to spot a @sc{mi} operation.
14628 @end itemize
14629
14630 @node GDB/MI Output Syntax
14631 @subsection @sc{gdb/mi} Output Syntax
14632
14633 @cindex output syntax of @sc{gdb/mi}
14634 @cindex @sc{gdb/mi}, output syntax
14635 The output from @sc{gdb/mi} consists of zero or more out-of-band records
14636 followed, optionally, by a single result record.  This result record
14637 is for the most recent command.  The sequence of output records is
14638 terminated by @samp{(@value{GDBP})}.
14639
14640 If an input command was prefixed with a @code{@var{token}} then the
14641 corresponding output for that command will also be prefixed by that same
14642 @var{token}.
14643
14644 @table @code
14645 @item @var{output} @expansion{}
14646 @code{( @var{out-of-band-record} )* [ @var{result-record} ] "(gdb)" @var{nl}}
14647
14648 @item @var{result-record} @expansion{}
14649 @code{ [ @var{token} ] "^" @var{result-class} ( "," @var{result} )* @var{nl}}
14650
14651 @item @var{out-of-band-record} @expansion{}
14652 @code{@var{async-record} | @var{stream-record}}
14653
14654 @item @var{async-record} @expansion{}
14655 @code{@var{exec-async-output} | @var{status-async-output} | @var{notify-async-output}}
14656
14657 @item @var{exec-async-output} @expansion{}
14658 @code{[ @var{token} ] "*" @var{async-output}}
14659
14660 @item @var{status-async-output} @expansion{}
14661 @code{[ @var{token} ] "+" @var{async-output}}
14662
14663 @item @var{notify-async-output} @expansion{}
14664 @code{[ @var{token} ] "=" @var{async-output}}
14665
14666 @item @var{async-output} @expansion{}
14667 @code{@var{async-class} ( "," @var{result} )* @var{nl}}
14668
14669 @item @var{result-class} @expansion{}
14670 @code{"done" | "running" | "connected" | "error" | "exit"}
14671
14672 @item @var{async-class} @expansion{}
14673 @code{"stopped" | @var{others}} (where @var{others} will be added
14674 depending on the needs---this is still in development).
14675
14676 @item @var{result} @expansion{}
14677 @code{ @var{variable} "=" @var{value}}
14678
14679 @item @var{variable} @expansion{}
14680 @code{ @var{string} }
14681
14682 @item @var{value} @expansion{}
14683 @code{ @var{const} | @var{tuple} | @var{list} }
14684
14685 @item @var{const} @expansion{}
14686 @code{@var{c-string}}
14687
14688 @item @var{tuple} @expansion{}
14689 @code{ "@{@}" | "@{" @var{result} ( "," @var{result} )* "@}" }
14690
14691 @item @var{list} @expansion{}
14692 @code{ "[]" | "[" @var{value} ( "," @var{value} )* "]" | "["
14693 @var{result} ( "," @var{result} )* "]" }
14694
14695 @item @var{stream-record} @expansion{}
14696 @code{@var{console-stream-output} | @var{target-stream-output} | @var{log-stream-output}}
14697
14698 @item @var{console-stream-output} @expansion{}
14699 @code{"~" @var{c-string}}
14700
14701 @item @var{target-stream-output} @expansion{}
14702 @code{"@@" @var{c-string}}
14703
14704 @item @var{log-stream-output} @expansion{}
14705 @code{"&" @var{c-string}}
14706
14707 @item @var{nl} @expansion{}
14708 @code{CR | CR-LF}
14709
14710 @item @var{token} @expansion{}
14711 @emph{any sequence of digits}.
14712 @end table
14713
14714 @noindent
14715 Notes:
14716
14717 @itemize @bullet
14718 @item
14719 All output sequences end in a single line containing a period.
14720
14721 @item
14722 The @code{@var{token}} is from the corresponding request.  If an execution
14723 command is interrupted by the @samp{-exec-interrupt} command, the
14724 @var{token} associated with the @samp{*stopped} message is the one of the
14725 original execution command, not the one of the interrupt command.
14726
14727 @item
14728 @cindex status output in @sc{gdb/mi}
14729 @var{status-async-output} contains on-going status information about the
14730 progress of a slow operation.  It can be discarded.  All status output is
14731 prefixed by @samp{+}.
14732
14733 @item
14734 @cindex async output in @sc{gdb/mi}
14735 @var{exec-async-output} contains asynchronous state change on the target
14736 (stopped, started, disappeared).  All async output is prefixed by
14737 @samp{*}.
14738
14739 @item
14740 @cindex notify output in @sc{gdb/mi}
14741 @var{notify-async-output} contains supplementary information that the
14742 client should handle (e.g., a new breakpoint information).  All notify
14743 output is prefixed by @samp{=}.
14744
14745 @item
14746 @cindex console output in @sc{gdb/mi}
14747 @var{console-stream-output} is output that should be displayed as is in the
14748 console.  It is the textual response to a CLI command.  All the console
14749 output is prefixed by @samp{~}.
14750
14751 @item
14752 @cindex target output in @sc{gdb/mi}
14753 @var{target-stream-output} is the output produced by the target program.
14754 All the target output is prefixed by @samp{@@}.
14755
14756 @item
14757 @cindex log output in @sc{gdb/mi}
14758 @var{log-stream-output} is output text coming from @value{GDBN}'s internals, for
14759 instance messages that should be displayed as part of an error log.  All
14760 the log output is prefixed by @samp{&}.
14761
14762 @item
14763 @cindex list output in @sc{gdb/mi}
14764 New @sc{gdb/mi} commands should only output @var{lists} containing
14765 @var{values}.
14766
14767
14768 @end itemize
14769
14770 @xref{GDB/MI Stream Records, , @sc{gdb/mi} Stream Records}, for more
14771 details about the various output records.
14772
14773 @node GDB/MI Simple Examples
14774 @subsection Simple Examples of @sc{gdb/mi} Interaction
14775 @cindex @sc{gdb/mi}, simple examples
14776
14777 This subsection presents several simple examples of interaction using
14778 the @sc{gdb/mi} interface.  In these examples, @samp{->} means that the
14779 following line is passed to @sc{gdb/mi} as input, while @samp{<-} means
14780 the output received from @sc{gdb/mi}.
14781
14782 @subsubheading Target Stop
14783 @c Ummm... There is no "-stop" command. This assumes async, no?
14784 Here's an example of stopping the inferior process:
14785
14786 @smallexample
14787 -> -stop
14788 <- (@value{GDBP})
14789 @end smallexample
14790
14791 @noindent
14792 and later:
14793
14794 @smallexample
14795 <- *stop,reason="stop",address="0x123",source="a.c:123"
14796 <- (@value{GDBP})
14797 @end smallexample
14798
14799 @subsubheading Simple CLI Command
14800
14801 Here's an example of a simple CLI command being passed through
14802 @sc{gdb/mi} and on to the CLI.
14803
14804 @smallexample
14805 -> print 1+2
14806 <- &"print 1+2\n"
14807 <- ~"$1 = 3\n"
14808 <- ^done
14809 <- (@value{GDBP})
14810 @end smallexample
14811
14812 @subsubheading Command With Side Effects
14813
14814 @smallexample
14815 -> -symbol-file xyz.exe
14816 <- *breakpoint,nr="3",address="0x123",source="a.c:123"
14817 <- (@value{GDBP})
14818 @end smallexample
14819
14820 @subsubheading A Bad Command
14821
14822 Here's what happens if you pass a non-existent command:
14823
14824 @smallexample
14825 -> -rubbish
14826 <- ^error,msg="Undefined MI command: rubbish"
14827 <- (@value{GDBP})
14828 @end smallexample
14829
14830 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14831 @node GDB/MI Compatibility with CLI
14832 @section @sc{gdb/mi} Compatibility with CLI
14833
14834 @cindex compatibility, @sc{gdb/mi} and CLI
14835 @cindex @sc{gdb/mi}, compatibility with CLI
14836 To help users familiar with @value{GDBN}'s existing CLI interface, @sc{gdb/mi}
14837 accepts existing CLI commands.  As specified by the syntax, such
14838 commands can be directly entered into the @sc{gdb/mi} interface and @value{GDBN} will
14839 respond.
14840
14841 This mechanism is provided as an aid to developers of @sc{gdb/mi}
14842 clients and not as a reliable interface into the CLI.  Since the command
14843 is being interpreteted in an environment that assumes @sc{gdb/mi}
14844 behaviour, the exact output of such commands is likely to end up being
14845 an un-supported hybrid of @sc{gdb/mi} and CLI output.
14846
14847 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14848 @node GDB/MI Output Records
14849 @section @sc{gdb/mi} Output Records
14850
14851 @menu
14852 * GDB/MI Result Records::
14853 * GDB/MI Stream Records::
14854 * GDB/MI Out-of-band Records::
14855 @end menu
14856
14857 @node GDB/MI Result Records
14858 @subsection @sc{gdb/mi} Result Records
14859
14860 @cindex result records in @sc{gdb/mi}
14861 @cindex @sc{gdb/mi}, result records
14862 In addition to a number of out-of-band notifications, the response to a
14863 @sc{gdb/mi} command includes one of the following result indications:
14864
14865 @table @code
14866 @findex ^done
14867 @item "^done" [ "," @var{results} ]
14868 The synchronous operation was successful, @code{@var{results}} are the return
14869 values.
14870
14871 @item "^running"
14872 @findex ^running
14873 @c Is this one correct?  Should it be an out-of-band notification?
14874 The asynchronous operation was successfully started.  The target is
14875 running.
14876
14877 @item "^error" "," @var{c-string}
14878 @findex ^error
14879 The operation failed.  The @code{@var{c-string}} contains the corresponding
14880 error message.
14881 @end table
14882
14883 @node GDB/MI Stream Records
14884 @subsection @sc{gdb/mi} Stream Records
14885
14886 @cindex @sc{gdb/mi}, stream records
14887 @cindex stream records in @sc{gdb/mi}
14888 @value{GDBN} internally maintains a number of output streams: the console, the
14889 target, and the log.  The output intended for each of these streams is
14890 funneled through the @sc{gdb/mi} interface using @dfn{stream records}.
14891
14892 Each stream record begins with a unique @dfn{prefix character} which
14893 identifies its stream (@pxref{GDB/MI Output Syntax, , @sc{gdb/mi} Output
14894 Syntax}).  In addition to the prefix, each stream record contains a
14895 @code{@var{string-output}}.  This is either raw text (with an implicit new
14896 line) or a quoted C string (which does not contain an implicit newline).
14897
14898 @table @code
14899 @item "~" @var{string-output}
14900 The console output stream contains text that should be displayed in the
14901 CLI console window.  It contains the textual responses to CLI commands.
14902
14903 @item "@@" @var{string-output}
14904 The target output stream contains any textual output from the running
14905 target.
14906
14907 @item "&" @var{string-output}
14908 The log stream contains debugging messages being produced by @value{GDBN}'s
14909 internals.
14910 @end table
14911
14912 @node GDB/MI Out-of-band Records
14913 @subsection @sc{gdb/mi} Out-of-band Records
14914
14915 @cindex out-of-band records in @sc{gdb/mi}
14916 @cindex @sc{gdb/mi}, out-of-band records
14917 @dfn{Out-of-band} records are used to notify the @sc{gdb/mi} client of
14918 additional changes that have occurred.  Those changes can either be a
14919 consequence of @sc{gdb/mi} (e.g., a breakpoint modified) or a result of
14920 target activity (e.g., target stopped).
14921
14922 The following is a preliminary list of possible out-of-band records.
14923
14924 @table @code
14925 @item "*" "stop"
14926 @end table
14927
14928
14929 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14930 @node GDB/MI Command Description Format
14931 @section @sc{gdb/mi} Command Description Format
14932
14933 The remaining sections describe blocks of commands.  Each block of
14934 commands is laid out in a fashion similar to this section.
14935
14936 Note the the line breaks shown in the examples are here only for
14937 readability.  They don't appear in the real output.
14938 Also note that the commands with a non-available example (N.A.@:) are
14939 not yet implemented.
14940
14941 @subheading Motivation
14942
14943 The motivation for this collection of commands.
14944
14945 @subheading Introduction
14946
14947 A brief introduction to this collection of commands as a whole.
14948
14949 @subheading Commands
14950
14951 For each command in the block, the following is described:
14952
14953 @subsubheading Synopsis
14954
14955 @smallexample
14956  -command @var{args}@dots{}
14957 @end smallexample
14958
14959 @subsubheading @value{GDBN} Command
14960
14961 The corresponding @value{GDBN} CLI command.
14962
14963 @subsubheading Result
14964
14965 @subsubheading Out-of-band
14966
14967 @subsubheading Notes
14968
14969 @subsubheading Example
14970
14971
14972 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14973 @node GDB/MI Breakpoint Table Commands
14974 @section @sc{gdb/mi} Breakpoint table commands
14975
14976 @cindex breakpoint commands for @sc{gdb/mi}
14977 @cindex @sc{gdb/mi}, breakpoint commands
14978 This section documents @sc{gdb/mi} commands for manipulating
14979 breakpoints.
14980
14981 @subheading The @code{-break-after} Command
14982 @findex -break-after
14983
14984 @subsubheading Synopsis
14985
14986 @smallexample
14987  -break-after @var{number} @var{count}
14988 @end smallexample
14989
14990 The breakpoint number @var{number} is not in effect until it has been
14991 hit @var{count} times.  To see how this is reflected in the output of
14992 the @samp{-break-list} command, see the description of the
14993 @samp{-break-list} command below.
14994
14995 @subsubheading @value{GDBN} Command
14996
14997 The corresponding @value{GDBN} command is @samp{ignore}.
14998
14999 @subsubheading Example
15000
15001 @smallexample
15002 (@value{GDBP})
15003 -break-insert main
15004 ^done,bkpt=@{number="1",addr="0x000100d0",file="hello.c",line="5"@}
15005 (@value{GDBP})
15006 -break-after 1 3
15007 ~
15008 ^done
15009 (@value{GDBP})
15010 -break-list
15011 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
15012 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15013 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15014 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15015 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15016 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15017 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
15018 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15019 addr="0x000100d0",func="main",file="hello.c",line="5",times="0",
15020 ignore="3"@}]@}
15021 (@value{GDBP})
15022 @end smallexample
15023
15024 @ignore
15025 @subheading The @code{-break-catch} Command
15026 @findex -break-catch
15027
15028 @subheading The @code{-break-commands} Command
15029 @findex -break-commands
15030 @end ignore
15031
15032
15033 @subheading The @code{-break-condition} Command
15034 @findex -break-condition
15035
15036 @subsubheading Synopsis
15037
15038 @smallexample
15039  -break-condition @var{number} @var{expr}
15040 @end smallexample
15041
15042 Breakpoint @var{number} will stop the program only if the condition in
15043 @var{expr} is true.  The condition becomes part of the
15044 @samp{-break-list} output (see the description of the @samp{-break-list}
15045 command below).
15046
15047 @subsubheading @value{GDBN} Command
15048
15049 The corresponding @value{GDBN} command is @samp{condition}.
15050
15051 @subsubheading Example
15052
15053 @smallexample
15054 (@value{GDBP})
15055 -break-condition 1 1
15056 ^done
15057 (@value{GDBP})
15058 -break-list
15059 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
15060 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15061 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15062 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15063 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15064 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15065 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
15066 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15067 addr="0x000100d0",func="main",file="hello.c",line="5",cond="1",
15068 times="0",ignore="3"@}]@}
15069 (@value{GDBP})
15070 @end smallexample
15071
15072 @subheading The @code{-break-delete} Command
15073 @findex -break-delete
15074
15075 @subsubheading Synopsis
15076
15077 @smallexample
15078  -break-delete ( @var{breakpoint} )+
15079 @end smallexample
15080
15081 Delete the breakpoint(s) whose number(s) are specified in the argument
15082 list.  This is obviously reflected in the breakpoint list.
15083
15084 @subsubheading @value{GDBN} command
15085
15086 The corresponding @value{GDBN} command is @samp{delete}.
15087
15088 @subsubheading Example
15089
15090 @smallexample
15091 (@value{GDBP})
15092 -break-delete 1
15093 ^done
15094 (@value{GDBP})
15095 -break-list
15096 ^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
15097 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15098 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15099 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15100 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15101 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15102 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
15103 body=[]@}
15104 (@value{GDBP})
15105 @end smallexample
15106
15107 @subheading The @code{-break-disable} Command
15108 @findex -break-disable
15109
15110 @subsubheading Synopsis
15111
15112 @smallexample
15113  -break-disable ( @var{breakpoint} )+
15114 @end smallexample
15115
15116 Disable the named @var{breakpoint}(s).  The field @samp{enabled} in the
15117 break list is now set to @samp{n} for the named @var{breakpoint}(s).
15118
15119 @subsubheading @value{GDBN} Command
15120
15121 The corresponding @value{GDBN} command is @samp{disable}.
15122
15123 @subsubheading Example
15124
15125 @smallexample
15126 (@value{GDBP})
15127 -break-disable 2
15128 ^done
15129 (@value{GDBP})
15130 -break-list
15131 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
15132 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15133 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15134 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15135 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15136 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15137 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
15138 body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="n",
15139 addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@}]@}
15140 (@value{GDBP})
15141 @end smallexample
15142
15143 @subheading The @code{-break-enable} Command
15144 @findex -break-enable
15145
15146 @subsubheading Synopsis
15147
15148 @smallexample
15149  -break-enable ( @var{breakpoint} )+
15150 @end smallexample
15151
15152 Enable (previously disabled) @var{breakpoint}(s).
15153
15154 @subsubheading @value{GDBN} Command
15155
15156 The corresponding @value{GDBN} command is @samp{enable}.
15157
15158 @subsubheading Example
15159
15160 @smallexample
15161 (@value{GDBP})
15162 -break-enable 2
15163 ^done
15164 (@value{GDBP})
15165 -break-list
15166 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
15167 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15168 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15169 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15170 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15171 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15172 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
15173 body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
15174 addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@}]@}
15175 (@value{GDBP})
15176 @end smallexample
15177
15178 @subheading The @code{-break-info} Command
15179 @findex -break-info
15180
15181 @subsubheading Synopsis
15182
15183 @smallexample
15184  -break-info @var{breakpoint}
15185 @end smallexample
15186
15187 @c REDUNDANT???
15188 Get information about a single breakpoint.
15189
15190 @subsubheading @value{GDBN} command
15191
15192 The corresponding @value{GDBN} command is @samp{info break @var{breakpoint}}.
15193
15194 @subsubheading Example
15195 N.A.
15196
15197 @subheading The @code{-break-insert} Command
15198 @findex -break-insert
15199
15200 @subsubheading Synopsis
15201
15202 @smallexample
15203  -break-insert [ -t ] [ -h ] [ -r ]
15204     [ -c @var{condition} ] [ -i @var{ignore-count} ]
15205     [ -p @var{thread} ] [ @var{line} | @var{addr} ]
15206 @end smallexample
15207
15208 @noindent
15209 If specified, @var{line}, can be one of:
15210
15211 @itemize @bullet
15212 @item function
15213 @c @item +offset
15214 @c @item -offset
15215 @c @item linenum
15216 @item filename:linenum
15217 @item filename:function
15218 @item *address
15219 @end itemize
15220
15221 The possible optional parameters of this command are:
15222
15223 @table @samp
15224 @item -t
15225 Insert a tempoary breakpoint.
15226 @item -h
15227 Insert a hardware breakpoint.
15228 @item -c @var{condition}
15229 Make the breakpoint conditional on @var{condition}.
15230 @item -i @var{ignore-count}
15231 Initialize the @var{ignore-count}.
15232 @item -r
15233 Insert a regular breakpoint in all the functions whose names match the
15234 given regular expression.  Other flags are not applicable to regular
15235 expresson.
15236 @end table
15237
15238 @subsubheading Result
15239
15240 The result is in the form:
15241
15242 @smallexample
15243  ^done,bkptno="@var{number}",func="@var{funcname}",
15244   file="@var{filename}",line="@var{lineno}"
15245 @end smallexample
15246
15247 @noindent
15248 where @var{number} is the @value{GDBN} number for this breakpoint, @var{funcname}
15249 is the name of the function where the breakpoint was inserted,
15250 @var{filename} is the name of the source file which contains this
15251 function, and @var{lineno} is the source line number within that file.
15252
15253 Note: this format is open to change.
15254 @c An out-of-band breakpoint instead of part of the result?
15255
15256 @subsubheading @value{GDBN} Command
15257
15258 The corresponding @value{GDBN} commands are @samp{break}, @samp{tbreak},
15259 @samp{hbreak}, @samp{thbreak}, and @samp{rbreak}.
15260
15261 @subsubheading Example
15262
15263 @smallexample
15264 (@value{GDBP})
15265 -break-insert main
15266 ^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
15267 (@value{GDBP})
15268 -break-insert -t foo
15269 ^done,bkpt=@{number="2",addr="0x00010774",file="recursive2.c",line="11"@}
15270 (@value{GDBP})
15271 -break-list
15272 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
15273 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15274 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15275 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15276 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15277 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15278 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
15279 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15280 addr="0x0001072c", func="main",file="recursive2.c",line="4",times="0"@},
15281 bkpt=@{number="2",type="breakpoint",disp="del",enabled="y",
15282 addr="0x00010774",func="foo",file="recursive2.c",line="11",times="0"@}]@}
15283 (@value{GDBP})
15284 -break-insert -r foo.*
15285 ~int foo(int, int);
15286 ^done,bkpt=@{number="3",addr="0x00010774",file="recursive2.c",line="11"@}
15287 (@value{GDBP})
15288 @end smallexample
15289
15290 @subheading The @code{-break-list} Command
15291 @findex -break-list
15292
15293 @subsubheading Synopsis
15294
15295 @smallexample
15296  -break-list
15297 @end smallexample
15298
15299 Displays the list of inserted breakpoints, showing the following fields:
15300
15301 @table @samp
15302 @item Number
15303 number of the breakpoint
15304 @item Type
15305 type of the breakpoint: @samp{breakpoint} or @samp{watchpoint}
15306 @item Disposition
15307 should the breakpoint be deleted or disabled when it is hit: @samp{keep}
15308 or @samp{nokeep}
15309 @item Enabled
15310 is the breakpoint enabled or no: @samp{y} or @samp{n}
15311 @item Address
15312 memory location at which the breakpoint is set
15313 @item What
15314 logical location of the breakpoint, expressed by function name, file
15315 name, line number
15316 @item Times
15317 number of times the breakpoint has been hit
15318 @end table
15319
15320 If there are no breakpoints or watchpoints, the @code{BreakpointTable}
15321 @code{body} field is an empty list.
15322
15323 @subsubheading @value{GDBN} Command
15324
15325 The corresponding @value{GDBN} command is @samp{info break}.
15326
15327 @subsubheading Example
15328
15329 @smallexample
15330 (@value{GDBP})
15331 -break-list
15332 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
15333 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15334 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15335 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15336 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15337 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15338 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
15339 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15340 addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@},
15341 bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
15342 addr="0x00010114",func="foo",file="hello.c",line="13",times="0"@}]@}
15343 (@value{GDBP})
15344 @end smallexample
15345
15346 Here's an example of the result when there are no breakpoints:
15347
15348 @smallexample
15349 (@value{GDBP})
15350 -break-list
15351 ^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
15352 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15353 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15354 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15355 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15356 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15357 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
15358 body=[]@}
15359 (@value{GDBP})
15360 @end smallexample
15361
15362 @subheading The @code{-break-watch} Command
15363 @findex -break-watch
15364
15365 @subsubheading Synopsis
15366
15367 @smallexample
15368  -break-watch [ -a | -r ]
15369 @end smallexample
15370
15371 Create a watchpoint.  With the @samp{-a} option it will create an
15372 @dfn{access} watchpoint, i.e. a watchpoint that triggers either on a
15373 read from or on a write to the memory location.  With the @samp{-r}
15374 option, the watchpoint created is a @dfn{read} watchpoint, i.e. it will
15375 trigger only when the memory location is accessed for reading.  Without
15376 either of the options, the watchpoint created is a regular watchpoint,
15377 i.e. it will trigger when the memory location is accessed for writing.
15378 @xref{Set Watchpoints, , Setting watchpoints}.
15379
15380 Note that @samp{-break-list} will report a single list of watchpoints and
15381 breakpoints inserted.
15382
15383 @subsubheading @value{GDBN} Command
15384
15385 The corresponding @value{GDBN} commands are @samp{watch}, @samp{awatch}, and
15386 @samp{rwatch}.
15387
15388 @subsubheading Example
15389
15390 Setting a watchpoint on a variable in the @code{main} function:
15391
15392 @smallexample
15393 (@value{GDBP})
15394 -break-watch x
15395 ^done,wpt=@{number="2",exp="x"@}
15396 (@value{GDBP})
15397 -exec-continue
15398 ^running
15399 ^done,reason="watchpoint-trigger",wpt=@{number="2",exp="x"@},
15400 value=@{old="-268439212",new="55"@},
15401 frame=@{func="main",args=[],file="recursive2.c",line="5"@}
15402 (@value{GDBP})
15403 @end smallexample
15404
15405 Setting a watchpoint on a variable local to a function.  @value{GDBN} will stop
15406 the program execution twice: first for the variable changing value, then
15407 for the watchpoint going out of scope.
15408
15409 @smallexample
15410 (@value{GDBP})
15411 -break-watch C
15412 ^done,wpt=@{number="5",exp="C"@}
15413 (@value{GDBP})
15414 -exec-continue
15415 ^running
15416 ^done,reason="watchpoint-trigger",
15417 wpt=@{number="5",exp="C"@},value=@{old="-276895068",new="3"@},
15418 frame=@{func="callee4",args=[],
15419 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
15420 (@value{GDBP})
15421 -exec-continue
15422 ^running
15423 ^done,reason="watchpoint-scope",wpnum="5",
15424 frame=@{func="callee3",args=[@{name="strarg",
15425 value="0x11940 \"A string argument.\""@}],
15426 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
15427 (@value{GDBP})
15428 @end smallexample
15429
15430 Listing breakpoints and watchpoints, at different points in the program
15431 execution.  Note that once the watchpoint goes out of scope, it is
15432 deleted.
15433
15434 @smallexample
15435 (@value{GDBP})
15436 -break-watch C
15437 ^done,wpt=@{number="2",exp="C"@}
15438 (@value{GDBP})
15439 -break-list
15440 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
15441 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15442 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15443 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15444 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15445 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15446 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
15447 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15448 addr="0x00010734",func="callee4",
15449 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@},
15450 bkpt=@{number="2",type="watchpoint",disp="keep",
15451 enabled="y",addr="",what="C",times="0"@}]@}
15452 (@value{GDBP})
15453 -exec-continue
15454 ^running
15455 ^done,reason="watchpoint-trigger",wpt=@{number="2",exp="C"@},
15456 value=@{old="-276895068",new="3"@},
15457 frame=@{func="callee4",args=[],
15458 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
15459 (@value{GDBP})
15460 -break-list
15461 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
15462 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15463 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15464 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15465 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15466 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15467 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
15468 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15469 addr="0x00010734",func="callee4",
15470 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@},
15471 bkpt=@{number="2",type="watchpoint",disp="keep",
15472 enabled="y",addr="",what="C",times="-5"@}]@}
15473 (@value{GDBP})
15474 -exec-continue
15475 ^running
15476 ^done,reason="watchpoint-scope",wpnum="2",
15477 frame=@{func="callee3",args=[@{name="strarg",
15478 value="0x11940 \"A string argument.\""@}],
15479 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
15480 (@value{GDBP})
15481 -break-list
15482 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
15483 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15484 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15485 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15486 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15487 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15488 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
15489 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15490 addr="0x00010734",func="callee4",
15491 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@}]@}
15492 (@value{GDBP})
15493 @end smallexample
15494
15495 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
15496 @node GDB/MI Data Manipulation
15497 @section @sc{gdb/mi} Data Manipulation
15498
15499 @cindex data manipulation, in @sc{gdb/mi}
15500 @cindex @sc{gdb/mi}, data manipulation
15501 This section describes the @sc{gdb/mi} commands that manipulate data:
15502 examine memory and registers, evaluate expressions, etc.
15503
15504 @c REMOVED FROM THE INTERFACE.
15505 @c @subheading -data-assign
15506 @c Change the value of a program variable. Plenty of side effects.
15507 @c @subsubheading GDB command
15508 @c set variable
15509 @c @subsubheading Example
15510 @c N.A.
15511
15512 @subheading The @code{-data-disassemble} Command
15513 @findex -data-disassemble
15514
15515 @subsubheading Synopsis
15516
15517 @smallexample
15518  -data-disassemble
15519     [ -s @var{start-addr} -e @var{end-addr} ]
15520   | [ -f @var{filename} -l @var{linenum} [ -n @var{lines} ] ]
15521   -- @var{mode}
15522 @end smallexample
15523
15524 @noindent
15525 Where:
15526
15527 @table @samp
15528 @item @var{start-addr}
15529 is the beginning address (or @code{$pc})
15530 @item @var{end-addr}
15531 is the end address
15532 @item @var{filename}
15533 is the name of the file to disassemble
15534 @item @var{linenum}
15535 is the line number to disassemble around
15536 @item @var{lines}
15537 is the the number of disassembly lines to be produced.  If it is -1,
15538 the whole function will be disassembled, in case no @var{end-addr} is
15539 specified.  If @var{end-addr} is specified as a non-zero value, and
15540 @var{lines} is lower than the number of disassembly lines between
15541 @var{start-addr} and @var{end-addr}, only @var{lines} lines are
15542 displayed; if @var{lines} is higher than the number of lines between
15543 @var{start-addr} and @var{end-addr}, only the lines up to @var{end-addr}
15544 are displayed.
15545 @item @var{mode}
15546 is either 0 (meaning only disassembly) or 1 (meaning mixed source and
15547 disassembly).
15548 @end table
15549
15550 @subsubheading Result
15551
15552 The output for each instruction is composed of four fields:
15553
15554 @itemize @bullet
15555 @item Address
15556 @item Func-name
15557 @item Offset
15558 @item Instruction
15559 @end itemize
15560
15561 Note that whatever included in the instruction field, is not manipulated
15562 directely by @sc{gdb/mi}, i.e. it is not possible to adjust its format.
15563
15564 @subsubheading @value{GDBN} Command
15565
15566 There's no direct mapping from this command to the CLI.
15567
15568 @subsubheading Example
15569
15570 Disassemble from the current value of @code{$pc} to @code{$pc + 20}:
15571
15572 @smallexample
15573 (@value{GDBP})
15574 -data-disassemble -s $pc -e "$pc + 20" -- 0
15575 ^done,
15576 asm_insns=[
15577 @{address="0x000107c0",func-name="main",offset="4",
15578 inst="mov  2, %o0"@},
15579 @{address="0x000107c4",func-name="main",offset="8",
15580 inst="sethi  %hi(0x11800), %o2"@},
15581 @{address="0x000107c8",func-name="main",offset="12",
15582 inst="or  %o2, 0x140, %o1\t! 0x11940 <_lib_version+8>"@},
15583 @{address="0x000107cc",func-name="main",offset="16",
15584 inst="sethi  %hi(0x11800), %o2"@},
15585 @{address="0x000107d0",func-name="main",offset="20",
15586 inst="or  %o2, 0x168, %o4\t! 0x11968 <_lib_version+48>"@}]
15587 (@value{GDBP})
15588 @end smallexample
15589
15590 Disassemble the whole @code{main} function.  Line 32 is part of
15591 @code{main}.
15592
15593 @smallexample
15594 -data-disassemble -f basics.c -l 32 -- 0
15595 ^done,asm_insns=[
15596 @{address="0x000107bc",func-name="main",offset="0",
15597 inst="save  %sp, -112, %sp"@},
15598 @{address="0x000107c0",func-name="main",offset="4",
15599 inst="mov   2, %o0"@},
15600 @{address="0x000107c4",func-name="main",offset="8",
15601 inst="sethi %hi(0x11800), %o2"@},
15602 [@dots{}]
15603 @{address="0x0001081c",func-name="main",offset="96",inst="ret "@},
15604 @{address="0x00010820",func-name="main",offset="100",inst="restore "@}]
15605 (@value{GDBP})
15606 @end smallexample
15607
15608 Disassemble 3 instructions from the start of @code{main}:
15609
15610 @smallexample
15611 (@value{GDBP})
15612 -data-disassemble -f basics.c -l 32 -n 3 -- 0
15613 ^done,asm_insns=[
15614 @{address="0x000107bc",func-name="main",offset="0",
15615 inst="save  %sp, -112, %sp"@},
15616 @{address="0x000107c0",func-name="main",offset="4",
15617 inst="mov  2, %o0"@},
15618 @{address="0x000107c4",func-name="main",offset="8",
15619 inst="sethi  %hi(0x11800), %o2"@}]
15620 (@value{GDBP})
15621 @end smallexample
15622
15623 Disassemble 3 instructions from the start of @code{main} in mixed mode:
15624
15625 @smallexample
15626 (@value{GDBP})
15627 -data-disassemble -f basics.c -l 32 -n 3 -- 1
15628 ^done,asm_insns=[
15629 src_and_asm_line=@{line="31",
15630 file="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb/ \
15631   testsuite/gdb.mi/basics.c",line_asm_insn=[
15632 @{address="0x000107bc",func-name="main",offset="0",
15633 inst="save  %sp, -112, %sp"@}]@},
15634 src_and_asm_line=@{line="32",
15635 file="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb/ \
15636   testsuite/gdb.mi/basics.c",line_asm_insn=[
15637 @{address="0x000107c0",func-name="main",offset="4",
15638 inst="mov  2, %o0"@},
15639 @{address="0x000107c4",func-name="main",offset="8",
15640 inst="sethi  %hi(0x11800), %o2"@}]@}]
15641 (@value{GDBP})
15642 @end smallexample
15643
15644
15645 @subheading The @code{-data-evaluate-expression} Command
15646 @findex -data-evaluate-expression
15647
15648 @subsubheading Synopsis
15649
15650 @smallexample
15651  -data-evaluate-expression @var{expr}
15652 @end smallexample
15653
15654 Evaluate @var{expr} as an expression.  The expression could contain an
15655 inferior function call.  The function call will execute synchronously.
15656 If the expression contains spaces, it must be enclosed in double quotes.
15657
15658 @subsubheading @value{GDBN} Command
15659
15660 The corresponding @value{GDBN} commands are @samp{print}, @samp{output}, and
15661 @samp{call}.  In @code{gdbtk} only, there's a corresponding
15662 @samp{gdb_eval} command.
15663
15664 @subsubheading Example
15665
15666 In the following example, the numbers that precede the commands are the
15667 @dfn{tokens} described in @ref{GDB/MI Command Syntax, ,@sc{gdb/mi}
15668 Command Syntax}.  Notice how @sc{gdb/mi} returns the same tokens in its
15669 output.
15670
15671 @smallexample
15672 211-data-evaluate-expression A
15673 211^done,value="1"
15674 (@value{GDBP})
15675 311-data-evaluate-expression &A
15676 311^done,value="0xefffeb7c"
15677 (@value{GDBP})
15678 411-data-evaluate-expression A+3
15679 411^done,value="4"
15680 (@value{GDBP})
15681 511-data-evaluate-expression "A + 3"
15682 511^done,value="4"
15683 (@value{GDBP})
15684 @end smallexample
15685
15686
15687 @subheading The @code{-data-list-changed-registers} Command
15688 @findex -data-list-changed-registers
15689
15690 @subsubheading Synopsis
15691
15692 @smallexample
15693  -data-list-changed-registers
15694 @end smallexample
15695
15696 Display a list of the registers that have changed.
15697
15698 @subsubheading @value{GDBN} Command
15699
15700 @value{GDBN} doesn't have a direct analog for this command; @code{gdbtk}
15701 has the corresponding command @samp{gdb_changed_register_list}.
15702
15703 @subsubheading Example
15704
15705 On a PPC MBX board:
15706
15707 @smallexample
15708 (@value{GDBP})
15709 -exec-continue
15710 ^running
15711
15712 (@value{GDBP})
15713 *stopped,reason="breakpoint-hit",bkptno="1",frame=@{func="main",
15714 args=[],file="try.c",line="5"@}
15715 (@value{GDBP})
15716 -data-list-changed-registers
15717 ^done,changed-registers=["0","1","2","4","5","6","7","8","9",
15718 "10","11","13","14","15","16","17","18","19","20","21","22","23",
15719 "24","25","26","27","28","30","31","64","65","66","67","69"]
15720 (@value{GDBP})
15721 @end smallexample
15722
15723
15724 @subheading The @code{-data-list-register-names} Command
15725 @findex -data-list-register-names
15726
15727 @subsubheading Synopsis
15728
15729 @smallexample
15730  -data-list-register-names [ ( @var{regno} )+ ]
15731 @end smallexample
15732
15733 Show a list of register names for the current target.  If no arguments
15734 are given, it shows a list of the names of all the registers.  If
15735 integer numbers are given as arguments, it will print a list of the
15736 names of the registers corresponding to the arguments.  To ensure
15737 consistency between a register name and its number, the output list may
15738 include empty register names.
15739
15740 @subsubheading @value{GDBN} Command
15741
15742 @value{GDBN} does not have a command which corresponds to
15743 @samp{-data-list-register-names}.  In @code{gdbtk} there is a
15744 corresponding command @samp{gdb_regnames}.
15745
15746 @subsubheading Example
15747
15748 For the PPC MBX board:
15749 @smallexample
15750 (@value{GDBP})
15751 -data-list-register-names
15752 ^done,register-names=["r0","r1","r2","r3","r4","r5","r6","r7",
15753 "r8","r9","r10","r11","r12","r13","r14","r15","r16","r17","r18",
15754 "r19","r20","r21","r22","r23","r24","r25","r26","r27","r28","r29",
15755 "r30","r31","f0","f1","f2","f3","f4","f5","f6","f7","f8","f9",
15756 "f10","f11","f12","f13","f14","f15","f16","f17","f18","f19","f20",
15757 "f21","f22","f23","f24","f25","f26","f27","f28","f29","f30","f31",
15758 "", "pc","ps","cr","lr","ctr","xer"]
15759 (@value{GDBP})
15760 -data-list-register-names 1 2 3
15761 ^done,register-names=["r1","r2","r3"]
15762 (@value{GDBP})
15763 @end smallexample
15764
15765 @subheading The @code{-data-list-register-values} Command
15766 @findex -data-list-register-values
15767
15768 @subsubheading Synopsis
15769
15770 @smallexample
15771  -data-list-register-values @var{fmt} [ ( @var{regno} )*]
15772 @end smallexample
15773
15774 Display the registers' contents.  @var{fmt} is the format according to
15775 which the registers' contents are to be returned, followed by an optional
15776 list of numbers specifying the registers to display.  A missing list of
15777 numbers indicates that the contents of all the registers must be returned.
15778
15779 Allowed formats for @var{fmt} are:
15780
15781 @table @code
15782 @item x
15783 Hexadecimal
15784 @item o
15785 Octal
15786 @item t
15787 Binary
15788 @item d
15789 Decimal
15790 @item r
15791 Raw
15792 @item N
15793 Natural
15794 @end table
15795
15796 @subsubheading @value{GDBN} Command
15797
15798 The corresponding @value{GDBN} commands are @samp{info reg}, @samp{info
15799 all-reg}, and (in @code{gdbtk}) @samp{gdb_fetch_registers}.
15800
15801 @subsubheading Example
15802
15803 For a PPC MBX board (note: line breaks are for readability only, they
15804 don't appear in the actual output):
15805
15806 @smallexample
15807 (@value{GDBP})
15808 -data-list-register-values r 64 65
15809 ^done,register-values=[@{number="64",value="0xfe00a300"@},
15810 @{number="65",value="0x00029002"@}]
15811 (@value{GDBP})
15812 -data-list-register-values x
15813 ^done,register-values=[@{number="0",value="0xfe0043c8"@},
15814 @{number="1",value="0x3fff88"@},@{number="2",value="0xfffffffe"@},
15815 @{number="3",value="0x0"@},@{number="4",value="0xa"@},
15816 @{number="5",value="0x3fff68"@},@{number="6",value="0x3fff58"@},
15817 @{number="7",value="0xfe011e98"@},@{number="8",value="0x2"@},
15818 @{number="9",value="0xfa202820"@},@{number="10",value="0xfa202808"@},
15819 @{number="11",value="0x1"@},@{number="12",value="0x0"@},
15820 @{number="13",value="0x4544"@},@{number="14",value="0xffdfffff"@},
15821 @{number="15",value="0xffffffff"@},@{number="16",value="0xfffffeff"@},
15822 @{number="17",value="0xefffffed"@},@{number="18",value="0xfffffffe"@},
15823 @{number="19",value="0xffffffff"@},@{number="20",value="0xffffffff"@},
15824 @{number="21",value="0xffffffff"@},@{number="22",value="0xfffffff7"@},
15825 @{number="23",value="0xffffffff"@},@{number="24",value="0xffffffff"@},
15826 @{number="25",value="0xffffffff"@},@{number="26",value="0xfffffffb"@},
15827 @{number="27",value="0xffffffff"@},@{number="28",value="0xf7bfffff"@},
15828 @{number="29",value="0x0"@},@{number="30",value="0xfe010000"@},
15829 @{number="31",value="0x0"@},@{number="32",value="0x0"@},
15830 @{number="33",value="0x0"@},@{number="34",value="0x0"@},
15831 @{number="35",value="0x0"@},@{number="36",value="0x0"@},
15832 @{number="37",value="0x0"@},@{number="38",value="0x0"@},
15833 @{number="39",value="0x0"@},@{number="40",value="0x0"@},
15834 @{number="41",value="0x0"@},@{number="42",value="0x0"@},
15835 @{number="43",value="0x0"@},@{number="44",value="0x0"@},
15836 @{number="45",value="0x0"@},@{number="46",value="0x0"@},
15837 @{number="47",value="0x0"@},@{number="48",value="0x0"@},
15838 @{number="49",value="0x0"@},@{number="50",value="0x0"@},
15839 @{number="51",value="0x0"@},@{number="52",value="0x0"@},
15840 @{number="53",value="0x0"@},@{number="54",value="0x0"@},
15841 @{number="55",value="0x0"@},@{number="56",value="0x0"@},
15842 @{number="57",value="0x0"@},@{number="58",value="0x0"@},
15843 @{number="59",value="0x0"@},@{number="60",value="0x0"@},
15844 @{number="61",value="0x0"@},@{number="62",value="0x0"@},
15845 @{number="63",value="0x0"@},@{number="64",value="0xfe00a300"@},
15846 @{number="65",value="0x29002"@},@{number="66",value="0x202f04b5"@},
15847 @{number="67",value="0xfe0043b0"@},@{number="68",value="0xfe00b3e4"@},
15848 @{number="69",value="0x20002b03"@}]
15849 (@value{GDBP})
15850 @end smallexample
15851
15852
15853 @subheading The @code{-data-read-memory} Command
15854 @findex -data-read-memory
15855
15856 @subsubheading Synopsis
15857
15858 @smallexample
15859  -data-read-memory [ -o @var{byte-offset} ]
15860    @var{address} @var{word-format} @var{word-size}
15861    @var{nr-rows} @var{nr-cols} [ @var{aschar} ]
15862 @end smallexample
15863
15864 @noindent
15865 where:
15866
15867 @table @samp
15868 @item @var{address}
15869 An expression specifying the address of the first memory word to be
15870 read.  Complex expressions containing embedded white space should be
15871 quoted using the C convention.
15872
15873 @item @var{word-format}
15874 The format to be used to print the memory words.  The notation is the
15875 same as for @value{GDBN}'s @code{print} command (@pxref{Output Formats,
15876 ,Output formats}).
15877
15878 @item @var{word-size}
15879 The size of each memory word in bytes.
15880
15881 @item @var{nr-rows}
15882 The number of rows in the output table.
15883
15884 @item @var{nr-cols}
15885 The number of columns in the output table.
15886
15887 @item @var{aschar}
15888 If present, indicates that each row should include an @sc{ascii} dump.  The
15889 value of @var{aschar} is used as a padding character when a byte is not a
15890 member of the printable @sc{ascii} character set (printable @sc{ascii}
15891 characters are those whose code is between 32 and 126, inclusively).
15892
15893 @item @var{byte-offset}
15894 An offset to add to the @var{address} before fetching memory.
15895 @end table
15896
15897 This command displays memory contents as a table of @var{nr-rows} by
15898 @var{nr-cols} words, each word being @var{word-size} bytes.  In total,
15899 @code{@var{nr-rows} * @var{nr-cols} * @var{word-size}} bytes are read
15900 (returned as @samp{total-bytes}).  Should less than the requested number
15901 of bytes be returned by the target, the missing words are identified
15902 using @samp{N/A}.  The number of bytes read from the target is returned
15903 in @samp{nr-bytes} and the starting address used to read memory in
15904 @samp{addr}.
15905
15906 The address of the next/previous row or page is available in
15907 @samp{next-row} and @samp{prev-row}, @samp{next-page} and
15908 @samp{prev-page}.
15909
15910 @subsubheading @value{GDBN} Command
15911
15912 The corresponding @value{GDBN} command is @samp{x}.  @code{gdbtk} has
15913 @samp{gdb_get_mem} memory read command.
15914
15915 @subsubheading Example
15916
15917 Read six bytes of memory starting at @code{bytes+6} but then offset by
15918 @code{-6} bytes.  Format as three rows of two columns.  One byte per
15919 word.  Display each word in hex.
15920
15921 @smallexample
15922 (@value{GDBP})
15923 9-data-read-memory -o -6 -- bytes+6 x 1 3 2
15924 9^done,addr="0x00001390",nr-bytes="6",total-bytes="6",
15925 next-row="0x00001396",prev-row="0x0000138e",next-page="0x00001396",
15926 prev-page="0x0000138a",memory=[
15927 @{addr="0x00001390",data=["0x00","0x01"]@},
15928 @{addr="0x00001392",data=["0x02","0x03"]@},
15929 @{addr="0x00001394",data=["0x04","0x05"]@}]
15930 (@value{GDBP})
15931 @end smallexample
15932
15933 Read two bytes of memory starting at address @code{shorts + 64} and
15934 display as a single word formatted in decimal.
15935
15936 @smallexample
15937 (@value{GDBP})
15938 5-data-read-memory shorts+64 d 2 1 1
15939 5^done,addr="0x00001510",nr-bytes="2",total-bytes="2",
15940 next-row="0x00001512",prev-row="0x0000150e",
15941 next-page="0x00001512",prev-page="0x0000150e",memory=[
15942 @{addr="0x00001510",data=["128"]@}]
15943 (@value{GDBP})
15944 @end smallexample
15945
15946 Read thirty two bytes of memory starting at @code{bytes+16} and format
15947 as eight rows of four columns.  Include a string encoding with @samp{x}
15948 used as the non-printable character.
15949
15950 @smallexample
15951 (@value{GDBP})
15952 4-data-read-memory bytes+16 x 1 8 4 x
15953 4^done,addr="0x000013a0",nr-bytes="32",total-bytes="32",
15954 next-row="0x000013c0",prev-row="0x0000139c",
15955 next-page="0x000013c0",prev-page="0x00001380",memory=[
15956 @{addr="0x000013a0",data=["0x10","0x11","0x12","0x13"],ascii="xxxx"@},
15957 @{addr="0x000013a4",data=["0x14","0x15","0x16","0x17"],ascii="xxxx"@},
15958 @{addr="0x000013a8",data=["0x18","0x19","0x1a","0x1b"],ascii="xxxx"@},
15959 @{addr="0x000013ac",data=["0x1c","0x1d","0x1e","0x1f"],ascii="xxxx"@},
15960 @{addr="0x000013b0",data=["0x20","0x21","0x22","0x23"],ascii=" !\"#"@},
15961 @{addr="0x000013b4",data=["0x24","0x25","0x26","0x27"],ascii="$%&'"@},
15962 @{addr="0x000013b8",data=["0x28","0x29","0x2a","0x2b"],ascii="()*+"@},
15963 @{addr="0x000013bc",data=["0x2c","0x2d","0x2e","0x2f"],ascii=",-./"@}]
15964 (@value{GDBP})
15965 @end smallexample
15966
15967 @subheading The @code{-display-delete} Command
15968 @findex -display-delete
15969
15970 @subsubheading Synopsis
15971
15972 @smallexample
15973  -display-delete @var{number}
15974 @end smallexample
15975
15976 Delete the display @var{number}.
15977
15978 @subsubheading @value{GDBN} Command
15979
15980 The corresponding @value{GDBN} command is @samp{delete display}.
15981
15982 @subsubheading Example
15983 N.A.
15984
15985
15986 @subheading The @code{-display-disable} Command
15987 @findex -display-disable
15988
15989 @subsubheading Synopsis
15990
15991 @smallexample
15992  -display-disable @var{number}
15993 @end smallexample
15994
15995 Disable display @var{number}.
15996
15997 @subsubheading @value{GDBN} Command
15998
15999 The corresponding @value{GDBN} command is @samp{disable display}.
16000
16001 @subsubheading Example
16002 N.A.
16003
16004
16005 @subheading The @code{-display-enable} Command
16006 @findex -display-enable
16007
16008 @subsubheading Synopsis
16009
16010 @smallexample
16011  -display-enable @var{number}
16012 @end smallexample
16013
16014 Enable display @var{number}.
16015
16016 @subsubheading @value{GDBN} Command
16017
16018 The corresponding @value{GDBN} command is @samp{enable display}.
16019
16020 @subsubheading Example
16021 N.A.
16022
16023
16024 @subheading The @code{-display-insert} Command
16025 @findex -display-insert
16026
16027 @subsubheading Synopsis
16028
16029 @smallexample
16030  -display-insert @var{expression}
16031 @end smallexample
16032
16033 Display @var{expression} every time the program stops.
16034
16035 @subsubheading @value{GDBN} Command
16036
16037 The corresponding @value{GDBN} command is @samp{display}.
16038
16039 @subsubheading Example
16040 N.A.
16041
16042
16043 @subheading The @code{-display-list} Command
16044 @findex -display-list
16045
16046 @subsubheading Synopsis
16047
16048 @smallexample
16049  -display-list
16050 @end smallexample
16051
16052 List the displays.  Do not show the current values.
16053
16054 @subsubheading @value{GDBN} Command
16055
16056 The corresponding @value{GDBN} command is @samp{info display}.
16057
16058 @subsubheading Example
16059 N.A.
16060
16061
16062 @subheading The @code{-environment-cd} Command
16063 @findex -environment-cd
16064
16065 @subsubheading Synopsis
16066
16067 @smallexample
16068  -environment-cd @var{pathdir}
16069 @end smallexample
16070
16071 Set @value{GDBN}'s working directory.
16072
16073 @subsubheading @value{GDBN} Command
16074
16075 The corresponding @value{GDBN} command is @samp{cd}.
16076
16077 @subsubheading Example
16078
16079 @smallexample
16080 (@value{GDBP})
16081 -environment-cd /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
16082 ^done
16083 (@value{GDBP})
16084 @end smallexample
16085
16086
16087 @subheading The @code{-environment-directory} Command
16088 @findex -environment-directory
16089
16090 @subsubheading Synopsis
16091
16092 @smallexample
16093  -environment-directory [ -r ] [ @var{pathdir} ]+
16094 @end smallexample
16095
16096 Add directories @var{pathdir} to beginning of search path for source files.
16097 If the @samp{-r} option is used, the search path is reset to the default
16098 search path.  If directories @var{pathdir} are supplied in addition to the
16099 @samp{-r} option, the search path is first reset and then addition
16100 occurs as normal.
16101 Multiple directories may be specified, separated by blanks.  Specifying
16102 multiple directories in a single command
16103 results in the directories added to the beginning of the
16104 search path in the same order they were presented in the command.
16105 If blanks are needed as
16106 part of a directory name, double-quotes should be used around
16107 the name.  In the command output, the path will show up separated
16108 by the system directory-separator character.  The directory-seperator
16109 character must not be used
16110 in any directory name.
16111 If no directories are specified, the current search path is displayed.
16112
16113 @subsubheading @value{GDBN} Command
16114
16115 The corresponding @value{GDBN} command is @samp{dir}.
16116
16117 @subsubheading Example
16118
16119 @smallexample
16120 (@value{GDBP})
16121 -environment-directory /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
16122 ^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
16123 (@value{GDBP})
16124 -environment-directory ""
16125 ^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
16126 (@value{GDBP})
16127 -environment-directory -r /home/jjohnstn/src/gdb /usr/src
16128 ^done,source-path="/home/jjohnstn/src/gdb:/usr/src:$cdir:$cwd"
16129 (@value{GDBP})
16130 -environment-directory -r
16131 ^done,source-path="$cdir:$cwd"
16132 (@value{GDBP})
16133 @end smallexample
16134
16135
16136 @subheading The @code{-environment-path} Command
16137 @findex -environment-path
16138
16139 @subsubheading Synopsis
16140
16141 @smallexample
16142  -environment-path [ -r ] [ @var{pathdir} ]+
16143 @end smallexample
16144
16145 Add directories @var{pathdir} to beginning of search path for object files.
16146 If the @samp{-r} option is used, the search path is reset to the original
16147 search path that existed at gdb start-up.  If directories @var{pathdir} are
16148 supplied in addition to the
16149 @samp{-r} option, the search path is first reset and then addition
16150 occurs as normal.
16151 Multiple directories may be specified, separated by blanks.  Specifying
16152 multiple directories in a single command
16153 results in the directories added to the beginning of the
16154 search path in the same order they were presented in the command.
16155 If blanks are needed as
16156 part of a directory name, double-quotes should be used around
16157 the name.  In the command output, the path will show up separated
16158 by the system directory-separator character.  The directory-seperator
16159 character must not be used
16160 in any directory name.
16161 If no directories are specified, the current path is displayed.
16162
16163
16164 @subsubheading @value{GDBN} Command
16165
16166 The corresponding @value{GDBN} command is @samp{path}.
16167
16168 @subsubheading Example
16169
16170 @smallexample
16171 (@value{GDBP})
16172 -environment-path
16173 ^done,path="/usr/bin"
16174 (@value{GDBP})
16175 -environment-path /kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb /bin
16176 ^done,path="/kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb:/bin:/usr/bin"
16177 (@value{GDBP})
16178 -environment-path -r /usr/local/bin
16179 ^done,path="/usr/local/bin:/usr/bin"
16180 (@value{GDBP})
16181 @end smallexample
16182
16183
16184 @subheading The @code{-environment-pwd} Command
16185 @findex -environment-pwd
16186
16187 @subsubheading Synopsis
16188
16189 @smallexample
16190  -environment-pwd
16191 @end smallexample
16192
16193 Show the current working directory.
16194
16195 @subsubheading @value{GDBN} command
16196
16197 The corresponding @value{GDBN} command is @samp{pwd}.
16198
16199 @subsubheading Example
16200
16201 @smallexample
16202 (@value{GDBP})
16203 -environment-pwd
16204 ^done,cwd="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb"
16205 (@value{GDBP})
16206 @end smallexample
16207
16208 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16209 @node GDB/MI Program Control
16210 @section @sc{gdb/mi} Program control
16211
16212 @subsubheading Program termination
16213
16214 As a result of execution, the inferior program can run to completion, if
16215 it doesn't encounter any breakpoints.  In this case the output will
16216 include an exit code, if the program has exited exceptionally.
16217
16218 @subsubheading Examples
16219
16220 @noindent
16221 Program exited normally:
16222
16223 @smallexample
16224 (@value{GDBP})
16225 -exec-run
16226 ^running
16227 (@value{GDBP})
16228 x = 55
16229 *stopped,reason="exited-normally"
16230 (@value{GDBP})
16231 @end smallexample
16232
16233 @noindent
16234 Program exited exceptionally:
16235
16236 @smallexample
16237 (@value{GDBP})
16238 -exec-run
16239 ^running
16240 (@value{GDBP})
16241 x = 55
16242 *stopped,reason="exited",exit-code="01"
16243 (@value{GDBP})
16244 @end smallexample
16245
16246 Another way the program can terminate is if it receives a signal such as
16247 @code{SIGINT}.  In this case, @sc{gdb/mi} displays this:
16248
16249 @smallexample
16250 (@value{GDBP})
16251 *stopped,reason="exited-signalled",signal-name="SIGINT",
16252 signal-meaning="Interrupt"
16253 @end smallexample
16254
16255
16256 @subheading The @code{-exec-abort} Command
16257 @findex -exec-abort
16258
16259 @subsubheading Synopsis
16260
16261 @smallexample
16262  -exec-abort
16263 @end smallexample
16264
16265 Kill the inferior running program.
16266
16267 @subsubheading @value{GDBN} Command
16268
16269 The corresponding @value{GDBN} command is @samp{kill}.
16270
16271 @subsubheading Example
16272 N.A.
16273
16274
16275 @subheading The @code{-exec-arguments} Command
16276 @findex -exec-arguments
16277
16278 @subsubheading Synopsis
16279
16280 @smallexample
16281  -exec-arguments @var{args}
16282 @end smallexample
16283
16284 Set the inferior program arguments, to be used in the next
16285 @samp{-exec-run}.
16286
16287 @subsubheading @value{GDBN} Command
16288
16289 The corresponding @value{GDBN} command is @samp{set args}.
16290
16291 @subsubheading Example
16292
16293 @c FIXME!
16294 Don't have one around.
16295
16296
16297 @subheading The @code{-exec-continue} Command
16298 @findex -exec-continue
16299
16300 @subsubheading Synopsis
16301
16302 @smallexample
16303  -exec-continue
16304 @end smallexample
16305
16306 Asynchronous command.  Resumes the execution of the inferior program
16307 until a breakpoint is encountered, or until the inferior exits.
16308
16309 @subsubheading @value{GDBN} Command
16310
16311 The corresponding @value{GDBN} corresponding is @samp{continue}.
16312
16313 @subsubheading Example
16314
16315 @smallexample
16316 -exec-continue
16317 ^running
16318 (@value{GDBP})
16319 @@Hello world
16320 *stopped,reason="breakpoint-hit",bkptno="2",frame=@{func="foo",args=[],
16321 file="hello.c",line="13"@}
16322 (@value{GDBP})
16323 @end smallexample
16324
16325
16326 @subheading The @code{-exec-finish} Command
16327 @findex -exec-finish
16328
16329 @subsubheading Synopsis
16330
16331 @smallexample
16332  -exec-finish
16333 @end smallexample
16334
16335 Asynchronous command.  Resumes the execution of the inferior program
16336 until the current function is exited.  Displays the results returned by
16337 the function.
16338
16339 @subsubheading @value{GDBN} Command
16340
16341 The corresponding @value{GDBN} command is @samp{finish}.
16342
16343 @subsubheading Example
16344
16345 Function returning @code{void}.
16346
16347 @smallexample
16348 -exec-finish
16349 ^running
16350 (@value{GDBP})
16351 @@hello from foo
16352 *stopped,reason="function-finished",frame=@{func="main",args=[],
16353 file="hello.c",line="7"@}
16354 (@value{GDBP})
16355 @end smallexample
16356
16357 Function returning other than @code{void}.  The name of the internal
16358 @value{GDBN} variable storing the result is printed, together with the
16359 value itself.
16360
16361 @smallexample
16362 -exec-finish
16363 ^running
16364 (@value{GDBP})
16365 *stopped,reason="function-finished",frame=@{addr="0x000107b0",func="foo",
16366 args=[@{name="a",value="1"],@{name="b",value="9"@}@},
16367 file="recursive2.c",line="14"@},
16368 gdb-result-var="$1",return-value="0"
16369 (@value{GDBP})
16370 @end smallexample
16371
16372
16373 @subheading The @code{-exec-interrupt} Command
16374 @findex -exec-interrupt
16375
16376 @subsubheading Synopsis
16377
16378 @smallexample
16379  -exec-interrupt
16380 @end smallexample
16381
16382 Asynchronous command.  Interrupts the background execution of the target.
16383 Note how the token associated with the stop message is the one for the
16384 execution command that has been interrupted.  The token for the interrupt
16385 itself only appears in the @samp{^done} output.  If the user is trying to
16386 interrupt a non-running program, an error message will be printed.
16387
16388 @subsubheading @value{GDBN} Command
16389
16390 The corresponding @value{GDBN} command is @samp{interrupt}.
16391
16392 @subsubheading Example
16393
16394 @smallexample
16395 (@value{GDBP})
16396 111-exec-continue
16397 111^running
16398
16399 (@value{GDBP})
16400 222-exec-interrupt
16401 222^done
16402 (@value{GDBP})
16403 111*stopped,signal-name="SIGINT",signal-meaning="Interrupt",
16404 frame=@{addr="0x00010140",func="foo",args=[],file="try.c",line="13"@}
16405 (@value{GDBP})
16406
16407 (@value{GDBP})
16408 -exec-interrupt
16409 ^error,msg="mi_cmd_exec_interrupt: Inferior not executing."
16410 (@value{GDBP})
16411 @end smallexample
16412
16413
16414 @subheading The @code{-exec-next} Command
16415 @findex -exec-next
16416
16417 @subsubheading Synopsis
16418
16419 @smallexample
16420  -exec-next
16421 @end smallexample
16422
16423 Asynchronous command.  Resumes execution of the inferior program, stopping
16424 when the beginning of the next source line is reached.
16425
16426 @subsubheading @value{GDBN} Command
16427
16428 The corresponding @value{GDBN} command is @samp{next}.
16429
16430 @subsubheading Example
16431
16432 @smallexample
16433 -exec-next
16434 ^running
16435 (@value{GDBP})
16436 *stopped,reason="end-stepping-range",line="8",file="hello.c"
16437 (@value{GDBP})
16438 @end smallexample
16439
16440
16441 @subheading The @code{-exec-next-instruction} Command
16442 @findex -exec-next-instruction
16443
16444 @subsubheading Synopsis
16445
16446 @smallexample
16447  -exec-next-instruction
16448 @end smallexample
16449
16450 Asynchronous command.  Executes one machine instruction.  If the
16451 instruction is a function call continues until the function returns.  If
16452 the program stops at an instruction in the middle of a source line, the
16453 address will be printed as well.
16454
16455 @subsubheading @value{GDBN} Command
16456
16457 The corresponding @value{GDBN} command is @samp{nexti}.
16458
16459 @subsubheading Example
16460
16461 @smallexample
16462 (@value{GDBP})
16463 -exec-next-instruction
16464 ^running
16465
16466 (@value{GDBP})
16467 *stopped,reason="end-stepping-range",
16468 addr="0x000100d4",line="5",file="hello.c"
16469 (@value{GDBP})
16470 @end smallexample
16471
16472
16473 @subheading The @code{-exec-return} Command
16474 @findex -exec-return
16475
16476 @subsubheading Synopsis
16477
16478 @smallexample
16479  -exec-return
16480 @end smallexample
16481
16482 Makes current function return immediately.  Doesn't execute the inferior.
16483 Displays the new current frame.
16484
16485 @subsubheading @value{GDBN} Command
16486
16487 The corresponding @value{GDBN} command is @samp{return}.
16488
16489 @subsubheading Example
16490
16491 @smallexample
16492 (@value{GDBP})
16493 200-break-insert callee4
16494 200^done,bkpt=@{number="1",addr="0x00010734",
16495 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
16496 (@value{GDBP})
16497 000-exec-run
16498 000^running
16499 (@value{GDBP})
16500 000*stopped,reason="breakpoint-hit",bkptno="1",
16501 frame=@{func="callee4",args=[],
16502 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
16503 (@value{GDBP})
16504 205-break-delete
16505 205^done
16506 (@value{GDBP})
16507 111-exec-return
16508 111^done,frame=@{level="0",func="callee3",
16509 args=[@{name="strarg",
16510 value="0x11940 \"A string argument.\""@}],
16511 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
16512 (@value{GDBP})
16513 @end smallexample
16514
16515
16516 @subheading The @code{-exec-run} Command
16517 @findex -exec-run
16518
16519 @subsubheading Synopsis
16520
16521 @smallexample
16522  -exec-run
16523 @end smallexample
16524
16525 Asynchronous command.  Starts execution of the inferior from the
16526 beginning.  The inferior executes until either a breakpoint is
16527 encountered or the program exits.
16528
16529 @subsubheading @value{GDBN} Command
16530
16531 The corresponding @value{GDBN} command is @samp{run}.
16532
16533 @subsubheading Example
16534
16535 @smallexample
16536 (@value{GDBP})
16537 -break-insert main
16538 ^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
16539 (@value{GDBP})
16540 -exec-run
16541 ^running
16542 (@value{GDBP})
16543 *stopped,reason="breakpoint-hit",bkptno="1",
16544 frame=@{func="main",args=[],file="recursive2.c",line="4"@}
16545 (@value{GDBP})
16546 @end smallexample
16547
16548
16549 @subheading The @code{-exec-show-arguments} Command
16550 @findex -exec-show-arguments
16551
16552 @subsubheading Synopsis
16553
16554 @smallexample
16555  -exec-show-arguments
16556 @end smallexample
16557
16558 Print the arguments of the program.
16559
16560 @subsubheading @value{GDBN} Command
16561
16562 The corresponding @value{GDBN} command is @samp{show args}.
16563
16564 @subsubheading Example
16565 N.A.
16566
16567 @c @subheading -exec-signal
16568
16569 @subheading The @code{-exec-step} Command
16570 @findex -exec-step
16571
16572 @subsubheading Synopsis
16573
16574 @smallexample
16575  -exec-step
16576 @end smallexample
16577
16578 Asynchronous command.  Resumes execution of the inferior program, stopping
16579 when the beginning of the next source line is reached, if the next
16580 source line is not a function call.  If it is, stop at the first
16581 instruction of the called function.
16582
16583 @subsubheading @value{GDBN} Command
16584
16585 The corresponding @value{GDBN} command is @samp{step}.
16586
16587 @subsubheading Example
16588
16589 Stepping into a function:
16590
16591 @smallexample
16592 -exec-step
16593 ^running
16594 (@value{GDBP})
16595 *stopped,reason="end-stepping-range",
16596 frame=@{func="foo",args=[@{name="a",value="10"@},
16597 @{name="b",value="0"@}],file="recursive2.c",line="11"@}
16598 (@value{GDBP})
16599 @end smallexample
16600
16601 Regular stepping:
16602
16603 @smallexample
16604 -exec-step
16605 ^running
16606 (@value{GDBP})
16607 *stopped,reason="end-stepping-range",line="14",file="recursive2.c"
16608 (@value{GDBP})
16609 @end smallexample
16610
16611
16612 @subheading The @code{-exec-step-instruction} Command
16613 @findex -exec-step-instruction
16614
16615 @subsubheading Synopsis
16616
16617 @smallexample
16618  -exec-step-instruction
16619 @end smallexample
16620
16621 Asynchronous command.  Resumes the inferior which executes one machine
16622 instruction.  The output, once @value{GDBN} has stopped, will vary depending on
16623 whether we have stopped in the middle of a source line or not.  In the
16624 former case, the address at which the program stopped will be printed as
16625 well.
16626
16627 @subsubheading @value{GDBN} Command
16628
16629 The corresponding @value{GDBN} command is @samp{stepi}.
16630
16631 @subsubheading Example
16632
16633 @smallexample
16634 (@value{GDBP})
16635 -exec-step-instruction
16636 ^running
16637
16638 (@value{GDBP})
16639 *stopped,reason="end-stepping-range",
16640 frame=@{func="foo",args=[],file="try.c",line="10"@}
16641 (@value{GDBP})
16642 -exec-step-instruction
16643 ^running
16644
16645 (@value{GDBP})
16646 *stopped,reason="end-stepping-range",
16647 frame=@{addr="0x000100f4",func="foo",args=[],file="try.c",line="10"@}
16648 (@value{GDBP})
16649 @end smallexample
16650
16651
16652 @subheading The @code{-exec-until} Command
16653 @findex -exec-until
16654
16655 @subsubheading Synopsis
16656
16657 @smallexample
16658  -exec-until [ @var{location} ]
16659 @end smallexample
16660
16661 Asynchronous command.  Executes the inferior until the @var{location}
16662 specified in the argument is reached.  If there is no argument, the inferior
16663 executes until a source line greater than the current one is reached.
16664 The reason for stopping in this case will be @samp{location-reached}.
16665
16666 @subsubheading @value{GDBN} Command
16667
16668 The corresponding @value{GDBN} command is @samp{until}.
16669
16670 @subsubheading Example
16671
16672 @smallexample
16673 (@value{GDBP})
16674 -exec-until recursive2.c:6
16675 ^running
16676 (@value{GDBP})
16677 x = 55
16678 *stopped,reason="location-reached",frame=@{func="main",args=[],
16679 file="recursive2.c",line="6"@}
16680 (@value{GDBP})
16681 @end smallexample
16682
16683 @ignore
16684 @subheading -file-clear
16685 Is this going away????
16686 @end ignore
16687
16688
16689 @subheading The @code{-file-exec-and-symbols} Command
16690 @findex -file-exec-and-symbols
16691
16692 @subsubheading Synopsis
16693
16694 @smallexample
16695  -file-exec-and-symbols @var{file}
16696 @end smallexample
16697
16698 Specify the executable file to be debugged.  This file is the one from
16699 which the symbol table is also read.  If no file is specified, the
16700 command clears the executable and symbol information.  If breakpoints
16701 are set when using this command with no arguments, @value{GDBN} will produce
16702 error messages.  Otherwise, no output is produced, except a completion
16703 notification.
16704
16705 @subsubheading @value{GDBN} Command
16706
16707 The corresponding @value{GDBN} command is @samp{file}.
16708
16709 @subsubheading Example
16710
16711 @smallexample
16712 (@value{GDBP})
16713 -file-exec-and-symbols /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
16714 ^done
16715 (@value{GDBP})
16716 @end smallexample
16717
16718
16719 @subheading The @code{-file-exec-file} Command
16720 @findex -file-exec-file
16721
16722 @subsubheading Synopsis
16723
16724 @smallexample
16725  -file-exec-file @var{file}
16726 @end smallexample
16727
16728 Specify the executable file to be debugged.  Unlike
16729 @samp{-file-exec-and-symbols}, the symbol table is @emph{not} read
16730 from this file.  If used without argument, @value{GDBN} clears the information
16731 about the executable file.  No output is produced, except a completion
16732 notification.
16733
16734 @subsubheading @value{GDBN} Command
16735
16736 The corresponding @value{GDBN} command is @samp{exec-file}.
16737
16738 @subsubheading Example
16739
16740 @smallexample
16741 (@value{GDBP})
16742 -file-exec-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
16743 ^done
16744 (@value{GDBP})
16745 @end smallexample
16746
16747
16748 @subheading The @code{-file-list-exec-sections} Command
16749 @findex -file-list-exec-sections
16750
16751 @subsubheading Synopsis
16752
16753 @smallexample
16754  -file-list-exec-sections
16755 @end smallexample
16756
16757 List the sections of the current executable file.
16758
16759 @subsubheading @value{GDBN} Command
16760
16761 The @value{GDBN} command @samp{info file} shows, among the rest, the same
16762 information as this command.  @code{gdbtk} has a corresponding command
16763 @samp{gdb_load_info}.
16764
16765 @subsubheading Example
16766 N.A.
16767
16768
16769 @subheading The @code{-file-list-exec-source-file} Command
16770 @findex -file-list-exec-source-file
16771
16772 @subsubheading Synopsis
16773
16774 @smallexample
16775  -file-list-exec-source-file
16776 @end smallexample
16777
16778 List the line number, the current source file, and the absolute path
16779 to the current source file for the current executable.
16780
16781 @subsubheading @value{GDBN} Command
16782
16783 There's no @value{GDBN} command which directly corresponds to this one.
16784
16785 @subsubheading Example
16786
16787 @smallexample
16788 (@value{GDBP})
16789 123-file-list-exec-source-file
16790 123^done,line="1",file="foo.c",fullname="/home/bar/foo.c"
16791 (@value{GDBP})
16792 @end smallexample
16793
16794
16795 @subheading The @code{-file-list-exec-source-files} Command
16796 @findex -file-list-exec-source-files
16797
16798 @subsubheading Synopsis
16799
16800 @smallexample
16801  -file-list-exec-source-files
16802 @end smallexample
16803
16804 List the source files for the current executable.
16805
16806 @subsubheading @value{GDBN} Command
16807
16808 There's no @value{GDBN} command which directly corresponds to this one.
16809 @code{gdbtk} has an analogous command @samp{gdb_listfiles}.
16810
16811 @subsubheading Example
16812 N.A.
16813
16814
16815 @subheading The @code{-file-list-shared-libraries} Command
16816 @findex -file-list-shared-libraries
16817
16818 @subsubheading Synopsis
16819
16820 @smallexample
16821  -file-list-shared-libraries
16822 @end smallexample
16823
16824 List the shared libraries in the program.
16825
16826 @subsubheading @value{GDBN} Command
16827
16828 The corresponding @value{GDBN} command is @samp{info shared}.
16829
16830 @subsubheading Example
16831 N.A.
16832
16833
16834 @subheading The @code{-file-list-symbol-files} Command
16835 @findex -file-list-symbol-files
16836
16837 @subsubheading Synopsis
16838
16839 @smallexample
16840  -file-list-symbol-files
16841 @end smallexample
16842
16843 List symbol files.
16844
16845 @subsubheading @value{GDBN} Command
16846
16847 The corresponding @value{GDBN} command is @samp{info file} (part of it).
16848
16849 @subsubheading Example
16850 N.A.
16851
16852
16853 @subheading The @code{-file-symbol-file} Command
16854 @findex -file-symbol-file
16855
16856 @subsubheading Synopsis
16857
16858 @smallexample
16859  -file-symbol-file @var{file}
16860 @end smallexample
16861
16862 Read symbol table info from the specified @var{file} argument.  When
16863 used without arguments, clears @value{GDBN}'s symbol table info.  No output is
16864 produced, except for a completion notification.
16865
16866 @subsubheading @value{GDBN} Command
16867
16868 The corresponding @value{GDBN} command is @samp{symbol-file}.
16869
16870 @subsubheading Example
16871
16872 @smallexample
16873 (@value{GDBP})
16874 -file-symbol-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
16875 ^done
16876 (@value{GDBP})
16877 @end smallexample
16878
16879 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16880 @node GDB/MI Miscellaneous Commands
16881 @section Miscellaneous @value{GDBN} commands in @sc{gdb/mi}
16882
16883 @c @subheading -gdb-complete
16884
16885 @subheading The @code{-gdb-exit} Command
16886 @findex -gdb-exit
16887
16888 @subsubheading Synopsis
16889
16890 @smallexample
16891  -gdb-exit
16892 @end smallexample
16893
16894 Exit @value{GDBN} immediately.
16895
16896 @subsubheading @value{GDBN} Command
16897
16898 Approximately corresponds to @samp{quit}.
16899
16900 @subsubheading Example
16901
16902 @smallexample
16903 (@value{GDBP})
16904 -gdb-exit
16905 @end smallexample
16906
16907 @subheading The @code{-gdb-set} Command
16908 @findex -gdb-set
16909
16910 @subsubheading Synopsis
16911
16912 @smallexample
16913  -gdb-set
16914 @end smallexample
16915
16916 Set an internal @value{GDBN} variable.
16917 @c IS THIS A DOLLAR VARIABLE? OR SOMETHING LIKE ANNOTATE ?????
16918
16919 @subsubheading @value{GDBN} Command
16920
16921 The corresponding @value{GDBN} command is @samp{set}.
16922
16923 @subsubheading Example
16924
16925 @smallexample
16926 (@value{GDBP})
16927 -gdb-set $foo=3
16928 ^done
16929 (@value{GDBP})
16930 @end smallexample
16931
16932
16933 @subheading The @code{-gdb-show} Command
16934 @findex -gdb-show
16935
16936 @subsubheading Synopsis
16937
16938 @smallexample
16939  -gdb-show
16940 @end smallexample
16941
16942 Show the current value of a @value{GDBN} variable.
16943
16944 @subsubheading @value{GDBN} command
16945
16946 The corresponding @value{GDBN} command is @samp{show}.
16947
16948 @subsubheading Example
16949
16950 @smallexample
16951 (@value{GDBP})
16952 -gdb-show annotate
16953 ^done,value="0"
16954 (@value{GDBP})
16955 @end smallexample
16956
16957 @c @subheading -gdb-source
16958
16959
16960 @subheading The @code{-gdb-version} Command
16961 @findex -gdb-version
16962
16963 @subsubheading Synopsis
16964
16965 @smallexample
16966  -gdb-version
16967 @end smallexample
16968
16969 Show version information for @value{GDBN}.  Used mostly in testing.
16970
16971 @subsubheading @value{GDBN} Command
16972
16973 There's no equivalent @value{GDBN} command.  @value{GDBN} by default shows this
16974 information when you start an interactive session.
16975
16976 @subsubheading Example
16977
16978 @c This example modifies the actual output from GDB to avoid overfull
16979 @c box in TeX.
16980 @smallexample
16981 (@value{GDBP})
16982 -gdb-version
16983 ~GNU gdb 5.2.1
16984 ~Copyright 2000 Free Software Foundation, Inc.
16985 ~GDB is free software, covered by the GNU General Public License, and
16986 ~you are welcome to change it and/or distribute copies of it under
16987 ~ certain conditions.
16988 ~Type "show copying" to see the conditions.
16989 ~There is absolutely no warranty for GDB.  Type "show warranty" for
16990 ~ details.
16991 ~This GDB was configured as
16992  "--host=sparc-sun-solaris2.5.1 --target=ppc-eabi".
16993 ^done
16994 (@value{GDBP})
16995 @end smallexample
16996
16997 @subheading The @code{-interpreter-exec} Command
16998 @findex -interpreter-exec
16999
17000 @subheading Synopsis
17001
17002 @smallexample
17003 -interpreter-exec @var{interpreter} @var{command}
17004 @end smallexample
17005
17006 Execute the specified @var{command} in the given @var{interpreter}.
17007
17008 @subheading @value{GDBN} Command
17009
17010 The corresponding @value{GDBN} command is @samp{interpreter-exec}.
17011
17012 @subheading Example
17013
17014 @smallexample
17015 (@value{GDBP})
17016 -interpreter-exec console "break main"
17017 &"During symbol reading, couldn't parse type; debugger out of date?.\n"
17018 &"During symbol reading, bad structure-type format.\n"
17019 ~"Breakpoint 1 at 0x8074fc6: file ../../src/gdb/main.c, line 743.\n"
17020 ^done
17021 (@value{GDBP})
17022 @end smallexample
17023
17024 @ignore
17025 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17026 @node GDB/MI Kod Commands
17027 @section @sc{gdb/mi} Kod Commands
17028
17029 The Kod commands are not implemented.
17030
17031 @c @subheading -kod-info
17032
17033 @c @subheading -kod-list
17034
17035 @c @subheading -kod-list-object-types
17036
17037 @c @subheading -kod-show
17038
17039 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17040 @node GDB/MI Memory Overlay Commands
17041 @section @sc{gdb/mi} Memory Overlay Commands
17042
17043 The memory overlay commands are not implemented.
17044
17045 @c @subheading -overlay-auto
17046
17047 @c @subheading -overlay-list-mapping-state
17048
17049 @c @subheading -overlay-list-overlays
17050
17051 @c @subheading -overlay-map
17052
17053 @c @subheading -overlay-off
17054
17055 @c @subheading -overlay-on
17056
17057 @c @subheading -overlay-unmap
17058
17059 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17060 @node GDB/MI Signal Handling Commands
17061 @section @sc{gdb/mi} Signal Handling Commands
17062
17063 Signal handling commands are not implemented.
17064
17065 @c @subheading -signal-handle
17066
17067 @c @subheading -signal-list-handle-actions
17068
17069 @c @subheading -signal-list-signal-types
17070 @end ignore
17071
17072
17073 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17074 @node GDB/MI Stack Manipulation
17075 @section @sc{gdb/mi} Stack Manipulation Commands
17076
17077
17078 @subheading The @code{-stack-info-frame} Command
17079 @findex -stack-info-frame
17080
17081 @subsubheading Synopsis
17082
17083 @smallexample
17084  -stack-info-frame
17085 @end smallexample
17086
17087 Get info on the current frame.
17088
17089 @subsubheading @value{GDBN} Command
17090
17091 The corresponding @value{GDBN} command is @samp{info frame} or @samp{frame}
17092 (without arguments).
17093
17094 @subsubheading Example
17095 N.A.
17096
17097 @subheading The @code{-stack-info-depth} Command
17098 @findex -stack-info-depth
17099
17100 @subsubheading Synopsis
17101
17102 @smallexample
17103  -stack-info-depth [ @var{max-depth} ]
17104 @end smallexample
17105
17106 Return the depth of the stack.  If the integer argument @var{max-depth}
17107 is specified, do not count beyond @var{max-depth} frames.
17108
17109 @subsubheading @value{GDBN} Command
17110
17111 There's no equivalent @value{GDBN} command.
17112
17113 @subsubheading Example
17114
17115 For a stack with frame levels 0 through 11:
17116
17117 @smallexample
17118 (@value{GDBP})
17119 -stack-info-depth
17120 ^done,depth="12"
17121 (@value{GDBP})
17122 -stack-info-depth 4
17123 ^done,depth="4"
17124 (@value{GDBP})
17125 -stack-info-depth 12
17126 ^done,depth="12"
17127 (@value{GDBP})
17128 -stack-info-depth 11
17129 ^done,depth="11"
17130 (@value{GDBP})
17131 -stack-info-depth 13
17132 ^done,depth="12"
17133 (@value{GDBP})
17134 @end smallexample
17135
17136 @subheading The @code{-stack-list-arguments} Command
17137 @findex -stack-list-arguments
17138
17139 @subsubheading Synopsis
17140
17141 @smallexample
17142  -stack-list-arguments @var{show-values}
17143     [ @var{low-frame} @var{high-frame} ]
17144 @end smallexample
17145
17146 Display a list of the arguments for the frames between @var{low-frame}
17147 and @var{high-frame} (inclusive).  If @var{low-frame} and
17148 @var{high-frame} are not provided, list the arguments for the whole call
17149 stack.
17150
17151 The @var{show-values} argument must have a value of 0 or 1.  A value of
17152 0 means that only the names of the arguments are listed, a value of 1
17153 means that both names and values of the arguments are printed.
17154
17155 @subsubheading @value{GDBN} Command
17156
17157 @value{GDBN} does not have an equivalent command.  @code{gdbtk} has a
17158 @samp{gdb_get_args} command which partially overlaps with the
17159 functionality of @samp{-stack-list-arguments}.
17160
17161 @subsubheading Example
17162
17163 @smallexample
17164 (@value{GDBP})
17165 -stack-list-frames
17166 ^done,
17167 stack=[
17168 frame=@{level="0",addr="0x00010734",func="callee4",
17169 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@},
17170 frame=@{level="1",addr="0x0001076c",func="callee3",
17171 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="17"@},
17172 frame=@{level="2",addr="0x0001078c",func="callee2",
17173 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="22"@},
17174 frame=@{level="3",addr="0x000107b4",func="callee1",
17175 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="27"@},
17176 frame=@{level="4",addr="0x000107e0",func="main",
17177 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="32"@}]
17178 (@value{GDBP})
17179 -stack-list-arguments 0
17180 ^done,
17181 stack-args=[
17182 frame=@{level="0",args=[]@},
17183 frame=@{level="1",args=[name="strarg"]@},
17184 frame=@{level="2",args=[name="intarg",name="strarg"]@},
17185 frame=@{level="3",args=[name="intarg",name="strarg",name="fltarg"]@},
17186 frame=@{level="4",args=[]@}]
17187 (@value{GDBP})
17188 -stack-list-arguments 1
17189 ^done,
17190 stack-args=[
17191 frame=@{level="0",args=[]@},
17192 frame=@{level="1",
17193  args=[@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
17194 frame=@{level="2",args=[
17195 @{name="intarg",value="2"@},
17196 @{name="strarg",value="0x11940 \"A string argument.\""@}]@},
17197 @{frame=@{level="3",args=[
17198 @{name="intarg",value="2"@},
17199 @{name="strarg",value="0x11940 \"A string argument.\""@},
17200 @{name="fltarg",value="3.5"@}]@},
17201 frame=@{level="4",args=[]@}]
17202 (@value{GDBP})
17203 -stack-list-arguments 0 2 2
17204 ^done,stack-args=[frame=@{level="2",args=[name="intarg",name="strarg"]@}]
17205 (@value{GDBP})
17206 -stack-list-arguments 1 2 2
17207 ^done,stack-args=[frame=@{level="2",
17208 args=[@{name="intarg",value="2"@},
17209 @{name="strarg",value="0x11940 \"A string argument.\""@}]@}]
17210 (@value{GDBP})
17211 @end smallexample
17212
17213 @c @subheading -stack-list-exception-handlers
17214
17215
17216 @subheading The @code{-stack-list-frames} Command
17217 @findex -stack-list-frames
17218
17219 @subsubheading Synopsis
17220
17221 @smallexample
17222  -stack-list-frames [ @var{low-frame} @var{high-frame} ]
17223 @end smallexample
17224
17225 List the frames currently on the stack.  For each frame it displays the
17226 following info:
17227
17228 @table @samp
17229 @item @var{level}
17230 The frame number, 0 being the topmost frame, i.e. the innermost function.
17231 @item @var{addr}
17232 The @code{$pc} value for that frame.
17233 @item @var{func}
17234 Function name.
17235 @item @var{file}
17236 File name of the source file where the function lives.
17237 @item @var{line}
17238 Line number corresponding to the @code{$pc}.
17239 @end table
17240
17241 If invoked without arguments, this command prints a backtrace for the
17242 whole stack.  If given two integer arguments, it shows the frames whose
17243 levels are between the two arguments (inclusive).  If the two arguments
17244 are equal, it shows the single frame at the corresponding level.
17245
17246 @subsubheading @value{GDBN} Command
17247
17248 The corresponding @value{GDBN} commands are @samp{backtrace} and @samp{where}.
17249
17250 @subsubheading Example
17251
17252 Full stack backtrace:
17253
17254 @smallexample
17255 (@value{GDBP})
17256 -stack-list-frames
17257 ^done,stack=
17258 [frame=@{level="0",addr="0x0001076c",func="foo",
17259   file="recursive2.c",line="11"@},
17260 frame=@{level="1",addr="0x000107a4",func="foo",
17261   file="recursive2.c",line="14"@},
17262 frame=@{level="2",addr="0x000107a4",func="foo",
17263   file="recursive2.c",line="14"@},
17264 frame=@{level="3",addr="0x000107a4",func="foo",
17265   file="recursive2.c",line="14"@},
17266 frame=@{level="4",addr="0x000107a4",func="foo",
17267   file="recursive2.c",line="14"@},
17268 frame=@{level="5",addr="0x000107a4",func="foo",
17269   file="recursive2.c",line="14"@},
17270 frame=@{level="6",addr="0x000107a4",func="foo",
17271   file="recursive2.c",line="14"@},
17272 frame=@{level="7",addr="0x000107a4",func="foo",
17273   file="recursive2.c",line="14"@},
17274 frame=@{level="8",addr="0x000107a4",func="foo",
17275   file="recursive2.c",line="14"@},
17276 frame=@{level="9",addr="0x000107a4",func="foo",
17277   file="recursive2.c",line="14"@},
17278 frame=@{level="10",addr="0x000107a4",func="foo",
17279   file="recursive2.c",line="14"@},
17280 frame=@{level="11",addr="0x00010738",func="main",
17281   file="recursive2.c",line="4"@}]
17282 (@value{GDBP})
17283 @end smallexample
17284
17285 Show frames between @var{low_frame} and @var{high_frame}:
17286
17287 @smallexample
17288 (@value{GDBP})
17289 -stack-list-frames 3 5
17290 ^done,stack=
17291 [frame=@{level="3",addr="0x000107a4",func="foo",
17292   file="recursive2.c",line="14"@},
17293 frame=@{level="4",addr="0x000107a4",func="foo",
17294   file="recursive2.c",line="14"@},
17295 frame=@{level="5",addr="0x000107a4",func="foo",
17296   file="recursive2.c",line="14"@}]
17297 (@value{GDBP})
17298 @end smallexample
17299
17300 Show a single frame:
17301
17302 @smallexample
17303 (@value{GDBP})
17304 -stack-list-frames 3 3
17305 ^done,stack=
17306 [frame=@{level="3",addr="0x000107a4",func="foo",
17307   file="recursive2.c",line="14"@}]
17308 (@value{GDBP})
17309 @end smallexample
17310
17311
17312 @subheading The @code{-stack-list-locals} Command
17313 @findex -stack-list-locals
17314
17315 @subsubheading Synopsis
17316
17317 @smallexample
17318  -stack-list-locals @var{print-values}
17319 @end smallexample
17320
17321 Display the local variable names for the current frame.  With an
17322 argument of 0 or @code{--no-values}, prints only the names of the variables.
17323 With argument of 1 or @code{--all-values}, prints also their values.  With
17324 argument of 2 or @code{--simple-values}, prints the name, type and value for
17325 simple data types and the name and type for arrays, structures and
17326 unions.  In this last case, the idea is that the user can see the
17327 value of simple data types immediately and he can create variable
17328 objects for other data types if he wishes to explore their values in
17329 more detail.
17330
17331 @subsubheading @value{GDBN} Command
17332
17333 @samp{info locals} in @value{GDBN}, @samp{gdb_get_locals} in @code{gdbtk}.
17334
17335 @subsubheading Example
17336
17337 @smallexample
17338 (@value{GDBP})
17339 -stack-list-locals 0
17340 ^done,locals=[name="A",name="B",name="C"]
17341 (@value{GDBP})
17342 -stack-list-locals --all-values
17343 ^done,locals=[@{name="A",value="1"@},@{name="B",value="2"@},
17344   @{name="C",value="@{1, 2, 3@}"@}]
17345 -stack-list-locals --simple-values
17346 ^done,locals=[@{name="A",type="int",value="1"@},
17347   @{name="B",type="int",value="2"@},@{name="C",type="int [3]"@}]
17348 (@value{GDBP})
17349 @end smallexample
17350
17351
17352 @subheading The @code{-stack-select-frame} Command
17353 @findex -stack-select-frame
17354
17355 @subsubheading Synopsis
17356
17357 @smallexample
17358  -stack-select-frame @var{framenum}
17359 @end smallexample
17360
17361 Change the current frame.  Select a different frame @var{framenum} on
17362 the stack.
17363
17364 @subsubheading @value{GDBN} Command
17365
17366 The corresponding @value{GDBN} commands are @samp{frame}, @samp{up},
17367 @samp{down}, @samp{select-frame}, @samp{up-silent}, and @samp{down-silent}.
17368
17369 @subsubheading Example
17370
17371 @smallexample
17372 (@value{GDBP})
17373 -stack-select-frame 2
17374 ^done
17375 (@value{GDBP})
17376 @end smallexample
17377
17378 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17379 @node GDB/MI Symbol Query
17380 @section @sc{gdb/mi} Symbol Query Commands
17381
17382
17383 @subheading The @code{-symbol-info-address} Command
17384 @findex -symbol-info-address
17385
17386 @subsubheading Synopsis
17387
17388 @smallexample
17389  -symbol-info-address @var{symbol}
17390 @end smallexample
17391
17392 Describe where @var{symbol} is stored.
17393
17394 @subsubheading @value{GDBN} Command
17395
17396 The corresponding @value{GDBN} command is @samp{info address}.
17397
17398 @subsubheading Example
17399 N.A.
17400
17401
17402 @subheading The @code{-symbol-info-file} Command
17403 @findex -symbol-info-file
17404
17405 @subsubheading Synopsis
17406
17407 @smallexample
17408  -symbol-info-file
17409 @end smallexample
17410
17411 Show the file for the symbol.
17412
17413 @subsubheading @value{GDBN} Command
17414
17415 There's no equivalent @value{GDBN} command.  @code{gdbtk} has
17416 @samp{gdb_find_file}.
17417
17418 @subsubheading Example
17419 N.A.
17420
17421
17422 @subheading The @code{-symbol-info-function} Command
17423 @findex -symbol-info-function
17424
17425 @subsubheading Synopsis
17426
17427 @smallexample
17428  -symbol-info-function
17429 @end smallexample
17430
17431 Show which function the symbol lives in.
17432
17433 @subsubheading @value{GDBN} Command
17434
17435 @samp{gdb_get_function} in @code{gdbtk}.
17436
17437 @subsubheading Example
17438 N.A.
17439
17440
17441 @subheading The @code{-symbol-info-line} Command
17442 @findex -symbol-info-line
17443
17444 @subsubheading Synopsis
17445
17446 @smallexample
17447  -symbol-info-line
17448 @end smallexample
17449
17450 Show the core addresses of the code for a source line.
17451
17452 @subsubheading @value{GDBN} Command
17453
17454 The corresponding @value{GDBN} command is @samp{info line}.
17455 @code{gdbtk} has the @samp{gdb_get_line} and @samp{gdb_get_file} commands.
17456
17457 @subsubheading Example
17458 N.A.
17459
17460
17461 @subheading The @code{-symbol-info-symbol} Command
17462 @findex -symbol-info-symbol
17463
17464 @subsubheading Synopsis
17465
17466 @smallexample
17467  -symbol-info-symbol @var{addr}
17468 @end smallexample
17469
17470 Describe what symbol is at location @var{addr}.
17471
17472 @subsubheading @value{GDBN} Command
17473
17474 The corresponding @value{GDBN} command is @samp{info symbol}.
17475
17476 @subsubheading Example
17477 N.A.
17478
17479
17480 @subheading The @code{-symbol-list-functions} Command
17481 @findex -symbol-list-functions
17482
17483 @subsubheading Synopsis
17484
17485 @smallexample
17486  -symbol-list-functions
17487 @end smallexample
17488
17489 List the functions in the executable.
17490
17491 @subsubheading @value{GDBN} Command
17492
17493 @samp{info functions} in @value{GDBN}, @samp{gdb_listfunc} and
17494 @samp{gdb_search} in @code{gdbtk}.
17495
17496 @subsubheading Example
17497 N.A.
17498
17499
17500 @subheading The @code{-symbol-list-lines} Command
17501 @findex -symbol-list-lines
17502
17503 @subsubheading Synopsis
17504
17505 @smallexample
17506  -symbol-list-lines @var{filename}
17507 @end smallexample
17508
17509 Print the list of lines that contain code and their associated program
17510 addresses for the given source filename.  The entries are sorted in
17511 ascending PC order.
17512
17513 @subsubheading @value{GDBN} Command
17514
17515 There is no corresponding @value{GDBN} command.
17516
17517 @subsubheading Example
17518 @smallexample
17519 (@value{GDBP})
17520 -symbol-list-lines basics.c
17521 ^done,lines=[@{pc="0x08048554",line="7"@},@{pc="0x0804855a",line="8"@}]
17522 (@value{GDBP})
17523 @end smallexample
17524
17525
17526 @subheading The @code{-symbol-list-types} Command
17527 @findex -symbol-list-types
17528
17529 @subsubheading Synopsis
17530
17531 @smallexample
17532  -symbol-list-types
17533 @end smallexample
17534
17535 List all the type names.
17536
17537 @subsubheading @value{GDBN} Command
17538
17539 The corresponding commands are @samp{info types} in @value{GDBN},
17540 @samp{gdb_search} in @code{gdbtk}.
17541
17542 @subsubheading Example
17543 N.A.
17544
17545
17546 @subheading The @code{-symbol-list-variables} Command
17547 @findex -symbol-list-variables
17548
17549 @subsubheading Synopsis
17550
17551 @smallexample
17552  -symbol-list-variables
17553 @end smallexample
17554
17555 List all the global and static variable names.
17556
17557 @subsubheading @value{GDBN} Command
17558
17559 @samp{info variables} in @value{GDBN}, @samp{gdb_search} in @code{gdbtk}.
17560
17561 @subsubheading Example
17562 N.A.
17563
17564
17565 @subheading The @code{-symbol-locate} Command
17566 @findex -symbol-locate
17567
17568 @subsubheading Synopsis
17569
17570 @smallexample
17571  -symbol-locate
17572 @end smallexample
17573
17574 @subsubheading @value{GDBN} Command
17575
17576 @samp{gdb_loc} in @code{gdbtk}.
17577
17578 @subsubheading Example
17579 N.A.
17580
17581
17582 @subheading The @code{-symbol-type} Command
17583 @findex -symbol-type
17584
17585 @subsubheading Synopsis
17586
17587 @smallexample
17588  -symbol-type @var{variable}
17589 @end smallexample
17590
17591 Show type of @var{variable}.
17592
17593 @subsubheading @value{GDBN} Command
17594
17595 The corresponding @value{GDBN} command is @samp{ptype}, @code{gdbtk} has
17596 @samp{gdb_obj_variable}.
17597
17598 @subsubheading Example
17599 N.A.
17600
17601
17602 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17603 @node GDB/MI Target Manipulation
17604 @section @sc{gdb/mi} Target Manipulation Commands
17605
17606
17607 @subheading The @code{-target-attach} Command
17608 @findex -target-attach
17609
17610 @subsubheading Synopsis
17611
17612 @smallexample
17613  -target-attach @var{pid} | @var{file}
17614 @end smallexample
17615
17616 Attach to a process @var{pid} or a file @var{file} outside of @value{GDBN}.
17617
17618 @subsubheading @value{GDBN} command
17619
17620 The corresponding @value{GDBN} command is @samp{attach}.
17621
17622 @subsubheading Example
17623 N.A.
17624
17625
17626 @subheading The @code{-target-compare-sections} Command
17627 @findex -target-compare-sections
17628
17629 @subsubheading Synopsis
17630
17631 @smallexample
17632  -target-compare-sections [ @var{section} ]
17633 @end smallexample
17634
17635 Compare data of section @var{section} on target to the exec file.
17636 Without the argument, all sections are compared.
17637
17638 @subsubheading @value{GDBN} Command
17639
17640 The @value{GDBN} equivalent is @samp{compare-sections}.
17641
17642 @subsubheading Example
17643 N.A.
17644
17645
17646 @subheading The @code{-target-detach} Command
17647 @findex -target-detach
17648
17649 @subsubheading Synopsis
17650
17651 @smallexample
17652  -target-detach
17653 @end smallexample
17654
17655 Disconnect from the remote target.  There's no output.
17656
17657 @subsubheading @value{GDBN} command
17658
17659 The corresponding @value{GDBN} command is @samp{detach}.
17660
17661 @subsubheading Example
17662
17663 @smallexample
17664 (@value{GDBP})
17665 -target-detach
17666 ^done
17667 (@value{GDBP})
17668 @end smallexample
17669
17670
17671 @subheading The @code{-target-disconnect} Command
17672 @findex -target-disconnect
17673
17674 @subsubheading Synopsis
17675
17676 @example
17677  -target-disconnect
17678 @end example
17679
17680 Disconnect from the remote target.  There's no output.
17681
17682 @subsubheading @value{GDBN} command
17683
17684 The corresponding @value{GDBN} command is @samp{disconnect}.
17685
17686 @subsubheading Example
17687
17688 @smallexample
17689 (@value{GDBP})
17690 -target-disconnect
17691 ^done
17692 (@value{GDBP})
17693 @end smallexample
17694
17695
17696 @subheading The @code{-target-download} Command
17697 @findex -target-download
17698
17699 @subsubheading Synopsis
17700
17701 @smallexample
17702  -target-download
17703 @end smallexample
17704
17705 Loads the executable onto the remote target.
17706 It prints out an update message every half second, which includes the fields:
17707
17708 @table @samp
17709 @item section
17710 The name of the section.
17711 @item section-sent
17712 The size of what has been sent so far for that section.
17713 @item section-size
17714 The size of the section.
17715 @item total-sent
17716 The total size of what was sent so far (the current and the previous sections).
17717 @item total-size
17718 The size of the overall executable to download.
17719 @end table
17720
17721 @noindent
17722 Each message is sent as status record (@pxref{GDB/MI Output Syntax, ,
17723 @sc{gdb/mi} Output Syntax}).
17724
17725 In addition, it prints the name and size of the sections, as they are
17726 downloaded.  These messages include the following fields:
17727
17728 @table @samp
17729 @item section
17730 The name of the section.
17731 @item section-size
17732 The size of the section.
17733 @item total-size
17734 The size of the overall executable to download.
17735 @end table
17736
17737 @noindent
17738 At the end, a summary is printed.
17739
17740 @subsubheading @value{GDBN} Command
17741
17742 The corresponding @value{GDBN} command is @samp{load}.
17743
17744 @subsubheading Example
17745
17746 Note: each status message appears on a single line.  Here the messages
17747 have been broken down so that they can fit onto a page.
17748
17749 @smallexample
17750 (@value{GDBP})
17751 -target-download
17752 +download,@{section=".text",section-size="6668",total-size="9880"@}
17753 +download,@{section=".text",section-sent="512",section-size="6668",
17754 total-sent="512",total-size="9880"@}
17755 +download,@{section=".text",section-sent="1024",section-size="6668",
17756 total-sent="1024",total-size="9880"@}
17757 +download,@{section=".text",section-sent="1536",section-size="6668",
17758 total-sent="1536",total-size="9880"@}
17759 +download,@{section=".text",section-sent="2048",section-size="6668",
17760 total-sent="2048",total-size="9880"@}
17761 +download,@{section=".text",section-sent="2560",section-size="6668",
17762 total-sent="2560",total-size="9880"@}
17763 +download,@{section=".text",section-sent="3072",section-size="6668",
17764 total-sent="3072",total-size="9880"@}
17765 +download,@{section=".text",section-sent="3584",section-size="6668",
17766 total-sent="3584",total-size="9880"@}
17767 +download,@{section=".text",section-sent="4096",section-size="6668",
17768 total-sent="4096",total-size="9880"@}
17769 +download,@{section=".text",section-sent="4608",section-size="6668",
17770 total-sent="4608",total-size="9880"@}
17771 +download,@{section=".text",section-sent="5120",section-size="6668",
17772 total-sent="5120",total-size="9880"@}
17773 +download,@{section=".text",section-sent="5632",section-size="6668",
17774 total-sent="5632",total-size="9880"@}
17775 +download,@{section=".text",section-sent="6144",section-size="6668",
17776 total-sent="6144",total-size="9880"@}
17777 +download,@{section=".text",section-sent="6656",section-size="6668",
17778 total-sent="6656",total-size="9880"@}
17779 +download,@{section=".init",section-size="28",total-size="9880"@}
17780 +download,@{section=".fini",section-size="28",total-size="9880"@}
17781 +download,@{section=".data",section-size="3156",total-size="9880"@}
17782 +download,@{section=".data",section-sent="512",section-size="3156",
17783 total-sent="7236",total-size="9880"@}
17784 +download,@{section=".data",section-sent="1024",section-size="3156",
17785 total-sent="7748",total-size="9880"@}
17786 +download,@{section=".data",section-sent="1536",section-size="3156",
17787 total-sent="8260",total-size="9880"@}
17788 +download,@{section=".data",section-sent="2048",section-size="3156",
17789 total-sent="8772",total-size="9880"@}
17790 +download,@{section=".data",section-sent="2560",section-size="3156",
17791 total-sent="9284",total-size="9880"@}
17792 +download,@{section=".data",section-sent="3072",section-size="3156",
17793 total-sent="9796",total-size="9880"@}
17794 ^done,address="0x10004",load-size="9880",transfer-rate="6586",
17795 write-rate="429"
17796 (@value{GDBP})
17797 @end smallexample
17798
17799
17800 @subheading The @code{-target-exec-status} Command
17801 @findex -target-exec-status
17802
17803 @subsubheading Synopsis
17804
17805 @smallexample
17806  -target-exec-status
17807 @end smallexample
17808
17809 Provide information on the state of the target (whether it is running or
17810 not, for instance).
17811
17812 @subsubheading @value{GDBN} Command
17813
17814 There's no equivalent @value{GDBN} command.
17815
17816 @subsubheading Example
17817 N.A.
17818
17819
17820 @subheading The @code{-target-list-available-targets} Command
17821 @findex -target-list-available-targets
17822
17823 @subsubheading Synopsis
17824
17825 @smallexample
17826  -target-list-available-targets
17827 @end smallexample
17828
17829 List the possible targets to connect to.
17830
17831 @subsubheading @value{GDBN} Command
17832
17833 The corresponding @value{GDBN} command is @samp{help target}.
17834
17835 @subsubheading Example
17836 N.A.
17837
17838
17839 @subheading The @code{-target-list-current-targets} Command
17840 @findex -target-list-current-targets
17841
17842 @subsubheading Synopsis
17843
17844 @smallexample
17845  -target-list-current-targets
17846 @end smallexample
17847
17848 Describe the current target.
17849
17850 @subsubheading @value{GDBN} Command
17851
17852 The corresponding information is printed by @samp{info file} (among
17853 other things).
17854
17855 @subsubheading Example
17856 N.A.
17857
17858
17859 @subheading The @code{-target-list-parameters} Command
17860 @findex -target-list-parameters
17861
17862 @subsubheading Synopsis
17863
17864 @smallexample
17865  -target-list-parameters
17866 @end smallexample
17867
17868 @c ????
17869
17870 @subsubheading @value{GDBN} Command
17871
17872 No equivalent.
17873
17874 @subsubheading Example
17875 N.A.
17876
17877
17878 @subheading The @code{-target-select} Command
17879 @findex -target-select
17880
17881 @subsubheading Synopsis
17882
17883 @smallexample
17884  -target-select @var{type} @var{parameters @dots{}}
17885 @end smallexample
17886
17887 Connect @value{GDBN} to the remote target.  This command takes two args:
17888
17889 @table @samp
17890 @item @var{type}
17891 The type of target, for instance @samp{async}, @samp{remote}, etc.
17892 @item @var{parameters}
17893 Device names, host names and the like.  @xref{Target Commands, ,
17894 Commands for managing targets}, for more details.
17895 @end table
17896
17897 The output is a connection notification, followed by the address at
17898 which the target program is, in the following form:
17899
17900 @smallexample
17901 ^connected,addr="@var{address}",func="@var{function name}",
17902   args=[@var{arg list}]
17903 @end smallexample
17904
17905 @subsubheading @value{GDBN} Command
17906
17907 The corresponding @value{GDBN} command is @samp{target}.
17908
17909 @subsubheading Example
17910
17911 @smallexample
17912 (@value{GDBP})
17913 -target-select async /dev/ttya
17914 ^connected,addr="0xfe00a300",func="??",args=[]
17915 (@value{GDBP})
17916 @end smallexample
17917
17918 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17919 @node GDB/MI Thread Commands
17920 @section @sc{gdb/mi} Thread Commands
17921
17922
17923 @subheading The @code{-thread-info} Command
17924 @findex -thread-info
17925
17926 @subsubheading Synopsis
17927
17928 @smallexample
17929  -thread-info
17930 @end smallexample
17931
17932 @subsubheading @value{GDBN} command
17933
17934 No equivalent.
17935
17936 @subsubheading Example
17937 N.A.
17938
17939
17940 @subheading The @code{-thread-list-all-threads} Command
17941 @findex -thread-list-all-threads
17942
17943 @subsubheading Synopsis
17944
17945 @smallexample
17946  -thread-list-all-threads
17947 @end smallexample
17948
17949 @subsubheading @value{GDBN} Command
17950
17951 The equivalent @value{GDBN} command is @samp{info threads}.
17952
17953 @subsubheading Example
17954 N.A.
17955
17956
17957 @subheading The @code{-thread-list-ids} Command
17958 @findex -thread-list-ids
17959
17960 @subsubheading Synopsis
17961
17962 @smallexample
17963  -thread-list-ids
17964 @end smallexample
17965
17966 Produces a list of the currently known @value{GDBN} thread ids.  At the
17967 end of the list it also prints the total number of such threads.
17968
17969 @subsubheading @value{GDBN} Command
17970
17971 Part of @samp{info threads} supplies the same information.
17972
17973 @subsubheading Example
17974
17975 No threads present, besides the main process:
17976
17977 @smallexample
17978 (@value{GDBP})
17979 -thread-list-ids
17980 ^done,thread-ids=@{@},number-of-threads="0"
17981 (@value{GDBP})
17982 @end smallexample
17983
17984
17985 Several threads:
17986
17987 @smallexample
17988 (@value{GDBP})
17989 -thread-list-ids
17990 ^done,thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
17991 number-of-threads="3"
17992 (@value{GDBP})
17993 @end smallexample
17994
17995
17996 @subheading The @code{-thread-select} Command
17997 @findex -thread-select
17998
17999 @subsubheading Synopsis
18000
18001 @smallexample
18002  -thread-select @var{threadnum}
18003 @end smallexample
18004
18005 Make @var{threadnum} the current thread.  It prints the number of the new
18006 current thread, and the topmost frame for that thread.
18007
18008 @subsubheading @value{GDBN} Command
18009
18010 The corresponding @value{GDBN} command is @samp{thread}.
18011
18012 @subsubheading Example
18013
18014 @smallexample
18015 (@value{GDBP})
18016 -exec-next
18017 ^running
18018 (@value{GDBP})
18019 *stopped,reason="end-stepping-range",thread-id="2",line="187",
18020 file="../../../devo/gdb/testsuite/gdb.threads/linux-dp.c"
18021 (@value{GDBP})
18022 -thread-list-ids
18023 ^done,
18024 thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
18025 number-of-threads="3"
18026 (@value{GDBP})
18027 -thread-select 3
18028 ^done,new-thread-id="3",
18029 frame=@{level="0",func="vprintf",
18030 args=[@{name="format",value="0x8048e9c \"%*s%c %d %c\\n\""@},
18031 @{name="arg",value="0x2"@}],file="vprintf.c",line="31"@}
18032 (@value{GDBP})
18033 @end smallexample
18034
18035 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
18036 @node GDB/MI Tracepoint Commands
18037 @section @sc{gdb/mi} Tracepoint Commands
18038
18039 The tracepoint commands are not yet implemented.
18040
18041 @c @subheading -trace-actions
18042
18043 @c @subheading -trace-delete
18044
18045 @c @subheading -trace-disable
18046
18047 @c @subheading -trace-dump
18048
18049 @c @subheading -trace-enable
18050
18051 @c @subheading -trace-exists
18052
18053 @c @subheading -trace-find
18054
18055 @c @subheading -trace-frame-number
18056
18057 @c @subheading -trace-info
18058
18059 @c @subheading -trace-insert
18060
18061 @c @subheading -trace-list
18062
18063 @c @subheading -trace-pass-count
18064
18065 @c @subheading -trace-save
18066
18067 @c @subheading -trace-start
18068
18069 @c @subheading -trace-stop
18070
18071
18072 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
18073 @node GDB/MI Variable Objects
18074 @section @sc{gdb/mi} Variable Objects
18075
18076
18077 @subheading Motivation for Variable Objects in @sc{gdb/mi}
18078
18079 For the implementation of a variable debugger window (locals, watched
18080 expressions, etc.), we are proposing the adaptation of the existing code
18081 used by @code{Insight}.
18082
18083 The two main reasons for that are:
18084
18085 @enumerate 1
18086 @item
18087 It has been proven in practice (it is already on its second generation).
18088
18089 @item
18090 It will shorten development time (needless to say how important it is
18091 now).
18092 @end enumerate
18093
18094 The original interface was designed to be used by Tcl code, so it was
18095 slightly changed so it could be used through @sc{gdb/mi}.  This section
18096 describes the @sc{gdb/mi} operations that will be available and gives some
18097 hints about their use.
18098
18099 @emph{Note}: In addition to the set of operations described here, we
18100 expect the @sc{gui} implementation of a variable window to require, at
18101 least, the following operations:
18102
18103 @itemize @bullet
18104 @item @code{-gdb-show} @code{output-radix}
18105 @item @code{-stack-list-arguments}
18106 @item @code{-stack-list-locals}
18107 @item @code{-stack-select-frame}
18108 @end itemize
18109
18110 @subheading Introduction to Variable Objects in @sc{gdb/mi}
18111
18112 @cindex variable objects in @sc{gdb/mi}
18113 The basic idea behind variable objects is the creation of a named object
18114 to represent a variable, an expression, a memory location or even a CPU
18115 register.  For each object created, a set of operations is available for
18116 examining or changing its properties.
18117
18118 Furthermore, complex data types, such as C structures, are represented
18119 in a tree format.  For instance, the @code{struct} type variable is the
18120 root and the children will represent the struct members.  If a child
18121 is itself of a complex type, it will also have children of its own.
18122 Appropriate language differences are handled for C, C@t{++} and Java.
18123
18124 When returning the actual values of the objects, this facility allows
18125 for the individual selection of the display format used in the result
18126 creation.  It can be chosen among: binary, decimal, hexadecimal, octal
18127 and natural.  Natural refers to a default format automatically
18128 chosen based on the variable type (like decimal for an @code{int}, hex
18129 for pointers, etc.).
18130
18131 The following is the complete set of @sc{gdb/mi} operations defined to
18132 access this functionality:
18133
18134 @multitable @columnfractions .4 .6
18135 @item @strong{Operation}
18136 @tab @strong{Description}
18137
18138 @item @code{-var-create}
18139 @tab create a variable object
18140 @item @code{-var-delete}
18141 @tab delete the variable object and its children
18142 @item @code{-var-set-format}
18143 @tab set the display format of this variable
18144 @item @code{-var-show-format}
18145 @tab show the display format of this variable
18146 @item @code{-var-info-num-children}
18147 @tab tells how many children this object has
18148 @item @code{-var-list-children}
18149 @tab return a list of the object's children
18150 @item @code{-var-info-type}
18151 @tab show the type of this variable object
18152 @item @code{-var-info-expression}
18153 @tab print what this variable object represents
18154 @item @code{-var-show-attributes}
18155 @tab is this variable editable? does it exist here?
18156 @item @code{-var-evaluate-expression}
18157 @tab get the value of this variable
18158 @item @code{-var-assign}
18159 @tab set the value of this variable
18160 @item @code{-var-update}
18161 @tab update the variable and its children
18162 @end multitable
18163
18164 In the next subsection we describe each operation in detail and suggest
18165 how it can be used.
18166
18167 @subheading Description And Use of Operations on Variable Objects
18168
18169 @subheading The @code{-var-create} Command
18170 @findex -var-create
18171
18172 @subsubheading Synopsis
18173
18174 @smallexample
18175  -var-create @{@var{name} | "-"@}
18176     @{@var{frame-addr} | "*"@} @var{expression}
18177 @end smallexample
18178
18179 This operation creates a variable object, which allows the monitoring of
18180 a variable, the result of an expression, a memory cell or a CPU
18181 register.
18182
18183 The @var{name} parameter is the string by which the object can be
18184 referenced.  It must be unique.  If @samp{-} is specified, the varobj
18185 system will generate a string ``varNNNNNN'' automatically.  It will be
18186 unique provided that one does not specify @var{name} on that format.
18187 The command fails if a duplicate name is found.
18188
18189 The frame under which the expression should be evaluated can be
18190 specified by @var{frame-addr}.  A @samp{*} indicates that the current
18191 frame should be used.
18192
18193 @var{expression} is any expression valid on the current language set (must not
18194 begin with a @samp{*}), or one of the following:
18195
18196 @itemize @bullet
18197 @item
18198 @samp{*@var{addr}}, where @var{addr} is the address of a memory cell
18199
18200 @item
18201 @samp{*@var{addr}-@var{addr}} --- a memory address range (TBD)
18202
18203 @item
18204 @samp{$@var{regname}} --- a CPU register name
18205 @end itemize
18206
18207 @subsubheading Result
18208
18209 This operation returns the name, number of children and the type of the
18210 object created.  Type is returned as a string as the ones generated by
18211 the @value{GDBN} CLI:
18212
18213 @smallexample
18214  name="@var{name}",numchild="N",type="@var{type}"
18215 @end smallexample
18216
18217
18218 @subheading The @code{-var-delete} Command
18219 @findex -var-delete
18220
18221 @subsubheading Synopsis
18222
18223 @smallexample
18224  -var-delete @var{name}
18225 @end smallexample
18226
18227 Deletes a previously created variable object and all of its children.
18228
18229 Returns an error if the object @var{name} is not found.
18230
18231
18232 @subheading The @code{-var-set-format} Command
18233 @findex -var-set-format
18234
18235 @subsubheading Synopsis
18236
18237 @smallexample
18238  -var-set-format @var{name} @var{format-spec}
18239 @end smallexample
18240
18241 Sets the output format for the value of the object @var{name} to be
18242 @var{format-spec}.
18243
18244 The syntax for the @var{format-spec} is as follows:
18245
18246 @smallexample
18247  @var{format-spec} @expansion{}
18248  @{binary | decimal | hexadecimal | octal | natural@}
18249 @end smallexample
18250
18251
18252 @subheading The @code{-var-show-format} Command
18253 @findex -var-show-format
18254
18255 @subsubheading Synopsis
18256
18257 @smallexample
18258  -var-show-format @var{name}
18259 @end smallexample
18260
18261 Returns the format used to display the value of the object @var{name}.
18262
18263 @smallexample
18264  @var{format} @expansion{}
18265  @var{format-spec}
18266 @end smallexample
18267
18268
18269 @subheading The @code{-var-info-num-children} Command
18270 @findex -var-info-num-children
18271
18272 @subsubheading Synopsis
18273
18274 @smallexample
18275  -var-info-num-children @var{name}
18276 @end smallexample
18277
18278 Returns the number of children of a variable object @var{name}:
18279
18280 @smallexample
18281  numchild=@var{n}
18282 @end smallexample
18283
18284
18285 @subheading The @code{-var-list-children} Command
18286 @findex -var-list-children
18287
18288 @subsubheading Synopsis
18289
18290 @smallexample
18291  -var-list-children [@var{print-values}] @var{name}
18292 @end smallexample
18293
18294 Returns a list of the children of the specified variable object.  With
18295 just the variable object name as an argument or with an optional
18296 preceding argument of 0 or @code{--no-values}, prints only the names of the
18297 variables.  With an optional preceding argument of 1 or @code{--all-values},
18298 also prints their values.
18299
18300 @subsubheading Example
18301
18302 @smallexample
18303 (@value{GDBP})
18304  -var-list-children n
18305  numchild=@var{n},children=[@{name=@var{name},
18306  numchild=@var{n},type=@var{type}@},@r{(repeats N times)}]
18307 (@value{GDBP})
18308  -var-list-children --all-values n
18309  numchild=@var{n},children=[@{name=@var{name},
18310  numchild=@var{n},value=@var{value},type=@var{type}@},@r{(repeats N times)}]
18311 @end smallexample
18312
18313
18314 @subheading The @code{-var-info-type} Command
18315 @findex -var-info-type
18316
18317 @subsubheading Synopsis
18318
18319 @smallexample
18320  -var-info-type @var{name}
18321 @end smallexample
18322
18323 Returns the type of the specified variable @var{name}.  The type is
18324 returned as a string in the same format as it is output by the
18325 @value{GDBN} CLI:
18326
18327 @smallexample
18328  type=@var{typename}
18329 @end smallexample
18330
18331
18332 @subheading The @code{-var-info-expression} Command
18333 @findex -var-info-expression
18334
18335 @subsubheading Synopsis
18336
18337 @smallexample
18338  -var-info-expression @var{name}
18339 @end smallexample
18340
18341 Returns what is represented by the variable object @var{name}:
18342
18343 @smallexample
18344  lang=@var{lang-spec},exp=@var{expression}
18345 @end smallexample
18346
18347 @noindent
18348 where @var{lang-spec} is @code{@{"C" | "C++" | "Java"@}}.
18349
18350 @subheading The @code{-var-show-attributes} Command
18351 @findex -var-show-attributes
18352
18353 @subsubheading Synopsis
18354
18355 @smallexample
18356  -var-show-attributes @var{name}
18357 @end smallexample
18358
18359 List attributes of the specified variable object @var{name}:
18360
18361 @smallexample
18362  status=@var{attr} [ ( ,@var{attr} )* ]
18363 @end smallexample
18364
18365 @noindent
18366 where @var{attr} is @code{@{ @{ editable | noneditable @} | TBD @}}.
18367
18368 @subheading The @code{-var-evaluate-expression} Command
18369 @findex -var-evaluate-expression
18370
18371 @subsubheading Synopsis
18372
18373 @smallexample
18374  -var-evaluate-expression @var{name}
18375 @end smallexample
18376
18377 Evaluates the expression that is represented by the specified variable
18378 object and returns its value as a string in the current format specified
18379 for the object:
18380
18381 @smallexample
18382  value=@var{value}
18383 @end smallexample
18384
18385 Note that one must invoke @code{-var-list-children} for a variable
18386 before the value of a child variable can be evaluated.
18387
18388 @subheading The @code{-var-assign} Command
18389 @findex -var-assign
18390
18391 @subsubheading Synopsis
18392
18393 @smallexample
18394  -var-assign @var{name} @var{expression}
18395 @end smallexample
18396
18397 Assigns the value of @var{expression} to the variable object specified
18398 by @var{name}.  The object must be @samp{editable}.  If the variable's
18399 value is altered by the assign, the variable will show up in any
18400 subsequent @code{-var-update} list.
18401
18402 @subsubheading Example
18403
18404 @smallexample
18405 (@value{GDBP})
18406 -var-assign var1 3
18407 ^done,value="3"
18408 (@value{GDBP})
18409 -var-update *
18410 ^done,changelist=[@{name="var1",in_scope="true",type_changed="false"@}]
18411 (@value{GDBP})
18412 @end smallexample
18413
18414 @subheading The @code{-var-update} Command
18415 @findex -var-update
18416
18417 @subsubheading Synopsis
18418
18419 @smallexample
18420  -var-update @{@var{name} | "*"@}
18421 @end smallexample
18422
18423 Update the value of the variable object @var{name} by evaluating its
18424 expression after fetching all the new values from memory or registers.
18425 A @samp{*} causes all existing variable objects to be updated.
18426
18427
18428 @node Annotations
18429 @chapter @value{GDBN} Annotations
18430
18431 This chapter describes annotations in @value{GDBN}.  Annotations were
18432 designed to interface @value{GDBN} to graphical user interfaces or other
18433 similar programs which want to interact with @value{GDBN} at a
18434 relatively high level.
18435
18436 The annotation mechanism has largely been superseeded by @sc{gdb/mi}
18437 (@pxref{GDB/MI}).
18438
18439 @ignore
18440 This is Edition @value{EDITION}, @value{DATE}.
18441 @end ignore
18442
18443 @menu
18444 * Annotations Overview::  What annotations are; the general syntax.
18445 * Server Prefix::       Issuing a command without affecting user state.
18446 * Prompting::           Annotations marking @value{GDBN}'s need for input.
18447 * Errors::              Annotations for error messages.
18448 * Invalidation::        Some annotations describe things now invalid.
18449 * Annotations for Running::
18450                         Whether the program is running, how it stopped, etc.
18451 * Source Annotations::  Annotations describing source code.
18452 @end menu
18453
18454 @node Annotations Overview
18455 @section What is an Annotation?
18456 @cindex annotations
18457
18458 Annotations start with a newline character, two @samp{control-z}
18459 characters, and the name of the annotation.  If there is no additional
18460 information associated with this annotation, the name of the annotation
18461 is followed immediately by a newline.  If there is additional
18462 information, the name of the annotation is followed by a space, the
18463 additional information, and a newline.  The additional information
18464 cannot contain newline characters.
18465
18466 Any output not beginning with a newline and two @samp{control-z}
18467 characters denotes literal output from @value{GDBN}.  Currently there is
18468 no need for @value{GDBN} to output a newline followed by two
18469 @samp{control-z} characters, but if there was such a need, the
18470 annotations could be extended with an @samp{escape} annotation which
18471 means those three characters as output.
18472
18473 The annotation @var{level}, which is specified using the
18474 @option{--annotate} command line option (@pxref{Mode Options}), controls
18475 how much information @value{GDBN} prints together with its prompt,
18476 values of expressions, source lines, and other types of output.  Level 0
18477 is for no anntations, level 1 is for use when @value{GDBN} is run as a
18478 subprocess of @sc{gnu} Emacs, level 3 is the maximum annotation suitable
18479 for programs that control @value{GDBN}, and level 2 annotations have
18480 been made obsolete (@pxref{Limitations, , Limitations of the Annotation
18481 Interface, annotate, GDB's Obsolete Annotations}).  This chapter
18482 describes level 3 annotations.
18483
18484 A simple example of starting up @value{GDBN} with annotations is:
18485
18486 @smallexample
18487 $ @kbd{gdb --annotate=3}
18488 GNU gdb 6.0
18489 Copyright 2003 Free Software Foundation, Inc.
18490 GDB is free software, covered by the GNU General Public License,
18491 and you are welcome to change it and/or distribute copies of it
18492 under certain conditions.
18493 Type "show copying" to see the conditions.
18494 There is absolutely no warranty for GDB.  Type "show warranty"
18495 for details.
18496 This GDB was configured as "i386-pc-linux-gnu"
18497
18498 ^Z^Zpre-prompt
18499 (gdb)
18500 ^Z^Zprompt
18501 @kbd{quit}
18502
18503 ^Z^Zpost-prompt
18504 $
18505 @end smallexample
18506
18507 Here @samp{quit} is input to @value{GDBN}; the rest is output from
18508 @value{GDBN}.  The three lines beginning @samp{^Z^Z} (where @samp{^Z}
18509 denotes a @samp{control-z} character) are annotations; the rest is
18510 output from @value{GDBN}.
18511
18512 @node Server Prefix
18513 @section The Server Prefix
18514 @cindex server prefix for annotations
18515
18516 To issue a command to @value{GDBN} without affecting certain aspects of
18517 the state which is seen by users, prefix it with @samp{server }.  This
18518 means that this command will not affect the command history, nor will it
18519 affect @value{GDBN}'s notion of which command to repeat if @key{RET} is
18520 pressed on a line by itself.
18521
18522 The server prefix does not affect the recording of values into the value
18523 history; to print a value without recording it into the value history,
18524 use the @code{output} command instead of the @code{print} command.
18525
18526 @node Prompting
18527 @section Annotation for @value{GDBN} Input
18528
18529 @cindex annotations for prompts
18530 When @value{GDBN} prompts for input, it annotates this fact so it is possible
18531 to know when to send output, when the output from a given command is
18532 over, etc.
18533
18534 Different kinds of input each have a different @dfn{input type}.  Each
18535 input type has three annotations: a @code{pre-} annotation, which
18536 denotes the beginning of any prompt which is being output, a plain
18537 annotation, which denotes the end of the prompt, and then a @code{post-}
18538 annotation which denotes the end of any echo which may (or may not) be
18539 associated with the input.  For example, the @code{prompt} input type
18540 features the following annotations:
18541
18542 @smallexample
18543 ^Z^Zpre-prompt
18544 ^Z^Zprompt
18545 ^Z^Zpost-prompt
18546 @end smallexample
18547
18548 The input types are
18549
18550 @table @code
18551 @findex pre-prompt
18552 @findex prompt
18553 @findex post-prompt
18554 @item prompt
18555 When @value{GDBN} is prompting for a command (the main @value{GDBN} prompt).
18556
18557 @findex pre-commands
18558 @findex commands
18559 @findex post-commands
18560 @item commands
18561 When @value{GDBN} prompts for a set of commands, like in the @code{commands}
18562 command.  The annotations are repeated for each command which is input.
18563
18564 @findex pre-overload-choice
18565 @findex overload-choice
18566 @findex post-overload-choice
18567 @item overload-choice
18568 When @value{GDBN} wants the user to select between various overloaded functions.
18569
18570 @findex pre-query
18571 @findex query
18572 @findex post-query
18573 @item query
18574 When @value{GDBN} wants the user to confirm a potentially dangerous operation.
18575
18576 @findex pre-prompt-for-continue
18577 @findex prompt-for-continue
18578 @findex post-prompt-for-continue
18579 @item prompt-for-continue
18580 When @value{GDBN} is asking the user to press return to continue.  Note: Don't
18581 expect this to work well; instead use @code{set height 0} to disable
18582 prompting.  This is because the counting of lines is buggy in the
18583 presence of annotations.
18584 @end table
18585
18586 @node Errors
18587 @section Errors
18588 @cindex annotations for errors, warnings and interrupts
18589
18590 @findex quit
18591 @smallexample
18592 ^Z^Zquit
18593 @end smallexample
18594
18595 This annotation occurs right before @value{GDBN} responds to an interrupt.
18596
18597 @findex error
18598 @smallexample
18599 ^Z^Zerror
18600 @end smallexample
18601
18602 This annotation occurs right before @value{GDBN} responds to an error.
18603
18604 Quit and error annotations indicate that any annotations which @value{GDBN} was
18605 in the middle of may end abruptly.  For example, if a
18606 @code{value-history-begin} annotation is followed by a @code{error}, one
18607 cannot expect to receive the matching @code{value-history-end}.  One
18608 cannot expect not to receive it either, however; an error annotation
18609 does not necessarily mean that @value{GDBN} is immediately returning all the way
18610 to the top level.
18611
18612 @findex error-begin
18613 A quit or error annotation may be preceded by
18614
18615 @smallexample
18616 ^Z^Zerror-begin
18617 @end smallexample
18618
18619 Any output between that and the quit or error annotation is the error
18620 message.
18621
18622 Warning messages are not yet annotated.
18623 @c If we want to change that, need to fix warning(), type_error(),
18624 @c range_error(), and possibly other places.
18625
18626 @node Invalidation
18627 @section Invalidation Notices
18628
18629 @cindex annotations for invalidation messages
18630 The following annotations say that certain pieces of state may have
18631 changed.
18632
18633 @table @code
18634 @findex frames-invalid
18635 @item ^Z^Zframes-invalid
18636
18637 The frames (for example, output from the @code{backtrace} command) may
18638 have changed.
18639
18640 @findex breakpoints-invalid
18641 @item ^Z^Zbreakpoints-invalid
18642
18643 The breakpoints may have changed.  For example, the user just added or
18644 deleted a breakpoint.
18645 @end table
18646
18647 @node Annotations for Running
18648 @section Running the Program
18649 @cindex annotations for running programs
18650
18651 @findex starting
18652 @findex stopping
18653 When the program starts executing due to a @value{GDBN} command such as
18654 @code{step} or @code{continue},
18655
18656 @smallexample
18657 ^Z^Zstarting
18658 @end smallexample
18659
18660 is output.  When the program stops,
18661
18662 @smallexample
18663 ^Z^Zstopped
18664 @end smallexample
18665
18666 is output.  Before the @code{stopped} annotation, a variety of
18667 annotations describe how the program stopped.
18668
18669 @table @code
18670 @findex exited
18671 @item ^Z^Zexited @var{exit-status}
18672 The program exited, and @var{exit-status} is the exit status (zero for
18673 successful exit, otherwise nonzero).
18674
18675 @findex signalled
18676 @findex signal-name
18677 @findex signal-name-end
18678 @findex signal-string
18679 @findex signal-string-end
18680 @item ^Z^Zsignalled
18681 The program exited with a signal.  After the @code{^Z^Zsignalled}, the
18682 annotation continues:
18683
18684 @smallexample
18685 @var{intro-text}
18686 ^Z^Zsignal-name
18687 @var{name}
18688 ^Z^Zsignal-name-end
18689 @var{middle-text}
18690 ^Z^Zsignal-string
18691 @var{string}
18692 ^Z^Zsignal-string-end
18693 @var{end-text}
18694 @end smallexample
18695
18696 @noindent
18697 where @var{name} is the name of the signal, such as @code{SIGILL} or
18698 @code{SIGSEGV}, and @var{string} is the explanation of the signal, such
18699 as @code{Illegal Instruction} or @code{Segmentation fault}.
18700 @var{intro-text}, @var{middle-text}, and @var{end-text} are for the
18701 user's benefit and have no particular format.
18702
18703 @findex signal
18704 @item ^Z^Zsignal
18705 The syntax of this annotation is just like @code{signalled}, but @value{GDBN} is
18706 just saying that the program received the signal, not that it was
18707 terminated with it.
18708
18709 @findex breakpoint
18710 @item ^Z^Zbreakpoint @var{number}
18711 The program hit breakpoint number @var{number}.
18712
18713 @findex watchpoint
18714 @item ^Z^Zwatchpoint @var{number}
18715 The program hit watchpoint number @var{number}.
18716 @end table
18717
18718 @node Source Annotations
18719 @section Displaying Source
18720 @cindex annotations for source display
18721
18722 @findex source
18723 The following annotation is used instead of displaying source code:
18724
18725 @smallexample
18726 ^Z^Zsource @var{filename}:@var{line}:@var{character}:@var{middle}:@var{addr}
18727 @end smallexample
18728
18729 where @var{filename} is an absolute file name indicating which source
18730 file, @var{line} is the line number within that file (where 1 is the
18731 first line in the file), @var{character} is the character position
18732 within the file (where 0 is the first character in the file) (for most
18733 debug formats this will necessarily point to the beginning of a line),
18734 @var{middle} is @samp{middle} if @var{addr} is in the middle of the
18735 line, or @samp{beg} if @var{addr} is at the beginning of the line, and
18736 @var{addr} is the address in the target program associated with the
18737 source which is being displayed.  @var{addr} is in the form @samp{0x}
18738 followed by one or more lowercase hex digits (note that this does not
18739 depend on the language).
18740
18741 @node GDB Bugs
18742 @chapter Reporting Bugs in @value{GDBN}
18743 @cindex bugs in @value{GDBN}
18744 @cindex reporting bugs in @value{GDBN}
18745
18746 Your bug reports play an essential role in making @value{GDBN} reliable.
18747
18748 Reporting a bug may help you by bringing a solution to your problem, or it
18749 may not.  But in any case the principal function of a bug report is to help
18750 the entire community by making the next version of @value{GDBN} work better.  Bug
18751 reports are your contribution to the maintenance of @value{GDBN}.
18752
18753 In order for a bug report to serve its purpose, you must include the
18754 information that enables us to fix the bug.
18755
18756 @menu
18757 * Bug Criteria::                Have you found a bug?
18758 * Bug Reporting::               How to report bugs
18759 @end menu
18760
18761 @node Bug Criteria
18762 @section Have you found a bug?
18763 @cindex bug criteria
18764
18765 If you are not sure whether you have found a bug, here are some guidelines:
18766
18767 @itemize @bullet
18768 @cindex fatal signal
18769 @cindex debugger crash
18770 @cindex crash of debugger
18771 @item
18772 If the debugger gets a fatal signal, for any input whatever, that is a
18773 @value{GDBN} bug.  Reliable debuggers never crash.
18774
18775 @cindex error on valid input
18776 @item
18777 If @value{GDBN} produces an error message for valid input, that is a
18778 bug.  (Note that if you're cross debugging, the problem may also be
18779 somewhere in the connection to the target.)
18780
18781 @cindex invalid input
18782 @item
18783 If @value{GDBN} does not produce an error message for invalid input,
18784 that is a bug.  However, you should note that your idea of
18785 ``invalid input'' might be our idea of ``an extension'' or ``support
18786 for traditional practice''.
18787
18788 @item
18789 If you are an experienced user of debugging tools, your suggestions
18790 for improvement of @value{GDBN} are welcome in any case.
18791 @end itemize
18792
18793 @node Bug Reporting
18794 @section How to report bugs
18795 @cindex bug reports
18796 @cindex @value{GDBN} bugs, reporting
18797
18798 A number of companies and individuals offer support for @sc{gnu} products.
18799 If you obtained @value{GDBN} from a support organization, we recommend you
18800 contact that organization first.
18801
18802 You can find contact information for many support companies and
18803 individuals in the file @file{etc/SERVICE} in the @sc{gnu} Emacs
18804 distribution.
18805 @c should add a web page ref...
18806
18807 In any event, we also recommend that you submit bug reports for
18808 @value{GDBN}.  The prefered method is to submit them directly using
18809 @uref{http://www.gnu.org/software/gdb/bugs/, @value{GDBN}'s Bugs web
18810 page}.  Alternatively, the @email{bug-gdb@@gnu.org, e-mail gateway} can
18811 be used.
18812
18813 @strong{Do not send bug reports to @samp{info-gdb}, or to
18814 @samp{help-gdb}, or to any newsgroups.}  Most users of @value{GDBN} do
18815 not want to receive bug reports.  Those that do have arranged to receive
18816 @samp{bug-gdb}.
18817
18818 The mailing list @samp{bug-gdb} has a newsgroup @samp{gnu.gdb.bug} which
18819 serves as a repeater.  The mailing list and the newsgroup carry exactly
18820 the same messages.  Often people think of posting bug reports to the
18821 newsgroup instead of mailing them.  This appears to work, but it has one
18822 problem which can be crucial: a newsgroup posting often lacks a mail
18823 path back to the sender.  Thus, if we need to ask for more information,
18824 we may be unable to reach you.  For this reason, it is better to send
18825 bug reports to the mailing list.
18826
18827 The fundamental principle of reporting bugs usefully is this:
18828 @strong{report all the facts}.  If you are not sure whether to state a
18829 fact or leave it out, state it!
18830
18831 Often people omit facts because they think they know what causes the
18832 problem and assume that some details do not matter.  Thus, you might
18833 assume that the name of the variable you use in an example does not matter.
18834 Well, probably it does not, but one cannot be sure.  Perhaps the bug is a
18835 stray memory reference which happens to fetch from the location where that
18836 name is stored in memory; perhaps, if the name were different, the contents
18837 of that location would fool the debugger into doing the right thing despite
18838 the bug.  Play it safe and give a specific, complete example.  That is the
18839 easiest thing for you to do, and the most helpful.
18840
18841 Keep in mind that the purpose of a bug report is to enable us to fix the
18842 bug.  It may be that the bug has been reported previously, but neither
18843 you nor we can know that unless your bug report is complete and
18844 self-contained.
18845
18846 Sometimes people give a few sketchy facts and ask, ``Does this ring a
18847 bell?''  Those bug reports are useless, and we urge everyone to
18848 @emph{refuse to respond to them} except to chide the sender to report
18849 bugs properly.
18850
18851 To enable us to fix the bug, you should include all these things:
18852
18853 @itemize @bullet
18854 @item
18855 The version of @value{GDBN}.  @value{GDBN} announces it if you start
18856 with no arguments; you can also print it at any time using @code{show
18857 version}.
18858
18859 Without this, we will not know whether there is any point in looking for
18860 the bug in the current version of @value{GDBN}.
18861
18862 @item
18863 The type of machine you are using, and the operating system name and
18864 version number.
18865
18866 @item
18867 What compiler (and its version) was used to compile @value{GDBN}---e.g.
18868 ``@value{GCC}--2.8.1''.
18869
18870 @item
18871 What compiler (and its version) was used to compile the program you are
18872 debugging---e.g.  ``@value{GCC}--2.8.1'', or ``HP92453-01 A.10.32.03 HP
18873 C Compiler''.  For GCC, you can say @code{gcc --version} to get this
18874 information; for other compilers, see the documentation for those
18875 compilers.
18876
18877 @item
18878 The command arguments you gave the compiler to compile your example and
18879 observe the bug.  For example, did you use @samp{-O}?  To guarantee
18880 you will not omit something important, list them all.  A copy of the
18881 Makefile (or the output from make) is sufficient.
18882
18883 If we were to try to guess the arguments, we would probably guess wrong
18884 and then we might not encounter the bug.
18885
18886 @item
18887 A complete input script, and all necessary source files, that will
18888 reproduce the bug.
18889
18890 @item
18891 A description of what behavior you observe that you believe is
18892 incorrect.  For example, ``It gets a fatal signal.''
18893
18894 Of course, if the bug is that @value{GDBN} gets a fatal signal, then we
18895 will certainly notice it.  But if the bug is incorrect output, we might
18896 not notice unless it is glaringly wrong.  You might as well not give us
18897 a chance to make a mistake.
18898
18899 Even if the problem you experience is a fatal signal, you should still
18900 say so explicitly.  Suppose something strange is going on, such as, your
18901 copy of @value{GDBN} is out of synch, or you have encountered a bug in
18902 the C library on your system.  (This has happened!)  Your copy might
18903 crash and ours would not.  If you told us to expect a crash, then when
18904 ours fails to crash, we would know that the bug was not happening for
18905 us.  If you had not told us to expect a crash, then we would not be able
18906 to draw any conclusion from our observations.
18907
18908 @item
18909 If you wish to suggest changes to the @value{GDBN} source, send us context
18910 diffs.  If you even discuss something in the @value{GDBN} source, refer to
18911 it by context, not by line number.
18912
18913 The line numbers in our development sources will not match those in your
18914 sources.  Your line numbers would convey no useful information to us.
18915
18916 @end itemize
18917
18918 Here are some things that are not necessary:
18919
18920 @itemize @bullet
18921 @item
18922 A description of the envelope of the bug.
18923
18924 Often people who encounter a bug spend a lot of time investigating
18925 which changes to the input file will make the bug go away and which
18926 changes will not affect it.
18927
18928 This is often time consuming and not very useful, because the way we
18929 will find the bug is by running a single example under the debugger
18930 with breakpoints, not by pure deduction from a series of examples.
18931 We recommend that you save your time for something else.
18932
18933 Of course, if you can find a simpler example to report @emph{instead}
18934 of the original one, that is a convenience for us.  Errors in the
18935 output will be easier to spot, running under the debugger will take
18936 less time, and so on.
18937
18938 However, simplification is not vital; if you do not want to do this,
18939 report the bug anyway and send us the entire test case you used.
18940
18941 @item
18942 A patch for the bug.
18943
18944 A patch for the bug does help us if it is a good one.  But do not omit
18945 the necessary information, such as the test case, on the assumption that
18946 a patch is all we need.  We might see problems with your patch and decide
18947 to fix the problem another way, or we might not understand it at all.
18948
18949 Sometimes with a program as complicated as @value{GDBN} it is very hard to
18950 construct an example that will make the program follow a certain path
18951 through the code.  If you do not send us the example, we will not be able
18952 to construct one, so we will not be able to verify that the bug is fixed.
18953
18954 And if we cannot understand what bug you are trying to fix, or why your
18955 patch should be an improvement, we will not install it.  A test case will
18956 help us to understand.
18957
18958 @item
18959 A guess about what the bug is or what it depends on.
18960
18961 Such guesses are usually wrong.  Even we cannot guess right about such
18962 things without first using the debugger to find the facts.
18963 @end itemize
18964
18965 @c The readline documentation is distributed with the readline code
18966 @c and consists of the two following files:
18967 @c     rluser.texinfo
18968 @c     inc-hist.texinfo
18969 @c Use -I with makeinfo to point to the appropriate directory,
18970 @c environment var TEXINPUTS with TeX.
18971 @include rluser.texinfo
18972 @include inc-hist.texinfo
18973
18974
18975 @node Formatting Documentation
18976 @appendix Formatting Documentation
18977
18978 @cindex @value{GDBN} reference card
18979 @cindex reference card
18980 The @value{GDBN} 4 release includes an already-formatted reference card, ready
18981 for printing with PostScript or Ghostscript, in the @file{gdb}
18982 subdirectory of the main source directory@footnote{In
18983 @file{gdb-@value{GDBVN}/gdb/refcard.ps} of the version @value{GDBVN}
18984 release.}.  If you can use PostScript or Ghostscript with your printer,
18985 you can print the reference card immediately with @file{refcard.ps}.
18986
18987 The release also includes the source for the reference card.  You
18988 can format it, using @TeX{}, by typing:
18989
18990 @smallexample
18991 make refcard.dvi
18992 @end smallexample
18993
18994 The @value{GDBN} reference card is designed to print in @dfn{landscape}
18995 mode on US ``letter'' size paper;
18996 that is, on a sheet 11 inches wide by 8.5 inches
18997 high.  You will need to specify this form of printing as an option to
18998 your @sc{dvi} output program.
18999
19000 @cindex documentation
19001
19002 All the documentation for @value{GDBN} comes as part of the machine-readable
19003 distribution.  The documentation is written in Texinfo format, which is
19004 a documentation system that uses a single source file to produce both
19005 on-line information and a printed manual.  You can use one of the Info
19006 formatting commands to create the on-line version of the documentation
19007 and @TeX{} (or @code{texi2roff}) to typeset the printed version.
19008
19009 @value{GDBN} includes an already formatted copy of the on-line Info
19010 version of this manual in the @file{gdb} subdirectory.  The main Info
19011 file is @file{gdb-@value{GDBVN}/gdb/gdb.info}, and it refers to
19012 subordinate files matching @samp{gdb.info*} in the same directory.  If
19013 necessary, you can print out these files, or read them with any editor;
19014 but they are easier to read using the @code{info} subsystem in @sc{gnu}
19015 Emacs or the standalone @code{info} program, available as part of the
19016 @sc{gnu} Texinfo distribution.
19017
19018 If you want to format these Info files yourself, you need one of the
19019 Info formatting programs, such as @code{texinfo-format-buffer} or
19020 @code{makeinfo}.
19021
19022 If you have @code{makeinfo} installed, and are in the top level
19023 @value{GDBN} source directory (@file{gdb-@value{GDBVN}}, in the case of
19024 version @value{GDBVN}), you can make the Info file by typing:
19025
19026 @smallexample
19027 cd gdb
19028 make gdb.info
19029 @end smallexample
19030
19031 If you want to typeset and print copies of this manual, you need @TeX{},
19032 a program to print its @sc{dvi} output files, and @file{texinfo.tex}, the
19033 Texinfo definitions file.
19034
19035 @TeX{} is a typesetting program; it does not print files directly, but
19036 produces output files called @sc{dvi} files.  To print a typeset
19037 document, you need a program to print @sc{dvi} files.  If your system
19038 has @TeX{} installed, chances are it has such a program.  The precise
19039 command to use depends on your system; @kbd{lpr -d} is common; another
19040 (for PostScript devices) is @kbd{dvips}.  The @sc{dvi} print command may
19041 require a file name without any extension or a @samp{.dvi} extension.
19042
19043 @TeX{} also requires a macro definitions file called
19044 @file{texinfo.tex}.  This file tells @TeX{} how to typeset a document
19045 written in Texinfo format.  On its own, @TeX{} cannot either read or
19046 typeset a Texinfo file.  @file{texinfo.tex} is distributed with GDB
19047 and is located in the @file{gdb-@var{version-number}/texinfo}
19048 directory.
19049
19050 If you have @TeX{} and a @sc{dvi} printer program installed, you can
19051 typeset and print this manual.  First switch to the the @file{gdb}
19052 subdirectory of the main source directory (for example, to
19053 @file{gdb-@value{GDBVN}/gdb}) and type:
19054
19055 @smallexample
19056 make gdb.dvi
19057 @end smallexample
19058
19059 Then give @file{gdb.dvi} to your @sc{dvi} printing program.
19060
19061 @node Installing GDB
19062 @appendix Installing @value{GDBN}
19063 @cindex configuring @value{GDBN}
19064 @cindex installation
19065 @cindex configuring @value{GDBN}, and source tree subdirectories
19066
19067 @value{GDBN} comes with a @code{configure} script that automates the process
19068 of preparing @value{GDBN} for installation; you can then use @code{make} to
19069 build the @code{gdb} program.
19070 @iftex
19071 @c irrelevant in info file; it's as current as the code it lives with.
19072 @footnote{If you have a more recent version of @value{GDBN} than @value{GDBVN},
19073 look at the @file{README} file in the sources; we may have improved the
19074 installation procedures since publishing this manual.}
19075 @end iftex
19076
19077 The @value{GDBN} distribution includes all the source code you need for
19078 @value{GDBN} in a single directory, whose name is usually composed by
19079 appending the version number to @samp{gdb}.
19080
19081 For example, the @value{GDBN} version @value{GDBVN} distribution is in the
19082 @file{gdb-@value{GDBVN}} directory.  That directory contains:
19083
19084 @table @code
19085 @item gdb-@value{GDBVN}/configure @r{(and supporting files)}
19086 script for configuring @value{GDBN} and all its supporting libraries
19087
19088 @item gdb-@value{GDBVN}/gdb
19089 the source specific to @value{GDBN} itself
19090
19091 @item gdb-@value{GDBVN}/bfd
19092 source for the Binary File Descriptor library
19093
19094 @item gdb-@value{GDBVN}/include
19095 @sc{gnu} include files
19096
19097 @item gdb-@value{GDBVN}/libiberty
19098 source for the @samp{-liberty} free software library
19099
19100 @item gdb-@value{GDBVN}/opcodes
19101 source for the library of opcode tables and disassemblers
19102
19103 @item gdb-@value{GDBVN}/readline
19104 source for the @sc{gnu} command-line interface
19105
19106 @item gdb-@value{GDBVN}/glob
19107 source for the @sc{gnu} filename pattern-matching subroutine
19108
19109 @item gdb-@value{GDBVN}/mmalloc
19110 source for the @sc{gnu} memory-mapped malloc package
19111 @end table
19112
19113 The simplest way to configure and build @value{GDBN} is to run @code{configure}
19114 from the @file{gdb-@var{version-number}} source directory, which in
19115 this example is the @file{gdb-@value{GDBVN}} directory.
19116
19117 First switch to the @file{gdb-@var{version-number}} source directory
19118 if you are not already in it; then run @code{configure}.  Pass the
19119 identifier for the platform on which @value{GDBN} will run as an
19120 argument.
19121
19122 For example:
19123
19124 @smallexample
19125 cd gdb-@value{GDBVN}
19126 ./configure @var{host}
19127 make
19128 @end smallexample
19129
19130 @noindent
19131 where @var{host} is an identifier such as @samp{sun4} or
19132 @samp{decstation}, that identifies the platform where @value{GDBN} will run.
19133 (You can often leave off @var{host}; @code{configure} tries to guess the
19134 correct value by examining your system.)
19135
19136 Running @samp{configure @var{host}} and then running @code{make} builds the
19137 @file{bfd}, @file{readline}, @file{mmalloc}, and @file{libiberty}
19138 libraries, then @code{gdb} itself.  The configured source files, and the
19139 binaries, are left in the corresponding source directories.
19140
19141 @need 750
19142 @code{configure} is a Bourne-shell (@code{/bin/sh}) script; if your
19143 system does not recognize this automatically when you run a different
19144 shell, you may need to run @code{sh} on it explicitly:
19145
19146 @smallexample
19147 sh configure @var{host}
19148 @end smallexample
19149
19150 If you run @code{configure} from a directory that contains source
19151 directories for multiple libraries or programs, such as the
19152 @file{gdb-@value{GDBVN}} source directory for version @value{GDBVN}, @code{configure}
19153 creates configuration files for every directory level underneath (unless
19154 you tell it not to, with the @samp{--norecursion} option).
19155
19156 You should run the @code{configure} script from the top directory in the
19157 source tree, the @file{gdb-@var{version-number}} directory.  If you run
19158 @code{configure} from one of the subdirectories, you will configure only
19159 that subdirectory.  That is usually not what you want.  In particular,
19160 if you run the first @code{configure} from the @file{gdb} subdirectory
19161 of the @file{gdb-@var{version-number}} directory, you will omit the
19162 configuration of @file{bfd}, @file{readline}, and other sibling
19163 directories of the @file{gdb} subdirectory.  This leads to build errors
19164 about missing include files such as @file{bfd/bfd.h}.
19165
19166 You can install @code{@value{GDBP}} anywhere; it has no hardwired paths.
19167 However, you should make sure that the shell on your path (named by
19168 the @samp{SHELL} environment variable) is publicly readable.  Remember
19169 that @value{GDBN} uses the shell to start your program---some systems refuse to
19170 let @value{GDBN} debug child processes whose programs are not readable.
19171
19172 @menu
19173 * Separate Objdir::             Compiling @value{GDBN} in another directory
19174 * Config Names::                Specifying names for hosts and targets
19175 * Configure Options::           Summary of options for configure
19176 @end menu
19177
19178 @node Separate Objdir
19179 @section Compiling @value{GDBN} in another directory
19180
19181 If you want to run @value{GDBN} versions for several host or target machines,
19182 you need a different @code{gdb} compiled for each combination of
19183 host and target.  @code{configure} is designed to make this easy by
19184 allowing you to generate each configuration in a separate subdirectory,
19185 rather than in the source directory.  If your @code{make} program
19186 handles the @samp{VPATH} feature (@sc{gnu} @code{make} does), running
19187 @code{make} in each of these directories builds the @code{gdb}
19188 program specified there.
19189
19190 To build @code{gdb} in a separate directory, run @code{configure}
19191 with the @samp{--srcdir} option to specify where to find the source.
19192 (You also need to specify a path to find @code{configure}
19193 itself from your working directory.  If the path to @code{configure}
19194 would be the same as the argument to @samp{--srcdir}, you can leave out
19195 the @samp{--srcdir} option; it is assumed.)
19196
19197 For example, with version @value{GDBVN}, you can build @value{GDBN} in a
19198 separate directory for a Sun 4 like this:
19199
19200 @smallexample
19201 @group
19202 cd gdb-@value{GDBVN}
19203 mkdir ../gdb-sun4
19204 cd ../gdb-sun4
19205 ../gdb-@value{GDBVN}/configure sun4
19206 make
19207 @end group
19208 @end smallexample
19209
19210 When @code{configure} builds a configuration using a remote source
19211 directory, it creates a tree for the binaries with the same structure
19212 (and using the same names) as the tree under the source directory.  In
19213 the example, you'd find the Sun 4 library @file{libiberty.a} in the
19214 directory @file{gdb-sun4/libiberty}, and @value{GDBN} itself in
19215 @file{gdb-sun4/gdb}.
19216
19217 Make sure that your path to the @file{configure} script has just one
19218 instance of @file{gdb} in it.  If your path to @file{configure} looks
19219 like @file{../gdb-@value{GDBVN}/gdb/configure}, you are configuring only
19220 one subdirectory of @value{GDBN}, not the whole package.  This leads to
19221 build errors about missing include files such as @file{bfd/bfd.h}.
19222
19223 One popular reason to build several @value{GDBN} configurations in separate
19224 directories is to configure @value{GDBN} for cross-compiling (where
19225 @value{GDBN} runs on one machine---the @dfn{host}---while debugging
19226 programs that run on another machine---the @dfn{target}).
19227 You specify a cross-debugging target by
19228 giving the @samp{--target=@var{target}} option to @code{configure}.
19229
19230 When you run @code{make} to build a program or library, you must run
19231 it in a configured directory---whatever directory you were in when you
19232 called @code{configure} (or one of its subdirectories).
19233
19234 The @code{Makefile} that @code{configure} generates in each source
19235 directory also runs recursively.  If you type @code{make} in a source
19236 directory such as @file{gdb-@value{GDBVN}} (or in a separate configured
19237 directory configured with @samp{--srcdir=@var{dirname}/gdb-@value{GDBVN}}), you
19238 will build all the required libraries, and then build GDB.
19239
19240 When you have multiple hosts or targets configured in separate
19241 directories, you can run @code{make} on them in parallel (for example,
19242 if they are NFS-mounted on each of the hosts); they will not interfere
19243 with each other.
19244
19245 @node Config Names
19246 @section Specifying names for hosts and targets
19247
19248 The specifications used for hosts and targets in the @code{configure}
19249 script are based on a three-part naming scheme, but some short predefined
19250 aliases are also supported.  The full naming scheme encodes three pieces
19251 of information in the following pattern:
19252
19253 @smallexample
19254 @var{architecture}-@var{vendor}-@var{os}
19255 @end smallexample
19256
19257 For example, you can use the alias @code{sun4} as a @var{host} argument,
19258 or as the value for @var{target} in a @code{--target=@var{target}}
19259 option.  The equivalent full name is @samp{sparc-sun-sunos4}.
19260
19261 The @code{configure} script accompanying @value{GDBN} does not provide
19262 any query facility to list all supported host and target names or
19263 aliases.  @code{configure} calls the Bourne shell script
19264 @code{config.sub} to map abbreviations to full names; you can read the
19265 script, if you wish, or you can use it to test your guesses on
19266 abbreviations---for example:
19267
19268 @smallexample
19269 % sh config.sub i386-linux
19270 i386-pc-linux-gnu
19271 % sh config.sub alpha-linux
19272 alpha-unknown-linux-gnu
19273 % sh config.sub hp9k700
19274 hppa1.1-hp-hpux
19275 % sh config.sub sun4
19276 sparc-sun-sunos4.1.1
19277 % sh config.sub sun3
19278 m68k-sun-sunos4.1.1
19279 % sh config.sub i986v
19280 Invalid configuration `i986v': machine `i986v' not recognized
19281 @end smallexample
19282
19283 @noindent
19284 @code{config.sub} is also distributed in the @value{GDBN} source
19285 directory (@file{gdb-@value{GDBVN}}, for version @value{GDBVN}).
19286
19287 @node Configure Options
19288 @section @code{configure} options
19289
19290 Here is a summary of the @code{configure} options and arguments that
19291 are most often useful for building @value{GDBN}.  @code{configure} also has
19292 several other options not listed here.  @inforef{What Configure
19293 Does,,configure.info}, for a full explanation of @code{configure}.
19294
19295 @smallexample
19296 configure @r{[}--help@r{]}
19297           @r{[}--prefix=@var{dir}@r{]}
19298           @r{[}--exec-prefix=@var{dir}@r{]}
19299           @r{[}--srcdir=@var{dirname}@r{]}
19300           @r{[}--norecursion@r{]} @r{[}--rm@r{]}
19301           @r{[}--target=@var{target}@r{]}
19302           @var{host}
19303 @end smallexample
19304
19305 @noindent
19306 You may introduce options with a single @samp{-} rather than
19307 @samp{--} if you prefer; but you may abbreviate option names if you use
19308 @samp{--}.
19309
19310 @table @code
19311 @item --help
19312 Display a quick summary of how to invoke @code{configure}.
19313
19314 @item --prefix=@var{dir}
19315 Configure the source to install programs and files under directory
19316 @file{@var{dir}}.
19317
19318 @item --exec-prefix=@var{dir}
19319 Configure the source to install programs under directory
19320 @file{@var{dir}}.
19321
19322 @c avoid splitting the warning from the explanation:
19323 @need 2000
19324 @item --srcdir=@var{dirname}
19325 @strong{Warning: using this option requires @sc{gnu} @code{make}, or another
19326 @code{make} that implements the @code{VPATH} feature.}@*
19327 Use this option to make configurations in directories separate from the
19328 @value{GDBN} source directories.  Among other things, you can use this to
19329 build (or maintain) several configurations simultaneously, in separate
19330 directories.  @code{configure} writes configuration specific files in
19331 the current directory, but arranges for them to use the source in the
19332 directory @var{dirname}.  @code{configure} creates directories under
19333 the working directory in parallel to the source directories below
19334 @var{dirname}.
19335
19336 @item --norecursion
19337 Configure only the directory level where @code{configure} is executed; do not
19338 propagate configuration to subdirectories.
19339
19340 @item --target=@var{target}
19341 Configure @value{GDBN} for cross-debugging programs running on the specified
19342 @var{target}.  Without this option, @value{GDBN} is configured to debug
19343 programs that run on the same machine (@var{host}) as @value{GDBN} itself.
19344
19345 There is no convenient way to generate a list of all available targets.
19346
19347 @item @var{host} @dots{}
19348 Configure @value{GDBN} to run on the specified @var{host}.
19349
19350 There is no convenient way to generate a list of all available hosts.
19351 @end table
19352
19353 There are many other options available as well, but they are generally
19354 needed for special purposes only.
19355
19356 @node Maintenance Commands
19357 @appendix Maintenance Commands
19358 @cindex maintenance commands
19359 @cindex internal commands
19360
19361 In addition to commands intended for @value{GDBN} users, @value{GDBN}
19362 includes a number of commands intended for @value{GDBN} developers.
19363 These commands are provided here for reference.
19364
19365 @table @code
19366 @kindex maint info breakpoints
19367 @item @anchor{maint info breakpoints}maint info breakpoints
19368 Using the same format as @samp{info breakpoints}, display both the
19369 breakpoints you've set explicitly, and those @value{GDBN} is using for
19370 internal purposes.  Internal breakpoints are shown with negative
19371 breakpoint numbers.  The type column identifies what kind of breakpoint
19372 is shown:
19373
19374 @table @code
19375 @item breakpoint
19376 Normal, explicitly set breakpoint.
19377
19378 @item watchpoint
19379 Normal, explicitly set watchpoint.
19380
19381 @item longjmp
19382 Internal breakpoint, used to handle correctly stepping through
19383 @code{longjmp} calls.
19384
19385 @item longjmp resume
19386 Internal breakpoint at the target of a @code{longjmp}.
19387
19388 @item until
19389 Temporary internal breakpoint used by the @value{GDBN} @code{until} command.
19390
19391 @item finish
19392 Temporary internal breakpoint used by the @value{GDBN} @code{finish} command.
19393
19394 @item shlib events
19395 Shared library events.
19396
19397 @end table
19398
19399 @kindex maint internal-error
19400 @kindex maint internal-warning
19401 @item maint internal-error
19402 @itemx maint internal-warning
19403 Cause @value{GDBN} to call the internal function @code{internal_error}
19404 or @code{internal_warning} and hence behave as though an internal error
19405 or internal warning has been detected.  In addition to reporting the
19406 internal problem, these functions give the user the opportunity to
19407 either quit @value{GDBN} or create a core file of the current
19408 @value{GDBN} session.
19409
19410 @smallexample
19411 (gdb) @kbd{maint internal-error testing, 1, 2}
19412 @dots{}/maint.c:121: internal-error: testing, 1, 2
19413 A problem internal to GDB has been detected.  Further
19414 debugging may prove unreliable.
19415 Quit this debugging session? (y or n) @kbd{n}
19416 Create a core file? (y or n) @kbd{n}
19417 (gdb)
19418 @end smallexample
19419
19420 Takes an optional parameter that is used as the text of the error or
19421 warning message.
19422
19423 @kindex maint print dummy-frames
19424 @item maint print dummy-frames
19425
19426 Prints the contents of @value{GDBN}'s internal dummy-frame stack.
19427
19428 @smallexample
19429 (gdb) @kbd{b add}
19430 @dots{}
19431 (gdb) @kbd{print add(2,3)}
19432 Breakpoint 2, add (a=2, b=3) at @dots{}
19433 58        return (a + b);
19434 The program being debugged stopped while in a function called from GDB.
19435 @dots{}
19436 (gdb) @kbd{maint print dummy-frames}
19437 0x1a57c80: pc=0x01014068 fp=0x0200bddc sp=0x0200bdd6
19438  top=0x0200bdd4 id=@{stack=0x200bddc,code=0x101405c@}
19439  call_lo=0x01014000 call_hi=0x01014001
19440 (gdb)
19441 @end smallexample
19442
19443 Takes an optional file parameter.
19444
19445 @kindex maint print registers
19446 @kindex maint print raw-registers
19447 @kindex maint print cooked-registers
19448 @kindex maint print register-groups
19449 @item maint print registers
19450 @itemx maint print raw-registers
19451 @itemx maint print cooked-registers
19452 @itemx maint print register-groups
19453 Print @value{GDBN}'s internal register data structures.
19454
19455 The command @code{maint print raw-registers} includes the contents of
19456 the raw register cache; the command @code{maint print cooked-registers}
19457 includes the (cooked) value of all registers; and the command
19458 @code{maint print register-groups} includes the groups that each
19459 register is a member of.  @xref{Registers,, Registers, gdbint,
19460 @value{GDBN} Internals}.
19461
19462 Takes an optional file parameter.
19463
19464 @kindex maint print reggroups
19465 @item maint print reggroups
19466 Print @value{GDBN}'s internal register group data structures.
19467
19468 Takes an optional file parameter.
19469
19470 @smallexample
19471 (gdb) @kbd{maint print reggroups}
19472  Group      Type
19473  general    user
19474  float      user
19475  all        user
19476  vector     user
19477  system     user
19478  save       internal
19479  restore    internal
19480 @end smallexample
19481
19482 @kindex maint set profile
19483 @kindex maint show profile
19484 @cindex profiling GDB
19485 @item maint set profile
19486 @itemx maint show profile
19487 Control profiling of @value{GDBN}.
19488
19489 Profiling will be disabled until you use the @samp{maint set profile}
19490 command to enable it.  When you enable profiling, the system will begin
19491 collecting timing and execution count data; when you disable profiling or
19492 exit @value{GDBN}, the results will be written to a log file.  Remember that
19493 if you use profiling, @value{GDBN} will overwrite the profiling log file
19494 (often called @file{gmon.out}).  If you have a record of important profiling
19495 data in a @file{gmon.out} file, be sure to move it to a safe location.
19496
19497 Configuring with @samp{--enable-profiling} arranges for @value{GDBN} to be
19498 compiled with the @samp{-pg} compiler option.
19499
19500 @end table
19501
19502
19503 @node Remote Protocol
19504 @appendix @value{GDBN} Remote Serial Protocol
19505
19506 @menu
19507 * Overview::
19508 * Packets::
19509 * Stop Reply Packets::
19510 * General Query Packets::
19511 * Register Packet Format::
19512 * Examples::
19513 * File-I/O remote protocol extension::
19514 @end menu
19515
19516 @node Overview
19517 @section Overview
19518
19519 There may be occasions when you need to know something about the
19520 protocol---for example, if there is only one serial port to your target
19521 machine, you might want your program to do something special if it
19522 recognizes a packet meant for @value{GDBN}.
19523
19524 In the examples below, @samp{->} and @samp{<-} are used to indicate
19525 transmitted and received data respectfully.
19526
19527 @cindex protocol, @value{GDBN} remote serial
19528 @cindex serial protocol, @value{GDBN} remote
19529 @cindex remote serial protocol
19530 All @value{GDBN} commands and responses (other than acknowledgments) are
19531 sent as a @var{packet}.  A @var{packet} is introduced with the character
19532 @samp{$}, the actual @var{packet-data}, and the terminating character
19533 @samp{#} followed by a two-digit @var{checksum}:
19534
19535 @smallexample
19536 @code{$}@var{packet-data}@code{#}@var{checksum}
19537 @end smallexample
19538 @noindent
19539
19540 @cindex checksum, for @value{GDBN} remote
19541 @noindent
19542 The two-digit @var{checksum} is computed as the modulo 256 sum of all
19543 characters between the leading @samp{$} and the trailing @samp{#} (an
19544 eight bit unsigned checksum).
19545
19546 Implementors should note that prior to @value{GDBN} 5.0 the protocol
19547 specification also included an optional two-digit @var{sequence-id}:
19548
19549 @smallexample
19550 @code{$}@var{sequence-id}@code{:}@var{packet-data}@code{#}@var{checksum}
19551 @end smallexample
19552
19553 @cindex sequence-id, for @value{GDBN} remote
19554 @noindent
19555 That @var{sequence-id} was appended to the acknowledgment.  @value{GDBN}
19556 has never output @var{sequence-id}s.  Stubs that handle packets added
19557 since @value{GDBN} 5.0 must not accept @var{sequence-id}.
19558
19559 @cindex acknowledgment, for @value{GDBN} remote
19560 When either the host or the target machine receives a packet, the first
19561 response expected is an acknowledgment: either @samp{+} (to indicate
19562 the package was received correctly) or @samp{-} (to request
19563 retransmission):
19564
19565 @smallexample
19566 -> @code{$}@var{packet-data}@code{#}@var{checksum}
19567 <- @code{+}
19568 @end smallexample
19569 @noindent
19570
19571 The host (@value{GDBN}) sends @var{command}s, and the target (the
19572 debugging stub incorporated in your program) sends a @var{response}.  In
19573 the case of step and continue @var{command}s, the response is only sent
19574 when the operation has completed (the target has again stopped).
19575
19576 @var{packet-data} consists of a sequence of characters with the
19577 exception of @samp{#} and @samp{$} (see @samp{X} packet for additional
19578 exceptions).
19579
19580 Fields within the packet should be separated using @samp{,} @samp{;} or
19581 @cindex remote protocol, field separator
19582 @samp{:}.  Except where otherwise noted all numbers are represented in
19583 @sc{hex} with leading zeros suppressed.
19584
19585 Implementors should note that prior to @value{GDBN} 5.0, the character
19586 @samp{:} could not appear as the third character in a packet (as it
19587 would potentially conflict with the @var{sequence-id}).
19588
19589 Response @var{data} can be run-length encoded to save space.  A @samp{*}
19590 means that the next character is an @sc{ascii} encoding giving a repeat count
19591 which stands for that many repetitions of the character preceding the
19592 @samp{*}.  The encoding is @code{n+29}, yielding a printable character
19593 where @code{n >=3} (which is where rle starts to win).  The printable
19594 characters @samp{$}, @samp{#}, @samp{+} and @samp{-} or with a numeric
19595 value greater than 126 should not be used.
19596
19597 So:
19598 @smallexample
19599 "@code{0* }"
19600 @end smallexample
19601 @noindent
19602 means the same as "0000".
19603
19604 The error response returned for some packets includes a two character
19605 error number.  That number is not well defined.
19606
19607 For any @var{command} not supported by the stub, an empty response
19608 (@samp{$#00}) should be returned.  That way it is possible to extend the
19609 protocol.  A newer @value{GDBN} can tell if a packet is supported based
19610 on that response.
19611
19612 A stub is required to support the @samp{g}, @samp{G}, @samp{m}, @samp{M},
19613 @samp{c}, and @samp{s} @var{command}s.  All other @var{command}s are
19614 optional.
19615
19616 @node Packets
19617 @section Packets
19618
19619 The following table provides a complete list of all currently defined
19620 @var{command}s and their corresponding response @var{data}.
19621
19622 @table @r
19623
19624 @item @code{!} --- extended mode
19625 @cindex @code{!} packet
19626
19627 Enable extended mode.  In extended mode, the remote server is made
19628 persistent.  The @samp{R} packet is used to restart the program being
19629 debugged.
19630
19631 Reply:
19632 @table @samp
19633 @item OK
19634 The remote target both supports and has enabled extended mode.
19635 @end table
19636
19637 @item @code{?} --- last signal
19638 @cindex @code{?} packet
19639
19640 Indicate the reason the target halted.  The reply is the same as for
19641 step and continue.
19642
19643 Reply:
19644 @xref{Stop Reply Packets}, for the reply specifications.
19645
19646 @item @code{a} --- reserved
19647
19648 Reserved for future use.
19649
19650 @item @code{A}@var{arglen}@code{,}@var{argnum}@code{,}@var{arg}@code{,@dots{}} ---  set program arguments @strong{(reserved)}
19651 @cindex @code{A} packet
19652
19653 Initialized @samp{argv[]} array passed into program. @var{arglen}
19654 specifies the number of bytes in the hex encoded byte stream @var{arg}.
19655 See @code{gdbserver} for more details.
19656
19657 Reply:
19658 @table @samp
19659 @item OK
19660 @item E@var{NN}
19661 @end table
19662
19663 @item @code{b}@var{baud} --- set baud @strong{(deprecated)}
19664 @cindex @code{b} packet
19665
19666 Change the serial line speed to @var{baud}.
19667
19668 JTC: @emph{When does the transport layer state change?  When it's
19669 received, or after the ACK is transmitted.  In either case, there are
19670 problems if the command or the acknowledgment packet is dropped.}
19671
19672 Stan: @emph{If people really wanted to add something like this, and get
19673 it working for the first time, they ought to modify ser-unix.c to send
19674 some kind of out-of-band message to a specially-setup stub and have the
19675 switch happen "in between" packets, so that from remote protocol's point
19676 of view, nothing actually happened.}
19677
19678 @item @code{B}@var{addr},@var{mode} --- set breakpoint @strong{(deprecated)}
19679 @cindex @code{B} packet
19680
19681 Set (@var{mode} is @samp{S}) or clear (@var{mode} is @samp{C}) a
19682 breakpoint at @var{addr}.
19683
19684 This packet has been replaced by the @samp{Z} and @samp{z} packets
19685 (@pxref{insert breakpoint or watchpoint packet}).
19686
19687 @item @code{c}@var{addr} --- continue
19688 @cindex @code{c} packet
19689
19690 @var{addr} is address to resume.  If @var{addr} is omitted, resume at
19691 current address.
19692
19693 Reply:
19694 @xref{Stop Reply Packets}, for the reply specifications.
19695
19696 @item @code{C}@var{sig}@code{;}@var{addr} --- continue with signal
19697 @cindex @code{C} packet
19698
19699 Continue with signal @var{sig} (hex signal number).  If
19700 @code{;}@var{addr} is omitted, resume at same address.
19701
19702 Reply:
19703 @xref{Stop Reply Packets}, for the reply specifications.
19704
19705 @item @code{d} --- toggle debug @strong{(deprecated)}
19706 @cindex @code{d} packet
19707
19708 Toggle debug flag.
19709
19710 @item @code{D} --- detach
19711 @cindex @code{D} packet
19712
19713 Detach @value{GDBN} from the remote system.  Sent to the remote target
19714 before @value{GDBN} disconnects via the @code{detach} command.
19715
19716 Reply:
19717 @table @samp
19718 @item @emph{no response}
19719 @value{GDBN} does not check for any response after sending this packet.
19720 @end table
19721
19722 @item @code{e} --- reserved
19723
19724 Reserved for future use.
19725
19726 @item @code{E} --- reserved
19727
19728 Reserved for future use.
19729
19730 @item @code{f} --- reserved
19731
19732 Reserved for future use.
19733
19734 @item @code{F}@var{RC}@code{,}@var{EE}@code{,}@var{CF}@code{;}@var{XX} --- Reply to target's F packet.
19735 @cindex @code{F} packet
19736
19737 This packet is send by @value{GDBN} as reply to a @code{F} request packet
19738 sent by the target.  This is part of the File-I/O protocol extension.
19739 @xref{File-I/O remote protocol extension}, for the specification.
19740
19741 @item @code{g} --- read registers
19742 @anchor{read registers packet}
19743 @cindex @code{g} packet
19744
19745 Read general registers.
19746
19747 Reply:
19748 @table @samp
19749 @item @var{XX@dots{}}
19750 Each byte of register data is described by two hex digits.  The bytes
19751 with the register are transmitted in target byte order.  The size of
19752 each register and their position within the @samp{g} @var{packet} are
19753 determined by the @value{GDBN} internal macros
19754 @var{DEPRECATED_REGISTER_RAW_SIZE} and @var{REGISTER_NAME} macros.  The
19755 specification of several standard @code{g} packets is specified below.
19756 @item E@var{NN}
19757 for an error.
19758 @end table
19759
19760 @item @code{G}@var{XX@dots{}} --- write regs
19761 @cindex @code{G} packet
19762
19763 @xref{read registers packet}, for a description of the @var{XX@dots{}}
19764 data.
19765
19766 Reply:
19767 @table @samp
19768 @item OK
19769 for success
19770 @item E@var{NN}
19771 for an error
19772 @end table
19773
19774 @item @code{h} --- reserved
19775
19776 Reserved for future use.
19777
19778 @item @code{H}@var{c}@var{t@dots{}} --- set thread
19779 @cindex @code{H} packet
19780
19781 Set thread for subsequent operations (@samp{m}, @samp{M}, @samp{g},
19782 @samp{G}, et.al.).  @var{c} depends on the operation to be performed: it
19783 should be @samp{c} for step and continue operations, @samp{g} for other
19784 operations.  The thread designator @var{t@dots{}} may be -1, meaning all
19785 the threads, a thread number, or zero which means pick any thread.
19786
19787 Reply:
19788 @table @samp
19789 @item OK
19790 for success
19791 @item E@var{NN}
19792 for an error
19793 @end table
19794
19795 @c FIXME: JTC:
19796 @c   'H': How restrictive (or permissive) is the thread model.  If a
19797 @c        thread is selected and stopped, are other threads allowed
19798 @c        to continue to execute?  As I mentioned above, I think the
19799 @c        semantics of each command when a thread is selected must be
19800 @c        described.  For example:
19801 @c
19802 @c        'g':    If the stub supports threads and a specific thread is
19803 @c                selected, returns the register block from that thread;
19804 @c                otherwise returns current registers.
19805 @c
19806 @c        'G'     If the stub supports threads and a specific thread is
19807 @c                selected, sets the registers of the register block of
19808 @c                that thread; otherwise sets current registers.
19809
19810 @item @code{i}@var{addr}@code{,}@var{nnn} --- cycle step @strong{(draft)}
19811 @anchor{cycle step packet}
19812 @cindex @code{i} packet
19813
19814 Step the remote target by a single clock cycle.  If @code{,}@var{nnn} is
19815 present, cycle step @var{nnn} cycles.  If @var{addr} is present, cycle
19816 step starting at that address.
19817
19818 @item @code{I} --- signal then cycle step @strong{(reserved)}
19819 @cindex @code{I} packet
19820
19821 @xref{step with signal packet}.  @xref{cycle step packet}.
19822
19823 @item @code{j} --- reserved
19824
19825 Reserved for future use.
19826
19827 @item @code{J} --- reserved
19828
19829 Reserved for future use.
19830
19831 @item @code{k} --- kill request
19832 @cindex @code{k} packet
19833
19834 FIXME: @emph{There is no description of how to operate when a specific
19835 thread context has been selected (i.e.@: does 'k' kill only that
19836 thread?)}.
19837
19838 @item @code{K} --- reserved
19839
19840 Reserved for future use.
19841
19842 @item @code{l} --- reserved
19843
19844 Reserved for future use.
19845
19846 @item @code{L} --- reserved
19847
19848 Reserved for future use.
19849
19850 @item @code{m}@var{addr}@code{,}@var{length} --- read memory
19851 @cindex @code{m} packet
19852
19853 Read @var{length} bytes of memory starting at address @var{addr}.
19854 Neither @value{GDBN} nor the stub assume that sized memory transfers are
19855 assumed using word aligned accesses. FIXME: @emph{A word aligned memory
19856 transfer mechanism is needed.}
19857
19858 Reply:
19859 @table @samp
19860 @item @var{XX@dots{}}
19861 @var{XX@dots{}} is mem contents. Can be fewer bytes than requested if able
19862 to read only part of the data.  Neither @value{GDBN} nor the stub assume
19863 that sized memory transfers are assumed using word aligned
19864 accesses. FIXME: @emph{A word aligned memory transfer mechanism is
19865 needed.}
19866 @item E@var{NN}
19867 @var{NN} is errno
19868 @end table
19869
19870 @item @code{M}@var{addr},@var{length}@code{:}@var{XX@dots{}} --- write mem
19871 @cindex @code{M} packet
19872
19873 Write @var{length} bytes of memory starting at address @var{addr}.
19874 @var{XX@dots{}} is the data.
19875
19876 Reply:
19877 @table @samp
19878 @item OK
19879 for success
19880 @item E@var{NN}
19881 for an error (this includes the case where only part of the data was
19882 written).
19883 @end table
19884
19885 @item @code{n} --- reserved
19886
19887 Reserved for future use.
19888
19889 @item @code{N} --- reserved
19890
19891 Reserved for future use.
19892
19893 @item @code{o} --- reserved
19894
19895 Reserved for future use.
19896
19897 @item @code{O} --- reserved
19898
19899 Reserved for future use.
19900
19901 @item @code{p}@var{n@dots{}} --- read reg @strong{(reserved)}
19902 @cindex @code{p} packet
19903
19904 @xref{write register packet}.
19905
19906 Reply:
19907 @table @samp
19908 @item @var{r@dots{}.}
19909 The hex encoded value of the register in target byte order.
19910 @end table
19911
19912 @item @code{P}@var{n@dots{}}@code{=}@var{r@dots{}} --- write register
19913 @anchor{write register packet}
19914 @cindex @code{P} packet
19915
19916 Write register @var{n@dots{}} with value @var{r@dots{}}, which contains two hex
19917 digits for each byte in the register (target byte order).
19918
19919 Reply:
19920 @table @samp
19921 @item OK
19922 for success
19923 @item E@var{NN}
19924 for an error
19925 @end table
19926
19927 @item @code{q}@var{query} --- general query
19928 @anchor{general query packet}
19929 @cindex @code{q} packet
19930
19931 Request info about @var{query}.  In general @value{GDBN} queries have a
19932 leading upper case letter.  Custom vendor queries should use a company
19933 prefix (in lower case) ex: @samp{qfsf.var}.  @var{query} may optionally
19934 be followed by a @samp{,} or @samp{;} separated list.  Stubs must ensure
19935 that they match the full @var{query} name.
19936
19937 Reply:
19938 @table @samp
19939 @item @var{XX@dots{}}
19940 Hex encoded data from query.  The reply can not be empty.
19941 @item E@var{NN}
19942 error reply
19943 @item
19944 Indicating an unrecognized @var{query}.
19945 @end table
19946
19947 @item @code{Q}@var{var}@code{=}@var{val} --- general set
19948 @cindex @code{Q} packet
19949
19950 Set value of @var{var} to @var{val}.
19951
19952 @xref{general query packet}, for a discussion of naming conventions.
19953
19954 @item @code{r} --- reset @strong{(deprecated)}
19955 @cindex @code{r} packet
19956
19957 Reset the entire system.
19958
19959 @item @code{R}@var{XX} --- remote restart
19960 @cindex @code{R} packet
19961
19962 Restart the program being debugged.  @var{XX}, while needed, is ignored.
19963 This packet is only available in extended mode.
19964
19965 Reply:
19966 @table @samp
19967 @item @emph{no reply}
19968 The @samp{R} packet has no reply.
19969 @end table
19970
19971 @item @code{s}@var{addr} --- step
19972 @cindex @code{s} packet
19973
19974 @var{addr} is address to resume.  If @var{addr} is omitted, resume at
19975 same address.
19976
19977 Reply:
19978 @xref{Stop Reply Packets}, for the reply specifications.
19979
19980 @item @code{S}@var{sig}@code{;}@var{addr} --- step with signal
19981 @anchor{step with signal packet}
19982 @cindex @code{S} packet
19983
19984 Like @samp{C} but step not continue.
19985
19986 Reply:
19987 @xref{Stop Reply Packets}, for the reply specifications.
19988
19989 @item @code{t}@var{addr}@code{:}@var{PP}@code{,}@var{MM} --- search
19990 @cindex @code{t} packet
19991
19992 Search backwards starting at address @var{addr} for a match with pattern
19993 @var{PP} and mask @var{MM}.  @var{PP} and @var{MM} are 4 bytes.
19994 @var{addr} must be at least 3 digits.
19995
19996 @item @code{T}@var{XX} --- thread alive
19997 @cindex @code{T} packet
19998
19999 Find out if the thread XX is alive.
20000
20001 Reply:
20002 @table @samp
20003 @item OK
20004 thread is still alive
20005 @item E@var{NN}
20006 thread is dead
20007 @end table
20008
20009 @item @code{u} --- reserved
20010
20011 Reserved for future use.
20012
20013 @item @code{U} --- reserved
20014
20015 Reserved for future use.
20016
20017 @item @code{v} --- verbose packet prefix
20018
20019 Packets starting with @code{v} are identified by a multi-letter name,
20020 up to the first @code{;} or @code{?} (or the end of the packet).
20021
20022 @item @code{vCont}[;@var{action}[@code{:}@var{tid}]]... --- extended resume
20023 @cindex @code{vCont} packet
20024
20025 Resume the inferior.  Different actions may be specified for each thread.
20026 If an action is specified with no @var{tid}, then it is applied to any
20027 threads that don't have a specific action specified; if no default action is
20028 specified then other threads should remain stopped.  Specifying multiple
20029 default actions is an error; specifying no actions is also an error.
20030 Thread IDs are specified in hexadecimal.  Currently supported actions are:
20031
20032 @table @code
20033 @item c
20034 Continue.
20035 @item C@var{sig}
20036 Continue with signal @var{sig}.  @var{sig} should be two hex digits.
20037 @item s
20038 Step.
20039 @item S@var{sig}
20040 Step with signal @var{sig}.  @var{sig} should be two hex digits.
20041 @end table
20042
20043 The optional @var{addr} argument normally associated with these packets is
20044 not supported in @code{vCont}.
20045
20046 Reply:
20047 @xref{Stop Reply Packets}, for the reply specifications.
20048
20049 @item @code{vCont?} --- extended resume query
20050 @cindex @code{vCont?} packet
20051
20052 Query support for the @code{vCont} packet.
20053
20054 Reply:
20055 @table @samp
20056 @item @code{vCont}[;@var{action}]...
20057 The @code{vCont} packet is supported.  Each @var{action} is a supported
20058 command in the @code{vCont} packet.
20059 @item
20060 The @code{vCont} packet is not supported.
20061 @end table
20062
20063 @item @code{V} --- reserved
20064
20065 Reserved for future use.
20066
20067 @item @code{w} --- reserved
20068
20069 Reserved for future use.
20070
20071 @item @code{W} --- reserved
20072
20073 Reserved for future use.
20074
20075 @item @code{x} --- reserved
20076
20077 Reserved for future use.
20078
20079 @item @code{X}@var{addr}@code{,}@var{length}@var{:}@var{XX@dots{}} --- write mem (binary)
20080 @cindex @code{X} packet
20081
20082 @var{addr} is address, @var{length} is number of bytes, @var{XX@dots{}}
20083 is binary data.  The characters @code{$}, @code{#}, and @code{0x7d} are
20084 escaped using @code{0x7d}.
20085
20086 Reply:
20087 @table @samp
20088 @item OK
20089 for success
20090 @item E@var{NN}
20091 for an error
20092 @end table
20093
20094 @item @code{y} --- reserved
20095
20096 Reserved for future use.
20097
20098 @item @code{Y} reserved
20099
20100 Reserved for future use.
20101
20102 @item @code{z}@var{type}@code{,}@var{addr}@code{,}@var{length} --- remove breakpoint or watchpoint @strong{(draft)}
20103 @itemx @code{Z}@var{type}@code{,}@var{addr}@code{,}@var{length} --- insert breakpoint or watchpoint @strong{(draft)}
20104 @anchor{insert breakpoint or watchpoint packet}
20105 @cindex @code{z} packet
20106 @cindex @code{Z} packets
20107
20108 Insert (@code{Z}) or remove (@code{z}) a @var{type} breakpoint or
20109 watchpoint starting at address @var{address} and covering the next
20110 @var{length} bytes.
20111
20112 Each breakpoint and watchpoint packet @var{type} is documented
20113 separately.
20114
20115 @emph{Implementation notes: A remote target shall return an empty string
20116 for an unrecognized breakpoint or watchpoint packet @var{type}.  A
20117 remote target shall support either both or neither of a given
20118 @code{Z}@var{type}@dots{} and @code{z}@var{type}@dots{} packet pair.  To
20119 avoid potential problems with duplicate packets, the operations should
20120 be implemented in an idempotent way.}
20121
20122 @item @code{z}@code{0}@code{,}@var{addr}@code{,}@var{length} --- remove memory breakpoint @strong{(draft)}
20123 @item @code{Z}@code{0}@code{,}@var{addr}@code{,}@var{length} --- insert memory breakpoint @strong{(draft)}
20124 @cindex @code{z0} packet
20125 @cindex @code{Z0} packet
20126
20127 Insert (@code{Z0}) or remove (@code{z0}) a memory breakpoint at address
20128 @code{addr} of size @code{length}.
20129
20130 A memory breakpoint is implemented by replacing the instruction at
20131 @var{addr} with a software breakpoint or trap instruction.  The
20132 @code{length} is used by targets that indicates the size of the
20133 breakpoint (in bytes) that should be inserted (e.g., the @sc{arm} and
20134 @sc{mips} can insert either a 2 or 4 byte breakpoint).
20135
20136 @emph{Implementation note: It is possible for a target to copy or move
20137 code that contains memory breakpoints (e.g., when implementing
20138 overlays).  The behavior of this packet, in the presence of such a
20139 target, is not defined.}
20140
20141 Reply:
20142 @table @samp
20143 @item OK
20144 success
20145 @item
20146 not supported
20147 @item E@var{NN}
20148 for an error
20149 @end table
20150
20151 @item @code{z}@code{1}@code{,}@var{addr}@code{,}@var{length} --- remove hardware breakpoint @strong{(draft)}
20152 @item @code{Z}@code{1}@code{,}@var{addr}@code{,}@var{length} --- insert hardware breakpoint @strong{(draft)}
20153 @cindex @code{z1} packet
20154 @cindex @code{Z1} packet
20155
20156 Insert (@code{Z1}) or remove (@code{z1}) a hardware breakpoint at
20157 address @code{addr} of size @code{length}.
20158
20159 A hardware breakpoint is implemented using a mechanism that is not
20160 dependant on being able to modify the target's memory.
20161
20162 @emph{Implementation note: A hardware breakpoint is not affected by code
20163 movement.}
20164
20165 Reply:
20166 @table @samp
20167 @item OK
20168 success
20169 @item
20170 not supported
20171 @item E@var{NN}
20172 for an error
20173 @end table
20174
20175 @item @code{z}@code{2}@code{,}@var{addr}@code{,}@var{length} --- remove write watchpoint @strong{(draft)}
20176 @item @code{Z}@code{2}@code{,}@var{addr}@code{,}@var{length} --- insert write watchpoint @strong{(draft)}
20177 @cindex @code{z2} packet
20178 @cindex @code{Z2} packet
20179
20180 Insert (@code{Z2}) or remove (@code{z2}) a write watchpoint.
20181
20182 Reply:
20183 @table @samp
20184 @item OK
20185 success
20186 @item
20187 not supported
20188 @item E@var{NN}
20189 for an error
20190 @end table
20191
20192 @item @code{z}@code{3}@code{,}@var{addr}@code{,}@var{length} --- remove read watchpoint @strong{(draft)}
20193 @item @code{Z}@code{3}@code{,}@var{addr}@code{,}@var{length} --- insert read watchpoint @strong{(draft)}
20194 @cindex @code{z3} packet
20195 @cindex @code{Z3} packet
20196
20197 Insert (@code{Z3}) or remove (@code{z3}) a read watchpoint.
20198
20199 Reply:
20200 @table @samp
20201 @item OK
20202 success
20203 @item
20204 not supported
20205 @item E@var{NN}
20206 for an error
20207 @end table
20208
20209 @item @code{z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- remove access watchpoint @strong{(draft)}
20210 @item @code{Z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- insert access watchpoint @strong{(draft)}
20211 @cindex @code{z4} packet
20212 @cindex @code{Z4} packet
20213
20214 Insert (@code{Z4}) or remove (@code{z4}) an access watchpoint.
20215
20216 Reply:
20217 @table @samp
20218 @item OK
20219 success
20220 @item
20221 not supported
20222 @item E@var{NN}
20223 for an error
20224 @end table
20225
20226 @end table
20227
20228 @node Stop Reply Packets
20229 @section Stop Reply Packets
20230 @cindex stop reply packets
20231
20232 The @samp{C}, @samp{c}, @samp{S}, @samp{s} and @samp{?} packets can
20233 receive any of the below as a reply.  In the case of the @samp{C},
20234 @samp{c}, @samp{S} and @samp{s} packets, that reply is only returned
20235 when the target halts.  In the below the exact meaning of @samp{signal
20236 number} is poorly defined.  In general one of the UNIX signal numbering
20237 conventions is used.
20238
20239 @table @samp
20240
20241 @item S@var{AA}
20242 @var{AA} is the signal number
20243
20244 @item @code{T}@var{AA}@var{n...}@code{:}@var{r...}@code{;}@var{n...}@code{:}@var{r...}@code{;}@var{n...}@code{:}@var{r...}@code{;}
20245 @cindex @code{T} packet reply
20246
20247 @var{AA} = two hex digit signal number; @var{n...} = register number
20248 (hex), @var{r...}  = target byte ordered register contents, size defined
20249 by @code{DEPRECATED_REGISTER_RAW_SIZE}; @var{n...} = @samp{thread},
20250 @var{r...} = thread process ID, this is a hex integer; @var{n...} =
20251 (@samp{watch} | @samp{rwatch} | @samp{awatch}, @var{r...} = data
20252 address, this is a hex integer; @var{n...} = other string not starting
20253 with valid hex digit.  @value{GDBN} should ignore this @var{n...},
20254 @var{r...} pair and go on to the next.  This way we can extend the
20255 protocol.
20256
20257 @item W@var{AA}
20258
20259 The process exited, and @var{AA} is the exit status.  This is only
20260 applicable to certain targets.
20261
20262 @item X@var{AA}
20263
20264 The process terminated with signal @var{AA}.
20265
20266 @item O@var{XX@dots{}}
20267
20268 @var{XX@dots{}} is hex encoding of @sc{ascii} data.  This can happen at
20269 any time while the program is running and the debugger should continue
20270 to wait for @samp{W}, @samp{T}, etc.
20271
20272 @item F@var{call-id}@code{,}@var{parameter@dots{}}
20273
20274 @var{call-id} is the identifier which says which host system call should
20275 be called.  This is just the name of the function.  Translation into the
20276 correct system call is only applicable as it's defined in @value{GDBN}.
20277 @xref{File-I/O remote protocol extension}, for a list of implemented
20278 system calls.
20279
20280 @var{parameter@dots{}} is a list of parameters as defined for this very
20281 system call.
20282
20283 The target replies with this packet when it expects @value{GDBN} to call
20284 a host system call on behalf of the target.  @value{GDBN} replies with
20285 an appropriate @code{F} packet and keeps up waiting for the next reply
20286 packet from the target.  The latest @samp{C}, @samp{c}, @samp{S} or
20287 @samp{s} action is expected to be continued.
20288 @xref{File-I/O remote protocol extension}, for more details.
20289
20290 @end table
20291
20292 @node General Query Packets
20293 @section General Query Packets
20294
20295 The following set and query packets have already been defined.
20296
20297 @table @r
20298
20299 @item @code{q}@code{C} --- current thread
20300
20301 Return the current thread id.
20302
20303 Reply:
20304 @table @samp
20305 @item @code{QC}@var{pid}
20306 Where @var{pid} is a HEX encoded 16 bit process id.
20307 @item *
20308 Any other reply implies the old pid.
20309 @end table
20310
20311 @item @code{q}@code{fThreadInfo} -- all thread ids
20312
20313 @code{q}@code{sThreadInfo}
20314
20315 Obtain a list of active thread ids from the target (OS).  Since there
20316 may be too many active threads to fit into one reply packet, this query
20317 works iteratively: it may require more than one query/reply sequence to
20318 obtain the entire list of threads.  The first query of the sequence will
20319 be the @code{qf}@code{ThreadInfo} query; subsequent queries in the
20320 sequence will be the @code{qs}@code{ThreadInfo} query.
20321
20322 NOTE: replaces the @code{qL} query (see below).
20323
20324 Reply:
20325 @table @samp
20326 @item @code{m}@var{id}
20327 A single thread id
20328 @item @code{m}@var{id},@var{id}@dots{}
20329 a comma-separated list of thread ids
20330 @item @code{l}
20331 (lower case 'el') denotes end of list.
20332 @end table
20333
20334 In response to each query, the target will reply with a list of one or
20335 more thread ids, in big-endian hex, separated by commas.  @value{GDBN}
20336 will respond to each reply with a request for more thread ids (using the
20337 @code{qs} form of the query), until the target responds with @code{l}
20338 (lower-case el, for @code{'last'}).
20339
20340 @item @code{q}@code{ThreadExtraInfo}@code{,}@var{id} --- extra thread info
20341
20342 Where @var{id} is a thread-id in big-endian hex.  Obtain a printable
20343 string description of a thread's attributes from the target OS.  This
20344 string may contain anything that the target OS thinks is interesting for
20345 @value{GDBN} to tell the user about the thread.  The string is displayed
20346 in @value{GDBN}'s @samp{info threads} display.  Some examples of
20347 possible thread extra info strings are ``Runnable'', or ``Blocked on
20348 Mutex''.
20349
20350 Reply:
20351 @table @samp
20352 @item @var{XX@dots{}}
20353 Where @var{XX@dots{}} is a hex encoding of @sc{ascii} data, comprising
20354 the printable string containing the extra information about the thread's
20355 attributes.
20356 @end table
20357
20358 @item @code{q}@code{L}@var{startflag}@var{threadcount}@var{nextthread} --- query @var{LIST} or @var{threadLIST} @strong{(deprecated)}
20359
20360 Obtain thread information from RTOS.  Where: @var{startflag} (one hex
20361 digit) is one to indicate the first query and zero to indicate a
20362 subsequent query; @var{threadcount} (two hex digits) is the maximum
20363 number of threads the response packet can contain; and @var{nextthread}
20364 (eight hex digits), for subsequent queries (@var{startflag} is zero), is
20365 returned in the response as @var{argthread}.
20366
20367 NOTE: this query is replaced by the @code{q}@code{fThreadInfo} query
20368 (see above).
20369
20370 Reply:
20371 @table @samp
20372 @item @code{q}@code{M}@var{count}@var{done}@var{argthread}@var{thread@dots{}}
20373 Where: @var{count} (two hex digits) is the number of threads being
20374 returned; @var{done} (one hex digit) is zero to indicate more threads
20375 and one indicates no further threads; @var{argthreadid} (eight hex
20376 digits) is @var{nextthread} from the request packet; @var{thread@dots{}}
20377 is a sequence of thread IDs from the target.  @var{threadid} (eight hex
20378 digits).  See @code{remote.c:parse_threadlist_response()}.
20379 @end table
20380
20381 @item @code{q}@code{CRC:}@var{addr}@code{,}@var{length} --- compute CRC of memory block
20382
20383 Reply:
20384 @table @samp
20385 @item @code{E}@var{NN}
20386 An error (such as memory fault)
20387 @item @code{C}@var{CRC32}
20388 A 32 bit cyclic redundancy check of the specified memory region.
20389 @end table
20390
20391 @item @code{q}@code{Offsets} --- query sect offs
20392
20393 Get section offsets that the target used when re-locating the downloaded
20394 image.  @emph{Note: while a @code{Bss} offset is included in the
20395 response, @value{GDBN} ignores this and instead applies the @code{Data}
20396 offset to the @code{Bss} section.}
20397
20398 Reply:
20399 @table @samp
20400 @item @code{Text=}@var{xxx}@code{;Data=}@var{yyy}@code{;Bss=}@var{zzz}
20401 @end table
20402
20403 @item @code{q}@code{P}@var{mode}@var{threadid} --- thread info request
20404
20405 Returns information on @var{threadid}.  Where: @var{mode} is a hex
20406 encoded 32 bit mode; @var{threadid} is a hex encoded 64 bit thread ID.
20407
20408 Reply:
20409 @table @samp
20410 @item *
20411 @end table
20412
20413 See @code{remote.c:remote_unpack_thread_info_response()}.
20414
20415 @item @code{q}@code{Rcmd,}@var{command} --- remote command
20416
20417 @var{command} (hex encoded) is passed to the local interpreter for
20418 execution.  Invalid commands should be reported using the output string.
20419 Before the final result packet, the target may also respond with a
20420 number of intermediate @code{O}@var{output} console output packets.
20421 @emph{Implementors should note that providing access to a stubs's
20422 interpreter may have security implications}.
20423
20424 Reply:
20425 @table @samp
20426 @item OK
20427 A command response with no output.
20428 @item @var{OUTPUT}
20429 A command response with the hex encoded output string @var{OUTPUT}.
20430 @item @code{E}@var{NN}
20431 Indicate a badly formed request.
20432 @item @samp{}
20433 When @samp{q}@samp{Rcmd} is not recognized.
20434 @end table
20435
20436 @item @code{qSymbol::} --- symbol lookup
20437
20438 Notify the target that @value{GDBN} is prepared to serve symbol lookup
20439 requests.  Accept requests from the target for the values of symbols.
20440
20441 Reply:
20442 @table @samp
20443 @item @code{OK}
20444 The target does not need to look up any (more) symbols.
20445 @item @code{qSymbol:}@var{sym_name}
20446 The target requests the value of symbol @var{sym_name} (hex encoded).
20447 @value{GDBN} may provide the value by using the
20448 @code{qSymbol:}@var{sym_value}:@var{sym_name} message, described below.
20449 @end table
20450
20451 @item @code{qSymbol:}@var{sym_value}:@var{sym_name} --- symbol value
20452
20453 Set the value of @var{sym_name} to @var{sym_value}.
20454
20455 @var{sym_name} (hex encoded) is the name of a symbol whose value the
20456 target has previously requested.
20457
20458 @var{sym_value} (hex) is the value for symbol @var{sym_name}.  If
20459 @value{GDBN} cannot supply a value for @var{sym_name}, then this field
20460 will be empty.
20461
20462 Reply:
20463 @table @samp
20464 @item @code{OK}
20465 The target does not need to look up any (more) symbols.
20466 @item @code{qSymbol:}@var{sym_name}
20467 The target requests the value of a new symbol @var{sym_name} (hex
20468 encoded).  @value{GDBN} will continue to supply the values of symbols
20469 (if available), until the target ceases to request them.
20470 @end table
20471
20472 @item @code{qPart}:@var{object}:@code{read}:@var{annex}:@var{offset},@var{length} --- read special data
20473
20474 Read uninterpreted bytes from the target's special data area
20475 identified by the keyword @code{object}.
20476 Request @var{length} bytes starting at @var{offset} bytes into the data.
20477 The content and encoding of @var{annex} is specific to the object;
20478 it can supply additional details about what data to access.
20479
20480 Here are the specific requests of this form defined so far.
20481 All @samp{@code{qPart}:@var{object}:@code{read}:@dots{}}
20482 requests use the same reply formats, listed below.
20483
20484 @table @asis
20485 @item @code{qPart}:@code{auxv}:@code{read}::@var{offset},@var{length}
20486 Access the target's @dfn{auxiliary vector}.  @xref{Auxiliary Vector}.
20487 Note @var{annex} must be empty.
20488 @end table
20489
20490 Reply:
20491 @table @asis
20492 @item @code{OK}
20493 The @var{offset} in the request is at the end of the data.
20494 There is no more data to be read.
20495
20496 @item @var{XX@dots{}}
20497 Hex encoded data bytes read.
20498 This may be fewer bytes than the @var{length} in the request.
20499
20500 @item @code{E00}
20501 The request was malformed, or @var{annex} was invalid.
20502
20503 @item @code{E}@var{nn}
20504 The offset was invalid, or there was an error encountered reading the data.
20505 @var{nn} is a hex-encoded @code{errno} value.
20506
20507 @item @code{""} (empty)
20508 An empty reply indicates the @var{object} or @var{annex} string was not
20509 recognized by the stub.
20510 @end table
20511
20512 @item @code{qPart}:@var{object}:@code{write}:@var{annex}:@var{offset}:@var{data@dots{}}
20513
20514 Write uninterpreted bytes into the target's special data area
20515 identified by the keyword @code{object},
20516 starting at @var{offset} bytes into the data.
20517 @var{data@dots{}} is the hex-encoded data to be written.
20518 The content and encoding of @var{annex} is specific to the object;
20519 it can supply additional details about what data to access.
20520
20521 No requests of this form are presently in use.  This specification
20522 serves as a placeholder to document the common format that new
20523 specific request specifications ought to use.
20524
20525 Reply:
20526 @table @asis
20527 @item @var{nn}
20528 @var{nn} (hex encoded) is the number of bytes written.
20529 This may be fewer bytes than supplied in the request.
20530
20531 @item @code{E00}
20532 The request was malformed, or @var{annex} was invalid.
20533
20534 @item @code{E}@var{nn}
20535 The offset was invalid, or there was an error encountered writing the data.
20536 @var{nn} is a hex-encoded @code{errno} value.
20537
20538 @item @code{""} (empty)
20539 An empty reply indicates the @var{object} or @var{annex} string was not
20540 recognized by the stub, or that the object does not support writing.
20541 @end table
20542
20543 @item @code{qPart}:@var{object}:@var{operation}:@dots{}
20544 Requests of this form may be added in the future.  When a stub does
20545 not recognize the @var{object} keyword, or its support for
20546 @var{object} does not recognize the @var{operation} keyword,
20547 the stub must respond with an empty packet.
20548 @end table
20549
20550 @node Register Packet Format
20551 @section Register Packet Format
20552
20553 The following @samp{g}/@samp{G} packets have previously been defined.
20554 In the below, some thirty-two bit registers are transferred as
20555 sixty-four bits.  Those registers should be zero/sign extended (which?)
20556 to fill the space allocated.  Register bytes are transfered in target
20557 byte order.  The two nibbles within a register byte are transfered
20558 most-significant - least-significant.
20559
20560 @table @r
20561
20562 @item MIPS32
20563
20564 All registers are transfered as thirty-two bit quantities in the order:
20565 32 general-purpose; sr; lo; hi; bad; cause; pc; 32 floating-point
20566 registers; fsr; fir; fp.
20567
20568 @item MIPS64
20569
20570 All registers are transfered as sixty-four bit quantities (including
20571 thirty-two bit registers such as @code{sr}).  The ordering is the same
20572 as @code{MIPS32}.
20573
20574 @end table
20575
20576 @node Examples
20577 @section Examples
20578
20579 Example sequence of a target being re-started.  Notice how the restart
20580 does not get any direct output:
20581
20582 @smallexample
20583 -> @code{R00}
20584 <- @code{+}
20585 @emph{target restarts}
20586 -> @code{?}
20587 <- @code{+}
20588 <- @code{T001:1234123412341234}
20589 -> @code{+}
20590 @end smallexample
20591
20592 Example sequence of a target being stepped by a single instruction:
20593
20594 @smallexample
20595 -> @code{G1445@dots{}}
20596 <- @code{+}
20597 -> @code{s}
20598 <- @code{+}
20599 @emph{time passes}
20600 <- @code{T001:1234123412341234}
20601 -> @code{+}
20602 -> @code{g}
20603 <- @code{+}
20604 <- @code{1455@dots{}}
20605 -> @code{+}
20606 @end smallexample
20607
20608 @node File-I/O remote protocol extension
20609 @section File-I/O remote protocol extension
20610 @cindex File-I/O remote protocol extension
20611
20612 @menu
20613 * File-I/O Overview::
20614 * Protocol basics::
20615 * The F request packet::
20616 * The F reply packet::
20617 * Memory transfer::
20618 * The Ctrl-C message::
20619 * Console I/O::
20620 * The isatty call::
20621 * The system call::
20622 * List of supported calls::
20623 * Protocol specific representation of datatypes::
20624 * Constants::
20625 * File-I/O Examples::
20626 @end menu
20627
20628 @node File-I/O Overview
20629 @subsection File-I/O Overview
20630 @cindex file-i/o overview
20631
20632 The File I/O remote protocol extension (short: File-I/O) allows the
20633 target to use the hosts file system and console I/O when calling various
20634 system calls.  System calls on the target system are translated into a
20635 remote protocol packet to the host system which then performs the needed
20636 actions and returns with an adequate response packet to the target system.
20637 This simulates file system operations even on targets that lack file systems.
20638
20639 The protocol is defined host- and target-system independent.  It uses
20640 it's own independent representation of datatypes and values.  Both,
20641 @value{GDBN} and the target's @value{GDBN} stub are responsible for
20642 translating the system dependent values into the unified protocol values
20643 when data is transmitted.
20644
20645 The communication is synchronous.  A system call is possible only
20646 when GDB is waiting for the @samp{C}, @samp{c}, @samp{S} or @samp{s}
20647 packets.  While @value{GDBN} handles the request for a system call,
20648 the target is stopped to allow deterministic access to the target's
20649 memory.  Therefore File-I/O is not interuptible by target signals.  It
20650 is possible to interrupt File-I/O by a user interrupt (Ctrl-C), though.
20651
20652 The target's request to perform a host system call does not finish
20653 the latest @samp{C}, @samp{c}, @samp{S} or @samp{s} action.  That means,
20654 after finishing the system call, the target returns to continuing the
20655 previous activity (continue, step).  No additional continue or step
20656 request from @value{GDBN} is required.
20657
20658 @smallexample
20659 (gdb) continue
20660   <- target requests 'system call X'
20661   target is stopped, @value{GDBN} executes system call
20662   -> GDB returns result
20663   ... target continues, GDB returns to wait for the target
20664   <- target hits breakpoint and sends a Txx packet
20665 @end smallexample
20666
20667 The protocol is only used for files on the host file system and
20668 for I/O on the console.  Character or block special devices, pipes,
20669 named pipes or sockets or any other communication method on the host
20670 system are not supported by this protocol.
20671
20672 @node Protocol basics
20673 @subsection Protocol basics
20674 @cindex protocol basics, file-i/o
20675
20676 The File-I/O protocol uses the @code{F} packet, as request as well
20677 as as reply packet.  Since a File-I/O system call can only occur when
20678 @value{GDBN} is waiting for the continuing or stepping target, the
20679 File-I/O request is a reply that @value{GDBN} has to expect as a result
20680 of a former @samp{C}, @samp{c}, @samp{S} or @samp{s} packet.
20681 This @code{F} packet contains all information needed to allow @value{GDBN}
20682 to call the appropriate host system call:
20683
20684 @itemize @bullet
20685 @item
20686 A unique identifier for the requested system call.
20687
20688 @item
20689 All parameters to the system call.  Pointers are given as addresses
20690 in the target memory address space.  Pointers to strings are given as
20691 pointer/length pair.  Numerical values are given as they are.
20692 Numerical control values are given in a protocol specific representation.
20693
20694 @end itemize
20695
20696 At that point @value{GDBN} has to perform the following actions.
20697
20698 @itemize @bullet
20699 @item
20700 If parameter pointer values are given, which point to data needed as input
20701 to a system call, @value{GDBN} requests this data from the target with a
20702 standard @code{m} packet request.  This additional communication has to be
20703 expected by the target implementation and is handled as any other @code{m}
20704 packet.
20705
20706 @item
20707 @value{GDBN} translates all value from protocol representation to host
20708 representation as needed.  Datatypes are coerced into the host types.
20709
20710 @item
20711 @value{GDBN} calls the system call
20712
20713 @item
20714 It then coerces datatypes back to protocol representation.
20715
20716 @item
20717 If pointer parameters in the request packet point to buffer space in which
20718 a system call is expected to copy data to, the data is transmitted to the
20719 target using a @code{M} or @code{X} packet.  This packet has to be expected
20720 by the target implementation and is handled as any other @code{M} or @code{X}
20721 packet.
20722
20723 @end itemize
20724
20725 Eventually @value{GDBN} replies with another @code{F} packet which contains all
20726 necessary information for the target to continue.  This at least contains
20727
20728 @itemize @bullet
20729 @item
20730 Return value.
20731
20732 @item
20733 @code{errno}, if has been changed by the system call.
20734
20735 @item
20736 ``Ctrl-C'' flag.
20737
20738 @end itemize
20739
20740 After having done the needed type and value coercion, the target continues
20741 the latest continue or step action.
20742
20743 @node The F request packet
20744 @subsection The @code{F} request packet
20745 @cindex file-i/o request packet
20746 @cindex @code{F} request packet
20747
20748 The @code{F} request packet has the following format:
20749
20750 @table @samp
20751
20752 @smallexample
20753 @code{F}@var{call-id}@code{,}@var{parameter@dots{}}
20754 @end smallexample
20755
20756 @var{call-id} is the identifier to indicate the host system call to be called.
20757 This is just the name of the function.
20758
20759 @var{parameter@dots{}} are the parameters to the system call.
20760
20761 @end table
20762
20763 Parameters are hexadecimal integer values, either the real values in case
20764 of scalar datatypes, as pointers to target buffer space in case of compound
20765 datatypes and unspecified memory areas or as pointer/length pairs in case
20766 of string parameters.  These are appended to the call-id, each separated
20767 from its predecessor by a comma.  All values are transmitted in ASCII
20768 string representation, pointer/length pairs separated by a slash.
20769
20770 @node The F reply packet
20771 @subsection The @code{F} reply packet
20772 @cindex file-i/o reply packet
20773 @cindex @code{F} reply packet
20774
20775 The @code{F} reply packet has the following format:
20776
20777 @table @samp
20778
20779 @smallexample
20780 @code{F}@var{retcode}@code{,}@var{errno}@code{,}@var{Ctrl-C flag}@code{;}@var{call specific attachment}
20781 @end smallexample
20782
20783 @var{retcode} is the return code of the system call as hexadecimal value.
20784
20785 @var{errno} is the errno set by the call, in protocol specific representation.
20786 This parameter can be omitted if the call was successful.
20787
20788 @var{Ctrl-C flag} is only send if the user requested a break.  In this
20789 case, @var{errno} must be send as well, even if the call was successful.
20790 The @var{Ctrl-C flag} itself consists of the character 'C':
20791
20792 @smallexample
20793 F0,0,C
20794 @end smallexample
20795
20796 @noindent
20797 or, if the call was interupted before the host call has been performed:
20798
20799 @smallexample
20800 F-1,4,C
20801 @end smallexample
20802
20803 @noindent
20804 assuming 4 is the protocol specific representation of @code{EINTR}.
20805
20806 @end table
20807
20808 @node Memory transfer
20809 @subsection Memory transfer
20810 @cindex memory transfer, in file-i/o protocol
20811
20812 Structured data which is transferred using a memory read or write as e.g.@:
20813 a @code{struct stat} is expected to be in a protocol specific format with
20814 all scalar multibyte datatypes being big endian.  This should be done by
20815 the target before the @code{F} packet is sent resp.@: by @value{GDBN} before
20816 it transfers memory to the target.  Transferred pointers to structured
20817 data should point to the already coerced data at any time.
20818
20819 @node The Ctrl-C message
20820 @subsection The Ctrl-C message
20821 @cindex ctrl-c message, in file-i/o protocol
20822
20823 A special case is, if the @var{Ctrl-C flag} is set in the @value{GDBN}
20824 reply packet.  In this case the target should behave, as if it had
20825 gotten a break message.  The meaning for the target is ``system call
20826 interupted by @code{SIGINT}''.  Consequentially, the target should actually stop
20827 (as with a break message) and return to @value{GDBN} with a @code{T02}
20828 packet.  In this case, it's important for the target to know, in which
20829 state the system call was interrupted.  Since this action is by design
20830 not an atomic operation, we have to differ between two cases:
20831
20832 @itemize @bullet
20833 @item
20834 The system call hasn't been performed on the host yet.
20835
20836 @item
20837 The system call on the host has been finished.
20838
20839 @end itemize
20840
20841 These two states can be distinguished by the target by the value of the
20842 returned @code{errno}.  If it's the protocol representation of @code{EINTR}, the system
20843 call hasn't been performed.  This is equivalent to the @code{EINTR} handling
20844 on POSIX systems.  In any other case, the target may presume that the
20845 system call has been finished --- successful or not --- and should behave
20846 as if the break message arrived right after the system call.
20847
20848 @value{GDBN} must behave reliable.  If the system call has not been called
20849 yet, @value{GDBN} may send the @code{F} reply immediately, setting @code{EINTR} as
20850 @code{errno} in the packet.  If the system call on the host has been finished
20851 before the user requests a break, the full action must be finshed by
20852 @value{GDBN}.  This requires sending @code{M} or @code{X} packets as they fit.
20853 The @code{F} packet may only be send when either nothing has happened
20854 or the full action has been completed.
20855
20856 @node Console I/O
20857 @subsection Console I/O
20858 @cindex console i/o as part of file-i/o
20859
20860 By default and if not explicitely closed by the target system, the file
20861 descriptors 0, 1 and 2 are connected to the @value{GDBN} console.  Output
20862 on the @value{GDBN} console is handled as any other file output operation
20863 (@code{write(1, @dots{})} or @code{write(2, @dots{})}).  Console input is handled
20864 by @value{GDBN} so that after the target read request from file descriptor
20865 0 all following typing is buffered until either one of the following
20866 conditions is met:
20867
20868 @itemize @bullet
20869 @item
20870 The user presses @kbd{Ctrl-C}.  The behaviour is as explained above, the
20871 @code{read}
20872 system call is treated as finished.
20873
20874 @item
20875 The user presses @kbd{Enter}.  This is treated as end of input with a trailing
20876 line feed.
20877
20878 @item
20879 The user presses @kbd{Ctrl-D}.  This is treated as end of input.  No trailing
20880 character, especially no Ctrl-D is appended to the input.
20881
20882 @end itemize
20883
20884 If the user has typed more characters as fit in the buffer given to
20885 the read call, the trailing characters are buffered in @value{GDBN} until
20886 either another @code{read(0, @dots{})} is requested by the target or debugging
20887 is stopped on users request.
20888
20889 @node The isatty call
20890 @subsection The isatty(3) call
20891 @cindex isatty call, file-i/o protocol
20892
20893 A special case in this protocol is the library call @code{isatty} which
20894 is implemented as it's own call inside of this protocol.  It returns
20895 1 to the target if the file descriptor given as parameter is attached
20896 to the @value{GDBN} console, 0 otherwise.  Implementing through system calls
20897 would require implementing @code{ioctl} and would be more complex than
20898 needed.
20899
20900 @node The system call
20901 @subsection The system(3) call
20902 @cindex system call, file-i/o protocol
20903
20904 The other special case in this protocol is the @code{system} call which
20905 is implemented as it's own call, too.  @value{GDBN} is taking over the full
20906 task of calling the necessary host calls to perform the @code{system}
20907 call.  The return value of @code{system} is simplified before it's returned
20908 to the target.  Basically, the only signal transmitted back is @code{EINTR}
20909 in case the user pressed @kbd{Ctrl-C}.  Otherwise the return value consists
20910 entirely of the exit status of the called command.
20911
20912 Due to security concerns, the @code{system} call is refused to be called
20913 by @value{GDBN} by default.  The user has to allow this call explicitly by
20914 entering
20915
20916 @table @samp
20917 @kindex set remote system-call-allowed 1
20918 @item @code{set remote system-call-allowed 1}
20919 @end table
20920
20921 Disabling the @code{system} call is done by
20922
20923 @table @samp
20924 @kindex set remote system-call-allowed 0
20925 @item @code{set remote system-call-allowed 0}
20926 @end table
20927
20928 The current setting is shown by typing
20929
20930 @table @samp
20931 @kindex show remote system-call-allowed
20932 @item @code{show remote system-call-allowed}
20933 @end table
20934
20935 @node List of supported calls
20936 @subsection List of supported calls
20937 @cindex list of supported file-i/o calls
20938
20939 @menu
20940 * open::
20941 * close::
20942 * read::
20943 * write::
20944 * lseek::
20945 * rename::
20946 * unlink::
20947 * stat/fstat::
20948 * gettimeofday::
20949 * isatty::
20950 * system::
20951 @end menu
20952
20953 @node open
20954 @unnumberedsubsubsec open
20955 @cindex open, file-i/o system call
20956
20957 @smallexample
20958 @exdent Synopsis:
20959 int open(const char *pathname, int flags);
20960 int open(const char *pathname, int flags, mode_t mode);
20961
20962 @exdent Request:
20963 Fopen,pathptr/len,flags,mode
20964 @end smallexample
20965
20966 @noindent
20967 @code{flags} is the bitwise or of the following values:
20968
20969 @table @code
20970 @item O_CREAT
20971 If the file does not exist it will be created.  The host
20972 rules apply as far as file ownership and time stamps
20973 are concerned.
20974
20975 @item O_EXCL
20976 When used with O_CREAT, if the file already exists it is
20977 an error and open() fails.
20978
20979 @item O_TRUNC
20980 If the file already exists and the open mode allows
20981 writing (O_RDWR or O_WRONLY is given) it will be
20982 truncated to length 0.
20983
20984 @item O_APPEND
20985 The file is opened in append mode.
20986
20987 @item O_RDONLY
20988 The file is opened for reading only.
20989
20990 @item O_WRONLY
20991 The file is opened for writing only.
20992
20993 @item O_RDWR
20994 The file is opened for reading and writing.
20995
20996 @noindent
20997 Each other bit is silently ignored.
20998
20999 @end table
21000
21001 @noindent
21002 @code{mode} is the bitwise or of the following values:
21003
21004 @table @code
21005 @item S_IRUSR
21006 User has read permission.
21007
21008 @item S_IWUSR
21009 User has write permission.
21010
21011 @item S_IRGRP
21012 Group has read permission.
21013
21014 @item S_IWGRP
21015 Group has write permission.
21016
21017 @item S_IROTH
21018 Others have read permission.
21019
21020 @item S_IWOTH
21021 Others have write permission.
21022
21023 @noindent
21024 Each other bit is silently ignored.
21025
21026 @end table
21027
21028 @smallexample
21029 @exdent Return value:
21030 open returns the new file descriptor or -1 if an error
21031 occured.
21032
21033 @exdent Errors:
21034 @end smallexample
21035
21036 @table @code
21037 @item EEXIST
21038 pathname already exists and O_CREAT and O_EXCL were used.
21039
21040 @item EISDIR
21041 pathname refers to a directory.
21042
21043 @item EACCES
21044 The requested access is not allowed.
21045
21046 @item ENAMETOOLONG
21047 pathname was too long.
21048
21049 @item ENOENT
21050 A directory component in pathname does not exist.
21051
21052 @item ENODEV
21053 pathname refers to a device, pipe, named pipe or socket.
21054
21055 @item EROFS
21056 pathname refers to a file on a read-only filesystem and
21057 write access was requested.
21058
21059 @item EFAULT
21060 pathname is an invalid pointer value.
21061
21062 @item ENOSPC
21063 No space on device to create the file.
21064
21065 @item EMFILE
21066 The process already has the maximum number of files open.
21067
21068 @item ENFILE
21069 The limit on the total number of files open on the system
21070 has been reached.
21071
21072 @item EINTR
21073 The call was interrupted by the user.
21074 @end table
21075
21076 @node close
21077 @unnumberedsubsubsec close
21078 @cindex close, file-i/o system call
21079
21080 @smallexample
21081 @exdent Synopsis:
21082 int close(int fd);
21083
21084 @exdent Request:
21085 Fclose,fd
21086
21087 @exdent Return value:
21088 close returns zero on success, or -1 if an error occurred.
21089
21090 @exdent Errors:
21091 @end smallexample
21092
21093 @table @code
21094 @item EBADF
21095 fd isn't a valid open file descriptor.
21096
21097 @item EINTR
21098 The call was interrupted by the user.
21099 @end table
21100
21101 @node read
21102 @unnumberedsubsubsec read
21103 @cindex read, file-i/o system call
21104
21105 @smallexample
21106 @exdent Synopsis:
21107 int read(int fd, void *buf, unsigned int count);
21108
21109 @exdent Request:
21110 Fread,fd,bufptr,count
21111
21112 @exdent Return value:
21113 On success, the number of bytes read is returned.
21114 Zero indicates end of file.  If count is zero, read
21115 returns zero as well.  On error, -1 is returned.
21116
21117 @exdent Errors:
21118 @end smallexample
21119
21120 @table @code
21121 @item EBADF
21122 fd is not a valid file descriptor or is not open for
21123 reading.
21124
21125 @item EFAULT
21126 buf is an invalid pointer value.
21127
21128 @item EINTR
21129 The call was interrupted by the user.
21130 @end table
21131
21132 @node write
21133 @unnumberedsubsubsec write
21134 @cindex write, file-i/o system call
21135
21136 @smallexample
21137 @exdent Synopsis:
21138 int write(int fd, const void *buf, unsigned int count);
21139
21140 @exdent Request:
21141 Fwrite,fd,bufptr,count
21142
21143 @exdent Return value:
21144 On success, the number of bytes written are returned.
21145 Zero indicates nothing was written.  On error, -1
21146 is returned.
21147
21148 @exdent Errors:
21149 @end smallexample
21150
21151 @table @code
21152 @item EBADF
21153 fd is not a valid file descriptor or is not open for
21154 writing.
21155
21156 @item EFAULT
21157 buf is an invalid pointer value.
21158
21159 @item EFBIG
21160 An attempt was made to write a file that exceeds the
21161 host specific maximum file size allowed.
21162
21163 @item ENOSPC
21164 No space on device to write the data.
21165
21166 @item EINTR
21167 The call was interrupted by the user.
21168 @end table
21169
21170 @node lseek
21171 @unnumberedsubsubsec lseek
21172 @cindex lseek, file-i/o system call
21173
21174 @smallexample
21175 @exdent Synopsis:
21176 long lseek (int fd, long offset, int flag);
21177
21178 @exdent Request:
21179 Flseek,fd,offset,flag
21180 @end smallexample
21181
21182 @code{flag} is one of:
21183
21184 @table @code
21185 @item SEEK_SET
21186 The offset is set to offset bytes.
21187
21188 @item SEEK_CUR
21189 The offset is set to its current location plus offset
21190 bytes.
21191
21192 @item SEEK_END
21193 The offset is set to the size of the file plus offset
21194 bytes.
21195 @end table
21196
21197 @smallexample
21198 @exdent Return value:
21199 On success, the resulting unsigned offset in bytes from
21200 the beginning of the file is returned.  Otherwise, a
21201 value of -1 is returned.
21202
21203 @exdent Errors:
21204 @end smallexample
21205
21206 @table @code
21207 @item EBADF
21208 fd is not a valid open file descriptor.
21209
21210 @item ESPIPE
21211 fd is associated with the @value{GDBN} console.
21212
21213 @item EINVAL
21214 flag is not a proper value.
21215
21216 @item EINTR
21217 The call was interrupted by the user.
21218 @end table
21219
21220 @node rename
21221 @unnumberedsubsubsec rename
21222 @cindex rename, file-i/o system call
21223
21224 @smallexample
21225 @exdent Synopsis:
21226 int rename(const char *oldpath, const char *newpath);
21227
21228 @exdent Request:
21229 Frename,oldpathptr/len,newpathptr/len
21230
21231 @exdent Return value:
21232 On success, zero is returned.  On error, -1 is returned.
21233
21234 @exdent Errors:
21235 @end smallexample
21236
21237 @table @code
21238 @item EISDIR
21239 newpath is an existing directory, but oldpath is not a
21240 directory.
21241
21242 @item EEXIST
21243 newpath is a non-empty directory.
21244
21245 @item EBUSY
21246 oldpath or newpath is a directory that is in use by some
21247 process.
21248
21249 @item EINVAL
21250 An attempt was made to make a directory a subdirectory
21251 of itself.
21252
21253 @item ENOTDIR
21254 A  component used as a directory in oldpath or new
21255 path is not a directory.  Or oldpath is a directory
21256 and newpath exists but is not a directory.
21257
21258 @item EFAULT
21259 oldpathptr or newpathptr are invalid pointer values.
21260
21261 @item EACCES
21262 No access to the file or the path of the file.
21263
21264 @item ENAMETOOLONG
21265
21266 oldpath or newpath was too long.
21267
21268 @item ENOENT
21269 A directory component in oldpath or newpath does not exist.
21270
21271 @item EROFS
21272 The file is on a read-only filesystem.
21273
21274 @item ENOSPC
21275 The device containing the file has no room for the new
21276 directory entry.
21277
21278 @item EINTR
21279 The call was interrupted by the user.
21280 @end table
21281
21282 @node unlink
21283 @unnumberedsubsubsec unlink
21284 @cindex unlink, file-i/o system call
21285
21286 @smallexample
21287 @exdent Synopsis:
21288 int unlink(const char *pathname);
21289
21290 @exdent Request:
21291 Funlink,pathnameptr/len
21292
21293 @exdent Return value:
21294 On success, zero is returned.  On error, -1 is returned.
21295
21296 @exdent Errors:
21297 @end smallexample
21298
21299 @table @code
21300 @item EACCES
21301 No access to the file or the path of the file.
21302
21303 @item EPERM
21304 The system does not allow unlinking of directories.
21305
21306 @item EBUSY
21307 The file pathname cannot be unlinked because it's
21308 being used by another process.
21309
21310 @item EFAULT
21311 pathnameptr is an invalid pointer value.
21312
21313 @item ENAMETOOLONG
21314 pathname was too long.
21315
21316 @item ENOENT
21317 A directory component in pathname does not exist.
21318
21319 @item ENOTDIR
21320 A component of the path is not a directory.
21321
21322 @item EROFS
21323 The file is on a read-only filesystem.
21324
21325 @item EINTR
21326 The call was interrupted by the user.
21327 @end table
21328
21329 @node stat/fstat
21330 @unnumberedsubsubsec stat/fstat
21331 @cindex fstat, file-i/o system call
21332 @cindex stat, file-i/o system call
21333
21334 @smallexample
21335 @exdent Synopsis:
21336 int stat(const char *pathname, struct stat *buf);
21337 int fstat(int fd, struct stat *buf);
21338
21339 @exdent Request:
21340 Fstat,pathnameptr/len,bufptr
21341 Ffstat,fd,bufptr
21342
21343 @exdent Return value:
21344 On success, zero is returned.  On error, -1 is returned.
21345
21346 @exdent Errors:
21347 @end smallexample
21348
21349 @table @code
21350 @item EBADF
21351 fd is not a valid open file.
21352
21353 @item ENOENT
21354 A directory component in pathname does not exist or the
21355 path is an empty string.
21356
21357 @item ENOTDIR
21358 A component of the path is not a directory.
21359
21360 @item EFAULT
21361 pathnameptr is an invalid pointer value.
21362
21363 @item EACCES
21364 No access to the file or the path of the file.
21365
21366 @item ENAMETOOLONG
21367 pathname was too long.
21368
21369 @item EINTR
21370 The call was interrupted by the user.
21371 @end table
21372
21373 @node gettimeofday
21374 @unnumberedsubsubsec gettimeofday
21375 @cindex gettimeofday, file-i/o system call
21376
21377 @smallexample
21378 @exdent Synopsis:
21379 int gettimeofday(struct timeval *tv, void *tz);
21380
21381 @exdent Request:
21382 Fgettimeofday,tvptr,tzptr
21383
21384 @exdent Return value:
21385 On success, 0 is returned, -1 otherwise.
21386
21387 @exdent Errors:
21388 @end smallexample
21389
21390 @table @code
21391 @item EINVAL
21392 tz is a non-NULL pointer.
21393
21394 @item EFAULT
21395 tvptr and/or tzptr is an invalid pointer value.
21396 @end table
21397
21398 @node isatty
21399 @unnumberedsubsubsec isatty
21400 @cindex isatty, file-i/o system call
21401
21402 @smallexample
21403 @exdent Synopsis:
21404 int isatty(int fd);
21405
21406 @exdent Request:
21407 Fisatty,fd
21408
21409 @exdent Return value:
21410 Returns 1 if fd refers to the @value{GDBN} console, 0 otherwise.
21411
21412 @exdent Errors:
21413 @end smallexample
21414
21415 @table @code
21416 @item EINTR
21417 The call was interrupted by the user.
21418 @end table
21419
21420 @node system
21421 @unnumberedsubsubsec system
21422 @cindex system, file-i/o system call
21423
21424 @smallexample
21425 @exdent Synopsis:
21426 int system(const char *command);
21427
21428 @exdent Request:
21429 Fsystem,commandptr/len
21430
21431 @exdent Return value:
21432 The value returned is -1 on error and the return status
21433 of the command otherwise.  Only the exit status of the
21434 command is returned, which is extracted from the hosts
21435 system return value by calling WEXITSTATUS(retval).
21436 In case /bin/sh could not be executed, 127 is returned.
21437
21438 @exdent Errors:
21439 @end smallexample
21440
21441 @table @code
21442 @item EINTR
21443 The call was interrupted by the user.
21444 @end table
21445
21446 @node Protocol specific representation of datatypes
21447 @subsection Protocol specific representation of datatypes
21448 @cindex protocol specific representation of datatypes, in file-i/o protocol
21449
21450 @menu
21451 * Integral datatypes::
21452 * Pointer values::
21453 * struct stat::
21454 * struct timeval::
21455 @end menu
21456
21457 @node Integral datatypes
21458 @unnumberedsubsubsec Integral datatypes
21459 @cindex integral datatypes, in file-i/o protocol
21460
21461 The integral datatypes used in the system calls are
21462
21463 @smallexample
21464 int@r{,} unsigned int@r{,} long@r{,} unsigned long@r{,} mode_t @r{and} time_t
21465 @end smallexample
21466
21467 @code{Int}, @code{unsigned int}, @code{mode_t} and @code{time_t} are
21468 implemented as 32 bit values in this protocol.
21469
21470 @code{Long} and @code{unsigned long} are implemented as 64 bit types.
21471
21472 @xref{Limits}, for corresponding MIN and MAX values (similar to those
21473 in @file{limits.h}) to allow range checking on host and target.
21474
21475 @code{time_t} datatypes are defined as seconds since the Epoch.
21476
21477 All integral datatypes transferred as part of a memory read or write of a
21478 structured datatype e.g.@: a @code{struct stat} have to be given in big endian
21479 byte order.
21480
21481 @node Pointer values
21482 @unnumberedsubsubsec Pointer values
21483 @cindex pointer values, in file-i/o protocol
21484
21485 Pointers to target data are transmitted as they are.  An exception
21486 is made for pointers to buffers for which the length isn't
21487 transmitted as part of the function call, namely strings.  Strings
21488 are transmitted as a pointer/length pair, both as hex values, e.g.@:
21489
21490 @smallexample
21491 @code{1aaf/12}
21492 @end smallexample
21493
21494 @noindent
21495 which is a pointer to data of length 18 bytes at position 0x1aaf.
21496 The length is defined as the full string length in bytes, including
21497 the trailing null byte.  Example:
21498
21499 @smallexample
21500 ``hello, world'' at address 0x123456
21501 @end smallexample
21502
21503 @noindent
21504 is transmitted as
21505
21506 @smallexample
21507 @code{123456/d}
21508 @end smallexample
21509
21510 @node struct stat
21511 @unnumberedsubsubsec struct stat
21512 @cindex struct stat, in file-i/o protocol
21513
21514 The buffer of type struct stat used by the target and @value{GDBN} is defined
21515 as follows:
21516
21517 @smallexample
21518 struct stat @{
21519     unsigned int  st_dev;      /* device */
21520     unsigned int  st_ino;      /* inode */
21521     mode_t        st_mode;     /* protection */
21522     unsigned int  st_nlink;    /* number of hard links */
21523     unsigned int  st_uid;      /* user ID of owner */
21524     unsigned int  st_gid;      /* group ID of owner */
21525     unsigned int  st_rdev;     /* device type (if inode device) */
21526     unsigned long st_size;     /* total size, in bytes */
21527     unsigned long st_blksize;  /* blocksize for filesystem I/O */
21528     unsigned long st_blocks;   /* number of blocks allocated */
21529     time_t        st_atime;    /* time of last access */
21530     time_t        st_mtime;    /* time of last modification */
21531     time_t        st_ctime;    /* time of last change */
21532 @};
21533 @end smallexample
21534
21535 The integral datatypes are conforming to the definitions given in the
21536 approriate section (see @ref{Integral datatypes}, for details) so this
21537 structure is of size 64 bytes.
21538
21539 The values of several fields have a restricted meaning and/or
21540 range of values.
21541
21542 @smallexample
21543 st_dev:     0       file
21544             1       console
21545
21546 st_ino:     No valid meaning for the target.  Transmitted unchanged.
21547
21548 st_mode:    Valid mode bits are described in Appendix C.  Any other
21549             bits have currently no meaning for the target.
21550
21551 st_uid:     No valid meaning for the target.  Transmitted unchanged.
21552
21553 st_gid:     No valid meaning for the target.  Transmitted unchanged.
21554
21555 st_rdev:    No valid meaning for the target.  Transmitted unchanged.
21556
21557 st_atime, st_mtime, st_ctime:
21558             These values have a host and file system dependent
21559             accuracy.  Especially on Windows hosts the file systems
21560             don't support exact timing values.
21561 @end smallexample
21562
21563 The target gets a struct stat of the above representation and is
21564 responsible to coerce it to the target representation before
21565 continuing.
21566
21567 Note that due to size differences between the host and target
21568 representation of stat members, these members could eventually
21569 get truncated on the target.
21570
21571 @node struct timeval
21572 @unnumberedsubsubsec struct timeval
21573 @cindex struct timeval, in file-i/o protocol
21574
21575 The buffer of type struct timeval used by the target and @value{GDBN}
21576 is defined as follows:
21577
21578 @smallexample
21579 struct timeval @{
21580     time_t tv_sec;  /* second */
21581     long   tv_usec; /* microsecond */
21582 @};
21583 @end smallexample
21584
21585 The integral datatypes are conforming to the definitions given in the
21586 approriate section (see @ref{Integral datatypes}, for details) so this
21587 structure is of size 8 bytes.
21588
21589 @node Constants
21590 @subsection Constants
21591 @cindex constants, in file-i/o protocol
21592
21593 The following values are used for the constants inside of the
21594 protocol.  @value{GDBN} and target are resposible to translate these
21595 values before and after the call as needed.
21596
21597 @menu
21598 * Open flags::
21599 * mode_t values::
21600 * Errno values::
21601 * Lseek flags::
21602 * Limits::
21603 @end menu
21604
21605 @node Open flags
21606 @unnumberedsubsubsec Open flags
21607 @cindex open flags, in file-i/o protocol
21608
21609 All values are given in hexadecimal representation.
21610
21611 @smallexample
21612   O_RDONLY        0x0
21613   O_WRONLY        0x1
21614   O_RDWR          0x2
21615   O_APPEND        0x8
21616   O_CREAT       0x200
21617   O_TRUNC       0x400
21618   O_EXCL        0x800
21619 @end smallexample
21620
21621 @node mode_t values
21622 @unnumberedsubsubsec mode_t values
21623 @cindex mode_t values, in file-i/o protocol
21624
21625 All values are given in octal representation.
21626
21627 @smallexample
21628   S_IFREG       0100000
21629   S_IFDIR        040000
21630   S_IRUSR          0400
21631   S_IWUSR          0200
21632   S_IXUSR          0100
21633   S_IRGRP           040
21634   S_IWGRP           020
21635   S_IXGRP           010
21636   S_IROTH            04
21637   S_IWOTH            02
21638   S_IXOTH            01
21639 @end smallexample
21640
21641 @node Errno values
21642 @unnumberedsubsubsec Errno values
21643 @cindex errno values, in file-i/o protocol
21644
21645 All values are given in decimal representation.
21646
21647 @smallexample
21648   EPERM           1
21649   ENOENT          2
21650   EINTR           4
21651   EBADF           9
21652   EACCES         13
21653   EFAULT         14
21654   EBUSY          16
21655   EEXIST         17
21656   ENODEV         19
21657   ENOTDIR        20
21658   EISDIR         21
21659   EINVAL         22
21660   ENFILE         23
21661   EMFILE         24
21662   EFBIG          27
21663   ENOSPC         28
21664   ESPIPE         29
21665   EROFS          30
21666   ENAMETOOLONG   91
21667   EUNKNOWN       9999
21668 @end smallexample
21669
21670   EUNKNOWN is used as a fallback error value if a host system returns
21671   any error value not in the list of supported error numbers.
21672
21673 @node Lseek flags
21674 @unnumberedsubsubsec Lseek flags
21675 @cindex lseek flags, in file-i/o protocol
21676
21677 @smallexample
21678   SEEK_SET      0
21679   SEEK_CUR      1
21680   SEEK_END      2
21681 @end smallexample
21682
21683 @node Limits
21684 @unnumberedsubsubsec Limits
21685 @cindex limits, in file-i/o protocol
21686
21687 All values are given in decimal representation.
21688
21689 @smallexample
21690   INT_MIN       -2147483648
21691   INT_MAX        2147483647
21692   UINT_MAX       4294967295
21693   LONG_MIN      -9223372036854775808
21694   LONG_MAX       9223372036854775807
21695   ULONG_MAX      18446744073709551615
21696 @end smallexample
21697
21698 @node File-I/O Examples
21699 @subsection File-I/O Examples
21700 @cindex file-i/o examples
21701
21702 Example sequence of a write call, file descriptor 3, buffer is at target
21703 address 0x1234, 6 bytes should be written:
21704
21705 @smallexample
21706 <- @code{Fwrite,3,1234,6}
21707 @emph{request memory read from target}
21708 -> @code{m1234,6}
21709 <- XXXXXX
21710 @emph{return "6 bytes written"}
21711 -> @code{F6}
21712 @end smallexample
21713
21714 Example sequence of a read call, file descriptor 3, buffer is at target
21715 address 0x1234, 6 bytes should be read:
21716
21717 @smallexample
21718 <- @code{Fread,3,1234,6}
21719 @emph{request memory write to target}
21720 -> @code{X1234,6:XXXXXX}
21721 @emph{return "6 bytes read"}
21722 -> @code{F6}
21723 @end smallexample
21724
21725 Example sequence of a read call, call fails on the host due to invalid
21726 file descriptor (EBADF):
21727
21728 @smallexample
21729 <- @code{Fread,3,1234,6}
21730 -> @code{F-1,9}
21731 @end smallexample
21732
21733 Example sequence of a read call, user presses Ctrl-C before syscall on
21734 host is called:
21735
21736 @smallexample
21737 <- @code{Fread,3,1234,6}
21738 -> @code{F-1,4,C}
21739 <- @code{T02}
21740 @end smallexample
21741
21742 Example sequence of a read call, user presses Ctrl-C after syscall on
21743 host is called:
21744
21745 @smallexample
21746 <- @code{Fread,3,1234,6}
21747 -> @code{X1234,6:XXXXXX}
21748 <- @code{T02}
21749 @end smallexample
21750
21751 @include agentexpr.texi
21752
21753 @include gpl.texi
21754
21755 @raisesections
21756 @include fdl.texi
21757 @lowersections
21758
21759 @node Index
21760 @unnumbered Index
21761
21762 @printindex cp
21763
21764 @tex
21765 % I think something like @colophon should be in texinfo.  In the
21766 % meantime:
21767 \long\def\colophon{\hbox to0pt{}\vfill
21768 \centerline{The body of this manual is set in}
21769 \centerline{\fontname\tenrm,}
21770 \centerline{with headings in {\bf\fontname\tenbf}}
21771 \centerline{and examples in {\tt\fontname\tentt}.}
21772 \centerline{{\it\fontname\tenit\/},}
21773 \centerline{{\bf\fontname\tenbf}, and}
21774 \centerline{{\sl\fontname\tensl\/}}
21775 \centerline{are used for emphasis.}\vfill}
21776 \page\colophon
21777 % Blame: doc@cygnus.com, 1991.
21778 @end tex
21779
21780 @bye