809ce4d2801ece493aadc8b5070da024a198758b
[platform/upstream/binutils.git] / gdb / doc / gdb.texinfo
1 \input texinfo      @c -*-texinfo-*-
2 @c Copyright 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998,
3 @c 1999, 2000, 2001, 2002, 2003, 2004, 2005
4 @c Free Software Foundation, Inc.
5 @c
6 @c %**start of header
7 @c makeinfo ignores cmds prev to setfilename, so its arg cannot make use
8 @c of @set vars.  However, you can override filename with makeinfo -o.
9 @setfilename gdb.info
10 @c
11 @include gdb-cfg.texi
12 @c
13 @settitle Debugging with @value{GDBN}
14 @setchapternewpage odd
15 @c %**end of header
16
17 @iftex
18 @c @smallbook
19 @c @cropmarks
20 @end iftex
21
22 @finalout
23 @syncodeindex ky cp
24
25 @c readline appendices use @vindex, @findex and @ftable,
26 @c annotate.texi and gdbmi use @findex.
27 @syncodeindex vr cp
28 @syncodeindex fn cp
29
30 @c !!set GDB manual's edition---not the same as GDB version!
31 @c This is updated by GNU Press.
32 @set EDITION Ninth
33
34 @c !!set GDB edit command default editor
35 @set EDITOR /bin/ex
36
37 @c THIS MANUAL REQUIRES TEXINFO 4.0 OR LATER.
38
39 @c This is a dir.info fragment to support semi-automated addition of
40 @c manuals to an info tree.
41 @dircategory Software development
42 @direntry
43 * Gdb: (gdb).                     The GNU debugger.
44 @end direntry
45
46 @ifinfo
47 This file documents the @sc{gnu} debugger @value{GDBN}.
48
49
50 This is the @value{EDITION} Edition, of @cite{Debugging with
51 @value{GDBN}: the @sc{gnu} Source-Level Debugger} for @value{GDBN}
52 Version @value{GDBVN}.
53
54 Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998,@*
55               1999, 2000, 2001, 2002, 2003, 2004, 2005@*
56               Free Software Foundation, Inc.
57
58 Permission is granted to copy, distribute and/or modify this document
59 under the terms of the GNU Free Documentation License, Version 1.1 or
60 any later version published by the Free Software Foundation; with the
61 Invariant Sections being ``Free Software'' and ``Free Software Needs
62 Free Documentation'', with the Front-Cover Texts being ``A GNU Manual,''
63 and with the Back-Cover Texts as in (a) below.
64
65 (a) The Free Software Foundation's Back-Cover Text is: ``You have
66 freedom to copy and modify this GNU Manual, like GNU software.  Copies
67 published by the Free Software Foundation raise funds for GNU
68 development.''
69 @end ifinfo
70
71 @titlepage
72 @title Debugging with @value{GDBN}
73 @subtitle The @sc{gnu} Source-Level Debugger
74 @sp 1
75 @subtitle @value{EDITION} Edition, for @value{GDBN} version @value{GDBVN}
76 @author Richard Stallman, Roland Pesch, Stan Shebs, et al.
77 @page
78 @tex
79 {\parskip=0pt
80 \hfill (Send bugs and comments on @value{GDBN} to bug-gdb\@gnu.org.)\par
81 \hfill {\it Debugging with @value{GDBN}}\par
82 \hfill \TeX{}info \texinfoversion\par
83 }
84 @end tex
85
86 @vskip 0pt plus 1filll
87 Copyright @copyright{} 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
88 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 
89 Free Software Foundation, Inc.
90 @sp 2
91 Published by the Free Software Foundation @*
92 59 Temple Place - Suite 330, @*
93 Boston, MA 02111-1307 USA @*
94 ISBN 1-882114-77-9 @*
95
96 Permission is granted to copy, distribute and/or modify this document
97 under the terms of the GNU Free Documentation License, Version 1.1 or
98 any later version published by the Free Software Foundation; with the
99 Invariant Sections being ``Free Software'' and ``Free Software Needs
100 Free Documentation'', with the Front-Cover Texts being ``A GNU Manual,''
101 and with the Back-Cover Texts as in (a) below.
102
103 (a) The Free Software Foundation's Back-Cover Text is: ``You have
104 freedom to copy and modify this GNU Manual, like GNU software.  Copies
105 published by the Free Software Foundation raise funds for GNU
106 development.''
107 @end titlepage
108 @page
109
110 @ifnottex
111 @node Top, Summary, (dir), (dir)
112
113 @top Debugging with @value{GDBN}
114
115 This file describes @value{GDBN}, the @sc{gnu} symbolic debugger.
116
117 This is the @value{EDITION} Edition, for @value{GDBN} Version
118 @value{GDBVN}.
119
120 Copyright (C) 1988-2005 Free Software Foundation, Inc.
121
122 @menu
123 * Summary::                     Summary of @value{GDBN}
124 * Sample Session::              A sample @value{GDBN} session
125
126 * Invocation::                  Getting in and out of @value{GDBN}
127 * Commands::                    @value{GDBN} commands
128 * Running::                     Running programs under @value{GDBN}
129 * Stopping::                    Stopping and continuing
130 * Stack::                       Examining the stack
131 * Source::                      Examining source files
132 * Data::                        Examining data
133 * Macros::                      Preprocessor Macros
134 * Tracepoints::                 Debugging remote targets non-intrusively
135 * Overlays::                    Debugging programs that use overlays
136
137 * Languages::                   Using @value{GDBN} with different languages
138
139 * Symbols::                     Examining the symbol table
140 * Altering::                    Altering execution
141 * GDB Files::                   @value{GDBN} files
142 * Targets::                     Specifying a debugging target
143 * Remote Debugging::            Debugging remote programs
144 * Configurations::              Configuration-specific information
145 * Controlling GDB::             Controlling @value{GDBN}
146 * Sequences::                   Canned sequences of commands
147 * TUI::                         @value{GDBN} Text User Interface
148 * Interpreters::                Command Interpreters
149 * Emacs::                       Using @value{GDBN} under @sc{gnu} Emacs
150 * Annotations::                 @value{GDBN}'s annotation interface.
151 * GDB/MI::                      @value{GDBN}'s Machine Interface.
152
153 * GDB Bugs::                    Reporting bugs in @value{GDBN}
154 * Formatting Documentation::    How to format and print @value{GDBN} documentation
155
156 * Command Line Editing::        Command Line Editing
157 * Using History Interactively:: Using History Interactively
158 * Installing GDB::              Installing GDB
159 * Maintenance Commands::        Maintenance Commands
160 * Remote Protocol::             GDB Remote Serial Protocol
161 * Agent Expressions::           The GDB Agent Expression Mechanism
162 * Copying::                     GNU General Public License says
163                                 how you can copy and share GDB
164 * GNU Free Documentation License::  The license for this documentation
165 * Index::                       Index
166 @end menu
167
168 @end ifnottex
169
170 @contents
171
172 @node Summary
173 @unnumbered Summary of @value{GDBN}
174
175 The purpose of a debugger such as @value{GDBN} is to allow you to see what is
176 going on ``inside'' another program while it executes---or what another
177 program was doing at the moment it crashed.
178
179 @value{GDBN} can do four main kinds of things (plus other things in support of
180 these) to help you catch bugs in the act:
181
182 @itemize @bullet
183 @item
184 Start your program, specifying anything that might affect its behavior.
185
186 @item
187 Make your program stop on specified conditions.
188
189 @item
190 Examine what has happened, when your program has stopped.
191
192 @item
193 Change things in your program, so you can experiment with correcting the
194 effects of one bug and go on to learn about another.
195 @end itemize
196
197 You can use @value{GDBN} to debug programs written in C and C@t{++}.
198 For more information, see @ref{Supported languages,,Supported languages}.
199 For more information, see @ref{C,,C and C++}.
200
201 @cindex Modula-2
202 Support for Modula-2 is partial.  For information on Modula-2, see
203 @ref{Modula-2,,Modula-2}.
204
205 @cindex Pascal
206 Debugging Pascal programs which use sets, subranges, file variables, or
207 nested functions does not currently work.  @value{GDBN} does not support
208 entering expressions, printing values, or similar features using Pascal
209 syntax.
210
211 @cindex Fortran
212 @value{GDBN} can be used to debug programs written in Fortran, although
213 it may be necessary to refer to some variables with a trailing
214 underscore.
215
216 @value{GDBN} can be used to debug programs written in Objective-C,
217 using either the Apple/NeXT or the GNU Objective-C runtime.
218
219 @menu
220 * Free Software::               Freely redistributable software
221 * Contributors::                Contributors to GDB
222 @end menu
223
224 @node Free Software
225 @unnumberedsec Free software
226
227 @value{GDBN} is @dfn{free software}, protected by the @sc{gnu}
228 General Public License
229 (GPL).  The GPL gives you the freedom to copy or adapt a licensed
230 program---but every person getting a copy also gets with it the
231 freedom to modify that copy (which means that they must get access to
232 the source code), and the freedom to distribute further copies.
233 Typical software companies use copyrights to limit your freedoms; the
234 Free Software Foundation uses the GPL to preserve these freedoms.
235
236 Fundamentally, the General Public License is a license which says that
237 you have these freedoms and that you cannot take these freedoms away
238 from anyone else.
239
240 @unnumberedsec Free Software Needs Free Documentation
241
242 The biggest deficiency in the free software community today is not in
243 the software---it is the lack of good free documentation that we can
244 include with the free software.  Many of our most important
245 programs do not come with free reference manuals and free introductory
246 texts.  Documentation is an essential part of any software package;
247 when an important free software package does not come with a free
248 manual and a free tutorial, that is a major gap.  We have many such
249 gaps today.
250
251 Consider Perl, for instance.  The tutorial manuals that people
252 normally use are non-free.  How did this come about?  Because the
253 authors of those manuals published them with restrictive terms---no
254 copying, no modification, source files not available---which exclude
255 them from the free software world.
256
257 That wasn't the first time this sort of thing happened, and it was far
258 from the last.  Many times we have heard a GNU user eagerly describe a
259 manual that he is writing, his intended contribution to the community,
260 only to learn that he had ruined everything by signing a publication
261 contract to make it non-free.
262
263 Free documentation, like free software, is a matter of freedom, not
264 price.  The problem with the non-free manual is not that publishers
265 charge a price for printed copies---that in itself is fine.  (The Free
266 Software Foundation sells printed copies of manuals, too.)  The
267 problem is the restrictions on the use of the manual.  Free manuals
268 are available in source code form, and give you permission to copy and
269 modify.  Non-free manuals do not allow this.
270
271 The criteria of freedom for a free manual are roughly the same as for
272 free software.  Redistribution (including the normal kinds of
273 commercial redistribution) must be permitted, so that the manual can
274 accompany every copy of the program, both on-line and on paper.
275
276 Permission for modification of the technical content is crucial too.
277 When people modify the software, adding or changing features, if they
278 are conscientious they will change the manual too---so they can
279 provide accurate and clear documentation for the modified program.  A
280 manual that leaves you no choice but to write a new manual to document
281 a changed version of the program is not really available to our
282 community.
283
284 Some kinds of limits on the way modification is handled are
285 acceptable.  For example, requirements to preserve the original
286 author's copyright notice, the distribution terms, or the list of
287 authors, are ok.  It is also no problem to require modified versions
288 to include notice that they were modified.  Even entire sections that
289 may not be deleted or changed are acceptable, as long as they deal
290 with nontechnical topics (like this one).  These kinds of restrictions
291 are acceptable because they don't obstruct the community's normal use
292 of the manual.
293
294 However, it must be possible to modify all the @emph{technical}
295 content of the manual, and then distribute the result in all the usual
296 media, through all the usual channels.  Otherwise, the restrictions
297 obstruct the use of the manual, it is not free, and we need another
298 manual to replace it.
299
300 Please spread the word about this issue.  Our community continues to
301 lose manuals to proprietary publishing.  If we spread the word that
302 free software needs free reference manuals and free tutorials, perhaps
303 the next person who wants to contribute by writing documentation will
304 realize, before it is too late, that only free manuals contribute to
305 the free software community.
306
307 If you are writing documentation, please insist on publishing it under
308 the GNU Free Documentation License or another free documentation
309 license.  Remember that this decision requires your approval---you
310 don't have to let the publisher decide.  Some commercial publishers
311 will use a free license if you insist, but they will not propose the
312 option; it is up to you to raise the issue and say firmly that this is
313 what you want.  If the publisher you are dealing with refuses, please
314 try other publishers.  If you're not sure whether a proposed license
315 is free, write to @email{licensing@@gnu.org}.
316
317 You can encourage commercial publishers to sell more free, copylefted
318 manuals and tutorials by buying them, and particularly by buying
319 copies from the publishers that paid for their writing or for major
320 improvements.  Meanwhile, try to avoid buying non-free documentation
321 at all.  Check the distribution terms of a manual before you buy it,
322 and insist that whoever seeks your business must respect your freedom.
323 Check the history of the book, and try to reward the publishers that
324 have paid or pay the authors to work on it.
325
326 The Free Software Foundation maintains a list of free documentation
327 published by other publishers, at
328 @url{http://www.fsf.org/doc/other-free-books.html}.
329
330 @node Contributors
331 @unnumberedsec Contributors to @value{GDBN}
332
333 Richard Stallman was the original author of @value{GDBN}, and of many
334 other @sc{gnu} programs.  Many others have contributed to its
335 development.  This section attempts to credit major contributors.  One
336 of the virtues of free software is that everyone is free to contribute
337 to it; with regret, we cannot actually acknowledge everyone here.  The
338 file @file{ChangeLog} in the @value{GDBN} distribution approximates a
339 blow-by-blow account.
340
341 Changes much prior to version 2.0 are lost in the mists of time.
342
343 @quotation
344 @emph{Plea:} Additions to this section are particularly welcome.  If you
345 or your friends (or enemies, to be evenhanded) have been unfairly
346 omitted from this list, we would like to add your names!
347 @end quotation
348
349 So that they may not regard their many labors as thankless, we
350 particularly thank those who shepherded @value{GDBN} through major
351 releases:
352 Andrew Cagney (releases 6.1, 6.0, 5.3, 5.2, 5.1 and 5.0);
353 Jim Blandy (release 4.18);
354 Jason Molenda (release 4.17);
355 Stan Shebs (release 4.14);
356 Fred Fish (releases 4.16, 4.15, 4.13, 4.12, 4.11, 4.10, and 4.9);
357 Stu Grossman and John Gilmore (releases 4.8, 4.7, 4.6, 4.5, and 4.4);
358 John Gilmore (releases 4.3, 4.2, 4.1, 4.0, and 3.9);
359 Jim Kingdon (releases 3.5, 3.4, and 3.3);
360 and Randy Smith (releases 3.2, 3.1, and 3.0).
361
362 Richard Stallman, assisted at various times by Peter TerMaat, Chris
363 Hanson, and Richard Mlynarik, handled releases through 2.8.
364
365 Michael Tiemann is the author of most of the @sc{gnu} C@t{++} support
366 in @value{GDBN}, with significant additional contributions from Per
367 Bothner and Daniel Berlin.  James Clark wrote the @sc{gnu} C@t{++}
368 demangler.  Early work on C@t{++} was by Peter TerMaat (who also did
369 much general update work leading to release 3.0).
370
371 @value{GDBN} uses the BFD subroutine library to examine multiple
372 object-file formats; BFD was a joint project of David V.
373 Henkel-Wallace, Rich Pixley, Steve Chamberlain, and John Gilmore.
374
375 David Johnson wrote the original COFF support; Pace Willison did
376 the original support for encapsulated COFF.
377
378 Brent Benson of Harris Computer Systems contributed DWARF 2 support.
379
380 Adam de Boor and Bradley Davis contributed the ISI Optimum V support.
381 Per Bothner, Noboyuki Hikichi, and Alessandro Forin contributed MIPS
382 support.
383 Jean-Daniel Fekete contributed Sun 386i support.
384 Chris Hanson improved the HP9000 support.
385 Noboyuki Hikichi and Tomoyuki Hasei contributed Sony/News OS 3 support.
386 David Johnson contributed Encore Umax support.
387 Jyrki Kuoppala contributed Altos 3068 support.
388 Jeff Law contributed HP PA and SOM support.
389 Keith Packard contributed NS32K support.
390 Doug Rabson contributed Acorn Risc Machine support.
391 Bob Rusk contributed Harris Nighthawk CX-UX support.
392 Chris Smith contributed Convex support (and Fortran debugging).
393 Jonathan Stone contributed Pyramid support.
394 Michael Tiemann contributed SPARC support.
395 Tim Tucker contributed support for the Gould NP1 and Gould Powernode.
396 Pace Willison contributed Intel 386 support.
397 Jay Vosburgh contributed Symmetry support.
398 Marko Mlinar contributed OpenRISC 1000 support.
399
400 Andreas Schwab contributed M68K @sc{gnu}/Linux support.
401
402 Rich Schaefer and Peter Schauer helped with support of SunOS shared
403 libraries.
404
405 Jay Fenlason and Roland McGrath ensured that @value{GDBN} and GAS agree
406 about several machine instruction sets.
407
408 Patrick Duval, Ted Goldstein, Vikram Koka and Glenn Engel helped develop
409 remote debugging.  Intel Corporation, Wind River Systems, AMD, and ARM
410 contributed remote debugging modules for the i960, VxWorks, A29K UDI,
411 and RDI targets, respectively.
412
413 Brian Fox is the author of the readline libraries providing
414 command-line editing and command history.
415
416 Andrew Beers of SUNY Buffalo wrote the language-switching code, the
417 Modula-2 support, and contributed the Languages chapter of this manual.
418
419 Fred Fish wrote most of the support for Unix System Vr4.
420 He also enhanced the command-completion support to cover C@t{++} overloaded
421 symbols.
422
423 Hitachi America (now Renesas America), Ltd. sponsored the support for
424 H8/300, H8/500, and Super-H processors.
425
426 NEC sponsored the support for the v850, Vr4xxx, and Vr5xxx processors.
427
428 Mitsubishi (now Renesas) sponsored the support for D10V, D30V, and M32R/D
429 processors.
430
431 Toshiba sponsored the support for the TX39 Mips processor.
432
433 Matsushita sponsored the support for the MN10200 and MN10300 processors.
434
435 Fujitsu sponsored the support for SPARClite and FR30 processors.
436
437 Kung Hsu, Jeff Law, and Rick Sladkey added support for hardware
438 watchpoints.
439
440 Michael Snyder added support for tracepoints.
441
442 Stu Grossman wrote gdbserver.
443
444 Jim Kingdon, Peter Schauer, Ian Taylor, and Stu Grossman made
445 nearly innumerable bug fixes and cleanups throughout @value{GDBN}.
446
447 The following people at the Hewlett-Packard Company contributed
448 support for the PA-RISC 2.0 architecture, HP-UX 10.20, 10.30, and 11.0
449 (narrow mode), HP's implementation of kernel threads, HP's aC@t{++}
450 compiler, and the Text User Interface (nee Terminal User Interface):
451 Ben Krepp, Richard Title, John Bishop, Susan Macchia, Kathy Mann,
452 Satish Pai, India Paul, Steve Rehrauer, and Elena Zannoni.  Kim Haase
453 provided HP-specific information in this manual.
454
455 DJ Delorie ported @value{GDBN} to MS-DOS, for the DJGPP project.
456 Robert Hoehne made significant contributions to the DJGPP port.
457
458 Cygnus Solutions has sponsored @value{GDBN} maintenance and much of its
459 development since 1991.  Cygnus engineers who have worked on @value{GDBN}
460 fulltime include Mark Alexander, Jim Blandy, Per Bothner, Kevin
461 Buettner, Edith Epstein, Chris Faylor, Fred Fish, Martin Hunt, Jim
462 Ingham, John Gilmore, Stu Grossman, Kung Hsu, Jim Kingdon, John Metzler,
463 Fernando Nasser, Geoffrey Noer, Dawn Perchik, Rich Pixley, Zdenek
464 Radouch, Keith Seitz, Stan Shebs, David Taylor, and Elena Zannoni.  In
465 addition, Dave Brolley, Ian Carmichael, Steve Chamberlain, Nick Clifton,
466 JT Conklin, Stan Cox, DJ Delorie, Ulrich Drepper, Frank Eigler, Doug
467 Evans, Sean Fagan, David Henkel-Wallace, Richard Henderson, Jeff
468 Holcomb, Jeff Law, Jim Lemke, Tom Lord, Bob Manson, Michael Meissner,
469 Jason Merrill, Catherine Moore, Drew Moseley, Ken Raeburn, Gavin
470 Romig-Koch, Rob Savoye, Jamie Smith, Mike Stump, Ian Taylor, Angela
471 Thomas, Michael Tiemann, Tom Tromey, Ron Unrau, Jim Wilson, and David
472 Zuhn have made contributions both large and small.
473
474 Andrew Cagney, Fernando Nasser, and Elena Zannoni, while working for
475 Cygnus Solutions, implemented the original @sc{gdb/mi} interface.
476
477 Jim Blandy added support for preprocessor macros, while working for Red
478 Hat.
479
480 @node Sample Session
481 @chapter A Sample @value{GDBN} Session
482
483 You can use this manual at your leisure to read all about @value{GDBN}.
484 However, a handful of commands are enough to get started using the
485 debugger.  This chapter illustrates those commands.
486
487 @iftex
488 In this sample session, we emphasize user input like this: @b{input},
489 to make it easier to pick out from the surrounding output.
490 @end iftex
491
492 @c FIXME: this example may not be appropriate for some configs, where
493 @c FIXME...primary interest is in remote use.
494
495 One of the preliminary versions of @sc{gnu} @code{m4} (a generic macro
496 processor) exhibits the following bug: sometimes, when we change its
497 quote strings from the default, the commands used to capture one macro
498 definition within another stop working.  In the following short @code{m4}
499 session, we define a macro @code{foo} which expands to @code{0000}; we
500 then use the @code{m4} built-in @code{defn} to define @code{bar} as the
501 same thing.  However, when we change the open quote string to
502 @code{<QUOTE>} and the close quote string to @code{<UNQUOTE>}, the same
503 procedure fails to define a new synonym @code{baz}:
504
505 @smallexample
506 $ @b{cd gnu/m4}
507 $ @b{./m4}
508 @b{define(foo,0000)}
509
510 @b{foo}
511 0000
512 @b{define(bar,defn(`foo'))}
513
514 @b{bar}
515 0000
516 @b{changequote(<QUOTE>,<UNQUOTE>)}
517
518 @b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
519 @b{baz}
520 @b{C-d}
521 m4: End of input: 0: fatal error: EOF in string
522 @end smallexample
523
524 @noindent
525 Let us use @value{GDBN} to try to see what is going on.
526
527 @smallexample
528 $ @b{@value{GDBP} m4}
529 @c FIXME: this falsifies the exact text played out, to permit smallbook
530 @c FIXME... format to come out better.
531 @value{GDBN} is free software and you are welcome to distribute copies
532  of it under certain conditions; type "show copying" to see
533  the conditions.
534 There is absolutely no warranty for @value{GDBN}; type "show warranty"
535  for details.
536
537 @value{GDBN} @value{GDBVN}, Copyright 1999 Free Software Foundation, Inc...
538 (@value{GDBP})
539 @end smallexample
540
541 @noindent
542 @value{GDBN} reads only enough symbol data to know where to find the
543 rest when needed; as a result, the first prompt comes up very quickly.
544 We now tell @value{GDBN} to use a narrower display width than usual, so
545 that examples fit in this manual.
546
547 @smallexample
548 (@value{GDBP}) @b{set width 70}
549 @end smallexample
550
551 @noindent
552 We need to see how the @code{m4} built-in @code{changequote} works.
553 Having looked at the source, we know the relevant subroutine is
554 @code{m4_changequote}, so we set a breakpoint there with the @value{GDBN}
555 @code{break} command.
556
557 @smallexample
558 (@value{GDBP}) @b{break m4_changequote}
559 Breakpoint 1 at 0x62f4: file builtin.c, line 879.
560 @end smallexample
561
562 @noindent
563 Using the @code{run} command, we start @code{m4} running under @value{GDBN}
564 control; as long as control does not reach the @code{m4_changequote}
565 subroutine, the program runs as usual:
566
567 @smallexample
568 (@value{GDBP}) @b{run}
569 Starting program: /work/Editorial/gdb/gnu/m4/m4
570 @b{define(foo,0000)}
571
572 @b{foo}
573 0000
574 @end smallexample
575
576 @noindent
577 To trigger the breakpoint, we call @code{changequote}.  @value{GDBN}
578 suspends execution of @code{m4}, displaying information about the
579 context where it stops.
580
581 @smallexample
582 @b{changequote(<QUOTE>,<UNQUOTE>)}
583
584 Breakpoint 1, m4_changequote (argc=3, argv=0x33c70)
585     at builtin.c:879
586 879         if (bad_argc(TOKEN_DATA_TEXT(argv[0]),argc,1,3))
587 @end smallexample
588
589 @noindent
590 Now we use the command @code{n} (@code{next}) to advance execution to
591 the next line of the current function.
592
593 @smallexample
594 (@value{GDBP}) @b{n}
595 882         set_quotes((argc >= 2) ? TOKEN_DATA_TEXT(argv[1])\
596  : nil,
597 @end smallexample
598
599 @noindent
600 @code{set_quotes} looks like a promising subroutine.  We can go into it
601 by using the command @code{s} (@code{step}) instead of @code{next}.
602 @code{step} goes to the next line to be executed in @emph{any}
603 subroutine, so it steps into @code{set_quotes}.
604
605 @smallexample
606 (@value{GDBP}) @b{s}
607 set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
608     at input.c:530
609 530         if (lquote != def_lquote)
610 @end smallexample
611
612 @noindent
613 The display that shows the subroutine where @code{m4} is now
614 suspended (and its arguments) is called a stack frame display.  It
615 shows a summary of the stack.  We can use the @code{backtrace}
616 command (which can also be spelled @code{bt}), to see where we are
617 in the stack as a whole: the @code{backtrace} command displays a
618 stack frame for each active subroutine.
619
620 @smallexample
621 (@value{GDBP}) @b{bt}
622 #0  set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
623     at input.c:530
624 #1  0x6344 in m4_changequote (argc=3, argv=0x33c70)
625     at builtin.c:882
626 #2  0x8174 in expand_macro (sym=0x33320) at macro.c:242
627 #3  0x7a88 in expand_token (obs=0x0, t=209696, td=0xf7fffa30)
628     at macro.c:71
629 #4  0x79dc in expand_input () at macro.c:40
630 #5  0x2930 in main (argc=0, argv=0xf7fffb20) at m4.c:195
631 @end smallexample
632
633 @noindent
634 We step through a few more lines to see what happens.  The first two
635 times, we can use @samp{s}; the next two times we use @code{n} to avoid
636 falling into the @code{xstrdup} subroutine.
637
638 @smallexample
639 (@value{GDBP}) @b{s}
640 0x3b5c  532         if (rquote != def_rquote)
641 (@value{GDBP}) @b{s}
642 0x3b80  535         lquote = (lq == nil || *lq == '\0') ?  \
643 def_lquote : xstrdup(lq);
644 (@value{GDBP}) @b{n}
645 536         rquote = (rq == nil || *rq == '\0') ? def_rquote\
646  : xstrdup(rq);
647 (@value{GDBP}) @b{n}
648 538         len_lquote = strlen(rquote);
649 @end smallexample
650
651 @noindent
652 The last line displayed looks a little odd; we can examine the variables
653 @code{lquote} and @code{rquote} to see if they are in fact the new left
654 and right quotes we specified.  We use the command @code{p}
655 (@code{print}) to see their values.
656
657 @smallexample
658 (@value{GDBP}) @b{p lquote}
659 $1 = 0x35d40 "<QUOTE>"
660 (@value{GDBP}) @b{p rquote}
661 $2 = 0x35d50 "<UNQUOTE>"
662 @end smallexample
663
664 @noindent
665 @code{lquote} and @code{rquote} are indeed the new left and right quotes.
666 To look at some context, we can display ten lines of source
667 surrounding the current line with the @code{l} (@code{list}) command.
668
669 @smallexample
670 (@value{GDBP}) @b{l}
671 533             xfree(rquote);
672 534
673 535         lquote = (lq == nil || *lq == '\0') ? def_lquote\
674  : xstrdup (lq);
675 536         rquote = (rq == nil || *rq == '\0') ? def_rquote\
676  : xstrdup (rq);
677 537
678 538         len_lquote = strlen(rquote);
679 539         len_rquote = strlen(lquote);
680 540     @}
681 541
682 542     void
683 @end smallexample
684
685 @noindent
686 Let us step past the two lines that set @code{len_lquote} and
687 @code{len_rquote}, and then examine the values of those variables.
688
689 @smallexample
690 (@value{GDBP}) @b{n}
691 539         len_rquote = strlen(lquote);
692 (@value{GDBP}) @b{n}
693 540     @}
694 (@value{GDBP}) @b{p len_lquote}
695 $3 = 9
696 (@value{GDBP}) @b{p len_rquote}
697 $4 = 7
698 @end smallexample
699
700 @noindent
701 That certainly looks wrong, assuming @code{len_lquote} and
702 @code{len_rquote} are meant to be the lengths of @code{lquote} and
703 @code{rquote} respectively.  We can set them to better values using
704 the @code{p} command, since it can print the value of
705 any expression---and that expression can include subroutine calls and
706 assignments.
707
708 @smallexample
709 (@value{GDBP}) @b{p len_lquote=strlen(lquote)}
710 $5 = 7
711 (@value{GDBP}) @b{p len_rquote=strlen(rquote)}
712 $6 = 9
713 @end smallexample
714
715 @noindent
716 Is that enough to fix the problem of using the new quotes with the
717 @code{m4} built-in @code{defn}?  We can allow @code{m4} to continue
718 executing with the @code{c} (@code{continue}) command, and then try the
719 example that caused trouble initially:
720
721 @smallexample
722 (@value{GDBP}) @b{c}
723 Continuing.
724
725 @b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
726
727 baz
728 0000
729 @end smallexample
730
731 @noindent
732 Success!  The new quotes now work just as well as the default ones.  The
733 problem seems to have been just the two typos defining the wrong
734 lengths.  We allow @code{m4} exit by giving it an EOF as input:
735
736 @smallexample
737 @b{C-d}
738 Program exited normally.
739 @end smallexample
740
741 @noindent
742 The message @samp{Program exited normally.} is from @value{GDBN}; it
743 indicates @code{m4} has finished executing.  We can end our @value{GDBN}
744 session with the @value{GDBN} @code{quit} command.
745
746 @smallexample
747 (@value{GDBP}) @b{quit}
748 @end smallexample
749
750 @node Invocation
751 @chapter Getting In and Out of @value{GDBN}
752
753 This chapter discusses how to start @value{GDBN}, and how to get out of it.
754 The essentials are:
755 @itemize @bullet
756 @item
757 type @samp{@value{GDBP}} to start @value{GDBN}.
758 @item
759 type @kbd{quit} or @kbd{C-d} to exit.
760 @end itemize
761
762 @menu
763 * Invoking GDB::                How to start @value{GDBN}
764 * Quitting GDB::                How to quit @value{GDBN}
765 * Shell Commands::              How to use shell commands inside @value{GDBN}
766 * Logging output::              How to log @value{GDBN}'s output to a file
767 @end menu
768
769 @node Invoking GDB
770 @section Invoking @value{GDBN}
771
772 Invoke @value{GDBN} by running the program @code{@value{GDBP}}.  Once started,
773 @value{GDBN} reads commands from the terminal until you tell it to exit.
774
775 You can also run @code{@value{GDBP}} with a variety of arguments and options,
776 to specify more of your debugging environment at the outset.
777
778 The command-line options described here are designed
779 to cover a variety of situations; in some environments, some of these
780 options may effectively be unavailable.
781
782 The most usual way to start @value{GDBN} is with one argument,
783 specifying an executable program:
784
785 @smallexample
786 @value{GDBP} @var{program}
787 @end smallexample
788
789 @noindent
790 You can also start with both an executable program and a core file
791 specified:
792
793 @smallexample
794 @value{GDBP} @var{program} @var{core}
795 @end smallexample
796
797 You can, instead, specify a process ID as a second argument, if you want
798 to debug a running process:
799
800 @smallexample
801 @value{GDBP} @var{program} 1234
802 @end smallexample
803
804 @noindent
805 would attach @value{GDBN} to process @code{1234} (unless you also have a file
806 named @file{1234}; @value{GDBN} does check for a core file first).
807
808 Taking advantage of the second command-line argument requires a fairly
809 complete operating system; when you use @value{GDBN} as a remote
810 debugger attached to a bare board, there may not be any notion of
811 ``process'', and there is often no way to get a core dump.  @value{GDBN}
812 will warn you if it is unable to attach or to read core dumps.
813
814 You can optionally have @code{@value{GDBP}} pass any arguments after the
815 executable file to the inferior using @code{--args}.  This option stops
816 option processing.
817 @smallexample
818 gdb --args gcc -O2 -c foo.c
819 @end smallexample
820 This will cause @code{@value{GDBP}} to debug @code{gcc}, and to set
821 @code{gcc}'s command-line arguments (@pxref{Arguments}) to @samp{-O2 -c foo.c}.
822
823 You can run @code{@value{GDBP}} without printing the front material, which describes
824 @value{GDBN}'s non-warranty, by specifying @code{-silent}:
825
826 @smallexample
827 @value{GDBP} -silent
828 @end smallexample
829
830 @noindent
831 You can further control how @value{GDBN} starts up by using command-line
832 options.  @value{GDBN} itself can remind you of the options available.
833
834 @noindent
835 Type
836
837 @smallexample
838 @value{GDBP} -help
839 @end smallexample
840
841 @noindent
842 to display all available options and briefly describe their use
843 (@samp{@value{GDBP} -h} is a shorter equivalent).
844
845 All options and command line arguments you give are processed
846 in sequential order.  The order makes a difference when the
847 @samp{-x} option is used.
848
849
850 @menu
851 * File Options::                Choosing files
852 * Mode Options::                Choosing modes
853 * Startup::                     What @value{GDBN} does during startup
854 @end menu
855
856 @node File Options
857 @subsection Choosing files
858
859 When @value{GDBN} starts, it reads any arguments other than options as
860 specifying an executable file and core file (or process ID).  This is
861 the same as if the arguments were specified by the @samp{-se} and
862 @samp{-c} (or @samp{-p} options respectively.  (@value{GDBN} reads the
863 first argument that does not have an associated option flag as
864 equivalent to the @samp{-se} option followed by that argument; and the
865 second argument that does not have an associated option flag, if any, as
866 equivalent to the @samp{-c}/@samp{-p} option followed by that argument.)
867 If the second argument begins with a decimal digit, @value{GDBN} will
868 first attempt to attach to it as a process, and if that fails, attempt
869 to open it as a corefile.  If you have a corefile whose name begins with
870 a digit, you can prevent @value{GDBN} from treating it as a pid by
871 prefixing it with @file{./}, eg. @file{./12345}.
872
873 If @value{GDBN} has not been configured to included core file support,
874 such as for most embedded targets, then it will complain about a second
875 argument and ignore it.
876
877 Many options have both long and short forms; both are shown in the
878 following list.  @value{GDBN} also recognizes the long forms if you truncate
879 them, so long as enough of the option is present to be unambiguous.
880 (If you prefer, you can flag option arguments with @samp{--} rather
881 than @samp{-}, though we illustrate the more usual convention.)
882
883 @c NOTE: the @cindex entries here use double dashes ON PURPOSE.  This
884 @c way, both those who look for -foo and --foo in the index, will find
885 @c it.
886
887 @table @code
888 @item -symbols @var{file}
889 @itemx -s @var{file}
890 @cindex @code{--symbols}
891 @cindex @code{-s}
892 Read symbol table from file @var{file}.
893
894 @item -exec @var{file}
895 @itemx -e @var{file}
896 @cindex @code{--exec}
897 @cindex @code{-e}
898 Use file @var{file} as the executable file to execute when appropriate,
899 and for examining pure data in conjunction with a core dump.
900
901 @item -se @var{file}
902 @cindex @code{--se}
903 Read symbol table from file @var{file} and use it as the executable
904 file.
905
906 @item -core @var{file}
907 @itemx -c @var{file}
908 @cindex @code{--core}
909 @cindex @code{-c}
910 Use file @var{file} as a core dump to examine.
911
912 @item -c @var{number}
913 @item -pid @var{number}
914 @itemx -p @var{number}
915 @cindex @code{--pid}
916 @cindex @code{-p}
917 Connect to process ID @var{number}, as with the @code{attach} command.
918 If there is no such process, @value{GDBN} will attempt to open a core
919 file named @var{number}.
920
921 @item -command @var{file}
922 @itemx -x @var{file}
923 @cindex @code{--command}
924 @cindex @code{-x}
925 Execute @value{GDBN} commands from file @var{file}.  @xref{Command
926 Files,, Command files}.
927
928 @item -directory @var{directory}
929 @itemx -d @var{directory}
930 @cindex @code{--directory}
931 @cindex @code{-d}
932 Add @var{directory} to the path to search for source files.
933
934 @item -m
935 @itemx -mapped
936 @cindex @code{--mapped}
937 @cindex @code{-m}
938 @emph{Warning: this option depends on operating system facilities that are not
939 supported on all systems.}@*
940 If memory-mapped files are available on your system through the @code{mmap}
941 system call, you can use this option
942 to have @value{GDBN} write the symbols from your
943 program into a reusable file in the current directory.  If the program you are debugging is
944 called @file{/tmp/fred}, the mapped symbol file is @file{/tmp/fred.syms}.
945 Future @value{GDBN} debugging sessions notice the presence of this file,
946 and can quickly map in symbol information from it, rather than reading
947 the symbol table from the executable program.
948
949 The @file{.syms} file is specific to the host machine where @value{GDBN}
950 is run.  It holds an exact image of the internal @value{GDBN} symbol
951 table.  It cannot be shared across multiple host platforms.
952
953 @item -r
954 @itemx -readnow
955 @cindex @code{--readnow}
956 @cindex @code{-r}
957 Read each symbol file's entire symbol table immediately, rather than
958 the default, which is to read it incrementally as it is needed.
959 This makes startup slower, but makes future operations faster.
960
961 @end table
962
963 You typically combine the @code{-mapped} and @code{-readnow} options in
964 order to build a @file{.syms} file that contains complete symbol
965 information.  (@xref{Files,,Commands to specify files}, for information
966 on @file{.syms} files.)  A simple @value{GDBN} invocation to do nothing
967 but build a @file{.syms} file for future use is:
968
969 @smallexample
970 gdb -batch -nx -mapped -readnow programname
971 @end smallexample
972
973 @node Mode Options
974 @subsection Choosing modes
975
976 You can run @value{GDBN} in various alternative modes---for example, in
977 batch mode or quiet mode.
978
979 @table @code
980 @item -nx
981 @itemx -n
982 @cindex @code{--nx}
983 @cindex @code{-n}
984 Do not execute commands found in any initialization files.  Normally,
985 @value{GDBN} executes the commands in these files after all the command
986 options and arguments have been processed.  @xref{Command Files,,Command
987 files}.
988
989 @item -quiet
990 @itemx -silent
991 @itemx -q
992 @cindex @code{--quiet}
993 @cindex @code{--silent}
994 @cindex @code{-q}
995 ``Quiet''.  Do not print the introductory and copyright messages.  These
996 messages are also suppressed in batch mode.
997
998 @item -batch
999 @cindex @code{--batch}
1000 Run in batch mode.  Exit with status @code{0} after processing all the
1001 command files specified with @samp{-x} (and all commands from
1002 initialization files, if not inhibited with @samp{-n}).  Exit with
1003 nonzero status if an error occurs in executing the @value{GDBN} commands
1004 in the command files.
1005
1006 Batch mode may be useful for running @value{GDBN} as a filter, for
1007 example to download and run a program on another computer; in order to
1008 make this more useful, the message
1009
1010 @smallexample
1011 Program exited normally.
1012 @end smallexample
1013
1014 @noindent
1015 (which is ordinarily issued whenever a program running under
1016 @value{GDBN} control terminates) is not issued when running in batch
1017 mode.
1018
1019 @item -nowindows
1020 @itemx -nw
1021 @cindex @code{--nowindows}
1022 @cindex @code{-nw}
1023 ``No windows''.  If @value{GDBN} comes with a graphical user interface
1024 (GUI) built in, then this option tells @value{GDBN} to only use the command-line
1025 interface.  If no GUI is available, this option has no effect.
1026
1027 @item -windows
1028 @itemx -w
1029 @cindex @code{--windows}
1030 @cindex @code{-w}
1031 If @value{GDBN} includes a GUI, then this option requires it to be
1032 used if possible.
1033
1034 @item -cd @var{directory}
1035 @cindex @code{--cd}
1036 Run @value{GDBN} using @var{directory} as its working directory,
1037 instead of the current directory.
1038
1039 @item -fullname
1040 @itemx -f
1041 @cindex @code{--fullname}
1042 @cindex @code{-f}
1043 @sc{gnu} Emacs sets this option when it runs @value{GDBN} as a
1044 subprocess.  It tells @value{GDBN} to output the full file name and line
1045 number in a standard, recognizable fashion each time a stack frame is
1046 displayed (which includes each time your program stops).  This
1047 recognizable format looks like two @samp{\032} characters, followed by
1048 the file name, line number and character position separated by colons,
1049 and a newline.  The Emacs-to-@value{GDBN} interface program uses the two
1050 @samp{\032} characters as a signal to display the source code for the
1051 frame.
1052
1053 @item -epoch
1054 @cindex @code{--epoch}
1055 The Epoch Emacs-@value{GDBN} interface sets this option when it runs
1056 @value{GDBN} as a subprocess.  It tells @value{GDBN} to modify its print
1057 routines so as to allow Epoch to display values of expressions in a
1058 separate window.
1059
1060 @item -annotate @var{level}
1061 @cindex @code{--annotate}
1062 This option sets the @dfn{annotation level} inside @value{GDBN}.  Its
1063 effect is identical to using @samp{set annotate @var{level}}
1064 (@pxref{Annotations}).  The annotation @var{level} controls how much
1065 information @value{GDBN} prints together with its prompt, values of
1066 expressions, source lines, and other types of output.  Level 0 is the
1067 normal, level 1 is for use when @value{GDBN} is run as a subprocess of
1068 @sc{gnu} Emacs, level 3 is the maximum annotation suitable for programs
1069 that control @value{GDBN}, and level 2 has been deprecated.
1070
1071 The annotation mechanism has largely been superseeded by @sc{gdb/mi}
1072 (@pxref{GDB/MI}).
1073
1074 @item --args
1075 @cindex @code{--args}
1076 Change interpretation of command line so that arguments following the
1077 executable file are passed as command line arguments to the inferior.
1078 This option stops option processing.
1079
1080 @item -baud @var{bps}
1081 @itemx -b @var{bps}
1082 @cindex @code{--baud}
1083 @cindex @code{-b}
1084 Set the line speed (baud rate or bits per second) of any serial
1085 interface used by @value{GDBN} for remote debugging.
1086
1087 @item -l @var{timeout}
1088 @cindex @code{-l}
1089 Set the timeout (in seconds) of any communication used by @value{GDBN}
1090 for remote debugging.
1091
1092 @item -tty @var{device}
1093 @itemx -t @var{device}
1094 @cindex @code{--tty}
1095 @cindex @code{-t}
1096 Run using @var{device} for your program's standard input and output.
1097 @c FIXME: kingdon thinks there is more to -tty.  Investigate.
1098
1099 @c resolve the situation of these eventually
1100 @item -tui
1101 @cindex @code{--tui}
1102 Activate the @dfn{Text User Interface} when starting.  The Text User
1103 Interface manages several text windows on the terminal, showing
1104 source, assembly, registers and @value{GDBN} command outputs
1105 (@pxref{TUI, ,@value{GDBN} Text User Interface}).  Alternatively, the
1106 Text User Interface can be enabled by invoking the program
1107 @samp{gdbtui}.  Do not use this option if you run @value{GDBN} from
1108 Emacs (@pxref{Emacs, ,Using @value{GDBN} under @sc{gnu} Emacs}).
1109
1110 @c @item -xdb
1111 @c @cindex @code{--xdb}
1112 @c Run in XDB compatibility mode, allowing the use of certain XDB commands.
1113 @c For information, see the file @file{xdb_trans.html}, which is usually
1114 @c installed in the directory @code{/opt/langtools/wdb/doc} on HP-UX
1115 @c systems.
1116
1117 @item -interpreter @var{interp}
1118 @cindex @code{--interpreter}
1119 Use the interpreter @var{interp} for interface with the controlling
1120 program or device.  This option is meant to be set by programs which
1121 communicate with @value{GDBN} using it as a back end.
1122 @xref{Interpreters, , Command Interpreters}.
1123
1124 @samp{--interpreter=mi} (or @samp{--interpreter=mi2}) causes
1125 @value{GDBN} to use the @dfn{@sc{gdb/mi} interface} (@pxref{GDB/MI, ,
1126 The @sc{gdb/mi} Interface}) included since @value{GDBN} version 6.0.  The
1127 previous @sc{gdb/mi} interface, included in @value{GDBN} version 5.3 and
1128 selected with @samp{--interpreter=mi1}, is deprecated.  Earlier
1129 @sc{gdb/mi} interfaces are no longer supported.
1130
1131 @item -write
1132 @cindex @code{--write}
1133 Open the executable and core files for both reading and writing.  This
1134 is equivalent to the @samp{set write on} command inside @value{GDBN}
1135 (@pxref{Patching}).
1136
1137 @item -statistics
1138 @cindex @code{--statistics}
1139 This option causes @value{GDBN} to print statistics about time and
1140 memory usage after it completes each command and returns to the prompt.
1141
1142 @item -version
1143 @cindex @code{--version}
1144 This option causes @value{GDBN} to print its version number and
1145 no-warranty blurb, and exit.
1146
1147 @end table
1148
1149 @node Startup
1150 @subsection What @value{GDBN} does during startup
1151 @cindex @value{GDBN} startup
1152
1153 Here's the description of what @value{GDBN} does during session startup:
1154
1155 @enumerate
1156 @item
1157 Sets up the command interpreter as specified by the command line
1158 (@pxref{Mode Options, interpreter}).
1159
1160 @item
1161 @cindex init file
1162 Reads the @dfn{init file} (if any) in your home directory@footnote{On
1163 DOS/Windows systems, the home directory is the one pointed to by the
1164 @code{HOME} environment variable.} and executes all the commands in
1165 that file.
1166
1167 @item
1168 Processes command line options and operands.
1169
1170 @item
1171 Reads and executes the commands from init file (if any) in the current
1172 working directory.  This is only done if the current directory is
1173 different from your home directory.  Thus, you can have more than one
1174 init file, one generic in your home directory, and another, specific
1175 to the program you are debugging, in the directory where you invoke
1176 @value{GDBN}.
1177
1178 @item
1179 Reads command files specified by the @samp{-x} option.  @xref{Command
1180 Files}, for more details about @value{GDBN} command files.
1181
1182 @item
1183 Reads the command history recorded in the @dfn{history file}.
1184 @xref{History}, for more details about the command history and the
1185 files where @value{GDBN} records it.
1186 @end enumerate
1187
1188 Init files use the same syntax as @dfn{command files} (@pxref{Command
1189 Files}) and are processed by @value{GDBN} in the same way.  The init
1190 file in your home directory can set options (such as @samp{set
1191 complaints}) that affect subsequent processing of command line options
1192 and operands.  Init files are not executed if you use the @samp{-nx}
1193 option (@pxref{Mode Options, ,Choosing modes}).
1194
1195 @cindex init file name
1196 @cindex @file{.gdbinit}
1197 The @value{GDBN} init files are normally called @file{.gdbinit}.
1198 On some configurations of @value{GDBN}, the init file is known by a
1199 different name (these are typically environments where a specialized
1200 form of @value{GDBN} may need to coexist with other forms, hence a
1201 different name for the specialized version's init file).  These are the
1202 environments with special init file names:
1203
1204 @itemize @bullet
1205 @cindex @file{gdb.ini}
1206 @item
1207 The DJGPP port of @value{GDBN} uses the name @file{gdb.ini}, due to
1208 the limitations of file names imposed by DOS filesystems.  The Windows
1209 ports of @value{GDBN} use the standard name, but if they find a
1210 @file{gdb.ini} file, they warn you about that and suggest to rename
1211 the file to the standard name.
1212
1213 @cindex @file{.vxgdbinit}
1214 @item
1215 VxWorks (Wind River Systems real-time OS): @file{.vxgdbinit}
1216
1217 @cindex @file{.os68gdbinit}
1218 @item
1219 OS68K (Enea Data Systems real-time OS): @file{.os68gdbinit}
1220
1221 @cindex @file{.esgdbinit}
1222 @item
1223 ES-1800 (Ericsson Telecom AB M68000 emulator): @file{.esgdbinit}
1224
1225 @item
1226 CISCO 68k: @file{.cisco-gdbinit}
1227 @end itemize
1228
1229
1230 @node Quitting GDB
1231 @section Quitting @value{GDBN}
1232 @cindex exiting @value{GDBN}
1233 @cindex leaving @value{GDBN}
1234
1235 @table @code
1236 @kindex quit @r{[}@var{expression}@r{]}
1237 @kindex q @r{(@code{quit})}
1238 @item quit @r{[}@var{expression}@r{]}
1239 @itemx q
1240 To exit @value{GDBN}, use the @code{quit} command (abbreviated
1241 @code{q}), or type an end-of-file character (usually @kbd{C-d}).  If you
1242 do not supply @var{expression}, @value{GDBN} will terminate normally;
1243 otherwise it will terminate using the result of @var{expression} as the
1244 error code.
1245 @end table
1246
1247 @cindex interrupt
1248 An interrupt (often @kbd{C-c}) does not exit from @value{GDBN}, but rather
1249 terminates the action of any @value{GDBN} command that is in progress and
1250 returns to @value{GDBN} command level.  It is safe to type the interrupt
1251 character at any time because @value{GDBN} does not allow it to take effect
1252 until a time when it is safe.
1253
1254 If you have been using @value{GDBN} to control an attached process or
1255 device, you can release it with the @code{detach} command
1256 (@pxref{Attach, ,Debugging an already-running process}).
1257
1258 @node Shell Commands
1259 @section Shell commands
1260
1261 If you need to execute occasional shell commands during your
1262 debugging session, there is no need to leave or suspend @value{GDBN}; you can
1263 just use the @code{shell} command.
1264
1265 @table @code
1266 @kindex shell
1267 @cindex shell escape
1268 @item shell @var{command string}
1269 Invoke a standard shell to execute @var{command string}.
1270 If it exists, the environment variable @code{SHELL} determines which
1271 shell to run.  Otherwise @value{GDBN} uses the default shell
1272 (@file{/bin/sh} on Unix systems, @file{COMMAND.COM} on MS-DOS, etc.).
1273 @end table
1274
1275 The utility @code{make} is often needed in development environments.
1276 You do not have to use the @code{shell} command for this purpose in
1277 @value{GDBN}:
1278
1279 @table @code
1280 @kindex make
1281 @cindex calling make
1282 @item make @var{make-args}
1283 Execute the @code{make} program with the specified
1284 arguments.  This is equivalent to @samp{shell make @var{make-args}}.
1285 @end table
1286
1287 @node Logging output
1288 @section Logging output
1289 @cindex logging @value{GDBN} output
1290 @cindex save @value{GDBN} output to a file
1291
1292 You may want to save the output of @value{GDBN} commands to a file.
1293 There are several commands to control @value{GDBN}'s logging.
1294
1295 @table @code
1296 @kindex set logging
1297 @item set logging on
1298 Enable logging.
1299 @item set logging off
1300 Disable logging.
1301 @cindex logging file name
1302 @item set logging file @var{file}
1303 Change the name of the current logfile.  The default logfile is @file{gdb.txt}.
1304 @item set logging overwrite [on|off]
1305 By default, @value{GDBN} will append to the logfile.  Set @code{overwrite} if
1306 you want @code{set logging on} to overwrite the logfile instead.
1307 @item set logging redirect [on|off]
1308 By default, @value{GDBN} output will go to both the terminal and the logfile.
1309 Set @code{redirect} if you want output to go only to the log file.
1310 @kindex show logging
1311 @item show logging
1312 Show the current values of the logging settings.
1313 @end table
1314
1315 @node Commands
1316 @chapter @value{GDBN} Commands
1317
1318 You can abbreviate a @value{GDBN} command to the first few letters of the command
1319 name, if that abbreviation is unambiguous; and you can repeat certain
1320 @value{GDBN} commands by typing just @key{RET}.  You can also use the @key{TAB}
1321 key to get @value{GDBN} to fill out the rest of a word in a command (or to
1322 show you the alternatives available, if there is more than one possibility).
1323
1324 @menu
1325 * Command Syntax::              How to give commands to @value{GDBN}
1326 * Completion::                  Command completion
1327 * Help::                        How to ask @value{GDBN} for help
1328 @end menu
1329
1330 @node Command Syntax
1331 @section Command syntax
1332
1333 A @value{GDBN} command is a single line of input.  There is no limit on
1334 how long it can be.  It starts with a command name, which is followed by
1335 arguments whose meaning depends on the command name.  For example, the
1336 command @code{step} accepts an argument which is the number of times to
1337 step, as in @samp{step 5}.  You can also use the @code{step} command
1338 with no arguments.  Some commands do not allow any arguments.
1339
1340 @cindex abbreviation
1341 @value{GDBN} command names may always be truncated if that abbreviation is
1342 unambiguous.  Other possible command abbreviations are listed in the
1343 documentation for individual commands.  In some cases, even ambiguous
1344 abbreviations are allowed; for example, @code{s} is specially defined as
1345 equivalent to @code{step} even though there are other commands whose
1346 names start with @code{s}.  You can test abbreviations by using them as
1347 arguments to the @code{help} command.
1348
1349 @cindex repeating commands
1350 @kindex RET @r{(repeat last command)}
1351 A blank line as input to @value{GDBN} (typing just @key{RET}) means to
1352 repeat the previous command.  Certain commands (for example, @code{run})
1353 will not repeat this way; these are commands whose unintentional
1354 repetition might cause trouble and which you are unlikely to want to
1355 repeat.  User-defined commands can disable this feature; see
1356 @ref{Define, dont-repeat}.
1357
1358 The @code{list} and @code{x} commands, when you repeat them with
1359 @key{RET}, construct new arguments rather than repeating
1360 exactly as typed.  This permits easy scanning of source or memory.
1361
1362 @value{GDBN} can also use @key{RET} in another way: to partition lengthy
1363 output, in a way similar to the common utility @code{more}
1364 (@pxref{Screen Size,,Screen size}).  Since it is easy to press one
1365 @key{RET} too many in this situation, @value{GDBN} disables command
1366 repetition after any command that generates this sort of display.
1367
1368 @kindex # @r{(a comment)}
1369 @cindex comment
1370 Any text from a @kbd{#} to the end of the line is a comment; it does
1371 nothing.  This is useful mainly in command files (@pxref{Command
1372 Files,,Command files}).
1373
1374 @cindex repeating command sequences
1375 @kindex C-o @r{(operate-and-get-next)}
1376 The @kbd{C-o} binding is useful for repeating a complex sequence of
1377 commands.  This command accepts the current line, like @kbd{RET}, and
1378 then fetches the next line relative to the current line from the history
1379 for editing.
1380
1381 @node Completion
1382 @section Command completion
1383
1384 @cindex completion
1385 @cindex word completion
1386 @value{GDBN} can fill in the rest of a word in a command for you, if there is
1387 only one possibility; it can also show you what the valid possibilities
1388 are for the next word in a command, at any time.  This works for @value{GDBN}
1389 commands, @value{GDBN} subcommands, and the names of symbols in your program.
1390
1391 Press the @key{TAB} key whenever you want @value{GDBN} to fill out the rest
1392 of a word.  If there is only one possibility, @value{GDBN} fills in the
1393 word, and waits for you to finish the command (or press @key{RET} to
1394 enter it).  For example, if you type
1395
1396 @c FIXME "@key" does not distinguish its argument sufficiently to permit
1397 @c complete accuracy in these examples; space introduced for clarity.
1398 @c If texinfo enhancements make it unnecessary, it would be nice to
1399 @c replace " @key" by "@key" in the following...
1400 @smallexample
1401 (@value{GDBP}) info bre @key{TAB}
1402 @end smallexample
1403
1404 @noindent
1405 @value{GDBN} fills in the rest of the word @samp{breakpoints}, since that is
1406 the only @code{info} subcommand beginning with @samp{bre}:
1407
1408 @smallexample
1409 (@value{GDBP}) info breakpoints
1410 @end smallexample
1411
1412 @noindent
1413 You can either press @key{RET} at this point, to run the @code{info
1414 breakpoints} command, or backspace and enter something else, if
1415 @samp{breakpoints} does not look like the command you expected.  (If you
1416 were sure you wanted @code{info breakpoints} in the first place, you
1417 might as well just type @key{RET} immediately after @samp{info bre},
1418 to exploit command abbreviations rather than command completion).
1419
1420 If there is more than one possibility for the next word when you press
1421 @key{TAB}, @value{GDBN} sounds a bell.  You can either supply more
1422 characters and try again, or just press @key{TAB} a second time;
1423 @value{GDBN} displays all the possible completions for that word.  For
1424 example, you might want to set a breakpoint on a subroutine whose name
1425 begins with @samp{make_}, but when you type @kbd{b make_@key{TAB}} @value{GDBN}
1426 just sounds the bell.  Typing @key{TAB} again displays all the
1427 function names in your program that begin with those characters, for
1428 example:
1429
1430 @smallexample
1431 (@value{GDBP}) b make_ @key{TAB}
1432 @exdent @value{GDBN} sounds bell; press @key{TAB} again, to see:
1433 make_a_section_from_file     make_environ
1434 make_abs_section             make_function_type
1435 make_blockvector             make_pointer_type
1436 make_cleanup                 make_reference_type
1437 make_command                 make_symbol_completion_list
1438 (@value{GDBP}) b make_
1439 @end smallexample
1440
1441 @noindent
1442 After displaying the available possibilities, @value{GDBN} copies your
1443 partial input (@samp{b make_} in the example) so you can finish the
1444 command.
1445
1446 If you just want to see the list of alternatives in the first place, you
1447 can press @kbd{M-?} rather than pressing @key{TAB} twice.  @kbd{M-?}
1448 means @kbd{@key{META} ?}.  You can type this either by holding down a
1449 key designated as the @key{META} shift on your keyboard (if there is
1450 one) while typing @kbd{?}, or as @key{ESC} followed by @kbd{?}.
1451
1452 @cindex quotes in commands
1453 @cindex completion of quoted strings
1454 Sometimes the string you need, while logically a ``word'', may contain
1455 parentheses or other characters that @value{GDBN} normally excludes from
1456 its notion of a word.  To permit word completion to work in this
1457 situation, you may enclose words in @code{'} (single quote marks) in
1458 @value{GDBN} commands.
1459
1460 The most likely situation where you might need this is in typing the
1461 name of a C@t{++} function.  This is because C@t{++} allows function
1462 overloading (multiple definitions of the same function, distinguished
1463 by argument type).  For example, when you want to set a breakpoint you
1464 may need to distinguish whether you mean the version of @code{name}
1465 that takes an @code{int} parameter, @code{name(int)}, or the version
1466 that takes a @code{float} parameter, @code{name(float)}.  To use the
1467 word-completion facilities in this situation, type a single quote
1468 @code{'} at the beginning of the function name.  This alerts
1469 @value{GDBN} that it may need to consider more information than usual
1470 when you press @key{TAB} or @kbd{M-?} to request word completion:
1471
1472 @smallexample
1473 (@value{GDBP}) b 'bubble( @kbd{M-?}
1474 bubble(double,double)    bubble(int,int)
1475 (@value{GDBP}) b 'bubble(
1476 @end smallexample
1477
1478 In some cases, @value{GDBN} can tell that completing a name requires using
1479 quotes.  When this happens, @value{GDBN} inserts the quote for you (while
1480 completing as much as it can) if you do not type the quote in the first
1481 place:
1482
1483 @smallexample
1484 (@value{GDBP}) b bub @key{TAB}
1485 @exdent @value{GDBN} alters your input line to the following, and rings a bell:
1486 (@value{GDBP}) b 'bubble(
1487 @end smallexample
1488
1489 @noindent
1490 In general, @value{GDBN} can tell that a quote is needed (and inserts it) if
1491 you have not yet started typing the argument list when you ask for
1492 completion on an overloaded symbol.
1493
1494 For more information about overloaded functions, see @ref{C plus plus
1495 expressions, ,C@t{++} expressions}.  You can use the command @code{set
1496 overload-resolution off} to disable overload resolution;
1497 see @ref{Debugging C plus plus, ,@value{GDBN} features for C@t{++}}.
1498
1499
1500 @node Help
1501 @section Getting help
1502 @cindex online documentation
1503 @kindex help
1504
1505 You can always ask @value{GDBN} itself for information on its commands,
1506 using the command @code{help}.
1507
1508 @table @code
1509 @kindex h @r{(@code{help})}
1510 @item help
1511 @itemx h
1512 You can use @code{help} (abbreviated @code{h}) with no arguments to
1513 display a short list of named classes of commands:
1514
1515 @smallexample
1516 (@value{GDBP}) help
1517 List of classes of commands:
1518
1519 aliases -- Aliases of other commands
1520 breakpoints -- Making program stop at certain points
1521 data -- Examining data
1522 files -- Specifying and examining files
1523 internals -- Maintenance commands
1524 obscure -- Obscure features
1525 running -- Running the program
1526 stack -- Examining the stack
1527 status -- Status inquiries
1528 support -- Support facilities
1529 tracepoints -- Tracing of program execution without@*
1530                stopping the program
1531 user-defined -- User-defined commands
1532
1533 Type "help" followed by a class name for a list of
1534 commands in that class.
1535 Type "help" followed by command name for full
1536 documentation.
1537 Command name abbreviations are allowed if unambiguous.
1538 (@value{GDBP})
1539 @end smallexample
1540 @c the above line break eliminates huge line overfull...
1541
1542 @item help @var{class}
1543 Using one of the general help classes as an argument, you can get a
1544 list of the individual commands in that class.  For example, here is the
1545 help display for the class @code{status}:
1546
1547 @smallexample
1548 (@value{GDBP}) help status
1549 Status inquiries.
1550
1551 List of commands:
1552
1553 @c Line break in "show" line falsifies real output, but needed
1554 @c to fit in smallbook page size.
1555 info -- Generic command for showing things
1556  about the program being debugged
1557 show -- Generic command for showing things
1558  about the debugger
1559
1560 Type "help" followed by command name for full
1561 documentation.
1562 Command name abbreviations are allowed if unambiguous.
1563 (@value{GDBP})
1564 @end smallexample
1565
1566 @item help @var{command}
1567 With a command name as @code{help} argument, @value{GDBN} displays a
1568 short paragraph on how to use that command.
1569
1570 @kindex apropos
1571 @item apropos @var{args}
1572 The @code{apropos} command searches through all of the @value{GDBN}
1573 commands, and their documentation, for the regular expression specified in
1574 @var{args}. It prints out all matches found. For example:
1575
1576 @smallexample
1577 apropos reload
1578 @end smallexample
1579
1580 @noindent
1581 results in:
1582
1583 @smallexample
1584 @c @group
1585 set symbol-reloading -- Set dynamic symbol table reloading
1586                                  multiple times in one run
1587 show symbol-reloading -- Show dynamic symbol table reloading
1588                                  multiple times in one run
1589 @c @end group
1590 @end smallexample
1591
1592 @kindex complete
1593 @item complete @var{args}
1594 The @code{complete @var{args}} command lists all the possible completions
1595 for the beginning of a command.  Use @var{args} to specify the beginning of the
1596 command you want completed.  For example:
1597
1598 @smallexample
1599 complete i
1600 @end smallexample
1601
1602 @noindent results in:
1603
1604 @smallexample
1605 @group
1606 if
1607 ignore
1608 info
1609 inspect
1610 @end group
1611 @end smallexample
1612
1613 @noindent This is intended for use by @sc{gnu} Emacs.
1614 @end table
1615
1616 In addition to @code{help}, you can use the @value{GDBN} commands @code{info}
1617 and @code{show} to inquire about the state of your program, or the state
1618 of @value{GDBN} itself.  Each command supports many topics of inquiry; this
1619 manual introduces each of them in the appropriate context.  The listings
1620 under @code{info} and under @code{show} in the Index point to
1621 all the sub-commands.  @xref{Index}.
1622
1623 @c @group
1624 @table @code
1625 @kindex info
1626 @kindex i @r{(@code{info})}
1627 @item info
1628 This command (abbreviated @code{i}) is for describing the state of your
1629 program.  For example, you can list the arguments given to your program
1630 with @code{info args}, list the registers currently in use with @code{info
1631 registers}, or list the breakpoints you have set with @code{info breakpoints}.
1632 You can get a complete list of the @code{info} sub-commands with
1633 @w{@code{help info}}.
1634
1635 @kindex set
1636 @item set
1637 You can assign the result of an expression to an environment variable with
1638 @code{set}.  For example, you can set the @value{GDBN} prompt to a $-sign with
1639 @code{set prompt $}.
1640
1641 @kindex show
1642 @item show
1643 In contrast to @code{info}, @code{show} is for describing the state of
1644 @value{GDBN} itself.
1645 You can change most of the things you can @code{show}, by using the
1646 related command @code{set}; for example, you can control what number
1647 system is used for displays with @code{set radix}, or simply inquire
1648 which is currently in use with @code{show radix}.
1649
1650 @kindex info set
1651 To display all the settable parameters and their current
1652 values, you can use @code{show} with no arguments; you may also use
1653 @code{info set}.  Both commands produce the same display.
1654 @c FIXME: "info set" violates the rule that "info" is for state of
1655 @c FIXME...program.  Ck w/ GNU: "info set" to be called something else,
1656 @c FIXME...or change desc of rule---eg "state of prog and debugging session"?
1657 @end table
1658 @c @end group
1659
1660 Here are three miscellaneous @code{show} subcommands, all of which are
1661 exceptional in lacking corresponding @code{set} commands:
1662
1663 @table @code
1664 @kindex show version
1665 @cindex @value{GDBN} version number
1666 @item show version
1667 Show what version of @value{GDBN} is running.  You should include this
1668 information in @value{GDBN} bug-reports.  If multiple versions of
1669 @value{GDBN} are in use at your site, you may need to determine which
1670 version of @value{GDBN} you are running; as @value{GDBN} evolves, new
1671 commands are introduced, and old ones may wither away.  Also, many
1672 system vendors ship variant versions of @value{GDBN}, and there are
1673 variant versions of @value{GDBN} in @sc{gnu}/Linux distributions as well.
1674 The version number is the same as the one announced when you start
1675 @value{GDBN}.
1676
1677 @kindex show copying
1678 @kindex info copying
1679 @cindex display @value{GDBN} copyright
1680 @item show copying
1681 @itemx info copying
1682 Display information about permission for copying @value{GDBN}.
1683
1684 @kindex show warranty
1685 @kindex info warranty
1686 @item show warranty
1687 @itemx info warranty
1688 Display the @sc{gnu} ``NO WARRANTY'' statement, or a warranty,
1689 if your version of @value{GDBN} comes with one.
1690
1691 @end table
1692
1693 @node Running
1694 @chapter Running Programs Under @value{GDBN}
1695
1696 When you run a program under @value{GDBN}, you must first generate
1697 debugging information when you compile it.
1698
1699 You may start @value{GDBN} with its arguments, if any, in an environment
1700 of your choice.  If you are doing native debugging, you may redirect
1701 your program's input and output, debug an already running process, or
1702 kill a child process.
1703
1704 @menu
1705 * Compilation::                 Compiling for debugging
1706 * Starting::                    Starting your program
1707 * Arguments::                   Your program's arguments
1708 * Environment::                 Your program's environment
1709
1710 * Working Directory::           Your program's working directory
1711 * Input/Output::                Your program's input and output
1712 * Attach::                      Debugging an already-running process
1713 * Kill Process::                Killing the child process
1714
1715 * Threads::                     Debugging programs with multiple threads
1716 * Processes::                   Debugging programs with multiple processes
1717 @end menu
1718
1719 @node Compilation
1720 @section Compiling for debugging
1721
1722 In order to debug a program effectively, you need to generate
1723 debugging information when you compile it.  This debugging information
1724 is stored in the object file; it describes the data type of each
1725 variable or function and the correspondence between source line numbers
1726 and addresses in the executable code.
1727
1728 To request debugging information, specify the @samp{-g} option when you run
1729 the compiler.
1730
1731 Programs that are to be shipped to your customers are compiled with
1732 optimizations, using the @samp{-O} compiler option.  However, many
1733 compilers are unable to handle the @samp{-g} and @samp{-O} options
1734 together.  Using those compilers, you cannot generate optimized
1735 executables containing debugging information.
1736
1737 @value{NGCC}, the @sc{gnu} C/C@t{++} compiler, supports @samp{-g} with or
1738 without @samp{-O}, making it possible to debug optimized code.  We
1739 recommend that you @emph{always} use @samp{-g} whenever you compile a
1740 program.  You may think your program is correct, but there is no sense
1741 in pushing your luck.
1742
1743 @cindex optimized code, debugging
1744 @cindex debugging optimized code
1745 When you debug a program compiled with @samp{-g -O}, remember that the
1746 optimizer is rearranging your code; the debugger shows you what is
1747 really there.  Do not be too surprised when the execution path does not
1748 exactly match your source file!  An extreme example: if you define a
1749 variable, but never use it, @value{GDBN} never sees that
1750 variable---because the compiler optimizes it out of existence.
1751
1752 Some things do not work as well with @samp{-g -O} as with just
1753 @samp{-g}, particularly on machines with instruction scheduling.  If in
1754 doubt, recompile with @samp{-g} alone, and if this fixes the problem,
1755 please report it to us as a bug (including a test case!).
1756 @xref{Variables}, for more information about debugging optimized code.
1757
1758 Older versions of the @sc{gnu} C compiler permitted a variant option
1759 @w{@samp{-gg}} for debugging information.  @value{GDBN} no longer supports this
1760 format; if your @sc{gnu} C compiler has this option, do not use it.
1761
1762 @value{GDBN} knows about preprocessor macros and can show you their
1763 expansion (@pxref{Macros}).  Most compilers do not include information
1764 about preprocessor macros in the debugging information if you specify
1765 the @option{-g} flag alone, because this information is rather large.
1766 Version 3.1 and later of @value{NGCC}, the @sc{gnu} C compiler,
1767 provides macro information if you specify the options
1768 @option{-gdwarf-2} and @option{-g3}; the former option requests
1769 debugging information in the Dwarf 2 format, and the latter requests
1770 ``extra information''.  In the future, we hope to find more compact
1771 ways to represent macro information, so that it can be included with
1772 @option{-g} alone.
1773
1774 @need 2000
1775 @node Starting
1776 @section Starting your program
1777 @cindex starting
1778 @cindex running
1779
1780 @table @code
1781 @kindex run
1782 @kindex r @r{(@code{run})}
1783 @item run
1784 @itemx r
1785 Use the @code{run} command to start your program under @value{GDBN}.
1786 You must first specify the program name (except on VxWorks) with an
1787 argument to @value{GDBN} (@pxref{Invocation, ,Getting In and Out of
1788 @value{GDBN}}), or by using the @code{file} or @code{exec-file} command
1789 (@pxref{Files, ,Commands to specify files}).
1790
1791 @end table
1792
1793 If you are running your program in an execution environment that
1794 supports processes, @code{run} creates an inferior process and makes
1795 that process run your program.  (In environments without processes,
1796 @code{run} jumps to the start of your program.)
1797
1798 The execution of a program is affected by certain information it
1799 receives from its superior.  @value{GDBN} provides ways to specify this
1800 information, which you must do @emph{before} starting your program.  (You
1801 can change it after starting your program, but such changes only affect
1802 your program the next time you start it.)  This information may be
1803 divided into four categories:
1804
1805 @table @asis
1806 @item The @emph{arguments.}
1807 Specify the arguments to give your program as the arguments of the
1808 @code{run} command.  If a shell is available on your target, the shell
1809 is used to pass the arguments, so that you may use normal conventions
1810 (such as wildcard expansion or variable substitution) in describing
1811 the arguments.
1812 In Unix systems, you can control which shell is used with the
1813 @code{SHELL} environment variable.
1814 @xref{Arguments, ,Your program's arguments}.
1815
1816 @item The @emph{environment.}
1817 Your program normally inherits its environment from @value{GDBN}, but you can
1818 use the @value{GDBN} commands @code{set environment} and @code{unset
1819 environment} to change parts of the environment that affect
1820 your program.  @xref{Environment, ,Your program's environment}.
1821
1822 @item The @emph{working directory.}
1823 Your program inherits its working directory from @value{GDBN}.  You can set
1824 the @value{GDBN} working directory with the @code{cd} command in @value{GDBN}.
1825 @xref{Working Directory, ,Your program's working directory}.
1826
1827 @item The @emph{standard input and output.}
1828 Your program normally uses the same device for standard input and
1829 standard output as @value{GDBN} is using.  You can redirect input and output
1830 in the @code{run} command line, or you can use the @code{tty} command to
1831 set a different device for your program.
1832 @xref{Input/Output, ,Your program's input and output}.
1833
1834 @cindex pipes
1835 @emph{Warning:} While input and output redirection work, you cannot use
1836 pipes to pass the output of the program you are debugging to another
1837 program; if you attempt this, @value{GDBN} is likely to wind up debugging the
1838 wrong program.
1839 @end table
1840
1841 When you issue the @code{run} command, your program begins to execute
1842 immediately.  @xref{Stopping, ,Stopping and continuing}, for discussion
1843 of how to arrange for your program to stop.  Once your program has
1844 stopped, you may call functions in your program, using the @code{print}
1845 or @code{call} commands.  @xref{Data, ,Examining Data}.
1846
1847 If the modification time of your symbol file has changed since the last
1848 time @value{GDBN} read its symbols, @value{GDBN} discards its symbol
1849 table, and reads it again.  When it does this, @value{GDBN} tries to retain
1850 your current breakpoints.
1851
1852 @table @code
1853 @kindex start
1854 @item start
1855 @cindex run to main procedure
1856 The name of the main procedure can vary from language to language.
1857 With C or C@t{++}, the main procedure name is always @code{main}, but
1858 other languages such as Ada do not require a specific name for their
1859 main procedure.  The debugger provides a convenient way to start the
1860 execution of the program and to stop at the beginning of the main
1861 procedure, depending on the language used.
1862
1863 The @samp{start} command does the equivalent of setting a temporary
1864 breakpoint at the beginning of the main procedure and then invoking
1865 the @samp{run} command.
1866
1867 @cindex elaboration phase
1868 Some programs contain an @dfn{elaboration} phase where some startup code is
1869 executed before the main procedure is called.  This depends on the
1870 languages used to write your program.  In C@t{++}, for instance,
1871 constructors for static and global objects are executed before
1872 @code{main} is called.  It is therefore possible that the debugger stops
1873 before reaching the main procedure.  However, the temporary breakpoint
1874 will remain to halt execution.
1875
1876 Specify the arguments to give to your program as arguments to the
1877 @samp{start} command.  These arguments will be given verbatim to the
1878 underlying @samp{run} command.  Note that the same arguments will be
1879 reused if no argument is provided during subsequent calls to
1880 @samp{start} or @samp{run}.
1881
1882 It is sometimes necessary to debug the program during elaboration.  In
1883 these cases, using the @code{start} command would stop the execution of
1884 your program too late, as the program would have already completed the
1885 elaboration phase.  Under these circumstances, insert breakpoints in your
1886 elaboration code before running your program.
1887 @end table
1888
1889 @node Arguments
1890 @section Your program's arguments
1891
1892 @cindex arguments (to your program)
1893 The arguments to your program can be specified by the arguments of the
1894 @code{run} command.
1895 They are passed to a shell, which expands wildcard characters and
1896 performs redirection of I/O, and thence to your program.  Your
1897 @code{SHELL} environment variable (if it exists) specifies what shell
1898 @value{GDBN} uses.  If you do not define @code{SHELL}, @value{GDBN} uses
1899 the default shell (@file{/bin/sh} on Unix).
1900
1901 On non-Unix systems, the program is usually invoked directly by
1902 @value{GDBN}, which emulates I/O redirection via the appropriate system
1903 calls, and the wildcard characters are expanded by the startup code of
1904 the program, not by the shell.
1905
1906 @code{run} with no arguments uses the same arguments used by the previous
1907 @code{run}, or those set by the @code{set args} command.
1908
1909 @table @code
1910 @kindex set args
1911 @item set args
1912 Specify the arguments to be used the next time your program is run.  If
1913 @code{set args} has no arguments, @code{run} executes your program
1914 with no arguments.  Once you have run your program with arguments,
1915 using @code{set args} before the next @code{run} is the only way to run
1916 it again without arguments.
1917
1918 @kindex show args
1919 @item show args
1920 Show the arguments to give your program when it is started.
1921 @end table
1922
1923 @node Environment
1924 @section Your program's environment
1925
1926 @cindex environment (of your program)
1927 The @dfn{environment} consists of a set of environment variables and
1928 their values.  Environment variables conventionally record such things as
1929 your user name, your home directory, your terminal type, and your search
1930 path for programs to run.  Usually you set up environment variables with
1931 the shell and they are inherited by all the other programs you run.  When
1932 debugging, it can be useful to try running your program with a modified
1933 environment without having to start @value{GDBN} over again.
1934
1935 @table @code
1936 @kindex path
1937 @item path @var{directory}
1938 Add @var{directory} to the front of the @code{PATH} environment variable
1939 (the search path for executables) that will be passed to your program.
1940 The value of @code{PATH} used by @value{GDBN} does not change.
1941 You may specify several directory names, separated by whitespace or by a
1942 system-dependent separator character (@samp{:} on Unix, @samp{;} on
1943 MS-DOS and MS-Windows).  If @var{directory} is already in the path, it
1944 is moved to the front, so it is searched sooner.
1945
1946 You can use the string @samp{$cwd} to refer to whatever is the current
1947 working directory at the time @value{GDBN} searches the path.  If you
1948 use @samp{.} instead, it refers to the directory where you executed the
1949 @code{path} command.  @value{GDBN} replaces @samp{.} in the
1950 @var{directory} argument (with the current path) before adding
1951 @var{directory} to the search path.
1952 @c 'path' is explicitly nonrepeatable, but RMS points out it is silly to
1953 @c document that, since repeating it would be a no-op.
1954
1955 @kindex show paths
1956 @item show paths
1957 Display the list of search paths for executables (the @code{PATH}
1958 environment variable).
1959
1960 @kindex show environment
1961 @item show environment @r{[}@var{varname}@r{]}
1962 Print the value of environment variable @var{varname} to be given to
1963 your program when it starts.  If you do not supply @var{varname},
1964 print the names and values of all environment variables to be given to
1965 your program.  You can abbreviate @code{environment} as @code{env}.
1966
1967 @kindex set environment
1968 @item set environment @var{varname} @r{[}=@var{value}@r{]}
1969 Set environment variable @var{varname} to @var{value}.  The value
1970 changes for your program only, not for @value{GDBN} itself.  @var{value} may
1971 be any string; the values of environment variables are just strings, and
1972 any interpretation is supplied by your program itself.  The @var{value}
1973 parameter is optional; if it is eliminated, the variable is set to a
1974 null value.
1975 @c "any string" here does not include leading, trailing
1976 @c blanks. Gnu asks: does anyone care?
1977
1978 For example, this command:
1979
1980 @smallexample
1981 set env USER = foo
1982 @end smallexample
1983
1984 @noindent
1985 tells the debugged program, when subsequently run, that its user is named
1986 @samp{foo}.  (The spaces around @samp{=} are used for clarity here; they
1987 are not actually required.)
1988
1989 @kindex unset environment
1990 @item unset environment @var{varname}
1991 Remove variable @var{varname} from the environment to be passed to your
1992 program.  This is different from @samp{set env @var{varname} =};
1993 @code{unset environment} removes the variable from the environment,
1994 rather than assigning it an empty value.
1995 @end table
1996
1997 @emph{Warning:} On Unix systems, @value{GDBN} runs your program using
1998 the shell indicated
1999 by your @code{SHELL} environment variable if it exists (or
2000 @code{/bin/sh} if not).  If your @code{SHELL} variable names a shell
2001 that runs an initialization file---such as @file{.cshrc} for C-shell, or
2002 @file{.bashrc} for BASH---any variables you set in that file affect
2003 your program.  You may wish to move setting of environment variables to
2004 files that are only run when you sign on, such as @file{.login} or
2005 @file{.profile}.
2006
2007 @node Working Directory
2008 @section Your program's working directory
2009
2010 @cindex working directory (of your program)
2011 Each time you start your program with @code{run}, it inherits its
2012 working directory from the current working directory of @value{GDBN}.
2013 The @value{GDBN} working directory is initially whatever it inherited
2014 from its parent process (typically the shell), but you can specify a new
2015 working directory in @value{GDBN} with the @code{cd} command.
2016
2017 The @value{GDBN} working directory also serves as a default for the commands
2018 that specify files for @value{GDBN} to operate on.  @xref{Files, ,Commands to
2019 specify files}.
2020
2021 @table @code
2022 @kindex cd
2023 @cindex change working directory
2024 @item cd @var{directory}
2025 Set the @value{GDBN} working directory to @var{directory}.
2026
2027 @kindex pwd
2028 @item pwd
2029 Print the @value{GDBN} working directory.
2030 @end table
2031
2032 It is generally impossible to find the current working directory of
2033 the process being debugged (since a program can change its directory
2034 during its run).  If you work on a system where @value{GDBN} is
2035 configured with the @file{/proc} support, you can use the @code{info
2036 proc} command (@pxref{SVR4 Process Information}) to find out the
2037 current working directory of the debuggee.
2038
2039 @node Input/Output
2040 @section Your program's input and output
2041
2042 @cindex redirection
2043 @cindex i/o
2044 @cindex terminal
2045 By default, the program you run under @value{GDBN} does input and output to
2046 the same terminal that @value{GDBN} uses.  @value{GDBN} switches the terminal
2047 to its own terminal modes to interact with you, but it records the terminal
2048 modes your program was using and switches back to them when you continue
2049 running your program.
2050
2051 @table @code
2052 @kindex info terminal
2053 @item info terminal
2054 Displays information recorded by @value{GDBN} about the terminal modes your
2055 program is using.
2056 @end table
2057
2058 You can redirect your program's input and/or output using shell
2059 redirection with the @code{run} command.  For example,
2060
2061 @smallexample
2062 run > outfile
2063 @end smallexample
2064
2065 @noindent
2066 starts your program, diverting its output to the file @file{outfile}.
2067
2068 @kindex tty
2069 @cindex controlling terminal
2070 Another way to specify where your program should do input and output is
2071 with the @code{tty} command.  This command accepts a file name as
2072 argument, and causes this file to be the default for future @code{run}
2073 commands.  It also resets the controlling terminal for the child
2074 process, for future @code{run} commands.  For example,
2075
2076 @smallexample
2077 tty /dev/ttyb
2078 @end smallexample
2079
2080 @noindent
2081 directs that processes started with subsequent @code{run} commands
2082 default to do input and output on the terminal @file{/dev/ttyb} and have
2083 that as their controlling terminal.
2084
2085 An explicit redirection in @code{run} overrides the @code{tty} command's
2086 effect on the input/output device, but not its effect on the controlling
2087 terminal.
2088
2089 When you use the @code{tty} command or redirect input in the @code{run}
2090 command, only the input @emph{for your program} is affected.  The input
2091 for @value{GDBN} still comes from your terminal.
2092
2093 @node Attach
2094 @section Debugging an already-running process
2095 @kindex attach
2096 @cindex attach
2097
2098 @table @code
2099 @item attach @var{process-id}
2100 This command attaches to a running process---one that was started
2101 outside @value{GDBN}.  (@code{info files} shows your active
2102 targets.)  The command takes as argument a process ID.  The usual way to
2103 find out the @var{process-id} of a Unix process is with the @code{ps} utility,
2104 or with the @samp{jobs -l} shell command.
2105
2106 @code{attach} does not repeat if you press @key{RET} a second time after
2107 executing the command.
2108 @end table
2109
2110 To use @code{attach}, your program must be running in an environment
2111 which supports processes; for example, @code{attach} does not work for
2112 programs on bare-board targets that lack an operating system.  You must
2113 also have permission to send the process a signal.
2114
2115 When you use @code{attach}, the debugger finds the program running in
2116 the process first by looking in the current working directory, then (if
2117 the program is not found) by using the source file search path
2118 (@pxref{Source Path, ,Specifying source directories}).  You can also use
2119 the @code{file} command to load the program.  @xref{Files, ,Commands to
2120 Specify Files}.
2121
2122 The first thing @value{GDBN} does after arranging to debug the specified
2123 process is to stop it.  You can examine and modify an attached process
2124 with all the @value{GDBN} commands that are ordinarily available when
2125 you start processes with @code{run}.  You can insert breakpoints; you
2126 can step and continue; you can modify storage.  If you would rather the
2127 process continue running, you may use the @code{continue} command after
2128 attaching @value{GDBN} to the process.
2129
2130 @table @code
2131 @kindex detach
2132 @item detach
2133 When you have finished debugging the attached process, you can use the
2134 @code{detach} command to release it from @value{GDBN} control.  Detaching
2135 the process continues its execution.  After the @code{detach} command,
2136 that process and @value{GDBN} become completely independent once more, and you
2137 are ready to @code{attach} another process or start one with @code{run}.
2138 @code{detach} does not repeat if you press @key{RET} again after
2139 executing the command.
2140 @end table
2141
2142 If you exit @value{GDBN} or use the @code{run} command while you have an
2143 attached process, you kill that process.  By default, @value{GDBN} asks
2144 for confirmation if you try to do either of these things; you can
2145 control whether or not you need to confirm by using the @code{set
2146 confirm} command (@pxref{Messages/Warnings, ,Optional warnings and
2147 messages}).
2148
2149 @node Kill Process
2150 @section Killing the child process
2151
2152 @table @code
2153 @kindex kill
2154 @item kill
2155 Kill the child process in which your program is running under @value{GDBN}.
2156 @end table
2157
2158 This command is useful if you wish to debug a core dump instead of a
2159 running process.  @value{GDBN} ignores any core dump file while your program
2160 is running.
2161
2162 On some operating systems, a program cannot be executed outside @value{GDBN}
2163 while you have breakpoints set on it inside @value{GDBN}.  You can use the
2164 @code{kill} command in this situation to permit running your program
2165 outside the debugger.
2166
2167 The @code{kill} command is also useful if you wish to recompile and
2168 relink your program, since on many systems it is impossible to modify an
2169 executable file while it is running in a process.  In this case, when you
2170 next type @code{run}, @value{GDBN} notices that the file has changed, and
2171 reads the symbol table again (while trying to preserve your current
2172 breakpoint settings).
2173
2174 @node Threads
2175 @section Debugging programs with multiple threads
2176
2177 @cindex threads of execution
2178 @cindex multiple threads
2179 @cindex switching threads
2180 In some operating systems, such as HP-UX and Solaris, a single program
2181 may have more than one @dfn{thread} of execution.  The precise semantics
2182 of threads differ from one operating system to another, but in general
2183 the threads of a single program are akin to multiple processes---except
2184 that they share one address space (that is, they can all examine and
2185 modify the same variables).  On the other hand, each thread has its own
2186 registers and execution stack, and perhaps private memory.
2187
2188 @value{GDBN} provides these facilities for debugging multi-thread
2189 programs:
2190
2191 @itemize @bullet
2192 @item automatic notification of new threads
2193 @item @samp{thread @var{threadno}}, a command to switch among threads
2194 @item @samp{info threads}, a command to inquire about existing threads
2195 @item @samp{thread apply [@var{threadno}] [@var{all}] @var{args}},
2196 a command to apply a command to a list of threads
2197 @item thread-specific breakpoints
2198 @end itemize
2199
2200 @quotation
2201 @emph{Warning:} These facilities are not yet available on every
2202 @value{GDBN} configuration where the operating system supports threads.
2203 If your @value{GDBN} does not support threads, these commands have no
2204 effect.  For example, a system without thread support shows no output
2205 from @samp{info threads}, and always rejects the @code{thread} command,
2206 like this:
2207
2208 @smallexample
2209 (@value{GDBP}) info threads
2210 (@value{GDBP}) thread 1
2211 Thread ID 1 not known.  Use the "info threads" command to
2212 see the IDs of currently known threads.
2213 @end smallexample
2214 @c FIXME to implementors: how hard would it be to say "sorry, this GDB
2215 @c                        doesn't support threads"?
2216 @end quotation
2217
2218 @cindex focus of debugging
2219 @cindex current thread
2220 The @value{GDBN} thread debugging facility allows you to observe all
2221 threads while your program runs---but whenever @value{GDBN} takes
2222 control, one thread in particular is always the focus of debugging.
2223 This thread is called the @dfn{current thread}.  Debugging commands show
2224 program information from the perspective of the current thread.
2225
2226 @cindex @code{New} @var{systag} message
2227 @cindex thread identifier (system)
2228 @c FIXME-implementors!! It would be more helpful if the [New...] message
2229 @c included GDB's numeric thread handle, so you could just go to that
2230 @c thread without first checking `info threads'.
2231 Whenever @value{GDBN} detects a new thread in your program, it displays
2232 the target system's identification for the thread with a message in the
2233 form @samp{[New @var{systag}]}.  @var{systag} is a thread identifier
2234 whose form varies depending on the particular system.  For example, on
2235 LynxOS, you might see
2236
2237 @smallexample
2238 [New process 35 thread 27]
2239 @end smallexample
2240
2241 @noindent
2242 when @value{GDBN} notices a new thread.  In contrast, on an SGI system,
2243 the @var{systag} is simply something like @samp{process 368}, with no
2244 further qualifier.
2245
2246 @c FIXME!! (1) Does the [New...] message appear even for the very first
2247 @c         thread of a program, or does it only appear for the
2248 @c         second---i.e.@: when it becomes obvious we have a multithread
2249 @c         program?
2250 @c         (2) *Is* there necessarily a first thread always?  Or do some
2251 @c         multithread systems permit starting a program with multiple
2252 @c         threads ab initio?
2253
2254 @cindex thread number
2255 @cindex thread identifier (GDB)
2256 For debugging purposes, @value{GDBN} associates its own thread
2257 number---always a single integer---with each thread in your program.
2258
2259 @table @code
2260 @kindex info threads
2261 @item info threads
2262 Display a summary of all threads currently in your
2263 program.  @value{GDBN} displays for each thread (in this order):
2264
2265 @enumerate
2266 @item
2267 the thread number assigned by @value{GDBN}
2268
2269 @item
2270 the target system's thread identifier (@var{systag})
2271
2272 @item
2273 the current stack frame summary for that thread
2274 @end enumerate
2275
2276 @noindent
2277 An asterisk @samp{*} to the left of the @value{GDBN} thread number
2278 indicates the current thread.
2279
2280 For example,
2281 @end table
2282 @c end table here to get a little more width for example
2283
2284 @smallexample
2285 (@value{GDBP}) info threads
2286   3 process 35 thread 27  0x34e5 in sigpause ()
2287   2 process 35 thread 23  0x34e5 in sigpause ()
2288 * 1 process 35 thread 13  main (argc=1, argv=0x7ffffff8)
2289     at threadtest.c:68
2290 @end smallexample
2291
2292 On HP-UX systems:
2293
2294 @cindex debugging multithreaded programs (on HP-UX)
2295 @cindex thread identifier (GDB), on HP-UX
2296 For debugging purposes, @value{GDBN} associates its own thread
2297 number---a small integer assigned in thread-creation order---with each
2298 thread in your program.
2299
2300 @cindex @code{New} @var{systag} message, on HP-UX
2301 @cindex thread identifier (system), on HP-UX
2302 @c FIXME-implementors!! It would be more helpful if the [New...] message
2303 @c included GDB's numeric thread handle, so you could just go to that
2304 @c thread without first checking `info threads'.
2305 Whenever @value{GDBN} detects a new thread in your program, it displays
2306 both @value{GDBN}'s thread number and the target system's identification for the thread with a message in the
2307 form @samp{[New @var{systag}]}.  @var{systag} is a thread identifier
2308 whose form varies depending on the particular system.  For example, on
2309 HP-UX, you see
2310
2311 @smallexample
2312 [New thread 2 (system thread 26594)]
2313 @end smallexample
2314
2315 @noindent
2316 when @value{GDBN} notices a new thread.
2317
2318 @table @code
2319 @kindex info threads (HP-UX)
2320 @item info threads
2321 Display a summary of all threads currently in your
2322 program.  @value{GDBN} displays for each thread (in this order):
2323
2324 @enumerate
2325 @item the thread number assigned by @value{GDBN}
2326
2327 @item the target system's thread identifier (@var{systag})
2328
2329 @item the current stack frame summary for that thread
2330 @end enumerate
2331
2332 @noindent
2333 An asterisk @samp{*} to the left of the @value{GDBN} thread number
2334 indicates the current thread.
2335
2336 For example,
2337 @end table
2338 @c end table here to get a little more width for example
2339
2340 @smallexample
2341 (@value{GDBP}) info threads
2342     * 3 system thread 26607  worker (wptr=0x7b09c318 "@@") \@*
2343                                at quicksort.c:137
2344       2 system thread 26606  0x7b0030d8 in __ksleep () \@*
2345                                from /usr/lib/libc.2
2346       1 system thread 27905  0x7b003498 in _brk () \@*
2347                                from /usr/lib/libc.2
2348 @end smallexample
2349
2350 On Solaris, you can display more information about user threads with a
2351 Solaris-specific command:
2352
2353 @table @code
2354 @item maint info sol-threads
2355 @kindex maint info sol-threads
2356 @cindex thread info (Solaris)
2357 Display info on Solaris user threads.
2358 @end table
2359
2360 @table @code
2361 @kindex thread @var{threadno}
2362 @item thread @var{threadno}
2363 Make thread number @var{threadno} the current thread.  The command
2364 argument @var{threadno} is the internal @value{GDBN} thread number, as
2365 shown in the first field of the @samp{info threads} display.
2366 @value{GDBN} responds by displaying the system identifier of the thread
2367 you selected, and its current stack frame summary:
2368
2369 @smallexample
2370 @c FIXME!! This example made up; find a @value{GDBN} w/threads and get real one
2371 (@value{GDBP}) thread 2
2372 [Switching to process 35 thread 23]
2373 0x34e5 in sigpause ()
2374 @end smallexample
2375
2376 @noindent
2377 As with the @samp{[New @dots{}]} message, the form of the text after
2378 @samp{Switching to} depends on your system's conventions for identifying
2379 threads.
2380
2381 @kindex thread apply
2382 @item thread apply [@var{threadno}] [@var{all}]  @var{args}
2383 The @code{thread apply} command allows you to apply a command to one or
2384 more threads.  Specify the numbers of the threads that you want affected
2385 with the command argument @var{threadno}.  @var{threadno} is the internal
2386 @value{GDBN} thread number, as shown in the first field of the @samp{info
2387 threads} display.  To apply a command to all threads, use
2388 @code{thread apply all} @var{args}.
2389 @end table
2390
2391 @cindex automatic thread selection
2392 @cindex switching threads automatically
2393 @cindex threads, automatic switching
2394 Whenever @value{GDBN} stops your program, due to a breakpoint or a
2395 signal, it automatically selects the thread where that breakpoint or
2396 signal happened.  @value{GDBN} alerts you to the context switch with a
2397 message of the form @samp{[Switching to @var{systag}]} to identify the
2398 thread.
2399
2400 @xref{Thread Stops,,Stopping and starting multi-thread programs}, for
2401 more information about how @value{GDBN} behaves when you stop and start
2402 programs with multiple threads.
2403
2404 @xref{Set Watchpoints,,Setting watchpoints}, for information about
2405 watchpoints in programs with multiple threads.
2406
2407 @node Processes
2408 @section Debugging programs with multiple processes
2409
2410 @cindex fork, debugging programs which call
2411 @cindex multiple processes
2412 @cindex processes, multiple
2413 On most systems, @value{GDBN} has no special support for debugging
2414 programs which create additional processes using the @code{fork}
2415 function.  When a program forks, @value{GDBN} will continue to debug the
2416 parent process and the child process will run unimpeded.  If you have
2417 set a breakpoint in any code which the child then executes, the child
2418 will get a @code{SIGTRAP} signal which (unless it catches the signal)
2419 will cause it to terminate.
2420
2421 However, if you want to debug the child process there is a workaround
2422 which isn't too painful.  Put a call to @code{sleep} in the code which
2423 the child process executes after the fork.  It may be useful to sleep
2424 only if a certain environment variable is set, or a certain file exists,
2425 so that the delay need not occur when you don't want to run @value{GDBN}
2426 on the child.  While the child is sleeping, use the @code{ps} program to
2427 get its process ID.  Then tell @value{GDBN} (a new invocation of
2428 @value{GDBN} if you are also debugging the parent process) to attach to
2429 the child process (@pxref{Attach}).  From that point on you can debug
2430 the child process just like any other process which you attached to.
2431
2432 On some systems, @value{GDBN} provides support for debugging programs that
2433 create additional processes using the @code{fork} or @code{vfork} functions.
2434 Currently, the only platforms with this feature are HP-UX (11.x and later
2435 only?) and GNU/Linux (kernel version 2.5.60 and later).
2436
2437 By default, when a program forks, @value{GDBN} will continue to debug
2438 the parent process and the child process will run unimpeded.
2439
2440 If you want to follow the child process instead of the parent process,
2441 use the command @w{@code{set follow-fork-mode}}.
2442
2443 @table @code
2444 @kindex set follow-fork-mode
2445 @item set follow-fork-mode @var{mode}
2446 Set the debugger response to a program call of @code{fork} or
2447 @code{vfork}.  A call to @code{fork} or @code{vfork} creates a new
2448 process.  The @var{mode} argument can be:
2449
2450 @table @code
2451 @item parent
2452 The original process is debugged after a fork.  The child process runs
2453 unimpeded.  This is the default.
2454
2455 @item child
2456 The new process is debugged after a fork.  The parent process runs
2457 unimpeded.
2458
2459 @end table
2460
2461 @kindex show follow-fork-mode
2462 @item show follow-fork-mode
2463 Display the current debugger response to a @code{fork} or @code{vfork} call.
2464 @end table
2465
2466 If you ask to debug a child process and a @code{vfork} is followed by an
2467 @code{exec}, @value{GDBN} executes the new target up to the first
2468 breakpoint in the new target.  If you have a breakpoint set on
2469 @code{main} in your original program, the breakpoint will also be set on
2470 the child process's @code{main}.
2471
2472 When a child process is spawned by @code{vfork}, you cannot debug the
2473 child or parent until an @code{exec} call completes.
2474
2475 If you issue a @code{run} command to @value{GDBN} after an @code{exec}
2476 call executes, the new target restarts.  To restart the parent process,
2477 use the @code{file} command with the parent executable name as its
2478 argument.
2479
2480 You can use the @code{catch} command to make @value{GDBN} stop whenever
2481 a @code{fork}, @code{vfork}, or @code{exec} call is made.  @xref{Set
2482 Catchpoints, ,Setting catchpoints}.
2483
2484 @node Stopping
2485 @chapter Stopping and Continuing
2486
2487 The principal purposes of using a debugger are so that you can stop your
2488 program before it terminates; or so that, if your program runs into
2489 trouble, you can investigate and find out why.
2490
2491 Inside @value{GDBN}, your program may stop for any of several reasons,
2492 such as a signal, a breakpoint, or reaching a new line after a
2493 @value{GDBN} command such as @code{step}.  You may then examine and
2494 change variables, set new breakpoints or remove old ones, and then
2495 continue execution.  Usually, the messages shown by @value{GDBN} provide
2496 ample explanation of the status of your program---but you can also
2497 explicitly request this information at any time.
2498
2499 @table @code
2500 @kindex info program
2501 @item info program
2502 Display information about the status of your program: whether it is
2503 running or not, what process it is, and why it stopped.
2504 @end table
2505
2506 @menu
2507 * Breakpoints::                 Breakpoints, watchpoints, and catchpoints
2508 * Continuing and Stepping::     Resuming execution
2509 * Signals::                     Signals
2510 * Thread Stops::                Stopping and starting multi-thread programs
2511 @end menu
2512
2513 @node Breakpoints
2514 @section Breakpoints, watchpoints, and catchpoints
2515
2516 @cindex breakpoints
2517 A @dfn{breakpoint} makes your program stop whenever a certain point in
2518 the program is reached.  For each breakpoint, you can add conditions to
2519 control in finer detail whether your program stops.  You can set
2520 breakpoints with the @code{break} command and its variants (@pxref{Set
2521 Breaks, ,Setting breakpoints}), to specify the place where your program
2522 should stop by line number, function name or exact address in the
2523 program.
2524
2525 On some systems, you can set breakpoints in shared libraries before
2526 the executable is run.  There is a minor limitation on HP-UX systems:
2527 you must wait until the executable is run in order to set breakpoints
2528 in shared library routines that are not called directly by the program
2529 (for example, routines that are arguments in a @code{pthread_create}
2530 call).
2531
2532 @cindex watchpoints
2533 @cindex memory tracing
2534 @cindex breakpoint on memory address
2535 @cindex breakpoint on variable modification
2536 A @dfn{watchpoint} is a special breakpoint that stops your program
2537 when the value of an expression changes.  You must use a different
2538 command to set watchpoints (@pxref{Set Watchpoints, ,Setting
2539 watchpoints}), but aside from that, you can manage a watchpoint like
2540 any other breakpoint: you enable, disable, and delete both breakpoints
2541 and watchpoints using the same commands.
2542
2543 You can arrange to have values from your program displayed automatically
2544 whenever @value{GDBN} stops at a breakpoint.  @xref{Auto Display,,
2545 Automatic display}.
2546
2547 @cindex catchpoints
2548 @cindex breakpoint on events
2549 A @dfn{catchpoint} is another special breakpoint that stops your program
2550 when a certain kind of event occurs, such as the throwing of a C@t{++}
2551 exception or the loading of a library.  As with watchpoints, you use a
2552 different command to set a catchpoint (@pxref{Set Catchpoints, ,Setting
2553 catchpoints}), but aside from that, you can manage a catchpoint like any
2554 other breakpoint.  (To stop when your program receives a signal, use the
2555 @code{handle} command; see @ref{Signals, ,Signals}.)
2556
2557 @cindex breakpoint numbers
2558 @cindex numbers for breakpoints
2559 @value{GDBN} assigns a number to each breakpoint, watchpoint, or
2560 catchpoint when you create it; these numbers are successive integers
2561 starting with one.  In many of the commands for controlling various
2562 features of breakpoints you use the breakpoint number to say which
2563 breakpoint you want to change.  Each breakpoint may be @dfn{enabled} or
2564 @dfn{disabled}; if disabled, it has no effect on your program until you
2565 enable it again.
2566
2567 @cindex breakpoint ranges
2568 @cindex ranges of breakpoints
2569 Some @value{GDBN} commands accept a range of breakpoints on which to
2570 operate.  A breakpoint range is either a single breakpoint number, like
2571 @samp{5}, or two such numbers, in increasing order, separated by a
2572 hyphen, like @samp{5-7}.  When a breakpoint range is given to a command,
2573 all breakpoint in that range are operated on.
2574
2575 @menu
2576 * Set Breaks::                  Setting breakpoints
2577 * Set Watchpoints::             Setting watchpoints
2578 * Set Catchpoints::             Setting catchpoints
2579 * Delete Breaks::               Deleting breakpoints
2580 * Disabling::                   Disabling breakpoints
2581 * Conditions::                  Break conditions
2582 * Break Commands::              Breakpoint command lists
2583 * Breakpoint Menus::            Breakpoint menus
2584 * Error in Breakpoints::        ``Cannot insert breakpoints''
2585 * Breakpoint related warnings:: ``Breakpoint address adjusted...''
2586 @end menu
2587
2588 @node Set Breaks
2589 @subsection Setting breakpoints
2590
2591 @c FIXME LMB what does GDB do if no code on line of breakpt?
2592 @c       consider in particular declaration with/without initialization.
2593 @c
2594 @c FIXME 2 is there stuff on this already? break at fun start, already init?
2595
2596 @kindex break
2597 @kindex b @r{(@code{break})}
2598 @vindex $bpnum@r{, convenience variable}
2599 @cindex latest breakpoint
2600 Breakpoints are set with the @code{break} command (abbreviated
2601 @code{b}).  The debugger convenience variable @samp{$bpnum} records the
2602 number of the breakpoint you've set most recently; see @ref{Convenience
2603 Vars,, Convenience variables}, for a discussion of what you can do with
2604 convenience variables.
2605
2606 You have several ways to say where the breakpoint should go.
2607
2608 @table @code
2609 @item break @var{function}
2610 Set a breakpoint at entry to function @var{function}.
2611 When using source languages that permit overloading of symbols, such as
2612 C@t{++}, @var{function} may refer to more than one possible place to break.
2613 @xref{Breakpoint Menus,,Breakpoint menus}, for a discussion of that situation.
2614
2615 @item break +@var{offset}
2616 @itemx break -@var{offset}
2617 Set a breakpoint some number of lines forward or back from the position
2618 at which execution stopped in the currently selected @dfn{stack frame}.
2619 (@xref{Frames, ,Frames}, for a description of stack frames.)
2620
2621 @item break @var{linenum}
2622 Set a breakpoint at line @var{linenum} in the current source file.
2623 The current source file is the last file whose source text was printed.
2624 The breakpoint will stop your program just before it executes any of the
2625 code on that line.
2626
2627 @item break @var{filename}:@var{linenum}
2628 Set a breakpoint at line @var{linenum} in source file @var{filename}.
2629
2630 @item break @var{filename}:@var{function}
2631 Set a breakpoint at entry to function @var{function} found in file
2632 @var{filename}.  Specifying a file name as well as a function name is
2633 superfluous except when multiple files contain similarly named
2634 functions.
2635
2636 @item break *@var{address}
2637 Set a breakpoint at address @var{address}.  You can use this to set
2638 breakpoints in parts of your program which do not have debugging
2639 information or source files.
2640
2641 @item break
2642 When called without any arguments, @code{break} sets a breakpoint at
2643 the next instruction to be executed in the selected stack frame
2644 (@pxref{Stack, ,Examining the Stack}).  In any selected frame but the
2645 innermost, this makes your program stop as soon as control
2646 returns to that frame.  This is similar to the effect of a
2647 @code{finish} command in the frame inside the selected frame---except
2648 that @code{finish} does not leave an active breakpoint.  If you use
2649 @code{break} without an argument in the innermost frame, @value{GDBN} stops
2650 the next time it reaches the current location; this may be useful
2651 inside loops.
2652
2653 @value{GDBN} normally ignores breakpoints when it resumes execution, until at
2654 least one instruction has been executed.  If it did not do this, you
2655 would be unable to proceed past a breakpoint without first disabling the
2656 breakpoint.  This rule applies whether or not the breakpoint already
2657 existed when your program stopped.
2658
2659 @item break @dots{} if @var{cond}
2660 Set a breakpoint with condition @var{cond}; evaluate the expression
2661 @var{cond} each time the breakpoint is reached, and stop only if the
2662 value is nonzero---that is, if @var{cond} evaluates as true.
2663 @samp{@dots{}} stands for one of the possible arguments described
2664 above (or no argument) specifying where to break.  @xref{Conditions,
2665 ,Break conditions}, for more information on breakpoint conditions.
2666
2667 @kindex tbreak
2668 @item tbreak @var{args}
2669 Set a breakpoint enabled only for one stop.  @var{args} are the
2670 same as for the @code{break} command, and the breakpoint is set in the same
2671 way, but the breakpoint is automatically deleted after the first time your
2672 program stops there.  @xref{Disabling, ,Disabling breakpoints}.
2673
2674 @kindex hbreak
2675 @cindex hardware breakpoints
2676 @item hbreak @var{args}
2677 Set a hardware-assisted breakpoint.  @var{args} are the same as for the
2678 @code{break} command and the breakpoint is set in the same way, but the
2679 breakpoint requires hardware support and some target hardware may not
2680 have this support.  The main purpose of this is EPROM/ROM code
2681 debugging, so you can set a breakpoint at an instruction without
2682 changing the instruction.  This can be used with the new trap-generation
2683 provided by SPARClite DSU and most x86-based targets.  These targets
2684 will generate traps when a program accesses some data or instruction
2685 address that is assigned to the debug registers.  However the hardware
2686 breakpoint registers can take a limited number of breakpoints.  For
2687 example, on the DSU, only two data breakpoints can be set at a time, and
2688 @value{GDBN} will reject this command if more than two are used.  Delete
2689 or disable unused hardware breakpoints before setting new ones
2690 (@pxref{Disabling, ,Disabling}).  @xref{Conditions, ,Break conditions}.
2691 For remote targets, you can restrict the number of hardware
2692 breakpoints @value{GDBN} will use, see @ref{set remote
2693 hardware-breakpoint-limit}.
2694
2695
2696 @kindex thbreak
2697 @item thbreak @var{args}
2698 Set a hardware-assisted breakpoint enabled only for one stop.  @var{args}
2699 are the same as for the @code{hbreak} command and the breakpoint is set in
2700 the same way.  However, like the @code{tbreak} command,
2701 the breakpoint is automatically deleted after the
2702 first time your program stops there.  Also, like the @code{hbreak}
2703 command, the breakpoint requires hardware support and some target hardware
2704 may not have this support.  @xref{Disabling, ,Disabling breakpoints}.
2705 See also @ref{Conditions, ,Break conditions}.
2706
2707 @kindex rbreak
2708 @cindex regular expression
2709 @cindex breakpoints in functions matching a regexp
2710 @cindex set breakpoints in many functions
2711 @item rbreak @var{regex}
2712 Set breakpoints on all functions matching the regular expression
2713 @var{regex}.  This command sets an unconditional breakpoint on all
2714 matches, printing a list of all breakpoints it set.  Once these
2715 breakpoints are set, they are treated just like the breakpoints set with
2716 the @code{break} command.  You can delete them, disable them, or make
2717 them conditional the same way as any other breakpoint.
2718
2719 The syntax of the regular expression is the standard one used with tools
2720 like @file{grep}.  Note that this is different from the syntax used by
2721 shells, so for instance @code{foo*} matches all functions that include
2722 an @code{fo} followed by zero or more @code{o}s.  There is an implicit
2723 @code{.*} leading and trailing the regular expression you supply, so to
2724 match only functions that begin with @code{foo}, use @code{^foo}.
2725
2726 @cindex non-member C@t{++} functions, set breakpoint in
2727 When debugging C@t{++} programs, @code{rbreak} is useful for setting
2728 breakpoints on overloaded functions that are not members of any special
2729 classes.
2730
2731 @cindex set breakpoints on all functions
2732 The @code{rbreak} command can be used to set breakpoints in
2733 @strong{all} the functions in a program, like this:
2734
2735 @smallexample
2736 (@value{GDBP}) rbreak .
2737 @end smallexample
2738
2739 @kindex info breakpoints
2740 @cindex @code{$_} and @code{info breakpoints}
2741 @item info breakpoints @r{[}@var{n}@r{]}
2742 @itemx info break @r{[}@var{n}@r{]}
2743 @itemx info watchpoints @r{[}@var{n}@r{]}
2744 Print a table of all breakpoints, watchpoints, and catchpoints set and
2745 not deleted, with the following columns for each breakpoint:
2746
2747 @table @emph
2748 @item Breakpoint Numbers
2749 @item Type
2750 Breakpoint, watchpoint, or catchpoint.
2751 @item Disposition
2752 Whether the breakpoint is marked to be disabled or deleted when hit.
2753 @item Enabled or Disabled
2754 Enabled breakpoints are marked with @samp{y}.  @samp{n} marks breakpoints
2755 that are not enabled.
2756 @item Address
2757 Where the breakpoint is in your program, as a memory address.  If the
2758 breakpoint is pending (see below for details) on a future load of a shared library, the address
2759 will be listed as @samp{<PENDING>}.
2760 @item What
2761 Where the breakpoint is in the source for your program, as a file and
2762 line number.  For a pending breakpoint, the original string passed to
2763 the breakpoint command will be listed as it cannot be resolved until
2764 the appropriate shared library is loaded in the future.
2765 @end table
2766
2767 @noindent
2768 If a breakpoint is conditional, @code{info break} shows the condition on
2769 the line following the affected breakpoint; breakpoint commands, if any,
2770 are listed after that.  A pending breakpoint is allowed to have a condition
2771 specified for it.  The condition is not parsed for validity until a shared
2772 library is loaded that allows the pending breakpoint to resolve to a
2773 valid location.
2774
2775 @noindent
2776 @code{info break} with a breakpoint
2777 number @var{n} as argument lists only that breakpoint.  The
2778 convenience variable @code{$_} and the default examining-address for
2779 the @code{x} command are set to the address of the last breakpoint
2780 listed (@pxref{Memory, ,Examining memory}).
2781
2782 @noindent
2783 @code{info break} displays a count of the number of times the breakpoint
2784 has been hit.  This is especially useful in conjunction with the
2785 @code{ignore} command.  You can ignore a large number of breakpoint
2786 hits, look at the breakpoint info to see how many times the breakpoint
2787 was hit, and then run again, ignoring one less than that number.  This
2788 will get you quickly to the last hit of that breakpoint.
2789 @end table
2790
2791 @value{GDBN} allows you to set any number of breakpoints at the same place in
2792 your program.  There is nothing silly or meaningless about this.  When
2793 the breakpoints are conditional, this is even useful
2794 (@pxref{Conditions, ,Break conditions}).
2795
2796 @cindex pending breakpoints
2797 If a specified breakpoint location cannot be found, it may be due to the fact
2798 that the location is in a shared library that is yet to be loaded.  In such
2799 a case, you may want @value{GDBN} to create a special breakpoint (known as
2800 a @dfn{pending breakpoint}) that
2801 attempts to resolve itself in the future when an appropriate shared library
2802 gets loaded.
2803
2804 Pending breakpoints are useful to set at the start of your
2805 @value{GDBN} session for locations that you know will be dynamically loaded
2806 later by the program being debugged.  When shared libraries are loaded,
2807 a check is made to see if the load resolves any pending breakpoint locations.
2808 If a pending breakpoint location gets resolved,
2809 a regular breakpoint is created and the original pending breakpoint is removed.
2810
2811 @value{GDBN} provides some additional commands for controlling pending
2812 breakpoint support:
2813
2814 @kindex set breakpoint pending
2815 @kindex show breakpoint pending
2816 @table @code
2817 @item set breakpoint pending auto
2818 This is the default behavior.  When @value{GDBN} cannot find the breakpoint
2819 location, it queries you whether a pending breakpoint should be created.
2820
2821 @item set breakpoint pending on
2822 This indicates that an unrecognized breakpoint location should automatically
2823 result in a pending breakpoint being created.
2824
2825 @item set breakpoint pending off
2826 This indicates that pending breakpoints are not to be created.  Any
2827 unrecognized breakpoint location results in an error.  This setting does
2828 not affect any pending breakpoints previously created.
2829
2830 @item show breakpoint pending
2831 Show the current behavior setting for creating pending breakpoints.
2832 @end table
2833
2834 @cindex operations allowed on pending breakpoints
2835 Normal breakpoint operations apply to pending breakpoints as well.  You may
2836 specify a condition for a pending breakpoint and/or commands to run when the
2837 breakpoint is reached.  You can also enable or disable
2838 the pending breakpoint.  When you specify a condition for a pending breakpoint,
2839 the parsing of the condition will be deferred until the point where the
2840 pending breakpoint location is resolved.  Disabling a pending breakpoint
2841 tells @value{GDBN} to not attempt to resolve the breakpoint on any subsequent
2842 shared library load.  When a pending breakpoint is re-enabled,
2843 @value{GDBN} checks to see if the location is already resolved.
2844 This is done because any number of shared library loads could have
2845 occurred since the time the breakpoint was disabled and one or more
2846 of these loads could resolve the location.
2847
2848 @cindex negative breakpoint numbers
2849 @cindex internal @value{GDBN} breakpoints
2850 @value{GDBN} itself sometimes sets breakpoints in your program for
2851 special purposes, such as proper handling of @code{longjmp} (in C
2852 programs).  These internal breakpoints are assigned negative numbers,
2853 starting with @code{-1}; @samp{info breakpoints} does not display them.
2854 You can see these breakpoints with the @value{GDBN} maintenance command
2855 @samp{maint info breakpoints} (@pxref{maint info breakpoints}).
2856
2857
2858 @node Set Watchpoints
2859 @subsection Setting watchpoints
2860
2861 @cindex setting watchpoints
2862 You can use a watchpoint to stop execution whenever the value of an
2863 expression changes, without having to predict a particular place where
2864 this may happen.
2865
2866 @cindex software watchpoints
2867 @cindex hardware watchpoints
2868 Depending on your system, watchpoints may be implemented in software or
2869 hardware.  @value{GDBN} does software watchpointing by single-stepping your
2870 program and testing the variable's value each time, which is hundreds of
2871 times slower than normal execution.  (But this may still be worth it, to
2872 catch errors where you have no clue what part of your program is the
2873 culprit.)
2874
2875 On some systems, such as HP-UX, @sc{gnu}/Linux and most other
2876 x86-based targets, @value{GDBN} includes support for hardware
2877 watchpoints, which do not slow down the running of your program.
2878
2879 @table @code
2880 @kindex watch
2881 @item watch @var{expr}
2882 Set a watchpoint for an expression.  @value{GDBN} will break when @var{expr}
2883 is written into by the program and its value changes.
2884
2885 @kindex rwatch
2886 @item rwatch @var{expr}
2887 Set a watchpoint that will break when the value of @var{expr} is read
2888 by the program.
2889
2890 @kindex awatch
2891 @item awatch @var{expr}
2892 Set a watchpoint that will break when @var{expr} is either read from
2893 or written into by the program.
2894
2895 @kindex info watchpoints
2896 @item info watchpoints
2897 This command prints a list of watchpoints, breakpoints, and catchpoints;
2898 it is the same as @code{info break} (@pxref{Set Breaks}).
2899 @end table
2900
2901 @value{GDBN} sets a @dfn{hardware watchpoint} if possible.  Hardware
2902 watchpoints execute very quickly, and the debugger reports a change in
2903 value at the exact instruction where the change occurs.  If @value{GDBN}
2904 cannot set a hardware watchpoint, it sets a software watchpoint, which
2905 executes more slowly and reports the change in value at the next
2906 @emph{statement}, not the instruction, after the change occurs.
2907
2908 @vindex can-use-hw-watchpoints
2909 @cindex use only software watchpoints
2910 You can force @value{GDBN} to use only software watchpoints with the
2911 @kbd{set can-use-hw-watchpoints 0} command.  With this variable set to
2912 zero, @value{GDBN} will never try to use hardware watchpoints, even if
2913 the underlying system supports them.  (Note that hardware-assisted
2914 watchpoints that were set @emph{before} setting
2915 @code{can-use-hw-watchpoints} to zero will still use the hardware
2916 mechanism of watching expressiion values.)
2917
2918 @table @code
2919 @item set can-use-hw-watchpoints
2920 @kindex set can-use-hw-watchpoints
2921 Set whether or not to use hardware watchpoints.
2922
2923 @item show can-use-hw-watchpoints
2924 @kindex show can-use-hw-watchpoints
2925 Show the current mode of using hardware watchpoints.
2926 @end table
2927
2928 For remote targets, you can restrict the number of hardware
2929 watchpoints @value{GDBN} will use, see @ref{set remote
2930 hardware-breakpoint-limit}.
2931
2932 When you issue the @code{watch} command, @value{GDBN} reports
2933
2934 @smallexample
2935 Hardware watchpoint @var{num}: @var{expr}
2936 @end smallexample
2937
2938 @noindent
2939 if it was able to set a hardware watchpoint.
2940
2941 Currently, the @code{awatch} and @code{rwatch} commands can only set
2942 hardware watchpoints, because accesses to data that don't change the
2943 value of the watched expression cannot be detected without examining
2944 every instruction as it is being executed, and @value{GDBN} does not do
2945 that currently.  If @value{GDBN} finds that it is unable to set a
2946 hardware breakpoint with the @code{awatch} or @code{rwatch} command, it
2947 will print a message like this:
2948
2949 @smallexample
2950 Expression cannot be implemented with read/access watchpoint.
2951 @end smallexample
2952
2953 Sometimes, @value{GDBN} cannot set a hardware watchpoint because the
2954 data type of the watched expression is wider than what a hardware
2955 watchpoint on the target machine can handle.  For example, some systems
2956 can only watch regions that are up to 4 bytes wide; on such systems you
2957 cannot set hardware watchpoints for an expression that yields a
2958 double-precision floating-point number (which is typically 8 bytes
2959 wide).  As a work-around, it might be possible to break the large region
2960 into a series of smaller ones and watch them with separate watchpoints.
2961
2962 If you set too many hardware watchpoints, @value{GDBN} might be unable
2963 to insert all of them when you resume the execution of your program.
2964 Since the precise number of active watchpoints is unknown until such
2965 time as the program is about to be resumed, @value{GDBN} might not be
2966 able to warn you about this when you set the watchpoints, and the
2967 warning will be printed only when the program is resumed:
2968
2969 @smallexample
2970 Hardware watchpoint @var{num}: Could not insert watchpoint
2971 @end smallexample
2972
2973 @noindent
2974 If this happens, delete or disable some of the watchpoints.
2975
2976 The SPARClite DSU will generate traps when a program accesses some data
2977 or instruction address that is assigned to the debug registers.  For the
2978 data addresses, DSU facilitates the @code{watch} command.  However the
2979 hardware breakpoint registers can only take two data watchpoints, and
2980 both watchpoints must be the same kind.  For example, you can set two
2981 watchpoints with @code{watch} commands, two with @code{rwatch} commands,
2982 @strong{or} two with @code{awatch} commands, but you cannot set one
2983 watchpoint with one command and the other with a different command.
2984 @value{GDBN} will reject the command if you try to mix watchpoints.
2985 Delete or disable unused watchpoint commands before setting new ones.
2986
2987 If you call a function interactively using @code{print} or @code{call},
2988 any watchpoints you have set will be inactive until @value{GDBN} reaches another
2989 kind of breakpoint or the call completes.
2990
2991 @value{GDBN} automatically deletes watchpoints that watch local
2992 (automatic) variables, or expressions that involve such variables, when
2993 they go out of scope, that is, when the execution leaves the block in
2994 which these variables were defined.  In particular, when the program
2995 being debugged terminates, @emph{all} local variables go out of scope,
2996 and so only watchpoints that watch global variables remain set.  If you
2997 rerun the program, you will need to set all such watchpoints again.  One
2998 way of doing that would be to set a code breakpoint at the entry to the
2999 @code{main} function and when it breaks, set all the watchpoints.
3000
3001 @quotation
3002 @cindex watchpoints and threads
3003 @cindex threads and watchpoints
3004 @emph{Warning:} In multi-thread programs, watchpoints have only limited
3005 usefulness.  With the current watchpoint implementation, @value{GDBN}
3006 can only watch the value of an expression @emph{in a single thread}.  If
3007 you are confident that the expression can only change due to the current
3008 thread's activity (and if you are also confident that no other thread
3009 can become current), then you can use watchpoints as usual.  However,
3010 @value{GDBN} may not notice when a non-current thread's activity changes
3011 the expression.
3012
3013 @c FIXME: this is almost identical to the previous paragraph.
3014 @emph{HP-UX Warning:} In multi-thread programs, software watchpoints
3015 have only limited usefulness.  If @value{GDBN} creates a software
3016 watchpoint, it can only watch the value of an expression @emph{in a
3017 single thread}.  If you are confident that the expression can only
3018 change due to the current thread's activity (and if you are also
3019 confident that no other thread can become current), then you can use
3020 software watchpoints as usual.  However, @value{GDBN} may not notice
3021 when a non-current thread's activity changes the expression.  (Hardware
3022 watchpoints, in contrast, watch an expression in all threads.)
3023 @end quotation
3024
3025 @xref{set remote hardware-watchpoint-limit}.
3026
3027 @node Set Catchpoints
3028 @subsection Setting catchpoints
3029 @cindex catchpoints, setting
3030 @cindex exception handlers
3031 @cindex event handling
3032
3033 You can use @dfn{catchpoints} to cause the debugger to stop for certain
3034 kinds of program events, such as C@t{++} exceptions or the loading of a
3035 shared library.  Use the @code{catch} command to set a catchpoint.
3036
3037 @table @code
3038 @kindex catch
3039 @item catch @var{event}
3040 Stop when @var{event} occurs.  @var{event} can be any of the following:
3041 @table @code
3042 @item throw
3043 @cindex stop on C@t{++} exceptions
3044 The throwing of a C@t{++} exception.
3045
3046 @item catch
3047 The catching of a C@t{++} exception.
3048
3049 @item exec
3050 @cindex break on fork/exec
3051 A call to @code{exec}.  This is currently only available for HP-UX.
3052
3053 @item fork
3054 A call to @code{fork}.  This is currently only available for HP-UX.
3055
3056 @item vfork
3057 A call to @code{vfork}.  This is currently only available for HP-UX.
3058
3059 @item load
3060 @itemx load @var{libname}
3061 @cindex break on load/unload of shared library
3062 The dynamic loading of any shared library, or the loading of the library
3063 @var{libname}.  This is currently only available for HP-UX.
3064
3065 @item unload
3066 @itemx unload @var{libname}
3067 The unloading of any dynamically loaded shared library, or the unloading
3068 of the library @var{libname}.  This is currently only available for HP-UX.
3069 @end table
3070
3071 @item tcatch @var{event}
3072 Set a catchpoint that is enabled only for one stop.  The catchpoint is
3073 automatically deleted after the first time the event is caught.
3074
3075 @end table
3076
3077 Use the @code{info break} command to list the current catchpoints.
3078
3079 There are currently some limitations to C@t{++} exception handling
3080 (@code{catch throw} and @code{catch catch}) in @value{GDBN}:
3081
3082 @itemize @bullet
3083 @item
3084 If you call a function interactively, @value{GDBN} normally returns
3085 control to you when the function has finished executing.  If the call
3086 raises an exception, however, the call may bypass the mechanism that
3087 returns control to you and cause your program either to abort or to
3088 simply continue running until it hits a breakpoint, catches a signal
3089 that @value{GDBN} is listening for, or exits.  This is the case even if
3090 you set a catchpoint for the exception; catchpoints on exceptions are
3091 disabled within interactive calls.
3092
3093 @item
3094 You cannot raise an exception interactively.
3095
3096 @item
3097 You cannot install an exception handler interactively.
3098 @end itemize
3099
3100 @cindex raise exceptions
3101 Sometimes @code{catch} is not the best way to debug exception handling:
3102 if you need to know exactly where an exception is raised, it is better to
3103 stop @emph{before} the exception handler is called, since that way you
3104 can see the stack before any unwinding takes place.  If you set a
3105 breakpoint in an exception handler instead, it may not be easy to find
3106 out where the exception was raised.
3107
3108 To stop just before an exception handler is called, you need some
3109 knowledge of the implementation.  In the case of @sc{gnu} C@t{++}, exceptions are
3110 raised by calling a library function named @code{__raise_exception}
3111 which has the following ANSI C interface:
3112
3113 @smallexample
3114     /* @var{addr} is where the exception identifier is stored.
3115        @var{id} is the exception identifier.  */
3116     void __raise_exception (void **addr, void *id);
3117 @end smallexample
3118
3119 @noindent
3120 To make the debugger catch all exceptions before any stack
3121 unwinding takes place, set a breakpoint on @code{__raise_exception}
3122 (@pxref{Breakpoints, ,Breakpoints; watchpoints; and exceptions}).
3123
3124 With a conditional breakpoint (@pxref{Conditions, ,Break conditions})
3125 that depends on the value of @var{id}, you can stop your program when
3126 a specific exception is raised.  You can use multiple conditional
3127 breakpoints to stop your program when any of a number of exceptions are
3128 raised.
3129
3130
3131 @node Delete Breaks
3132 @subsection Deleting breakpoints
3133
3134 @cindex clearing breakpoints, watchpoints, catchpoints
3135 @cindex deleting breakpoints, watchpoints, catchpoints
3136 It is often necessary to eliminate a breakpoint, watchpoint, or
3137 catchpoint once it has done its job and you no longer want your program
3138 to stop there.  This is called @dfn{deleting} the breakpoint.  A
3139 breakpoint that has been deleted no longer exists; it is forgotten.
3140
3141 With the @code{clear} command you can delete breakpoints according to
3142 where they are in your program.  With the @code{delete} command you can
3143 delete individual breakpoints, watchpoints, or catchpoints by specifying
3144 their breakpoint numbers.
3145
3146 It is not necessary to delete a breakpoint to proceed past it.  @value{GDBN}
3147 automatically ignores breakpoints on the first instruction to be executed
3148 when you continue execution without changing the execution address.
3149
3150 @table @code
3151 @kindex clear
3152 @item clear
3153 Delete any breakpoints at the next instruction to be executed in the
3154 selected stack frame (@pxref{Selection, ,Selecting a frame}).  When
3155 the innermost frame is selected, this is a good way to delete a
3156 breakpoint where your program just stopped.
3157
3158 @item clear @var{function}
3159 @itemx clear @var{filename}:@var{function}
3160 Delete any breakpoints set at entry to the named @var{function}.
3161
3162 @item clear @var{linenum}
3163 @itemx clear @var{filename}:@var{linenum}
3164 Delete any breakpoints set at or within the code of the specified
3165 @var{linenum} of the specified @var{filename}.
3166
3167 @cindex delete breakpoints
3168 @kindex delete
3169 @kindex d @r{(@code{delete})}
3170 @item delete @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
3171 Delete the breakpoints, watchpoints, or catchpoints of the breakpoint
3172 ranges specified as arguments.  If no argument is specified, delete all
3173 breakpoints (@value{GDBN} asks confirmation, unless you have @code{set
3174 confirm off}).  You can abbreviate this command as @code{d}.
3175 @end table
3176
3177 @node Disabling
3178 @subsection Disabling breakpoints
3179
3180 @cindex enable/disable a breakpoint
3181 Rather than deleting a breakpoint, watchpoint, or catchpoint, you might
3182 prefer to @dfn{disable} it.  This makes the breakpoint inoperative as if
3183 it had been deleted, but remembers the information on the breakpoint so
3184 that you can @dfn{enable} it again later.
3185
3186 You disable and enable breakpoints, watchpoints, and catchpoints with
3187 the @code{enable} and @code{disable} commands, optionally specifying one
3188 or more breakpoint numbers as arguments.  Use @code{info break} or
3189 @code{info watch} to print a list of breakpoints, watchpoints, and
3190 catchpoints if you do not know which numbers to use.
3191
3192 A breakpoint, watchpoint, or catchpoint can have any of four different
3193 states of enablement:
3194
3195 @itemize @bullet
3196 @item
3197 Enabled.  The breakpoint stops your program.  A breakpoint set
3198 with the @code{break} command starts out in this state.
3199 @item
3200 Disabled.  The breakpoint has no effect on your program.
3201 @item
3202 Enabled once.  The breakpoint stops your program, but then becomes
3203 disabled.
3204 @item
3205 Enabled for deletion.  The breakpoint stops your program, but
3206 immediately after it does so it is deleted permanently.  A breakpoint
3207 set with the @code{tbreak} command starts out in this state.
3208 @end itemize
3209
3210 You can use the following commands to enable or disable breakpoints,
3211 watchpoints, and catchpoints:
3212
3213 @table @code
3214 @kindex disable
3215 @kindex dis @r{(@code{disable})}
3216 @item disable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
3217 Disable the specified breakpoints---or all breakpoints, if none are
3218 listed.  A disabled breakpoint has no effect but is not forgotten.  All
3219 options such as ignore-counts, conditions and commands are remembered in
3220 case the breakpoint is enabled again later.  You may abbreviate
3221 @code{disable} as @code{dis}.
3222
3223 @kindex enable
3224 @item enable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
3225 Enable the specified breakpoints (or all defined breakpoints).  They
3226 become effective once again in stopping your program.
3227
3228 @item enable @r{[}breakpoints@r{]} once @var{range}@dots{}
3229 Enable the specified breakpoints temporarily.  @value{GDBN} disables any
3230 of these breakpoints immediately after stopping your program.
3231
3232 @item enable @r{[}breakpoints@r{]} delete @var{range}@dots{}
3233 Enable the specified breakpoints to work once, then die.  @value{GDBN}
3234 deletes any of these breakpoints as soon as your program stops there.
3235 Breakpoints set by the @code{tbreak} command start out in this state.
3236 @end table
3237
3238 @c FIXME: I think the following ``Except for [...] @code{tbreak}'' is
3239 @c confusing: tbreak is also initially enabled.
3240 Except for a breakpoint set with @code{tbreak} (@pxref{Set Breaks,
3241 ,Setting breakpoints}), breakpoints that you set are initially enabled;
3242 subsequently, they become disabled or enabled only when you use one of
3243 the commands above.  (The command @code{until} can set and delete a
3244 breakpoint of its own, but it does not change the state of your other
3245 breakpoints; see @ref{Continuing and Stepping, ,Continuing and
3246 stepping}.)
3247
3248 @node Conditions
3249 @subsection Break conditions
3250 @cindex conditional breakpoints
3251 @cindex breakpoint conditions
3252
3253 @c FIXME what is scope of break condition expr?  Context where wanted?
3254 @c      in particular for a watchpoint?
3255 The simplest sort of breakpoint breaks every time your program reaches a
3256 specified place.  You can also specify a @dfn{condition} for a
3257 breakpoint.  A condition is just a Boolean expression in your
3258 programming language (@pxref{Expressions, ,Expressions}).  A breakpoint with
3259 a condition evaluates the expression each time your program reaches it,
3260 and your program stops only if the condition is @emph{true}.
3261
3262 This is the converse of using assertions for program validation; in that
3263 situation, you want to stop when the assertion is violated---that is,
3264 when the condition is false.  In C, if you want to test an assertion expressed
3265 by the condition @var{assert}, you should set the condition
3266 @samp{! @var{assert}} on the appropriate breakpoint.
3267
3268 Conditions are also accepted for watchpoints; you may not need them,
3269 since a watchpoint is inspecting the value of an expression anyhow---but
3270 it might be simpler, say, to just set a watchpoint on a variable name,
3271 and specify a condition that tests whether the new value is an interesting
3272 one.
3273
3274 Break conditions can have side effects, and may even call functions in
3275 your program.  This can be useful, for example, to activate functions
3276 that log program progress, or to use your own print functions to
3277 format special data structures. The effects are completely predictable
3278 unless there is another enabled breakpoint at the same address.  (In
3279 that case, @value{GDBN} might see the other breakpoint first and stop your
3280 program without checking the condition of this one.)  Note that
3281 breakpoint commands are usually more convenient and flexible than break
3282 conditions for the
3283 purpose of performing side effects when a breakpoint is reached
3284 (@pxref{Break Commands, ,Breakpoint command lists}).
3285
3286 Break conditions can be specified when a breakpoint is set, by using
3287 @samp{if} in the arguments to the @code{break} command.  @xref{Set
3288 Breaks, ,Setting breakpoints}.  They can also be changed at any time
3289 with the @code{condition} command.
3290
3291 You can also use the @code{if} keyword with the @code{watch} command.
3292 The @code{catch} command does not recognize the @code{if} keyword;
3293 @code{condition} is the only way to impose a further condition on a
3294 catchpoint.
3295
3296 @table @code
3297 @kindex condition
3298 @item condition @var{bnum} @var{expression}
3299 Specify @var{expression} as the break condition for breakpoint,
3300 watchpoint, or catchpoint number @var{bnum}.  After you set a condition,
3301 breakpoint @var{bnum} stops your program only if the value of
3302 @var{expression} is true (nonzero, in C).  When you use
3303 @code{condition}, @value{GDBN} checks @var{expression} immediately for
3304 syntactic correctness, and to determine whether symbols in it have
3305 referents in the context of your breakpoint.  If @var{expression} uses
3306 symbols not referenced in the context of the breakpoint, @value{GDBN}
3307 prints an error message:
3308
3309 @smallexample
3310 No symbol "foo" in current context.
3311 @end smallexample
3312
3313 @noindent
3314 @value{GDBN} does
3315 not actually evaluate @var{expression} at the time the @code{condition}
3316 command (or a command that sets a breakpoint with a condition, like
3317 @code{break if @dots{}}) is given, however.  @xref{Expressions, ,Expressions}.
3318
3319 @item condition @var{bnum}
3320 Remove the condition from breakpoint number @var{bnum}.  It becomes
3321 an ordinary unconditional breakpoint.
3322 @end table
3323
3324 @cindex ignore count (of breakpoint)
3325 A special case of a breakpoint condition is to stop only when the
3326 breakpoint has been reached a certain number of times.  This is so
3327 useful that there is a special way to do it, using the @dfn{ignore
3328 count} of the breakpoint.  Every breakpoint has an ignore count, which
3329 is an integer.  Most of the time, the ignore count is zero, and
3330 therefore has no effect.  But if your program reaches a breakpoint whose
3331 ignore count is positive, then instead of stopping, it just decrements
3332 the ignore count by one and continues.  As a result, if the ignore count
3333 value is @var{n}, the breakpoint does not stop the next @var{n} times
3334 your program reaches it.
3335
3336 @table @code
3337 @kindex ignore
3338 @item ignore @var{bnum} @var{count}
3339 Set the ignore count of breakpoint number @var{bnum} to @var{count}.
3340 The next @var{count} times the breakpoint is reached, your program's
3341 execution does not stop; other than to decrement the ignore count, @value{GDBN}
3342 takes no action.
3343
3344 To make the breakpoint stop the next time it is reached, specify
3345 a count of zero.
3346
3347 When you use @code{continue} to resume execution of your program from a
3348 breakpoint, you can specify an ignore count directly as an argument to
3349 @code{continue}, rather than using @code{ignore}.  @xref{Continuing and
3350 Stepping,,Continuing and stepping}.
3351
3352 If a breakpoint has a positive ignore count and a condition, the
3353 condition is not checked.  Once the ignore count reaches zero,
3354 @value{GDBN} resumes checking the condition.
3355
3356 You could achieve the effect of the ignore count with a condition such
3357 as @w{@samp{$foo-- <= 0}} using a debugger convenience variable that
3358 is decremented each time.  @xref{Convenience Vars, ,Convenience
3359 variables}.
3360 @end table
3361
3362 Ignore counts apply to breakpoints, watchpoints, and catchpoints.
3363
3364
3365 @node Break Commands
3366 @subsection Breakpoint command lists
3367
3368 @cindex breakpoint commands
3369 You can give any breakpoint (or watchpoint or catchpoint) a series of
3370 commands to execute when your program stops due to that breakpoint.  For
3371 example, you might want to print the values of certain expressions, or
3372 enable other breakpoints.
3373
3374 @table @code
3375 @kindex commands
3376 @kindex end
3377 @item commands @r{[}@var{bnum}@r{]}
3378 @itemx @dots{} @var{command-list} @dots{}
3379 @itemx end
3380 Specify a list of commands for breakpoint number @var{bnum}.  The commands
3381 themselves appear on the following lines.  Type a line containing just
3382 @code{end} to terminate the commands.
3383
3384 To remove all commands from a breakpoint, type @code{commands} and
3385 follow it immediately with @code{end}; that is, give no commands.
3386
3387 With no @var{bnum} argument, @code{commands} refers to the last
3388 breakpoint, watchpoint, or catchpoint set (not to the breakpoint most
3389 recently encountered).
3390 @end table
3391
3392 Pressing @key{RET} as a means of repeating the last @value{GDBN} command is
3393 disabled within a @var{command-list}.
3394
3395 You can use breakpoint commands to start your program up again.  Simply
3396 use the @code{continue} command, or @code{step}, or any other command
3397 that resumes execution.
3398
3399 Any other commands in the command list, after a command that resumes
3400 execution, are ignored.  This is because any time you resume execution
3401 (even with a simple @code{next} or @code{step}), you may encounter
3402 another breakpoint---which could have its own command list, leading to
3403 ambiguities about which list to execute.
3404
3405 @kindex silent
3406 If the first command you specify in a command list is @code{silent}, the
3407 usual message about stopping at a breakpoint is not printed.  This may
3408 be desirable for breakpoints that are to print a specific message and
3409 then continue.  If none of the remaining commands print anything, you
3410 see no sign that the breakpoint was reached.  @code{silent} is
3411 meaningful only at the beginning of a breakpoint command list.
3412
3413 The commands @code{echo}, @code{output}, and @code{printf} allow you to
3414 print precisely controlled output, and are often useful in silent
3415 breakpoints.  @xref{Output, ,Commands for controlled output}.
3416
3417 For example, here is how you could use breakpoint commands to print the
3418 value of @code{x} at entry to @code{foo} whenever @code{x} is positive.
3419
3420 @smallexample
3421 break foo if x>0
3422 commands
3423 silent
3424 printf "x is %d\n",x
3425 cont
3426 end
3427 @end smallexample
3428
3429 One application for breakpoint commands is to compensate for one bug so
3430 you can test for another.  Put a breakpoint just after the erroneous line
3431 of code, give it a condition to detect the case in which something
3432 erroneous has been done, and give it commands to assign correct values
3433 to any variables that need them.  End with the @code{continue} command
3434 so that your program does not stop, and start with the @code{silent}
3435 command so that no output is produced.  Here is an example:
3436
3437 @smallexample
3438 break 403
3439 commands
3440 silent
3441 set x = y + 4
3442 cont
3443 end
3444 @end smallexample
3445
3446 @node Breakpoint Menus
3447 @subsection Breakpoint menus
3448 @cindex overloading
3449 @cindex symbol overloading
3450
3451 Some programming languages (notably C@t{++} and Objective-C) permit a
3452 single function name
3453 to be defined several times, for application in different contexts.
3454 This is called @dfn{overloading}.  When a function name is overloaded,
3455 @samp{break @var{function}} is not enough to tell @value{GDBN} where you want
3456 a breakpoint.  If you realize this is a problem, you can use
3457 something like @samp{break @var{function}(@var{types})} to specify which
3458 particular version of the function you want.  Otherwise, @value{GDBN} offers
3459 you a menu of numbered choices for different possible breakpoints, and
3460 waits for your selection with the prompt @samp{>}.  The first two
3461 options are always @samp{[0] cancel} and @samp{[1] all}.  Typing @kbd{1}
3462 sets a breakpoint at each definition of @var{function}, and typing
3463 @kbd{0} aborts the @code{break} command without setting any new
3464 breakpoints.
3465
3466 For example, the following session excerpt shows an attempt to set a
3467 breakpoint at the overloaded symbol @code{String::after}.
3468 We choose three particular definitions of that function name:
3469
3470 @c FIXME! This is likely to change to show arg type lists, at least
3471 @smallexample
3472 @group
3473 (@value{GDBP}) b String::after
3474 [0] cancel
3475 [1] all
3476 [2] file:String.cc; line number:867
3477 [3] file:String.cc; line number:860
3478 [4] file:String.cc; line number:875
3479 [5] file:String.cc; line number:853
3480 [6] file:String.cc; line number:846
3481 [7] file:String.cc; line number:735
3482 > 2 4 6
3483 Breakpoint 1 at 0xb26c: file String.cc, line 867.
3484 Breakpoint 2 at 0xb344: file String.cc, line 875.
3485 Breakpoint 3 at 0xafcc: file String.cc, line 846.
3486 Multiple breakpoints were set.
3487 Use the "delete" command to delete unwanted
3488  breakpoints.
3489 (@value{GDBP})
3490 @end group
3491 @end smallexample
3492
3493 @c  @ifclear BARETARGET
3494 @node Error in Breakpoints
3495 @subsection ``Cannot insert breakpoints''
3496 @c
3497 @c  FIXME!! 14/6/95  Is there a real example of this?  Let's use it.
3498 @c
3499 Under some operating systems, breakpoints cannot be used in a program if
3500 any other process is running that program.  In this situation,
3501 attempting to run or continue a program with a breakpoint causes
3502 @value{GDBN} to print an error message:
3503
3504 @smallexample
3505 Cannot insert breakpoints.
3506 The same program may be running in another process.
3507 @end smallexample
3508
3509 When this happens, you have three ways to proceed:
3510
3511 @enumerate
3512 @item
3513 Remove or disable the breakpoints, then continue.
3514
3515 @item
3516 Suspend @value{GDBN}, and copy the file containing your program to a new
3517 name.  Resume @value{GDBN} and use the @code{exec-file} command to specify
3518 that @value{GDBN} should run your program under that name.
3519 Then start your program again.
3520
3521 @item
3522 Relink your program so that the text segment is nonsharable, using the
3523 linker option @samp{-N}.  The operating system limitation may not apply
3524 to nonsharable executables.
3525 @end enumerate
3526 @c  @end ifclear
3527
3528 A similar message can be printed if you request too many active
3529 hardware-assisted breakpoints and watchpoints:
3530
3531 @c FIXME: the precise wording of this message may change; the relevant
3532 @c source change is not committed yet (Sep 3, 1999).
3533 @smallexample
3534 Stopped; cannot insert breakpoints.
3535 You may have requested too many hardware breakpoints and watchpoints.
3536 @end smallexample
3537
3538 @noindent
3539 This message is printed when you attempt to resume the program, since
3540 only then @value{GDBN} knows exactly how many hardware breakpoints and
3541 watchpoints it needs to insert.
3542
3543 When this message is printed, you need to disable or remove some of the
3544 hardware-assisted breakpoints and watchpoints, and then continue.
3545
3546 @node Breakpoint related warnings
3547 @subsection ``Breakpoint address adjusted...''
3548 @cindex breakpoint address adjusted
3549
3550 Some processor architectures place constraints on the addresses at
3551 which breakpoints may be placed.  For architectures thus constrained,
3552 @value{GDBN} will attempt to adjust the breakpoint's address to comply
3553 with the constraints dictated by the architecture.
3554
3555 One example of such an architecture is the Fujitsu FR-V.  The FR-V is
3556 a VLIW architecture in which a number of RISC-like instructions may be
3557 bundled together for parallel execution.  The FR-V architecture
3558 constrains the location of a breakpoint instruction within such a
3559 bundle to the instruction with the lowest address.  @value{GDBN}
3560 honors this constraint by adjusting a breakpoint's address to the
3561 first in the bundle.
3562
3563 It is not uncommon for optimized code to have bundles which contain
3564 instructions from different source statements, thus it may happen that
3565 a breakpoint's address will be adjusted from one source statement to
3566 another.  Since this adjustment may significantly alter @value{GDBN}'s
3567 breakpoint related behavior from what the user expects, a warning is
3568 printed when the breakpoint is first set and also when the breakpoint
3569 is hit.
3570
3571 A warning like the one below is printed when setting a breakpoint
3572 that's been subject to address adjustment:
3573
3574 @smallexample
3575 warning: Breakpoint address adjusted from 0x00010414 to 0x00010410.
3576 @end smallexample
3577
3578 Such warnings are printed both for user settable and @value{GDBN}'s
3579 internal breakpoints.  If you see one of these warnings, you should
3580 verify that a breakpoint set at the adjusted address will have the
3581 desired affect.  If not, the breakpoint in question may be removed and
3582 other breakpoints may be set which will have the desired behavior.
3583 E.g., it may be sufficient to place the breakpoint at a later
3584 instruction.  A conditional breakpoint may also be useful in some
3585 cases to prevent the breakpoint from triggering too often.
3586
3587 @value{GDBN} will also issue a warning when stopping at one of these
3588 adjusted breakpoints:
3589
3590 @smallexample
3591 warning: Breakpoint 1 address previously adjusted from 0x00010414
3592 to 0x00010410.
3593 @end smallexample
3594
3595 When this warning is encountered, it may be too late to take remedial
3596 action except in cases where the breakpoint is hit earlier or more
3597 frequently than expected.
3598
3599 @node Continuing and Stepping
3600 @section Continuing and stepping
3601
3602 @cindex stepping
3603 @cindex continuing
3604 @cindex resuming execution
3605 @dfn{Continuing} means resuming program execution until your program
3606 completes normally.  In contrast, @dfn{stepping} means executing just
3607 one more ``step'' of your program, where ``step'' may mean either one
3608 line of source code, or one machine instruction (depending on what
3609 particular command you use).  Either when continuing or when stepping,
3610 your program may stop even sooner, due to a breakpoint or a signal.  (If
3611 it stops due to a signal, you may want to use @code{handle}, or use
3612 @samp{signal 0} to resume execution.  @xref{Signals, ,Signals}.)
3613
3614 @table @code
3615 @kindex continue
3616 @kindex c @r{(@code{continue})}
3617 @kindex fg @r{(resume foreground execution)}
3618 @item continue @r{[}@var{ignore-count}@r{]}
3619 @itemx c @r{[}@var{ignore-count}@r{]}
3620 @itemx fg @r{[}@var{ignore-count}@r{]}
3621 Resume program execution, at the address where your program last stopped;
3622 any breakpoints set at that address are bypassed.  The optional argument
3623 @var{ignore-count} allows you to specify a further number of times to
3624 ignore a breakpoint at this location; its effect is like that of
3625 @code{ignore} (@pxref{Conditions, ,Break conditions}).
3626
3627 The argument @var{ignore-count} is meaningful only when your program
3628 stopped due to a breakpoint.  At other times, the argument to
3629 @code{continue} is ignored.
3630
3631 The synonyms @code{c} and @code{fg} (for @dfn{foreground}, as the
3632 debugged program is deemed to be the foreground program) are provided
3633 purely for convenience, and have exactly the same behavior as
3634 @code{continue}.
3635 @end table
3636
3637 To resume execution at a different place, you can use @code{return}
3638 (@pxref{Returning, ,Returning from a function}) to go back to the
3639 calling function; or @code{jump} (@pxref{Jumping, ,Continuing at a
3640 different address}) to go to an arbitrary location in your program.
3641
3642 A typical technique for using stepping is to set a breakpoint
3643 (@pxref{Breakpoints, ,Breakpoints; watchpoints; and catchpoints}) at the
3644 beginning of the function or the section of your program where a problem
3645 is believed to lie, run your program until it stops at that breakpoint,
3646 and then step through the suspect area, examining the variables that are
3647 interesting, until you see the problem happen.
3648
3649 @table @code
3650 @kindex step
3651 @kindex s @r{(@code{step})}
3652 @item step
3653 Continue running your program until control reaches a different source
3654 line, then stop it and return control to @value{GDBN}.  This command is
3655 abbreviated @code{s}.
3656
3657 @quotation
3658 @c "without debugging information" is imprecise; actually "without line
3659 @c numbers in the debugging information".  (gcc -g1 has debugging info but
3660 @c not line numbers).  But it seems complex to try to make that
3661 @c distinction here.
3662 @emph{Warning:} If you use the @code{step} command while control is
3663 within a function that was compiled without debugging information,
3664 execution proceeds until control reaches a function that does have
3665 debugging information.  Likewise, it will not step into a function which
3666 is compiled without debugging information.  To step through functions
3667 without debugging information, use the @code{stepi} command, described
3668 below.
3669 @end quotation
3670
3671 The @code{step} command only stops at the first instruction of a source
3672 line.  This prevents the multiple stops that could otherwise occur in
3673 @code{switch} statements, @code{for} loops, etc.  @code{step} continues
3674 to stop if a function that has debugging information is called within
3675 the line.  In other words, @code{step} @emph{steps inside} any functions
3676 called within the line.
3677
3678 Also, the @code{step} command only enters a function if there is line
3679 number information for the function.  Otherwise it acts like the
3680 @code{next} command.  This avoids problems when using @code{cc -gl}
3681 on MIPS machines.  Previously, @code{step} entered subroutines if there
3682 was any debugging information about the routine.
3683
3684 @item step @var{count}
3685 Continue running as in @code{step}, but do so @var{count} times.  If a
3686 breakpoint is reached, or a signal not related to stepping occurs before
3687 @var{count} steps, stepping stops right away.
3688
3689 @kindex next
3690 @kindex n @r{(@code{next})}
3691 @item next @r{[}@var{count}@r{]}
3692 Continue to the next source line in the current (innermost) stack frame.
3693 This is similar to @code{step}, but function calls that appear within
3694 the line of code are executed without stopping.  Execution stops when
3695 control reaches a different line of code at the original stack level
3696 that was executing when you gave the @code{next} command.  This command
3697 is abbreviated @code{n}.
3698
3699 An argument @var{count} is a repeat count, as for @code{step}.
3700
3701
3702 @c  FIX ME!!  Do we delete this, or is there a way it fits in with
3703 @c  the following paragraph?   ---  Vctoria
3704 @c
3705 @c  @code{next} within a function that lacks debugging information acts like
3706 @c  @code{step}, but any function calls appearing within the code of the
3707 @c  function are executed without stopping.
3708
3709 The @code{next} command only stops at the first instruction of a
3710 source line.  This prevents multiple stops that could otherwise occur in
3711 @code{switch} statements, @code{for} loops, etc.
3712
3713 @kindex set step-mode
3714 @item set step-mode
3715 @cindex functions without line info, and stepping
3716 @cindex stepping into functions with no line info
3717 @itemx set step-mode on
3718 The @code{set step-mode on} command causes the @code{step} command to
3719 stop at the first instruction of a function which contains no debug line
3720 information rather than stepping over it.
3721
3722 This is useful in cases where you may be interested in inspecting the
3723 machine instructions of a function which has no symbolic info and do not
3724 want @value{GDBN} to automatically skip over this function.
3725
3726 @item set step-mode off
3727 Causes the @code{step} command to step over any functions which contains no
3728 debug information.  This is the default.
3729
3730 @item show step-mode
3731 Show whether @value{GDBN} will stop in or step over functions without
3732 source line debug information.
3733
3734 @kindex finish
3735 @item finish
3736 Continue running until just after function in the selected stack frame
3737 returns.  Print the returned value (if any).
3738
3739 Contrast this with the @code{return} command (@pxref{Returning,
3740 ,Returning from a function}).
3741
3742 @kindex until
3743 @kindex u @r{(@code{until})}
3744 @cindex run until specified location
3745 @item until
3746 @itemx u
3747 Continue running until a source line past the current line, in the
3748 current stack frame, is reached.  This command is used to avoid single
3749 stepping through a loop more than once.  It is like the @code{next}
3750 command, except that when @code{until} encounters a jump, it
3751 automatically continues execution until the program counter is greater
3752 than the address of the jump.
3753
3754 This means that when you reach the end of a loop after single stepping
3755 though it, @code{until} makes your program continue execution until it
3756 exits the loop.  In contrast, a @code{next} command at the end of a loop
3757 simply steps back to the beginning of the loop, which forces you to step
3758 through the next iteration.
3759
3760 @code{until} always stops your program if it attempts to exit the current
3761 stack frame.
3762
3763 @code{until} may produce somewhat counterintuitive results if the order
3764 of machine code does not match the order of the source lines.  For
3765 example, in the following excerpt from a debugging session, the @code{f}
3766 (@code{frame}) command shows that execution is stopped at line
3767 @code{206}; yet when we use @code{until}, we get to line @code{195}:
3768
3769 @smallexample
3770 (@value{GDBP}) f
3771 #0  main (argc=4, argv=0xf7fffae8) at m4.c:206
3772 206                 expand_input();
3773 (@value{GDBP}) until
3774 195             for ( ; argc > 0; NEXTARG) @{
3775 @end smallexample
3776
3777 This happened because, for execution efficiency, the compiler had
3778 generated code for the loop closure test at the end, rather than the
3779 start, of the loop---even though the test in a C @code{for}-loop is
3780 written before the body of the loop.  The @code{until} command appeared
3781 to step back to the beginning of the loop when it advanced to this
3782 expression; however, it has not really gone to an earlier
3783 statement---not in terms of the actual machine code.
3784
3785 @code{until} with no argument works by means of single
3786 instruction stepping, and hence is slower than @code{until} with an
3787 argument.
3788
3789 @item until @var{location}
3790 @itemx u @var{location}
3791 Continue running your program until either the specified location is
3792 reached, or the current stack frame returns.  @var{location} is any of
3793 the forms of argument acceptable to @code{break} (@pxref{Set Breaks,
3794 ,Setting breakpoints}).  This form of the command uses breakpoints, and
3795 hence is quicker than @code{until} without an argument.  The specified
3796 location is actually reached only if it is in the current frame.  This
3797 implies that @code{until} can be used to skip over recursive function
3798 invocations.  For instance in the code below, if the current location is
3799 line @code{96}, issuing @code{until 99} will execute the program up to
3800 line @code{99} in the same invocation of factorial, i.e. after the inner
3801 invocations have returned.
3802
3803 @smallexample
3804 94      int factorial (int value)
3805 95      @{
3806 96          if (value > 1) @{
3807 97            value *= factorial (value - 1);
3808 98          @}
3809 99          return (value);
3810 100     @}
3811 @end smallexample
3812
3813
3814 @kindex advance @var{location}
3815 @itemx advance @var{location}
3816 Continue running the program up to the given @var{location}.  An argument is
3817 required, which should be of the same form as arguments for the @code{break}
3818 command.  Execution will also stop upon exit from the current stack
3819 frame.  This command is similar to @code{until}, but @code{advance} will
3820 not skip over recursive function calls, and the target location doesn't
3821 have to be in the same frame as the current one.
3822
3823
3824 @kindex stepi
3825 @kindex si @r{(@code{stepi})}
3826 @item stepi
3827 @itemx stepi @var{arg}
3828 @itemx si
3829 Execute one machine instruction, then stop and return to the debugger.
3830
3831 It is often useful to do @samp{display/i $pc} when stepping by machine
3832 instructions.  This makes @value{GDBN} automatically display the next
3833 instruction to be executed, each time your program stops.  @xref{Auto
3834 Display,, Automatic display}.
3835
3836 An argument is a repeat count, as in @code{step}.
3837
3838 @need 750
3839 @kindex nexti
3840 @kindex ni @r{(@code{nexti})}
3841 @item nexti
3842 @itemx nexti @var{arg}
3843 @itemx ni
3844 Execute one machine instruction, but if it is a function call,
3845 proceed until the function returns.
3846
3847 An argument is a repeat count, as in @code{next}.
3848 @end table
3849
3850 @node Signals
3851 @section Signals
3852 @cindex signals
3853
3854 A signal is an asynchronous event that can happen in a program.  The
3855 operating system defines the possible kinds of signals, and gives each
3856 kind a name and a number.  For example, in Unix @code{SIGINT} is the
3857 signal a program gets when you type an interrupt character (often @kbd{C-c});
3858 @code{SIGSEGV} is the signal a program gets from referencing a place in
3859 memory far away from all the areas in use; @code{SIGALRM} occurs when
3860 the alarm clock timer goes off (which happens only if your program has
3861 requested an alarm).
3862
3863 @cindex fatal signals
3864 Some signals, including @code{SIGALRM}, are a normal part of the
3865 functioning of your program.  Others, such as @code{SIGSEGV}, indicate
3866 errors; these signals are @dfn{fatal} (they kill your program immediately) if the
3867 program has not specified in advance some other way to handle the signal.
3868 @code{SIGINT} does not indicate an error in your program, but it is normally
3869 fatal so it can carry out the purpose of the interrupt: to kill the program.
3870
3871 @value{GDBN} has the ability to detect any occurrence of a signal in your
3872 program.  You can tell @value{GDBN} in advance what to do for each kind of
3873 signal.
3874
3875 @cindex handling signals
3876 Normally, @value{GDBN} is set up to let the non-erroneous signals like
3877 @code{SIGALRM} be silently passed to your program
3878 (so as not to interfere with their role in the program's functioning)
3879 but to stop your program immediately whenever an error signal happens.
3880 You can change these settings with the @code{handle} command.
3881
3882 @table @code
3883 @kindex info signals
3884 @kindex info handle
3885 @item info signals
3886 @itemx info handle
3887 Print a table of all the kinds of signals and how @value{GDBN} has been told to
3888 handle each one.  You can use this to see the signal numbers of all
3889 the defined types of signals.
3890
3891 @code{info handle} is an alias for @code{info signals}.
3892
3893 @kindex handle
3894 @item handle @var{signal} @var{keywords}@dots{}
3895 Change the way @value{GDBN} handles signal @var{signal}.  @var{signal}
3896 can be the number of a signal or its name (with or without the
3897 @samp{SIG} at the beginning); a list of signal numbers of the form
3898 @samp{@var{low}-@var{high}}; or the word @samp{all}, meaning all the
3899 known signals.  The @var{keywords} say what change to make.
3900 @end table
3901
3902 @c @group
3903 The keywords allowed by the @code{handle} command can be abbreviated.
3904 Their full names are:
3905
3906 @table @code
3907 @item nostop
3908 @value{GDBN} should not stop your program when this signal happens.  It may
3909 still print a message telling you that the signal has come in.
3910
3911 @item stop
3912 @value{GDBN} should stop your program when this signal happens.  This implies
3913 the @code{print} keyword as well.
3914
3915 @item print
3916 @value{GDBN} should print a message when this signal happens.
3917
3918 @item noprint
3919 @value{GDBN} should not mention the occurrence of the signal at all.  This
3920 implies the @code{nostop} keyword as well.
3921
3922 @item pass
3923 @itemx noignore
3924 @value{GDBN} should allow your program to see this signal; your program
3925 can handle the signal, or else it may terminate if the signal is fatal
3926 and not handled.  @code{pass} and @code{noignore} are synonyms.
3927
3928 @item nopass
3929 @itemx ignore
3930 @value{GDBN} should not allow your program to see this signal.
3931 @code{nopass} and @code{ignore} are synonyms.
3932 @end table
3933 @c @end group
3934
3935 When a signal stops your program, the signal is not visible to the
3936 program until you
3937 continue.  Your program sees the signal then, if @code{pass} is in
3938 effect for the signal in question @emph{at that time}.  In other words,
3939 after @value{GDBN} reports a signal, you can use the @code{handle}
3940 command with @code{pass} or @code{nopass} to control whether your
3941 program sees that signal when you continue.
3942
3943 The default is set to @code{nostop}, @code{noprint}, @code{pass} for
3944 non-erroneous signals such as @code{SIGALRM}, @code{SIGWINCH} and
3945 @code{SIGCHLD}, and to @code{stop}, @code{print}, @code{pass} for the
3946 erroneous signals.
3947
3948 You can also use the @code{signal} command to prevent your program from
3949 seeing a signal, or cause it to see a signal it normally would not see,
3950 or to give it any signal at any time.  For example, if your program stopped
3951 due to some sort of memory reference error, you might store correct
3952 values into the erroneous variables and continue, hoping to see more
3953 execution; but your program would probably terminate immediately as
3954 a result of the fatal signal once it saw the signal.  To prevent this,
3955 you can continue with @samp{signal 0}.  @xref{Signaling, ,Giving your
3956 program a signal}.
3957
3958 @node Thread Stops
3959 @section Stopping and starting multi-thread programs
3960
3961 When your program has multiple threads (@pxref{Threads,, Debugging
3962 programs with multiple threads}), you can choose whether to set
3963 breakpoints on all threads, or on a particular thread.
3964
3965 @table @code
3966 @cindex breakpoints and threads
3967 @cindex thread breakpoints
3968 @kindex break @dots{} thread @var{threadno}
3969 @item break @var{linespec} thread @var{threadno}
3970 @itemx break @var{linespec} thread @var{threadno} if @dots{}
3971 @var{linespec} specifies source lines; there are several ways of
3972 writing them, but the effect is always to specify some source line.
3973
3974 Use the qualifier @samp{thread @var{threadno}} with a breakpoint command
3975 to specify that you only want @value{GDBN} to stop the program when a
3976 particular thread reaches this breakpoint.  @var{threadno} is one of the
3977 numeric thread identifiers assigned by @value{GDBN}, shown in the first
3978 column of the @samp{info threads} display.
3979
3980 If you do not specify @samp{thread @var{threadno}} when you set a
3981 breakpoint, the breakpoint applies to @emph{all} threads of your
3982 program.
3983
3984 You can use the @code{thread} qualifier on conditional breakpoints as
3985 well; in this case, place @samp{thread @var{threadno}} before the
3986 breakpoint condition, like this:
3987
3988 @smallexample
3989 (@value{GDBP}) break frik.c:13 thread 28 if bartab > lim
3990 @end smallexample
3991
3992 @end table
3993
3994 @cindex stopped threads
3995 @cindex threads, stopped
3996 Whenever your program stops under @value{GDBN} for any reason,
3997 @emph{all} threads of execution stop, not just the current thread.  This
3998 allows you to examine the overall state of the program, including
3999 switching between threads, without worrying that things may change
4000 underfoot.
4001
4002 @cindex thread breakpoints and system calls
4003 @cindex system calls and thread breakpoints
4004 @cindex premature return from system calls
4005 There is an unfortunate side effect.  If one thread stops for a
4006 breakpoint, or for some other reason, and another thread is blocked in a
4007 system call, then the system call may return prematurely.  This is a
4008 consequence of the interaction between multiple threads and the signals
4009 that @value{GDBN} uses to implement breakpoints and other events that
4010 stop execution.
4011
4012 To handle this problem, your program should check the return value of
4013 each system call and react appropriately.  This is good programming
4014 style anyways.
4015
4016 For example, do not write code like this:
4017
4018 @smallexample
4019   sleep (10);
4020 @end smallexample
4021
4022 The call to @code{sleep} will return early if a different thread stops
4023 at a breakpoint or for some other reason.
4024
4025 Instead, write this:
4026
4027 @smallexample
4028   int unslept = 10;
4029   while (unslept > 0)
4030     unslept = sleep (unslept);
4031 @end smallexample
4032
4033 A system call is allowed to return early, so the system is still
4034 conforming to its specification.  But @value{GDBN} does cause your
4035 multi-threaded program to behave differently than it would without
4036 @value{GDBN}.
4037
4038 Also, @value{GDBN} uses internal breakpoints in the thread library to
4039 monitor certain events such as thread creation and thread destruction.
4040 When such an event happens, a system call in another thread may return
4041 prematurely, even though your program does not appear to stop.
4042
4043 @cindex continuing threads
4044 @cindex threads, continuing
4045 Conversely, whenever you restart the program, @emph{all} threads start
4046 executing.  @emph{This is true even when single-stepping} with commands
4047 like @code{step} or @code{next}.
4048
4049 In particular, @value{GDBN} cannot single-step all threads in lockstep.
4050 Since thread scheduling is up to your debugging target's operating
4051 system (not controlled by @value{GDBN}), other threads may
4052 execute more than one statement while the current thread completes a
4053 single step.  Moreover, in general other threads stop in the middle of a
4054 statement, rather than at a clean statement boundary, when the program
4055 stops.
4056
4057 You might even find your program stopped in another thread after
4058 continuing or even single-stepping.  This happens whenever some other
4059 thread runs into a breakpoint, a signal, or an exception before the
4060 first thread completes whatever you requested.
4061
4062 On some OSes, you can lock the OS scheduler and thus allow only a single
4063 thread to run.
4064
4065 @table @code
4066 @item set scheduler-locking @var{mode}
4067 @cindex scheduler locking mode
4068 @cindex lock scheduler
4069 Set the scheduler locking mode.  If it is @code{off}, then there is no
4070 locking and any thread may run at any time.  If @code{on}, then only the
4071 current thread may run when the inferior is resumed.  The @code{step}
4072 mode optimizes for single-stepping.  It stops other threads from
4073 ``seizing the prompt'' by preempting the current thread while you are
4074 stepping.  Other threads will only rarely (or never) get a chance to run
4075 when you step.  They are more likely to run when you @samp{next} over a
4076 function call, and they are completely free to run when you use commands
4077 like @samp{continue}, @samp{until}, or @samp{finish}.  However, unless another
4078 thread hits a breakpoint during its timeslice, they will never steal the
4079 @value{GDBN} prompt away from the thread that you are debugging.
4080
4081 @item show scheduler-locking
4082 Display the current scheduler locking mode.
4083 @end table
4084
4085
4086 @node Stack
4087 @chapter Examining the Stack
4088
4089 When your program has stopped, the first thing you need to know is where it
4090 stopped and how it got there.
4091
4092 @cindex call stack
4093 Each time your program performs a function call, information about the call
4094 is generated.
4095 That information includes the location of the call in your program,
4096 the arguments of the call,
4097 and the local variables of the function being called.
4098 The information is saved in a block of data called a @dfn{stack frame}.
4099 The stack frames are allocated in a region of memory called the @dfn{call
4100 stack}.
4101
4102 When your program stops, the @value{GDBN} commands for examining the
4103 stack allow you to see all of this information.
4104
4105 @cindex selected frame
4106 One of the stack frames is @dfn{selected} by @value{GDBN} and many
4107 @value{GDBN} commands refer implicitly to the selected frame.  In
4108 particular, whenever you ask @value{GDBN} for the value of a variable in
4109 your program, the value is found in the selected frame.  There are
4110 special @value{GDBN} commands to select whichever frame you are
4111 interested in. @xref{Selection, ,Selecting a frame}.
4112
4113 When your program stops, @value{GDBN} automatically selects the
4114 currently executing frame and describes it briefly, similar to the
4115 @code{frame} command (@pxref{Frame Info, ,Information about a frame}).
4116
4117 @menu
4118 * Frames::                      Stack frames
4119 * Backtrace::                   Backtraces
4120 * Selection::                   Selecting a frame
4121 * Frame Info::                  Information on a frame
4122
4123 @end menu
4124
4125 @node Frames
4126 @section Stack frames
4127
4128 @cindex frame, definition
4129 @cindex stack frame
4130 The call stack is divided up into contiguous pieces called @dfn{stack
4131 frames}, or @dfn{frames} for short; each frame is the data associated
4132 with one call to one function.  The frame contains the arguments given
4133 to the function, the function's local variables, and the address at
4134 which the function is executing.
4135
4136 @cindex initial frame
4137 @cindex outermost frame
4138 @cindex innermost frame
4139 When your program is started, the stack has only one frame, that of the
4140 function @code{main}.  This is called the @dfn{initial} frame or the
4141 @dfn{outermost} frame.  Each time a function is called, a new frame is
4142 made.  Each time a function returns, the frame for that function invocation
4143 is eliminated.  If a function is recursive, there can be many frames for
4144 the same function.  The frame for the function in which execution is
4145 actually occurring is called the @dfn{innermost} frame.  This is the most
4146 recently created of all the stack frames that still exist.
4147
4148 @cindex frame pointer
4149 Inside your program, stack frames are identified by their addresses.  A
4150 stack frame consists of many bytes, each of which has its own address; each
4151 kind of computer has a convention for choosing one byte whose
4152 address serves as the address of the frame.  Usually this address is kept
4153 in a register called the @dfn{frame pointer register} while execution is
4154 going on in that frame.
4155
4156 @cindex frame number
4157 @value{GDBN} assigns numbers to all existing stack frames, starting with
4158 zero for the innermost frame, one for the frame that called it,
4159 and so on upward.  These numbers do not really exist in your program;
4160 they are assigned by @value{GDBN} to give you a way of designating stack
4161 frames in @value{GDBN} commands.
4162
4163 @c The -fomit-frame-pointer below perennially causes hbox overflow
4164 @c underflow problems.
4165 @cindex frameless execution
4166 Some compilers provide a way to compile functions so that they operate
4167 without stack frames.  (For example, the @value{GCC} option
4168 @smallexample
4169 @samp{-fomit-frame-pointer}
4170 @end smallexample
4171 generates functions without a frame.)
4172 This is occasionally done with heavily used library functions to save
4173 the frame setup time.  @value{GDBN} has limited facilities for dealing
4174 with these function invocations.  If the innermost function invocation
4175 has no stack frame, @value{GDBN} nevertheless regards it as though
4176 it had a separate frame, which is numbered zero as usual, allowing
4177 correct tracing of the function call chain.  However, @value{GDBN} has
4178 no provision for frameless functions elsewhere in the stack.
4179
4180 @table @code
4181 @kindex frame@r{, command}
4182 @cindex current stack frame
4183 @item frame @var{args}
4184 The @code{frame} command allows you to move from one stack frame to another,
4185 and to print the stack frame you select.  @var{args} may be either the
4186 address of the frame or the stack frame number.  Without an argument,
4187 @code{frame} prints the current stack frame.
4188
4189 @kindex select-frame
4190 @cindex selecting frame silently
4191 @item select-frame
4192 The @code{select-frame} command allows you to move from one stack frame
4193 to another without printing the frame.  This is the silent version of
4194 @code{frame}.
4195 @end table
4196
4197 @node Backtrace
4198 @section Backtraces
4199
4200 @cindex traceback
4201 @cindex call stack traces
4202 A backtrace is a summary of how your program got where it is.  It shows one
4203 line per frame, for many frames, starting with the currently executing
4204 frame (frame zero), followed by its caller (frame one), and on up the
4205 stack.
4206
4207 @table @code
4208 @kindex backtrace
4209 @kindex bt @r{(@code{backtrace})}
4210 @item backtrace
4211 @itemx bt
4212 Print a backtrace of the entire stack: one line per frame for all
4213 frames in the stack.
4214
4215 You can stop the backtrace at any time by typing the system interrupt
4216 character, normally @kbd{C-c}.
4217
4218 @item backtrace @var{n}
4219 @itemx bt @var{n}
4220 Similar, but print only the innermost @var{n} frames.
4221
4222 @item backtrace -@var{n}
4223 @itemx bt -@var{n}
4224 Similar, but print only the outermost @var{n} frames.
4225
4226 @item backtrace full
4227 Print the values of the local variables also.
4228 @itemx bt full
4229 @end table
4230
4231 @kindex where
4232 @kindex info stack
4233 The names @code{where} and @code{info stack} (abbreviated @code{info s})
4234 are additional aliases for @code{backtrace}.
4235
4236 Each line in the backtrace shows the frame number and the function name.
4237 The program counter value is also shown---unless you use @code{set
4238 print address off}.  The backtrace also shows the source file name and
4239 line number, as well as the arguments to the function.  The program
4240 counter value is omitted if it is at the beginning of the code for that
4241 line number.
4242
4243 Here is an example of a backtrace.  It was made with the command
4244 @samp{bt 3}, so it shows the innermost three frames.
4245
4246 @smallexample
4247 @group
4248 #0  m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
4249     at builtin.c:993
4250 #1  0x6e38 in expand_macro (sym=0x2b600) at macro.c:242
4251 #2  0x6840 in expand_token (obs=0x0, t=177664, td=0xf7fffb08)
4252     at macro.c:71
4253 (More stack frames follow...)
4254 @end group
4255 @end smallexample
4256
4257 @noindent
4258 The display for frame zero does not begin with a program counter
4259 value, indicating that your program has stopped at the beginning of the
4260 code for line @code{993} of @code{builtin.c}.
4261
4262 @cindex value optimized out, in backtrace
4263 @cindex function call arguments, optimized out
4264 If your program was compiled with optimizations, some compilers will
4265 optimize away arguments passed to functions if those arguments are
4266 never used after the call.  Such optimizations generate code that
4267 passes arguments through registers, but doesn't store those arguments
4268 in the stack frame.  @value{GDBN} has no way of displaying such
4269 arguments in stack frames other than the innermost one.  Here's what
4270 such a backtrace might look like:
4271
4272 @smallexample
4273 @group
4274 #0  m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
4275     at builtin.c:993
4276 #1  0x6e38 in expand_macro (sym=<value optimized out>) at macro.c:242
4277 #2  0x6840 in expand_token (obs=0x0, t=<value optimized out>, td=0xf7fffb08)
4278     at macro.c:71
4279 (More stack frames follow...)
4280 @end group
4281 @end smallexample
4282
4283 @noindent
4284 The values of arguments that were not saved in their stack frames are
4285 shown as @samp{<value optimized out>}.
4286
4287 If you need to display the values of such optimized-out arguments,
4288 either deduce that from other variables whose values depend on the one
4289 you are interested in, or recompile without optimizations.
4290
4291 @cindex backtrace beyond @code{main} function
4292 @cindex program entry point
4293 @cindex startup code, and backtrace
4294 Most programs have a standard user entry point---a place where system
4295 libraries and startup code transition into user code.  For C this is
4296 @code{main}.  When @value{GDBN} finds the entry function in a backtrace
4297 it will terminate the backtrace, to avoid tracing into highly
4298 system-specific (and generally uninteresting) code.
4299
4300 If you need to examine the startup code, or limit the number of levels
4301 in a backtrace, you can change this behavior:
4302
4303 @table @code
4304 @item set backtrace past-main
4305 @itemx set backtrace past-main on
4306 @kindex set backtrace
4307 Backtraces will continue past the user entry point.
4308
4309 @item set backtrace past-main off
4310 Backtraces will stop when they encounter the user entry point.  This is the
4311 default.
4312
4313 @item show backtrace past-main
4314 @kindex show backtrace
4315 Display the current user entry point backtrace policy.
4316
4317 @item set backtrace past-entry
4318 @itemx set backtrace past-entry on
4319 Backtraces will continue past the internal entry point of an application.
4320 This entry point is encoded by the linker when the application is built,
4321 and is likely before the user entry point @code{main} (or equivalent) is called.
4322
4323 @item set backtrace past-entry off
4324 Backtraces will stop when they encouter the internal entry point of an
4325 application.  This is the default.
4326
4327 @item show backtrace past-entry
4328 Display the current internal entry point backtrace policy.
4329
4330 @item set backtrace limit @var{n}
4331 @itemx set backtrace limit 0
4332 @cindex backtrace limit
4333 Limit the backtrace to @var{n} levels.  A value of zero means
4334 unlimited.
4335
4336 @item show backtrace limit
4337 Display the current limit on backtrace levels.
4338 @end table
4339
4340 @node Selection
4341 @section Selecting a frame
4342
4343 Most commands for examining the stack and other data in your program work on
4344 whichever stack frame is selected at the moment.  Here are the commands for
4345 selecting a stack frame; all of them finish by printing a brief description
4346 of the stack frame just selected.
4347
4348 @table @code
4349 @kindex frame@r{, selecting}
4350 @kindex f @r{(@code{frame})}
4351 @item frame @var{n}
4352 @itemx f @var{n}
4353 Select frame number @var{n}.  Recall that frame zero is the innermost
4354 (currently executing) frame, frame one is the frame that called the
4355 innermost one, and so on.  The highest-numbered frame is the one for
4356 @code{main}.
4357
4358 @item frame @var{addr}
4359 @itemx f @var{addr}
4360 Select the frame at address @var{addr}.  This is useful mainly if the
4361 chaining of stack frames has been damaged by a bug, making it
4362 impossible for @value{GDBN} to assign numbers properly to all frames.  In
4363 addition, this can be useful when your program has multiple stacks and
4364 switches between them.
4365
4366 On the SPARC architecture, @code{frame} needs two addresses to
4367 select an arbitrary frame: a frame pointer and a stack pointer.
4368
4369 On the MIPS and Alpha architecture, it needs two addresses: a stack
4370 pointer and a program counter.
4371
4372 On the 29k architecture, it needs three addresses: a register stack
4373 pointer, a program counter, and a memory stack pointer.
4374 @c note to future updaters: this is conditioned on a flag
4375 @c SETUP_ARBITRARY_FRAME in the tm-*.h files.  The above is up to date
4376 @c as of 27 Jan 1994.
4377
4378 @kindex up
4379 @item up @var{n}
4380 Move @var{n} frames up the stack.  For positive numbers @var{n}, this
4381 advances toward the outermost frame, to higher frame numbers, to frames
4382 that have existed longer.  @var{n} defaults to one.
4383
4384 @kindex down
4385 @kindex do @r{(@code{down})}
4386 @item down @var{n}
4387 Move @var{n} frames down the stack.  For positive numbers @var{n}, this
4388 advances toward the innermost frame, to lower frame numbers, to frames
4389 that were created more recently.  @var{n} defaults to one.  You may
4390 abbreviate @code{down} as @code{do}.
4391 @end table
4392
4393 All of these commands end by printing two lines of output describing the
4394 frame.  The first line shows the frame number, the function name, the
4395 arguments, and the source file and line number of execution in that
4396 frame.  The second line shows the text of that source line.
4397
4398 @need 1000
4399 For example:
4400
4401 @smallexample
4402 @group
4403 (@value{GDBP}) up
4404 #1  0x22f0 in main (argc=1, argv=0xf7fffbf4, env=0xf7fffbfc)
4405     at env.c:10
4406 10              read_input_file (argv[i]);
4407 @end group
4408 @end smallexample
4409
4410 After such a printout, the @code{list} command with no arguments
4411 prints ten lines centered on the point of execution in the frame.
4412 You can also edit the program at the point of execution with your favorite
4413 editing program by typing @code{edit}.
4414 @xref{List, ,Printing source lines},
4415 for details.
4416
4417 @table @code
4418 @kindex down-silently
4419 @kindex up-silently
4420 @item up-silently @var{n}
4421 @itemx down-silently @var{n}
4422 These two commands are variants of @code{up} and @code{down},
4423 respectively; they differ in that they do their work silently, without
4424 causing display of the new frame.  They are intended primarily for use
4425 in @value{GDBN} command scripts, where the output might be unnecessary and
4426 distracting.
4427 @end table
4428
4429 @node Frame Info
4430 @section Information about a frame
4431
4432 There are several other commands to print information about the selected
4433 stack frame.
4434
4435 @table @code
4436 @item frame
4437 @itemx f
4438 When used without any argument, this command does not change which
4439 frame is selected, but prints a brief description of the currently
4440 selected stack frame.  It can be abbreviated @code{f}.  With an
4441 argument, this command is used to select a stack frame.
4442 @xref{Selection, ,Selecting a frame}.
4443
4444 @kindex info frame
4445 @kindex info f @r{(@code{info frame})}
4446 @item info frame
4447 @itemx info f
4448 This command prints a verbose description of the selected stack frame,
4449 including:
4450
4451 @itemize @bullet
4452 @item
4453 the address of the frame
4454 @item
4455 the address of the next frame down (called by this frame)
4456 @item
4457 the address of the next frame up (caller of this frame)
4458 @item
4459 the language in which the source code corresponding to this frame is written
4460 @item
4461 the address of the frame's arguments
4462 @item
4463 the address of the frame's local variables
4464 @item
4465 the program counter saved in it (the address of execution in the caller frame)
4466 @item
4467 which registers were saved in the frame
4468 @end itemize
4469
4470 @noindent The verbose description is useful when
4471 something has gone wrong that has made the stack format fail to fit
4472 the usual conventions.
4473
4474 @item info frame @var{addr}
4475 @itemx info f @var{addr}
4476 Print a verbose description of the frame at address @var{addr}, without
4477 selecting that frame.  The selected frame remains unchanged by this
4478 command.  This requires the same kind of address (more than one for some
4479 architectures) that you specify in the @code{frame} command.
4480 @xref{Selection, ,Selecting a frame}.
4481
4482 @kindex info args
4483 @item info args
4484 Print the arguments of the selected frame, each on a separate line.
4485
4486 @item info locals
4487 @kindex info locals
4488 Print the local variables of the selected frame, each on a separate
4489 line.  These are all variables (declared either static or automatic)
4490 accessible at the point of execution of the selected frame.
4491
4492 @kindex info catch
4493 @cindex catch exceptions, list active handlers
4494 @cindex exception handlers, how to list
4495 @item info catch
4496 Print a list of all the exception handlers that are active in the
4497 current stack frame at the current point of execution.  To see other
4498 exception handlers, visit the associated frame (using the @code{up},
4499 @code{down}, or @code{frame} commands); then type @code{info catch}.
4500 @xref{Set Catchpoints, , Setting catchpoints}.
4501
4502 @end table
4503
4504
4505 @node Source
4506 @chapter Examining Source Files
4507
4508 @value{GDBN} can print parts of your program's source, since the debugging
4509 information recorded in the program tells @value{GDBN} what source files were
4510 used to build it.  When your program stops, @value{GDBN} spontaneously prints
4511 the line where it stopped.  Likewise, when you select a stack frame
4512 (@pxref{Selection, ,Selecting a frame}), @value{GDBN} prints the line where
4513 execution in that frame has stopped.  You can print other portions of
4514 source files by explicit command.
4515
4516 If you use @value{GDBN} through its @sc{gnu} Emacs interface, you may
4517 prefer to use Emacs facilities to view source; see @ref{Emacs, ,Using
4518 @value{GDBN} under @sc{gnu} Emacs}.
4519
4520 @menu
4521 * List::                        Printing source lines
4522 * Edit::                        Editing source files
4523 * Search::                      Searching source files
4524 * Source Path::                 Specifying source directories
4525 * Machine Code::                Source and machine code
4526 @end menu
4527
4528 @node List
4529 @section Printing source lines
4530
4531 @kindex list
4532 @kindex l @r{(@code{list})}
4533 To print lines from a source file, use the @code{list} command
4534 (abbreviated @code{l}).  By default, ten lines are printed.
4535 There are several ways to specify what part of the file you want to print.
4536
4537 Here are the forms of the @code{list} command most commonly used:
4538
4539 @table @code
4540 @item list @var{linenum}
4541 Print lines centered around line number @var{linenum} in the
4542 current source file.
4543
4544 @item list @var{function}
4545 Print lines centered around the beginning of function
4546 @var{function}.
4547
4548 @item list
4549 Print more lines.  If the last lines printed were printed with a
4550 @code{list} command, this prints lines following the last lines
4551 printed; however, if the last line printed was a solitary line printed
4552 as part of displaying a stack frame (@pxref{Stack, ,Examining the
4553 Stack}), this prints lines centered around that line.
4554
4555 @item list -
4556 Print lines just before the lines last printed.
4557 @end table
4558
4559 @cindex @code{list}, how many lines to display
4560 By default, @value{GDBN} prints ten source lines with any of these forms of
4561 the @code{list} command.  You can change this using @code{set listsize}:
4562
4563 @table @code
4564 @kindex set listsize
4565 @item set listsize @var{count}
4566 Make the @code{list} command display @var{count} source lines (unless
4567 the @code{list} argument explicitly specifies some other number).
4568
4569 @kindex show listsize
4570 @item show listsize
4571 Display the number of lines that @code{list} prints.
4572 @end table
4573
4574 Repeating a @code{list} command with @key{RET} discards the argument,
4575 so it is equivalent to typing just @code{list}.  This is more useful
4576 than listing the same lines again.  An exception is made for an
4577 argument of @samp{-}; that argument is preserved in repetition so that
4578 each repetition moves up in the source file.
4579
4580 @cindex linespec
4581 In general, the @code{list} command expects you to supply zero, one or two
4582 @dfn{linespecs}.  Linespecs specify source lines; there are several ways
4583 of writing them, but the effect is always to specify some source line.
4584 Here is a complete description of the possible arguments for @code{list}:
4585
4586 @table @code
4587 @item list @var{linespec}
4588 Print lines centered around the line specified by @var{linespec}.
4589
4590 @item list @var{first},@var{last}
4591 Print lines from @var{first} to @var{last}.  Both arguments are
4592 linespecs.
4593
4594 @item list ,@var{last}
4595 Print lines ending with @var{last}.
4596
4597 @item list @var{first},
4598 Print lines starting with @var{first}.
4599
4600 @item list +
4601 Print lines just after the lines last printed.
4602
4603 @item list -
4604 Print lines just before the lines last printed.
4605
4606 @item list
4607 As described in the preceding table.
4608 @end table
4609
4610 Here are the ways of specifying a single source line---all the
4611 kinds of linespec.
4612
4613 @table @code
4614 @item @var{number}
4615 Specifies line @var{number} of the current source file.
4616 When a @code{list} command has two linespecs, this refers to
4617 the same source file as the first linespec.
4618
4619 @item +@var{offset}
4620 Specifies the line @var{offset} lines after the last line printed.
4621 When used as the second linespec in a @code{list} command that has
4622 two, this specifies the line @var{offset} lines down from the
4623 first linespec.
4624
4625 @item -@var{offset}
4626 Specifies the line @var{offset} lines before the last line printed.
4627
4628 @item @var{filename}:@var{number}
4629 Specifies line @var{number} in the source file @var{filename}.
4630
4631 @item @var{function}
4632 Specifies the line that begins the body of the function @var{function}.
4633 For example: in C, this is the line with the open brace.
4634
4635 @item @var{filename}:@var{function}
4636 Specifies the line of the open-brace that begins the body of the
4637 function @var{function} in the file @var{filename}.  You only need the
4638 file name with a function name to avoid ambiguity when there are
4639 identically named functions in different source files.
4640
4641 @item *@var{address}
4642 Specifies the line containing the program address @var{address}.
4643 @var{address} may be any expression.
4644 @end table
4645
4646 @node Edit
4647 @section Editing source files
4648 @cindex editing source files
4649
4650 @kindex edit
4651 @kindex e @r{(@code{edit})}
4652 To edit the lines in a source file, use the @code{edit} command.
4653 The editing program of your choice
4654 is invoked with the current line set to
4655 the active line in the program.
4656 Alternatively, there are several ways to specify what part of the file you
4657 want to print if you want to see other parts of the program.
4658
4659 Here are the forms of the @code{edit} command most commonly used:
4660
4661 @table @code
4662 @item edit
4663 Edit the current source file at the active line number in the program.
4664
4665 @item edit @var{number}
4666 Edit the current source file with @var{number} as the active line number.
4667
4668 @item edit @var{function}
4669 Edit the file containing @var{function} at the beginning of its definition.
4670
4671 @item edit @var{filename}:@var{number}
4672 Specifies line @var{number} in the source file @var{filename}.
4673
4674 @item edit @var{filename}:@var{function}
4675 Specifies the line that begins the body of the
4676 function @var{function} in the file @var{filename}.  You only need the
4677 file name with a function name to avoid ambiguity when there are
4678 identically named functions in different source files.
4679
4680 @item edit *@var{address}
4681 Specifies the line containing the program address @var{address}.
4682 @var{address} may be any expression.
4683 @end table
4684
4685 @subsection Choosing your editor
4686 You can customize @value{GDBN} to use any editor you want
4687 @footnote{
4688 The only restriction is that your editor (say @code{ex}), recognizes the
4689 following command-line syntax:
4690 @smallexample
4691 ex +@var{number} file
4692 @end smallexample
4693 The optional numeric value +@var{number} specifies the number of the line in
4694 the file where to start editing.}.
4695 By default, it is @file{@value{EDITOR}}, but you can change this
4696 by setting the environment variable @code{EDITOR} before using
4697 @value{GDBN}.  For example, to configure @value{GDBN} to use the
4698 @code{vi} editor, you could use these commands with the @code{sh} shell:
4699 @smallexample
4700 EDITOR=/usr/bin/vi
4701 export EDITOR
4702 gdb @dots{}
4703 @end smallexample
4704 or in the @code{csh} shell,
4705 @smallexample
4706 setenv EDITOR /usr/bin/vi
4707 gdb @dots{}
4708 @end smallexample
4709
4710 @node Search
4711 @section Searching source files
4712 @cindex searching source files
4713
4714 There are two commands for searching through the current source file for a
4715 regular expression.
4716
4717 @table @code
4718 @kindex search
4719 @kindex forward-search
4720 @item forward-search @var{regexp}
4721 @itemx search @var{regexp}
4722 The command @samp{forward-search @var{regexp}} checks each line,
4723 starting with the one following the last line listed, for a match for
4724 @var{regexp}.  It lists the line that is found.  You can use the
4725 synonym @samp{search @var{regexp}} or abbreviate the command name as
4726 @code{fo}.
4727
4728 @kindex reverse-search
4729 @item reverse-search @var{regexp}
4730 The command @samp{reverse-search @var{regexp}} checks each line, starting
4731 with the one before the last line listed and going backward, for a match
4732 for @var{regexp}.  It lists the line that is found.  You can abbreviate
4733 this command as @code{rev}.
4734 @end table
4735
4736 @node Source Path
4737 @section Specifying source directories
4738
4739 @cindex source path
4740 @cindex directories for source files
4741 Executable programs sometimes do not record the directories of the source
4742 files from which they were compiled, just the names.  Even when they do,
4743 the directories could be moved between the compilation and your debugging
4744 session.  @value{GDBN} has a list of directories to search for source files;
4745 this is called the @dfn{source path}.  Each time @value{GDBN} wants a source file,
4746 it tries all the directories in the list, in the order they are present
4747 in the list, until it finds a file with the desired name.
4748
4749 For example, suppose an executable references the file
4750 @file{/usr/src/foo-1.0/lib/foo.c}, and our source path is
4751 @file{/mnt/cross}.  The file is first looked up literally; if this
4752 fails, @file{/mnt/cross/usr/src/foo-1.0/lib/foo.c} is tried; if this
4753 fails, @file{/mnt/cross/foo.c} is opened; if this fails, an error
4754 message is printed.  @value{GDBN} does not look up the parts of the
4755 source file name, such as @file{/mnt/cross/src/foo-1.0/lib/foo.c}.
4756 Likewise, the subdirectories of the source path are not searched: if
4757 the source path is @file{/mnt/cross}, and the binary refers to
4758 @file{foo.c}, @value{GDBN} would not find it under
4759 @file{/mnt/cross/usr/src/foo-1.0/lib}.
4760
4761 Plain file names, relative file names with leading directories, file
4762 names containing dots, etc.@: are all treated as described above; for
4763 instance, if the source path is @file{/mnt/cross}, and the source file
4764 is recorded as @file{../lib/foo.c}, @value{GDBN} would first try
4765 @file{../lib/foo.c}, then @file{/mnt/cross/../lib/foo.c}, and after
4766 that---@file{/mnt/cross/foo.c}.
4767
4768 Note that the executable search path is @emph{not} used to locate the
4769 source files.  Neither is the current working directory, unless it
4770 happens to be in the source path.
4771
4772 Whenever you reset or rearrange the source path, @value{GDBN} clears out
4773 any information it has cached about where source files are found and where
4774 each line is in the file.
4775
4776 @kindex directory
4777 @kindex dir
4778 When you start @value{GDBN}, its source path includes only @samp{cdir}
4779 and @samp{cwd}, in that order.
4780 To add other directories, use the @code{directory} command.
4781
4782 @table @code
4783 @item directory @var{dirname} @dots{}
4784 @item dir @var{dirname} @dots{}
4785 Add directory @var{dirname} to the front of the source path.  Several
4786 directory names may be given to this command, separated by @samp{:}
4787 (@samp{;} on MS-DOS and MS-Windows, where @samp{:} usually appears as
4788 part of absolute file names) or
4789 whitespace.  You may specify a directory that is already in the source
4790 path; this moves it forward, so @value{GDBN} searches it sooner.
4791
4792 @kindex cdir
4793 @kindex cwd
4794 @vindex $cdir@r{, convenience variable}
4795 @vindex $cwdr@r{, convenience variable}
4796 @cindex compilation directory
4797 @cindex current directory
4798 @cindex working directory
4799 @cindex directory, current
4800 @cindex directory, compilation
4801 You can use the string @samp{$cdir} to refer to the compilation
4802 directory (if one is recorded), and @samp{$cwd} to refer to the current
4803 working directory.  @samp{$cwd} is not the same as @samp{.}---the former
4804 tracks the current working directory as it changes during your @value{GDBN}
4805 session, while the latter is immediately expanded to the current
4806 directory at the time you add an entry to the source path.
4807
4808 @item directory
4809 Reset the source path to empty again.  This requires confirmation.
4810
4811 @c RET-repeat for @code{directory} is explicitly disabled, but since
4812 @c repeating it would be a no-op we do not say that.  (thanks to RMS)
4813
4814 @item show directories
4815 @kindex show directories
4816 Print the source path: show which directories it contains.
4817 @end table
4818
4819 If your source path is cluttered with directories that are no longer of
4820 interest, @value{GDBN} may sometimes cause confusion by finding the wrong
4821 versions of source.  You can correct the situation as follows:
4822
4823 @enumerate
4824 @item
4825 Use @code{directory} with no argument to reset the source path to empty.
4826
4827 @item
4828 Use @code{directory} with suitable arguments to reinstall the
4829 directories you want in the source path.  You can add all the
4830 directories in one command.
4831 @end enumerate
4832
4833 @node Machine Code
4834 @section Source and machine code
4835 @cindex source line and its code address
4836
4837 You can use the command @code{info line} to map source lines to program
4838 addresses (and vice versa), and the command @code{disassemble} to display
4839 a range of addresses as machine instructions.  When run under @sc{gnu} Emacs
4840 mode, the @code{info line} command causes the arrow to point to the
4841 line specified.  Also, @code{info line} prints addresses in symbolic form as
4842 well as hex.
4843
4844 @table @code
4845 @kindex info line
4846 @item info line @var{linespec}
4847 Print the starting and ending addresses of the compiled code for
4848 source line @var{linespec}.  You can specify source lines in any of
4849 the ways understood by the @code{list} command (@pxref{List, ,Printing
4850 source lines}).
4851 @end table
4852
4853 For example, we can use @code{info line} to discover the location of
4854 the object code for the first line of function
4855 @code{m4_changequote}:
4856
4857 @c FIXME: I think this example should also show the addresses in
4858 @c symbolic form, as they usually would be displayed.
4859 @smallexample
4860 (@value{GDBP}) info line m4_changequote
4861 Line 895 of "builtin.c" starts at pc 0x634c and ends at 0x6350.
4862 @end smallexample
4863
4864 @noindent
4865 @cindex code address and its source line
4866 We can also inquire (using @code{*@var{addr}} as the form for
4867 @var{linespec}) what source line covers a particular address:
4868 @smallexample
4869 (@value{GDBP}) info line *0x63ff
4870 Line 926 of "builtin.c" starts at pc 0x63e4 and ends at 0x6404.
4871 @end smallexample
4872
4873 @cindex @code{$_} and @code{info line}
4874 @cindex @code{x} command, default address
4875 @kindex x@r{(examine), and} info line
4876 After @code{info line}, the default address for the @code{x} command
4877 is changed to the starting address of the line, so that @samp{x/i} is
4878 sufficient to begin examining the machine code (@pxref{Memory,
4879 ,Examining memory}).  Also, this address is saved as the value of the
4880 convenience variable @code{$_} (@pxref{Convenience Vars, ,Convenience
4881 variables}).
4882
4883 @table @code
4884 @kindex disassemble
4885 @cindex assembly instructions
4886 @cindex instructions, assembly
4887 @cindex machine instructions
4888 @cindex listing machine instructions
4889 @item disassemble
4890 This specialized command dumps a range of memory as machine
4891 instructions.  The default memory range is the function surrounding the
4892 program counter of the selected frame.  A single argument to this
4893 command is a program counter value; @value{GDBN} dumps the function
4894 surrounding this value.  Two arguments specify a range of addresses
4895 (first inclusive, second exclusive) to dump.
4896 @end table
4897
4898 The following example shows the disassembly of a range of addresses of
4899 HP PA-RISC 2.0 code:
4900
4901 @smallexample
4902 (@value{GDBP}) disas 0x32c4 0x32e4
4903 Dump of assembler code from 0x32c4 to 0x32e4:
4904 0x32c4 <main+204>:      addil 0,dp
4905 0x32c8 <main+208>:      ldw 0x22c(sr0,r1),r26
4906 0x32cc <main+212>:      ldil 0x3000,r31
4907 0x32d0 <main+216>:      ble 0x3f8(sr4,r31)
4908 0x32d4 <main+220>:      ldo 0(r31),rp
4909 0x32d8 <main+224>:      addil -0x800,dp
4910 0x32dc <main+228>:      ldo 0x588(r1),r26
4911 0x32e0 <main+232>:      ldil 0x3000,r31
4912 End of assembler dump.
4913 @end smallexample
4914
4915 Some architectures have more than one commonly-used set of instruction
4916 mnemonics or other syntax.
4917
4918 @table @code
4919 @kindex set disassembly-flavor
4920 @cindex Intel disassembly flavor
4921 @cindex AT&T disassembly flavor
4922 @item set disassembly-flavor @var{instruction-set}
4923 Select the instruction set to use when disassembling the
4924 program via the @code{disassemble} or @code{x/i} commands.
4925
4926 Currently this command is only defined for the Intel x86 family.  You
4927 can set @var{instruction-set} to either @code{intel} or @code{att}.
4928 The default is @code{att}, the AT&T flavor used by default by Unix
4929 assemblers for x86-based targets.
4930
4931 @kindex show disassembly-flavor
4932 @item show disassembly-flavor
4933 Show the current setting of the disassembly flavor.
4934 @end table
4935
4936
4937 @node Data
4938 @chapter Examining Data
4939
4940 @cindex printing data
4941 @cindex examining data
4942 @kindex print
4943 @kindex inspect
4944 @c "inspect" is not quite a synonym if you are using Epoch, which we do not
4945 @c document because it is nonstandard...  Under Epoch it displays in a
4946 @c different window or something like that.
4947 The usual way to examine data in your program is with the @code{print}
4948 command (abbreviated @code{p}), or its synonym @code{inspect}.  It
4949 evaluates and prints the value of an expression of the language your
4950 program is written in (@pxref{Languages, ,Using @value{GDBN} with
4951 Different Languages}).
4952
4953 @table @code
4954 @item print @var{expr}
4955 @itemx print /@var{f} @var{expr}
4956 @var{expr} is an expression (in the source language).  By default the
4957 value of @var{expr} is printed in a format appropriate to its data type;
4958 you can choose a different format by specifying @samp{/@var{f}}, where
4959 @var{f} is a letter specifying the format; see @ref{Output Formats,,Output
4960 formats}.
4961
4962 @item print
4963 @itemx print /@var{f}
4964 @cindex reprint the last value
4965 If you omit @var{expr}, @value{GDBN} displays the last value again (from the
4966 @dfn{value history}; @pxref{Value History, ,Value history}).  This allows you to
4967 conveniently inspect the same value in an alternative format.
4968 @end table
4969
4970 A more low-level way of examining data is with the @code{x} command.
4971 It examines data in memory at a specified address and prints it in a
4972 specified format.  @xref{Memory, ,Examining memory}.
4973
4974 If you are interested in information about types, or about how the
4975 fields of a struct or a class are declared, use the @code{ptype @var{exp}}
4976 command rather than @code{print}.  @xref{Symbols, ,Examining the Symbol
4977 Table}.
4978
4979 @menu
4980 * Expressions::                 Expressions
4981 * Variables::                   Program variables
4982 * Arrays::                      Artificial arrays
4983 * Output Formats::              Output formats
4984 * Memory::                      Examining memory
4985 * Auto Display::                Automatic display
4986 * Print Settings::              Print settings
4987 * Value History::               Value history
4988 * Convenience Vars::            Convenience variables
4989 * Registers::                   Registers
4990 * Floating Point Hardware::     Floating point hardware
4991 * Vector Unit::                 Vector Unit
4992 * OS Information::              Auxiliary data provided by operating system
4993 * Memory Region Attributes::    Memory region attributes
4994 * Dump/Restore Files::          Copy between memory and a file
4995 * Core File Generation::        Cause a program dump its core
4996 * Character Sets::              Debugging programs that use a different
4997                                 character set than GDB does
4998 * Caching Remote Data::         Data caching for remote targets
4999 @end menu
5000
5001 @node Expressions
5002 @section Expressions
5003
5004 @cindex expressions
5005 @code{print} and many other @value{GDBN} commands accept an expression and
5006 compute its value.  Any kind of constant, variable or operator defined
5007 by the programming language you are using is valid in an expression in
5008 @value{GDBN}.  This includes conditional expressions, function calls,
5009 casts, and string constants.  It also includes preprocessor macros, if
5010 you compiled your program to include this information; see
5011 @ref{Compilation}.
5012
5013 @cindex arrays in expressions
5014 @value{GDBN} supports array constants in expressions input by
5015 the user.  The syntax is @{@var{element}, @var{element}@dots{}@}.  For example,
5016 you can use the command @code{print @{1, 2, 3@}} to build up an array in
5017 memory that is @code{malloc}ed in the target program.
5018
5019 Because C is so widespread, most of the expressions shown in examples in
5020 this manual are in C.  @xref{Languages, , Using @value{GDBN} with Different
5021 Languages}, for information on how to use expressions in other
5022 languages.
5023
5024 In this section, we discuss operators that you can use in @value{GDBN}
5025 expressions regardless of your programming language.
5026
5027 @cindex casts, in expressions
5028 Casts are supported in all languages, not just in C, because it is so
5029 useful to cast a number into a pointer in order to examine a structure
5030 at that address in memory.
5031 @c FIXME: casts supported---Mod2 true?
5032
5033 @value{GDBN} supports these operators, in addition to those common
5034 to programming languages:
5035
5036 @table @code
5037 @item @@
5038 @samp{@@} is a binary operator for treating parts of memory as arrays.
5039 @xref{Arrays, ,Artificial arrays}, for more information.
5040
5041 @item ::
5042 @samp{::} allows you to specify a variable in terms of the file or
5043 function where it is defined.  @xref{Variables, ,Program variables}.
5044
5045 @cindex @{@var{type}@}
5046 @cindex type casting memory
5047 @cindex memory, viewing as typed object
5048 @cindex casts, to view memory
5049 @item @{@var{type}@} @var{addr}
5050 Refers to an object of type @var{type} stored at address @var{addr} in
5051 memory.  @var{addr} may be any expression whose value is an integer or
5052 pointer (but parentheses are required around binary operators, just as in
5053 a cast).  This construct is allowed regardless of what kind of data is
5054 normally supposed to reside at @var{addr}.
5055 @end table
5056
5057 @node Variables
5058 @section Program variables
5059
5060 The most common kind of expression to use is the name of a variable
5061 in your program.
5062
5063 Variables in expressions are understood in the selected stack frame
5064 (@pxref{Selection, ,Selecting a frame}); they must be either:
5065
5066 @itemize @bullet
5067 @item
5068 global (or file-static)
5069 @end itemize
5070
5071 @noindent or
5072
5073 @itemize @bullet
5074 @item
5075 visible according to the scope rules of the
5076 programming language from the point of execution in that frame
5077 @end itemize
5078
5079 @noindent This means that in the function
5080
5081 @smallexample
5082 foo (a)
5083      int a;
5084 @{
5085   bar (a);
5086   @{
5087     int b = test ();
5088     bar (b);
5089   @}
5090 @}
5091 @end smallexample
5092
5093 @noindent
5094 you can examine and use the variable @code{a} whenever your program is
5095 executing within the function @code{foo}, but you can only use or
5096 examine the variable @code{b} while your program is executing inside
5097 the block where @code{b} is declared.
5098
5099 @cindex variable name conflict
5100 There is an exception: you can refer to a variable or function whose
5101 scope is a single source file even if the current execution point is not
5102 in this file.  But it is possible to have more than one such variable or
5103 function with the same name (in different source files).  If that
5104 happens, referring to that name has unpredictable effects.  If you wish,
5105 you can specify a static variable in a particular function or file,
5106 using the colon-colon (@code{::}) notation:
5107
5108 @cindex colon-colon, context for variables/functions
5109 @iftex
5110 @c info cannot cope with a :: index entry, but why deprive hard copy readers?
5111 @cindex @code{::}, context for variables/functions
5112 @end iftex
5113 @smallexample
5114 @var{file}::@var{variable}
5115 @var{function}::@var{variable}
5116 @end smallexample
5117
5118 @noindent
5119 Here @var{file} or @var{function} is the name of the context for the
5120 static @var{variable}.  In the case of file names, you can use quotes to
5121 make sure @value{GDBN} parses the file name as a single word---for example,
5122 to print a global value of @code{x} defined in @file{f2.c}:
5123
5124 @smallexample
5125 (@value{GDBP}) p 'f2.c'::x
5126 @end smallexample
5127
5128 @cindex C@t{++} scope resolution
5129 This use of @samp{::} is very rarely in conflict with the very similar
5130 use of the same notation in C@t{++}.  @value{GDBN} also supports use of the C@t{++}
5131 scope resolution operator in @value{GDBN} expressions.
5132 @c FIXME: Um, so what happens in one of those rare cases where it's in
5133 @c conflict??  --mew
5134
5135 @cindex wrong values
5136 @cindex variable values, wrong
5137 @cindex function entry/exit, wrong values of variables
5138 @cindex optimized code, wrong values of variables
5139 @quotation
5140 @emph{Warning:} Occasionally, a local variable may appear to have the
5141 wrong value at certain points in a function---just after entry to a new
5142 scope, and just before exit.
5143 @end quotation
5144 You may see this problem when you are stepping by machine instructions.
5145 This is because, on most machines, it takes more than one instruction to
5146 set up a stack frame (including local variable definitions); if you are
5147 stepping by machine instructions, variables may appear to have the wrong
5148 values until the stack frame is completely built.  On exit, it usually
5149 also takes more than one machine instruction to destroy a stack frame;
5150 after you begin stepping through that group of instructions, local
5151 variable definitions may be gone.
5152
5153 This may also happen when the compiler does significant optimizations.
5154 To be sure of always seeing accurate values, turn off all optimization
5155 when compiling.
5156
5157 @cindex ``No symbol "foo" in current context''
5158 Another possible effect of compiler optimizations is to optimize
5159 unused variables out of existence, or assign variables to registers (as
5160 opposed to memory addresses).  Depending on the support for such cases
5161 offered by the debug info format used by the compiler, @value{GDBN}
5162 might not be able to display values for such local variables.  If that
5163 happens, @value{GDBN} will print a message like this:
5164
5165 @smallexample
5166 No symbol "foo" in current context.
5167 @end smallexample
5168
5169 To solve such problems, either recompile without optimizations, or use a
5170 different debug info format, if the compiler supports several such
5171 formats.  For example, @value{NGCC}, the @sc{gnu} C/C@t{++} compiler,
5172 usually supports the @option{-gstabs+} option.  @option{-gstabs+}
5173 produces debug info in a format that is superior to formats such as
5174 COFF.  You may be able to use DWARF 2 (@option{-gdwarf-2}), which is also
5175 an effective form for debug info.  @xref{Debugging Options,,Options
5176 for Debugging Your Program or @sc{gnu} CC, gcc.info, Using @sc{gnu} CC}.
5177 @xref{C, , Debugging C++}, for more info about debug info formats
5178 that are best suited to C@t{++} programs.
5179
5180 @node Arrays
5181 @section Artificial arrays
5182
5183 @cindex artificial array
5184 @cindex arrays
5185 @kindex @@@r{, referencing memory as an array}
5186 It is often useful to print out several successive objects of the
5187 same type in memory; a section of an array, or an array of
5188 dynamically determined size for which only a pointer exists in the
5189 program.
5190
5191 You can do this by referring to a contiguous span of memory as an
5192 @dfn{artificial array}, using the binary operator @samp{@@}.  The left
5193 operand of @samp{@@} should be the first element of the desired array
5194 and be an individual object.  The right operand should be the desired length
5195 of the array.  The result is an array value whose elements are all of
5196 the type of the left argument.  The first element is actually the left
5197 argument; the second element comes from bytes of memory immediately
5198 following those that hold the first element, and so on.  Here is an
5199 example.  If a program says
5200
5201 @smallexample
5202 int *array = (int *) malloc (len * sizeof (int));
5203 @end smallexample
5204
5205 @noindent
5206 you can print the contents of @code{array} with
5207
5208 @smallexample
5209 p *array@@len
5210 @end smallexample
5211
5212 The left operand of @samp{@@} must reside in memory.  Array values made
5213 with @samp{@@} in this way behave just like other arrays in terms of
5214 subscripting, and are coerced to pointers when used in expressions.
5215 Artificial arrays most often appear in expressions via the value history
5216 (@pxref{Value History, ,Value history}), after printing one out.
5217
5218 Another way to create an artificial array is to use a cast.
5219 This re-interprets a value as if it were an array.
5220 The value need not be in memory:
5221 @smallexample
5222 (@value{GDBP}) p/x (short[2])0x12345678
5223 $1 = @{0x1234, 0x5678@}
5224 @end smallexample
5225
5226 As a convenience, if you leave the array length out (as in
5227 @samp{(@var{type}[])@var{value}}) @value{GDBN} calculates the size to fill
5228 the value (as @samp{sizeof(@var{value})/sizeof(@var{type})}:
5229 @smallexample
5230 (@value{GDBP}) p/x (short[])0x12345678
5231 $2 = @{0x1234, 0x5678@}
5232 @end smallexample
5233
5234 Sometimes the artificial array mechanism is not quite enough; in
5235 moderately complex data structures, the elements of interest may not
5236 actually be adjacent---for example, if you are interested in the values
5237 of pointers in an array.  One useful work-around in this situation is
5238 to use a convenience variable (@pxref{Convenience Vars, ,Convenience
5239 variables}) as a counter in an expression that prints the first
5240 interesting value, and then repeat that expression via @key{RET}.  For
5241 instance, suppose you have an array @code{dtab} of pointers to
5242 structures, and you are interested in the values of a field @code{fv}
5243 in each structure.  Here is an example of what you might type:
5244
5245 @smallexample
5246 set $i = 0
5247 p dtab[$i++]->fv
5248 @key{RET}
5249 @key{RET}
5250 @dots{}
5251 @end smallexample
5252
5253 @node Output Formats
5254 @section Output formats
5255
5256 @cindex formatted output
5257 @cindex output formats
5258 By default, @value{GDBN} prints a value according to its data type.  Sometimes
5259 this is not what you want.  For example, you might want to print a number
5260 in hex, or a pointer in decimal.  Or you might want to view data in memory
5261 at a certain address as a character string or as an instruction.  To do
5262 these things, specify an @dfn{output format} when you print a value.
5263
5264 The simplest use of output formats is to say how to print a value
5265 already computed.  This is done by starting the arguments of the
5266 @code{print} command with a slash and a format letter.  The format
5267 letters supported are:
5268
5269 @table @code
5270 @item x
5271 Regard the bits of the value as an integer, and print the integer in
5272 hexadecimal.
5273
5274 @item d
5275 Print as integer in signed decimal.
5276
5277 @item u
5278 Print as integer in unsigned decimal.
5279
5280 @item o
5281 Print as integer in octal.
5282
5283 @item t
5284 Print as integer in binary.  The letter @samp{t} stands for ``two''.
5285 @footnote{@samp{b} cannot be used because these format letters are also
5286 used with the @code{x} command, where @samp{b} stands for ``byte'';
5287 see @ref{Memory,,Examining memory}.}
5288
5289 @item a
5290 @cindex unknown address, locating
5291 @cindex locate address
5292 Print as an address, both absolute in hexadecimal and as an offset from
5293 the nearest preceding symbol.  You can use this format used to discover
5294 where (in what function) an unknown address is located:
5295
5296 @smallexample
5297 (@value{GDBP}) p/a 0x54320
5298 $3 = 0x54320 <_initialize_vx+396>
5299 @end smallexample
5300
5301 @noindent
5302 The command @code{info symbol 0x54320} yields similar results.
5303 @xref{Symbols, info symbol}.
5304
5305 @item c
5306 Regard as an integer and print it as a character constant.
5307
5308 @item f
5309 Regard the bits of the value as a floating point number and print
5310 using typical floating point syntax.
5311 @end table
5312
5313 For example, to print the program counter in hex (@pxref{Registers}), type
5314
5315 @smallexample
5316 p/x $pc
5317 @end smallexample
5318
5319 @noindent
5320 Note that no space is required before the slash; this is because command
5321 names in @value{GDBN} cannot contain a slash.
5322
5323 To reprint the last value in the value history with a different format,
5324 you can use the @code{print} command with just a format and no
5325 expression.  For example, @samp{p/x} reprints the last value in hex.
5326
5327 @node Memory
5328 @section Examining memory
5329
5330 You can use the command @code{x} (for ``examine'') to examine memory in
5331 any of several formats, independently of your program's data types.
5332
5333 @cindex examining memory
5334 @table @code
5335 @kindex x @r{(examine memory)}
5336 @item x/@var{nfu} @var{addr}
5337 @itemx x @var{addr}
5338 @itemx x
5339 Use the @code{x} command to examine memory.
5340 @end table
5341
5342 @var{n}, @var{f}, and @var{u} are all optional parameters that specify how
5343 much memory to display and how to format it; @var{addr} is an
5344 expression giving the address where you want to start displaying memory.
5345 If you use defaults for @var{nfu}, you need not type the slash @samp{/}.
5346 Several commands set convenient defaults for @var{addr}.
5347
5348 @table @r
5349 @item @var{n}, the repeat count
5350 The repeat count is a decimal integer; the default is 1.  It specifies
5351 how much memory (counting by units @var{u}) to display.
5352 @c This really is **decimal**; unaffected by 'set radix' as of GDB
5353 @c 4.1.2.
5354
5355 @item @var{f}, the display format
5356 The display format is one of the formats used by @code{print},
5357 @samp{s} (null-terminated string), or @samp{i} (machine instruction).
5358 The default is @samp{x} (hexadecimal) initially.
5359 The default changes each time you use either @code{x} or @code{print}.
5360
5361 @item @var{u}, the unit size
5362 The unit size is any of
5363
5364 @table @code
5365 @item b
5366 Bytes.
5367 @item h
5368 Halfwords (two bytes).
5369 @item w
5370 Words (four bytes).  This is the initial default.
5371 @item g
5372 Giant words (eight bytes).
5373 @end table
5374
5375 Each time you specify a unit size with @code{x}, that size becomes the
5376 default unit the next time you use @code{x}.  (For the @samp{s} and
5377 @samp{i} formats, the unit size is ignored and is normally not written.)
5378
5379 @item @var{addr}, starting display address
5380 @var{addr} is the address where you want @value{GDBN} to begin displaying
5381 memory.  The expression need not have a pointer value (though it may);
5382 it is always interpreted as an integer address of a byte of memory.
5383 @xref{Expressions, ,Expressions}, for more information on expressions.  The default for
5384 @var{addr} is usually just after the last address examined---but several
5385 other commands also set the default address: @code{info breakpoints} (to
5386 the address of the last breakpoint listed), @code{info line} (to the
5387 starting address of a line), and @code{print} (if you use it to display
5388 a value from memory).
5389 @end table
5390
5391 For example, @samp{x/3uh 0x54320} is a request to display three halfwords
5392 (@code{h}) of memory, formatted as unsigned decimal integers (@samp{u}),
5393 starting at address @code{0x54320}.  @samp{x/4xw $sp} prints the four
5394 words (@samp{w}) of memory above the stack pointer (here, @samp{$sp};
5395 @pxref{Registers, ,Registers}) in hexadecimal (@samp{x}).
5396
5397 Since the letters indicating unit sizes are all distinct from the
5398 letters specifying output formats, you do not have to remember whether
5399 unit size or format comes first; either order works.  The output
5400 specifications @samp{4xw} and @samp{4wx} mean exactly the same thing.
5401 (However, the count @var{n} must come first; @samp{wx4} does not work.)
5402
5403 Even though the unit size @var{u} is ignored for the formats @samp{s}
5404 and @samp{i}, you might still want to use a count @var{n}; for example,
5405 @samp{3i} specifies that you want to see three machine instructions,
5406 including any operands.  The command @code{disassemble} gives an
5407 alternative way of inspecting machine instructions; see @ref{Machine
5408 Code,,Source and machine code}.
5409
5410 All the defaults for the arguments to @code{x} are designed to make it
5411 easy to continue scanning memory with minimal specifications each time
5412 you use @code{x}.  For example, after you have inspected three machine
5413 instructions with @samp{x/3i @var{addr}}, you can inspect the next seven
5414 with just @samp{x/7}.  If you use @key{RET} to repeat the @code{x} command,
5415 the repeat count @var{n} is used again; the other arguments default as
5416 for successive uses of @code{x}.
5417
5418 @cindex @code{$_}, @code{$__}, and value history
5419 The addresses and contents printed by the @code{x} command are not saved
5420 in the value history because there is often too much of them and they
5421 would get in the way.  Instead, @value{GDBN} makes these values available for
5422 subsequent use in expressions as values of the convenience variables
5423 @code{$_} and @code{$__}.  After an @code{x} command, the last address
5424 examined is available for use in expressions in the convenience variable
5425 @code{$_}.  The contents of that address, as examined, are available in
5426 the convenience variable @code{$__}.
5427
5428 If the @code{x} command has a repeat count, the address and contents saved
5429 are from the last memory unit printed; this is not the same as the last
5430 address printed if several units were printed on the last line of output.
5431
5432 @cindex remote memory comparison
5433 @cindex verify remote memory image
5434 When you are debugging a program running on a remote target machine
5435 (@pxref{Remote}), you may wish to verify the program's image in the
5436 remote machine's memory against the executable file you downloaded to
5437 the target.  The @code{compare-sections} command is provided for such
5438 situations.
5439
5440 @table @code
5441 @kindex compare-sections
5442 @item compare-sections @r{[}@var{section-name}@r{]}
5443 Compare the data of a loadable section @var{section-name} in the
5444 executable file of the program being debugged with the same section in
5445 the remote machine's memory, and report any mismatches.  With no
5446 arguments, compares all loadable sections.  This command's
5447 availability depends on the target's support for the @code{"qCRC"}
5448 remote request.
5449 @end table
5450
5451 @node Auto Display
5452 @section Automatic display
5453 @cindex automatic display
5454 @cindex display of expressions
5455
5456 If you find that you want to print the value of an expression frequently
5457 (to see how it changes), you might want to add it to the @dfn{automatic
5458 display list} so that @value{GDBN} prints its value each time your program stops.
5459 Each expression added to the list is given a number to identify it;
5460 to remove an expression from the list, you specify that number.
5461 The automatic display looks like this:
5462
5463 @smallexample
5464 2: foo = 38
5465 3: bar[5] = (struct hack *) 0x3804
5466 @end smallexample
5467
5468 @noindent
5469 This display shows item numbers, expressions and their current values.  As with
5470 displays you request manually using @code{x} or @code{print}, you can
5471 specify the output format you prefer; in fact, @code{display} decides
5472 whether to use @code{print} or @code{x} depending on how elaborate your
5473 format specification is---it uses @code{x} if you specify a unit size,
5474 or one of the two formats (@samp{i} and @samp{s}) that are only
5475 supported by @code{x}; otherwise it uses @code{print}.
5476
5477 @table @code
5478 @kindex display
5479 @item display @var{expr}
5480 Add the expression @var{expr} to the list of expressions to display
5481 each time your program stops.  @xref{Expressions, ,Expressions}.
5482
5483 @code{display} does not repeat if you press @key{RET} again after using it.
5484
5485 @item display/@var{fmt} @var{expr}
5486 For @var{fmt} specifying only a display format and not a size or
5487 count, add the expression @var{expr} to the auto-display list but
5488 arrange to display it each time in the specified format @var{fmt}.
5489 @xref{Output Formats,,Output formats}.
5490
5491 @item display/@var{fmt} @var{addr}
5492 For @var{fmt} @samp{i} or @samp{s}, or including a unit-size or a
5493 number of units, add the expression @var{addr} as a memory address to
5494 be examined each time your program stops.  Examining means in effect
5495 doing @samp{x/@var{fmt} @var{addr}}.  @xref{Memory, ,Examining memory}.
5496 @end table
5497
5498 For example, @samp{display/i $pc} can be helpful, to see the machine
5499 instruction about to be executed each time execution stops (@samp{$pc}
5500 is a common name for the program counter; @pxref{Registers, ,Registers}).
5501
5502 @table @code
5503 @kindex delete display
5504 @kindex undisplay
5505 @item undisplay @var{dnums}@dots{}
5506 @itemx delete display @var{dnums}@dots{}
5507 Remove item numbers @var{dnums} from the list of expressions to display.
5508
5509 @code{undisplay} does not repeat if you press @key{RET} after using it.
5510 (Otherwise you would just get the error @samp{No display number @dots{}}.)
5511
5512 @kindex disable display
5513 @item disable display @var{dnums}@dots{}
5514 Disable the display of item numbers @var{dnums}.  A disabled display
5515 item is not printed automatically, but is not forgotten.  It may be
5516 enabled again later.
5517
5518 @kindex enable display
5519 @item enable display @var{dnums}@dots{}
5520 Enable display of item numbers @var{dnums}.  It becomes effective once
5521 again in auto display of its expression, until you specify otherwise.
5522
5523 @item display
5524 Display the current values of the expressions on the list, just as is
5525 done when your program stops.
5526
5527 @kindex info display
5528 @item info display
5529 Print the list of expressions previously set up to display
5530 automatically, each one with its item number, but without showing the
5531 values.  This includes disabled expressions, which are marked as such.
5532 It also includes expressions which would not be displayed right now
5533 because they refer to automatic variables not currently available.
5534 @end table
5535
5536 @cindex display disabled out of scope
5537 If a display expression refers to local variables, then it does not make
5538 sense outside the lexical context for which it was set up.  Such an
5539 expression is disabled when execution enters a context where one of its
5540 variables is not defined.  For example, if you give the command
5541 @code{display last_char} while inside a function with an argument
5542 @code{last_char}, @value{GDBN} displays this argument while your program
5543 continues to stop inside that function.  When it stops elsewhere---where
5544 there is no variable @code{last_char}---the display is disabled
5545 automatically.  The next time your program stops where @code{last_char}
5546 is meaningful, you can enable the display expression once again.
5547
5548 @node Print Settings
5549 @section Print settings
5550
5551 @cindex format options
5552 @cindex print settings
5553 @value{GDBN} provides the following ways to control how arrays, structures,
5554 and symbols are printed.
5555
5556 @noindent
5557 These settings are useful for debugging programs in any language:
5558
5559 @table @code
5560 @kindex set print
5561 @item set print address
5562 @itemx set print address on
5563 @cindex print/don't print memory addresses
5564 @value{GDBN} prints memory addresses showing the location of stack
5565 traces, structure values, pointer values, breakpoints, and so forth,
5566 even when it also displays the contents of those addresses.  The default
5567 is @code{on}.  For example, this is what a stack frame display looks like with
5568 @code{set print address on}:
5569
5570 @smallexample
5571 @group
5572 (@value{GDBP}) f
5573 #0  set_quotes (lq=0x34c78 "<<", rq=0x34c88 ">>")
5574     at input.c:530
5575 530         if (lquote != def_lquote)
5576 @end group
5577 @end smallexample
5578
5579 @item set print address off
5580 Do not print addresses when displaying their contents.  For example,
5581 this is the same stack frame displayed with @code{set print address off}:
5582
5583 @smallexample
5584 @group
5585 (@value{GDBP}) set print addr off
5586 (@value{GDBP}) f
5587 #0  set_quotes (lq="<<", rq=">>") at input.c:530
5588 530         if (lquote != def_lquote)
5589 @end group
5590 @end smallexample
5591
5592 You can use @samp{set print address off} to eliminate all machine
5593 dependent displays from the @value{GDBN} interface.  For example, with
5594 @code{print address off}, you should get the same text for backtraces on
5595 all machines---whether or not they involve pointer arguments.
5596
5597 @kindex show print
5598 @item show print address
5599 Show whether or not addresses are to be printed.
5600 @end table
5601
5602 When @value{GDBN} prints a symbolic address, it normally prints the
5603 closest earlier symbol plus an offset.  If that symbol does not uniquely
5604 identify the address (for example, it is a name whose scope is a single
5605 source file), you may need to clarify.  One way to do this is with
5606 @code{info line}, for example @samp{info line *0x4537}.  Alternately,
5607 you can set @value{GDBN} to print the source file and line number when
5608 it prints a symbolic address:
5609
5610 @table @code
5611 @item set print symbol-filename on
5612 @cindex source file and line of a symbol
5613 @cindex symbol, source file and line
5614 Tell @value{GDBN} to print the source file name and line number of a
5615 symbol in the symbolic form of an address.
5616
5617 @item set print symbol-filename off
5618 Do not print source file name and line number of a symbol.  This is the
5619 default.
5620
5621 @item show print symbol-filename
5622 Show whether or not @value{GDBN} will print the source file name and
5623 line number of a symbol in the symbolic form of an address.
5624 @end table
5625
5626 Another situation where it is helpful to show symbol filenames and line
5627 numbers is when disassembling code; @value{GDBN} shows you the line
5628 number and source file that corresponds to each instruction.
5629
5630 Also, you may wish to see the symbolic form only if the address being
5631 printed is reasonably close to the closest earlier symbol:
5632
5633 @table @code
5634 @item set print max-symbolic-offset @var{max-offset}
5635 @cindex maximum value for offset of closest symbol
5636 Tell @value{GDBN} to only display the symbolic form of an address if the
5637 offset between the closest earlier symbol and the address is less than
5638 @var{max-offset}.  The default is 0, which tells @value{GDBN}
5639 to always print the symbolic form of an address if any symbol precedes it.
5640
5641 @item show print max-symbolic-offset
5642 Ask how large the maximum offset is that @value{GDBN} prints in a
5643 symbolic address.
5644 @end table
5645
5646 @cindex wild pointer, interpreting
5647 @cindex pointer, finding referent
5648 If you have a pointer and you are not sure where it points, try
5649 @samp{set print symbol-filename on}.  Then you can determine the name
5650 and source file location of the variable where it points, using
5651 @samp{p/a @var{pointer}}.  This interprets the address in symbolic form.
5652 For example, here @value{GDBN} shows that a variable @code{ptt} points
5653 at another variable @code{t}, defined in @file{hi2.c}:
5654
5655 @smallexample
5656 (@value{GDBP}) set print symbol-filename on
5657 (@value{GDBP}) p/a ptt
5658 $4 = 0xe008 <t in hi2.c>
5659 @end smallexample
5660
5661 @quotation
5662 @emph{Warning:} For pointers that point to a local variable, @samp{p/a}
5663 does not show the symbol name and filename of the referent, even with
5664 the appropriate @code{set print} options turned on.
5665 @end quotation
5666
5667 Other settings control how different kinds of objects are printed:
5668
5669 @table @code
5670 @item set print array
5671 @itemx set print array on
5672 @cindex pretty print arrays
5673 Pretty print arrays.  This format is more convenient to read,
5674 but uses more space.  The default is off.
5675
5676 @item set print array off
5677 Return to compressed format for arrays.
5678
5679 @item show print array
5680 Show whether compressed or pretty format is selected for displaying
5681 arrays.
5682
5683 @item set print elements @var{number-of-elements}
5684 @cindex number of array elements to print
5685 @cindex limit on number of printed array elements
5686 Set a limit on how many elements of an array @value{GDBN} will print.
5687 If @value{GDBN} is printing a large array, it stops printing after it has
5688 printed the number of elements set by the @code{set print elements} command.
5689 This limit also applies to the display of strings.
5690 When @value{GDBN} starts, this limit is set to 200.
5691 Setting  @var{number-of-elements} to zero means that the printing is unlimited.
5692
5693 @item show print elements
5694 Display the number of elements of a large array that @value{GDBN} will print.
5695 If the number is 0, then the printing is unlimited.
5696
5697 @item set print repeats
5698 @cindex repeated array elements
5699 Set the threshold for suppressing display of repeated array
5700 elelments.  When the number of consecutive identical elements of an
5701 array exceeds the threshold, @value{GDBN} prints the string
5702 @code{"<repeats @var{n} times>"}, where @var{n} is the number of
5703 identical repetitions, instead of displaying the identical elements
5704 themselves.  Setting the threshold to zero will cause all elements to
5705 be individually printed.  The default threshold is 10.
5706
5707 @item show print repeats
5708 Display the current threshold for printing repeated identical
5709 elements.
5710
5711 @item set print null-stop
5712 @cindex @sc{null} elements in arrays
5713 Cause @value{GDBN} to stop printing the characters of an array when the first
5714 @sc{null} is encountered.  This is useful when large arrays actually
5715 contain only short strings.
5716 The default is off.
5717
5718 @item show print null-stop
5719 Show whether @value{GDBN} stops printing an array on the first
5720 @sc{null} character.
5721
5722 @item set print pretty on
5723 @cindex print structures in indented form
5724 @cindex indentation in structure display
5725 Cause @value{GDBN} to print structures in an indented format with one member
5726 per line, like this:
5727
5728 @smallexample
5729 @group
5730 $1 = @{
5731   next = 0x0,
5732   flags = @{
5733     sweet = 1,
5734     sour = 1
5735   @},
5736   meat = 0x54 "Pork"
5737 @}
5738 @end group
5739 @end smallexample
5740
5741 @item set print pretty off
5742 Cause @value{GDBN} to print structures in a compact format, like this:
5743
5744 @smallexample
5745 @group
5746 $1 = @{next = 0x0, flags = @{sweet = 1, sour = 1@}, \
5747 meat = 0x54 "Pork"@}
5748 @end group
5749 @end smallexample
5750
5751 @noindent
5752 This is the default format.
5753
5754 @item show print pretty
5755 Show which format @value{GDBN} is using to print structures.
5756
5757 @item set print sevenbit-strings on
5758 @cindex eight-bit characters in strings
5759 @cindex octal escapes in strings
5760 Print using only seven-bit characters; if this option is set,
5761 @value{GDBN} displays any eight-bit characters (in strings or
5762 character values) using the notation @code{\}@var{nnn}.  This setting is
5763 best if you are working in English (@sc{ascii}) and you use the
5764 high-order bit of characters as a marker or ``meta'' bit.
5765
5766 @item set print sevenbit-strings off
5767 Print full eight-bit characters.  This allows the use of more
5768 international character sets, and is the default.
5769
5770 @item show print sevenbit-strings
5771 Show whether or not @value{GDBN} is printing only seven-bit characters.
5772
5773 @item set print union on
5774 @cindex unions in structures, printing
5775 Tell @value{GDBN} to print unions which are contained in structures
5776 and other unions.  This is the default setting.
5777
5778 @item set print union off
5779 Tell @value{GDBN} not to print unions which are contained in
5780 structures and other unions.  @value{GDBN} will print @code{"@{...@}"}
5781 instead.
5782
5783 @item show print union
5784 Ask @value{GDBN} whether or not it will print unions which are contained in
5785 structures and other unions.
5786
5787 For example, given the declarations
5788
5789 @smallexample
5790 typedef enum @{Tree, Bug@} Species;
5791 typedef enum @{Big_tree, Acorn, Seedling@} Tree_forms;
5792 typedef enum @{Caterpillar, Cocoon, Butterfly@}
5793               Bug_forms;
5794
5795 struct thing @{
5796   Species it;
5797   union @{
5798     Tree_forms tree;
5799     Bug_forms bug;
5800   @} form;
5801 @};
5802
5803 struct thing foo = @{Tree, @{Acorn@}@};
5804 @end smallexample
5805
5806 @noindent
5807 with @code{set print union on} in effect @samp{p foo} would print
5808
5809 @smallexample
5810 $1 = @{it = Tree, form = @{tree = Acorn, bug = Cocoon@}@}
5811 @end smallexample
5812
5813 @noindent
5814 and with @code{set print union off} in effect it would print
5815
5816 @smallexample
5817 $1 = @{it = Tree, form = @{...@}@}
5818 @end smallexample
5819
5820 @noindent
5821 @code{set print union} affects programs written in C-like languages
5822 and in Pascal.
5823 @end table
5824
5825 @need 1000
5826 @noindent
5827 These settings are of interest when debugging C@t{++} programs:
5828
5829 @table @code
5830 @cindex demangling C@t{++} names
5831 @item set print demangle
5832 @itemx set print demangle on
5833 Print C@t{++} names in their source form rather than in the encoded
5834 (``mangled'') form passed to the assembler and linker for type-safe
5835 linkage.  The default is on.
5836
5837 @item show print demangle
5838 Show whether C@t{++} names are printed in mangled or demangled form.
5839
5840 @item set print asm-demangle
5841 @itemx set print asm-demangle on
5842 Print C@t{++} names in their source form rather than their mangled form, even
5843 in assembler code printouts such as instruction disassemblies.
5844 The default is off.
5845
5846 @item show print asm-demangle
5847 Show whether C@t{++} names in assembly listings are printed in mangled
5848 or demangled form.
5849
5850 @cindex C@t{++} symbol decoding style
5851 @cindex symbol decoding style, C@t{++}
5852 @kindex set demangle-style
5853 @item set demangle-style @var{style}
5854 Choose among several encoding schemes used by different compilers to
5855 represent C@t{++} names.  The choices for @var{style} are currently:
5856
5857 @table @code
5858 @item auto
5859 Allow @value{GDBN} to choose a decoding style by inspecting your program.
5860
5861 @item gnu
5862 Decode based on the @sc{gnu} C@t{++} compiler (@code{g++}) encoding algorithm.
5863 This is the default.
5864
5865 @item hp
5866 Decode based on the HP ANSI C@t{++} (@code{aCC}) encoding algorithm.
5867
5868 @item lucid
5869 Decode based on the Lucid C@t{++} compiler (@code{lcc}) encoding algorithm.
5870
5871 @item arm
5872 Decode using the algorithm in the @cite{C@t{++} Annotated Reference Manual}.
5873 @strong{Warning:} this setting alone is not sufficient to allow
5874 debugging @code{cfront}-generated executables.  @value{GDBN} would
5875 require further enhancement to permit that.
5876
5877 @end table
5878 If you omit @var{style}, you will see a list of possible formats.
5879
5880 @item show demangle-style
5881 Display the encoding style currently in use for decoding C@t{++} symbols.
5882
5883 @item set print object
5884 @itemx set print object on
5885 @cindex derived type of an object, printing
5886 @cindex display derived types
5887 When displaying a pointer to an object, identify the @emph{actual}
5888 (derived) type of the object rather than the @emph{declared} type, using
5889 the virtual function table.
5890
5891 @item set print object off
5892 Display only the declared type of objects, without reference to the
5893 virtual function table.  This is the default setting.
5894
5895 @item show print object
5896 Show whether actual, or declared, object types are displayed.
5897
5898 @item set print static-members
5899 @itemx set print static-members on
5900 @cindex static members of C@t{++} objects
5901 Print static members when displaying a C@t{++} object.  The default is on.
5902
5903 @item set print static-members off
5904 Do not print static members when displaying a C@t{++} object.
5905
5906 @item show print static-members
5907 Show whether C@t{++} static members are printed or not.
5908
5909 @item set print pascal_static-members
5910 @itemx set print pascal_static-members on
5911 @cindex static members of Pacal objects
5912 @cindex Pacal objects, static members display
5913 Print static members when displaying a Pascal object.  The default is on.
5914
5915 @item set print pascal_static-members off
5916 Do not print static members when displaying a Pascal object.
5917
5918 @item show print pascal_static-members
5919 Show whether Pascal static members are printed or not.
5920
5921 @c These don't work with HP ANSI C++ yet.
5922 @item set print vtbl
5923 @itemx set print vtbl on
5924 @cindex pretty print C@t{++} virtual function tables
5925 @cindex virtual functions (C@t{++}) display
5926 @cindex VTBL display
5927 Pretty print C@t{++} virtual function tables.  The default is off.
5928 (The @code{vtbl} commands do not work on programs compiled with the HP
5929 ANSI C@t{++} compiler (@code{aCC}).)
5930
5931 @item set print vtbl off
5932 Do not pretty print C@t{++} virtual function tables.
5933
5934 @item show print vtbl
5935 Show whether C@t{++} virtual function tables are pretty printed, or not.
5936 @end table
5937
5938 @node Value History
5939 @section Value history
5940
5941 @cindex value history
5942 @cindex history of values printed by @value{GDBN}
5943 Values printed by the @code{print} command are saved in the @value{GDBN}
5944 @dfn{value history}.  This allows you to refer to them in other expressions.
5945 Values are kept until the symbol table is re-read or discarded
5946 (for example with the @code{file} or @code{symbol-file} commands).
5947 When the symbol table changes, the value history is discarded,
5948 since the values may contain pointers back to the types defined in the
5949 symbol table.
5950
5951 @cindex @code{$}
5952 @cindex @code{$$}
5953 @cindex history number
5954 The values printed are given @dfn{history numbers} by which you can
5955 refer to them.  These are successive integers starting with one.
5956 @code{print} shows you the history number assigned to a value by
5957 printing @samp{$@var{num} = } before the value; here @var{num} is the
5958 history number.
5959
5960 To refer to any previous value, use @samp{$} followed by the value's
5961 history number.  The way @code{print} labels its output is designed to
5962 remind you of this.  Just @code{$} refers to the most recent value in
5963 the history, and @code{$$} refers to the value before that.
5964 @code{$$@var{n}} refers to the @var{n}th value from the end; @code{$$2}
5965 is the value just prior to @code{$$}, @code{$$1} is equivalent to
5966 @code{$$}, and @code{$$0} is equivalent to @code{$}.
5967
5968 For example, suppose you have just printed a pointer to a structure and
5969 want to see the contents of the structure.  It suffices to type
5970
5971 @smallexample
5972 p *$
5973 @end smallexample
5974
5975 If you have a chain of structures where the component @code{next} points
5976 to the next one, you can print the contents of the next one with this:
5977
5978 @smallexample
5979 p *$.next
5980 @end smallexample
5981
5982 @noindent
5983 You can print successive links in the chain by repeating this
5984 command---which you can do by just typing @key{RET}.
5985
5986 Note that the history records values, not expressions.  If the value of
5987 @code{x} is 4 and you type these commands:
5988
5989 @smallexample
5990 print x
5991 set x=5
5992 @end smallexample
5993
5994 @noindent
5995 then the value recorded in the value history by the @code{print} command
5996 remains 4 even though the value of @code{x} has changed.
5997
5998 @table @code
5999 @kindex show values
6000 @item show values
6001 Print the last ten values in the value history, with their item numbers.
6002 This is like @samp{p@ $$9} repeated ten times, except that @code{show
6003 values} does not change the history.
6004
6005 @item show values @var{n}
6006 Print ten history values centered on history item number @var{n}.
6007
6008 @item show values +
6009 Print ten history values just after the values last printed.  If no more
6010 values are available, @code{show values +} produces no display.
6011 @end table
6012
6013 Pressing @key{RET} to repeat @code{show values @var{n}} has exactly the
6014 same effect as @samp{show values +}.
6015
6016 @node Convenience Vars
6017 @section Convenience variables
6018
6019 @cindex convenience variables
6020 @cindex user-defined variables
6021 @value{GDBN} provides @dfn{convenience variables} that you can use within
6022 @value{GDBN} to hold on to a value and refer to it later.  These variables
6023 exist entirely within @value{GDBN}; they are not part of your program, and
6024 setting a convenience variable has no direct effect on further execution
6025 of your program.  That is why you can use them freely.
6026
6027 Convenience variables are prefixed with @samp{$}.  Any name preceded by
6028 @samp{$} can be used for a convenience variable, unless it is one of
6029 the predefined machine-specific register names (@pxref{Registers, ,Registers}).
6030 (Value history references, in contrast, are @emph{numbers} preceded
6031 by @samp{$}.  @xref{Value History, ,Value history}.)
6032
6033 You can save a value in a convenience variable with an assignment
6034 expression, just as you would set a variable in your program.
6035 For example:
6036
6037 @smallexample
6038 set $foo = *object_ptr
6039 @end smallexample
6040
6041 @noindent
6042 would save in @code{$foo} the value contained in the object pointed to by
6043 @code{object_ptr}.
6044
6045 Using a convenience variable for the first time creates it, but its
6046 value is @code{void} until you assign a new value.  You can alter the
6047 value with another assignment at any time.
6048
6049 Convenience variables have no fixed types.  You can assign a convenience
6050 variable any type of value, including structures and arrays, even if
6051 that variable already has a value of a different type.  The convenience
6052 variable, when used as an expression, has the type of its current value.
6053
6054 @table @code
6055 @kindex show convenience
6056 @cindex show all user variables
6057 @item show convenience
6058 Print a list of convenience variables used so far, and their values.
6059 Abbreviated @code{show conv}.
6060 @end table
6061
6062 One of the ways to use a convenience variable is as a counter to be
6063 incremented or a pointer to be advanced.  For example, to print
6064 a field from successive elements of an array of structures:
6065
6066 @smallexample
6067 set $i = 0
6068 print bar[$i++]->contents
6069 @end smallexample
6070
6071 @noindent
6072 Repeat that command by typing @key{RET}.
6073
6074 Some convenience variables are created automatically by @value{GDBN} and given
6075 values likely to be useful.
6076
6077 @table @code
6078 @vindex $_@r{, convenience variable}
6079 @item $_
6080 The variable @code{$_} is automatically set by the @code{x} command to
6081 the last address examined (@pxref{Memory, ,Examining memory}).  Other
6082 commands which provide a default address for @code{x} to examine also
6083 set @code{$_} to that address; these commands include @code{info line}
6084 and @code{info breakpoint}.  The type of @code{$_} is @code{void *}
6085 except when set by the @code{x} command, in which case it is a pointer
6086 to the type of @code{$__}.
6087
6088 @vindex $__@r{, convenience variable}
6089 @item $__
6090 The variable @code{$__} is automatically set by the @code{x} command
6091 to the value found in the last address examined.  Its type is chosen
6092 to match the format in which the data was printed.
6093
6094 @item $_exitcode
6095 @vindex $_exitcode@r{, convenience variable}
6096 The variable @code{$_exitcode} is automatically set to the exit code when
6097 the program being debugged terminates.
6098 @end table
6099
6100 On HP-UX systems, if you refer to a function or variable name that
6101 begins with a dollar sign, @value{GDBN} searches for a user or system
6102 name first, before it searches for a convenience variable.
6103
6104 @node Registers
6105 @section Registers
6106
6107 @cindex registers
6108 You can refer to machine register contents, in expressions, as variables
6109 with names starting with @samp{$}.  The names of registers are different
6110 for each machine; use @code{info registers} to see the names used on
6111 your machine.
6112
6113 @table @code
6114 @kindex info registers
6115 @item info registers
6116 Print the names and values of all registers except floating-point
6117 and vector registers (in the selected stack frame).
6118
6119 @kindex info all-registers
6120 @cindex floating point registers
6121 @item info all-registers
6122 Print the names and values of all registers, including floating-point
6123 and vector registers (in the selected stack frame).
6124
6125 @item info registers @var{regname} @dots{}
6126 Print the @dfn{relativized} value of each specified register @var{regname}.
6127 As discussed in detail below, register values are normally relative to
6128 the selected stack frame.  @var{regname} may be any register name valid on
6129 the machine you are using, with or without the initial @samp{$}.
6130 @end table
6131
6132 @value{GDBN} has four ``standard'' register names that are available (in
6133 expressions) on most machines---whenever they do not conflict with an
6134 architecture's canonical mnemonics for registers.  The register names
6135 @code{$pc} and @code{$sp} are used for the program counter register and
6136 the stack pointer.  @code{$fp} is used for a register that contains a
6137 pointer to the current stack frame, and @code{$ps} is used for a
6138 register that contains the processor status.  For example,
6139 you could print the program counter in hex with
6140
6141 @smallexample
6142 p/x $pc
6143 @end smallexample
6144
6145 @noindent
6146 or print the instruction to be executed next with
6147
6148 @smallexample
6149 x/i $pc
6150 @end smallexample
6151
6152 @noindent
6153 or add four to the stack pointer@footnote{This is a way of removing
6154 one word from the stack, on machines where stacks grow downward in
6155 memory (most machines, nowadays).  This assumes that the innermost
6156 stack frame is selected; setting @code{$sp} is not allowed when other
6157 stack frames are selected.  To pop entire frames off the stack,
6158 regardless of machine architecture, use @code{return};
6159 see @ref{Returning, ,Returning from a function}.} with
6160
6161 @smallexample
6162 set $sp += 4
6163 @end smallexample
6164
6165 Whenever possible, these four standard register names are available on
6166 your machine even though the machine has different canonical mnemonics,
6167 so long as there is no conflict.  The @code{info registers} command
6168 shows the canonical names.  For example, on the SPARC, @code{info
6169 registers} displays the processor status register as @code{$psr} but you
6170 can also refer to it as @code{$ps}; and on x86-based machines @code{$ps}
6171 is an alias for the @sc{eflags} register.
6172
6173 @value{GDBN} always considers the contents of an ordinary register as an
6174 integer when the register is examined in this way.  Some machines have
6175 special registers which can hold nothing but floating point; these
6176 registers are considered to have floating point values.  There is no way
6177 to refer to the contents of an ordinary register as floating point value
6178 (although you can @emph{print} it as a floating point value with
6179 @samp{print/f $@var{regname}}).
6180
6181 Some registers have distinct ``raw'' and ``virtual'' data formats.  This
6182 means that the data format in which the register contents are saved by
6183 the operating system is not the same one that your program normally
6184 sees.  For example, the registers of the 68881 floating point
6185 coprocessor are always saved in ``extended'' (raw) format, but all C
6186 programs expect to work with ``double'' (virtual) format.  In such
6187 cases, @value{GDBN} normally works with the virtual format only (the format
6188 that makes sense for your program), but the @code{info registers} command
6189 prints the data in both formats.
6190
6191 Normally, register values are relative to the selected stack frame
6192 (@pxref{Selection, ,Selecting a frame}).  This means that you get the
6193 value that the register would contain if all stack frames farther in
6194 were exited and their saved registers restored.  In order to see the
6195 true contents of hardware registers, you must select the innermost
6196 frame (with @samp{frame 0}).
6197
6198 However, @value{GDBN} must deduce where registers are saved, from the machine
6199 code generated by your compiler.  If some registers are not saved, or if
6200 @value{GDBN} is unable to locate the saved registers, the selected stack
6201 frame makes no difference.
6202
6203 @node Floating Point Hardware
6204 @section Floating point hardware
6205 @cindex floating point
6206
6207 Depending on the configuration, @value{GDBN} may be able to give
6208 you more information about the status of the floating point hardware.
6209
6210 @table @code
6211 @kindex info float
6212 @item info float
6213 Display hardware-dependent information about the floating
6214 point unit.  The exact contents and layout vary depending on the
6215 floating point chip.  Currently, @samp{info float} is supported on
6216 the ARM and x86 machines.
6217 @end table
6218
6219 @node Vector Unit
6220 @section Vector Unit
6221 @cindex vector unit
6222
6223 Depending on the configuration, @value{GDBN} may be able to give you
6224 more information about the status of the vector unit.
6225
6226 @table @code
6227 @kindex info vector
6228 @item info vector
6229 Display information about the vector unit.  The exact contents and
6230 layout vary depending on the hardware.
6231 @end table
6232
6233 @node OS Information
6234 @section Operating system auxiliary information
6235 @cindex OS information
6236
6237 @value{GDBN} provides interfaces to useful OS facilities that can help
6238 you debug your program.
6239
6240 @cindex @code{ptrace} system call
6241 @cindex @code{struct user} contents
6242 When @value{GDBN} runs on a @dfn{Posix system} (such as GNU or Unix
6243 machines), it interfaces with the inferior via the @code{ptrace}
6244 system call.  The operating system creates a special sata structure,
6245 called @code{struct user}, for this interface.  You can use the
6246 command @code{info udot} to display the contents of this data
6247 structure.
6248
6249 @table @code
6250 @item info udot
6251 @kindex info udot
6252 Display the contents of the @code{struct user} maintained by the OS
6253 kernel for the program being debugged.  @value{GDBN} displays the
6254 contents of @code{struct user} as a list of hex numbers, similar to
6255 the @code{examine} command.
6256 @end table
6257
6258 @cindex auxiliary vector
6259 @cindex vector, auxiliary
6260 Some operating systems supply an @dfn{auxiliary vector} to programs at
6261 startup.  This is akin to the arguments and environment that you
6262 specify for a program, but contains a system-dependent variety of
6263 binary values that tell system libraries important details about the
6264 hardware, operating system, and process.  Each value's purpose is
6265 identified by an integer tag; the meanings are well-known but system-specific.
6266 Depending on the configuration and operating system facilities,
6267 @value{GDBN} may be able to show you this information.  For remote
6268 targets, this functionality may further depend on the remote stub's
6269 support of the @samp{qPart:auxv:read} packet, see @ref{Remote
6270 configuration, auxiliary vector}.
6271
6272 @table @code
6273 @kindex info auxv
6274 @item info auxv
6275 Display the auxiliary vector of the inferior, which can be either a
6276 live process or a core dump file.  @value{GDBN} prints each tag value
6277 numerically, and also shows names and text descriptions for recognized
6278 tags.  Some values in the vector are numbers, some bit masks, and some
6279 pointers to strings or other data.  @value{GDBN} displays each value in the
6280 most appropriate form for a recognized tag, and in hexadecimal for
6281 an unrecognized tag.
6282 @end table
6283
6284
6285 @node Memory Region Attributes
6286 @section Memory region attributes
6287 @cindex memory region attributes
6288
6289 @dfn{Memory region attributes} allow you to describe special handling
6290 required by regions of your target's memory.  @value{GDBN} uses attributes
6291 to determine whether to allow certain types of memory accesses; whether to
6292 use specific width accesses; and whether to cache target memory.
6293
6294 Defined memory regions can be individually enabled and disabled.  When a
6295 memory region is disabled, @value{GDBN} uses the default attributes when
6296 accessing memory in that region.  Similarly, if no memory regions have
6297 been defined, @value{GDBN} uses the default attributes when accessing
6298 all memory.
6299
6300 When a memory region is defined, it is given a number to identify it;
6301 to enable, disable, or remove a memory region, you specify that number.
6302
6303 @table @code
6304 @kindex mem
6305 @item mem @var{lower} @var{upper} @var{attributes}@dots{}
6306 Define a memory region bounded by @var{lower} and @var{upper} with
6307 attributes @var{attributes}@dots{}, and add it to the list of regions
6308 monitored by @value{GDBN}.  Note that @var{upper} == 0 is a special
6309 case: it is treated as the the target's maximum memory address.
6310 (0xffff on 16 bit targets, 0xffffffff on 32 bit targets, etc.)
6311
6312 @kindex delete mem
6313 @item delete mem @var{nums}@dots{}
6314 Remove memory regions @var{nums}@dots{} from the list of regions
6315 monitored by @value{GDBN}.
6316
6317 @kindex disable mem
6318 @item disable mem @var{nums}@dots{}
6319 Disable monitoring of memory regions @var{nums}@dots{}.
6320 A disabled memory region is not forgotten.
6321 It may be enabled again later.
6322
6323 @kindex enable mem
6324 @item enable mem @var{nums}@dots{}
6325 Enable monitoring of memory regions @var{nums}@dots{}.
6326
6327 @kindex info mem
6328 @item info mem
6329 Print a table of all defined memory regions, with the following columns
6330 for each region:
6331
6332 @table @emph
6333 @item Memory Region Number
6334 @item Enabled or Disabled.
6335 Enabled memory regions are marked with @samp{y}.
6336 Disabled memory regions are marked with @samp{n}.
6337
6338 @item Lo Address
6339 The address defining the inclusive lower bound of the memory region.
6340
6341 @item Hi Address
6342 The address defining the exclusive upper bound of the memory region.
6343
6344 @item Attributes
6345 The list of attributes set for this memory region.
6346 @end table
6347 @end table
6348
6349
6350 @subsection Attributes
6351
6352 @subsubsection Memory Access Mode
6353 The access mode attributes set whether @value{GDBN} may make read or
6354 write accesses to a memory region.
6355
6356 While these attributes prevent @value{GDBN} from performing invalid
6357 memory accesses, they do nothing to prevent the target system, I/O DMA,
6358 etc. from accessing memory.
6359
6360 @table @code
6361 @item ro
6362 Memory is read only.
6363 @item wo
6364 Memory is write only.
6365 @item rw
6366 Memory is read/write.  This is the default.
6367 @end table
6368
6369 @subsubsection Memory Access Size
6370 The acccess size attributes tells @value{GDBN} to use specific sized
6371 accesses in the memory region.  Often memory mapped device registers
6372 require specific sized accesses.  If no access size attribute is
6373 specified, @value{GDBN} may use accesses of any size.
6374
6375 @table @code
6376 @item 8
6377 Use 8 bit memory accesses.
6378 @item 16
6379 Use 16 bit memory accesses.
6380 @item 32
6381 Use 32 bit memory accesses.
6382 @item 64
6383 Use 64 bit memory accesses.
6384 @end table
6385
6386 @c @subsubsection Hardware/Software Breakpoints
6387 @c The hardware/software breakpoint attributes set whether @value{GDBN}
6388 @c will use hardware or software breakpoints for the internal breakpoints
6389 @c used by the step, next, finish, until, etc. commands.
6390 @c
6391 @c @table @code
6392 @c @item hwbreak
6393 @c Always use hardware breakpoints
6394 @c @item swbreak (default)
6395 @c @end table
6396
6397 @subsubsection Data Cache
6398 The data cache attributes set whether @value{GDBN} will cache target
6399 memory.  While this generally improves performance by reducing debug
6400 protocol overhead, it can lead to incorrect results because @value{GDBN}
6401 does not know about volatile variables or memory mapped device
6402 registers.
6403
6404 @table @code
6405 @item cache
6406 Enable @value{GDBN} to cache target memory.
6407 @item nocache
6408 Disable @value{GDBN} from caching target memory.  This is the default.
6409 @end table
6410
6411 @c @subsubsection Memory Write Verification
6412 @c The memory write verification attributes set whether @value{GDBN}
6413 @c will re-reads data after each write to verify the write was successful.
6414 @c
6415 @c @table @code
6416 @c @item verify
6417 @c @item noverify (default)
6418 @c @end table
6419
6420 @node Dump/Restore Files
6421 @section Copy between memory and a file
6422 @cindex dump/restore files
6423 @cindex append data to a file
6424 @cindex dump data to a file
6425 @cindex restore data from a file
6426
6427 You can use the commands @code{dump}, @code{append}, and
6428 @code{restore} to copy data between target memory and a file.  The
6429 @code{dump} and @code{append} commands write data to a file, and the
6430 @code{restore} command reads data from a file back into the inferior's
6431 memory.  Files may be in binary, Motorola S-record, Intel hex, or
6432 Tektronix Hex format; however, @value{GDBN} can only append to binary
6433 files.
6434
6435 @table @code
6436
6437 @kindex dump
6438 @item dump @r{[}@var{format}@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
6439 @itemx dump @r{[}@var{format}@r{]} value @var{filename} @var{expr}
6440 Dump the contents of memory from @var{start_addr} to @var{end_addr},
6441 or the value of @var{expr}, to @var{filename} in the given format.
6442
6443 The @var{format} parameter may be any one of:
6444 @table @code
6445 @item binary
6446 Raw binary form.
6447 @item ihex
6448 Intel hex format.
6449 @item srec
6450 Motorola S-record format.
6451 @item tekhex
6452 Tektronix Hex format.
6453 @end table
6454
6455 @value{GDBN} uses the same definitions of these formats as the
6456 @sc{gnu} binary utilities, like @samp{objdump} and @samp{objcopy}.  If
6457 @var{format} is omitted, @value{GDBN} dumps the data in raw binary
6458 form.
6459
6460 @kindex append
6461 @item append @r{[}binary@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
6462 @itemx append @r{[}binary@r{]} value @var{filename} @var{expr}
6463 Append the contents of memory from @var{start_addr} to @var{end_addr},
6464 or the value of @var{expr}, to the file @var{filename}, in raw binary form.
6465 (@value{GDBN} can only append data to files in raw binary form.)
6466
6467 @kindex restore
6468 @item restore @var{filename} @r{[}binary@r{]} @var{bias} @var{start} @var{end}
6469 Restore the contents of file @var{filename} into memory.  The
6470 @code{restore} command can automatically recognize any known @sc{bfd}
6471 file format, except for raw binary.  To restore a raw binary file you
6472 must specify the optional keyword @code{binary} after the filename.
6473
6474 If @var{bias} is non-zero, its value will be added to the addresses
6475 contained in the file.  Binary files always start at address zero, so
6476 they will be restored at address @var{bias}.  Other bfd files have
6477 a built-in location; they will be restored at offset @var{bias}
6478 from that location.
6479
6480 If @var{start} and/or @var{end} are non-zero, then only data between
6481 file offset @var{start} and file offset @var{end} will be restored.
6482 These offsets are relative to the addresses in the file, before
6483 the @var{bias} argument is applied.
6484
6485 @end table
6486
6487 @node Core File Generation
6488 @section How to Produce a Core File from Your Program
6489 @cindex dump core from inferior
6490
6491 A @dfn{core file} or @dfn{core dump} is a file that records the memory
6492 image of a running process and its process status (register values
6493 etc.).  Its primary use is post-mortem debugging of a program that
6494 crashed while it ran outside a debugger.  A program that crashes
6495 automatically produces a core file, unless this feature is disabled by
6496 the user.  @xref{Files}, for information on invoking @value{GDBN} in
6497 the post-mortem debugging mode.
6498
6499 Occasionally, you may wish to produce a core file of the program you
6500 are debugging in order to preserve a snapshot of its state.
6501 @value{GDBN} has a special command for that.
6502
6503 @table @code
6504 @kindex gcore
6505 @kindex generate-core-file
6506 @item generate-core-file [@var{file}]
6507 @itemx gcore [@var{file}]
6508 Produce a core dump of the inferior process.  The optional argument
6509 @var{file} specifies the file name where to put the core dump.  If not
6510 specified, the file name defaults to @file{core.@var{pid}}, where
6511 @var{pid} is the inferior process ID.
6512
6513 Note that this command is implemented only for some systems (as of
6514 this writing, @sc{gnu}/Linux, FreeBSD, Solaris, Unixware, and S390).
6515 @end table
6516
6517 @node Character Sets
6518 @section Character Sets
6519 @cindex character sets
6520 @cindex charset
6521 @cindex translating between character sets
6522 @cindex host character set
6523 @cindex target character set
6524
6525 If the program you are debugging uses a different character set to
6526 represent characters and strings than the one @value{GDBN} uses itself,
6527 @value{GDBN} can automatically translate between the character sets for
6528 you.  The character set @value{GDBN} uses we call the @dfn{host
6529 character set}; the one the inferior program uses we call the
6530 @dfn{target character set}.
6531
6532 For example, if you are running @value{GDBN} on a @sc{gnu}/Linux system, which
6533 uses the ISO Latin 1 character set, but you are using @value{GDBN}'s
6534 remote protocol (@pxref{Remote,Remote Debugging}) to debug a program
6535 running on an IBM mainframe, which uses the @sc{ebcdic} character set,
6536 then the host character set is Latin-1, and the target character set is
6537 @sc{ebcdic}.  If you give @value{GDBN} the command @code{set
6538 target-charset EBCDIC-US}, then @value{GDBN} translates between
6539 @sc{ebcdic} and Latin 1 as you print character or string values, or use
6540 character and string literals in expressions.
6541
6542 @value{GDBN} has no way to automatically recognize which character set
6543 the inferior program uses; you must tell it, using the @code{set
6544 target-charset} command, described below.
6545
6546 Here are the commands for controlling @value{GDBN}'s character set
6547 support:
6548
6549 @table @code
6550 @item set target-charset @var{charset}
6551 @kindex set target-charset
6552 Set the current target character set to @var{charset}.  We list the
6553 character set names @value{GDBN} recognizes below, but if you type
6554 @code{set target-charset} followed by @key{TAB}@key{TAB}, @value{GDBN} will
6555 list the target character sets it supports.
6556 @end table
6557
6558 @table @code
6559 @item set host-charset @var{charset}
6560 @kindex set host-charset
6561 Set the current host character set to @var{charset}.
6562
6563 By default, @value{GDBN} uses a host character set appropriate to the
6564 system it is running on; you can override that default using the
6565 @code{set host-charset} command.
6566
6567 @value{GDBN} can only use certain character sets as its host character
6568 set.  We list the character set names @value{GDBN} recognizes below, and
6569 indicate which can be host character sets, but if you type
6570 @code{set target-charset} followed by @key{TAB}@key{TAB}, @value{GDBN} will
6571 list the host character sets it supports.
6572
6573 @item set charset @var{charset}
6574 @kindex set charset
6575 Set the current host and target character sets to @var{charset}.  As
6576 above, if you type @code{set charset} followed by @key{TAB}@key{TAB},
6577 @value{GDBN} will list the name of the character sets that can be used
6578 for both host and target.
6579
6580
6581 @item show charset
6582 @kindex show charset
6583 Show the names of the current host and target charsets.
6584
6585 @itemx show host-charset
6586 @kindex show host-charset
6587 Show the name of the current host charset.
6588
6589 @itemx show target-charset
6590 @kindex show target-charset
6591 Show the name of the current target charset.
6592
6593 @end table
6594
6595 @value{GDBN} currently includes support for the following character
6596 sets:
6597
6598 @table @code
6599
6600 @item ASCII
6601 @cindex ASCII character set
6602 Seven-bit U.S. @sc{ascii}.  @value{GDBN} can use this as its host
6603 character set.
6604
6605 @item ISO-8859-1
6606 @cindex ISO 8859-1 character set
6607 @cindex ISO Latin 1 character set
6608 The ISO Latin 1 character set.  This extends @sc{ascii} with accented
6609 characters needed for French, German, and Spanish.  @value{GDBN} can use
6610 this as its host character set.
6611
6612 @item EBCDIC-US
6613 @itemx IBM1047
6614 @cindex EBCDIC character set
6615 @cindex IBM1047 character set
6616 Variants of the @sc{ebcdic} character set, used on some of IBM's
6617 mainframe operating systems.  (@sc{gnu}/Linux on the S/390 uses U.S. @sc{ascii}.)
6618 @value{GDBN} cannot use these as its host character set.
6619
6620 @end table
6621
6622 Note that these are all single-byte character sets.  More work inside
6623 GDB is needed to support multi-byte or variable-width character
6624 encodings, like the UTF-8 and UCS-2 encodings of Unicode.
6625
6626 Here is an example of @value{GDBN}'s character set support in action.
6627 Assume that the following source code has been placed in the file
6628 @file{charset-test.c}:
6629
6630 @smallexample
6631 #include <stdio.h>
6632
6633 char ascii_hello[]
6634   = @{72, 101, 108, 108, 111, 44, 32, 119,
6635      111, 114, 108, 100, 33, 10, 0@};
6636 char ibm1047_hello[]
6637   = @{200, 133, 147, 147, 150, 107, 64, 166,
6638      150, 153, 147, 132, 90, 37, 0@};
6639
6640 main ()
6641 @{
6642   printf ("Hello, world!\n");
6643 @}
6644 @end smallexample
6645
6646 In this program, @code{ascii_hello} and @code{ibm1047_hello} are arrays
6647 containing the string @samp{Hello, world!} followed by a newline,
6648 encoded in the @sc{ascii} and @sc{ibm1047} character sets.
6649
6650 We compile the program, and invoke the debugger on it:
6651
6652 @smallexample
6653 $ gcc -g charset-test.c -o charset-test
6654 $ gdb -nw charset-test
6655 GNU gdb 2001-12-19-cvs
6656 Copyright 2001 Free Software Foundation, Inc.
6657 @dots{}
6658 (@value{GDBP})
6659 @end smallexample
6660
6661 We can use the @code{show charset} command to see what character sets
6662 @value{GDBN} is currently using to interpret and display characters and
6663 strings:
6664
6665 @smallexample
6666 (@value{GDBP}) show charset
6667 The current host and target character set is `ISO-8859-1'.
6668 (@value{GDBP})
6669 @end smallexample
6670
6671 For the sake of printing this manual, let's use @sc{ascii} as our
6672 initial character set:
6673 @smallexample
6674 (@value{GDBP}) set charset ASCII
6675 (@value{GDBP}) show charset
6676 The current host and target character set is `ASCII'.
6677 (@value{GDBP})
6678 @end smallexample
6679
6680 Let's assume that @sc{ascii} is indeed the correct character set for our
6681 host system --- in other words, let's assume that if @value{GDBN} prints
6682 characters using the @sc{ascii} character set, our terminal will display
6683 them properly.  Since our current target character set is also
6684 @sc{ascii}, the contents of @code{ascii_hello} print legibly:
6685
6686 @smallexample
6687 (@value{GDBP}) print ascii_hello
6688 $1 = 0x401698 "Hello, world!\n"
6689 (@value{GDBP}) print ascii_hello[0]
6690 $2 = 72 'H'
6691 (@value{GDBP})
6692 @end smallexample
6693
6694 @value{GDBN} uses the target character set for character and string
6695 literals you use in expressions:
6696
6697 @smallexample
6698 (@value{GDBP}) print '+'
6699 $3 = 43 '+'
6700 (@value{GDBP})
6701 @end smallexample
6702
6703 The @sc{ascii} character set uses the number 43 to encode the @samp{+}
6704 character.
6705
6706 @value{GDBN} relies on the user to tell it which character set the
6707 target program uses.  If we print @code{ibm1047_hello} while our target
6708 character set is still @sc{ascii}, we get jibberish:
6709
6710 @smallexample
6711 (@value{GDBP}) print ibm1047_hello
6712 $4 = 0x4016a8 "\310\205\223\223\226k@@\246\226\231\223\204Z%"
6713 (@value{GDBP}) print ibm1047_hello[0]
6714 $5 = 200 '\310'
6715 (@value{GDBP})
6716 @end smallexample
6717
6718 If we invoke the @code{set target-charset} followed by @key{TAB}@key{TAB},
6719 @value{GDBN} tells us the character sets it supports:
6720
6721 @smallexample
6722 (@value{GDBP}) set target-charset
6723 ASCII       EBCDIC-US   IBM1047     ISO-8859-1
6724 (@value{GDBP}) set target-charset
6725 @end smallexample
6726
6727 We can select @sc{ibm1047} as our target character set, and examine the
6728 program's strings again.  Now the @sc{ascii} string is wrong, but
6729 @value{GDBN} translates the contents of @code{ibm1047_hello} from the
6730 target character set, @sc{ibm1047}, to the host character set,
6731 @sc{ascii}, and they display correctly:
6732
6733 @smallexample
6734 (@value{GDBP}) set target-charset IBM1047
6735 (@value{GDBP}) show charset
6736 The current host character set is `ASCII'.
6737 The current target character set is `IBM1047'.
6738 (@value{GDBP}) print ascii_hello
6739 $6 = 0x401698 "\110\145%%?\054\040\167?\162%\144\041\012"
6740 (@value{GDBP}) print ascii_hello[0]
6741 $7 = 72 '\110'
6742 (@value{GDBP}) print ibm1047_hello
6743 $8 = 0x4016a8 "Hello, world!\n"
6744 (@value{GDBP}) print ibm1047_hello[0]
6745 $9 = 200 'H'
6746 (@value{GDBP})
6747 @end smallexample
6748
6749 As above, @value{GDBN} uses the target character set for character and
6750 string literals you use in expressions:
6751
6752 @smallexample
6753 (@value{GDBP}) print '+'
6754 $10 = 78 '+'
6755 (@value{GDBP})
6756 @end smallexample
6757
6758 The @sc{ibm1047} character set uses the number 78 to encode the @samp{+}
6759 character.
6760
6761 @node Caching Remote Data
6762 @section Caching Data of Remote Targets
6763 @cindex caching data of remote targets
6764
6765 @value{GDBN} can cache data exchanged between the debugger and a
6766 remote target (@pxref{Remote}).  Such caching generally improves
6767 performance, because it reduces the overhead of the remote protocol by
6768 bundling memory reads and writes into large chunks.  Unfortunately,
6769 @value{GDBN} does not currently know anything about volatile
6770 registers, and thus data caching will produce incorrect results when
6771 volatile registers are in use.
6772
6773 @table @code
6774 @kindex set remotecache
6775 @item set remotecache on
6776 @itemx set remotecache off
6777 Set caching state for remote targets.  When @code{ON}, use data
6778 caching.  By default, this option is @code{OFF}.
6779
6780 @kindex show remotecache
6781 @item show remotecache
6782 Show the current state of data caching for remote targets.
6783
6784 @kindex info dcache
6785 @item info dcache
6786 Print the information about the data cache performance.  The
6787 information displayed includes: the dcache width and depth; and for
6788 each cache line, how many times it was referenced, and its data and
6789 state (dirty, bad, ok, etc.).  This command is useful for debugging
6790 the data cache operation.
6791 @end table
6792
6793
6794 @node Macros
6795 @chapter C Preprocessor Macros
6796
6797 Some languages, such as C and C@t{++}, provide a way to define and invoke
6798 ``preprocessor macros'' which expand into strings of tokens.
6799 @value{GDBN} can evaluate expressions containing macro invocations, show
6800 the result of macro expansion, and show a macro's definition, including
6801 where it was defined.
6802
6803 You may need to compile your program specially to provide @value{GDBN}
6804 with information about preprocessor macros.  Most compilers do not
6805 include macros in their debugging information, even when you compile
6806 with the @option{-g} flag.  @xref{Compilation}.
6807
6808 A program may define a macro at one point, remove that definition later,
6809 and then provide a different definition after that.  Thus, at different
6810 points in the program, a macro may have different definitions, or have
6811 no definition at all.  If there is a current stack frame, @value{GDBN}
6812 uses the macros in scope at that frame's source code line.  Otherwise,
6813 @value{GDBN} uses the macros in scope at the current listing location;
6814 see @ref{List}.
6815
6816 At the moment, @value{GDBN} does not support the @code{##}
6817 token-splicing operator, the @code{#} stringification operator, or
6818 variable-arity macros.
6819
6820 Whenever @value{GDBN} evaluates an expression, it always expands any
6821 macro invocations present in the expression.  @value{GDBN} also provides
6822 the following commands for working with macros explicitly.
6823
6824 @table @code
6825
6826 @kindex macro expand
6827 @cindex macro expansion, showing the results of preprocessor
6828 @cindex preprocessor macro expansion, showing the results of
6829 @cindex expanding preprocessor macros
6830 @item macro expand @var{expression}
6831 @itemx macro exp @var{expression}
6832 Show the results of expanding all preprocessor macro invocations in
6833 @var{expression}.  Since @value{GDBN} simply expands macros, but does
6834 not parse the result, @var{expression} need not be a valid expression;
6835 it can be any string of tokens.
6836
6837 @kindex macro exp1
6838 @item macro expand-once @var{expression}
6839 @itemx macro exp1 @var{expression}
6840 @cindex expand macro once
6841 @i{(This command is not yet implemented.)}  Show the results of
6842 expanding those preprocessor macro invocations that appear explicitly in
6843 @var{expression}.  Macro invocations appearing in that expansion are
6844 left unchanged.  This command allows you to see the effect of a
6845 particular macro more clearly, without being confused by further
6846 expansions.  Since @value{GDBN} simply expands macros, but does not
6847 parse the result, @var{expression} need not be a valid expression; it
6848 can be any string of tokens.
6849
6850 @kindex info macro
6851 @cindex macro definition, showing
6852 @cindex definition, showing a macro's
6853 @item info macro @var{macro}
6854 Show the definition of the macro named @var{macro}, and describe the
6855 source location where that definition was established.
6856
6857 @kindex macro define
6858 @cindex user-defined macros
6859 @cindex defining macros interactively
6860 @cindex macros, user-defined
6861 @item macro define @var{macro} @var{replacement-list}
6862 @itemx macro define @var{macro}(@var{arglist}) @var{replacement-list}
6863 @i{(This command is not yet implemented.)}  Introduce a definition for a
6864 preprocessor macro named @var{macro}, invocations of which are replaced
6865 by the tokens given in @var{replacement-list}.  The first form of this
6866 command defines an ``object-like'' macro, which takes no arguments; the
6867 second form defines a ``function-like'' macro, which takes the arguments
6868 given in @var{arglist}.
6869
6870 A definition introduced by this command is in scope in every expression
6871 evaluated in @value{GDBN}, until it is removed with the @command{macro
6872 undef} command, described below.  The definition overrides all
6873 definitions for @var{macro} present in the program being debugged, as
6874 well as any previous user-supplied definition.
6875
6876 @kindex macro undef
6877 @item macro undef @var{macro}
6878 @i{(This command is not yet implemented.)}  Remove any user-supplied
6879 definition for the macro named @var{macro}.  This command only affects
6880 definitions provided with the @command{macro define} command, described
6881 above; it cannot remove definitions present in the program being
6882 debugged.
6883
6884 @kindex macro list
6885 @item macro list
6886 @i{(This command is not yet implemented.)}  List all the macros
6887 defined using the @code{macro define} command.
6888 @end table
6889
6890 @cindex macros, example of debugging with
6891 Here is a transcript showing the above commands in action.  First, we
6892 show our source files:
6893
6894 @smallexample
6895 $ cat sample.c
6896 #include <stdio.h>
6897 #include "sample.h"
6898
6899 #define M 42
6900 #define ADD(x) (M + x)
6901
6902 main ()
6903 @{
6904 #define N 28
6905   printf ("Hello, world!\n");
6906 #undef N
6907   printf ("We're so creative.\n");
6908 #define N 1729
6909   printf ("Goodbye, world!\n");
6910 @}
6911 $ cat sample.h
6912 #define Q <
6913 $
6914 @end smallexample
6915
6916 Now, we compile the program using the @sc{gnu} C compiler, @value{NGCC}.
6917 We pass the @option{-gdwarf-2} and @option{-g3} flags to ensure the
6918 compiler includes information about preprocessor macros in the debugging
6919 information.
6920
6921 @smallexample
6922 $ gcc -gdwarf-2 -g3 sample.c -o sample
6923 $
6924 @end smallexample
6925
6926 Now, we start @value{GDBN} on our sample program:
6927
6928 @smallexample
6929 $ gdb -nw sample
6930 GNU gdb 2002-05-06-cvs
6931 Copyright 2002 Free Software Foundation, Inc.
6932 GDB is free software, @dots{}
6933 (@value{GDBP})
6934 @end smallexample
6935
6936 We can expand macros and examine their definitions, even when the
6937 program is not running.  @value{GDBN} uses the current listing position
6938 to decide which macro definitions are in scope:
6939
6940 @smallexample
6941 (@value{GDBP}) list main
6942 3
6943 4       #define M 42
6944 5       #define ADD(x) (M + x)
6945 6
6946 7       main ()
6947 8       @{
6948 9       #define N 28
6949 10        printf ("Hello, world!\n");
6950 11      #undef N
6951 12        printf ("We're so creative.\n");
6952 (@value{GDBP}) info macro ADD
6953 Defined at /home/jimb/gdb/macros/play/sample.c:5
6954 #define ADD(x) (M + x)
6955 (@value{GDBP}) info macro Q
6956 Defined at /home/jimb/gdb/macros/play/sample.h:1
6957   included at /home/jimb/gdb/macros/play/sample.c:2
6958 #define Q <
6959 (@value{GDBP}) macro expand ADD(1)
6960 expands to: (42 + 1)
6961 (@value{GDBP}) macro expand-once ADD(1)
6962 expands to: once (M + 1)
6963 (@value{GDBP})
6964 @end smallexample
6965
6966 In the example above, note that @command{macro expand-once} expands only
6967 the macro invocation explicit in the original text --- the invocation of
6968 @code{ADD} --- but does not expand the invocation of the macro @code{M},
6969 which was introduced by @code{ADD}.
6970
6971 Once the program is running, GDB uses the macro definitions in force at
6972 the source line of the current stack frame:
6973
6974 @smallexample
6975 (@value{GDBP}) break main
6976 Breakpoint 1 at 0x8048370: file sample.c, line 10.
6977 (@value{GDBP}) run
6978 Starting program: /home/jimb/gdb/macros/play/sample
6979
6980 Breakpoint 1, main () at sample.c:10
6981 10        printf ("Hello, world!\n");
6982 (@value{GDBP})
6983 @end smallexample
6984
6985 At line 10, the definition of the macro @code{N} at line 9 is in force:
6986
6987 @smallexample
6988 (@value{GDBP}) info macro N
6989 Defined at /home/jimb/gdb/macros/play/sample.c:9
6990 #define N 28
6991 (@value{GDBP}) macro expand N Q M
6992 expands to: 28 < 42
6993 (@value{GDBP}) print N Q M
6994 $1 = 1
6995 (@value{GDBP})
6996 @end smallexample
6997
6998 As we step over directives that remove @code{N}'s definition, and then
6999 give it a new definition, @value{GDBN} finds the definition (or lack
7000 thereof) in force at each point:
7001
7002 @smallexample
7003 (@value{GDBP}) next
7004 Hello, world!
7005 12        printf ("We're so creative.\n");
7006 (@value{GDBP}) info macro N
7007 The symbol `N' has no definition as a C/C++ preprocessor macro
7008 at /home/jimb/gdb/macros/play/sample.c:12
7009 (@value{GDBP}) next
7010 We're so creative.
7011 14        printf ("Goodbye, world!\n");
7012 (@value{GDBP}) info macro N
7013 Defined at /home/jimb/gdb/macros/play/sample.c:13
7014 #define N 1729
7015 (@value{GDBP}) macro expand N Q M
7016 expands to: 1729 < 42
7017 (@value{GDBP}) print N Q M
7018 $2 = 0
7019 (@value{GDBP})
7020 @end smallexample
7021
7022
7023 @node Tracepoints
7024 @chapter Tracepoints
7025 @c This chapter is based on the documentation written by Michael
7026 @c Snyder, David Taylor, Jim Blandy, and Elena Zannoni.
7027
7028 @cindex tracepoints
7029 In some applications, it is not feasible for the debugger to interrupt
7030 the program's execution long enough for the developer to learn
7031 anything helpful about its behavior.  If the program's correctness
7032 depends on its real-time behavior, delays introduced by a debugger
7033 might cause the program to change its behavior drastically, or perhaps
7034 fail, even when the code itself is correct.  It is useful to be able
7035 to observe the program's behavior without interrupting it.
7036
7037 Using @value{GDBN}'s @code{trace} and @code{collect} commands, you can
7038 specify locations in the program, called @dfn{tracepoints}, and
7039 arbitrary expressions to evaluate when those tracepoints are reached.
7040 Later, using the @code{tfind} command, you can examine the values
7041 those expressions had when the program hit the tracepoints.  The
7042 expressions may also denote objects in memory---structures or arrays,
7043 for example---whose values @value{GDBN} should record; while visiting
7044 a particular tracepoint, you may inspect those objects as if they were
7045 in memory at that moment.  However, because @value{GDBN} records these
7046 values without interacting with you, it can do so quickly and
7047 unobtrusively, hopefully not disturbing the program's behavior.
7048
7049 The tracepoint facility is currently available only for remote
7050 targets.  @xref{Targets}.  In addition, your remote target must know how
7051 to collect trace data.  This functionality is implemented in the remote
7052 stub; however, none of the stubs distributed with @value{GDBN} support
7053 tracepoints as of this writing.
7054
7055 This chapter describes the tracepoint commands and features.
7056
7057 @menu
7058 * Set Tracepoints::
7059 * Analyze Collected Data::
7060 * Tracepoint Variables::
7061 @end menu
7062
7063 @node Set Tracepoints
7064 @section Commands to Set Tracepoints
7065
7066 Before running such a @dfn{trace experiment}, an arbitrary number of
7067 tracepoints can be set.  Like a breakpoint (@pxref{Set Breaks}), a
7068 tracepoint has a number assigned to it by @value{GDBN}.  Like with
7069 breakpoints, tracepoint numbers are successive integers starting from
7070 one.  Many of the commands associated with tracepoints take the
7071 tracepoint number as their argument, to identify which tracepoint to
7072 work on.
7073
7074 For each tracepoint, you can specify, in advance, some arbitrary set
7075 of data that you want the target to collect in the trace buffer when
7076 it hits that tracepoint.  The collected data can include registers,
7077 local variables, or global data.  Later, you can use @value{GDBN}
7078 commands to examine the values these data had at the time the
7079 tracepoint was hit.
7080
7081 This section describes commands to set tracepoints and associated
7082 conditions and actions.
7083
7084 @menu
7085 * Create and Delete Tracepoints::
7086 * Enable and Disable Tracepoints::
7087 * Tracepoint Passcounts::
7088 * Tracepoint Actions::
7089 * Listing Tracepoints::
7090 * Starting and Stopping Trace Experiment::
7091 @end menu
7092
7093 @node Create and Delete Tracepoints
7094 @subsection Create and Delete Tracepoints
7095
7096 @table @code
7097 @cindex set tracepoint
7098 @kindex trace
7099 @item trace
7100 The @code{trace} command is very similar to the @code{break} command.
7101 Its argument can be a source line, a function name, or an address in
7102 the target program.  @xref{Set Breaks}.  The @code{trace} command
7103 defines a tracepoint, which is a point in the target program where the
7104 debugger will briefly stop, collect some data, and then allow the
7105 program to continue.  Setting a tracepoint or changing its commands
7106 doesn't take effect until the next @code{tstart} command; thus, you
7107 cannot change the tracepoint attributes once a trace experiment is
7108 running.
7109
7110 Here are some examples of using the @code{trace} command:
7111
7112 @smallexample
7113 (@value{GDBP}) @b{trace foo.c:121}    // a source file and line number
7114
7115 (@value{GDBP}) @b{trace +2}           // 2 lines forward
7116
7117 (@value{GDBP}) @b{trace my_function}  // first source line of function
7118
7119 (@value{GDBP}) @b{trace *my_function} // EXACT start address of function
7120
7121 (@value{GDBP}) @b{trace *0x2117c4}    // an address
7122 @end smallexample
7123
7124 @noindent
7125 You can abbreviate @code{trace} as @code{tr}.
7126
7127 @vindex $tpnum
7128 @cindex last tracepoint number
7129 @cindex recent tracepoint number
7130 @cindex tracepoint number
7131 The convenience variable @code{$tpnum} records the tracepoint number
7132 of the most recently set tracepoint.
7133
7134 @kindex delete tracepoint
7135 @cindex tracepoint deletion
7136 @item delete tracepoint @r{[}@var{num}@r{]}
7137 Permanently delete one or more tracepoints.  With no argument, the
7138 default is to delete all tracepoints.
7139
7140 Examples:
7141
7142 @smallexample
7143 (@value{GDBP}) @b{delete trace 1 2 3} // remove three tracepoints
7144
7145 (@value{GDBP}) @b{delete trace}       // remove all tracepoints
7146 @end smallexample
7147
7148 @noindent
7149 You can abbreviate this command as @code{del tr}.
7150 @end table
7151
7152 @node Enable and Disable Tracepoints
7153 @subsection Enable and Disable Tracepoints
7154
7155 @table @code
7156 @kindex disable tracepoint
7157 @item disable tracepoint @r{[}@var{num}@r{]}
7158 Disable tracepoint @var{num}, or all tracepoints if no argument
7159 @var{num} is given.  A disabled tracepoint will have no effect during
7160 the next trace experiment, but it is not forgotten.  You can re-enable
7161 a disabled tracepoint using the @code{enable tracepoint} command.
7162
7163 @kindex enable tracepoint
7164 @item enable tracepoint @r{[}@var{num}@r{]}
7165 Enable tracepoint @var{num}, or all tracepoints.  The enabled
7166 tracepoints will become effective the next time a trace experiment is
7167 run.
7168 @end table
7169
7170 @node Tracepoint Passcounts
7171 @subsection Tracepoint Passcounts
7172
7173 @table @code
7174 @kindex passcount
7175 @cindex tracepoint pass count
7176 @item passcount @r{[}@var{n} @r{[}@var{num}@r{]]}
7177 Set the @dfn{passcount} of a tracepoint.  The passcount is a way to
7178 automatically stop a trace experiment.  If a tracepoint's passcount is
7179 @var{n}, then the trace experiment will be automatically stopped on
7180 the @var{n}'th time that tracepoint is hit.  If the tracepoint number
7181 @var{num} is not specified, the @code{passcount} command sets the
7182 passcount of the most recently defined tracepoint.  If no passcount is
7183 given, the trace experiment will run until stopped explicitly by the
7184 user.
7185
7186 Examples:
7187
7188 @smallexample
7189 (@value{GDBP}) @b{passcount 5 2} // Stop on the 5th execution of
7190 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// tracepoint 2}
7191
7192 (@value{GDBP}) @b{passcount 12}  // Stop on the 12th execution of the
7193 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// most recently defined tracepoint.}
7194 (@value{GDBP}) @b{trace foo}
7195 (@value{GDBP}) @b{pass 3}
7196 (@value{GDBP}) @b{trace bar}
7197 (@value{GDBP}) @b{pass 2}
7198 (@value{GDBP}) @b{trace baz}
7199 (@value{GDBP}) @b{pass 1}        // Stop tracing when foo has been
7200 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// executed 3 times OR when bar has}
7201 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// been executed 2 times}
7202 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// OR when baz has been executed 1 time.}
7203 @end smallexample
7204 @end table
7205
7206 @node Tracepoint Actions
7207 @subsection Tracepoint Action Lists
7208
7209 @table @code
7210 @kindex actions
7211 @cindex tracepoint actions
7212 @item actions @r{[}@var{num}@r{]}
7213 This command will prompt for a list of actions to be taken when the
7214 tracepoint is hit.  If the tracepoint number @var{num} is not
7215 specified, this command sets the actions for the one that was most
7216 recently defined (so that you can define a tracepoint and then say
7217 @code{actions} without bothering about its number).  You specify the
7218 actions themselves on the following lines, one action at a time, and
7219 terminate the actions list with a line containing just @code{end}.  So
7220 far, the only defined actions are @code{collect} and
7221 @code{while-stepping}.
7222
7223 @cindex remove actions from a tracepoint
7224 To remove all actions from a tracepoint, type @samp{actions @var{num}}
7225 and follow it immediately with @samp{end}.
7226
7227 @smallexample
7228 (@value{GDBP}) @b{collect @var{data}} // collect some data
7229
7230 (@value{GDBP}) @b{while-stepping 5} // single-step 5 times, collect data
7231
7232 (@value{GDBP}) @b{end}              // signals the end of actions.
7233 @end smallexample
7234
7235 In the following example, the action list begins with @code{collect}
7236 commands indicating the things to be collected when the tracepoint is
7237 hit.  Then, in order to single-step and collect additional data
7238 following the tracepoint, a @code{while-stepping} command is used,
7239 followed by the list of things to be collected while stepping.  The
7240 @code{while-stepping} command is terminated by its own separate
7241 @code{end} command.  Lastly, the action list is terminated by an
7242 @code{end} command.
7243
7244 @smallexample
7245 (@value{GDBP}) @b{trace foo}
7246 (@value{GDBP}) @b{actions}
7247 Enter actions for tracepoint 1, one per line:
7248 > collect bar,baz
7249 > collect $regs
7250 > while-stepping 12
7251   > collect $fp, $sp
7252   > end
7253 end
7254 @end smallexample
7255
7256 @kindex collect @r{(tracepoints)}
7257 @item collect @var{expr1}, @var{expr2}, @dots{}
7258 Collect values of the given expressions when the tracepoint is hit.
7259 This command accepts a comma-separated list of any valid expressions.
7260 In addition to global, static, or local variables, the following
7261 special arguments are supported:
7262
7263 @table @code
7264 @item $regs
7265 collect all registers
7266
7267 @item $args
7268 collect all function arguments
7269
7270 @item $locals
7271 collect all local variables.
7272 @end table
7273
7274 You can give several consecutive @code{collect} commands, each one
7275 with a single argument, or one @code{collect} command with several
7276 arguments separated by commas: the effect is the same.
7277
7278 The command @code{info scope} (@pxref{Symbols, info scope}) is
7279 particularly useful for figuring out what data to collect.
7280
7281 @kindex while-stepping @r{(tracepoints)}
7282 @item while-stepping @var{n}
7283 Perform @var{n} single-step traces after the tracepoint, collecting
7284 new data at each step.  The @code{while-stepping} command is
7285 followed by the list of what to collect while stepping (followed by
7286 its own @code{end} command):
7287
7288 @smallexample
7289 > while-stepping 12
7290   > collect $regs, myglobal
7291   > end
7292 >
7293 @end smallexample
7294
7295 @noindent
7296 You may abbreviate @code{while-stepping} as @code{ws} or
7297 @code{stepping}.
7298 @end table
7299
7300 @node Listing Tracepoints
7301 @subsection Listing Tracepoints
7302
7303 @table @code
7304 @kindex info tracepoints
7305 @kindex info tp
7306 @cindex information about tracepoints
7307 @item info tracepoints @r{[}@var{num}@r{]}
7308 Display information about the tracepoint @var{num}.  If you don't specify
7309 a tracepoint number, displays information about all the tracepoints
7310 defined so far.  For each tracepoint, the following information is
7311 shown:
7312
7313 @itemize @bullet
7314 @item
7315 its number
7316 @item
7317 whether it is enabled or disabled
7318 @item
7319 its address
7320 @item
7321 its passcount as given by the @code{passcount @var{n}} command
7322 @item
7323 its step count as given by the @code{while-stepping @var{n}} command
7324 @item
7325 where in the source files is the tracepoint set
7326 @item
7327 its action list as given by the @code{actions} command
7328 @end itemize
7329
7330 @smallexample
7331 (@value{GDBP}) @b{info trace}
7332 Num Enb Address    PassC StepC What
7333 1   y   0x002117c4 0     0     <gdb_asm>
7334 2   y   0x0020dc64 0     0     in g_test at g_test.c:1375
7335 3   y   0x0020b1f4 0     0     in get_data at ../foo.c:41
7336 (@value{GDBP})
7337 @end smallexample
7338
7339 @noindent
7340 This command can be abbreviated @code{info tp}.
7341 @end table
7342
7343 @node Starting and Stopping Trace Experiment
7344 @subsection Starting and Stopping Trace Experiment
7345
7346 @table @code
7347 @kindex tstart
7348 @cindex start a new trace experiment
7349 @cindex collected data discarded
7350 @item tstart
7351 This command takes no arguments.  It starts the trace experiment, and
7352 begins collecting data.  This has the side effect of discarding all
7353 the data collected in the trace buffer during the previous trace
7354 experiment.
7355
7356 @kindex tstop
7357 @cindex stop a running trace experiment
7358 @item tstop
7359 This command takes no arguments.  It ends the trace experiment, and
7360 stops collecting data.
7361
7362 @strong{Note}: a trace experiment and data collection may stop
7363 automatically if any tracepoint's passcount is reached
7364 (@pxref{Tracepoint Passcounts}), or if the trace buffer becomes full.
7365
7366 @kindex tstatus
7367 @cindex status of trace data collection
7368 @cindex trace experiment, status of
7369 @item tstatus
7370 This command displays the status of the current trace data
7371 collection.
7372 @end table
7373
7374 Here is an example of the commands we described so far:
7375
7376 @smallexample
7377 (@value{GDBP}) @b{trace gdb_c_test}
7378 (@value{GDBP}) @b{actions}
7379 Enter actions for tracepoint #1, one per line.
7380 > collect $regs,$locals,$args
7381 > while-stepping 11
7382   > collect $regs
7383   > end
7384 > end
7385 (@value{GDBP}) @b{tstart}
7386         [time passes @dots{}]
7387 (@value{GDBP}) @b{tstop}
7388 @end smallexample
7389
7390
7391 @node Analyze Collected Data
7392 @section Using the collected data
7393
7394 After the tracepoint experiment ends, you use @value{GDBN} commands
7395 for examining the trace data.  The basic idea is that each tracepoint
7396 collects a trace @dfn{snapshot} every time it is hit and another
7397 snapshot every time it single-steps.  All these snapshots are
7398 consecutively numbered from zero and go into a buffer, and you can
7399 examine them later.  The way you examine them is to @dfn{focus} on a
7400 specific trace snapshot.  When the remote stub is focused on a trace
7401 snapshot, it will respond to all @value{GDBN} requests for memory and
7402 registers by reading from the buffer which belongs to that snapshot,
7403 rather than from @emph{real} memory or registers of the program being
7404 debugged.  This means that @strong{all} @value{GDBN} commands
7405 (@code{print}, @code{info registers}, @code{backtrace}, etc.) will
7406 behave as if we were currently debugging the program state as it was
7407 when the tracepoint occurred.  Any requests for data that are not in
7408 the buffer will fail.
7409
7410 @menu
7411 * tfind::                       How to select a trace snapshot
7412 * tdump::                       How to display all data for a snapshot
7413 * save-tracepoints::            How to save tracepoints for a future run
7414 @end menu
7415
7416 @node tfind
7417 @subsection @code{tfind @var{n}}
7418
7419 @kindex tfind
7420 @cindex select trace snapshot
7421 @cindex find trace snapshot
7422 The basic command for selecting a trace snapshot from the buffer is
7423 @code{tfind @var{n}}, which finds trace snapshot number @var{n},
7424 counting from zero.  If no argument @var{n} is given, the next
7425 snapshot is selected.
7426
7427 Here are the various forms of using the @code{tfind} command.
7428
7429 @table @code
7430 @item tfind start
7431 Find the first snapshot in the buffer.  This is a synonym for
7432 @code{tfind 0} (since 0 is the number of the first snapshot).
7433
7434 @item tfind none
7435 Stop debugging trace snapshots, resume @emph{live} debugging.
7436
7437 @item tfind end
7438 Same as @samp{tfind none}.
7439
7440 @item tfind
7441 No argument means find the next trace snapshot.
7442
7443 @item tfind -
7444 Find the previous trace snapshot before the current one.  This permits
7445 retracing earlier steps.
7446
7447 @item tfind tracepoint @var{num}
7448 Find the next snapshot associated with tracepoint @var{num}.  Search
7449 proceeds forward from the last examined trace snapshot.  If no
7450 argument @var{num} is given, it means find the next snapshot collected
7451 for the same tracepoint as the current snapshot.
7452
7453 @item tfind pc @var{addr}
7454 Find the next snapshot associated with the value @var{addr} of the
7455 program counter.  Search proceeds forward from the last examined trace
7456 snapshot.  If no argument @var{addr} is given, it means find the next
7457 snapshot with the same value of PC as the current snapshot.
7458
7459 @item tfind outside @var{addr1}, @var{addr2}
7460 Find the next snapshot whose PC is outside the given range of
7461 addresses.
7462
7463 @item tfind range @var{addr1}, @var{addr2}
7464 Find the next snapshot whose PC is between @var{addr1} and
7465 @var{addr2}.  @c FIXME: Is the range inclusive or exclusive?
7466
7467 @item tfind line @r{[}@var{file}:@r{]}@var{n}
7468 Find the next snapshot associated with the source line @var{n}.  If
7469 the optional argument @var{file} is given, refer to line @var{n} in
7470 that source file.  Search proceeds forward from the last examined
7471 trace snapshot.  If no argument @var{n} is given, it means find the
7472 next line other than the one currently being examined; thus saying
7473 @code{tfind line} repeatedly can appear to have the same effect as
7474 stepping from line to line in a @emph{live} debugging session.
7475 @end table
7476
7477 The default arguments for the @code{tfind} commands are specifically
7478 designed to make it easy to scan through the trace buffer.  For
7479 instance, @code{tfind} with no argument selects the next trace
7480 snapshot, and @code{tfind -} with no argument selects the previous
7481 trace snapshot.  So, by giving one @code{tfind} command, and then
7482 simply hitting @key{RET} repeatedly you can examine all the trace
7483 snapshots in order.  Or, by saying @code{tfind -} and then hitting
7484 @key{RET} repeatedly you can examine the snapshots in reverse order.
7485 The @code{tfind line} command with no argument selects the snapshot
7486 for the next source line executed.  The @code{tfind pc} command with
7487 no argument selects the next snapshot with the same program counter
7488 (PC) as the current frame.  The @code{tfind tracepoint} command with
7489 no argument selects the next trace snapshot collected by the same
7490 tracepoint as the current one.
7491
7492 In addition to letting you scan through the trace buffer manually,
7493 these commands make it easy to construct @value{GDBN} scripts that
7494 scan through the trace buffer and print out whatever collected data
7495 you are interested in.  Thus, if we want to examine the PC, FP, and SP
7496 registers from each trace frame in the buffer, we can say this:
7497
7498 @smallexample
7499 (@value{GDBP}) @b{tfind start}
7500 (@value{GDBP}) @b{while ($trace_frame != -1)}
7501 > printf "Frame %d, PC = %08X, SP = %08X, FP = %08X\n", \
7502           $trace_frame, $pc, $sp, $fp
7503 > tfind
7504 > end
7505
7506 Frame 0, PC = 0020DC64, SP = 0030BF3C, FP = 0030BF44
7507 Frame 1, PC = 0020DC6C, SP = 0030BF38, FP = 0030BF44
7508 Frame 2, PC = 0020DC70, SP = 0030BF34, FP = 0030BF44
7509 Frame 3, PC = 0020DC74, SP = 0030BF30, FP = 0030BF44
7510 Frame 4, PC = 0020DC78, SP = 0030BF2C, FP = 0030BF44
7511 Frame 5, PC = 0020DC7C, SP = 0030BF28, FP = 0030BF44
7512 Frame 6, PC = 0020DC80, SP = 0030BF24, FP = 0030BF44
7513 Frame 7, PC = 0020DC84, SP = 0030BF20, FP = 0030BF44
7514 Frame 8, PC = 0020DC88, SP = 0030BF1C, FP = 0030BF44
7515 Frame 9, PC = 0020DC8E, SP = 0030BF18, FP = 0030BF44
7516 Frame 10, PC = 00203F6C, SP = 0030BE3C, FP = 0030BF14
7517 @end smallexample
7518
7519 Or, if we want to examine the variable @code{X} at each source line in
7520 the buffer:
7521
7522 @smallexample
7523 (@value{GDBP}) @b{tfind start}
7524 (@value{GDBP}) @b{while ($trace_frame != -1)}
7525 > printf "Frame %d, X == %d\n", $trace_frame, X
7526 > tfind line
7527 > end
7528
7529 Frame 0, X = 1
7530 Frame 7, X = 2
7531 Frame 13, X = 255
7532 @end smallexample
7533
7534 @node tdump
7535 @subsection @code{tdump}
7536 @kindex tdump
7537 @cindex dump all data collected at tracepoint
7538 @cindex tracepoint data, display
7539
7540 This command takes no arguments.  It prints all the data collected at
7541 the current trace snapshot.
7542
7543 @smallexample
7544 (@value{GDBP}) @b{trace 444}
7545 (@value{GDBP}) @b{actions}
7546 Enter actions for tracepoint #2, one per line:
7547 > collect $regs, $locals, $args, gdb_long_test
7548 > end
7549
7550 (@value{GDBP}) @b{tstart}
7551
7552 (@value{GDBP}) @b{tfind line 444}
7553 #0  gdb_test (p1=0x11, p2=0x22, p3=0x33, p4=0x44, p5=0x55, p6=0x66)
7554 at gdb_test.c:444
7555 444        printp( "%s: arguments = 0x%X 0x%X 0x%X 0x%X 0x%X 0x%X\n", )
7556
7557 (@value{GDBP}) @b{tdump}
7558 Data collected at tracepoint 2, trace frame 1:
7559 d0             0xc4aa0085       -995491707
7560 d1             0x18     24
7561 d2             0x80     128
7562 d3             0x33     51
7563 d4             0x71aea3d        119204413
7564 d5             0x22     34
7565 d6             0xe0     224
7566 d7             0x380035 3670069
7567 a0             0x19e24a 1696330
7568 a1             0x3000668        50333288
7569 a2             0x100    256
7570 a3             0x322000 3284992
7571 a4             0x3000698        50333336
7572 a5             0x1ad3cc 1758156
7573 fp             0x30bf3c 0x30bf3c
7574 sp             0x30bf34 0x30bf34
7575 ps             0x0      0
7576 pc             0x20b2c8 0x20b2c8
7577 fpcontrol      0x0      0
7578 fpstatus       0x0      0
7579 fpiaddr        0x0      0
7580 p = 0x20e5b4 "gdb-test"
7581 p1 = (void *) 0x11
7582 p2 = (void *) 0x22
7583 p3 = (void *) 0x33
7584 p4 = (void *) 0x44
7585 p5 = (void *) 0x55
7586 p6 = (void *) 0x66
7587 gdb_long_test = 17 '\021'
7588
7589 (@value{GDBP})
7590 @end smallexample
7591
7592 @node save-tracepoints
7593 @subsection @code{save-tracepoints @var{filename}}
7594 @kindex save-tracepoints
7595 @cindex save tracepoints for future sessions
7596
7597 This command saves all current tracepoint definitions together with
7598 their actions and passcounts, into a file @file{@var{filename}}
7599 suitable for use in a later debugging session.  To read the saved
7600 tracepoint definitions, use the @code{source} command (@pxref{Command
7601 Files}).
7602
7603 @node Tracepoint Variables
7604 @section Convenience Variables for Tracepoints
7605 @cindex tracepoint variables
7606 @cindex convenience variables for tracepoints
7607
7608 @table @code
7609 @vindex $trace_frame
7610 @item (int) $trace_frame
7611 The current trace snapshot (a.k.a.@: @dfn{frame}) number, or -1 if no
7612 snapshot is selected.
7613
7614 @vindex $tracepoint
7615 @item (int) $tracepoint
7616 The tracepoint for the current trace snapshot.
7617
7618 @vindex $trace_line
7619 @item (int) $trace_line
7620 The line number for the current trace snapshot.
7621
7622 @vindex $trace_file
7623 @item (char []) $trace_file
7624 The source file for the current trace snapshot.
7625
7626 @vindex $trace_func
7627 @item (char []) $trace_func
7628 The name of the function containing @code{$tracepoint}.
7629 @end table
7630
7631 Note: @code{$trace_file} is not suitable for use in @code{printf},
7632 use @code{output} instead.
7633
7634 Here's a simple example of using these convenience variables for
7635 stepping through all the trace snapshots and printing some of their
7636 data.
7637
7638 @smallexample
7639 (@value{GDBP}) @b{tfind start}
7640
7641 (@value{GDBP}) @b{while $trace_frame != -1}
7642 > output $trace_file
7643 > printf ", line %d (tracepoint #%d)\n", $trace_line, $tracepoint
7644 > tfind
7645 > end
7646 @end smallexample
7647
7648 @node Overlays
7649 @chapter Debugging Programs That Use Overlays
7650 @cindex overlays
7651
7652 If your program is too large to fit completely in your target system's
7653 memory, you can sometimes use @dfn{overlays} to work around this
7654 problem.  @value{GDBN} provides some support for debugging programs that
7655 use overlays.
7656
7657 @menu
7658 * How Overlays Work::              A general explanation of overlays.
7659 * Overlay Commands::               Managing overlays in @value{GDBN}.
7660 * Automatic Overlay Debugging::    @value{GDBN} can find out which overlays are
7661                                    mapped by asking the inferior.
7662 * Overlay Sample Program::         A sample program using overlays.
7663 @end menu
7664
7665 @node How Overlays Work
7666 @section How Overlays Work
7667 @cindex mapped overlays
7668 @cindex unmapped overlays
7669 @cindex load address, overlay's
7670 @cindex mapped address
7671 @cindex overlay area
7672
7673 Suppose you have a computer whose instruction address space is only 64
7674 kilobytes long, but which has much more memory which can be accessed by
7675 other means: special instructions, segment registers, or memory
7676 management hardware, for example.  Suppose further that you want to
7677 adapt a program which is larger than 64 kilobytes to run on this system.
7678
7679 One solution is to identify modules of your program which are relatively
7680 independent, and need not call each other directly; call these modules
7681 @dfn{overlays}.  Separate the overlays from the main program, and place
7682 their machine code in the larger memory.  Place your main program in
7683 instruction memory, but leave at least enough space there to hold the
7684 largest overlay as well.
7685
7686 Now, to call a function located in an overlay, you must first copy that
7687 overlay's machine code from the large memory into the space set aside
7688 for it in the instruction memory, and then jump to its entry point
7689 there.
7690
7691 @c NB:  In the below the mapped area's size is greater or equal to the
7692 @c size of all overlays.  This is intentional to remind the developer
7693 @c that overlays don't necessarily need to be the same size.
7694
7695 @smallexample
7696 @group
7697     Data             Instruction            Larger
7698 Address Space       Address Space        Address Space
7699 +-----------+       +-----------+        +-----------+
7700 |           |       |           |        |           |
7701 +-----------+       +-----------+        +-----------+<-- overlay 1
7702 | program   |       |   main    |   .----| overlay 1 | load address
7703 | variables |       |  program  |   |    +-----------+
7704 | and heap  |       |           |   |    |           |
7705 +-----------+       |           |   |    +-----------+<-- overlay 2
7706 |           |       +-----------+   |    |           | load address
7707 +-----------+       |           |   |  .-| overlay 2 |
7708                     |           |   |  | |           |
7709          mapped --->+-----------+   |  | +-----------+
7710          address    |           |   |  | |           |
7711                     |  overlay  | <-'  | |           |
7712                     |   area    |  <---' +-----------+<-- overlay 3
7713                     |           | <---.  |           | load address
7714                     +-----------+     `--| overlay 3 |
7715                     |           |        |           |
7716                     +-----------+        |           |
7717                                          +-----------+
7718                                          |           |
7719                                          +-----------+
7720
7721                     @anchor{A code overlay}A code overlay
7722 @end group
7723 @end smallexample
7724
7725 The diagram (@pxref{A code overlay}) shows a system with separate data
7726 and instruction address spaces.  To map an overlay, the program copies
7727 its code from the larger address space to the instruction address space.
7728 Since the overlays shown here all use the same mapped address, only one
7729 may be mapped at a time.  For a system with a single address space for
7730 data and instructions, the diagram would be similar, except that the
7731 program variables and heap would share an address space with the main
7732 program and the overlay area.
7733
7734 An overlay loaded into instruction memory and ready for use is called a
7735 @dfn{mapped} overlay; its @dfn{mapped address} is its address in the
7736 instruction memory.  An overlay not present (or only partially present)
7737 in instruction memory is called @dfn{unmapped}; its @dfn{load address}
7738 is its address in the larger memory.  The mapped address is also called
7739 the @dfn{virtual memory address}, or @dfn{VMA}; the load address is also
7740 called the @dfn{load memory address}, or @dfn{LMA}.
7741
7742 Unfortunately, overlays are not a completely transparent way to adapt a
7743 program to limited instruction memory.  They introduce a new set of
7744 global constraints you must keep in mind as you design your program:
7745
7746 @itemize @bullet
7747
7748 @item
7749 Before calling or returning to a function in an overlay, your program
7750 must make sure that overlay is actually mapped.  Otherwise, the call or
7751 return will transfer control to the right address, but in the wrong
7752 overlay, and your program will probably crash.
7753
7754 @item
7755 If the process of mapping an overlay is expensive on your system, you
7756 will need to choose your overlays carefully to minimize their effect on
7757 your program's performance.
7758
7759 @item
7760 The executable file you load onto your system must contain each
7761 overlay's instructions, appearing at the overlay's load address, not its
7762 mapped address.  However, each overlay's instructions must be relocated
7763 and its symbols defined as if the overlay were at its mapped address.
7764 You can use GNU linker scripts to specify different load and relocation
7765 addresses for pieces of your program; see @ref{Overlay Description,,,
7766 ld.info, Using ld: the GNU linker}.
7767
7768 @item
7769 The procedure for loading executable files onto your system must be able
7770 to load their contents into the larger address space as well as the
7771 instruction and data spaces.
7772
7773 @end itemize
7774
7775 The overlay system described above is rather simple, and could be
7776 improved in many ways:
7777
7778 @itemize @bullet
7779
7780 @item
7781 If your system has suitable bank switch registers or memory management
7782 hardware, you could use those facilities to make an overlay's load area
7783 contents simply appear at their mapped address in instruction space.
7784 This would probably be faster than copying the overlay to its mapped
7785 area in the usual way.
7786
7787 @item
7788 If your overlays are small enough, you could set aside more than one
7789 overlay area, and have more than one overlay mapped at a time.
7790
7791 @item
7792 You can use overlays to manage data, as well as instructions.  In
7793 general, data overlays are even less transparent to your design than
7794 code overlays: whereas code overlays only require care when you call or
7795 return to functions, data overlays require care every time you access
7796 the data.  Also, if you change the contents of a data overlay, you
7797 must copy its contents back out to its load address before you can copy a
7798 different data overlay into the same mapped area.
7799
7800 @end itemize
7801
7802
7803 @node Overlay Commands
7804 @section Overlay Commands
7805
7806 To use @value{GDBN}'s overlay support, each overlay in your program must
7807 correspond to a separate section of the executable file.  The section's
7808 virtual memory address and load memory address must be the overlay's
7809 mapped and load addresses.  Identifying overlays with sections allows
7810 @value{GDBN} to determine the appropriate address of a function or
7811 variable, depending on whether the overlay is mapped or not.
7812
7813 @value{GDBN}'s overlay commands all start with the word @code{overlay};
7814 you can abbreviate this as @code{ov} or @code{ovly}.  The commands are:
7815
7816 @table @code
7817 @item overlay off
7818 @kindex overlay
7819 Disable @value{GDBN}'s overlay support.  When overlay support is
7820 disabled, @value{GDBN} assumes that all functions and variables are
7821 always present at their mapped addresses.  By default, @value{GDBN}'s
7822 overlay support is disabled.
7823
7824 @item overlay manual
7825 @cindex manual overlay debugging
7826 Enable @dfn{manual} overlay debugging.  In this mode, @value{GDBN}
7827 relies on you to tell it which overlays are mapped, and which are not,
7828 using the @code{overlay map-overlay} and @code{overlay unmap-overlay}
7829 commands described below.
7830
7831 @item overlay map-overlay @var{overlay}
7832 @itemx overlay map @var{overlay}
7833 @cindex map an overlay
7834 Tell @value{GDBN} that @var{overlay} is now mapped; @var{overlay} must
7835 be the name of the object file section containing the overlay.  When an
7836 overlay is mapped, @value{GDBN} assumes it can find the overlay's
7837 functions and variables at their mapped addresses.  @value{GDBN} assumes
7838 that any other overlays whose mapped ranges overlap that of
7839 @var{overlay} are now unmapped.
7840
7841 @item overlay unmap-overlay @var{overlay}
7842 @itemx overlay unmap @var{overlay}
7843 @cindex unmap an overlay
7844 Tell @value{GDBN} that @var{overlay} is no longer mapped; @var{overlay}
7845 must be the name of the object file section containing the overlay.
7846 When an overlay is unmapped, @value{GDBN} assumes it can find the
7847 overlay's functions and variables at their load addresses.
7848
7849 @item overlay auto
7850 Enable @dfn{automatic} overlay debugging.  In this mode, @value{GDBN}
7851 consults a data structure the overlay manager maintains in the inferior
7852 to see which overlays are mapped.  For details, see @ref{Automatic
7853 Overlay Debugging}.
7854
7855 @item overlay load-target
7856 @itemx overlay load
7857 @cindex reloading the overlay table
7858 Re-read the overlay table from the inferior.  Normally, @value{GDBN}
7859 re-reads the table @value{GDBN} automatically each time the inferior
7860 stops, so this command should only be necessary if you have changed the
7861 overlay mapping yourself using @value{GDBN}.  This command is only
7862 useful when using automatic overlay debugging.
7863
7864 @item overlay list-overlays
7865 @itemx overlay list
7866 @cindex listing mapped overlays
7867 Display a list of the overlays currently mapped, along with their mapped
7868 addresses, load addresses, and sizes.
7869
7870 @end table
7871
7872 Normally, when @value{GDBN} prints a code address, it includes the name
7873 of the function the address falls in:
7874
7875 @smallexample
7876 (@value{GDBP}) print main
7877 $3 = @{int ()@} 0x11a0 <main>
7878 @end smallexample
7879 @noindent
7880 When overlay debugging is enabled, @value{GDBN} recognizes code in
7881 unmapped overlays, and prints the names of unmapped functions with
7882 asterisks around them.  For example, if @code{foo} is a function in an
7883 unmapped overlay, @value{GDBN} prints it this way:
7884
7885 @smallexample
7886 (@value{GDBP}) overlay list
7887 No sections are mapped.
7888 (@value{GDBP}) print foo
7889 $5 = @{int (int)@} 0x100000 <*foo*>
7890 @end smallexample
7891 @noindent
7892 When @code{foo}'s overlay is mapped, @value{GDBN} prints the function's
7893 name normally:
7894
7895 @smallexample
7896 (@value{GDBP}) overlay list
7897 Section .ov.foo.text, loaded at 0x100000 - 0x100034,
7898         mapped at 0x1016 - 0x104a
7899 (@value{GDBP}) print foo
7900 $6 = @{int (int)@} 0x1016 <foo>
7901 @end smallexample
7902
7903 When overlay debugging is enabled, @value{GDBN} can find the correct
7904 address for functions and variables in an overlay, whether or not the
7905 overlay is mapped.  This allows most @value{GDBN} commands, like
7906 @code{break} and @code{disassemble}, to work normally, even on unmapped
7907 code.  However, @value{GDBN}'s breakpoint support has some limitations:
7908
7909 @itemize @bullet
7910 @item
7911 @cindex breakpoints in overlays
7912 @cindex overlays, setting breakpoints in
7913 You can set breakpoints in functions in unmapped overlays, as long as
7914 @value{GDBN} can write to the overlay at its load address.
7915 @item
7916 @value{GDBN} can not set hardware or simulator-based breakpoints in
7917 unmapped overlays.  However, if you set a breakpoint at the end of your
7918 overlay manager (and tell @value{GDBN} which overlays are now mapped, if
7919 you are using manual overlay management), @value{GDBN} will re-set its
7920 breakpoints properly.
7921 @end itemize
7922
7923
7924 @node Automatic Overlay Debugging
7925 @section Automatic Overlay Debugging
7926 @cindex automatic overlay debugging
7927
7928 @value{GDBN} can automatically track which overlays are mapped and which
7929 are not, given some simple co-operation from the overlay manager in the
7930 inferior.  If you enable automatic overlay debugging with the
7931 @code{overlay auto} command (@pxref{Overlay Commands}), @value{GDBN}
7932 looks in the inferior's memory for certain variables describing the
7933 current state of the overlays.
7934
7935 Here are the variables your overlay manager must define to support
7936 @value{GDBN}'s automatic overlay debugging:
7937
7938 @table @asis
7939
7940 @item @code{_ovly_table}:
7941 This variable must be an array of the following structures:
7942
7943 @smallexample
7944 struct
7945 @{
7946   /* The overlay's mapped address.  */
7947   unsigned long vma;
7948
7949   /* The size of the overlay, in bytes.  */
7950   unsigned long size;
7951
7952   /* The overlay's load address.  */
7953   unsigned long lma;
7954
7955   /* Non-zero if the overlay is currently mapped;
7956      zero otherwise.  */
7957   unsigned long mapped;
7958 @}
7959 @end smallexample
7960
7961 @item @code{_novlys}:
7962 This variable must be a four-byte signed integer, holding the total
7963 number of elements in @code{_ovly_table}.
7964
7965 @end table
7966
7967 To decide whether a particular overlay is mapped or not, @value{GDBN}
7968 looks for an entry in @w{@code{_ovly_table}} whose @code{vma} and
7969 @code{lma} members equal the VMA and LMA of the overlay's section in the
7970 executable file.  When @value{GDBN} finds a matching entry, it consults
7971 the entry's @code{mapped} member to determine whether the overlay is
7972 currently mapped.
7973
7974 In addition, your overlay manager may define a function called
7975 @code{_ovly_debug_event}.  If this function is defined, @value{GDBN}
7976 will silently set a breakpoint there.  If the overlay manager then
7977 calls this function whenever it has changed the overlay table, this
7978 will enable @value{GDBN} to accurately keep track of which overlays
7979 are in program memory, and update any breakpoints that may be set
7980 in overlays.  This will allow breakpoints to work even if the
7981 overlays are kept in ROM or other non-writable memory while they
7982 are not being executed.
7983
7984 @node Overlay Sample Program
7985 @section Overlay Sample Program
7986 @cindex overlay example program
7987
7988 When linking a program which uses overlays, you must place the overlays
7989 at their load addresses, while relocating them to run at their mapped
7990 addresses.  To do this, you must write a linker script (@pxref{Overlay
7991 Description,,, ld.info, Using ld: the GNU linker}).  Unfortunately,
7992 since linker scripts are specific to a particular host system, target
7993 architecture, and target memory layout, this manual cannot provide
7994 portable sample code demonstrating @value{GDBN}'s overlay support.
7995
7996 However, the @value{GDBN} source distribution does contain an overlaid
7997 program, with linker scripts for a few systems, as part of its test
7998 suite.  The program consists of the following files from
7999 @file{gdb/testsuite/gdb.base}:
8000
8001 @table @file
8002 @item overlays.c
8003 The main program file.
8004 @item ovlymgr.c
8005 A simple overlay manager, used by @file{overlays.c}.
8006 @item foo.c
8007 @itemx bar.c
8008 @itemx baz.c
8009 @itemx grbx.c
8010 Overlay modules, loaded and used by @file{overlays.c}.
8011 @item d10v.ld
8012 @itemx m32r.ld
8013 Linker scripts for linking the test program on the @code{d10v-elf}
8014 and @code{m32r-elf} targets.
8015 @end table
8016
8017 You can build the test program using the @code{d10v-elf} GCC
8018 cross-compiler like this:
8019
8020 @smallexample
8021 $ d10v-elf-gcc -g -c overlays.c
8022 $ d10v-elf-gcc -g -c ovlymgr.c
8023 $ d10v-elf-gcc -g -c foo.c
8024 $ d10v-elf-gcc -g -c bar.c
8025 $ d10v-elf-gcc -g -c baz.c
8026 $ d10v-elf-gcc -g -c grbx.c
8027 $ d10v-elf-gcc -g overlays.o ovlymgr.o foo.o bar.o \
8028                   baz.o grbx.o -Wl,-Td10v.ld -o overlays
8029 @end smallexample
8030
8031 The build process is identical for any other architecture, except that
8032 you must substitute the appropriate compiler and linker script for the
8033 target system for @code{d10v-elf-gcc} and @code{d10v.ld}.
8034
8035
8036 @node Languages
8037 @chapter Using @value{GDBN} with Different Languages
8038 @cindex languages
8039
8040 Although programming languages generally have common aspects, they are
8041 rarely expressed in the same manner.  For instance, in ANSI C,
8042 dereferencing a pointer @code{p} is accomplished by @code{*p}, but in
8043 Modula-2, it is accomplished by @code{p^}.  Values can also be
8044 represented (and displayed) differently.  Hex numbers in C appear as
8045 @samp{0x1ae}, while in Modula-2 they appear as @samp{1AEH}.
8046
8047 @cindex working language
8048 Language-specific information is built into @value{GDBN} for some languages,
8049 allowing you to express operations like the above in your program's
8050 native language, and allowing @value{GDBN} to output values in a manner
8051 consistent with the syntax of your program's native language.  The
8052 language you use to build expressions is called the @dfn{working
8053 language}.
8054
8055 @menu
8056 * Setting::                     Switching between source languages
8057 * Show::                        Displaying the language
8058 * Checks::                      Type and range checks
8059 * Supported languages::         Supported languages
8060 * Unsupported languages::       Unsupported languages
8061 @end menu
8062
8063 @node Setting
8064 @section Switching between source languages
8065
8066 There are two ways to control the working language---either have @value{GDBN}
8067 set it automatically, or select it manually yourself.  You can use the
8068 @code{set language} command for either purpose.  On startup, @value{GDBN}
8069 defaults to setting the language automatically.  The working language is
8070 used to determine how expressions you type are interpreted, how values
8071 are printed, etc.
8072
8073 In addition to the working language, every source file that
8074 @value{GDBN} knows about has its own working language.  For some object
8075 file formats, the compiler might indicate which language a particular
8076 source file is in.  However, most of the time @value{GDBN} infers the
8077 language from the name of the file.  The language of a source file
8078 controls whether C@t{++} names are demangled---this way @code{backtrace} can
8079 show each frame appropriately for its own language.  There is no way to
8080 set the language of a source file from within @value{GDBN}, but you can
8081 set the language associated with a filename extension.  @xref{Show, ,
8082 Displaying the language}.
8083
8084 This is most commonly a problem when you use a program, such
8085 as @code{cfront} or @code{f2c}, that generates C but is written in
8086 another language.  In that case, make the
8087 program use @code{#line} directives in its C output; that way
8088 @value{GDBN} will know the correct language of the source code of the original
8089 program, and will display that source code, not the generated C code.
8090
8091 @menu
8092 * Filenames::                   Filename extensions and languages.
8093 * Manually::                    Setting the working language manually
8094 * Automatically::               Having @value{GDBN} infer the source language
8095 @end menu
8096
8097 @node Filenames
8098 @subsection List of filename extensions and languages
8099
8100 If a source file name ends in one of the following extensions, then
8101 @value{GDBN} infers that its language is the one indicated.
8102
8103 @table @file
8104 @item .ada
8105 @itemx .ads
8106 @itemx .adb
8107 @itemx .a
8108 Ada source file.
8109
8110 @item .c
8111 C source file
8112
8113 @item .C
8114 @itemx .cc
8115 @itemx .cp
8116 @itemx .cpp
8117 @itemx .cxx
8118 @itemx .c++
8119 C@t{++} source file
8120
8121 @item .m
8122 Objective-C source file
8123
8124 @item .f
8125 @itemx .F
8126 Fortran source file
8127
8128 @item .mod
8129 Modula-2 source file
8130
8131 @item .s
8132 @itemx .S
8133 Assembler source file.  This actually behaves almost like C, but
8134 @value{GDBN} does not skip over function prologues when stepping.
8135 @end table
8136
8137 In addition, you may set the language associated with a filename
8138 extension.  @xref{Show, , Displaying the language}.
8139
8140 @node Manually
8141 @subsection Setting the working language
8142
8143 If you allow @value{GDBN} to set the language automatically,
8144 expressions are interpreted the same way in your debugging session and
8145 your program.
8146
8147 @kindex set language
8148 If you wish, you may set the language manually.  To do this, issue the
8149 command @samp{set language @var{lang}}, where @var{lang} is the name of
8150 a language, such as
8151 @code{c} or @code{modula-2}.
8152 For a list of the supported languages, type @samp{set language}.
8153
8154 Setting the language manually prevents @value{GDBN} from updating the working
8155 language automatically.  This can lead to confusion if you try
8156 to debug a program when the working language is not the same as the
8157 source language, when an expression is acceptable to both
8158 languages---but means different things.  For instance, if the current
8159 source file were written in C, and @value{GDBN} was parsing Modula-2, a
8160 command such as:
8161
8162 @smallexample
8163 print a = b + c
8164 @end smallexample
8165
8166 @noindent
8167 might not have the effect you intended.  In C, this means to add
8168 @code{b} and @code{c} and place the result in @code{a}.  The result
8169 printed would be the value of @code{a}.  In Modula-2, this means to compare
8170 @code{a} to the result of @code{b+c}, yielding a @code{BOOLEAN} value.
8171
8172 @node Automatically
8173 @subsection Having @value{GDBN} infer the source language
8174
8175 To have @value{GDBN} set the working language automatically, use
8176 @samp{set language local} or @samp{set language auto}.  @value{GDBN}
8177 then infers the working language.  That is, when your program stops in a
8178 frame (usually by encountering a breakpoint), @value{GDBN} sets the
8179 working language to the language recorded for the function in that
8180 frame.  If the language for a frame is unknown (that is, if the function
8181 or block corresponding to the frame was defined in a source file that
8182 does not have a recognized extension), the current working language is
8183 not changed, and @value{GDBN} issues a warning.
8184
8185 This may not seem necessary for most programs, which are written
8186 entirely in one source language.  However, program modules and libraries
8187 written in one source language can be used by a main program written in
8188 a different source language.  Using @samp{set language auto} in this
8189 case frees you from having to set the working language manually.
8190
8191 @node Show
8192 @section Displaying the language
8193
8194 The following commands help you find out which language is the
8195 working language, and also what language source files were written in.
8196
8197 @table @code
8198 @item show language
8199 @kindex show language
8200 Display the current working language.  This is the
8201 language you can use with commands such as @code{print} to
8202 build and compute expressions that may involve variables in your program.
8203
8204 @item info frame
8205 @kindex info frame@r{, show the source language}
8206 Display the source language for this frame.  This language becomes the
8207 working language if you use an identifier from this frame.
8208 @xref{Frame Info, ,Information about a frame}, to identify the other
8209 information listed here.
8210
8211 @item info source
8212 @kindex info source@r{, show the source language}
8213 Display the source language of this source file.
8214 @xref{Symbols, ,Examining the Symbol Table}, to identify the other
8215 information listed here.
8216 @end table
8217
8218 In unusual circumstances, you may have source files with extensions
8219 not in the standard list.  You can then set the extension associated
8220 with a language explicitly:
8221
8222 @table @code
8223 @item set extension-language @var{ext} @var{language}
8224 @kindex set extension-language
8225 Tell @value{GDBN} that source files with extension @var{ext} are to be
8226 assumed as written in the source language @var{language}.
8227
8228 @item info extensions
8229 @kindex info extensions
8230 List all the filename extensions and the associated languages.
8231 @end table
8232
8233 @node Checks
8234 @section Type and range checking
8235
8236 @quotation
8237 @emph{Warning:} In this release, the @value{GDBN} commands for type and range
8238 checking are included, but they do not yet have any effect.  This
8239 section documents the intended facilities.
8240 @end quotation
8241 @c FIXME remove warning when type/range code added
8242
8243 Some languages are designed to guard you against making seemingly common
8244 errors through a series of compile- and run-time checks.  These include
8245 checking the type of arguments to functions and operators, and making
8246 sure mathematical overflows are caught at run time.  Checks such as
8247 these help to ensure a program's correctness once it has been compiled
8248 by eliminating type mismatches, and providing active checks for range
8249 errors when your program is running.
8250
8251 @value{GDBN} can check for conditions like the above if you wish.
8252 Although @value{GDBN} does not check the statements in your program,
8253 it can check expressions entered directly into @value{GDBN} for
8254 evaluation via the @code{print} command, for example.  As with the
8255 working language, @value{GDBN} can also decide whether or not to check
8256 automatically based on your program's source language.
8257 @xref{Supported languages, ,Supported languages}, for the default
8258 settings of supported languages.
8259
8260 @menu
8261 * Type Checking::               An overview of type checking
8262 * Range Checking::              An overview of range checking
8263 @end menu
8264
8265 @cindex type checking
8266 @cindex checks, type
8267 @node Type Checking
8268 @subsection An overview of type checking
8269
8270 Some languages, such as Modula-2, are strongly typed, meaning that the
8271 arguments to operators and functions have to be of the correct type,
8272 otherwise an error occurs.  These checks prevent type mismatch
8273 errors from ever causing any run-time problems.  For example,
8274
8275 @smallexample
8276 1 + 2 @result{} 3
8277 @exdent but
8278 @error{} 1 + 2.3
8279 @end smallexample
8280
8281 The second example fails because the @code{CARDINAL} 1 is not
8282 type-compatible with the @code{REAL} 2.3.
8283
8284 For the expressions you use in @value{GDBN} commands, you can tell the
8285 @value{GDBN} type checker to skip checking;
8286 to treat any mismatches as errors and abandon the expression;
8287 or to only issue warnings when type mismatches occur,
8288 but evaluate the expression anyway.  When you choose the last of
8289 these, @value{GDBN} evaluates expressions like the second example above, but
8290 also issues a warning.
8291
8292 Even if you turn type checking off, there may be other reasons
8293 related to type that prevent @value{GDBN} from evaluating an expression.
8294 For instance, @value{GDBN} does not know how to add an @code{int} and
8295 a @code{struct foo}.  These particular type errors have nothing to do
8296 with the language in use, and usually arise from expressions, such as
8297 the one described above, which make little sense to evaluate anyway.
8298
8299 Each language defines to what degree it is strict about type.  For
8300 instance, both Modula-2 and C require the arguments to arithmetical
8301 operators to be numbers.  In C, enumerated types and pointers can be
8302 represented as numbers, so that they are valid arguments to mathematical
8303 operators.  @xref{Supported languages, ,Supported languages}, for further
8304 details on specific languages.
8305
8306 @value{GDBN} provides some additional commands for controlling the type checker:
8307
8308 @kindex set check type
8309 @kindex show check type
8310 @table @code
8311 @item set check type auto
8312 Set type checking on or off based on the current working language.
8313 @xref{Supported languages, ,Supported languages}, for the default settings for
8314 each language.
8315
8316 @item set check type on
8317 @itemx set check type off
8318 Set type checking on or off, overriding the default setting for the
8319 current working language.  Issue a warning if the setting does not
8320 match the language default.  If any type mismatches occur in
8321 evaluating an expression while type checking is on, @value{GDBN} prints a
8322 message and aborts evaluation of the expression.
8323
8324 @item set check type warn
8325 Cause the type checker to issue warnings, but to always attempt to
8326 evaluate the expression.  Evaluating the expression may still
8327 be impossible for other reasons.  For example, @value{GDBN} cannot add
8328 numbers and structures.
8329
8330 @item show type
8331 Show the current setting of the type checker, and whether or not @value{GDBN}
8332 is setting it automatically.
8333 @end table
8334
8335 @cindex range checking
8336 @cindex checks, range
8337 @node Range Checking
8338 @subsection An overview of range checking
8339
8340 In some languages (such as Modula-2), it is an error to exceed the
8341 bounds of a type; this is enforced with run-time checks.  Such range
8342 checking is meant to ensure program correctness by making sure
8343 computations do not overflow, or indices on an array element access do
8344 not exceed the bounds of the array.
8345
8346 For expressions you use in @value{GDBN} commands, you can tell
8347 @value{GDBN} to treat range errors in one of three ways: ignore them,
8348 always treat them as errors and abandon the expression, or issue
8349 warnings but evaluate the expression anyway.
8350
8351 A range error can result from numerical overflow, from exceeding an
8352 array index bound, or when you type a constant that is not a member
8353 of any type.  Some languages, however, do not treat overflows as an
8354 error.  In many implementations of C, mathematical overflow causes the
8355 result to ``wrap around'' to lower values---for example, if @var{m} is
8356 the largest integer value, and @var{s} is the smallest, then
8357
8358 @smallexample
8359 @var{m} + 1 @result{} @var{s}
8360 @end smallexample
8361
8362 This, too, is specific to individual languages, and in some cases
8363 specific to individual compilers or machines.  @xref{Supported languages, ,
8364 Supported languages}, for further details on specific languages.
8365
8366 @value{GDBN} provides some additional commands for controlling the range checker:
8367
8368 @kindex set check range
8369 @kindex show check range
8370 @table @code
8371 @item set check range auto
8372 Set range checking on or off based on the current working language.
8373 @xref{Supported languages, ,Supported languages}, for the default settings for
8374 each language.
8375
8376 @item set check range on
8377 @itemx set check range off
8378 Set range checking on or off, overriding the default setting for the
8379 current working language.  A warning is issued if the setting does not
8380 match the language default.  If a range error occurs and range checking is on,
8381 then a message is printed and evaluation of the expression is aborted.
8382
8383 @item set check range warn
8384 Output messages when the @value{GDBN} range checker detects a range error,
8385 but attempt to evaluate the expression anyway.  Evaluating the
8386 expression may still be impossible for other reasons, such as accessing
8387 memory that the process does not own (a typical example from many Unix
8388 systems).
8389
8390 @item show range
8391 Show the current setting of the range checker, and whether or not it is
8392 being set automatically by @value{GDBN}.
8393 @end table
8394
8395 @node Supported languages
8396 @section Supported languages
8397
8398 @value{GDBN} supports C, C@t{++}, Objective-C, Fortran, Java, Pascal,
8399 assembly, Modula-2, and Ada.
8400 @c This is false ...
8401 Some @value{GDBN} features may be used in expressions regardless of the
8402 language you use: the @value{GDBN} @code{@@} and @code{::} operators,
8403 and the @samp{@{type@}addr} construct (@pxref{Expressions,
8404 ,Expressions}) can be used with the constructs of any supported
8405 language.
8406
8407 The following sections detail to what degree each source language is
8408 supported by @value{GDBN}.  These sections are not meant to be language
8409 tutorials or references, but serve only as a reference guide to what the
8410 @value{GDBN} expression parser accepts, and what input and output
8411 formats should look like for different languages.  There are many good
8412 books written on each of these languages; please look to these for a
8413 language reference or tutorial.
8414
8415 @menu
8416 * C::                           C and C@t{++}
8417 * Objective-C::                 Objective-C
8418 * Fortran::                     Fortran
8419 * Pascal::                      Pascal
8420 * Modula-2::                    Modula-2
8421 * Ada::                         Ada
8422 @end menu
8423
8424 @node C
8425 @subsection C and C@t{++}
8426
8427 @cindex C and C@t{++}
8428 @cindex expressions in C or C@t{++}
8429
8430 Since C and C@t{++} are so closely related, many features of @value{GDBN} apply
8431 to both languages.  Whenever this is the case, we discuss those languages
8432 together.
8433
8434 @cindex C@t{++}
8435 @cindex @code{g++}, @sc{gnu} C@t{++} compiler
8436 @cindex @sc{gnu} C@t{++}
8437 The C@t{++} debugging facilities are jointly implemented by the C@t{++}
8438 compiler and @value{GDBN}.  Therefore, to debug your C@t{++} code
8439 effectively, you must compile your C@t{++} programs with a supported
8440 C@t{++} compiler, such as @sc{gnu} @code{g++}, or the HP ANSI C@t{++}
8441 compiler (@code{aCC}).
8442
8443 For best results when using @sc{gnu} C@t{++}, use the DWARF 2 debugging
8444 format; if it doesn't work on your system, try the stabs+ debugging
8445 format.  You can select those formats explicitly with the @code{g++}
8446 command-line options @option{-gdwarf-2} and @option{-gstabs+}.
8447 @xref{Debugging Options,,Options for Debugging Your Program or @sc{gnu}
8448 CC, gcc.info, Using @sc{gnu} CC}.
8449
8450 @menu
8451 * C Operators::                 C and C@t{++} operators
8452 * C Constants::                 C and C@t{++} constants
8453 * C plus plus expressions::     C@t{++} expressions
8454 * C Defaults::                  Default settings for C and C@t{++}
8455 * C Checks::                    C and C@t{++} type and range checks
8456 * Debugging C::                 @value{GDBN} and C
8457 * Debugging C plus plus::       @value{GDBN} features for C@t{++}
8458 @end menu
8459
8460 @node C Operators
8461 @subsubsection C and C@t{++} operators
8462
8463 @cindex C and C@t{++} operators
8464
8465 Operators must be defined on values of specific types.  For instance,
8466 @code{+} is defined on numbers, but not on structures.  Operators are
8467 often defined on groups of types.
8468
8469 For the purposes of C and C@t{++}, the following definitions hold:
8470
8471 @itemize @bullet
8472
8473 @item
8474 @emph{Integral types} include @code{int} with any of its storage-class
8475 specifiers; @code{char}; @code{enum}; and, for C@t{++}, @code{bool}.
8476
8477 @item
8478 @emph{Floating-point types} include @code{float}, @code{double}, and
8479 @code{long double} (if supported by the target platform).
8480
8481 @item
8482 @emph{Pointer types} include all types defined as @code{(@var{type} *)}.
8483
8484 @item
8485 @emph{Scalar types} include all of the above.
8486
8487 @end itemize
8488
8489 @noindent
8490 The following operators are supported.  They are listed here
8491 in order of increasing precedence:
8492
8493 @table @code
8494 @item ,
8495 The comma or sequencing operator.  Expressions in a comma-separated list
8496 are evaluated from left to right, with the result of the entire
8497 expression being the last expression evaluated.
8498
8499 @item =
8500 Assignment.  The value of an assignment expression is the value
8501 assigned.  Defined on scalar types.
8502
8503 @item @var{op}=
8504 Used in an expression of the form @w{@code{@var{a} @var{op}= @var{b}}},
8505 and translated to @w{@code{@var{a} = @var{a op b}}}.
8506 @w{@code{@var{op}=}} and @code{=} have the same precedence.
8507 @var{op} is any one of the operators @code{|}, @code{^}, @code{&},
8508 @code{<<}, @code{>>}, @code{+}, @code{-}, @code{*}, @code{/}, @code{%}.
8509
8510 @item ?:
8511 The ternary operator.  @code{@var{a} ? @var{b} : @var{c}} can be thought
8512 of as:  if @var{a} then @var{b} else @var{c}.  @var{a} should be of an
8513 integral type.
8514
8515 @item ||
8516 Logical @sc{or}.  Defined on integral types.
8517
8518 @item &&
8519 Logical @sc{and}.  Defined on integral types.
8520
8521 @item |
8522 Bitwise @sc{or}.  Defined on integral types.
8523
8524 @item ^
8525 Bitwise exclusive-@sc{or}.  Defined on integral types.
8526
8527 @item &
8528 Bitwise @sc{and}.  Defined on integral types.
8529
8530 @item ==@r{, }!=
8531 Equality and inequality.  Defined on scalar types.  The value of these
8532 expressions is 0 for false and non-zero for true.
8533
8534 @item <@r{, }>@r{, }<=@r{, }>=
8535 Less than, greater than, less than or equal, greater than or equal.
8536 Defined on scalar types.  The value of these expressions is 0 for false
8537 and non-zero for true.
8538
8539 @item <<@r{, }>>
8540 left shift, and right shift.  Defined on integral types.
8541
8542 @item @@
8543 The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
8544
8545 @item +@r{, }-
8546 Addition and subtraction.  Defined on integral types, floating-point types and
8547 pointer types.
8548
8549 @item *@r{, }/@r{, }%
8550 Multiplication, division, and modulus.  Multiplication and division are
8551 defined on integral and floating-point types.  Modulus is defined on
8552 integral types.
8553
8554 @item ++@r{, }--
8555 Increment and decrement.  When appearing before a variable, the
8556 operation is performed before the variable is used in an expression;
8557 when appearing after it, the variable's value is used before the
8558 operation takes place.
8559
8560 @item *
8561 Pointer dereferencing.  Defined on pointer types.  Same precedence as
8562 @code{++}.
8563
8564 @item &
8565 Address operator.  Defined on variables.  Same precedence as @code{++}.
8566
8567 For debugging C@t{++}, @value{GDBN} implements a use of @samp{&} beyond what is
8568 allowed in the C@t{++} language itself: you can use @samp{&(&@var{ref})}
8569 (or, if you prefer, simply @samp{&&@var{ref}}) to examine the address
8570 where a C@t{++} reference variable (declared with @samp{&@var{ref}}) is
8571 stored.
8572
8573 @item -
8574 Negative.  Defined on integral and floating-point types.  Same
8575 precedence as @code{++}.
8576
8577 @item !
8578 Logical negation.  Defined on integral types.  Same precedence as
8579 @code{++}.
8580
8581 @item ~
8582 Bitwise complement operator.  Defined on integral types.  Same precedence as
8583 @code{++}.
8584
8585
8586 @item .@r{, }->
8587 Structure member, and pointer-to-structure member.  For convenience,
8588 @value{GDBN} regards the two as equivalent, choosing whether to dereference a
8589 pointer based on the stored type information.
8590 Defined on @code{struct} and @code{union} data.
8591
8592 @item .*@r{, }->*
8593 Dereferences of pointers to members.
8594
8595 @item []
8596 Array indexing.  @code{@var{a}[@var{i}]} is defined as
8597 @code{*(@var{a}+@var{i})}.  Same precedence as @code{->}.
8598
8599 @item ()
8600 Function parameter list.  Same precedence as @code{->}.
8601
8602 @item ::
8603 C@t{++} scope resolution operator.  Defined on @code{struct}, @code{union},
8604 and @code{class} types.
8605
8606 @item ::
8607 Doubled colons also represent the @value{GDBN} scope operator
8608 (@pxref{Expressions, ,Expressions}).  Same precedence as @code{::},
8609 above.
8610 @end table
8611
8612 If an operator is redefined in the user code, @value{GDBN} usually
8613 attempts to invoke the redefined version instead of using the operator's
8614 predefined meaning.
8615
8616 @menu
8617 * C Constants::
8618 @end menu
8619
8620 @node C Constants
8621 @subsubsection C and C@t{++} constants
8622
8623 @cindex C and C@t{++} constants
8624
8625 @value{GDBN} allows you to express the constants of C and C@t{++} in the
8626 following ways:
8627
8628 @itemize @bullet
8629 @item
8630 Integer constants are a sequence of digits.  Octal constants are
8631 specified by a leading @samp{0} (i.e.@: zero), and hexadecimal constants
8632 by a leading @samp{0x} or @samp{0X}.  Constants may also end with a letter
8633 @samp{l}, specifying that the constant should be treated as a
8634 @code{long} value.
8635
8636 @item
8637 Floating point constants are a sequence of digits, followed by a decimal
8638 point, followed by a sequence of digits, and optionally followed by an
8639 exponent.  An exponent is of the form:
8640 @samp{@w{e@r{[[}+@r{]|}-@r{]}@var{nnn}}}, where @var{nnn} is another
8641 sequence of digits.  The @samp{+} is optional for positive exponents.
8642 A floating-point constant may also end with a letter @samp{f} or
8643 @samp{F}, specifying that the constant should be treated as being of
8644 the @code{float} (as opposed to the default @code{double}) type; or with
8645 a letter @samp{l} or @samp{L}, which specifies a @code{long double}
8646 constant.
8647
8648 @item
8649 Enumerated constants consist of enumerated identifiers, or their
8650 integral equivalents.
8651
8652 @item
8653 Character constants are a single character surrounded by single quotes
8654 (@code{'}), or a number---the ordinal value of the corresponding character
8655 (usually its @sc{ascii} value).  Within quotes, the single character may
8656 be represented by a letter or by @dfn{escape sequences}, which are of
8657 the form @samp{\@var{nnn}}, where @var{nnn} is the octal representation
8658 of the character's ordinal value; or of the form @samp{\@var{x}}, where
8659 @samp{@var{x}} is a predefined special character---for example,
8660 @samp{\n} for newline.
8661
8662 @item
8663 String constants are a sequence of character constants surrounded by
8664 double quotes (@code{"}).  Any valid character constant (as described
8665 above) may appear.  Double quotes within the string must be preceded by
8666 a backslash, so for instance @samp{"a\"b'c"} is a string of five
8667 characters.
8668
8669 @item
8670 Pointer constants are an integral value.  You can also write pointers
8671 to constants using the C operator @samp{&}.
8672
8673 @item
8674 Array constants are comma-separated lists surrounded by braces @samp{@{}
8675 and @samp{@}}; for example, @samp{@{1,2,3@}} is a three-element array of
8676 integers, @samp{@{@{1,2@}, @{3,4@}, @{5,6@}@}} is a three-by-two array,
8677 and @samp{@{&"hi", &"there", &"fred"@}} is a three-element array of pointers.
8678 @end itemize
8679
8680 @menu
8681 * C plus plus expressions::
8682 * C Defaults::
8683 * C Checks::
8684
8685 * Debugging C::
8686 @end menu
8687
8688 @node C plus plus expressions
8689 @subsubsection C@t{++} expressions
8690
8691 @cindex expressions in C@t{++}
8692 @value{GDBN} expression handling can interpret most C@t{++} expressions.
8693
8694 @cindex debugging C@t{++} programs
8695 @cindex C@t{++} compilers
8696 @cindex debug formats and C@t{++}
8697 @cindex @value{NGCC} and C@t{++}
8698 @quotation
8699 @emph{Warning:} @value{GDBN} can only debug C@t{++} code if you use the
8700 proper compiler and the proper debug format.  Currently, @value{GDBN}
8701 works best when debugging C@t{++} code that is compiled with
8702 @value{NGCC} 2.95.3 or with @value{NGCC} 3.1 or newer, using the options
8703 @option{-gdwarf-2} or @option{-gstabs+}.  DWARF 2 is preferred over
8704 stabs+.  Most configurations of @value{NGCC} emit either DWARF 2 or
8705 stabs+ as their default debug format, so you usually don't need to
8706 specify a debug format explicitly.  Other compilers and/or debug formats
8707 are likely to work badly or not at all when using @value{GDBN} to debug
8708 C@t{++} code.
8709 @end quotation
8710
8711 @enumerate
8712
8713 @cindex member functions
8714 @item
8715 Member function calls are allowed; you can use expressions like
8716
8717 @smallexample
8718 count = aml->GetOriginal(x, y)
8719 @end smallexample
8720
8721 @vindex this@r{, inside C@t{++} member functions}
8722 @cindex namespace in C@t{++}
8723 @item
8724 While a member function is active (in the selected stack frame), your
8725 expressions have the same namespace available as the member function;
8726 that is, @value{GDBN} allows implicit references to the class instance
8727 pointer @code{this} following the same rules as C@t{++}.
8728
8729 @cindex call overloaded functions
8730 @cindex overloaded functions, calling
8731 @cindex type conversions in C@t{++}
8732 @item
8733 You can call overloaded functions; @value{GDBN} resolves the function
8734 call to the right definition, with some restrictions.  @value{GDBN} does not
8735 perform overload resolution involving user-defined type conversions,
8736 calls to constructors, or instantiations of templates that do not exist
8737 in the program.  It also cannot handle ellipsis argument lists or
8738 default arguments.
8739
8740 It does perform integral conversions and promotions, floating-point
8741 promotions, arithmetic conversions, pointer conversions, conversions of
8742 class objects to base classes, and standard conversions such as those of
8743 functions or arrays to pointers; it requires an exact match on the
8744 number of function arguments.
8745
8746 Overload resolution is always performed, unless you have specified
8747 @code{set overload-resolution off}.  @xref{Debugging C plus plus,
8748 ,@value{GDBN} features for C@t{++}}.
8749
8750 You must specify @code{set overload-resolution off} in order to use an
8751 explicit function signature to call an overloaded function, as in
8752 @smallexample
8753 p 'foo(char,int)'('x', 13)
8754 @end smallexample
8755
8756 The @value{GDBN} command-completion facility can simplify this;
8757 see @ref{Completion, ,Command completion}.
8758
8759 @cindex reference declarations
8760 @item
8761 @value{GDBN} understands variables declared as C@t{++} references; you can use
8762 them in expressions just as you do in C@t{++} source---they are automatically
8763 dereferenced.
8764
8765 In the parameter list shown when @value{GDBN} displays a frame, the values of
8766 reference variables are not displayed (unlike other variables); this
8767 avoids clutter, since references are often used for large structures.
8768 The @emph{address} of a reference variable is always shown, unless
8769 you have specified @samp{set print address off}.
8770
8771 @item
8772 @value{GDBN} supports the C@t{++} name resolution operator @code{::}---your
8773 expressions can use it just as expressions in your program do.  Since
8774 one scope may be defined in another, you can use @code{::} repeatedly if
8775 necessary, for example in an expression like
8776 @samp{@var{scope1}::@var{scope2}::@var{name}}.  @value{GDBN} also allows
8777 resolving name scope by reference to source files, in both C and C@t{++}
8778 debugging (@pxref{Variables, ,Program variables}).
8779 @end enumerate
8780
8781 In addition, when used with HP's C@t{++} compiler, @value{GDBN} supports
8782 calling virtual functions correctly, printing out virtual bases of
8783 objects, calling functions in a base subobject, casting objects, and
8784 invoking user-defined operators.
8785
8786 @node C Defaults
8787 @subsubsection C and C@t{++} defaults
8788
8789 @cindex C and C@t{++} defaults
8790
8791 If you allow @value{GDBN} to set type and range checking automatically, they
8792 both default to @code{off} whenever the working language changes to
8793 C or C@t{++}.  This happens regardless of whether you or @value{GDBN}
8794 selects the working language.
8795
8796 If you allow @value{GDBN} to set the language automatically, it
8797 recognizes source files whose names end with @file{.c}, @file{.C}, or
8798 @file{.cc}, etc, and when @value{GDBN} enters code compiled from one of
8799 these files, it sets the working language to C or C@t{++}.
8800 @xref{Automatically, ,Having @value{GDBN} infer the source language},
8801 for further details.
8802
8803 @c Type checking is (a) primarily motivated by Modula-2, and (b)
8804 @c unimplemented.  If (b) changes, it might make sense to let this node
8805 @c appear even if Mod-2 does not, but meanwhile ignore it. roland 16jul93.
8806
8807 @node C Checks
8808 @subsubsection C and C@t{++} type and range checks
8809
8810 @cindex C and C@t{++} checks
8811
8812 By default, when @value{GDBN} parses C or C@t{++} expressions, type checking
8813 is not used.  However, if you turn type checking on, @value{GDBN}
8814 considers two variables type equivalent if:
8815
8816 @itemize @bullet
8817 @item
8818 The two variables are structured and have the same structure, union, or
8819 enumerated tag.
8820
8821 @item
8822 The two variables have the same type name, or types that have been
8823 declared equivalent through @code{typedef}.
8824
8825 @ignore
8826 @c leaving this out because neither J Gilmore nor R Pesch understand it.
8827 @c FIXME--beers?
8828 @item
8829 The two @code{struct}, @code{union}, or @code{enum} variables are
8830 declared in the same declaration.  (Note: this may not be true for all C
8831 compilers.)
8832 @end ignore
8833 @end itemize
8834
8835 Range checking, if turned on, is done on mathematical operations.  Array
8836 indices are not checked, since they are often used to index a pointer
8837 that is not itself an array.
8838
8839 @node Debugging C
8840 @subsubsection @value{GDBN} and C
8841
8842 The @code{set print union} and @code{show print union} commands apply to
8843 the @code{union} type.  When set to @samp{on}, any @code{union} that is
8844 inside a @code{struct} or @code{class} is also printed.  Otherwise, it
8845 appears as @samp{@{...@}}.
8846
8847 The @code{@@} operator aids in the debugging of dynamic arrays, formed
8848 with pointers and a memory allocation function.  @xref{Expressions,
8849 ,Expressions}.
8850
8851 @menu
8852 * Debugging C plus plus::
8853 @end menu
8854
8855 @node Debugging C plus plus
8856 @subsubsection @value{GDBN} features for C@t{++}
8857
8858 @cindex commands for C@t{++}
8859
8860 Some @value{GDBN} commands are particularly useful with C@t{++}, and some are
8861 designed specifically for use with C@t{++}.  Here is a summary:
8862
8863 @table @code
8864 @cindex break in overloaded functions
8865 @item @r{breakpoint menus}
8866 When you want a breakpoint in a function whose name is overloaded,
8867 @value{GDBN} breakpoint menus help you specify which function definition
8868 you want.  @xref{Breakpoint Menus,,Breakpoint menus}.
8869
8870 @cindex overloading in C@t{++}
8871 @item rbreak @var{regex}
8872 Setting breakpoints using regular expressions is helpful for setting
8873 breakpoints on overloaded functions that are not members of any special
8874 classes.
8875 @xref{Set Breaks, ,Setting breakpoints}.
8876
8877 @cindex C@t{++} exception handling
8878 @item catch throw
8879 @itemx catch catch
8880 Debug C@t{++} exception handling using these commands.  @xref{Set
8881 Catchpoints, , Setting catchpoints}.
8882
8883 @cindex inheritance
8884 @item ptype @var{typename}
8885 Print inheritance relationships as well as other information for type
8886 @var{typename}.
8887 @xref{Symbols, ,Examining the Symbol Table}.
8888
8889 @cindex C@t{++} symbol display
8890 @item set print demangle
8891 @itemx show print demangle
8892 @itemx set print asm-demangle
8893 @itemx show print asm-demangle
8894 Control whether C@t{++} symbols display in their source form, both when
8895 displaying code as C@t{++} source and when displaying disassemblies.
8896 @xref{Print Settings, ,Print settings}.
8897
8898 @item set print object
8899 @itemx show print object
8900 Choose whether to print derived (actual) or declared types of objects.
8901 @xref{Print Settings, ,Print settings}.
8902
8903 @item set print vtbl
8904 @itemx show print vtbl
8905 Control the format for printing virtual function tables.
8906 @xref{Print Settings, ,Print settings}.
8907 (The @code{vtbl} commands do not work on programs compiled with the HP
8908 ANSI C@t{++} compiler (@code{aCC}).)
8909
8910 @kindex set overload-resolution
8911 @cindex overloaded functions, overload resolution
8912 @item set overload-resolution on
8913 Enable overload resolution for C@t{++} expression evaluation.  The default
8914 is on.  For overloaded functions, @value{GDBN} evaluates the arguments
8915 and searches for a function whose signature matches the argument types,
8916 using the standard C@t{++} conversion rules (see @ref{C plus plus expressions, ,C@t{++}
8917 expressions}, for details).  If it cannot find a match, it emits a
8918 message.
8919
8920 @item set overload-resolution off
8921 Disable overload resolution for C@t{++} expression evaluation.  For
8922 overloaded functions that are not class member functions, @value{GDBN}
8923 chooses the first function of the specified name that it finds in the
8924 symbol table, whether or not its arguments are of the correct type.  For
8925 overloaded functions that are class member functions, @value{GDBN}
8926 searches for a function whose signature @emph{exactly} matches the
8927 argument types.
8928
8929 @kindex show overload-resolution
8930 @item show overload-resolution
8931 Show the current setting of overload resolution.
8932
8933 @item @r{Overloaded symbol names}
8934 You can specify a particular definition of an overloaded symbol, using
8935 the same notation that is used to declare such symbols in C@t{++}: type
8936 @code{@var{symbol}(@var{types})} rather than just @var{symbol}.  You can
8937 also use the @value{GDBN} command-line word completion facilities to list the
8938 available choices, or to finish the type list for you.
8939 @xref{Completion,, Command completion}, for details on how to do this.
8940 @end table
8941
8942 @node Objective-C
8943 @subsection Objective-C
8944
8945 @cindex Objective-C
8946 This section provides information about some commands and command
8947 options that are useful for debugging Objective-C code.  See also
8948 @ref{Symbols, info classes}, and @ref{Symbols, info selectors}, for a
8949 few more commands specific to Objective-C support.
8950
8951 @menu
8952 * Method Names in Commands::
8953 * The Print Command with Objective-C::
8954 @end menu
8955
8956 @node Method Names in Commands, The Print Command with Objective-C, Objective-C, Objective-C
8957 @subsubsection Method Names in Commands
8958
8959 The following commands have been extended to accept Objective-C method
8960 names as line specifications:
8961
8962 @kindex clear@r{, and Objective-C}
8963 @kindex break@r{, and Objective-C}
8964 @kindex info line@r{, and Objective-C}
8965 @kindex jump@r{, and Objective-C}
8966 @kindex list@r{, and Objective-C}
8967 @itemize
8968 @item @code{clear}
8969 @item @code{break}
8970 @item @code{info line}
8971 @item @code{jump}
8972 @item @code{list}
8973 @end itemize
8974
8975 A fully qualified Objective-C method name is specified as
8976
8977 @smallexample
8978 -[@var{Class} @var{methodName}]
8979 @end smallexample
8980
8981 where the minus sign is used to indicate an instance method and a
8982 plus sign (not shown) is used to indicate a class method.  The class
8983 name @var{Class} and method name @var{methodName} are enclosed in
8984 brackets, similar to the way messages are specified in Objective-C
8985 source code.  For example, to set a breakpoint at the @code{create}
8986 instance method of class @code{Fruit} in the program currently being
8987 debugged, enter:
8988
8989 @smallexample
8990 break -[Fruit create]
8991 @end smallexample
8992
8993 To list ten program lines around the @code{initialize} class method,
8994 enter:
8995
8996 @smallexample
8997 list +[NSText initialize]
8998 @end smallexample
8999
9000 In the current version of @value{GDBN}, the plus or minus sign is
9001 required.  In future versions of @value{GDBN}, the plus or minus
9002 sign will be optional, but you can use it to narrow the search.  It
9003 is also possible to specify just a method name:
9004
9005 @smallexample
9006 break create
9007 @end smallexample
9008
9009 You must specify the complete method name, including any colons.  If
9010 your program's source files contain more than one @code{create} method,
9011 you'll be presented with a numbered list of classes that implement that
9012 method.  Indicate your choice by number, or type @samp{0} to exit if
9013 none apply.
9014
9015 As another example, to clear a breakpoint established at the
9016 @code{makeKeyAndOrderFront:} method of the @code{NSWindow} class, enter:
9017
9018 @smallexample
9019 clear -[NSWindow makeKeyAndOrderFront:]
9020 @end smallexample
9021
9022 @node The Print Command with Objective-C
9023 @subsubsection The Print Command With Objective-C
9024 @cindex Objective-C, print objects
9025 @kindex print-object
9026 @kindex po @r{(@code{print-object})}
9027
9028 The print command has also been extended to accept methods.  For example:
9029
9030 @smallexample
9031 print -[@var{object} hash]
9032 @end smallexample
9033
9034 @cindex print an Objective-C object description
9035 @cindex @code{_NSPrintForDebugger}, and printing Objective-C objects
9036 @noindent
9037 will tell @value{GDBN} to send the @code{hash} message to @var{object}
9038 and print the result.  Also, an additional command has been added,
9039 @code{print-object} or @code{po} for short, which is meant to print
9040 the description of an object.  However, this command may only work
9041 with certain Objective-C libraries that have a particular hook
9042 function, @code{_NSPrintForDebugger}, defined.
9043
9044 @node Fortran
9045 @subsection Fortran
9046 @cindex Fortran-specific support in @value{GDBN}
9047
9048 @table @code
9049 @cindex @code{COMMON} blocks, Fortran
9050 @kindex info common
9051 @item info common @r{[}@var{common-name}@r{]}
9052 This command prints the values contained in the Fortran @code{COMMON}
9053 block whose name is @var{common-name}.  With no argument, the names of
9054 all @code{COMMON} blocks visible at current program location are
9055 printed.
9056 @end table
9057
9058 Fortran symbols are usually case-insensitive, so @value{GDBN} by
9059 default uses case-insensitive matches for Fortran symbols.  You can
9060 change that with the @samp{set case-insensitive} command, see
9061 @ref{Symbols}, for the details.
9062
9063 @node Pascal
9064 @subsection Pascal
9065
9066 @cindex Pascal support in @value{GDBN}, limitations
9067 Debugging Pascal programs which use sets, subranges, file variables, or
9068 nested functions does not currently work.  @value{GDBN} does not support
9069 entering expressions, printing values, or similar features using Pascal
9070 syntax.
9071
9072 The Pascal-specific command @code{set print pascal_static-members}
9073 controls whether static members of Pascal objects are displayed.
9074 @xref{Print Settings, pascal_static-members}.
9075
9076 @node Modula-2
9077 @subsection Modula-2
9078
9079 @cindex Modula-2, @value{GDBN} support
9080
9081 The extensions made to @value{GDBN} to support Modula-2 only support
9082 output from the @sc{gnu} Modula-2 compiler (which is currently being
9083 developed).  Other Modula-2 compilers are not currently supported, and
9084 attempting to debug executables produced by them is most likely
9085 to give an error as @value{GDBN} reads in the executable's symbol
9086 table.
9087
9088 @cindex expressions in Modula-2
9089 @menu
9090 * M2 Operators::                Built-in operators
9091 * Built-In Func/Proc::          Built-in functions and procedures
9092 * M2 Constants::                Modula-2 constants
9093 * M2 Defaults::                 Default settings for Modula-2
9094 * Deviations::                  Deviations from standard Modula-2
9095 * M2 Checks::                   Modula-2 type and range checks
9096 * M2 Scope::                    The scope operators @code{::} and @code{.}
9097 * GDB/M2::                      @value{GDBN} and Modula-2
9098 @end menu
9099
9100 @node M2 Operators
9101 @subsubsection Operators
9102 @cindex Modula-2 operators
9103
9104 Operators must be defined on values of specific types.  For instance,
9105 @code{+} is defined on numbers, but not on structures.  Operators are
9106 often defined on groups of types.  For the purposes of Modula-2, the
9107 following definitions hold:
9108
9109 @itemize @bullet
9110
9111 @item
9112 @emph{Integral types} consist of @code{INTEGER}, @code{CARDINAL}, and
9113 their subranges.
9114
9115 @item
9116 @emph{Character types} consist of @code{CHAR} and its subranges.
9117
9118 @item
9119 @emph{Floating-point types} consist of @code{REAL}.
9120
9121 @item
9122 @emph{Pointer types} consist of anything declared as @code{POINTER TO
9123 @var{type}}.
9124
9125 @item
9126 @emph{Scalar types} consist of all of the above.
9127
9128 @item
9129 @emph{Set types} consist of @code{SET} and @code{BITSET} types.
9130
9131 @item
9132 @emph{Boolean types} consist of @code{BOOLEAN}.
9133 @end itemize
9134
9135 @noindent
9136 The following operators are supported, and appear in order of
9137 increasing precedence:
9138
9139 @table @code
9140 @item ,
9141 Function argument or array index separator.
9142
9143 @item :=
9144 Assignment.  The value of @var{var} @code{:=} @var{value} is
9145 @var{value}.
9146
9147 @item <@r{, }>
9148 Less than, greater than on integral, floating-point, or enumerated
9149 types.
9150
9151 @item <=@r{, }>=
9152 Less than or equal to, greater than or equal to
9153 on integral, floating-point and enumerated types, or set inclusion on
9154 set types.  Same precedence as @code{<}.
9155
9156 @item =@r{, }<>@r{, }#
9157 Equality and two ways of expressing inequality, valid on scalar types.
9158 Same precedence as @code{<}.  In @value{GDBN} scripts, only @code{<>} is
9159 available for inequality, since @code{#} conflicts with the script
9160 comment character.
9161
9162 @item IN
9163 Set membership.  Defined on set types and the types of their members.
9164 Same precedence as @code{<}.
9165
9166 @item OR
9167 Boolean disjunction.  Defined on boolean types.
9168
9169 @item AND@r{, }&
9170 Boolean conjunction.  Defined on boolean types.
9171
9172 @item @@
9173 The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
9174
9175 @item +@r{, }-
9176 Addition and subtraction on integral and floating-point types, or union
9177 and difference on set types.
9178
9179 @item *
9180 Multiplication on integral and floating-point types, or set intersection
9181 on set types.
9182
9183 @item /
9184 Division on floating-point types, or symmetric set difference on set
9185 types.  Same precedence as @code{*}.
9186
9187 @item DIV@r{, }MOD
9188 Integer division and remainder.  Defined on integral types.  Same
9189 precedence as @code{*}.
9190
9191 @item -
9192 Negative. Defined on @code{INTEGER} and @code{REAL} data.
9193
9194 @item ^
9195 Pointer dereferencing.  Defined on pointer types.
9196
9197 @item NOT
9198 Boolean negation.  Defined on boolean types.  Same precedence as
9199 @code{^}.
9200
9201 @item .
9202 @code{RECORD} field selector.  Defined on @code{RECORD} data.  Same
9203 precedence as @code{^}.
9204
9205 @item []
9206 Array indexing.  Defined on @code{ARRAY} data.  Same precedence as @code{^}.
9207
9208 @item ()
9209 Procedure argument list.  Defined on @code{PROCEDURE} objects.  Same precedence
9210 as @code{^}.
9211
9212 @item ::@r{, }.
9213 @value{GDBN} and Modula-2 scope operators.
9214 @end table
9215
9216 @quotation
9217 @emph{Warning:} Sets and their operations are not yet supported, so @value{GDBN}
9218 treats the use of the operator @code{IN}, or the use of operators
9219 @code{+}, @code{-}, @code{*}, @code{/}, @code{=}, , @code{<>}, @code{#},
9220 @code{<=}, and @code{>=} on sets as an error.
9221 @end quotation
9222
9223
9224 @node Built-In Func/Proc
9225 @subsubsection Built-in functions and procedures
9226 @cindex Modula-2 built-ins
9227
9228 Modula-2 also makes available several built-in procedures and functions.
9229 In describing these, the following metavariables are used:
9230
9231 @table @var
9232
9233 @item a
9234 represents an @code{ARRAY} variable.
9235
9236 @item c
9237 represents a @code{CHAR} constant or variable.
9238
9239 @item i
9240 represents a variable or constant of integral type.
9241
9242 @item m
9243 represents an identifier that belongs to a set.  Generally used in the
9244 same function with the metavariable @var{s}.  The type of @var{s} should
9245 be @code{SET OF @var{mtype}} (where @var{mtype} is the type of @var{m}).
9246
9247 @item n
9248 represents a variable or constant of integral or floating-point type.
9249
9250 @item r
9251 represents a variable or constant of floating-point type.
9252
9253 @item t
9254 represents a type.
9255
9256 @item v
9257 represents a variable.
9258
9259 @item x
9260 represents a variable or constant of one of many types.  See the
9261 explanation of the function for details.
9262 @end table
9263
9264 All Modula-2 built-in procedures also return a result, described below.
9265
9266 @table @code
9267 @item ABS(@var{n})
9268 Returns the absolute value of @var{n}.
9269
9270 @item CAP(@var{c})
9271 If @var{c} is a lower case letter, it returns its upper case
9272 equivalent, otherwise it returns its argument.
9273
9274 @item CHR(@var{i})
9275 Returns the character whose ordinal value is @var{i}.
9276
9277 @item DEC(@var{v})
9278 Decrements the value in the variable @var{v} by one.  Returns the new value.
9279
9280 @item DEC(@var{v},@var{i})
9281 Decrements the value in the variable @var{v} by @var{i}.  Returns the
9282 new value.
9283
9284 @item EXCL(@var{m},@var{s})
9285 Removes the element @var{m} from the set @var{s}.  Returns the new
9286 set.
9287
9288 @item FLOAT(@var{i})
9289 Returns the floating point equivalent of the integer @var{i}.
9290
9291 @item HIGH(@var{a})
9292 Returns the index of the last member of @var{a}.
9293
9294 @item INC(@var{v})
9295 Increments the value in the variable @var{v} by one.  Returns the new value.
9296
9297 @item INC(@var{v},@var{i})
9298 Increments the value in the variable @var{v} by @var{i}.  Returns the
9299 new value.
9300
9301 @item INCL(@var{m},@var{s})
9302 Adds the element @var{m} to the set @var{s} if it is not already
9303 there.  Returns the new set.
9304
9305 @item MAX(@var{t})
9306 Returns the maximum value of the type @var{t}.
9307
9308 @item MIN(@var{t})
9309 Returns the minimum value of the type @var{t}.
9310
9311 @item ODD(@var{i})
9312 Returns boolean TRUE if @var{i} is an odd number.
9313
9314 @item ORD(@var{x})
9315 Returns the ordinal value of its argument.  For example, the ordinal
9316 value of a character is its @sc{ascii} value (on machines supporting the
9317 @sc{ascii} character set).  @var{x} must be of an ordered type, which include
9318 integral, character and enumerated types.
9319
9320 @item SIZE(@var{x})
9321 Returns the size of its argument.  @var{x} can be a variable or a type.
9322
9323 @item TRUNC(@var{r})
9324 Returns the integral part of @var{r}.
9325
9326 @item VAL(@var{t},@var{i})
9327 Returns the member of the type @var{t} whose ordinal value is @var{i}.
9328 @end table
9329
9330 @quotation
9331 @emph{Warning:}  Sets and their operations are not yet supported, so
9332 @value{GDBN} treats the use of procedures @code{INCL} and @code{EXCL} as
9333 an error.
9334 @end quotation
9335
9336 @cindex Modula-2 constants
9337 @node M2 Constants
9338 @subsubsection Constants
9339
9340 @value{GDBN} allows you to express the constants of Modula-2 in the following
9341 ways:
9342
9343 @itemize @bullet
9344
9345 @item
9346 Integer constants are simply a sequence of digits.  When used in an
9347 expression, a constant is interpreted to be type-compatible with the
9348 rest of the expression.  Hexadecimal integers are specified by a
9349 trailing @samp{H}, and octal integers by a trailing @samp{B}.
9350
9351 @item
9352 Floating point constants appear as a sequence of digits, followed by a
9353 decimal point and another sequence of digits.  An optional exponent can
9354 then be specified, in the form @samp{E@r{[}+@r{|}-@r{]}@var{nnn}}, where
9355 @samp{@r{[}+@r{|}-@r{]}@var{nnn}} is the desired exponent.  All of the
9356 digits of the floating point constant must be valid decimal (base 10)
9357 digits.
9358
9359 @item
9360 Character constants consist of a single character enclosed by a pair of
9361 like quotes, either single (@code{'}) or double (@code{"}).  They may
9362 also be expressed by their ordinal value (their @sc{ascii} value, usually)
9363 followed by a @samp{C}.
9364
9365 @item
9366 String constants consist of a sequence of characters enclosed by a
9367 pair of like quotes, either single (@code{'}) or double (@code{"}).
9368 Escape sequences in the style of C are also allowed.  @xref{C
9369 Constants, ,C and C@t{++} constants}, for a brief explanation of escape
9370 sequences.
9371
9372 @item
9373 Enumerated constants consist of an enumerated identifier.
9374
9375 @item
9376 Boolean constants consist of the identifiers @code{TRUE} and
9377 @code{FALSE}.
9378
9379 @item
9380 Pointer constants consist of integral values only.
9381
9382 @item
9383 Set constants are not yet supported.
9384 @end itemize
9385
9386 @node M2 Defaults
9387 @subsubsection Modula-2 defaults
9388 @cindex Modula-2 defaults
9389
9390 If type and range checking are set automatically by @value{GDBN}, they
9391 both default to @code{on} whenever the working language changes to
9392 Modula-2.  This happens regardless of whether you or @value{GDBN}
9393 selected the working language.
9394
9395 If you allow @value{GDBN} to set the language automatically, then entering
9396 code compiled from a file whose name ends with @file{.mod} sets the
9397 working language to Modula-2.  @xref{Automatically, ,Having @value{GDBN} set
9398 the language automatically}, for further details.
9399
9400 @node Deviations
9401 @subsubsection Deviations from standard Modula-2
9402 @cindex Modula-2, deviations from
9403
9404 A few changes have been made to make Modula-2 programs easier to debug.
9405 This is done primarily via loosening its type strictness:
9406
9407 @itemize @bullet
9408 @item
9409 Unlike in standard Modula-2, pointer constants can be formed by
9410 integers.  This allows you to modify pointer variables during
9411 debugging.  (In standard Modula-2, the actual address contained in a
9412 pointer variable is hidden from you; it can only be modified
9413 through direct assignment to another pointer variable or expression that
9414 returned a pointer.)
9415
9416 @item
9417 C escape sequences can be used in strings and characters to represent
9418 non-printable characters.  @value{GDBN} prints out strings with these
9419 escape sequences embedded.  Single non-printable characters are
9420 printed using the @samp{CHR(@var{nnn})} format.
9421
9422 @item
9423 The assignment operator (@code{:=}) returns the value of its right-hand
9424 argument.
9425
9426 @item
9427 All built-in procedures both modify @emph{and} return their argument.
9428 @end itemize
9429
9430 @node M2 Checks
9431 @subsubsection Modula-2 type and range checks
9432 @cindex Modula-2 checks
9433
9434 @quotation
9435 @emph{Warning:} in this release, @value{GDBN} does not yet perform type or
9436 range checking.
9437 @end quotation
9438 @c FIXME remove warning when type/range checks added
9439
9440 @value{GDBN} considers two Modula-2 variables type equivalent if:
9441
9442 @itemize @bullet
9443 @item
9444 They are of types that have been declared equivalent via a @code{TYPE
9445 @var{t1} = @var{t2}} statement
9446
9447 @item
9448 They have been declared on the same line.  (Note:  This is true of the
9449 @sc{gnu} Modula-2 compiler, but it may not be true of other compilers.)
9450 @end itemize
9451
9452 As long as type checking is enabled, any attempt to combine variables
9453 whose types are not equivalent is an error.
9454
9455 Range checking is done on all mathematical operations, assignment, array
9456 index bounds, and all built-in functions and procedures.
9457
9458 @node M2 Scope
9459 @subsubsection The scope operators @code{::} and @code{.}
9460 @cindex scope
9461 @cindex @code{.}, Modula-2 scope operator
9462 @cindex colon, doubled as scope operator
9463 @ifinfo
9464 @vindex colon-colon@r{, in Modula-2}
9465 @c Info cannot handle :: but TeX can.
9466 @end ifinfo
9467 @iftex
9468 @vindex ::@r{, in Modula-2}
9469 @end iftex
9470
9471 There are a few subtle differences between the Modula-2 scope operator
9472 (@code{.}) and the @value{GDBN} scope operator (@code{::}).  The two have
9473 similar syntax:
9474
9475 @smallexample
9476
9477 @var{module} . @var{id}
9478 @var{scope} :: @var{id}
9479 @end smallexample
9480
9481 @noindent
9482 where @var{scope} is the name of a module or a procedure,
9483 @var{module} the name of a module, and @var{id} is any declared
9484 identifier within your program, except another module.
9485
9486 Using the @code{::} operator makes @value{GDBN} search the scope
9487 specified by @var{scope} for the identifier @var{id}.  If it is not
9488 found in the specified scope, then @value{GDBN} searches all scopes
9489 enclosing the one specified by @var{scope}.
9490
9491 Using the @code{.} operator makes @value{GDBN} search the current scope for
9492 the identifier specified by @var{id} that was imported from the
9493 definition module specified by @var{module}.  With this operator, it is
9494 an error if the identifier @var{id} was not imported from definition
9495 module @var{module}, or if @var{id} is not an identifier in
9496 @var{module}.
9497
9498 @node GDB/M2
9499 @subsubsection @value{GDBN} and Modula-2
9500
9501 Some @value{GDBN} commands have little use when debugging Modula-2 programs.
9502 Five subcommands of @code{set print} and @code{show print} apply
9503 specifically to C and C@t{++}: @samp{vtbl}, @samp{demangle},
9504 @samp{asm-demangle}, @samp{object}, and @samp{union}.  The first four
9505 apply to C@t{++}, and the last to the C @code{union} type, which has no direct
9506 analogue in Modula-2.
9507
9508 The @code{@@} operator (@pxref{Expressions, ,Expressions}), while available
9509 with any language, is not useful with Modula-2.  Its
9510 intent is to aid the debugging of @dfn{dynamic arrays}, which cannot be
9511 created in Modula-2 as they can in C or C@t{++}.  However, because an
9512 address can be specified by an integral constant, the construct
9513 @samp{@{@var{type}@}@var{adrexp}} is still useful.
9514
9515 @cindex @code{#} in Modula-2
9516 In @value{GDBN} scripts, the Modula-2 inequality operator @code{#} is
9517 interpreted as the beginning of a comment.  Use @code{<>} instead.
9518
9519 @node Ada
9520 @subsection Ada
9521 @cindex Ada
9522
9523 The extensions made to @value{GDBN} for Ada only support
9524 output from the @sc{gnu} Ada (GNAT) compiler.
9525 Other Ada compilers are not currently supported, and
9526 attempting to debug executables produced by them is most likely
9527 to be difficult.
9528
9529
9530 @cindex expressions in Ada
9531 @menu
9532 * Ada Mode Intro::              General remarks on the Ada syntax 
9533                                    and semantics supported by Ada mode 
9534                                    in @value{GDBN}.
9535 * Omissions from Ada::          Restrictions on the Ada expression syntax.
9536 * Additions to Ada::            Extensions of the Ada expression syntax.
9537 * Stopping Before Main Program:: Debugging the program during elaboration.
9538 * Ada Glitches::                Known peculiarities of Ada mode.
9539 @end menu
9540
9541 @node Ada Mode Intro
9542 @subsubsection Introduction
9543 @cindex Ada mode, general
9544
9545 The Ada mode of @value{GDBN} supports a fairly large subset of Ada expression 
9546 syntax, with some extensions.
9547 The philosophy behind the design of this subset is 
9548
9549 @itemize @bullet
9550 @item
9551 That @value{GDBN} should provide basic literals and access to operations for 
9552 arithmetic, dereferencing, field selection, indexing, and subprogram calls, 
9553 leaving more sophisticated computations to subprograms written into the
9554 program (which therefore may be called from @value{GDBN}).
9555
9556 @item 
9557 That type safety and strict adherence to Ada language restrictions
9558 are not particularly important to the @value{GDBN} user.
9559
9560 @item 
9561 That brevity is important to the @value{GDBN} user.
9562 @end itemize
9563
9564 Thus, for brevity, the debugger acts as if there were 
9565 implicit @code{with} and @code{use} clauses in effect for all user-written 
9566 packages, making it unnecessary to fully qualify most names with 
9567 their packages, regardless of context.  Where this causes ambiguity, 
9568 @value{GDBN} asks the user's intent.
9569
9570 The debugger will start in Ada mode if it detects an Ada main program. 
9571 As for other languages, it will enter Ada mode when stopped in a program that
9572 was translated from an Ada source file.
9573
9574 While in Ada mode, you may use `@t{--}' for comments.  This is useful 
9575 mostly for documenting command files.  The standard @value{GDBN} comment 
9576 (@samp{#}) still works at the beginning of a line in Ada mode, but not in the 
9577 middle (to allow based literals).
9578
9579 The debugger supports limited overloading.  Given a subprogram call in which
9580 the function symbol has multiple definitions, it will use the number of 
9581 actual parameters and some information about their types to attempt to narrow
9582 the set of definitions.  It also makes very limited use of context, preferring
9583 procedures to functions in the context of the @code{call} command, and
9584 functions to procedures elsewhere. 
9585
9586 @node Omissions from Ada
9587 @subsubsection Omissions from Ada
9588 @cindex Ada, omissions from
9589
9590 Here are the notable omissions from the subset:
9591
9592 @itemize @bullet
9593 @item
9594 Only a subset of the attributes are supported:
9595
9596 @itemize @minus
9597 @item
9598 @t{'First}, @t{'Last}, and @t{'Length}
9599  on array objects (not on types and subtypes).
9600
9601 @item
9602 @t{'Min} and @t{'Max}.  
9603
9604 @item 
9605 @t{'Pos} and @t{'Val}. 
9606
9607 @item
9608 @t{'Tag}.
9609
9610 @item
9611 @t{'Range} on array objects (not subtypes), but only as the right
9612 operand of the membership (@code{in}) operator.
9613
9614 @item 
9615 @t{'Access}, @t{'Unchecked_Access}, and 
9616 @t{'Unrestricted_Access} (a GNAT extension).
9617
9618 @item
9619 @t{'Address}.
9620 @end itemize
9621
9622 @item
9623 The names in
9624 @code{Characters.Latin_1} are not available and
9625 concatenation is not implemented.  Thus, escape characters in strings are 
9626 not currently available.
9627
9628 @item
9629 Equality tests (@samp{=} and @samp{/=}) on arrays test for bitwise
9630 equality of representations.  They will generally work correctly
9631 for strings and arrays whose elements have integer or enumeration types.
9632 They may not work correctly for arrays whose element
9633 types have user-defined equality, for arrays of real values 
9634 (in particular, IEEE-conformant floating point, because of negative
9635 zeroes and NaNs), and for arrays whose elements contain unused bits with
9636 indeterminate values.  
9637
9638 @item
9639 The other component-by-component array operations (@code{and}, @code{or}, 
9640 @code{xor}, @code{not}, and relational tests other than equality)
9641 are not implemented. 
9642
9643 @item 
9644 There are no record or array aggregates.
9645
9646 @item
9647 Calls to dispatching subprograms are not implemented.
9648
9649 @item
9650 The overloading algorithm is much more limited (i.e., less selective)
9651 than that of real Ada.  It makes only limited use of the context in which a subexpression
9652 appears to resolve its meaning, and it is much looser in its rules for allowing
9653 type matches.  As a result, some function calls will be ambiguous, and the user
9654 will be asked to choose the proper resolution.
9655
9656 @item
9657 The @code{new} operator is not implemented.
9658
9659 @item
9660 Entry calls are not implemented.
9661
9662 @item 
9663 Aside from printing, arithmetic operations on the native VAX floating-point 
9664 formats are not supported.
9665
9666 @item
9667 It is not possible to slice a packed array.
9668 @end itemize
9669
9670 @node Additions to Ada
9671 @subsubsection Additions to Ada
9672 @cindex Ada, deviations from 
9673
9674 As it does for other languages, @value{GDBN} makes certain generic
9675 extensions to Ada (@pxref{Expressions}):
9676
9677 @itemize @bullet
9678 @item
9679 If the expression @var{E} is a variable residing in memory 
9680 (typically a local variable or array element) and @var{N} is 
9681 a positive integer, then @code{@var{E}@@@var{N}} displays the values of
9682 @var{E} and the @var{N}-1 adjacent variables following it in memory as an array.  
9683 In Ada, this operator is generally not necessary, since its prime use
9684 is in displaying parts of an array, and slicing will usually do this in Ada.
9685 However, there are occasional uses when debugging programs
9686 in which certain debugging information has been optimized away.
9687
9688 @item
9689 @code{@var{B}::@var{var}} means ``the variable named @var{var} that appears
9690 in function or file @var{B}.''  When @var{B} is a file name, you must typically
9691 surround it in single quotes.
9692
9693 @item 
9694 The expression @code{@{@var{type}@} @var{addr}} means ``the variable of type
9695 @var{type} that appears at address @var{addr}.''
9696
9697 @item
9698 A name starting with @samp{$} is a convenience variable 
9699 (@pxref{Convenience Vars}) or a machine register (@pxref{Registers}).
9700 @end itemize
9701
9702 In addition, @value{GDBN} provides a few other shortcuts and outright additions specific 
9703 to Ada:
9704
9705 @itemize @bullet
9706 @item 
9707 The assignment statement is allowed as an expression, returning
9708 its right-hand operand as its value.  Thus, you may enter
9709
9710 @smallexample
9711 set x := y + 3
9712 print A(tmp := y + 1)
9713 @end smallexample
9714
9715 @item 
9716 The semicolon is allowed as an ``operator,''  returning as its value 
9717 the value of its right-hand operand.
9718 This allows, for example,
9719 complex conditional breaks:
9720
9721 @smallexample
9722 break f
9723 condition 1 (report(i); k += 1; A(k) > 100)
9724 @end smallexample
9725
9726 @item 
9727 Rather than use catenation and symbolic character names to introduce special 
9728 characters into strings, one may instead use a special bracket notation, 
9729 which is also used to print strings.  A sequence of characters of the form 
9730 @samp{["@var{XX}"]} within a string or character literal denotes the 
9731 (single) character whose numeric encoding is @var{XX} in hexadecimal.  The
9732 sequence of characters @samp{["""]} also denotes a single quotation mark 
9733 in strings.   For example,
9734 @smallexample
9735    "One line.["0a"]Next line.["0a"]"
9736 @end smallexample
9737 @noindent
9738 contains an ASCII newline character (@code{Ada.Characters.Latin_1.LF}) after each
9739 period.
9740
9741 @item
9742 The subtype used as a prefix for the attributes @t{'Pos}, @t{'Min}, and
9743 @t{'Max} is optional (and is ignored in any case).  For example, it is valid
9744 to write
9745
9746 @smallexample
9747 print 'max(x, y)
9748 @end smallexample
9749
9750 @item
9751 When printing arrays, @value{GDBN} uses positional notation when the 
9752 array has a lower bound of 1, and uses a modified named notation otherwise.
9753 For example, a one-dimensional array of three integers with a lower bound of 3 might print as
9754
9755 @smallexample
9756 (3 => 10, 17, 1)
9757 @end smallexample
9758
9759 @noindent
9760 That is, in contrast to valid Ada, only the first component has a @code{=>} 
9761 clause.
9762
9763 @item
9764 You may abbreviate attributes in expressions with any unique,
9765 multi-character subsequence of 
9766 their names (an exact match gets preference).
9767 For example, you may use @t{a'len}, @t{a'gth}, or @t{a'lh}
9768 in place of  @t{a'length}.
9769
9770 @item
9771 @cindex quoting Ada internal identifiers
9772 Since Ada is case-insensitive, the debugger normally maps identifiers you type 
9773 to lower case.  The GNAT compiler uses upper-case characters for 
9774 some of its internal identifiers, which are normally of no interest to users.
9775 For the rare occasions when you actually have to look at them,
9776 enclose them in angle brackets to avoid the lower-case mapping. 
9777 For example,
9778 @smallexample
9779 @value{GDBP} print <JMPBUF_SAVE>[0]
9780 @end smallexample
9781
9782 @item
9783 Printing an object of class-wide type or dereferencing an 
9784 access-to-class-wide value will display all the components of the object's
9785 specific type (as indicated by its run-time tag).  Likewise, component
9786 selection on such a value will operate on the specific type of the
9787 object.
9788
9789 @end itemize
9790
9791 @node Stopping Before Main Program
9792 @subsubsection Stopping at the Very Beginning
9793
9794 @cindex breakpointing Ada elaboration code
9795 It is sometimes necessary to debug the program during elaboration, and
9796 before reaching the main procedure.
9797 As defined in the Ada Reference
9798 Manual, the elaboration code is invoked from a procedure called
9799 @code{adainit}.  To run your program up to the beginning of
9800 elaboration, simply use the following two commands:
9801 @code{tbreak adainit} and @code{run}.
9802
9803 @node Ada Glitches
9804 @subsubsection Known Peculiarities of Ada Mode
9805 @cindex Ada, problems
9806
9807 Besides the omissions listed previously (@pxref{Omissions from Ada}),
9808 we know of several problems with and limitations of Ada mode in
9809 @value{GDBN},
9810 some of which will be fixed with planned future releases of the debugger 
9811 and the GNU Ada compiler.
9812
9813 @itemize @bullet
9814 @item
9815 Currently, the debugger 
9816 has insufficient information to determine whether certain pointers represent
9817 pointers to objects or the objects themselves.
9818 Thus, the user may have to tack an extra @code{.all} after an expression
9819 to get it printed properly.
9820
9821 @item 
9822 Static constants that the compiler chooses not to materialize as objects in 
9823 storage are invisible to the debugger.
9824
9825 @item
9826 Named parameter associations in function argument lists are ignored (the
9827 argument lists are treated as positional).
9828
9829 @item
9830 Many useful library packages are currently invisible to the debugger.
9831
9832 @item
9833 Fixed-point arithmetic, conversions, input, and output is carried out using 
9834 floating-point arithmetic, and may give results that only approximate those on 
9835 the host machine.
9836
9837 @item
9838 The type of the @t{'Address} attribute may not be @code{System.Address}.
9839
9840 @item
9841 The GNAT compiler never generates the prefix @code{Standard} for any of 
9842 the standard symbols defined by the Ada language.  @value{GDBN} knows about 
9843 this: it will strip the prefix from names when you use it, and will never
9844 look for a name you have so qualified among local symbols, nor match against
9845 symbols in other packages or subprograms.  If you have 
9846 defined entities anywhere in your program other than parameters and 
9847 local variables whose simple names match names in @code{Standard}, 
9848 GNAT's lack of qualification here can cause confusion.  When this happens,
9849 you can usually resolve the confusion 
9850 by qualifying the problematic names with package
9851 @code{Standard} explicitly.  
9852 @end itemize
9853
9854 @node Unsupported languages
9855 @section Unsupported languages
9856
9857 @cindex unsupported languages
9858 @cindex minimal language
9859 In addition to the other fully-supported programming languages,
9860 @value{GDBN} also provides a pseudo-language, called @code{minimal}.
9861 It does not represent a real programming language, but provides a set
9862 of capabilities close to what the C or assembly languages provide.
9863 This should allow most simple operations to be performed while debugging
9864 an application that uses a language currently not supported by @value{GDBN}.
9865
9866 If the language is set to @code{auto}, @value{GDBN} will automatically
9867 select this language if the current frame corresponds to an unsupported
9868 language.
9869
9870 @node Symbols
9871 @chapter Examining the Symbol Table
9872
9873 The commands described in this chapter allow you to inquire about the
9874 symbols (names of variables, functions and types) defined in your
9875 program.  This information is inherent in the text of your program and
9876 does not change as your program executes.  @value{GDBN} finds it in your
9877 program's symbol table, in the file indicated when you started @value{GDBN}
9878 (@pxref{File Options, ,Choosing files}), or by one of the
9879 file-management commands (@pxref{Files, ,Commands to specify files}).
9880
9881 @cindex symbol names
9882 @cindex names of symbols
9883 @cindex quoting names
9884 Occasionally, you may need to refer to symbols that contain unusual
9885 characters, which @value{GDBN} ordinarily treats as word delimiters.  The
9886 most frequent case is in referring to static variables in other
9887 source files (@pxref{Variables,,Program variables}).  File names
9888 are recorded in object files as debugging symbols, but @value{GDBN} would
9889 ordinarily parse a typical file name, like @file{foo.c}, as the three words
9890 @samp{foo} @samp{.} @samp{c}.  To allow @value{GDBN} to recognize
9891 @samp{foo.c} as a single symbol, enclose it in single quotes; for example,
9892
9893 @smallexample
9894 p 'foo.c'::x
9895 @end smallexample
9896
9897 @noindent
9898 looks up the value of @code{x} in the scope of the file @file{foo.c}.
9899
9900 @table @code
9901 @cindex case-insensitive symbol names
9902 @cindex case sensitivity in symbol names
9903 @kindex set case-sensitive
9904 @item set case-sensitive on
9905 @itemx set case-sensitive off
9906 @itemx set case-sensitive auto
9907 Normally, when @value{GDBN} looks up symbols, it matches their names
9908 with case sensitivity determined by the current source language.
9909 Occasionally, you may wish to control that.  The command @code{set
9910 case-sensitive} lets you do that by specifying @code{on} for
9911 case-sensitive matches or @code{off} for case-insensitive ones.  If
9912 you specify @code{auto}, case sensitivity is reset to the default
9913 suitable for the source language.  The default is case-sensitive
9914 matches for all languages except for Fortran, for which the default is
9915 case-insensitive matches.
9916
9917 @kindex show case-sensitive
9918 @item show case-sensitive
9919 This command shows the current setting of case sensitivity for symbols
9920 lookups.
9921
9922 @kindex info address
9923 @cindex address of a symbol
9924 @item info address @var{symbol}
9925 Describe where the data for @var{symbol} is stored.  For a register
9926 variable, this says which register it is kept in.  For a non-register
9927 local variable, this prints the stack-frame offset at which the variable
9928 is always stored.
9929
9930 Note the contrast with @samp{print &@var{symbol}}, which does not work
9931 at all for a register variable, and for a stack local variable prints
9932 the exact address of the current instantiation of the variable.
9933
9934 @kindex info symbol
9935 @cindex symbol from address
9936 @cindex closest symbol and offset for an address
9937 @item info symbol @var{addr}
9938 Print the name of a symbol which is stored at the address @var{addr}.
9939 If no symbol is stored exactly at @var{addr}, @value{GDBN} prints the
9940 nearest symbol and an offset from it:
9941
9942 @smallexample
9943 (@value{GDBP}) info symbol 0x54320
9944 _initialize_vx + 396 in section .text
9945 @end smallexample
9946
9947 @noindent
9948 This is the opposite of the @code{info address} command.  You can use
9949 it to find out the name of a variable or a function given its address.
9950
9951 @kindex whatis
9952 @item whatis @var{expr}
9953 Print the data type of expression @var{expr}.  @var{expr} is not
9954 actually evaluated, and any side-effecting operations (such as
9955 assignments or function calls) inside it do not take place.
9956 @xref{Expressions, ,Expressions}.
9957
9958 @item whatis
9959 Print the data type of @code{$}, the last value in the value history.
9960
9961 @kindex ptype
9962 @item ptype @var{typename}
9963 Print a description of data type @var{typename}.  @var{typename} may be
9964 the name of a type, or for C code it may have the form @samp{class
9965 @var{class-name}}, @samp{struct @var{struct-tag}}, @samp{union
9966 @var{union-tag}} or @samp{enum @var{enum-tag}}.
9967
9968 @item ptype @var{expr}
9969 @itemx ptype
9970 Print a description of the type of expression @var{expr}.  @code{ptype}
9971 differs from @code{whatis} by printing a detailed description, instead
9972 of just the name of the type.
9973
9974 For example, for this variable declaration:
9975
9976 @smallexample
9977 struct complex @{double real; double imag;@} v;
9978 @end smallexample
9979
9980 @noindent
9981 the two commands give this output:
9982
9983 @smallexample
9984 @group
9985 (@value{GDBP}) whatis v
9986 type = struct complex
9987 (@value{GDBP}) ptype v
9988 type = struct complex @{
9989     double real;
9990     double imag;
9991 @}
9992 @end group
9993 @end smallexample
9994
9995 @noindent
9996 As with @code{whatis}, using @code{ptype} without an argument refers to
9997 the type of @code{$}, the last value in the value history.
9998
9999 @kindex info types
10000 @item info types @var{regexp}
10001 @itemx info types
10002 Print a brief description of all types whose names match the regular
10003 expression @var{regexp} (or all types in your program, if you supply
10004 no argument).  Each complete typename is matched as though it were a
10005 complete line; thus, @samp{i type value} gives information on all
10006 types in your program whose names include the string @code{value}, but
10007 @samp{i type ^value$} gives information only on types whose complete
10008 name is @code{value}.
10009
10010 This command differs from @code{ptype} in two ways: first, like
10011 @code{whatis}, it does not print a detailed description; second, it
10012 lists all source files where a type is defined.
10013
10014 @kindex info scope
10015 @cindex local variables
10016 @item info scope @var{location}
10017 List all the variables local to a particular scope.  This command
10018 accepts a @var{location} argument---a function name, a source line, or
10019 an address preceded by a @samp{*}, and prints all the variables local
10020 to the scope defined by that location.  For example:
10021
10022 @smallexample
10023 (@value{GDBP}) @b{info scope command_line_handler}
10024 Scope for command_line_handler:
10025 Symbol rl is an argument at stack/frame offset 8, length 4.
10026 Symbol linebuffer is in static storage at address 0x150a18, length 4.
10027 Symbol linelength is in static storage at address 0x150a1c, length 4.
10028 Symbol p is a local variable in register $esi, length 4.
10029 Symbol p1 is a local variable in register $ebx, length 4.
10030 Symbol nline is a local variable in register $edx, length 4.
10031 Symbol repeat is a local variable at frame offset -8, length 4.
10032 @end smallexample
10033
10034 @noindent
10035 This command is especially useful for determining what data to collect
10036 during a @dfn{trace experiment}, see @ref{Tracepoint Actions,
10037 collect}.
10038
10039 @kindex info source
10040 @item info source
10041 Show information about the current source file---that is, the source file for
10042 the function containing the current point of execution:
10043 @itemize @bullet
10044 @item
10045 the name of the source file, and the directory containing it,
10046 @item
10047 the directory it was compiled in,
10048 @item
10049 its length, in lines,
10050 @item
10051 which programming language it is written in,
10052 @item
10053 whether the executable includes debugging information for that file, and
10054 if so, what format the information is in (e.g., STABS, Dwarf 2, etc.), and
10055 @item
10056 whether the debugging information includes information about
10057 preprocessor macros.
10058 @end itemize
10059
10060
10061 @kindex info sources
10062 @item info sources
10063 Print the names of all source files in your program for which there is
10064 debugging information, organized into two lists: files whose symbols
10065 have already been read, and files whose symbols will be read when needed.
10066
10067 @kindex info functions
10068 @item info functions
10069 Print the names and data types of all defined functions.
10070
10071 @item info functions @var{regexp}
10072 Print the names and data types of all defined functions
10073 whose names contain a match for regular expression @var{regexp}.
10074 Thus, @samp{info fun step} finds all functions whose names
10075 include @code{step}; @samp{info fun ^step} finds those whose names
10076 start with @code{step}.  If a function name contains characters
10077 that conflict with the regular expression language (eg.
10078 @samp{operator*()}), they may be quoted with a backslash.
10079
10080 @kindex info variables
10081 @item info variables
10082 Print the names and data types of all variables that are declared
10083 outside of functions (i.e.@: excluding local variables).
10084
10085 @item info variables @var{regexp}
10086 Print the names and data types of all variables (except for local
10087 variables) whose names contain a match for regular expression
10088 @var{regexp}.
10089
10090 @kindex info classes
10091 @cindex Objective-C, classes and selectors
10092 @item info classes
10093 @itemx info classes @var{regexp}
10094 Display all Objective-C classes in your program, or
10095 (with the @var{regexp} argument) all those matching a particular regular
10096 expression.
10097
10098 @kindex info selectors
10099 @item info selectors
10100 @itemx info selectors @var{regexp}
10101 Display all Objective-C selectors in your program, or
10102 (with the @var{regexp} argument) all those matching a particular regular
10103 expression.
10104
10105 @ignore
10106 This was never implemented.
10107 @kindex info methods
10108 @item info methods
10109 @itemx info methods @var{regexp}
10110 The @code{info methods} command permits the user to examine all defined
10111 methods within C@t{++} program, or (with the @var{regexp} argument) a
10112 specific set of methods found in the various C@t{++} classes.  Many
10113 C@t{++} classes provide a large number of methods.  Thus, the output
10114 from the @code{ptype} command can be overwhelming and hard to use.  The
10115 @code{info-methods} command filters the methods, printing only those
10116 which match the regular-expression @var{regexp}.
10117 @end ignore
10118
10119 @cindex reloading symbols
10120 Some systems allow individual object files that make up your program to
10121 be replaced without stopping and restarting your program.  For example,
10122 in VxWorks you can simply recompile a defective object file and keep on
10123 running.  If you are running on one of these systems, you can allow
10124 @value{GDBN} to reload the symbols for automatically relinked modules:
10125
10126 @table @code
10127 @kindex set symbol-reloading
10128 @item set symbol-reloading on
10129 Replace symbol definitions for the corresponding source file when an
10130 object file with a particular name is seen again.
10131
10132 @item set symbol-reloading off
10133 Do not replace symbol definitions when encountering object files of the
10134 same name more than once.  This is the default state; if you are not
10135 running on a system that permits automatic relinking of modules, you
10136 should leave @code{symbol-reloading} off, since otherwise @value{GDBN}
10137 may discard symbols when linking large programs, that may contain
10138 several modules (from different directories or libraries) with the same
10139 name.
10140
10141 @kindex show symbol-reloading
10142 @item show symbol-reloading
10143 Show the current @code{on} or @code{off} setting.
10144 @end table
10145
10146 @cindex opaque data types
10147 @kindex set opaque-type-resolution
10148 @item set opaque-type-resolution on
10149 Tell @value{GDBN} to resolve opaque types.  An opaque type is a type
10150 declared as a pointer to a @code{struct}, @code{class}, or
10151 @code{union}---for example, @code{struct MyType *}---that is used in one
10152 source file although the full declaration of @code{struct MyType} is in
10153 another source file.  The default is on.
10154
10155 A change in the setting of this subcommand will not take effect until
10156 the next time symbols for a file are loaded.
10157
10158 @item set opaque-type-resolution off
10159 Tell @value{GDBN} not to resolve opaque types.  In this case, the type
10160 is printed as follows:
10161 @smallexample
10162 @{<no data fields>@}
10163 @end smallexample
10164
10165 @kindex show opaque-type-resolution
10166 @item show opaque-type-resolution
10167 Show whether opaque types are resolved or not.
10168
10169 @kindex maint print symbols
10170 @cindex symbol dump
10171 @kindex maint print psymbols
10172 @cindex partial symbol dump
10173 @item maint print symbols @var{filename}
10174 @itemx maint print psymbols @var{filename}
10175 @itemx maint print msymbols @var{filename}
10176 Write a dump of debugging symbol data into the file @var{filename}.
10177 These commands are used to debug the @value{GDBN} symbol-reading code.  Only
10178 symbols with debugging data are included.  If you use @samp{maint print
10179 symbols}, @value{GDBN} includes all the symbols for which it has already
10180 collected full details: that is, @var{filename} reflects symbols for
10181 only those files whose symbols @value{GDBN} has read.  You can use the
10182 command @code{info sources} to find out which files these are.  If you
10183 use @samp{maint print psymbols} instead, the dump shows information about
10184 symbols that @value{GDBN} only knows partially---that is, symbols defined in
10185 files that @value{GDBN} has skimmed, but not yet read completely.  Finally,
10186 @samp{maint print msymbols} dumps just the minimal symbol information
10187 required for each object file from which @value{GDBN} has read some symbols.
10188 @xref{Files, ,Commands to specify files}, for a discussion of how
10189 @value{GDBN} reads symbols (in the description of @code{symbol-file}).
10190
10191 @kindex maint info symtabs
10192 @kindex maint info psymtabs
10193 @cindex listing @value{GDBN}'s internal symbol tables
10194 @cindex symbol tables, listing @value{GDBN}'s internal
10195 @cindex full symbol tables, listing @value{GDBN}'s internal
10196 @cindex partial symbol tables, listing @value{GDBN}'s internal
10197 @item maint info symtabs @r{[} @var{regexp} @r{]}
10198 @itemx maint info psymtabs @r{[} @var{regexp} @r{]}
10199
10200 List the @code{struct symtab} or @code{struct partial_symtab}
10201 structures whose names match @var{regexp}.  If @var{regexp} is not
10202 given, list them all.  The output includes expressions which you can
10203 copy into a @value{GDBN} debugging this one to examine a particular
10204 structure in more detail.  For example:
10205
10206 @smallexample
10207 (@value{GDBP}) maint info psymtabs dwarf2read
10208 @{ objfile /home/gnu/build/gdb/gdb
10209   ((struct objfile *) 0x82e69d0)
10210   @{ psymtab /home/gnu/src/gdb/dwarf2read.c
10211     ((struct partial_symtab *) 0x8474b10)
10212     readin no
10213     fullname (null)
10214     text addresses 0x814d3c8 -- 0x8158074
10215     globals (* (struct partial_symbol **) 0x8507a08 @@ 9)
10216     statics (* (struct partial_symbol **) 0x40e95b78 @@ 2882)
10217     dependencies (none)
10218   @}
10219 @}
10220 (@value{GDBP}) maint info symtabs
10221 (@value{GDBP})
10222 @end smallexample
10223 @noindent
10224 We see that there is one partial symbol table whose filename contains
10225 the string @samp{dwarf2read}, belonging to the @samp{gdb} executable;
10226 and we see that @value{GDBN} has not read in any symtabs yet at all.
10227 If we set a breakpoint on a function, that will cause @value{GDBN} to
10228 read the symtab for the compilation unit containing that function:
10229
10230 @smallexample
10231 (@value{GDBP}) break dwarf2_psymtab_to_symtab
10232 Breakpoint 1 at 0x814e5da: file /home/gnu/src/gdb/dwarf2read.c,
10233 line 1574.
10234 (@value{GDBP}) maint info symtabs
10235 @{ objfile /home/gnu/build/gdb/gdb
10236   ((struct objfile *) 0x82e69d0)
10237   @{ symtab /home/gnu/src/gdb/dwarf2read.c
10238     ((struct symtab *) 0x86c1f38)
10239     dirname (null)
10240     fullname (null)
10241     blockvector ((struct blockvector *) 0x86c1bd0) (primary)
10242     debugformat DWARF 2
10243   @}
10244 @}
10245 (@value{GDBP})
10246 @end smallexample
10247 @end table
10248
10249
10250 @node Altering
10251 @chapter Altering Execution
10252
10253 Once you think you have found an error in your program, you might want to
10254 find out for certain whether correcting the apparent error would lead to
10255 correct results in the rest of the run.  You can find the answer by
10256 experiment, using the @value{GDBN} features for altering execution of the
10257 program.
10258
10259 For example, you can store new values into variables or memory
10260 locations, give your program a signal, restart it at a different
10261 address, or even return prematurely from a function.
10262
10263 @menu
10264 * Assignment::                  Assignment to variables
10265 * Jumping::                     Continuing at a different address
10266 * Signaling::                   Giving your program a signal
10267 * Returning::                   Returning from a function
10268 * Calling::                     Calling your program's functions
10269 * Patching::                    Patching your program
10270 @end menu
10271
10272 @node Assignment
10273 @section Assignment to variables
10274
10275 @cindex assignment
10276 @cindex setting variables
10277 To alter the value of a variable, evaluate an assignment expression.
10278 @xref{Expressions, ,Expressions}.  For example,
10279
10280 @smallexample
10281 print x=4
10282 @end smallexample
10283
10284 @noindent
10285 stores the value 4 into the variable @code{x}, and then prints the
10286 value of the assignment expression (which is 4).
10287 @xref{Languages, ,Using @value{GDBN} with Different Languages}, for more
10288 information on operators in supported languages.
10289
10290 @kindex set variable
10291 @cindex variables, setting
10292 If you are not interested in seeing the value of the assignment, use the
10293 @code{set} command instead of the @code{print} command.  @code{set} is
10294 really the same as @code{print} except that the expression's value is
10295 not printed and is not put in the value history (@pxref{Value History,
10296 ,Value history}).  The expression is evaluated only for its effects.
10297
10298 If the beginning of the argument string of the @code{set} command
10299 appears identical to a @code{set} subcommand, use the @code{set
10300 variable} command instead of just @code{set}.  This command is identical
10301 to @code{set} except for its lack of subcommands.  For example, if your
10302 program has a variable @code{width}, you get an error if you try to set
10303 a new value with just @samp{set width=13}, because @value{GDBN} has the
10304 command @code{set width}:
10305
10306 @smallexample
10307 (@value{GDBP}) whatis width
10308 type = double
10309 (@value{GDBP}) p width
10310 $4 = 13
10311 (@value{GDBP}) set width=47
10312 Invalid syntax in expression.
10313 @end smallexample
10314
10315 @noindent
10316 The invalid expression, of course, is @samp{=47}.  In
10317 order to actually set the program's variable @code{width}, use
10318
10319 @smallexample
10320 (@value{GDBP}) set var width=47
10321 @end smallexample
10322
10323 Because the @code{set} command has many subcommands that can conflict
10324 with the names of program variables, it is a good idea to use the
10325 @code{set variable} command instead of just @code{set}.  For example, if
10326 your program has a variable @code{g}, you run into problems if you try
10327 to set a new value with just @samp{set g=4}, because @value{GDBN} has
10328 the command @code{set gnutarget}, abbreviated @code{set g}:
10329
10330 @smallexample
10331 @group
10332 (@value{GDBP}) whatis g
10333 type = double
10334 (@value{GDBP}) p g
10335 $1 = 1
10336 (@value{GDBP}) set g=4
10337 (@value{GDBP}) p g
10338 $2 = 1
10339 (@value{GDBP}) r
10340 The program being debugged has been started already.
10341 Start it from the beginning? (y or n) y
10342 Starting program: /home/smith/cc_progs/a.out
10343 "/home/smith/cc_progs/a.out": can't open to read symbols:
10344                                  Invalid bfd target.
10345 (@value{GDBP}) show g
10346 The current BFD target is "=4".
10347 @end group
10348 @end smallexample
10349
10350 @noindent
10351 The program variable @code{g} did not change, and you silently set the
10352 @code{gnutarget} to an invalid value.  In order to set the variable
10353 @code{g}, use
10354
10355 @smallexample
10356 (@value{GDBP}) set var g=4
10357 @end smallexample
10358
10359 @value{GDBN} allows more implicit conversions in assignments than C; you can
10360 freely store an integer value into a pointer variable or vice versa,
10361 and you can convert any structure to any other structure that is the
10362 same length or shorter.
10363 @comment FIXME: how do structs align/pad in these conversions?
10364 @comment        /doc@cygnus.com 18dec1990
10365
10366 To store values into arbitrary places in memory, use the @samp{@{@dots{}@}}
10367 construct to generate a value of specified type at a specified address
10368 (@pxref{Expressions, ,Expressions}).  For example, @code{@{int@}0x83040} refers
10369 to memory location @code{0x83040} as an integer (which implies a certain size
10370 and representation in memory), and
10371
10372 @smallexample
10373 set @{int@}0x83040 = 4
10374 @end smallexample
10375
10376 @noindent
10377 stores the value 4 into that memory location.
10378
10379 @node Jumping
10380 @section Continuing at a different address
10381
10382 Ordinarily, when you continue your program, you do so at the place where
10383 it stopped, with the @code{continue} command.  You can instead continue at
10384 an address of your own choosing, with the following commands:
10385
10386 @table @code
10387 @kindex jump
10388 @item jump @var{linespec}
10389 Resume execution at line @var{linespec}.  Execution stops again
10390 immediately if there is a breakpoint there.  @xref{List, ,Printing
10391 source lines}, for a description of the different forms of
10392 @var{linespec}.  It is common practice to use the @code{tbreak} command
10393 in conjunction with @code{jump}.  @xref{Set Breaks, ,Setting
10394 breakpoints}.
10395
10396 The @code{jump} command does not change the current stack frame, or
10397 the stack pointer, or the contents of any memory location or any
10398 register other than the program counter.  If line @var{linespec} is in
10399 a different function from the one currently executing, the results may
10400 be bizarre if the two functions expect different patterns of arguments or
10401 of local variables.  For this reason, the @code{jump} command requests
10402 confirmation if the specified line is not in the function currently
10403 executing.  However, even bizarre results are predictable if you are
10404 well acquainted with the machine-language code of your program.
10405
10406 @item jump *@var{address}
10407 Resume execution at the instruction at address @var{address}.
10408 @end table
10409
10410 @c Doesn't work on HP-UX; have to set $pcoqh and $pcoqt.
10411 On many systems, you can get much the same effect as the @code{jump}
10412 command by storing a new value into the register @code{$pc}.  The
10413 difference is that this does not start your program running; it only
10414 changes the address of where it @emph{will} run when you continue.  For
10415 example,
10416
10417 @smallexample
10418 set $pc = 0x485
10419 @end smallexample
10420
10421 @noindent
10422 makes the next @code{continue} command or stepping command execute at
10423 address @code{0x485}, rather than at the address where your program stopped.
10424 @xref{Continuing and Stepping, ,Continuing and stepping}.
10425
10426 The most common occasion to use the @code{jump} command is to back
10427 up---perhaps with more breakpoints set---over a portion of a program
10428 that has already executed, in order to examine its execution in more
10429 detail.
10430
10431 @c @group
10432 @node Signaling
10433 @section Giving your program a signal
10434 @cindex deliver a signal to a program
10435
10436 @table @code
10437 @kindex signal
10438 @item signal @var{signal}
10439 Resume execution where your program stopped, but immediately give it the
10440 signal @var{signal}.  @var{signal} can be the name or the number of a
10441 signal.  For example, on many systems @code{signal 2} and @code{signal
10442 SIGINT} are both ways of sending an interrupt signal.
10443
10444 Alternatively, if @var{signal} is zero, continue execution without
10445 giving a signal.  This is useful when your program stopped on account of
10446 a signal and would ordinary see the signal when resumed with the
10447 @code{continue} command; @samp{signal 0} causes it to resume without a
10448 signal.
10449
10450 @code{signal} does not repeat when you press @key{RET} a second time
10451 after executing the command.
10452 @end table
10453 @c @end group
10454
10455 Invoking the @code{signal} command is not the same as invoking the
10456 @code{kill} utility from the shell.  Sending a signal with @code{kill}
10457 causes @value{GDBN} to decide what to do with the signal depending on
10458 the signal handling tables (@pxref{Signals}).  The @code{signal} command
10459 passes the signal directly to your program.
10460
10461
10462 @node Returning
10463 @section Returning from a function
10464
10465 @table @code
10466 @cindex returning from a function
10467 @kindex return
10468 @item return
10469 @itemx return @var{expression}
10470 You can cancel execution of a function call with the @code{return}
10471 command.  If you give an
10472 @var{expression} argument, its value is used as the function's return
10473 value.
10474 @end table
10475
10476 When you use @code{return}, @value{GDBN} discards the selected stack frame
10477 (and all frames within it).  You can think of this as making the
10478 discarded frame return prematurely.  If you wish to specify a value to
10479 be returned, give that value as the argument to @code{return}.
10480
10481 This pops the selected stack frame (@pxref{Selection, ,Selecting a
10482 frame}), and any other frames inside of it, leaving its caller as the
10483 innermost remaining frame.  That frame becomes selected.  The
10484 specified value is stored in the registers used for returning values
10485 of functions.
10486
10487 The @code{return} command does not resume execution; it leaves the
10488 program stopped in the state that would exist if the function had just
10489 returned.  In contrast, the @code{finish} command (@pxref{Continuing
10490 and Stepping, ,Continuing and stepping}) resumes execution until the
10491 selected stack frame returns naturally.
10492
10493 @node Calling
10494 @section Calling program functions
10495
10496 @table @code
10497 @cindex calling functions
10498 @cindex inferior functions, calling
10499 @item print @var{expr}
10500 Evaluate the expression @var{expr} and display the resuling value.
10501 @var{expr} may include calls to functions in the program being
10502 debugged.
10503
10504 @kindex call
10505 @item call @var{expr}
10506 Evaluate the expression @var{expr} without displaying @code{void}
10507 returned values.
10508
10509 You can use this variant of the @code{print} command if you want to
10510 execute a function from your program that does not return anything
10511 (a.k.a.@: @dfn{a void function}), but without cluttering the output
10512 with @code{void} returned values that @value{GDBN} will otherwise
10513 print.  If the result is not void, it is printed and saved in the
10514 value history.
10515 @end table
10516
10517 It is possible for the function you call via the @code{print} or
10518 @code{call} command to generate a signal (e.g., if there's a bug in
10519 the function, or if you passed it incorrect arguments).  What happens
10520 in that case is controlled by the @code{set unwindonsignal} command.
10521
10522 @table @code
10523 @item set unwindonsignal
10524 @kindex set unwindonsignal
10525 @cindex unwind stack in called functions
10526 @cindex call dummy stack unwinding
10527 Set unwinding of the stack if a signal is received while in a function
10528 that @value{GDBN} called in the program being debugged.  If set to on,
10529 @value{GDBN} unwinds the stack it created for the call and restores
10530 the context to what it was before the call.  If set to off (the
10531 default), @value{GDBN} stops in the frame where the signal was
10532 received.
10533
10534 @item show unwindonsignal
10535 @kindex show unwindonsignal
10536 Show the current setting of stack unwinding in the functions called by
10537 @value{GDBN}.
10538 @end table
10539
10540 @cindex weak alias functions
10541 Sometimes, a function you wish to call is actually a @dfn{weak alias}
10542 for another function.  In such case, @value{GDBN} might not pick up
10543 the type information, including the types of the function arguments,
10544 which causes @value{GDBN} to call the inferior function incorrectly.
10545 As a result, the called function will function erroneously and may
10546 even crash.  A solution to that is to use the name of the aliased
10547 function instead.
10548
10549 @node Patching
10550 @section Patching programs
10551
10552 @cindex patching binaries
10553 @cindex writing into executables
10554 @cindex writing into corefiles
10555
10556 By default, @value{GDBN} opens the file containing your program's
10557 executable code (or the corefile) read-only.  This prevents accidental
10558 alterations to machine code; but it also prevents you from intentionally
10559 patching your program's binary.
10560
10561 If you'd like to be able to patch the binary, you can specify that
10562 explicitly with the @code{set write} command.  For example, you might
10563 want to turn on internal debugging flags, or even to make emergency
10564 repairs.
10565
10566 @table @code
10567 @kindex set write
10568 @item set write on
10569 @itemx set write off
10570 If you specify @samp{set write on}, @value{GDBN} opens executable and
10571 core files for both reading and writing; if you specify @samp{set write
10572 off} (the default), @value{GDBN} opens them read-only.
10573
10574 If you have already loaded a file, you must load it again (using the
10575 @code{exec-file} or @code{core-file} command) after changing @code{set
10576 write}, for your new setting to take effect.
10577
10578 @item show write
10579 @kindex show write
10580 Display whether executable files and core files are opened for writing
10581 as well as reading.
10582 @end table
10583
10584 @node GDB Files
10585 @chapter @value{GDBN} Files
10586
10587 @value{GDBN} needs to know the file name of the program to be debugged,
10588 both in order to read its symbol table and in order to start your
10589 program.  To debug a core dump of a previous run, you must also tell
10590 @value{GDBN} the name of the core dump file.
10591
10592 @menu
10593 * Files::                       Commands to specify files
10594 * Separate Debug Files::        Debugging information in separate files
10595 * Symbol Errors::               Errors reading symbol files
10596 @end menu
10597
10598 @node Files
10599 @section Commands to specify files
10600
10601 @cindex symbol table
10602 @cindex core dump file
10603
10604 You may want to specify executable and core dump file names.  The usual
10605 way to do this is at start-up time, using the arguments to
10606 @value{GDBN}'s start-up commands (@pxref{Invocation, , Getting In and
10607 Out of @value{GDBN}}).
10608
10609 Occasionally it is necessary to change to a different file during a
10610 @value{GDBN} session.  Or you may run @value{GDBN} and forget to specify
10611 a file you want to use.  In these situations the @value{GDBN} commands
10612 to specify new files are useful.
10613
10614 @table @code
10615 @cindex executable file
10616 @kindex file
10617 @item file @var{filename}
10618 Use @var{filename} as the program to be debugged.  It is read for its
10619 symbols and for the contents of pure memory.  It is also the program
10620 executed when you use the @code{run} command.  If you do not specify a
10621 directory and the file is not found in the @value{GDBN} working directory,
10622 @value{GDBN} uses the environment variable @code{PATH} as a list of
10623 directories to search, just as the shell does when looking for a program
10624 to run.  You can change the value of this variable, for both @value{GDBN}
10625 and your program, using the @code{path} command.
10626
10627 On systems with memory-mapped files, an auxiliary file named
10628 @file{@var{filename}.syms} may hold symbol table information for
10629 @var{filename}.  If so, @value{GDBN} maps in the symbol table from
10630 @file{@var{filename}.syms}, starting up more quickly.  See the
10631 descriptions of the file options @samp{-mapped} and @samp{-readnow}
10632 (available on the command line, see @ref{File Options, , -readnow},
10633 and with the commands @code{file}, @code{symbol-file}, or
10634 @code{add-symbol-file}, described below), for more information.
10635
10636 @item file
10637 @code{file} with no argument makes @value{GDBN} discard any information it
10638 has on both executable file and the symbol table.
10639
10640 @kindex exec-file
10641 @item exec-file @r{[} @var{filename} @r{]}
10642 Specify that the program to be run (but not the symbol table) is found
10643 in @var{filename}.  @value{GDBN} searches the environment variable @code{PATH}
10644 if necessary to locate your program.  Omitting @var{filename} means to
10645 discard information on the executable file.
10646
10647 @kindex symbol-file
10648 @item symbol-file @r{[} @var{filename} @r{]}
10649 Read symbol table information from file @var{filename}.  @code{PATH} is
10650 searched when necessary.  Use the @code{file} command to get both symbol
10651 table and program to run from the same file.
10652
10653 @code{symbol-file} with no argument clears out @value{GDBN} information on your
10654 program's symbol table.
10655
10656 The @code{symbol-file} command causes @value{GDBN} to forget the contents
10657 of its convenience variables, the value history, and all breakpoints and
10658 auto-display expressions.  This is because they may contain pointers to
10659 the internal data recording symbols and data types, which are part of
10660 the old symbol table data being discarded inside @value{GDBN}.
10661
10662 @code{symbol-file} does not repeat if you press @key{RET} again after
10663 executing it once.
10664
10665 When @value{GDBN} is configured for a particular environment, it
10666 understands debugging information in whatever format is the standard
10667 generated for that environment; you may use either a @sc{gnu} compiler, or
10668 other compilers that adhere to the local conventions.
10669 Best results are usually obtained from @sc{gnu} compilers; for example,
10670 using @code{@value{GCC}} you can generate debugging information for
10671 optimized code.
10672
10673 For most kinds of object files, with the exception of old SVR3 systems
10674 using COFF, the @code{symbol-file} command does not normally read the
10675 symbol table in full right away.  Instead, it scans the symbol table
10676 quickly to find which source files and which symbols are present.  The
10677 details are read later, one source file at a time, as they are needed.
10678
10679 The purpose of this two-stage reading strategy is to make @value{GDBN}
10680 start up faster.  For the most part, it is invisible except for
10681 occasional pauses while the symbol table details for a particular source
10682 file are being read.  (The @code{set verbose} command can turn these
10683 pauses into messages if desired.  @xref{Messages/Warnings, ,Optional
10684 warnings and messages}.)
10685
10686 We have not implemented the two-stage strategy for COFF yet.  When the
10687 symbol table is stored in COFF format, @code{symbol-file} reads the
10688 symbol table data in full right away.  Note that ``stabs-in-COFF''
10689 still does the two-stage strategy, since the debug info is actually
10690 in stabs format.
10691
10692 @kindex readnow
10693 @cindex reading symbols immediately
10694 @cindex symbols, reading immediately
10695 @kindex mapped
10696 @cindex memory-mapped symbol file
10697 @cindex saving symbol table
10698 @item symbol-file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
10699 @itemx file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
10700 You can override the @value{GDBN} two-stage strategy for reading symbol
10701 tables by using the @samp{-readnow} option with any of the commands that
10702 load symbol table information, if you want to be sure @value{GDBN} has the
10703 entire symbol table available.
10704
10705 If memory-mapped files are available on your system through the
10706 @code{mmap} system call, you can use another option, @samp{-mapped}, to
10707 cause @value{GDBN} to write the symbols for your program into a reusable
10708 file.  Future @value{GDBN} debugging sessions map in symbol information
10709 from this auxiliary symbol file (if the program has not changed), rather
10710 than spending time reading the symbol table from the executable
10711 program.  Using the @samp{-mapped} option has the same effect as
10712 starting @value{GDBN} with the @samp{-mapped} command-line option.
10713
10714 You can use both options together, to make sure the auxiliary symbol
10715 file has all the symbol information for your program.
10716
10717 The auxiliary symbol file for a program called @var{myprog} is called
10718 @samp{@var{myprog}.syms}.  Once this file exists (so long as it is newer
10719 than the corresponding executable), @value{GDBN} always attempts to use
10720 it when you debug @var{myprog}; no special options or commands are
10721 needed.
10722
10723 The @file{.syms} file is specific to the host machine where you run
10724 @value{GDBN}.  It holds an exact image of the internal @value{GDBN}
10725 symbol table.  It cannot be shared across multiple host platforms.
10726
10727 @c FIXME: for now no mention of directories, since this seems to be in
10728 @c flux.  13mar1992 status is that in theory GDB would look either in
10729 @c current dir or in same dir as myprog; but issues like competing
10730 @c GDB's, or clutter in system dirs, mean that in practice right now
10731 @c only current dir is used.  FFish says maybe a special GDB hierarchy
10732 @c (eg rooted in val of env var GDBSYMS) could exist for mappable symbol
10733 @c files.
10734
10735 @kindex core-file
10736 @item core-file @r{[}@var{filename}@r{]}
10737 @itemx core
10738 Specify the whereabouts of a core dump file to be used as the ``contents
10739 of memory''.  Traditionally, core files contain only some parts of the
10740 address space of the process that generated them; @value{GDBN} can access the
10741 executable file itself for other parts.
10742
10743 @code{core-file} with no argument specifies that no core file is
10744 to be used.
10745
10746 Note that the core file is ignored when your program is actually running
10747 under @value{GDBN}.  So, if you have been running your program and you
10748 wish to debug a core file instead, you must kill the subprocess in which
10749 the program is running.  To do this, use the @code{kill} command
10750 (@pxref{Kill Process, ,Killing the child process}).
10751
10752 @kindex add-symbol-file
10753 @cindex dynamic linking
10754 @item add-symbol-file @var{filename} @var{address}
10755 @itemx add-symbol-file @var{filename} @var{address} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
10756 @itemx add-symbol-file @var{filename} @r{-s}@var{section} @var{address} @dots{}
10757 The @code{add-symbol-file} command reads additional symbol table
10758 information from the file @var{filename}.  You would use this command
10759 when @var{filename} has been dynamically loaded (by some other means)
10760 into the program that is running.  @var{address} should be the memory
10761 address at which the file has been loaded; @value{GDBN} cannot figure
10762 this out for itself.  You can additionally specify an arbitrary number
10763 of @samp{@r{-s}@var{section} @var{address}} pairs, to give an explicit
10764 section name and base address for that section.  You can specify any
10765 @var{address} as an expression.
10766
10767 The symbol table of the file @var{filename} is added to the symbol table
10768 originally read with the @code{symbol-file} command.  You can use the
10769 @code{add-symbol-file} command any number of times; the new symbol data
10770 thus read keeps adding to the old.  To discard all old symbol data
10771 instead, use the @code{symbol-file} command without any arguments.
10772
10773 @cindex relocatable object files, reading symbols from
10774 @cindex object files, relocatable, reading symbols from
10775 @cindex reading symbols from relocatable object files
10776 @cindex symbols, reading from relocatable object files
10777 @cindex @file{.o} files, reading symbols from
10778 Although @var{filename} is typically a shared library file, an
10779 executable file, or some other object file which has been fully
10780 relocated for loading into a process, you can also load symbolic
10781 information from relocatable @file{.o} files, as long as:
10782
10783 @itemize @bullet
10784 @item
10785 the file's symbolic information refers only to linker symbols defined in
10786 that file, not to symbols defined by other object files,
10787 @item
10788 every section the file's symbolic information refers to has actually
10789 been loaded into the inferior, as it appears in the file, and
10790 @item
10791 you can determine the address at which every section was loaded, and
10792 provide these to the @code{add-symbol-file} command.
10793 @end itemize
10794
10795 @noindent
10796 Some embedded operating systems, like Sun Chorus and VxWorks, can load
10797 relocatable files into an already running program; such systems
10798 typically make the requirements above easy to meet.  However, it's
10799 important to recognize that many native systems use complex link
10800 procedures (@code{.linkonce} section factoring and C@t{++} constructor table
10801 assembly, for example) that make the requirements difficult to meet.  In
10802 general, one cannot assume that using @code{add-symbol-file} to read a
10803 relocatable object file's symbolic information will have the same effect
10804 as linking the relocatable object file into the program in the normal
10805 way.
10806
10807 @code{add-symbol-file} does not repeat if you press @key{RET} after using it.
10808
10809 You can use the @samp{-mapped} and @samp{-readnow} options just as with
10810 the @code{symbol-file} command, to change how @value{GDBN} manages the symbol
10811 table information for @var{filename}.
10812
10813 @kindex add-symbol-file-from-memory
10814 @cindex @code{syscall DSO}
10815 @cindex load symbols from memory
10816 @item add-symbol-file-from-memory @var{address}
10817 Load symbols from the given @var{address} in a dynamically loaded
10818 object file whose image is mapped directly into the inferior's memory.
10819 For example, the Linux kernel maps a @code{syscall DSO} into each
10820 process's address space; this DSO provides kernel-specific code for
10821 some system calls.  The argument can be any expression whose
10822 evaluation yields the address of the file's shared object file header.
10823 For this command to work, you must have used @code{symbol-file} or
10824 @code{exec-file} commands in advance.
10825
10826 @kindex add-shared-symbol-files
10827 @kindex assf
10828 @item add-shared-symbol-files @var{library-file}
10829 @itemx assf @var{library-file}
10830 The @code{add-shared-symbol-files} command can currently be used only
10831 in the Cygwin build of @value{GDBN} on MS-Windows OS, where it is an
10832 alias for the @code{dll-symbols} command (@pxref{Cygwin Native}).
10833 @value{GDBN} automatically looks for shared libraries, however if
10834 @value{GDBN} does not find yours, you can invoke
10835 @code{add-shared-symbol-files}.  It takes one argument: the shared
10836 library's file name.  @code{assf} is a shorthand alias for
10837 @code{add-shared-symbol-files}.
10838
10839 @kindex section
10840 @item section @var{section} @var{addr}
10841 The @code{section} command changes the base address of the named
10842 @var{section} of the exec file to @var{addr}.  This can be used if the
10843 exec file does not contain section addresses, (such as in the
10844 @code{a.out} format), or when the addresses specified in the file
10845 itself are wrong.  Each section must be changed separately.  The
10846 @code{info files} command, described below, lists all the sections and
10847 their addresses.
10848
10849 @kindex info files
10850 @kindex info target
10851 @item info files
10852 @itemx info target
10853 @code{info files} and @code{info target} are synonymous; both print the
10854 current target (@pxref{Targets, ,Specifying a Debugging Target}),
10855 including the names of the executable and core dump files currently in
10856 use by @value{GDBN}, and the files from which symbols were loaded.  The
10857 command @code{help target} lists all possible targets rather than
10858 current ones.
10859
10860 @kindex maint info sections
10861 @item maint info sections
10862 Another command that can give you extra information about program sections
10863 is @code{maint info sections}.  In addition to the section information
10864 displayed by @code{info files}, this command displays the flags and file
10865 offset of each section in the executable and core dump files.  In addition,
10866 @code{maint info sections} provides the following command options (which
10867 may be arbitrarily combined):
10868
10869 @table @code
10870 @item ALLOBJ
10871 Display sections for all loaded object files, including shared libraries.
10872 @item @var{sections}
10873 Display info only for named @var{sections}.
10874 @item @var{section-flags}
10875 Display info only for sections for which @var{section-flags} are true.
10876 The section flags that @value{GDBN} currently knows about are:
10877 @table @code
10878 @item ALLOC
10879 Section will have space allocated in the process when loaded.
10880 Set for all sections except those containing debug information.
10881 @item LOAD
10882 Section will be loaded from the file into the child process memory.
10883 Set for pre-initialized code and data, clear for @code{.bss} sections.
10884 @item RELOC
10885 Section needs to be relocated before loading.
10886 @item READONLY
10887 Section cannot be modified by the child process.
10888 @item CODE
10889 Section contains executable code only.
10890 @item DATA
10891 Section contains data only (no executable code).
10892 @item ROM
10893 Section will reside in ROM.
10894 @item CONSTRUCTOR
10895 Section contains data for constructor/destructor lists.
10896 @item HAS_CONTENTS
10897 Section is not empty.
10898 @item NEVER_LOAD
10899 An instruction to the linker to not output the section.
10900 @item COFF_SHARED_LIBRARY
10901 A notification to the linker that the section contains
10902 COFF shared library information.
10903 @item IS_COMMON
10904 Section contains common symbols.
10905 @end table
10906 @end table
10907 @kindex set trust-readonly-sections
10908 @cindex read-only sections
10909 @item set trust-readonly-sections on
10910 Tell @value{GDBN} that readonly sections in your object file
10911 really are read-only (i.e.@: that their contents will not change).
10912 In that case, @value{GDBN} can fetch values from these sections
10913 out of the object file, rather than from the target program.
10914 For some targets (notably embedded ones), this can be a significant
10915 enhancement to debugging performance.
10916
10917 The default is off.
10918
10919 @item set trust-readonly-sections off
10920 Tell @value{GDBN} not to trust readonly sections.  This means that
10921 the contents of the section might change while the program is running,
10922 and must therefore be fetched from the target when needed.
10923
10924 @item show trust-readonly-sections
10925 Show the current setting of trusting readonly sections.
10926 @end table
10927
10928 All file-specifying commands allow both absolute and relative file names
10929 as arguments.  @value{GDBN} always converts the file name to an absolute file
10930 name and remembers it that way.
10931
10932 @cindex shared libraries
10933 @value{GDBN} supports GNU/Linux, MS-Windows, HP-UX, SunOS, SVr4, Irix,
10934 and IBM RS/6000 AIX shared libraries.
10935
10936 @value{GDBN} automatically loads symbol definitions from shared libraries
10937 when you use the @code{run} command, or when you examine a core file.
10938 (Before you issue the @code{run} command, @value{GDBN} does not understand
10939 references to a function in a shared library, however---unless you are
10940 debugging a core file).
10941
10942 On HP-UX, if the program loads a library explicitly, @value{GDBN}
10943 automatically loads the symbols at the time of the @code{shl_load} call.
10944
10945 @c FIXME: some @value{GDBN} release may permit some refs to undef
10946 @c FIXME...symbols---eg in a break cmd---assuming they are from a shared
10947 @c FIXME...lib; check this from time to time when updating manual
10948
10949 There are times, however, when you may wish to not automatically load
10950 symbol definitions from shared libraries, such as when they are
10951 particularly large or there are many of them.
10952
10953 To control the automatic loading of shared library symbols, use the
10954 commands:
10955
10956 @table @code
10957 @kindex set auto-solib-add
10958 @item set auto-solib-add @var{mode}
10959 If @var{mode} is @code{on}, symbols from all shared object libraries
10960 will be loaded automatically when the inferior begins execution, you
10961 attach to an independently started inferior, or when the dynamic linker
10962 informs @value{GDBN} that a new library has been loaded.  If @var{mode}
10963 is @code{off}, symbols must be loaded manually, using the
10964 @code{sharedlibrary} command.  The default value is @code{on}.
10965
10966 @cindex memory used for symbol tables
10967 If your program uses lots of shared libraries with debug info that
10968 takes large amounts of memory, you can decrease the @value{GDBN}
10969 memory footprint by preventing it from automatically loading the
10970 symbols from shared libraries.  To that end, type @kbd{set
10971 auto-solib-add off} before running the inferior, then load each
10972 library whose debug symbols you do need with @kbd{sharedlibrary
10973 @var{regexp}}, where @var{regexp} is a regular expresion that matches
10974 the libraries whose symbols you want to be loaded.
10975
10976 @kindex show auto-solib-add
10977 @item show auto-solib-add
10978 Display the current autoloading mode.
10979 @end table
10980
10981 @cindex load shared library
10982 To explicitly load shared library symbols, use the @code{sharedlibrary}
10983 command:
10984
10985 @table @code
10986 @kindex info sharedlibrary
10987 @kindex info share
10988 @item info share
10989 @itemx info sharedlibrary
10990 Print the names of the shared libraries which are currently loaded.
10991
10992 @kindex sharedlibrary
10993 @kindex share
10994 @item sharedlibrary @var{regex}
10995 @itemx share @var{regex}
10996 Load shared object library symbols for files matching a
10997 Unix regular expression.
10998 As with files loaded automatically, it only loads shared libraries
10999 required by your program for a core file or after typing @code{run}.  If
11000 @var{regex} is omitted all shared libraries required by your program are
11001 loaded.
11002
11003 @item nosharedlibrary
11004 @kindex nosharedlibrary
11005 @cindex unload symbols from shared libraries
11006 Unload all shared object library symbols.  This discards all symbols
11007 that have been loaded from all shared libraries.  Symbols from shared
11008 libraries that were loaded by explicit user requests are not
11009 discarded.
11010 @end table
11011
11012 Sometimes you may wish that @value{GDBN} stops and gives you control
11013 when any of shared library events happen.  Use the @code{set
11014 stop-on-solib-events} command for this:
11015
11016 @table @code
11017 @item set stop-on-solib-events
11018 @kindex set stop-on-solib-events
11019 This command controls whether @value{GDBN} should give you control
11020 when the dynamic linker notifies it about some shared library event.
11021 The most common event of interest is loading or unloading of a new
11022 shared library.
11023
11024 @item show stop-on-solib-events
11025 @kindex show stop-on-solib-events
11026 Show whether @value{GDBN} stops and gives you control when shared
11027 library events happen.
11028 @end table
11029
11030 Shared libraries are also supported in many cross or remote debugging
11031 configurations.  A copy of the target's libraries need to be present on the
11032 host system; they need to be the same as the target libraries, although the
11033 copies on the target can be stripped as long as the copies on the host are
11034 not.
11035
11036 You need to tell @value{GDBN} where the target libraries are, so that it can
11037 load the correct copies---otherwise, it may try to load the host's libraries.
11038 @value{GDBN} has two variables to specify the search directories for target
11039 libraries.
11040
11041 @table @code
11042 @kindex set solib-absolute-prefix
11043 @item set solib-absolute-prefix @var{path}
11044 If this variable is set, @var{path} will be used as a prefix for any
11045 absolute shared library paths; many runtime loaders store the absolute
11046 paths to the shared library in the target program's memory.  If you use
11047 @samp{solib-absolute-prefix} to find shared libraries, they need to be laid
11048 out in the same way that they are on the target, with e.g.@: a
11049 @file{/usr/lib} hierarchy under @var{path}.
11050
11051 You can set the default value of @samp{solib-absolute-prefix} by using the
11052 configure-time @samp{--with-sysroot} option.
11053
11054 @kindex show solib-absolute-prefix
11055 @item show solib-absolute-prefix
11056 Display the current shared library prefix.
11057
11058 @kindex set solib-search-path
11059 @item set solib-search-path @var{path}
11060 If this variable is set, @var{path} is a colon-separated list of directories
11061 to search for shared libraries.  @samp{solib-search-path} is used after
11062 @samp{solib-absolute-prefix} fails to locate the library, or if the path to
11063 the library is relative instead of absolute.  If you want to use
11064 @samp{solib-search-path} instead of @samp{solib-absolute-prefix}, be sure to
11065 set @samp{solib-absolute-prefix} to a nonexistant directory to prevent
11066 @value{GDBN} from finding your host's libraries.
11067
11068 @kindex show solib-search-path
11069 @item show solib-search-path
11070 Display the current shared library search path.
11071 @end table
11072
11073
11074 @node Separate Debug Files
11075 @section Debugging Information in Separate Files
11076 @cindex separate debugging information files
11077 @cindex debugging information in separate files
11078 @cindex @file{.debug} subdirectories
11079 @cindex debugging information directory, global
11080 @cindex global debugging information directory
11081
11082 @value{GDBN} allows you to put a program's debugging information in a
11083 file separate from the executable itself, in a way that allows
11084 @value{GDBN} to find and load the debugging information automatically.
11085 Since debugging information can be very large --- sometimes larger
11086 than the executable code itself --- some systems distribute debugging
11087 information for their executables in separate files, which users can
11088 install only when they need to debug a problem.
11089
11090 If an executable's debugging information has been extracted to a
11091 separate file, the executable should contain a @dfn{debug link} giving
11092 the name of the debugging information file (with no directory
11093 components), and a checksum of its contents.  (The exact form of a
11094 debug link is described below.)  If the full name of the directory
11095 containing the executable is @var{execdir}, and the executable has a
11096 debug link that specifies the name @var{debugfile}, then @value{GDBN}
11097 will automatically search for the debugging information file in three
11098 places:
11099
11100 @itemize @bullet
11101 @item
11102 the directory containing the executable file (that is, it will look
11103 for a file named @file{@var{execdir}/@var{debugfile}},
11104 @item
11105 a subdirectory of that directory named @file{.debug} (that is, the
11106 file @file{@var{execdir}/.debug/@var{debugfile}}, and
11107 @item
11108 a subdirectory of the global debug file directory that includes the
11109 executable's full path, and the name from the link (that is, the file
11110 @file{@var{globaldebugdir}/@var{execdir}/@var{debugfile}}, where
11111 @var{globaldebugdir} is the global debug file directory, and
11112 @var{execdir} has been turned into a relative path).
11113 @end itemize
11114 @noindent
11115 @value{GDBN} checks under each of these names for a debugging
11116 information file whose checksum matches that given in the link, and
11117 reads the debugging information from the first one it finds.
11118
11119 So, for example, if you ask @value{GDBN} to debug @file{/usr/bin/ls},
11120 which has a link containing the name @file{ls.debug}, and the global
11121 debug directory is @file{/usr/lib/debug}, then @value{GDBN} will look
11122 for debug information in @file{/usr/bin/ls.debug},
11123 @file{/usr/bin/.debug/ls.debug}, and
11124 @file{/usr/lib/debug/usr/bin/ls.debug}.
11125
11126 You can set the global debugging info directory's name, and view the
11127 name @value{GDBN} is currently using.
11128
11129 @table @code
11130
11131 @kindex set debug-file-directory
11132 @item set debug-file-directory @var{directory}
11133 Set the directory which @value{GDBN} searches for separate debugging
11134 information files to @var{directory}.
11135
11136 @kindex show debug-file-directory
11137 @item show debug-file-directory
11138 Show the directory @value{GDBN} searches for separate debugging
11139 information files.
11140
11141 @end table
11142
11143 @cindex @code{.gnu_debuglink} sections
11144 @cindex debug links
11145 A debug link is a special section of the executable file named
11146 @code{.gnu_debuglink}.  The section must contain:
11147
11148 @itemize
11149 @item
11150 A filename, with any leading directory components removed, followed by
11151 a zero byte,
11152 @item
11153 zero to three bytes of padding, as needed to reach the next four-byte
11154 boundary within the section, and
11155 @item
11156 a four-byte CRC checksum, stored in the same endianness used for the
11157 executable file itself.  The checksum is computed on the debugging
11158 information file's full contents by the function given below, passing
11159 zero as the @var{crc} argument.
11160 @end itemize
11161
11162 Any executable file format can carry a debug link, as long as it can
11163 contain a section named @code{.gnu_debuglink} with the contents
11164 described above.
11165
11166 The debugging information file itself should be an ordinary
11167 executable, containing a full set of linker symbols, sections, and
11168 debugging information.  The sections of the debugging information file
11169 should have the same names, addresses and sizes as the original file,
11170 but they need not contain any data --- much like a @code{.bss} section
11171 in an ordinary executable.
11172
11173 As of December 2002, there is no standard GNU utility to produce
11174 separated executable / debugging information file pairs.  Ulrich
11175 Drepper's @file{elfutils} package, starting with version 0.53,
11176 contains a version of the @code{strip} command such that the command
11177 @kbd{strip foo -f foo.debug} removes the debugging information from
11178 the executable file @file{foo}, places it in the file
11179 @file{foo.debug}, and leaves behind a debug link in @file{foo}.
11180
11181 Since there are many different ways to compute CRC's (different
11182 polynomials, reversals, byte ordering, etc.), the simplest way to
11183 describe the CRC used in @code{.gnu_debuglink} sections is to give the
11184 complete code for a function that computes it:
11185
11186 @kindex gnu_debuglink_crc32
11187 @smallexample
11188 unsigned long
11189 gnu_debuglink_crc32 (unsigned long crc,
11190                      unsigned char *buf, size_t len)
11191 @{
11192   static const unsigned long crc32_table[256] =
11193     @{
11194       0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419,
11195       0x706af48f, 0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4,
11196       0xe0d5e91e, 0x97d2d988, 0x09b64c2b, 0x7eb17cbd, 0xe7b82d07,
11197       0x90bf1d91, 0x1db71064, 0x6ab020f2, 0xf3b97148, 0x84be41de,
11198       0x1adad47d, 0x6ddde4eb, 0xf4d4b551, 0x83d385c7, 0x136c9856,
11199       0x646ba8c0, 0xfd62f97a, 0x8a65c9ec, 0x14015c4f, 0x63066cd9,
11200       0xfa0f3d63, 0x8d080df5, 0x3b6e20c8, 0x4c69105e, 0xd56041e4,
11201       0xa2677172, 0x3c03e4d1, 0x4b04d447, 0xd20d85fd, 0xa50ab56b,
11202       0x35b5a8fa, 0x42b2986c, 0xdbbbc9d6, 0xacbcf940, 0x32d86ce3,
11203       0x45df5c75, 0xdcd60dcf, 0xabd13d59, 0x26d930ac, 0x51de003a,
11204       0xc8d75180, 0xbfd06116, 0x21b4f4b5, 0x56b3c423, 0xcfba9599,
11205       0xb8bda50f, 0x2802b89e, 0x5f058808, 0xc60cd9b2, 0xb10be924,
11206       0x2f6f7c87, 0x58684c11, 0xc1611dab, 0xb6662d3d, 0x76dc4190,
11207       0x01db7106, 0x98d220bc, 0xefd5102a, 0x71b18589, 0x06b6b51f,
11208       0x9fbfe4a5, 0xe8b8d433, 0x7807c9a2, 0x0f00f934, 0x9609a88e,
11209       0xe10e9818, 0x7f6a0dbb, 0x086d3d2d, 0x91646c97, 0xe6635c01,
11210       0x6b6b51f4, 0x1c6c6162, 0x856530d8, 0xf262004e, 0x6c0695ed,
11211       0x1b01a57b, 0x8208f4c1, 0xf50fc457, 0x65b0d9c6, 0x12b7e950,
11212       0x8bbeb8ea, 0xfcb9887c, 0x62dd1ddf, 0x15da2d49, 0x8cd37cf3,
11213       0xfbd44c65, 0x4db26158, 0x3ab551ce, 0xa3bc0074, 0xd4bb30e2,
11214       0x4adfa541, 0x3dd895d7, 0xa4d1c46d, 0xd3d6f4fb, 0x4369e96a,
11215       0x346ed9fc, 0xad678846, 0xda60b8d0, 0x44042d73, 0x33031de5,
11216       0xaa0a4c5f, 0xdd0d7cc9, 0x5005713c, 0x270241aa, 0xbe0b1010,
11217       0xc90c2086, 0x5768b525, 0x206f85b3, 0xb966d409, 0xce61e49f,
11218       0x5edef90e, 0x29d9c998, 0xb0d09822, 0xc7d7a8b4, 0x59b33d17,
11219       0x2eb40d81, 0xb7bd5c3b, 0xc0ba6cad, 0xedb88320, 0x9abfb3b6,
11220       0x03b6e20c, 0x74b1d29a, 0xead54739, 0x9dd277af, 0x04db2615,
11221       0x73dc1683, 0xe3630b12, 0x94643b84, 0x0d6d6a3e, 0x7a6a5aa8,
11222       0xe40ecf0b, 0x9309ff9d, 0x0a00ae27, 0x7d079eb1, 0xf00f9344,
11223       0x8708a3d2, 0x1e01f268, 0x6906c2fe, 0xf762575d, 0x806567cb,
11224       0x196c3671, 0x6e6b06e7, 0xfed41b76, 0x89d32be0, 0x10da7a5a,
11225       0x67dd4acc, 0xf9b9df6f, 0x8ebeeff9, 0x17b7be43, 0x60b08ed5,
11226       0xd6d6a3e8, 0xa1d1937e, 0x38d8c2c4, 0x4fdff252, 0xd1bb67f1,
11227       0xa6bc5767, 0x3fb506dd, 0x48b2364b, 0xd80d2bda, 0xaf0a1b4c,
11228       0x36034af6, 0x41047a60, 0xdf60efc3, 0xa867df55, 0x316e8eef,
11229       0x4669be79, 0xcb61b38c, 0xbc66831a, 0x256fd2a0, 0x5268e236,
11230       0xcc0c7795, 0xbb0b4703, 0x220216b9, 0x5505262f, 0xc5ba3bbe,
11231       0xb2bd0b28, 0x2bb45a92, 0x5cb36a04, 0xc2d7ffa7, 0xb5d0cf31,
11232       0x2cd99e8b, 0x5bdeae1d, 0x9b64c2b0, 0xec63f226, 0x756aa39c,
11233       0x026d930a, 0x9c0906a9, 0xeb0e363f, 0x72076785, 0x05005713,
11234       0x95bf4a82, 0xe2b87a14, 0x7bb12bae, 0x0cb61b38, 0x92d28e9b,
11235       0xe5d5be0d, 0x7cdcefb7, 0x0bdbdf21, 0x86d3d2d4, 0xf1d4e242,
11236       0x68ddb3f8, 0x1fda836e, 0x81be16cd, 0xf6b9265b, 0x6fb077e1,
11237       0x18b74777, 0x88085ae6, 0xff0f6a70, 0x66063bca, 0x11010b5c,
11238       0x8f659eff, 0xf862ae69, 0x616bffd3, 0x166ccf45, 0xa00ae278,
11239       0xd70dd2ee, 0x4e048354, 0x3903b3c2, 0xa7672661, 0xd06016f7,
11240       0x4969474d, 0x3e6e77db, 0xaed16a4a, 0xd9d65adc, 0x40df0b66,
11241       0x37d83bf0, 0xa9bcae53, 0xdebb9ec5, 0x47b2cf7f, 0x30b5ffe9,
11242       0xbdbdf21c, 0xcabac28a, 0x53b39330, 0x24b4a3a6, 0xbad03605,
11243       0xcdd70693, 0x54de5729, 0x23d967bf, 0xb3667a2e, 0xc4614ab8,
11244       0x5d681b02, 0x2a6f2b94, 0xb40bbe37, 0xc30c8ea1, 0x5a05df1b,
11245       0x2d02ef8d
11246     @};
11247   unsigned char *end;
11248
11249   crc = ~crc & 0xffffffff;
11250   for (end = buf + len; buf < end; ++buf)
11251     crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);
11252   return ~crc & 0xffffffff;
11253 @}
11254 @end smallexample
11255
11256
11257 @node Symbol Errors
11258 @section Errors reading symbol files
11259
11260 While reading a symbol file, @value{GDBN} occasionally encounters problems,
11261 such as symbol types it does not recognize, or known bugs in compiler
11262 output.  By default, @value{GDBN} does not notify you of such problems, since
11263 they are relatively common and primarily of interest to people
11264 debugging compilers.  If you are interested in seeing information
11265 about ill-constructed symbol tables, you can either ask @value{GDBN} to print
11266 only one message about each such type of problem, no matter how many
11267 times the problem occurs; or you can ask @value{GDBN} to print more messages,
11268 to see how many times the problems occur, with the @code{set
11269 complaints} command (@pxref{Messages/Warnings, ,Optional warnings and
11270 messages}).
11271
11272 The messages currently printed, and their meanings, include:
11273
11274 @table @code
11275 @item inner block not inside outer block in @var{symbol}
11276
11277 The symbol information shows where symbol scopes begin and end
11278 (such as at the start of a function or a block of statements).  This
11279 error indicates that an inner scope block is not fully contained
11280 in its outer scope blocks.
11281
11282 @value{GDBN} circumvents the problem by treating the inner block as if it had
11283 the same scope as the outer block.  In the error message, @var{symbol}
11284 may be shown as ``@code{(don't know)}'' if the outer block is not a
11285 function.
11286
11287 @item block at @var{address} out of order
11288
11289 The symbol information for symbol scope blocks should occur in
11290 order of increasing addresses.  This error indicates that it does not
11291 do so.
11292
11293 @value{GDBN} does not circumvent this problem, and has trouble
11294 locating symbols in the source file whose symbols it is reading.  (You
11295 can often determine what source file is affected by specifying
11296 @code{set verbose on}.  @xref{Messages/Warnings, ,Optional warnings and
11297 messages}.)
11298
11299 @item bad block start address patched
11300
11301 The symbol information for a symbol scope block has a start address
11302 smaller than the address of the preceding source line.  This is known
11303 to occur in the SunOS 4.1.1 (and earlier) C compiler.
11304
11305 @value{GDBN} circumvents the problem by treating the symbol scope block as
11306 starting on the previous source line.
11307
11308 @item bad string table offset in symbol @var{n}
11309
11310 @cindex foo
11311 Symbol number @var{n} contains a pointer into the string table which is
11312 larger than the size of the string table.
11313
11314 @value{GDBN} circumvents the problem by considering the symbol to have the
11315 name @code{foo}, which may cause other problems if many symbols end up
11316 with this name.
11317
11318 @item unknown symbol type @code{0x@var{nn}}
11319
11320 The symbol information contains new data types that @value{GDBN} does
11321 not yet know how to read.  @code{0x@var{nn}} is the symbol type of the
11322 uncomprehended information, in hexadecimal.
11323
11324 @value{GDBN} circumvents the error by ignoring this symbol information.
11325 This usually allows you to debug your program, though certain symbols
11326 are not accessible.  If you encounter such a problem and feel like
11327 debugging it, you can debug @code{@value{GDBP}} with itself, breakpoint
11328 on @code{complain}, then go up to the function @code{read_dbx_symtab}
11329 and examine @code{*bufp} to see the symbol.
11330
11331 @item stub type has NULL name
11332
11333 @value{GDBN} could not find the full definition for a struct or class.
11334
11335 @item const/volatile indicator missing (ok if using g++ v1.x), got@dots{}
11336 The symbol information for a C@t{++} member function is missing some
11337 information that recent versions of the compiler should have output for
11338 it.
11339
11340 @item info mismatch between compiler and debugger
11341
11342 @value{GDBN} could not parse a type specification output by the compiler.
11343
11344 @end table
11345
11346 @node Targets
11347 @chapter Specifying a Debugging Target
11348
11349 @cindex debugging target
11350 A @dfn{target} is the execution environment occupied by your program.
11351
11352 Often, @value{GDBN} runs in the same host environment as your program;
11353 in that case, the debugging target is specified as a side effect when
11354 you use the @code{file} or @code{core} commands.  When you need more
11355 flexibility---for example, running @value{GDBN} on a physically separate
11356 host, or controlling a standalone system over a serial port or a
11357 realtime system over a TCP/IP connection---you can use the @code{target}
11358 command to specify one of the target types configured for @value{GDBN}
11359 (@pxref{Target Commands, ,Commands for managing targets}).
11360
11361 @cindex target architecture
11362 It is possible to build @value{GDBN} for several different @dfn{target
11363 architectures}.  When @value{GDBN} is built like that, you can choose
11364 one of the available architectures with the @kbd{set architecture}
11365 command.
11366
11367 @table @code
11368 @kindex set architecture
11369 @kindex show architecture
11370 @item set architecture @var{arch}
11371 This command sets the current target architecture to @var{arch}.  The
11372 value of @var{arch} can be @code{"auto"}, in addition to one of the
11373 supported architectures.
11374
11375 @item show architecture
11376 Show the current target architecture.
11377
11378 @item set processor
11379 @itemx processor
11380 @kindex set processor
11381 @kindex show processor
11382 These are alias commands for, respectively, @code{set architecture}
11383 and @code{show architecture}.
11384 @end table
11385
11386 @menu
11387 * Active Targets::              Active targets
11388 * Target Commands::             Commands for managing targets
11389 * Byte Order::                  Choosing target byte order
11390 * Remote::                      Remote debugging
11391 * KOD::                         Kernel Object Display
11392
11393 @end menu
11394
11395 @node Active Targets
11396 @section Active targets
11397
11398 @cindex stacking targets
11399 @cindex active targets
11400 @cindex multiple targets
11401
11402 There are three classes of targets: processes, core files, and
11403 executable files.  @value{GDBN} can work concurrently on up to three
11404 active targets, one in each class.  This allows you to (for example)
11405 start a process and inspect its activity without abandoning your work on
11406 a core file.
11407
11408 For example, if you execute @samp{gdb a.out}, then the executable file
11409 @code{a.out} is the only active target.  If you designate a core file as
11410 well---presumably from a prior run that crashed and coredumped---then
11411 @value{GDBN} has two active targets and uses them in tandem, looking
11412 first in the corefile target, then in the executable file, to satisfy
11413 requests for memory addresses.  (Typically, these two classes of target
11414 are complementary, since core files contain only a program's
11415 read-write memory---variables and so on---plus machine status, while
11416 executable files contain only the program text and initialized data.)
11417
11418 When you type @code{run}, your executable file becomes an active process
11419 target as well.  When a process target is active, all @value{GDBN}
11420 commands requesting memory addresses refer to that target; addresses in
11421 an active core file or executable file target are obscured while the
11422 process target is active.
11423
11424 Use the @code{core-file} and @code{exec-file} commands to select a new
11425 core file or executable target (@pxref{Files, ,Commands to specify
11426 files}).  To specify as a target a process that is already running, use
11427 the @code{attach} command (@pxref{Attach, ,Debugging an already-running
11428 process}).
11429
11430 @node Target Commands
11431 @section Commands for managing targets
11432
11433 @table @code
11434 @item target @var{type} @var{parameters}
11435 Connects the @value{GDBN} host environment to a target machine or
11436 process.  A target is typically a protocol for talking to debugging
11437 facilities.  You use the argument @var{type} to specify the type or
11438 protocol of the target machine.
11439
11440 Further @var{parameters} are interpreted by the target protocol, but
11441 typically include things like device names or host names to connect
11442 with, process numbers, and baud rates.
11443
11444 The @code{target} command does not repeat if you press @key{RET} again
11445 after executing the command.
11446
11447 @kindex help target
11448 @item help target
11449 Displays the names of all targets available.  To display targets
11450 currently selected, use either @code{info target} or @code{info files}
11451 (@pxref{Files, ,Commands to specify files}).
11452
11453 @item help target @var{name}
11454 Describe a particular target, including any parameters necessary to
11455 select it.
11456
11457 @kindex set gnutarget
11458 @item set gnutarget @var{args}
11459 @value{GDBN} uses its own library BFD to read your files.  @value{GDBN}
11460 knows whether it is reading an @dfn{executable},
11461 a @dfn{core}, or a @dfn{.o} file; however, you can specify the file format
11462 with the @code{set gnutarget} command.  Unlike most @code{target} commands,
11463 with @code{gnutarget} the @code{target} refers to a program, not a machine.
11464
11465 @quotation
11466 @emph{Warning:} To specify a file format with @code{set gnutarget},
11467 you must know the actual BFD name.
11468 @end quotation
11469
11470 @noindent
11471 @xref{Files, , Commands to specify files}.
11472
11473 @kindex show gnutarget
11474 @item show gnutarget
11475 Use the @code{show gnutarget} command to display what file format
11476 @code{gnutarget} is set to read.  If you have not set @code{gnutarget},
11477 @value{GDBN} will determine the file format for each file automatically,
11478 and @code{show gnutarget} displays @samp{The current BDF target is "auto"}.
11479 @end table
11480
11481 @cindex common targets
11482 Here are some common targets (available, or not, depending on the GDB
11483 configuration):
11484
11485 @table @code
11486 @kindex target
11487 @item target exec @var{program}
11488 @cindex executable file target
11489 An executable file.  @samp{target exec @var{program}} is the same as
11490 @samp{exec-file @var{program}}.
11491
11492 @item target core @var{filename}
11493 @cindex core dump file target
11494 A core dump file.  @samp{target core @var{filename}} is the same as
11495 @samp{core-file @var{filename}}.
11496
11497 @item target remote @var{dev}
11498 @cindex remote target
11499 Remote serial target in GDB-specific protocol.  The argument @var{dev}
11500 specifies what serial device to use for the connection (e.g.
11501 @file{/dev/ttya}). @xref{Remote, ,Remote debugging}.  @code{target remote}
11502 supports the @code{load} command.  This is only useful if you have
11503 some other way of getting the stub to the target system, and you can put
11504 it somewhere in memory where it won't get clobbered by the download.
11505
11506 @item target sim
11507 @cindex built-in simulator target
11508 Builtin CPU simulator.  @value{GDBN} includes simulators for most architectures.
11509 In general,
11510 @smallexample
11511         target sim
11512         load
11513         run
11514 @end smallexample
11515 @noindent
11516 works; however, you cannot assume that a specific memory map, device
11517 drivers, or even basic I/O is available, although some simulators do
11518 provide these.  For info about any processor-specific simulator details,
11519 see the appropriate section in @ref{Embedded Processors, ,Embedded
11520 Processors}.
11521
11522 @end table
11523
11524 Some configurations may include these targets as well:
11525
11526 @table @code
11527
11528 @item target nrom @var{dev}
11529 @cindex NetROM ROM emulator target
11530 NetROM ROM emulator.  This target only supports downloading.
11531
11532 @end table
11533
11534 Different targets are available on different configurations of @value{GDBN};
11535 your configuration may have more or fewer targets.
11536
11537 Many remote targets require you to download the executable's code once
11538 you've successfully established a connection.  You may wish to control
11539 various aspects of this process, such as the size of the data chunks
11540 used by @value{GDBN} to download program parts to the remote target.
11541
11542 @table @code
11543 @kindex set download-write-size
11544 @item set download-write-size @var{size}
11545 Set the write size used when downloading a program.  Only used when
11546 downloading a program onto a remote target.  Specify zero or a
11547 negative value to disable blocked writes.  The actual size of each
11548 transfer is also limited by the size of the target packet and the
11549 memory cache.
11550
11551 @kindex show download-write-size
11552 @item show download-write-size
11553 @kindex show download-write-size
11554 Show the current value of the write size.
11555
11556 @item set hash
11557 @kindex set hash@r{, for remote monitors}
11558 @cindex hash mark while downloading
11559 This command controls whether a hash mark @samp{#} is displayed while
11560 downloading a file to the remote monitor.  If on, a hash mark is
11561 displayed after each S-record is successfully downloaded to the
11562 monitor.
11563
11564 @item show hash
11565 @kindex show hash@r{, for remote monitors}
11566 Show the current status of displaying the hash mark.
11567
11568 @item set debug monitor
11569 @kindex set debug monitor
11570 @cindex display remote monitor communications
11571 Enable or disable display of communications messages between
11572 @value{GDBN} and the remote monitor.
11573
11574 @item show debug monitor
11575 @kindex show debug monitor
11576 Show the current status of displaying communications between
11577 @value{GDBN} and the remote monitor.
11578 @end table
11579
11580 @table @code
11581
11582 @kindex load @var{filename}
11583 @item load @var{filename}
11584 Depending on what remote debugging facilities are configured into
11585 @value{GDBN}, the @code{load} command may be available.  Where it exists, it
11586 is meant to make @var{filename} (an executable) available for debugging
11587 on the remote system---by downloading, or dynamic linking, for example.
11588 @code{load} also records the @var{filename} symbol table in @value{GDBN}, like
11589 the @code{add-symbol-file} command.
11590
11591 If your @value{GDBN} does not have a @code{load} command, attempting to
11592 execute it gets the error message ``@code{You can't do that when your
11593 target is @dots{}}''
11594
11595 The file is loaded at whatever address is specified in the executable.
11596 For some object file formats, you can specify the load address when you
11597 link the program; for other formats, like a.out, the object file format
11598 specifies a fixed address.
11599 @c FIXME! This would be a good place for an xref to the GNU linker doc.
11600
11601 @code{load} does not repeat if you press @key{RET} again after using it.
11602 @end table
11603
11604 @node Byte Order
11605 @section Choosing target byte order
11606
11607 @cindex choosing target byte order
11608 @cindex target byte order
11609
11610 Some types of processors, such as the MIPS, PowerPC, and Renesas SH,
11611 offer the ability to run either big-endian or little-endian byte
11612 orders.  Usually the executable or symbol will include a bit to
11613 designate the endian-ness, and you will not need to worry about
11614 which to use.  However, you may still find it useful to adjust
11615 @value{GDBN}'s idea of processor endian-ness manually.
11616
11617 @table @code
11618 @kindex set endian
11619 @item set endian big
11620 Instruct @value{GDBN} to assume the target is big-endian.
11621
11622 @item set endian little
11623 Instruct @value{GDBN} to assume the target is little-endian.
11624
11625 @item set endian auto
11626 Instruct @value{GDBN} to use the byte order associated with the
11627 executable.
11628
11629 @item show endian
11630 Display @value{GDBN}'s current idea of the target byte order.
11631
11632 @end table
11633
11634 Note that these commands merely adjust interpretation of symbolic
11635 data on the host, and that they have absolutely no effect on the
11636 target system.
11637
11638 @node Remote
11639 @section Remote debugging
11640 @cindex remote debugging
11641
11642 If you are trying to debug a program running on a machine that cannot run
11643 @value{GDBN} in the usual way, it is often useful to use remote debugging.
11644 For example, you might use remote debugging on an operating system kernel,
11645 or on a small system which does not have a general purpose operating system
11646 powerful enough to run a full-featured debugger.
11647
11648 Some configurations of @value{GDBN} have special serial or TCP/IP interfaces
11649 to make this work with particular debugging targets.  In addition,
11650 @value{GDBN} comes with a generic serial protocol (specific to @value{GDBN},
11651 but not specific to any particular target system) which you can use if you
11652 write the remote stubs---the code that runs on the remote system to
11653 communicate with @value{GDBN}.
11654
11655 Other remote targets may be available in your
11656 configuration of @value{GDBN}; use @code{help target} to list them.
11657
11658 Once you've connected to the remote target, @value{GDBN} allows you to
11659 send arbitrary commands to the remote monitor:
11660
11661 @table @code
11662 @item remote @var{command}
11663 @kindex remote@r{, a command}
11664 @cindex send command to remote monitor
11665 Send an arbitrary @var{command} string to the remote monitor.
11666 @end table
11667
11668
11669 @node KOD
11670 @section Kernel Object Display
11671 @cindex kernel object display
11672 @cindex KOD
11673
11674 Some targets support kernel object display.  Using this facility,
11675 @value{GDBN} communicates specially with the underlying operating system
11676 and can display information about operating system-level objects such as
11677 mutexes and other synchronization objects.  Exactly which objects can be
11678 displayed is determined on a per-OS basis.
11679
11680 @kindex set os
11681 Use the @code{set os} command to set the operating system.  This tells
11682 @value{GDBN} which kernel object display module to initialize:
11683
11684 @smallexample
11685 (@value{GDBP}) set os cisco
11686 @end smallexample
11687
11688 @kindex show os
11689 The associated command @code{show os} displays the operating system
11690 set with the @code{set os} command; if no operating system has been
11691 set, @code{show os} will display an empty string @samp{""}.
11692
11693 If @code{set os} succeeds, @value{GDBN} will display some information
11694 about the operating system, and will create a new @code{info} command
11695 which can be used to query the target.  The @code{info} command is named
11696 after the operating system:
11697
11698 @kindex info cisco
11699 @smallexample
11700 (@value{GDBP}) info cisco
11701 List of Cisco Kernel Objects
11702 Object     Description
11703 any        Any and all objects
11704 @end smallexample
11705
11706 Further subcommands can be used to query about particular objects known
11707 by the kernel.
11708
11709 There is currently no way to determine whether a given operating
11710 system is supported other than to try setting it with @kbd{set os
11711 @var{name}}, where @var{name} is the name of the operating system you
11712 want to try.
11713
11714
11715 @node Remote Debugging
11716 @chapter Debugging remote programs
11717
11718 @menu
11719 * Connecting::                  Connecting to a remote target
11720 * Server::                      Using the gdbserver program
11721 * NetWare::                     Using the gdbserve.nlm program
11722 * Remote configuration::        Remote configuration
11723 * remote stub::                 Implementing a remote stub
11724 @end menu
11725
11726 @node Connecting
11727 @section Connecting to a remote target
11728
11729 On the @value{GDBN} host machine, you will need an unstripped copy of
11730 your program, since @value{GDBN} needs symobl and debugging information.
11731 Start up @value{GDBN} as usual, using the name of the local copy of your
11732 program as the first argument.
11733
11734 @cindex serial line, @code{target remote}
11735 If you're using a serial line, you may want to give @value{GDBN} the
11736 @w{@samp{--baud}} option, or use the @code{set remotebaud} command
11737 (@pxref{Remote configuration, set remotebaud}) before the
11738 @code{target} command.
11739
11740 After that, use @code{target remote} to establish communications with
11741 the target machine.  Its argument specifies how to communicate---either
11742 via a devicename attached to a direct serial line, or a TCP or UDP port
11743 (possibly to a terminal server which in turn has a serial line to the
11744 target).  For example, to use a serial line connected to the device
11745 named @file{/dev/ttyb}:
11746
11747 @smallexample
11748 target remote /dev/ttyb
11749 @end smallexample
11750
11751 @cindex TCP port, @code{target remote}
11752 To use a TCP connection, use an argument of the form
11753 @code{@var{host}:@var{port}} or @code{tcp:@var{host}:@var{port}}.
11754 For example, to connect to port 2828 on a
11755 terminal server named @code{manyfarms}:
11756
11757 @smallexample
11758 target remote manyfarms:2828
11759 @end smallexample
11760
11761 If your remote target is actually running on the same machine as
11762 your debugger session (e.g.@: a simulator of your target running on
11763 the same host), you can omit the hostname.  For example, to connect
11764 to port 1234 on your local machine:
11765
11766 @smallexample
11767 target remote :1234
11768 @end smallexample
11769 @noindent
11770
11771 Note that the colon is still required here.
11772
11773 @cindex UDP port, @code{target remote}
11774 To use a UDP connection, use an argument of the form
11775 @code{udp:@var{host}:@var{port}}.  For example, to connect to UDP port 2828
11776 on a terminal server named @code{manyfarms}:
11777
11778 @smallexample
11779 target remote udp:manyfarms:2828
11780 @end smallexample
11781
11782 When using a UDP connection for remote debugging, you should keep in mind
11783 that the `U' stands for ``Unreliable''.  UDP can silently drop packets on
11784 busy or unreliable networks, which will cause havoc with your debugging
11785 session.
11786
11787 Now you can use all the usual commands to examine and change data and to
11788 step and continue the remote program.
11789
11790 @cindex interrupting remote programs
11791 @cindex remote programs, interrupting
11792 Whenever @value{GDBN} is waiting for the remote program, if you type the
11793 interrupt character (often @key{C-C}), @value{GDBN} attempts to stop the
11794 program.  This may or may not succeed, depending in part on the hardware
11795 and the serial drivers the remote system uses.  If you type the
11796 interrupt character once again, @value{GDBN} displays this prompt:
11797
11798 @smallexample
11799 Interrupted while waiting for the program.
11800 Give up (and stop debugging it)?  (y or n)
11801 @end smallexample
11802
11803 If you type @kbd{y}, @value{GDBN} abandons the remote debugging session.
11804 (If you decide you want to try again later, you can use @samp{target
11805 remote} again to connect once more.)  If you type @kbd{n}, @value{GDBN}
11806 goes back to waiting.
11807
11808 @table @code
11809 @kindex detach (remote)
11810 @item detach
11811 When you have finished debugging the remote program, you can use the
11812 @code{detach} command to release it from @value{GDBN} control.
11813 Detaching from the target normally resumes its execution, but the results
11814 will depend on your particular remote stub.  After the @code{detach}
11815 command, @value{GDBN} is free to connect to another target.
11816
11817 @kindex disconnect
11818 @item disconnect
11819 The @code{disconnect} command behaves like @code{detach}, except that
11820 the target is generally not resumed.  It will wait for @value{GDBN}
11821 (this instance or another one) to connect and continue debugging.  After
11822 the @code{disconnect} command, @value{GDBN} is again free to connect to
11823 another target.
11824
11825 @cindex send command to remote monitor
11826 @kindex monitor
11827 @item monitor @var{cmd}
11828 This command allows you to send commands directly to the remote
11829 monitor.
11830 @end table
11831
11832 @node Server
11833 @section Using the @code{gdbserver} program
11834
11835 @kindex gdbserver
11836 @cindex remote connection without stubs
11837 @code{gdbserver} is a control program for Unix-like systems, which
11838 allows you to connect your program with a remote @value{GDBN} via
11839 @code{target remote}---but without linking in the usual debugging stub.
11840
11841 @code{gdbserver} is not a complete replacement for the debugging stubs,
11842 because it requires essentially the same operating-system facilities
11843 that @value{GDBN} itself does.  In fact, a system that can run
11844 @code{gdbserver} to connect to a remote @value{GDBN} could also run
11845 @value{GDBN} locally!  @code{gdbserver} is sometimes useful nevertheless,
11846 because it is a much smaller program than @value{GDBN} itself.  It is
11847 also easier to port than all of @value{GDBN}, so you may be able to get
11848 started more quickly on a new system by using @code{gdbserver}.
11849 Finally, if you develop code for real-time systems, you may find that
11850 the tradeoffs involved in real-time operation make it more convenient to
11851 do as much development work as possible on another system, for example
11852 by cross-compiling.  You can use @code{gdbserver} to make a similar
11853 choice for debugging.
11854
11855 @value{GDBN} and @code{gdbserver} communicate via either a serial line
11856 or a TCP connection, using the standard @value{GDBN} remote serial
11857 protocol.
11858
11859 @table @emph
11860 @item On the target machine,
11861 you need to have a copy of the program you want to debug.
11862 @code{gdbserver} does not need your program's symbol table, so you can
11863 strip the program if necessary to save space.  @value{GDBN} on the host
11864 system does all the symbol handling.
11865
11866 To use the server, you must tell it how to communicate with @value{GDBN};
11867 the name of your program; and the arguments for your program.  The usual
11868 syntax is:
11869
11870 @smallexample
11871 target> gdbserver @var{comm} @var{program} [ @var{args} @dots{} ]
11872 @end smallexample
11873
11874 @var{comm} is either a device name (to use a serial line) or a TCP
11875 hostname and portnumber.  For example, to debug Emacs with the argument
11876 @samp{foo.txt} and communicate with @value{GDBN} over the serial port
11877 @file{/dev/com1}:
11878
11879 @smallexample
11880 target> gdbserver /dev/com1 emacs foo.txt
11881 @end smallexample
11882
11883 @code{gdbserver} waits passively for the host @value{GDBN} to communicate
11884 with it.
11885
11886 To use a TCP connection instead of a serial line:
11887
11888 @smallexample
11889 target> gdbserver host:2345 emacs foo.txt
11890 @end smallexample
11891
11892 The only difference from the previous example is the first argument,
11893 specifying that you are communicating with the host @value{GDBN} via
11894 TCP.  The @samp{host:2345} argument means that @code{gdbserver} is to
11895 expect a TCP connection from machine @samp{host} to local TCP port 2345.
11896 (Currently, the @samp{host} part is ignored.)  You can choose any number
11897 you want for the port number as long as it does not conflict with any
11898 TCP ports already in use on the target system (for example, @code{23} is
11899 reserved for @code{telnet}).@footnote{If you choose a port number that
11900 conflicts with another service, @code{gdbserver} prints an error message
11901 and exits.}  You must use the same port number with the host @value{GDBN}
11902 @code{target remote} command.
11903
11904 On some targets, @code{gdbserver} can also attach to running programs.
11905 This is accomplished via the @code{--attach} argument.  The syntax is:
11906
11907 @smallexample
11908 target> gdbserver @var{comm} --attach @var{pid}
11909 @end smallexample
11910
11911 @var{pid} is the process ID of a currently running process.  It isn't necessary
11912 to point @code{gdbserver} at a binary for the running process.
11913
11914 @pindex pidof
11915 @cindex attach to a program by name
11916 You can debug processes by name instead of process ID if your target has the
11917 @code{pidof} utility:
11918
11919 @smallexample
11920 target> gdbserver @var{comm} --attach `pidof @var{PROGRAM}`
11921 @end smallexample
11922
11923 In case more than one copy of @var{PROGRAM} is running, or @var{PROGRAM}
11924 has multiple threads, most versions of @code{pidof} support the
11925 @code{-s} option to only return the first process ID.
11926
11927 @item On the host machine,
11928 connect to your target (@pxref{Connecting,,Connecting to a remote target}).
11929 For TCP connections, you must start up @code{gdbserver} prior to using
11930 the @code{target remote} command.  Otherwise you may get an error whose
11931 text depends on the host system, but which usually looks something like
11932 @samp{Connection refused}.  You don't need to use the @code{load}
11933 command in @value{GDBN} when using gdbserver, since the program is
11934 already on the target.
11935
11936 @end table
11937
11938 @node NetWare
11939 @section Using the @code{gdbserve.nlm} program
11940
11941 @kindex gdbserve.nlm
11942 @code{gdbserve.nlm} is a control program for NetWare systems, which
11943 allows you to connect your program with a remote @value{GDBN} via
11944 @code{target remote}.
11945
11946 @value{GDBN} and @code{gdbserve.nlm} communicate via a serial line,
11947 using the standard @value{GDBN} remote serial protocol.
11948
11949 @table @emph
11950 @item On the target machine,
11951 you need to have a copy of the program you want to debug.
11952 @code{gdbserve.nlm} does not need your program's symbol table, so you
11953 can strip the program if necessary to save space.  @value{GDBN} on the
11954 host system does all the symbol handling.
11955
11956 To use the server, you must tell it how to communicate with
11957 @value{GDBN}; the name of your program; and the arguments for your
11958 program.  The syntax is:
11959
11960 @smallexample
11961 load gdbserve [ BOARD=@var{board} ] [ PORT=@var{port} ]
11962               [ BAUD=@var{baud} ] @var{program} [ @var{args} @dots{} ]
11963 @end smallexample
11964
11965 @var{board} and @var{port} specify the serial line; @var{baud} specifies
11966 the baud rate used by the connection.  @var{port} and @var{node} default
11967 to 0, @var{baud} defaults to 9600@dmn{bps}.
11968
11969 For example, to debug Emacs with the argument @samp{foo.txt}and
11970 communicate with @value{GDBN} over serial port number 2 or board 1
11971 using a 19200@dmn{bps} connection:
11972
11973 @smallexample
11974 load gdbserve BOARD=1 PORT=2 BAUD=19200 emacs foo.txt
11975 @end smallexample
11976
11977 @item
11978 On the @value{GDBN} host machine, connect to your target (@pxref{Connecting,,
11979 Connecting to a remote target}).
11980
11981 @end table
11982
11983 @node Remote configuration
11984 @section Remote configuration
11985
11986 @kindex set remote
11987 @kindex show remote
11988 This section documents the configuration options available when
11989 debugging remote programs.  For the options related to the File I/O
11990 extensions of the remote protocol, see @ref{The system call,
11991 system-call-allowed}.
11992
11993 @table @code
11994 @item set remoteaddresssize @var{bits}
11995 @cindex adress size for remote targets
11996 @cindex bits in remote address
11997 Set the maximum size of address in a memory packet to the specified
11998 number of bits.  @value{GDBN} will mask off the address bits above
11999 that number, when it passes addresses to the remote target.  The
12000 default value is the number of bits in the target's address.
12001
12002 @item show remoteaddresssize
12003 Show the current value of remote address size in bits.
12004
12005 @item set remotebaud @var{n}
12006 @cindex baud rate for remote targets
12007 Set the baud rate for the remote serial I/O to @var{n} baud.  The
12008 value is used to set the speed of the serial port used for debugging
12009 remote targets.
12010
12011 @item show remotebaud
12012 Show the current speed of the remote connection.
12013
12014 @item set remotebreak
12015 @cindex interrupt remote programs
12016 @cindex BREAK signal instead of Ctrl-C
12017 If set to on, @value{GDBN} sends a @code{BREAK} signal to the remote
12018 when you press the @key{Ctrl-C} key to interrupt the program running
12019 on the remote.  If set to off, @value{GDBN} sends the @samp{Strl-C}
12020 character instead.  The default is off, since most remote systems
12021 expect to see @samp{Ctrl-C} as the interrupt signal.
12022
12023 @item show remotebreak
12024 Show whether @value{GDBN} sends @code{BREAK} or @samp{Ctrl-C} to
12025 interrupt the remote program.
12026
12027 @item set remotedebug
12028 @cindex debug remote protocol
12029 @cindex remote protocol debugging
12030 @cindex display remote packets
12031 Control the debugging of the remote protocol.  When enabled, each
12032 packet sent to or received from the remote target is displayed.  The
12033 defaults is off.
12034
12035 @item show remotedebug
12036 Show the current setting of the remote protocol debugging.
12037
12038 @item set remotedevice @var{device}
12039 @cindex serial port name
12040 Set the name of the serial port through which to communicate to the
12041 remote target to @var{device}.  This is the device used by
12042 @value{GDBN} to open the serial communications line to the remote
12043 target.  There's no default, so you must set a valid port name for the
12044 remote serial communications to work.  (Some varieties of the
12045 @code{target} command accept the port name as part of their
12046 arguments.)
12047
12048 @item show remotedevice
12049 Show the current name of the serial port.
12050
12051 @item set remotelogbase @var{base}
12052 Set the base (a.k.a.@: radix) of logging serial protocol
12053 communications to @var{base}.  Supported values of @var{base} are:
12054 @code{ascii}, @code{octal}, and @code{hex}.  The default is
12055 @code{ascii}.
12056
12057 @item show remotelogbase
12058 Show the current setting of the radix for logging remote serial
12059 protocol.
12060
12061 @item set remotelogfile @var{file}
12062 @cindex record serial communications on file
12063 Record remote serial communications on the named @var{file}.  The
12064 default is not to record at all.
12065
12066 @item show remotelogfile.
12067 Show the current setting  of the file name on which to record the
12068 serial communications.
12069
12070 @item set remotetimeout @var{num}
12071 @cindex timeout for serial communications
12072 @cindex remote timeout
12073 Set the timeout limit to wait for the remote target to respond to
12074 @var{num} seconds.  The default is 2 seconds.
12075
12076 @item show remotetimeout
12077 Show the current number of seconds to wait for the remote target
12078 responses.
12079
12080 @cindex limit hardware breakpoints and watchpoints
12081 @cindex remote target, limit break- and watchpoints
12082 @anchor{set remote hardware-watchpoint-limit}
12083 @anchor{set remote hardware-breakpoint-limit}
12084 @item set remote hardware-watchpoint-limit @var{limit}
12085 @itemx set remote hardware-breakpoint-limit @var{limit}
12086 Restrict @value{GDBN} to using @var{limit} remote hardware breakpoint or
12087 watchpoints.  A limit of -1, the default, is treated as unlimited.
12088
12089 @item set remote fetch-register-packet
12090 @itemx set remote set-register-packet
12091 @itemx set remote P-packet
12092 @itemx set remote p-packet
12093 @cindex P-packet
12094 @cindex fetch registers from remote targets
12095 @cindex set registers in remote targets
12096 Determine whether @value{GDBN} can set and fetch registers from the
12097 remote target using the @samp{P} packets.  The default depends on the
12098 remote stub's support of the @samp{P} packets (@value{GDBN} queries
12099 the stub when this packet is first required).
12100
12101 @item show remote fetch-register-packet
12102 @itemx show remote set-register-packet
12103 @itemx show remote P-packet
12104 @itemx show remote p-packet
12105 Show the current setting of using the @samp{P} packets for setting and
12106 fetching registers from the remote target.
12107
12108 @cindex binary downloads
12109 @cindex X-packet
12110 @item set remote binary-download-packet
12111 @itemx set remote X-packet
12112 Determine whether @value{GDBN} sends downloads in binary mode using
12113 the @samp{X} packets.  The default is on.
12114
12115 @item show remote binary-download-packet
12116 @itemx show remote X-packet
12117 Show the current setting of using the @samp{X} packets for binary
12118 downloads.
12119
12120 @item set remote read-aux-vector-packet
12121 @cindex auxiliary vector of remote target
12122 @cindex @code{auxv}, and remote targets
12123 Set the use of the remote protocol's @samp{qPart:auxv:read} (target
12124 auxiliary vector read) request.  This request is used to fetch the
12125 remote target's @dfn{auxiliary vector}, see @ref{OS Information,
12126 Auxiliary Vector}.  The default setting depends on the remote stub's
12127 support of this request (@value{GDBN} queries the stub when this
12128 request is first required).  @xref{General Query Packets, qPart}, for
12129 more information about this request.
12130
12131 @item show remote read-aux-vector-packet
12132 Show the current setting of use of the @samp{qPart:auxv:read} request.
12133
12134 @item set remote symbol-lookup-packet
12135 @cindex remote symbol lookup request
12136 Set the use of the remote protocol's @samp{qSymbol} (target symbol
12137 lookup) request.  This request is used to communicate symbol
12138 information to the remote target, e.g., whenever a new shared library
12139 is loaded by the remote (@pxref{Files, shared libraries}).  The
12140 default setting depends on the remote stub's support of this request
12141 (@value{GDBN} queries the stub when this request is first required).
12142 @xref{General Query Packets, qSymbol}, for more information about this
12143 request.
12144
12145 @item show remote symbol-lookup-packet
12146 Show the current setting of use of the @samp{qSymbol} request.
12147
12148 @item set remote verbose-resume-packet
12149 @cindex resume remote target
12150 @cindex signal thread, and remote targets
12151 @cindex single-step thread, and remote targets
12152 @cindex thread-specific operations on remote targets
12153 Set the use of the remote protocol's @samp{vCont} (descriptive resume)
12154 request.  This request is used to resume specific threads in the
12155 remote target, and to single-step or signal them.  The default setting
12156 depends on the remote stub's support of this request (@value{GDBN}
12157 queries the stub when this request is first required).  This setting
12158 affects debugging of multithreaded programs: if @samp{vCont} cannot be
12159 used, @value{GDBN} might be unable to single-step a specific thread,
12160 especially under @code{set scheduler-locking off}; it is also
12161 impossible to pause a specific thread.  @xref{Packets, vCont}, for
12162 more details.
12163
12164 @item show remote verbose-resume-packet
12165 Show the current setting of use of the @samp{vCont} request
12166
12167 @item set remote software-breakpoint-packet
12168 @itemx set remote hardware-breakpoint-packet
12169 @itemx set remote write-watchpoint-packet
12170 @itemx set remote read-watchpoint-packet
12171 @itemx set remote access-watchpoint-packet
12172 @itemx set remote Z-packet
12173 @cindex Z-packet
12174 @cindex remote hardware breakpoints and watchpoints
12175 These commands enable or disable the use of @samp{Z} packets for
12176 setting breakpoints and watchpoints in the remote target.  The default
12177 depends on the remote stub's support of the @samp{Z} packets
12178 (@value{GDBN} queries the stub when each packet is first required).
12179 The command @code{set remote Z-packet}, kept for back-compatibility,
12180 turns on or off all the features that require the use of @samp{Z}
12181 packets.
12182
12183 @item show remote software-breakpoint-packet
12184 @itemx show remote hardware-breakpoint-packet
12185 @itemx show remote write-watchpoint-packet
12186 @itemx show remote read-watchpoint-packet
12187 @itemx show remote access-watchpoint-packet
12188 @itemx show remote Z-packet
12189 Show the current setting of @samp{Z} packets usage.
12190
12191 @item set remote get-thread-local-storage-address
12192 @kindex set remote get-thread-local-storage-address
12193 @cindex thread local storage of remote targets
12194 This command enables or disables the use of the @samp{qGetTLSAddr}
12195 (Get Thread Local Storage Address) request packet.  The default
12196 depends on whether the remote stub supports this request.
12197 @xref{General Query Packets, qGetTLSAddr}, for more details about this
12198 packet.
12199
12200 @item show remote get-thread-local-storage-address
12201 @kindex show remote get-thread-local-storage-address
12202 Show the current setting of @samp{qGetTLSAddr} packet usage.
12203 @end table
12204
12205 @node remote stub
12206 @section Implementing a remote stub
12207
12208 @cindex debugging stub, example
12209 @cindex remote stub, example
12210 @cindex stub example, remote debugging
12211 The stub files provided with @value{GDBN} implement the target side of the
12212 communication protocol, and the @value{GDBN} side is implemented in the
12213 @value{GDBN} source file @file{remote.c}.  Normally, you can simply allow
12214 these subroutines to communicate, and ignore the details.  (If you're
12215 implementing your own stub file, you can still ignore the details: start
12216 with one of the existing stub files.  @file{sparc-stub.c} is the best
12217 organized, and therefore the easiest to read.)
12218
12219 @cindex remote serial debugging, overview
12220 To debug a program running on another machine (the debugging
12221 @dfn{target} machine), you must first arrange for all the usual
12222 prerequisites for the program to run by itself.  For example, for a C
12223 program, you need:
12224
12225 @enumerate
12226 @item
12227 A startup routine to set up the C runtime environment; these usually
12228 have a name like @file{crt0}.  The startup routine may be supplied by
12229 your hardware supplier, or you may have to write your own.
12230
12231 @item
12232 A C subroutine library to support your program's
12233 subroutine calls, notably managing input and output.
12234
12235 @item
12236 A way of getting your program to the other machine---for example, a
12237 download program.  These are often supplied by the hardware
12238 manufacturer, but you may have to write your own from hardware
12239 documentation.
12240 @end enumerate
12241
12242 The next step is to arrange for your program to use a serial port to
12243 communicate with the machine where @value{GDBN} is running (the @dfn{host}
12244 machine).  In general terms, the scheme looks like this:
12245
12246 @table @emph
12247 @item On the host,
12248 @value{GDBN} already understands how to use this protocol; when everything
12249 else is set up, you can simply use the @samp{target remote} command
12250 (@pxref{Targets,,Specifying a Debugging Target}).
12251
12252 @item On the target,
12253 you must link with your program a few special-purpose subroutines that
12254 implement the @value{GDBN} remote serial protocol.  The file containing these
12255 subroutines is called  a @dfn{debugging stub}.
12256
12257 On certain remote targets, you can use an auxiliary program
12258 @code{gdbserver} instead of linking a stub into your program.
12259 @xref{Server,,Using the @code{gdbserver} program}, for details.
12260 @end table
12261
12262 The debugging stub is specific to the architecture of the remote
12263 machine; for example, use @file{sparc-stub.c} to debug programs on
12264 @sc{sparc} boards.
12265
12266 @cindex remote serial stub list
12267 These working remote stubs are distributed with @value{GDBN}:
12268
12269 @table @code
12270
12271 @item i386-stub.c
12272 @cindex @file{i386-stub.c}
12273 @cindex Intel
12274 @cindex i386
12275 For Intel 386 and compatible architectures.
12276
12277 @item m68k-stub.c
12278 @cindex @file{m68k-stub.c}
12279 @cindex Motorola 680x0
12280 @cindex m680x0
12281 For Motorola 680x0 architectures.
12282
12283 @item sh-stub.c
12284 @cindex @file{sh-stub.c}
12285 @cindex Renesas
12286 @cindex SH
12287 For Renesas SH architectures.
12288
12289 @item sparc-stub.c
12290 @cindex @file{sparc-stub.c}
12291 @cindex Sparc
12292 For @sc{sparc} architectures.
12293
12294 @item sparcl-stub.c
12295 @cindex @file{sparcl-stub.c}
12296 @cindex Fujitsu
12297 @cindex SparcLite
12298 For Fujitsu @sc{sparclite} architectures.
12299
12300 @end table
12301
12302 The @file{README} file in the @value{GDBN} distribution may list other
12303 recently added stubs.
12304
12305 @menu
12306 * Stub Contents::       What the stub can do for you
12307 * Bootstrapping::       What you must do for the stub
12308 * Debug Session::       Putting it all together
12309 @end menu
12310
12311 @node Stub Contents
12312 @subsection What the stub can do for you
12313
12314 @cindex remote serial stub
12315 The debugging stub for your architecture supplies these three
12316 subroutines:
12317
12318 @table @code
12319 @item set_debug_traps
12320 @findex set_debug_traps
12321 @cindex remote serial stub, initialization
12322 This routine arranges for @code{handle_exception} to run when your
12323 program stops.  You must call this subroutine explicitly near the
12324 beginning of your program.
12325
12326 @item handle_exception
12327 @findex handle_exception
12328 @cindex remote serial stub, main routine
12329 This is the central workhorse, but your program never calls it
12330 explicitly---the setup code arranges for @code{handle_exception} to
12331 run when a trap is triggered.
12332
12333 @code{handle_exception} takes control when your program stops during
12334 execution (for example, on a breakpoint), and mediates communications
12335 with @value{GDBN} on the host machine.  This is where the communications
12336 protocol is implemented; @code{handle_exception} acts as the @value{GDBN}
12337 representative on the target machine.  It begins by sending summary
12338 information on the state of your program, then continues to execute,
12339 retrieving and transmitting any information @value{GDBN} needs, until you
12340 execute a @value{GDBN} command that makes your program resume; at that point,
12341 @code{handle_exception} returns control to your own code on the target
12342 machine.
12343
12344 @item breakpoint
12345 @cindex @code{breakpoint} subroutine, remote
12346 Use this auxiliary subroutine to make your program contain a
12347 breakpoint.  Depending on the particular situation, this may be the only
12348 way for @value{GDBN} to get control.  For instance, if your target
12349 machine has some sort of interrupt button, you won't need to call this;
12350 pressing the interrupt button transfers control to
12351 @code{handle_exception}---in effect, to @value{GDBN}.  On some machines,
12352 simply receiving characters on the serial port may also trigger a trap;
12353 again, in that situation, you don't need to call @code{breakpoint} from
12354 your own program---simply running @samp{target remote} from the host
12355 @value{GDBN} session gets control.
12356
12357 Call @code{breakpoint} if none of these is true, or if you simply want
12358 to make certain your program stops at a predetermined point for the
12359 start of your debugging session.
12360 @end table
12361
12362 @node Bootstrapping
12363 @subsection What you must do for the stub
12364
12365 @cindex remote stub, support routines
12366 The debugging stubs that come with @value{GDBN} are set up for a particular
12367 chip architecture, but they have no information about the rest of your
12368 debugging target machine.
12369
12370 First of all you need to tell the stub how to communicate with the
12371 serial port.
12372
12373 @table @code
12374 @item int getDebugChar()
12375 @findex getDebugChar
12376 Write this subroutine to read a single character from the serial port.
12377 It may be identical to @code{getchar} for your target system; a
12378 different name is used to allow you to distinguish the two if you wish.
12379
12380 @item void putDebugChar(int)
12381 @findex putDebugChar
12382 Write this subroutine to write a single character to the serial port.
12383 It may be identical to @code{putchar} for your target system; a
12384 different name is used to allow you to distinguish the two if you wish.
12385 @end table
12386
12387 @cindex control C, and remote debugging
12388 @cindex interrupting remote targets
12389 If you want @value{GDBN} to be able to stop your program while it is
12390 running, you need to use an interrupt-driven serial driver, and arrange
12391 for it to stop when it receives a @code{^C} (@samp{\003}, the control-C
12392 character).  That is the character which @value{GDBN} uses to tell the
12393 remote system to stop.
12394
12395 Getting the debugging target to return the proper status to @value{GDBN}
12396 probably requires changes to the standard stub; one quick and dirty way
12397 is to just execute a breakpoint instruction (the ``dirty'' part is that
12398 @value{GDBN} reports a @code{SIGTRAP} instead of a @code{SIGINT}).
12399
12400 Other routines you need to supply are:
12401
12402 @table @code
12403 @item void exceptionHandler (int @var{exception_number}, void *@var{exception_address})
12404 @findex exceptionHandler
12405 Write this function to install @var{exception_address} in the exception
12406 handling tables.  You need to do this because the stub does not have any
12407 way of knowing what the exception handling tables on your target system
12408 are like (for example, the processor's table might be in @sc{rom},
12409 containing entries which point to a table in @sc{ram}).
12410 @var{exception_number} is the exception number which should be changed;
12411 its meaning is architecture-dependent (for example, different numbers
12412 might represent divide by zero, misaligned access, etc).  When this
12413 exception occurs, control should be transferred directly to
12414 @var{exception_address}, and the processor state (stack, registers,
12415 and so on) should be just as it is when a processor exception occurs.  So if
12416 you want to use a jump instruction to reach @var{exception_address}, it
12417 should be a simple jump, not a jump to subroutine.
12418
12419 For the 386, @var{exception_address} should be installed as an interrupt
12420 gate so that interrupts are masked while the handler runs.  The gate
12421 should be at privilege level 0 (the most privileged level).  The
12422 @sc{sparc} and 68k stubs are able to mask interrupts themselves without
12423 help from @code{exceptionHandler}.
12424
12425 @item void flush_i_cache()
12426 @findex flush_i_cache
12427 On @sc{sparc} and @sc{sparclite} only, write this subroutine to flush the
12428 instruction cache, if any, on your target machine.  If there is no
12429 instruction cache, this subroutine may be a no-op.
12430
12431 On target machines that have instruction caches, @value{GDBN} requires this
12432 function to make certain that the state of your program is stable.
12433 @end table
12434
12435 @noindent
12436 You must also make sure this library routine is available:
12437
12438 @table @code
12439 @item void *memset(void *, int, int)
12440 @findex memset
12441 This is the standard library function @code{memset} that sets an area of
12442 memory to a known value.  If you have one of the free versions of
12443 @code{libc.a}, @code{memset} can be found there; otherwise, you must
12444 either obtain it from your hardware manufacturer, or write your own.
12445 @end table
12446
12447 If you do not use the GNU C compiler, you may need other standard
12448 library subroutines as well; this varies from one stub to another,
12449 but in general the stubs are likely to use any of the common library
12450 subroutines which @code{@value{GCC}} generates as inline code.
12451
12452
12453 @node Debug Session
12454 @subsection Putting it all together
12455
12456 @cindex remote serial debugging summary
12457 In summary, when your program is ready to debug, you must follow these
12458 steps.
12459
12460 @enumerate
12461 @item
12462 Make sure you have defined the supporting low-level routines
12463 (@pxref{Bootstrapping,,What you must do for the stub}):
12464 @display
12465 @code{getDebugChar}, @code{putDebugChar},
12466 @code{flush_i_cache}, @code{memset}, @code{exceptionHandler}.
12467 @end display
12468
12469 @item
12470 Insert these lines near the top of your program:
12471
12472 @smallexample
12473 set_debug_traps();
12474 breakpoint();
12475 @end smallexample
12476
12477 @item
12478 For the 680x0 stub only, you need to provide a variable called
12479 @code{exceptionHook}.  Normally you just use:
12480
12481 @smallexample
12482 void (*exceptionHook)() = 0;
12483 @end smallexample
12484
12485 @noindent
12486 but if before calling @code{set_debug_traps}, you set it to point to a
12487 function in your program, that function is called when
12488 @code{@value{GDBN}} continues after stopping on a trap (for example, bus
12489 error).  The function indicated by @code{exceptionHook} is called with
12490 one parameter: an @code{int} which is the exception number.
12491
12492 @item
12493 Compile and link together: your program, the @value{GDBN} debugging stub for
12494 your target architecture, and the supporting subroutines.
12495
12496 @item
12497 Make sure you have a serial connection between your target machine and
12498 the @value{GDBN} host, and identify the serial port on the host.
12499
12500 @item
12501 @c The "remote" target now provides a `load' command, so we should
12502 @c document that.  FIXME.
12503 Download your program to your target machine (or get it there by
12504 whatever means the manufacturer provides), and start it.
12505
12506 @item
12507 Start @value{GDBN} on the host, and connect to the target
12508 (@pxref{Connecting,,Connecting to a remote target}).
12509
12510 @end enumerate
12511
12512 @node Configurations
12513 @chapter Configuration-Specific Information
12514
12515 While nearly all @value{GDBN} commands are available for all native and
12516 cross versions of the debugger, there are some exceptions.  This chapter
12517 describes things that are only available in certain configurations.
12518
12519 There are three major categories of configurations: native
12520 configurations, where the host and target are the same, embedded
12521 operating system configurations, which are usually the same for several
12522 different processor architectures, and bare embedded processors, which
12523 are quite different from each other.
12524
12525 @menu
12526 * Native::
12527 * Embedded OS::
12528 * Embedded Processors::
12529 * Architectures::
12530 @end menu
12531
12532 @node Native
12533 @section Native
12534
12535 This section describes details specific to particular native
12536 configurations.
12537
12538 @menu
12539 * HP-UX::                       HP-UX
12540 * BSD libkvm Interface::        Debugging BSD kernel memory images
12541 * SVR4 Process Information::    SVR4 process information
12542 * DJGPP Native::                Features specific to the DJGPP port
12543 * Cygwin Native::               Features specific to the Cygwin port
12544 * Hurd Native::                 Features specific to @sc{gnu} Hurd
12545 * Neutrino::                    Features specific to QNX Neutrino
12546 @end menu
12547
12548 @node HP-UX
12549 @subsection HP-UX
12550
12551 On HP-UX systems, if you refer to a function or variable name that
12552 begins with a dollar sign, @value{GDBN} searches for a user or system
12553 name first, before it searches for a convenience variable.
12554
12555
12556 @node BSD libkvm Interface
12557 @subsection BSD libkvm Interface
12558
12559 @cindex libkvm
12560 @cindex kernel memory image
12561 @cindex kernel crash dump
12562
12563 BSD-derived systems (FreeBSD/NetBSD/OpenBSD) have a kernel memory
12564 interface that provides a uniform interface for accessing kernel virtual
12565 memory images, including live systems and crash dumps.  @value{GDBN}
12566 uses this interface to allow you to debug live kernels and kernel crash
12567 dumps on many native BSD configurations.  This is implemented as a
12568 special @code{kvm} debugging target.  For debugging a live system, load
12569 the currently running kernel into @value{GDBN} and connect to the
12570 @code{kvm} target:
12571
12572 @smallexample
12573 (@value{GDBP}) @b{target kvm}
12574 @end smallexample
12575
12576 For debugging crash dumps, provide the file name of the crash dump as an
12577 argument:
12578
12579 @smallexample
12580 (@value{GDBP}) @b{target kvm /var/crash/bsd.0}
12581 @end smallexample
12582
12583 Once connected to the @code{kvm} target, the following commands are
12584 available:
12585
12586 @table @code
12587 @kindex kvm
12588 @item kvm pcb
12589 Set current context from the @dfn{Process Control Block} (PCB) address.
12590
12591 @item kvm proc
12592 Set current context from proc address.  This command isn't available on
12593 modern FreeBSD systems.
12594 @end table
12595
12596 @node SVR4 Process Information
12597 @subsection SVR4 process information
12598 @cindex /proc
12599 @cindex examine process image
12600 @cindex process info via @file{/proc}
12601
12602 Many versions of SVR4 and compatible systems provide a facility called
12603 @samp{/proc} that can be used to examine the image of a running
12604 process using file-system subroutines.  If @value{GDBN} is configured
12605 for an operating system with this facility, the command @code{info
12606 proc} is available to report information about the process running
12607 your program, or about any process running on your system.  @code{info
12608 proc} works only on SVR4 systems that include the @code{procfs} code.
12609 This includes, as of this writing, @sc{gnu}/Linux, OSF/1 (Digital
12610 Unix), Solaris, Irix, and Unixware, but not HP-UX, for example.
12611
12612 @table @code
12613 @kindex info proc
12614 @cindex process ID
12615 @item info proc
12616 @itemx info proc @var{process-id}
12617 Summarize available information about any running process.  If a
12618 process ID is specified by @var{process-id}, display information about
12619 that process; otherwise display information about the program being
12620 debugged.  The summary includes the debugged process ID, the command
12621 line used to invoke it, its current working directory, and its
12622 executable file's absolute file name.
12623
12624 On some systems, @var{process-id} can be of the form
12625 @samp{[@var{pid}]/@var{tid}} which specifies a certain thread ID
12626 within a process.  If the optional @var{pid} part is missing, it means
12627 a thread from the process being debugged (the leading @samp{/} still
12628 needs to be present, or else @value{GDBN} will interpret the number as
12629 a process ID rather than a thread ID).
12630
12631 @item info proc mappings
12632 @cindex memory address space mappings
12633 Report the memory address space ranges accessible in the program, with
12634 information on whether the process has read, write, or execute access
12635 rights to each range.  On @sc{gnu}/Linux systems, each memory range
12636 includes the object file which is mapped to that range, instead of the
12637 memory access rights to that range.
12638
12639 @item info proc stat
12640 @itemx info proc status
12641 @cindex process detailed status information
12642 These subcommands are specific to @sc{gnu}/Linux systems.  They show
12643 the process-related information, including the user ID and group ID;
12644 how many threads are there in the process; its virtual memory usage;
12645 the signals that are pending, blocked, and ignored; its TTY; its
12646 consumption of system and user time; its stack size; its @samp{nice}
12647 value; etc.  For more information, see the @samp{proc} man page
12648 (type @kbd{man 5 proc} from your shell prompt).
12649
12650 @item info proc all
12651 Show all the information about the process described under all of the
12652 above @code{info proc} subcommands.
12653
12654 @ignore
12655 @comment These sub-options of 'info proc' were not included when
12656 @comment procfs.c was re-written.  Keep their descriptions around
12657 @comment against the day when someone finds the time to put them back in.
12658 @kindex info proc times
12659 @item info proc times
12660 Starting time, user CPU time, and system CPU time for your program and
12661 its children.
12662
12663 @kindex info proc id
12664 @item info proc id
12665 Report on the process IDs related to your program: its own process ID,
12666 the ID of its parent, the process group ID, and the session ID.
12667 @end ignore
12668
12669 @item set procfs-trace
12670 @kindex set procfs-trace
12671 @cindex @code{procfs} API calls
12672 This command enables and disables tracing of @code{procfs} API calls.
12673
12674 @item show procfs-trace
12675 @kindex show procfs-trace
12676 Show the current state of @code{procfs} API call tracing.
12677
12678 @item set procfs-file @var{file}
12679 @kindex set procfs-file
12680 Tell @value{GDBN} to write @code{procfs} API trace to the named
12681 @var{file}.  @value{GDBN} appends the trace info to the previous
12682 contents of the file.  The default is to display the trace on the
12683 standard output.
12684
12685 @item show procfs-file
12686 @kindex show procfs-file
12687 Show the file to which @code{procfs} API trace is written.
12688
12689 @item proc-trace-entry
12690 @itemx proc-trace-exit
12691 @itemx proc-untrace-entry
12692 @itemx proc-untrace-exit
12693 @kindex proc-trace-entry
12694 @kindex proc-trace-exit
12695 @kindex proc-untrace-entry
12696 @kindex proc-untrace-exit
12697 These commands enable and disable tracing of entries into and exits
12698 from the @code{syscall} interface.
12699
12700 @item info pidlist
12701 @kindex info pidlist
12702 @cindex process list, QNX Neutrino
12703 For QNX Neutrino only, this command displays the list of all the
12704 processes and all the threads within each process.
12705
12706 @item info meminfo
12707 @kindex info meminfo
12708 @cindex mapinfo list, QNX Neutrino
12709 For QNX Neutrino only, this command displays the list of all mapinfos.
12710 @end table
12711
12712 @node DJGPP Native
12713 @subsection Features for Debugging @sc{djgpp} Programs
12714 @cindex @sc{djgpp} debugging
12715 @cindex native @sc{djgpp} debugging
12716 @cindex MS-DOS-specific commands
12717
12718 @cindex DPMI
12719 @sc{djgpp} is a port of the @sc{gnu} development tools to MS-DOS and
12720 MS-Windows.  @sc{djgpp} programs are 32-bit protected-mode programs
12721 that use the @dfn{DPMI} (DOS Protected-Mode Interface) API to run on
12722 top of real-mode DOS systems and their emulations.
12723
12724 @value{GDBN} supports native debugging of @sc{djgpp} programs, and
12725 defines a few commands specific to the @sc{djgpp} port.  This
12726 subsection describes those commands.
12727
12728 @table @code
12729 @kindex info dos
12730 @item info dos
12731 This is a prefix of @sc{djgpp}-specific commands which print
12732 information about the target system and important OS structures.
12733
12734 @kindex sysinfo
12735 @cindex MS-DOS system info
12736 @cindex free memory information (MS-DOS)
12737 @item info dos sysinfo
12738 This command displays assorted information about the underlying
12739 platform: the CPU type and features, the OS version and flavor, the
12740 DPMI version, and the available conventional and DPMI memory.
12741
12742 @cindex GDT
12743 @cindex LDT
12744 @cindex IDT
12745 @cindex segment descriptor tables
12746 @cindex descriptor tables display
12747 @item info dos gdt
12748 @itemx info dos ldt
12749 @itemx info dos idt
12750 These 3 commands display entries from, respectively, Global, Local,
12751 and Interrupt Descriptor Tables (GDT, LDT, and IDT).  The descriptor
12752 tables are data structures which store a descriptor for each segment
12753 that is currently in use.  The segment's selector is an index into a
12754 descriptor table; the table entry for that index holds the
12755 descriptor's base address and limit, and its attributes and access
12756 rights.
12757
12758 A typical @sc{djgpp} program uses 3 segments: a code segment, a data
12759 segment (used for both data and the stack), and a DOS segment (which
12760 allows access to DOS/BIOS data structures and absolute addresses in
12761 conventional memory).  However, the DPMI host will usually define
12762 additional segments in order to support the DPMI environment.
12763
12764 @cindex garbled pointers
12765 These commands allow to display entries from the descriptor tables.
12766 Without an argument, all entries from the specified table are
12767 displayed.  An argument, which should be an integer expression, means
12768 display a single entry whose index is given by the argument.  For
12769 example, here's a convenient way to display information about the
12770 debugged program's data segment:
12771
12772 @smallexample
12773 @exdent @code{(@value{GDBP}) info dos ldt $ds}
12774 @exdent @code{0x13f: base=0x11970000 limit=0x0009ffff 32-Bit Data (Read/Write, Exp-up)}
12775 @end smallexample
12776
12777 @noindent
12778 This comes in handy when you want to see whether a pointer is outside
12779 the data segment's limit (i.e.@: @dfn{garbled}).
12780
12781 @cindex page tables display (MS-DOS)
12782 @item info dos pde
12783 @itemx info dos pte
12784 These two commands display entries from, respectively, the Page
12785 Directory and the Page Tables.  Page Directories and Page Tables are
12786 data structures which control how virtual memory addresses are mapped
12787 into physical addresses.  A Page Table includes an entry for every
12788 page of memory that is mapped into the program's address space; there
12789 may be several Page Tables, each one holding up to 4096 entries.  A
12790 Page Directory has up to 4096 entries, one each for every Page Table
12791 that is currently in use.
12792
12793 Without an argument, @kbd{info dos pde} displays the entire Page
12794 Directory, and @kbd{info dos pte} displays all the entries in all of
12795 the Page Tables.  An argument, an integer expression, given to the
12796 @kbd{info dos pde} command means display only that entry from the Page
12797 Directory table.  An argument given to the @kbd{info dos pte} command
12798 means display entries from a single Page Table, the one pointed to by
12799 the specified entry in the Page Directory.
12800
12801 @cindex direct memory access (DMA) on MS-DOS
12802 These commands are useful when your program uses @dfn{DMA} (Direct
12803 Memory Access), which needs physical addresses to program the DMA
12804 controller.
12805
12806 These commands are supported only with some DPMI servers.
12807
12808 @cindex physical address from linear address
12809 @item info dos address-pte @var{addr}
12810 This command displays the Page Table entry for a specified linear
12811 address.  The argument @var{addr} is a linear address which should
12812 already have the appropriate segment's base address added to it,
12813 because this command accepts addresses which may belong to @emph{any}
12814 segment.  For example, here's how to display the Page Table entry for
12815 the page where a variable @code{i} is stored:
12816
12817 @smallexample
12818 @exdent @code{(@value{GDBP}) info dos address-pte __djgpp_base_address + (char *)&i}
12819 @exdent @code{Page Table entry for address 0x11a00d30:}
12820 @exdent @code{Base=0x02698000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0xd30}
12821 @end smallexample
12822
12823 @noindent
12824 This says that @code{i} is stored at offset @code{0xd30} from the page
12825 whose physical base address is @code{0x02698000}, and shows all the
12826 attributes of that page.
12827
12828 Note that you must cast the addresses of variables to a @code{char *},
12829 since otherwise the value of @code{__djgpp_base_address}, the base
12830 address of all variables and functions in a @sc{djgpp} program, will
12831 be added using the rules of C pointer arithmetics: if @code{i} is
12832 declared an @code{int}, @value{GDBN} will add 4 times the value of
12833 @code{__djgpp_base_address} to the address of @code{i}.
12834
12835 Here's another example, it displays the Page Table entry for the
12836 transfer buffer:
12837
12838 @smallexample
12839 @exdent @code{(@value{GDBP}) info dos address-pte *((unsigned *)&_go32_info_block + 3)}
12840 @exdent @code{Page Table entry for address 0x29110:}
12841 @exdent @code{Base=0x00029000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0x110}
12842 @end smallexample
12843
12844 @noindent
12845 (The @code{+ 3} offset is because the transfer buffer's address is the
12846 3rd member of the @code{_go32_info_block} structure.)  The output
12847 clearly shows that this DPMI server maps the addresses in conventional
12848 memory 1:1, i.e.@: the physical (@code{0x00029000} + @code{0x110}) and
12849 linear (@code{0x29110}) addresses are identical.
12850
12851 This command is supported only with some DPMI servers.
12852 @end table
12853
12854 @cindex DOS serial data link, remote debugging
12855 In addition to native debugging, the DJGPP port supports remote
12856 debugging via a serial data link.  The following commands are specific
12857 to remote serial debugging in the DJGPP port of @value{GDBN}.
12858
12859 @table @code
12860 @kindex set com1base
12861 @kindex set com1irq
12862 @kindex set com2base
12863 @kindex set com2irq
12864 @kindex set com3base
12865 @kindex set com3irq
12866 @kindex set com4base
12867 @kindex set com4irq
12868 @item set com1base @var{addr}
12869 This command sets the base I/O port address of the @file{COM1} serial
12870 port.
12871
12872 @item set com1irq @var{irq}
12873 This command sets the @dfn{Interrupt Request} (@code{IRQ}) line to use
12874 for the @file{COM1} serial port.
12875
12876 There are similar commands @samp{set com2base}, @samp{set com3irq},
12877 etc.@: for setting the port address and the @code{IRQ} lines for the
12878 other 3 COM ports.
12879
12880 @kindex show com1base
12881 @kindex show com1irq
12882 @kindex show com2base
12883 @kindex show com2irq
12884 @kindex show com3base
12885 @kindex show com3irq
12886 @kindex show com4base
12887 @kindex show com4irq
12888 The related commands @samp{show com1base}, @samp{show com1irq} etc.@:
12889 display the current settings of the base address and the @code{IRQ}
12890 lines used by the COM ports.
12891
12892 @item info serial
12893 @kindex info serial
12894 @cindex DOS serial port status
12895 This command prints the status of the 4 DOS serial ports.  For each
12896 port, it prints whether it's active or not, its I/O base address and
12897 IRQ number, whether it uses a 16550-style FIFO, its baudrate, and the
12898 counts of various errors encountered so far.
12899 @end table
12900
12901
12902 @node Cygwin Native
12903 @subsection Features for Debugging MS Windows PE executables
12904 @cindex MS Windows debugging
12905 @cindex native Cygwin debugging
12906 @cindex Cygwin-specific commands
12907
12908 @value{GDBN} supports native debugging of MS Windows programs, including
12909 DLLs with and without symbolic debugging information. There are various
12910 additional Cygwin-specific commands, described in this subsection.  The
12911 subsubsection @pxref{Non-debug DLL symbols} describes working with DLLs
12912 that have no debugging symbols.
12913
12914
12915 @table @code
12916 @kindex info w32
12917 @item info w32
12918 This is a prefix of MS Windows specific commands which print
12919 information about the target system and important OS structures.
12920
12921 @item info w32 selector
12922 This command displays information returned by
12923 the Win32 API @code{GetThreadSelectorEntry} function.
12924 It takes an optional argument that is evaluated to
12925 a long value to give the information about this given selector.
12926 Without argument, this command displays information
12927 about the the six segment registers.
12928
12929 @kindex info dll
12930 @item info dll
12931 This is a Cygwin specific alias of info shared.
12932
12933 @kindex dll-symbols
12934 @item dll-symbols
12935 This command loads symbols from a dll similarly to
12936 add-sym command but without the need to specify a base address.
12937
12938 @kindex set new-console
12939 @item set new-console @var{mode}
12940 If @var{mode} is @code{on} the debuggee will
12941 be started in a new console on next start.
12942 If @var{mode} is @code{off}i, the debuggee will
12943 be started in the same console as the debugger.
12944
12945 @kindex show new-console
12946 @item show new-console
12947 Displays whether a new console is used
12948 when the debuggee is started.
12949
12950 @kindex set new-group
12951 @item set new-group @var{mode}
12952 This boolean value controls whether the debuggee should
12953 start a new group or stay in the same group as the debugger.
12954 This affects the way the Windows OS handles
12955 Ctrl-C.
12956
12957 @kindex show new-group
12958 @item show new-group
12959 Displays current value of new-group boolean.
12960
12961 @kindex set debugevents
12962 @item set debugevents
12963 This boolean value adds debug output concerning events seen by the debugger.
12964
12965 @kindex set debugexec
12966 @item set debugexec
12967 This boolean value adds debug output concerning execute events
12968 seen by the debugger.
12969
12970 @kindex set debugexceptions
12971 @item set debugexceptions
12972 This boolean value adds debug ouptut concerning exception events
12973 seen by the debugger.
12974
12975 @kindex set debugmemory
12976 @item set debugmemory
12977 This boolean value adds debug ouptut concerning memory events
12978 seen by the debugger.
12979
12980 @kindex set shell
12981 @item set shell
12982 This boolean values specifies whether the debuggee is called
12983 via a shell or directly (default value is on).
12984
12985 @kindex show shell
12986 @item show shell
12987 Displays if the debuggee will be started with a shell.
12988
12989 @end table
12990
12991 @menu
12992 * Non-debug DLL symbols::  Support for DLLs without debugging symbols
12993 @end menu
12994
12995 @node Non-debug DLL symbols
12996 @subsubsection Support for DLLs without debugging symbols
12997 @cindex DLLs with no debugging symbols
12998 @cindex Minimal symbols and DLLs
12999
13000 Very often on windows, some of the DLLs that your program relies on do
13001 not include symbolic debugging information (for example,
13002 @file{kernel32.dll}). When @value{GDBN} doesn't recognize any debugging
13003 symbols in a DLL, it relies on the minimal amount of symbolic
13004 information contained in the DLL's export table. This subsubsection
13005 describes working with such symbols, known internally to @value{GDBN} as
13006 ``minimal symbols''.
13007
13008 Note that before the debugged program has started execution, no DLLs
13009 will have been loaded. The easiest way around this problem is simply to
13010 start the program --- either by setting a breakpoint or letting the
13011 program run once to completion. It is also possible to force
13012 @value{GDBN} to load a particular DLL before starting the executable ---
13013 see the shared library information in @pxref{Files} or the
13014 @code{dll-symbols} command in @pxref{Cygwin Native}. Currently,
13015 explicitly loading symbols from a DLL with no debugging information will
13016 cause the symbol names to be duplicated in @value{GDBN}'s lookup table,
13017 which may adversely affect symbol lookup performance.
13018
13019 @subsubsection DLL name prefixes
13020
13021 In keeping with the naming conventions used by the Microsoft debugging
13022 tools, DLL export symbols are made available with a prefix based on the
13023 DLL name, for instance @code{KERNEL32!CreateFileA}.  The plain name is
13024 also entered into the symbol table, so @code{CreateFileA} is often
13025 sufficient. In some cases there will be name clashes within a program
13026 (particularly if the executable itself includes full debugging symbols)
13027 necessitating the use of the fully qualified name when referring to the
13028 contents of the DLL. Use single-quotes around the name to avoid the
13029 exclamation mark (``!'')  being interpreted as a language operator.
13030
13031 Note that the internal name of the DLL may be all upper-case, even
13032 though the file name of the DLL is lower-case, or vice-versa. Since
13033 symbols within @value{GDBN} are @emph{case-sensitive} this may cause
13034 some confusion. If in doubt, try the @code{info functions} and
13035 @code{info variables} commands or even @code{maint print msymbols} (see
13036 @pxref{Symbols}). Here's an example:
13037
13038 @smallexample
13039 (@value{GDBP}) info function CreateFileA
13040 All functions matching regular expression "CreateFileA":
13041
13042 Non-debugging symbols:
13043 0x77e885f4  CreateFileA
13044 0x77e885f4  KERNEL32!CreateFileA
13045 @end smallexample
13046
13047 @smallexample
13048 (@value{GDBP}) info function !
13049 All functions matching regular expression "!":
13050
13051 Non-debugging symbols:
13052 0x6100114c  cygwin1!__assert
13053 0x61004034  cygwin1!_dll_crt0@@0
13054 0x61004240  cygwin1!dll_crt0(per_process *)
13055 [etc...]
13056 @end smallexample
13057
13058 @subsubsection Working with minimal symbols
13059
13060 Symbols extracted from a DLL's export table do not contain very much
13061 type information. All that @value{GDBN} can do is guess whether a symbol
13062 refers to a function or variable depending on the linker section that
13063 contains the symbol. Also note that the actual contents of the memory
13064 contained in a DLL are not available unless the program is running. This
13065 means that you cannot examine the contents of a variable or disassemble
13066 a function within a DLL without a running program.
13067
13068 Variables are generally treated as pointers and dereferenced
13069 automatically. For this reason, it is often necessary to prefix a
13070 variable name with the address-of operator (``&'') and provide explicit
13071 type information in the command. Here's an example of the type of
13072 problem:
13073
13074 @smallexample
13075 (@value{GDBP}) print 'cygwin1!__argv'
13076 $1 = 268572168
13077 @end smallexample
13078
13079 @smallexample
13080 (@value{GDBP}) x 'cygwin1!__argv'
13081 0x10021610:      "\230y\""
13082 @end smallexample
13083
13084 And two possible solutions:
13085
13086 @smallexample
13087 (@value{GDBP}) print ((char **)'cygwin1!__argv')[0]
13088 $2 = 0x22fd98 "/cygdrive/c/mydirectory/myprogram"
13089 @end smallexample
13090
13091 @smallexample
13092 (@value{GDBP}) x/2x &'cygwin1!__argv'
13093 0x610c0aa8 <cygwin1!__argv>:    0x10021608      0x00000000
13094 (@value{GDBP}) x/x 0x10021608
13095 0x10021608:     0x0022fd98
13096 (@value{GDBP}) x/s 0x0022fd98
13097 0x22fd98:        "/cygdrive/c/mydirectory/myprogram"
13098 @end smallexample
13099
13100 Setting a break point within a DLL is possible even before the program
13101 starts execution. However, under these circumstances, @value{GDBN} can't
13102 examine the initial instructions of the function in order to skip the
13103 function's frame set-up code. You can work around this by using ``*&''
13104 to set the breakpoint at a raw memory address:
13105
13106 @smallexample
13107 (@value{GDBP}) break *&'python22!PyOS_Readline'
13108 Breakpoint 1 at 0x1e04eff0
13109 @end smallexample
13110
13111 The author of these extensions is not entirely convinced that setting a
13112 break point within a shared DLL like @file{kernel32.dll} is completely
13113 safe.
13114
13115 @node Hurd Native
13116 @subsection Commands specific to @sc{gnu} Hurd systems
13117 @cindex @sc{gnu} Hurd debugging
13118
13119 This subsection describes @value{GDBN} commands specific to the
13120 @sc{gnu} Hurd native debugging.
13121
13122 @table @code
13123 @item set signals
13124 @itemx set sigs
13125 @kindex set signals@r{, Hurd command}
13126 @kindex set sigs@r{, Hurd command}
13127 This command toggles the state of inferior signal interception by
13128 @value{GDBN}.  Mach exceptions, such as breakpoint traps, are not
13129 affected by this command.  @code{sigs} is a shorthand alias for
13130 @code{signals}.
13131
13132 @item show signals
13133 @itemx show sigs
13134 @kindex show signals@r{, Hurd command}
13135 @kindex show sigs@r{, Hurd command}
13136 Show the current state of intercepting inferior's signals.
13137
13138 @item set signal-thread
13139 @itemx set sigthread
13140 @kindex set signal-thread
13141 @kindex set sigthread
13142 This command tells @value{GDBN} which thread is the @code{libc} signal
13143 thread.  That thread is run when a signal is delivered to a running
13144 process.  @code{set sigthread} is the shorthand alias of @code{set
13145 signal-thread}.
13146
13147 @item show signal-thread
13148 @itemx show sigthread
13149 @kindex show signal-thread
13150 @kindex show sigthread
13151 These two commands show which thread will run when the inferior is
13152 delivered a signal.
13153
13154 @item set stopped
13155 @kindex set stopped@r{, Hurd command}
13156 This commands tells @value{GDBN} that the inferior process is stopped,
13157 as with the @code{SIGSTOP} signal.  The stopped process can be
13158 continued by delivering a signal to it.
13159
13160 @item show stopped
13161 @kindex show stopped@r{, Hurd command}
13162 This command shows whether @value{GDBN} thinks the debuggee is
13163 stopped.
13164
13165 @item set exceptions
13166 @kindex set exceptions@r{, Hurd command}
13167 Use this command to turn off trapping of exceptions in the inferior.
13168 When exception trapping is off, neither breakpoints nor
13169 single-stepping will work.  To restore the default, set exception
13170 trapping on.
13171
13172 @item show exceptions
13173 @kindex show exceptions@r{, Hurd command}
13174 Show the current state of trapping exceptions in the inferior.
13175
13176 @item set task pause
13177 @kindex set task@r{, Hurd commands}
13178 @cindex task attributes (@sc{gnu} Hurd)
13179 @cindex pause current task (@sc{gnu} Hurd)
13180 This command toggles task suspension when @value{GDBN} has control.
13181 Setting it to on takes effect immediately, and the task is suspended
13182 whenever @value{GDBN} gets control.  Setting it to off will take
13183 effect the next time the inferior is continued.  If this option is set
13184 to off, you can use @code{set thread default pause on} or @code{set
13185 thread pause on} (see below) to pause individual threads.
13186
13187 @item show task pause
13188 @kindex show task@r{, Hurd commands}
13189 Show the current state of task suspension.
13190
13191 @item set task detach-suspend-count
13192 @cindex task suspend count
13193 @cindex detach from task, @sc{gnu} Hurd
13194 This command sets the suspend count the task will be left with when
13195 @value{GDBN} detaches from it.
13196
13197 @item show task detach-suspend-count
13198 Show the suspend count the task will be left with when detaching.
13199
13200 @item set task exception-port
13201 @itemx set task excp
13202 @cindex task exception port, @sc{gnu} Hurd
13203 This command sets the task exception port to which @value{GDBN} will
13204 forward exceptions.  The argument should be the value of the @dfn{send
13205 rights} of the task.  @code{set task excp} is a shorthand alias.
13206
13207 @item set noninvasive
13208 @cindex noninvasive task options
13209 This command switches @value{GDBN} to a mode that is the least
13210 invasive as far as interfering with the inferior is concerned.  This
13211 is the same as using @code{set task pause}, @code{set exceptions}, and
13212 @code{set signals} to values opposite to the defaults.
13213
13214 @item info send-rights
13215 @itemx info receive-rights
13216 @itemx info port-rights
13217 @itemx info port-sets
13218 @itemx info dead-names
13219 @itemx info ports
13220 @itemx info psets
13221 @cindex send rights, @sc{gnu} Hurd
13222 @cindex receive rights, @sc{gnu} Hurd
13223 @cindex port rights, @sc{gnu} Hurd
13224 @cindex port sets, @sc{gnu} Hurd
13225 @cindex dead names, @sc{gnu} Hurd
13226 These commands display information about, respectively, send rights,
13227 receive rights, port rights, port sets, and dead names of a task.
13228 There are also shorthand aliases: @code{info ports} for @code{info
13229 port-rights} and @code{info psets} for @code{info port-sets}.
13230
13231 @item set thread pause
13232 @kindex set thread@r{, Hurd command}
13233 @cindex thread properties, @sc{gnu} Hurd
13234 @cindex pause current thread (@sc{gnu} Hurd)
13235 This command toggles current thread suspension when @value{GDBN} has
13236 control.  Setting it to on takes effect immediately, and the current
13237 thread is suspended whenever @value{GDBN} gets control.  Setting it to
13238 off will take effect the next time the inferior is continued.
13239 Normally, this command has no effect, since when @value{GDBN} has
13240 control, the whole task is suspended.  However, if you used @code{set
13241 task pause off} (see above), this command comes in handy to suspend
13242 only the current thread.
13243
13244 @item show thread pause
13245 @kindex show thread@r{, Hurd command}
13246 This command shows the state of current thread suspension.
13247
13248 @item set thread run
13249 This comamnd sets whether the current thread is allowed to run.
13250
13251 @item show thread run
13252 Show whether the current thread is allowed to run.
13253
13254 @item set thread detach-suspend-count
13255 @cindex thread suspend count, @sc{gnu} Hurd
13256 @cindex detach from thread, @sc{gnu} Hurd
13257 This command sets the suspend count @value{GDBN} will leave on a
13258 thread when detaching.  This number is relative to the suspend count
13259 found by @value{GDBN} when it notices the thread; use @code{set thread
13260 takeover-suspend-count} to force it to an absolute value.
13261
13262 @item show thread detach-suspend-count
13263 Show the suspend count @value{GDBN} will leave on the thread when
13264 detaching.
13265
13266 @item set thread exception-port
13267 @itemx set thread excp
13268 Set the thread exception port to which to forward exceptions.  This
13269 overrides the port set by @code{set task exception-port} (see above).
13270 @code{set thread excp} is the shorthand alias.
13271
13272 @item set thread takeover-suspend-count
13273 Normally, @value{GDBN}'s thread suspend counts are relative to the
13274 value @value{GDBN} finds when it notices each thread.  This command
13275 changes the suspend counts to be absolute instead.
13276
13277 @item set thread default
13278 @itemx show thread default
13279 @cindex thread default settings, @sc{gnu} Hurd
13280 Each of the above @code{set thread} commands has a @code{set thread
13281 default} counterpart (e.g., @code{set thread default pause}, @code{set
13282 thread default exception-port}, etc.).  The @code{thread default}
13283 variety of commands sets the default thread properties for all
13284 threads; you can then change the properties of individual threads with
13285 the non-default commands.
13286 @end table
13287
13288
13289 @node Neutrino
13290 @subsection QNX Neutrino
13291 @cindex QNX Neutrino
13292
13293 @value{GDBN} provides the following commands specific to the QNX
13294 Neutrino target:
13295
13296 @table @code
13297 @item set debug nto-debug
13298 @kindex set debug nto-debug
13299 When set to on, enables debugging messages specific to the QNX
13300 Neutrino support.
13301
13302 @item show debug nto-debug
13303 @kindex show debug nto-debug
13304 Show the current state of QNX Neutrino messages.
13305 @end table
13306
13307
13308 @node Embedded OS
13309 @section Embedded Operating Systems
13310
13311 This section describes configurations involving the debugging of
13312 embedded operating systems that are available for several different
13313 architectures.
13314
13315 @menu
13316 * VxWorks::                     Using @value{GDBN} with VxWorks
13317 @end menu
13318
13319 @value{GDBN} includes the ability to debug programs running on
13320 various real-time operating systems.
13321
13322 @node VxWorks
13323 @subsection Using @value{GDBN} with VxWorks
13324
13325 @cindex VxWorks
13326
13327 @table @code
13328
13329 @kindex target vxworks
13330 @item target vxworks @var{machinename}
13331 A VxWorks system, attached via TCP/IP.  The argument @var{machinename}
13332 is the target system's machine name or IP address.
13333
13334 @end table
13335
13336 On VxWorks, @code{load} links @var{filename} dynamically on the
13337 current target system as well as adding its symbols in @value{GDBN}.
13338
13339 @value{GDBN} enables developers to spawn and debug tasks running on networked
13340 VxWorks targets from a Unix host.  Already-running tasks spawned from
13341 the VxWorks shell can also be debugged.  @value{GDBN} uses code that runs on
13342 both the Unix host and on the VxWorks target.  The program
13343 @code{@value{GDBP}} is installed and executed on the Unix host.  (It may be
13344 installed with the name @code{vxgdb}, to distinguish it from a
13345 @value{GDBN} for debugging programs on the host itself.)
13346
13347 @table @code
13348 @item VxWorks-timeout @var{args}
13349 @kindex vxworks-timeout
13350 All VxWorks-based targets now support the option @code{vxworks-timeout}.
13351 This option is set by the user, and  @var{args} represents the number of
13352 seconds @value{GDBN} waits for responses to rpc's.  You might use this if
13353 your VxWorks target is a slow software simulator or is on the far side
13354 of a thin network line.
13355 @end table
13356
13357 The following information on connecting to VxWorks was current when
13358 this manual was produced; newer releases of VxWorks may use revised
13359 procedures.
13360
13361 @findex INCLUDE_RDB
13362 To use @value{GDBN} with VxWorks, you must rebuild your VxWorks kernel
13363 to include the remote debugging interface routines in the VxWorks
13364 library @file{rdb.a}.  To do this, define @code{INCLUDE_RDB} in the
13365 VxWorks configuration file @file{configAll.h} and rebuild your VxWorks
13366 kernel.  The resulting kernel contains @file{rdb.a}, and spawns the
13367 source debugging task @code{tRdbTask} when VxWorks is booted.  For more
13368 information on configuring and remaking VxWorks, see the manufacturer's
13369 manual.
13370 @c VxWorks, see the @cite{VxWorks Programmer's Guide}.
13371
13372 Once you have included @file{rdb.a} in your VxWorks system image and set
13373 your Unix execution search path to find @value{GDBN}, you are ready to
13374 run @value{GDBN}.  From your Unix host, run @code{@value{GDBP}} (or
13375 @code{vxgdb}, depending on your installation).
13376
13377 @value{GDBN} comes up showing the prompt:
13378
13379 @smallexample
13380 (vxgdb)
13381 @end smallexample
13382
13383 @menu
13384 * VxWorks Connection::          Connecting to VxWorks
13385 * VxWorks Download::            VxWorks download
13386 * VxWorks Attach::              Running tasks
13387 @end menu
13388
13389 @node VxWorks Connection
13390 @subsubsection Connecting to VxWorks
13391
13392 The @value{GDBN} command @code{target} lets you connect to a VxWorks target on the
13393 network.  To connect to a target whose host name is ``@code{tt}'', type:
13394
13395 @smallexample
13396 (vxgdb) target vxworks tt
13397 @end smallexample
13398
13399 @need 750
13400 @value{GDBN} displays messages like these:
13401
13402 @smallexample
13403 Attaching remote machine across net...
13404 Connected to tt.
13405 @end smallexample
13406
13407 @need 1000
13408 @value{GDBN} then attempts to read the symbol tables of any object modules
13409 loaded into the VxWorks target since it was last booted.  @value{GDBN} locates
13410 these files by searching the directories listed in the command search
13411 path (@pxref{Environment, ,Your program's environment}); if it fails
13412 to find an object file, it displays a message such as:
13413
13414 @smallexample
13415 prog.o: No such file or directory.
13416 @end smallexample
13417
13418 When this happens, add the appropriate directory to the search path with
13419 the @value{GDBN} command @code{path}, and execute the @code{target}
13420 command again.
13421
13422 @node VxWorks Download
13423 @subsubsection VxWorks download
13424
13425 @cindex download to VxWorks
13426 If you have connected to the VxWorks target and you want to debug an
13427 object that has not yet been loaded, you can use the @value{GDBN}
13428 @code{load} command to download a file from Unix to VxWorks
13429 incrementally.  The object file given as an argument to the @code{load}
13430 command is actually opened twice: first by the VxWorks target in order
13431 to download the code, then by @value{GDBN} in order to read the symbol
13432 table.  This can lead to problems if the current working directories on
13433 the two systems differ.  If both systems have NFS mounted the same
13434 filesystems, you can avoid these problems by using absolute paths.
13435 Otherwise, it is simplest to set the working directory on both systems
13436 to the directory in which the object file resides, and then to reference
13437 the file by its name, without any path.  For instance, a program
13438 @file{prog.o} may reside in @file{@var{vxpath}/vw/demo/rdb} in VxWorks
13439 and in @file{@var{hostpath}/vw/demo/rdb} on the host.  To load this
13440 program, type this on VxWorks:
13441
13442 @smallexample
13443 -> cd "@var{vxpath}/vw/demo/rdb"
13444 @end smallexample
13445
13446 @noindent
13447 Then, in @value{GDBN}, type:
13448
13449 @smallexample
13450 (vxgdb) cd @var{hostpath}/vw/demo/rdb
13451 (vxgdb) load prog.o
13452 @end smallexample
13453
13454 @value{GDBN} displays a response similar to this:
13455
13456 @smallexample
13457 Reading symbol data from wherever/vw/demo/rdb/prog.o... done.
13458 @end smallexample
13459
13460 You can also use the @code{load} command to reload an object module
13461 after editing and recompiling the corresponding source file.  Note that
13462 this makes @value{GDBN} delete all currently-defined breakpoints,
13463 auto-displays, and convenience variables, and to clear the value
13464 history.  (This is necessary in order to preserve the integrity of
13465 debugger's data structures that reference the target system's symbol
13466 table.)
13467
13468 @node VxWorks Attach
13469 @subsubsection Running tasks
13470
13471 @cindex running VxWorks tasks
13472 You can also attach to an existing task using the @code{attach} command as
13473 follows:
13474
13475 @smallexample
13476 (vxgdb) attach @var{task}
13477 @end smallexample
13478
13479 @noindent
13480 where @var{task} is the VxWorks hexadecimal task ID.  The task can be running
13481 or suspended when you attach to it.  Running tasks are suspended at
13482 the time of attachment.
13483
13484 @node Embedded Processors
13485 @section Embedded Processors
13486
13487 This section goes into details specific to particular embedded
13488 configurations.
13489
13490 @cindex send command to simulator
13491 Whenever a specific embedded processor has a simulator, @value{GDBN}
13492 allows to send an arbitrary command to the simulator.
13493
13494 @table @code
13495 @item sim @var{command}
13496 @kindex sim@r{, a command}
13497 Send an arbitrary @var{command} string to the simulator.  Consult the
13498 documentation for the specific simulator in use for information about
13499 acceptable commands.
13500 @end table
13501
13502
13503 @menu
13504 * ARM::                         ARM RDI
13505 * H8/300::                      Renesas H8/300
13506 * H8/500::                      Renesas H8/500
13507 * M32R/D::                      Renesas M32R/D
13508 * M68K::                        Motorola M68K
13509 * MIPS Embedded::               MIPS Embedded
13510 * OpenRISC 1000::               OpenRisc 1000
13511 * PA::                          HP PA Embedded
13512 * PowerPC:                      PowerPC
13513 * SH::                          Renesas SH
13514 * Sparclet::                    Tsqware Sparclet
13515 * Sparclite::                   Fujitsu Sparclite
13516 * ST2000::                      Tandem ST2000
13517 * Z8000::                       Zilog Z8000
13518 * AVR::                         Atmel AVR
13519 * CRIS::                        CRIS
13520 * Super-H::                     Renesas Super-H
13521 * WinCE::                       Windows CE child processes
13522 @end menu
13523
13524 @node ARM
13525 @subsection ARM
13526 @cindex ARM RDI
13527
13528 @table @code
13529 @kindex target rdi
13530 @item target rdi @var{dev}
13531 ARM Angel monitor, via RDI library interface to ADP protocol.  You may
13532 use this target to communicate with both boards running the Angel
13533 monitor, or with the EmbeddedICE JTAG debug device.
13534
13535 @kindex target rdp
13536 @item target rdp @var{dev}
13537 ARM Demon monitor.
13538
13539 @end table
13540
13541 @value{GDBN} provides the following ARM-specific commands:
13542
13543 @table @code
13544 @item set arm disassembler
13545 @kindex set arm
13546 This commands selects from a list of disassembly styles.  The
13547 @code{"std"} style is the standard style.
13548
13549 @item show arm disassembler
13550 @kindex show arm
13551 Show the current disassembly style.
13552
13553 @item set arm apcs32
13554 @cindex ARM 32-bit mode
13555 This command toggles ARM operation mode between 32-bit and 26-bit.
13556
13557 @item show arm apcs32
13558 Display the current usage of the ARM 32-bit mode.
13559
13560 @item set arm fpu @var{fputype}
13561 This command sets the ARM floating-point unit (FPU) type.  The
13562 argument @var{fputype} can be one of these:
13563
13564 @table @code
13565 @item auto
13566 Determine the FPU type by querying the OS ABI.
13567 @item softfpa
13568 Software FPU, with mixed-endian doubles on little-endian ARM
13569 processors.
13570 @item fpa
13571 GCC-compiled FPA co-processor.
13572 @item softvfp
13573 Software FPU with pure-endian doubles.
13574 @item vfp
13575 VFP co-processor.
13576 @end table
13577
13578 @item show arm fpu
13579 Show the current type of the FPU.
13580
13581 @item set arm abi
13582 This command forces @value{GDBN} to use the specified ABI.
13583
13584 @item show arm abi
13585 Show the currently used ABI.
13586
13587 @item set debug arm
13588 Toggle whether to display ARM-specific debugging messages from the ARM
13589 target support subsystem.
13590
13591 @item show debug arm
13592 Show whether ARM-specific debugging messages are enabled.
13593 @end table
13594
13595 The following commands are available when an ARM target is debugged
13596 using the RDI interface:
13597
13598 @table @code
13599 @item rdilogfile @r{[}@var{file}@r{]}
13600 @kindex rdilogfile
13601 @cindex ADP (Angel Debugger Protocol) logging
13602 Set the filename for the ADP (Angel Debugger Protocol) packet log.
13603 With an argument, sets the log file to the specified @var{file}.  With
13604 no argument, show the current log file name.  The default log file is
13605 @file{rdi.log}.
13606
13607 @item rdilogenable @r{[}@var{arg}@r{]}
13608 @kindex rdilogenable
13609 Control logging of ADP packets.  With an argument of 1 or @code{"yes"}
13610 enables logging, with an argument 0 or @code{"no"} disables it.  With
13611 no arguments displays the current setting.  When logging is enabled,
13612 ADP packets exchanged between @value{GDBN} and the RDI target device
13613 are logged to a file.
13614
13615 @item set rdiromatzero
13616 @kindex set rdiromatzero
13617 @cindex ROM at zero address, RDI
13618 Tell @value{GDBN} whether the target has ROM at address 0.  If on,
13619 vector catching is disabled, so that zero address can be used.  If off
13620 (the default), vector catching is enabled.  For this command to take
13621 effect, it needs to be invoked prior to the @code{target rdi} command.
13622
13623 @item show rdiromatzero
13624 @kindex show rdiromatzero
13625 Show the current setting of ROM at zero address.
13626
13627 @item set rdiheartbeat
13628 @kindex set rdiheartbeat
13629 @cindex RDI heartbeat
13630 Enable or disable RDI heartbeat packets.  It is not recommended to
13631 turn on this option, since it confuses ARM and EPI JTAG interface, as
13632 well as the Angel monitor.
13633
13634 @item show rdiheartbeat
13635 @kindex show rdiheartbeat
13636 Show the setting of RDI heartbeat packets.
13637 @end table
13638
13639
13640 @node H8/300
13641 @subsection Renesas H8/300
13642
13643 @table @code
13644
13645 @kindex target hms@r{, with H8/300}
13646 @item target hms @var{dev}
13647 A Renesas SH, H8/300, or H8/500 board, attached via serial line to your host.
13648 Use special commands @code{device} and @code{speed} to control the serial
13649 line and the communications speed used.
13650
13651 @kindex target e7000@r{, with H8/300}
13652 @item target e7000 @var{dev}
13653 E7000 emulator for Renesas H8 and SH.
13654
13655 @kindex target sh3@r{, with H8/300}
13656 @kindex target sh3e@r{, with H8/300}
13657 @item target sh3 @var{dev}
13658 @itemx target sh3e @var{dev}
13659 Renesas SH-3 and SH-3E target systems.
13660
13661 @end table
13662
13663 @cindex download to H8/300 or H8/500
13664 @cindex H8/300 or H8/500 download
13665 @cindex download to Renesas SH
13666 @cindex Renesas SH download
13667 When you select remote debugging to a Renesas SH, H8/300, or H8/500
13668 board, the @code{load} command downloads your program to the Renesas
13669 board and also opens it as the current executable target for
13670 @value{GDBN} on your host (like the @code{file} command).
13671
13672 @value{GDBN} needs to know these things to talk to your
13673 Renesas SH, H8/300, or H8/500:
13674
13675 @enumerate
13676 @item
13677 that you want to use @samp{target hms}, the remote debugging interface
13678 for Renesas microprocessors, or @samp{target e7000}, the in-circuit
13679 emulator for the Renesas SH and the Renesas 300H.  (@samp{target hms} is
13680 the default when @value{GDBN} is configured specifically for the Renesas SH,
13681 H8/300, or H8/500.)
13682
13683 @item
13684 what serial device connects your host to your Renesas board (the first
13685 serial device available on your host is the default).
13686
13687 @item
13688 what speed to use over the serial device.
13689 @end enumerate
13690
13691 @menu
13692 * Renesas Boards::      Connecting to Renesas boards.
13693 * Renesas ICE::         Using the E7000 In-Circuit Emulator.
13694 * Renesas Special::     Special @value{GDBN} commands for Renesas micros.
13695 @end menu
13696
13697 @node Renesas Boards
13698 @subsubsection Connecting to Renesas boards
13699
13700 @c only for Unix hosts
13701 @kindex device
13702 @cindex serial device, Renesas micros
13703 Use the special @code{@value{GDBN}} command @samp{device @var{port}} if you
13704 need to explicitly set the serial device.  The default @var{port} is the
13705 first available port on your host.  This is only necessary on Unix
13706 hosts, where it is typically something like @file{/dev/ttya}.
13707
13708 @kindex speed
13709 @cindex serial line speed, Renesas micros
13710 @code{@value{GDBN}} has another special command to set the communications
13711 speed: @samp{speed @var{bps}}.  This command also is only used from Unix
13712 hosts; on DOS hosts, set the line speed as usual from outside @value{GDBN} with
13713 the DOS @code{mode} command (for instance,
13714 @w{@kbd{mode com2:9600,n,8,1,p}} for a 9600@dmn{bps} connection).
13715
13716 The @samp{device} and @samp{speed} commands are available only when you
13717 use a Unix host to debug your Renesas microprocessor programs.  If you
13718 use a DOS host,
13719 @value{GDBN} depends on an auxiliary terminate-and-stay-resident program
13720 called @code{asynctsr} to communicate with the development board
13721 through a PC serial port.  You must also use the DOS @code{mode} command
13722 to set up the serial port on the DOS side.
13723
13724 The following sample session illustrates the steps needed to start a
13725 program under @value{GDBN} control on an H8/300.  The example uses a
13726 sample H8/300 program called @file{t.x}.  The procedure is the same for
13727 the Renesas SH and the H8/500.
13728
13729 First hook up your development board.  In this example, we use a
13730 board attached to serial port @code{COM2}; if you use a different serial
13731 port, substitute its name in the argument of the @code{mode} command.
13732 When you call @code{asynctsr}, the auxiliary comms program used by the
13733 debugger, you give it just the numeric part of the serial port's name;
13734 for example, @samp{asyncstr 2} below runs @code{asyncstr} on
13735 @code{COM2}.
13736
13737 @smallexample
13738 C:\H8300\TEST> asynctsr 2
13739 C:\H8300\TEST> mode com2:9600,n,8,1,p
13740
13741 Resident portion of MODE loaded
13742
13743 COM2: 9600, n, 8, 1, p
13744
13745 @end smallexample
13746
13747 @quotation
13748 @emph{Warning:} We have noticed a bug in PC-NFS that conflicts with
13749 @code{asynctsr}.  If you also run PC-NFS on your DOS host, you may need to
13750 disable it, or even boot without it, to use @code{asynctsr} to control
13751 your development board.
13752 @end quotation
13753
13754 @kindex target hms@r{, and serial protocol}
13755 Now that serial communications are set up, and the development board is
13756 connected, you can start up @value{GDBN}.  Call @code{@value{GDBN}} with
13757 the name of your program as the argument.  @code{@value{GDBN}} prompts
13758 you, as usual, with the prompt @samp{(@value{GDBP})}.  Use two special
13759 commands to begin your debugging session: @samp{target hms} to specify
13760 cross-debugging to the Renesas board, and the @code{load} command to
13761 download your program to the board.  @code{load} displays the names of
13762 the program's sections, and a @samp{*} for each 2K of data downloaded.
13763 (If you want to refresh @value{GDBN} data on symbols or on the
13764 executable file without downloading, use the @value{GDBN} commands
13765 @code{file} or @code{symbol-file}.  These commands, and @code{load}
13766 itself, are described in @ref{Files,,Commands to specify files}.)
13767
13768 @smallexample
13769 (eg-C:\H8300\TEST) @value{GDBP} t.x
13770 @value{GDBN} is free software and you are welcome to distribute copies
13771  of it under certain conditions; type "show copying" to see
13772  the conditions.
13773 There is absolutely no warranty for @value{GDBN}; type "show warranty"
13774 for details.
13775 @value{GDBN} @value{GDBVN}, Copyright 1992 Free Software Foundation, Inc...
13776 (@value{GDBP}) target hms
13777 Connected to remote H8/300 HMS system.
13778 (@value{GDBP}) load t.x
13779 .text   : 0x8000 .. 0xabde ***********
13780 .data   : 0xabde .. 0xad30 *
13781 .stack  : 0xf000 .. 0xf014 *
13782 @end smallexample
13783
13784 At this point, you're ready to run or debug your program.  From here on,
13785 you can use all the usual @value{GDBN} commands.  The @code{break} command
13786 sets breakpoints; the @code{run} command starts your program;
13787 @code{print} or @code{x} display data; the @code{continue} command
13788 resumes execution after stopping at a breakpoint.  You can use the
13789 @code{help} command at any time to find out more about @value{GDBN} commands.
13790
13791 Remember, however, that @emph{operating system} facilities aren't
13792 available on your development board; for example, if your program hangs,
13793 you can't send an interrupt---but you can press the @sc{reset} switch!
13794
13795 Use the @sc{reset} button on the development board
13796 @itemize @bullet
13797 @item
13798 to interrupt your program (don't use @kbd{ctl-C} on the DOS host---it has
13799 no way to pass an interrupt signal to the development board); and
13800
13801 @item
13802 to return to the @value{GDBN} command prompt after your program finishes
13803 normally.  The communications protocol provides no other way for @value{GDBN}
13804 to detect program completion.
13805 @end itemize
13806
13807 In either case, @value{GDBN} sees the effect of a @sc{reset} on the
13808 development board as a ``normal exit'' of your program.
13809
13810 @node Renesas ICE
13811 @subsubsection Using the E7000 in-circuit emulator
13812
13813 @kindex target e7000@r{, with Renesas ICE}
13814 You can use the E7000 in-circuit emulator to develop code for either the
13815 Renesas SH or the H8/300H.  Use one of these forms of the @samp{target
13816 e7000} command to connect @value{GDBN} to your E7000:
13817
13818 @table @code
13819 @item target e7000 @var{port} @var{speed}
13820 Use this form if your E7000 is connected to a serial port.  The
13821 @var{port} argument identifies what serial port to use (for example,
13822 @samp{com2}).  The third argument is the line speed in bits per second
13823 (for example, @samp{9600}).
13824
13825 @item target e7000 @var{hostname}
13826 If your E7000 is installed as a host on a TCP/IP network, you can just
13827 specify its hostname; @value{GDBN} uses @code{telnet} to connect.
13828 @end table
13829
13830 The following special commands are available when debugging with the
13831 Renesas E7000 ICE:
13832
13833 @table @code
13834 @item e7000 @var{command}
13835 @kindex e7000
13836 @cindex send command to E7000 monitor
13837 This sends the specified @var{command} to the E7000 monitor.
13838
13839 @item ftplogin @var{machine} @var{username} @var{password} @var{dir}
13840 @kindex ftplogin@r{, E7000}
13841 This command records information for subsequent interface with the
13842 E7000 monitor via the FTP protocol: @value{GDBN} will log into the
13843 named @var{machine} using specified @var{username} and @var{password},
13844 and then chdir to the named directory @var{dir}.
13845
13846 @item ftpload @var{file}
13847 @kindex ftpload@r{, E7000}
13848 This command uses credentials recorded by @code{ftplogin} to fetch and
13849 load the named @var{file} from the E7000 monitor.
13850
13851 @item drain
13852 @kindex drain@r{, E7000}
13853 This command drains any pending text buffers stored on the E7000.
13854
13855 @item set usehardbreakpoints
13856 @itemx show usehardbreakpoints
13857 @kindex set usehardbreakpoints@r{, E7000}
13858 @kindex show usehardbreakpoints@r{, E7000}
13859 @cindex hardware breakpoints, and E7000
13860 These commands set and show the use of hardware breakpoints for all
13861 breakpoints.  @xref{Set Breaks, hardware-assisted breakpoint}, for
13862 more information about using hardware breakpoints selectively.
13863 @end table
13864
13865 @node Renesas Special
13866 @subsubsection Special @value{GDBN} commands for Renesas micros
13867
13868 Some @value{GDBN} commands are available only for the H8/300:
13869
13870 @table @code
13871
13872 @kindex set machine
13873 @kindex show machine
13874 @item set machine h8300
13875 @itemx set machine h8300h
13876 Condition @value{GDBN} for one of the two variants of the H8/300
13877 architecture with @samp{set machine}.  You can use @samp{show machine}
13878 to check which variant is currently in effect.
13879
13880 @end table
13881
13882 @node H8/500
13883 @subsection H8/500
13884
13885 @table @code
13886
13887 @kindex set memory @var{mod}
13888 @cindex memory models, H8/500
13889 @item set memory @var{mod}
13890 @itemx show memory
13891 Specify which H8/500 memory model (@var{mod}) you are using with
13892 @samp{set memory}; check which memory model is in effect with @samp{show
13893 memory}.  The accepted values for @var{mod} are @code{small},
13894 @code{big}, @code{medium}, and @code{compact}.
13895
13896 @end table
13897
13898 @node M32R/D
13899 @subsection Renesas M32R/D and M32R/SDI
13900
13901 @table @code
13902 @kindex target m32r
13903 @item target m32r @var{dev}
13904 Renesas M32R/D ROM monitor.
13905
13906 @kindex target m32rsdi
13907 @item target m32rsdi @var{dev}
13908 Renesas M32R SDI server, connected via parallel port to the board.
13909 @end table
13910
13911 The following @value{GDBN} commands are specific to the M32R monitor:
13912
13913 @table @code
13914 @item set download-path @var{path}
13915 @kindex set download-path
13916 @cindex find downloadable @sc{srec} files (M32R)
13917 Set the default path for finding donwloadable @sc{srec} files.
13918
13919 @item show download-path
13920 @kindex show download-path
13921 Show the default path for downloadable @sc{srec} files.
13922
13923 @item set board-address @var{addr}
13924 @kindex set board-address
13925 @cindex M32-EVA target board address
13926 Set the IP address for the M32R-EVA target board.
13927
13928 @item show board-address
13929 @kindex show board-address
13930 Show the current IP address of the target board.
13931
13932 @item set server-address @var{addr}
13933 @kindex set server-address
13934 @cindex download server address (M32R)
13935 Set the IP address for the download server, which is the @value{GDBN}'s
13936 host machine.
13937
13938 @item show server-address
13939 @kindex show server-address
13940 Display the IP address of the download server.
13941
13942 @item upload @r{[}@var{file}@r{]}
13943 @kindex upload@r{, M32R}
13944 Upload the specified @sc{srec} @var{file} via the monitor's Ethernet
13945 upload capability.  If no @var{file} argument is given, the current
13946 executable file is uploaded.
13947
13948 @item tload @r{[}@var{file}@r{]}
13949 @kindex tload@r{, M32R}
13950 Test the @code{upload} command.
13951 @end table
13952
13953 The following commands are available for M32R/SDI:
13954
13955 @table @code
13956 @item sdireset
13957 @kindex sdireset
13958 @cindex reset SDI connection, M32R
13959 This command resets the SDI connection.
13960
13961 @item sdistatus
13962 @kindex sdistatus
13963 This command shows the SDI connection status.
13964
13965 @item debug_chaos
13966 @kindex debug_chaos
13967 @cindex M32R/Chaos debugging
13968 Instructs the remote that M32R/Chaos debugging is to be used.
13969
13970 @item use_debug_dma
13971 @kindex use_debug_dma
13972 Instructs the remote to use the DEBUG_DMA method of accessing memory.
13973
13974 @item use_mon_code
13975 @kindex use_mon_code
13976 Instructs the remote to use the MON_CODE method of accessing memory.
13977
13978 @item use_ib_break
13979 @kindex use_ib_break
13980 Instructs the remote to set breakpoints by IB break.
13981
13982 @item use_dbt_break
13983 @kindex use_dbt_break
13984 Instructs the remote to set breakpoints by DBT.
13985 @end table
13986
13987 @node M68K
13988 @subsection M68k
13989
13990 The Motorola m68k configuration includes ColdFire support, and
13991 target command for the following ROM monitors.
13992
13993 @table @code
13994
13995 @kindex target abug
13996 @item target abug @var{dev}
13997 ABug ROM monitor for M68K.
13998
13999 @kindex target cpu32bug
14000 @item target cpu32bug @var{dev}
14001 CPU32BUG monitor, running on a CPU32 (M68K) board.
14002
14003 @kindex target dbug
14004 @item target dbug @var{dev}
14005 dBUG ROM monitor for Motorola ColdFire.
14006
14007 @kindex target est
14008 @item target est @var{dev}
14009 EST-300 ICE monitor, running on a CPU32 (M68K) board.
14010
14011 @kindex target rom68k
14012 @item target rom68k @var{dev}
14013 ROM 68K monitor, running on an M68K IDP board.
14014
14015 @end table
14016
14017 @table @code
14018
14019 @kindex target rombug
14020 @item target rombug @var{dev}
14021 ROMBUG ROM monitor for OS/9000.
14022
14023 @end table
14024
14025 @node MIPS Embedded
14026 @subsection MIPS Embedded
14027
14028 @cindex MIPS boards
14029 @value{GDBN} can use the MIPS remote debugging protocol to talk to a
14030 MIPS board attached to a serial line.  This is available when
14031 you configure @value{GDBN} with @samp{--target=mips-idt-ecoff}.
14032
14033 @need 1000
14034 Use these @value{GDBN} commands to specify the connection to your target board:
14035
14036 @table @code
14037 @item target mips @var{port}
14038 @kindex target mips @var{port}
14039 To run a program on the board, start up @code{@value{GDBP}} with the
14040 name of your program as the argument.  To connect to the board, use the
14041 command @samp{target mips @var{port}}, where @var{port} is the name of
14042 the serial port connected to the board.  If the program has not already
14043 been downloaded to the board, you may use the @code{load} command to
14044 download it.  You can then use all the usual @value{GDBN} commands.
14045
14046 For example, this sequence connects to the target board through a serial
14047 port, and loads and runs a program called @var{prog} through the
14048 debugger:
14049
14050 @smallexample
14051 host$ @value{GDBP} @var{prog}
14052 @value{GDBN} is free software and @dots{}
14053 (@value{GDBP}) target mips /dev/ttyb
14054 (@value{GDBP}) load @var{prog}
14055 (@value{GDBP}) run
14056 @end smallexample
14057
14058 @item target mips @var{hostname}:@var{portnumber}
14059 On some @value{GDBN} host configurations, you can specify a TCP
14060 connection (for instance, to a serial line managed by a terminal
14061 concentrator) instead of a serial port, using the syntax
14062 @samp{@var{hostname}:@var{portnumber}}.
14063
14064 @item target pmon @var{port}
14065 @kindex target pmon @var{port}
14066 PMON ROM monitor.
14067
14068 @item target ddb @var{port}
14069 @kindex target ddb @var{port}
14070 NEC's DDB variant of PMON for Vr4300.
14071
14072 @item target lsi @var{port}
14073 @kindex target lsi @var{port}
14074 LSI variant of PMON.
14075
14076 @kindex target r3900
14077 @item target r3900 @var{dev}
14078 Densan DVE-R3900 ROM monitor for Toshiba R3900 Mips.
14079
14080 @kindex target array
14081 @item target array @var{dev}
14082 Array Tech LSI33K RAID controller board.
14083
14084 @end table
14085
14086
14087 @noindent
14088 @value{GDBN} also supports these special commands for MIPS targets:
14089
14090 @table @code
14091 @item set mipsfpu double
14092 @itemx set mipsfpu single
14093 @itemx set mipsfpu none
14094 @itemx set mipsfpu auto
14095 @itemx show mipsfpu
14096 @kindex set mipsfpu
14097 @kindex show mipsfpu
14098 @cindex MIPS remote floating point
14099 @cindex floating point, MIPS remote
14100 If your target board does not support the MIPS floating point
14101 coprocessor, you should use the command @samp{set mipsfpu none} (if you
14102 need this, you may wish to put the command in your @value{GDBN} init
14103 file).  This tells @value{GDBN} how to find the return value of
14104 functions which return floating point values.  It also allows
14105 @value{GDBN} to avoid saving the floating point registers when calling
14106 functions on the board.  If you are using a floating point coprocessor
14107 with only single precision floating point support, as on the @sc{r4650}
14108 processor, use the command @samp{set mipsfpu single}.  The default
14109 double precision floating point coprocessor may be selected using
14110 @samp{set mipsfpu double}.
14111
14112 In previous versions the only choices were double precision or no
14113 floating point, so @samp{set mipsfpu on} will select double precision
14114 and @samp{set mipsfpu off} will select no floating point.
14115
14116 As usual, you can inquire about the @code{mipsfpu} variable with
14117 @samp{show mipsfpu}.
14118
14119 @item set timeout @var{seconds}
14120 @itemx set retransmit-timeout @var{seconds}
14121 @itemx show timeout
14122 @itemx show retransmit-timeout
14123 @cindex @code{timeout}, MIPS protocol
14124 @cindex @code{retransmit-timeout}, MIPS protocol
14125 @kindex set timeout
14126 @kindex show timeout
14127 @kindex set retransmit-timeout
14128 @kindex show retransmit-timeout
14129 You can control the timeout used while waiting for a packet, in the MIPS
14130 remote protocol, with the @code{set timeout @var{seconds}} command.  The
14131 default is 5 seconds.  Similarly, you can control the timeout used while
14132 waiting for an acknowledgement of a packet with the @code{set
14133 retransmit-timeout @var{seconds}} command.  The default is 3 seconds.
14134 You can inspect both values with @code{show timeout} and @code{show
14135 retransmit-timeout}.  (These commands are @emph{only} available when
14136 @value{GDBN} is configured for @samp{--target=mips-idt-ecoff}.)
14137
14138 The timeout set by @code{set timeout} does not apply when @value{GDBN}
14139 is waiting for your program to stop.  In that case, @value{GDBN} waits
14140 forever because it has no way of knowing how long the program is going
14141 to run before stopping.
14142
14143 @item set syn-garbage-limit @var{num}
14144 @kindex set syn-garbage-limit@r{, MIPS remote}
14145 @cindex synchronize with remote MIPS target
14146 Limit the maximum number of characters @value{GDBN} should ignore when
14147 it tries to synchronize with the remote target.  The default is 10
14148 characters.  Setting the limit to -1 means there's no limit.
14149
14150 @item show syn-garbage-limit
14151 @kindex show syn-garbage-limit@r{, MIPS remote}
14152 Show the current limit on the number of characters to ignore when
14153 trying to synchronize with the remote system.
14154
14155 @item set monitor-prompt @var{prompt}
14156 @kindex set monitor-prompt@r{, MIPS remote}
14157 @cindex remote monitor prompt
14158 Tell @value{GDBN} to expect the specified @var{prompt} string from the
14159 remote monitor.  The default depends on the target:
14160 @table @asis
14161 @item pmon target
14162 @samp{PMON}
14163 @item ddb target
14164 @samp{NEC010}
14165 @item lsi target
14166 @samp{PMON>}
14167 @end table
14168
14169 @item show monitor-prompt
14170 @kindex show monitor-prompt@r{, MIPS remote}
14171 Show the current strings @value{GDBN} expects as the prompt from the
14172 remote monitor.
14173
14174 @item set monitor-warnings
14175 @kindex set monitor-warnings@r{, MIPS remote}
14176 Enable or disable monitor warnings about hardware breakpoints.  This
14177 has effect only for the @code{lsi} target.  When on, @value{GDBN} will
14178 display warning messages whose codes are returned by the @code{lsi}
14179 PMON monitor for breakpoint commands.
14180
14181 @item show monitor-warnings
14182 @kindex show monitor-warnings@r{, MIPS remote}
14183 Show the current setting of printing monitor warnings.
14184
14185 @item pmon @var{command}
14186 @kindex pmon@r{, MIPS remote}
14187 @cindex send PMON command
14188 This command allows sending an arbitrary @var{command} string to the
14189 monitor.  The monitor must be in debug mode for this to work.
14190 @end table
14191
14192 @node OpenRISC 1000
14193 @subsection OpenRISC 1000
14194 @cindex OpenRISC 1000
14195
14196 @cindex or1k boards
14197 See OR1k Architecture document (@uref{www.opencores.org}) for more information
14198 about platform and commands.
14199
14200 @table @code
14201
14202 @kindex target jtag
14203 @item target jtag jtag://@var{host}:@var{port}
14204
14205 Connects to remote JTAG server.
14206 JTAG remote server can be either an or1ksim or JTAG server,
14207 connected via parallel port to the board.
14208
14209 Example: @code{target jtag jtag://localhost:9999}
14210
14211 @kindex or1ksim
14212 @item or1ksim @var{command}
14213 If connected to @code{or1ksim} OpenRISC 1000 Architectural
14214 Simulator, proprietary commands can be executed.
14215
14216 @kindex info or1k spr
14217 @item info or1k spr
14218 Displays spr groups.
14219
14220 @item info or1k spr @var{group}
14221 @itemx info or1k spr @var{groupno}
14222 Displays register names in selected group.
14223
14224 @item info or1k spr @var{group} @var{register}
14225 @itemx info or1k spr @var{register}
14226 @itemx info or1k spr @var{groupno} @var{registerno}
14227 @itemx info or1k spr @var{registerno}
14228 Shows information about specified spr register.
14229
14230 @kindex spr
14231 @item spr @var{group} @var{register} @var{value}
14232 @itemx spr @var{register @var{value}}
14233 @itemx spr @var{groupno} @var{registerno @var{value}}
14234 @itemx spr @var{registerno @var{value}}
14235 Writes @var{value} to specified spr register.
14236 @end table
14237
14238 Some implementations of OpenRISC 1000 Architecture also have hardware trace.
14239 It is very similar to @value{GDBN} trace, except it does not interfere with normal
14240 program execution and is thus much faster.  Hardware breakpoints/watchpoint
14241 triggers can be set using:
14242 @table @code
14243 @item $LEA/$LDATA
14244 Load effective address/data
14245 @item $SEA/$SDATA
14246 Store effective address/data
14247 @item $AEA/$ADATA
14248 Access effective address ($SEA or $LEA) or data ($SDATA/$LDATA)
14249 @item $FETCH
14250 Fetch data
14251 @end table
14252
14253 When triggered, it can capture low level data, like: @code{PC}, @code{LSEA},
14254 @code{LDATA}, @code{SDATA}, @code{READSPR}, @code{WRITESPR}, @code{INSTR}.
14255
14256 @code{htrace} commands:
14257 @cindex OpenRISC 1000 htrace
14258 @table @code
14259 @kindex hwatch
14260 @item hwatch @var{conditional}
14261 Set hardware watchpoint on combination of Load/Store Effecive Address(es)
14262 or Data.  For example:
14263
14264 @code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
14265
14266 @code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
14267
14268 @kindex htrace
14269 @item htrace info
14270 Display information about current HW trace configuration.
14271
14272 @item htrace trigger @var{conditional}
14273 Set starting criteria for HW trace.
14274
14275 @item htrace qualifier @var{conditional}
14276 Set acquisition qualifier for HW trace.
14277
14278 @item htrace stop @var{conditional}
14279 Set HW trace stopping criteria.
14280
14281 @item htrace record [@var{data}]*
14282 Selects the data to be recorded, when qualifier is met and HW trace was
14283 triggered.
14284
14285 @item htrace enable
14286 @itemx htrace disable
14287 Enables/disables the HW trace.
14288
14289 @item htrace rewind [@var{filename}]
14290 Clears currently recorded trace data.
14291
14292 If filename is specified, new trace file is made and any newly collected data
14293 will be written there.
14294
14295 @item htrace print [@var{start} [@var{len}]]
14296 Prints trace buffer, using current record configuration.
14297
14298 @item htrace mode continuous
14299 Set continuous trace mode.
14300
14301 @item htrace mode suspend
14302 Set suspend trace mode.
14303
14304 @end table
14305
14306 @node PowerPC
14307 @subsection PowerPC
14308
14309 @table @code
14310 @kindex target dink32
14311 @item target dink32 @var{dev}
14312 DINK32 ROM monitor.
14313
14314 @kindex target ppcbug
14315 @item target ppcbug @var{dev}
14316 @kindex target ppcbug1
14317 @item target ppcbug1 @var{dev}
14318 PPCBUG ROM monitor for PowerPC.
14319
14320 @kindex target sds
14321 @item target sds @var{dev}
14322 SDS monitor, running on a PowerPC board (such as Motorola's ADS).
14323 @end table
14324
14325 @cindex SDS protocol
14326 The following commands specifi to the SDS protocol are supported
14327 by@value{GDBN}:
14328
14329 @table @code
14330 @item set sdstimeout @var{nsec}
14331 @kindex set sdstimeout
14332 Set the timeout for SDS protocol reads to be @var{nsec} seconds.  The
14333 default is 2 seconds.
14334
14335 @item show sdstimeout
14336 @kindex show sdstimeout
14337 Show the current value of the SDS timeout.
14338
14339 @item sds @var{command}
14340 @kindex sds@r{, a command}
14341 Send the specified @var{command} string to the SDS monitor.
14342 @end table
14343
14344
14345 @node PA
14346 @subsection HP PA Embedded
14347
14348 @table @code
14349
14350 @kindex target op50n
14351 @item target op50n @var{dev}
14352 OP50N monitor, running on an OKI HPPA board.
14353
14354 @kindex target w89k
14355 @item target w89k @var{dev}
14356 W89K monitor, running on a Winbond HPPA board.
14357
14358 @end table
14359
14360 @node SH
14361 @subsection Renesas SH
14362
14363 @table @code
14364
14365 @kindex target hms@r{, with Renesas SH}
14366 @item target hms @var{dev}
14367 A Renesas SH board attached via serial line to your host.  Use special
14368 commands @code{device} and @code{speed} to control the serial line and
14369 the communications speed used.
14370
14371 @kindex target e7000@r{, with Renesas SH}
14372 @item target e7000 @var{dev}
14373 E7000 emulator for Renesas SH.
14374
14375 @kindex target sh3@r{, with SH}
14376 @kindex target sh3e@r{, with SH}
14377 @item target sh3 @var{dev}
14378 @item target sh3e @var{dev}
14379 Renesas SH-3 and SH-3E target systems.
14380
14381 @end table
14382
14383 @node Sparclet
14384 @subsection Tsqware Sparclet
14385
14386 @cindex Sparclet
14387
14388 @value{GDBN} enables developers to debug tasks running on
14389 Sparclet targets from a Unix host.
14390 @value{GDBN} uses code that runs on
14391 both the Unix host and on the Sparclet target.  The program
14392 @code{@value{GDBP}} is installed and executed on the Unix host.
14393
14394 @table @code
14395 @item remotetimeout @var{args}
14396 @kindex remotetimeout
14397 @value{GDBN} supports the option @code{remotetimeout}.
14398 This option is set by the user, and  @var{args} represents the number of
14399 seconds @value{GDBN} waits for responses.
14400 @end table
14401
14402 @cindex compiling, on Sparclet
14403 When compiling for debugging, include the options @samp{-g} to get debug
14404 information and @samp{-Ttext} to relocate the program to where you wish to
14405 load it on the target.  You may also want to add the options @samp{-n} or
14406 @samp{-N} in order to reduce the size of the sections.  Example:
14407
14408 @smallexample
14409 sparclet-aout-gcc prog.c -Ttext 0x12010000 -g -o prog -N
14410 @end smallexample
14411
14412 You can use @code{objdump} to verify that the addresses are what you intended:
14413
14414 @smallexample
14415 sparclet-aout-objdump --headers --syms prog
14416 @end smallexample
14417
14418 @cindex running, on Sparclet
14419 Once you have set
14420 your Unix execution search path to find @value{GDBN}, you are ready to
14421 run @value{GDBN}.  From your Unix host, run @code{@value{GDBP}}
14422 (or @code{sparclet-aout-gdb}, depending on your installation).
14423
14424 @value{GDBN} comes up showing the prompt:
14425
14426 @smallexample
14427 (gdbslet)
14428 @end smallexample
14429
14430 @menu
14431 * Sparclet File::                Setting the file to debug
14432 * Sparclet Connection::          Connecting to Sparclet
14433 * Sparclet Download::            Sparclet download
14434 * Sparclet Execution::           Running and debugging
14435 @end menu
14436
14437 @node Sparclet File
14438 @subsubsection Setting file to debug
14439
14440 The @value{GDBN} command @code{file} lets you choose with program to debug.
14441
14442 @smallexample
14443 (gdbslet) file prog
14444 @end smallexample
14445
14446 @need 1000
14447 @value{GDBN} then attempts to read the symbol table of @file{prog}.
14448 @value{GDBN} locates
14449 the file by searching the directories listed in the command search
14450 path.
14451 If the file was compiled with debug information (option "-g"), source
14452 files will be searched as well.
14453 @value{GDBN} locates
14454 the source files by searching the directories listed in the directory search
14455 path (@pxref{Environment, ,Your program's environment}).
14456 If it fails
14457 to find a file, it displays a message such as:
14458
14459 @smallexample
14460 prog: No such file or directory.
14461 @end smallexample
14462
14463 When this happens, add the appropriate directories to the search paths with
14464 the @value{GDBN} commands @code{path} and @code{dir}, and execute the
14465 @code{target} command again.
14466
14467 @node Sparclet Connection
14468 @subsubsection Connecting to Sparclet
14469
14470 The @value{GDBN} command @code{target} lets you connect to a Sparclet target.
14471 To connect to a target on serial port ``@code{ttya}'', type:
14472
14473 @smallexample
14474 (gdbslet) target sparclet /dev/ttya
14475 Remote target sparclet connected to /dev/ttya
14476 main () at ../prog.c:3
14477 @end smallexample
14478
14479 @need 750
14480 @value{GDBN} displays messages like these:
14481
14482 @smallexample
14483 Connected to ttya.
14484 @end smallexample
14485
14486 @node Sparclet Download
14487 @subsubsection Sparclet download
14488
14489 @cindex download to Sparclet
14490 Once connected to the Sparclet target,
14491 you can use the @value{GDBN}
14492 @code{load} command to download the file from the host to the target.
14493 The file name and load offset should be given as arguments to the @code{load}
14494 command.
14495 Since the file format is aout, the program must be loaded to the starting
14496 address.  You can use @code{objdump} to find out what this value is.  The load
14497 offset is an offset which is added to the VMA (virtual memory address)
14498 of each of the file's sections.
14499 For instance, if the program
14500 @file{prog} was linked to text address 0x1201000, with data at 0x12010160
14501 and bss at 0x12010170, in @value{GDBN}, type:
14502
14503 @smallexample
14504 (gdbslet) load prog 0x12010000
14505 Loading section .text, size 0xdb0 vma 0x12010000
14506 @end smallexample
14507
14508 If the code is loaded at a different address then what the program was linked
14509 to, you may need to use the @code{section} and @code{add-symbol-file} commands
14510 to tell @value{GDBN} where to map the symbol table.
14511
14512 @node Sparclet Execution
14513 @subsubsection Running and debugging
14514
14515 @cindex running and debugging Sparclet programs
14516 You can now begin debugging the task using @value{GDBN}'s execution control
14517 commands, @code{b}, @code{step}, @code{run}, etc.  See the @value{GDBN}
14518 manual for the list of commands.
14519
14520 @smallexample
14521 (gdbslet) b main
14522 Breakpoint 1 at 0x12010000: file prog.c, line 3.
14523 (gdbslet) run
14524 Starting program: prog
14525 Breakpoint 1, main (argc=1, argv=0xeffff21c) at prog.c:3
14526 3        char *symarg = 0;
14527 (gdbslet) step
14528 4        char *execarg = "hello!";
14529 (gdbslet)
14530 @end smallexample
14531
14532 @node Sparclite
14533 @subsection Fujitsu Sparclite
14534
14535 @table @code
14536
14537 @kindex target sparclite
14538 @item target sparclite @var{dev}
14539 Fujitsu sparclite boards, used only for the purpose of loading.
14540 You must use an additional command to debug the program.
14541 For example: target remote @var{dev} using @value{GDBN} standard
14542 remote protocol.
14543
14544 @end table
14545
14546 @node ST2000
14547 @subsection Tandem ST2000
14548
14549 @value{GDBN} may be used with a Tandem ST2000 phone switch, running Tandem's
14550 STDBUG protocol.
14551
14552 To connect your ST2000 to the host system, see the manufacturer's
14553 manual.  Once the ST2000 is physically attached, you can run:
14554
14555 @smallexample
14556 target st2000 @var{dev} @var{speed}
14557 @end smallexample
14558
14559 @noindent
14560 to establish it as your debugging environment.  @var{dev} is normally
14561 the name of a serial device, such as @file{/dev/ttya}, connected to the
14562 ST2000 via a serial line.  You can instead specify @var{dev} as a TCP
14563 connection (for example, to a serial line attached via a terminal
14564 concentrator) using the syntax @code{@var{hostname}:@var{portnumber}}.
14565
14566 The @code{load} and @code{attach} commands are @emph{not} defined for
14567 this target; you must load your program into the ST2000 as you normally
14568 would for standalone operation.  @value{GDBN} reads debugging information
14569 (such as symbols) from a separate, debugging version of the program
14570 available on your host computer.
14571 @c FIXME!! This is terribly vague; what little content is here is
14572 @c basically hearsay.
14573
14574 @cindex ST2000 auxiliary commands
14575 These auxiliary @value{GDBN} commands are available to help you with the ST2000
14576 environment:
14577
14578 @table @code
14579 @item st2000 @var{command}
14580 @kindex st2000 @var{cmd}
14581 @cindex STDBUG commands (ST2000)
14582 @cindex commands to STDBUG (ST2000)
14583 Send a @var{command} to the STDBUG monitor.  See the manufacturer's
14584 manual for available commands.
14585
14586 @item connect
14587 @cindex connect (to STDBUG)
14588 Connect the controlling terminal to the STDBUG command monitor.  When
14589 you are done interacting with STDBUG, typing either of two character
14590 sequences gets you back to the @value{GDBN} command prompt:
14591 @kbd{@key{RET}~.} (Return, followed by tilde and period) or
14592 @kbd{@key{RET}~@key{C-d}} (Return, followed by tilde and control-D).
14593 @end table
14594
14595 @node Z8000
14596 @subsection Zilog Z8000
14597
14598 @cindex Z8000
14599 @cindex simulator, Z8000
14600 @cindex Zilog Z8000 simulator
14601
14602 When configured for debugging Zilog Z8000 targets, @value{GDBN} includes
14603 a Z8000 simulator.
14604
14605 For the Z8000 family, @samp{target sim} simulates either the Z8002 (the
14606 unsegmented variant of the Z8000 architecture) or the Z8001 (the
14607 segmented variant).  The simulator recognizes which architecture is
14608 appropriate by inspecting the object code.
14609
14610 @table @code
14611 @item target sim @var{args}
14612 @kindex sim
14613 @kindex target sim@r{, with Z8000}
14614 Debug programs on a simulated CPU.  If the simulator supports setup
14615 options, specify them via @var{args}.
14616 @end table
14617
14618 @noindent
14619 After specifying this target, you can debug programs for the simulated
14620 CPU in the same style as programs for your host computer; use the
14621 @code{file} command to load a new program image, the @code{run} command
14622 to run your program, and so on.
14623
14624 As well as making available all the usual machine registers
14625 (@pxref{Registers, ,Registers}), the Z8000 simulator provides three
14626 additional items of information as specially named registers:
14627
14628 @table @code
14629
14630 @item cycles
14631 Counts clock-ticks in the simulator.
14632
14633 @item insts
14634 Counts instructions run in the simulator.
14635
14636 @item time
14637 Execution time in 60ths of a second.
14638
14639 @end table
14640
14641 You can refer to these values in @value{GDBN} expressions with the usual
14642 conventions; for example, @w{@samp{b fputc if $cycles>5000}} sets a
14643 conditional breakpoint that suspends only after at least 5000
14644 simulated clock ticks.
14645
14646 @node AVR
14647 @subsection Atmel AVR
14648 @cindex AVR
14649
14650 When configured for debugging the Atmel AVR, @value{GDBN} supports the
14651 following AVR-specific commands:
14652
14653 @table @code
14654 @item info io_registers
14655 @kindex info io_registers@r{, AVR}
14656 @cindex I/O registers (Atmel AVR)
14657 This command displays information about the AVR I/O registers.  For
14658 each register, @value{GDBN} prints its number and value.
14659 @end table
14660
14661 @node CRIS
14662 @subsection CRIS
14663 @cindex CRIS
14664
14665 When configured for debugging CRIS, @value{GDBN} provides the
14666 following CRIS-specific commands:
14667
14668 @table @code
14669 @item set cris-version @var{ver}
14670 @cindex CRIS version
14671 Set the current CRIS version to @var{ver}, either @samp{10} or @samp{32}.
14672 The CRIS version affects register names and sizes.  This command is useful in
14673 case autodetection of the CRIS version fails.
14674
14675 @item show cris-version
14676 Show the current CRIS version.
14677
14678 @item set cris-dwarf2-cfi
14679 @cindex DWARF-2 CFI and CRIS
14680 Set the usage of DWARF-2 CFI for CRIS debugging.  The default is @samp{on}.
14681 Change to @samp{off} when using @code{gcc-cris} whose version is below 
14682 @code{R59}.
14683
14684 @item show cris-dwarf2-cfi
14685 Show the current state of using DWARF-2 CFI.
14686
14687 @item set cris-mode @var{mode}
14688 @cindex CRIS mode
14689 Set the current CRIS mode to @var{mode}.  It should only be changed when
14690 debugging in guru mode, in which case it should be set to 
14691 @samp{guru} (the default is @samp{normal}).
14692
14693 @item show cris-mode
14694 Show the current CRIS mode.
14695 @end table
14696
14697 @node Super-H
14698 @subsection Renesas Super-H
14699 @cindex Super-H
14700
14701 For the Renesas Super-H processor, @value{GDBN} provides these
14702 commands:
14703
14704 @table @code
14705 @item regs
14706 @kindex regs@r{, Super-H}
14707 Show the values of all Super-H registers.
14708 @end table
14709
14710 @node WinCE
14711 @subsection Windows CE
14712 @cindex Windows CE
14713
14714 The following commands are available for Windows CE:
14715
14716 @table @code
14717 @item set remotedirectory @var{dir}
14718 @kindex set remotedirectory
14719 Tell @value{GDBN} to upload files from the named directory @var{dir}.
14720 The default is @file{/gdb}, i.e.@: the root directory on the current
14721 drive.
14722
14723 @item show remotedirectory
14724 @kindex show remotedirectory
14725 Show the current value of the upload directory.
14726
14727 @item set remoteupload @var{method}
14728 @kindex set remoteupload
14729 Set the method used to upload files to remote device.  Valid values
14730 for @var{method} are @samp{always}, @samp{newer}, and @samp{never}.
14731 The default is @samp{newer}.
14732
14733 @item show remoteupload
14734 @kindex show remoteupload
14735 Show the current setting of the upload method.
14736
14737 @item set remoteaddhost
14738 @kindex set remoteaddhost
14739 Tell @value{GDBN} whether to add this host to the remote stub's
14740 arguments when you debug over a network.
14741
14742 @item show remoteaddhost
14743 @kindex show remoteaddhost
14744 Show whether to add this host to remote stub's arguments when
14745 debugging over a network.
14746 @end table
14747
14748
14749 @node Architectures
14750 @section Architectures
14751
14752 This section describes characteristics of architectures that affect
14753 all uses of @value{GDBN} with the architecture, both native and cross.
14754
14755 @menu
14756 * i386::
14757 * A29K::
14758 * Alpha::
14759 * MIPS::
14760 * HPPA::               HP PA architecture
14761 @end menu
14762
14763 @node i386
14764 @subsection x86 Architecture-specific issues.
14765
14766 @table @code
14767 @item set struct-convention @var{mode}
14768 @kindex set struct-convention
14769 @cindex struct return convention
14770 @cindex struct/union returned in registers
14771 Set the convention used by the inferior to return @code{struct}s and
14772 @code{union}s from functions to @var{mode}.  Possible values of
14773 @var{mode} are @code{"pcc"}, @code{"reg"}, and @code{"default"} (the
14774 default).  @code{"default"} or @code{"pcc"} means that @code{struct}s
14775 are returned on the stack, while @code{"reg"} means that a
14776 @code{struct} or a @code{union} whose size is 1, 2, 4, or 8 bytes will
14777 be returned in a register.
14778
14779 @item show struct-convention
14780 @kindex show struct-convention
14781 Show the current setting of the convention to return @code{struct}s
14782 from functions.
14783 @end table
14784
14785 @node A29K
14786 @subsection A29K
14787
14788 @table @code
14789
14790 @kindex set rstack_high_address
14791 @cindex AMD 29K register stack
14792 @cindex register stack, AMD29K
14793 @item set rstack_high_address @var{address}
14794 On AMD 29000 family processors, registers are saved in a separate
14795 @dfn{register stack}.  There is no way for @value{GDBN} to determine the
14796 extent of this stack.  Normally, @value{GDBN} just assumes that the
14797 stack is ``large enough''.  This may result in @value{GDBN} referencing
14798 memory locations that do not exist.  If necessary, you can get around
14799 this problem by specifying the ending address of the register stack with
14800 the @code{set rstack_high_address} command.  The argument should be an
14801 address, which you probably want to precede with @samp{0x} to specify in
14802 hexadecimal.
14803
14804 @kindex show rstack_high_address
14805 @item show rstack_high_address
14806 Display the current limit of the register stack, on AMD 29000 family
14807 processors.
14808
14809 @end table
14810
14811 @node Alpha
14812 @subsection Alpha
14813
14814 See the following section.
14815
14816 @node MIPS
14817 @subsection MIPS
14818
14819 @cindex stack on Alpha
14820 @cindex stack on MIPS
14821 @cindex Alpha stack
14822 @cindex MIPS stack
14823 Alpha- and MIPS-based computers use an unusual stack frame, which
14824 sometimes requires @value{GDBN} to search backward in the object code to
14825 find the beginning of a function.
14826
14827 @cindex response time, MIPS debugging
14828 To improve response time (especially for embedded applications, where
14829 @value{GDBN} may be restricted to a slow serial line for this search)
14830 you may want to limit the size of this search, using one of these
14831 commands:
14832
14833 @table @code
14834 @cindex @code{heuristic-fence-post} (Alpha, MIPS)
14835 @item set heuristic-fence-post @var{limit}
14836 Restrict @value{GDBN} to examining at most @var{limit} bytes in its
14837 search for the beginning of a function.  A value of @var{0} (the
14838 default) means there is no limit.  However, except for @var{0}, the
14839 larger the limit the more bytes @code{heuristic-fence-post} must search
14840 and therefore the longer it takes to run.  You should only need to use
14841 this command when debugging a stripped executable.
14842
14843 @item show heuristic-fence-post
14844 Display the current limit.
14845 @end table
14846
14847 @noindent
14848 These commands are available @emph{only} when @value{GDBN} is configured
14849 for debugging programs on Alpha or MIPS processors.
14850
14851 Several MIPS-specific commands are available when debugging MIPS
14852 programs:
14853
14854 @table @code
14855 @item set mips saved-gpreg-size @var{size}
14856 @kindex set mips saved-gpreg-size
14857 @cindex MIPS GP register size on stack
14858 Set the size of MIPS general-purpose registers saved on the stack.
14859 The argument @var{size} can be one of the following:
14860
14861 @table @samp
14862 @item 32
14863 32-bit GP registers
14864 @item 64
14865 64-bit GP registers
14866 @item auto
14867 Use the target's default setting or autodetect the saved size from the
14868 information contained in the executable.  This is the default
14869 @end table
14870
14871 @item show mips saved-gpreg-size
14872 @kindex show mips saved-gpreg-size
14873 Show the current size of MIPS GP registers on the stack.
14874
14875 @item set mips stack-arg-size @var{size}
14876 @kindex set mips stack-arg-size
14877 @cindex MIPS stack space for arguments
14878 Set the amount of stack space reserved for arguments to functions.
14879 The argument can be one of @code{"32"}, @code{"64"} or @code{"auto"}
14880 (the default).
14881
14882 @item set mips abi @var{arg}
14883 @kindex set mips abi
14884 @cindex set ABI for MIPS
14885 Tell @value{GDBN} which MIPS ABI is used by the inferior.  Possible
14886 values of @var{arg} are:
14887
14888 @table @samp
14889 @item auto
14890 The default ABI associated with the current binary (this is the
14891 default).
14892 @item o32
14893 @item o64
14894 @item n32
14895 @item n64
14896 @item eabi32
14897 @item eabi64
14898 @item auto
14899 @end table
14900
14901 @item show mips abi
14902 @kindex show mips abi
14903 Show the MIPS ABI used by @value{GDBN} to debug the inferior.
14904
14905 @item set mipsfpu
14906 @itemx show mipsfpu
14907 @xref{MIPS Embedded, set mipsfpu}.
14908
14909 @item set mips mask-address @var{arg}
14910 @kindex set mips mask-address
14911 @cindex MIPS addresses, masking
14912 This command determines whether the most-significant 32 bits of 64-bit
14913 MIPS addresses are masked off.  The argument @var{arg} can be
14914 @samp{on}, @samp{off}, or @samp{auto}.  The latter is the default
14915 setting, which lets @value{GDBN} determine the correct value.
14916
14917 @item show mips mask-address
14918 @kindex show mips mask-address
14919 Show whether the upper 32 bits of MIPS addresses are masked off or
14920 not.
14921
14922 @item set remote-mips64-transfers-32bit-regs
14923 @kindex set remote-mips64-transfers-32bit-regs
14924 This command controls compatibility with 64-bit MIPS targets that
14925 transfer data in 32-bit quantities.  If you have an old MIPS 64 target
14926 that transfers 32 bits for some registers, like @sc{sr} and @sc{fsr},
14927 and 64 bits for other registers, set this option to @samp{on}.
14928
14929 @item show remote-mips64-transfers-32bit-regs
14930 @kindex show remote-mips64-transfers-32bit-regs
14931 Show the current setting of compatibility with older MIPS 64 targets.
14932
14933 @item set debug mips
14934 @kindex set debug mips
14935 This command turns on and off debugging messages for the MIPS-specific
14936 target code in @value{GDBN}.
14937
14938 @item show debug mips
14939 @kindex show debug mips
14940 Show the current setting of MIPS debugging messages.
14941 @end table
14942
14943
14944 @node HPPA
14945 @subsection HPPA
14946 @cindex HPPA support
14947
14948 When @value{GDBN} is debugging te HP PA architecture, it provides the
14949 following special commands:
14950
14951 @table @code
14952 @item set debug hppa
14953 @kindex set debug hppa
14954 THis command determines whether HPPA architecture specific debugging
14955 messages are to be displayed.
14956
14957 @item show debug hppa
14958 Show whether HPPA debugging messages are displayed.
14959
14960 @item maint print unwind @var{address}
14961 @kindex maint print unwind@r{, HPPA}
14962 This command displays the contents of the unwind table entry at the
14963 given @var{address}.
14964
14965 @end table
14966
14967
14968 @node Controlling GDB
14969 @chapter Controlling @value{GDBN}
14970
14971 You can alter the way @value{GDBN} interacts with you by using the
14972 @code{set} command.  For commands controlling how @value{GDBN} displays
14973 data, see @ref{Print Settings, ,Print settings}.  Other settings are
14974 described here.
14975
14976 @menu
14977 * Prompt::                      Prompt
14978 * Editing::                     Command editing
14979 * History::                     Command history
14980 * Screen Size::                 Screen size
14981 * Numbers::                     Numbers
14982 * ABI::                         Configuring the current ABI
14983 * Messages/Warnings::           Optional warnings and messages
14984 * Debugging Output::            Optional messages about internal happenings
14985 @end menu
14986
14987 @node Prompt
14988 @section Prompt
14989
14990 @cindex prompt
14991
14992 @value{GDBN} indicates its readiness to read a command by printing a string
14993 called the @dfn{prompt}.  This string is normally @samp{(@value{GDBP})}.  You
14994 can change the prompt string with the @code{set prompt} command.  For
14995 instance, when debugging @value{GDBN} with @value{GDBN}, it is useful to change
14996 the prompt in one of the @value{GDBN} sessions so that you can always tell
14997 which one you are talking to.
14998
14999 @emph{Note:}  @code{set prompt} does not add a space for you after the
15000 prompt you set.  This allows you to set a prompt which ends in a space
15001 or a prompt that does not.
15002
15003 @table @code
15004 @kindex set prompt
15005 @item set prompt @var{newprompt}
15006 Directs @value{GDBN} to use @var{newprompt} as its prompt string henceforth.
15007
15008 @kindex show prompt
15009 @item show prompt
15010 Prints a line of the form: @samp{Gdb's prompt is: @var{your-prompt}}
15011 @end table
15012
15013 @node Editing
15014 @section Command editing
15015 @cindex readline
15016 @cindex command line editing
15017
15018 @value{GDBN} reads its input commands via the @dfn{Readline} interface.  This
15019 @sc{gnu} library provides consistent behavior for programs which provide a
15020 command line interface to the user.  Advantages are @sc{gnu} Emacs-style
15021 or @dfn{vi}-style inline editing of commands, @code{csh}-like history
15022 substitution, and a storage and recall of command history across
15023 debugging sessions.
15024
15025 You may control the behavior of command line editing in @value{GDBN} with the
15026 command @code{set}.
15027
15028 @table @code
15029 @kindex set editing
15030 @cindex editing
15031 @item set editing
15032 @itemx set editing on
15033 Enable command line editing (enabled by default).
15034
15035 @item set editing off
15036 Disable command line editing.
15037
15038 @kindex show editing
15039 @item show editing
15040 Show whether command line editing is enabled.
15041 @end table
15042
15043 @xref{Command Line Editing}, for more details about the Readline
15044 interface.  Users unfamiliar with @sc{gnu} Emacs or @code{vi} are
15045 encouraged to read that chapter.
15046
15047 @node History
15048 @section Command history
15049 @cindex command history
15050
15051 @value{GDBN} can keep track of the commands you type during your
15052 debugging sessions, so that you can be certain of precisely what
15053 happened.  Use these commands to manage the @value{GDBN} command
15054 history facility.
15055
15056 @value{GDBN} uses the @sc{gnu} History library, a part of the Readline
15057 package, to provide the history facility.  @xref{Using History
15058 Interactively}, for the detailed description of the History library.
15059
15060 Here is the description of @value{GDBN} commands related to command
15061 history.
15062
15063 @table @code
15064 @cindex history substitution
15065 @cindex history file
15066 @kindex set history filename
15067 @cindex @env{GDBHISTFILE}, environment variable
15068 @item set history filename @var{fname}
15069 Set the name of the @value{GDBN} command history file to @var{fname}.
15070 This is the file where @value{GDBN} reads an initial command history
15071 list, and where it writes the command history from this session when it
15072 exits.  You can access this list through history expansion or through
15073 the history command editing characters listed below.  This file defaults
15074 to the value of the environment variable @code{GDBHISTFILE}, or to
15075 @file{./.gdb_history} (@file{./_gdb_history} on MS-DOS) if this variable
15076 is not set.
15077
15078 @cindex save command history
15079 @kindex set history save
15080 @item set history save
15081 @itemx set history save on
15082 Record command history in a file, whose name may be specified with the
15083 @code{set history filename} command.  By default, this option is disabled.
15084
15085 @item set history save off
15086 Stop recording command history in a file.
15087
15088 @cindex history size
15089 @kindex set history size
15090 @cindex @env{HISTSIZE}, environment variable
15091 @item set history size @var{size}
15092 Set the number of commands which @value{GDBN} keeps in its history list.
15093 This defaults to the value of the environment variable
15094 @code{HISTSIZE}, or to 256 if this variable is not set.
15095 @end table
15096
15097 History expansion assigns special meaning to the character @kbd{!}.
15098 @xref{Event Designators}, for more details.
15099
15100 @cindex history expansion, turn on/off
15101 Since @kbd{!} is also the logical not operator in C, history expansion
15102 is off by default. If you decide to enable history expansion with the
15103 @code{set history expansion on} command, you may sometimes need to
15104 follow @kbd{!} (when it is used as logical not, in an expression) with
15105 a space or a tab to prevent it from being expanded.  The readline
15106 history facilities do not attempt substitution on the strings
15107 @kbd{!=} and @kbd{!(}, even when history expansion is enabled.
15108
15109 The commands to control history expansion are:
15110
15111 @table @code
15112 @item set history expansion on
15113 @itemx set history expansion
15114 @kindex set history expansion
15115 Enable history expansion.  History expansion is off by default.
15116
15117 @item set history expansion off
15118 Disable history expansion.
15119
15120 @c @group
15121 @kindex show history
15122 @item show history
15123 @itemx show history filename
15124 @itemx show history save
15125 @itemx show history size
15126 @itemx show history expansion
15127 These commands display the state of the @value{GDBN} history parameters.
15128 @code{show history} by itself displays all four states.
15129 @c @end group
15130 @end table
15131
15132 @table @code
15133 @kindex show commands
15134 @cindex show last commands
15135 @cindex display command history
15136 @item show commands
15137 Display the last ten commands in the command history.
15138
15139 @item show commands @var{n}
15140 Print ten commands centered on command number @var{n}.
15141
15142 @item show commands +
15143 Print ten commands just after the commands last printed.
15144 @end table
15145
15146 @node Screen Size
15147 @section Screen size
15148 @cindex size of screen
15149 @cindex pauses in output
15150
15151 Certain commands to @value{GDBN} may produce large amounts of
15152 information output to the screen.  To help you read all of it,
15153 @value{GDBN} pauses and asks you for input at the end of each page of
15154 output.  Type @key{RET} when you want to continue the output, or @kbd{q}
15155 to discard the remaining output.  Also, the screen width setting
15156 determines when to wrap lines of output.  Depending on what is being
15157 printed, @value{GDBN} tries to break the line at a readable place,
15158 rather than simply letting it overflow onto the following line.
15159
15160 Normally @value{GDBN} knows the size of the screen from the terminal
15161 driver software.  For example, on Unix @value{GDBN} uses the termcap data base
15162 together with the value of the @code{TERM} environment variable and the
15163 @code{stty rows} and @code{stty cols} settings.  If this is not correct,
15164 you can override it with the @code{set height} and @code{set
15165 width} commands:
15166
15167 @table @code
15168 @kindex set height
15169 @kindex set width
15170 @kindex show width
15171 @kindex show height
15172 @item set height @var{lpp}
15173 @itemx show height
15174 @itemx set width @var{cpl}
15175 @itemx show width
15176 These @code{set} commands specify a screen height of @var{lpp} lines and
15177 a screen width of @var{cpl} characters.  The associated @code{show}
15178 commands display the current settings.
15179
15180 If you specify a height of zero lines, @value{GDBN} does not pause during
15181 output no matter how long the output is.  This is useful if output is to a
15182 file or to an editor buffer.
15183
15184 Likewise, you can specify @samp{set width 0} to prevent @value{GDBN}
15185 from wrapping its output.
15186
15187 @item set pagination on
15188 @itemx set pagination off
15189 @kindex set pagination
15190 Turn the output pagination on or off; the default is on.  Turning
15191 pagination off is the alternative to @code{set height 0}.
15192
15193 @item show pagination
15194 @kindex show pagination
15195 Show the current pagination mode.
15196 @end table
15197
15198 @node Numbers
15199 @section Numbers
15200 @cindex number representation
15201 @cindex entering numbers
15202
15203 You can always enter numbers in octal, decimal, or hexadecimal in
15204 @value{GDBN} by the usual conventions: octal numbers begin with
15205 @samp{0}, decimal numbers end with @samp{.}, and hexadecimal numbers
15206 begin with @samp{0x}.  Numbers that neither begin with @samp{0} or
15207 @samp{0x}, nor end with a @samp{.} are, by default, entered in base
15208 10; likewise, the default display for numbers---when no particular
15209 format is specified---is base 10.  You can change the default base for
15210 both input and output with the commands described below.
15211
15212 @table @code
15213 @kindex set input-radix
15214 @item set input-radix @var{base}
15215 Set the default base for numeric input.  Supported choices
15216 for @var{base} are decimal 8, 10, or 16.  @var{base} must itself be
15217 specified either unambiguously or using the current input radix; for
15218 example, any of
15219
15220 @smallexample
15221 set input-radix 012
15222 set input-radix 10.
15223 set input-radix 0xa
15224 @end smallexample
15225
15226 @noindent
15227 sets the input base to decimal.  On the other hand, @samp{set input-radix 10}
15228 leaves the input radix unchanged, no matter what it was, since
15229 @samp{10}, being without any leading or trailing signs of its base, is
15230 interpreted in the current radix.  Thus, if the current radix is 16,
15231 @samp{10} is interpreted in hex, i.e.@: as 16 decimal, which doesn't
15232 change the radix.
15233
15234 @kindex set output-radix
15235 @item set output-radix @var{base}
15236 Set the default base for numeric display.  Supported choices
15237 for @var{base} are decimal 8, 10, or 16.  @var{base} must itself be
15238 specified either unambiguously or using the current input radix.
15239
15240 @kindex show input-radix
15241 @item show input-radix
15242 Display the current default base for numeric input.
15243
15244 @kindex show output-radix
15245 @item show output-radix
15246 Display the current default base for numeric display.
15247
15248 @item set radix @r{[}@var{base}@r{]}
15249 @itemx show radix
15250 @kindex set radix
15251 @kindex show radix
15252 These commands set and show the default base for both input and output
15253 of numbers.  @code{set radix} sets the radix of input and output to
15254 the same base; without an argument, it resets the radix back to its
15255 default value of 10.
15256
15257 @end table
15258
15259 @node ABI
15260 @section Configuring the current ABI
15261
15262 @value{GDBN} can determine the @dfn{ABI} (Application Binary Interface) of your
15263 application automatically.  However, sometimes you need to override its
15264 conclusions.  Use these commands to manage @value{GDBN}'s view of the
15265 current ABI.
15266
15267 @cindex OS ABI
15268 @kindex set osabi
15269 @kindex show osabi
15270
15271 One @value{GDBN} configuration can debug binaries for multiple operating
15272 system targets, either via remote debugging or native emulation.
15273 @value{GDBN} will autodetect the @dfn{OS ABI} (Operating System ABI) in use,
15274 but you can override its conclusion using the @code{set osabi} command.
15275 One example where this is useful is in debugging of binaries which use
15276 an alternate C library (e.g.@: @sc{uClibc} for @sc{gnu}/Linux) which does
15277 not have the same identifying marks that the standard C library for your
15278 platform provides.
15279
15280 @table @code
15281 @item show osabi
15282 Show the OS ABI currently in use.
15283
15284 @item set osabi
15285 With no argument, show the list of registered available OS ABI's.
15286
15287 @item set osabi @var{abi}
15288 Set the current OS ABI to @var{abi}.
15289 @end table
15290
15291 @cindex float promotion
15292
15293 Generally, the way that an argument of type @code{float} is passed to a
15294 function depends on whether the function is prototyped.  For a prototyped
15295 (i.e.@: ANSI/ISO style) function, @code{float} arguments are passed unchanged,
15296 according to the architecture's convention for @code{float}.  For unprototyped
15297 (i.e.@: K&R style) functions, @code{float} arguments are first promoted to type
15298 @code{double} and then passed.
15299
15300 Unfortunately, some forms of debug information do not reliably indicate whether
15301 a function is prototyped.  If @value{GDBN} calls a function that is not marked
15302 as prototyped, it consults @kbd{set coerce-float-to-double}.
15303
15304 @table @code
15305 @kindex set coerce-float-to-double
15306 @item set coerce-float-to-double
15307 @itemx set coerce-float-to-double on
15308 Arguments of type @code{float} will be promoted to @code{double} when passed
15309 to an unprototyped function.  This is the default setting.
15310
15311 @item set coerce-float-to-double off
15312 Arguments of type @code{float} will be passed directly to unprototyped
15313 functions.
15314
15315 @kindex show coerce-float-to-double
15316 @item show coerce-float-to-double
15317 Show the current setting of promoting @code{float} to @code{double}.
15318 @end table
15319
15320 @kindex set cp-abi
15321 @kindex show cp-abi
15322 @value{GDBN} needs to know the ABI used for your program's C@t{++}
15323 objects.  The correct C@t{++} ABI depends on which C@t{++} compiler was
15324 used to build your application.  @value{GDBN} only fully supports
15325 programs with a single C@t{++} ABI; if your program contains code using
15326 multiple C@t{++} ABI's or if @value{GDBN} can not identify your
15327 program's ABI correctly, you can tell @value{GDBN} which ABI to use.
15328 Currently supported ABI's include ``gnu-v2'', for @code{g++} versions
15329 before 3.0, ``gnu-v3'', for @code{g++} versions 3.0 and later, and
15330 ``hpaCC'' for the HP ANSI C@t{++} compiler.  Other C@t{++} compilers may
15331 use the ``gnu-v2'' or ``gnu-v3'' ABI's as well.  The default setting is
15332 ``auto''.
15333
15334 @table @code
15335 @item show cp-abi
15336 Show the C@t{++} ABI currently in use.
15337
15338 @item set cp-abi
15339 With no argument, show the list of supported C@t{++} ABI's.
15340
15341 @item set cp-abi @var{abi}
15342 @itemx set cp-abi auto
15343 Set the current C@t{++} ABI to @var{abi}, or return to automatic detection.
15344 @end table
15345
15346 @node Messages/Warnings
15347 @section Optional warnings and messages
15348
15349 @cindex verbose operation
15350 @cindex optional warnings
15351 By default, @value{GDBN} is silent about its inner workings.  If you are
15352 running on a slow machine, you may want to use the @code{set verbose}
15353 command.  This makes @value{GDBN} tell you when it does a lengthy
15354 internal operation, so you will not think it has crashed.
15355
15356 Currently, the messages controlled by @code{set verbose} are those
15357 which announce that the symbol table for a source file is being read;
15358 see @code{symbol-file} in @ref{Files, ,Commands to specify files}.
15359
15360 @table @code
15361 @kindex set verbose
15362 @item set verbose on
15363 Enables @value{GDBN} output of certain informational messages.
15364
15365 @item set verbose off
15366 Disables @value{GDBN} output of certain informational messages.
15367
15368 @kindex show verbose
15369 @item show verbose
15370 Displays whether @code{set verbose} is on or off.
15371 @end table
15372
15373 By default, if @value{GDBN} encounters bugs in the symbol table of an
15374 object file, it is silent; but if you are debugging a compiler, you may
15375 find this information useful (@pxref{Symbol Errors, ,Errors reading
15376 symbol files}).
15377
15378 @table @code
15379
15380 @kindex set complaints
15381 @item set complaints @var{limit}
15382 Permits @value{GDBN} to output @var{limit} complaints about each type of
15383 unusual symbols before becoming silent about the problem.  Set
15384 @var{limit} to zero to suppress all complaints; set it to a large number
15385 to prevent complaints from being suppressed.
15386
15387 @kindex show complaints
15388 @item show complaints
15389 Displays how many symbol complaints @value{GDBN} is permitted to produce.
15390
15391 @end table
15392
15393 By default, @value{GDBN} is cautious, and asks what sometimes seems to be a
15394 lot of stupid questions to confirm certain commands.  For example, if
15395 you try to run a program which is already running:
15396
15397 @smallexample
15398 (@value{GDBP}) run
15399 The program being debugged has been started already.
15400 Start it from the beginning? (y or n)
15401 @end smallexample
15402
15403 If you are willing to unflinchingly face the consequences of your own
15404 commands, you can disable this ``feature'':
15405
15406 @table @code
15407
15408 @kindex set confirm
15409 @cindex flinching
15410 @cindex confirmation
15411 @cindex stupid questions
15412 @item set confirm off
15413 Disables confirmation requests.
15414
15415 @item set confirm on
15416 Enables confirmation requests (the default).
15417
15418 @kindex show confirm
15419 @item show confirm
15420 Displays state of confirmation requests.
15421
15422 @end table
15423
15424 @node Debugging Output
15425 @section Optional messages about internal happenings
15426 @cindex optional debugging messages
15427
15428 @value{GDBN} has commands that enable optional debugging messages from
15429 various @value{GDBN} subsystems; normally these commands are of
15430 interest to @value{GDBN} maintainers, or when reporting a bug.  This
15431 section documents those commands.
15432
15433 @table @code
15434 @kindex set exec-done-display
15435 @item set exec-done-display
15436 Turns on or off the notification of asynchronous commands'
15437 completion.  When on, @value{GDBN} will print a message when an
15438 asynchronous command finishes its execution.  The default is off.
15439 @kindex show exec-done-display
15440 @item show exec-done-display
15441 Displays the current setting of asynchronous command completion
15442 notification.
15443 @kindex set debug
15444 @cindex gdbarch debugging info
15445 @cindex architecture debugging info
15446 @item set debug arch
15447 Turns on or off display of gdbarch debugging info.  The default is off
15448 @kindex show debug
15449 @item show debug arch
15450 Displays the current state of displaying gdbarch debugging info.
15451 @item set debug aix-thread
15452 @cindex AIX threads
15453 Display debugging messages about inner workings of the AIX thread
15454 module.
15455 @item show debug aix-thread
15456 Show the current state of AIX thread debugging info display.
15457 @item set debug event
15458 @cindex event debugging info
15459 Turns on or off display of @value{GDBN} event debugging info.  The
15460 default is off.
15461 @item show debug event
15462 Displays the current state of displaying @value{GDBN} event debugging
15463 info.
15464 @item set debug expression
15465 @cindex expression debugging info
15466 Turns on or off display of debugging info about @value{GDBN}
15467 expression parsing.  The default is off.
15468 @item show debug expression
15469 Displays the current state of displaying debugging info about
15470 @value{GDBN} expression parsing.
15471 @item set debug frame
15472 @cindex frame debugging info
15473 Turns on or off display of @value{GDBN} frame debugging info.  The
15474 default is off.
15475 @item show debug frame
15476 Displays the current state of displaying @value{GDBN} frame debugging
15477 info.
15478 @item set debug infrun
15479 @cindex inferior debugging info
15480 Turns on or off display of @value{GDBN} debugging info for running the inferior.
15481 The default is off.  @file{infrun.c} contains GDB's runtime state machine used 
15482 for implementing operations such as single-stepping the inferior.
15483 @item show debug infrun
15484 Displays the current state of @value{GDBN} inferior debugging.
15485 @item set debug lin-lwp
15486 @cindex @sc{gnu}/Linux LWP debug messages
15487 @cindex Linux lightweight processes
15488 Turns on or off debugging messages from the Linux LWP debug support.
15489 @item show debug lin-lwp
15490 Show the current state of Linux LWP debugging messages.
15491 @item set debug observer
15492 @cindex observer debugging info
15493 Turns on or off display of @value{GDBN} observer debugging.  This
15494 includes info such as the notification of observable events.
15495 @item show debug observer
15496 Displays the current state of observer debugging.
15497 @item set debug overload
15498 @cindex C@t{++} overload debugging info
15499 Turns on or off display of @value{GDBN} C@t{++} overload debugging
15500 info. This includes info such as ranking of functions, etc. The default
15501 is off.
15502 @item show debug overload
15503 Displays the current state of displaying @value{GDBN} C@t{++} overload
15504 debugging info.
15505 @cindex packets, reporting on stdout
15506 @cindex serial connections, debugging
15507 @item set debug remote
15508 Turns on or off display of reports on all packets sent back and forth across
15509 the serial line to the remote machine.  The info is printed on the
15510 @value{GDBN} standard output stream. The default is off.
15511 @item show debug remote
15512 Displays the state of display of remote packets.
15513 @item set debug serial
15514 Turns on or off display of @value{GDBN} serial debugging info. The
15515 default is off.
15516 @item show debug serial
15517 Displays the current state of displaying @value{GDBN} serial debugging
15518 info.
15519 @item set debug solib-frv
15520 @cindex FR-V shared-library debugging
15521 Turns on or off debugging messages for FR-V shared-library code.
15522 @item show debug solib-frv
15523 Display the current state of FR-V shared-library code debugging
15524 messages.
15525 @item set debug target
15526 @cindex target debugging info
15527 Turns on or off display of @value{GDBN} target debugging info. This info
15528 includes what is going on at the target level of GDB, as it happens. The
15529 default is 0.  Set it to 1 to track events, and to 2 to also track the
15530 value of large memory transfers.  Changes to this flag do not take effect
15531 until the next time you connect to a target or use the @code{run} command.
15532 @item show debug target
15533 Displays the current state of displaying @value{GDBN} target debugging
15534 info.
15535 @item set debugvarobj
15536 @cindex variable object debugging info
15537 Turns on or off display of @value{GDBN} variable object debugging
15538 info. The default is off.
15539 @item show debugvarobj
15540 Displays the current state of displaying @value{GDBN} variable object
15541 debugging info.
15542 @end table
15543
15544 @node Sequences
15545 @chapter Canned Sequences of Commands
15546
15547 Aside from breakpoint commands (@pxref{Break Commands, ,Breakpoint
15548 command lists}), @value{GDBN} provides two ways to store sequences of
15549 commands for execution as a unit: user-defined commands and command
15550 files.
15551
15552 @menu
15553 * Define::                      User-defined commands
15554 * Hooks::                       User-defined command hooks
15555 * Command Files::               Command files
15556 * Output::                      Commands for controlled output
15557 @end menu
15558
15559 @node Define
15560 @section User-defined commands
15561
15562 @cindex user-defined command
15563 A @dfn{user-defined command} is a sequence of @value{GDBN} commands to
15564 which you assign a new name as a command.  This is done with the
15565 @code{define} command.  User commands may accept up to 10 arguments
15566 separated by whitespace.  Arguments are accessed within the user command
15567 via @var{$arg0@dots{}$arg9}.  A trivial example:
15568
15569 @smallexample
15570 define adder
15571   print $arg0 + $arg1 + $arg2
15572 @end smallexample
15573
15574 @noindent
15575 To execute the command use:
15576
15577 @smallexample
15578 adder 1 2 3
15579 @end smallexample
15580
15581 @noindent
15582 This defines the command @code{adder}, which prints the sum of
15583 its three arguments.  Note the arguments are text substitutions, so they may
15584 reference variables, use complex expressions, or even perform inferior
15585 functions calls.
15586
15587 @table @code
15588
15589 @kindex define
15590 @item define @var{commandname}
15591 Define a command named @var{commandname}.  If there is already a command
15592 by that name, you are asked to confirm that you want to redefine it.
15593
15594 The definition of the command is made up of other @value{GDBN} command lines,
15595 which are given following the @code{define} command.  The end of these
15596 commands is marked by a line containing @code{end}.
15597
15598 @kindex if
15599 @kindex else
15600 @item if
15601 @itemx else
15602 Takes a single argument, which is an expression to evaluate.
15603 It is followed by a series of commands that are executed
15604 only if the expression is true (nonzero).
15605 There can then optionally be a line @code{else}, followed
15606 by a series of commands that are only executed if the expression
15607 was false.  The end of the list is marked by a line containing @code{end}.
15608
15609 @kindex while
15610 @item while
15611 The syntax is similar to @code{if}: the command takes a single argument,
15612 which is an expression to evaluate, and must be followed by the commands to
15613 execute, one per line, terminated by an @code{end}.
15614 The commands are executed repeatedly as long as the expression
15615 evaluates to true.
15616
15617 @kindex document
15618 @item document @var{commandname}
15619 Document the user-defined command @var{commandname}, so that it can be
15620 accessed by @code{help}.  The command @var{commandname} must already be
15621 defined.  This command reads lines of documentation just as @code{define}
15622 reads the lines of the command definition, ending with @code{end}.
15623 After the @code{document} command is finished, @code{help} on command
15624 @var{commandname} displays the documentation you have written.
15625
15626 You may use the @code{document} command again to change the
15627 documentation of a command.  Redefining the command with @code{define}
15628 does not change the documentation.
15629
15630 @kindex dont-repeat
15631 @cindex don't repeat command
15632 @item dont-repeat
15633 Used inside a user-defined command, this tells @value{GDBN} that this
15634 command should not be repeated when the user hits @key{RET}
15635 (@pxref{Command Syntax, repeat last command}).
15636
15637 @kindex help user-defined
15638 @item help user-defined
15639 List all user-defined commands, with the first line of the documentation
15640 (if any) for each.
15641
15642 @kindex show user
15643 @item show user
15644 @itemx show user @var{commandname}
15645 Display the @value{GDBN} commands used to define @var{commandname} (but
15646 not its documentation).  If no @var{commandname} is given, display the
15647 definitions for all user-defined commands.
15648
15649 @cindex infinite recusrion in user-defined commands
15650 @kindex show max-user-call-depth
15651 @kindex set max-user-call-depth
15652 @item show max-user-call-depth
15653 @itemx set max-user-call-depth
15654 The value of @code{max-user-call-depth} controls how many recursion
15655 levels are allowed in user-defined commands before GDB suspects an
15656 infinite recursion and aborts the command.
15657
15658 @end table
15659
15660 When user-defined commands are executed, the
15661 commands of the definition are not printed.  An error in any command
15662 stops execution of the user-defined command.
15663
15664 If used interactively, commands that would ask for confirmation proceed
15665 without asking when used inside a user-defined command.  Many @value{GDBN}
15666 commands that normally print messages to say what they are doing omit the
15667 messages when used in a user-defined command.
15668
15669 @node Hooks
15670 @section User-defined command hooks
15671 @cindex command hooks
15672 @cindex hooks, for commands
15673 @cindex hooks, pre-command
15674
15675 @kindex hook
15676 You may define @dfn{hooks}, which are a special kind of user-defined
15677 command.  Whenever you run the command @samp{foo}, if the user-defined
15678 command @samp{hook-foo} exists, it is executed (with no arguments)
15679 before that command.
15680
15681 @cindex hooks, post-command
15682 @kindex hookpost
15683 A hook may also be defined which is run after the command you executed.
15684 Whenever you run the command @samp{foo}, if the user-defined command
15685 @samp{hookpost-foo} exists, it is executed (with no arguments) after
15686 that command.  Post-execution hooks may exist simultaneously with
15687 pre-execution hooks, for the same command.
15688
15689 It is valid for a hook to call the command which it hooks.  If this
15690 occurs, the hook is not re-executed, thereby avoiding infinite recursion.
15691
15692 @c It would be nice if hookpost could be passed a parameter indicating
15693 @c if the command it hooks executed properly or not.  FIXME!
15694
15695 @kindex stop@r{, a pseudo-command}
15696 In addition, a pseudo-command, @samp{stop} exists.  Defining
15697 (@samp{hook-stop}) makes the associated commands execute every time
15698 execution stops in your program: before breakpoint commands are run,
15699 displays are printed, or the stack frame is printed.
15700
15701 For example, to ignore @code{SIGALRM} signals while
15702 single-stepping, but treat them normally during normal execution,
15703 you could define:
15704
15705 @smallexample
15706 define hook-stop
15707 handle SIGALRM nopass
15708 end
15709
15710 define hook-run
15711 handle SIGALRM pass
15712 end
15713
15714 define hook-continue
15715 handle SIGLARM pass
15716 end
15717 @end smallexample
15718
15719 As a further example, to hook at the begining and end of the @code{echo}
15720 command, and to add extra text to the beginning and end of the message,
15721 you could define:
15722
15723 @smallexample
15724 define hook-echo
15725 echo <<<---
15726 end
15727
15728 define hookpost-echo
15729 echo --->>>\n
15730 end
15731
15732 (@value{GDBP}) echo Hello World
15733 <<<---Hello World--->>>
15734 (@value{GDBP})
15735
15736 @end smallexample
15737
15738 You can define a hook for any single-word command in @value{GDBN}, but
15739 not for command aliases; you should define a hook for the basic command
15740 name, e.g.  @code{backtrace} rather than @code{bt}.
15741 @c FIXME!  So how does Joe User discover whether a command is an alias
15742 @c or not?
15743 If an error occurs during the execution of your hook, execution of
15744 @value{GDBN} commands stops and @value{GDBN} issues a prompt
15745 (before the command that you actually typed had a chance to run).
15746
15747 If you try to define a hook which does not match any known command, you
15748 get a warning from the @code{define} command.
15749
15750 @node Command Files
15751 @section Command files
15752
15753 @cindex command files
15754 A command file for @value{GDBN} is a text file made of lines that are
15755 @value{GDBN} commands.  Comments (lines starting with @kbd{#}) may
15756 also be included.  An empty line in a command file does nothing; it
15757 does not mean to repeat the last command, as it would from the
15758 terminal.
15759
15760 You can request the execution of a command file with the @code{source}
15761 command:
15762
15763 @table @code
15764 @kindex source
15765 @item source @var{filename}
15766 Execute the command file @var{filename}.
15767 @end table
15768
15769 The lines in a command file are executed sequentially.  They are not
15770 printed as they are executed.  An error in any command terminates
15771 execution of the command file and control is returned to the console.
15772
15773 Commands that would ask for confirmation if used interactively proceed
15774 without asking when used in a command file.  Many @value{GDBN} commands that
15775 normally print messages to say what they are doing omit the messages
15776 when called from command files.
15777
15778 @value{GDBN} also accepts command input from standard input.  In this
15779 mode, normal output goes to standard output and error output goes to
15780 standard error.  Errors in a command file supplied on standard input do
15781 not terminate execution of the command file---execution continues with
15782 the next command.
15783
15784 @smallexample
15785 gdb < cmds > log 2>&1
15786 @end smallexample
15787
15788 (The syntax above will vary depending on the shell used.) This example
15789 will execute commands from the file @file{cmds}. All output and errors
15790 would be directed to @file{log}.
15791
15792 @node Output
15793 @section Commands for controlled output
15794
15795 During the execution of a command file or a user-defined command, normal
15796 @value{GDBN} output is suppressed; the only output that appears is what is
15797 explicitly printed by the commands in the definition.  This section
15798 describes three commands useful for generating exactly the output you
15799 want.
15800
15801 @table @code
15802 @kindex echo
15803 @item echo @var{text}
15804 @c I do not consider backslash-space a standard C escape sequence
15805 @c because it is not in ANSI.
15806 Print @var{text}.  Nonprinting characters can be included in
15807 @var{text} using C escape sequences, such as @samp{\n} to print a
15808 newline.  @strong{No newline is printed unless you specify one.}
15809 In addition to the standard C escape sequences, a backslash followed
15810 by a space stands for a space.  This is useful for displaying a
15811 string with spaces at the beginning or the end, since leading and
15812 trailing spaces are otherwise trimmed from all arguments.
15813 To print @samp{@w{ }and foo =@w{ }}, use the command
15814 @samp{echo \@w{ }and foo = \@w{ }}.
15815
15816 A backslash at the end of @var{text} can be used, as in C, to continue
15817 the command onto subsequent lines.  For example,
15818
15819 @smallexample
15820 echo This is some text\n\
15821 which is continued\n\
15822 onto several lines.\n
15823 @end smallexample
15824
15825 produces the same output as
15826
15827 @smallexample
15828 echo This is some text\n
15829 echo which is continued\n
15830 echo onto several lines.\n
15831 @end smallexample
15832
15833 @kindex output
15834 @item output @var{expression}
15835 Print the value of @var{expression} and nothing but that value: no
15836 newlines, no @samp{$@var{nn} = }.  The value is not entered in the
15837 value history either.  @xref{Expressions, ,Expressions}, for more information
15838 on expressions.
15839
15840 @item output/@var{fmt} @var{expression}
15841 Print the value of @var{expression} in format @var{fmt}.  You can use
15842 the same formats as for @code{print}.  @xref{Output Formats,,Output
15843 formats}, for more information.
15844
15845 @kindex printf
15846 @item printf @var{string}, @var{expressions}@dots{}
15847 Print the values of the @var{expressions} under the control of
15848 @var{string}.  The @var{expressions} are separated by commas and may be
15849 either numbers or pointers.  Their values are printed as specified by
15850 @var{string}, exactly as if your program were to execute the C
15851 subroutine
15852 @c FIXME: the above implies that at least all ANSI C formats are
15853 @c supported, but it isn't true: %E and %G don't work (or so it seems).
15854 @c Either this is a bug, or the manual should document what formats are
15855 @c supported.
15856
15857 @smallexample
15858 printf (@var{string}, @var{expressions}@dots{});
15859 @end smallexample
15860
15861 For example, you can print two values in hex like this:
15862
15863 @smallexample
15864 printf "foo, bar-foo = 0x%x, 0x%x\n", foo, bar-foo
15865 @end smallexample
15866
15867 The only backslash-escape sequences that you can use in the format
15868 string are the simple ones that consist of backslash followed by a
15869 letter.
15870 @end table
15871
15872 @node Interpreters
15873 @chapter Command Interpreters
15874 @cindex command interpreters
15875
15876 @value{GDBN} supports multiple command interpreters, and some command
15877 infrastructure to allow users or user interface writers to switch
15878 between interpreters or run commands in other interpreters.
15879
15880 @value{GDBN} currently supports two command interpreters, the console
15881 interpreter (sometimes called the command-line interpreter or @sc{cli})
15882 and the machine interface interpreter (or @sc{gdb/mi}).  This manual
15883 describes both of these interfaces in great detail.
15884
15885 By default, @value{GDBN} will start with the console interpreter.
15886 However, the user may choose to start @value{GDBN} with another
15887 interpreter by specifying the @option{-i} or @option{--interpreter}
15888 startup options.  Defined interpreters include:
15889
15890 @table @code
15891 @item console
15892 @cindex console interpreter
15893 The traditional console or command-line interpreter.  This is the most often
15894 used interpreter with @value{GDBN}. With no interpreter specified at runtime,
15895 @value{GDBN} will use this interpreter.
15896
15897 @item mi
15898 @cindex mi interpreter
15899 The newest @sc{gdb/mi} interface (currently @code{mi2}).  Used primarily
15900 by programs wishing to use @value{GDBN} as a backend for a debugger GUI
15901 or an IDE.  For more information, see @ref{GDB/MI, ,The @sc{gdb/mi}
15902 Interface}.
15903
15904 @item mi2
15905 @cindex mi2 interpreter
15906 The current @sc{gdb/mi} interface.
15907
15908 @item mi1
15909 @cindex mi1 interpreter
15910 The @sc{gdb/mi} interface included in @value{GDBN} 5.1, 5.2, and 5.3.
15911
15912 @end table
15913
15914 @cindex invoke another interpreter
15915 The interpreter being used by @value{GDBN} may not be dynamically
15916 switched at runtime.  Although possible, this could lead to a very
15917 precarious situation.  Consider an IDE using @sc{gdb/mi}.  If a user
15918 enters the command "interpreter-set console" in a console view,
15919 @value{GDBN} would switch to using the console interpreter, rendering
15920 the IDE inoperable!
15921
15922 @kindex interpreter-exec
15923 Although you may only choose a single interpreter at startup, you may execute
15924 commands in any interpreter from the current interpreter using the appropriate
15925 command.  If you are running the console interpreter, simply use the
15926 @code{interpreter-exec} command:
15927
15928 @smallexample
15929 interpreter-exec mi "-data-list-register-names"
15930 @end smallexample
15931
15932 @sc{gdb/mi} has a similar command, although it is only available in versions of
15933 @value{GDBN} which support @sc{gdb/mi} version 2 (or greater).
15934
15935 @node TUI
15936 @chapter @value{GDBN} Text User Interface
15937 @cindex TUI
15938 @cindex Text User Interface
15939
15940 @menu
15941 * TUI Overview::                TUI overview
15942 * TUI Keys::                    TUI key bindings
15943 * TUI Single Key Mode::         TUI single key mode
15944 * TUI Commands::                TUI specific commands
15945 * TUI Configuration::           TUI configuration variables
15946 @end menu
15947
15948 The @value{GDBN} Text User Interface, TUI in short, is a terminal
15949 interface which uses the @code{curses} library to show the source
15950 file, the assembly output, the program registers and @value{GDBN}
15951 commands in separate text windows.
15952
15953 The TUI is enabled by invoking @value{GDBN} using either
15954 @pindex gdbtui
15955 @samp{gdbtui} or @samp{gdb -tui}.
15956
15957 @node TUI Overview
15958 @section TUI overview
15959
15960 The TUI has two display modes that can be switched while
15961 @value{GDBN} runs:
15962
15963 @itemize @bullet
15964 @item
15965 A curses (or TUI) mode in which it displays several text
15966 windows on the terminal.
15967
15968 @item
15969 A standard mode which corresponds to the @value{GDBN} configured without
15970 the TUI.
15971 @end itemize
15972
15973 In the TUI mode, @value{GDBN} can display several text window
15974 on the terminal:
15975
15976 @table @emph
15977 @item command
15978 This window is the @value{GDBN} command window with the @value{GDBN}
15979 prompt and the @value{GDBN} outputs.  The @value{GDBN} input is still
15980 managed using readline but through the TUI.  The @emph{command}
15981 window is always visible.
15982
15983 @item source
15984 The source window shows the source file of the program.  The current
15985 line as well as active breakpoints are displayed in this window.
15986
15987 @item assembly
15988 The assembly window shows the disassembly output of the program.
15989
15990 @item register
15991 This window shows the processor registers.  It detects when
15992 a register is changed and when this is the case, registers that have
15993 changed are highlighted.  
15994
15995 @end table
15996
15997 The source and assembly windows show the current program position
15998 by highlighting the current line and marking them with the @samp{>} marker.
15999 Breakpoints are also indicated with two markers.  A first one
16000 indicates the breakpoint type:
16001
16002 @table @code
16003 @item B
16004 Breakpoint which was hit at least once.
16005
16006 @item b
16007 Breakpoint which was never hit.
16008
16009 @item H
16010 Hardware breakpoint which was hit at least once.
16011
16012 @item h
16013 Hardware breakpoint which was never hit.
16014
16015 @end table
16016
16017 The second marker indicates whether the breakpoint is enabled or not:
16018
16019 @table @code
16020 @item +
16021 Breakpoint is enabled.
16022
16023 @item -
16024 Breakpoint is disabled.
16025
16026 @end table
16027
16028 The source, assembly and register windows are attached to the thread
16029 and the frame position.  They are updated when the current thread
16030 changes, when the frame changes or when the program counter changes.
16031 These three windows are arranged by the TUI according to several
16032 layouts.  The layout defines which of these three windows are visible.
16033 The following layouts are available:
16034
16035 @itemize @bullet
16036 @item
16037 source
16038
16039 @item
16040 assembly
16041
16042 @item
16043 source and assembly
16044
16045 @item
16046 source and registers
16047
16048 @item
16049 assembly and registers
16050
16051 @end itemize
16052
16053 On top of the command window a status line gives various information
16054 concerning the current process begin debugged.  The status line is
16055 updated when the information it shows changes.  The following fields
16056 are displayed:
16057
16058 @table @emph
16059 @item target
16060 Indicates the current gdb target
16061 (@pxref{Targets, ,Specifying a Debugging Target}).
16062
16063 @item process
16064 Gives information about the current process or thread number.
16065 When no process is being debugged, this field is set to @code{No process}.
16066
16067 @item function
16068 Gives the current function name for the selected frame.
16069 The name is demangled if demangling is turned on (@pxref{Print Settings}).
16070 When there is no symbol corresponding to the current program counter
16071 the string @code{??} is displayed.
16072
16073 @item line
16074 Indicates the current line number for the selected frame.
16075 When the current line number is not known the string @code{??} is displayed.
16076
16077 @item pc
16078 Indicates the current program counter address.
16079
16080 @end table
16081
16082 @node TUI Keys
16083 @section TUI Key Bindings
16084 @cindex TUI key bindings
16085
16086 The TUI installs several key bindings in the readline keymaps
16087 (@pxref{Command Line Editing}).
16088 They allow to leave or enter in the TUI mode or they operate
16089 directly on the TUI layout and windows.  The TUI also provides
16090 a @emph{SingleKey} keymap which binds several keys directly to
16091 @value{GDBN} commands.  The following key bindings
16092 are installed for both TUI mode and the @value{GDBN} standard mode.
16093
16094 @table @kbd
16095 @kindex C-x C-a
16096 @item C-x C-a
16097 @kindex C-x a
16098 @itemx C-x a
16099 @kindex C-x A
16100 @itemx C-x A
16101 Enter or leave the TUI mode.  When the TUI mode is left,
16102 the curses window management is left and @value{GDBN} operates using
16103 its standard mode writing on the terminal directly.  When the TUI
16104 mode is entered, the control is given back to the curses windows.
16105 The screen is then refreshed.
16106
16107 @kindex C-x 1
16108 @item C-x 1
16109 Use a TUI layout with only one window.  The layout will
16110 either be @samp{source} or @samp{assembly}.  When the TUI mode
16111 is not active, it will switch to the TUI mode.
16112
16113 Think of this key binding as the Emacs @kbd{C-x 1} binding.
16114
16115 @kindex C-x 2
16116 @item C-x 2
16117 Use a TUI layout with at least two windows.  When the current
16118 layout shows already two windows, a next layout with two windows is used.
16119 When a new layout is chosen, one window will always be common to the
16120 previous layout and the new one.
16121
16122 Think of it as the Emacs @kbd{C-x 2} binding.
16123
16124 @kindex C-x o
16125 @item C-x o
16126 Change the active window.  The TUI associates several key bindings
16127 (like scrolling and arrow keys) to the active window. This command
16128 gives the focus to the next TUI window.
16129
16130 Think of it as the Emacs @kbd{C-x o} binding.
16131
16132 @kindex C-x s
16133 @item C-x s
16134 Use the TUI @emph{SingleKey} keymap that binds single key to gdb commands
16135 (@pxref{TUI Single Key Mode}).
16136
16137 @end table
16138
16139 The following key bindings are handled only by the TUI mode:
16140
16141 @table @key
16142 @kindex PgUp
16143 @item PgUp
16144 Scroll the active window one page up.
16145
16146 @kindex PgDn
16147 @item PgDn
16148 Scroll the active window one page down.
16149
16150 @kindex Up
16151 @item Up
16152 Scroll the active window one line up.
16153
16154 @kindex Down
16155 @item Down
16156 Scroll the active window one line down.
16157
16158 @kindex Left
16159 @item Left
16160 Scroll the active window one column left.
16161
16162 @kindex Right
16163 @item Right
16164 Scroll the active window one column right.
16165
16166 @kindex C-L
16167 @item C-L
16168 Refresh the screen.
16169
16170 @end table
16171
16172 In the TUI mode, the arrow keys are used by the active window
16173 for scrolling.  This means they are available for readline when the
16174 active window is the command window.  When the command window
16175 does not have the focus, it is necessary to use other readline
16176 key bindings such as @key{C-p}, @key{C-n}, @key{C-b} and @key{C-f}.
16177
16178 @node TUI Single Key Mode
16179 @section TUI Single Key Mode
16180 @cindex TUI single key mode
16181
16182 The TUI provides a @emph{SingleKey} mode in which it installs a particular
16183 key binding in the readline keymaps to connect single keys to
16184 some gdb commands.
16185
16186 @table @kbd
16187 @kindex c @r{(SingleKey TUI key)}
16188 @item c
16189 continue
16190
16191 @kindex d @r{(SingleKey TUI key)}
16192 @item d
16193 down
16194
16195 @kindex f @r{(SingleKey TUI key)}
16196 @item f
16197 finish
16198
16199 @kindex n @r{(SingleKey TUI key)}
16200 @item n
16201 next
16202
16203 @kindex q @r{(SingleKey TUI key)}
16204 @item q
16205 exit the @emph{SingleKey} mode.
16206
16207 @kindex r @r{(SingleKey TUI key)}
16208 @item r
16209 run
16210
16211 @kindex s @r{(SingleKey TUI key)}
16212 @item s
16213 step
16214
16215 @kindex u @r{(SingleKey TUI key)}
16216 @item u
16217 up
16218
16219 @kindex v @r{(SingleKey TUI key)}
16220 @item v
16221 info locals
16222
16223 @kindex w @r{(SingleKey TUI key)}
16224 @item w
16225 where
16226
16227 @end table
16228
16229 Other keys temporarily switch to the @value{GDBN} command prompt.
16230 The key that was pressed is inserted in the editing buffer so that
16231 it is possible to type most @value{GDBN} commands without interaction
16232 with the TUI @emph{SingleKey} mode.  Once the command is entered the TUI
16233 @emph{SingleKey} mode is restored.  The only way to permanently leave
16234 this mode is by hitting @key{q} or @samp{@key{C-x} @key{s}}.
16235
16236
16237 @node TUI Commands
16238 @section TUI specific commands
16239 @cindex TUI commands
16240
16241 The TUI has specific commands to control the text windows.
16242 These commands are always available, that is they do not depend on
16243 the current terminal mode in which @value{GDBN} runs.  When @value{GDBN}
16244 is in the standard mode, using these commands will automatically switch
16245 in the TUI mode.
16246
16247 @table @code
16248 @item info win
16249 @kindex info win
16250 List and give the size of all displayed windows.
16251
16252 @item layout next
16253 @kindex layout
16254 Display the next layout.
16255
16256 @item layout prev
16257 Display the previous layout.
16258
16259 @item layout src
16260 Display the source window only.
16261
16262 @item layout asm
16263 Display the assembly window only.
16264
16265 @item layout split
16266 Display the source and assembly window.
16267
16268 @item layout regs
16269 Display the register window together with the source or assembly window.
16270
16271 @item focus next | prev | src | asm | regs | split
16272 @kindex focus
16273 Set the focus to the named window.
16274 This command allows to change the active window so that scrolling keys
16275 can be affected to another window.
16276
16277 @item refresh
16278 @kindex refresh
16279 Refresh the screen.  This is similar to using @key{C-L} key.
16280
16281 @item tui reg float
16282 @kindex tui reg
16283 Show the floating point registers in the register window.
16284
16285 @item tui reg general
16286 Show the general registers in the register window.
16287
16288 @item tui reg next
16289 Show the next register group.  The list of register groups as well as
16290 their order is target specific.  The predefined register groups are the
16291 following: @code{general}, @code{float}, @code{system}, @code{vector},
16292 @code{all}, @code{save}, @code{restore}.
16293
16294 @item tui reg system
16295 Show the system registers in the register window.
16296
16297 @item update
16298 @kindex update
16299 Update the source window and the current execution point.
16300
16301 @item winheight @var{name} +@var{count}
16302 @itemx winheight @var{name} -@var{count}
16303 @kindex winheight
16304 Change the height of the window @var{name} by @var{count}
16305 lines.  Positive counts increase the height, while negative counts
16306 decrease it.
16307
16308 @item tabset
16309 @kindex tabset @var{nchars}
16310 Set the width of tab stops to be @var{nchars} characters.
16311
16312 @end table
16313
16314 @node TUI Configuration
16315 @section TUI configuration variables
16316 @cindex TUI configuration variables
16317
16318 The TUI has several configuration variables that control the
16319 appearance of windows on the terminal.
16320
16321 @table @code
16322 @item set tui border-kind @var{kind}
16323 @kindex set tui border-kind
16324 Select the border appearance for the source, assembly and register windows.
16325 The possible values are the following:
16326 @table @code
16327 @item space
16328 Use a space character to draw the border.
16329
16330 @item ascii
16331 Use ascii characters + - and | to draw the border.
16332
16333 @item acs
16334 Use the Alternate Character Set to draw the border.  The border is
16335 drawn using character line graphics if the terminal supports them.
16336
16337 @end table
16338
16339 @item set tui active-border-mode @var{mode}
16340 @kindex set tui active-border-mode
16341 Select the attributes to display the border of the active window.
16342 The possible values are @code{normal}, @code{standout}, @code{reverse},
16343 @code{half}, @code{half-standout}, @code{bold} and @code{bold-standout}.
16344
16345 @item set tui border-mode @var{mode}
16346 @kindex set tui border-mode
16347 Select the attributes to display the border of other windows.
16348 The @var{mode} can be one of the following:
16349 @table @code
16350 @item normal
16351 Use normal attributes to display the border.
16352
16353 @item standout
16354 Use standout mode.
16355
16356 @item reverse
16357 Use reverse video mode.
16358
16359 @item half
16360 Use half bright mode.
16361
16362 @item half-standout
16363 Use half bright and standout mode.
16364
16365 @item bold
16366 Use extra bright or bold mode.
16367
16368 @item bold-standout
16369 Use extra bright or bold and standout mode.
16370
16371 @end table
16372
16373 @end table
16374
16375 @node Emacs
16376 @chapter Using @value{GDBN} under @sc{gnu} Emacs
16377
16378 @cindex Emacs
16379 @cindex @sc{gnu} Emacs
16380 A special interface allows you to use @sc{gnu} Emacs to view (and
16381 edit) the source files for the program you are debugging with
16382 @value{GDBN}.
16383
16384 To use this interface, use the command @kbd{M-x gdb} in Emacs.  Give the
16385 executable file you want to debug as an argument.  This command starts
16386 @value{GDBN} as a subprocess of Emacs, with input and output through a newly
16387 created Emacs buffer.
16388 @c (Do not use the @code{-tui} option to run @value{GDBN} from Emacs.)
16389
16390 Using @value{GDBN} under Emacs is just like using @value{GDBN} normally except for two
16391 things:
16392
16393 @itemize @bullet
16394 @item
16395 All ``terminal'' input and output goes through the Emacs buffer.
16396 @end itemize
16397
16398 This applies both to @value{GDBN} commands and their output, and to the input
16399 and output done by the program you are debugging.
16400
16401 This is useful because it means that you can copy the text of previous
16402 commands and input them again; you can even use parts of the output
16403 in this way.
16404
16405 All the facilities of Emacs' Shell mode are available for interacting
16406 with your program.  In particular, you can send signals the usual
16407 way---for example, @kbd{C-c C-c} for an interrupt, @kbd{C-c C-z} for a
16408 stop.
16409
16410 @itemize @bullet
16411 @item
16412 @value{GDBN} displays source code through Emacs.
16413 @end itemize
16414
16415 Each time @value{GDBN} displays a stack frame, Emacs automatically finds the
16416 source file for that frame and puts an arrow (@samp{=>}) at the
16417 left margin of the current line.  Emacs uses a separate buffer for
16418 source display, and splits the screen to show both your @value{GDBN} session
16419 and the source.
16420
16421 Explicit @value{GDBN} @code{list} or search commands still produce output as
16422 usual, but you probably have no reason to use them from Emacs.
16423
16424 If you specify an absolute file name when prompted for the @kbd{M-x
16425 gdb} argument, then Emacs sets your current working directory to where
16426 your program resides.  If you only specify the file name, then Emacs
16427 sets your current working directory to to the directory associated
16428 with the previous buffer.  In this case, @value{GDBN} may find your
16429 program by searching your environment's @code{PATH} variable, but on
16430 some operating systems it might not find the source.  So, although the
16431 @value{GDBN} input and output session proceeds normally, the auxiliary
16432 buffer does not display the current source and line of execution.
16433
16434 The initial working directory of @value{GDBN} is printed on the top
16435 line of the @value{GDBN} I/O buffer and this serves as a default for
16436 the commands that specify files for @value{GDBN} to operate
16437 on.  @xref{Files, ,Commands to specify files}.
16438
16439 By default, @kbd{M-x gdb} calls the program called @file{gdb}.  If you
16440 need to call @value{GDBN} by a different name (for example, if you
16441 keep several configurations around, with different names) you can
16442 customize the Emacs variable @code{gud-gdb-command-name} to run the
16443 one you want.
16444
16445 In the @value{GDBN} I/O buffer, you can use these special Emacs commands in
16446 addition to the standard Shell mode commands:
16447
16448 @table @kbd
16449 @item C-h m
16450 Describe the features of Emacs' @value{GDBN} Mode.
16451
16452 @item C-c C-s
16453 Execute to another source line, like the @value{GDBN} @code{step} command; also
16454 update the display window to show the current file and location.
16455
16456 @item C-c C-n
16457 Execute to next source line in this function, skipping all function
16458 calls, like the @value{GDBN} @code{next} command.  Then update the display window
16459 to show the current file and location.
16460
16461 @item C-c C-i
16462 Execute one instruction, like the @value{GDBN} @code{stepi} command; update
16463 display window accordingly.
16464
16465 @item C-c C-f
16466 Execute until exit from the selected stack frame, like the @value{GDBN}
16467 @code{finish} command.
16468
16469 @item C-c C-r
16470 Continue execution of your program, like the @value{GDBN} @code{continue}
16471 command.
16472
16473 @item C-c <
16474 Go up the number of frames indicated by the numeric argument
16475 (@pxref{Arguments, , Numeric Arguments, Emacs, The @sc{gnu} Emacs Manual}),
16476 like the @value{GDBN} @code{up} command.
16477
16478 @item C-c >
16479 Go down the number of frames indicated by the numeric argument, like the
16480 @value{GDBN} @code{down} command.
16481 @end table
16482
16483 In any source file, the Emacs command @kbd{C-x SPC} (@code{gud-break})
16484 tells @value{GDBN} to set a breakpoint on the source line point is on.
16485
16486 If you type @kbd{M-x speedbar}, then Emacs displays a separate frame which
16487 shows a backtrace when the @value{GDBN} I/O buffer is current.  Move
16488 point to any frame in the stack and type @key{RET} to make it become the
16489 current frame and display the associated source in the source buffer.
16490 Alternatively, click @kbd{Mouse-2} to make the selected frame become the
16491 current one.
16492
16493 If you accidentally delete the source-display buffer, an easy way to get
16494 it back is to type the command @code{f} in the @value{GDBN} buffer, to
16495 request a frame display; when you run under Emacs, this recreates
16496 the source buffer if necessary to show you the context of the current
16497 frame.
16498
16499 The source files displayed in Emacs are in ordinary Emacs buffers
16500 which are visiting the source files in the usual way.  You can edit
16501 the files with these buffers if you wish; but keep in mind that @value{GDBN}
16502 communicates with Emacs in terms of line numbers.  If you add or
16503 delete lines from the text, the line numbers that @value{GDBN} knows cease
16504 to correspond properly with the code.
16505
16506 The description given here is for GNU Emacs version 21.3 and a more
16507 detailed description of its interaction with @value{GDBN} is given in
16508 the Emacs manual (@pxref{Debuggers,,, Emacs, The @sc{gnu} Emacs Manual}).
16509
16510 @c The following dropped because Epoch is nonstandard.  Reactivate
16511 @c if/when v19 does something similar. ---doc@cygnus.com 19dec1990
16512 @ignore
16513 @kindex Emacs Epoch environment
16514 @kindex Epoch
16515 @kindex inspect
16516
16517 Version 18 of @sc{gnu} Emacs has a built-in window system
16518 called the @code{epoch}
16519 environment.  Users of this environment can use a new command,
16520 @code{inspect} which performs identically to @code{print} except that
16521 each value is printed in its own window.
16522 @end ignore
16523
16524
16525 @node GDB/MI
16526 @chapter The @sc{gdb/mi} Interface
16527
16528 @unnumberedsec Function and Purpose
16529
16530 @cindex @sc{gdb/mi}, its purpose
16531 @sc{gdb/mi} is a line based machine oriented text interface to
16532 @value{GDBN} and is activated by specifying using the
16533 @option{--interpreter} command line option (@pxref{Mode Options}).  It
16534 is specifically intended to support the development of systems which
16535 use the debugger as just one small component of a larger system.
16536
16537 This chapter is a specification of the @sc{gdb/mi} interface.  It is written
16538 in the form of a reference manual.
16539
16540 Note that @sc{gdb/mi} is still under construction, so some of the
16541 features described below are incomplete and subject to change.
16542
16543 @unnumberedsec Notation and Terminology
16544
16545 @cindex notational conventions, for @sc{gdb/mi}
16546 This chapter uses the following notation:
16547
16548 @itemize @bullet
16549 @item
16550 @code{|} separates two alternatives.
16551
16552 @item
16553 @code{[ @var{something} ]} indicates that @var{something} is optional:
16554 it may or may not be given.
16555
16556 @item
16557 @code{( @var{group} )*} means that @var{group} inside the parentheses
16558 may repeat zero or more times.
16559
16560 @item
16561 @code{( @var{group} )+} means that @var{group} inside the parentheses
16562 may repeat one or more times.
16563
16564 @item
16565 @code{"@var{string}"} means a literal @var{string}.
16566 @end itemize
16567
16568 @ignore
16569 @heading Dependencies
16570 @end ignore
16571
16572 @heading Acknowledgments
16573
16574 In alphabetic order: Andrew Cagney, Fernando Nasser, Stan Shebs and
16575 Elena Zannoni.
16576
16577 @menu
16578 * GDB/MI Command Syntax::
16579 * GDB/MI Compatibility with CLI::
16580 * GDB/MI Output Records::
16581 * GDB/MI Command Description Format::
16582 * GDB/MI Breakpoint Table Commands::
16583 * GDB/MI Data Manipulation::
16584 * GDB/MI Program Control::
16585 * GDB/MI Miscellaneous Commands::
16586 @ignore
16587 * GDB/MI Kod Commands::
16588 * GDB/MI Memory Overlay Commands::
16589 * GDB/MI Signal Handling Commands::
16590 @end ignore
16591 * GDB/MI Stack Manipulation::
16592 * GDB/MI Symbol Query::
16593 * GDB/MI Target Manipulation::
16594 * GDB/MI Thread Commands::
16595 * GDB/MI Tracepoint Commands::
16596 * GDB/MI Variable Objects::
16597 @end menu
16598
16599 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16600 @node GDB/MI Command Syntax
16601 @section @sc{gdb/mi} Command Syntax
16602
16603 @menu
16604 * GDB/MI Input Syntax::
16605 * GDB/MI Output Syntax::
16606 * GDB/MI Simple Examples::
16607 @end menu
16608
16609 @node GDB/MI Input Syntax
16610 @subsection @sc{gdb/mi} Input Syntax
16611
16612 @cindex input syntax for @sc{gdb/mi}
16613 @cindex @sc{gdb/mi}, input syntax
16614 @table @code
16615 @item @var{command} @expansion{}
16616 @code{@var{cli-command} | @var{mi-command}}
16617
16618 @item @var{cli-command} @expansion{}
16619 @code{[ @var{token} ] @var{cli-command} @var{nl}}, where
16620 @var{cli-command} is any existing @value{GDBN} CLI command.
16621
16622 @item @var{mi-command} @expansion{}
16623 @code{[ @var{token} ] "-" @var{operation} ( " " @var{option} )*
16624 @code{[} " --" @code{]} ( " " @var{parameter} )* @var{nl}}
16625
16626 @item @var{token} @expansion{}
16627 "any sequence of digits"
16628
16629 @item @var{option} @expansion{}
16630 @code{"-" @var{parameter} [ " " @var{parameter} ]}
16631
16632 @item @var{parameter} @expansion{}
16633 @code{@var{non-blank-sequence} | @var{c-string}}
16634
16635 @item @var{operation} @expansion{}
16636 @emph{any of the operations described in this chapter}
16637
16638 @item @var{non-blank-sequence} @expansion{}
16639 @emph{anything, provided it doesn't contain special characters such as
16640 "-", @var{nl}, """ and of course " "}
16641
16642 @item @var{c-string} @expansion{}
16643 @code{""" @var{seven-bit-iso-c-string-content} """}
16644
16645 @item @var{nl} @expansion{}
16646 @code{CR | CR-LF}
16647 @end table
16648
16649 @noindent
16650 Notes:
16651
16652 @itemize @bullet
16653 @item
16654 The CLI commands are still handled by the @sc{mi} interpreter; their
16655 output is described below.
16656
16657 @item
16658 The @code{@var{token}}, when present, is passed back when the command
16659 finishes.
16660
16661 @item
16662 Some @sc{mi} commands accept optional arguments as part of the parameter
16663 list.  Each option is identified by a leading @samp{-} (dash) and may be
16664 followed by an optional argument parameter.  Options occur first in the
16665 parameter list and can be delimited from normal parameters using
16666 @samp{--} (this is useful when some parameters begin with a dash).
16667 @end itemize
16668
16669 Pragmatics:
16670
16671 @itemize @bullet
16672 @item
16673 We want easy access to the existing CLI syntax (for debugging).
16674
16675 @item
16676 We want it to be easy to spot a @sc{mi} operation.
16677 @end itemize
16678
16679 @node GDB/MI Output Syntax
16680 @subsection @sc{gdb/mi} Output Syntax
16681
16682 @cindex output syntax of @sc{gdb/mi}
16683 @cindex @sc{gdb/mi}, output syntax
16684 The output from @sc{gdb/mi} consists of zero or more out-of-band records
16685 followed, optionally, by a single result record.  This result record
16686 is for the most recent command.  The sequence of output records is
16687 terminated by @samp{(@value{GDBP})}.
16688
16689 If an input command was prefixed with a @code{@var{token}} then the
16690 corresponding output for that command will also be prefixed by that same
16691 @var{token}.
16692
16693 @table @code
16694 @item @var{output} @expansion{}
16695 @code{( @var{out-of-band-record} )* [ @var{result-record} ] "(@value{GDBP})" @var{nl}}
16696
16697 @item @var{result-record} @expansion{}
16698 @code{ [ @var{token} ] "^" @var{result-class} ( "," @var{result} )* @var{nl}}
16699
16700 @item @var{out-of-band-record} @expansion{}
16701 @code{@var{async-record} | @var{stream-record}}
16702
16703 @item @var{async-record} @expansion{}
16704 @code{@var{exec-async-output} | @var{status-async-output} | @var{notify-async-output}}
16705
16706 @item @var{exec-async-output} @expansion{}
16707 @code{[ @var{token} ] "*" @var{async-output}}
16708
16709 @item @var{status-async-output} @expansion{}
16710 @code{[ @var{token} ] "+" @var{async-output}}
16711
16712 @item @var{notify-async-output} @expansion{}
16713 @code{[ @var{token} ] "=" @var{async-output}}
16714
16715 @item @var{async-output} @expansion{}
16716 @code{@var{async-class} ( "," @var{result} )* @var{nl}}
16717
16718 @item @var{result-class} @expansion{}
16719 @code{"done" | "running" | "connected" | "error" | "exit"}
16720
16721 @item @var{async-class} @expansion{}
16722 @code{"stopped" | @var{others}} (where @var{others} will be added
16723 depending on the needs---this is still in development).
16724
16725 @item @var{result} @expansion{}
16726 @code{ @var{variable} "=" @var{value}}
16727
16728 @item @var{variable} @expansion{}
16729 @code{ @var{string} }
16730
16731 @item @var{value} @expansion{}
16732 @code{ @var{const} | @var{tuple} | @var{list} }
16733
16734 @item @var{const} @expansion{}
16735 @code{@var{c-string}}
16736
16737 @item @var{tuple} @expansion{}
16738 @code{ "@{@}" | "@{" @var{result} ( "," @var{result} )* "@}" }
16739
16740 @item @var{list} @expansion{}
16741 @code{ "[]" | "[" @var{value} ( "," @var{value} )* "]" | "["
16742 @var{result} ( "," @var{result} )* "]" }
16743
16744 @item @var{stream-record} @expansion{}
16745 @code{@var{console-stream-output} | @var{target-stream-output} | @var{log-stream-output}}
16746
16747 @item @var{console-stream-output} @expansion{}
16748 @code{"~" @var{c-string}}
16749
16750 @item @var{target-stream-output} @expansion{}
16751 @code{"@@" @var{c-string}}
16752
16753 @item @var{log-stream-output} @expansion{}
16754 @code{"&" @var{c-string}}
16755
16756 @item @var{nl} @expansion{}
16757 @code{CR | CR-LF}
16758
16759 @item @var{token} @expansion{}
16760 @emph{any sequence of digits}.
16761 @end table
16762
16763 @noindent
16764 Notes:
16765
16766 @itemize @bullet
16767 @item
16768 All output sequences end in a single line containing a period.
16769
16770 @item
16771 The @code{@var{token}} is from the corresponding request.  If an execution
16772 command is interrupted by the @samp{-exec-interrupt} command, the
16773 @var{token} associated with the @samp{*stopped} message is the one of the
16774 original execution command, not the one of the interrupt command.
16775
16776 @item
16777 @cindex status output in @sc{gdb/mi}
16778 @var{status-async-output} contains on-going status information about the
16779 progress of a slow operation.  It can be discarded.  All status output is
16780 prefixed by @samp{+}.
16781
16782 @item
16783 @cindex async output in @sc{gdb/mi}
16784 @var{exec-async-output} contains asynchronous state change on the target
16785 (stopped, started, disappeared).  All async output is prefixed by
16786 @samp{*}.
16787
16788 @item
16789 @cindex notify output in @sc{gdb/mi}
16790 @var{notify-async-output} contains supplementary information that the
16791 client should handle (e.g., a new breakpoint information).  All notify
16792 output is prefixed by @samp{=}.
16793
16794 @item
16795 @cindex console output in @sc{gdb/mi}
16796 @var{console-stream-output} is output that should be displayed as is in the
16797 console.  It is the textual response to a CLI command.  All the console
16798 output is prefixed by @samp{~}.
16799
16800 @item
16801 @cindex target output in @sc{gdb/mi}
16802 @var{target-stream-output} is the output produced by the target program.
16803 All the target output is prefixed by @samp{@@}.
16804
16805 @item
16806 @cindex log output in @sc{gdb/mi}
16807 @var{log-stream-output} is output text coming from @value{GDBN}'s internals, for
16808 instance messages that should be displayed as part of an error log.  All
16809 the log output is prefixed by @samp{&}.
16810
16811 @item
16812 @cindex list output in @sc{gdb/mi}
16813 New @sc{gdb/mi} commands should only output @var{lists} containing
16814 @var{values}.
16815
16816
16817 @end itemize
16818
16819 @xref{GDB/MI Stream Records, , @sc{gdb/mi} Stream Records}, for more
16820 details about the various output records.
16821
16822 @node GDB/MI Simple Examples
16823 @subsection Simple Examples of @sc{gdb/mi} Interaction
16824 @cindex @sc{gdb/mi}, simple examples
16825
16826 This subsection presents several simple examples of interaction using
16827 the @sc{gdb/mi} interface.  In these examples, @samp{->} means that the
16828 following line is passed to @sc{gdb/mi} as input, while @samp{<-} means
16829 the output received from @sc{gdb/mi}.
16830
16831 @subsubheading Target Stop
16832 @c Ummm... There is no "-stop" command. This assumes async, no?
16833 Here's an example of stopping the inferior process:
16834
16835 @smallexample
16836 -> -stop
16837 <- (@value{GDBP})
16838 @end smallexample
16839
16840 @noindent
16841 and later:
16842
16843 @smallexample
16844 <- *stop,reason="stop",address="0x123",source="a.c:123"
16845 <- (@value{GDBP})
16846 @end smallexample
16847
16848 @subsubheading Simple CLI Command
16849
16850 Here's an example of a simple CLI command being passed through
16851 @sc{gdb/mi} and on to the CLI.
16852
16853 @smallexample
16854 -> print 1+2
16855 <- &"print 1+2\n"
16856 <- ~"$1 = 3\n"
16857 <- ^done
16858 <- (@value{GDBP})
16859 @end smallexample
16860
16861 @subsubheading Command With Side Effects
16862
16863 @smallexample
16864 -> -symbol-file xyz.exe
16865 <- *breakpoint,nr="3",address="0x123",source="a.c:123"
16866 <- (@value{GDBP})
16867 @end smallexample
16868
16869 @subsubheading A Bad Command
16870
16871 Here's what happens if you pass a non-existent command:
16872
16873 @smallexample
16874 -> -rubbish
16875 <- ^error,msg="Undefined MI command: rubbish"
16876 <- (@value{GDBP})
16877 @end smallexample
16878
16879 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16880 @node GDB/MI Compatibility with CLI
16881 @section @sc{gdb/mi} Compatibility with CLI
16882
16883 @cindex compatibility, @sc{gdb/mi} and CLI
16884 @cindex @sc{gdb/mi}, compatibility with CLI
16885 To help users familiar with @value{GDBN}'s existing CLI interface, @sc{gdb/mi}
16886 accepts existing CLI commands.  As specified by the syntax, such
16887 commands can be directly entered into the @sc{gdb/mi} interface and @value{GDBN} will
16888 respond.
16889
16890 This mechanism is provided as an aid to developers of @sc{gdb/mi}
16891 clients and not as a reliable interface into the CLI.  Since the command
16892 is being interpreteted in an environment that assumes @sc{gdb/mi}
16893 behaviour, the exact output of such commands is likely to end up being
16894 an un-supported hybrid of @sc{gdb/mi} and CLI output.
16895
16896 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16897 @node GDB/MI Output Records
16898 @section @sc{gdb/mi} Output Records
16899
16900 @menu
16901 * GDB/MI Result Records::
16902 * GDB/MI Stream Records::
16903 * GDB/MI Out-of-band Records::
16904 @end menu
16905
16906 @node GDB/MI Result Records
16907 @subsection @sc{gdb/mi} Result Records
16908
16909 @cindex result records in @sc{gdb/mi}
16910 @cindex @sc{gdb/mi}, result records
16911 In addition to a number of out-of-band notifications, the response to a
16912 @sc{gdb/mi} command includes one of the following result indications:
16913
16914 @table @code
16915 @findex ^done
16916 @item "^done" [ "," @var{results} ]
16917 The synchronous operation was successful, @code{@var{results}} are the return
16918 values.
16919
16920 @item "^running"
16921 @findex ^running
16922 @c Is this one correct?  Should it be an out-of-band notification?
16923 The asynchronous operation was successfully started.  The target is
16924 running.
16925
16926 @item "^error" "," @var{c-string}
16927 @findex ^error
16928 The operation failed.  The @code{@var{c-string}} contains the corresponding
16929 error message.
16930 @end table
16931
16932 @node GDB/MI Stream Records
16933 @subsection @sc{gdb/mi} Stream Records
16934
16935 @cindex @sc{gdb/mi}, stream records
16936 @cindex stream records in @sc{gdb/mi}
16937 @value{GDBN} internally maintains a number of output streams: the console, the
16938 target, and the log.  The output intended for each of these streams is
16939 funneled through the @sc{gdb/mi} interface using @dfn{stream records}.
16940
16941 Each stream record begins with a unique @dfn{prefix character} which
16942 identifies its stream (@pxref{GDB/MI Output Syntax, , @sc{gdb/mi} Output
16943 Syntax}).  In addition to the prefix, each stream record contains a
16944 @code{@var{string-output}}.  This is either raw text (with an implicit new
16945 line) or a quoted C string (which does not contain an implicit newline).
16946
16947 @table @code
16948 @item "~" @var{string-output}
16949 The console output stream contains text that should be displayed in the
16950 CLI console window.  It contains the textual responses to CLI commands.
16951
16952 @item "@@" @var{string-output}
16953 The target output stream contains any textual output from the running
16954 target.
16955
16956 @item "&" @var{string-output}
16957 The log stream contains debugging messages being produced by @value{GDBN}'s
16958 internals.
16959 @end table
16960
16961 @node GDB/MI Out-of-band Records
16962 @subsection @sc{gdb/mi} Out-of-band Records
16963
16964 @cindex out-of-band records in @sc{gdb/mi}
16965 @cindex @sc{gdb/mi}, out-of-band records
16966 @dfn{Out-of-band} records are used to notify the @sc{gdb/mi} client of
16967 additional changes that have occurred.  Those changes can either be a
16968 consequence of @sc{gdb/mi} (e.g., a breakpoint modified) or a result of
16969 target activity (e.g., target stopped).
16970
16971 The following is a preliminary list of possible out-of-band records.
16972
16973 @table @code
16974 @item "*" "stop"
16975 @end table
16976
16977
16978 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16979 @node GDB/MI Command Description Format
16980 @section @sc{gdb/mi} Command Description Format
16981
16982 The remaining sections describe blocks of commands.  Each block of
16983 commands is laid out in a fashion similar to this section.
16984
16985 Note the the line breaks shown in the examples are here only for
16986 readability.  They don't appear in the real output.
16987 Also note that the commands with a non-available example (N.A.@:) are
16988 not yet implemented.
16989
16990 @subheading Motivation
16991
16992 The motivation for this collection of commands.
16993
16994 @subheading Introduction
16995
16996 A brief introduction to this collection of commands as a whole.
16997
16998 @subheading Commands
16999
17000 For each command in the block, the following is described:
17001
17002 @subsubheading Synopsis
17003
17004 @smallexample
17005  -command @var{args}@dots{}
17006 @end smallexample
17007
17008 @subsubheading @value{GDBN} Command
17009
17010 The corresponding @value{GDBN} CLI command.
17011
17012 @subsubheading Result
17013
17014 @subsubheading Out-of-band
17015
17016 @subsubheading Notes
17017
17018 @subsubheading Example
17019
17020
17021 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17022 @node GDB/MI Breakpoint Table Commands
17023 @section @sc{gdb/mi} Breakpoint table commands
17024
17025 @cindex breakpoint commands for @sc{gdb/mi}
17026 @cindex @sc{gdb/mi}, breakpoint commands
17027 This section documents @sc{gdb/mi} commands for manipulating
17028 breakpoints.
17029
17030 @subheading The @code{-break-after} Command
17031 @findex -break-after
17032
17033 @subsubheading Synopsis
17034
17035 @smallexample
17036  -break-after @var{number} @var{count}
17037 @end smallexample
17038
17039 The breakpoint number @var{number} is not in effect until it has been
17040 hit @var{count} times.  To see how this is reflected in the output of
17041 the @samp{-break-list} command, see the description of the
17042 @samp{-break-list} command below.
17043
17044 @subsubheading @value{GDBN} Command
17045
17046 The corresponding @value{GDBN} command is @samp{ignore}.
17047
17048 @subsubheading Example
17049
17050 @smallexample
17051 (@value{GDBP})
17052 -break-insert main
17053 ^done,bkpt=@{number="1",addr="0x000100d0",file="hello.c",line="5"@}
17054 (@value{GDBP})
17055 -break-after 1 3
17056 ~
17057 ^done
17058 (@value{GDBP})
17059 -break-list
17060 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
17061 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17062 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17063 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17064 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17065 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17066 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17067 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17068 addr="0x000100d0",func="main",file="hello.c",line="5",times="0",
17069 ignore="3"@}]@}
17070 (@value{GDBP})
17071 @end smallexample
17072
17073 @ignore
17074 @subheading The @code{-break-catch} Command
17075 @findex -break-catch
17076
17077 @subheading The @code{-break-commands} Command
17078 @findex -break-commands
17079 @end ignore
17080
17081
17082 @subheading The @code{-break-condition} Command
17083 @findex -break-condition
17084
17085 @subsubheading Synopsis
17086
17087 @smallexample
17088  -break-condition @var{number} @var{expr}
17089 @end smallexample
17090
17091 Breakpoint @var{number} will stop the program only if the condition in
17092 @var{expr} is true.  The condition becomes part of the
17093 @samp{-break-list} output (see the description of the @samp{-break-list}
17094 command below).
17095
17096 @subsubheading @value{GDBN} Command
17097
17098 The corresponding @value{GDBN} command is @samp{condition}.
17099
17100 @subsubheading Example
17101
17102 @smallexample
17103 (@value{GDBP})
17104 -break-condition 1 1
17105 ^done
17106 (@value{GDBP})
17107 -break-list
17108 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
17109 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17110 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17111 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17112 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17113 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17114 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17115 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17116 addr="0x000100d0",func="main",file="hello.c",line="5",cond="1",
17117 times="0",ignore="3"@}]@}
17118 (@value{GDBP})
17119 @end smallexample
17120
17121 @subheading The @code{-break-delete} Command
17122 @findex -break-delete
17123
17124 @subsubheading Synopsis
17125
17126 @smallexample
17127  -break-delete ( @var{breakpoint} )+
17128 @end smallexample
17129
17130 Delete the breakpoint(s) whose number(s) are specified in the argument
17131 list.  This is obviously reflected in the breakpoint list.
17132
17133 @subsubheading @value{GDBN} command
17134
17135 The corresponding @value{GDBN} command is @samp{delete}.
17136
17137 @subsubheading Example
17138
17139 @smallexample
17140 (@value{GDBP})
17141 -break-delete 1
17142 ^done
17143 (@value{GDBP})
17144 -break-list
17145 ^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
17146 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17147 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17148 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17149 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17150 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17151 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17152 body=[]@}
17153 (@value{GDBP})
17154 @end smallexample
17155
17156 @subheading The @code{-break-disable} Command
17157 @findex -break-disable
17158
17159 @subsubheading Synopsis
17160
17161 @smallexample
17162  -break-disable ( @var{breakpoint} )+
17163 @end smallexample
17164
17165 Disable the named @var{breakpoint}(s).  The field @samp{enabled} in the
17166 break list is now set to @samp{n} for the named @var{breakpoint}(s).
17167
17168 @subsubheading @value{GDBN} Command
17169
17170 The corresponding @value{GDBN} command is @samp{disable}.
17171
17172 @subsubheading Example
17173
17174 @smallexample
17175 (@value{GDBP})
17176 -break-disable 2
17177 ^done
17178 (@value{GDBP})
17179 -break-list
17180 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
17181 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17182 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17183 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17184 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17185 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17186 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17187 body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="n",
17188 addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@}]@}
17189 (@value{GDBP})
17190 @end smallexample
17191
17192 @subheading The @code{-break-enable} Command
17193 @findex -break-enable
17194
17195 @subsubheading Synopsis
17196
17197 @smallexample
17198  -break-enable ( @var{breakpoint} )+
17199 @end smallexample
17200
17201 Enable (previously disabled) @var{breakpoint}(s).
17202
17203 @subsubheading @value{GDBN} Command
17204
17205 The corresponding @value{GDBN} command is @samp{enable}.
17206
17207 @subsubheading Example
17208
17209 @smallexample
17210 (@value{GDBP})
17211 -break-enable 2
17212 ^done
17213 (@value{GDBP})
17214 -break-list
17215 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
17216 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17217 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17218 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17219 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17220 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17221 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17222 body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
17223 addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@}]@}
17224 (@value{GDBP})
17225 @end smallexample
17226
17227 @subheading The @code{-break-info} Command
17228 @findex -break-info
17229
17230 @subsubheading Synopsis
17231
17232 @smallexample
17233  -break-info @var{breakpoint}
17234 @end smallexample
17235
17236 @c REDUNDANT???
17237 Get information about a single breakpoint.
17238
17239 @subsubheading @value{GDBN} command
17240
17241 The corresponding @value{GDBN} command is @samp{info break @var{breakpoint}}.
17242
17243 @subsubheading Example
17244 N.A.
17245
17246 @subheading The @code{-break-insert} Command
17247 @findex -break-insert
17248
17249 @subsubheading Synopsis
17250
17251 @smallexample
17252  -break-insert [ -t ] [ -h ] [ -r ]
17253     [ -c @var{condition} ] [ -i @var{ignore-count} ]
17254     [ -p @var{thread} ] [ @var{line} | @var{addr} ]
17255 @end smallexample
17256
17257 @noindent
17258 If specified, @var{line}, can be one of:
17259
17260 @itemize @bullet
17261 @item function
17262 @c @item +offset
17263 @c @item -offset
17264 @c @item linenum
17265 @item filename:linenum
17266 @item filename:function
17267 @item *address
17268 @end itemize
17269
17270 The possible optional parameters of this command are:
17271
17272 @table @samp
17273 @item -t
17274 Insert a tempoary breakpoint.
17275 @item -h
17276 Insert a hardware breakpoint.
17277 @item -c @var{condition}
17278 Make the breakpoint conditional on @var{condition}.
17279 @item -i @var{ignore-count}
17280 Initialize the @var{ignore-count}.
17281 @item -r
17282 Insert a regular breakpoint in all the functions whose names match the
17283 given regular expression.  Other flags are not applicable to regular
17284 expresson.
17285 @end table
17286
17287 @subsubheading Result
17288
17289 The result is in the form:
17290
17291 @smallexample
17292  ^done,bkptno="@var{number}",func="@var{funcname}",
17293   file="@var{filename}",line="@var{lineno}"
17294 @end smallexample
17295
17296 @noindent
17297 where @var{number} is the @value{GDBN} number for this breakpoint, @var{funcname}
17298 is the name of the function where the breakpoint was inserted,
17299 @var{filename} is the name of the source file which contains this
17300 function, and @var{lineno} is the source line number within that file.
17301
17302 Note: this format is open to change.
17303 @c An out-of-band breakpoint instead of part of the result?
17304
17305 @subsubheading @value{GDBN} Command
17306
17307 The corresponding @value{GDBN} commands are @samp{break}, @samp{tbreak},
17308 @samp{hbreak}, @samp{thbreak}, and @samp{rbreak}.
17309
17310 @subsubheading Example
17311
17312 @smallexample
17313 (@value{GDBP})
17314 -break-insert main
17315 ^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
17316 (@value{GDBP})
17317 -break-insert -t foo
17318 ^done,bkpt=@{number="2",addr="0x00010774",file="recursive2.c",line="11"@}
17319 (@value{GDBP})
17320 -break-list
17321 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
17322 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17323 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17324 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17325 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17326 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17327 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17328 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17329 addr="0x0001072c", func="main",file="recursive2.c",line="4",times="0"@},
17330 bkpt=@{number="2",type="breakpoint",disp="del",enabled="y",
17331 addr="0x00010774",func="foo",file="recursive2.c",line="11",times="0"@}]@}
17332 (@value{GDBP})
17333 -break-insert -r foo.*
17334 ~int foo(int, int);
17335 ^done,bkpt=@{number="3",addr="0x00010774",file="recursive2.c",line="11"@}
17336 (@value{GDBP})
17337 @end smallexample
17338
17339 @subheading The @code{-break-list} Command
17340 @findex -break-list
17341
17342 @subsubheading Synopsis
17343
17344 @smallexample
17345  -break-list
17346 @end smallexample
17347
17348 Displays the list of inserted breakpoints, showing the following fields:
17349
17350 @table @samp
17351 @item Number
17352 number of the breakpoint
17353 @item Type
17354 type of the breakpoint: @samp{breakpoint} or @samp{watchpoint}
17355 @item Disposition
17356 should the breakpoint be deleted or disabled when it is hit: @samp{keep}
17357 or @samp{nokeep}
17358 @item Enabled
17359 is the breakpoint enabled or no: @samp{y} or @samp{n}
17360 @item Address
17361 memory location at which the breakpoint is set
17362 @item What
17363 logical location of the breakpoint, expressed by function name, file
17364 name, line number
17365 @item Times
17366 number of times the breakpoint has been hit
17367 @end table
17368
17369 If there are no breakpoints or watchpoints, the @code{BreakpointTable}
17370 @code{body} field is an empty list.
17371
17372 @subsubheading @value{GDBN} Command
17373
17374 The corresponding @value{GDBN} command is @samp{info break}.
17375
17376 @subsubheading Example
17377
17378 @smallexample
17379 (@value{GDBP})
17380 -break-list
17381 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
17382 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17383 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17384 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17385 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17386 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17387 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17388 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17389 addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@},
17390 bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
17391 addr="0x00010114",func="foo",file="hello.c",line="13",times="0"@}]@}
17392 (@value{GDBP})
17393 @end smallexample
17394
17395 Here's an example of the result when there are no breakpoints:
17396
17397 @smallexample
17398 (@value{GDBP})
17399 -break-list
17400 ^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
17401 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17402 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17403 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17404 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17405 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17406 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17407 body=[]@}
17408 (@value{GDBP})
17409 @end smallexample
17410
17411 @subheading The @code{-break-watch} Command
17412 @findex -break-watch
17413
17414 @subsubheading Synopsis
17415
17416 @smallexample
17417  -break-watch [ -a | -r ]
17418 @end smallexample
17419
17420 Create a watchpoint.  With the @samp{-a} option it will create an
17421 @dfn{access} watchpoint, i.e. a watchpoint that triggers either on a
17422 read from or on a write to the memory location.  With the @samp{-r}
17423 option, the watchpoint created is a @dfn{read} watchpoint, i.e. it will
17424 trigger only when the memory location is accessed for reading.  Without
17425 either of the options, the watchpoint created is a regular watchpoint,
17426 i.e. it will trigger when the memory location is accessed for writing.
17427 @xref{Set Watchpoints, , Setting watchpoints}.
17428
17429 Note that @samp{-break-list} will report a single list of watchpoints and
17430 breakpoints inserted.
17431
17432 @subsubheading @value{GDBN} Command
17433
17434 The corresponding @value{GDBN} commands are @samp{watch}, @samp{awatch}, and
17435 @samp{rwatch}.
17436
17437 @subsubheading Example
17438
17439 Setting a watchpoint on a variable in the @code{main} function:
17440
17441 @smallexample
17442 (@value{GDBP})
17443 -break-watch x
17444 ^done,wpt=@{number="2",exp="x"@}
17445 (@value{GDBP})
17446 -exec-continue
17447 ^running
17448 ^done,reason="watchpoint-trigger",wpt=@{number="2",exp="x"@},
17449 value=@{old="-268439212",new="55"@},
17450 frame=@{func="main",args=[],file="recursive2.c",
17451 fullname="/home/foo/bar/devo/myproject/recursive2.c",line="5"@}
17452 (@value{GDBP})
17453 @end smallexample
17454
17455 Setting a watchpoint on a variable local to a function.  @value{GDBN} will stop
17456 the program execution twice: first for the variable changing value, then
17457 for the watchpoint going out of scope.
17458
17459 @smallexample
17460 (@value{GDBP})
17461 -break-watch C
17462 ^done,wpt=@{number="5",exp="C"@}
17463 (@value{GDBP})
17464 -exec-continue
17465 ^running
17466 ^done,reason="watchpoint-trigger",
17467 wpt=@{number="5",exp="C"@},value=@{old="-276895068",new="3"@},
17468 frame=@{func="callee4",args=[],
17469 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
17470 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
17471 (@value{GDBP})
17472 -exec-continue
17473 ^running
17474 ^done,reason="watchpoint-scope",wpnum="5",
17475 frame=@{func="callee3",args=[@{name="strarg",
17476 value="0x11940 \"A string argument.\""@}],
17477 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
17478 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
17479 (@value{GDBP})
17480 @end smallexample
17481
17482 Listing breakpoints and watchpoints, at different points in the program
17483 execution.  Note that once the watchpoint goes out of scope, it is
17484 deleted.
17485
17486 @smallexample
17487 (@value{GDBP})
17488 -break-watch C
17489 ^done,wpt=@{number="2",exp="C"@}
17490 (@value{GDBP})
17491 -break-list
17492 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
17493 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17494 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17495 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17496 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17497 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17498 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17499 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17500 addr="0x00010734",func="callee4",
17501 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@},
17502 bkpt=@{number="2",type="watchpoint",disp="keep",
17503 enabled="y",addr="",what="C",times="0"@}]@}
17504 (@value{GDBP})
17505 -exec-continue
17506 ^running
17507 ^done,reason="watchpoint-trigger",wpt=@{number="2",exp="C"@},
17508 value=@{old="-276895068",new="3"@},
17509 frame=@{func="callee4",args=[],
17510 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
17511 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
17512 (@value{GDBP})
17513 -break-list
17514 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
17515 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17516 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17517 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17518 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17519 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17520 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17521 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17522 addr="0x00010734",func="callee4",
17523 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@},
17524 bkpt=@{number="2",type="watchpoint",disp="keep",
17525 enabled="y",addr="",what="C",times="-5"@}]@}
17526 (@value{GDBP})
17527 -exec-continue
17528 ^running
17529 ^done,reason="watchpoint-scope",wpnum="2",
17530 frame=@{func="callee3",args=[@{name="strarg",
17531 value="0x11940 \"A string argument.\""@}],
17532 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
17533 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
17534 (@value{GDBP})
17535 -break-list
17536 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
17537 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17538 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17539 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17540 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17541 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17542 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17543 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17544 addr="0x00010734",func="callee4",
17545 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@}]@}
17546 (@value{GDBP})
17547 @end smallexample
17548
17549 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17550 @node GDB/MI Data Manipulation
17551 @section @sc{gdb/mi} Data Manipulation
17552
17553 @cindex data manipulation, in @sc{gdb/mi}
17554 @cindex @sc{gdb/mi}, data manipulation
17555 This section describes the @sc{gdb/mi} commands that manipulate data:
17556 examine memory and registers, evaluate expressions, etc.
17557
17558 @c REMOVED FROM THE INTERFACE.
17559 @c @subheading -data-assign
17560 @c Change the value of a program variable. Plenty of side effects.
17561 @c @subsubheading GDB command
17562 @c set variable
17563 @c @subsubheading Example
17564 @c N.A.
17565
17566 @subheading The @code{-data-disassemble} Command
17567 @findex -data-disassemble
17568
17569 @subsubheading Synopsis
17570
17571 @smallexample
17572  -data-disassemble
17573     [ -s @var{start-addr} -e @var{end-addr} ]
17574   | [ -f @var{filename} -l @var{linenum} [ -n @var{lines} ] ]
17575   -- @var{mode}
17576 @end smallexample
17577
17578 @noindent
17579 Where:
17580
17581 @table @samp
17582 @item @var{start-addr}
17583 is the beginning address (or @code{$pc})
17584 @item @var{end-addr}
17585 is the end address
17586 @item @var{filename}
17587 is the name of the file to disassemble
17588 @item @var{linenum}
17589 is the line number to disassemble around
17590 @item @var{lines}
17591 is the the number of disassembly lines to be produced.  If it is -1,
17592 the whole function will be disassembled, in case no @var{end-addr} is
17593 specified.  If @var{end-addr} is specified as a non-zero value, and
17594 @var{lines} is lower than the number of disassembly lines between
17595 @var{start-addr} and @var{end-addr}, only @var{lines} lines are
17596 displayed; if @var{lines} is higher than the number of lines between
17597 @var{start-addr} and @var{end-addr}, only the lines up to @var{end-addr}
17598 are displayed.
17599 @item @var{mode}
17600 is either 0 (meaning only disassembly) or 1 (meaning mixed source and
17601 disassembly).
17602 @end table
17603
17604 @subsubheading Result
17605
17606 The output for each instruction is composed of four fields:
17607
17608 @itemize @bullet
17609 @item Address
17610 @item Func-name
17611 @item Offset
17612 @item Instruction
17613 @end itemize
17614
17615 Note that whatever included in the instruction field, is not manipulated
17616 directely by @sc{gdb/mi}, i.e. it is not possible to adjust its format.
17617
17618 @subsubheading @value{GDBN} Command
17619
17620 There's no direct mapping from this command to the CLI.
17621
17622 @subsubheading Example
17623
17624 Disassemble from the current value of @code{$pc} to @code{$pc + 20}:
17625
17626 @smallexample
17627 (@value{GDBP})
17628 -data-disassemble -s $pc -e "$pc + 20" -- 0
17629 ^done,
17630 asm_insns=[
17631 @{address="0x000107c0",func-name="main",offset="4",
17632 inst="mov  2, %o0"@},
17633 @{address="0x000107c4",func-name="main",offset="8",
17634 inst="sethi  %hi(0x11800), %o2"@},
17635 @{address="0x000107c8",func-name="main",offset="12",
17636 inst="or  %o2, 0x140, %o1\t! 0x11940 <_lib_version+8>"@},
17637 @{address="0x000107cc",func-name="main",offset="16",
17638 inst="sethi  %hi(0x11800), %o2"@},
17639 @{address="0x000107d0",func-name="main",offset="20",
17640 inst="or  %o2, 0x168, %o4\t! 0x11968 <_lib_version+48>"@}]
17641 (@value{GDBP})
17642 @end smallexample
17643
17644 Disassemble the whole @code{main} function.  Line 32 is part of
17645 @code{main}.
17646
17647 @smallexample
17648 -data-disassemble -f basics.c -l 32 -- 0
17649 ^done,asm_insns=[
17650 @{address="0x000107bc",func-name="main",offset="0",
17651 inst="save  %sp, -112, %sp"@},
17652 @{address="0x000107c0",func-name="main",offset="4",
17653 inst="mov   2, %o0"@},
17654 @{address="0x000107c4",func-name="main",offset="8",
17655 inst="sethi %hi(0x11800), %o2"@},
17656 [@dots{}]
17657 @{address="0x0001081c",func-name="main",offset="96",inst="ret "@},
17658 @{address="0x00010820",func-name="main",offset="100",inst="restore "@}]
17659 (@value{GDBP})
17660 @end smallexample
17661
17662 Disassemble 3 instructions from the start of @code{main}:
17663
17664 @smallexample
17665 (@value{GDBP})
17666 -data-disassemble -f basics.c -l 32 -n 3 -- 0
17667 ^done,asm_insns=[
17668 @{address="0x000107bc",func-name="main",offset="0",
17669 inst="save  %sp, -112, %sp"@},
17670 @{address="0x000107c0",func-name="main",offset="4",
17671 inst="mov  2, %o0"@},
17672 @{address="0x000107c4",func-name="main",offset="8",
17673 inst="sethi  %hi(0x11800), %o2"@}]
17674 (@value{GDBP})
17675 @end smallexample
17676
17677 Disassemble 3 instructions from the start of @code{main} in mixed mode:
17678
17679 @smallexample
17680 (@value{GDBP})
17681 -data-disassemble -f basics.c -l 32 -n 3 -- 1
17682 ^done,asm_insns=[
17683 src_and_asm_line=@{line="31",
17684 file="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb/ \
17685   testsuite/gdb.mi/basics.c",line_asm_insn=[
17686 @{address="0x000107bc",func-name="main",offset="0",
17687 inst="save  %sp, -112, %sp"@}]@},
17688 src_and_asm_line=@{line="32",
17689 file="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb/ \
17690   testsuite/gdb.mi/basics.c",line_asm_insn=[
17691 @{address="0x000107c0",func-name="main",offset="4",
17692 inst="mov  2, %o0"@},
17693 @{address="0x000107c4",func-name="main",offset="8",
17694 inst="sethi  %hi(0x11800), %o2"@}]@}]
17695 (@value{GDBP})
17696 @end smallexample
17697
17698
17699 @subheading The @code{-data-evaluate-expression} Command
17700 @findex -data-evaluate-expression
17701
17702 @subsubheading Synopsis
17703
17704 @smallexample
17705  -data-evaluate-expression @var{expr}
17706 @end smallexample
17707
17708 Evaluate @var{expr} as an expression.  The expression could contain an
17709 inferior function call.  The function call will execute synchronously.
17710 If the expression contains spaces, it must be enclosed in double quotes.
17711
17712 @subsubheading @value{GDBN} Command
17713
17714 The corresponding @value{GDBN} commands are @samp{print}, @samp{output}, and
17715 @samp{call}.  In @code{gdbtk} only, there's a corresponding
17716 @samp{gdb_eval} command.
17717
17718 @subsubheading Example
17719
17720 In the following example, the numbers that precede the commands are the
17721 @dfn{tokens} described in @ref{GDB/MI Command Syntax, ,@sc{gdb/mi}
17722 Command Syntax}.  Notice how @sc{gdb/mi} returns the same tokens in its
17723 output.
17724
17725 @smallexample
17726 211-data-evaluate-expression A
17727 211^done,value="1"
17728 (@value{GDBP})
17729 311-data-evaluate-expression &A
17730 311^done,value="0xefffeb7c"
17731 (@value{GDBP})
17732 411-data-evaluate-expression A+3
17733 411^done,value="4"
17734 (@value{GDBP})
17735 511-data-evaluate-expression "A + 3"
17736 511^done,value="4"
17737 (@value{GDBP})
17738 @end smallexample
17739
17740
17741 @subheading The @code{-data-list-changed-registers} Command
17742 @findex -data-list-changed-registers
17743
17744 @subsubheading Synopsis
17745
17746 @smallexample
17747  -data-list-changed-registers
17748 @end smallexample
17749
17750 Display a list of the registers that have changed.
17751
17752 @subsubheading @value{GDBN} Command
17753
17754 @value{GDBN} doesn't have a direct analog for this command; @code{gdbtk}
17755 has the corresponding command @samp{gdb_changed_register_list}.
17756
17757 @subsubheading Example
17758
17759 On a PPC MBX board:
17760
17761 @smallexample
17762 (@value{GDBP})
17763 -exec-continue
17764 ^running
17765
17766 (@value{GDBP})
17767 *stopped,reason="breakpoint-hit",bkptno="1",frame=@{func="main",
17768 args=[],file="try.c",fullname="/home/foo/bar/devo/myproject/try.c",line="5"@}
17769 (@value{GDBP})
17770 -data-list-changed-registers
17771 ^done,changed-registers=["0","1","2","4","5","6","7","8","9",
17772 "10","11","13","14","15","16","17","18","19","20","21","22","23",
17773 "24","25","26","27","28","30","31","64","65","66","67","69"]
17774 (@value{GDBP})
17775 @end smallexample
17776
17777
17778 @subheading The @code{-data-list-register-names} Command
17779 @findex -data-list-register-names
17780
17781 @subsubheading Synopsis
17782
17783 @smallexample
17784  -data-list-register-names [ ( @var{regno} )+ ]
17785 @end smallexample
17786
17787 Show a list of register names for the current target.  If no arguments
17788 are given, it shows a list of the names of all the registers.  If
17789 integer numbers are given as arguments, it will print a list of the
17790 names of the registers corresponding to the arguments.  To ensure
17791 consistency between a register name and its number, the output list may
17792 include empty register names.
17793
17794 @subsubheading @value{GDBN} Command
17795
17796 @value{GDBN} does not have a command which corresponds to
17797 @samp{-data-list-register-names}.  In @code{gdbtk} there is a
17798 corresponding command @samp{gdb_regnames}.
17799
17800 @subsubheading Example
17801
17802 For the PPC MBX board:
17803 @smallexample
17804 (@value{GDBP})
17805 -data-list-register-names
17806 ^done,register-names=["r0","r1","r2","r3","r4","r5","r6","r7",
17807 "r8","r9","r10","r11","r12","r13","r14","r15","r16","r17","r18",
17808 "r19","r20","r21","r22","r23","r24","r25","r26","r27","r28","r29",
17809 "r30","r31","f0","f1","f2","f3","f4","f5","f6","f7","f8","f9",
17810 "f10","f11","f12","f13","f14","f15","f16","f17","f18","f19","f20",
17811 "f21","f22","f23","f24","f25","f26","f27","f28","f29","f30","f31",
17812 "", "pc","ps","cr","lr","ctr","xer"]
17813 (@value{GDBP})
17814 -data-list-register-names 1 2 3
17815 ^done,register-names=["r1","r2","r3"]
17816 (@value{GDBP})
17817 @end smallexample
17818
17819 @subheading The @code{-data-list-register-values} Command
17820 @findex -data-list-register-values
17821
17822 @subsubheading Synopsis
17823
17824 @smallexample
17825  -data-list-register-values @var{fmt} [ ( @var{regno} )*]
17826 @end smallexample
17827
17828 Display the registers' contents.  @var{fmt} is the format according to
17829 which the registers' contents are to be returned, followed by an optional
17830 list of numbers specifying the registers to display.  A missing list of
17831 numbers indicates that the contents of all the registers must be returned.
17832
17833 Allowed formats for @var{fmt} are:
17834
17835 @table @code
17836 @item x
17837 Hexadecimal
17838 @item o
17839 Octal
17840 @item t
17841 Binary
17842 @item d
17843 Decimal
17844 @item r
17845 Raw
17846 @item N
17847 Natural
17848 @end table
17849
17850 @subsubheading @value{GDBN} Command
17851
17852 The corresponding @value{GDBN} commands are @samp{info reg}, @samp{info
17853 all-reg}, and (in @code{gdbtk}) @samp{gdb_fetch_registers}.
17854
17855 @subsubheading Example
17856
17857 For a PPC MBX board (note: line breaks are for readability only, they
17858 don't appear in the actual output):
17859
17860 @smallexample
17861 (@value{GDBP})
17862 -data-list-register-values r 64 65
17863 ^done,register-values=[@{number="64",value="0xfe00a300"@},
17864 @{number="65",value="0x00029002"@}]
17865 (@value{GDBP})
17866 -data-list-register-values x
17867 ^done,register-values=[@{number="0",value="0xfe0043c8"@},
17868 @{number="1",value="0x3fff88"@},@{number="2",value="0xfffffffe"@},
17869 @{number="3",value="0x0"@},@{number="4",value="0xa"@},
17870 @{number="5",value="0x3fff68"@},@{number="6",value="0x3fff58"@},
17871 @{number="7",value="0xfe011e98"@},@{number="8",value="0x2"@},
17872 @{number="9",value="0xfa202820"@},@{number="10",value="0xfa202808"@},
17873 @{number="11",value="0x1"@},@{number="12",value="0x0"@},
17874 @{number="13",value="0x4544"@},@{number="14",value="0xffdfffff"@},
17875 @{number="15",value="0xffffffff"@},@{number="16",value="0xfffffeff"@},
17876 @{number="17",value="0xefffffed"@},@{number="18",value="0xfffffffe"@},
17877 @{number="19",value="0xffffffff"@},@{number="20",value="0xffffffff"@},
17878 @{number="21",value="0xffffffff"@},@{number="22",value="0xfffffff7"@},
17879 @{number="23",value="0xffffffff"@},@{number="24",value="0xffffffff"@},
17880 @{number="25",value="0xffffffff"@},@{number="26",value="0xfffffffb"@},
17881 @{number="27",value="0xffffffff"@},@{number="28",value="0xf7bfffff"@},
17882 @{number="29",value="0x0"@},@{number="30",value="0xfe010000"@},
17883 @{number="31",value="0x0"@},@{number="32",value="0x0"@},
17884 @{number="33",value="0x0"@},@{number="34",value="0x0"@},
17885 @{number="35",value="0x0"@},@{number="36",value="0x0"@},
17886 @{number="37",value="0x0"@},@{number="38",value="0x0"@},
17887 @{number="39",value="0x0"@},@{number="40",value="0x0"@},
17888 @{number="41",value="0x0"@},@{number="42",value="0x0"@},
17889 @{number="43",value="0x0"@},@{number="44",value="0x0"@},
17890 @{number="45",value="0x0"@},@{number="46",value="0x0"@},
17891 @{number="47",value="0x0"@},@{number="48",value="0x0"@},
17892 @{number="49",value="0x0"@},@{number="50",value="0x0"@},
17893 @{number="51",value="0x0"@},@{number="52",value="0x0"@},
17894 @{number="53",value="0x0"@},@{number="54",value="0x0"@},
17895 @{number="55",value="0x0"@},@{number="56",value="0x0"@},
17896 @{number="57",value="0x0"@},@{number="58",value="0x0"@},
17897 @{number="59",value="0x0"@},@{number="60",value="0x0"@},
17898 @{number="61",value="0x0"@},@{number="62",value="0x0"@},
17899 @{number="63",value="0x0"@},@{number="64",value="0xfe00a300"@},
17900 @{number="65",value="0x29002"@},@{number="66",value="0x202f04b5"@},
17901 @{number="67",value="0xfe0043b0"@},@{number="68",value="0xfe00b3e4"@},
17902 @{number="69",value="0x20002b03"@}]
17903 (@value{GDBP})
17904 @end smallexample
17905
17906
17907 @subheading The @code{-data-read-memory} Command
17908 @findex -data-read-memory
17909
17910 @subsubheading Synopsis
17911
17912 @smallexample
17913  -data-read-memory [ -o @var{byte-offset} ]
17914    @var{address} @var{word-format} @var{word-size}
17915    @var{nr-rows} @var{nr-cols} [ @var{aschar} ]
17916 @end smallexample
17917
17918 @noindent
17919 where:
17920
17921 @table @samp
17922 @item @var{address}
17923 An expression specifying the address of the first memory word to be
17924 read.  Complex expressions containing embedded white space should be
17925 quoted using the C convention.
17926
17927 @item @var{word-format}
17928 The format to be used to print the memory words.  The notation is the
17929 same as for @value{GDBN}'s @code{print} command (@pxref{Output Formats,
17930 ,Output formats}).
17931
17932 @item @var{word-size}
17933 The size of each memory word in bytes.
17934
17935 @item @var{nr-rows}
17936 The number of rows in the output table.
17937
17938 @item @var{nr-cols}
17939 The number of columns in the output table.
17940
17941 @item @var{aschar}
17942 If present, indicates that each row should include an @sc{ascii} dump.  The
17943 value of @var{aschar} is used as a padding character when a byte is not a
17944 member of the printable @sc{ascii} character set (printable @sc{ascii}
17945 characters are those whose code is between 32 and 126, inclusively).
17946
17947 @item @var{byte-offset}
17948 An offset to add to the @var{address} before fetching memory.
17949 @end table
17950
17951 This command displays memory contents as a table of @var{nr-rows} by
17952 @var{nr-cols} words, each word being @var{word-size} bytes.  In total,
17953 @code{@var{nr-rows} * @var{nr-cols} * @var{word-size}} bytes are read
17954 (returned as @samp{total-bytes}).  Should less than the requested number
17955 of bytes be returned by the target, the missing words are identified
17956 using @samp{N/A}.  The number of bytes read from the target is returned
17957 in @samp{nr-bytes} and the starting address used to read memory in
17958 @samp{addr}.
17959
17960 The address of the next/previous row or page is available in
17961 @samp{next-row} and @samp{prev-row}, @samp{next-page} and
17962 @samp{prev-page}.
17963
17964 @subsubheading @value{GDBN} Command
17965
17966 The corresponding @value{GDBN} command is @samp{x}.  @code{gdbtk} has
17967 @samp{gdb_get_mem} memory read command.
17968
17969 @subsubheading Example
17970
17971 Read six bytes of memory starting at @code{bytes+6} but then offset by
17972 @code{-6} bytes.  Format as three rows of two columns.  One byte per
17973 word.  Display each word in hex.
17974
17975 @smallexample
17976 (@value{GDBP})
17977 9-data-read-memory -o -6 -- bytes+6 x 1 3 2
17978 9^done,addr="0x00001390",nr-bytes="6",total-bytes="6",
17979 next-row="0x00001396",prev-row="0x0000138e",next-page="0x00001396",
17980 prev-page="0x0000138a",memory=[
17981 @{addr="0x00001390",data=["0x00","0x01"]@},
17982 @{addr="0x00001392",data=["0x02","0x03"]@},
17983 @{addr="0x00001394",data=["0x04","0x05"]@}]
17984 (@value{GDBP})
17985 @end smallexample
17986
17987 Read two bytes of memory starting at address @code{shorts + 64} and
17988 display as a single word formatted in decimal.
17989
17990 @smallexample
17991 (@value{GDBP})
17992 5-data-read-memory shorts+64 d 2 1 1
17993 5^done,addr="0x00001510",nr-bytes="2",total-bytes="2",
17994 next-row="0x00001512",prev-row="0x0000150e",
17995 next-page="0x00001512",prev-page="0x0000150e",memory=[
17996 @{addr="0x00001510",data=["128"]@}]
17997 (@value{GDBP})
17998 @end smallexample
17999
18000 Read thirty two bytes of memory starting at @code{bytes+16} and format
18001 as eight rows of four columns.  Include a string encoding with @samp{x}
18002 used as the non-printable character.
18003
18004 @smallexample
18005 (@value{GDBP})
18006 4-data-read-memory bytes+16 x 1 8 4 x
18007 4^done,addr="0x000013a0",nr-bytes="32",total-bytes="32",
18008 next-row="0x000013c0",prev-row="0x0000139c",
18009 next-page="0x000013c0",prev-page="0x00001380",memory=[
18010 @{addr="0x000013a0",data=["0x10","0x11","0x12","0x13"],ascii="xxxx"@},
18011 @{addr="0x000013a4",data=["0x14","0x15","0x16","0x17"],ascii="xxxx"@},
18012 @{addr="0x000013a8",data=["0x18","0x19","0x1a","0x1b"],ascii="xxxx"@},
18013 @{addr="0x000013ac",data=["0x1c","0x1d","0x1e","0x1f"],ascii="xxxx"@},
18014 @{addr="0x000013b0",data=["0x20","0x21","0x22","0x23"],ascii=" !\"#"@},
18015 @{addr="0x000013b4",data=["0x24","0x25","0x26","0x27"],ascii="$%&'"@},
18016 @{addr="0x000013b8",data=["0x28","0x29","0x2a","0x2b"],ascii="()*+"@},
18017 @{addr="0x000013bc",data=["0x2c","0x2d","0x2e","0x2f"],ascii=",-./"@}]
18018 (@value{GDBP})
18019 @end smallexample
18020
18021 @subheading The @code{-display-delete} Command
18022 @findex -display-delete
18023
18024 @subsubheading Synopsis
18025
18026 @smallexample
18027  -display-delete @var{number}
18028 @end smallexample
18029
18030 Delete the display @var{number}.
18031
18032 @subsubheading @value{GDBN} Command
18033
18034 The corresponding @value{GDBN} command is @samp{delete display}.
18035
18036 @subsubheading Example
18037 N.A.
18038
18039
18040 @subheading The @code{-display-disable} Command
18041 @findex -display-disable
18042
18043 @subsubheading Synopsis
18044
18045 @smallexample
18046  -display-disable @var{number}
18047 @end smallexample
18048
18049 Disable display @var{number}.
18050
18051 @subsubheading @value{GDBN} Command
18052
18053 The corresponding @value{GDBN} command is @samp{disable display}.
18054
18055 @subsubheading Example
18056 N.A.
18057
18058
18059 @subheading The @code{-display-enable} Command
18060 @findex -display-enable
18061
18062 @subsubheading Synopsis
18063
18064 @smallexample
18065  -display-enable @var{number}
18066 @end smallexample
18067
18068 Enable display @var{number}.
18069
18070 @subsubheading @value{GDBN} Command
18071
18072 The corresponding @value{GDBN} command is @samp{enable display}.
18073
18074 @subsubheading Example
18075 N.A.
18076
18077
18078 @subheading The @code{-display-insert} Command
18079 @findex -display-insert
18080
18081 @subsubheading Synopsis
18082
18083 @smallexample
18084  -display-insert @var{expression}
18085 @end smallexample
18086
18087 Display @var{expression} every time the program stops.
18088
18089 @subsubheading @value{GDBN} Command
18090
18091 The corresponding @value{GDBN} command is @samp{display}.
18092
18093 @subsubheading Example
18094 N.A.
18095
18096
18097 @subheading The @code{-display-list} Command
18098 @findex -display-list
18099
18100 @subsubheading Synopsis
18101
18102 @smallexample
18103  -display-list
18104 @end smallexample
18105
18106 List the displays.  Do not show the current values.
18107
18108 @subsubheading @value{GDBN} Command
18109
18110 The corresponding @value{GDBN} command is @samp{info display}.
18111
18112 @subsubheading Example
18113 N.A.
18114
18115
18116 @subheading The @code{-environment-cd} Command
18117 @findex -environment-cd
18118
18119 @subsubheading Synopsis
18120
18121 @smallexample
18122  -environment-cd @var{pathdir}
18123 @end smallexample
18124
18125 Set @value{GDBN}'s working directory.
18126
18127 @subsubheading @value{GDBN} Command
18128
18129 The corresponding @value{GDBN} command is @samp{cd}.
18130
18131 @subsubheading Example
18132
18133 @smallexample
18134 (@value{GDBP})
18135 -environment-cd /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
18136 ^done
18137 (@value{GDBP})
18138 @end smallexample
18139
18140
18141 @subheading The @code{-environment-directory} Command
18142 @findex -environment-directory
18143
18144 @subsubheading Synopsis
18145
18146 @smallexample
18147  -environment-directory [ -r ] [ @var{pathdir} ]+
18148 @end smallexample
18149
18150 Add directories @var{pathdir} to beginning of search path for source files.
18151 If the @samp{-r} option is used, the search path is reset to the default
18152 search path.  If directories @var{pathdir} are supplied in addition to the
18153 @samp{-r} option, the search path is first reset and then addition
18154 occurs as normal.
18155 Multiple directories may be specified, separated by blanks.  Specifying
18156 multiple directories in a single command
18157 results in the directories added to the beginning of the
18158 search path in the same order they were presented in the command.
18159 If blanks are needed as
18160 part of a directory name, double-quotes should be used around
18161 the name.  In the command output, the path will show up separated
18162 by the system directory-separator character.  The directory-seperator
18163 character must not be used
18164 in any directory name.
18165 If no directories are specified, the current search path is displayed.
18166
18167 @subsubheading @value{GDBN} Command
18168
18169 The corresponding @value{GDBN} command is @samp{dir}.
18170
18171 @subsubheading Example
18172
18173 @smallexample
18174 (@value{GDBP})
18175 -environment-directory /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
18176 ^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
18177 (@value{GDBP})
18178 -environment-directory ""
18179 ^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
18180 (@value{GDBP})
18181 -environment-directory -r /home/jjohnstn/src/gdb /usr/src
18182 ^done,source-path="/home/jjohnstn/src/gdb:/usr/src:$cdir:$cwd"
18183 (@value{GDBP})
18184 -environment-directory -r
18185 ^done,source-path="$cdir:$cwd"
18186 (@value{GDBP})
18187 @end smallexample
18188
18189
18190 @subheading The @code{-environment-path} Command
18191 @findex -environment-path
18192
18193 @subsubheading Synopsis
18194
18195 @smallexample
18196  -environment-path [ -r ] [ @var{pathdir} ]+
18197 @end smallexample
18198
18199 Add directories @var{pathdir} to beginning of search path for object files.
18200 If the @samp{-r} option is used, the search path is reset to the original
18201 search path that existed at gdb start-up.  If directories @var{pathdir} are
18202 supplied in addition to the
18203 @samp{-r} option, the search path is first reset and then addition
18204 occurs as normal.
18205 Multiple directories may be specified, separated by blanks.  Specifying
18206 multiple directories in a single command
18207 results in the directories added to the beginning of the
18208 search path in the same order they were presented in the command.
18209 If blanks are needed as
18210 part of a directory name, double-quotes should be used around
18211 the name.  In the command output, the path will show up separated
18212 by the system directory-separator character.  The directory-seperator
18213 character must not be used
18214 in any directory name.
18215 If no directories are specified, the current path is displayed.
18216
18217
18218 @subsubheading @value{GDBN} Command
18219
18220 The corresponding @value{GDBN} command is @samp{path}.
18221
18222 @subsubheading Example
18223
18224 @smallexample
18225 (@value{GDBP})
18226 -environment-path
18227 ^done,path="/usr/bin"
18228 (@value{GDBP})
18229 -environment-path /kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb /bin
18230 ^done,path="/kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb:/bin:/usr/bin"
18231 (@value{GDBP})
18232 -environment-path -r /usr/local/bin
18233 ^done,path="/usr/local/bin:/usr/bin"
18234 (@value{GDBP})
18235 @end smallexample
18236
18237
18238 @subheading The @code{-environment-pwd} Command
18239 @findex -environment-pwd
18240
18241 @subsubheading Synopsis
18242
18243 @smallexample
18244  -environment-pwd
18245 @end smallexample
18246
18247 Show the current working directory.
18248
18249 @subsubheading @value{GDBN} command
18250
18251 The corresponding @value{GDBN} command is @samp{pwd}.
18252
18253 @subsubheading Example
18254
18255 @smallexample
18256 (@value{GDBP})
18257 -environment-pwd
18258 ^done,cwd="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb"
18259 (@value{GDBP})
18260 @end smallexample
18261
18262 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
18263 @node GDB/MI Program Control
18264 @section @sc{gdb/mi} Program control
18265
18266 @subsubheading Program termination
18267
18268 As a result of execution, the inferior program can run to completion, if
18269 it doesn't encounter any breakpoints.  In this case the output will
18270 include an exit code, if the program has exited exceptionally.
18271
18272 @subsubheading Examples
18273
18274 @noindent
18275 Program exited normally:
18276
18277 @smallexample
18278 (@value{GDBP})
18279 -exec-run
18280 ^running
18281 (@value{GDBP})
18282 x = 55
18283 *stopped,reason="exited-normally"
18284 (@value{GDBP})
18285 @end smallexample
18286
18287 @noindent
18288 Program exited exceptionally:
18289
18290 @smallexample
18291 (@value{GDBP})
18292 -exec-run
18293 ^running
18294 (@value{GDBP})
18295 x = 55
18296 *stopped,reason="exited",exit-code="01"
18297 (@value{GDBP})
18298 @end smallexample
18299
18300 Another way the program can terminate is if it receives a signal such as
18301 @code{SIGINT}.  In this case, @sc{gdb/mi} displays this:
18302
18303 @smallexample
18304 (@value{GDBP})
18305 *stopped,reason="exited-signalled",signal-name="SIGINT",
18306 signal-meaning="Interrupt"
18307 @end smallexample
18308
18309
18310 @subheading The @code{-exec-abort} Command
18311 @findex -exec-abort
18312
18313 @subsubheading Synopsis
18314
18315 @smallexample
18316  -exec-abort
18317 @end smallexample
18318
18319 Kill the inferior running program.
18320
18321 @subsubheading @value{GDBN} Command
18322
18323 The corresponding @value{GDBN} command is @samp{kill}.
18324
18325 @subsubheading Example
18326 N.A.
18327
18328
18329 @subheading The @code{-exec-arguments} Command
18330 @findex -exec-arguments
18331
18332 @subsubheading Synopsis
18333
18334 @smallexample
18335  -exec-arguments @var{args}
18336 @end smallexample
18337
18338 Set the inferior program arguments, to be used in the next
18339 @samp{-exec-run}.
18340
18341 @subsubheading @value{GDBN} Command
18342
18343 The corresponding @value{GDBN} command is @samp{set args}.
18344
18345 @subsubheading Example
18346
18347 @c FIXME!
18348 Don't have one around.
18349
18350
18351 @subheading The @code{-exec-continue} Command
18352 @findex -exec-continue
18353
18354 @subsubheading Synopsis
18355
18356 @smallexample
18357  -exec-continue
18358 @end smallexample
18359
18360 Asynchronous command.  Resumes the execution of the inferior program
18361 until a breakpoint is encountered, or until the inferior exits.
18362
18363 @subsubheading @value{GDBN} Command
18364
18365 The corresponding @value{GDBN} corresponding is @samp{continue}.
18366
18367 @subsubheading Example
18368
18369 @smallexample
18370 -exec-continue
18371 ^running
18372 (@value{GDBP})
18373 @@Hello world
18374 *stopped,reason="breakpoint-hit",bkptno="2",frame=@{func="foo",args=[],
18375 file="hello.c",fullname="/home/foo/bar/devo/myproject/hello.c",line="13"@}
18376 (@value{GDBP})
18377 @end smallexample
18378
18379
18380 @subheading The @code{-exec-finish} Command
18381 @findex -exec-finish
18382
18383 @subsubheading Synopsis
18384
18385 @smallexample
18386  -exec-finish
18387 @end smallexample
18388
18389 Asynchronous command.  Resumes the execution of the inferior program
18390 until the current function is exited.  Displays the results returned by
18391 the function.
18392
18393 @subsubheading @value{GDBN} Command
18394
18395 The corresponding @value{GDBN} command is @samp{finish}.
18396
18397 @subsubheading Example
18398
18399 Function returning @code{void}.
18400
18401 @smallexample
18402 -exec-finish
18403 ^running
18404 (@value{GDBP})
18405 @@hello from foo
18406 *stopped,reason="function-finished",frame=@{func="main",args=[],
18407 file="hello.c",fullname="/home/foo/bar/devo/myproject/hello.c",line="7"@}
18408 (@value{GDBP})
18409 @end smallexample
18410
18411 Function returning other than @code{void}.  The name of the internal
18412 @value{GDBN} variable storing the result is printed, together with the
18413 value itself.
18414
18415 @smallexample
18416 -exec-finish
18417 ^running
18418 (@value{GDBP})
18419 *stopped,reason="function-finished",frame=@{addr="0x000107b0",func="foo",
18420 args=[@{name="a",value="1"],@{name="b",value="9"@}@},
18421 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
18422 gdb-result-var="$1",return-value="0"
18423 (@value{GDBP})
18424 @end smallexample
18425
18426
18427 @subheading The @code{-exec-interrupt} Command
18428 @findex -exec-interrupt
18429
18430 @subsubheading Synopsis
18431
18432 @smallexample
18433  -exec-interrupt
18434 @end smallexample
18435
18436 Asynchronous command.  Interrupts the background execution of the target.
18437 Note how the token associated with the stop message is the one for the
18438 execution command that has been interrupted.  The token for the interrupt
18439 itself only appears in the @samp{^done} output.  If the user is trying to
18440 interrupt a non-running program, an error message will be printed.
18441
18442 @subsubheading @value{GDBN} Command
18443
18444 The corresponding @value{GDBN} command is @samp{interrupt}.
18445
18446 @subsubheading Example
18447
18448 @smallexample
18449 (@value{GDBP})
18450 111-exec-continue
18451 111^running
18452
18453 (@value{GDBP})
18454 222-exec-interrupt
18455 222^done
18456 (@value{GDBP})
18457 111*stopped,signal-name="SIGINT",signal-meaning="Interrupt",
18458 frame=@{addr="0x00010140",func="foo",args=[],file="try.c",
18459 fullname="/home/foo/bar/devo/myproject/try.c",line="13"@}
18460 (@value{GDBP})
18461
18462 (@value{GDBP})
18463 -exec-interrupt
18464 ^error,msg="mi_cmd_exec_interrupt: Inferior not executing."
18465 (@value{GDBP})
18466 @end smallexample
18467
18468
18469 @subheading The @code{-exec-next} Command
18470 @findex -exec-next
18471
18472 @subsubheading Synopsis
18473
18474 @smallexample
18475  -exec-next
18476 @end smallexample
18477
18478 Asynchronous command.  Resumes execution of the inferior program, stopping
18479 when the beginning of the next source line is reached.
18480
18481 @subsubheading @value{GDBN} Command
18482
18483 The corresponding @value{GDBN} command is @samp{next}.
18484
18485 @subsubheading Example
18486
18487 @smallexample
18488 -exec-next
18489 ^running
18490 (@value{GDBP})
18491 *stopped,reason="end-stepping-range",line="8",file="hello.c"
18492 (@value{GDBP})
18493 @end smallexample
18494
18495
18496 @subheading The @code{-exec-next-instruction} Command
18497 @findex -exec-next-instruction
18498
18499 @subsubheading Synopsis
18500
18501 @smallexample
18502  -exec-next-instruction
18503 @end smallexample
18504
18505 Asynchronous command.  Executes one machine instruction.  If the
18506 instruction is a function call continues until the function returns.  If
18507 the program stops at an instruction in the middle of a source line, the
18508 address will be printed as well.
18509
18510 @subsubheading @value{GDBN} Command
18511
18512 The corresponding @value{GDBN} command is @samp{nexti}.
18513
18514 @subsubheading Example
18515
18516 @smallexample
18517 (@value{GDBP})
18518 -exec-next-instruction
18519 ^running
18520
18521 (@value{GDBP})
18522 *stopped,reason="end-stepping-range",
18523 addr="0x000100d4",line="5",file="hello.c"
18524 (@value{GDBP})
18525 @end smallexample
18526
18527
18528 @subheading The @code{-exec-return} Command
18529 @findex -exec-return
18530
18531 @subsubheading Synopsis
18532
18533 @smallexample
18534  -exec-return
18535 @end smallexample
18536
18537 Makes current function return immediately.  Doesn't execute the inferior.
18538 Displays the new current frame.
18539
18540 @subsubheading @value{GDBN} Command
18541
18542 The corresponding @value{GDBN} command is @samp{return}.
18543
18544 @subsubheading Example
18545
18546 @smallexample
18547 (@value{GDBP})
18548 200-break-insert callee4
18549 200^done,bkpt=@{number="1",addr="0x00010734",
18550 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
18551 (@value{GDBP})
18552 000-exec-run
18553 000^running
18554 (@value{GDBP})
18555 000*stopped,reason="breakpoint-hit",bkptno="1",
18556 frame=@{func="callee4",args=[],
18557 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
18558 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
18559 (@value{GDBP})
18560 205-break-delete
18561 205^done
18562 (@value{GDBP})
18563 111-exec-return
18564 111^done,frame=@{level="0",func="callee3",
18565 args=[@{name="strarg",
18566 value="0x11940 \"A string argument.\""@}],
18567 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
18568 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
18569 (@value{GDBP})
18570 @end smallexample
18571
18572
18573 @subheading The @code{-exec-run} Command
18574 @findex -exec-run
18575
18576 @subsubheading Synopsis
18577
18578 @smallexample
18579  -exec-run
18580 @end smallexample
18581
18582 Asynchronous command.  Starts execution of the inferior from the
18583 beginning.  The inferior executes until either a breakpoint is
18584 encountered or the program exits.
18585
18586 @subsubheading @value{GDBN} Command
18587
18588 The corresponding @value{GDBN} command is @samp{run}.
18589
18590 @subsubheading Example
18591
18592 @smallexample
18593 (@value{GDBP})
18594 -break-insert main
18595 ^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
18596 (@value{GDBP})
18597 -exec-run
18598 ^running
18599 (@value{GDBP})
18600 *stopped,reason="breakpoint-hit",bkptno="1",
18601 frame=@{func="main",args=[],file="recursive2.c",
18602 fullname="/home/foo/bar/devo/myproject/recursive2.c",line="4"@}
18603 (@value{GDBP})
18604 @end smallexample
18605
18606
18607 @subheading The @code{-exec-show-arguments} Command
18608 @findex -exec-show-arguments
18609
18610 @subsubheading Synopsis
18611
18612 @smallexample
18613  -exec-show-arguments
18614 @end smallexample
18615
18616 Print the arguments of the program.
18617
18618 @subsubheading @value{GDBN} Command
18619
18620 The corresponding @value{GDBN} command is @samp{show args}.
18621
18622 @subsubheading Example
18623 N.A.
18624
18625 @c @subheading -exec-signal
18626
18627 @subheading The @code{-exec-step} Command
18628 @findex -exec-step
18629
18630 @subsubheading Synopsis
18631
18632 @smallexample
18633  -exec-step
18634 @end smallexample
18635
18636 Asynchronous command.  Resumes execution of the inferior program, stopping
18637 when the beginning of the next source line is reached, if the next
18638 source line is not a function call.  If it is, stop at the first
18639 instruction of the called function.
18640
18641 @subsubheading @value{GDBN} Command
18642
18643 The corresponding @value{GDBN} command is @samp{step}.
18644
18645 @subsubheading Example
18646
18647 Stepping into a function:
18648
18649 @smallexample
18650 -exec-step
18651 ^running
18652 (@value{GDBP})
18653 *stopped,reason="end-stepping-range",
18654 frame=@{func="foo",args=[@{name="a",value="10"@},
18655 @{name="b",value="0"@}],file="recursive2.c",
18656 fullname="/home/foo/bar/devo/myproject/recursive2.c",line="11"@}
18657 (@value{GDBP})
18658 @end smallexample
18659
18660 Regular stepping:
18661
18662 @smallexample
18663 -exec-step
18664 ^running
18665 (@value{GDBP})
18666 *stopped,reason="end-stepping-range",line="14",file="recursive2.c"
18667 (@value{GDBP})
18668 @end smallexample
18669
18670
18671 @subheading The @code{-exec-step-instruction} Command
18672 @findex -exec-step-instruction
18673
18674 @subsubheading Synopsis
18675
18676 @smallexample
18677  -exec-step-instruction
18678 @end smallexample
18679
18680 Asynchronous command.  Resumes the inferior which executes one machine
18681 instruction.  The output, once @value{GDBN} has stopped, will vary depending on
18682 whether we have stopped in the middle of a source line or not.  In the
18683 former case, the address at which the program stopped will be printed as
18684 well.
18685
18686 @subsubheading @value{GDBN} Command
18687
18688 The corresponding @value{GDBN} command is @samp{stepi}.
18689
18690 @subsubheading Example
18691
18692 @smallexample
18693 (@value{GDBP})
18694 -exec-step-instruction
18695 ^running
18696
18697 (@value{GDBP})
18698 *stopped,reason="end-stepping-range",
18699 frame=@{func="foo",args=[],file="try.c",
18700 fullname="/home/foo/bar/devo/myproject/try.c",line="10"@}
18701 (@value{GDBP})
18702 -exec-step-instruction
18703 ^running
18704
18705 (@value{GDBP})
18706 *stopped,reason="end-stepping-range",
18707 frame=@{addr="0x000100f4",func="foo",args=[],file="try.c",
18708 fullname="/home/foo/bar/devo/myproject/try.c",line="10"@}
18709 (@value{GDBP})
18710 @end smallexample
18711
18712
18713 @subheading The @code{-exec-until} Command
18714 @findex -exec-until
18715
18716 @subsubheading Synopsis
18717
18718 @smallexample
18719  -exec-until [ @var{location} ]
18720 @end smallexample
18721
18722 Asynchronous command.  Executes the inferior until the @var{location}
18723 specified in the argument is reached.  If there is no argument, the inferior
18724 executes until a source line greater than the current one is reached.
18725 The reason for stopping in this case will be @samp{location-reached}.
18726
18727 @subsubheading @value{GDBN} Command
18728
18729 The corresponding @value{GDBN} command is @samp{until}.
18730
18731 @subsubheading Example
18732
18733 @smallexample
18734 (@value{GDBP})
18735 -exec-until recursive2.c:6
18736 ^running
18737 (@value{GDBP})
18738 x = 55
18739 *stopped,reason="location-reached",frame=@{func="main",args=[],
18740 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="6"@}
18741 (@value{GDBP})
18742 @end smallexample
18743
18744 @ignore
18745 @subheading -file-clear
18746 Is this going away????
18747 @end ignore
18748
18749
18750 @subheading The @code{-file-exec-and-symbols} Command
18751 @findex -file-exec-and-symbols
18752
18753 @subsubheading Synopsis
18754
18755 @smallexample
18756  -file-exec-and-symbols @var{file}
18757 @end smallexample
18758
18759 Specify the executable file to be debugged.  This file is the one from
18760 which the symbol table is also read.  If no file is specified, the
18761 command clears the executable and symbol information.  If breakpoints
18762 are set when using this command with no arguments, @value{GDBN} will produce
18763 error messages.  Otherwise, no output is produced, except a completion
18764 notification.
18765
18766 @subsubheading @value{GDBN} Command
18767
18768 The corresponding @value{GDBN} command is @samp{file}.
18769
18770 @subsubheading Example
18771
18772 @smallexample
18773 (@value{GDBP})
18774 -file-exec-and-symbols /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
18775 ^done
18776 (@value{GDBP})
18777 @end smallexample
18778
18779
18780 @subheading The @code{-file-exec-file} Command
18781 @findex -file-exec-file
18782
18783 @subsubheading Synopsis
18784
18785 @smallexample
18786  -file-exec-file @var{file}
18787 @end smallexample
18788
18789 Specify the executable file to be debugged.  Unlike
18790 @samp{-file-exec-and-symbols}, the symbol table is @emph{not} read
18791 from this file.  If used without argument, @value{GDBN} clears the information
18792 about the executable file.  No output is produced, except a completion
18793 notification.
18794
18795 @subsubheading @value{GDBN} Command
18796
18797 The corresponding @value{GDBN} command is @samp{exec-file}.
18798
18799 @subsubheading Example
18800
18801 @smallexample
18802 (@value{GDBP})
18803 -file-exec-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
18804 ^done
18805 (@value{GDBP})
18806 @end smallexample
18807
18808
18809 @subheading The @code{-file-list-exec-sections} Command
18810 @findex -file-list-exec-sections
18811
18812 @subsubheading Synopsis
18813
18814 @smallexample
18815  -file-list-exec-sections
18816 @end smallexample
18817
18818 List the sections of the current executable file.
18819
18820 @subsubheading @value{GDBN} Command
18821
18822 The @value{GDBN} command @samp{info file} shows, among the rest, the same
18823 information as this command.  @code{gdbtk} has a corresponding command
18824 @samp{gdb_load_info}.
18825
18826 @subsubheading Example
18827 N.A.
18828
18829
18830 @subheading The @code{-file-list-exec-source-file} Command
18831 @findex -file-list-exec-source-file
18832
18833 @subsubheading Synopsis
18834
18835 @smallexample
18836  -file-list-exec-source-file
18837 @end smallexample
18838
18839 List the line number, the current source file, and the absolute path
18840 to the current source file for the current executable.
18841
18842 @subsubheading @value{GDBN} Command
18843
18844 There's no @value{GDBN} command which directly corresponds to this one.
18845
18846 @subsubheading Example
18847
18848 @smallexample
18849 (@value{GDBP})
18850 123-file-list-exec-source-file
18851 123^done,line="1",file="foo.c",fullname="/home/bar/foo.c"
18852 (@value{GDBP})
18853 @end smallexample
18854
18855
18856 @subheading The @code{-file-list-exec-source-files} Command
18857 @findex -file-list-exec-source-files
18858
18859 @subsubheading Synopsis
18860
18861 @smallexample
18862  -file-list-exec-source-files
18863 @end smallexample
18864
18865 List the source files for the current executable.
18866
18867 It will always output the filename, but only when GDB can find the absolute
18868 file name of a source file, will it output the fullname.
18869
18870 @subsubheading @value{GDBN} Command
18871
18872 There's no @value{GDBN} command which directly corresponds to this one.
18873 @code{gdbtk} has an analogous command @samp{gdb_listfiles}.
18874
18875 @subsubheading Example
18876 @smallexample
18877 (@value{GDBP})
18878 -file-list-exec-source-files
18879 ^done,files=[
18880 @{file=foo.c,fullname=/home/foo.c@},
18881 @{file=/home/bar.c,fullname=/home/bar.c@},
18882 @{file=gdb_could_not_find_fullpath.c@}]
18883 (@value{GDBP})
18884 @end smallexample
18885
18886 @subheading The @code{-file-list-shared-libraries} Command
18887 @findex -file-list-shared-libraries
18888
18889 @subsubheading Synopsis
18890
18891 @smallexample
18892  -file-list-shared-libraries
18893 @end smallexample
18894
18895 List the shared libraries in the program.
18896
18897 @subsubheading @value{GDBN} Command
18898
18899 The corresponding @value{GDBN} command is @samp{info shared}.
18900
18901 @subsubheading Example
18902 N.A.
18903
18904
18905 @subheading The @code{-file-list-symbol-files} Command
18906 @findex -file-list-symbol-files
18907
18908 @subsubheading Synopsis
18909
18910 @smallexample
18911  -file-list-symbol-files
18912 @end smallexample
18913
18914 List symbol files.
18915
18916 @subsubheading @value{GDBN} Command
18917
18918 The corresponding @value{GDBN} command is @samp{info file} (part of it).
18919
18920 @subsubheading Example
18921 N.A.
18922
18923
18924 @subheading The @code{-file-symbol-file} Command
18925 @findex -file-symbol-file
18926
18927 @subsubheading Synopsis
18928
18929 @smallexample
18930  -file-symbol-file @var{file}
18931 @end smallexample
18932
18933 Read symbol table info from the specified @var{file} argument.  When
18934 used without arguments, clears @value{GDBN}'s symbol table info.  No output is
18935 produced, except for a completion notification.
18936
18937 @subsubheading @value{GDBN} Command
18938
18939 The corresponding @value{GDBN} command is @samp{symbol-file}.
18940
18941 @subsubheading Example
18942
18943 @smallexample
18944 (@value{GDBP})
18945 -file-symbol-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
18946 ^done
18947 (@value{GDBP})
18948 @end smallexample
18949
18950 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
18951 @node GDB/MI Miscellaneous Commands
18952 @section Miscellaneous @value{GDBN} commands in @sc{gdb/mi}
18953
18954 @c @subheading -gdb-complete
18955
18956 @subheading The @code{-gdb-exit} Command
18957 @findex -gdb-exit
18958
18959 @subsubheading Synopsis
18960
18961 @smallexample
18962  -gdb-exit
18963 @end smallexample
18964
18965 Exit @value{GDBN} immediately.
18966
18967 @subsubheading @value{GDBN} Command
18968
18969 Approximately corresponds to @samp{quit}.
18970
18971 @subsubheading Example
18972
18973 @smallexample
18974 (@value{GDBP})
18975 -gdb-exit
18976 @end smallexample
18977
18978 @subheading The @code{-gdb-set} Command
18979 @findex -gdb-set
18980
18981 @subsubheading Synopsis
18982
18983 @smallexample
18984  -gdb-set
18985 @end smallexample
18986
18987 Set an internal @value{GDBN} variable.
18988 @c IS THIS A DOLLAR VARIABLE? OR SOMETHING LIKE ANNOTATE ?????
18989
18990 @subsubheading @value{GDBN} Command
18991
18992 The corresponding @value{GDBN} command is @samp{set}.
18993
18994 @subsubheading Example
18995
18996 @smallexample
18997 (@value{GDBP})
18998 -gdb-set $foo=3
18999 ^done
19000 (@value{GDBP})
19001 @end smallexample
19002
19003
19004 @subheading The @code{-gdb-show} Command
19005 @findex -gdb-show
19006
19007 @subsubheading Synopsis
19008
19009 @smallexample
19010  -gdb-show
19011 @end smallexample
19012
19013 Show the current value of a @value{GDBN} variable.
19014
19015 @subsubheading @value{GDBN} command
19016
19017 The corresponding @value{GDBN} command is @samp{show}.
19018
19019 @subsubheading Example
19020
19021 @smallexample
19022 (@value{GDBP})
19023 -gdb-show annotate
19024 ^done,value="0"
19025 (@value{GDBP})
19026 @end smallexample
19027
19028 @c @subheading -gdb-source
19029
19030
19031 @subheading The @code{-gdb-version} Command
19032 @findex -gdb-version
19033
19034 @subsubheading Synopsis
19035
19036 @smallexample
19037  -gdb-version
19038 @end smallexample
19039
19040 Show version information for @value{GDBN}.  Used mostly in testing.
19041
19042 @subsubheading @value{GDBN} Command
19043
19044 There's no equivalent @value{GDBN} command.  @value{GDBN} by default shows this
19045 information when you start an interactive session.
19046
19047 @subsubheading Example
19048
19049 @c This example modifies the actual output from GDB to avoid overfull
19050 @c box in TeX.
19051 @smallexample
19052 (@value{GDBP})
19053 -gdb-version
19054 ~GNU gdb 5.2.1
19055 ~Copyright 2000 Free Software Foundation, Inc.
19056 ~GDB is free software, covered by the GNU General Public License, and
19057 ~you are welcome to change it and/or distribute copies of it under
19058 ~ certain conditions.
19059 ~Type "show copying" to see the conditions.
19060 ~There is absolutely no warranty for GDB.  Type "show warranty" for
19061 ~ details.
19062 ~This GDB was configured as
19063  "--host=sparc-sun-solaris2.5.1 --target=ppc-eabi".
19064 ^done
19065 (@value{GDBP})
19066 @end smallexample
19067
19068 @subheading The @code{-interpreter-exec} Command
19069 @findex -interpreter-exec
19070
19071 @subheading Synopsis
19072
19073 @smallexample
19074 -interpreter-exec @var{interpreter} @var{command}
19075 @end smallexample
19076
19077 Execute the specified @var{command} in the given @var{interpreter}.
19078
19079 @subheading @value{GDBN} Command
19080
19081 The corresponding @value{GDBN} command is @samp{interpreter-exec}.
19082
19083 @subheading Example
19084
19085 @smallexample
19086 (@value{GDBP})
19087 -interpreter-exec console "break main"
19088 &"During symbol reading, couldn't parse type; debugger out of date?.\n"
19089 &"During symbol reading, bad structure-type format.\n"
19090 ~"Breakpoint 1 at 0x8074fc6: file ../../src/gdb/main.c, line 743.\n"
19091 ^done
19092 (@value{GDBP})
19093 @end smallexample
19094
19095 @ignore
19096 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19097 @node GDB/MI Kod Commands
19098 @section @sc{gdb/mi} Kod Commands
19099
19100 The Kod commands are not implemented.
19101
19102 @c @subheading -kod-info
19103
19104 @c @subheading -kod-list
19105
19106 @c @subheading -kod-list-object-types
19107
19108 @c @subheading -kod-show
19109
19110 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19111 @node GDB/MI Memory Overlay Commands
19112 @section @sc{gdb/mi} Memory Overlay Commands
19113
19114 The memory overlay commands are not implemented.
19115
19116 @c @subheading -overlay-auto
19117
19118 @c @subheading -overlay-list-mapping-state
19119
19120 @c @subheading -overlay-list-overlays
19121
19122 @c @subheading -overlay-map
19123
19124 @c @subheading -overlay-off
19125
19126 @c @subheading -overlay-on
19127
19128 @c @subheading -overlay-unmap
19129
19130 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19131 @node GDB/MI Signal Handling Commands
19132 @section @sc{gdb/mi} Signal Handling Commands
19133
19134 Signal handling commands are not implemented.
19135
19136 @c @subheading -signal-handle
19137
19138 @c @subheading -signal-list-handle-actions
19139
19140 @c @subheading -signal-list-signal-types
19141 @end ignore
19142
19143
19144 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19145 @node GDB/MI Stack Manipulation
19146 @section @sc{gdb/mi} Stack Manipulation Commands
19147
19148
19149 @subheading The @code{-stack-info-frame} Command
19150 @findex -stack-info-frame
19151
19152 @subsubheading Synopsis
19153
19154 @smallexample
19155  -stack-info-frame
19156 @end smallexample
19157
19158 Get info on the current frame.
19159
19160 @subsubheading @value{GDBN} Command
19161
19162 The corresponding @value{GDBN} command is @samp{info frame} or @samp{frame}
19163 (without arguments).
19164
19165 @subsubheading Example
19166 N.A.
19167
19168 @subheading The @code{-stack-info-depth} Command
19169 @findex -stack-info-depth
19170
19171 @subsubheading Synopsis
19172
19173 @smallexample
19174  -stack-info-depth [ @var{max-depth} ]
19175 @end smallexample
19176
19177 Return the depth of the stack.  If the integer argument @var{max-depth}
19178 is specified, do not count beyond @var{max-depth} frames.
19179
19180 @subsubheading @value{GDBN} Command
19181
19182 There's no equivalent @value{GDBN} command.
19183
19184 @subsubheading Example
19185
19186 For a stack with frame levels 0 through 11:
19187
19188 @smallexample
19189 (@value{GDBP})
19190 -stack-info-depth
19191 ^done,depth="12"
19192 (@value{GDBP})
19193 -stack-info-depth 4
19194 ^done,depth="4"
19195 (@value{GDBP})
19196 -stack-info-depth 12
19197 ^done,depth="12"
19198 (@value{GDBP})
19199 -stack-info-depth 11
19200 ^done,depth="11"
19201 (@value{GDBP})
19202 -stack-info-depth 13
19203 ^done,depth="12"
19204 (@value{GDBP})
19205 @end smallexample
19206
19207 @subheading The @code{-stack-list-arguments} Command
19208 @findex -stack-list-arguments
19209
19210 @subsubheading Synopsis
19211
19212 @smallexample
19213  -stack-list-arguments @var{show-values}
19214     [ @var{low-frame} @var{high-frame} ]
19215 @end smallexample
19216
19217 Display a list of the arguments for the frames between @var{low-frame}
19218 and @var{high-frame} (inclusive).  If @var{low-frame} and
19219 @var{high-frame} are not provided, list the arguments for the whole call
19220 stack.
19221
19222 The @var{show-values} argument must have a value of 0 or 1.  A value of
19223 0 means that only the names of the arguments are listed, a value of 1
19224 means that both names and values of the arguments are printed.
19225
19226 @subsubheading @value{GDBN} Command
19227
19228 @value{GDBN} does not have an equivalent command.  @code{gdbtk} has a
19229 @samp{gdb_get_args} command which partially overlaps with the
19230 functionality of @samp{-stack-list-arguments}.
19231
19232 @subsubheading Example
19233
19234 @smallexample
19235 (@value{GDBP})
19236 -stack-list-frames
19237 ^done,
19238 stack=[
19239 frame=@{level="0",addr="0x00010734",func="callee4",
19240 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
19241 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="8"@},
19242 frame=@{level="1",addr="0x0001076c",func="callee3",
19243 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
19244 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="17"@},
19245 frame=@{level="2",addr="0x0001078c",func="callee2",
19246 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
19247 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="22"@},
19248 frame=@{level="3",addr="0x000107b4",func="callee1",
19249 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
19250 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="27"@},
19251 frame=@{level="4",addr="0x000107e0",func="main",
19252 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
19253 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="32"@}]
19254 (@value{GDBP})
19255 -stack-list-arguments 0
19256 ^done,
19257 stack-args=[
19258 frame=@{level="0",args=[]@},
19259 frame=@{level="1",args=[name="strarg"]@},
19260 frame=@{level="2",args=[name="intarg",name="strarg"]@},
19261 frame=@{level="3",args=[name="intarg",name="strarg",name="fltarg"]@},
19262 frame=@{level="4",args=[]@}]
19263 (@value{GDBP})
19264 -stack-list-arguments 1
19265 ^done,
19266 stack-args=[
19267 frame=@{level="0",args=[]@},
19268 frame=@{level="1",
19269  args=[@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
19270 frame=@{level="2",args=[
19271 @{name="intarg",value="2"@},
19272 @{name="strarg",value="0x11940 \"A string argument.\""@}]@},
19273 @{frame=@{level="3",args=[
19274 @{name="intarg",value="2"@},
19275 @{name="strarg",value="0x11940 \"A string argument.\""@},
19276 @{name="fltarg",value="3.5"@}]@},
19277 frame=@{level="4",args=[]@}]
19278 (@value{GDBP})
19279 -stack-list-arguments 0 2 2
19280 ^done,stack-args=[frame=@{level="2",args=[name="intarg",name="strarg"]@}]
19281 (@value{GDBP})
19282 -stack-list-arguments 1 2 2
19283 ^done,stack-args=[frame=@{level="2",
19284 args=[@{name="intarg",value="2"@},
19285 @{name="strarg",value="0x11940 \"A string argument.\""@}]@}]
19286 (@value{GDBP})
19287 @end smallexample
19288
19289 @c @subheading -stack-list-exception-handlers
19290
19291
19292 @subheading The @code{-stack-list-frames} Command
19293 @findex -stack-list-frames
19294
19295 @subsubheading Synopsis
19296
19297 @smallexample
19298  -stack-list-frames [ @var{low-frame} @var{high-frame} ]
19299 @end smallexample
19300
19301 List the frames currently on the stack.  For each frame it displays the
19302 following info:
19303
19304 @table @samp
19305 @item @var{level}
19306 The frame number, 0 being the topmost frame, i.e. the innermost function.
19307 @item @var{addr}
19308 The @code{$pc} value for that frame.
19309 @item @var{func}
19310 Function name.
19311 @item @var{file}
19312 File name of the source file where the function lives.
19313 @item @var{line}
19314 Line number corresponding to the @code{$pc}.
19315 @end table
19316
19317 If invoked without arguments, this command prints a backtrace for the
19318 whole stack.  If given two integer arguments, it shows the frames whose
19319 levels are between the two arguments (inclusive).  If the two arguments
19320 are equal, it shows the single frame at the corresponding level.
19321
19322 @subsubheading @value{GDBN} Command
19323
19324 The corresponding @value{GDBN} commands are @samp{backtrace} and @samp{where}.
19325
19326 @subsubheading Example
19327
19328 Full stack backtrace:
19329
19330 @smallexample
19331 (@value{GDBP})
19332 -stack-list-frames
19333 ^done,stack=
19334 [frame=@{level="0",addr="0x0001076c",func="foo",
19335   file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="11"@},
19336 frame=@{level="1",addr="0x000107a4",func="foo",
19337   file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19338 frame=@{level="2",addr="0x000107a4",func="foo",
19339   file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19340 frame=@{level="3",addr="0x000107a4",func="foo",
19341   file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19342 frame=@{level="4",addr="0x000107a4",func="foo",
19343   file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19344 frame=@{level="5",addr="0x000107a4",func="foo",
19345   file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19346 frame=@{level="6",addr="0x000107a4",func="foo",
19347   file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19348 frame=@{level="7",addr="0x000107a4",func="foo",
19349   file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19350 frame=@{level="8",addr="0x000107a4",func="foo",
19351   file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19352 frame=@{level="9",addr="0x000107a4",func="foo",
19353   file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19354 frame=@{level="10",addr="0x000107a4",func="foo",
19355   file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19356 frame=@{level="11",addr="0x00010738",func="main",
19357   file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="4"@}]
19358 (@value{GDBP})
19359 @end smallexample
19360
19361 Show frames between @var{low_frame} and @var{high_frame}:
19362
19363 @smallexample
19364 (@value{GDBP})
19365 -stack-list-frames 3 5
19366 ^done,stack=
19367 [frame=@{level="3",addr="0x000107a4",func="foo",
19368   file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19369 frame=@{level="4",addr="0x000107a4",func="foo",
19370   file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19371 frame=@{level="5",addr="0x000107a4",func="foo",
19372   file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@}]
19373 (@value{GDBP})
19374 @end smallexample
19375
19376 Show a single frame:
19377
19378 @smallexample
19379 (@value{GDBP})
19380 -stack-list-frames 3 3
19381 ^done,stack=
19382 [frame=@{level="3",addr="0x000107a4",func="foo",
19383   file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@}]
19384 (@value{GDBP})
19385 @end smallexample
19386
19387
19388 @subheading The @code{-stack-list-locals} Command
19389 @findex -stack-list-locals
19390
19391 @subsubheading Synopsis
19392
19393 @smallexample
19394  -stack-list-locals @var{print-values}
19395 @end smallexample
19396
19397 Display the local variable names for the current frame.  With an
19398 argument of 0 or @code{--no-values}, prints only the names of the variables.
19399 With argument of 1 or @code{--all-values}, prints also their values.  With
19400 argument of 2 or @code{--simple-values}, prints the name, type and value for
19401 simple data types and the name and type for arrays, structures and
19402 unions.  In this last case, the idea is that the user can see the
19403 value of simple data types immediately and he can create variable
19404 objects for other data types if he wishes to explore their values in
19405 more detail.
19406
19407 @subsubheading @value{GDBN} Command
19408
19409 @samp{info locals} in @value{GDBN}, @samp{gdb_get_locals} in @code{gdbtk}.
19410
19411 @subsubheading Example
19412
19413 @smallexample
19414 (@value{GDBP})
19415 -stack-list-locals 0
19416 ^done,locals=[name="A",name="B",name="C"]
19417 (@value{GDBP})
19418 -stack-list-locals --all-values
19419 ^done,locals=[@{name="A",value="1"@},@{name="B",value="2"@},
19420   @{name="C",value="@{1, 2, 3@}"@}]
19421 -stack-list-locals --simple-values
19422 ^done,locals=[@{name="A",type="int",value="1"@},
19423   @{name="B",type="int",value="2"@},@{name="C",type="int [3]"@}]
19424 (@value{GDBP})
19425 @end smallexample
19426
19427
19428 @subheading The @code{-stack-select-frame} Command
19429 @findex -stack-select-frame
19430
19431 @subsubheading Synopsis
19432
19433 @smallexample
19434  -stack-select-frame @var{framenum}
19435 @end smallexample
19436
19437 Change the current frame.  Select a different frame @var{framenum} on
19438 the stack.
19439
19440 @subsubheading @value{GDBN} Command
19441
19442 The corresponding @value{GDBN} commands are @samp{frame}, @samp{up},
19443 @samp{down}, @samp{select-frame}, @samp{up-silent}, and @samp{down-silent}.
19444
19445 @subsubheading Example
19446
19447 @smallexample
19448 (@value{GDBP})
19449 -stack-select-frame 2
19450 ^done
19451 (@value{GDBP})
19452 @end smallexample
19453
19454 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19455 @node GDB/MI Symbol Query
19456 @section @sc{gdb/mi} Symbol Query Commands
19457
19458
19459 @subheading The @code{-symbol-info-address} Command
19460 @findex -symbol-info-address
19461
19462 @subsubheading Synopsis
19463
19464 @smallexample
19465  -symbol-info-address @var{symbol}
19466 @end smallexample
19467
19468 Describe where @var{symbol} is stored.
19469
19470 @subsubheading @value{GDBN} Command
19471
19472 The corresponding @value{GDBN} command is @samp{info address}.
19473
19474 @subsubheading Example
19475 N.A.
19476
19477
19478 @subheading The @code{-symbol-info-file} Command
19479 @findex -symbol-info-file
19480
19481 @subsubheading Synopsis
19482
19483 @smallexample
19484  -symbol-info-file
19485 @end smallexample
19486
19487 Show the file for the symbol.
19488
19489 @subsubheading @value{GDBN} Command
19490
19491 There's no equivalent @value{GDBN} command.  @code{gdbtk} has
19492 @samp{gdb_find_file}.
19493
19494 @subsubheading Example
19495 N.A.
19496
19497
19498 @subheading The @code{-symbol-info-function} Command
19499 @findex -symbol-info-function
19500
19501 @subsubheading Synopsis
19502
19503 @smallexample
19504  -symbol-info-function
19505 @end smallexample
19506
19507 Show which function the symbol lives in.
19508
19509 @subsubheading @value{GDBN} Command
19510
19511 @samp{gdb_get_function} in @code{gdbtk}.
19512
19513 @subsubheading Example
19514 N.A.
19515
19516
19517 @subheading The @code{-symbol-info-line} Command
19518 @findex -symbol-info-line
19519
19520 @subsubheading Synopsis
19521
19522 @smallexample
19523  -symbol-info-line
19524 @end smallexample
19525
19526 Show the core addresses of the code for a source line.
19527
19528 @subsubheading @value{GDBN} Command
19529
19530 The corresponding @value{GDBN} command is @samp{info line}.
19531 @code{gdbtk} has the @samp{gdb_get_line} and @samp{gdb_get_file} commands.
19532
19533 @subsubheading Example
19534 N.A.
19535
19536
19537 @subheading The @code{-symbol-info-symbol} Command
19538 @findex -symbol-info-symbol
19539
19540 @subsubheading Synopsis
19541
19542 @smallexample
19543  -symbol-info-symbol @var{addr}
19544 @end smallexample
19545
19546 Describe what symbol is at location @var{addr}.
19547
19548 @subsubheading @value{GDBN} Command
19549
19550 The corresponding @value{GDBN} command is @samp{info symbol}.
19551
19552 @subsubheading Example
19553 N.A.
19554
19555
19556 @subheading The @code{-symbol-list-functions} Command
19557 @findex -symbol-list-functions
19558
19559 @subsubheading Synopsis
19560
19561 @smallexample
19562  -symbol-list-functions
19563 @end smallexample
19564
19565 List the functions in the executable.
19566
19567 @subsubheading @value{GDBN} Command
19568
19569 @samp{info functions} in @value{GDBN}, @samp{gdb_listfunc} and
19570 @samp{gdb_search} in @code{gdbtk}.
19571
19572 @subsubheading Example
19573 N.A.
19574
19575
19576 @subheading The @code{-symbol-list-lines} Command
19577 @findex -symbol-list-lines
19578
19579 @subsubheading Synopsis
19580
19581 @smallexample
19582  -symbol-list-lines @var{filename}
19583 @end smallexample
19584
19585 Print the list of lines that contain code and their associated program
19586 addresses for the given source filename.  The entries are sorted in
19587 ascending PC order.
19588
19589 @subsubheading @value{GDBN} Command
19590
19591 There is no corresponding @value{GDBN} command.
19592
19593 @subsubheading Example
19594 @smallexample
19595 (@value{GDBP})
19596 -symbol-list-lines basics.c
19597 ^done,lines=[@{pc="0x08048554",line="7"@},@{pc="0x0804855a",line="8"@}]
19598 (@value{GDBP})
19599 @end smallexample
19600
19601
19602 @subheading The @code{-symbol-list-types} Command
19603 @findex -symbol-list-types
19604
19605 @subsubheading Synopsis
19606
19607 @smallexample
19608  -symbol-list-types
19609 @end smallexample
19610
19611 List all the type names.
19612
19613 @subsubheading @value{GDBN} Command
19614
19615 The corresponding commands are @samp{info types} in @value{GDBN},
19616 @samp{gdb_search} in @code{gdbtk}.
19617
19618 @subsubheading Example
19619 N.A.
19620
19621
19622 @subheading The @code{-symbol-list-variables} Command
19623 @findex -symbol-list-variables
19624
19625 @subsubheading Synopsis
19626
19627 @smallexample
19628  -symbol-list-variables
19629 @end smallexample
19630
19631 List all the global and static variable names.
19632
19633 @subsubheading @value{GDBN} Command
19634
19635 @samp{info variables} in @value{GDBN}, @samp{gdb_search} in @code{gdbtk}.
19636
19637 @subsubheading Example
19638 N.A.
19639
19640
19641 @subheading The @code{-symbol-locate} Command
19642 @findex -symbol-locate
19643
19644 @subsubheading Synopsis
19645
19646 @smallexample
19647  -symbol-locate
19648 @end smallexample
19649
19650 @subsubheading @value{GDBN} Command
19651
19652 @samp{gdb_loc} in @code{gdbtk}.
19653
19654 @subsubheading Example
19655 N.A.
19656
19657
19658 @subheading The @code{-symbol-type} Command
19659 @findex -symbol-type
19660
19661 @subsubheading Synopsis
19662
19663 @smallexample
19664  -symbol-type @var{variable}
19665 @end smallexample
19666
19667 Show type of @var{variable}.
19668
19669 @subsubheading @value{GDBN} Command
19670
19671 The corresponding @value{GDBN} command is @samp{ptype}, @code{gdbtk} has
19672 @samp{gdb_obj_variable}.
19673
19674 @subsubheading Example
19675 N.A.
19676
19677
19678 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19679 @node GDB/MI Target Manipulation
19680 @section @sc{gdb/mi} Target Manipulation Commands
19681
19682
19683 @subheading The @code{-target-attach} Command
19684 @findex -target-attach
19685
19686 @subsubheading Synopsis
19687
19688 @smallexample
19689  -target-attach @var{pid} | @var{file}
19690 @end smallexample
19691
19692 Attach to a process @var{pid} or a file @var{file} outside of @value{GDBN}.
19693
19694 @subsubheading @value{GDBN} command
19695
19696 The corresponding @value{GDBN} command is @samp{attach}.
19697
19698 @subsubheading Example
19699 N.A.
19700
19701
19702 @subheading The @code{-target-compare-sections} Command
19703 @findex -target-compare-sections
19704
19705 @subsubheading Synopsis
19706
19707 @smallexample
19708  -target-compare-sections [ @var{section} ]
19709 @end smallexample
19710
19711 Compare data of section @var{section} on target to the exec file.
19712 Without the argument, all sections are compared.
19713
19714 @subsubheading @value{GDBN} Command
19715
19716 The @value{GDBN} equivalent is @samp{compare-sections}.
19717
19718 @subsubheading Example
19719 N.A.
19720
19721
19722 @subheading The @code{-target-detach} Command
19723 @findex -target-detach
19724
19725 @subsubheading Synopsis
19726
19727 @smallexample
19728  -target-detach
19729 @end smallexample
19730
19731 Disconnect from the remote target.  There's no output.
19732
19733 @subsubheading @value{GDBN} command
19734
19735 The corresponding @value{GDBN} command is @samp{detach}.
19736
19737 @subsubheading Example
19738
19739 @smallexample
19740 (@value{GDBP})
19741 -target-detach
19742 ^done
19743 (@value{GDBP})
19744 @end smallexample
19745
19746
19747 @subheading The @code{-target-disconnect} Command
19748 @findex -target-disconnect
19749
19750 @subsubheading Synopsis
19751
19752 @example
19753  -target-disconnect
19754 @end example
19755
19756 Disconnect from the remote target.  There's no output.
19757
19758 @subsubheading @value{GDBN} command
19759
19760 The corresponding @value{GDBN} command is @samp{disconnect}.
19761
19762 @subsubheading Example
19763
19764 @smallexample
19765 (@value{GDBP})
19766 -target-disconnect
19767 ^done
19768 (@value{GDBP})
19769 @end smallexample
19770
19771
19772 @subheading The @code{-target-download} Command
19773 @findex -target-download
19774
19775 @subsubheading Synopsis
19776
19777 @smallexample
19778  -target-download
19779 @end smallexample
19780
19781 Loads the executable onto the remote target.
19782 It prints out an update message every half second, which includes the fields:
19783
19784 @table @samp
19785 @item section
19786 The name of the section.
19787 @item section-sent
19788 The size of what has been sent so far for that section.
19789 @item section-size
19790 The size of the section.
19791 @item total-sent
19792 The total size of what was sent so far (the current and the previous sections).
19793 @item total-size
19794 The size of the overall executable to download.
19795 @end table
19796
19797 @noindent
19798 Each message is sent as status record (@pxref{GDB/MI Output Syntax, ,
19799 @sc{gdb/mi} Output Syntax}).
19800
19801 In addition, it prints the name and size of the sections, as they are
19802 downloaded.  These messages include the following fields:
19803
19804 @table @samp
19805 @item section
19806 The name of the section.
19807 @item section-size
19808 The size of the section.
19809 @item total-size
19810 The size of the overall executable to download.
19811 @end table
19812
19813 @noindent
19814 At the end, a summary is printed.
19815
19816 @subsubheading @value{GDBN} Command
19817
19818 The corresponding @value{GDBN} command is @samp{load}.
19819
19820 @subsubheading Example
19821
19822 Note: each status message appears on a single line.  Here the messages
19823 have been broken down so that they can fit onto a page.
19824
19825 @smallexample
19826 (@value{GDBP})
19827 -target-download
19828 +download,@{section=".text",section-size="6668",total-size="9880"@}
19829 +download,@{section=".text",section-sent="512",section-size="6668",
19830 total-sent="512",total-size="9880"@}
19831 +download,@{section=".text",section-sent="1024",section-size="6668",
19832 total-sent="1024",total-size="9880"@}
19833 +download,@{section=".text",section-sent="1536",section-size="6668",
19834 total-sent="1536",total-size="9880"@}
19835 +download,@{section=".text",section-sent="2048",section-size="6668",
19836 total-sent="2048",total-size="9880"@}
19837 +download,@{section=".text",section-sent="2560",section-size="6668",
19838 total-sent="2560",total-size="9880"@}
19839 +download,@{section=".text",section-sent="3072",section-size="6668",
19840 total-sent="3072",total-size="9880"@}
19841 +download,@{section=".text",section-sent="3584",section-size="6668",
19842 total-sent="3584",total-size="9880"@}
19843 +download,@{section=".text",section-sent="4096",section-size="6668",
19844 total-sent="4096",total-size="9880"@}
19845 +download,@{section=".text",section-sent="4608",section-size="6668",
19846 total-sent="4608",total-size="9880"@}
19847 +download,@{section=".text",section-sent="5120",section-size="6668",
19848 total-sent="5120",total-size="9880"@}
19849 +download,@{section=".text",section-sent="5632",section-size="6668",
19850 total-sent="5632",total-size="9880"@}
19851 +download,@{section=".text",section-sent="6144",section-size="6668",
19852 total-sent="6144",total-size="9880"@}
19853 +download,@{section=".text",section-sent="6656",section-size="6668",
19854 total-sent="6656",total-size="9880"@}
19855 +download,@{section=".init",section-size="28",total-size="9880"@}
19856 +download,@{section=".fini",section-size="28",total-size="9880"@}
19857 +download,@{section=".data",section-size="3156",total-size="9880"@}
19858 +download,@{section=".data",section-sent="512",section-size="3156",
19859 total-sent="7236",total-size="9880"@}
19860 +download,@{section=".data",section-sent="1024",section-size="3156",
19861 total-sent="7748",total-size="9880"@}
19862 +download,@{section=".data",section-sent="1536",section-size="3156",
19863 total-sent="8260",total-size="9880"@}
19864 +download,@{section=".data",section-sent="2048",section-size="3156",
19865 total-sent="8772",total-size="9880"@}
19866 +download,@{section=".data",section-sent="2560",section-size="3156",
19867 total-sent="9284",total-size="9880"@}
19868 +download,@{section=".data",section-sent="3072",section-size="3156",
19869 total-sent="9796",total-size="9880"@}
19870 ^done,address="0x10004",load-size="9880",transfer-rate="6586",
19871 write-rate="429"
19872 (@value{GDBP})
19873 @end smallexample
19874
19875
19876 @subheading The @code{-target-exec-status} Command
19877 @findex -target-exec-status
19878
19879 @subsubheading Synopsis
19880
19881 @smallexample
19882  -target-exec-status
19883 @end smallexample
19884
19885 Provide information on the state of the target (whether it is running or
19886 not, for instance).
19887
19888 @subsubheading @value{GDBN} Command
19889
19890 There's no equivalent @value{GDBN} command.
19891
19892 @subsubheading Example
19893 N.A.
19894
19895
19896 @subheading The @code{-target-list-available-targets} Command
19897 @findex -target-list-available-targets
19898
19899 @subsubheading Synopsis
19900
19901 @smallexample
19902  -target-list-available-targets
19903 @end smallexample
19904
19905 List the possible targets to connect to.
19906
19907 @subsubheading @value{GDBN} Command
19908
19909 The corresponding @value{GDBN} command is @samp{help target}.
19910
19911 @subsubheading Example
19912 N.A.
19913
19914
19915 @subheading The @code{-target-list-current-targets} Command
19916 @findex -target-list-current-targets
19917
19918 @subsubheading Synopsis
19919
19920 @smallexample
19921  -target-list-current-targets
19922 @end smallexample
19923
19924 Describe the current target.
19925
19926 @subsubheading @value{GDBN} Command
19927
19928 The corresponding information is printed by @samp{info file} (among
19929 other things).
19930
19931 @subsubheading Example
19932 N.A.
19933
19934
19935 @subheading The @code{-target-list-parameters} Command
19936 @findex -target-list-parameters
19937
19938 @subsubheading Synopsis
19939
19940 @smallexample
19941  -target-list-parameters
19942 @end smallexample
19943
19944 @c ????
19945
19946 @subsubheading @value{GDBN} Command
19947
19948 No equivalent.
19949
19950 @subsubheading Example
19951 N.A.
19952
19953
19954 @subheading The @code{-target-select} Command
19955 @findex -target-select
19956
19957 @subsubheading Synopsis
19958
19959 @smallexample
19960  -target-select @var{type} @var{parameters @dots{}}
19961 @end smallexample
19962
19963 Connect @value{GDBN} to the remote target.  This command takes two args:
19964
19965 @table @samp
19966 @item @var{type}
19967 The type of target, for instance @samp{async}, @samp{remote}, etc.
19968 @item @var{parameters}
19969 Device names, host names and the like.  @xref{Target Commands, ,
19970 Commands for managing targets}, for more details.
19971 @end table
19972
19973 The output is a connection notification, followed by the address at
19974 which the target program is, in the following form:
19975
19976 @smallexample
19977 ^connected,addr="@var{address}",func="@var{function name}",
19978   args=[@var{arg list}]
19979 @end smallexample
19980
19981 @subsubheading @value{GDBN} Command
19982
19983 The corresponding @value{GDBN} command is @samp{target}.
19984
19985 @subsubheading Example
19986
19987 @smallexample
19988 (@value{GDBP})
19989 -target-select async /dev/ttya
19990 ^connected,addr="0xfe00a300",func="??",args=[]
19991 (@value{GDBP})
19992 @end smallexample
19993
19994 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19995 @node GDB/MI Thread Commands
19996 @section @sc{gdb/mi} Thread Commands
19997
19998
19999 @subheading The @code{-thread-info} Command
20000 @findex -thread-info
20001
20002 @subsubheading Synopsis
20003
20004 @smallexample
20005  -thread-info
20006 @end smallexample
20007
20008 @subsubheading @value{GDBN} command
20009
20010 No equivalent.
20011
20012 @subsubheading Example
20013 N.A.
20014
20015
20016 @subheading The @code{-thread-list-all-threads} Command
20017 @findex -thread-list-all-threads
20018
20019 @subsubheading Synopsis
20020
20021 @smallexample
20022  -thread-list-all-threads
20023 @end smallexample
20024
20025 @subsubheading @value{GDBN} Command
20026
20027 The equivalent @value{GDBN} command is @samp{info threads}.
20028
20029 @subsubheading Example
20030 N.A.
20031
20032
20033 @subheading The @code{-thread-list-ids} Command
20034 @findex -thread-list-ids
20035
20036 @subsubheading Synopsis
20037
20038 @smallexample
20039  -thread-list-ids
20040 @end smallexample
20041
20042 Produces a list of the currently known @value{GDBN} thread ids.  At the
20043 end of the list it also prints the total number of such threads.
20044
20045 @subsubheading @value{GDBN} Command
20046
20047 Part of @samp{info threads} supplies the same information.
20048
20049 @subsubheading Example
20050
20051 No threads present, besides the main process:
20052
20053 @smallexample
20054 (@value{GDBP})
20055 -thread-list-ids
20056 ^done,thread-ids=@{@},number-of-threads="0"
20057 (@value{GDBP})
20058 @end smallexample
20059
20060
20061 Several threads:
20062
20063 @smallexample
20064 (@value{GDBP})
20065 -thread-list-ids
20066 ^done,thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
20067 number-of-threads="3"
20068 (@value{GDBP})
20069 @end smallexample
20070
20071
20072 @subheading The @code{-thread-select} Command
20073 @findex -thread-select
20074
20075 @subsubheading Synopsis
20076
20077 @smallexample
20078  -thread-select @var{threadnum}
20079 @end smallexample
20080
20081 Make @var{threadnum} the current thread.  It prints the number of the new
20082 current thread, and the topmost frame for that thread.
20083
20084 @subsubheading @value{GDBN} Command
20085
20086 The corresponding @value{GDBN} command is @samp{thread}.
20087
20088 @subsubheading Example
20089
20090 @smallexample
20091 (@value{GDBP})
20092 -exec-next
20093 ^running
20094 (@value{GDBP})
20095 *stopped,reason="end-stepping-range",thread-id="2",line="187",
20096 file="../../../devo/gdb/testsuite/gdb.threads/linux-dp.c"
20097 (@value{GDBP})
20098 -thread-list-ids
20099 ^done,
20100 thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
20101 number-of-threads="3"
20102 (@value{GDBP})
20103 -thread-select 3
20104 ^done,new-thread-id="3",
20105 frame=@{level="0",func="vprintf",
20106 args=[@{name="format",value="0x8048e9c \"%*s%c %d %c\\n\""@},
20107 @{name="arg",value="0x2"@}],file="vprintf.c",line="31"@}
20108 (@value{GDBP})
20109 @end smallexample
20110
20111 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
20112 @node GDB/MI Tracepoint Commands
20113 @section @sc{gdb/mi} Tracepoint Commands
20114
20115 The tracepoint commands are not yet implemented.
20116
20117 @c @subheading -trace-actions
20118
20119 @c @subheading -trace-delete
20120
20121 @c @subheading -trace-disable
20122
20123 @c @subheading -trace-dump
20124
20125 @c @subheading -trace-enable
20126
20127 @c @subheading -trace-exists
20128
20129 @c @subheading -trace-find
20130
20131 @c @subheading -trace-frame-number
20132
20133 @c @subheading -trace-info
20134
20135 @c @subheading -trace-insert
20136
20137 @c @subheading -trace-list
20138
20139 @c @subheading -trace-pass-count
20140
20141 @c @subheading -trace-save
20142
20143 @c @subheading -trace-start
20144
20145 @c @subheading -trace-stop
20146
20147
20148 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
20149 @node GDB/MI Variable Objects
20150 @section @sc{gdb/mi} Variable Objects
20151
20152
20153 @subheading Motivation for Variable Objects in @sc{gdb/mi}
20154
20155 For the implementation of a variable debugger window (locals, watched
20156 expressions, etc.), we are proposing the adaptation of the existing code
20157 used by @code{Insight}.
20158
20159 The two main reasons for that are:
20160
20161 @enumerate 1
20162 @item
20163 It has been proven in practice (it is already on its second generation).
20164
20165 @item
20166 It will shorten development time (needless to say how important it is
20167 now).
20168 @end enumerate
20169
20170 The original interface was designed to be used by Tcl code, so it was
20171 slightly changed so it could be used through @sc{gdb/mi}.  This section
20172 describes the @sc{gdb/mi} operations that will be available and gives some
20173 hints about their use.
20174
20175 @emph{Note}: In addition to the set of operations described here, we
20176 expect the @sc{gui} implementation of a variable window to require, at
20177 least, the following operations:
20178
20179 @itemize @bullet
20180 @item @code{-gdb-show} @code{output-radix}
20181 @item @code{-stack-list-arguments}
20182 @item @code{-stack-list-locals}
20183 @item @code{-stack-select-frame}
20184 @end itemize
20185
20186 @subheading Introduction to Variable Objects in @sc{gdb/mi}
20187
20188 @cindex variable objects in @sc{gdb/mi}
20189 The basic idea behind variable objects is the creation of a named object
20190 to represent a variable, an expression, a memory location or even a CPU
20191 register.  For each object created, a set of operations is available for
20192 examining or changing its properties.
20193
20194 Furthermore, complex data types, such as C structures, are represented
20195 in a tree format.  For instance, the @code{struct} type variable is the
20196 root and the children will represent the struct members.  If a child
20197 is itself of a complex type, it will also have children of its own.
20198 Appropriate language differences are handled for C, C@t{++} and Java.
20199
20200 When returning the actual values of the objects, this facility allows
20201 for the individual selection of the display format used in the result
20202 creation.  It can be chosen among: binary, decimal, hexadecimal, octal
20203 and natural.  Natural refers to a default format automatically
20204 chosen based on the variable type (like decimal for an @code{int}, hex
20205 for pointers, etc.).
20206
20207 The following is the complete set of @sc{gdb/mi} operations defined to
20208 access this functionality:
20209
20210 @multitable @columnfractions .4 .6
20211 @item @strong{Operation}
20212 @tab @strong{Description}
20213
20214 @item @code{-var-create}
20215 @tab create a variable object
20216 @item @code{-var-delete}
20217 @tab delete the variable object and its children
20218 @item @code{-var-set-format}
20219 @tab set the display format of this variable
20220 @item @code{-var-show-format}
20221 @tab show the display format of this variable
20222 @item @code{-var-info-num-children}
20223 @tab tells how many children this object has
20224 @item @code{-var-list-children}
20225 @tab return a list of the object's children
20226 @item @code{-var-info-type}
20227 @tab show the type of this variable object
20228 @item @code{-var-info-expression}
20229 @tab print what this variable object represents
20230 @item @code{-var-show-attributes}
20231 @tab is this variable editable? does it exist here?
20232 @item @code{-var-evaluate-expression}
20233 @tab get the value of this variable
20234 @item @code{-var-assign}
20235 @tab set the value of this variable
20236 @item @code{-var-update}
20237 @tab update the variable and its children
20238 @end multitable
20239
20240 In the next subsection we describe each operation in detail and suggest
20241 how it can be used.
20242
20243 @subheading Description And Use of Operations on Variable Objects
20244
20245 @subheading The @code{-var-create} Command
20246 @findex -var-create
20247
20248 @subsubheading Synopsis
20249
20250 @smallexample
20251  -var-create @{@var{name} | "-"@}
20252     @{@var{frame-addr} | "*"@} @var{expression}
20253 @end smallexample
20254
20255 This operation creates a variable object, which allows the monitoring of
20256 a variable, the result of an expression, a memory cell or a CPU
20257 register.
20258
20259 The @var{name} parameter is the string by which the object can be
20260 referenced.  It must be unique.  If @samp{-} is specified, the varobj
20261 system will generate a string ``varNNNNNN'' automatically.  It will be
20262 unique provided that one does not specify @var{name} on that format.
20263 The command fails if a duplicate name is found.
20264
20265 The frame under which the expression should be evaluated can be
20266 specified by @var{frame-addr}.  A @samp{*} indicates that the current
20267 frame should be used.
20268
20269 @var{expression} is any expression valid on the current language set (must not
20270 begin with a @samp{*}), or one of the following:
20271
20272 @itemize @bullet
20273 @item
20274 @samp{*@var{addr}}, where @var{addr} is the address of a memory cell
20275
20276 @item
20277 @samp{*@var{addr}-@var{addr}} --- a memory address range (TBD)
20278
20279 @item
20280 @samp{$@var{regname}} --- a CPU register name
20281 @end itemize
20282
20283 @subsubheading Result
20284
20285 This operation returns the name, number of children and the type of the
20286 object created.  Type is returned as a string as the ones generated by
20287 the @value{GDBN} CLI:
20288
20289 @smallexample
20290  name="@var{name}",numchild="N",type="@var{type}"
20291 @end smallexample
20292
20293
20294 @subheading The @code{-var-delete} Command
20295 @findex -var-delete
20296
20297 @subsubheading Synopsis
20298
20299 @smallexample
20300  -var-delete @var{name}
20301 @end smallexample
20302
20303 Deletes a previously created variable object and all of its children.
20304
20305 Returns an error if the object @var{name} is not found.
20306
20307
20308 @subheading The @code{-var-set-format} Command
20309 @findex -var-set-format
20310
20311 @subsubheading Synopsis
20312
20313 @smallexample
20314  -var-set-format @var{name} @var{format-spec}
20315 @end smallexample
20316
20317 Sets the output format for the value of the object @var{name} to be
20318 @var{format-spec}.
20319
20320 The syntax for the @var{format-spec} is as follows:
20321
20322 @smallexample
20323  @var{format-spec} @expansion{}
20324  @{binary | decimal | hexadecimal | octal | natural@}
20325 @end smallexample
20326
20327
20328 @subheading The @code{-var-show-format} Command
20329 @findex -var-show-format
20330
20331 @subsubheading Synopsis
20332
20333 @smallexample
20334  -var-show-format @var{name}
20335 @end smallexample
20336
20337 Returns the format used to display the value of the object @var{name}.
20338
20339 @smallexample
20340  @var{format} @expansion{}
20341  @var{format-spec}
20342 @end smallexample
20343
20344
20345 @subheading The @code{-var-info-num-children} Command
20346 @findex -var-info-num-children
20347
20348 @subsubheading Synopsis
20349
20350 @smallexample
20351  -var-info-num-children @var{name}
20352 @end smallexample
20353
20354 Returns the number of children of a variable object @var{name}:
20355
20356 @smallexample
20357  numchild=@var{n}
20358 @end smallexample
20359
20360
20361 @subheading The @code{-var-list-children} Command
20362 @findex -var-list-children
20363
20364 @subsubheading Synopsis
20365
20366 @smallexample
20367  -var-list-children [@var{print-values}] @var{name}
20368 @end smallexample
20369
20370 Returns a list of the children of the specified variable object.  With
20371 just the variable object name as an argument or with an optional
20372 preceding argument of 0 or @code{--no-values}, prints only the names of the
20373 variables.  With an optional preceding argument of 1 or @code{--all-values},
20374 also prints their values.
20375
20376 @subsubheading Example
20377
20378 @smallexample
20379 (@value{GDBP})
20380  -var-list-children n
20381  numchild=@var{n},children=[@{name=@var{name},
20382  numchild=@var{n},type=@var{type}@},@r{(repeats N times)}]
20383 (@value{GDBP})
20384  -var-list-children --all-values n
20385  numchild=@var{n},children=[@{name=@var{name},
20386  numchild=@var{n},value=@var{value},type=@var{type}@},@r{(repeats N times)}]
20387 @end smallexample
20388
20389
20390 @subheading The @code{-var-info-type} Command
20391 @findex -var-info-type
20392
20393 @subsubheading Synopsis
20394
20395 @smallexample
20396  -var-info-type @var{name}
20397 @end smallexample
20398
20399 Returns the type of the specified variable @var{name}.  The type is
20400 returned as a string in the same format as it is output by the
20401 @value{GDBN} CLI:
20402
20403 @smallexample
20404  type=@var{typename}
20405 @end smallexample
20406
20407
20408 @subheading The @code{-var-info-expression} Command
20409 @findex -var-info-expression
20410
20411 @subsubheading Synopsis
20412
20413 @smallexample
20414  -var-info-expression @var{name}
20415 @end smallexample
20416
20417 Returns what is represented by the variable object @var{name}:
20418
20419 @smallexample
20420  lang=@var{lang-spec},exp=@var{expression}
20421 @end smallexample
20422
20423 @noindent
20424 where @var{lang-spec} is @code{@{"C" | "C++" | "Java"@}}.
20425
20426 @subheading The @code{-var-show-attributes} Command
20427 @findex -var-show-attributes
20428
20429 @subsubheading Synopsis
20430
20431 @smallexample
20432  -var-show-attributes @var{name}
20433 @end smallexample
20434
20435 List attributes of the specified variable object @var{name}:
20436
20437 @smallexample
20438  status=@var{attr} [ ( ,@var{attr} )* ]
20439 @end smallexample
20440
20441 @noindent
20442 where @var{attr} is @code{@{ @{ editable | noneditable @} | TBD @}}.
20443
20444 @subheading The @code{-var-evaluate-expression} Command
20445 @findex -var-evaluate-expression
20446
20447 @subsubheading Synopsis
20448
20449 @smallexample
20450  -var-evaluate-expression @var{name}
20451 @end smallexample
20452
20453 Evaluates the expression that is represented by the specified variable
20454 object and returns its value as a string in the current format specified
20455 for the object:
20456
20457 @smallexample
20458  value=@var{value}
20459 @end smallexample
20460
20461 Note that one must invoke @code{-var-list-children} for a variable
20462 before the value of a child variable can be evaluated.
20463
20464 @subheading The @code{-var-assign} Command
20465 @findex -var-assign
20466
20467 @subsubheading Synopsis
20468
20469 @smallexample
20470  -var-assign @var{name} @var{expression}
20471 @end smallexample
20472
20473 Assigns the value of @var{expression} to the variable object specified
20474 by @var{name}.  The object must be @samp{editable}.  If the variable's
20475 value is altered by the assign, the variable will show up in any
20476 subsequent @code{-var-update} list.
20477
20478 @subsubheading Example
20479
20480 @smallexample
20481 (@value{GDBP})
20482 -var-assign var1 3
20483 ^done,value="3"
20484 (@value{GDBP})
20485 -var-update *
20486 ^done,changelist=[@{name="var1",in_scope="true",type_changed="false"@}]
20487 (@value{GDBP})
20488 @end smallexample
20489
20490 @subheading The @code{-var-update} Command
20491 @findex -var-update
20492
20493 @subsubheading Synopsis
20494
20495 @smallexample
20496  -var-update @{@var{name} | "*"@}
20497 @end smallexample
20498
20499 Update the value of the variable object @var{name} by evaluating its
20500 expression after fetching all the new values from memory or registers.
20501 A @samp{*} causes all existing variable objects to be updated.
20502
20503
20504 @node Annotations
20505 @chapter @value{GDBN} Annotations
20506
20507 This chapter describes annotations in @value{GDBN}.  Annotations were
20508 designed to interface @value{GDBN} to graphical user interfaces or other
20509 similar programs which want to interact with @value{GDBN} at a
20510 relatively high level.
20511
20512 The annotation mechanism has largely been superseeded by @sc{gdb/mi}
20513 (@pxref{GDB/MI}).
20514
20515 @ignore
20516 This is Edition @value{EDITION}, @value{DATE}.
20517 @end ignore
20518
20519 @menu
20520 * Annotations Overview::  What annotations are; the general syntax.
20521 * Server Prefix::       Issuing a command without affecting user state.
20522 * Prompting::           Annotations marking @value{GDBN}'s need for input.
20523 * Errors::              Annotations for error messages.
20524 * Invalidation::        Some annotations describe things now invalid.
20525 * Annotations for Running::
20526                         Whether the program is running, how it stopped, etc.
20527 * Source Annotations::  Annotations describing source code.
20528 @end menu
20529
20530 @node Annotations Overview
20531 @section What is an Annotation?
20532 @cindex annotations
20533
20534 Annotations start with a newline character, two @samp{control-z}
20535 characters, and the name of the annotation.  If there is no additional
20536 information associated with this annotation, the name of the annotation
20537 is followed immediately by a newline.  If there is additional
20538 information, the name of the annotation is followed by a space, the
20539 additional information, and a newline.  The additional information
20540 cannot contain newline characters.
20541
20542 Any output not beginning with a newline and two @samp{control-z}
20543 characters denotes literal output from @value{GDBN}.  Currently there is
20544 no need for @value{GDBN} to output a newline followed by two
20545 @samp{control-z} characters, but if there was such a need, the
20546 annotations could be extended with an @samp{escape} annotation which
20547 means those three characters as output.
20548
20549 The annotation @var{level}, which is specified using the
20550 @option{--annotate} command line option (@pxref{Mode Options}), controls
20551 how much information @value{GDBN} prints together with its prompt,
20552 values of expressions, source lines, and other types of output.  Level 0
20553 is for no anntations, level 1 is for use when @value{GDBN} is run as a
20554 subprocess of @sc{gnu} Emacs, level 3 is the maximum annotation suitable
20555 for programs that control @value{GDBN}, and level 2 annotations have
20556 been made obsolete (@pxref{Limitations, , Limitations of the Annotation
20557 Interface, annotate, GDB's Obsolete Annotations}).
20558
20559 @table @code
20560 @kindex set annotate
20561 @item set annotate @var{level}
20562 The @value{GDB} command @code{set annotate} sets the level of
20563 annotations to the specified @var{level}.
20564
20565 @item show annotate
20566 @kindex show annotate
20567 Show the current annotation level.
20568 @end table
20569
20570 This chapter describes level 3 annotations.
20571
20572 A simple example of starting up @value{GDBN} with annotations is:
20573
20574 @smallexample
20575 $ @kbd{gdb --annotate=3}
20576 GNU gdb 6.0
20577 Copyright 2003 Free Software Foundation, Inc.
20578 GDB is free software, covered by the GNU General Public License,
20579 and you are welcome to change it and/or distribute copies of it
20580 under certain conditions.
20581 Type "show copying" to see the conditions.
20582 There is absolutely no warranty for GDB.  Type "show warranty"
20583 for details.
20584 This GDB was configured as "i386-pc-linux-gnu"
20585
20586 ^Z^Zpre-prompt
20587 (@value{GDBP})
20588 ^Z^Zprompt
20589 @kbd{quit}
20590
20591 ^Z^Zpost-prompt
20592 $
20593 @end smallexample
20594
20595 Here @samp{quit} is input to @value{GDBN}; the rest is output from
20596 @value{GDBN}.  The three lines beginning @samp{^Z^Z} (where @samp{^Z}
20597 denotes a @samp{control-z} character) are annotations; the rest is
20598 output from @value{GDBN}.
20599
20600 @node Server Prefix
20601 @section The Server Prefix
20602 @cindex server prefix for annotations
20603
20604 To issue a command to @value{GDBN} without affecting certain aspects of
20605 the state which is seen by users, prefix it with @samp{server }.  This
20606 means that this command will not affect the command history, nor will it
20607 affect @value{GDBN}'s notion of which command to repeat if @key{RET} is
20608 pressed on a line by itself.
20609
20610 The server prefix does not affect the recording of values into the value
20611 history; to print a value without recording it into the value history,
20612 use the @code{output} command instead of the @code{print} command.
20613
20614 @node Prompting
20615 @section Annotation for @value{GDBN} Input
20616
20617 @cindex annotations for prompts
20618 When @value{GDBN} prompts for input, it annotates this fact so it is possible
20619 to know when to send output, when the output from a given command is
20620 over, etc.
20621
20622 Different kinds of input each have a different @dfn{input type}.  Each
20623 input type has three annotations: a @code{pre-} annotation, which
20624 denotes the beginning of any prompt which is being output, a plain
20625 annotation, which denotes the end of the prompt, and then a @code{post-}
20626 annotation which denotes the end of any echo which may (or may not) be
20627 associated with the input.  For example, the @code{prompt} input type
20628 features the following annotations:
20629
20630 @smallexample
20631 ^Z^Zpre-prompt
20632 ^Z^Zprompt
20633 ^Z^Zpost-prompt
20634 @end smallexample
20635
20636 The input types are
20637
20638 @table @code
20639 @findex pre-prompt
20640 @findex prompt
20641 @findex post-prompt
20642 @item prompt
20643 When @value{GDBN} is prompting for a command (the main @value{GDBN} prompt).
20644
20645 @findex pre-commands
20646 @findex commands
20647 @findex post-commands
20648 @item commands
20649 When @value{GDBN} prompts for a set of commands, like in the @code{commands}
20650 command.  The annotations are repeated for each command which is input.
20651
20652 @findex pre-overload-choice
20653 @findex overload-choice
20654 @findex post-overload-choice
20655 @item overload-choice
20656 When @value{GDBN} wants the user to select between various overloaded functions.
20657
20658 @findex pre-query
20659 @findex query
20660 @findex post-query
20661 @item query
20662 When @value{GDBN} wants the user to confirm a potentially dangerous operation.
20663
20664 @findex pre-prompt-for-continue
20665 @findex prompt-for-continue
20666 @findex post-prompt-for-continue
20667 @item prompt-for-continue
20668 When @value{GDBN} is asking the user to press return to continue.  Note: Don't
20669 expect this to work well; instead use @code{set height 0} to disable
20670 prompting.  This is because the counting of lines is buggy in the
20671 presence of annotations.
20672 @end table
20673
20674 @node Errors
20675 @section Errors
20676 @cindex annotations for errors, warnings and interrupts
20677
20678 @findex quit
20679 @smallexample
20680 ^Z^Zquit
20681 @end smallexample
20682
20683 This annotation occurs right before @value{GDBN} responds to an interrupt.
20684
20685 @findex error
20686 @smallexample
20687 ^Z^Zerror
20688 @end smallexample
20689
20690 This annotation occurs right before @value{GDBN} responds to an error.
20691
20692 Quit and error annotations indicate that any annotations which @value{GDBN} was
20693 in the middle of may end abruptly.  For example, if a
20694 @code{value-history-begin} annotation is followed by a @code{error}, one
20695 cannot expect to receive the matching @code{value-history-end}.  One
20696 cannot expect not to receive it either, however; an error annotation
20697 does not necessarily mean that @value{GDBN} is immediately returning all the way
20698 to the top level.
20699
20700 @findex error-begin
20701 A quit or error annotation may be preceded by
20702
20703 @smallexample
20704 ^Z^Zerror-begin
20705 @end smallexample
20706
20707 Any output between that and the quit or error annotation is the error
20708 message.
20709
20710 Warning messages are not yet annotated.
20711 @c If we want to change that, need to fix warning(), type_error(),
20712 @c range_error(), and possibly other places.
20713
20714 @node Invalidation
20715 @section Invalidation Notices
20716
20717 @cindex annotations for invalidation messages
20718 The following annotations say that certain pieces of state may have
20719 changed.
20720
20721 @table @code
20722 @findex frames-invalid
20723 @item ^Z^Zframes-invalid
20724
20725 The frames (for example, output from the @code{backtrace} command) may
20726 have changed.
20727
20728 @findex breakpoints-invalid
20729 @item ^Z^Zbreakpoints-invalid
20730
20731 The breakpoints may have changed.  For example, the user just added or
20732 deleted a breakpoint.
20733 @end table
20734
20735 @node Annotations for Running
20736 @section Running the Program
20737 @cindex annotations for running programs
20738
20739 @findex starting
20740 @findex stopping
20741 When the program starts executing due to a @value{GDBN} command such as
20742 @code{step} or @code{continue},
20743
20744 @smallexample
20745 ^Z^Zstarting
20746 @end smallexample
20747
20748 is output.  When the program stops,
20749
20750 @smallexample
20751 ^Z^Zstopped
20752 @end smallexample
20753
20754 is output.  Before the @code{stopped} annotation, a variety of
20755 annotations describe how the program stopped.
20756
20757 @table @code
20758 @findex exited
20759 @item ^Z^Zexited @var{exit-status}
20760 The program exited, and @var{exit-status} is the exit status (zero for
20761 successful exit, otherwise nonzero).
20762
20763 @findex signalled
20764 @findex signal-name
20765 @findex signal-name-end
20766 @findex signal-string
20767 @findex signal-string-end
20768 @item ^Z^Zsignalled
20769 The program exited with a signal.  After the @code{^Z^Zsignalled}, the
20770 annotation continues:
20771
20772 @smallexample
20773 @var{intro-text}
20774 ^Z^Zsignal-name
20775 @var{name}
20776 ^Z^Zsignal-name-end
20777 @var{middle-text}
20778 ^Z^Zsignal-string
20779 @var{string}
20780 ^Z^Zsignal-string-end
20781 @var{end-text}
20782 @end smallexample
20783
20784 @noindent
20785 where @var{name} is the name of the signal, such as @code{SIGILL} or
20786 @code{SIGSEGV}, and @var{string} is the explanation of the signal, such
20787 as @code{Illegal Instruction} or @code{Segmentation fault}.
20788 @var{intro-text}, @var{middle-text}, and @var{end-text} are for the
20789 user's benefit and have no particular format.
20790
20791 @findex signal
20792 @item ^Z^Zsignal
20793 The syntax of this annotation is just like @code{signalled}, but @value{GDBN} is
20794 just saying that the program received the signal, not that it was
20795 terminated with it.
20796
20797 @findex breakpoint
20798 @item ^Z^Zbreakpoint @var{number}
20799 The program hit breakpoint number @var{number}.
20800
20801 @findex watchpoint
20802 @item ^Z^Zwatchpoint @var{number}
20803 The program hit watchpoint number @var{number}.
20804 @end table
20805
20806 @node Source Annotations
20807 @section Displaying Source
20808 @cindex annotations for source display
20809
20810 @findex source
20811 The following annotation is used instead of displaying source code:
20812
20813 @smallexample
20814 ^Z^Zsource @var{filename}:@var{line}:@var{character}:@var{middle}:@var{addr}
20815 @end smallexample
20816
20817 where @var{filename} is an absolute file name indicating which source
20818 file, @var{line} is the line number within that file (where 1 is the
20819 first line in the file), @var{character} is the character position
20820 within the file (where 0 is the first character in the file) (for most
20821 debug formats this will necessarily point to the beginning of a line),
20822 @var{middle} is @samp{middle} if @var{addr} is in the middle of the
20823 line, or @samp{beg} if @var{addr} is at the beginning of the line, and
20824 @var{addr} is the address in the target program associated with the
20825 source which is being displayed.  @var{addr} is in the form @samp{0x}
20826 followed by one or more lowercase hex digits (note that this does not
20827 depend on the language).
20828
20829 @node GDB Bugs
20830 @chapter Reporting Bugs in @value{GDBN}
20831 @cindex bugs in @value{GDBN}
20832 @cindex reporting bugs in @value{GDBN}
20833
20834 Your bug reports play an essential role in making @value{GDBN} reliable.
20835
20836 Reporting a bug may help you by bringing a solution to your problem, or it
20837 may not.  But in any case the principal function of a bug report is to help
20838 the entire community by making the next version of @value{GDBN} work better.  Bug
20839 reports are your contribution to the maintenance of @value{GDBN}.
20840
20841 In order for a bug report to serve its purpose, you must include the
20842 information that enables us to fix the bug.
20843
20844 @menu
20845 * Bug Criteria::                Have you found a bug?
20846 * Bug Reporting::               How to report bugs
20847 @end menu
20848
20849 @node Bug Criteria
20850 @section Have you found a bug?
20851 @cindex bug criteria
20852
20853 If you are not sure whether you have found a bug, here are some guidelines:
20854
20855 @itemize @bullet
20856 @cindex fatal signal
20857 @cindex debugger crash
20858 @cindex crash of debugger
20859 @item
20860 If the debugger gets a fatal signal, for any input whatever, that is a
20861 @value{GDBN} bug.  Reliable debuggers never crash.
20862
20863 @cindex error on valid input
20864 @item
20865 If @value{GDBN} produces an error message for valid input, that is a
20866 bug.  (Note that if you're cross debugging, the problem may also be
20867 somewhere in the connection to the target.)
20868
20869 @cindex invalid input
20870 @item
20871 If @value{GDBN} does not produce an error message for invalid input,
20872 that is a bug.  However, you should note that your idea of
20873 ``invalid input'' might be our idea of ``an extension'' or ``support
20874 for traditional practice''.
20875
20876 @item
20877 If you are an experienced user of debugging tools, your suggestions
20878 for improvement of @value{GDBN} are welcome in any case.
20879 @end itemize
20880
20881 @node Bug Reporting
20882 @section How to report bugs
20883 @cindex bug reports
20884 @cindex @value{GDBN} bugs, reporting
20885
20886 A number of companies and individuals offer support for @sc{gnu} products.
20887 If you obtained @value{GDBN} from a support organization, we recommend you
20888 contact that organization first.
20889
20890 You can find contact information for many support companies and
20891 individuals in the file @file{etc/SERVICE} in the @sc{gnu} Emacs
20892 distribution.
20893 @c should add a web page ref...
20894
20895 In any event, we also recommend that you submit bug reports for
20896 @value{GDBN}.  The prefered method is to submit them directly using
20897 @uref{http://www.gnu.org/software/gdb/bugs/, @value{GDBN}'s Bugs web
20898 page}.  Alternatively, the @email{bug-gdb@@gnu.org, e-mail gateway} can
20899 be used.
20900
20901 @strong{Do not send bug reports to @samp{info-gdb}, or to
20902 @samp{help-gdb}, or to any newsgroups.}  Most users of @value{GDBN} do
20903 not want to receive bug reports.  Those that do have arranged to receive
20904 @samp{bug-gdb}.
20905
20906 The mailing list @samp{bug-gdb} has a newsgroup @samp{gnu.gdb.bug} which
20907 serves as a repeater.  The mailing list and the newsgroup carry exactly
20908 the same messages.  Often people think of posting bug reports to the
20909 newsgroup instead of mailing them.  This appears to work, but it has one
20910 problem which can be crucial: a newsgroup posting often lacks a mail
20911 path back to the sender.  Thus, if we need to ask for more information,
20912 we may be unable to reach you.  For this reason, it is better to send
20913 bug reports to the mailing list.
20914
20915 The fundamental principle of reporting bugs usefully is this:
20916 @strong{report all the facts}.  If you are not sure whether to state a
20917 fact or leave it out, state it!
20918
20919 Often people omit facts because they think they know what causes the
20920 problem and assume that some details do not matter.  Thus, you might
20921 assume that the name of the variable you use in an example does not matter.
20922 Well, probably it does not, but one cannot be sure.  Perhaps the bug is a
20923 stray memory reference which happens to fetch from the location where that
20924 name is stored in memory; perhaps, if the name were different, the contents
20925 of that location would fool the debugger into doing the right thing despite
20926 the bug.  Play it safe and give a specific, complete example.  That is the
20927 easiest thing for you to do, and the most helpful.
20928
20929 Keep in mind that the purpose of a bug report is to enable us to fix the
20930 bug.  It may be that the bug has been reported previously, but neither
20931 you nor we can know that unless your bug report is complete and
20932 self-contained.
20933
20934 Sometimes people give a few sketchy facts and ask, ``Does this ring a
20935 bell?''  Those bug reports are useless, and we urge everyone to
20936 @emph{refuse to respond to them} except to chide the sender to report
20937 bugs properly.
20938
20939 To enable us to fix the bug, you should include all these things:
20940
20941 @itemize @bullet
20942 @item
20943 The version of @value{GDBN}.  @value{GDBN} announces it if you start
20944 with no arguments; you can also print it at any time using @code{show
20945 version}.
20946
20947 Without this, we will not know whether there is any point in looking for
20948 the bug in the current version of @value{GDBN}.
20949
20950 @item
20951 The type of machine you are using, and the operating system name and
20952 version number.
20953
20954 @item
20955 What compiler (and its version) was used to compile @value{GDBN}---e.g.
20956 ``@value{GCC}--2.8.1''.
20957
20958 @item
20959 What compiler (and its version) was used to compile the program you are
20960 debugging---e.g.  ``@value{GCC}--2.8.1'', or ``HP92453-01 A.10.32.03 HP
20961 C Compiler''.  For GCC, you can say @code{gcc --version} to get this
20962 information; for other compilers, see the documentation for those
20963 compilers.
20964
20965 @item
20966 The command arguments you gave the compiler to compile your example and
20967 observe the bug.  For example, did you use @samp{-O}?  To guarantee
20968 you will not omit something important, list them all.  A copy of the
20969 Makefile (or the output from make) is sufficient.
20970
20971 If we were to try to guess the arguments, we would probably guess wrong
20972 and then we might not encounter the bug.
20973
20974 @item
20975 A complete input script, and all necessary source files, that will
20976 reproduce the bug.
20977
20978 @item
20979 A description of what behavior you observe that you believe is
20980 incorrect.  For example, ``It gets a fatal signal.''
20981
20982 Of course, if the bug is that @value{GDBN} gets a fatal signal, then we
20983 will certainly notice it.  But if the bug is incorrect output, we might
20984 not notice unless it is glaringly wrong.  You might as well not give us
20985 a chance to make a mistake.
20986
20987 Even if the problem you experience is a fatal signal, you should still
20988 say so explicitly.  Suppose something strange is going on, such as, your
20989 copy of @value{GDBN} is out of synch, or you have encountered a bug in
20990 the C library on your system.  (This has happened!)  Your copy might
20991 crash and ours would not.  If you told us to expect a crash, then when
20992 ours fails to crash, we would know that the bug was not happening for
20993 us.  If you had not told us to expect a crash, then we would not be able
20994 to draw any conclusion from our observations.
20995
20996 @pindex script
20997 @cindex recording a session script
20998 To collect all this information, you can use a session recording program
20999 such as @command{script}, which is available on many Unix systems.
21000 Just run your @value{GDBN} session inside @command{script} and then
21001 include the @file{typescript} file with your bug report.
21002
21003 Another way to record a @value{GDBN} session is to run @value{GDBN}
21004 inside Emacs and then save the entire buffer to a file.
21005
21006 @item
21007 If you wish to suggest changes to the @value{GDBN} source, send us context
21008 diffs.  If you even discuss something in the @value{GDBN} source, refer to
21009 it by context, not by line number.
21010
21011 The line numbers in our development sources will not match those in your
21012 sources.  Your line numbers would convey no useful information to us.
21013
21014 @end itemize
21015
21016 Here are some things that are not necessary:
21017
21018 @itemize @bullet
21019 @item
21020 A description of the envelope of the bug.
21021
21022 Often people who encounter a bug spend a lot of time investigating
21023 which changes to the input file will make the bug go away and which
21024 changes will not affect it.
21025
21026 This is often time consuming and not very useful, because the way we
21027 will find the bug is by running a single example under the debugger
21028 with breakpoints, not by pure deduction from a series of examples.
21029 We recommend that you save your time for something else.
21030
21031 Of course, if you can find a simpler example to report @emph{instead}
21032 of the original one, that is a convenience for us.  Errors in the
21033 output will be easier to spot, running under the debugger will take
21034 less time, and so on.
21035
21036 However, simplification is not vital; if you do not want to do this,
21037 report the bug anyway and send us the entire test case you used.
21038
21039 @item
21040 A patch for the bug.
21041
21042 A patch for the bug does help us if it is a good one.  But do not omit
21043 the necessary information, such as the test case, on the assumption that
21044 a patch is all we need.  We might see problems with your patch and decide
21045 to fix the problem another way, or we might not understand it at all.
21046
21047 Sometimes with a program as complicated as @value{GDBN} it is very hard to
21048 construct an example that will make the program follow a certain path
21049 through the code.  If you do not send us the example, we will not be able
21050 to construct one, so we will not be able to verify that the bug is fixed.
21051
21052 And if we cannot understand what bug you are trying to fix, or why your
21053 patch should be an improvement, we will not install it.  A test case will
21054 help us to understand.
21055
21056 @item
21057 A guess about what the bug is or what it depends on.
21058
21059 Such guesses are usually wrong.  Even we cannot guess right about such
21060 things without first using the debugger to find the facts.
21061 @end itemize
21062
21063 @c The readline documentation is distributed with the readline code
21064 @c and consists of the two following files:
21065 @c     rluser.texinfo
21066 @c     inc-hist.texinfo
21067 @c Use -I with makeinfo to point to the appropriate directory,
21068 @c environment var TEXINPUTS with TeX.
21069 @include rluser.texinfo
21070 @include inc-hist.texinfo
21071
21072
21073 @node Formatting Documentation
21074 @appendix Formatting Documentation
21075
21076 @cindex @value{GDBN} reference card
21077 @cindex reference card
21078 The @value{GDBN} 4 release includes an already-formatted reference card, ready
21079 for printing with PostScript or Ghostscript, in the @file{gdb}
21080 subdirectory of the main source directory@footnote{In
21081 @file{gdb-@value{GDBVN}/gdb/refcard.ps} of the version @value{GDBVN}
21082 release.}.  If you can use PostScript or Ghostscript with your printer,
21083 you can print the reference card immediately with @file{refcard.ps}.
21084
21085 The release also includes the source for the reference card.  You
21086 can format it, using @TeX{}, by typing:
21087
21088 @smallexample
21089 make refcard.dvi
21090 @end smallexample
21091
21092 The @value{GDBN} reference card is designed to print in @dfn{landscape}
21093 mode on US ``letter'' size paper;
21094 that is, on a sheet 11 inches wide by 8.5 inches
21095 high.  You will need to specify this form of printing as an option to
21096 your @sc{dvi} output program.
21097
21098 @cindex documentation
21099
21100 All the documentation for @value{GDBN} comes as part of the machine-readable
21101 distribution.  The documentation is written in Texinfo format, which is
21102 a documentation system that uses a single source file to produce both
21103 on-line information and a printed manual.  You can use one of the Info
21104 formatting commands to create the on-line version of the documentation
21105 and @TeX{} (or @code{texi2roff}) to typeset the printed version.
21106
21107 @value{GDBN} includes an already formatted copy of the on-line Info
21108 version of this manual in the @file{gdb} subdirectory.  The main Info
21109 file is @file{gdb-@value{GDBVN}/gdb/gdb.info}, and it refers to
21110 subordinate files matching @samp{gdb.info*} in the same directory.  If
21111 necessary, you can print out these files, or read them with any editor;
21112 but they are easier to read using the @code{info} subsystem in @sc{gnu}
21113 Emacs or the standalone @code{info} program, available as part of the
21114 @sc{gnu} Texinfo distribution.
21115
21116 If you want to format these Info files yourself, you need one of the
21117 Info formatting programs, such as @code{texinfo-format-buffer} or
21118 @code{makeinfo}.
21119
21120 If you have @code{makeinfo} installed, and are in the top level
21121 @value{GDBN} source directory (@file{gdb-@value{GDBVN}}, in the case of
21122 version @value{GDBVN}), you can make the Info file by typing:
21123
21124 @smallexample
21125 cd gdb
21126 make gdb.info
21127 @end smallexample
21128
21129 If you want to typeset and print copies of this manual, you need @TeX{},
21130 a program to print its @sc{dvi} output files, and @file{texinfo.tex}, the
21131 Texinfo definitions file.
21132
21133 @TeX{} is a typesetting program; it does not print files directly, but
21134 produces output files called @sc{dvi} files.  To print a typeset
21135 document, you need a program to print @sc{dvi} files.  If your system
21136 has @TeX{} installed, chances are it has such a program.  The precise
21137 command to use depends on your system; @kbd{lpr -d} is common; another
21138 (for PostScript devices) is @kbd{dvips}.  The @sc{dvi} print command may
21139 require a file name without any extension or a @samp{.dvi} extension.
21140
21141 @TeX{} also requires a macro definitions file called
21142 @file{texinfo.tex}.  This file tells @TeX{} how to typeset a document
21143 written in Texinfo format.  On its own, @TeX{} cannot either read or
21144 typeset a Texinfo file.  @file{texinfo.tex} is distributed with GDB
21145 and is located in the @file{gdb-@var{version-number}/texinfo}
21146 directory.
21147
21148 If you have @TeX{} and a @sc{dvi} printer program installed, you can
21149 typeset and print this manual.  First switch to the the @file{gdb}
21150 subdirectory of the main source directory (for example, to
21151 @file{gdb-@value{GDBVN}/gdb}) and type:
21152
21153 @smallexample
21154 make gdb.dvi
21155 @end smallexample
21156
21157 Then give @file{gdb.dvi} to your @sc{dvi} printing program.
21158
21159 @node Installing GDB
21160 @appendix Installing @value{GDBN}
21161 @cindex configuring @value{GDBN}
21162 @cindex installation
21163 @cindex configuring @value{GDBN}, and source tree subdirectories
21164
21165 @value{GDBN} comes with a @code{configure} script that automates the process
21166 of preparing @value{GDBN} for installation; you can then use @code{make} to
21167 build the @code{gdb} program.
21168 @iftex
21169 @c irrelevant in info file; it's as current as the code it lives with.
21170 @footnote{If you have a more recent version of @value{GDBN} than @value{GDBVN},
21171 look at the @file{README} file in the sources; we may have improved the
21172 installation procedures since publishing this manual.}
21173 @end iftex
21174
21175 The @value{GDBN} distribution includes all the source code you need for
21176 @value{GDBN} in a single directory, whose name is usually composed by
21177 appending the version number to @samp{gdb}.
21178
21179 For example, the @value{GDBN} version @value{GDBVN} distribution is in the
21180 @file{gdb-@value{GDBVN}} directory.  That directory contains:
21181
21182 @table @code
21183 @item gdb-@value{GDBVN}/configure @r{(and supporting files)}
21184 script for configuring @value{GDBN} and all its supporting libraries
21185
21186 @item gdb-@value{GDBVN}/gdb
21187 the source specific to @value{GDBN} itself
21188
21189 @item gdb-@value{GDBVN}/bfd
21190 source for the Binary File Descriptor library
21191
21192 @item gdb-@value{GDBVN}/include
21193 @sc{gnu} include files
21194
21195 @item gdb-@value{GDBVN}/libiberty
21196 source for the @samp{-liberty} free software library
21197
21198 @item gdb-@value{GDBVN}/opcodes
21199 source for the library of opcode tables and disassemblers
21200
21201 @item gdb-@value{GDBVN}/readline
21202 source for the @sc{gnu} command-line interface
21203
21204 @item gdb-@value{GDBVN}/glob
21205 source for the @sc{gnu} filename pattern-matching subroutine
21206
21207 @item gdb-@value{GDBVN}/mmalloc
21208 source for the @sc{gnu} memory-mapped malloc package
21209 @end table
21210
21211 The simplest way to configure and build @value{GDBN} is to run @code{configure}
21212 from the @file{gdb-@var{version-number}} source directory, which in
21213 this example is the @file{gdb-@value{GDBVN}} directory.
21214
21215 First switch to the @file{gdb-@var{version-number}} source directory
21216 if you are not already in it; then run @code{configure}.  Pass the
21217 identifier for the platform on which @value{GDBN} will run as an
21218 argument.
21219
21220 For example:
21221
21222 @smallexample
21223 cd gdb-@value{GDBVN}
21224 ./configure @var{host}
21225 make
21226 @end smallexample
21227
21228 @noindent
21229 where @var{host} is an identifier such as @samp{sun4} or
21230 @samp{decstation}, that identifies the platform where @value{GDBN} will run.
21231 (You can often leave off @var{host}; @code{configure} tries to guess the
21232 correct value by examining your system.)
21233
21234 Running @samp{configure @var{host}} and then running @code{make} builds the
21235 @file{bfd}, @file{readline}, @file{mmalloc}, and @file{libiberty}
21236 libraries, then @code{gdb} itself.  The configured source files, and the
21237 binaries, are left in the corresponding source directories.
21238
21239 @need 750
21240 @code{configure} is a Bourne-shell (@code{/bin/sh}) script; if your
21241 system does not recognize this automatically when you run a different
21242 shell, you may need to run @code{sh} on it explicitly:
21243
21244 @smallexample
21245 sh configure @var{host}
21246 @end smallexample
21247
21248 If you run @code{configure} from a directory that contains source
21249 directories for multiple libraries or programs, such as the
21250 @file{gdb-@value{GDBVN}} source directory for version @value{GDBVN}, @code{configure}
21251 creates configuration files for every directory level underneath (unless
21252 you tell it not to, with the @samp{--norecursion} option).
21253
21254 You should run the @code{configure} script from the top directory in the
21255 source tree, the @file{gdb-@var{version-number}} directory.  If you run
21256 @code{configure} from one of the subdirectories, you will configure only
21257 that subdirectory.  That is usually not what you want.  In particular,
21258 if you run the first @code{configure} from the @file{gdb} subdirectory
21259 of the @file{gdb-@var{version-number}} directory, you will omit the
21260 configuration of @file{bfd}, @file{readline}, and other sibling
21261 directories of the @file{gdb} subdirectory.  This leads to build errors
21262 about missing include files such as @file{bfd/bfd.h}.
21263
21264 You can install @code{@value{GDBP}} anywhere; it has no hardwired paths.
21265 However, you should make sure that the shell on your path (named by
21266 the @samp{SHELL} environment variable) is publicly readable.  Remember
21267 that @value{GDBN} uses the shell to start your program---some systems refuse to
21268 let @value{GDBN} debug child processes whose programs are not readable.
21269
21270 @menu
21271 * Separate Objdir::             Compiling @value{GDBN} in another directory
21272 * Config Names::                Specifying names for hosts and targets
21273 * Configure Options::           Summary of options for configure
21274 @end menu
21275
21276 @node Separate Objdir
21277 @section Compiling @value{GDBN} in another directory
21278
21279 If you want to run @value{GDBN} versions for several host or target machines,
21280 you need a different @code{gdb} compiled for each combination of
21281 host and target.  @code{configure} is designed to make this easy by
21282 allowing you to generate each configuration in a separate subdirectory,
21283 rather than in the source directory.  If your @code{make} program
21284 handles the @samp{VPATH} feature (@sc{gnu} @code{make} does), running
21285 @code{make} in each of these directories builds the @code{gdb}
21286 program specified there.
21287
21288 To build @code{gdb} in a separate directory, run @code{configure}
21289 with the @samp{--srcdir} option to specify where to find the source.
21290 (You also need to specify a path to find @code{configure}
21291 itself from your working directory.  If the path to @code{configure}
21292 would be the same as the argument to @samp{--srcdir}, you can leave out
21293 the @samp{--srcdir} option; it is assumed.)
21294
21295 For example, with version @value{GDBVN}, you can build @value{GDBN} in a
21296 separate directory for a Sun 4 like this:
21297
21298 @smallexample
21299 @group
21300 cd gdb-@value{GDBVN}
21301 mkdir ../gdb-sun4
21302 cd ../gdb-sun4
21303 ../gdb-@value{GDBVN}/configure sun4
21304 make
21305 @end group
21306 @end smallexample
21307
21308 When @code{configure} builds a configuration using a remote source
21309 directory, it creates a tree for the binaries with the same structure
21310 (and using the same names) as the tree under the source directory.  In
21311 the example, you'd find the Sun 4 library @file{libiberty.a} in the
21312 directory @file{gdb-sun4/libiberty}, and @value{GDBN} itself in
21313 @file{gdb-sun4/gdb}.
21314
21315 Make sure that your path to the @file{configure} script has just one
21316 instance of @file{gdb} in it.  If your path to @file{configure} looks
21317 like @file{../gdb-@value{GDBVN}/gdb/configure}, you are configuring only
21318 one subdirectory of @value{GDBN}, not the whole package.  This leads to
21319 build errors about missing include files such as @file{bfd/bfd.h}.
21320
21321 One popular reason to build several @value{GDBN} configurations in separate
21322 directories is to configure @value{GDBN} for cross-compiling (where
21323 @value{GDBN} runs on one machine---the @dfn{host}---while debugging
21324 programs that run on another machine---the @dfn{target}).
21325 You specify a cross-debugging target by
21326 giving the @samp{--target=@var{target}} option to @code{configure}.
21327
21328 When you run @code{make} to build a program or library, you must run
21329 it in a configured directory---whatever directory you were in when you
21330 called @code{configure} (or one of its subdirectories).
21331
21332 The @code{Makefile} that @code{configure} generates in each source
21333 directory also runs recursively.  If you type @code{make} in a source
21334 directory such as @file{gdb-@value{GDBVN}} (or in a separate configured
21335 directory configured with @samp{--srcdir=@var{dirname}/gdb-@value{GDBVN}}), you
21336 will build all the required libraries, and then build GDB.
21337
21338 When you have multiple hosts or targets configured in separate
21339 directories, you can run @code{make} on them in parallel (for example,
21340 if they are NFS-mounted on each of the hosts); they will not interfere
21341 with each other.
21342
21343 @node Config Names
21344 @section Specifying names for hosts and targets
21345
21346 The specifications used for hosts and targets in the @code{configure}
21347 script are based on a three-part naming scheme, but some short predefined
21348 aliases are also supported.  The full naming scheme encodes three pieces
21349 of information in the following pattern:
21350
21351 @smallexample
21352 @var{architecture}-@var{vendor}-@var{os}
21353 @end smallexample
21354
21355 For example, you can use the alias @code{sun4} as a @var{host} argument,
21356 or as the value for @var{target} in a @code{--target=@var{target}}
21357 option.  The equivalent full name is @samp{sparc-sun-sunos4}.
21358
21359 The @code{configure} script accompanying @value{GDBN} does not provide
21360 any query facility to list all supported host and target names or
21361 aliases.  @code{configure} calls the Bourne shell script
21362 @code{config.sub} to map abbreviations to full names; you can read the
21363 script, if you wish, or you can use it to test your guesses on
21364 abbreviations---for example:
21365
21366 @smallexample
21367 % sh config.sub i386-linux
21368 i386-pc-linux-gnu
21369 % sh config.sub alpha-linux
21370 alpha-unknown-linux-gnu
21371 % sh config.sub hp9k700
21372 hppa1.1-hp-hpux
21373 % sh config.sub sun4
21374 sparc-sun-sunos4.1.1
21375 % sh config.sub sun3
21376 m68k-sun-sunos4.1.1
21377 % sh config.sub i986v
21378 Invalid configuration `i986v': machine `i986v' not recognized
21379 @end smallexample
21380
21381 @noindent
21382 @code{config.sub} is also distributed in the @value{GDBN} source
21383 directory (@file{gdb-@value{GDBVN}}, for version @value{GDBVN}).
21384
21385 @node Configure Options
21386 @section @code{configure} options
21387
21388 Here is a summary of the @code{configure} options and arguments that
21389 are most often useful for building @value{GDBN}.  @code{configure} also has
21390 several other options not listed here.  @inforef{What Configure
21391 Does,,configure.info}, for a full explanation of @code{configure}.
21392
21393 @smallexample
21394 configure @r{[}--help@r{]}
21395           @r{[}--prefix=@var{dir}@r{]}
21396           @r{[}--exec-prefix=@var{dir}@r{]}
21397           @r{[}--srcdir=@var{dirname}@r{]}
21398           @r{[}--norecursion@r{]} @r{[}--rm@r{]}
21399           @r{[}--target=@var{target}@r{]}
21400           @var{host}
21401 @end smallexample
21402
21403 @noindent
21404 You may introduce options with a single @samp{-} rather than
21405 @samp{--} if you prefer; but you may abbreviate option names if you use
21406 @samp{--}.
21407
21408 @table @code
21409 @item --help
21410 Display a quick summary of how to invoke @code{configure}.
21411
21412 @item --prefix=@var{dir}
21413 Configure the source to install programs and files under directory
21414 @file{@var{dir}}.
21415
21416 @item --exec-prefix=@var{dir}
21417 Configure the source to install programs under directory
21418 @file{@var{dir}}.
21419
21420 @c avoid splitting the warning from the explanation:
21421 @need 2000
21422 @item --srcdir=@var{dirname}
21423 @strong{Warning: using this option requires @sc{gnu} @code{make}, or another
21424 @code{make} that implements the @code{VPATH} feature.}@*
21425 Use this option to make configurations in directories separate from the
21426 @value{GDBN} source directories.  Among other things, you can use this to
21427 build (or maintain) several configurations simultaneously, in separate
21428 directories.  @code{configure} writes configuration specific files in
21429 the current directory, but arranges for them to use the source in the
21430 directory @var{dirname}.  @code{configure} creates directories under
21431 the working directory in parallel to the source directories below
21432 @var{dirname}.
21433
21434 @item --norecursion
21435 Configure only the directory level where @code{configure} is executed; do not
21436 propagate configuration to subdirectories.
21437
21438 @item --target=@var{target}
21439 Configure @value{GDBN} for cross-debugging programs running on the specified
21440 @var{target}.  Without this option, @value{GDBN} is configured to debug
21441 programs that run on the same machine (@var{host}) as @value{GDBN} itself.
21442
21443 There is no convenient way to generate a list of all available targets.
21444
21445 @item @var{host} @dots{}
21446 Configure @value{GDBN} to run on the specified @var{host}.
21447
21448 There is no convenient way to generate a list of all available hosts.
21449 @end table
21450
21451 There are many other options available as well, but they are generally
21452 needed for special purposes only.
21453
21454 @node Maintenance Commands
21455 @appendix Maintenance Commands
21456 @cindex maintenance commands
21457 @cindex internal commands
21458
21459 In addition to commands intended for @value{GDBN} users, @value{GDBN}
21460 includes a number of commands intended for @value{GDBN} developers,
21461 that are not documented elsewhere in this manual.  These commands are
21462 provided here for reference.  (For commands that turn on debugging
21463 messages, see @ref{Debugging Output}.)
21464
21465 @table @code
21466 @kindex maint agent
21467 @item maint agent @var{expression}
21468 Translate the given @var{expression} into remote agent bytecodes.
21469 This command is useful for debugging the Agent Expression mechanism
21470 (@pxref{Agent Expressions}).
21471
21472 @kindex maint info breakpoints
21473 @item @anchor{maint info breakpoints}maint info breakpoints
21474 Using the same format as @samp{info breakpoints}, display both the
21475 breakpoints you've set explicitly, and those @value{GDBN} is using for
21476 internal purposes.  Internal breakpoints are shown with negative
21477 breakpoint numbers.  The type column identifies what kind of breakpoint
21478 is shown:
21479
21480 @table @code
21481 @item breakpoint
21482 Normal, explicitly set breakpoint.
21483
21484 @item watchpoint
21485 Normal, explicitly set watchpoint.
21486
21487 @item longjmp
21488 Internal breakpoint, used to handle correctly stepping through
21489 @code{longjmp} calls.
21490
21491 @item longjmp resume
21492 Internal breakpoint at the target of a @code{longjmp}.
21493
21494 @item until
21495 Temporary internal breakpoint used by the @value{GDBN} @code{until} command.
21496
21497 @item finish
21498 Temporary internal breakpoint used by the @value{GDBN} @code{finish} command.
21499
21500 @item shlib events
21501 Shared library events.
21502
21503 @end table
21504
21505 @kindex maint check-symtabs
21506 @item maint check-symtabs
21507 Check the consistency of psymtabs and symtabs.
21508
21509 @kindex maint cplus first_component
21510 @item maint cplus first_component @var{name}
21511 Print the first C@t{++} class/namespace component of @var{name}.
21512
21513 @kindex maint cplus namespace
21514 @item maint cplus namespace
21515 Print the list of possible C@t{++} namespaces.
21516
21517 @kindex maint demangle
21518 @item maint demangle @var{name}
21519 Demangle a C@t{++} or Objective-C manled @var{name}.
21520
21521 @kindex maint deprecate
21522 @kindex maint undeprecate
21523 @cindex deprecated commands
21524 @item maint deprecate @var{command} @r{[}@var{replacement}@r{]}
21525 @itemx maint undeprecate @var{command}
21526 Deprecate or undeprecate the named @var{command}.  Deprecated commands
21527 cause @value{GDBN} to issue a warning when you use them.  The optional
21528 argument @var{replacement} says which newer command should be used in
21529 favor of the deprecated one; if it is given, @value{GDBN} will mention
21530 the replacement as part of the warning.
21531
21532 @kindex maint dump-me
21533 @item maint dump-me
21534 @cindex @code{SIGQUIT} signal, dump core of @value{GDBN}
21535 Cause a fatal signal in the debugger and force it to dump its core.
21536 This is supported only on systems which support aborting a program
21537 with the @code{SIGQUIT} signal.
21538
21539 @kindex maint internal-error
21540 @kindex maint internal-warning
21541 @item maint internal-error @r{[}@var{message-text}@r{]}
21542 @itemx maint internal-warning @r{[}@var{message-text}@r{]}
21543 Cause @value{GDBN} to call the internal function @code{internal_error}
21544 or @code{internal_warning} and hence behave as though an internal error
21545 or internal warning has been detected.  In addition to reporting the
21546 internal problem, these functions give the user the opportunity to
21547 either quit @value{GDBN} or create a core file of the current
21548 @value{GDBN} session.
21549
21550 These commands take an optional parameter @var{message-text} that is
21551 used as the text of the error or warning message.
21552
21553 Here's an example of using @code{indernal-error}:
21554
21555 @smallexample
21556 (@value{GDBP}) @kbd{maint internal-error testing, 1, 2}
21557 @dots{}/maint.c:121: internal-error: testing, 1, 2
21558 A problem internal to GDB has been detected.  Further
21559 debugging may prove unreliable.
21560 Quit this debugging session? (y or n) @kbd{n}
21561 Create a core file? (y or n) @kbd{n}
21562 (@value{GDBP})
21563 @end smallexample
21564
21565 @kindex maint packet
21566 @item maint packet @var{text}
21567 If @value{GDBN} is talking to an inferior via the serial protocol,
21568 then this command sends the string @var{text} to the inferior, and
21569 displays the response packet.  @value{GDBN} supplies the initial
21570 @samp{$} character, the terminating @samp{#} character, and the
21571 checksum.
21572
21573 @kindex maint print architecture
21574 @item maint print architecture @r{[}@var{file}@r{]}
21575 Print the entire architecture configuration.  The optional argument
21576 @var{file} names the file where the output goes.
21577
21578 @kindex maint print dummy-frames
21579 @item maint print dummy-frames
21580 Prints the contents of @value{GDBN}'s internal dummy-frame stack.
21581
21582 @smallexample
21583 (@value{GDBP}) @kbd{b add}
21584 @dots{}
21585 (@value{GDBP}) @kbd{print add(2,3)}
21586 Breakpoint 2, add (a=2, b=3) at @dots{}
21587 58        return (a + b);
21588 The program being debugged stopped while in a function called from GDB.
21589 @dots{}
21590 (@value{GDBP}) @kbd{maint print dummy-frames}
21591 0x1a57c80: pc=0x01014068 fp=0x0200bddc sp=0x0200bdd6
21592  top=0x0200bdd4 id=@{stack=0x200bddc,code=0x101405c@}
21593  call_lo=0x01014000 call_hi=0x01014001
21594 (@value{GDBP})
21595 @end smallexample
21596
21597 Takes an optional file parameter.
21598
21599 @kindex maint print registers
21600 @kindex maint print raw-registers
21601 @kindex maint print cooked-registers
21602 @kindex maint print register-groups
21603 @item maint print registers @r{[}@var{file}@r{]}
21604 @itemx maint print raw-registers @r{[}@var{file}@r{]}
21605 @itemx maint print cooked-registers @r{[}@var{file}@r{]}
21606 @itemx maint print register-groups @r{[}@var{file}@r{]}
21607 Print @value{GDBN}'s internal register data structures.
21608
21609 The command @code{maint print raw-registers} includes the contents of
21610 the raw register cache; the command @code{maint print cooked-registers}
21611 includes the (cooked) value of all registers; and the command
21612 @code{maint print register-groups} includes the groups that each
21613 register is a member of.  @xref{Registers,, Registers, gdbint,
21614 @value{GDBN} Internals}.
21615
21616 These commands take an optional parameter, a file name to which to
21617 write the information.
21618
21619 @kindex maint print reggroups
21620 @item maint print reggroups @r{[}@var{file}@r{]}
21621 Print @value{GDBN}'s internal register group data structures.  The
21622 optional argument @var{file} tells to what file to write the
21623 information.
21624
21625 The register groups info looks like this:
21626
21627 @smallexample
21628 (@value{GDBP}) @kbd{maint print reggroups}
21629  Group      Type
21630  general    user
21631  float      user
21632  all        user
21633  vector     user
21634  system     user
21635  save       internal
21636  restore    internal
21637 @end smallexample
21638
21639 @kindex flushregs
21640 @item flushregs
21641 This command forces @value{GDBN} to flush its internal register cache.
21642
21643 @kindex maint print objfiles
21644 @cindex info for known object files
21645 @item maint print objfiles
21646 Print a dump of all known object files.  For each object file, this
21647 command prints its name, address in memory, and all of its psymtabs
21648 and symtabs.
21649
21650 @kindex maint print statistics
21651 @cindex bcache statistics
21652 @item maint print statistics
21653 This command prints, for each object file in the program, various data
21654 about that object file followed by the byte cache (@dfn{bcache})
21655 statistics for the object file.  The objfile data includes the number
21656 of minimal, partical, full, and stabs symbols, the number of types
21657 defined by the objfile, the number of as yet unexpanded psym tables,
21658 the number of line tables and string tables, and the amount of memory
21659 used by the various tables.  The bcache statistics include the counts,
21660 sizes, and counts of duplicates of all and unique objects, max,
21661 average, and median entry size, total memory used and its overhead and
21662 savings, and various measures of the hash table size and chain
21663 lengths.
21664
21665 @kindex maint print type
21666 @cindex type chain of a data type
21667 @item maint print type @var{expr}
21668 Print the type chain for a type specified by @var{expr}.  The argument
21669 can be either a type name or a symbol.  If it is a symbol, the type of
21670 that symbol is described.  The type chain produced by this command is
21671 a recursive definition of the data type as stored in @value{GDBN}'s
21672 data structures, including its flags and contained types.
21673
21674 @kindex maint set dwarf2 max-cache-age
21675 @kindex maint show dwarf2 max-cache-age
21676 @item maint set dwarf2 max-cache-age
21677 @itemx maint show dwarf2 max-cache-age
21678 Control the DWARF 2 compilation unit cache.
21679
21680 @cindex DWARF 2 compilation units cache
21681 In object files with inter-compilation-unit references, such as those
21682 produced by the GCC option @samp{-feliminate-dwarf2-dups}, the DWARF 2
21683 reader needs to frequently refer to previously read compilation units.
21684 This setting controls how long a compilation unit will remain in the
21685 cache if it is not referenced.  A higher limit means that cached
21686 compilation units will be stored in memory longer, and more total
21687 memory will be used.  Setting it to zero disables caching, which will
21688 slow down @value{GDBN} startup, but reduce memory consumption.
21689
21690 @kindex maint set profile
21691 @kindex maint show profile
21692 @cindex profiling GDB
21693 @item maint set profile
21694 @itemx maint show profile
21695 Control profiling of @value{GDBN}.
21696
21697 Profiling will be disabled until you use the @samp{maint set profile}
21698 command to enable it.  When you enable profiling, the system will begin
21699 collecting timing and execution count data; when you disable profiling or
21700 exit @value{GDBN}, the results will be written to a log file.  Remember that
21701 if you use profiling, @value{GDBN} will overwrite the profiling log file
21702 (often called @file{gmon.out}).  If you have a record of important profiling
21703 data in a @file{gmon.out} file, be sure to move it to a safe location.
21704
21705 Configuring with @samp{--enable-profiling} arranges for @value{GDBN} to be
21706 compiled with the @samp{-pg} compiler option.
21707
21708 @kindex maint show-debug-regs
21709 @cindex x86 hardware debug registers
21710 @item maint show-debug-regs
21711 Control whether to show variables that mirror the x86 hardware debug
21712 registers.  Use @code{ON} to enable, @code{OFF} to disable.  If
21713 enabled, the debug registers values are shown when GDB inserts or
21714 removes a hardware breakpoint or watchpoint, and when the inferior
21715 triggers a hardware-assisted breakpoint or watchpoint.
21716
21717 @kindex maint space
21718 @cindex memory used by commands
21719 @item maint space
21720 Control whether to display memory usage for each command.  If set to a
21721 nonzero value, @value{GDBN} will display how much memory each command
21722 took, following the command's own output.  This can also be requested
21723 by invoking @value{GDBN} with the @option{--statistics} command-line
21724 switch (@pxref{Mode Options}).
21725
21726 @kindex maint time
21727 @cindex time of command execution
21728 @item maint time
21729 Control whether to display the execution time for each command.  If
21730 set to a nonzero value, @value{GDBN} will display how much time it
21731 took to execute each command, following the command's own output.
21732 This can also be requested by invoking @value{GDBN} with the
21733 @option{--statistics} command-line switch (@pxref{Mode Options}).
21734
21735 @kindex maint translate-address
21736 @item maint translate-address @r{[}@var{section}@r{]} @var{addr}
21737 Find the symbol stored at the location specified by the address
21738 @var{addr} and an optional section name @var{section}.  If found,
21739 @value{GDBN} prints the name of the closest symbol and an offset from
21740 the symbol's location to the specified address.  This is similar to
21741 the @code{info address} command (@pxref{Symbols}), except that this
21742 command also allows to find symbols in other sections.
21743
21744 @end table
21745
21746 The following command is useful for non-interactive invocations of
21747 @value{GDBN}, such as in the test suite.
21748
21749 @table @code
21750 @item set watchdog @var{nsec}
21751 @kindex set watchdog
21752 @cindex watchdog timer
21753 @cindex timeout for commands
21754 Set the maximum number of seconds @value{GDBN} will wait for the
21755 target operation to finish.  If this time expires, @value{GDBN}
21756 reports and error and the command is aborted.
21757
21758 @item show watchdog
21759 Show the current setting of the target wait timeout.
21760 @end table
21761
21762 @node Remote Protocol
21763 @appendix @value{GDBN} Remote Serial Protocol
21764
21765 @menu
21766 * Overview::
21767 * Packets::
21768 * Stop Reply Packets::
21769 * General Query Packets::
21770 * Register Packet Format::
21771 * Examples::
21772 * File-I/O remote protocol extension::
21773 @end menu
21774
21775 @node Overview
21776 @section Overview
21777
21778 There may be occasions when you need to know something about the
21779 protocol---for example, if there is only one serial port to your target
21780 machine, you might want your program to do something special if it
21781 recognizes a packet meant for @value{GDBN}.
21782
21783 In the examples below, @samp{->} and @samp{<-} are used to indicate
21784 transmitted and received data respectfully.
21785
21786 @cindex protocol, @value{GDBN} remote serial
21787 @cindex serial protocol, @value{GDBN} remote
21788 @cindex remote serial protocol
21789 All @value{GDBN} commands and responses (other than acknowledgments) are
21790 sent as a @var{packet}.  A @var{packet} is introduced with the character
21791 @samp{$}, the actual @var{packet-data}, and the terminating character
21792 @samp{#} followed by a two-digit @var{checksum}:
21793
21794 @smallexample
21795 @code{$}@var{packet-data}@code{#}@var{checksum}
21796 @end smallexample
21797 @noindent
21798
21799 @cindex checksum, for @value{GDBN} remote
21800 @noindent
21801 The two-digit @var{checksum} is computed as the modulo 256 sum of all
21802 characters between the leading @samp{$} and the trailing @samp{#} (an
21803 eight bit unsigned checksum).
21804
21805 Implementors should note that prior to @value{GDBN} 5.0 the protocol
21806 specification also included an optional two-digit @var{sequence-id}:
21807
21808 @smallexample
21809 @code{$}@var{sequence-id}@code{:}@var{packet-data}@code{#}@var{checksum}
21810 @end smallexample
21811
21812 @cindex sequence-id, for @value{GDBN} remote
21813 @noindent
21814 That @var{sequence-id} was appended to the acknowledgment.  @value{GDBN}
21815 has never output @var{sequence-id}s.  Stubs that handle packets added
21816 since @value{GDBN} 5.0 must not accept @var{sequence-id}.
21817
21818 @cindex acknowledgment, for @value{GDBN} remote
21819 When either the host or the target machine receives a packet, the first
21820 response expected is an acknowledgment: either @samp{+} (to indicate
21821 the package was received correctly) or @samp{-} (to request
21822 retransmission):
21823
21824 @smallexample
21825 -> @code{$}@var{packet-data}@code{#}@var{checksum}
21826 <- @code{+}
21827 @end smallexample
21828 @noindent
21829
21830 The host (@value{GDBN}) sends @var{command}s, and the target (the
21831 debugging stub incorporated in your program) sends a @var{response}.  In
21832 the case of step and continue @var{command}s, the response is only sent
21833 when the operation has completed (the target has again stopped).
21834
21835 @var{packet-data} consists of a sequence of characters with the
21836 exception of @samp{#} and @samp{$} (see @samp{X} packet for additional
21837 exceptions).
21838
21839 Fields within the packet should be separated using @samp{,} @samp{;} or
21840 @cindex remote protocol, field separator
21841 @samp{:}.  Except where otherwise noted all numbers are represented in
21842 @sc{hex} with leading zeros suppressed.
21843
21844 Implementors should note that prior to @value{GDBN} 5.0, the character
21845 @samp{:} could not appear as the third character in a packet (as it
21846 would potentially conflict with the @var{sequence-id}).
21847
21848 Response @var{data} can be run-length encoded to save space.  A @samp{*}
21849 means that the next character is an @sc{ascii} encoding giving a repeat count
21850 which stands for that many repetitions of the character preceding the
21851 @samp{*}.  The encoding is @code{n+29}, yielding a printable character
21852 where @code{n >=3} (which is where rle starts to win).  The printable
21853 characters @samp{$}, @samp{#}, @samp{+} and @samp{-} or with a numeric
21854 value greater than 126 should not be used.
21855
21856 So:
21857 @smallexample
21858 "@code{0* }"
21859 @end smallexample
21860 @noindent
21861 means the same as "0000".
21862
21863 The error response returned for some packets includes a two character
21864 error number.  That number is not well defined.
21865
21866 For any @var{command} not supported by the stub, an empty response
21867 (@samp{$#00}) should be returned.  That way it is possible to extend the
21868 protocol.  A newer @value{GDBN} can tell if a packet is supported based
21869 on that response.
21870
21871 A stub is required to support the @samp{g}, @samp{G}, @samp{m}, @samp{M},
21872 @samp{c}, and @samp{s} @var{command}s.  All other @var{command}s are
21873 optional.
21874
21875 @node Packets
21876 @section Packets
21877
21878 The following table provides a complete list of all currently defined
21879 @var{command}s and their corresponding response @var{data}.
21880 @xref{File-I/O remote protocol extension}, for details about the File
21881 I/O extension of the remote protocol.
21882
21883 @table @r
21884
21885 @item @code{!} --- extended mode
21886 @cindex @code{!} packet
21887
21888 Enable extended mode.  In extended mode, the remote server is made
21889 persistent.  The @samp{R} packet is used to restart the program being
21890 debugged.
21891
21892 Reply:
21893 @table @samp
21894 @item OK
21895 The remote target both supports and has enabled extended mode.
21896 @end table
21897
21898 @item @code{?} --- last signal
21899 @cindex @code{?} packet
21900
21901 Indicate the reason the target halted.  The reply is the same as for
21902 step and continue.
21903
21904 Reply:
21905 @xref{Stop Reply Packets}, for the reply specifications.
21906
21907 @item @code{a} --- reserved
21908
21909 Reserved for future use.
21910
21911 @item @code{A}@var{arglen}@code{,}@var{argnum}@code{,}@var{arg}@code{,@dots{}} ---  set program arguments @strong{(reserved)}
21912 @cindex @code{A} packet
21913
21914 Initialized @samp{argv[]} array passed into program. @var{arglen}
21915 specifies the number of bytes in the hex encoded byte stream @var{arg}.
21916 See @code{gdbserver} for more details.
21917
21918 Reply:
21919 @table @samp
21920 @item OK
21921 @item E@var{NN}
21922 @end table
21923
21924 @item @code{b}@var{baud} --- set baud @strong{(deprecated)}
21925 @cindex @code{b} packet
21926
21927 Change the serial line speed to @var{baud}.
21928
21929 JTC: @emph{When does the transport layer state change?  When it's
21930 received, or after the ACK is transmitted.  In either case, there are
21931 problems if the command or the acknowledgment packet is dropped.}
21932
21933 Stan: @emph{If people really wanted to add something like this, and get
21934 it working for the first time, they ought to modify ser-unix.c to send
21935 some kind of out-of-band message to a specially-setup stub and have the
21936 switch happen "in between" packets, so that from remote protocol's point
21937 of view, nothing actually happened.}
21938
21939 @item @code{B}@var{addr},@var{mode} --- set breakpoint @strong{(deprecated)}
21940 @cindex @code{B} packet
21941
21942 Set (@var{mode} is @samp{S}) or clear (@var{mode} is @samp{C}) a
21943 breakpoint at @var{addr}.
21944
21945 This packet has been replaced by the @samp{Z} and @samp{z} packets
21946 (@pxref{insert breakpoint or watchpoint packet}).
21947
21948 @item @code{c}@var{addr} --- continue
21949 @cindex @code{c} packet
21950
21951 @var{addr} is address to resume.  If @var{addr} is omitted, resume at
21952 current address.
21953
21954 Reply:
21955 @xref{Stop Reply Packets}, for the reply specifications.
21956
21957 @item @code{C}@var{sig}@code{;}@var{addr} --- continue with signal
21958 @cindex @code{C} packet
21959
21960 Continue with signal @var{sig} (hex signal number).  If
21961 @code{;}@var{addr} is omitted, resume at same address.
21962
21963 Reply:
21964 @xref{Stop Reply Packets}, for the reply specifications.
21965
21966 @item @code{d} --- toggle debug @strong{(deprecated)}
21967 @cindex @code{d} packet
21968
21969 Toggle debug flag.
21970
21971 @item @code{D} --- detach
21972 @cindex @code{D} packet
21973
21974 Detach @value{GDBN} from the remote system.  Sent to the remote target
21975 before @value{GDBN} disconnects via the @code{detach} command.
21976
21977 Reply:
21978 @table @samp
21979 @item @emph{no response}
21980 @value{GDBN} does not check for any response after sending this packet.
21981 @end table
21982
21983 @item @code{e} --- reserved
21984
21985 Reserved for future use.
21986
21987 @item @code{E} --- reserved
21988
21989 Reserved for future use.
21990
21991 @item @code{f} --- reserved
21992
21993 Reserved for future use.
21994
21995 @item @code{F}@var{RC}@code{,}@var{EE}@code{,}@var{CF}@code{;}@var{XX} --- Reply to target's F packet.
21996 @cindex @code{F} packet
21997
21998 This packet is send by @value{GDBN} as reply to a @code{F} request packet
21999 sent by the target.  This is part of the File-I/O protocol extension.
22000 @xref{File-I/O remote protocol extension}, for the specification.
22001
22002 @item @code{g} --- read registers
22003 @anchor{read registers packet}
22004 @cindex @code{g} packet
22005
22006 Read general registers.
22007
22008 Reply:
22009 @table @samp
22010 @item @var{XX@dots{}}
22011 Each byte of register data is described by two hex digits.  The bytes
22012 with the register are transmitted in target byte order.  The size of
22013 each register and their position within the @samp{g} @var{packet} are
22014 determined by the @value{GDBN} internal macros
22015 @var{DEPRECATED_REGISTER_RAW_SIZE} and @var{REGISTER_NAME} macros.  The
22016 specification of several standard @code{g} packets is specified below.
22017 @item E@var{NN}
22018 for an error.
22019 @end table
22020
22021 @item @code{G}@var{XX@dots{}} --- write regs
22022 @cindex @code{G} packet
22023
22024 @xref{read registers packet}, for a description of the @var{XX@dots{}}
22025 data.
22026
22027 Reply:
22028 @table @samp
22029 @item OK
22030 for success
22031 @item E@var{NN}
22032 for an error
22033 @end table
22034
22035 @item @code{h} --- reserved
22036
22037 Reserved for future use.
22038
22039 @item @code{H}@var{c}@var{t@dots{}} --- set thread
22040 @cindex @code{H} packet
22041
22042 Set thread for subsequent operations (@samp{m}, @samp{M}, @samp{g},
22043 @samp{G}, et.al.).  @var{c} depends on the operation to be performed: it
22044 should be @samp{c} for step and continue operations, @samp{g} for other
22045 operations.  The thread designator @var{t@dots{}} may be -1, meaning all
22046 the threads, a thread number, or zero which means pick any thread.
22047
22048 Reply:
22049 @table @samp
22050 @item OK
22051 for success
22052 @item E@var{NN}
22053 for an error
22054 @end table
22055
22056 @c FIXME: JTC:
22057 @c   'H': How restrictive (or permissive) is the thread model.  If a
22058 @c        thread is selected and stopped, are other threads allowed
22059 @c        to continue to execute?  As I mentioned above, I think the
22060 @c        semantics of each command when a thread is selected must be
22061 @c        described.  For example:
22062 @c
22063 @c        'g':    If the stub supports threads and a specific thread is
22064 @c                selected, returns the register block from that thread;
22065 @c                otherwise returns current registers.
22066 @c
22067 @c        'G'     If the stub supports threads and a specific thread is
22068 @c                selected, sets the registers of the register block of
22069 @c                that thread; otherwise sets current registers.
22070
22071 @item @code{i}@var{addr}@code{,}@var{nnn} --- cycle step @strong{(draft)}
22072 @anchor{cycle step packet}
22073 @cindex @code{i} packet
22074
22075 Step the remote target by a single clock cycle.  If @code{,}@var{nnn} is
22076 present, cycle step @var{nnn} cycles.  If @var{addr} is present, cycle
22077 step starting at that address.
22078
22079 @item @code{I} --- signal then cycle step @strong{(reserved)}
22080 @cindex @code{I} packet
22081
22082 @xref{step with signal packet}.  @xref{cycle step packet}.
22083
22084 @item @code{j} --- reserved
22085
22086 Reserved for future use.
22087
22088 @item @code{J} --- reserved
22089
22090 Reserved for future use.
22091
22092 @item @code{k} --- kill request
22093 @cindex @code{k} packet
22094
22095 FIXME: @emph{There is no description of how to operate when a specific
22096 thread context has been selected (i.e.@: does 'k' kill only that
22097 thread?)}.
22098
22099 @item @code{K} --- reserved
22100
22101 Reserved for future use.
22102
22103 @item @code{l} --- reserved
22104
22105 Reserved for future use.
22106
22107 @item @code{L} --- reserved
22108
22109 Reserved for future use.
22110
22111 @item @code{m}@var{addr}@code{,}@var{length} --- read memory
22112 @cindex @code{m} packet
22113
22114 Read @var{length} bytes of memory starting at address @var{addr}.
22115 Neither @value{GDBN} nor the stub assume that sized memory transfers are
22116 assumed using word aligned accesses. FIXME: @emph{A word aligned memory
22117 transfer mechanism is needed.}
22118
22119 Reply:
22120 @table @samp
22121 @item @var{XX@dots{}}
22122 @var{XX@dots{}} is mem contents. Can be fewer bytes than requested if able
22123 to read only part of the data.  Neither @value{GDBN} nor the stub assume
22124 that sized memory transfers are assumed using word aligned
22125 accesses. FIXME: @emph{A word aligned memory transfer mechanism is
22126 needed.}
22127 @item E@var{NN}
22128 @var{NN} is errno
22129 @end table
22130
22131 @item @code{M}@var{addr},@var{length}@code{:}@var{XX@dots{}} --- write mem
22132 @cindex @code{M} packet
22133
22134 Write @var{length} bytes of memory starting at address @var{addr}.
22135 @var{XX@dots{}} is the data.
22136
22137 Reply:
22138 @table @samp
22139 @item OK
22140 for success
22141 @item E@var{NN}
22142 for an error (this includes the case where only part of the data was
22143 written).
22144 @end table
22145
22146 @item @code{n} --- reserved
22147
22148 Reserved for future use.
22149
22150 @item @code{N} --- reserved
22151
22152 Reserved for future use.
22153
22154 @item @code{o} --- reserved
22155
22156 Reserved for future use.
22157
22158 @item @code{O} --- reserved
22159
22160 @item @code{p}@var{hex number of register} --- read register packet
22161 @cindex @code{p} packet
22162
22163 @xref{read registers packet}, for a description of how the returned
22164 register value is encoded.
22165
22166 Reply:
22167 @table @samp
22168 @item @var{XX@dots{}}
22169 the register's value
22170 @item E@var{NN}
22171 for an error
22172 @item
22173 Indicating an unrecognized @var{query}.
22174 @end table
22175
22176 @item @code{P}@var{n@dots{}}@code{=}@var{r@dots{}} --- write register
22177 @anchor{write register packet}
22178 @cindex @code{P} packet
22179
22180 Write register @var{n@dots{}} with value @var{r@dots{}}, which contains two hex
22181 digits for each byte in the register (target byte order).
22182
22183 Reply:
22184 @table @samp
22185 @item OK
22186 for success
22187 @item E@var{NN}
22188 for an error
22189 @end table
22190
22191 @item @code{q}@var{query} --- general query
22192 @anchor{general query packet}
22193 @cindex @code{q} packet
22194
22195 Request info about @var{query}.  In general @value{GDBN} queries have a
22196 leading upper case letter.  Custom vendor queries should use a company
22197 prefix (in lower case) ex: @samp{qfsf.var}.  @var{query} may optionally
22198 be followed by a @samp{,} or @samp{;} separated list.  Stubs must ensure
22199 that they match the full @var{query} name.
22200
22201 Reply:
22202 @table @samp
22203 @item @var{XX@dots{}}
22204 Hex encoded data from query.  The reply can not be empty.
22205 @item E@var{NN}
22206 error reply
22207 @item
22208 Indicating an unrecognized @var{query}.
22209 @end table
22210
22211 @item @code{Q}@var{var}@code{=}@var{val} --- general set
22212 @cindex @code{Q} packet
22213
22214 Set value of @var{var} to @var{val}.
22215
22216 @xref{general query packet}, for a discussion of naming conventions.
22217
22218 @item @code{r} --- reset @strong{(deprecated)}
22219 @cindex @code{r} packet
22220
22221 Reset the entire system.
22222
22223 @item @code{R}@var{XX} --- remote restart
22224 @cindex @code{R} packet
22225
22226 Restart the program being debugged.  @var{XX}, while needed, is ignored.
22227 This packet is only available in extended mode.
22228
22229 Reply:
22230 @table @samp
22231 @item @emph{no reply}
22232 The @samp{R} packet has no reply.
22233 @end table
22234
22235 @item @code{s}@var{addr} --- step
22236 @cindex @code{s} packet
22237
22238 @var{addr} is address to resume.  If @var{addr} is omitted, resume at
22239 same address.
22240
22241 Reply:
22242 @xref{Stop Reply Packets}, for the reply specifications.
22243
22244 @item @code{S}@var{sig}@code{;}@var{addr} --- step with signal
22245 @anchor{step with signal packet}
22246 @cindex @code{S} packet
22247
22248 Like @samp{C} but step not continue.
22249
22250 Reply:
22251 @xref{Stop Reply Packets}, for the reply specifications.
22252
22253 @item @code{t}@var{addr}@code{:}@var{PP}@code{,}@var{MM} --- search
22254 @cindex @code{t} packet
22255
22256 Search backwards starting at address @var{addr} for a match with pattern
22257 @var{PP} and mask @var{MM}.  @var{PP} and @var{MM} are 4 bytes.
22258 @var{addr} must be at least 3 digits.
22259
22260 @item @code{T}@var{XX} --- thread alive
22261 @cindex @code{T} packet
22262
22263 Find out if the thread XX is alive.
22264
22265 Reply:
22266 @table @samp
22267 @item OK
22268 thread is still alive
22269 @item E@var{NN}
22270 thread is dead
22271 @end table
22272
22273 @item @code{u} --- reserved
22274
22275 Reserved for future use.
22276
22277 @item @code{U} --- reserved
22278
22279 Reserved for future use.
22280
22281 @item @code{v} --- verbose packet prefix
22282
22283 Packets starting with @code{v} are identified by a multi-letter name,
22284 up to the first @code{;} or @code{?} (or the end of the packet).
22285
22286 @item @code{vCont}[;@var{action}[@code{:}@var{tid}]]... --- extended resume
22287 @cindex @code{vCont} packet
22288
22289 Resume the inferior.  Different actions may be specified for each thread.
22290 If an action is specified with no @var{tid}, then it is applied to any
22291 threads that don't have a specific action specified; if no default action is
22292 specified then other threads should remain stopped.  Specifying multiple
22293 default actions is an error; specifying no actions is also an error.
22294 Thread IDs are specified in hexadecimal.  Currently supported actions are:
22295
22296 @table @code
22297 @item c
22298 Continue.
22299 @item C@var{sig}
22300 Continue with signal @var{sig}.  @var{sig} should be two hex digits.
22301 @item s
22302 Step.
22303 @item S@var{sig}
22304 Step with signal @var{sig}.  @var{sig} should be two hex digits.
22305 @end table
22306
22307 The optional @var{addr} argument normally associated with these packets is
22308 not supported in @code{vCont}.
22309
22310 Reply:
22311 @xref{Stop Reply Packets}, for the reply specifications.
22312
22313 @item @code{vCont?} --- extended resume query
22314 @cindex @code{vCont?} packet
22315
22316 Query support for the @code{vCont} packet.
22317
22318 Reply:
22319 @table @samp
22320 @item @code{vCont}[;@var{action}]...
22321 The @code{vCont} packet is supported.  Each @var{action} is a supported
22322 command in the @code{vCont} packet.
22323 @item
22324 The @code{vCont} packet is not supported.
22325 @end table
22326
22327 @item @code{V} --- reserved
22328
22329 Reserved for future use.
22330
22331 @item @code{w} --- reserved
22332
22333 Reserved for future use.
22334
22335 @item @code{W} --- reserved
22336
22337 Reserved for future use.
22338
22339 @item @code{x} --- reserved
22340
22341 Reserved for future use.
22342
22343 @item @code{X}@var{addr}@code{,}@var{length}@var{:}@var{XX@dots{}} --- write mem (binary)
22344 @cindex @code{X} packet
22345
22346 @var{addr} is address, @var{length} is number of bytes, @var{XX@dots{}}
22347 is binary data.  The characters @code{$}, @code{#}, and @code{0x7d} are
22348 escaped using @code{0x7d}, and then XORed with @code{0x20}.
22349 For example, @code{0x7d} would be transmitted as @code{0x7d 0x5d}.
22350
22351 Reply:
22352 @table @samp
22353 @item OK
22354 for success
22355 @item E@var{NN}
22356 for an error
22357 @end table
22358
22359 @item @code{y} --- reserved
22360
22361 Reserved for future use.
22362
22363 @item @code{Y} reserved
22364
22365 Reserved for future use.
22366
22367 @item @code{z}@var{type}@code{,}@var{addr}@code{,}@var{length} --- remove breakpoint or watchpoint @strong{(draft)}
22368 @itemx @code{Z}@var{type}@code{,}@var{addr}@code{,}@var{length} --- insert breakpoint or watchpoint @strong{(draft)}
22369 @anchor{insert breakpoint or watchpoint packet}
22370 @cindex @code{z} packet
22371 @cindex @code{Z} packets
22372
22373 Insert (@code{Z}) or remove (@code{z}) a @var{type} breakpoint or
22374 watchpoint starting at address @var{address} and covering the next
22375 @var{length} bytes.
22376
22377 Each breakpoint and watchpoint packet @var{type} is documented
22378 separately.
22379
22380 @emph{Implementation notes: A remote target shall return an empty string
22381 for an unrecognized breakpoint or watchpoint packet @var{type}.  A
22382 remote target shall support either both or neither of a given
22383 @code{Z}@var{type}@dots{} and @code{z}@var{type}@dots{} packet pair.  To
22384 avoid potential problems with duplicate packets, the operations should
22385 be implemented in an idempotent way.}
22386
22387 @item @code{z}@code{0}@code{,}@var{addr}@code{,}@var{length} --- remove memory breakpoint @strong{(draft)}
22388 @item @code{Z}@code{0}@code{,}@var{addr}@code{,}@var{length} --- insert memory breakpoint @strong{(draft)}
22389 @cindex @code{z0} packet
22390 @cindex @code{Z0} packet
22391
22392 Insert (@code{Z0}) or remove (@code{z0}) a memory breakpoint at address
22393 @code{addr} of size @code{length}.
22394
22395 A memory breakpoint is implemented by replacing the instruction at
22396 @var{addr} with a software breakpoint or trap instruction.  The
22397 @code{length} is used by targets that indicates the size of the
22398 breakpoint (in bytes) that should be inserted (e.g., the @sc{arm} and
22399 @sc{mips} can insert either a 2 or 4 byte breakpoint).
22400
22401 @emph{Implementation note: It is possible for a target to copy or move
22402 code that contains memory breakpoints (e.g., when implementing
22403 overlays).  The behavior of this packet, in the presence of such a
22404 target, is not defined.}
22405
22406 Reply:
22407 @table @samp
22408 @item OK
22409 success
22410 @item
22411 not supported
22412 @item E@var{NN}
22413 for an error
22414 @end table
22415
22416 @item @code{z}@code{1}@code{,}@var{addr}@code{,}@var{length} --- remove hardware breakpoint @strong{(draft)}
22417 @item @code{Z}@code{1}@code{,}@var{addr}@code{,}@var{length} --- insert hardware breakpoint @strong{(draft)}
22418 @cindex @code{z1} packet
22419 @cindex @code{Z1} packet
22420
22421 Insert (@code{Z1}) or remove (@code{z1}) a hardware breakpoint at
22422 address @code{addr} of size @code{length}.
22423
22424 A hardware breakpoint is implemented using a mechanism that is not
22425 dependant on being able to modify the target's memory.
22426
22427 @emph{Implementation note: A hardware breakpoint is not affected by code
22428 movement.}
22429
22430 Reply:
22431 @table @samp
22432 @item OK
22433 success
22434 @item
22435 not supported
22436 @item E@var{NN}
22437 for an error
22438 @end table
22439
22440 @item @code{z}@code{2}@code{,}@var{addr}@code{,}@var{length} --- remove write watchpoint @strong{(draft)}
22441 @item @code{Z}@code{2}@code{,}@var{addr}@code{,}@var{length} --- insert write watchpoint @strong{(draft)}
22442 @cindex @code{z2} packet
22443 @cindex @code{Z2} packet
22444
22445 Insert (@code{Z2}) or remove (@code{z2}) a write watchpoint.
22446
22447 Reply:
22448 @table @samp
22449 @item OK
22450 success
22451 @item
22452 not supported
22453 @item E@var{NN}
22454 for an error
22455 @end table
22456
22457 @item @code{z}@code{3}@code{,}@var{addr}@code{,}@var{length} --- remove read watchpoint @strong{(draft)}
22458 @item @code{Z}@code{3}@code{,}@var{addr}@code{,}@var{length} --- insert read watchpoint @strong{(draft)}
22459 @cindex @code{z3} packet
22460 @cindex @code{Z3} packet
22461
22462 Insert (@code{Z3}) or remove (@code{z3}) a read watchpoint.
22463
22464 Reply:
22465 @table @samp
22466 @item OK
22467 success
22468 @item
22469 not supported
22470 @item E@var{NN}
22471 for an error
22472 @end table
22473
22474 @item @code{z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- remove access watchpoint @strong{(draft)}
22475 @item @code{Z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- insert access watchpoint @strong{(draft)}
22476 @cindex @code{z4} packet
22477 @cindex @code{Z4} packet
22478
22479 Insert (@code{Z4}) or remove (@code{z4}) an access watchpoint.
22480
22481 Reply:
22482 @table @samp
22483 @item OK
22484 success
22485 @item
22486 not supported
22487 @item E@var{NN}
22488 for an error
22489 @end table
22490
22491 @end table
22492
22493 @node Stop Reply Packets
22494 @section Stop Reply Packets
22495 @cindex stop reply packets
22496
22497 The @samp{C}, @samp{c}, @samp{S}, @samp{s} and @samp{?} packets can
22498 receive any of the below as a reply.  In the case of the @samp{C},
22499 @samp{c}, @samp{S} and @samp{s} packets, that reply is only returned
22500 when the target halts.  In the below the exact meaning of @samp{signal
22501 number} is poorly defined.  In general one of the UNIX signal numbering
22502 conventions is used.
22503
22504 @table @samp
22505
22506 @item S@var{AA}
22507 @var{AA} is the signal number
22508
22509 @item @code{T}@var{AA}@var{n...}@code{:}@var{r...}@code{;}@var{n...}@code{:}@var{r...}@code{;}@var{n...}@code{:}@var{r...}@code{;}
22510 @cindex @code{T} packet reply
22511
22512 @var{AA} = two hex digit signal number; @var{n...} = register number
22513 (hex), @var{r...}  = target byte ordered register contents, size defined
22514 by @code{DEPRECATED_REGISTER_RAW_SIZE}; @var{n...} = @samp{thread},
22515 @var{r...} = thread process ID, this is a hex integer; @var{n...} =
22516 (@samp{watch} | @samp{rwatch} | @samp{awatch}, @var{r...} = data
22517 address, this is a hex integer; @var{n...} = other string not starting
22518 with valid hex digit.  @value{GDBN} should ignore this @var{n...},
22519 @var{r...} pair and go on to the next.  This way we can extend the
22520 protocol.
22521
22522 @item W@var{AA}
22523
22524 The process exited, and @var{AA} is the exit status.  This is only
22525 applicable to certain targets.
22526
22527 @item X@var{AA}
22528
22529 The process terminated with signal @var{AA}.
22530
22531 @item O@var{XX@dots{}}
22532
22533 @var{XX@dots{}} is hex encoding of @sc{ascii} data.  This can happen at
22534 any time while the program is running and the debugger should continue
22535 to wait for @samp{W}, @samp{T}, etc.
22536
22537 @item F@var{call-id}@code{,}@var{parameter@dots{}}
22538
22539 @var{call-id} is the identifier which says which host system call should
22540 be called.  This is just the name of the function.  Translation into the
22541 correct system call is only applicable as it's defined in @value{GDBN}.
22542 @xref{File-I/O remote protocol extension}, for a list of implemented
22543 system calls.
22544
22545 @var{parameter@dots{}} is a list of parameters as defined for this very
22546 system call.
22547
22548 The target replies with this packet when it expects @value{GDBN} to call
22549 a host system call on behalf of the target.  @value{GDBN} replies with
22550 an appropriate @code{F} packet and keeps up waiting for the next reply
22551 packet from the target.  The latest @samp{C}, @samp{c}, @samp{S} or
22552 @samp{s} action is expected to be continued.
22553 @xref{File-I/O remote protocol extension}, for more details.
22554
22555 @end table
22556
22557 @node General Query Packets
22558 @section General Query Packets
22559 @cindex remote query requests
22560
22561 The following set and query packets have already been defined.
22562
22563 @table @r
22564
22565 @item @code{q}@code{C} --- current thread
22566 @cindex current thread, remote request
22567 @cindex @code{qC} packet
22568 Return the current thread id.
22569
22570 Reply:
22571 @table @samp
22572 @item @code{QC}@var{pid}
22573 Where @var{pid} is an unsigned hexidecimal process id.
22574 @item *
22575 Any other reply implies the old pid.
22576 @end table
22577
22578 @item @code{q}@code{fThreadInfo} -- all thread ids
22579 @cindex list active threads, remote request
22580 @cindex @code{qfThreadInfo} packet
22581 @code{q}@code{sThreadInfo}
22582
22583 Obtain a list of active thread ids from the target (OS).  Since there
22584 may be too many active threads to fit into one reply packet, this query
22585 works iteratively: it may require more than one query/reply sequence to
22586 obtain the entire list of threads.  The first query of the sequence will
22587 be the @code{qf}@code{ThreadInfo} query; subsequent queries in the
22588 sequence will be the @code{qs}@code{ThreadInfo} query.
22589
22590 NOTE: replaces the @code{qL} query (see below).
22591
22592 Reply:
22593 @table @samp
22594 @item @code{m}@var{id}
22595 A single thread id
22596 @item @code{m}@var{id},@var{id}@dots{}
22597 a comma-separated list of thread ids
22598 @item @code{l}
22599 (lower case 'el') denotes end of list.
22600 @end table
22601
22602 In response to each query, the target will reply with a list of one or
22603 more thread ids, in big-endian unsigned hex, separated by commas.
22604 @value{GDBN} will respond to each reply with a request for more thread
22605 ids (using the @code{qs} form of the query), until the target responds
22606 with @code{l} (lower-case el, for @code{'last'}).
22607
22608 @item @code{q}@code{ThreadExtraInfo}@code{,}@var{id} --- extra thread info
22609 @cindex thread attributes info, remote request
22610 @cindex @code{qThreadExtraInfo} packet
22611 Where @var{id} is a thread-id in big-endian hex.  Obtain a printable
22612 string description of a thread's attributes from the target OS.  This
22613 string may contain anything that the target OS thinks is interesting for
22614 @value{GDBN} to tell the user about the thread.  The string is displayed
22615 in @value{GDBN}'s @samp{info threads} display.  Some examples of
22616 possible thread extra info strings are ``Runnable'', or ``Blocked on
22617 Mutex''.
22618
22619 Reply:
22620 @table @samp
22621 @item @var{XX@dots{}}
22622 Where @var{XX@dots{}} is a hex encoding of @sc{ascii} data, comprising
22623 the printable string containing the extra information about the thread's
22624 attributes.
22625 @end table
22626
22627 @item @code{q}@code{L}@var{startflag}@var{threadcount}@var{nextthread} --- query @var{LIST} or @var{threadLIST} @strong{(deprecated)}
22628
22629 Obtain thread information from RTOS.  Where: @var{startflag} (one hex
22630 digit) is one to indicate the first query and zero to indicate a
22631 subsequent query; @var{threadcount} (two hex digits) is the maximum
22632 number of threads the response packet can contain; and @var{nextthread}
22633 (eight hex digits), for subsequent queries (@var{startflag} is zero), is
22634 returned in the response as @var{argthread}.
22635
22636 NOTE: this query is replaced by the @code{q}@code{fThreadInfo} query
22637 (see above).
22638
22639 Reply:
22640 @table @samp
22641 @item @code{q}@code{M}@var{count}@var{done}@var{argthread}@var{thread@dots{}}
22642 Where: @var{count} (two hex digits) is the number of threads being
22643 returned; @var{done} (one hex digit) is zero to indicate more threads
22644 and one indicates no further threads; @var{argthreadid} (eight hex
22645 digits) is @var{nextthread} from the request packet; @var{thread@dots{}}
22646 is a sequence of thread IDs from the target.  @var{threadid} (eight hex
22647 digits).  See @code{remote.c:parse_threadlist_response()}.
22648 @end table
22649
22650 @item @code{q}@code{CRC:}@var{addr}@code{,}@var{length} --- compute CRC of memory block
22651 @cindex CRC of memory block, remote request
22652 @cindex @code{qCRC} packet
22653 Reply:
22654 @table @samp
22655 @item @code{E}@var{NN}
22656 An error (such as memory fault)
22657 @item @code{C}@var{CRC32}
22658 A 32 bit cyclic redundancy check of the specified memory region.
22659 @end table
22660
22661 @item @code{q}@code{Offsets} --- query sect offs
22662 @cindex section offsets, remote request
22663 @cindex @code{qOffsets} packet
22664 Get section offsets that the target used when re-locating the downloaded
22665 image.  @emph{Note: while a @code{Bss} offset is included in the
22666 response, @value{GDBN} ignores this and instead applies the @code{Data}
22667 offset to the @code{Bss} section.}
22668
22669 Reply:
22670 @table @samp
22671 @item @code{Text=}@var{xxx}@code{;Data=}@var{yyy}@code{;Bss=}@var{zzz}
22672 @end table
22673
22674 @item @code{q}@code{P}@var{mode}@var{threadid} --- thread info request
22675 @cindex thread information, remote request
22676 @cindex @code{qP} packet
22677 Returns information on @var{threadid}.  Where: @var{mode} is a hex
22678 encoded 32 bit mode; @var{threadid} is a hex encoded 64 bit thread ID.
22679
22680 Reply:
22681 @table @samp
22682 @item *
22683 @end table
22684
22685 See @code{remote.c:remote_unpack_thread_info_response()}.
22686
22687 @item @code{q}@code{Rcmd,}@var{command} --- remote command
22688 @cindex execute remote command, remote request
22689 @cindex @code{qRcmd} packet
22690 @var{command} (hex encoded) is passed to the local interpreter for
22691 execution.  Invalid commands should be reported using the output string.
22692 Before the final result packet, the target may also respond with a
22693 number of intermediate @code{O}@var{output} console output packets.
22694 @emph{Implementors should note that providing access to a stubs's
22695 interpreter may have security implications}.
22696
22697 Reply:
22698 @table @samp
22699 @item OK
22700 A command response with no output.
22701 @item @var{OUTPUT}
22702 A command response with the hex encoded output string @var{OUTPUT}.
22703 @item @code{E}@var{NN}
22704 Indicate a badly formed request.
22705 @item @samp{}
22706 When @samp{q}@samp{Rcmd} is not recognized.
22707 @end table
22708 z
22709 @item @code{qSymbol::} --- symbol lookup
22710 @cindex symbol lookup, remote request
22711 @cindex @code{qSymbol} packet
22712 Notify the target that @value{GDBN} is prepared to serve symbol lookup
22713 requests.  Accept requests from the target for the values of symbols.
22714
22715 Reply:
22716 @table @samp
22717 @item @code{OK}
22718 The target does not need to look up any (more) symbols.
22719 @item @code{qSymbol:}@var{sym_name}
22720 The target requests the value of symbol @var{sym_name} (hex encoded).
22721 @value{GDBN} may provide the value by using the
22722 @code{qSymbol:}@var{sym_value}:@var{sym_name} message, described below.
22723 @end table
22724
22725 @item @code{qSymbol:}@var{sym_value}:@var{sym_name} --- symbol value
22726
22727 Set the value of @var{sym_name} to @var{sym_value}.
22728
22729 @var{sym_name} (hex encoded) is the name of a symbol whose value the
22730 target has previously requested.
22731
22732 @var{sym_value} (hex) is the value for symbol @var{sym_name}.  If
22733 @value{GDBN} cannot supply a value for @var{sym_name}, then this field
22734 will be empty.
22735
22736 Reply:
22737 @table @samp
22738 @item @code{OK}
22739 The target does not need to look up any (more) symbols.
22740 @item @code{qSymbol:}@var{sym_name}
22741 The target requests the value of a new symbol @var{sym_name} (hex
22742 encoded).  @value{GDBN} will continue to supply the values of symbols
22743 (if available), until the target ceases to request them.
22744 @end table
22745
22746 @item @code{qPart}:@var{object}:@code{read}:@var{annex}:@var{offset},@var{length} --- read special data
22747 @cindex read special object, remote request
22748 @cindex @code{qPart} packet
22749 Read uninterpreted bytes from the target's special data area
22750 identified by the keyword @code{object}.
22751 Request @var{length} bytes starting at @var{offset} bytes into the data.
22752 The content and encoding of @var{annex} is specific to the object;
22753 it can supply additional details about what data to access.
22754
22755 Here are the specific requests of this form defined so far.
22756 All @samp{@code{qPart}:@var{object}:@code{read}:@dots{}}
22757 requests use the same reply formats, listed below.
22758
22759 @table @asis
22760 @item @code{qPart}:@code{auxv}:@code{read}::@var{offset},@var{length}
22761 Access the target's @dfn{auxiliary vector}.  @xref{OS Information,
22762 auxiliary vector}, and see @ref{Remote configuration,
22763 read-aux-vector-packet}.  Note @var{annex} must be empty.
22764 @end table
22765
22766 Reply:
22767 @table @asis
22768 @item @code{OK}
22769 The @var{offset} in the request is at the end of the data.
22770 There is no more data to be read.
22771
22772 @item @var{XX@dots{}}
22773 Hex encoded data bytes read.
22774 This may be fewer bytes than the @var{length} in the request.
22775
22776 @item @code{E00}
22777 The request was malformed, or @var{annex} was invalid.
22778
22779 @item @code{E}@var{nn}
22780 The offset was invalid, or there was an error encountered reading the data.
22781 @var{nn} is a hex-encoded @code{errno} value.
22782
22783 @item @code{""} (empty)
22784 An empty reply indicates the @var{object} or @var{annex} string was not
22785 recognized by the stub.
22786 @end table
22787
22788 @item @code{qPart}:@var{object}:@code{write}:@var{annex}:@var{offset}:@var{data@dots{}}
22789 @cindex write data into object, remote request
22790 Write uninterpreted bytes into the target's special data area
22791 identified by the keyword @code{object},
22792 starting at @var{offset} bytes into the data.
22793 @var{data@dots{}} is the hex-encoded data to be written.
22794 The content and encoding of @var{annex} is specific to the object;
22795 it can supply additional details about what data to access.
22796
22797 No requests of this form are presently in use.  This specification
22798 serves as a placeholder to document the common format that new
22799 specific request specifications ought to use.
22800
22801 Reply:
22802 @table @asis
22803 @item @var{nn}
22804 @var{nn} (hex encoded) is the number of bytes written.
22805 This may be fewer bytes than supplied in the request.
22806
22807 @item @code{E00}
22808 The request was malformed, or @var{annex} was invalid.
22809
22810 @item @code{E}@var{nn}
22811 The offset was invalid, or there was an error encountered writing the data.
22812 @var{nn} is a hex-encoded @code{errno} value.
22813
22814 @item @code{""} (empty)
22815 An empty reply indicates the @var{object} or @var{annex} string was not
22816 recognized by the stub, or that the object does not support writing.
22817 @end table
22818
22819 @item @code{qPart}:@var{object}:@var{operation}:@dots{}
22820 Requests of this form may be added in the future.  When a stub does
22821 not recognize the @var{object} keyword, or its support for
22822 @var{object} does not recognize the @var{operation} keyword,
22823 the stub must respond with an empty packet.
22824
22825 @item @code{qGetTLSAddr}:@var{thread-id},@var{offset},@var{lm} --- get thread local storage address
22826 @cindex get thread-local storage address, remote request
22827 @cindex @code{qGetTLSAddr} packet
22828 Fetch the address associated with thread local storage specified
22829 by @var{thread-id}, @var{offset}, and @var{lm}.
22830
22831 @var{thread-id} is the (big endian, hex encoded) thread id associated with the
22832 thread for which to fetch the TLS address.
22833
22834 @var{offset} is the (big endian, hex encoded) offset associated with the
22835 thread local variable.  (This offset is obtained from the debug
22836 information associated with the variable.)
22837
22838 @var{lm} is the (big endian, hex encoded) OS/ABI specific encoding of the
22839 the load module associated with the thread local storage.  For example,
22840 a @sc{gnu}/Linux system will pass the link map address of the shared
22841 object associated with the thread local storage under consideration. 
22842 Other operating environments may choose to represent the load module
22843 differently, so the precise meaning of this parameter will vary.
22844
22845 Reply:
22846 @table @asis
22847 @item @var{XX@dots{}}
22848 Hex encoded (big endian) bytes representing the address of the thread
22849 local storage requested.
22850
22851 @item @code{E}@var{nn} (where @var{nn} are hex digits)
22852 An error occurred.
22853
22854 @item @code{""} (empty)
22855 An empty reply indicates that @code{qGetTLSAddr} is not supported by the stub.
22856 @end table
22857
22858 Use of this request packet is controlled by the @code{set remote
22859 get-thread-local-storage-address} command (@pxref{Remote
22860 configuration, set remote get-thread-local-storage-address}).
22861
22862 @end table
22863
22864 @node Register Packet Format
22865 @section Register Packet Format
22866
22867 The following @samp{g}/@samp{G} packets have previously been defined.
22868 In the below, some thirty-two bit registers are transferred as
22869 sixty-four bits.  Those registers should be zero/sign extended (which?)
22870 to fill the space allocated.  Register bytes are transfered in target
22871 byte order.  The two nibbles within a register byte are transfered
22872 most-significant - least-significant.
22873
22874 @table @r
22875
22876 @item MIPS32
22877
22878 All registers are transfered as thirty-two bit quantities in the order:
22879 32 general-purpose; sr; lo; hi; bad; cause; pc; 32 floating-point
22880 registers; fsr; fir; fp.
22881
22882 @item MIPS64
22883
22884 All registers are transfered as sixty-four bit quantities (including
22885 thirty-two bit registers such as @code{sr}).  The ordering is the same
22886 as @code{MIPS32}.
22887
22888 @end table
22889
22890 @node Examples
22891 @section Examples
22892
22893 Example sequence of a target being re-started.  Notice how the restart
22894 does not get any direct output:
22895
22896 @smallexample
22897 -> @code{R00}
22898 <- @code{+}
22899 @emph{target restarts}
22900 -> @code{?}
22901 <- @code{+}
22902 <- @code{T001:1234123412341234}
22903 -> @code{+}
22904 @end smallexample
22905
22906 Example sequence of a target being stepped by a single instruction:
22907
22908 @smallexample
22909 -> @code{G1445@dots{}}
22910 <- @code{+}
22911 -> @code{s}
22912 <- @code{+}
22913 @emph{time passes}
22914 <- @code{T001:1234123412341234}
22915 -> @code{+}
22916 -> @code{g}
22917 <- @code{+}
22918 <- @code{1455@dots{}}
22919 -> @code{+}
22920 @end smallexample
22921
22922 @node File-I/O remote protocol extension
22923 @section File-I/O remote protocol extension
22924 @cindex File-I/O remote protocol extension
22925
22926 @menu
22927 * File-I/O Overview::
22928 * Protocol basics::
22929 * The F request packet::
22930 * The F reply packet::
22931 * Memory transfer::
22932 * The Ctrl-C message::
22933 * Console I/O::
22934 * The isatty call::
22935 * The system call::
22936 * List of supported calls::
22937 * Protocol specific representation of datatypes::
22938 * Constants::
22939 * File-I/O Examples::
22940 @end menu
22941
22942 @node File-I/O Overview
22943 @subsection File-I/O Overview
22944 @cindex file-i/o overview
22945
22946 The @dfn{File I/O remote protocol extension} (short: File-I/O) allows the
22947 target to use the host's file system and console I/O when calling various
22948 system calls.  System calls on the target system are translated into a
22949 remote protocol packet to the host system which then performs the needed
22950 actions and returns with an adequate response packet to the target system.
22951 This simulates file system operations even on targets that lack file systems.
22952
22953 The protocol is defined host- and target-system independent.  It uses
22954 its own independent representation of datatypes and values.  Both,
22955 @value{GDBN} and the target's @value{GDBN} stub are responsible for
22956 translating the system dependent values into the unified protocol values
22957 when data is transmitted.
22958
22959 The communication is synchronous.  A system call is possible only
22960 when GDB is waiting for the @samp{C}, @samp{c}, @samp{S} or @samp{s}
22961 packets.  While @value{GDBN} handles the request for a system call,
22962 the target is stopped to allow deterministic access to the target's
22963 memory.  Therefore File-I/O is not interuptible by target signals.  It
22964 is possible to interrupt File-I/O by a user interrupt (Ctrl-C), though.
22965
22966 The target's request to perform a host system call does not finish
22967 the latest @samp{C}, @samp{c}, @samp{S} or @samp{s} action.  That means,
22968 after finishing the system call, the target returns to continuing the
22969 previous activity (continue, step).  No additional continue or step
22970 request from @value{GDBN} is required.
22971
22972 @smallexample
22973 (@value{GDBP}) continue
22974   <- target requests 'system call X'
22975   target is stopped, @value{GDBN} executes system call
22976   -> GDB returns result
22977   ... target continues, GDB returns to wait for the target
22978   <- target hits breakpoint and sends a Txx packet
22979 @end smallexample
22980
22981 The protocol is only used for files on the host file system and
22982 for I/O on the console.  Character or block special devices, pipes,
22983 named pipes or sockets or any other communication method on the host
22984 system are not supported by this protocol.
22985
22986 @node Protocol basics
22987 @subsection Protocol basics
22988 @cindex protocol basics, file-i/o
22989
22990 The File-I/O protocol uses the @code{F} packet, as request as well
22991 as as reply packet.  Since a File-I/O system call can only occur when
22992 @value{GDBN} is waiting for the continuing or stepping target, the
22993 File-I/O request is a reply that @value{GDBN} has to expect as a result
22994 of a former @samp{C}, @samp{c}, @samp{S} or @samp{s} packet.
22995 This @code{F} packet contains all information needed to allow @value{GDBN}
22996 to call the appropriate host system call:
22997
22998 @itemize @bullet
22999 @item
23000 A unique identifier for the requested system call.
23001
23002 @item
23003 All parameters to the system call.  Pointers are given as addresses
23004 in the target memory address space.  Pointers to strings are given as
23005 pointer/length pair.  Numerical values are given as they are.
23006 Numerical control values are given in a protocol specific representation.
23007
23008 @end itemize
23009
23010 At that point @value{GDBN} has to perform the following actions.
23011
23012 @itemize @bullet
23013 @item
23014 If parameter pointer values are given, which point to data needed as input
23015 to a system call, @value{GDBN} requests this data from the target with a
23016 standard @code{m} packet request.  This additional communication has to be
23017 expected by the target implementation and is handled as any other @code{m}
23018 packet.
23019
23020 @item
23021 @value{GDBN} translates all value from protocol representation to host
23022 representation as needed.  Datatypes are coerced into the host types.
23023
23024 @item
23025 @value{GDBN} calls the system call
23026
23027 @item
23028 It then coerces datatypes back to protocol representation.
23029
23030 @item
23031 If pointer parameters in the request packet point to buffer space in which
23032 a system call is expected to copy data to, the data is transmitted to the
23033 target using a @code{M} or @code{X} packet.  This packet has to be expected
23034 by the target implementation and is handled as any other @code{M} or @code{X}
23035 packet.
23036
23037 @end itemize
23038
23039 Eventually @value{GDBN} replies with another @code{F} packet which contains all
23040 necessary information for the target to continue.  This at least contains
23041
23042 @itemize @bullet
23043 @item
23044 Return value.
23045
23046 @item
23047 @code{errno}, if has been changed by the system call.
23048
23049 @item
23050 ``Ctrl-C'' flag.
23051
23052 @end itemize
23053
23054 After having done the needed type and value coercion, the target continues
23055 the latest continue or step action.
23056
23057 @node The F request packet
23058 @subsection The @code{F} request packet
23059 @cindex file-i/o request packet
23060 @cindex @code{F} request packet
23061
23062 The @code{F} request packet has the following format:
23063
23064 @table @samp
23065
23066 @smallexample
23067 @code{F}@var{call-id}@code{,}@var{parameter@dots{}}
23068 @end smallexample
23069
23070 @var{call-id} is the identifier to indicate the host system call to be called.
23071 This is just the name of the function.
23072
23073 @var{parameter@dots{}} are the parameters to the system call.
23074
23075 @end table
23076
23077 Parameters are hexadecimal integer values, either the real values in case
23078 of scalar datatypes, as pointers to target buffer space in case of compound
23079 datatypes and unspecified memory areas or as pointer/length pairs in case
23080 of string parameters.  These are appended to the call-id, each separated
23081 from its predecessor by a comma.  All values are transmitted in ASCII
23082 string representation, pointer/length pairs separated by a slash.
23083
23084 @node The F reply packet
23085 @subsection The @code{F} reply packet
23086 @cindex file-i/o reply packet
23087 @cindex @code{F} reply packet
23088
23089 The @code{F} reply packet has the following format:
23090
23091 @table @samp
23092
23093 @smallexample
23094 @code{F}@var{retcode}@code{,}@var{errno}@code{,}@var{Ctrl-C flag}@code{;}@var{call specific attachment}
23095 @end smallexample
23096
23097 @var{retcode} is the return code of the system call as hexadecimal value.
23098
23099 @var{errno} is the errno set by the call, in protocol specific representation.
23100 This parameter can be omitted if the call was successful.
23101
23102 @var{Ctrl-C flag} is only send if the user requested a break.  In this
23103 case, @var{errno} must be send as well, even if the call was successful.
23104 The @var{Ctrl-C flag} itself consists of the character 'C':
23105
23106 @smallexample
23107 F0,0,C
23108 @end smallexample
23109
23110 @noindent
23111 or, if the call was interupted before the host call has been performed:
23112
23113 @smallexample
23114 F-1,4,C
23115 @end smallexample
23116
23117 @noindent
23118 assuming 4 is the protocol specific representation of @code{EINTR}.
23119
23120 @end table
23121
23122 @node Memory transfer
23123 @subsection Memory transfer
23124 @cindex memory transfer, in file-i/o protocol
23125
23126 Structured data which is transferred using a memory read or write as e.g.@:
23127 a @code{struct stat} is expected to be in a protocol specific format with
23128 all scalar multibyte datatypes being big endian.  This should be done by
23129 the target before the @code{F} packet is sent resp.@: by @value{GDBN} before
23130 it transfers memory to the target.  Transferred pointers to structured
23131 data should point to the already coerced data at any time.
23132
23133 @node The Ctrl-C message
23134 @subsection The Ctrl-C message
23135 @cindex ctrl-c message, in file-i/o protocol
23136
23137 A special case is, if the @var{Ctrl-C flag} is set in the @value{GDBN}
23138 reply packet.  In this case the target should behave, as if it had
23139 gotten a break message.  The meaning for the target is ``system call
23140 interupted by @code{SIGINT}''.  Consequentially, the target should actually stop
23141 (as with a break message) and return to @value{GDBN} with a @code{T02}
23142 packet.  In this case, it's important for the target to know, in which
23143 state the system call was interrupted.  Since this action is by design
23144 not an atomic operation, we have to differ between two cases:
23145
23146 @itemize @bullet
23147 @item
23148 The system call hasn't been performed on the host yet.
23149
23150 @item
23151 The system call on the host has been finished.
23152
23153 @end itemize
23154
23155 These two states can be distinguished by the target by the value of the
23156 returned @code{errno}.  If it's the protocol representation of @code{EINTR}, the system
23157 call hasn't been performed.  This is equivalent to the @code{EINTR} handling
23158 on POSIX systems.  In any other case, the target may presume that the
23159 system call has been finished --- successful or not --- and should behave
23160 as if the break message arrived right after the system call.
23161
23162 @value{GDBN} must behave reliable.  If the system call has not been called
23163 yet, @value{GDBN} may send the @code{F} reply immediately, setting @code{EINTR} as
23164 @code{errno} in the packet.  If the system call on the host has been finished
23165 before the user requests a break, the full action must be finshed by
23166 @value{GDBN}.  This requires sending @code{M} or @code{X} packets as they fit.
23167 The @code{F} packet may only be send when either nothing has happened
23168 or the full action has been completed.
23169
23170 @node Console I/O
23171 @subsection Console I/O
23172 @cindex console i/o as part of file-i/o
23173
23174 By default and if not explicitely closed by the target system, the file
23175 descriptors 0, 1 and 2 are connected to the @value{GDBN} console.  Output
23176 on the @value{GDBN} console is handled as any other file output operation
23177 (@code{write(1, @dots{})} or @code{write(2, @dots{})}).  Console input is handled
23178 by @value{GDBN} so that after the target read request from file descriptor
23179 0 all following typing is buffered until either one of the following
23180 conditions is met:
23181
23182 @itemize @bullet
23183 @item
23184 The user presses @kbd{Ctrl-C}.  The behaviour is as explained above, the
23185 @code{read}
23186 system call is treated as finished.
23187
23188 @item
23189 The user presses @kbd{Enter}.  This is treated as end of input with a trailing
23190 line feed.
23191
23192 @item
23193 The user presses @kbd{Ctrl-D}.  This is treated as end of input.  No trailing
23194 character, especially no Ctrl-D is appended to the input.
23195
23196 @end itemize
23197
23198 If the user has typed more characters as fit in the buffer given to
23199 the read call, the trailing characters are buffered in @value{GDBN} until
23200 either another @code{read(0, @dots{})} is requested by the target or debugging
23201 is stopped on users request.
23202
23203 @node The isatty call
23204 @subsection The @samp{isatty} function call
23205 @cindex isatty call, file-i/o protocol
23206
23207 A special case in this protocol is the library call @code{isatty} which
23208 is implemented as its own call inside of this protocol.  It returns
23209 1 to the target if the file descriptor given as parameter is attached
23210 to the @value{GDBN} console, 0 otherwise.  Implementing through system calls
23211 would require implementing @code{ioctl} and would be more complex than
23212 needed.
23213
23214 @node The system call
23215 @subsection The @samp{system} function call
23216 @cindex system call, file-i/o protocol
23217
23218 The other special case in this protocol is the @code{system} call which
23219 is implemented as its own call, too.  @value{GDBN} is taking over the full
23220 task of calling the necessary host calls to perform the @code{system}
23221 call.  The return value of @code{system} is simplified before it's returned
23222 to the target.  Basically, the only signal transmitted back is @code{EINTR}
23223 in case the user pressed @kbd{Ctrl-C}.  Otherwise the return value consists
23224 entirely of the exit status of the called command.
23225
23226 Due to security concerns, the @code{system} call is by default refused
23227 by @value{GDBN}.  The user has to allow this call explicitly with the
23228 @kbd{set remote system-call-allowed 1} command.
23229
23230 @table @code
23231 @item set remote system-call-allowed
23232 @kindex set remote system-call-allowed
23233 Control whether to allow the @code{system} calls in the File I/O
23234 protocol for the remote target.  The default is zero (disabled).
23235
23236 @item show remote system-call-allowed
23237 @kindex show remote system-call-allowed
23238 Show the current setting of system calls for the remote File I/O
23239 protocol.
23240 @end table
23241
23242 @node List of supported calls
23243 @subsection List of supported calls
23244 @cindex list of supported file-i/o calls
23245
23246 @menu
23247 * open::
23248 * close::
23249 * read::
23250 * write::
23251 * lseek::
23252 * rename::
23253 * unlink::
23254 * stat/fstat::
23255 * gettimeofday::
23256 * isatty::
23257 * system::
23258 @end menu
23259
23260 @node open
23261 @unnumberedsubsubsec open
23262 @cindex open, file-i/o system call
23263
23264 @smallexample
23265 @exdent Synopsis:
23266 int open(const char *pathname, int flags);
23267 int open(const char *pathname, int flags, mode_t mode);
23268
23269 @exdent Request:
23270 Fopen,pathptr/len,flags,mode
23271 @end smallexample
23272
23273 @noindent
23274 @code{flags} is the bitwise or of the following values:
23275
23276 @table @code
23277 @item O_CREAT
23278 If the file does not exist it will be created.  The host
23279 rules apply as far as file ownership and time stamps
23280 are concerned.
23281
23282 @item O_EXCL
23283 When used with O_CREAT, if the file already exists it is
23284 an error and open() fails.
23285
23286 @item O_TRUNC
23287 If the file already exists and the open mode allows
23288 writing (O_RDWR or O_WRONLY is given) it will be
23289 truncated to length 0.
23290
23291 @item O_APPEND
23292 The file is opened in append mode.
23293
23294 @item O_RDONLY
23295 The file is opened for reading only.
23296
23297 @item O_WRONLY
23298 The file is opened for writing only.
23299
23300 @item O_RDWR
23301 The file is opened for reading and writing.
23302
23303 @noindent
23304 Each other bit is silently ignored.
23305
23306 @end table
23307
23308 @noindent
23309 @code{mode} is the bitwise or of the following values:
23310
23311 @table @code
23312 @item S_IRUSR
23313 User has read permission.
23314
23315 @item S_IWUSR
23316 User has write permission.
23317
23318 @item S_IRGRP
23319 Group has read permission.
23320
23321 @item S_IWGRP
23322 Group has write permission.
23323
23324 @item S_IROTH
23325 Others have read permission.
23326
23327 @item S_IWOTH
23328 Others have write permission.
23329
23330 @noindent
23331 Each other bit is silently ignored.
23332
23333 @end table
23334
23335 @smallexample
23336 @exdent Return value:
23337 open returns the new file descriptor or -1 if an error
23338 occured.
23339
23340 @exdent Errors:
23341 @end smallexample
23342
23343 @table @code
23344 @item EEXIST
23345 pathname already exists and O_CREAT and O_EXCL were used.
23346
23347 @item EISDIR
23348 pathname refers to a directory.
23349
23350 @item EACCES
23351 The requested access is not allowed.
23352
23353 @item ENAMETOOLONG
23354 pathname was too long.
23355
23356 @item ENOENT
23357 A directory component in pathname does not exist.
23358
23359 @item ENODEV
23360 pathname refers to a device, pipe, named pipe or socket.
23361
23362 @item EROFS
23363 pathname refers to a file on a read-only filesystem and
23364 write access was requested.
23365
23366 @item EFAULT
23367 pathname is an invalid pointer value.
23368
23369 @item ENOSPC
23370 No space on device to create the file.
23371
23372 @item EMFILE
23373 The process already has the maximum number of files open.
23374
23375 @item ENFILE
23376 The limit on the total number of files open on the system
23377 has been reached.
23378
23379 @item EINTR
23380 The call was interrupted by the user.
23381 @end table
23382
23383 @node close
23384 @unnumberedsubsubsec close
23385 @cindex close, file-i/o system call
23386
23387 @smallexample
23388 @exdent Synopsis:
23389 int close(int fd);
23390
23391 @exdent Request:
23392 Fclose,fd
23393
23394 @exdent Return value:
23395 close returns zero on success, or -1 if an error occurred.
23396
23397 @exdent Errors:
23398 @end smallexample
23399
23400 @table @code
23401 @item EBADF
23402 fd isn't a valid open file descriptor.
23403
23404 @item EINTR
23405 The call was interrupted by the user.
23406 @end table
23407
23408 @node read
23409 @unnumberedsubsubsec read
23410 @cindex read, file-i/o system call
23411
23412 @smallexample
23413 @exdent Synopsis:
23414 int read(int fd, void *buf, unsigned int count);
23415
23416 @exdent Request:
23417 Fread,fd,bufptr,count
23418
23419 @exdent Return value:
23420 On success, the number of bytes read is returned.
23421 Zero indicates end of file.  If count is zero, read
23422 returns zero as well.  On error, -1 is returned.
23423
23424 @exdent Errors:
23425 @end smallexample
23426
23427 @table @code
23428 @item EBADF
23429 fd is not a valid file descriptor or is not open for
23430 reading.
23431
23432 @item EFAULT
23433 buf is an invalid pointer value.
23434
23435 @item EINTR
23436 The call was interrupted by the user.
23437 @end table
23438
23439 @node write
23440 @unnumberedsubsubsec write
23441 @cindex write, file-i/o system call
23442
23443 @smallexample
23444 @exdent Synopsis:
23445 int write(int fd, const void *buf, unsigned int count);
23446
23447 @exdent Request:
23448 Fwrite,fd,bufptr,count
23449
23450 @exdent Return value:
23451 On success, the number of bytes written are returned.
23452 Zero indicates nothing was written.  On error, -1
23453 is returned.
23454
23455 @exdent Errors:
23456 @end smallexample
23457
23458 @table @code
23459 @item EBADF
23460 fd is not a valid file descriptor or is not open for
23461 writing.
23462
23463 @item EFAULT
23464 buf is an invalid pointer value.
23465
23466 @item EFBIG
23467 An attempt was made to write a file that exceeds the
23468 host specific maximum file size allowed.
23469
23470 @item ENOSPC
23471 No space on device to write the data.
23472
23473 @item EINTR
23474 The call was interrupted by the user.
23475 @end table
23476
23477 @node lseek
23478 @unnumberedsubsubsec lseek
23479 @cindex lseek, file-i/o system call
23480
23481 @smallexample
23482 @exdent Synopsis:
23483 long lseek (int fd, long offset, int flag);
23484
23485 @exdent Request:
23486 Flseek,fd,offset,flag
23487 @end smallexample
23488
23489 @code{flag} is one of:
23490
23491 @table @code
23492 @item SEEK_SET
23493 The offset is set to offset bytes.
23494
23495 @item SEEK_CUR
23496 The offset is set to its current location plus offset
23497 bytes.
23498
23499 @item SEEK_END
23500 The offset is set to the size of the file plus offset
23501 bytes.
23502 @end table
23503
23504 @smallexample
23505 @exdent Return value:
23506 On success, the resulting unsigned offset in bytes from
23507 the beginning of the file is returned.  Otherwise, a
23508 value of -1 is returned.
23509
23510 @exdent Errors:
23511 @end smallexample
23512
23513 @table @code
23514 @item EBADF
23515 fd is not a valid open file descriptor.
23516
23517 @item ESPIPE
23518 fd is associated with the @value{GDBN} console.
23519
23520 @item EINVAL
23521 flag is not a proper value.
23522
23523 @item EINTR
23524 The call was interrupted by the user.
23525 @end table
23526
23527 @node rename
23528 @unnumberedsubsubsec rename
23529 @cindex rename, file-i/o system call
23530
23531 @smallexample
23532 @exdent Synopsis:
23533 int rename(const char *oldpath, const char *newpath);
23534
23535 @exdent Request:
23536 Frename,oldpathptr/len,newpathptr/len
23537
23538 @exdent Return value:
23539 On success, zero is returned.  On error, -1 is returned.
23540
23541 @exdent Errors:
23542 @end smallexample
23543
23544 @table @code
23545 @item EISDIR
23546 newpath is an existing directory, but oldpath is not a
23547 directory.
23548
23549 @item EEXIST
23550 newpath is a non-empty directory.
23551
23552 @item EBUSY
23553 oldpath or newpath is a directory that is in use by some
23554 process.
23555
23556 @item EINVAL
23557 An attempt was made to make a directory a subdirectory
23558 of itself.
23559
23560 @item ENOTDIR
23561 A  component used as a directory in oldpath or new
23562 path is not a directory.  Or oldpath is a directory
23563 and newpath exists but is not a directory.
23564
23565 @item EFAULT
23566 oldpathptr or newpathptr are invalid pointer values.
23567
23568 @item EACCES
23569 No access to the file or the path of the file.
23570
23571 @item ENAMETOOLONG
23572
23573 oldpath or newpath was too long.
23574
23575 @item ENOENT
23576 A directory component in oldpath or newpath does not exist.
23577
23578 @item EROFS
23579 The file is on a read-only filesystem.
23580
23581 @item ENOSPC
23582 The device containing the file has no room for the new
23583 directory entry.
23584
23585 @item EINTR
23586 The call was interrupted by the user.
23587 @end table
23588
23589 @node unlink
23590 @unnumberedsubsubsec unlink
23591 @cindex unlink, file-i/o system call
23592
23593 @smallexample
23594 @exdent Synopsis:
23595 int unlink(const char *pathname);
23596
23597 @exdent Request:
23598 Funlink,pathnameptr/len
23599
23600 @exdent Return value:
23601 On success, zero is returned.  On error, -1 is returned.
23602
23603 @exdent Errors:
23604 @end smallexample
23605
23606 @table @code
23607 @item EACCES
23608 No access to the file or the path of the file.
23609
23610 @item EPERM
23611 The system does not allow unlinking of directories.
23612
23613 @item EBUSY
23614 The file pathname cannot be unlinked because it's
23615 being used by another process.
23616
23617 @item EFAULT
23618 pathnameptr is an invalid pointer value.
23619
23620 @item ENAMETOOLONG
23621 pathname was too long.
23622
23623 @item ENOENT
23624 A directory component in pathname does not exist.
23625
23626 @item ENOTDIR
23627 A component of the path is not a directory.
23628
23629 @item EROFS
23630 The file is on a read-only filesystem.
23631
23632 @item EINTR
23633 The call was interrupted by the user.
23634 @end table
23635
23636 @node stat/fstat
23637 @unnumberedsubsubsec stat/fstat
23638 @cindex fstat, file-i/o system call
23639 @cindex stat, file-i/o system call
23640
23641 @smallexample
23642 @exdent Synopsis:
23643 int stat(const char *pathname, struct stat *buf);
23644 int fstat(int fd, struct stat *buf);
23645
23646 @exdent Request:
23647 Fstat,pathnameptr/len,bufptr
23648 Ffstat,fd,bufptr
23649
23650 @exdent Return value:
23651 On success, zero is returned.  On error, -1 is returned.
23652
23653 @exdent Errors:
23654 @end smallexample
23655
23656 @table @code
23657 @item EBADF
23658 fd is not a valid open file.
23659
23660 @item ENOENT
23661 A directory component in pathname does not exist or the
23662 path is an empty string.
23663
23664 @item ENOTDIR
23665 A component of the path is not a directory.
23666
23667 @item EFAULT
23668 pathnameptr is an invalid pointer value.
23669
23670 @item EACCES
23671 No access to the file or the path of the file.
23672
23673 @item ENAMETOOLONG
23674 pathname was too long.
23675
23676 @item EINTR
23677 The call was interrupted by the user.
23678 @end table
23679
23680 @node gettimeofday
23681 @unnumberedsubsubsec gettimeofday
23682 @cindex gettimeofday, file-i/o system call
23683
23684 @smallexample
23685 @exdent Synopsis:
23686 int gettimeofday(struct timeval *tv, void *tz);
23687
23688 @exdent Request:
23689 Fgettimeofday,tvptr,tzptr
23690
23691 @exdent Return value:
23692 On success, 0 is returned, -1 otherwise.
23693
23694 @exdent Errors:
23695 @end smallexample
23696
23697 @table @code
23698 @item EINVAL
23699 tz is a non-NULL pointer.
23700
23701 @item EFAULT
23702 tvptr and/or tzptr is an invalid pointer value.
23703 @end table
23704
23705 @node isatty
23706 @unnumberedsubsubsec isatty
23707 @cindex isatty, file-i/o system call
23708
23709 @smallexample
23710 @exdent Synopsis:
23711 int isatty(int fd);
23712
23713 @exdent Request:
23714 Fisatty,fd
23715
23716 @exdent Return value:
23717 Returns 1 if fd refers to the @value{GDBN} console, 0 otherwise.
23718
23719 @exdent Errors:
23720 @end smallexample
23721
23722 @table @code
23723 @item EINTR
23724 The call was interrupted by the user.
23725 @end table
23726
23727 @node system
23728 @unnumberedsubsubsec system
23729 @cindex system, file-i/o system call
23730
23731 @smallexample
23732 @exdent Synopsis:
23733 int system(const char *command);
23734
23735 @exdent Request:
23736 Fsystem,commandptr/len
23737
23738 @exdent Return value:
23739 The value returned is -1 on error and the return status
23740 of the command otherwise.  Only the exit status of the
23741 command is returned, which is extracted from the hosts
23742 system return value by calling WEXITSTATUS(retval).
23743 In case /bin/sh could not be executed, 127 is returned.
23744
23745 @exdent Errors:
23746 @end smallexample
23747
23748 @table @code
23749 @item EINTR
23750 The call was interrupted by the user.
23751 @end table
23752
23753 @node Protocol specific representation of datatypes
23754 @subsection Protocol specific representation of datatypes
23755 @cindex protocol specific representation of datatypes, in file-i/o protocol
23756
23757 @menu
23758 * Integral datatypes::
23759 * Pointer values::
23760 * struct stat::
23761 * struct timeval::
23762 @end menu
23763
23764 @node Integral datatypes
23765 @unnumberedsubsubsec Integral datatypes
23766 @cindex integral datatypes, in file-i/o protocol
23767
23768 The integral datatypes used in the system calls are
23769
23770 @smallexample
23771 int@r{,} unsigned int@r{,} long@r{,} unsigned long@r{,} mode_t @r{and} time_t
23772 @end smallexample
23773
23774 @code{Int}, @code{unsigned int}, @code{mode_t} and @code{time_t} are
23775 implemented as 32 bit values in this protocol.
23776
23777 @code{Long} and @code{unsigned long} are implemented as 64 bit types.
23778
23779 @xref{Limits}, for corresponding MIN and MAX values (similar to those
23780 in @file{limits.h}) to allow range checking on host and target.
23781
23782 @code{time_t} datatypes are defined as seconds since the Epoch.
23783
23784 All integral datatypes transferred as part of a memory read or write of a
23785 structured datatype e.g.@: a @code{struct stat} have to be given in big endian
23786 byte order.
23787
23788 @node Pointer values
23789 @unnumberedsubsubsec Pointer values
23790 @cindex pointer values, in file-i/o protocol
23791
23792 Pointers to target data are transmitted as they are.  An exception
23793 is made for pointers to buffers for which the length isn't
23794 transmitted as part of the function call, namely strings.  Strings
23795 are transmitted as a pointer/length pair, both as hex values, e.g.@:
23796
23797 @smallexample
23798 @code{1aaf/12}
23799 @end smallexample
23800
23801 @noindent
23802 which is a pointer to data of length 18 bytes at position 0x1aaf.
23803 The length is defined as the full string length in bytes, including
23804 the trailing null byte.  Example:
23805
23806 @smallexample
23807 ``hello, world'' at address 0x123456
23808 @end smallexample
23809
23810 @noindent
23811 is transmitted as
23812
23813 @smallexample
23814 @code{123456/d}
23815 @end smallexample
23816
23817 @node struct stat
23818 @unnumberedsubsubsec struct stat
23819 @cindex struct stat, in file-i/o protocol
23820
23821 The buffer of type struct stat used by the target and @value{GDBN} is defined
23822 as follows:
23823
23824 @smallexample
23825 struct stat @{
23826     unsigned int  st_dev;      /* device */
23827     unsigned int  st_ino;      /* inode */
23828     mode_t        st_mode;     /* protection */
23829     unsigned int  st_nlink;    /* number of hard links */
23830     unsigned int  st_uid;      /* user ID of owner */
23831     unsigned int  st_gid;      /* group ID of owner */
23832     unsigned int  st_rdev;     /* device type (if inode device) */
23833     unsigned long st_size;     /* total size, in bytes */
23834     unsigned long st_blksize;  /* blocksize for filesystem I/O */
23835     unsigned long st_blocks;   /* number of blocks allocated */
23836     time_t        st_atime;    /* time of last access */
23837     time_t        st_mtime;    /* time of last modification */
23838     time_t        st_ctime;    /* time of last change */
23839 @};
23840 @end smallexample
23841
23842 The integral datatypes are conforming to the definitions given in the
23843 approriate section (see @ref{Integral datatypes}, for details) so this
23844 structure is of size 64 bytes.
23845
23846 The values of several fields have a restricted meaning and/or
23847 range of values.
23848
23849 @smallexample
23850 st_dev:     0       file
23851             1       console
23852
23853 st_ino:     No valid meaning for the target.  Transmitted unchanged.
23854
23855 st_mode:    Valid mode bits are described in Appendix C.  Any other
23856             bits have currently no meaning for the target.
23857
23858 st_uid:     No valid meaning for the target.  Transmitted unchanged.
23859
23860 st_gid:     No valid meaning for the target.  Transmitted unchanged.
23861
23862 st_rdev:    No valid meaning for the target.  Transmitted unchanged.
23863
23864 st_atime, st_mtime, st_ctime:
23865             These values have a host and file system dependent
23866             accuracy.  Especially on Windows hosts the file systems
23867             don't support exact timing values.
23868 @end smallexample
23869
23870 The target gets a struct stat of the above representation and is
23871 responsible to coerce it to the target representation before
23872 continuing.
23873
23874 Note that due to size differences between the host and target
23875 representation of stat members, these members could eventually
23876 get truncated on the target.
23877
23878 @node struct timeval
23879 @unnumberedsubsubsec struct timeval
23880 @cindex struct timeval, in file-i/o protocol
23881
23882 The buffer of type struct timeval used by the target and @value{GDBN}
23883 is defined as follows:
23884
23885 @smallexample
23886 struct timeval @{
23887     time_t tv_sec;  /* second */
23888     long   tv_usec; /* microsecond */
23889 @};
23890 @end smallexample
23891
23892 The integral datatypes are conforming to the definitions given in the
23893 approriate section (see @ref{Integral datatypes}, for details) so this
23894 structure is of size 8 bytes.
23895
23896 @node Constants
23897 @subsection Constants
23898 @cindex constants, in file-i/o protocol
23899
23900 The following values are used for the constants inside of the
23901 protocol.  @value{GDBN} and target are resposible to translate these
23902 values before and after the call as needed.
23903
23904 @menu
23905 * Open flags::
23906 * mode_t values::
23907 * Errno values::
23908 * Lseek flags::
23909 * Limits::
23910 @end menu
23911
23912 @node Open flags
23913 @unnumberedsubsubsec Open flags
23914 @cindex open flags, in file-i/o protocol
23915
23916 All values are given in hexadecimal representation.
23917
23918 @smallexample
23919   O_RDONLY        0x0
23920   O_WRONLY        0x1
23921   O_RDWR          0x2
23922   O_APPEND        0x8
23923   O_CREAT       0x200
23924   O_TRUNC       0x400
23925   O_EXCL        0x800
23926 @end smallexample
23927
23928 @node mode_t values
23929 @unnumberedsubsubsec mode_t values
23930 @cindex mode_t values, in file-i/o protocol
23931
23932 All values are given in octal representation.
23933
23934 @smallexample
23935   S_IFREG       0100000
23936   S_IFDIR        040000
23937   S_IRUSR          0400
23938   S_IWUSR          0200
23939   S_IXUSR          0100
23940   S_IRGRP           040
23941   S_IWGRP           020
23942   S_IXGRP           010
23943   S_IROTH            04
23944   S_IWOTH            02
23945   S_IXOTH            01
23946 @end smallexample
23947
23948 @node Errno values
23949 @unnumberedsubsubsec Errno values
23950 @cindex errno values, in file-i/o protocol
23951
23952 All values are given in decimal representation.
23953
23954 @smallexample
23955   EPERM           1
23956   ENOENT          2
23957   EINTR           4
23958   EBADF           9
23959   EACCES         13
23960   EFAULT         14
23961   EBUSY          16
23962   EEXIST         17
23963   ENODEV         19
23964   ENOTDIR        20
23965   EISDIR         21
23966   EINVAL         22
23967   ENFILE         23
23968   EMFILE         24
23969   EFBIG          27
23970   ENOSPC         28
23971   ESPIPE         29
23972   EROFS          30
23973   ENAMETOOLONG   91
23974   EUNKNOWN       9999
23975 @end smallexample
23976
23977   EUNKNOWN is used as a fallback error value if a host system returns
23978   any error value not in the list of supported error numbers.
23979
23980 @node Lseek flags
23981 @unnumberedsubsubsec Lseek flags
23982 @cindex lseek flags, in file-i/o protocol
23983
23984 @smallexample
23985   SEEK_SET      0
23986   SEEK_CUR      1
23987   SEEK_END      2
23988 @end smallexample
23989
23990 @node Limits
23991 @unnumberedsubsubsec Limits
23992 @cindex limits, in file-i/o protocol
23993
23994 All values are given in decimal representation.
23995
23996 @smallexample
23997   INT_MIN       -2147483648
23998   INT_MAX        2147483647
23999   UINT_MAX       4294967295
24000   LONG_MIN      -9223372036854775808
24001   LONG_MAX       9223372036854775807
24002   ULONG_MAX      18446744073709551615
24003 @end smallexample
24004
24005 @node File-I/O Examples
24006 @subsection File-I/O Examples
24007 @cindex file-i/o examples
24008
24009 Example sequence of a write call, file descriptor 3, buffer is at target
24010 address 0x1234, 6 bytes should be written:
24011
24012 @smallexample
24013 <- @code{Fwrite,3,1234,6}
24014 @emph{request memory read from target}
24015 -> @code{m1234,6}
24016 <- XXXXXX
24017 @emph{return "6 bytes written"}
24018 -> @code{F6}
24019 @end smallexample
24020
24021 Example sequence of a read call, file descriptor 3, buffer is at target
24022 address 0x1234, 6 bytes should be read:
24023
24024 @smallexample
24025 <- @code{Fread,3,1234,6}
24026 @emph{request memory write to target}
24027 -> @code{X1234,6:XXXXXX}
24028 @emph{return "6 bytes read"}
24029 -> @code{F6}
24030 @end smallexample
24031
24032 Example sequence of a read call, call fails on the host due to invalid
24033 file descriptor (EBADF):
24034
24035 @smallexample
24036 <- @code{Fread,3,1234,6}
24037 -> @code{F-1,9}
24038 @end smallexample
24039
24040 Example sequence of a read call, user presses Ctrl-C before syscall on
24041 host is called:
24042
24043 @smallexample
24044 <- @code{Fread,3,1234,6}
24045 -> @code{F-1,4,C}
24046 <- @code{T02}
24047 @end smallexample
24048
24049 Example sequence of a read call, user presses Ctrl-C after syscall on
24050 host is called:
24051
24052 @smallexample
24053 <- @code{Fread,3,1234,6}
24054 -> @code{X1234,6:XXXXXX}
24055 <- @code{T02}
24056 @end smallexample
24057
24058 @include agentexpr.texi
24059
24060 @include gpl.texi
24061
24062 @raisesections
24063 @include fdl.texi
24064 @lowersections
24065
24066 @node Index
24067 @unnumbered Index
24068
24069 @printindex cp
24070
24071 @tex
24072 % I think something like @colophon should be in texinfo.  In the
24073 % meantime:
24074 \long\def\colophon{\hbox to0pt{}\vfill
24075 \centerline{The body of this manual is set in}
24076 \centerline{\fontname\tenrm,}
24077 \centerline{with headings in {\bf\fontname\tenbf}}
24078 \centerline{and examples in {\tt\fontname\tentt}.}
24079 \centerline{{\it\fontname\tenit\/},}
24080 \centerline{{\bf\fontname\tenbf}, and}
24081 \centerline{{\sl\fontname\tensl\/}}
24082 \centerline{are used for emphasis.}\vfill}
24083 \page\colophon
24084 % Blame: doc@cygnus.com, 1991.
24085 @end tex
24086
24087 @bye