OSDN Git Service

cd859e94d934c85258f4d6ea6af441ac0ec0d1ca
[pf3gnuchains/pf3gnuchains3x.git] / gdb / doc / gdb.texinfo
1 \input texinfo      @c -*-texinfo-*-
2 @c Copyright 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998,
3 @c 1999, 2000, 2001, 2002, 2003, 2004
4 @c Free Software Foundation, Inc.
5 @c
6 @c %**start of header
7 @c makeinfo ignores cmds prev to setfilename, so its arg cannot make use
8 @c of @set vars.  However, you can override filename with makeinfo -o.
9 @setfilename gdb.info
10 @c
11 @include gdb-cfg.texi
12 @c
13 @settitle Debugging with @value{GDBN}
14 @setchapternewpage odd
15 @c %**end of header
16
17 @iftex
18 @c @smallbook
19 @c @cropmarks
20 @end iftex
21
22 @finalout
23 @syncodeindex ky cp
24
25 @c readline appendices use @vindex, @findex and @ftable,
26 @c annotate.texi and gdbmi use @findex.
27 @syncodeindex vr cp
28 @syncodeindex fn cp
29
30 @c !!set GDB manual's edition---not the same as GDB version!
31 @c This is updated by GNU Press.
32 @set EDITION Ninth
33
34 @c !!set GDB edit command default editor
35 @set EDITOR /bin/ex
36
37 @c THIS MANUAL REQUIRES TEXINFO 4.0 OR LATER.
38
39 @c This is a dir.info fragment to support semi-automated addition of
40 @c manuals to an info tree.
41 @dircategory 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 --args
1069 @cindex @code{--args}
1070 Change interpretation of command line so that arguments following the
1071 executable file are passed as command line arguments to the inferior.
1072 This option stops option processing.
1073
1074 @item -baud @var{bps}
1075 @itemx -b @var{bps}
1076 @cindex @code{--baud}
1077 @cindex @code{-b}
1078 Set the line speed (baud rate or bits per second) of any serial
1079 interface used by @value{GDBN} for remote debugging.
1080
1081 @item -tty @var{device}
1082 @itemx -t @var{device}
1083 @cindex @code{--tty}
1084 @cindex @code{-t}
1085 Run using @var{device} for your program's standard input and output.
1086 @c FIXME: kingdon thinks there is more to -tty.  Investigate.
1087
1088 @c resolve the situation of these eventually
1089 @item -tui
1090 @cindex @code{--tui}
1091 Activate the @dfn{Text User Interface} when starting.  The Text User
1092 Interface manages several text windows on the terminal, showing
1093 source, assembly, registers and @value{GDBN} command outputs
1094 (@pxref{TUI, ,@value{GDBN} Text User Interface}).  Alternatively, the
1095 Text User Interface can be enabled by invoking the program
1096 @samp{gdbtui}.  Do not use this option if you run @value{GDBN} from
1097 Emacs (@pxref{Emacs, ,Using @value{GDBN} under @sc{gnu} Emacs}).
1098
1099 @c @item -xdb
1100 @c @cindex @code{--xdb}
1101 @c Run in XDB compatibility mode, allowing the use of certain XDB commands.
1102 @c For information, see the file @file{xdb_trans.html}, which is usually
1103 @c installed in the directory @code{/opt/langtools/wdb/doc} on HP-UX
1104 @c systems.
1105
1106 @item -interpreter @var{interp}
1107 @cindex @code{--interpreter}
1108 Use the interpreter @var{interp} for interface with the controlling
1109 program or device.  This option is meant to be set by programs which
1110 communicate with @value{GDBN} using it as a back end.
1111 @xref{Interpreters, , Command Interpreters}.
1112
1113 @samp{--interpreter=mi} (or @samp{--interpreter=mi2}) causes
1114 @value{GDBN} to use the @dfn{@sc{gdb/mi} interface} (@pxref{GDB/MI, ,
1115 The @sc{gdb/mi} Interface}) included since @var{GDBN} version 6.0.  The
1116 previous @sc{gdb/mi} interface, included in @value{GDBN} version 5.3 and
1117 selected with @samp{--interpreter=mi1}, is deprecated.  Earlier
1118 @sc{gdb/mi} interfaces are no longer supported.
1119
1120 @item -write
1121 @cindex @code{--write}
1122 Open the executable and core files for both reading and writing.  This
1123 is equivalent to the @samp{set write on} command inside @value{GDBN}
1124 (@pxref{Patching}).
1125
1126 @item -statistics
1127 @cindex @code{--statistics}
1128 This option causes @value{GDBN} to print statistics about time and
1129 memory usage after it completes each command and returns to the prompt.
1130
1131 @item -version
1132 @cindex @code{--version}
1133 This option causes @value{GDBN} to print its version number and
1134 no-warranty blurb, and exit.
1135
1136 @end table
1137
1138 @node Quitting GDB
1139 @section Quitting @value{GDBN}
1140 @cindex exiting @value{GDBN}
1141 @cindex leaving @value{GDBN}
1142
1143 @table @code
1144 @kindex quit @r{[}@var{expression}@r{]}
1145 @kindex q @r{(@code{quit})}
1146 @item quit @r{[}@var{expression}@r{]}
1147 @itemx q
1148 To exit @value{GDBN}, use the @code{quit} command (abbreviated
1149 @code{q}), or type an end-of-file character (usually @kbd{C-d}).  If you
1150 do not supply @var{expression}, @value{GDBN} will terminate normally;
1151 otherwise it will terminate using the result of @var{expression} as the
1152 error code.
1153 @end table
1154
1155 @cindex interrupt
1156 An interrupt (often @kbd{C-c}) does not exit from @value{GDBN}, but rather
1157 terminates the action of any @value{GDBN} command that is in progress and
1158 returns to @value{GDBN} command level.  It is safe to type the interrupt
1159 character at any time because @value{GDBN} does not allow it to take effect
1160 until a time when it is safe.
1161
1162 If you have been using @value{GDBN} to control an attached process or
1163 device, you can release it with the @code{detach} command
1164 (@pxref{Attach, ,Debugging an already-running process}).
1165
1166 @node Shell Commands
1167 @section Shell commands
1168
1169 If you need to execute occasional shell commands during your
1170 debugging session, there is no need to leave or suspend @value{GDBN}; you can
1171 just use the @code{shell} command.
1172
1173 @table @code
1174 @kindex shell
1175 @cindex shell escape
1176 @item shell @var{command string}
1177 Invoke a standard shell to execute @var{command string}.
1178 If it exists, the environment variable @code{SHELL} determines which
1179 shell to run.  Otherwise @value{GDBN} uses the default shell
1180 (@file{/bin/sh} on Unix systems, @file{COMMAND.COM} on MS-DOS, etc.).
1181 @end table
1182
1183 The utility @code{make} is often needed in development environments.
1184 You do not have to use the @code{shell} command for this purpose in
1185 @value{GDBN}:
1186
1187 @table @code
1188 @kindex make
1189 @cindex calling make
1190 @item make @var{make-args}
1191 Execute the @code{make} program with the specified
1192 arguments.  This is equivalent to @samp{shell make @var{make-args}}.
1193 @end table
1194
1195 @node Logging output
1196 @section Logging output
1197 @cindex logging @value{GDBN} output
1198
1199 You may want to save the output of @value{GDBN} commands to a file.
1200 There are several commands to control @value{GDBN}'s logging.
1201
1202 @table @code
1203 @kindex set logging
1204 @item set logging on
1205 Enable logging.
1206 @item set logging off
1207 Disable logging.
1208 @item set logging file @var{file}
1209 Change the name of the current logfile.  The default logfile is @file{gdb.txt}.
1210 @item set logging overwrite [on|off]
1211 By default, @value{GDBN} will append to the logfile.  Set @code{overwrite} if
1212 you want @code{set logging on} to overwrite the logfile instead.
1213 @item set logging redirect [on|off]
1214 By default, @value{GDBN} output will go to both the terminal and the logfile.
1215 Set @code{redirect} if you want output to go only to the log file.
1216 @kindex show logging
1217 @item show logging
1218 Show the current values of the logging settings.
1219 @end table
1220
1221 @node Commands
1222 @chapter @value{GDBN} Commands
1223
1224 You can abbreviate a @value{GDBN} command to the first few letters of the command
1225 name, if that abbreviation is unambiguous; and you can repeat certain
1226 @value{GDBN} commands by typing just @key{RET}.  You can also use the @key{TAB}
1227 key to get @value{GDBN} to fill out the rest of a word in a command (or to
1228 show you the alternatives available, if there is more than one possibility).
1229
1230 @menu
1231 * Command Syntax::              How to give commands to @value{GDBN}
1232 * Completion::                  Command completion
1233 * Help::                        How to ask @value{GDBN} for help
1234 @end menu
1235
1236 @node Command Syntax
1237 @section Command syntax
1238
1239 A @value{GDBN} command is a single line of input.  There is no limit on
1240 how long it can be.  It starts with a command name, which is followed by
1241 arguments whose meaning depends on the command name.  For example, the
1242 command @code{step} accepts an argument which is the number of times to
1243 step, as in @samp{step 5}.  You can also use the @code{step} command
1244 with no arguments.  Some commands do not allow any arguments.
1245
1246 @cindex abbreviation
1247 @value{GDBN} command names may always be truncated if that abbreviation is
1248 unambiguous.  Other possible command abbreviations are listed in the
1249 documentation for individual commands.  In some cases, even ambiguous
1250 abbreviations are allowed; for example, @code{s} is specially defined as
1251 equivalent to @code{step} even though there are other commands whose
1252 names start with @code{s}.  You can test abbreviations by using them as
1253 arguments to the @code{help} command.
1254
1255 @cindex repeating commands
1256 @kindex RET @r{(repeat last command)}
1257 A blank line as input to @value{GDBN} (typing just @key{RET}) means to
1258 repeat the previous command.  Certain commands (for example, @code{run})
1259 will not repeat this way; these are commands whose unintentional
1260 repetition might cause trouble and which you are unlikely to want to
1261 repeat.
1262
1263 The @code{list} and @code{x} commands, when you repeat them with
1264 @key{RET}, construct new arguments rather than repeating
1265 exactly as typed.  This permits easy scanning of source or memory.
1266
1267 @value{GDBN} can also use @key{RET} in another way: to partition lengthy
1268 output, in a way similar to the common utility @code{more}
1269 (@pxref{Screen Size,,Screen size}).  Since it is easy to press one
1270 @key{RET} too many in this situation, @value{GDBN} disables command
1271 repetition after any command that generates this sort of display.
1272
1273 @kindex # @r{(a comment)}
1274 @cindex comment
1275 Any text from a @kbd{#} to the end of the line is a comment; it does
1276 nothing.  This is useful mainly in command files (@pxref{Command
1277 Files,,Command files}).
1278
1279 @cindex repeating command sequences
1280 @kindex C-o @r{(operate-and-get-next)}
1281 The @kbd{C-o} binding is useful for repeating a complex sequence of
1282 commands.  This command accepts the current line, like @kbd{RET}, and
1283 then fetches the next line relative to the current line from the history
1284 for editing.
1285
1286 @node Completion
1287 @section Command completion
1288
1289 @cindex completion
1290 @cindex word completion
1291 @value{GDBN} can fill in the rest of a word in a command for you, if there is
1292 only one possibility; it can also show you what the valid possibilities
1293 are for the next word in a command, at any time.  This works for @value{GDBN}
1294 commands, @value{GDBN} subcommands, and the names of symbols in your program.
1295
1296 Press the @key{TAB} key whenever you want @value{GDBN} to fill out the rest
1297 of a word.  If there is only one possibility, @value{GDBN} fills in the
1298 word, and waits for you to finish the command (or press @key{RET} to
1299 enter it).  For example, if you type
1300
1301 @c FIXME "@key" does not distinguish its argument sufficiently to permit
1302 @c complete accuracy in these examples; space introduced for clarity.
1303 @c If texinfo enhancements make it unnecessary, it would be nice to
1304 @c replace " @key" by "@key" in the following...
1305 @smallexample
1306 (@value{GDBP}) info bre @key{TAB}
1307 @end smallexample
1308
1309 @noindent
1310 @value{GDBN} fills in the rest of the word @samp{breakpoints}, since that is
1311 the only @code{info} subcommand beginning with @samp{bre}:
1312
1313 @smallexample
1314 (@value{GDBP}) info breakpoints
1315 @end smallexample
1316
1317 @noindent
1318 You can either press @key{RET} at this point, to run the @code{info
1319 breakpoints} command, or backspace and enter something else, if
1320 @samp{breakpoints} does not look like the command you expected.  (If you
1321 were sure you wanted @code{info breakpoints} in the first place, you
1322 might as well just type @key{RET} immediately after @samp{info bre},
1323 to exploit command abbreviations rather than command completion).
1324
1325 If there is more than one possibility for the next word when you press
1326 @key{TAB}, @value{GDBN} sounds a bell.  You can either supply more
1327 characters and try again, or just press @key{TAB} a second time;
1328 @value{GDBN} displays all the possible completions for that word.  For
1329 example, you might want to set a breakpoint on a subroutine whose name
1330 begins with @samp{make_}, but when you type @kbd{b make_@key{TAB}} @value{GDBN}
1331 just sounds the bell.  Typing @key{TAB} again displays all the
1332 function names in your program that begin with those characters, for
1333 example:
1334
1335 @smallexample
1336 (@value{GDBP}) b make_ @key{TAB}
1337 @exdent @value{GDBN} sounds bell; press @key{TAB} again, to see:
1338 make_a_section_from_file     make_environ
1339 make_abs_section             make_function_type
1340 make_blockvector             make_pointer_type
1341 make_cleanup                 make_reference_type
1342 make_command                 make_symbol_completion_list
1343 (@value{GDBP}) b make_
1344 @end smallexample
1345
1346 @noindent
1347 After displaying the available possibilities, @value{GDBN} copies your
1348 partial input (@samp{b make_} in the example) so you can finish the
1349 command.
1350
1351 If you just want to see the list of alternatives in the first place, you
1352 can press @kbd{M-?} rather than pressing @key{TAB} twice.  @kbd{M-?}
1353 means @kbd{@key{META} ?}.  You can type this either by holding down a
1354 key designated as the @key{META} shift on your keyboard (if there is
1355 one) while typing @kbd{?}, or as @key{ESC} followed by @kbd{?}.
1356
1357 @cindex quotes in commands
1358 @cindex completion of quoted strings
1359 Sometimes the string you need, while logically a ``word'', may contain
1360 parentheses or other characters that @value{GDBN} normally excludes from
1361 its notion of a word.  To permit word completion to work in this
1362 situation, you may enclose words in @code{'} (single quote marks) in
1363 @value{GDBN} commands.
1364
1365 The most likely situation where you might need this is in typing the
1366 name of a C@t{++} function.  This is because C@t{++} allows function
1367 overloading (multiple definitions of the same function, distinguished
1368 by argument type).  For example, when you want to set a breakpoint you
1369 may need to distinguish whether you mean the version of @code{name}
1370 that takes an @code{int} parameter, @code{name(int)}, or the version
1371 that takes a @code{float} parameter, @code{name(float)}.  To use the
1372 word-completion facilities in this situation, type a single quote
1373 @code{'} at the beginning of the function name.  This alerts
1374 @value{GDBN} that it may need to consider more information than usual
1375 when you press @key{TAB} or @kbd{M-?} to request word completion:
1376
1377 @smallexample
1378 (@value{GDBP}) b 'bubble( @kbd{M-?}
1379 bubble(double,double)    bubble(int,int)
1380 (@value{GDBP}) b 'bubble(
1381 @end smallexample
1382
1383 In some cases, @value{GDBN} can tell that completing a name requires using
1384 quotes.  When this happens, @value{GDBN} inserts the quote for you (while
1385 completing as much as it can) if you do not type the quote in the first
1386 place:
1387
1388 @smallexample
1389 (@value{GDBP}) b bub @key{TAB}
1390 @exdent @value{GDBN} alters your input line to the following, and rings a bell:
1391 (@value{GDBP}) b 'bubble(
1392 @end smallexample
1393
1394 @noindent
1395 In general, @value{GDBN} can tell that a quote is needed (and inserts it) if
1396 you have not yet started typing the argument list when you ask for
1397 completion on an overloaded symbol.
1398
1399 For more information about overloaded functions, see @ref{C plus plus
1400 expressions, ,C@t{++} expressions}.  You can use the command @code{set
1401 overload-resolution off} to disable overload resolution;
1402 see @ref{Debugging C plus plus, ,@value{GDBN} features for C@t{++}}.
1403
1404
1405 @node Help
1406 @section Getting help
1407 @cindex online documentation
1408 @kindex help
1409
1410 You can always ask @value{GDBN} itself for information on its commands,
1411 using the command @code{help}.
1412
1413 @table @code
1414 @kindex h @r{(@code{help})}
1415 @item help
1416 @itemx h
1417 You can use @code{help} (abbreviated @code{h}) with no arguments to
1418 display a short list of named classes of commands:
1419
1420 @smallexample
1421 (@value{GDBP}) help
1422 List of classes of commands:
1423
1424 aliases -- Aliases of other commands
1425 breakpoints -- Making program stop at certain points
1426 data -- Examining data
1427 files -- Specifying and examining files
1428 internals -- Maintenance commands
1429 obscure -- Obscure features
1430 running -- Running the program
1431 stack -- Examining the stack
1432 status -- Status inquiries
1433 support -- Support facilities
1434 tracepoints -- Tracing of program execution without@*
1435                stopping the program
1436 user-defined -- User-defined commands
1437
1438 Type "help" followed by a class name for a list of
1439 commands in that class.
1440 Type "help" followed by command name for full
1441 documentation.
1442 Command name abbreviations are allowed if unambiguous.
1443 (@value{GDBP})
1444 @end smallexample
1445 @c the above line break eliminates huge line overfull...
1446
1447 @item help @var{class}
1448 Using one of the general help classes as an argument, you can get a
1449 list of the individual commands in that class.  For example, here is the
1450 help display for the class @code{status}:
1451
1452 @smallexample
1453 (@value{GDBP}) help status
1454 Status inquiries.
1455
1456 List of commands:
1457
1458 @c Line break in "show" line falsifies real output, but needed
1459 @c to fit in smallbook page size.
1460 info -- Generic command for showing things
1461  about the program being debugged
1462 show -- Generic command for showing things
1463  about the debugger
1464
1465 Type "help" followed by command name for full
1466 documentation.
1467 Command name abbreviations are allowed if unambiguous.
1468 (@value{GDBP})
1469 @end smallexample
1470
1471 @item help @var{command}
1472 With a command name as @code{help} argument, @value{GDBN} displays a
1473 short paragraph on how to use that command.
1474
1475 @kindex apropos
1476 @item apropos @var{args}
1477 The @code{apropos @var{args}} command searches through all of the @value{GDBN}
1478 commands, and their documentation, for the regular expression specified in
1479 @var{args}. It prints out all matches found. For example:
1480
1481 @smallexample
1482 apropos reload
1483 @end smallexample
1484
1485 @noindent
1486 results in:
1487
1488 @smallexample
1489 @c @group
1490 set symbol-reloading -- Set dynamic symbol table reloading
1491                                  multiple times in one run
1492 show symbol-reloading -- Show dynamic symbol table reloading
1493                                  multiple times in one run
1494 @c @end group
1495 @end smallexample
1496
1497 @kindex complete
1498 @item complete @var{args}
1499 The @code{complete @var{args}} command lists all the possible completions
1500 for the beginning of a command.  Use @var{args} to specify the beginning of the
1501 command you want completed.  For example:
1502
1503 @smallexample
1504 complete i
1505 @end smallexample
1506
1507 @noindent results in:
1508
1509 @smallexample
1510 @group
1511 if
1512 ignore
1513 info
1514 inspect
1515 @end group
1516 @end smallexample
1517
1518 @noindent This is intended for use by @sc{gnu} Emacs.
1519 @end table
1520
1521 In addition to @code{help}, you can use the @value{GDBN} commands @code{info}
1522 and @code{show} to inquire about the state of your program, or the state
1523 of @value{GDBN} itself.  Each command supports many topics of inquiry; this
1524 manual introduces each of them in the appropriate context.  The listings
1525 under @code{info} and under @code{show} in the Index point to
1526 all the sub-commands.  @xref{Index}.
1527
1528 @c @group
1529 @table @code
1530 @kindex info
1531 @kindex i @r{(@code{info})}
1532 @item info
1533 This command (abbreviated @code{i}) is for describing the state of your
1534 program.  For example, you can list the arguments given to your program
1535 with @code{info args}, list the registers currently in use with @code{info
1536 registers}, or list the breakpoints you have set with @code{info breakpoints}.
1537 You can get a complete list of the @code{info} sub-commands with
1538 @w{@code{help info}}.
1539
1540 @kindex set
1541 @item set
1542 You can assign the result of an expression to an environment variable with
1543 @code{set}.  For example, you can set the @value{GDBN} prompt to a $-sign with
1544 @code{set prompt $}.
1545
1546 @kindex show
1547 @item show
1548 In contrast to @code{info}, @code{show} is for describing the state of
1549 @value{GDBN} itself.
1550 You can change most of the things you can @code{show}, by using the
1551 related command @code{set}; for example, you can control what number
1552 system is used for displays with @code{set radix}, or simply inquire
1553 which is currently in use with @code{show radix}.
1554
1555 @kindex info set
1556 To display all the settable parameters and their current
1557 values, you can use @code{show} with no arguments; you may also use
1558 @code{info set}.  Both commands produce the same display.
1559 @c FIXME: "info set" violates the rule that "info" is for state of
1560 @c FIXME...program.  Ck w/ GNU: "info set" to be called something else,
1561 @c FIXME...or change desc of rule---eg "state of prog and debugging session"?
1562 @end table
1563 @c @end group
1564
1565 Here are three miscellaneous @code{show} subcommands, all of which are
1566 exceptional in lacking corresponding @code{set} commands:
1567
1568 @table @code
1569 @kindex show version
1570 @cindex version number
1571 @item show version
1572 Show what version of @value{GDBN} is running.  You should include this
1573 information in @value{GDBN} bug-reports.  If multiple versions of
1574 @value{GDBN} are in use at your site, you may need to determine which
1575 version of @value{GDBN} you are running; as @value{GDBN} evolves, new
1576 commands are introduced, and old ones may wither away.  Also, many
1577 system vendors ship variant versions of @value{GDBN}, and there are
1578 variant versions of @value{GDBN} in @sc{gnu}/Linux distributions as well.
1579 The version number is the same as the one announced when you start
1580 @value{GDBN}.
1581
1582 @kindex show copying
1583 @item show copying
1584 Display information about permission for copying @value{GDBN}.
1585
1586 @kindex show warranty
1587 @item show warranty
1588 Display the @sc{gnu} ``NO WARRANTY'' statement, or a warranty,
1589 if your version of @value{GDBN} comes with one.
1590
1591 @end table
1592
1593 @node Running
1594 @chapter Running Programs Under @value{GDBN}
1595
1596 When you run a program under @value{GDBN}, you must first generate
1597 debugging information when you compile it.
1598
1599 You may start @value{GDBN} with its arguments, if any, in an environment
1600 of your choice.  If you are doing native debugging, you may redirect
1601 your program's input and output, debug an already running process, or
1602 kill a child process.
1603
1604 @menu
1605 * Compilation::                 Compiling for debugging
1606 * Starting::                    Starting your program
1607 * Arguments::                   Your program's arguments
1608 * Environment::                 Your program's environment
1609
1610 * Working Directory::           Your program's working directory
1611 * Input/Output::                Your program's input and output
1612 * Attach::                      Debugging an already-running process
1613 * Kill Process::                Killing the child process
1614
1615 * Threads::                     Debugging programs with multiple threads
1616 * Processes::                   Debugging programs with multiple processes
1617 @end menu
1618
1619 @node Compilation
1620 @section Compiling for debugging
1621
1622 In order to debug a program effectively, you need to generate
1623 debugging information when you compile it.  This debugging information
1624 is stored in the object file; it describes the data type of each
1625 variable or function and the correspondence between source line numbers
1626 and addresses in the executable code.
1627
1628 To request debugging information, specify the @samp{-g} option when you run
1629 the compiler.
1630
1631 Most compilers do not include information about preprocessor macros in
1632 the debugging information if you specify the @option{-g} flag alone,
1633 because this information is rather large.  Version 3.1 of @value{NGCC},
1634 the @sc{gnu} C compiler, provides macro information if you specify the
1635 options @option{-gdwarf-2} and @option{-g3}; the former option requests
1636 debugging information in the Dwarf 2 format, and the latter requests
1637 ``extra information''.  In the future, we hope to find more compact ways
1638 to represent macro information, so that it can be included with
1639 @option{-g} alone.
1640
1641 Many C compilers are unable to handle the @samp{-g} and @samp{-O}
1642 options together.  Using those compilers, you cannot generate optimized
1643 executables containing debugging information.
1644
1645 @value{NGCC}, the @sc{gnu} C compiler, supports @samp{-g} with or
1646 without @samp{-O}, making it possible to debug optimized code.  We
1647 recommend that you @emph{always} use @samp{-g} whenever you compile a
1648 program.  You may think your program is correct, but there is no sense
1649 in pushing your luck.
1650
1651 @cindex optimized code, debugging
1652 @cindex debugging optimized code
1653 When you debug a program compiled with @samp{-g -O}, remember that the
1654 optimizer is rearranging your code; the debugger shows you what is
1655 really there.  Do not be too surprised when the execution path does not
1656 exactly match your source file!  An extreme example: if you define a
1657 variable, but never use it, @value{GDBN} never sees that
1658 variable---because the compiler optimizes it out of existence.
1659
1660 Some things do not work as well with @samp{-g -O} as with just
1661 @samp{-g}, particularly on machines with instruction scheduling.  If in
1662 doubt, recompile with @samp{-g} alone, and if this fixes the problem,
1663 please report it to us as a bug (including a test case!).
1664 @xref{Variables}, for more information about debugging optimized code.
1665
1666 Older versions of the @sc{gnu} C compiler permitted a variant option
1667 @w{@samp{-gg}} for debugging information.  @value{GDBN} no longer supports this
1668 format; if your @sc{gnu} C compiler has this option, do not use it.
1669
1670 @need 2000
1671 @node Starting
1672 @section Starting your program
1673 @cindex starting
1674 @cindex running
1675
1676 @table @code
1677 @kindex run
1678 @kindex r @r{(@code{run})}
1679 @item run
1680 @itemx r
1681 Use the @code{run} command to start your program under @value{GDBN}.
1682 You must first specify the program name (except on VxWorks) with an
1683 argument to @value{GDBN} (@pxref{Invocation, ,Getting In and Out of
1684 @value{GDBN}}), or by using the @code{file} or @code{exec-file} command
1685 (@pxref{Files, ,Commands to specify files}).
1686
1687 @end table
1688
1689 If you are running your program in an execution environment that
1690 supports processes, @code{run} creates an inferior process and makes
1691 that process run your program.  (In environments without processes,
1692 @code{run} jumps to the start of your program.)
1693
1694 The execution of a program is affected by certain information it
1695 receives from its superior.  @value{GDBN} provides ways to specify this
1696 information, which you must do @emph{before} starting your program.  (You
1697 can change it after starting your program, but such changes only affect
1698 your program the next time you start it.)  This information may be
1699 divided into four categories:
1700
1701 @table @asis
1702 @item The @emph{arguments.}
1703 Specify the arguments to give your program as the arguments of the
1704 @code{run} command.  If a shell is available on your target, the shell
1705 is used to pass the arguments, so that you may use normal conventions
1706 (such as wildcard expansion or variable substitution) in describing
1707 the arguments.
1708 In Unix systems, you can control which shell is used with the
1709 @code{SHELL} environment variable.
1710 @xref{Arguments, ,Your program's arguments}.
1711
1712 @item The @emph{environment.}
1713 Your program normally inherits its environment from @value{GDBN}, but you can
1714 use the @value{GDBN} commands @code{set environment} and @code{unset
1715 environment} to change parts of the environment that affect
1716 your program.  @xref{Environment, ,Your program's environment}.
1717
1718 @item The @emph{working directory.}
1719 Your program inherits its working directory from @value{GDBN}.  You can set
1720 the @value{GDBN} working directory with the @code{cd} command in @value{GDBN}.
1721 @xref{Working Directory, ,Your program's working directory}.
1722
1723 @item The @emph{standard input and output.}
1724 Your program normally uses the same device for standard input and
1725 standard output as @value{GDBN} is using.  You can redirect input and output
1726 in the @code{run} command line, or you can use the @code{tty} command to
1727 set a different device for your program.
1728 @xref{Input/Output, ,Your program's input and output}.
1729
1730 @cindex pipes
1731 @emph{Warning:} While input and output redirection work, you cannot use
1732 pipes to pass the output of the program you are debugging to another
1733 program; if you attempt this, @value{GDBN} is likely to wind up debugging the
1734 wrong program.
1735 @end table
1736
1737 When you issue the @code{run} command, your program begins to execute
1738 immediately.  @xref{Stopping, ,Stopping and continuing}, for discussion
1739 of how to arrange for your program to stop.  Once your program has
1740 stopped, you may call functions in your program, using the @code{print}
1741 or @code{call} commands.  @xref{Data, ,Examining Data}.
1742
1743 If the modification time of your symbol file has changed since the last
1744 time @value{GDBN} read its symbols, @value{GDBN} discards its symbol
1745 table, and reads it again.  When it does this, @value{GDBN} tries to retain
1746 your current breakpoints.
1747
1748 @table @code
1749 @kindex start
1750 @item start
1751 @cindex run to main procedure
1752 The name of the main procedure can vary from language to language.
1753 With C or C@t{++}, the main procedure name is always @code{main}, but
1754 other languages such as Ada do not require a specific name for their
1755 main procedure.  The debugger provides a convenient way to start the
1756 execution of the program and to stop at the beginning of the main
1757 procedure, depending on the language used.
1758
1759 The @samp{start} command does the equivalent of setting a temporary
1760 breakpoint at the beginning of the main procedure and then invoking
1761 the @samp{run} command.
1762
1763 Some programs contain an elaboration phase where some startup code is
1764 executed before the main program is called.  This depends on the
1765 languages used to write your program. In C@t{++} for instance,
1766 constructors for static and global objects are executed before
1767 @code{main} is called.  It is therefore possible that the debugger stops
1768 before reaching the main procedure.  However, the temporary breakpoint
1769 will remain to halt execution.
1770
1771 Specify the arguments to give to your program as arguments to the
1772 @samp{start} command.  These arguments will be given verbatim to the
1773 underlying @samp{run} command.  Note that the same arguments will be
1774 reused if no argument is provided during subsequent calls to
1775 @samp{start} or @samp{run}.
1776
1777 It is sometimes necessary to debug the program during elaboration.  In
1778 these cases, using the @code{start} command would stop the execution of
1779 your program too late, as the program would have already completed the
1780 elaboration phase.  Under these circumstances, insert breakpoints in your
1781 elaboration code before running your program.
1782 @end table
1783
1784 @node Arguments
1785 @section Your program's arguments
1786
1787 @cindex arguments (to your program)
1788 The arguments to your program can be specified by the arguments of the
1789 @code{run} command.
1790 They are passed to a shell, which expands wildcard characters and
1791 performs redirection of I/O, and thence to your program.  Your
1792 @code{SHELL} environment variable (if it exists) specifies what shell
1793 @value{GDBN} uses.  If you do not define @code{SHELL}, @value{GDBN} uses
1794 the default shell (@file{/bin/sh} on Unix).
1795
1796 On non-Unix systems, the program is usually invoked directly by
1797 @value{GDBN}, which emulates I/O redirection via the appropriate system
1798 calls, and the wildcard characters are expanded by the startup code of
1799 the program, not by the shell.
1800
1801 @code{run} with no arguments uses the same arguments used by the previous
1802 @code{run}, or those set by the @code{set args} command.
1803
1804 @table @code
1805 @kindex set args
1806 @item set args
1807 Specify the arguments to be used the next time your program is run.  If
1808 @code{set args} has no arguments, @code{run} executes your program
1809 with no arguments.  Once you have run your program with arguments,
1810 using @code{set args} before the next @code{run} is the only way to run
1811 it again without arguments.
1812
1813 @kindex show args
1814 @item show args
1815 Show the arguments to give your program when it is started.
1816 @end table
1817
1818 @node Environment
1819 @section Your program's environment
1820
1821 @cindex environment (of your program)
1822 The @dfn{environment} consists of a set of environment variables and
1823 their values.  Environment variables conventionally record such things as
1824 your user name, your home directory, your terminal type, and your search
1825 path for programs to run.  Usually you set up environment variables with
1826 the shell and they are inherited by all the other programs you run.  When
1827 debugging, it can be useful to try running your program with a modified
1828 environment without having to start @value{GDBN} over again.
1829
1830 @table @code
1831 @kindex path
1832 @item path @var{directory}
1833 Add @var{directory} to the front of the @code{PATH} environment variable
1834 (the search path for executables) that will be passed to your program.
1835 The value of @code{PATH} used by @value{GDBN} does not change.
1836 You may specify several directory names, separated by whitespace or by a
1837 system-dependent separator character (@samp{:} on Unix, @samp{;} on
1838 MS-DOS and MS-Windows).  If @var{directory} is already in the path, it
1839 is moved to the front, so it is searched sooner.
1840
1841 You can use the string @samp{$cwd} to refer to whatever is the current
1842 working directory at the time @value{GDBN} searches the path.  If you
1843 use @samp{.} instead, it refers to the directory where you executed the
1844 @code{path} command.  @value{GDBN} replaces @samp{.} in the
1845 @var{directory} argument (with the current path) before adding
1846 @var{directory} to the search path.
1847 @c 'path' is explicitly nonrepeatable, but RMS points out it is silly to
1848 @c document that, since repeating it would be a no-op.
1849
1850 @kindex show paths
1851 @item show paths
1852 Display the list of search paths for executables (the @code{PATH}
1853 environment variable).
1854
1855 @kindex show environment
1856 @item show environment @r{[}@var{varname}@r{]}
1857 Print the value of environment variable @var{varname} to be given to
1858 your program when it starts.  If you do not supply @var{varname},
1859 print the names and values of all environment variables to be given to
1860 your program.  You can abbreviate @code{environment} as @code{env}.
1861
1862 @kindex set environment
1863 @item set environment @var{varname} @r{[}=@var{value}@r{]}
1864 Set environment variable @var{varname} to @var{value}.  The value
1865 changes for your program only, not for @value{GDBN} itself.  @var{value} may
1866 be any string; the values of environment variables are just strings, and
1867 any interpretation is supplied by your program itself.  The @var{value}
1868 parameter is optional; if it is eliminated, the variable is set to a
1869 null value.
1870 @c "any string" here does not include leading, trailing
1871 @c blanks. Gnu asks: does anyone care?
1872
1873 For example, this command:
1874
1875 @smallexample
1876 set env USER = foo
1877 @end smallexample
1878
1879 @noindent
1880 tells the debugged program, when subsequently run, that its user is named
1881 @samp{foo}.  (The spaces around @samp{=} are used for clarity here; they
1882 are not actually required.)
1883
1884 @kindex unset environment
1885 @item unset environment @var{varname}
1886 Remove variable @var{varname} from the environment to be passed to your
1887 program.  This is different from @samp{set env @var{varname} =};
1888 @code{unset environment} removes the variable from the environment,
1889 rather than assigning it an empty value.
1890 @end table
1891
1892 @emph{Warning:} On Unix systems, @value{GDBN} runs your program using
1893 the shell indicated
1894 by your @code{SHELL} environment variable if it exists (or
1895 @code{/bin/sh} if not).  If your @code{SHELL} variable names a shell
1896 that runs an initialization file---such as @file{.cshrc} for C-shell, or
1897 @file{.bashrc} for BASH---any variables you set in that file affect
1898 your program.  You may wish to move setting of environment variables to
1899 files that are only run when you sign on, such as @file{.login} or
1900 @file{.profile}.
1901
1902 @node Working Directory
1903 @section Your program's working directory
1904
1905 @cindex working directory (of your program)
1906 Each time you start your program with @code{run}, it inherits its
1907 working directory from the current working directory of @value{GDBN}.
1908 The @value{GDBN} working directory is initially whatever it inherited
1909 from its parent process (typically the shell), but you can specify a new
1910 working directory in @value{GDBN} with the @code{cd} command.
1911
1912 The @value{GDBN} working directory also serves as a default for the commands
1913 that specify files for @value{GDBN} to operate on.  @xref{Files, ,Commands to
1914 specify files}.
1915
1916 @table @code
1917 @kindex cd
1918 @item cd @var{directory}
1919 Set the @value{GDBN} working directory to @var{directory}.
1920
1921 @kindex pwd
1922 @item pwd
1923 Print the @value{GDBN} working directory.
1924 @end table
1925
1926 @node Input/Output
1927 @section Your program's input and output
1928
1929 @cindex redirection
1930 @cindex i/o
1931 @cindex terminal
1932 By default, the program you run under @value{GDBN} does input and output to
1933 the same terminal that @value{GDBN} uses.  @value{GDBN} switches the terminal
1934 to its own terminal modes to interact with you, but it records the terminal
1935 modes your program was using and switches back to them when you continue
1936 running your program.
1937
1938 @table @code
1939 @kindex info terminal
1940 @item info terminal
1941 Displays information recorded by @value{GDBN} about the terminal modes your
1942 program is using.
1943 @end table
1944
1945 You can redirect your program's input and/or output using shell
1946 redirection with the @code{run} command.  For example,
1947
1948 @smallexample
1949 run > outfile
1950 @end smallexample
1951
1952 @noindent
1953 starts your program, diverting its output to the file @file{outfile}.
1954
1955 @kindex tty
1956 @cindex controlling terminal
1957 Another way to specify where your program should do input and output is
1958 with the @code{tty} command.  This command accepts a file name as
1959 argument, and causes this file to be the default for future @code{run}
1960 commands.  It also resets the controlling terminal for the child
1961 process, for future @code{run} commands.  For example,
1962
1963 @smallexample
1964 tty /dev/ttyb
1965 @end smallexample
1966
1967 @noindent
1968 directs that processes started with subsequent @code{run} commands
1969 default to do input and output on the terminal @file{/dev/ttyb} and have
1970 that as their controlling terminal.
1971
1972 An explicit redirection in @code{run} overrides the @code{tty} command's
1973 effect on the input/output device, but not its effect on the controlling
1974 terminal.
1975
1976 When you use the @code{tty} command or redirect input in the @code{run}
1977 command, only the input @emph{for your program} is affected.  The input
1978 for @value{GDBN} still comes from your terminal.
1979
1980 @node Attach
1981 @section Debugging an already-running process
1982 @kindex attach
1983 @cindex attach
1984
1985 @table @code
1986 @item attach @var{process-id}
1987 This command attaches to a running process---one that was started
1988 outside @value{GDBN}.  (@code{info files} shows your active
1989 targets.)  The command takes as argument a process ID.  The usual way to
1990 find out the process-id of a Unix process is with the @code{ps} utility,
1991 or with the @samp{jobs -l} shell command.
1992
1993 @code{attach} does not repeat if you press @key{RET} a second time after
1994 executing the command.
1995 @end table
1996
1997 To use @code{attach}, your program must be running in an environment
1998 which supports processes; for example, @code{attach} does not work for
1999 programs on bare-board targets that lack an operating system.  You must
2000 also have permission to send the process a signal.
2001
2002 When you use @code{attach}, the debugger finds the program running in
2003 the process first by looking in the current working directory, then (if
2004 the program is not found) by using the source file search path
2005 (@pxref{Source Path, ,Specifying source directories}).  You can also use
2006 the @code{file} command to load the program.  @xref{Files, ,Commands to
2007 Specify Files}.
2008
2009 The first thing @value{GDBN} does after arranging to debug the specified
2010 process is to stop it.  You can examine and modify an attached process
2011 with all the @value{GDBN} commands that are ordinarily available when
2012 you start processes with @code{run}.  You can insert breakpoints; you
2013 can step and continue; you can modify storage.  If you would rather the
2014 process continue running, you may use the @code{continue} command after
2015 attaching @value{GDBN} to the process.
2016
2017 @table @code
2018 @kindex detach
2019 @item detach
2020 When you have finished debugging the attached process, you can use the
2021 @code{detach} command to release it from @value{GDBN} control.  Detaching
2022 the process continues its execution.  After the @code{detach} command,
2023 that process and @value{GDBN} become completely independent once more, and you
2024 are ready to @code{attach} another process or start one with @code{run}.
2025 @code{detach} does not repeat if you press @key{RET} again after
2026 executing the command.
2027 @end table
2028
2029 If you exit @value{GDBN} or use the @code{run} command while you have an
2030 attached process, you kill that process.  By default, @value{GDBN} asks
2031 for confirmation if you try to do either of these things; you can
2032 control whether or not you need to confirm by using the @code{set
2033 confirm} command (@pxref{Messages/Warnings, ,Optional warnings and
2034 messages}).
2035
2036 @node Kill Process
2037 @section Killing the child process
2038
2039 @table @code
2040 @kindex kill
2041 @item kill
2042 Kill the child process in which your program is running under @value{GDBN}.
2043 @end table
2044
2045 This command is useful if you wish to debug a core dump instead of a
2046 running process.  @value{GDBN} ignores any core dump file while your program
2047 is running.
2048
2049 On some operating systems, a program cannot be executed outside @value{GDBN}
2050 while you have breakpoints set on it inside @value{GDBN}.  You can use the
2051 @code{kill} command in this situation to permit running your program
2052 outside the debugger.
2053
2054 The @code{kill} command is also useful if you wish to recompile and
2055 relink your program, since on many systems it is impossible to modify an
2056 executable file while it is running in a process.  In this case, when you
2057 next type @code{run}, @value{GDBN} notices that the file has changed, and
2058 reads the symbol table again (while trying to preserve your current
2059 breakpoint settings).
2060
2061 @node Threads
2062 @section Debugging programs with multiple threads
2063
2064 @cindex threads of execution
2065 @cindex multiple threads
2066 @cindex switching threads
2067 In some operating systems, such as HP-UX and Solaris, a single program
2068 may have more than one @dfn{thread} of execution.  The precise semantics
2069 of threads differ from one operating system to another, but in general
2070 the threads of a single program are akin to multiple processes---except
2071 that they share one address space (that is, they can all examine and
2072 modify the same variables).  On the other hand, each thread has its own
2073 registers and execution stack, and perhaps private memory.
2074
2075 @value{GDBN} provides these facilities for debugging multi-thread
2076 programs:
2077
2078 @itemize @bullet
2079 @item automatic notification of new threads
2080 @item @samp{thread @var{threadno}}, a command to switch among threads
2081 @item @samp{info threads}, a command to inquire about existing threads
2082 @item @samp{thread apply [@var{threadno}] [@var{all}] @var{args}},
2083 a command to apply a command to a list of threads
2084 @item thread-specific breakpoints
2085 @end itemize
2086
2087 @quotation
2088 @emph{Warning:} These facilities are not yet available on every
2089 @value{GDBN} configuration where the operating system supports threads.
2090 If your @value{GDBN} does not support threads, these commands have no
2091 effect.  For example, a system without thread support shows no output
2092 from @samp{info threads}, and always rejects the @code{thread} command,
2093 like this:
2094
2095 @smallexample
2096 (@value{GDBP}) info threads
2097 (@value{GDBP}) thread 1
2098 Thread ID 1 not known.  Use the "info threads" command to
2099 see the IDs of currently known threads.
2100 @end smallexample
2101 @c FIXME to implementors: how hard would it be to say "sorry, this GDB
2102 @c                        doesn't support threads"?
2103 @end quotation
2104
2105 @cindex focus of debugging
2106 @cindex current thread
2107 The @value{GDBN} thread debugging facility allows you to observe all
2108 threads while your program runs---but whenever @value{GDBN} takes
2109 control, one thread in particular is always the focus of debugging.
2110 This thread is called the @dfn{current thread}.  Debugging commands show
2111 program information from the perspective of the current thread.
2112
2113 @cindex @code{New} @var{systag} message
2114 @cindex thread identifier (system)
2115 @c FIXME-implementors!! It would be more helpful if the [New...] message
2116 @c included GDB's numeric thread handle, so you could just go to that
2117 @c thread without first checking `info threads'.
2118 Whenever @value{GDBN} detects a new thread in your program, it displays
2119 the target system's identification for the thread with a message in the
2120 form @samp{[New @var{systag}]}.  @var{systag} is a thread identifier
2121 whose form varies depending on the particular system.  For example, on
2122 LynxOS, you might see
2123
2124 @smallexample
2125 [New process 35 thread 27]
2126 @end smallexample
2127
2128 @noindent
2129 when @value{GDBN} notices a new thread.  In contrast, on an SGI system,
2130 the @var{systag} is simply something like @samp{process 368}, with no
2131 further qualifier.
2132
2133 @c FIXME!! (1) Does the [New...] message appear even for the very first
2134 @c         thread of a program, or does it only appear for the
2135 @c         second---i.e.@: when it becomes obvious we have a multithread
2136 @c         program?
2137 @c         (2) *Is* there necessarily a first thread always?  Or do some
2138 @c         multithread systems permit starting a program with multiple
2139 @c         threads ab initio?
2140
2141 @cindex thread number
2142 @cindex thread identifier (GDB)
2143 For debugging purposes, @value{GDBN} associates its own thread
2144 number---always a single integer---with each thread in your program.
2145
2146 @table @code
2147 @kindex info threads
2148 @item info threads
2149 Display a summary of all threads currently in your
2150 program.  @value{GDBN} displays for each thread (in this order):
2151
2152 @enumerate
2153 @item the thread number assigned by @value{GDBN}
2154
2155 @item the target system's thread identifier (@var{systag})
2156
2157 @item the current stack frame summary for that thread
2158 @end enumerate
2159
2160 @noindent
2161 An asterisk @samp{*} to the left of the @value{GDBN} thread number
2162 indicates the current thread.
2163
2164 For example,
2165 @end table
2166 @c end table here to get a little more width for example
2167
2168 @smallexample
2169 (@value{GDBP}) info threads
2170   3 process 35 thread 27  0x34e5 in sigpause ()
2171   2 process 35 thread 23  0x34e5 in sigpause ()
2172 * 1 process 35 thread 13  main (argc=1, argv=0x7ffffff8)
2173     at threadtest.c:68
2174 @end smallexample
2175
2176 On HP-UX systems:
2177
2178 @cindex debugging multithreaded programs (on HP-UX)
2179 @cindex thread identifier (GDB), on HP-UX
2180 For debugging purposes, @value{GDBN} associates its own thread
2181 number---a small integer assigned in thread-creation order---with each
2182 thread in your program.
2183
2184 @cindex @code{New} @var{systag} message, on HP-UX
2185 @cindex thread identifier (system), on HP-UX
2186 @c FIXME-implementors!! It would be more helpful if the [New...] message
2187 @c included GDB's numeric thread handle, so you could just go to that
2188 @c thread without first checking `info threads'.
2189 Whenever @value{GDBN} detects a new thread in your program, it displays
2190 both @value{GDBN}'s thread number and the target system's identification for the thread with a message in the
2191 form @samp{[New @var{systag}]}.  @var{systag} is a thread identifier
2192 whose form varies depending on the particular system.  For example, on
2193 HP-UX, you see
2194
2195 @smallexample
2196 [New thread 2 (system thread 26594)]
2197 @end smallexample
2198
2199 @noindent
2200 when @value{GDBN} notices a new thread.
2201
2202 @table @code
2203 @kindex info threads (HP-UX)
2204 @item info threads
2205 Display a summary of all threads currently in your
2206 program.  @value{GDBN} displays for each thread (in this order):
2207
2208 @enumerate
2209 @item the thread number assigned by @value{GDBN}
2210
2211 @item the target system's thread identifier (@var{systag})
2212
2213 @item the current stack frame summary for that thread
2214 @end enumerate
2215
2216 @noindent
2217 An asterisk @samp{*} to the left of the @value{GDBN} thread number
2218 indicates the current thread.
2219
2220 For example,
2221 @end table
2222 @c end table here to get a little more width for example
2223
2224 @smallexample
2225 (@value{GDBP}) info threads
2226     * 3 system thread 26607  worker (wptr=0x7b09c318 "@@") \@*
2227                                at quicksort.c:137
2228       2 system thread 26606  0x7b0030d8 in __ksleep () \@*
2229                                from /usr/lib/libc.2
2230       1 system thread 27905  0x7b003498 in _brk () \@*
2231                                from /usr/lib/libc.2
2232 @end smallexample
2233
2234 @table @code
2235 @kindex thread @var{threadno}
2236 @item thread @var{threadno}
2237 Make thread number @var{threadno} the current thread.  The command
2238 argument @var{threadno} is the internal @value{GDBN} thread number, as
2239 shown in the first field of the @samp{info threads} display.
2240 @value{GDBN} responds by displaying the system identifier of the thread
2241 you selected, and its current stack frame summary:
2242
2243 @smallexample
2244 @c FIXME!! This example made up; find a @value{GDBN} w/threads and get real one
2245 (@value{GDBP}) thread 2
2246 [Switching to process 35 thread 23]
2247 0x34e5 in sigpause ()
2248 @end smallexample
2249
2250 @noindent
2251 As with the @samp{[New @dots{}]} message, the form of the text after
2252 @samp{Switching to} depends on your system's conventions for identifying
2253 threads.
2254
2255 @item thread apply [@var{threadno}] [@var{all}]  @var{args}
2256 The @code{thread apply} command allows you to apply a command to one or
2257 more threads.  Specify the numbers of the threads that you want affected
2258 with the command argument @var{threadno}.  @var{threadno} is the internal
2259 @value{GDBN} thread number, as shown in the first field of the @samp{info
2260 threads} display.  To apply a command to all threads, use
2261 @code{thread apply all} @var{args}.
2262 @end table
2263
2264 @cindex automatic thread selection
2265 @cindex switching threads automatically
2266 @cindex threads, automatic switching
2267 Whenever @value{GDBN} stops your program, due to a breakpoint or a
2268 signal, it automatically selects the thread where that breakpoint or
2269 signal happened.  @value{GDBN} alerts you to the context switch with a
2270 message of the form @samp{[Switching to @var{systag}]} to identify the
2271 thread.
2272
2273 @xref{Thread Stops,,Stopping and starting multi-thread programs}, for
2274 more information about how @value{GDBN} behaves when you stop and start
2275 programs with multiple threads.
2276
2277 @xref{Set Watchpoints,,Setting watchpoints}, for information about
2278 watchpoints in programs with multiple threads.
2279
2280 @node Processes
2281 @section Debugging programs with multiple processes
2282
2283 @cindex fork, debugging programs which call
2284 @cindex multiple processes
2285 @cindex processes, multiple
2286 On most systems, @value{GDBN} has no special support for debugging
2287 programs which create additional processes using the @code{fork}
2288 function.  When a program forks, @value{GDBN} will continue to debug the
2289 parent process and the child process will run unimpeded.  If you have
2290 set a breakpoint in any code which the child then executes, the child
2291 will get a @code{SIGTRAP} signal which (unless it catches the signal)
2292 will cause it to terminate.
2293
2294 However, if you want to debug the child process there is a workaround
2295 which isn't too painful.  Put a call to @code{sleep} in the code which
2296 the child process executes after the fork.  It may be useful to sleep
2297 only if a certain environment variable is set, or a certain file exists,
2298 so that the delay need not occur when you don't want to run @value{GDBN}
2299 on the child.  While the child is sleeping, use the @code{ps} program to
2300 get its process ID.  Then tell @value{GDBN} (a new invocation of
2301 @value{GDBN} if you are also debugging the parent process) to attach to
2302 the child process (@pxref{Attach}).  From that point on you can debug
2303 the child process just like any other process which you attached to.
2304
2305 On some systems, @value{GDBN} provides support for debugging programs that
2306 create additional processes using the @code{fork} or @code{vfork} functions.
2307 Currently, the only platforms with this feature are HP-UX (11.x and later
2308 only?) and GNU/Linux (kernel version 2.5.60 and later).
2309
2310 By default, when a program forks, @value{GDBN} will continue to debug
2311 the parent process and the child process will run unimpeded.
2312
2313 If you want to follow the child process instead of the parent process,
2314 use the command @w{@code{set follow-fork-mode}}.
2315
2316 @table @code
2317 @kindex set follow-fork-mode
2318 @item set follow-fork-mode @var{mode}
2319 Set the debugger response to a program call of @code{fork} or
2320 @code{vfork}.  A call to @code{fork} or @code{vfork} creates a new
2321 process.  The @var{mode} can be:
2322
2323 @table @code
2324 @item parent
2325 The original process is debugged after a fork.  The child process runs
2326 unimpeded.  This is the default.
2327
2328 @item child
2329 The new process is debugged after a fork.  The parent process runs
2330 unimpeded.
2331
2332 @end table
2333
2334 @item show follow-fork-mode
2335 Display the current debugger response to a @code{fork} or @code{vfork} call.
2336 @end table
2337
2338 If you ask to debug a child process and a @code{vfork} is followed by an
2339 @code{exec}, @value{GDBN} executes the new target up to the first
2340 breakpoint in the new target.  If you have a breakpoint set on
2341 @code{main} in your original program, the breakpoint will also be set on
2342 the child process's @code{main}.
2343
2344 When a child process is spawned by @code{vfork}, you cannot debug the
2345 child or parent until an @code{exec} call completes.
2346
2347 If you issue a @code{run} command to @value{GDBN} after an @code{exec}
2348 call executes, the new target restarts.  To restart the parent process,
2349 use the @code{file} command with the parent executable name as its
2350 argument.
2351
2352 You can use the @code{catch} command to make @value{GDBN} stop whenever
2353 a @code{fork}, @code{vfork}, or @code{exec} call is made.  @xref{Set
2354 Catchpoints, ,Setting catchpoints}.
2355
2356 @node Stopping
2357 @chapter Stopping and Continuing
2358
2359 The principal purposes of using a debugger are so that you can stop your
2360 program before it terminates; or so that, if your program runs into
2361 trouble, you can investigate and find out why.
2362
2363 Inside @value{GDBN}, your program may stop for any of several reasons,
2364 such as a signal, a breakpoint, or reaching a new line after a
2365 @value{GDBN} command such as @code{step}.  You may then examine and
2366 change variables, set new breakpoints or remove old ones, and then
2367 continue execution.  Usually, the messages shown by @value{GDBN} provide
2368 ample explanation of the status of your program---but you can also
2369 explicitly request this information at any time.
2370
2371 @table @code
2372 @kindex info program
2373 @item info program
2374 Display information about the status of your program: whether it is
2375 running or not, what process it is, and why it stopped.
2376 @end table
2377
2378 @menu
2379 * Breakpoints::                 Breakpoints, watchpoints, and catchpoints
2380 * Continuing and Stepping::     Resuming execution
2381 * Signals::                     Signals
2382 * Thread Stops::                Stopping and starting multi-thread programs
2383 @end menu
2384
2385 @node Breakpoints
2386 @section Breakpoints, watchpoints, and catchpoints
2387
2388 @cindex breakpoints
2389 A @dfn{breakpoint} makes your program stop whenever a certain point in
2390 the program is reached.  For each breakpoint, you can add conditions to
2391 control in finer detail whether your program stops.  You can set
2392 breakpoints with the @code{break} command and its variants (@pxref{Set
2393 Breaks, ,Setting breakpoints}), to specify the place where your program
2394 should stop by line number, function name or exact address in the
2395 program.
2396
2397 In HP-UX, SunOS 4.x, SVR4, and Alpha OSF/1 configurations, you can set
2398 breakpoints in shared libraries before the executable is run.  There is
2399 a minor limitation on HP-UX systems: you must wait until the executable
2400 is run in order to set breakpoints in shared library routines that are
2401 not called directly by the program (for example, routines that are
2402 arguments in a @code{pthread_create} call).
2403
2404 @cindex watchpoints
2405 @cindex memory tracing
2406 @cindex breakpoint on memory address
2407 @cindex breakpoint on variable modification
2408 A @dfn{watchpoint} is a special breakpoint that stops your program
2409 when the value of an expression changes.  You must use a different
2410 command to set watchpoints (@pxref{Set Watchpoints, ,Setting
2411 watchpoints}), but aside from that, you can manage a watchpoint like
2412 any other breakpoint: you enable, disable, and delete both breakpoints
2413 and watchpoints using the same commands.
2414
2415 You can arrange to have values from your program displayed automatically
2416 whenever @value{GDBN} stops at a breakpoint.  @xref{Auto Display,,
2417 Automatic display}.
2418
2419 @cindex catchpoints
2420 @cindex breakpoint on events
2421 A @dfn{catchpoint} is another special breakpoint that stops your program
2422 when a certain kind of event occurs, such as the throwing of a C@t{++}
2423 exception or the loading of a library.  As with watchpoints, you use a
2424 different command to set a catchpoint (@pxref{Set Catchpoints, ,Setting
2425 catchpoints}), but aside from that, you can manage a catchpoint like any
2426 other breakpoint.  (To stop when your program receives a signal, use the
2427 @code{handle} command; see @ref{Signals, ,Signals}.)
2428
2429 @cindex breakpoint numbers
2430 @cindex numbers for breakpoints
2431 @value{GDBN} assigns a number to each breakpoint, watchpoint, or
2432 catchpoint when you create it; these numbers are successive integers
2433 starting with one.  In many of the commands for controlling various
2434 features of breakpoints you use the breakpoint number to say which
2435 breakpoint you want to change.  Each breakpoint may be @dfn{enabled} or
2436 @dfn{disabled}; if disabled, it has no effect on your program until you
2437 enable it again.
2438
2439 @cindex breakpoint ranges
2440 @cindex ranges of breakpoints
2441 Some @value{GDBN} commands accept a range of breakpoints on which to
2442 operate.  A breakpoint range is either a single breakpoint number, like
2443 @samp{5}, or two such numbers, in increasing order, separated by a
2444 hyphen, like @samp{5-7}.  When a breakpoint range is given to a command,
2445 all breakpoint in that range are operated on.
2446
2447 @menu
2448 * Set Breaks::                  Setting breakpoints
2449 * Set Watchpoints::             Setting watchpoints
2450 * Set Catchpoints::             Setting catchpoints
2451 * Delete Breaks::               Deleting breakpoints
2452 * Disabling::                   Disabling breakpoints
2453 * Conditions::                  Break conditions
2454 * Break Commands::              Breakpoint command lists
2455 * Breakpoint Menus::            Breakpoint menus
2456 * Error in Breakpoints::        ``Cannot insert breakpoints''
2457 * Breakpoint related warnings:: ``Breakpoint address adjusted...''
2458 @end menu
2459
2460 @node Set Breaks
2461 @subsection Setting breakpoints
2462
2463 @c FIXME LMB what does GDB do if no code on line of breakpt?
2464 @c       consider in particular declaration with/without initialization.
2465 @c
2466 @c FIXME 2 is there stuff on this already? break at fun start, already init?
2467
2468 @kindex break
2469 @kindex b @r{(@code{break})}
2470 @vindex $bpnum@r{, convenience variable}
2471 @cindex latest breakpoint
2472 Breakpoints are set with the @code{break} command (abbreviated
2473 @code{b}).  The debugger convenience variable @samp{$bpnum} records the
2474 number of the breakpoint you've set most recently; see @ref{Convenience
2475 Vars,, Convenience variables}, for a discussion of what you can do with
2476 convenience variables.
2477
2478 You have several ways to say where the breakpoint should go.
2479
2480 @table @code
2481 @item break @var{function}
2482 Set a breakpoint at entry to function @var{function}.
2483 When using source languages that permit overloading of symbols, such as
2484 C@t{++}, @var{function} may refer to more than one possible place to break.
2485 @xref{Breakpoint Menus,,Breakpoint menus}, for a discussion of that situation.
2486
2487 @item break +@var{offset}
2488 @itemx break -@var{offset}
2489 Set a breakpoint some number of lines forward or back from the position
2490 at which execution stopped in the currently selected @dfn{stack frame}.
2491 (@xref{Frames, ,Frames}, for a description of stack frames.)
2492
2493 @item break @var{linenum}
2494 Set a breakpoint at line @var{linenum} in the current source file.
2495 The current source file is the last file whose source text was printed.
2496 The breakpoint will stop your program just before it executes any of the
2497 code on that line.
2498
2499 @item break @var{filename}:@var{linenum}
2500 Set a breakpoint at line @var{linenum} in source file @var{filename}.
2501
2502 @item break @var{filename}:@var{function}
2503 Set a breakpoint at entry to function @var{function} found in file
2504 @var{filename}.  Specifying a file name as well as a function name is
2505 superfluous except when multiple files contain similarly named
2506 functions.
2507
2508 @item break *@var{address}
2509 Set a breakpoint at address @var{address}.  You can use this to set
2510 breakpoints in parts of your program which do not have debugging
2511 information or source files.
2512
2513 @item break
2514 When called without any arguments, @code{break} sets a breakpoint at
2515 the next instruction to be executed in the selected stack frame
2516 (@pxref{Stack, ,Examining the Stack}).  In any selected frame but the
2517 innermost, this makes your program stop as soon as control
2518 returns to that frame.  This is similar to the effect of a
2519 @code{finish} command in the frame inside the selected frame---except
2520 that @code{finish} does not leave an active breakpoint.  If you use
2521 @code{break} without an argument in the innermost frame, @value{GDBN} stops
2522 the next time it reaches the current location; this may be useful
2523 inside loops.
2524
2525 @value{GDBN} normally ignores breakpoints when it resumes execution, until at
2526 least one instruction has been executed.  If it did not do this, you
2527 would be unable to proceed past a breakpoint without first disabling the
2528 breakpoint.  This rule applies whether or not the breakpoint already
2529 existed when your program stopped.
2530
2531 @item break @dots{} if @var{cond}
2532 Set a breakpoint with condition @var{cond}; evaluate the expression
2533 @var{cond} each time the breakpoint is reached, and stop only if the
2534 value is nonzero---that is, if @var{cond} evaluates as true.
2535 @samp{@dots{}} stands for one of the possible arguments described
2536 above (or no argument) specifying where to break.  @xref{Conditions,
2537 ,Break conditions}, for more information on breakpoint conditions.
2538
2539 @kindex tbreak
2540 @item tbreak @var{args}
2541 Set a breakpoint enabled only for one stop.  @var{args} are the
2542 same as for the @code{break} command, and the breakpoint is set in the same
2543 way, but the breakpoint is automatically deleted after the first time your
2544 program stops there.  @xref{Disabling, ,Disabling breakpoints}.
2545
2546 @kindex hbreak
2547 @item hbreak @var{args}
2548 Set a hardware-assisted breakpoint.  @var{args} are the same as for the
2549 @code{break} command and the breakpoint is set in the same way, but the
2550 breakpoint requires hardware support and some target hardware may not
2551 have this support.  The main purpose of this is EPROM/ROM code
2552 debugging, so you can set a breakpoint at an instruction without
2553 changing the instruction.  This can be used with the new trap-generation
2554 provided by SPARClite DSU and some x86-based targets.  These targets
2555 will generate traps when a program accesses some data or instruction
2556 address that is assigned to the debug registers.  However the hardware
2557 breakpoint registers can take a limited number of breakpoints.  For
2558 example, on the DSU, only two data breakpoints can be set at a time, and
2559 @value{GDBN} will reject this command if more than two are used.  Delete
2560 or disable unused hardware breakpoints before setting new ones
2561 (@pxref{Disabling, ,Disabling}).  @xref{Conditions, ,Break conditions}.
2562 @xref{set remote hardware-breakpoint-limit}.
2563
2564
2565 @kindex thbreak
2566 @item thbreak @var{args}
2567 Set a hardware-assisted breakpoint enabled only for one stop.  @var{args}
2568 are the same as for the @code{hbreak} command and the breakpoint is set in
2569 the same way.  However, like the @code{tbreak} command,
2570 the breakpoint is automatically deleted after the
2571 first time your program stops there.  Also, like the @code{hbreak}
2572 command, the breakpoint requires hardware support and some target hardware
2573 may not have this support.  @xref{Disabling, ,Disabling breakpoints}.
2574 See also @ref{Conditions, ,Break conditions}.
2575
2576 @kindex rbreak
2577 @cindex regular expression
2578 @item rbreak @var{regex}
2579 Set breakpoints on all functions matching the regular expression
2580 @var{regex}.  This command sets an unconditional breakpoint on all
2581 matches, printing a list of all breakpoints it set.  Once these
2582 breakpoints are set, they are treated just like the breakpoints set with
2583 the @code{break} command.  You can delete them, disable them, or make
2584 them conditional the same way as any other breakpoint.
2585
2586 The syntax of the regular expression is the standard one used with tools
2587 like @file{grep}.  Note that this is different from the syntax used by
2588 shells, so for instance @code{foo*} matches all functions that include
2589 an @code{fo} followed by zero or more @code{o}s.  There is an implicit
2590 @code{.*} leading and trailing the regular expression you supply, so to
2591 match only functions that begin with @code{foo}, use @code{^foo}.
2592
2593 @cindex non-member C@t{++} functions, set breakpoint in
2594 When debugging C@t{++} programs, @code{rbreak} is useful for setting
2595 breakpoints on overloaded functions that are not members of any special
2596 classes.
2597
2598 @cindex set breakpoints on all functions
2599 The @code{rbreak} command can be used to set breakpoints in
2600 @strong{all} the functions in a program, like this:
2601
2602 @smallexample
2603 (@value{GDBP}) rbreak .
2604 @end smallexample
2605
2606 @kindex info breakpoints
2607 @cindex @code{$_} and @code{info breakpoints}
2608 @item info breakpoints @r{[}@var{n}@r{]}
2609 @itemx info break @r{[}@var{n}@r{]}
2610 @itemx info watchpoints @r{[}@var{n}@r{]}
2611 Print a table of all breakpoints, watchpoints, and catchpoints set and
2612 not deleted, with the following columns for each breakpoint:
2613
2614 @table @emph
2615 @item Breakpoint Numbers
2616 @item Type
2617 Breakpoint, watchpoint, or catchpoint.
2618 @item Disposition
2619 Whether the breakpoint is marked to be disabled or deleted when hit.
2620 @item Enabled or Disabled
2621 Enabled breakpoints are marked with @samp{y}.  @samp{n} marks breakpoints
2622 that are not enabled.
2623 @item Address
2624 Where the breakpoint is in your program, as a memory address.  If the
2625 breakpoint is pending (see below for details) on a future load of a shared library, the address
2626 will be listed as @samp{<PENDING>}.
2627 @item What
2628 Where the breakpoint is in the source for your program, as a file and
2629 line number.  For a pending breakpoint, the original string passed to
2630 the breakpoint command will be listed as it cannot be resolved until
2631 the appropriate shared library is loaded in the future.
2632 @end table
2633
2634 @noindent
2635 If a breakpoint is conditional, @code{info break} shows the condition on
2636 the line following the affected breakpoint; breakpoint commands, if any,
2637 are listed after that.  A pending breakpoint is allowed to have a condition
2638 specified for it.  The condition is not parsed for validity until a shared
2639 library is loaded that allows the pending breakpoint to resolve to a
2640 valid location.
2641
2642 @noindent
2643 @code{info break} with a breakpoint
2644 number @var{n} as argument lists only that breakpoint.  The
2645 convenience variable @code{$_} and the default examining-address for
2646 the @code{x} command are set to the address of the last breakpoint
2647 listed (@pxref{Memory, ,Examining memory}).
2648
2649 @noindent
2650 @code{info break} displays a count of the number of times the breakpoint
2651 has been hit.  This is especially useful in conjunction with the
2652 @code{ignore} command.  You can ignore a large number of breakpoint
2653 hits, look at the breakpoint info to see how many times the breakpoint
2654 was hit, and then run again, ignoring one less than that number.  This
2655 will get you quickly to the last hit of that breakpoint.
2656 @end table
2657
2658 @value{GDBN} allows you to set any number of breakpoints at the same place in
2659 your program.  There is nothing silly or meaningless about this.  When
2660 the breakpoints are conditional, this is even useful
2661 (@pxref{Conditions, ,Break conditions}).
2662
2663 @cindex pending breakpoints
2664 If a specified breakpoint location cannot be found, it may be due to the fact
2665 that the location is in a shared library that is yet to be loaded.  In such
2666 a case, you may want @value{GDBN} to create a special breakpoint (known as
2667 a @dfn{pending breakpoint}) that
2668 attempts to resolve itself in the future when an appropriate shared library
2669 gets loaded.
2670
2671 Pending breakpoints are useful to set at the start of your
2672 @value{GDBN} session for locations that you know will be dynamically loaded
2673 later by the program being debugged.  When shared libraries are loaded,
2674 a check is made to see if the load resolves any pending breakpoint locations.
2675 If a pending breakpoint location gets resolved,
2676 a regular breakpoint is created and the original pending breakpoint is removed.
2677
2678 @value{GDBN} provides some additional commands for controlling pending
2679 breakpoint support:
2680
2681 @kindex set breakpoint pending
2682 @kindex show breakpoint pending
2683 @table @code
2684 @item set breakpoint pending auto
2685 This is the default behavior.  When @value{GDBN} cannot find the breakpoint
2686 location, it queries you whether a pending breakpoint should be created.
2687
2688 @item set breakpoint pending on
2689 This indicates that an unrecognized breakpoint location should automatically
2690 result in a pending breakpoint being created.
2691
2692 @item set breakpoint pending off
2693 This indicates that pending breakpoints are not to be created.  Any
2694 unrecognized breakpoint location results in an error.  This setting does
2695 not affect any pending breakpoints previously created.
2696
2697 @item show breakpoint pending
2698 Show the current behavior setting for creating pending breakpoints.
2699 @end table
2700
2701 @cindex operations allowed on pending breakpoints
2702 Normal breakpoint operations apply to pending breakpoints as well.  You may
2703 specify a condition for a pending breakpoint and/or commands to run when the
2704 breakpoint is reached.  You can also enable or disable
2705 the pending breakpoint.  When you specify a condition for a pending breakpoint,
2706 the parsing of the condition will be deferred until the point where the
2707 pending breakpoint location is resolved.  Disabling a pending breakpoint
2708 tells @value{GDBN} to not attempt to resolve the breakpoint on any subsequent
2709 shared library load.  When a pending breakpoint is re-enabled,
2710 @value{GDBN} checks to see if the location is already resolved.
2711 This is done because any number of shared library loads could have
2712 occurred since the time the breakpoint was disabled and one or more
2713 of these loads could resolve the location.
2714
2715 @cindex negative breakpoint numbers
2716 @cindex internal @value{GDBN} breakpoints
2717 @value{GDBN} itself sometimes sets breakpoints in your program for
2718 special purposes, such as proper handling of @code{longjmp} (in C
2719 programs).  These internal breakpoints are assigned negative numbers,
2720 starting with @code{-1}; @samp{info breakpoints} does not display them.
2721 You can see these breakpoints with the @value{GDBN} maintenance command
2722 @samp{maint info breakpoints} (@pxref{maint info breakpoints}).
2723
2724
2725 @node Set Watchpoints
2726 @subsection Setting watchpoints
2727
2728 @cindex setting watchpoints
2729 @cindex software watchpoints
2730 @cindex hardware watchpoints
2731 You can use a watchpoint to stop execution whenever the value of an
2732 expression changes, without having to predict a particular place where
2733 this may happen.
2734
2735 Depending on your system, watchpoints may be implemented in software or
2736 hardware.  @value{GDBN} does software watchpointing by single-stepping your
2737 program and testing the variable's value each time, which is hundreds of
2738 times slower than normal execution.  (But this may still be worth it, to
2739 catch errors where you have no clue what part of your program is the
2740 culprit.)
2741
2742 On some systems, such as HP-UX, @sc{gnu}/Linux and some other x86-based targets,
2743 @value{GDBN} includes support for
2744 hardware watchpoints, which do not slow down the running of your
2745 program.
2746
2747 @table @code
2748 @kindex watch
2749 @item watch @var{expr}
2750 Set a watchpoint for an expression.  @value{GDBN} will break when @var{expr}
2751 is written into by the program and its value changes.
2752
2753 @kindex rwatch
2754 @item rwatch @var{expr}
2755 Set a watchpoint that will break when watch @var{expr} is read by the program.
2756
2757 @kindex awatch
2758 @item awatch @var{expr}
2759 Set a watchpoint that will break when @var{expr} is either read or written into
2760 by the program.
2761
2762 @kindex info watchpoints
2763 @item info watchpoints
2764 This command prints a list of watchpoints, breakpoints, and catchpoints;
2765 it is the same as @code{info break}.
2766 @end table
2767
2768 @value{GDBN} sets a @dfn{hardware watchpoint} if possible.  Hardware
2769 watchpoints execute very quickly, and the debugger reports a change in
2770 value at the exact instruction where the change occurs.  If @value{GDBN}
2771 cannot set a hardware watchpoint, it sets a software watchpoint, which
2772 executes more slowly and reports the change in value at the next
2773 statement, not the instruction, after the change occurs.
2774
2775 When you issue the @code{watch} command, @value{GDBN} reports
2776
2777 @smallexample
2778 Hardware watchpoint @var{num}: @var{expr}
2779 @end smallexample
2780
2781 @noindent
2782 if it was able to set a hardware watchpoint.
2783
2784 Currently, the @code{awatch} and @code{rwatch} commands can only set
2785 hardware watchpoints, because accesses to data that don't change the
2786 value of the watched expression cannot be detected without examining
2787 every instruction as it is being executed, and @value{GDBN} does not do
2788 that currently.  If @value{GDBN} finds that it is unable to set a
2789 hardware breakpoint with the @code{awatch} or @code{rwatch} command, it
2790 will print a message like this:
2791
2792 @smallexample
2793 Expression cannot be implemented with read/access watchpoint.
2794 @end smallexample
2795
2796 Sometimes, @value{GDBN} cannot set a hardware watchpoint because the
2797 data type of the watched expression is wider than what a hardware
2798 watchpoint on the target machine can handle.  For example, some systems
2799 can only watch regions that are up to 4 bytes wide; on such systems you
2800 cannot set hardware watchpoints for an expression that yields a
2801 double-precision floating-point number (which is typically 8 bytes
2802 wide).  As a work-around, it might be possible to break the large region
2803 into a series of smaller ones and watch them with separate watchpoints.
2804
2805 If you set too many hardware watchpoints, @value{GDBN} might be unable
2806 to insert all of them when you resume the execution of your program.
2807 Since the precise number of active watchpoints is unknown until such
2808 time as the program is about to be resumed, @value{GDBN} might not be
2809 able to warn you about this when you set the watchpoints, and the
2810 warning will be printed only when the program is resumed:
2811
2812 @smallexample
2813 Hardware watchpoint @var{num}: Could not insert watchpoint
2814 @end smallexample
2815
2816 @noindent
2817 If this happens, delete or disable some of the watchpoints.
2818
2819 The SPARClite DSU will generate traps when a program accesses some data
2820 or instruction address that is assigned to the debug registers.  For the
2821 data addresses, DSU facilitates the @code{watch} command.  However the
2822 hardware breakpoint registers can only take two data watchpoints, and
2823 both watchpoints must be the same kind.  For example, you can set two
2824 watchpoints with @code{watch} commands, two with @code{rwatch} commands,
2825 @strong{or} two with @code{awatch} commands, but you cannot set one
2826 watchpoint with one command and the other with a different command.
2827 @value{GDBN} will reject the command if you try to mix watchpoints.
2828 Delete or disable unused watchpoint commands before setting new ones.
2829
2830 If you call a function interactively using @code{print} or @code{call},
2831 any watchpoints you have set will be inactive until @value{GDBN} reaches another
2832 kind of breakpoint or the call completes.
2833
2834 @value{GDBN} automatically deletes watchpoints that watch local
2835 (automatic) variables, or expressions that involve such variables, when
2836 they go out of scope, that is, when the execution leaves the block in
2837 which these variables were defined.  In particular, when the program
2838 being debugged terminates, @emph{all} local variables go out of scope,
2839 and so only watchpoints that watch global variables remain set.  If you
2840 rerun the program, you will need to set all such watchpoints again.  One
2841 way of doing that would be to set a code breakpoint at the entry to the
2842 @code{main} function and when it breaks, set all the watchpoints.
2843
2844 @quotation
2845 @cindex watchpoints and threads
2846 @cindex threads and watchpoints
2847 @emph{Warning:} In multi-thread programs, watchpoints have only limited
2848 usefulness.  With the current watchpoint implementation, @value{GDBN}
2849 can only watch the value of an expression @emph{in a single thread}.  If
2850 you are confident that the expression can only change due to the current
2851 thread's activity (and if you are also confident that no other thread
2852 can become current), then you can use watchpoints as usual.  However,
2853 @value{GDBN} may not notice when a non-current thread's activity changes
2854 the expression.
2855
2856 @c FIXME: this is almost identical to the previous paragraph.
2857 @emph{HP-UX Warning:} In multi-thread programs, software watchpoints
2858 have only limited usefulness.  If @value{GDBN} creates a software
2859 watchpoint, it can only watch the value of an expression @emph{in a
2860 single thread}.  If you are confident that the expression can only
2861 change due to the current thread's activity (and if you are also
2862 confident that no other thread can become current), then you can use
2863 software watchpoints as usual.  However, @value{GDBN} may not notice
2864 when a non-current thread's activity changes the expression.  (Hardware
2865 watchpoints, in contrast, watch an expression in all threads.)
2866 @end quotation
2867
2868 @xref{set remote hardware-watchpoint-limit}.
2869
2870 @node Set Catchpoints
2871 @subsection Setting catchpoints
2872 @cindex catchpoints, setting
2873 @cindex exception handlers
2874 @cindex event handling
2875
2876 You can use @dfn{catchpoints} to cause the debugger to stop for certain
2877 kinds of program events, such as C@t{++} exceptions or the loading of a
2878 shared library.  Use the @code{catch} command to set a catchpoint.
2879
2880 @table @code
2881 @kindex catch
2882 @item catch @var{event}
2883 Stop when @var{event} occurs.  @var{event} can be any of the following:
2884 @table @code
2885 @item throw
2886 @cindex stop on C@t{++} exceptions
2887 The throwing of a C@t{++} exception.
2888
2889 @item catch
2890 The catching of a C@t{++} exception.
2891
2892 @item exec
2893 @cindex break on fork/exec
2894 A call to @code{exec}.  This is currently only available for HP-UX.
2895
2896 @item fork
2897 A call to @code{fork}.  This is currently only available for HP-UX.
2898
2899 @item vfork
2900 A call to @code{vfork}.  This is currently only available for HP-UX.
2901
2902 @item load
2903 @itemx load @var{libname}
2904 @cindex break on load/unload of shared library
2905 The dynamic loading of any shared library, or the loading of the library
2906 @var{libname}.  This is currently only available for HP-UX.
2907
2908 @item unload
2909 @itemx unload @var{libname}
2910 The unloading of any dynamically loaded shared library, or the unloading
2911 of the library @var{libname}.  This is currently only available for HP-UX.
2912 @end table
2913
2914 @item tcatch @var{event}
2915 Set a catchpoint that is enabled only for one stop.  The catchpoint is
2916 automatically deleted after the first time the event is caught.
2917
2918 @end table
2919
2920 Use the @code{info break} command to list the current catchpoints.
2921
2922 There are currently some limitations to C@t{++} exception handling
2923 (@code{catch throw} and @code{catch catch}) in @value{GDBN}:
2924
2925 @itemize @bullet
2926 @item
2927 If you call a function interactively, @value{GDBN} normally returns
2928 control to you when the function has finished executing.  If the call
2929 raises an exception, however, the call may bypass the mechanism that
2930 returns control to you and cause your program either to abort or to
2931 simply continue running until it hits a breakpoint, catches a signal
2932 that @value{GDBN} is listening for, or exits.  This is the case even if
2933 you set a catchpoint for the exception; catchpoints on exceptions are
2934 disabled within interactive calls.
2935
2936 @item
2937 You cannot raise an exception interactively.
2938
2939 @item
2940 You cannot install an exception handler interactively.
2941 @end itemize
2942
2943 @cindex raise exceptions
2944 Sometimes @code{catch} is not the best way to debug exception handling:
2945 if you need to know exactly where an exception is raised, it is better to
2946 stop @emph{before} the exception handler is called, since that way you
2947 can see the stack before any unwinding takes place.  If you set a
2948 breakpoint in an exception handler instead, it may not be easy to find
2949 out where the exception was raised.
2950
2951 To stop just before an exception handler is called, you need some
2952 knowledge of the implementation.  In the case of @sc{gnu} C@t{++}, exceptions are
2953 raised by calling a library function named @code{__raise_exception}
2954 which has the following ANSI C interface:
2955
2956 @smallexample
2957     /* @var{addr} is where the exception identifier is stored.
2958        @var{id} is the exception identifier.  */
2959     void __raise_exception (void **addr, void *id);
2960 @end smallexample
2961
2962 @noindent
2963 To make the debugger catch all exceptions before any stack
2964 unwinding takes place, set a breakpoint on @code{__raise_exception}
2965 (@pxref{Breakpoints, ,Breakpoints; watchpoints; and exceptions}).
2966
2967 With a conditional breakpoint (@pxref{Conditions, ,Break conditions})
2968 that depends on the value of @var{id}, you can stop your program when
2969 a specific exception is raised.  You can use multiple conditional
2970 breakpoints to stop your program when any of a number of exceptions are
2971 raised.
2972
2973
2974 @node Delete Breaks
2975 @subsection Deleting breakpoints
2976
2977 @cindex clearing breakpoints, watchpoints, catchpoints
2978 @cindex deleting breakpoints, watchpoints, catchpoints
2979 It is often necessary to eliminate a breakpoint, watchpoint, or
2980 catchpoint once it has done its job and you no longer want your program
2981 to stop there.  This is called @dfn{deleting} the breakpoint.  A
2982 breakpoint that has been deleted no longer exists; it is forgotten.
2983
2984 With the @code{clear} command you can delete breakpoints according to
2985 where they are in your program.  With the @code{delete} command you can
2986 delete individual breakpoints, watchpoints, or catchpoints by specifying
2987 their breakpoint numbers.
2988
2989 It is not necessary to delete a breakpoint to proceed past it.  @value{GDBN}
2990 automatically ignores breakpoints on the first instruction to be executed
2991 when you continue execution without changing the execution address.
2992
2993 @table @code
2994 @kindex clear
2995 @item clear
2996 Delete any breakpoints at the next instruction to be executed in the
2997 selected stack frame (@pxref{Selection, ,Selecting a frame}).  When
2998 the innermost frame is selected, this is a good way to delete a
2999 breakpoint where your program just stopped.
3000
3001 @item clear @var{function}
3002 @itemx clear @var{filename}:@var{function}
3003 Delete any breakpoints set at entry to the function @var{function}.
3004
3005 @item clear @var{linenum}
3006 @itemx clear @var{filename}:@var{linenum}
3007 Delete any breakpoints set at or within the code of the specified line.
3008
3009 @cindex delete breakpoints
3010 @kindex delete
3011 @kindex d @r{(@code{delete})}
3012 @item delete @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
3013 Delete the breakpoints, watchpoints, or catchpoints of the breakpoint
3014 ranges specified as arguments.  If no argument is specified, delete all
3015 breakpoints (@value{GDBN} asks confirmation, unless you have @code{set
3016 confirm off}).  You can abbreviate this command as @code{d}.
3017 @end table
3018
3019 @node Disabling
3020 @subsection Disabling breakpoints
3021
3022 @cindex enable/disable a breakpoint
3023 Rather than deleting a breakpoint, watchpoint, or catchpoint, you might
3024 prefer to @dfn{disable} it.  This makes the breakpoint inoperative as if
3025 it had been deleted, but remembers the information on the breakpoint so
3026 that you can @dfn{enable} it again later.
3027
3028 You disable and enable breakpoints, watchpoints, and catchpoints with
3029 the @code{enable} and @code{disable} commands, optionally specifying one
3030 or more breakpoint numbers as arguments.  Use @code{info break} or
3031 @code{info watch} to print a list of breakpoints, watchpoints, and
3032 catchpoints if you do not know which numbers to use.
3033
3034 A breakpoint, watchpoint, or catchpoint can have any of four different
3035 states of enablement:
3036
3037 @itemize @bullet
3038 @item
3039 Enabled.  The breakpoint stops your program.  A breakpoint set
3040 with the @code{break} command starts out in this state.
3041 @item
3042 Disabled.  The breakpoint has no effect on your program.
3043 @item
3044 Enabled once.  The breakpoint stops your program, but then becomes
3045 disabled.
3046 @item
3047 Enabled for deletion.  The breakpoint stops your program, but
3048 immediately after it does so it is deleted permanently.  A breakpoint
3049 set with the @code{tbreak} command starts out in this state.
3050 @end itemize
3051
3052 You can use the following commands to enable or disable breakpoints,
3053 watchpoints, and catchpoints:
3054
3055 @table @code
3056 @kindex disable
3057 @kindex dis @r{(@code{disable})}
3058 @item disable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
3059 Disable the specified breakpoints---or all breakpoints, if none are
3060 listed.  A disabled breakpoint has no effect but is not forgotten.  All
3061 options such as ignore-counts, conditions and commands are remembered in
3062 case the breakpoint is enabled again later.  You may abbreviate
3063 @code{disable} as @code{dis}.
3064
3065 @kindex enable
3066 @item enable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
3067 Enable the specified breakpoints (or all defined breakpoints).  They
3068 become effective once again in stopping your program.
3069
3070 @item enable @r{[}breakpoints@r{]} once @var{range}@dots{}
3071 Enable the specified breakpoints temporarily.  @value{GDBN} disables any
3072 of these breakpoints immediately after stopping your program.
3073
3074 @item enable @r{[}breakpoints@r{]} delete @var{range}@dots{}
3075 Enable the specified breakpoints to work once, then die.  @value{GDBN}
3076 deletes any of these breakpoints as soon as your program stops there.
3077 @end table
3078
3079 @c FIXME: I think the following ``Except for [...] @code{tbreak}'' is
3080 @c confusing: tbreak is also initially enabled.
3081 Except for a breakpoint set with @code{tbreak} (@pxref{Set Breaks,
3082 ,Setting breakpoints}), breakpoints that you set are initially enabled;
3083 subsequently, they become disabled or enabled only when you use one of
3084 the commands above.  (The command @code{until} can set and delete a
3085 breakpoint of its own, but it does not change the state of your other
3086 breakpoints; see @ref{Continuing and Stepping, ,Continuing and
3087 stepping}.)
3088
3089 @node Conditions
3090 @subsection Break conditions
3091 @cindex conditional breakpoints
3092 @cindex breakpoint conditions
3093
3094 @c FIXME what is scope of break condition expr?  Context where wanted?
3095 @c      in particular for a watchpoint?
3096 The simplest sort of breakpoint breaks every time your program reaches a
3097 specified place.  You can also specify a @dfn{condition} for a
3098 breakpoint.  A condition is just a Boolean expression in your
3099 programming language (@pxref{Expressions, ,Expressions}).  A breakpoint with
3100 a condition evaluates the expression each time your program reaches it,
3101 and your program stops only if the condition is @emph{true}.
3102
3103 This is the converse of using assertions for program validation; in that
3104 situation, you want to stop when the assertion is violated---that is,
3105 when the condition is false.  In C, if you want to test an assertion expressed
3106 by the condition @var{assert}, you should set the condition
3107 @samp{! @var{assert}} on the appropriate breakpoint.
3108
3109 Conditions are also accepted for watchpoints; you may not need them,
3110 since a watchpoint is inspecting the value of an expression anyhow---but
3111 it might be simpler, say, to just set a watchpoint on a variable name,
3112 and specify a condition that tests whether the new value is an interesting
3113 one.
3114
3115 Break conditions can have side effects, and may even call functions in
3116 your program.  This can be useful, for example, to activate functions
3117 that log program progress, or to use your own print functions to
3118 format special data structures. The effects are completely predictable
3119 unless there is another enabled breakpoint at the same address.  (In
3120 that case, @value{GDBN} might see the other breakpoint first and stop your
3121 program without checking the condition of this one.)  Note that
3122 breakpoint commands are usually more convenient and flexible than break
3123 conditions for the
3124 purpose of performing side effects when a breakpoint is reached
3125 (@pxref{Break Commands, ,Breakpoint command lists}).
3126
3127 Break conditions can be specified when a breakpoint is set, by using
3128 @samp{if} in the arguments to the @code{break} command.  @xref{Set
3129 Breaks, ,Setting breakpoints}.  They can also be changed at any time
3130 with the @code{condition} command.
3131
3132 You can also use the @code{if} keyword with the @code{watch} command.
3133 The @code{catch} command does not recognize the @code{if} keyword;
3134 @code{condition} is the only way to impose a further condition on a
3135 catchpoint.
3136
3137 @table @code
3138 @kindex condition
3139 @item condition @var{bnum} @var{expression}
3140 Specify @var{expression} as the break condition for breakpoint,
3141 watchpoint, or catchpoint number @var{bnum}.  After you set a condition,
3142 breakpoint @var{bnum} stops your program only if the value of
3143 @var{expression} is true (nonzero, in C).  When you use
3144 @code{condition}, @value{GDBN} checks @var{expression} immediately for
3145 syntactic correctness, and to determine whether symbols in it have
3146 referents in the context of your breakpoint.  If @var{expression} uses
3147 symbols not referenced in the context of the breakpoint, @value{GDBN}
3148 prints an error message:
3149
3150 @smallexample
3151 No symbol "foo" in current context.
3152 @end smallexample
3153
3154 @noindent
3155 @value{GDBN} does
3156 not actually evaluate @var{expression} at the time the @code{condition}
3157 command (or a command that sets a breakpoint with a condition, like
3158 @code{break if @dots{}}) is given, however.  @xref{Expressions, ,Expressions}.
3159
3160 @item condition @var{bnum}
3161 Remove the condition from breakpoint number @var{bnum}.  It becomes
3162 an ordinary unconditional breakpoint.
3163 @end table
3164
3165 @cindex ignore count (of breakpoint)
3166 A special case of a breakpoint condition is to stop only when the
3167 breakpoint has been reached a certain number of times.  This is so
3168 useful that there is a special way to do it, using the @dfn{ignore
3169 count} of the breakpoint.  Every breakpoint has an ignore count, which
3170 is an integer.  Most of the time, the ignore count is zero, and
3171 therefore has no effect.  But if your program reaches a breakpoint whose
3172 ignore count is positive, then instead of stopping, it just decrements
3173 the ignore count by one and continues.  As a result, if the ignore count
3174 value is @var{n}, the breakpoint does not stop the next @var{n} times
3175 your program reaches it.
3176
3177 @table @code
3178 @kindex ignore
3179 @item ignore @var{bnum} @var{count}
3180 Set the ignore count of breakpoint number @var{bnum} to @var{count}.
3181 The next @var{count} times the breakpoint is reached, your program's
3182 execution does not stop; other than to decrement the ignore count, @value{GDBN}
3183 takes no action.
3184
3185 To make the breakpoint stop the next time it is reached, specify
3186 a count of zero.
3187
3188 When you use @code{continue} to resume execution of your program from a
3189 breakpoint, you can specify an ignore count directly as an argument to
3190 @code{continue}, rather than using @code{ignore}.  @xref{Continuing and
3191 Stepping,,Continuing and stepping}.
3192
3193 If a breakpoint has a positive ignore count and a condition, the
3194 condition is not checked.  Once the ignore count reaches zero,
3195 @value{GDBN} resumes checking the condition.
3196
3197 You could achieve the effect of the ignore count with a condition such
3198 as @w{@samp{$foo-- <= 0}} using a debugger convenience variable that
3199 is decremented each time.  @xref{Convenience Vars, ,Convenience
3200 variables}.
3201 @end table
3202
3203 Ignore counts apply to breakpoints, watchpoints, and catchpoints.
3204
3205
3206 @node Break Commands
3207 @subsection Breakpoint command lists
3208
3209 @cindex breakpoint commands
3210 You can give any breakpoint (or watchpoint or catchpoint) a series of
3211 commands to execute when your program stops due to that breakpoint.  For
3212 example, you might want to print the values of certain expressions, or
3213 enable other breakpoints.
3214
3215 @table @code
3216 @kindex commands
3217 @kindex end
3218 @item commands @r{[}@var{bnum}@r{]}
3219 @itemx @dots{} @var{command-list} @dots{}
3220 @itemx end
3221 Specify a list of commands for breakpoint number @var{bnum}.  The commands
3222 themselves appear on the following lines.  Type a line containing just
3223 @code{end} to terminate the commands.
3224
3225 To remove all commands from a breakpoint, type @code{commands} and
3226 follow it immediately with @code{end}; that is, give no commands.
3227
3228 With no @var{bnum} argument, @code{commands} refers to the last
3229 breakpoint, watchpoint, or catchpoint set (not to the breakpoint most
3230 recently encountered).
3231 @end table
3232
3233 Pressing @key{RET} as a means of repeating the last @value{GDBN} command is
3234 disabled within a @var{command-list}.
3235
3236 You can use breakpoint commands to start your program up again.  Simply
3237 use the @code{continue} command, or @code{step}, or any other command
3238 that resumes execution.
3239
3240 Any other commands in the command list, after a command that resumes
3241 execution, are ignored.  This is because any time you resume execution
3242 (even with a simple @code{next} or @code{step}), you may encounter
3243 another breakpoint---which could have its own command list, leading to
3244 ambiguities about which list to execute.
3245
3246 @kindex silent
3247 If the first command you specify in a command list is @code{silent}, the
3248 usual message about stopping at a breakpoint is not printed.  This may
3249 be desirable for breakpoints that are to print a specific message and
3250 then continue.  If none of the remaining commands print anything, you
3251 see no sign that the breakpoint was reached.  @code{silent} is
3252 meaningful only at the beginning of a breakpoint command list.
3253
3254 The commands @code{echo}, @code{output}, and @code{printf} allow you to
3255 print precisely controlled output, and are often useful in silent
3256 breakpoints.  @xref{Output, ,Commands for controlled output}.
3257
3258 For example, here is how you could use breakpoint commands to print the
3259 value of @code{x} at entry to @code{foo} whenever @code{x} is positive.
3260
3261 @smallexample
3262 break foo if x>0
3263 commands
3264 silent
3265 printf "x is %d\n",x
3266 cont
3267 end
3268 @end smallexample
3269
3270 One application for breakpoint commands is to compensate for one bug so
3271 you can test for another.  Put a breakpoint just after the erroneous line
3272 of code, give it a condition to detect the case in which something
3273 erroneous has been done, and give it commands to assign correct values
3274 to any variables that need them.  End with the @code{continue} command
3275 so that your program does not stop, and start with the @code{silent}
3276 command so that no output is produced.  Here is an example:
3277
3278 @smallexample
3279 break 403
3280 commands
3281 silent
3282 set x = y + 4
3283 cont
3284 end
3285 @end smallexample
3286
3287 @node Breakpoint Menus
3288 @subsection Breakpoint menus
3289 @cindex overloading
3290 @cindex symbol overloading
3291
3292 Some programming languages (notably C@t{++} and Objective-C) permit a
3293 single function name
3294 to be defined several times, for application in different contexts.
3295 This is called @dfn{overloading}.  When a function name is overloaded,
3296 @samp{break @var{function}} is not enough to tell @value{GDBN} where you want
3297 a breakpoint.  If you realize this is a problem, you can use
3298 something like @samp{break @var{function}(@var{types})} to specify which
3299 particular version of the function you want.  Otherwise, @value{GDBN} offers
3300 you a menu of numbered choices for different possible breakpoints, and
3301 waits for your selection with the prompt @samp{>}.  The first two
3302 options are always @samp{[0] cancel} and @samp{[1] all}.  Typing @kbd{1}
3303 sets a breakpoint at each definition of @var{function}, and typing
3304 @kbd{0} aborts the @code{break} command without setting any new
3305 breakpoints.
3306
3307 For example, the following session excerpt shows an attempt to set a
3308 breakpoint at the overloaded symbol @code{String::after}.
3309 We choose three particular definitions of that function name:
3310
3311 @c FIXME! This is likely to change to show arg type lists, at least
3312 @smallexample
3313 @group
3314 (@value{GDBP}) b String::after
3315 [0] cancel
3316 [1] all
3317 [2] file:String.cc; line number:867
3318 [3] file:String.cc; line number:860
3319 [4] file:String.cc; line number:875
3320 [5] file:String.cc; line number:853
3321 [6] file:String.cc; line number:846
3322 [7] file:String.cc; line number:735
3323 > 2 4 6
3324 Breakpoint 1 at 0xb26c: file String.cc, line 867.
3325 Breakpoint 2 at 0xb344: file String.cc, line 875.
3326 Breakpoint 3 at 0xafcc: file String.cc, line 846.
3327 Multiple breakpoints were set.
3328 Use the "delete" command to delete unwanted
3329  breakpoints.
3330 (@value{GDBP})
3331 @end group
3332 @end smallexample
3333
3334 @c  @ifclear BARETARGET
3335 @node Error in Breakpoints
3336 @subsection ``Cannot insert breakpoints''
3337 @c
3338 @c  FIXME!! 14/6/95  Is there a real example of this?  Let's use it.
3339 @c
3340 Under some operating systems, breakpoints cannot be used in a program if
3341 any other process is running that program.  In this situation,
3342 attempting to run or continue a program with a breakpoint causes
3343 @value{GDBN} to print an error message:
3344
3345 @smallexample
3346 Cannot insert breakpoints.
3347 The same program may be running in another process.
3348 @end smallexample
3349
3350 When this happens, you have three ways to proceed:
3351
3352 @enumerate
3353 @item
3354 Remove or disable the breakpoints, then continue.
3355
3356 @item
3357 Suspend @value{GDBN}, and copy the file containing your program to a new
3358 name.  Resume @value{GDBN} and use the @code{exec-file} command to specify
3359 that @value{GDBN} should run your program under that name.
3360 Then start your program again.
3361
3362 @item
3363 Relink your program so that the text segment is nonsharable, using the
3364 linker option @samp{-N}.  The operating system limitation may not apply
3365 to nonsharable executables.
3366 @end enumerate
3367 @c  @end ifclear
3368
3369 A similar message can be printed if you request too many active
3370 hardware-assisted breakpoints and watchpoints:
3371
3372 @c FIXME: the precise wording of this message may change; the relevant
3373 @c source change is not committed yet (Sep 3, 1999).
3374 @smallexample
3375 Stopped; cannot insert breakpoints.
3376 You may have requested too many hardware breakpoints and watchpoints.
3377 @end smallexample
3378
3379 @noindent
3380 This message is printed when you attempt to resume the program, since
3381 only then @value{GDBN} knows exactly how many hardware breakpoints and
3382 watchpoints it needs to insert.
3383
3384 When this message is printed, you need to disable or remove some of the
3385 hardware-assisted breakpoints and watchpoints, and then continue.
3386
3387 @node Breakpoint related warnings
3388 @subsection ``Breakpoint address adjusted...''
3389 @cindex breakpoint address adjusted
3390
3391 Some processor architectures place constraints on the addresses at
3392 which breakpoints may be placed.  For architectures thus constrained,
3393 @value{GDBN} will attempt to adjust the breakpoint's address to comply
3394 with the constraints dictated by the architecture.
3395
3396 One example of such an architecture is the Fujitsu FR-V.  The FR-V is
3397 a VLIW architecture in which a number of RISC-like instructions may be
3398 bundled together for parallel execution.  The FR-V architecture
3399 constrains the location of a breakpoint instruction within such a
3400 bundle to the instruction with the lowest address.  @value{GDBN}
3401 honors this constraint by adjusting a breakpoint's address to the
3402 first in the bundle.
3403
3404 It is not uncommon for optimized code to have bundles which contain
3405 instructions from different source statements, thus it may happen that
3406 a breakpoint's address will be adjusted from one source statement to
3407 another.  Since this adjustment may significantly alter @value{GDBN}'s
3408 breakpoint related behavior from what the user expects, a warning is
3409 printed when the breakpoint is first set and also when the breakpoint
3410 is hit.
3411
3412 A warning like the one below is printed when setting a breakpoint
3413 that's been subject to address adjustment:
3414
3415 @smallexample
3416 warning: Breakpoint address adjusted from 0x00010414 to 0x00010410.
3417 @end smallexample
3418
3419 Such warnings are printed both for user settable and @value{GDBN}'s
3420 internal breakpoints.  If you see one of these warnings, you should
3421 verify that a breakpoint set at the adjusted address will have the
3422 desired affect.  If not, the breakpoint in question may be removed and
3423 other breakpoints may be set which will have the desired behavior.
3424 E.g., it may be sufficient to place the breakpoint at a later
3425 instruction.  A conditional breakpoint may also be useful in some
3426 cases to prevent the breakpoint from triggering too often.
3427
3428 @value{GDBN} will also issue a warning when stopping at one of these
3429 adjusted breakpoints:
3430
3431 @smallexample
3432 warning: Breakpoint 1 address previously adjusted from 0x00010414
3433 to 0x00010410.
3434 @end smallexample
3435
3436 When this warning is encountered, it may be too late to take remedial
3437 action except in cases where the breakpoint is hit earlier or more
3438 frequently than expected.
3439
3440 @node Continuing and Stepping
3441 @section Continuing and stepping
3442
3443 @cindex stepping
3444 @cindex continuing
3445 @cindex resuming execution
3446 @dfn{Continuing} means resuming program execution until your program
3447 completes normally.  In contrast, @dfn{stepping} means executing just
3448 one more ``step'' of your program, where ``step'' may mean either one
3449 line of source code, or one machine instruction (depending on what
3450 particular command you use).  Either when continuing or when stepping,
3451 your program may stop even sooner, due to a breakpoint or a signal.  (If
3452 it stops due to a signal, you may want to use @code{handle}, or use
3453 @samp{signal 0} to resume execution.  @xref{Signals, ,Signals}.)
3454
3455 @table @code
3456 @kindex continue
3457 @kindex c @r{(@code{continue})}
3458 @kindex fg @r{(resume foreground execution)}
3459 @item continue @r{[}@var{ignore-count}@r{]}
3460 @itemx c @r{[}@var{ignore-count}@r{]}
3461 @itemx fg @r{[}@var{ignore-count}@r{]}
3462 Resume program execution, at the address where your program last stopped;
3463 any breakpoints set at that address are bypassed.  The optional argument
3464 @var{ignore-count} allows you to specify a further number of times to
3465 ignore a breakpoint at this location; its effect is like that of
3466 @code{ignore} (@pxref{Conditions, ,Break conditions}).
3467
3468 The argument @var{ignore-count} is meaningful only when your program
3469 stopped due to a breakpoint.  At other times, the argument to
3470 @code{continue} is ignored.
3471
3472 The synonyms @code{c} and @code{fg} (for @dfn{foreground}, as the
3473 debugged program is deemed to be the foreground program) are provided
3474 purely for convenience, and have exactly the same behavior as
3475 @code{continue}.
3476 @end table
3477
3478 To resume execution at a different place, you can use @code{return}
3479 (@pxref{Returning, ,Returning from a function}) to go back to the
3480 calling function; or @code{jump} (@pxref{Jumping, ,Continuing at a
3481 different address}) to go to an arbitrary location in your program.
3482
3483 A typical technique for using stepping is to set a breakpoint
3484 (@pxref{Breakpoints, ,Breakpoints; watchpoints; and catchpoints}) at the
3485 beginning of the function or the section of your program where a problem
3486 is believed to lie, run your program until it stops at that breakpoint,
3487 and then step through the suspect area, examining the variables that are
3488 interesting, until you see the problem happen.
3489
3490 @table @code
3491 @kindex step
3492 @kindex s @r{(@code{step})}
3493 @item step
3494 Continue running your program until control reaches a different source
3495 line, then stop it and return control to @value{GDBN}.  This command is
3496 abbreviated @code{s}.
3497
3498 @quotation
3499 @c "without debugging information" is imprecise; actually "without line
3500 @c numbers in the debugging information".  (gcc -g1 has debugging info but
3501 @c not line numbers).  But it seems complex to try to make that
3502 @c distinction here.
3503 @emph{Warning:} If you use the @code{step} command while control is
3504 within a function that was compiled without debugging information,
3505 execution proceeds until control reaches a function that does have
3506 debugging information.  Likewise, it will not step into a function which
3507 is compiled without debugging information.  To step through functions
3508 without debugging information, use the @code{stepi} command, described
3509 below.
3510 @end quotation
3511
3512 The @code{step} command only stops at the first instruction of a source
3513 line.  This prevents the multiple stops that could otherwise occur in
3514 @code{switch} statements, @code{for} loops, etc.  @code{step} continues
3515 to stop if a function that has debugging information is called within
3516 the line.  In other words, @code{step} @emph{steps inside} any functions
3517 called within the line.
3518
3519 Also, the @code{step} command only enters a function if there is line
3520 number information for the function.  Otherwise it acts like the
3521 @code{next} command.  This avoids problems when using @code{cc -gl}
3522 on MIPS machines.  Previously, @code{step} entered subroutines if there
3523 was any debugging information about the routine.
3524
3525 @item step @var{count}
3526 Continue running as in @code{step}, but do so @var{count} times.  If a
3527 breakpoint is reached, or a signal not related to stepping occurs before
3528 @var{count} steps, stepping stops right away.
3529
3530 @kindex next
3531 @kindex n @r{(@code{next})}
3532 @item next @r{[}@var{count}@r{]}
3533 Continue to the next source line in the current (innermost) stack frame.
3534 This is similar to @code{step}, but function calls that appear within
3535 the line of code are executed without stopping.  Execution stops when
3536 control reaches a different line of code at the original stack level
3537 that was executing when you gave the @code{next} command.  This command
3538 is abbreviated @code{n}.
3539
3540 An argument @var{count} is a repeat count, as for @code{step}.
3541
3542
3543 @c  FIX ME!!  Do we delete this, or is there a way it fits in with
3544 @c  the following paragraph?   ---  Vctoria
3545 @c
3546 @c  @code{next} within a function that lacks debugging information acts like
3547 @c  @code{step}, but any function calls appearing within the code of the
3548 @c  function are executed without stopping.
3549
3550 The @code{next} command only stops at the first instruction of a
3551 source line.  This prevents multiple stops that could otherwise occur in
3552 @code{switch} statements, @code{for} loops, etc.
3553
3554 @kindex set step-mode
3555 @item set step-mode
3556 @cindex functions without line info, and stepping
3557 @cindex stepping into functions with no line info
3558 @itemx set step-mode on
3559 The @code{set step-mode on} command causes the @code{step} command to
3560 stop at the first instruction of a function which contains no debug line
3561 information rather than stepping over it.
3562
3563 This is useful in cases where you may be interested in inspecting the
3564 machine instructions of a function which has no symbolic info and do not
3565 want @value{GDBN} to automatically skip over this function.
3566
3567 @item set step-mode off
3568 Causes the @code{step} command to step over any functions which contains no
3569 debug information.  This is the default.
3570
3571 @kindex finish
3572 @item finish
3573 Continue running until just after function in the selected stack frame
3574 returns.  Print the returned value (if any).
3575
3576 Contrast this with the @code{return} command (@pxref{Returning,
3577 ,Returning from a function}).
3578
3579 @kindex until
3580 @kindex u @r{(@code{until})}
3581 @item until
3582 @itemx u
3583 Continue running until a source line past the current line, in the
3584 current stack frame, is reached.  This command is used to avoid single
3585 stepping through a loop more than once.  It is like the @code{next}
3586 command, except that when @code{until} encounters a jump, it
3587 automatically continues execution until the program counter is greater
3588 than the address of the jump.
3589
3590 This means that when you reach the end of a loop after single stepping
3591 though it, @code{until} makes your program continue execution until it
3592 exits the loop.  In contrast, a @code{next} command at the end of a loop
3593 simply steps back to the beginning of the loop, which forces you to step
3594 through the next iteration.
3595
3596 @code{until} always stops your program if it attempts to exit the current
3597 stack frame.
3598
3599 @code{until} may produce somewhat counterintuitive results if the order
3600 of machine code does not match the order of the source lines.  For
3601 example, in the following excerpt from a debugging session, the @code{f}
3602 (@code{frame}) command shows that execution is stopped at line
3603 @code{206}; yet when we use @code{until}, we get to line @code{195}:
3604
3605 @smallexample
3606 (@value{GDBP}) f
3607 #0  main (argc=4, argv=0xf7fffae8) at m4.c:206
3608 206                 expand_input();
3609 (@value{GDBP}) until
3610 195             for ( ; argc > 0; NEXTARG) @{
3611 @end smallexample
3612
3613 This happened because, for execution efficiency, the compiler had
3614 generated code for the loop closure test at the end, rather than the
3615 start, of the loop---even though the test in a C @code{for}-loop is
3616 written before the body of the loop.  The @code{until} command appeared
3617 to step back to the beginning of the loop when it advanced to this
3618 expression; however, it has not really gone to an earlier
3619 statement---not in terms of the actual machine code.
3620
3621 @code{until} with no argument works by means of single
3622 instruction stepping, and hence is slower than @code{until} with an
3623 argument.
3624
3625 @item until @var{location}
3626 @itemx u @var{location}
3627 Continue running your program until either the specified location is
3628 reached, or the current stack frame returns.  @var{location} is any of
3629 the forms of argument acceptable to @code{break} (@pxref{Set Breaks,
3630 ,Setting breakpoints}).  This form of the command uses breakpoints, and
3631 hence is quicker than @code{until} without an argument.  The specified
3632 location is actually reached only if it is in the current frame.  This
3633 implies that @code{until} can be used to skip over recursive function
3634 invocations.  For instance in the code below, if the current location is
3635 line @code{96}, issuing @code{until 99} will execute the program up to
3636 line @code{99} in the same invocation of factorial, i.e. after the inner
3637 invocations have returned.
3638
3639 @smallexample
3640 94      int factorial (int value)
3641 95      @{
3642 96          if (value > 1) @{
3643 97            value *= factorial (value - 1);
3644 98          @}
3645 99          return (value);
3646 100     @}
3647 @end smallexample
3648
3649
3650 @kindex advance @var{location}
3651 @itemx advance @var{location}
3652 Continue running the program up to the given location.  An argument is
3653 required, anything of the same form as arguments for the @code{break}
3654 command.  Execution will also stop upon exit from the current stack
3655 frame.  This command is similar to @code{until}, but @code{advance} will
3656 not skip over recursive function calls, and the target location doesn't
3657 have to be in the same frame as the current one.
3658
3659
3660 @kindex stepi
3661 @kindex si @r{(@code{stepi})}
3662 @item stepi
3663 @itemx stepi @var{arg}
3664 @itemx si
3665 Execute one machine instruction, then stop and return to the debugger.
3666
3667 It is often useful to do @samp{display/i $pc} when stepping by machine
3668 instructions.  This makes @value{GDBN} automatically display the next
3669 instruction to be executed, each time your program stops.  @xref{Auto
3670 Display,, Automatic display}.
3671
3672 An argument is a repeat count, as in @code{step}.
3673
3674 @need 750
3675 @kindex nexti
3676 @kindex ni @r{(@code{nexti})}
3677 @item nexti
3678 @itemx nexti @var{arg}
3679 @itemx ni
3680 Execute one machine instruction, but if it is a function call,
3681 proceed until the function returns.
3682
3683 An argument is a repeat count, as in @code{next}.
3684 @end table
3685
3686 @node Signals
3687 @section Signals
3688 @cindex signals
3689
3690 A signal is an asynchronous event that can happen in a program.  The
3691 operating system defines the possible kinds of signals, and gives each
3692 kind a name and a number.  For example, in Unix @code{SIGINT} is the
3693 signal a program gets when you type an interrupt character (often @kbd{C-c});
3694 @code{SIGSEGV} is the signal a program gets from referencing a place in
3695 memory far away from all the areas in use; @code{SIGALRM} occurs when
3696 the alarm clock timer goes off (which happens only if your program has
3697 requested an alarm).
3698
3699 @cindex fatal signals
3700 Some signals, including @code{SIGALRM}, are a normal part of the
3701 functioning of your program.  Others, such as @code{SIGSEGV}, indicate
3702 errors; these signals are @dfn{fatal} (they kill your program immediately) if the
3703 program has not specified in advance some other way to handle the signal.
3704 @code{SIGINT} does not indicate an error in your program, but it is normally
3705 fatal so it can carry out the purpose of the interrupt: to kill the program.
3706
3707 @value{GDBN} has the ability to detect any occurrence of a signal in your
3708 program.  You can tell @value{GDBN} in advance what to do for each kind of
3709 signal.
3710
3711 @cindex handling signals
3712 Normally, @value{GDBN} is set up to let the non-erroneous signals like
3713 @code{SIGALRM} be silently passed to your program
3714 (so as not to interfere with their role in the program's functioning)
3715 but to stop your program immediately whenever an error signal happens.
3716 You can change these settings with the @code{handle} command.
3717
3718 @table @code
3719 @kindex info signals
3720 @item info signals
3721 @itemx info handle
3722 Print a table of all the kinds of signals and how @value{GDBN} has been told to
3723 handle each one.  You can use this to see the signal numbers of all
3724 the defined types of signals.
3725
3726 @code{info handle} is an alias for @code{info signals}.
3727
3728 @kindex handle
3729 @item handle @var{signal} @var{keywords}@dots{}
3730 Change the way @value{GDBN} handles signal @var{signal}.  @var{signal}
3731 can be the number of a signal or its name (with or without the
3732 @samp{SIG} at the beginning); a list of signal numbers of the form
3733 @samp{@var{low}-@var{high}}; or the word @samp{all}, meaning all the
3734 known signals.  The @var{keywords} say what change to make.
3735 @end table
3736
3737 @c @group
3738 The keywords allowed by the @code{handle} command can be abbreviated.
3739 Their full names are:
3740
3741 @table @code
3742 @item nostop
3743 @value{GDBN} should not stop your program when this signal happens.  It may
3744 still print a message telling you that the signal has come in.
3745
3746 @item stop
3747 @value{GDBN} should stop your program when this signal happens.  This implies
3748 the @code{print} keyword as well.
3749
3750 @item print
3751 @value{GDBN} should print a message when this signal happens.
3752
3753 @item noprint
3754 @value{GDBN} should not mention the occurrence of the signal at all.  This
3755 implies the @code{nostop} keyword as well.
3756
3757 @item pass
3758 @itemx noignore
3759 @value{GDBN} should allow your program to see this signal; your program
3760 can handle the signal, or else it may terminate if the signal is fatal
3761 and not handled.  @code{pass} and @code{noignore} are synonyms.
3762
3763 @item nopass
3764 @itemx ignore
3765 @value{GDBN} should not allow your program to see this signal.
3766 @code{nopass} and @code{ignore} are synonyms.
3767 @end table
3768 @c @end group
3769
3770 When a signal stops your program, the signal is not visible to the
3771 program until you
3772 continue.  Your program sees the signal then, if @code{pass} is in
3773 effect for the signal in question @emph{at that time}.  In other words,
3774 after @value{GDBN} reports a signal, you can use the @code{handle}
3775 command with @code{pass} or @code{nopass} to control whether your
3776 program sees that signal when you continue.
3777
3778 The default is set to @code{nostop}, @code{noprint}, @code{pass} for
3779 non-erroneous signals such as @code{SIGALRM}, @code{SIGWINCH} and
3780 @code{SIGCHLD}, and to @code{stop}, @code{print}, @code{pass} for the
3781 erroneous signals.
3782
3783 You can also use the @code{signal} command to prevent your program from
3784 seeing a signal, or cause it to see a signal it normally would not see,
3785 or to give it any signal at any time.  For example, if your program stopped
3786 due to some sort of memory reference error, you might store correct
3787 values into the erroneous variables and continue, hoping to see more
3788 execution; but your program would probably terminate immediately as
3789 a result of the fatal signal once it saw the signal.  To prevent this,
3790 you can continue with @samp{signal 0}.  @xref{Signaling, ,Giving your
3791 program a signal}.
3792
3793 @node Thread Stops
3794 @section Stopping and starting multi-thread programs
3795
3796 When your program has multiple threads (@pxref{Threads,, Debugging
3797 programs with multiple threads}), you can choose whether to set
3798 breakpoints on all threads, or on a particular thread.
3799
3800 @table @code
3801 @cindex breakpoints and threads
3802 @cindex thread breakpoints
3803 @kindex break @dots{} thread @var{threadno}
3804 @item break @var{linespec} thread @var{threadno}
3805 @itemx break @var{linespec} thread @var{threadno} if @dots{}
3806 @var{linespec} specifies source lines; there are several ways of
3807 writing them, but the effect is always to specify some source line.
3808
3809 Use the qualifier @samp{thread @var{threadno}} with a breakpoint command
3810 to specify that you only want @value{GDBN} to stop the program when a
3811 particular thread reaches this breakpoint.  @var{threadno} is one of the
3812 numeric thread identifiers assigned by @value{GDBN}, shown in the first
3813 column of the @samp{info threads} display.
3814
3815 If you do not specify @samp{thread @var{threadno}} when you set a
3816 breakpoint, the breakpoint applies to @emph{all} threads of your
3817 program.
3818
3819 You can use the @code{thread} qualifier on conditional breakpoints as
3820 well; in this case, place @samp{thread @var{threadno}} before the
3821 breakpoint condition, like this:
3822
3823 @smallexample
3824 (@value{GDBP}) break frik.c:13 thread 28 if bartab > lim
3825 @end smallexample
3826
3827 @end table
3828
3829 @cindex stopped threads
3830 @cindex threads, stopped
3831 Whenever your program stops under @value{GDBN} for any reason,
3832 @emph{all} threads of execution stop, not just the current thread.  This
3833 allows you to examine the overall state of the program, including
3834 switching between threads, without worrying that things may change
3835 underfoot.
3836
3837 @cindex thread breakpoints and system calls
3838 @cindex system calls and thread breakpoints
3839 @cindex premature return from system calls
3840 There is an unfortunate side effect.  If one thread stops for a
3841 breakpoint, or for some other reason, and another thread is blocked in a
3842 system call, then the system call may return prematurely.  This is a
3843 consequence of the interaction between multiple threads and the signals
3844 that @value{GDBN} uses to implement breakpoints and other events that
3845 stop execution.
3846
3847 To handle this problem, your program should check the return value of
3848 each system call and react appropriately.  This is good programming
3849 style anyways.
3850
3851 For example, do not write code like this:
3852
3853 @smallexample
3854   sleep (10);
3855 @end smallexample
3856
3857 The call to @code{sleep} will return early if a different thread stops
3858 at a breakpoint or for some other reason.
3859
3860 Instead, write this:
3861
3862 @smallexample
3863   int unslept = 10;
3864   while (unslept > 0)
3865     unslept = sleep (unslept);
3866 @end smallexample
3867
3868 A system call is allowed to return early, so the system is still
3869 conforming to its specification.  But @value{GDBN} does cause your
3870 multi-threaded program to behave differently than it would without
3871 @value{GDBN}.
3872
3873 Also, @value{GDBN} uses internal breakpoints in the thread library to
3874 monitor certain events such as thread creation and thread destruction.
3875 When such an event happens, a system call in another thread may return
3876 prematurely, even though your program does not appear to stop.
3877
3878 @cindex continuing threads
3879 @cindex threads, continuing
3880 Conversely, whenever you restart the program, @emph{all} threads start
3881 executing.  @emph{This is true even when single-stepping} with commands
3882 like @code{step} or @code{next}.
3883
3884 In particular, @value{GDBN} cannot single-step all threads in lockstep.
3885 Since thread scheduling is up to your debugging target's operating
3886 system (not controlled by @value{GDBN}), other threads may
3887 execute more than one statement while the current thread completes a
3888 single step.  Moreover, in general other threads stop in the middle of a
3889 statement, rather than at a clean statement boundary, when the program
3890 stops.
3891
3892 You might even find your program stopped in another thread after
3893 continuing or even single-stepping.  This happens whenever some other
3894 thread runs into a breakpoint, a signal, or an exception before the
3895 first thread completes whatever you requested.
3896
3897 On some OSes, you can lock the OS scheduler and thus allow only a single
3898 thread to run.
3899
3900 @table @code
3901 @item set scheduler-locking @var{mode}
3902 Set the scheduler locking mode.  If it is @code{off}, then there is no
3903 locking and any thread may run at any time.  If @code{on}, then only the
3904 current thread may run when the inferior is resumed.  The @code{step}
3905 mode optimizes for single-stepping.  It stops other threads from
3906 ``seizing the prompt'' by preempting the current thread while you are
3907 stepping.  Other threads will only rarely (or never) get a chance to run
3908 when you step.  They are more likely to run when you @samp{next} over a
3909 function call, and they are completely free to run when you use commands
3910 like @samp{continue}, @samp{until}, or @samp{finish}.  However, unless another
3911 thread hits a breakpoint during its timeslice, they will never steal the
3912 @value{GDBN} prompt away from the thread that you are debugging.
3913
3914 @item show scheduler-locking
3915 Display the current scheduler locking mode.
3916 @end table
3917
3918
3919 @node Stack
3920 @chapter Examining the Stack
3921
3922 When your program has stopped, the first thing you need to know is where it
3923 stopped and how it got there.
3924
3925 @cindex call stack
3926 Each time your program performs a function call, information about the call
3927 is generated.
3928 That information includes the location of the call in your program,
3929 the arguments of the call,
3930 and the local variables of the function being called.
3931 The information is saved in a block of data called a @dfn{stack frame}.
3932 The stack frames are allocated in a region of memory called the @dfn{call
3933 stack}.
3934
3935 When your program stops, the @value{GDBN} commands for examining the
3936 stack allow you to see all of this information.
3937
3938 @cindex selected frame
3939 One of the stack frames is @dfn{selected} by @value{GDBN} and many
3940 @value{GDBN} commands refer implicitly to the selected frame.  In
3941 particular, whenever you ask @value{GDBN} for the value of a variable in
3942 your program, the value is found in the selected frame.  There are
3943 special @value{GDBN} commands to select whichever frame you are
3944 interested in. @xref{Selection, ,Selecting a frame}.
3945
3946 When your program stops, @value{GDBN} automatically selects the
3947 currently executing frame and describes it briefly, similar to the
3948 @code{frame} command (@pxref{Frame Info, ,Information about a frame}).
3949
3950 @menu
3951 * Frames::                      Stack frames
3952 * Backtrace::                   Backtraces
3953 * Selection::                   Selecting a frame
3954 * Frame Info::                  Information on a frame
3955
3956 @end menu
3957
3958 @node Frames
3959 @section Stack frames
3960
3961 @cindex frame, definition
3962 @cindex stack frame
3963 The call stack is divided up into contiguous pieces called @dfn{stack
3964 frames}, or @dfn{frames} for short; each frame is the data associated
3965 with one call to one function.  The frame contains the arguments given
3966 to the function, the function's local variables, and the address at
3967 which the function is executing.
3968
3969 @cindex initial frame
3970 @cindex outermost frame
3971 @cindex innermost frame
3972 When your program is started, the stack has only one frame, that of the
3973 function @code{main}.  This is called the @dfn{initial} frame or the
3974 @dfn{outermost} frame.  Each time a function is called, a new frame is
3975 made.  Each time a function returns, the frame for that function invocation
3976 is eliminated.  If a function is recursive, there can be many frames for
3977 the same function.  The frame for the function in which execution is
3978 actually occurring is called the @dfn{innermost} frame.  This is the most
3979 recently created of all the stack frames that still exist.
3980
3981 @cindex frame pointer
3982 Inside your program, stack frames are identified by their addresses.  A
3983 stack frame consists of many bytes, each of which has its own address; each
3984 kind of computer has a convention for choosing one byte whose
3985 address serves as the address of the frame.  Usually this address is kept
3986 in a register called the @dfn{frame pointer register} while execution is
3987 going on in that frame.
3988
3989 @cindex frame number
3990 @value{GDBN} assigns numbers to all existing stack frames, starting with
3991 zero for the innermost frame, one for the frame that called it,
3992 and so on upward.  These numbers do not really exist in your program;
3993 they are assigned by @value{GDBN} to give you a way of designating stack
3994 frames in @value{GDBN} commands.
3995
3996 @c The -fomit-frame-pointer below perennially causes hbox overflow
3997 @c underflow problems.
3998 @cindex frameless execution
3999 Some compilers provide a way to compile functions so that they operate
4000 without stack frames.  (For example, the @value{GCC} option
4001 @smallexample
4002 @samp{-fomit-frame-pointer}
4003 @end smallexample
4004 generates functions without a frame.)
4005 This is occasionally done with heavily used library functions to save
4006 the frame setup time.  @value{GDBN} has limited facilities for dealing
4007 with these function invocations.  If the innermost function invocation
4008 has no stack frame, @value{GDBN} nevertheless regards it as though
4009 it had a separate frame, which is numbered zero as usual, allowing
4010 correct tracing of the function call chain.  However, @value{GDBN} has
4011 no provision for frameless functions elsewhere in the stack.
4012
4013 @table @code
4014 @kindex frame@r{, command}
4015 @cindex current stack frame
4016 @item frame @var{args}
4017 The @code{frame} command allows you to move from one stack frame to another,
4018 and to print the stack frame you select.  @var{args} may be either the
4019 address of the frame or the stack frame number.  Without an argument,
4020 @code{frame} prints the current stack frame.
4021
4022 @kindex select-frame
4023 @cindex selecting frame silently
4024 @item select-frame
4025 The @code{select-frame} command allows you to move from one stack frame
4026 to another without printing the frame.  This is the silent version of
4027 @code{frame}.
4028 @end table
4029
4030 @node Backtrace
4031 @section Backtraces
4032
4033 @cindex backtraces
4034 @cindex tracebacks
4035 @cindex stack traces
4036 A backtrace is a summary of how your program got where it is.  It shows one
4037 line per frame, for many frames, starting with the currently executing
4038 frame (frame zero), followed by its caller (frame one), and on up the
4039 stack.
4040
4041 @table @code
4042 @kindex backtrace
4043 @kindex bt @r{(@code{backtrace})}
4044 @item backtrace
4045 @itemx bt
4046 Print a backtrace of the entire stack: one line per frame for all
4047 frames in the stack.
4048
4049 You can stop the backtrace at any time by typing the system interrupt
4050 character, normally @kbd{C-c}.
4051
4052 @item backtrace @var{n}
4053 @itemx bt @var{n}
4054 Similar, but print only the innermost @var{n} frames.
4055
4056 @item backtrace -@var{n}
4057 @itemx bt -@var{n}
4058 Similar, but print only the outermost @var{n} frames.
4059 @end table
4060
4061 @kindex where
4062 @kindex info stack
4063 The names @code{where} and @code{info stack} (abbreviated @code{info s})
4064 are additional aliases for @code{backtrace}.
4065
4066 Each line in the backtrace shows the frame number and the function name.
4067 The program counter value is also shown---unless you use @code{set
4068 print address off}.  The backtrace also shows the source file name and
4069 line number, as well as the arguments to the function.  The program
4070 counter value is omitted if it is at the beginning of the code for that
4071 line number.
4072
4073 Here is an example of a backtrace.  It was made with the command
4074 @samp{bt 3}, so it shows the innermost three frames.
4075
4076 @smallexample
4077 @group
4078 #0  m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
4079     at builtin.c:993
4080 #1  0x6e38 in expand_macro (sym=0x2b600) at macro.c:242
4081 #2  0x6840 in expand_token (obs=0x0, t=177664, td=0xf7fffb08)
4082     at macro.c:71
4083 (More stack frames follow...)
4084 @end group
4085 @end smallexample
4086
4087 @noindent
4088 The display for frame zero does not begin with a program counter
4089 value, indicating that your program has stopped at the beginning of the
4090 code for line @code{993} of @code{builtin.c}.
4091
4092 Most programs have a standard user entry point---a place where system
4093 libraries and startup code transition into user code.  For C this is
4094 @code{main}.  When @value{GDBN} finds the entry function in a backtrace
4095 it will terminate the backtrace, to avoid tracing into highly
4096 system-specific (and generally uninteresting) code.
4097
4098 If you need to examine the startup code, or limit the number of levels
4099 in a backtrace, you can change this behavior:
4100
4101 @table @code
4102 @item set backtrace past-main
4103 @itemx set backtrace past-main on
4104 @kindex set backtrace
4105 Backtraces will continue past the user entry point.
4106
4107 @item set backtrace past-main off
4108 Backtraces will stop when they encounter the user entry point.  This is the
4109 default.
4110
4111 @item show backtrace past-main
4112 @kindex show backtrace
4113 Display the current user entry point backtrace policy.
4114
4115 @item set backtrace limit @var{n}
4116 @itemx set backtrace limit 0
4117 @cindex backtrace limit
4118 Limit the backtrace to @var{n} levels.  A value of zero means
4119 unlimited.
4120
4121 @item show backtrace limit
4122 Display the current limit on backtrace levels.
4123 @end table
4124
4125 @node Selection
4126 @section Selecting a frame
4127
4128 Most commands for examining the stack and other data in your program work on
4129 whichever stack frame is selected at the moment.  Here are the commands for
4130 selecting a stack frame; all of them finish by printing a brief description
4131 of the stack frame just selected.
4132
4133 @table @code
4134 @kindex frame@r{, selecting}
4135 @kindex f @r{(@code{frame})}
4136 @item frame @var{n}
4137 @itemx f @var{n}
4138 Select frame number @var{n}.  Recall that frame zero is the innermost
4139 (currently executing) frame, frame one is the frame that called the
4140 innermost one, and so on.  The highest-numbered frame is the one for
4141 @code{main}.
4142
4143 @item frame @var{addr}
4144 @itemx f @var{addr}
4145 Select the frame at address @var{addr}.  This is useful mainly if the
4146 chaining of stack frames has been damaged by a bug, making it
4147 impossible for @value{GDBN} to assign numbers properly to all frames.  In
4148 addition, this can be useful when your program has multiple stacks and
4149 switches between them.
4150
4151 On the SPARC architecture, @code{frame} needs two addresses to
4152 select an arbitrary frame: a frame pointer and a stack pointer.
4153
4154 On the MIPS and Alpha architecture, it needs two addresses: a stack
4155 pointer and a program counter.
4156
4157 On the 29k architecture, it needs three addresses: a register stack
4158 pointer, a program counter, and a memory stack pointer.
4159 @c note to future updaters: this is conditioned on a flag
4160 @c SETUP_ARBITRARY_FRAME in the tm-*.h files.  The above is up to date
4161 @c as of 27 Jan 1994.
4162
4163 @kindex up
4164 @item up @var{n}
4165 Move @var{n} frames up the stack.  For positive numbers @var{n}, this
4166 advances toward the outermost frame, to higher frame numbers, to frames
4167 that have existed longer.  @var{n} defaults to one.
4168
4169 @kindex down
4170 @kindex do @r{(@code{down})}
4171 @item down @var{n}
4172 Move @var{n} frames down the stack.  For positive numbers @var{n}, this
4173 advances toward the innermost frame, to lower frame numbers, to frames
4174 that were created more recently.  @var{n} defaults to one.  You may
4175 abbreviate @code{down} as @code{do}.
4176 @end table
4177
4178 All of these commands end by printing two lines of output describing the
4179 frame.  The first line shows the frame number, the function name, the
4180 arguments, and the source file and line number of execution in that
4181 frame.  The second line shows the text of that source line.
4182
4183 @need 1000
4184 For example:
4185
4186 @smallexample
4187 @group
4188 (@value{GDBP}) up
4189 #1  0x22f0 in main (argc=1, argv=0xf7fffbf4, env=0xf7fffbfc)
4190     at env.c:10
4191 10              read_input_file (argv[i]);
4192 @end group
4193 @end smallexample
4194
4195 After such a printout, the @code{list} command with no arguments
4196 prints ten lines centered on the point of execution in the frame.
4197 You can also edit the program at the point of execution with your favorite
4198 editing program by typing @code{edit}.
4199 @xref{List, ,Printing source lines},
4200 for details.
4201
4202 @table @code
4203 @kindex down-silently
4204 @kindex up-silently
4205 @item up-silently @var{n}
4206 @itemx down-silently @var{n}
4207 These two commands are variants of @code{up} and @code{down},
4208 respectively; they differ in that they do their work silently, without
4209 causing display of the new frame.  They are intended primarily for use
4210 in @value{GDBN} command scripts, where the output might be unnecessary and
4211 distracting.
4212 @end table
4213
4214 @node Frame Info
4215 @section Information about a frame
4216
4217 There are several other commands to print information about the selected
4218 stack frame.
4219
4220 @table @code
4221 @item frame
4222 @itemx f
4223 When used without any argument, this command does not change which
4224 frame is selected, but prints a brief description of the currently
4225 selected stack frame.  It can be abbreviated @code{f}.  With an
4226 argument, this command is used to select a stack frame.
4227 @xref{Selection, ,Selecting a frame}.
4228
4229 @kindex info frame
4230 @kindex info f @r{(@code{info frame})}
4231 @item info frame
4232 @itemx info f
4233 This command prints a verbose description of the selected stack frame,
4234 including:
4235
4236 @itemize @bullet
4237 @item
4238 the address of the frame
4239 @item
4240 the address of the next frame down (called by this frame)
4241 @item
4242 the address of the next frame up (caller of this frame)
4243 @item
4244 the language in which the source code corresponding to this frame is written
4245 @item
4246 the address of the frame's arguments
4247 @item
4248 the address of the frame's local variables
4249 @item
4250 the program counter saved in it (the address of execution in the caller frame)
4251 @item
4252 which registers were saved in the frame
4253 @end itemize
4254
4255 @noindent The verbose description is useful when
4256 something has gone wrong that has made the stack format fail to fit
4257 the usual conventions.
4258
4259 @item info frame @var{addr}
4260 @itemx info f @var{addr}
4261 Print a verbose description of the frame at address @var{addr}, without
4262 selecting that frame.  The selected frame remains unchanged by this
4263 command.  This requires the same kind of address (more than one for some
4264 architectures) that you specify in the @code{frame} command.
4265 @xref{Selection, ,Selecting a frame}.
4266
4267 @kindex info args
4268 @item info args
4269 Print the arguments of the selected frame, each on a separate line.
4270
4271 @item info locals
4272 @kindex info locals
4273 Print the local variables of the selected frame, each on a separate
4274 line.  These are all variables (declared either static or automatic)
4275 accessible at the point of execution of the selected frame.
4276
4277 @kindex info catch
4278 @cindex catch exceptions, list active handlers
4279 @cindex exception handlers, how to list
4280 @item info catch
4281 Print a list of all the exception handlers that are active in the
4282 current stack frame at the current point of execution.  To see other
4283 exception handlers, visit the associated frame (using the @code{up},
4284 @code{down}, or @code{frame} commands); then type @code{info catch}.
4285 @xref{Set Catchpoints, , Setting catchpoints}.
4286
4287 @end table
4288
4289
4290 @node Source
4291 @chapter Examining Source Files
4292
4293 @value{GDBN} can print parts of your program's source, since the debugging
4294 information recorded in the program tells @value{GDBN} what source files were
4295 used to build it.  When your program stops, @value{GDBN} spontaneously prints
4296 the line where it stopped.  Likewise, when you select a stack frame
4297 (@pxref{Selection, ,Selecting a frame}), @value{GDBN} prints the line where
4298 execution in that frame has stopped.  You can print other portions of
4299 source files by explicit command.
4300
4301 If you use @value{GDBN} through its @sc{gnu} Emacs interface, you may
4302 prefer to use Emacs facilities to view source; see @ref{Emacs, ,Using
4303 @value{GDBN} under @sc{gnu} Emacs}.
4304
4305 @menu
4306 * List::                        Printing source lines
4307 * Edit::                        Editing source files
4308 * Search::                      Searching source files
4309 * Source Path::                 Specifying source directories
4310 * Machine Code::                Source and machine code
4311 @end menu
4312
4313 @node List
4314 @section Printing source lines
4315
4316 @kindex list
4317 @kindex l @r{(@code{list})}
4318 To print lines from a source file, use the @code{list} command
4319 (abbreviated @code{l}).  By default, ten lines are printed.
4320 There are several ways to specify what part of the file you want to print.
4321
4322 Here are the forms of the @code{list} command most commonly used:
4323
4324 @table @code
4325 @item list @var{linenum}
4326 Print lines centered around line number @var{linenum} in the
4327 current source file.
4328
4329 @item list @var{function}
4330 Print lines centered around the beginning of function
4331 @var{function}.
4332
4333 @item list
4334 Print more lines.  If the last lines printed were printed with a
4335 @code{list} command, this prints lines following the last lines
4336 printed; however, if the last line printed was a solitary line printed
4337 as part of displaying a stack frame (@pxref{Stack, ,Examining the
4338 Stack}), this prints lines centered around that line.
4339
4340 @item list -
4341 Print lines just before the lines last printed.
4342 @end table
4343
4344 By default, @value{GDBN} prints ten source lines with any of these forms of
4345 the @code{list} command.  You can change this using @code{set listsize}:
4346
4347 @table @code
4348 @kindex set listsize
4349 @item set listsize @var{count}
4350 Make the @code{list} command display @var{count} source lines (unless
4351 the @code{list} argument explicitly specifies some other number).
4352
4353 @kindex show listsize
4354 @item show listsize
4355 Display the number of lines that @code{list} prints.
4356 @end table
4357
4358 Repeating a @code{list} command with @key{RET} discards the argument,
4359 so it is equivalent to typing just @code{list}.  This is more useful
4360 than listing the same lines again.  An exception is made for an
4361 argument of @samp{-}; that argument is preserved in repetition so that
4362 each repetition moves up in the source file.
4363
4364 @cindex linespec
4365 In general, the @code{list} command expects you to supply zero, one or two
4366 @dfn{linespecs}.  Linespecs specify source lines; there are several ways
4367 of writing them, but the effect is always to specify some source line.
4368 Here is a complete description of the possible arguments for @code{list}:
4369
4370 @table @code
4371 @item list @var{linespec}
4372 Print lines centered around the line specified by @var{linespec}.
4373
4374 @item list @var{first},@var{last}
4375 Print lines from @var{first} to @var{last}.  Both arguments are
4376 linespecs.
4377
4378 @item list ,@var{last}
4379 Print lines ending with @var{last}.
4380
4381 @item list @var{first},
4382 Print lines starting with @var{first}.
4383
4384 @item list +
4385 Print lines just after the lines last printed.
4386
4387 @item list -
4388 Print lines just before the lines last printed.
4389
4390 @item list
4391 As described in the preceding table.
4392 @end table
4393
4394 Here are the ways of specifying a single source line---all the
4395 kinds of linespec.
4396
4397 @table @code
4398 @item @var{number}
4399 Specifies line @var{number} of the current source file.
4400 When a @code{list} command has two linespecs, this refers to
4401 the same source file as the first linespec.
4402
4403 @item +@var{offset}
4404 Specifies the line @var{offset} lines after the last line printed.
4405 When used as the second linespec in a @code{list} command that has
4406 two, this specifies the line @var{offset} lines down from the
4407 first linespec.
4408
4409 @item -@var{offset}
4410 Specifies the line @var{offset} lines before the last line printed.
4411
4412 @item @var{filename}:@var{number}
4413 Specifies line @var{number} in the source file @var{filename}.
4414
4415 @item @var{function}
4416 Specifies the line that begins the body of the function @var{function}.
4417 For example: in C, this is the line with the open brace.
4418
4419 @item @var{filename}:@var{function}
4420 Specifies the line of the open-brace that begins the body of the
4421 function @var{function} in the file @var{filename}.  You only need the
4422 file name with a function name to avoid ambiguity when there are
4423 identically named functions in different source files.
4424
4425 @item *@var{address}
4426 Specifies the line containing the program address @var{address}.
4427 @var{address} may be any expression.
4428 @end table
4429
4430 @node Edit
4431 @section Editing source files
4432 @cindex editing source files
4433
4434 @kindex edit
4435 @kindex e @r{(@code{edit})}
4436 To edit the lines in a source file, use the @code{edit} command.
4437 The editing program of your choice
4438 is invoked with the current line set to
4439 the active line in the program.
4440 Alternatively, there are several ways to specify what part of the file you
4441 want to print if you want to see other parts of the program.
4442
4443 Here are the forms of the @code{edit} command most commonly used:
4444
4445 @table @code
4446 @item edit
4447 Edit the current source file at the active line number in the program.
4448
4449 @item edit @var{number}
4450 Edit the current source file with @var{number} as the active line number.
4451
4452 @item edit @var{function}
4453 Edit the file containing @var{function} at the beginning of its definition.
4454
4455 @item edit @var{filename}:@var{number}
4456 Specifies line @var{number} in the source file @var{filename}.
4457
4458 @item edit @var{filename}:@var{function}
4459 Specifies the line that begins the body of the
4460 function @var{function} in the file @var{filename}.  You only need the
4461 file name with a function name to avoid ambiguity when there are
4462 identically named functions in different source files.
4463
4464 @item edit *@var{address}
4465 Specifies the line containing the program address @var{address}.
4466 @var{address} may be any expression.
4467 @end table
4468
4469 @subsection Choosing your editor
4470 You can customize @value{GDBN} to use any editor you want
4471 @footnote{
4472 The only restriction is that your editor (say @code{ex}), recognizes the
4473 following command-line syntax:
4474 @smallexample
4475 ex +@var{number} file
4476 @end smallexample
4477 The optional numeric value +@var{number} specifies the number of the line in
4478 the file where to start editing.}.
4479 By default, it is @file{@value{EDITOR}}, but you can change this
4480 by setting the environment variable @code{EDITOR} before using
4481 @value{GDBN}.  For example, to configure @value{GDBN} to use the
4482 @code{vi} editor, you could use these commands with the @code{sh} shell:
4483 @smallexample
4484 EDITOR=/usr/bin/vi
4485 export EDITOR
4486 gdb @dots{}
4487 @end smallexample
4488 or in the @code{csh} shell,
4489 @smallexample
4490 setenv EDITOR /usr/bin/vi
4491 gdb @dots{}
4492 @end smallexample
4493
4494 @node Search
4495 @section Searching source files
4496 @cindex searching source files
4497 @kindex reverse-search
4498
4499 There are two commands for searching through the current source file for a
4500 regular expression.
4501
4502 @table @code
4503 @kindex search
4504 @kindex forward-search
4505 @item forward-search @var{regexp}
4506 @itemx search @var{regexp}
4507 The command @samp{forward-search @var{regexp}} checks each line,
4508 starting with the one following the last line listed, for a match for
4509 @var{regexp}.  It lists the line that is found.  You can use the
4510 synonym @samp{search @var{regexp}} or abbreviate the command name as
4511 @code{fo}.
4512
4513 @item reverse-search @var{regexp}
4514 The command @samp{reverse-search @var{regexp}} checks each line, starting
4515 with the one before the last line listed and going backward, for a match
4516 for @var{regexp}.  It lists the line that is found.  You can abbreviate
4517 this command as @code{rev}.
4518 @end table
4519
4520 @node Source Path
4521 @section Specifying source directories
4522
4523 @cindex source path
4524 @cindex directories for source files
4525 Executable programs sometimes do not record the directories of the source
4526 files from which they were compiled, just the names.  Even when they do,
4527 the directories could be moved between the compilation and your debugging
4528 session.  @value{GDBN} has a list of directories to search for source files;
4529 this is called the @dfn{source path}.  Each time @value{GDBN} wants a source file,
4530 it tries all the directories in the list, in the order they are present
4531 in the list, until it finds a file with the desired name.
4532
4533 For example, suppose an executable references the file
4534 @file{/usr/src/foo-1.0/lib/foo.c}, and our source path is
4535 @file{/mnt/cross}.  The file is first looked up literally; if this
4536 fails, @file{/mnt/cross/usr/src/foo-1.0/lib/foo.c} is tried; if this
4537 fails, @file{/mnt/cross/foo.c} is opened; if this fails, an error
4538 message is printed.  @value{GDBN} does not look up the parts of the
4539 source file name, such as @file{/mnt/cross/src/foo-1.0/lib/foo.c}.
4540 Likewise, the subdirectories of the source path are not searched: if
4541 the source path is @file{/mnt/cross}, and the binary refers to
4542 @file{foo.c}, @value{GDBN} would not find it under
4543 @file{/mnt/cross/usr/src/foo-1.0/lib}.
4544
4545 Plain file names, relative file names with leading directories, file
4546 names containing dots, etc.@: are all treated as described above; for
4547 instance, if the source path is @file{/mnt/cross}, and the source file
4548 is recorded as @file{../lib/foo.c}, @value{GDBN} would first try
4549 @file{../lib/foo.c}, then @file{/mnt/cross/../lib/foo.c}, and after
4550 that---@file{/mnt/cross/foo.c}.
4551
4552 Note that the executable search path is @emph{not} used to locate the
4553 source files.  Neither is the current working directory, unless it
4554 happens to be in the source path.
4555
4556 Whenever you reset or rearrange the source path, @value{GDBN} clears out
4557 any information it has cached about where source files are found and where
4558 each line is in the file.
4559
4560 @kindex directory
4561 @kindex dir
4562 When you start @value{GDBN}, its source path includes only @samp{cdir}
4563 and @samp{cwd}, in that order.
4564 To add other directories, use the @code{directory} command.
4565
4566 @table @code
4567 @item directory @var{dirname} @dots{}
4568 @item dir @var{dirname} @dots{}
4569 Add directory @var{dirname} to the front of the source path.  Several
4570 directory names may be given to this command, separated by @samp{:}
4571 (@samp{;} on MS-DOS and MS-Windows, where @samp{:} usually appears as
4572 part of absolute file names) or
4573 whitespace.  You may specify a directory that is already in the source
4574 path; this moves it forward, so @value{GDBN} searches it sooner.
4575
4576 @kindex cdir
4577 @kindex cwd
4578 @vindex $cdir@r{, convenience variable}
4579 @vindex $cwdr@r{, convenience variable}
4580 @cindex compilation directory
4581 @cindex current directory
4582 @cindex working directory
4583 @cindex directory, current
4584 @cindex directory, compilation
4585 You can use the string @samp{$cdir} to refer to the compilation
4586 directory (if one is recorded), and @samp{$cwd} to refer to the current
4587 working directory.  @samp{$cwd} is not the same as @samp{.}---the former
4588 tracks the current working directory as it changes during your @value{GDBN}
4589 session, while the latter is immediately expanded to the current
4590 directory at the time you add an entry to the source path.
4591
4592 @item directory
4593 Reset the source path to empty again.  This requires confirmation.
4594
4595 @c RET-repeat for @code{directory} is explicitly disabled, but since
4596 @c repeating it would be a no-op we do not say that.  (thanks to RMS)
4597
4598 @item show directories
4599 @kindex show directories
4600 Print the source path: show which directories it contains.
4601 @end table
4602
4603 If your source path is cluttered with directories that are no longer of
4604 interest, @value{GDBN} may sometimes cause confusion by finding the wrong
4605 versions of source.  You can correct the situation as follows:
4606
4607 @enumerate
4608 @item
4609 Use @code{directory} with no argument to reset the source path to empty.
4610
4611 @item
4612 Use @code{directory} with suitable arguments to reinstall the
4613 directories you want in the source path.  You can add all the
4614 directories in one command.
4615 @end enumerate
4616
4617 @node Machine Code
4618 @section Source and machine code
4619 @cindex source line and its code address
4620
4621 You can use the command @code{info line} to map source lines to program
4622 addresses (and vice versa), and the command @code{disassemble} to display
4623 a range of addresses as machine instructions.  When run under @sc{gnu} Emacs
4624 mode, the @code{info line} command causes the arrow to point to the
4625 line specified.  Also, @code{info line} prints addresses in symbolic form as
4626 well as hex.
4627
4628 @table @code
4629 @kindex info line
4630 @item info line @var{linespec}
4631 Print the starting and ending addresses of the compiled code for
4632 source line @var{linespec}.  You can specify source lines in any of
4633 the ways understood by the @code{list} command (@pxref{List, ,Printing
4634 source lines}).
4635 @end table
4636
4637 For example, we can use @code{info line} to discover the location of
4638 the object code for the first line of function
4639 @code{m4_changequote}:
4640
4641 @c FIXME: I think this example should also show the addresses in
4642 @c symbolic form, as they usually would be displayed.
4643 @smallexample
4644 (@value{GDBP}) info line m4_changequote
4645 Line 895 of "builtin.c" starts at pc 0x634c and ends at 0x6350.
4646 @end smallexample
4647
4648 @noindent
4649 @cindex code address and its source line
4650 We can also inquire (using @code{*@var{addr}} as the form for
4651 @var{linespec}) what source line covers a particular address:
4652 @smallexample
4653 (@value{GDBP}) info line *0x63ff
4654 Line 926 of "builtin.c" starts at pc 0x63e4 and ends at 0x6404.
4655 @end smallexample
4656
4657 @cindex @code{$_} and @code{info line}
4658 @cindex @code{x} command, default address
4659 @kindex x@r{(examine), and} info line
4660 After @code{info line}, the default address for the @code{x} command
4661 is changed to the starting address of the line, so that @samp{x/i} is
4662 sufficient to begin examining the machine code (@pxref{Memory,
4663 ,Examining memory}).  Also, this address is saved as the value of the
4664 convenience variable @code{$_} (@pxref{Convenience Vars, ,Convenience
4665 variables}).
4666
4667 @table @code
4668 @kindex disassemble
4669 @cindex assembly instructions
4670 @cindex instructions, assembly
4671 @cindex machine instructions
4672 @cindex listing machine instructions
4673 @item disassemble
4674 This specialized command dumps a range of memory as machine
4675 instructions.  The default memory range is the function surrounding the
4676 program counter of the selected frame.  A single argument to this
4677 command is a program counter value; @value{GDBN} dumps the function
4678 surrounding this value.  Two arguments specify a range of addresses
4679 (first inclusive, second exclusive) to dump.
4680 @end table
4681
4682 The following example shows the disassembly of a range of addresses of
4683 HP PA-RISC 2.0 code:
4684
4685 @smallexample
4686 (@value{GDBP}) disas 0x32c4 0x32e4
4687 Dump of assembler code from 0x32c4 to 0x32e4:
4688 0x32c4 <main+204>:      addil 0,dp
4689 0x32c8 <main+208>:      ldw 0x22c(sr0,r1),r26
4690 0x32cc <main+212>:      ldil 0x3000,r31
4691 0x32d0 <main+216>:      ble 0x3f8(sr4,r31)
4692 0x32d4 <main+220>:      ldo 0(r31),rp
4693 0x32d8 <main+224>:      addil -0x800,dp
4694 0x32dc <main+228>:      ldo 0x588(r1),r26
4695 0x32e0 <main+232>:      ldil 0x3000,r31
4696 End of assembler dump.
4697 @end smallexample
4698
4699 Some architectures have more than one commonly-used set of instruction
4700 mnemonics or other syntax.
4701
4702 @table @code
4703 @kindex set disassembly-flavor
4704 @cindex Intel disassembly flavor
4705 @cindex AT&T disassembly flavor
4706 @item set disassembly-flavor @var{instruction-set}
4707 Select the instruction set to use when disassembling the
4708 program via the @code{disassemble} or @code{x/i} commands.
4709
4710 Currently this command is only defined for the Intel x86 family.  You
4711 can set @var{instruction-set} to either @code{intel} or @code{att}.
4712 The default is @code{att}, the AT&T flavor used by default by Unix
4713 assemblers for x86-based targets.
4714 @end table
4715
4716
4717 @node Data
4718 @chapter Examining Data
4719
4720 @cindex printing data
4721 @cindex examining data
4722 @kindex print
4723 @kindex inspect
4724 @c "inspect" is not quite a synonym if you are using Epoch, which we do not
4725 @c document because it is nonstandard...  Under Epoch it displays in a
4726 @c different window or something like that.
4727 The usual way to examine data in your program is with the @code{print}
4728 command (abbreviated @code{p}), or its synonym @code{inspect}.  It
4729 evaluates and prints the value of an expression of the language your
4730 program is written in (@pxref{Languages, ,Using @value{GDBN} with
4731 Different Languages}).
4732
4733 @table @code
4734 @item print @var{expr}
4735 @itemx print /@var{f} @var{expr}
4736 @var{expr} is an expression (in the source language).  By default the
4737 value of @var{expr} is printed in a format appropriate to its data type;
4738 you can choose a different format by specifying @samp{/@var{f}}, where
4739 @var{f} is a letter specifying the format; see @ref{Output Formats,,Output
4740 formats}.
4741
4742 @item print
4743 @itemx print /@var{f}
4744 @cindex reprint the last value
4745 If you omit @var{expr}, @value{GDBN} displays the last value again (from the
4746 @dfn{value history}; @pxref{Value History, ,Value history}).  This allows you to
4747 conveniently inspect the same value in an alternative format.
4748 @end table
4749
4750 A more low-level way of examining data is with the @code{x} command.
4751 It examines data in memory at a specified address and prints it in a
4752 specified format.  @xref{Memory, ,Examining memory}.
4753
4754 If you are interested in information about types, or about how the
4755 fields of a struct or a class are declared, use the @code{ptype @var{exp}}
4756 command rather than @code{print}.  @xref{Symbols, ,Examining the Symbol
4757 Table}.
4758
4759 @menu
4760 * Expressions::                 Expressions
4761 * Variables::                   Program variables
4762 * Arrays::                      Artificial arrays
4763 * Output Formats::              Output formats
4764 * Memory::                      Examining memory
4765 * Auto Display::                Automatic display
4766 * Print Settings::              Print settings
4767 * Value History::               Value history
4768 * Convenience Vars::            Convenience variables
4769 * Registers::                   Registers
4770 * Floating Point Hardware::     Floating point hardware
4771 * Vector Unit::                 Vector Unit
4772 * Auxiliary Vector::            Auxiliary data provided by operating system
4773 * Memory Region Attributes::    Memory region attributes
4774 * Dump/Restore Files::          Copy between memory and a file
4775 * Character Sets::              Debugging programs that use a different
4776                                 character set than GDB does
4777 @end menu
4778
4779 @node Expressions
4780 @section Expressions
4781
4782 @cindex expressions
4783 @code{print} and many other @value{GDBN} commands accept an expression and
4784 compute its value.  Any kind of constant, variable or operator defined
4785 by the programming language you are using is valid in an expression in
4786 @value{GDBN}.  This includes conditional expressions, function calls,
4787 casts, and string constants.  It also includes preprocessor macros, if
4788 you compiled your program to include this information; see
4789 @ref{Compilation}.
4790
4791 @cindex arrays in expressions
4792 @value{GDBN} supports array constants in expressions input by
4793 the user.  The syntax is @{@var{element}, @var{element}@dots{}@}.  For example,
4794 you can use the command @code{print @{1, 2, 3@}} to build up an array in
4795 memory that is @code{malloc}ed in the target program.
4796
4797 Because C is so widespread, most of the expressions shown in examples in
4798 this manual are in C.  @xref{Languages, , Using @value{GDBN} with Different
4799 Languages}, for information on how to use expressions in other
4800 languages.
4801
4802 In this section, we discuss operators that you can use in @value{GDBN}
4803 expressions regardless of your programming language.
4804
4805 @cindex casts, in expressions
4806 Casts are supported in all languages, not just in C, because it is so
4807 useful to cast a number into a pointer in order to examine a structure
4808 at that address in memory.
4809 @c FIXME: casts supported---Mod2 true?
4810
4811 @value{GDBN} supports these operators, in addition to those common
4812 to programming languages:
4813
4814 @table @code
4815 @item @@
4816 @samp{@@} is a binary operator for treating parts of memory as arrays.
4817 @xref{Arrays, ,Artificial arrays}, for more information.
4818
4819 @item ::
4820 @samp{::} allows you to specify a variable in terms of the file or
4821 function where it is defined.  @xref{Variables, ,Program variables}.
4822
4823 @cindex @{@var{type}@}
4824 @cindex type casting memory
4825 @cindex memory, viewing as typed object
4826 @cindex casts, to view memory
4827 @item @{@var{type}@} @var{addr}
4828 Refers to an object of type @var{type} stored at address @var{addr} in
4829 memory.  @var{addr} may be any expression whose value is an integer or
4830 pointer (but parentheses are required around binary operators, just as in
4831 a cast).  This construct is allowed regardless of what kind of data is
4832 normally supposed to reside at @var{addr}.
4833 @end table
4834
4835 @node Variables
4836 @section Program variables
4837
4838 The most common kind of expression to use is the name of a variable
4839 in your program.
4840
4841 Variables in expressions are understood in the selected stack frame
4842 (@pxref{Selection, ,Selecting a frame}); they must be either:
4843
4844 @itemize @bullet
4845 @item
4846 global (or file-static)
4847 @end itemize
4848
4849 @noindent or
4850
4851 @itemize @bullet
4852 @item
4853 visible according to the scope rules of the
4854 programming language from the point of execution in that frame
4855 @end itemize
4856
4857 @noindent This means that in the function
4858
4859 @smallexample
4860 foo (a)
4861      int a;
4862 @{
4863   bar (a);
4864   @{
4865     int b = test ();
4866     bar (b);
4867   @}
4868 @}
4869 @end smallexample
4870
4871 @noindent
4872 you can examine and use the variable @code{a} whenever your program is
4873 executing within the function @code{foo}, but you can only use or
4874 examine the variable @code{b} while your program is executing inside
4875 the block where @code{b} is declared.
4876
4877 @cindex variable name conflict
4878 There is an exception: you can refer to a variable or function whose
4879 scope is a single source file even if the current execution point is not
4880 in this file.  But it is possible to have more than one such variable or
4881 function with the same name (in different source files).  If that
4882 happens, referring to that name has unpredictable effects.  If you wish,
4883 you can specify a static variable in a particular function or file,
4884 using the colon-colon (@code{::}) notation:
4885
4886 @cindex colon-colon, context for variables/functions
4887 @iftex
4888 @c info cannot cope with a :: index entry, but why deprive hard copy readers?
4889 @cindex @code{::}, context for variables/functions
4890 @end iftex
4891 @smallexample
4892 @var{file}::@var{variable}
4893 @var{function}::@var{variable}
4894 @end smallexample
4895
4896 @noindent
4897 Here @var{file} or @var{function} is the name of the context for the
4898 static @var{variable}.  In the case of file names, you can use quotes to
4899 make sure @value{GDBN} parses the file name as a single word---for example,
4900 to print a global value of @code{x} defined in @file{f2.c}:
4901
4902 @smallexample
4903 (@value{GDBP}) p 'f2.c'::x
4904 @end smallexample
4905
4906 @cindex C@t{++} scope resolution
4907 This use of @samp{::} is very rarely in conflict with the very similar
4908 use of the same notation in C@t{++}.  @value{GDBN} also supports use of the C@t{++}
4909 scope resolution operator in @value{GDBN} expressions.
4910 @c FIXME: Um, so what happens in one of those rare cases where it's in
4911 @c conflict??  --mew
4912
4913 @cindex wrong values
4914 @cindex variable values, wrong
4915 @cindex function entry/exit, wrong values of variables
4916 @cindex optimized code, wrong values of variables
4917 @quotation
4918 @emph{Warning:} Occasionally, a local variable may appear to have the
4919 wrong value at certain points in a function---just after entry to a new
4920 scope, and just before exit.
4921 @end quotation
4922 You may see this problem when you are stepping by machine instructions.
4923 This is because, on most machines, it takes more than one instruction to
4924 set up a stack frame (including local variable definitions); if you are
4925 stepping by machine instructions, variables may appear to have the wrong
4926 values until the stack frame is completely built.  On exit, it usually
4927 also takes more than one machine instruction to destroy a stack frame;
4928 after you begin stepping through that group of instructions, local
4929 variable definitions may be gone.
4930
4931 This may also happen when the compiler does significant optimizations.
4932 To be sure of always seeing accurate values, turn off all optimization
4933 when compiling.
4934
4935 @cindex ``No symbol "foo" in current context''
4936 Another possible effect of compiler optimizations is to optimize
4937 unused variables out of existence, or assign variables to registers (as
4938 opposed to memory addresses).  Depending on the support for such cases
4939 offered by the debug info format used by the compiler, @value{GDBN}
4940 might not be able to display values for such local variables.  If that
4941 happens, @value{GDBN} will print a message like this:
4942
4943 @smallexample
4944 No symbol "foo" in current context.
4945 @end smallexample
4946
4947 To solve such problems, either recompile without optimizations, or use a
4948 different debug info format, if the compiler supports several such
4949 formats.  For example, @value{NGCC}, the @sc{gnu} C/C@t{++} compiler,
4950 usually supports the @option{-gstabs+} option.  @option{-gstabs+}
4951 produces debug info in a format that is superior to formats such as
4952 COFF.  You may be able to use DWARF 2 (@option{-gdwarf-2}), which is also
4953 an effective form for debug info.  @xref{Debugging Options,,Options
4954 for Debugging Your Program or @sc{gnu} CC, gcc.info, Using @sc{gnu} CC}.
4955 @xref{C, , Debugging C++}, for more info about debug info formats
4956 that are best suited to C@t{++} programs.
4957
4958 @node Arrays
4959 @section Artificial arrays
4960
4961 @cindex artificial array
4962 @cindex arrays
4963 @kindex @@@r{, referencing memory as an array}
4964 It is often useful to print out several successive objects of the
4965 same type in memory; a section of an array, or an array of
4966 dynamically determined size for which only a pointer exists in the
4967 program.
4968
4969 You can do this by referring to a contiguous span of memory as an
4970 @dfn{artificial array}, using the binary operator @samp{@@}.  The left
4971 operand of @samp{@@} should be the first element of the desired array
4972 and be an individual object.  The right operand should be the desired length
4973 of the array.  The result is an array value whose elements are all of
4974 the type of the left argument.  The first element is actually the left
4975 argument; the second element comes from bytes of memory immediately
4976 following those that hold the first element, and so on.  Here is an
4977 example.  If a program says
4978
4979 @smallexample
4980 int *array = (int *) malloc (len * sizeof (int));
4981 @end smallexample
4982
4983 @noindent
4984 you can print the contents of @code{array} with
4985
4986 @smallexample
4987 p *array@@len
4988 @end smallexample
4989
4990 The left operand of @samp{@@} must reside in memory.  Array values made
4991 with @samp{@@} in this way behave just like other arrays in terms of
4992 subscripting, and are coerced to pointers when used in expressions.
4993 Artificial arrays most often appear in expressions via the value history
4994 (@pxref{Value History, ,Value history}), after printing one out.
4995
4996 Another way to create an artificial array is to use a cast.
4997 This re-interprets a value as if it were an array.
4998 The value need not be in memory:
4999 @smallexample
5000 (@value{GDBP}) p/x (short[2])0x12345678
5001 $1 = @{0x1234, 0x5678@}
5002 @end smallexample
5003
5004 As a convenience, if you leave the array length out (as in
5005 @samp{(@var{type}[])@var{value}}) @value{GDBN} calculates the size to fill
5006 the value (as @samp{sizeof(@var{value})/sizeof(@var{type})}:
5007 @smallexample
5008 (@value{GDBP}) p/x (short[])0x12345678
5009 $2 = @{0x1234, 0x5678@}
5010 @end smallexample
5011
5012 Sometimes the artificial array mechanism is not quite enough; in
5013 moderately complex data structures, the elements of interest may not
5014 actually be adjacent---for example, if you are interested in the values
5015 of pointers in an array.  One useful work-around in this situation is
5016 to use a convenience variable (@pxref{Convenience Vars, ,Convenience
5017 variables}) as a counter in an expression that prints the first
5018 interesting value, and then repeat that expression via @key{RET}.  For
5019 instance, suppose you have an array @code{dtab} of pointers to
5020 structures, and you are interested in the values of a field @code{fv}
5021 in each structure.  Here is an example of what you might type:
5022
5023 @smallexample
5024 set $i = 0
5025 p dtab[$i++]->fv
5026 @key{RET}
5027 @key{RET}
5028 @dots{}
5029 @end smallexample
5030
5031 @node Output Formats
5032 @section Output formats
5033
5034 @cindex formatted output
5035 @cindex output formats
5036 By default, @value{GDBN} prints a value according to its data type.  Sometimes
5037 this is not what you want.  For example, you might want to print a number
5038 in hex, or a pointer in decimal.  Or you might want to view data in memory
5039 at a certain address as a character string or as an instruction.  To do
5040 these things, specify an @dfn{output format} when you print a value.
5041
5042 The simplest use of output formats is to say how to print a value
5043 already computed.  This is done by starting the arguments of the
5044 @code{print} command with a slash and a format letter.  The format
5045 letters supported are:
5046
5047 @table @code
5048 @item x
5049 Regard the bits of the value as an integer, and print the integer in
5050 hexadecimal.
5051
5052 @item d
5053 Print as integer in signed decimal.
5054
5055 @item u
5056 Print as integer in unsigned decimal.
5057
5058 @item o
5059 Print as integer in octal.
5060
5061 @item t
5062 Print as integer in binary.  The letter @samp{t} stands for ``two''.
5063 @footnote{@samp{b} cannot be used because these format letters are also
5064 used with the @code{x} command, where @samp{b} stands for ``byte'';
5065 see @ref{Memory,,Examining memory}.}
5066
5067 @item a
5068 @cindex unknown address, locating
5069 @cindex locate address
5070 Print as an address, both absolute in hexadecimal and as an offset from
5071 the nearest preceding symbol.  You can use this format used to discover
5072 where (in what function) an unknown address is located:
5073
5074 @smallexample
5075 (@value{GDBP}) p/a 0x54320
5076 $3 = 0x54320 <_initialize_vx+396>
5077 @end smallexample
5078
5079 @noindent
5080 The command @code{info symbol 0x54320} yields similar results.
5081 @xref{Symbols, info symbol}.
5082
5083 @item c
5084 Regard as an integer and print it as a character constant.
5085
5086 @item f
5087 Regard the bits of the value as a floating point number and print
5088 using typical floating point syntax.
5089 @end table
5090
5091 For example, to print the program counter in hex (@pxref{Registers}), type
5092
5093 @smallexample
5094 p/x $pc
5095 @end smallexample
5096
5097 @noindent
5098 Note that no space is required before the slash; this is because command
5099 names in @value{GDBN} cannot contain a slash.
5100
5101 To reprint the last value in the value history with a different format,
5102 you can use the @code{print} command with just a format and no
5103 expression.  For example, @samp{p/x} reprints the last value in hex.
5104
5105 @node Memory
5106 @section Examining memory
5107
5108 You can use the command @code{x} (for ``examine'') to examine memory in
5109 any of several formats, independently of your program's data types.
5110
5111 @cindex examining memory
5112 @table @code
5113 @kindex x @r{(examine memory)}
5114 @item x/@var{nfu} @var{addr}
5115 @itemx x @var{addr}
5116 @itemx x
5117 Use the @code{x} command to examine memory.
5118 @end table
5119
5120 @var{n}, @var{f}, and @var{u} are all optional parameters that specify how
5121 much memory to display and how to format it; @var{addr} is an
5122 expression giving the address where you want to start displaying memory.
5123 If you use defaults for @var{nfu}, you need not type the slash @samp{/}.
5124 Several commands set convenient defaults for @var{addr}.
5125
5126 @table @r
5127 @item @var{n}, the repeat count
5128 The repeat count is a decimal integer; the default is 1.  It specifies
5129 how much memory (counting by units @var{u}) to display.
5130 @c This really is **decimal**; unaffected by 'set radix' as of GDB
5131 @c 4.1.2.
5132
5133 @item @var{f}, the display format
5134 The display format is one of the formats used by @code{print},
5135 @samp{s} (null-terminated string), or @samp{i} (machine instruction).
5136 The default is @samp{x} (hexadecimal) initially.
5137 The default changes each time you use either @code{x} or @code{print}.
5138
5139 @item @var{u}, the unit size
5140 The unit size is any of
5141
5142 @table @code
5143 @item b
5144 Bytes.
5145 @item h
5146 Halfwords (two bytes).
5147 @item w
5148 Words (four bytes).  This is the initial default.
5149 @item g
5150 Giant words (eight bytes).
5151 @end table
5152
5153 Each time you specify a unit size with @code{x}, that size becomes the
5154 default unit the next time you use @code{x}.  (For the @samp{s} and
5155 @samp{i} formats, the unit size is ignored and is normally not written.)
5156
5157 @item @var{addr}, starting display address
5158 @var{addr} is the address where you want @value{GDBN} to begin displaying
5159 memory.  The expression need not have a pointer value (though it may);
5160 it is always interpreted as an integer address of a byte of memory.
5161 @xref{Expressions, ,Expressions}, for more information on expressions.  The default for
5162 @var{addr} is usually just after the last address examined---but several
5163 other commands also set the default address: @code{info breakpoints} (to
5164 the address of the last breakpoint listed), @code{info line} (to the
5165 starting address of a line), and @code{print} (if you use it to display
5166 a value from memory).
5167 @end table
5168
5169 For example, @samp{x/3uh 0x54320} is a request to display three halfwords
5170 (@code{h}) of memory, formatted as unsigned decimal integers (@samp{u}),
5171 starting at address @code{0x54320}.  @samp{x/4xw $sp} prints the four
5172 words (@samp{w}) of memory above the stack pointer (here, @samp{$sp};
5173 @pxref{Registers, ,Registers}) in hexadecimal (@samp{x}).
5174
5175 Since the letters indicating unit sizes are all distinct from the
5176 letters specifying output formats, you do not have to remember whether
5177 unit size or format comes first; either order works.  The output
5178 specifications @samp{4xw} and @samp{4wx} mean exactly the same thing.
5179 (However, the count @var{n} must come first; @samp{wx4} does not work.)
5180
5181 Even though the unit size @var{u} is ignored for the formats @samp{s}
5182 and @samp{i}, you might still want to use a count @var{n}; for example,
5183 @samp{3i} specifies that you want to see three machine instructions,
5184 including any operands.  The command @code{disassemble} gives an
5185 alternative way of inspecting machine instructions; see @ref{Machine
5186 Code,,Source and machine code}.
5187
5188 All the defaults for the arguments to @code{x} are designed to make it
5189 easy to continue scanning memory with minimal specifications each time
5190 you use @code{x}.  For example, after you have inspected three machine
5191 instructions with @samp{x/3i @var{addr}}, you can inspect the next seven
5192 with just @samp{x/7}.  If you use @key{RET} to repeat the @code{x} command,
5193 the repeat count @var{n} is used again; the other arguments default as
5194 for successive uses of @code{x}.
5195
5196 @cindex @code{$_}, @code{$__}, and value history
5197 The addresses and contents printed by the @code{x} command are not saved
5198 in the value history because there is often too much of them and they
5199 would get in the way.  Instead, @value{GDBN} makes these values available for
5200 subsequent use in expressions as values of the convenience variables
5201 @code{$_} and @code{$__}.  After an @code{x} command, the last address
5202 examined is available for use in expressions in the convenience variable
5203 @code{$_}.  The contents of that address, as examined, are available in
5204 the convenience variable @code{$__}.
5205
5206 If the @code{x} command has a repeat count, the address and contents saved
5207 are from the last memory unit printed; this is not the same as the last
5208 address printed if several units were printed on the last line of output.
5209
5210 @node Auto Display
5211 @section Automatic display
5212 @cindex automatic display
5213 @cindex display of expressions
5214
5215 If you find that you want to print the value of an expression frequently
5216 (to see how it changes), you might want to add it to the @dfn{automatic
5217 display list} so that @value{GDBN} prints its value each time your program stops.
5218 Each expression added to the list is given a number to identify it;
5219 to remove an expression from the list, you specify that number.
5220 The automatic display looks like this:
5221
5222 @smallexample
5223 2: foo = 38
5224 3: bar[5] = (struct hack *) 0x3804
5225 @end smallexample
5226
5227 @noindent
5228 This display shows item numbers, expressions and their current values.  As with
5229 displays you request manually using @code{x} or @code{print}, you can
5230 specify the output format you prefer; in fact, @code{display} decides
5231 whether to use @code{print} or @code{x} depending on how elaborate your
5232 format specification is---it uses @code{x} if you specify a unit size,
5233 or one of the two formats (@samp{i} and @samp{s}) that are only
5234 supported by @code{x}; otherwise it uses @code{print}.
5235
5236 @table @code
5237 @kindex display
5238 @item display @var{expr}
5239 Add the expression @var{expr} to the list of expressions to display
5240 each time your program stops.  @xref{Expressions, ,Expressions}.
5241
5242 @code{display} does not repeat if you press @key{RET} again after using it.
5243
5244 @item display/@var{fmt} @var{expr}
5245 For @var{fmt} specifying only a display format and not a size or
5246 count, add the expression @var{expr} to the auto-display list but
5247 arrange to display it each time in the specified format @var{fmt}.
5248 @xref{Output Formats,,Output formats}.
5249
5250 @item display/@var{fmt} @var{addr}
5251 For @var{fmt} @samp{i} or @samp{s}, or including a unit-size or a
5252 number of units, add the expression @var{addr} as a memory address to
5253 be examined each time your program stops.  Examining means in effect
5254 doing @samp{x/@var{fmt} @var{addr}}.  @xref{Memory, ,Examining memory}.
5255 @end table
5256
5257 For example, @samp{display/i $pc} can be helpful, to see the machine
5258 instruction about to be executed each time execution stops (@samp{$pc}
5259 is a common name for the program counter; @pxref{Registers, ,Registers}).
5260
5261 @table @code
5262 @kindex delete display
5263 @kindex undisplay
5264 @item undisplay @var{dnums}@dots{}
5265 @itemx delete display @var{dnums}@dots{}
5266 Remove item numbers @var{dnums} from the list of expressions to display.
5267
5268 @code{undisplay} does not repeat if you press @key{RET} after using it.
5269 (Otherwise you would just get the error @samp{No display number @dots{}}.)
5270
5271 @kindex disable display
5272 @item disable display @var{dnums}@dots{}
5273 Disable the display of item numbers @var{dnums}.  A disabled display
5274 item is not printed automatically, but is not forgotten.  It may be
5275 enabled again later.
5276
5277 @kindex enable display
5278 @item enable display @var{dnums}@dots{}
5279 Enable display of item numbers @var{dnums}.  It becomes effective once
5280 again in auto display of its expression, until you specify otherwise.
5281
5282 @item display
5283 Display the current values of the expressions on the list, just as is
5284 done when your program stops.
5285
5286 @kindex info display
5287 @item info display
5288 Print the list of expressions previously set up to display
5289 automatically, each one with its item number, but without showing the
5290 values.  This includes disabled expressions, which are marked as such.
5291 It also includes expressions which would not be displayed right now
5292 because they refer to automatic variables not currently available.
5293 @end table
5294
5295 @cindex display disabled out of scope
5296 If a display expression refers to local variables, then it does not make
5297 sense outside the lexical context for which it was set up.  Such an
5298 expression is disabled when execution enters a context where one of its
5299 variables is not defined.  For example, if you give the command
5300 @code{display last_char} while inside a function with an argument
5301 @code{last_char}, @value{GDBN} displays this argument while your program
5302 continues to stop inside that function.  When it stops elsewhere---where
5303 there is no variable @code{last_char}---the display is disabled
5304 automatically.  The next time your program stops where @code{last_char}
5305 is meaningful, you can enable the display expression once again.
5306
5307 @node Print Settings
5308 @section Print settings
5309
5310 @cindex format options
5311 @cindex print settings
5312 @value{GDBN} provides the following ways to control how arrays, structures,
5313 and symbols are printed.
5314
5315 @noindent
5316 These settings are useful for debugging programs in any language:
5317
5318 @table @code
5319 @kindex set print
5320 @item set print address
5321 @itemx set print address on
5322 @cindex print/don't print memory addresses
5323 @value{GDBN} prints memory addresses showing the location of stack
5324 traces, structure values, pointer values, breakpoints, and so forth,
5325 even when it also displays the contents of those addresses.  The default
5326 is @code{on}.  For example, this is what a stack frame display looks like with
5327 @code{set print address on}:
5328
5329 @smallexample
5330 @group
5331 (@value{GDBP}) f
5332 #0  set_quotes (lq=0x34c78 "<<", rq=0x34c88 ">>")
5333     at input.c:530
5334 530         if (lquote != def_lquote)
5335 @end group
5336 @end smallexample
5337
5338 @item set print address off
5339 Do not print addresses when displaying their contents.  For example,
5340 this is the same stack frame displayed with @code{set print address off}:
5341
5342 @smallexample
5343 @group
5344 (@value{GDBP}) set print addr off
5345 (@value{GDBP}) f
5346 #0  set_quotes (lq="<<", rq=">>") at input.c:530
5347 530         if (lquote != def_lquote)
5348 @end group
5349 @end smallexample
5350
5351 You can use @samp{set print address off} to eliminate all machine
5352 dependent displays from the @value{GDBN} interface.  For example, with
5353 @code{print address off}, you should get the same text for backtraces on
5354 all machines---whether or not they involve pointer arguments.
5355
5356 @kindex show print
5357 @item show print address
5358 Show whether or not addresses are to be printed.
5359 @end table
5360
5361 When @value{GDBN} prints a symbolic address, it normally prints the
5362 closest earlier symbol plus an offset.  If that symbol does not uniquely
5363 identify the address (for example, it is a name whose scope is a single
5364 source file), you may need to clarify.  One way to do this is with
5365 @code{info line}, for example @samp{info line *0x4537}.  Alternately,
5366 you can set @value{GDBN} to print the source file and line number when
5367 it prints a symbolic address:
5368
5369 @table @code
5370 @item set print symbol-filename on
5371 @cindex closest symbol and offset for an address
5372 Tell @value{GDBN} to print the source file name and line number of a
5373 symbol in the symbolic form of an address.
5374
5375 @item set print symbol-filename off
5376 Do not print source file name and line number of a symbol.  This is the
5377 default.
5378
5379 @item show print symbol-filename
5380 Show whether or not @value{GDBN} will print the source file name and
5381 line number of a symbol in the symbolic form of an address.
5382 @end table
5383
5384 Another situation where it is helpful to show symbol filenames and line
5385 numbers is when disassembling code; @value{GDBN} shows you the line
5386 number and source file that corresponds to each instruction.
5387
5388 Also, you may wish to see the symbolic form only if the address being
5389 printed is reasonably close to the closest earlier symbol:
5390
5391 @table @code
5392 @item set print max-symbolic-offset @var{max-offset}
5393 @cindex maximum value for offset of closest symbol
5394 Tell @value{GDBN} to only display the symbolic form of an address if the
5395 offset between the closest earlier symbol and the address is less than
5396 @var{max-offset}.  The default is 0, which tells @value{GDBN}
5397 to always print the symbolic form of an address if any symbol precedes it.
5398
5399 @item show print max-symbolic-offset
5400 Ask how large the maximum offset is that @value{GDBN} prints in a
5401 symbolic address.
5402 @end table
5403
5404 @cindex wild pointer, interpreting
5405 @cindex pointer, finding referent
5406 If you have a pointer and you are not sure where it points, try
5407 @samp{set print symbol-filename on}.  Then you can determine the name
5408 and source file location of the variable where it points, using
5409 @samp{p/a @var{pointer}}.  This interprets the address in symbolic form.
5410 For example, here @value{GDBN} shows that a variable @code{ptt} points
5411 at another variable @code{t}, defined in @file{hi2.c}:
5412
5413 @smallexample
5414 (@value{GDBP}) set print symbol-filename on
5415 (@value{GDBP}) p/a ptt
5416 $4 = 0xe008 <t in hi2.c>
5417 @end smallexample
5418
5419 @quotation
5420 @emph{Warning:} For pointers that point to a local variable, @samp{p/a}
5421 does not show the symbol name and filename of the referent, even with
5422 the appropriate @code{set print} options turned on.
5423 @end quotation
5424
5425 Other settings control how different kinds of objects are printed:
5426
5427 @table @code
5428 @item set print array
5429 @itemx set print array on
5430 @cindex pretty print arrays
5431 Pretty print arrays.  This format is more convenient to read,
5432 but uses more space.  The default is off.
5433
5434 @item set print array off
5435 Return to compressed format for arrays.
5436
5437 @item show print array
5438 Show whether compressed or pretty format is selected for displaying
5439 arrays.
5440
5441 @item set print elements @var{number-of-elements}
5442 @cindex number of array elements to print
5443 Set a limit on how many elements of an array @value{GDBN} will print.
5444 If @value{GDBN} is printing a large array, it stops printing after it has
5445 printed the number of elements set by the @code{set print elements} command.
5446 This limit also applies to the display of strings.
5447 When @value{GDBN} starts, this limit is set to 200.
5448 Setting  @var{number-of-elements} to zero means that the printing is unlimited.
5449
5450 @item show print elements
5451 Display the number of elements of a large array that @value{GDBN} will print.
5452 If the number is 0, then the printing is unlimited.
5453
5454 @item set print null-stop
5455 @cindex @sc{null} elements in arrays
5456 Cause @value{GDBN} to stop printing the characters of an array when the first
5457 @sc{null} is encountered.  This is useful when large arrays actually
5458 contain only short strings.
5459 The default is off.
5460
5461 @item set print pretty on
5462 Cause @value{GDBN} to print structures in an indented format with one member
5463 per line, like this:
5464
5465 @smallexample
5466 @group
5467 $1 = @{
5468   next = 0x0,
5469   flags = @{
5470     sweet = 1,
5471     sour = 1
5472   @},
5473   meat = 0x54 "Pork"
5474 @}
5475 @end group
5476 @end smallexample
5477
5478 @item set print pretty off
5479 Cause @value{GDBN} to print structures in a compact format, like this:
5480
5481 @smallexample
5482 @group
5483 $1 = @{next = 0x0, flags = @{sweet = 1, sour = 1@}, \
5484 meat = 0x54 "Pork"@}
5485 @end group
5486 @end smallexample
5487
5488 @noindent
5489 This is the default format.
5490
5491 @item show print pretty
5492 Show which format @value{GDBN} is using to print structures.
5493
5494 @item set print sevenbit-strings on
5495 @cindex eight-bit characters in strings
5496 @cindex octal escapes in strings
5497 Print using only seven-bit characters; if this option is set,
5498 @value{GDBN} displays any eight-bit characters (in strings or
5499 character values) using the notation @code{\}@var{nnn}.  This setting is
5500 best if you are working in English (@sc{ascii}) and you use the
5501 high-order bit of characters as a marker or ``meta'' bit.
5502
5503 @item set print sevenbit-strings off
5504 Print full eight-bit characters.  This allows the use of more
5505 international character sets, and is the default.
5506
5507 @item show print sevenbit-strings
5508 Show whether or not @value{GDBN} is printing only seven-bit characters.
5509
5510 @item set print union on
5511 @cindex unions in structures, printing
5512 Tell @value{GDBN} to print unions which are contained in structures.  This
5513 is the default setting.
5514
5515 @item set print union off
5516 Tell @value{GDBN} not to print unions which are contained in structures.
5517
5518 @item show print union
5519 Ask @value{GDBN} whether or not it will print unions which are contained in
5520 structures.
5521
5522 For example, given the declarations
5523
5524 @smallexample
5525 typedef enum @{Tree, Bug@} Species;
5526 typedef enum @{Big_tree, Acorn, Seedling@} Tree_forms;
5527 typedef enum @{Caterpillar, Cocoon, Butterfly@}
5528               Bug_forms;
5529
5530 struct thing @{
5531   Species it;
5532   union @{
5533     Tree_forms tree;
5534     Bug_forms bug;
5535   @} form;
5536 @};
5537
5538 struct thing foo = @{Tree, @{Acorn@}@};
5539 @end smallexample
5540
5541 @noindent
5542 with @code{set print union on} in effect @samp{p foo} would print
5543
5544 @smallexample
5545 $1 = @{it = Tree, form = @{tree = Acorn, bug = Cocoon@}@}
5546 @end smallexample
5547
5548 @noindent
5549 and with @code{set print union off} in effect it would print
5550
5551 @smallexample
5552 $1 = @{it = Tree, form = @{...@}@}
5553 @end smallexample
5554 @end table
5555
5556 @need 1000
5557 @noindent
5558 These settings are of interest when debugging C@t{++} programs:
5559
5560 @table @code
5561 @cindex demangling C@t{++} names
5562 @item set print demangle
5563 @itemx set print demangle on
5564 Print C@t{++} names in their source form rather than in the encoded
5565 (``mangled'') form passed to the assembler and linker for type-safe
5566 linkage.  The default is on.
5567
5568 @item show print demangle
5569 Show whether C@t{++} names are printed in mangled or demangled form.
5570
5571 @item set print asm-demangle
5572 @itemx set print asm-demangle on
5573 Print C@t{++} names in their source form rather than their mangled form, even
5574 in assembler code printouts such as instruction disassemblies.
5575 The default is off.
5576
5577 @item show print asm-demangle
5578 Show whether C@t{++} names in assembly listings are printed in mangled
5579 or demangled form.
5580
5581 @cindex C@t{++} symbol decoding style
5582 @cindex symbol decoding style, C@t{++}
5583 @item set demangle-style @var{style}
5584 Choose among several encoding schemes used by different compilers to
5585 represent C@t{++} names.  The choices for @var{style} are currently:
5586
5587 @table @code
5588 @item auto
5589 Allow @value{GDBN} to choose a decoding style by inspecting your program.
5590
5591 @item gnu
5592 Decode based on the @sc{gnu} C@t{++} compiler (@code{g++}) encoding algorithm.
5593 This is the default.
5594
5595 @item hp
5596 Decode based on the HP ANSI C@t{++} (@code{aCC}) encoding algorithm.
5597
5598 @item lucid
5599 Decode based on the Lucid C@t{++} compiler (@code{lcc}) encoding algorithm.
5600
5601 @item arm
5602 Decode using the algorithm in the @cite{C@t{++} Annotated Reference Manual}.
5603 @strong{Warning:} this setting alone is not sufficient to allow
5604 debugging @code{cfront}-generated executables.  @value{GDBN} would
5605 require further enhancement to permit that.
5606
5607 @end table
5608 If you omit @var{style}, you will see a list of possible formats.
5609
5610 @item show demangle-style
5611 Display the encoding style currently in use for decoding C@t{++} symbols.
5612
5613 @item set print object
5614 @itemx set print object on
5615 @cindex derived type of an object, printing
5616 When displaying a pointer to an object, identify the @emph{actual}
5617 (derived) type of the object rather than the @emph{declared} type, using
5618 the virtual function table.
5619
5620 @item set print object off
5621 Display only the declared type of objects, without reference to the
5622 virtual function table.  This is the default setting.
5623
5624 @item show print object
5625 Show whether actual, or declared, object types are displayed.
5626
5627 @item set print static-members
5628 @itemx set print static-members on
5629 @cindex static members of C@t{++} objects
5630 Print static members when displaying a C@t{++} object.  The default is on.
5631
5632 @item set print static-members off
5633 Do not print static members when displaying a C@t{++} object.
5634
5635 @item show print static-members
5636 Show whether C@t{++} static members are printed, or not.
5637
5638 @c These don't work with HP ANSI C++ yet.
5639 @item set print vtbl
5640 @itemx set print vtbl on
5641 @cindex pretty print C@t{++} virtual function tables
5642 Pretty print C@t{++} virtual function tables.  The default is off.
5643 (The @code{vtbl} commands do not work on programs compiled with the HP
5644 ANSI C@t{++} compiler (@code{aCC}).)
5645
5646 @item set print vtbl off
5647 Do not pretty print C@t{++} virtual function tables.
5648
5649 @item show print vtbl
5650 Show whether C@t{++} virtual function tables are pretty printed, or not.
5651 @end table
5652
5653 @node Value History
5654 @section Value history
5655
5656 @cindex value history
5657 Values printed by the @code{print} command are saved in the @value{GDBN}
5658 @dfn{value history}.  This allows you to refer to them in other expressions.
5659 Values are kept until the symbol table is re-read or discarded
5660 (for example with the @code{file} or @code{symbol-file} commands).
5661 When the symbol table changes, the value history is discarded,
5662 since the values may contain pointers back to the types defined in the
5663 symbol table.
5664
5665 @cindex @code{$}
5666 @cindex @code{$$}
5667 @cindex history number
5668 The values printed are given @dfn{history numbers} by which you can
5669 refer to them.  These are successive integers starting with one.
5670 @code{print} shows you the history number assigned to a value by
5671 printing @samp{$@var{num} = } before the value; here @var{num} is the
5672 history number.
5673
5674 To refer to any previous value, use @samp{$} followed by the value's
5675 history number.  The way @code{print} labels its output is designed to
5676 remind you of this.  Just @code{$} refers to the most recent value in
5677 the history, and @code{$$} refers to the value before that.
5678 @code{$$@var{n}} refers to the @var{n}th value from the end; @code{$$2}
5679 is the value just prior to @code{$$}, @code{$$1} is equivalent to
5680 @code{$$}, and @code{$$0} is equivalent to @code{$}.
5681
5682 For example, suppose you have just printed a pointer to a structure and
5683 want to see the contents of the structure.  It suffices to type
5684
5685 @smallexample
5686 p *$
5687 @end smallexample
5688
5689 If you have a chain of structures where the component @code{next} points
5690 to the next one, you can print the contents of the next one with this:
5691
5692 @smallexample
5693 p *$.next
5694 @end smallexample
5695
5696 @noindent
5697 You can print successive links in the chain by repeating this
5698 command---which you can do by just typing @key{RET}.
5699
5700 Note that the history records values, not expressions.  If the value of
5701 @code{x} is 4 and you type these commands:
5702
5703 @smallexample
5704 print x
5705 set x=5
5706 @end smallexample
5707
5708 @noindent
5709 then the value recorded in the value history by the @code{print} command
5710 remains 4 even though the value of @code{x} has changed.
5711
5712 @table @code
5713 @kindex show values
5714 @item show values
5715 Print the last ten values in the value history, with their item numbers.
5716 This is like @samp{p@ $$9} repeated ten times, except that @code{show
5717 values} does not change the history.
5718
5719 @item show values @var{n}
5720 Print ten history values centered on history item number @var{n}.
5721
5722 @item show values +
5723 Print ten history values just after the values last printed.  If no more
5724 values are available, @code{show values +} produces no display.
5725 @end table
5726
5727 Pressing @key{RET} to repeat @code{show values @var{n}} has exactly the
5728 same effect as @samp{show values +}.
5729
5730 @node Convenience Vars
5731 @section Convenience variables
5732
5733 @cindex convenience variables
5734 @value{GDBN} provides @dfn{convenience variables} that you can use within
5735 @value{GDBN} to hold on to a value and refer to it later.  These variables
5736 exist entirely within @value{GDBN}; they are not part of your program, and
5737 setting a convenience variable has no direct effect on further execution
5738 of your program.  That is why you can use them freely.
5739
5740 Convenience variables are prefixed with @samp{$}.  Any name preceded by
5741 @samp{$} can be used for a convenience variable, unless it is one of
5742 the predefined machine-specific register names (@pxref{Registers, ,Registers}).
5743 (Value history references, in contrast, are @emph{numbers} preceded
5744 by @samp{$}.  @xref{Value History, ,Value history}.)
5745
5746 You can save a value in a convenience variable with an assignment
5747 expression, just as you would set a variable in your program.
5748 For example:
5749
5750 @smallexample
5751 set $foo = *object_ptr
5752 @end smallexample
5753
5754 @noindent
5755 would save in @code{$foo} the value contained in the object pointed to by
5756 @code{object_ptr}.
5757
5758 Using a convenience variable for the first time creates it, but its
5759 value is @code{void} until you assign a new value.  You can alter the
5760 value with another assignment at any time.
5761
5762 Convenience variables have no fixed types.  You can assign a convenience
5763 variable any type of value, including structures and arrays, even if
5764 that variable already has a value of a different type.  The convenience
5765 variable, when used as an expression, has the type of its current value.
5766
5767 @table @code
5768 @kindex show convenience
5769 @item show convenience
5770 Print a list of convenience variables used so far, and their values.
5771 Abbreviated @code{show conv}.
5772 @end table
5773
5774 One of the ways to use a convenience variable is as a counter to be
5775 incremented or a pointer to be advanced.  For example, to print
5776 a field from successive elements of an array of structures:
5777
5778 @smallexample
5779 set $i = 0
5780 print bar[$i++]->contents
5781 @end smallexample
5782
5783 @noindent
5784 Repeat that command by typing @key{RET}.
5785
5786 Some convenience variables are created automatically by @value{GDBN} and given
5787 values likely to be useful.
5788
5789 @table @code
5790 @vindex $_@r{, convenience variable}
5791 @item $_
5792 The variable @code{$_} is automatically set by the @code{x} command to
5793 the last address examined (@pxref{Memory, ,Examining memory}).  Other
5794 commands which provide a default address for @code{x} to examine also
5795 set @code{$_} to that address; these commands include @code{info line}
5796 and @code{info breakpoint}.  The type of @code{$_} is @code{void *}
5797 except when set by the @code{x} command, in which case it is a pointer
5798 to the type of @code{$__}.
5799
5800 @vindex $__@r{, convenience variable}
5801 @item $__
5802 The variable @code{$__} is automatically set by the @code{x} command
5803 to the value found in the last address examined.  Its type is chosen
5804 to match the format in which the data was printed.
5805
5806 @item $_exitcode
5807 @vindex $_exitcode@r{, convenience variable}
5808 The variable @code{$_exitcode} is automatically set to the exit code when
5809 the program being debugged terminates.
5810 @end table
5811
5812 On HP-UX systems, if you refer to a function or variable name that
5813 begins with a dollar sign, @value{GDBN} searches for a user or system
5814 name first, before it searches for a convenience variable.
5815
5816 @node Registers
5817 @section Registers
5818
5819 @cindex registers
5820 You can refer to machine register contents, in expressions, as variables
5821 with names starting with @samp{$}.  The names of registers are different
5822 for each machine; use @code{info registers} to see the names used on
5823 your machine.
5824
5825 @table @code
5826 @kindex info registers
5827 @item info registers
5828 Print the names and values of all registers except floating-point
5829 and vector registers (in the selected stack frame).
5830
5831 @kindex info all-registers
5832 @cindex floating point registers
5833 @item info all-registers
5834 Print the names and values of all registers, including floating-point
5835 and vector registers (in the selected stack frame).
5836
5837 @item info registers @var{regname} @dots{}
5838 Print the @dfn{relativized} value of each specified register @var{regname}.
5839 As discussed in detail below, register values are normally relative to
5840 the selected stack frame.  @var{regname} may be any register name valid on
5841 the machine you are using, with or without the initial @samp{$}.
5842 @end table
5843
5844 @value{GDBN} has four ``standard'' register names that are available (in
5845 expressions) on most machines---whenever they do not conflict with an
5846 architecture's canonical mnemonics for registers.  The register names
5847 @code{$pc} and @code{$sp} are used for the program counter register and
5848 the stack pointer.  @code{$fp} is used for a register that contains a
5849 pointer to the current stack frame, and @code{$ps} is used for a
5850 register that contains the processor status.  For example,
5851 you could print the program counter in hex with
5852
5853 @smallexample
5854 p/x $pc
5855 @end smallexample
5856
5857 @noindent
5858 or print the instruction to be executed next with
5859
5860 @smallexample
5861 x/i $pc
5862 @end smallexample
5863
5864 @noindent
5865 or add four to the stack pointer@footnote{This is a way of removing
5866 one word from the stack, on machines where stacks grow downward in
5867 memory (most machines, nowadays).  This assumes that the innermost
5868 stack frame is selected; setting @code{$sp} is not allowed when other
5869 stack frames are selected.  To pop entire frames off the stack,
5870 regardless of machine architecture, use @code{return};
5871 see @ref{Returning, ,Returning from a function}.} with
5872
5873 @smallexample
5874 set $sp += 4
5875 @end smallexample
5876
5877 Whenever possible, these four standard register names are available on
5878 your machine even though the machine has different canonical mnemonics,
5879 so long as there is no conflict.  The @code{info registers} command
5880 shows the canonical names.  For example, on the SPARC, @code{info
5881 registers} displays the processor status register as @code{$psr} but you
5882 can also refer to it as @code{$ps}; and on x86-based machines @code{$ps}
5883 is an alias for the @sc{eflags} register.
5884
5885 @value{GDBN} always considers the contents of an ordinary register as an
5886 integer when the register is examined in this way.  Some machines have
5887 special registers which can hold nothing but floating point; these
5888 registers are considered to have floating point values.  There is no way
5889 to refer to the contents of an ordinary register as floating point value
5890 (although you can @emph{print} it as a floating point value with
5891 @samp{print/f $@var{regname}}).
5892
5893 Some registers have distinct ``raw'' and ``virtual'' data formats.  This
5894 means that the data format in which the register contents are saved by
5895 the operating system is not the same one that your program normally
5896 sees.  For example, the registers of the 68881 floating point
5897 coprocessor are always saved in ``extended'' (raw) format, but all C
5898 programs expect to work with ``double'' (virtual) format.  In such
5899 cases, @value{GDBN} normally works with the virtual format only (the format
5900 that makes sense for your program), but the @code{info registers} command
5901 prints the data in both formats.
5902
5903 Normally, register values are relative to the selected stack frame
5904 (@pxref{Selection, ,Selecting a frame}).  This means that you get the
5905 value that the register would contain if all stack frames farther in
5906 were exited and their saved registers restored.  In order to see the
5907 true contents of hardware registers, you must select the innermost
5908 frame (with @samp{frame 0}).
5909
5910 However, @value{GDBN} must deduce where registers are saved, from the machine
5911 code generated by your compiler.  If some registers are not saved, or if
5912 @value{GDBN} is unable to locate the saved registers, the selected stack
5913 frame makes no difference.
5914
5915 @node Floating Point Hardware
5916 @section Floating point hardware
5917 @cindex floating point
5918
5919 Depending on the configuration, @value{GDBN} may be able to give
5920 you more information about the status of the floating point hardware.
5921
5922 @table @code
5923 @kindex info float
5924 @item info float
5925 Display hardware-dependent information about the floating
5926 point unit.  The exact contents and layout vary depending on the
5927 floating point chip.  Currently, @samp{info float} is supported on
5928 the ARM and x86 machines.
5929 @end table
5930
5931 @node Vector Unit
5932 @section Vector Unit
5933 @cindex vector unit
5934
5935 Depending on the configuration, @value{GDBN} may be able to give you
5936 more information about the status of the vector unit.
5937
5938 @table @code
5939 @kindex info vector
5940 @item info vector
5941 Display information about the vector unit.  The exact contents and
5942 layout vary depending on the hardware.
5943 @end table
5944
5945 @node Auxiliary Vector
5946 @section Operating system auxiliary vector
5947 @cindex auxiliary vector
5948 @cindex vector, auxiliary
5949
5950 Some operating systems supply an @dfn{auxiliary vector} to programs at
5951 startup.  This is akin to the arguments and environment that you
5952 specify for a program, but contains a system-dependent variety of
5953 binary values that tell system libraries important details about the
5954 hardware, operating system, and process.  Each value's purpose is
5955 identified by an integer tag; the meanings are well-known but system-specific.
5956 Depending on the configuration and operating system facilities,
5957 @value{GDBN} may be able to show you this information.
5958
5959 @table @code
5960 @kindex info auxv
5961 @item info auxv
5962 Display the auxiliary vector of the inferior, which can be either a
5963 live process or a core dump file.  @value{GDBN} prints each tag value
5964 numerically, and also shows names and text descriptions for recognized
5965 tags.  Some values in the vector are numbers, some bit masks, and some
5966 pointers to strings or other data.  @value{GDBN} displays each value in the
5967 most appropriate form for a recognized tag, and in hexadecimal for
5968 an unrecognized tag.
5969 @end table
5970
5971 @node Memory Region Attributes
5972 @section Memory region attributes
5973 @cindex memory region attributes
5974
5975 @dfn{Memory region attributes} allow you to describe special handling
5976 required by regions of your target's memory.  @value{GDBN} uses attributes
5977 to determine whether to allow certain types of memory accesses; whether to
5978 use specific width accesses; and whether to cache target memory.
5979
5980 Defined memory regions can be individually enabled and disabled.  When a
5981 memory region is disabled, @value{GDBN} uses the default attributes when
5982 accessing memory in that region.  Similarly, if no memory regions have
5983 been defined, @value{GDBN} uses the default attributes when accessing
5984 all memory.
5985
5986 When a memory region is defined, it is given a number to identify it;
5987 to enable, disable, or remove a memory region, you specify that number.
5988
5989 @table @code
5990 @kindex mem
5991 @item mem @var{lower} @var{upper} @var{attributes}@dots{}
5992 Define memory region bounded by @var{lower} and @var{upper} with
5993 attributes @var{attributes}@dots{}.  Note that @var{upper} == 0 is a
5994 special case: it is treated as the the target's maximum memory address.
5995 (0xffff on 16 bit targets, 0xffffffff on 32 bit targets, etc.)
5996
5997 @kindex delete mem
5998 @item delete mem @var{nums}@dots{}
5999 Remove memory regions @var{nums}@dots{}.
6000
6001 @kindex disable mem
6002 @item disable mem @var{nums}@dots{}
6003 Disable memory regions @var{nums}@dots{}.
6004 A disabled memory region is not forgotten.
6005 It may be enabled again later.
6006
6007 @kindex enable mem
6008 @item enable mem @var{nums}@dots{}
6009 Enable memory regions @var{nums}@dots{}.
6010
6011 @kindex info mem
6012 @item info mem
6013 Print a table of all defined memory regions, with the following columns
6014 for each region.
6015
6016 @table @emph
6017 @item Memory Region Number
6018 @item Enabled or Disabled.
6019 Enabled memory regions are marked with @samp{y}.
6020 Disabled memory regions are marked with @samp{n}.
6021
6022 @item Lo Address
6023 The address defining the inclusive lower bound of the memory region.
6024
6025 @item Hi Address
6026 The address defining the exclusive upper bound of the memory region.
6027
6028 @item Attributes
6029 The list of attributes set for this memory region.
6030 @end table
6031 @end table
6032
6033
6034 @subsection Attributes
6035
6036 @subsubsection Memory Access Mode
6037 The access mode attributes set whether @value{GDBN} may make read or
6038 write accesses to a memory region.
6039
6040 While these attributes prevent @value{GDBN} from performing invalid
6041 memory accesses, they do nothing to prevent the target system, I/O DMA,
6042 etc. from accessing memory.
6043
6044 @table @code
6045 @item ro
6046 Memory is read only.
6047 @item wo
6048 Memory is write only.
6049 @item rw
6050 Memory is read/write.  This is the default.
6051 @end table
6052
6053 @subsubsection Memory Access Size
6054 The acccess size attributes tells @value{GDBN} to use specific sized
6055 accesses in the memory region.  Often memory mapped device registers
6056 require specific sized accesses.  If no access size attribute is
6057 specified, @value{GDBN} may use accesses of any size.
6058
6059 @table @code
6060 @item 8
6061 Use 8 bit memory accesses.
6062 @item 16
6063 Use 16 bit memory accesses.
6064 @item 32
6065 Use 32 bit memory accesses.
6066 @item 64
6067 Use 64 bit memory accesses.
6068 @end table
6069
6070 @c @subsubsection Hardware/Software Breakpoints
6071 @c The hardware/software breakpoint attributes set whether @value{GDBN}
6072 @c will use hardware or software breakpoints for the internal breakpoints
6073 @c used by the step, next, finish, until, etc. commands.
6074 @c
6075 @c @table @code
6076 @c @item hwbreak
6077 @c Always use hardware breakpoints
6078 @c @item swbreak (default)
6079 @c @end table
6080
6081 @subsubsection Data Cache
6082 The data cache attributes set whether @value{GDBN} will cache target
6083 memory.  While this generally improves performance by reducing debug
6084 protocol overhead, it can lead to incorrect results because @value{GDBN}
6085 does not know about volatile variables or memory mapped device
6086 registers.
6087
6088 @table @code
6089 @item cache
6090 Enable @value{GDBN} to cache target memory.
6091 @item nocache
6092 Disable @value{GDBN} from caching target memory.  This is the default.
6093 @end table
6094
6095 @c @subsubsection Memory Write Verification
6096 @c The memory write verification attributes set whether @value{GDBN}
6097 @c will re-reads data after each write to verify the write was successful.
6098 @c
6099 @c @table @code
6100 @c @item verify
6101 @c @item noverify (default)
6102 @c @end table
6103
6104 @node Dump/Restore Files
6105 @section Copy between memory and a file
6106 @cindex dump/restore files
6107 @cindex append data to a file
6108 @cindex dump data to a file
6109 @cindex restore data from a file
6110
6111 You can use the commands @code{dump}, @code{append}, and
6112 @code{restore} to copy data between target memory and a file.  The
6113 @code{dump} and @code{append} commands write data to a file, and the
6114 @code{restore} command reads data from a file back into the inferior's
6115 memory.  Files may be in binary, Motorola S-record, Intel hex, or
6116 Tektronix Hex format; however, @value{GDBN} can only append to binary
6117 files.
6118
6119 @table @code
6120
6121 @kindex dump
6122 @item dump @r{[}@var{format}@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
6123 @itemx dump @r{[}@var{format}@r{]} value @var{filename} @var{expr}
6124 Dump the contents of memory from @var{start_addr} to @var{end_addr},
6125 or the value of @var{expr}, to @var{filename} in the given format.
6126
6127 The @var{format} parameter may be any one of:
6128 @table @code
6129 @item binary
6130 Raw binary form.
6131 @item ihex
6132 Intel hex format.
6133 @item srec
6134 Motorola S-record format.
6135 @item tekhex
6136 Tektronix Hex format.
6137 @end table
6138
6139 @value{GDBN} uses the same definitions of these formats as the
6140 @sc{gnu} binary utilities, like @samp{objdump} and @samp{objcopy}.  If
6141 @var{format} is omitted, @value{GDBN} dumps the data in raw binary
6142 form.
6143
6144 @kindex append
6145 @item append @r{[}binary@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
6146 @itemx append @r{[}binary@r{]} value @var{filename} @var{expr}
6147 Append the contents of memory from @var{start_addr} to @var{end_addr},
6148 or the value of @var{expr}, to @var{filename}, in raw binary form.
6149 (@value{GDBN} can only append data to files in raw binary form.)
6150
6151 @kindex restore
6152 @item restore @var{filename} @r{[}binary@r{]} @var{bias} @var{start} @var{end}
6153 Restore the contents of file @var{filename} into memory.  The
6154 @code{restore} command can automatically recognize any known @sc{bfd}
6155 file format, except for raw binary.  To restore a raw binary file you
6156 must specify the optional keyword @code{binary} after the filename.
6157
6158 If @var{bias} is non-zero, its value will be added to the addresses
6159 contained in the file.  Binary files always start at address zero, so
6160 they will be restored at address @var{bias}.  Other bfd files have
6161 a built-in location; they will be restored at offset @var{bias}
6162 from that location.
6163
6164 If @var{start} and/or @var{end} are non-zero, then only data between
6165 file offset @var{start} and file offset @var{end} will be restored.
6166 These offsets are relative to the addresses in the file, before
6167 the @var{bias} argument is applied.
6168
6169 @end table
6170
6171 @node Character Sets
6172 @section Character Sets
6173 @cindex character sets
6174 @cindex charset
6175 @cindex translating between character sets
6176 @cindex host character set
6177 @cindex target character set
6178
6179 If the program you are debugging uses a different character set to
6180 represent characters and strings than the one @value{GDBN} uses itself,
6181 @value{GDBN} can automatically translate between the character sets for
6182 you.  The character set @value{GDBN} uses we call the @dfn{host
6183 character set}; the one the inferior program uses we call the
6184 @dfn{target character set}.
6185
6186 For example, if you are running @value{GDBN} on a @sc{gnu}/Linux system, which
6187 uses the ISO Latin 1 character set, but you are using @value{GDBN}'s
6188 remote protocol (@pxref{Remote,Remote Debugging}) to debug a program
6189 running on an IBM mainframe, which uses the @sc{ebcdic} character set,
6190 then the host character set is Latin-1, and the target character set is
6191 @sc{ebcdic}.  If you give @value{GDBN} the command @code{set
6192 target-charset EBCDIC-US}, then @value{GDBN} translates between
6193 @sc{ebcdic} and Latin 1 as you print character or string values, or use
6194 character and string literals in expressions.
6195
6196 @value{GDBN} has no way to automatically recognize which character set
6197 the inferior program uses; you must tell it, using the @code{set
6198 target-charset} command, described below.
6199
6200 Here are the commands for controlling @value{GDBN}'s character set
6201 support:
6202
6203 @table @code
6204 @item set target-charset @var{charset}
6205 @kindex set target-charset
6206 Set the current target character set to @var{charset}.  We list the
6207 character set names @value{GDBN} recognizes below, but if you type
6208 @code{set target-charset} followed by @key{TAB}@key{TAB}, @value{GDBN} will
6209 list the target character sets it supports.
6210 @end table
6211
6212 @table @code
6213 @item set host-charset @var{charset}
6214 @kindex set host-charset
6215 Set the current host character set to @var{charset}.
6216
6217 By default, @value{GDBN} uses a host character set appropriate to the
6218 system it is running on; you can override that default using the
6219 @code{set host-charset} command.
6220
6221 @value{GDBN} can only use certain character sets as its host character
6222 set.  We list the character set names @value{GDBN} recognizes below, and
6223 indicate which can be host character sets, but if you type
6224 @code{set target-charset} followed by @key{TAB}@key{TAB}, @value{GDBN} will
6225 list the host character sets it supports.
6226
6227 @item set charset @var{charset}
6228 @kindex set charset
6229 Set the current host and target character sets to @var{charset}.  As
6230 above, if you type @code{set charset} followed by @key{TAB}@key{TAB},
6231 @value{GDBN} will list the name of the character sets that can be used
6232 for both host and target.
6233
6234
6235 @item show charset
6236 @kindex show charset
6237 Show the names of the current host and target charsets.
6238
6239 @itemx show host-charset
6240 @kindex show host-charset
6241 Show the name of the current host charset.
6242
6243 @itemx show target-charset
6244 @kindex show target-charset
6245 Show the name of the current target charset.
6246
6247 @end table
6248
6249 @value{GDBN} currently includes support for the following character
6250 sets:
6251
6252 @table @code
6253
6254 @item ASCII
6255 @cindex ASCII character set
6256 Seven-bit U.S. @sc{ascii}.  @value{GDBN} can use this as its host
6257 character set.
6258
6259 @item ISO-8859-1
6260 @cindex ISO 8859-1 character set
6261 @cindex ISO Latin 1 character set
6262 The ISO Latin 1 character set.  This extends @sc{ascii} with accented
6263 characters needed for French, German, and Spanish.  @value{GDBN} can use
6264 this as its host character set.
6265
6266 @item EBCDIC-US
6267 @itemx IBM1047
6268 @cindex EBCDIC character set
6269 @cindex IBM1047 character set
6270 Variants of the @sc{ebcdic} character set, used on some of IBM's
6271 mainframe operating systems.  (@sc{gnu}/Linux on the S/390 uses U.S. @sc{ascii}.)
6272 @value{GDBN} cannot use these as its host character set.
6273
6274 @end table
6275
6276 Note that these are all single-byte character sets.  More work inside
6277 GDB is needed to support multi-byte or variable-width character
6278 encodings, like the UTF-8 and UCS-2 encodings of Unicode.
6279
6280 Here is an example of @value{GDBN}'s character set support in action.
6281 Assume that the following source code has been placed in the file
6282 @file{charset-test.c}:
6283
6284 @smallexample
6285 #include <stdio.h>
6286
6287 char ascii_hello[]
6288   = @{72, 101, 108, 108, 111, 44, 32, 119,
6289      111, 114, 108, 100, 33, 10, 0@};
6290 char ibm1047_hello[]
6291   = @{200, 133, 147, 147, 150, 107, 64, 166,
6292      150, 153, 147, 132, 90, 37, 0@};
6293
6294 main ()
6295 @{
6296   printf ("Hello, world!\n");
6297 @}
6298 @end smallexample
6299
6300 In this program, @code{ascii_hello} and @code{ibm1047_hello} are arrays
6301 containing the string @samp{Hello, world!} followed by a newline,
6302 encoded in the @sc{ascii} and @sc{ibm1047} character sets.
6303
6304 We compile the program, and invoke the debugger on it:
6305
6306 @smallexample
6307 $ gcc -g charset-test.c -o charset-test
6308 $ gdb -nw charset-test
6309 GNU gdb 2001-12-19-cvs
6310 Copyright 2001 Free Software Foundation, Inc.
6311 @dots{}
6312 (@value{GDBP})
6313 @end smallexample
6314
6315 We can use the @code{show charset} command to see what character sets
6316 @value{GDBN} is currently using to interpret and display characters and
6317 strings:
6318
6319 @smallexample
6320 (@value{GDBP}) show charset
6321 The current host and target character set is `ISO-8859-1'.
6322 (@value{GDBP})
6323 @end smallexample
6324
6325 For the sake of printing this manual, let's use @sc{ascii} as our
6326 initial character set:
6327 @smallexample
6328 (@value{GDBP}) set charset ASCII
6329 (@value{GDBP}) show charset
6330 The current host and target character set is `ASCII'.
6331 (@value{GDBP})
6332 @end smallexample
6333
6334 Let's assume that @sc{ascii} is indeed the correct character set for our
6335 host system --- in other words, let's assume that if @value{GDBN} prints
6336 characters using the @sc{ascii} character set, our terminal will display
6337 them properly.  Since our current target character set is also
6338 @sc{ascii}, the contents of @code{ascii_hello} print legibly:
6339
6340 @smallexample
6341 (@value{GDBP}) print ascii_hello
6342 $1 = 0x401698 "Hello, world!\n"
6343 (@value{GDBP}) print ascii_hello[0]
6344 $2 = 72 'H'
6345 (@value{GDBP})
6346 @end smallexample
6347
6348 @value{GDBN} uses the target character set for character and string
6349 literals you use in expressions:
6350
6351 @smallexample
6352 (@value{GDBP}) print '+'
6353 $3 = 43 '+'
6354 (@value{GDBP})
6355 @end smallexample
6356
6357 The @sc{ascii} character set uses the number 43 to encode the @samp{+}
6358 character.
6359
6360 @value{GDBN} relies on the user to tell it which character set the
6361 target program uses.  If we print @code{ibm1047_hello} while our target
6362 character set is still @sc{ascii}, we get jibberish:
6363
6364 @smallexample
6365 (@value{GDBP}) print ibm1047_hello
6366 $4 = 0x4016a8 "\310\205\223\223\226k@@\246\226\231\223\204Z%"
6367 (@value{GDBP}) print ibm1047_hello[0]
6368 $5 = 200 '\310'
6369 (@value{GDBP})
6370 @end smallexample
6371
6372 If we invoke the @code{set target-charset} followed by @key{TAB}@key{TAB},
6373 @value{GDBN} tells us the character sets it supports:
6374
6375 @smallexample
6376 (@value{GDBP}) set target-charset
6377 ASCII       EBCDIC-US   IBM1047     ISO-8859-1
6378 (@value{GDBP}) set target-charset
6379 @end smallexample
6380
6381 We can select @sc{ibm1047} as our target character set, and examine the
6382 program's strings again.  Now the @sc{ascii} string is wrong, but
6383 @value{GDBN} translates the contents of @code{ibm1047_hello} from the
6384 target character set, @sc{ibm1047}, to the host character set,
6385 @sc{ascii}, and they display correctly:
6386
6387 @smallexample
6388 (@value{GDBP}) set target-charset IBM1047
6389 (@value{GDBP}) show charset
6390 The current host character set is `ASCII'.
6391 The current target character set is `IBM1047'.
6392 (@value{GDBP}) print ascii_hello
6393 $6 = 0x401698 "\110\145%%?\054\040\167?\162%\144\041\012"
6394 (@value{GDBP}) print ascii_hello[0]
6395 $7 = 72 '\110'
6396 (@value{GDBP}) print ibm1047_hello
6397 $8 = 0x4016a8 "Hello, world!\n"
6398 (@value{GDBP}) print ibm1047_hello[0]
6399 $9 = 200 'H'
6400 (@value{GDBP})
6401 @end smallexample
6402
6403 As above, @value{GDBN} uses the target character set for character and
6404 string literals you use in expressions:
6405
6406 @smallexample
6407 (@value{GDBP}) print '+'
6408 $10 = 78 '+'
6409 (@value{GDBP})
6410 @end smallexample
6411
6412 The @sc{ibm1047} character set uses the number 78 to encode the @samp{+}
6413 character.
6414
6415
6416 @node Macros
6417 @chapter C Preprocessor Macros
6418
6419 Some languages, such as C and C@t{++}, provide a way to define and invoke
6420 ``preprocessor macros'' which expand into strings of tokens.
6421 @value{GDBN} can evaluate expressions containing macro invocations, show
6422 the result of macro expansion, and show a macro's definition, including
6423 where it was defined.
6424
6425 You may need to compile your program specially to provide @value{GDBN}
6426 with information about preprocessor macros.  Most compilers do not
6427 include macros in their debugging information, even when you compile
6428 with the @option{-g} flag.  @xref{Compilation}.
6429
6430 A program may define a macro at one point, remove that definition later,
6431 and then provide a different definition after that.  Thus, at different
6432 points in the program, a macro may have different definitions, or have
6433 no definition at all.  If there is a current stack frame, @value{GDBN}
6434 uses the macros in scope at that frame's source code line.  Otherwise,
6435 @value{GDBN} uses the macros in scope at the current listing location;
6436 see @ref{List}.
6437
6438 At the moment, @value{GDBN} does not support the @code{##}
6439 token-splicing operator, the @code{#} stringification operator, or
6440 variable-arity macros.
6441
6442 Whenever @value{GDBN} evaluates an expression, it always expands any
6443 macro invocations present in the expression.  @value{GDBN} also provides
6444 the following commands for working with macros explicitly.
6445
6446 @table @code
6447
6448 @kindex macro expand
6449 @cindex macro expansion, showing the results of preprocessor
6450 @cindex preprocessor macro expansion, showing the results of
6451 @cindex expanding preprocessor macros
6452 @item macro expand @var{expression}
6453 @itemx macro exp @var{expression}
6454 Show the results of expanding all preprocessor macro invocations in
6455 @var{expression}.  Since @value{GDBN} simply expands macros, but does
6456 not parse the result, @var{expression} need not be a valid expression;
6457 it can be any string of tokens.
6458
6459 @item macro expand-once @var{expression}
6460 @itemx macro exp1 @var{expression}
6461 @cindex expand macro once
6462 @i{(This command is not yet implemented.)}  Show the results of
6463 expanding those preprocessor macro invocations that appear explicitly in
6464 @var{expression}.  Macro invocations appearing in that expansion are
6465 left unchanged.  This command allows you to see the effect of a
6466 particular macro more clearly, without being confused by further
6467 expansions.  Since @value{GDBN} simply expands macros, but does not
6468 parse the result, @var{expression} need not be a valid expression; it
6469 can be any string of tokens.
6470
6471 @kindex info macro
6472 @cindex macro definition, showing
6473 @cindex definition, showing a macro's
6474 @item info macro @var{macro}
6475 Show the definition of the macro named @var{macro}, and describe the
6476 source location where that definition was established.
6477
6478 @kindex macro define
6479 @cindex user-defined macros
6480 @cindex defining macros interactively
6481 @cindex macros, user-defined
6482 @item macro define @var{macro} @var{replacement-list}
6483 @itemx macro define @var{macro}(@var{arglist}) @var{replacement-list}
6484 @i{(This command is not yet implemented.)}  Introduce a definition for a
6485 preprocessor macro named @var{macro}, invocations of which are replaced
6486 by the tokens given in @var{replacement-list}.  The first form of this
6487 command defines an ``object-like'' macro, which takes no arguments; the
6488 second form defines a ``function-like'' macro, which takes the arguments
6489 given in @var{arglist}.
6490
6491 A definition introduced by this command is in scope in every expression
6492 evaluated in @value{GDBN}, until it is removed with the @command{macro
6493 undef} command, described below.  The definition overrides all
6494 definitions for @var{macro} present in the program being debugged, as
6495 well as any previous user-supplied definition.
6496
6497 @kindex macro undef
6498 @item macro undef @var{macro}
6499 @i{(This command is not yet implemented.)}  Remove any user-supplied
6500 definition for the macro named @var{macro}.  This command only affects
6501 definitions provided with the @command{macro define} command, described
6502 above; it cannot remove definitions present in the program being
6503 debugged.
6504
6505 @end table
6506
6507 @cindex macros, example of debugging with
6508 Here is a transcript showing the above commands in action.  First, we
6509 show our source files:
6510
6511 @smallexample
6512 $ cat sample.c
6513 #include <stdio.h>
6514 #include "sample.h"
6515
6516 #define M 42
6517 #define ADD(x) (M + x)
6518
6519 main ()
6520 @{
6521 #define N 28
6522   printf ("Hello, world!\n");
6523 #undef N
6524   printf ("We're so creative.\n");
6525 #define N 1729
6526   printf ("Goodbye, world!\n");
6527 @}
6528 $ cat sample.h
6529 #define Q <
6530 $
6531 @end smallexample
6532
6533 Now, we compile the program using the @sc{gnu} C compiler, @value{NGCC}.
6534 We pass the @option{-gdwarf-2} and @option{-g3} flags to ensure the
6535 compiler includes information about preprocessor macros in the debugging
6536 information.
6537
6538 @smallexample
6539 $ gcc -gdwarf-2 -g3 sample.c -o sample
6540 $
6541 @end smallexample
6542
6543 Now, we start @value{GDBN} on our sample program:
6544
6545 @smallexample
6546 $ gdb -nw sample
6547 GNU gdb 2002-05-06-cvs
6548 Copyright 2002 Free Software Foundation, Inc.
6549 GDB is free software, @dots{}
6550 (@value{GDBP})
6551 @end smallexample
6552
6553 We can expand macros and examine their definitions, even when the
6554 program is not running.  @value{GDBN} uses the current listing position
6555 to decide which macro definitions are in scope:
6556
6557 @smallexample
6558 (@value{GDBP}) list main
6559 3
6560 4       #define M 42
6561 5       #define ADD(x) (M + x)
6562 6
6563 7       main ()
6564 8       @{
6565 9       #define N 28
6566 10        printf ("Hello, world!\n");
6567 11      #undef N
6568 12        printf ("We're so creative.\n");
6569 (@value{GDBP}) info macro ADD
6570 Defined at /home/jimb/gdb/macros/play/sample.c:5
6571 #define ADD(x) (M + x)
6572 (@value{GDBP}) info macro Q
6573 Defined at /home/jimb/gdb/macros/play/sample.h:1
6574   included at /home/jimb/gdb/macros/play/sample.c:2
6575 #define Q <
6576 (@value{GDBP}) macro expand ADD(1)
6577 expands to: (42 + 1)
6578 (@value{GDBP}) macro expand-once ADD(1)
6579 expands to: once (M + 1)
6580 (@value{GDBP})
6581 @end smallexample
6582
6583 In the example above, note that @command{macro expand-once} expands only
6584 the macro invocation explicit in the original text --- the invocation of
6585 @code{ADD} --- but does not expand the invocation of the macro @code{M},
6586 which was introduced by @code{ADD}.
6587
6588 Once the program is running, GDB uses the macro definitions in force at
6589 the source line of the current stack frame:
6590
6591 @smallexample
6592 (@value{GDBP}) break main
6593 Breakpoint 1 at 0x8048370: file sample.c, line 10.
6594 (@value{GDBP}) run
6595 Starting program: /home/jimb/gdb/macros/play/sample
6596
6597 Breakpoint 1, main () at sample.c:10
6598 10        printf ("Hello, world!\n");
6599 (@value{GDBP})
6600 @end smallexample
6601
6602 At line 10, the definition of the macro @code{N} at line 9 is in force:
6603
6604 @smallexample
6605 (@value{GDBP}) info macro N
6606 Defined at /home/jimb/gdb/macros/play/sample.c:9
6607 #define N 28
6608 (@value{GDBP}) macro expand N Q M
6609 expands to: 28 < 42
6610 (@value{GDBP}) print N Q M
6611 $1 = 1
6612 (@value{GDBP})
6613 @end smallexample
6614
6615 As we step over directives that remove @code{N}'s definition, and then
6616 give it a new definition, @value{GDBN} finds the definition (or lack
6617 thereof) in force at each point:
6618
6619 @smallexample
6620 (@value{GDBP}) next
6621 Hello, world!
6622 12        printf ("We're so creative.\n");
6623 (@value{GDBP}) info macro N
6624 The symbol `N' has no definition as a C/C++ preprocessor macro
6625 at /home/jimb/gdb/macros/play/sample.c:12
6626 (@value{GDBP}) next
6627 We're so creative.
6628 14        printf ("Goodbye, world!\n");
6629 (@value{GDBP}) info macro N
6630 Defined at /home/jimb/gdb/macros/play/sample.c:13
6631 #define N 1729
6632 (@value{GDBP}) macro expand N Q M
6633 expands to: 1729 < 42
6634 (@value{GDBP}) print N Q M
6635 $2 = 0
6636 (@value{GDBP})
6637 @end smallexample
6638
6639
6640 @node Tracepoints
6641 @chapter Tracepoints
6642 @c This chapter is based on the documentation written by Michael
6643 @c Snyder, David Taylor, Jim Blandy, and Elena Zannoni.
6644
6645 @cindex tracepoints
6646 In some applications, it is not feasible for the debugger to interrupt
6647 the program's execution long enough for the developer to learn
6648 anything helpful about its behavior.  If the program's correctness
6649 depends on its real-time behavior, delays introduced by a debugger
6650 might cause the program to change its behavior drastically, or perhaps
6651 fail, even when the code itself is correct.  It is useful to be able
6652 to observe the program's behavior without interrupting it.
6653
6654 Using @value{GDBN}'s @code{trace} and @code{collect} commands, you can
6655 specify locations in the program, called @dfn{tracepoints}, and
6656 arbitrary expressions to evaluate when those tracepoints are reached.
6657 Later, using the @code{tfind} command, you can examine the values
6658 those expressions had when the program hit the tracepoints.  The
6659 expressions may also denote objects in memory---structures or arrays,
6660 for example---whose values @value{GDBN} should record; while visiting
6661 a particular tracepoint, you may inspect those objects as if they were
6662 in memory at that moment.  However, because @value{GDBN} records these
6663 values without interacting with you, it can do so quickly and
6664 unobtrusively, hopefully not disturbing the program's behavior.
6665
6666 The tracepoint facility is currently available only for remote
6667 targets.  @xref{Targets}.  In addition, your remote target must know how
6668 to collect trace data.  This functionality is implemented in the remote
6669 stub; however, none of the stubs distributed with @value{GDBN} support
6670 tracepoints as of this writing.
6671
6672 This chapter describes the tracepoint commands and features.
6673
6674 @menu
6675 * Set Tracepoints::
6676 * Analyze Collected Data::
6677 * Tracepoint Variables::
6678 @end menu
6679
6680 @node Set Tracepoints
6681 @section Commands to Set Tracepoints
6682
6683 Before running such a @dfn{trace experiment}, an arbitrary number of
6684 tracepoints can be set.  Like a breakpoint (@pxref{Set Breaks}), a
6685 tracepoint has a number assigned to it by @value{GDBN}.  Like with
6686 breakpoints, tracepoint numbers are successive integers starting from
6687 one.  Many of the commands associated with tracepoints take the
6688 tracepoint number as their argument, to identify which tracepoint to
6689 work on.
6690
6691 For each tracepoint, you can specify, in advance, some arbitrary set
6692 of data that you want the target to collect in the trace buffer when
6693 it hits that tracepoint.  The collected data can include registers,
6694 local variables, or global data.  Later, you can use @value{GDBN}
6695 commands to examine the values these data had at the time the
6696 tracepoint was hit.
6697
6698 This section describes commands to set tracepoints and associated
6699 conditions and actions.
6700
6701 @menu
6702 * Create and Delete Tracepoints::
6703 * Enable and Disable Tracepoints::
6704 * Tracepoint Passcounts::
6705 * Tracepoint Actions::
6706 * Listing Tracepoints::
6707 * Starting and Stopping Trace Experiment::
6708 @end menu
6709
6710 @node Create and Delete Tracepoints
6711 @subsection Create and Delete Tracepoints
6712
6713 @table @code
6714 @cindex set tracepoint
6715 @kindex trace
6716 @item trace
6717 The @code{trace} command is very similar to the @code{break} command.
6718 Its argument can be a source line, a function name, or an address in
6719 the target program.  @xref{Set Breaks}.  The @code{trace} command
6720 defines a tracepoint, which is a point in the target program where the
6721 debugger will briefly stop, collect some data, and then allow the
6722 program to continue.  Setting a tracepoint or changing its commands
6723 doesn't take effect until the next @code{tstart} command; thus, you
6724 cannot change the tracepoint attributes once a trace experiment is
6725 running.
6726
6727 Here are some examples of using the @code{trace} command:
6728
6729 @smallexample
6730 (@value{GDBP}) @b{trace foo.c:121}    // a source file and line number
6731
6732 (@value{GDBP}) @b{trace +2}           // 2 lines forward
6733
6734 (@value{GDBP}) @b{trace my_function}  // first source line of function
6735
6736 (@value{GDBP}) @b{trace *my_function} // EXACT start address of function
6737
6738 (@value{GDBP}) @b{trace *0x2117c4}    // an address
6739 @end smallexample
6740
6741 @noindent
6742 You can abbreviate @code{trace} as @code{tr}.
6743
6744 @vindex $tpnum
6745 @cindex last tracepoint number
6746 @cindex recent tracepoint number
6747 @cindex tracepoint number
6748 The convenience variable @code{$tpnum} records the tracepoint number
6749 of the most recently set tracepoint.
6750
6751 @kindex delete tracepoint
6752 @cindex tracepoint deletion
6753 @item delete tracepoint @r{[}@var{num}@r{]}
6754 Permanently delete one or more tracepoints.  With no argument, the
6755 default is to delete all tracepoints.
6756
6757 Examples:
6758
6759 @smallexample
6760 (@value{GDBP}) @b{delete trace 1 2 3} // remove three tracepoints
6761
6762 (@value{GDBP}) @b{delete trace}       // remove all tracepoints
6763 @end smallexample
6764
6765 @noindent
6766 You can abbreviate this command as @code{del tr}.
6767 @end table
6768
6769 @node Enable and Disable Tracepoints
6770 @subsection Enable and Disable Tracepoints
6771
6772 @table @code
6773 @kindex disable tracepoint
6774 @item disable tracepoint @r{[}@var{num}@r{]}
6775 Disable tracepoint @var{num}, or all tracepoints if no argument
6776 @var{num} is given.  A disabled tracepoint will have no effect during
6777 the next trace experiment, but it is not forgotten.  You can re-enable
6778 a disabled tracepoint using the @code{enable tracepoint} command.
6779
6780 @kindex enable tracepoint
6781 @item enable tracepoint @r{[}@var{num}@r{]}
6782 Enable tracepoint @var{num}, or all tracepoints.  The enabled
6783 tracepoints will become effective the next time a trace experiment is
6784 run.
6785 @end table
6786
6787 @node Tracepoint Passcounts
6788 @subsection Tracepoint Passcounts
6789
6790 @table @code
6791 @kindex passcount
6792 @cindex tracepoint pass count
6793 @item passcount @r{[}@var{n} @r{[}@var{num}@r{]]}
6794 Set the @dfn{passcount} of a tracepoint.  The passcount is a way to
6795 automatically stop a trace experiment.  If a tracepoint's passcount is
6796 @var{n}, then the trace experiment will be automatically stopped on
6797 the @var{n}'th time that tracepoint is hit.  If the tracepoint number
6798 @var{num} is not specified, the @code{passcount} command sets the
6799 passcount of the most recently defined tracepoint.  If no passcount is
6800 given, the trace experiment will run until stopped explicitly by the
6801 user.
6802
6803 Examples:
6804
6805 @smallexample
6806 (@value{GDBP}) @b{passcount 5 2} // Stop on the 5th execution of
6807 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// tracepoint 2}
6808
6809 (@value{GDBP}) @b{passcount 12}  // Stop on the 12th execution of the
6810 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// most recently defined tracepoint.}
6811 (@value{GDBP}) @b{trace foo}
6812 (@value{GDBP}) @b{pass 3}
6813 (@value{GDBP}) @b{trace bar}
6814 (@value{GDBP}) @b{pass 2}
6815 (@value{GDBP}) @b{trace baz}
6816 (@value{GDBP}) @b{pass 1}        // Stop tracing when foo has been
6817 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// executed 3 times OR when bar has}
6818 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// been executed 2 times}
6819 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// OR when baz has been executed 1 time.}
6820 @end smallexample
6821 @end table
6822
6823 @node Tracepoint Actions
6824 @subsection Tracepoint Action Lists
6825
6826 @table @code
6827 @kindex actions
6828 @cindex tracepoint actions
6829 @item actions @r{[}@var{num}@r{]}
6830 This command will prompt for a list of actions to be taken when the
6831 tracepoint is hit.  If the tracepoint number @var{num} is not
6832 specified, this command sets the actions for the one that was most
6833 recently defined (so that you can define a tracepoint and then say
6834 @code{actions} without bothering about its number).  You specify the
6835 actions themselves on the following lines, one action at a time, and
6836 terminate the actions list with a line containing just @code{end}.  So
6837 far, the only defined actions are @code{collect} and
6838 @code{while-stepping}.
6839
6840 @cindex remove actions from a tracepoint
6841 To remove all actions from a tracepoint, type @samp{actions @var{num}}
6842 and follow it immediately with @samp{end}.
6843
6844 @smallexample
6845 (@value{GDBP}) @b{collect @var{data}} // collect some data
6846
6847 (@value{GDBP}) @b{while-stepping 5} // single-step 5 times, collect data
6848
6849 (@value{GDBP}) @b{end}              // signals the end of actions.
6850 @end smallexample
6851
6852 In the following example, the action list begins with @code{collect}
6853 commands indicating the things to be collected when the tracepoint is
6854 hit.  Then, in order to single-step and collect additional data
6855 following the tracepoint, a @code{while-stepping} command is used,
6856 followed by the list of things to be collected while stepping.  The
6857 @code{while-stepping} command is terminated by its own separate
6858 @code{end} command.  Lastly, the action list is terminated by an
6859 @code{end} command.
6860
6861 @smallexample
6862 (@value{GDBP}) @b{trace foo}
6863 (@value{GDBP}) @b{actions}
6864 Enter actions for tracepoint 1, one per line:
6865 > collect bar,baz
6866 > collect $regs
6867 > while-stepping 12
6868   > collect $fp, $sp
6869   > end
6870 end
6871 @end smallexample
6872
6873 @kindex collect @r{(tracepoints)}
6874 @item collect @var{expr1}, @var{expr2}, @dots{}
6875 Collect values of the given expressions when the tracepoint is hit.
6876 This command accepts a comma-separated list of any valid expressions.
6877 In addition to global, static, or local variables, the following
6878 special arguments are supported:
6879
6880 @table @code
6881 @item $regs
6882 collect all registers
6883
6884 @item $args
6885 collect all function arguments
6886
6887 @item $locals
6888 collect all local variables.
6889 @end table
6890
6891 You can give several consecutive @code{collect} commands, each one
6892 with a single argument, or one @code{collect} command with several
6893 arguments separated by commas: the effect is the same.
6894
6895 The command @code{info scope} (@pxref{Symbols, info scope}) is
6896 particularly useful for figuring out what data to collect.
6897
6898 @kindex while-stepping @r{(tracepoints)}
6899 @item while-stepping @var{n}
6900 Perform @var{n} single-step traces after the tracepoint, collecting
6901 new data at each step.  The @code{while-stepping} command is
6902 followed by the list of what to collect while stepping (followed by
6903 its own @code{end} command):
6904
6905 @smallexample
6906 > while-stepping 12
6907   > collect $regs, myglobal
6908   > end
6909 >
6910 @end smallexample
6911
6912 @noindent
6913 You may abbreviate @code{while-stepping} as @code{ws} or
6914 @code{stepping}.
6915 @end table
6916
6917 @node Listing Tracepoints
6918 @subsection Listing Tracepoints
6919
6920 @table @code
6921 @kindex info tracepoints
6922 @cindex information about tracepoints
6923 @item info tracepoints @r{[}@var{num}@r{]}
6924 Display information about the tracepoint @var{num}.  If you don't specify
6925 a tracepoint number, displays information about all the tracepoints
6926 defined so far.  For each tracepoint, the following information is
6927 shown:
6928
6929 @itemize @bullet
6930 @item
6931 its number
6932 @item
6933 whether it is enabled or disabled
6934 @item
6935 its address
6936 @item
6937 its passcount as given by the @code{passcount @var{n}} command
6938 @item
6939 its step count as given by the @code{while-stepping @var{n}} command
6940 @item
6941 where in the source files is the tracepoint set
6942 @item
6943 its action list as given by the @code{actions} command
6944 @end itemize
6945
6946 @smallexample
6947 (@value{GDBP}) @b{info trace}
6948 Num Enb Address    PassC StepC What
6949 1   y   0x002117c4 0     0     <gdb_asm>
6950 2   y   0x0020dc64 0     0     in g_test at g_test.c:1375
6951 3   y   0x0020b1f4 0     0     in get_data at ../foo.c:41
6952 (@value{GDBP})
6953 @end smallexample
6954
6955 @noindent
6956 This command can be abbreviated @code{info tp}.
6957 @end table
6958
6959 @node Starting and Stopping Trace Experiment
6960 @subsection Starting and Stopping Trace Experiment
6961
6962 @table @code
6963 @kindex tstart
6964 @cindex start a new trace experiment
6965 @cindex collected data discarded
6966 @item tstart
6967 This command takes no arguments.  It starts the trace experiment, and
6968 begins collecting data.  This has the side effect of discarding all
6969 the data collected in the trace buffer during the previous trace
6970 experiment.
6971
6972 @kindex tstop
6973 @cindex stop a running trace experiment
6974 @item tstop
6975 This command takes no arguments.  It ends the trace experiment, and
6976 stops collecting data.
6977
6978 @strong{Note:} a trace experiment and data collection may stop
6979 automatically if any tracepoint's passcount is reached
6980 (@pxref{Tracepoint Passcounts}), or if the trace buffer becomes full.
6981
6982 @kindex tstatus
6983 @cindex status of trace data collection
6984 @cindex trace experiment, status of
6985 @item tstatus
6986 This command displays the status of the current trace data
6987 collection.
6988 @end table
6989
6990 Here is an example of the commands we described so far:
6991
6992 @smallexample
6993 (@value{GDBP}) @b{trace gdb_c_test}
6994 (@value{GDBP}) @b{actions}
6995 Enter actions for tracepoint #1, one per line.
6996 > collect $regs,$locals,$args
6997 > while-stepping 11
6998   > collect $regs
6999   > end
7000 > end
7001 (@value{GDBP}) @b{tstart}
7002         [time passes @dots{}]
7003 (@value{GDBP}) @b{tstop}
7004 @end smallexample
7005
7006
7007 @node Analyze Collected Data
7008 @section Using the collected data
7009
7010 After the tracepoint experiment ends, you use @value{GDBN} commands
7011 for examining the trace data.  The basic idea is that each tracepoint
7012 collects a trace @dfn{snapshot} every time it is hit and another
7013 snapshot every time it single-steps.  All these snapshots are
7014 consecutively numbered from zero and go into a buffer, and you can
7015 examine them later.  The way you examine them is to @dfn{focus} on a
7016 specific trace snapshot.  When the remote stub is focused on a trace
7017 snapshot, it will respond to all @value{GDBN} requests for memory and
7018 registers by reading from the buffer which belongs to that snapshot,
7019 rather than from @emph{real} memory or registers of the program being
7020 debugged.  This means that @strong{all} @value{GDBN} commands
7021 (@code{print}, @code{info registers}, @code{backtrace}, etc.) will
7022 behave as if we were currently debugging the program state as it was
7023 when the tracepoint occurred.  Any requests for data that are not in
7024 the buffer will fail.
7025
7026 @menu
7027 * tfind::                       How to select a trace snapshot
7028 * tdump::                       How to display all data for a snapshot
7029 * save-tracepoints::            How to save tracepoints for a future run
7030 @end menu
7031
7032 @node tfind
7033 @subsection @code{tfind @var{n}}
7034
7035 @kindex tfind
7036 @cindex select trace snapshot
7037 @cindex find trace snapshot
7038 The basic command for selecting a trace snapshot from the buffer is
7039 @code{tfind @var{n}}, which finds trace snapshot number @var{n},
7040 counting from zero.  If no argument @var{n} is given, the next
7041 snapshot is selected.
7042
7043 Here are the various forms of using the @code{tfind} command.
7044
7045 @table @code
7046 @item tfind start
7047 Find the first snapshot in the buffer.  This is a synonym for
7048 @code{tfind 0} (since 0 is the number of the first snapshot).
7049
7050 @item tfind none
7051 Stop debugging trace snapshots, resume @emph{live} debugging.
7052
7053 @item tfind end
7054 Same as @samp{tfind none}.
7055
7056 @item tfind
7057 No argument means find the next trace snapshot.
7058
7059 @item tfind -
7060 Find the previous trace snapshot before the current one.  This permits
7061 retracing earlier steps.
7062
7063 @item tfind tracepoint @var{num}
7064 Find the next snapshot associated with tracepoint @var{num}.  Search
7065 proceeds forward from the last examined trace snapshot.  If no
7066 argument @var{num} is given, it means find the next snapshot collected
7067 for the same tracepoint as the current snapshot.
7068
7069 @item tfind pc @var{addr}
7070 Find the next snapshot associated with the value @var{addr} of the
7071 program counter.  Search proceeds forward from the last examined trace
7072 snapshot.  If no argument @var{addr} is given, it means find the next
7073 snapshot with the same value of PC as the current snapshot.
7074
7075 @item tfind outside @var{addr1}, @var{addr2}
7076 Find the next snapshot whose PC is outside the given range of
7077 addresses.
7078
7079 @item tfind range @var{addr1}, @var{addr2}
7080 Find the next snapshot whose PC is between @var{addr1} and
7081 @var{addr2}.  @c FIXME: Is the range inclusive or exclusive?
7082
7083 @item tfind line @r{[}@var{file}:@r{]}@var{n}
7084 Find the next snapshot associated with the source line @var{n}.  If
7085 the optional argument @var{file} is given, refer to line @var{n} in
7086 that source file.  Search proceeds forward from the last examined
7087 trace snapshot.  If no argument @var{n} is given, it means find the
7088 next line other than the one currently being examined; thus saying
7089 @code{tfind line} repeatedly can appear to have the same effect as
7090 stepping from line to line in a @emph{live} debugging session.
7091 @end table
7092
7093 The default arguments for the @code{tfind} commands are specifically
7094 designed to make it easy to scan through the trace buffer.  For
7095 instance, @code{tfind} with no argument selects the next trace
7096 snapshot, and @code{tfind -} with no argument selects the previous
7097 trace snapshot.  So, by giving one @code{tfind} command, and then
7098 simply hitting @key{RET} repeatedly you can examine all the trace
7099 snapshots in order.  Or, by saying @code{tfind -} and then hitting
7100 @key{RET} repeatedly you can examine the snapshots in reverse order.
7101 The @code{tfind line} command with no argument selects the snapshot
7102 for the next source line executed.  The @code{tfind pc} command with
7103 no argument selects the next snapshot with the same program counter
7104 (PC) as the current frame.  The @code{tfind tracepoint} command with
7105 no argument selects the next trace snapshot collected by the same
7106 tracepoint as the current one.
7107
7108 In addition to letting you scan through the trace buffer manually,
7109 these commands make it easy to construct @value{GDBN} scripts that
7110 scan through the trace buffer and print out whatever collected data
7111 you are interested in.  Thus, if we want to examine the PC, FP, and SP
7112 registers from each trace frame in the buffer, we can say this:
7113
7114 @smallexample
7115 (@value{GDBP}) @b{tfind start}
7116 (@value{GDBP}) @b{while ($trace_frame != -1)}
7117 > printf "Frame %d, PC = %08X, SP = %08X, FP = %08X\n", \
7118           $trace_frame, $pc, $sp, $fp
7119 > tfind
7120 > end
7121
7122 Frame 0, PC = 0020DC64, SP = 0030BF3C, FP = 0030BF44
7123 Frame 1, PC = 0020DC6C, SP = 0030BF38, FP = 0030BF44
7124 Frame 2, PC = 0020DC70, SP = 0030BF34, FP = 0030BF44
7125 Frame 3, PC = 0020DC74, SP = 0030BF30, FP = 0030BF44
7126 Frame 4, PC = 0020DC78, SP = 0030BF2C, FP = 0030BF44
7127 Frame 5, PC = 0020DC7C, SP = 0030BF28, FP = 0030BF44
7128 Frame 6, PC = 0020DC80, SP = 0030BF24, FP = 0030BF44
7129 Frame 7, PC = 0020DC84, SP = 0030BF20, FP = 0030BF44
7130 Frame 8, PC = 0020DC88, SP = 0030BF1C, FP = 0030BF44
7131 Frame 9, PC = 0020DC8E, SP = 0030BF18, FP = 0030BF44
7132 Frame 10, PC = 00203F6C, SP = 0030BE3C, FP = 0030BF14
7133 @end smallexample
7134
7135 Or, if we want to examine the variable @code{X} at each source line in
7136 the buffer:
7137
7138 @smallexample
7139 (@value{GDBP}) @b{tfind start}
7140 (@value{GDBP}) @b{while ($trace_frame != -1)}
7141 > printf "Frame %d, X == %d\n", $trace_frame, X
7142 > tfind line
7143 > end
7144
7145 Frame 0, X = 1
7146 Frame 7, X = 2
7147 Frame 13, X = 255
7148 @end smallexample
7149
7150 @node tdump
7151 @subsection @code{tdump}
7152 @kindex tdump
7153 @cindex dump all data collected at tracepoint
7154 @cindex tracepoint data, display
7155
7156 This command takes no arguments.  It prints all the data collected at
7157 the current trace snapshot.
7158
7159 @smallexample
7160 (@value{GDBP}) @b{trace 444}
7161 (@value{GDBP}) @b{actions}
7162 Enter actions for tracepoint #2, one per line:
7163 > collect $regs, $locals, $args, gdb_long_test
7164 > end
7165
7166 (@value{GDBP}) @b{tstart}
7167
7168 (@value{GDBP}) @b{tfind line 444}
7169 #0  gdb_test (p1=0x11, p2=0x22, p3=0x33, p4=0x44, p5=0x55, p6=0x66)
7170 at gdb_test.c:444
7171 444        printp( "%s: arguments = 0x%X 0x%X 0x%X 0x%X 0x%X 0x%X\n", )
7172
7173 (@value{GDBP}) @b{tdump}
7174 Data collected at tracepoint 2, trace frame 1:
7175 d0             0xc4aa0085       -995491707
7176 d1             0x18     24
7177 d2             0x80     128
7178 d3             0x33     51
7179 d4             0x71aea3d        119204413
7180 d5             0x22     34
7181 d6             0xe0     224
7182 d7             0x380035 3670069
7183 a0             0x19e24a 1696330
7184 a1             0x3000668        50333288
7185 a2             0x100    256
7186 a3             0x322000 3284992
7187 a4             0x3000698        50333336
7188 a5             0x1ad3cc 1758156
7189 fp             0x30bf3c 0x30bf3c
7190 sp             0x30bf34 0x30bf34
7191 ps             0x0      0
7192 pc             0x20b2c8 0x20b2c8
7193 fpcontrol      0x0      0
7194 fpstatus       0x0      0
7195 fpiaddr        0x0      0
7196 p = 0x20e5b4 "gdb-test"
7197 p1 = (void *) 0x11
7198 p2 = (void *) 0x22
7199 p3 = (void *) 0x33
7200 p4 = (void *) 0x44
7201 p5 = (void *) 0x55
7202 p6 = (void *) 0x66
7203 gdb_long_test = 17 '\021'
7204
7205 (@value{GDBP})
7206 @end smallexample
7207
7208 @node save-tracepoints
7209 @subsection @code{save-tracepoints @var{filename}}
7210 @kindex save-tracepoints
7211 @cindex save tracepoints for future sessions
7212
7213 This command saves all current tracepoint definitions together with
7214 their actions and passcounts, into a file @file{@var{filename}}
7215 suitable for use in a later debugging session.  To read the saved
7216 tracepoint definitions, use the @code{source} command (@pxref{Command
7217 Files}).
7218
7219 @node Tracepoint Variables
7220 @section Convenience Variables for Tracepoints
7221 @cindex tracepoint variables
7222 @cindex convenience variables for tracepoints
7223
7224 @table @code
7225 @vindex $trace_frame
7226 @item (int) $trace_frame
7227 The current trace snapshot (a.k.a.@: @dfn{frame}) number, or -1 if no
7228 snapshot is selected.
7229
7230 @vindex $tracepoint
7231 @item (int) $tracepoint
7232 The tracepoint for the current trace snapshot.
7233
7234 @vindex $trace_line
7235 @item (int) $trace_line
7236 The line number for the current trace snapshot.
7237
7238 @vindex $trace_file
7239 @item (char []) $trace_file
7240 The source file for the current trace snapshot.
7241
7242 @vindex $trace_func
7243 @item (char []) $trace_func
7244 The name of the function containing @code{$tracepoint}.
7245 @end table
7246
7247 Note: @code{$trace_file} is not suitable for use in @code{printf},
7248 use @code{output} instead.
7249
7250 Here's a simple example of using these convenience variables for
7251 stepping through all the trace snapshots and printing some of their
7252 data.
7253
7254 @smallexample
7255 (@value{GDBP}) @b{tfind start}
7256
7257 (@value{GDBP}) @b{while $trace_frame != -1}
7258 > output $trace_file
7259 > printf ", line %d (tracepoint #%d)\n", $trace_line, $tracepoint
7260 > tfind
7261 > end
7262 @end smallexample
7263
7264 @node Overlays
7265 @chapter Debugging Programs That Use Overlays
7266 @cindex overlays
7267
7268 If your program is too large to fit completely in your target system's
7269 memory, you can sometimes use @dfn{overlays} to work around this
7270 problem.  @value{GDBN} provides some support for debugging programs that
7271 use overlays.
7272
7273 @menu
7274 * How Overlays Work::              A general explanation of overlays.
7275 * Overlay Commands::               Managing overlays in @value{GDBN}.
7276 * Automatic Overlay Debugging::    @value{GDBN} can find out which overlays are
7277                                    mapped by asking the inferior.
7278 * Overlay Sample Program::         A sample program using overlays.
7279 @end menu
7280
7281 @node How Overlays Work
7282 @section How Overlays Work
7283 @cindex mapped overlays
7284 @cindex unmapped overlays
7285 @cindex load address, overlay's
7286 @cindex mapped address
7287 @cindex overlay area
7288
7289 Suppose you have a computer whose instruction address space is only 64
7290 kilobytes long, but which has much more memory which can be accessed by
7291 other means: special instructions, segment registers, or memory
7292 management hardware, for example.  Suppose further that you want to
7293 adapt a program which is larger than 64 kilobytes to run on this system.
7294
7295 One solution is to identify modules of your program which are relatively
7296 independent, and need not call each other directly; call these modules
7297 @dfn{overlays}.  Separate the overlays from the main program, and place
7298 their machine code in the larger memory.  Place your main program in
7299 instruction memory, but leave at least enough space there to hold the
7300 largest overlay as well.
7301
7302 Now, to call a function located in an overlay, you must first copy that
7303 overlay's machine code from the large memory into the space set aside
7304 for it in the instruction memory, and then jump to its entry point
7305 there.
7306
7307 @c NB:  In the below the mapped area's size is greater or equal to the
7308 @c size of all overlays.  This is intentional to remind the developer
7309 @c that overlays don't necessarily need to be the same size.
7310
7311 @smallexample
7312 @group
7313     Data             Instruction            Larger
7314 Address Space       Address Space        Address Space
7315 +-----------+       +-----------+        +-----------+
7316 |           |       |           |        |           |
7317 +-----------+       +-----------+        +-----------+<-- overlay 1
7318 | program   |       |   main    |   .----| overlay 1 | load address
7319 | variables |       |  program  |   |    +-----------+
7320 | and heap  |       |           |   |    |           |
7321 +-----------+       |           |   |    +-----------+<-- overlay 2
7322 |           |       +-----------+   |    |           | load address
7323 +-----------+       |           |   |  .-| overlay 2 |
7324                     |           |   |  | |           |
7325          mapped --->+-----------+   |  | +-----------+
7326          address    |           |   |  | |           |
7327                     |  overlay  | <-'  | |           |
7328                     |   area    |  <---' +-----------+<-- overlay 3
7329                     |           | <---.  |           | load address
7330                     +-----------+     `--| overlay 3 |
7331                     |           |        |           |
7332                     +-----------+        |           |
7333                                          +-----------+
7334                                          |           |
7335                                          +-----------+
7336
7337                     @anchor{A code overlay}A code overlay
7338 @end group
7339 @end smallexample
7340
7341 The diagram (@pxref{A code overlay}) shows a system with separate data
7342 and instruction address spaces.  To map an overlay, the program copies
7343 its code from the larger address space to the instruction address space.
7344 Since the overlays shown here all use the same mapped address, only one
7345 may be mapped at a time.  For a system with a single address space for
7346 data and instructions, the diagram would be similar, except that the
7347 program variables and heap would share an address space with the main
7348 program and the overlay area.
7349
7350 An overlay loaded into instruction memory and ready for use is called a
7351 @dfn{mapped} overlay; its @dfn{mapped address} is its address in the
7352 instruction memory.  An overlay not present (or only partially present)
7353 in instruction memory is called @dfn{unmapped}; its @dfn{load address}
7354 is its address in the larger memory.  The mapped address is also called
7355 the @dfn{virtual memory address}, or @dfn{VMA}; the load address is also
7356 called the @dfn{load memory address}, or @dfn{LMA}.
7357
7358 Unfortunately, overlays are not a completely transparent way to adapt a
7359 program to limited instruction memory.  They introduce a new set of
7360 global constraints you must keep in mind as you design your program:
7361
7362 @itemize @bullet
7363
7364 @item
7365 Before calling or returning to a function in an overlay, your program
7366 must make sure that overlay is actually mapped.  Otherwise, the call or
7367 return will transfer control to the right address, but in the wrong
7368 overlay, and your program will probably crash.
7369
7370 @item
7371 If the process of mapping an overlay is expensive on your system, you
7372 will need to choose your overlays carefully to minimize their effect on
7373 your program's performance.
7374
7375 @item
7376 The executable file you load onto your system must contain each
7377 overlay's instructions, appearing at the overlay's load address, not its
7378 mapped address.  However, each overlay's instructions must be relocated
7379 and its symbols defined as if the overlay were at its mapped address.
7380 You can use GNU linker scripts to specify different load and relocation
7381 addresses for pieces of your program; see @ref{Overlay Description,,,
7382 ld.info, Using ld: the GNU linker}.
7383
7384 @item
7385 The procedure for loading executable files onto your system must be able
7386 to load their contents into the larger address space as well as the
7387 instruction and data spaces.
7388
7389 @end itemize
7390
7391 The overlay system described above is rather simple, and could be
7392 improved in many ways:
7393
7394 @itemize @bullet
7395
7396 @item
7397 If your system has suitable bank switch registers or memory management
7398 hardware, you could use those facilities to make an overlay's load area
7399 contents simply appear at their mapped address in instruction space.
7400 This would probably be faster than copying the overlay to its mapped
7401 area in the usual way.
7402
7403 @item
7404 If your overlays are small enough, you could set aside more than one
7405 overlay area, and have more than one overlay mapped at a time.
7406
7407 @item
7408 You can use overlays to manage data, as well as instructions.  In
7409 general, data overlays are even less transparent to your design than
7410 code overlays: whereas code overlays only require care when you call or
7411 return to functions, data overlays require care every time you access
7412 the data.  Also, if you change the contents of a data overlay, you
7413 must copy its contents back out to its load address before you can copy a
7414 different data overlay into the same mapped area.
7415
7416 @end itemize
7417
7418
7419 @node Overlay Commands
7420 @section Overlay Commands
7421
7422 To use @value{GDBN}'s overlay support, each overlay in your program must
7423 correspond to a separate section of the executable file.  The section's
7424 virtual memory address and load memory address must be the overlay's
7425 mapped and load addresses.  Identifying overlays with sections allows
7426 @value{GDBN} to determine the appropriate address of a function or
7427 variable, depending on whether the overlay is mapped or not.
7428
7429 @value{GDBN}'s overlay commands all start with the word @code{overlay};
7430 you can abbreviate this as @code{ov} or @code{ovly}.  The commands are:
7431
7432 @table @code
7433 @item overlay off
7434 @kindex overlay
7435 Disable @value{GDBN}'s overlay support.  When overlay support is
7436 disabled, @value{GDBN} assumes that all functions and variables are
7437 always present at their mapped addresses.  By default, @value{GDBN}'s
7438 overlay support is disabled.
7439
7440 @item overlay manual
7441 @cindex manual overlay debugging
7442 Enable @dfn{manual} overlay debugging.  In this mode, @value{GDBN}
7443 relies on you to tell it which overlays are mapped, and which are not,
7444 using the @code{overlay map-overlay} and @code{overlay unmap-overlay}
7445 commands described below.
7446
7447 @item overlay map-overlay @var{overlay}
7448 @itemx overlay map @var{overlay}
7449 @cindex map an overlay
7450 Tell @value{GDBN} that @var{overlay} is now mapped; @var{overlay} must
7451 be the name of the object file section containing the overlay.  When an
7452 overlay is mapped, @value{GDBN} assumes it can find the overlay's
7453 functions and variables at their mapped addresses.  @value{GDBN} assumes
7454 that any other overlays whose mapped ranges overlap that of
7455 @var{overlay} are now unmapped.
7456
7457 @item overlay unmap-overlay @var{overlay}
7458 @itemx overlay unmap @var{overlay}
7459 @cindex unmap an overlay
7460 Tell @value{GDBN} that @var{overlay} is no longer mapped; @var{overlay}
7461 must be the name of the object file section containing the overlay.
7462 When an overlay is unmapped, @value{GDBN} assumes it can find the
7463 overlay's functions and variables at their load addresses.
7464
7465 @item overlay auto
7466 Enable @dfn{automatic} overlay debugging.  In this mode, @value{GDBN}
7467 consults a data structure the overlay manager maintains in the inferior
7468 to see which overlays are mapped.  For details, see @ref{Automatic
7469 Overlay Debugging}.
7470
7471 @item overlay load-target
7472 @itemx overlay load
7473 @cindex reloading the overlay table
7474 Re-read the overlay table from the inferior.  Normally, @value{GDBN}
7475 re-reads the table @value{GDBN} automatically each time the inferior
7476 stops, so this command should only be necessary if you have changed the
7477 overlay mapping yourself using @value{GDBN}.  This command is only
7478 useful when using automatic overlay debugging.
7479
7480 @item overlay list-overlays
7481 @itemx overlay list
7482 @cindex listing mapped overlays
7483 Display a list of the overlays currently mapped, along with their mapped
7484 addresses, load addresses, and sizes.
7485
7486 @end table
7487
7488 Normally, when @value{GDBN} prints a code address, it includes the name
7489 of the function the address falls in:
7490
7491 @smallexample
7492 (@value{GDBP}) print main
7493 $3 = @{int ()@} 0x11a0 <main>
7494 @end smallexample
7495 @noindent
7496 When overlay debugging is enabled, @value{GDBN} recognizes code in
7497 unmapped overlays, and prints the names of unmapped functions with
7498 asterisks around them.  For example, if @code{foo} is a function in an
7499 unmapped overlay, @value{GDBN} prints it this way:
7500
7501 @smallexample
7502 (@value{GDBP}) overlay list
7503 No sections are mapped.
7504 (@value{GDBP}) print foo
7505 $5 = @{int (int)@} 0x100000 <*foo*>
7506 @end smallexample
7507 @noindent
7508 When @code{foo}'s overlay is mapped, @value{GDBN} prints the function's
7509 name normally:
7510
7511 @smallexample
7512 (@value{GDBP}) overlay list
7513 Section .ov.foo.text, loaded at 0x100000 - 0x100034,
7514         mapped at 0x1016 - 0x104a
7515 (@value{GDBP}) print foo
7516 $6 = @{int (int)@} 0x1016 <foo>
7517 @end smallexample
7518
7519 When overlay debugging is enabled, @value{GDBN} can find the correct
7520 address for functions and variables in an overlay, whether or not the
7521 overlay is mapped.  This allows most @value{GDBN} commands, like
7522 @code{break} and @code{disassemble}, to work normally, even on unmapped
7523 code.  However, @value{GDBN}'s breakpoint support has some limitations:
7524
7525 @itemize @bullet
7526 @item
7527 @cindex breakpoints in overlays
7528 @cindex overlays, setting breakpoints in
7529 You can set breakpoints in functions in unmapped overlays, as long as
7530 @value{GDBN} can write to the overlay at its load address.
7531 @item
7532 @value{GDBN} can not set hardware or simulator-based breakpoints in
7533 unmapped overlays.  However, if you set a breakpoint at the end of your
7534 overlay manager (and tell @value{GDBN} which overlays are now mapped, if
7535 you are using manual overlay management), @value{GDBN} will re-set its
7536 breakpoints properly.
7537 @end itemize
7538
7539
7540 @node Automatic Overlay Debugging
7541 @section Automatic Overlay Debugging
7542 @cindex automatic overlay debugging
7543
7544 @value{GDBN} can automatically track which overlays are mapped and which
7545 are not, given some simple co-operation from the overlay manager in the
7546 inferior.  If you enable automatic overlay debugging with the
7547 @code{overlay auto} command (@pxref{Overlay Commands}), @value{GDBN}
7548 looks in the inferior's memory for certain variables describing the
7549 current state of the overlays.
7550
7551 Here are the variables your overlay manager must define to support
7552 @value{GDBN}'s automatic overlay debugging:
7553
7554 @table @asis
7555
7556 @item @code{_ovly_table}:
7557 This variable must be an array of the following structures:
7558
7559 @smallexample
7560 struct
7561 @{
7562   /* The overlay's mapped address.  */
7563   unsigned long vma;
7564
7565   /* The size of the overlay, in bytes.  */
7566   unsigned long size;
7567
7568   /* The overlay's load address.  */
7569   unsigned long lma;
7570
7571   /* Non-zero if the overlay is currently mapped;
7572      zero otherwise.  */
7573   unsigned long mapped;
7574 @}
7575 @end smallexample
7576
7577 @item @code{_novlys}:
7578 This variable must be a four-byte signed integer, holding the total
7579 number of elements in @code{_ovly_table}.
7580
7581 @end table
7582
7583 To decide whether a particular overlay is mapped or not, @value{GDBN}
7584 looks for an entry in @w{@code{_ovly_table}} whose @code{vma} and
7585 @code{lma} members equal the VMA and LMA of the overlay's section in the
7586 executable file.  When @value{GDBN} finds a matching entry, it consults
7587 the entry's @code{mapped} member to determine whether the overlay is
7588 currently mapped.
7589
7590 In addition, your overlay manager may define a function called
7591 @code{_ovly_debug_event}.  If this function is defined, @value{GDBN}
7592 will silently set a breakpoint there.  If the overlay manager then
7593 calls this function whenever it has changed the overlay table, this
7594 will enable @value{GDBN} to accurately keep track of which overlays
7595 are in program memory, and update any breakpoints that may be set
7596 in overlays.  This will allow breakpoints to work even if the
7597 overlays are kept in ROM or other non-writable memory while they
7598 are not being executed.
7599
7600 @node Overlay Sample Program
7601 @section Overlay Sample Program
7602 @cindex overlay example program
7603
7604 When linking a program which uses overlays, you must place the overlays
7605 at their load addresses, while relocating them to run at their mapped
7606 addresses.  To do this, you must write a linker script (@pxref{Overlay
7607 Description,,, ld.info, Using ld: the GNU linker}).  Unfortunately,
7608 since linker scripts are specific to a particular host system, target
7609 architecture, and target memory layout, this manual cannot provide
7610 portable sample code demonstrating @value{GDBN}'s overlay support.
7611
7612 However, the @value{GDBN} source distribution does contain an overlaid
7613 program, with linker scripts for a few systems, as part of its test
7614 suite.  The program consists of the following files from
7615 @file{gdb/testsuite/gdb.base}:
7616
7617 @table @file
7618 @item overlays.c
7619 The main program file.
7620 @item ovlymgr.c
7621 A simple overlay manager, used by @file{overlays.c}.
7622 @item foo.c
7623 @itemx bar.c
7624 @itemx baz.c
7625 @itemx grbx.c
7626 Overlay modules, loaded and used by @file{overlays.c}.
7627 @item d10v.ld
7628 @itemx m32r.ld
7629 Linker scripts for linking the test program on the @code{d10v-elf}
7630 and @code{m32r-elf} targets.
7631 @end table
7632
7633 You can build the test program using the @code{d10v-elf} GCC
7634 cross-compiler like this:
7635
7636 @smallexample
7637 $ d10v-elf-gcc -g -c overlays.c
7638 $ d10v-elf-gcc -g -c ovlymgr.c
7639 $ d10v-elf-gcc -g -c foo.c
7640 $ d10v-elf-gcc -g -c bar.c
7641 $ d10v-elf-gcc -g -c baz.c
7642 $ d10v-elf-gcc -g -c grbx.c
7643 $ d10v-elf-gcc -g overlays.o ovlymgr.o foo.o bar.o \
7644                   baz.o grbx.o -Wl,-Td10v.ld -o overlays
7645 @end smallexample
7646
7647 The build process is identical for any other architecture, except that
7648 you must substitute the appropriate compiler and linker script for the
7649 target system for @code{d10v-elf-gcc} and @code{d10v.ld}.
7650
7651
7652 @node Languages
7653 @chapter Using @value{GDBN} with Different Languages
7654 @cindex languages
7655
7656 Although programming languages generally have common aspects, they are
7657 rarely expressed in the same manner.  For instance, in ANSI C,
7658 dereferencing a pointer @code{p} is accomplished by @code{*p}, but in
7659 Modula-2, it is accomplished by @code{p^}.  Values can also be
7660 represented (and displayed) differently.  Hex numbers in C appear as
7661 @samp{0x1ae}, while in Modula-2 they appear as @samp{1AEH}.
7662
7663 @cindex working language
7664 Language-specific information is built into @value{GDBN} for some languages,
7665 allowing you to express operations like the above in your program's
7666 native language, and allowing @value{GDBN} to output values in a manner
7667 consistent with the syntax of your program's native language.  The
7668 language you use to build expressions is called the @dfn{working
7669 language}.
7670
7671 @menu
7672 * Setting::                     Switching between source languages
7673 * Show::                        Displaying the language
7674 * Checks::                      Type and range checks
7675 * Support::                     Supported languages
7676 * Unsupported languages::       Unsupported languages
7677 @end menu
7678
7679 @node Setting
7680 @section Switching between source languages
7681
7682 There are two ways to control the working language---either have @value{GDBN}
7683 set it automatically, or select it manually yourself.  You can use the
7684 @code{set language} command for either purpose.  On startup, @value{GDBN}
7685 defaults to setting the language automatically.  The working language is
7686 used to determine how expressions you type are interpreted, how values
7687 are printed, etc.
7688
7689 In addition to the working language, every source file that
7690 @value{GDBN} knows about has its own working language.  For some object
7691 file formats, the compiler might indicate which language a particular
7692 source file is in.  However, most of the time @value{GDBN} infers the
7693 language from the name of the file.  The language of a source file
7694 controls whether C@t{++} names are demangled---this way @code{backtrace} can
7695 show each frame appropriately for its own language.  There is no way to
7696 set the language of a source file from within @value{GDBN}, but you can
7697 set the language associated with a filename extension.  @xref{Show, ,
7698 Displaying the language}.
7699
7700 This is most commonly a problem when you use a program, such
7701 as @code{cfront} or @code{f2c}, that generates C but is written in
7702 another language.  In that case, make the
7703 program use @code{#line} directives in its C output; that way
7704 @value{GDBN} will know the correct language of the source code of the original
7705 program, and will display that source code, not the generated C code.
7706
7707 @menu
7708 * Filenames::                   Filename extensions and languages.
7709 * Manually::                    Setting the working language manually
7710 * Automatically::               Having @value{GDBN} infer the source language
7711 @end menu
7712
7713 @node Filenames
7714 @subsection List of filename extensions and languages
7715
7716 If a source file name ends in one of the following extensions, then
7717 @value{GDBN} infers that its language is the one indicated.
7718
7719 @table @file
7720
7721 @item .c
7722 C source file
7723
7724 @item .C
7725 @itemx .cc
7726 @itemx .cp
7727 @itemx .cpp
7728 @itemx .cxx
7729 @itemx .c++
7730 C@t{++} source file
7731
7732 @item .m
7733 Objective-C source file
7734
7735 @item .f
7736 @itemx .F
7737 Fortran source file
7738
7739 @item .mod
7740 Modula-2 source file
7741
7742 @item .s
7743 @itemx .S
7744 Assembler source file.  This actually behaves almost like C, but
7745 @value{GDBN} does not skip over function prologues when stepping.
7746 @end table
7747
7748 In addition, you may set the language associated with a filename
7749 extension.  @xref{Show, , Displaying the language}.
7750
7751 @node Manually
7752 @subsection Setting the working language
7753
7754 If you allow @value{GDBN} to set the language automatically,
7755 expressions are interpreted the same way in your debugging session and
7756 your program.
7757
7758 @kindex set language
7759 If you wish, you may set the language manually.  To do this, issue the
7760 command @samp{set language @var{lang}}, where @var{lang} is the name of
7761 a language, such as
7762 @code{c} or @code{modula-2}.
7763 For a list of the supported languages, type @samp{set language}.
7764
7765 Setting the language manually prevents @value{GDBN} from updating the working
7766 language automatically.  This can lead to confusion if you try
7767 to debug a program when the working language is not the same as the
7768 source language, when an expression is acceptable to both
7769 languages---but means different things.  For instance, if the current
7770 source file were written in C, and @value{GDBN} was parsing Modula-2, a
7771 command such as:
7772
7773 @smallexample
7774 print a = b + c
7775 @end smallexample
7776
7777 @noindent
7778 might not have the effect you intended.  In C, this means to add
7779 @code{b} and @code{c} and place the result in @code{a}.  The result
7780 printed would be the value of @code{a}.  In Modula-2, this means to compare
7781 @code{a} to the result of @code{b+c}, yielding a @code{BOOLEAN} value.
7782
7783 @node Automatically
7784 @subsection Having @value{GDBN} infer the source language
7785
7786 To have @value{GDBN} set the working language automatically, use
7787 @samp{set language local} or @samp{set language auto}.  @value{GDBN}
7788 then infers the working language.  That is, when your program stops in a
7789 frame (usually by encountering a breakpoint), @value{GDBN} sets the
7790 working language to the language recorded for the function in that
7791 frame.  If the language for a frame is unknown (that is, if the function
7792 or block corresponding to the frame was defined in a source file that
7793 does not have a recognized extension), the current working language is
7794 not changed, and @value{GDBN} issues a warning.
7795
7796 This may not seem necessary for most programs, which are written
7797 entirely in one source language.  However, program modules and libraries
7798 written in one source language can be used by a main program written in
7799 a different source language.  Using @samp{set language auto} in this
7800 case frees you from having to set the working language manually.
7801
7802 @node Show
7803 @section Displaying the language
7804
7805 The following commands help you find out which language is the
7806 working language, and also what language source files were written in.
7807
7808 @kindex show language
7809 @table @code
7810 @item show language
7811 Display the current working language.  This is the
7812 language you can use with commands such as @code{print} to
7813 build and compute expressions that may involve variables in your program.
7814
7815 @item info frame
7816 @kindex info frame@r{, show the source language}
7817 Display the source language for this frame.  This language becomes the
7818 working language if you use an identifier from this frame.
7819 @xref{Frame Info, ,Information about a frame}, to identify the other
7820 information listed here.
7821
7822 @item info source
7823 @kindex info source@r{, show the source language}
7824 Display the source language of this source file.
7825 @xref{Symbols, ,Examining the Symbol Table}, to identify the other
7826 information listed here.
7827 @end table
7828
7829 In unusual circumstances, you may have source files with extensions
7830 not in the standard list.  You can then set the extension associated
7831 with a language explicitly:
7832
7833 @kindex set extension-language
7834 @kindex info extensions
7835 @table @code
7836 @item set extension-language @var{.ext} @var{language}
7837 Set source files with extension @var{.ext} to be assumed to be in
7838 the source language @var{language}.
7839
7840 @item info extensions
7841 List all the filename extensions and the associated languages.
7842 @end table
7843
7844 @node Checks
7845 @section Type and range checking
7846
7847 @quotation
7848 @emph{Warning:} In this release, the @value{GDBN} commands for type and range
7849 checking are included, but they do not yet have any effect.  This
7850 section documents the intended facilities.
7851 @end quotation
7852 @c FIXME remove warning when type/range code added
7853
7854 Some languages are designed to guard you against making seemingly common
7855 errors through a series of compile- and run-time checks.  These include
7856 checking the type of arguments to functions and operators, and making
7857 sure mathematical overflows are caught at run time.  Checks such as
7858 these help to ensure a program's correctness once it has been compiled
7859 by eliminating type mismatches, and providing active checks for range
7860 errors when your program is running.
7861
7862 @value{GDBN} can check for conditions like the above if you wish.
7863 Although @value{GDBN} does not check the statements in your program, it
7864 can check expressions entered directly into @value{GDBN} for evaluation via
7865 the @code{print} command, for example.  As with the working language,
7866 @value{GDBN} can also decide whether or not to check automatically based on
7867 your program's source language.  @xref{Support, ,Supported languages},
7868 for the default settings of supported languages.
7869
7870 @menu
7871 * Type Checking::               An overview of type checking
7872 * Range Checking::              An overview of range checking
7873 @end menu
7874
7875 @cindex type checking
7876 @cindex checks, type
7877 @node Type Checking
7878 @subsection An overview of type checking
7879
7880 Some languages, such as Modula-2, are strongly typed, meaning that the
7881 arguments to operators and functions have to be of the correct type,
7882 otherwise an error occurs.  These checks prevent type mismatch
7883 errors from ever causing any run-time problems.  For example,
7884
7885 @smallexample
7886 1 + 2 @result{} 3
7887 @exdent but
7888 @error{} 1 + 2.3
7889 @end smallexample
7890
7891 The second example fails because the @code{CARDINAL} 1 is not
7892 type-compatible with the @code{REAL} 2.3.
7893
7894 For the expressions you use in @value{GDBN} commands, you can tell the
7895 @value{GDBN} type checker to skip checking;
7896 to treat any mismatches as errors and abandon the expression;
7897 or to only issue warnings when type mismatches occur,
7898 but evaluate the expression anyway.  When you choose the last of
7899 these, @value{GDBN} evaluates expressions like the second example above, but
7900 also issues a warning.
7901
7902 Even if you turn type checking off, there may be other reasons
7903 related to type that prevent @value{GDBN} from evaluating an expression.
7904 For instance, @value{GDBN} does not know how to add an @code{int} and
7905 a @code{struct foo}.  These particular type errors have nothing to do
7906 with the language in use, and usually arise from expressions, such as
7907 the one described above, which make little sense to evaluate anyway.
7908
7909 Each language defines to what degree it is strict about type.  For
7910 instance, both Modula-2 and C require the arguments to arithmetical
7911 operators to be numbers.  In C, enumerated types and pointers can be
7912 represented as numbers, so that they are valid arguments to mathematical
7913 operators.  @xref{Support, ,Supported languages}, for further
7914 details on specific languages.
7915
7916 @value{GDBN} provides some additional commands for controlling the type checker:
7917
7918 @kindex set check type
7919 @kindex show check type
7920 @table @code
7921 @item set check type auto
7922 Set type checking on or off based on the current working language.
7923 @xref{Support, ,Supported languages}, for the default settings for
7924 each language.
7925
7926 @item set check type on
7927 @itemx set check type off
7928 Set type checking on or off, overriding the default setting for the
7929 current working language.  Issue a warning if the setting does not
7930 match the language default.  If any type mismatches occur in
7931 evaluating an expression while type checking is on, @value{GDBN} prints a
7932 message and aborts evaluation of the expression.
7933
7934 @item set check type warn
7935 Cause the type checker to issue warnings, but to always attempt to
7936 evaluate the expression.  Evaluating the expression may still
7937 be impossible for other reasons.  For example, @value{GDBN} cannot add
7938 numbers and structures.
7939
7940 @item show type
7941 Show the current setting of the type checker, and whether or not @value{GDBN}
7942 is setting it automatically.
7943 @end table
7944
7945 @cindex range checking
7946 @cindex checks, range
7947 @node Range Checking
7948 @subsection An overview of range checking
7949
7950 In some languages (such as Modula-2), it is an error to exceed the
7951 bounds of a type; this is enforced with run-time checks.  Such range
7952 checking is meant to ensure program correctness by making sure
7953 computations do not overflow, or indices on an array element access do
7954 not exceed the bounds of the array.
7955
7956 For expressions you use in @value{GDBN} commands, you can tell
7957 @value{GDBN} to treat range errors in one of three ways: ignore them,
7958 always treat them as errors and abandon the expression, or issue
7959 warnings but evaluate the expression anyway.
7960
7961 A range error can result from numerical overflow, from exceeding an
7962 array index bound, or when you type a constant that is not a member
7963 of any type.  Some languages, however, do not treat overflows as an
7964 error.  In many implementations of C, mathematical overflow causes the
7965 result to ``wrap around'' to lower values---for example, if @var{m} is
7966 the largest integer value, and @var{s} is the smallest, then
7967
7968 @smallexample
7969 @var{m} + 1 @result{} @var{s}
7970 @end smallexample
7971
7972 This, too, is specific to individual languages, and in some cases
7973 specific to individual compilers or machines.  @xref{Support, ,
7974 Supported languages}, for further details on specific languages.
7975
7976 @value{GDBN} provides some additional commands for controlling the range checker:
7977
7978 @kindex set check range
7979 @kindex show check range
7980 @table @code
7981 @item set check range auto
7982 Set range checking on or off based on the current working language.
7983 @xref{Support, ,Supported languages}, for the default settings for
7984 each language.
7985
7986 @item set check range on
7987 @itemx set check range off
7988 Set range checking on or off, overriding the default setting for the
7989 current working language.  A warning is issued if the setting does not
7990 match the language default.  If a range error occurs and range checking is on,
7991 then a message is printed and evaluation of the expression is aborted.
7992
7993 @item set check range warn
7994 Output messages when the @value{GDBN} range checker detects a range error,
7995 but attempt to evaluate the expression anyway.  Evaluating the
7996 expression may still be impossible for other reasons, such as accessing
7997 memory that the process does not own (a typical example from many Unix
7998 systems).
7999
8000 @item show range
8001 Show the current setting of the range checker, and whether or not it is
8002 being set automatically by @value{GDBN}.
8003 @end table
8004
8005 @node Support
8006 @section Supported languages
8007
8008 @value{GDBN} supports C, C@t{++}, Objective-C, Fortran, Java, assembly, and Modula-2.
8009 @c This is false ...
8010 Some @value{GDBN} features may be used in expressions regardless of the
8011 language you use: the @value{GDBN} @code{@@} and @code{::} operators,
8012 and the @samp{@{type@}addr} construct (@pxref{Expressions,
8013 ,Expressions}) can be used with the constructs of any supported
8014 language.
8015
8016 The following sections detail to what degree each source language is
8017 supported by @value{GDBN}.  These sections are not meant to be language
8018 tutorials or references, but serve only as a reference guide to what the
8019 @value{GDBN} expression parser accepts, and what input and output
8020 formats should look like for different languages.  There are many good
8021 books written on each of these languages; please look to these for a
8022 language reference or tutorial.
8023
8024 @menu
8025 * C::                           C and C@t{++}
8026 * Objective-C::                 Objective-C
8027 * Modula-2::                    Modula-2
8028 @end menu
8029
8030 @node C
8031 @subsection C and C@t{++}
8032
8033 @cindex C and C@t{++}
8034 @cindex expressions in C or C@t{++}
8035
8036 Since C and C@t{++} are so closely related, many features of @value{GDBN} apply
8037 to both languages.  Whenever this is the case, we discuss those languages
8038 together.
8039
8040 @cindex C@t{++}
8041 @cindex @code{g++}, @sc{gnu} C@t{++} compiler
8042 @cindex @sc{gnu} C@t{++}
8043 The C@t{++} debugging facilities are jointly implemented by the C@t{++}
8044 compiler and @value{GDBN}.  Therefore, to debug your C@t{++} code
8045 effectively, you must compile your C@t{++} programs with a supported
8046 C@t{++} compiler, such as @sc{gnu} @code{g++}, or the HP ANSI C@t{++}
8047 compiler (@code{aCC}).
8048
8049 For best results when using @sc{gnu} C@t{++}, use the DWARF 2 debugging
8050 format; if it doesn't work on your system, try the stabs+ debugging
8051 format.  You can select those formats explicitly with the @code{g++}
8052 command-line options @option{-gdwarf-2} and @option{-gstabs+}.
8053 @xref{Debugging Options,,Options for Debugging Your Program or @sc{gnu}
8054 CC, gcc.info, Using @sc{gnu} CC}.
8055
8056 @menu
8057 * C Operators::                 C and C@t{++} operators
8058 * C Constants::                 C and C@t{++} constants
8059 * C plus plus expressions::     C@t{++} expressions
8060 * C Defaults::                  Default settings for C and C@t{++}
8061 * C Checks::                    C and C@t{++} type and range checks
8062 * Debugging C::                 @value{GDBN} and C
8063 * Debugging C plus plus::       @value{GDBN} features for C@t{++}
8064 @end menu
8065
8066 @node C Operators
8067 @subsubsection C and C@t{++} operators
8068
8069 @cindex C and C@t{++} operators
8070
8071 Operators must be defined on values of specific types.  For instance,
8072 @code{+} is defined on numbers, but not on structures.  Operators are
8073 often defined on groups of types.
8074
8075 For the purposes of C and C@t{++}, the following definitions hold:
8076
8077 @itemize @bullet
8078
8079 @item
8080 @emph{Integral types} include @code{int} with any of its storage-class
8081 specifiers; @code{char}; @code{enum}; and, for C@t{++}, @code{bool}.
8082
8083 @item
8084 @emph{Floating-point types} include @code{float}, @code{double}, and
8085 @code{long double} (if supported by the target platform).
8086
8087 @item
8088 @emph{Pointer types} include all types defined as @code{(@var{type} *)}.
8089
8090 @item
8091 @emph{Scalar types} include all of the above.
8092
8093 @end itemize
8094
8095 @noindent
8096 The following operators are supported.  They are listed here
8097 in order of increasing precedence:
8098
8099 @table @code
8100 @item ,
8101 The comma or sequencing operator.  Expressions in a comma-separated list
8102 are evaluated from left to right, with the result of the entire
8103 expression being the last expression evaluated.
8104
8105 @item =
8106 Assignment.  The value of an assignment expression is the value
8107 assigned.  Defined on scalar types.
8108
8109 @item @var{op}=
8110 Used in an expression of the form @w{@code{@var{a} @var{op}= @var{b}}},
8111 and translated to @w{@code{@var{a} = @var{a op b}}}.
8112 @w{@code{@var{op}=}} and @code{=} have the same precedence.
8113 @var{op} is any one of the operators @code{|}, @code{^}, @code{&},
8114 @code{<<}, @code{>>}, @code{+}, @code{-}, @code{*}, @code{/}, @code{%}.
8115
8116 @item ?:
8117 The ternary operator.  @code{@var{a} ? @var{b} : @var{c}} can be thought
8118 of as:  if @var{a} then @var{b} else @var{c}.  @var{a} should be of an
8119 integral type.
8120
8121 @item ||
8122 Logical @sc{or}.  Defined on integral types.
8123
8124 @item &&
8125 Logical @sc{and}.  Defined on integral types.
8126
8127 @item |
8128 Bitwise @sc{or}.  Defined on integral types.
8129
8130 @item ^
8131 Bitwise exclusive-@sc{or}.  Defined on integral types.
8132
8133 @item &
8134 Bitwise @sc{and}.  Defined on integral types.
8135
8136 @item ==@r{, }!=
8137 Equality and inequality.  Defined on scalar types.  The value of these
8138 expressions is 0 for false and non-zero for true.
8139
8140 @item <@r{, }>@r{, }<=@r{, }>=
8141 Less than, greater than, less than or equal, greater than or equal.
8142 Defined on scalar types.  The value of these expressions is 0 for false
8143 and non-zero for true.
8144
8145 @item <<@r{, }>>
8146 left shift, and right shift.  Defined on integral types.
8147
8148 @item @@
8149 The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
8150
8151 @item +@r{, }-
8152 Addition and subtraction.  Defined on integral types, floating-point types and
8153 pointer types.
8154
8155 @item *@r{, }/@r{, }%
8156 Multiplication, division, and modulus.  Multiplication and division are
8157 defined on integral and floating-point types.  Modulus is defined on
8158 integral types.
8159
8160 @item ++@r{, }--
8161 Increment and decrement.  When appearing before a variable, the
8162 operation is performed before the variable is used in an expression;
8163 when appearing after it, the variable's value is used before the
8164 operation takes place.
8165
8166 @item *
8167 Pointer dereferencing.  Defined on pointer types.  Same precedence as
8168 @code{++}.
8169
8170 @item &
8171 Address operator.  Defined on variables.  Same precedence as @code{++}.
8172
8173 For debugging C@t{++}, @value{GDBN} implements a use of @samp{&} beyond what is
8174 allowed in the C@t{++} language itself: you can use @samp{&(&@var{ref})}
8175 (or, if you prefer, simply @samp{&&@var{ref}}) to examine the address
8176 where a C@t{++} reference variable (declared with @samp{&@var{ref}}) is
8177 stored.
8178
8179 @item -
8180 Negative.  Defined on integral and floating-point types.  Same
8181 precedence as @code{++}.
8182
8183 @item !
8184 Logical negation.  Defined on integral types.  Same precedence as
8185 @code{++}.
8186
8187 @item ~
8188 Bitwise complement operator.  Defined on integral types.  Same precedence as
8189 @code{++}.
8190
8191
8192 @item .@r{, }->
8193 Structure member, and pointer-to-structure member.  For convenience,
8194 @value{GDBN} regards the two as equivalent, choosing whether to dereference a
8195 pointer based on the stored type information.
8196 Defined on @code{struct} and @code{union} data.
8197
8198 @item .*@r{, }->*
8199 Dereferences of pointers to members.
8200
8201 @item []
8202 Array indexing.  @code{@var{a}[@var{i}]} is defined as
8203 @code{*(@var{a}+@var{i})}.  Same precedence as @code{->}.
8204
8205 @item ()
8206 Function parameter list.  Same precedence as @code{->}.
8207
8208 @item ::
8209 C@t{++} scope resolution operator.  Defined on @code{struct}, @code{union},
8210 and @code{class} types.
8211
8212 @item ::
8213 Doubled colons also represent the @value{GDBN} scope operator
8214 (@pxref{Expressions, ,Expressions}).  Same precedence as @code{::},
8215 above.
8216 @end table
8217
8218 If an operator is redefined in the user code, @value{GDBN} usually
8219 attempts to invoke the redefined version instead of using the operator's
8220 predefined meaning.
8221
8222 @menu
8223 * C Constants::
8224 @end menu
8225
8226 @node C Constants
8227 @subsubsection C and C@t{++} constants
8228
8229 @cindex C and C@t{++} constants
8230
8231 @value{GDBN} allows you to express the constants of C and C@t{++} in the
8232 following ways:
8233
8234 @itemize @bullet
8235 @item
8236 Integer constants are a sequence of digits.  Octal constants are
8237 specified by a leading @samp{0} (i.e.@: zero), and hexadecimal constants
8238 by a leading @samp{0x} or @samp{0X}.  Constants may also end with a letter
8239 @samp{l}, specifying that the constant should be treated as a
8240 @code{long} value.
8241
8242 @item
8243 Floating point constants are a sequence of digits, followed by a decimal
8244 point, followed by a sequence of digits, and optionally followed by an
8245 exponent.  An exponent is of the form:
8246 @samp{@w{e@r{[[}+@r{]|}-@r{]}@var{nnn}}}, where @var{nnn} is another
8247 sequence of digits.  The @samp{+} is optional for positive exponents.
8248 A floating-point constant may also end with a letter @samp{f} or
8249 @samp{F}, specifying that the constant should be treated as being of
8250 the @code{float} (as opposed to the default @code{double}) type; or with
8251 a letter @samp{l} or @samp{L}, which specifies a @code{long double}
8252 constant.
8253
8254 @item
8255 Enumerated constants consist of enumerated identifiers, or their
8256 integral equivalents.
8257
8258 @item
8259 Character constants are a single character surrounded by single quotes
8260 (@code{'}), or a number---the ordinal value of the corresponding character
8261 (usually its @sc{ascii} value).  Within quotes, the single character may
8262 be represented by a letter or by @dfn{escape sequences}, which are of
8263 the form @samp{\@var{nnn}}, where @var{nnn} is the octal representation
8264 of the character's ordinal value; or of the form @samp{\@var{x}}, where
8265 @samp{@var{x}} is a predefined special character---for example,
8266 @samp{\n} for newline.
8267
8268 @item
8269 String constants are a sequence of character constants surrounded by
8270 double quotes (@code{"}).  Any valid character constant (as described
8271 above) may appear.  Double quotes within the string must be preceded by
8272 a backslash, so for instance @samp{"a\"b'c"} is a string of five
8273 characters.
8274
8275 @item
8276 Pointer constants are an integral value.  You can also write pointers
8277 to constants using the C operator @samp{&}.
8278
8279 @item
8280 Array constants are comma-separated lists surrounded by braces @samp{@{}
8281 and @samp{@}}; for example, @samp{@{1,2,3@}} is a three-element array of
8282 integers, @samp{@{@{1,2@}, @{3,4@}, @{5,6@}@}} is a three-by-two array,
8283 and @samp{@{&"hi", &"there", &"fred"@}} is a three-element array of pointers.
8284 @end itemize
8285
8286 @menu
8287 * C plus plus expressions::
8288 * C Defaults::
8289 * C Checks::
8290
8291 * Debugging C::
8292 @end menu
8293
8294 @node C plus plus expressions
8295 @subsubsection C@t{++} expressions
8296
8297 @cindex expressions in C@t{++}
8298 @value{GDBN} expression handling can interpret most C@t{++} expressions.
8299
8300 @cindex debugging C@t{++} programs
8301 @cindex C@t{++} compilers
8302 @cindex debug formats and C@t{++}
8303 @cindex @value{NGCC} and C@t{++}
8304 @quotation
8305 @emph{Warning:} @value{GDBN} can only debug C@t{++} code if you use the
8306 proper compiler and the proper debug format.  Currently, @value{GDBN}
8307 works best when debugging C@t{++} code that is compiled with
8308 @value{NGCC} 2.95.3 or with @value{NGCC} 3.1 or newer, using the options
8309 @option{-gdwarf-2} or @option{-gstabs+}.  DWARF 2 is preferred over
8310 stabs+.  Most configurations of @value{NGCC} emit either DWARF 2 or
8311 stabs+ as their default debug format, so you usually don't need to
8312 specify a debug format explicitly.  Other compilers and/or debug formats
8313 are likely to work badly or not at all when using @value{GDBN} to debug
8314 C@t{++} code.
8315 @end quotation
8316
8317 @enumerate
8318
8319 @cindex member functions
8320 @item
8321 Member function calls are allowed; you can use expressions like
8322
8323 @smallexample
8324 count = aml->GetOriginal(x, y)
8325 @end smallexample
8326
8327 @vindex this@r{, inside C@t{++} member functions}
8328 @cindex namespace in C@t{++}
8329 @item
8330 While a member function is active (in the selected stack frame), your
8331 expressions have the same namespace available as the member function;
8332 that is, @value{GDBN} allows implicit references to the class instance
8333 pointer @code{this} following the same rules as C@t{++}.
8334
8335 @cindex call overloaded functions
8336 @cindex overloaded functions, calling
8337 @cindex type conversions in C@t{++}
8338 @item
8339 You can call overloaded functions; @value{GDBN} resolves the function
8340 call to the right definition, with some restrictions.  @value{GDBN} does not
8341 perform overload resolution involving user-defined type conversions,
8342 calls to constructors, or instantiations of templates that do not exist
8343 in the program.  It also cannot handle ellipsis argument lists or
8344 default arguments.
8345
8346 It does perform integral conversions and promotions, floating-point
8347 promotions, arithmetic conversions, pointer conversions, conversions of
8348 class objects to base classes, and standard conversions such as those of
8349 functions or arrays to pointers; it requires an exact match on the
8350 number of function arguments.
8351
8352 Overload resolution is always performed, unless you have specified
8353 @code{set overload-resolution off}.  @xref{Debugging C plus plus,
8354 ,@value{GDBN} features for C@t{++}}.
8355
8356 You must specify @code{set overload-resolution off} in order to use an
8357 explicit function signature to call an overloaded function, as in
8358 @smallexample
8359 p 'foo(char,int)'('x', 13)
8360 @end smallexample
8361
8362 The @value{GDBN} command-completion facility can simplify this;
8363 see @ref{Completion, ,Command completion}.
8364
8365 @cindex reference declarations
8366 @item
8367 @value{GDBN} understands variables declared as C@t{++} references; you can use
8368 them in expressions just as you do in C@t{++} source---they are automatically
8369 dereferenced.
8370
8371 In the parameter list shown when @value{GDBN} displays a frame, the values of
8372 reference variables are not displayed (unlike other variables); this
8373 avoids clutter, since references are often used for large structures.
8374 The @emph{address} of a reference variable is always shown, unless
8375 you have specified @samp{set print address off}.
8376
8377 @item
8378 @value{GDBN} supports the C@t{++} name resolution operator @code{::}---your
8379 expressions can use it just as expressions in your program do.  Since
8380 one scope may be defined in another, you can use @code{::} repeatedly if
8381 necessary, for example in an expression like
8382 @samp{@var{scope1}::@var{scope2}::@var{name}}.  @value{GDBN} also allows
8383 resolving name scope by reference to source files, in both C and C@t{++}
8384 debugging (@pxref{Variables, ,Program variables}).
8385 @end enumerate
8386
8387 In addition, when used with HP's C@t{++} compiler, @value{GDBN} supports
8388 calling virtual functions correctly, printing out virtual bases of
8389 objects, calling functions in a base subobject, casting objects, and
8390 invoking user-defined operators.
8391
8392 @node C Defaults
8393 @subsubsection C and C@t{++} defaults
8394
8395 @cindex C and C@t{++} defaults
8396
8397 If you allow @value{GDBN} to set type and range checking automatically, they
8398 both default to @code{off} whenever the working language changes to
8399 C or C@t{++}.  This happens regardless of whether you or @value{GDBN}
8400 selects the working language.
8401
8402 If you allow @value{GDBN} to set the language automatically, it
8403 recognizes source files whose names end with @file{.c}, @file{.C}, or
8404 @file{.cc}, etc, and when @value{GDBN} enters code compiled from one of
8405 these files, it sets the working language to C or C@t{++}.
8406 @xref{Automatically, ,Having @value{GDBN} infer the source language},
8407 for further details.
8408
8409 @c Type checking is (a) primarily motivated by Modula-2, and (b)
8410 @c unimplemented.  If (b) changes, it might make sense to let this node
8411 @c appear even if Mod-2 does not, but meanwhile ignore it. roland 16jul93.
8412
8413 @node C Checks
8414 @subsubsection C and C@t{++} type and range checks
8415
8416 @cindex C and C@t{++} checks
8417
8418 By default, when @value{GDBN} parses C or C@t{++} expressions, type checking
8419 is not used.  However, if you turn type checking on, @value{GDBN}
8420 considers two variables type equivalent if:
8421
8422 @itemize @bullet
8423 @item
8424 The two variables are structured and have the same structure, union, or
8425 enumerated tag.
8426
8427 @item
8428 The two variables have the same type name, or types that have been
8429 declared equivalent through @code{typedef}.
8430
8431 @ignore
8432 @c leaving this out because neither J Gilmore nor R Pesch understand it.
8433 @c FIXME--beers?
8434 @item
8435 The two @code{struct}, @code{union}, or @code{enum} variables are
8436 declared in the same declaration.  (Note: this may not be true for all C
8437 compilers.)
8438 @end ignore
8439 @end itemize
8440
8441 Range checking, if turned on, is done on mathematical operations.  Array
8442 indices are not checked, since they are often used to index a pointer
8443 that is not itself an array.
8444
8445 @node Debugging C
8446 @subsubsection @value{GDBN} and C
8447
8448 The @code{set print union} and @code{show print union} commands apply to
8449 the @code{union} type.  When set to @samp{on}, any @code{union} that is
8450 inside a @code{struct} or @code{class} is also printed.  Otherwise, it
8451 appears as @samp{@{...@}}.
8452
8453 The @code{@@} operator aids in the debugging of dynamic arrays, formed
8454 with pointers and a memory allocation function.  @xref{Expressions,
8455 ,Expressions}.
8456
8457 @menu
8458 * Debugging C plus plus::
8459 @end menu
8460
8461 @node Debugging C plus plus
8462 @subsubsection @value{GDBN} features for C@t{++}
8463
8464 @cindex commands for C@t{++}
8465
8466 Some @value{GDBN} commands are particularly useful with C@t{++}, and some are
8467 designed specifically for use with C@t{++}.  Here is a summary:
8468
8469 @table @code
8470 @cindex break in overloaded functions
8471 @item @r{breakpoint menus}
8472 When you want a breakpoint in a function whose name is overloaded,
8473 @value{GDBN} breakpoint menus help you specify which function definition
8474 you want.  @xref{Breakpoint Menus,,Breakpoint menus}.
8475
8476 @cindex overloading in C@t{++}
8477 @item rbreak @var{regex}
8478 Setting breakpoints using regular expressions is helpful for setting
8479 breakpoints on overloaded functions that are not members of any special
8480 classes.
8481 @xref{Set Breaks, ,Setting breakpoints}.
8482
8483 @cindex C@t{++} exception handling
8484 @item catch throw
8485 @itemx catch catch
8486 Debug C@t{++} exception handling using these commands.  @xref{Set
8487 Catchpoints, , Setting catchpoints}.
8488
8489 @cindex inheritance
8490 @item ptype @var{typename}
8491 Print inheritance relationships as well as other information for type
8492 @var{typename}.
8493 @xref{Symbols, ,Examining the Symbol Table}.
8494
8495 @cindex C@t{++} symbol display
8496 @item set print demangle
8497 @itemx show print demangle
8498 @itemx set print asm-demangle
8499 @itemx show print asm-demangle
8500 Control whether C@t{++} symbols display in their source form, both when
8501 displaying code as C@t{++} source and when displaying disassemblies.
8502 @xref{Print Settings, ,Print settings}.
8503
8504 @item set print object
8505 @itemx show print object
8506 Choose whether to print derived (actual) or declared types of objects.
8507 @xref{Print Settings, ,Print settings}.
8508
8509 @item set print vtbl
8510 @itemx show print vtbl
8511 Control the format for printing virtual function tables.
8512 @xref{Print Settings, ,Print settings}.
8513 (The @code{vtbl} commands do not work on programs compiled with the HP
8514 ANSI C@t{++} compiler (@code{aCC}).)
8515
8516 @kindex set overload-resolution
8517 @cindex overloaded functions, overload resolution
8518 @item set overload-resolution on
8519 Enable overload resolution for C@t{++} expression evaluation.  The default
8520 is on.  For overloaded functions, @value{GDBN} evaluates the arguments
8521 and searches for a function whose signature matches the argument types,
8522 using the standard C@t{++} conversion rules (see @ref{C plus plus expressions, ,C@t{++}
8523 expressions}, for details).  If it cannot find a match, it emits a
8524 message.
8525
8526 @item set overload-resolution off
8527 Disable overload resolution for C@t{++} expression evaluation.  For
8528 overloaded functions that are not class member functions, @value{GDBN}
8529 chooses the first function of the specified name that it finds in the
8530 symbol table, whether or not its arguments are of the correct type.  For
8531 overloaded functions that are class member functions, @value{GDBN}
8532 searches for a function whose signature @emph{exactly} matches the
8533 argument types.
8534
8535 @item @r{Overloaded symbol names}
8536 You can specify a particular definition of an overloaded symbol, using
8537 the same notation that is used to declare such symbols in C@t{++}: type
8538 @code{@var{symbol}(@var{types})} rather than just @var{symbol}.  You can
8539 also use the @value{GDBN} command-line word completion facilities to list the
8540 available choices, or to finish the type list for you.
8541 @xref{Completion,, Command completion}, for details on how to do this.
8542 @end table
8543
8544 @node Objective-C
8545 @subsection Objective-C
8546
8547 @cindex Objective-C
8548 This section provides information about some commands and command
8549 options that are useful for debugging Objective-C code.
8550
8551 @menu
8552 * Method Names in Commands::
8553 * The Print Command with Objective-C::
8554 @end menu
8555
8556 @node Method Names in Commands, The Print Command with Objective-C, Objective-C, Objective-C
8557 @subsubsection Method Names in Commands
8558
8559 The following commands have been extended to accept Objective-C method
8560 names as line specifications:
8561
8562 @kindex clear@r{, and Objective-C}
8563 @kindex break@r{, and Objective-C}
8564 @kindex info line@r{, and Objective-C}
8565 @kindex jump@r{, and Objective-C}
8566 @kindex list@r{, and Objective-C}
8567 @itemize
8568 @item @code{clear}
8569 @item @code{break}
8570 @item @code{info line}
8571 @item @code{jump}
8572 @item @code{list}
8573 @end itemize
8574
8575 A fully qualified Objective-C method name is specified as
8576
8577 @smallexample
8578 -[@var{Class} @var{methodName}]
8579 @end smallexample
8580
8581 where the minus sign is used to indicate an instance method and a
8582 plus sign (not shown) is used to indicate a class method.  The class
8583 name @var{Class} and method name @var{methodName} are enclosed in
8584 brackets, similar to the way messages are specified in Objective-C
8585 source code.  For example, to set a breakpoint at the @code{create}
8586 instance method of class @code{Fruit} in the program currently being
8587 debugged, enter:
8588
8589 @smallexample
8590 break -[Fruit create]
8591 @end smallexample
8592
8593 To list ten program lines around the @code{initialize} class method,
8594 enter:
8595
8596 @smallexample
8597 list +[NSText initialize]
8598 @end smallexample
8599
8600 In the current version of @value{GDBN}, the plus or minus sign is
8601 required.  In future versions of @value{GDBN}, the plus or minus
8602 sign will be optional, but you can use it to narrow the search.  It
8603 is also possible to specify just a method name:
8604
8605 @smallexample
8606 break create
8607 @end smallexample
8608
8609 You must specify the complete method name, including any colons.  If
8610 your program's source files contain more than one @code{create} method,
8611 you'll be presented with a numbered list of classes that implement that
8612 method.  Indicate your choice by number, or type @samp{0} to exit if
8613 none apply.
8614
8615 As another example, to clear a breakpoint established at the
8616 @code{makeKeyAndOrderFront:} method of the @code{NSWindow} class, enter:
8617
8618 @smallexample
8619 clear -[NSWindow makeKeyAndOrderFront:]
8620 @end smallexample
8621
8622 @node The Print Command with Objective-C
8623 @subsubsection The Print Command With Objective-C
8624 @kindex print-object
8625 @kindex po @r{(@code{print-object})}
8626
8627 The print command has also been extended to accept methods.  For example:
8628
8629 @smallexample
8630 print -[@var{object} hash]
8631 @end smallexample
8632
8633 @cindex print an Objective-C object description
8634 @cindex @code{_NSPrintForDebugger}, and printing Objective-C objects
8635 @noindent
8636 will tell @value{GDBN} to send the @code{hash} message to @var{object}
8637 and print the result.  Also, an additional command has been added,
8638 @code{print-object} or @code{po} for short, which is meant to print
8639 the description of an object.  However, this command may only work
8640 with certain Objective-C libraries that have a particular hook
8641 function, @code{_NSPrintForDebugger}, defined.
8642
8643 @node Modula-2,  , Objective-C, Support
8644 @subsection Modula-2
8645
8646 @cindex Modula-2, @value{GDBN} support
8647
8648 The extensions made to @value{GDBN} to support Modula-2 only support
8649 output from the @sc{gnu} Modula-2 compiler (which is currently being
8650 developed).  Other Modula-2 compilers are not currently supported, and
8651 attempting to debug executables produced by them is most likely
8652 to give an error as @value{GDBN} reads in the executable's symbol
8653 table.
8654
8655 @cindex expressions in Modula-2
8656 @menu
8657 * M2 Operators::                Built-in operators
8658 * Built-In Func/Proc::          Built-in functions and procedures
8659 * M2 Constants::                Modula-2 constants
8660 * M2 Defaults::                 Default settings for Modula-2
8661 * Deviations::                  Deviations from standard Modula-2
8662 * M2 Checks::                   Modula-2 type and range checks
8663 * M2 Scope::                    The scope operators @code{::} and @code{.}
8664 * GDB/M2::                      @value{GDBN} and Modula-2
8665 @end menu
8666
8667 @node M2 Operators
8668 @subsubsection Operators
8669 @cindex Modula-2 operators
8670
8671 Operators must be defined on values of specific types.  For instance,
8672 @code{+} is defined on numbers, but not on structures.  Operators are
8673 often defined on groups of types.  For the purposes of Modula-2, the
8674 following definitions hold:
8675
8676 @itemize @bullet
8677
8678 @item
8679 @emph{Integral types} consist of @code{INTEGER}, @code{CARDINAL}, and
8680 their subranges.
8681
8682 @item
8683 @emph{Character types} consist of @code{CHAR} and its subranges.
8684
8685 @item
8686 @emph{Floating-point types} consist of @code{REAL}.
8687
8688 @item
8689 @emph{Pointer types} consist of anything declared as @code{POINTER TO
8690 @var{type}}.
8691
8692 @item
8693 @emph{Scalar types} consist of all of the above.
8694
8695 @item
8696 @emph{Set types} consist of @code{SET} and @code{BITSET} types.
8697
8698 @item
8699 @emph{Boolean types} consist of @code{BOOLEAN}.
8700 @end itemize
8701
8702 @noindent
8703 The following operators are supported, and appear in order of
8704 increasing precedence:
8705
8706 @table @code
8707 @item ,
8708 Function argument or array index separator.
8709
8710 @item :=
8711 Assignment.  The value of @var{var} @code{:=} @var{value} is
8712 @var{value}.
8713
8714 @item <@r{, }>
8715 Less than, greater than on integral, floating-point, or enumerated
8716 types.
8717
8718 @item <=@r{, }>=
8719 Less than or equal to, greater than or equal to
8720 on integral, floating-point and enumerated types, or set inclusion on
8721 set types.  Same precedence as @code{<}.
8722
8723 @item =@r{, }<>@r{, }#
8724 Equality and two ways of expressing inequality, valid on scalar types.
8725 Same precedence as @code{<}.  In @value{GDBN} scripts, only @code{<>} is
8726 available for inequality, since @code{#} conflicts with the script
8727 comment character.
8728
8729 @item IN
8730 Set membership.  Defined on set types and the types of their members.
8731 Same precedence as @code{<}.
8732
8733 @item OR
8734 Boolean disjunction.  Defined on boolean types.
8735
8736 @item AND@r{, }&
8737 Boolean conjunction.  Defined on boolean types.
8738
8739 @item @@
8740 The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
8741
8742 @item +@r{, }-
8743 Addition and subtraction on integral and floating-point types, or union
8744 and difference on set types.
8745
8746 @item *
8747 Multiplication on integral and floating-point types, or set intersection
8748 on set types.
8749
8750 @item /
8751 Division on floating-point types, or symmetric set difference on set
8752 types.  Same precedence as @code{*}.
8753
8754 @item DIV@r{, }MOD
8755 Integer division and remainder.  Defined on integral types.  Same
8756 precedence as @code{*}.
8757
8758 @item -
8759 Negative. Defined on @code{INTEGER} and @code{REAL} data.
8760
8761 @item ^
8762 Pointer dereferencing.  Defined on pointer types.
8763
8764 @item NOT
8765 Boolean negation.  Defined on boolean types.  Same precedence as
8766 @code{^}.
8767
8768 @item .
8769 @code{RECORD} field selector.  Defined on @code{RECORD} data.  Same
8770 precedence as @code{^}.
8771
8772 @item []
8773 Array indexing.  Defined on @code{ARRAY} data.  Same precedence as @code{^}.
8774
8775 @item ()
8776 Procedure argument list.  Defined on @code{PROCEDURE} objects.  Same precedence
8777 as @code{^}.
8778
8779 @item ::@r{, }.
8780 @value{GDBN} and Modula-2 scope operators.
8781 @end table
8782
8783 @quotation
8784 @emph{Warning:} Sets and their operations are not yet supported, so @value{GDBN}
8785 treats the use of the operator @code{IN}, or the use of operators
8786 @code{+}, @code{-}, @code{*}, @code{/}, @code{=}, , @code{<>}, @code{#},
8787 @code{<=}, and @code{>=} on sets as an error.
8788 @end quotation
8789
8790
8791 @node Built-In Func/Proc
8792 @subsubsection Built-in functions and procedures
8793 @cindex Modula-2 built-ins
8794
8795 Modula-2 also makes available several built-in procedures and functions.
8796 In describing these, the following metavariables are used:
8797
8798 @table @var
8799
8800 @item a
8801 represents an @code{ARRAY} variable.
8802
8803 @item c
8804 represents a @code{CHAR} constant or variable.
8805
8806 @item i
8807 represents a variable or constant of integral type.
8808
8809 @item m
8810 represents an identifier that belongs to a set.  Generally used in the
8811 same function with the metavariable @var{s}.  The type of @var{s} should
8812 be @code{SET OF @var{mtype}} (where @var{mtype} is the type of @var{m}).
8813
8814 @item n
8815 represents a variable or constant of integral or floating-point type.
8816
8817 @item r
8818 represents a variable or constant of floating-point type.
8819
8820 @item t
8821 represents a type.
8822
8823 @item v
8824 represents a variable.
8825
8826 @item x
8827 represents a variable or constant of one of many types.  See the
8828 explanation of the function for details.
8829 @end table
8830
8831 All Modula-2 built-in procedures also return a result, described below.
8832
8833 @table @code
8834 @item ABS(@var{n})
8835 Returns the absolute value of @var{n}.
8836
8837 @item CAP(@var{c})
8838 If @var{c} is a lower case letter, it returns its upper case
8839 equivalent, otherwise it returns its argument.
8840
8841 @item CHR(@var{i})
8842 Returns the character whose ordinal value is @var{i}.
8843
8844 @item DEC(@var{v})
8845 Decrements the value in the variable @var{v} by one.  Returns the new value.
8846
8847 @item DEC(@var{v},@var{i})
8848 Decrements the value in the variable @var{v} by @var{i}.  Returns the
8849 new value.
8850
8851 @item EXCL(@var{m},@var{s})
8852 Removes the element @var{m} from the set @var{s}.  Returns the new
8853 set.
8854
8855 @item FLOAT(@var{i})
8856 Returns the floating point equivalent of the integer @var{i}.
8857
8858 @item HIGH(@var{a})
8859 Returns the index of the last member of @var{a}.
8860
8861 @item INC(@var{v})
8862 Increments the value in the variable @var{v} by one.  Returns the new value.
8863
8864 @item INC(@var{v},@var{i})
8865 Increments the value in the variable @var{v} by @var{i}.  Returns the
8866 new value.
8867
8868 @item INCL(@var{m},@var{s})
8869 Adds the element @var{m} to the set @var{s} if it is not already
8870 there.  Returns the new set.
8871
8872 @item MAX(@var{t})
8873 Returns the maximum value of the type @var{t}.
8874
8875 @item MIN(@var{t})
8876 Returns the minimum value of the type @var{t}.
8877
8878 @item ODD(@var{i})
8879 Returns boolean TRUE if @var{i} is an odd number.
8880
8881 @item ORD(@var{x})
8882 Returns the ordinal value of its argument.  For example, the ordinal
8883 value of a character is its @sc{ascii} value (on machines supporting the
8884 @sc{ascii} character set).  @var{x} must be of an ordered type, which include
8885 integral, character and enumerated types.
8886
8887 @item SIZE(@var{x})
8888 Returns the size of its argument.  @var{x} can be a variable or a type.
8889
8890 @item TRUNC(@var{r})
8891 Returns the integral part of @var{r}.
8892
8893 @item VAL(@var{t},@var{i})
8894 Returns the member of the type @var{t} whose ordinal value is @var{i}.
8895 @end table
8896
8897 @quotation
8898 @emph{Warning:}  Sets and their operations are not yet supported, so
8899 @value{GDBN} treats the use of procedures @code{INCL} and @code{EXCL} as
8900 an error.
8901 @end quotation
8902
8903 @cindex Modula-2 constants
8904 @node M2 Constants
8905 @subsubsection Constants
8906
8907 @value{GDBN} allows you to express the constants of Modula-2 in the following
8908 ways:
8909
8910 @itemize @bullet
8911
8912 @item
8913 Integer constants are simply a sequence of digits.  When used in an
8914 expression, a constant is interpreted to be type-compatible with the
8915 rest of the expression.  Hexadecimal integers are specified by a
8916 trailing @samp{H}, and octal integers by a trailing @samp{B}.
8917
8918 @item
8919 Floating point constants appear as a sequence of digits, followed by a
8920 decimal point and another sequence of digits.  An optional exponent can
8921 then be specified, in the form @samp{E@r{[}+@r{|}-@r{]}@var{nnn}}, where
8922 @samp{@r{[}+@r{|}-@r{]}@var{nnn}} is the desired exponent.  All of the
8923 digits of the floating point constant must be valid decimal (base 10)
8924 digits.
8925
8926 @item
8927 Character constants consist of a single character enclosed by a pair of
8928 like quotes, either single (@code{'}) or double (@code{"}).  They may
8929 also be expressed by their ordinal value (their @sc{ascii} value, usually)
8930 followed by a @samp{C}.
8931
8932 @item
8933 String constants consist of a sequence of characters enclosed by a
8934 pair of like quotes, either single (@code{'}) or double (@code{"}).
8935 Escape sequences in the style of C are also allowed.  @xref{C
8936 Constants, ,C and C@t{++} constants}, for a brief explanation of escape
8937 sequences.
8938
8939 @item
8940 Enumerated constants consist of an enumerated identifier.
8941
8942 @item
8943 Boolean constants consist of the identifiers @code{TRUE} and
8944 @code{FALSE}.
8945
8946 @item
8947 Pointer constants consist of integral values only.
8948
8949 @item
8950 Set constants are not yet supported.
8951 @end itemize
8952
8953 @node M2 Defaults
8954 @subsubsection Modula-2 defaults
8955 @cindex Modula-2 defaults
8956
8957 If type and range checking are set automatically by @value{GDBN}, they
8958 both default to @code{on} whenever the working language changes to
8959 Modula-2.  This happens regardless of whether you or @value{GDBN}
8960 selected the working language.
8961
8962 If you allow @value{GDBN} to set the language automatically, then entering
8963 code compiled from a file whose name ends with @file{.mod} sets the
8964 working language to Modula-2.  @xref{Automatically, ,Having @value{GDBN} set
8965 the language automatically}, for further details.
8966
8967 @node Deviations
8968 @subsubsection Deviations from standard Modula-2
8969 @cindex Modula-2, deviations from
8970
8971 A few changes have been made to make Modula-2 programs easier to debug.
8972 This is done primarily via loosening its type strictness:
8973
8974 @itemize @bullet
8975 @item
8976 Unlike in standard Modula-2, pointer constants can be formed by
8977 integers.  This allows you to modify pointer variables during
8978 debugging.  (In standard Modula-2, the actual address contained in a
8979 pointer variable is hidden from you; it can only be modified
8980 through direct assignment to another pointer variable or expression that
8981 returned a pointer.)
8982
8983 @item
8984 C escape sequences can be used in strings and characters to represent
8985 non-printable characters.  @value{GDBN} prints out strings with these
8986 escape sequences embedded.  Single non-printable characters are
8987 printed using the @samp{CHR(@var{nnn})} format.
8988
8989 @item
8990 The assignment operator (@code{:=}) returns the value of its right-hand
8991 argument.
8992
8993 @item
8994 All built-in procedures both modify @emph{and} return their argument.
8995 @end itemize
8996
8997 @node M2 Checks
8998 @subsubsection Modula-2 type and range checks
8999 @cindex Modula-2 checks
9000
9001 @quotation
9002 @emph{Warning:} in this release, @value{GDBN} does not yet perform type or
9003 range checking.
9004 @end quotation
9005 @c FIXME remove warning when type/range checks added
9006
9007 @value{GDBN} considers two Modula-2 variables type equivalent if:
9008
9009 @itemize @bullet
9010 @item
9011 They are of types that have been declared equivalent via a @code{TYPE
9012 @var{t1} = @var{t2}} statement
9013
9014 @item
9015 They have been declared on the same line.  (Note:  This is true of the
9016 @sc{gnu} Modula-2 compiler, but it may not be true of other compilers.)
9017 @end itemize
9018
9019 As long as type checking is enabled, any attempt to combine variables
9020 whose types are not equivalent is an error.
9021
9022 Range checking is done on all mathematical operations, assignment, array
9023 index bounds, and all built-in functions and procedures.
9024
9025 @node M2 Scope
9026 @subsubsection The scope operators @code{::} and @code{.}
9027 @cindex scope
9028 @cindex @code{.}, Modula-2 scope operator
9029 @cindex colon, doubled as scope operator
9030 @ifinfo
9031 @vindex colon-colon@r{, in Modula-2}
9032 @c Info cannot handle :: but TeX can.
9033 @end ifinfo
9034 @iftex
9035 @vindex ::@r{, in Modula-2}
9036 @end iftex
9037
9038 There are a few subtle differences between the Modula-2 scope operator
9039 (@code{.}) and the @value{GDBN} scope operator (@code{::}).  The two have
9040 similar syntax:
9041
9042 @smallexample
9043
9044 @var{module} . @var{id}
9045 @var{scope} :: @var{id}
9046 @end smallexample
9047
9048 @noindent
9049 where @var{scope} is the name of a module or a procedure,
9050 @var{module} the name of a module, and @var{id} is any declared
9051 identifier within your program, except another module.
9052
9053 Using the @code{::} operator makes @value{GDBN} search the scope
9054 specified by @var{scope} for the identifier @var{id}.  If it is not
9055 found in the specified scope, then @value{GDBN} searches all scopes
9056 enclosing the one specified by @var{scope}.
9057
9058 Using the @code{.} operator makes @value{GDBN} search the current scope for
9059 the identifier specified by @var{id} that was imported from the
9060 definition module specified by @var{module}.  With this operator, it is
9061 an error if the identifier @var{id} was not imported from definition
9062 module @var{module}, or if @var{id} is not an identifier in
9063 @var{module}.
9064
9065 @node GDB/M2
9066 @subsubsection @value{GDBN} and Modula-2
9067
9068 Some @value{GDBN} commands have little use when debugging Modula-2 programs.
9069 Five subcommands of @code{set print} and @code{show print} apply
9070 specifically to C and C@t{++}: @samp{vtbl}, @samp{demangle},
9071 @samp{asm-demangle}, @samp{object}, and @samp{union}.  The first four
9072 apply to C@t{++}, and the last to the C @code{union} type, which has no direct
9073 analogue in Modula-2.
9074
9075 The @code{@@} operator (@pxref{Expressions, ,Expressions}), while available
9076 with any language, is not useful with Modula-2.  Its
9077 intent is to aid the debugging of @dfn{dynamic arrays}, which cannot be
9078 created in Modula-2 as they can in C or C@t{++}.  However, because an
9079 address can be specified by an integral constant, the construct
9080 @samp{@{@var{type}@}@var{adrexp}} is still useful.
9081
9082 @cindex @code{#} in Modula-2
9083 In @value{GDBN} scripts, the Modula-2 inequality operator @code{#} is
9084 interpreted as the beginning of a comment.  Use @code{<>} instead.
9085
9086 @node Unsupported languages
9087 @section Unsupported languages
9088
9089 @cindex unsupported languages
9090 @cindex minimal language
9091 In addition to the other fully-supported programming languages,
9092 @value{GDBN} also provides a pseudo-language, called @code{minimal}.
9093 It does not represent a real programming language, but provides a set
9094 of capabilities close to what the C or assembly languages provide.
9095 This should allow most simple operations to be performed while debugging
9096 an application that uses a language currently not supported by @value{GDBN}.
9097
9098 If the language is set to @code{auto}, @value{GDBN} will automatically
9099 select this language if the current frame corresponds to an unsupported
9100 language.
9101
9102 @node Symbols
9103 @chapter Examining the Symbol Table
9104
9105 The commands described in this chapter allow you to inquire about the
9106 symbols (names of variables, functions and types) defined in your
9107 program.  This information is inherent in the text of your program and
9108 does not change as your program executes.  @value{GDBN} finds it in your
9109 program's symbol table, in the file indicated when you started @value{GDBN}
9110 (@pxref{File Options, ,Choosing files}), or by one of the
9111 file-management commands (@pxref{Files, ,Commands to specify files}).
9112
9113 @cindex symbol names
9114 @cindex names of symbols
9115 @cindex quoting names
9116 Occasionally, you may need to refer to symbols that contain unusual
9117 characters, which @value{GDBN} ordinarily treats as word delimiters.  The
9118 most frequent case is in referring to static variables in other
9119 source files (@pxref{Variables,,Program variables}).  File names
9120 are recorded in object files as debugging symbols, but @value{GDBN} would
9121 ordinarily parse a typical file name, like @file{foo.c}, as the three words
9122 @samp{foo} @samp{.} @samp{c}.  To allow @value{GDBN} to recognize
9123 @samp{foo.c} as a single symbol, enclose it in single quotes; for example,
9124
9125 @smallexample
9126 p 'foo.c'::x
9127 @end smallexample
9128
9129 @noindent
9130 looks up the value of @code{x} in the scope of the file @file{foo.c}.
9131
9132 @table @code
9133 @kindex info address
9134 @cindex address of a symbol
9135 @item info address @var{symbol}
9136 Describe where the data for @var{symbol} is stored.  For a register
9137 variable, this says which register it is kept in.  For a non-register
9138 local variable, this prints the stack-frame offset at which the variable
9139 is always stored.
9140
9141 Note the contrast with @samp{print &@var{symbol}}, which does not work
9142 at all for a register variable, and for a stack local variable prints
9143 the exact address of the current instantiation of the variable.
9144
9145 @kindex info symbol
9146 @cindex symbol from address
9147 @item info symbol @var{addr}
9148 Print the name of a symbol which is stored at the address @var{addr}.
9149 If no symbol is stored exactly at @var{addr}, @value{GDBN} prints the
9150 nearest symbol and an offset from it:
9151
9152 @smallexample
9153 (@value{GDBP}) info symbol 0x54320
9154 _initialize_vx + 396 in section .text
9155 @end smallexample
9156
9157 @noindent
9158 This is the opposite of the @code{info address} command.  You can use
9159 it to find out the name of a variable or a function given its address.
9160
9161 @kindex whatis
9162 @item whatis @var{expr}
9163 Print the data type of expression @var{expr}.  @var{expr} is not
9164 actually evaluated, and any side-effecting operations (such as
9165 assignments or function calls) inside it do not take place.
9166 @xref{Expressions, ,Expressions}.
9167
9168 @item whatis
9169 Print the data type of @code{$}, the last value in the value history.
9170
9171 @kindex ptype
9172 @item ptype @var{typename}
9173 Print a description of data type @var{typename}.  @var{typename} may be
9174 the name of a type, or for C code it may have the form @samp{class
9175 @var{class-name}}, @samp{struct @var{struct-tag}}, @samp{union
9176 @var{union-tag}} or @samp{enum @var{enum-tag}}.
9177
9178 @item ptype @var{expr}
9179 @itemx ptype
9180 Print a description of the type of expression @var{expr}.  @code{ptype}
9181 differs from @code{whatis} by printing a detailed description, instead
9182 of just the name of the type.
9183
9184 For example, for this variable declaration:
9185
9186 @smallexample
9187 struct complex @{double real; double imag;@} v;
9188 @end smallexample
9189
9190 @noindent
9191 the two commands give this output:
9192
9193 @smallexample
9194 @group
9195 (@value{GDBP}) whatis v
9196 type = struct complex
9197 (@value{GDBP}) ptype v
9198 type = struct complex @{
9199     double real;
9200     double imag;
9201 @}
9202 @end group
9203 @end smallexample
9204
9205 @noindent
9206 As with @code{whatis}, using @code{ptype} without an argument refers to
9207 the type of @code{$}, the last value in the value history.
9208
9209 @kindex info types
9210 @item info types @var{regexp}
9211 @itemx info types
9212 Print a brief description of all types whose names match @var{regexp}
9213 (or all types in your program, if you supply no argument).  Each
9214 complete typename is matched as though it were a complete line; thus,
9215 @samp{i type value} gives information on all types in your program whose
9216 names include the string @code{value}, but @samp{i type ^value$} gives
9217 information only on types whose complete name is @code{value}.
9218
9219 This command differs from @code{ptype} in two ways: first, like
9220 @code{whatis}, it does not print a detailed description; second, it
9221 lists all source files where a type is defined.
9222
9223 @kindex info scope
9224 @cindex local variables
9225 @item info scope @var{addr}
9226 List all the variables local to a particular scope.  This command
9227 accepts a location---a function name, a source line, or an address
9228 preceded by a @samp{*}, and prints all the variables local to the
9229 scope defined by that location.  For example:
9230
9231 @smallexample
9232 (@value{GDBP}) @b{info scope command_line_handler}
9233 Scope for command_line_handler:
9234 Symbol rl is an argument at stack/frame offset 8, length 4.
9235 Symbol linebuffer is in static storage at address 0x150a18, length 4.
9236 Symbol linelength is in static storage at address 0x150a1c, length 4.
9237 Symbol p is a local variable in register $esi, length 4.
9238 Symbol p1 is a local variable in register $ebx, length 4.
9239 Symbol nline is a local variable in register $edx, length 4.
9240 Symbol repeat is a local variable at frame offset -8, length 4.
9241 @end smallexample
9242
9243 @noindent
9244 This command is especially useful for determining what data to collect
9245 during a @dfn{trace experiment}, see @ref{Tracepoint Actions,
9246 collect}.
9247
9248 @kindex info source
9249 @item info source
9250 Show information about the current source file---that is, the source file for
9251 the function containing the current point of execution:
9252 @itemize @bullet
9253 @item
9254 the name of the source file, and the directory containing it,
9255 @item
9256 the directory it was compiled in,
9257 @item
9258 its length, in lines,
9259 @item
9260 which programming language it is written in,
9261 @item
9262 whether the executable includes debugging information for that file, and
9263 if so, what format the information is in (e.g., STABS, Dwarf 2, etc.), and
9264 @item
9265 whether the debugging information includes information about
9266 preprocessor macros.
9267 @end itemize
9268
9269
9270 @kindex info sources
9271 @item info sources
9272 Print the names of all source files in your program for which there is
9273 debugging information, organized into two lists: files whose symbols
9274 have already been read, and files whose symbols will be read when needed.
9275
9276 @kindex info functions
9277 @item info functions
9278 Print the names and data types of all defined functions.
9279
9280 @item info functions @var{regexp}
9281 Print the names and data types of all defined functions
9282 whose names contain a match for regular expression @var{regexp}.
9283 Thus, @samp{info fun step} finds all functions whose names
9284 include @code{step}; @samp{info fun ^step} finds those whose names
9285 start with @code{step}.  If a function name contains characters
9286 that conflict with the regular expression language (eg.
9287 @samp{operator*()}), they may be quoted with a backslash.
9288
9289 @kindex info variables
9290 @item info variables
9291 Print the names and data types of all variables that are declared
9292 outside of functions (i.e.@: excluding local variables).
9293
9294 @item info variables @var{regexp}
9295 Print the names and data types of all variables (except for local
9296 variables) whose names contain a match for regular expression
9297 @var{regexp}.
9298
9299 @kindex info classes
9300 @item info classes
9301 @itemx info classes @var{regexp}
9302 Display all Objective-C classes in your program, or
9303 (with the @var{regexp} argument) all those matching a particular regular
9304 expression.
9305
9306 @kindex info selectors
9307 @item info selectors
9308 @itemx info selectors @var{regexp}
9309 Display all Objective-C selectors in your program, or
9310 (with the @var{regexp} argument) all those matching a particular regular
9311 expression.
9312
9313 @ignore
9314 This was never implemented.
9315 @kindex info methods
9316 @item info methods
9317 @itemx info methods @var{regexp}
9318 The @code{info methods} command permits the user to examine all defined
9319 methods within C@t{++} program, or (with the @var{regexp} argument) a
9320 specific set of methods found in the various C@t{++} classes.  Many
9321 C@t{++} classes provide a large number of methods.  Thus, the output
9322 from the @code{ptype} command can be overwhelming and hard to use.  The
9323 @code{info-methods} command filters the methods, printing only those
9324 which match the regular-expression @var{regexp}.
9325 @end ignore
9326
9327 @cindex reloading symbols
9328 Some systems allow individual object files that make up your program to
9329 be replaced without stopping and restarting your program.  For example,
9330 in VxWorks you can simply recompile a defective object file and keep on
9331 running.  If you are running on one of these systems, you can allow
9332 @value{GDBN} to reload the symbols for automatically relinked modules:
9333
9334 @table @code
9335 @kindex set symbol-reloading
9336 @item set symbol-reloading on
9337 Replace symbol definitions for the corresponding source file when an
9338 object file with a particular name is seen again.
9339
9340 @item set symbol-reloading off
9341 Do not replace symbol definitions when encountering object files of the
9342 same name more than once.  This is the default state; if you are not
9343 running on a system that permits automatic relinking of modules, you
9344 should leave @code{symbol-reloading} off, since otherwise @value{GDBN}
9345 may discard symbols when linking large programs, that may contain
9346 several modules (from different directories or libraries) with the same
9347 name.
9348
9349 @kindex show symbol-reloading
9350 @item show symbol-reloading
9351 Show the current @code{on} or @code{off} setting.
9352 @end table
9353
9354 @kindex set opaque-type-resolution
9355 @item set opaque-type-resolution on
9356 Tell @value{GDBN} to resolve opaque types.  An opaque type is a type
9357 declared as a pointer to a @code{struct}, @code{class}, or
9358 @code{union}---for example, @code{struct MyType *}---that is used in one
9359 source file although the full declaration of @code{struct MyType} is in
9360 another source file.  The default is on.
9361
9362 A change in the setting of this subcommand will not take effect until
9363 the next time symbols for a file are loaded.
9364
9365 @item set opaque-type-resolution off
9366 Tell @value{GDBN} not to resolve opaque types.  In this case, the type
9367 is printed as follows:
9368 @smallexample
9369 @{<no data fields>@}
9370 @end smallexample
9371
9372 @kindex show opaque-type-resolution
9373 @item show opaque-type-resolution
9374 Show whether opaque types are resolved or not.
9375
9376 @kindex maint print symbols
9377 @cindex symbol dump
9378 @kindex maint print psymbols
9379 @cindex partial symbol dump
9380 @item maint print symbols @var{filename}
9381 @itemx maint print psymbols @var{filename}
9382 @itemx maint print msymbols @var{filename}
9383 Write a dump of debugging symbol data into the file @var{filename}.
9384 These commands are used to debug the @value{GDBN} symbol-reading code.  Only
9385 symbols with debugging data are included.  If you use @samp{maint print
9386 symbols}, @value{GDBN} includes all the symbols for which it has already
9387 collected full details: that is, @var{filename} reflects symbols for
9388 only those files whose symbols @value{GDBN} has read.  You can use the
9389 command @code{info sources} to find out which files these are.  If you
9390 use @samp{maint print psymbols} instead, the dump shows information about
9391 symbols that @value{GDBN} only knows partially---that is, symbols defined in
9392 files that @value{GDBN} has skimmed, but not yet read completely.  Finally,
9393 @samp{maint print msymbols} dumps just the minimal symbol information
9394 required for each object file from which @value{GDBN} has read some symbols.
9395 @xref{Files, ,Commands to specify files}, for a discussion of how
9396 @value{GDBN} reads symbols (in the description of @code{symbol-file}).
9397
9398 @kindex maint info symtabs
9399 @kindex maint info psymtabs
9400 @cindex listing @value{GDBN}'s internal symbol tables
9401 @cindex symbol tables, listing @value{GDBN}'s internal
9402 @cindex full symbol tables, listing @value{GDBN}'s internal
9403 @cindex partial symbol tables, listing @value{GDBN}'s internal
9404 @item maint info symtabs @r{[} @var{regexp} @r{]}
9405 @itemx maint info psymtabs @r{[} @var{regexp} @r{]}
9406
9407 List the @code{struct symtab} or @code{struct partial_symtab}
9408 structures whose names match @var{regexp}.  If @var{regexp} is not
9409 given, list them all.  The output includes expressions which you can
9410 copy into a @value{GDBN} debugging this one to examine a particular
9411 structure in more detail.  For example:
9412
9413 @smallexample
9414 (@value{GDBP}) maint info psymtabs dwarf2read
9415 @{ objfile /home/gnu/build/gdb/gdb
9416   ((struct objfile *) 0x82e69d0)
9417   @{ psymtab /home/gnu/src/gdb/dwarf2read.c
9418     ((struct partial_symtab *) 0x8474b10)
9419     readin no
9420     fullname (null)
9421     text addresses 0x814d3c8 -- 0x8158074
9422     globals (* (struct partial_symbol **) 0x8507a08 @@ 9)
9423     statics (* (struct partial_symbol **) 0x40e95b78 @@ 2882)
9424     dependencies (none)
9425   @}
9426 @}
9427 (@value{GDBP}) maint info symtabs
9428 (@value{GDBP})
9429 @end smallexample
9430 @noindent
9431 We see that there is one partial symbol table whose filename contains
9432 the string @samp{dwarf2read}, belonging to the @samp{gdb} executable;
9433 and we see that @value{GDBN} has not read in any symtabs yet at all.
9434 If we set a breakpoint on a function, that will cause @value{GDBN} to
9435 read the symtab for the compilation unit containing that function:
9436
9437 @smallexample
9438 (@value{GDBP}) break dwarf2_psymtab_to_symtab
9439 Breakpoint 1 at 0x814e5da: file /home/gnu/src/gdb/dwarf2read.c,
9440 line 1574.
9441 (@value{GDBP}) maint info symtabs
9442 @{ objfile /home/gnu/build/gdb/gdb
9443   ((struct objfile *) 0x82e69d0)
9444   @{ symtab /home/gnu/src/gdb/dwarf2read.c
9445     ((struct symtab *) 0x86c1f38)
9446     dirname (null)
9447     fullname (null)
9448     blockvector ((struct blockvector *) 0x86c1bd0) (primary)
9449     debugformat DWARF 2
9450   @}
9451 @}
9452 (@value{GDBP})
9453 @end smallexample
9454 @end table
9455
9456
9457 @node Altering
9458 @chapter Altering Execution
9459
9460 Once you think you have found an error in your program, you might want to
9461 find out for certain whether correcting the apparent error would lead to
9462 correct results in the rest of the run.  You can find the answer by
9463 experiment, using the @value{GDBN} features for altering execution of the
9464 program.
9465
9466 For example, you can store new values into variables or memory
9467 locations, give your program a signal, restart it at a different
9468 address, or even return prematurely from a function.
9469
9470 @menu
9471 * Assignment::                  Assignment to variables
9472 * Jumping::                     Continuing at a different address
9473 * Signaling::                   Giving your program a signal
9474 * Returning::                   Returning from a function
9475 * Calling::                     Calling your program's functions
9476 * Patching::                    Patching your program
9477 @end menu
9478
9479 @node Assignment
9480 @section Assignment to variables
9481
9482 @cindex assignment
9483 @cindex setting variables
9484 To alter the value of a variable, evaluate an assignment expression.
9485 @xref{Expressions, ,Expressions}.  For example,
9486
9487 @smallexample
9488 print x=4
9489 @end smallexample
9490
9491 @noindent
9492 stores the value 4 into the variable @code{x}, and then prints the
9493 value of the assignment expression (which is 4).
9494 @xref{Languages, ,Using @value{GDBN} with Different Languages}, for more
9495 information on operators in supported languages.
9496
9497 @kindex set variable
9498 @cindex variables, setting
9499 If you are not interested in seeing the value of the assignment, use the
9500 @code{set} command instead of the @code{print} command.  @code{set} is
9501 really the same as @code{print} except that the expression's value is
9502 not printed and is not put in the value history (@pxref{Value History,
9503 ,Value history}).  The expression is evaluated only for its effects.
9504
9505 If the beginning of the argument string of the @code{set} command
9506 appears identical to a @code{set} subcommand, use the @code{set
9507 variable} command instead of just @code{set}.  This command is identical
9508 to @code{set} except for its lack of subcommands.  For example, if your
9509 program has a variable @code{width}, you get an error if you try to set
9510 a new value with just @samp{set width=13}, because @value{GDBN} has the
9511 command @code{set width}:
9512
9513 @smallexample
9514 (@value{GDBP}) whatis width
9515 type = double
9516 (@value{GDBP}) p width
9517 $4 = 13
9518 (@value{GDBP}) set width=47
9519 Invalid syntax in expression.
9520 @end smallexample
9521
9522 @noindent
9523 The invalid expression, of course, is @samp{=47}.  In
9524 order to actually set the program's variable @code{width}, use
9525
9526 @smallexample
9527 (@value{GDBP}) set var width=47
9528 @end smallexample
9529
9530 Because the @code{set} command has many subcommands that can conflict
9531 with the names of program variables, it is a good idea to use the
9532 @code{set variable} command instead of just @code{set}.  For example, if
9533 your program has a variable @code{g}, you run into problems if you try
9534 to set a new value with just @samp{set g=4}, because @value{GDBN} has
9535 the command @code{set gnutarget}, abbreviated @code{set g}:
9536
9537 @smallexample
9538 @group
9539 (@value{GDBP}) whatis g
9540 type = double
9541 (@value{GDBP}) p g
9542 $1 = 1
9543 (@value{GDBP}) set g=4
9544 (@value{GDBP}) p g
9545 $2 = 1
9546 (@value{GDBP}) r
9547 The program being debugged has been started already.
9548 Start it from the beginning? (y or n) y
9549 Starting program: /home/smith/cc_progs/a.out
9550 "/home/smith/cc_progs/a.out": can't open to read symbols:
9551                                  Invalid bfd target.
9552 (@value{GDBP}) show g
9553 The current BFD target is "=4".
9554 @end group
9555 @end smallexample
9556
9557 @noindent
9558 The program variable @code{g} did not change, and you silently set the
9559 @code{gnutarget} to an invalid value.  In order to set the variable
9560 @code{g}, use
9561
9562 @smallexample
9563 (@value{GDBP}) set var g=4
9564 @end smallexample
9565
9566 @value{GDBN} allows more implicit conversions in assignments than C; you can
9567 freely store an integer value into a pointer variable or vice versa,
9568 and you can convert any structure to any other structure that is the
9569 same length or shorter.
9570 @comment FIXME: how do structs align/pad in these conversions?
9571 @comment        /doc@cygnus.com 18dec1990
9572
9573 To store values into arbitrary places in memory, use the @samp{@{@dots{}@}}
9574 construct to generate a value of specified type at a specified address
9575 (@pxref{Expressions, ,Expressions}).  For example, @code{@{int@}0x83040} refers
9576 to memory location @code{0x83040} as an integer (which implies a certain size
9577 and representation in memory), and
9578
9579 @smallexample
9580 set @{int@}0x83040 = 4
9581 @end smallexample
9582
9583 @noindent
9584 stores the value 4 into that memory location.
9585
9586 @node Jumping
9587 @section Continuing at a different address
9588
9589 Ordinarily, when you continue your program, you do so at the place where
9590 it stopped, with the @code{continue} command.  You can instead continue at
9591 an address of your own choosing, with the following commands:
9592
9593 @table @code
9594 @kindex jump
9595 @item jump @var{linespec}
9596 Resume execution at line @var{linespec}.  Execution stops again
9597 immediately if there is a breakpoint there.  @xref{List, ,Printing
9598 source lines}, for a description of the different forms of
9599 @var{linespec}.  It is common practice to use the @code{tbreak} command
9600 in conjunction with @code{jump}.  @xref{Set Breaks, ,Setting
9601 breakpoints}.
9602
9603 The @code{jump} command does not change the current stack frame, or
9604 the stack pointer, or the contents of any memory location or any
9605 register other than the program counter.  If line @var{linespec} is in
9606 a different function from the one currently executing, the results may
9607 be bizarre if the two functions expect different patterns of arguments or
9608 of local variables.  For this reason, the @code{jump} command requests
9609 confirmation if the specified line is not in the function currently
9610 executing.  However, even bizarre results are predictable if you are
9611 well acquainted with the machine-language code of your program.
9612
9613 @item jump *@var{address}
9614 Resume execution at the instruction at address @var{address}.
9615 @end table
9616
9617 @c Doesn't work on HP-UX; have to set $pcoqh and $pcoqt.
9618 On many systems, you can get much the same effect as the @code{jump}
9619 command by storing a new value into the register @code{$pc}.  The
9620 difference is that this does not start your program running; it only
9621 changes the address of where it @emph{will} run when you continue.  For
9622 example,
9623
9624 @smallexample
9625 set $pc = 0x485
9626 @end smallexample
9627
9628 @noindent
9629 makes the next @code{continue} command or stepping command execute at
9630 address @code{0x485}, rather than at the address where your program stopped.
9631 @xref{Continuing and Stepping, ,Continuing and stepping}.
9632
9633 The most common occasion to use the @code{jump} command is to back
9634 up---perhaps with more breakpoints set---over a portion of a program
9635 that has already executed, in order to examine its execution in more
9636 detail.
9637
9638 @c @group
9639 @node Signaling
9640 @section Giving your program a signal
9641
9642 @table @code
9643 @kindex signal
9644 @item signal @var{signal}
9645 Resume execution where your program stopped, but immediately give it the
9646 signal @var{signal}.  @var{signal} can be the name or the number of a
9647 signal.  For example, on many systems @code{signal 2} and @code{signal
9648 SIGINT} are both ways of sending an interrupt signal.
9649
9650 Alternatively, if @var{signal} is zero, continue execution without
9651 giving a signal.  This is useful when your program stopped on account of
9652 a signal and would ordinary see the signal when resumed with the
9653 @code{continue} command; @samp{signal 0} causes it to resume without a
9654 signal.
9655
9656 @code{signal} does not repeat when you press @key{RET} a second time
9657 after executing the command.
9658 @end table
9659 @c @end group
9660
9661 Invoking the @code{signal} command is not the same as invoking the
9662 @code{kill} utility from the shell.  Sending a signal with @code{kill}
9663 causes @value{GDBN} to decide what to do with the signal depending on
9664 the signal handling tables (@pxref{Signals}).  The @code{signal} command
9665 passes the signal directly to your program.
9666
9667
9668 @node Returning
9669 @section Returning from a function
9670
9671 @table @code
9672 @cindex returning from a function
9673 @kindex return
9674 @item return
9675 @itemx return @var{expression}
9676 You can cancel execution of a function call with the @code{return}
9677 command.  If you give an
9678 @var{expression} argument, its value is used as the function's return
9679 value.
9680 @end table
9681
9682 When you use @code{return}, @value{GDBN} discards the selected stack frame
9683 (and all frames within it).  You can think of this as making the
9684 discarded frame return prematurely.  If you wish to specify a value to
9685 be returned, give that value as the argument to @code{return}.
9686
9687 This pops the selected stack frame (@pxref{Selection, ,Selecting a
9688 frame}), and any other frames inside of it, leaving its caller as the
9689 innermost remaining frame.  That frame becomes selected.  The
9690 specified value is stored in the registers used for returning values
9691 of functions.
9692
9693 The @code{return} command does not resume execution; it leaves the
9694 program stopped in the state that would exist if the function had just
9695 returned.  In contrast, the @code{finish} command (@pxref{Continuing
9696 and Stepping, ,Continuing and stepping}) resumes execution until the
9697 selected stack frame returns naturally.
9698
9699 @node Calling
9700 @section Calling program functions
9701
9702 @cindex calling functions
9703 @kindex call
9704 @table @code
9705 @item call @var{expr}
9706 Evaluate the expression @var{expr} without displaying @code{void}
9707 returned values.
9708 @end table
9709
9710 You can use this variant of the @code{print} command if you want to
9711 execute a function from your program, but without cluttering the output
9712 with @code{void} returned values.  If the result is not void, it
9713 is printed and saved in the value history.
9714
9715 @node Patching
9716 @section Patching programs
9717
9718 @cindex patching binaries
9719 @cindex writing into executables
9720 @cindex writing into corefiles
9721
9722 By default, @value{GDBN} opens the file containing your program's
9723 executable code (or the corefile) read-only.  This prevents accidental
9724 alterations to machine code; but it also prevents you from intentionally
9725 patching your program's binary.
9726
9727 If you'd like to be able to patch the binary, you can specify that
9728 explicitly with the @code{set write} command.  For example, you might
9729 want to turn on internal debugging flags, or even to make emergency
9730 repairs.
9731
9732 @table @code
9733 @kindex set write
9734 @item set write on
9735 @itemx set write off
9736 If you specify @samp{set write on}, @value{GDBN} opens executable and
9737 core files for both reading and writing; if you specify @samp{set write
9738 off} (the default), @value{GDBN} opens them read-only.
9739
9740 If you have already loaded a file, you must load it again (using the
9741 @code{exec-file} or @code{core-file} command) after changing @code{set
9742 write}, for your new setting to take effect.
9743
9744 @item show write
9745 @kindex show write
9746 Display whether executable files and core files are opened for writing
9747 as well as reading.
9748 @end table
9749
9750 @node GDB Files
9751 @chapter @value{GDBN} Files
9752
9753 @value{GDBN} needs to know the file name of the program to be debugged,
9754 both in order to read its symbol table and in order to start your
9755 program.  To debug a core dump of a previous run, you must also tell
9756 @value{GDBN} the name of the core dump file.
9757
9758 @menu
9759 * Files::                       Commands to specify files
9760 * Separate Debug Files::        Debugging information in separate files
9761 * Symbol Errors::               Errors reading symbol files
9762 @end menu
9763
9764 @node Files
9765 @section Commands to specify files
9766
9767 @cindex symbol table
9768 @cindex core dump file
9769
9770 You may want to specify executable and core dump file names.  The usual
9771 way to do this is at start-up time, using the arguments to
9772 @value{GDBN}'s start-up commands (@pxref{Invocation, , Getting In and
9773 Out of @value{GDBN}}).
9774
9775 Occasionally it is necessary to change to a different file during a
9776 @value{GDBN} session.  Or you may run @value{GDBN} and forget to specify
9777 a file you want to use.  In these situations the @value{GDBN} commands
9778 to specify new files are useful.
9779
9780 @table @code
9781 @cindex executable file
9782 @kindex file
9783 @item file @var{filename}
9784 Use @var{filename} as the program to be debugged.  It is read for its
9785 symbols and for the contents of pure memory.  It is also the program
9786 executed when you use the @code{run} command.  If you do not specify a
9787 directory and the file is not found in the @value{GDBN} working directory,
9788 @value{GDBN} uses the environment variable @code{PATH} as a list of
9789 directories to search, just as the shell does when looking for a program
9790 to run.  You can change the value of this variable, for both @value{GDBN}
9791 and your program, using the @code{path} command.
9792
9793 On systems with memory-mapped files, an auxiliary file named
9794 @file{@var{filename}.syms} may hold symbol table information for
9795 @var{filename}.  If so, @value{GDBN} maps in the symbol table from
9796 @file{@var{filename}.syms}, starting up more quickly.  See the
9797 descriptions of the file options @samp{-mapped} and @samp{-readnow}
9798 (available on the command line, and with the commands @code{file},
9799 @code{symbol-file}, or @code{add-symbol-file}, described below),
9800 for more information.
9801
9802 @item file
9803 @code{file} with no argument makes @value{GDBN} discard any information it
9804 has on both executable file and the symbol table.
9805
9806 @kindex exec-file
9807 @item exec-file @r{[} @var{filename} @r{]}
9808 Specify that the program to be run (but not the symbol table) is found
9809 in @var{filename}.  @value{GDBN} searches the environment variable @code{PATH}
9810 if necessary to locate your program.  Omitting @var{filename} means to
9811 discard information on the executable file.
9812
9813 @kindex symbol-file
9814 @item symbol-file @r{[} @var{filename} @r{]}
9815 Read symbol table information from file @var{filename}.  @code{PATH} is
9816 searched when necessary.  Use the @code{file} command to get both symbol
9817 table and program to run from the same file.
9818
9819 @code{symbol-file} with no argument clears out @value{GDBN} information on your
9820 program's symbol table.
9821
9822 The @code{symbol-file} command causes @value{GDBN} to forget the contents
9823 of its convenience variables, the value history, and all breakpoints and
9824 auto-display expressions.  This is because they may contain pointers to
9825 the internal data recording symbols and data types, which are part of
9826 the old symbol table data being discarded inside @value{GDBN}.
9827
9828 @code{symbol-file} does not repeat if you press @key{RET} again after
9829 executing it once.
9830
9831 When @value{GDBN} is configured for a particular environment, it
9832 understands debugging information in whatever format is the standard
9833 generated for that environment; you may use either a @sc{gnu} compiler, or
9834 other compilers that adhere to the local conventions.
9835 Best results are usually obtained from @sc{gnu} compilers; for example,
9836 using @code{@value{GCC}} you can generate debugging information for
9837 optimized code.
9838
9839 For most kinds of object files, with the exception of old SVR3 systems
9840 using COFF, the @code{symbol-file} command does not normally read the
9841 symbol table in full right away.  Instead, it scans the symbol table
9842 quickly to find which source files and which symbols are present.  The
9843 details are read later, one source file at a time, as they are needed.
9844
9845 The purpose of this two-stage reading strategy is to make @value{GDBN}
9846 start up faster.  For the most part, it is invisible except for
9847 occasional pauses while the symbol table details for a particular source
9848 file are being read.  (The @code{set verbose} command can turn these
9849 pauses into messages if desired.  @xref{Messages/Warnings, ,Optional
9850 warnings and messages}.)
9851
9852 We have not implemented the two-stage strategy for COFF yet.  When the
9853 symbol table is stored in COFF format, @code{symbol-file} reads the
9854 symbol table data in full right away.  Note that ``stabs-in-COFF''
9855 still does the two-stage strategy, since the debug info is actually
9856 in stabs format.
9857
9858 @kindex readnow
9859 @cindex reading symbols immediately
9860 @cindex symbols, reading immediately
9861 @kindex mapped
9862 @cindex memory-mapped symbol file
9863 @cindex saving symbol table
9864 @item symbol-file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
9865 @itemx file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
9866 You can override the @value{GDBN} two-stage strategy for reading symbol
9867 tables by using the @samp{-readnow} option with any of the commands that
9868 load symbol table information, if you want to be sure @value{GDBN} has the
9869 entire symbol table available.
9870
9871 If memory-mapped files are available on your system through the
9872 @code{mmap} system call, you can use another option, @samp{-mapped}, to
9873 cause @value{GDBN} to write the symbols for your program into a reusable
9874 file.  Future @value{GDBN} debugging sessions map in symbol information
9875 from this auxiliary symbol file (if the program has not changed), rather
9876 than spending time reading the symbol table from the executable
9877 program.  Using the @samp{-mapped} option has the same effect as
9878 starting @value{GDBN} with the @samp{-mapped} command-line option.
9879
9880 You can use both options together, to make sure the auxiliary symbol
9881 file has all the symbol information for your program.
9882
9883 The auxiliary symbol file for a program called @var{myprog} is called
9884 @samp{@var{myprog}.syms}.  Once this file exists (so long as it is newer
9885 than the corresponding executable), @value{GDBN} always attempts to use
9886 it when you debug @var{myprog}; no special options or commands are
9887 needed.
9888
9889 The @file{.syms} file is specific to the host machine where you run
9890 @value{GDBN}.  It holds an exact image of the internal @value{GDBN}
9891 symbol table.  It cannot be shared across multiple host platforms.
9892
9893 @c FIXME: for now no mention of directories, since this seems to be in
9894 @c flux.  13mar1992 status is that in theory GDB would look either in
9895 @c current dir or in same dir as myprog; but issues like competing
9896 @c GDB's, or clutter in system dirs, mean that in practice right now
9897 @c only current dir is used.  FFish says maybe a special GDB hierarchy
9898 @c (eg rooted in val of env var GDBSYMS) could exist for mappable symbol
9899 @c files.
9900
9901 @kindex core-file
9902 @item core-file @r{[} @var{filename} @r{]}
9903 @itemx core
9904 Specify the whereabouts of a core dump file to be used as the ``contents
9905 of memory''.  Traditionally, core files contain only some parts of the
9906 address space of the process that generated them; @value{GDBN} can access the
9907 executable file itself for other parts.
9908
9909 @code{core-file} with no argument specifies that no core file is
9910 to be used.
9911
9912 Note that the core file is ignored when your program is actually running
9913 under @value{GDBN}.  So, if you have been running your program and you
9914 wish to debug a core file instead, you must kill the subprocess in which
9915 the program is running.  To do this, use the @code{kill} command
9916 (@pxref{Kill Process, ,Killing the child process}).
9917
9918 @kindex add-symbol-file
9919 @cindex dynamic linking
9920 @item add-symbol-file @var{filename} @var{address}
9921 @itemx add-symbol-file @var{filename} @var{address} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
9922 @itemx add-symbol-file @var{filename} @r{-s}@var{section} @var{address} @dots{}
9923 The @code{add-symbol-file} command reads additional symbol table
9924 information from the file @var{filename}.  You would use this command
9925 when @var{filename} has been dynamically loaded (by some other means)
9926 into the program that is running.  @var{address} should be the memory
9927 address at which the file has been loaded; @value{GDBN} cannot figure
9928 this out for itself.  You can additionally specify an arbitrary number
9929 of @samp{@r{-s}@var{section} @var{address}} pairs, to give an explicit
9930 section name and base address for that section.  You can specify any
9931 @var{address} as an expression.
9932
9933 The symbol table of the file @var{filename} is added to the symbol table
9934 originally read with the @code{symbol-file} command.  You can use the
9935 @code{add-symbol-file} command any number of times; the new symbol data
9936 thus read keeps adding to the old.  To discard all old symbol data
9937 instead, use the @code{symbol-file} command without any arguments.
9938
9939 @cindex relocatable object files, reading symbols from
9940 @cindex object files, relocatable, reading symbols from
9941 @cindex reading symbols from relocatable object files
9942 @cindex symbols, reading from relocatable object files
9943 @cindex @file{.o} files, reading symbols from
9944 Although @var{filename} is typically a shared library file, an
9945 executable file, or some other object file which has been fully
9946 relocated for loading into a process, you can also load symbolic
9947 information from relocatable @file{.o} files, as long as:
9948
9949 @itemize @bullet
9950 @item
9951 the file's symbolic information refers only to linker symbols defined in
9952 that file, not to symbols defined by other object files,
9953 @item
9954 every section the file's symbolic information refers to has actually
9955 been loaded into the inferior, as it appears in the file, and
9956 @item
9957 you can determine the address at which every section was loaded, and
9958 provide these to the @code{add-symbol-file} command.
9959 @end itemize
9960
9961 @noindent
9962 Some embedded operating systems, like Sun Chorus and VxWorks, can load
9963 relocatable files into an already running program; such systems
9964 typically make the requirements above easy to meet.  However, it's
9965 important to recognize that many native systems use complex link
9966 procedures (@code{.linkonce} section factoring and C@t{++} constructor table
9967 assembly, for example) that make the requirements difficult to meet.  In
9968 general, one cannot assume that using @code{add-symbol-file} to read a
9969 relocatable object file's symbolic information will have the same effect
9970 as linking the relocatable object file into the program in the normal
9971 way.
9972
9973 @code{add-symbol-file} does not repeat if you press @key{RET} after using it.
9974
9975 You can use the @samp{-mapped} and @samp{-readnow} options just as with
9976 the @code{symbol-file} command, to change how @value{GDBN} manages the symbol
9977 table information for @var{filename}.
9978
9979 @kindex add-shared-symbol-file
9980 @item add-shared-symbol-file
9981 The @code{add-shared-symbol-file} command can be used only under Harris' CXUX
9982 operating system for the Motorola 88k.  @value{GDBN} automatically looks for
9983 shared libraries, however if @value{GDBN} does not find yours, you can run
9984 @code{add-shared-symbol-file}.  It takes no arguments.
9985
9986 @kindex section
9987 @item section
9988 The @code{section} command changes the base address of section SECTION of
9989 the exec file to ADDR.  This can be used if the exec file does not contain
9990 section addresses, (such as in the a.out format), or when the addresses
9991 specified in the file itself are wrong.  Each section must be changed
9992 separately.  The @code{info files} command, described below, lists all
9993 the sections and their addresses.
9994
9995 @kindex info files
9996 @kindex info target
9997 @item info files
9998 @itemx info target
9999 @code{info files} and @code{info target} are synonymous; both print the
10000 current target (@pxref{Targets, ,Specifying a Debugging Target}),
10001 including the names of the executable and core dump files currently in
10002 use by @value{GDBN}, and the files from which symbols were loaded.  The
10003 command @code{help target} lists all possible targets rather than
10004 current ones.
10005
10006 @kindex maint info sections
10007 @item maint info sections
10008 Another command that can give you extra information about program sections
10009 is @code{maint info sections}.  In addition to the section information
10010 displayed by @code{info files}, this command displays the flags and file
10011 offset of each section in the executable and core dump files.  In addition,
10012 @code{maint info sections} provides the following command options (which
10013 may be arbitrarily combined):
10014
10015 @table @code
10016 @item ALLOBJ
10017 Display sections for all loaded object files, including shared libraries.
10018 @item @var{sections}
10019 Display info only for named @var{sections}.
10020 @item @var{section-flags}
10021 Display info only for sections for which @var{section-flags} are true.
10022 The section flags that @value{GDBN} currently knows about are:
10023 @table @code
10024 @item ALLOC
10025 Section will have space allocated in the process when loaded.
10026 Set for all sections except those containing debug information.
10027 @item LOAD
10028 Section will be loaded from the file into the child process memory.
10029 Set for pre-initialized code and data, clear for @code{.bss} sections.
10030 @item RELOC
10031 Section needs to be relocated before loading.
10032 @item READONLY
10033 Section cannot be modified by the child process.
10034 @item CODE
10035 Section contains executable code only.
10036 @item DATA
10037 Section contains data only (no executable code).
10038 @item ROM
10039 Section will reside in ROM.
10040 @item CONSTRUCTOR
10041 Section contains data for constructor/destructor lists.
10042 @item HAS_CONTENTS
10043 Section is not empty.
10044 @item NEVER_LOAD
10045 An instruction to the linker to not output the section.
10046 @item COFF_SHARED_LIBRARY
10047 A notification to the linker that the section contains
10048 COFF shared library information.
10049 @item IS_COMMON
10050 Section contains common symbols.
10051 @end table
10052 @end table
10053 @kindex set trust-readonly-sections
10054 @item set trust-readonly-sections on
10055 Tell @value{GDBN} that readonly sections in your object file
10056 really are read-only (i.e.@: that their contents will not change).
10057 In that case, @value{GDBN} can fetch values from these sections
10058 out of the object file, rather than from the target program.
10059 For some targets (notably embedded ones), this can be a significant
10060 enhancement to debugging performance.
10061
10062 The default is off.
10063
10064 @item set trust-readonly-sections off
10065 Tell @value{GDBN} not to trust readonly sections.  This means that
10066 the contents of the section might change while the program is running,
10067 and must therefore be fetched from the target when needed.
10068 @end table
10069
10070 All file-specifying commands allow both absolute and relative file names
10071 as arguments.  @value{GDBN} always converts the file name to an absolute file
10072 name and remembers it that way.
10073
10074 @cindex shared libraries
10075 @value{GDBN} supports HP-UX, SunOS, SVr4, Irix 5, and IBM RS/6000 shared
10076 libraries.
10077
10078 @value{GDBN} automatically loads symbol definitions from shared libraries
10079 when you use the @code{run} command, or when you examine a core file.
10080 (Before you issue the @code{run} command, @value{GDBN} does not understand
10081 references to a function in a shared library, however---unless you are
10082 debugging a core file).
10083
10084 On HP-UX, if the program loads a library explicitly, @value{GDBN}
10085 automatically loads the symbols at the time of the @code{shl_load} call.
10086
10087 @c FIXME: some @value{GDBN} release may permit some refs to undef
10088 @c FIXME...symbols---eg in a break cmd---assuming they are from a shared
10089 @c FIXME...lib; check this from time to time when updating manual
10090
10091 There are times, however, when you may wish to not automatically load
10092 symbol definitions from shared libraries, such as when they are
10093 particularly large or there are many of them.
10094
10095 To control the automatic loading of shared library symbols, use the
10096 commands:
10097
10098 @table @code
10099 @kindex set auto-solib-add
10100 @item set auto-solib-add @var{mode}
10101 If @var{mode} is @code{on}, symbols from all shared object libraries
10102 will be loaded automatically when the inferior begins execution, you
10103 attach to an independently started inferior, or when the dynamic linker
10104 informs @value{GDBN} that a new library has been loaded.  If @var{mode}
10105 is @code{off}, symbols must be loaded manually, using the
10106 @code{sharedlibrary} command.  The default value is @code{on}.
10107
10108 @kindex show auto-solib-add
10109 @item show auto-solib-add
10110 Display the current autoloading mode.
10111 @end table
10112
10113 To explicitly load shared library symbols, use the @code{sharedlibrary}
10114 command:
10115
10116 @table @code
10117 @kindex info sharedlibrary
10118 @kindex info share
10119 @item info share
10120 @itemx info sharedlibrary
10121 Print the names of the shared libraries which are currently loaded.
10122
10123 @kindex sharedlibrary
10124 @kindex share
10125 @item sharedlibrary @var{regex}
10126 @itemx share @var{regex}
10127 Load shared object library symbols for files matching a
10128 Unix regular expression.
10129 As with files loaded automatically, it only loads shared libraries
10130 required by your program for a core file or after typing @code{run}.  If
10131 @var{regex} is omitted all shared libraries required by your program are
10132 loaded.
10133 @end table
10134
10135 On some systems, such as HP-UX systems, @value{GDBN} supports
10136 autoloading shared library symbols until a limiting threshold size is
10137 reached.  This provides the benefit of allowing autoloading to remain on
10138 by default, but avoids autoloading excessively large shared libraries,
10139 up to a threshold that is initially set, but which you can modify if you
10140 wish.
10141
10142 Beyond that threshold, symbols from shared libraries must be explicitly
10143 loaded.  To load these symbols, use the command @code{sharedlibrary
10144 @var{filename}}.  The base address of the shared library is determined
10145 automatically by @value{GDBN} and need not be specified.
10146
10147 To display or set the threshold, use the commands:
10148
10149 @table @code
10150 @kindex set auto-solib-limit
10151 @item set auto-solib-limit @var{threshold}
10152 Set the autoloading size threshold, in an integral number of megabytes.
10153 If @var{threshold} is nonzero and shared library autoloading is enabled,
10154 symbols from all shared object libraries will be loaded until the total
10155 size of the loaded shared library symbols exceeds this threshold.
10156 Otherwise, symbols must be loaded manually, using the
10157 @code{sharedlibrary} command.  The default threshold is 100 (i.e.@: 100
10158 Mb).
10159
10160 @kindex show auto-solib-limit
10161 @item show auto-solib-limit
10162 Display the current autoloading size threshold, in megabytes.
10163 @end table
10164
10165 Shared libraries are also supported in many cross or remote debugging
10166 configurations.  A copy of the target's libraries need to be present on the
10167 host system; they need to be the same as the target libraries, although the
10168 copies on the target can be stripped as long as the copies on the host are
10169 not.
10170
10171 You need to tell @value{GDBN} where the target libraries are, so that it can
10172 load the correct copies---otherwise, it may try to load the host's libraries.
10173 @value{GDBN} has two variables to specify the search directories for target
10174 libraries.
10175
10176 @table @code
10177 @kindex set solib-absolute-prefix
10178 @item set solib-absolute-prefix @var{path}
10179 If this variable is set, @var{path} will be used as a prefix for any
10180 absolute shared library paths; many runtime loaders store the absolute
10181 paths to the shared library in the target program's memory.  If you use
10182 @samp{solib-absolute-prefix} to find shared libraries, they need to be laid
10183 out in the same way that they are on the target, with e.g.@: a
10184 @file{/usr/lib} hierarchy under @var{path}.
10185
10186 You can set the default value of @samp{solib-absolute-prefix} by using the
10187 configure-time @samp{--with-sysroot} option.
10188
10189 @kindex show solib-absolute-prefix
10190 @item show solib-absolute-prefix
10191 Display the current shared library prefix.
10192
10193 @kindex set solib-search-path
10194 @item set solib-search-path @var{path}
10195 If this variable is set, @var{path} is a colon-separated list of directories
10196 to search for shared libraries.  @samp{solib-search-path} is used after
10197 @samp{solib-absolute-prefix} fails to locate the library, or if the path to
10198 the library is relative instead of absolute.  If you want to use
10199 @samp{solib-search-path} instead of @samp{solib-absolute-prefix}, be sure to
10200 set @samp{solib-absolute-prefix} to a nonexistant directory to prevent
10201 @value{GDBN} from finding your host's libraries.
10202
10203 @kindex show solib-search-path
10204 @item show solib-search-path
10205 Display the current shared library search path.
10206 @end table
10207
10208
10209 @node Separate Debug Files
10210 @section Debugging Information in Separate Files
10211 @cindex separate debugging information files
10212 @cindex debugging information in separate files
10213 @cindex @file{.debug} subdirectories
10214 @cindex debugging information directory, global
10215 @cindex global debugging information directory
10216
10217 @value{GDBN} allows you to put a program's debugging information in a
10218 file separate from the executable itself, in a way that allows
10219 @value{GDBN} to find and load the debugging information automatically.
10220 Since debugging information can be very large --- sometimes larger
10221 than the executable code itself --- some systems distribute debugging
10222 information for their executables in separate files, which users can
10223 install only when they need to debug a problem.
10224
10225 If an executable's debugging information has been extracted to a
10226 separate file, the executable should contain a @dfn{debug link} giving
10227 the name of the debugging information file (with no directory
10228 components), and a checksum of its contents.  (The exact form of a
10229 debug link is described below.)  If the full name of the directory
10230 containing the executable is @var{execdir}, and the executable has a
10231 debug link that specifies the name @var{debugfile}, then @value{GDBN}
10232 will automatically search for the debugging information file in three
10233 places:
10234
10235 @itemize @bullet
10236 @item
10237 the directory containing the executable file (that is, it will look
10238 for a file named @file{@var{execdir}/@var{debugfile}},
10239 @item
10240 a subdirectory of that directory named @file{.debug} (that is, the
10241 file @file{@var{execdir}/.debug/@var{debugfile}}, and
10242 @item
10243 a subdirectory of the global debug file directory that includes the
10244 executable's full path, and the name from the link (that is, the file
10245 @file{@var{globaldebugdir}/@var{execdir}/@var{debugfile}}, where
10246 @var{globaldebugdir} is the global debug file directory, and
10247 @var{execdir} has been turned into a relative path).
10248 @end itemize
10249 @noindent
10250 @value{GDBN} checks under each of these names for a debugging
10251 information file whose checksum matches that given in the link, and
10252 reads the debugging information from the first one it finds.
10253
10254 So, for example, if you ask @value{GDBN} to debug @file{/usr/bin/ls},
10255 which has a link containing the name @file{ls.debug}, and the global
10256 debug directory is @file{/usr/lib/debug}, then @value{GDBN} will look
10257 for debug information in @file{/usr/bin/ls.debug},
10258 @file{/usr/bin/.debug/ls.debug}, and
10259 @file{/usr/lib/debug/usr/bin/ls.debug}.
10260
10261 You can set the global debugging info directory's name, and view the
10262 name @value{GDBN} is currently using.
10263
10264 @table @code
10265
10266 @kindex set debug-file-directory
10267 @item set debug-file-directory @var{directory}
10268 Set the directory which @value{GDBN} searches for separate debugging
10269 information files to @var{directory}.
10270
10271 @kindex show debug-file-directory
10272 @item show debug-file-directory
10273 Show the directory @value{GDBN} searches for separate debugging
10274 information files.
10275
10276 @end table
10277
10278 @cindex @code{.gnu_debuglink} sections
10279 @cindex debug links
10280 A debug link is a special section of the executable file named
10281 @code{.gnu_debuglink}.  The section must contain:
10282
10283 @itemize
10284 @item
10285 A filename, with any leading directory components removed, followed by
10286 a zero byte,
10287 @item
10288 zero to three bytes of padding, as needed to reach the next four-byte
10289 boundary within the section, and
10290 @item
10291 a four-byte CRC checksum, stored in the same endianness used for the
10292 executable file itself.  The checksum is computed on the debugging
10293 information file's full contents by the function given below, passing
10294 zero as the @var{crc} argument.
10295 @end itemize
10296
10297 Any executable file format can carry a debug link, as long as it can
10298 contain a section named @code{.gnu_debuglink} with the contents
10299 described above.
10300
10301 The debugging information file itself should be an ordinary
10302 executable, containing a full set of linker symbols, sections, and
10303 debugging information.  The sections of the debugging information file
10304 should have the same names, addresses and sizes as the original file,
10305 but they need not contain any data --- much like a @code{.bss} section
10306 in an ordinary executable.
10307
10308 As of December 2002, there is no standard GNU utility to produce
10309 separated executable / debugging information file pairs.  Ulrich
10310 Drepper's @file{elfutils} package, starting with version 0.53,
10311 contains a version of the @code{strip} command such that the command
10312 @kbd{strip foo -f foo.debug} removes the debugging information from
10313 the executable file @file{foo}, places it in the file
10314 @file{foo.debug}, and leaves behind a debug link in @file{foo}.
10315
10316 Since there are many different ways to compute CRC's (different
10317 polynomials, reversals, byte ordering, etc.), the simplest way to
10318 describe the CRC used in @code{.gnu_debuglink} sections is to give the
10319 complete code for a function that computes it:
10320
10321 @kindex gnu_debuglink_crc32
10322 @smallexample
10323 unsigned long
10324 gnu_debuglink_crc32 (unsigned long crc,
10325                      unsigned char *buf, size_t len)
10326 @{
10327   static const unsigned long crc32_table[256] =
10328     @{
10329       0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419,
10330       0x706af48f, 0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4,
10331       0xe0d5e91e, 0x97d2d988, 0x09b64c2b, 0x7eb17cbd, 0xe7b82d07,
10332       0x90bf1d91, 0x1db71064, 0x6ab020f2, 0xf3b97148, 0x84be41de,
10333       0x1adad47d, 0x6ddde4eb, 0xf4d4b551, 0x83d385c7, 0x136c9856,
10334       0x646ba8c0, 0xfd62f97a, 0x8a65c9ec, 0x14015c4f, 0x63066cd9,
10335       0xfa0f3d63, 0x8d080df5, 0x3b6e20c8, 0x4c69105e, 0xd56041e4,
10336       0xa2677172, 0x3c03e4d1, 0x4b04d447, 0xd20d85fd, 0xa50ab56b,
10337       0x35b5a8fa, 0x42b2986c, 0xdbbbc9d6, 0xacbcf940, 0x32d86ce3,
10338       0x45df5c75, 0xdcd60dcf, 0xabd13d59, 0x26d930ac, 0x51de003a,
10339       0xc8d75180, 0xbfd06116, 0x21b4f4b5, 0x56b3c423, 0xcfba9599,
10340       0xb8bda50f, 0x2802b89e, 0x5f058808, 0xc60cd9b2, 0xb10be924,
10341       0x2f6f7c87, 0x58684c11, 0xc1611dab, 0xb6662d3d, 0x76dc4190,
10342       0x01db7106, 0x98d220bc, 0xefd5102a, 0x71b18589, 0x06b6b51f,
10343       0x9fbfe4a5, 0xe8b8d433, 0x7807c9a2, 0x0f00f934, 0x9609a88e,
10344       0xe10e9818, 0x7f6a0dbb, 0x086d3d2d, 0x91646c97, 0xe6635c01,
10345       0x6b6b51f4, 0x1c6c6162, 0x856530d8, 0xf262004e, 0x6c0695ed,
10346       0x1b01a57b, 0x8208f4c1, 0xf50fc457, 0x65b0d9c6, 0x12b7e950,
10347       0x8bbeb8ea, 0xfcb9887c, 0x62dd1ddf, 0x15da2d49, 0x8cd37cf3,
10348       0xfbd44c65, 0x4db26158, 0x3ab551ce, 0xa3bc0074, 0xd4bb30e2,
10349       0x4adfa541, 0x3dd895d7, 0xa4d1c46d, 0xd3d6f4fb, 0x4369e96a,
10350       0x346ed9fc, 0xad678846, 0xda60b8d0, 0x44042d73, 0x33031de5,
10351       0xaa0a4c5f, 0xdd0d7cc9, 0x5005713c, 0x270241aa, 0xbe0b1010,
10352       0xc90c2086, 0x5768b525, 0x206f85b3, 0xb966d409, 0xce61e49f,
10353       0x5edef90e, 0x29d9c998, 0xb0d09822, 0xc7d7a8b4, 0x59b33d17,
10354       0x2eb40d81, 0xb7bd5c3b, 0xc0ba6cad, 0xedb88320, 0x9abfb3b6,
10355       0x03b6e20c, 0x74b1d29a, 0xead54739, 0x9dd277af, 0x04db2615,
10356       0x73dc1683, 0xe3630b12, 0x94643b84, 0x0d6d6a3e, 0x7a6a5aa8,
10357       0xe40ecf0b, 0x9309ff9d, 0x0a00ae27, 0x7d079eb1, 0xf00f9344,
10358       0x8708a3d2, 0x1e01f268, 0x6906c2fe, 0xf762575d, 0x806567cb,
10359       0x196c3671, 0x6e6b06e7, 0xfed41b76, 0x89d32be0, 0x10da7a5a,
10360       0x67dd4acc, 0xf9b9df6f, 0x8ebeeff9, 0x17b7be43, 0x60b08ed5,
10361       0xd6d6a3e8, 0xa1d1937e, 0x38d8c2c4, 0x4fdff252, 0xd1bb67f1,
10362       0xa6bc5767, 0x3fb506dd, 0x48b2364b, 0xd80d2bda, 0xaf0a1b4c,
10363       0x36034af6, 0x41047a60, 0xdf60efc3, 0xa867df55, 0x316e8eef,
10364       0x4669be79, 0xcb61b38c, 0xbc66831a, 0x256fd2a0, 0x5268e236,
10365       0xcc0c7795, 0xbb0b4703, 0x220216b9, 0x5505262f, 0xc5ba3bbe,
10366       0xb2bd0b28, 0x2bb45a92, 0x5cb36a04, 0xc2d7ffa7, 0xb5d0cf31,
10367       0x2cd99e8b, 0x5bdeae1d, 0x9b64c2b0, 0xec63f226, 0x756aa39c,
10368       0x026d930a, 0x9c0906a9, 0xeb0e363f, 0x72076785, 0x05005713,
10369       0x95bf4a82, 0xe2b87a14, 0x7bb12bae, 0x0cb61b38, 0x92d28e9b,
10370       0xe5d5be0d, 0x7cdcefb7, 0x0bdbdf21, 0x86d3d2d4, 0xf1d4e242,
10371       0x68ddb3f8, 0x1fda836e, 0x81be16cd, 0xf6b9265b, 0x6fb077e1,
10372       0x18b74777, 0x88085ae6, 0xff0f6a70, 0x66063bca, 0x11010b5c,
10373       0x8f659eff, 0xf862ae69, 0x616bffd3, 0x166ccf45, 0xa00ae278,
10374       0xd70dd2ee, 0x4e048354, 0x3903b3c2, 0xa7672661, 0xd06016f7,
10375       0x4969474d, 0x3e6e77db, 0xaed16a4a, 0xd9d65adc, 0x40df0b66,
10376       0x37d83bf0, 0xa9bcae53, 0xdebb9ec5, 0x47b2cf7f, 0x30b5ffe9,
10377       0xbdbdf21c, 0xcabac28a, 0x53b39330, 0x24b4a3a6, 0xbad03605,
10378       0xcdd70693, 0x54de5729, 0x23d967bf, 0xb3667a2e, 0xc4614ab8,
10379       0x5d681b02, 0x2a6f2b94, 0xb40bbe37, 0xc30c8ea1, 0x5a05df1b,
10380       0x2d02ef8d
10381     @};
10382   unsigned char *end;
10383
10384   crc = ~crc & 0xffffffff;
10385   for (end = buf + len; buf < end; ++buf)
10386     crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);
10387   return ~crc & 0xffffffff;
10388 @}
10389 @end smallexample
10390
10391
10392 @node Symbol Errors
10393 @section Errors reading symbol files
10394
10395 While reading a symbol file, @value{GDBN} occasionally encounters problems,
10396 such as symbol types it does not recognize, or known bugs in compiler
10397 output.  By default, @value{GDBN} does not notify you of such problems, since
10398 they are relatively common and primarily of interest to people
10399 debugging compilers.  If you are interested in seeing information
10400 about ill-constructed symbol tables, you can either ask @value{GDBN} to print
10401 only one message about each such type of problem, no matter how many
10402 times the problem occurs; or you can ask @value{GDBN} to print more messages,
10403 to see how many times the problems occur, with the @code{set
10404 complaints} command (@pxref{Messages/Warnings, ,Optional warnings and
10405 messages}).
10406
10407 The messages currently printed, and their meanings, include:
10408
10409 @table @code
10410 @item inner block not inside outer block in @var{symbol}
10411
10412 The symbol information shows where symbol scopes begin and end
10413 (such as at the start of a function or a block of statements).  This
10414 error indicates that an inner scope block is not fully contained
10415 in its outer scope blocks.
10416
10417 @value{GDBN} circumvents the problem by treating the inner block as if it had
10418 the same scope as the outer block.  In the error message, @var{symbol}
10419 may be shown as ``@code{(don't know)}'' if the outer block is not a
10420 function.
10421
10422 @item block at @var{address} out of order
10423
10424 The symbol information for symbol scope blocks should occur in
10425 order of increasing addresses.  This error indicates that it does not
10426 do so.
10427
10428 @value{GDBN} does not circumvent this problem, and has trouble
10429 locating symbols in the source file whose symbols it is reading.  (You
10430 can often determine what source file is affected by specifying
10431 @code{set verbose on}.  @xref{Messages/Warnings, ,Optional warnings and
10432 messages}.)
10433
10434 @item bad block start address patched
10435
10436 The symbol information for a symbol scope block has a start address
10437 smaller than the address of the preceding source line.  This is known
10438 to occur in the SunOS 4.1.1 (and earlier) C compiler.
10439
10440 @value{GDBN} circumvents the problem by treating the symbol scope block as
10441 starting on the previous source line.
10442
10443 @item bad string table offset in symbol @var{n}
10444
10445 @cindex foo
10446 Symbol number @var{n} contains a pointer into the string table which is
10447 larger than the size of the string table.
10448
10449 @value{GDBN} circumvents the problem by considering the symbol to have the
10450 name @code{foo}, which may cause other problems if many symbols end up
10451 with this name.
10452
10453 @item unknown symbol type @code{0x@var{nn}}
10454
10455 The symbol information contains new data types that @value{GDBN} does
10456 not yet know how to read.  @code{0x@var{nn}} is the symbol type of the
10457 uncomprehended information, in hexadecimal.
10458
10459 @value{GDBN} circumvents the error by ignoring this symbol information.
10460 This usually allows you to debug your program, though certain symbols
10461 are not accessible.  If you encounter such a problem and feel like
10462 debugging it, you can debug @code{@value{GDBP}} with itself, breakpoint
10463 on @code{complain}, then go up to the function @code{read_dbx_symtab}
10464 and examine @code{*bufp} to see the symbol.
10465
10466 @item stub type has NULL name
10467
10468 @value{GDBN} could not find the full definition for a struct or class.
10469
10470 @item const/volatile indicator missing (ok if using g++ v1.x), got@dots{}
10471 The symbol information for a C@t{++} member function is missing some
10472 information that recent versions of the compiler should have output for
10473 it.
10474
10475 @item info mismatch between compiler and debugger
10476
10477 @value{GDBN} could not parse a type specification output by the compiler.
10478
10479 @end table
10480
10481 @node Targets
10482 @chapter Specifying a Debugging Target
10483
10484 @cindex debugging target
10485 @kindex target
10486
10487 A @dfn{target} is the execution environment occupied by your program.
10488
10489 Often, @value{GDBN} runs in the same host environment as your program;
10490 in that case, the debugging target is specified as a side effect when
10491 you use the @code{file} or @code{core} commands.  When you need more
10492 flexibility---for example, running @value{GDBN} on a physically separate
10493 host, or controlling a standalone system over a serial port or a
10494 realtime system over a TCP/IP connection---you can use the @code{target}
10495 command to specify one of the target types configured for @value{GDBN}
10496 (@pxref{Target Commands, ,Commands for managing targets}).
10497
10498 @menu
10499 * Active Targets::              Active targets
10500 * Target Commands::             Commands for managing targets
10501 * Byte Order::                  Choosing target byte order
10502 * Remote::                      Remote debugging
10503 * KOD::                         Kernel Object Display
10504
10505 @end menu
10506
10507 @node Active Targets
10508 @section Active targets
10509
10510 @cindex stacking targets
10511 @cindex active targets
10512 @cindex multiple targets
10513
10514 There are three classes of targets: processes, core files, and
10515 executable files.  @value{GDBN} can work concurrently on up to three
10516 active targets, one in each class.  This allows you to (for example)
10517 start a process and inspect its activity without abandoning your work on
10518 a core file.
10519
10520 For example, if you execute @samp{gdb a.out}, then the executable file
10521 @code{a.out} is the only active target.  If you designate a core file as
10522 well---presumably from a prior run that crashed and coredumped---then
10523 @value{GDBN} has two active targets and uses them in tandem, looking
10524 first in the corefile target, then in the executable file, to satisfy
10525 requests for memory addresses.  (Typically, these two classes of target
10526 are complementary, since core files contain only a program's
10527 read-write memory---variables and so on---plus machine status, while
10528 executable files contain only the program text and initialized data.)
10529
10530 When you type @code{run}, your executable file becomes an active process
10531 target as well.  When a process target is active, all @value{GDBN}
10532 commands requesting memory addresses refer to that target; addresses in
10533 an active core file or executable file target are obscured while the
10534 process target is active.
10535
10536 Use the @code{core-file} and @code{exec-file} commands to select a new
10537 core file or executable target (@pxref{Files, ,Commands to specify
10538 files}).  To specify as a target a process that is already running, use
10539 the @code{attach} command (@pxref{Attach, ,Debugging an already-running
10540 process}).
10541
10542 @node Target Commands
10543 @section Commands for managing targets
10544
10545 @table @code
10546 @item target @var{type} @var{parameters}
10547 Connects the @value{GDBN} host environment to a target machine or
10548 process.  A target is typically a protocol for talking to debugging
10549 facilities.  You use the argument @var{type} to specify the type or
10550 protocol of the target machine.
10551
10552 Further @var{parameters} are interpreted by the target protocol, but
10553 typically include things like device names or host names to connect
10554 with, process numbers, and baud rates.
10555
10556 The @code{target} command does not repeat if you press @key{RET} again
10557 after executing the command.
10558
10559 @kindex help target
10560 @item help target
10561 Displays the names of all targets available.  To display targets
10562 currently selected, use either @code{info target} or @code{info files}
10563 (@pxref{Files, ,Commands to specify files}).
10564
10565 @item help target @var{name}
10566 Describe a particular target, including any parameters necessary to
10567 select it.
10568
10569 @kindex set gnutarget
10570 @item set gnutarget @var{args}
10571 @value{GDBN} uses its own library BFD to read your files.  @value{GDBN}
10572 knows whether it is reading an @dfn{executable},
10573 a @dfn{core}, or a @dfn{.o} file; however, you can specify the file format
10574 with the @code{set gnutarget} command.  Unlike most @code{target} commands,
10575 with @code{gnutarget} the @code{target} refers to a program, not a machine.
10576
10577 @quotation
10578 @emph{Warning:} To specify a file format with @code{set gnutarget},
10579 you must know the actual BFD name.
10580 @end quotation
10581
10582 @noindent
10583 @xref{Files, , Commands to specify files}.
10584
10585 @kindex show gnutarget
10586 @item show gnutarget
10587 Use the @code{show gnutarget} command to display what file format
10588 @code{gnutarget} is set to read.  If you have not set @code{gnutarget},
10589 @value{GDBN} will determine the file format for each file automatically,
10590 and @code{show gnutarget} displays @samp{The current BDF target is "auto"}.
10591 @end table
10592
10593 @cindex common targets
10594 Here are some common targets (available, or not, depending on the GDB
10595 configuration):
10596
10597 @table @code
10598 @kindex target
10599 @item target exec @var{program}
10600 @cindex executable file target
10601 An executable file.  @samp{target exec @var{program}} is the same as
10602 @samp{exec-file @var{program}}.
10603
10604 @item target core @var{filename}
10605 @cindex core dump file target
10606 A core dump file.  @samp{target core @var{filename}} is the same as
10607 @samp{core-file @var{filename}}.
10608
10609 @item target remote @var{dev}
10610 @cindex remote target
10611 Remote serial target in GDB-specific protocol.  The argument @var{dev}
10612 specifies what serial device to use for the connection (e.g.
10613 @file{/dev/ttya}). @xref{Remote, ,Remote debugging}.  @code{target remote}
10614 supports the @code{load} command.  This is only useful if you have
10615 some other way of getting the stub to the target system, and you can put
10616 it somewhere in memory where it won't get clobbered by the download.
10617
10618 @item target sim
10619 @cindex built-in simulator target
10620 Builtin CPU simulator.  @value{GDBN} includes simulators for most architectures.
10621 In general,
10622 @smallexample
10623         target sim
10624         load
10625         run
10626 @end smallexample
10627 @noindent
10628 works; however, you cannot assume that a specific memory map, device
10629 drivers, or even basic I/O is available, although some simulators do
10630 provide these.  For info about any processor-specific simulator details,
10631 see the appropriate section in @ref{Embedded Processors, ,Embedded
10632 Processors}.
10633
10634 @end table
10635
10636 Some configurations may include these targets as well:
10637
10638 @table @code
10639
10640 @item target nrom @var{dev}
10641 @cindex NetROM ROM emulator target
10642 NetROM ROM emulator.  This target only supports downloading.
10643
10644 @end table
10645
10646 Different targets are available on different configurations of @value{GDBN};
10647 your configuration may have more or fewer targets.
10648
10649 Many remote targets require you to download the executable's code
10650 once you've successfully established a connection.
10651
10652 @table @code
10653
10654 @kindex load @var{filename}
10655 @item load @var{filename}
10656 Depending on what remote debugging facilities are configured into
10657 @value{GDBN}, the @code{load} command may be available.  Where it exists, it
10658 is meant to make @var{filename} (an executable) available for debugging
10659 on the remote system---by downloading, or dynamic linking, for example.
10660 @code{load} also records the @var{filename} symbol table in @value{GDBN}, like
10661 the @code{add-symbol-file} command.
10662
10663 If your @value{GDBN} does not have a @code{load} command, attempting to
10664 execute it gets the error message ``@code{You can't do that when your
10665 target is @dots{}}''
10666
10667 The file is loaded at whatever address is specified in the executable.
10668 For some object file formats, you can specify the load address when you
10669 link the program; for other formats, like a.out, the object file format
10670 specifies a fixed address.
10671 @c FIXME! This would be a good place for an xref to the GNU linker doc.
10672
10673 @code{load} does not repeat if you press @key{RET} again after using it.
10674 @end table
10675
10676 @node Byte Order
10677 @section Choosing target byte order
10678
10679 @cindex choosing target byte order
10680 @cindex target byte order
10681
10682 Some types of processors, such as the MIPS, PowerPC, and Renesas SH,
10683 offer the ability to run either big-endian or little-endian byte
10684 orders.  Usually the executable or symbol will include a bit to
10685 designate the endian-ness, and you will not need to worry about
10686 which to use.  However, you may still find it useful to adjust
10687 @value{GDBN}'s idea of processor endian-ness manually.
10688
10689 @table @code
10690 @kindex set endian
10691 @item set endian big
10692 Instruct @value{GDBN} to assume the target is big-endian.
10693
10694 @item set endian little
10695 Instruct @value{GDBN} to assume the target is little-endian.
10696
10697 @item set endian auto
10698 Instruct @value{GDBN} to use the byte order associated with the
10699 executable.
10700
10701 @item show endian
10702 Display @value{GDBN}'s current idea of the target byte order.
10703
10704 @end table
10705
10706 Note that these commands merely adjust interpretation of symbolic
10707 data on the host, and that they have absolutely no effect on the
10708 target system.
10709
10710 @node Remote
10711 @section Remote debugging
10712 @cindex remote debugging
10713
10714 If you are trying to debug a program running on a machine that cannot run
10715 @value{GDBN} in the usual way, it is often useful to use remote debugging.
10716 For example, you might use remote debugging on an operating system kernel,
10717 or on a small system which does not have a general purpose operating system
10718 powerful enough to run a full-featured debugger.
10719
10720 Some configurations of @value{GDBN} have special serial or TCP/IP interfaces
10721 to make this work with particular debugging targets.  In addition,
10722 @value{GDBN} comes with a generic serial protocol (specific to @value{GDBN},
10723 but not specific to any particular target system) which you can use if you
10724 write the remote stubs---the code that runs on the remote system to
10725 communicate with @value{GDBN}.
10726
10727 Other remote targets may be available in your
10728 configuration of @value{GDBN}; use @code{help target} to list them.
10729
10730 @node KOD
10731 @section Kernel Object Display
10732 @cindex kernel object display
10733 @cindex KOD
10734
10735 Some targets support kernel object display.  Using this facility,
10736 @value{GDBN} communicates specially with the underlying operating system
10737 and can display information about operating system-level objects such as
10738 mutexes and other synchronization objects.  Exactly which objects can be
10739 displayed is determined on a per-OS basis.
10740
10741 @kindex set os
10742 Use the @code{set os} command to set the operating system.  This tells
10743 @value{GDBN} which kernel object display module to initialize:
10744
10745 @smallexample
10746 (@value{GDBP}) set os cisco
10747 @end smallexample
10748
10749 @kindex show os
10750 The associated command @code{show os} displays the operating system
10751 set with the @code{set os} command; if no operating system has been
10752 set, @code{show os} will display an empty string @samp{""}.
10753
10754 If @code{set os} succeeds, @value{GDBN} will display some information
10755 about the operating system, and will create a new @code{info} command
10756 which can be used to query the target.  The @code{info} command is named
10757 after the operating system:
10758
10759 @kindex info cisco
10760 @smallexample
10761 (@value{GDBP}) info cisco
10762 List of Cisco Kernel Objects
10763 Object     Description
10764 any        Any and all objects
10765 @end smallexample
10766
10767 Further subcommands can be used to query about particular objects known
10768 by the kernel.
10769
10770 There is currently no way to determine whether a given operating
10771 system is supported other than to try setting it with @kbd{set os
10772 @var{name}}, where @var{name} is the name of the operating system you
10773 want to try.
10774
10775
10776 @node Remote Debugging
10777 @chapter Debugging remote programs
10778
10779 @menu
10780 * Connecting::                  Connecting to a remote target
10781 * Server::                      Using the gdbserver program
10782 * NetWare::                     Using the gdbserve.nlm program
10783 * Remote configuration::        Remote configuration
10784 * remote stub::                 Implementing a remote stub
10785 @end menu
10786
10787 @node Connecting
10788 @section Connecting to a remote target
10789
10790 On the @value{GDBN} host machine, you will need an unstripped copy of
10791 your program, since @value{GDBN} needs symobl and debugging information.
10792 Start up @value{GDBN} as usual, using the name of the local copy of your
10793 program as the first argument.
10794
10795 @cindex serial line, @code{target remote}
10796 If you're using a serial line, you may want to give @value{GDBN} the
10797 @w{@samp{--baud}} option, or use the @code{set remotebaud} command
10798 before the @code{target} command.
10799
10800 After that, use @code{target remote} to establish communications with
10801 the target machine.  Its argument specifies how to communicate---either
10802 via a devicename attached to a direct serial line, or a TCP or UDP port
10803 (possibly to a terminal server which in turn has a serial line to the
10804 target).  For example, to use a serial line connected to the device
10805 named @file{/dev/ttyb}:
10806
10807 @smallexample
10808 target remote /dev/ttyb
10809 @end smallexample
10810
10811 @cindex TCP port, @code{target remote}
10812 To use a TCP connection, use an argument of the form
10813 @code{@var{host}:@var{port}} or @code{tcp:@var{host}:@var{port}}.
10814 For example, to connect to port 2828 on a
10815 terminal server named @code{manyfarms}:
10816
10817 @smallexample
10818 target remote manyfarms:2828
10819 @end smallexample
10820
10821 If your remote target is actually running on the same machine as
10822 your debugger session (e.g.@: a simulator of your target running on
10823 the same host), you can omit the hostname.  For example, to connect
10824 to port 1234 on your local machine:
10825
10826 @smallexample
10827 target remote :1234
10828 @end smallexample
10829 @noindent
10830
10831 Note that the colon is still required here.
10832
10833 @cindex UDP port, @code{target remote}
10834 To use a UDP connection, use an argument of the form
10835 @code{udp:@var{host}:@var{port}}.  For example, to connect to UDP port 2828
10836 on a terminal server named @code{manyfarms}:
10837
10838 @smallexample
10839 target remote udp:manyfarms:2828
10840 @end smallexample
10841
10842 When using a UDP connection for remote debugging, you should keep in mind
10843 that the `U' stands for ``Unreliable''.  UDP can silently drop packets on
10844 busy or unreliable networks, which will cause havoc with your debugging
10845 session.
10846
10847 Now you can use all the usual commands to examine and change data and to
10848 step and continue the remote program.
10849
10850 @cindex interrupting remote programs
10851 @cindex remote programs, interrupting
10852 Whenever @value{GDBN} is waiting for the remote program, if you type the
10853 interrupt character (often @key{C-C}), @value{GDBN} attempts to stop the
10854 program.  This may or may not succeed, depending in part on the hardware
10855 and the serial drivers the remote system uses.  If you type the
10856 interrupt character once again, @value{GDBN} displays this prompt:
10857
10858 @smallexample
10859 Interrupted while waiting for the program.
10860 Give up (and stop debugging it)?  (y or n)
10861 @end smallexample
10862
10863 If you type @kbd{y}, @value{GDBN} abandons the remote debugging session.
10864 (If you decide you want to try again later, you can use @samp{target
10865 remote} again to connect once more.)  If you type @kbd{n}, @value{GDBN}
10866 goes back to waiting.
10867
10868 @table @code
10869 @kindex detach (remote)
10870 @item detach
10871 When you have finished debugging the remote program, you can use the
10872 @code{detach} command to release it from @value{GDBN} control.
10873 Detaching from the target normally resumes its execution, but the results
10874 will depend on your particular remote stub.  After the @code{detach}
10875 command, @value{GDBN} is free to connect to another target.
10876
10877 @kindex disconnect
10878 @item disconnect
10879 The @code{disconnect} command behaves like @code{detach}, except that
10880 the target is generally not resumed.  It will wait for @value{GDBN}
10881 (this instance or another one) to connect and continue debugging.  After
10882 the @code{disconnect} command, @value{GDBN} is again free to connect to
10883 another target.
10884 @end table
10885
10886 @node Server
10887 @section Using the @code{gdbserver} program
10888
10889 @kindex gdbserver
10890 @cindex remote connection without stubs
10891 @code{gdbserver} is a control program for Unix-like systems, which
10892 allows you to connect your program with a remote @value{GDBN} via
10893 @code{target remote}---but without linking in the usual debugging stub.
10894
10895 @code{gdbserver} is not a complete replacement for the debugging stubs,
10896 because it requires essentially the same operating-system facilities
10897 that @value{GDBN} itself does.  In fact, a system that can run
10898 @code{gdbserver} to connect to a remote @value{GDBN} could also run
10899 @value{GDBN} locally!  @code{gdbserver} is sometimes useful nevertheless,
10900 because it is a much smaller program than @value{GDBN} itself.  It is
10901 also easier to port than all of @value{GDBN}, so you may be able to get
10902 started more quickly on a new system by using @code{gdbserver}.
10903 Finally, if you develop code for real-time systems, you may find that
10904 the tradeoffs involved in real-time operation make it more convenient to
10905 do as much development work as possible on another system, for example
10906 by cross-compiling.  You can use @code{gdbserver} to make a similar
10907 choice for debugging.
10908
10909 @value{GDBN} and @code{gdbserver} communicate via either a serial line
10910 or a TCP connection, using the standard @value{GDBN} remote serial
10911 protocol.
10912
10913 @table @emph
10914 @item On the target machine,
10915 you need to have a copy of the program you want to debug.
10916 @code{gdbserver} does not need your program's symbol table, so you can
10917 strip the program if necessary to save space.  @value{GDBN} on the host
10918 system does all the symbol handling.
10919
10920 To use the server, you must tell it how to communicate with @value{GDBN};
10921 the name of your program; and the arguments for your program.  The usual
10922 syntax is:
10923
10924 @smallexample
10925 target> gdbserver @var{comm} @var{program} [ @var{args} @dots{} ]
10926 @end smallexample
10927
10928 @var{comm} is either a device name (to use a serial line) or a TCP
10929 hostname and portnumber.  For example, to debug Emacs with the argument
10930 @samp{foo.txt} and communicate with @value{GDBN} over the serial port
10931 @file{/dev/com1}:
10932
10933 @smallexample
10934 target> gdbserver /dev/com1 emacs foo.txt
10935 @end smallexample
10936
10937 @code{gdbserver} waits passively for the host @value{GDBN} to communicate
10938 with it.
10939
10940 To use a TCP connection instead of a serial line:
10941
10942 @smallexample
10943 target> gdbserver host:2345 emacs foo.txt
10944 @end smallexample
10945
10946 The only difference from the previous example is the first argument,
10947 specifying that you are communicating with the host @value{GDBN} via
10948 TCP.  The @samp{host:2345} argument means that @code{gdbserver} is to
10949 expect a TCP connection from machine @samp{host} to local TCP port 2345.
10950 (Currently, the @samp{host} part is ignored.)  You can choose any number
10951 you want for the port number as long as it does not conflict with any
10952 TCP ports already in use on the target system (for example, @code{23} is
10953 reserved for @code{telnet}).@footnote{If you choose a port number that
10954 conflicts with another service, @code{gdbserver} prints an error message
10955 and exits.}  You must use the same port number with the host @value{GDBN}
10956 @code{target remote} command.
10957
10958 On some targets, @code{gdbserver} can also attach to running programs.
10959 This is accomplished via the @code{--attach} argument.  The syntax is:
10960
10961 @smallexample
10962 target> gdbserver @var{comm} --attach @var{pid}
10963 @end smallexample
10964
10965 @var{pid} is the process ID of a currently running process.  It isn't necessary
10966 to point @code{gdbserver} at a binary for the running process.
10967
10968 @pindex pidof
10969 @cindex attach to a program by name
10970 You can debug processes by name instead of process ID if your target has the
10971 @code{pidof} utility:
10972
10973 @smallexample
10974 target> gdbserver @var{comm} --attach `pidof @var{PROGRAM}`
10975 @end smallexample
10976
10977 In case more than one copy of @var{PROGRAM} is running, or @var{PROGRAM}
10978 has multiple threads, most versions of @code{pidof} support the
10979 @code{-s} option to only return the first process ID.
10980
10981 @item On the host machine,
10982 connect to your target (@pxref{Connecting,,Connecting to a remote target}).
10983 For TCP connections, you must start up @code{gdbserver} prior to using
10984 the @code{target remote} command.  Otherwise you may get an error whose
10985 text depends on the host system, but which usually looks something like
10986 @samp{Connection refused}.  You don't need to use the @code{load}
10987 command in @value{GDBN} when using gdbserver, since the program is
10988 already on the target.
10989
10990 @end table
10991
10992 @node NetWare
10993 @section Using the @code{gdbserve.nlm} program
10994
10995 @kindex gdbserve.nlm
10996 @code{gdbserve.nlm} is a control program for NetWare systems, which
10997 allows you to connect your program with a remote @value{GDBN} via
10998 @code{target remote}.
10999
11000 @value{GDBN} and @code{gdbserve.nlm} communicate via a serial line,
11001 using the standard @value{GDBN} remote serial protocol.
11002
11003 @table @emph
11004 @item On the target machine,
11005 you need to have a copy of the program you want to debug.
11006 @code{gdbserve.nlm} does not need your program's symbol table, so you
11007 can strip the program if necessary to save space.  @value{GDBN} on the
11008 host system does all the symbol handling.
11009
11010 To use the server, you must tell it how to communicate with
11011 @value{GDBN}; the name of your program; and the arguments for your
11012 program.  The syntax is:
11013
11014 @smallexample
11015 load gdbserve [ BOARD=@var{board} ] [ PORT=@var{port} ]
11016               [ BAUD=@var{baud} ] @var{program} [ @var{args} @dots{} ]
11017 @end smallexample
11018
11019 @var{board} and @var{port} specify the serial line; @var{baud} specifies
11020 the baud rate used by the connection.  @var{port} and @var{node} default
11021 to 0, @var{baud} defaults to 9600@dmn{bps}.
11022
11023 For example, to debug Emacs with the argument @samp{foo.txt}and
11024 communicate with @value{GDBN} over serial port number 2 or board 1
11025 using a 19200@dmn{bps} connection:
11026
11027 @smallexample
11028 load gdbserve BOARD=1 PORT=2 BAUD=19200 emacs foo.txt
11029 @end smallexample
11030
11031 @item
11032 On the @value{GDBN} host machine, connect to your target (@pxref{Connecting,,
11033 Connecting to a remote target}).
11034
11035 @end table
11036
11037 @node Remote configuration
11038 @section Remote configuration
11039
11040 The following configuration options are available when debugging remote
11041 programs:
11042
11043 @table @code
11044 @kindex set remote hardware-watchpoint-limit
11045 @kindex set remote hardware-breakpoint-limit
11046 @anchor{set remote hardware-watchpoint-limit}
11047 @anchor{set remote hardware-breakpoint-limit}
11048 @item set remote hardware-watchpoint-limit @var{limit}
11049 @itemx set remote hardware-breakpoint-limit @var{limit}
11050 Restrict @value{GDBN} to using @var{limit} remote hardware breakpoint or
11051 watchpoints.  A limit of -1, the default, is treated as unlimited.
11052 @end table
11053
11054 @node remote stub
11055 @section Implementing a remote stub
11056
11057 @cindex debugging stub, example
11058 @cindex remote stub, example
11059 @cindex stub example, remote debugging
11060 The stub files provided with @value{GDBN} implement the target side of the
11061 communication protocol, and the @value{GDBN} side is implemented in the
11062 @value{GDBN} source file @file{remote.c}.  Normally, you can simply allow
11063 these subroutines to communicate, and ignore the details.  (If you're
11064 implementing your own stub file, you can still ignore the details: start
11065 with one of the existing stub files.  @file{sparc-stub.c} is the best
11066 organized, and therefore the easiest to read.)
11067
11068 @cindex remote serial debugging, overview
11069 To debug a program running on another machine (the debugging
11070 @dfn{target} machine), you must first arrange for all the usual
11071 prerequisites for the program to run by itself.  For example, for a C
11072 program, you need:
11073
11074 @enumerate
11075 @item
11076 A startup routine to set up the C runtime environment; these usually
11077 have a name like @file{crt0}.  The startup routine may be supplied by
11078 your hardware supplier, or you may have to write your own.
11079
11080 @item
11081 A C subroutine library to support your program's
11082 subroutine calls, notably managing input and output.
11083
11084 @item
11085 A way of getting your program to the other machine---for example, a
11086 download program.  These are often supplied by the hardware
11087 manufacturer, but you may have to write your own from hardware
11088 documentation.
11089 @end enumerate
11090
11091 The next step is to arrange for your program to use a serial port to
11092 communicate with the machine where @value{GDBN} is running (the @dfn{host}
11093 machine).  In general terms, the scheme looks like this:
11094
11095 @table @emph
11096 @item On the host,
11097 @value{GDBN} already understands how to use this protocol; when everything
11098 else is set up, you can simply use the @samp{target remote} command
11099 (@pxref{Targets,,Specifying a Debugging Target}).
11100
11101 @item On the target,
11102 you must link with your program a few special-purpose subroutines that
11103 implement the @value{GDBN} remote serial protocol.  The file containing these
11104 subroutines is called  a @dfn{debugging stub}.
11105
11106 On certain remote targets, you can use an auxiliary program
11107 @code{gdbserver} instead of linking a stub into your program.
11108 @xref{Server,,Using the @code{gdbserver} program}, for details.
11109 @end table
11110
11111 The debugging stub is specific to the architecture of the remote
11112 machine; for example, use @file{sparc-stub.c} to debug programs on
11113 @sc{sparc} boards.
11114
11115 @cindex remote serial stub list
11116 These working remote stubs are distributed with @value{GDBN}:
11117
11118 @table @code
11119
11120 @item i386-stub.c
11121 @cindex @file{i386-stub.c}
11122 @cindex Intel
11123 @cindex i386
11124 For Intel 386 and compatible architectures.
11125
11126 @item m68k-stub.c
11127 @cindex @file{m68k-stub.c}
11128 @cindex Motorola 680x0
11129 @cindex m680x0
11130 For Motorola 680x0 architectures.
11131
11132 @item sh-stub.c
11133 @cindex @file{sh-stub.c}
11134 @cindex Renesas
11135 @cindex SH
11136 For Renesas SH architectures.
11137
11138 @item sparc-stub.c
11139 @cindex @file{sparc-stub.c}
11140 @cindex Sparc
11141 For @sc{sparc} architectures.
11142
11143 @item sparcl-stub.c
11144 @cindex @file{sparcl-stub.c}
11145 @cindex Fujitsu
11146 @cindex SparcLite
11147 For Fujitsu @sc{sparclite} architectures.
11148
11149 @end table
11150
11151 The @file{README} file in the @value{GDBN} distribution may list other
11152 recently added stubs.
11153
11154 @menu
11155 * Stub Contents::       What the stub can do for you
11156 * Bootstrapping::       What you must do for the stub
11157 * Debug Session::       Putting it all together
11158 @end menu
11159
11160 @node Stub Contents
11161 @subsection What the stub can do for you
11162
11163 @cindex remote serial stub
11164 The debugging stub for your architecture supplies these three
11165 subroutines:
11166
11167 @table @code
11168 @item set_debug_traps
11169 @findex set_debug_traps
11170 @cindex remote serial stub, initialization
11171 This routine arranges for @code{handle_exception} to run when your
11172 program stops.  You must call this subroutine explicitly near the
11173 beginning of your program.
11174
11175 @item handle_exception
11176 @findex handle_exception
11177 @cindex remote serial stub, main routine
11178 This is the central workhorse, but your program never calls it
11179 explicitly---the setup code arranges for @code{handle_exception} to
11180 run when a trap is triggered.
11181
11182 @code{handle_exception} takes control when your program stops during
11183 execution (for example, on a breakpoint), and mediates communications
11184 with @value{GDBN} on the host machine.  This is where the communications
11185 protocol is implemented; @code{handle_exception} acts as the @value{GDBN}
11186 representative on the target machine.  It begins by sending summary
11187 information on the state of your program, then continues to execute,
11188 retrieving and transmitting any information @value{GDBN} needs, until you
11189 execute a @value{GDBN} command that makes your program resume; at that point,
11190 @code{handle_exception} returns control to your own code on the target
11191 machine.
11192
11193 @item breakpoint
11194 @cindex @code{breakpoint} subroutine, remote
11195 Use this auxiliary subroutine to make your program contain a
11196 breakpoint.  Depending on the particular situation, this may be the only
11197 way for @value{GDBN} to get control.  For instance, if your target
11198 machine has some sort of interrupt button, you won't need to call this;
11199 pressing the interrupt button transfers control to
11200 @code{handle_exception}---in effect, to @value{GDBN}.  On some machines,
11201 simply receiving characters on the serial port may also trigger a trap;
11202 again, in that situation, you don't need to call @code{breakpoint} from
11203 your own program---simply running @samp{target remote} from the host
11204 @value{GDBN} session gets control.
11205
11206 Call @code{breakpoint} if none of these is true, or if you simply want
11207 to make certain your program stops at a predetermined point for the
11208 start of your debugging session.
11209 @end table
11210
11211 @node Bootstrapping
11212 @subsection What you must do for the stub
11213
11214 @cindex remote stub, support routines
11215 The debugging stubs that come with @value{GDBN} are set up for a particular
11216 chip architecture, but they have no information about the rest of your
11217 debugging target machine.
11218
11219 First of all you need to tell the stub how to communicate with the
11220 serial port.
11221
11222 @table @code
11223 @item int getDebugChar()
11224 @findex getDebugChar
11225 Write this subroutine to read a single character from the serial port.
11226 It may be identical to @code{getchar} for your target system; a
11227 different name is used to allow you to distinguish the two if you wish.
11228
11229 @item void putDebugChar(int)
11230 @findex putDebugChar
11231 Write this subroutine to write a single character to the serial port.
11232 It may be identical to @code{putchar} for your target system; a
11233 different name is used to allow you to distinguish the two if you wish.
11234 @end table
11235
11236 @cindex control C, and remote debugging
11237 @cindex interrupting remote targets
11238 If you want @value{GDBN} to be able to stop your program while it is
11239 running, you need to use an interrupt-driven serial driver, and arrange
11240 for it to stop when it receives a @code{^C} (@samp{\003}, the control-C
11241 character).  That is the character which @value{GDBN} uses to tell the
11242 remote system to stop.
11243
11244 Getting the debugging target to return the proper status to @value{GDBN}
11245 probably requires changes to the standard stub; one quick and dirty way
11246 is to just execute a breakpoint instruction (the ``dirty'' part is that
11247 @value{GDBN} reports a @code{SIGTRAP} instead of a @code{SIGINT}).
11248
11249 Other routines you need to supply are:
11250
11251 @table @code
11252 @item void exceptionHandler (int @var{exception_number}, void *@var{exception_address})
11253 @findex exceptionHandler
11254 Write this function to install @var{exception_address} in the exception
11255 handling tables.  You need to do this because the stub does not have any
11256 way of knowing what the exception handling tables on your target system
11257 are like (for example, the processor's table might be in @sc{rom},
11258 containing entries which point to a table in @sc{ram}).
11259 @var{exception_number} is the exception number which should be changed;
11260 its meaning is architecture-dependent (for example, different numbers
11261 might represent divide by zero, misaligned access, etc).  When this
11262 exception occurs, control should be transferred directly to
11263 @var{exception_address}, and the processor state (stack, registers,
11264 and so on) should be just as it is when a processor exception occurs.  So if
11265 you want to use a jump instruction to reach @var{exception_address}, it
11266 should be a simple jump, not a jump to subroutine.
11267
11268 For the 386, @var{exception_address} should be installed as an interrupt
11269 gate so that interrupts are masked while the handler runs.  The gate
11270 should be at privilege level 0 (the most privileged level).  The
11271 @sc{sparc} and 68k stubs are able to mask interrupts themselves without
11272 help from @code{exceptionHandler}.
11273
11274 @item void flush_i_cache()
11275 @findex flush_i_cache
11276 On @sc{sparc} and @sc{sparclite} only, write this subroutine to flush the
11277 instruction cache, if any, on your target machine.  If there is no
11278 instruction cache, this subroutine may be a no-op.
11279
11280 On target machines that have instruction caches, @value{GDBN} requires this
11281 function to make certain that the state of your program is stable.
11282 @end table
11283
11284 @noindent
11285 You must also make sure this library routine is available:
11286
11287 @table @code
11288 @item void *memset(void *, int, int)
11289 @findex memset
11290 This is the standard library function @code{memset} that sets an area of
11291 memory to a known value.  If you have one of the free versions of
11292 @code{libc.a}, @code{memset} can be found there; otherwise, you must
11293 either obtain it from your hardware manufacturer, or write your own.
11294 @end table
11295
11296 If you do not use the GNU C compiler, you may need other standard
11297 library subroutines as well; this varies from one stub to another,
11298 but in general the stubs are likely to use any of the common library
11299 subroutines which @code{@value{GCC}} generates as inline code.
11300
11301
11302 @node Debug Session
11303 @subsection Putting it all together
11304
11305 @cindex remote serial debugging summary
11306 In summary, when your program is ready to debug, you must follow these
11307 steps.
11308
11309 @enumerate
11310 @item
11311 Make sure you have defined the supporting low-level routines
11312 (@pxref{Bootstrapping,,What you must do for the stub}):
11313 @display
11314 @code{getDebugChar}, @code{putDebugChar},
11315 @code{flush_i_cache}, @code{memset}, @code{exceptionHandler}.
11316 @end display
11317
11318 @item
11319 Insert these lines near the top of your program:
11320
11321 @smallexample
11322 set_debug_traps();
11323 breakpoint();
11324 @end smallexample
11325
11326 @item
11327 For the 680x0 stub only, you need to provide a variable called
11328 @code{exceptionHook}.  Normally you just use:
11329
11330 @smallexample
11331 void (*exceptionHook)() = 0;
11332 @end smallexample
11333
11334 @noindent
11335 but if before calling @code{set_debug_traps}, you set it to point to a
11336 function in your program, that function is called when
11337 @code{@value{GDBN}} continues after stopping on a trap (for example, bus
11338 error).  The function indicated by @code{exceptionHook} is called with
11339 one parameter: an @code{int} which is the exception number.
11340
11341 @item
11342 Compile and link together: your program, the @value{GDBN} debugging stub for
11343 your target architecture, and the supporting subroutines.
11344
11345 @item
11346 Make sure you have a serial connection between your target machine and
11347 the @value{GDBN} host, and identify the serial port on the host.
11348
11349 @item
11350 @c The "remote" target now provides a `load' command, so we should
11351 @c document that.  FIXME.
11352 Download your program to your target machine (or get it there by
11353 whatever means the manufacturer provides), and start it.
11354
11355 @item
11356 Start @value{GDBN} on the host, and connect to the target
11357 (@pxref{Connecting,,Connecting to a remote target}).
11358
11359 @end enumerate
11360
11361 @node Configurations
11362 @chapter Configuration-Specific Information
11363
11364 While nearly all @value{GDBN} commands are available for all native and
11365 cross versions of the debugger, there are some exceptions.  This chapter
11366 describes things that are only available in certain configurations.
11367
11368 There are three major categories of configurations: native
11369 configurations, where the host and target are the same, embedded
11370 operating system configurations, which are usually the same for several
11371 different processor architectures, and bare embedded processors, which
11372 are quite different from each other.
11373
11374 @menu
11375 * Native::
11376 * Embedded OS::
11377 * Embedded Processors::
11378 * Architectures::
11379 @end menu
11380
11381 @node Native
11382 @section Native
11383
11384 This section describes details specific to particular native
11385 configurations.
11386
11387 @menu
11388 * HP-UX::                       HP-UX
11389 * BSD libkvm Interface::        Debugging BSD kernel memory images
11390 * SVR4 Process Information::    SVR4 process information
11391 * DJGPP Native::                Features specific to the DJGPP port
11392 * Cygwin Native::               Features specific to the Cygwin port
11393 @end menu
11394
11395 @node HP-UX
11396 @subsection HP-UX
11397
11398 On HP-UX systems, if you refer to a function or variable name that
11399 begins with a dollar sign, @value{GDBN} searches for a user or system
11400 name first, before it searches for a convenience variable.
11401
11402 @node BSD libkvm Interface
11403 @subsection BSD libkvm Interface
11404
11405 @cindex libkvm
11406 @cindex kernel memory image
11407 @cindex kernel crash dump
11408
11409 BSD-derived systems (FreeBSD/NetBSD/OpenBSD) have a kernel memory
11410 interface that provides a uniform interface for accessing kernel virtual
11411 memory images, including live systems and crash dumps.  @value{GDBN}
11412 uses this interface to allow you to debug live kernels and kernel crash
11413 dumps on many native BSD configurations.  This is implemented as a
11414 special @code{kvm} debugging target.  For debugging a live system, load
11415 the currently running kernel into @value{GDBN} and connect to the
11416 @code{kvm} target:
11417
11418 @smallexample
11419 (@value{GDBP}) @b{target kvm}
11420 @end smallexample
11421
11422 For debugging crash dumps, provide the file name of the crash dump as an
11423 argument:
11424
11425 @smallexample
11426 (@value{GDBP}) @b{target kvm /var/crash/bsd.0}
11427 @end smallexample
11428
11429 Once connected to the @code{kvm} target, the following commands are
11430 available:
11431
11432 @table @code
11433 @kindex kvm
11434 @item kvm pcb
11435 Set current context from pcb address.
11436
11437 @item kvm proc
11438 Set current context from proc address.  This command isn't available on
11439 modern FreeBSD systems.
11440 @end table
11441
11442 @node SVR4 Process Information
11443 @subsection SVR4 process information
11444
11445 @kindex /proc
11446 @cindex process image
11447
11448 Many versions of SVR4 provide a facility called @samp{/proc} that can be
11449 used to examine the image of a running process using file-system
11450 subroutines.  If @value{GDBN} is configured for an operating system with
11451 this facility, the command @code{info proc} is available to report on
11452 several kinds of information about the process running your program.
11453 @code{info proc} works only on SVR4 systems that include the
11454 @code{procfs} code.  This includes OSF/1 (Digital Unix), Solaris, Irix,
11455 and Unixware, but not HP-UX or @sc{gnu}/Linux, for example.
11456
11457 @table @code
11458 @kindex info proc
11459 @item info proc
11460 Summarize available information about the process.
11461
11462 @kindex info proc mappings
11463 @item info proc mappings
11464 Report on the address ranges accessible in the program, with information
11465 on whether your program may read, write, or execute each range.
11466 @ignore
11467 @comment These sub-options of 'info proc' were not included when
11468 @comment procfs.c was re-written.  Keep their descriptions around
11469 @comment against the day when someone finds the time to put them back in.
11470 @kindex info proc times
11471 @item info proc times
11472 Starting time, user CPU time, and system CPU time for your program and
11473 its children.
11474
11475 @kindex info proc id
11476 @item info proc id
11477 Report on the process IDs related to your program: its own process ID,
11478 the ID of its parent, the process group ID, and the session ID.
11479
11480 @kindex info proc status
11481 @item info proc status
11482 General information on the state of the process.  If the process is
11483 stopped, this report includes the reason for stopping, and any signal
11484 received.
11485
11486 @item info proc all
11487 Show all the above information about the process.
11488 @end ignore
11489 @end table
11490
11491 @node DJGPP Native
11492 @subsection Features for Debugging @sc{djgpp} Programs
11493 @cindex @sc{djgpp} debugging
11494 @cindex native @sc{djgpp} debugging
11495 @cindex MS-DOS-specific commands
11496
11497 @sc{djgpp} is the port of @sc{gnu} development tools to MS-DOS and
11498 MS-Windows.  @sc{djgpp} programs are 32-bit protected-mode programs
11499 that use the @dfn{DPMI} (DOS Protected-Mode Interface) API to run on
11500 top of real-mode DOS systems and their emulations.
11501
11502 @value{GDBN} supports native debugging of @sc{djgpp} programs, and
11503 defines a few commands specific to the @sc{djgpp} port.  This
11504 subsection describes those commands.
11505
11506 @table @code
11507 @kindex info dos
11508 @item info dos
11509 This is a prefix of @sc{djgpp}-specific commands which print
11510 information about the target system and important OS structures.
11511
11512 @kindex sysinfo
11513 @cindex MS-DOS system info
11514 @cindex free memory information (MS-DOS)
11515 @item info dos sysinfo
11516 This command displays assorted information about the underlying
11517 platform: the CPU type and features, the OS version and flavor, the
11518 DPMI version, and the available conventional and DPMI memory.
11519
11520 @cindex GDT
11521 @cindex LDT
11522 @cindex IDT
11523 @cindex segment descriptor tables
11524 @cindex descriptor tables display
11525 @item info dos gdt
11526 @itemx info dos ldt
11527 @itemx info dos idt
11528 These 3 commands display entries from, respectively, Global, Local,
11529 and Interrupt Descriptor Tables (GDT, LDT, and IDT).  The descriptor
11530 tables are data structures which store a descriptor for each segment
11531 that is currently in use.  The segment's selector is an index into a
11532 descriptor table; the table entry for that index holds the
11533 descriptor's base address and limit, and its attributes and access
11534 rights.
11535
11536 A typical @sc{djgpp} program uses 3 segments: a code segment, a data
11537 segment (used for both data and the stack), and a DOS segment (which
11538 allows access to DOS/BIOS data structures and absolute addresses in
11539 conventional memory).  However, the DPMI host will usually define
11540 additional segments in order to support the DPMI environment.
11541
11542 @cindex garbled pointers
11543 These commands allow to display entries from the descriptor tables.
11544 Without an argument, all entries from the specified table are
11545 displayed.  An argument, which should be an integer expression, means
11546 display a single entry whose index is given by the argument.  For
11547 example, here's a convenient way to display information about the
11548 debugged program's data segment:
11549
11550 @smallexample
11551 @exdent @code{(@value{GDBP}) info dos ldt $ds}
11552 @exdent @code{0x13f: base=0x11970000 limit=0x0009ffff 32-Bit Data (Read/Write, Exp-up)}
11553 @end smallexample
11554
11555 @noindent
11556 This comes in handy when you want to see whether a pointer is outside
11557 the data segment's limit (i.e.@: @dfn{garbled}).
11558
11559 @cindex page tables display (MS-DOS)
11560 @item info dos pde
11561 @itemx info dos pte
11562 These two commands display entries from, respectively, the Page
11563 Directory and the Page Tables.  Page Directories and Page Tables are
11564 data structures which control how virtual memory addresses are mapped
11565 into physical addresses.  A Page Table includes an entry for every
11566 page of memory that is mapped into the program's address space; there
11567 may be several Page Tables, each one holding up to 4096 entries.  A
11568 Page Directory has up to 4096 entries, one each for every Page Table
11569 that is currently in use.
11570
11571 Without an argument, @kbd{info dos pde} displays the entire Page
11572 Directory, and @kbd{info dos pte} displays all the entries in all of
11573 the Page Tables.  An argument, an integer expression, given to the
11574 @kbd{info dos pde} command means display only that entry from the Page
11575 Directory table.  An argument given to the @kbd{info dos pte} command
11576 means display entries from a single Page Table, the one pointed to by
11577 the specified entry in the Page Directory.
11578
11579 @cindex direct memory access (DMA) on MS-DOS
11580 These commands are useful when your program uses @dfn{DMA} (Direct
11581 Memory Access), which needs physical addresses to program the DMA
11582 controller.
11583
11584 These commands are supported only with some DPMI servers.
11585
11586 @cindex physical address from linear address
11587 @item info dos address-pte @var{addr}
11588 This command displays the Page Table entry for a specified linear
11589 address.  The argument linear address @var{addr} should already have the
11590 appropriate segment's base address added to it, because this command
11591 accepts addresses which may belong to @emph{any} segment.  For
11592 example, here's how to display the Page Table entry for the page where
11593 the variable @code{i} is stored:
11594
11595 @smallexample
11596 @exdent @code{(@value{GDBP}) info dos address-pte __djgpp_base_address + (char *)&i}
11597 @exdent @code{Page Table entry for address 0x11a00d30:}
11598 @exdent @code{Base=0x02698000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0xd30}
11599 @end smallexample
11600
11601 @noindent
11602 This says that @code{i} is stored at offset @code{0xd30} from the page
11603 whose physical base address is @code{0x02698000}, and prints all the
11604 attributes of that page.
11605
11606 Note that you must cast the addresses of variables to a @code{char *},
11607 since otherwise the value of @code{__djgpp_base_address}, the base
11608 address of all variables and functions in a @sc{djgpp} program, will
11609 be added using the rules of C pointer arithmetics: if @code{i} is
11610 declared an @code{int}, @value{GDBN} will add 4 times the value of
11611 @code{__djgpp_base_address} to the address of @code{i}.
11612
11613 Here's another example, it displays the Page Table entry for the
11614 transfer buffer:
11615
11616 @smallexample
11617 @exdent @code{(@value{GDBP}) info dos address-pte *((unsigned *)&_go32_info_block + 3)}
11618 @exdent @code{Page Table entry for address 0x29110:}
11619 @exdent @code{Base=0x00029000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0x110}
11620 @end smallexample
11621
11622 @noindent
11623 (The @code{+ 3} offset is because the transfer buffer's address is the
11624 3rd member of the @code{_go32_info_block} structure.)  The output of
11625 this command clearly shows that addresses in conventional memory are
11626 mapped 1:1, i.e.@: the physical and linear addresses are identical.
11627
11628 This command is supported only with some DPMI servers.
11629 @end table
11630
11631 @node Cygwin Native
11632 @subsection Features for Debugging MS Windows PE executables
11633 @cindex MS Windows debugging
11634 @cindex native Cygwin debugging
11635 @cindex Cygwin-specific commands
11636
11637 @value{GDBN} supports native debugging of MS Windows programs, including
11638 DLLs with and without symbolic debugging information. There are various
11639 additional Cygwin-specific commands, described in this subsection.  The
11640 subsubsection @pxref{Non-debug DLL symbols} describes working with DLLs
11641 that have no debugging symbols.
11642
11643
11644 @table @code
11645 @kindex info w32
11646 @item info w32
11647 This is a prefix of MS Windows specific commands which print
11648 information about the target system and important OS structures.
11649
11650 @item info w32 selector
11651 This command displays information returned by
11652 the Win32 API @code{GetThreadSelectorEntry} function.
11653 It takes an optional argument that is evaluated to
11654 a long value to give the information about this given selector.
11655 Without argument, this command displays information
11656 about the the six segment registers.
11657
11658 @kindex info dll
11659 @item info dll
11660 This is a Cygwin specific alias of info shared.
11661
11662 @kindex dll-symbols
11663 @item dll-symbols
11664 This command loads symbols from a dll similarly to
11665 add-sym command but without the need to specify a base address.
11666
11667 @kindex set new-console
11668 @item set new-console @var{mode}
11669 If @var{mode} is @code{on} the debuggee will
11670 be started in a new console on next start.
11671 If @var{mode} is @code{off}i, the debuggee will
11672 be started in the same console as the debugger.
11673
11674 @kindex show new-console
11675 @item show new-console
11676 Displays whether a new console is used
11677 when the debuggee is started.
11678
11679 @kindex set new-group
11680 @item set new-group @var{mode}
11681 This boolean value controls whether the debuggee should
11682 start a new group or stay in the same group as the debugger.
11683 This affects the way the Windows OS handles
11684 Ctrl-C.
11685
11686 @kindex show new-group
11687 @item show new-group
11688 Displays current value of new-group boolean.
11689
11690 @kindex set debugevents
11691 @item set debugevents
11692 This boolean value adds debug output concerning events seen by the debugger.
11693
11694 @kindex set debugexec
11695 @item set debugexec
11696 This boolean value adds debug output concerning execute events
11697 seen by the debugger.
11698
11699 @kindex set debugexceptions
11700 @item set debugexceptions
11701 This boolean value adds debug ouptut concerning exception events
11702 seen by the debugger.
11703
11704 @kindex set debugmemory
11705 @item set debugmemory
11706 This boolean value adds debug ouptut concerning memory events
11707 seen by the debugger.
11708
11709 @kindex set shell
11710 @item set shell
11711 This boolean values specifies whether the debuggee is called
11712 via a shell or directly (default value is on).
11713
11714 @kindex show shell
11715 @item show shell
11716 Displays if the debuggee will be started with a shell.
11717
11718 @end table
11719
11720 @menu
11721 * Non-debug DLL symbols::  Support for DLLs without debugging symbols
11722 @end menu
11723
11724 @node Non-debug DLL symbols
11725 @subsubsection Support for DLLs without debugging symbols
11726 @cindex DLLs with no debugging symbols
11727 @cindex Minimal symbols and DLLs
11728
11729 Very often on windows, some of the DLLs that your program relies on do
11730 not include symbolic debugging information (for example,
11731 @file{kernel32.dll}). When @value{GDBN} doesn't recognize any debugging
11732 symbols in a DLL, it relies on the minimal amount of symbolic
11733 information contained in the DLL's export table. This subsubsection
11734 describes working with such symbols, known internally to @value{GDBN} as
11735 ``minimal symbols''.
11736
11737 Note that before the debugged program has started execution, no DLLs
11738 will have been loaded. The easiest way around this problem is simply to
11739 start the program --- either by setting a breakpoint or letting the
11740 program run once to completion. It is also possible to force
11741 @value{GDBN} to load a particular DLL before starting the executable ---
11742 see the shared library information in @pxref{Files} or the
11743 @code{dll-symbols} command in @pxref{Cygwin Native}. Currently,
11744 explicitly loading symbols from a DLL with no debugging information will
11745 cause the symbol names to be duplicated in @value{GDBN}'s lookup table,
11746 which may adversely affect symbol lookup performance.
11747
11748 @subsubsection DLL name prefixes
11749
11750 In keeping with the naming conventions used by the Microsoft debugging
11751 tools, DLL export symbols are made available with a prefix based on the
11752 DLL name, for instance @code{KERNEL32!CreateFileA}.  The plain name is
11753 also entered into the symbol table, so @code{CreateFileA} is often
11754 sufficient. In some cases there will be name clashes within a program
11755 (particularly if the executable itself includes full debugging symbols)
11756 necessitating the use of the fully qualified name when referring to the
11757 contents of the DLL. Use single-quotes around the name to avoid the
11758 exclamation mark (``!'')  being interpreted as a language operator.
11759
11760 Note that the internal name of the DLL may be all upper-case, even
11761 though the file name of the DLL is lower-case, or vice-versa. Since
11762 symbols within @value{GDBN} are @emph{case-sensitive} this may cause
11763 some confusion. If in doubt, try the @code{info functions} and
11764 @code{info variables} commands or even @code{maint print msymbols} (see
11765 @pxref{Symbols}). Here's an example:
11766
11767 @smallexample
11768 (@value{GDBP}) info function CreateFileA
11769 All functions matching regular expression "CreateFileA":
11770
11771 Non-debugging symbols:
11772 0x77e885f4  CreateFileA
11773 0x77e885f4  KERNEL32!CreateFileA
11774 @end smallexample
11775
11776 @smallexample
11777 (@value{GDBP}) info function !
11778 All functions matching regular expression "!":
11779
11780 Non-debugging symbols:
11781 0x6100114c  cygwin1!__assert
11782 0x61004034  cygwin1!_dll_crt0@@0
11783 0x61004240  cygwin1!dll_crt0(per_process *)
11784 [etc...]
11785 @end smallexample
11786
11787 @subsubsection Working with minimal symbols
11788
11789 Symbols extracted from a DLL's export table do not contain very much
11790 type information. All that @value{GDBN} can do is guess whether a symbol
11791 refers to a function or variable depending on the linker section that
11792 contains the symbol. Also note that the actual contents of the memory
11793 contained in a DLL are not available unless the program is running. This
11794 means that you cannot examine the contents of a variable or disassemble
11795 a function within a DLL without a running program.
11796
11797 Variables are generally treated as pointers and dereferenced
11798 automatically. For this reason, it is often necessary to prefix a
11799 variable name with the address-of operator (``&'') and provide explicit
11800 type information in the command. Here's an example of the type of
11801 problem:
11802
11803 @smallexample
11804 (@value{GDBP}) print 'cygwin1!__argv'
11805 $1 = 268572168
11806 @end smallexample
11807
11808 @smallexample
11809 (@value{GDBP}) x 'cygwin1!__argv'
11810 0x10021610:      "\230y\""
11811 @end smallexample
11812
11813 And two possible solutions:
11814
11815 @smallexample
11816 (@value{GDBP}) print ((char **)'cygwin1!__argv')[0]
11817 $2 = 0x22fd98 "/cygdrive/c/mydirectory/myprogram"
11818 @end smallexample
11819
11820 @smallexample
11821 (@value{GDBP}) x/2x &'cygwin1!__argv'
11822 0x610c0aa8 <cygwin1!__argv>:    0x10021608      0x00000000
11823 (@value{GDBP}) x/x 0x10021608
11824 0x10021608:     0x0022fd98
11825 (@value{GDBP}) x/s 0x0022fd98
11826 0x22fd98:        "/cygdrive/c/mydirectory/myprogram"
11827 @end smallexample
11828
11829 Setting a break point within a DLL is possible even before the program
11830 starts execution. However, under these circumstances, @value{GDBN} can't
11831 examine the initial instructions of the function in order to skip the
11832 function's frame set-up code. You can work around this by using ``*&''
11833 to set the breakpoint at a raw memory address:
11834
11835 @smallexample
11836 (@value{GDBP}) break *&'python22!PyOS_Readline'
11837 Breakpoint 1 at 0x1e04eff0
11838 @end smallexample
11839
11840 The author of these extensions is not entirely convinced that setting a
11841 break point within a shared DLL like @file{kernel32.dll} is completely
11842 safe.
11843
11844 @node Embedded OS
11845 @section Embedded Operating Systems
11846
11847 This section describes configurations involving the debugging of
11848 embedded operating systems that are available for several different
11849 architectures.
11850
11851 @menu
11852 * VxWorks::                     Using @value{GDBN} with VxWorks
11853 @end menu
11854
11855 @value{GDBN} includes the ability to debug programs running on
11856 various real-time operating systems.
11857
11858 @node VxWorks
11859 @subsection Using @value{GDBN} with VxWorks
11860
11861 @cindex VxWorks
11862
11863 @table @code
11864
11865 @kindex target vxworks
11866 @item target vxworks @var{machinename}
11867 A VxWorks system, attached via TCP/IP.  The argument @var{machinename}
11868 is the target system's machine name or IP address.
11869
11870 @end table
11871
11872 On VxWorks, @code{load} links @var{filename} dynamically on the
11873 current target system as well as adding its symbols in @value{GDBN}.
11874
11875 @value{GDBN} enables developers to spawn and debug tasks running on networked
11876 VxWorks targets from a Unix host.  Already-running tasks spawned from
11877 the VxWorks shell can also be debugged.  @value{GDBN} uses code that runs on
11878 both the Unix host and on the VxWorks target.  The program
11879 @code{@value{GDBP}} is installed and executed on the Unix host.  (It may be
11880 installed with the name @code{vxgdb}, to distinguish it from a
11881 @value{GDBN} for debugging programs on the host itself.)
11882
11883 @table @code
11884 @item VxWorks-timeout @var{args}
11885 @kindex vxworks-timeout
11886 All VxWorks-based targets now support the option @code{vxworks-timeout}.
11887 This option is set by the user, and  @var{args} represents the number of
11888 seconds @value{GDBN} waits for responses to rpc's.  You might use this if
11889 your VxWorks target is a slow software simulator or is on the far side
11890 of a thin network line.
11891 @end table
11892
11893 The following information on connecting to VxWorks was current when
11894 this manual was produced; newer releases of VxWorks may use revised
11895 procedures.
11896
11897 @findex INCLUDE_RDB
11898 To use @value{GDBN} with VxWorks, you must rebuild your VxWorks kernel
11899 to include the remote debugging interface routines in the VxWorks
11900 library @file{rdb.a}.  To do this, define @code{INCLUDE_RDB} in the
11901 VxWorks configuration file @file{configAll.h} and rebuild your VxWorks
11902 kernel.  The resulting kernel contains @file{rdb.a}, and spawns the
11903 source debugging task @code{tRdbTask} when VxWorks is booted.  For more
11904 information on configuring and remaking VxWorks, see the manufacturer's
11905 manual.
11906 @c VxWorks, see the @cite{VxWorks Programmer's Guide}.
11907
11908 Once you have included @file{rdb.a} in your VxWorks system image and set
11909 your Unix execution search path to find @value{GDBN}, you are ready to
11910 run @value{GDBN}.  From your Unix host, run @code{@value{GDBP}} (or
11911 @code{vxgdb}, depending on your installation).
11912
11913 @value{GDBN} comes up showing the prompt:
11914
11915 @smallexample
11916 (vxgdb)
11917 @end smallexample
11918
11919 @menu
11920 * VxWorks Connection::          Connecting to VxWorks
11921 * VxWorks Download::            VxWorks download
11922 * VxWorks Attach::              Running tasks
11923 @end menu
11924
11925 @node VxWorks Connection
11926 @subsubsection Connecting to VxWorks
11927
11928 The @value{GDBN} command @code{target} lets you connect to a VxWorks target on the
11929 network.  To connect to a target whose host name is ``@code{tt}'', type:
11930
11931 @smallexample
11932 (vxgdb) target vxworks tt
11933 @end smallexample
11934
11935 @need 750
11936 @value{GDBN} displays messages like these:
11937
11938 @smallexample
11939 Attaching remote machine across net...
11940 Connected to tt.
11941 @end smallexample
11942
11943 @need 1000
11944 @value{GDBN} then attempts to read the symbol tables of any object modules
11945 loaded into the VxWorks target since it was last booted.  @value{GDBN} locates
11946 these files by searching the directories listed in the command search
11947 path (@pxref{Environment, ,Your program's environment}); if it fails
11948 to find an object file, it displays a message such as:
11949
11950 @smallexample
11951 prog.o: No such file or directory.
11952 @end smallexample
11953
11954 When this happens, add the appropriate directory to the search path with
11955 the @value{GDBN} command @code{path}, and execute the @code{target}
11956 command again.
11957
11958 @node VxWorks Download
11959 @subsubsection VxWorks download
11960
11961 @cindex download to VxWorks
11962 If you have connected to the VxWorks target and you want to debug an
11963 object that has not yet been loaded, you can use the @value{GDBN}
11964 @code{load} command to download a file from Unix to VxWorks
11965 incrementally.  The object file given as an argument to the @code{load}
11966 command is actually opened twice: first by the VxWorks target in order
11967 to download the code, then by @value{GDBN} in order to read the symbol
11968 table.  This can lead to problems if the current working directories on
11969 the two systems differ.  If both systems have NFS mounted the same
11970 filesystems, you can avoid these problems by using absolute paths.
11971 Otherwise, it is simplest to set the working directory on both systems
11972 to the directory in which the object file resides, and then to reference
11973 the file by its name, without any path.  For instance, a program
11974 @file{prog.o} may reside in @file{@var{vxpath}/vw/demo/rdb} in VxWorks
11975 and in @file{@var{hostpath}/vw/demo/rdb} on the host.  To load this
11976 program, type this on VxWorks:
11977
11978 @smallexample
11979 -> cd "@var{vxpath}/vw/demo/rdb"
11980 @end smallexample
11981
11982 @noindent
11983 Then, in @value{GDBN}, type:
11984
11985 @smallexample
11986 (vxgdb) cd @var{hostpath}/vw/demo/rdb
11987 (vxgdb) load prog.o
11988 @end smallexample
11989
11990 @value{GDBN} displays a response similar to this:
11991
11992 @smallexample
11993 Reading symbol data from wherever/vw/demo/rdb/prog.o... done.
11994 @end smallexample
11995
11996 You can also use the @code{load} command to reload an object module
11997 after editing and recompiling the corresponding source file.  Note that
11998 this makes @value{GDBN} delete all currently-defined breakpoints,
11999 auto-displays, and convenience variables, and to clear the value
12000 history.  (This is necessary in order to preserve the integrity of
12001 debugger's data structures that reference the target system's symbol
12002 table.)
12003
12004 @node VxWorks Attach
12005 @subsubsection Running tasks
12006
12007 @cindex running VxWorks tasks
12008 You can also attach to an existing task using the @code{attach} command as
12009 follows:
12010
12011 @smallexample
12012 (vxgdb) attach @var{task}
12013 @end smallexample
12014
12015 @noindent
12016 where @var{task} is the VxWorks hexadecimal task ID.  The task can be running
12017 or suspended when you attach to it.  Running tasks are suspended at
12018 the time of attachment.
12019
12020 @node Embedded Processors
12021 @section Embedded Processors
12022
12023 This section goes into details specific to particular embedded
12024 configurations.
12025
12026
12027 @menu
12028 * ARM::                         ARM
12029 * H8/300::                      Renesas H8/300
12030 * H8/500::                      Renesas H8/500
12031 * M32R/D::                      Renesas M32R/D
12032 * M68K::                        Motorola M68K
12033 * MIPS Embedded::               MIPS Embedded
12034 * OpenRISC 1000::               OpenRisc 1000
12035 * PA::                          HP PA Embedded
12036 * PowerPC:                      PowerPC
12037 * SH::                          Renesas SH
12038 * Sparclet::                    Tsqware Sparclet
12039 * Sparclite::                   Fujitsu Sparclite
12040 * ST2000::                      Tandem ST2000
12041 * Z8000::                       Zilog Z8000
12042 @end menu
12043
12044 @node ARM
12045 @subsection ARM
12046
12047 @table @code
12048
12049 @kindex target rdi
12050 @item target rdi @var{dev}
12051 ARM Angel monitor, via RDI library interface to ADP protocol.  You may
12052 use this target to communicate with both boards running the Angel
12053 monitor, or with the EmbeddedICE JTAG debug device.
12054
12055 @kindex target rdp
12056 @item target rdp @var{dev}
12057 ARM Demon monitor.
12058
12059 @end table
12060
12061 @node H8/300
12062 @subsection Renesas H8/300
12063
12064 @table @code
12065
12066 @kindex target hms@r{, with H8/300}
12067 @item target hms @var{dev}
12068 A Renesas SH, H8/300, or H8/500 board, attached via serial line to your host.
12069 Use special commands @code{device} and @code{speed} to control the serial
12070 line and the communications speed used.
12071
12072 @kindex target e7000@r{, with H8/300}
12073 @item target e7000 @var{dev}
12074 E7000 emulator for Renesas H8 and SH.
12075
12076 @kindex target sh3@r{, with H8/300}
12077 @kindex target sh3e@r{, with H8/300}
12078 @item target sh3 @var{dev}
12079 @itemx target sh3e @var{dev}
12080 Renesas SH-3 and SH-3E target systems.
12081
12082 @end table
12083
12084 @cindex download to H8/300 or H8/500
12085 @cindex H8/300 or H8/500 download
12086 @cindex download to Renesas SH
12087 @cindex Renesas SH download
12088 When you select remote debugging to a Renesas SH, H8/300, or H8/500
12089 board, the @code{load} command downloads your program to the Renesas
12090 board and also opens it as the current executable target for
12091 @value{GDBN} on your host (like the @code{file} command).
12092
12093 @value{GDBN} needs to know these things to talk to your
12094 Renesas SH, H8/300, or H8/500:
12095
12096 @enumerate
12097 @item
12098 that you want to use @samp{target hms}, the remote debugging interface
12099 for Renesas microprocessors, or @samp{target e7000}, the in-circuit
12100 emulator for the Renesas SH and the Renesas 300H.  (@samp{target hms} is
12101 the default when @value{GDBN} is configured specifically for the Renesas SH,
12102 H8/300, or H8/500.)
12103
12104 @item
12105 what serial device connects your host to your Renesas board (the first
12106 serial device available on your host is the default).
12107
12108 @item
12109 what speed to use over the serial device.
12110 @end enumerate
12111
12112 @menu
12113 * Renesas Boards::      Connecting to Renesas boards.
12114 * Renesas ICE::         Using the E7000 In-Circuit Emulator.
12115 * Renesas Special::     Special @value{GDBN} commands for Renesas micros.
12116 @end menu
12117
12118 @node Renesas Boards
12119 @subsubsection Connecting to Renesas boards
12120
12121 @c only for Unix hosts
12122 @kindex device
12123 @cindex serial device, Renesas micros
12124 Use the special @code{@value{GDBN}} command @samp{device @var{port}} if you
12125 need to explicitly set the serial device.  The default @var{port} is the
12126 first available port on your host.  This is only necessary on Unix
12127 hosts, where it is typically something like @file{/dev/ttya}.
12128
12129 @kindex speed
12130 @cindex serial line speed, Renesas micros
12131 @code{@value{GDBN}} has another special command to set the communications
12132 speed: @samp{speed @var{bps}}.  This command also is only used from Unix
12133 hosts; on DOS hosts, set the line speed as usual from outside @value{GDBN} with
12134 the DOS @code{mode} command (for instance,
12135 @w{@kbd{mode com2:9600,n,8,1,p}} for a 9600@dmn{bps} connection).
12136
12137 The @samp{device} and @samp{speed} commands are available only when you
12138 use a Unix host to debug your Renesas microprocessor programs.  If you
12139 use a DOS host,
12140 @value{GDBN} depends on an auxiliary terminate-and-stay-resident program
12141 called @code{asynctsr} to communicate with the development board
12142 through a PC serial port.  You must also use the DOS @code{mode} command
12143 to set up the serial port on the DOS side.
12144
12145 The following sample session illustrates the steps needed to start a
12146 program under @value{GDBN} control on an H8/300.  The example uses a
12147 sample H8/300 program called @file{t.x}.  The procedure is the same for
12148 the Renesas SH and the H8/500.
12149
12150 First hook up your development board.  In this example, we use a
12151 board attached to serial port @code{COM2}; if you use a different serial
12152 port, substitute its name in the argument of the @code{mode} command.
12153 When you call @code{asynctsr}, the auxiliary comms program used by the
12154 debugger, you give it just the numeric part of the serial port's name;
12155 for example, @samp{asyncstr 2} below runs @code{asyncstr} on
12156 @code{COM2}.
12157
12158 @smallexample
12159 C:\H8300\TEST> asynctsr 2
12160 C:\H8300\TEST> mode com2:9600,n,8,1,p
12161
12162 Resident portion of MODE loaded
12163
12164 COM2: 9600, n, 8, 1, p
12165
12166 @end smallexample
12167
12168 @quotation
12169 @emph{Warning:} We have noticed a bug in PC-NFS that conflicts with
12170 @code{asynctsr}.  If you also run PC-NFS on your DOS host, you may need to
12171 disable it, or even boot without it, to use @code{asynctsr} to control
12172 your development board.
12173 @end quotation
12174
12175 @kindex target hms@r{, and serial protocol}
12176 Now that serial communications are set up, and the development board is
12177 connected, you can start up @value{GDBN}.  Call @code{@value{GDBP}} with
12178 the name of your program as the argument.  @code{@value{GDBN}} prompts
12179 you, as usual, with the prompt @samp{(@value{GDBP})}.  Use two special
12180 commands to begin your debugging session: @samp{target hms} to specify
12181 cross-debugging to the Renesas board, and the @code{load} command to
12182 download your program to the board.  @code{load} displays the names of
12183 the program's sections, and a @samp{*} for each 2K of data downloaded.
12184 (If you want to refresh @value{GDBN} data on symbols or on the
12185 executable file without downloading, use the @value{GDBN} commands
12186 @code{file} or @code{symbol-file}.  These commands, and @code{load}
12187 itself, are described in @ref{Files,,Commands to specify files}.)
12188
12189 @smallexample
12190 (eg-C:\H8300\TEST) @value{GDBP} t.x
12191 @value{GDBN} is free software and you are welcome to distribute copies
12192  of it under certain conditions; type "show copying" to see
12193  the conditions.
12194 There is absolutely no warranty for @value{GDBN}; type "show warranty"
12195 for details.
12196 @value{GDBN} @value{GDBVN}, Copyright 1992 Free Software Foundation, Inc...
12197 (@value{GDBP}) target hms
12198 Connected to remote H8/300 HMS system.
12199 (@value{GDBP}) load t.x
12200 .text   : 0x8000 .. 0xabde ***********
12201 .data   : 0xabde .. 0xad30 *
12202 .stack  : 0xf000 .. 0xf014 *
12203 @end smallexample
12204
12205 At this point, you're ready to run or debug your program.  From here on,
12206 you can use all the usual @value{GDBN} commands.  The @code{break} command
12207 sets breakpoints; the @code{run} command starts your program;
12208 @code{print} or @code{x} display data; the @code{continue} command
12209 resumes execution after stopping at a breakpoint.  You can use the
12210 @code{help} command at any time to find out more about @value{GDBN} commands.
12211
12212 Remember, however, that @emph{operating system} facilities aren't
12213 available on your development board; for example, if your program hangs,
12214 you can't send an interrupt---but you can press the @sc{reset} switch!
12215
12216 Use the @sc{reset} button on the development board
12217 @itemize @bullet
12218 @item
12219 to interrupt your program (don't use @kbd{ctl-C} on the DOS host---it has
12220 no way to pass an interrupt signal to the development board); and
12221
12222 @item
12223 to return to the @value{GDBN} command prompt after your program finishes
12224 normally.  The communications protocol provides no other way for @value{GDBN}
12225 to detect program completion.
12226 @end itemize
12227
12228 In either case, @value{GDBN} sees the effect of a @sc{reset} on the
12229 development board as a ``normal exit'' of your program.
12230
12231 @node Renesas ICE
12232 @subsubsection Using the E7000 in-circuit emulator
12233
12234 @kindex target e7000@r{, with Renesas ICE}
12235 You can use the E7000 in-circuit emulator to develop code for either the
12236 Renesas SH or the H8/300H.  Use one of these forms of the @samp{target
12237 e7000} command to connect @value{GDBN} to your E7000:
12238
12239 @table @code
12240 @item target e7000 @var{port} @var{speed}
12241 Use this form if your E7000 is connected to a serial port.  The
12242 @var{port} argument identifies what serial port to use (for example,
12243 @samp{com2}).  The third argument is the line speed in bits per second
12244 (for example, @samp{9600}).
12245
12246 @item target e7000 @var{hostname}
12247 If your E7000 is installed as a host on a TCP/IP network, you can just
12248 specify its hostname; @value{GDBN} uses @code{telnet} to connect.
12249 @end table
12250
12251 @node Renesas Special
12252 @subsubsection Special @value{GDBN} commands for Renesas micros
12253
12254 Some @value{GDBN} commands are available only for the H8/300:
12255
12256 @table @code
12257
12258 @kindex set machine
12259 @kindex show machine
12260 @item set machine h8300
12261 @itemx set machine h8300h
12262 Condition @value{GDBN} for one of the two variants of the H8/300
12263 architecture with @samp{set machine}.  You can use @samp{show machine}
12264 to check which variant is currently in effect.
12265
12266 @end table
12267
12268 @node H8/500
12269 @subsection H8/500
12270
12271 @table @code
12272
12273 @kindex set memory @var{mod}
12274 @cindex memory models, H8/500
12275 @item set memory @var{mod}
12276 @itemx show memory
12277 Specify which H8/500 memory model (@var{mod}) you are using with
12278 @samp{set memory}; check which memory model is in effect with @samp{show
12279 memory}.  The accepted values for @var{mod} are @code{small},
12280 @code{big}, @code{medium}, and @code{compact}.
12281
12282 @end table
12283
12284 @node M32R/D
12285 @subsection Renesas M32R/D
12286
12287 @table @code
12288
12289 @kindex target m32r
12290 @item target m32r @var{dev}
12291 Renesas M32R/D ROM monitor.
12292
12293 @kindex target m32rsdi
12294 @item target m32rsdi @var{dev}
12295 Renesas M32R SDI server, connected via parallel port to the board.
12296
12297 @end table
12298
12299 @node M68K
12300 @subsection M68k
12301
12302 The Motorola m68k configuration includes ColdFire support, and
12303 target command for the following ROM monitors.
12304
12305 @table @code
12306
12307 @kindex target abug
12308 @item target abug @var{dev}
12309 ABug ROM monitor for M68K.
12310
12311 @kindex target cpu32bug
12312 @item target cpu32bug @var{dev}
12313 CPU32BUG monitor, running on a CPU32 (M68K) board.
12314
12315 @kindex target dbug
12316 @item target dbug @var{dev}
12317 dBUG ROM monitor for Motorola ColdFire.
12318
12319 @kindex target est
12320 @item target est @var{dev}
12321 EST-300 ICE monitor, running on a CPU32 (M68K) board.
12322
12323 @kindex target rom68k
12324 @item target rom68k @var{dev}
12325 ROM 68K monitor, running on an M68K IDP board.
12326
12327 @end table
12328
12329 @table @code
12330
12331 @kindex target rombug
12332 @item target rombug @var{dev}
12333 ROMBUG ROM monitor for OS/9000.
12334
12335 @end table
12336
12337 @node MIPS Embedded
12338 @subsection MIPS Embedded
12339
12340 @cindex MIPS boards
12341 @value{GDBN} can use the MIPS remote debugging protocol to talk to a
12342 MIPS board attached to a serial line.  This is available when
12343 you configure @value{GDBN} with @samp{--target=mips-idt-ecoff}.
12344
12345 @need 1000
12346 Use these @value{GDBN} commands to specify the connection to your target board:
12347
12348 @table @code
12349 @item target mips @var{port}
12350 @kindex target mips @var{port}
12351 To run a program on the board, start up @code{@value{GDBP}} with the
12352 name of your program as the argument.  To connect to the board, use the
12353 command @samp{target mips @var{port}}, where @var{port} is the name of
12354 the serial port connected to the board.  If the program has not already
12355 been downloaded to the board, you may use the @code{load} command to
12356 download it.  You can then use all the usual @value{GDBN} commands.
12357
12358 For example, this sequence connects to the target board through a serial
12359 port, and loads and runs a program called @var{prog} through the
12360 debugger:
12361
12362 @smallexample
12363 host$ @value{GDBP} @var{prog}
12364 @value{GDBN} is free software and @dots{}
12365 (@value{GDBP}) target mips /dev/ttyb
12366 (@value{GDBP}) load @var{prog}
12367 (@value{GDBP}) run
12368 @end smallexample
12369
12370 @item target mips @var{hostname}:@var{portnumber}
12371 On some @value{GDBN} host configurations, you can specify a TCP
12372 connection (for instance, to a serial line managed by a terminal
12373 concentrator) instead of a serial port, using the syntax
12374 @samp{@var{hostname}:@var{portnumber}}.
12375
12376 @item target pmon @var{port}
12377 @kindex target pmon @var{port}
12378 PMON ROM monitor.
12379
12380 @item target ddb @var{port}
12381 @kindex target ddb @var{port}
12382 NEC's DDB variant of PMON for Vr4300.
12383
12384 @item target lsi @var{port}
12385 @kindex target lsi @var{port}
12386 LSI variant of PMON.
12387
12388 @kindex target r3900
12389 @item target r3900 @var{dev}
12390 Densan DVE-R3900 ROM monitor for Toshiba R3900 Mips.
12391
12392 @kindex target array
12393 @item target array @var{dev}
12394 Array Tech LSI33K RAID controller board.
12395
12396 @end table
12397
12398
12399 @noindent
12400 @value{GDBN} also supports these special commands for MIPS targets:
12401
12402 @table @code
12403 @item set processor @var{args}
12404 @itemx show processor
12405 @kindex set processor @var{args}
12406 @kindex show processor
12407 Use the @code{set processor} command to set the type of MIPS
12408 processor when you want to access processor-type-specific registers.
12409 For example, @code{set processor @var{r3041}} tells @value{GDBN}
12410 to use the CPU registers appropriate for the 3041 chip.
12411 Use the @code{show processor} command to see what MIPS processor @value{GDBN}
12412 is using.  Use the @code{info reg} command to see what registers
12413 @value{GDBN} is using.
12414
12415 @item set mipsfpu double
12416 @itemx set mipsfpu single
12417 @itemx set mipsfpu none
12418 @itemx show mipsfpu
12419 @kindex set mipsfpu
12420 @kindex show mipsfpu
12421 @cindex MIPS remote floating point
12422 @cindex floating point, MIPS remote
12423 If your target board does not support the MIPS floating point
12424 coprocessor, you should use the command @samp{set mipsfpu none} (if you
12425 need this, you may wish to put the command in your @value{GDBN} init
12426 file).  This tells @value{GDBN} how to find the return value of
12427 functions which return floating point values.  It also allows
12428 @value{GDBN} to avoid saving the floating point registers when calling
12429 functions on the board.  If you are using a floating point coprocessor
12430 with only single precision floating point support, as on the @sc{r4650}
12431 processor, use the command @samp{set mipsfpu single}.  The default
12432 double precision floating point coprocessor may be selected using
12433 @samp{set mipsfpu double}.
12434
12435 In previous versions the only choices were double precision or no
12436 floating point, so @samp{set mipsfpu on} will select double precision
12437 and @samp{set mipsfpu off} will select no floating point.
12438
12439 As usual, you can inquire about the @code{mipsfpu} variable with
12440 @samp{show mipsfpu}.
12441
12442 @item set remotedebug @var{n}
12443 @itemx show remotedebug
12444 @kindex set remotedebug@r{, MIPS protocol}
12445 @kindex show remotedebug@r{, MIPS protocol}
12446 @cindex @code{remotedebug}, MIPS protocol
12447 @cindex MIPS @code{remotedebug} protocol
12448 @c FIXME! For this to be useful, you must know something about the MIPS
12449 @c FIXME...protocol.  Where is it described?
12450 You can see some debugging information about communications with the board
12451 by setting the @code{remotedebug} variable.  If you set it to @code{1} using
12452 @samp{set remotedebug 1}, every packet is displayed.  If you set it
12453 to @code{2}, every character is displayed.  You can check the current value
12454 at any time with the command @samp{show remotedebug}.
12455
12456 @item set timeout @var{seconds}
12457 @itemx set retransmit-timeout @var{seconds}
12458 @itemx show timeout
12459 @itemx show retransmit-timeout
12460 @cindex @code{timeout}, MIPS protocol
12461 @cindex @code{retransmit-timeout}, MIPS protocol
12462 @kindex set timeout
12463 @kindex show timeout
12464 @kindex set retransmit-timeout
12465 @kindex show retransmit-timeout
12466 You can control the timeout used while waiting for a packet, in the MIPS
12467 remote protocol, with the @code{set timeout @var{seconds}} command.  The
12468 default is 5 seconds.  Similarly, you can control the timeout used while
12469 waiting for an acknowledgement of a packet with the @code{set
12470 retransmit-timeout @var{seconds}} command.  The default is 3 seconds.
12471 You can inspect both values with @code{show timeout} and @code{show
12472 retransmit-timeout}.  (These commands are @emph{only} available when
12473 @value{GDBN} is configured for @samp{--target=mips-idt-ecoff}.)
12474
12475 The timeout set by @code{set timeout} does not apply when @value{GDBN}
12476 is waiting for your program to stop.  In that case, @value{GDBN} waits
12477 forever because it has no way of knowing how long the program is going
12478 to run before stopping.
12479 @end table
12480
12481 @node OpenRISC 1000
12482 @subsection OpenRISC 1000
12483 @cindex OpenRISC 1000
12484
12485 @cindex or1k boards
12486 See OR1k Architecture document (@uref{www.opencores.org}) for more information
12487 about platform and commands.
12488
12489 @table @code
12490
12491 @kindex target jtag
12492 @item target jtag jtag://@var{host}:@var{port}
12493
12494 Connects to remote JTAG server.
12495 JTAG remote server can be either an or1ksim or JTAG server,
12496 connected via parallel port to the board.
12497
12498 Example: @code{target jtag jtag://localhost:9999}
12499
12500 @kindex or1ksim
12501 @item or1ksim @var{command}
12502 If connected to @code{or1ksim} OpenRISC 1000 Architectural
12503 Simulator, proprietary commands can be executed.
12504
12505 @kindex info or1k spr
12506 @item info or1k spr
12507 Displays spr groups.
12508
12509 @item info or1k spr @var{group}
12510 @itemx info or1k spr @var{groupno}
12511 Displays register names in selected group.
12512
12513 @item info or1k spr @var{group} @var{register}
12514 @itemx info or1k spr @var{register}
12515 @itemx info or1k spr @var{groupno} @var{registerno}
12516 @itemx info or1k spr @var{registerno}
12517 Shows information about specified spr register.
12518
12519 @kindex spr
12520 @item spr @var{group} @var{register} @var{value}
12521 @itemx spr @var{register @var{value}}
12522 @itemx spr @var{groupno} @var{registerno @var{value}}
12523 @itemx spr @var{registerno @var{value}}
12524 Writes @var{value} to specified spr register.
12525 @end table
12526
12527 Some implementations of OpenRISC 1000 Architecture also have hardware trace.
12528 It is very similar to @value{GDBN} trace, except it does not interfere with normal
12529 program execution and is thus much faster.  Hardware breakpoints/watchpoint
12530 triggers can be set using:
12531 @table @code
12532 @item $LEA/$LDATA
12533 Load effective address/data
12534 @item $SEA/$SDATA
12535 Store effective address/data
12536 @item $AEA/$ADATA
12537 Access effective address ($SEA or $LEA) or data ($SDATA/$LDATA)
12538 @item $FETCH
12539 Fetch data
12540 @end table
12541
12542 When triggered, it can capture low level data, like: @code{PC}, @code{LSEA},
12543 @code{LDATA}, @code{SDATA}, @code{READSPR}, @code{WRITESPR}, @code{INSTR}.
12544
12545 @code{htrace} commands:
12546 @cindex OpenRISC 1000 htrace
12547 @table @code
12548 @kindex hwatch
12549 @item hwatch @var{conditional}
12550 Set hardware watchpoint on combination of Load/Store Effecive Address(es)
12551 or Data.  For example:
12552
12553 @code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
12554
12555 @code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
12556
12557 @kindex htrace
12558 @item htrace info
12559 Display information about current HW trace configuration.
12560
12561 @item htrace trigger @var{conditional}
12562 Set starting criteria for HW trace.
12563
12564 @item htrace qualifier @var{conditional}
12565 Set acquisition qualifier for HW trace.
12566
12567 @item htrace stop @var{conditional}
12568 Set HW trace stopping criteria.
12569
12570 @item htrace record [@var{data}]*
12571 Selects the data to be recorded, when qualifier is met and HW trace was
12572 triggered.
12573
12574 @item htrace enable
12575 @itemx htrace disable
12576 Enables/disables the HW trace.
12577
12578 @item htrace rewind [@var{filename}]
12579 Clears currently recorded trace data.
12580
12581 If filename is specified, new trace file is made and any newly collected data
12582 will be written there.
12583
12584 @item htrace print [@var{start} [@var{len}]]
12585 Prints trace buffer, using current record configuration.
12586
12587 @item htrace mode continuous
12588 Set continuous trace mode.
12589
12590 @item htrace mode suspend
12591 Set suspend trace mode.
12592
12593 @end table
12594
12595 @node PowerPC
12596 @subsection PowerPC
12597
12598 @table @code
12599
12600 @kindex target dink32
12601 @item target dink32 @var{dev}
12602 DINK32 ROM monitor.
12603
12604 @kindex target ppcbug
12605 @item target ppcbug @var{dev}
12606 @kindex target ppcbug1
12607 @item target ppcbug1 @var{dev}
12608 PPCBUG ROM monitor for PowerPC.
12609
12610 @kindex target sds
12611 @item target sds @var{dev}
12612 SDS monitor, running on a PowerPC board (such as Motorola's ADS).
12613
12614 @end table
12615
12616 @node PA
12617 @subsection HP PA Embedded
12618
12619 @table @code
12620
12621 @kindex target op50n
12622 @item target op50n @var{dev}
12623 OP50N monitor, running on an OKI HPPA board.
12624
12625 @kindex target w89k
12626 @item target w89k @var{dev}
12627 W89K monitor, running on a Winbond HPPA board.
12628
12629 @end table
12630
12631 @node SH
12632 @subsection Renesas SH
12633
12634 @table @code
12635
12636 @kindex target hms@r{, with Renesas SH}
12637 @item target hms @var{dev}
12638 A Renesas SH board attached via serial line to your host.  Use special
12639 commands @code{device} and @code{speed} to control the serial line and
12640 the communications speed used.
12641
12642 @kindex target e7000@r{, with Renesas SH}
12643 @item target e7000 @var{dev}
12644 E7000 emulator for Renesas SH.
12645
12646 @kindex target sh3@r{, with SH}
12647 @kindex target sh3e@r{, with SH}
12648 @item target sh3 @var{dev}
12649 @item target sh3e @var{dev}
12650 Renesas SH-3 and SH-3E target systems.
12651
12652 @end table
12653
12654 @node Sparclet
12655 @subsection Tsqware Sparclet
12656
12657 @cindex Sparclet
12658
12659 @value{GDBN} enables developers to debug tasks running on
12660 Sparclet targets from a Unix host.
12661 @value{GDBN} uses code that runs on
12662 both the Unix host and on the Sparclet target.  The program
12663 @code{@value{GDBP}} is installed and executed on the Unix host.
12664
12665 @table @code
12666 @item remotetimeout @var{args}
12667 @kindex remotetimeout
12668 @value{GDBN} supports the option @code{remotetimeout}.
12669 This option is set by the user, and  @var{args} represents the number of
12670 seconds @value{GDBN} waits for responses.
12671 @end table
12672
12673 @cindex compiling, on Sparclet
12674 When compiling for debugging, include the options @samp{-g} to get debug
12675 information and @samp{-Ttext} to relocate the program to where you wish to
12676 load it on the target.  You may also want to add the options @samp{-n} or
12677 @samp{-N} in order to reduce the size of the sections.  Example:
12678
12679 @smallexample
12680 sparclet-aout-gcc prog.c -Ttext 0x12010000 -g -o prog -N
12681 @end smallexample
12682
12683 You can use @code{objdump} to verify that the addresses are what you intended:
12684
12685 @smallexample
12686 sparclet-aout-objdump --headers --syms prog
12687 @end smallexample
12688
12689 @cindex running, on Sparclet
12690 Once you have set
12691 your Unix execution search path to find @value{GDBN}, you are ready to
12692 run @value{GDBN}.  From your Unix host, run @code{@value{GDBP}}
12693 (or @code{sparclet-aout-gdb}, depending on your installation).
12694
12695 @value{GDBN} comes up showing the prompt:
12696
12697 @smallexample
12698 (gdbslet)
12699 @end smallexample
12700
12701 @menu
12702 * Sparclet File::                Setting the file to debug
12703 * Sparclet Connection::          Connecting to Sparclet
12704 * Sparclet Download::            Sparclet download
12705 * Sparclet Execution::           Running and debugging
12706 @end menu
12707
12708 @node Sparclet File
12709 @subsubsection Setting file to debug
12710
12711 The @value{GDBN} command @code{file} lets you choose with program to debug.
12712
12713 @smallexample
12714 (gdbslet) file prog
12715 @end smallexample
12716
12717 @need 1000
12718 @value{GDBN} then attempts to read the symbol table of @file{prog}.
12719 @value{GDBN} locates
12720 the file by searching the directories listed in the command search
12721 path.
12722 If the file was compiled with debug information (option "-g"), source
12723 files will be searched as well.
12724 @value{GDBN} locates
12725 the source files by searching the directories listed in the directory search
12726 path (@pxref{Environment, ,Your program's environment}).
12727 If it fails
12728 to find a file, it displays a message such as:
12729
12730 @smallexample
12731 prog: No such file or directory.
12732 @end smallexample
12733
12734 When this happens, add the appropriate directories to the search paths with
12735 the @value{GDBN} commands @code{path} and @code{dir}, and execute the
12736 @code{target} command again.
12737
12738 @node Sparclet Connection
12739 @subsubsection Connecting to Sparclet
12740
12741 The @value{GDBN} command @code{target} lets you connect to a Sparclet target.
12742 To connect to a target on serial port ``@code{ttya}'', type:
12743
12744 @smallexample
12745 (gdbslet) target sparclet /dev/ttya
12746 Remote target sparclet connected to /dev/ttya
12747 main () at ../prog.c:3
12748 @end smallexample
12749
12750 @need 750
12751 @value{GDBN} displays messages like these:
12752
12753 @smallexample
12754 Connected to ttya.
12755 @end smallexample
12756
12757 @node Sparclet Download
12758 @subsubsection Sparclet download
12759
12760 @cindex download to Sparclet
12761 Once connected to the Sparclet target,
12762 you can use the @value{GDBN}
12763 @code{load} command to download the file from the host to the target.
12764 The file name and load offset should be given as arguments to the @code{load}
12765 command.
12766 Since the file format is aout, the program must be loaded to the starting
12767 address.  You can use @code{objdump} to find out what this value is.  The load
12768 offset is an offset which is added to the VMA (virtual memory address)
12769 of each of the file's sections.
12770 For instance, if the program
12771 @file{prog} was linked to text address 0x1201000, with data at 0x12010160
12772 and bss at 0x12010170, in @value{GDBN}, type:
12773
12774 @smallexample
12775 (gdbslet) load prog 0x12010000
12776 Loading section .text, size 0xdb0 vma 0x12010000
12777 @end smallexample
12778
12779 If the code is loaded at a different address then what the program was linked
12780 to, you may need to use the @code{section} and @code{add-symbol-file} commands
12781 to tell @value{GDBN} where to map the symbol table.
12782
12783 @node Sparclet Execution
12784 @subsubsection Running and debugging
12785
12786 @cindex running and debugging Sparclet programs
12787 You can now begin debugging the task using @value{GDBN}'s execution control
12788 commands, @code{b}, @code{step}, @code{run}, etc.  See the @value{GDBN}
12789 manual for the list of commands.
12790
12791 @smallexample
12792 (gdbslet) b main
12793 Breakpoint 1 at 0x12010000: file prog.c, line 3.
12794 (gdbslet) run
12795 Starting program: prog
12796 Breakpoint 1, main (argc=1, argv=0xeffff21c) at prog.c:3
12797 3        char *symarg = 0;
12798 (gdbslet) step
12799 4        char *execarg = "hello!";
12800 (gdbslet)
12801 @end smallexample
12802
12803 @node Sparclite
12804 @subsection Fujitsu Sparclite
12805
12806 @table @code
12807
12808 @kindex target sparclite
12809 @item target sparclite @var{dev}
12810 Fujitsu sparclite boards, used only for the purpose of loading.
12811 You must use an additional command to debug the program.
12812 For example: target remote @var{dev} using @value{GDBN} standard
12813 remote protocol.
12814
12815 @end table
12816
12817 @node ST2000
12818 @subsection Tandem ST2000
12819
12820 @value{GDBN} may be used with a Tandem ST2000 phone switch, running Tandem's
12821 STDBUG protocol.
12822
12823 To connect your ST2000 to the host system, see the manufacturer's
12824 manual.  Once the ST2000 is physically attached, you can run:
12825
12826 @smallexample
12827 target st2000 @var{dev} @var{speed}
12828 @end smallexample
12829
12830 @noindent
12831 to establish it as your debugging environment.  @var{dev} is normally
12832 the name of a serial device, such as @file{/dev/ttya}, connected to the
12833 ST2000 via a serial line.  You can instead specify @var{dev} as a TCP
12834 connection (for example, to a serial line attached via a terminal
12835 concentrator) using the syntax @code{@var{hostname}:@var{portnumber}}.
12836
12837 The @code{load} and @code{attach} commands are @emph{not} defined for
12838 this target; you must load your program into the ST2000 as you normally
12839 would for standalone operation.  @value{GDBN} reads debugging information
12840 (such as symbols) from a separate, debugging version of the program
12841 available on your host computer.
12842 @c FIXME!! This is terribly vague; what little content is here is
12843 @c basically hearsay.
12844
12845 @cindex ST2000 auxiliary commands
12846 These auxiliary @value{GDBN} commands are available to help you with the ST2000
12847 environment:
12848
12849 @table @code
12850 @item st2000 @var{command}
12851 @kindex st2000 @var{cmd}
12852 @cindex STDBUG commands (ST2000)
12853 @cindex commands to STDBUG (ST2000)
12854 Send a @var{command} to the STDBUG monitor.  See the manufacturer's
12855 manual for available commands.
12856
12857 @item connect
12858 @cindex connect (to STDBUG)
12859 Connect the controlling terminal to the STDBUG command monitor.  When
12860 you are done interacting with STDBUG, typing either of two character
12861 sequences gets you back to the @value{GDBN} command prompt:
12862 @kbd{@key{RET}~.} (Return, followed by tilde and period) or
12863 @kbd{@key{RET}~@key{C-d}} (Return, followed by tilde and control-D).
12864 @end table
12865
12866 @node Z8000
12867 @subsection Zilog Z8000
12868
12869 @cindex Z8000
12870 @cindex simulator, Z8000
12871 @cindex Zilog Z8000 simulator
12872
12873 When configured for debugging Zilog Z8000 targets, @value{GDBN} includes
12874 a Z8000 simulator.
12875
12876 For the Z8000 family, @samp{target sim} simulates either the Z8002 (the
12877 unsegmented variant of the Z8000 architecture) or the Z8001 (the
12878 segmented variant).  The simulator recognizes which architecture is
12879 appropriate by inspecting the object code.
12880
12881 @table @code
12882 @item target sim @var{args}
12883 @kindex sim
12884 @kindex target sim@r{, with Z8000}
12885 Debug programs on a simulated CPU.  If the simulator supports setup
12886 options, specify them via @var{args}.
12887 @end table
12888
12889 @noindent
12890 After specifying this target, you can debug programs for the simulated
12891 CPU in the same style as programs for your host computer; use the
12892 @code{file} command to load a new program image, the @code{run} command
12893 to run your program, and so on.
12894
12895 As well as making available all the usual machine registers
12896 (@pxref{Registers, ,Registers}), the Z8000 simulator provides three
12897 additional items of information as specially named registers:
12898
12899 @table @code
12900
12901 @item cycles
12902 Counts clock-ticks in the simulator.
12903
12904 @item insts
12905 Counts instructions run in the simulator.
12906
12907 @item time
12908 Execution time in 60ths of a second.
12909
12910 @end table
12911
12912 You can refer to these values in @value{GDBN} expressions with the usual
12913 conventions; for example, @w{@samp{b fputc if $cycles>5000}} sets a
12914 conditional breakpoint that suspends only after at least 5000
12915 simulated clock ticks.
12916
12917 @node Architectures
12918 @section Architectures
12919
12920 This section describes characteristics of architectures that affect
12921 all uses of @value{GDBN} with the architecture, both native and cross.
12922
12923 @menu
12924 * A29K::
12925 * Alpha::
12926 * MIPS::
12927 @end menu
12928
12929 @node A29K
12930 @subsection A29K
12931
12932 @table @code
12933
12934 @kindex set rstack_high_address
12935 @cindex AMD 29K register stack
12936 @cindex register stack, AMD29K
12937 @item set rstack_high_address @var{address}
12938 On AMD 29000 family processors, registers are saved in a separate
12939 @dfn{register stack}.  There is no way for @value{GDBN} to determine the
12940 extent of this stack.  Normally, @value{GDBN} just assumes that the
12941 stack is ``large enough''.  This may result in @value{GDBN} referencing
12942 memory locations that do not exist.  If necessary, you can get around
12943 this problem by specifying the ending address of the register stack with
12944 the @code{set rstack_high_address} command.  The argument should be an
12945 address, which you probably want to precede with @samp{0x} to specify in
12946 hexadecimal.
12947
12948 @kindex show rstack_high_address
12949 @item show rstack_high_address
12950 Display the current limit of the register stack, on AMD 29000 family
12951 processors.
12952
12953 @end table
12954
12955 @node Alpha
12956 @subsection Alpha
12957
12958 See the following section.
12959
12960 @node MIPS
12961 @subsection MIPS
12962
12963 @cindex stack on Alpha
12964 @cindex stack on MIPS
12965 @cindex Alpha stack
12966 @cindex MIPS stack
12967 Alpha- and MIPS-based computers use an unusual stack frame, which
12968 sometimes requires @value{GDBN} to search backward in the object code to
12969 find the beginning of a function.
12970
12971 @cindex response time, MIPS debugging
12972 To improve response time (especially for embedded applications, where
12973 @value{GDBN} may be restricted to a slow serial line for this search)
12974 you may want to limit the size of this search, using one of these
12975 commands:
12976
12977 @table @code
12978 @cindex @code{heuristic-fence-post} (Alpha, MIPS)
12979 @item set heuristic-fence-post @var{limit}
12980 Restrict @value{GDBN} to examining at most @var{limit} bytes in its
12981 search for the beginning of a function.  A value of @var{0} (the
12982 default) means there is no limit.  However, except for @var{0}, the
12983 larger the limit the more bytes @code{heuristic-fence-post} must search
12984 and therefore the longer it takes to run.
12985
12986 @item show heuristic-fence-post
12987 Display the current limit.
12988 @end table
12989
12990 @noindent
12991 These commands are available @emph{only} when @value{GDBN} is configured
12992 for debugging programs on Alpha or MIPS processors.
12993
12994
12995 @node Controlling GDB
12996 @chapter Controlling @value{GDBN}
12997
12998 You can alter the way @value{GDBN} interacts with you by using the
12999 @code{set} command.  For commands controlling how @value{GDBN} displays
13000 data, see @ref{Print Settings, ,Print settings}.  Other settings are
13001 described here.
13002
13003 @menu
13004 * Prompt::                      Prompt
13005 * Editing::                     Command editing
13006 * History::                     Command history
13007 * Screen Size::                 Screen size
13008 * Numbers::                     Numbers
13009 * ABI::                         Configuring the current ABI
13010 * Messages/Warnings::           Optional warnings and messages
13011 * Debugging Output::            Optional messages about internal happenings
13012 @end menu
13013
13014 @node Prompt
13015 @section Prompt
13016
13017 @cindex prompt
13018
13019 @value{GDBN} indicates its readiness to read a command by printing a string
13020 called the @dfn{prompt}.  This string is normally @samp{(@value{GDBP})}.  You
13021 can change the prompt string with the @code{set prompt} command.  For
13022 instance, when debugging @value{GDBN} with @value{GDBN}, it is useful to change
13023 the prompt in one of the @value{GDBN} sessions so that you can always tell
13024 which one you are talking to.
13025
13026 @emph{Note:}  @code{set prompt} does not add a space for you after the
13027 prompt you set.  This allows you to set a prompt which ends in a space
13028 or a prompt that does not.
13029
13030 @table @code
13031 @kindex set prompt
13032 @item set prompt @var{newprompt}
13033 Directs @value{GDBN} to use @var{newprompt} as its prompt string henceforth.
13034
13035 @kindex show prompt
13036 @item show prompt
13037 Prints a line of the form: @samp{Gdb's prompt is: @var{your-prompt}}
13038 @end table
13039
13040 @node Editing
13041 @section Command editing
13042 @cindex readline
13043 @cindex command line editing
13044
13045 @value{GDBN} reads its input commands via the @dfn{readline} interface.  This
13046 @sc{gnu} library provides consistent behavior for programs which provide a
13047 command line interface to the user.  Advantages are @sc{gnu} Emacs-style
13048 or @dfn{vi}-style inline editing of commands, @code{csh}-like history
13049 substitution, and a storage and recall of command history across
13050 debugging sessions.
13051
13052 You may control the behavior of command line editing in @value{GDBN} with the
13053 command @code{set}.
13054
13055 @table @code
13056 @kindex set editing
13057 @cindex editing
13058 @item set editing
13059 @itemx set editing on
13060 Enable command line editing (enabled by default).
13061
13062 @item set editing off
13063 Disable command line editing.
13064
13065 @kindex show editing
13066 @item show editing
13067 Show whether command line editing is enabled.
13068 @end table
13069
13070 @node History
13071 @section Command history
13072
13073 @value{GDBN} can keep track of the commands you type during your
13074 debugging sessions, so that you can be certain of precisely what
13075 happened.  Use these commands to manage the @value{GDBN} command
13076 history facility.
13077
13078 @table @code
13079 @cindex history substitution
13080 @cindex history file
13081 @kindex set history filename
13082 @cindex @env{GDBHISTFILE}, environment variable
13083 @item set history filename @var{fname}
13084 Set the name of the @value{GDBN} command history file to @var{fname}.
13085 This is the file where @value{GDBN} reads an initial command history
13086 list, and where it writes the command history from this session when it
13087 exits.  You can access this list through history expansion or through
13088 the history command editing characters listed below.  This file defaults
13089 to the value of the environment variable @code{GDBHISTFILE}, or to
13090 @file{./.gdb_history} (@file{./_gdb_history} on MS-DOS) if this variable
13091 is not set.
13092
13093 @cindex history save
13094 @kindex set history
13095 @item set history save
13096 @itemx set history save on
13097 Record command history in a file, whose name may be specified with the
13098 @code{set history filename} command.  By default, this option is disabled.
13099
13100 @item set history save off
13101 Stop recording command history in a file.
13102
13103 @cindex history size
13104 @item set history size @var{size}
13105 Set the number of commands which @value{GDBN} keeps in its history list.
13106 This defaults to the value of the environment variable
13107 @code{HISTSIZE}, or to 256 if this variable is not set.
13108 @end table
13109
13110 @cindex history expansion
13111 History expansion assigns special meaning to the character @kbd{!}.
13112 @ifset have-readline-appendices
13113 @xref{Event Designators}.
13114 @end ifset
13115
13116 Since @kbd{!} is also the logical not operator in C, history expansion
13117 is off by default. If you decide to enable history expansion with the
13118 @code{set history expansion on} command, you may sometimes need to
13119 follow @kbd{!} (when it is used as logical not, in an expression) with
13120 a space or a tab to prevent it from being expanded.  The readline
13121 history facilities do not attempt substitution on the strings
13122 @kbd{!=} and @kbd{!(}, even when history expansion is enabled.
13123
13124 The commands to control history expansion are:
13125
13126 @table @code
13127 @item set history expansion on
13128 @itemx set history expansion
13129 @cindex history expansion
13130 Enable history expansion.  History expansion is off by default.
13131
13132 @item set history expansion off
13133 Disable history expansion.
13134
13135 The readline code comes with more complete documentation of
13136 editing and history expansion features.  Users unfamiliar with @sc{gnu} Emacs
13137 or @code{vi} may wish to read it.
13138 @ifset have-readline-appendices
13139 @xref{Command Line Editing}.
13140 @end ifset
13141
13142 @c @group
13143 @kindex show history
13144 @item show history
13145 @itemx show history filename
13146 @itemx show history save
13147 @itemx show history size
13148 @itemx show history expansion
13149 These commands display the state of the @value{GDBN} history parameters.
13150 @code{show history} by itself displays all four states.
13151 @c @end group
13152 @end table
13153
13154 @table @code
13155 @kindex shows
13156 @item show commands
13157 Display the last ten commands in the command history.
13158
13159 @item show commands @var{n}
13160 Print ten commands centered on command number @var{n}.
13161
13162 @item show commands +
13163 Print ten commands just after the commands last printed.
13164 @end table
13165
13166 @node Screen Size
13167 @section Screen size
13168 @cindex size of screen
13169 @cindex pauses in output
13170
13171 Certain commands to @value{GDBN} may produce large amounts of
13172 information output to the screen.  To help you read all of it,
13173 @value{GDBN} pauses and asks you for input at the end of each page of
13174 output.  Type @key{RET} when you want to continue the output, or @kbd{q}
13175 to discard the remaining output.  Also, the screen width setting
13176 determines when to wrap lines of output.  Depending on what is being
13177 printed, @value{GDBN} tries to break the line at a readable place,
13178 rather than simply letting it overflow onto the following line.
13179
13180 Normally @value{GDBN} knows the size of the screen from the terminal
13181 driver software.  For example, on Unix @value{GDBN} uses the termcap data base
13182 together with the value of the @code{TERM} environment variable and the
13183 @code{stty rows} and @code{stty cols} settings.  If this is not correct,
13184 you can override it with the @code{set height} and @code{set
13185 width} commands:
13186
13187 @table @code
13188 @kindex set height
13189 @kindex set width
13190 @kindex show width
13191 @kindex show height
13192 @item set height @var{lpp}
13193 @itemx show height
13194 @itemx set width @var{cpl}
13195 @itemx show width
13196 These @code{set} commands specify a screen height of @var{lpp} lines and
13197 a screen width of @var{cpl} characters.  The associated @code{show}
13198 commands display the current settings.
13199
13200 If you specify a height of zero lines, @value{GDBN} does not pause during
13201 output no matter how long the output is.  This is useful if output is to a
13202 file or to an editor buffer.
13203
13204 Likewise, you can specify @samp{set width 0} to prevent @value{GDBN}
13205 from wrapping its output.
13206 @end table
13207
13208 @node Numbers
13209 @section Numbers
13210 @cindex number representation
13211 @cindex entering numbers
13212
13213 You can always enter numbers in octal, decimal, or hexadecimal in
13214 @value{GDBN} by the usual conventions: octal numbers begin with
13215 @samp{0}, decimal numbers end with @samp{.}, and hexadecimal numbers
13216 begin with @samp{0x}.  Numbers that begin with none of these are, by
13217 default, entered in base 10; likewise, the default display for
13218 numbers---when no particular format is specified---is base 10.  You can
13219 change the default base for both input and output with the @code{set
13220 radix} command.
13221
13222 @table @code
13223 @kindex set input-radix
13224 @item set input-radix @var{base}
13225 Set the default base for numeric input.  Supported choices
13226 for @var{base} are decimal 8, 10, or 16.  @var{base} must itself be
13227 specified either unambiguously or using the current default radix; for
13228 example, any of
13229
13230 @smallexample
13231 set radix 012
13232 set radix 10.
13233 set radix 0xa
13234 @end smallexample
13235
13236 @noindent
13237 sets the base to decimal.  On the other hand, @samp{set radix 10}
13238 leaves the radix unchanged no matter what it was.
13239
13240 @kindex set output-radix
13241 @item set output-radix @var{base}
13242 Set the default base for numeric display.  Supported choices
13243 for @var{base} are decimal 8, 10, or 16.  @var{base} must itself be
13244 specified either unambiguously or using the current default radix.
13245
13246 @kindex show input-radix
13247 @item show input-radix
13248 Display the current default base for numeric input.
13249
13250 @kindex show output-radix
13251 @item show output-radix
13252 Display the current default base for numeric display.
13253 @end table
13254
13255 @node ABI
13256 @section Configuring the current ABI
13257
13258 @value{GDBN} can determine the @dfn{ABI} (Application Binary Interface) of your
13259 application automatically.  However, sometimes you need to override its
13260 conclusions.  Use these commands to manage @value{GDBN}'s view of the
13261 current ABI.
13262
13263 @cindex OS ABI
13264 @kindex set osabi
13265 @kindex show osabi
13266
13267 One @value{GDBN} configuration can debug binaries for multiple operating
13268 system targets, either via remote debugging or native emulation.
13269 @value{GDBN} will autodetect the @dfn{OS ABI} (Operating System ABI) in use,
13270 but you can override its conclusion using the @code{set osabi} command.
13271 One example where this is useful is in debugging of binaries which use
13272 an alternate C library (e.g.@: @sc{uClibc} for @sc{gnu}/Linux) which does
13273 not have the same identifying marks that the standard C library for your
13274 platform provides.
13275
13276 @table @code
13277 @item show osabi
13278 Show the OS ABI currently in use.
13279
13280 @item set osabi
13281 With no argument, show the list of registered available OS ABI's.
13282
13283 @item set osabi @var{abi}
13284 Set the current OS ABI to @var{abi}.
13285 @end table
13286
13287 @cindex float promotion
13288 @kindex set coerce-float-to-double
13289
13290 Generally, the way that an argument of type @code{float} is passed to a
13291 function depends on whether the function is prototyped.  For a prototyped
13292 (i.e.@: ANSI/ISO style) function, @code{float} arguments are passed unchanged,
13293 according to the architecture's convention for @code{float}.  For unprototyped
13294 (i.e.@: K&R style) functions, @code{float} arguments are first promoted to type
13295 @code{double} and then passed.
13296
13297 Unfortunately, some forms of debug information do not reliably indicate whether
13298 a function is prototyped.  If @value{GDBN} calls a function that is not marked
13299 as prototyped, it consults @kbd{set coerce-float-to-double}.
13300
13301 @table @code
13302 @item set coerce-float-to-double
13303 @itemx set coerce-float-to-double on
13304 Arguments of type @code{float} will be promoted to @code{double} when passed
13305 to an unprototyped function.  This is the default setting.
13306
13307 @item set coerce-float-to-double off
13308 Arguments of type @code{float} will be passed directly to unprototyped
13309 functions.
13310 @end table
13311
13312 @kindex set cp-abi
13313 @kindex show cp-abi
13314 @value{GDBN} needs to know the ABI used for your program's C@t{++}
13315 objects.  The correct C@t{++} ABI depends on which C@t{++} compiler was
13316 used to build your application.  @value{GDBN} only fully supports
13317 programs with a single C@t{++} ABI; if your program contains code using
13318 multiple C@t{++} ABI's or if @value{GDBN} can not identify your
13319 program's ABI correctly, you can tell @value{GDBN} which ABI to use.
13320 Currently supported ABI's include ``gnu-v2'', for @code{g++} versions
13321 before 3.0, ``gnu-v3'', for @code{g++} versions 3.0 and later, and
13322 ``hpaCC'' for the HP ANSI C@t{++} compiler.  Other C@t{++} compilers may
13323 use the ``gnu-v2'' or ``gnu-v3'' ABI's as well.  The default setting is
13324 ``auto''.
13325
13326 @table @code
13327 @item show cp-abi
13328 Show the C@t{++} ABI currently in use.
13329
13330 @item set cp-abi
13331 With no argument, show the list of supported C@t{++} ABI's.
13332
13333 @item set cp-abi @var{abi}
13334 @itemx set cp-abi auto
13335 Set the current C@t{++} ABI to @var{abi}, or return to automatic detection.
13336 @end table
13337
13338 @node Messages/Warnings
13339 @section Optional warnings and messages
13340
13341 By default, @value{GDBN} is silent about its inner workings.  If you are
13342 running on a slow machine, you may want to use the @code{set verbose}
13343 command.  This makes @value{GDBN} tell you when it does a lengthy
13344 internal operation, so you will not think it has crashed.
13345
13346 Currently, the messages controlled by @code{set verbose} are those
13347 which announce that the symbol table for a source file is being read;
13348 see @code{symbol-file} in @ref{Files, ,Commands to specify files}.
13349
13350 @table @code
13351 @kindex set verbose
13352 @item set verbose on
13353 Enables @value{GDBN} output of certain informational messages.
13354
13355 @item set verbose off
13356 Disables @value{GDBN} output of certain informational messages.
13357
13358 @kindex show verbose
13359 @item show verbose
13360 Displays whether @code{set verbose} is on or off.
13361 @end table
13362
13363 By default, if @value{GDBN} encounters bugs in the symbol table of an
13364 object file, it is silent; but if you are debugging a compiler, you may
13365 find this information useful (@pxref{Symbol Errors, ,Errors reading
13366 symbol files}).
13367
13368 @table @code
13369
13370 @kindex set complaints
13371 @item set complaints @var{limit}
13372 Permits @value{GDBN} to output @var{limit} complaints about each type of
13373 unusual symbols before becoming silent about the problem.  Set
13374 @var{limit} to zero to suppress all complaints; set it to a large number
13375 to prevent complaints from being suppressed.
13376
13377 @kindex show complaints
13378 @item show complaints
13379 Displays how many symbol complaints @value{GDBN} is permitted to produce.
13380
13381 @end table
13382
13383 By default, @value{GDBN} is cautious, and asks what sometimes seems to be a
13384 lot of stupid questions to confirm certain commands.  For example, if
13385 you try to run a program which is already running:
13386
13387 @smallexample
13388 (@value{GDBP}) run
13389 The program being debugged has been started already.
13390 Start it from the beginning? (y or n)
13391 @end smallexample
13392
13393 If you are willing to unflinchingly face the consequences of your own
13394 commands, you can disable this ``feature'':
13395
13396 @table @code
13397
13398 @kindex set confirm
13399 @cindex flinching
13400 @cindex confirmation
13401 @cindex stupid questions
13402 @item set confirm off
13403 Disables confirmation requests.
13404
13405 @item set confirm on
13406 Enables confirmation requests (the default).
13407
13408 @kindex show confirm
13409 @item show confirm
13410 Displays state of confirmation requests.
13411
13412 @end table
13413
13414 @node Debugging Output
13415 @section Optional messages about internal happenings
13416 @cindex optional debugging messages
13417
13418 @table @code
13419 @kindex set debug
13420 @cindex gdbarch debugging info
13421 @item set debug arch
13422 Turns on or off display of gdbarch debugging info. The default is off
13423 @kindex show debug
13424 @item show debug arch
13425 Displays the current state of displaying gdbarch debugging info.
13426 @item set debug event
13427 @cindex event debugging info
13428 Turns on or off display of @value{GDBN} event debugging info. The
13429 default is off.
13430 @item show debug event
13431 Displays the current state of displaying @value{GDBN} event debugging
13432 info.
13433 @item set debug expression
13434 @cindex expression debugging info
13435 Turns on or off display of @value{GDBN} expression debugging info. The
13436 default is off.
13437 @item show debug expression
13438 Displays the current state of displaying @value{GDBN} expression
13439 debugging info.
13440 @item set debug frame
13441 @cindex frame debugging info
13442 Turns on or off display of @value{GDBN} frame debugging info.  The
13443 default is off.
13444 @item show debug frame
13445 Displays the current state of displaying @value{GDBN} frame debugging
13446 info.
13447 @item set debug observer
13448 @cindex observer debugging info
13449 Turns on or off display of @value{GDBN} observer debugging.  This
13450 includes info such as the notification of observable events.
13451 @item show debug observer
13452 Displays the current state of observer debugging.
13453 @item set debug overload
13454 @cindex C@t{++} overload debugging info
13455 Turns on or off display of @value{GDBN} C@t{++} overload debugging
13456 info. This includes info such as ranking of functions, etc. The default
13457 is off.
13458 @item show debug overload
13459 Displays the current state of displaying @value{GDBN} C@t{++} overload
13460 debugging info.
13461 @cindex packets, reporting on stdout
13462 @cindex serial connections, debugging
13463 @item set debug remote
13464 Turns on or off display of reports on all packets sent back and forth across
13465 the serial line to the remote machine.  The info is printed on the
13466 @value{GDBN} standard output stream. The default is off.
13467 @item show debug remote
13468 Displays the state of display of remote packets.
13469 @item set debug serial
13470 Turns on or off display of @value{GDBN} serial debugging info. The
13471 default is off.
13472 @item show debug serial
13473 Displays the current state of displaying @value{GDBN} serial debugging
13474 info.
13475 @item set debug target
13476 @cindex target debugging info
13477 Turns on or off display of @value{GDBN} target debugging info. This info
13478 includes what is going on at the target level of GDB, as it happens. The
13479 default is 0.  Set it to 1 to track events, and to 2 to also track the
13480 value of large memory transfers.  Changes to this flag do not take effect
13481 until the next time you connect to a target or use the @code{run} command.
13482 @item show debug target
13483 Displays the current state of displaying @value{GDBN} target debugging
13484 info.
13485 @item set debug varobj
13486 @cindex variable object debugging info
13487 Turns on or off display of @value{GDBN} variable object debugging
13488 info. The default is off.
13489 @item show debug varobj
13490 Displays the current state of displaying @value{GDBN} variable object
13491 debugging info.
13492 @end table
13493
13494 @node Sequences
13495 @chapter Canned Sequences of Commands
13496
13497 Aside from breakpoint commands (@pxref{Break Commands, ,Breakpoint
13498 command lists}), @value{GDBN} provides two ways to store sequences of
13499 commands for execution as a unit: user-defined commands and command
13500 files.
13501
13502 @menu
13503 * Define::                      User-defined commands
13504 * Hooks::                       User-defined command hooks
13505 * Command Files::               Command files
13506 * Output::                      Commands for controlled output
13507 @end menu
13508
13509 @node Define
13510 @section User-defined commands
13511
13512 @cindex user-defined command
13513 A @dfn{user-defined command} is a sequence of @value{GDBN} commands to
13514 which you assign a new name as a command.  This is done with the
13515 @code{define} command.  User commands may accept up to 10 arguments
13516 separated by whitespace.  Arguments are accessed within the user command
13517 via @var{$arg0@dots{}$arg9}.  A trivial example:
13518
13519 @smallexample
13520 define adder
13521   print $arg0 + $arg1 + $arg2
13522 @end smallexample
13523
13524 @noindent
13525 To execute the command use:
13526
13527 @smallexample
13528 adder 1 2 3
13529 @end smallexample
13530
13531 @noindent
13532 This defines the command @code{adder}, which prints the sum of
13533 its three arguments.  Note the arguments are text substitutions, so they may
13534 reference variables, use complex expressions, or even perform inferior
13535 functions calls.
13536
13537 @table @code
13538
13539 @kindex define
13540 @item define @var{commandname}
13541 Define a command named @var{commandname}.  If there is already a command
13542 by that name, you are asked to confirm that you want to redefine it.
13543
13544 The definition of the command is made up of other @value{GDBN} command lines,
13545 which are given following the @code{define} command.  The end of these
13546 commands is marked by a line containing @code{end}.
13547
13548 @kindex if
13549 @kindex else
13550 @item if
13551 Takes a single argument, which is an expression to evaluate.
13552 It is followed by a series of commands that are executed
13553 only if the expression is true (nonzero).
13554 There can then optionally be a line @code{else}, followed
13555 by a series of commands that are only executed if the expression
13556 was false.  The end of the list is marked by a line containing @code{end}.
13557
13558 @kindex while
13559 @item while
13560 The syntax is similar to @code{if}: the command takes a single argument,
13561 which is an expression to evaluate, and must be followed by the commands to
13562 execute, one per line, terminated by an @code{end}.
13563 The commands are executed repeatedly as long as the expression
13564 evaluates to true.
13565
13566 @kindex document
13567 @item document @var{commandname}
13568 Document the user-defined command @var{commandname}, so that it can be
13569 accessed by @code{help}.  The command @var{commandname} must already be
13570 defined.  This command reads lines of documentation just as @code{define}
13571 reads the lines of the command definition, ending with @code{end}.
13572 After the @code{document} command is finished, @code{help} on command
13573 @var{commandname} displays the documentation you have written.
13574
13575 You may use the @code{document} command again to change the
13576 documentation of a command.  Redefining the command with @code{define}
13577 does not change the documentation.
13578
13579 @kindex help user-defined
13580 @item help user-defined
13581 List all user-defined commands, with the first line of the documentation
13582 (if any) for each.
13583
13584 @kindex show user
13585 @item show user
13586 @itemx show user @var{commandname}
13587 Display the @value{GDBN} commands used to define @var{commandname} (but
13588 not its documentation).  If no @var{commandname} is given, display the
13589 definitions for all user-defined commands.
13590
13591 @kindex show max-user-call-depth
13592 @kindex set max-user-call-depth
13593 @item show max-user-call-depth
13594 @itemx set max-user-call-depth
13595 The value of @code{max-user-call-depth} controls how many recursion
13596 levels are allowed in user-defined commands before GDB suspects an
13597 infinite recursion and aborts the command.
13598
13599 @end table
13600
13601 When user-defined commands are executed, the
13602 commands of the definition are not printed.  An error in any command
13603 stops execution of the user-defined command.
13604
13605 If used interactively, commands that would ask for confirmation proceed
13606 without asking when used inside a user-defined command.  Many @value{GDBN}
13607 commands that normally print messages to say what they are doing omit the
13608 messages when used in a user-defined command.
13609
13610 @node Hooks
13611 @section User-defined command hooks
13612 @cindex command hooks
13613 @cindex hooks, for commands
13614 @cindex hooks, pre-command
13615
13616 @kindex hook
13617 You may define @dfn{hooks}, which are a special kind of user-defined
13618 command.  Whenever you run the command @samp{foo}, if the user-defined
13619 command @samp{hook-foo} exists, it is executed (with no arguments)
13620 before that command.
13621
13622 @cindex hooks, post-command
13623 @kindex hookpost
13624 A hook may also be defined which is run after the command you executed.
13625 Whenever you run the command @samp{foo}, if the user-defined command
13626 @samp{hookpost-foo} exists, it is executed (with no arguments) after
13627 that command.  Post-execution hooks may exist simultaneously with
13628 pre-execution hooks, for the same command.
13629
13630 It is valid for a hook to call the command which it hooks.  If this
13631 occurs, the hook is not re-executed, thereby avoiding infinte recursion.
13632
13633 @c It would be nice if hookpost could be passed a parameter indicating
13634 @c if the command it hooks executed properly or not.  FIXME!
13635
13636 @kindex stop@r{, a pseudo-command}
13637 In addition, a pseudo-command, @samp{stop} exists.  Defining
13638 (@samp{hook-stop}) makes the associated commands execute every time
13639 execution stops in your program: before breakpoint commands are run,
13640 displays are printed, or the stack frame is printed.
13641
13642 For example, to ignore @code{SIGALRM} signals while
13643 single-stepping, but treat them normally during normal execution,
13644 you could define:
13645
13646 @smallexample
13647 define hook-stop
13648 handle SIGALRM nopass
13649 end
13650
13651 define hook-run
13652 handle SIGALRM pass
13653 end
13654
13655 define hook-continue
13656 handle SIGLARM pass
13657 end
13658 @end smallexample
13659
13660 As a further example, to hook at the begining and end of the @code{echo}
13661 command, and to add extra text to the beginning and end of the message,
13662 you could define:
13663
13664 @smallexample
13665 define hook-echo
13666 echo <<<---
13667 end
13668
13669 define hookpost-echo
13670 echo --->>>\n
13671 end
13672
13673 (@value{GDBP}) echo Hello World
13674 <<<---Hello World--->>>
13675 (@value{GDBP})
13676
13677 @end smallexample
13678
13679 You can define a hook for any single-word command in @value{GDBN}, but
13680 not for command aliases; you should define a hook for the basic command
13681 name, e.g.  @code{backtrace} rather than @code{bt}.
13682 @c FIXME!  So how does Joe User discover whether a command is an alias
13683 @c or not?
13684 If an error occurs during the execution of your hook, execution of
13685 @value{GDBN} commands stops and @value{GDBN} issues a prompt
13686 (before the command that you actually typed had a chance to run).
13687
13688 If you try to define a hook which does not match any known command, you
13689 get a warning from the @code{define} command.
13690
13691 @node Command Files
13692 @section Command files
13693
13694 @cindex command files
13695 A command file for @value{GDBN} is a file of lines that are @value{GDBN}
13696 commands.  Comments (lines starting with @kbd{#}) may also be included.
13697 An empty line in a command file does nothing; it does not mean to repeat
13698 the last command, as it would from the terminal.
13699
13700 @cindex init file
13701 @cindex @file{.gdbinit}
13702 @cindex @file{gdb.ini}
13703 When you start @value{GDBN}, it automatically executes commands from its
13704 @dfn{init files}, normally called @file{.gdbinit}@footnote{The DJGPP
13705 port of @value{GDBN} uses the name @file{gdb.ini} instead, due to the
13706 limitations of file names imposed by DOS filesystems.}.
13707 During startup, @value{GDBN} does the following:
13708
13709 @enumerate
13710 @item
13711 Reads the init file (if any) in your home directory@footnote{On
13712 DOS/Windows systems, the home directory is the one pointed to by the
13713 @code{HOME} environment variable.}.
13714
13715 @item
13716 Processes command line options and operands.
13717
13718 @item
13719 Reads the init file (if any) in the current working directory.
13720
13721 @item
13722 Reads command files specified by the @samp{-x} option.
13723 @end enumerate
13724
13725 The init file in your home directory can set options (such as @samp{set
13726 complaints}) that affect subsequent processing of command line options
13727 and operands.  Init files are not executed if you use the @samp{-nx}
13728 option (@pxref{Mode Options, ,Choosing modes}).
13729
13730 @cindex init file name
13731 On some configurations of @value{GDBN}, the init file is known by a
13732 different name (these are typically environments where a specialized
13733 form of @value{GDBN} may need to coexist with other forms, hence a
13734 different name for the specialized version's init file).  These are the
13735 environments with special init file names:
13736
13737 @cindex @file{.vxgdbinit}
13738 @itemize @bullet
13739 @item
13740 VxWorks (Wind River Systems real-time OS): @file{.vxgdbinit}
13741
13742 @cindex @file{.os68gdbinit}
13743 @item
13744 OS68K (Enea Data Systems real-time OS): @file{.os68gdbinit}
13745
13746 @cindex @file{.esgdbinit}
13747 @item
13748 ES-1800 (Ericsson Telecom AB M68000 emulator): @file{.esgdbinit}
13749 @end itemize
13750
13751 You can also request the execution of a command file with the
13752 @code{source} command:
13753
13754 @table @code
13755 @kindex source
13756 @item source @var{filename}
13757 Execute the command file @var{filename}.
13758 @end table
13759
13760 The lines in a command file are executed sequentially.  They are not
13761 printed as they are executed.  An error in any command terminates
13762 execution of the command file and control is returned to the console.
13763
13764 Commands that would ask for confirmation if used interactively proceed
13765 without asking when used in a command file.  Many @value{GDBN} commands that
13766 normally print messages to say what they are doing omit the messages
13767 when called from command files.
13768
13769 @value{GDBN} also accepts command input from standard input.  In this
13770 mode, normal output goes to standard output and error output goes to
13771 standard error.  Errors in a command file supplied on standard input do
13772 not terminate execution of the command file --- execution continues with
13773 the next command.
13774
13775 @smallexample
13776 gdb < cmds > log 2>&1
13777 @end smallexample
13778
13779 (The syntax above will vary depending on the shell used.) This example
13780 will execute commands from the file @file{cmds}. All output and errors
13781 would be directed to @file{log}.
13782
13783 @node Output
13784 @section Commands for controlled output
13785
13786 During the execution of a command file or a user-defined command, normal
13787 @value{GDBN} output is suppressed; the only output that appears is what is
13788 explicitly printed by the commands in the definition.  This section
13789 describes three commands useful for generating exactly the output you
13790 want.
13791
13792 @table @code
13793 @kindex echo
13794 @item echo @var{text}
13795 @c I do not consider backslash-space a standard C escape sequence
13796 @c because it is not in ANSI.
13797 Print @var{text}.  Nonprinting characters can be included in
13798 @var{text} using C escape sequences, such as @samp{\n} to print a
13799 newline.  @strong{No newline is printed unless you specify one.}
13800 In addition to the standard C escape sequences, a backslash followed
13801 by a space stands for a space.  This is useful for displaying a
13802 string with spaces at the beginning or the end, since leading and
13803 trailing spaces are otherwise trimmed from all arguments.
13804 To print @samp{@w{ }and foo =@w{ }}, use the command
13805 @samp{echo \@w{ }and foo = \@w{ }}.
13806
13807 A backslash at the end of @var{text} can be used, as in C, to continue
13808 the command onto subsequent lines.  For example,
13809
13810 @smallexample
13811 echo This is some text\n\
13812 which is continued\n\
13813 onto several lines.\n
13814 @end smallexample
13815
13816 produces the same output as
13817
13818 @smallexample
13819 echo This is some text\n
13820 echo which is continued\n
13821 echo onto several lines.\n
13822 @end smallexample
13823
13824 @kindex output
13825 @item output @var{expression}
13826 Print the value of @var{expression} and nothing but that value: no
13827 newlines, no @samp{$@var{nn} = }.  The value is not entered in the
13828 value history either.  @xref{Expressions, ,Expressions}, for more information
13829 on expressions.
13830
13831 @item output/@var{fmt} @var{expression}
13832 Print the value of @var{expression} in format @var{fmt}.  You can use
13833 the same formats as for @code{print}.  @xref{Output Formats,,Output
13834 formats}, for more information.
13835
13836 @kindex printf
13837 @item printf @var{string}, @var{expressions}@dots{}
13838 Print the values of the @var{expressions} under the control of
13839 @var{string}.  The @var{expressions} are separated by commas and may be
13840 either numbers or pointers.  Their values are printed as specified by
13841 @var{string}, exactly as if your program were to execute the C
13842 subroutine
13843 @c FIXME: the above implies that at least all ANSI C formats are
13844 @c supported, but it isn't true: %E and %G don't work (or so it seems).
13845 @c Either this is a bug, or the manual should document what formats are
13846 @c supported.
13847
13848 @smallexample
13849 printf (@var{string}, @var{expressions}@dots{});
13850 @end smallexample
13851
13852 For example, you can print two values in hex like this:
13853
13854 @smallexample
13855 printf "foo, bar-foo = 0x%x, 0x%x\n", foo, bar-foo
13856 @end smallexample
13857
13858 The only backslash-escape sequences that you can use in the format
13859 string are the simple ones that consist of backslash followed by a
13860 letter.
13861 @end table
13862
13863 @node Interpreters
13864 @chapter Command Interpreters
13865 @cindex command interpreters
13866
13867 @value{GDBN} supports multiple command interpreters, and some command
13868 infrastructure to allow users or user interface writers to switch
13869 between interpreters or run commands in other interpreters.
13870
13871 @value{GDBN} currently supports two command interpreters, the console
13872 interpreter (sometimes called the command-line interpreter or @sc{cli})
13873 and the machine interface interpreter (or @sc{gdb/mi}).  This manual
13874 describes both of these interfaces in great detail.
13875
13876 By default, @value{GDBN} will start with the console interpreter.
13877 However, the user may choose to start @value{GDBN} with another
13878 interpreter by specifying the @option{-i} or @option{--interpreter}
13879 startup options.  Defined interpreters include:
13880
13881 @table @code
13882 @item console
13883 @cindex console interpreter
13884 The traditional console or command-line interpreter.  This is the most often
13885 used interpreter with @value{GDBN}. With no interpreter specified at runtime,
13886 @value{GDBN} will use this interpreter.
13887
13888 @item mi
13889 @cindex mi interpreter
13890 The newest @sc{gdb/mi} interface (currently @code{mi2}).  Used primarily
13891 by programs wishing to use @value{GDBN} as a backend for a debugger GUI
13892 or an IDE.  For more information, see @ref{GDB/MI, ,The @sc{gdb/mi}
13893 Interface}.
13894
13895 @item mi2
13896 @cindex mi2 interpreter
13897 The current @sc{gdb/mi} interface.
13898
13899 @item mi1
13900 @cindex mi1 interpreter
13901 The @sc{gdb/mi} interface included in @value{GDBN} 5.1, 5.2, and 5.3.
13902
13903 @end table
13904
13905 @cindex invoke another interpreter
13906 The interpreter being used by @value{GDBN} may not be dynamically
13907 switched at runtime.  Although possible, this could lead to a very
13908 precarious situation.  Consider an IDE using @sc{gdb/mi}.  If a user
13909 enters the command "interpreter-set console" in a console view,
13910 @value{GDBN} would switch to using the console interpreter, rendering
13911 the IDE inoperable!
13912
13913 @kindex interpreter-exec
13914 Although you may only choose a single interpreter at startup, you may execute
13915 commands in any interpreter from the current interpreter using the appropriate
13916 command.  If you are running the console interpreter, simply use the
13917 @code{interpreter-exec} command:
13918
13919 @smallexample
13920 interpreter-exec mi "-data-list-register-names"
13921 @end smallexample
13922
13923 @sc{gdb/mi} has a similar command, although it is only available in versions of
13924 @value{GDBN} which support @sc{gdb/mi} version 2 (or greater).
13925
13926 @node TUI
13927 @chapter @value{GDBN} Text User Interface
13928 @cindex TUI
13929 @cindex Text User Interface
13930
13931 @menu
13932 * TUI Overview::                TUI overview
13933 * TUI Keys::                    TUI key bindings
13934 * TUI Single Key Mode::         TUI single key mode
13935 * TUI Commands::                TUI specific commands
13936 * TUI Configuration::           TUI configuration variables
13937 @end menu
13938
13939 The @value{GDBN} Text User Interface, TUI in short, is a terminal
13940 interface which uses the @code{curses} library to show the source
13941 file, the assembly output, the program registers and @value{GDBN}
13942 commands in separate text windows.
13943
13944 The TUI is enabled by invoking @value{GDBN} using either
13945 @pindex gdbtui
13946 @samp{gdbtui} or @samp{gdb -tui}.
13947
13948 @node TUI Overview
13949 @section TUI overview
13950
13951 The TUI has two display modes that can be switched while
13952 @value{GDBN} runs:
13953
13954 @itemize @bullet
13955 @item
13956 A curses (or TUI) mode in which it displays several text
13957 windows on the terminal.
13958
13959 @item
13960 A standard mode which corresponds to the @value{GDBN} configured without
13961 the TUI.
13962 @end itemize
13963
13964 In the TUI mode, @value{GDBN} can display several text window
13965 on the terminal:
13966
13967 @table @emph
13968 @item command
13969 This window is the @value{GDBN} command window with the @value{GDBN}
13970 prompt and the @value{GDBN} outputs.  The @value{GDBN} input is still
13971 managed using readline but through the TUI.  The @emph{command}
13972 window is always visible.
13973
13974 @item source
13975 The source window shows the source file of the program.  The current
13976 line as well as active breakpoints are displayed in this window.
13977
13978 @item assembly
13979 The assembly window shows the disassembly output of the program.
13980
13981 @item register
13982 This window shows the processor registers.  It detects when
13983 a register is changed and when this is the case, registers that have
13984 changed are highlighted.  
13985
13986 @end table
13987
13988 The source and assembly windows show the current program position
13989 by highlighting the current line and marking them with the @samp{>} marker.
13990 Breakpoints are also indicated with two markers.  A first one
13991 indicates the breakpoint type:
13992
13993 @table @code
13994 @item B
13995 Breakpoint which was hit at least once.
13996
13997 @item b
13998 Breakpoint which was never hit.
13999
14000 @item H
14001 Hardware breakpoint which was hit at least once.
14002
14003 @item h
14004 Hardware breakpoint which was never hit.
14005
14006 @end table
14007
14008 The second marker indicates whether the breakpoint is enabled or not:
14009
14010 @table @code
14011 @item +
14012 Breakpoint is enabled.
14013
14014 @item -
14015 Breakpoint is disabled.
14016
14017 @end table
14018
14019 The source, assembly and register windows are attached to the thread
14020 and the frame position.  They are updated when the current thread
14021 changes, when the frame changes or when the program counter changes.
14022 These three windows are arranged by the TUI according to several
14023 layouts.  The layout defines which of these three windows are visible.
14024 The following layouts are available:
14025
14026 @itemize @bullet
14027 @item
14028 source
14029
14030 @item
14031 assembly
14032
14033 @item
14034 source and assembly
14035
14036 @item
14037 source and registers
14038
14039 @item
14040 assembly and registers
14041
14042 @end itemize
14043
14044 On top of the command window a status line gives various information
14045 concerning the current process begin debugged.  The status line is
14046 updated when the information it shows changes.  The following fields
14047 are displayed:
14048
14049 @table @emph
14050 @item target
14051 Indicates the current gdb target
14052 (@pxref{Targets, ,Specifying a Debugging Target}).
14053
14054 @item process
14055 Gives information about the current process or thread number.
14056 When no process is being debugged, this field is set to @code{No process}.
14057
14058 @item function
14059 Gives the current function name for the selected frame.
14060 The name is demangled if demangling is turned on (@pxref{Print Settings}).
14061 When there is no symbol corresponding to the current program counter
14062 the string @code{??} is displayed.
14063
14064 @item line
14065 Indicates the current line number for the selected frame.
14066 When the current line number is not known the string @code{??} is displayed.
14067
14068 @item pc
14069 Indicates the current program counter address.
14070
14071 @end table
14072
14073 @node TUI Keys
14074 @section TUI Key Bindings
14075 @cindex TUI key bindings
14076
14077 The TUI installs several key bindings in the readline keymaps
14078 (@pxref{Command Line Editing}).
14079 They allow to leave or enter in the TUI mode or they operate
14080 directly on the TUI layout and windows.  The TUI also provides
14081 a @emph{SingleKey} keymap which binds several keys directly to
14082 @value{GDBN} commands.  The following key bindings
14083 are installed for both TUI mode and the @value{GDBN} standard mode.
14084
14085 @table @kbd
14086 @kindex C-x C-a
14087 @item C-x C-a
14088 @kindex C-x a
14089 @itemx C-x a
14090 @kindex C-x A
14091 @itemx C-x A
14092 Enter or leave the TUI mode.  When the TUI mode is left,
14093 the curses window management is left and @value{GDBN} operates using
14094 its standard mode writing on the terminal directly.  When the TUI
14095 mode is entered, the control is given back to the curses windows.
14096 The screen is then refreshed.
14097
14098 @kindex C-x 1
14099 @item C-x 1
14100 Use a TUI layout with only one window.  The layout will
14101 either be @samp{source} or @samp{assembly}.  When the TUI mode
14102 is not active, it will switch to the TUI mode.
14103
14104 Think of this key binding as the Emacs @kbd{C-x 1} binding.
14105
14106 @kindex C-x 2
14107 @item C-x 2
14108 Use a TUI layout with at least two windows.  When the current
14109 layout shows already two windows, a next layout with two windows is used.
14110 When a new layout is chosen, one window will always be common to the
14111 previous layout and the new one.
14112
14113 Think of it as the Emacs @kbd{C-x 2} binding.
14114
14115 @kindex C-x o
14116 @item C-x o
14117 Change the active window.  The TUI associates several key bindings
14118 (like scrolling and arrow keys) to the active window. This command
14119 gives the focus to the next TUI window.
14120
14121 Think of it as the Emacs @kbd{C-x o} binding.
14122
14123 @kindex C-x s
14124 @item C-x s
14125 Use the TUI @emph{SingleKey} keymap that binds single key to gdb commands
14126 (@pxref{TUI Single Key Mode}).
14127
14128 @end table
14129
14130 The following key bindings are handled only by the TUI mode:
14131
14132 @table @key
14133 @kindex PgUp
14134 @item PgUp
14135 Scroll the active window one page up.
14136
14137 @kindex PgDn
14138 @item PgDn
14139 Scroll the active window one page down.
14140
14141 @kindex Up
14142 @item Up
14143 Scroll the active window one line up.
14144
14145 @kindex Down
14146 @item Down
14147 Scroll the active window one line down.
14148
14149 @kindex Left
14150 @item Left
14151 Scroll the active window one column left.
14152
14153 @kindex Right
14154 @item Right
14155 Scroll the active window one column right.
14156
14157 @kindex C-L
14158 @item C-L
14159 Refresh the screen.
14160
14161 @end table
14162
14163 In the TUI mode, the arrow keys are used by the active window
14164 for scrolling.  This means they are available for readline when the
14165 active window is the command window.  When the command window
14166 does not have the focus, it is necessary to use other readline
14167 key bindings such as @key{C-p}, @key{C-n}, @key{C-b} and @key{C-f}.
14168
14169 @node TUI Single Key Mode
14170 @section TUI Single Key Mode
14171 @cindex TUI single key mode
14172
14173 The TUI provides a @emph{SingleKey} mode in which it installs a particular
14174 key binding in the readline keymaps to connect single keys to
14175 some gdb commands.
14176
14177 @table @kbd
14178 @kindex c @r{(SingleKey TUI key)}
14179 @item c
14180 continue
14181
14182 @kindex d @r{(SingleKey TUI key)}
14183 @item d
14184 down
14185
14186 @kindex f @r{(SingleKey TUI key)}
14187 @item f
14188 finish
14189
14190 @kindex n @r{(SingleKey TUI key)}
14191 @item n
14192 next
14193
14194 @kindex q @r{(SingleKey TUI key)}
14195 @item q
14196 exit the @emph{SingleKey} mode.
14197
14198 @kindex r @r{(SingleKey TUI key)}
14199 @item r
14200 run
14201
14202 @kindex s @r{(SingleKey TUI key)}
14203 @item s
14204 step
14205
14206 @kindex u @r{(SingleKey TUI key)}
14207 @item u
14208 up
14209
14210 @kindex v @r{(SingleKey TUI key)}
14211 @item v
14212 info locals
14213
14214 @kindex w @r{(SingleKey TUI key)}
14215 @item w
14216 where
14217
14218 @end table
14219
14220 Other keys temporarily switch to the @value{GDBN} command prompt.
14221 The key that was pressed is inserted in the editing buffer so that
14222 it is possible to type most @value{GDBN} commands without interaction
14223 with the TUI @emph{SingleKey} mode.  Once the command is entered the TUI
14224 @emph{SingleKey} mode is restored.  The only way to permanently leave
14225 this mode is by hitting @key{q} or @samp{@key{C-x} @key{s}}.
14226
14227
14228 @node TUI Commands
14229 @section TUI specific commands
14230 @cindex TUI commands
14231
14232 The TUI has specific commands to control the text windows.
14233 These commands are always available, that is they do not depend on
14234 the current terminal mode in which @value{GDBN} runs.  When @value{GDBN}
14235 is in the standard mode, using these commands will automatically switch
14236 in the TUI mode.
14237
14238 @table @code
14239 @item info win
14240 @kindex info win
14241 List and give the size of all displayed windows.
14242
14243 @item layout next
14244 @kindex layout
14245 Display the next layout.
14246
14247 @item layout prev
14248 Display the previous layout.
14249
14250 @item layout src
14251 Display the source window only.
14252
14253 @item layout asm
14254 Display the assembly window only.
14255
14256 @item layout split
14257 Display the source and assembly window.
14258
14259 @item layout regs
14260 Display the register window together with the source or assembly window.
14261
14262 @item focus next | prev | src | asm | regs | split
14263 @kindex focus
14264 Set the focus to the named window.
14265 This command allows to change the active window so that scrolling keys
14266 can be affected to another window.
14267
14268 @item refresh
14269 @kindex refresh
14270 Refresh the screen.  This is similar to using @key{C-L} key.
14271
14272 @item tui reg float
14273 @kindex tui reg
14274 Show the floating point registers in the register window.
14275
14276 @item tui reg general
14277 Show the general registers in the register window.
14278
14279 @item tui reg next
14280 Show the next register group.  The list of register groups as well as
14281 their order is target specific.  The predefined register groups are the
14282 following: @code{general}, @code{float}, @code{system}, @code{vector},
14283 @code{all}, @code{save}, @code{restore}.
14284
14285 @item tui reg system
14286 Show the system registers in the register window.
14287
14288 @item update
14289 @kindex update
14290 Update the source window and the current execution point.
14291
14292 @item winheight @var{name} +@var{count}
14293 @itemx winheight @var{name} -@var{count}
14294 @kindex winheight
14295 Change the height of the window @var{name} by @var{count}
14296 lines.  Positive counts increase the height, while negative counts
14297 decrease it.
14298
14299 @end table
14300
14301 @node TUI Configuration
14302 @section TUI configuration variables
14303 @cindex TUI configuration variables
14304
14305 The TUI has several configuration variables that control the
14306 appearance of windows on the terminal.
14307
14308 @table @code
14309 @item set tui border-kind @var{kind}
14310 @kindex set tui border-kind
14311 Select the border appearance for the source, assembly and register windows.
14312 The possible values are the following:
14313 @table @code
14314 @item space
14315 Use a space character to draw the border.
14316
14317 @item ascii
14318 Use ascii characters + - and | to draw the border.
14319
14320 @item acs
14321 Use the Alternate Character Set to draw the border.  The border is
14322 drawn using character line graphics if the terminal supports them.
14323
14324 @end table
14325
14326 @item set tui active-border-mode @var{mode}
14327 @kindex set tui active-border-mode
14328 Select the attributes to display the border of the active window.
14329 The possible values are @code{normal}, @code{standout}, @code{reverse},
14330 @code{half}, @code{half-standout}, @code{bold} and @code{bold-standout}.
14331
14332 @item set tui border-mode @var{mode}
14333 @kindex set tui border-mode
14334 Select the attributes to display the border of other windows.
14335 The @var{mode} can be one of the following:
14336 @table @code
14337 @item normal
14338 Use normal attributes to display the border.
14339
14340 @item standout
14341 Use standout mode.
14342
14343 @item reverse
14344 Use reverse video mode.
14345
14346 @item half
14347 Use half bright mode.
14348
14349 @item half-standout
14350 Use half bright and standout mode.
14351
14352 @item bold
14353 Use extra bright or bold mode.
14354
14355 @item bold-standout
14356 Use extra bright or bold and standout mode.
14357
14358 @end table
14359
14360 @end table
14361
14362 @node Emacs
14363 @chapter Using @value{GDBN} under @sc{gnu} Emacs
14364
14365 @cindex Emacs
14366 @cindex @sc{gnu} Emacs
14367 A special interface allows you to use @sc{gnu} Emacs to view (and
14368 edit) the source files for the program you are debugging with
14369 @value{GDBN}.
14370
14371 To use this interface, use the command @kbd{M-x gdb} in Emacs.  Give the
14372 executable file you want to debug as an argument.  This command starts
14373 @value{GDBN} as a subprocess of Emacs, with input and output through a newly
14374 created Emacs buffer.
14375 @c (Do not use the @code{-tui} option to run @value{GDBN} from Emacs.)
14376
14377 Using @value{GDBN} under Emacs is just like using @value{GDBN} normally except for two
14378 things:
14379
14380 @itemize @bullet
14381 @item
14382 All ``terminal'' input and output goes through the Emacs buffer.
14383 @end itemize
14384
14385 This applies both to @value{GDBN} commands and their output, and to the input
14386 and output done by the program you are debugging.
14387
14388 This is useful because it means that you can copy the text of previous
14389 commands and input them again; you can even use parts of the output
14390 in this way.
14391
14392 All the facilities of Emacs' Shell mode are available for interacting
14393 with your program.  In particular, you can send signals the usual
14394 way---for example, @kbd{C-c C-c} for an interrupt, @kbd{C-c C-z} for a
14395 stop.
14396
14397 @itemize @bullet
14398 @item
14399 @value{GDBN} displays source code through Emacs.
14400 @end itemize
14401
14402 Each time @value{GDBN} displays a stack frame, Emacs automatically finds the
14403 source file for that frame and puts an arrow (@samp{=>}) at the
14404 left margin of the current line.  Emacs uses a separate buffer for
14405 source display, and splits the screen to show both your @value{GDBN} session
14406 and the source.
14407
14408 Explicit @value{GDBN} @code{list} or search commands still produce output as
14409 usual, but you probably have no reason to use them from Emacs.
14410
14411 If you specify an absolute file name when prompted for the @kbd{M-x
14412 gdb} argument, then Emacs sets your current working directory to where
14413 your program resides.  If you only specify the file name, then Emacs
14414 sets your current working directory to to the directory associated
14415 with the previous buffer.  In this case, @value{GDBN} may find your
14416 program by searching your environment's @code{PATH} variable, but on
14417 some operating systems it might not find the source.  So, although the
14418 @value{GDBN} input and output session proceeds normally, the auxiliary
14419 buffer does not display the current source and line of execution.
14420
14421 The initial working directory of @value{GDBN} is printed on the top
14422 line of the @value{GDBN} I/O buffer and this serves as a default for
14423 the commands that specify files for @value{GDBN} to operate
14424 on.  @xref{Files, ,Commands to specify files}.
14425
14426 By default, @kbd{M-x gdb} calls the program called @file{gdb}.  If you
14427 need to call @value{GDBN} by a different name (for example, if you
14428 keep several configurations around, with different names) you can
14429 customize the Emacs variable @code{gud-gdb-command-name} to run the
14430 one you want.
14431
14432 In the @value{GDBN} I/O buffer, you can use these special Emacs commands in
14433 addition to the standard Shell mode commands:
14434
14435 @table @kbd
14436 @item C-h m
14437 Describe the features of Emacs' @value{GDBN} Mode.
14438
14439 @item C-c C-s
14440 Execute to another source line, like the @value{GDBN} @code{step} command; also
14441 update the display window to show the current file and location.
14442
14443 @item C-c C-n
14444 Execute to next source line in this function, skipping all function
14445 calls, like the @value{GDBN} @code{next} command.  Then update the display window
14446 to show the current file and location.
14447
14448 @item C-c C-i
14449 Execute one instruction, like the @value{GDBN} @code{stepi} command; update
14450 display window accordingly.
14451
14452 @item C-c C-f
14453 Execute until exit from the selected stack frame, like the @value{GDBN}
14454 @code{finish} command.
14455
14456 @item C-c C-r
14457 Continue execution of your program, like the @value{GDBN} @code{continue}
14458 command.
14459
14460 @item C-c <
14461 Go up the number of frames indicated by the numeric argument
14462 (@pxref{Arguments, , Numeric Arguments, Emacs, The @sc{gnu} Emacs Manual}),
14463 like the @value{GDBN} @code{up} command.
14464
14465 @item C-c >
14466 Go down the number of frames indicated by the numeric argument, like the
14467 @value{GDBN} @code{down} command.
14468 @end table
14469
14470 In any source file, the Emacs command @kbd{C-x SPC} (@code{gud-break})
14471 tells @value{GDBN} to set a breakpoint on the source line point is on.
14472
14473 If you type @kbd{M-x speedbar}, then Emacs displays a separate frame which
14474 shows a backtrace when the @value{GDBN} I/O buffer is current.  Move
14475 point to any frame in the stack and type @key{RET} to make it become the
14476 current frame and display the associated source in the source buffer.
14477 Alternatively, click @kbd{Mouse-2} to make the selected frame become the
14478 current one.
14479
14480 If you accidentally delete the source-display buffer, an easy way to get
14481 it back is to type the command @code{f} in the @value{GDBN} buffer, to
14482 request a frame display; when you run under Emacs, this recreates
14483 the source buffer if necessary to show you the context of the current
14484 frame.
14485
14486 The source files displayed in Emacs are in ordinary Emacs buffers
14487 which are visiting the source files in the usual way.  You can edit
14488 the files with these buffers if you wish; but keep in mind that @value{GDBN}
14489 communicates with Emacs in terms of line numbers.  If you add or
14490 delete lines from the text, the line numbers that @value{GDBN} knows cease
14491 to correspond properly with the code.
14492
14493 The description given here is for GNU Emacs version 21.3 and a more
14494 detailed description of its interaction with @value{GDBN} is given in
14495 the Emacs manual (@pxref{Debuggers,,, Emacs, The @sc{gnu} Emacs Manual}).
14496
14497 @c The following dropped because Epoch is nonstandard.  Reactivate
14498 @c if/when v19 does something similar. ---doc@cygnus.com 19dec1990
14499 @ignore
14500 @kindex Emacs Epoch environment
14501 @kindex Epoch
14502 @kindex inspect
14503
14504 Version 18 of @sc{gnu} Emacs has a built-in window system
14505 called the @code{epoch}
14506 environment.  Users of this environment can use a new command,
14507 @code{inspect} which performs identically to @code{print} except that
14508 each value is printed in its own window.
14509 @end ignore
14510
14511
14512 @node GDB/MI
14513 @chapter The @sc{gdb/mi} Interface
14514
14515 @unnumberedsec Function and Purpose
14516
14517 @cindex @sc{gdb/mi}, its purpose
14518 @sc{gdb/mi} is a line based machine oriented text interface to @value{GDBN}.  It is
14519 specifically intended to support the development of systems which use
14520 the debugger as just one small component of a larger system.
14521
14522 This chapter is a specification of the @sc{gdb/mi} interface.  It is written
14523 in the form of a reference manual.
14524
14525 Note that @sc{gdb/mi} is still under construction, so some of the
14526 features described below are incomplete and subject to change.
14527
14528 @unnumberedsec Notation and Terminology
14529
14530 @cindex notational conventions, for @sc{gdb/mi}
14531 This chapter uses the following notation:
14532
14533 @itemize @bullet
14534 @item
14535 @code{|} separates two alternatives.
14536
14537 @item
14538 @code{[ @var{something} ]} indicates that @var{something} is optional:
14539 it may or may not be given.
14540
14541 @item
14542 @code{( @var{group} )*} means that @var{group} inside the parentheses
14543 may repeat zero or more times.
14544
14545 @item
14546 @code{( @var{group} )+} means that @var{group} inside the parentheses
14547 may repeat one or more times.
14548
14549 @item
14550 @code{"@var{string}"} means a literal @var{string}.
14551 @end itemize
14552
14553 @ignore
14554 @heading Dependencies
14555 @end ignore
14556
14557 @heading Acknowledgments
14558
14559 In alphabetic order: Andrew Cagney, Fernando Nasser, Stan Shebs and
14560 Elena Zannoni.
14561
14562 @menu
14563 * GDB/MI Command Syntax::
14564 * GDB/MI Compatibility with CLI::
14565 * GDB/MI Output Records::
14566 * GDB/MI Command Description Format::
14567 * GDB/MI Breakpoint Table Commands::
14568 * GDB/MI Data Manipulation::
14569 * GDB/MI Program Control::
14570 * GDB/MI Miscellaneous Commands::
14571 @ignore
14572 * GDB/MI Kod Commands::
14573 * GDB/MI Memory Overlay Commands::
14574 * GDB/MI Signal Handling Commands::
14575 @end ignore
14576 * GDB/MI Stack Manipulation::
14577 * GDB/MI Symbol Query::
14578 * GDB/MI Target Manipulation::
14579 * GDB/MI Thread Commands::
14580 * GDB/MI Tracepoint Commands::
14581 * GDB/MI Variable Objects::
14582 @end menu
14583
14584 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14585 @node GDB/MI Command Syntax
14586 @section @sc{gdb/mi} Command Syntax
14587
14588 @menu
14589 * GDB/MI Input Syntax::
14590 * GDB/MI Output Syntax::
14591 * GDB/MI Simple Examples::
14592 @end menu
14593
14594 @node GDB/MI Input Syntax
14595 @subsection @sc{gdb/mi} Input Syntax
14596
14597 @cindex input syntax for @sc{gdb/mi}
14598 @cindex @sc{gdb/mi}, input syntax
14599 @table @code
14600 @item @var{command} @expansion{}
14601 @code{@var{cli-command} | @var{mi-command}}
14602
14603 @item @var{cli-command} @expansion{}
14604 @code{[ @var{token} ] @var{cli-command} @var{nl}}, where
14605 @var{cli-command} is any existing @value{GDBN} CLI command.
14606
14607 @item @var{mi-command} @expansion{}
14608 @code{[ @var{token} ] "-" @var{operation} ( " " @var{option} )*
14609 @code{[} " --" @code{]} ( " " @var{parameter} )* @var{nl}}
14610
14611 @item @var{token} @expansion{}
14612 "any sequence of digits"
14613
14614 @item @var{option} @expansion{}
14615 @code{"-" @var{parameter} [ " " @var{parameter} ]}
14616
14617 @item @var{parameter} @expansion{}
14618 @code{@var{non-blank-sequence} | @var{c-string}}
14619
14620 @item @var{operation} @expansion{}
14621 @emph{any of the operations described in this chapter}
14622
14623 @item @var{non-blank-sequence} @expansion{}
14624 @emph{anything, provided it doesn't contain special characters such as
14625 "-", @var{nl}, """ and of course " "}
14626
14627 @item @var{c-string} @expansion{}
14628 @code{""" @var{seven-bit-iso-c-string-content} """}
14629
14630 @item @var{nl} @expansion{}
14631 @code{CR | CR-LF}
14632 @end table
14633
14634 @noindent
14635 Notes:
14636
14637 @itemize @bullet
14638 @item
14639 The CLI commands are still handled by the @sc{mi} interpreter; their
14640 output is described below.
14641
14642 @item
14643 The @code{@var{token}}, when present, is passed back when the command
14644 finishes.
14645
14646 @item
14647 Some @sc{mi} commands accept optional arguments as part of the parameter
14648 list.  Each option is identified by a leading @samp{-} (dash) and may be
14649 followed by an optional argument parameter.  Options occur first in the
14650 parameter list and can be delimited from normal parameters using
14651 @samp{--} (this is useful when some parameters begin with a dash).
14652 @end itemize
14653
14654 Pragmatics:
14655
14656 @itemize @bullet
14657 @item
14658 We want easy access to the existing CLI syntax (for debugging).
14659
14660 @item
14661 We want it to be easy to spot a @sc{mi} operation.
14662 @end itemize
14663
14664 @node GDB/MI Output Syntax
14665 @subsection @sc{gdb/mi} Output Syntax
14666
14667 @cindex output syntax of @sc{gdb/mi}
14668 @cindex @sc{gdb/mi}, output syntax
14669 The output from @sc{gdb/mi} consists of zero or more out-of-band records
14670 followed, optionally, by a single result record.  This result record
14671 is for the most recent command.  The sequence of output records is
14672 terminated by @samp{(@value{GDBP})}.
14673
14674 If an input command was prefixed with a @code{@var{token}} then the
14675 corresponding output for that command will also be prefixed by that same
14676 @var{token}.
14677
14678 @table @code
14679 @item @var{output} @expansion{}
14680 @code{( @var{out-of-band-record} )* [ @var{result-record} ] "(@value{GDBP})" @var{nl}}
14681
14682 @item @var{result-record} @expansion{}
14683 @code{ [ @var{token} ] "^" @var{result-class} ( "," @var{result} )* @var{nl}}
14684
14685 @item @var{out-of-band-record} @expansion{}
14686 @code{@var{async-record} | @var{stream-record}}
14687
14688 @item @var{async-record} @expansion{}
14689 @code{@var{exec-async-output} | @var{status-async-output} | @var{notify-async-output}}
14690
14691 @item @var{exec-async-output} @expansion{}
14692 @code{[ @var{token} ] "*" @var{async-output}}
14693
14694 @item @var{status-async-output} @expansion{}
14695 @code{[ @var{token} ] "+" @var{async-output}}
14696
14697 @item @var{notify-async-output} @expansion{}
14698 @code{[ @var{token} ] "=" @var{async-output}}
14699
14700 @item @var{async-output} @expansion{}
14701 @code{@var{async-class} ( "," @var{result} )* @var{nl}}
14702
14703 @item @var{result-class} @expansion{}
14704 @code{"done" | "running" | "connected" | "error" | "exit"}
14705
14706 @item @var{async-class} @expansion{}
14707 @code{"stopped" | @var{others}} (where @var{others} will be added
14708 depending on the needs---this is still in development).
14709
14710 @item @var{result} @expansion{}
14711 @code{ @var{variable} "=" @var{value}}
14712
14713 @item @var{variable} @expansion{}
14714 @code{ @var{string} }
14715
14716 @item @var{value} @expansion{}
14717 @code{ @var{const} | @var{tuple} | @var{list} }
14718
14719 @item @var{const} @expansion{}
14720 @code{@var{c-string}}
14721
14722 @item @var{tuple} @expansion{}
14723 @code{ "@{@}" | "@{" @var{result} ( "," @var{result} )* "@}" }
14724
14725 @item @var{list} @expansion{}
14726 @code{ "[]" | "[" @var{value} ( "," @var{value} )* "]" | "["
14727 @var{result} ( "," @var{result} )* "]" }
14728
14729 @item @var{stream-record} @expansion{}
14730 @code{@var{console-stream-output} | @var{target-stream-output} | @var{log-stream-output}}
14731
14732 @item @var{console-stream-output} @expansion{}
14733 @code{"~" @var{c-string}}
14734
14735 @item @var{target-stream-output} @expansion{}
14736 @code{"@@" @var{c-string}}
14737
14738 @item @var{log-stream-output} @expansion{}
14739 @code{"&" @var{c-string}}
14740
14741 @item @var{nl} @expansion{}
14742 @code{CR | CR-LF}
14743
14744 @item @var{token} @expansion{}
14745 @emph{any sequence of digits}.
14746 @end table
14747
14748 @noindent
14749 Notes:
14750
14751 @itemize @bullet
14752 @item
14753 All output sequences end in a single line containing a period.
14754
14755 @item
14756 The @code{@var{token}} is from the corresponding request.  If an execution
14757 command is interrupted by the @samp{-exec-interrupt} command, the
14758 @var{token} associated with the @samp{*stopped} message is the one of the
14759 original execution command, not the one of the interrupt command.
14760
14761 @item
14762 @cindex status output in @sc{gdb/mi}
14763 @var{status-async-output} contains on-going status information about the
14764 progress of a slow operation.  It can be discarded.  All status output is
14765 prefixed by @samp{+}.
14766
14767 @item
14768 @cindex async output in @sc{gdb/mi}
14769 @var{exec-async-output} contains asynchronous state change on the target
14770 (stopped, started, disappeared).  All async output is prefixed by
14771 @samp{*}.
14772
14773 @item
14774 @cindex notify output in @sc{gdb/mi}
14775 @var{notify-async-output} contains supplementary information that the
14776 client should handle (e.g., a new breakpoint information).  All notify
14777 output is prefixed by @samp{=}.
14778
14779 @item
14780 @cindex console output in @sc{gdb/mi}
14781 @var{console-stream-output} is output that should be displayed as is in the
14782 console.  It is the textual response to a CLI command.  All the console
14783 output is prefixed by @samp{~}.
14784
14785 @item
14786 @cindex target output in @sc{gdb/mi}
14787 @var{target-stream-output} is the output produced by the target program.
14788 All the target output is prefixed by @samp{@@}.
14789
14790 @item
14791 @cindex log output in @sc{gdb/mi}
14792 @var{log-stream-output} is output text coming from @value{GDBN}'s internals, for
14793 instance messages that should be displayed as part of an error log.  All
14794 the log output is prefixed by @samp{&}.
14795
14796 @item
14797 @cindex list output in @sc{gdb/mi}
14798 New @sc{gdb/mi} commands should only output @var{lists} containing
14799 @var{values}.
14800
14801
14802 @end itemize
14803
14804 @xref{GDB/MI Stream Records, , @sc{gdb/mi} Stream Records}, for more
14805 details about the various output records.
14806
14807 @node GDB/MI Simple Examples
14808 @subsection Simple Examples of @sc{gdb/mi} Interaction
14809 @cindex @sc{gdb/mi}, simple examples
14810
14811 This subsection presents several simple examples of interaction using
14812 the @sc{gdb/mi} interface.  In these examples, @samp{->} means that the
14813 following line is passed to @sc{gdb/mi} as input, while @samp{<-} means
14814 the output received from @sc{gdb/mi}.
14815
14816 @subsubheading Target Stop
14817 @c Ummm... There is no "-stop" command. This assumes async, no?
14818 Here's an example of stopping the inferior process:
14819
14820 @smallexample
14821 -> -stop
14822 <- (@value{GDBP})
14823 @end smallexample
14824
14825 @noindent
14826 and later:
14827
14828 @smallexample
14829 <- *stop,reason="stop",address="0x123",source="a.c:123"
14830 <- (@value{GDBP})
14831 @end smallexample
14832
14833 @subsubheading Simple CLI Command
14834
14835 Here's an example of a simple CLI command being passed through
14836 @sc{gdb/mi} and on to the CLI.
14837
14838 @smallexample
14839 -> print 1+2
14840 <- &"print 1+2\n"
14841 <- ~"$1 = 3\n"
14842 <- ^done
14843 <- (@value{GDBP})
14844 @end smallexample
14845
14846 @subsubheading Command With Side Effects
14847
14848 @smallexample
14849 -> -symbol-file xyz.exe
14850 <- *breakpoint,nr="3",address="0x123",source="a.c:123"
14851 <- (@value{GDBP})
14852 @end smallexample
14853
14854 @subsubheading A Bad Command
14855
14856 Here's what happens if you pass a non-existent command:
14857
14858 @smallexample
14859 -> -rubbish
14860 <- ^error,msg="Undefined MI command: rubbish"
14861 <- (@value{GDBP})
14862 @end smallexample
14863
14864 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14865 @node GDB/MI Compatibility with CLI
14866 @section @sc{gdb/mi} Compatibility with CLI
14867
14868 @cindex compatibility, @sc{gdb/mi} and CLI
14869 @cindex @sc{gdb/mi}, compatibility with CLI
14870 To help users familiar with @value{GDBN}'s existing CLI interface, @sc{gdb/mi}
14871 accepts existing CLI commands.  As specified by the syntax, such
14872 commands can be directly entered into the @sc{gdb/mi} interface and @value{GDBN} will
14873 respond.
14874
14875 This mechanism is provided as an aid to developers of @sc{gdb/mi}
14876 clients and not as a reliable interface into the CLI.  Since the command
14877 is being interpreteted in an environment that assumes @sc{gdb/mi}
14878 behaviour, the exact output of such commands is likely to end up being
14879 an un-supported hybrid of @sc{gdb/mi} and CLI output.
14880
14881 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14882 @node GDB/MI Output Records
14883 @section @sc{gdb/mi} Output Records
14884
14885 @menu
14886 * GDB/MI Result Records::
14887 * GDB/MI Stream Records::
14888 * GDB/MI Out-of-band Records::
14889 @end menu
14890
14891 @node GDB/MI Result Records
14892 @subsection @sc{gdb/mi} Result Records
14893
14894 @cindex result records in @sc{gdb/mi}
14895 @cindex @sc{gdb/mi}, result records
14896 In addition to a number of out-of-band notifications, the response to a
14897 @sc{gdb/mi} command includes one of the following result indications:
14898
14899 @table @code
14900 @findex ^done
14901 @item "^done" [ "," @var{results} ]
14902 The synchronous operation was successful, @code{@var{results}} are the return
14903 values.
14904
14905 @item "^running"
14906 @findex ^running
14907 @c Is this one correct?  Should it be an out-of-band notification?
14908 The asynchronous operation was successfully started.  The target is
14909 running.
14910
14911 @item "^error" "," @var{c-string}
14912 @findex ^error
14913 The operation failed.  The @code{@var{c-string}} contains the corresponding
14914 error message.
14915 @end table
14916
14917 @node GDB/MI Stream Records
14918 @subsection @sc{gdb/mi} Stream Records
14919
14920 @cindex @sc{gdb/mi}, stream records
14921 @cindex stream records in @sc{gdb/mi}
14922 @value{GDBN} internally maintains a number of output streams: the console, the
14923 target, and the log.  The output intended for each of these streams is
14924 funneled through the @sc{gdb/mi} interface using @dfn{stream records}.
14925
14926 Each stream record begins with a unique @dfn{prefix character} which
14927 identifies its stream (@pxref{GDB/MI Output Syntax, , @sc{gdb/mi} Output
14928 Syntax}).  In addition to the prefix, each stream record contains a
14929 @code{@var{string-output}}.  This is either raw text (with an implicit new
14930 line) or a quoted C string (which does not contain an implicit newline).
14931
14932 @table @code
14933 @item "~" @var{string-output}
14934 The console output stream contains text that should be displayed in the
14935 CLI console window.  It contains the textual responses to CLI commands.
14936
14937 @item "@@" @var{string-output}
14938 The target output stream contains any textual output from the running
14939 target.
14940
14941 @item "&" @var{string-output}
14942 The log stream contains debugging messages being produced by @value{GDBN}'s
14943 internals.
14944 @end table
14945
14946 @node GDB/MI Out-of-band Records
14947 @subsection @sc{gdb/mi} Out-of-band Records
14948
14949 @cindex out-of-band records in @sc{gdb/mi}
14950 @cindex @sc{gdb/mi}, out-of-band records
14951 @dfn{Out-of-band} records are used to notify the @sc{gdb/mi} client of
14952 additional changes that have occurred.  Those changes can either be a
14953 consequence of @sc{gdb/mi} (e.g., a breakpoint modified) or a result of
14954 target activity (e.g., target stopped).
14955
14956 The following is a preliminary list of possible out-of-band records.
14957
14958 @table @code
14959 @item "*" "stop"
14960 @end table
14961
14962
14963 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14964 @node GDB/MI Command Description Format
14965 @section @sc{gdb/mi} Command Description Format
14966
14967 The remaining sections describe blocks of commands.  Each block of
14968 commands is laid out in a fashion similar to this section.
14969
14970 Note the the line breaks shown in the examples are here only for
14971 readability.  They don't appear in the real output.
14972 Also note that the commands with a non-available example (N.A.@:) are
14973 not yet implemented.
14974
14975 @subheading Motivation
14976
14977 The motivation for this collection of commands.
14978
14979 @subheading Introduction
14980
14981 A brief introduction to this collection of commands as a whole.
14982
14983 @subheading Commands
14984
14985 For each command in the block, the following is described:
14986
14987 @subsubheading Synopsis
14988
14989 @smallexample
14990  -command @var{args}@dots{}
14991 @end smallexample
14992
14993 @subsubheading @value{GDBN} Command
14994
14995 The corresponding @value{GDBN} CLI command.
14996
14997 @subsubheading Result
14998
14999 @subsubheading Out-of-band
15000
15001 @subsubheading Notes
15002
15003 @subsubheading Example
15004
15005
15006 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
15007 @node GDB/MI Breakpoint Table Commands
15008 @section @sc{gdb/mi} Breakpoint table commands
15009
15010 @cindex breakpoint commands for @sc{gdb/mi}
15011 @cindex @sc{gdb/mi}, breakpoint commands
15012 This section documents @sc{gdb/mi} commands for manipulating
15013 breakpoints.
15014
15015 @subheading The @code{-break-after} Command
15016 @findex -break-after
15017
15018 @subsubheading Synopsis
15019
15020 @smallexample
15021  -break-after @var{number} @var{count}
15022 @end smallexample
15023
15024 The breakpoint number @var{number} is not in effect until it has been
15025 hit @var{count} times.  To see how this is reflected in the output of
15026 the @samp{-break-list} command, see the description of the
15027 @samp{-break-list} command below.
15028
15029 @subsubheading @value{GDBN} Command
15030
15031 The corresponding @value{GDBN} command is @samp{ignore}.
15032
15033 @subsubheading Example
15034
15035 @smallexample
15036 (@value{GDBP})
15037 -break-insert main
15038 ^done,bkpt=@{number="1",addr="0x000100d0",file="hello.c",line="5"@}
15039 (@value{GDBP})
15040 -break-after 1 3
15041 ~
15042 ^done
15043 (@value{GDBP})
15044 -break-list
15045 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
15046 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15047 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15048 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15049 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15050 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15051 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
15052 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15053 addr="0x000100d0",func="main",file="hello.c",line="5",times="0",
15054 ignore="3"@}]@}
15055 (@value{GDBP})
15056 @end smallexample
15057
15058 @ignore
15059 @subheading The @code{-break-catch} Command
15060 @findex -break-catch
15061
15062 @subheading The @code{-break-commands} Command
15063 @findex -break-commands
15064 @end ignore
15065
15066
15067 @subheading The @code{-break-condition} Command
15068 @findex -break-condition
15069
15070 @subsubheading Synopsis
15071
15072 @smallexample
15073  -break-condition @var{number} @var{expr}
15074 @end smallexample
15075
15076 Breakpoint @var{number} will stop the program only if the condition in
15077 @var{expr} is true.  The condition becomes part of the
15078 @samp{-break-list} output (see the description of the @samp{-break-list}
15079 command below).
15080
15081 @subsubheading @value{GDBN} Command
15082
15083 The corresponding @value{GDBN} command is @samp{condition}.
15084
15085 @subsubheading Example
15086
15087 @smallexample
15088 (@value{GDBP})
15089 -break-condition 1 1
15090 ^done
15091 (@value{GDBP})
15092 -break-list
15093 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
15094 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15095 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15096 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15097 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15098 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15099 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
15100 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15101 addr="0x000100d0",func="main",file="hello.c",line="5",cond="1",
15102 times="0",ignore="3"@}]@}
15103 (@value{GDBP})
15104 @end smallexample
15105
15106 @subheading The @code{-break-delete} Command
15107 @findex -break-delete
15108
15109 @subsubheading Synopsis
15110
15111 @smallexample
15112  -break-delete ( @var{breakpoint} )+
15113 @end smallexample
15114
15115 Delete the breakpoint(s) whose number(s) are specified in the argument
15116 list.  This is obviously reflected in the breakpoint list.
15117
15118 @subsubheading @value{GDBN} command
15119
15120 The corresponding @value{GDBN} command is @samp{delete}.
15121
15122 @subsubheading Example
15123
15124 @smallexample
15125 (@value{GDBP})
15126 -break-delete 1
15127 ^done
15128 (@value{GDBP})
15129 -break-list
15130 ^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
15131 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15132 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15133 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15134 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15135 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15136 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
15137 body=[]@}
15138 (@value{GDBP})
15139 @end smallexample
15140
15141 @subheading The @code{-break-disable} Command
15142 @findex -break-disable
15143
15144 @subsubheading Synopsis
15145
15146 @smallexample
15147  -break-disable ( @var{breakpoint} )+
15148 @end smallexample
15149
15150 Disable the named @var{breakpoint}(s).  The field @samp{enabled} in the
15151 break list is now set to @samp{n} for the named @var{breakpoint}(s).
15152
15153 @subsubheading @value{GDBN} Command
15154
15155 The corresponding @value{GDBN} command is @samp{disable}.
15156
15157 @subsubheading Example
15158
15159 @smallexample
15160 (@value{GDBP})
15161 -break-disable 2
15162 ^done
15163 (@value{GDBP})
15164 -break-list
15165 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
15166 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15167 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15168 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15169 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15170 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15171 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
15172 body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="n",
15173 addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@}]@}
15174 (@value{GDBP})
15175 @end smallexample
15176
15177 @subheading The @code{-break-enable} Command
15178 @findex -break-enable
15179
15180 @subsubheading Synopsis
15181
15182 @smallexample
15183  -break-enable ( @var{breakpoint} )+
15184 @end smallexample
15185
15186 Enable (previously disabled) @var{breakpoint}(s).
15187
15188 @subsubheading @value{GDBN} Command
15189
15190 The corresponding @value{GDBN} command is @samp{enable}.
15191
15192 @subsubheading Example
15193
15194 @smallexample
15195 (@value{GDBP})
15196 -break-enable 2
15197 ^done
15198 (@value{GDBP})
15199 -break-list
15200 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
15201 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15202 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15203 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15204 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15205 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15206 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
15207 body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
15208 addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@}]@}
15209 (@value{GDBP})
15210 @end smallexample
15211
15212 @subheading The @code{-break-info} Command
15213 @findex -break-info
15214
15215 @subsubheading Synopsis
15216
15217 @smallexample
15218  -break-info @var{breakpoint}
15219 @end smallexample
15220
15221 @c REDUNDANT???
15222 Get information about a single breakpoint.
15223
15224 @subsubheading @value{GDBN} command
15225
15226 The corresponding @value{GDBN} command is @samp{info break @var{breakpoint}}.
15227
15228 @subsubheading Example
15229 N.A.
15230
15231 @subheading The @code{-break-insert} Command
15232 @findex -break-insert
15233
15234 @subsubheading Synopsis
15235
15236 @smallexample
15237  -break-insert [ -t ] [ -h ] [ -r ]
15238     [ -c @var{condition} ] [ -i @var{ignore-count} ]
15239     [ -p @var{thread} ] [ @var{line} | @var{addr} ]
15240 @end smallexample
15241
15242 @noindent
15243 If specified, @var{line}, can be one of:
15244
15245 @itemize @bullet
15246 @item function
15247 @c @item +offset
15248 @c @item -offset
15249 @c @item linenum
15250 @item filename:linenum
15251 @item filename:function
15252 @item *address
15253 @end itemize
15254
15255 The possible optional parameters of this command are:
15256
15257 @table @samp
15258 @item -t
15259 Insert a tempoary breakpoint.
15260 @item -h
15261 Insert a hardware breakpoint.
15262 @item -c @var{condition}
15263 Make the breakpoint conditional on @var{condition}.
15264 @item -i @var{ignore-count}
15265 Initialize the @var{ignore-count}.
15266 @item -r
15267 Insert a regular breakpoint in all the functions whose names match the
15268 given regular expression.  Other flags are not applicable to regular
15269 expresson.
15270 @end table
15271
15272 @subsubheading Result
15273
15274 The result is in the form:
15275
15276 @smallexample
15277  ^done,bkptno="@var{number}",func="@var{funcname}",
15278   file="@var{filename}",line="@var{lineno}"
15279 @end smallexample
15280
15281 @noindent
15282 where @var{number} is the @value{GDBN} number for this breakpoint, @var{funcname}
15283 is the name of the function where the breakpoint was inserted,
15284 @var{filename} is the name of the source file which contains this
15285 function, and @var{lineno} is the source line number within that file.
15286
15287 Note: this format is open to change.
15288 @c An out-of-band breakpoint instead of part of the result?
15289
15290 @subsubheading @value{GDBN} Command
15291
15292 The corresponding @value{GDBN} commands are @samp{break}, @samp{tbreak},
15293 @samp{hbreak}, @samp{thbreak}, and @samp{rbreak}.
15294
15295 @subsubheading Example
15296
15297 @smallexample
15298 (@value{GDBP})
15299 -break-insert main
15300 ^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
15301 (@value{GDBP})
15302 -break-insert -t foo
15303 ^done,bkpt=@{number="2",addr="0x00010774",file="recursive2.c",line="11"@}
15304 (@value{GDBP})
15305 -break-list
15306 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
15307 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15308 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15309 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15310 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15311 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15312 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
15313 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15314 addr="0x0001072c", func="main",file="recursive2.c",line="4",times="0"@},
15315 bkpt=@{number="2",type="breakpoint",disp="del",enabled="y",
15316 addr="0x00010774",func="foo",file="recursive2.c",line="11",times="0"@}]@}
15317 (@value{GDBP})
15318 -break-insert -r foo.*
15319 ~int foo(int, int);
15320 ^done,bkpt=@{number="3",addr="0x00010774",file="recursive2.c",line="11"@}
15321 (@value{GDBP})
15322 @end smallexample
15323
15324 @subheading The @code{-break-list} Command
15325 @findex -break-list
15326
15327 @subsubheading Synopsis
15328
15329 @smallexample
15330  -break-list
15331 @end smallexample
15332
15333 Displays the list of inserted breakpoints, showing the following fields:
15334
15335 @table @samp
15336 @item Number
15337 number of the breakpoint
15338 @item Type
15339 type of the breakpoint: @samp{breakpoint} or @samp{watchpoint}
15340 @item Disposition
15341 should the breakpoint be deleted or disabled when it is hit: @samp{keep}
15342 or @samp{nokeep}
15343 @item Enabled
15344 is the breakpoint enabled or no: @samp{y} or @samp{n}
15345 @item Address
15346 memory location at which the breakpoint is set
15347 @item What
15348 logical location of the breakpoint, expressed by function name, file
15349 name, line number
15350 @item Times
15351 number of times the breakpoint has been hit
15352 @end table
15353
15354 If there are no breakpoints or watchpoints, the @code{BreakpointTable}
15355 @code{body} field is an empty list.
15356
15357 @subsubheading @value{GDBN} Command
15358
15359 The corresponding @value{GDBN} command is @samp{info break}.
15360
15361 @subsubheading Example
15362
15363 @smallexample
15364 (@value{GDBP})
15365 -break-list
15366 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
15367 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15368 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15369 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15370 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15371 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15372 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
15373 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15374 addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@},
15375 bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
15376 addr="0x00010114",func="foo",file="hello.c",line="13",times="0"@}]@}
15377 (@value{GDBP})
15378 @end smallexample
15379
15380 Here's an example of the result when there are no breakpoints:
15381
15382 @smallexample
15383 (@value{GDBP})
15384 -break-list
15385 ^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
15386 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15387 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15388 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15389 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15390 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15391 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
15392 body=[]@}
15393 (@value{GDBP})
15394 @end smallexample
15395
15396 @subheading The @code{-break-watch} Command
15397 @findex -break-watch
15398
15399 @subsubheading Synopsis
15400
15401 @smallexample
15402  -break-watch [ -a | -r ]
15403 @end smallexample
15404
15405 Create a watchpoint.  With the @samp{-a} option it will create an
15406 @dfn{access} watchpoint, i.e. a watchpoint that triggers either on a
15407 read from or on a write to the memory location.  With the @samp{-r}
15408 option, the watchpoint created is a @dfn{read} watchpoint, i.e. it will
15409 trigger only when the memory location is accessed for reading.  Without
15410 either of the options, the watchpoint created is a regular watchpoint,
15411 i.e. it will trigger when the memory location is accessed for writing.
15412 @xref{Set Watchpoints, , Setting watchpoints}.
15413
15414 Note that @samp{-break-list} will report a single list of watchpoints and
15415 breakpoints inserted.
15416
15417 @subsubheading @value{GDBN} Command
15418
15419 The corresponding @value{GDBN} commands are @samp{watch}, @samp{awatch}, and
15420 @samp{rwatch}.
15421
15422 @subsubheading Example
15423
15424 Setting a watchpoint on a variable in the @code{main} function:
15425
15426 @smallexample
15427 (@value{GDBP})
15428 -break-watch x
15429 ^done,wpt=@{number="2",exp="x"@}
15430 (@value{GDBP})
15431 -exec-continue
15432 ^running
15433 ^done,reason="watchpoint-trigger",wpt=@{number="2",exp="x"@},
15434 value=@{old="-268439212",new="55"@},
15435 frame=@{func="main",args=[],file="recursive2.c",line="5"@}
15436 (@value{GDBP})
15437 @end smallexample
15438
15439 Setting a watchpoint on a variable local to a function.  @value{GDBN} will stop
15440 the program execution twice: first for the variable changing value, then
15441 for the watchpoint going out of scope.
15442
15443 @smallexample
15444 (@value{GDBP})
15445 -break-watch C
15446 ^done,wpt=@{number="5",exp="C"@}
15447 (@value{GDBP})
15448 -exec-continue
15449 ^running
15450 ^done,reason="watchpoint-trigger",
15451 wpt=@{number="5",exp="C"@},value=@{old="-276895068",new="3"@},
15452 frame=@{func="callee4",args=[],
15453 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
15454 (@value{GDBP})
15455 -exec-continue
15456 ^running
15457 ^done,reason="watchpoint-scope",wpnum="5",
15458 frame=@{func="callee3",args=[@{name="strarg",
15459 value="0x11940 \"A string argument.\""@}],
15460 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
15461 (@value{GDBP})
15462 @end smallexample
15463
15464 Listing breakpoints and watchpoints, at different points in the program
15465 execution.  Note that once the watchpoint goes out of scope, it is
15466 deleted.
15467
15468 @smallexample
15469 (@value{GDBP})
15470 -break-watch C
15471 ^done,wpt=@{number="2",exp="C"@}
15472 (@value{GDBP})
15473 -break-list
15474 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
15475 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15476 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15477 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15478 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15479 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15480 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
15481 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15482 addr="0x00010734",func="callee4",
15483 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@},
15484 bkpt=@{number="2",type="watchpoint",disp="keep",
15485 enabled="y",addr="",what="C",times="0"@}]@}
15486 (@value{GDBP})
15487 -exec-continue
15488 ^running
15489 ^done,reason="watchpoint-trigger",wpt=@{number="2",exp="C"@},
15490 value=@{old="-276895068",new="3"@},
15491 frame=@{func="callee4",args=[],
15492 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
15493 (@value{GDBP})
15494 -break-list
15495 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
15496 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15497 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15498 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15499 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15500 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15501 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
15502 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15503 addr="0x00010734",func="callee4",
15504 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@},
15505 bkpt=@{number="2",type="watchpoint",disp="keep",
15506 enabled="y",addr="",what="C",times="-5"@}]@}
15507 (@value{GDBP})
15508 -exec-continue
15509 ^running
15510 ^done,reason="watchpoint-scope",wpnum="2",
15511 frame=@{func="callee3",args=[@{name="strarg",
15512 value="0x11940 \"A string argument.\""@}],
15513 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
15514 (@value{GDBP})
15515 -break-list
15516 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
15517 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15518 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15519 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15520 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15521 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15522 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
15523 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15524 addr="0x00010734",func="callee4",
15525 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@}]@}
15526 (@value{GDBP})
15527 @end smallexample
15528
15529 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
15530 @node GDB/MI Data Manipulation
15531 @section @sc{gdb/mi} Data Manipulation
15532
15533 @cindex data manipulation, in @sc{gdb/mi}
15534 @cindex @sc{gdb/mi}, data manipulation
15535 This section describes the @sc{gdb/mi} commands that manipulate data:
15536 examine memory and registers, evaluate expressions, etc.
15537
15538 @c REMOVED FROM THE INTERFACE.
15539 @c @subheading -data-assign
15540 @c Change the value of a program variable. Plenty of side effects.
15541 @c @subsubheading GDB command
15542 @c set variable
15543 @c @subsubheading Example
15544 @c N.A.
15545
15546 @subheading The @code{-data-disassemble} Command
15547 @findex -data-disassemble
15548
15549 @subsubheading Synopsis
15550
15551 @smallexample
15552  -data-disassemble
15553     [ -s @var{start-addr} -e @var{end-addr} ]
15554   | [ -f @var{filename} -l @var{linenum} [ -n @var{lines} ] ]
15555   -- @var{mode}
15556 @end smallexample
15557
15558 @noindent
15559 Where:
15560
15561 @table @samp
15562 @item @var{start-addr}
15563 is the beginning address (or @code{$pc})
15564 @item @var{end-addr}
15565 is the end address
15566 @item @var{filename}
15567 is the name of the file to disassemble
15568 @item @var{linenum}
15569 is the line number to disassemble around
15570 @item @var{lines}
15571 is the the number of disassembly lines to be produced.  If it is -1,
15572 the whole function will be disassembled, in case no @var{end-addr} is
15573 specified.  If @var{end-addr} is specified as a non-zero value, and
15574 @var{lines} is lower than the number of disassembly lines between
15575 @var{start-addr} and @var{end-addr}, only @var{lines} lines are
15576 displayed; if @var{lines} is higher than the number of lines between
15577 @var{start-addr} and @var{end-addr}, only the lines up to @var{end-addr}
15578 are displayed.
15579 @item @var{mode}
15580 is either 0 (meaning only disassembly) or 1 (meaning mixed source and
15581 disassembly).
15582 @end table
15583
15584 @subsubheading Result
15585
15586 The output for each instruction is composed of four fields:
15587
15588 @itemize @bullet
15589 @item Address
15590 @item Func-name
15591 @item Offset
15592 @item Instruction
15593 @end itemize
15594
15595 Note that whatever included in the instruction field, is not manipulated
15596 directely by @sc{gdb/mi}, i.e. it is not possible to adjust its format.
15597
15598 @subsubheading @value{GDBN} Command
15599
15600 There's no direct mapping from this command to the CLI.
15601
15602 @subsubheading Example
15603
15604 Disassemble from the current value of @code{$pc} to @code{$pc + 20}:
15605
15606 @smallexample
15607 (@value{GDBP})
15608 -data-disassemble -s $pc -e "$pc + 20" -- 0
15609 ^done,
15610 asm_insns=[
15611 @{address="0x000107c0",func-name="main",offset="4",
15612 inst="mov  2, %o0"@},
15613 @{address="0x000107c4",func-name="main",offset="8",
15614 inst="sethi  %hi(0x11800), %o2"@},
15615 @{address="0x000107c8",func-name="main",offset="12",
15616 inst="or  %o2, 0x140, %o1\t! 0x11940 <_lib_version+8>"@},
15617 @{address="0x000107cc",func-name="main",offset="16",
15618 inst="sethi  %hi(0x11800), %o2"@},
15619 @{address="0x000107d0",func-name="main",offset="20",
15620 inst="or  %o2, 0x168, %o4\t! 0x11968 <_lib_version+48>"@}]
15621 (@value{GDBP})
15622 @end smallexample
15623
15624 Disassemble the whole @code{main} function.  Line 32 is part of
15625 @code{main}.
15626
15627 @smallexample
15628 -data-disassemble -f basics.c -l 32 -- 0
15629 ^done,asm_insns=[
15630 @{address="0x000107bc",func-name="main",offset="0",
15631 inst="save  %sp, -112, %sp"@},
15632 @{address="0x000107c0",func-name="main",offset="4",
15633 inst="mov   2, %o0"@},
15634 @{address="0x000107c4",func-name="main",offset="8",
15635 inst="sethi %hi(0x11800), %o2"@},
15636 [@dots{}]
15637 @{address="0x0001081c",func-name="main",offset="96",inst="ret "@},
15638 @{address="0x00010820",func-name="main",offset="100",inst="restore "@}]
15639 (@value{GDBP})
15640 @end smallexample
15641
15642 Disassemble 3 instructions from the start of @code{main}:
15643
15644 @smallexample
15645 (@value{GDBP})
15646 -data-disassemble -f basics.c -l 32 -n 3 -- 0
15647 ^done,asm_insns=[
15648 @{address="0x000107bc",func-name="main",offset="0",
15649 inst="save  %sp, -112, %sp"@},
15650 @{address="0x000107c0",func-name="main",offset="4",
15651 inst="mov  2, %o0"@},
15652 @{address="0x000107c4",func-name="main",offset="8",
15653 inst="sethi  %hi(0x11800), %o2"@}]
15654 (@value{GDBP})
15655 @end smallexample
15656
15657 Disassemble 3 instructions from the start of @code{main} in mixed mode:
15658
15659 @smallexample
15660 (@value{GDBP})
15661 -data-disassemble -f basics.c -l 32 -n 3 -- 1
15662 ^done,asm_insns=[
15663 src_and_asm_line=@{line="31",
15664 file="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb/ \
15665   testsuite/gdb.mi/basics.c",line_asm_insn=[
15666 @{address="0x000107bc",func-name="main",offset="0",
15667 inst="save  %sp, -112, %sp"@}]@},
15668 src_and_asm_line=@{line="32",
15669 file="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb/ \
15670   testsuite/gdb.mi/basics.c",line_asm_insn=[
15671 @{address="0x000107c0",func-name="main",offset="4",
15672 inst="mov  2, %o0"@},
15673 @{address="0x000107c4",func-name="main",offset="8",
15674 inst="sethi  %hi(0x11800), %o2"@}]@}]
15675 (@value{GDBP})
15676 @end smallexample
15677
15678
15679 @subheading The @code{-data-evaluate-expression} Command
15680 @findex -data-evaluate-expression
15681
15682 @subsubheading Synopsis
15683
15684 @smallexample
15685  -data-evaluate-expression @var{expr}
15686 @end smallexample
15687
15688 Evaluate @var{expr} as an expression.  The expression could contain an
15689 inferior function call.  The function call will execute synchronously.
15690 If the expression contains spaces, it must be enclosed in double quotes.
15691
15692 @subsubheading @value{GDBN} Command
15693
15694 The corresponding @value{GDBN} commands are @samp{print}, @samp{output}, and
15695 @samp{call}.  In @code{gdbtk} only, there's a corresponding
15696 @samp{gdb_eval} command.
15697
15698 @subsubheading Example
15699
15700 In the following example, the numbers that precede the commands are the
15701 @dfn{tokens} described in @ref{GDB/MI Command Syntax, ,@sc{gdb/mi}
15702 Command Syntax}.  Notice how @sc{gdb/mi} returns the same tokens in its
15703 output.
15704
15705 @smallexample
15706 211-data-evaluate-expression A
15707 211^done,value="1"
15708 (@value{GDBP})
15709 311-data-evaluate-expression &A
15710 311^done,value="0xefffeb7c"
15711 (@value{GDBP})
15712 411-data-evaluate-expression A+3
15713 411^done,value="4"
15714 (@value{GDBP})
15715 511-data-evaluate-expression "A + 3"
15716 511^done,value="4"
15717 (@value{GDBP})
15718 @end smallexample
15719
15720
15721 @subheading The @code{-data-list-changed-registers} Command
15722 @findex -data-list-changed-registers
15723
15724 @subsubheading Synopsis
15725
15726 @smallexample
15727  -data-list-changed-registers
15728 @end smallexample
15729
15730 Display a list of the registers that have changed.
15731
15732 @subsubheading @value{GDBN} Command
15733
15734 @value{GDBN} doesn't have a direct analog for this command; @code{gdbtk}
15735 has the corresponding command @samp{gdb_changed_register_list}.
15736
15737 @subsubheading Example
15738
15739 On a PPC MBX board:
15740
15741 @smallexample
15742 (@value{GDBP})
15743 -exec-continue
15744 ^running
15745
15746 (@value{GDBP})
15747 *stopped,reason="breakpoint-hit",bkptno="1",frame=@{func="main",
15748 args=[],file="try.c",line="5"@}
15749 (@value{GDBP})
15750 -data-list-changed-registers
15751 ^done,changed-registers=["0","1","2","4","5","6","7","8","9",
15752 "10","11","13","14","15","16","17","18","19","20","21","22","23",
15753 "24","25","26","27","28","30","31","64","65","66","67","69"]
15754 (@value{GDBP})
15755 @end smallexample
15756
15757
15758 @subheading The @code{-data-list-register-names} Command
15759 @findex -data-list-register-names
15760
15761 @subsubheading Synopsis
15762
15763 @smallexample
15764  -data-list-register-names [ ( @var{regno} )+ ]
15765 @end smallexample
15766
15767 Show a list of register names for the current target.  If no arguments
15768 are given, it shows a list of the names of all the registers.  If
15769 integer numbers are given as arguments, it will print a list of the
15770 names of the registers corresponding to the arguments.  To ensure
15771 consistency between a register name and its number, the output list may
15772 include empty register names.
15773
15774 @subsubheading @value{GDBN} Command
15775
15776 @value{GDBN} does not have a command which corresponds to
15777 @samp{-data-list-register-names}.  In @code{gdbtk} there is a
15778 corresponding command @samp{gdb_regnames}.
15779
15780 @subsubheading Example
15781
15782 For the PPC MBX board:
15783 @smallexample
15784 (@value{GDBP})
15785 -data-list-register-names
15786 ^done,register-names=["r0","r1","r2","r3","r4","r5","r6","r7",
15787 "r8","r9","r10","r11","r12","r13","r14","r15","r16","r17","r18",
15788 "r19","r20","r21","r22","r23","r24","r25","r26","r27","r28","r29",
15789 "r30","r31","f0","f1","f2","f3","f4","f5","f6","f7","f8","f9",
15790 "f10","f11","f12","f13","f14","f15","f16","f17","f18","f19","f20",
15791 "f21","f22","f23","f24","f25","f26","f27","f28","f29","f30","f31",
15792 "", "pc","ps","cr","lr","ctr","xer"]
15793 (@value{GDBP})
15794 -data-list-register-names 1 2 3
15795 ^done,register-names=["r1","r2","r3"]
15796 (@value{GDBP})
15797 @end smallexample
15798
15799 @subheading The @code{-data-list-register-values} Command
15800 @findex -data-list-register-values
15801
15802 @subsubheading Synopsis
15803
15804 @smallexample
15805  -data-list-register-values @var{fmt} [ ( @var{regno} )*]
15806 @end smallexample
15807
15808 Display the registers' contents.  @var{fmt} is the format according to
15809 which the registers' contents are to be returned, followed by an optional
15810 list of numbers specifying the registers to display.  A missing list of
15811 numbers indicates that the contents of all the registers must be returned.
15812
15813 Allowed formats for @var{fmt} are:
15814
15815 @table @code
15816 @item x
15817 Hexadecimal
15818 @item o
15819 Octal
15820 @item t
15821 Binary
15822 @item d
15823 Decimal
15824 @item r
15825 Raw
15826 @item N
15827 Natural
15828 @end table
15829
15830 @subsubheading @value{GDBN} Command
15831
15832 The corresponding @value{GDBN} commands are @samp{info reg}, @samp{info
15833 all-reg}, and (in @code{gdbtk}) @samp{gdb_fetch_registers}.
15834
15835 @subsubheading Example
15836
15837 For a PPC MBX board (note: line breaks are for readability only, they
15838 don't appear in the actual output):
15839
15840 @smallexample
15841 (@value{GDBP})
15842 -data-list-register-values r 64 65
15843 ^done,register-values=[@{number="64",value="0xfe00a300"@},
15844 @{number="65",value="0x00029002"@}]
15845 (@value{GDBP})
15846 -data-list-register-values x
15847 ^done,register-values=[@{number="0",value="0xfe0043c8"@},
15848 @{number="1",value="0x3fff88"@},@{number="2",value="0xfffffffe"@},
15849 @{number="3",value="0x0"@},@{number="4",value="0xa"@},
15850 @{number="5",value="0x3fff68"@},@{number="6",value="0x3fff58"@},
15851 @{number="7",value="0xfe011e98"@},@{number="8",value="0x2"@},
15852 @{number="9",value="0xfa202820"@},@{number="10",value="0xfa202808"@},
15853 @{number="11",value="0x1"@},@{number="12",value="0x0"@},
15854 @{number="13",value="0x4544"@},@{number="14",value="0xffdfffff"@},
15855 @{number="15",value="0xffffffff"@},@{number="16",value="0xfffffeff"@},
15856 @{number="17",value="0xefffffed"@},@{number="18",value="0xfffffffe"@},
15857 @{number="19",value="0xffffffff"@},@{number="20",value="0xffffffff"@},
15858 @{number="21",value="0xffffffff"@},@{number="22",value="0xfffffff7"@},
15859 @{number="23",value="0xffffffff"@},@{number="24",value="0xffffffff"@},
15860 @{number="25",value="0xffffffff"@},@{number="26",value="0xfffffffb"@},
15861 @{number="27",value="0xffffffff"@},@{number="28",value="0xf7bfffff"@},
15862 @{number="29",value="0x0"@},@{number="30",value="0xfe010000"@},
15863 @{number="31",value="0x0"@},@{number="32",value="0x0"@},
15864 @{number="33",value="0x0"@},@{number="34",value="0x0"@},
15865 @{number="35",value="0x0"@},@{number="36",value="0x0"@},
15866 @{number="37",value="0x0"@},@{number="38",value="0x0"@},
15867 @{number="39",value="0x0"@},@{number="40",value="0x0"@},
15868 @{number="41",value="0x0"@},@{number="42",value="0x0"@},
15869 @{number="43",value="0x0"@},@{number="44",value="0x0"@},
15870 @{number="45",value="0x0"@},@{number="46",value="0x0"@},
15871 @{number="47",value="0x0"@},@{number="48",value="0x0"@},
15872 @{number="49",value="0x0"@},@{number="50",value="0x0"@},
15873 @{number="51",value="0x0"@},@{number="52",value="0x0"@},
15874 @{number="53",value="0x0"@},@{number="54",value="0x0"@},
15875 @{number="55",value="0x0"@},@{number="56",value="0x0"@},
15876 @{number="57",value="0x0"@},@{number="58",value="0x0"@},
15877 @{number="59",value="0x0"@},@{number="60",value="0x0"@},
15878 @{number="61",value="0x0"@},@{number="62",value="0x0"@},
15879 @{number="63",value="0x0"@},@{number="64",value="0xfe00a300"@},
15880 @{number="65",value="0x29002"@},@{number="66",value="0x202f04b5"@},
15881 @{number="67",value="0xfe0043b0"@},@{number="68",value="0xfe00b3e4"@},
15882 @{number="69",value="0x20002b03"@}]
15883 (@value{GDBP})
15884 @end smallexample
15885
15886
15887 @subheading The @code{-data-read-memory} Command
15888 @findex -data-read-memory
15889
15890 @subsubheading Synopsis
15891
15892 @smallexample
15893  -data-read-memory [ -o @var{byte-offset} ]
15894    @var{address} @var{word-format} @var{word-size}
15895    @var{nr-rows} @var{nr-cols} [ @var{aschar} ]
15896 @end smallexample
15897
15898 @noindent
15899 where:
15900
15901 @table @samp
15902 @item @var{address}
15903 An expression specifying the address of the first memory word to be
15904 read.  Complex expressions containing embedded white space should be
15905 quoted using the C convention.
15906
15907 @item @var{word-format}
15908 The format to be used to print the memory words.  The notation is the
15909 same as for @value{GDBN}'s @code{print} command (@pxref{Output Formats,
15910 ,Output formats}).
15911
15912 @item @var{word-size}
15913 The size of each memory word in bytes.
15914
15915 @item @var{nr-rows}
15916 The number of rows in the output table.
15917
15918 @item @var{nr-cols}
15919 The number of columns in the output table.
15920
15921 @item @var{aschar}
15922 If present, indicates that each row should include an @sc{ascii} dump.  The
15923 value of @var{aschar} is used as a padding character when a byte is not a
15924 member of the printable @sc{ascii} character set (printable @sc{ascii}
15925 characters are those whose code is between 32 and 126, inclusively).
15926
15927 @item @var{byte-offset}
15928 An offset to add to the @var{address} before fetching memory.
15929 @end table
15930
15931 This command displays memory contents as a table of @var{nr-rows} by
15932 @var{nr-cols} words, each word being @var{word-size} bytes.  In total,
15933 @code{@var{nr-rows} * @var{nr-cols} * @var{word-size}} bytes are read
15934 (returned as @samp{total-bytes}).  Should less than the requested number
15935 of bytes be returned by the target, the missing words are identified
15936 using @samp{N/A}.  The number of bytes read from the target is returned
15937 in @samp{nr-bytes} and the starting address used to read memory in
15938 @samp{addr}.
15939
15940 The address of the next/previous row or page is available in
15941 @samp{next-row} and @samp{prev-row}, @samp{next-page} and
15942 @samp{prev-page}.
15943
15944 @subsubheading @value{GDBN} Command
15945
15946 The corresponding @value{GDBN} command is @samp{x}.  @code{gdbtk} has
15947 @samp{gdb_get_mem} memory read command.
15948
15949 @subsubheading Example
15950
15951 Read six bytes of memory starting at @code{bytes+6} but then offset by
15952 @code{-6} bytes.  Format as three rows of two columns.  One byte per
15953 word.  Display each word in hex.
15954
15955 @smallexample
15956 (@value{GDBP})
15957 9-data-read-memory -o -6 -- bytes+6 x 1 3 2
15958 9^done,addr="0x00001390",nr-bytes="6",total-bytes="6",
15959 next-row="0x00001396",prev-row="0x0000138e",next-page="0x00001396",
15960 prev-page="0x0000138a",memory=[
15961 @{addr="0x00001390",data=["0x00","0x01"]@},
15962 @{addr="0x00001392",data=["0x02","0x03"]@},
15963 @{addr="0x00001394",data=["0x04","0x05"]@}]
15964 (@value{GDBP})
15965 @end smallexample
15966
15967 Read two bytes of memory starting at address @code{shorts + 64} and
15968 display as a single word formatted in decimal.
15969
15970 @smallexample
15971 (@value{GDBP})
15972 5-data-read-memory shorts+64 d 2 1 1
15973 5^done,addr="0x00001510",nr-bytes="2",total-bytes="2",
15974 next-row="0x00001512",prev-row="0x0000150e",
15975 next-page="0x00001512",prev-page="0x0000150e",memory=[
15976 @{addr="0x00001510",data=["128"]@}]
15977 (@value{GDBP})
15978 @end smallexample
15979
15980 Read thirty two bytes of memory starting at @code{bytes+16} and format
15981 as eight rows of four columns.  Include a string encoding with @samp{x}
15982 used as the non-printable character.
15983
15984 @smallexample
15985 (@value{GDBP})
15986 4-data-read-memory bytes+16 x 1 8 4 x
15987 4^done,addr="0x000013a0",nr-bytes="32",total-bytes="32",
15988 next-row="0x000013c0",prev-row="0x0000139c",
15989 next-page="0x000013c0",prev-page="0x00001380",memory=[
15990 @{addr="0x000013a0",data=["0x10","0x11","0x12","0x13"],ascii="xxxx"@},
15991 @{addr="0x000013a4",data=["0x14","0x15","0x16","0x17"],ascii="xxxx"@},
15992 @{addr="0x000013a8",data=["0x18","0x19","0x1a","0x1b"],ascii="xxxx"@},
15993 @{addr="0x000013ac",data=["0x1c","0x1d","0x1e","0x1f"],ascii="xxxx"@},
15994 @{addr="0x000013b0",data=["0x20","0x21","0x22","0x23"],ascii=" !\"#"@},
15995 @{addr="0x000013b4",data=["0x24","0x25","0x26","0x27"],ascii="$%&'"@},
15996 @{addr="0x000013b8",data=["0x28","0x29","0x2a","0x2b"],ascii="()*+"@},
15997 @{addr="0x000013bc",data=["0x2c","0x2d","0x2e","0x2f"],ascii=",-./"@}]
15998 (@value{GDBP})
15999 @end smallexample
16000
16001 @subheading The @code{-display-delete} Command
16002 @findex -display-delete
16003
16004 @subsubheading Synopsis
16005
16006 @smallexample
16007  -display-delete @var{number}
16008 @end smallexample
16009
16010 Delete the display @var{number}.
16011
16012 @subsubheading @value{GDBN} Command
16013
16014 The corresponding @value{GDBN} command is @samp{delete display}.
16015
16016 @subsubheading Example
16017 N.A.
16018
16019
16020 @subheading The @code{-display-disable} Command
16021 @findex -display-disable
16022
16023 @subsubheading Synopsis
16024
16025 @smallexample
16026  -display-disable @var{number}
16027 @end smallexample
16028
16029 Disable display @var{number}.
16030
16031 @subsubheading @value{GDBN} Command
16032
16033 The corresponding @value{GDBN} command is @samp{disable display}.
16034
16035 @subsubheading Example
16036 N.A.
16037
16038
16039 @subheading The @code{-display-enable} Command
16040 @findex -display-enable
16041
16042 @subsubheading Synopsis
16043
16044 @smallexample
16045  -display-enable @var{number}
16046 @end smallexample
16047
16048 Enable display @var{number}.
16049
16050 @subsubheading @value{GDBN} Command
16051
16052 The corresponding @value{GDBN} command is @samp{enable display}.
16053
16054 @subsubheading Example
16055 N.A.
16056
16057
16058 @subheading The @code{-display-insert} Command
16059 @findex -display-insert
16060
16061 @subsubheading Synopsis
16062
16063 @smallexample
16064  -display-insert @var{expression}
16065 @end smallexample
16066
16067 Display @var{expression} every time the program stops.
16068
16069 @subsubheading @value{GDBN} Command
16070
16071 The corresponding @value{GDBN} command is @samp{display}.
16072
16073 @subsubheading Example
16074 N.A.
16075
16076
16077 @subheading The @code{-display-list} Command
16078 @findex -display-list
16079
16080 @subsubheading Synopsis
16081
16082 @smallexample
16083  -display-list
16084 @end smallexample
16085
16086 List the displays.  Do not show the current values.
16087
16088 @subsubheading @value{GDBN} Command
16089
16090 The corresponding @value{GDBN} command is @samp{info display}.
16091
16092 @subsubheading Example
16093 N.A.
16094
16095
16096 @subheading The @code{-environment-cd} Command
16097 @findex -environment-cd
16098
16099 @subsubheading Synopsis
16100
16101 @smallexample
16102  -environment-cd @var{pathdir}
16103 @end smallexample
16104
16105 Set @value{GDBN}'s working directory.
16106
16107 @subsubheading @value{GDBN} Command
16108
16109 The corresponding @value{GDBN} command is @samp{cd}.
16110
16111 @subsubheading Example
16112
16113 @smallexample
16114 (@value{GDBP})
16115 -environment-cd /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
16116 ^done
16117 (@value{GDBP})
16118 @end smallexample
16119
16120
16121 @subheading The @code{-environment-directory} Command
16122 @findex -environment-directory
16123
16124 @subsubheading Synopsis
16125
16126 @smallexample
16127  -environment-directory [ -r ] [ @var{pathdir} ]+
16128 @end smallexample
16129
16130 Add directories @var{pathdir} to beginning of search path for source files.
16131 If the @samp{-r} option is used, the search path is reset to the default
16132 search path.  If directories @var{pathdir} are supplied in addition to the
16133 @samp{-r} option, the search path is first reset and then addition
16134 occurs as normal.
16135 Multiple directories may be specified, separated by blanks.  Specifying
16136 multiple directories in a single command
16137 results in the directories added to the beginning of the
16138 search path in the same order they were presented in the command.
16139 If blanks are needed as
16140 part of a directory name, double-quotes should be used around
16141 the name.  In the command output, the path will show up separated
16142 by the system directory-separator character.  The directory-seperator
16143 character must not be used
16144 in any directory name.
16145 If no directories are specified, the current search path is displayed.
16146
16147 @subsubheading @value{GDBN} Command
16148
16149 The corresponding @value{GDBN} command is @samp{dir}.
16150
16151 @subsubheading Example
16152
16153 @smallexample
16154 (@value{GDBP})
16155 -environment-directory /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
16156 ^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
16157 (@value{GDBP})
16158 -environment-directory ""
16159 ^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
16160 (@value{GDBP})
16161 -environment-directory -r /home/jjohnstn/src/gdb /usr/src
16162 ^done,source-path="/home/jjohnstn/src/gdb:/usr/src:$cdir:$cwd"
16163 (@value{GDBP})
16164 -environment-directory -r
16165 ^done,source-path="$cdir:$cwd"
16166 (@value{GDBP})
16167 @end smallexample
16168
16169
16170 @subheading The @code{-environment-path} Command
16171 @findex -environment-path
16172
16173 @subsubheading Synopsis
16174
16175 @smallexample
16176  -environment-path [ -r ] [ @var{pathdir} ]+
16177 @end smallexample
16178
16179 Add directories @var{pathdir} to beginning of search path for object files.
16180 If the @samp{-r} option is used, the search path is reset to the original
16181 search path that existed at gdb start-up.  If directories @var{pathdir} are
16182 supplied in addition to the
16183 @samp{-r} option, the search path is first reset and then addition
16184 occurs as normal.
16185 Multiple directories may be specified, separated by blanks.  Specifying
16186 multiple directories in a single command
16187 results in the directories added to the beginning of the
16188 search path in the same order they were presented in the command.
16189 If blanks are needed as
16190 part of a directory name, double-quotes should be used around
16191 the name.  In the command output, the path will show up separated
16192 by the system directory-separator character.  The directory-seperator
16193 character must not be used
16194 in any directory name.
16195 If no directories are specified, the current path is displayed.
16196
16197
16198 @subsubheading @value{GDBN} Command
16199
16200 The corresponding @value{GDBN} command is @samp{path}.
16201
16202 @subsubheading Example
16203
16204 @smallexample
16205 (@value{GDBP})
16206 -environment-path
16207 ^done,path="/usr/bin"
16208 (@value{GDBP})
16209 -environment-path /kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb /bin
16210 ^done,path="/kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb:/bin:/usr/bin"
16211 (@value{GDBP})
16212 -environment-path -r /usr/local/bin
16213 ^done,path="/usr/local/bin:/usr/bin"
16214 (@value{GDBP})
16215 @end smallexample
16216
16217
16218 @subheading The @code{-environment-pwd} Command
16219 @findex -environment-pwd
16220
16221 @subsubheading Synopsis
16222
16223 @smallexample
16224  -environment-pwd
16225 @end smallexample
16226
16227 Show the current working directory.
16228
16229 @subsubheading @value{GDBN} command
16230
16231 The corresponding @value{GDBN} command is @samp{pwd}.
16232
16233 @subsubheading Example
16234
16235 @smallexample
16236 (@value{GDBP})
16237 -environment-pwd
16238 ^done,cwd="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb"
16239 (@value{GDBP})
16240 @end smallexample
16241
16242 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16243 @node GDB/MI Program Control
16244 @section @sc{gdb/mi} Program control
16245
16246 @subsubheading Program termination
16247
16248 As a result of execution, the inferior program can run to completion, if
16249 it doesn't encounter any breakpoints.  In this case the output will
16250 include an exit code, if the program has exited exceptionally.
16251
16252 @subsubheading Examples
16253
16254 @noindent
16255 Program exited normally:
16256
16257 @smallexample
16258 (@value{GDBP})
16259 -exec-run
16260 ^running
16261 (@value{GDBP})
16262 x = 55
16263 *stopped,reason="exited-normally"
16264 (@value{GDBP})
16265 @end smallexample
16266
16267 @noindent
16268 Program exited exceptionally:
16269
16270 @smallexample
16271 (@value{GDBP})
16272 -exec-run
16273 ^running
16274 (@value{GDBP})
16275 x = 55
16276 *stopped,reason="exited",exit-code="01"
16277 (@value{GDBP})
16278 @end smallexample
16279
16280 Another way the program can terminate is if it receives a signal such as
16281 @code{SIGINT}.  In this case, @sc{gdb/mi} displays this:
16282
16283 @smallexample
16284 (@value{GDBP})
16285 *stopped,reason="exited-signalled",signal-name="SIGINT",
16286 signal-meaning="Interrupt"
16287 @end smallexample
16288
16289
16290 @subheading The @code{-exec-abort} Command
16291 @findex -exec-abort
16292
16293 @subsubheading Synopsis
16294
16295 @smallexample
16296  -exec-abort
16297 @end smallexample
16298
16299 Kill the inferior running program.
16300
16301 @subsubheading @value{GDBN} Command
16302
16303 The corresponding @value{GDBN} command is @samp{kill}.
16304
16305 @subsubheading Example
16306 N.A.
16307
16308
16309 @subheading The @code{-exec-arguments} Command
16310 @findex -exec-arguments
16311
16312 @subsubheading Synopsis
16313
16314 @smallexample
16315  -exec-arguments @var{args}
16316 @end smallexample
16317
16318 Set the inferior program arguments, to be used in the next
16319 @samp{-exec-run}.
16320
16321 @subsubheading @value{GDBN} Command
16322
16323 The corresponding @value{GDBN} command is @samp{set args}.
16324
16325 @subsubheading Example
16326
16327 @c FIXME!
16328 Don't have one around.
16329
16330
16331 @subheading The @code{-exec-continue} Command
16332 @findex -exec-continue
16333
16334 @subsubheading Synopsis
16335
16336 @smallexample
16337  -exec-continue
16338 @end smallexample
16339
16340 Asynchronous command.  Resumes the execution of the inferior program
16341 until a breakpoint is encountered, or until the inferior exits.
16342
16343 @subsubheading @value{GDBN} Command
16344
16345 The corresponding @value{GDBN} corresponding is @samp{continue}.
16346
16347 @subsubheading Example
16348
16349 @smallexample
16350 -exec-continue
16351 ^running
16352 (@value{GDBP})
16353 @@Hello world
16354 *stopped,reason="breakpoint-hit",bkptno="2",frame=@{func="foo",args=[],
16355 file="hello.c",line="13"@}
16356 (@value{GDBP})
16357 @end smallexample
16358
16359
16360 @subheading The @code{-exec-finish} Command
16361 @findex -exec-finish
16362
16363 @subsubheading Synopsis
16364
16365 @smallexample
16366  -exec-finish
16367 @end smallexample
16368
16369 Asynchronous command.  Resumes the execution of the inferior program
16370 until the current function is exited.  Displays the results returned by
16371 the function.
16372
16373 @subsubheading @value{GDBN} Command
16374
16375 The corresponding @value{GDBN} command is @samp{finish}.
16376
16377 @subsubheading Example
16378
16379 Function returning @code{void}.
16380
16381 @smallexample
16382 -exec-finish
16383 ^running
16384 (@value{GDBP})
16385 @@hello from foo
16386 *stopped,reason="function-finished",frame=@{func="main",args=[],
16387 file="hello.c",line="7"@}
16388 (@value{GDBP})
16389 @end smallexample
16390
16391 Function returning other than @code{void}.  The name of the internal
16392 @value{GDBN} variable storing the result is printed, together with the
16393 value itself.
16394
16395 @smallexample
16396 -exec-finish
16397 ^running
16398 (@value{GDBP})
16399 *stopped,reason="function-finished",frame=@{addr="0x000107b0",func="foo",
16400 args=[@{name="a",value="1"],@{name="b",value="9"@}@},
16401 file="recursive2.c",line="14"@},
16402 gdb-result-var="$1",return-value="0"
16403 (@value{GDBP})
16404 @end smallexample
16405
16406
16407 @subheading The @code{-exec-interrupt} Command
16408 @findex -exec-interrupt
16409
16410 @subsubheading Synopsis
16411
16412 @smallexample
16413  -exec-interrupt
16414 @end smallexample
16415
16416 Asynchronous command.  Interrupts the background execution of the target.
16417 Note how the token associated with the stop message is the one for the
16418 execution command that has been interrupted.  The token for the interrupt
16419 itself only appears in the @samp{^done} output.  If the user is trying to
16420 interrupt a non-running program, an error message will be printed.
16421
16422 @subsubheading @value{GDBN} Command
16423
16424 The corresponding @value{GDBN} command is @samp{interrupt}.
16425
16426 @subsubheading Example
16427
16428 @smallexample
16429 (@value{GDBP})
16430 111-exec-continue
16431 111^running
16432
16433 (@value{GDBP})
16434 222-exec-interrupt
16435 222^done
16436 (@value{GDBP})
16437 111*stopped,signal-name="SIGINT",signal-meaning="Interrupt",
16438 frame=@{addr="0x00010140",func="foo",args=[],file="try.c",line="13"@}
16439 (@value{GDBP})
16440
16441 (@value{GDBP})
16442 -exec-interrupt
16443 ^error,msg="mi_cmd_exec_interrupt: Inferior not executing."
16444 (@value{GDBP})
16445 @end smallexample
16446
16447
16448 @subheading The @code{-exec-next} Command
16449 @findex -exec-next
16450
16451 @subsubheading Synopsis
16452
16453 @smallexample
16454  -exec-next
16455 @end smallexample
16456
16457 Asynchronous command.  Resumes execution of the inferior program, stopping
16458 when the beginning of the next source line is reached.
16459
16460 @subsubheading @value{GDBN} Command
16461
16462 The corresponding @value{GDBN} command is @samp{next}.
16463
16464 @subsubheading Example
16465
16466 @smallexample
16467 -exec-next
16468 ^running
16469 (@value{GDBP})
16470 *stopped,reason="end-stepping-range",line="8",file="hello.c"
16471 (@value{GDBP})
16472 @end smallexample
16473
16474
16475 @subheading The @code{-exec-next-instruction} Command
16476 @findex -exec-next-instruction
16477
16478 @subsubheading Synopsis
16479
16480 @smallexample
16481  -exec-next-instruction
16482 @end smallexample
16483
16484 Asynchronous command.  Executes one machine instruction.  If the
16485 instruction is a function call continues until the function returns.  If
16486 the program stops at an instruction in the middle of a source line, the
16487 address will be printed as well.
16488
16489 @subsubheading @value{GDBN} Command
16490
16491 The corresponding @value{GDBN} command is @samp{nexti}.
16492
16493 @subsubheading Example
16494
16495 @smallexample
16496 (@value{GDBP})
16497 -exec-next-instruction
16498 ^running
16499
16500 (@value{GDBP})
16501 *stopped,reason="end-stepping-range",
16502 addr="0x000100d4",line="5",file="hello.c"
16503 (@value{GDBP})
16504 @end smallexample
16505
16506
16507 @subheading The @code{-exec-return} Command
16508 @findex -exec-return
16509
16510 @subsubheading Synopsis
16511
16512 @smallexample
16513  -exec-return
16514 @end smallexample
16515
16516 Makes current function return immediately.  Doesn't execute the inferior.
16517 Displays the new current frame.
16518
16519 @subsubheading @value{GDBN} Command
16520
16521 The corresponding @value{GDBN} command is @samp{return}.
16522
16523 @subsubheading Example
16524
16525 @smallexample
16526 (@value{GDBP})
16527 200-break-insert callee4
16528 200^done,bkpt=@{number="1",addr="0x00010734",
16529 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
16530 (@value{GDBP})
16531 000-exec-run
16532 000^running
16533 (@value{GDBP})
16534 000*stopped,reason="breakpoint-hit",bkptno="1",
16535 frame=@{func="callee4",args=[],
16536 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
16537 (@value{GDBP})
16538 205-break-delete
16539 205^done
16540 (@value{GDBP})
16541 111-exec-return
16542 111^done,frame=@{level="0",func="callee3",
16543 args=[@{name="strarg",
16544 value="0x11940 \"A string argument.\""@}],
16545 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
16546 (@value{GDBP})
16547 @end smallexample
16548
16549
16550 @subheading The @code{-exec-run} Command
16551 @findex -exec-run
16552
16553 @subsubheading Synopsis
16554
16555 @smallexample
16556  -exec-run
16557 @end smallexample
16558
16559 Asynchronous command.  Starts execution of the inferior from the
16560 beginning.  The inferior executes until either a breakpoint is
16561 encountered or the program exits.
16562
16563 @subsubheading @value{GDBN} Command
16564
16565 The corresponding @value{GDBN} command is @samp{run}.
16566
16567 @subsubheading Example
16568
16569 @smallexample
16570 (@value{GDBP})
16571 -break-insert main
16572 ^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
16573 (@value{GDBP})
16574 -exec-run
16575 ^running
16576 (@value{GDBP})
16577 *stopped,reason="breakpoint-hit",bkptno="1",
16578 frame=@{func="main",args=[],file="recursive2.c",line="4"@}
16579 (@value{GDBP})
16580 @end smallexample
16581
16582
16583 @subheading The @code{-exec-show-arguments} Command
16584 @findex -exec-show-arguments
16585
16586 @subsubheading Synopsis
16587
16588 @smallexample
16589  -exec-show-arguments
16590 @end smallexample
16591
16592 Print the arguments of the program.
16593
16594 @subsubheading @value{GDBN} Command
16595
16596 The corresponding @value{GDBN} command is @samp{show args}.
16597
16598 @subsubheading Example
16599 N.A.
16600
16601 @c @subheading -exec-signal
16602
16603 @subheading The @code{-exec-step} Command
16604 @findex -exec-step
16605
16606 @subsubheading Synopsis
16607
16608 @smallexample
16609  -exec-step
16610 @end smallexample
16611
16612 Asynchronous command.  Resumes execution of the inferior program, stopping
16613 when the beginning of the next source line is reached, if the next
16614 source line is not a function call.  If it is, stop at the first
16615 instruction of the called function.
16616
16617 @subsubheading @value{GDBN} Command
16618
16619 The corresponding @value{GDBN} command is @samp{step}.
16620
16621 @subsubheading Example
16622
16623 Stepping into a function:
16624
16625 @smallexample
16626 -exec-step
16627 ^running
16628 (@value{GDBP})
16629 *stopped,reason="end-stepping-range",
16630 frame=@{func="foo",args=[@{name="a",value="10"@},
16631 @{name="b",value="0"@}],file="recursive2.c",line="11"@}
16632 (@value{GDBP})
16633 @end smallexample
16634
16635 Regular stepping:
16636
16637 @smallexample
16638 -exec-step
16639 ^running
16640 (@value{GDBP})
16641 *stopped,reason="end-stepping-range",line="14",file="recursive2.c"
16642 (@value{GDBP})
16643 @end smallexample
16644
16645
16646 @subheading The @code{-exec-step-instruction} Command
16647 @findex -exec-step-instruction
16648
16649 @subsubheading Synopsis
16650
16651 @smallexample
16652  -exec-step-instruction
16653 @end smallexample
16654
16655 Asynchronous command.  Resumes the inferior which executes one machine
16656 instruction.  The output, once @value{GDBN} has stopped, will vary depending on
16657 whether we have stopped in the middle of a source line or not.  In the
16658 former case, the address at which the program stopped will be printed as
16659 well.
16660
16661 @subsubheading @value{GDBN} Command
16662
16663 The corresponding @value{GDBN} command is @samp{stepi}.
16664
16665 @subsubheading Example
16666
16667 @smallexample
16668 (@value{GDBP})
16669 -exec-step-instruction
16670 ^running
16671
16672 (@value{GDBP})
16673 *stopped,reason="end-stepping-range",
16674 frame=@{func="foo",args=[],file="try.c",line="10"@}
16675 (@value{GDBP})
16676 -exec-step-instruction
16677 ^running
16678
16679 (@value{GDBP})
16680 *stopped,reason="end-stepping-range",
16681 frame=@{addr="0x000100f4",func="foo",args=[],file="try.c",line="10"@}
16682 (@value{GDBP})
16683 @end smallexample
16684
16685
16686 @subheading The @code{-exec-until} Command
16687 @findex -exec-until
16688
16689 @subsubheading Synopsis
16690
16691 @smallexample
16692  -exec-until [ @var{location} ]
16693 @end smallexample
16694
16695 Asynchronous command.  Executes the inferior until the @var{location}
16696 specified in the argument is reached.  If there is no argument, the inferior
16697 executes until a source line greater than the current one is reached.
16698 The reason for stopping in this case will be @samp{location-reached}.
16699
16700 @subsubheading @value{GDBN} Command
16701
16702 The corresponding @value{GDBN} command is @samp{until}.
16703
16704 @subsubheading Example
16705
16706 @smallexample
16707 (@value{GDBP})
16708 -exec-until recursive2.c:6
16709 ^running
16710 (@value{GDBP})
16711 x = 55
16712 *stopped,reason="location-reached",frame=@{func="main",args=[],
16713 file="recursive2.c",line="6"@}
16714 (@value{GDBP})
16715 @end smallexample
16716
16717 @ignore
16718 @subheading -file-clear
16719 Is this going away????
16720 @end ignore
16721
16722
16723 @subheading The @code{-file-exec-and-symbols} Command
16724 @findex -file-exec-and-symbols
16725
16726 @subsubheading Synopsis
16727
16728 @smallexample
16729  -file-exec-and-symbols @var{file}
16730 @end smallexample
16731
16732 Specify the executable file to be debugged.  This file is the one from
16733 which the symbol table is also read.  If no file is specified, the
16734 command clears the executable and symbol information.  If breakpoints
16735 are set when using this command with no arguments, @value{GDBN} will produce
16736 error messages.  Otherwise, no output is produced, except a completion
16737 notification.
16738
16739 @subsubheading @value{GDBN} Command
16740
16741 The corresponding @value{GDBN} command is @samp{file}.
16742
16743 @subsubheading Example
16744
16745 @smallexample
16746 (@value{GDBP})
16747 -file-exec-and-symbols /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
16748 ^done
16749 (@value{GDBP})
16750 @end smallexample
16751
16752
16753 @subheading The @code{-file-exec-file} Command
16754 @findex -file-exec-file
16755
16756 @subsubheading Synopsis
16757
16758 @smallexample
16759  -file-exec-file @var{file}
16760 @end smallexample
16761
16762 Specify the executable file to be debugged.  Unlike
16763 @samp{-file-exec-and-symbols}, the symbol table is @emph{not} read
16764 from this file.  If used without argument, @value{GDBN} clears the information
16765 about the executable file.  No output is produced, except a completion
16766 notification.
16767
16768 @subsubheading @value{GDBN} Command
16769
16770 The corresponding @value{GDBN} command is @samp{exec-file}.
16771
16772 @subsubheading Example
16773
16774 @smallexample
16775 (@value{GDBP})
16776 -file-exec-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
16777 ^done
16778 (@value{GDBP})
16779 @end smallexample
16780
16781
16782 @subheading The @code{-file-list-exec-sections} Command
16783 @findex -file-list-exec-sections
16784
16785 @subsubheading Synopsis
16786
16787 @smallexample
16788  -file-list-exec-sections
16789 @end smallexample
16790
16791 List the sections of the current executable file.
16792
16793 @subsubheading @value{GDBN} Command
16794
16795 The @value{GDBN} command @samp{info file} shows, among the rest, the same
16796 information as this command.  @code{gdbtk} has a corresponding command
16797 @samp{gdb_load_info}.
16798
16799 @subsubheading Example
16800 N.A.
16801
16802
16803 @subheading The @code{-file-list-exec-source-file} Command
16804 @findex -file-list-exec-source-file
16805
16806 @subsubheading Synopsis
16807
16808 @smallexample
16809  -file-list-exec-source-file
16810 @end smallexample
16811
16812 List the line number, the current source file, and the absolute path
16813 to the current source file for the current executable.
16814
16815 @subsubheading @value{GDBN} Command
16816
16817 There's no @value{GDBN} command which directly corresponds to this one.
16818
16819 @subsubheading Example
16820
16821 @smallexample
16822 (@value{GDBP})
16823 123-file-list-exec-source-file
16824 123^done,line="1",file="foo.c",fullname="/home/bar/foo.c"
16825 (@value{GDBP})
16826 @end smallexample
16827
16828
16829 @subheading The @code{-file-list-exec-source-files} Command
16830 @findex -file-list-exec-source-files
16831
16832 @subsubheading Synopsis
16833
16834 @smallexample
16835  -file-list-exec-source-files
16836 @end smallexample
16837
16838 List the source files for the current executable.
16839
16840 It will always output the filename, but only when GDB can find the absolute
16841 file name of a source file, will it output the fullname.
16842
16843 @subsubheading @value{GDBN} Command
16844
16845 There's no @value{GDBN} command which directly corresponds to this one.
16846 @code{gdbtk} has an analogous command @samp{gdb_listfiles}.
16847
16848 @subsubheading Example
16849 @smallexample
16850 (@value{GDBP})
16851 -file-list-exec-source-files
16852 ^done,files=[
16853 @{file=foo.c,fullname=/home/foo.c@},
16854 @{file=/home/bar.c,fullname=/home/bar.c@},
16855 @{file=gdb_could_not_find_fullpath.c@}]
16856 (@value{GDBP})
16857 @end smallexample
16858
16859 @subheading The @code{-file-list-shared-libraries} Command
16860 @findex -file-list-shared-libraries
16861
16862 @subsubheading Synopsis
16863
16864 @smallexample
16865  -file-list-shared-libraries
16866 @end smallexample
16867
16868 List the shared libraries in the program.
16869
16870 @subsubheading @value{GDBN} Command
16871
16872 The corresponding @value{GDBN} command is @samp{info shared}.
16873
16874 @subsubheading Example
16875 N.A.
16876
16877
16878 @subheading The @code{-file-list-symbol-files} Command
16879 @findex -file-list-symbol-files
16880
16881 @subsubheading Synopsis
16882
16883 @smallexample
16884  -file-list-symbol-files
16885 @end smallexample
16886
16887 List symbol files.
16888
16889 @subsubheading @value{GDBN} Command
16890
16891 The corresponding @value{GDBN} command is @samp{info file} (part of it).
16892
16893 @subsubheading Example
16894 N.A.
16895
16896
16897 @subheading The @code{-file-symbol-file} Command
16898 @findex -file-symbol-file
16899
16900 @subsubheading Synopsis
16901
16902 @smallexample
16903  -file-symbol-file @var{file}
16904 @end smallexample
16905
16906 Read symbol table info from the specified @var{file} argument.  When
16907 used without arguments, clears @value{GDBN}'s symbol table info.  No output is
16908 produced, except for a completion notification.
16909
16910 @subsubheading @value{GDBN} Command
16911
16912 The corresponding @value{GDBN} command is @samp{symbol-file}.
16913
16914 @subsubheading Example
16915
16916 @smallexample
16917 (@value{GDBP})
16918 -file-symbol-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
16919 ^done
16920 (@value{GDBP})
16921 @end smallexample
16922
16923 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16924 @node GDB/MI Miscellaneous Commands
16925 @section Miscellaneous @value{GDBN} commands in @sc{gdb/mi}
16926
16927 @c @subheading -gdb-complete
16928
16929 @subheading The @code{-gdb-exit} Command
16930 @findex -gdb-exit
16931
16932 @subsubheading Synopsis
16933
16934 @smallexample
16935  -gdb-exit
16936 @end smallexample
16937
16938 Exit @value{GDBN} immediately.
16939
16940 @subsubheading @value{GDBN} Command
16941
16942 Approximately corresponds to @samp{quit}.
16943
16944 @subsubheading Example
16945
16946 @smallexample
16947 (@value{GDBP})
16948 -gdb-exit
16949 @end smallexample
16950
16951 @subheading The @code{-gdb-set} Command
16952 @findex -gdb-set
16953
16954 @subsubheading Synopsis
16955
16956 @smallexample
16957  -gdb-set
16958 @end smallexample
16959
16960 Set an internal @value{GDBN} variable.
16961 @c IS THIS A DOLLAR VARIABLE? OR SOMETHING LIKE ANNOTATE ?????
16962
16963 @subsubheading @value{GDBN} Command
16964
16965 The corresponding @value{GDBN} command is @samp{set}.
16966
16967 @subsubheading Example
16968
16969 @smallexample
16970 (@value{GDBP})
16971 -gdb-set $foo=3
16972 ^done
16973 (@value{GDBP})
16974 @end smallexample
16975
16976
16977 @subheading The @code{-gdb-show} Command
16978 @findex -gdb-show
16979
16980 @subsubheading Synopsis
16981
16982 @smallexample
16983  -gdb-show
16984 @end smallexample
16985
16986 Show the current value of a @value{GDBN} variable.
16987
16988 @subsubheading @value{GDBN} command
16989
16990 The corresponding @value{GDBN} command is @samp{show}.
16991
16992 @subsubheading Example
16993
16994 @smallexample
16995 (@value{GDBP})
16996 -gdb-show annotate
16997 ^done,value="0"
16998 (@value{GDBP})
16999 @end smallexample
17000
17001 @c @subheading -gdb-source
17002
17003
17004 @subheading The @code{-gdb-version} Command
17005 @findex -gdb-version
17006
17007 @subsubheading Synopsis
17008
17009 @smallexample
17010  -gdb-version
17011 @end smallexample
17012
17013 Show version information for @value{GDBN}.  Used mostly in testing.
17014
17015 @subsubheading @value{GDBN} Command
17016
17017 There's no equivalent @value{GDBN} command.  @value{GDBN} by default shows this
17018 information when you start an interactive session.
17019
17020 @subsubheading Example
17021
17022 @c This example modifies the actual output from GDB to avoid overfull
17023 @c box in TeX.
17024 @smallexample
17025 (@value{GDBP})
17026 -gdb-version
17027 ~GNU gdb 5.2.1
17028 ~Copyright 2000 Free Software Foundation, Inc.
17029 ~GDB is free software, covered by the GNU General Public License, and
17030 ~you are welcome to change it and/or distribute copies of it under
17031 ~ certain conditions.
17032 ~Type "show copying" to see the conditions.
17033 ~There is absolutely no warranty for GDB.  Type "show warranty" for
17034 ~ details.
17035 ~This GDB was configured as
17036  "--host=sparc-sun-solaris2.5.1 --target=ppc-eabi".
17037 ^done
17038 (@value{GDBP})
17039 @end smallexample
17040
17041 @subheading The @code{-interpreter-exec} Command
17042 @findex -interpreter-exec
17043
17044 @subheading Synopsis
17045
17046 @smallexample
17047 -interpreter-exec @var{interpreter} @var{command}
17048 @end smallexample
17049
17050 Execute the specified @var{command} in the given @var{interpreter}.
17051
17052 @subheading @value{GDBN} Command
17053
17054 The corresponding @value{GDBN} command is @samp{interpreter-exec}.
17055
17056 @subheading Example
17057
17058 @smallexample
17059 (@value{GDBP})
17060 -interpreter-exec console "break main"
17061 &"During symbol reading, couldn't parse type; debugger out of date?.\n"
17062 &"During symbol reading, bad structure-type format.\n"
17063 ~"Breakpoint 1 at 0x8074fc6: file ../../src/gdb/main.c, line 743.\n"
17064 ^done
17065 (@value{GDBP})
17066 @end smallexample
17067
17068 @ignore
17069 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17070 @node GDB/MI Kod Commands
17071 @section @sc{gdb/mi} Kod Commands
17072
17073 The Kod commands are not implemented.
17074
17075 @c @subheading -kod-info
17076
17077 @c @subheading -kod-list
17078
17079 @c @subheading -kod-list-object-types
17080
17081 @c @subheading -kod-show
17082
17083 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17084 @node GDB/MI Memory Overlay Commands
17085 @section @sc{gdb/mi} Memory Overlay Commands
17086
17087 The memory overlay commands are not implemented.
17088
17089 @c @subheading -overlay-auto
17090
17091 @c @subheading -overlay-list-mapping-state
17092
17093 @c @subheading -overlay-list-overlays
17094
17095 @c @subheading -overlay-map
17096
17097 @c @subheading -overlay-off
17098
17099 @c @subheading -overlay-on
17100
17101 @c @subheading -overlay-unmap
17102
17103 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17104 @node GDB/MI Signal Handling Commands
17105 @section @sc{gdb/mi} Signal Handling Commands
17106
17107 Signal handling commands are not implemented.
17108
17109 @c @subheading -signal-handle
17110
17111 @c @subheading -signal-list-handle-actions
17112
17113 @c @subheading -signal-list-signal-types
17114 @end ignore
17115
17116
17117 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17118 @node GDB/MI Stack Manipulation
17119 @section @sc{gdb/mi} Stack Manipulation Commands
17120
17121
17122 @subheading The @code{-stack-info-frame} Command
17123 @findex -stack-info-frame
17124
17125 @subsubheading Synopsis
17126
17127 @smallexample
17128  -stack-info-frame
17129 @end smallexample
17130
17131 Get info on the current frame.
17132
17133 @subsubheading @value{GDBN} Command
17134
17135 The corresponding @value{GDBN} command is @samp{info frame} or @samp{frame}
17136 (without arguments).
17137
17138 @subsubheading Example
17139 N.A.
17140
17141 @subheading The @code{-stack-info-depth} Command
17142 @findex -stack-info-depth
17143
17144 @subsubheading Synopsis
17145
17146 @smallexample
17147  -stack-info-depth [ @var{max-depth} ]
17148 @end smallexample
17149
17150 Return the depth of the stack.  If the integer argument @var{max-depth}
17151 is specified, do not count beyond @var{max-depth} frames.
17152
17153 @subsubheading @value{GDBN} Command
17154
17155 There's no equivalent @value{GDBN} command.
17156
17157 @subsubheading Example
17158
17159 For a stack with frame levels 0 through 11:
17160
17161 @smallexample
17162 (@value{GDBP})
17163 -stack-info-depth
17164 ^done,depth="12"
17165 (@value{GDBP})
17166 -stack-info-depth 4
17167 ^done,depth="4"
17168 (@value{GDBP})
17169 -stack-info-depth 12
17170 ^done,depth="12"
17171 (@value{GDBP})
17172 -stack-info-depth 11
17173 ^done,depth="11"
17174 (@value{GDBP})
17175 -stack-info-depth 13
17176 ^done,depth="12"
17177 (@value{GDBP})
17178 @end smallexample
17179
17180 @subheading The @code{-stack-list-arguments} Command
17181 @findex -stack-list-arguments
17182
17183 @subsubheading Synopsis
17184
17185 @smallexample
17186  -stack-list-arguments @var{show-values}
17187     [ @var{low-frame} @var{high-frame} ]
17188 @end smallexample
17189
17190 Display a list of the arguments for the frames between @var{low-frame}
17191 and @var{high-frame} (inclusive).  If @var{low-frame} and
17192 @var{high-frame} are not provided, list the arguments for the whole call
17193 stack.
17194
17195 The @var{show-values} argument must have a value of 0 or 1.  A value of
17196 0 means that only the names of the arguments are listed, a value of 1
17197 means that both names and values of the arguments are printed.
17198
17199 @subsubheading @value{GDBN} Command
17200
17201 @value{GDBN} does not have an equivalent command.  @code{gdbtk} has a
17202 @samp{gdb_get_args} command which partially overlaps with the
17203 functionality of @samp{-stack-list-arguments}.
17204
17205 @subsubheading Example
17206
17207 @smallexample
17208 (@value{GDBP})
17209 -stack-list-frames
17210 ^done,
17211 stack=[
17212 frame=@{level="0",addr="0x00010734",func="callee4",
17213 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@},
17214 frame=@{level="1",addr="0x0001076c",func="callee3",
17215 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="17"@},
17216 frame=@{level="2",addr="0x0001078c",func="callee2",
17217 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="22"@},
17218 frame=@{level="3",addr="0x000107b4",func="callee1",
17219 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="27"@},
17220 frame=@{level="4",addr="0x000107e0",func="main",
17221 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="32"@}]
17222 (@value{GDBP})
17223 -stack-list-arguments 0
17224 ^done,
17225 stack-args=[
17226 frame=@{level="0",args=[]@},
17227 frame=@{level="1",args=[name="strarg"]@},
17228 frame=@{level="2",args=[name="intarg",name="strarg"]@},
17229 frame=@{level="3",args=[name="intarg",name="strarg",name="fltarg"]@},
17230 frame=@{level="4",args=[]@}]
17231 (@value{GDBP})
17232 -stack-list-arguments 1
17233 ^done,
17234 stack-args=[
17235 frame=@{level="0",args=[]@},
17236 frame=@{level="1",
17237  args=[@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
17238 frame=@{level="2",args=[
17239 @{name="intarg",value="2"@},
17240 @{name="strarg",value="0x11940 \"A string argument.\""@}]@},
17241 @{frame=@{level="3",args=[
17242 @{name="intarg",value="2"@},
17243 @{name="strarg",value="0x11940 \"A string argument.\""@},
17244 @{name="fltarg",value="3.5"@}]@},
17245 frame=@{level="4",args=[]@}]
17246 (@value{GDBP})
17247 -stack-list-arguments 0 2 2
17248 ^done,stack-args=[frame=@{level="2",args=[name="intarg",name="strarg"]@}]
17249 (@value{GDBP})
17250 -stack-list-arguments 1 2 2
17251 ^done,stack-args=[frame=@{level="2",
17252 args=[@{name="intarg",value="2"@},
17253 @{name="strarg",value="0x11940 \"A string argument.\""@}]@}]
17254 (@value{GDBP})
17255 @end smallexample
17256
17257 @c @subheading -stack-list-exception-handlers
17258
17259
17260 @subheading The @code{-stack-list-frames} Command
17261 @findex -stack-list-frames
17262
17263 @subsubheading Synopsis
17264
17265 @smallexample
17266  -stack-list-frames [ @var{low-frame} @var{high-frame} ]
17267 @end smallexample
17268
17269 List the frames currently on the stack.  For each frame it displays the
17270 following info:
17271
17272 @table @samp
17273 @item @var{level}
17274 The frame number, 0 being the topmost frame, i.e. the innermost function.
17275 @item @var{addr}
17276 The @code{$pc} value for that frame.
17277 @item @var{func}
17278 Function name.
17279 @item @var{file}
17280 File name of the source file where the function lives.
17281 @item @var{line}
17282 Line number corresponding to the @code{$pc}.
17283 @end table
17284
17285 If invoked without arguments, this command prints a backtrace for the
17286 whole stack.  If given two integer arguments, it shows the frames whose
17287 levels are between the two arguments (inclusive).  If the two arguments
17288 are equal, it shows the single frame at the corresponding level.
17289
17290 @subsubheading @value{GDBN} Command
17291
17292 The corresponding @value{GDBN} commands are @samp{backtrace} and @samp{where}.
17293
17294 @subsubheading Example
17295
17296 Full stack backtrace:
17297
17298 @smallexample
17299 (@value{GDBP})
17300 -stack-list-frames
17301 ^done,stack=
17302 [frame=@{level="0",addr="0x0001076c",func="foo",
17303   file="recursive2.c",line="11"@},
17304 frame=@{level="1",addr="0x000107a4",func="foo",
17305   file="recursive2.c",line="14"@},
17306 frame=@{level="2",addr="0x000107a4",func="foo",
17307   file="recursive2.c",line="14"@},
17308 frame=@{level="3",addr="0x000107a4",func="foo",
17309   file="recursive2.c",line="14"@},
17310 frame=@{level="4",addr="0x000107a4",func="foo",
17311   file="recursive2.c",line="14"@},
17312 frame=@{level="5",addr="0x000107a4",func="foo",
17313   file="recursive2.c",line="14"@},
17314 frame=@{level="6",addr="0x000107a4",func="foo",
17315   file="recursive2.c",line="14"@},
17316 frame=@{level="7",addr="0x000107a4",func="foo",
17317   file="recursive2.c",line="14"@},
17318 frame=@{level="8",addr="0x000107a4",func="foo",
17319   file="recursive2.c",line="14"@},
17320 frame=@{level="9",addr="0x000107a4",func="foo",
17321   file="recursive2.c",line="14"@},
17322 frame=@{level="10",addr="0x000107a4",func="foo",
17323   file="recursive2.c",line="14"@},
17324 frame=@{level="11",addr="0x00010738",func="main",
17325   file="recursive2.c",line="4"@}]
17326 (@value{GDBP})
17327 @end smallexample
17328
17329 Show frames between @var{low_frame} and @var{high_frame}:
17330
17331 @smallexample
17332 (@value{GDBP})
17333 -stack-list-frames 3 5
17334 ^done,stack=
17335 [frame=@{level="3",addr="0x000107a4",func="foo",
17336   file="recursive2.c",line="14"@},
17337 frame=@{level="4",addr="0x000107a4",func="foo",
17338   file="recursive2.c",line="14"@},
17339 frame=@{level="5",addr="0x000107a4",func="foo",
17340   file="recursive2.c",line="14"@}]
17341 (@value{GDBP})
17342 @end smallexample
17343
17344 Show a single frame:
17345
17346 @smallexample
17347 (@value{GDBP})
17348 -stack-list-frames 3 3
17349 ^done,stack=
17350 [frame=@{level="3",addr="0x000107a4",func="foo",
17351   file="recursive2.c",line="14"@}]
17352 (@value{GDBP})
17353 @end smallexample
17354
17355
17356 @subheading The @code{-stack-list-locals} Command
17357 @findex -stack-list-locals
17358
17359 @subsubheading Synopsis
17360
17361 @smallexample
17362  -stack-list-locals @var{print-values}
17363 @end smallexample
17364
17365 Display the local variable names for the current frame.  With an
17366 argument of 0 or @code{--no-values}, prints only the names of the variables.
17367 With argument of 1 or @code{--all-values}, prints also their values.  With
17368 argument of 2 or @code{--simple-values}, prints the name, type and value for
17369 simple data types and the name and type for arrays, structures and
17370 unions.  In this last case, the idea is that the user can see the
17371 value of simple data types immediately and he can create variable
17372 objects for other data types if he wishes to explore their values in
17373 more detail.
17374
17375 @subsubheading @value{GDBN} Command
17376
17377 @samp{info locals} in @value{GDBN}, @samp{gdb_get_locals} in @code{gdbtk}.
17378
17379 @subsubheading Example
17380
17381 @smallexample
17382 (@value{GDBP})
17383 -stack-list-locals 0
17384 ^done,locals=[name="A",name="B",name="C"]
17385 (@value{GDBP})
17386 -stack-list-locals --all-values
17387 ^done,locals=[@{name="A",value="1"@},@{name="B",value="2"@},
17388   @{name="C",value="@{1, 2, 3@}"@}]
17389 -stack-list-locals --simple-values
17390 ^done,locals=[@{name="A",type="int",value="1"@},
17391   @{name="B",type="int",value="2"@},@{name="C",type="int [3]"@}]
17392 (@value{GDBP})
17393 @end smallexample
17394
17395
17396 @subheading The @code{-stack-select-frame} Command
17397 @findex -stack-select-frame
17398
17399 @subsubheading Synopsis
17400
17401 @smallexample
17402  -stack-select-frame @var{framenum}
17403 @end smallexample
17404
17405 Change the current frame.  Select a different frame @var{framenum} on
17406 the stack.
17407
17408 @subsubheading @value{GDBN} Command
17409
17410 The corresponding @value{GDBN} commands are @samp{frame}, @samp{up},
17411 @samp{down}, @samp{select-frame}, @samp{up-silent}, and @samp{down-silent}.
17412
17413 @subsubheading Example
17414
17415 @smallexample
17416 (@value{GDBP})
17417 -stack-select-frame 2
17418 ^done
17419 (@value{GDBP})
17420 @end smallexample
17421
17422 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17423 @node GDB/MI Symbol Query
17424 @section @sc{gdb/mi} Symbol Query Commands
17425
17426
17427 @subheading The @code{-symbol-info-address} Command
17428 @findex -symbol-info-address
17429
17430 @subsubheading Synopsis
17431
17432 @smallexample
17433  -symbol-info-address @var{symbol}
17434 @end smallexample
17435
17436 Describe where @var{symbol} is stored.
17437
17438 @subsubheading @value{GDBN} Command
17439
17440 The corresponding @value{GDBN} command is @samp{info address}.
17441
17442 @subsubheading Example
17443 N.A.
17444
17445
17446 @subheading The @code{-symbol-info-file} Command
17447 @findex -symbol-info-file
17448
17449 @subsubheading Synopsis
17450
17451 @smallexample
17452  -symbol-info-file
17453 @end smallexample
17454
17455 Show the file for the symbol.
17456
17457 @subsubheading @value{GDBN} Command
17458
17459 There's no equivalent @value{GDBN} command.  @code{gdbtk} has
17460 @samp{gdb_find_file}.
17461
17462 @subsubheading Example
17463 N.A.
17464
17465
17466 @subheading The @code{-symbol-info-function} Command
17467 @findex -symbol-info-function
17468
17469 @subsubheading Synopsis
17470
17471 @smallexample
17472  -symbol-info-function
17473 @end smallexample
17474
17475 Show which function the symbol lives in.
17476
17477 @subsubheading @value{GDBN} Command
17478
17479 @samp{gdb_get_function} in @code{gdbtk}.
17480
17481 @subsubheading Example
17482 N.A.
17483
17484
17485 @subheading The @code{-symbol-info-line} Command
17486 @findex -symbol-info-line
17487
17488 @subsubheading Synopsis
17489
17490 @smallexample
17491  -symbol-info-line
17492 @end smallexample
17493
17494 Show the core addresses of the code for a source line.
17495
17496 @subsubheading @value{GDBN} Command
17497
17498 The corresponding @value{GDBN} command is @samp{info line}.
17499 @code{gdbtk} has the @samp{gdb_get_line} and @samp{gdb_get_file} commands.
17500
17501 @subsubheading Example
17502 N.A.
17503
17504
17505 @subheading The @code{-symbol-info-symbol} Command
17506 @findex -symbol-info-symbol
17507
17508 @subsubheading Synopsis
17509
17510 @smallexample
17511  -symbol-info-symbol @var{addr}
17512 @end smallexample
17513
17514 Describe what symbol is at location @var{addr}.
17515
17516 @subsubheading @value{GDBN} Command
17517
17518 The corresponding @value{GDBN} command is @samp{info symbol}.
17519
17520 @subsubheading Example
17521 N.A.
17522
17523
17524 @subheading The @code{-symbol-list-functions} Command
17525 @findex -symbol-list-functions
17526
17527 @subsubheading Synopsis
17528
17529 @smallexample
17530  -symbol-list-functions
17531 @end smallexample
17532
17533 List the functions in the executable.
17534
17535 @subsubheading @value{GDBN} Command
17536
17537 @samp{info functions} in @value{GDBN}, @samp{gdb_listfunc} and
17538 @samp{gdb_search} in @code{gdbtk}.
17539
17540 @subsubheading Example
17541 N.A.
17542
17543
17544 @subheading The @code{-symbol-list-lines} Command
17545 @findex -symbol-list-lines
17546
17547 @subsubheading Synopsis
17548
17549 @smallexample
17550  -symbol-list-lines @var{filename}
17551 @end smallexample
17552
17553 Print the list of lines that contain code and their associated program
17554 addresses for the given source filename.  The entries are sorted in
17555 ascending PC order.
17556
17557 @subsubheading @value{GDBN} Command
17558
17559 There is no corresponding @value{GDBN} command.
17560
17561 @subsubheading Example
17562 @smallexample
17563 (@value{GDBP})
17564 -symbol-list-lines basics.c
17565 ^done,lines=[@{pc="0x08048554",line="7"@},@{pc="0x0804855a",line="8"@}]
17566 (@value{GDBP})
17567 @end smallexample
17568
17569
17570 @subheading The @code{-symbol-list-types} Command
17571 @findex -symbol-list-types
17572
17573 @subsubheading Synopsis
17574
17575 @smallexample
17576  -symbol-list-types
17577 @end smallexample
17578
17579 List all the type names.
17580
17581 @subsubheading @value{GDBN} Command
17582
17583 The corresponding commands are @samp{info types} in @value{GDBN},
17584 @samp{gdb_search} in @code{gdbtk}.
17585
17586 @subsubheading Example
17587 N.A.
17588
17589
17590 @subheading The @code{-symbol-list-variables} Command
17591 @findex -symbol-list-variables
17592
17593 @subsubheading Synopsis
17594
17595 @smallexample
17596  -symbol-list-variables
17597 @end smallexample
17598
17599 List all the global and static variable names.
17600
17601 @subsubheading @value{GDBN} Command
17602
17603 @samp{info variables} in @value{GDBN}, @samp{gdb_search} in @code{gdbtk}.
17604
17605 @subsubheading Example
17606 N.A.
17607
17608
17609 @subheading The @code{-symbol-locate} Command
17610 @findex -symbol-locate
17611
17612 @subsubheading Synopsis
17613
17614 @smallexample
17615  -symbol-locate
17616 @end smallexample
17617
17618 @subsubheading @value{GDBN} Command
17619
17620 @samp{gdb_loc} in @code{gdbtk}.
17621
17622 @subsubheading Example
17623 N.A.
17624
17625
17626 @subheading The @code{-symbol-type} Command
17627 @findex -symbol-type
17628
17629 @subsubheading Synopsis
17630
17631 @smallexample
17632  -symbol-type @var{variable}
17633 @end smallexample
17634
17635 Show type of @var{variable}.
17636
17637 @subsubheading @value{GDBN} Command
17638
17639 The corresponding @value{GDBN} command is @samp{ptype}, @code{gdbtk} has
17640 @samp{gdb_obj_variable}.
17641
17642 @subsubheading Example
17643 N.A.
17644
17645
17646 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17647 @node GDB/MI Target Manipulation
17648 @section @sc{gdb/mi} Target Manipulation Commands
17649
17650
17651 @subheading The @code{-target-attach} Command
17652 @findex -target-attach
17653
17654 @subsubheading Synopsis
17655
17656 @smallexample
17657  -target-attach @var{pid} | @var{file}
17658 @end smallexample
17659
17660 Attach to a process @var{pid} or a file @var{file} outside of @value{GDBN}.
17661
17662 @subsubheading @value{GDBN} command
17663
17664 The corresponding @value{GDBN} command is @samp{attach}.
17665
17666 @subsubheading Example
17667 N.A.
17668
17669
17670 @subheading The @code{-target-compare-sections} Command
17671 @findex -target-compare-sections
17672
17673 @subsubheading Synopsis
17674
17675 @smallexample
17676  -target-compare-sections [ @var{section} ]
17677 @end smallexample
17678
17679 Compare data of section @var{section} on target to the exec file.
17680 Without the argument, all sections are compared.
17681
17682 @subsubheading @value{GDBN} Command
17683
17684 The @value{GDBN} equivalent is @samp{compare-sections}.
17685
17686 @subsubheading Example
17687 N.A.
17688
17689
17690 @subheading The @code{-target-detach} Command
17691 @findex -target-detach
17692
17693 @subsubheading Synopsis
17694
17695 @smallexample
17696  -target-detach
17697 @end smallexample
17698
17699 Disconnect from the remote target.  There's no output.
17700
17701 @subsubheading @value{GDBN} command
17702
17703 The corresponding @value{GDBN} command is @samp{detach}.
17704
17705 @subsubheading Example
17706
17707 @smallexample
17708 (@value{GDBP})
17709 -target-detach
17710 ^done
17711 (@value{GDBP})
17712 @end smallexample
17713
17714
17715 @subheading The @code{-target-disconnect} Command
17716 @findex -target-disconnect
17717
17718 @subsubheading Synopsis
17719
17720 @example
17721  -target-disconnect
17722 @end example
17723
17724 Disconnect from the remote target.  There's no output.
17725
17726 @subsubheading @value{GDBN} command
17727
17728 The corresponding @value{GDBN} command is @samp{disconnect}.
17729
17730 @subsubheading Example
17731
17732 @smallexample
17733 (@value{GDBP})
17734 -target-disconnect
17735 ^done
17736 (@value{GDBP})
17737 @end smallexample
17738
17739
17740 @subheading The @code{-target-download} Command
17741 @findex -target-download
17742
17743 @subsubheading Synopsis
17744
17745 @smallexample
17746  -target-download
17747 @end smallexample
17748
17749 Loads the executable onto the remote target.
17750 It prints out an update message every half second, which includes the fields:
17751
17752 @table @samp
17753 @item section
17754 The name of the section.
17755 @item section-sent
17756 The size of what has been sent so far for that section.
17757 @item section-size
17758 The size of the section.
17759 @item total-sent
17760 The total size of what was sent so far (the current and the previous sections).
17761 @item total-size
17762 The size of the overall executable to download.
17763 @end table
17764
17765 @noindent
17766 Each message is sent as status record (@pxref{GDB/MI Output Syntax, ,
17767 @sc{gdb/mi} Output Syntax}).
17768
17769 In addition, it prints the name and size of the sections, as they are
17770 downloaded.  These messages include the following fields:
17771
17772 @table @samp
17773 @item section
17774 The name of the section.
17775 @item section-size
17776 The size of the section.
17777 @item total-size
17778 The size of the overall executable to download.
17779 @end table
17780
17781 @noindent
17782 At the end, a summary is printed.
17783
17784 @subsubheading @value{GDBN} Command
17785
17786 The corresponding @value{GDBN} command is @samp{load}.
17787
17788 @subsubheading Example
17789
17790 Note: each status message appears on a single line.  Here the messages
17791 have been broken down so that they can fit onto a page.
17792
17793 @smallexample
17794 (@value{GDBP})
17795 -target-download
17796 +download,@{section=".text",section-size="6668",total-size="9880"@}
17797 +download,@{section=".text",section-sent="512",section-size="6668",
17798 total-sent="512",total-size="9880"@}
17799 +download,@{section=".text",section-sent="1024",section-size="6668",
17800 total-sent="1024",total-size="9880"@}
17801 +download,@{section=".text",section-sent="1536",section-size="6668",
17802 total-sent="1536",total-size="9880"@}
17803 +download,@{section=".text",section-sent="2048",section-size="6668",
17804 total-sent="2048",total-size="9880"@}
17805 +download,@{section=".text",section-sent="2560",section-size="6668",
17806 total-sent="2560",total-size="9880"@}
17807 +download,@{section=".text",section-sent="3072",section-size="6668",
17808 total-sent="3072",total-size="9880"@}
17809 +download,@{section=".text",section-sent="3584",section-size="6668",
17810 total-sent="3584",total-size="9880"@}
17811 +download,@{section=".text",section-sent="4096",section-size="6668",
17812 total-sent="4096",total-size="9880"@}
17813 +download,@{section=".text",section-sent="4608",section-size="6668",
17814 total-sent="4608",total-size="9880"@}
17815 +download,@{section=".text",section-sent="5120",section-size="6668",
17816 total-sent="5120",total-size="9880"@}
17817 +download,@{section=".text",section-sent="5632",section-size="6668",
17818 total-sent="5632",total-size="9880"@}
17819 +download,@{section=".text",section-sent="6144",section-size="6668",
17820 total-sent="6144",total-size="9880"@}
17821 +download,@{section=".text",section-sent="6656",section-size="6668",
17822 total-sent="6656",total-size="9880"@}
17823 +download,@{section=".init",section-size="28",total-size="9880"@}
17824 +download,@{section=".fini",section-size="28",total-size="9880"@}
17825 +download,@{section=".data",section-size="3156",total-size="9880"@}
17826 +download,@{section=".data",section-sent="512",section-size="3156",
17827 total-sent="7236",total-size="9880"@}
17828 +download,@{section=".data",section-sent="1024",section-size="3156",
17829 total-sent="7748",total-size="9880"@}
17830 +download,@{section=".data",section-sent="1536",section-size="3156",
17831 total-sent="8260",total-size="9880"@}
17832 +download,@{section=".data",section-sent="2048",section-size="3156",
17833 total-sent="8772",total-size="9880"@}
17834 +download,@{section=".data",section-sent="2560",section-size="3156",
17835 total-sent="9284",total-size="9880"@}
17836 +download,@{section=".data",section-sent="3072",section-size="3156",
17837 total-sent="9796",total-size="9880"@}
17838 ^done,address="0x10004",load-size="9880",transfer-rate="6586",
17839 write-rate="429"
17840 (@value{GDBP})
17841 @end smallexample
17842
17843
17844 @subheading The @code{-target-exec-status} Command
17845 @findex -target-exec-status
17846
17847 @subsubheading Synopsis
17848
17849 @smallexample
17850  -target-exec-status
17851 @end smallexample
17852
17853 Provide information on the state of the target (whether it is running or
17854 not, for instance).
17855
17856 @subsubheading @value{GDBN} Command
17857
17858 There's no equivalent @value{GDBN} command.
17859
17860 @subsubheading Example
17861 N.A.
17862
17863
17864 @subheading The @code{-target-list-available-targets} Command
17865 @findex -target-list-available-targets
17866
17867 @subsubheading Synopsis
17868
17869 @smallexample
17870  -target-list-available-targets
17871 @end smallexample
17872
17873 List the possible targets to connect to.
17874
17875 @subsubheading @value{GDBN} Command
17876
17877 The corresponding @value{GDBN} command is @samp{help target}.
17878
17879 @subsubheading Example
17880 N.A.
17881
17882
17883 @subheading The @code{-target-list-current-targets} Command
17884 @findex -target-list-current-targets
17885
17886 @subsubheading Synopsis
17887
17888 @smallexample
17889  -target-list-current-targets
17890 @end smallexample
17891
17892 Describe the current target.
17893
17894 @subsubheading @value{GDBN} Command
17895
17896 The corresponding information is printed by @samp{info file} (among
17897 other things).
17898
17899 @subsubheading Example
17900 N.A.
17901
17902
17903 @subheading The @code{-target-list-parameters} Command
17904 @findex -target-list-parameters
17905
17906 @subsubheading Synopsis
17907
17908 @smallexample
17909  -target-list-parameters
17910 @end smallexample
17911
17912 @c ????
17913
17914 @subsubheading @value{GDBN} Command
17915
17916 No equivalent.
17917
17918 @subsubheading Example
17919 N.A.
17920
17921
17922 @subheading The @code{-target-select} Command
17923 @findex -target-select
17924
17925 @subsubheading Synopsis
17926
17927 @smallexample
17928  -target-select @var{type} @var{parameters @dots{}}
17929 @end smallexample
17930
17931 Connect @value{GDBN} to the remote target.  This command takes two args:
17932
17933 @table @samp
17934 @item @var{type}
17935 The type of target, for instance @samp{async}, @samp{remote}, etc.
17936 @item @var{parameters}
17937 Device names, host names and the like.  @xref{Target Commands, ,
17938 Commands for managing targets}, for more details.
17939 @end table
17940
17941 The output is a connection notification, followed by the address at
17942 which the target program is, in the following form:
17943
17944 @smallexample
17945 ^connected,addr="@var{address}",func="@var{function name}",
17946   args=[@var{arg list}]
17947 @end smallexample
17948
17949 @subsubheading @value{GDBN} Command
17950
17951 The corresponding @value{GDBN} command is @samp{target}.
17952
17953 @subsubheading Example
17954
17955 @smallexample
17956 (@value{GDBP})
17957 -target-select async /dev/ttya
17958 ^connected,addr="0xfe00a300",func="??",args=[]
17959 (@value{GDBP})
17960 @end smallexample
17961
17962 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17963 @node GDB/MI Thread Commands
17964 @section @sc{gdb/mi} Thread Commands
17965
17966
17967 @subheading The @code{-thread-info} Command
17968 @findex -thread-info
17969
17970 @subsubheading Synopsis
17971
17972 @smallexample
17973  -thread-info
17974 @end smallexample
17975
17976 @subsubheading @value{GDBN} command
17977
17978 No equivalent.
17979
17980 @subsubheading Example
17981 N.A.
17982
17983
17984 @subheading The @code{-thread-list-all-threads} Command
17985 @findex -thread-list-all-threads
17986
17987 @subsubheading Synopsis
17988
17989 @smallexample
17990  -thread-list-all-threads
17991 @end smallexample
17992
17993 @subsubheading @value{GDBN} Command
17994
17995 The equivalent @value{GDBN} command is @samp{info threads}.
17996
17997 @subsubheading Example
17998 N.A.
17999
18000
18001 @subheading The @code{-thread-list-ids} Command
18002 @findex -thread-list-ids
18003
18004 @subsubheading Synopsis
18005
18006 @smallexample
18007  -thread-list-ids
18008 @end smallexample
18009
18010 Produces a list of the currently known @value{GDBN} thread ids.  At the
18011 end of the list it also prints the total number of such threads.
18012
18013 @subsubheading @value{GDBN} Command
18014
18015 Part of @samp{info threads} supplies the same information.
18016
18017 @subsubheading Example
18018
18019 No threads present, besides the main process:
18020
18021 @smallexample
18022 (@value{GDBP})
18023 -thread-list-ids
18024 ^done,thread-ids=@{@},number-of-threads="0"
18025 (@value{GDBP})
18026 @end smallexample
18027
18028
18029 Several threads:
18030
18031 @smallexample
18032 (@value{GDBP})
18033 -thread-list-ids
18034 ^done,thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
18035 number-of-threads="3"
18036 (@value{GDBP})
18037 @end smallexample
18038
18039
18040 @subheading The @code{-thread-select} Command
18041 @findex -thread-select
18042
18043 @subsubheading Synopsis
18044
18045 @smallexample
18046  -thread-select @var{threadnum}
18047 @end smallexample
18048
18049 Make @var{threadnum} the current thread.  It prints the number of the new
18050 current thread, and the topmost frame for that thread.
18051
18052 @subsubheading @value{GDBN} Command
18053
18054 The corresponding @value{GDBN} command is @samp{thread}.
18055
18056 @subsubheading Example
18057
18058 @smallexample
18059 (@value{GDBP})
18060 -exec-next
18061 ^running
18062 (@value{GDBP})
18063 *stopped,reason="end-stepping-range",thread-id="2",line="187",
18064 file="../../../devo/gdb/testsuite/gdb.threads/linux-dp.c"
18065 (@value{GDBP})
18066 -thread-list-ids
18067 ^done,
18068 thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
18069 number-of-threads="3"
18070 (@value{GDBP})
18071 -thread-select 3
18072 ^done,new-thread-id="3",
18073 frame=@{level="0",func="vprintf",
18074 args=[@{name="format",value="0x8048e9c \"%*s%c %d %c\\n\""@},
18075 @{name="arg",value="0x2"@}],file="vprintf.c",line="31"@}
18076 (@value{GDBP})
18077 @end smallexample
18078
18079 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
18080 @node GDB/MI Tracepoint Commands
18081 @section @sc{gdb/mi} Tracepoint Commands
18082
18083 The tracepoint commands are not yet implemented.
18084
18085 @c @subheading -trace-actions
18086
18087 @c @subheading -trace-delete
18088
18089 @c @subheading -trace-disable
18090
18091 @c @subheading -trace-dump
18092
18093 @c @subheading -trace-enable
18094
18095 @c @subheading -trace-exists
18096
18097 @c @subheading -trace-find
18098
18099 @c @subheading -trace-frame-number
18100
18101 @c @subheading -trace-info
18102
18103 @c @subheading -trace-insert
18104
18105 @c @subheading -trace-list
18106
18107 @c @subheading -trace-pass-count
18108
18109 @c @subheading -trace-save
18110
18111 @c @subheading -trace-start
18112
18113 @c @subheading -trace-stop
18114
18115
18116 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
18117 @node GDB/MI Variable Objects
18118 @section @sc{gdb/mi} Variable Objects
18119
18120
18121 @subheading Motivation for Variable Objects in @sc{gdb/mi}
18122
18123 For the implementation of a variable debugger window (locals, watched
18124 expressions, etc.), we are proposing the adaptation of the existing code
18125 used by @code{Insight}.
18126
18127 The two main reasons for that are:
18128
18129 @enumerate 1
18130 @item
18131 It has been proven in practice (it is already on its second generation).
18132
18133 @item
18134 It will shorten development time (needless to say how important it is
18135 now).
18136 @end enumerate
18137
18138 The original interface was designed to be used by Tcl code, so it was
18139 slightly changed so it could be used through @sc{gdb/mi}.  This section
18140 describes the @sc{gdb/mi} operations that will be available and gives some
18141 hints about their use.
18142
18143 @emph{Note}: In addition to the set of operations described here, we
18144 expect the @sc{gui} implementation of a variable window to require, at
18145 least, the following operations:
18146
18147 @itemize @bullet
18148 @item @code{-gdb-show} @code{output-radix}
18149 @item @code{-stack-list-arguments}
18150 @item @code{-stack-list-locals}
18151 @item @code{-stack-select-frame}
18152 @end itemize
18153
18154 @subheading Introduction to Variable Objects in @sc{gdb/mi}
18155
18156 @cindex variable objects in @sc{gdb/mi}
18157 The basic idea behind variable objects is the creation of a named object
18158 to represent a variable, an expression, a memory location or even a CPU
18159 register.  For each object created, a set of operations is available for
18160 examining or changing its properties.
18161
18162 Furthermore, complex data types, such as C structures, are represented
18163 in a tree format.  For instance, the @code{struct} type variable is the
18164 root and the children will represent the struct members.  If a child
18165 is itself of a complex type, it will also have children of its own.
18166 Appropriate language differences are handled for C, C@t{++} and Java.
18167
18168 When returning the actual values of the objects, this facility allows
18169 for the individual selection of the display format used in the result
18170 creation.  It can be chosen among: binary, decimal, hexadecimal, octal
18171 and natural.  Natural refers to a default format automatically
18172 chosen based on the variable type (like decimal for an @code{int}, hex
18173 for pointers, etc.).
18174
18175 The following is the complete set of @sc{gdb/mi} operations defined to
18176 access this functionality:
18177
18178 @multitable @columnfractions .4 .6
18179 @item @strong{Operation}
18180 @tab @strong{Description}
18181
18182 @item @code{-var-create}
18183 @tab create a variable object
18184 @item @code{-var-delete}
18185 @tab delete the variable object and its children
18186 @item @code{-var-set-format}
18187 @tab set the display format of this variable
18188 @item @code{-var-show-format}
18189 @tab show the display format of this variable
18190 @item @code{-var-info-num-children}
18191 @tab tells how many children this object has
18192 @item @code{-var-list-children}
18193 @tab return a list of the object's children
18194 @item @code{-var-info-type}
18195 @tab show the type of this variable object
18196 @item @code{-var-info-expression}
18197 @tab print what this variable object represents
18198 @item @code{-var-show-attributes}
18199 @tab is this variable editable? does it exist here?
18200 @item @code{-var-evaluate-expression}
18201 @tab get the value of this variable
18202 @item @code{-var-assign}
18203 @tab set the value of this variable
18204 @item @code{-var-update}
18205 @tab update the variable and its children
18206 @end multitable
18207
18208 In the next subsection we describe each operation in detail and suggest
18209 how it can be used.
18210
18211 @subheading Description And Use of Operations on Variable Objects
18212
18213 @subheading The @code{-var-create} Command
18214 @findex -var-create
18215
18216 @subsubheading Synopsis
18217
18218 @smallexample
18219  -var-create @{@var{name} | "-"@}
18220     @{@var{frame-addr} | "*"@} @var{expression}
18221 @end smallexample
18222
18223 This operation creates a variable object, which allows the monitoring of
18224 a variable, the result of an expression, a memory cell or a CPU
18225 register.
18226
18227 The @var{name} parameter is the string by which the object can be
18228 referenced.  It must be unique.  If @samp{-} is specified, the varobj
18229 system will generate a string ``varNNNNNN'' automatically.  It will be
18230 unique provided that one does not specify @var{name} on that format.
18231 The command fails if a duplicate name is found.
18232
18233 The frame under which the expression should be evaluated can be
18234 specified by @var{frame-addr}.  A @samp{*} indicates that the current
18235 frame should be used.
18236
18237 @var{expression} is any expression valid on the current language set (must not
18238 begin with a @samp{*}), or one of the following:
18239
18240 @itemize @bullet
18241 @item
18242 @samp{*@var{addr}}, where @var{addr} is the address of a memory cell
18243
18244 @item
18245 @samp{*@var{addr}-@var{addr}} --- a memory address range (TBD)
18246
18247 @item
18248 @samp{$@var{regname}} --- a CPU register name
18249 @end itemize
18250
18251 @subsubheading Result
18252
18253 This operation returns the name, number of children and the type of the
18254 object created.  Type is returned as a string as the ones generated by
18255 the @value{GDBN} CLI:
18256
18257 @smallexample
18258  name="@var{name}",numchild="N",type="@var{type}"
18259 @end smallexample
18260
18261
18262 @subheading The @code{-var-delete} Command
18263 @findex -var-delete
18264
18265 @subsubheading Synopsis
18266
18267 @smallexample
18268  -var-delete @var{name}
18269 @end smallexample
18270
18271 Deletes a previously created variable object and all of its children.
18272
18273 Returns an error if the object @var{name} is not found.
18274
18275
18276 @subheading The @code{-var-set-format} Command
18277 @findex -var-set-format
18278
18279 @subsubheading Synopsis
18280
18281 @smallexample
18282  -var-set-format @var{name} @var{format-spec}
18283 @end smallexample
18284
18285 Sets the output format for the value of the object @var{name} to be
18286 @var{format-spec}.
18287
18288 The syntax for the @var{format-spec} is as follows:
18289
18290 @smallexample
18291  @var{format-spec} @expansion{}
18292  @{binary | decimal | hexadecimal | octal | natural@}
18293 @end smallexample
18294
18295
18296 @subheading The @code{-var-show-format} Command
18297 @findex -var-show-format
18298
18299 @subsubheading Synopsis
18300
18301 @smallexample
18302  -var-show-format @var{name}
18303 @end smallexample
18304
18305 Returns the format used to display the value of the object @var{name}.
18306
18307 @smallexample
18308  @var{format} @expansion{}
18309  @var{format-spec}
18310 @end smallexample
18311
18312
18313 @subheading The @code{-var-info-num-children} Command
18314 @findex -var-info-num-children
18315
18316 @subsubheading Synopsis
18317
18318 @smallexample
18319  -var-info-num-children @var{name}
18320 @end smallexample
18321
18322 Returns the number of children of a variable object @var{name}:
18323
18324 @smallexample
18325  numchild=@var{n}
18326 @end smallexample
18327
18328
18329 @subheading The @code{-var-list-children} Command
18330 @findex -var-list-children
18331
18332 @subsubheading Synopsis
18333
18334 @smallexample
18335  -var-list-children [@var{print-values}] @var{name}
18336 @end smallexample
18337
18338 Returns a list of the children of the specified variable object.  With
18339 just the variable object name as an argument or with an optional
18340 preceding argument of 0 or @code{--no-values}, prints only the names of the
18341 variables.  With an optional preceding argument of 1 or @code{--all-values},
18342 also prints their values.
18343
18344 @subsubheading Example
18345
18346 @smallexample
18347 (@value{GDBP})
18348  -var-list-children n
18349  numchild=@var{n},children=[@{name=@var{name},
18350  numchild=@var{n},type=@var{type}@},@r{(repeats N times)}]
18351 (@value{GDBP})
18352  -var-list-children --all-values n
18353  numchild=@var{n},children=[@{name=@var{name},
18354  numchild=@var{n},value=@var{value},type=@var{type}@},@r{(repeats N times)}]
18355 @end smallexample
18356
18357
18358 @subheading The @code{-var-info-type} Command
18359 @findex -var-info-type
18360
18361 @subsubheading Synopsis
18362
18363 @smallexample
18364  -var-info-type @var{name}
18365 @end smallexample
18366
18367 Returns the type of the specified variable @var{name}.  The type is
18368 returned as a string in the same format as it is output by the
18369 @value{GDBN} CLI:
18370
18371 @smallexample
18372  type=@var{typename}
18373 @end smallexample
18374
18375
18376 @subheading The @code{-var-info-expression} Command
18377 @findex -var-info-expression
18378
18379 @subsubheading Synopsis
18380
18381 @smallexample
18382  -var-info-expression @var{name}
18383 @end smallexample
18384
18385 Returns what is represented by the variable object @var{name}:
18386
18387 @smallexample
18388  lang=@var{lang-spec},exp=@var{expression}
18389 @end smallexample
18390
18391 @noindent
18392 where @var{lang-spec} is @code{@{"C" | "C++" | "Java"@}}.
18393
18394 @subheading The @code{-var-show-attributes} Command
18395 @findex -var-show-attributes
18396
18397 @subsubheading Synopsis
18398
18399 @smallexample
18400  -var-show-attributes @var{name}
18401 @end smallexample
18402
18403 List attributes of the specified variable object @var{name}:
18404
18405 @smallexample
18406  status=@var{attr} [ ( ,@var{attr} )* ]
18407 @end smallexample
18408
18409 @noindent
18410 where @var{attr} is @code{@{ @{ editable | noneditable @} | TBD @}}.
18411
18412 @subheading The @code{-var-evaluate-expression} Command
18413 @findex -var-evaluate-expression
18414
18415 @subsubheading Synopsis
18416
18417 @smallexample
18418  -var-evaluate-expression @var{name}
18419 @end smallexample
18420
18421 Evaluates the expression that is represented by the specified variable
18422 object and returns its value as a string in the current format specified
18423 for the object:
18424
18425 @smallexample
18426  value=@var{value}
18427 @end smallexample
18428
18429 Note that one must invoke @code{-var-list-children} for a variable
18430 before the value of a child variable can be evaluated.
18431
18432 @subheading The @code{-var-assign} Command
18433 @findex -var-assign
18434
18435 @subsubheading Synopsis
18436
18437 @smallexample
18438  -var-assign @var{name} @var{expression}
18439 @end smallexample
18440
18441 Assigns the value of @var{expression} to the variable object specified
18442 by @var{name}.  The object must be @samp{editable}.  If the variable's
18443 value is altered by the assign, the variable will show up in any
18444 subsequent @code{-var-update} list.
18445
18446 @subsubheading Example
18447
18448 @smallexample
18449 (@value{GDBP})
18450 -var-assign var1 3
18451 ^done,value="3"
18452 (@value{GDBP})
18453 -var-update *
18454 ^done,changelist=[@{name="var1",in_scope="true",type_changed="false"@}]
18455 (@value{GDBP})
18456 @end smallexample
18457
18458 @subheading The @code{-var-update} Command
18459 @findex -var-update
18460
18461 @subsubheading Synopsis
18462
18463 @smallexample
18464  -var-update @{@var{name} | "*"@}
18465 @end smallexample
18466
18467 Update the value of the variable object @var{name} by evaluating its
18468 expression after fetching all the new values from memory or registers.
18469 A @samp{*} causes all existing variable objects to be updated.
18470
18471
18472 @node Annotations
18473 @chapter @value{GDBN} Annotations
18474
18475 This chapter describes annotations in @value{GDBN}.  Annotations were
18476 designed to interface @value{GDBN} to graphical user interfaces or other
18477 similar programs which want to interact with @value{GDBN} at a
18478 relatively high level.
18479
18480 The annotation mechanism has largely been superseeded by @sc{gdb/mi}
18481 (@pxref{GDB/MI}).
18482
18483 @ignore
18484 This is Edition @value{EDITION}, @value{DATE}.
18485 @end ignore
18486
18487 @menu
18488 * Annotations Overview::  What annotations are; the general syntax.
18489 * Server Prefix::       Issuing a command without affecting user state.
18490 * Prompting::           Annotations marking @value{GDBN}'s need for input.
18491 * Errors::              Annotations for error messages.
18492 * Invalidation::        Some annotations describe things now invalid.
18493 * Annotations for Running::
18494                         Whether the program is running, how it stopped, etc.
18495 * Source Annotations::  Annotations describing source code.
18496 @end menu
18497
18498 @node Annotations Overview
18499 @section What is an Annotation?
18500 @cindex annotations
18501
18502 Annotations start with a newline character, two @samp{control-z}
18503 characters, and the name of the annotation.  If there is no additional
18504 information associated with this annotation, the name of the annotation
18505 is followed immediately by a newline.  If there is additional
18506 information, the name of the annotation is followed by a space, the
18507 additional information, and a newline.  The additional information
18508 cannot contain newline characters.
18509
18510 Any output not beginning with a newline and two @samp{control-z}
18511 characters denotes literal output from @value{GDBN}.  Currently there is
18512 no need for @value{GDBN} to output a newline followed by two
18513 @samp{control-z} characters, but if there was such a need, the
18514 annotations could be extended with an @samp{escape} annotation which
18515 means those three characters as output.
18516
18517 The annotation @var{level}, which is specified using the
18518 @option{--annotate} command line option (@pxref{Mode Options}), controls
18519 how much information @value{GDBN} prints together with its prompt,
18520 values of expressions, source lines, and other types of output.  Level 0
18521 is for no anntations, level 1 is for use when @value{GDBN} is run as a
18522 subprocess of @sc{gnu} Emacs, level 3 is the maximum annotation suitable
18523 for programs that control @value{GDBN}, and level 2 annotations have
18524 been made obsolete (@pxref{Limitations, , Limitations of the Annotation
18525 Interface, annotate, GDB's Obsolete Annotations}).  This chapter
18526 describes level 3 annotations.
18527
18528 A simple example of starting up @value{GDBN} with annotations is:
18529
18530 @smallexample
18531 $ @kbd{gdb --annotate=3}
18532 GNU gdb 6.0
18533 Copyright 2003 Free Software Foundation, Inc.
18534 GDB is free software, covered by the GNU General Public License,
18535 and you are welcome to change it and/or distribute copies of it
18536 under certain conditions.
18537 Type "show copying" to see the conditions.
18538 There is absolutely no warranty for GDB.  Type "show warranty"
18539 for details.
18540 This GDB was configured as "i386-pc-linux-gnu"
18541
18542 ^Z^Zpre-prompt
18543 (@value{GDBP})
18544 ^Z^Zprompt
18545 @kbd{quit}
18546
18547 ^Z^Zpost-prompt
18548 $
18549 @end smallexample
18550
18551 Here @samp{quit} is input to @value{GDBN}; the rest is output from
18552 @value{GDBN}.  The three lines beginning @samp{^Z^Z} (where @samp{^Z}
18553 denotes a @samp{control-z} character) are annotations; the rest is
18554 output from @value{GDBN}.
18555
18556 @node Server Prefix
18557 @section The Server Prefix
18558 @cindex server prefix for annotations
18559
18560 To issue a command to @value{GDBN} without affecting certain aspects of
18561 the state which is seen by users, prefix it with @samp{server }.  This
18562 means that this command will not affect the command history, nor will it
18563 affect @value{GDBN}'s notion of which command to repeat if @key{RET} is
18564 pressed on a line by itself.
18565
18566 The server prefix does not affect the recording of values into the value
18567 history; to print a value without recording it into the value history,
18568 use the @code{output} command instead of the @code{print} command.
18569
18570 @node Prompting
18571 @section Annotation for @value{GDBN} Input
18572
18573 @cindex annotations for prompts
18574 When @value{GDBN} prompts for input, it annotates this fact so it is possible
18575 to know when to send output, when the output from a given command is
18576 over, etc.
18577
18578 Different kinds of input each have a different @dfn{input type}.  Each
18579 input type has three annotations: a @code{pre-} annotation, which
18580 denotes the beginning of any prompt which is being output, a plain
18581 annotation, which denotes the end of the prompt, and then a @code{post-}
18582 annotation which denotes the end of any echo which may (or may not) be
18583 associated with the input.  For example, the @code{prompt} input type
18584 features the following annotations:
18585
18586 @smallexample
18587 ^Z^Zpre-prompt
18588 ^Z^Zprompt
18589 ^Z^Zpost-prompt
18590 @end smallexample
18591
18592 The input types are
18593
18594 @table @code
18595 @findex pre-prompt
18596 @findex prompt
18597 @findex post-prompt
18598 @item prompt
18599 When @value{GDBN} is prompting for a command (the main @value{GDBN} prompt).
18600
18601 @findex pre-commands
18602 @findex commands
18603 @findex post-commands
18604 @item commands
18605 When @value{GDBN} prompts for a set of commands, like in the @code{commands}
18606 command.  The annotations are repeated for each command which is input.
18607
18608 @findex pre-overload-choice
18609 @findex overload-choice
18610 @findex post-overload-choice
18611 @item overload-choice
18612 When @value{GDBN} wants the user to select between various overloaded functions.
18613
18614 @findex pre-query
18615 @findex query
18616 @findex post-query
18617 @item query
18618 When @value{GDBN} wants the user to confirm a potentially dangerous operation.
18619
18620 @findex pre-prompt-for-continue
18621 @findex prompt-for-continue
18622 @findex post-prompt-for-continue
18623 @item prompt-for-continue
18624 When @value{GDBN} is asking the user to press return to continue.  Note: Don't
18625 expect this to work well; instead use @code{set height 0} to disable
18626 prompting.  This is because the counting of lines is buggy in the
18627 presence of annotations.
18628 @end table
18629
18630 @node Errors
18631 @section Errors
18632 @cindex annotations for errors, warnings and interrupts
18633
18634 @findex quit
18635 @smallexample
18636 ^Z^Zquit
18637 @end smallexample
18638
18639 This annotation occurs right before @value{GDBN} responds to an interrupt.
18640
18641 @findex error
18642 @smallexample
18643 ^Z^Zerror
18644 @end smallexample
18645
18646 This annotation occurs right before @value{GDBN} responds to an error.
18647
18648 Quit and error annotations indicate that any annotations which @value{GDBN} was
18649 in the middle of may end abruptly.  For example, if a
18650 @code{value-history-begin} annotation is followed by a @code{error}, one
18651 cannot expect to receive the matching @code{value-history-end}.  One
18652 cannot expect not to receive it either, however; an error annotation
18653 does not necessarily mean that @value{GDBN} is immediately returning all the way
18654 to the top level.
18655
18656 @findex error-begin
18657 A quit or error annotation may be preceded by
18658
18659 @smallexample
18660 ^Z^Zerror-begin
18661 @end smallexample
18662
18663 Any output between that and the quit or error annotation is the error
18664 message.
18665
18666 Warning messages are not yet annotated.
18667 @c If we want to change that, need to fix warning(), type_error(),
18668 @c range_error(), and possibly other places.
18669
18670 @node Invalidation
18671 @section Invalidation Notices
18672
18673 @cindex annotations for invalidation messages
18674 The following annotations say that certain pieces of state may have
18675 changed.
18676
18677 @table @code
18678 @findex frames-invalid
18679 @item ^Z^Zframes-invalid
18680
18681 The frames (for example, output from the @code{backtrace} command) may
18682 have changed.
18683
18684 @findex breakpoints-invalid
18685 @item ^Z^Zbreakpoints-invalid
18686
18687 The breakpoints may have changed.  For example, the user just added or
18688 deleted a breakpoint.
18689 @end table
18690
18691 @node Annotations for Running
18692 @section Running the Program
18693 @cindex annotations for running programs
18694
18695 @findex starting
18696 @findex stopping
18697 When the program starts executing due to a @value{GDBN} command such as
18698 @code{step} or @code{continue},
18699
18700 @smallexample
18701 ^Z^Zstarting
18702 @end smallexample
18703
18704 is output.  When the program stops,
18705
18706 @smallexample
18707 ^Z^Zstopped
18708 @end smallexample
18709
18710 is output.  Before the @code{stopped} annotation, a variety of
18711 annotations describe how the program stopped.
18712
18713 @table @code
18714 @findex exited
18715 @item ^Z^Zexited @var{exit-status}
18716 The program exited, and @var{exit-status} is the exit status (zero for
18717 successful exit, otherwise nonzero).
18718
18719 @findex signalled
18720 @findex signal-name
18721 @findex signal-name-end
18722 @findex signal-string
18723 @findex signal-string-end
18724 @item ^Z^Zsignalled
18725 The program exited with a signal.  After the @code{^Z^Zsignalled}, the
18726 annotation continues:
18727
18728 @smallexample
18729 @var{intro-text}
18730 ^Z^Zsignal-name
18731 @var{name}
18732 ^Z^Zsignal-name-end
18733 @var{middle-text}
18734 ^Z^Zsignal-string
18735 @var{string}
18736 ^Z^Zsignal-string-end
18737 @var{end-text}
18738 @end smallexample
18739
18740 @noindent
18741 where @var{name} is the name of the signal, such as @code{SIGILL} or
18742 @code{SIGSEGV}, and @var{string} is the explanation of the signal, such
18743 as @code{Illegal Instruction} or @code{Segmentation fault}.
18744 @var{intro-text}, @var{middle-text}, and @var{end-text} are for the
18745 user's benefit and have no particular format.
18746
18747 @findex signal
18748 @item ^Z^Zsignal
18749 The syntax of this annotation is just like @code{signalled}, but @value{GDBN} is
18750 just saying that the program received the signal, not that it was
18751 terminated with it.
18752
18753 @findex breakpoint
18754 @item ^Z^Zbreakpoint @var{number}
18755 The program hit breakpoint number @var{number}.
18756
18757 @findex watchpoint
18758 @item ^Z^Zwatchpoint @var{number}
18759 The program hit watchpoint number @var{number}.
18760 @end table
18761
18762 @node Source Annotations
18763 @section Displaying Source
18764 @cindex annotations for source display
18765
18766 @findex source
18767 The following annotation is used instead of displaying source code:
18768
18769 @smallexample
18770 ^Z^Zsource @var{filename}:@var{line}:@var{character}:@var{middle}:@var{addr}
18771 @end smallexample
18772
18773 where @var{filename} is an absolute file name indicating which source
18774 file, @var{line} is the line number within that file (where 1 is the
18775 first line in the file), @var{character} is the character position
18776 within the file (where 0 is the first character in the file) (for most
18777 debug formats this will necessarily point to the beginning of a line),
18778 @var{middle} is @samp{middle} if @var{addr} is in the middle of the
18779 line, or @samp{beg} if @var{addr} is at the beginning of the line, and
18780 @var{addr} is the address in the target program associated with the
18781 source which is being displayed.  @var{addr} is in the form @samp{0x}
18782 followed by one or more lowercase hex digits (note that this does not
18783 depend on the language).
18784
18785 @node GDB Bugs
18786 @chapter Reporting Bugs in @value{GDBN}
18787 @cindex bugs in @value{GDBN}
18788 @cindex reporting bugs in @value{GDBN}
18789
18790 Your bug reports play an essential role in making @value{GDBN} reliable.
18791
18792 Reporting a bug may help you by bringing a solution to your problem, or it
18793 may not.  But in any case the principal function of a bug report is to help
18794 the entire community by making the next version of @value{GDBN} work better.  Bug
18795 reports are your contribution to the maintenance of @value{GDBN}.
18796
18797 In order for a bug report to serve its purpose, you must include the
18798 information that enables us to fix the bug.
18799
18800 @menu
18801 * Bug Criteria::                Have you found a bug?
18802 * Bug Reporting::               How to report bugs
18803 @end menu
18804
18805 @node Bug Criteria
18806 @section Have you found a bug?
18807 @cindex bug criteria
18808
18809 If you are not sure whether you have found a bug, here are some guidelines:
18810
18811 @itemize @bullet
18812 @cindex fatal signal
18813 @cindex debugger crash
18814 @cindex crash of debugger
18815 @item
18816 If the debugger gets a fatal signal, for any input whatever, that is a
18817 @value{GDBN} bug.  Reliable debuggers never crash.
18818
18819 @cindex error on valid input
18820 @item
18821 If @value{GDBN} produces an error message for valid input, that is a
18822 bug.  (Note that if you're cross debugging, the problem may also be
18823 somewhere in the connection to the target.)
18824
18825 @cindex invalid input
18826 @item
18827 If @value{GDBN} does not produce an error message for invalid input,
18828 that is a bug.  However, you should note that your idea of
18829 ``invalid input'' might be our idea of ``an extension'' or ``support
18830 for traditional practice''.
18831
18832 @item
18833 If you are an experienced user of debugging tools, your suggestions
18834 for improvement of @value{GDBN} are welcome in any case.
18835 @end itemize
18836
18837 @node Bug Reporting
18838 @section How to report bugs
18839 @cindex bug reports
18840 @cindex @value{GDBN} bugs, reporting
18841
18842 A number of companies and individuals offer support for @sc{gnu} products.
18843 If you obtained @value{GDBN} from a support organization, we recommend you
18844 contact that organization first.
18845
18846 You can find contact information for many support companies and
18847 individuals in the file @file{etc/SERVICE} in the @sc{gnu} Emacs
18848 distribution.
18849 @c should add a web page ref...
18850
18851 In any event, we also recommend that you submit bug reports for
18852 @value{GDBN}.  The prefered method is to submit them directly using
18853 @uref{http://www.gnu.org/software/gdb/bugs/, @value{GDBN}'s Bugs web
18854 page}.  Alternatively, the @email{bug-gdb@@gnu.org, e-mail gateway} can
18855 be used.
18856
18857 @strong{Do not send bug reports to @samp{info-gdb}, or to
18858 @samp{help-gdb}, or to any newsgroups.}  Most users of @value{GDBN} do
18859 not want to receive bug reports.  Those that do have arranged to receive
18860 @samp{bug-gdb}.
18861
18862 The mailing list @samp{bug-gdb} has a newsgroup @samp{gnu.gdb.bug} which
18863 serves as a repeater.  The mailing list and the newsgroup carry exactly
18864 the same messages.  Often people think of posting bug reports to the
18865 newsgroup instead of mailing them.  This appears to work, but it has one
18866 problem which can be crucial: a newsgroup posting often lacks a mail
18867 path back to the sender.  Thus, if we need to ask for more information,
18868 we may be unable to reach you.  For this reason, it is better to send
18869 bug reports to the mailing list.
18870
18871 The fundamental principle of reporting bugs usefully is this:
18872 @strong{report all the facts}.  If you are not sure whether to state a
18873 fact or leave it out, state it!
18874
18875 Often people omit facts because they think they know what causes the
18876 problem and assume that some details do not matter.  Thus, you might
18877 assume that the name of the variable you use in an example does not matter.
18878 Well, probably it does not, but one cannot be sure.  Perhaps the bug is a
18879 stray memory reference which happens to fetch from the location where that
18880 name is stored in memory; perhaps, if the name were different, the contents
18881 of that location would fool the debugger into doing the right thing despite
18882 the bug.  Play it safe and give a specific, complete example.  That is the
18883 easiest thing for you to do, and the most helpful.
18884
18885 Keep in mind that the purpose of a bug report is to enable us to fix the
18886 bug.  It may be that the bug has been reported previously, but neither
18887 you nor we can know that unless your bug report is complete and
18888 self-contained.
18889
18890 Sometimes people give a few sketchy facts and ask, ``Does this ring a
18891 bell?''  Those bug reports are useless, and we urge everyone to
18892 @emph{refuse to respond to them} except to chide the sender to report
18893 bugs properly.
18894
18895 To enable us to fix the bug, you should include all these things:
18896
18897 @itemize @bullet
18898 @item
18899 The version of @value{GDBN}.  @value{GDBN} announces it if you start
18900 with no arguments; you can also print it at any time using @code{show
18901 version}.
18902
18903 Without this, we will not know whether there is any point in looking for
18904 the bug in the current version of @value{GDBN}.
18905
18906 @item
18907 The type of machine you are using, and the operating system name and
18908 version number.
18909
18910 @item
18911 What compiler (and its version) was used to compile @value{GDBN}---e.g.
18912 ``@value{GCC}--2.8.1''.
18913
18914 @item
18915 What compiler (and its version) was used to compile the program you are
18916 debugging---e.g.  ``@value{GCC}--2.8.1'', or ``HP92453-01 A.10.32.03 HP
18917 C Compiler''.  For GCC, you can say @code{gcc --version} to get this
18918 information; for other compilers, see the documentation for those
18919 compilers.
18920
18921 @item
18922 The command arguments you gave the compiler to compile your example and
18923 observe the bug.  For example, did you use @samp{-O}?  To guarantee
18924 you will not omit something important, list them all.  A copy of the
18925 Makefile (or the output from make) is sufficient.
18926
18927 If we were to try to guess the arguments, we would probably guess wrong
18928 and then we might not encounter the bug.
18929
18930 @item
18931 A complete input script, and all necessary source files, that will
18932 reproduce the bug.
18933
18934 @item
18935 A description of what behavior you observe that you believe is
18936 incorrect.  For example, ``It gets a fatal signal.''
18937
18938 Of course, if the bug is that @value{GDBN} gets a fatal signal, then we
18939 will certainly notice it.  But if the bug is incorrect output, we might
18940 not notice unless it is glaringly wrong.  You might as well not give us
18941 a chance to make a mistake.
18942
18943 Even if the problem you experience is a fatal signal, you should still
18944 say so explicitly.  Suppose something strange is going on, such as, your
18945 copy of @value{GDBN} is out of synch, or you have encountered a bug in
18946 the C library on your system.  (This has happened!)  Your copy might
18947 crash and ours would not.  If you told us to expect a crash, then when
18948 ours fails to crash, we would know that the bug was not happening for
18949 us.  If you had not told us to expect a crash, then we would not be able
18950 to draw any conclusion from our observations.
18951
18952 @pindex script
18953 @cindex recording a session script
18954 To collect all this information, you can use a session recording program
18955 such as @command{script}, which is available on many Unix systems.
18956 Just run your @value{GDBN} session inside @command{script} and then
18957 include the @file{typescript} file with your bug report.
18958
18959 Another way to record a @value{GDBN} session is to run @value{GDBN}
18960 inside Emacs and then save the entire buffer to a file.
18961
18962 @item
18963 If you wish to suggest changes to the @value{GDBN} source, send us context
18964 diffs.  If you even discuss something in the @value{GDBN} source, refer to
18965 it by context, not by line number.
18966
18967 The line numbers in our development sources will not match those in your
18968 sources.  Your line numbers would convey no useful information to us.
18969
18970 @end itemize
18971
18972 Here are some things that are not necessary:
18973
18974 @itemize @bullet
18975 @item
18976 A description of the envelope of the bug.
18977
18978 Often people who encounter a bug spend a lot of time investigating
18979 which changes to the input file will make the bug go away and which
18980 changes will not affect it.
18981
18982 This is often time consuming and not very useful, because the way we
18983 will find the bug is by running a single example under the debugger
18984 with breakpoints, not by pure deduction from a series of examples.
18985 We recommend that you save your time for something else.
18986
18987 Of course, if you can find a simpler example to report @emph{instead}
18988 of the original one, that is a convenience for us.  Errors in the
18989 output will be easier to spot, running under the debugger will take
18990 less time, and so on.
18991
18992 However, simplification is not vital; if you do not want to do this,
18993 report the bug anyway and send us the entire test case you used.
18994
18995 @item
18996 A patch for the bug.
18997
18998 A patch for the bug does help us if it is a good one.  But do not omit
18999 the necessary information, such as the test case, on the assumption that
19000 a patch is all we need.  We might see problems with your patch and decide
19001 to fix the problem another way, or we might not understand it at all.
19002
19003 Sometimes with a program as complicated as @value{GDBN} it is very hard to
19004 construct an example that will make the program follow a certain path
19005 through the code.  If you do not send us the example, we will not be able
19006 to construct one, so we will not be able to verify that the bug is fixed.
19007
19008 And if we cannot understand what bug you are trying to fix, or why your
19009 patch should be an improvement, we will not install it.  A test case will
19010 help us to understand.
19011
19012 @item
19013 A guess about what the bug is or what it depends on.
19014
19015 Such guesses are usually wrong.  Even we cannot guess right about such
19016 things without first using the debugger to find the facts.
19017 @end itemize
19018
19019 @c The readline documentation is distributed with the readline code
19020 @c and consists of the two following files:
19021 @c     rluser.texinfo
19022 @c     inc-hist.texinfo
19023 @c Use -I with makeinfo to point to the appropriate directory,
19024 @c environment var TEXINPUTS with TeX.
19025 @include rluser.texinfo
19026 @include inc-hist.texinfo
19027
19028
19029 @node Formatting Documentation
19030 @appendix Formatting Documentation
19031
19032 @cindex @value{GDBN} reference card
19033 @cindex reference card
19034 The @value{GDBN} 4 release includes an already-formatted reference card, ready
19035 for printing with PostScript or Ghostscript, in the @file{gdb}
19036 subdirectory of the main source directory@footnote{In
19037 @file{gdb-@value{GDBVN}/gdb/refcard.ps} of the version @value{GDBVN}
19038 release.}.  If you can use PostScript or Ghostscript with your printer,
19039 you can print the reference card immediately with @file{refcard.ps}.
19040
19041 The release also includes the source for the reference card.  You
19042 can format it, using @TeX{}, by typing:
19043
19044 @smallexample
19045 make refcard.dvi
19046 @end smallexample
19047
19048 The @value{GDBN} reference card is designed to print in @dfn{landscape}
19049 mode on US ``letter'' size paper;
19050 that is, on a sheet 11 inches wide by 8.5 inches
19051 high.  You will need to specify this form of printing as an option to
19052 your @sc{dvi} output program.
19053
19054 @cindex documentation
19055
19056 All the documentation for @value{GDBN} comes as part of the machine-readable
19057 distribution.  The documentation is written in Texinfo format, which is
19058 a documentation system that uses a single source file to produce both
19059 on-line information and a printed manual.  You can use one of the Info
19060 formatting commands to create the on-line version of the documentation
19061 and @TeX{} (or @code{texi2roff}) to typeset the printed version.
19062
19063 @value{GDBN} includes an already formatted copy of the on-line Info
19064 version of this manual in the @file{gdb} subdirectory.  The main Info
19065 file is @file{gdb-@value{GDBVN}/gdb/gdb.info}, and it refers to
19066 subordinate files matching @samp{gdb.info*} in the same directory.  If
19067 necessary, you can print out these files, or read them with any editor;
19068 but they are easier to read using the @code{info} subsystem in @sc{gnu}
19069 Emacs or the standalone @code{info} program, available as part of the
19070 @sc{gnu} Texinfo distribution.
19071
19072 If you want to format these Info files yourself, you need one of the
19073 Info formatting programs, such as @code{texinfo-format-buffer} or
19074 @code{makeinfo}.
19075
19076 If you have @code{makeinfo} installed, and are in the top level
19077 @value{GDBN} source directory (@file{gdb-@value{GDBVN}}, in the case of
19078 version @value{GDBVN}), you can make the Info file by typing:
19079
19080 @smallexample
19081 cd gdb
19082 make gdb.info
19083 @end smallexample
19084
19085 If you want to typeset and print copies of this manual, you need @TeX{},
19086 a program to print its @sc{dvi} output files, and @file{texinfo.tex}, the
19087 Texinfo definitions file.
19088
19089 @TeX{} is a typesetting program; it does not print files directly, but
19090 produces output files called @sc{dvi} files.  To print a typeset
19091 document, you need a program to print @sc{dvi} files.  If your system
19092 has @TeX{} installed, chances are it has such a program.  The precise
19093 command to use depends on your system; @kbd{lpr -d} is common; another
19094 (for PostScript devices) is @kbd{dvips}.  The @sc{dvi} print command may
19095 require a file name without any extension or a @samp{.dvi} extension.
19096
19097 @TeX{} also requires a macro definitions file called
19098 @file{texinfo.tex}.  This file tells @TeX{} how to typeset a document
19099 written in Texinfo format.  On its own, @TeX{} cannot either read or
19100 typeset a Texinfo file.  @file{texinfo.tex} is distributed with GDB
19101 and is located in the @file{gdb-@var{version-number}/texinfo}
19102 directory.
19103
19104 If you have @TeX{} and a @sc{dvi} printer program installed, you can
19105 typeset and print this manual.  First switch to the the @file{gdb}
19106 subdirectory of the main source directory (for example, to
19107 @file{gdb-@value{GDBVN}/gdb}) and type:
19108
19109 @smallexample
19110 make gdb.dvi
19111 @end smallexample
19112
19113 Then give @file{gdb.dvi} to your @sc{dvi} printing program.
19114
19115 @node Installing GDB
19116 @appendix Installing @value{GDBN}
19117 @cindex configuring @value{GDBN}
19118 @cindex installation
19119 @cindex configuring @value{GDBN}, and source tree subdirectories
19120
19121 @value{GDBN} comes with a @code{configure} script that automates the process
19122 of preparing @value{GDBN} for installation; you can then use @code{make} to
19123 build the @code{gdb} program.
19124 @iftex
19125 @c irrelevant in info file; it's as current as the code it lives with.
19126 @footnote{If you have a more recent version of @value{GDBN} than @value{GDBVN},
19127 look at the @file{README} file in the sources; we may have improved the
19128 installation procedures since publishing this manual.}
19129 @end iftex
19130
19131 The @value{GDBN} distribution includes all the source code you need for
19132 @value{GDBN} in a single directory, whose name is usually composed by
19133 appending the version number to @samp{gdb}.
19134
19135 For example, the @value{GDBN} version @value{GDBVN} distribution is in the
19136 @file{gdb-@value{GDBVN}} directory.  That directory contains:
19137
19138 @table @code
19139 @item gdb-@value{GDBVN}/configure @r{(and supporting files)}
19140 script for configuring @value{GDBN} and all its supporting libraries
19141
19142 @item gdb-@value{GDBVN}/gdb
19143 the source specific to @value{GDBN} itself
19144
19145 @item gdb-@value{GDBVN}/bfd
19146 source for the Binary File Descriptor library
19147
19148 @item gdb-@value{GDBVN}/include
19149 @sc{gnu} include files
19150
19151 @item gdb-@value{GDBVN}/libiberty
19152 source for the @samp{-liberty} free software library
19153
19154 @item gdb-@value{GDBVN}/opcodes
19155 source for the library of opcode tables and disassemblers
19156
19157 @item gdb-@value{GDBVN}/readline
19158 source for the @sc{gnu} command-line interface
19159
19160 @item gdb-@value{GDBVN}/glob
19161 source for the @sc{gnu} filename pattern-matching subroutine
19162
19163 @item gdb-@value{GDBVN}/mmalloc
19164 source for the @sc{gnu} memory-mapped malloc package
19165 @end table
19166
19167 The simplest way to configure and build @value{GDBN} is to run @code{configure}
19168 from the @file{gdb-@var{version-number}} source directory, which in
19169 this example is the @file{gdb-@value{GDBVN}} directory.
19170
19171 First switch to the @file{gdb-@var{version-number}} source directory
19172 if you are not already in it; then run @code{configure}.  Pass the
19173 identifier for the platform on which @value{GDBN} will run as an
19174 argument.
19175
19176 For example:
19177
19178 @smallexample
19179 cd gdb-@value{GDBVN}
19180 ./configure @var{host}
19181 make
19182 @end smallexample
19183
19184 @noindent
19185 where @var{host} is an identifier such as @samp{sun4} or
19186 @samp{decstation}, that identifies the platform where @value{GDBN} will run.
19187 (You can often leave off @var{host}; @code{configure} tries to guess the
19188 correct value by examining your system.)
19189
19190 Running @samp{configure @var{host}} and then running @code{make} builds the
19191 @file{bfd}, @file{readline}, @file{mmalloc}, and @file{libiberty}
19192 libraries, then @code{gdb} itself.  The configured source files, and the
19193 binaries, are left in the corresponding source directories.
19194
19195 @need 750
19196 @code{configure} is a Bourne-shell (@code{/bin/sh}) script; if your
19197 system does not recognize this automatically when you run a different
19198 shell, you may need to run @code{sh} on it explicitly:
19199
19200 @smallexample
19201 sh configure @var{host}
19202 @end smallexample
19203
19204 If you run @code{configure} from a directory that contains source
19205 directories for multiple libraries or programs, such as the
19206 @file{gdb-@value{GDBVN}} source directory for version @value{GDBVN}, @code{configure}
19207 creates configuration files for every directory level underneath (unless
19208 you tell it not to, with the @samp{--norecursion} option).
19209
19210 You should run the @code{configure} script from the top directory in the
19211 source tree, the @file{gdb-@var{version-number}} directory.  If you run
19212 @code{configure} from one of the subdirectories, you will configure only
19213 that subdirectory.  That is usually not what you want.  In particular,
19214 if you run the first @code{configure} from the @file{gdb} subdirectory
19215 of the @file{gdb-@var{version-number}} directory, you will omit the
19216 configuration of @file{bfd}, @file{readline}, and other sibling
19217 directories of the @file{gdb} subdirectory.  This leads to build errors
19218 about missing include files such as @file{bfd/bfd.h}.
19219
19220 You can install @code{@value{GDBP}} anywhere; it has no hardwired paths.
19221 However, you should make sure that the shell on your path (named by
19222 the @samp{SHELL} environment variable) is publicly readable.  Remember
19223 that @value{GDBN} uses the shell to start your program---some systems refuse to
19224 let @value{GDBN} debug child processes whose programs are not readable.
19225
19226 @menu
19227 * Separate Objdir::             Compiling @value{GDBN} in another directory
19228 * Config Names::                Specifying names for hosts and targets
19229 * Configure Options::           Summary of options for configure
19230 @end menu
19231
19232 @node Separate Objdir
19233 @section Compiling @value{GDBN} in another directory
19234
19235 If you want to run @value{GDBN} versions for several host or target machines,
19236 you need a different @code{gdb} compiled for each combination of
19237 host and target.  @code{configure} is designed to make this easy by
19238 allowing you to generate each configuration in a separate subdirectory,
19239 rather than in the source directory.  If your @code{make} program
19240 handles the @samp{VPATH} feature (@sc{gnu} @code{make} does), running
19241 @code{make} in each of these directories builds the @code{gdb}
19242 program specified there.
19243
19244 To build @code{gdb} in a separate directory, run @code{configure}
19245 with the @samp{--srcdir} option to specify where to find the source.
19246 (You also need to specify a path to find @code{configure}
19247 itself from your working directory.  If the path to @code{configure}
19248 would be the same as the argument to @samp{--srcdir}, you can leave out
19249 the @samp{--srcdir} option; it is assumed.)
19250
19251 For example, with version @value{GDBVN}, you can build @value{GDBN} in a
19252 separate directory for a Sun 4 like this:
19253
19254 @smallexample
19255 @group
19256 cd gdb-@value{GDBVN}
19257 mkdir ../gdb-sun4
19258 cd ../gdb-sun4
19259 ../gdb-@value{GDBVN}/configure sun4
19260 make
19261 @end group
19262 @end smallexample
19263
19264 When @code{configure} builds a configuration using a remote source
19265 directory, it creates a tree for the binaries with the same structure
19266 (and using the same names) as the tree under the source directory.  In
19267 the example, you'd find the Sun 4 library @file{libiberty.a} in the
19268 directory @file{gdb-sun4/libiberty}, and @value{GDBN} itself in
19269 @file{gdb-sun4/gdb}.
19270
19271 Make sure that your path to the @file{configure} script has just one
19272 instance of @file{gdb} in it.  If your path to @file{configure} looks
19273 like @file{../gdb-@value{GDBVN}/gdb/configure}, you are configuring only
19274 one subdirectory of @value{GDBN}, not the whole package.  This leads to
19275 build errors about missing include files such as @file{bfd/bfd.h}.
19276
19277 One popular reason to build several @value{GDBN} configurations in separate
19278 directories is to configure @value{GDBN} for cross-compiling (where
19279 @value{GDBN} runs on one machine---the @dfn{host}---while debugging
19280 programs that run on another machine---the @dfn{target}).
19281 You specify a cross-debugging target by
19282 giving the @samp{--target=@var{target}} option to @code{configure}.
19283
19284 When you run @code{make} to build a program or library, you must run
19285 it in a configured directory---whatever directory you were in when you
19286 called @code{configure} (or one of its subdirectories).
19287
19288 The @code{Makefile} that @code{configure} generates in each source
19289 directory also runs recursively.  If you type @code{make} in a source
19290 directory such as @file{gdb-@value{GDBVN}} (or in a separate configured
19291 directory configured with @samp{--srcdir=@var{dirname}/gdb-@value{GDBVN}}), you
19292 will build all the required libraries, and then build GDB.
19293
19294 When you have multiple hosts or targets configured in separate
19295 directories, you can run @code{make} on them in parallel (for example,
19296 if they are NFS-mounted on each of the hosts); they will not interfere
19297 with each other.
19298
19299 @node Config Names
19300 @section Specifying names for hosts and targets
19301
19302 The specifications used for hosts and targets in the @code{configure}
19303 script are based on a three-part naming scheme, but some short predefined
19304 aliases are also supported.  The full naming scheme encodes three pieces
19305 of information in the following pattern:
19306
19307 @smallexample
19308 @var{architecture}-@var{vendor}-@var{os}
19309 @end smallexample
19310
19311 For example, you can use the alias @code{sun4} as a @var{host} argument,
19312 or as the value for @var{target} in a @code{--target=@var{target}}
19313 option.  The equivalent full name is @samp{sparc-sun-sunos4}.
19314
19315 The @code{configure} script accompanying @value{GDBN} does not provide
19316 any query facility to list all supported host and target names or
19317 aliases.  @code{configure} calls the Bourne shell script
19318 @code{config.sub} to map abbreviations to full names; you can read the
19319 script, if you wish, or you can use it to test your guesses on
19320 abbreviations---for example:
19321
19322 @smallexample
19323 % sh config.sub i386-linux
19324 i386-pc-linux-gnu
19325 % sh config.sub alpha-linux
19326 alpha-unknown-linux-gnu
19327 % sh config.sub hp9k700
19328 hppa1.1-hp-hpux
19329 % sh config.sub sun4
19330 sparc-sun-sunos4.1.1
19331 % sh config.sub sun3
19332 m68k-sun-sunos4.1.1
19333 % sh config.sub i986v
19334 Invalid configuration `i986v': machine `i986v' not recognized
19335 @end smallexample
19336
19337 @noindent
19338 @code{config.sub} is also distributed in the @value{GDBN} source
19339 directory (@file{gdb-@value{GDBVN}}, for version @value{GDBVN}).
19340
19341 @node Configure Options
19342 @section @code{configure} options
19343
19344 Here is a summary of the @code{configure} options and arguments that
19345 are most often useful for building @value{GDBN}.  @code{configure} also has
19346 several other options not listed here.  @inforef{What Configure
19347 Does,,configure.info}, for a full explanation of @code{configure}.
19348
19349 @smallexample
19350 configure @r{[}--help@r{]}
19351           @r{[}--prefix=@var{dir}@r{]}
19352           @r{[}--exec-prefix=@var{dir}@r{]}
19353           @r{[}--srcdir=@var{dirname}@r{]}
19354           @r{[}--norecursion@r{]} @r{[}--rm@r{]}
19355           @r{[}--target=@var{target}@r{]}
19356           @var{host}
19357 @end smallexample
19358
19359 @noindent
19360 You may introduce options with a single @samp{-} rather than
19361 @samp{--} if you prefer; but you may abbreviate option names if you use
19362 @samp{--}.
19363
19364 @table @code
19365 @item --help
19366 Display a quick summary of how to invoke @code{configure}.
19367
19368 @item --prefix=@var{dir}
19369 Configure the source to install programs and files under directory
19370 @file{@var{dir}}.
19371
19372 @item --exec-prefix=@var{dir}
19373 Configure the source to install programs under directory
19374 @file{@var{dir}}.
19375
19376 @c avoid splitting the warning from the explanation:
19377 @need 2000
19378 @item --srcdir=@var{dirname}
19379 @strong{Warning: using this option requires @sc{gnu} @code{make}, or another
19380 @code{make} that implements the @code{VPATH} feature.}@*
19381 Use this option to make configurations in directories separate from the
19382 @value{GDBN} source directories.  Among other things, you can use this to
19383 build (or maintain) several configurations simultaneously, in separate
19384 directories.  @code{configure} writes configuration specific files in
19385 the current directory, but arranges for them to use the source in the
19386 directory @var{dirname}.  @code{configure} creates directories under
19387 the working directory in parallel to the source directories below
19388 @var{dirname}.
19389
19390 @item --norecursion
19391 Configure only the directory level where @code{configure} is executed; do not
19392 propagate configuration to subdirectories.
19393
19394 @item --target=@var{target}
19395 Configure @value{GDBN} for cross-debugging programs running on the specified
19396 @var{target}.  Without this option, @value{GDBN} is configured to debug
19397 programs that run on the same machine (@var{host}) as @value{GDBN} itself.
19398
19399 There is no convenient way to generate a list of all available targets.
19400
19401 @item @var{host} @dots{}
19402 Configure @value{GDBN} to run on the specified @var{host}.
19403
19404 There is no convenient way to generate a list of all available hosts.
19405 @end table
19406
19407 There are many other options available as well, but they are generally
19408 needed for special purposes only.
19409
19410 @node Maintenance Commands
19411 @appendix Maintenance Commands
19412 @cindex maintenance commands
19413 @cindex internal commands
19414
19415 In addition to commands intended for @value{GDBN} users, @value{GDBN}
19416 includes a number of commands intended for @value{GDBN} developers.
19417 These commands are provided here for reference.
19418
19419 @table @code
19420 @kindex maint info breakpoints
19421 @item @anchor{maint info breakpoints}maint info breakpoints
19422 Using the same format as @samp{info breakpoints}, display both the
19423 breakpoints you've set explicitly, and those @value{GDBN} is using for
19424 internal purposes.  Internal breakpoints are shown with negative
19425 breakpoint numbers.  The type column identifies what kind of breakpoint
19426 is shown:
19427
19428 @table @code
19429 @item breakpoint
19430 Normal, explicitly set breakpoint.
19431
19432 @item watchpoint
19433 Normal, explicitly set watchpoint.
19434
19435 @item longjmp
19436 Internal breakpoint, used to handle correctly stepping through
19437 @code{longjmp} calls.
19438
19439 @item longjmp resume
19440 Internal breakpoint at the target of a @code{longjmp}.
19441
19442 @item until
19443 Temporary internal breakpoint used by the @value{GDBN} @code{until} command.
19444
19445 @item finish
19446 Temporary internal breakpoint used by the @value{GDBN} @code{finish} command.
19447
19448 @item shlib events
19449 Shared library events.
19450
19451 @end table
19452
19453 @kindex maint internal-error
19454 @kindex maint internal-warning
19455 @item maint internal-error
19456 @itemx maint internal-warning
19457 Cause @value{GDBN} to call the internal function @code{internal_error}
19458 or @code{internal_warning} and hence behave as though an internal error
19459 or internal warning has been detected.  In addition to reporting the
19460 internal problem, these functions give the user the opportunity to
19461 either quit @value{GDBN} or create a core file of the current
19462 @value{GDBN} session.
19463
19464 @smallexample
19465 (@value{GDBP}) @kbd{maint internal-error testing, 1, 2}
19466 @dots{}/maint.c:121: internal-error: testing, 1, 2
19467 A problem internal to GDB has been detected.  Further
19468 debugging may prove unreliable.
19469 Quit this debugging session? (y or n) @kbd{n}
19470 Create a core file? (y or n) @kbd{n}
19471 (@value{GDBP})
19472 @end smallexample
19473
19474 Takes an optional parameter that is used as the text of the error or
19475 warning message.
19476
19477 @kindex maint print dummy-frames
19478 @item maint print dummy-frames
19479
19480 Prints the contents of @value{GDBN}'s internal dummy-frame stack.
19481
19482 @smallexample
19483 (@value{GDBP}) @kbd{b add}
19484 @dots{}
19485 (@value{GDBP}) @kbd{print add(2,3)}
19486 Breakpoint 2, add (a=2, b=3) at @dots{}
19487 58        return (a + b);
19488 The program being debugged stopped while in a function called from GDB.
19489 @dots{}
19490 (@value{GDBP}) @kbd{maint print dummy-frames}
19491 0x1a57c80: pc=0x01014068 fp=0x0200bddc sp=0x0200bdd6
19492  top=0x0200bdd4 id=@{stack=0x200bddc,code=0x101405c@}
19493  call_lo=0x01014000 call_hi=0x01014001
19494 (@value{GDBP})
19495 @end smallexample
19496
19497 Takes an optional file parameter.
19498
19499 @kindex maint print registers
19500 @kindex maint print raw-registers
19501 @kindex maint print cooked-registers
19502 @kindex maint print register-groups
19503 @item maint print registers
19504 @itemx maint print raw-registers
19505 @itemx maint print cooked-registers
19506 @itemx maint print register-groups
19507 Print @value{GDBN}'s internal register data structures.
19508
19509 The command @code{maint print raw-registers} includes the contents of
19510 the raw register cache; the command @code{maint print cooked-registers}
19511 includes the (cooked) value of all registers; and the command
19512 @code{maint print register-groups} includes the groups that each
19513 register is a member of.  @xref{Registers,, Registers, gdbint,
19514 @value{GDBN} Internals}.
19515
19516 Takes an optional file parameter.
19517
19518 @kindex maint print reggroups
19519 @item maint print reggroups
19520 Print @value{GDBN}'s internal register group data structures.
19521
19522 Takes an optional file parameter.
19523
19524 @smallexample
19525 (@value{GDBP}) @kbd{maint print reggroups}
19526  Group      Type
19527  general    user
19528  float      user
19529  all        user
19530  vector     user
19531  system     user
19532  save       internal
19533  restore    internal
19534 @end smallexample
19535
19536 @kindex maint set profile
19537 @kindex maint show profile
19538 @cindex profiling GDB
19539 @item maint set profile
19540 @itemx maint show profile
19541 Control profiling of @value{GDBN}.
19542
19543 Profiling will be disabled until you use the @samp{maint set profile}
19544 command to enable it.  When you enable profiling, the system will begin
19545 collecting timing and execution count data; when you disable profiling or
19546 exit @value{GDBN}, the results will be written to a log file.  Remember that
19547 if you use profiling, @value{GDBN} will overwrite the profiling log file
19548 (often called @file{gmon.out}).  If you have a record of important profiling
19549 data in a @file{gmon.out} file, be sure to move it to a safe location.
19550
19551 Configuring with @samp{--enable-profiling} arranges for @value{GDBN} to be
19552 compiled with the @samp{-pg} compiler option.
19553
19554 @end table
19555
19556
19557 @node Remote Protocol
19558 @appendix @value{GDBN} Remote Serial Protocol
19559
19560 @menu
19561 * Overview::
19562 * Packets::
19563 * Stop Reply Packets::
19564 * General Query Packets::
19565 * Register Packet Format::
19566 * Examples::
19567 * File-I/O remote protocol extension::
19568 @end menu
19569
19570 @node Overview
19571 @section Overview
19572
19573 There may be occasions when you need to know something about the
19574 protocol---for example, if there is only one serial port to your target
19575 machine, you might want your program to do something special if it
19576 recognizes a packet meant for @value{GDBN}.
19577
19578 In the examples below, @samp{->} and @samp{<-} are used to indicate
19579 transmitted and received data respectfully.
19580
19581 @cindex protocol, @value{GDBN} remote serial
19582 @cindex serial protocol, @value{GDBN} remote
19583 @cindex remote serial protocol
19584 All @value{GDBN} commands and responses (other than acknowledgments) are
19585 sent as a @var{packet}.  A @var{packet} is introduced with the character
19586 @samp{$}, the actual @var{packet-data}, and the terminating character
19587 @samp{#} followed by a two-digit @var{checksum}:
19588
19589 @smallexample
19590 @code{$}@var{packet-data}@code{#}@var{checksum}
19591 @end smallexample
19592 @noindent
19593
19594 @cindex checksum, for @value{GDBN} remote
19595 @noindent
19596 The two-digit @var{checksum} is computed as the modulo 256 sum of all
19597 characters between the leading @samp{$} and the trailing @samp{#} (an
19598 eight bit unsigned checksum).
19599
19600 Implementors should note that prior to @value{GDBN} 5.0 the protocol
19601 specification also included an optional two-digit @var{sequence-id}:
19602
19603 @smallexample
19604 @code{$}@var{sequence-id}@code{:}@var{packet-data}@code{#}@var{checksum}
19605 @end smallexample
19606
19607 @cindex sequence-id, for @value{GDBN} remote
19608 @noindent
19609 That @var{sequence-id} was appended to the acknowledgment.  @value{GDBN}
19610 has never output @var{sequence-id}s.  Stubs that handle packets added
19611 since @value{GDBN} 5.0 must not accept @var{sequence-id}.
19612
19613 @cindex acknowledgment, for @value{GDBN} remote
19614 When either the host or the target machine receives a packet, the first
19615 response expected is an acknowledgment: either @samp{+} (to indicate
19616 the package was received correctly) or @samp{-} (to request
19617 retransmission):
19618
19619 @smallexample
19620 -> @code{$}@var{packet-data}@code{#}@var{checksum}
19621 <- @code{+}
19622 @end smallexample
19623 @noindent
19624
19625 The host (@value{GDBN}) sends @var{command}s, and the target (the
19626 debugging stub incorporated in your program) sends a @var{response}.  In
19627 the case of step and continue @var{command}s, the response is only sent
19628 when the operation has completed (the target has again stopped).
19629
19630 @var{packet-data} consists of a sequence of characters with the
19631 exception of @samp{#} and @samp{$} (see @samp{X} packet for additional
19632 exceptions).
19633
19634 Fields within the packet should be separated using @samp{,} @samp{;} or
19635 @cindex remote protocol, field separator
19636 @samp{:}.  Except where otherwise noted all numbers are represented in
19637 @sc{hex} with leading zeros suppressed.
19638
19639 Implementors should note that prior to @value{GDBN} 5.0, the character
19640 @samp{:} could not appear as the third character in a packet (as it
19641 would potentially conflict with the @var{sequence-id}).
19642
19643 Response @var{data} can be run-length encoded to save space.  A @samp{*}
19644 means that the next character is an @sc{ascii} encoding giving a repeat count
19645 which stands for that many repetitions of the character preceding the
19646 @samp{*}.  The encoding is @code{n+29}, yielding a printable character
19647 where @code{n >=3} (which is where rle starts to win).  The printable
19648 characters @samp{$}, @samp{#}, @samp{+} and @samp{-} or with a numeric
19649 value greater than 126 should not be used.
19650
19651 So:
19652 @smallexample
19653 "@code{0* }"
19654 @end smallexample
19655 @noindent
19656 means the same as "0000".
19657
19658 The error response returned for some packets includes a two character
19659 error number.  That number is not well defined.
19660
19661 For any @var{command} not supported by the stub, an empty response
19662 (@samp{$#00}) should be returned.  That way it is possible to extend the
19663 protocol.  A newer @value{GDBN} can tell if a packet is supported based
19664 on that response.
19665
19666 A stub is required to support the @samp{g}, @samp{G}, @samp{m}, @samp{M},
19667 @samp{c}, and @samp{s} @var{command}s.  All other @var{command}s are
19668 optional.
19669
19670 @node Packets
19671 @section Packets
19672
19673 The following table provides a complete list of all currently defined
19674 @var{command}s and their corresponding response @var{data}.
19675
19676 @table @r
19677
19678 @item @code{!} --- extended mode
19679 @cindex @code{!} packet
19680
19681 Enable extended mode.  In extended mode, the remote server is made
19682 persistent.  The @samp{R} packet is used to restart the program being
19683 debugged.
19684
19685 Reply:
19686 @table @samp
19687 @item OK
19688 The remote target both supports and has enabled extended mode.
19689 @end table
19690
19691 @item @code{?} --- last signal
19692 @cindex @code{?} packet
19693
19694 Indicate the reason the target halted.  The reply is the same as for
19695 step and continue.
19696
19697 Reply:
19698 @xref{Stop Reply Packets}, for the reply specifications.
19699
19700 @item @code{a} --- reserved
19701
19702 Reserved for future use.
19703
19704 @item @code{A}@var{arglen}@code{,}@var{argnum}@code{,}@var{arg}@code{,@dots{}} ---  set program arguments @strong{(reserved)}
19705 @cindex @code{A} packet
19706
19707 Initialized @samp{argv[]} array passed into program. @var{arglen}
19708 specifies the number of bytes in the hex encoded byte stream @var{arg}.
19709 See @code{gdbserver} for more details.
19710
19711 Reply:
19712 @table @samp
19713 @item OK
19714 @item E@var{NN}
19715 @end table
19716
19717 @item @code{b}@var{baud} --- set baud @strong{(deprecated)}
19718 @cindex @code{b} packet
19719
19720 Change the serial line speed to @var{baud}.
19721
19722 JTC: @emph{When does the transport layer state change?  When it's
19723 received, or after the ACK is transmitted.  In either case, there are
19724 problems if the command or the acknowledgment packet is dropped.}
19725
19726 Stan: @emph{If people really wanted to add something like this, and get
19727 it working for the first time, they ought to modify ser-unix.c to send
19728 some kind of out-of-band message to a specially-setup stub and have the
19729 switch happen "in between" packets, so that from remote protocol's point
19730 of view, nothing actually happened.}
19731
19732 @item @code{B}@var{addr},@var{mode} --- set breakpoint @strong{(deprecated)}
19733 @cindex @code{B} packet
19734
19735 Set (@var{mode} is @samp{S}) or clear (@var{mode} is @samp{C}) a
19736 breakpoint at @var{addr}.
19737
19738 This packet has been replaced by the @samp{Z} and @samp{z} packets
19739 (@pxref{insert breakpoint or watchpoint packet}).
19740
19741 @item @code{c}@var{addr} --- continue
19742 @cindex @code{c} packet
19743
19744 @var{addr} is address to resume.  If @var{addr} is omitted, resume at
19745 current address.
19746
19747 Reply:
19748 @xref{Stop Reply Packets}, for the reply specifications.
19749
19750 @item @code{C}@var{sig}@code{;}@var{addr} --- continue with signal
19751 @cindex @code{C} packet
19752
19753 Continue with signal @var{sig} (hex signal number).  If
19754 @code{;}@var{addr} is omitted, resume at same address.
19755
19756 Reply:
19757 @xref{Stop Reply Packets}, for the reply specifications.
19758
19759 @item @code{d} --- toggle debug @strong{(deprecated)}
19760 @cindex @code{d} packet
19761
19762 Toggle debug flag.
19763
19764 @item @code{D} --- detach
19765 @cindex @code{D} packet
19766
19767 Detach @value{GDBN} from the remote system.  Sent to the remote target
19768 before @value{GDBN} disconnects via the @code{detach} command.
19769
19770 Reply:
19771 @table @samp
19772 @item @emph{no response}
19773 @value{GDBN} does not check for any response after sending this packet.
19774 @end table
19775
19776 @item @code{e} --- reserved
19777
19778 Reserved for future use.
19779
19780 @item @code{E} --- reserved
19781
19782 Reserved for future use.
19783
19784 @item @code{f} --- reserved
19785
19786 Reserved for future use.
19787
19788 @item @code{F}@var{RC}@code{,}@var{EE}@code{,}@var{CF}@code{;}@var{XX} --- Reply to target's F packet.
19789 @cindex @code{F} packet
19790
19791 This packet is send by @value{GDBN} as reply to a @code{F} request packet
19792 sent by the target.  This is part of the File-I/O protocol extension.
19793 @xref{File-I/O remote protocol extension}, for the specification.
19794
19795 @item @code{g} --- read registers
19796 @anchor{read registers packet}
19797 @cindex @code{g} packet
19798
19799 Read general registers.
19800
19801 Reply:
19802 @table @samp
19803 @item @var{XX@dots{}}
19804 Each byte of register data is described by two hex digits.  The bytes
19805 with the register are transmitted in target byte order.  The size of
19806 each register and their position within the @samp{g} @var{packet} are
19807 determined by the @value{GDBN} internal macros
19808 @var{DEPRECATED_REGISTER_RAW_SIZE} and @var{REGISTER_NAME} macros.  The
19809 specification of several standard @code{g} packets is specified below.
19810 @item E@var{NN}
19811 for an error.
19812 @end table
19813
19814 @item @code{G}@var{XX@dots{}} --- write regs
19815 @cindex @code{G} packet
19816
19817 @xref{read registers packet}, for a description of the @var{XX@dots{}}
19818 data.
19819
19820 Reply:
19821 @table @samp
19822 @item OK
19823 for success
19824 @item E@var{NN}
19825 for an error
19826 @end table
19827
19828 @item @code{h} --- reserved
19829
19830 Reserved for future use.
19831
19832 @item @code{H}@var{c}@var{t@dots{}} --- set thread
19833 @cindex @code{H} packet
19834
19835 Set thread for subsequent operations (@samp{m}, @samp{M}, @samp{g},
19836 @samp{G}, et.al.).  @var{c} depends on the operation to be performed: it
19837 should be @samp{c} for step and continue operations, @samp{g} for other
19838 operations.  The thread designator @var{t@dots{}} may be -1, meaning all
19839 the threads, a thread number, or zero which means pick any thread.
19840
19841 Reply:
19842 @table @samp
19843 @item OK
19844 for success
19845 @item E@var{NN}
19846 for an error
19847 @end table
19848
19849 @c FIXME: JTC:
19850 @c   'H': How restrictive (or permissive) is the thread model.  If a
19851 @c        thread is selected and stopped, are other threads allowed
19852 @c        to continue to execute?  As I mentioned above, I think the
19853 @c        semantics of each command when a thread is selected must be
19854 @c        described.  For example:
19855 @c
19856 @c        'g':    If the stub supports threads and a specific thread is
19857 @c                selected, returns the register block from that thread;
19858 @c                otherwise returns current registers.
19859 @c
19860 @c        'G'     If the stub supports threads and a specific thread is
19861 @c                selected, sets the registers of the register block of
19862 @c                that thread; otherwise sets current registers.
19863
19864 @item @code{i}@var{addr}@code{,}@var{nnn} --- cycle step @strong{(draft)}
19865 @anchor{cycle step packet}
19866 @cindex @code{i} packet
19867
19868 Step the remote target by a single clock cycle.  If @code{,}@var{nnn} is
19869 present, cycle step @var{nnn} cycles.  If @var{addr} is present, cycle
19870 step starting at that address.
19871
19872 @item @code{I} --- signal then cycle step @strong{(reserved)}
19873 @cindex @code{I} packet
19874
19875 @xref{step with signal packet}.  @xref{cycle step packet}.
19876
19877 @item @code{j} --- reserved
19878
19879 Reserved for future use.
19880
19881 @item @code{J} --- reserved
19882
19883 Reserved for future use.
19884
19885 @item @code{k} --- kill request
19886 @cindex @code{k} packet
19887
19888 FIXME: @emph{There is no description of how to operate when a specific
19889 thread context has been selected (i.e.@: does 'k' kill only that
19890 thread?)}.
19891
19892 @item @code{K} --- reserved
19893
19894 Reserved for future use.
19895
19896 @item @code{l} --- reserved
19897
19898 Reserved for future use.
19899
19900 @item @code{L} --- reserved
19901
19902 Reserved for future use.
19903
19904 @item @code{m}@var{addr}@code{,}@var{length} --- read memory
19905 @cindex @code{m} packet
19906
19907 Read @var{length} bytes of memory starting at address @var{addr}.
19908 Neither @value{GDBN} nor the stub assume that sized memory transfers are
19909 assumed using word aligned accesses. FIXME: @emph{A word aligned memory
19910 transfer mechanism is needed.}
19911
19912 Reply:
19913 @table @samp
19914 @item @var{XX@dots{}}
19915 @var{XX@dots{}} is mem contents. Can be fewer bytes than requested if able
19916 to read only part of the data.  Neither @value{GDBN} nor the stub assume
19917 that sized memory transfers are assumed using word aligned
19918 accesses. FIXME: @emph{A word aligned memory transfer mechanism is
19919 needed.}
19920 @item E@var{NN}
19921 @var{NN} is errno
19922 @end table
19923
19924 @item @code{M}@var{addr},@var{length}@code{:}@var{XX@dots{}} --- write mem
19925 @cindex @code{M} packet
19926
19927 Write @var{length} bytes of memory starting at address @var{addr}.
19928 @var{XX@dots{}} is the data.
19929
19930 Reply:
19931 @table @samp
19932 @item OK
19933 for success
19934 @item E@var{NN}
19935 for an error (this includes the case where only part of the data was
19936 written).
19937 @end table
19938
19939 @item @code{n} --- reserved
19940
19941 Reserved for future use.
19942
19943 @item @code{N} --- reserved
19944
19945 Reserved for future use.
19946
19947 @item @code{o} --- reserved
19948
19949 Reserved for future use.
19950
19951 @item @code{O} --- reserved
19952
19953 Reserved for future use.
19954
19955 @item @code{p}@var{n@dots{}} --- read reg @strong{(reserved)}
19956 @cindex @code{p} packet
19957
19958 @xref{write register packet}.
19959
19960 Reply:
19961 @table @samp
19962 @item @var{r@dots{}.}
19963 The hex encoded value of the register in target byte order.
19964 @end table
19965
19966 @item @code{P}@var{n@dots{}}@code{=}@var{r@dots{}} --- write register
19967 @anchor{write register packet}
19968 @cindex @code{P} packet
19969
19970 Write register @var{n@dots{}} with value @var{r@dots{}}, which contains two hex
19971 digits for each byte in the register (target byte order).
19972
19973 Reply:
19974 @table @samp
19975 @item OK
19976 for success
19977 @item E@var{NN}
19978 for an error
19979 @end table
19980
19981 @item @code{q}@var{query} --- general query
19982 @anchor{general query packet}
19983 @cindex @code{q} packet
19984
19985 Request info about @var{query}.  In general @value{GDBN} queries have a
19986 leading upper case letter.  Custom vendor queries should use a company
19987 prefix (in lower case) ex: @samp{qfsf.var}.  @var{query} may optionally
19988 be followed by a @samp{,} or @samp{;} separated list.  Stubs must ensure
19989 that they match the full @var{query} name.
19990
19991 Reply:
19992 @table @samp
19993 @item @var{XX@dots{}}
19994 Hex encoded data from query.  The reply can not be empty.
19995 @item E@var{NN}
19996 error reply
19997 @item
19998 Indicating an unrecognized @var{query}.
19999 @end table
20000
20001 @item @code{Q}@var{var}@code{=}@var{val} --- general set
20002 @cindex @code{Q} packet
20003
20004 Set value of @var{var} to @var{val}.
20005
20006 @xref{general query packet}, for a discussion of naming conventions.
20007
20008 @item @code{r} --- reset @strong{(deprecated)}
20009 @cindex @code{r} packet
20010
20011 Reset the entire system.
20012
20013 @item @code{R}@var{XX} --- remote restart
20014 @cindex @code{R} packet
20015
20016 Restart the program being debugged.  @var{XX}, while needed, is ignored.
20017 This packet is only available in extended mode.
20018
20019 Reply:
20020 @table @samp
20021 @item @emph{no reply}
20022 The @samp{R} packet has no reply.
20023 @end table
20024
20025 @item @code{s}@var{addr} --- step
20026 @cindex @code{s} packet
20027
20028 @var{addr} is address to resume.  If @var{addr} is omitted, resume at
20029 same address.
20030
20031 Reply:
20032 @xref{Stop Reply Packets}, for the reply specifications.
20033
20034 @item @code{S}@var{sig}@code{;}@var{addr} --- step with signal
20035 @anchor{step with signal packet}
20036 @cindex @code{S} packet
20037
20038 Like @samp{C} but step not continue.
20039
20040 Reply:
20041 @xref{Stop Reply Packets}, for the reply specifications.
20042
20043 @item @code{t}@var{addr}@code{:}@var{PP}@code{,}@var{MM} --- search
20044 @cindex @code{t} packet
20045
20046 Search backwards starting at address @var{addr} for a match with pattern
20047 @var{PP} and mask @var{MM}.  @var{PP} and @var{MM} are 4 bytes.
20048 @var{addr} must be at least 3 digits.
20049
20050 @item @code{T}@var{XX} --- thread alive
20051 @cindex @code{T} packet
20052
20053 Find out if the thread XX is alive.
20054
20055 Reply:
20056 @table @samp
20057 @item OK
20058 thread is still alive
20059 @item E@var{NN}
20060 thread is dead
20061 @end table
20062
20063 @item @code{u} --- reserved
20064
20065 Reserved for future use.
20066
20067 @item @code{U} --- reserved
20068
20069 Reserved for future use.
20070
20071 @item @code{v} --- verbose packet prefix
20072
20073 Packets starting with @code{v} are identified by a multi-letter name,
20074 up to the first @code{;} or @code{?} (or the end of the packet).
20075
20076 @item @code{vCont}[;@var{action}[@code{:}@var{tid}]]... --- extended resume
20077 @cindex @code{vCont} packet
20078
20079 Resume the inferior.  Different actions may be specified for each thread.
20080 If an action is specified with no @var{tid}, then it is applied to any
20081 threads that don't have a specific action specified; if no default action is
20082 specified then other threads should remain stopped.  Specifying multiple
20083 default actions is an error; specifying no actions is also an error.
20084 Thread IDs are specified in hexadecimal.  Currently supported actions are:
20085
20086 @table @code
20087 @item c
20088 Continue.
20089 @item C@var{sig}
20090 Continue with signal @var{sig}.  @var{sig} should be two hex digits.
20091 @item s
20092 Step.
20093 @item S@var{sig}
20094 Step with signal @var{sig}.  @var{sig} should be two hex digits.
20095 @end table
20096
20097 The optional @var{addr} argument normally associated with these packets is
20098 not supported in @code{vCont}.
20099
20100 Reply:
20101 @xref{Stop Reply Packets}, for the reply specifications.
20102
20103 @item @code{vCont?} --- extended resume query
20104 @cindex @code{vCont?} packet
20105
20106 Query support for the @code{vCont} packet.
20107
20108 Reply:
20109 @table @samp
20110 @item @code{vCont}[;@var{action}]...
20111 The @code{vCont} packet is supported.  Each @var{action} is a supported
20112 command in the @code{vCont} packet.
20113 @item
20114 The @code{vCont} packet is not supported.
20115 @end table
20116
20117 @item @code{V} --- reserved
20118
20119 Reserved for future use.
20120
20121 @item @code{w} --- reserved
20122
20123 Reserved for future use.
20124
20125 @item @code{W} --- reserved
20126
20127 Reserved for future use.
20128
20129 @item @code{x} --- reserved
20130
20131 Reserved for future use.
20132
20133 @item @code{X}@var{addr}@code{,}@var{length}@var{:}@var{XX@dots{}} --- write mem (binary)
20134 @cindex @code{X} packet
20135
20136 @var{addr} is address, @var{length} is number of bytes, @var{XX@dots{}}
20137 is binary data.  The characters @code{$}, @code{#}, and @code{0x7d} are
20138 escaped using @code{0x7d}.
20139
20140 Reply:
20141 @table @samp
20142 @item OK
20143 for success
20144 @item E@var{NN}
20145 for an error
20146 @end table
20147
20148 @item @code{y} --- reserved
20149
20150 Reserved for future use.
20151
20152 @item @code{Y} reserved
20153
20154 Reserved for future use.
20155
20156 @item @code{z}@var{type}@code{,}@var{addr}@code{,}@var{length} --- remove breakpoint or watchpoint @strong{(draft)}
20157 @itemx @code{Z}@var{type}@code{,}@var{addr}@code{,}@var{length} --- insert breakpoint or watchpoint @strong{(draft)}
20158 @anchor{insert breakpoint or watchpoint packet}
20159 @cindex @code{z} packet
20160 @cindex @code{Z} packets
20161
20162 Insert (@code{Z}) or remove (@code{z}) a @var{type} breakpoint or
20163 watchpoint starting at address @var{address} and covering the next
20164 @var{length} bytes.
20165
20166 Each breakpoint and watchpoint packet @var{type} is documented
20167 separately.
20168
20169 @emph{Implementation notes: A remote target shall return an empty string
20170 for an unrecognized breakpoint or watchpoint packet @var{type}.  A
20171 remote target shall support either both or neither of a given
20172 @code{Z}@var{type}@dots{} and @code{z}@var{type}@dots{} packet pair.  To
20173 avoid potential problems with duplicate packets, the operations should
20174 be implemented in an idempotent way.}
20175
20176 @item @code{z}@code{0}@code{,}@var{addr}@code{,}@var{length} --- remove memory breakpoint @strong{(draft)}
20177 @item @code{Z}@code{0}@code{,}@var{addr}@code{,}@var{length} --- insert memory breakpoint @strong{(draft)}
20178 @cindex @code{z0} packet
20179 @cindex @code{Z0} packet
20180
20181 Insert (@code{Z0}) or remove (@code{z0}) a memory breakpoint at address
20182 @code{addr} of size @code{length}.
20183
20184 A memory breakpoint is implemented by replacing the instruction at
20185 @var{addr} with a software breakpoint or trap instruction.  The
20186 @code{length} is used by targets that indicates the size of the
20187 breakpoint (in bytes) that should be inserted (e.g., the @sc{arm} and
20188 @sc{mips} can insert either a 2 or 4 byte breakpoint).
20189
20190 @emph{Implementation note: It is possible for a target to copy or move
20191 code that contains memory breakpoints (e.g., when implementing
20192 overlays).  The behavior of this packet, in the presence of such a
20193 target, is not defined.}
20194
20195 Reply:
20196 @table @samp
20197 @item OK
20198 success
20199 @item
20200 not supported
20201 @item E@var{NN}
20202 for an error
20203 @end table
20204
20205 @item @code{z}@code{1}@code{,}@var{addr}@code{,}@var{length} --- remove hardware breakpoint @strong{(draft)}
20206 @item @code{Z}@code{1}@code{,}@var{addr}@code{,}@var{length} --- insert hardware breakpoint @strong{(draft)}
20207 @cindex @code{z1} packet
20208 @cindex @code{Z1} packet
20209
20210 Insert (@code{Z1}) or remove (@code{z1}) a hardware breakpoint at
20211 address @code{addr} of size @code{length}.
20212
20213 A hardware breakpoint is implemented using a mechanism that is not
20214 dependant on being able to modify the target's memory.
20215
20216 @emph{Implementation note: A hardware breakpoint is not affected by code
20217 movement.}
20218
20219 Reply:
20220 @table @samp
20221 @item OK
20222 success
20223 @item
20224 not supported
20225 @item E@var{NN}
20226 for an error
20227 @end table
20228
20229 @item @code{z}@code{2}@code{,}@var{addr}@code{,}@var{length} --- remove write watchpoint @strong{(draft)}
20230 @item @code{Z}@code{2}@code{,}@var{addr}@code{,}@var{length} --- insert write watchpoint @strong{(draft)}
20231 @cindex @code{z2} packet
20232 @cindex @code{Z2} packet
20233
20234 Insert (@code{Z2}) or remove (@code{z2}) a write watchpoint.
20235
20236 Reply:
20237 @table @samp
20238 @item OK
20239 success
20240 @item
20241 not supported
20242 @item E@var{NN}
20243 for an error
20244 @end table
20245
20246 @item @code{z}@code{3}@code{,}@var{addr}@code{,}@var{length} --- remove read watchpoint @strong{(draft)}
20247 @item @code{Z}@code{3}@code{,}@var{addr}@code{,}@var{length} --- insert read watchpoint @strong{(draft)}
20248 @cindex @code{z3} packet
20249 @cindex @code{Z3} packet
20250
20251 Insert (@code{Z3}) or remove (@code{z3}) a read watchpoint.
20252
20253 Reply:
20254 @table @samp
20255 @item OK
20256 success
20257 @item
20258 not supported
20259 @item E@var{NN}
20260 for an error
20261 @end table
20262
20263 @item @code{z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- remove access watchpoint @strong{(draft)}
20264 @item @code{Z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- insert access watchpoint @strong{(draft)}
20265 @cindex @code{z4} packet
20266 @cindex @code{Z4} packet
20267
20268 Insert (@code{Z4}) or remove (@code{z4}) an access watchpoint.
20269
20270 Reply:
20271 @table @samp
20272 @item OK
20273 success
20274 @item
20275 not supported
20276 @item E@var{NN}
20277 for an error
20278 @end table
20279
20280 @end table
20281
20282 @node Stop Reply Packets
20283 @section Stop Reply Packets
20284 @cindex stop reply packets
20285
20286 The @samp{C}, @samp{c}, @samp{S}, @samp{s} and @samp{?} packets can
20287 receive any of the below as a reply.  In the case of the @samp{C},
20288 @samp{c}, @samp{S} and @samp{s} packets, that reply is only returned
20289 when the target halts.  In the below the exact meaning of @samp{signal
20290 number} is poorly defined.  In general one of the UNIX signal numbering
20291 conventions is used.
20292
20293 @table @samp
20294
20295 @item S@var{AA}
20296 @var{AA} is the signal number
20297
20298 @item @code{T}@var{AA}@var{n...}@code{:}@var{r...}@code{;}@var{n...}@code{:}@var{r...}@code{;}@var{n...}@code{:}@var{r...}@code{;}
20299 @cindex @code{T} packet reply
20300
20301 @var{AA} = two hex digit signal number; @var{n...} = register number
20302 (hex), @var{r...}  = target byte ordered register contents, size defined
20303 by @code{DEPRECATED_REGISTER_RAW_SIZE}; @var{n...} = @samp{thread},
20304 @var{r...} = thread process ID, this is a hex integer; @var{n...} =
20305 (@samp{watch} | @samp{rwatch} | @samp{awatch}, @var{r...} = data
20306 address, this is a hex integer; @var{n...} = other string not starting
20307 with valid hex digit.  @value{GDBN} should ignore this @var{n...},
20308 @var{r...} pair and go on to the next.  This way we can extend the
20309 protocol.
20310
20311 @item W@var{AA}
20312
20313 The process exited, and @var{AA} is the exit status.  This is only
20314 applicable to certain targets.
20315
20316 @item X@var{AA}
20317
20318 The process terminated with signal @var{AA}.
20319
20320 @item O@var{XX@dots{}}
20321
20322 @var{XX@dots{}} is hex encoding of @sc{ascii} data.  This can happen at
20323 any time while the program is running and the debugger should continue
20324 to wait for @samp{W}, @samp{T}, etc.
20325
20326 @item F@var{call-id}@code{,}@var{parameter@dots{}}
20327
20328 @var{call-id} is the identifier which says which host system call should
20329 be called.  This is just the name of the function.  Translation into the
20330 correct system call is only applicable as it's defined in @value{GDBN}.
20331 @xref{File-I/O remote protocol extension}, for a list of implemented
20332 system calls.
20333
20334 @var{parameter@dots{}} is a list of parameters as defined for this very
20335 system call.
20336
20337 The target replies with this packet when it expects @value{GDBN} to call
20338 a host system call on behalf of the target.  @value{GDBN} replies with
20339 an appropriate @code{F} packet and keeps up waiting for the next reply
20340 packet from the target.  The latest @samp{C}, @samp{c}, @samp{S} or
20341 @samp{s} action is expected to be continued.
20342 @xref{File-I/O remote protocol extension}, for more details.
20343
20344 @end table
20345
20346 @node General Query Packets
20347 @section General Query Packets
20348
20349 The following set and query packets have already been defined.
20350
20351 @table @r
20352
20353 @item @code{q}@code{C} --- current thread
20354
20355 Return the current thread id.
20356
20357 Reply:
20358 @table @samp
20359 @item @code{QC}@var{pid}
20360 Where @var{pid} is a HEX encoded 16 bit process id.
20361 @item *
20362 Any other reply implies the old pid.
20363 @end table
20364
20365 @item @code{q}@code{fThreadInfo} -- all thread ids
20366
20367 @code{q}@code{sThreadInfo}
20368
20369 Obtain a list of active thread ids from the target (OS).  Since there
20370 may be too many active threads to fit into one reply packet, this query
20371 works iteratively: it may require more than one query/reply sequence to
20372 obtain the entire list of threads.  The first query of the sequence will
20373 be the @code{qf}@code{ThreadInfo} query; subsequent queries in the
20374 sequence will be the @code{qs}@code{ThreadInfo} query.
20375
20376 NOTE: replaces the @code{qL} query (see below).
20377
20378 Reply:
20379 @table @samp
20380 @item @code{m}@var{id}
20381 A single thread id
20382 @item @code{m}@var{id},@var{id}@dots{}
20383 a comma-separated list of thread ids
20384 @item @code{l}
20385 (lower case 'el') denotes end of list.
20386 @end table
20387
20388 In response to each query, the target will reply with a list of one or
20389 more thread ids, in big-endian hex, separated by commas.  @value{GDBN}
20390 will respond to each reply with a request for more thread ids (using the
20391 @code{qs} form of the query), until the target responds with @code{l}
20392 (lower-case el, for @code{'last'}).
20393
20394 @item @code{q}@code{ThreadExtraInfo}@code{,}@var{id} --- extra thread info
20395
20396 Where @var{id} is a thread-id in big-endian hex.  Obtain a printable
20397 string description of a thread's attributes from the target OS.  This
20398 string may contain anything that the target OS thinks is interesting for
20399 @value{GDBN} to tell the user about the thread.  The string is displayed
20400 in @value{GDBN}'s @samp{info threads} display.  Some examples of
20401 possible thread extra info strings are ``Runnable'', or ``Blocked on
20402 Mutex''.
20403
20404 Reply:
20405 @table @samp
20406 @item @var{XX@dots{}}
20407 Where @var{XX@dots{}} is a hex encoding of @sc{ascii} data, comprising
20408 the printable string containing the extra information about the thread's
20409 attributes.
20410 @end table
20411
20412 @item @code{q}@code{L}@var{startflag}@var{threadcount}@var{nextthread} --- query @var{LIST} or @var{threadLIST} @strong{(deprecated)}
20413
20414 Obtain thread information from RTOS.  Where: @var{startflag} (one hex
20415 digit) is one to indicate the first query and zero to indicate a
20416 subsequent query; @var{threadcount} (two hex digits) is the maximum
20417 number of threads the response packet can contain; and @var{nextthread}
20418 (eight hex digits), for subsequent queries (@var{startflag} is zero), is
20419 returned in the response as @var{argthread}.
20420
20421 NOTE: this query is replaced by the @code{q}@code{fThreadInfo} query
20422 (see above).
20423
20424 Reply:
20425 @table @samp
20426 @item @code{q}@code{M}@var{count}@var{done}@var{argthread}@var{thread@dots{}}
20427 Where: @var{count} (two hex digits) is the number of threads being
20428 returned; @var{done} (one hex digit) is zero to indicate more threads
20429 and one indicates no further threads; @var{argthreadid} (eight hex
20430 digits) is @var{nextthread} from the request packet; @var{thread@dots{}}
20431 is a sequence of thread IDs from the target.  @var{threadid} (eight hex
20432 digits).  See @code{remote.c:parse_threadlist_response()}.
20433 @end table
20434
20435 @item @code{q}@code{CRC:}@var{addr}@code{,}@var{length} --- compute CRC of memory block
20436
20437 Reply:
20438 @table @samp
20439 @item @code{E}@var{NN}
20440 An error (such as memory fault)
20441 @item @code{C}@var{CRC32}
20442 A 32 bit cyclic redundancy check of the specified memory region.
20443 @end table
20444
20445 @item @code{q}@code{Offsets} --- query sect offs
20446
20447 Get section offsets that the target used when re-locating the downloaded
20448 image.  @emph{Note: while a @code{Bss} offset is included in the
20449 response, @value{GDBN} ignores this and instead applies the @code{Data}
20450 offset to the @code{Bss} section.}
20451
20452 Reply:
20453 @table @samp
20454 @item @code{Text=}@var{xxx}@code{;Data=}@var{yyy}@code{;Bss=}@var{zzz}
20455 @end table
20456
20457 @item @code{q}@code{P}@var{mode}@var{threadid} --- thread info request
20458
20459 Returns information on @var{threadid}.  Where: @var{mode} is a hex
20460 encoded 32 bit mode; @var{threadid} is a hex encoded 64 bit thread ID.
20461
20462 Reply:
20463 @table @samp
20464 @item *
20465 @end table
20466
20467 See @code{remote.c:remote_unpack_thread_info_response()}.
20468
20469 @item @code{q}@code{Rcmd,}@var{command} --- remote command
20470
20471 @var{command} (hex encoded) is passed to the local interpreter for
20472 execution.  Invalid commands should be reported using the output string.
20473 Before the final result packet, the target may also respond with a
20474 number of intermediate @code{O}@var{output} console output packets.
20475 @emph{Implementors should note that providing access to a stubs's
20476 interpreter may have security implications}.
20477
20478 Reply:
20479 @table @samp
20480 @item OK
20481 A command response with no output.
20482 @item @var{OUTPUT}
20483 A command response with the hex encoded output string @var{OUTPUT}.
20484 @item @code{E}@var{NN}
20485 Indicate a badly formed request.
20486 @item @samp{}
20487 When @samp{q}@samp{Rcmd} is not recognized.
20488 @end table
20489
20490 @item @code{qSymbol::} --- symbol lookup
20491
20492 Notify the target that @value{GDBN} is prepared to serve symbol lookup
20493 requests.  Accept requests from the target for the values of symbols.
20494
20495 Reply:
20496 @table @samp
20497 @item @code{OK}
20498 The target does not need to look up any (more) symbols.
20499 @item @code{qSymbol:}@var{sym_name}
20500 The target requests the value of symbol @var{sym_name} (hex encoded).
20501 @value{GDBN} may provide the value by using the
20502 @code{qSymbol:}@var{sym_value}:@var{sym_name} message, described below.
20503 @end table
20504
20505 @item @code{qSymbol:}@var{sym_value}:@var{sym_name} --- symbol value
20506
20507 Set the value of @var{sym_name} to @var{sym_value}.
20508
20509 @var{sym_name} (hex encoded) is the name of a symbol whose value the
20510 target has previously requested.
20511
20512 @var{sym_value} (hex) is the value for symbol @var{sym_name}.  If
20513 @value{GDBN} cannot supply a value for @var{sym_name}, then this field
20514 will be empty.
20515
20516 Reply:
20517 @table @samp
20518 @item @code{OK}
20519 The target does not need to look up any (more) symbols.
20520 @item @code{qSymbol:}@var{sym_name}
20521 The target requests the value of a new symbol @var{sym_name} (hex
20522 encoded).  @value{GDBN} will continue to supply the values of symbols
20523 (if available), until the target ceases to request them.
20524 @end table
20525
20526 @item @code{qPart}:@var{object}:@code{read}:@var{annex}:@var{offset},@var{length} --- read special data
20527
20528 Read uninterpreted bytes from the target's special data area
20529 identified by the keyword @code{object}.
20530 Request @var{length} bytes starting at @var{offset} bytes into the data.
20531 The content and encoding of @var{annex} is specific to the object;
20532 it can supply additional details about what data to access.
20533
20534 Here are the specific requests of this form defined so far.
20535 All @samp{@code{qPart}:@var{object}:@code{read}:@dots{}}
20536 requests use the same reply formats, listed below.
20537
20538 @table @asis
20539 @item @code{qPart}:@code{auxv}:@code{read}::@var{offset},@var{length}
20540 Access the target's @dfn{auxiliary vector}.  @xref{Auxiliary Vector}.
20541 Note @var{annex} must be empty.
20542 @end table
20543
20544 Reply:
20545 @table @asis
20546 @item @code{OK}
20547 The @var{offset} in the request is at the end of the data.
20548 There is no more data to be read.
20549
20550 @item @var{XX@dots{}}
20551 Hex encoded data bytes read.
20552 This may be fewer bytes than the @var{length} in the request.
20553
20554 @item @code{E00}
20555 The request was malformed, or @var{annex} was invalid.
20556
20557 @item @code{E}@var{nn}
20558 The offset was invalid, or there was an error encountered reading the data.
20559 @var{nn} is a hex-encoded @code{errno} value.
20560
20561 @item @code{""} (empty)
20562 An empty reply indicates the @var{object} or @var{annex} string was not
20563 recognized by the stub.
20564 @end table
20565
20566 @item @code{qPart}:@var{object}:@code{write}:@var{annex}:@var{offset}:@var{data@dots{}}
20567
20568 Write uninterpreted bytes into the target's special data area
20569 identified by the keyword @code{object},
20570 starting at @var{offset} bytes into the data.
20571 @var{data@dots{}} is the hex-encoded data to be written.
20572 The content and encoding of @var{annex} is specific to the object;
20573 it can supply additional details about what data to access.
20574
20575 No requests of this form are presently in use.  This specification
20576 serves as a placeholder to document the common format that new
20577 specific request specifications ought to use.
20578
20579 Reply:
20580 @table @asis
20581 @item @var{nn}
20582 @var{nn} (hex encoded) is the number of bytes written.
20583 This may be fewer bytes than supplied in the request.
20584
20585 @item @code{E00}
20586 The request was malformed, or @var{annex} was invalid.
20587
20588 @item @code{E}@var{nn}
20589 The offset was invalid, or there was an error encountered writing the data.
20590 @var{nn} is a hex-encoded @code{errno} value.
20591
20592 @item @code{""} (empty)
20593 An empty reply indicates the @var{object} or @var{annex} string was not
20594 recognized by the stub, or that the object does not support writing.
20595 @end table
20596
20597 @item @code{qPart}:@var{object}:@var{operation}:@dots{}
20598 Requests of this form may be added in the future.  When a stub does
20599 not recognize the @var{object} keyword, or its support for
20600 @var{object} does not recognize the @var{operation} keyword,
20601 the stub must respond with an empty packet.
20602 @end table
20603
20604 @node Register Packet Format
20605 @section Register Packet Format
20606
20607 The following @samp{g}/@samp{G} packets have previously been defined.
20608 In the below, some thirty-two bit registers are transferred as
20609 sixty-four bits.  Those registers should be zero/sign extended (which?)
20610 to fill the space allocated.  Register bytes are transfered in target
20611 byte order.  The two nibbles within a register byte are transfered
20612 most-significant - least-significant.
20613
20614 @table @r
20615
20616 @item MIPS32
20617
20618 All registers are transfered as thirty-two bit quantities in the order:
20619 32 general-purpose; sr; lo; hi; bad; cause; pc; 32 floating-point
20620 registers; fsr; fir; fp.
20621
20622 @item MIPS64
20623
20624 All registers are transfered as sixty-four bit quantities (including
20625 thirty-two bit registers such as @code{sr}).  The ordering is the same
20626 as @code{MIPS32}.
20627
20628 @end table
20629
20630 @node Examples
20631 @section Examples
20632
20633 Example sequence of a target being re-started.  Notice how the restart
20634 does not get any direct output:
20635
20636 @smallexample
20637 -> @code{R00}
20638 <- @code{+}
20639 @emph{target restarts}
20640 -> @code{?}
20641 <- @code{+}
20642 <- @code{T001:1234123412341234}
20643 -> @code{+}
20644 @end smallexample
20645
20646 Example sequence of a target being stepped by a single instruction:
20647
20648 @smallexample
20649 -> @code{G1445@dots{}}
20650 <- @code{+}
20651 -> @code{s}
20652 <- @code{+}
20653 @emph{time passes}
20654 <- @code{T001:1234123412341234}
20655 -> @code{+}
20656 -> @code{g}
20657 <- @code{+}
20658 <- @code{1455@dots{}}
20659 -> @code{+}
20660 @end smallexample
20661
20662 @node File-I/O remote protocol extension
20663 @section File-I/O remote protocol extension
20664 @cindex File-I/O remote protocol extension
20665
20666 @menu
20667 * File-I/O Overview::
20668 * Protocol basics::
20669 * The F request packet::
20670 * The F reply packet::
20671 * Memory transfer::
20672 * The Ctrl-C message::
20673 * Console I/O::
20674 * The isatty call::
20675 * The system call::
20676 * List of supported calls::
20677 * Protocol specific representation of datatypes::
20678 * Constants::
20679 * File-I/O Examples::
20680 @end menu
20681
20682 @node File-I/O Overview
20683 @subsection File-I/O Overview
20684 @cindex file-i/o overview
20685
20686 The File I/O remote protocol extension (short: File-I/O) allows the
20687 target to use the hosts file system and console I/O when calling various
20688 system calls.  System calls on the target system are translated into a
20689 remote protocol packet to the host system which then performs the needed
20690 actions and returns with an adequate response packet to the target system.
20691 This simulates file system operations even on targets that lack file systems.
20692
20693 The protocol is defined host- and target-system independent.  It uses
20694 it's own independent representation of datatypes and values.  Both,
20695 @value{GDBN} and the target's @value{GDBN} stub are responsible for
20696 translating the system dependent values into the unified protocol values
20697 when data is transmitted.
20698
20699 The communication is synchronous.  A system call is possible only
20700 when GDB is waiting for the @samp{C}, @samp{c}, @samp{S} or @samp{s}
20701 packets.  While @value{GDBN} handles the request for a system call,
20702 the target is stopped to allow deterministic access to the target's
20703 memory.  Therefore File-I/O is not interuptible by target signals.  It
20704 is possible to interrupt File-I/O by a user interrupt (Ctrl-C), though.
20705
20706 The target's request to perform a host system call does not finish
20707 the latest @samp{C}, @samp{c}, @samp{S} or @samp{s} action.  That means,
20708 after finishing the system call, the target returns to continuing the
20709 previous activity (continue, step).  No additional continue or step
20710 request from @value{GDBN} is required.
20711
20712 @smallexample
20713 (@value{GDBP}) continue
20714   <- target requests 'system call X'
20715   target is stopped, @value{GDBN} executes system call
20716   -> GDB returns result
20717   ... target continues, GDB returns to wait for the target
20718   <- target hits breakpoint and sends a Txx packet
20719 @end smallexample
20720
20721 The protocol is only used for files on the host file system and
20722 for I/O on the console.  Character or block special devices, pipes,
20723 named pipes or sockets or any other communication method on the host
20724 system are not supported by this protocol.
20725
20726 @node Protocol basics
20727 @subsection Protocol basics
20728 @cindex protocol basics, file-i/o
20729
20730 The File-I/O protocol uses the @code{F} packet, as request as well
20731 as as reply packet.  Since a File-I/O system call can only occur when
20732 @value{GDBN} is waiting for the continuing or stepping target, the
20733 File-I/O request is a reply that @value{GDBN} has to expect as a result
20734 of a former @samp{C}, @samp{c}, @samp{S} or @samp{s} packet.
20735 This @code{F} packet contains all information needed to allow @value{GDBN}
20736 to call the appropriate host system call:
20737
20738 @itemize @bullet
20739 @item
20740 A unique identifier for the requested system call.
20741
20742 @item
20743 All parameters to the system call.  Pointers are given as addresses
20744 in the target memory address space.  Pointers to strings are given as
20745 pointer/length pair.  Numerical values are given as they are.
20746 Numerical control values are given in a protocol specific representation.
20747
20748 @end itemize
20749
20750 At that point @value{GDBN} has to perform the following actions.
20751
20752 @itemize @bullet
20753 @item
20754 If parameter pointer values are given, which point to data needed as input
20755 to a system call, @value{GDBN} requests this data from the target with a
20756 standard @code{m} packet request.  This additional communication has to be
20757 expected by the target implementation and is handled as any other @code{m}
20758 packet.
20759
20760 @item
20761 @value{GDBN} translates all value from protocol representation to host
20762 representation as needed.  Datatypes are coerced into the host types.
20763
20764 @item
20765 @value{GDBN} calls the system call
20766
20767 @item
20768 It then coerces datatypes back to protocol representation.
20769
20770 @item
20771 If pointer parameters in the request packet point to buffer space in which
20772 a system call is expected to copy data to, the data is transmitted to the
20773 target using a @code{M} or @code{X} packet.  This packet has to be expected
20774 by the target implementation and is handled as any other @code{M} or @code{X}
20775 packet.
20776
20777 @end itemize
20778
20779 Eventually @value{GDBN} replies with another @code{F} packet which contains all
20780 necessary information for the target to continue.  This at least contains
20781
20782 @itemize @bullet
20783 @item
20784 Return value.
20785
20786 @item
20787 @code{errno}, if has been changed by the system call.
20788
20789 @item
20790 ``Ctrl-C'' flag.
20791
20792 @end itemize
20793
20794 After having done the needed type and value coercion, the target continues
20795 the latest continue or step action.
20796
20797 @node The F request packet
20798 @subsection The @code{F} request packet
20799 @cindex file-i/o request packet
20800 @cindex @code{F} request packet
20801
20802 The @code{F} request packet has the following format:
20803
20804 @table @samp
20805
20806 @smallexample
20807 @code{F}@var{call-id}@code{,}@var{parameter@dots{}}
20808 @end smallexample
20809
20810 @var{call-id} is the identifier to indicate the host system call to be called.
20811 This is just the name of the function.
20812
20813 @var{parameter@dots{}} are the parameters to the system call.
20814
20815 @end table
20816
20817 Parameters are hexadecimal integer values, either the real values in case
20818 of scalar datatypes, as pointers to target buffer space in case of compound
20819 datatypes and unspecified memory areas or as pointer/length pairs in case
20820 of string parameters.  These are appended to the call-id, each separated
20821 from its predecessor by a comma.  All values are transmitted in ASCII
20822 string representation, pointer/length pairs separated by a slash.
20823
20824 @node The F reply packet
20825 @subsection The @code{F} reply packet
20826 @cindex file-i/o reply packet
20827 @cindex @code{F} reply packet
20828
20829 The @code{F} reply packet has the following format:
20830
20831 @table @samp
20832
20833 @smallexample
20834 @code{F}@var{retcode}@code{,}@var{errno}@code{,}@var{Ctrl-C flag}@code{;}@var{call specific attachment}
20835 @end smallexample
20836
20837 @var{retcode} is the return code of the system call as hexadecimal value.
20838
20839 @var{errno} is the errno set by the call, in protocol specific representation.
20840 This parameter can be omitted if the call was successful.
20841
20842 @var{Ctrl-C flag} is only send if the user requested a break.  In this
20843 case, @var{errno} must be send as well, even if the call was successful.
20844 The @var{Ctrl-C flag} itself consists of the character 'C':
20845
20846 @smallexample
20847 F0,0,C
20848 @end smallexample
20849
20850 @noindent
20851 or, if the call was interupted before the host call has been performed:
20852
20853 @smallexample
20854 F-1,4,C
20855 @end smallexample
20856
20857 @noindent
20858 assuming 4 is the protocol specific representation of @code{EINTR}.
20859
20860 @end table
20861
20862 @node Memory transfer
20863 @subsection Memory transfer
20864 @cindex memory transfer, in file-i/o protocol
20865
20866 Structured data which is transferred using a memory read or write as e.g.@:
20867 a @code{struct stat} is expected to be in a protocol specific format with
20868 all scalar multibyte datatypes being big endian.  This should be done by
20869 the target before the @code{F} packet is sent resp.@: by @value{GDBN} before
20870 it transfers memory to the target.  Transferred pointers to structured
20871 data should point to the already coerced data at any time.
20872
20873 @node The Ctrl-C message
20874 @subsection The Ctrl-C message
20875 @cindex ctrl-c message, in file-i/o protocol
20876
20877 A special case is, if the @var{Ctrl-C flag} is set in the @value{GDBN}
20878 reply packet.  In this case the target should behave, as if it had
20879 gotten a break message.  The meaning for the target is ``system call
20880 interupted by @code{SIGINT}''.  Consequentially, the target should actually stop
20881 (as with a break message) and return to @value{GDBN} with a @code{T02}
20882 packet.  In this case, it's important for the target to know, in which
20883 state the system call was interrupted.  Since this action is by design
20884 not an atomic operation, we have to differ between two cases:
20885
20886 @itemize @bullet
20887 @item
20888 The system call hasn't been performed on the host yet.
20889
20890 @item
20891 The system call on the host has been finished.
20892
20893 @end itemize
20894
20895 These two states can be distinguished by the target by the value of the
20896 returned @code{errno}.  If it's the protocol representation of @code{EINTR}, the system
20897 call hasn't been performed.  This is equivalent to the @code{EINTR} handling
20898 on POSIX systems.  In any other case, the target may presume that the
20899 system call has been finished --- successful or not --- and should behave
20900 as if the break message arrived right after the system call.
20901
20902 @value{GDBN} must behave reliable.  If the system call has not been called
20903 yet, @value{GDBN} may send the @code{F} reply immediately, setting @code{EINTR} as
20904 @code{errno} in the packet.  If the system call on the host has been finished
20905 before the user requests a break, the full action must be finshed by
20906 @value{GDBN}.  This requires sending @code{M} or @code{X} packets as they fit.
20907 The @code{F} packet may only be send when either nothing has happened
20908 or the full action has been completed.
20909
20910 @node Console I/O
20911 @subsection Console I/O
20912 @cindex console i/o as part of file-i/o
20913
20914 By default and if not explicitely closed by the target system, the file
20915 descriptors 0, 1 and 2 are connected to the @value{GDBN} console.  Output
20916 on the @value{GDBN} console is handled as any other file output operation
20917 (@code{write(1, @dots{})} or @code{write(2, @dots{})}).  Console input is handled
20918 by @value{GDBN} so that after the target read request from file descriptor
20919 0 all following typing is buffered until either one of the following
20920 conditions is met:
20921
20922 @itemize @bullet
20923 @item
20924 The user presses @kbd{Ctrl-C}.  The behaviour is as explained above, the
20925 @code{read}
20926 system call is treated as finished.
20927
20928 @item
20929 The user presses @kbd{Enter}.  This is treated as end of input with a trailing
20930 line feed.
20931
20932 @item
20933 The user presses @kbd{Ctrl-D}.  This is treated as end of input.  No trailing
20934 character, especially no Ctrl-D is appended to the input.
20935
20936 @end itemize
20937
20938 If the user has typed more characters as fit in the buffer given to
20939 the read call, the trailing characters are buffered in @value{GDBN} until
20940 either another @code{read(0, @dots{})} is requested by the target or debugging
20941 is stopped on users request.
20942
20943 @node The isatty call
20944 @subsection The isatty(3) call
20945 @cindex isatty call, file-i/o protocol
20946
20947 A special case in this protocol is the library call @code{isatty} which
20948 is implemented as it's own call inside of this protocol.  It returns
20949 1 to the target if the file descriptor given as parameter is attached
20950 to the @value{GDBN} console, 0 otherwise.  Implementing through system calls
20951 would require implementing @code{ioctl} and would be more complex than
20952 needed.
20953
20954 @node The system call
20955 @subsection The system(3) call
20956 @cindex system call, file-i/o protocol
20957
20958 The other special case in this protocol is the @code{system} call which
20959 is implemented as it's own call, too.  @value{GDBN} is taking over the full
20960 task of calling the necessary host calls to perform the @code{system}
20961 call.  The return value of @code{system} is simplified before it's returned
20962 to the target.  Basically, the only signal transmitted back is @code{EINTR}
20963 in case the user pressed @kbd{Ctrl-C}.  Otherwise the return value consists
20964 entirely of the exit status of the called command.
20965
20966 Due to security concerns, the @code{system} call is refused to be called
20967 by @value{GDBN} by default.  The user has to allow this call explicitly by
20968 entering
20969
20970 @table @samp
20971 @kindex set remote system-call-allowed 1
20972 @item @code{set remote system-call-allowed 1}
20973 @end table
20974
20975 Disabling the @code{system} call is done by
20976
20977 @table @samp
20978 @kindex set remote system-call-allowed 0
20979 @item @code{set remote system-call-allowed 0}
20980 @end table
20981
20982 The current setting is shown by typing
20983
20984 @table @samp
20985 @kindex show remote system-call-allowed
20986 @item @code{show remote system-call-allowed}
20987 @end table
20988
20989 @node List of supported calls
20990 @subsection List of supported calls
20991 @cindex list of supported file-i/o calls
20992
20993 @menu
20994 * open::
20995 * close::
20996 * read::
20997 * write::
20998 * lseek::
20999 * rename::
21000 * unlink::
21001 * stat/fstat::
21002 * gettimeofday::
21003 * isatty::
21004 * system::
21005 @end menu
21006
21007 @node open
21008 @unnumberedsubsubsec open
21009 @cindex open, file-i/o system call
21010
21011 @smallexample
21012 @exdent Synopsis:
21013 int open(const char *pathname, int flags);
21014 int open(const char *pathname, int flags, mode_t mode);
21015
21016 @exdent Request:
21017 Fopen,pathptr/len,flags,mode
21018 @end smallexample
21019
21020 @noindent
21021 @code{flags} is the bitwise or of the following values:
21022
21023 @table @code
21024 @item O_CREAT
21025 If the file does not exist it will be created.  The host
21026 rules apply as far as file ownership and time stamps
21027 are concerned.
21028
21029 @item O_EXCL
21030 When used with O_CREAT, if the file already exists it is
21031 an error and open() fails.
21032
21033 @item O_TRUNC
21034 If the file already exists and the open mode allows
21035 writing (O_RDWR or O_WRONLY is given) it will be
21036 truncated to length 0.
21037
21038 @item O_APPEND
21039 The file is opened in append mode.
21040
21041 @item O_RDONLY
21042 The file is opened for reading only.
21043
21044 @item O_WRONLY
21045 The file is opened for writing only.
21046
21047 @item O_RDWR
21048 The file is opened for reading and writing.
21049
21050 @noindent
21051 Each other bit is silently ignored.
21052
21053 @end table
21054
21055 @noindent
21056 @code{mode} is the bitwise or of the following values:
21057
21058 @table @code
21059 @item S_IRUSR
21060 User has read permission.
21061
21062 @item S_IWUSR
21063 User has write permission.
21064
21065 @item S_IRGRP
21066 Group has read permission.
21067
21068 @item S_IWGRP
21069 Group has write permission.
21070
21071 @item S_IROTH
21072 Others have read permission.
21073
21074 @item S_IWOTH
21075 Others have write permission.
21076
21077 @noindent
21078 Each other bit is silently ignored.
21079
21080 @end table
21081
21082 @smallexample
21083 @exdent Return value:
21084 open returns the new file descriptor or -1 if an error
21085 occured.
21086
21087 @exdent Errors:
21088 @end smallexample
21089
21090 @table @code
21091 @item EEXIST
21092 pathname already exists and O_CREAT and O_EXCL were used.
21093
21094 @item EISDIR
21095 pathname refers to a directory.
21096
21097 @item EACCES
21098 The requested access is not allowed.
21099
21100 @item ENAMETOOLONG
21101 pathname was too long.
21102
21103 @item ENOENT
21104 A directory component in pathname does not exist.
21105
21106 @item ENODEV
21107 pathname refers to a device, pipe, named pipe or socket.
21108
21109 @item EROFS
21110 pathname refers to a file on a read-only filesystem and
21111 write access was requested.
21112
21113 @item EFAULT
21114 pathname is an invalid pointer value.
21115
21116 @item ENOSPC
21117 No space on device to create the file.
21118
21119 @item EMFILE
21120 The process already has the maximum number of files open.
21121
21122 @item ENFILE
21123 The limit on the total number of files open on the system
21124 has been reached.
21125
21126 @item EINTR
21127 The call was interrupted by the user.
21128 @end table
21129
21130 @node close
21131 @unnumberedsubsubsec close
21132 @cindex close, file-i/o system call
21133
21134 @smallexample
21135 @exdent Synopsis:
21136 int close(int fd);
21137
21138 @exdent Request:
21139 Fclose,fd
21140
21141 @exdent Return value:
21142 close returns zero on success, or -1 if an error occurred.
21143
21144 @exdent Errors:
21145 @end smallexample
21146
21147 @table @code
21148 @item EBADF
21149 fd isn't a valid open file descriptor.
21150
21151 @item EINTR
21152 The call was interrupted by the user.
21153 @end table
21154
21155 @node read
21156 @unnumberedsubsubsec read
21157 @cindex read, file-i/o system call
21158
21159 @smallexample
21160 @exdent Synopsis:
21161 int read(int fd, void *buf, unsigned int count);
21162
21163 @exdent Request:
21164 Fread,fd,bufptr,count
21165
21166 @exdent Return value:
21167 On success, the number of bytes read is returned.
21168 Zero indicates end of file.  If count is zero, read
21169 returns zero as well.  On error, -1 is returned.
21170
21171 @exdent Errors:
21172 @end smallexample
21173
21174 @table @code
21175 @item EBADF
21176 fd is not a valid file descriptor or is not open for
21177 reading.
21178
21179 @item EFAULT
21180 buf is an invalid pointer value.
21181
21182 @item EINTR
21183 The call was interrupted by the user.
21184 @end table
21185
21186 @node write
21187 @unnumberedsubsubsec write
21188 @cindex write, file-i/o system call
21189
21190 @smallexample
21191 @exdent Synopsis:
21192 int write(int fd, const void *buf, unsigned int count);
21193
21194 @exdent Request:
21195 Fwrite,fd,bufptr,count
21196
21197 @exdent Return value:
21198 On success, the number of bytes written are returned.
21199 Zero indicates nothing was written.  On error, -1
21200 is returned.
21201
21202 @exdent Errors:
21203 @end smallexample
21204
21205 @table @code
21206 @item EBADF
21207 fd is not a valid file descriptor or is not open for
21208 writing.
21209
21210 @item EFAULT
21211 buf is an invalid pointer value.
21212
21213 @item EFBIG
21214 An attempt was made to write a file that exceeds the
21215 host specific maximum file size allowed.
21216
21217 @item ENOSPC
21218 No space on device to write the data.
21219
21220 @item EINTR
21221 The call was interrupted by the user.
21222 @end table
21223
21224 @node lseek
21225 @unnumberedsubsubsec lseek
21226 @cindex lseek, file-i/o system call
21227
21228 @smallexample
21229 @exdent Synopsis:
21230 long lseek (int fd, long offset, int flag);
21231
21232 @exdent Request:
21233 Flseek,fd,offset,flag
21234 @end smallexample
21235
21236 @code{flag} is one of:
21237
21238 @table @code
21239 @item SEEK_SET
21240 The offset is set to offset bytes.
21241
21242 @item SEEK_CUR
21243 The offset is set to its current location plus offset
21244 bytes.
21245
21246 @item SEEK_END
21247 The offset is set to the size of the file plus offset
21248 bytes.
21249 @end table
21250
21251 @smallexample
21252 @exdent Return value:
21253 On success, the resulting unsigned offset in bytes from
21254 the beginning of the file is returned.  Otherwise, a
21255 value of -1 is returned.
21256
21257 @exdent Errors:
21258 @end smallexample
21259
21260 @table @code
21261 @item EBADF
21262 fd is not a valid open file descriptor.
21263
21264 @item ESPIPE
21265 fd is associated with the @value{GDBN} console.
21266
21267 @item EINVAL
21268 flag is not a proper value.
21269
21270 @item EINTR
21271 The call was interrupted by the user.
21272 @end table
21273
21274 @node rename
21275 @unnumberedsubsubsec rename
21276 @cindex rename, file-i/o system call
21277
21278 @smallexample
21279 @exdent Synopsis:
21280 int rename(const char *oldpath, const char *newpath);
21281
21282 @exdent Request:
21283 Frename,oldpathptr/len,newpathptr/len
21284
21285 @exdent Return value:
21286 On success, zero is returned.  On error, -1 is returned.
21287
21288 @exdent Errors:
21289 @end smallexample
21290
21291 @table @code
21292 @item EISDIR
21293 newpath is an existing directory, but oldpath is not a
21294 directory.
21295
21296 @item EEXIST
21297 newpath is a non-empty directory.
21298
21299 @item EBUSY
21300 oldpath or newpath is a directory that is in use by some
21301 process.
21302
21303 @item EINVAL
21304 An attempt was made to make a directory a subdirectory
21305 of itself.
21306
21307 @item ENOTDIR
21308 A  component used as a directory in oldpath or new
21309 path is not a directory.  Or oldpath is a directory
21310 and newpath exists but is not a directory.
21311
21312 @item EFAULT
21313 oldpathptr or newpathptr are invalid pointer values.
21314
21315 @item EACCES
21316 No access to the file or the path of the file.
21317
21318 @item ENAMETOOLONG
21319
21320 oldpath or newpath was too long.
21321
21322 @item ENOENT
21323 A directory component in oldpath or newpath does not exist.
21324
21325 @item EROFS
21326 The file is on a read-only filesystem.
21327
21328 @item ENOSPC
21329 The device containing the file has no room for the new
21330 directory entry.
21331
21332 @item EINTR
21333 The call was interrupted by the user.
21334 @end table
21335
21336 @node unlink
21337 @unnumberedsubsubsec unlink
21338 @cindex unlink, file-i/o system call
21339
21340 @smallexample
21341 @exdent Synopsis:
21342 int unlink(const char *pathname);
21343
21344 @exdent Request:
21345 Funlink,pathnameptr/len
21346
21347 @exdent Return value:
21348 On success, zero is returned.  On error, -1 is returned.
21349
21350 @exdent Errors:
21351 @end smallexample
21352
21353 @table @code
21354 @item EACCES
21355 No access to the file or the path of the file.
21356
21357 @item EPERM
21358 The system does not allow unlinking of directories.
21359
21360 @item EBUSY
21361 The file pathname cannot be unlinked because it's
21362 being used by another process.
21363
21364 @item EFAULT
21365 pathnameptr is an invalid pointer value.
21366
21367 @item ENAMETOOLONG
21368 pathname was too long.
21369
21370 @item ENOENT
21371 A directory component in pathname does not exist.
21372
21373 @item ENOTDIR
21374 A component of the path is not a directory.
21375
21376 @item EROFS
21377 The file is on a read-only filesystem.
21378
21379 @item EINTR
21380 The call was interrupted by the user.
21381 @end table
21382
21383 @node stat/fstat
21384 @unnumberedsubsubsec stat/fstat
21385 @cindex fstat, file-i/o system call
21386 @cindex stat, file-i/o system call
21387
21388 @smallexample
21389 @exdent Synopsis:
21390 int stat(const char *pathname, struct stat *buf);
21391 int fstat(int fd, struct stat *buf);
21392
21393 @exdent Request:
21394 Fstat,pathnameptr/len,bufptr
21395 Ffstat,fd,bufptr
21396
21397 @exdent Return value:
21398 On success, zero is returned.  On error, -1 is returned.
21399
21400 @exdent Errors:
21401 @end smallexample
21402
21403 @table @code
21404 @item EBADF
21405 fd is not a valid open file.
21406
21407 @item ENOENT
21408 A directory component in pathname does not exist or the
21409 path is an empty string.
21410
21411 @item ENOTDIR
21412 A component of the path is not a directory.
21413
21414 @item EFAULT
21415 pathnameptr is an invalid pointer value.
21416
21417 @item EACCES
21418 No access to the file or the path of the file.
21419
21420 @item ENAMETOOLONG
21421 pathname was too long.
21422
21423 @item EINTR
21424 The call was interrupted by the user.
21425 @end table
21426
21427 @node gettimeofday
21428 @unnumberedsubsubsec gettimeofday
21429 @cindex gettimeofday, file-i/o system call
21430
21431 @smallexample
21432 @exdent Synopsis:
21433 int gettimeofday(struct timeval *tv, void *tz);
21434
21435 @exdent Request:
21436 Fgettimeofday,tvptr,tzptr
21437
21438 @exdent Return value:
21439 On success, 0 is returned, -1 otherwise.
21440
21441 @exdent Errors:
21442 @end smallexample
21443
21444 @table @code
21445 @item EINVAL
21446 tz is a non-NULL pointer.
21447
21448 @item EFAULT
21449 tvptr and/or tzptr is an invalid pointer value.
21450 @end table
21451
21452 @node isatty
21453 @unnumberedsubsubsec isatty
21454 @cindex isatty, file-i/o system call
21455
21456 @smallexample
21457 @exdent Synopsis:
21458 int isatty(int fd);
21459
21460 @exdent Request:
21461 Fisatty,fd
21462
21463 @exdent Return value:
21464 Returns 1 if fd refers to the @value{GDBN} console, 0 otherwise.
21465
21466 @exdent Errors:
21467 @end smallexample
21468
21469 @table @code
21470 @item EINTR
21471 The call was interrupted by the user.
21472 @end table
21473
21474 @node system
21475 @unnumberedsubsubsec system
21476 @cindex system, file-i/o system call
21477
21478 @smallexample
21479 @exdent Synopsis:
21480 int system(const char *command);
21481
21482 @exdent Request:
21483 Fsystem,commandptr/len
21484
21485 @exdent Return value:
21486 The value returned is -1 on error and the return status
21487 of the command otherwise.  Only the exit status of the
21488 command is returned, which is extracted from the hosts
21489 system return value by calling WEXITSTATUS(retval).
21490 In case /bin/sh could not be executed, 127 is returned.
21491
21492 @exdent Errors:
21493 @end smallexample
21494
21495 @table @code
21496 @item EINTR
21497 The call was interrupted by the user.
21498 @end table
21499
21500 @node Protocol specific representation of datatypes
21501 @subsection Protocol specific representation of datatypes
21502 @cindex protocol specific representation of datatypes, in file-i/o protocol
21503
21504 @menu
21505 * Integral datatypes::
21506 * Pointer values::
21507 * struct stat::
21508 * struct timeval::
21509 @end menu
21510
21511 @node Integral datatypes
21512 @unnumberedsubsubsec Integral datatypes
21513 @cindex integral datatypes, in file-i/o protocol
21514
21515 The integral datatypes used in the system calls are
21516
21517 @smallexample
21518 int@r{,} unsigned int@r{,} long@r{,} unsigned long@r{,} mode_t @r{and} time_t
21519 @end smallexample
21520
21521 @code{Int}, @code{unsigned int}, @code{mode_t} and @code{time_t} are
21522 implemented as 32 bit values in this protocol.
21523
21524 @code{Long} and @code{unsigned long} are implemented as 64 bit types.
21525
21526 @xref{Limits}, for corresponding MIN and MAX values (similar to those
21527 in @file{limits.h}) to allow range checking on host and target.
21528
21529 @code{time_t} datatypes are defined as seconds since the Epoch.
21530
21531 All integral datatypes transferred as part of a memory read or write of a
21532 structured datatype e.g.@: a @code{struct stat} have to be given in big endian
21533 byte order.
21534
21535 @node Pointer values
21536 @unnumberedsubsubsec Pointer values
21537 @cindex pointer values, in file-i/o protocol
21538
21539 Pointers to target data are transmitted as they are.  An exception
21540 is made for pointers to buffers for which the length isn't
21541 transmitted as part of the function call, namely strings.  Strings
21542 are transmitted as a pointer/length pair, both as hex values, e.g.@:
21543
21544 @smallexample
21545 @code{1aaf/12}
21546 @end smallexample
21547
21548 @noindent
21549 which is a pointer to data of length 18 bytes at position 0x1aaf.
21550 The length is defined as the full string length in bytes, including
21551 the trailing null byte.  Example:
21552
21553 @smallexample
21554 ``hello, world'' at address 0x123456
21555 @end smallexample
21556
21557 @noindent
21558 is transmitted as
21559
21560 @smallexample
21561 @code{123456/d}
21562 @end smallexample
21563
21564 @node struct stat
21565 @unnumberedsubsubsec struct stat
21566 @cindex struct stat, in file-i/o protocol
21567
21568 The buffer of type struct stat used by the target and @value{GDBN} is defined
21569 as follows:
21570
21571 @smallexample
21572 struct stat @{
21573     unsigned int  st_dev;      /* device */
21574     unsigned int  st_ino;      /* inode */
21575     mode_t        st_mode;     /* protection */
21576     unsigned int  st_nlink;    /* number of hard links */
21577     unsigned int  st_uid;      /* user ID of owner */
21578     unsigned int  st_gid;      /* group ID of owner */
21579     unsigned int  st_rdev;     /* device type (if inode device) */
21580     unsigned long st_size;     /* total size, in bytes */
21581     unsigned long st_blksize;  /* blocksize for filesystem I/O */
21582     unsigned long st_blocks;   /* number of blocks allocated */
21583     time_t        st_atime;    /* time of last access */
21584     time_t        st_mtime;    /* time of last modification */
21585     time_t        st_ctime;    /* time of last change */
21586 @};
21587 @end smallexample
21588
21589 The integral datatypes are conforming to the definitions given in the
21590 approriate section (see @ref{Integral datatypes}, for details) so this
21591 structure is of size 64 bytes.
21592
21593 The values of several fields have a restricted meaning and/or
21594 range of values.
21595
21596 @smallexample
21597 st_dev:     0       file
21598             1       console
21599
21600 st_ino:     No valid meaning for the target.  Transmitted unchanged.
21601
21602 st_mode:    Valid mode bits are described in Appendix C.  Any other
21603             bits have currently no meaning for the target.
21604
21605 st_uid:     No valid meaning for the target.  Transmitted unchanged.
21606
21607 st_gid:     No valid meaning for the target.  Transmitted unchanged.
21608
21609 st_rdev:    No valid meaning for the target.  Transmitted unchanged.
21610
21611 st_atime, st_mtime, st_ctime:
21612             These values have a host and file system dependent
21613             accuracy.  Especially on Windows hosts the file systems
21614             don't support exact timing values.
21615 @end smallexample
21616
21617 The target gets a struct stat of the above representation and is
21618 responsible to coerce it to the target representation before
21619 continuing.
21620
21621 Note that due to size differences between the host and target
21622 representation of stat members, these members could eventually
21623 get truncated on the target.
21624
21625 @node struct timeval
21626 @unnumberedsubsubsec struct timeval
21627 @cindex struct timeval, in file-i/o protocol
21628
21629 The buffer of type struct timeval used by the target and @value{GDBN}
21630 is defined as follows:
21631
21632 @smallexample
21633 struct timeval @{
21634     time_t tv_sec;  /* second */
21635     long   tv_usec; /* microsecond */
21636 @};
21637 @end smallexample
21638
21639 The integral datatypes are conforming to the definitions given in the
21640 approriate section (see @ref{Integral datatypes}, for details) so this
21641 structure is of size 8 bytes.
21642
21643 @node Constants
21644 @subsection Constants
21645 @cindex constants, in file-i/o protocol
21646
21647 The following values are used for the constants inside of the
21648 protocol.  @value{GDBN} and target are resposible to translate these
21649 values before and after the call as needed.
21650
21651 @menu
21652 * Open flags::
21653 * mode_t values::
21654 * Errno values::
21655 * Lseek flags::
21656 * Limits::
21657 @end menu
21658
21659 @node Open flags
21660 @unnumberedsubsubsec Open flags
21661 @cindex open flags, in file-i/o protocol
21662
21663 All values are given in hexadecimal representation.
21664
21665 @smallexample
21666   O_RDONLY        0x0
21667   O_WRONLY        0x1
21668   O_RDWR          0x2
21669   O_APPEND        0x8
21670   O_CREAT       0x200
21671   O_TRUNC       0x400
21672   O_EXCL        0x800
21673 @end smallexample
21674
21675 @node mode_t values
21676 @unnumberedsubsubsec mode_t values
21677 @cindex mode_t values, in file-i/o protocol
21678
21679 All values are given in octal representation.
21680
21681 @smallexample
21682   S_IFREG       0100000
21683   S_IFDIR        040000
21684   S_IRUSR          0400
21685   S_IWUSR          0200
21686   S_IXUSR          0100
21687   S_IRGRP           040
21688   S_IWGRP           020
21689   S_IXGRP           010
21690   S_IROTH            04
21691   S_IWOTH            02
21692   S_IXOTH            01
21693 @end smallexample
21694
21695 @node Errno values
21696 @unnumberedsubsubsec Errno values
21697 @cindex errno values, in file-i/o protocol
21698
21699 All values are given in decimal representation.
21700
21701 @smallexample
21702   EPERM           1
21703   ENOENT          2
21704   EINTR           4
21705   EBADF           9
21706   EACCES         13
21707   EFAULT         14
21708   EBUSY          16
21709   EEXIST         17
21710   ENODEV         19
21711   ENOTDIR        20
21712   EISDIR         21
21713   EINVAL         22
21714   ENFILE         23
21715   EMFILE         24
21716   EFBIG          27
21717   ENOSPC         28
21718   ESPIPE         29
21719   EROFS          30
21720   ENAMETOOLONG   91
21721   EUNKNOWN       9999
21722 @end smallexample
21723
21724   EUNKNOWN is used as a fallback error value if a host system returns
21725   any error value not in the list of supported error numbers.
21726
21727 @node Lseek flags
21728 @unnumberedsubsubsec Lseek flags
21729 @cindex lseek flags, in file-i/o protocol
21730
21731 @smallexample
21732   SEEK_SET      0
21733   SEEK_CUR      1
21734   SEEK_END      2
21735 @end smallexample
21736
21737 @node Limits
21738 @unnumberedsubsubsec Limits
21739 @cindex limits, in file-i/o protocol
21740
21741 All values are given in decimal representation.
21742
21743 @smallexample
21744   INT_MIN       -2147483648
21745   INT_MAX        2147483647
21746   UINT_MAX       4294967295
21747   LONG_MIN      -9223372036854775808
21748   LONG_MAX       9223372036854775807
21749   ULONG_MAX      18446744073709551615
21750 @end smallexample
21751
21752 @node File-I/O Examples
21753 @subsection File-I/O Examples
21754 @cindex file-i/o examples
21755
21756 Example sequence of a write call, file descriptor 3, buffer is at target
21757 address 0x1234, 6 bytes should be written:
21758
21759 @smallexample
21760 <- @code{Fwrite,3,1234,6}
21761 @emph{request memory read from target}
21762 -> @code{m1234,6}
21763 <- XXXXXX
21764 @emph{return "6 bytes written"}
21765 -> @code{F6}
21766 @end smallexample
21767
21768 Example sequence of a read call, file descriptor 3, buffer is at target
21769 address 0x1234, 6 bytes should be read:
21770
21771 @smallexample
21772 <- @code{Fread,3,1234,6}
21773 @emph{request memory write to target}
21774 -> @code{X1234,6:XXXXXX}
21775 @emph{return "6 bytes read"}
21776 -> @code{F6}
21777 @end smallexample
21778
21779 Example sequence of a read call, call fails on the host due to invalid
21780 file descriptor (EBADF):
21781
21782 @smallexample
21783 <- @code{Fread,3,1234,6}
21784 -> @code{F-1,9}
21785 @end smallexample
21786
21787 Example sequence of a read call, user presses Ctrl-C before syscall on
21788 host is called:
21789
21790 @smallexample
21791 <- @code{Fread,3,1234,6}
21792 -> @code{F-1,4,C}
21793 <- @code{T02}
21794 @end smallexample
21795
21796 Example sequence of a read call, user presses Ctrl-C after syscall on
21797 host is called:
21798
21799 @smallexample
21800 <- @code{Fread,3,1234,6}
21801 -> @code{X1234,6:XXXXXX}
21802 <- @code{T02}
21803 @end smallexample
21804
21805 @include agentexpr.texi
21806
21807 @include gpl.texi
21808
21809 @raisesections
21810 @include fdl.texi
21811 @lowersections
21812
21813 @node Index
21814 @unnumbered Index
21815
21816 @printindex cp
21817
21818 @tex
21819 % I think something like @colophon should be in texinfo.  In the
21820 % meantime:
21821 \long\def\colophon{\hbox to0pt{}\vfill
21822 \centerline{The body of this manual is set in}
21823 \centerline{\fontname\tenrm,}
21824 \centerline{with headings in {\bf\fontname\tenbf}}
21825 \centerline{and examples in {\tt\fontname\tentt}.}
21826 \centerline{{\it\fontname\tenit\/},}
21827 \centerline{{\bf\fontname\tenbf}, and}
21828 \centerline{{\sl\fontname\tensl\/}}
21829 \centerline{are used for emphasis.}\vfill}
21830 \page\colophon
21831 % Blame: doc@cygnus.com, 1991.
21832 @end tex
21833
21834 @bye