* gdb.texinfo (Numbers): Explain the example and make the wording
[external/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 Jim Blandy added support for preprocessor macros, while working for Red
475 Hat.
476
477 @node Sample Session
478 @chapter A Sample @value{GDBN} Session
479
480 You can use this manual at your leisure to read all about @value{GDBN}.
481 However, a handful of commands are enough to get started using the
482 debugger.  This chapter illustrates those commands.
483
484 @iftex
485 In this sample session, we emphasize user input like this: @b{input},
486 to make it easier to pick out from the surrounding output.
487 @end iftex
488
489 @c FIXME: this example may not be appropriate for some configs, where
490 @c FIXME...primary interest is in remote use.
491
492 One of the preliminary versions of @sc{gnu} @code{m4} (a generic macro
493 processor) exhibits the following bug: sometimes, when we change its
494 quote strings from the default, the commands used to capture one macro
495 definition within another stop working.  In the following short @code{m4}
496 session, we define a macro @code{foo} which expands to @code{0000}; we
497 then use the @code{m4} built-in @code{defn} to define @code{bar} as the
498 same thing.  However, when we change the open quote string to
499 @code{<QUOTE>} and the close quote string to @code{<UNQUOTE>}, the same
500 procedure fails to define a new synonym @code{baz}:
501
502 @smallexample
503 $ @b{cd gnu/m4}
504 $ @b{./m4}
505 @b{define(foo,0000)}
506
507 @b{foo}
508 0000
509 @b{define(bar,defn(`foo'))}
510
511 @b{bar}
512 0000
513 @b{changequote(<QUOTE>,<UNQUOTE>)}
514
515 @b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
516 @b{baz}
517 @b{C-d}
518 m4: End of input: 0: fatal error: EOF in string
519 @end smallexample
520
521 @noindent
522 Let us use @value{GDBN} to try to see what is going on.
523
524 @smallexample
525 $ @b{@value{GDBP} m4}
526 @c FIXME: this falsifies the exact text played out, to permit smallbook
527 @c FIXME... format to come out better.
528 @value{GDBN} is free software and you are welcome to distribute copies
529  of it under certain conditions; type "show copying" to see
530  the conditions.
531 There is absolutely no warranty for @value{GDBN}; type "show warranty"
532  for details.
533
534 @value{GDBN} @value{GDBVN}, Copyright 1999 Free Software Foundation, Inc...
535 (@value{GDBP})
536 @end smallexample
537
538 @noindent
539 @value{GDBN} reads only enough symbol data to know where to find the
540 rest when needed; as a result, the first prompt comes up very quickly.
541 We now tell @value{GDBN} to use a narrower display width than usual, so
542 that examples fit in this manual.
543
544 @smallexample
545 (@value{GDBP}) @b{set width 70}
546 @end smallexample
547
548 @noindent
549 We need to see how the @code{m4} built-in @code{changequote} works.
550 Having looked at the source, we know the relevant subroutine is
551 @code{m4_changequote}, so we set a breakpoint there with the @value{GDBN}
552 @code{break} command.
553
554 @smallexample
555 (@value{GDBP}) @b{break m4_changequote}
556 Breakpoint 1 at 0x62f4: file builtin.c, line 879.
557 @end smallexample
558
559 @noindent
560 Using the @code{run} command, we start @code{m4} running under @value{GDBN}
561 control; as long as control does not reach the @code{m4_changequote}
562 subroutine, the program runs as usual:
563
564 @smallexample
565 (@value{GDBP}) @b{run}
566 Starting program: /work/Editorial/gdb/gnu/m4/m4
567 @b{define(foo,0000)}
568
569 @b{foo}
570 0000
571 @end smallexample
572
573 @noindent
574 To trigger the breakpoint, we call @code{changequote}.  @value{GDBN}
575 suspends execution of @code{m4}, displaying information about the
576 context where it stops.
577
578 @smallexample
579 @b{changequote(<QUOTE>,<UNQUOTE>)}
580
581 Breakpoint 1, m4_changequote (argc=3, argv=0x33c70)
582     at builtin.c:879
583 879         if (bad_argc(TOKEN_DATA_TEXT(argv[0]),argc,1,3))
584 @end smallexample
585
586 @noindent
587 Now we use the command @code{n} (@code{next}) to advance execution to
588 the next line of the current function.
589
590 @smallexample
591 (@value{GDBP}) @b{n}
592 882         set_quotes((argc >= 2) ? TOKEN_DATA_TEXT(argv[1])\
593  : nil,
594 @end smallexample
595
596 @noindent
597 @code{set_quotes} looks like a promising subroutine.  We can go into it
598 by using the command @code{s} (@code{step}) instead of @code{next}.
599 @code{step} goes to the next line to be executed in @emph{any}
600 subroutine, so it steps into @code{set_quotes}.
601
602 @smallexample
603 (@value{GDBP}) @b{s}
604 set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
605     at input.c:530
606 530         if (lquote != def_lquote)
607 @end smallexample
608
609 @noindent
610 The display that shows the subroutine where @code{m4} is now
611 suspended (and its arguments) is called a stack frame display.  It
612 shows a summary of the stack.  We can use the @code{backtrace}
613 command (which can also be spelled @code{bt}), to see where we are
614 in the stack as a whole: the @code{backtrace} command displays a
615 stack frame for each active subroutine.
616
617 @smallexample
618 (@value{GDBP}) @b{bt}
619 #0  set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
620     at input.c:530
621 #1  0x6344 in m4_changequote (argc=3, argv=0x33c70)
622     at builtin.c:882
623 #2  0x8174 in expand_macro (sym=0x33320) at macro.c:242
624 #3  0x7a88 in expand_token (obs=0x0, t=209696, td=0xf7fffa30)
625     at macro.c:71
626 #4  0x79dc in expand_input () at macro.c:40
627 #5  0x2930 in main (argc=0, argv=0xf7fffb20) at m4.c:195
628 @end smallexample
629
630 @noindent
631 We step through a few more lines to see what happens.  The first two
632 times, we can use @samp{s}; the next two times we use @code{n} to avoid
633 falling into the @code{xstrdup} subroutine.
634
635 @smallexample
636 (@value{GDBP}) @b{s}
637 0x3b5c  532         if (rquote != def_rquote)
638 (@value{GDBP}) @b{s}
639 0x3b80  535         lquote = (lq == nil || *lq == '\0') ?  \
640 def_lquote : xstrdup(lq);
641 (@value{GDBP}) @b{n}
642 536         rquote = (rq == nil || *rq == '\0') ? def_rquote\
643  : xstrdup(rq);
644 (@value{GDBP}) @b{n}
645 538         len_lquote = strlen(rquote);
646 @end smallexample
647
648 @noindent
649 The last line displayed looks a little odd; we can examine the variables
650 @code{lquote} and @code{rquote} to see if they are in fact the new left
651 and right quotes we specified.  We use the command @code{p}
652 (@code{print}) to see their values.
653
654 @smallexample
655 (@value{GDBP}) @b{p lquote}
656 $1 = 0x35d40 "<QUOTE>"
657 (@value{GDBP}) @b{p rquote}
658 $2 = 0x35d50 "<UNQUOTE>"
659 @end smallexample
660
661 @noindent
662 @code{lquote} and @code{rquote} are indeed the new left and right quotes.
663 To look at some context, we can display ten lines of source
664 surrounding the current line with the @code{l} (@code{list}) command.
665
666 @smallexample
667 (@value{GDBP}) @b{l}
668 533             xfree(rquote);
669 534
670 535         lquote = (lq == nil || *lq == '\0') ? def_lquote\
671  : xstrdup (lq);
672 536         rquote = (rq == nil || *rq == '\0') ? def_rquote\
673  : xstrdup (rq);
674 537
675 538         len_lquote = strlen(rquote);
676 539         len_rquote = strlen(lquote);
677 540     @}
678 541
679 542     void
680 @end smallexample
681
682 @noindent
683 Let us step past the two lines that set @code{len_lquote} and
684 @code{len_rquote}, and then examine the values of those variables.
685
686 @smallexample
687 (@value{GDBP}) @b{n}
688 539         len_rquote = strlen(lquote);
689 (@value{GDBP}) @b{n}
690 540     @}
691 (@value{GDBP}) @b{p len_lquote}
692 $3 = 9
693 (@value{GDBP}) @b{p len_rquote}
694 $4 = 7
695 @end smallexample
696
697 @noindent
698 That certainly looks wrong, assuming @code{len_lquote} and
699 @code{len_rquote} are meant to be the lengths of @code{lquote} and
700 @code{rquote} respectively.  We can set them to better values using
701 the @code{p} command, since it can print the value of
702 any expression---and that expression can include subroutine calls and
703 assignments.
704
705 @smallexample
706 (@value{GDBP}) @b{p len_lquote=strlen(lquote)}
707 $5 = 7
708 (@value{GDBP}) @b{p len_rquote=strlen(rquote)}
709 $6 = 9
710 @end smallexample
711
712 @noindent
713 Is that enough to fix the problem of using the new quotes with the
714 @code{m4} built-in @code{defn}?  We can allow @code{m4} to continue
715 executing with the @code{c} (@code{continue}) command, and then try the
716 example that caused trouble initially:
717
718 @smallexample
719 (@value{GDBP}) @b{c}
720 Continuing.
721
722 @b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
723
724 baz
725 0000
726 @end smallexample
727
728 @noindent
729 Success!  The new quotes now work just as well as the default ones.  The
730 problem seems to have been just the two typos defining the wrong
731 lengths.  We allow @code{m4} exit by giving it an EOF as input:
732
733 @smallexample
734 @b{C-d}
735 Program exited normally.
736 @end smallexample
737
738 @noindent
739 The message @samp{Program exited normally.} is from @value{GDBN}; it
740 indicates @code{m4} has finished executing.  We can end our @value{GDBN}
741 session with the @value{GDBN} @code{quit} command.
742
743 @smallexample
744 (@value{GDBP}) @b{quit}
745 @end smallexample
746
747 @node Invocation
748 @chapter Getting In and Out of @value{GDBN}
749
750 This chapter discusses how to start @value{GDBN}, and how to get out of it.
751 The essentials are:
752 @itemize @bullet
753 @item
754 type @samp{@value{GDBP}} to start @value{GDBN}.
755 @item
756 type @kbd{quit} or @kbd{C-d} to exit.
757 @end itemize
758
759 @menu
760 * Invoking GDB::                How to start @value{GDBN}
761 * Quitting GDB::                How to quit @value{GDBN}
762 * Shell Commands::              How to use shell commands inside @value{GDBN}
763 * Logging output::              How to log @value{GDBN}'s output to a file
764 @end menu
765
766 @node Invoking GDB
767 @section Invoking @value{GDBN}
768
769 Invoke @value{GDBN} by running the program @code{@value{GDBP}}.  Once started,
770 @value{GDBN} reads commands from the terminal until you tell it to exit.
771
772 You can also run @code{@value{GDBP}} with a variety of arguments and options,
773 to specify more of your debugging environment at the outset.
774
775 The command-line options described here are designed
776 to cover a variety of situations; in some environments, some of these
777 options may effectively be unavailable.
778
779 The most usual way to start @value{GDBN} is with one argument,
780 specifying an executable program:
781
782 @smallexample
783 @value{GDBP} @var{program}
784 @end smallexample
785
786 @noindent
787 You can also start with both an executable program and a core file
788 specified:
789
790 @smallexample
791 @value{GDBP} @var{program} @var{core}
792 @end smallexample
793
794 You can, instead, specify a process ID as a second argument, if you want
795 to debug a running process:
796
797 @smallexample
798 @value{GDBP} @var{program} 1234
799 @end smallexample
800
801 @noindent
802 would attach @value{GDBN} to process @code{1234} (unless you also have a file
803 named @file{1234}; @value{GDBN} does check for a core file first).
804
805 Taking advantage of the second command-line argument requires a fairly
806 complete operating system; when you use @value{GDBN} as a remote
807 debugger attached to a bare board, there may not be any notion of
808 ``process'', and there is often no way to get a core dump.  @value{GDBN}
809 will warn you if it is unable to attach or to read core dumps.
810
811 You can optionally have @code{@value{GDBP}} pass any arguments after the
812 executable file to the inferior using @code{--args}.  This option stops
813 option processing.
814 @smallexample
815 gdb --args gcc -O2 -c foo.c
816 @end smallexample
817 This will cause @code{@value{GDBP}} to debug @code{gcc}, and to set
818 @code{gcc}'s command-line arguments (@pxref{Arguments}) to @samp{-O2 -c foo.c}.
819
820 You can run @code{@value{GDBP}} without printing the front material, which describes
821 @value{GDBN}'s non-warranty, by specifying @code{-silent}:
822
823 @smallexample
824 @value{GDBP} -silent
825 @end smallexample
826
827 @noindent
828 You can further control how @value{GDBN} starts up by using command-line
829 options.  @value{GDBN} itself can remind you of the options available.
830
831 @noindent
832 Type
833
834 @smallexample
835 @value{GDBP} -help
836 @end smallexample
837
838 @noindent
839 to display all available options and briefly describe their use
840 (@samp{@value{GDBP} -h} is a shorter equivalent).
841
842 All options and command line arguments you give are processed
843 in sequential order.  The order makes a difference when the
844 @samp{-x} option is used.
845
846
847 @menu
848 * File Options::                Choosing files
849 * Mode Options::                Choosing modes
850 * Startup::                     What @value{GDBN} does during startup
851 @end menu
852
853 @node File Options
854 @subsection Choosing files
855
856 When @value{GDBN} starts, it reads any arguments other than options as
857 specifying an executable file and core file (or process ID).  This is
858 the same as if the arguments were specified by the @samp{-se} and
859 @samp{-c} (or @samp{-p} options respectively.  (@value{GDBN} reads the
860 first argument that does not have an associated option flag as
861 equivalent to the @samp{-se} option followed by that argument; and the
862 second argument that does not have an associated option flag, if any, as
863 equivalent to the @samp{-c}/@samp{-p} option followed by that argument.)
864 If the second argument begins with a decimal digit, @value{GDBN} will
865 first attempt to attach to it as a process, and if that fails, attempt
866 to open it as a corefile.  If you have a corefile whose name begins with
867 a digit, you can prevent @value{GDBN} from treating it as a pid by
868 prefixing it with @file{./}, eg. @file{./12345}.
869
870 If @value{GDBN} has not been configured to included core file support,
871 such as for most embedded targets, then it will complain about a second
872 argument and ignore it.
873
874 Many options have both long and short forms; both are shown in the
875 following list.  @value{GDBN} also recognizes the long forms if you truncate
876 them, so long as enough of the option is present to be unambiguous.
877 (If you prefer, you can flag option arguments with @samp{--} rather
878 than @samp{-}, though we illustrate the more usual convention.)
879
880 @c NOTE: the @cindex entries here use double dashes ON PURPOSE.  This
881 @c way, both those who look for -foo and --foo in the index, will find
882 @c it.
883
884 @table @code
885 @item -symbols @var{file}
886 @itemx -s @var{file}
887 @cindex @code{--symbols}
888 @cindex @code{-s}
889 Read symbol table from file @var{file}.
890
891 @item -exec @var{file}
892 @itemx -e @var{file}
893 @cindex @code{--exec}
894 @cindex @code{-e}
895 Use file @var{file} as the executable file to execute when appropriate,
896 and for examining pure data in conjunction with a core dump.
897
898 @item -se @var{file}
899 @cindex @code{--se}
900 Read symbol table from file @var{file} and use it as the executable
901 file.
902
903 @item -core @var{file}
904 @itemx -c @var{file}
905 @cindex @code{--core}
906 @cindex @code{-c}
907 Use file @var{file} as a core dump to examine.
908
909 @item -c @var{number}
910 @item -pid @var{number}
911 @itemx -p @var{number}
912 @cindex @code{--pid}
913 @cindex @code{-p}
914 Connect to process ID @var{number}, as with the @code{attach} command.
915 If there is no such process, @value{GDBN} will attempt to open a core
916 file named @var{number}.
917
918 @item -command @var{file}
919 @itemx -x @var{file}
920 @cindex @code{--command}
921 @cindex @code{-x}
922 Execute @value{GDBN} commands from file @var{file}.  @xref{Command
923 Files,, Command files}.
924
925 @item -directory @var{directory}
926 @itemx -d @var{directory}
927 @cindex @code{--directory}
928 @cindex @code{-d}
929 Add @var{directory} to the path to search for source files.
930
931 @item -m
932 @itemx -mapped
933 @cindex @code{--mapped}
934 @cindex @code{-m}
935 @emph{Warning: this option depends on operating system facilities that are not
936 supported on all systems.}@*
937 If memory-mapped files are available on your system through the @code{mmap}
938 system call, you can use this option
939 to have @value{GDBN} write the symbols from your
940 program into a reusable file in the current directory.  If the program you are debugging is
941 called @file{/tmp/fred}, the mapped symbol file is @file{/tmp/fred.syms}.
942 Future @value{GDBN} debugging sessions notice the presence of this file,
943 and can quickly map in symbol information from it, rather than reading
944 the symbol table from the executable program.
945
946 The @file{.syms} file is specific to the host machine where @value{GDBN}
947 is run.  It holds an exact image of the internal @value{GDBN} symbol
948 table.  It cannot be shared across multiple host platforms.
949
950 @item -r
951 @itemx -readnow
952 @cindex @code{--readnow}
953 @cindex @code{-r}
954 Read each symbol file's entire symbol table immediately, rather than
955 the default, which is to read it incrementally as it is needed.
956 This makes startup slower, but makes future operations faster.
957
958 @end table
959
960 You typically combine the @code{-mapped} and @code{-readnow} options in
961 order to build a @file{.syms} file that contains complete symbol
962 information.  (@xref{Files,,Commands to specify files}, for information
963 on @file{.syms} files.)  A simple @value{GDBN} invocation to do nothing
964 but build a @file{.syms} file for future use is:
965
966 @smallexample
967 gdb -batch -nx -mapped -readnow programname
968 @end smallexample
969
970 @node Mode Options
971 @subsection Choosing modes
972
973 You can run @value{GDBN} in various alternative modes---for example, in
974 batch mode or quiet mode.
975
976 @table @code
977 @item -nx
978 @itemx -n
979 @cindex @code{--nx}
980 @cindex @code{-n}
981 Do not execute commands found in any initialization files.  Normally,
982 @value{GDBN} executes the commands in these files after all the command
983 options and arguments have been processed.  @xref{Command Files,,Command
984 files}.
985
986 @item -quiet
987 @itemx -silent
988 @itemx -q
989 @cindex @code{--quiet}
990 @cindex @code{--silent}
991 @cindex @code{-q}
992 ``Quiet''.  Do not print the introductory and copyright messages.  These
993 messages are also suppressed in batch mode.
994
995 @item -batch
996 @cindex @code{--batch}
997 Run in batch mode.  Exit with status @code{0} after processing all the
998 command files specified with @samp{-x} (and all commands from
999 initialization files, if not inhibited with @samp{-n}).  Exit with
1000 nonzero status if an error occurs in executing the @value{GDBN} commands
1001 in the command files.
1002
1003 Batch mode may be useful for running @value{GDBN} as a filter, for
1004 example to download and run a program on another computer; in order to
1005 make this more useful, the message
1006
1007 @smallexample
1008 Program exited normally.
1009 @end smallexample
1010
1011 @noindent
1012 (which is ordinarily issued whenever a program running under
1013 @value{GDBN} control terminates) is not issued when running in batch
1014 mode.
1015
1016 @item -nowindows
1017 @itemx -nw
1018 @cindex @code{--nowindows}
1019 @cindex @code{-nw}
1020 ``No windows''.  If @value{GDBN} comes with a graphical user interface
1021 (GUI) built in, then this option tells @value{GDBN} to only use the command-line
1022 interface.  If no GUI is available, this option has no effect.
1023
1024 @item -windows
1025 @itemx -w
1026 @cindex @code{--windows}
1027 @cindex @code{-w}
1028 If @value{GDBN} includes a GUI, then this option requires it to be
1029 used if possible.
1030
1031 @item -cd @var{directory}
1032 @cindex @code{--cd}
1033 Run @value{GDBN} using @var{directory} as its working directory,
1034 instead of the current directory.
1035
1036 @item -fullname
1037 @itemx -f
1038 @cindex @code{--fullname}
1039 @cindex @code{-f}
1040 @sc{gnu} Emacs sets this option when it runs @value{GDBN} as a
1041 subprocess.  It tells @value{GDBN} to output the full file name and line
1042 number in a standard, recognizable fashion each time a stack frame is
1043 displayed (which includes each time your program stops).  This
1044 recognizable format looks like two @samp{\032} characters, followed by
1045 the file name, line number and character position separated by colons,
1046 and a newline.  The Emacs-to-@value{GDBN} interface program uses the two
1047 @samp{\032} characters as a signal to display the source code for the
1048 frame.
1049
1050 @item -epoch
1051 @cindex @code{--epoch}
1052 The Epoch Emacs-@value{GDBN} interface sets this option when it runs
1053 @value{GDBN} as a subprocess.  It tells @value{GDBN} to modify its print
1054 routines so as to allow Epoch to display values of expressions in a
1055 separate window.
1056
1057 @item -annotate @var{level}
1058 @cindex @code{--annotate}
1059 This option sets the @dfn{annotation level} inside @value{GDBN}.  Its
1060 effect is identical to using @samp{set annotate @var{level}}
1061 (@pxref{Annotations}).  The annotation @var{level} controls how much
1062 information @value{GDBN} prints together with its prompt, values of
1063 expressions, source lines, and other types of output.  Level 0 is the
1064 normal, level 1 is for use when @value{GDBN} is run as a subprocess of
1065 @sc{gnu} Emacs, level 3 is the maximum annotation suitable for programs
1066 that control @value{GDBN}, and level 2 has been deprecated.
1067
1068 The annotation mechanism has largely been superseeded by @sc{gdb/mi}
1069 (@pxref{GDB/MI}).
1070
1071 @item --args
1072 @cindex @code{--args}
1073 Change interpretation of command line so that arguments following the
1074 executable file are passed as command line arguments to the inferior.
1075 This option stops option processing.
1076
1077 @item -baud @var{bps}
1078 @itemx -b @var{bps}
1079 @cindex @code{--baud}
1080 @cindex @code{-b}
1081 Set the line speed (baud rate or bits per second) of any serial
1082 interface used by @value{GDBN} for remote debugging.
1083
1084 @item -l @var{timeout}
1085 @cindex @code{-l}
1086 Set the timeout (in seconds) of any communication used by @value{GDBN}
1087 for remote debugging.
1088
1089 @item -tty @var{device}
1090 @itemx -t @var{device}
1091 @cindex @code{--tty}
1092 @cindex @code{-t}
1093 Run using @var{device} for your program's standard input and output.
1094 @c FIXME: kingdon thinks there is more to -tty.  Investigate.
1095
1096 @c resolve the situation of these eventually
1097 @item -tui
1098 @cindex @code{--tui}
1099 Activate the @dfn{Text User Interface} when starting.  The Text User
1100 Interface manages several text windows on the terminal, showing
1101 source, assembly, registers and @value{GDBN} command outputs
1102 (@pxref{TUI, ,@value{GDBN} Text User Interface}).  Alternatively, the
1103 Text User Interface can be enabled by invoking the program
1104 @samp{gdbtui}.  Do not use this option if you run @value{GDBN} from
1105 Emacs (@pxref{Emacs, ,Using @value{GDBN} under @sc{gnu} Emacs}).
1106
1107 @c @item -xdb
1108 @c @cindex @code{--xdb}
1109 @c Run in XDB compatibility mode, allowing the use of certain XDB commands.
1110 @c For information, see the file @file{xdb_trans.html}, which is usually
1111 @c installed in the directory @code{/opt/langtools/wdb/doc} on HP-UX
1112 @c systems.
1113
1114 @item -interpreter @var{interp}
1115 @cindex @code{--interpreter}
1116 Use the interpreter @var{interp} for interface with the controlling
1117 program or device.  This option is meant to be set by programs which
1118 communicate with @value{GDBN} using it as a back end.
1119 @xref{Interpreters, , Command Interpreters}.
1120
1121 @samp{--interpreter=mi} (or @samp{--interpreter=mi2}) causes
1122 @value{GDBN} to use the @dfn{@sc{gdb/mi} interface} (@pxref{GDB/MI, ,
1123 The @sc{gdb/mi} Interface}) included since @value{GDBN} version 6.0.  The
1124 previous @sc{gdb/mi} interface, included in @value{GDBN} version 5.3 and
1125 selected with @samp{--interpreter=mi1}, is deprecated.  Earlier
1126 @sc{gdb/mi} interfaces are no longer supported.
1127
1128 @item -write
1129 @cindex @code{--write}
1130 Open the executable and core files for both reading and writing.  This
1131 is equivalent to the @samp{set write on} command inside @value{GDBN}
1132 (@pxref{Patching}).
1133
1134 @item -statistics
1135 @cindex @code{--statistics}
1136 This option causes @value{GDBN} to print statistics about time and
1137 memory usage after it completes each command and returns to the prompt.
1138
1139 @item -version
1140 @cindex @code{--version}
1141 This option causes @value{GDBN} to print its version number and
1142 no-warranty blurb, and exit.
1143
1144 @end table
1145
1146 @node Startup
1147 @subsection What @value{GDBN} does during startup
1148 @cindex @value{GDBN} startup
1149
1150 Here's the description of what @value{GDBN} does during session startup:
1151
1152 @enumerate
1153 @item
1154 Sets up the command interpreter as specified by the command line
1155 (@pxref{Mode Options, interpreter}).
1156
1157 @item
1158 @cindex init file
1159 Reads the @dfn{init file} (if any) in your home directory@footnote{On
1160 DOS/Windows systems, the home directory is the one pointed to by the
1161 @code{HOME} environment variable.} and executes all the commands in
1162 that file.
1163
1164 @item
1165 Processes command line options and operands.
1166
1167 @item
1168 Reads and executes the commands from init file (if any) in the current
1169 working directory.  This is only done if the current directory is
1170 different from your home directory.  Thus, you can have more than one
1171 init file, one generic in your home directory, and another, specific
1172 to the program you are debugging, in the directory where you invoke
1173 @value{GDBN}.
1174
1175 @item
1176 Reads command files specified by the @samp{-x} option.  @xref{Command
1177 Files}, for more details about @value{GDBN} command files.
1178
1179 @item
1180 Reads the command history recorded in the @dfn{history file}.
1181 @xref{History}, for more details about the command history and the
1182 files where @value{GDBN} records it.
1183 @end enumerate
1184
1185 Init files use the same syntax as @dfn{command files} (@pxref{Command
1186 Files}) and are processed by @value{GDBN} in the same way.  The init
1187 file in your home directory can set options (such as @samp{set
1188 complaints}) that affect subsequent processing of command line options
1189 and operands.  Init files are not executed if you use the @samp{-nx}
1190 option (@pxref{Mode Options, ,Choosing modes}).
1191
1192 @cindex init file name
1193 @cindex @file{.gdbinit}
1194 The @value{GDBN} init files are normally called @file{.gdbinit}.
1195 On some configurations of @value{GDBN}, the init file is known by a
1196 different name (these are typically environments where a specialized
1197 form of @value{GDBN} may need to coexist with other forms, hence a
1198 different name for the specialized version's init file).  These are the
1199 environments with special init file names:
1200
1201 @itemize @bullet
1202 @cindex @file{gdb.ini}
1203 @item
1204 The DJGPP port of @value{GDBN} uses the name @file{gdb.ini}, due to
1205 the limitations of file names imposed by DOS filesystems.  The Windows
1206 ports of @value{GDBN} use the standard name, but if they find a
1207 @file{gdb.ini} file, they warn you about that and suggest to rename
1208 the file to the standard name.
1209
1210 @cindex @file{.vxgdbinit}
1211 @item
1212 VxWorks (Wind River Systems real-time OS): @file{.vxgdbinit}
1213
1214 @cindex @file{.os68gdbinit}
1215 @item
1216 OS68K (Enea Data Systems real-time OS): @file{.os68gdbinit}
1217
1218 @cindex @file{.esgdbinit}
1219 @item
1220 ES-1800 (Ericsson Telecom AB M68000 emulator): @file{.esgdbinit}
1221
1222 @item
1223 CISCO 68k: @file{.cisco-gdbinit}
1224 @end itemize
1225
1226
1227 @node Quitting GDB
1228 @section Quitting @value{GDBN}
1229 @cindex exiting @value{GDBN}
1230 @cindex leaving @value{GDBN}
1231
1232 @table @code
1233 @kindex quit @r{[}@var{expression}@r{]}
1234 @kindex q @r{(@code{quit})}
1235 @item quit @r{[}@var{expression}@r{]}
1236 @itemx q
1237 To exit @value{GDBN}, use the @code{quit} command (abbreviated
1238 @code{q}), or type an end-of-file character (usually @kbd{C-d}).  If you
1239 do not supply @var{expression}, @value{GDBN} will terminate normally;
1240 otherwise it will terminate using the result of @var{expression} as the
1241 error code.
1242 @end table
1243
1244 @cindex interrupt
1245 An interrupt (often @kbd{C-c}) does not exit from @value{GDBN}, but rather
1246 terminates the action of any @value{GDBN} command that is in progress and
1247 returns to @value{GDBN} command level.  It is safe to type the interrupt
1248 character at any time because @value{GDBN} does not allow it to take effect
1249 until a time when it is safe.
1250
1251 If you have been using @value{GDBN} to control an attached process or
1252 device, you can release it with the @code{detach} command
1253 (@pxref{Attach, ,Debugging an already-running process}).
1254
1255 @node Shell Commands
1256 @section Shell commands
1257
1258 If you need to execute occasional shell commands during your
1259 debugging session, there is no need to leave or suspend @value{GDBN}; you can
1260 just use the @code{shell} command.
1261
1262 @table @code
1263 @kindex shell
1264 @cindex shell escape
1265 @item shell @var{command string}
1266 Invoke a standard shell to execute @var{command string}.
1267 If it exists, the environment variable @code{SHELL} determines which
1268 shell to run.  Otherwise @value{GDBN} uses the default shell
1269 (@file{/bin/sh} on Unix systems, @file{COMMAND.COM} on MS-DOS, etc.).
1270 @end table
1271
1272 The utility @code{make} is often needed in development environments.
1273 You do not have to use the @code{shell} command for this purpose in
1274 @value{GDBN}:
1275
1276 @table @code
1277 @kindex make
1278 @cindex calling make
1279 @item make @var{make-args}
1280 Execute the @code{make} program with the specified
1281 arguments.  This is equivalent to @samp{shell make @var{make-args}}.
1282 @end table
1283
1284 @node Logging output
1285 @section Logging output
1286 @cindex logging @value{GDBN} output
1287 @cindex save @value{GDBN} output to a file
1288
1289 You may want to save the output of @value{GDBN} commands to a file.
1290 There are several commands to control @value{GDBN}'s logging.
1291
1292 @table @code
1293 @kindex set logging
1294 @item set logging on
1295 Enable logging.
1296 @item set logging off
1297 Disable logging.
1298 @cindex logging file name
1299 @item set logging file @var{file}
1300 Change the name of the current logfile.  The default logfile is @file{gdb.txt}.
1301 @item set logging overwrite [on|off]
1302 By default, @value{GDBN} will append to the logfile.  Set @code{overwrite} if
1303 you want @code{set logging on} to overwrite the logfile instead.
1304 @item set logging redirect [on|off]
1305 By default, @value{GDBN} output will go to both the terminal and the logfile.
1306 Set @code{redirect} if you want output to go only to the log file.
1307 @kindex show logging
1308 @item show logging
1309 Show the current values of the logging settings.
1310 @end table
1311
1312 @node Commands
1313 @chapter @value{GDBN} Commands
1314
1315 You can abbreviate a @value{GDBN} command to the first few letters of the command
1316 name, if that abbreviation is unambiguous; and you can repeat certain
1317 @value{GDBN} commands by typing just @key{RET}.  You can also use the @key{TAB}
1318 key to get @value{GDBN} to fill out the rest of a word in a command (or to
1319 show you the alternatives available, if there is more than one possibility).
1320
1321 @menu
1322 * Command Syntax::              How to give commands to @value{GDBN}
1323 * Completion::                  Command completion
1324 * Help::                        How to ask @value{GDBN} for help
1325 @end menu
1326
1327 @node Command Syntax
1328 @section Command syntax
1329
1330 A @value{GDBN} command is a single line of input.  There is no limit on
1331 how long it can be.  It starts with a command name, which is followed by
1332 arguments whose meaning depends on the command name.  For example, the
1333 command @code{step} accepts an argument which is the number of times to
1334 step, as in @samp{step 5}.  You can also use the @code{step} command
1335 with no arguments.  Some commands do not allow any arguments.
1336
1337 @cindex abbreviation
1338 @value{GDBN} command names may always be truncated if that abbreviation is
1339 unambiguous.  Other possible command abbreviations are listed in the
1340 documentation for individual commands.  In some cases, even ambiguous
1341 abbreviations are allowed; for example, @code{s} is specially defined as
1342 equivalent to @code{step} even though there are other commands whose
1343 names start with @code{s}.  You can test abbreviations by using them as
1344 arguments to the @code{help} command.
1345
1346 @cindex repeating commands
1347 @kindex RET @r{(repeat last command)}
1348 A blank line as input to @value{GDBN} (typing just @key{RET}) means to
1349 repeat the previous command.  Certain commands (for example, @code{run})
1350 will not repeat this way; these are commands whose unintentional
1351 repetition might cause trouble and which you are unlikely to want to
1352 repeat.  User-defined commands can disable this feature; see
1353 @ref{Define, dont-repeat}.
1354
1355 The @code{list} and @code{x} commands, when you repeat them with
1356 @key{RET}, construct new arguments rather than repeating
1357 exactly as typed.  This permits easy scanning of source or memory.
1358
1359 @value{GDBN} can also use @key{RET} in another way: to partition lengthy
1360 output, in a way similar to the common utility @code{more}
1361 (@pxref{Screen Size,,Screen size}).  Since it is easy to press one
1362 @key{RET} too many in this situation, @value{GDBN} disables command
1363 repetition after any command that generates this sort of display.
1364
1365 @kindex # @r{(a comment)}
1366 @cindex comment
1367 Any text from a @kbd{#} to the end of the line is a comment; it does
1368 nothing.  This is useful mainly in command files (@pxref{Command
1369 Files,,Command files}).
1370
1371 @cindex repeating command sequences
1372 @kindex C-o @r{(operate-and-get-next)}
1373 The @kbd{C-o} binding is useful for repeating a complex sequence of
1374 commands.  This command accepts the current line, like @kbd{RET}, and
1375 then fetches the next line relative to the current line from the history
1376 for editing.
1377
1378 @node Completion
1379 @section Command completion
1380
1381 @cindex completion
1382 @cindex word completion
1383 @value{GDBN} can fill in the rest of a word in a command for you, if there is
1384 only one possibility; it can also show you what the valid possibilities
1385 are for the next word in a command, at any time.  This works for @value{GDBN}
1386 commands, @value{GDBN} subcommands, and the names of symbols in your program.
1387
1388 Press the @key{TAB} key whenever you want @value{GDBN} to fill out the rest
1389 of a word.  If there is only one possibility, @value{GDBN} fills in the
1390 word, and waits for you to finish the command (or press @key{RET} to
1391 enter it).  For example, if you type
1392
1393 @c FIXME "@key" does not distinguish its argument sufficiently to permit
1394 @c complete accuracy in these examples; space introduced for clarity.
1395 @c If texinfo enhancements make it unnecessary, it would be nice to
1396 @c replace " @key" by "@key" in the following...
1397 @smallexample
1398 (@value{GDBP}) info bre @key{TAB}
1399 @end smallexample
1400
1401 @noindent
1402 @value{GDBN} fills in the rest of the word @samp{breakpoints}, since that is
1403 the only @code{info} subcommand beginning with @samp{bre}:
1404
1405 @smallexample
1406 (@value{GDBP}) info breakpoints
1407 @end smallexample
1408
1409 @noindent
1410 You can either press @key{RET} at this point, to run the @code{info
1411 breakpoints} command, or backspace and enter something else, if
1412 @samp{breakpoints} does not look like the command you expected.  (If you
1413 were sure you wanted @code{info breakpoints} in the first place, you
1414 might as well just type @key{RET} immediately after @samp{info bre},
1415 to exploit command abbreviations rather than command completion).
1416
1417 If there is more than one possibility for the next word when you press
1418 @key{TAB}, @value{GDBN} sounds a bell.  You can either supply more
1419 characters and try again, or just press @key{TAB} a second time;
1420 @value{GDBN} displays all the possible completions for that word.  For
1421 example, you might want to set a breakpoint on a subroutine whose name
1422 begins with @samp{make_}, but when you type @kbd{b make_@key{TAB}} @value{GDBN}
1423 just sounds the bell.  Typing @key{TAB} again displays all the
1424 function names in your program that begin with those characters, for
1425 example:
1426
1427 @smallexample
1428 (@value{GDBP}) b make_ @key{TAB}
1429 @exdent @value{GDBN} sounds bell; press @key{TAB} again, to see:
1430 make_a_section_from_file     make_environ
1431 make_abs_section             make_function_type
1432 make_blockvector             make_pointer_type
1433 make_cleanup                 make_reference_type
1434 make_command                 make_symbol_completion_list
1435 (@value{GDBP}) b make_
1436 @end smallexample
1437
1438 @noindent
1439 After displaying the available possibilities, @value{GDBN} copies your
1440 partial input (@samp{b make_} in the example) so you can finish the
1441 command.
1442
1443 If you just want to see the list of alternatives in the first place, you
1444 can press @kbd{M-?} rather than pressing @key{TAB} twice.  @kbd{M-?}
1445 means @kbd{@key{META} ?}.  You can type this either by holding down a
1446 key designated as the @key{META} shift on your keyboard (if there is
1447 one) while typing @kbd{?}, or as @key{ESC} followed by @kbd{?}.
1448
1449 @cindex quotes in commands
1450 @cindex completion of quoted strings
1451 Sometimes the string you need, while logically a ``word'', may contain
1452 parentheses or other characters that @value{GDBN} normally excludes from
1453 its notion of a word.  To permit word completion to work in this
1454 situation, you may enclose words in @code{'} (single quote marks) in
1455 @value{GDBN} commands.
1456
1457 The most likely situation where you might need this is in typing the
1458 name of a C@t{++} function.  This is because C@t{++} allows function
1459 overloading (multiple definitions of the same function, distinguished
1460 by argument type).  For example, when you want to set a breakpoint you
1461 may need to distinguish whether you mean the version of @code{name}
1462 that takes an @code{int} parameter, @code{name(int)}, or the version
1463 that takes a @code{float} parameter, @code{name(float)}.  To use the
1464 word-completion facilities in this situation, type a single quote
1465 @code{'} at the beginning of the function name.  This alerts
1466 @value{GDBN} that it may need to consider more information than usual
1467 when you press @key{TAB} or @kbd{M-?} to request word completion:
1468
1469 @smallexample
1470 (@value{GDBP}) b 'bubble( @kbd{M-?}
1471 bubble(double,double)    bubble(int,int)
1472 (@value{GDBP}) b 'bubble(
1473 @end smallexample
1474
1475 In some cases, @value{GDBN} can tell that completing a name requires using
1476 quotes.  When this happens, @value{GDBN} inserts the quote for you (while
1477 completing as much as it can) if you do not type the quote in the first
1478 place:
1479
1480 @smallexample
1481 (@value{GDBP}) b bub @key{TAB}
1482 @exdent @value{GDBN} alters your input line to the following, and rings a bell:
1483 (@value{GDBP}) b 'bubble(
1484 @end smallexample
1485
1486 @noindent
1487 In general, @value{GDBN} can tell that a quote is needed (and inserts it) if
1488 you have not yet started typing the argument list when you ask for
1489 completion on an overloaded symbol.
1490
1491 For more information about overloaded functions, see @ref{C plus plus
1492 expressions, ,C@t{++} expressions}.  You can use the command @code{set
1493 overload-resolution off} to disable overload resolution;
1494 see @ref{Debugging C plus plus, ,@value{GDBN} features for C@t{++}}.
1495
1496
1497 @node Help
1498 @section Getting help
1499 @cindex online documentation
1500 @kindex help
1501
1502 You can always ask @value{GDBN} itself for information on its commands,
1503 using the command @code{help}.
1504
1505 @table @code
1506 @kindex h @r{(@code{help})}
1507 @item help
1508 @itemx h
1509 You can use @code{help} (abbreviated @code{h}) with no arguments to
1510 display a short list of named classes of commands:
1511
1512 @smallexample
1513 (@value{GDBP}) help
1514 List of classes of commands:
1515
1516 aliases -- Aliases of other commands
1517 breakpoints -- Making program stop at certain points
1518 data -- Examining data
1519 files -- Specifying and examining files
1520 internals -- Maintenance commands
1521 obscure -- Obscure features
1522 running -- Running the program
1523 stack -- Examining the stack
1524 status -- Status inquiries
1525 support -- Support facilities
1526 tracepoints -- Tracing of program execution without@*
1527                stopping the program
1528 user-defined -- User-defined commands
1529
1530 Type "help" followed by a class name for a list of
1531 commands in that class.
1532 Type "help" followed by command name for full
1533 documentation.
1534 Command name abbreviations are allowed if unambiguous.
1535 (@value{GDBP})
1536 @end smallexample
1537 @c the above line break eliminates huge line overfull...
1538
1539 @item help @var{class}
1540 Using one of the general help classes as an argument, you can get a
1541 list of the individual commands in that class.  For example, here is the
1542 help display for the class @code{status}:
1543
1544 @smallexample
1545 (@value{GDBP}) help status
1546 Status inquiries.
1547
1548 List of commands:
1549
1550 @c Line break in "show" line falsifies real output, but needed
1551 @c to fit in smallbook page size.
1552 info -- Generic command for showing things
1553  about the program being debugged
1554 show -- Generic command for showing things
1555  about the debugger
1556
1557 Type "help" followed by command name for full
1558 documentation.
1559 Command name abbreviations are allowed if unambiguous.
1560 (@value{GDBP})
1561 @end smallexample
1562
1563 @item help @var{command}
1564 With a command name as @code{help} argument, @value{GDBN} displays a
1565 short paragraph on how to use that command.
1566
1567 @kindex apropos
1568 @item apropos @var{args}
1569 The @code{apropos} command searches through all of the @value{GDBN}
1570 commands, and their documentation, for the regular expression specified in
1571 @var{args}. It prints out all matches found. For example:
1572
1573 @smallexample
1574 apropos reload
1575 @end smallexample
1576
1577 @noindent
1578 results in:
1579
1580 @smallexample
1581 @c @group
1582 set symbol-reloading -- Set dynamic symbol table reloading
1583                                  multiple times in one run
1584 show symbol-reloading -- Show dynamic symbol table reloading
1585                                  multiple times in one run
1586 @c @end group
1587 @end smallexample
1588
1589 @kindex complete
1590 @item complete @var{args}
1591 The @code{complete @var{args}} command lists all the possible completions
1592 for the beginning of a command.  Use @var{args} to specify the beginning of the
1593 command you want completed.  For example:
1594
1595 @smallexample
1596 complete i
1597 @end smallexample
1598
1599 @noindent results in:
1600
1601 @smallexample
1602 @group
1603 if
1604 ignore
1605 info
1606 inspect
1607 @end group
1608 @end smallexample
1609
1610 @noindent This is intended for use by @sc{gnu} Emacs.
1611 @end table
1612
1613 In addition to @code{help}, you can use the @value{GDBN} commands @code{info}
1614 and @code{show} to inquire about the state of your program, or the state
1615 of @value{GDBN} itself.  Each command supports many topics of inquiry; this
1616 manual introduces each of them in the appropriate context.  The listings
1617 under @code{info} and under @code{show} in the Index point to
1618 all the sub-commands.  @xref{Index}.
1619
1620 @c @group
1621 @table @code
1622 @kindex info
1623 @kindex i @r{(@code{info})}
1624 @item info
1625 This command (abbreviated @code{i}) is for describing the state of your
1626 program.  For example, you can list the arguments given to your program
1627 with @code{info args}, list the registers currently in use with @code{info
1628 registers}, or list the breakpoints you have set with @code{info breakpoints}.
1629 You can get a complete list of the @code{info} sub-commands with
1630 @w{@code{help info}}.
1631
1632 @kindex set
1633 @item set
1634 You can assign the result of an expression to an environment variable with
1635 @code{set}.  For example, you can set the @value{GDBN} prompt to a $-sign with
1636 @code{set prompt $}.
1637
1638 @kindex show
1639 @item show
1640 In contrast to @code{info}, @code{show} is for describing the state of
1641 @value{GDBN} itself.
1642 You can change most of the things you can @code{show}, by using the
1643 related command @code{set}; for example, you can control what number
1644 system is used for displays with @code{set radix}, or simply inquire
1645 which is currently in use with @code{show radix}.
1646
1647 @kindex info set
1648 To display all the settable parameters and their current
1649 values, you can use @code{show} with no arguments; you may also use
1650 @code{info set}.  Both commands produce the same display.
1651 @c FIXME: "info set" violates the rule that "info" is for state of
1652 @c FIXME...program.  Ck w/ GNU: "info set" to be called something else,
1653 @c FIXME...or change desc of rule---eg "state of prog and debugging session"?
1654 @end table
1655 @c @end group
1656
1657 Here are three miscellaneous @code{show} subcommands, all of which are
1658 exceptional in lacking corresponding @code{set} commands:
1659
1660 @table @code
1661 @kindex show version
1662 @cindex @value{GDBN} version number
1663 @item show version
1664 Show what version of @value{GDBN} is running.  You should include this
1665 information in @value{GDBN} bug-reports.  If multiple versions of
1666 @value{GDBN} are in use at your site, you may need to determine which
1667 version of @value{GDBN} you are running; as @value{GDBN} evolves, new
1668 commands are introduced, and old ones may wither away.  Also, many
1669 system vendors ship variant versions of @value{GDBN}, and there are
1670 variant versions of @value{GDBN} in @sc{gnu}/Linux distributions as well.
1671 The version number is the same as the one announced when you start
1672 @value{GDBN}.
1673
1674 @kindex show copying
1675 @kindex info copying
1676 @cindex display @value{GDBN} copyright
1677 @item show copying
1678 @itemx info copying
1679 Display information about permission for copying @value{GDBN}.
1680
1681 @kindex show warranty
1682 @kindex info warranty
1683 @item show warranty
1684 @itemx info warranty
1685 Display the @sc{gnu} ``NO WARRANTY'' statement, or a warranty,
1686 if your version of @value{GDBN} comes with one.
1687
1688 @end table
1689
1690 @node Running
1691 @chapter Running Programs Under @value{GDBN}
1692
1693 When you run a program under @value{GDBN}, you must first generate
1694 debugging information when you compile it.
1695
1696 You may start @value{GDBN} with its arguments, if any, in an environment
1697 of your choice.  If you are doing native debugging, you may redirect
1698 your program's input and output, debug an already running process, or
1699 kill a child process.
1700
1701 @menu
1702 * Compilation::                 Compiling for debugging
1703 * Starting::                    Starting your program
1704 * Arguments::                   Your program's arguments
1705 * Environment::                 Your program's environment
1706
1707 * Working Directory::           Your program's working directory
1708 * Input/Output::                Your program's input and output
1709 * Attach::                      Debugging an already-running process
1710 * Kill Process::                Killing the child process
1711
1712 * Threads::                     Debugging programs with multiple threads
1713 * Processes::                   Debugging programs with multiple processes
1714 @end menu
1715
1716 @node Compilation
1717 @section Compiling for debugging
1718
1719 In order to debug a program effectively, you need to generate
1720 debugging information when you compile it.  This debugging information
1721 is stored in the object file; it describes the data type of each
1722 variable or function and the correspondence between source line numbers
1723 and addresses in the executable code.
1724
1725 To request debugging information, specify the @samp{-g} option when you run
1726 the compiler.
1727
1728 Programs that are to be shipped to your customers are compiled with
1729 optimizations, using the @samp{-O} compiler option.  However, many
1730 compilers are unable to handle the @samp{-g} and @samp{-O} options
1731 together.  Using those compilers, you cannot generate optimized
1732 executables containing debugging information.
1733
1734 @value{NGCC}, the @sc{gnu} C/C@t{++} compiler, supports @samp{-g} with or
1735 without @samp{-O}, making it possible to debug optimized code.  We
1736 recommend that you @emph{always} use @samp{-g} whenever you compile a
1737 program.  You may think your program is correct, but there is no sense
1738 in pushing your luck.
1739
1740 @cindex optimized code, debugging
1741 @cindex debugging optimized code
1742 When you debug a program compiled with @samp{-g -O}, remember that the
1743 optimizer is rearranging your code; the debugger shows you what is
1744 really there.  Do not be too surprised when the execution path does not
1745 exactly match your source file!  An extreme example: if you define a
1746 variable, but never use it, @value{GDBN} never sees that
1747 variable---because the compiler optimizes it out of existence.
1748
1749 Some things do not work as well with @samp{-g -O} as with just
1750 @samp{-g}, particularly on machines with instruction scheduling.  If in
1751 doubt, recompile with @samp{-g} alone, and if this fixes the problem,
1752 please report it to us as a bug (including a test case!).
1753 @xref{Variables}, for more information about debugging optimized code.
1754
1755 Older versions of the @sc{gnu} C compiler permitted a variant option
1756 @w{@samp{-gg}} for debugging information.  @value{GDBN} no longer supports this
1757 format; if your @sc{gnu} C compiler has this option, do not use it.
1758
1759 @value{GDBN} knows about preprocessor macros and can show you their
1760 expansion (@pxref{Macros}).  Most compilers do not include information
1761 about preprocessor macros in the debugging information if you specify
1762 the @option{-g} flag alone, because this information is rather large.
1763 Version 3.1 and later of @value{NGCC}, the @sc{gnu} C compiler,
1764 provides macro information if you specify the options
1765 @option{-gdwarf-2} and @option{-g3}; the former option requests
1766 debugging information in the Dwarf 2 format, and the latter requests
1767 ``extra information''.  In the future, we hope to find more compact
1768 ways to represent macro information, so that it can be included with
1769 @option{-g} alone.
1770
1771 @need 2000
1772 @node Starting
1773 @section Starting your program
1774 @cindex starting
1775 @cindex running
1776
1777 @table @code
1778 @kindex run
1779 @kindex r @r{(@code{run})}
1780 @item run
1781 @itemx r
1782 Use the @code{run} command to start your program under @value{GDBN}.
1783 You must first specify the program name (except on VxWorks) with an
1784 argument to @value{GDBN} (@pxref{Invocation, ,Getting In and Out of
1785 @value{GDBN}}), or by using the @code{file} or @code{exec-file} command
1786 (@pxref{Files, ,Commands to specify files}).
1787
1788 @end table
1789
1790 If you are running your program in an execution environment that
1791 supports processes, @code{run} creates an inferior process and makes
1792 that process run your program.  (In environments without processes,
1793 @code{run} jumps to the start of your program.)
1794
1795 The execution of a program is affected by certain information it
1796 receives from its superior.  @value{GDBN} provides ways to specify this
1797 information, which you must do @emph{before} starting your program.  (You
1798 can change it after starting your program, but such changes only affect
1799 your program the next time you start it.)  This information may be
1800 divided into four categories:
1801
1802 @table @asis
1803 @item The @emph{arguments.}
1804 Specify the arguments to give your program as the arguments of the
1805 @code{run} command.  If a shell is available on your target, the shell
1806 is used to pass the arguments, so that you may use normal conventions
1807 (such as wildcard expansion or variable substitution) in describing
1808 the arguments.
1809 In Unix systems, you can control which shell is used with the
1810 @code{SHELL} environment variable.
1811 @xref{Arguments, ,Your program's arguments}.
1812
1813 @item The @emph{environment.}
1814 Your program normally inherits its environment from @value{GDBN}, but you can
1815 use the @value{GDBN} commands @code{set environment} and @code{unset
1816 environment} to change parts of the environment that affect
1817 your program.  @xref{Environment, ,Your program's environment}.
1818
1819 @item The @emph{working directory.}
1820 Your program inherits its working directory from @value{GDBN}.  You can set
1821 the @value{GDBN} working directory with the @code{cd} command in @value{GDBN}.
1822 @xref{Working Directory, ,Your program's working directory}.
1823
1824 @item The @emph{standard input and output.}
1825 Your program normally uses the same device for standard input and
1826 standard output as @value{GDBN} is using.  You can redirect input and output
1827 in the @code{run} command line, or you can use the @code{tty} command to
1828 set a different device for your program.
1829 @xref{Input/Output, ,Your program's input and output}.
1830
1831 @cindex pipes
1832 @emph{Warning:} While input and output redirection work, you cannot use
1833 pipes to pass the output of the program you are debugging to another
1834 program; if you attempt this, @value{GDBN} is likely to wind up debugging the
1835 wrong program.
1836 @end table
1837
1838 When you issue the @code{run} command, your program begins to execute
1839 immediately.  @xref{Stopping, ,Stopping and continuing}, for discussion
1840 of how to arrange for your program to stop.  Once your program has
1841 stopped, you may call functions in your program, using the @code{print}
1842 or @code{call} commands.  @xref{Data, ,Examining Data}.
1843
1844 If the modification time of your symbol file has changed since the last
1845 time @value{GDBN} read its symbols, @value{GDBN} discards its symbol
1846 table, and reads it again.  When it does this, @value{GDBN} tries to retain
1847 your current breakpoints.
1848
1849 @table @code
1850 @kindex start
1851 @item start
1852 @cindex run to main procedure
1853 The name of the main procedure can vary from language to language.
1854 With C or C@t{++}, the main procedure name is always @code{main}, but
1855 other languages such as Ada do not require a specific name for their
1856 main procedure.  The debugger provides a convenient way to start the
1857 execution of the program and to stop at the beginning of the main
1858 procedure, depending on the language used.
1859
1860 The @samp{start} command does the equivalent of setting a temporary
1861 breakpoint at the beginning of the main procedure and then invoking
1862 the @samp{run} command.
1863
1864 @cindex elaboration phase
1865 Some programs contain an @dfn{elaboration} phase where some startup code is
1866 executed before the main procedure is called.  This depends on the
1867 languages used to write your program.  In C@t{++}, for instance,
1868 constructors for static and global objects are executed before
1869 @code{main} is called.  It is therefore possible that the debugger stops
1870 before reaching the main procedure.  However, the temporary breakpoint
1871 will remain to halt execution.
1872
1873 Specify the arguments to give to your program as arguments to the
1874 @samp{start} command.  These arguments will be given verbatim to the
1875 underlying @samp{run} command.  Note that the same arguments will be
1876 reused if no argument is provided during subsequent calls to
1877 @samp{start} or @samp{run}.
1878
1879 It is sometimes necessary to debug the program during elaboration.  In
1880 these cases, using the @code{start} command would stop the execution of
1881 your program too late, as the program would have already completed the
1882 elaboration phase.  Under these circumstances, insert breakpoints in your
1883 elaboration code before running your program.
1884 @end table
1885
1886 @node Arguments
1887 @section Your program's arguments
1888
1889 @cindex arguments (to your program)
1890 The arguments to your program can be specified by the arguments of the
1891 @code{run} command.
1892 They are passed to a shell, which expands wildcard characters and
1893 performs redirection of I/O, and thence to your program.  Your
1894 @code{SHELL} environment variable (if it exists) specifies what shell
1895 @value{GDBN} uses.  If you do not define @code{SHELL}, @value{GDBN} uses
1896 the default shell (@file{/bin/sh} on Unix).
1897
1898 On non-Unix systems, the program is usually invoked directly by
1899 @value{GDBN}, which emulates I/O redirection via the appropriate system
1900 calls, and the wildcard characters are expanded by the startup code of
1901 the program, not by the shell.
1902
1903 @code{run} with no arguments uses the same arguments used by the previous
1904 @code{run}, or those set by the @code{set args} command.
1905
1906 @table @code
1907 @kindex set args
1908 @item set args
1909 Specify the arguments to be used the next time your program is run.  If
1910 @code{set args} has no arguments, @code{run} executes your program
1911 with no arguments.  Once you have run your program with arguments,
1912 using @code{set args} before the next @code{run} is the only way to run
1913 it again without arguments.
1914
1915 @kindex show args
1916 @item show args
1917 Show the arguments to give your program when it is started.
1918 @end table
1919
1920 @node Environment
1921 @section Your program's environment
1922
1923 @cindex environment (of your program)
1924 The @dfn{environment} consists of a set of environment variables and
1925 their values.  Environment variables conventionally record such things as
1926 your user name, your home directory, your terminal type, and your search
1927 path for programs to run.  Usually you set up environment variables with
1928 the shell and they are inherited by all the other programs you run.  When
1929 debugging, it can be useful to try running your program with a modified
1930 environment without having to start @value{GDBN} over again.
1931
1932 @table @code
1933 @kindex path
1934 @item path @var{directory}
1935 Add @var{directory} to the front of the @code{PATH} environment variable
1936 (the search path for executables) that will be passed to your program.
1937 The value of @code{PATH} used by @value{GDBN} does not change.
1938 You may specify several directory names, separated by whitespace or by a
1939 system-dependent separator character (@samp{:} on Unix, @samp{;} on
1940 MS-DOS and MS-Windows).  If @var{directory} is already in the path, it
1941 is moved to the front, so it is searched sooner.
1942
1943 You can use the string @samp{$cwd} to refer to whatever is the current
1944 working directory at the time @value{GDBN} searches the path.  If you
1945 use @samp{.} instead, it refers to the directory where you executed the
1946 @code{path} command.  @value{GDBN} replaces @samp{.} in the
1947 @var{directory} argument (with the current path) before adding
1948 @var{directory} to the search path.
1949 @c 'path' is explicitly nonrepeatable, but RMS points out it is silly to
1950 @c document that, since repeating it would be a no-op.
1951
1952 @kindex show paths
1953 @item show paths
1954 Display the list of search paths for executables (the @code{PATH}
1955 environment variable).
1956
1957 @kindex show environment
1958 @item show environment @r{[}@var{varname}@r{]}
1959 Print the value of environment variable @var{varname} to be given to
1960 your program when it starts.  If you do not supply @var{varname},
1961 print the names and values of all environment variables to be given to
1962 your program.  You can abbreviate @code{environment} as @code{env}.
1963
1964 @kindex set environment
1965 @item set environment @var{varname} @r{[}=@var{value}@r{]}
1966 Set environment variable @var{varname} to @var{value}.  The value
1967 changes for your program only, not for @value{GDBN} itself.  @var{value} may
1968 be any string; the values of environment variables are just strings, and
1969 any interpretation is supplied by your program itself.  The @var{value}
1970 parameter is optional; if it is eliminated, the variable is set to a
1971 null value.
1972 @c "any string" here does not include leading, trailing
1973 @c blanks. Gnu asks: does anyone care?
1974
1975 For example, this command:
1976
1977 @smallexample
1978 set env USER = foo
1979 @end smallexample
1980
1981 @noindent
1982 tells the debugged program, when subsequently run, that its user is named
1983 @samp{foo}.  (The spaces around @samp{=} are used for clarity here; they
1984 are not actually required.)
1985
1986 @kindex unset environment
1987 @item unset environment @var{varname}
1988 Remove variable @var{varname} from the environment to be passed to your
1989 program.  This is different from @samp{set env @var{varname} =};
1990 @code{unset environment} removes the variable from the environment,
1991 rather than assigning it an empty value.
1992 @end table
1993
1994 @emph{Warning:} On Unix systems, @value{GDBN} runs your program using
1995 the shell indicated
1996 by your @code{SHELL} environment variable if it exists (or
1997 @code{/bin/sh} if not).  If your @code{SHELL} variable names a shell
1998 that runs an initialization file---such as @file{.cshrc} for C-shell, or
1999 @file{.bashrc} for BASH---any variables you set in that file affect
2000 your program.  You may wish to move setting of environment variables to
2001 files that are only run when you sign on, such as @file{.login} or
2002 @file{.profile}.
2003
2004 @node Working Directory
2005 @section Your program's working directory
2006
2007 @cindex working directory (of your program)
2008 Each time you start your program with @code{run}, it inherits its
2009 working directory from the current working directory of @value{GDBN}.
2010 The @value{GDBN} working directory is initially whatever it inherited
2011 from its parent process (typically the shell), but you can specify a new
2012 working directory in @value{GDBN} with the @code{cd} command.
2013
2014 The @value{GDBN} working directory also serves as a default for the commands
2015 that specify files for @value{GDBN} to operate on.  @xref{Files, ,Commands to
2016 specify files}.
2017
2018 @table @code
2019 @kindex cd
2020 @cindex change working directory
2021 @item cd @var{directory}
2022 Set the @value{GDBN} working directory to @var{directory}.
2023
2024 @kindex pwd
2025 @item pwd
2026 Print the @value{GDBN} working directory.
2027 @end table
2028
2029 It is generally impossible to find the current working directory of
2030 the process being debugged (since a program can change its directory
2031 during its run).  If you work on a system where @value{GDBN} is
2032 configured with the @file{/proc} support, you can use the @code{info
2033 proc} command (@pxref{SVR4 Process Information}) to find out the
2034 current working directory of the debuggee.
2035
2036 @node Input/Output
2037 @section Your program's input and output
2038
2039 @cindex redirection
2040 @cindex i/o
2041 @cindex terminal
2042 By default, the program you run under @value{GDBN} does input and output to
2043 the same terminal that @value{GDBN} uses.  @value{GDBN} switches the terminal
2044 to its own terminal modes to interact with you, but it records the terminal
2045 modes your program was using and switches back to them when you continue
2046 running your program.
2047
2048 @table @code
2049 @kindex info terminal
2050 @item info terminal
2051 Displays information recorded by @value{GDBN} about the terminal modes your
2052 program is using.
2053 @end table
2054
2055 You can redirect your program's input and/or output using shell
2056 redirection with the @code{run} command.  For example,
2057
2058 @smallexample
2059 run > outfile
2060 @end smallexample
2061
2062 @noindent
2063 starts your program, diverting its output to the file @file{outfile}.
2064
2065 @kindex tty
2066 @cindex controlling terminal
2067 Another way to specify where your program should do input and output is
2068 with the @code{tty} command.  This command accepts a file name as
2069 argument, and causes this file to be the default for future @code{run}
2070 commands.  It also resets the controlling terminal for the child
2071 process, for future @code{run} commands.  For example,
2072
2073 @smallexample
2074 tty /dev/ttyb
2075 @end smallexample
2076
2077 @noindent
2078 directs that processes started with subsequent @code{run} commands
2079 default to do input and output on the terminal @file{/dev/ttyb} and have
2080 that as their controlling terminal.
2081
2082 An explicit redirection in @code{run} overrides the @code{tty} command's
2083 effect on the input/output device, but not its effect on the controlling
2084 terminal.
2085
2086 When you use the @code{tty} command or redirect input in the @code{run}
2087 command, only the input @emph{for your program} is affected.  The input
2088 for @value{GDBN} still comes from your terminal.
2089
2090 @node Attach
2091 @section Debugging an already-running process
2092 @kindex attach
2093 @cindex attach
2094
2095 @table @code
2096 @item attach @var{process-id}
2097 This command attaches to a running process---one that was started
2098 outside @value{GDBN}.  (@code{info files} shows your active
2099 targets.)  The command takes as argument a process ID.  The usual way to
2100 find out the @var{process-id} of a Unix process is with the @code{ps} utility,
2101 or with the @samp{jobs -l} shell command.
2102
2103 @code{attach} does not repeat if you press @key{RET} a second time after
2104 executing the command.
2105 @end table
2106
2107 To use @code{attach}, your program must be running in an environment
2108 which supports processes; for example, @code{attach} does not work for
2109 programs on bare-board targets that lack an operating system.  You must
2110 also have permission to send the process a signal.
2111
2112 When you use @code{attach}, the debugger finds the program running in
2113 the process first by looking in the current working directory, then (if
2114 the program is not found) by using the source file search path
2115 (@pxref{Source Path, ,Specifying source directories}).  You can also use
2116 the @code{file} command to load the program.  @xref{Files, ,Commands to
2117 Specify Files}.
2118
2119 The first thing @value{GDBN} does after arranging to debug the specified
2120 process is to stop it.  You can examine and modify an attached process
2121 with all the @value{GDBN} commands that are ordinarily available when
2122 you start processes with @code{run}.  You can insert breakpoints; you
2123 can step and continue; you can modify storage.  If you would rather the
2124 process continue running, you may use the @code{continue} command after
2125 attaching @value{GDBN} to the process.
2126
2127 @table @code
2128 @kindex detach
2129 @item detach
2130 When you have finished debugging the attached process, you can use the
2131 @code{detach} command to release it from @value{GDBN} control.  Detaching
2132 the process continues its execution.  After the @code{detach} command,
2133 that process and @value{GDBN} become completely independent once more, and you
2134 are ready to @code{attach} another process or start one with @code{run}.
2135 @code{detach} does not repeat if you press @key{RET} again after
2136 executing the command.
2137 @end table
2138
2139 If you exit @value{GDBN} or use the @code{run} command while you have an
2140 attached process, you kill that process.  By default, @value{GDBN} asks
2141 for confirmation if you try to do either of these things; you can
2142 control whether or not you need to confirm by using the @code{set
2143 confirm} command (@pxref{Messages/Warnings, ,Optional warnings and
2144 messages}).
2145
2146 @node Kill Process
2147 @section Killing the child process
2148
2149 @table @code
2150 @kindex kill
2151 @item kill
2152 Kill the child process in which your program is running under @value{GDBN}.
2153 @end table
2154
2155 This command is useful if you wish to debug a core dump instead of a
2156 running process.  @value{GDBN} ignores any core dump file while your program
2157 is running.
2158
2159 On some operating systems, a program cannot be executed outside @value{GDBN}
2160 while you have breakpoints set on it inside @value{GDBN}.  You can use the
2161 @code{kill} command in this situation to permit running your program
2162 outside the debugger.
2163
2164 The @code{kill} command is also useful if you wish to recompile and
2165 relink your program, since on many systems it is impossible to modify an
2166 executable file while it is running in a process.  In this case, when you
2167 next type @code{run}, @value{GDBN} notices that the file has changed, and
2168 reads the symbol table again (while trying to preserve your current
2169 breakpoint settings).
2170
2171 @node Threads
2172 @section Debugging programs with multiple threads
2173
2174 @cindex threads of execution
2175 @cindex multiple threads
2176 @cindex switching threads
2177 In some operating systems, such as HP-UX and Solaris, a single program
2178 may have more than one @dfn{thread} of execution.  The precise semantics
2179 of threads differ from one operating system to another, but in general
2180 the threads of a single program are akin to multiple processes---except
2181 that they share one address space (that is, they can all examine and
2182 modify the same variables).  On the other hand, each thread has its own
2183 registers and execution stack, and perhaps private memory.
2184
2185 @value{GDBN} provides these facilities for debugging multi-thread
2186 programs:
2187
2188 @itemize @bullet
2189 @item automatic notification of new threads
2190 @item @samp{thread @var{threadno}}, a command to switch among threads
2191 @item @samp{info threads}, a command to inquire about existing threads
2192 @item @samp{thread apply [@var{threadno}] [@var{all}] @var{args}},
2193 a command to apply a command to a list of threads
2194 @item thread-specific breakpoints
2195 @end itemize
2196
2197 @quotation
2198 @emph{Warning:} These facilities are not yet available on every
2199 @value{GDBN} configuration where the operating system supports threads.
2200 If your @value{GDBN} does not support threads, these commands have no
2201 effect.  For example, a system without thread support shows no output
2202 from @samp{info threads}, and always rejects the @code{thread} command,
2203 like this:
2204
2205 @smallexample
2206 (@value{GDBP}) info threads
2207 (@value{GDBP}) thread 1
2208 Thread ID 1 not known.  Use the "info threads" command to
2209 see the IDs of currently known threads.
2210 @end smallexample
2211 @c FIXME to implementors: how hard would it be to say "sorry, this GDB
2212 @c                        doesn't support threads"?
2213 @end quotation
2214
2215 @cindex focus of debugging
2216 @cindex current thread
2217 The @value{GDBN} thread debugging facility allows you to observe all
2218 threads while your program runs---but whenever @value{GDBN} takes
2219 control, one thread in particular is always the focus of debugging.
2220 This thread is called the @dfn{current thread}.  Debugging commands show
2221 program information from the perspective of the current thread.
2222
2223 @cindex @code{New} @var{systag} message
2224 @cindex thread identifier (system)
2225 @c FIXME-implementors!! It would be more helpful if the [New...] message
2226 @c included GDB's numeric thread handle, so you could just go to that
2227 @c thread without first checking `info threads'.
2228 Whenever @value{GDBN} detects a new thread in your program, it displays
2229 the target system's identification for the thread with a message in the
2230 form @samp{[New @var{systag}]}.  @var{systag} is a thread identifier
2231 whose form varies depending on the particular system.  For example, on
2232 LynxOS, you might see
2233
2234 @smallexample
2235 [New process 35 thread 27]
2236 @end smallexample
2237
2238 @noindent
2239 when @value{GDBN} notices a new thread.  In contrast, on an SGI system,
2240 the @var{systag} is simply something like @samp{process 368}, with no
2241 further qualifier.
2242
2243 @c FIXME!! (1) Does the [New...] message appear even for the very first
2244 @c         thread of a program, or does it only appear for the
2245 @c         second---i.e.@: when it becomes obvious we have a multithread
2246 @c         program?
2247 @c         (2) *Is* there necessarily a first thread always?  Or do some
2248 @c         multithread systems permit starting a program with multiple
2249 @c         threads ab initio?
2250
2251 @cindex thread number
2252 @cindex thread identifier (GDB)
2253 For debugging purposes, @value{GDBN} associates its own thread
2254 number---always a single integer---with each thread in your program.
2255
2256 @table @code
2257 @kindex info threads
2258 @item info threads
2259 Display a summary of all threads currently in your
2260 program.  @value{GDBN} displays for each thread (in this order):
2261
2262 @enumerate
2263 @item
2264 the thread number assigned by @value{GDBN}
2265
2266 @item
2267 the target system's thread identifier (@var{systag})
2268
2269 @item
2270 the current stack frame summary for that thread
2271 @end enumerate
2272
2273 @noindent
2274 An asterisk @samp{*} to the left of the @value{GDBN} thread number
2275 indicates the current thread.
2276
2277 For example,
2278 @end table
2279 @c end table here to get a little more width for example
2280
2281 @smallexample
2282 (@value{GDBP}) info threads
2283   3 process 35 thread 27  0x34e5 in sigpause ()
2284   2 process 35 thread 23  0x34e5 in sigpause ()
2285 * 1 process 35 thread 13  main (argc=1, argv=0x7ffffff8)
2286     at threadtest.c:68
2287 @end smallexample
2288
2289 On HP-UX systems:
2290
2291 @cindex debugging multithreaded programs (on HP-UX)
2292 @cindex thread identifier (GDB), on HP-UX
2293 For debugging purposes, @value{GDBN} associates its own thread
2294 number---a small integer assigned in thread-creation order---with each
2295 thread in your program.
2296
2297 @cindex @code{New} @var{systag} message, on HP-UX
2298 @cindex thread identifier (system), on HP-UX
2299 @c FIXME-implementors!! It would be more helpful if the [New...] message
2300 @c included GDB's numeric thread handle, so you could just go to that
2301 @c thread without first checking `info threads'.
2302 Whenever @value{GDBN} detects a new thread in your program, it displays
2303 both @value{GDBN}'s thread number and the target system's identification for the thread with a message in the
2304 form @samp{[New @var{systag}]}.  @var{systag} is a thread identifier
2305 whose form varies depending on the particular system.  For example, on
2306 HP-UX, you see
2307
2308 @smallexample
2309 [New thread 2 (system thread 26594)]
2310 @end smallexample
2311
2312 @noindent
2313 when @value{GDBN} notices a new thread.
2314
2315 @table @code
2316 @kindex info threads (HP-UX)
2317 @item info threads
2318 Display a summary of all threads currently in your
2319 program.  @value{GDBN} displays for each thread (in this order):
2320
2321 @enumerate
2322 @item the thread number assigned by @value{GDBN}
2323
2324 @item the target system's thread identifier (@var{systag})
2325
2326 @item the current stack frame summary for that thread
2327 @end enumerate
2328
2329 @noindent
2330 An asterisk @samp{*} to the left of the @value{GDBN} thread number
2331 indicates the current thread.
2332
2333 For example,
2334 @end table
2335 @c end table here to get a little more width for example
2336
2337 @smallexample
2338 (@value{GDBP}) info threads
2339     * 3 system thread 26607  worker (wptr=0x7b09c318 "@@") \@*
2340                                at quicksort.c:137
2341       2 system thread 26606  0x7b0030d8 in __ksleep () \@*
2342                                from /usr/lib/libc.2
2343       1 system thread 27905  0x7b003498 in _brk () \@*
2344                                from /usr/lib/libc.2
2345 @end smallexample
2346
2347 On Solaris, you can display more information about user threads with a
2348 Solaris-specific command:
2349
2350 @table @code
2351 @item maint info sol-threads
2352 @kindex maint info sol-threads
2353 @cindex thread info (Solaris)
2354 Display info on Solaris user threads.
2355 @end table
2356
2357 @table @code
2358 @kindex thread @var{threadno}
2359 @item thread @var{threadno}
2360 Make thread number @var{threadno} the current thread.  The command
2361 argument @var{threadno} is the internal @value{GDBN} thread number, as
2362 shown in the first field of the @samp{info threads} display.
2363 @value{GDBN} responds by displaying the system identifier of the thread
2364 you selected, and its current stack frame summary:
2365
2366 @smallexample
2367 @c FIXME!! This example made up; find a @value{GDBN} w/threads and get real one
2368 (@value{GDBP}) thread 2
2369 [Switching to process 35 thread 23]
2370 0x34e5 in sigpause ()
2371 @end smallexample
2372
2373 @noindent
2374 As with the @samp{[New @dots{}]} message, the form of the text after
2375 @samp{Switching to} depends on your system's conventions for identifying
2376 threads.
2377
2378 @kindex thread apply
2379 @item thread apply [@var{threadno}] [@var{all}]  @var{args}
2380 The @code{thread apply} command allows you to apply a command to one or
2381 more threads.  Specify the numbers of the threads that you want affected
2382 with the command argument @var{threadno}.  @var{threadno} is the internal
2383 @value{GDBN} thread number, as shown in the first field of the @samp{info
2384 threads} display.  To apply a command to all threads, use
2385 @code{thread apply all} @var{args}.
2386 @end table
2387
2388 @cindex automatic thread selection
2389 @cindex switching threads automatically
2390 @cindex threads, automatic switching
2391 Whenever @value{GDBN} stops your program, due to a breakpoint or a
2392 signal, it automatically selects the thread where that breakpoint or
2393 signal happened.  @value{GDBN} alerts you to the context switch with a
2394 message of the form @samp{[Switching to @var{systag}]} to identify the
2395 thread.
2396
2397 @xref{Thread Stops,,Stopping and starting multi-thread programs}, for
2398 more information about how @value{GDBN} behaves when you stop and start
2399 programs with multiple threads.
2400
2401 @xref{Set Watchpoints,,Setting watchpoints}, for information about
2402 watchpoints in programs with multiple threads.
2403
2404 @node Processes
2405 @section Debugging programs with multiple processes
2406
2407 @cindex fork, debugging programs which call
2408 @cindex multiple processes
2409 @cindex processes, multiple
2410 On most systems, @value{GDBN} has no special support for debugging
2411 programs which create additional processes using the @code{fork}
2412 function.  When a program forks, @value{GDBN} will continue to debug the
2413 parent process and the child process will run unimpeded.  If you have
2414 set a breakpoint in any code which the child then executes, the child
2415 will get a @code{SIGTRAP} signal which (unless it catches the signal)
2416 will cause it to terminate.
2417
2418 However, if you want to debug the child process there is a workaround
2419 which isn't too painful.  Put a call to @code{sleep} in the code which
2420 the child process executes after the fork.  It may be useful to sleep
2421 only if a certain environment variable is set, or a certain file exists,
2422 so that the delay need not occur when you don't want to run @value{GDBN}
2423 on the child.  While the child is sleeping, use the @code{ps} program to
2424 get its process ID.  Then tell @value{GDBN} (a new invocation of
2425 @value{GDBN} if you are also debugging the parent process) to attach to
2426 the child process (@pxref{Attach}).  From that point on you can debug
2427 the child process just like any other process which you attached to.
2428
2429 On some systems, @value{GDBN} provides support for debugging programs that
2430 create additional processes using the @code{fork} or @code{vfork} functions.
2431 Currently, the only platforms with this feature are HP-UX (11.x and later
2432 only?) and GNU/Linux (kernel version 2.5.60 and later).
2433
2434 By default, when a program forks, @value{GDBN} will continue to debug
2435 the parent process and the child process will run unimpeded.
2436
2437 If you want to follow the child process instead of the parent process,
2438 use the command @w{@code{set follow-fork-mode}}.
2439
2440 @table @code
2441 @kindex set follow-fork-mode
2442 @item set follow-fork-mode @var{mode}
2443 Set the debugger response to a program call of @code{fork} or
2444 @code{vfork}.  A call to @code{fork} or @code{vfork} creates a new
2445 process.  The @var{mode} argument can be:
2446
2447 @table @code
2448 @item parent
2449 The original process is debugged after a fork.  The child process runs
2450 unimpeded.  This is the default.
2451
2452 @item child
2453 The new process is debugged after a fork.  The parent process runs
2454 unimpeded.
2455
2456 @end table
2457
2458 @kindex show follow-fork-mode
2459 @item show follow-fork-mode
2460 Display the current debugger response to a @code{fork} or @code{vfork} call.
2461 @end table
2462
2463 If you ask to debug a child process and a @code{vfork} is followed by an
2464 @code{exec}, @value{GDBN} executes the new target up to the first
2465 breakpoint in the new target.  If you have a breakpoint set on
2466 @code{main} in your original program, the breakpoint will also be set on
2467 the child process's @code{main}.
2468
2469 When a child process is spawned by @code{vfork}, you cannot debug the
2470 child or parent until an @code{exec} call completes.
2471
2472 If you issue a @code{run} command to @value{GDBN} after an @code{exec}
2473 call executes, the new target restarts.  To restart the parent process,
2474 use the @code{file} command with the parent executable name as its
2475 argument.
2476
2477 You can use the @code{catch} command to make @value{GDBN} stop whenever
2478 a @code{fork}, @code{vfork}, or @code{exec} call is made.  @xref{Set
2479 Catchpoints, ,Setting catchpoints}.
2480
2481 @node Stopping
2482 @chapter Stopping and Continuing
2483
2484 The principal purposes of using a debugger are so that you can stop your
2485 program before it terminates; or so that, if your program runs into
2486 trouble, you can investigate and find out why.
2487
2488 Inside @value{GDBN}, your program may stop for any of several reasons,
2489 such as a signal, a breakpoint, or reaching a new line after a
2490 @value{GDBN} command such as @code{step}.  You may then examine and
2491 change variables, set new breakpoints or remove old ones, and then
2492 continue execution.  Usually, the messages shown by @value{GDBN} provide
2493 ample explanation of the status of your program---but you can also
2494 explicitly request this information at any time.
2495
2496 @table @code
2497 @kindex info program
2498 @item info program
2499 Display information about the status of your program: whether it is
2500 running or not, what process it is, and why it stopped.
2501 @end table
2502
2503 @menu
2504 * Breakpoints::                 Breakpoints, watchpoints, and catchpoints
2505 * Continuing and Stepping::     Resuming execution
2506 * Signals::                     Signals
2507 * Thread Stops::                Stopping and starting multi-thread programs
2508 @end menu
2509
2510 @node Breakpoints
2511 @section Breakpoints, watchpoints, and catchpoints
2512
2513 @cindex breakpoints
2514 A @dfn{breakpoint} makes your program stop whenever a certain point in
2515 the program is reached.  For each breakpoint, you can add conditions to
2516 control in finer detail whether your program stops.  You can set
2517 breakpoints with the @code{break} command and its variants (@pxref{Set
2518 Breaks, ,Setting breakpoints}), to specify the place where your program
2519 should stop by line number, function name or exact address in the
2520 program.
2521
2522 On some systems, you can set breakpoints in shared libraries before
2523 the executable is run.  There is a minor limitation on HP-UX systems:
2524 you must wait until the executable is run in order to set breakpoints
2525 in shared library routines that are not called directly by the program
2526 (for example, routines that are arguments in a @code{pthread_create}
2527 call).
2528
2529 @cindex watchpoints
2530 @cindex memory tracing
2531 @cindex breakpoint on memory address
2532 @cindex breakpoint on variable modification
2533 A @dfn{watchpoint} is a special breakpoint that stops your program
2534 when the value of an expression changes.  You must use a different
2535 command to set watchpoints (@pxref{Set Watchpoints, ,Setting
2536 watchpoints}), but aside from that, you can manage a watchpoint like
2537 any other breakpoint: you enable, disable, and delete both breakpoints
2538 and watchpoints using the same commands.
2539
2540 You can arrange to have values from your program displayed automatically
2541 whenever @value{GDBN} stops at a breakpoint.  @xref{Auto Display,,
2542 Automatic display}.
2543
2544 @cindex catchpoints
2545 @cindex breakpoint on events
2546 A @dfn{catchpoint} is another special breakpoint that stops your program
2547 when a certain kind of event occurs, such as the throwing of a C@t{++}
2548 exception or the loading of a library.  As with watchpoints, you use a
2549 different command to set a catchpoint (@pxref{Set Catchpoints, ,Setting
2550 catchpoints}), but aside from that, you can manage a catchpoint like any
2551 other breakpoint.  (To stop when your program receives a signal, use the
2552 @code{handle} command; see @ref{Signals, ,Signals}.)
2553
2554 @cindex breakpoint numbers
2555 @cindex numbers for breakpoints
2556 @value{GDBN} assigns a number to each breakpoint, watchpoint, or
2557 catchpoint when you create it; these numbers are successive integers
2558 starting with one.  In many of the commands for controlling various
2559 features of breakpoints you use the breakpoint number to say which
2560 breakpoint you want to change.  Each breakpoint may be @dfn{enabled} or
2561 @dfn{disabled}; if disabled, it has no effect on your program until you
2562 enable it again.
2563
2564 @cindex breakpoint ranges
2565 @cindex ranges of breakpoints
2566 Some @value{GDBN} commands accept a range of breakpoints on which to
2567 operate.  A breakpoint range is either a single breakpoint number, like
2568 @samp{5}, or two such numbers, in increasing order, separated by a
2569 hyphen, like @samp{5-7}.  When a breakpoint range is given to a command,
2570 all breakpoint in that range are operated on.
2571
2572 @menu
2573 * Set Breaks::                  Setting breakpoints
2574 * Set Watchpoints::             Setting watchpoints
2575 * Set Catchpoints::             Setting catchpoints
2576 * Delete Breaks::               Deleting breakpoints
2577 * Disabling::                   Disabling breakpoints
2578 * Conditions::                  Break conditions
2579 * Break Commands::              Breakpoint command lists
2580 * Breakpoint Menus::            Breakpoint menus
2581 * Error in Breakpoints::        ``Cannot insert breakpoints''
2582 * Breakpoint related warnings:: ``Breakpoint address adjusted...''
2583 @end menu
2584
2585 @node Set Breaks
2586 @subsection Setting breakpoints
2587
2588 @c FIXME LMB what does GDB do if no code on line of breakpt?
2589 @c       consider in particular declaration with/without initialization.
2590 @c
2591 @c FIXME 2 is there stuff on this already? break at fun start, already init?
2592
2593 @kindex break
2594 @kindex b @r{(@code{break})}
2595 @vindex $bpnum@r{, convenience variable}
2596 @cindex latest breakpoint
2597 Breakpoints are set with the @code{break} command (abbreviated
2598 @code{b}).  The debugger convenience variable @samp{$bpnum} records the
2599 number of the breakpoint you've set most recently; see @ref{Convenience
2600 Vars,, Convenience variables}, for a discussion of what you can do with
2601 convenience variables.
2602
2603 You have several ways to say where the breakpoint should go.
2604
2605 @table @code
2606 @item break @var{function}
2607 Set a breakpoint at entry to function @var{function}.
2608 When using source languages that permit overloading of symbols, such as
2609 C@t{++}, @var{function} may refer to more than one possible place to break.
2610 @xref{Breakpoint Menus,,Breakpoint menus}, for a discussion of that situation.
2611
2612 @item break +@var{offset}
2613 @itemx break -@var{offset}
2614 Set a breakpoint some number of lines forward or back from the position
2615 at which execution stopped in the currently selected @dfn{stack frame}.
2616 (@xref{Frames, ,Frames}, for a description of stack frames.)
2617
2618 @item break @var{linenum}
2619 Set a breakpoint at line @var{linenum} in the current source file.
2620 The current source file is the last file whose source text was printed.
2621 The breakpoint will stop your program just before it executes any of the
2622 code on that line.
2623
2624 @item break @var{filename}:@var{linenum}
2625 Set a breakpoint at line @var{linenum} in source file @var{filename}.
2626
2627 @item break @var{filename}:@var{function}
2628 Set a breakpoint at entry to function @var{function} found in file
2629 @var{filename}.  Specifying a file name as well as a function name is
2630 superfluous except when multiple files contain similarly named
2631 functions.
2632
2633 @item break *@var{address}
2634 Set a breakpoint at address @var{address}.  You can use this to set
2635 breakpoints in parts of your program which do not have debugging
2636 information or source files.
2637
2638 @item break
2639 When called without any arguments, @code{break} sets a breakpoint at
2640 the next instruction to be executed in the selected stack frame
2641 (@pxref{Stack, ,Examining the Stack}).  In any selected frame but the
2642 innermost, this makes your program stop as soon as control
2643 returns to that frame.  This is similar to the effect of a
2644 @code{finish} command in the frame inside the selected frame---except
2645 that @code{finish} does not leave an active breakpoint.  If you use
2646 @code{break} without an argument in the innermost frame, @value{GDBN} stops
2647 the next time it reaches the current location; this may be useful
2648 inside loops.
2649
2650 @value{GDBN} normally ignores breakpoints when it resumes execution, until at
2651 least one instruction has been executed.  If it did not do this, you
2652 would be unable to proceed past a breakpoint without first disabling the
2653 breakpoint.  This rule applies whether or not the breakpoint already
2654 existed when your program stopped.
2655
2656 @item break @dots{} if @var{cond}
2657 Set a breakpoint with condition @var{cond}; evaluate the expression
2658 @var{cond} each time the breakpoint is reached, and stop only if the
2659 value is nonzero---that is, if @var{cond} evaluates as true.
2660 @samp{@dots{}} stands for one of the possible arguments described
2661 above (or no argument) specifying where to break.  @xref{Conditions,
2662 ,Break conditions}, for more information on breakpoint conditions.
2663
2664 @kindex tbreak
2665 @item tbreak @var{args}
2666 Set a breakpoint enabled only for one stop.  @var{args} are the
2667 same as for the @code{break} command, and the breakpoint is set in the same
2668 way, but the breakpoint is automatically deleted after the first time your
2669 program stops there.  @xref{Disabling, ,Disabling breakpoints}.
2670
2671 @kindex hbreak
2672 @cindex hardware breakpoints
2673 @item hbreak @var{args}
2674 Set a hardware-assisted breakpoint.  @var{args} are the same as for the
2675 @code{break} command and the breakpoint is set in the same way, but the
2676 breakpoint requires hardware support and some target hardware may not
2677 have this support.  The main purpose of this is EPROM/ROM code
2678 debugging, so you can set a breakpoint at an instruction without
2679 changing the instruction.  This can be used with the new trap-generation
2680 provided by SPARClite DSU and most x86-based targets.  These targets
2681 will generate traps when a program accesses some data or instruction
2682 address that is assigned to the debug registers.  However the hardware
2683 breakpoint registers can take a limited number of breakpoints.  For
2684 example, on the DSU, only two data breakpoints can be set at a time, and
2685 @value{GDBN} will reject this command if more than two are used.  Delete
2686 or disable unused hardware breakpoints before setting new ones
2687 (@pxref{Disabling, ,Disabling}).  @xref{Conditions, ,Break conditions}.
2688 For remote targets, you can restrict the number of hardware
2689 breakpoints @value{GDBN} will use, see @ref{set remote
2690 hardware-breakpoint-limit}.
2691
2692
2693 @kindex thbreak
2694 @item thbreak @var{args}
2695 Set a hardware-assisted breakpoint enabled only for one stop.  @var{args}
2696 are the same as for the @code{hbreak} command and the breakpoint is set in
2697 the same way.  However, like the @code{tbreak} command,
2698 the breakpoint is automatically deleted after the
2699 first time your program stops there.  Also, like the @code{hbreak}
2700 command, the breakpoint requires hardware support and some target hardware
2701 may not have this support.  @xref{Disabling, ,Disabling breakpoints}.
2702 See also @ref{Conditions, ,Break conditions}.
2703
2704 @kindex rbreak
2705 @cindex regular expression
2706 @cindex breakpoints in functions matching a regexp
2707 @cindex set breakpoints in many functions
2708 @item rbreak @var{regex}
2709 Set breakpoints on all functions matching the regular expression
2710 @var{regex}.  This command sets an unconditional breakpoint on all
2711 matches, printing a list of all breakpoints it set.  Once these
2712 breakpoints are set, they are treated just like the breakpoints set with
2713 the @code{break} command.  You can delete them, disable them, or make
2714 them conditional the same way as any other breakpoint.
2715
2716 The syntax of the regular expression is the standard one used with tools
2717 like @file{grep}.  Note that this is different from the syntax used by
2718 shells, so for instance @code{foo*} matches all functions that include
2719 an @code{fo} followed by zero or more @code{o}s.  There is an implicit
2720 @code{.*} leading and trailing the regular expression you supply, so to
2721 match only functions that begin with @code{foo}, use @code{^foo}.
2722
2723 @cindex non-member C@t{++} functions, set breakpoint in
2724 When debugging C@t{++} programs, @code{rbreak} is useful for setting
2725 breakpoints on overloaded functions that are not members of any special
2726 classes.
2727
2728 @cindex set breakpoints on all functions
2729 The @code{rbreak} command can be used to set breakpoints in
2730 @strong{all} the functions in a program, like this:
2731
2732 @smallexample
2733 (@value{GDBP}) rbreak .
2734 @end smallexample
2735
2736 @kindex info breakpoints
2737 @cindex @code{$_} and @code{info breakpoints}
2738 @item info breakpoints @r{[}@var{n}@r{]}
2739 @itemx info break @r{[}@var{n}@r{]}
2740 @itemx info watchpoints @r{[}@var{n}@r{]}
2741 Print a table of all breakpoints, watchpoints, and catchpoints set and
2742 not deleted, with the following columns for each breakpoint:
2743
2744 @table @emph
2745 @item Breakpoint Numbers
2746 @item Type
2747 Breakpoint, watchpoint, or catchpoint.
2748 @item Disposition
2749 Whether the breakpoint is marked to be disabled or deleted when hit.
2750 @item Enabled or Disabled
2751 Enabled breakpoints are marked with @samp{y}.  @samp{n} marks breakpoints
2752 that are not enabled.
2753 @item Address
2754 Where the breakpoint is in your program, as a memory address.  If the
2755 breakpoint is pending (see below for details) on a future load of a shared library, the address
2756 will be listed as @samp{<PENDING>}.
2757 @item What
2758 Where the breakpoint is in the source for your program, as a file and
2759 line number.  For a pending breakpoint, the original string passed to
2760 the breakpoint command will be listed as it cannot be resolved until
2761 the appropriate shared library is loaded in the future.
2762 @end table
2763
2764 @noindent
2765 If a breakpoint is conditional, @code{info break} shows the condition on
2766 the line following the affected breakpoint; breakpoint commands, if any,
2767 are listed after that.  A pending breakpoint is allowed to have a condition
2768 specified for it.  The condition is not parsed for validity until a shared
2769 library is loaded that allows the pending breakpoint to resolve to a
2770 valid location.
2771
2772 @noindent
2773 @code{info break} with a breakpoint
2774 number @var{n} as argument lists only that breakpoint.  The
2775 convenience variable @code{$_} and the default examining-address for
2776 the @code{x} command are set to the address of the last breakpoint
2777 listed (@pxref{Memory, ,Examining memory}).
2778
2779 @noindent
2780 @code{info break} displays a count of the number of times the breakpoint
2781 has been hit.  This is especially useful in conjunction with the
2782 @code{ignore} command.  You can ignore a large number of breakpoint
2783 hits, look at the breakpoint info to see how many times the breakpoint
2784 was hit, and then run again, ignoring one less than that number.  This
2785 will get you quickly to the last hit of that breakpoint.
2786 @end table
2787
2788 @value{GDBN} allows you to set any number of breakpoints at the same place in
2789 your program.  There is nothing silly or meaningless about this.  When
2790 the breakpoints are conditional, this is even useful
2791 (@pxref{Conditions, ,Break conditions}).
2792
2793 @cindex pending breakpoints
2794 If a specified breakpoint location cannot be found, it may be due to the fact
2795 that the location is in a shared library that is yet to be loaded.  In such
2796 a case, you may want @value{GDBN} to create a special breakpoint (known as
2797 a @dfn{pending breakpoint}) that
2798 attempts to resolve itself in the future when an appropriate shared library
2799 gets loaded.
2800
2801 Pending breakpoints are useful to set at the start of your
2802 @value{GDBN} session for locations that you know will be dynamically loaded
2803 later by the program being debugged.  When shared libraries are loaded,
2804 a check is made to see if the load resolves any pending breakpoint locations.
2805 If a pending breakpoint location gets resolved,
2806 a regular breakpoint is created and the original pending breakpoint is removed.
2807
2808 @value{GDBN} provides some additional commands for controlling pending
2809 breakpoint support:
2810
2811 @kindex set breakpoint pending
2812 @kindex show breakpoint pending
2813 @table @code
2814 @item set breakpoint pending auto
2815 This is the default behavior.  When @value{GDBN} cannot find the breakpoint
2816 location, it queries you whether a pending breakpoint should be created.
2817
2818 @item set breakpoint pending on
2819 This indicates that an unrecognized breakpoint location should automatically
2820 result in a pending breakpoint being created.
2821
2822 @item set breakpoint pending off
2823 This indicates that pending breakpoints are not to be created.  Any
2824 unrecognized breakpoint location results in an error.  This setting does
2825 not affect any pending breakpoints previously created.
2826
2827 @item show breakpoint pending
2828 Show the current behavior setting for creating pending breakpoints.
2829 @end table
2830
2831 @cindex operations allowed on pending breakpoints
2832 Normal breakpoint operations apply to pending breakpoints as well.  You may
2833 specify a condition for a pending breakpoint and/or commands to run when the
2834 breakpoint is reached.  You can also enable or disable
2835 the pending breakpoint.  When you specify a condition for a pending breakpoint,
2836 the parsing of the condition will be deferred until the point where the
2837 pending breakpoint location is resolved.  Disabling a pending breakpoint
2838 tells @value{GDBN} to not attempt to resolve the breakpoint on any subsequent
2839 shared library load.  When a pending breakpoint is re-enabled,
2840 @value{GDBN} checks to see if the location is already resolved.
2841 This is done because any number of shared library loads could have
2842 occurred since the time the breakpoint was disabled and one or more
2843 of these loads could resolve the location.
2844
2845 @cindex negative breakpoint numbers
2846 @cindex internal @value{GDBN} breakpoints
2847 @value{GDBN} itself sometimes sets breakpoints in your program for
2848 special purposes, such as proper handling of @code{longjmp} (in C
2849 programs).  These internal breakpoints are assigned negative numbers,
2850 starting with @code{-1}; @samp{info breakpoints} does not display them.
2851 You can see these breakpoints with the @value{GDBN} maintenance command
2852 @samp{maint info breakpoints} (@pxref{maint info breakpoints}).
2853
2854
2855 @node Set Watchpoints
2856 @subsection Setting watchpoints
2857
2858 @cindex setting watchpoints
2859 You can use a watchpoint to stop execution whenever the value of an
2860 expression changes, without having to predict a particular place where
2861 this may happen.
2862
2863 @cindex software watchpoints
2864 @cindex hardware watchpoints
2865 Depending on your system, watchpoints may be implemented in software or
2866 hardware.  @value{GDBN} does software watchpointing by single-stepping your
2867 program and testing the variable's value each time, which is hundreds of
2868 times slower than normal execution.  (But this may still be worth it, to
2869 catch errors where you have no clue what part of your program is the
2870 culprit.)
2871
2872 On some systems, such as HP-UX, @sc{gnu}/Linux and most other
2873 x86-based targets, @value{GDBN} includes support for hardware
2874 watchpoints, which do not slow down the running of your program.
2875
2876 @table @code
2877 @kindex watch
2878 @item watch @var{expr}
2879 Set a watchpoint for an expression.  @value{GDBN} will break when @var{expr}
2880 is written into by the program and its value changes.
2881
2882 @kindex rwatch
2883 @item rwatch @var{expr}
2884 Set a watchpoint that will break when the value of @var{expr} is read
2885 by the program.
2886
2887 @kindex awatch
2888 @item awatch @var{expr}
2889 Set a watchpoint that will break when @var{expr} is either read from
2890 or written into by the program.
2891
2892 @kindex info watchpoints
2893 @item info watchpoints
2894 This command prints a list of watchpoints, breakpoints, and catchpoints;
2895 it is the same as @code{info break} (@pxref{Set Breaks}).
2896 @end table
2897
2898 @value{GDBN} sets a @dfn{hardware watchpoint} if possible.  Hardware
2899 watchpoints execute very quickly, and the debugger reports a change in
2900 value at the exact instruction where the change occurs.  If @value{GDBN}
2901 cannot set a hardware watchpoint, it sets a software watchpoint, which
2902 executes more slowly and reports the change in value at the next
2903 @emph{statement}, not the instruction, after the change occurs.
2904
2905 @vindex can-use-hw-watchpoints
2906 @cindex use only software watchpoints
2907 You can force @value{GDBN} to use only software watchpoints with the
2908 @kbd{set can-use-hw-watchpoints 0} command.  With this variable set to
2909 zero, @value{GDBN} will never try to use hardware watchpoints, even if
2910 the underlying system supports them.  (Note that hardware-assisted
2911 watchpoints that were set @emph{before} setting
2912 @code{can-use-hw-watchpoints} to zero will still use the hardware
2913 mechanism of watching expressiion values.)
2914
2915 @table @code
2916 @item set can-use-hw-watchpoints
2917 @kindex set can-use-hw-watchpoints
2918 Set whether or not to use hardware watchpoints.
2919
2920 @item show can-use-hw-watchpoints
2921 @kindex show can-use-hw-watchpoints
2922 Show the current mode of using hardware watchpoints.
2923 @end table
2924
2925 For remote targets, you can restrict the number of hardware
2926 watchpoints @value{GDBN} will use, see @ref{set remote
2927 hardware-breakpoint-limit}.
2928
2929 When you issue the @code{watch} command, @value{GDBN} reports
2930
2931 @smallexample
2932 Hardware watchpoint @var{num}: @var{expr}
2933 @end smallexample
2934
2935 @noindent
2936 if it was able to set a hardware watchpoint.
2937
2938 Currently, the @code{awatch} and @code{rwatch} commands can only set
2939 hardware watchpoints, because accesses to data that don't change the
2940 value of the watched expression cannot be detected without examining
2941 every instruction as it is being executed, and @value{GDBN} does not do
2942 that currently.  If @value{GDBN} finds that it is unable to set a
2943 hardware breakpoint with the @code{awatch} or @code{rwatch} command, it
2944 will print a message like this:
2945
2946 @smallexample
2947 Expression cannot be implemented with read/access watchpoint.
2948 @end smallexample
2949
2950 Sometimes, @value{GDBN} cannot set a hardware watchpoint because the
2951 data type of the watched expression is wider than what a hardware
2952 watchpoint on the target machine can handle.  For example, some systems
2953 can only watch regions that are up to 4 bytes wide; on such systems you
2954 cannot set hardware watchpoints for an expression that yields a
2955 double-precision floating-point number (which is typically 8 bytes
2956 wide).  As a work-around, it might be possible to break the large region
2957 into a series of smaller ones and watch them with separate watchpoints.
2958
2959 If you set too many hardware watchpoints, @value{GDBN} might be unable
2960 to insert all of them when you resume the execution of your program.
2961 Since the precise number of active watchpoints is unknown until such
2962 time as the program is about to be resumed, @value{GDBN} might not be
2963 able to warn you about this when you set the watchpoints, and the
2964 warning will be printed only when the program is resumed:
2965
2966 @smallexample
2967 Hardware watchpoint @var{num}: Could not insert watchpoint
2968 @end smallexample
2969
2970 @noindent
2971 If this happens, delete or disable some of the watchpoints.
2972
2973 The SPARClite DSU will generate traps when a program accesses some data
2974 or instruction address that is assigned to the debug registers.  For the
2975 data addresses, DSU facilitates the @code{watch} command.  However the
2976 hardware breakpoint registers can only take two data watchpoints, and
2977 both watchpoints must be the same kind.  For example, you can set two
2978 watchpoints with @code{watch} commands, two with @code{rwatch} commands,
2979 @strong{or} two with @code{awatch} commands, but you cannot set one
2980 watchpoint with one command and the other with a different command.
2981 @value{GDBN} will reject the command if you try to mix watchpoints.
2982 Delete or disable unused watchpoint commands before setting new ones.
2983
2984 If you call a function interactively using @code{print} or @code{call},
2985 any watchpoints you have set will be inactive until @value{GDBN} reaches another
2986 kind of breakpoint or the call completes.
2987
2988 @value{GDBN} automatically deletes watchpoints that watch local
2989 (automatic) variables, or expressions that involve such variables, when
2990 they go out of scope, that is, when the execution leaves the block in
2991 which these variables were defined.  In particular, when the program
2992 being debugged terminates, @emph{all} local variables go out of scope,
2993 and so only watchpoints that watch global variables remain set.  If you
2994 rerun the program, you will need to set all such watchpoints again.  One
2995 way of doing that would be to set a code breakpoint at the entry to the
2996 @code{main} function and when it breaks, set all the watchpoints.
2997
2998 @quotation
2999 @cindex watchpoints and threads
3000 @cindex threads and watchpoints
3001 @emph{Warning:} In multi-thread programs, watchpoints have only limited
3002 usefulness.  With the current watchpoint implementation, @value{GDBN}
3003 can only watch the value of an expression @emph{in a single thread}.  If
3004 you are confident that the expression can only change due to the current
3005 thread's activity (and if you are also confident that no other thread
3006 can become current), then you can use watchpoints as usual.  However,
3007 @value{GDBN} may not notice when a non-current thread's activity changes
3008 the expression.
3009
3010 @c FIXME: this is almost identical to the previous paragraph.
3011 @emph{HP-UX Warning:} In multi-thread programs, software watchpoints
3012 have only limited usefulness.  If @value{GDBN} creates a software
3013 watchpoint, it can only watch the value of an expression @emph{in a
3014 single thread}.  If you are confident that the expression can only
3015 change due to the current thread's activity (and if you are also
3016 confident that no other thread can become current), then you can use
3017 software watchpoints as usual.  However, @value{GDBN} may not notice
3018 when a non-current thread's activity changes the expression.  (Hardware
3019 watchpoints, in contrast, watch an expression in all threads.)
3020 @end quotation
3021
3022 @xref{set remote hardware-watchpoint-limit}.
3023
3024 @node Set Catchpoints
3025 @subsection Setting catchpoints
3026 @cindex catchpoints, setting
3027 @cindex exception handlers
3028 @cindex event handling
3029
3030 You can use @dfn{catchpoints} to cause the debugger to stop for certain
3031 kinds of program events, such as C@t{++} exceptions or the loading of a
3032 shared library.  Use the @code{catch} command to set a catchpoint.
3033
3034 @table @code
3035 @kindex catch
3036 @item catch @var{event}
3037 Stop when @var{event} occurs.  @var{event} can be any of the following:
3038 @table @code
3039 @item throw
3040 @cindex stop on C@t{++} exceptions
3041 The throwing of a C@t{++} exception.
3042
3043 @item catch
3044 The catching of a C@t{++} exception.
3045
3046 @item exec
3047 @cindex break on fork/exec
3048 A call to @code{exec}.  This is currently only available for HP-UX.
3049
3050 @item fork
3051 A call to @code{fork}.  This is currently only available for HP-UX.
3052
3053 @item vfork
3054 A call to @code{vfork}.  This is currently only available for HP-UX.
3055
3056 @item load
3057 @itemx load @var{libname}
3058 @cindex break on load/unload of shared library
3059 The dynamic loading of any shared library, or the loading of the library
3060 @var{libname}.  This is currently only available for HP-UX.
3061
3062 @item unload
3063 @itemx unload @var{libname}
3064 The unloading of any dynamically loaded shared library, or the unloading
3065 of the library @var{libname}.  This is currently only available for HP-UX.
3066 @end table
3067
3068 @item tcatch @var{event}
3069 Set a catchpoint that is enabled only for one stop.  The catchpoint is
3070 automatically deleted after the first time the event is caught.
3071
3072 @end table
3073
3074 Use the @code{info break} command to list the current catchpoints.
3075
3076 There are currently some limitations to C@t{++} exception handling
3077 (@code{catch throw} and @code{catch catch}) in @value{GDBN}:
3078
3079 @itemize @bullet
3080 @item
3081 If you call a function interactively, @value{GDBN} normally returns
3082 control to you when the function has finished executing.  If the call
3083 raises an exception, however, the call may bypass the mechanism that
3084 returns control to you and cause your program either to abort or to
3085 simply continue running until it hits a breakpoint, catches a signal
3086 that @value{GDBN} is listening for, or exits.  This is the case even if
3087 you set a catchpoint for the exception; catchpoints on exceptions are
3088 disabled within interactive calls.
3089
3090 @item
3091 You cannot raise an exception interactively.
3092
3093 @item
3094 You cannot install an exception handler interactively.
3095 @end itemize
3096
3097 @cindex raise exceptions
3098 Sometimes @code{catch} is not the best way to debug exception handling:
3099 if you need to know exactly where an exception is raised, it is better to
3100 stop @emph{before} the exception handler is called, since that way you
3101 can see the stack before any unwinding takes place.  If you set a
3102 breakpoint in an exception handler instead, it may not be easy to find
3103 out where the exception was raised.
3104
3105 To stop just before an exception handler is called, you need some
3106 knowledge of the implementation.  In the case of @sc{gnu} C@t{++}, exceptions are
3107 raised by calling a library function named @code{__raise_exception}
3108 which has the following ANSI C interface:
3109
3110 @smallexample
3111     /* @var{addr} is where the exception identifier is stored.
3112        @var{id} is the exception identifier.  */
3113     void __raise_exception (void **addr, void *id);
3114 @end smallexample
3115
3116 @noindent
3117 To make the debugger catch all exceptions before any stack
3118 unwinding takes place, set a breakpoint on @code{__raise_exception}
3119 (@pxref{Breakpoints, ,Breakpoints; watchpoints; and exceptions}).
3120
3121 With a conditional breakpoint (@pxref{Conditions, ,Break conditions})
3122 that depends on the value of @var{id}, you can stop your program when
3123 a specific exception is raised.  You can use multiple conditional
3124 breakpoints to stop your program when any of a number of exceptions are
3125 raised.
3126
3127
3128 @node Delete Breaks
3129 @subsection Deleting breakpoints
3130
3131 @cindex clearing breakpoints, watchpoints, catchpoints
3132 @cindex deleting breakpoints, watchpoints, catchpoints
3133 It is often necessary to eliminate a breakpoint, watchpoint, or
3134 catchpoint once it has done its job and you no longer want your program
3135 to stop there.  This is called @dfn{deleting} the breakpoint.  A
3136 breakpoint that has been deleted no longer exists; it is forgotten.
3137
3138 With the @code{clear} command you can delete breakpoints according to
3139 where they are in your program.  With the @code{delete} command you can
3140 delete individual breakpoints, watchpoints, or catchpoints by specifying
3141 their breakpoint numbers.
3142
3143 It is not necessary to delete a breakpoint to proceed past it.  @value{GDBN}
3144 automatically ignores breakpoints on the first instruction to be executed
3145 when you continue execution without changing the execution address.
3146
3147 @table @code
3148 @kindex clear
3149 @item clear
3150 Delete any breakpoints at the next instruction to be executed in the
3151 selected stack frame (@pxref{Selection, ,Selecting a frame}).  When
3152 the innermost frame is selected, this is a good way to delete a
3153 breakpoint where your program just stopped.
3154
3155 @item clear @var{function}
3156 @itemx clear @var{filename}:@var{function}
3157 Delete any breakpoints set at entry to the named @var{function}.
3158
3159 @item clear @var{linenum}
3160 @itemx clear @var{filename}:@var{linenum}
3161 Delete any breakpoints set at or within the code of the specified
3162 @var{linenum} of the specified @var{filename}.
3163
3164 @cindex delete breakpoints
3165 @kindex delete
3166 @kindex d @r{(@code{delete})}
3167 @item delete @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
3168 Delete the breakpoints, watchpoints, or catchpoints of the breakpoint
3169 ranges specified as arguments.  If no argument is specified, delete all
3170 breakpoints (@value{GDBN} asks confirmation, unless you have @code{set
3171 confirm off}).  You can abbreviate this command as @code{d}.
3172 @end table
3173
3174 @node Disabling
3175 @subsection Disabling breakpoints
3176
3177 @cindex enable/disable a breakpoint
3178 Rather than deleting a breakpoint, watchpoint, or catchpoint, you might
3179 prefer to @dfn{disable} it.  This makes the breakpoint inoperative as if
3180 it had been deleted, but remembers the information on the breakpoint so
3181 that you can @dfn{enable} it again later.
3182
3183 You disable and enable breakpoints, watchpoints, and catchpoints with
3184 the @code{enable} and @code{disable} commands, optionally specifying one
3185 or more breakpoint numbers as arguments.  Use @code{info break} or
3186 @code{info watch} to print a list of breakpoints, watchpoints, and
3187 catchpoints if you do not know which numbers to use.
3188
3189 A breakpoint, watchpoint, or catchpoint can have any of four different
3190 states of enablement:
3191
3192 @itemize @bullet
3193 @item
3194 Enabled.  The breakpoint stops your program.  A breakpoint set
3195 with the @code{break} command starts out in this state.
3196 @item
3197 Disabled.  The breakpoint has no effect on your program.
3198 @item
3199 Enabled once.  The breakpoint stops your program, but then becomes
3200 disabled.
3201 @item
3202 Enabled for deletion.  The breakpoint stops your program, but
3203 immediately after it does so it is deleted permanently.  A breakpoint
3204 set with the @code{tbreak} command starts out in this state.
3205 @end itemize
3206
3207 You can use the following commands to enable or disable breakpoints,
3208 watchpoints, and catchpoints:
3209
3210 @table @code
3211 @kindex disable
3212 @kindex dis @r{(@code{disable})}
3213 @item disable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
3214 Disable the specified breakpoints---or all breakpoints, if none are
3215 listed.  A disabled breakpoint has no effect but is not forgotten.  All
3216 options such as ignore-counts, conditions and commands are remembered in
3217 case the breakpoint is enabled again later.  You may abbreviate
3218 @code{disable} as @code{dis}.
3219
3220 @kindex enable
3221 @item enable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
3222 Enable the specified breakpoints (or all defined breakpoints).  They
3223 become effective once again in stopping your program.
3224
3225 @item enable @r{[}breakpoints@r{]} once @var{range}@dots{}
3226 Enable the specified breakpoints temporarily.  @value{GDBN} disables any
3227 of these breakpoints immediately after stopping your program.
3228
3229 @item enable @r{[}breakpoints@r{]} delete @var{range}@dots{}
3230 Enable the specified breakpoints to work once, then die.  @value{GDBN}
3231 deletes any of these breakpoints as soon as your program stops there.
3232 Breakpoints set by the @code{tbreak} command start out in this state.
3233 @end table
3234
3235 @c FIXME: I think the following ``Except for [...] @code{tbreak}'' is
3236 @c confusing: tbreak is also initially enabled.
3237 Except for a breakpoint set with @code{tbreak} (@pxref{Set Breaks,
3238 ,Setting breakpoints}), breakpoints that you set are initially enabled;
3239 subsequently, they become disabled or enabled only when you use one of
3240 the commands above.  (The command @code{until} can set and delete a
3241 breakpoint of its own, but it does not change the state of your other
3242 breakpoints; see @ref{Continuing and Stepping, ,Continuing and
3243 stepping}.)
3244
3245 @node Conditions
3246 @subsection Break conditions
3247 @cindex conditional breakpoints
3248 @cindex breakpoint conditions
3249
3250 @c FIXME what is scope of break condition expr?  Context where wanted?
3251 @c      in particular for a watchpoint?
3252 The simplest sort of breakpoint breaks every time your program reaches a
3253 specified place.  You can also specify a @dfn{condition} for a
3254 breakpoint.  A condition is just a Boolean expression in your
3255 programming language (@pxref{Expressions, ,Expressions}).  A breakpoint with
3256 a condition evaluates the expression each time your program reaches it,
3257 and your program stops only if the condition is @emph{true}.
3258
3259 This is the converse of using assertions for program validation; in that
3260 situation, you want to stop when the assertion is violated---that is,
3261 when the condition is false.  In C, if you want to test an assertion expressed
3262 by the condition @var{assert}, you should set the condition
3263 @samp{! @var{assert}} on the appropriate breakpoint.
3264
3265 Conditions are also accepted for watchpoints; you may not need them,
3266 since a watchpoint is inspecting the value of an expression anyhow---but
3267 it might be simpler, say, to just set a watchpoint on a variable name,
3268 and specify a condition that tests whether the new value is an interesting
3269 one.
3270
3271 Break conditions can have side effects, and may even call functions in
3272 your program.  This can be useful, for example, to activate functions
3273 that log program progress, or to use your own print functions to
3274 format special data structures. The effects are completely predictable
3275 unless there is another enabled breakpoint at the same address.  (In
3276 that case, @value{GDBN} might see the other breakpoint first and stop your
3277 program without checking the condition of this one.)  Note that
3278 breakpoint commands are usually more convenient and flexible than break
3279 conditions for the
3280 purpose of performing side effects when a breakpoint is reached
3281 (@pxref{Break Commands, ,Breakpoint command lists}).
3282
3283 Break conditions can be specified when a breakpoint is set, by using
3284 @samp{if} in the arguments to the @code{break} command.  @xref{Set
3285 Breaks, ,Setting breakpoints}.  They can also be changed at any time
3286 with the @code{condition} command.
3287
3288 You can also use the @code{if} keyword with the @code{watch} command.
3289 The @code{catch} command does not recognize the @code{if} keyword;
3290 @code{condition} is the only way to impose a further condition on a
3291 catchpoint.
3292
3293 @table @code
3294 @kindex condition
3295 @item condition @var{bnum} @var{expression}
3296 Specify @var{expression} as the break condition for breakpoint,
3297 watchpoint, or catchpoint number @var{bnum}.  After you set a condition,
3298 breakpoint @var{bnum} stops your program only if the value of
3299 @var{expression} is true (nonzero, in C).  When you use
3300 @code{condition}, @value{GDBN} checks @var{expression} immediately for
3301 syntactic correctness, and to determine whether symbols in it have
3302 referents in the context of your breakpoint.  If @var{expression} uses
3303 symbols not referenced in the context of the breakpoint, @value{GDBN}
3304 prints an error message:
3305
3306 @smallexample
3307 No symbol "foo" in current context.
3308 @end smallexample
3309
3310 @noindent
3311 @value{GDBN} does
3312 not actually evaluate @var{expression} at the time the @code{condition}
3313 command (or a command that sets a breakpoint with a condition, like
3314 @code{break if @dots{}}) is given, however.  @xref{Expressions, ,Expressions}.
3315
3316 @item condition @var{bnum}
3317 Remove the condition from breakpoint number @var{bnum}.  It becomes
3318 an ordinary unconditional breakpoint.
3319 @end table
3320
3321 @cindex ignore count (of breakpoint)
3322 A special case of a breakpoint condition is to stop only when the
3323 breakpoint has been reached a certain number of times.  This is so
3324 useful that there is a special way to do it, using the @dfn{ignore
3325 count} of the breakpoint.  Every breakpoint has an ignore count, which
3326 is an integer.  Most of the time, the ignore count is zero, and
3327 therefore has no effect.  But if your program reaches a breakpoint whose
3328 ignore count is positive, then instead of stopping, it just decrements
3329 the ignore count by one and continues.  As a result, if the ignore count
3330 value is @var{n}, the breakpoint does not stop the next @var{n} times
3331 your program reaches it.
3332
3333 @table @code
3334 @kindex ignore
3335 @item ignore @var{bnum} @var{count}
3336 Set the ignore count of breakpoint number @var{bnum} to @var{count}.
3337 The next @var{count} times the breakpoint is reached, your program's
3338 execution does not stop; other than to decrement the ignore count, @value{GDBN}
3339 takes no action.
3340
3341 To make the breakpoint stop the next time it is reached, specify
3342 a count of zero.
3343
3344 When you use @code{continue} to resume execution of your program from a
3345 breakpoint, you can specify an ignore count directly as an argument to
3346 @code{continue}, rather than using @code{ignore}.  @xref{Continuing and
3347 Stepping,,Continuing and stepping}.
3348
3349 If a breakpoint has a positive ignore count and a condition, the
3350 condition is not checked.  Once the ignore count reaches zero,
3351 @value{GDBN} resumes checking the condition.
3352
3353 You could achieve the effect of the ignore count with a condition such
3354 as @w{@samp{$foo-- <= 0}} using a debugger convenience variable that
3355 is decremented each time.  @xref{Convenience Vars, ,Convenience
3356 variables}.
3357 @end table
3358
3359 Ignore counts apply to breakpoints, watchpoints, and catchpoints.
3360
3361
3362 @node Break Commands
3363 @subsection Breakpoint command lists
3364
3365 @cindex breakpoint commands
3366 You can give any breakpoint (or watchpoint or catchpoint) a series of
3367 commands to execute when your program stops due to that breakpoint.  For
3368 example, you might want to print the values of certain expressions, or
3369 enable other breakpoints.
3370
3371 @table @code
3372 @kindex commands
3373 @kindex end
3374 @item commands @r{[}@var{bnum}@r{]}
3375 @itemx @dots{} @var{command-list} @dots{}
3376 @itemx end
3377 Specify a list of commands for breakpoint number @var{bnum}.  The commands
3378 themselves appear on the following lines.  Type a line containing just
3379 @code{end} to terminate the commands.
3380
3381 To remove all commands from a breakpoint, type @code{commands} and
3382 follow it immediately with @code{end}; that is, give no commands.
3383
3384 With no @var{bnum} argument, @code{commands} refers to the last
3385 breakpoint, watchpoint, or catchpoint set (not to the breakpoint most
3386 recently encountered).
3387 @end table
3388
3389 Pressing @key{RET} as a means of repeating the last @value{GDBN} command is
3390 disabled within a @var{command-list}.
3391
3392 You can use breakpoint commands to start your program up again.  Simply
3393 use the @code{continue} command, or @code{step}, or any other command
3394 that resumes execution.
3395
3396 Any other commands in the command list, after a command that resumes
3397 execution, are ignored.  This is because any time you resume execution
3398 (even with a simple @code{next} or @code{step}), you may encounter
3399 another breakpoint---which could have its own command list, leading to
3400 ambiguities about which list to execute.
3401
3402 @kindex silent
3403 If the first command you specify in a command list is @code{silent}, the
3404 usual message about stopping at a breakpoint is not printed.  This may
3405 be desirable for breakpoints that are to print a specific message and
3406 then continue.  If none of the remaining commands print anything, you
3407 see no sign that the breakpoint was reached.  @code{silent} is
3408 meaningful only at the beginning of a breakpoint command list.
3409
3410 The commands @code{echo}, @code{output}, and @code{printf} allow you to
3411 print precisely controlled output, and are often useful in silent
3412 breakpoints.  @xref{Output, ,Commands for controlled output}.
3413
3414 For example, here is how you could use breakpoint commands to print the
3415 value of @code{x} at entry to @code{foo} whenever @code{x} is positive.
3416
3417 @smallexample
3418 break foo if x>0
3419 commands
3420 silent
3421 printf "x is %d\n",x
3422 cont
3423 end
3424 @end smallexample
3425
3426 One application for breakpoint commands is to compensate for one bug so
3427 you can test for another.  Put a breakpoint just after the erroneous line
3428 of code, give it a condition to detect the case in which something
3429 erroneous has been done, and give it commands to assign correct values
3430 to any variables that need them.  End with the @code{continue} command
3431 so that your program does not stop, and start with the @code{silent}
3432 command so that no output is produced.  Here is an example:
3433
3434 @smallexample
3435 break 403
3436 commands
3437 silent
3438 set x = y + 4
3439 cont
3440 end
3441 @end smallexample
3442
3443 @node Breakpoint Menus
3444 @subsection Breakpoint menus
3445 @cindex overloading
3446 @cindex symbol overloading
3447
3448 Some programming languages (notably C@t{++} and Objective-C) permit a
3449 single function name
3450 to be defined several times, for application in different contexts.
3451 This is called @dfn{overloading}.  When a function name is overloaded,
3452 @samp{break @var{function}} is not enough to tell @value{GDBN} where you want
3453 a breakpoint.  If you realize this is a problem, you can use
3454 something like @samp{break @var{function}(@var{types})} to specify which
3455 particular version of the function you want.  Otherwise, @value{GDBN} offers
3456 you a menu of numbered choices for different possible breakpoints, and
3457 waits for your selection with the prompt @samp{>}.  The first two
3458 options are always @samp{[0] cancel} and @samp{[1] all}.  Typing @kbd{1}
3459 sets a breakpoint at each definition of @var{function}, and typing
3460 @kbd{0} aborts the @code{break} command without setting any new
3461 breakpoints.
3462
3463 For example, the following session excerpt shows an attempt to set a
3464 breakpoint at the overloaded symbol @code{String::after}.
3465 We choose three particular definitions of that function name:
3466
3467 @c FIXME! This is likely to change to show arg type lists, at least
3468 @smallexample
3469 @group
3470 (@value{GDBP}) b String::after
3471 [0] cancel
3472 [1] all
3473 [2] file:String.cc; line number:867
3474 [3] file:String.cc; line number:860
3475 [4] file:String.cc; line number:875
3476 [5] file:String.cc; line number:853
3477 [6] file:String.cc; line number:846
3478 [7] file:String.cc; line number:735
3479 > 2 4 6
3480 Breakpoint 1 at 0xb26c: file String.cc, line 867.
3481 Breakpoint 2 at 0xb344: file String.cc, line 875.
3482 Breakpoint 3 at 0xafcc: file String.cc, line 846.
3483 Multiple breakpoints were set.
3484 Use the "delete" command to delete unwanted
3485  breakpoints.
3486 (@value{GDBP})
3487 @end group
3488 @end smallexample
3489
3490 @c  @ifclear BARETARGET
3491 @node Error in Breakpoints
3492 @subsection ``Cannot insert breakpoints''
3493 @c
3494 @c  FIXME!! 14/6/95  Is there a real example of this?  Let's use it.
3495 @c
3496 Under some operating systems, breakpoints cannot be used in a program if
3497 any other process is running that program.  In this situation,
3498 attempting to run or continue a program with a breakpoint causes
3499 @value{GDBN} to print an error message:
3500
3501 @smallexample
3502 Cannot insert breakpoints.
3503 The same program may be running in another process.
3504 @end smallexample
3505
3506 When this happens, you have three ways to proceed:
3507
3508 @enumerate
3509 @item
3510 Remove or disable the breakpoints, then continue.
3511
3512 @item
3513 Suspend @value{GDBN}, and copy the file containing your program to a new
3514 name.  Resume @value{GDBN} and use the @code{exec-file} command to specify
3515 that @value{GDBN} should run your program under that name.
3516 Then start your program again.
3517
3518 @item
3519 Relink your program so that the text segment is nonsharable, using the
3520 linker option @samp{-N}.  The operating system limitation may not apply
3521 to nonsharable executables.
3522 @end enumerate
3523 @c  @end ifclear
3524
3525 A similar message can be printed if you request too many active
3526 hardware-assisted breakpoints and watchpoints:
3527
3528 @c FIXME: the precise wording of this message may change; the relevant
3529 @c source change is not committed yet (Sep 3, 1999).
3530 @smallexample
3531 Stopped; cannot insert breakpoints.
3532 You may have requested too many hardware breakpoints and watchpoints.
3533 @end smallexample
3534
3535 @noindent
3536 This message is printed when you attempt to resume the program, since
3537 only then @value{GDBN} knows exactly how many hardware breakpoints and
3538 watchpoints it needs to insert.
3539
3540 When this message is printed, you need to disable or remove some of the
3541 hardware-assisted breakpoints and watchpoints, and then continue.
3542
3543 @node Breakpoint related warnings
3544 @subsection ``Breakpoint address adjusted...''
3545 @cindex breakpoint address adjusted
3546
3547 Some processor architectures place constraints on the addresses at
3548 which breakpoints may be placed.  For architectures thus constrained,
3549 @value{GDBN} will attempt to adjust the breakpoint's address to comply
3550 with the constraints dictated by the architecture.
3551
3552 One example of such an architecture is the Fujitsu FR-V.  The FR-V is
3553 a VLIW architecture in which a number of RISC-like instructions may be
3554 bundled together for parallel execution.  The FR-V architecture
3555 constrains the location of a breakpoint instruction within such a
3556 bundle to the instruction with the lowest address.  @value{GDBN}
3557 honors this constraint by adjusting a breakpoint's address to the
3558 first in the bundle.
3559
3560 It is not uncommon for optimized code to have bundles which contain
3561 instructions from different source statements, thus it may happen that
3562 a breakpoint's address will be adjusted from one source statement to
3563 another.  Since this adjustment may significantly alter @value{GDBN}'s
3564 breakpoint related behavior from what the user expects, a warning is
3565 printed when the breakpoint is first set and also when the breakpoint
3566 is hit.
3567
3568 A warning like the one below is printed when setting a breakpoint
3569 that's been subject to address adjustment:
3570
3571 @smallexample
3572 warning: Breakpoint address adjusted from 0x00010414 to 0x00010410.
3573 @end smallexample
3574
3575 Such warnings are printed both for user settable and @value{GDBN}'s
3576 internal breakpoints.  If you see one of these warnings, you should
3577 verify that a breakpoint set at the adjusted address will have the
3578 desired affect.  If not, the breakpoint in question may be removed and
3579 other breakpoints may be set which will have the desired behavior.
3580 E.g., it may be sufficient to place the breakpoint at a later
3581 instruction.  A conditional breakpoint may also be useful in some
3582 cases to prevent the breakpoint from triggering too often.
3583
3584 @value{GDBN} will also issue a warning when stopping at one of these
3585 adjusted breakpoints:
3586
3587 @smallexample
3588 warning: Breakpoint 1 address previously adjusted from 0x00010414
3589 to 0x00010410.
3590 @end smallexample
3591
3592 When this warning is encountered, it may be too late to take remedial
3593 action except in cases where the breakpoint is hit earlier or more
3594 frequently than expected.
3595
3596 @node Continuing and Stepping
3597 @section Continuing and stepping
3598
3599 @cindex stepping
3600 @cindex continuing
3601 @cindex resuming execution
3602 @dfn{Continuing} means resuming program execution until your program
3603 completes normally.  In contrast, @dfn{stepping} means executing just
3604 one more ``step'' of your program, where ``step'' may mean either one
3605 line of source code, or one machine instruction (depending on what
3606 particular command you use).  Either when continuing or when stepping,
3607 your program may stop even sooner, due to a breakpoint or a signal.  (If
3608 it stops due to a signal, you may want to use @code{handle}, or use
3609 @samp{signal 0} to resume execution.  @xref{Signals, ,Signals}.)
3610
3611 @table @code
3612 @kindex continue
3613 @kindex c @r{(@code{continue})}
3614 @kindex fg @r{(resume foreground execution)}
3615 @item continue @r{[}@var{ignore-count}@r{]}
3616 @itemx c @r{[}@var{ignore-count}@r{]}
3617 @itemx fg @r{[}@var{ignore-count}@r{]}
3618 Resume program execution, at the address where your program last stopped;
3619 any breakpoints set at that address are bypassed.  The optional argument
3620 @var{ignore-count} allows you to specify a further number of times to
3621 ignore a breakpoint at this location; its effect is like that of
3622 @code{ignore} (@pxref{Conditions, ,Break conditions}).
3623
3624 The argument @var{ignore-count} is meaningful only when your program
3625 stopped due to a breakpoint.  At other times, the argument to
3626 @code{continue} is ignored.
3627
3628 The synonyms @code{c} and @code{fg} (for @dfn{foreground}, as the
3629 debugged program is deemed to be the foreground program) are provided
3630 purely for convenience, and have exactly the same behavior as
3631 @code{continue}.
3632 @end table
3633
3634 To resume execution at a different place, you can use @code{return}
3635 (@pxref{Returning, ,Returning from a function}) to go back to the
3636 calling function; or @code{jump} (@pxref{Jumping, ,Continuing at a
3637 different address}) to go to an arbitrary location in your program.
3638
3639 A typical technique for using stepping is to set a breakpoint
3640 (@pxref{Breakpoints, ,Breakpoints; watchpoints; and catchpoints}) at the
3641 beginning of the function or the section of your program where a problem
3642 is believed to lie, run your program until it stops at that breakpoint,
3643 and then step through the suspect area, examining the variables that are
3644 interesting, until you see the problem happen.
3645
3646 @table @code
3647 @kindex step
3648 @kindex s @r{(@code{step})}
3649 @item step
3650 Continue running your program until control reaches a different source
3651 line, then stop it and return control to @value{GDBN}.  This command is
3652 abbreviated @code{s}.
3653
3654 @quotation
3655 @c "without debugging information" is imprecise; actually "without line
3656 @c numbers in the debugging information".  (gcc -g1 has debugging info but
3657 @c not line numbers).  But it seems complex to try to make that
3658 @c distinction here.
3659 @emph{Warning:} If you use the @code{step} command while control is
3660 within a function that was compiled without debugging information,
3661 execution proceeds until control reaches a function that does have
3662 debugging information.  Likewise, it will not step into a function which
3663 is compiled without debugging information.  To step through functions
3664 without debugging information, use the @code{stepi} command, described
3665 below.
3666 @end quotation
3667
3668 The @code{step} command only stops at the first instruction of a source
3669 line.  This prevents the multiple stops that could otherwise occur in
3670 @code{switch} statements, @code{for} loops, etc.  @code{step} continues
3671 to stop if a function that has debugging information is called within
3672 the line.  In other words, @code{step} @emph{steps inside} any functions
3673 called within the line.
3674
3675 Also, the @code{step} command only enters a function if there is line
3676 number information for the function.  Otherwise it acts like the
3677 @code{next} command.  This avoids problems when using @code{cc -gl}
3678 on MIPS machines.  Previously, @code{step} entered subroutines if there
3679 was any debugging information about the routine.
3680
3681 @item step @var{count}
3682 Continue running as in @code{step}, but do so @var{count} times.  If a
3683 breakpoint is reached, or a signal not related to stepping occurs before
3684 @var{count} steps, stepping stops right away.
3685
3686 @kindex next
3687 @kindex n @r{(@code{next})}
3688 @item next @r{[}@var{count}@r{]}
3689 Continue to the next source line in the current (innermost) stack frame.
3690 This is similar to @code{step}, but function calls that appear within
3691 the line of code are executed without stopping.  Execution stops when
3692 control reaches a different line of code at the original stack level
3693 that was executing when you gave the @code{next} command.  This command
3694 is abbreviated @code{n}.
3695
3696 An argument @var{count} is a repeat count, as for @code{step}.
3697
3698
3699 @c  FIX ME!!  Do we delete this, or is there a way it fits in with
3700 @c  the following paragraph?   ---  Vctoria
3701 @c
3702 @c  @code{next} within a function that lacks debugging information acts like
3703 @c  @code{step}, but any function calls appearing within the code of the
3704 @c  function are executed without stopping.
3705
3706 The @code{next} command only stops at the first instruction of a
3707 source line.  This prevents multiple stops that could otherwise occur in
3708 @code{switch} statements, @code{for} loops, etc.
3709
3710 @kindex set step-mode
3711 @item set step-mode
3712 @cindex functions without line info, and stepping
3713 @cindex stepping into functions with no line info
3714 @itemx set step-mode on
3715 The @code{set step-mode on} command causes the @code{step} command to
3716 stop at the first instruction of a function which contains no debug line
3717 information rather than stepping over it.
3718
3719 This is useful in cases where you may be interested in inspecting the
3720 machine instructions of a function which has no symbolic info and do not
3721 want @value{GDBN} to automatically skip over this function.
3722
3723 @item set step-mode off
3724 Causes the @code{step} command to step over any functions which contains no
3725 debug information.  This is the default.
3726
3727 @item show step-mode
3728 Show whether @value{GDBN} will stop in or step over functions without
3729 source line debug information.
3730
3731 @kindex finish
3732 @item finish
3733 Continue running until just after function in the selected stack frame
3734 returns.  Print the returned value (if any).
3735
3736 Contrast this with the @code{return} command (@pxref{Returning,
3737 ,Returning from a function}).
3738
3739 @kindex until
3740 @kindex u @r{(@code{until})}
3741 @cindex run until specified location
3742 @item until
3743 @itemx u
3744 Continue running until a source line past the current line, in the
3745 current stack frame, is reached.  This command is used to avoid single
3746 stepping through a loop more than once.  It is like the @code{next}
3747 command, except that when @code{until} encounters a jump, it
3748 automatically continues execution until the program counter is greater
3749 than the address of the jump.
3750
3751 This means that when you reach the end of a loop after single stepping
3752 though it, @code{until} makes your program continue execution until it
3753 exits the loop.  In contrast, a @code{next} command at the end of a loop
3754 simply steps back to the beginning of the loop, which forces you to step
3755 through the next iteration.
3756
3757 @code{until} always stops your program if it attempts to exit the current
3758 stack frame.
3759
3760 @code{until} may produce somewhat counterintuitive results if the order
3761 of machine code does not match the order of the source lines.  For
3762 example, in the following excerpt from a debugging session, the @code{f}
3763 (@code{frame}) command shows that execution is stopped at line
3764 @code{206}; yet when we use @code{until}, we get to line @code{195}:
3765
3766 @smallexample
3767 (@value{GDBP}) f
3768 #0  main (argc=4, argv=0xf7fffae8) at m4.c:206
3769 206                 expand_input();
3770 (@value{GDBP}) until
3771 195             for ( ; argc > 0; NEXTARG) @{
3772 @end smallexample
3773
3774 This happened because, for execution efficiency, the compiler had
3775 generated code for the loop closure test at the end, rather than the
3776 start, of the loop---even though the test in a C @code{for}-loop is
3777 written before the body of the loop.  The @code{until} command appeared
3778 to step back to the beginning of the loop when it advanced to this
3779 expression; however, it has not really gone to an earlier
3780 statement---not in terms of the actual machine code.
3781
3782 @code{until} with no argument works by means of single
3783 instruction stepping, and hence is slower than @code{until} with an
3784 argument.
3785
3786 @item until @var{location}
3787 @itemx u @var{location}
3788 Continue running your program until either the specified location is
3789 reached, or the current stack frame returns.  @var{location} is any of
3790 the forms of argument acceptable to @code{break} (@pxref{Set Breaks,
3791 ,Setting breakpoints}).  This form of the command uses breakpoints, and
3792 hence is quicker than @code{until} without an argument.  The specified
3793 location is actually reached only if it is in the current frame.  This
3794 implies that @code{until} can be used to skip over recursive function
3795 invocations.  For instance in the code below, if the current location is
3796 line @code{96}, issuing @code{until 99} will execute the program up to
3797 line @code{99} in the same invocation of factorial, i.e. after the inner
3798 invocations have returned.
3799
3800 @smallexample
3801 94      int factorial (int value)
3802 95      @{
3803 96          if (value > 1) @{
3804 97            value *= factorial (value - 1);
3805 98          @}
3806 99          return (value);
3807 100     @}
3808 @end smallexample
3809
3810
3811 @kindex advance @var{location}
3812 @itemx advance @var{location}
3813 Continue running the program up to the given @var{location}.  An argument is
3814 required, which should be of the same form as arguments for the @code{break}
3815 command.  Execution will also stop upon exit from the current stack
3816 frame.  This command is similar to @code{until}, but @code{advance} will
3817 not skip over recursive function calls, and the target location doesn't
3818 have to be in the same frame as the current one.
3819
3820
3821 @kindex stepi
3822 @kindex si @r{(@code{stepi})}
3823 @item stepi
3824 @itemx stepi @var{arg}
3825 @itemx si
3826 Execute one machine instruction, then stop and return to the debugger.
3827
3828 It is often useful to do @samp{display/i $pc} when stepping by machine
3829 instructions.  This makes @value{GDBN} automatically display the next
3830 instruction to be executed, each time your program stops.  @xref{Auto
3831 Display,, Automatic display}.
3832
3833 An argument is a repeat count, as in @code{step}.
3834
3835 @need 750
3836 @kindex nexti
3837 @kindex ni @r{(@code{nexti})}
3838 @item nexti
3839 @itemx nexti @var{arg}
3840 @itemx ni
3841 Execute one machine instruction, but if it is a function call,
3842 proceed until the function returns.
3843
3844 An argument is a repeat count, as in @code{next}.
3845 @end table
3846
3847 @node Signals
3848 @section Signals
3849 @cindex signals
3850
3851 A signal is an asynchronous event that can happen in a program.  The
3852 operating system defines the possible kinds of signals, and gives each
3853 kind a name and a number.  For example, in Unix @code{SIGINT} is the
3854 signal a program gets when you type an interrupt character (often @kbd{C-c});
3855 @code{SIGSEGV} is the signal a program gets from referencing a place in
3856 memory far away from all the areas in use; @code{SIGALRM} occurs when
3857 the alarm clock timer goes off (which happens only if your program has
3858 requested an alarm).
3859
3860 @cindex fatal signals
3861 Some signals, including @code{SIGALRM}, are a normal part of the
3862 functioning of your program.  Others, such as @code{SIGSEGV}, indicate
3863 errors; these signals are @dfn{fatal} (they kill your program immediately) if the
3864 program has not specified in advance some other way to handle the signal.
3865 @code{SIGINT} does not indicate an error in your program, but it is normally
3866 fatal so it can carry out the purpose of the interrupt: to kill the program.
3867
3868 @value{GDBN} has the ability to detect any occurrence of a signal in your
3869 program.  You can tell @value{GDBN} in advance what to do for each kind of
3870 signal.
3871
3872 @cindex handling signals
3873 Normally, @value{GDBN} is set up to let the non-erroneous signals like
3874 @code{SIGALRM} be silently passed to your program
3875 (so as not to interfere with their role in the program's functioning)
3876 but to stop your program immediately whenever an error signal happens.
3877 You can change these settings with the @code{handle} command.
3878
3879 @table @code
3880 @kindex info signals
3881 @kindex info handle
3882 @item info signals
3883 @itemx info handle
3884 Print a table of all the kinds of signals and how @value{GDBN} has been told to
3885 handle each one.  You can use this to see the signal numbers of all
3886 the defined types of signals.
3887
3888 @code{info handle} is an alias for @code{info signals}.
3889
3890 @kindex handle
3891 @item handle @var{signal} @var{keywords}@dots{}
3892 Change the way @value{GDBN} handles signal @var{signal}.  @var{signal}
3893 can be the number of a signal or its name (with or without the
3894 @samp{SIG} at the beginning); a list of signal numbers of the form
3895 @samp{@var{low}-@var{high}}; or the word @samp{all}, meaning all the
3896 known signals.  The @var{keywords} say what change to make.
3897 @end table
3898
3899 @c @group
3900 The keywords allowed by the @code{handle} command can be abbreviated.
3901 Their full names are:
3902
3903 @table @code
3904 @item nostop
3905 @value{GDBN} should not stop your program when this signal happens.  It may
3906 still print a message telling you that the signal has come in.
3907
3908 @item stop
3909 @value{GDBN} should stop your program when this signal happens.  This implies
3910 the @code{print} keyword as well.
3911
3912 @item print
3913 @value{GDBN} should print a message when this signal happens.
3914
3915 @item noprint
3916 @value{GDBN} should not mention the occurrence of the signal at all.  This
3917 implies the @code{nostop} keyword as well.
3918
3919 @item pass
3920 @itemx noignore
3921 @value{GDBN} should allow your program to see this signal; your program
3922 can handle the signal, or else it may terminate if the signal is fatal
3923 and not handled.  @code{pass} and @code{noignore} are synonyms.
3924
3925 @item nopass
3926 @itemx ignore
3927 @value{GDBN} should not allow your program to see this signal.
3928 @code{nopass} and @code{ignore} are synonyms.
3929 @end table
3930 @c @end group
3931
3932 When a signal stops your program, the signal is not visible to the
3933 program until you
3934 continue.  Your program sees the signal then, if @code{pass} is in
3935 effect for the signal in question @emph{at that time}.  In other words,
3936 after @value{GDBN} reports a signal, you can use the @code{handle}
3937 command with @code{pass} or @code{nopass} to control whether your
3938 program sees that signal when you continue.
3939
3940 The default is set to @code{nostop}, @code{noprint}, @code{pass} for
3941 non-erroneous signals such as @code{SIGALRM}, @code{SIGWINCH} and
3942 @code{SIGCHLD}, and to @code{stop}, @code{print}, @code{pass} for the
3943 erroneous signals.
3944
3945 You can also use the @code{signal} command to prevent your program from
3946 seeing a signal, or cause it to see a signal it normally would not see,
3947 or to give it any signal at any time.  For example, if your program stopped
3948 due to some sort of memory reference error, you might store correct
3949 values into the erroneous variables and continue, hoping to see more
3950 execution; but your program would probably terminate immediately as
3951 a result of the fatal signal once it saw the signal.  To prevent this,
3952 you can continue with @samp{signal 0}.  @xref{Signaling, ,Giving your
3953 program a signal}.
3954
3955 @node Thread Stops
3956 @section Stopping and starting multi-thread programs
3957
3958 When your program has multiple threads (@pxref{Threads,, Debugging
3959 programs with multiple threads}), you can choose whether to set
3960 breakpoints on all threads, or on a particular thread.
3961
3962 @table @code
3963 @cindex breakpoints and threads
3964 @cindex thread breakpoints
3965 @kindex break @dots{} thread @var{threadno}
3966 @item break @var{linespec} thread @var{threadno}
3967 @itemx break @var{linespec} thread @var{threadno} if @dots{}
3968 @var{linespec} specifies source lines; there are several ways of
3969 writing them, but the effect is always to specify some source line.
3970
3971 Use the qualifier @samp{thread @var{threadno}} with a breakpoint command
3972 to specify that you only want @value{GDBN} to stop the program when a
3973 particular thread reaches this breakpoint.  @var{threadno} is one of the
3974 numeric thread identifiers assigned by @value{GDBN}, shown in the first
3975 column of the @samp{info threads} display.
3976
3977 If you do not specify @samp{thread @var{threadno}} when you set a
3978 breakpoint, the breakpoint applies to @emph{all} threads of your
3979 program.
3980
3981 You can use the @code{thread} qualifier on conditional breakpoints as
3982 well; in this case, place @samp{thread @var{threadno}} before the
3983 breakpoint condition, like this:
3984
3985 @smallexample
3986 (@value{GDBP}) break frik.c:13 thread 28 if bartab > lim
3987 @end smallexample
3988
3989 @end table
3990
3991 @cindex stopped threads
3992 @cindex threads, stopped
3993 Whenever your program stops under @value{GDBN} for any reason,
3994 @emph{all} threads of execution stop, not just the current thread.  This
3995 allows you to examine the overall state of the program, including
3996 switching between threads, without worrying that things may change
3997 underfoot.
3998
3999 @cindex thread breakpoints and system calls
4000 @cindex system calls and thread breakpoints
4001 @cindex premature return from system calls
4002 There is an unfortunate side effect.  If one thread stops for a
4003 breakpoint, or for some other reason, and another thread is blocked in a
4004 system call, then the system call may return prematurely.  This is a
4005 consequence of the interaction between multiple threads and the signals
4006 that @value{GDBN} uses to implement breakpoints and other events that
4007 stop execution.
4008
4009 To handle this problem, your program should check the return value of
4010 each system call and react appropriately.  This is good programming
4011 style anyways.
4012
4013 For example, do not write code like this:
4014
4015 @smallexample
4016   sleep (10);
4017 @end smallexample
4018
4019 The call to @code{sleep} will return early if a different thread stops
4020 at a breakpoint or for some other reason.
4021
4022 Instead, write this:
4023
4024 @smallexample
4025   int unslept = 10;
4026   while (unslept > 0)
4027     unslept = sleep (unslept);
4028 @end smallexample
4029
4030 A system call is allowed to return early, so the system is still
4031 conforming to its specification.  But @value{GDBN} does cause your
4032 multi-threaded program to behave differently than it would without
4033 @value{GDBN}.
4034
4035 Also, @value{GDBN} uses internal breakpoints in the thread library to
4036 monitor certain events such as thread creation and thread destruction.
4037 When such an event happens, a system call in another thread may return
4038 prematurely, even though your program does not appear to stop.
4039
4040 @cindex continuing threads
4041 @cindex threads, continuing
4042 Conversely, whenever you restart the program, @emph{all} threads start
4043 executing.  @emph{This is true even when single-stepping} with commands
4044 like @code{step} or @code{next}.
4045
4046 In particular, @value{GDBN} cannot single-step all threads in lockstep.
4047 Since thread scheduling is up to your debugging target's operating
4048 system (not controlled by @value{GDBN}), other threads may
4049 execute more than one statement while the current thread completes a
4050 single step.  Moreover, in general other threads stop in the middle of a
4051 statement, rather than at a clean statement boundary, when the program
4052 stops.
4053
4054 You might even find your program stopped in another thread after
4055 continuing or even single-stepping.  This happens whenever some other
4056 thread runs into a breakpoint, a signal, or an exception before the
4057 first thread completes whatever you requested.
4058
4059 On some OSes, you can lock the OS scheduler and thus allow only a single
4060 thread to run.
4061
4062 @table @code
4063 @item set scheduler-locking @var{mode}
4064 @cindex scheduler locking mode
4065 @cindex lock scheduler
4066 Set the scheduler locking mode.  If it is @code{off}, then there is no
4067 locking and any thread may run at any time.  If @code{on}, then only the
4068 current thread may run when the inferior is resumed.  The @code{step}
4069 mode optimizes for single-stepping.  It stops other threads from
4070 ``seizing the prompt'' by preempting the current thread while you are
4071 stepping.  Other threads will only rarely (or never) get a chance to run
4072 when you step.  They are more likely to run when you @samp{next} over a
4073 function call, and they are completely free to run when you use commands
4074 like @samp{continue}, @samp{until}, or @samp{finish}.  However, unless another
4075 thread hits a breakpoint during its timeslice, they will never steal the
4076 @value{GDBN} prompt away from the thread that you are debugging.
4077
4078 @item show scheduler-locking
4079 Display the current scheduler locking mode.
4080 @end table
4081
4082
4083 @node Stack
4084 @chapter Examining the Stack
4085
4086 When your program has stopped, the first thing you need to know is where it
4087 stopped and how it got there.
4088
4089 @cindex call stack
4090 Each time your program performs a function call, information about the call
4091 is generated.
4092 That information includes the location of the call in your program,
4093 the arguments of the call,
4094 and the local variables of the function being called.
4095 The information is saved in a block of data called a @dfn{stack frame}.
4096 The stack frames are allocated in a region of memory called the @dfn{call
4097 stack}.
4098
4099 When your program stops, the @value{GDBN} commands for examining the
4100 stack allow you to see all of this information.
4101
4102 @cindex selected frame
4103 One of the stack frames is @dfn{selected} by @value{GDBN} and many
4104 @value{GDBN} commands refer implicitly to the selected frame.  In
4105 particular, whenever you ask @value{GDBN} for the value of a variable in
4106 your program, the value is found in the selected frame.  There are
4107 special @value{GDBN} commands to select whichever frame you are
4108 interested in. @xref{Selection, ,Selecting a frame}.
4109
4110 When your program stops, @value{GDBN} automatically selects the
4111 currently executing frame and describes it briefly, similar to the
4112 @code{frame} command (@pxref{Frame Info, ,Information about a frame}).
4113
4114 @menu
4115 * Frames::                      Stack frames
4116 * Backtrace::                   Backtraces
4117 * Selection::                   Selecting a frame
4118 * Frame Info::                  Information on a frame
4119
4120 @end menu
4121
4122 @node Frames
4123 @section Stack frames
4124
4125 @cindex frame, definition
4126 @cindex stack frame
4127 The call stack is divided up into contiguous pieces called @dfn{stack
4128 frames}, or @dfn{frames} for short; each frame is the data associated
4129 with one call to one function.  The frame contains the arguments given
4130 to the function, the function's local variables, and the address at
4131 which the function is executing.
4132
4133 @cindex initial frame
4134 @cindex outermost frame
4135 @cindex innermost frame
4136 When your program is started, the stack has only one frame, that of the
4137 function @code{main}.  This is called the @dfn{initial} frame or the
4138 @dfn{outermost} frame.  Each time a function is called, a new frame is
4139 made.  Each time a function returns, the frame for that function invocation
4140 is eliminated.  If a function is recursive, there can be many frames for
4141 the same function.  The frame for the function in which execution is
4142 actually occurring is called the @dfn{innermost} frame.  This is the most
4143 recently created of all the stack frames that still exist.
4144
4145 @cindex frame pointer
4146 Inside your program, stack frames are identified by their addresses.  A
4147 stack frame consists of many bytes, each of which has its own address; each
4148 kind of computer has a convention for choosing one byte whose
4149 address serves as the address of the frame.  Usually this address is kept
4150 in a register called the @dfn{frame pointer register} while execution is
4151 going on in that frame.
4152
4153 @cindex frame number
4154 @value{GDBN} assigns numbers to all existing stack frames, starting with
4155 zero for the innermost frame, one for the frame that called it,
4156 and so on upward.  These numbers do not really exist in your program;
4157 they are assigned by @value{GDBN} to give you a way of designating stack
4158 frames in @value{GDBN} commands.
4159
4160 @c The -fomit-frame-pointer below perennially causes hbox overflow
4161 @c underflow problems.
4162 @cindex frameless execution
4163 Some compilers provide a way to compile functions so that they operate
4164 without stack frames.  (For example, the @value{GCC} option
4165 @smallexample
4166 @samp{-fomit-frame-pointer}
4167 @end smallexample
4168 generates functions without a frame.)
4169 This is occasionally done with heavily used library functions to save
4170 the frame setup time.  @value{GDBN} has limited facilities for dealing
4171 with these function invocations.  If the innermost function invocation
4172 has no stack frame, @value{GDBN} nevertheless regards it as though
4173 it had a separate frame, which is numbered zero as usual, allowing
4174 correct tracing of the function call chain.  However, @value{GDBN} has
4175 no provision for frameless functions elsewhere in the stack.
4176
4177 @table @code
4178 @kindex frame@r{, command}
4179 @cindex current stack frame
4180 @item frame @var{args}
4181 The @code{frame} command allows you to move from one stack frame to another,
4182 and to print the stack frame you select.  @var{args} may be either the
4183 address of the frame or the stack frame number.  Without an argument,
4184 @code{frame} prints the current stack frame.
4185
4186 @kindex select-frame
4187 @cindex selecting frame silently
4188 @item select-frame
4189 The @code{select-frame} command allows you to move from one stack frame
4190 to another without printing the frame.  This is the silent version of
4191 @code{frame}.
4192 @end table
4193
4194 @node Backtrace
4195 @section Backtraces
4196
4197 @cindex traceback
4198 @cindex call stack traces
4199 A backtrace is a summary of how your program got where it is.  It shows one
4200 line per frame, for many frames, starting with the currently executing
4201 frame (frame zero), followed by its caller (frame one), and on up the
4202 stack.
4203
4204 @table @code
4205 @kindex backtrace
4206 @kindex bt @r{(@code{backtrace})}
4207 @item backtrace
4208 @itemx bt
4209 Print a backtrace of the entire stack: one line per frame for all
4210 frames in the stack.
4211
4212 You can stop the backtrace at any time by typing the system interrupt
4213 character, normally @kbd{C-c}.
4214
4215 @item backtrace @var{n}
4216 @itemx bt @var{n}
4217 Similar, but print only the innermost @var{n} frames.
4218
4219 @item backtrace -@var{n}
4220 @itemx bt -@var{n}
4221 Similar, but print only the outermost @var{n} frames.
4222
4223 @item backtrace full
4224 Print the values of the local variables also.
4225 @itemx bt full
4226 @end table
4227
4228 @kindex where
4229 @kindex info stack
4230 The names @code{where} and @code{info stack} (abbreviated @code{info s})
4231 are additional aliases for @code{backtrace}.
4232
4233 Each line in the backtrace shows the frame number and the function name.
4234 The program counter value is also shown---unless you use @code{set
4235 print address off}.  The backtrace also shows the source file name and
4236 line number, as well as the arguments to the function.  The program
4237 counter value is omitted if it is at the beginning of the code for that
4238 line number.
4239
4240 Here is an example of a backtrace.  It was made with the command
4241 @samp{bt 3}, so it shows the innermost three frames.
4242
4243 @smallexample
4244 @group
4245 #0  m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
4246     at builtin.c:993
4247 #1  0x6e38 in expand_macro (sym=0x2b600) at macro.c:242
4248 #2  0x6840 in expand_token (obs=0x0, t=177664, td=0xf7fffb08)
4249     at macro.c:71
4250 (More stack frames follow...)
4251 @end group
4252 @end smallexample
4253
4254 @noindent
4255 The display for frame zero does not begin with a program counter
4256 value, indicating that your program has stopped at the beginning of the
4257 code for line @code{993} of @code{builtin.c}.
4258
4259 @cindex value optimized out, in backtrace
4260 @cindex function call arguments, optimized out
4261 If your program was compiled with optimizations, some compilers will
4262 optimize away arguments passed to functions if those arguments are
4263 never used after the call.  Such optimizations generate code that
4264 passes arguments through registers, but doesn't store those arguments
4265 in the stack frame.  @value{GDBN} has no way of displaying such
4266 arguments in stack frames other than the innermost one.  Here's what
4267 such a backtrace might look like:
4268
4269 @smallexample
4270 @group
4271 #0  m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
4272     at builtin.c:993
4273 #1  0x6e38 in expand_macro (sym=<value optimized out>) at macro.c:242
4274 #2  0x6840 in expand_token (obs=0x0, t=<value optimized out>, td=0xf7fffb08)
4275     at macro.c:71
4276 (More stack frames follow...)
4277 @end group
4278 @end smallexample
4279
4280 @noindent
4281 The values of arguments that were not saved in their stack frames are
4282 shown as @samp{<value optimized out>}.
4283
4284 If you need to display the values of such optimized-out arguments,
4285 either deduce that from other variables whose values depend on the one
4286 you are interested in, or recompile without optimizations.
4287
4288 @cindex backtrace beyond @code{main} function
4289 @cindex program entry point
4290 @cindex startup code, and backtrace
4291 Most programs have a standard user entry point---a place where system
4292 libraries and startup code transition into user code.  For C this is
4293 @code{main}.  When @value{GDBN} finds the entry function in a backtrace
4294 it will terminate the backtrace, to avoid tracing into highly
4295 system-specific (and generally uninteresting) code.
4296
4297 If you need to examine the startup code, or limit the number of levels
4298 in a backtrace, you can change this behavior:
4299
4300 @table @code
4301 @item set backtrace past-main
4302 @itemx set backtrace past-main on
4303 @kindex set backtrace
4304 Backtraces will continue past the user entry point.
4305
4306 @item set backtrace past-main off
4307 Backtraces will stop when they encounter the user entry point.  This is the
4308 default.
4309
4310 @item show backtrace past-main
4311 @kindex show backtrace
4312 Display the current user entry point backtrace policy.
4313
4314 @item set backtrace past-entry
4315 @itemx set backtrace past-entry on
4316 Backtraces will continue past the internal entry point of an application.
4317 This entry point is encoded by the linker when the application is built,
4318 and is likely before the user entry point @code{main} (or equivalent) is called.
4319
4320 @item set backtrace past-entry off
4321 Backtraces will stop when they encouter the internal entry point of an
4322 application.  This is the default.
4323
4324 @item show backtrace past-entry
4325 Display the current internal entry point backtrace policy.
4326
4327 @item set backtrace limit @var{n}
4328 @itemx set backtrace limit 0
4329 @cindex backtrace limit
4330 Limit the backtrace to @var{n} levels.  A value of zero means
4331 unlimited.
4332
4333 @item show backtrace limit
4334 Display the current limit on backtrace levels.
4335 @end table
4336
4337 @node Selection
4338 @section Selecting a frame
4339
4340 Most commands for examining the stack and other data in your program work on
4341 whichever stack frame is selected at the moment.  Here are the commands for
4342 selecting a stack frame; all of them finish by printing a brief description
4343 of the stack frame just selected.
4344
4345 @table @code
4346 @kindex frame@r{, selecting}
4347 @kindex f @r{(@code{frame})}
4348 @item frame @var{n}
4349 @itemx f @var{n}
4350 Select frame number @var{n}.  Recall that frame zero is the innermost
4351 (currently executing) frame, frame one is the frame that called the
4352 innermost one, and so on.  The highest-numbered frame is the one for
4353 @code{main}.
4354
4355 @item frame @var{addr}
4356 @itemx f @var{addr}
4357 Select the frame at address @var{addr}.  This is useful mainly if the
4358 chaining of stack frames has been damaged by a bug, making it
4359 impossible for @value{GDBN} to assign numbers properly to all frames.  In
4360 addition, this can be useful when your program has multiple stacks and
4361 switches between them.
4362
4363 On the SPARC architecture, @code{frame} needs two addresses to
4364 select an arbitrary frame: a frame pointer and a stack pointer.
4365
4366 On the MIPS and Alpha architecture, it needs two addresses: a stack
4367 pointer and a program counter.
4368
4369 On the 29k architecture, it needs three addresses: a register stack
4370 pointer, a program counter, and a memory stack pointer.
4371 @c note to future updaters: this is conditioned on a flag
4372 @c SETUP_ARBITRARY_FRAME in the tm-*.h files.  The above is up to date
4373 @c as of 27 Jan 1994.
4374
4375 @kindex up
4376 @item up @var{n}
4377 Move @var{n} frames up the stack.  For positive numbers @var{n}, this
4378 advances toward the outermost frame, to higher frame numbers, to frames
4379 that have existed longer.  @var{n} defaults to one.
4380
4381 @kindex down
4382 @kindex do @r{(@code{down})}
4383 @item down @var{n}
4384 Move @var{n} frames down the stack.  For positive numbers @var{n}, this
4385 advances toward the innermost frame, to lower frame numbers, to frames
4386 that were created more recently.  @var{n} defaults to one.  You may
4387 abbreviate @code{down} as @code{do}.
4388 @end table
4389
4390 All of these commands end by printing two lines of output describing the
4391 frame.  The first line shows the frame number, the function name, the
4392 arguments, and the source file and line number of execution in that
4393 frame.  The second line shows the text of that source line.
4394
4395 @need 1000
4396 For example:
4397
4398 @smallexample
4399 @group
4400 (@value{GDBP}) up
4401 #1  0x22f0 in main (argc=1, argv=0xf7fffbf4, env=0xf7fffbfc)
4402     at env.c:10
4403 10              read_input_file (argv[i]);
4404 @end group
4405 @end smallexample
4406
4407 After such a printout, the @code{list} command with no arguments
4408 prints ten lines centered on the point of execution in the frame.
4409 You can also edit the program at the point of execution with your favorite
4410 editing program by typing @code{edit}.
4411 @xref{List, ,Printing source lines},
4412 for details.
4413
4414 @table @code
4415 @kindex down-silently
4416 @kindex up-silently
4417 @item up-silently @var{n}
4418 @itemx down-silently @var{n}
4419 These two commands are variants of @code{up} and @code{down},
4420 respectively; they differ in that they do their work silently, without
4421 causing display of the new frame.  They are intended primarily for use
4422 in @value{GDBN} command scripts, where the output might be unnecessary and
4423 distracting.
4424 @end table
4425
4426 @node Frame Info
4427 @section Information about a frame
4428
4429 There are several other commands to print information about the selected
4430 stack frame.
4431
4432 @table @code
4433 @item frame
4434 @itemx f
4435 When used without any argument, this command does not change which
4436 frame is selected, but prints a brief description of the currently
4437 selected stack frame.  It can be abbreviated @code{f}.  With an
4438 argument, this command is used to select a stack frame.
4439 @xref{Selection, ,Selecting a frame}.
4440
4441 @kindex info frame
4442 @kindex info f @r{(@code{info frame})}
4443 @item info frame
4444 @itemx info f
4445 This command prints a verbose description of the selected stack frame,
4446 including:
4447
4448 @itemize @bullet
4449 @item
4450 the address of the frame
4451 @item
4452 the address of the next frame down (called by this frame)
4453 @item
4454 the address of the next frame up (caller of this frame)
4455 @item
4456 the language in which the source code corresponding to this frame is written
4457 @item
4458 the address of the frame's arguments
4459 @item
4460 the address of the frame's local variables
4461 @item
4462 the program counter saved in it (the address of execution in the caller frame)
4463 @item
4464 which registers were saved in the frame
4465 @end itemize
4466
4467 @noindent The verbose description is useful when
4468 something has gone wrong that has made the stack format fail to fit
4469 the usual conventions.
4470
4471 @item info frame @var{addr}
4472 @itemx info f @var{addr}
4473 Print a verbose description of the frame at address @var{addr}, without
4474 selecting that frame.  The selected frame remains unchanged by this
4475 command.  This requires the same kind of address (more than one for some
4476 architectures) that you specify in the @code{frame} command.
4477 @xref{Selection, ,Selecting a frame}.
4478
4479 @kindex info args
4480 @item info args
4481 Print the arguments of the selected frame, each on a separate line.
4482
4483 @item info locals
4484 @kindex info locals
4485 Print the local variables of the selected frame, each on a separate
4486 line.  These are all variables (declared either static or automatic)
4487 accessible at the point of execution of the selected frame.
4488
4489 @kindex info catch
4490 @cindex catch exceptions, list active handlers
4491 @cindex exception handlers, how to list
4492 @item info catch
4493 Print a list of all the exception handlers that are active in the
4494 current stack frame at the current point of execution.  To see other
4495 exception handlers, visit the associated frame (using the @code{up},
4496 @code{down}, or @code{frame} commands); then type @code{info catch}.
4497 @xref{Set Catchpoints, , Setting catchpoints}.
4498
4499 @end table
4500
4501
4502 @node Source
4503 @chapter Examining Source Files
4504
4505 @value{GDBN} can print parts of your program's source, since the debugging
4506 information recorded in the program tells @value{GDBN} what source files were
4507 used to build it.  When your program stops, @value{GDBN} spontaneously prints
4508 the line where it stopped.  Likewise, when you select a stack frame
4509 (@pxref{Selection, ,Selecting a frame}), @value{GDBN} prints the line where
4510 execution in that frame has stopped.  You can print other portions of
4511 source files by explicit command.
4512
4513 If you use @value{GDBN} through its @sc{gnu} Emacs interface, you may
4514 prefer to use Emacs facilities to view source; see @ref{Emacs, ,Using
4515 @value{GDBN} under @sc{gnu} Emacs}.
4516
4517 @menu
4518 * List::                        Printing source lines
4519 * Edit::                        Editing source files
4520 * Search::                      Searching source files
4521 * Source Path::                 Specifying source directories
4522 * Machine Code::                Source and machine code
4523 @end menu
4524
4525 @node List
4526 @section Printing source lines
4527
4528 @kindex list
4529 @kindex l @r{(@code{list})}
4530 To print lines from a source file, use the @code{list} command
4531 (abbreviated @code{l}).  By default, ten lines are printed.
4532 There are several ways to specify what part of the file you want to print.
4533
4534 Here are the forms of the @code{list} command most commonly used:
4535
4536 @table @code
4537 @item list @var{linenum}
4538 Print lines centered around line number @var{linenum} in the
4539 current source file.
4540
4541 @item list @var{function}
4542 Print lines centered around the beginning of function
4543 @var{function}.
4544
4545 @item list
4546 Print more lines.  If the last lines printed were printed with a
4547 @code{list} command, this prints lines following the last lines
4548 printed; however, if the last line printed was a solitary line printed
4549 as part of displaying a stack frame (@pxref{Stack, ,Examining the
4550 Stack}), this prints lines centered around that line.
4551
4552 @item list -
4553 Print lines just before the lines last printed.
4554 @end table
4555
4556 @cindex @code{list}, how many lines to display
4557 By default, @value{GDBN} prints ten source lines with any of these forms of
4558 the @code{list} command.  You can change this using @code{set listsize}:
4559
4560 @table @code
4561 @kindex set listsize
4562 @item set listsize @var{count}
4563 Make the @code{list} command display @var{count} source lines (unless
4564 the @code{list} argument explicitly specifies some other number).
4565
4566 @kindex show listsize
4567 @item show listsize
4568 Display the number of lines that @code{list} prints.
4569 @end table
4570
4571 Repeating a @code{list} command with @key{RET} discards the argument,
4572 so it is equivalent to typing just @code{list}.  This is more useful
4573 than listing the same lines again.  An exception is made for an
4574 argument of @samp{-}; that argument is preserved in repetition so that
4575 each repetition moves up in the source file.
4576
4577 @cindex linespec
4578 In general, the @code{list} command expects you to supply zero, one or two
4579 @dfn{linespecs}.  Linespecs specify source lines; there are several ways
4580 of writing them, but the effect is always to specify some source line.
4581 Here is a complete description of the possible arguments for @code{list}:
4582
4583 @table @code
4584 @item list @var{linespec}
4585 Print lines centered around the line specified by @var{linespec}.
4586
4587 @item list @var{first},@var{last}
4588 Print lines from @var{first} to @var{last}.  Both arguments are
4589 linespecs.
4590
4591 @item list ,@var{last}
4592 Print lines ending with @var{last}.
4593
4594 @item list @var{first},
4595 Print lines starting with @var{first}.
4596
4597 @item list +
4598 Print lines just after the lines last printed.
4599
4600 @item list -
4601 Print lines just before the lines last printed.
4602
4603 @item list
4604 As described in the preceding table.
4605 @end table
4606
4607 Here are the ways of specifying a single source line---all the
4608 kinds of linespec.
4609
4610 @table @code
4611 @item @var{number}
4612 Specifies line @var{number} of the current source file.
4613 When a @code{list} command has two linespecs, this refers to
4614 the same source file as the first linespec.
4615
4616 @item +@var{offset}
4617 Specifies the line @var{offset} lines after the last line printed.
4618 When used as the second linespec in a @code{list} command that has
4619 two, this specifies the line @var{offset} lines down from the
4620 first linespec.
4621
4622 @item -@var{offset}
4623 Specifies the line @var{offset} lines before the last line printed.
4624
4625 @item @var{filename}:@var{number}
4626 Specifies line @var{number} in the source file @var{filename}.
4627
4628 @item @var{function}
4629 Specifies the line that begins the body of the function @var{function}.
4630 For example: in C, this is the line with the open brace.
4631
4632 @item @var{filename}:@var{function}
4633 Specifies the line of the open-brace that begins the body of the
4634 function @var{function} in the file @var{filename}.  You only need the
4635 file name with a function name to avoid ambiguity when there are
4636 identically named functions in different source files.
4637
4638 @item *@var{address}
4639 Specifies the line containing the program address @var{address}.
4640 @var{address} may be any expression.
4641 @end table
4642
4643 @node Edit
4644 @section Editing source files
4645 @cindex editing source files
4646
4647 @kindex edit
4648 @kindex e @r{(@code{edit})}
4649 To edit the lines in a source file, use the @code{edit} command.
4650 The editing program of your choice
4651 is invoked with the current line set to
4652 the active line in the program.
4653 Alternatively, there are several ways to specify what part of the file you
4654 want to print if you want to see other parts of the program.
4655
4656 Here are the forms of the @code{edit} command most commonly used:
4657
4658 @table @code
4659 @item edit
4660 Edit the current source file at the active line number in the program.
4661
4662 @item edit @var{number}
4663 Edit the current source file with @var{number} as the active line number.
4664
4665 @item edit @var{function}
4666 Edit the file containing @var{function} at the beginning of its definition.
4667
4668 @item edit @var{filename}:@var{number}
4669 Specifies line @var{number} in the source file @var{filename}.
4670
4671 @item edit @var{filename}:@var{function}
4672 Specifies the line that begins the body of the
4673 function @var{function} in the file @var{filename}.  You only need the
4674 file name with a function name to avoid ambiguity when there are
4675 identically named functions in different source files.
4676
4677 @item edit *@var{address}
4678 Specifies the line containing the program address @var{address}.
4679 @var{address} may be any expression.
4680 @end table
4681
4682 @subsection Choosing your editor
4683 You can customize @value{GDBN} to use any editor you want
4684 @footnote{
4685 The only restriction is that your editor (say @code{ex}), recognizes the
4686 following command-line syntax:
4687 @smallexample
4688 ex +@var{number} file
4689 @end smallexample
4690 The optional numeric value +@var{number} specifies the number of the line in
4691 the file where to start editing.}.
4692 By default, it is @file{@value{EDITOR}}, but you can change this
4693 by setting the environment variable @code{EDITOR} before using
4694 @value{GDBN}.  For example, to configure @value{GDBN} to use the
4695 @code{vi} editor, you could use these commands with the @code{sh} shell:
4696 @smallexample
4697 EDITOR=/usr/bin/vi
4698 export EDITOR
4699 gdb @dots{}
4700 @end smallexample
4701 or in the @code{csh} shell,
4702 @smallexample
4703 setenv EDITOR /usr/bin/vi
4704 gdb @dots{}
4705 @end smallexample
4706
4707 @node Search
4708 @section Searching source files
4709 @cindex searching source files
4710
4711 There are two commands for searching through the current source file for a
4712 regular expression.
4713
4714 @table @code
4715 @kindex search
4716 @kindex forward-search
4717 @item forward-search @var{regexp}
4718 @itemx search @var{regexp}
4719 The command @samp{forward-search @var{regexp}} checks each line,
4720 starting with the one following the last line listed, for a match for
4721 @var{regexp}.  It lists the line that is found.  You can use the
4722 synonym @samp{search @var{regexp}} or abbreviate the command name as
4723 @code{fo}.
4724
4725 @kindex reverse-search
4726 @item reverse-search @var{regexp}
4727 The command @samp{reverse-search @var{regexp}} checks each line, starting
4728 with the one before the last line listed and going backward, for a match
4729 for @var{regexp}.  It lists the line that is found.  You can abbreviate
4730 this command as @code{rev}.
4731 @end table
4732
4733 @node Source Path
4734 @section Specifying source directories
4735
4736 @cindex source path
4737 @cindex directories for source files
4738 Executable programs sometimes do not record the directories of the source
4739 files from which they were compiled, just the names.  Even when they do,
4740 the directories could be moved between the compilation and your debugging
4741 session.  @value{GDBN} has a list of directories to search for source files;
4742 this is called the @dfn{source path}.  Each time @value{GDBN} wants a source file,
4743 it tries all the directories in the list, in the order they are present
4744 in the list, until it finds a file with the desired name.
4745
4746 For example, suppose an executable references the file
4747 @file{/usr/src/foo-1.0/lib/foo.c}, and our source path is
4748 @file{/mnt/cross}.  The file is first looked up literally; if this
4749 fails, @file{/mnt/cross/usr/src/foo-1.0/lib/foo.c} is tried; if this
4750 fails, @file{/mnt/cross/foo.c} is opened; if this fails, an error
4751 message is printed.  @value{GDBN} does not look up the parts of the
4752 source file name, such as @file{/mnt/cross/src/foo-1.0/lib/foo.c}.
4753 Likewise, the subdirectories of the source path are not searched: if
4754 the source path is @file{/mnt/cross}, and the binary refers to
4755 @file{foo.c}, @value{GDBN} would not find it under
4756 @file{/mnt/cross/usr/src/foo-1.0/lib}.
4757
4758 Plain file names, relative file names with leading directories, file
4759 names containing dots, etc.@: are all treated as described above; for
4760 instance, if the source path is @file{/mnt/cross}, and the source file
4761 is recorded as @file{../lib/foo.c}, @value{GDBN} would first try
4762 @file{../lib/foo.c}, then @file{/mnt/cross/../lib/foo.c}, and after
4763 that---@file{/mnt/cross/foo.c}.
4764
4765 Note that the executable search path is @emph{not} used to locate the
4766 source files.  Neither is the current working directory, unless it
4767 happens to be in the source path.
4768
4769 Whenever you reset or rearrange the source path, @value{GDBN} clears out
4770 any information it has cached about where source files are found and where
4771 each line is in the file.
4772
4773 @kindex directory
4774 @kindex dir
4775 When you start @value{GDBN}, its source path includes only @samp{cdir}
4776 and @samp{cwd}, in that order.
4777 To add other directories, use the @code{directory} command.
4778
4779 @table @code
4780 @item directory @var{dirname} @dots{}
4781 @item dir @var{dirname} @dots{}
4782 Add directory @var{dirname} to the front of the source path.  Several
4783 directory names may be given to this command, separated by @samp{:}
4784 (@samp{;} on MS-DOS and MS-Windows, where @samp{:} usually appears as
4785 part of absolute file names) or
4786 whitespace.  You may specify a directory that is already in the source
4787 path; this moves it forward, so @value{GDBN} searches it sooner.
4788
4789 @kindex cdir
4790 @kindex cwd
4791 @vindex $cdir@r{, convenience variable}
4792 @vindex $cwdr@r{, convenience variable}
4793 @cindex compilation directory
4794 @cindex current directory
4795 @cindex working directory
4796 @cindex directory, current
4797 @cindex directory, compilation
4798 You can use the string @samp{$cdir} to refer to the compilation
4799 directory (if one is recorded), and @samp{$cwd} to refer to the current
4800 working directory.  @samp{$cwd} is not the same as @samp{.}---the former
4801 tracks the current working directory as it changes during your @value{GDBN}
4802 session, while the latter is immediately expanded to the current
4803 directory at the time you add an entry to the source path.
4804
4805 @item directory
4806 Reset the source path to empty again.  This requires confirmation.
4807
4808 @c RET-repeat for @code{directory} is explicitly disabled, but since
4809 @c repeating it would be a no-op we do not say that.  (thanks to RMS)
4810
4811 @item show directories
4812 @kindex show directories
4813 Print the source path: show which directories it contains.
4814 @end table
4815
4816 If your source path is cluttered with directories that are no longer of
4817 interest, @value{GDBN} may sometimes cause confusion by finding the wrong
4818 versions of source.  You can correct the situation as follows:
4819
4820 @enumerate
4821 @item
4822 Use @code{directory} with no argument to reset the source path to empty.
4823
4824 @item
4825 Use @code{directory} with suitable arguments to reinstall the
4826 directories you want in the source path.  You can add all the
4827 directories in one command.
4828 @end enumerate
4829
4830 @node Machine Code
4831 @section Source and machine code
4832 @cindex source line and its code address
4833
4834 You can use the command @code{info line} to map source lines to program
4835 addresses (and vice versa), and the command @code{disassemble} to display
4836 a range of addresses as machine instructions.  When run under @sc{gnu} Emacs
4837 mode, the @code{info line} command causes the arrow to point to the
4838 line specified.  Also, @code{info line} prints addresses in symbolic form as
4839 well as hex.
4840
4841 @table @code
4842 @kindex info line
4843 @item info line @var{linespec}
4844 Print the starting and ending addresses of the compiled code for
4845 source line @var{linespec}.  You can specify source lines in any of
4846 the ways understood by the @code{list} command (@pxref{List, ,Printing
4847 source lines}).
4848 @end table
4849
4850 For example, we can use @code{info line} to discover the location of
4851 the object code for the first line of function
4852 @code{m4_changequote}:
4853
4854 @c FIXME: I think this example should also show the addresses in
4855 @c symbolic form, as they usually would be displayed.
4856 @smallexample
4857 (@value{GDBP}) info line m4_changequote
4858 Line 895 of "builtin.c" starts at pc 0x634c and ends at 0x6350.
4859 @end smallexample
4860
4861 @noindent
4862 @cindex code address and its source line
4863 We can also inquire (using @code{*@var{addr}} as the form for
4864 @var{linespec}) what source line covers a particular address:
4865 @smallexample
4866 (@value{GDBP}) info line *0x63ff
4867 Line 926 of "builtin.c" starts at pc 0x63e4 and ends at 0x6404.
4868 @end smallexample
4869
4870 @cindex @code{$_} and @code{info line}
4871 @cindex @code{x} command, default address
4872 @kindex x@r{(examine), and} info line
4873 After @code{info line}, the default address for the @code{x} command
4874 is changed to the starting address of the line, so that @samp{x/i} is
4875 sufficient to begin examining the machine code (@pxref{Memory,
4876 ,Examining memory}).  Also, this address is saved as the value of the
4877 convenience variable @code{$_} (@pxref{Convenience Vars, ,Convenience
4878 variables}).
4879
4880 @table @code
4881 @kindex disassemble
4882 @cindex assembly instructions
4883 @cindex instructions, assembly
4884 @cindex machine instructions
4885 @cindex listing machine instructions
4886 @item disassemble
4887 This specialized command dumps a range of memory as machine
4888 instructions.  The default memory range is the function surrounding the
4889 program counter of the selected frame.  A single argument to this
4890 command is a program counter value; @value{GDBN} dumps the function
4891 surrounding this value.  Two arguments specify a range of addresses
4892 (first inclusive, second exclusive) to dump.
4893 @end table
4894
4895 The following example shows the disassembly of a range of addresses of
4896 HP PA-RISC 2.0 code:
4897
4898 @smallexample
4899 (@value{GDBP}) disas 0x32c4 0x32e4
4900 Dump of assembler code from 0x32c4 to 0x32e4:
4901 0x32c4 <main+204>:      addil 0,dp
4902 0x32c8 <main+208>:      ldw 0x22c(sr0,r1),r26
4903 0x32cc <main+212>:      ldil 0x3000,r31
4904 0x32d0 <main+216>:      ble 0x3f8(sr4,r31)
4905 0x32d4 <main+220>:      ldo 0(r31),rp
4906 0x32d8 <main+224>:      addil -0x800,dp
4907 0x32dc <main+228>:      ldo 0x588(r1),r26
4908 0x32e0 <main+232>:      ldil 0x3000,r31
4909 End of assembler dump.
4910 @end smallexample
4911
4912 Some architectures have more than one commonly-used set of instruction
4913 mnemonics or other syntax.
4914
4915 @table @code
4916 @kindex set disassembly-flavor
4917 @cindex Intel disassembly flavor
4918 @cindex AT&T disassembly flavor
4919 @item set disassembly-flavor @var{instruction-set}
4920 Select the instruction set to use when disassembling the
4921 program via the @code{disassemble} or @code{x/i} commands.
4922
4923 Currently this command is only defined for the Intel x86 family.  You
4924 can set @var{instruction-set} to either @code{intel} or @code{att}.
4925 The default is @code{att}, the AT&T flavor used by default by Unix
4926 assemblers for x86-based targets.
4927
4928 @kindex show disassembly-flavor
4929 @item show disassembly-flavor
4930 Show the current setting of the disassembly flavor.
4931 @end table
4932
4933
4934 @node Data
4935 @chapter Examining Data
4936
4937 @cindex printing data
4938 @cindex examining data
4939 @kindex print
4940 @kindex inspect
4941 @c "inspect" is not quite a synonym if you are using Epoch, which we do not
4942 @c document because it is nonstandard...  Under Epoch it displays in a
4943 @c different window or something like that.
4944 The usual way to examine data in your program is with the @code{print}
4945 command (abbreviated @code{p}), or its synonym @code{inspect}.  It
4946 evaluates and prints the value of an expression of the language your
4947 program is written in (@pxref{Languages, ,Using @value{GDBN} with
4948 Different Languages}).
4949
4950 @table @code
4951 @item print @var{expr}
4952 @itemx print /@var{f} @var{expr}
4953 @var{expr} is an expression (in the source language).  By default the
4954 value of @var{expr} is printed in a format appropriate to its data type;
4955 you can choose a different format by specifying @samp{/@var{f}}, where
4956 @var{f} is a letter specifying the format; see @ref{Output Formats,,Output
4957 formats}.
4958
4959 @item print
4960 @itemx print /@var{f}
4961 @cindex reprint the last value
4962 If you omit @var{expr}, @value{GDBN} displays the last value again (from the
4963 @dfn{value history}; @pxref{Value History, ,Value history}).  This allows you to
4964 conveniently inspect the same value in an alternative format.
4965 @end table
4966
4967 A more low-level way of examining data is with the @code{x} command.
4968 It examines data in memory at a specified address and prints it in a
4969 specified format.  @xref{Memory, ,Examining memory}.
4970
4971 If you are interested in information about types, or about how the
4972 fields of a struct or a class are declared, use the @code{ptype @var{exp}}
4973 command rather than @code{print}.  @xref{Symbols, ,Examining the Symbol
4974 Table}.
4975
4976 @menu
4977 * Expressions::                 Expressions
4978 * Variables::                   Program variables
4979 * Arrays::                      Artificial arrays
4980 * Output Formats::              Output formats
4981 * Memory::                      Examining memory
4982 * Auto Display::                Automatic display
4983 * Print Settings::              Print settings
4984 * Value History::               Value history
4985 * Convenience Vars::            Convenience variables
4986 * Registers::                   Registers
4987 * Floating Point Hardware::     Floating point hardware
4988 * Vector Unit::                 Vector Unit
4989 * OS Information::              Auxiliary data provided by operating system
4990 * Memory Region Attributes::    Memory region attributes
4991 * Dump/Restore Files::          Copy between memory and a file
4992 * Core File Generation::        Cause a program dump its core
4993 * Character Sets::              Debugging programs that use a different
4994                                 character set than GDB does
4995 * Caching Remote Data::         Data caching for remote targets
4996 @end menu
4997
4998 @node Expressions
4999 @section Expressions
5000
5001 @cindex expressions
5002 @code{print} and many other @value{GDBN} commands accept an expression and
5003 compute its value.  Any kind of constant, variable or operator defined
5004 by the programming language you are using is valid in an expression in
5005 @value{GDBN}.  This includes conditional expressions, function calls,
5006 casts, and string constants.  It also includes preprocessor macros, if
5007 you compiled your program to include this information; see
5008 @ref{Compilation}.
5009
5010 @cindex arrays in expressions
5011 @value{GDBN} supports array constants in expressions input by
5012 the user.  The syntax is @{@var{element}, @var{element}@dots{}@}.  For example,
5013 you can use the command @code{print @{1, 2, 3@}} to build up an array in
5014 memory that is @code{malloc}ed in the target program.
5015
5016 Because C is so widespread, most of the expressions shown in examples in
5017 this manual are in C.  @xref{Languages, , Using @value{GDBN} with Different
5018 Languages}, for information on how to use expressions in other
5019 languages.
5020
5021 In this section, we discuss operators that you can use in @value{GDBN}
5022 expressions regardless of your programming language.
5023
5024 @cindex casts, in expressions
5025 Casts are supported in all languages, not just in C, because it is so
5026 useful to cast a number into a pointer in order to examine a structure
5027 at that address in memory.
5028 @c FIXME: casts supported---Mod2 true?
5029
5030 @value{GDBN} supports these operators, in addition to those common
5031 to programming languages:
5032
5033 @table @code
5034 @item @@
5035 @samp{@@} is a binary operator for treating parts of memory as arrays.
5036 @xref{Arrays, ,Artificial arrays}, for more information.
5037
5038 @item ::
5039 @samp{::} allows you to specify a variable in terms of the file or
5040 function where it is defined.  @xref{Variables, ,Program variables}.
5041
5042 @cindex @{@var{type}@}
5043 @cindex type casting memory
5044 @cindex memory, viewing as typed object
5045 @cindex casts, to view memory
5046 @item @{@var{type}@} @var{addr}
5047 Refers to an object of type @var{type} stored at address @var{addr} in
5048 memory.  @var{addr} may be any expression whose value is an integer or
5049 pointer (but parentheses are required around binary operators, just as in
5050 a cast).  This construct is allowed regardless of what kind of data is
5051 normally supposed to reside at @var{addr}.
5052 @end table
5053
5054 @node Variables
5055 @section Program variables
5056
5057 The most common kind of expression to use is the name of a variable
5058 in your program.
5059
5060 Variables in expressions are understood in the selected stack frame
5061 (@pxref{Selection, ,Selecting a frame}); they must be either:
5062
5063 @itemize @bullet
5064 @item
5065 global (or file-static)
5066 @end itemize
5067
5068 @noindent or
5069
5070 @itemize @bullet
5071 @item
5072 visible according to the scope rules of the
5073 programming language from the point of execution in that frame
5074 @end itemize
5075
5076 @noindent This means that in the function
5077
5078 @smallexample
5079 foo (a)
5080      int a;
5081 @{
5082   bar (a);
5083   @{
5084     int b = test ();
5085     bar (b);
5086   @}
5087 @}
5088 @end smallexample
5089
5090 @noindent
5091 you can examine and use the variable @code{a} whenever your program is
5092 executing within the function @code{foo}, but you can only use or
5093 examine the variable @code{b} while your program is executing inside
5094 the block where @code{b} is declared.
5095
5096 @cindex variable name conflict
5097 There is an exception: you can refer to a variable or function whose
5098 scope is a single source file even if the current execution point is not
5099 in this file.  But it is possible to have more than one such variable or
5100 function with the same name (in different source files).  If that
5101 happens, referring to that name has unpredictable effects.  If you wish,
5102 you can specify a static variable in a particular function or file,
5103 using the colon-colon (@code{::}) notation:
5104
5105 @cindex colon-colon, context for variables/functions
5106 @iftex
5107 @c info cannot cope with a :: index entry, but why deprive hard copy readers?
5108 @cindex @code{::}, context for variables/functions
5109 @end iftex
5110 @smallexample
5111 @var{file}::@var{variable}
5112 @var{function}::@var{variable}
5113 @end smallexample
5114
5115 @noindent
5116 Here @var{file} or @var{function} is the name of the context for the
5117 static @var{variable}.  In the case of file names, you can use quotes to
5118 make sure @value{GDBN} parses the file name as a single word---for example,
5119 to print a global value of @code{x} defined in @file{f2.c}:
5120
5121 @smallexample
5122 (@value{GDBP}) p 'f2.c'::x
5123 @end smallexample
5124
5125 @cindex C@t{++} scope resolution
5126 This use of @samp{::} is very rarely in conflict with the very similar
5127 use of the same notation in C@t{++}.  @value{GDBN} also supports use of the C@t{++}
5128 scope resolution operator in @value{GDBN} expressions.
5129 @c FIXME: Um, so what happens in one of those rare cases where it's in
5130 @c conflict??  --mew
5131
5132 @cindex wrong values
5133 @cindex variable values, wrong
5134 @cindex function entry/exit, wrong values of variables
5135 @cindex optimized code, wrong values of variables
5136 @quotation
5137 @emph{Warning:} Occasionally, a local variable may appear to have the
5138 wrong value at certain points in a function---just after entry to a new
5139 scope, and just before exit.
5140 @end quotation
5141 You may see this problem when you are stepping by machine instructions.
5142 This is because, on most machines, it takes more than one instruction to
5143 set up a stack frame (including local variable definitions); if you are
5144 stepping by machine instructions, variables may appear to have the wrong
5145 values until the stack frame is completely built.  On exit, it usually
5146 also takes more than one machine instruction to destroy a stack frame;
5147 after you begin stepping through that group of instructions, local
5148 variable definitions may be gone.
5149
5150 This may also happen when the compiler does significant optimizations.
5151 To be sure of always seeing accurate values, turn off all optimization
5152 when compiling.
5153
5154 @cindex ``No symbol "foo" in current context''
5155 Another possible effect of compiler optimizations is to optimize
5156 unused variables out of existence, or assign variables to registers (as
5157 opposed to memory addresses).  Depending on the support for such cases
5158 offered by the debug info format used by the compiler, @value{GDBN}
5159 might not be able to display values for such local variables.  If that
5160 happens, @value{GDBN} will print a message like this:
5161
5162 @smallexample
5163 No symbol "foo" in current context.
5164 @end smallexample
5165
5166 To solve such problems, either recompile without optimizations, or use a
5167 different debug info format, if the compiler supports several such
5168 formats.  For example, @value{NGCC}, the @sc{gnu} C/C@t{++} compiler,
5169 usually supports the @option{-gstabs+} option.  @option{-gstabs+}
5170 produces debug info in a format that is superior to formats such as
5171 COFF.  You may be able to use DWARF 2 (@option{-gdwarf-2}), which is also
5172 an effective form for debug info.  @xref{Debugging Options,,Options
5173 for Debugging Your Program or @sc{gnu} CC, gcc.info, Using @sc{gnu} CC}.
5174 @xref{C, , Debugging C++}, for more info about debug info formats
5175 that are best suited to C@t{++} programs.
5176
5177 @node Arrays
5178 @section Artificial arrays
5179
5180 @cindex artificial array
5181 @cindex arrays
5182 @kindex @@@r{, referencing memory as an array}
5183 It is often useful to print out several successive objects of the
5184 same type in memory; a section of an array, or an array of
5185 dynamically determined size for which only a pointer exists in the
5186 program.
5187
5188 You can do this by referring to a contiguous span of memory as an
5189 @dfn{artificial array}, using the binary operator @samp{@@}.  The left
5190 operand of @samp{@@} should be the first element of the desired array
5191 and be an individual object.  The right operand should be the desired length
5192 of the array.  The result is an array value whose elements are all of
5193 the type of the left argument.  The first element is actually the left
5194 argument; the second element comes from bytes of memory immediately
5195 following those that hold the first element, and so on.  Here is an
5196 example.  If a program says
5197
5198 @smallexample
5199 int *array = (int *) malloc (len * sizeof (int));
5200 @end smallexample
5201
5202 @noindent
5203 you can print the contents of @code{array} with
5204
5205 @smallexample
5206 p *array@@len
5207 @end smallexample
5208
5209 The left operand of @samp{@@} must reside in memory.  Array values made
5210 with @samp{@@} in this way behave just like other arrays in terms of
5211 subscripting, and are coerced to pointers when used in expressions.
5212 Artificial arrays most often appear in expressions via the value history
5213 (@pxref{Value History, ,Value history}), after printing one out.
5214
5215 Another way to create an artificial array is to use a cast.
5216 This re-interprets a value as if it were an array.
5217 The value need not be in memory:
5218 @smallexample
5219 (@value{GDBP}) p/x (short[2])0x12345678
5220 $1 = @{0x1234, 0x5678@}
5221 @end smallexample
5222
5223 As a convenience, if you leave the array length out (as in
5224 @samp{(@var{type}[])@var{value}}) @value{GDBN} calculates the size to fill
5225 the value (as @samp{sizeof(@var{value})/sizeof(@var{type})}:
5226 @smallexample
5227 (@value{GDBP}) p/x (short[])0x12345678
5228 $2 = @{0x1234, 0x5678@}
5229 @end smallexample
5230
5231 Sometimes the artificial array mechanism is not quite enough; in
5232 moderately complex data structures, the elements of interest may not
5233 actually be adjacent---for example, if you are interested in the values
5234 of pointers in an array.  One useful work-around in this situation is
5235 to use a convenience variable (@pxref{Convenience Vars, ,Convenience
5236 variables}) as a counter in an expression that prints the first
5237 interesting value, and then repeat that expression via @key{RET}.  For
5238 instance, suppose you have an array @code{dtab} of pointers to
5239 structures, and you are interested in the values of a field @code{fv}
5240 in each structure.  Here is an example of what you might type:
5241
5242 @smallexample
5243 set $i = 0
5244 p dtab[$i++]->fv
5245 @key{RET}
5246 @key{RET}
5247 @dots{}
5248 @end smallexample
5249
5250 @node Output Formats
5251 @section Output formats
5252
5253 @cindex formatted output
5254 @cindex output formats
5255 By default, @value{GDBN} prints a value according to its data type.  Sometimes
5256 this is not what you want.  For example, you might want to print a number
5257 in hex, or a pointer in decimal.  Or you might want to view data in memory
5258 at a certain address as a character string or as an instruction.  To do
5259 these things, specify an @dfn{output format} when you print a value.
5260
5261 The simplest use of output formats is to say how to print a value
5262 already computed.  This is done by starting the arguments of the
5263 @code{print} command with a slash and a format letter.  The format
5264 letters supported are:
5265
5266 @table @code
5267 @item x
5268 Regard the bits of the value as an integer, and print the integer in
5269 hexadecimal.
5270
5271 @item d
5272 Print as integer in signed decimal.
5273
5274 @item u
5275 Print as integer in unsigned decimal.
5276
5277 @item o
5278 Print as integer in octal.
5279
5280 @item t
5281 Print as integer in binary.  The letter @samp{t} stands for ``two''.
5282 @footnote{@samp{b} cannot be used because these format letters are also
5283 used with the @code{x} command, where @samp{b} stands for ``byte'';
5284 see @ref{Memory,,Examining memory}.}
5285
5286 @item a
5287 @cindex unknown address, locating
5288 @cindex locate address
5289 Print as an address, both absolute in hexadecimal and as an offset from
5290 the nearest preceding symbol.  You can use this format used to discover
5291 where (in what function) an unknown address is located:
5292
5293 @smallexample
5294 (@value{GDBP}) p/a 0x54320
5295 $3 = 0x54320 <_initialize_vx+396>
5296 @end smallexample
5297
5298 @noindent
5299 The command @code{info symbol 0x54320} yields similar results.
5300 @xref{Symbols, info symbol}.
5301
5302 @item c
5303 Regard as an integer and print it as a character constant.
5304
5305 @item f
5306 Regard the bits of the value as a floating point number and print
5307 using typical floating point syntax.
5308 @end table
5309
5310 For example, to print the program counter in hex (@pxref{Registers}), type
5311
5312 @smallexample
5313 p/x $pc
5314 @end smallexample
5315
5316 @noindent
5317 Note that no space is required before the slash; this is because command
5318 names in @value{GDBN} cannot contain a slash.
5319
5320 To reprint the last value in the value history with a different format,
5321 you can use the @code{print} command with just a format and no
5322 expression.  For example, @samp{p/x} reprints the last value in hex.
5323
5324 @node Memory
5325 @section Examining memory
5326
5327 You can use the command @code{x} (for ``examine'') to examine memory in
5328 any of several formats, independently of your program's data types.
5329
5330 @cindex examining memory
5331 @table @code
5332 @kindex x @r{(examine memory)}
5333 @item x/@var{nfu} @var{addr}
5334 @itemx x @var{addr}
5335 @itemx x
5336 Use the @code{x} command to examine memory.
5337 @end table
5338
5339 @var{n}, @var{f}, and @var{u} are all optional parameters that specify how
5340 much memory to display and how to format it; @var{addr} is an
5341 expression giving the address where you want to start displaying memory.
5342 If you use defaults for @var{nfu}, you need not type the slash @samp{/}.
5343 Several commands set convenient defaults for @var{addr}.
5344
5345 @table @r
5346 @item @var{n}, the repeat count
5347 The repeat count is a decimal integer; the default is 1.  It specifies
5348 how much memory (counting by units @var{u}) to display.
5349 @c This really is **decimal**; unaffected by 'set radix' as of GDB
5350 @c 4.1.2.
5351
5352 @item @var{f}, the display format
5353 The display format is one of the formats used by @code{print},
5354 @samp{s} (null-terminated string), or @samp{i} (machine instruction).
5355 The default is @samp{x} (hexadecimal) initially.
5356 The default changes each time you use either @code{x} or @code{print}.
5357
5358 @item @var{u}, the unit size
5359 The unit size is any of
5360
5361 @table @code
5362 @item b
5363 Bytes.
5364 @item h
5365 Halfwords (two bytes).
5366 @item w
5367 Words (four bytes).  This is the initial default.
5368 @item g
5369 Giant words (eight bytes).
5370 @end table
5371
5372 Each time you specify a unit size with @code{x}, that size becomes the
5373 default unit the next time you use @code{x}.  (For the @samp{s} and
5374 @samp{i} formats, the unit size is ignored and is normally not written.)
5375
5376 @item @var{addr}, starting display address
5377 @var{addr} is the address where you want @value{GDBN} to begin displaying
5378 memory.  The expression need not have a pointer value (though it may);
5379 it is always interpreted as an integer address of a byte of memory.
5380 @xref{Expressions, ,Expressions}, for more information on expressions.  The default for
5381 @var{addr} is usually just after the last address examined---but several
5382 other commands also set the default address: @code{info breakpoints} (to
5383 the address of the last breakpoint listed), @code{info line} (to the
5384 starting address of a line), and @code{print} (if you use it to display
5385 a value from memory).
5386 @end table
5387
5388 For example, @samp{x/3uh 0x54320} is a request to display three halfwords
5389 (@code{h}) of memory, formatted as unsigned decimal integers (@samp{u}),
5390 starting at address @code{0x54320}.  @samp{x/4xw $sp} prints the four
5391 words (@samp{w}) of memory above the stack pointer (here, @samp{$sp};
5392 @pxref{Registers, ,Registers}) in hexadecimal (@samp{x}).
5393
5394 Since the letters indicating unit sizes are all distinct from the
5395 letters specifying output formats, you do not have to remember whether
5396 unit size or format comes first; either order works.  The output
5397 specifications @samp{4xw} and @samp{4wx} mean exactly the same thing.
5398 (However, the count @var{n} must come first; @samp{wx4} does not work.)
5399
5400 Even though the unit size @var{u} is ignored for the formats @samp{s}
5401 and @samp{i}, you might still want to use a count @var{n}; for example,
5402 @samp{3i} specifies that you want to see three machine instructions,
5403 including any operands.  The command @code{disassemble} gives an
5404 alternative way of inspecting machine instructions; see @ref{Machine
5405 Code,,Source and machine code}.
5406
5407 All the defaults for the arguments to @code{x} are designed to make it
5408 easy to continue scanning memory with minimal specifications each time
5409 you use @code{x}.  For example, after you have inspected three machine
5410 instructions with @samp{x/3i @var{addr}}, you can inspect the next seven
5411 with just @samp{x/7}.  If you use @key{RET} to repeat the @code{x} command,
5412 the repeat count @var{n} is used again; the other arguments default as
5413 for successive uses of @code{x}.
5414
5415 @cindex @code{$_}, @code{$__}, and value history
5416 The addresses and contents printed by the @code{x} command are not saved
5417 in the value history because there is often too much of them and they
5418 would get in the way.  Instead, @value{GDBN} makes these values available for
5419 subsequent use in expressions as values of the convenience variables
5420 @code{$_} and @code{$__}.  After an @code{x} command, the last address
5421 examined is available for use in expressions in the convenience variable
5422 @code{$_}.  The contents of that address, as examined, are available in
5423 the convenience variable @code{$__}.
5424
5425 If the @code{x} command has a repeat count, the address and contents saved
5426 are from the last memory unit printed; this is not the same as the last
5427 address printed if several units were printed on the last line of output.
5428
5429 @cindex remote memory comparison
5430 @cindex verify remote memory image
5431 When you are debugging a program running on a remote target machine
5432 (@pxref{Remote}), you may wish to verify the program's image in the
5433 remote machine's memory against the executable file you downloaded to
5434 the target.  The @code{compare-sections} command is provided for such
5435 situations.
5436
5437 @table @code
5438 @kindex compare-sections
5439 @item compare-sections @r{[}@var{section-name}@r{]}
5440 Compare the data of a loadable section @var{section-name} in the
5441 executable file of the program being debugged with the same section in
5442 the remote machine's memory, and report any mismatches.  With no
5443 arguments, compares all loadable sections.  This command's
5444 availability depends on the target's support for the @code{"qCRC"}
5445 remote request.
5446 @end table
5447
5448 @node Auto Display
5449 @section Automatic display
5450 @cindex automatic display
5451 @cindex display of expressions
5452
5453 If you find that you want to print the value of an expression frequently
5454 (to see how it changes), you might want to add it to the @dfn{automatic
5455 display list} so that @value{GDBN} prints its value each time your program stops.
5456 Each expression added to the list is given a number to identify it;
5457 to remove an expression from the list, you specify that number.
5458 The automatic display looks like this:
5459
5460 @smallexample
5461 2: foo = 38
5462 3: bar[5] = (struct hack *) 0x3804
5463 @end smallexample
5464
5465 @noindent
5466 This display shows item numbers, expressions and their current values.  As with
5467 displays you request manually using @code{x} or @code{print}, you can
5468 specify the output format you prefer; in fact, @code{display} decides
5469 whether to use @code{print} or @code{x} depending on how elaborate your
5470 format specification is---it uses @code{x} if you specify a unit size,
5471 or one of the two formats (@samp{i} and @samp{s}) that are only
5472 supported by @code{x}; otherwise it uses @code{print}.
5473
5474 @table @code
5475 @kindex display
5476 @item display @var{expr}
5477 Add the expression @var{expr} to the list of expressions to display
5478 each time your program stops.  @xref{Expressions, ,Expressions}.
5479
5480 @code{display} does not repeat if you press @key{RET} again after using it.
5481
5482 @item display/@var{fmt} @var{expr}
5483 For @var{fmt} specifying only a display format and not a size or
5484 count, add the expression @var{expr} to the auto-display list but
5485 arrange to display it each time in the specified format @var{fmt}.
5486 @xref{Output Formats,,Output formats}.
5487
5488 @item display/@var{fmt} @var{addr}
5489 For @var{fmt} @samp{i} or @samp{s}, or including a unit-size or a
5490 number of units, add the expression @var{addr} as a memory address to
5491 be examined each time your program stops.  Examining means in effect
5492 doing @samp{x/@var{fmt} @var{addr}}.  @xref{Memory, ,Examining memory}.
5493 @end table
5494
5495 For example, @samp{display/i $pc} can be helpful, to see the machine
5496 instruction about to be executed each time execution stops (@samp{$pc}
5497 is a common name for the program counter; @pxref{Registers, ,Registers}).
5498
5499 @table @code
5500 @kindex delete display
5501 @kindex undisplay
5502 @item undisplay @var{dnums}@dots{}
5503 @itemx delete display @var{dnums}@dots{}
5504 Remove item numbers @var{dnums} from the list of expressions to display.
5505
5506 @code{undisplay} does not repeat if you press @key{RET} after using it.
5507 (Otherwise you would just get the error @samp{No display number @dots{}}.)
5508
5509 @kindex disable display
5510 @item disable display @var{dnums}@dots{}
5511 Disable the display of item numbers @var{dnums}.  A disabled display
5512 item is not printed automatically, but is not forgotten.  It may be
5513 enabled again later.
5514
5515 @kindex enable display
5516 @item enable display @var{dnums}@dots{}
5517 Enable display of item numbers @var{dnums}.  It becomes effective once
5518 again in auto display of its expression, until you specify otherwise.
5519
5520 @item display
5521 Display the current values of the expressions on the list, just as is
5522 done when your program stops.
5523
5524 @kindex info display
5525 @item info display
5526 Print the list of expressions previously set up to display
5527 automatically, each one with its item number, but without showing the
5528 values.  This includes disabled expressions, which are marked as such.
5529 It also includes expressions which would not be displayed right now
5530 because they refer to automatic variables not currently available.
5531 @end table
5532
5533 @cindex display disabled out of scope
5534 If a display expression refers to local variables, then it does not make
5535 sense outside the lexical context for which it was set up.  Such an
5536 expression is disabled when execution enters a context where one of its
5537 variables is not defined.  For example, if you give the command
5538 @code{display last_char} while inside a function with an argument
5539 @code{last_char}, @value{GDBN} displays this argument while your program
5540 continues to stop inside that function.  When it stops elsewhere---where
5541 there is no variable @code{last_char}---the display is disabled
5542 automatically.  The next time your program stops where @code{last_char}
5543 is meaningful, you can enable the display expression once again.
5544
5545 @node Print Settings
5546 @section Print settings
5547
5548 @cindex format options
5549 @cindex print settings
5550 @value{GDBN} provides the following ways to control how arrays, structures,
5551 and symbols are printed.
5552
5553 @noindent
5554 These settings are useful for debugging programs in any language:
5555
5556 @table @code
5557 @kindex set print
5558 @item set print address
5559 @itemx set print address on
5560 @cindex print/don't print memory addresses
5561 @value{GDBN} prints memory addresses showing the location of stack
5562 traces, structure values, pointer values, breakpoints, and so forth,
5563 even when it also displays the contents of those addresses.  The default
5564 is @code{on}.  For example, this is what a stack frame display looks like with
5565 @code{set print address on}:
5566
5567 @smallexample
5568 @group
5569 (@value{GDBP}) f
5570 #0  set_quotes (lq=0x34c78 "<<", rq=0x34c88 ">>")
5571     at input.c:530
5572 530         if (lquote != def_lquote)
5573 @end group
5574 @end smallexample
5575
5576 @item set print address off
5577 Do not print addresses when displaying their contents.  For example,
5578 this is the same stack frame displayed with @code{set print address off}:
5579
5580 @smallexample
5581 @group
5582 (@value{GDBP}) set print addr off
5583 (@value{GDBP}) f
5584 #0  set_quotes (lq="<<", rq=">>") at input.c:530
5585 530         if (lquote != def_lquote)
5586 @end group
5587 @end smallexample
5588
5589 You can use @samp{set print address off} to eliminate all machine
5590 dependent displays from the @value{GDBN} interface.  For example, with
5591 @code{print address off}, you should get the same text for backtraces on
5592 all machines---whether or not they involve pointer arguments.
5593
5594 @kindex show print
5595 @item show print address
5596 Show whether or not addresses are to be printed.
5597 @end table
5598
5599 When @value{GDBN} prints a symbolic address, it normally prints the
5600 closest earlier symbol plus an offset.  If that symbol does not uniquely
5601 identify the address (for example, it is a name whose scope is a single
5602 source file), you may need to clarify.  One way to do this is with
5603 @code{info line}, for example @samp{info line *0x4537}.  Alternately,
5604 you can set @value{GDBN} to print the source file and line number when
5605 it prints a symbolic address:
5606
5607 @table @code
5608 @item set print symbol-filename on
5609 @cindex source file and line of a symbol
5610 @cindex symbol, source file and line
5611 Tell @value{GDBN} to print the source file name and line number of a
5612 symbol in the symbolic form of an address.
5613
5614 @item set print symbol-filename off
5615 Do not print source file name and line number of a symbol.  This is the
5616 default.
5617
5618 @item show print symbol-filename
5619 Show whether or not @value{GDBN} will print the source file name and
5620 line number of a symbol in the symbolic form of an address.
5621 @end table
5622
5623 Another situation where it is helpful to show symbol filenames and line
5624 numbers is when disassembling code; @value{GDBN} shows you the line
5625 number and source file that corresponds to each instruction.
5626
5627 Also, you may wish to see the symbolic form only if the address being
5628 printed is reasonably close to the closest earlier symbol:
5629
5630 @table @code
5631 @item set print max-symbolic-offset @var{max-offset}
5632 @cindex maximum value for offset of closest symbol
5633 Tell @value{GDBN} to only display the symbolic form of an address if the
5634 offset between the closest earlier symbol and the address is less than
5635 @var{max-offset}.  The default is 0, which tells @value{GDBN}
5636 to always print the symbolic form of an address if any symbol precedes it.
5637
5638 @item show print max-symbolic-offset
5639 Ask how large the maximum offset is that @value{GDBN} prints in a
5640 symbolic address.
5641 @end table
5642
5643 @cindex wild pointer, interpreting
5644 @cindex pointer, finding referent
5645 If you have a pointer and you are not sure where it points, try
5646 @samp{set print symbol-filename on}.  Then you can determine the name
5647 and source file location of the variable where it points, using
5648 @samp{p/a @var{pointer}}.  This interprets the address in symbolic form.
5649 For example, here @value{GDBN} shows that a variable @code{ptt} points
5650 at another variable @code{t}, defined in @file{hi2.c}:
5651
5652 @smallexample
5653 (@value{GDBP}) set print symbol-filename on
5654 (@value{GDBP}) p/a ptt
5655 $4 = 0xe008 <t in hi2.c>
5656 @end smallexample
5657
5658 @quotation
5659 @emph{Warning:} For pointers that point to a local variable, @samp{p/a}
5660 does not show the symbol name and filename of the referent, even with
5661 the appropriate @code{set print} options turned on.
5662 @end quotation
5663
5664 Other settings control how different kinds of objects are printed:
5665
5666 @table @code
5667 @item set print array
5668 @itemx set print array on
5669 @cindex pretty print arrays
5670 Pretty print arrays.  This format is more convenient to read,
5671 but uses more space.  The default is off.
5672
5673 @item set print array off
5674 Return to compressed format for arrays.
5675
5676 @item show print array
5677 Show whether compressed or pretty format is selected for displaying
5678 arrays.
5679
5680 @item set print elements @var{number-of-elements}
5681 @cindex number of array elements to print
5682 @cindex limit on number of printed array elements
5683 Set a limit on how many elements of an array @value{GDBN} will print.
5684 If @value{GDBN} is printing a large array, it stops printing after it has
5685 printed the number of elements set by the @code{set print elements} command.
5686 This limit also applies to the display of strings.
5687 When @value{GDBN} starts, this limit is set to 200.
5688 Setting  @var{number-of-elements} to zero means that the printing is unlimited.
5689
5690 @item show print elements
5691 Display the number of elements of a large array that @value{GDBN} will print.
5692 If the number is 0, then the printing is unlimited.
5693
5694 @item set print repeats
5695 @cindex repeated array elements
5696 Set the threshold for suppressing display of repeated array
5697 elelments.  When the number of consecutive identical elements of an
5698 array exceeds the threshold, @value{GDBN} prints the string
5699 @code{"<repeats @var{n} times>"}, where @var{n} is the number of
5700 identical repetitions, instead of displaying the identical elements
5701 themselves.  Setting the threshold to zero will cause all elements to
5702 be individually printed.  The default threshold is 10.
5703
5704 @item show print repeats
5705 Display the current threshold for printing repeated identical
5706 elements.
5707
5708 @item set print null-stop
5709 @cindex @sc{null} elements in arrays
5710 Cause @value{GDBN} to stop printing the characters of an array when the first
5711 @sc{null} is encountered.  This is useful when large arrays actually
5712 contain only short strings.
5713 The default is off.
5714
5715 @item show print null-stop
5716 Show whether @value{GDBN} stops printing an array on the first
5717 @sc{null} character.
5718
5719 @item set print pretty on
5720 @cindex print structures in indented form
5721 @cindex indentation in structure display
5722 Cause @value{GDBN} to print structures in an indented format with one member
5723 per line, like this:
5724
5725 @smallexample
5726 @group
5727 $1 = @{
5728   next = 0x0,
5729   flags = @{
5730     sweet = 1,
5731     sour = 1
5732   @},
5733   meat = 0x54 "Pork"
5734 @}
5735 @end group
5736 @end smallexample
5737
5738 @item set print pretty off
5739 Cause @value{GDBN} to print structures in a compact format, like this:
5740
5741 @smallexample
5742 @group
5743 $1 = @{next = 0x0, flags = @{sweet = 1, sour = 1@}, \
5744 meat = 0x54 "Pork"@}
5745 @end group
5746 @end smallexample
5747
5748 @noindent
5749 This is the default format.
5750
5751 @item show print pretty
5752 Show which format @value{GDBN} is using to print structures.
5753
5754 @item set print sevenbit-strings on
5755 @cindex eight-bit characters in strings
5756 @cindex octal escapes in strings
5757 Print using only seven-bit characters; if this option is set,
5758 @value{GDBN} displays any eight-bit characters (in strings or
5759 character values) using the notation @code{\}@var{nnn}.  This setting is
5760 best if you are working in English (@sc{ascii}) and you use the
5761 high-order bit of characters as a marker or ``meta'' bit.
5762
5763 @item set print sevenbit-strings off
5764 Print full eight-bit characters.  This allows the use of more
5765 international character sets, and is the default.
5766
5767 @item show print sevenbit-strings
5768 Show whether or not @value{GDBN} is printing only seven-bit characters.
5769
5770 @item set print union on
5771 @cindex unions in structures, printing
5772 Tell @value{GDBN} to print unions which are contained in structures
5773 and other unions.  This is the default setting.
5774
5775 @item set print union off
5776 Tell @value{GDBN} not to print unions which are contained in
5777 structures and other unions.  @value{GDBN} will print @code{"@{...@}"}
5778 instead.
5779
5780 @item show print union
5781 Ask @value{GDBN} whether or not it will print unions which are contained in
5782 structures and other unions.
5783
5784 For example, given the declarations
5785
5786 @smallexample
5787 typedef enum @{Tree, Bug@} Species;
5788 typedef enum @{Big_tree, Acorn, Seedling@} Tree_forms;
5789 typedef enum @{Caterpillar, Cocoon, Butterfly@}
5790               Bug_forms;
5791
5792 struct thing @{
5793   Species it;
5794   union @{
5795     Tree_forms tree;
5796     Bug_forms bug;
5797   @} form;
5798 @};
5799
5800 struct thing foo = @{Tree, @{Acorn@}@};
5801 @end smallexample
5802
5803 @noindent
5804 with @code{set print union on} in effect @samp{p foo} would print
5805
5806 @smallexample
5807 $1 = @{it = Tree, form = @{tree = Acorn, bug = Cocoon@}@}
5808 @end smallexample
5809
5810 @noindent
5811 and with @code{set print union off} in effect it would print
5812
5813 @smallexample
5814 $1 = @{it = Tree, form = @{...@}@}
5815 @end smallexample
5816
5817 @noindent
5818 @code{set print union} affects programs written in C-like languages
5819 and in Pascal.
5820 @end table
5821
5822 @need 1000
5823 @noindent
5824 These settings are of interest when debugging C@t{++} programs:
5825
5826 @table @code
5827 @cindex demangling C@t{++} names
5828 @item set print demangle
5829 @itemx set print demangle on
5830 Print C@t{++} names in their source form rather than in the encoded
5831 (``mangled'') form passed to the assembler and linker for type-safe
5832 linkage.  The default is on.
5833
5834 @item show print demangle
5835 Show whether C@t{++} names are printed in mangled or demangled form.
5836
5837 @item set print asm-demangle
5838 @itemx set print asm-demangle on
5839 Print C@t{++} names in their source form rather than their mangled form, even
5840 in assembler code printouts such as instruction disassemblies.
5841 The default is off.
5842
5843 @item show print asm-demangle
5844 Show whether C@t{++} names in assembly listings are printed in mangled
5845 or demangled form.
5846
5847 @cindex C@t{++} symbol decoding style
5848 @cindex symbol decoding style, C@t{++}
5849 @kindex set demangle-style
5850 @item set demangle-style @var{style}
5851 Choose among several encoding schemes used by different compilers to
5852 represent C@t{++} names.  The choices for @var{style} are currently:
5853
5854 @table @code
5855 @item auto
5856 Allow @value{GDBN} to choose a decoding style by inspecting your program.
5857
5858 @item gnu
5859 Decode based on the @sc{gnu} C@t{++} compiler (@code{g++}) encoding algorithm.
5860 This is the default.
5861
5862 @item hp
5863 Decode based on the HP ANSI C@t{++} (@code{aCC}) encoding algorithm.
5864
5865 @item lucid
5866 Decode based on the Lucid C@t{++} compiler (@code{lcc}) encoding algorithm.
5867
5868 @item arm
5869 Decode using the algorithm in the @cite{C@t{++} Annotated Reference Manual}.
5870 @strong{Warning:} this setting alone is not sufficient to allow
5871 debugging @code{cfront}-generated executables.  @value{GDBN} would
5872 require further enhancement to permit that.
5873
5874 @end table
5875 If you omit @var{style}, you will see a list of possible formats.
5876
5877 @item show demangle-style
5878 Display the encoding style currently in use for decoding C@t{++} symbols.
5879
5880 @item set print object
5881 @itemx set print object on
5882 @cindex derived type of an object, printing
5883 @cindex display derived types
5884 When displaying a pointer to an object, identify the @emph{actual}
5885 (derived) type of the object rather than the @emph{declared} type, using
5886 the virtual function table.
5887
5888 @item set print object off
5889 Display only the declared type of objects, without reference to the
5890 virtual function table.  This is the default setting.
5891
5892 @item show print object
5893 Show whether actual, or declared, object types are displayed.
5894
5895 @item set print static-members
5896 @itemx set print static-members on
5897 @cindex static members of C@t{++} objects
5898 Print static members when displaying a C@t{++} object.  The default is on.
5899
5900 @item set print static-members off
5901 Do not print static members when displaying a C@t{++} object.
5902
5903 @item show print static-members
5904 Show whether C@t{++} static members are printed or not.
5905
5906 @item set print pascal_static-members
5907 @itemx set print pascal_static-members on
5908 @cindex static members of Pacal objects
5909 @cindex Pacal objects, static members display
5910 Print static members when displaying a Pascal object.  The default is on.
5911
5912 @item set print pascal_static-members off
5913 Do not print static members when displaying a Pascal object.
5914
5915 @item show print pascal_static-members
5916 Show whether Pascal static members are printed or not.
5917
5918 @c These don't work with HP ANSI C++ yet.
5919 @item set print vtbl
5920 @itemx set print vtbl on
5921 @cindex pretty print C@t{++} virtual function tables
5922 @cindex virtual functions (C@t{++}) display
5923 @cindex VTBL display
5924 Pretty print C@t{++} virtual function tables.  The default is off.
5925 (The @code{vtbl} commands do not work on programs compiled with the HP
5926 ANSI C@t{++} compiler (@code{aCC}).)
5927
5928 @item set print vtbl off
5929 Do not pretty print C@t{++} virtual function tables.
5930
5931 @item show print vtbl
5932 Show whether C@t{++} virtual function tables are pretty printed, or not.
5933 @end table
5934
5935 @node Value History
5936 @section Value history
5937
5938 @cindex value history
5939 @cindex history of values printed by @value{GDBN}
5940 Values printed by the @code{print} command are saved in the @value{GDBN}
5941 @dfn{value history}.  This allows you to refer to them in other expressions.
5942 Values are kept until the symbol table is re-read or discarded
5943 (for example with the @code{file} or @code{symbol-file} commands).
5944 When the symbol table changes, the value history is discarded,
5945 since the values may contain pointers back to the types defined in the
5946 symbol table.
5947
5948 @cindex @code{$}
5949 @cindex @code{$$}
5950 @cindex history number
5951 The values printed are given @dfn{history numbers} by which you can
5952 refer to them.  These are successive integers starting with one.
5953 @code{print} shows you the history number assigned to a value by
5954 printing @samp{$@var{num} = } before the value; here @var{num} is the
5955 history number.
5956
5957 To refer to any previous value, use @samp{$} followed by the value's
5958 history number.  The way @code{print} labels its output is designed to
5959 remind you of this.  Just @code{$} refers to the most recent value in
5960 the history, and @code{$$} refers to the value before that.
5961 @code{$$@var{n}} refers to the @var{n}th value from the end; @code{$$2}
5962 is the value just prior to @code{$$}, @code{$$1} is equivalent to
5963 @code{$$}, and @code{$$0} is equivalent to @code{$}.
5964
5965 For example, suppose you have just printed a pointer to a structure and
5966 want to see the contents of the structure.  It suffices to type
5967
5968 @smallexample
5969 p *$
5970 @end smallexample
5971
5972 If you have a chain of structures where the component @code{next} points
5973 to the next one, you can print the contents of the next one with this:
5974
5975 @smallexample
5976 p *$.next
5977 @end smallexample
5978
5979 @noindent
5980 You can print successive links in the chain by repeating this
5981 command---which you can do by just typing @key{RET}.
5982
5983 Note that the history records values, not expressions.  If the value of
5984 @code{x} is 4 and you type these commands:
5985
5986 @smallexample
5987 print x
5988 set x=5
5989 @end smallexample
5990
5991 @noindent
5992 then the value recorded in the value history by the @code{print} command
5993 remains 4 even though the value of @code{x} has changed.
5994
5995 @table @code
5996 @kindex show values
5997 @item show values
5998 Print the last ten values in the value history, with their item numbers.
5999 This is like @samp{p@ $$9} repeated ten times, except that @code{show
6000 values} does not change the history.
6001
6002 @item show values @var{n}
6003 Print ten history values centered on history item number @var{n}.
6004
6005 @item show values +
6006 Print ten history values just after the values last printed.  If no more
6007 values are available, @code{show values +} produces no display.
6008 @end table
6009
6010 Pressing @key{RET} to repeat @code{show values @var{n}} has exactly the
6011 same effect as @samp{show values +}.
6012
6013 @node Convenience Vars
6014 @section Convenience variables
6015
6016 @cindex convenience variables
6017 @cindex user-defined variables
6018 @value{GDBN} provides @dfn{convenience variables} that you can use within
6019 @value{GDBN} to hold on to a value and refer to it later.  These variables
6020 exist entirely within @value{GDBN}; they are not part of your program, and
6021 setting a convenience variable has no direct effect on further execution
6022 of your program.  That is why you can use them freely.
6023
6024 Convenience variables are prefixed with @samp{$}.  Any name preceded by
6025 @samp{$} can be used for a convenience variable, unless it is one of
6026 the predefined machine-specific register names (@pxref{Registers, ,Registers}).
6027 (Value history references, in contrast, are @emph{numbers} preceded
6028 by @samp{$}.  @xref{Value History, ,Value history}.)
6029
6030 You can save a value in a convenience variable with an assignment
6031 expression, just as you would set a variable in your program.
6032 For example:
6033
6034 @smallexample
6035 set $foo = *object_ptr
6036 @end smallexample
6037
6038 @noindent
6039 would save in @code{$foo} the value contained in the object pointed to by
6040 @code{object_ptr}.
6041
6042 Using a convenience variable for the first time creates it, but its
6043 value is @code{void} until you assign a new value.  You can alter the
6044 value with another assignment at any time.
6045
6046 Convenience variables have no fixed types.  You can assign a convenience
6047 variable any type of value, including structures and arrays, even if
6048 that variable already has a value of a different type.  The convenience
6049 variable, when used as an expression, has the type of its current value.
6050
6051 @table @code
6052 @kindex show convenience
6053 @cindex show all user variables
6054 @item show convenience
6055 Print a list of convenience variables used so far, and their values.
6056 Abbreviated @code{show conv}.
6057 @end table
6058
6059 One of the ways to use a convenience variable is as a counter to be
6060 incremented or a pointer to be advanced.  For example, to print
6061 a field from successive elements of an array of structures:
6062
6063 @smallexample
6064 set $i = 0
6065 print bar[$i++]->contents
6066 @end smallexample
6067
6068 @noindent
6069 Repeat that command by typing @key{RET}.
6070
6071 Some convenience variables are created automatically by @value{GDBN} and given
6072 values likely to be useful.
6073
6074 @table @code
6075 @vindex $_@r{, convenience variable}
6076 @item $_
6077 The variable @code{$_} is automatically set by the @code{x} command to
6078 the last address examined (@pxref{Memory, ,Examining memory}).  Other
6079 commands which provide a default address for @code{x} to examine also
6080 set @code{$_} to that address; these commands include @code{info line}
6081 and @code{info breakpoint}.  The type of @code{$_} is @code{void *}
6082 except when set by the @code{x} command, in which case it is a pointer
6083 to the type of @code{$__}.
6084
6085 @vindex $__@r{, convenience variable}
6086 @item $__
6087 The variable @code{$__} is automatically set by the @code{x} command
6088 to the value found in the last address examined.  Its type is chosen
6089 to match the format in which the data was printed.
6090
6091 @item $_exitcode
6092 @vindex $_exitcode@r{, convenience variable}
6093 The variable @code{$_exitcode} is automatically set to the exit code when
6094 the program being debugged terminates.
6095 @end table
6096
6097 On HP-UX systems, if you refer to a function or variable name that
6098 begins with a dollar sign, @value{GDBN} searches for a user or system
6099 name first, before it searches for a convenience variable.
6100
6101 @node Registers
6102 @section Registers
6103
6104 @cindex registers
6105 You can refer to machine register contents, in expressions, as variables
6106 with names starting with @samp{$}.  The names of registers are different
6107 for each machine; use @code{info registers} to see the names used on
6108 your machine.
6109
6110 @table @code
6111 @kindex info registers
6112 @item info registers
6113 Print the names and values of all registers except floating-point
6114 and vector registers (in the selected stack frame).
6115
6116 @kindex info all-registers
6117 @cindex floating point registers
6118 @item info all-registers
6119 Print the names and values of all registers, including floating-point
6120 and vector registers (in the selected stack frame).
6121
6122 @item info registers @var{regname} @dots{}
6123 Print the @dfn{relativized} value of each specified register @var{regname}.
6124 As discussed in detail below, register values are normally relative to
6125 the selected stack frame.  @var{regname} may be any register name valid on
6126 the machine you are using, with or without the initial @samp{$}.
6127 @end table
6128
6129 @value{GDBN} has four ``standard'' register names that are available (in
6130 expressions) on most machines---whenever they do not conflict with an
6131 architecture's canonical mnemonics for registers.  The register names
6132 @code{$pc} and @code{$sp} are used for the program counter register and
6133 the stack pointer.  @code{$fp} is used for a register that contains a
6134 pointer to the current stack frame, and @code{$ps} is used for a
6135 register that contains the processor status.  For example,
6136 you could print the program counter in hex with
6137
6138 @smallexample
6139 p/x $pc
6140 @end smallexample
6141
6142 @noindent
6143 or print the instruction to be executed next with
6144
6145 @smallexample
6146 x/i $pc
6147 @end smallexample
6148
6149 @noindent
6150 or add four to the stack pointer@footnote{This is a way of removing
6151 one word from the stack, on machines where stacks grow downward in
6152 memory (most machines, nowadays).  This assumes that the innermost
6153 stack frame is selected; setting @code{$sp} is not allowed when other
6154 stack frames are selected.  To pop entire frames off the stack,
6155 regardless of machine architecture, use @code{return};
6156 see @ref{Returning, ,Returning from a function}.} with
6157
6158 @smallexample
6159 set $sp += 4
6160 @end smallexample
6161
6162 Whenever possible, these four standard register names are available on
6163 your machine even though the machine has different canonical mnemonics,
6164 so long as there is no conflict.  The @code{info registers} command
6165 shows the canonical names.  For example, on the SPARC, @code{info
6166 registers} displays the processor status register as @code{$psr} but you
6167 can also refer to it as @code{$ps}; and on x86-based machines @code{$ps}
6168 is an alias for the @sc{eflags} register.
6169
6170 @value{GDBN} always considers the contents of an ordinary register as an
6171 integer when the register is examined in this way.  Some machines have
6172 special registers which can hold nothing but floating point; these
6173 registers are considered to have floating point values.  There is no way
6174 to refer to the contents of an ordinary register as floating point value
6175 (although you can @emph{print} it as a floating point value with
6176 @samp{print/f $@var{regname}}).
6177
6178 Some registers have distinct ``raw'' and ``virtual'' data formats.  This
6179 means that the data format in which the register contents are saved by
6180 the operating system is not the same one that your program normally
6181 sees.  For example, the registers of the 68881 floating point
6182 coprocessor are always saved in ``extended'' (raw) format, but all C
6183 programs expect to work with ``double'' (virtual) format.  In such
6184 cases, @value{GDBN} normally works with the virtual format only (the format
6185 that makes sense for your program), but the @code{info registers} command
6186 prints the data in both formats.
6187
6188 Normally, register values are relative to the selected stack frame
6189 (@pxref{Selection, ,Selecting a frame}).  This means that you get the
6190 value that the register would contain if all stack frames farther in
6191 were exited and their saved registers restored.  In order to see the
6192 true contents of hardware registers, you must select the innermost
6193 frame (with @samp{frame 0}).
6194
6195 However, @value{GDBN} must deduce where registers are saved, from the machine
6196 code generated by your compiler.  If some registers are not saved, or if
6197 @value{GDBN} is unable to locate the saved registers, the selected stack
6198 frame makes no difference.
6199
6200 @node Floating Point Hardware
6201 @section Floating point hardware
6202 @cindex floating point
6203
6204 Depending on the configuration, @value{GDBN} may be able to give
6205 you more information about the status of the floating point hardware.
6206
6207 @table @code
6208 @kindex info float
6209 @item info float
6210 Display hardware-dependent information about the floating
6211 point unit.  The exact contents and layout vary depending on the
6212 floating point chip.  Currently, @samp{info float} is supported on
6213 the ARM and x86 machines.
6214 @end table
6215
6216 @node Vector Unit
6217 @section Vector Unit
6218 @cindex vector unit
6219
6220 Depending on the configuration, @value{GDBN} may be able to give you
6221 more information about the status of the vector unit.
6222
6223 @table @code
6224 @kindex info vector
6225 @item info vector
6226 Display information about the vector unit.  The exact contents and
6227 layout vary depending on the hardware.
6228 @end table
6229
6230 @node OS Information
6231 @section Operating system auxiliary information
6232 @cindex OS information
6233
6234 @value{GDBN} provides interfaces to useful OS facilities that can help
6235 you debug your program.
6236
6237 @cindex @code{ptrace} system call
6238 @cindex @code{struct user} contents
6239 When @value{GDBN} runs on a @dfn{Posix system} (such as GNU or Unix
6240 machines), it interfaces with the inferior via the @code{ptrace}
6241 system call.  The operating system creates a special sata structure,
6242 called @code{struct user}, for this interface.  You can use the
6243 command @code{info udot} to display the contents of this data
6244 structure.
6245
6246 @table @code
6247 @item info udot
6248 @kindex info udot
6249 Display the contents of the @code{struct user} maintained by the OS
6250 kernel for the program being debugged.  @value{GDBN} displays the
6251 contents of @code{struct user} as a list of hex numbers, similar to
6252 the @code{examine} command.
6253 @end table
6254
6255 @cindex auxiliary vector
6256 @cindex vector, auxiliary
6257 Some operating systems supply an @dfn{auxiliary vector} to programs at
6258 startup.  This is akin to the arguments and environment that you
6259 specify for a program, but contains a system-dependent variety of
6260 binary values that tell system libraries important details about the
6261 hardware, operating system, and process.  Each value's purpose is
6262 identified by an integer tag; the meanings are well-known but system-specific.
6263 Depending on the configuration and operating system facilities,
6264 @value{GDBN} may be able to show you this information.  For remote
6265 targets, this functionality may further depend on the remote stub's
6266 support of the @samp{qPart:auxv:read} packet, see @ref{Remote
6267 configuration, auxiliary vector}.
6268
6269 @table @code
6270 @kindex info auxv
6271 @item info auxv
6272 Display the auxiliary vector of the inferior, which can be either a
6273 live process or a core dump file.  @value{GDBN} prints each tag value
6274 numerically, and also shows names and text descriptions for recognized
6275 tags.  Some values in the vector are numbers, some bit masks, and some
6276 pointers to strings or other data.  @value{GDBN} displays each value in the
6277 most appropriate form for a recognized tag, and in hexadecimal for
6278 an unrecognized tag.
6279 @end table
6280
6281
6282 @node Memory Region Attributes
6283 @section Memory region attributes
6284 @cindex memory region attributes
6285
6286 @dfn{Memory region attributes} allow you to describe special handling
6287 required by regions of your target's memory.  @value{GDBN} uses attributes
6288 to determine whether to allow certain types of memory accesses; whether to
6289 use specific width accesses; and whether to cache target memory.
6290
6291 Defined memory regions can be individually enabled and disabled.  When a
6292 memory region is disabled, @value{GDBN} uses the default attributes when
6293 accessing memory in that region.  Similarly, if no memory regions have
6294 been defined, @value{GDBN} uses the default attributes when accessing
6295 all memory.
6296
6297 When a memory region is defined, it is given a number to identify it;
6298 to enable, disable, or remove a memory region, you specify that number.
6299
6300 @table @code
6301 @kindex mem
6302 @item mem @var{lower} @var{upper} @var{attributes}@dots{}
6303 Define a memory region bounded by @var{lower} and @var{upper} with
6304 attributes @var{attributes}@dots{}, and add it to the list of regions
6305 monitored by @value{GDBN}.  Note that @var{upper} == 0 is a special
6306 case: it is treated as the the target's maximum memory address.
6307 (0xffff on 16 bit targets, 0xffffffff on 32 bit targets, etc.)
6308
6309 @kindex delete mem
6310 @item delete mem @var{nums}@dots{}
6311 Remove memory regions @var{nums}@dots{} from the list of regions
6312 monitored by @value{GDBN}.
6313
6314 @kindex disable mem
6315 @item disable mem @var{nums}@dots{}
6316 Disable monitoring of memory regions @var{nums}@dots{}.
6317 A disabled memory region is not forgotten.
6318 It may be enabled again later.
6319
6320 @kindex enable mem
6321 @item enable mem @var{nums}@dots{}
6322 Enable monitoring of memory regions @var{nums}@dots{}.
6323
6324 @kindex info mem
6325 @item info mem
6326 Print a table of all defined memory regions, with the following columns
6327 for each region:
6328
6329 @table @emph
6330 @item Memory Region Number
6331 @item Enabled or Disabled.
6332 Enabled memory regions are marked with @samp{y}.
6333 Disabled memory regions are marked with @samp{n}.
6334
6335 @item Lo Address
6336 The address defining the inclusive lower bound of the memory region.
6337
6338 @item Hi Address
6339 The address defining the exclusive upper bound of the memory region.
6340
6341 @item Attributes
6342 The list of attributes set for this memory region.
6343 @end table
6344 @end table
6345
6346
6347 @subsection Attributes
6348
6349 @subsubsection Memory Access Mode
6350 The access mode attributes set whether @value{GDBN} may make read or
6351 write accesses to a memory region.
6352
6353 While these attributes prevent @value{GDBN} from performing invalid
6354 memory accesses, they do nothing to prevent the target system, I/O DMA,
6355 etc. from accessing memory.
6356
6357 @table @code
6358 @item ro
6359 Memory is read only.
6360 @item wo
6361 Memory is write only.
6362 @item rw
6363 Memory is read/write.  This is the default.
6364 @end table
6365
6366 @subsubsection Memory Access Size
6367 The acccess size attributes tells @value{GDBN} to use specific sized
6368 accesses in the memory region.  Often memory mapped device registers
6369 require specific sized accesses.  If no access size attribute is
6370 specified, @value{GDBN} may use accesses of any size.
6371
6372 @table @code
6373 @item 8
6374 Use 8 bit memory accesses.
6375 @item 16
6376 Use 16 bit memory accesses.
6377 @item 32
6378 Use 32 bit memory accesses.
6379 @item 64
6380 Use 64 bit memory accesses.
6381 @end table
6382
6383 @c @subsubsection Hardware/Software Breakpoints
6384 @c The hardware/software breakpoint attributes set whether @value{GDBN}
6385 @c will use hardware or software breakpoints for the internal breakpoints
6386 @c used by the step, next, finish, until, etc. commands.
6387 @c
6388 @c @table @code
6389 @c @item hwbreak
6390 @c Always use hardware breakpoints
6391 @c @item swbreak (default)
6392 @c @end table
6393
6394 @subsubsection Data Cache
6395 The data cache attributes set whether @value{GDBN} will cache target
6396 memory.  While this generally improves performance by reducing debug
6397 protocol overhead, it can lead to incorrect results because @value{GDBN}
6398 does not know about volatile variables or memory mapped device
6399 registers.
6400
6401 @table @code
6402 @item cache
6403 Enable @value{GDBN} to cache target memory.
6404 @item nocache
6405 Disable @value{GDBN} from caching target memory.  This is the default.
6406 @end table
6407
6408 @c @subsubsection Memory Write Verification
6409 @c The memory write verification attributes set whether @value{GDBN}
6410 @c will re-reads data after each write to verify the write was successful.
6411 @c
6412 @c @table @code
6413 @c @item verify
6414 @c @item noverify (default)
6415 @c @end table
6416
6417 @node Dump/Restore Files
6418 @section Copy between memory and a file
6419 @cindex dump/restore files
6420 @cindex append data to a file
6421 @cindex dump data to a file
6422 @cindex restore data from a file
6423
6424 You can use the commands @code{dump}, @code{append}, and
6425 @code{restore} to copy data between target memory and a file.  The
6426 @code{dump} and @code{append} commands write data to a file, and the
6427 @code{restore} command reads data from a file back into the inferior's
6428 memory.  Files may be in binary, Motorola S-record, Intel hex, or
6429 Tektronix Hex format; however, @value{GDBN} can only append to binary
6430 files.
6431
6432 @table @code
6433
6434 @kindex dump
6435 @item dump @r{[}@var{format}@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
6436 @itemx dump @r{[}@var{format}@r{]} value @var{filename} @var{expr}
6437 Dump the contents of memory from @var{start_addr} to @var{end_addr},
6438 or the value of @var{expr}, to @var{filename} in the given format.
6439
6440 The @var{format} parameter may be any one of:
6441 @table @code
6442 @item binary
6443 Raw binary form.
6444 @item ihex
6445 Intel hex format.
6446 @item srec
6447 Motorola S-record format.
6448 @item tekhex
6449 Tektronix Hex format.
6450 @end table
6451
6452 @value{GDBN} uses the same definitions of these formats as the
6453 @sc{gnu} binary utilities, like @samp{objdump} and @samp{objcopy}.  If
6454 @var{format} is omitted, @value{GDBN} dumps the data in raw binary
6455 form.
6456
6457 @kindex append
6458 @item append @r{[}binary@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
6459 @itemx append @r{[}binary@r{]} value @var{filename} @var{expr}
6460 Append the contents of memory from @var{start_addr} to @var{end_addr},
6461 or the value of @var{expr}, to the file @var{filename}, in raw binary form.
6462 (@value{GDBN} can only append data to files in raw binary form.)
6463
6464 @kindex restore
6465 @item restore @var{filename} @r{[}binary@r{]} @var{bias} @var{start} @var{end}
6466 Restore the contents of file @var{filename} into memory.  The
6467 @code{restore} command can automatically recognize any known @sc{bfd}
6468 file format, except for raw binary.  To restore a raw binary file you
6469 must specify the optional keyword @code{binary} after the filename.
6470
6471 If @var{bias} is non-zero, its value will be added to the addresses
6472 contained in the file.  Binary files always start at address zero, so
6473 they will be restored at address @var{bias}.  Other bfd files have
6474 a built-in location; they will be restored at offset @var{bias}
6475 from that location.
6476
6477 If @var{start} and/or @var{end} are non-zero, then only data between
6478 file offset @var{start} and file offset @var{end} will be restored.
6479 These offsets are relative to the addresses in the file, before
6480 the @var{bias} argument is applied.
6481
6482 @end table
6483
6484 @node Core File Generation
6485 @section How to Produce a Core File from Your Program
6486 @cindex dump core from inferior
6487
6488 A @dfn{core file} or @dfn{core dump} is a file that records the memory
6489 image of a running process and its process status (register values
6490 etc.).  Its primary use is post-mortem debugging of a program that
6491 crashed while it ran outside a debugger.  A program that crashes
6492 automatically produces a core file, unless this feature is disabled by
6493 the user.  @xref{Files}, for information on invoking @value{GDBN} in
6494 the post-mortem debugging mode.
6495
6496 Occasionally, you may wish to produce a core file of the program you
6497 are debugging in order to preserve a snapshot of its state.
6498 @value{GDBN} has a special command for that.
6499
6500 @table @code
6501 @kindex gcore
6502 @kindex generate-core-file
6503 @item generate-core-file [@var{file}]
6504 @itemx gcore [@var{file}]
6505 Produce a core dump of the inferior process.  The optional argument
6506 @var{file} specifies the file name where to put the core dump.  If not
6507 specified, the file name defaults to @file{core.@var{pid}}, where
6508 @var{pid} is the inferior process ID.
6509
6510 Note that this command is implemented only for some systems (as of
6511 this writing, @sc{gnu}/Linux, FreeBSD, Solaris, Unixware, and S390).
6512 @end table
6513
6514 @node Character Sets
6515 @section Character Sets
6516 @cindex character sets
6517 @cindex charset
6518 @cindex translating between character sets
6519 @cindex host character set
6520 @cindex target character set
6521
6522 If the program you are debugging uses a different character set to
6523 represent characters and strings than the one @value{GDBN} uses itself,
6524 @value{GDBN} can automatically translate between the character sets for
6525 you.  The character set @value{GDBN} uses we call the @dfn{host
6526 character set}; the one the inferior program uses we call the
6527 @dfn{target character set}.
6528
6529 For example, if you are running @value{GDBN} on a @sc{gnu}/Linux system, which
6530 uses the ISO Latin 1 character set, but you are using @value{GDBN}'s
6531 remote protocol (@pxref{Remote,Remote Debugging}) to debug a program
6532 running on an IBM mainframe, which uses the @sc{ebcdic} character set,
6533 then the host character set is Latin-1, and the target character set is
6534 @sc{ebcdic}.  If you give @value{GDBN} the command @code{set
6535 target-charset EBCDIC-US}, then @value{GDBN} translates between
6536 @sc{ebcdic} and Latin 1 as you print character or string values, or use
6537 character and string literals in expressions.
6538
6539 @value{GDBN} has no way to automatically recognize which character set
6540 the inferior program uses; you must tell it, using the @code{set
6541 target-charset} command, described below.
6542
6543 Here are the commands for controlling @value{GDBN}'s character set
6544 support:
6545
6546 @table @code
6547 @item set target-charset @var{charset}
6548 @kindex set target-charset
6549 Set the current target character set to @var{charset}.  We list the
6550 character set names @value{GDBN} recognizes below, but if you type
6551 @code{set target-charset} followed by @key{TAB}@key{TAB}, @value{GDBN} will
6552 list the target character sets it supports.
6553 @end table
6554
6555 @table @code
6556 @item set host-charset @var{charset}
6557 @kindex set host-charset
6558 Set the current host character set to @var{charset}.
6559
6560 By default, @value{GDBN} uses a host character set appropriate to the
6561 system it is running on; you can override that default using the
6562 @code{set host-charset} command.
6563
6564 @value{GDBN} can only use certain character sets as its host character
6565 set.  We list the character set names @value{GDBN} recognizes below, and
6566 indicate which can be host character sets, but if you type
6567 @code{set target-charset} followed by @key{TAB}@key{TAB}, @value{GDBN} will
6568 list the host character sets it supports.
6569
6570 @item set charset @var{charset}
6571 @kindex set charset
6572 Set the current host and target character sets to @var{charset}.  As
6573 above, if you type @code{set charset} followed by @key{TAB}@key{TAB},
6574 @value{GDBN} will list the name of the character sets that can be used
6575 for both host and target.
6576
6577
6578 @item show charset
6579 @kindex show charset
6580 Show the names of the current host and target charsets.
6581
6582 @itemx show host-charset
6583 @kindex show host-charset
6584 Show the name of the current host charset.
6585
6586 @itemx show target-charset
6587 @kindex show target-charset
6588 Show the name of the current target charset.
6589
6590 @end table
6591
6592 @value{GDBN} currently includes support for the following character
6593 sets:
6594
6595 @table @code
6596
6597 @item ASCII
6598 @cindex ASCII character set
6599 Seven-bit U.S. @sc{ascii}.  @value{GDBN} can use this as its host
6600 character set.
6601
6602 @item ISO-8859-1
6603 @cindex ISO 8859-1 character set
6604 @cindex ISO Latin 1 character set
6605 The ISO Latin 1 character set.  This extends @sc{ascii} with accented
6606 characters needed for French, German, and Spanish.  @value{GDBN} can use
6607 this as its host character set.
6608
6609 @item EBCDIC-US
6610 @itemx IBM1047
6611 @cindex EBCDIC character set
6612 @cindex IBM1047 character set
6613 Variants of the @sc{ebcdic} character set, used on some of IBM's
6614 mainframe operating systems.  (@sc{gnu}/Linux on the S/390 uses U.S. @sc{ascii}.)
6615 @value{GDBN} cannot use these as its host character set.
6616
6617 @end table
6618
6619 Note that these are all single-byte character sets.  More work inside
6620 GDB is needed to support multi-byte or variable-width character
6621 encodings, like the UTF-8 and UCS-2 encodings of Unicode.
6622
6623 Here is an example of @value{GDBN}'s character set support in action.
6624 Assume that the following source code has been placed in the file
6625 @file{charset-test.c}:
6626
6627 @smallexample
6628 #include <stdio.h>
6629
6630 char ascii_hello[]
6631   = @{72, 101, 108, 108, 111, 44, 32, 119,
6632      111, 114, 108, 100, 33, 10, 0@};
6633 char ibm1047_hello[]
6634   = @{200, 133, 147, 147, 150, 107, 64, 166,
6635      150, 153, 147, 132, 90, 37, 0@};
6636
6637 main ()
6638 @{
6639   printf ("Hello, world!\n");
6640 @}
6641 @end smallexample
6642
6643 In this program, @code{ascii_hello} and @code{ibm1047_hello} are arrays
6644 containing the string @samp{Hello, world!} followed by a newline,
6645 encoded in the @sc{ascii} and @sc{ibm1047} character sets.
6646
6647 We compile the program, and invoke the debugger on it:
6648
6649 @smallexample
6650 $ gcc -g charset-test.c -o charset-test
6651 $ gdb -nw charset-test
6652 GNU gdb 2001-12-19-cvs
6653 Copyright 2001 Free Software Foundation, Inc.
6654 @dots{}
6655 (@value{GDBP})
6656 @end smallexample
6657
6658 We can use the @code{show charset} command to see what character sets
6659 @value{GDBN} is currently using to interpret and display characters and
6660 strings:
6661
6662 @smallexample
6663 (@value{GDBP}) show charset
6664 The current host and target character set is `ISO-8859-1'.
6665 (@value{GDBP})
6666 @end smallexample
6667
6668 For the sake of printing this manual, let's use @sc{ascii} as our
6669 initial character set:
6670 @smallexample
6671 (@value{GDBP}) set charset ASCII
6672 (@value{GDBP}) show charset
6673 The current host and target character set is `ASCII'.
6674 (@value{GDBP})
6675 @end smallexample
6676
6677 Let's assume that @sc{ascii} is indeed the correct character set for our
6678 host system --- in other words, let's assume that if @value{GDBN} prints
6679 characters using the @sc{ascii} character set, our terminal will display
6680 them properly.  Since our current target character set is also
6681 @sc{ascii}, the contents of @code{ascii_hello} print legibly:
6682
6683 @smallexample
6684 (@value{GDBP}) print ascii_hello
6685 $1 = 0x401698 "Hello, world!\n"
6686 (@value{GDBP}) print ascii_hello[0]
6687 $2 = 72 'H'
6688 (@value{GDBP})
6689 @end smallexample
6690
6691 @value{GDBN} uses the target character set for character and string
6692 literals you use in expressions:
6693
6694 @smallexample
6695 (@value{GDBP}) print '+'
6696 $3 = 43 '+'
6697 (@value{GDBP})
6698 @end smallexample
6699
6700 The @sc{ascii} character set uses the number 43 to encode the @samp{+}
6701 character.
6702
6703 @value{GDBN} relies on the user to tell it which character set the
6704 target program uses.  If we print @code{ibm1047_hello} while our target
6705 character set is still @sc{ascii}, we get jibberish:
6706
6707 @smallexample
6708 (@value{GDBP}) print ibm1047_hello
6709 $4 = 0x4016a8 "\310\205\223\223\226k@@\246\226\231\223\204Z%"
6710 (@value{GDBP}) print ibm1047_hello[0]
6711 $5 = 200 '\310'
6712 (@value{GDBP})
6713 @end smallexample
6714
6715 If we invoke the @code{set target-charset} followed by @key{TAB}@key{TAB},
6716 @value{GDBN} tells us the character sets it supports:
6717
6718 @smallexample
6719 (@value{GDBP}) set target-charset
6720 ASCII       EBCDIC-US   IBM1047     ISO-8859-1
6721 (@value{GDBP}) set target-charset
6722 @end smallexample
6723
6724 We can select @sc{ibm1047} as our target character set, and examine the
6725 program's strings again.  Now the @sc{ascii} string is wrong, but
6726 @value{GDBN} translates the contents of @code{ibm1047_hello} from the
6727 target character set, @sc{ibm1047}, to the host character set,
6728 @sc{ascii}, and they display correctly:
6729
6730 @smallexample
6731 (@value{GDBP}) set target-charset IBM1047
6732 (@value{GDBP}) show charset
6733 The current host character set is `ASCII'.
6734 The current target character set is `IBM1047'.
6735 (@value{GDBP}) print ascii_hello
6736 $6 = 0x401698 "\110\145%%?\054\040\167?\162%\144\041\012"
6737 (@value{GDBP}) print ascii_hello[0]
6738 $7 = 72 '\110'
6739 (@value{GDBP}) print ibm1047_hello
6740 $8 = 0x4016a8 "Hello, world!\n"
6741 (@value{GDBP}) print ibm1047_hello[0]
6742 $9 = 200 'H'
6743 (@value{GDBP})
6744 @end smallexample
6745
6746 As above, @value{GDBN} uses the target character set for character and
6747 string literals you use in expressions:
6748
6749 @smallexample
6750 (@value{GDBP}) print '+'
6751 $10 = 78 '+'
6752 (@value{GDBP})
6753 @end smallexample
6754
6755 The @sc{ibm1047} character set uses the number 78 to encode the @samp{+}
6756 character.
6757
6758 @node Caching Remote Data
6759 @section Caching Data of Remote Targets
6760 @cindex caching data of remote targets
6761
6762 @value{GDBN} can cache data exchanged between the debugger and a
6763 remote target (@pxref{Remote}).  Such caching generally improves
6764 performance, because it reduces the overhead of the remote protocol by
6765 bundling memory reads and writes into large chunks.  Unfortunately,
6766 @value{GDBN} does not currently know anything about volatile
6767 registers, and thus data caching will produce incorrect results when
6768 volatile registers are in use.
6769
6770 @table @code
6771 @kindex set remotecache
6772 @item set remotecache on
6773 @itemx set remotecache off
6774 Set caching state for remote targets.  When @code{ON}, use data
6775 caching.  By default, this option is @code{OFF}.
6776
6777 @kindex show remotecache
6778 @item show remotecache
6779 Show the current state of data caching for remote targets.
6780
6781 @kindex info dcache
6782 @item info dcache
6783 Print the information about the data cache performance.  The
6784 information displayed includes: the dcache width and depth; and for
6785 each cache line, how many times it was referenced, and its data and
6786 state (dirty, bad, ok, etc.).  This command is useful for debugging
6787 the data cache operation.
6788 @end table
6789
6790
6791 @node Macros
6792 @chapter C Preprocessor Macros
6793
6794 Some languages, such as C and C@t{++}, provide a way to define and invoke
6795 ``preprocessor macros'' which expand into strings of tokens.
6796 @value{GDBN} can evaluate expressions containing macro invocations, show
6797 the result of macro expansion, and show a macro's definition, including
6798 where it was defined.
6799
6800 You may need to compile your program specially to provide @value{GDBN}
6801 with information about preprocessor macros.  Most compilers do not
6802 include macros in their debugging information, even when you compile
6803 with the @option{-g} flag.  @xref{Compilation}.
6804
6805 A program may define a macro at one point, remove that definition later,
6806 and then provide a different definition after that.  Thus, at different
6807 points in the program, a macro may have different definitions, or have
6808 no definition at all.  If there is a current stack frame, @value{GDBN}
6809 uses the macros in scope at that frame's source code line.  Otherwise,
6810 @value{GDBN} uses the macros in scope at the current listing location;
6811 see @ref{List}.
6812
6813 At the moment, @value{GDBN} does not support the @code{##}
6814 token-splicing operator, the @code{#} stringification operator, or
6815 variable-arity macros.
6816
6817 Whenever @value{GDBN} evaluates an expression, it always expands any
6818 macro invocations present in the expression.  @value{GDBN} also provides
6819 the following commands for working with macros explicitly.
6820
6821 @table @code
6822
6823 @kindex macro expand
6824 @cindex macro expansion, showing the results of preprocessor
6825 @cindex preprocessor macro expansion, showing the results of
6826 @cindex expanding preprocessor macros
6827 @item macro expand @var{expression}
6828 @itemx macro exp @var{expression}
6829 Show the results of expanding all preprocessor macro invocations in
6830 @var{expression}.  Since @value{GDBN} simply expands macros, but does
6831 not parse the result, @var{expression} need not be a valid expression;
6832 it can be any string of tokens.
6833
6834 @kindex macro exp1
6835 @item macro expand-once @var{expression}
6836 @itemx macro exp1 @var{expression}
6837 @cindex expand macro once
6838 @i{(This command is not yet implemented.)}  Show the results of
6839 expanding those preprocessor macro invocations that appear explicitly in
6840 @var{expression}.  Macro invocations appearing in that expansion are
6841 left unchanged.  This command allows you to see the effect of a
6842 particular macro more clearly, without being confused by further
6843 expansions.  Since @value{GDBN} simply expands macros, but does not
6844 parse the result, @var{expression} need not be a valid expression; it
6845 can be any string of tokens.
6846
6847 @kindex info macro
6848 @cindex macro definition, showing
6849 @cindex definition, showing a macro's
6850 @item info macro @var{macro}
6851 Show the definition of the macro named @var{macro}, and describe the
6852 source location where that definition was established.
6853
6854 @kindex macro define
6855 @cindex user-defined macros
6856 @cindex defining macros interactively
6857 @cindex macros, user-defined
6858 @item macro define @var{macro} @var{replacement-list}
6859 @itemx macro define @var{macro}(@var{arglist}) @var{replacement-list}
6860 @i{(This command is not yet implemented.)}  Introduce a definition for a
6861 preprocessor macro named @var{macro}, invocations of which are replaced
6862 by the tokens given in @var{replacement-list}.  The first form of this
6863 command defines an ``object-like'' macro, which takes no arguments; the
6864 second form defines a ``function-like'' macro, which takes the arguments
6865 given in @var{arglist}.
6866
6867 A definition introduced by this command is in scope in every expression
6868 evaluated in @value{GDBN}, until it is removed with the @command{macro
6869 undef} command, described below.  The definition overrides all
6870 definitions for @var{macro} present in the program being debugged, as
6871 well as any previous user-supplied definition.
6872
6873 @kindex macro undef
6874 @item macro undef @var{macro}
6875 @i{(This command is not yet implemented.)}  Remove any user-supplied
6876 definition for the macro named @var{macro}.  This command only affects
6877 definitions provided with the @command{macro define} command, described
6878 above; it cannot remove definitions present in the program being
6879 debugged.
6880
6881 @kindex macro list
6882 @item macro list
6883 @i{(This command is not yet implemented.)}  List all the macros
6884 defined using the @code{macro define} command.
6885 @end table
6886
6887 @cindex macros, example of debugging with
6888 Here is a transcript showing the above commands in action.  First, we
6889 show our source files:
6890
6891 @smallexample
6892 $ cat sample.c
6893 #include <stdio.h>
6894 #include "sample.h"
6895
6896 #define M 42
6897 #define ADD(x) (M + x)
6898
6899 main ()
6900 @{
6901 #define N 28
6902   printf ("Hello, world!\n");
6903 #undef N
6904   printf ("We're so creative.\n");
6905 #define N 1729
6906   printf ("Goodbye, world!\n");
6907 @}
6908 $ cat sample.h
6909 #define Q <
6910 $
6911 @end smallexample
6912
6913 Now, we compile the program using the @sc{gnu} C compiler, @value{NGCC}.
6914 We pass the @option{-gdwarf-2} and @option{-g3} flags to ensure the
6915 compiler includes information about preprocessor macros in the debugging
6916 information.
6917
6918 @smallexample
6919 $ gcc -gdwarf-2 -g3 sample.c -o sample
6920 $
6921 @end smallexample
6922
6923 Now, we start @value{GDBN} on our sample program:
6924
6925 @smallexample
6926 $ gdb -nw sample
6927 GNU gdb 2002-05-06-cvs
6928 Copyright 2002 Free Software Foundation, Inc.
6929 GDB is free software, @dots{}
6930 (@value{GDBP})
6931 @end smallexample
6932
6933 We can expand macros and examine their definitions, even when the
6934 program is not running.  @value{GDBN} uses the current listing position
6935 to decide which macro definitions are in scope:
6936
6937 @smallexample
6938 (@value{GDBP}) list main
6939 3
6940 4       #define M 42
6941 5       #define ADD(x) (M + x)
6942 6
6943 7       main ()
6944 8       @{
6945 9       #define N 28
6946 10        printf ("Hello, world!\n");
6947 11      #undef N
6948 12        printf ("We're so creative.\n");
6949 (@value{GDBP}) info macro ADD
6950 Defined at /home/jimb/gdb/macros/play/sample.c:5
6951 #define ADD(x) (M + x)
6952 (@value{GDBP}) info macro Q
6953 Defined at /home/jimb/gdb/macros/play/sample.h:1
6954   included at /home/jimb/gdb/macros/play/sample.c:2
6955 #define Q <
6956 (@value{GDBP}) macro expand ADD(1)
6957 expands to: (42 + 1)
6958 (@value{GDBP}) macro expand-once ADD(1)
6959 expands to: once (M + 1)
6960 (@value{GDBP})
6961 @end smallexample
6962
6963 In the example above, note that @command{macro expand-once} expands only
6964 the macro invocation explicit in the original text --- the invocation of
6965 @code{ADD} --- but does not expand the invocation of the macro @code{M},
6966 which was introduced by @code{ADD}.
6967
6968 Once the program is running, GDB uses the macro definitions in force at
6969 the source line of the current stack frame:
6970
6971 @smallexample
6972 (@value{GDBP}) break main
6973 Breakpoint 1 at 0x8048370: file sample.c, line 10.
6974 (@value{GDBP}) run
6975 Starting program: /home/jimb/gdb/macros/play/sample
6976
6977 Breakpoint 1, main () at sample.c:10
6978 10        printf ("Hello, world!\n");
6979 (@value{GDBP})
6980 @end smallexample
6981
6982 At line 10, the definition of the macro @code{N} at line 9 is in force:
6983
6984 @smallexample
6985 (@value{GDBP}) info macro N
6986 Defined at /home/jimb/gdb/macros/play/sample.c:9
6987 #define N 28
6988 (@value{GDBP}) macro expand N Q M
6989 expands to: 28 < 42
6990 (@value{GDBP}) print N Q M
6991 $1 = 1
6992 (@value{GDBP})
6993 @end smallexample
6994
6995 As we step over directives that remove @code{N}'s definition, and then
6996 give it a new definition, @value{GDBN} finds the definition (or lack
6997 thereof) in force at each point:
6998
6999 @smallexample
7000 (@value{GDBP}) next
7001 Hello, world!
7002 12        printf ("We're so creative.\n");
7003 (@value{GDBP}) info macro N
7004 The symbol `N' has no definition as a C/C++ preprocessor macro
7005 at /home/jimb/gdb/macros/play/sample.c:12
7006 (@value{GDBP}) next
7007 We're so creative.
7008 14        printf ("Goodbye, world!\n");
7009 (@value{GDBP}) info macro N
7010 Defined at /home/jimb/gdb/macros/play/sample.c:13
7011 #define N 1729
7012 (@value{GDBP}) macro expand N Q M
7013 expands to: 1729 < 42
7014 (@value{GDBP}) print N Q M
7015 $2 = 0
7016 (@value{GDBP})
7017 @end smallexample
7018
7019
7020 @node Tracepoints
7021 @chapter Tracepoints
7022 @c This chapter is based on the documentation written by Michael
7023 @c Snyder, David Taylor, Jim Blandy, and Elena Zannoni.
7024
7025 @cindex tracepoints
7026 In some applications, it is not feasible for the debugger to interrupt
7027 the program's execution long enough for the developer to learn
7028 anything helpful about its behavior.  If the program's correctness
7029 depends on its real-time behavior, delays introduced by a debugger
7030 might cause the program to change its behavior drastically, or perhaps
7031 fail, even when the code itself is correct.  It is useful to be able
7032 to observe the program's behavior without interrupting it.
7033
7034 Using @value{GDBN}'s @code{trace} and @code{collect} commands, you can
7035 specify locations in the program, called @dfn{tracepoints}, and
7036 arbitrary expressions to evaluate when those tracepoints are reached.
7037 Later, using the @code{tfind} command, you can examine the values
7038 those expressions had when the program hit the tracepoints.  The
7039 expressions may also denote objects in memory---structures or arrays,
7040 for example---whose values @value{GDBN} should record; while visiting
7041 a particular tracepoint, you may inspect those objects as if they were
7042 in memory at that moment.  However, because @value{GDBN} records these
7043 values without interacting with you, it can do so quickly and
7044 unobtrusively, hopefully not disturbing the program's behavior.
7045
7046 The tracepoint facility is currently available only for remote
7047 targets.  @xref{Targets}.  In addition, your remote target must know how
7048 to collect trace data.  This functionality is implemented in the remote
7049 stub; however, none of the stubs distributed with @value{GDBN} support
7050 tracepoints as of this writing.
7051
7052 This chapter describes the tracepoint commands and features.
7053
7054 @menu
7055 * Set Tracepoints::
7056 * Analyze Collected Data::
7057 * Tracepoint Variables::
7058 @end menu
7059
7060 @node Set Tracepoints
7061 @section Commands to Set Tracepoints
7062
7063 Before running such a @dfn{trace experiment}, an arbitrary number of
7064 tracepoints can be set.  Like a breakpoint (@pxref{Set Breaks}), a
7065 tracepoint has a number assigned to it by @value{GDBN}.  Like with
7066 breakpoints, tracepoint numbers are successive integers starting from
7067 one.  Many of the commands associated with tracepoints take the
7068 tracepoint number as their argument, to identify which tracepoint to
7069 work on.
7070
7071 For each tracepoint, you can specify, in advance, some arbitrary set
7072 of data that you want the target to collect in the trace buffer when
7073 it hits that tracepoint.  The collected data can include registers,
7074 local variables, or global data.  Later, you can use @value{GDBN}
7075 commands to examine the values these data had at the time the
7076 tracepoint was hit.
7077
7078 This section describes commands to set tracepoints and associated
7079 conditions and actions.
7080
7081 @menu
7082 * Create and Delete Tracepoints::
7083 * Enable and Disable Tracepoints::
7084 * Tracepoint Passcounts::
7085 * Tracepoint Actions::
7086 * Listing Tracepoints::
7087 * Starting and Stopping Trace Experiment::
7088 @end menu
7089
7090 @node Create and Delete Tracepoints
7091 @subsection Create and Delete Tracepoints
7092
7093 @table @code
7094 @cindex set tracepoint
7095 @kindex trace
7096 @item trace
7097 The @code{trace} command is very similar to the @code{break} command.
7098 Its argument can be a source line, a function name, or an address in
7099 the target program.  @xref{Set Breaks}.  The @code{trace} command
7100 defines a tracepoint, which is a point in the target program where the
7101 debugger will briefly stop, collect some data, and then allow the
7102 program to continue.  Setting a tracepoint or changing its commands
7103 doesn't take effect until the next @code{tstart} command; thus, you
7104 cannot change the tracepoint attributes once a trace experiment is
7105 running.
7106
7107 Here are some examples of using the @code{trace} command:
7108
7109 @smallexample
7110 (@value{GDBP}) @b{trace foo.c:121}    // a source file and line number
7111
7112 (@value{GDBP}) @b{trace +2}           // 2 lines forward
7113
7114 (@value{GDBP}) @b{trace my_function}  // first source line of function
7115
7116 (@value{GDBP}) @b{trace *my_function} // EXACT start address of function
7117
7118 (@value{GDBP}) @b{trace *0x2117c4}    // an address
7119 @end smallexample
7120
7121 @noindent
7122 You can abbreviate @code{trace} as @code{tr}.
7123
7124 @vindex $tpnum
7125 @cindex last tracepoint number
7126 @cindex recent tracepoint number
7127 @cindex tracepoint number
7128 The convenience variable @code{$tpnum} records the tracepoint number
7129 of the most recently set tracepoint.
7130
7131 @kindex delete tracepoint
7132 @cindex tracepoint deletion
7133 @item delete tracepoint @r{[}@var{num}@r{]}
7134 Permanently delete one or more tracepoints.  With no argument, the
7135 default is to delete all tracepoints.
7136
7137 Examples:
7138
7139 @smallexample
7140 (@value{GDBP}) @b{delete trace 1 2 3} // remove three tracepoints
7141
7142 (@value{GDBP}) @b{delete trace}       // remove all tracepoints
7143 @end smallexample
7144
7145 @noindent
7146 You can abbreviate this command as @code{del tr}.
7147 @end table
7148
7149 @node Enable and Disable Tracepoints
7150 @subsection Enable and Disable Tracepoints
7151
7152 @table @code
7153 @kindex disable tracepoint
7154 @item disable tracepoint @r{[}@var{num}@r{]}
7155 Disable tracepoint @var{num}, or all tracepoints if no argument
7156 @var{num} is given.  A disabled tracepoint will have no effect during
7157 the next trace experiment, but it is not forgotten.  You can re-enable
7158 a disabled tracepoint using the @code{enable tracepoint} command.
7159
7160 @kindex enable tracepoint
7161 @item enable tracepoint @r{[}@var{num}@r{]}
7162 Enable tracepoint @var{num}, or all tracepoints.  The enabled
7163 tracepoints will become effective the next time a trace experiment is
7164 run.
7165 @end table
7166
7167 @node Tracepoint Passcounts
7168 @subsection Tracepoint Passcounts
7169
7170 @table @code
7171 @kindex passcount
7172 @cindex tracepoint pass count
7173 @item passcount @r{[}@var{n} @r{[}@var{num}@r{]]}
7174 Set the @dfn{passcount} of a tracepoint.  The passcount is a way to
7175 automatically stop a trace experiment.  If a tracepoint's passcount is
7176 @var{n}, then the trace experiment will be automatically stopped on
7177 the @var{n}'th time that tracepoint is hit.  If the tracepoint number
7178 @var{num} is not specified, the @code{passcount} command sets the
7179 passcount of the most recently defined tracepoint.  If no passcount is
7180 given, the trace experiment will run until stopped explicitly by the
7181 user.
7182
7183 Examples:
7184
7185 @smallexample
7186 (@value{GDBP}) @b{passcount 5 2} // Stop on the 5th execution of
7187 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// tracepoint 2}
7188
7189 (@value{GDBP}) @b{passcount 12}  // Stop on the 12th execution of the
7190 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// most recently defined tracepoint.}
7191 (@value{GDBP}) @b{trace foo}
7192 (@value{GDBP}) @b{pass 3}
7193 (@value{GDBP}) @b{trace bar}
7194 (@value{GDBP}) @b{pass 2}
7195 (@value{GDBP}) @b{trace baz}
7196 (@value{GDBP}) @b{pass 1}        // Stop tracing when foo has been
7197 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// executed 3 times OR when bar has}
7198 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// been executed 2 times}
7199 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// OR when baz has been executed 1 time.}
7200 @end smallexample
7201 @end table
7202
7203 @node Tracepoint Actions
7204 @subsection Tracepoint Action Lists
7205
7206 @table @code
7207 @kindex actions
7208 @cindex tracepoint actions
7209 @item actions @r{[}@var{num}@r{]}
7210 This command will prompt for a list of actions to be taken when the
7211 tracepoint is hit.  If the tracepoint number @var{num} is not
7212 specified, this command sets the actions for the one that was most
7213 recently defined (so that you can define a tracepoint and then say
7214 @code{actions} without bothering about its number).  You specify the
7215 actions themselves on the following lines, one action at a time, and
7216 terminate the actions list with a line containing just @code{end}.  So
7217 far, the only defined actions are @code{collect} and
7218 @code{while-stepping}.
7219
7220 @cindex remove actions from a tracepoint
7221 To remove all actions from a tracepoint, type @samp{actions @var{num}}
7222 and follow it immediately with @samp{end}.
7223
7224 @smallexample
7225 (@value{GDBP}) @b{collect @var{data}} // collect some data
7226
7227 (@value{GDBP}) @b{while-stepping 5} // single-step 5 times, collect data
7228
7229 (@value{GDBP}) @b{end}              // signals the end of actions.
7230 @end smallexample
7231
7232 In the following example, the action list begins with @code{collect}
7233 commands indicating the things to be collected when the tracepoint is
7234 hit.  Then, in order to single-step and collect additional data
7235 following the tracepoint, a @code{while-stepping} command is used,
7236 followed by the list of things to be collected while stepping.  The
7237 @code{while-stepping} command is terminated by its own separate
7238 @code{end} command.  Lastly, the action list is terminated by an
7239 @code{end} command.
7240
7241 @smallexample
7242 (@value{GDBP}) @b{trace foo}
7243 (@value{GDBP}) @b{actions}
7244 Enter actions for tracepoint 1, one per line:
7245 > collect bar,baz
7246 > collect $regs
7247 > while-stepping 12
7248   > collect $fp, $sp
7249   > end
7250 end
7251 @end smallexample
7252
7253 @kindex collect @r{(tracepoints)}
7254 @item collect @var{expr1}, @var{expr2}, @dots{}
7255 Collect values of the given expressions when the tracepoint is hit.
7256 This command accepts a comma-separated list of any valid expressions.
7257 In addition to global, static, or local variables, the following
7258 special arguments are supported:
7259
7260 @table @code
7261 @item $regs
7262 collect all registers
7263
7264 @item $args
7265 collect all function arguments
7266
7267 @item $locals
7268 collect all local variables.
7269 @end table
7270
7271 You can give several consecutive @code{collect} commands, each one
7272 with a single argument, or one @code{collect} command with several
7273 arguments separated by commas: the effect is the same.
7274
7275 The command @code{info scope} (@pxref{Symbols, info scope}) is
7276 particularly useful for figuring out what data to collect.
7277
7278 @kindex while-stepping @r{(tracepoints)}
7279 @item while-stepping @var{n}
7280 Perform @var{n} single-step traces after the tracepoint, collecting
7281 new data at each step.  The @code{while-stepping} command is
7282 followed by the list of what to collect while stepping (followed by
7283 its own @code{end} command):
7284
7285 @smallexample
7286 > while-stepping 12
7287   > collect $regs, myglobal
7288   > end
7289 >
7290 @end smallexample
7291
7292 @noindent
7293 You may abbreviate @code{while-stepping} as @code{ws} or
7294 @code{stepping}.
7295 @end table
7296
7297 @node Listing Tracepoints
7298 @subsection Listing Tracepoints
7299
7300 @table @code
7301 @kindex info tracepoints
7302 @kindex info tp
7303 @cindex information about tracepoints
7304 @item info tracepoints @r{[}@var{num}@r{]}
7305 Display information about the tracepoint @var{num}.  If you don't specify
7306 a tracepoint number, displays information about all the tracepoints
7307 defined so far.  For each tracepoint, the following information is
7308 shown:
7309
7310 @itemize @bullet
7311 @item
7312 its number
7313 @item
7314 whether it is enabled or disabled
7315 @item
7316 its address
7317 @item
7318 its passcount as given by the @code{passcount @var{n}} command
7319 @item
7320 its step count as given by the @code{while-stepping @var{n}} command
7321 @item
7322 where in the source files is the tracepoint set
7323 @item
7324 its action list as given by the @code{actions} command
7325 @end itemize
7326
7327 @smallexample
7328 (@value{GDBP}) @b{info trace}
7329 Num Enb Address    PassC StepC What
7330 1   y   0x002117c4 0     0     <gdb_asm>
7331 2   y   0x0020dc64 0     0     in g_test at g_test.c:1375
7332 3   y   0x0020b1f4 0     0     in get_data at ../foo.c:41
7333 (@value{GDBP})
7334 @end smallexample
7335
7336 @noindent
7337 This command can be abbreviated @code{info tp}.
7338 @end table
7339
7340 @node Starting and Stopping Trace Experiment
7341 @subsection Starting and Stopping Trace Experiment
7342
7343 @table @code
7344 @kindex tstart
7345 @cindex start a new trace experiment
7346 @cindex collected data discarded
7347 @item tstart
7348 This command takes no arguments.  It starts the trace experiment, and
7349 begins collecting data.  This has the side effect of discarding all
7350 the data collected in the trace buffer during the previous trace
7351 experiment.
7352
7353 @kindex tstop
7354 @cindex stop a running trace experiment
7355 @item tstop
7356 This command takes no arguments.  It ends the trace experiment, and
7357 stops collecting data.
7358
7359 @strong{Note}: a trace experiment and data collection may stop
7360 automatically if any tracepoint's passcount is reached
7361 (@pxref{Tracepoint Passcounts}), or if the trace buffer becomes full.
7362
7363 @kindex tstatus
7364 @cindex status of trace data collection
7365 @cindex trace experiment, status of
7366 @item tstatus
7367 This command displays the status of the current trace data
7368 collection.
7369 @end table
7370
7371 Here is an example of the commands we described so far:
7372
7373 @smallexample
7374 (@value{GDBP}) @b{trace gdb_c_test}
7375 (@value{GDBP}) @b{actions}
7376 Enter actions for tracepoint #1, one per line.
7377 > collect $regs,$locals,$args
7378 > while-stepping 11
7379   > collect $regs
7380   > end
7381 > end
7382 (@value{GDBP}) @b{tstart}
7383         [time passes @dots{}]
7384 (@value{GDBP}) @b{tstop}
7385 @end smallexample
7386
7387
7388 @node Analyze Collected Data
7389 @section Using the collected data
7390
7391 After the tracepoint experiment ends, you use @value{GDBN} commands
7392 for examining the trace data.  The basic idea is that each tracepoint
7393 collects a trace @dfn{snapshot} every time it is hit and another
7394 snapshot every time it single-steps.  All these snapshots are
7395 consecutively numbered from zero and go into a buffer, and you can
7396 examine them later.  The way you examine them is to @dfn{focus} on a
7397 specific trace snapshot.  When the remote stub is focused on a trace
7398 snapshot, it will respond to all @value{GDBN} requests for memory and
7399 registers by reading from the buffer which belongs to that snapshot,
7400 rather than from @emph{real} memory or registers of the program being
7401 debugged.  This means that @strong{all} @value{GDBN} commands
7402 (@code{print}, @code{info registers}, @code{backtrace}, etc.) will
7403 behave as if we were currently debugging the program state as it was
7404 when the tracepoint occurred.  Any requests for data that are not in
7405 the buffer will fail.
7406
7407 @menu
7408 * tfind::                       How to select a trace snapshot
7409 * tdump::                       How to display all data for a snapshot
7410 * save-tracepoints::            How to save tracepoints for a future run
7411 @end menu
7412
7413 @node tfind
7414 @subsection @code{tfind @var{n}}
7415
7416 @kindex tfind
7417 @cindex select trace snapshot
7418 @cindex find trace snapshot
7419 The basic command for selecting a trace snapshot from the buffer is
7420 @code{tfind @var{n}}, which finds trace snapshot number @var{n},
7421 counting from zero.  If no argument @var{n} is given, the next
7422 snapshot is selected.
7423
7424 Here are the various forms of using the @code{tfind} command.
7425
7426 @table @code
7427 @item tfind start
7428 Find the first snapshot in the buffer.  This is a synonym for
7429 @code{tfind 0} (since 0 is the number of the first snapshot).
7430
7431 @item tfind none
7432 Stop debugging trace snapshots, resume @emph{live} debugging.
7433
7434 @item tfind end
7435 Same as @samp{tfind none}.
7436
7437 @item tfind
7438 No argument means find the next trace snapshot.
7439
7440 @item tfind -
7441 Find the previous trace snapshot before the current one.  This permits
7442 retracing earlier steps.
7443
7444 @item tfind tracepoint @var{num}
7445 Find the next snapshot associated with tracepoint @var{num}.  Search
7446 proceeds forward from the last examined trace snapshot.  If no
7447 argument @var{num} is given, it means find the next snapshot collected
7448 for the same tracepoint as the current snapshot.
7449
7450 @item tfind pc @var{addr}
7451 Find the next snapshot associated with the value @var{addr} of the
7452 program counter.  Search proceeds forward from the last examined trace
7453 snapshot.  If no argument @var{addr} is given, it means find the next
7454 snapshot with the same value of PC as the current snapshot.
7455
7456 @item tfind outside @var{addr1}, @var{addr2}
7457 Find the next snapshot whose PC is outside the given range of
7458 addresses.
7459
7460 @item tfind range @var{addr1}, @var{addr2}
7461 Find the next snapshot whose PC is between @var{addr1} and
7462 @var{addr2}.  @c FIXME: Is the range inclusive or exclusive?
7463
7464 @item tfind line @r{[}@var{file}:@r{]}@var{n}
7465 Find the next snapshot associated with the source line @var{n}.  If
7466 the optional argument @var{file} is given, refer to line @var{n} in
7467 that source file.  Search proceeds forward from the last examined
7468 trace snapshot.  If no argument @var{n} is given, it means find the
7469 next line other than the one currently being examined; thus saying
7470 @code{tfind line} repeatedly can appear to have the same effect as
7471 stepping from line to line in a @emph{live} debugging session.
7472 @end table
7473
7474 The default arguments for the @code{tfind} commands are specifically
7475 designed to make it easy to scan through the trace buffer.  For
7476 instance, @code{tfind} with no argument selects the next trace
7477 snapshot, and @code{tfind -} with no argument selects the previous
7478 trace snapshot.  So, by giving one @code{tfind} command, and then
7479 simply hitting @key{RET} repeatedly you can examine all the trace
7480 snapshots in order.  Or, by saying @code{tfind -} and then hitting
7481 @key{RET} repeatedly you can examine the snapshots in reverse order.
7482 The @code{tfind line} command with no argument selects the snapshot
7483 for the next source line executed.  The @code{tfind pc} command with
7484 no argument selects the next snapshot with the same program counter
7485 (PC) as the current frame.  The @code{tfind tracepoint} command with
7486 no argument selects the next trace snapshot collected by the same
7487 tracepoint as the current one.
7488
7489 In addition to letting you scan through the trace buffer manually,
7490 these commands make it easy to construct @value{GDBN} scripts that
7491 scan through the trace buffer and print out whatever collected data
7492 you are interested in.  Thus, if we want to examine the PC, FP, and SP
7493 registers from each trace frame in the buffer, we can say this:
7494
7495 @smallexample
7496 (@value{GDBP}) @b{tfind start}
7497 (@value{GDBP}) @b{while ($trace_frame != -1)}
7498 > printf "Frame %d, PC = %08X, SP = %08X, FP = %08X\n", \
7499           $trace_frame, $pc, $sp, $fp
7500 > tfind
7501 > end
7502
7503 Frame 0, PC = 0020DC64, SP = 0030BF3C, FP = 0030BF44
7504 Frame 1, PC = 0020DC6C, SP = 0030BF38, FP = 0030BF44
7505 Frame 2, PC = 0020DC70, SP = 0030BF34, FP = 0030BF44
7506 Frame 3, PC = 0020DC74, SP = 0030BF30, FP = 0030BF44
7507 Frame 4, PC = 0020DC78, SP = 0030BF2C, FP = 0030BF44
7508 Frame 5, PC = 0020DC7C, SP = 0030BF28, FP = 0030BF44
7509 Frame 6, PC = 0020DC80, SP = 0030BF24, FP = 0030BF44
7510 Frame 7, PC = 0020DC84, SP = 0030BF20, FP = 0030BF44
7511 Frame 8, PC = 0020DC88, SP = 0030BF1C, FP = 0030BF44
7512 Frame 9, PC = 0020DC8E, SP = 0030BF18, FP = 0030BF44
7513 Frame 10, PC = 00203F6C, SP = 0030BE3C, FP = 0030BF14
7514 @end smallexample
7515
7516 Or, if we want to examine the variable @code{X} at each source line in
7517 the buffer:
7518
7519 @smallexample
7520 (@value{GDBP}) @b{tfind start}
7521 (@value{GDBP}) @b{while ($trace_frame != -1)}
7522 > printf "Frame %d, X == %d\n", $trace_frame, X
7523 > tfind line
7524 > end
7525
7526 Frame 0, X = 1
7527 Frame 7, X = 2
7528 Frame 13, X = 255
7529 @end smallexample
7530
7531 @node tdump
7532 @subsection @code{tdump}
7533 @kindex tdump
7534 @cindex dump all data collected at tracepoint
7535 @cindex tracepoint data, display
7536
7537 This command takes no arguments.  It prints all the data collected at
7538 the current trace snapshot.
7539
7540 @smallexample
7541 (@value{GDBP}) @b{trace 444}
7542 (@value{GDBP}) @b{actions}
7543 Enter actions for tracepoint #2, one per line:
7544 > collect $regs, $locals, $args, gdb_long_test
7545 > end
7546
7547 (@value{GDBP}) @b{tstart}
7548
7549 (@value{GDBP}) @b{tfind line 444}
7550 #0  gdb_test (p1=0x11, p2=0x22, p3=0x33, p4=0x44, p5=0x55, p6=0x66)
7551 at gdb_test.c:444
7552 444        printp( "%s: arguments = 0x%X 0x%X 0x%X 0x%X 0x%X 0x%X\n", )
7553
7554 (@value{GDBP}) @b{tdump}
7555 Data collected at tracepoint 2, trace frame 1:
7556 d0             0xc4aa0085       -995491707
7557 d1             0x18     24
7558 d2             0x80     128
7559 d3             0x33     51
7560 d4             0x71aea3d        119204413
7561 d5             0x22     34
7562 d6             0xe0     224
7563 d7             0x380035 3670069
7564 a0             0x19e24a 1696330
7565 a1             0x3000668        50333288
7566 a2             0x100    256
7567 a3             0x322000 3284992
7568 a4             0x3000698        50333336
7569 a5             0x1ad3cc 1758156
7570 fp             0x30bf3c 0x30bf3c
7571 sp             0x30bf34 0x30bf34
7572 ps             0x0      0
7573 pc             0x20b2c8 0x20b2c8
7574 fpcontrol      0x0      0
7575 fpstatus       0x0      0
7576 fpiaddr        0x0      0
7577 p = 0x20e5b4 "gdb-test"
7578 p1 = (void *) 0x11
7579 p2 = (void *) 0x22
7580 p3 = (void *) 0x33
7581 p4 = (void *) 0x44
7582 p5 = (void *) 0x55
7583 p6 = (void *) 0x66
7584 gdb_long_test = 17 '\021'
7585
7586 (@value{GDBP})
7587 @end smallexample
7588
7589 @node save-tracepoints
7590 @subsection @code{save-tracepoints @var{filename}}
7591 @kindex save-tracepoints
7592 @cindex save tracepoints for future sessions
7593
7594 This command saves all current tracepoint definitions together with
7595 their actions and passcounts, into a file @file{@var{filename}}
7596 suitable for use in a later debugging session.  To read the saved
7597 tracepoint definitions, use the @code{source} command (@pxref{Command
7598 Files}).
7599
7600 @node Tracepoint Variables
7601 @section Convenience Variables for Tracepoints
7602 @cindex tracepoint variables
7603 @cindex convenience variables for tracepoints
7604
7605 @table @code
7606 @vindex $trace_frame
7607 @item (int) $trace_frame
7608 The current trace snapshot (a.k.a.@: @dfn{frame}) number, or -1 if no
7609 snapshot is selected.
7610
7611 @vindex $tracepoint
7612 @item (int) $tracepoint
7613 The tracepoint for the current trace snapshot.
7614
7615 @vindex $trace_line
7616 @item (int) $trace_line
7617 The line number for the current trace snapshot.
7618
7619 @vindex $trace_file
7620 @item (char []) $trace_file
7621 The source file for the current trace snapshot.
7622
7623 @vindex $trace_func
7624 @item (char []) $trace_func
7625 The name of the function containing @code{$tracepoint}.
7626 @end table
7627
7628 Note: @code{$trace_file} is not suitable for use in @code{printf},
7629 use @code{output} instead.
7630
7631 Here's a simple example of using these convenience variables for
7632 stepping through all the trace snapshots and printing some of their
7633 data.
7634
7635 @smallexample
7636 (@value{GDBP}) @b{tfind start}
7637
7638 (@value{GDBP}) @b{while $trace_frame != -1}
7639 > output $trace_file
7640 > printf ", line %d (tracepoint #%d)\n", $trace_line, $tracepoint
7641 > tfind
7642 > end
7643 @end smallexample
7644
7645 @node Overlays
7646 @chapter Debugging Programs That Use Overlays
7647 @cindex overlays
7648
7649 If your program is too large to fit completely in your target system's
7650 memory, you can sometimes use @dfn{overlays} to work around this
7651 problem.  @value{GDBN} provides some support for debugging programs that
7652 use overlays.
7653
7654 @menu
7655 * How Overlays Work::              A general explanation of overlays.
7656 * Overlay Commands::               Managing overlays in @value{GDBN}.
7657 * Automatic Overlay Debugging::    @value{GDBN} can find out which overlays are
7658                                    mapped by asking the inferior.
7659 * Overlay Sample Program::         A sample program using overlays.
7660 @end menu
7661
7662 @node How Overlays Work
7663 @section How Overlays Work
7664 @cindex mapped overlays
7665 @cindex unmapped overlays
7666 @cindex load address, overlay's
7667 @cindex mapped address
7668 @cindex overlay area
7669
7670 Suppose you have a computer whose instruction address space is only 64
7671 kilobytes long, but which has much more memory which can be accessed by
7672 other means: special instructions, segment registers, or memory
7673 management hardware, for example.  Suppose further that you want to
7674 adapt a program which is larger than 64 kilobytes to run on this system.
7675
7676 One solution is to identify modules of your program which are relatively
7677 independent, and need not call each other directly; call these modules
7678 @dfn{overlays}.  Separate the overlays from the main program, and place
7679 their machine code in the larger memory.  Place your main program in
7680 instruction memory, but leave at least enough space there to hold the
7681 largest overlay as well.
7682
7683 Now, to call a function located in an overlay, you must first copy that
7684 overlay's machine code from the large memory into the space set aside
7685 for it in the instruction memory, and then jump to its entry point
7686 there.
7687
7688 @c NB:  In the below the mapped area's size is greater or equal to the
7689 @c size of all overlays.  This is intentional to remind the developer
7690 @c that overlays don't necessarily need to be the same size.
7691
7692 @smallexample
7693 @group
7694     Data             Instruction            Larger
7695 Address Space       Address Space        Address Space
7696 +-----------+       +-----------+        +-----------+
7697 |           |       |           |        |           |
7698 +-----------+       +-----------+        +-----------+<-- overlay 1
7699 | program   |       |   main    |   .----| overlay 1 | load address
7700 | variables |       |  program  |   |    +-----------+
7701 | and heap  |       |           |   |    |           |
7702 +-----------+       |           |   |    +-----------+<-- overlay 2
7703 |           |       +-----------+   |    |           | load address
7704 +-----------+       |           |   |  .-| overlay 2 |
7705                     |           |   |  | |           |
7706          mapped --->+-----------+   |  | +-----------+
7707          address    |           |   |  | |           |
7708                     |  overlay  | <-'  | |           |
7709                     |   area    |  <---' +-----------+<-- overlay 3
7710                     |           | <---.  |           | load address
7711                     +-----------+     `--| overlay 3 |
7712                     |           |        |           |
7713                     +-----------+        |           |
7714                                          +-----------+
7715                                          |           |
7716                                          +-----------+
7717
7718                     @anchor{A code overlay}A code overlay
7719 @end group
7720 @end smallexample
7721
7722 The diagram (@pxref{A code overlay}) shows a system with separate data
7723 and instruction address spaces.  To map an overlay, the program copies
7724 its code from the larger address space to the instruction address space.
7725 Since the overlays shown here all use the same mapped address, only one
7726 may be mapped at a time.  For a system with a single address space for
7727 data and instructions, the diagram would be similar, except that the
7728 program variables and heap would share an address space with the main
7729 program and the overlay area.
7730
7731 An overlay loaded into instruction memory and ready for use is called a
7732 @dfn{mapped} overlay; its @dfn{mapped address} is its address in the
7733 instruction memory.  An overlay not present (or only partially present)
7734 in instruction memory is called @dfn{unmapped}; its @dfn{load address}
7735 is its address in the larger memory.  The mapped address is also called
7736 the @dfn{virtual memory address}, or @dfn{VMA}; the load address is also
7737 called the @dfn{load memory address}, or @dfn{LMA}.
7738
7739 Unfortunately, overlays are not a completely transparent way to adapt a
7740 program to limited instruction memory.  They introduce a new set of
7741 global constraints you must keep in mind as you design your program:
7742
7743 @itemize @bullet
7744
7745 @item
7746 Before calling or returning to a function in an overlay, your program
7747 must make sure that overlay is actually mapped.  Otherwise, the call or
7748 return will transfer control to the right address, but in the wrong
7749 overlay, and your program will probably crash.
7750
7751 @item
7752 If the process of mapping an overlay is expensive on your system, you
7753 will need to choose your overlays carefully to minimize their effect on
7754 your program's performance.
7755
7756 @item
7757 The executable file you load onto your system must contain each
7758 overlay's instructions, appearing at the overlay's load address, not its
7759 mapped address.  However, each overlay's instructions must be relocated
7760 and its symbols defined as if the overlay were at its mapped address.
7761 You can use GNU linker scripts to specify different load and relocation
7762 addresses for pieces of your program; see @ref{Overlay Description,,,
7763 ld.info, Using ld: the GNU linker}.
7764
7765 @item
7766 The procedure for loading executable files onto your system must be able
7767 to load their contents into the larger address space as well as the
7768 instruction and data spaces.
7769
7770 @end itemize
7771
7772 The overlay system described above is rather simple, and could be
7773 improved in many ways:
7774
7775 @itemize @bullet
7776
7777 @item
7778 If your system has suitable bank switch registers or memory management
7779 hardware, you could use those facilities to make an overlay's load area
7780 contents simply appear at their mapped address in instruction space.
7781 This would probably be faster than copying the overlay to its mapped
7782 area in the usual way.
7783
7784 @item
7785 If your overlays are small enough, you could set aside more than one
7786 overlay area, and have more than one overlay mapped at a time.
7787
7788 @item
7789 You can use overlays to manage data, as well as instructions.  In
7790 general, data overlays are even less transparent to your design than
7791 code overlays: whereas code overlays only require care when you call or
7792 return to functions, data overlays require care every time you access
7793 the data.  Also, if you change the contents of a data overlay, you
7794 must copy its contents back out to its load address before you can copy a
7795 different data overlay into the same mapped area.
7796
7797 @end itemize
7798
7799
7800 @node Overlay Commands
7801 @section Overlay Commands
7802
7803 To use @value{GDBN}'s overlay support, each overlay in your program must
7804 correspond to a separate section of the executable file.  The section's
7805 virtual memory address and load memory address must be the overlay's
7806 mapped and load addresses.  Identifying overlays with sections allows
7807 @value{GDBN} to determine the appropriate address of a function or
7808 variable, depending on whether the overlay is mapped or not.
7809
7810 @value{GDBN}'s overlay commands all start with the word @code{overlay};
7811 you can abbreviate this as @code{ov} or @code{ovly}.  The commands are:
7812
7813 @table @code
7814 @item overlay off
7815 @kindex overlay
7816 Disable @value{GDBN}'s overlay support.  When overlay support is
7817 disabled, @value{GDBN} assumes that all functions and variables are
7818 always present at their mapped addresses.  By default, @value{GDBN}'s
7819 overlay support is disabled.
7820
7821 @item overlay manual
7822 @cindex manual overlay debugging
7823 Enable @dfn{manual} overlay debugging.  In this mode, @value{GDBN}
7824 relies on you to tell it which overlays are mapped, and which are not,
7825 using the @code{overlay map-overlay} and @code{overlay unmap-overlay}
7826 commands described below.
7827
7828 @item overlay map-overlay @var{overlay}
7829 @itemx overlay map @var{overlay}
7830 @cindex map an overlay
7831 Tell @value{GDBN} that @var{overlay} is now mapped; @var{overlay} must
7832 be the name of the object file section containing the overlay.  When an
7833 overlay is mapped, @value{GDBN} assumes it can find the overlay's
7834 functions and variables at their mapped addresses.  @value{GDBN} assumes
7835 that any other overlays whose mapped ranges overlap that of
7836 @var{overlay} are now unmapped.
7837
7838 @item overlay unmap-overlay @var{overlay}
7839 @itemx overlay unmap @var{overlay}
7840 @cindex unmap an overlay
7841 Tell @value{GDBN} that @var{overlay} is no longer mapped; @var{overlay}
7842 must be the name of the object file section containing the overlay.
7843 When an overlay is unmapped, @value{GDBN} assumes it can find the
7844 overlay's functions and variables at their load addresses.
7845
7846 @item overlay auto
7847 Enable @dfn{automatic} overlay debugging.  In this mode, @value{GDBN}
7848 consults a data structure the overlay manager maintains in the inferior
7849 to see which overlays are mapped.  For details, see @ref{Automatic
7850 Overlay Debugging}.
7851
7852 @item overlay load-target
7853 @itemx overlay load
7854 @cindex reloading the overlay table
7855 Re-read the overlay table from the inferior.  Normally, @value{GDBN}
7856 re-reads the table @value{GDBN} automatically each time the inferior
7857 stops, so this command should only be necessary if you have changed the
7858 overlay mapping yourself using @value{GDBN}.  This command is only
7859 useful when using automatic overlay debugging.
7860
7861 @item overlay list-overlays
7862 @itemx overlay list
7863 @cindex listing mapped overlays
7864 Display a list of the overlays currently mapped, along with their mapped
7865 addresses, load addresses, and sizes.
7866
7867 @end table
7868
7869 Normally, when @value{GDBN} prints a code address, it includes the name
7870 of the function the address falls in:
7871
7872 @smallexample
7873 (@value{GDBP}) print main
7874 $3 = @{int ()@} 0x11a0 <main>
7875 @end smallexample
7876 @noindent
7877 When overlay debugging is enabled, @value{GDBN} recognizes code in
7878 unmapped overlays, and prints the names of unmapped functions with
7879 asterisks around them.  For example, if @code{foo} is a function in an
7880 unmapped overlay, @value{GDBN} prints it this way:
7881
7882 @smallexample
7883 (@value{GDBP}) overlay list
7884 No sections are mapped.
7885 (@value{GDBP}) print foo
7886 $5 = @{int (int)@} 0x100000 <*foo*>
7887 @end smallexample
7888 @noindent
7889 When @code{foo}'s overlay is mapped, @value{GDBN} prints the function's
7890 name normally:
7891
7892 @smallexample
7893 (@value{GDBP}) overlay list
7894 Section .ov.foo.text, loaded at 0x100000 - 0x100034,
7895         mapped at 0x1016 - 0x104a
7896 (@value{GDBP}) print foo
7897 $6 = @{int (int)@} 0x1016 <foo>
7898 @end smallexample
7899
7900 When overlay debugging is enabled, @value{GDBN} can find the correct
7901 address for functions and variables in an overlay, whether or not the
7902 overlay is mapped.  This allows most @value{GDBN} commands, like
7903 @code{break} and @code{disassemble}, to work normally, even on unmapped
7904 code.  However, @value{GDBN}'s breakpoint support has some limitations:
7905
7906 @itemize @bullet
7907 @item
7908 @cindex breakpoints in overlays
7909 @cindex overlays, setting breakpoints in
7910 You can set breakpoints in functions in unmapped overlays, as long as
7911 @value{GDBN} can write to the overlay at its load address.
7912 @item
7913 @value{GDBN} can not set hardware or simulator-based breakpoints in
7914 unmapped overlays.  However, if you set a breakpoint at the end of your
7915 overlay manager (and tell @value{GDBN} which overlays are now mapped, if
7916 you are using manual overlay management), @value{GDBN} will re-set its
7917 breakpoints properly.
7918 @end itemize
7919
7920
7921 @node Automatic Overlay Debugging
7922 @section Automatic Overlay Debugging
7923 @cindex automatic overlay debugging
7924
7925 @value{GDBN} can automatically track which overlays are mapped and which
7926 are not, given some simple co-operation from the overlay manager in the
7927 inferior.  If you enable automatic overlay debugging with the
7928 @code{overlay auto} command (@pxref{Overlay Commands}), @value{GDBN}
7929 looks in the inferior's memory for certain variables describing the
7930 current state of the overlays.
7931
7932 Here are the variables your overlay manager must define to support
7933 @value{GDBN}'s automatic overlay debugging:
7934
7935 @table @asis
7936
7937 @item @code{_ovly_table}:
7938 This variable must be an array of the following structures:
7939
7940 @smallexample
7941 struct
7942 @{
7943   /* The overlay's mapped address.  */
7944   unsigned long vma;
7945
7946   /* The size of the overlay, in bytes.  */
7947   unsigned long size;
7948
7949   /* The overlay's load address.  */
7950   unsigned long lma;
7951
7952   /* Non-zero if the overlay is currently mapped;
7953      zero otherwise.  */
7954   unsigned long mapped;
7955 @}
7956 @end smallexample
7957
7958 @item @code{_novlys}:
7959 This variable must be a four-byte signed integer, holding the total
7960 number of elements in @code{_ovly_table}.
7961
7962 @end table
7963
7964 To decide whether a particular overlay is mapped or not, @value{GDBN}
7965 looks for an entry in @w{@code{_ovly_table}} whose @code{vma} and
7966 @code{lma} members equal the VMA and LMA of the overlay's section in the
7967 executable file.  When @value{GDBN} finds a matching entry, it consults
7968 the entry's @code{mapped} member to determine whether the overlay is
7969 currently mapped.
7970
7971 In addition, your overlay manager may define a function called
7972 @code{_ovly_debug_event}.  If this function is defined, @value{GDBN}
7973 will silently set a breakpoint there.  If the overlay manager then
7974 calls this function whenever it has changed the overlay table, this
7975 will enable @value{GDBN} to accurately keep track of which overlays
7976 are in program memory, and update any breakpoints that may be set
7977 in overlays.  This will allow breakpoints to work even if the
7978 overlays are kept in ROM or other non-writable memory while they
7979 are not being executed.
7980
7981 @node Overlay Sample Program
7982 @section Overlay Sample Program
7983 @cindex overlay example program
7984
7985 When linking a program which uses overlays, you must place the overlays
7986 at their load addresses, while relocating them to run at their mapped
7987 addresses.  To do this, you must write a linker script (@pxref{Overlay
7988 Description,,, ld.info, Using ld: the GNU linker}).  Unfortunately,
7989 since linker scripts are specific to a particular host system, target
7990 architecture, and target memory layout, this manual cannot provide
7991 portable sample code demonstrating @value{GDBN}'s overlay support.
7992
7993 However, the @value{GDBN} source distribution does contain an overlaid
7994 program, with linker scripts for a few systems, as part of its test
7995 suite.  The program consists of the following files from
7996 @file{gdb/testsuite/gdb.base}:
7997
7998 @table @file
7999 @item overlays.c
8000 The main program file.
8001 @item ovlymgr.c
8002 A simple overlay manager, used by @file{overlays.c}.
8003 @item foo.c
8004 @itemx bar.c
8005 @itemx baz.c
8006 @itemx grbx.c
8007 Overlay modules, loaded and used by @file{overlays.c}.
8008 @item d10v.ld
8009 @itemx m32r.ld
8010 Linker scripts for linking the test program on the @code{d10v-elf}
8011 and @code{m32r-elf} targets.
8012 @end table
8013
8014 You can build the test program using the @code{d10v-elf} GCC
8015 cross-compiler like this:
8016
8017 @smallexample
8018 $ d10v-elf-gcc -g -c overlays.c
8019 $ d10v-elf-gcc -g -c ovlymgr.c
8020 $ d10v-elf-gcc -g -c foo.c
8021 $ d10v-elf-gcc -g -c bar.c
8022 $ d10v-elf-gcc -g -c baz.c
8023 $ d10v-elf-gcc -g -c grbx.c
8024 $ d10v-elf-gcc -g overlays.o ovlymgr.o foo.o bar.o \
8025                   baz.o grbx.o -Wl,-Td10v.ld -o overlays
8026 @end smallexample
8027
8028 The build process is identical for any other architecture, except that
8029 you must substitute the appropriate compiler and linker script for the
8030 target system for @code{d10v-elf-gcc} and @code{d10v.ld}.
8031
8032
8033 @node Languages
8034 @chapter Using @value{GDBN} with Different Languages
8035 @cindex languages
8036
8037 Although programming languages generally have common aspects, they are
8038 rarely expressed in the same manner.  For instance, in ANSI C,
8039 dereferencing a pointer @code{p} is accomplished by @code{*p}, but in
8040 Modula-2, it is accomplished by @code{p^}.  Values can also be
8041 represented (and displayed) differently.  Hex numbers in C appear as
8042 @samp{0x1ae}, while in Modula-2 they appear as @samp{1AEH}.
8043
8044 @cindex working language
8045 Language-specific information is built into @value{GDBN} for some languages,
8046 allowing you to express operations like the above in your program's
8047 native language, and allowing @value{GDBN} to output values in a manner
8048 consistent with the syntax of your program's native language.  The
8049 language you use to build expressions is called the @dfn{working
8050 language}.
8051
8052 @menu
8053 * Setting::                     Switching between source languages
8054 * Show::                        Displaying the language
8055 * Checks::                      Type and range checks
8056 * Supported languages::         Supported languages
8057 * Unsupported languages::       Unsupported languages
8058 @end menu
8059
8060 @node Setting
8061 @section Switching between source languages
8062
8063 There are two ways to control the working language---either have @value{GDBN}
8064 set it automatically, or select it manually yourself.  You can use the
8065 @code{set language} command for either purpose.  On startup, @value{GDBN}
8066 defaults to setting the language automatically.  The working language is
8067 used to determine how expressions you type are interpreted, how values
8068 are printed, etc.
8069
8070 In addition to the working language, every source file that
8071 @value{GDBN} knows about has its own working language.  For some object
8072 file formats, the compiler might indicate which language a particular
8073 source file is in.  However, most of the time @value{GDBN} infers the
8074 language from the name of the file.  The language of a source file
8075 controls whether C@t{++} names are demangled---this way @code{backtrace} can
8076 show each frame appropriately for its own language.  There is no way to
8077 set the language of a source file from within @value{GDBN}, but you can
8078 set the language associated with a filename extension.  @xref{Show, ,
8079 Displaying the language}.
8080
8081 This is most commonly a problem when you use a program, such
8082 as @code{cfront} or @code{f2c}, that generates C but is written in
8083 another language.  In that case, make the
8084 program use @code{#line} directives in its C output; that way
8085 @value{GDBN} will know the correct language of the source code of the original
8086 program, and will display that source code, not the generated C code.
8087
8088 @menu
8089 * Filenames::                   Filename extensions and languages.
8090 * Manually::                    Setting the working language manually
8091 * Automatically::               Having @value{GDBN} infer the source language
8092 @end menu
8093
8094 @node Filenames
8095 @subsection List of filename extensions and languages
8096
8097 If a source file name ends in one of the following extensions, then
8098 @value{GDBN} infers that its language is the one indicated.
8099
8100 @table @file
8101 @item .ada
8102 @itemx .ads
8103 @itemx .adb
8104 @itemx .a
8105 Ada source file.
8106
8107 @item .c
8108 C source file
8109
8110 @item .C
8111 @itemx .cc
8112 @itemx .cp
8113 @itemx .cpp
8114 @itemx .cxx
8115 @itemx .c++
8116 C@t{++} source file
8117
8118 @item .m
8119 Objective-C source file
8120
8121 @item .f
8122 @itemx .F
8123 Fortran source file
8124
8125 @item .mod
8126 Modula-2 source file
8127
8128 @item .s
8129 @itemx .S
8130 Assembler source file.  This actually behaves almost like C, but
8131 @value{GDBN} does not skip over function prologues when stepping.
8132 @end table
8133
8134 In addition, you may set the language associated with a filename
8135 extension.  @xref{Show, , Displaying the language}.
8136
8137 @node Manually
8138 @subsection Setting the working language
8139
8140 If you allow @value{GDBN} to set the language automatically,
8141 expressions are interpreted the same way in your debugging session and
8142 your program.
8143
8144 @kindex set language
8145 If you wish, you may set the language manually.  To do this, issue the
8146 command @samp{set language @var{lang}}, where @var{lang} is the name of
8147 a language, such as
8148 @code{c} or @code{modula-2}.
8149 For a list of the supported languages, type @samp{set language}.
8150
8151 Setting the language manually prevents @value{GDBN} from updating the working
8152 language automatically.  This can lead to confusion if you try
8153 to debug a program when the working language is not the same as the
8154 source language, when an expression is acceptable to both
8155 languages---but means different things.  For instance, if the current
8156 source file were written in C, and @value{GDBN} was parsing Modula-2, a
8157 command such as:
8158
8159 @smallexample
8160 print a = b + c
8161 @end smallexample
8162
8163 @noindent
8164 might not have the effect you intended.  In C, this means to add
8165 @code{b} and @code{c} and place the result in @code{a}.  The result
8166 printed would be the value of @code{a}.  In Modula-2, this means to compare
8167 @code{a} to the result of @code{b+c}, yielding a @code{BOOLEAN} value.
8168
8169 @node Automatically
8170 @subsection Having @value{GDBN} infer the source language
8171
8172 To have @value{GDBN} set the working language automatically, use
8173 @samp{set language local} or @samp{set language auto}.  @value{GDBN}
8174 then infers the working language.  That is, when your program stops in a
8175 frame (usually by encountering a breakpoint), @value{GDBN} sets the
8176 working language to the language recorded for the function in that
8177 frame.  If the language for a frame is unknown (that is, if the function
8178 or block corresponding to the frame was defined in a source file that
8179 does not have a recognized extension), the current working language is
8180 not changed, and @value{GDBN} issues a warning.
8181
8182 This may not seem necessary for most programs, which are written
8183 entirely in one source language.  However, program modules and libraries
8184 written in one source language can be used by a main program written in
8185 a different source language.  Using @samp{set language auto} in this
8186 case frees you from having to set the working language manually.
8187
8188 @node Show
8189 @section Displaying the language
8190
8191 The following commands help you find out which language is the
8192 working language, and also what language source files were written in.
8193
8194 @table @code
8195 @item show language
8196 @kindex show language
8197 Display the current working language.  This is the
8198 language you can use with commands such as @code{print} to
8199 build and compute expressions that may involve variables in your program.
8200
8201 @item info frame
8202 @kindex info frame@r{, show the source language}
8203 Display the source language for this frame.  This language becomes the
8204 working language if you use an identifier from this frame.
8205 @xref{Frame Info, ,Information about a frame}, to identify the other
8206 information listed here.
8207
8208 @item info source
8209 @kindex info source@r{, show the source language}
8210 Display the source language of this source file.
8211 @xref{Symbols, ,Examining the Symbol Table}, to identify the other
8212 information listed here.
8213 @end table
8214
8215 In unusual circumstances, you may have source files with extensions
8216 not in the standard list.  You can then set the extension associated
8217 with a language explicitly:
8218
8219 @table @code
8220 @item set extension-language @var{ext} @var{language}
8221 @kindex set extension-language
8222 Tell @value{GDBN} that source files with extension @var{ext} are to be
8223 assumed as written in the source language @var{language}.
8224
8225 @item info extensions
8226 @kindex info extensions
8227 List all the filename extensions and the associated languages.
8228 @end table
8229
8230 @node Checks
8231 @section Type and range checking
8232
8233 @quotation
8234 @emph{Warning:} In this release, the @value{GDBN} commands for type and range
8235 checking are included, but they do not yet have any effect.  This
8236 section documents the intended facilities.
8237 @end quotation
8238 @c FIXME remove warning when type/range code added
8239
8240 Some languages are designed to guard you against making seemingly common
8241 errors through a series of compile- and run-time checks.  These include
8242 checking the type of arguments to functions and operators, and making
8243 sure mathematical overflows are caught at run time.  Checks such as
8244 these help to ensure a program's correctness once it has been compiled
8245 by eliminating type mismatches, and providing active checks for range
8246 errors when your program is running.
8247
8248 @value{GDBN} can check for conditions like the above if you wish.
8249 Although @value{GDBN} does not check the statements in your program,
8250 it can check expressions entered directly into @value{GDBN} for
8251 evaluation via the @code{print} command, for example.  As with the
8252 working language, @value{GDBN} can also decide whether or not to check
8253 automatically based on your program's source language.
8254 @xref{Supported languages, ,Supported languages}, for the default
8255 settings of supported languages.
8256
8257 @menu
8258 * Type Checking::               An overview of type checking
8259 * Range Checking::              An overview of range checking
8260 @end menu
8261
8262 @cindex type checking
8263 @cindex checks, type
8264 @node Type Checking
8265 @subsection An overview of type checking
8266
8267 Some languages, such as Modula-2, are strongly typed, meaning that the
8268 arguments to operators and functions have to be of the correct type,
8269 otherwise an error occurs.  These checks prevent type mismatch
8270 errors from ever causing any run-time problems.  For example,
8271
8272 @smallexample
8273 1 + 2 @result{} 3
8274 @exdent but
8275 @error{} 1 + 2.3
8276 @end smallexample
8277
8278 The second example fails because the @code{CARDINAL} 1 is not
8279 type-compatible with the @code{REAL} 2.3.
8280
8281 For the expressions you use in @value{GDBN} commands, you can tell the
8282 @value{GDBN} type checker to skip checking;
8283 to treat any mismatches as errors and abandon the expression;
8284 or to only issue warnings when type mismatches occur,
8285 but evaluate the expression anyway.  When you choose the last of
8286 these, @value{GDBN} evaluates expressions like the second example above, but
8287 also issues a warning.
8288
8289 Even if you turn type checking off, there may be other reasons
8290 related to type that prevent @value{GDBN} from evaluating an expression.
8291 For instance, @value{GDBN} does not know how to add an @code{int} and
8292 a @code{struct foo}.  These particular type errors have nothing to do
8293 with the language in use, and usually arise from expressions, such as
8294 the one described above, which make little sense to evaluate anyway.
8295
8296 Each language defines to what degree it is strict about type.  For
8297 instance, both Modula-2 and C require the arguments to arithmetical
8298 operators to be numbers.  In C, enumerated types and pointers can be
8299 represented as numbers, so that they are valid arguments to mathematical
8300 operators.  @xref{Supported languages, ,Supported languages}, for further
8301 details on specific languages.
8302
8303 @value{GDBN} provides some additional commands for controlling the type checker:
8304
8305 @kindex set check type
8306 @kindex show check type
8307 @table @code
8308 @item set check type auto
8309 Set type checking on or off based on the current working language.
8310 @xref{Supported languages, ,Supported languages}, for the default settings for
8311 each language.
8312
8313 @item set check type on
8314 @itemx set check type off
8315 Set type checking on or off, overriding the default setting for the
8316 current working language.  Issue a warning if the setting does not
8317 match the language default.  If any type mismatches occur in
8318 evaluating an expression while type checking is on, @value{GDBN} prints a
8319 message and aborts evaluation of the expression.
8320
8321 @item set check type warn
8322 Cause the type checker to issue warnings, but to always attempt to
8323 evaluate the expression.  Evaluating the expression may still
8324 be impossible for other reasons.  For example, @value{GDBN} cannot add
8325 numbers and structures.
8326
8327 @item show type
8328 Show the current setting of the type checker, and whether or not @value{GDBN}
8329 is setting it automatically.
8330 @end table
8331
8332 @cindex range checking
8333 @cindex checks, range
8334 @node Range Checking
8335 @subsection An overview of range checking
8336
8337 In some languages (such as Modula-2), it is an error to exceed the
8338 bounds of a type; this is enforced with run-time checks.  Such range
8339 checking is meant to ensure program correctness by making sure
8340 computations do not overflow, or indices on an array element access do
8341 not exceed the bounds of the array.
8342
8343 For expressions you use in @value{GDBN} commands, you can tell
8344 @value{GDBN} to treat range errors in one of three ways: ignore them,
8345 always treat them as errors and abandon the expression, or issue
8346 warnings but evaluate the expression anyway.
8347
8348 A range error can result from numerical overflow, from exceeding an
8349 array index bound, or when you type a constant that is not a member
8350 of any type.  Some languages, however, do not treat overflows as an
8351 error.  In many implementations of C, mathematical overflow causes the
8352 result to ``wrap around'' to lower values---for example, if @var{m} is
8353 the largest integer value, and @var{s} is the smallest, then
8354
8355 @smallexample
8356 @var{m} + 1 @result{} @var{s}
8357 @end smallexample
8358
8359 This, too, is specific to individual languages, and in some cases
8360 specific to individual compilers or machines.  @xref{Supported languages, ,
8361 Supported languages}, for further details on specific languages.
8362
8363 @value{GDBN} provides some additional commands for controlling the range checker:
8364
8365 @kindex set check range
8366 @kindex show check range
8367 @table @code
8368 @item set check range auto
8369 Set range checking on or off based on the current working language.
8370 @xref{Supported languages, ,Supported languages}, for the default settings for
8371 each language.
8372
8373 @item set check range on
8374 @itemx set check range off
8375 Set range checking on or off, overriding the default setting for the
8376 current working language.  A warning is issued if the setting does not
8377 match the language default.  If a range error occurs and range checking is on,
8378 then a message is printed and evaluation of the expression is aborted.
8379
8380 @item set check range warn
8381 Output messages when the @value{GDBN} range checker detects a range error,
8382 but attempt to evaluate the expression anyway.  Evaluating the
8383 expression may still be impossible for other reasons, such as accessing
8384 memory that the process does not own (a typical example from many Unix
8385 systems).
8386
8387 @item show range
8388 Show the current setting of the range checker, and whether or not it is
8389 being set automatically by @value{GDBN}.
8390 @end table
8391
8392 @node Supported languages
8393 @section Supported languages
8394
8395 @value{GDBN} supports C, C@t{++}, Objective-C, Fortran, Java, Pascal,
8396 assembly, Modula-2, and Ada.
8397 @c This is false ...
8398 Some @value{GDBN} features may be used in expressions regardless of the
8399 language you use: the @value{GDBN} @code{@@} and @code{::} operators,
8400 and the @samp{@{type@}addr} construct (@pxref{Expressions,
8401 ,Expressions}) can be used with the constructs of any supported
8402 language.
8403
8404 The following sections detail to what degree each source language is
8405 supported by @value{GDBN}.  These sections are not meant to be language
8406 tutorials or references, but serve only as a reference guide to what the
8407 @value{GDBN} expression parser accepts, and what input and output
8408 formats should look like for different languages.  There are many good
8409 books written on each of these languages; please look to these for a
8410 language reference or tutorial.
8411
8412 @menu
8413 * C::                           C and C@t{++}
8414 * Objective-C::                 Objective-C
8415 * Fortran::                     Fortran
8416 * Pascal::                      Pascal
8417 * Modula-2::                    Modula-2
8418 * Ada::                         Ada
8419 @end menu
8420
8421 @node C
8422 @subsection C and C@t{++}
8423
8424 @cindex C and C@t{++}
8425 @cindex expressions in C or C@t{++}
8426
8427 Since C and C@t{++} are so closely related, many features of @value{GDBN} apply
8428 to both languages.  Whenever this is the case, we discuss those languages
8429 together.
8430
8431 @cindex C@t{++}
8432 @cindex @code{g++}, @sc{gnu} C@t{++} compiler
8433 @cindex @sc{gnu} C@t{++}
8434 The C@t{++} debugging facilities are jointly implemented by the C@t{++}
8435 compiler and @value{GDBN}.  Therefore, to debug your C@t{++} code
8436 effectively, you must compile your C@t{++} programs with a supported
8437 C@t{++} compiler, such as @sc{gnu} @code{g++}, or the HP ANSI C@t{++}
8438 compiler (@code{aCC}).
8439
8440 For best results when using @sc{gnu} C@t{++}, use the DWARF 2 debugging
8441 format; if it doesn't work on your system, try the stabs+ debugging
8442 format.  You can select those formats explicitly with the @code{g++}
8443 command-line options @option{-gdwarf-2} and @option{-gstabs+}.
8444 @xref{Debugging Options,,Options for Debugging Your Program or @sc{gnu}
8445 CC, gcc.info, Using @sc{gnu} CC}.
8446
8447 @menu
8448 * C Operators::                 C and C@t{++} operators
8449 * C Constants::                 C and C@t{++} constants
8450 * C plus plus expressions::     C@t{++} expressions
8451 * C Defaults::                  Default settings for C and C@t{++}
8452 * C Checks::                    C and C@t{++} type and range checks
8453 * Debugging C::                 @value{GDBN} and C
8454 * Debugging C plus plus::       @value{GDBN} features for C@t{++}
8455 @end menu
8456
8457 @node C Operators
8458 @subsubsection C and C@t{++} operators
8459
8460 @cindex C and C@t{++} operators
8461
8462 Operators must be defined on values of specific types.  For instance,
8463 @code{+} is defined on numbers, but not on structures.  Operators are
8464 often defined on groups of types.
8465
8466 For the purposes of C and C@t{++}, the following definitions hold:
8467
8468 @itemize @bullet
8469
8470 @item
8471 @emph{Integral types} include @code{int} with any of its storage-class
8472 specifiers; @code{char}; @code{enum}; and, for C@t{++}, @code{bool}.
8473
8474 @item
8475 @emph{Floating-point types} include @code{float}, @code{double}, and
8476 @code{long double} (if supported by the target platform).
8477
8478 @item
8479 @emph{Pointer types} include all types defined as @code{(@var{type} *)}.
8480
8481 @item
8482 @emph{Scalar types} include all of the above.
8483
8484 @end itemize
8485
8486 @noindent
8487 The following operators are supported.  They are listed here
8488 in order of increasing precedence:
8489
8490 @table @code
8491 @item ,
8492 The comma or sequencing operator.  Expressions in a comma-separated list
8493 are evaluated from left to right, with the result of the entire
8494 expression being the last expression evaluated.
8495
8496 @item =
8497 Assignment.  The value of an assignment expression is the value
8498 assigned.  Defined on scalar types.
8499
8500 @item @var{op}=
8501 Used in an expression of the form @w{@code{@var{a} @var{op}= @var{b}}},
8502 and translated to @w{@code{@var{a} = @var{a op b}}}.
8503 @w{@code{@var{op}=}} and @code{=} have the same precedence.
8504 @var{op} is any one of the operators @code{|}, @code{^}, @code{&},
8505 @code{<<}, @code{>>}, @code{+}, @code{-}, @code{*}, @code{/}, @code{%}.
8506
8507 @item ?:
8508 The ternary operator.  @code{@var{a} ? @var{b} : @var{c}} can be thought
8509 of as:  if @var{a} then @var{b} else @var{c}.  @var{a} should be of an
8510 integral type.
8511
8512 @item ||
8513 Logical @sc{or}.  Defined on integral types.
8514
8515 @item &&
8516 Logical @sc{and}.  Defined on integral types.
8517
8518 @item |
8519 Bitwise @sc{or}.  Defined on integral types.
8520
8521 @item ^
8522 Bitwise exclusive-@sc{or}.  Defined on integral types.
8523
8524 @item &
8525 Bitwise @sc{and}.  Defined on integral types.
8526
8527 @item ==@r{, }!=
8528 Equality and inequality.  Defined on scalar types.  The value of these
8529 expressions is 0 for false and non-zero for true.
8530
8531 @item <@r{, }>@r{, }<=@r{, }>=
8532 Less than, greater than, less than or equal, greater than or equal.
8533 Defined on scalar types.  The value of these expressions is 0 for false
8534 and non-zero for true.
8535
8536 @item <<@r{, }>>
8537 left shift, and right shift.  Defined on integral types.
8538
8539 @item @@
8540 The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
8541
8542 @item +@r{, }-
8543 Addition and subtraction.  Defined on integral types, floating-point types and
8544 pointer types.
8545
8546 @item *@r{, }/@r{, }%
8547 Multiplication, division, and modulus.  Multiplication and division are
8548 defined on integral and floating-point types.  Modulus is defined on
8549 integral types.
8550
8551 @item ++@r{, }--
8552 Increment and decrement.  When appearing before a variable, the
8553 operation is performed before the variable is used in an expression;
8554 when appearing after it, the variable's value is used before the
8555 operation takes place.
8556
8557 @item *
8558 Pointer dereferencing.  Defined on pointer types.  Same precedence as
8559 @code{++}.
8560
8561 @item &
8562 Address operator.  Defined on variables.  Same precedence as @code{++}.
8563
8564 For debugging C@t{++}, @value{GDBN} implements a use of @samp{&} beyond what is
8565 allowed in the C@t{++} language itself: you can use @samp{&(&@var{ref})}
8566 (or, if you prefer, simply @samp{&&@var{ref}}) to examine the address
8567 where a C@t{++} reference variable (declared with @samp{&@var{ref}}) is
8568 stored.
8569
8570 @item -
8571 Negative.  Defined on integral and floating-point types.  Same
8572 precedence as @code{++}.
8573
8574 @item !
8575 Logical negation.  Defined on integral types.  Same precedence as
8576 @code{++}.
8577
8578 @item ~
8579 Bitwise complement operator.  Defined on integral types.  Same precedence as
8580 @code{++}.
8581
8582
8583 @item .@r{, }->
8584 Structure member, and pointer-to-structure member.  For convenience,
8585 @value{GDBN} regards the two as equivalent, choosing whether to dereference a
8586 pointer based on the stored type information.
8587 Defined on @code{struct} and @code{union} data.
8588
8589 @item .*@r{, }->*
8590 Dereferences of pointers to members.
8591
8592 @item []
8593 Array indexing.  @code{@var{a}[@var{i}]} is defined as
8594 @code{*(@var{a}+@var{i})}.  Same precedence as @code{->}.
8595
8596 @item ()
8597 Function parameter list.  Same precedence as @code{->}.
8598
8599 @item ::
8600 C@t{++} scope resolution operator.  Defined on @code{struct}, @code{union},
8601 and @code{class} types.
8602
8603 @item ::
8604 Doubled colons also represent the @value{GDBN} scope operator
8605 (@pxref{Expressions, ,Expressions}).  Same precedence as @code{::},
8606 above.
8607 @end table
8608
8609 If an operator is redefined in the user code, @value{GDBN} usually
8610 attempts to invoke the redefined version instead of using the operator's
8611 predefined meaning.
8612
8613 @menu
8614 * C Constants::
8615 @end menu
8616
8617 @node C Constants
8618 @subsubsection C and C@t{++} constants
8619
8620 @cindex C and C@t{++} constants
8621
8622 @value{GDBN} allows you to express the constants of C and C@t{++} in the
8623 following ways:
8624
8625 @itemize @bullet
8626 @item
8627 Integer constants are a sequence of digits.  Octal constants are
8628 specified by a leading @samp{0} (i.e.@: zero), and hexadecimal constants
8629 by a leading @samp{0x} or @samp{0X}.  Constants may also end with a letter
8630 @samp{l}, specifying that the constant should be treated as a
8631 @code{long} value.
8632
8633 @item
8634 Floating point constants are a sequence of digits, followed by a decimal
8635 point, followed by a sequence of digits, and optionally followed by an
8636 exponent.  An exponent is of the form:
8637 @samp{@w{e@r{[[}+@r{]|}-@r{]}@var{nnn}}}, where @var{nnn} is another
8638 sequence of digits.  The @samp{+} is optional for positive exponents.
8639 A floating-point constant may also end with a letter @samp{f} or
8640 @samp{F}, specifying that the constant should be treated as being of
8641 the @code{float} (as opposed to the default @code{double}) type; or with
8642 a letter @samp{l} or @samp{L}, which specifies a @code{long double}
8643 constant.
8644
8645 @item
8646 Enumerated constants consist of enumerated identifiers, or their
8647 integral equivalents.
8648
8649 @item
8650 Character constants are a single character surrounded by single quotes
8651 (@code{'}), or a number---the ordinal value of the corresponding character
8652 (usually its @sc{ascii} value).  Within quotes, the single character may
8653 be represented by a letter or by @dfn{escape sequences}, which are of
8654 the form @samp{\@var{nnn}}, where @var{nnn} is the octal representation
8655 of the character's ordinal value; or of the form @samp{\@var{x}}, where
8656 @samp{@var{x}} is a predefined special character---for example,
8657 @samp{\n} for newline.
8658
8659 @item
8660 String constants are a sequence of character constants surrounded by
8661 double quotes (@code{"}).  Any valid character constant (as described
8662 above) may appear.  Double quotes within the string must be preceded by
8663 a backslash, so for instance @samp{"a\"b'c"} is a string of five
8664 characters.
8665
8666 @item
8667 Pointer constants are an integral value.  You can also write pointers
8668 to constants using the C operator @samp{&}.
8669
8670 @item
8671 Array constants are comma-separated lists surrounded by braces @samp{@{}
8672 and @samp{@}}; for example, @samp{@{1,2,3@}} is a three-element array of
8673 integers, @samp{@{@{1,2@}, @{3,4@}, @{5,6@}@}} is a three-by-two array,
8674 and @samp{@{&"hi", &"there", &"fred"@}} is a three-element array of pointers.
8675 @end itemize
8676
8677 @menu
8678 * C plus plus expressions::
8679 * C Defaults::
8680 * C Checks::
8681
8682 * Debugging C::
8683 @end menu
8684
8685 @node C plus plus expressions
8686 @subsubsection C@t{++} expressions
8687
8688 @cindex expressions in C@t{++}
8689 @value{GDBN} expression handling can interpret most C@t{++} expressions.
8690
8691 @cindex debugging C@t{++} programs
8692 @cindex C@t{++} compilers
8693 @cindex debug formats and C@t{++}
8694 @cindex @value{NGCC} and C@t{++}
8695 @quotation
8696 @emph{Warning:} @value{GDBN} can only debug C@t{++} code if you use the
8697 proper compiler and the proper debug format.  Currently, @value{GDBN}
8698 works best when debugging C@t{++} code that is compiled with
8699 @value{NGCC} 2.95.3 or with @value{NGCC} 3.1 or newer, using the options
8700 @option{-gdwarf-2} or @option{-gstabs+}.  DWARF 2 is preferred over
8701 stabs+.  Most configurations of @value{NGCC} emit either DWARF 2 or
8702 stabs+ as their default debug format, so you usually don't need to
8703 specify a debug format explicitly.  Other compilers and/or debug formats
8704 are likely to work badly or not at all when using @value{GDBN} to debug
8705 C@t{++} code.
8706 @end quotation
8707
8708 @enumerate
8709
8710 @cindex member functions
8711 @item
8712 Member function calls are allowed; you can use expressions like
8713
8714 @smallexample
8715 count = aml->GetOriginal(x, y)
8716 @end smallexample
8717
8718 @vindex this@r{, inside C@t{++} member functions}
8719 @cindex namespace in C@t{++}
8720 @item
8721 While a member function is active (in the selected stack frame), your
8722 expressions have the same namespace available as the member function;
8723 that is, @value{GDBN} allows implicit references to the class instance
8724 pointer @code{this} following the same rules as C@t{++}.
8725
8726 @cindex call overloaded functions
8727 @cindex overloaded functions, calling
8728 @cindex type conversions in C@t{++}
8729 @item
8730 You can call overloaded functions; @value{GDBN} resolves the function
8731 call to the right definition, with some restrictions.  @value{GDBN} does not
8732 perform overload resolution involving user-defined type conversions,
8733 calls to constructors, or instantiations of templates that do not exist
8734 in the program.  It also cannot handle ellipsis argument lists or
8735 default arguments.
8736
8737 It does perform integral conversions and promotions, floating-point
8738 promotions, arithmetic conversions, pointer conversions, conversions of
8739 class objects to base classes, and standard conversions such as those of
8740 functions or arrays to pointers; it requires an exact match on the
8741 number of function arguments.
8742
8743 Overload resolution is always performed, unless you have specified
8744 @code{set overload-resolution off}.  @xref{Debugging C plus plus,
8745 ,@value{GDBN} features for C@t{++}}.
8746
8747 You must specify @code{set overload-resolution off} in order to use an
8748 explicit function signature to call an overloaded function, as in
8749 @smallexample
8750 p 'foo(char,int)'('x', 13)
8751 @end smallexample
8752
8753 The @value{GDBN} command-completion facility can simplify this;
8754 see @ref{Completion, ,Command completion}.
8755
8756 @cindex reference declarations
8757 @item
8758 @value{GDBN} understands variables declared as C@t{++} references; you can use
8759 them in expressions just as you do in C@t{++} source---they are automatically
8760 dereferenced.
8761
8762 In the parameter list shown when @value{GDBN} displays a frame, the values of
8763 reference variables are not displayed (unlike other variables); this
8764 avoids clutter, since references are often used for large structures.
8765 The @emph{address} of a reference variable is always shown, unless
8766 you have specified @samp{set print address off}.
8767
8768 @item
8769 @value{GDBN} supports the C@t{++} name resolution operator @code{::}---your
8770 expressions can use it just as expressions in your program do.  Since
8771 one scope may be defined in another, you can use @code{::} repeatedly if
8772 necessary, for example in an expression like
8773 @samp{@var{scope1}::@var{scope2}::@var{name}}.  @value{GDBN} also allows
8774 resolving name scope by reference to source files, in both C and C@t{++}
8775 debugging (@pxref{Variables, ,Program variables}).
8776 @end enumerate
8777
8778 In addition, when used with HP's C@t{++} compiler, @value{GDBN} supports
8779 calling virtual functions correctly, printing out virtual bases of
8780 objects, calling functions in a base subobject, casting objects, and
8781 invoking user-defined operators.
8782
8783 @node C Defaults
8784 @subsubsection C and C@t{++} defaults
8785
8786 @cindex C and C@t{++} defaults
8787
8788 If you allow @value{GDBN} to set type and range checking automatically, they
8789 both default to @code{off} whenever the working language changes to
8790 C or C@t{++}.  This happens regardless of whether you or @value{GDBN}
8791 selects the working language.
8792
8793 If you allow @value{GDBN} to set the language automatically, it
8794 recognizes source files whose names end with @file{.c}, @file{.C}, or
8795 @file{.cc}, etc, and when @value{GDBN} enters code compiled from one of
8796 these files, it sets the working language to C or C@t{++}.
8797 @xref{Automatically, ,Having @value{GDBN} infer the source language},
8798 for further details.
8799
8800 @c Type checking is (a) primarily motivated by Modula-2, and (b)
8801 @c unimplemented.  If (b) changes, it might make sense to let this node
8802 @c appear even if Mod-2 does not, but meanwhile ignore it. roland 16jul93.
8803
8804 @node C Checks
8805 @subsubsection C and C@t{++} type and range checks
8806
8807 @cindex C and C@t{++} checks
8808
8809 By default, when @value{GDBN} parses C or C@t{++} expressions, type checking
8810 is not used.  However, if you turn type checking on, @value{GDBN}
8811 considers two variables type equivalent if:
8812
8813 @itemize @bullet
8814 @item
8815 The two variables are structured and have the same structure, union, or
8816 enumerated tag.
8817
8818 @item
8819 The two variables have the same type name, or types that have been
8820 declared equivalent through @code{typedef}.
8821
8822 @ignore
8823 @c leaving this out because neither J Gilmore nor R Pesch understand it.
8824 @c FIXME--beers?
8825 @item
8826 The two @code{struct}, @code{union}, or @code{enum} variables are
8827 declared in the same declaration.  (Note: this may not be true for all C
8828 compilers.)
8829 @end ignore
8830 @end itemize
8831
8832 Range checking, if turned on, is done on mathematical operations.  Array
8833 indices are not checked, since they are often used to index a pointer
8834 that is not itself an array.
8835
8836 @node Debugging C
8837 @subsubsection @value{GDBN} and C
8838
8839 The @code{set print union} and @code{show print union} commands apply to
8840 the @code{union} type.  When set to @samp{on}, any @code{union} that is
8841 inside a @code{struct} or @code{class} is also printed.  Otherwise, it
8842 appears as @samp{@{...@}}.
8843
8844 The @code{@@} operator aids in the debugging of dynamic arrays, formed
8845 with pointers and a memory allocation function.  @xref{Expressions,
8846 ,Expressions}.
8847
8848 @menu
8849 * Debugging C plus plus::
8850 @end menu
8851
8852 @node Debugging C plus plus
8853 @subsubsection @value{GDBN} features for C@t{++}
8854
8855 @cindex commands for C@t{++}
8856
8857 Some @value{GDBN} commands are particularly useful with C@t{++}, and some are
8858 designed specifically for use with C@t{++}.  Here is a summary:
8859
8860 @table @code
8861 @cindex break in overloaded functions
8862 @item @r{breakpoint menus}
8863 When you want a breakpoint in a function whose name is overloaded,
8864 @value{GDBN} breakpoint menus help you specify which function definition
8865 you want.  @xref{Breakpoint Menus,,Breakpoint menus}.
8866
8867 @cindex overloading in C@t{++}
8868 @item rbreak @var{regex}
8869 Setting breakpoints using regular expressions is helpful for setting
8870 breakpoints on overloaded functions that are not members of any special
8871 classes.
8872 @xref{Set Breaks, ,Setting breakpoints}.
8873
8874 @cindex C@t{++} exception handling
8875 @item catch throw
8876 @itemx catch catch
8877 Debug C@t{++} exception handling using these commands.  @xref{Set
8878 Catchpoints, , Setting catchpoints}.
8879
8880 @cindex inheritance
8881 @item ptype @var{typename}
8882 Print inheritance relationships as well as other information for type
8883 @var{typename}.
8884 @xref{Symbols, ,Examining the Symbol Table}.
8885
8886 @cindex C@t{++} symbol display
8887 @item set print demangle
8888 @itemx show print demangle
8889 @itemx set print asm-demangle
8890 @itemx show print asm-demangle
8891 Control whether C@t{++} symbols display in their source form, both when
8892 displaying code as C@t{++} source and when displaying disassemblies.
8893 @xref{Print Settings, ,Print settings}.
8894
8895 @item set print object
8896 @itemx show print object
8897 Choose whether to print derived (actual) or declared types of objects.
8898 @xref{Print Settings, ,Print settings}.
8899
8900 @item set print vtbl
8901 @itemx show print vtbl
8902 Control the format for printing virtual function tables.
8903 @xref{Print Settings, ,Print settings}.
8904 (The @code{vtbl} commands do not work on programs compiled with the HP
8905 ANSI C@t{++} compiler (@code{aCC}).)
8906
8907 @kindex set overload-resolution
8908 @cindex overloaded functions, overload resolution
8909 @item set overload-resolution on
8910 Enable overload resolution for C@t{++} expression evaluation.  The default
8911 is on.  For overloaded functions, @value{GDBN} evaluates the arguments
8912 and searches for a function whose signature matches the argument types,
8913 using the standard C@t{++} conversion rules (see @ref{C plus plus expressions, ,C@t{++}
8914 expressions}, for details).  If it cannot find a match, it emits a
8915 message.
8916
8917 @item set overload-resolution off
8918 Disable overload resolution for C@t{++} expression evaluation.  For
8919 overloaded functions that are not class member functions, @value{GDBN}
8920 chooses the first function of the specified name that it finds in the
8921 symbol table, whether or not its arguments are of the correct type.  For
8922 overloaded functions that are class member functions, @value{GDBN}
8923 searches for a function whose signature @emph{exactly} matches the
8924 argument types.
8925
8926 @kindex show overload-resolution
8927 @item show overload-resolution
8928 Show the current setting of overload resolution.
8929
8930 @item @r{Overloaded symbol names}
8931 You can specify a particular definition of an overloaded symbol, using
8932 the same notation that is used to declare such symbols in C@t{++}: type
8933 @code{@var{symbol}(@var{types})} rather than just @var{symbol}.  You can
8934 also use the @value{GDBN} command-line word completion facilities to list the
8935 available choices, or to finish the type list for you.
8936 @xref{Completion,, Command completion}, for details on how to do this.
8937 @end table
8938
8939 @node Objective-C
8940 @subsection Objective-C
8941
8942 @cindex Objective-C
8943 This section provides information about some commands and command
8944 options that are useful for debugging Objective-C code.  See also
8945 @ref{Symbols, info classes}, and @ref{Symbols, info selectors}, for a
8946 few more commands specific to Objective-C support.
8947
8948 @menu
8949 * Method Names in Commands::
8950 * The Print Command with Objective-C::
8951 @end menu
8952
8953 @node Method Names in Commands, The Print Command with Objective-C, Objective-C, Objective-C
8954 @subsubsection Method Names in Commands
8955
8956 The following commands have been extended to accept Objective-C method
8957 names as line specifications:
8958
8959 @kindex clear@r{, and Objective-C}
8960 @kindex break@r{, and Objective-C}
8961 @kindex info line@r{, and Objective-C}
8962 @kindex jump@r{, and Objective-C}
8963 @kindex list@r{, and Objective-C}
8964 @itemize
8965 @item @code{clear}
8966 @item @code{break}
8967 @item @code{info line}
8968 @item @code{jump}
8969 @item @code{list}
8970 @end itemize
8971
8972 A fully qualified Objective-C method name is specified as
8973
8974 @smallexample
8975 -[@var{Class} @var{methodName}]
8976 @end smallexample
8977
8978 where the minus sign is used to indicate an instance method and a
8979 plus sign (not shown) is used to indicate a class method.  The class
8980 name @var{Class} and method name @var{methodName} are enclosed in
8981 brackets, similar to the way messages are specified in Objective-C
8982 source code.  For example, to set a breakpoint at the @code{create}
8983 instance method of class @code{Fruit} in the program currently being
8984 debugged, enter:
8985
8986 @smallexample
8987 break -[Fruit create]
8988 @end smallexample
8989
8990 To list ten program lines around the @code{initialize} class method,
8991 enter:
8992
8993 @smallexample
8994 list +[NSText initialize]
8995 @end smallexample
8996
8997 In the current version of @value{GDBN}, the plus or minus sign is
8998 required.  In future versions of @value{GDBN}, the plus or minus
8999 sign will be optional, but you can use it to narrow the search.  It
9000 is also possible to specify just a method name:
9001
9002 @smallexample
9003 break create
9004 @end smallexample
9005
9006 You must specify the complete method name, including any colons.  If
9007 your program's source files contain more than one @code{create} method,
9008 you'll be presented with a numbered list of classes that implement that
9009 method.  Indicate your choice by number, or type @samp{0} to exit if
9010 none apply.
9011
9012 As another example, to clear a breakpoint established at the
9013 @code{makeKeyAndOrderFront:} method of the @code{NSWindow} class, enter:
9014
9015 @smallexample
9016 clear -[NSWindow makeKeyAndOrderFront:]
9017 @end smallexample
9018
9019 @node The Print Command with Objective-C
9020 @subsubsection The Print Command With Objective-C
9021 @cindex Objective-C, print objects
9022 @kindex print-object
9023 @kindex po @r{(@code{print-object})}
9024
9025 The print command has also been extended to accept methods.  For example:
9026
9027 @smallexample
9028 print -[@var{object} hash]
9029 @end smallexample
9030
9031 @cindex print an Objective-C object description
9032 @cindex @code{_NSPrintForDebugger}, and printing Objective-C objects
9033 @noindent
9034 will tell @value{GDBN} to send the @code{hash} message to @var{object}
9035 and print the result.  Also, an additional command has been added,
9036 @code{print-object} or @code{po} for short, which is meant to print
9037 the description of an object.  However, this command may only work
9038 with certain Objective-C libraries that have a particular hook
9039 function, @code{_NSPrintForDebugger}, defined.
9040
9041 @node Fortran
9042 @subsection Fortran
9043 @cindex Fortran-specific support in @value{GDBN}
9044
9045 @table @code
9046 @cindex @code{COMMON} blocks, Fortran
9047 @kindex info common
9048 @item info common @r{[}@var{common-name}@r{]}
9049 This command prints the values contained in the Fortran @code{COMMON}
9050 block whose name is @var{common-name}.  With no argument, the names of
9051 all @code{COMMON} blocks visible at current program location are
9052 printed.
9053 @end table
9054
9055 Fortran symbols are usually case-insensitive, so @value{GDBN} by
9056 default uses case-insensitive matches for Fortran symbols.  You can
9057 change that with the @samp{set case-insensitive} command, see
9058 @ref{Symbols}, for the details.
9059
9060 @node Pascal
9061 @subsection Pascal
9062
9063 @cindex Pascal support in @value{GDBN}, limitations
9064 Debugging Pascal programs which use sets, subranges, file variables, or
9065 nested functions does not currently work.  @value{GDBN} does not support
9066 entering expressions, printing values, or similar features using Pascal
9067 syntax.
9068
9069 The Pascal-specific command @code{set print pascal_static-members}
9070 controls whether static members of Pascal objects are displayed.
9071 @xref{Print Settings, pascal_static-members}.
9072
9073 @node Modula-2
9074 @subsection Modula-2
9075
9076 @cindex Modula-2, @value{GDBN} support
9077
9078 The extensions made to @value{GDBN} to support Modula-2 only support
9079 output from the @sc{gnu} Modula-2 compiler (which is currently being
9080 developed).  Other Modula-2 compilers are not currently supported, and
9081 attempting to debug executables produced by them is most likely
9082 to give an error as @value{GDBN} reads in the executable's symbol
9083 table.
9084
9085 @cindex expressions in Modula-2
9086 @menu
9087 * M2 Operators::                Built-in operators
9088 * Built-In Func/Proc::          Built-in functions and procedures
9089 * M2 Constants::                Modula-2 constants
9090 * M2 Defaults::                 Default settings for Modula-2
9091 * Deviations::                  Deviations from standard Modula-2
9092 * M2 Checks::                   Modula-2 type and range checks
9093 * M2 Scope::                    The scope operators @code{::} and @code{.}
9094 * GDB/M2::                      @value{GDBN} and Modula-2
9095 @end menu
9096
9097 @node M2 Operators
9098 @subsubsection Operators
9099 @cindex Modula-2 operators
9100
9101 Operators must be defined on values of specific types.  For instance,
9102 @code{+} is defined on numbers, but not on structures.  Operators are
9103 often defined on groups of types.  For the purposes of Modula-2, the
9104 following definitions hold:
9105
9106 @itemize @bullet
9107
9108 @item
9109 @emph{Integral types} consist of @code{INTEGER}, @code{CARDINAL}, and
9110 their subranges.
9111
9112 @item
9113 @emph{Character types} consist of @code{CHAR} and its subranges.
9114
9115 @item
9116 @emph{Floating-point types} consist of @code{REAL}.
9117
9118 @item
9119 @emph{Pointer types} consist of anything declared as @code{POINTER TO
9120 @var{type}}.
9121
9122 @item
9123 @emph{Scalar types} consist of all of the above.
9124
9125 @item
9126 @emph{Set types} consist of @code{SET} and @code{BITSET} types.
9127
9128 @item
9129 @emph{Boolean types} consist of @code{BOOLEAN}.
9130 @end itemize
9131
9132 @noindent
9133 The following operators are supported, and appear in order of
9134 increasing precedence:
9135
9136 @table @code
9137 @item ,
9138 Function argument or array index separator.
9139
9140 @item :=
9141 Assignment.  The value of @var{var} @code{:=} @var{value} is
9142 @var{value}.
9143
9144 @item <@r{, }>
9145 Less than, greater than on integral, floating-point, or enumerated
9146 types.
9147
9148 @item <=@r{, }>=
9149 Less than or equal to, greater than or equal to
9150 on integral, floating-point and enumerated types, or set inclusion on
9151 set types.  Same precedence as @code{<}.
9152
9153 @item =@r{, }<>@r{, }#
9154 Equality and two ways of expressing inequality, valid on scalar types.
9155 Same precedence as @code{<}.  In @value{GDBN} scripts, only @code{<>} is
9156 available for inequality, since @code{#} conflicts with the script
9157 comment character.
9158
9159 @item IN
9160 Set membership.  Defined on set types and the types of their members.
9161 Same precedence as @code{<}.
9162
9163 @item OR
9164 Boolean disjunction.  Defined on boolean types.
9165
9166 @item AND@r{, }&
9167 Boolean conjunction.  Defined on boolean types.
9168
9169 @item @@
9170 The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
9171
9172 @item +@r{, }-
9173 Addition and subtraction on integral and floating-point types, or union
9174 and difference on set types.
9175
9176 @item *
9177 Multiplication on integral and floating-point types, or set intersection
9178 on set types.
9179
9180 @item /
9181 Division on floating-point types, or symmetric set difference on set
9182 types.  Same precedence as @code{*}.
9183
9184 @item DIV@r{, }MOD
9185 Integer division and remainder.  Defined on integral types.  Same
9186 precedence as @code{*}.
9187
9188 @item -
9189 Negative. Defined on @code{INTEGER} and @code{REAL} data.
9190
9191 @item ^
9192 Pointer dereferencing.  Defined on pointer types.
9193
9194 @item NOT
9195 Boolean negation.  Defined on boolean types.  Same precedence as
9196 @code{^}.
9197
9198 @item .
9199 @code{RECORD} field selector.  Defined on @code{RECORD} data.  Same
9200 precedence as @code{^}.
9201
9202 @item []
9203 Array indexing.  Defined on @code{ARRAY} data.  Same precedence as @code{^}.
9204
9205 @item ()
9206 Procedure argument list.  Defined on @code{PROCEDURE} objects.  Same precedence
9207 as @code{^}.
9208
9209 @item ::@r{, }.
9210 @value{GDBN} and Modula-2 scope operators.
9211 @end table
9212
9213 @quotation
9214 @emph{Warning:} Sets and their operations are not yet supported, so @value{GDBN}
9215 treats the use of the operator @code{IN}, or the use of operators
9216 @code{+}, @code{-}, @code{*}, @code{/}, @code{=}, , @code{<>}, @code{#},
9217 @code{<=}, and @code{>=} on sets as an error.
9218 @end quotation
9219
9220
9221 @node Built-In Func/Proc
9222 @subsubsection Built-in functions and procedures
9223 @cindex Modula-2 built-ins
9224
9225 Modula-2 also makes available several built-in procedures and functions.
9226 In describing these, the following metavariables are used:
9227
9228 @table @var
9229
9230 @item a
9231 represents an @code{ARRAY} variable.
9232
9233 @item c
9234 represents a @code{CHAR} constant or variable.
9235
9236 @item i
9237 represents a variable or constant of integral type.
9238
9239 @item m
9240 represents an identifier that belongs to a set.  Generally used in the
9241 same function with the metavariable @var{s}.  The type of @var{s} should
9242 be @code{SET OF @var{mtype}} (where @var{mtype} is the type of @var{m}).
9243
9244 @item n
9245 represents a variable or constant of integral or floating-point type.
9246
9247 @item r
9248 represents a variable or constant of floating-point type.
9249
9250 @item t
9251 represents a type.
9252
9253 @item v
9254 represents a variable.
9255
9256 @item x
9257 represents a variable or constant of one of many types.  See the
9258 explanation of the function for details.
9259 @end table
9260
9261 All Modula-2 built-in procedures also return a result, described below.
9262
9263 @table @code
9264 @item ABS(@var{n})
9265 Returns the absolute value of @var{n}.
9266
9267 @item CAP(@var{c})
9268 If @var{c} is a lower case letter, it returns its upper case
9269 equivalent, otherwise it returns its argument.
9270
9271 @item CHR(@var{i})
9272 Returns the character whose ordinal value is @var{i}.
9273
9274 @item DEC(@var{v})
9275 Decrements the value in the variable @var{v} by one.  Returns the new value.
9276
9277 @item DEC(@var{v},@var{i})
9278 Decrements the value in the variable @var{v} by @var{i}.  Returns the
9279 new value.
9280
9281 @item EXCL(@var{m},@var{s})
9282 Removes the element @var{m} from the set @var{s}.  Returns the new
9283 set.
9284
9285 @item FLOAT(@var{i})
9286 Returns the floating point equivalent of the integer @var{i}.
9287
9288 @item HIGH(@var{a})
9289 Returns the index of the last member of @var{a}.
9290
9291 @item INC(@var{v})
9292 Increments the value in the variable @var{v} by one.  Returns the new value.
9293
9294 @item INC(@var{v},@var{i})
9295 Increments the value in the variable @var{v} by @var{i}.  Returns the
9296 new value.
9297
9298 @item INCL(@var{m},@var{s})
9299 Adds the element @var{m} to the set @var{s} if it is not already
9300 there.  Returns the new set.
9301
9302 @item MAX(@var{t})
9303 Returns the maximum value of the type @var{t}.
9304
9305 @item MIN(@var{t})
9306 Returns the minimum value of the type @var{t}.
9307
9308 @item ODD(@var{i})
9309 Returns boolean TRUE if @var{i} is an odd number.
9310
9311 @item ORD(@var{x})
9312 Returns the ordinal value of its argument.  For example, the ordinal
9313 value of a character is its @sc{ascii} value (on machines supporting the
9314 @sc{ascii} character set).  @var{x} must be of an ordered type, which include
9315 integral, character and enumerated types.
9316
9317 @item SIZE(@var{x})
9318 Returns the size of its argument.  @var{x} can be a variable or a type.
9319
9320 @item TRUNC(@var{r})
9321 Returns the integral part of @var{r}.
9322
9323 @item VAL(@var{t},@var{i})
9324 Returns the member of the type @var{t} whose ordinal value is @var{i}.
9325 @end table
9326
9327 @quotation
9328 @emph{Warning:}  Sets and their operations are not yet supported, so
9329 @value{GDBN} treats the use of procedures @code{INCL} and @code{EXCL} as
9330 an error.
9331 @end quotation
9332
9333 @cindex Modula-2 constants
9334 @node M2 Constants
9335 @subsubsection Constants
9336
9337 @value{GDBN} allows you to express the constants of Modula-2 in the following
9338 ways:
9339
9340 @itemize @bullet
9341
9342 @item
9343 Integer constants are simply a sequence of digits.  When used in an
9344 expression, a constant is interpreted to be type-compatible with the
9345 rest of the expression.  Hexadecimal integers are specified by a
9346 trailing @samp{H}, and octal integers by a trailing @samp{B}.
9347
9348 @item
9349 Floating point constants appear as a sequence of digits, followed by a
9350 decimal point and another sequence of digits.  An optional exponent can
9351 then be specified, in the form @samp{E@r{[}+@r{|}-@r{]}@var{nnn}}, where
9352 @samp{@r{[}+@r{|}-@r{]}@var{nnn}} is the desired exponent.  All of the
9353 digits of the floating point constant must be valid decimal (base 10)
9354 digits.
9355
9356 @item
9357 Character constants consist of a single character enclosed by a pair of
9358 like quotes, either single (@code{'}) or double (@code{"}).  They may
9359 also be expressed by their ordinal value (their @sc{ascii} value, usually)
9360 followed by a @samp{C}.
9361
9362 @item
9363 String constants consist of a sequence of characters enclosed by a
9364 pair of like quotes, either single (@code{'}) or double (@code{"}).
9365 Escape sequences in the style of C are also allowed.  @xref{C
9366 Constants, ,C and C@t{++} constants}, for a brief explanation of escape
9367 sequences.
9368
9369 @item
9370 Enumerated constants consist of an enumerated identifier.
9371
9372 @item
9373 Boolean constants consist of the identifiers @code{TRUE} and
9374 @code{FALSE}.
9375
9376 @item
9377 Pointer constants consist of integral values only.
9378
9379 @item
9380 Set constants are not yet supported.
9381 @end itemize
9382
9383 @node M2 Defaults
9384 @subsubsection Modula-2 defaults
9385 @cindex Modula-2 defaults
9386
9387 If type and range checking are set automatically by @value{GDBN}, they
9388 both default to @code{on} whenever the working language changes to
9389 Modula-2.  This happens regardless of whether you or @value{GDBN}
9390 selected the working language.
9391
9392 If you allow @value{GDBN} to set the language automatically, then entering
9393 code compiled from a file whose name ends with @file{.mod} sets the
9394 working language to Modula-2.  @xref{Automatically, ,Having @value{GDBN} set
9395 the language automatically}, for further details.
9396
9397 @node Deviations
9398 @subsubsection Deviations from standard Modula-2
9399 @cindex Modula-2, deviations from
9400
9401 A few changes have been made to make Modula-2 programs easier to debug.
9402 This is done primarily via loosening its type strictness:
9403
9404 @itemize @bullet
9405 @item
9406 Unlike in standard Modula-2, pointer constants can be formed by
9407 integers.  This allows you to modify pointer variables during
9408 debugging.  (In standard Modula-2, the actual address contained in a
9409 pointer variable is hidden from you; it can only be modified
9410 through direct assignment to another pointer variable or expression that
9411 returned a pointer.)
9412
9413 @item
9414 C escape sequences can be used in strings and characters to represent
9415 non-printable characters.  @value{GDBN} prints out strings with these
9416 escape sequences embedded.  Single non-printable characters are
9417 printed using the @samp{CHR(@var{nnn})} format.
9418
9419 @item
9420 The assignment operator (@code{:=}) returns the value of its right-hand
9421 argument.
9422
9423 @item
9424 All built-in procedures both modify @emph{and} return their argument.
9425 @end itemize
9426
9427 @node M2 Checks
9428 @subsubsection Modula-2 type and range checks
9429 @cindex Modula-2 checks
9430
9431 @quotation
9432 @emph{Warning:} in this release, @value{GDBN} does not yet perform type or
9433 range checking.
9434 @end quotation
9435 @c FIXME remove warning when type/range checks added
9436
9437 @value{GDBN} considers two Modula-2 variables type equivalent if:
9438
9439 @itemize @bullet
9440 @item
9441 They are of types that have been declared equivalent via a @code{TYPE
9442 @var{t1} = @var{t2}} statement
9443
9444 @item
9445 They have been declared on the same line.  (Note:  This is true of the
9446 @sc{gnu} Modula-2 compiler, but it may not be true of other compilers.)
9447 @end itemize
9448
9449 As long as type checking is enabled, any attempt to combine variables
9450 whose types are not equivalent is an error.
9451
9452 Range checking is done on all mathematical operations, assignment, array
9453 index bounds, and all built-in functions and procedures.
9454
9455 @node M2 Scope
9456 @subsubsection The scope operators @code{::} and @code{.}
9457 @cindex scope
9458 @cindex @code{.}, Modula-2 scope operator
9459 @cindex colon, doubled as scope operator
9460 @ifinfo
9461 @vindex colon-colon@r{, in Modula-2}
9462 @c Info cannot handle :: but TeX can.
9463 @end ifinfo
9464 @iftex
9465 @vindex ::@r{, in Modula-2}
9466 @end iftex
9467
9468 There are a few subtle differences between the Modula-2 scope operator
9469 (@code{.}) and the @value{GDBN} scope operator (@code{::}).  The two have
9470 similar syntax:
9471
9472 @smallexample
9473
9474 @var{module} . @var{id}
9475 @var{scope} :: @var{id}
9476 @end smallexample
9477
9478 @noindent
9479 where @var{scope} is the name of a module or a procedure,
9480 @var{module} the name of a module, and @var{id} is any declared
9481 identifier within your program, except another module.
9482
9483 Using the @code{::} operator makes @value{GDBN} search the scope
9484 specified by @var{scope} for the identifier @var{id}.  If it is not
9485 found in the specified scope, then @value{GDBN} searches all scopes
9486 enclosing the one specified by @var{scope}.
9487
9488 Using the @code{.} operator makes @value{GDBN} search the current scope for
9489 the identifier specified by @var{id} that was imported from the
9490 definition module specified by @var{module}.  With this operator, it is
9491 an error if the identifier @var{id} was not imported from definition
9492 module @var{module}, or if @var{id} is not an identifier in
9493 @var{module}.
9494
9495 @node GDB/M2
9496 @subsubsection @value{GDBN} and Modula-2
9497
9498 Some @value{GDBN} commands have little use when debugging Modula-2 programs.
9499 Five subcommands of @code{set print} and @code{show print} apply
9500 specifically to C and C@t{++}: @samp{vtbl}, @samp{demangle},
9501 @samp{asm-demangle}, @samp{object}, and @samp{union}.  The first four
9502 apply to C@t{++}, and the last to the C @code{union} type, which has no direct
9503 analogue in Modula-2.
9504
9505 The @code{@@} operator (@pxref{Expressions, ,Expressions}), while available
9506 with any language, is not useful with Modula-2.  Its
9507 intent is to aid the debugging of @dfn{dynamic arrays}, which cannot be
9508 created in Modula-2 as they can in C or C@t{++}.  However, because an
9509 address can be specified by an integral constant, the construct
9510 @samp{@{@var{type}@}@var{adrexp}} is still useful.
9511
9512 @cindex @code{#} in Modula-2
9513 In @value{GDBN} scripts, the Modula-2 inequality operator @code{#} is
9514 interpreted as the beginning of a comment.  Use @code{<>} instead.
9515
9516 @node Ada
9517 @subsection Ada
9518 @cindex Ada
9519
9520 The extensions made to @value{GDBN} for Ada only support
9521 output from the @sc{gnu} Ada (GNAT) compiler.
9522 Other Ada compilers are not currently supported, and
9523 attempting to debug executables produced by them is most likely
9524 to be difficult.
9525
9526
9527 @cindex expressions in Ada
9528 @menu
9529 * Ada Mode Intro::              General remarks on the Ada syntax 
9530                                    and semantics supported by Ada mode 
9531                                    in @value{GDBN}.
9532 * Omissions from Ada::          Restrictions on the Ada expression syntax.
9533 * Additions to Ada::            Extensions of the Ada expression syntax.
9534 * Stopping Before Main Program:: Debugging the program during elaboration.
9535 * Ada Glitches::                Known peculiarities of Ada mode.
9536 @end menu
9537
9538 @node Ada Mode Intro
9539 @subsubsection Introduction
9540 @cindex Ada mode, general
9541
9542 The Ada mode of @value{GDBN} supports a fairly large subset of Ada expression 
9543 syntax, with some extensions.
9544 The philosophy behind the design of this subset is 
9545
9546 @itemize @bullet
9547 @item
9548 That @value{GDBN} should provide basic literals and access to operations for 
9549 arithmetic, dereferencing, field selection, indexing, and subprogram calls, 
9550 leaving more sophisticated computations to subprograms written into the
9551 program (which therefore may be called from @value{GDBN}).
9552
9553 @item 
9554 That type safety and strict adherence to Ada language restrictions
9555 are not particularly important to the @value{GDBN} user.
9556
9557 @item 
9558 That brevity is important to the @value{GDBN} user.
9559 @end itemize
9560
9561 Thus, for brevity, the debugger acts as if there were 
9562 implicit @code{with} and @code{use} clauses in effect for all user-written 
9563 packages, making it unnecessary to fully qualify most names with 
9564 their packages, regardless of context.  Where this causes ambiguity, 
9565 @value{GDBN} asks the user's intent.
9566
9567 The debugger will start in Ada mode if it detects an Ada main program. 
9568 As for other languages, it will enter Ada mode when stopped in a program that
9569 was translated from an Ada source file.
9570
9571 While in Ada mode, you may use `@t{--}' for comments.  This is useful 
9572 mostly for documenting command files.  The standard @value{GDBN} comment 
9573 (@samp{#}) still works at the beginning of a line in Ada mode, but not in the 
9574 middle (to allow based literals).
9575
9576 The debugger supports limited overloading.  Given a subprogram call in which
9577 the function symbol has multiple definitions, it will use the number of 
9578 actual parameters and some information about their types to attempt to narrow
9579 the set of definitions.  It also makes very limited use of context, preferring
9580 procedures to functions in the context of the @code{call} command, and
9581 functions to procedures elsewhere. 
9582
9583 @node Omissions from Ada
9584 @subsubsection Omissions from Ada
9585 @cindex Ada, omissions from
9586
9587 Here are the notable omissions from the subset:
9588
9589 @itemize @bullet
9590 @item
9591 Only a subset of the attributes are supported:
9592
9593 @itemize @minus
9594 @item
9595 @t{'First}, @t{'Last}, and @t{'Length}
9596  on array objects (not on types and subtypes).
9597
9598 @item
9599 @t{'Min} and @t{'Max}.  
9600
9601 @item 
9602 @t{'Pos} and @t{'Val}. 
9603
9604 @item
9605 @t{'Tag}.
9606
9607 @item
9608 @t{'Range} on array objects (not subtypes), but only as the right
9609 operand of the membership (@code{in}) operator.
9610
9611 @item 
9612 @t{'Access}, @t{'Unchecked_Access}, and 
9613 @t{'Unrestricted_Access} (a GNAT extension).
9614
9615 @item
9616 @t{'Address}.
9617 @end itemize
9618
9619 @item
9620 The names in
9621 @code{Characters.Latin_1} are not available and
9622 concatenation is not implemented.  Thus, escape characters in strings are 
9623 not currently available.
9624
9625 @item
9626 Equality tests (@samp{=} and @samp{/=}) on arrays test for bitwise
9627 equality of representations.  They will generally work correctly
9628 for strings and arrays whose elements have integer or enumeration types.
9629 They may not work correctly for arrays whose element
9630 types have user-defined equality, for arrays of real values 
9631 (in particular, IEEE-conformant floating point, because of negative
9632 zeroes and NaNs), and for arrays whose elements contain unused bits with
9633 indeterminate values.  
9634
9635 @item
9636 The other component-by-component array operations (@code{and}, @code{or}, 
9637 @code{xor}, @code{not}, and relational tests other than equality)
9638 are not implemented. 
9639
9640 @item 
9641 There are no record or array aggregates.
9642
9643 @item
9644 Calls to dispatching subprograms are not implemented.
9645
9646 @item
9647 The overloading algorithm is much more limited (i.e., less selective)
9648 than that of real Ada.  It makes only limited use of the context in which a subexpression
9649 appears to resolve its meaning, and it is much looser in its rules for allowing
9650 type matches.  As a result, some function calls will be ambiguous, and the user
9651 will be asked to choose the proper resolution.
9652
9653 @item
9654 The @code{new} operator is not implemented.
9655
9656 @item
9657 Entry calls are not implemented.
9658
9659 @item 
9660 Aside from printing, arithmetic operations on the native VAX floating-point 
9661 formats are not supported.
9662
9663 @item
9664 It is not possible to slice a packed array.
9665 @end itemize
9666
9667 @node Additions to Ada
9668 @subsubsection Additions to Ada
9669 @cindex Ada, deviations from 
9670
9671 As it does for other languages, @value{GDBN} makes certain generic
9672 extensions to Ada (@pxref{Expressions}):
9673
9674 @itemize @bullet
9675 @item
9676 If the expression @var{E} is a variable residing in memory 
9677 (typically a local variable or array element) and @var{N} is 
9678 a positive integer, then @code{@var{E}@@@var{N}} displays the values of
9679 @var{E} and the @var{N}-1 adjacent variables following it in memory as an array.  
9680 In Ada, this operator is generally not necessary, since its prime use
9681 is in displaying parts of an array, and slicing will usually do this in Ada.
9682 However, there are occasional uses when debugging programs
9683 in which certain debugging information has been optimized away.
9684
9685 @item
9686 @code{@var{B}::@var{var}} means ``the variable named @var{var} that appears
9687 in function or file @var{B}.''  When @var{B} is a file name, you must typically
9688 surround it in single quotes.
9689
9690 @item 
9691 The expression @code{@{@var{type}@} @var{addr}} means ``the variable of type
9692 @var{type} that appears at address @var{addr}.''
9693
9694 @item
9695 A name starting with @samp{$} is a convenience variable 
9696 (@pxref{Convenience Vars}) or a machine register (@pxref{Registers}).
9697 @end itemize
9698
9699 In addition, @value{GDBN} provides a few other shortcuts and outright additions specific 
9700 to Ada:
9701
9702 @itemize @bullet
9703 @item 
9704 The assignment statement is allowed as an expression, returning
9705 its right-hand operand as its value.  Thus, you may enter
9706
9707 @smallexample
9708 set x := y + 3
9709 print A(tmp := y + 1)
9710 @end smallexample
9711
9712 @item 
9713 The semicolon is allowed as an ``operator,''  returning as its value 
9714 the value of its right-hand operand.
9715 This allows, for example,
9716 complex conditional breaks:
9717
9718 @smallexample
9719 break f
9720 condition 1 (report(i); k += 1; A(k) > 100)
9721 @end smallexample
9722
9723 @item 
9724 Rather than use catenation and symbolic character names to introduce special 
9725 characters into strings, one may instead use a special bracket notation, 
9726 which is also used to print strings.  A sequence of characters of the form 
9727 @samp{["@var{XX}"]} within a string or character literal denotes the 
9728 (single) character whose numeric encoding is @var{XX} in hexadecimal.  The
9729 sequence of characters @samp{["""]} also denotes a single quotation mark 
9730 in strings.   For example,
9731 @smallexample
9732    "One line.["0a"]Next line.["0a"]"
9733 @end smallexample
9734 @noindent
9735 contains an ASCII newline character (@code{Ada.Characters.Latin_1.LF}) after each
9736 period.
9737
9738 @item
9739 The subtype used as a prefix for the attributes @t{'Pos}, @t{'Min}, and
9740 @t{'Max} is optional (and is ignored in any case).  For example, it is valid
9741 to write
9742
9743 @smallexample
9744 print 'max(x, y)
9745 @end smallexample
9746
9747 @item
9748 When printing arrays, @value{GDBN} uses positional notation when the 
9749 array has a lower bound of 1, and uses a modified named notation otherwise.
9750 For example, a one-dimensional array of three integers with a lower bound of 3 might print as
9751
9752 @smallexample
9753 (3 => 10, 17, 1)
9754 @end smallexample
9755
9756 @noindent
9757 That is, in contrast to valid Ada, only the first component has a @code{=>} 
9758 clause.
9759
9760 @item
9761 You may abbreviate attributes in expressions with any unique,
9762 multi-character subsequence of 
9763 their names (an exact match gets preference).
9764 For example, you may use @t{a'len}, @t{a'gth}, or @t{a'lh}
9765 in place of  @t{a'length}.
9766
9767 @item
9768 @cindex quoting Ada internal identifiers
9769 Since Ada is case-insensitive, the debugger normally maps identifiers you type 
9770 to lower case.  The GNAT compiler uses upper-case characters for 
9771 some of its internal identifiers, which are normally of no interest to users.
9772 For the rare occasions when you actually have to look at them,
9773 enclose them in angle brackets to avoid the lower-case mapping. 
9774 For example,
9775 @smallexample
9776 @value{GDBP} print <JMPBUF_SAVE>[0]
9777 @end smallexample
9778
9779 @item
9780 Printing an object of class-wide type or dereferencing an 
9781 access-to-class-wide value will display all the components of the object's
9782 specific type (as indicated by its run-time tag).  Likewise, component
9783 selection on such a value will operate on the specific type of the
9784 object.
9785
9786 @end itemize
9787
9788 @node Stopping Before Main Program
9789 @subsubsection Stopping at the Very Beginning
9790
9791 @cindex breakpointing Ada elaboration code
9792 It is sometimes necessary to debug the program during elaboration, and
9793 before reaching the main procedure.
9794 As defined in the Ada Reference
9795 Manual, the elaboration code is invoked from a procedure called
9796 @code{adainit}.  To run your program up to the beginning of
9797 elaboration, simply use the following two commands:
9798 @code{tbreak adainit} and @code{run}.
9799
9800 @node Ada Glitches
9801 @subsubsection Known Peculiarities of Ada Mode
9802 @cindex Ada, problems
9803
9804 Besides the omissions listed previously (@pxref{Omissions from Ada}),
9805 we know of several problems with and limitations of Ada mode in
9806 @value{GDBN},
9807 some of which will be fixed with planned future releases of the debugger 
9808 and the GNU Ada compiler.
9809
9810 @itemize @bullet
9811 @item
9812 Currently, the debugger 
9813 has insufficient information to determine whether certain pointers represent
9814 pointers to objects or the objects themselves.
9815 Thus, the user may have to tack an extra @code{.all} after an expression
9816 to get it printed properly.
9817
9818 @item 
9819 Static constants that the compiler chooses not to materialize as objects in 
9820 storage are invisible to the debugger.
9821
9822 @item
9823 Named parameter associations in function argument lists are ignored (the
9824 argument lists are treated as positional).
9825
9826 @item
9827 Many useful library packages are currently invisible to the debugger.
9828
9829 @item
9830 Fixed-point arithmetic, conversions, input, and output is carried out using 
9831 floating-point arithmetic, and may give results that only approximate those on 
9832 the host machine.
9833
9834 @item
9835 The type of the @t{'Address} attribute may not be @code{System.Address}.
9836
9837 @item
9838 The GNAT compiler never generates the prefix @code{Standard} for any of 
9839 the standard symbols defined by the Ada language.  @value{GDBN} knows about 
9840 this: it will strip the prefix from names when you use it, and will never
9841 look for a name you have so qualified among local symbols, nor match against
9842 symbols in other packages or subprograms.  If you have 
9843 defined entities anywhere in your program other than parameters and 
9844 local variables whose simple names match names in @code{Standard}, 
9845 GNAT's lack of qualification here can cause confusion.  When this happens,
9846 you can usually resolve the confusion 
9847 by qualifying the problematic names with package
9848 @code{Standard} explicitly.  
9849 @end itemize
9850
9851 @node Unsupported languages
9852 @section Unsupported languages
9853
9854 @cindex unsupported languages
9855 @cindex minimal language
9856 In addition to the other fully-supported programming languages,
9857 @value{GDBN} also provides a pseudo-language, called @code{minimal}.
9858 It does not represent a real programming language, but provides a set
9859 of capabilities close to what the C or assembly languages provide.
9860 This should allow most simple operations to be performed while debugging
9861 an application that uses a language currently not supported by @value{GDBN}.
9862
9863 If the language is set to @code{auto}, @value{GDBN} will automatically
9864 select this language if the current frame corresponds to an unsupported
9865 language.
9866
9867 @node Symbols
9868 @chapter Examining the Symbol Table
9869
9870 The commands described in this chapter allow you to inquire about the
9871 symbols (names of variables, functions and types) defined in your
9872 program.  This information is inherent in the text of your program and
9873 does not change as your program executes.  @value{GDBN} finds it in your
9874 program's symbol table, in the file indicated when you started @value{GDBN}
9875 (@pxref{File Options, ,Choosing files}), or by one of the
9876 file-management commands (@pxref{Files, ,Commands to specify files}).
9877
9878 @cindex symbol names
9879 @cindex names of symbols
9880 @cindex quoting names
9881 Occasionally, you may need to refer to symbols that contain unusual
9882 characters, which @value{GDBN} ordinarily treats as word delimiters.  The
9883 most frequent case is in referring to static variables in other
9884 source files (@pxref{Variables,,Program variables}).  File names
9885 are recorded in object files as debugging symbols, but @value{GDBN} would
9886 ordinarily parse a typical file name, like @file{foo.c}, as the three words
9887 @samp{foo} @samp{.} @samp{c}.  To allow @value{GDBN} to recognize
9888 @samp{foo.c} as a single symbol, enclose it in single quotes; for example,
9889
9890 @smallexample
9891 p 'foo.c'::x
9892 @end smallexample
9893
9894 @noindent
9895 looks up the value of @code{x} in the scope of the file @file{foo.c}.
9896
9897 @table @code
9898 @cindex case-insensitive symbol names
9899 @cindex case sensitivity in symbol names
9900 @kindex set case-sensitive
9901 @item set case-sensitive on
9902 @itemx set case-sensitive off
9903 @itemx set case-sensitive auto
9904 Normally, when @value{GDBN} looks up symbols, it matches their names
9905 with case sensitivity determined by the current source language.
9906 Occasionally, you may wish to control that.  The command @code{set
9907 case-sensitive} lets you do that by specifying @code{on} for
9908 case-sensitive matches or @code{off} for case-insensitive ones.  If
9909 you specify @code{auto}, case sensitivity is reset to the default
9910 suitable for the source language.  The default is case-sensitive
9911 matches for all languages except for Fortran, for which the default is
9912 case-insensitive matches.
9913
9914 @kindex show case-sensitive
9915 @item show case-sensitive
9916 This command shows the current setting of case sensitivity for symbols
9917 lookups.
9918
9919 @kindex info address
9920 @cindex address of a symbol
9921 @item info address @var{symbol}
9922 Describe where the data for @var{symbol} is stored.  For a register
9923 variable, this says which register it is kept in.  For a non-register
9924 local variable, this prints the stack-frame offset at which the variable
9925 is always stored.
9926
9927 Note the contrast with @samp{print &@var{symbol}}, which does not work
9928 at all for a register variable, and for a stack local variable prints
9929 the exact address of the current instantiation of the variable.
9930
9931 @kindex info symbol
9932 @cindex symbol from address
9933 @cindex closest symbol and offset for an address
9934 @item info symbol @var{addr}
9935 Print the name of a symbol which is stored at the address @var{addr}.
9936 If no symbol is stored exactly at @var{addr}, @value{GDBN} prints the
9937 nearest symbol and an offset from it:
9938
9939 @smallexample
9940 (@value{GDBP}) info symbol 0x54320
9941 _initialize_vx + 396 in section .text
9942 @end smallexample
9943
9944 @noindent
9945 This is the opposite of the @code{info address} command.  You can use
9946 it to find out the name of a variable or a function given its address.
9947
9948 @kindex whatis
9949 @item whatis @var{expr}
9950 Print the data type of expression @var{expr}.  @var{expr} is not
9951 actually evaluated, and any side-effecting operations (such as
9952 assignments or function calls) inside it do not take place.
9953 @xref{Expressions, ,Expressions}.
9954
9955 @item whatis
9956 Print the data type of @code{$}, the last value in the value history.
9957
9958 @kindex ptype
9959 @item ptype @var{typename}
9960 Print a description of data type @var{typename}.  @var{typename} may be
9961 the name of a type, or for C code it may have the form @samp{class
9962 @var{class-name}}, @samp{struct @var{struct-tag}}, @samp{union
9963 @var{union-tag}} or @samp{enum @var{enum-tag}}.
9964
9965 @item ptype @var{expr}
9966 @itemx ptype
9967 Print a description of the type of expression @var{expr}.  @code{ptype}
9968 differs from @code{whatis} by printing a detailed description, instead
9969 of just the name of the type.
9970
9971 For example, for this variable declaration:
9972
9973 @smallexample
9974 struct complex @{double real; double imag;@} v;
9975 @end smallexample
9976
9977 @noindent
9978 the two commands give this output:
9979
9980 @smallexample
9981 @group
9982 (@value{GDBP}) whatis v
9983 type = struct complex
9984 (@value{GDBP}) ptype v
9985 type = struct complex @{
9986     double real;
9987     double imag;
9988 @}
9989 @end group
9990 @end smallexample
9991
9992 @noindent
9993 As with @code{whatis}, using @code{ptype} without an argument refers to
9994 the type of @code{$}, the last value in the value history.
9995
9996 @kindex info types
9997 @item info types @var{regexp}
9998 @itemx info types
9999 Print a brief description of all types whose names match the regular
10000 expression @var{regexp} (or all types in your program, if you supply
10001 no argument).  Each complete typename is matched as though it were a
10002 complete line; thus, @samp{i type value} gives information on all
10003 types in your program whose names include the string @code{value}, but
10004 @samp{i type ^value$} gives information only on types whose complete
10005 name is @code{value}.
10006
10007 This command differs from @code{ptype} in two ways: first, like
10008 @code{whatis}, it does not print a detailed description; second, it
10009 lists all source files where a type is defined.
10010
10011 @kindex info scope
10012 @cindex local variables
10013 @item info scope @var{location}
10014 List all the variables local to a particular scope.  This command
10015 accepts a @var{location} argument---a function name, a source line, or
10016 an address preceded by a @samp{*}, and prints all the variables local
10017 to the scope defined by that location.  For example:
10018
10019 @smallexample
10020 (@value{GDBP}) @b{info scope command_line_handler}
10021 Scope for command_line_handler:
10022 Symbol rl is an argument at stack/frame offset 8, length 4.
10023 Symbol linebuffer is in static storage at address 0x150a18, length 4.
10024 Symbol linelength is in static storage at address 0x150a1c, length 4.
10025 Symbol p is a local variable in register $esi, length 4.
10026 Symbol p1 is a local variable in register $ebx, length 4.
10027 Symbol nline is a local variable in register $edx, length 4.
10028 Symbol repeat is a local variable at frame offset -8, length 4.
10029 @end smallexample
10030
10031 @noindent
10032 This command is especially useful for determining what data to collect
10033 during a @dfn{trace experiment}, see @ref{Tracepoint Actions,
10034 collect}.
10035
10036 @kindex info source
10037 @item info source
10038 Show information about the current source file---that is, the source file for
10039 the function containing the current point of execution:
10040 @itemize @bullet
10041 @item
10042 the name of the source file, and the directory containing it,
10043 @item
10044 the directory it was compiled in,
10045 @item
10046 its length, in lines,
10047 @item
10048 which programming language it is written in,
10049 @item
10050 whether the executable includes debugging information for that file, and
10051 if so, what format the information is in (e.g., STABS, Dwarf 2, etc.), and
10052 @item
10053 whether the debugging information includes information about
10054 preprocessor macros.
10055 @end itemize
10056
10057
10058 @kindex info sources
10059 @item info sources
10060 Print the names of all source files in your program for which there is
10061 debugging information, organized into two lists: files whose symbols
10062 have already been read, and files whose symbols will be read when needed.
10063
10064 @kindex info functions
10065 @item info functions
10066 Print the names and data types of all defined functions.
10067
10068 @item info functions @var{regexp}
10069 Print the names and data types of all defined functions
10070 whose names contain a match for regular expression @var{regexp}.
10071 Thus, @samp{info fun step} finds all functions whose names
10072 include @code{step}; @samp{info fun ^step} finds those whose names
10073 start with @code{step}.  If a function name contains characters
10074 that conflict with the regular expression language (eg.
10075 @samp{operator*()}), they may be quoted with a backslash.
10076
10077 @kindex info variables
10078 @item info variables
10079 Print the names and data types of all variables that are declared
10080 outside of functions (i.e.@: excluding local variables).
10081
10082 @item info variables @var{regexp}
10083 Print the names and data types of all variables (except for local
10084 variables) whose names contain a match for regular expression
10085 @var{regexp}.
10086
10087 @kindex info classes
10088 @cindex Objective-C, classes and selectors
10089 @item info classes
10090 @itemx info classes @var{regexp}
10091 Display all Objective-C classes in your program, or
10092 (with the @var{regexp} argument) all those matching a particular regular
10093 expression.
10094
10095 @kindex info selectors
10096 @item info selectors
10097 @itemx info selectors @var{regexp}
10098 Display all Objective-C selectors in your program, or
10099 (with the @var{regexp} argument) all those matching a particular regular
10100 expression.
10101
10102 @ignore
10103 This was never implemented.
10104 @kindex info methods
10105 @item info methods
10106 @itemx info methods @var{regexp}
10107 The @code{info methods} command permits the user to examine all defined
10108 methods within C@t{++} program, or (with the @var{regexp} argument) a
10109 specific set of methods found in the various C@t{++} classes.  Many
10110 C@t{++} classes provide a large number of methods.  Thus, the output
10111 from the @code{ptype} command can be overwhelming and hard to use.  The
10112 @code{info-methods} command filters the methods, printing only those
10113 which match the regular-expression @var{regexp}.
10114 @end ignore
10115
10116 @cindex reloading symbols
10117 Some systems allow individual object files that make up your program to
10118 be replaced without stopping and restarting your program.  For example,
10119 in VxWorks you can simply recompile a defective object file and keep on
10120 running.  If you are running on one of these systems, you can allow
10121 @value{GDBN} to reload the symbols for automatically relinked modules:
10122
10123 @table @code
10124 @kindex set symbol-reloading
10125 @item set symbol-reloading on
10126 Replace symbol definitions for the corresponding source file when an
10127 object file with a particular name is seen again.
10128
10129 @item set symbol-reloading off
10130 Do not replace symbol definitions when encountering object files of the
10131 same name more than once.  This is the default state; if you are not
10132 running on a system that permits automatic relinking of modules, you
10133 should leave @code{symbol-reloading} off, since otherwise @value{GDBN}
10134 may discard symbols when linking large programs, that may contain
10135 several modules (from different directories or libraries) with the same
10136 name.
10137
10138 @kindex show symbol-reloading
10139 @item show symbol-reloading
10140 Show the current @code{on} or @code{off} setting.
10141 @end table
10142
10143 @cindex opaque data types
10144 @kindex set opaque-type-resolution
10145 @item set opaque-type-resolution on
10146 Tell @value{GDBN} to resolve opaque types.  An opaque type is a type
10147 declared as a pointer to a @code{struct}, @code{class}, or
10148 @code{union}---for example, @code{struct MyType *}---that is used in one
10149 source file although the full declaration of @code{struct MyType} is in
10150 another source file.  The default is on.
10151
10152 A change in the setting of this subcommand will not take effect until
10153 the next time symbols for a file are loaded.
10154
10155 @item set opaque-type-resolution off
10156 Tell @value{GDBN} not to resolve opaque types.  In this case, the type
10157 is printed as follows:
10158 @smallexample
10159 @{<no data fields>@}
10160 @end smallexample
10161
10162 @kindex show opaque-type-resolution
10163 @item show opaque-type-resolution
10164 Show whether opaque types are resolved or not.
10165
10166 @kindex maint print symbols
10167 @cindex symbol dump
10168 @kindex maint print psymbols
10169 @cindex partial symbol dump
10170 @item maint print symbols @var{filename}
10171 @itemx maint print psymbols @var{filename}
10172 @itemx maint print msymbols @var{filename}
10173 Write a dump of debugging symbol data into the file @var{filename}.
10174 These commands are used to debug the @value{GDBN} symbol-reading code.  Only
10175 symbols with debugging data are included.  If you use @samp{maint print
10176 symbols}, @value{GDBN} includes all the symbols for which it has already
10177 collected full details: that is, @var{filename} reflects symbols for
10178 only those files whose symbols @value{GDBN} has read.  You can use the
10179 command @code{info sources} to find out which files these are.  If you
10180 use @samp{maint print psymbols} instead, the dump shows information about
10181 symbols that @value{GDBN} only knows partially---that is, symbols defined in
10182 files that @value{GDBN} has skimmed, but not yet read completely.  Finally,
10183 @samp{maint print msymbols} dumps just the minimal symbol information
10184 required for each object file from which @value{GDBN} has read some symbols.
10185 @xref{Files, ,Commands to specify files}, for a discussion of how
10186 @value{GDBN} reads symbols (in the description of @code{symbol-file}).
10187
10188 @kindex maint info symtabs
10189 @kindex maint info psymtabs
10190 @cindex listing @value{GDBN}'s internal symbol tables
10191 @cindex symbol tables, listing @value{GDBN}'s internal
10192 @cindex full symbol tables, listing @value{GDBN}'s internal
10193 @cindex partial symbol tables, listing @value{GDBN}'s internal
10194 @item maint info symtabs @r{[} @var{regexp} @r{]}
10195 @itemx maint info psymtabs @r{[} @var{regexp} @r{]}
10196
10197 List the @code{struct symtab} or @code{struct partial_symtab}
10198 structures whose names match @var{regexp}.  If @var{regexp} is not
10199 given, list them all.  The output includes expressions which you can
10200 copy into a @value{GDBN} debugging this one to examine a particular
10201 structure in more detail.  For example:
10202
10203 @smallexample
10204 (@value{GDBP}) maint info psymtabs dwarf2read
10205 @{ objfile /home/gnu/build/gdb/gdb
10206   ((struct objfile *) 0x82e69d0)
10207   @{ psymtab /home/gnu/src/gdb/dwarf2read.c
10208     ((struct partial_symtab *) 0x8474b10)
10209     readin no
10210     fullname (null)
10211     text addresses 0x814d3c8 -- 0x8158074
10212     globals (* (struct partial_symbol **) 0x8507a08 @@ 9)
10213     statics (* (struct partial_symbol **) 0x40e95b78 @@ 2882)
10214     dependencies (none)
10215   @}
10216 @}
10217 (@value{GDBP}) maint info symtabs
10218 (@value{GDBP})
10219 @end smallexample
10220 @noindent
10221 We see that there is one partial symbol table whose filename contains
10222 the string @samp{dwarf2read}, belonging to the @samp{gdb} executable;
10223 and we see that @value{GDBN} has not read in any symtabs yet at all.
10224 If we set a breakpoint on a function, that will cause @value{GDBN} to
10225 read the symtab for the compilation unit containing that function:
10226
10227 @smallexample
10228 (@value{GDBP}) break dwarf2_psymtab_to_symtab
10229 Breakpoint 1 at 0x814e5da: file /home/gnu/src/gdb/dwarf2read.c,
10230 line 1574.
10231 (@value{GDBP}) maint info symtabs
10232 @{ objfile /home/gnu/build/gdb/gdb
10233   ((struct objfile *) 0x82e69d0)
10234   @{ symtab /home/gnu/src/gdb/dwarf2read.c
10235     ((struct symtab *) 0x86c1f38)
10236     dirname (null)
10237     fullname (null)
10238     blockvector ((struct blockvector *) 0x86c1bd0) (primary)
10239     debugformat DWARF 2
10240   @}
10241 @}
10242 (@value{GDBP})
10243 @end smallexample
10244 @end table
10245
10246
10247 @node Altering
10248 @chapter Altering Execution
10249
10250 Once you think you have found an error in your program, you might want to
10251 find out for certain whether correcting the apparent error would lead to
10252 correct results in the rest of the run.  You can find the answer by
10253 experiment, using the @value{GDBN} features for altering execution of the
10254 program.
10255
10256 For example, you can store new values into variables or memory
10257 locations, give your program a signal, restart it at a different
10258 address, or even return prematurely from a function.
10259
10260 @menu
10261 * Assignment::                  Assignment to variables
10262 * Jumping::                     Continuing at a different address
10263 * Signaling::                   Giving your program a signal
10264 * Returning::                   Returning from a function
10265 * Calling::                     Calling your program's functions
10266 * Patching::                    Patching your program
10267 @end menu
10268
10269 @node Assignment
10270 @section Assignment to variables
10271
10272 @cindex assignment
10273 @cindex setting variables
10274 To alter the value of a variable, evaluate an assignment expression.
10275 @xref{Expressions, ,Expressions}.  For example,
10276
10277 @smallexample
10278 print x=4
10279 @end smallexample
10280
10281 @noindent
10282 stores the value 4 into the variable @code{x}, and then prints the
10283 value of the assignment expression (which is 4).
10284 @xref{Languages, ,Using @value{GDBN} with Different Languages}, for more
10285 information on operators in supported languages.
10286
10287 @kindex set variable
10288 @cindex variables, setting
10289 If you are not interested in seeing the value of the assignment, use the
10290 @code{set} command instead of the @code{print} command.  @code{set} is
10291 really the same as @code{print} except that the expression's value is
10292 not printed and is not put in the value history (@pxref{Value History,
10293 ,Value history}).  The expression is evaluated only for its effects.
10294
10295 If the beginning of the argument string of the @code{set} command
10296 appears identical to a @code{set} subcommand, use the @code{set
10297 variable} command instead of just @code{set}.  This command is identical
10298 to @code{set} except for its lack of subcommands.  For example, if your
10299 program has a variable @code{width}, you get an error if you try to set
10300 a new value with just @samp{set width=13}, because @value{GDBN} has the
10301 command @code{set width}:
10302
10303 @smallexample
10304 (@value{GDBP}) whatis width
10305 type = double
10306 (@value{GDBP}) p width
10307 $4 = 13
10308 (@value{GDBP}) set width=47
10309 Invalid syntax in expression.
10310 @end smallexample
10311
10312 @noindent
10313 The invalid expression, of course, is @samp{=47}.  In
10314 order to actually set the program's variable @code{width}, use
10315
10316 @smallexample
10317 (@value{GDBP}) set var width=47
10318 @end smallexample
10319
10320 Because the @code{set} command has many subcommands that can conflict
10321 with the names of program variables, it is a good idea to use the
10322 @code{set variable} command instead of just @code{set}.  For example, if
10323 your program has a variable @code{g}, you run into problems if you try
10324 to set a new value with just @samp{set g=4}, because @value{GDBN} has
10325 the command @code{set gnutarget}, abbreviated @code{set g}:
10326
10327 @smallexample
10328 @group
10329 (@value{GDBP}) whatis g
10330 type = double
10331 (@value{GDBP}) p g
10332 $1 = 1
10333 (@value{GDBP}) set g=4
10334 (@value{GDBP}) p g
10335 $2 = 1
10336 (@value{GDBP}) r
10337 The program being debugged has been started already.
10338 Start it from the beginning? (y or n) y
10339 Starting program: /home/smith/cc_progs/a.out
10340 "/home/smith/cc_progs/a.out": can't open to read symbols:
10341                                  Invalid bfd target.
10342 (@value{GDBP}) show g
10343 The current BFD target is "=4".
10344 @end group
10345 @end smallexample
10346
10347 @noindent
10348 The program variable @code{g} did not change, and you silently set the
10349 @code{gnutarget} to an invalid value.  In order to set the variable
10350 @code{g}, use
10351
10352 @smallexample
10353 (@value{GDBP}) set var g=4
10354 @end smallexample
10355
10356 @value{GDBN} allows more implicit conversions in assignments than C; you can
10357 freely store an integer value into a pointer variable or vice versa,
10358 and you can convert any structure to any other structure that is the
10359 same length or shorter.
10360 @comment FIXME: how do structs align/pad in these conversions?
10361 @comment        /doc@cygnus.com 18dec1990
10362
10363 To store values into arbitrary places in memory, use the @samp{@{@dots{}@}}
10364 construct to generate a value of specified type at a specified address
10365 (@pxref{Expressions, ,Expressions}).  For example, @code{@{int@}0x83040} refers
10366 to memory location @code{0x83040} as an integer (which implies a certain size
10367 and representation in memory), and
10368
10369 @smallexample
10370 set @{int@}0x83040 = 4
10371 @end smallexample
10372
10373 @noindent
10374 stores the value 4 into that memory location.
10375
10376 @node Jumping
10377 @section Continuing at a different address
10378
10379 Ordinarily, when you continue your program, you do so at the place where
10380 it stopped, with the @code{continue} command.  You can instead continue at
10381 an address of your own choosing, with the following commands:
10382
10383 @table @code
10384 @kindex jump
10385 @item jump @var{linespec}
10386 Resume execution at line @var{linespec}.  Execution stops again
10387 immediately if there is a breakpoint there.  @xref{List, ,Printing
10388 source lines}, for a description of the different forms of
10389 @var{linespec}.  It is common practice to use the @code{tbreak} command
10390 in conjunction with @code{jump}.  @xref{Set Breaks, ,Setting
10391 breakpoints}.
10392
10393 The @code{jump} command does not change the current stack frame, or
10394 the stack pointer, or the contents of any memory location or any
10395 register other than the program counter.  If line @var{linespec} is in
10396 a different function from the one currently executing, the results may
10397 be bizarre if the two functions expect different patterns of arguments or
10398 of local variables.  For this reason, the @code{jump} command requests
10399 confirmation if the specified line is not in the function currently
10400 executing.  However, even bizarre results are predictable if you are
10401 well acquainted with the machine-language code of your program.
10402
10403 @item jump *@var{address}
10404 Resume execution at the instruction at address @var{address}.
10405 @end table
10406
10407 @c Doesn't work on HP-UX; have to set $pcoqh and $pcoqt.
10408 On many systems, you can get much the same effect as the @code{jump}
10409 command by storing a new value into the register @code{$pc}.  The
10410 difference is that this does not start your program running; it only
10411 changes the address of where it @emph{will} run when you continue.  For
10412 example,
10413
10414 @smallexample
10415 set $pc = 0x485
10416 @end smallexample
10417
10418 @noindent
10419 makes the next @code{continue} command or stepping command execute at
10420 address @code{0x485}, rather than at the address where your program stopped.
10421 @xref{Continuing and Stepping, ,Continuing and stepping}.
10422
10423 The most common occasion to use the @code{jump} command is to back
10424 up---perhaps with more breakpoints set---over a portion of a program
10425 that has already executed, in order to examine its execution in more
10426 detail.
10427
10428 @c @group
10429 @node Signaling
10430 @section Giving your program a signal
10431 @cindex deliver a signal to a program
10432
10433 @table @code
10434 @kindex signal
10435 @item signal @var{signal}
10436 Resume execution where your program stopped, but immediately give it the
10437 signal @var{signal}.  @var{signal} can be the name or the number of a
10438 signal.  For example, on many systems @code{signal 2} and @code{signal
10439 SIGINT} are both ways of sending an interrupt signal.
10440
10441 Alternatively, if @var{signal} is zero, continue execution without
10442 giving a signal.  This is useful when your program stopped on account of
10443 a signal and would ordinary see the signal when resumed with the
10444 @code{continue} command; @samp{signal 0} causes it to resume without a
10445 signal.
10446
10447 @code{signal} does not repeat when you press @key{RET} a second time
10448 after executing the command.
10449 @end table
10450 @c @end group
10451
10452 Invoking the @code{signal} command is not the same as invoking the
10453 @code{kill} utility from the shell.  Sending a signal with @code{kill}
10454 causes @value{GDBN} to decide what to do with the signal depending on
10455 the signal handling tables (@pxref{Signals}).  The @code{signal} command
10456 passes the signal directly to your program.
10457
10458
10459 @node Returning
10460 @section Returning from a function
10461
10462 @table @code
10463 @cindex returning from a function
10464 @kindex return
10465 @item return
10466 @itemx return @var{expression}
10467 You can cancel execution of a function call with the @code{return}
10468 command.  If you give an
10469 @var{expression} argument, its value is used as the function's return
10470 value.
10471 @end table
10472
10473 When you use @code{return}, @value{GDBN} discards the selected stack frame
10474 (and all frames within it).  You can think of this as making the
10475 discarded frame return prematurely.  If you wish to specify a value to
10476 be returned, give that value as the argument to @code{return}.
10477
10478 This pops the selected stack frame (@pxref{Selection, ,Selecting a
10479 frame}), and any other frames inside of it, leaving its caller as the
10480 innermost remaining frame.  That frame becomes selected.  The
10481 specified value is stored in the registers used for returning values
10482 of functions.
10483
10484 The @code{return} command does not resume execution; it leaves the
10485 program stopped in the state that would exist if the function had just
10486 returned.  In contrast, the @code{finish} command (@pxref{Continuing
10487 and Stepping, ,Continuing and stepping}) resumes execution until the
10488 selected stack frame returns naturally.
10489
10490 @node Calling
10491 @section Calling program functions
10492
10493 @table @code
10494 @cindex calling functions
10495 @cindex inferior functions, calling
10496 @item print @var{expr}
10497 Evaluate the expression @var{expr} and display the resuling value.
10498 @var{expr} may include calls to functions in the program being
10499 debugged.
10500
10501 @kindex call
10502 @item call @var{expr}
10503 Evaluate the expression @var{expr} without displaying @code{void}
10504 returned values.
10505
10506 You can use this variant of the @code{print} command if you want to
10507 execute a function from your program that does not return anything
10508 (a.k.a.@: @dfn{a void function}), but without cluttering the output
10509 with @code{void} returned values that @value{GDBN} will otherwise
10510 print.  If the result is not void, it is printed and saved in the
10511 value history.
10512 @end table
10513
10514 It is possible for the function you call via the @code{print} or
10515 @code{call} command to generate a signal (e.g., if there's a bug in
10516 the function, or if you passed it incorrect arguments).  What happens
10517 in that case is controlled by the @code{set unwindonsignal} command.
10518
10519 @table @code
10520 @item set unwindonsignal
10521 @kindex set unwindonsignal
10522 @cindex unwind stack in called functions
10523 @cindex call dummy stack unwinding
10524 Set unwinding of the stack if a signal is received while in a function
10525 that @value{GDBN} called in the program being debugged.  If set to on,
10526 @value{GDBN} unwinds the stack it created for the call and restores
10527 the context to what it was before the call.  If set to off (the
10528 default), @value{GDBN} stops in the frame where the signal was
10529 received.
10530
10531 @item show unwindonsignal
10532 @kindex show unwindonsignal
10533 Show the current setting of stack unwinding in the functions called by
10534 @value{GDBN}.
10535 @end table
10536
10537 @cindex weak alias functions
10538 Sometimes, a function you wish to call is actually a @dfn{weak alias}
10539 for another function.  In such case, @value{GDBN} might not pick up
10540 the type information, including the types of the function arguments,
10541 which causes @value{GDBN} to call the inferior function incorrectly.
10542 As a result, the called function will function erroneously and may
10543 even crash.  A solution to that is to use the name of the aliased
10544 function instead.
10545
10546 @node Patching
10547 @section Patching programs
10548
10549 @cindex patching binaries
10550 @cindex writing into executables
10551 @cindex writing into corefiles
10552
10553 By default, @value{GDBN} opens the file containing your program's
10554 executable code (or the corefile) read-only.  This prevents accidental
10555 alterations to machine code; but it also prevents you from intentionally
10556 patching your program's binary.
10557
10558 If you'd like to be able to patch the binary, you can specify that
10559 explicitly with the @code{set write} command.  For example, you might
10560 want to turn on internal debugging flags, or even to make emergency
10561 repairs.
10562
10563 @table @code
10564 @kindex set write
10565 @item set write on
10566 @itemx set write off
10567 If you specify @samp{set write on}, @value{GDBN} opens executable and
10568 core files for both reading and writing; if you specify @samp{set write
10569 off} (the default), @value{GDBN} opens them read-only.
10570
10571 If you have already loaded a file, you must load it again (using the
10572 @code{exec-file} or @code{core-file} command) after changing @code{set
10573 write}, for your new setting to take effect.
10574
10575 @item show write
10576 @kindex show write
10577 Display whether executable files and core files are opened for writing
10578 as well as reading.
10579 @end table
10580
10581 @node GDB Files
10582 @chapter @value{GDBN} Files
10583
10584 @value{GDBN} needs to know the file name of the program to be debugged,
10585 both in order to read its symbol table and in order to start your
10586 program.  To debug a core dump of a previous run, you must also tell
10587 @value{GDBN} the name of the core dump file.
10588
10589 @menu
10590 * Files::                       Commands to specify files
10591 * Separate Debug Files::        Debugging information in separate files
10592 * Symbol Errors::               Errors reading symbol files
10593 @end menu
10594
10595 @node Files
10596 @section Commands to specify files
10597
10598 @cindex symbol table
10599 @cindex core dump file
10600
10601 You may want to specify executable and core dump file names.  The usual
10602 way to do this is at start-up time, using the arguments to
10603 @value{GDBN}'s start-up commands (@pxref{Invocation, , Getting In and
10604 Out of @value{GDBN}}).
10605
10606 Occasionally it is necessary to change to a different file during a
10607 @value{GDBN} session.  Or you may run @value{GDBN} and forget to specify
10608 a file you want to use.  In these situations the @value{GDBN} commands
10609 to specify new files are useful.
10610
10611 @table @code
10612 @cindex executable file
10613 @kindex file
10614 @item file @var{filename}
10615 Use @var{filename} as the program to be debugged.  It is read for its
10616 symbols and for the contents of pure memory.  It is also the program
10617 executed when you use the @code{run} command.  If you do not specify a
10618 directory and the file is not found in the @value{GDBN} working directory,
10619 @value{GDBN} uses the environment variable @code{PATH} as a list of
10620 directories to search, just as the shell does when looking for a program
10621 to run.  You can change the value of this variable, for both @value{GDBN}
10622 and your program, using the @code{path} command.
10623
10624 On systems with memory-mapped files, an auxiliary file named
10625 @file{@var{filename}.syms} may hold symbol table information for
10626 @var{filename}.  If so, @value{GDBN} maps in the symbol table from
10627 @file{@var{filename}.syms}, starting up more quickly.  See the
10628 descriptions of the file options @samp{-mapped} and @samp{-readnow}
10629 (available on the command line, see @ref{File Options, , -readnow},
10630 and with the commands @code{file}, @code{symbol-file}, or
10631 @code{add-symbol-file}, described below), for more information.
10632
10633 @item file
10634 @code{file} with no argument makes @value{GDBN} discard any information it
10635 has on both executable file and the symbol table.
10636
10637 @kindex exec-file
10638 @item exec-file @r{[} @var{filename} @r{]}
10639 Specify that the program to be run (but not the symbol table) is found
10640 in @var{filename}.  @value{GDBN} searches the environment variable @code{PATH}
10641 if necessary to locate your program.  Omitting @var{filename} means to
10642 discard information on the executable file.
10643
10644 @kindex symbol-file
10645 @item symbol-file @r{[} @var{filename} @r{]}
10646 Read symbol table information from file @var{filename}.  @code{PATH} is
10647 searched when necessary.  Use the @code{file} command to get both symbol
10648 table and program to run from the same file.
10649
10650 @code{symbol-file} with no argument clears out @value{GDBN} information on your
10651 program's symbol table.
10652
10653 The @code{symbol-file} command causes @value{GDBN} to forget the contents
10654 of its convenience variables, the value history, and all breakpoints and
10655 auto-display expressions.  This is because they may contain pointers to
10656 the internal data recording symbols and data types, which are part of
10657 the old symbol table data being discarded inside @value{GDBN}.
10658
10659 @code{symbol-file} does not repeat if you press @key{RET} again after
10660 executing it once.
10661
10662 When @value{GDBN} is configured for a particular environment, it
10663 understands debugging information in whatever format is the standard
10664 generated for that environment; you may use either a @sc{gnu} compiler, or
10665 other compilers that adhere to the local conventions.
10666 Best results are usually obtained from @sc{gnu} compilers; for example,
10667 using @code{@value{GCC}} you can generate debugging information for
10668 optimized code.
10669
10670 For most kinds of object files, with the exception of old SVR3 systems
10671 using COFF, the @code{symbol-file} command does not normally read the
10672 symbol table in full right away.  Instead, it scans the symbol table
10673 quickly to find which source files and which symbols are present.  The
10674 details are read later, one source file at a time, as they are needed.
10675
10676 The purpose of this two-stage reading strategy is to make @value{GDBN}
10677 start up faster.  For the most part, it is invisible except for
10678 occasional pauses while the symbol table details for a particular source
10679 file are being read.  (The @code{set verbose} command can turn these
10680 pauses into messages if desired.  @xref{Messages/Warnings, ,Optional
10681 warnings and messages}.)
10682
10683 We have not implemented the two-stage strategy for COFF yet.  When the
10684 symbol table is stored in COFF format, @code{symbol-file} reads the
10685 symbol table data in full right away.  Note that ``stabs-in-COFF''
10686 still does the two-stage strategy, since the debug info is actually
10687 in stabs format.
10688
10689 @kindex readnow
10690 @cindex reading symbols immediately
10691 @cindex symbols, reading immediately
10692 @kindex mapped
10693 @cindex memory-mapped symbol file
10694 @cindex saving symbol table
10695 @item symbol-file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
10696 @itemx file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
10697 You can override the @value{GDBN} two-stage strategy for reading symbol
10698 tables by using the @samp{-readnow} option with any of the commands that
10699 load symbol table information, if you want to be sure @value{GDBN} has the
10700 entire symbol table available.
10701
10702 If memory-mapped files are available on your system through the
10703 @code{mmap} system call, you can use another option, @samp{-mapped}, to
10704 cause @value{GDBN} to write the symbols for your program into a reusable
10705 file.  Future @value{GDBN} debugging sessions map in symbol information
10706 from this auxiliary symbol file (if the program has not changed), rather
10707 than spending time reading the symbol table from the executable
10708 program.  Using the @samp{-mapped} option has the same effect as
10709 starting @value{GDBN} with the @samp{-mapped} command-line option.
10710
10711 You can use both options together, to make sure the auxiliary symbol
10712 file has all the symbol information for your program.
10713
10714 The auxiliary symbol file for a program called @var{myprog} is called
10715 @samp{@var{myprog}.syms}.  Once this file exists (so long as it is newer
10716 than the corresponding executable), @value{GDBN} always attempts to use
10717 it when you debug @var{myprog}; no special options or commands are
10718 needed.
10719
10720 The @file{.syms} file is specific to the host machine where you run
10721 @value{GDBN}.  It holds an exact image of the internal @value{GDBN}
10722 symbol table.  It cannot be shared across multiple host platforms.
10723
10724 @c FIXME: for now no mention of directories, since this seems to be in
10725 @c flux.  13mar1992 status is that in theory GDB would look either in
10726 @c current dir or in same dir as myprog; but issues like competing
10727 @c GDB's, or clutter in system dirs, mean that in practice right now
10728 @c only current dir is used.  FFish says maybe a special GDB hierarchy
10729 @c (eg rooted in val of env var GDBSYMS) could exist for mappable symbol
10730 @c files.
10731
10732 @kindex core-file
10733 @item core-file @r{[}@var{filename}@r{]}
10734 @itemx core
10735 Specify the whereabouts of a core dump file to be used as the ``contents
10736 of memory''.  Traditionally, core files contain only some parts of the
10737 address space of the process that generated them; @value{GDBN} can access the
10738 executable file itself for other parts.
10739
10740 @code{core-file} with no argument specifies that no core file is
10741 to be used.
10742
10743 Note that the core file is ignored when your program is actually running
10744 under @value{GDBN}.  So, if you have been running your program and you
10745 wish to debug a core file instead, you must kill the subprocess in which
10746 the program is running.  To do this, use the @code{kill} command
10747 (@pxref{Kill Process, ,Killing the child process}).
10748
10749 @kindex add-symbol-file
10750 @cindex dynamic linking
10751 @item add-symbol-file @var{filename} @var{address}
10752 @itemx add-symbol-file @var{filename} @var{address} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
10753 @itemx add-symbol-file @var{filename} @r{-s}@var{section} @var{address} @dots{}
10754 The @code{add-symbol-file} command reads additional symbol table
10755 information from the file @var{filename}.  You would use this command
10756 when @var{filename} has been dynamically loaded (by some other means)
10757 into the program that is running.  @var{address} should be the memory
10758 address at which the file has been loaded; @value{GDBN} cannot figure
10759 this out for itself.  You can additionally specify an arbitrary number
10760 of @samp{@r{-s}@var{section} @var{address}} pairs, to give an explicit
10761 section name and base address for that section.  You can specify any
10762 @var{address} as an expression.
10763
10764 The symbol table of the file @var{filename} is added to the symbol table
10765 originally read with the @code{symbol-file} command.  You can use the
10766 @code{add-symbol-file} command any number of times; the new symbol data
10767 thus read keeps adding to the old.  To discard all old symbol data
10768 instead, use the @code{symbol-file} command without any arguments.
10769
10770 @cindex relocatable object files, reading symbols from
10771 @cindex object files, relocatable, reading symbols from
10772 @cindex reading symbols from relocatable object files
10773 @cindex symbols, reading from relocatable object files
10774 @cindex @file{.o} files, reading symbols from
10775 Although @var{filename} is typically a shared library file, an
10776 executable file, or some other object file which has been fully
10777 relocated for loading into a process, you can also load symbolic
10778 information from relocatable @file{.o} files, as long as:
10779
10780 @itemize @bullet
10781 @item
10782 the file's symbolic information refers only to linker symbols defined in
10783 that file, not to symbols defined by other object files,
10784 @item
10785 every section the file's symbolic information refers to has actually
10786 been loaded into the inferior, as it appears in the file, and
10787 @item
10788 you can determine the address at which every section was loaded, and
10789 provide these to the @code{add-symbol-file} command.
10790 @end itemize
10791
10792 @noindent
10793 Some embedded operating systems, like Sun Chorus and VxWorks, can load
10794 relocatable files into an already running program; such systems
10795 typically make the requirements above easy to meet.  However, it's
10796 important to recognize that many native systems use complex link
10797 procedures (@code{.linkonce} section factoring and C@t{++} constructor table
10798 assembly, for example) that make the requirements difficult to meet.  In
10799 general, one cannot assume that using @code{add-symbol-file} to read a
10800 relocatable object file's symbolic information will have the same effect
10801 as linking the relocatable object file into the program in the normal
10802 way.
10803
10804 @code{add-symbol-file} does not repeat if you press @key{RET} after using it.
10805
10806 You can use the @samp{-mapped} and @samp{-readnow} options just as with
10807 the @code{symbol-file} command, to change how @value{GDBN} manages the symbol
10808 table information for @var{filename}.
10809
10810 @kindex add-symbol-file-from-memory
10811 @cindex @code{syscall DSO}
10812 @cindex load symbols from memory
10813 @item add-symbol-file-from-memory @var{address}
10814 Load symbols from the given @var{address} in a dynamically loaded
10815 object file whose image is mapped directly into the inferior's memory.
10816 For example, the Linux kernel maps a @code{syscall DSO} into each
10817 process's address space; this DSO provides kernel-specific code for
10818 some system calls.  The argument can be any expression whose
10819 evaluation yields the address of the file's shared object file header.
10820 For this command to work, you must have used @code{symbol-file} or
10821 @code{exec-file} commands in advance.
10822
10823 @kindex add-shared-symbol-files
10824 @kindex assf
10825 @item add-shared-symbol-files @var{library-file}
10826 @itemx assf @var{library-file}
10827 The @code{add-shared-symbol-files} command can currently be used only
10828 in the Cygwin build of @value{GDBN} on MS-Windows OS, where it is an
10829 alias for the @code{dll-symbols} command (@pxref{Cygwin Native}).
10830 @value{GDBN} automatically looks for shared libraries, however if
10831 @value{GDBN} does not find yours, you can invoke
10832 @code{add-shared-symbol-files}.  It takes one argument: the shared
10833 library's file name.  @code{assf} is a shorthand alias for
10834 @code{add-shared-symbol-files}.
10835
10836 @kindex section
10837 @item section @var{section} @var{addr}
10838 The @code{section} command changes the base address of the named
10839 @var{section} of the exec file to @var{addr}.  This can be used if the
10840 exec file does not contain section addresses, (such as in the
10841 @code{a.out} format), or when the addresses specified in the file
10842 itself are wrong.  Each section must be changed separately.  The
10843 @code{info files} command, described below, lists all the sections and
10844 their addresses.
10845
10846 @kindex info files
10847 @kindex info target
10848 @item info files
10849 @itemx info target
10850 @code{info files} and @code{info target} are synonymous; both print the
10851 current target (@pxref{Targets, ,Specifying a Debugging Target}),
10852 including the names of the executable and core dump files currently in
10853 use by @value{GDBN}, and the files from which symbols were loaded.  The
10854 command @code{help target} lists all possible targets rather than
10855 current ones.
10856
10857 @kindex maint info sections
10858 @item maint info sections
10859 Another command that can give you extra information about program sections
10860 is @code{maint info sections}.  In addition to the section information
10861 displayed by @code{info files}, this command displays the flags and file
10862 offset of each section in the executable and core dump files.  In addition,
10863 @code{maint info sections} provides the following command options (which
10864 may be arbitrarily combined):
10865
10866 @table @code
10867 @item ALLOBJ
10868 Display sections for all loaded object files, including shared libraries.
10869 @item @var{sections}
10870 Display info only for named @var{sections}.
10871 @item @var{section-flags}
10872 Display info only for sections for which @var{section-flags} are true.
10873 The section flags that @value{GDBN} currently knows about are:
10874 @table @code
10875 @item ALLOC
10876 Section will have space allocated in the process when loaded.
10877 Set for all sections except those containing debug information.
10878 @item LOAD
10879 Section will be loaded from the file into the child process memory.
10880 Set for pre-initialized code and data, clear for @code{.bss} sections.
10881 @item RELOC
10882 Section needs to be relocated before loading.
10883 @item READONLY
10884 Section cannot be modified by the child process.
10885 @item CODE
10886 Section contains executable code only.
10887 @item DATA
10888 Section contains data only (no executable code).
10889 @item ROM
10890 Section will reside in ROM.
10891 @item CONSTRUCTOR
10892 Section contains data for constructor/destructor lists.
10893 @item HAS_CONTENTS
10894 Section is not empty.
10895 @item NEVER_LOAD
10896 An instruction to the linker to not output the section.
10897 @item COFF_SHARED_LIBRARY
10898 A notification to the linker that the section contains
10899 COFF shared library information.
10900 @item IS_COMMON
10901 Section contains common symbols.
10902 @end table
10903 @end table
10904 @kindex set trust-readonly-sections
10905 @cindex read-only sections
10906 @item set trust-readonly-sections on
10907 Tell @value{GDBN} that readonly sections in your object file
10908 really are read-only (i.e.@: that their contents will not change).
10909 In that case, @value{GDBN} can fetch values from these sections
10910 out of the object file, rather than from the target program.
10911 For some targets (notably embedded ones), this can be a significant
10912 enhancement to debugging performance.
10913
10914 The default is off.
10915
10916 @item set trust-readonly-sections off
10917 Tell @value{GDBN} not to trust readonly sections.  This means that
10918 the contents of the section might change while the program is running,
10919 and must therefore be fetched from the target when needed.
10920
10921 @item show trust-readonly-sections
10922 Show the current setting of trusting readonly sections.
10923 @end table
10924
10925 All file-specifying commands allow both absolute and relative file names
10926 as arguments.  @value{GDBN} always converts the file name to an absolute file
10927 name and remembers it that way.
10928
10929 @cindex shared libraries
10930 @value{GDBN} supports GNU/Linux, MS-Windows, HP-UX, SunOS, SVr4, Irix,
10931 and IBM RS/6000 AIX shared libraries.
10932
10933 @value{GDBN} automatically loads symbol definitions from shared libraries
10934 when you use the @code{run} command, or when you examine a core file.
10935 (Before you issue the @code{run} command, @value{GDBN} does not understand
10936 references to a function in a shared library, however---unless you are
10937 debugging a core file).
10938
10939 On HP-UX, if the program loads a library explicitly, @value{GDBN}
10940 automatically loads the symbols at the time of the @code{shl_load} call.
10941
10942 @c FIXME: some @value{GDBN} release may permit some refs to undef
10943 @c FIXME...symbols---eg in a break cmd---assuming they are from a shared
10944 @c FIXME...lib; check this from time to time when updating manual
10945
10946 There are times, however, when you may wish to not automatically load
10947 symbol definitions from shared libraries, such as when they are
10948 particularly large or there are many of them.
10949
10950 To control the automatic loading of shared library symbols, use the
10951 commands:
10952
10953 @table @code
10954 @kindex set auto-solib-add
10955 @item set auto-solib-add @var{mode}
10956 If @var{mode} is @code{on}, symbols from all shared object libraries
10957 will be loaded automatically when the inferior begins execution, you
10958 attach to an independently started inferior, or when the dynamic linker
10959 informs @value{GDBN} that a new library has been loaded.  If @var{mode}
10960 is @code{off}, symbols must be loaded manually, using the
10961 @code{sharedlibrary} command.  The default value is @code{on}.
10962
10963 @cindex memory used for symbol tables
10964 If your program uses lots of shared libraries with debug info that
10965 takes large amounts of memory, you can decrease the @value{GDBN}
10966 memory footprint by preventing it from automatically loading the
10967 symbols from shared libraries.  To that end, type @kbd{set
10968 auto-solib-add off} before running the inferior, then load each
10969 library whose debug symbols you do need with @kbd{sharedlibrary
10970 @var{regexp}}, where @var{regexp} is a regular expresion that matches
10971 the libraries whose symbols you want to be loaded.
10972
10973 @kindex show auto-solib-add
10974 @item show auto-solib-add
10975 Display the current autoloading mode.
10976 @end table
10977
10978 @cindex load shared library
10979 To explicitly load shared library symbols, use the @code{sharedlibrary}
10980 command:
10981
10982 @table @code
10983 @kindex info sharedlibrary
10984 @kindex info share
10985 @item info share
10986 @itemx info sharedlibrary
10987 Print the names of the shared libraries which are currently loaded.
10988
10989 @kindex sharedlibrary
10990 @kindex share
10991 @item sharedlibrary @var{regex}
10992 @itemx share @var{regex}
10993 Load shared object library symbols for files matching a
10994 Unix regular expression.
10995 As with files loaded automatically, it only loads shared libraries
10996 required by your program for a core file or after typing @code{run}.  If
10997 @var{regex} is omitted all shared libraries required by your program are
10998 loaded.
10999
11000 @item nosharedlibrary
11001 @kindex nosharedlibrary
11002 @cindex unload symbols from shared libraries
11003 Unload all shared object library symbols.  This discards all symbols
11004 that have been loaded from all shared libraries.  Symbols from shared
11005 libraries that were loaded by explicit user requests are not
11006 discarded.
11007 @end table
11008
11009 Sometimes you may wish that @value{GDBN} stops and gives you control
11010 when any of shared library events happen.  Use the @code{set
11011 stop-on-solib-events} command for this:
11012
11013 @table @code
11014 @item set stop-on-solib-events
11015 @kindex set stop-on-solib-events
11016 This command controls whether @value{GDBN} should give you control
11017 when the dynamic linker notifies it about some shared library event.
11018 The most common event of interest is loading or unloading of a new
11019 shared library.
11020
11021 @item show stop-on-solib-events
11022 @kindex show stop-on-solib-events
11023 Show whether @value{GDBN} stops and gives you control when shared
11024 library events happen.
11025 @end table
11026
11027 Shared libraries are also supported in many cross or remote debugging
11028 configurations.  A copy of the target's libraries need to be present on the
11029 host system; they need to be the same as the target libraries, although the
11030 copies on the target can be stripped as long as the copies on the host are
11031 not.
11032
11033 You need to tell @value{GDBN} where the target libraries are, so that it can
11034 load the correct copies---otherwise, it may try to load the host's libraries.
11035 @value{GDBN} has two variables to specify the search directories for target
11036 libraries.
11037
11038 @table @code
11039 @kindex set solib-absolute-prefix
11040 @item set solib-absolute-prefix @var{path}
11041 If this variable is set, @var{path} will be used as a prefix for any
11042 absolute shared library paths; many runtime loaders store the absolute
11043 paths to the shared library in the target program's memory.  If you use
11044 @samp{solib-absolute-prefix} to find shared libraries, they need to be laid
11045 out in the same way that they are on the target, with e.g.@: a
11046 @file{/usr/lib} hierarchy under @var{path}.
11047
11048 You can set the default value of @samp{solib-absolute-prefix} by using the
11049 configure-time @samp{--with-sysroot} option.
11050
11051 @kindex show solib-absolute-prefix
11052 @item show solib-absolute-prefix
11053 Display the current shared library prefix.
11054
11055 @kindex set solib-search-path
11056 @item set solib-search-path @var{path}
11057 If this variable is set, @var{path} is a colon-separated list of directories
11058 to search for shared libraries.  @samp{solib-search-path} is used after
11059 @samp{solib-absolute-prefix} fails to locate the library, or if the path to
11060 the library is relative instead of absolute.  If you want to use
11061 @samp{solib-search-path} instead of @samp{solib-absolute-prefix}, be sure to
11062 set @samp{solib-absolute-prefix} to a nonexistant directory to prevent
11063 @value{GDBN} from finding your host's libraries.
11064
11065 @kindex show solib-search-path
11066 @item show solib-search-path
11067 Display the current shared library search path.
11068 @end table
11069
11070
11071 @node Separate Debug Files
11072 @section Debugging Information in Separate Files
11073 @cindex separate debugging information files
11074 @cindex debugging information in separate files
11075 @cindex @file{.debug} subdirectories
11076 @cindex debugging information directory, global
11077 @cindex global debugging information directory
11078
11079 @value{GDBN} allows you to put a program's debugging information in a
11080 file separate from the executable itself, in a way that allows
11081 @value{GDBN} to find and load the debugging information automatically.
11082 Since debugging information can be very large --- sometimes larger
11083 than the executable code itself --- some systems distribute debugging
11084 information for their executables in separate files, which users can
11085 install only when they need to debug a problem.
11086
11087 If an executable's debugging information has been extracted to a
11088 separate file, the executable should contain a @dfn{debug link} giving
11089 the name of the debugging information file (with no directory
11090 components), and a checksum of its contents.  (The exact form of a
11091 debug link is described below.)  If the full name of the directory
11092 containing the executable is @var{execdir}, and the executable has a
11093 debug link that specifies the name @var{debugfile}, then @value{GDBN}
11094 will automatically search for the debugging information file in three
11095 places:
11096
11097 @itemize @bullet
11098 @item
11099 the directory containing the executable file (that is, it will look
11100 for a file named @file{@var{execdir}/@var{debugfile}},
11101 @item
11102 a subdirectory of that directory named @file{.debug} (that is, the
11103 file @file{@var{execdir}/.debug/@var{debugfile}}, and
11104 @item
11105 a subdirectory of the global debug file directory that includes the
11106 executable's full path, and the name from the link (that is, the file
11107 @file{@var{globaldebugdir}/@var{execdir}/@var{debugfile}}, where
11108 @var{globaldebugdir} is the global debug file directory, and
11109 @var{execdir} has been turned into a relative path).
11110 @end itemize
11111 @noindent
11112 @value{GDBN} checks under each of these names for a debugging
11113 information file whose checksum matches that given in the link, and
11114 reads the debugging information from the first one it finds.
11115
11116 So, for example, if you ask @value{GDBN} to debug @file{/usr/bin/ls},
11117 which has a link containing the name @file{ls.debug}, and the global
11118 debug directory is @file{/usr/lib/debug}, then @value{GDBN} will look
11119 for debug information in @file{/usr/bin/ls.debug},
11120 @file{/usr/bin/.debug/ls.debug}, and
11121 @file{/usr/lib/debug/usr/bin/ls.debug}.
11122
11123 You can set the global debugging info directory's name, and view the
11124 name @value{GDBN} is currently using.
11125
11126 @table @code
11127
11128 @kindex set debug-file-directory
11129 @item set debug-file-directory @var{directory}
11130 Set the directory which @value{GDBN} searches for separate debugging
11131 information files to @var{directory}.
11132
11133 @kindex show debug-file-directory
11134 @item show debug-file-directory
11135 Show the directory @value{GDBN} searches for separate debugging
11136 information files.
11137
11138 @end table
11139
11140 @cindex @code{.gnu_debuglink} sections
11141 @cindex debug links
11142 A debug link is a special section of the executable file named
11143 @code{.gnu_debuglink}.  The section must contain:
11144
11145 @itemize
11146 @item
11147 A filename, with any leading directory components removed, followed by
11148 a zero byte,
11149 @item
11150 zero to three bytes of padding, as needed to reach the next four-byte
11151 boundary within the section, and
11152 @item
11153 a four-byte CRC checksum, stored in the same endianness used for the
11154 executable file itself.  The checksum is computed on the debugging
11155 information file's full contents by the function given below, passing
11156 zero as the @var{crc} argument.
11157 @end itemize
11158
11159 Any executable file format can carry a debug link, as long as it can
11160 contain a section named @code{.gnu_debuglink} with the contents
11161 described above.
11162
11163 The debugging information file itself should be an ordinary
11164 executable, containing a full set of linker symbols, sections, and
11165 debugging information.  The sections of the debugging information file
11166 should have the same names, addresses and sizes as the original file,
11167 but they need not contain any data --- much like a @code{.bss} section
11168 in an ordinary executable.
11169
11170 As of December 2002, there is no standard GNU utility to produce
11171 separated executable / debugging information file pairs.  Ulrich
11172 Drepper's @file{elfutils} package, starting with version 0.53,
11173 contains a version of the @code{strip} command such that the command
11174 @kbd{strip foo -f foo.debug} removes the debugging information from
11175 the executable file @file{foo}, places it in the file
11176 @file{foo.debug}, and leaves behind a debug link in @file{foo}.
11177
11178 Since there are many different ways to compute CRC's (different
11179 polynomials, reversals, byte ordering, etc.), the simplest way to
11180 describe the CRC used in @code{.gnu_debuglink} sections is to give the
11181 complete code for a function that computes it:
11182
11183 @kindex gnu_debuglink_crc32
11184 @smallexample
11185 unsigned long
11186 gnu_debuglink_crc32 (unsigned long crc,
11187                      unsigned char *buf, size_t len)
11188 @{
11189   static const unsigned long crc32_table[256] =
11190     @{
11191       0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419,
11192       0x706af48f, 0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4,
11193       0xe0d5e91e, 0x97d2d988, 0x09b64c2b, 0x7eb17cbd, 0xe7b82d07,
11194       0x90bf1d91, 0x1db71064, 0x6ab020f2, 0xf3b97148, 0x84be41de,
11195       0x1adad47d, 0x6ddde4eb, 0xf4d4b551, 0x83d385c7, 0x136c9856,
11196       0x646ba8c0, 0xfd62f97a, 0x8a65c9ec, 0x14015c4f, 0x63066cd9,
11197       0xfa0f3d63, 0x8d080df5, 0x3b6e20c8, 0x4c69105e, 0xd56041e4,
11198       0xa2677172, 0x3c03e4d1, 0x4b04d447, 0xd20d85fd, 0xa50ab56b,
11199       0x35b5a8fa, 0x42b2986c, 0xdbbbc9d6, 0xacbcf940, 0x32d86ce3,
11200       0x45df5c75, 0xdcd60dcf, 0xabd13d59, 0x26d930ac, 0x51de003a,
11201       0xc8d75180, 0xbfd06116, 0x21b4f4b5, 0x56b3c423, 0xcfba9599,
11202       0xb8bda50f, 0x2802b89e, 0x5f058808, 0xc60cd9b2, 0xb10be924,
11203       0x2f6f7c87, 0x58684c11, 0xc1611dab, 0xb6662d3d, 0x76dc4190,
11204       0x01db7106, 0x98d220bc, 0xefd5102a, 0x71b18589, 0x06b6b51f,
11205       0x9fbfe4a5, 0xe8b8d433, 0x7807c9a2, 0x0f00f934, 0x9609a88e,
11206       0xe10e9818, 0x7f6a0dbb, 0x086d3d2d, 0x91646c97, 0xe6635c01,
11207       0x6b6b51f4, 0x1c6c6162, 0x856530d8, 0xf262004e, 0x6c0695ed,
11208       0x1b01a57b, 0x8208f4c1, 0xf50fc457, 0x65b0d9c6, 0x12b7e950,
11209       0x8bbeb8ea, 0xfcb9887c, 0x62dd1ddf, 0x15da2d49, 0x8cd37cf3,
11210       0xfbd44c65, 0x4db26158, 0x3ab551ce, 0xa3bc0074, 0xd4bb30e2,
11211       0x4adfa541, 0x3dd895d7, 0xa4d1c46d, 0xd3d6f4fb, 0x4369e96a,
11212       0x346ed9fc, 0xad678846, 0xda60b8d0, 0x44042d73, 0x33031de5,
11213       0xaa0a4c5f, 0xdd0d7cc9, 0x5005713c, 0x270241aa, 0xbe0b1010,
11214       0xc90c2086, 0x5768b525, 0x206f85b3, 0xb966d409, 0xce61e49f,
11215       0x5edef90e, 0x29d9c998, 0xb0d09822, 0xc7d7a8b4, 0x59b33d17,
11216       0x2eb40d81, 0xb7bd5c3b, 0xc0ba6cad, 0xedb88320, 0x9abfb3b6,
11217       0x03b6e20c, 0x74b1d29a, 0xead54739, 0x9dd277af, 0x04db2615,
11218       0x73dc1683, 0xe3630b12, 0x94643b84, 0x0d6d6a3e, 0x7a6a5aa8,
11219       0xe40ecf0b, 0x9309ff9d, 0x0a00ae27, 0x7d079eb1, 0xf00f9344,
11220       0x8708a3d2, 0x1e01f268, 0x6906c2fe, 0xf762575d, 0x806567cb,
11221       0x196c3671, 0x6e6b06e7, 0xfed41b76, 0x89d32be0, 0x10da7a5a,
11222       0x67dd4acc, 0xf9b9df6f, 0x8ebeeff9, 0x17b7be43, 0x60b08ed5,
11223       0xd6d6a3e8, 0xa1d1937e, 0x38d8c2c4, 0x4fdff252, 0xd1bb67f1,
11224       0xa6bc5767, 0x3fb506dd, 0x48b2364b, 0xd80d2bda, 0xaf0a1b4c,
11225       0x36034af6, 0x41047a60, 0xdf60efc3, 0xa867df55, 0x316e8eef,
11226       0x4669be79, 0xcb61b38c, 0xbc66831a, 0x256fd2a0, 0x5268e236,
11227       0xcc0c7795, 0xbb0b4703, 0x220216b9, 0x5505262f, 0xc5ba3bbe,
11228       0xb2bd0b28, 0x2bb45a92, 0x5cb36a04, 0xc2d7ffa7, 0xb5d0cf31,
11229       0x2cd99e8b, 0x5bdeae1d, 0x9b64c2b0, 0xec63f226, 0x756aa39c,
11230       0x026d930a, 0x9c0906a9, 0xeb0e363f, 0x72076785, 0x05005713,
11231       0x95bf4a82, 0xe2b87a14, 0x7bb12bae, 0x0cb61b38, 0x92d28e9b,
11232       0xe5d5be0d, 0x7cdcefb7, 0x0bdbdf21, 0x86d3d2d4, 0xf1d4e242,
11233       0x68ddb3f8, 0x1fda836e, 0x81be16cd, 0xf6b9265b, 0x6fb077e1,
11234       0x18b74777, 0x88085ae6, 0xff0f6a70, 0x66063bca, 0x11010b5c,
11235       0x8f659eff, 0xf862ae69, 0x616bffd3, 0x166ccf45, 0xa00ae278,
11236       0xd70dd2ee, 0x4e048354, 0x3903b3c2, 0xa7672661, 0xd06016f7,
11237       0x4969474d, 0x3e6e77db, 0xaed16a4a, 0xd9d65adc, 0x40df0b66,
11238       0x37d83bf0, 0xa9bcae53, 0xdebb9ec5, 0x47b2cf7f, 0x30b5ffe9,
11239       0xbdbdf21c, 0xcabac28a, 0x53b39330, 0x24b4a3a6, 0xbad03605,
11240       0xcdd70693, 0x54de5729, 0x23d967bf, 0xb3667a2e, 0xc4614ab8,
11241       0x5d681b02, 0x2a6f2b94, 0xb40bbe37, 0xc30c8ea1, 0x5a05df1b,
11242       0x2d02ef8d
11243     @};
11244   unsigned char *end;
11245
11246   crc = ~crc & 0xffffffff;
11247   for (end = buf + len; buf < end; ++buf)
11248     crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);
11249   return ~crc & 0xffffffff;
11250 @}
11251 @end smallexample
11252
11253
11254 @node Symbol Errors
11255 @section Errors reading symbol files
11256
11257 While reading a symbol file, @value{GDBN} occasionally encounters problems,
11258 such as symbol types it does not recognize, or known bugs in compiler
11259 output.  By default, @value{GDBN} does not notify you of such problems, since
11260 they are relatively common and primarily of interest to people
11261 debugging compilers.  If you are interested in seeing information
11262 about ill-constructed symbol tables, you can either ask @value{GDBN} to print
11263 only one message about each such type of problem, no matter how many
11264 times the problem occurs; or you can ask @value{GDBN} to print more messages,
11265 to see how many times the problems occur, with the @code{set
11266 complaints} command (@pxref{Messages/Warnings, ,Optional warnings and
11267 messages}).
11268
11269 The messages currently printed, and their meanings, include:
11270
11271 @table @code
11272 @item inner block not inside outer block in @var{symbol}
11273
11274 The symbol information shows where symbol scopes begin and end
11275 (such as at the start of a function or a block of statements).  This
11276 error indicates that an inner scope block is not fully contained
11277 in its outer scope blocks.
11278
11279 @value{GDBN} circumvents the problem by treating the inner block as if it had
11280 the same scope as the outer block.  In the error message, @var{symbol}
11281 may be shown as ``@code{(don't know)}'' if the outer block is not a
11282 function.
11283
11284 @item block at @var{address} out of order
11285
11286 The symbol information for symbol scope blocks should occur in
11287 order of increasing addresses.  This error indicates that it does not
11288 do so.
11289
11290 @value{GDBN} does not circumvent this problem, and has trouble
11291 locating symbols in the source file whose symbols it is reading.  (You
11292 can often determine what source file is affected by specifying
11293 @code{set verbose on}.  @xref{Messages/Warnings, ,Optional warnings and
11294 messages}.)
11295
11296 @item bad block start address patched
11297
11298 The symbol information for a symbol scope block has a start address
11299 smaller than the address of the preceding source line.  This is known
11300 to occur in the SunOS 4.1.1 (and earlier) C compiler.
11301
11302 @value{GDBN} circumvents the problem by treating the symbol scope block as
11303 starting on the previous source line.
11304
11305 @item bad string table offset in symbol @var{n}
11306
11307 @cindex foo
11308 Symbol number @var{n} contains a pointer into the string table which is
11309 larger than the size of the string table.
11310
11311 @value{GDBN} circumvents the problem by considering the symbol to have the
11312 name @code{foo}, which may cause other problems if many symbols end up
11313 with this name.
11314
11315 @item unknown symbol type @code{0x@var{nn}}
11316
11317 The symbol information contains new data types that @value{GDBN} does
11318 not yet know how to read.  @code{0x@var{nn}} is the symbol type of the
11319 uncomprehended information, in hexadecimal.
11320
11321 @value{GDBN} circumvents the error by ignoring this symbol information.
11322 This usually allows you to debug your program, though certain symbols
11323 are not accessible.  If you encounter such a problem and feel like
11324 debugging it, you can debug @code{@value{GDBP}} with itself, breakpoint
11325 on @code{complain}, then go up to the function @code{read_dbx_symtab}
11326 and examine @code{*bufp} to see the symbol.
11327
11328 @item stub type has NULL name
11329
11330 @value{GDBN} could not find the full definition for a struct or class.
11331
11332 @item const/volatile indicator missing (ok if using g++ v1.x), got@dots{}
11333 The symbol information for a C@t{++} member function is missing some
11334 information that recent versions of the compiler should have output for
11335 it.
11336
11337 @item info mismatch between compiler and debugger
11338
11339 @value{GDBN} could not parse a type specification output by the compiler.
11340
11341 @end table
11342
11343 @node Targets
11344 @chapter Specifying a Debugging Target
11345
11346 @cindex debugging target
11347 A @dfn{target} is the execution environment occupied by your program.
11348
11349 Often, @value{GDBN} runs in the same host environment as your program;
11350 in that case, the debugging target is specified as a side effect when
11351 you use the @code{file} or @code{core} commands.  When you need more
11352 flexibility---for example, running @value{GDBN} on a physically separate
11353 host, or controlling a standalone system over a serial port or a
11354 realtime system over a TCP/IP connection---you can use the @code{target}
11355 command to specify one of the target types configured for @value{GDBN}
11356 (@pxref{Target Commands, ,Commands for managing targets}).
11357
11358 @cindex target architecture
11359 It is possible to build @value{GDBN} for several different @dfn{target
11360 architectures}.  When @value{GDBN} is built like that, you can choose
11361 one of the available architectures with the @kbd{set architecture}
11362 command.
11363
11364 @table @code
11365 @kindex set architecture
11366 @kindex show architecture
11367 @item set architecture @var{arch}
11368 This command sets the current target architecture to @var{arch}.  The
11369 value of @var{arch} can be @code{"auto"}, in addition to one of the
11370 supported architectures.
11371
11372 @item show architecture
11373 Show the current target architecture.
11374
11375 @item set processor
11376 @itemx processor
11377 @kindex set processor
11378 @kindex show processor
11379 These are alias commands for, respectively, @code{set architecture}
11380 and @code{show architecture}.
11381 @end table
11382
11383 @menu
11384 * Active Targets::              Active targets
11385 * Target Commands::             Commands for managing targets
11386 * Byte Order::                  Choosing target byte order
11387 * Remote::                      Remote debugging
11388 * KOD::                         Kernel Object Display
11389
11390 @end menu
11391
11392 @node Active Targets
11393 @section Active targets
11394
11395 @cindex stacking targets
11396 @cindex active targets
11397 @cindex multiple targets
11398
11399 There are three classes of targets: processes, core files, and
11400 executable files.  @value{GDBN} can work concurrently on up to three
11401 active targets, one in each class.  This allows you to (for example)
11402 start a process and inspect its activity without abandoning your work on
11403 a core file.
11404
11405 For example, if you execute @samp{gdb a.out}, then the executable file
11406 @code{a.out} is the only active target.  If you designate a core file as
11407 well---presumably from a prior run that crashed and coredumped---then
11408 @value{GDBN} has two active targets and uses them in tandem, looking
11409 first in the corefile target, then in the executable file, to satisfy
11410 requests for memory addresses.  (Typically, these two classes of target
11411 are complementary, since core files contain only a program's
11412 read-write memory---variables and so on---plus machine status, while
11413 executable files contain only the program text and initialized data.)
11414
11415 When you type @code{run}, your executable file becomes an active process
11416 target as well.  When a process target is active, all @value{GDBN}
11417 commands requesting memory addresses refer to that target; addresses in
11418 an active core file or executable file target are obscured while the
11419 process target is active.
11420
11421 Use the @code{core-file} and @code{exec-file} commands to select a new
11422 core file or executable target (@pxref{Files, ,Commands to specify
11423 files}).  To specify as a target a process that is already running, use
11424 the @code{attach} command (@pxref{Attach, ,Debugging an already-running
11425 process}).
11426
11427 @node Target Commands
11428 @section Commands for managing targets
11429
11430 @table @code
11431 @item target @var{type} @var{parameters}
11432 Connects the @value{GDBN} host environment to a target machine or
11433 process.  A target is typically a protocol for talking to debugging
11434 facilities.  You use the argument @var{type} to specify the type or
11435 protocol of the target machine.
11436
11437 Further @var{parameters} are interpreted by the target protocol, but
11438 typically include things like device names or host names to connect
11439 with, process numbers, and baud rates.
11440
11441 The @code{target} command does not repeat if you press @key{RET} again
11442 after executing the command.
11443
11444 @kindex help target
11445 @item help target
11446 Displays the names of all targets available.  To display targets
11447 currently selected, use either @code{info target} or @code{info files}
11448 (@pxref{Files, ,Commands to specify files}).
11449
11450 @item help target @var{name}
11451 Describe a particular target, including any parameters necessary to
11452 select it.
11453
11454 @kindex set gnutarget
11455 @item set gnutarget @var{args}
11456 @value{GDBN} uses its own library BFD to read your files.  @value{GDBN}
11457 knows whether it is reading an @dfn{executable},
11458 a @dfn{core}, or a @dfn{.o} file; however, you can specify the file format
11459 with the @code{set gnutarget} command.  Unlike most @code{target} commands,
11460 with @code{gnutarget} the @code{target} refers to a program, not a machine.
11461
11462 @quotation
11463 @emph{Warning:} To specify a file format with @code{set gnutarget},
11464 you must know the actual BFD name.
11465 @end quotation
11466
11467 @noindent
11468 @xref{Files, , Commands to specify files}.
11469
11470 @kindex show gnutarget
11471 @item show gnutarget
11472 Use the @code{show gnutarget} command to display what file format
11473 @code{gnutarget} is set to read.  If you have not set @code{gnutarget},
11474 @value{GDBN} will determine the file format for each file automatically,
11475 and @code{show gnutarget} displays @samp{The current BDF target is "auto"}.
11476 @end table
11477
11478 @cindex common targets
11479 Here are some common targets (available, or not, depending on the GDB
11480 configuration):
11481
11482 @table @code
11483 @kindex target
11484 @item target exec @var{program}
11485 @cindex executable file target
11486 An executable file.  @samp{target exec @var{program}} is the same as
11487 @samp{exec-file @var{program}}.
11488
11489 @item target core @var{filename}
11490 @cindex core dump file target
11491 A core dump file.  @samp{target core @var{filename}} is the same as
11492 @samp{core-file @var{filename}}.
11493
11494 @item target remote @var{dev}
11495 @cindex remote target
11496 Remote serial target in GDB-specific protocol.  The argument @var{dev}
11497 specifies what serial device to use for the connection (e.g.
11498 @file{/dev/ttya}). @xref{Remote, ,Remote debugging}.  @code{target remote}
11499 supports the @code{load} command.  This is only useful if you have
11500 some other way of getting the stub to the target system, and you can put
11501 it somewhere in memory where it won't get clobbered by the download.
11502
11503 @item target sim
11504 @cindex built-in simulator target
11505 Builtin CPU simulator.  @value{GDBN} includes simulators for most architectures.
11506 In general,
11507 @smallexample
11508         target sim
11509         load
11510         run
11511 @end smallexample
11512 @noindent
11513 works; however, you cannot assume that a specific memory map, device
11514 drivers, or even basic I/O is available, although some simulators do
11515 provide these.  For info about any processor-specific simulator details,
11516 see the appropriate section in @ref{Embedded Processors, ,Embedded
11517 Processors}.
11518
11519 @end table
11520
11521 Some configurations may include these targets as well:
11522
11523 @table @code
11524
11525 @item target nrom @var{dev}
11526 @cindex NetROM ROM emulator target
11527 NetROM ROM emulator.  This target only supports downloading.
11528
11529 @end table
11530
11531 Different targets are available on different configurations of @value{GDBN};
11532 your configuration may have more or fewer targets.
11533
11534 Many remote targets require you to download the executable's code once
11535 you've successfully established a connection.  You may wish to control
11536 various aspects of this process, such as the size of the data chunks
11537 used by @value{GDBN} to download program parts to the remote target.
11538
11539 @table @code
11540 @kindex set download-write-size
11541 @item set download-write-size @var{size}
11542 Set the write size used when downloading a program.  Only used when
11543 downloading a program onto a remote target.  Specify zero or a
11544 negative value to disable blocked writes.  The actual size of each
11545 transfer is also limited by the size of the target packet and the
11546 memory cache.
11547
11548 @kindex show download-write-size
11549 @item show download-write-size
11550 @kindex show download-write-size
11551 Show the current value of the write size.
11552
11553 @item set hash
11554 @kindex set hash@r{, for remote monitors}
11555 @cindex hash mark while downloading
11556 This command controls whether a hash mark @samp{#} is displayed while
11557 downloading a file to the remote monitor.  If on, a hash mark is
11558 displayed after each S-record is successfully downloaded to the
11559 monitor.
11560
11561 @item show hash
11562 @kindex show hash@r{, for remote monitors}
11563 Show the current status of displaying the hash mark.
11564
11565 @item set debug monitor
11566 @kindex set debug monitor
11567 @cindex display remote monitor communications
11568 Enable or disable display of communications messages between
11569 @value{GDBN} and the remote monitor.
11570
11571 @item show debug monitor
11572 @kindex show debug monitor
11573 Show the current status of displaying communications between
11574 @value{GDBN} and the remote monitor.
11575 @end table
11576
11577 @table @code
11578
11579 @kindex load @var{filename}
11580 @item load @var{filename}
11581 Depending on what remote debugging facilities are configured into
11582 @value{GDBN}, the @code{load} command may be available.  Where it exists, it
11583 is meant to make @var{filename} (an executable) available for debugging
11584 on the remote system---by downloading, or dynamic linking, for example.
11585 @code{load} also records the @var{filename} symbol table in @value{GDBN}, like
11586 the @code{add-symbol-file} command.
11587
11588 If your @value{GDBN} does not have a @code{load} command, attempting to
11589 execute it gets the error message ``@code{You can't do that when your
11590 target is @dots{}}''
11591
11592 The file is loaded at whatever address is specified in the executable.
11593 For some object file formats, you can specify the load address when you
11594 link the program; for other formats, like a.out, the object file format
11595 specifies a fixed address.
11596 @c FIXME! This would be a good place for an xref to the GNU linker doc.
11597
11598 @code{load} does not repeat if you press @key{RET} again after using it.
11599 @end table
11600
11601 @node Byte Order
11602 @section Choosing target byte order
11603
11604 @cindex choosing target byte order
11605 @cindex target byte order
11606
11607 Some types of processors, such as the MIPS, PowerPC, and Renesas SH,
11608 offer the ability to run either big-endian or little-endian byte
11609 orders.  Usually the executable or symbol will include a bit to
11610 designate the endian-ness, and you will not need to worry about
11611 which to use.  However, you may still find it useful to adjust
11612 @value{GDBN}'s idea of processor endian-ness manually.
11613
11614 @table @code
11615 @kindex set endian
11616 @item set endian big
11617 Instruct @value{GDBN} to assume the target is big-endian.
11618
11619 @item set endian little
11620 Instruct @value{GDBN} to assume the target is little-endian.
11621
11622 @item set endian auto
11623 Instruct @value{GDBN} to use the byte order associated with the
11624 executable.
11625
11626 @item show endian
11627 Display @value{GDBN}'s current idea of the target byte order.
11628
11629 @end table
11630
11631 Note that these commands merely adjust interpretation of symbolic
11632 data on the host, and that they have absolutely no effect on the
11633 target system.
11634
11635 @node Remote
11636 @section Remote debugging
11637 @cindex remote debugging
11638
11639 If you are trying to debug a program running on a machine that cannot run
11640 @value{GDBN} in the usual way, it is often useful to use remote debugging.
11641 For example, you might use remote debugging on an operating system kernel,
11642 or on a small system which does not have a general purpose operating system
11643 powerful enough to run a full-featured debugger.
11644
11645 Some configurations of @value{GDBN} have special serial or TCP/IP interfaces
11646 to make this work with particular debugging targets.  In addition,
11647 @value{GDBN} comes with a generic serial protocol (specific to @value{GDBN},
11648 but not specific to any particular target system) which you can use if you
11649 write the remote stubs---the code that runs on the remote system to
11650 communicate with @value{GDBN}.
11651
11652 Other remote targets may be available in your
11653 configuration of @value{GDBN}; use @code{help target} to list them.
11654
11655 Once you've connected to the remote target, @value{GDBN} allows you to
11656 send arbitrary commands to the remote monitor:
11657
11658 @table @code
11659 @item remote @var{command}
11660 @kindex remote@r{, a command}
11661 @cindex send command to remote monitor
11662 Send an arbitrary @var{command} string to the remote monitor.
11663 @end table
11664
11665
11666 @node KOD
11667 @section Kernel Object Display
11668 @cindex kernel object display
11669 @cindex KOD
11670
11671 Some targets support kernel object display.  Using this facility,
11672 @value{GDBN} communicates specially with the underlying operating system
11673 and can display information about operating system-level objects such as
11674 mutexes and other synchronization objects.  Exactly which objects can be
11675 displayed is determined on a per-OS basis.
11676
11677 @kindex set os
11678 Use the @code{set os} command to set the operating system.  This tells
11679 @value{GDBN} which kernel object display module to initialize:
11680
11681 @smallexample
11682 (@value{GDBP}) set os cisco
11683 @end smallexample
11684
11685 @kindex show os
11686 The associated command @code{show os} displays the operating system
11687 set with the @code{set os} command; if no operating system has been
11688 set, @code{show os} will display an empty string @samp{""}.
11689
11690 If @code{set os} succeeds, @value{GDBN} will display some information
11691 about the operating system, and will create a new @code{info} command
11692 which can be used to query the target.  The @code{info} command is named
11693 after the operating system:
11694
11695 @kindex info cisco
11696 @smallexample
11697 (@value{GDBP}) info cisco
11698 List of Cisco Kernel Objects
11699 Object     Description
11700 any        Any and all objects
11701 @end smallexample
11702
11703 Further subcommands can be used to query about particular objects known
11704 by the kernel.
11705
11706 There is currently no way to determine whether a given operating
11707 system is supported other than to try setting it with @kbd{set os
11708 @var{name}}, where @var{name} is the name of the operating system you
11709 want to try.
11710
11711
11712 @node Remote Debugging
11713 @chapter Debugging remote programs
11714
11715 @menu
11716 * Connecting::                  Connecting to a remote target
11717 * Server::                      Using the gdbserver program
11718 * NetWare::                     Using the gdbserve.nlm program
11719 * Remote configuration::        Remote configuration
11720 * remote stub::                 Implementing a remote stub
11721 @end menu
11722
11723 @node Connecting
11724 @section Connecting to a remote target
11725
11726 On the @value{GDBN} host machine, you will need an unstripped copy of
11727 your program, since @value{GDBN} needs symobl and debugging information.
11728 Start up @value{GDBN} as usual, using the name of the local copy of your
11729 program as the first argument.
11730
11731 @cindex serial line, @code{target remote}
11732 If you're using a serial line, you may want to give @value{GDBN} the
11733 @w{@samp{--baud}} option, or use the @code{set remotebaud} command
11734 (@pxref{Remote configuration, set remotebaud}) before the
11735 @code{target} command.
11736
11737 After that, use @code{target remote} to establish communications with
11738 the target machine.  Its argument specifies how to communicate---either
11739 via a devicename attached to a direct serial line, or a TCP or UDP port
11740 (possibly to a terminal server which in turn has a serial line to the
11741 target).  For example, to use a serial line connected to the device
11742 named @file{/dev/ttyb}:
11743
11744 @smallexample
11745 target remote /dev/ttyb
11746 @end smallexample
11747
11748 @cindex TCP port, @code{target remote}
11749 To use a TCP connection, use an argument of the form
11750 @code{@var{host}:@var{port}} or @code{tcp:@var{host}:@var{port}}.
11751 For example, to connect to port 2828 on a
11752 terminal server named @code{manyfarms}:
11753
11754 @smallexample
11755 target remote manyfarms:2828
11756 @end smallexample
11757
11758 If your remote target is actually running on the same machine as
11759 your debugger session (e.g.@: a simulator of your target running on
11760 the same host), you can omit the hostname.  For example, to connect
11761 to port 1234 on your local machine:
11762
11763 @smallexample
11764 target remote :1234
11765 @end smallexample
11766 @noindent
11767
11768 Note that the colon is still required here.
11769
11770 @cindex UDP port, @code{target remote}
11771 To use a UDP connection, use an argument of the form
11772 @code{udp:@var{host}:@var{port}}.  For example, to connect to UDP port 2828
11773 on a terminal server named @code{manyfarms}:
11774
11775 @smallexample
11776 target remote udp:manyfarms:2828
11777 @end smallexample
11778
11779 When using a UDP connection for remote debugging, you should keep in mind
11780 that the `U' stands for ``Unreliable''.  UDP can silently drop packets on
11781 busy or unreliable networks, which will cause havoc with your debugging
11782 session.
11783
11784 Now you can use all the usual commands to examine and change data and to
11785 step and continue the remote program.
11786
11787 @cindex interrupting remote programs
11788 @cindex remote programs, interrupting
11789 Whenever @value{GDBN} is waiting for the remote program, if you type the
11790 interrupt character (often @key{C-C}), @value{GDBN} attempts to stop the
11791 program.  This may or may not succeed, depending in part on the hardware
11792 and the serial drivers the remote system uses.  If you type the
11793 interrupt character once again, @value{GDBN} displays this prompt:
11794
11795 @smallexample
11796 Interrupted while waiting for the program.
11797 Give up (and stop debugging it)?  (y or n)
11798 @end smallexample
11799
11800 If you type @kbd{y}, @value{GDBN} abandons the remote debugging session.
11801 (If you decide you want to try again later, you can use @samp{target
11802 remote} again to connect once more.)  If you type @kbd{n}, @value{GDBN}
11803 goes back to waiting.
11804
11805 @table @code
11806 @kindex detach (remote)
11807 @item detach
11808 When you have finished debugging the remote program, you can use the
11809 @code{detach} command to release it from @value{GDBN} control.
11810 Detaching from the target normally resumes its execution, but the results
11811 will depend on your particular remote stub.  After the @code{detach}
11812 command, @value{GDBN} is free to connect to another target.
11813
11814 @kindex disconnect
11815 @item disconnect
11816 The @code{disconnect} command behaves like @code{detach}, except that
11817 the target is generally not resumed.  It will wait for @value{GDBN}
11818 (this instance or another one) to connect and continue debugging.  After
11819 the @code{disconnect} command, @value{GDBN} is again free to connect to
11820 another target.
11821
11822 @cindex send command to remote monitor
11823 @kindex monitor
11824 @item monitor @var{cmd}
11825 This command allows you to send commands directly to the remote
11826 monitor.
11827 @end table
11828
11829 @node Server
11830 @section Using the @code{gdbserver} program
11831
11832 @kindex gdbserver
11833 @cindex remote connection without stubs
11834 @code{gdbserver} is a control program for Unix-like systems, which
11835 allows you to connect your program with a remote @value{GDBN} via
11836 @code{target remote}---but without linking in the usual debugging stub.
11837
11838 @code{gdbserver} is not a complete replacement for the debugging stubs,
11839 because it requires essentially the same operating-system facilities
11840 that @value{GDBN} itself does.  In fact, a system that can run
11841 @code{gdbserver} to connect to a remote @value{GDBN} could also run
11842 @value{GDBN} locally!  @code{gdbserver} is sometimes useful nevertheless,
11843 because it is a much smaller program than @value{GDBN} itself.  It is
11844 also easier to port than all of @value{GDBN}, so you may be able to get
11845 started more quickly on a new system by using @code{gdbserver}.
11846 Finally, if you develop code for real-time systems, you may find that
11847 the tradeoffs involved in real-time operation make it more convenient to
11848 do as much development work as possible on another system, for example
11849 by cross-compiling.  You can use @code{gdbserver} to make a similar
11850 choice for debugging.
11851
11852 @value{GDBN} and @code{gdbserver} communicate via either a serial line
11853 or a TCP connection, using the standard @value{GDBN} remote serial
11854 protocol.
11855
11856 @table @emph
11857 @item On the target machine,
11858 you need to have a copy of the program you want to debug.
11859 @code{gdbserver} does not need your program's symbol table, so you can
11860 strip the program if necessary to save space.  @value{GDBN} on the host
11861 system does all the symbol handling.
11862
11863 To use the server, you must tell it how to communicate with @value{GDBN};
11864 the name of your program; and the arguments for your program.  The usual
11865 syntax is:
11866
11867 @smallexample
11868 target> gdbserver @var{comm} @var{program} [ @var{args} @dots{} ]
11869 @end smallexample
11870
11871 @var{comm} is either a device name (to use a serial line) or a TCP
11872 hostname and portnumber.  For example, to debug Emacs with the argument
11873 @samp{foo.txt} and communicate with @value{GDBN} over the serial port
11874 @file{/dev/com1}:
11875
11876 @smallexample
11877 target> gdbserver /dev/com1 emacs foo.txt
11878 @end smallexample
11879
11880 @code{gdbserver} waits passively for the host @value{GDBN} to communicate
11881 with it.
11882
11883 To use a TCP connection instead of a serial line:
11884
11885 @smallexample
11886 target> gdbserver host:2345 emacs foo.txt
11887 @end smallexample
11888
11889 The only difference from the previous example is the first argument,
11890 specifying that you are communicating with the host @value{GDBN} via
11891 TCP.  The @samp{host:2345} argument means that @code{gdbserver} is to
11892 expect a TCP connection from machine @samp{host} to local TCP port 2345.
11893 (Currently, the @samp{host} part is ignored.)  You can choose any number
11894 you want for the port number as long as it does not conflict with any
11895 TCP ports already in use on the target system (for example, @code{23} is
11896 reserved for @code{telnet}).@footnote{If you choose a port number that
11897 conflicts with another service, @code{gdbserver} prints an error message
11898 and exits.}  You must use the same port number with the host @value{GDBN}
11899 @code{target remote} command.
11900
11901 On some targets, @code{gdbserver} can also attach to running programs.
11902 This is accomplished via the @code{--attach} argument.  The syntax is:
11903
11904 @smallexample
11905 target> gdbserver @var{comm} --attach @var{pid}
11906 @end smallexample
11907
11908 @var{pid} is the process ID of a currently running process.  It isn't necessary
11909 to point @code{gdbserver} at a binary for the running process.
11910
11911 @pindex pidof
11912 @cindex attach to a program by name
11913 You can debug processes by name instead of process ID if your target has the
11914 @code{pidof} utility:
11915
11916 @smallexample
11917 target> gdbserver @var{comm} --attach `pidof @var{PROGRAM}`
11918 @end smallexample
11919
11920 In case more than one copy of @var{PROGRAM} is running, or @var{PROGRAM}
11921 has multiple threads, most versions of @code{pidof} support the
11922 @code{-s} option to only return the first process ID.
11923
11924 @item On the host machine,
11925 connect to your target (@pxref{Connecting,,Connecting to a remote target}).
11926 For TCP connections, you must start up @code{gdbserver} prior to using
11927 the @code{target remote} command.  Otherwise you may get an error whose
11928 text depends on the host system, but which usually looks something like
11929 @samp{Connection refused}.  You don't need to use the @code{load}
11930 command in @value{GDBN} when using gdbserver, since the program is
11931 already on the target.
11932
11933 @end table
11934
11935 @node NetWare
11936 @section Using the @code{gdbserve.nlm} program
11937
11938 @kindex gdbserve.nlm
11939 @code{gdbserve.nlm} is a control program for NetWare systems, which
11940 allows you to connect your program with a remote @value{GDBN} via
11941 @code{target remote}.
11942
11943 @value{GDBN} and @code{gdbserve.nlm} communicate via a serial line,
11944 using the standard @value{GDBN} remote serial protocol.
11945
11946 @table @emph
11947 @item On the target machine,
11948 you need to have a copy of the program you want to debug.
11949 @code{gdbserve.nlm} does not need your program's symbol table, so you
11950 can strip the program if necessary to save space.  @value{GDBN} on the
11951 host system does all the symbol handling.
11952
11953 To use the server, you must tell it how to communicate with
11954 @value{GDBN}; the name of your program; and the arguments for your
11955 program.  The syntax is:
11956
11957 @smallexample
11958 load gdbserve [ BOARD=@var{board} ] [ PORT=@var{port} ]
11959               [ BAUD=@var{baud} ] @var{program} [ @var{args} @dots{} ]
11960 @end smallexample
11961
11962 @var{board} and @var{port} specify the serial line; @var{baud} specifies
11963 the baud rate used by the connection.  @var{port} and @var{node} default
11964 to 0, @var{baud} defaults to 9600@dmn{bps}.
11965
11966 For example, to debug Emacs with the argument @samp{foo.txt}and
11967 communicate with @value{GDBN} over serial port number 2 or board 1
11968 using a 19200@dmn{bps} connection:
11969
11970 @smallexample
11971 load gdbserve BOARD=1 PORT=2 BAUD=19200 emacs foo.txt
11972 @end smallexample
11973
11974 @item
11975 On the @value{GDBN} host machine, connect to your target (@pxref{Connecting,,
11976 Connecting to a remote target}).
11977
11978 @end table
11979
11980 @node Remote configuration
11981 @section Remote configuration
11982
11983 @kindex set remote
11984 @kindex show remote
11985 This section documents the configuration options available when
11986 debugging remote programs.  For the options related to the File I/O
11987 extensions of the remote protocol, see @ref{The system call,
11988 system-call-allowed}.
11989
11990 @table @code
11991 @item set remoteaddresssize @var{bits}
11992 @cindex adress size for remote targets
11993 @cindex bits in remote address
11994 Set the maximum size of address in a memory packet to the specified
11995 number of bits.  @value{GDBN} will mask off the address bits above
11996 that number, when it passes addresses to the remote target.  The
11997 default value is the number of bits in the target's address.
11998
11999 @item show remoteaddresssize
12000 Show the current value of remote address size in bits.
12001
12002 @item set remotebaud @var{n}
12003 @cindex baud rate for remote targets
12004 Set the baud rate for the remote serial I/O to @var{n} baud.  The
12005 value is used to set the speed of the serial port used for debugging
12006 remote targets.
12007
12008 @item show remotebaud
12009 Show the current speed of the remote connection.
12010
12011 @item set remotebreak
12012 @cindex interrupt remote programs
12013 @cindex BREAK signal instead of Ctrl-C
12014 If set to on, @value{GDBN} sends a @code{BREAK} signal to the remote
12015 when you press the @key{Ctrl-C} key to interrupt the program running
12016 on the remote.  If set to off, @value{GDBN} sends the @samp{Strl-C}
12017 character instead.  The default is off, since most remote systems
12018 expect to see @samp{Ctrl-C} as the interrupt signal.
12019
12020 @item show remotebreak
12021 Show whether @value{GDBN} sends @code{BREAK} or @samp{Ctrl-C} to
12022 interrupt the remote program.
12023
12024 @item set remotedebug
12025 @cindex debug remote protocol
12026 @cindex remote protocol debugging
12027 @cindex display remote packets
12028 Control the debugging of the remote protocol.  When enabled, each
12029 packet sent to or received from the remote target is displayed.  The
12030 defaults is off.
12031
12032 @item show remotedebug
12033 Show the current setting of the remote protocol debugging.
12034
12035 @item set remotedevice @var{device}
12036 @cindex serial port name
12037 Set the name of the serial port through which to communicate to the
12038 remote target to @var{device}.  This is the device used by
12039 @value{GDBN} to open the serial communications line to the remote
12040 target.  There's no default, so you must set a valid port name for the
12041 remote serial communications to work.  (Some varieties of the
12042 @code{target} command accept the port name as part of their
12043 arguments.)
12044
12045 @item show remotedevice
12046 Show the current name of the serial port.
12047
12048 @item set remotelogbase @var{base}
12049 Set the base (a.k.a.@: radix) of logging serial protocol
12050 communications to @var{base}.  Supported values of @var{base} are:
12051 @code{ascii}, @code{octal}, and @code{hex}.  The default is
12052 @code{ascii}.
12053
12054 @item show remotelogbase
12055 Show the current setting of the radix for logging remote serial
12056 protocol.
12057
12058 @item set remotelogfile @var{file}
12059 @cindex record serial communications on file
12060 Record remote serial communications on the named @var{file}.  The
12061 default is not to record at all.
12062
12063 @item show remotelogfile.
12064 Show the current setting  of the file name on which to record the
12065 serial communications.
12066
12067 @item set remotetimeout @var{num}
12068 @cindex timeout for serial communications
12069 @cindex remote timeout
12070 Set the timeout limit to wait for the remote target to respond to
12071 @var{num} seconds.  The default is 2 seconds.
12072
12073 @item show remotetimeout
12074 Show the current number of seconds to wait for the remote target
12075 responses.
12076
12077 @cindex limit hardware breakpoints and watchpoints
12078 @cindex remote target, limit break- and watchpoints
12079 @anchor{set remote hardware-watchpoint-limit}
12080 @anchor{set remote hardware-breakpoint-limit}
12081 @item set remote hardware-watchpoint-limit @var{limit}
12082 @itemx set remote hardware-breakpoint-limit @var{limit}
12083 Restrict @value{GDBN} to using @var{limit} remote hardware breakpoint or
12084 watchpoints.  A limit of -1, the default, is treated as unlimited.
12085
12086 @item set remote fetch-register-packet
12087 @itemx set remote set-register-packet
12088 @itemx set remote P-packet
12089 @itemx set remote p-packet
12090 @cindex P-packet
12091 @cindex fetch registers from remote targets
12092 @cindex set registers in remote targets
12093 Determine whether @value{GDBN} can set and fetch registers from the
12094 remote target using the @samp{P} packets.  The default depends on the
12095 remote stub's support of the @samp{P} packets (@value{GDBN} queries
12096 the stub when this packet is first required).
12097
12098 @item show remote fetch-register-packet
12099 @itemx show remote set-register-packet
12100 @itemx show remote P-packet
12101 @itemx show remote p-packet
12102 Show the current setting of using the @samp{P} packets for setting and
12103 fetching registers from the remote target.
12104
12105 @cindex binary downloads
12106 @cindex X-packet
12107 @item set remote binary-download-packet
12108 @itemx set remote X-packet
12109 Determine whether @value{GDBN} sends downloads in binary mode using
12110 the @samp{X} packets.  The default is on.
12111
12112 @item show remote binary-download-packet
12113 @itemx show remote X-packet
12114 Show the current setting of using the @samp{X} packets for binary
12115 downloads.
12116
12117 @item set remote read-aux-vector-packet
12118 @cindex auxiliary vector of remote target
12119 @cindex @code{auxv}, and remote targets
12120 Set the use of the remote protocol's @samp{qPart:auxv:read} (target
12121 auxiliary vector read) request.  This request is used to fetch the
12122 remote target's @dfn{auxiliary vector}, see @ref{OS Information,
12123 Auxiliary Vector}.  The default setting depends on the remote stub's
12124 support of this request (@value{GDBN} queries the stub when this
12125 request is first required).  @xref{General Query Packets, qPart}, for
12126 more information about this request.
12127
12128 @item show remote read-aux-vector-packet
12129 Show the current setting of use of the @samp{qPart:auxv:read} request.
12130
12131 @item set remote symbol-lookup-packet
12132 @cindex remote symbol lookup request
12133 Set the use of the remote protocol's @samp{qSymbol} (target symbol
12134 lookup) request.  This request is used to communicate symbol
12135 information to the remote target, e.g., whenever a new shared library
12136 is loaded by the remote (@pxref{Files, shared libraries}).  The
12137 default setting depends on the remote stub's support of this request
12138 (@value{GDBN} queries the stub when this request is first required).
12139 @xref{General Query Packets, qSymbol}, for more information about this
12140 request.
12141
12142 @item show remote symbol-lookup-packet
12143 Show the current setting of use of the @samp{qSymbol} request.
12144
12145 @item set remote verbose-resume-packet
12146 @cindex resume remote target
12147 @cindex signal thread, and remote targets
12148 @cindex single-step thread, and remote targets
12149 @cindex thread-specific operations on remote targets
12150 Set the use of the remote protocol's @samp{vCont} (descriptive resume)
12151 request.  This request is used to resume specific threads in the
12152 remote target, and to single-step or signal them.  The default setting
12153 depends on the remote stub's support of this request (@value{GDBN}
12154 queries the stub when this request is first required).  This setting
12155 affects debugging of multithreaded programs: if @samp{vCont} cannot be
12156 used, @value{GDBN} might be unable to single-step a specific thread,
12157 especially under @code{set scheduler-locking off}; it is also
12158 impossible to pause a specific thread.  @xref{Packets, vCont}, for
12159 more details.
12160
12161 @item show remote verbose-resume-packet
12162 Show the current setting of use of the @samp{vCont} request
12163
12164 @item set remote software-breakpoint-packet
12165 @itemx set remote hardware-breakpoint-packet
12166 @itemx set remote write-watchpoint-packet
12167 @itemx set remote read-watchpoint-packet
12168 @itemx set remote access-watchpoint-packet
12169 @itemx set remote Z-packet
12170 @cindex Z-packet
12171 @cindex remote hardware breakpoints and watchpoints
12172 These commands enable or disable the use of @samp{Z} packets for
12173 setting breakpoints and watchpoints in the remote target.  The default
12174 depends on the remote stub's support of the @samp{Z} packets
12175 (@value{GDBN} queries the stub when each packet is first required).
12176 The command @code{set remote Z-packet}, kept for back-compatibility,
12177 turns on or off all the features that require the use of @samp{Z}
12178 packets.
12179
12180 @item show remote software-breakpoint-packet
12181 @itemx show remote hardware-breakpoint-packet
12182 @itemx show remote write-watchpoint-packet
12183 @itemx show remote read-watchpoint-packet
12184 @itemx show remote access-watchpoint-packet
12185 @itemx show remote Z-packet
12186 Show the current setting of @samp{Z} packets usage.
12187
12188 @item set remote get-thread-local-storage-address
12189 @kindex set remote get-thread-local-storage-address
12190 @cindex thread local storage of remote targets
12191 This command enables or disables the use of the @samp{qGetTLSAddr}
12192 (Get Thread Local Storage Address) request packet.  The default
12193 depends on whether the remote stub supports this request.
12194 @xref{General Query Packets, qGetTLSAddr}, for more details about this
12195 packet.
12196
12197 @item show remote get-thread-local-storage-address
12198 @kindex show remote get-thread-local-storage-address
12199 Show the current setting of @samp{qGetTLSAddr} packet usage.
12200 @end table
12201
12202 @node remote stub
12203 @section Implementing a remote stub
12204
12205 @cindex debugging stub, example
12206 @cindex remote stub, example
12207 @cindex stub example, remote debugging
12208 The stub files provided with @value{GDBN} implement the target side of the
12209 communication protocol, and the @value{GDBN} side is implemented in the
12210 @value{GDBN} source file @file{remote.c}.  Normally, you can simply allow
12211 these subroutines to communicate, and ignore the details.  (If you're
12212 implementing your own stub file, you can still ignore the details: start
12213 with one of the existing stub files.  @file{sparc-stub.c} is the best
12214 organized, and therefore the easiest to read.)
12215
12216 @cindex remote serial debugging, overview
12217 To debug a program running on another machine (the debugging
12218 @dfn{target} machine), you must first arrange for all the usual
12219 prerequisites for the program to run by itself.  For example, for a C
12220 program, you need:
12221
12222 @enumerate
12223 @item
12224 A startup routine to set up the C runtime environment; these usually
12225 have a name like @file{crt0}.  The startup routine may be supplied by
12226 your hardware supplier, or you may have to write your own.
12227
12228 @item
12229 A C subroutine library to support your program's
12230 subroutine calls, notably managing input and output.
12231
12232 @item
12233 A way of getting your program to the other machine---for example, a
12234 download program.  These are often supplied by the hardware
12235 manufacturer, but you may have to write your own from hardware
12236 documentation.
12237 @end enumerate
12238
12239 The next step is to arrange for your program to use a serial port to
12240 communicate with the machine where @value{GDBN} is running (the @dfn{host}
12241 machine).  In general terms, the scheme looks like this:
12242
12243 @table @emph
12244 @item On the host,
12245 @value{GDBN} already understands how to use this protocol; when everything
12246 else is set up, you can simply use the @samp{target remote} command
12247 (@pxref{Targets,,Specifying a Debugging Target}).
12248
12249 @item On the target,
12250 you must link with your program a few special-purpose subroutines that
12251 implement the @value{GDBN} remote serial protocol.  The file containing these
12252 subroutines is called  a @dfn{debugging stub}.
12253
12254 On certain remote targets, you can use an auxiliary program
12255 @code{gdbserver} instead of linking a stub into your program.
12256 @xref{Server,,Using the @code{gdbserver} program}, for details.
12257 @end table
12258
12259 The debugging stub is specific to the architecture of the remote
12260 machine; for example, use @file{sparc-stub.c} to debug programs on
12261 @sc{sparc} boards.
12262
12263 @cindex remote serial stub list
12264 These working remote stubs are distributed with @value{GDBN}:
12265
12266 @table @code
12267
12268 @item i386-stub.c
12269 @cindex @file{i386-stub.c}
12270 @cindex Intel
12271 @cindex i386
12272 For Intel 386 and compatible architectures.
12273
12274 @item m68k-stub.c
12275 @cindex @file{m68k-stub.c}
12276 @cindex Motorola 680x0
12277 @cindex m680x0
12278 For Motorola 680x0 architectures.
12279
12280 @item sh-stub.c
12281 @cindex @file{sh-stub.c}
12282 @cindex Renesas
12283 @cindex SH
12284 For Renesas SH architectures.
12285
12286 @item sparc-stub.c
12287 @cindex @file{sparc-stub.c}
12288 @cindex Sparc
12289 For @sc{sparc} architectures.
12290
12291 @item sparcl-stub.c
12292 @cindex @file{sparcl-stub.c}
12293 @cindex Fujitsu
12294 @cindex SparcLite
12295 For Fujitsu @sc{sparclite} architectures.
12296
12297 @end table
12298
12299 The @file{README} file in the @value{GDBN} distribution may list other
12300 recently added stubs.
12301
12302 @menu
12303 * Stub Contents::       What the stub can do for you
12304 * Bootstrapping::       What you must do for the stub
12305 * Debug Session::       Putting it all together
12306 @end menu
12307
12308 @node Stub Contents
12309 @subsection What the stub can do for you
12310
12311 @cindex remote serial stub
12312 The debugging stub for your architecture supplies these three
12313 subroutines:
12314
12315 @table @code
12316 @item set_debug_traps
12317 @findex set_debug_traps
12318 @cindex remote serial stub, initialization
12319 This routine arranges for @code{handle_exception} to run when your
12320 program stops.  You must call this subroutine explicitly near the
12321 beginning of your program.
12322
12323 @item handle_exception
12324 @findex handle_exception
12325 @cindex remote serial stub, main routine
12326 This is the central workhorse, but your program never calls it
12327 explicitly---the setup code arranges for @code{handle_exception} to
12328 run when a trap is triggered.
12329
12330 @code{handle_exception} takes control when your program stops during
12331 execution (for example, on a breakpoint), and mediates communications
12332 with @value{GDBN} on the host machine.  This is where the communications
12333 protocol is implemented; @code{handle_exception} acts as the @value{GDBN}
12334 representative on the target machine.  It begins by sending summary
12335 information on the state of your program, then continues to execute,
12336 retrieving and transmitting any information @value{GDBN} needs, until you
12337 execute a @value{GDBN} command that makes your program resume; at that point,
12338 @code{handle_exception} returns control to your own code on the target
12339 machine.
12340
12341 @item breakpoint
12342 @cindex @code{breakpoint} subroutine, remote
12343 Use this auxiliary subroutine to make your program contain a
12344 breakpoint.  Depending on the particular situation, this may be the only
12345 way for @value{GDBN} to get control.  For instance, if your target
12346 machine has some sort of interrupt button, you won't need to call this;
12347 pressing the interrupt button transfers control to
12348 @code{handle_exception}---in effect, to @value{GDBN}.  On some machines,
12349 simply receiving characters on the serial port may also trigger a trap;
12350 again, in that situation, you don't need to call @code{breakpoint} from
12351 your own program---simply running @samp{target remote} from the host
12352 @value{GDBN} session gets control.
12353
12354 Call @code{breakpoint} if none of these is true, or if you simply want
12355 to make certain your program stops at a predetermined point for the
12356 start of your debugging session.
12357 @end table
12358
12359 @node Bootstrapping
12360 @subsection What you must do for the stub
12361
12362 @cindex remote stub, support routines
12363 The debugging stubs that come with @value{GDBN} are set up for a particular
12364 chip architecture, but they have no information about the rest of your
12365 debugging target machine.
12366
12367 First of all you need to tell the stub how to communicate with the
12368 serial port.
12369
12370 @table @code
12371 @item int getDebugChar()
12372 @findex getDebugChar
12373 Write this subroutine to read a single character from the serial port.
12374 It may be identical to @code{getchar} for your target system; a
12375 different name is used to allow you to distinguish the two if you wish.
12376
12377 @item void putDebugChar(int)
12378 @findex putDebugChar
12379 Write this subroutine to write a single character to the serial port.
12380 It may be identical to @code{putchar} for your target system; a
12381 different name is used to allow you to distinguish the two if you wish.
12382 @end table
12383
12384 @cindex control C, and remote debugging
12385 @cindex interrupting remote targets
12386 If you want @value{GDBN} to be able to stop your program while it is
12387 running, you need to use an interrupt-driven serial driver, and arrange
12388 for it to stop when it receives a @code{^C} (@samp{\003}, the control-C
12389 character).  That is the character which @value{GDBN} uses to tell the
12390 remote system to stop.
12391
12392 Getting the debugging target to return the proper status to @value{GDBN}
12393 probably requires changes to the standard stub; one quick and dirty way
12394 is to just execute a breakpoint instruction (the ``dirty'' part is that
12395 @value{GDBN} reports a @code{SIGTRAP} instead of a @code{SIGINT}).
12396
12397 Other routines you need to supply are:
12398
12399 @table @code
12400 @item void exceptionHandler (int @var{exception_number}, void *@var{exception_address})
12401 @findex exceptionHandler
12402 Write this function to install @var{exception_address} in the exception
12403 handling tables.  You need to do this because the stub does not have any
12404 way of knowing what the exception handling tables on your target system
12405 are like (for example, the processor's table might be in @sc{rom},
12406 containing entries which point to a table in @sc{ram}).
12407 @var{exception_number} is the exception number which should be changed;
12408 its meaning is architecture-dependent (for example, different numbers
12409 might represent divide by zero, misaligned access, etc).  When this
12410 exception occurs, control should be transferred directly to
12411 @var{exception_address}, and the processor state (stack, registers,
12412 and so on) should be just as it is when a processor exception occurs.  So if
12413 you want to use a jump instruction to reach @var{exception_address}, it
12414 should be a simple jump, not a jump to subroutine.
12415
12416 For the 386, @var{exception_address} should be installed as an interrupt
12417 gate so that interrupts are masked while the handler runs.  The gate
12418 should be at privilege level 0 (the most privileged level).  The
12419 @sc{sparc} and 68k stubs are able to mask interrupts themselves without
12420 help from @code{exceptionHandler}.
12421
12422 @item void flush_i_cache()
12423 @findex flush_i_cache
12424 On @sc{sparc} and @sc{sparclite} only, write this subroutine to flush the
12425 instruction cache, if any, on your target machine.  If there is no
12426 instruction cache, this subroutine may be a no-op.
12427
12428 On target machines that have instruction caches, @value{GDBN} requires this
12429 function to make certain that the state of your program is stable.
12430 @end table
12431
12432 @noindent
12433 You must also make sure this library routine is available:
12434
12435 @table @code
12436 @item void *memset(void *, int, int)
12437 @findex memset
12438 This is the standard library function @code{memset} that sets an area of
12439 memory to a known value.  If you have one of the free versions of
12440 @code{libc.a}, @code{memset} can be found there; otherwise, you must
12441 either obtain it from your hardware manufacturer, or write your own.
12442 @end table
12443
12444 If you do not use the GNU C compiler, you may need other standard
12445 library subroutines as well; this varies from one stub to another,
12446 but in general the stubs are likely to use any of the common library
12447 subroutines which @code{@value{GCC}} generates as inline code.
12448
12449
12450 @node Debug Session
12451 @subsection Putting it all together
12452
12453 @cindex remote serial debugging summary
12454 In summary, when your program is ready to debug, you must follow these
12455 steps.
12456
12457 @enumerate
12458 @item
12459 Make sure you have defined the supporting low-level routines
12460 (@pxref{Bootstrapping,,What you must do for the stub}):
12461 @display
12462 @code{getDebugChar}, @code{putDebugChar},
12463 @code{flush_i_cache}, @code{memset}, @code{exceptionHandler}.
12464 @end display
12465
12466 @item
12467 Insert these lines near the top of your program:
12468
12469 @smallexample
12470 set_debug_traps();
12471 breakpoint();
12472 @end smallexample
12473
12474 @item
12475 For the 680x0 stub only, you need to provide a variable called
12476 @code{exceptionHook}.  Normally you just use:
12477
12478 @smallexample
12479 void (*exceptionHook)() = 0;
12480 @end smallexample
12481
12482 @noindent
12483 but if before calling @code{set_debug_traps}, you set it to point to a
12484 function in your program, that function is called when
12485 @code{@value{GDBN}} continues after stopping on a trap (for example, bus
12486 error).  The function indicated by @code{exceptionHook} is called with
12487 one parameter: an @code{int} which is the exception number.
12488
12489 @item
12490 Compile and link together: your program, the @value{GDBN} debugging stub for
12491 your target architecture, and the supporting subroutines.
12492
12493 @item
12494 Make sure you have a serial connection between your target machine and
12495 the @value{GDBN} host, and identify the serial port on the host.
12496
12497 @item
12498 @c The "remote" target now provides a `load' command, so we should
12499 @c document that.  FIXME.
12500 Download your program to your target machine (or get it there by
12501 whatever means the manufacturer provides), and start it.
12502
12503 @item
12504 Start @value{GDBN} on the host, and connect to the target
12505 (@pxref{Connecting,,Connecting to a remote target}).
12506
12507 @end enumerate
12508
12509 @node Configurations
12510 @chapter Configuration-Specific Information
12511
12512 While nearly all @value{GDBN} commands are available for all native and
12513 cross versions of the debugger, there are some exceptions.  This chapter
12514 describes things that are only available in certain configurations.
12515
12516 There are three major categories of configurations: native
12517 configurations, where the host and target are the same, embedded
12518 operating system configurations, which are usually the same for several
12519 different processor architectures, and bare embedded processors, which
12520 are quite different from each other.
12521
12522 @menu
12523 * Native::
12524 * Embedded OS::
12525 * Embedded Processors::
12526 * Architectures::
12527 @end menu
12528
12529 @node Native
12530 @section Native
12531
12532 This section describes details specific to particular native
12533 configurations.
12534
12535 @menu
12536 * HP-UX::                       HP-UX
12537 * BSD libkvm Interface::        Debugging BSD kernel memory images
12538 * SVR4 Process Information::    SVR4 process information
12539 * DJGPP Native::                Features specific to the DJGPP port
12540 * Cygwin Native::               Features specific to the Cygwin port
12541 * Hurd Native::                 Features specific to @sc{gnu} Hurd
12542 * Neutrino::                    Features specific to QNX Neutrino
12543 @end menu
12544
12545 @node HP-UX
12546 @subsection HP-UX
12547
12548 On HP-UX systems, if you refer to a function or variable name that
12549 begins with a dollar sign, @value{GDBN} searches for a user or system
12550 name first, before it searches for a convenience variable.
12551
12552
12553 @node BSD libkvm Interface
12554 @subsection BSD libkvm Interface
12555
12556 @cindex libkvm
12557 @cindex kernel memory image
12558 @cindex kernel crash dump
12559
12560 BSD-derived systems (FreeBSD/NetBSD/OpenBSD) have a kernel memory
12561 interface that provides a uniform interface for accessing kernel virtual
12562 memory images, including live systems and crash dumps.  @value{GDBN}
12563 uses this interface to allow you to debug live kernels and kernel crash
12564 dumps on many native BSD configurations.  This is implemented as a
12565 special @code{kvm} debugging target.  For debugging a live system, load
12566 the currently running kernel into @value{GDBN} and connect to the
12567 @code{kvm} target:
12568
12569 @smallexample
12570 (@value{GDBP}) @b{target kvm}
12571 @end smallexample
12572
12573 For debugging crash dumps, provide the file name of the crash dump as an
12574 argument:
12575
12576 @smallexample
12577 (@value{GDBP}) @b{target kvm /var/crash/bsd.0}
12578 @end smallexample
12579
12580 Once connected to the @code{kvm} target, the following commands are
12581 available:
12582
12583 @table @code
12584 @kindex kvm
12585 @item kvm pcb
12586 Set current context from the @dfn{Process Control Block} (PCB) address.
12587
12588 @item kvm proc
12589 Set current context from proc address.  This command isn't available on
12590 modern FreeBSD systems.
12591 @end table
12592
12593 @node SVR4 Process Information
12594 @subsection SVR4 process information
12595 @cindex /proc
12596 @cindex examine process image
12597 @cindex process info via @file{/proc}
12598
12599 Many versions of SVR4 and compatible systems provide a facility called
12600 @samp{/proc} that can be used to examine the image of a running
12601 process using file-system subroutines.  If @value{GDBN} is configured
12602 for an operating system with this facility, the command @code{info
12603 proc} is available to report information about the process running
12604 your program, or about any process running on your system.  @code{info
12605 proc} works only on SVR4 systems that include the @code{procfs} code.
12606 This includes, as of this writing, @sc{gnu}/Linux, OSF/1 (Digital
12607 Unix), Solaris, Irix, and Unixware, but not HP-UX, for example.
12608
12609 @table @code
12610 @kindex info proc
12611 @cindex process ID
12612 @item info proc
12613 @itemx info proc @var{process-id}
12614 Summarize available information about any running process.  If a
12615 process ID is specified by @var{process-id}, display information about
12616 that process; otherwise display information about the program being
12617 debugged.  The summary includes the debugged process ID, the command
12618 line used to invoke it, its current working directory, and its
12619 executable file's absolute file name.
12620
12621 On some systems, @var{process-id} can be of the form
12622 @samp{[@var{pid}]/@var{tid}} which specifies a certain thread ID
12623 within a process.  If the optional @var{pid} part is missing, it means
12624 a thread from the process being debugged (the leading @samp{/} still
12625 needs to be present, or else @value{GDBN} will interpret the number as
12626 a process ID rather than a thread ID).
12627
12628 @item info proc mappings
12629 @cindex memory address space mappings
12630 Report the memory address space ranges accessible in the program, with
12631 information on whether the process has read, write, or execute access
12632 rights to each range.  On @sc{gnu}/Linux systems, each memory range
12633 includes the object file which is mapped to that range, instead of the
12634 memory access rights to that range.
12635
12636 @item info proc stat
12637 @itemx info proc status
12638 @cindex process detailed status information
12639 These subcommands are specific to @sc{gnu}/Linux systems.  They show
12640 the process-related information, including the user ID and group ID;
12641 how many threads are there in the process; its virtual memory usage;
12642 the signals that are pending, blocked, and ignored; its TTY; its
12643 consumption of system and user time; its stack size; its @samp{nice}
12644 value; etc.  For more information, see the @samp{proc} man page
12645 (type @kbd{man 5 proc} from your shell prompt).
12646
12647 @item info proc all
12648 Show all the information about the process described under all of the
12649 above @code{info proc} subcommands.
12650
12651 @ignore
12652 @comment These sub-options of 'info proc' were not included when
12653 @comment procfs.c was re-written.  Keep their descriptions around
12654 @comment against the day when someone finds the time to put them back in.
12655 @kindex info proc times
12656 @item info proc times
12657 Starting time, user CPU time, and system CPU time for your program and
12658 its children.
12659
12660 @kindex info proc id
12661 @item info proc id
12662 Report on the process IDs related to your program: its own process ID,
12663 the ID of its parent, the process group ID, and the session ID.
12664 @end ignore
12665
12666 @item set procfs-trace
12667 @kindex set procfs-trace
12668 @cindex @code{procfs} API calls
12669 This command enables and disables tracing of @code{procfs} API calls.
12670
12671 @item show procfs-trace
12672 @kindex show procfs-trace
12673 Show the current state of @code{procfs} API call tracing.
12674
12675 @item set procfs-file @var{file}
12676 @kindex set procfs-file
12677 Tell @value{GDBN} to write @code{procfs} API trace to the named
12678 @var{file}.  @value{GDBN} appends the trace info to the previous
12679 contents of the file.  The default is to display the trace on the
12680 standard output.
12681
12682 @item show procfs-file
12683 @kindex show procfs-file
12684 Show the file to which @code{procfs} API trace is written.
12685
12686 @item proc-trace-entry
12687 @itemx proc-trace-exit
12688 @itemx proc-untrace-entry
12689 @itemx proc-untrace-exit
12690 @kindex proc-trace-entry
12691 @kindex proc-trace-exit
12692 @kindex proc-untrace-entry
12693 @kindex proc-untrace-exit
12694 These commands enable and disable tracing of entries into and exits
12695 from the @code{syscall} interface.
12696
12697 @item info pidlist
12698 @kindex info pidlist
12699 @cindex process list, QNX Neutrino
12700 For QNX Neutrino only, this command displays the list of all the
12701 processes and all the threads within each process.
12702
12703 @item info meminfo
12704 @kindex info meminfo
12705 @cindex mapinfo list, QNX Neutrino
12706 For QNX Neutrino only, this command displays the list of all mapinfos.
12707 @end table
12708
12709 @node DJGPP Native
12710 @subsection Features for Debugging @sc{djgpp} Programs
12711 @cindex @sc{djgpp} debugging
12712 @cindex native @sc{djgpp} debugging
12713 @cindex MS-DOS-specific commands
12714
12715 @cindex DPMI
12716 @sc{djgpp} is a port of the @sc{gnu} development tools to MS-DOS and
12717 MS-Windows.  @sc{djgpp} programs are 32-bit protected-mode programs
12718 that use the @dfn{DPMI} (DOS Protected-Mode Interface) API to run on
12719 top of real-mode DOS systems and their emulations.
12720
12721 @value{GDBN} supports native debugging of @sc{djgpp} programs, and
12722 defines a few commands specific to the @sc{djgpp} port.  This
12723 subsection describes those commands.
12724
12725 @table @code
12726 @kindex info dos
12727 @item info dos
12728 This is a prefix of @sc{djgpp}-specific commands which print
12729 information about the target system and important OS structures.
12730
12731 @kindex sysinfo
12732 @cindex MS-DOS system info
12733 @cindex free memory information (MS-DOS)
12734 @item info dos sysinfo
12735 This command displays assorted information about the underlying
12736 platform: the CPU type and features, the OS version and flavor, the
12737 DPMI version, and the available conventional and DPMI memory.
12738
12739 @cindex GDT
12740 @cindex LDT
12741 @cindex IDT
12742 @cindex segment descriptor tables
12743 @cindex descriptor tables display
12744 @item info dos gdt
12745 @itemx info dos ldt
12746 @itemx info dos idt
12747 These 3 commands display entries from, respectively, Global, Local,
12748 and Interrupt Descriptor Tables (GDT, LDT, and IDT).  The descriptor
12749 tables are data structures which store a descriptor for each segment
12750 that is currently in use.  The segment's selector is an index into a
12751 descriptor table; the table entry for that index holds the
12752 descriptor's base address and limit, and its attributes and access
12753 rights.
12754
12755 A typical @sc{djgpp} program uses 3 segments: a code segment, a data
12756 segment (used for both data and the stack), and a DOS segment (which
12757 allows access to DOS/BIOS data structures and absolute addresses in
12758 conventional memory).  However, the DPMI host will usually define
12759 additional segments in order to support the DPMI environment.
12760
12761 @cindex garbled pointers
12762 These commands allow to display entries from the descriptor tables.
12763 Without an argument, all entries from the specified table are
12764 displayed.  An argument, which should be an integer expression, means
12765 display a single entry whose index is given by the argument.  For
12766 example, here's a convenient way to display information about the
12767 debugged program's data segment:
12768
12769 @smallexample
12770 @exdent @code{(@value{GDBP}) info dos ldt $ds}
12771 @exdent @code{0x13f: base=0x11970000 limit=0x0009ffff 32-Bit Data (Read/Write, Exp-up)}
12772 @end smallexample
12773
12774 @noindent
12775 This comes in handy when you want to see whether a pointer is outside
12776 the data segment's limit (i.e.@: @dfn{garbled}).
12777
12778 @cindex page tables display (MS-DOS)
12779 @item info dos pde
12780 @itemx info dos pte
12781 These two commands display entries from, respectively, the Page
12782 Directory and the Page Tables.  Page Directories and Page Tables are
12783 data structures which control how virtual memory addresses are mapped
12784 into physical addresses.  A Page Table includes an entry for every
12785 page of memory that is mapped into the program's address space; there
12786 may be several Page Tables, each one holding up to 4096 entries.  A
12787 Page Directory has up to 4096 entries, one each for every Page Table
12788 that is currently in use.
12789
12790 Without an argument, @kbd{info dos pde} displays the entire Page
12791 Directory, and @kbd{info dos pte} displays all the entries in all of
12792 the Page Tables.  An argument, an integer expression, given to the
12793 @kbd{info dos pde} command means display only that entry from the Page
12794 Directory table.  An argument given to the @kbd{info dos pte} command
12795 means display entries from a single Page Table, the one pointed to by
12796 the specified entry in the Page Directory.
12797
12798 @cindex direct memory access (DMA) on MS-DOS
12799 These commands are useful when your program uses @dfn{DMA} (Direct
12800 Memory Access), which needs physical addresses to program the DMA
12801 controller.
12802
12803 These commands are supported only with some DPMI servers.
12804
12805 @cindex physical address from linear address
12806 @item info dos address-pte @var{addr}
12807 This command displays the Page Table entry for a specified linear
12808 address.  The argument @var{addr} is a linear address which should
12809 already have the appropriate segment's base address added to it,
12810 because this command accepts addresses which may belong to @emph{any}
12811 segment.  For example, here's how to display the Page Table entry for
12812 the page where a variable @code{i} is stored:
12813
12814 @smallexample
12815 @exdent @code{(@value{GDBP}) info dos address-pte __djgpp_base_address + (char *)&i}
12816 @exdent @code{Page Table entry for address 0x11a00d30:}
12817 @exdent @code{Base=0x02698000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0xd30}
12818 @end smallexample
12819
12820 @noindent
12821 This says that @code{i} is stored at offset @code{0xd30} from the page
12822 whose physical base address is @code{0x02698000}, and shows all the
12823 attributes of that page.
12824
12825 Note that you must cast the addresses of variables to a @code{char *},
12826 since otherwise the value of @code{__djgpp_base_address}, the base
12827 address of all variables and functions in a @sc{djgpp} program, will
12828 be added using the rules of C pointer arithmetics: if @code{i} is
12829 declared an @code{int}, @value{GDBN} will add 4 times the value of
12830 @code{__djgpp_base_address} to the address of @code{i}.
12831
12832 Here's another example, it displays the Page Table entry for the
12833 transfer buffer:
12834
12835 @smallexample
12836 @exdent @code{(@value{GDBP}) info dos address-pte *((unsigned *)&_go32_info_block + 3)}
12837 @exdent @code{Page Table entry for address 0x29110:}
12838 @exdent @code{Base=0x00029000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0x110}
12839 @end smallexample
12840
12841 @noindent
12842 (The @code{+ 3} offset is because the transfer buffer's address is the
12843 3rd member of the @code{_go32_info_block} structure.)  The output
12844 clearly shows that this DPMI server maps the addresses in conventional
12845 memory 1:1, i.e.@: the physical (@code{0x00029000} + @code{0x110}) and
12846 linear (@code{0x29110}) addresses are identical.
12847
12848 This command is supported only with some DPMI servers.
12849 @end table
12850
12851 @cindex DOS serial data link, remote debugging
12852 In addition to native debugging, the DJGPP port supports remote
12853 debugging via a serial data link.  The following commands are specific
12854 to remote serial debugging in the DJGPP port of @value{GDBN}.
12855
12856 @table @code
12857 @kindex set com1base
12858 @kindex set com1irq
12859 @kindex set com2base
12860 @kindex set com2irq
12861 @kindex set com3base
12862 @kindex set com3irq
12863 @kindex set com4base
12864 @kindex set com4irq
12865 @item set com1base @var{addr}
12866 This command sets the base I/O port address of the @file{COM1} serial
12867 port.
12868
12869 @item set com1irq @var{irq}
12870 This command sets the @dfn{Interrupt Request} (@code{IRQ}) line to use
12871 for the @file{COM1} serial port.
12872
12873 There are similar commands @samp{set com2base}, @samp{set com3irq},
12874 etc.@: for setting the port address and the @code{IRQ} lines for the
12875 other 3 COM ports.
12876
12877 @kindex show com1base
12878 @kindex show com1irq
12879 @kindex show com2base
12880 @kindex show com2irq
12881 @kindex show com3base
12882 @kindex show com3irq
12883 @kindex show com4base
12884 @kindex show com4irq
12885 The related commands @samp{show com1base}, @samp{show com1irq} etc.@:
12886 display the current settings of the base address and the @code{IRQ}
12887 lines used by the COM ports.
12888
12889 @item info serial
12890 @kindex info serial
12891 @cindex DOS serial port status
12892 This command prints the status of the 4 DOS serial ports.  For each
12893 port, it prints whether it's active or not, its I/O base address and
12894 IRQ number, whether it uses a 16550-style FIFO, its baudrate, and the
12895 counts of various errors encountered so far.
12896 @end table
12897
12898
12899 @node Cygwin Native
12900 @subsection Features for Debugging MS Windows PE executables
12901 @cindex MS Windows debugging
12902 @cindex native Cygwin debugging
12903 @cindex Cygwin-specific commands
12904
12905 @value{GDBN} supports native debugging of MS Windows programs, including
12906 DLLs with and without symbolic debugging information. There are various
12907 additional Cygwin-specific commands, described in this subsection.  The
12908 subsubsection @pxref{Non-debug DLL symbols} describes working with DLLs
12909 that have no debugging symbols.
12910
12911
12912 @table @code
12913 @kindex info w32
12914 @item info w32
12915 This is a prefix of MS Windows specific commands which print
12916 information about the target system and important OS structures.
12917
12918 @item info w32 selector
12919 This command displays information returned by
12920 the Win32 API @code{GetThreadSelectorEntry} function.
12921 It takes an optional argument that is evaluated to
12922 a long value to give the information about this given selector.
12923 Without argument, this command displays information
12924 about the the six segment registers.
12925
12926 @kindex info dll
12927 @item info dll
12928 This is a Cygwin specific alias of info shared.
12929
12930 @kindex dll-symbols
12931 @item dll-symbols
12932 This command loads symbols from a dll similarly to
12933 add-sym command but without the need to specify a base address.
12934
12935 @kindex set new-console
12936 @item set new-console @var{mode}
12937 If @var{mode} is @code{on} the debuggee will
12938 be started in a new console on next start.
12939 If @var{mode} is @code{off}i, the debuggee will
12940 be started in the same console as the debugger.
12941
12942 @kindex show new-console
12943 @item show new-console
12944 Displays whether a new console is used
12945 when the debuggee is started.
12946
12947 @kindex set new-group
12948 @item set new-group @var{mode}
12949 This boolean value controls whether the debuggee should
12950 start a new group or stay in the same group as the debugger.
12951 This affects the way the Windows OS handles
12952 Ctrl-C.
12953
12954 @kindex show new-group
12955 @item show new-group
12956 Displays current value of new-group boolean.
12957
12958 @kindex set debugevents
12959 @item set debugevents
12960 This boolean value adds debug output concerning events seen by the debugger.
12961
12962 @kindex set debugexec
12963 @item set debugexec
12964 This boolean value adds debug output concerning execute events
12965 seen by the debugger.
12966
12967 @kindex set debugexceptions
12968 @item set debugexceptions
12969 This boolean value adds debug ouptut concerning exception events
12970 seen by the debugger.
12971
12972 @kindex set debugmemory
12973 @item set debugmemory
12974 This boolean value adds debug ouptut concerning memory events
12975 seen by the debugger.
12976
12977 @kindex set shell
12978 @item set shell
12979 This boolean values specifies whether the debuggee is called
12980 via a shell or directly (default value is on).
12981
12982 @kindex show shell
12983 @item show shell
12984 Displays if the debuggee will be started with a shell.
12985
12986 @end table
12987
12988 @menu
12989 * Non-debug DLL symbols::  Support for DLLs without debugging symbols
12990 @end menu
12991
12992 @node Non-debug DLL symbols
12993 @subsubsection Support for DLLs without debugging symbols
12994 @cindex DLLs with no debugging symbols
12995 @cindex Minimal symbols and DLLs
12996
12997 Very often on windows, some of the DLLs that your program relies on do
12998 not include symbolic debugging information (for example,
12999 @file{kernel32.dll}). When @value{GDBN} doesn't recognize any debugging
13000 symbols in a DLL, it relies on the minimal amount of symbolic
13001 information contained in the DLL's export table. This subsubsection
13002 describes working with such symbols, known internally to @value{GDBN} as
13003 ``minimal symbols''.
13004
13005 Note that before the debugged program has started execution, no DLLs
13006 will have been loaded. The easiest way around this problem is simply to
13007 start the program --- either by setting a breakpoint or letting the
13008 program run once to completion. It is also possible to force
13009 @value{GDBN} to load a particular DLL before starting the executable ---
13010 see the shared library information in @pxref{Files} or the
13011 @code{dll-symbols} command in @pxref{Cygwin Native}. Currently,
13012 explicitly loading symbols from a DLL with no debugging information will
13013 cause the symbol names to be duplicated in @value{GDBN}'s lookup table,
13014 which may adversely affect symbol lookup performance.
13015
13016 @subsubsection DLL name prefixes
13017
13018 In keeping with the naming conventions used by the Microsoft debugging
13019 tools, DLL export symbols are made available with a prefix based on the
13020 DLL name, for instance @code{KERNEL32!CreateFileA}.  The plain name is
13021 also entered into the symbol table, so @code{CreateFileA} is often
13022 sufficient. In some cases there will be name clashes within a program
13023 (particularly if the executable itself includes full debugging symbols)
13024 necessitating the use of the fully qualified name when referring to the
13025 contents of the DLL. Use single-quotes around the name to avoid the
13026 exclamation mark (``!'')  being interpreted as a language operator.
13027
13028 Note that the internal name of the DLL may be all upper-case, even
13029 though the file name of the DLL is lower-case, or vice-versa. Since
13030 symbols within @value{GDBN} are @emph{case-sensitive} this may cause
13031 some confusion. If in doubt, try the @code{info functions} and
13032 @code{info variables} commands or even @code{maint print msymbols} (see
13033 @pxref{Symbols}). Here's an example:
13034
13035 @smallexample
13036 (@value{GDBP}) info function CreateFileA
13037 All functions matching regular expression "CreateFileA":
13038
13039 Non-debugging symbols:
13040 0x77e885f4  CreateFileA
13041 0x77e885f4  KERNEL32!CreateFileA
13042 @end smallexample
13043
13044 @smallexample
13045 (@value{GDBP}) info function !
13046 All functions matching regular expression "!":
13047
13048 Non-debugging symbols:
13049 0x6100114c  cygwin1!__assert
13050 0x61004034  cygwin1!_dll_crt0@@0
13051 0x61004240  cygwin1!dll_crt0(per_process *)
13052 [etc...]
13053 @end smallexample
13054
13055 @subsubsection Working with minimal symbols
13056
13057 Symbols extracted from a DLL's export table do not contain very much
13058 type information. All that @value{GDBN} can do is guess whether a symbol
13059 refers to a function or variable depending on the linker section that
13060 contains the symbol. Also note that the actual contents of the memory
13061 contained in a DLL are not available unless the program is running. This
13062 means that you cannot examine the contents of a variable or disassemble
13063 a function within a DLL without a running program.
13064
13065 Variables are generally treated as pointers and dereferenced
13066 automatically. For this reason, it is often necessary to prefix a
13067 variable name with the address-of operator (``&'') and provide explicit
13068 type information in the command. Here's an example of the type of
13069 problem:
13070
13071 @smallexample
13072 (@value{GDBP}) print 'cygwin1!__argv'
13073 $1 = 268572168
13074 @end smallexample
13075
13076 @smallexample
13077 (@value{GDBP}) x 'cygwin1!__argv'
13078 0x10021610:      "\230y\""
13079 @end smallexample
13080
13081 And two possible solutions:
13082
13083 @smallexample
13084 (@value{GDBP}) print ((char **)'cygwin1!__argv')[0]
13085 $2 = 0x22fd98 "/cygdrive/c/mydirectory/myprogram"
13086 @end smallexample
13087
13088 @smallexample
13089 (@value{GDBP}) x/2x &'cygwin1!__argv'
13090 0x610c0aa8 <cygwin1!__argv>:    0x10021608      0x00000000
13091 (@value{GDBP}) x/x 0x10021608
13092 0x10021608:     0x0022fd98
13093 (@value{GDBP}) x/s 0x0022fd98
13094 0x22fd98:        "/cygdrive/c/mydirectory/myprogram"
13095 @end smallexample
13096
13097 Setting a break point within a DLL is possible even before the program
13098 starts execution. However, under these circumstances, @value{GDBN} can't
13099 examine the initial instructions of the function in order to skip the
13100 function's frame set-up code. You can work around this by using ``*&''
13101 to set the breakpoint at a raw memory address:
13102
13103 @smallexample
13104 (@value{GDBP}) break *&'python22!PyOS_Readline'
13105 Breakpoint 1 at 0x1e04eff0
13106 @end smallexample
13107
13108 The author of these extensions is not entirely convinced that setting a
13109 break point within a shared DLL like @file{kernel32.dll} is completely
13110 safe.
13111
13112 @node Hurd Native
13113 @subsection Commands specific to @sc{gnu} Hurd systems
13114 @cindex @sc{gnu} Hurd debugging
13115
13116 This subsection describes @value{GDBN} commands specific to the
13117 @sc{gnu} Hurd native debugging.
13118
13119 @table @code
13120 @item set signals
13121 @itemx set sigs
13122 @kindex set signals@r{, Hurd command}
13123 @kindex set sigs@r{, Hurd command}
13124 This command toggles the state of inferior signal interception by
13125 @value{GDBN}.  Mach exceptions, such as breakpoint traps, are not
13126 affected by this command.  @code{sigs} is a shorthand alias for
13127 @code{signals}.
13128
13129 @item show signals
13130 @itemx show sigs
13131 @kindex show signals@r{, Hurd command}
13132 @kindex show sigs@r{, Hurd command}
13133 Show the current state of intercepting inferior's signals.
13134
13135 @item set signal-thread
13136 @itemx set sigthread
13137 @kindex set signal-thread
13138 @kindex set sigthread
13139 This command tells @value{GDBN} which thread is the @code{libc} signal
13140 thread.  That thread is run when a signal is delivered to a running
13141 process.  @code{set sigthread} is the shorthand alias of @code{set
13142 signal-thread}.
13143
13144 @item show signal-thread
13145 @itemx show sigthread
13146 @kindex show signal-thread
13147 @kindex show sigthread
13148 These two commands show which thread will run when the inferior is
13149 delivered a signal.
13150
13151 @item set stopped
13152 @kindex set stopped@r{, Hurd command}
13153 This commands tells @value{GDBN} that the inferior process is stopped,
13154 as with the @code{SIGSTOP} signal.  The stopped process can be
13155 continued by delivering a signal to it.
13156
13157 @item show stopped
13158 @kindex show stopped@r{, Hurd command}
13159 This command shows whether @value{GDBN} thinks the debuggee is
13160 stopped.
13161
13162 @item set exceptions
13163 @kindex set exceptions@r{, Hurd command}
13164 Use this command to turn off trapping of exceptions in the inferior.
13165 When exception trapping is off, neither breakpoints nor
13166 single-stepping will work.  To restore the default, set exception
13167 trapping on.
13168
13169 @item show exceptions
13170 @kindex show exceptions@r{, Hurd command}
13171 Show the current state of trapping exceptions in the inferior.
13172
13173 @item set task pause
13174 @kindex set task@r{, Hurd commands}
13175 @cindex task attributes (@sc{gnu} Hurd)
13176 @cindex pause current task (@sc{gnu} Hurd)
13177 This command toggles task suspension when @value{GDBN} has control.
13178 Setting it to on takes effect immediately, and the task is suspended
13179 whenever @value{GDBN} gets control.  Setting it to off will take
13180 effect the next time the inferior is continued.  If this option is set
13181 to off, you can use @code{set thread default pause on} or @code{set
13182 thread pause on} (see below) to pause individual threads.
13183
13184 @item show task pause
13185 @kindex show task@r{, Hurd commands}
13186 Show the current state of task suspension.
13187
13188 @item set task detach-suspend-count
13189 @cindex task suspend count
13190 @cindex detach from task, @sc{gnu} Hurd
13191 This command sets the suspend count the task will be left with when
13192 @value{GDBN} detaches from it.
13193
13194 @item show task detach-suspend-count
13195 Show the suspend count the task will be left with when detaching.
13196
13197 @item set task exception-port
13198 @itemx set task excp
13199 @cindex task exception port, @sc{gnu} Hurd
13200 This command sets the task exception port to which @value{GDBN} will
13201 forward exceptions.  The argument should be the value of the @dfn{send
13202 rights} of the task.  @code{set task excp} is a shorthand alias.
13203
13204 @item set noninvasive
13205 @cindex noninvasive task options
13206 This command switches @value{GDBN} to a mode that is the least
13207 invasive as far as interfering with the inferior is concerned.  This
13208 is the same as using @code{set task pause}, @code{set exceptions}, and
13209 @code{set signals} to values opposite to the defaults.
13210
13211 @item info send-rights
13212 @itemx info receive-rights
13213 @itemx info port-rights
13214 @itemx info port-sets
13215 @itemx info dead-names
13216 @itemx info ports
13217 @itemx info psets
13218 @cindex send rights, @sc{gnu} Hurd
13219 @cindex receive rights, @sc{gnu} Hurd
13220 @cindex port rights, @sc{gnu} Hurd
13221 @cindex port sets, @sc{gnu} Hurd
13222 @cindex dead names, @sc{gnu} Hurd
13223 These commands display information about, respectively, send rights,
13224 receive rights, port rights, port sets, and dead names of a task.
13225 There are also shorthand aliases: @code{info ports} for @code{info
13226 port-rights} and @code{info psets} for @code{info port-sets}.
13227
13228 @item set thread pause
13229 @kindex set thread@r{, Hurd command}
13230 @cindex thread properties, @sc{gnu} Hurd
13231 @cindex pause current thread (@sc{gnu} Hurd)
13232 This command toggles current thread suspension when @value{GDBN} has
13233 control.  Setting it to on takes effect immediately, and the current
13234 thread is suspended whenever @value{GDBN} gets control.  Setting it to
13235 off will take effect the next time the inferior is continued.
13236 Normally, this command has no effect, since when @value{GDBN} has
13237 control, the whole task is suspended.  However, if you used @code{set
13238 task pause off} (see above), this command comes in handy to suspend
13239 only the current thread.
13240
13241 @item show thread pause
13242 @kindex show thread@r{, Hurd command}
13243 This command shows the state of current thread suspension.
13244
13245 @item set thread run
13246 This comamnd sets whether the current thread is allowed to run.
13247
13248 @item show thread run
13249 Show whether the current thread is allowed to run.
13250
13251 @item set thread detach-suspend-count
13252 @cindex thread suspend count, @sc{gnu} Hurd
13253 @cindex detach from thread, @sc{gnu} Hurd
13254 This command sets the suspend count @value{GDBN} will leave on a
13255 thread when detaching.  This number is relative to the suspend count
13256 found by @value{GDBN} when it notices the thread; use @code{set thread
13257 takeover-suspend-count} to force it to an absolute value.
13258
13259 @item show thread detach-suspend-count
13260 Show the suspend count @value{GDBN} will leave on the thread when
13261 detaching.
13262
13263 @item set thread exception-port
13264 @itemx set thread excp
13265 Set the thread exception port to which to forward exceptions.  This
13266 overrides the port set by @code{set task exception-port} (see above).
13267 @code{set thread excp} is the shorthand alias.
13268
13269 @item set thread takeover-suspend-count
13270 Normally, @value{GDBN}'s thread suspend counts are relative to the
13271 value @value{GDBN} finds when it notices each thread.  This command
13272 changes the suspend counts to be absolute instead.
13273
13274 @item set thread default
13275 @itemx show thread default
13276 @cindex thread default settings, @sc{gnu} Hurd
13277 Each of the above @code{set thread} commands has a @code{set thread
13278 default} counterpart (e.g., @code{set thread default pause}, @code{set
13279 thread default exception-port}, etc.).  The @code{thread default}
13280 variety of commands sets the default thread properties for all
13281 threads; you can then change the properties of individual threads with
13282 the non-default commands.
13283 @end table
13284
13285
13286 @node Neutrino
13287 @subsection QNX Neutrino
13288 @cindex QNX Neutrino
13289
13290 @value{GDBN} provides the following commands specific to the QNX
13291 Neutrino target:
13292
13293 @table @code
13294 @item set debug nto-debug
13295 @kindex set debug nto-debug
13296 When set to on, enables debugging messages specific to the QNX
13297 Neutrino support.
13298
13299 @item show debug nto-debug
13300 @kindex show debug nto-debug
13301 Show the current state of QNX Neutrino messages.
13302 @end table
13303
13304
13305 @node Embedded OS
13306 @section Embedded Operating Systems
13307
13308 This section describes configurations involving the debugging of
13309 embedded operating systems that are available for several different
13310 architectures.
13311
13312 @menu
13313 * VxWorks::                     Using @value{GDBN} with VxWorks
13314 @end menu
13315
13316 @value{GDBN} includes the ability to debug programs running on
13317 various real-time operating systems.
13318
13319 @node VxWorks
13320 @subsection Using @value{GDBN} with VxWorks
13321
13322 @cindex VxWorks
13323
13324 @table @code
13325
13326 @kindex target vxworks
13327 @item target vxworks @var{machinename}
13328 A VxWorks system, attached via TCP/IP.  The argument @var{machinename}
13329 is the target system's machine name or IP address.
13330
13331 @end table
13332
13333 On VxWorks, @code{load} links @var{filename} dynamically on the
13334 current target system as well as adding its symbols in @value{GDBN}.
13335
13336 @value{GDBN} enables developers to spawn and debug tasks running on networked
13337 VxWorks targets from a Unix host.  Already-running tasks spawned from
13338 the VxWorks shell can also be debugged.  @value{GDBN} uses code that runs on
13339 both the Unix host and on the VxWorks target.  The program
13340 @code{@value{GDBP}} is installed and executed on the Unix host.  (It may be
13341 installed with the name @code{vxgdb}, to distinguish it from a
13342 @value{GDBN} for debugging programs on the host itself.)
13343
13344 @table @code
13345 @item VxWorks-timeout @var{args}
13346 @kindex vxworks-timeout
13347 All VxWorks-based targets now support the option @code{vxworks-timeout}.
13348 This option is set by the user, and  @var{args} represents the number of
13349 seconds @value{GDBN} waits for responses to rpc's.  You might use this if
13350 your VxWorks target is a slow software simulator or is on the far side
13351 of a thin network line.
13352 @end table
13353
13354 The following information on connecting to VxWorks was current when
13355 this manual was produced; newer releases of VxWorks may use revised
13356 procedures.
13357
13358 @findex INCLUDE_RDB
13359 To use @value{GDBN} with VxWorks, you must rebuild your VxWorks kernel
13360 to include the remote debugging interface routines in the VxWorks
13361 library @file{rdb.a}.  To do this, define @code{INCLUDE_RDB} in the
13362 VxWorks configuration file @file{configAll.h} and rebuild your VxWorks
13363 kernel.  The resulting kernel contains @file{rdb.a}, and spawns the
13364 source debugging task @code{tRdbTask} when VxWorks is booted.  For more
13365 information on configuring and remaking VxWorks, see the manufacturer's
13366 manual.
13367 @c VxWorks, see the @cite{VxWorks Programmer's Guide}.
13368
13369 Once you have included @file{rdb.a} in your VxWorks system image and set
13370 your Unix execution search path to find @value{GDBN}, you are ready to
13371 run @value{GDBN}.  From your Unix host, run @code{@value{GDBP}} (or
13372 @code{vxgdb}, depending on your installation).
13373
13374 @value{GDBN} comes up showing the prompt:
13375
13376 @smallexample
13377 (vxgdb)
13378 @end smallexample
13379
13380 @menu
13381 * VxWorks Connection::          Connecting to VxWorks
13382 * VxWorks Download::            VxWorks download
13383 * VxWorks Attach::              Running tasks
13384 @end menu
13385
13386 @node VxWorks Connection
13387 @subsubsection Connecting to VxWorks
13388
13389 The @value{GDBN} command @code{target} lets you connect to a VxWorks target on the
13390 network.  To connect to a target whose host name is ``@code{tt}'', type:
13391
13392 @smallexample
13393 (vxgdb) target vxworks tt
13394 @end smallexample
13395
13396 @need 750
13397 @value{GDBN} displays messages like these:
13398
13399 @smallexample
13400 Attaching remote machine across net...
13401 Connected to tt.
13402 @end smallexample
13403
13404 @need 1000
13405 @value{GDBN} then attempts to read the symbol tables of any object modules
13406 loaded into the VxWorks target since it was last booted.  @value{GDBN} locates
13407 these files by searching the directories listed in the command search
13408 path (@pxref{Environment, ,Your program's environment}); if it fails
13409 to find an object file, it displays a message such as:
13410
13411 @smallexample
13412 prog.o: No such file or directory.
13413 @end smallexample
13414
13415 When this happens, add the appropriate directory to the search path with
13416 the @value{GDBN} command @code{path}, and execute the @code{target}
13417 command again.
13418
13419 @node VxWorks Download
13420 @subsubsection VxWorks download
13421
13422 @cindex download to VxWorks
13423 If you have connected to the VxWorks target and you want to debug an
13424 object that has not yet been loaded, you can use the @value{GDBN}
13425 @code{load} command to download a file from Unix to VxWorks
13426 incrementally.  The object file given as an argument to the @code{load}
13427 command is actually opened twice: first by the VxWorks target in order
13428 to download the code, then by @value{GDBN} in order to read the symbol
13429 table.  This can lead to problems if the current working directories on
13430 the two systems differ.  If both systems have NFS mounted the same
13431 filesystems, you can avoid these problems by using absolute paths.
13432 Otherwise, it is simplest to set the working directory on both systems
13433 to the directory in which the object file resides, and then to reference
13434 the file by its name, without any path.  For instance, a program
13435 @file{prog.o} may reside in @file{@var{vxpath}/vw/demo/rdb} in VxWorks
13436 and in @file{@var{hostpath}/vw/demo/rdb} on the host.  To load this
13437 program, type this on VxWorks:
13438
13439 @smallexample
13440 -> cd "@var{vxpath}/vw/demo/rdb"
13441 @end smallexample
13442
13443 @noindent
13444 Then, in @value{GDBN}, type:
13445
13446 @smallexample
13447 (vxgdb) cd @var{hostpath}/vw/demo/rdb
13448 (vxgdb) load prog.o
13449 @end smallexample
13450
13451 @value{GDBN} displays a response similar to this:
13452
13453 @smallexample
13454 Reading symbol data from wherever/vw/demo/rdb/prog.o... done.
13455 @end smallexample
13456
13457 You can also use the @code{load} command to reload an object module
13458 after editing and recompiling the corresponding source file.  Note that
13459 this makes @value{GDBN} delete all currently-defined breakpoints,
13460 auto-displays, and convenience variables, and to clear the value
13461 history.  (This is necessary in order to preserve the integrity of
13462 debugger's data structures that reference the target system's symbol
13463 table.)
13464
13465 @node VxWorks Attach
13466 @subsubsection Running tasks
13467
13468 @cindex running VxWorks tasks
13469 You can also attach to an existing task using the @code{attach} command as
13470 follows:
13471
13472 @smallexample
13473 (vxgdb) attach @var{task}
13474 @end smallexample
13475
13476 @noindent
13477 where @var{task} is the VxWorks hexadecimal task ID.  The task can be running
13478 or suspended when you attach to it.  Running tasks are suspended at
13479 the time of attachment.
13480
13481 @node Embedded Processors
13482 @section Embedded Processors
13483
13484 This section goes into details specific to particular embedded
13485 configurations.
13486
13487 @cindex send command to simulator
13488 Whenever a specific embedded processor has a simulator, @value{GDBN}
13489 allows to send an arbitrary command to the simulator.
13490
13491 @table @code
13492 @item sim @var{command}
13493 @kindex sim@r{, a command}
13494 Send an arbitrary @var{command} string to the simulator.  Consult the
13495 documentation for the specific simulator in use for information about
13496 acceptable commands.
13497 @end table
13498
13499
13500 @menu
13501 * ARM::                         ARM RDI
13502 * H8/300::                      Renesas H8/300
13503 * H8/500::                      Renesas H8/500
13504 * M32R/D::                      Renesas M32R/D
13505 * M68K::                        Motorola M68K
13506 * MIPS Embedded::               MIPS Embedded
13507 * OpenRISC 1000::               OpenRisc 1000
13508 * PA::                          HP PA Embedded
13509 * PowerPC:                      PowerPC
13510 * SH::                          Renesas SH
13511 * Sparclet::                    Tsqware Sparclet
13512 * Sparclite::                   Fujitsu Sparclite
13513 * ST2000::                      Tandem ST2000
13514 * Z8000::                       Zilog Z8000
13515 * AVR::                         Atmel AVR
13516 * CRIS::                        CRIS
13517 * Super-H::                     Renesas Super-H
13518 * WinCE::                       Windows CE child processes
13519 @end menu
13520
13521 @node ARM
13522 @subsection ARM
13523 @cindex ARM RDI
13524
13525 @table @code
13526 @kindex target rdi
13527 @item target rdi @var{dev}
13528 ARM Angel monitor, via RDI library interface to ADP protocol.  You may
13529 use this target to communicate with both boards running the Angel
13530 monitor, or with the EmbeddedICE JTAG debug device.
13531
13532 @kindex target rdp
13533 @item target rdp @var{dev}
13534 ARM Demon monitor.
13535
13536 @end table
13537
13538 @value{GDBN} provides the following ARM-specific commands:
13539
13540 @table @code
13541 @item set arm disassembler
13542 @kindex set arm
13543 This commands selects from a list of disassembly styles.  The
13544 @code{"std"} style is the standard style.
13545
13546 @item show arm disassembler
13547 @kindex show arm
13548 Show the current disassembly style.
13549
13550 @item set arm apcs32
13551 @cindex ARM 32-bit mode
13552 This command toggles ARM operation mode between 32-bit and 26-bit.
13553
13554 @item show arm apcs32
13555 Display the current usage of the ARM 32-bit mode.
13556
13557 @item set arm fpu @var{fputype}
13558 This command sets the ARM floating-point unit (FPU) type.  The
13559 argument @var{fputype} can be one of these:
13560
13561 @table @code
13562 @item auto
13563 Determine the FPU type by querying the OS ABI.
13564 @item softfpa
13565 Software FPU, with mixed-endian doubles on little-endian ARM
13566 processors.
13567 @item fpa
13568 GCC-compiled FPA co-processor.
13569 @item softvfp
13570 Software FPU with pure-endian doubles.
13571 @item vfp
13572 VFP co-processor.
13573 @end table
13574
13575 @item show arm fpu
13576 Show the current type of the FPU.
13577
13578 @item set arm abi
13579 This command forces @value{GDBN} to use the specified ABI.
13580
13581 @item show arm abi
13582 Show the currently used ABI.
13583
13584 @item set debug arm
13585 Toggle whether to display ARM-specific debugging messages from the ARM
13586 target support subsystem.
13587
13588 @item show debug arm
13589 Show whether ARM-specific debugging messages are enabled.
13590 @end table
13591
13592 The following commands are available when an ARM target is debugged
13593 using the RDI interface:
13594
13595 @table @code
13596 @item rdilogfile @r{[}@var{file}@r{]}
13597 @kindex rdilogfile
13598 @cindex ADP (Angel Debugger Protocol) logging
13599 Set the filename for the ADP (Angel Debugger Protocol) packet log.
13600 With an argument, sets the log file to the specified @var{file}.  With
13601 no argument, show the current log file name.  The default log file is
13602 @file{rdi.log}.
13603
13604 @item rdilogenable @r{[}@var{arg}@r{]}
13605 @kindex rdilogenable
13606 Control logging of ADP packets.  With an argument of 1 or @code{"yes"}
13607 enables logging, with an argument 0 or @code{"no"} disables it.  With
13608 no arguments displays the current setting.  When logging is enabled,
13609 ADP packets exchanged between @value{GDBN} and the RDI target device
13610 are logged to a file.
13611
13612 @item set rdiromatzero
13613 @kindex set rdiromatzero
13614 @cindex ROM at zero address, RDI
13615 Tell @value{GDBN} whether the target has ROM at address 0.  If on,
13616 vector catching is disabled, so that zero address can be used.  If off
13617 (the default), vector catching is enabled.  For this command to take
13618 effect, it needs to be invoked prior to the @code{target rdi} command.
13619
13620 @item show rdiromatzero
13621 @kindex show rdiromatzero
13622 Show the current setting of ROM at zero address.
13623
13624 @item set rdiheartbeat
13625 @kindex set rdiheartbeat
13626 @cindex RDI heartbeat
13627 Enable or disable RDI heartbeat packets.  It is not recommended to
13628 turn on this option, since it confuses ARM and EPI JTAG interface, as
13629 well as the Angel monitor.
13630
13631 @item show rdiheartbeat
13632 @kindex show rdiheartbeat
13633 Show the setting of RDI heartbeat packets.
13634 @end table
13635
13636
13637 @node H8/300
13638 @subsection Renesas H8/300
13639
13640 @table @code
13641
13642 @kindex target hms@r{, with H8/300}
13643 @item target hms @var{dev}
13644 A Renesas SH, H8/300, or H8/500 board, attached via serial line to your host.
13645 Use special commands @code{device} and @code{speed} to control the serial
13646 line and the communications speed used.
13647
13648 @kindex target e7000@r{, with H8/300}
13649 @item target e7000 @var{dev}
13650 E7000 emulator for Renesas H8 and SH.
13651
13652 @kindex target sh3@r{, with H8/300}
13653 @kindex target sh3e@r{, with H8/300}
13654 @item target sh3 @var{dev}
13655 @itemx target sh3e @var{dev}
13656 Renesas SH-3 and SH-3E target systems.
13657
13658 @end table
13659
13660 @cindex download to H8/300 or H8/500
13661 @cindex H8/300 or H8/500 download
13662 @cindex download to Renesas SH
13663 @cindex Renesas SH download
13664 When you select remote debugging to a Renesas SH, H8/300, or H8/500
13665 board, the @code{load} command downloads your program to the Renesas
13666 board and also opens it as the current executable target for
13667 @value{GDBN} on your host (like the @code{file} command).
13668
13669 @value{GDBN} needs to know these things to talk to your
13670 Renesas SH, H8/300, or H8/500:
13671
13672 @enumerate
13673 @item
13674 that you want to use @samp{target hms}, the remote debugging interface
13675 for Renesas microprocessors, or @samp{target e7000}, the in-circuit
13676 emulator for the Renesas SH and the Renesas 300H.  (@samp{target hms} is
13677 the default when @value{GDBN} is configured specifically for the Renesas SH,
13678 H8/300, or H8/500.)
13679
13680 @item
13681 what serial device connects your host to your Renesas board (the first
13682 serial device available on your host is the default).
13683
13684 @item
13685 what speed to use over the serial device.
13686 @end enumerate
13687
13688 @menu
13689 * Renesas Boards::      Connecting to Renesas boards.
13690 * Renesas ICE::         Using the E7000 In-Circuit Emulator.
13691 * Renesas Special::     Special @value{GDBN} commands for Renesas micros.
13692 @end menu
13693
13694 @node Renesas Boards
13695 @subsubsection Connecting to Renesas boards
13696
13697 @c only for Unix hosts
13698 @kindex device
13699 @cindex serial device, Renesas micros
13700 Use the special @code{@value{GDBN}} command @samp{device @var{port}} if you
13701 need to explicitly set the serial device.  The default @var{port} is the
13702 first available port on your host.  This is only necessary on Unix
13703 hosts, where it is typically something like @file{/dev/ttya}.
13704
13705 @kindex speed
13706 @cindex serial line speed, Renesas micros
13707 @code{@value{GDBN}} has another special command to set the communications
13708 speed: @samp{speed @var{bps}}.  This command also is only used from Unix
13709 hosts; on DOS hosts, set the line speed as usual from outside @value{GDBN} with
13710 the DOS @code{mode} command (for instance,
13711 @w{@kbd{mode com2:9600,n,8,1,p}} for a 9600@dmn{bps} connection).
13712
13713 The @samp{device} and @samp{speed} commands are available only when you
13714 use a Unix host to debug your Renesas microprocessor programs.  If you
13715 use a DOS host,
13716 @value{GDBN} depends on an auxiliary terminate-and-stay-resident program
13717 called @code{asynctsr} to communicate with the development board
13718 through a PC serial port.  You must also use the DOS @code{mode} command
13719 to set up the serial port on the DOS side.
13720
13721 The following sample session illustrates the steps needed to start a
13722 program under @value{GDBN} control on an H8/300.  The example uses a
13723 sample H8/300 program called @file{t.x}.  The procedure is the same for
13724 the Renesas SH and the H8/500.
13725
13726 First hook up your development board.  In this example, we use a
13727 board attached to serial port @code{COM2}; if you use a different serial
13728 port, substitute its name in the argument of the @code{mode} command.
13729 When you call @code{asynctsr}, the auxiliary comms program used by the
13730 debugger, you give it just the numeric part of the serial port's name;
13731 for example, @samp{asyncstr 2} below runs @code{asyncstr} on
13732 @code{COM2}.
13733
13734 @smallexample
13735 C:\H8300\TEST> asynctsr 2
13736 C:\H8300\TEST> mode com2:9600,n,8,1,p
13737
13738 Resident portion of MODE loaded
13739
13740 COM2: 9600, n, 8, 1, p
13741
13742 @end smallexample
13743
13744 @quotation
13745 @emph{Warning:} We have noticed a bug in PC-NFS that conflicts with
13746 @code{asynctsr}.  If you also run PC-NFS on your DOS host, you may need to
13747 disable it, or even boot without it, to use @code{asynctsr} to control
13748 your development board.
13749 @end quotation
13750
13751 @kindex target hms@r{, and serial protocol}
13752 Now that serial communications are set up, and the development board is
13753 connected, you can start up @value{GDBN}.  Call @code{@value{GDBN}} with
13754 the name of your program as the argument.  @code{@value{GDBN}} prompts
13755 you, as usual, with the prompt @samp{(@value{GDBP})}.  Use two special
13756 commands to begin your debugging session: @samp{target hms} to specify
13757 cross-debugging to the Renesas board, and the @code{load} command to
13758 download your program to the board.  @code{load} displays the names of
13759 the program's sections, and a @samp{*} for each 2K of data downloaded.
13760 (If you want to refresh @value{GDBN} data on symbols or on the
13761 executable file without downloading, use the @value{GDBN} commands
13762 @code{file} or @code{symbol-file}.  These commands, and @code{load}
13763 itself, are described in @ref{Files,,Commands to specify files}.)
13764
13765 @smallexample
13766 (eg-C:\H8300\TEST) @value{GDBP} t.x
13767 @value{GDBN} is free software and you are welcome to distribute copies
13768  of it under certain conditions; type "show copying" to see
13769  the conditions.
13770 There is absolutely no warranty for @value{GDBN}; type "show warranty"
13771 for details.
13772 @value{GDBN} @value{GDBVN}, Copyright 1992 Free Software Foundation, Inc...
13773 (@value{GDBP}) target hms
13774 Connected to remote H8/300 HMS system.
13775 (@value{GDBP}) load t.x
13776 .text   : 0x8000 .. 0xabde ***********
13777 .data   : 0xabde .. 0xad30 *
13778 .stack  : 0xf000 .. 0xf014 *
13779 @end smallexample
13780
13781 At this point, you're ready to run or debug your program.  From here on,
13782 you can use all the usual @value{GDBN} commands.  The @code{break} command
13783 sets breakpoints; the @code{run} command starts your program;
13784 @code{print} or @code{x} display data; the @code{continue} command
13785 resumes execution after stopping at a breakpoint.  You can use the
13786 @code{help} command at any time to find out more about @value{GDBN} commands.
13787
13788 Remember, however, that @emph{operating system} facilities aren't
13789 available on your development board; for example, if your program hangs,
13790 you can't send an interrupt---but you can press the @sc{reset} switch!
13791
13792 Use the @sc{reset} button on the development board
13793 @itemize @bullet
13794 @item
13795 to interrupt your program (don't use @kbd{ctl-C} on the DOS host---it has
13796 no way to pass an interrupt signal to the development board); and
13797
13798 @item
13799 to return to the @value{GDBN} command prompt after your program finishes
13800 normally.  The communications protocol provides no other way for @value{GDBN}
13801 to detect program completion.
13802 @end itemize
13803
13804 In either case, @value{GDBN} sees the effect of a @sc{reset} on the
13805 development board as a ``normal exit'' of your program.
13806
13807 @node Renesas ICE
13808 @subsubsection Using the E7000 in-circuit emulator
13809
13810 @kindex target e7000@r{, with Renesas ICE}
13811 You can use the E7000 in-circuit emulator to develop code for either the
13812 Renesas SH or the H8/300H.  Use one of these forms of the @samp{target
13813 e7000} command to connect @value{GDBN} to your E7000:
13814
13815 @table @code
13816 @item target e7000 @var{port} @var{speed}
13817 Use this form if your E7000 is connected to a serial port.  The
13818 @var{port} argument identifies what serial port to use (for example,
13819 @samp{com2}).  The third argument is the line speed in bits per second
13820 (for example, @samp{9600}).
13821
13822 @item target e7000 @var{hostname}
13823 If your E7000 is installed as a host on a TCP/IP network, you can just
13824 specify its hostname; @value{GDBN} uses @code{telnet} to connect.
13825 @end table
13826
13827 The following special commands are available when debugging with the
13828 Renesas E7000 ICE:
13829
13830 @table @code
13831 @item e7000 @var{command}
13832 @kindex e7000
13833 @cindex send command to E7000 monitor
13834 This sends the specified @var{command} to the E7000 monitor.
13835
13836 @item ftplogin @var{machine} @var{username} @var{password} @var{dir}
13837 @kindex ftplogin@r{, E7000}
13838 This command records information for subsequent interface with the
13839 E7000 monitor via the FTP protocol: @value{GDBN} will log into the
13840 named @var{machine} using specified @var{username} and @var{password},
13841 and then chdir to the named directory @var{dir}.
13842
13843 @item ftpload @var{file}
13844 @kindex ftpload@r{, E7000}
13845 This command uses credentials recorded by @code{ftplogin} to fetch and
13846 load the named @var{file} from the E7000 monitor.
13847
13848 @item drain
13849 @kindex drain@r{, E7000}
13850 This command drains any pending text buffers stored on the E7000.
13851
13852 @item set usehardbreakpoints
13853 @itemx show usehardbreakpoints
13854 @kindex set usehardbreakpoints@r{, E7000}
13855 @kindex show usehardbreakpoints@r{, E7000}
13856 @cindex hardware breakpoints, and E7000
13857 These commands set and show the use of hardware breakpoints for all
13858 breakpoints.  @xref{Set Breaks, hardware-assisted breakpoint}, for
13859 more information about using hardware breakpoints selectively.
13860 @end table
13861
13862 @node Renesas Special
13863 @subsubsection Special @value{GDBN} commands for Renesas micros
13864
13865 Some @value{GDBN} commands are available only for the H8/300:
13866
13867 @table @code
13868
13869 @kindex set machine
13870 @kindex show machine
13871 @item set machine h8300
13872 @itemx set machine h8300h
13873 Condition @value{GDBN} for one of the two variants of the H8/300
13874 architecture with @samp{set machine}.  You can use @samp{show machine}
13875 to check which variant is currently in effect.
13876
13877 @end table
13878
13879 @node H8/500
13880 @subsection H8/500
13881
13882 @table @code
13883
13884 @kindex set memory @var{mod}
13885 @cindex memory models, H8/500
13886 @item set memory @var{mod}
13887 @itemx show memory
13888 Specify which H8/500 memory model (@var{mod}) you are using with
13889 @samp{set memory}; check which memory model is in effect with @samp{show
13890 memory}.  The accepted values for @var{mod} are @code{small},
13891 @code{big}, @code{medium}, and @code{compact}.
13892
13893 @end table
13894
13895 @node M32R/D
13896 @subsection Renesas M32R/D and M32R/SDI
13897
13898 @table @code
13899 @kindex target m32r
13900 @item target m32r @var{dev}
13901 Renesas M32R/D ROM monitor.
13902
13903 @kindex target m32rsdi
13904 @item target m32rsdi @var{dev}
13905 Renesas M32R SDI server, connected via parallel port to the board.
13906 @end table
13907
13908 The following @value{GDBN} commands are specific to the M32R monitor:
13909
13910 @table @code
13911 @item set download-path @var{path}
13912 @kindex set download-path
13913 @cindex find downloadable @sc{srec} files (M32R)
13914 Set the default path for finding donwloadable @sc{srec} files.
13915
13916 @item show download-path
13917 @kindex show download-path
13918 Show the default path for downloadable @sc{srec} files.
13919
13920 @item set board-address @var{addr}
13921 @kindex set board-address
13922 @cindex M32-EVA target board address
13923 Set the IP address for the M32R-EVA target board.
13924
13925 @item show board-address
13926 @kindex show board-address
13927 Show the current IP address of the target board.
13928
13929 @item set server-address @var{addr}
13930 @kindex set server-address
13931 @cindex download server address (M32R)
13932 Set the IP address for the download server, which is the @value{GDBN}'s
13933 host machine.
13934
13935 @item show server-address
13936 @kindex show server-address
13937 Display the IP address of the download server.
13938
13939 @item upload @r{[}@var{file}@r{]}
13940 @kindex upload@r{, M32R}
13941 Upload the specified @sc{srec} @var{file} via the monitor's Ethernet
13942 upload capability.  If no @var{file} argument is given, the current
13943 executable file is uploaded.
13944
13945 @item tload @r{[}@var{file}@r{]}
13946 @kindex tload@r{, M32R}
13947 Test the @code{upload} command.
13948 @end table
13949
13950 The following commands are available for M32R/SDI:
13951
13952 @table @code
13953 @item sdireset
13954 @kindex sdireset
13955 @cindex reset SDI connection, M32R
13956 This command resets the SDI connection.
13957
13958 @item sdistatus
13959 @kindex sdistatus
13960 This command shows the SDI connection status.
13961
13962 @item debug_chaos
13963 @kindex debug_chaos
13964 @cindex M32R/Chaos debugging
13965 Instructs the remote that M32R/Chaos debugging is to be used.
13966
13967 @item use_debug_dma
13968 @kindex use_debug_dma
13969 Instructs the remote to use the DEBUG_DMA method of accessing memory.
13970
13971 @item use_mon_code
13972 @kindex use_mon_code
13973 Instructs the remote to use the MON_CODE method of accessing memory.
13974
13975 @item use_ib_break
13976 @kindex use_ib_break
13977 Instructs the remote to set breakpoints by IB break.
13978
13979 @item use_dbt_break
13980 @kindex use_dbt_break
13981 Instructs the remote to set breakpoints by DBT.
13982 @end table
13983
13984 @node M68K
13985 @subsection M68k
13986
13987 The Motorola m68k configuration includes ColdFire support, and
13988 target command for the following ROM monitors.
13989
13990 @table @code
13991
13992 @kindex target abug
13993 @item target abug @var{dev}
13994 ABug ROM monitor for M68K.
13995
13996 @kindex target cpu32bug
13997 @item target cpu32bug @var{dev}
13998 CPU32BUG monitor, running on a CPU32 (M68K) board.
13999
14000 @kindex target dbug
14001 @item target dbug @var{dev}
14002 dBUG ROM monitor for Motorola ColdFire.
14003
14004 @kindex target est
14005 @item target est @var{dev}
14006 EST-300 ICE monitor, running on a CPU32 (M68K) board.
14007
14008 @kindex target rom68k
14009 @item target rom68k @var{dev}
14010 ROM 68K monitor, running on an M68K IDP board.
14011
14012 @end table
14013
14014 @table @code
14015
14016 @kindex target rombug
14017 @item target rombug @var{dev}
14018 ROMBUG ROM monitor for OS/9000.
14019
14020 @end table
14021
14022 @node MIPS Embedded
14023 @subsection MIPS Embedded
14024
14025 @cindex MIPS boards
14026 @value{GDBN} can use the MIPS remote debugging protocol to talk to a
14027 MIPS board attached to a serial line.  This is available when
14028 you configure @value{GDBN} with @samp{--target=mips-idt-ecoff}.
14029
14030 @need 1000
14031 Use these @value{GDBN} commands to specify the connection to your target board:
14032
14033 @table @code
14034 @item target mips @var{port}
14035 @kindex target mips @var{port}
14036 To run a program on the board, start up @code{@value{GDBP}} with the
14037 name of your program as the argument.  To connect to the board, use the
14038 command @samp{target mips @var{port}}, where @var{port} is the name of
14039 the serial port connected to the board.  If the program has not already
14040 been downloaded to the board, you may use the @code{load} command to
14041 download it.  You can then use all the usual @value{GDBN} commands.
14042
14043 For example, this sequence connects to the target board through a serial
14044 port, and loads and runs a program called @var{prog} through the
14045 debugger:
14046
14047 @smallexample
14048 host$ @value{GDBP} @var{prog}
14049 @value{GDBN} is free software and @dots{}
14050 (@value{GDBP}) target mips /dev/ttyb
14051 (@value{GDBP}) load @var{prog}
14052 (@value{GDBP}) run
14053 @end smallexample
14054
14055 @item target mips @var{hostname}:@var{portnumber}
14056 On some @value{GDBN} host configurations, you can specify a TCP
14057 connection (for instance, to a serial line managed by a terminal
14058 concentrator) instead of a serial port, using the syntax
14059 @samp{@var{hostname}:@var{portnumber}}.
14060
14061 @item target pmon @var{port}
14062 @kindex target pmon @var{port}
14063 PMON ROM monitor.
14064
14065 @item target ddb @var{port}
14066 @kindex target ddb @var{port}
14067 NEC's DDB variant of PMON for Vr4300.
14068
14069 @item target lsi @var{port}
14070 @kindex target lsi @var{port}
14071 LSI variant of PMON.
14072
14073 @kindex target r3900
14074 @item target r3900 @var{dev}
14075 Densan DVE-R3900 ROM monitor for Toshiba R3900 Mips.
14076
14077 @kindex target array
14078 @item target array @var{dev}
14079 Array Tech LSI33K RAID controller board.
14080
14081 @end table
14082
14083
14084 @noindent
14085 @value{GDBN} also supports these special commands for MIPS targets:
14086
14087 @table @code
14088 @item set mipsfpu double
14089 @itemx set mipsfpu single
14090 @itemx set mipsfpu none
14091 @itemx set mipsfpu auto
14092 @itemx show mipsfpu
14093 @kindex set mipsfpu
14094 @kindex show mipsfpu
14095 @cindex MIPS remote floating point
14096 @cindex floating point, MIPS remote
14097 If your target board does not support the MIPS floating point
14098 coprocessor, you should use the command @samp{set mipsfpu none} (if you
14099 need this, you may wish to put the command in your @value{GDBN} init
14100 file).  This tells @value{GDBN} how to find the return value of
14101 functions which return floating point values.  It also allows
14102 @value{GDBN} to avoid saving the floating point registers when calling
14103 functions on the board.  If you are using a floating point coprocessor
14104 with only single precision floating point support, as on the @sc{r4650}
14105 processor, use the command @samp{set mipsfpu single}.  The default
14106 double precision floating point coprocessor may be selected using
14107 @samp{set mipsfpu double}.
14108
14109 In previous versions the only choices were double precision or no
14110 floating point, so @samp{set mipsfpu on} will select double precision
14111 and @samp{set mipsfpu off} will select no floating point.
14112
14113 As usual, you can inquire about the @code{mipsfpu} variable with
14114 @samp{show mipsfpu}.
14115
14116 @item set timeout @var{seconds}
14117 @itemx set retransmit-timeout @var{seconds}
14118 @itemx show timeout
14119 @itemx show retransmit-timeout
14120 @cindex @code{timeout}, MIPS protocol
14121 @cindex @code{retransmit-timeout}, MIPS protocol
14122 @kindex set timeout
14123 @kindex show timeout
14124 @kindex set retransmit-timeout
14125 @kindex show retransmit-timeout
14126 You can control the timeout used while waiting for a packet, in the MIPS
14127 remote protocol, with the @code{set timeout @var{seconds}} command.  The
14128 default is 5 seconds.  Similarly, you can control the timeout used while
14129 waiting for an acknowledgement of a packet with the @code{set
14130 retransmit-timeout @var{seconds}} command.  The default is 3 seconds.
14131 You can inspect both values with @code{show timeout} and @code{show
14132 retransmit-timeout}.  (These commands are @emph{only} available when
14133 @value{GDBN} is configured for @samp{--target=mips-idt-ecoff}.)
14134
14135 The timeout set by @code{set timeout} does not apply when @value{GDBN}
14136 is waiting for your program to stop.  In that case, @value{GDBN} waits
14137 forever because it has no way of knowing how long the program is going
14138 to run before stopping.
14139
14140 @item set syn-garbage-limit @var{num}
14141 @kindex set syn-garbage-limit@r{, MIPS remote}
14142 @cindex synchronize with remote MIPS target
14143 Limit the maximum number of characters @value{GDBN} should ignore when
14144 it tries to synchronize with the remote target.  The default is 10
14145 characters.  Setting the limit to -1 means there's no limit.
14146
14147 @item show syn-garbage-limit
14148 @kindex show syn-garbage-limit@r{, MIPS remote}
14149 Show the current limit on the number of characters to ignore when
14150 trying to synchronize with the remote system.
14151
14152 @item set monitor-prompt @var{prompt}
14153 @kindex set monitor-prompt@r{, MIPS remote}
14154 @cindex remote monitor prompt
14155 Tell @value{GDBN} to expect the specified @var{prompt} string from the
14156 remote monitor.  The default depends on the target:
14157 @table @asis
14158 @item pmon target
14159 @samp{PMON}
14160 @item ddb target
14161 @samp{NEC010}
14162 @item lsi target
14163 @samp{PMON>}
14164 @end table
14165
14166 @item show monitor-prompt
14167 @kindex show monitor-prompt@r{, MIPS remote}
14168 Show the current strings @value{GDBN} expects as the prompt from the
14169 remote monitor.
14170
14171 @item set monitor-warnings
14172 @kindex set monitor-warnings@r{, MIPS remote}
14173 Enable or disable monitor warnings about hardware breakpoints.  This
14174 has effect only for the @code{lsi} target.  When on, @value{GDBN} will
14175 display warning messages whose codes are returned by the @code{lsi}
14176 PMON monitor for breakpoint commands.
14177
14178 @item show monitor-warnings
14179 @kindex show monitor-warnings@r{, MIPS remote}
14180 Show the current setting of printing monitor warnings.
14181
14182 @item pmon @var{command}
14183 @kindex pmon@r{, MIPS remote}
14184 @cindex send PMON command
14185 This command allows sending an arbitrary @var{command} string to the
14186 monitor.  The monitor must be in debug mode for this to work.
14187 @end table
14188
14189 @node OpenRISC 1000
14190 @subsection OpenRISC 1000
14191 @cindex OpenRISC 1000
14192
14193 @cindex or1k boards
14194 See OR1k Architecture document (@uref{www.opencores.org}) for more information
14195 about platform and commands.
14196
14197 @table @code
14198
14199 @kindex target jtag
14200 @item target jtag jtag://@var{host}:@var{port}
14201
14202 Connects to remote JTAG server.
14203 JTAG remote server can be either an or1ksim or JTAG server,
14204 connected via parallel port to the board.
14205
14206 Example: @code{target jtag jtag://localhost:9999}
14207
14208 @kindex or1ksim
14209 @item or1ksim @var{command}
14210 If connected to @code{or1ksim} OpenRISC 1000 Architectural
14211 Simulator, proprietary commands can be executed.
14212
14213 @kindex info or1k spr
14214 @item info or1k spr
14215 Displays spr groups.
14216
14217 @item info or1k spr @var{group}
14218 @itemx info or1k spr @var{groupno}
14219 Displays register names in selected group.
14220
14221 @item info or1k spr @var{group} @var{register}
14222 @itemx info or1k spr @var{register}
14223 @itemx info or1k spr @var{groupno} @var{registerno}
14224 @itemx info or1k spr @var{registerno}
14225 Shows information about specified spr register.
14226
14227 @kindex spr
14228 @item spr @var{group} @var{register} @var{value}
14229 @itemx spr @var{register @var{value}}
14230 @itemx spr @var{groupno} @var{registerno @var{value}}
14231 @itemx spr @var{registerno @var{value}}
14232 Writes @var{value} to specified spr register.
14233 @end table
14234
14235 Some implementations of OpenRISC 1000 Architecture also have hardware trace.
14236 It is very similar to @value{GDBN} trace, except it does not interfere with normal
14237 program execution and is thus much faster.  Hardware breakpoints/watchpoint
14238 triggers can be set using:
14239 @table @code
14240 @item $LEA/$LDATA
14241 Load effective address/data
14242 @item $SEA/$SDATA
14243 Store effective address/data
14244 @item $AEA/$ADATA
14245 Access effective address ($SEA or $LEA) or data ($SDATA/$LDATA)
14246 @item $FETCH
14247 Fetch data
14248 @end table
14249
14250 When triggered, it can capture low level data, like: @code{PC}, @code{LSEA},
14251 @code{LDATA}, @code{SDATA}, @code{READSPR}, @code{WRITESPR}, @code{INSTR}.
14252
14253 @code{htrace} commands:
14254 @cindex OpenRISC 1000 htrace
14255 @table @code
14256 @kindex hwatch
14257 @item hwatch @var{conditional}
14258 Set hardware watchpoint on combination of Load/Store Effecive Address(es)
14259 or Data.  For example:
14260
14261 @code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
14262
14263 @code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
14264
14265 @kindex htrace
14266 @item htrace info
14267 Display information about current HW trace configuration.
14268
14269 @item htrace trigger @var{conditional}
14270 Set starting criteria for HW trace.
14271
14272 @item htrace qualifier @var{conditional}
14273 Set acquisition qualifier for HW trace.
14274
14275 @item htrace stop @var{conditional}
14276 Set HW trace stopping criteria.
14277
14278 @item htrace record [@var{data}]*
14279 Selects the data to be recorded, when qualifier is met and HW trace was
14280 triggered.
14281
14282 @item htrace enable
14283 @itemx htrace disable
14284 Enables/disables the HW trace.
14285
14286 @item htrace rewind [@var{filename}]
14287 Clears currently recorded trace data.
14288
14289 If filename is specified, new trace file is made and any newly collected data
14290 will be written there.
14291
14292 @item htrace print [@var{start} [@var{len}]]
14293 Prints trace buffer, using current record configuration.
14294
14295 @item htrace mode continuous
14296 Set continuous trace mode.
14297
14298 @item htrace mode suspend
14299 Set suspend trace mode.
14300
14301 @end table
14302
14303 @node PowerPC
14304 @subsection PowerPC
14305
14306 @table @code
14307 @kindex target dink32
14308 @item target dink32 @var{dev}
14309 DINK32 ROM monitor.
14310
14311 @kindex target ppcbug
14312 @item target ppcbug @var{dev}
14313 @kindex target ppcbug1
14314 @item target ppcbug1 @var{dev}
14315 PPCBUG ROM monitor for PowerPC.
14316
14317 @kindex target sds
14318 @item target sds @var{dev}
14319 SDS monitor, running on a PowerPC board (such as Motorola's ADS).
14320 @end table
14321
14322 @cindex SDS protocol
14323 The following commands specifi to the SDS protocol are supported
14324 by@value{GDBN}:
14325
14326 @table @code
14327 @item set sdstimeout @var{nsec}
14328 @kindex set sdstimeout
14329 Set the timeout for SDS protocol reads to be @var{nsec} seconds.  The
14330 default is 2 seconds.
14331
14332 @item show sdstimeout
14333 @kindex show sdstimeout
14334 Show the current value of the SDS timeout.
14335
14336 @item sds @var{command}
14337 @kindex sds@r{, a command}
14338 Send the specified @var{command} string to the SDS monitor.
14339 @end table
14340
14341
14342 @node PA
14343 @subsection HP PA Embedded
14344
14345 @table @code
14346
14347 @kindex target op50n
14348 @item target op50n @var{dev}
14349 OP50N monitor, running on an OKI HPPA board.
14350
14351 @kindex target w89k
14352 @item target w89k @var{dev}
14353 W89K monitor, running on a Winbond HPPA board.
14354
14355 @end table
14356
14357 @node SH
14358 @subsection Renesas SH
14359
14360 @table @code
14361
14362 @kindex target hms@r{, with Renesas SH}
14363 @item target hms @var{dev}
14364 A Renesas SH board attached via serial line to your host.  Use special
14365 commands @code{device} and @code{speed} to control the serial line and
14366 the communications speed used.
14367
14368 @kindex target e7000@r{, with Renesas SH}
14369 @item target e7000 @var{dev}
14370 E7000 emulator for Renesas SH.
14371
14372 @kindex target sh3@r{, with SH}
14373 @kindex target sh3e@r{, with SH}
14374 @item target sh3 @var{dev}
14375 @item target sh3e @var{dev}
14376 Renesas SH-3 and SH-3E target systems.
14377
14378 @end table
14379
14380 @node Sparclet
14381 @subsection Tsqware Sparclet
14382
14383 @cindex Sparclet
14384
14385 @value{GDBN} enables developers to debug tasks running on
14386 Sparclet targets from a Unix host.
14387 @value{GDBN} uses code that runs on
14388 both the Unix host and on the Sparclet target.  The program
14389 @code{@value{GDBP}} is installed and executed on the Unix host.
14390
14391 @table @code
14392 @item remotetimeout @var{args}
14393 @kindex remotetimeout
14394 @value{GDBN} supports the option @code{remotetimeout}.
14395 This option is set by the user, and  @var{args} represents the number of
14396 seconds @value{GDBN} waits for responses.
14397 @end table
14398
14399 @cindex compiling, on Sparclet
14400 When compiling for debugging, include the options @samp{-g} to get debug
14401 information and @samp{-Ttext} to relocate the program to where you wish to
14402 load it on the target.  You may also want to add the options @samp{-n} or
14403 @samp{-N} in order to reduce the size of the sections.  Example:
14404
14405 @smallexample
14406 sparclet-aout-gcc prog.c -Ttext 0x12010000 -g -o prog -N
14407 @end smallexample
14408
14409 You can use @code{objdump} to verify that the addresses are what you intended:
14410
14411 @smallexample
14412 sparclet-aout-objdump --headers --syms prog
14413 @end smallexample
14414
14415 @cindex running, on Sparclet
14416 Once you have set
14417 your Unix execution search path to find @value{GDBN}, you are ready to
14418 run @value{GDBN}.  From your Unix host, run @code{@value{GDBP}}
14419 (or @code{sparclet-aout-gdb}, depending on your installation).
14420
14421 @value{GDBN} comes up showing the prompt:
14422
14423 @smallexample
14424 (gdbslet)
14425 @end smallexample
14426
14427 @menu
14428 * Sparclet File::                Setting the file to debug
14429 * Sparclet Connection::          Connecting to Sparclet
14430 * Sparclet Download::            Sparclet download
14431 * Sparclet Execution::           Running and debugging
14432 @end menu
14433
14434 @node Sparclet File
14435 @subsubsection Setting file to debug
14436
14437 The @value{GDBN} command @code{file} lets you choose with program to debug.
14438
14439 @smallexample
14440 (gdbslet) file prog
14441 @end smallexample
14442
14443 @need 1000
14444 @value{GDBN} then attempts to read the symbol table of @file{prog}.
14445 @value{GDBN} locates
14446 the file by searching the directories listed in the command search
14447 path.
14448 If the file was compiled with debug information (option "-g"), source
14449 files will be searched as well.
14450 @value{GDBN} locates
14451 the source files by searching the directories listed in the directory search
14452 path (@pxref{Environment, ,Your program's environment}).
14453 If it fails
14454 to find a file, it displays a message such as:
14455
14456 @smallexample
14457 prog: No such file or directory.
14458 @end smallexample
14459
14460 When this happens, add the appropriate directories to the search paths with
14461 the @value{GDBN} commands @code{path} and @code{dir}, and execute the
14462 @code{target} command again.
14463
14464 @node Sparclet Connection
14465 @subsubsection Connecting to Sparclet
14466
14467 The @value{GDBN} command @code{target} lets you connect to a Sparclet target.
14468 To connect to a target on serial port ``@code{ttya}'', type:
14469
14470 @smallexample
14471 (gdbslet) target sparclet /dev/ttya
14472 Remote target sparclet connected to /dev/ttya
14473 main () at ../prog.c:3
14474 @end smallexample
14475
14476 @need 750
14477 @value{GDBN} displays messages like these:
14478
14479 @smallexample
14480 Connected to ttya.
14481 @end smallexample
14482
14483 @node Sparclet Download
14484 @subsubsection Sparclet download
14485
14486 @cindex download to Sparclet
14487 Once connected to the Sparclet target,
14488 you can use the @value{GDBN}
14489 @code{load} command to download the file from the host to the target.
14490 The file name and load offset should be given as arguments to the @code{load}
14491 command.
14492 Since the file format is aout, the program must be loaded to the starting
14493 address.  You can use @code{objdump} to find out what this value is.  The load
14494 offset is an offset which is added to the VMA (virtual memory address)
14495 of each of the file's sections.
14496 For instance, if the program
14497 @file{prog} was linked to text address 0x1201000, with data at 0x12010160
14498 and bss at 0x12010170, in @value{GDBN}, type:
14499
14500 @smallexample
14501 (gdbslet) load prog 0x12010000
14502 Loading section .text, size 0xdb0 vma 0x12010000
14503 @end smallexample
14504
14505 If the code is loaded at a different address then what the program was linked
14506 to, you may need to use the @code{section} and @code{add-symbol-file} commands
14507 to tell @value{GDBN} where to map the symbol table.
14508
14509 @node Sparclet Execution
14510 @subsubsection Running and debugging
14511
14512 @cindex running and debugging Sparclet programs
14513 You can now begin debugging the task using @value{GDBN}'s execution control
14514 commands, @code{b}, @code{step}, @code{run}, etc.  See the @value{GDBN}
14515 manual for the list of commands.
14516
14517 @smallexample
14518 (gdbslet) b main
14519 Breakpoint 1 at 0x12010000: file prog.c, line 3.
14520 (gdbslet) run
14521 Starting program: prog
14522 Breakpoint 1, main (argc=1, argv=0xeffff21c) at prog.c:3
14523 3        char *symarg = 0;
14524 (gdbslet) step
14525 4        char *execarg = "hello!";
14526 (gdbslet)
14527 @end smallexample
14528
14529 @node Sparclite
14530 @subsection Fujitsu Sparclite
14531
14532 @table @code
14533
14534 @kindex target sparclite
14535 @item target sparclite @var{dev}
14536 Fujitsu sparclite boards, used only for the purpose of loading.
14537 You must use an additional command to debug the program.
14538 For example: target remote @var{dev} using @value{GDBN} standard
14539 remote protocol.
14540
14541 @end table
14542
14543 @node ST2000
14544 @subsection Tandem ST2000
14545
14546 @value{GDBN} may be used with a Tandem ST2000 phone switch, running Tandem's
14547 STDBUG protocol.
14548
14549 To connect your ST2000 to the host system, see the manufacturer's
14550 manual.  Once the ST2000 is physically attached, you can run:
14551
14552 @smallexample
14553 target st2000 @var{dev} @var{speed}
14554 @end smallexample
14555
14556 @noindent
14557 to establish it as your debugging environment.  @var{dev} is normally
14558 the name of a serial device, such as @file{/dev/ttya}, connected to the
14559 ST2000 via a serial line.  You can instead specify @var{dev} as a TCP
14560 connection (for example, to a serial line attached via a terminal
14561 concentrator) using the syntax @code{@var{hostname}:@var{portnumber}}.
14562
14563 The @code{load} and @code{attach} commands are @emph{not} defined for
14564 this target; you must load your program into the ST2000 as you normally
14565 would for standalone operation.  @value{GDBN} reads debugging information
14566 (such as symbols) from a separate, debugging version of the program
14567 available on your host computer.
14568 @c FIXME!! This is terribly vague; what little content is here is
14569 @c basically hearsay.
14570
14571 @cindex ST2000 auxiliary commands
14572 These auxiliary @value{GDBN} commands are available to help you with the ST2000
14573 environment:
14574
14575 @table @code
14576 @item st2000 @var{command}
14577 @kindex st2000 @var{cmd}
14578 @cindex STDBUG commands (ST2000)
14579 @cindex commands to STDBUG (ST2000)
14580 Send a @var{command} to the STDBUG monitor.  See the manufacturer's
14581 manual for available commands.
14582
14583 @item connect
14584 @cindex connect (to STDBUG)
14585 Connect the controlling terminal to the STDBUG command monitor.  When
14586 you are done interacting with STDBUG, typing either of two character
14587 sequences gets you back to the @value{GDBN} command prompt:
14588 @kbd{@key{RET}~.} (Return, followed by tilde and period) or
14589 @kbd{@key{RET}~@key{C-d}} (Return, followed by tilde and control-D).
14590 @end table
14591
14592 @node Z8000
14593 @subsection Zilog Z8000
14594
14595 @cindex Z8000
14596 @cindex simulator, Z8000
14597 @cindex Zilog Z8000 simulator
14598
14599 When configured for debugging Zilog Z8000 targets, @value{GDBN} includes
14600 a Z8000 simulator.
14601
14602 For the Z8000 family, @samp{target sim} simulates either the Z8002 (the
14603 unsegmented variant of the Z8000 architecture) or the Z8001 (the
14604 segmented variant).  The simulator recognizes which architecture is
14605 appropriate by inspecting the object code.
14606
14607 @table @code
14608 @item target sim @var{args}
14609 @kindex sim
14610 @kindex target sim@r{, with Z8000}
14611 Debug programs on a simulated CPU.  If the simulator supports setup
14612 options, specify them via @var{args}.
14613 @end table
14614
14615 @noindent
14616 After specifying this target, you can debug programs for the simulated
14617 CPU in the same style as programs for your host computer; use the
14618 @code{file} command to load a new program image, the @code{run} command
14619 to run your program, and so on.
14620
14621 As well as making available all the usual machine registers
14622 (@pxref{Registers, ,Registers}), the Z8000 simulator provides three
14623 additional items of information as specially named registers:
14624
14625 @table @code
14626
14627 @item cycles
14628 Counts clock-ticks in the simulator.
14629
14630 @item insts
14631 Counts instructions run in the simulator.
14632
14633 @item time
14634 Execution time in 60ths of a second.
14635
14636 @end table
14637
14638 You can refer to these values in @value{GDBN} expressions with the usual
14639 conventions; for example, @w{@samp{b fputc if $cycles>5000}} sets a
14640 conditional breakpoint that suspends only after at least 5000
14641 simulated clock ticks.
14642
14643 @node AVR
14644 @subsection Atmel AVR
14645 @cindex AVR
14646
14647 When configured for debugging the Atmel AVR, @value{GDBN} supports the
14648 following AVR-specific commands:
14649
14650 @table @code
14651 @item info io_registers
14652 @kindex info io_registers@r{, AVR}
14653 @cindex I/O registers (Atmel AVR)
14654 This command displays information about the AVR I/O registers.  For
14655 each register, @value{GDBN} prints its number and value.
14656 @end table
14657
14658 @node CRIS
14659 @subsection CRIS
14660 @cindex CRIS
14661
14662 When configured for debugging CRIS, @value{GDBN} provides the
14663 following CRIS-specific commands:
14664
14665 @table @code
14666 @item set cris-version @var{ver}
14667 @cindex CRIS version
14668 Set the current CRIS version to @var{ver}.  The CRIS version affects
14669 register names and sizes.  This command is useful in case
14670 autodetection of the CRIS version fails.
14671
14672 @item show cris-version
14673 Show the current CRIS version.
14674
14675 @item set cris-dwarf2-cfi
14676 @cindex DWARF-2 CFI and CRIS
14677 Set the usage of DWARF-2 CFI for CRIS debugging.  The default is off
14678 if using @code{gcc-cris} whose version is below @code{R59}, otherwise
14679 on.
14680
14681 @item show cris-dwarf2-cfi
14682 Show the current state of using DWARF-2 CFI.
14683 @end table
14684
14685 @node Super-H
14686 @subsection Renesas Super-H
14687 @cindex Super-H
14688
14689 For the Renesas Super-H processor, @value{GDBN} provides these
14690 commands:
14691
14692 @table @code
14693 @item regs
14694 @kindex regs@r{, Super-H}
14695 Show the values of all Super-H registers.
14696 @end table
14697
14698 @node WinCE
14699 @subsection Windows CE
14700 @cindex Windows CE
14701
14702 The following commands are available for Windows CE:
14703
14704 @table @code
14705 @item set remotedirectory @var{dir}
14706 @kindex set remotedirectory
14707 Tell @value{GDBN} to upload files from the named directory @var{dir}.
14708 The default is @file{/gdb}, i.e.@: the root directory on the current
14709 drive.
14710
14711 @item show remotedirectory
14712 @kindex show remotedirectory
14713 Show the current value of the upload directory.
14714
14715 @item set remoteupload @var{method}
14716 @kindex set remoteupload
14717 Set the method used to upload files to remote device.  Valid values
14718 for @var{method} are @samp{always}, @samp{newer}, and @samp{never}.
14719 The default is @samp{newer}.
14720
14721 @item show remoteupload
14722 @kindex show remoteupload
14723 Show the current setting of the upload method.
14724
14725 @item set remoteaddhost
14726 @kindex set remoteaddhost
14727 Tell @value{GDBN} whether to add this host to the remote stub's
14728 arguments when you debug over a network.
14729
14730 @item show remoteaddhost
14731 @kindex show remoteaddhost
14732 Show whether to add this host to remote stub's arguments when
14733 debugging over a network.
14734 @end table
14735
14736
14737 @node Architectures
14738 @section Architectures
14739
14740 This section describes characteristics of architectures that affect
14741 all uses of @value{GDBN} with the architecture, both native and cross.
14742
14743 @menu
14744 * i386::
14745 * A29K::
14746 * Alpha::
14747 * MIPS::
14748 * HPPA::               HP PA architecture
14749 @end menu
14750
14751 @node i386
14752 @subsection x86 Architecture-specific issues.
14753
14754 @table @code
14755 @item set struct-convention @var{mode}
14756 @kindex set struct-convention
14757 @cindex struct return convention
14758 @cindex struct/union returned in registers
14759 Set the convention used by the inferior to return @code{struct}s and
14760 @code{union}s from functions to @var{mode}.  Possible values of
14761 @var{mode} are @code{"pcc"}, @code{"reg"}, and @code{"default"} (the
14762 default).  @code{"default"} or @code{"pcc"} means that @code{struct}s
14763 are returned on the stack, while @code{"reg"} means that a
14764 @code{struct} or a @code{union} whose size is 1, 2, 4, or 8 bytes will
14765 be returned in a register.
14766
14767 @item show struct-convention
14768 @kindex show struct-convention
14769 Show the current setting of the convention to return @code{struct}s
14770 from functions.
14771 @end table
14772
14773 @node A29K
14774 @subsection A29K
14775
14776 @table @code
14777
14778 @kindex set rstack_high_address
14779 @cindex AMD 29K register stack
14780 @cindex register stack, AMD29K
14781 @item set rstack_high_address @var{address}
14782 On AMD 29000 family processors, registers are saved in a separate
14783 @dfn{register stack}.  There is no way for @value{GDBN} to determine the
14784 extent of this stack.  Normally, @value{GDBN} just assumes that the
14785 stack is ``large enough''.  This may result in @value{GDBN} referencing
14786 memory locations that do not exist.  If necessary, you can get around
14787 this problem by specifying the ending address of the register stack with
14788 the @code{set rstack_high_address} command.  The argument should be an
14789 address, which you probably want to precede with @samp{0x} to specify in
14790 hexadecimal.
14791
14792 @kindex show rstack_high_address
14793 @item show rstack_high_address
14794 Display the current limit of the register stack, on AMD 29000 family
14795 processors.
14796
14797 @end table
14798
14799 @node Alpha
14800 @subsection Alpha
14801
14802 See the following section.
14803
14804 @node MIPS
14805 @subsection MIPS
14806
14807 @cindex stack on Alpha
14808 @cindex stack on MIPS
14809 @cindex Alpha stack
14810 @cindex MIPS stack
14811 Alpha- and MIPS-based computers use an unusual stack frame, which
14812 sometimes requires @value{GDBN} to search backward in the object code to
14813 find the beginning of a function.
14814
14815 @cindex response time, MIPS debugging
14816 To improve response time (especially for embedded applications, where
14817 @value{GDBN} may be restricted to a slow serial line for this search)
14818 you may want to limit the size of this search, using one of these
14819 commands:
14820
14821 @table @code
14822 @cindex @code{heuristic-fence-post} (Alpha, MIPS)
14823 @item set heuristic-fence-post @var{limit}
14824 Restrict @value{GDBN} to examining at most @var{limit} bytes in its
14825 search for the beginning of a function.  A value of @var{0} (the
14826 default) means there is no limit.  However, except for @var{0}, the
14827 larger the limit the more bytes @code{heuristic-fence-post} must search
14828 and therefore the longer it takes to run.  You should only need to use
14829 this command when debugging a stripped executable.
14830
14831 @item show heuristic-fence-post
14832 Display the current limit.
14833 @end table
14834
14835 @noindent
14836 These commands are available @emph{only} when @value{GDBN} is configured
14837 for debugging programs on Alpha or MIPS processors.
14838
14839 Several MIPS-specific commands are available when debugging MIPS
14840 programs:
14841
14842 @table @code
14843 @item set mips saved-gpreg-size @var{size}
14844 @kindex set mips saved-gpreg-size
14845 @cindex MIPS GP register size on stack
14846 Set the size of MIPS general-purpose registers saved on the stack.
14847 The argument @var{size} can be one of the following:
14848
14849 @table @samp
14850 @item 32
14851 32-bit GP registers
14852 @item 64
14853 64-bit GP registers
14854 @item auto
14855 Use the target's default setting or autodetect the saved size from the
14856 information contained in the executable.  This is the default
14857 @end table
14858
14859 @item show mips saved-gpreg-size
14860 @kindex show mips saved-gpreg-size
14861 Show the current size of MIPS GP registers on the stack.
14862
14863 @item set mips stack-arg-size @var{size}
14864 @kindex set mips stack-arg-size
14865 @cindex MIPS stack space for arguments
14866 Set the amount of stack space reserved for arguments to functions.
14867 The argument can be one of @code{"32"}, @code{"64"} or @code{"auto"}
14868 (the default).
14869
14870 @item set mips abi @var{arg}
14871 @kindex set mips abi
14872 @cindex set ABI for MIPS
14873 Tell @value{GDBN} which MIPS ABI is used by the inferior.  Possible
14874 values of @var{arg} are:
14875
14876 @table @samp
14877 @item auto
14878 The default ABI associated with the current binary (this is the
14879 default).
14880 @item o32
14881 @item o64
14882 @item n32
14883 @item n64
14884 @item eabi32
14885 @item eabi64
14886 @item auto
14887 @end table
14888
14889 @item show mips abi
14890 @kindex show mips abi
14891 Show the MIPS ABI used by @value{GDBN} to debug the inferior.
14892
14893 @item set mipsfpu
14894 @itemx show mipsfpu
14895 @xref{MIPS Embedded, set mipsfpu}.
14896
14897 @item set mips mask-address @var{arg}
14898 @kindex set mips mask-address
14899 @cindex MIPS addresses, masking
14900 This command determines whether the most-significant 32 bits of 64-bit
14901 MIPS addresses are masked off.  The argument @var{arg} can be
14902 @samp{on}, @samp{off}, or @samp{auto}.  The latter is the default
14903 setting, which lets @value{GDBN} determine the correct value.
14904
14905 @item show mips mask-address
14906 @kindex show mips mask-address
14907 Show whether the upper 32 bits of MIPS addresses are masked off or
14908 not.
14909
14910 @item set remote-mips64-transfers-32bit-regs
14911 @kindex set remote-mips64-transfers-32bit-regs
14912 This command controls compatibility with 64-bit MIPS targets that
14913 transfer data in 32-bit quantities.  If you have an old MIPS 64 target
14914 that transfers 32 bits for some registers, like @sc{sr} and @sc{fsr},
14915 and 64 bits for other registers, set this option to @samp{on}.
14916
14917 @item show remote-mips64-transfers-32bit-regs
14918 @kindex show remote-mips64-transfers-32bit-regs
14919 Show the current setting of compatibility with older MIPS 64 targets.
14920
14921 @item set debug mips
14922 @kindex set debug mips
14923 This command turns on and off debugging messages for the MIPS-specific
14924 target code in @value{GDBN}.
14925
14926 @item show debug mips
14927 @kindex show debug mips
14928 Show the current setting of MIPS debugging messages.
14929 @end table
14930
14931
14932 @node HPPA
14933 @subsection HPPA
14934 @cindex HPPA support
14935
14936 When @value{GDBN} is debugging te HP PA architecture, it provides the
14937 following special commands:
14938
14939 @table @code
14940 @item set debug hppa
14941 @kindex set debug hppa
14942 THis command determines whether HPPA architecture specific debugging
14943 messages are to be displayed.
14944
14945 @item show debug hppa
14946 Show whether HPPA debugging messages are displayed.
14947
14948 @item maint print unwind @var{address}
14949 @kindex maint print unwind@r{, HPPA}
14950 This command displays the contents of the unwind table entry at the
14951 given @var{address}.
14952
14953 @end table
14954
14955
14956 @node Controlling GDB
14957 @chapter Controlling @value{GDBN}
14958
14959 You can alter the way @value{GDBN} interacts with you by using the
14960 @code{set} command.  For commands controlling how @value{GDBN} displays
14961 data, see @ref{Print Settings, ,Print settings}.  Other settings are
14962 described here.
14963
14964 @menu
14965 * Prompt::                      Prompt
14966 * Editing::                     Command editing
14967 * History::                     Command history
14968 * Screen Size::                 Screen size
14969 * Numbers::                     Numbers
14970 * ABI::                         Configuring the current ABI
14971 * Messages/Warnings::           Optional warnings and messages
14972 * Debugging Output::            Optional messages about internal happenings
14973 @end menu
14974
14975 @node Prompt
14976 @section Prompt
14977
14978 @cindex prompt
14979
14980 @value{GDBN} indicates its readiness to read a command by printing a string
14981 called the @dfn{prompt}.  This string is normally @samp{(@value{GDBP})}.  You
14982 can change the prompt string with the @code{set prompt} command.  For
14983 instance, when debugging @value{GDBN} with @value{GDBN}, it is useful to change
14984 the prompt in one of the @value{GDBN} sessions so that you can always tell
14985 which one you are talking to.
14986
14987 @emph{Note:}  @code{set prompt} does not add a space for you after the
14988 prompt you set.  This allows you to set a prompt which ends in a space
14989 or a prompt that does not.
14990
14991 @table @code
14992 @kindex set prompt
14993 @item set prompt @var{newprompt}
14994 Directs @value{GDBN} to use @var{newprompt} as its prompt string henceforth.
14995
14996 @kindex show prompt
14997 @item show prompt
14998 Prints a line of the form: @samp{Gdb's prompt is: @var{your-prompt}}
14999 @end table
15000
15001 @node Editing
15002 @section Command editing
15003 @cindex readline
15004 @cindex command line editing
15005
15006 @value{GDBN} reads its input commands via the @dfn{Readline} interface.  This
15007 @sc{gnu} library provides consistent behavior for programs which provide a
15008 command line interface to the user.  Advantages are @sc{gnu} Emacs-style
15009 or @dfn{vi}-style inline editing of commands, @code{csh}-like history
15010 substitution, and a storage and recall of command history across
15011 debugging sessions.
15012
15013 You may control the behavior of command line editing in @value{GDBN} with the
15014 command @code{set}.
15015
15016 @table @code
15017 @kindex set editing
15018 @cindex editing
15019 @item set editing
15020 @itemx set editing on
15021 Enable command line editing (enabled by default).
15022
15023 @item set editing off
15024 Disable command line editing.
15025
15026 @kindex show editing
15027 @item show editing
15028 Show whether command line editing is enabled.
15029 @end table
15030
15031 @xref{Command Line Editing}, for more details about the Readline
15032 interface.  Users unfamiliar with @sc{gnu} Emacs or @code{vi} are
15033 encouraged to read that chapter.
15034
15035 @node History
15036 @section Command history
15037 @cindex command history
15038
15039 @value{GDBN} can keep track of the commands you type during your
15040 debugging sessions, so that you can be certain of precisely what
15041 happened.  Use these commands to manage the @value{GDBN} command
15042 history facility.
15043
15044 @value{GDBN} uses the @sc{gnu} History library, a part of the Readline
15045 package, to provide the history facility.  @xref{Using History
15046 Interactively}, for the detailed description of the History library.
15047
15048 Here is the description of @value{GDBN} commands related to command
15049 history.
15050
15051 @table @code
15052 @cindex history substitution
15053 @cindex history file
15054 @kindex set history filename
15055 @cindex @env{GDBHISTFILE}, environment variable
15056 @item set history filename @var{fname}
15057 Set the name of the @value{GDBN} command history file to @var{fname}.
15058 This is the file where @value{GDBN} reads an initial command history
15059 list, and where it writes the command history from this session when it
15060 exits.  You can access this list through history expansion or through
15061 the history command editing characters listed below.  This file defaults
15062 to the value of the environment variable @code{GDBHISTFILE}, or to
15063 @file{./.gdb_history} (@file{./_gdb_history} on MS-DOS) if this variable
15064 is not set.
15065
15066 @cindex save command history
15067 @kindex set history save
15068 @item set history save
15069 @itemx set history save on
15070 Record command history in a file, whose name may be specified with the
15071 @code{set history filename} command.  By default, this option is disabled.
15072
15073 @item set history save off
15074 Stop recording command history in a file.
15075
15076 @cindex history size
15077 @kindex set history size
15078 @cindex @env{HISTSIZE}, environment variable
15079 @item set history size @var{size}
15080 Set the number of commands which @value{GDBN} keeps in its history list.
15081 This defaults to the value of the environment variable
15082 @code{HISTSIZE}, or to 256 if this variable is not set.
15083 @end table
15084
15085 History expansion assigns special meaning to the character @kbd{!}.
15086 @xref{Event Designators}, for more details.
15087
15088 @cindex history expansion, turn on/off
15089 Since @kbd{!} is also the logical not operator in C, history expansion
15090 is off by default. If you decide to enable history expansion with the
15091 @code{set history expansion on} command, you may sometimes need to
15092 follow @kbd{!} (when it is used as logical not, in an expression) with
15093 a space or a tab to prevent it from being expanded.  The readline
15094 history facilities do not attempt substitution on the strings
15095 @kbd{!=} and @kbd{!(}, even when history expansion is enabled.
15096
15097 The commands to control history expansion are:
15098
15099 @table @code
15100 @item set history expansion on
15101 @itemx set history expansion
15102 @kindex set history expansion
15103 Enable history expansion.  History expansion is off by default.
15104
15105 @item set history expansion off
15106 Disable history expansion.
15107
15108 @c @group
15109 @kindex show history
15110 @item show history
15111 @itemx show history filename
15112 @itemx show history save
15113 @itemx show history size
15114 @itemx show history expansion
15115 These commands display the state of the @value{GDBN} history parameters.
15116 @code{show history} by itself displays all four states.
15117 @c @end group
15118 @end table
15119
15120 @table @code
15121 @kindex show commands
15122 @cindex show last commands
15123 @cindex display command history
15124 @item show commands
15125 Display the last ten commands in the command history.
15126
15127 @item show commands @var{n}
15128 Print ten commands centered on command number @var{n}.
15129
15130 @item show commands +
15131 Print ten commands just after the commands last printed.
15132 @end table
15133
15134 @node Screen Size
15135 @section Screen size
15136 @cindex size of screen
15137 @cindex pauses in output
15138
15139 Certain commands to @value{GDBN} may produce large amounts of
15140 information output to the screen.  To help you read all of it,
15141 @value{GDBN} pauses and asks you for input at the end of each page of
15142 output.  Type @key{RET} when you want to continue the output, or @kbd{q}
15143 to discard the remaining output.  Also, the screen width setting
15144 determines when to wrap lines of output.  Depending on what is being
15145 printed, @value{GDBN} tries to break the line at a readable place,
15146 rather than simply letting it overflow onto the following line.
15147
15148 Normally @value{GDBN} knows the size of the screen from the terminal
15149 driver software.  For example, on Unix @value{GDBN} uses the termcap data base
15150 together with the value of the @code{TERM} environment variable and the
15151 @code{stty rows} and @code{stty cols} settings.  If this is not correct,
15152 you can override it with the @code{set height} and @code{set
15153 width} commands:
15154
15155 @table @code
15156 @kindex set height
15157 @kindex set width
15158 @kindex show width
15159 @kindex show height
15160 @item set height @var{lpp}
15161 @itemx show height
15162 @itemx set width @var{cpl}
15163 @itemx show width
15164 These @code{set} commands specify a screen height of @var{lpp} lines and
15165 a screen width of @var{cpl} characters.  The associated @code{show}
15166 commands display the current settings.
15167
15168 If you specify a height of zero lines, @value{GDBN} does not pause during
15169 output no matter how long the output is.  This is useful if output is to a
15170 file or to an editor buffer.
15171
15172 Likewise, you can specify @samp{set width 0} to prevent @value{GDBN}
15173 from wrapping its output.
15174
15175 @item set pagination on
15176 @itemx set pagination off
15177 @kindex set pagination
15178 Turn the output pagination on or off; the default is on.  Turning
15179 pagination off is the alternative to @code{set height 0}.
15180
15181 @item show pagination
15182 @kindex show pagination
15183 Show the current pagination mode.
15184 @end table
15185
15186 @node Numbers
15187 @section Numbers
15188 @cindex number representation
15189 @cindex entering numbers
15190
15191 You can always enter numbers in octal, decimal, or hexadecimal in
15192 @value{GDBN} by the usual conventions: octal numbers begin with
15193 @samp{0}, decimal numbers end with @samp{.}, and hexadecimal numbers
15194 begin with @samp{0x}.  Numbers that neither begin with @samp{0} or
15195 @samp{0x}, nor end with a @samp{.} are, by default, entered in base
15196 10; likewise, the default display for numbers---when no particular
15197 format is specified---is base 10.  You can change the default base for
15198 both input and output with the commands described below.
15199
15200 @table @code
15201 @kindex set input-radix
15202 @item set input-radix @var{base}
15203 Set the default base for numeric input.  Supported choices
15204 for @var{base} are decimal 8, 10, or 16.  @var{base} must itself be
15205 specified either unambiguously or using the current input radix; for
15206 example, any of
15207
15208 @smallexample
15209 set input-radix 012
15210 set input-radix 10.
15211 set input-radix 0xa
15212 @end smallexample
15213
15214 @noindent
15215 sets the input base to decimal.  On the other hand, @samp{set input-radix 10}
15216 leaves the input radix unchanged, no matter what it was, since
15217 @samp{10}, being without any leading or trailing signs of its base, is
15218 interpreted in the current radix.  Thus, if the current radix is 16,
15219 @samp{10} is interpreted in hex, i.e.@: as 16 decimal, which doesn't
15220 change the radix.
15221
15222 @kindex set output-radix
15223 @item set output-radix @var{base}
15224 Set the default base for numeric display.  Supported choices
15225 for @var{base} are decimal 8, 10, or 16.  @var{base} must itself be
15226 specified either unambiguously or using the current input radix.
15227
15228 @kindex show input-radix
15229 @item show input-radix
15230 Display the current default base for numeric input.
15231
15232 @kindex show output-radix
15233 @item show output-radix
15234 Display the current default base for numeric display.
15235
15236 @item set radix @r{[}@var{base}@r{]}
15237 @itemx show radix
15238 @kindex set radix
15239 @kindex show radix
15240 These commands set and show the default base for both input and output
15241 of numbers.  @code{set radix} sets the radix of input and output to
15242 the same base; without an argument, it resets the radix back to its
15243 default value of 10.
15244
15245 @end table
15246
15247 @node ABI
15248 @section Configuring the current ABI
15249
15250 @value{GDBN} can determine the @dfn{ABI} (Application Binary Interface) of your
15251 application automatically.  However, sometimes you need to override its
15252 conclusions.  Use these commands to manage @value{GDBN}'s view of the
15253 current ABI.
15254
15255 @cindex OS ABI
15256 @kindex set osabi
15257 @kindex show osabi
15258
15259 One @value{GDBN} configuration can debug binaries for multiple operating
15260 system targets, either via remote debugging or native emulation.
15261 @value{GDBN} will autodetect the @dfn{OS ABI} (Operating System ABI) in use,
15262 but you can override its conclusion using the @code{set osabi} command.
15263 One example where this is useful is in debugging of binaries which use
15264 an alternate C library (e.g.@: @sc{uClibc} for @sc{gnu}/Linux) which does
15265 not have the same identifying marks that the standard C library for your
15266 platform provides.
15267
15268 @table @code
15269 @item show osabi
15270 Show the OS ABI currently in use.
15271
15272 @item set osabi
15273 With no argument, show the list of registered available OS ABI's.
15274
15275 @item set osabi @var{abi}
15276 Set the current OS ABI to @var{abi}.
15277 @end table
15278
15279 @cindex float promotion
15280
15281 Generally, the way that an argument of type @code{float} is passed to a
15282 function depends on whether the function is prototyped.  For a prototyped
15283 (i.e.@: ANSI/ISO style) function, @code{float} arguments are passed unchanged,
15284 according to the architecture's convention for @code{float}.  For unprototyped
15285 (i.e.@: K&R style) functions, @code{float} arguments are first promoted to type
15286 @code{double} and then passed.
15287
15288 Unfortunately, some forms of debug information do not reliably indicate whether
15289 a function is prototyped.  If @value{GDBN} calls a function that is not marked
15290 as prototyped, it consults @kbd{set coerce-float-to-double}.
15291
15292 @table @code
15293 @kindex set coerce-float-to-double
15294 @item set coerce-float-to-double
15295 @itemx set coerce-float-to-double on
15296 Arguments of type @code{float} will be promoted to @code{double} when passed
15297 to an unprototyped function.  This is the default setting.
15298
15299 @item set coerce-float-to-double off
15300 Arguments of type @code{float} will be passed directly to unprototyped
15301 functions.
15302
15303 @kindex show coerce-float-to-double
15304 @item show coerce-float-to-double
15305 Show the current setting of promoting @code{float} to @code{double}.
15306 @end table
15307
15308 @kindex set cp-abi
15309 @kindex show cp-abi
15310 @value{GDBN} needs to know the ABI used for your program's C@t{++}
15311 objects.  The correct C@t{++} ABI depends on which C@t{++} compiler was
15312 used to build your application.  @value{GDBN} only fully supports
15313 programs with a single C@t{++} ABI; if your program contains code using
15314 multiple C@t{++} ABI's or if @value{GDBN} can not identify your
15315 program's ABI correctly, you can tell @value{GDBN} which ABI to use.
15316 Currently supported ABI's include ``gnu-v2'', for @code{g++} versions
15317 before 3.0, ``gnu-v3'', for @code{g++} versions 3.0 and later, and
15318 ``hpaCC'' for the HP ANSI C@t{++} compiler.  Other C@t{++} compilers may
15319 use the ``gnu-v2'' or ``gnu-v3'' ABI's as well.  The default setting is
15320 ``auto''.
15321
15322 @table @code
15323 @item show cp-abi
15324 Show the C@t{++} ABI currently in use.
15325
15326 @item set cp-abi
15327 With no argument, show the list of supported C@t{++} ABI's.
15328
15329 @item set cp-abi @var{abi}
15330 @itemx set cp-abi auto
15331 Set the current C@t{++} ABI to @var{abi}, or return to automatic detection.
15332 @end table
15333
15334 @node Messages/Warnings
15335 @section Optional warnings and messages
15336
15337 @cindex verbose operation
15338 @cindex optional warnings
15339 By default, @value{GDBN} is silent about its inner workings.  If you are
15340 running on a slow machine, you may want to use the @code{set verbose}
15341 command.  This makes @value{GDBN} tell you when it does a lengthy
15342 internal operation, so you will not think it has crashed.
15343
15344 Currently, the messages controlled by @code{set verbose} are those
15345 which announce that the symbol table for a source file is being read;
15346 see @code{symbol-file} in @ref{Files, ,Commands to specify files}.
15347
15348 @table @code
15349 @kindex set verbose
15350 @item set verbose on
15351 Enables @value{GDBN} output of certain informational messages.
15352
15353 @item set verbose off
15354 Disables @value{GDBN} output of certain informational messages.
15355
15356 @kindex show verbose
15357 @item show verbose
15358 Displays whether @code{set verbose} is on or off.
15359 @end table
15360
15361 By default, if @value{GDBN} encounters bugs in the symbol table of an
15362 object file, it is silent; but if you are debugging a compiler, you may
15363 find this information useful (@pxref{Symbol Errors, ,Errors reading
15364 symbol files}).
15365
15366 @table @code
15367
15368 @kindex set complaints
15369 @item set complaints @var{limit}
15370 Permits @value{GDBN} to output @var{limit} complaints about each type of
15371 unusual symbols before becoming silent about the problem.  Set
15372 @var{limit} to zero to suppress all complaints; set it to a large number
15373 to prevent complaints from being suppressed.
15374
15375 @kindex show complaints
15376 @item show complaints
15377 Displays how many symbol complaints @value{GDBN} is permitted to produce.
15378
15379 @end table
15380
15381 By default, @value{GDBN} is cautious, and asks what sometimes seems to be a
15382 lot of stupid questions to confirm certain commands.  For example, if
15383 you try to run a program which is already running:
15384
15385 @smallexample
15386 (@value{GDBP}) run
15387 The program being debugged has been started already.
15388 Start it from the beginning? (y or n)
15389 @end smallexample
15390
15391 If you are willing to unflinchingly face the consequences of your own
15392 commands, you can disable this ``feature'':
15393
15394 @table @code
15395
15396 @kindex set confirm
15397 @cindex flinching
15398 @cindex confirmation
15399 @cindex stupid questions
15400 @item set confirm off
15401 Disables confirmation requests.
15402
15403 @item set confirm on
15404 Enables confirmation requests (the default).
15405
15406 @kindex show confirm
15407 @item show confirm
15408 Displays state of confirmation requests.
15409
15410 @end table
15411
15412 @node Debugging Output
15413 @section Optional messages about internal happenings
15414 @cindex optional debugging messages
15415
15416 @value{GDBN} has commands that enable optional debugging messages from
15417 various @value{GDBN} subsystems; normally these commands are of
15418 interest to @value{GDBN} maintainers, or when reporting a bug.  This
15419 section documents those commands.
15420
15421 @table @code
15422 @kindex set exec-done-display
15423 @item set exec-done-display
15424 Turns on or off the notification of asynchronous commands'
15425 completion.  When on, @value{GDBN} will print a message when an
15426 asynchronous command finishes its execution.  The default is off.
15427 @kindex show exec-done-display
15428 @item show exec-done-display
15429 Displays the current setting of asynchronous command completion
15430 notification.
15431 @kindex set debug
15432 @cindex gdbarch debugging info
15433 @cindex architecture debugging info
15434 @item set debug arch
15435 Turns on or off display of gdbarch debugging info.  The default is off
15436 @kindex show debug
15437 @item show debug arch
15438 Displays the current state of displaying gdbarch debugging info.
15439 @item set debug aix-thread
15440 @cindex AIX threads
15441 Display debugging messages about inner workings of the AIX thread
15442 module.
15443 @item show debug aix-thread
15444 Show the current state of AIX thread debugging info display.
15445 @item set debug event
15446 @cindex event debugging info
15447 Turns on or off display of @value{GDBN} event debugging info.  The
15448 default is off.
15449 @item show debug event
15450 Displays the current state of displaying @value{GDBN} event debugging
15451 info.
15452 @item set debug expression
15453 @cindex expression debugging info
15454 Turns on or off display of debugging info about @value{GDBN}
15455 expression parsing.  The default is off.
15456 @item show debug expression
15457 Displays the current state of displaying debugging info about
15458 @value{GDBN} expression parsing.
15459 @item set debug frame
15460 @cindex frame debugging info
15461 Turns on or off display of @value{GDBN} frame debugging info.  The
15462 default is off.
15463 @item show debug frame
15464 Displays the current state of displaying @value{GDBN} frame debugging
15465 info.
15466 @item set debug infrun
15467 @cindex inferior debugging info
15468 Turns on or off display of @value{GDBN} debugging info for running the inferior.
15469 The default is off.  @file{infrun.c} contains GDB's runtime state machine used 
15470 for implementing operations such as single-stepping the inferior.
15471 @item show debug infrun
15472 Displays the current state of @value{GDBN} inferior debugging.
15473 @item set debug lin-lwp
15474 @cindex @sc{gnu}/Linux LWP debug messages
15475 @cindex Linux lightweight processes
15476 Turns on or off debugging messages from the Linux LWP debug support.
15477 @item show debug lin-lwp
15478 Show the current state of Linux LWP debugging messages.
15479 @item set debug observer
15480 @cindex observer debugging info
15481 Turns on or off display of @value{GDBN} observer debugging.  This
15482 includes info such as the notification of observable events.
15483 @item show debug observer
15484 Displays the current state of observer debugging.
15485 @item set debug overload
15486 @cindex C@t{++} overload debugging info
15487 Turns on or off display of @value{GDBN} C@t{++} overload debugging
15488 info. This includes info such as ranking of functions, etc. The default
15489 is off.
15490 @item show debug overload
15491 Displays the current state of displaying @value{GDBN} C@t{++} overload
15492 debugging info.
15493 @cindex packets, reporting on stdout
15494 @cindex serial connections, debugging
15495 @item set debug remote
15496 Turns on or off display of reports on all packets sent back and forth across
15497 the serial line to the remote machine.  The info is printed on the
15498 @value{GDBN} standard output stream. The default is off.
15499 @item show debug remote
15500 Displays the state of display of remote packets.
15501 @item set debug serial
15502 Turns on or off display of @value{GDBN} serial debugging info. The
15503 default is off.
15504 @item show debug serial
15505 Displays the current state of displaying @value{GDBN} serial debugging
15506 info.
15507 @item set debug solib-frv
15508 @cindex FR-V shared-library debugging
15509 Turns on or off debugging messages for FR-V shared-library code.
15510 @item show debug solib-frv
15511 Display the current state of FR-V shared-library code debugging
15512 messages.
15513 @item set debug target
15514 @cindex target debugging info
15515 Turns on or off display of @value{GDBN} target debugging info. This info
15516 includes what is going on at the target level of GDB, as it happens. The
15517 default is 0.  Set it to 1 to track events, and to 2 to also track the
15518 value of large memory transfers.  Changes to this flag do not take effect
15519 until the next time you connect to a target or use the @code{run} command.
15520 @item show debug target
15521 Displays the current state of displaying @value{GDBN} target debugging
15522 info.
15523 @item set debugvarobj
15524 @cindex variable object debugging info
15525 Turns on or off display of @value{GDBN} variable object debugging
15526 info. The default is off.
15527 @item show debugvarobj
15528 Displays the current state of displaying @value{GDBN} variable object
15529 debugging info.
15530 @end table
15531
15532 @node Sequences
15533 @chapter Canned Sequences of Commands
15534
15535 Aside from breakpoint commands (@pxref{Break Commands, ,Breakpoint
15536 command lists}), @value{GDBN} provides two ways to store sequences of
15537 commands for execution as a unit: user-defined commands and command
15538 files.
15539
15540 @menu
15541 * Define::                      User-defined commands
15542 * Hooks::                       User-defined command hooks
15543 * Command Files::               Command files
15544 * Output::                      Commands for controlled output
15545 @end menu
15546
15547 @node Define
15548 @section User-defined commands
15549
15550 @cindex user-defined command
15551 A @dfn{user-defined command} is a sequence of @value{GDBN} commands to
15552 which you assign a new name as a command.  This is done with the
15553 @code{define} command.  User commands may accept up to 10 arguments
15554 separated by whitespace.  Arguments are accessed within the user command
15555 via @var{$arg0@dots{}$arg9}.  A trivial example:
15556
15557 @smallexample
15558 define adder
15559   print $arg0 + $arg1 + $arg2
15560 @end smallexample
15561
15562 @noindent
15563 To execute the command use:
15564
15565 @smallexample
15566 adder 1 2 3
15567 @end smallexample
15568
15569 @noindent
15570 This defines the command @code{adder}, which prints the sum of
15571 its three arguments.  Note the arguments are text substitutions, so they may
15572 reference variables, use complex expressions, or even perform inferior
15573 functions calls.
15574
15575 @table @code
15576
15577 @kindex define
15578 @item define @var{commandname}
15579 Define a command named @var{commandname}.  If there is already a command
15580 by that name, you are asked to confirm that you want to redefine it.
15581
15582 The definition of the command is made up of other @value{GDBN} command lines,
15583 which are given following the @code{define} command.  The end of these
15584 commands is marked by a line containing @code{end}.
15585
15586 @kindex if
15587 @kindex else
15588 @item if
15589 @itemx else
15590 Takes a single argument, which is an expression to evaluate.
15591 It is followed by a series of commands that are executed
15592 only if the expression is true (nonzero).
15593 There can then optionally be a line @code{else}, followed
15594 by a series of commands that are only executed if the expression
15595 was false.  The end of the list is marked by a line containing @code{end}.
15596
15597 @kindex while
15598 @item while
15599 The syntax is similar to @code{if}: the command takes a single argument,
15600 which is an expression to evaluate, and must be followed by the commands to
15601 execute, one per line, terminated by an @code{end}.
15602 The commands are executed repeatedly as long as the expression
15603 evaluates to true.
15604
15605 @kindex document
15606 @item document @var{commandname}
15607 Document the user-defined command @var{commandname}, so that it can be
15608 accessed by @code{help}.  The command @var{commandname} must already be
15609 defined.  This command reads lines of documentation just as @code{define}
15610 reads the lines of the command definition, ending with @code{end}.
15611 After the @code{document} command is finished, @code{help} on command
15612 @var{commandname} displays the documentation you have written.
15613
15614 You may use the @code{document} command again to change the
15615 documentation of a command.  Redefining the command with @code{define}
15616 does not change the documentation.
15617
15618 @kindex dont-repeat
15619 @cindex don't repeat command
15620 @item dont-repeat
15621 Used inside a user-defined command, this tells @value{GDBN} that this
15622 command should not be repeated when the user hits @key{RET}
15623 (@pxref{Command Syntax, repeat last command}).
15624
15625 @kindex help user-defined
15626 @item help user-defined
15627 List all user-defined commands, with the first line of the documentation
15628 (if any) for each.
15629
15630 @kindex show user
15631 @item show user
15632 @itemx show user @var{commandname}
15633 Display the @value{GDBN} commands used to define @var{commandname} (but
15634 not its documentation).  If no @var{commandname} is given, display the
15635 definitions for all user-defined commands.
15636
15637 @cindex infinite recusrion in user-defined commands
15638 @kindex show max-user-call-depth
15639 @kindex set max-user-call-depth
15640 @item show max-user-call-depth
15641 @itemx set max-user-call-depth
15642 The value of @code{max-user-call-depth} controls how many recursion
15643 levels are allowed in user-defined commands before GDB suspects an
15644 infinite recursion and aborts the command.
15645
15646 @end table
15647
15648 When user-defined commands are executed, the
15649 commands of the definition are not printed.  An error in any command
15650 stops execution of the user-defined command.
15651
15652 If used interactively, commands that would ask for confirmation proceed
15653 without asking when used inside a user-defined command.  Many @value{GDBN}
15654 commands that normally print messages to say what they are doing omit the
15655 messages when used in a user-defined command.
15656
15657 @node Hooks
15658 @section User-defined command hooks
15659 @cindex command hooks
15660 @cindex hooks, for commands
15661 @cindex hooks, pre-command
15662
15663 @kindex hook
15664 You may define @dfn{hooks}, which are a special kind of user-defined
15665 command.  Whenever you run the command @samp{foo}, if the user-defined
15666 command @samp{hook-foo} exists, it is executed (with no arguments)
15667 before that command.
15668
15669 @cindex hooks, post-command
15670 @kindex hookpost
15671 A hook may also be defined which is run after the command you executed.
15672 Whenever you run the command @samp{foo}, if the user-defined command
15673 @samp{hookpost-foo} exists, it is executed (with no arguments) after
15674 that command.  Post-execution hooks may exist simultaneously with
15675 pre-execution hooks, for the same command.
15676
15677 It is valid for a hook to call the command which it hooks.  If this
15678 occurs, the hook is not re-executed, thereby avoiding infinite recursion.
15679
15680 @c It would be nice if hookpost could be passed a parameter indicating
15681 @c if the command it hooks executed properly or not.  FIXME!
15682
15683 @kindex stop@r{, a pseudo-command}
15684 In addition, a pseudo-command, @samp{stop} exists.  Defining
15685 (@samp{hook-stop}) makes the associated commands execute every time
15686 execution stops in your program: before breakpoint commands are run,
15687 displays are printed, or the stack frame is printed.
15688
15689 For example, to ignore @code{SIGALRM} signals while
15690 single-stepping, but treat them normally during normal execution,
15691 you could define:
15692
15693 @smallexample
15694 define hook-stop
15695 handle SIGALRM nopass
15696 end
15697
15698 define hook-run
15699 handle SIGALRM pass
15700 end
15701
15702 define hook-continue
15703 handle SIGLARM pass
15704 end
15705 @end smallexample
15706
15707 As a further example, to hook at the begining and end of the @code{echo}
15708 command, and to add extra text to the beginning and end of the message,
15709 you could define:
15710
15711 @smallexample
15712 define hook-echo
15713 echo <<<---
15714 end
15715
15716 define hookpost-echo
15717 echo --->>>\n
15718 end
15719
15720 (@value{GDBP}) echo Hello World
15721 <<<---Hello World--->>>
15722 (@value{GDBP})
15723
15724 @end smallexample
15725
15726 You can define a hook for any single-word command in @value{GDBN}, but
15727 not for command aliases; you should define a hook for the basic command
15728 name, e.g.  @code{backtrace} rather than @code{bt}.
15729 @c FIXME!  So how does Joe User discover whether a command is an alias
15730 @c or not?
15731 If an error occurs during the execution of your hook, execution of
15732 @value{GDBN} commands stops and @value{GDBN} issues a prompt
15733 (before the command that you actually typed had a chance to run).
15734
15735 If you try to define a hook which does not match any known command, you
15736 get a warning from the @code{define} command.
15737
15738 @node Command Files
15739 @section Command files
15740
15741 @cindex command files
15742 A command file for @value{GDBN} is a text file made of lines that are
15743 @value{GDBN} commands.  Comments (lines starting with @kbd{#}) may
15744 also be included.  An empty line in a command file does nothing; it
15745 does not mean to repeat the last command, as it would from the
15746 terminal.
15747
15748 You can request the execution of a command file with the @code{source}
15749 command:
15750
15751 @table @code
15752 @kindex source
15753 @item source @var{filename}
15754 Execute the command file @var{filename}.
15755 @end table
15756
15757 The lines in a command file are executed sequentially.  They are not
15758 printed as they are executed.  An error in any command terminates
15759 execution of the command file and control is returned to the console.
15760
15761 Commands that would ask for confirmation if used interactively proceed
15762 without asking when used in a command file.  Many @value{GDBN} commands that
15763 normally print messages to say what they are doing omit the messages
15764 when called from command files.
15765
15766 @value{GDBN} also accepts command input from standard input.  In this
15767 mode, normal output goes to standard output and error output goes to
15768 standard error.  Errors in a command file supplied on standard input do
15769 not terminate execution of the command file---execution continues with
15770 the next command.
15771
15772 @smallexample
15773 gdb < cmds > log 2>&1
15774 @end smallexample
15775
15776 (The syntax above will vary depending on the shell used.) This example
15777 will execute commands from the file @file{cmds}. All output and errors
15778 would be directed to @file{log}.
15779
15780 @node Output
15781 @section Commands for controlled output
15782
15783 During the execution of a command file or a user-defined command, normal
15784 @value{GDBN} output is suppressed; the only output that appears is what is
15785 explicitly printed by the commands in the definition.  This section
15786 describes three commands useful for generating exactly the output you
15787 want.
15788
15789 @table @code
15790 @kindex echo
15791 @item echo @var{text}
15792 @c I do not consider backslash-space a standard C escape sequence
15793 @c because it is not in ANSI.
15794 Print @var{text}.  Nonprinting characters can be included in
15795 @var{text} using C escape sequences, such as @samp{\n} to print a
15796 newline.  @strong{No newline is printed unless you specify one.}
15797 In addition to the standard C escape sequences, a backslash followed
15798 by a space stands for a space.  This is useful for displaying a
15799 string with spaces at the beginning or the end, since leading and
15800 trailing spaces are otherwise trimmed from all arguments.
15801 To print @samp{@w{ }and foo =@w{ }}, use the command
15802 @samp{echo \@w{ }and foo = \@w{ }}.
15803
15804 A backslash at the end of @var{text} can be used, as in C, to continue
15805 the command onto subsequent lines.  For example,
15806
15807 @smallexample
15808 echo This is some text\n\
15809 which is continued\n\
15810 onto several lines.\n
15811 @end smallexample
15812
15813 produces the same output as
15814
15815 @smallexample
15816 echo This is some text\n
15817 echo which is continued\n
15818 echo onto several lines.\n
15819 @end smallexample
15820
15821 @kindex output
15822 @item output @var{expression}
15823 Print the value of @var{expression} and nothing but that value: no
15824 newlines, no @samp{$@var{nn} = }.  The value is not entered in the
15825 value history either.  @xref{Expressions, ,Expressions}, for more information
15826 on expressions.
15827
15828 @item output/@var{fmt} @var{expression}
15829 Print the value of @var{expression} in format @var{fmt}.  You can use
15830 the same formats as for @code{print}.  @xref{Output Formats,,Output
15831 formats}, for more information.
15832
15833 @kindex printf
15834 @item printf @var{string}, @var{expressions}@dots{}
15835 Print the values of the @var{expressions} under the control of
15836 @var{string}.  The @var{expressions} are separated by commas and may be
15837 either numbers or pointers.  Their values are printed as specified by
15838 @var{string}, exactly as if your program were to execute the C
15839 subroutine
15840 @c FIXME: the above implies that at least all ANSI C formats are
15841 @c supported, but it isn't true: %E and %G don't work (or so it seems).
15842 @c Either this is a bug, or the manual should document what formats are
15843 @c supported.
15844
15845 @smallexample
15846 printf (@var{string}, @var{expressions}@dots{});
15847 @end smallexample
15848
15849 For example, you can print two values in hex like this:
15850
15851 @smallexample
15852 printf "foo, bar-foo = 0x%x, 0x%x\n", foo, bar-foo
15853 @end smallexample
15854
15855 The only backslash-escape sequences that you can use in the format
15856 string are the simple ones that consist of backslash followed by a
15857 letter.
15858 @end table
15859
15860 @node Interpreters
15861 @chapter Command Interpreters
15862 @cindex command interpreters
15863
15864 @value{GDBN} supports multiple command interpreters, and some command
15865 infrastructure to allow users or user interface writers to switch
15866 between interpreters or run commands in other interpreters.
15867
15868 @value{GDBN} currently supports two command interpreters, the console
15869 interpreter (sometimes called the command-line interpreter or @sc{cli})
15870 and the machine interface interpreter (or @sc{gdb/mi}).  This manual
15871 describes both of these interfaces in great detail.
15872
15873 By default, @value{GDBN} will start with the console interpreter.
15874 However, the user may choose to start @value{GDBN} with another
15875 interpreter by specifying the @option{-i} or @option{--interpreter}
15876 startup options.  Defined interpreters include:
15877
15878 @table @code
15879 @item console
15880 @cindex console interpreter
15881 The traditional console or command-line interpreter.  This is the most often
15882 used interpreter with @value{GDBN}. With no interpreter specified at runtime,
15883 @value{GDBN} will use this interpreter.
15884
15885 @item mi
15886 @cindex mi interpreter
15887 The newest @sc{gdb/mi} interface (currently @code{mi2}).  Used primarily
15888 by programs wishing to use @value{GDBN} as a backend for a debugger GUI
15889 or an IDE.  For more information, see @ref{GDB/MI, ,The @sc{gdb/mi}
15890 Interface}.
15891
15892 @item mi2
15893 @cindex mi2 interpreter
15894 The current @sc{gdb/mi} interface.
15895
15896 @item mi1
15897 @cindex mi1 interpreter
15898 The @sc{gdb/mi} interface included in @value{GDBN} 5.1, 5.2, and 5.3.
15899
15900 @end table
15901
15902 @cindex invoke another interpreter
15903 The interpreter being used by @value{GDBN} may not be dynamically
15904 switched at runtime.  Although possible, this could lead to a very
15905 precarious situation.  Consider an IDE using @sc{gdb/mi}.  If a user
15906 enters the command "interpreter-set console" in a console view,
15907 @value{GDBN} would switch to using the console interpreter, rendering
15908 the IDE inoperable!
15909
15910 @kindex interpreter-exec
15911 Although you may only choose a single interpreter at startup, you may execute
15912 commands in any interpreter from the current interpreter using the appropriate
15913 command.  If you are running the console interpreter, simply use the
15914 @code{interpreter-exec} command:
15915
15916 @smallexample
15917 interpreter-exec mi "-data-list-register-names"
15918 @end smallexample
15919
15920 @sc{gdb/mi} has a similar command, although it is only available in versions of
15921 @value{GDBN} which support @sc{gdb/mi} version 2 (or greater).
15922
15923 @node TUI
15924 @chapter @value{GDBN} Text User Interface
15925 @cindex TUI
15926 @cindex Text User Interface
15927
15928 @menu
15929 * TUI Overview::                TUI overview
15930 * TUI Keys::                    TUI key bindings
15931 * TUI Single Key Mode::         TUI single key mode
15932 * TUI Commands::                TUI specific commands
15933 * TUI Configuration::           TUI configuration variables
15934 @end menu
15935
15936 The @value{GDBN} Text User Interface, TUI in short, is a terminal
15937 interface which uses the @code{curses} library to show the source
15938 file, the assembly output, the program registers and @value{GDBN}
15939 commands in separate text windows.
15940
15941 The TUI is enabled by invoking @value{GDBN} using either
15942 @pindex gdbtui
15943 @samp{gdbtui} or @samp{gdb -tui}.
15944
15945 @node TUI Overview
15946 @section TUI overview
15947
15948 The TUI has two display modes that can be switched while
15949 @value{GDBN} runs:
15950
15951 @itemize @bullet
15952 @item
15953 A curses (or TUI) mode in which it displays several text
15954 windows on the terminal.
15955
15956 @item
15957 A standard mode which corresponds to the @value{GDBN} configured without
15958 the TUI.
15959 @end itemize
15960
15961 In the TUI mode, @value{GDBN} can display several text window
15962 on the terminal:
15963
15964 @table @emph
15965 @item command
15966 This window is the @value{GDBN} command window with the @value{GDBN}
15967 prompt and the @value{GDBN} outputs.  The @value{GDBN} input is still
15968 managed using readline but through the TUI.  The @emph{command}
15969 window is always visible.
15970
15971 @item source
15972 The source window shows the source file of the program.  The current
15973 line as well as active breakpoints are displayed in this window.
15974
15975 @item assembly
15976 The assembly window shows the disassembly output of the program.
15977
15978 @item register
15979 This window shows the processor registers.  It detects when
15980 a register is changed and when this is the case, registers that have
15981 changed are highlighted.  
15982
15983 @end table
15984
15985 The source and assembly windows show the current program position
15986 by highlighting the current line and marking them with the @samp{>} marker.
15987 Breakpoints are also indicated with two markers.  A first one
15988 indicates the breakpoint type:
15989
15990 @table @code
15991 @item B
15992 Breakpoint which was hit at least once.
15993
15994 @item b
15995 Breakpoint which was never hit.
15996
15997 @item H
15998 Hardware breakpoint which was hit at least once.
15999
16000 @item h
16001 Hardware breakpoint which was never hit.
16002
16003 @end table
16004
16005 The second marker indicates whether the breakpoint is enabled or not:
16006
16007 @table @code
16008 @item +
16009 Breakpoint is enabled.
16010
16011 @item -
16012 Breakpoint is disabled.
16013
16014 @end table
16015
16016 The source, assembly and register windows are attached to the thread
16017 and the frame position.  They are updated when the current thread
16018 changes, when the frame changes or when the program counter changes.
16019 These three windows are arranged by the TUI according to several
16020 layouts.  The layout defines which of these three windows are visible.
16021 The following layouts are available:
16022
16023 @itemize @bullet
16024 @item
16025 source
16026
16027 @item
16028 assembly
16029
16030 @item
16031 source and assembly
16032
16033 @item
16034 source and registers
16035
16036 @item
16037 assembly and registers
16038
16039 @end itemize
16040
16041 On top of the command window a status line gives various information
16042 concerning the current process begin debugged.  The status line is
16043 updated when the information it shows changes.  The following fields
16044 are displayed:
16045
16046 @table @emph
16047 @item target
16048 Indicates the current gdb target
16049 (@pxref{Targets, ,Specifying a Debugging Target}).
16050
16051 @item process
16052 Gives information about the current process or thread number.
16053 When no process is being debugged, this field is set to @code{No process}.
16054
16055 @item function
16056 Gives the current function name for the selected frame.
16057 The name is demangled if demangling is turned on (@pxref{Print Settings}).
16058 When there is no symbol corresponding to the current program counter
16059 the string @code{??} is displayed.
16060
16061 @item line
16062 Indicates the current line number for the selected frame.
16063 When the current line number is not known the string @code{??} is displayed.
16064
16065 @item pc
16066 Indicates the current program counter address.
16067
16068 @end table
16069
16070 @node TUI Keys
16071 @section TUI Key Bindings
16072 @cindex TUI key bindings
16073
16074 The TUI installs several key bindings in the readline keymaps
16075 (@pxref{Command Line Editing}).
16076 They allow to leave or enter in the TUI mode or they operate
16077 directly on the TUI layout and windows.  The TUI also provides
16078 a @emph{SingleKey} keymap which binds several keys directly to
16079 @value{GDBN} commands.  The following key bindings
16080 are installed for both TUI mode and the @value{GDBN} standard mode.
16081
16082 @table @kbd
16083 @kindex C-x C-a
16084 @item C-x C-a
16085 @kindex C-x a
16086 @itemx C-x a
16087 @kindex C-x A
16088 @itemx C-x A
16089 Enter or leave the TUI mode.  When the TUI mode is left,
16090 the curses window management is left and @value{GDBN} operates using
16091 its standard mode writing on the terminal directly.  When the TUI
16092 mode is entered, the control is given back to the curses windows.
16093 The screen is then refreshed.
16094
16095 @kindex C-x 1
16096 @item C-x 1
16097 Use a TUI layout with only one window.  The layout will
16098 either be @samp{source} or @samp{assembly}.  When the TUI mode
16099 is not active, it will switch to the TUI mode.
16100
16101 Think of this key binding as the Emacs @kbd{C-x 1} binding.
16102
16103 @kindex C-x 2
16104 @item C-x 2
16105 Use a TUI layout with at least two windows.  When the current
16106 layout shows already two windows, a next layout with two windows is used.
16107 When a new layout is chosen, one window will always be common to the
16108 previous layout and the new one.
16109
16110 Think of it as the Emacs @kbd{C-x 2} binding.
16111
16112 @kindex C-x o
16113 @item C-x o
16114 Change the active window.  The TUI associates several key bindings
16115 (like scrolling and arrow keys) to the active window. This command
16116 gives the focus to the next TUI window.
16117
16118 Think of it as the Emacs @kbd{C-x o} binding.
16119
16120 @kindex C-x s
16121 @item C-x s
16122 Use the TUI @emph{SingleKey} keymap that binds single key to gdb commands
16123 (@pxref{TUI Single Key Mode}).
16124
16125 @end table
16126
16127 The following key bindings are handled only by the TUI mode:
16128
16129 @table @key
16130 @kindex PgUp
16131 @item PgUp
16132 Scroll the active window one page up.
16133
16134 @kindex PgDn
16135 @item PgDn
16136 Scroll the active window one page down.
16137
16138 @kindex Up
16139 @item Up
16140 Scroll the active window one line up.
16141
16142 @kindex Down
16143 @item Down
16144 Scroll the active window one line down.
16145
16146 @kindex Left
16147 @item Left
16148 Scroll the active window one column left.
16149
16150 @kindex Right
16151 @item Right
16152 Scroll the active window one column right.
16153
16154 @kindex C-L
16155 @item C-L
16156 Refresh the screen.
16157
16158 @end table
16159
16160 In the TUI mode, the arrow keys are used by the active window
16161 for scrolling.  This means they are available for readline when the
16162 active window is the command window.  When the command window
16163 does not have the focus, it is necessary to use other readline
16164 key bindings such as @key{C-p}, @key{C-n}, @key{C-b} and @key{C-f}.
16165
16166 @node TUI Single Key Mode
16167 @section TUI Single Key Mode
16168 @cindex TUI single key mode
16169
16170 The TUI provides a @emph{SingleKey} mode in which it installs a particular
16171 key binding in the readline keymaps to connect single keys to
16172 some gdb commands.
16173
16174 @table @kbd
16175 @kindex c @r{(SingleKey TUI key)}
16176 @item c
16177 continue
16178
16179 @kindex d @r{(SingleKey TUI key)}
16180 @item d
16181 down
16182
16183 @kindex f @r{(SingleKey TUI key)}
16184 @item f
16185 finish
16186
16187 @kindex n @r{(SingleKey TUI key)}
16188 @item n
16189 next
16190
16191 @kindex q @r{(SingleKey TUI key)}
16192 @item q
16193 exit the @emph{SingleKey} mode.
16194
16195 @kindex r @r{(SingleKey TUI key)}
16196 @item r
16197 run
16198
16199 @kindex s @r{(SingleKey TUI key)}
16200 @item s
16201 step
16202
16203 @kindex u @r{(SingleKey TUI key)}
16204 @item u
16205 up
16206
16207 @kindex v @r{(SingleKey TUI key)}
16208 @item v
16209 info locals
16210
16211 @kindex w @r{(SingleKey TUI key)}
16212 @item w
16213 where
16214
16215 @end table
16216
16217 Other keys temporarily switch to the @value{GDBN} command prompt.
16218 The key that was pressed is inserted in the editing buffer so that
16219 it is possible to type most @value{GDBN} commands without interaction
16220 with the TUI @emph{SingleKey} mode.  Once the command is entered the TUI
16221 @emph{SingleKey} mode is restored.  The only way to permanently leave
16222 this mode is by hitting @key{q} or @samp{@key{C-x} @key{s}}.
16223
16224
16225 @node TUI Commands
16226 @section TUI specific commands
16227 @cindex TUI commands
16228
16229 The TUI has specific commands to control the text windows.
16230 These commands are always available, that is they do not depend on
16231 the current terminal mode in which @value{GDBN} runs.  When @value{GDBN}
16232 is in the standard mode, using these commands will automatically switch
16233 in the TUI mode.
16234
16235 @table @code
16236 @item info win
16237 @kindex info win
16238 List and give the size of all displayed windows.
16239
16240 @item layout next
16241 @kindex layout
16242 Display the next layout.
16243
16244 @item layout prev
16245 Display the previous layout.
16246
16247 @item layout src
16248 Display the source window only.
16249
16250 @item layout asm
16251 Display the assembly window only.
16252
16253 @item layout split
16254 Display the source and assembly window.
16255
16256 @item layout regs
16257 Display the register window together with the source or assembly window.
16258
16259 @item focus next | prev | src | asm | regs | split
16260 @kindex focus
16261 Set the focus to the named window.
16262 This command allows to change the active window so that scrolling keys
16263 can be affected to another window.
16264
16265 @item refresh
16266 @kindex refresh
16267 Refresh the screen.  This is similar to using @key{C-L} key.
16268
16269 @item tui reg float
16270 @kindex tui reg
16271 Show the floating point registers in the register window.
16272
16273 @item tui reg general
16274 Show the general registers in the register window.
16275
16276 @item tui reg next
16277 Show the next register group.  The list of register groups as well as
16278 their order is target specific.  The predefined register groups are the
16279 following: @code{general}, @code{float}, @code{system}, @code{vector},
16280 @code{all}, @code{save}, @code{restore}.
16281
16282 @item tui reg system
16283 Show the system registers in the register window.
16284
16285 @item update
16286 @kindex update
16287 Update the source window and the current execution point.
16288
16289 @item winheight @var{name} +@var{count}
16290 @itemx winheight @var{name} -@var{count}
16291 @kindex winheight
16292 Change the height of the window @var{name} by @var{count}
16293 lines.  Positive counts increase the height, while negative counts
16294 decrease it.
16295
16296 @item tabset
16297 @kindex tabset @var{nchars}
16298 Set the width of tab stops to be @var{nchars} characters.
16299
16300 @end table
16301
16302 @node TUI Configuration
16303 @section TUI configuration variables
16304 @cindex TUI configuration variables
16305
16306 The TUI has several configuration variables that control the
16307 appearance of windows on the terminal.
16308
16309 @table @code
16310 @item set tui border-kind @var{kind}
16311 @kindex set tui border-kind
16312 Select the border appearance for the source, assembly and register windows.
16313 The possible values are the following:
16314 @table @code
16315 @item space
16316 Use a space character to draw the border.
16317
16318 @item ascii
16319 Use ascii characters + - and | to draw the border.
16320
16321 @item acs
16322 Use the Alternate Character Set to draw the border.  The border is
16323 drawn using character line graphics if the terminal supports them.
16324
16325 @end table
16326
16327 @item set tui active-border-mode @var{mode}
16328 @kindex set tui active-border-mode
16329 Select the attributes to display the border of the active window.
16330 The possible values are @code{normal}, @code{standout}, @code{reverse},
16331 @code{half}, @code{half-standout}, @code{bold} and @code{bold-standout}.
16332
16333 @item set tui border-mode @var{mode}
16334 @kindex set tui border-mode
16335 Select the attributes to display the border of other windows.
16336 The @var{mode} can be one of the following:
16337 @table @code
16338 @item normal
16339 Use normal attributes to display the border.
16340
16341 @item standout
16342 Use standout mode.
16343
16344 @item reverse
16345 Use reverse video mode.
16346
16347 @item half
16348 Use half bright mode.
16349
16350 @item half-standout
16351 Use half bright and standout mode.
16352
16353 @item bold
16354 Use extra bright or bold mode.
16355
16356 @item bold-standout
16357 Use extra bright or bold and standout mode.
16358
16359 @end table
16360
16361 @end table
16362
16363 @node Emacs
16364 @chapter Using @value{GDBN} under @sc{gnu} Emacs
16365
16366 @cindex Emacs
16367 @cindex @sc{gnu} Emacs
16368 A special interface allows you to use @sc{gnu} Emacs to view (and
16369 edit) the source files for the program you are debugging with
16370 @value{GDBN}.
16371
16372 To use this interface, use the command @kbd{M-x gdb} in Emacs.  Give the
16373 executable file you want to debug as an argument.  This command starts
16374 @value{GDBN} as a subprocess of Emacs, with input and output through a newly
16375 created Emacs buffer.
16376 @c (Do not use the @code{-tui} option to run @value{GDBN} from Emacs.)
16377
16378 Using @value{GDBN} under Emacs is just like using @value{GDBN} normally except for two
16379 things:
16380
16381 @itemize @bullet
16382 @item
16383 All ``terminal'' input and output goes through the Emacs buffer.
16384 @end itemize
16385
16386 This applies both to @value{GDBN} commands and their output, and to the input
16387 and output done by the program you are debugging.
16388
16389 This is useful because it means that you can copy the text of previous
16390 commands and input them again; you can even use parts of the output
16391 in this way.
16392
16393 All the facilities of Emacs' Shell mode are available for interacting
16394 with your program.  In particular, you can send signals the usual
16395 way---for example, @kbd{C-c C-c} for an interrupt, @kbd{C-c C-z} for a
16396 stop.
16397
16398 @itemize @bullet
16399 @item
16400 @value{GDBN} displays source code through Emacs.
16401 @end itemize
16402
16403 Each time @value{GDBN} displays a stack frame, Emacs automatically finds the
16404 source file for that frame and puts an arrow (@samp{=>}) at the
16405 left margin of the current line.  Emacs uses a separate buffer for
16406 source display, and splits the screen to show both your @value{GDBN} session
16407 and the source.
16408
16409 Explicit @value{GDBN} @code{list} or search commands still produce output as
16410 usual, but you probably have no reason to use them from Emacs.
16411
16412 If you specify an absolute file name when prompted for the @kbd{M-x
16413 gdb} argument, then Emacs sets your current working directory to where
16414 your program resides.  If you only specify the file name, then Emacs
16415 sets your current working directory to to the directory associated
16416 with the previous buffer.  In this case, @value{GDBN} may find your
16417 program by searching your environment's @code{PATH} variable, but on
16418 some operating systems it might not find the source.  So, although the
16419 @value{GDBN} input and output session proceeds normally, the auxiliary
16420 buffer does not display the current source and line of execution.
16421
16422 The initial working directory of @value{GDBN} is printed on the top
16423 line of the @value{GDBN} I/O buffer and this serves as a default for
16424 the commands that specify files for @value{GDBN} to operate
16425 on.  @xref{Files, ,Commands to specify files}.
16426
16427 By default, @kbd{M-x gdb} calls the program called @file{gdb}.  If you
16428 need to call @value{GDBN} by a different name (for example, if you
16429 keep several configurations around, with different names) you can
16430 customize the Emacs variable @code{gud-gdb-command-name} to run the
16431 one you want.
16432
16433 In the @value{GDBN} I/O buffer, you can use these special Emacs commands in
16434 addition to the standard Shell mode commands:
16435
16436 @table @kbd
16437 @item C-h m
16438 Describe the features of Emacs' @value{GDBN} Mode.
16439
16440 @item C-c C-s
16441 Execute to another source line, like the @value{GDBN} @code{step} command; also
16442 update the display window to show the current file and location.
16443
16444 @item C-c C-n
16445 Execute to next source line in this function, skipping all function
16446 calls, like the @value{GDBN} @code{next} command.  Then update the display window
16447 to show the current file and location.
16448
16449 @item C-c C-i
16450 Execute one instruction, like the @value{GDBN} @code{stepi} command; update
16451 display window accordingly.
16452
16453 @item C-c C-f
16454 Execute until exit from the selected stack frame, like the @value{GDBN}
16455 @code{finish} command.
16456
16457 @item C-c C-r
16458 Continue execution of your program, like the @value{GDBN} @code{continue}
16459 command.
16460
16461 @item C-c <
16462 Go up the number of frames indicated by the numeric argument
16463 (@pxref{Arguments, , Numeric Arguments, Emacs, The @sc{gnu} Emacs Manual}),
16464 like the @value{GDBN} @code{up} command.
16465
16466 @item C-c >
16467 Go down the number of frames indicated by the numeric argument, like the
16468 @value{GDBN} @code{down} command.
16469 @end table
16470
16471 In any source file, the Emacs command @kbd{C-x SPC} (@code{gud-break})
16472 tells @value{GDBN} to set a breakpoint on the source line point is on.
16473
16474 If you type @kbd{M-x speedbar}, then Emacs displays a separate frame which
16475 shows a backtrace when the @value{GDBN} I/O buffer is current.  Move
16476 point to any frame in the stack and type @key{RET} to make it become the
16477 current frame and display the associated source in the source buffer.
16478 Alternatively, click @kbd{Mouse-2} to make the selected frame become the
16479 current one.
16480
16481 If you accidentally delete the source-display buffer, an easy way to get
16482 it back is to type the command @code{f} in the @value{GDBN} buffer, to
16483 request a frame display; when you run under Emacs, this recreates
16484 the source buffer if necessary to show you the context of the current
16485 frame.
16486
16487 The source files displayed in Emacs are in ordinary Emacs buffers
16488 which are visiting the source files in the usual way.  You can edit
16489 the files with these buffers if you wish; but keep in mind that @value{GDBN}
16490 communicates with Emacs in terms of line numbers.  If you add or
16491 delete lines from the text, the line numbers that @value{GDBN} knows cease
16492 to correspond properly with the code.
16493
16494 The description given here is for GNU Emacs version 21.3 and a more
16495 detailed description of its interaction with @value{GDBN} is given in
16496 the Emacs manual (@pxref{Debuggers,,, Emacs, The @sc{gnu} Emacs Manual}).
16497
16498 @c The following dropped because Epoch is nonstandard.  Reactivate
16499 @c if/when v19 does something similar. ---doc@cygnus.com 19dec1990
16500 @ignore
16501 @kindex Emacs Epoch environment
16502 @kindex Epoch
16503 @kindex inspect
16504
16505 Version 18 of @sc{gnu} Emacs has a built-in window system
16506 called the @code{epoch}
16507 environment.  Users of this environment can use a new command,
16508 @code{inspect} which performs identically to @code{print} except that
16509 each value is printed in its own window.
16510 @end ignore
16511
16512
16513 @node GDB/MI
16514 @chapter The @sc{gdb/mi} Interface
16515
16516 @unnumberedsec Function and Purpose
16517
16518 @cindex @sc{gdb/mi}, its purpose
16519 @sc{gdb/mi} is a line based machine oriented text interface to
16520 @value{GDBN} and is activated by specifying using the
16521 @option{--interpreter} command line option (@pxref{Mode Options}).  It
16522 is specifically intended to support the development of systems which
16523 use the debugger as just one small component of a larger system.
16524
16525 This chapter is a specification of the @sc{gdb/mi} interface.  It is written
16526 in the form of a reference manual.
16527
16528 Note that @sc{gdb/mi} is still under construction, so some of the
16529 features described below are incomplete and subject to change.
16530
16531 @unnumberedsec Notation and Terminology
16532
16533 @cindex notational conventions, for @sc{gdb/mi}
16534 This chapter uses the following notation:
16535
16536 @itemize @bullet
16537 @item
16538 @code{|} separates two alternatives.
16539
16540 @item
16541 @code{[ @var{something} ]} indicates that @var{something} is optional:
16542 it may or may not be given.
16543
16544 @item
16545 @code{( @var{group} )*} means that @var{group} inside the parentheses
16546 may repeat zero or more times.
16547
16548 @item
16549 @code{( @var{group} )+} means that @var{group} inside the parentheses
16550 may repeat one or more times.
16551
16552 @item
16553 @code{"@var{string}"} means a literal @var{string}.
16554 @end itemize
16555
16556 @ignore
16557 @heading Dependencies
16558 @end ignore
16559
16560 @heading Acknowledgments
16561
16562 In alphabetic order: Andrew Cagney, Fernando Nasser, Stan Shebs and
16563 Elena Zannoni.
16564
16565 @menu
16566 * GDB/MI Command Syntax::
16567 * GDB/MI Compatibility with CLI::
16568 * GDB/MI Output Records::
16569 * GDB/MI Command Description Format::
16570 * GDB/MI Breakpoint Table Commands::
16571 * GDB/MI Data Manipulation::
16572 * GDB/MI Program Control::
16573 * GDB/MI Miscellaneous Commands::
16574 @ignore
16575 * GDB/MI Kod Commands::
16576 * GDB/MI Memory Overlay Commands::
16577 * GDB/MI Signal Handling Commands::
16578 @end ignore
16579 * GDB/MI Stack Manipulation::
16580 * GDB/MI Symbol Query::
16581 * GDB/MI Target Manipulation::
16582 * GDB/MI Thread Commands::
16583 * GDB/MI Tracepoint Commands::
16584 * GDB/MI Variable Objects::
16585 @end menu
16586
16587 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16588 @node GDB/MI Command Syntax
16589 @section @sc{gdb/mi} Command Syntax
16590
16591 @menu
16592 * GDB/MI Input Syntax::
16593 * GDB/MI Output Syntax::
16594 * GDB/MI Simple Examples::
16595 @end menu
16596
16597 @node GDB/MI Input Syntax
16598 @subsection @sc{gdb/mi} Input Syntax
16599
16600 @cindex input syntax for @sc{gdb/mi}
16601 @cindex @sc{gdb/mi}, input syntax
16602 @table @code
16603 @item @var{command} @expansion{}
16604 @code{@var{cli-command} | @var{mi-command}}
16605
16606 @item @var{cli-command} @expansion{}
16607 @code{[ @var{token} ] @var{cli-command} @var{nl}}, where
16608 @var{cli-command} is any existing @value{GDBN} CLI command.
16609
16610 @item @var{mi-command} @expansion{}
16611 @code{[ @var{token} ] "-" @var{operation} ( " " @var{option} )*
16612 @code{[} " --" @code{]} ( " " @var{parameter} )* @var{nl}}
16613
16614 @item @var{token} @expansion{}
16615 "any sequence of digits"
16616
16617 @item @var{option} @expansion{}
16618 @code{"-" @var{parameter} [ " " @var{parameter} ]}
16619
16620 @item @var{parameter} @expansion{}
16621 @code{@var{non-blank-sequence} | @var{c-string}}
16622
16623 @item @var{operation} @expansion{}
16624 @emph{any of the operations described in this chapter}
16625
16626 @item @var{non-blank-sequence} @expansion{}
16627 @emph{anything, provided it doesn't contain special characters such as
16628 "-", @var{nl}, """ and of course " "}
16629
16630 @item @var{c-string} @expansion{}
16631 @code{""" @var{seven-bit-iso-c-string-content} """}
16632
16633 @item @var{nl} @expansion{}
16634 @code{CR | CR-LF}
16635 @end table
16636
16637 @noindent
16638 Notes:
16639
16640 @itemize @bullet
16641 @item
16642 The CLI commands are still handled by the @sc{mi} interpreter; their
16643 output is described below.
16644
16645 @item
16646 The @code{@var{token}}, when present, is passed back when the command
16647 finishes.
16648
16649 @item
16650 Some @sc{mi} commands accept optional arguments as part of the parameter
16651 list.  Each option is identified by a leading @samp{-} (dash) and may be
16652 followed by an optional argument parameter.  Options occur first in the
16653 parameter list and can be delimited from normal parameters using
16654 @samp{--} (this is useful when some parameters begin with a dash).
16655 @end itemize
16656
16657 Pragmatics:
16658
16659 @itemize @bullet
16660 @item
16661 We want easy access to the existing CLI syntax (for debugging).
16662
16663 @item
16664 We want it to be easy to spot a @sc{mi} operation.
16665 @end itemize
16666
16667 @node GDB/MI Output Syntax
16668 @subsection @sc{gdb/mi} Output Syntax
16669
16670 @cindex output syntax of @sc{gdb/mi}
16671 @cindex @sc{gdb/mi}, output syntax
16672 The output from @sc{gdb/mi} consists of zero or more out-of-band records
16673 followed, optionally, by a single result record.  This result record
16674 is for the most recent command.  The sequence of output records is
16675 terminated by @samp{(@value{GDBP})}.
16676
16677 If an input command was prefixed with a @code{@var{token}} then the
16678 corresponding output for that command will also be prefixed by that same
16679 @var{token}.
16680
16681 @table @code
16682 @item @var{output} @expansion{}
16683 @code{( @var{out-of-band-record} )* [ @var{result-record} ] "(@value{GDBP})" @var{nl}}
16684
16685 @item @var{result-record} @expansion{}
16686 @code{ [ @var{token} ] "^" @var{result-class} ( "," @var{result} )* @var{nl}}
16687
16688 @item @var{out-of-band-record} @expansion{}
16689 @code{@var{async-record} | @var{stream-record}}
16690
16691 @item @var{async-record} @expansion{}
16692 @code{@var{exec-async-output} | @var{status-async-output} | @var{notify-async-output}}
16693
16694 @item @var{exec-async-output} @expansion{}
16695 @code{[ @var{token} ] "*" @var{async-output}}
16696
16697 @item @var{status-async-output} @expansion{}
16698 @code{[ @var{token} ] "+" @var{async-output}}
16699
16700 @item @var{notify-async-output} @expansion{}
16701 @code{[ @var{token} ] "=" @var{async-output}}
16702
16703 @item @var{async-output} @expansion{}
16704 @code{@var{async-class} ( "," @var{result} )* @var{nl}}
16705
16706 @item @var{result-class} @expansion{}
16707 @code{"done" | "running" | "connected" | "error" | "exit"}
16708
16709 @item @var{async-class} @expansion{}
16710 @code{"stopped" | @var{others}} (where @var{others} will be added
16711 depending on the needs---this is still in development).
16712
16713 @item @var{result} @expansion{}
16714 @code{ @var{variable} "=" @var{value}}
16715
16716 @item @var{variable} @expansion{}
16717 @code{ @var{string} }
16718
16719 @item @var{value} @expansion{}
16720 @code{ @var{const} | @var{tuple} | @var{list} }
16721
16722 @item @var{const} @expansion{}
16723 @code{@var{c-string}}
16724
16725 @item @var{tuple} @expansion{}
16726 @code{ "@{@}" | "@{" @var{result} ( "," @var{result} )* "@}" }
16727
16728 @item @var{list} @expansion{}
16729 @code{ "[]" | "[" @var{value} ( "," @var{value} )* "]" | "["
16730 @var{result} ( "," @var{result} )* "]" }
16731
16732 @item @var{stream-record} @expansion{}
16733 @code{@var{console-stream-output} | @var{target-stream-output} | @var{log-stream-output}}
16734
16735 @item @var{console-stream-output} @expansion{}
16736 @code{"~" @var{c-string}}
16737
16738 @item @var{target-stream-output} @expansion{}
16739 @code{"@@" @var{c-string}}
16740
16741 @item @var{log-stream-output} @expansion{}
16742 @code{"&" @var{c-string}}
16743
16744 @item @var{nl} @expansion{}
16745 @code{CR | CR-LF}
16746
16747 @item @var{token} @expansion{}
16748 @emph{any sequence of digits}.
16749 @end table
16750
16751 @noindent
16752 Notes:
16753
16754 @itemize @bullet
16755 @item
16756 All output sequences end in a single line containing a period.
16757
16758 @item
16759 The @code{@var{token}} is from the corresponding request.  If an execution
16760 command is interrupted by the @samp{-exec-interrupt} command, the
16761 @var{token} associated with the @samp{*stopped} message is the one of the
16762 original execution command, not the one of the interrupt command.
16763
16764 @item
16765 @cindex status output in @sc{gdb/mi}
16766 @var{status-async-output} contains on-going status information about the
16767 progress of a slow operation.  It can be discarded.  All status output is
16768 prefixed by @samp{+}.
16769
16770 @item
16771 @cindex async output in @sc{gdb/mi}
16772 @var{exec-async-output} contains asynchronous state change on the target
16773 (stopped, started, disappeared).  All async output is prefixed by
16774 @samp{*}.
16775
16776 @item
16777 @cindex notify output in @sc{gdb/mi}
16778 @var{notify-async-output} contains supplementary information that the
16779 client should handle (e.g., a new breakpoint information).  All notify
16780 output is prefixed by @samp{=}.
16781
16782 @item
16783 @cindex console output in @sc{gdb/mi}
16784 @var{console-stream-output} is output that should be displayed as is in the
16785 console.  It is the textual response to a CLI command.  All the console
16786 output is prefixed by @samp{~}.
16787
16788 @item
16789 @cindex target output in @sc{gdb/mi}
16790 @var{target-stream-output} is the output produced by the target program.
16791 All the target output is prefixed by @samp{@@}.
16792
16793 @item
16794 @cindex log output in @sc{gdb/mi}
16795 @var{log-stream-output} is output text coming from @value{GDBN}'s internals, for
16796 instance messages that should be displayed as part of an error log.  All
16797 the log output is prefixed by @samp{&}.
16798
16799 @item
16800 @cindex list output in @sc{gdb/mi}
16801 New @sc{gdb/mi} commands should only output @var{lists} containing
16802 @var{values}.
16803
16804
16805 @end itemize
16806
16807 @xref{GDB/MI Stream Records, , @sc{gdb/mi} Stream Records}, for more
16808 details about the various output records.
16809
16810 @node GDB/MI Simple Examples
16811 @subsection Simple Examples of @sc{gdb/mi} Interaction
16812 @cindex @sc{gdb/mi}, simple examples
16813
16814 This subsection presents several simple examples of interaction using
16815 the @sc{gdb/mi} interface.  In these examples, @samp{->} means that the
16816 following line is passed to @sc{gdb/mi} as input, while @samp{<-} means
16817 the output received from @sc{gdb/mi}.
16818
16819 @subsubheading Target Stop
16820 @c Ummm... There is no "-stop" command. This assumes async, no?
16821 Here's an example of stopping the inferior process:
16822
16823 @smallexample
16824 -> -stop
16825 <- (@value{GDBP})
16826 @end smallexample
16827
16828 @noindent
16829 and later:
16830
16831 @smallexample
16832 <- *stop,reason="stop",address="0x123",source="a.c:123"
16833 <- (@value{GDBP})
16834 @end smallexample
16835
16836 @subsubheading Simple CLI Command
16837
16838 Here's an example of a simple CLI command being passed through
16839 @sc{gdb/mi} and on to the CLI.
16840
16841 @smallexample
16842 -> print 1+2
16843 <- &"print 1+2\n"
16844 <- ~"$1 = 3\n"
16845 <- ^done
16846 <- (@value{GDBP})
16847 @end smallexample
16848
16849 @subsubheading Command With Side Effects
16850
16851 @smallexample
16852 -> -symbol-file xyz.exe
16853 <- *breakpoint,nr="3",address="0x123",source="a.c:123"
16854 <- (@value{GDBP})
16855 @end smallexample
16856
16857 @subsubheading A Bad Command
16858
16859 Here's what happens if you pass a non-existent command:
16860
16861 @smallexample
16862 -> -rubbish
16863 <- ^error,msg="Undefined MI command: rubbish"
16864 <- (@value{GDBP})
16865 @end smallexample
16866
16867 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16868 @node GDB/MI Compatibility with CLI
16869 @section @sc{gdb/mi} Compatibility with CLI
16870
16871 @cindex compatibility, @sc{gdb/mi} and CLI
16872 @cindex @sc{gdb/mi}, compatibility with CLI
16873 To help users familiar with @value{GDBN}'s existing CLI interface, @sc{gdb/mi}
16874 accepts existing CLI commands.  As specified by the syntax, such
16875 commands can be directly entered into the @sc{gdb/mi} interface and @value{GDBN} will
16876 respond.
16877
16878 This mechanism is provided as an aid to developers of @sc{gdb/mi}
16879 clients and not as a reliable interface into the CLI.  Since the command
16880 is being interpreteted in an environment that assumes @sc{gdb/mi}
16881 behaviour, the exact output of such commands is likely to end up being
16882 an un-supported hybrid of @sc{gdb/mi} and CLI output.
16883
16884 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16885 @node GDB/MI Output Records
16886 @section @sc{gdb/mi} Output Records
16887
16888 @menu
16889 * GDB/MI Result Records::
16890 * GDB/MI Stream Records::
16891 * GDB/MI Out-of-band Records::
16892 @end menu
16893
16894 @node GDB/MI Result Records
16895 @subsection @sc{gdb/mi} Result Records
16896
16897 @cindex result records in @sc{gdb/mi}
16898 @cindex @sc{gdb/mi}, result records
16899 In addition to a number of out-of-band notifications, the response to a
16900 @sc{gdb/mi} command includes one of the following result indications:
16901
16902 @table @code
16903 @findex ^done
16904 @item "^done" [ "," @var{results} ]
16905 The synchronous operation was successful, @code{@var{results}} are the return
16906 values.
16907
16908 @item "^running"
16909 @findex ^running
16910 @c Is this one correct?  Should it be an out-of-band notification?
16911 The asynchronous operation was successfully started.  The target is
16912 running.
16913
16914 @item "^error" "," @var{c-string}
16915 @findex ^error
16916 The operation failed.  The @code{@var{c-string}} contains the corresponding
16917 error message.
16918 @end table
16919
16920 @node GDB/MI Stream Records
16921 @subsection @sc{gdb/mi} Stream Records
16922
16923 @cindex @sc{gdb/mi}, stream records
16924 @cindex stream records in @sc{gdb/mi}
16925 @value{GDBN} internally maintains a number of output streams: the console, the
16926 target, and the log.  The output intended for each of these streams is
16927 funneled through the @sc{gdb/mi} interface using @dfn{stream records}.
16928
16929 Each stream record begins with a unique @dfn{prefix character} which
16930 identifies its stream (@pxref{GDB/MI Output Syntax, , @sc{gdb/mi} Output
16931 Syntax}).  In addition to the prefix, each stream record contains a
16932 @code{@var{string-output}}.  This is either raw text (with an implicit new
16933 line) or a quoted C string (which does not contain an implicit newline).
16934
16935 @table @code
16936 @item "~" @var{string-output}
16937 The console output stream contains text that should be displayed in the
16938 CLI console window.  It contains the textual responses to CLI commands.
16939
16940 @item "@@" @var{string-output}
16941 The target output stream contains any textual output from the running
16942 target.
16943
16944 @item "&" @var{string-output}
16945 The log stream contains debugging messages being produced by @value{GDBN}'s
16946 internals.
16947 @end table
16948
16949 @node GDB/MI Out-of-band Records
16950 @subsection @sc{gdb/mi} Out-of-band Records
16951
16952 @cindex out-of-band records in @sc{gdb/mi}
16953 @cindex @sc{gdb/mi}, out-of-band records
16954 @dfn{Out-of-band} records are used to notify the @sc{gdb/mi} client of
16955 additional changes that have occurred.  Those changes can either be a
16956 consequence of @sc{gdb/mi} (e.g., a breakpoint modified) or a result of
16957 target activity (e.g., target stopped).
16958
16959 The following is a preliminary list of possible out-of-band records.
16960
16961 @table @code
16962 @item "*" "stop"
16963 @end table
16964
16965
16966 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16967 @node GDB/MI Command Description Format
16968 @section @sc{gdb/mi} Command Description Format
16969
16970 The remaining sections describe blocks of commands.  Each block of
16971 commands is laid out in a fashion similar to this section.
16972
16973 Note the the line breaks shown in the examples are here only for
16974 readability.  They don't appear in the real output.
16975 Also note that the commands with a non-available example (N.A.@:) are
16976 not yet implemented.
16977
16978 @subheading Motivation
16979
16980 The motivation for this collection of commands.
16981
16982 @subheading Introduction
16983
16984 A brief introduction to this collection of commands as a whole.
16985
16986 @subheading Commands
16987
16988 For each command in the block, the following is described:
16989
16990 @subsubheading Synopsis
16991
16992 @smallexample
16993  -command @var{args}@dots{}
16994 @end smallexample
16995
16996 @subsubheading @value{GDBN} Command
16997
16998 The corresponding @value{GDBN} CLI command.
16999
17000 @subsubheading Result
17001
17002 @subsubheading Out-of-band
17003
17004 @subsubheading Notes
17005
17006 @subsubheading Example
17007
17008
17009 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17010 @node GDB/MI Breakpoint Table Commands
17011 @section @sc{gdb/mi} Breakpoint table commands
17012
17013 @cindex breakpoint commands for @sc{gdb/mi}
17014 @cindex @sc{gdb/mi}, breakpoint commands
17015 This section documents @sc{gdb/mi} commands for manipulating
17016 breakpoints.
17017
17018 @subheading The @code{-break-after} Command
17019 @findex -break-after
17020
17021 @subsubheading Synopsis
17022
17023 @smallexample
17024  -break-after @var{number} @var{count}
17025 @end smallexample
17026
17027 The breakpoint number @var{number} is not in effect until it has been
17028 hit @var{count} times.  To see how this is reflected in the output of
17029 the @samp{-break-list} command, see the description of the
17030 @samp{-break-list} command below.
17031
17032 @subsubheading @value{GDBN} Command
17033
17034 The corresponding @value{GDBN} command is @samp{ignore}.
17035
17036 @subsubheading Example
17037
17038 @smallexample
17039 (@value{GDBP})
17040 -break-insert main
17041 ^done,bkpt=@{number="1",addr="0x000100d0",file="hello.c",line="5"@}
17042 (@value{GDBP})
17043 -break-after 1 3
17044 ~
17045 ^done
17046 (@value{GDBP})
17047 -break-list
17048 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
17049 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17050 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17051 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17052 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17053 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17054 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17055 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17056 addr="0x000100d0",func="main",file="hello.c",line="5",times="0",
17057 ignore="3"@}]@}
17058 (@value{GDBP})
17059 @end smallexample
17060
17061 @ignore
17062 @subheading The @code{-break-catch} Command
17063 @findex -break-catch
17064
17065 @subheading The @code{-break-commands} Command
17066 @findex -break-commands
17067 @end ignore
17068
17069
17070 @subheading The @code{-break-condition} Command
17071 @findex -break-condition
17072
17073 @subsubheading Synopsis
17074
17075 @smallexample
17076  -break-condition @var{number} @var{expr}
17077 @end smallexample
17078
17079 Breakpoint @var{number} will stop the program only if the condition in
17080 @var{expr} is true.  The condition becomes part of the
17081 @samp{-break-list} output (see the description of the @samp{-break-list}
17082 command below).
17083
17084 @subsubheading @value{GDBN} Command
17085
17086 The corresponding @value{GDBN} command is @samp{condition}.
17087
17088 @subsubheading Example
17089
17090 @smallexample
17091 (@value{GDBP})
17092 -break-condition 1 1
17093 ^done
17094 (@value{GDBP})
17095 -break-list
17096 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
17097 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17098 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17099 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17100 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17101 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17102 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17103 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17104 addr="0x000100d0",func="main",file="hello.c",line="5",cond="1",
17105 times="0",ignore="3"@}]@}
17106 (@value{GDBP})
17107 @end smallexample
17108
17109 @subheading The @code{-break-delete} Command
17110 @findex -break-delete
17111
17112 @subsubheading Synopsis
17113
17114 @smallexample
17115  -break-delete ( @var{breakpoint} )+
17116 @end smallexample
17117
17118 Delete the breakpoint(s) whose number(s) are specified in the argument
17119 list.  This is obviously reflected in the breakpoint list.
17120
17121 @subsubheading @value{GDBN} command
17122
17123 The corresponding @value{GDBN} command is @samp{delete}.
17124
17125 @subsubheading Example
17126
17127 @smallexample
17128 (@value{GDBP})
17129 -break-delete 1
17130 ^done
17131 (@value{GDBP})
17132 -break-list
17133 ^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
17134 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17135 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17136 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17137 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17138 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17139 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17140 body=[]@}
17141 (@value{GDBP})
17142 @end smallexample
17143
17144 @subheading The @code{-break-disable} Command
17145 @findex -break-disable
17146
17147 @subsubheading Synopsis
17148
17149 @smallexample
17150  -break-disable ( @var{breakpoint} )+
17151 @end smallexample
17152
17153 Disable the named @var{breakpoint}(s).  The field @samp{enabled} in the
17154 break list is now set to @samp{n} for the named @var{breakpoint}(s).
17155
17156 @subsubheading @value{GDBN} Command
17157
17158 The corresponding @value{GDBN} command is @samp{disable}.
17159
17160 @subsubheading Example
17161
17162 @smallexample
17163 (@value{GDBP})
17164 -break-disable 2
17165 ^done
17166 (@value{GDBP})
17167 -break-list
17168 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
17169 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17170 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17171 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17172 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17173 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17174 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17175 body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="n",
17176 addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@}]@}
17177 (@value{GDBP})
17178 @end smallexample
17179
17180 @subheading The @code{-break-enable} Command
17181 @findex -break-enable
17182
17183 @subsubheading Synopsis
17184
17185 @smallexample
17186  -break-enable ( @var{breakpoint} )+
17187 @end smallexample
17188
17189 Enable (previously disabled) @var{breakpoint}(s).
17190
17191 @subsubheading @value{GDBN} Command
17192
17193 The corresponding @value{GDBN} command is @samp{enable}.
17194
17195 @subsubheading Example
17196
17197 @smallexample
17198 (@value{GDBP})
17199 -break-enable 2
17200 ^done
17201 (@value{GDBP})
17202 -break-list
17203 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
17204 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17205 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17206 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17207 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17208 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17209 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17210 body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
17211 addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@}]@}
17212 (@value{GDBP})
17213 @end smallexample
17214
17215 @subheading The @code{-break-info} Command
17216 @findex -break-info
17217
17218 @subsubheading Synopsis
17219
17220 @smallexample
17221  -break-info @var{breakpoint}
17222 @end smallexample
17223
17224 @c REDUNDANT???
17225 Get information about a single breakpoint.
17226
17227 @subsubheading @value{GDBN} command
17228
17229 The corresponding @value{GDBN} command is @samp{info break @var{breakpoint}}.
17230
17231 @subsubheading Example
17232 N.A.
17233
17234 @subheading The @code{-break-insert} Command
17235 @findex -break-insert
17236
17237 @subsubheading Synopsis
17238
17239 @smallexample
17240  -break-insert [ -t ] [ -h ] [ -r ]
17241     [ -c @var{condition} ] [ -i @var{ignore-count} ]
17242     [ -p @var{thread} ] [ @var{line} | @var{addr} ]
17243 @end smallexample
17244
17245 @noindent
17246 If specified, @var{line}, can be one of:
17247
17248 @itemize @bullet
17249 @item function
17250 @c @item +offset
17251 @c @item -offset
17252 @c @item linenum
17253 @item filename:linenum
17254 @item filename:function
17255 @item *address
17256 @end itemize
17257
17258 The possible optional parameters of this command are:
17259
17260 @table @samp
17261 @item -t
17262 Insert a tempoary breakpoint.
17263 @item -h
17264 Insert a hardware breakpoint.
17265 @item -c @var{condition}
17266 Make the breakpoint conditional on @var{condition}.
17267 @item -i @var{ignore-count}
17268 Initialize the @var{ignore-count}.
17269 @item -r
17270 Insert a regular breakpoint in all the functions whose names match the
17271 given regular expression.  Other flags are not applicable to regular
17272 expresson.
17273 @end table
17274
17275 @subsubheading Result
17276
17277 The result is in the form:
17278
17279 @smallexample
17280  ^done,bkptno="@var{number}",func="@var{funcname}",
17281   file="@var{filename}",line="@var{lineno}"
17282 @end smallexample
17283
17284 @noindent
17285 where @var{number} is the @value{GDBN} number for this breakpoint, @var{funcname}
17286 is the name of the function where the breakpoint was inserted,
17287 @var{filename} is the name of the source file which contains this
17288 function, and @var{lineno} is the source line number within that file.
17289
17290 Note: this format is open to change.
17291 @c An out-of-band breakpoint instead of part of the result?
17292
17293 @subsubheading @value{GDBN} Command
17294
17295 The corresponding @value{GDBN} commands are @samp{break}, @samp{tbreak},
17296 @samp{hbreak}, @samp{thbreak}, and @samp{rbreak}.
17297
17298 @subsubheading Example
17299
17300 @smallexample
17301 (@value{GDBP})
17302 -break-insert main
17303 ^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
17304 (@value{GDBP})
17305 -break-insert -t foo
17306 ^done,bkpt=@{number="2",addr="0x00010774",file="recursive2.c",line="11"@}
17307 (@value{GDBP})
17308 -break-list
17309 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
17310 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17311 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17312 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17313 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17314 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17315 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17316 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17317 addr="0x0001072c", func="main",file="recursive2.c",line="4",times="0"@},
17318 bkpt=@{number="2",type="breakpoint",disp="del",enabled="y",
17319 addr="0x00010774",func="foo",file="recursive2.c",line="11",times="0"@}]@}
17320 (@value{GDBP})
17321 -break-insert -r foo.*
17322 ~int foo(int, int);
17323 ^done,bkpt=@{number="3",addr="0x00010774",file="recursive2.c",line="11"@}
17324 (@value{GDBP})
17325 @end smallexample
17326
17327 @subheading The @code{-break-list} Command
17328 @findex -break-list
17329
17330 @subsubheading Synopsis
17331
17332 @smallexample
17333  -break-list
17334 @end smallexample
17335
17336 Displays the list of inserted breakpoints, showing the following fields:
17337
17338 @table @samp
17339 @item Number
17340 number of the breakpoint
17341 @item Type
17342 type of the breakpoint: @samp{breakpoint} or @samp{watchpoint}
17343 @item Disposition
17344 should the breakpoint be deleted or disabled when it is hit: @samp{keep}
17345 or @samp{nokeep}
17346 @item Enabled
17347 is the breakpoint enabled or no: @samp{y} or @samp{n}
17348 @item Address
17349 memory location at which the breakpoint is set
17350 @item What
17351 logical location of the breakpoint, expressed by function name, file
17352 name, line number
17353 @item Times
17354 number of times the breakpoint has been hit
17355 @end table
17356
17357 If there are no breakpoints or watchpoints, the @code{BreakpointTable}
17358 @code{body} field is an empty list.
17359
17360 @subsubheading @value{GDBN} Command
17361
17362 The corresponding @value{GDBN} command is @samp{info break}.
17363
17364 @subsubheading Example
17365
17366 @smallexample
17367 (@value{GDBP})
17368 -break-list
17369 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
17370 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17371 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17372 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17373 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17374 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17375 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17376 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17377 addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@},
17378 bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
17379 addr="0x00010114",func="foo",file="hello.c",line="13",times="0"@}]@}
17380 (@value{GDBP})
17381 @end smallexample
17382
17383 Here's an example of the result when there are no breakpoints:
17384
17385 @smallexample
17386 (@value{GDBP})
17387 -break-list
17388 ^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
17389 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17390 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17391 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17392 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17393 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17394 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17395 body=[]@}
17396 (@value{GDBP})
17397 @end smallexample
17398
17399 @subheading The @code{-break-watch} Command
17400 @findex -break-watch
17401
17402 @subsubheading Synopsis
17403
17404 @smallexample
17405  -break-watch [ -a | -r ]
17406 @end smallexample
17407
17408 Create a watchpoint.  With the @samp{-a} option it will create an
17409 @dfn{access} watchpoint, i.e. a watchpoint that triggers either on a
17410 read from or on a write to the memory location.  With the @samp{-r}
17411 option, the watchpoint created is a @dfn{read} watchpoint, i.e. it will
17412 trigger only when the memory location is accessed for reading.  Without
17413 either of the options, the watchpoint created is a regular watchpoint,
17414 i.e. it will trigger when the memory location is accessed for writing.
17415 @xref{Set Watchpoints, , Setting watchpoints}.
17416
17417 Note that @samp{-break-list} will report a single list of watchpoints and
17418 breakpoints inserted.
17419
17420 @subsubheading @value{GDBN} Command
17421
17422 The corresponding @value{GDBN} commands are @samp{watch}, @samp{awatch}, and
17423 @samp{rwatch}.
17424
17425 @subsubheading Example
17426
17427 Setting a watchpoint on a variable in the @code{main} function:
17428
17429 @smallexample
17430 (@value{GDBP})
17431 -break-watch x
17432 ^done,wpt=@{number="2",exp="x"@}
17433 (@value{GDBP})
17434 -exec-continue
17435 ^running
17436 ^done,reason="watchpoint-trigger",wpt=@{number="2",exp="x"@},
17437 value=@{old="-268439212",new="55"@},
17438 frame=@{func="main",args=[],file="recursive2.c",
17439 fullname="/home/foo/bar/devo/myproject/recursive2.c",line="5"@}
17440 (@value{GDBP})
17441 @end smallexample
17442
17443 Setting a watchpoint on a variable local to a function.  @value{GDBN} will stop
17444 the program execution twice: first for the variable changing value, then
17445 for the watchpoint going out of scope.
17446
17447 @smallexample
17448 (@value{GDBP})
17449 -break-watch C
17450 ^done,wpt=@{number="5",exp="C"@}
17451 (@value{GDBP})
17452 -exec-continue
17453 ^running
17454 ^done,reason="watchpoint-trigger",
17455 wpt=@{number="5",exp="C"@},value=@{old="-276895068",new="3"@},
17456 frame=@{func="callee4",args=[],
17457 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
17458 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
17459 (@value{GDBP})
17460 -exec-continue
17461 ^running
17462 ^done,reason="watchpoint-scope",wpnum="5",
17463 frame=@{func="callee3",args=[@{name="strarg",
17464 value="0x11940 \"A string argument.\""@}],
17465 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
17466 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
17467 (@value{GDBP})
17468 @end smallexample
17469
17470 Listing breakpoints and watchpoints, at different points in the program
17471 execution.  Note that once the watchpoint goes out of scope, it is
17472 deleted.
17473
17474 @smallexample
17475 (@value{GDBP})
17476 -break-watch C
17477 ^done,wpt=@{number="2",exp="C"@}
17478 (@value{GDBP})
17479 -break-list
17480 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
17481 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17482 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17483 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17484 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17485 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17486 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17487 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17488 addr="0x00010734",func="callee4",
17489 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@},
17490 bkpt=@{number="2",type="watchpoint",disp="keep",
17491 enabled="y",addr="",what="C",times="0"@}]@}
17492 (@value{GDBP})
17493 -exec-continue
17494 ^running
17495 ^done,reason="watchpoint-trigger",wpt=@{number="2",exp="C"@},
17496 value=@{old="-276895068",new="3"@},
17497 frame=@{func="callee4",args=[],
17498 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
17499 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
17500 (@value{GDBP})
17501 -break-list
17502 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
17503 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17504 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17505 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17506 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17507 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17508 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17509 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17510 addr="0x00010734",func="callee4",
17511 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@},
17512 bkpt=@{number="2",type="watchpoint",disp="keep",
17513 enabled="y",addr="",what="C",times="-5"@}]@}
17514 (@value{GDBP})
17515 -exec-continue
17516 ^running
17517 ^done,reason="watchpoint-scope",wpnum="2",
17518 frame=@{func="callee3",args=[@{name="strarg",
17519 value="0x11940 \"A string argument.\""@}],
17520 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
17521 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
17522 (@value{GDBP})
17523 -break-list
17524 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
17525 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17526 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17527 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17528 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17529 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17530 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17531 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17532 addr="0x00010734",func="callee4",
17533 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@}]@}
17534 (@value{GDBP})
17535 @end smallexample
17536
17537 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17538 @node GDB/MI Data Manipulation
17539 @section @sc{gdb/mi} Data Manipulation
17540
17541 @cindex data manipulation, in @sc{gdb/mi}
17542 @cindex @sc{gdb/mi}, data manipulation
17543 This section describes the @sc{gdb/mi} commands that manipulate data:
17544 examine memory and registers, evaluate expressions, etc.
17545
17546 @c REMOVED FROM THE INTERFACE.
17547 @c @subheading -data-assign
17548 @c Change the value of a program variable. Plenty of side effects.
17549 @c @subsubheading GDB command
17550 @c set variable
17551 @c @subsubheading Example
17552 @c N.A.
17553
17554 @subheading The @code{-data-disassemble} Command
17555 @findex -data-disassemble
17556
17557 @subsubheading Synopsis
17558
17559 @smallexample
17560  -data-disassemble
17561     [ -s @var{start-addr} -e @var{end-addr} ]
17562   | [ -f @var{filename} -l @var{linenum} [ -n @var{lines} ] ]
17563   -- @var{mode}
17564 @end smallexample
17565
17566 @noindent
17567 Where:
17568
17569 @table @samp
17570 @item @var{start-addr}
17571 is the beginning address (or @code{$pc})
17572 @item @var{end-addr}
17573 is the end address
17574 @item @var{filename}
17575 is the name of the file to disassemble
17576 @item @var{linenum}
17577 is the line number to disassemble around
17578 @item @var{lines}
17579 is the the number of disassembly lines to be produced.  If it is -1,
17580 the whole function will be disassembled, in case no @var{end-addr} is
17581 specified.  If @var{end-addr} is specified as a non-zero value, and
17582 @var{lines} is lower than the number of disassembly lines between
17583 @var{start-addr} and @var{end-addr}, only @var{lines} lines are
17584 displayed; if @var{lines} is higher than the number of lines between
17585 @var{start-addr} and @var{end-addr}, only the lines up to @var{end-addr}
17586 are displayed.
17587 @item @var{mode}
17588 is either 0 (meaning only disassembly) or 1 (meaning mixed source and
17589 disassembly).
17590 @end table
17591
17592 @subsubheading Result
17593
17594 The output for each instruction is composed of four fields:
17595
17596 @itemize @bullet
17597 @item Address
17598 @item Func-name
17599 @item Offset
17600 @item Instruction
17601 @end itemize
17602
17603 Note that whatever included in the instruction field, is not manipulated
17604 directely by @sc{gdb/mi}, i.e. it is not possible to adjust its format.
17605
17606 @subsubheading @value{GDBN} Command
17607
17608 There's no direct mapping from this command to the CLI.
17609
17610 @subsubheading Example
17611
17612 Disassemble from the current value of @code{$pc} to @code{$pc + 20}:
17613
17614 @smallexample
17615 (@value{GDBP})
17616 -data-disassemble -s $pc -e "$pc + 20" -- 0
17617 ^done,
17618 asm_insns=[
17619 @{address="0x000107c0",func-name="main",offset="4",
17620 inst="mov  2, %o0"@},
17621 @{address="0x000107c4",func-name="main",offset="8",
17622 inst="sethi  %hi(0x11800), %o2"@},
17623 @{address="0x000107c8",func-name="main",offset="12",
17624 inst="or  %o2, 0x140, %o1\t! 0x11940 <_lib_version+8>"@},
17625 @{address="0x000107cc",func-name="main",offset="16",
17626 inst="sethi  %hi(0x11800), %o2"@},
17627 @{address="0x000107d0",func-name="main",offset="20",
17628 inst="or  %o2, 0x168, %o4\t! 0x11968 <_lib_version+48>"@}]
17629 (@value{GDBP})
17630 @end smallexample
17631
17632 Disassemble the whole @code{main} function.  Line 32 is part of
17633 @code{main}.
17634
17635 @smallexample
17636 -data-disassemble -f basics.c -l 32 -- 0
17637 ^done,asm_insns=[
17638 @{address="0x000107bc",func-name="main",offset="0",
17639 inst="save  %sp, -112, %sp"@},
17640 @{address="0x000107c0",func-name="main",offset="4",
17641 inst="mov   2, %o0"@},
17642 @{address="0x000107c4",func-name="main",offset="8",
17643 inst="sethi %hi(0x11800), %o2"@},
17644 [@dots{}]
17645 @{address="0x0001081c",func-name="main",offset="96",inst="ret "@},
17646 @{address="0x00010820",func-name="main",offset="100",inst="restore "@}]
17647 (@value{GDBP})
17648 @end smallexample
17649
17650 Disassemble 3 instructions from the start of @code{main}:
17651
17652 @smallexample
17653 (@value{GDBP})
17654 -data-disassemble -f basics.c -l 32 -n 3 -- 0
17655 ^done,asm_insns=[
17656 @{address="0x000107bc",func-name="main",offset="0",
17657 inst="save  %sp, -112, %sp"@},
17658 @{address="0x000107c0",func-name="main",offset="4",
17659 inst="mov  2, %o0"@},
17660 @{address="0x000107c4",func-name="main",offset="8",
17661 inst="sethi  %hi(0x11800), %o2"@}]
17662 (@value{GDBP})
17663 @end smallexample
17664
17665 Disassemble 3 instructions from the start of @code{main} in mixed mode:
17666
17667 @smallexample
17668 (@value{GDBP})
17669 -data-disassemble -f basics.c -l 32 -n 3 -- 1
17670 ^done,asm_insns=[
17671 src_and_asm_line=@{line="31",
17672 file="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb/ \
17673   testsuite/gdb.mi/basics.c",line_asm_insn=[
17674 @{address="0x000107bc",func-name="main",offset="0",
17675 inst="save  %sp, -112, %sp"@}]@},
17676 src_and_asm_line=@{line="32",
17677 file="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb/ \
17678   testsuite/gdb.mi/basics.c",line_asm_insn=[
17679 @{address="0x000107c0",func-name="main",offset="4",
17680 inst="mov  2, %o0"@},
17681 @{address="0x000107c4",func-name="main",offset="8",
17682 inst="sethi  %hi(0x11800), %o2"@}]@}]
17683 (@value{GDBP})
17684 @end smallexample
17685
17686
17687 @subheading The @code{-data-evaluate-expression} Command
17688 @findex -data-evaluate-expression
17689
17690 @subsubheading Synopsis
17691
17692 @smallexample
17693  -data-evaluate-expression @var{expr}
17694 @end smallexample
17695
17696 Evaluate @var{expr} as an expression.  The expression could contain an
17697 inferior function call.  The function call will execute synchronously.
17698 If the expression contains spaces, it must be enclosed in double quotes.
17699
17700 @subsubheading @value{GDBN} Command
17701
17702 The corresponding @value{GDBN} commands are @samp{print}, @samp{output}, and
17703 @samp{call}.  In @code{gdbtk} only, there's a corresponding
17704 @samp{gdb_eval} command.
17705
17706 @subsubheading Example
17707
17708 In the following example, the numbers that precede the commands are the
17709 @dfn{tokens} described in @ref{GDB/MI Command Syntax, ,@sc{gdb/mi}
17710 Command Syntax}.  Notice how @sc{gdb/mi} returns the same tokens in its
17711 output.
17712
17713 @smallexample
17714 211-data-evaluate-expression A
17715 211^done,value="1"
17716 (@value{GDBP})
17717 311-data-evaluate-expression &A
17718 311^done,value="0xefffeb7c"
17719 (@value{GDBP})
17720 411-data-evaluate-expression A+3
17721 411^done,value="4"
17722 (@value{GDBP})
17723 511-data-evaluate-expression "A + 3"
17724 511^done,value="4"
17725 (@value{GDBP})
17726 @end smallexample
17727
17728
17729 @subheading The @code{-data-list-changed-registers} Command
17730 @findex -data-list-changed-registers
17731
17732 @subsubheading Synopsis
17733
17734 @smallexample
17735  -data-list-changed-registers
17736 @end smallexample
17737
17738 Display a list of the registers that have changed.
17739
17740 @subsubheading @value{GDBN} Command
17741
17742 @value{GDBN} doesn't have a direct analog for this command; @code{gdbtk}
17743 has the corresponding command @samp{gdb_changed_register_list}.
17744
17745 @subsubheading Example
17746
17747 On a PPC MBX board:
17748
17749 @smallexample
17750 (@value{GDBP})
17751 -exec-continue
17752 ^running
17753
17754 (@value{GDBP})
17755 *stopped,reason="breakpoint-hit",bkptno="1",frame=@{func="main",
17756 args=[],file="try.c",fullname="/home/foo/bar/devo/myproject/try.c",line="5"@}
17757 (@value{GDBP})
17758 -data-list-changed-registers
17759 ^done,changed-registers=["0","1","2","4","5","6","7","8","9",
17760 "10","11","13","14","15","16","17","18","19","20","21","22","23",
17761 "24","25","26","27","28","30","31","64","65","66","67","69"]
17762 (@value{GDBP})
17763 @end smallexample
17764
17765
17766 @subheading The @code{-data-list-register-names} Command
17767 @findex -data-list-register-names
17768
17769 @subsubheading Synopsis
17770
17771 @smallexample
17772  -data-list-register-names [ ( @var{regno} )+ ]
17773 @end smallexample
17774
17775 Show a list of register names for the current target.  If no arguments
17776 are given, it shows a list of the names of all the registers.  If
17777 integer numbers are given as arguments, it will print a list of the
17778 names of the registers corresponding to the arguments.  To ensure
17779 consistency between a register name and its number, the output list may
17780 include empty register names.
17781
17782 @subsubheading @value{GDBN} Command
17783
17784 @value{GDBN} does not have a command which corresponds to
17785 @samp{-data-list-register-names}.  In @code{gdbtk} there is a
17786 corresponding command @samp{gdb_regnames}.
17787
17788 @subsubheading Example
17789
17790 For the PPC MBX board:
17791 @smallexample
17792 (@value{GDBP})
17793 -data-list-register-names
17794 ^done,register-names=["r0","r1","r2","r3","r4","r5","r6","r7",
17795 "r8","r9","r10","r11","r12","r13","r14","r15","r16","r17","r18",
17796 "r19","r20","r21","r22","r23","r24","r25","r26","r27","r28","r29",
17797 "r30","r31","f0","f1","f2","f3","f4","f5","f6","f7","f8","f9",
17798 "f10","f11","f12","f13","f14","f15","f16","f17","f18","f19","f20",
17799 "f21","f22","f23","f24","f25","f26","f27","f28","f29","f30","f31",
17800 "", "pc","ps","cr","lr","ctr","xer"]
17801 (@value{GDBP})
17802 -data-list-register-names 1 2 3
17803 ^done,register-names=["r1","r2","r3"]
17804 (@value{GDBP})
17805 @end smallexample
17806
17807 @subheading The @code{-data-list-register-values} Command
17808 @findex -data-list-register-values
17809
17810 @subsubheading Synopsis
17811
17812 @smallexample
17813  -data-list-register-values @var{fmt} [ ( @var{regno} )*]
17814 @end smallexample
17815
17816 Display the registers' contents.  @var{fmt} is the format according to
17817 which the registers' contents are to be returned, followed by an optional
17818 list of numbers specifying the registers to display.  A missing list of
17819 numbers indicates that the contents of all the registers must be returned.
17820
17821 Allowed formats for @var{fmt} are:
17822
17823 @table @code
17824 @item x
17825 Hexadecimal
17826 @item o
17827 Octal
17828 @item t
17829 Binary
17830 @item d
17831 Decimal
17832 @item r
17833 Raw
17834 @item N
17835 Natural
17836 @end table
17837
17838 @subsubheading @value{GDBN} Command
17839
17840 The corresponding @value{GDBN} commands are @samp{info reg}, @samp{info
17841 all-reg}, and (in @code{gdbtk}) @samp{gdb_fetch_registers}.
17842
17843 @subsubheading Example
17844
17845 For a PPC MBX board (note: line breaks are for readability only, they
17846 don't appear in the actual output):
17847
17848 @smallexample
17849 (@value{GDBP})
17850 -data-list-register-values r 64 65
17851 ^done,register-values=[@{number="64",value="0xfe00a300"@},
17852 @{number="65",value="0x00029002"@}]
17853 (@value{GDBP})
17854 -data-list-register-values x
17855 ^done,register-values=[@{number="0",value="0xfe0043c8"@},
17856 @{number="1",value="0x3fff88"@},@{number="2",value="0xfffffffe"@},
17857 @{number="3",value="0x0"@},@{number="4",value="0xa"@},
17858 @{number="5",value="0x3fff68"@},@{number="6",value="0x3fff58"@},
17859 @{number="7",value="0xfe011e98"@},@{number="8",value="0x2"@},
17860 @{number="9",value="0xfa202820"@},@{number="10",value="0xfa202808"@},
17861 @{number="11",value="0x1"@},@{number="12",value="0x0"@},
17862 @{number="13",value="0x4544"@},@{number="14",value="0xffdfffff"@},
17863 @{number="15",value="0xffffffff"@},@{number="16",value="0xfffffeff"@},
17864 @{number="17",value="0xefffffed"@},@{number="18",value="0xfffffffe"@},
17865 @{number="19",value="0xffffffff"@},@{number="20",value="0xffffffff"@},
17866 @{number="21",value="0xffffffff"@},@{number="22",value="0xfffffff7"@},
17867 @{number="23",value="0xffffffff"@},@{number="24",value="0xffffffff"@},
17868 @{number="25",value="0xffffffff"@},@{number="26",value="0xfffffffb"@},
17869 @{number="27",value="0xffffffff"@},@{number="28",value="0xf7bfffff"@},
17870 @{number="29",value="0x0"@},@{number="30",value="0xfe010000"@},
17871 @{number="31",value="0x0"@},@{number="32",value="0x0"@},
17872 @{number="33",value="0x0"@},@{number="34",value="0x0"@},
17873 @{number="35",value="0x0"@},@{number="36",value="0x0"@},
17874 @{number="37",value="0x0"@},@{number="38",value="0x0"@},
17875 @{number="39",value="0x0"@},@{number="40",value="0x0"@},
17876 @{number="41",value="0x0"@},@{number="42",value="0x0"@},
17877 @{number="43",value="0x0"@},@{number="44",value="0x0"@},
17878 @{number="45",value="0x0"@},@{number="46",value="0x0"@},
17879 @{number="47",value="0x0"@},@{number="48",value="0x0"@},
17880 @{number="49",value="0x0"@},@{number="50",value="0x0"@},
17881 @{number="51",value="0x0"@},@{number="52",value="0x0"@},
17882 @{number="53",value="0x0"@},@{number="54",value="0x0"@},
17883 @{number="55",value="0x0"@},@{number="56",value="0x0"@},
17884 @{number="57",value="0x0"@},@{number="58",value="0x0"@},
17885 @{number="59",value="0x0"@},@{number="60",value="0x0"@},
17886 @{number="61",value="0x0"@},@{number="62",value="0x0"@},
17887 @{number="63",value="0x0"@},@{number="64",value="0xfe00a300"@},
17888 @{number="65",value="0x29002"@},@{number="66",value="0x202f04b5"@},
17889 @{number="67",value="0xfe0043b0"@},@{number="68",value="0xfe00b3e4"@},
17890 @{number="69",value="0x20002b03"@}]
17891 (@value{GDBP})
17892 @end smallexample
17893
17894
17895 @subheading The @code{-data-read-memory} Command
17896 @findex -data-read-memory
17897
17898 @subsubheading Synopsis
17899
17900 @smallexample
17901  -data-read-memory [ -o @var{byte-offset} ]
17902    @var{address} @var{word-format} @var{word-size}
17903    @var{nr-rows} @var{nr-cols} [ @var{aschar} ]
17904 @end smallexample
17905
17906 @noindent
17907 where:
17908
17909 @table @samp
17910 @item @var{address}
17911 An expression specifying the address of the first memory word to be
17912 read.  Complex expressions containing embedded white space should be
17913 quoted using the C convention.
17914
17915 @item @var{word-format}
17916 The format to be used to print the memory words.  The notation is the
17917 same as for @value{GDBN}'s @code{print} command (@pxref{Output Formats,
17918 ,Output formats}).
17919
17920 @item @var{word-size}
17921 The size of each memory word in bytes.
17922
17923 @item @var{nr-rows}
17924 The number of rows in the output table.
17925
17926 @item @var{nr-cols}
17927 The number of columns in the output table.
17928
17929 @item @var{aschar}
17930 If present, indicates that each row should include an @sc{ascii} dump.  The
17931 value of @var{aschar} is used as a padding character when a byte is not a
17932 member of the printable @sc{ascii} character set (printable @sc{ascii}
17933 characters are those whose code is between 32 and 126, inclusively).
17934
17935 @item @var{byte-offset}
17936 An offset to add to the @var{address} before fetching memory.
17937 @end table
17938
17939 This command displays memory contents as a table of @var{nr-rows} by
17940 @var{nr-cols} words, each word being @var{word-size} bytes.  In total,
17941 @code{@var{nr-rows} * @var{nr-cols} * @var{word-size}} bytes are read
17942 (returned as @samp{total-bytes}).  Should less than the requested number
17943 of bytes be returned by the target, the missing words are identified
17944 using @samp{N/A}.  The number of bytes read from the target is returned
17945 in @samp{nr-bytes} and the starting address used to read memory in
17946 @samp{addr}.
17947
17948 The address of the next/previous row or page is available in
17949 @samp{next-row} and @samp{prev-row}, @samp{next-page} and
17950 @samp{prev-page}.
17951
17952 @subsubheading @value{GDBN} Command
17953
17954 The corresponding @value{GDBN} command is @samp{x}.  @code{gdbtk} has
17955 @samp{gdb_get_mem} memory read command.
17956
17957 @subsubheading Example
17958
17959 Read six bytes of memory starting at @code{bytes+6} but then offset by
17960 @code{-6} bytes.  Format as three rows of two columns.  One byte per
17961 word.  Display each word in hex.
17962
17963 @smallexample
17964 (@value{GDBP})
17965 9-data-read-memory -o -6 -- bytes+6 x 1 3 2
17966 9^done,addr="0x00001390",nr-bytes="6",total-bytes="6",
17967 next-row="0x00001396",prev-row="0x0000138e",next-page="0x00001396",
17968 prev-page="0x0000138a",memory=[
17969 @{addr="0x00001390",data=["0x00","0x01"]@},
17970 @{addr="0x00001392",data=["0x02","0x03"]@},
17971 @{addr="0x00001394",data=["0x04","0x05"]@}]
17972 (@value{GDBP})
17973 @end smallexample
17974
17975 Read two bytes of memory starting at address @code{shorts + 64} and
17976 display as a single word formatted in decimal.
17977
17978 @smallexample
17979 (@value{GDBP})
17980 5-data-read-memory shorts+64 d 2 1 1
17981 5^done,addr="0x00001510",nr-bytes="2",total-bytes="2",
17982 next-row="0x00001512",prev-row="0x0000150e",
17983 next-page="0x00001512",prev-page="0x0000150e",memory=[
17984 @{addr="0x00001510",data=["128"]@}]
17985 (@value{GDBP})
17986 @end smallexample
17987
17988 Read thirty two bytes of memory starting at @code{bytes+16} and format
17989 as eight rows of four columns.  Include a string encoding with @samp{x}
17990 used as the non-printable character.
17991
17992 @smallexample
17993 (@value{GDBP})
17994 4-data-read-memory bytes+16 x 1 8 4 x
17995 4^done,addr="0x000013a0",nr-bytes="32",total-bytes="32",
17996 next-row="0x000013c0",prev-row="0x0000139c",
17997 next-page="0x000013c0",prev-page="0x00001380",memory=[
17998 @{addr="0x000013a0",data=["0x10","0x11","0x12","0x13"],ascii="xxxx"@},
17999 @{addr="0x000013a4",data=["0x14","0x15","0x16","0x17"],ascii="xxxx"@},
18000 @{addr="0x000013a8",data=["0x18","0x19","0x1a","0x1b"],ascii="xxxx"@},
18001 @{addr="0x000013ac",data=["0x1c","0x1d","0x1e","0x1f"],ascii="xxxx"@},
18002 @{addr="0x000013b0",data=["0x20","0x21","0x22","0x23"],ascii=" !\"#"@},
18003 @{addr="0x000013b4",data=["0x24","0x25","0x26","0x27"],ascii="$%&'"@},
18004 @{addr="0x000013b8",data=["0x28","0x29","0x2a","0x2b"],ascii="()*+"@},
18005 @{addr="0x000013bc",data=["0x2c","0x2d","0x2e","0x2f"],ascii=",-./"@}]
18006 (@value{GDBP})
18007 @end smallexample
18008
18009 @subheading The @code{-display-delete} Command
18010 @findex -display-delete
18011
18012 @subsubheading Synopsis
18013
18014 @smallexample
18015  -display-delete @var{number}
18016 @end smallexample
18017
18018 Delete the display @var{number}.
18019
18020 @subsubheading @value{GDBN} Command
18021
18022 The corresponding @value{GDBN} command is @samp{delete display}.
18023
18024 @subsubheading Example
18025 N.A.
18026
18027
18028 @subheading The @code{-display-disable} Command
18029 @findex -display-disable
18030
18031 @subsubheading Synopsis
18032
18033 @smallexample
18034  -display-disable @var{number}
18035 @end smallexample
18036
18037 Disable display @var{number}.
18038
18039 @subsubheading @value{GDBN} Command
18040
18041 The corresponding @value{GDBN} command is @samp{disable display}.
18042
18043 @subsubheading Example
18044 N.A.
18045
18046
18047 @subheading The @code{-display-enable} Command
18048 @findex -display-enable
18049
18050 @subsubheading Synopsis
18051
18052 @smallexample
18053  -display-enable @var{number}
18054 @end smallexample
18055
18056 Enable display @var{number}.
18057
18058 @subsubheading @value{GDBN} Command
18059
18060 The corresponding @value{GDBN} command is @samp{enable display}.
18061
18062 @subsubheading Example
18063 N.A.
18064
18065
18066 @subheading The @code{-display-insert} Command
18067 @findex -display-insert
18068
18069 @subsubheading Synopsis
18070
18071 @smallexample
18072  -display-insert @var{expression}
18073 @end smallexample
18074
18075 Display @var{expression} every time the program stops.
18076
18077 @subsubheading @value{GDBN} Command
18078
18079 The corresponding @value{GDBN} command is @samp{display}.
18080
18081 @subsubheading Example
18082 N.A.
18083
18084
18085 @subheading The @code{-display-list} Command
18086 @findex -display-list
18087
18088 @subsubheading Synopsis
18089
18090 @smallexample
18091  -display-list
18092 @end smallexample
18093
18094 List the displays.  Do not show the current values.
18095
18096 @subsubheading @value{GDBN} Command
18097
18098 The corresponding @value{GDBN} command is @samp{info display}.
18099
18100 @subsubheading Example
18101 N.A.
18102
18103
18104 @subheading The @code{-environment-cd} Command
18105 @findex -environment-cd
18106
18107 @subsubheading Synopsis
18108
18109 @smallexample
18110  -environment-cd @var{pathdir}
18111 @end smallexample
18112
18113 Set @value{GDBN}'s working directory.
18114
18115 @subsubheading @value{GDBN} Command
18116
18117 The corresponding @value{GDBN} command is @samp{cd}.
18118
18119 @subsubheading Example
18120
18121 @smallexample
18122 (@value{GDBP})
18123 -environment-cd /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
18124 ^done
18125 (@value{GDBP})
18126 @end smallexample
18127
18128
18129 @subheading The @code{-environment-directory} Command
18130 @findex -environment-directory
18131
18132 @subsubheading Synopsis
18133
18134 @smallexample
18135  -environment-directory [ -r ] [ @var{pathdir} ]+
18136 @end smallexample
18137
18138 Add directories @var{pathdir} to beginning of search path for source files.
18139 If the @samp{-r} option is used, the search path is reset to the default
18140 search path.  If directories @var{pathdir} are supplied in addition to the
18141 @samp{-r} option, the search path is first reset and then addition
18142 occurs as normal.
18143 Multiple directories may be specified, separated by blanks.  Specifying
18144 multiple directories in a single command
18145 results in the directories added to the beginning of the
18146 search path in the same order they were presented in the command.
18147 If blanks are needed as
18148 part of a directory name, double-quotes should be used around
18149 the name.  In the command output, the path will show up separated
18150 by the system directory-separator character.  The directory-seperator
18151 character must not be used
18152 in any directory name.
18153 If no directories are specified, the current search path is displayed.
18154
18155 @subsubheading @value{GDBN} Command
18156
18157 The corresponding @value{GDBN} command is @samp{dir}.
18158
18159 @subsubheading Example
18160
18161 @smallexample
18162 (@value{GDBP})
18163 -environment-directory /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
18164 ^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
18165 (@value{GDBP})
18166 -environment-directory ""
18167 ^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
18168 (@value{GDBP})
18169 -environment-directory -r /home/jjohnstn/src/gdb /usr/src
18170 ^done,source-path="/home/jjohnstn/src/gdb:/usr/src:$cdir:$cwd"
18171 (@value{GDBP})
18172 -environment-directory -r
18173 ^done,source-path="$cdir:$cwd"
18174 (@value{GDBP})
18175 @end smallexample
18176
18177
18178 @subheading The @code{-environment-path} Command
18179 @findex -environment-path
18180
18181 @subsubheading Synopsis
18182
18183 @smallexample
18184  -environment-path [ -r ] [ @var{pathdir} ]+
18185 @end smallexample
18186
18187 Add directories @var{pathdir} to beginning of search path for object files.
18188 If the @samp{-r} option is used, the search path is reset to the original
18189 search path that existed at gdb start-up.  If directories @var{pathdir} are
18190 supplied in addition to the
18191 @samp{-r} option, the search path is first reset and then addition
18192 occurs as normal.
18193 Multiple directories may be specified, separated by blanks.  Specifying
18194 multiple directories in a single command
18195 results in the directories added to the beginning of the
18196 search path in the same order they were presented in the command.
18197 If blanks are needed as
18198 part of a directory name, double-quotes should be used around
18199 the name.  In the command output, the path will show up separated
18200 by the system directory-separator character.  The directory-seperator
18201 character must not be used
18202 in any directory name.
18203 If no directories are specified, the current path is displayed.
18204
18205
18206 @subsubheading @value{GDBN} Command
18207
18208 The corresponding @value{GDBN} command is @samp{path}.
18209
18210 @subsubheading Example
18211
18212 @smallexample
18213 (@value{GDBP})
18214 -environment-path
18215 ^done,path="/usr/bin"
18216 (@value{GDBP})
18217 -environment-path /kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb /bin
18218 ^done,path="/kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb:/bin:/usr/bin"
18219 (@value{GDBP})
18220 -environment-path -r /usr/local/bin
18221 ^done,path="/usr/local/bin:/usr/bin"
18222 (@value{GDBP})
18223 @end smallexample
18224
18225
18226 @subheading The @code{-environment-pwd} Command
18227 @findex -environment-pwd
18228
18229 @subsubheading Synopsis
18230
18231 @smallexample
18232  -environment-pwd
18233 @end smallexample
18234
18235 Show the current working directory.
18236
18237 @subsubheading @value{GDBN} command
18238
18239 The corresponding @value{GDBN} command is @samp{pwd}.
18240
18241 @subsubheading Example
18242
18243 @smallexample
18244 (@value{GDBP})
18245 -environment-pwd
18246 ^done,cwd="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb"
18247 (@value{GDBP})
18248 @end smallexample
18249
18250 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
18251 @node GDB/MI Program Control
18252 @section @sc{gdb/mi} Program control
18253
18254 @subsubheading Program termination
18255
18256 As a result of execution, the inferior program can run to completion, if
18257 it doesn't encounter any breakpoints.  In this case the output will
18258 include an exit code, if the program has exited exceptionally.
18259
18260 @subsubheading Examples
18261
18262 @noindent
18263 Program exited normally:
18264
18265 @smallexample
18266 (@value{GDBP})
18267 -exec-run
18268 ^running
18269 (@value{GDBP})
18270 x = 55
18271 *stopped,reason="exited-normally"
18272 (@value{GDBP})
18273 @end smallexample
18274
18275 @noindent
18276 Program exited exceptionally:
18277
18278 @smallexample
18279 (@value{GDBP})
18280 -exec-run
18281 ^running
18282 (@value{GDBP})
18283 x = 55
18284 *stopped,reason="exited",exit-code="01"
18285 (@value{GDBP})
18286 @end smallexample
18287
18288 Another way the program can terminate is if it receives a signal such as
18289 @code{SIGINT}.  In this case, @sc{gdb/mi} displays this:
18290
18291 @smallexample
18292 (@value{GDBP})
18293 *stopped,reason="exited-signalled",signal-name="SIGINT",
18294 signal-meaning="Interrupt"
18295 @end smallexample
18296
18297
18298 @subheading The @code{-exec-abort} Command
18299 @findex -exec-abort
18300
18301 @subsubheading Synopsis
18302
18303 @smallexample
18304  -exec-abort
18305 @end smallexample
18306
18307 Kill the inferior running program.
18308
18309 @subsubheading @value{GDBN} Command
18310
18311 The corresponding @value{GDBN} command is @samp{kill}.
18312
18313 @subsubheading Example
18314 N.A.
18315
18316
18317 @subheading The @code{-exec-arguments} Command
18318 @findex -exec-arguments
18319
18320 @subsubheading Synopsis
18321
18322 @smallexample
18323  -exec-arguments @var{args}
18324 @end smallexample
18325
18326 Set the inferior program arguments, to be used in the next
18327 @samp{-exec-run}.
18328
18329 @subsubheading @value{GDBN} Command
18330
18331 The corresponding @value{GDBN} command is @samp{set args}.
18332
18333 @subsubheading Example
18334
18335 @c FIXME!
18336 Don't have one around.
18337
18338
18339 @subheading The @code{-exec-continue} Command
18340 @findex -exec-continue
18341
18342 @subsubheading Synopsis
18343
18344 @smallexample
18345  -exec-continue
18346 @end smallexample
18347
18348 Asynchronous command.  Resumes the execution of the inferior program
18349 until a breakpoint is encountered, or until the inferior exits.
18350
18351 @subsubheading @value{GDBN} Command
18352
18353 The corresponding @value{GDBN} corresponding is @samp{continue}.
18354
18355 @subsubheading Example
18356
18357 @smallexample
18358 -exec-continue
18359 ^running
18360 (@value{GDBP})
18361 @@Hello world
18362 *stopped,reason="breakpoint-hit",bkptno="2",frame=@{func="foo",args=[],
18363 file="hello.c",fullname="/home/foo/bar/devo/myproject/hello.c",line="13"@}
18364 (@value{GDBP})
18365 @end smallexample
18366
18367
18368 @subheading The @code{-exec-finish} Command
18369 @findex -exec-finish
18370
18371 @subsubheading Synopsis
18372
18373 @smallexample
18374  -exec-finish
18375 @end smallexample
18376
18377 Asynchronous command.  Resumes the execution of the inferior program
18378 until the current function is exited.  Displays the results returned by
18379 the function.
18380
18381 @subsubheading @value{GDBN} Command
18382
18383 The corresponding @value{GDBN} command is @samp{finish}.
18384
18385 @subsubheading Example
18386
18387 Function returning @code{void}.
18388
18389 @smallexample
18390 -exec-finish
18391 ^running
18392 (@value{GDBP})
18393 @@hello from foo
18394 *stopped,reason="function-finished",frame=@{func="main",args=[],
18395 file="hello.c",fullname="/home/foo/bar/devo/myproject/hello.c",line="7"@}
18396 (@value{GDBP})
18397 @end smallexample
18398
18399 Function returning other than @code{void}.  The name of the internal
18400 @value{GDBN} variable storing the result is printed, together with the
18401 value itself.
18402
18403 @smallexample
18404 -exec-finish
18405 ^running
18406 (@value{GDBP})
18407 *stopped,reason="function-finished",frame=@{addr="0x000107b0",func="foo",
18408 args=[@{name="a",value="1"],@{name="b",value="9"@}@},
18409 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
18410 gdb-result-var="$1",return-value="0"
18411 (@value{GDBP})
18412 @end smallexample
18413
18414
18415 @subheading The @code{-exec-interrupt} Command
18416 @findex -exec-interrupt
18417
18418 @subsubheading Synopsis
18419
18420 @smallexample
18421  -exec-interrupt
18422 @end smallexample
18423
18424 Asynchronous command.  Interrupts the background execution of the target.
18425 Note how the token associated with the stop message is the one for the
18426 execution command that has been interrupted.  The token for the interrupt
18427 itself only appears in the @samp{^done} output.  If the user is trying to
18428 interrupt a non-running program, an error message will be printed.
18429
18430 @subsubheading @value{GDBN} Command
18431
18432 The corresponding @value{GDBN} command is @samp{interrupt}.
18433
18434 @subsubheading Example
18435
18436 @smallexample
18437 (@value{GDBP})
18438 111-exec-continue
18439 111^running
18440
18441 (@value{GDBP})
18442 222-exec-interrupt
18443 222^done
18444 (@value{GDBP})
18445 111*stopped,signal-name="SIGINT",signal-meaning="Interrupt",
18446 frame=@{addr="0x00010140",func="foo",args=[],file="try.c",
18447 fullname="/home/foo/bar/devo/myproject/try.c",line="13"@}
18448 (@value{GDBP})
18449
18450 (@value{GDBP})
18451 -exec-interrupt
18452 ^error,msg="mi_cmd_exec_interrupt: Inferior not executing."
18453 (@value{GDBP})
18454 @end smallexample
18455
18456
18457 @subheading The @code{-exec-next} Command
18458 @findex -exec-next
18459
18460 @subsubheading Synopsis
18461
18462 @smallexample
18463  -exec-next
18464 @end smallexample
18465
18466 Asynchronous command.  Resumes execution of the inferior program, stopping
18467 when the beginning of the next source line is reached.
18468
18469 @subsubheading @value{GDBN} Command
18470
18471 The corresponding @value{GDBN} command is @samp{next}.
18472
18473 @subsubheading Example
18474
18475 @smallexample
18476 -exec-next
18477 ^running
18478 (@value{GDBP})
18479 *stopped,reason="end-stepping-range",line="8",file="hello.c"
18480 (@value{GDBP})
18481 @end smallexample
18482
18483
18484 @subheading The @code{-exec-next-instruction} Command
18485 @findex -exec-next-instruction
18486
18487 @subsubheading Synopsis
18488
18489 @smallexample
18490  -exec-next-instruction
18491 @end smallexample
18492
18493 Asynchronous command.  Executes one machine instruction.  If the
18494 instruction is a function call continues until the function returns.  If
18495 the program stops at an instruction in the middle of a source line, the
18496 address will be printed as well.
18497
18498 @subsubheading @value{GDBN} Command
18499
18500 The corresponding @value{GDBN} command is @samp{nexti}.
18501
18502 @subsubheading Example
18503
18504 @smallexample
18505 (@value{GDBP})
18506 -exec-next-instruction
18507 ^running
18508
18509 (@value{GDBP})
18510 *stopped,reason="end-stepping-range",
18511 addr="0x000100d4",line="5",file="hello.c"
18512 (@value{GDBP})
18513 @end smallexample
18514
18515
18516 @subheading The @code{-exec-return} Command
18517 @findex -exec-return
18518
18519 @subsubheading Synopsis
18520
18521 @smallexample
18522  -exec-return
18523 @end smallexample
18524
18525 Makes current function return immediately.  Doesn't execute the inferior.
18526 Displays the new current frame.
18527
18528 @subsubheading @value{GDBN} Command
18529
18530 The corresponding @value{GDBN} command is @samp{return}.
18531
18532 @subsubheading Example
18533
18534 @smallexample
18535 (@value{GDBP})
18536 200-break-insert callee4
18537 200^done,bkpt=@{number="1",addr="0x00010734",
18538 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
18539 (@value{GDBP})
18540 000-exec-run
18541 000^running
18542 (@value{GDBP})
18543 000*stopped,reason="breakpoint-hit",bkptno="1",
18544 frame=@{func="callee4",args=[],
18545 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
18546 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
18547 (@value{GDBP})
18548 205-break-delete
18549 205^done
18550 (@value{GDBP})
18551 111-exec-return
18552 111^done,frame=@{level="0",func="callee3",
18553 args=[@{name="strarg",
18554 value="0x11940 \"A string argument.\""@}],
18555 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
18556 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
18557 (@value{GDBP})
18558 @end smallexample
18559
18560
18561 @subheading The @code{-exec-run} Command
18562 @findex -exec-run
18563
18564 @subsubheading Synopsis
18565
18566 @smallexample
18567  -exec-run
18568 @end smallexample
18569
18570 Asynchronous command.  Starts execution of the inferior from the
18571 beginning.  The inferior executes until either a breakpoint is
18572 encountered or the program exits.
18573
18574 @subsubheading @value{GDBN} Command
18575
18576 The corresponding @value{GDBN} command is @samp{run}.
18577
18578 @subsubheading Example
18579
18580 @smallexample
18581 (@value{GDBP})
18582 -break-insert main
18583 ^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
18584 (@value{GDBP})
18585 -exec-run
18586 ^running
18587 (@value{GDBP})
18588 *stopped,reason="breakpoint-hit",bkptno="1",
18589 frame=@{func="main",args=[],file="recursive2.c",
18590 fullname="/home/foo/bar/devo/myproject/recursive2.c",line="4"@}
18591 (@value{GDBP})
18592 @end smallexample
18593
18594
18595 @subheading The @code{-exec-show-arguments} Command
18596 @findex -exec-show-arguments
18597
18598 @subsubheading Synopsis
18599
18600 @smallexample
18601  -exec-show-arguments
18602 @end smallexample
18603
18604 Print the arguments of the program.
18605
18606 @subsubheading @value{GDBN} Command
18607
18608 The corresponding @value{GDBN} command is @samp{show args}.
18609
18610 @subsubheading Example
18611 N.A.
18612
18613 @c @subheading -exec-signal
18614
18615 @subheading The @code{-exec-step} Command
18616 @findex -exec-step
18617
18618 @subsubheading Synopsis
18619
18620 @smallexample
18621  -exec-step
18622 @end smallexample
18623
18624 Asynchronous command.  Resumes execution of the inferior program, stopping
18625 when the beginning of the next source line is reached, if the next
18626 source line is not a function call.  If it is, stop at the first
18627 instruction of the called function.
18628
18629 @subsubheading @value{GDBN} Command
18630
18631 The corresponding @value{GDBN} command is @samp{step}.
18632
18633 @subsubheading Example
18634
18635 Stepping into a function:
18636
18637 @smallexample
18638 -exec-step
18639 ^running
18640 (@value{GDBP})
18641 *stopped,reason="end-stepping-range",
18642 frame=@{func="foo",args=[@{name="a",value="10"@},
18643 @{name="b",value="0"@}],file="recursive2.c",
18644 fullname="/home/foo/bar/devo/myproject/recursive2.c",line="11"@}
18645 (@value{GDBP})
18646 @end smallexample
18647
18648 Regular stepping:
18649
18650 @smallexample
18651 -exec-step
18652 ^running
18653 (@value{GDBP})
18654 *stopped,reason="end-stepping-range",line="14",file="recursive2.c"
18655 (@value{GDBP})
18656 @end smallexample
18657
18658
18659 @subheading The @code{-exec-step-instruction} Command
18660 @findex -exec-step-instruction
18661
18662 @subsubheading Synopsis
18663
18664 @smallexample
18665  -exec-step-instruction
18666 @end smallexample
18667
18668 Asynchronous command.  Resumes the inferior which executes one machine
18669 instruction.  The output, once @value{GDBN} has stopped, will vary depending on
18670 whether we have stopped in the middle of a source line or not.  In the
18671 former case, the address at which the program stopped will be printed as
18672 well.
18673
18674 @subsubheading @value{GDBN} Command
18675
18676 The corresponding @value{GDBN} command is @samp{stepi}.
18677
18678 @subsubheading Example
18679
18680 @smallexample
18681 (@value{GDBP})
18682 -exec-step-instruction
18683 ^running
18684
18685 (@value{GDBP})
18686 *stopped,reason="end-stepping-range",
18687 frame=@{func="foo",args=[],file="try.c",
18688 fullname="/home/foo/bar/devo/myproject/try.c",line="10"@}
18689 (@value{GDBP})
18690 -exec-step-instruction
18691 ^running
18692
18693 (@value{GDBP})
18694 *stopped,reason="end-stepping-range",
18695 frame=@{addr="0x000100f4",func="foo",args=[],file="try.c",
18696 fullname="/home/foo/bar/devo/myproject/try.c",line="10"@}
18697 (@value{GDBP})
18698 @end smallexample
18699
18700
18701 @subheading The @code{-exec-until} Command
18702 @findex -exec-until
18703
18704 @subsubheading Synopsis
18705
18706 @smallexample
18707  -exec-until [ @var{location} ]
18708 @end smallexample
18709
18710 Asynchronous command.  Executes the inferior until the @var{location}
18711 specified in the argument is reached.  If there is no argument, the inferior
18712 executes until a source line greater than the current one is reached.
18713 The reason for stopping in this case will be @samp{location-reached}.
18714
18715 @subsubheading @value{GDBN} Command
18716
18717 The corresponding @value{GDBN} command is @samp{until}.
18718
18719 @subsubheading Example
18720
18721 @smallexample
18722 (@value{GDBP})
18723 -exec-until recursive2.c:6
18724 ^running
18725 (@value{GDBP})
18726 x = 55
18727 *stopped,reason="location-reached",frame=@{func="main",args=[],
18728 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="6"@}
18729 (@value{GDBP})
18730 @end smallexample
18731
18732 @ignore
18733 @subheading -file-clear
18734 Is this going away????
18735 @end ignore
18736
18737
18738 @subheading The @code{-file-exec-and-symbols} Command
18739 @findex -file-exec-and-symbols
18740
18741 @subsubheading Synopsis
18742
18743 @smallexample
18744  -file-exec-and-symbols @var{file}
18745 @end smallexample
18746
18747 Specify the executable file to be debugged.  This file is the one from
18748 which the symbol table is also read.  If no file is specified, the
18749 command clears the executable and symbol information.  If breakpoints
18750 are set when using this command with no arguments, @value{GDBN} will produce
18751 error messages.  Otherwise, no output is produced, except a completion
18752 notification.
18753
18754 @subsubheading @value{GDBN} Command
18755
18756 The corresponding @value{GDBN} command is @samp{file}.
18757
18758 @subsubheading Example
18759
18760 @smallexample
18761 (@value{GDBP})
18762 -file-exec-and-symbols /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
18763 ^done
18764 (@value{GDBP})
18765 @end smallexample
18766
18767
18768 @subheading The @code{-file-exec-file} Command
18769 @findex -file-exec-file
18770
18771 @subsubheading Synopsis
18772
18773 @smallexample
18774  -file-exec-file @var{file}
18775 @end smallexample
18776
18777 Specify the executable file to be debugged.  Unlike
18778 @samp{-file-exec-and-symbols}, the symbol table is @emph{not} read
18779 from this file.  If used without argument, @value{GDBN} clears the information
18780 about the executable file.  No output is produced, except a completion
18781 notification.
18782
18783 @subsubheading @value{GDBN} Command
18784
18785 The corresponding @value{GDBN} command is @samp{exec-file}.
18786
18787 @subsubheading Example
18788
18789 @smallexample
18790 (@value{GDBP})
18791 -file-exec-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
18792 ^done
18793 (@value{GDBP})
18794 @end smallexample
18795
18796
18797 @subheading The @code{-file-list-exec-sections} Command
18798 @findex -file-list-exec-sections
18799
18800 @subsubheading Synopsis
18801
18802 @smallexample
18803  -file-list-exec-sections
18804 @end smallexample
18805
18806 List the sections of the current executable file.
18807
18808 @subsubheading @value{GDBN} Command
18809
18810 The @value{GDBN} command @samp{info file} shows, among the rest, the same
18811 information as this command.  @code{gdbtk} has a corresponding command
18812 @samp{gdb_load_info}.
18813
18814 @subsubheading Example
18815 N.A.
18816
18817
18818 @subheading The @code{-file-list-exec-source-file} Command
18819 @findex -file-list-exec-source-file
18820
18821 @subsubheading Synopsis
18822
18823 @smallexample
18824  -file-list-exec-source-file
18825 @end smallexample
18826
18827 List the line number, the current source file, and the absolute path
18828 to the current source file for the current executable.
18829
18830 @subsubheading @value{GDBN} Command
18831
18832 There's no @value{GDBN} command which directly corresponds to this one.
18833
18834 @subsubheading Example
18835
18836 @smallexample
18837 (@value{GDBP})
18838 123-file-list-exec-source-file
18839 123^done,line="1",file="foo.c",fullname="/home/bar/foo.c"
18840 (@value{GDBP})
18841 @end smallexample
18842
18843
18844 @subheading The @code{-file-list-exec-source-files} Command
18845 @findex -file-list-exec-source-files
18846
18847 @subsubheading Synopsis
18848
18849 @smallexample
18850  -file-list-exec-source-files
18851 @end smallexample
18852
18853 List the source files for the current executable.
18854
18855 It will always output the filename, but only when GDB can find the absolute
18856 file name of a source file, will it output the fullname.
18857
18858 @subsubheading @value{GDBN} Command
18859
18860 There's no @value{GDBN} command which directly corresponds to this one.
18861 @code{gdbtk} has an analogous command @samp{gdb_listfiles}.
18862
18863 @subsubheading Example
18864 @smallexample
18865 (@value{GDBP})
18866 -file-list-exec-source-files
18867 ^done,files=[
18868 @{file=foo.c,fullname=/home/foo.c@},
18869 @{file=/home/bar.c,fullname=/home/bar.c@},
18870 @{file=gdb_could_not_find_fullpath.c@}]
18871 (@value{GDBP})
18872 @end smallexample
18873
18874 @subheading The @code{-file-list-shared-libraries} Command
18875 @findex -file-list-shared-libraries
18876
18877 @subsubheading Synopsis
18878
18879 @smallexample
18880  -file-list-shared-libraries
18881 @end smallexample
18882
18883 List the shared libraries in the program.
18884
18885 @subsubheading @value{GDBN} Command
18886
18887 The corresponding @value{GDBN} command is @samp{info shared}.
18888
18889 @subsubheading Example
18890 N.A.
18891
18892
18893 @subheading The @code{-file-list-symbol-files} Command
18894 @findex -file-list-symbol-files
18895
18896 @subsubheading Synopsis
18897
18898 @smallexample
18899  -file-list-symbol-files
18900 @end smallexample
18901
18902 List symbol files.
18903
18904 @subsubheading @value{GDBN} Command
18905
18906 The corresponding @value{GDBN} command is @samp{info file} (part of it).
18907
18908 @subsubheading Example
18909 N.A.
18910
18911
18912 @subheading The @code{-file-symbol-file} Command
18913 @findex -file-symbol-file
18914
18915 @subsubheading Synopsis
18916
18917 @smallexample
18918  -file-symbol-file @var{file}
18919 @end smallexample
18920
18921 Read symbol table info from the specified @var{file} argument.  When
18922 used without arguments, clears @value{GDBN}'s symbol table info.  No output is
18923 produced, except for a completion notification.
18924
18925 @subsubheading @value{GDBN} Command
18926
18927 The corresponding @value{GDBN} command is @samp{symbol-file}.
18928
18929 @subsubheading Example
18930
18931 @smallexample
18932 (@value{GDBP})
18933 -file-symbol-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
18934 ^done
18935 (@value{GDBP})
18936 @end smallexample
18937
18938 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
18939 @node GDB/MI Miscellaneous Commands
18940 @section Miscellaneous @value{GDBN} commands in @sc{gdb/mi}
18941
18942 @c @subheading -gdb-complete
18943
18944 @subheading The @code{-gdb-exit} Command
18945 @findex -gdb-exit
18946
18947 @subsubheading Synopsis
18948
18949 @smallexample
18950  -gdb-exit
18951 @end smallexample
18952
18953 Exit @value{GDBN} immediately.
18954
18955 @subsubheading @value{GDBN} Command
18956
18957 Approximately corresponds to @samp{quit}.
18958
18959 @subsubheading Example
18960
18961 @smallexample
18962 (@value{GDBP})
18963 -gdb-exit
18964 @end smallexample
18965
18966 @subheading The @code{-gdb-set} Command
18967 @findex -gdb-set
18968
18969 @subsubheading Synopsis
18970
18971 @smallexample
18972  -gdb-set
18973 @end smallexample
18974
18975 Set an internal @value{GDBN} variable.
18976 @c IS THIS A DOLLAR VARIABLE? OR SOMETHING LIKE ANNOTATE ?????
18977
18978 @subsubheading @value{GDBN} Command
18979
18980 The corresponding @value{GDBN} command is @samp{set}.
18981
18982 @subsubheading Example
18983
18984 @smallexample
18985 (@value{GDBP})
18986 -gdb-set $foo=3
18987 ^done
18988 (@value{GDBP})
18989 @end smallexample
18990
18991
18992 @subheading The @code{-gdb-show} Command
18993 @findex -gdb-show
18994
18995 @subsubheading Synopsis
18996
18997 @smallexample
18998  -gdb-show
18999 @end smallexample
19000
19001 Show the current value of a @value{GDBN} variable.
19002
19003 @subsubheading @value{GDBN} command
19004
19005 The corresponding @value{GDBN} command is @samp{show}.
19006
19007 @subsubheading Example
19008
19009 @smallexample
19010 (@value{GDBP})
19011 -gdb-show annotate
19012 ^done,value="0"
19013 (@value{GDBP})
19014 @end smallexample
19015
19016 @c @subheading -gdb-source
19017
19018
19019 @subheading The @code{-gdb-version} Command
19020 @findex -gdb-version
19021
19022 @subsubheading Synopsis
19023
19024 @smallexample
19025  -gdb-version
19026 @end smallexample
19027
19028 Show version information for @value{GDBN}.  Used mostly in testing.
19029
19030 @subsubheading @value{GDBN} Command
19031
19032 There's no equivalent @value{GDBN} command.  @value{GDBN} by default shows this
19033 information when you start an interactive session.
19034
19035 @subsubheading Example
19036
19037 @c This example modifies the actual output from GDB to avoid overfull
19038 @c box in TeX.
19039 @smallexample
19040 (@value{GDBP})
19041 -gdb-version
19042 ~GNU gdb 5.2.1
19043 ~Copyright 2000 Free Software Foundation, Inc.
19044 ~GDB is free software, covered by the GNU General Public License, and
19045 ~you are welcome to change it and/or distribute copies of it under
19046 ~ certain conditions.
19047 ~Type "show copying" to see the conditions.
19048 ~There is absolutely no warranty for GDB.  Type "show warranty" for
19049 ~ details.
19050 ~This GDB was configured as
19051  "--host=sparc-sun-solaris2.5.1 --target=ppc-eabi".
19052 ^done
19053 (@value{GDBP})
19054 @end smallexample
19055
19056 @subheading The @code{-interpreter-exec} Command
19057 @findex -interpreter-exec
19058
19059 @subheading Synopsis
19060
19061 @smallexample
19062 -interpreter-exec @var{interpreter} @var{command}
19063 @end smallexample
19064
19065 Execute the specified @var{command} in the given @var{interpreter}.
19066
19067 @subheading @value{GDBN} Command
19068
19069 The corresponding @value{GDBN} command is @samp{interpreter-exec}.
19070
19071 @subheading Example
19072
19073 @smallexample
19074 (@value{GDBP})
19075 -interpreter-exec console "break main"
19076 &"During symbol reading, couldn't parse type; debugger out of date?.\n"
19077 &"During symbol reading, bad structure-type format.\n"
19078 ~"Breakpoint 1 at 0x8074fc6: file ../../src/gdb/main.c, line 743.\n"
19079 ^done
19080 (@value{GDBP})
19081 @end smallexample
19082
19083 @ignore
19084 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19085 @node GDB/MI Kod Commands
19086 @section @sc{gdb/mi} Kod Commands
19087
19088 The Kod commands are not implemented.
19089
19090 @c @subheading -kod-info
19091
19092 @c @subheading -kod-list
19093
19094 @c @subheading -kod-list-object-types
19095
19096 @c @subheading -kod-show
19097
19098 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19099 @node GDB/MI Memory Overlay Commands
19100 @section @sc{gdb/mi} Memory Overlay Commands
19101
19102 The memory overlay commands are not implemented.
19103
19104 @c @subheading -overlay-auto
19105
19106 @c @subheading -overlay-list-mapping-state
19107
19108 @c @subheading -overlay-list-overlays
19109
19110 @c @subheading -overlay-map
19111
19112 @c @subheading -overlay-off
19113
19114 @c @subheading -overlay-on
19115
19116 @c @subheading -overlay-unmap
19117
19118 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19119 @node GDB/MI Signal Handling Commands
19120 @section @sc{gdb/mi} Signal Handling Commands
19121
19122 Signal handling commands are not implemented.
19123
19124 @c @subheading -signal-handle
19125
19126 @c @subheading -signal-list-handle-actions
19127
19128 @c @subheading -signal-list-signal-types
19129 @end ignore
19130
19131
19132 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19133 @node GDB/MI Stack Manipulation
19134 @section @sc{gdb/mi} Stack Manipulation Commands
19135
19136
19137 @subheading The @code{-stack-info-frame} Command
19138 @findex -stack-info-frame
19139
19140 @subsubheading Synopsis
19141
19142 @smallexample
19143  -stack-info-frame
19144 @end smallexample
19145
19146 Get info on the current frame.
19147
19148 @subsubheading @value{GDBN} Command
19149
19150 The corresponding @value{GDBN} command is @samp{info frame} or @samp{frame}
19151 (without arguments).
19152
19153 @subsubheading Example
19154 N.A.
19155
19156 @subheading The @code{-stack-info-depth} Command
19157 @findex -stack-info-depth
19158
19159 @subsubheading Synopsis
19160
19161 @smallexample
19162  -stack-info-depth [ @var{max-depth} ]
19163 @end smallexample
19164
19165 Return the depth of the stack.  If the integer argument @var{max-depth}
19166 is specified, do not count beyond @var{max-depth} frames.
19167
19168 @subsubheading @value{GDBN} Command
19169
19170 There's no equivalent @value{GDBN} command.
19171
19172 @subsubheading Example
19173
19174 For a stack with frame levels 0 through 11:
19175
19176 @smallexample
19177 (@value{GDBP})
19178 -stack-info-depth
19179 ^done,depth="12"
19180 (@value{GDBP})
19181 -stack-info-depth 4
19182 ^done,depth="4"
19183 (@value{GDBP})
19184 -stack-info-depth 12
19185 ^done,depth="12"
19186 (@value{GDBP})
19187 -stack-info-depth 11
19188 ^done,depth="11"
19189 (@value{GDBP})
19190 -stack-info-depth 13
19191 ^done,depth="12"
19192 (@value{GDBP})
19193 @end smallexample
19194
19195 @subheading The @code{-stack-list-arguments} Command
19196 @findex -stack-list-arguments
19197
19198 @subsubheading Synopsis
19199
19200 @smallexample
19201  -stack-list-arguments @var{show-values}
19202     [ @var{low-frame} @var{high-frame} ]
19203 @end smallexample
19204
19205 Display a list of the arguments for the frames between @var{low-frame}
19206 and @var{high-frame} (inclusive).  If @var{low-frame} and
19207 @var{high-frame} are not provided, list the arguments for the whole call
19208 stack.
19209
19210 The @var{show-values} argument must have a value of 0 or 1.  A value of
19211 0 means that only the names of the arguments are listed, a value of 1
19212 means that both names and values of the arguments are printed.
19213
19214 @subsubheading @value{GDBN} Command
19215
19216 @value{GDBN} does not have an equivalent command.  @code{gdbtk} has a
19217 @samp{gdb_get_args} command which partially overlaps with the
19218 functionality of @samp{-stack-list-arguments}.
19219
19220 @subsubheading Example
19221
19222 @smallexample
19223 (@value{GDBP})
19224 -stack-list-frames
19225 ^done,
19226 stack=[
19227 frame=@{level="0",addr="0x00010734",func="callee4",
19228 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
19229 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="8"@},
19230 frame=@{level="1",addr="0x0001076c",func="callee3",
19231 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
19232 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="17"@},
19233 frame=@{level="2",addr="0x0001078c",func="callee2",
19234 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
19235 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="22"@},
19236 frame=@{level="3",addr="0x000107b4",func="callee1",
19237 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
19238 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="27"@},
19239 frame=@{level="4",addr="0x000107e0",func="main",
19240 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
19241 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="32"@}]
19242 (@value{GDBP})
19243 -stack-list-arguments 0
19244 ^done,
19245 stack-args=[
19246 frame=@{level="0",args=[]@},
19247 frame=@{level="1",args=[name="strarg"]@},
19248 frame=@{level="2",args=[name="intarg",name="strarg"]@},
19249 frame=@{level="3",args=[name="intarg",name="strarg",name="fltarg"]@},
19250 frame=@{level="4",args=[]@}]
19251 (@value{GDBP})
19252 -stack-list-arguments 1
19253 ^done,
19254 stack-args=[
19255 frame=@{level="0",args=[]@},
19256 frame=@{level="1",
19257  args=[@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
19258 frame=@{level="2",args=[
19259 @{name="intarg",value="2"@},
19260 @{name="strarg",value="0x11940 \"A string argument.\""@}]@},
19261 @{frame=@{level="3",args=[
19262 @{name="intarg",value="2"@},
19263 @{name="strarg",value="0x11940 \"A string argument.\""@},
19264 @{name="fltarg",value="3.5"@}]@},
19265 frame=@{level="4",args=[]@}]
19266 (@value{GDBP})
19267 -stack-list-arguments 0 2 2
19268 ^done,stack-args=[frame=@{level="2",args=[name="intarg",name="strarg"]@}]
19269 (@value{GDBP})
19270 -stack-list-arguments 1 2 2
19271 ^done,stack-args=[frame=@{level="2",
19272 args=[@{name="intarg",value="2"@},
19273 @{name="strarg",value="0x11940 \"A string argument.\""@}]@}]
19274 (@value{GDBP})
19275 @end smallexample
19276
19277 @c @subheading -stack-list-exception-handlers
19278
19279
19280 @subheading The @code{-stack-list-frames} Command
19281 @findex -stack-list-frames
19282
19283 @subsubheading Synopsis
19284
19285 @smallexample
19286  -stack-list-frames [ @var{low-frame} @var{high-frame} ]
19287 @end smallexample
19288
19289 List the frames currently on the stack.  For each frame it displays the
19290 following info:
19291
19292 @table @samp
19293 @item @var{level}
19294 The frame number, 0 being the topmost frame, i.e. the innermost function.
19295 @item @var{addr}
19296 The @code{$pc} value for that frame.
19297 @item @var{func}
19298 Function name.
19299 @item @var{file}
19300 File name of the source file where the function lives.
19301 @item @var{line}
19302 Line number corresponding to the @code{$pc}.
19303 @end table
19304
19305 If invoked without arguments, this command prints a backtrace for the
19306 whole stack.  If given two integer arguments, it shows the frames whose
19307 levels are between the two arguments (inclusive).  If the two arguments
19308 are equal, it shows the single frame at the corresponding level.
19309
19310 @subsubheading @value{GDBN} Command
19311
19312 The corresponding @value{GDBN} commands are @samp{backtrace} and @samp{where}.
19313
19314 @subsubheading Example
19315
19316 Full stack backtrace:
19317
19318 @smallexample
19319 (@value{GDBP})
19320 -stack-list-frames
19321 ^done,stack=
19322 [frame=@{level="0",addr="0x0001076c",func="foo",
19323   file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="11"@},
19324 frame=@{level="1",addr="0x000107a4",func="foo",
19325   file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19326 frame=@{level="2",addr="0x000107a4",func="foo",
19327   file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19328 frame=@{level="3",addr="0x000107a4",func="foo",
19329   file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19330 frame=@{level="4",addr="0x000107a4",func="foo",
19331   file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19332 frame=@{level="5",addr="0x000107a4",func="foo",
19333   file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19334 frame=@{level="6",addr="0x000107a4",func="foo",
19335   file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19336 frame=@{level="7",addr="0x000107a4",func="foo",
19337   file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19338 frame=@{level="8",addr="0x000107a4",func="foo",
19339   file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19340 frame=@{level="9",addr="0x000107a4",func="foo",
19341   file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19342 frame=@{level="10",addr="0x000107a4",func="foo",
19343   file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19344 frame=@{level="11",addr="0x00010738",func="main",
19345   file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="4"@}]
19346 (@value{GDBP})
19347 @end smallexample
19348
19349 Show frames between @var{low_frame} and @var{high_frame}:
19350
19351 @smallexample
19352 (@value{GDBP})
19353 -stack-list-frames 3 5
19354 ^done,stack=
19355 [frame=@{level="3",addr="0x000107a4",func="foo",
19356   file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19357 frame=@{level="4",addr="0x000107a4",func="foo",
19358   file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19359 frame=@{level="5",addr="0x000107a4",func="foo",
19360   file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@}]
19361 (@value{GDBP})
19362 @end smallexample
19363
19364 Show a single frame:
19365
19366 @smallexample
19367 (@value{GDBP})
19368 -stack-list-frames 3 3
19369 ^done,stack=
19370 [frame=@{level="3",addr="0x000107a4",func="foo",
19371   file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@}]
19372 (@value{GDBP})
19373 @end smallexample
19374
19375
19376 @subheading The @code{-stack-list-locals} Command
19377 @findex -stack-list-locals
19378
19379 @subsubheading Synopsis
19380
19381 @smallexample
19382  -stack-list-locals @var{print-values}
19383 @end smallexample
19384
19385 Display the local variable names for the current frame.  With an
19386 argument of 0 or @code{--no-values}, prints only the names of the variables.
19387 With argument of 1 or @code{--all-values}, prints also their values.  With
19388 argument of 2 or @code{--simple-values}, prints the name, type and value for
19389 simple data types and the name and type for arrays, structures and
19390 unions.  In this last case, the idea is that the user can see the
19391 value of simple data types immediately and he can create variable
19392 objects for other data types if he wishes to explore their values in
19393 more detail.
19394
19395 @subsubheading @value{GDBN} Command
19396
19397 @samp{info locals} in @value{GDBN}, @samp{gdb_get_locals} in @code{gdbtk}.
19398
19399 @subsubheading Example
19400
19401 @smallexample
19402 (@value{GDBP})
19403 -stack-list-locals 0
19404 ^done,locals=[name="A",name="B",name="C"]
19405 (@value{GDBP})
19406 -stack-list-locals --all-values
19407 ^done,locals=[@{name="A",value="1"@},@{name="B",value="2"@},
19408   @{name="C",value="@{1, 2, 3@}"@}]
19409 -stack-list-locals --simple-values
19410 ^done,locals=[@{name="A",type="int",value="1"@},
19411   @{name="B",type="int",value="2"@},@{name="C",type="int [3]"@}]
19412 (@value{GDBP})
19413 @end smallexample
19414
19415
19416 @subheading The @code{-stack-select-frame} Command
19417 @findex -stack-select-frame
19418
19419 @subsubheading Synopsis
19420
19421 @smallexample
19422  -stack-select-frame @var{framenum}
19423 @end smallexample
19424
19425 Change the current frame.  Select a different frame @var{framenum} on
19426 the stack.
19427
19428 @subsubheading @value{GDBN} Command
19429
19430 The corresponding @value{GDBN} commands are @samp{frame}, @samp{up},
19431 @samp{down}, @samp{select-frame}, @samp{up-silent}, and @samp{down-silent}.
19432
19433 @subsubheading Example
19434
19435 @smallexample
19436 (@value{GDBP})
19437 -stack-select-frame 2
19438 ^done
19439 (@value{GDBP})
19440 @end smallexample
19441
19442 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19443 @node GDB/MI Symbol Query
19444 @section @sc{gdb/mi} Symbol Query Commands
19445
19446
19447 @subheading The @code{-symbol-info-address} Command
19448 @findex -symbol-info-address
19449
19450 @subsubheading Synopsis
19451
19452 @smallexample
19453  -symbol-info-address @var{symbol}
19454 @end smallexample
19455
19456 Describe where @var{symbol} is stored.
19457
19458 @subsubheading @value{GDBN} Command
19459
19460 The corresponding @value{GDBN} command is @samp{info address}.
19461
19462 @subsubheading Example
19463 N.A.
19464
19465
19466 @subheading The @code{-symbol-info-file} Command
19467 @findex -symbol-info-file
19468
19469 @subsubheading Synopsis
19470
19471 @smallexample
19472  -symbol-info-file
19473 @end smallexample
19474
19475 Show the file for the symbol.
19476
19477 @subsubheading @value{GDBN} Command
19478
19479 There's no equivalent @value{GDBN} command.  @code{gdbtk} has
19480 @samp{gdb_find_file}.
19481
19482 @subsubheading Example
19483 N.A.
19484
19485
19486 @subheading The @code{-symbol-info-function} Command
19487 @findex -symbol-info-function
19488
19489 @subsubheading Synopsis
19490
19491 @smallexample
19492  -symbol-info-function
19493 @end smallexample
19494
19495 Show which function the symbol lives in.
19496
19497 @subsubheading @value{GDBN} Command
19498
19499 @samp{gdb_get_function} in @code{gdbtk}.
19500
19501 @subsubheading Example
19502 N.A.
19503
19504
19505 @subheading The @code{-symbol-info-line} Command
19506 @findex -symbol-info-line
19507
19508 @subsubheading Synopsis
19509
19510 @smallexample
19511  -symbol-info-line
19512 @end smallexample
19513
19514 Show the core addresses of the code for a source line.
19515
19516 @subsubheading @value{GDBN} Command
19517
19518 The corresponding @value{GDBN} command is @samp{info line}.
19519 @code{gdbtk} has the @samp{gdb_get_line} and @samp{gdb_get_file} commands.
19520
19521 @subsubheading Example
19522 N.A.
19523
19524
19525 @subheading The @code{-symbol-info-symbol} Command
19526 @findex -symbol-info-symbol
19527
19528 @subsubheading Synopsis
19529
19530 @smallexample
19531  -symbol-info-symbol @var{addr}
19532 @end smallexample
19533
19534 Describe what symbol is at location @var{addr}.
19535
19536 @subsubheading @value{GDBN} Command
19537
19538 The corresponding @value{GDBN} command is @samp{info symbol}.
19539
19540 @subsubheading Example
19541 N.A.
19542
19543
19544 @subheading The @code{-symbol-list-functions} Command
19545 @findex -symbol-list-functions
19546
19547 @subsubheading Synopsis
19548
19549 @smallexample
19550  -symbol-list-functions
19551 @end smallexample
19552
19553 List the functions in the executable.
19554
19555 @subsubheading @value{GDBN} Command
19556
19557 @samp{info functions} in @value{GDBN}, @samp{gdb_listfunc} and
19558 @samp{gdb_search} in @code{gdbtk}.
19559
19560 @subsubheading Example
19561 N.A.
19562
19563
19564 @subheading The @code{-symbol-list-lines} Command
19565 @findex -symbol-list-lines
19566
19567 @subsubheading Synopsis
19568
19569 @smallexample
19570  -symbol-list-lines @var{filename}
19571 @end smallexample
19572
19573 Print the list of lines that contain code and their associated program
19574 addresses for the given source filename.  The entries are sorted in
19575 ascending PC order.
19576
19577 @subsubheading @value{GDBN} Command
19578
19579 There is no corresponding @value{GDBN} command.
19580
19581 @subsubheading Example
19582 @smallexample
19583 (@value{GDBP})
19584 -symbol-list-lines basics.c
19585 ^done,lines=[@{pc="0x08048554",line="7"@},@{pc="0x0804855a",line="8"@}]
19586 (@value{GDBP})
19587 @end smallexample
19588
19589
19590 @subheading The @code{-symbol-list-types} Command
19591 @findex -symbol-list-types
19592
19593 @subsubheading Synopsis
19594
19595 @smallexample
19596  -symbol-list-types
19597 @end smallexample
19598
19599 List all the type names.
19600
19601 @subsubheading @value{GDBN} Command
19602
19603 The corresponding commands are @samp{info types} in @value{GDBN},
19604 @samp{gdb_search} in @code{gdbtk}.
19605
19606 @subsubheading Example
19607 N.A.
19608
19609
19610 @subheading The @code{-symbol-list-variables} Command
19611 @findex -symbol-list-variables
19612
19613 @subsubheading Synopsis
19614
19615 @smallexample
19616  -symbol-list-variables
19617 @end smallexample
19618
19619 List all the global and static variable names.
19620
19621 @subsubheading @value{GDBN} Command
19622
19623 @samp{info variables} in @value{GDBN}, @samp{gdb_search} in @code{gdbtk}.
19624
19625 @subsubheading Example
19626 N.A.
19627
19628
19629 @subheading The @code{-symbol-locate} Command
19630 @findex -symbol-locate
19631
19632 @subsubheading Synopsis
19633
19634 @smallexample
19635  -symbol-locate
19636 @end smallexample
19637
19638 @subsubheading @value{GDBN} Command
19639
19640 @samp{gdb_loc} in @code{gdbtk}.
19641
19642 @subsubheading Example
19643 N.A.
19644
19645
19646 @subheading The @code{-symbol-type} Command
19647 @findex -symbol-type
19648
19649 @subsubheading Synopsis
19650
19651 @smallexample
19652  -symbol-type @var{variable}
19653 @end smallexample
19654
19655 Show type of @var{variable}.
19656
19657 @subsubheading @value{GDBN} Command
19658
19659 The corresponding @value{GDBN} command is @samp{ptype}, @code{gdbtk} has
19660 @samp{gdb_obj_variable}.
19661
19662 @subsubheading Example
19663 N.A.
19664
19665
19666 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19667 @node GDB/MI Target Manipulation
19668 @section @sc{gdb/mi} Target Manipulation Commands
19669
19670
19671 @subheading The @code{-target-attach} Command
19672 @findex -target-attach
19673
19674 @subsubheading Synopsis
19675
19676 @smallexample
19677  -target-attach @var{pid} | @var{file}
19678 @end smallexample
19679
19680 Attach to a process @var{pid} or a file @var{file} outside of @value{GDBN}.
19681
19682 @subsubheading @value{GDBN} command
19683
19684 The corresponding @value{GDBN} command is @samp{attach}.
19685
19686 @subsubheading Example
19687 N.A.
19688
19689
19690 @subheading The @code{-target-compare-sections} Command
19691 @findex -target-compare-sections
19692
19693 @subsubheading Synopsis
19694
19695 @smallexample
19696  -target-compare-sections [ @var{section} ]
19697 @end smallexample
19698
19699 Compare data of section @var{section} on target to the exec file.
19700 Without the argument, all sections are compared.
19701
19702 @subsubheading @value{GDBN} Command
19703
19704 The @value{GDBN} equivalent is @samp{compare-sections}.
19705
19706 @subsubheading Example
19707 N.A.
19708
19709
19710 @subheading The @code{-target-detach} Command
19711 @findex -target-detach
19712
19713 @subsubheading Synopsis
19714
19715 @smallexample
19716  -target-detach
19717 @end smallexample
19718
19719 Disconnect from the remote target.  There's no output.
19720
19721 @subsubheading @value{GDBN} command
19722
19723 The corresponding @value{GDBN} command is @samp{detach}.
19724
19725 @subsubheading Example
19726
19727 @smallexample
19728 (@value{GDBP})
19729 -target-detach
19730 ^done
19731 (@value{GDBP})
19732 @end smallexample
19733
19734
19735 @subheading The @code{-target-disconnect} Command
19736 @findex -target-disconnect
19737
19738 @subsubheading Synopsis
19739
19740 @example
19741  -target-disconnect
19742 @end example
19743
19744 Disconnect from the remote target.  There's no output.
19745
19746 @subsubheading @value{GDBN} command
19747
19748 The corresponding @value{GDBN} command is @samp{disconnect}.
19749
19750 @subsubheading Example
19751
19752 @smallexample
19753 (@value{GDBP})
19754 -target-disconnect
19755 ^done
19756 (@value{GDBP})
19757 @end smallexample
19758
19759
19760 @subheading The @code{-target-download} Command
19761 @findex -target-download
19762
19763 @subsubheading Synopsis
19764
19765 @smallexample
19766  -target-download
19767 @end smallexample
19768
19769 Loads the executable onto the remote target.
19770 It prints out an update message every half second, which includes the fields:
19771
19772 @table @samp
19773 @item section
19774 The name of the section.
19775 @item section-sent
19776 The size of what has been sent so far for that section.
19777 @item section-size
19778 The size of the section.
19779 @item total-sent
19780 The total size of what was sent so far (the current and the previous sections).
19781 @item total-size
19782 The size of the overall executable to download.
19783 @end table
19784
19785 @noindent
19786 Each message is sent as status record (@pxref{GDB/MI Output Syntax, ,
19787 @sc{gdb/mi} Output Syntax}).
19788
19789 In addition, it prints the name and size of the sections, as they are
19790 downloaded.  These messages include the following fields:
19791
19792 @table @samp
19793 @item section
19794 The name of the section.
19795 @item section-size
19796 The size of the section.
19797 @item total-size
19798 The size of the overall executable to download.
19799 @end table
19800
19801 @noindent
19802 At the end, a summary is printed.
19803
19804 @subsubheading @value{GDBN} Command
19805
19806 The corresponding @value{GDBN} command is @samp{load}.
19807
19808 @subsubheading Example
19809
19810 Note: each status message appears on a single line.  Here the messages
19811 have been broken down so that they can fit onto a page.
19812
19813 @smallexample
19814 (@value{GDBP})
19815 -target-download
19816 +download,@{section=".text",section-size="6668",total-size="9880"@}
19817 +download,@{section=".text",section-sent="512",section-size="6668",
19818 total-sent="512",total-size="9880"@}
19819 +download,@{section=".text",section-sent="1024",section-size="6668",
19820 total-sent="1024",total-size="9880"@}
19821 +download,@{section=".text",section-sent="1536",section-size="6668",
19822 total-sent="1536",total-size="9880"@}
19823 +download,@{section=".text",section-sent="2048",section-size="6668",
19824 total-sent="2048",total-size="9880"@}
19825 +download,@{section=".text",section-sent="2560",section-size="6668",
19826 total-sent="2560",total-size="9880"@}
19827 +download,@{section=".text",section-sent="3072",section-size="6668",
19828 total-sent="3072",total-size="9880"@}
19829 +download,@{section=".text",section-sent="3584",section-size="6668",
19830 total-sent="3584",total-size="9880"@}
19831 +download,@{section=".text",section-sent="4096",section-size="6668",
19832 total-sent="4096",total-size="9880"@}
19833 +download,@{section=".text",section-sent="4608",section-size="6668",
19834 total-sent="4608",total-size="9880"@}
19835 +download,@{section=".text",section-sent="5120",section-size="6668",
19836 total-sent="5120",total-size="9880"@}
19837 +download,@{section=".text",section-sent="5632",section-size="6668",
19838 total-sent="5632",total-size="9880"@}
19839 +download,@{section=".text",section-sent="6144",section-size="6668",
19840 total-sent="6144",total-size="9880"@}
19841 +download,@{section=".text",section-sent="6656",section-size="6668",
19842 total-sent="6656",total-size="9880"@}
19843 +download,@{section=".init",section-size="28",total-size="9880"@}
19844 +download,@{section=".fini",section-size="28",total-size="9880"@}
19845 +download,@{section=".data",section-size="3156",total-size="9880"@}
19846 +download,@{section=".data",section-sent="512",section-size="3156",
19847 total-sent="7236",total-size="9880"@}
19848 +download,@{section=".data",section-sent="1024",section-size="3156",
19849 total-sent="7748",total-size="9880"@}
19850 +download,@{section=".data",section-sent="1536",section-size="3156",
19851 total-sent="8260",total-size="9880"@}
19852 +download,@{section=".data",section-sent="2048",section-size="3156",
19853 total-sent="8772",total-size="9880"@}
19854 +download,@{section=".data",section-sent="2560",section-size="3156",
19855 total-sent="9284",total-size="9880"@}
19856 +download,@{section=".data",section-sent="3072",section-size="3156",
19857 total-sent="9796",total-size="9880"@}
19858 ^done,address="0x10004",load-size="9880",transfer-rate="6586",
19859 write-rate="429"
19860 (@value{GDBP})
19861 @end smallexample
19862
19863
19864 @subheading The @code{-target-exec-status} Command
19865 @findex -target-exec-status
19866
19867 @subsubheading Synopsis
19868
19869 @smallexample
19870  -target-exec-status
19871 @end smallexample
19872
19873 Provide information on the state of the target (whether it is running or
19874 not, for instance).
19875
19876 @subsubheading @value{GDBN} Command
19877
19878 There's no equivalent @value{GDBN} command.
19879
19880 @subsubheading Example
19881 N.A.
19882
19883
19884 @subheading The @code{-target-list-available-targets} Command
19885 @findex -target-list-available-targets
19886
19887 @subsubheading Synopsis
19888
19889 @smallexample
19890  -target-list-available-targets
19891 @end smallexample
19892
19893 List the possible targets to connect to.
19894
19895 @subsubheading @value{GDBN} Command
19896
19897 The corresponding @value{GDBN} command is @samp{help target}.
19898
19899 @subsubheading Example
19900 N.A.
19901
19902
19903 @subheading The @code{-target-list-current-targets} Command
19904 @findex -target-list-current-targets
19905
19906 @subsubheading Synopsis
19907
19908 @smallexample
19909  -target-list-current-targets
19910 @end smallexample
19911
19912 Describe the current target.
19913
19914 @subsubheading @value{GDBN} Command
19915
19916 The corresponding information is printed by @samp{info file} (among
19917 other things).
19918
19919 @subsubheading Example
19920 N.A.
19921
19922
19923 @subheading The @code{-target-list-parameters} Command
19924 @findex -target-list-parameters
19925
19926 @subsubheading Synopsis
19927
19928 @smallexample
19929  -target-list-parameters
19930 @end smallexample
19931
19932 @c ????
19933
19934 @subsubheading @value{GDBN} Command
19935
19936 No equivalent.
19937
19938 @subsubheading Example
19939 N.A.
19940
19941
19942 @subheading The @code{-target-select} Command
19943 @findex -target-select
19944
19945 @subsubheading Synopsis
19946
19947 @smallexample
19948  -target-select @var{type} @var{parameters @dots{}}
19949 @end smallexample
19950
19951 Connect @value{GDBN} to the remote target.  This command takes two args:
19952
19953 @table @samp
19954 @item @var{type}
19955 The type of target, for instance @samp{async}, @samp{remote}, etc.
19956 @item @var{parameters}
19957 Device names, host names and the like.  @xref{Target Commands, ,
19958 Commands for managing targets}, for more details.
19959 @end table
19960
19961 The output is a connection notification, followed by the address at
19962 which the target program is, in the following form:
19963
19964 @smallexample
19965 ^connected,addr="@var{address}",func="@var{function name}",
19966   args=[@var{arg list}]
19967 @end smallexample
19968
19969 @subsubheading @value{GDBN} Command
19970
19971 The corresponding @value{GDBN} command is @samp{target}.
19972
19973 @subsubheading Example
19974
19975 @smallexample
19976 (@value{GDBP})
19977 -target-select async /dev/ttya
19978 ^connected,addr="0xfe00a300",func="??",args=[]
19979 (@value{GDBP})
19980 @end smallexample
19981
19982 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19983 @node GDB/MI Thread Commands
19984 @section @sc{gdb/mi} Thread Commands
19985
19986
19987 @subheading The @code{-thread-info} Command
19988 @findex -thread-info
19989
19990 @subsubheading Synopsis
19991
19992 @smallexample
19993  -thread-info
19994 @end smallexample
19995
19996 @subsubheading @value{GDBN} command
19997
19998 No equivalent.
19999
20000 @subsubheading Example
20001 N.A.
20002
20003
20004 @subheading The @code{-thread-list-all-threads} Command
20005 @findex -thread-list-all-threads
20006
20007 @subsubheading Synopsis
20008
20009 @smallexample
20010  -thread-list-all-threads
20011 @end smallexample
20012
20013 @subsubheading @value{GDBN} Command
20014
20015 The equivalent @value{GDBN} command is @samp{info threads}.
20016
20017 @subsubheading Example
20018 N.A.
20019
20020
20021 @subheading The @code{-thread-list-ids} Command
20022 @findex -thread-list-ids
20023
20024 @subsubheading Synopsis
20025
20026 @smallexample
20027  -thread-list-ids
20028 @end smallexample
20029
20030 Produces a list of the currently known @value{GDBN} thread ids.  At the
20031 end of the list it also prints the total number of such threads.
20032
20033 @subsubheading @value{GDBN} Command
20034
20035 Part of @samp{info threads} supplies the same information.
20036
20037 @subsubheading Example
20038
20039 No threads present, besides the main process:
20040
20041 @smallexample
20042 (@value{GDBP})
20043 -thread-list-ids
20044 ^done,thread-ids=@{@},number-of-threads="0"
20045 (@value{GDBP})
20046 @end smallexample
20047
20048
20049 Several threads:
20050
20051 @smallexample
20052 (@value{GDBP})
20053 -thread-list-ids
20054 ^done,thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
20055 number-of-threads="3"
20056 (@value{GDBP})
20057 @end smallexample
20058
20059
20060 @subheading The @code{-thread-select} Command
20061 @findex -thread-select
20062
20063 @subsubheading Synopsis
20064
20065 @smallexample
20066  -thread-select @var{threadnum}
20067 @end smallexample
20068
20069 Make @var{threadnum} the current thread.  It prints the number of the new
20070 current thread, and the topmost frame for that thread.
20071
20072 @subsubheading @value{GDBN} Command
20073
20074 The corresponding @value{GDBN} command is @samp{thread}.
20075
20076 @subsubheading Example
20077
20078 @smallexample
20079 (@value{GDBP})
20080 -exec-next
20081 ^running
20082 (@value{GDBP})
20083 *stopped,reason="end-stepping-range",thread-id="2",line="187",
20084 file="../../../devo/gdb/testsuite/gdb.threads/linux-dp.c"
20085 (@value{GDBP})
20086 -thread-list-ids
20087 ^done,
20088 thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
20089 number-of-threads="3"
20090 (@value{GDBP})
20091 -thread-select 3
20092 ^done,new-thread-id="3",
20093 frame=@{level="0",func="vprintf",
20094 args=[@{name="format",value="0x8048e9c \"%*s%c %d %c\\n\""@},
20095 @{name="arg",value="0x2"@}],file="vprintf.c",line="31"@}
20096 (@value{GDBP})
20097 @end smallexample
20098
20099 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
20100 @node GDB/MI Tracepoint Commands
20101 @section @sc{gdb/mi} Tracepoint Commands
20102
20103 The tracepoint commands are not yet implemented.
20104
20105 @c @subheading -trace-actions
20106
20107 @c @subheading -trace-delete
20108
20109 @c @subheading -trace-disable
20110
20111 @c @subheading -trace-dump
20112
20113 @c @subheading -trace-enable
20114
20115 @c @subheading -trace-exists
20116
20117 @c @subheading -trace-find
20118
20119 @c @subheading -trace-frame-number
20120
20121 @c @subheading -trace-info
20122
20123 @c @subheading -trace-insert
20124
20125 @c @subheading -trace-list
20126
20127 @c @subheading -trace-pass-count
20128
20129 @c @subheading -trace-save
20130
20131 @c @subheading -trace-start
20132
20133 @c @subheading -trace-stop
20134
20135
20136 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
20137 @node GDB/MI Variable Objects
20138 @section @sc{gdb/mi} Variable Objects
20139
20140
20141 @subheading Motivation for Variable Objects in @sc{gdb/mi}
20142
20143 For the implementation of a variable debugger window (locals, watched
20144 expressions, etc.), we are proposing the adaptation of the existing code
20145 used by @code{Insight}.
20146
20147 The two main reasons for that are:
20148
20149 @enumerate 1
20150 @item
20151 It has been proven in practice (it is already on its second generation).
20152
20153 @item
20154 It will shorten development time (needless to say how important it is
20155 now).
20156 @end enumerate
20157
20158 The original interface was designed to be used by Tcl code, so it was
20159 slightly changed so it could be used through @sc{gdb/mi}.  This section
20160 describes the @sc{gdb/mi} operations that will be available and gives some
20161 hints about their use.
20162
20163 @emph{Note}: In addition to the set of operations described here, we
20164 expect the @sc{gui} implementation of a variable window to require, at
20165 least, the following operations:
20166
20167 @itemize @bullet
20168 @item @code{-gdb-show} @code{output-radix}
20169 @item @code{-stack-list-arguments}
20170 @item @code{-stack-list-locals}
20171 @item @code{-stack-select-frame}
20172 @end itemize
20173
20174 @subheading Introduction to Variable Objects in @sc{gdb/mi}
20175
20176 @cindex variable objects in @sc{gdb/mi}
20177 The basic idea behind variable objects is the creation of a named object
20178 to represent a variable, an expression, a memory location or even a CPU
20179 register.  For each object created, a set of operations is available for
20180 examining or changing its properties.
20181
20182 Furthermore, complex data types, such as C structures, are represented
20183 in a tree format.  For instance, the @code{struct} type variable is the
20184 root and the children will represent the struct members.  If a child
20185 is itself of a complex type, it will also have children of its own.
20186 Appropriate language differences are handled for C, C@t{++} and Java.
20187
20188 When returning the actual values of the objects, this facility allows
20189 for the individual selection of the display format used in the result
20190 creation.  It can be chosen among: binary, decimal, hexadecimal, octal
20191 and natural.  Natural refers to a default format automatically
20192 chosen based on the variable type (like decimal for an @code{int}, hex
20193 for pointers, etc.).
20194
20195 The following is the complete set of @sc{gdb/mi} operations defined to
20196 access this functionality:
20197
20198 @multitable @columnfractions .4 .6
20199 @item @strong{Operation}
20200 @tab @strong{Description}
20201
20202 @item @code{-var-create}
20203 @tab create a variable object
20204 @item @code{-var-delete}
20205 @tab delete the variable object and its children
20206 @item @code{-var-set-format}
20207 @tab set the display format of this variable
20208 @item @code{-var-show-format}
20209 @tab show the display format of this variable
20210 @item @code{-var-info-num-children}
20211 @tab tells how many children this object has
20212 @item @code{-var-list-children}
20213 @tab return a list of the object's children
20214 @item @code{-var-info-type}
20215 @tab show the type of this variable object
20216 @item @code{-var-info-expression}
20217 @tab print what this variable object represents
20218 @item @code{-var-show-attributes}
20219 @tab is this variable editable? does it exist here?
20220 @item @code{-var-evaluate-expression}
20221 @tab get the value of this variable
20222 @item @code{-var-assign}
20223 @tab set the value of this variable
20224 @item @code{-var-update}
20225 @tab update the variable and its children
20226 @end multitable
20227
20228 In the next subsection we describe each operation in detail and suggest
20229 how it can be used.
20230
20231 @subheading Description And Use of Operations on Variable Objects
20232
20233 @subheading The @code{-var-create} Command
20234 @findex -var-create
20235
20236 @subsubheading Synopsis
20237
20238 @smallexample
20239  -var-create @{@var{name} | "-"@}
20240     @{@var{frame-addr} | "*"@} @var{expression}
20241 @end smallexample
20242
20243 This operation creates a variable object, which allows the monitoring of
20244 a variable, the result of an expression, a memory cell or a CPU
20245 register.
20246
20247 The @var{name} parameter is the string by which the object can be
20248 referenced.  It must be unique.  If @samp{-} is specified, the varobj
20249 system will generate a string ``varNNNNNN'' automatically.  It will be
20250 unique provided that one does not specify @var{name} on that format.
20251 The command fails if a duplicate name is found.
20252
20253 The frame under which the expression should be evaluated can be
20254 specified by @var{frame-addr}.  A @samp{*} indicates that the current
20255 frame should be used.
20256
20257 @var{expression} is any expression valid on the current language set (must not
20258 begin with a @samp{*}), or one of the following:
20259
20260 @itemize @bullet
20261 @item
20262 @samp{*@var{addr}}, where @var{addr} is the address of a memory cell
20263
20264 @item
20265 @samp{*@var{addr}-@var{addr}} --- a memory address range (TBD)
20266
20267 @item
20268 @samp{$@var{regname}} --- a CPU register name
20269 @end itemize
20270
20271 @subsubheading Result
20272
20273 This operation returns the name, number of children and the type of the
20274 object created.  Type is returned as a string as the ones generated by
20275 the @value{GDBN} CLI:
20276
20277 @smallexample
20278  name="@var{name}",numchild="N",type="@var{type}"
20279 @end smallexample
20280
20281
20282 @subheading The @code{-var-delete} Command
20283 @findex -var-delete
20284
20285 @subsubheading Synopsis
20286
20287 @smallexample
20288  -var-delete @var{name}
20289 @end smallexample
20290
20291 Deletes a previously created variable object and all of its children.
20292
20293 Returns an error if the object @var{name} is not found.
20294
20295
20296 @subheading The @code{-var-set-format} Command
20297 @findex -var-set-format
20298
20299 @subsubheading Synopsis
20300
20301 @smallexample
20302  -var-set-format @var{name} @var{format-spec}
20303 @end smallexample
20304
20305 Sets the output format for the value of the object @var{name} to be
20306 @var{format-spec}.
20307
20308 The syntax for the @var{format-spec} is as follows:
20309
20310 @smallexample
20311  @var{format-spec} @expansion{}
20312  @{binary | decimal | hexadecimal | octal | natural@}
20313 @end smallexample
20314
20315
20316 @subheading The @code{-var-show-format} Command
20317 @findex -var-show-format
20318
20319 @subsubheading Synopsis
20320
20321 @smallexample
20322  -var-show-format @var{name}
20323 @end smallexample
20324
20325 Returns the format used to display the value of the object @var{name}.
20326
20327 @smallexample
20328  @var{format} @expansion{}
20329  @var{format-spec}
20330 @end smallexample
20331
20332
20333 @subheading The @code{-var-info-num-children} Command
20334 @findex -var-info-num-children
20335
20336 @subsubheading Synopsis
20337
20338 @smallexample
20339  -var-info-num-children @var{name}
20340 @end smallexample
20341
20342 Returns the number of children of a variable object @var{name}:
20343
20344 @smallexample
20345  numchild=@var{n}
20346 @end smallexample
20347
20348
20349 @subheading The @code{-var-list-children} Command
20350 @findex -var-list-children
20351
20352 @subsubheading Synopsis
20353
20354 @smallexample
20355  -var-list-children [@var{print-values}] @var{name}
20356 @end smallexample
20357
20358 Returns a list of the children of the specified variable object.  With
20359 just the variable object name as an argument or with an optional
20360 preceding argument of 0 or @code{--no-values}, prints only the names of the
20361 variables.  With an optional preceding argument of 1 or @code{--all-values},
20362 also prints their values.
20363
20364 @subsubheading Example
20365
20366 @smallexample
20367 (@value{GDBP})
20368  -var-list-children n
20369  numchild=@var{n},children=[@{name=@var{name},
20370  numchild=@var{n},type=@var{type}@},@r{(repeats N times)}]
20371 (@value{GDBP})
20372  -var-list-children --all-values n
20373  numchild=@var{n},children=[@{name=@var{name},
20374  numchild=@var{n},value=@var{value},type=@var{type}@},@r{(repeats N times)}]
20375 @end smallexample
20376
20377
20378 @subheading The @code{-var-info-type} Command
20379 @findex -var-info-type
20380
20381 @subsubheading Synopsis
20382
20383 @smallexample
20384  -var-info-type @var{name}
20385 @end smallexample
20386
20387 Returns the type of the specified variable @var{name}.  The type is
20388 returned as a string in the same format as it is output by the
20389 @value{GDBN} CLI:
20390
20391 @smallexample
20392  type=@var{typename}
20393 @end smallexample
20394
20395
20396 @subheading The @code{-var-info-expression} Command
20397 @findex -var-info-expression
20398
20399 @subsubheading Synopsis
20400
20401 @smallexample
20402  -var-info-expression @var{name}
20403 @end smallexample
20404
20405 Returns what is represented by the variable object @var{name}:
20406
20407 @smallexample
20408  lang=@var{lang-spec},exp=@var{expression}
20409 @end smallexample
20410
20411 @noindent
20412 where @var{lang-spec} is @code{@{"C" | "C++" | "Java"@}}.
20413
20414 @subheading The @code{-var-show-attributes} Command
20415 @findex -var-show-attributes
20416
20417 @subsubheading Synopsis
20418
20419 @smallexample
20420  -var-show-attributes @var{name}
20421 @end smallexample
20422
20423 List attributes of the specified variable object @var{name}:
20424
20425 @smallexample
20426  status=@var{attr} [ ( ,@var{attr} )* ]
20427 @end smallexample
20428
20429 @noindent
20430 where @var{attr} is @code{@{ @{ editable | noneditable @} | TBD @}}.
20431
20432 @subheading The @code{-var-evaluate-expression} Command
20433 @findex -var-evaluate-expression
20434
20435 @subsubheading Synopsis
20436
20437 @smallexample
20438  -var-evaluate-expression @var{name}
20439 @end smallexample
20440
20441 Evaluates the expression that is represented by the specified variable
20442 object and returns its value as a string in the current format specified
20443 for the object:
20444
20445 @smallexample
20446  value=@var{value}
20447 @end smallexample
20448
20449 Note that one must invoke @code{-var-list-children} for a variable
20450 before the value of a child variable can be evaluated.
20451
20452 @subheading The @code{-var-assign} Command
20453 @findex -var-assign
20454
20455 @subsubheading Synopsis
20456
20457 @smallexample
20458  -var-assign @var{name} @var{expression}
20459 @end smallexample
20460
20461 Assigns the value of @var{expression} to the variable object specified
20462 by @var{name}.  The object must be @samp{editable}.  If the variable's
20463 value is altered by the assign, the variable will show up in any
20464 subsequent @code{-var-update} list.
20465
20466 @subsubheading Example
20467
20468 @smallexample
20469 (@value{GDBP})
20470 -var-assign var1 3
20471 ^done,value="3"
20472 (@value{GDBP})
20473 -var-update *
20474 ^done,changelist=[@{name="var1",in_scope="true",type_changed="false"@}]
20475 (@value{GDBP})
20476 @end smallexample
20477
20478 @subheading The @code{-var-update} Command
20479 @findex -var-update
20480
20481 @subsubheading Synopsis
20482
20483 @smallexample
20484  -var-update @{@var{name} | "*"@}
20485 @end smallexample
20486
20487 Update the value of the variable object @var{name} by evaluating its
20488 expression after fetching all the new values from memory or registers.
20489 A @samp{*} causes all existing variable objects to be updated.
20490
20491
20492 @node Annotations
20493 @chapter @value{GDBN} Annotations
20494
20495 This chapter describes annotations in @value{GDBN}.  Annotations were
20496 designed to interface @value{GDBN} to graphical user interfaces or other
20497 similar programs which want to interact with @value{GDBN} at a
20498 relatively high level.
20499
20500 The annotation mechanism has largely been superseeded by @sc{gdb/mi}
20501 (@pxref{GDB/MI}).
20502
20503 @ignore
20504 This is Edition @value{EDITION}, @value{DATE}.
20505 @end ignore
20506
20507 @menu
20508 * Annotations Overview::  What annotations are; the general syntax.
20509 * Server Prefix::       Issuing a command without affecting user state.
20510 * Prompting::           Annotations marking @value{GDBN}'s need for input.
20511 * Errors::              Annotations for error messages.
20512 * Invalidation::        Some annotations describe things now invalid.
20513 * Annotations for Running::
20514                         Whether the program is running, how it stopped, etc.
20515 * Source Annotations::  Annotations describing source code.
20516 @end menu
20517
20518 @node Annotations Overview
20519 @section What is an Annotation?
20520 @cindex annotations
20521
20522 Annotations start with a newline character, two @samp{control-z}
20523 characters, and the name of the annotation.  If there is no additional
20524 information associated with this annotation, the name of the annotation
20525 is followed immediately by a newline.  If there is additional
20526 information, the name of the annotation is followed by a space, the
20527 additional information, and a newline.  The additional information
20528 cannot contain newline characters.
20529
20530 Any output not beginning with a newline and two @samp{control-z}
20531 characters denotes literal output from @value{GDBN}.  Currently there is
20532 no need for @value{GDBN} to output a newline followed by two
20533 @samp{control-z} characters, but if there was such a need, the
20534 annotations could be extended with an @samp{escape} annotation which
20535 means those three characters as output.
20536
20537 The annotation @var{level}, which is specified using the
20538 @option{--annotate} command line option (@pxref{Mode Options}), controls
20539 how much information @value{GDBN} prints together with its prompt,
20540 values of expressions, source lines, and other types of output.  Level 0
20541 is for no anntations, level 1 is for use when @value{GDBN} is run as a
20542 subprocess of @sc{gnu} Emacs, level 3 is the maximum annotation suitable
20543 for programs that control @value{GDBN}, and level 2 annotations have
20544 been made obsolete (@pxref{Limitations, , Limitations of the Annotation
20545 Interface, annotate, GDB's Obsolete Annotations}).
20546
20547 @table @code
20548 @kindex set annotate
20549 @item set annotate @var{level}
20550 The @value{GDB} command @code{set annotate} sets the level of
20551 annotations to the specified @var{level}.
20552
20553 @item show annotate
20554 @kindex show annotate
20555 Show the current annotation level.
20556 @end table
20557
20558 This chapter describes level 3 annotations.
20559
20560 A simple example of starting up @value{GDBN} with annotations is:
20561
20562 @smallexample
20563 $ @kbd{gdb --annotate=3}
20564 GNU gdb 6.0
20565 Copyright 2003 Free Software Foundation, Inc.
20566 GDB is free software, covered by the GNU General Public License,
20567 and you are welcome to change it and/or distribute copies of it
20568 under certain conditions.
20569 Type "show copying" to see the conditions.
20570 There is absolutely no warranty for GDB.  Type "show warranty"
20571 for details.
20572 This GDB was configured as "i386-pc-linux-gnu"
20573
20574 ^Z^Zpre-prompt
20575 (@value{GDBP})
20576 ^Z^Zprompt
20577 @kbd{quit}
20578
20579 ^Z^Zpost-prompt
20580 $
20581 @end smallexample
20582
20583 Here @samp{quit} is input to @value{GDBN}; the rest is output from
20584 @value{GDBN}.  The three lines beginning @samp{^Z^Z} (where @samp{^Z}
20585 denotes a @samp{control-z} character) are annotations; the rest is
20586 output from @value{GDBN}.
20587
20588 @node Server Prefix
20589 @section The Server Prefix
20590 @cindex server prefix for annotations
20591
20592 To issue a command to @value{GDBN} without affecting certain aspects of
20593 the state which is seen by users, prefix it with @samp{server }.  This
20594 means that this command will not affect the command history, nor will it
20595 affect @value{GDBN}'s notion of which command to repeat if @key{RET} is
20596 pressed on a line by itself.
20597
20598 The server prefix does not affect the recording of values into the value
20599 history; to print a value without recording it into the value history,
20600 use the @code{output} command instead of the @code{print} command.
20601
20602 @node Prompting
20603 @section Annotation for @value{GDBN} Input
20604
20605 @cindex annotations for prompts
20606 When @value{GDBN} prompts for input, it annotates this fact so it is possible
20607 to know when to send output, when the output from a given command is
20608 over, etc.
20609
20610 Different kinds of input each have a different @dfn{input type}.  Each
20611 input type has three annotations: a @code{pre-} annotation, which
20612 denotes the beginning of any prompt which is being output, a plain
20613 annotation, which denotes the end of the prompt, and then a @code{post-}
20614 annotation which denotes the end of any echo which may (or may not) be
20615 associated with the input.  For example, the @code{prompt} input type
20616 features the following annotations:
20617
20618 @smallexample
20619 ^Z^Zpre-prompt
20620 ^Z^Zprompt
20621 ^Z^Zpost-prompt
20622 @end smallexample
20623
20624 The input types are
20625
20626 @table @code
20627 @findex pre-prompt
20628 @findex prompt
20629 @findex post-prompt
20630 @item prompt
20631 When @value{GDBN} is prompting for a command (the main @value{GDBN} prompt).
20632
20633 @findex pre-commands
20634 @findex commands
20635 @findex post-commands
20636 @item commands
20637 When @value{GDBN} prompts for a set of commands, like in the @code{commands}
20638 command.  The annotations are repeated for each command which is input.
20639
20640 @findex pre-overload-choice
20641 @findex overload-choice
20642 @findex post-overload-choice
20643 @item overload-choice
20644 When @value{GDBN} wants the user to select between various overloaded functions.
20645
20646 @findex pre-query
20647 @findex query
20648 @findex post-query
20649 @item query
20650 When @value{GDBN} wants the user to confirm a potentially dangerous operation.
20651
20652 @findex pre-prompt-for-continue
20653 @findex prompt-for-continue
20654 @findex post-prompt-for-continue
20655 @item prompt-for-continue
20656 When @value{GDBN} is asking the user to press return to continue.  Note: Don't
20657 expect this to work well; instead use @code{set height 0} to disable
20658 prompting.  This is because the counting of lines is buggy in the
20659 presence of annotations.
20660 @end table
20661
20662 @node Errors
20663 @section Errors
20664 @cindex annotations for errors, warnings and interrupts
20665
20666 @findex quit
20667 @smallexample
20668 ^Z^Zquit
20669 @end smallexample
20670
20671 This annotation occurs right before @value{GDBN} responds to an interrupt.
20672
20673 @findex error
20674 @smallexample
20675 ^Z^Zerror
20676 @end smallexample
20677
20678 This annotation occurs right before @value{GDBN} responds to an error.
20679
20680 Quit and error annotations indicate that any annotations which @value{GDBN} was
20681 in the middle of may end abruptly.  For example, if a
20682 @code{value-history-begin} annotation is followed by a @code{error}, one
20683 cannot expect to receive the matching @code{value-history-end}.  One
20684 cannot expect not to receive it either, however; an error annotation
20685 does not necessarily mean that @value{GDBN} is immediately returning all the way
20686 to the top level.
20687
20688 @findex error-begin
20689 A quit or error annotation may be preceded by
20690
20691 @smallexample
20692 ^Z^Zerror-begin
20693 @end smallexample
20694
20695 Any output between that and the quit or error annotation is the error
20696 message.
20697
20698 Warning messages are not yet annotated.
20699 @c If we want to change that, need to fix warning(), type_error(),
20700 @c range_error(), and possibly other places.
20701
20702 @node Invalidation
20703 @section Invalidation Notices
20704
20705 @cindex annotations for invalidation messages
20706 The following annotations say that certain pieces of state may have
20707 changed.
20708
20709 @table @code
20710 @findex frames-invalid
20711 @item ^Z^Zframes-invalid
20712
20713 The frames (for example, output from the @code{backtrace} command) may
20714 have changed.
20715
20716 @findex breakpoints-invalid
20717 @item ^Z^Zbreakpoints-invalid
20718
20719 The breakpoints may have changed.  For example, the user just added or
20720 deleted a breakpoint.
20721 @end table
20722
20723 @node Annotations for Running
20724 @section Running the Program
20725 @cindex annotations for running programs
20726
20727 @findex starting
20728 @findex stopping
20729 When the program starts executing due to a @value{GDBN} command such as
20730 @code{step} or @code{continue},
20731
20732 @smallexample
20733 ^Z^Zstarting
20734 @end smallexample
20735
20736 is output.  When the program stops,
20737
20738 @smallexample
20739 ^Z^Zstopped
20740 @end smallexample
20741
20742 is output.  Before the @code{stopped} annotation, a variety of
20743 annotations describe how the program stopped.
20744
20745 @table @code
20746 @findex exited
20747 @item ^Z^Zexited @var{exit-status}
20748 The program exited, and @var{exit-status} is the exit status (zero for
20749 successful exit, otherwise nonzero).
20750
20751 @findex signalled
20752 @findex signal-name
20753 @findex signal-name-end
20754 @findex signal-string
20755 @findex signal-string-end
20756 @item ^Z^Zsignalled
20757 The program exited with a signal.  After the @code{^Z^Zsignalled}, the
20758 annotation continues:
20759
20760 @smallexample
20761 @var{intro-text}
20762 ^Z^Zsignal-name
20763 @var{name}
20764 ^Z^Zsignal-name-end
20765 @var{middle-text}
20766 ^Z^Zsignal-string
20767 @var{string}
20768 ^Z^Zsignal-string-end
20769 @var{end-text}
20770 @end smallexample
20771
20772 @noindent
20773 where @var{name} is the name of the signal, such as @code{SIGILL} or
20774 @code{SIGSEGV}, and @var{string} is the explanation of the signal, such
20775 as @code{Illegal Instruction} or @code{Segmentation fault}.
20776 @var{intro-text}, @var{middle-text}, and @var{end-text} are for the
20777 user's benefit and have no particular format.
20778
20779 @findex signal
20780 @item ^Z^Zsignal
20781 The syntax of this annotation is just like @code{signalled}, but @value{GDBN} is
20782 just saying that the program received the signal, not that it was
20783 terminated with it.
20784
20785 @findex breakpoint
20786 @item ^Z^Zbreakpoint @var{number}
20787 The program hit breakpoint number @var{number}.
20788
20789 @findex watchpoint
20790 @item ^Z^Zwatchpoint @var{number}
20791 The program hit watchpoint number @var{number}.
20792 @end table
20793
20794 @node Source Annotations
20795 @section Displaying Source
20796 @cindex annotations for source display
20797
20798 @findex source
20799 The following annotation is used instead of displaying source code:
20800
20801 @smallexample
20802 ^Z^Zsource @var{filename}:@var{line}:@var{character}:@var{middle}:@var{addr}
20803 @end smallexample
20804
20805 where @var{filename} is an absolute file name indicating which source
20806 file, @var{line} is the line number within that file (where 1 is the
20807 first line in the file), @var{character} is the character position
20808 within the file (where 0 is the first character in the file) (for most
20809 debug formats this will necessarily point to the beginning of a line),
20810 @var{middle} is @samp{middle} if @var{addr} is in the middle of the
20811 line, or @samp{beg} if @var{addr} is at the beginning of the line, and
20812 @var{addr} is the address in the target program associated with the
20813 source which is being displayed.  @var{addr} is in the form @samp{0x}
20814 followed by one or more lowercase hex digits (note that this does not
20815 depend on the language).
20816
20817 @node GDB Bugs
20818 @chapter Reporting Bugs in @value{GDBN}
20819 @cindex bugs in @value{GDBN}
20820 @cindex reporting bugs in @value{GDBN}
20821
20822 Your bug reports play an essential role in making @value{GDBN} reliable.
20823
20824 Reporting a bug may help you by bringing a solution to your problem, or it
20825 may not.  But in any case the principal function of a bug report is to help
20826 the entire community by making the next version of @value{GDBN} work better.  Bug
20827 reports are your contribution to the maintenance of @value{GDBN}.
20828
20829 In order for a bug report to serve its purpose, you must include the
20830 information that enables us to fix the bug.
20831
20832 @menu
20833 * Bug Criteria::                Have you found a bug?
20834 * Bug Reporting::               How to report bugs
20835 @end menu
20836
20837 @node Bug Criteria
20838 @section Have you found a bug?
20839 @cindex bug criteria
20840
20841 If you are not sure whether you have found a bug, here are some guidelines:
20842
20843 @itemize @bullet
20844 @cindex fatal signal
20845 @cindex debugger crash
20846 @cindex crash of debugger
20847 @item
20848 If the debugger gets a fatal signal, for any input whatever, that is a
20849 @value{GDBN} bug.  Reliable debuggers never crash.
20850
20851 @cindex error on valid input
20852 @item
20853 If @value{GDBN} produces an error message for valid input, that is a
20854 bug.  (Note that if you're cross debugging, the problem may also be
20855 somewhere in the connection to the target.)
20856
20857 @cindex invalid input
20858 @item
20859 If @value{GDBN} does not produce an error message for invalid input,
20860 that is a bug.  However, you should note that your idea of
20861 ``invalid input'' might be our idea of ``an extension'' or ``support
20862 for traditional practice''.
20863
20864 @item
20865 If you are an experienced user of debugging tools, your suggestions
20866 for improvement of @value{GDBN} are welcome in any case.
20867 @end itemize
20868
20869 @node Bug Reporting
20870 @section How to report bugs
20871 @cindex bug reports
20872 @cindex @value{GDBN} bugs, reporting
20873
20874 A number of companies and individuals offer support for @sc{gnu} products.
20875 If you obtained @value{GDBN} from a support organization, we recommend you
20876 contact that organization first.
20877
20878 You can find contact information for many support companies and
20879 individuals in the file @file{etc/SERVICE} in the @sc{gnu} Emacs
20880 distribution.
20881 @c should add a web page ref...
20882
20883 In any event, we also recommend that you submit bug reports for
20884 @value{GDBN}.  The prefered method is to submit them directly using
20885 @uref{http://www.gnu.org/software/gdb/bugs/, @value{GDBN}'s Bugs web
20886 page}.  Alternatively, the @email{bug-gdb@@gnu.org, e-mail gateway} can
20887 be used.
20888
20889 @strong{Do not send bug reports to @samp{info-gdb}, or to
20890 @samp{help-gdb}, or to any newsgroups.}  Most users of @value{GDBN} do
20891 not want to receive bug reports.  Those that do have arranged to receive
20892 @samp{bug-gdb}.
20893
20894 The mailing list @samp{bug-gdb} has a newsgroup @samp{gnu.gdb.bug} which
20895 serves as a repeater.  The mailing list and the newsgroup carry exactly
20896 the same messages.  Often people think of posting bug reports to the
20897 newsgroup instead of mailing them.  This appears to work, but it has one
20898 problem which can be crucial: a newsgroup posting often lacks a mail
20899 path back to the sender.  Thus, if we need to ask for more information,
20900 we may be unable to reach you.  For this reason, it is better to send
20901 bug reports to the mailing list.
20902
20903 The fundamental principle of reporting bugs usefully is this:
20904 @strong{report all the facts}.  If you are not sure whether to state a
20905 fact or leave it out, state it!
20906
20907 Often people omit facts because they think they know what causes the
20908 problem and assume that some details do not matter.  Thus, you might
20909 assume that the name of the variable you use in an example does not matter.
20910 Well, probably it does not, but one cannot be sure.  Perhaps the bug is a
20911 stray memory reference which happens to fetch from the location where that
20912 name is stored in memory; perhaps, if the name were different, the contents
20913 of that location would fool the debugger into doing the right thing despite
20914 the bug.  Play it safe and give a specific, complete example.  That is the
20915 easiest thing for you to do, and the most helpful.
20916
20917 Keep in mind that the purpose of a bug report is to enable us to fix the
20918 bug.  It may be that the bug has been reported previously, but neither
20919 you nor we can know that unless your bug report is complete and
20920 self-contained.
20921
20922 Sometimes people give a few sketchy facts and ask, ``Does this ring a
20923 bell?''  Those bug reports are useless, and we urge everyone to
20924 @emph{refuse to respond to them} except to chide the sender to report
20925 bugs properly.
20926
20927 To enable us to fix the bug, you should include all these things:
20928
20929 @itemize @bullet
20930 @item
20931 The version of @value{GDBN}.  @value{GDBN} announces it if you start
20932 with no arguments; you can also print it at any time using @code{show
20933 version}.
20934
20935 Without this, we will not know whether there is any point in looking for
20936 the bug in the current version of @value{GDBN}.
20937
20938 @item
20939 The type of machine you are using, and the operating system name and
20940 version number.
20941
20942 @item
20943 What compiler (and its version) was used to compile @value{GDBN}---e.g.
20944 ``@value{GCC}--2.8.1''.
20945
20946 @item
20947 What compiler (and its version) was used to compile the program you are
20948 debugging---e.g.  ``@value{GCC}--2.8.1'', or ``HP92453-01 A.10.32.03 HP
20949 C Compiler''.  For GCC, you can say @code{gcc --version} to get this
20950 information; for other compilers, see the documentation for those
20951 compilers.
20952
20953 @item
20954 The command arguments you gave the compiler to compile your example and
20955 observe the bug.  For example, did you use @samp{-O}?  To guarantee
20956 you will not omit something important, list them all.  A copy of the
20957 Makefile (or the output from make) is sufficient.
20958
20959 If we were to try to guess the arguments, we would probably guess wrong
20960 and then we might not encounter the bug.
20961
20962 @item
20963 A complete input script, and all necessary source files, that will
20964 reproduce the bug.
20965
20966 @item
20967 A description of what behavior you observe that you believe is
20968 incorrect.  For example, ``It gets a fatal signal.''
20969
20970 Of course, if the bug is that @value{GDBN} gets a fatal signal, then we
20971 will certainly notice it.  But if the bug is incorrect output, we might
20972 not notice unless it is glaringly wrong.  You might as well not give us
20973 a chance to make a mistake.
20974
20975 Even if the problem you experience is a fatal signal, you should still
20976 say so explicitly.  Suppose something strange is going on, such as, your
20977 copy of @value{GDBN} is out of synch, or you have encountered a bug in
20978 the C library on your system.  (This has happened!)  Your copy might
20979 crash and ours would not.  If you told us to expect a crash, then when
20980 ours fails to crash, we would know that the bug was not happening for
20981 us.  If you had not told us to expect a crash, then we would not be able
20982 to draw any conclusion from our observations.
20983
20984 @pindex script
20985 @cindex recording a session script
20986 To collect all this information, you can use a session recording program
20987 such as @command{script}, which is available on many Unix systems.
20988 Just run your @value{GDBN} session inside @command{script} and then
20989 include the @file{typescript} file with your bug report.
20990
20991 Another way to record a @value{GDBN} session is to run @value{GDBN}
20992 inside Emacs and then save the entire buffer to a file.
20993
20994 @item
20995 If you wish to suggest changes to the @value{GDBN} source, send us context
20996 diffs.  If you even discuss something in the @value{GDBN} source, refer to
20997 it by context, not by line number.
20998
20999 The line numbers in our development sources will not match those in your
21000 sources.  Your line numbers would convey no useful information to us.
21001
21002 @end itemize
21003
21004 Here are some things that are not necessary:
21005
21006 @itemize @bullet
21007 @item
21008 A description of the envelope of the bug.
21009
21010 Often people who encounter a bug spend a lot of time investigating
21011 which changes to the input file will make the bug go away and which
21012 changes will not affect it.
21013
21014 This is often time consuming and not very useful, because the way we
21015 will find the bug is by running a single example under the debugger
21016 with breakpoints, not by pure deduction from a series of examples.
21017 We recommend that you save your time for something else.
21018
21019 Of course, if you can find a simpler example to report @emph{instead}
21020 of the original one, that is a convenience for us.  Errors in the
21021 output will be easier to spot, running under the debugger will take
21022 less time, and so on.
21023
21024 However, simplification is not vital; if you do not want to do this,
21025 report the bug anyway and send us the entire test case you used.
21026
21027 @item
21028 A patch for the bug.
21029
21030 A patch for the bug does help us if it is a good one.  But do not omit
21031 the necessary information, such as the test case, on the assumption that
21032 a patch is all we need.  We might see problems with your patch and decide
21033 to fix the problem another way, or we might not understand it at all.
21034
21035 Sometimes with a program as complicated as @value{GDBN} it is very hard to
21036 construct an example that will make the program follow a certain path
21037 through the code.  If you do not send us the example, we will not be able
21038 to construct one, so we will not be able to verify that the bug is fixed.
21039
21040 And if we cannot understand what bug you are trying to fix, or why your
21041 patch should be an improvement, we will not install it.  A test case will
21042 help us to understand.
21043
21044 @item
21045 A guess about what the bug is or what it depends on.
21046
21047 Such guesses are usually wrong.  Even we cannot guess right about such
21048 things without first using the debugger to find the facts.
21049 @end itemize
21050
21051 @c The readline documentation is distributed with the readline code
21052 @c and consists of the two following files:
21053 @c     rluser.texinfo
21054 @c     inc-hist.texinfo
21055 @c Use -I with makeinfo to point to the appropriate directory,
21056 @c environment var TEXINPUTS with TeX.
21057 @include rluser.texinfo
21058 @include inc-hist.texinfo
21059
21060
21061 @node Formatting Documentation
21062 @appendix Formatting Documentation
21063
21064 @cindex @value{GDBN} reference card
21065 @cindex reference card
21066 The @value{GDBN} 4 release includes an already-formatted reference card, ready
21067 for printing with PostScript or Ghostscript, in the @file{gdb}
21068 subdirectory of the main source directory@footnote{In
21069 @file{gdb-@value{GDBVN}/gdb/refcard.ps} of the version @value{GDBVN}
21070 release.}.  If you can use PostScript or Ghostscript with your printer,
21071 you can print the reference card immediately with @file{refcard.ps}.
21072
21073 The release also includes the source for the reference card.  You
21074 can format it, using @TeX{}, by typing:
21075
21076 @smallexample
21077 make refcard.dvi
21078 @end smallexample
21079
21080 The @value{GDBN} reference card is designed to print in @dfn{landscape}
21081 mode on US ``letter'' size paper;
21082 that is, on a sheet 11 inches wide by 8.5 inches
21083 high.  You will need to specify this form of printing as an option to
21084 your @sc{dvi} output program.
21085
21086 @cindex documentation
21087
21088 All the documentation for @value{GDBN} comes as part of the machine-readable
21089 distribution.  The documentation is written in Texinfo format, which is
21090 a documentation system that uses a single source file to produce both
21091 on-line information and a printed manual.  You can use one of the Info
21092 formatting commands to create the on-line version of the documentation
21093 and @TeX{} (or @code{texi2roff}) to typeset the printed version.
21094
21095 @value{GDBN} includes an already formatted copy of the on-line Info
21096 version of this manual in the @file{gdb} subdirectory.  The main Info
21097 file is @file{gdb-@value{GDBVN}/gdb/gdb.info}, and it refers to
21098 subordinate files matching @samp{gdb.info*} in the same directory.  If
21099 necessary, you can print out these files, or read them with any editor;
21100 but they are easier to read using the @code{info} subsystem in @sc{gnu}
21101 Emacs or the standalone @code{info} program, available as part of the
21102 @sc{gnu} Texinfo distribution.
21103
21104 If you want to format these Info files yourself, you need one of the
21105 Info formatting programs, such as @code{texinfo-format-buffer} or
21106 @code{makeinfo}.
21107
21108 If you have @code{makeinfo} installed, and are in the top level
21109 @value{GDBN} source directory (@file{gdb-@value{GDBVN}}, in the case of
21110 version @value{GDBVN}), you can make the Info file by typing:
21111
21112 @smallexample
21113 cd gdb
21114 make gdb.info
21115 @end smallexample
21116
21117 If you want to typeset and print copies of this manual, you need @TeX{},
21118 a program to print its @sc{dvi} output files, and @file{texinfo.tex}, the
21119 Texinfo definitions file.
21120
21121 @TeX{} is a typesetting program; it does not print files directly, but
21122 produces output files called @sc{dvi} files.  To print a typeset
21123 document, you need a program to print @sc{dvi} files.  If your system
21124 has @TeX{} installed, chances are it has such a program.  The precise
21125 command to use depends on your system; @kbd{lpr -d} is common; another
21126 (for PostScript devices) is @kbd{dvips}.  The @sc{dvi} print command may
21127 require a file name without any extension or a @samp{.dvi} extension.
21128
21129 @TeX{} also requires a macro definitions file called
21130 @file{texinfo.tex}.  This file tells @TeX{} how to typeset a document
21131 written in Texinfo format.  On its own, @TeX{} cannot either read or
21132 typeset a Texinfo file.  @file{texinfo.tex} is distributed with GDB
21133 and is located in the @file{gdb-@var{version-number}/texinfo}
21134 directory.
21135
21136 If you have @TeX{} and a @sc{dvi} printer program installed, you can
21137 typeset and print this manual.  First switch to the the @file{gdb}
21138 subdirectory of the main source directory (for example, to
21139 @file{gdb-@value{GDBVN}/gdb}) and type:
21140
21141 @smallexample
21142 make gdb.dvi
21143 @end smallexample
21144
21145 Then give @file{gdb.dvi} to your @sc{dvi} printing program.
21146
21147 @node Installing GDB
21148 @appendix Installing @value{GDBN}
21149 @cindex configuring @value{GDBN}
21150 @cindex installation
21151 @cindex configuring @value{GDBN}, and source tree subdirectories
21152
21153 @value{GDBN} comes with a @code{configure} script that automates the process
21154 of preparing @value{GDBN} for installation; you can then use @code{make} to
21155 build the @code{gdb} program.
21156 @iftex
21157 @c irrelevant in info file; it's as current as the code it lives with.
21158 @footnote{If you have a more recent version of @value{GDBN} than @value{GDBVN},
21159 look at the @file{README} file in the sources; we may have improved the
21160 installation procedures since publishing this manual.}
21161 @end iftex
21162
21163 The @value{GDBN} distribution includes all the source code you need for
21164 @value{GDBN} in a single directory, whose name is usually composed by
21165 appending the version number to @samp{gdb}.
21166
21167 For example, the @value{GDBN} version @value{GDBVN} distribution is in the
21168 @file{gdb-@value{GDBVN}} directory.  That directory contains:
21169
21170 @table @code
21171 @item gdb-@value{GDBVN}/configure @r{(and supporting files)}
21172 script for configuring @value{GDBN} and all its supporting libraries
21173
21174 @item gdb-@value{GDBVN}/gdb
21175 the source specific to @value{GDBN} itself
21176
21177 @item gdb-@value{GDBVN}/bfd
21178 source for the Binary File Descriptor library
21179
21180 @item gdb-@value{GDBVN}/include
21181 @sc{gnu} include files
21182
21183 @item gdb-@value{GDBVN}/libiberty
21184 source for the @samp{-liberty} free software library
21185
21186 @item gdb-@value{GDBVN}/opcodes
21187 source for the library of opcode tables and disassemblers
21188
21189 @item gdb-@value{GDBVN}/readline
21190 source for the @sc{gnu} command-line interface
21191
21192 @item gdb-@value{GDBVN}/glob
21193 source for the @sc{gnu} filename pattern-matching subroutine
21194
21195 @item gdb-@value{GDBVN}/mmalloc
21196 source for the @sc{gnu} memory-mapped malloc package
21197 @end table
21198
21199 The simplest way to configure and build @value{GDBN} is to run @code{configure}
21200 from the @file{gdb-@var{version-number}} source directory, which in
21201 this example is the @file{gdb-@value{GDBVN}} directory.
21202
21203 First switch to the @file{gdb-@var{version-number}} source directory
21204 if you are not already in it; then run @code{configure}.  Pass the
21205 identifier for the platform on which @value{GDBN} will run as an
21206 argument.
21207
21208 For example:
21209
21210 @smallexample
21211 cd gdb-@value{GDBVN}
21212 ./configure @var{host}
21213 make
21214 @end smallexample
21215
21216 @noindent
21217 where @var{host} is an identifier such as @samp{sun4} or
21218 @samp{decstation}, that identifies the platform where @value{GDBN} will run.
21219 (You can often leave off @var{host}; @code{configure} tries to guess the
21220 correct value by examining your system.)
21221
21222 Running @samp{configure @var{host}} and then running @code{make} builds the
21223 @file{bfd}, @file{readline}, @file{mmalloc}, and @file{libiberty}
21224 libraries, then @code{gdb} itself.  The configured source files, and the
21225 binaries, are left in the corresponding source directories.
21226
21227 @need 750
21228 @code{configure} is a Bourne-shell (@code{/bin/sh}) script; if your
21229 system does not recognize this automatically when you run a different
21230 shell, you may need to run @code{sh} on it explicitly:
21231
21232 @smallexample
21233 sh configure @var{host}
21234 @end smallexample
21235
21236 If you run @code{configure} from a directory that contains source
21237 directories for multiple libraries or programs, such as the
21238 @file{gdb-@value{GDBVN}} source directory for version @value{GDBVN}, @code{configure}
21239 creates configuration files for every directory level underneath (unless
21240 you tell it not to, with the @samp{--norecursion} option).
21241
21242 You should run the @code{configure} script from the top directory in the
21243 source tree, the @file{gdb-@var{version-number}} directory.  If you run
21244 @code{configure} from one of the subdirectories, you will configure only
21245 that subdirectory.  That is usually not what you want.  In particular,
21246 if you run the first @code{configure} from the @file{gdb} subdirectory
21247 of the @file{gdb-@var{version-number}} directory, you will omit the
21248 configuration of @file{bfd}, @file{readline}, and other sibling
21249 directories of the @file{gdb} subdirectory.  This leads to build errors
21250 about missing include files such as @file{bfd/bfd.h}.
21251
21252 You can install @code{@value{GDBP}} anywhere; it has no hardwired paths.
21253 However, you should make sure that the shell on your path (named by
21254 the @samp{SHELL} environment variable) is publicly readable.  Remember
21255 that @value{GDBN} uses the shell to start your program---some systems refuse to
21256 let @value{GDBN} debug child processes whose programs are not readable.
21257
21258 @menu
21259 * Separate Objdir::             Compiling @value{GDBN} in another directory
21260 * Config Names::                Specifying names for hosts and targets
21261 * Configure Options::           Summary of options for configure
21262 @end menu
21263
21264 @node Separate Objdir
21265 @section Compiling @value{GDBN} in another directory
21266
21267 If you want to run @value{GDBN} versions for several host or target machines,
21268 you need a different @code{gdb} compiled for each combination of
21269 host and target.  @code{configure} is designed to make this easy by
21270 allowing you to generate each configuration in a separate subdirectory,
21271 rather than in the source directory.  If your @code{make} program
21272 handles the @samp{VPATH} feature (@sc{gnu} @code{make} does), running
21273 @code{make} in each of these directories builds the @code{gdb}
21274 program specified there.
21275
21276 To build @code{gdb} in a separate directory, run @code{configure}
21277 with the @samp{--srcdir} option to specify where to find the source.
21278 (You also need to specify a path to find @code{configure}
21279 itself from your working directory.  If the path to @code{configure}
21280 would be the same as the argument to @samp{--srcdir}, you can leave out
21281 the @samp{--srcdir} option; it is assumed.)
21282
21283 For example, with version @value{GDBVN}, you can build @value{GDBN} in a
21284 separate directory for a Sun 4 like this:
21285
21286 @smallexample
21287 @group
21288 cd gdb-@value{GDBVN}
21289 mkdir ../gdb-sun4
21290 cd ../gdb-sun4
21291 ../gdb-@value{GDBVN}/configure sun4
21292 make
21293 @end group
21294 @end smallexample
21295
21296 When @code{configure} builds a configuration using a remote source
21297 directory, it creates a tree for the binaries with the same structure
21298 (and using the same names) as the tree under the source directory.  In
21299 the example, you'd find the Sun 4 library @file{libiberty.a} in the
21300 directory @file{gdb-sun4/libiberty}, and @value{GDBN} itself in
21301 @file{gdb-sun4/gdb}.
21302
21303 Make sure that your path to the @file{configure} script has just one
21304 instance of @file{gdb} in it.  If your path to @file{configure} looks
21305 like @file{../gdb-@value{GDBVN}/gdb/configure}, you are configuring only
21306 one subdirectory of @value{GDBN}, not the whole package.  This leads to
21307 build errors about missing include files such as @file{bfd/bfd.h}.
21308
21309 One popular reason to build several @value{GDBN} configurations in separate
21310 directories is to configure @value{GDBN} for cross-compiling (where
21311 @value{GDBN} runs on one machine---the @dfn{host}---while debugging
21312 programs that run on another machine---the @dfn{target}).
21313 You specify a cross-debugging target by
21314 giving the @samp{--target=@var{target}} option to @code{configure}.
21315
21316 When you run @code{make} to build a program or library, you must run
21317 it in a configured directory---whatever directory you were in when you
21318 called @code{configure} (or one of its subdirectories).
21319
21320 The @code{Makefile} that @code{configure} generates in each source
21321 directory also runs recursively.  If you type @code{make} in a source
21322 directory such as @file{gdb-@value{GDBVN}} (or in a separate configured
21323 directory configured with @samp{--srcdir=@var{dirname}/gdb-@value{GDBVN}}), you
21324 will build all the required libraries, and then build GDB.
21325
21326 When you have multiple hosts or targets configured in separate
21327 directories, you can run @code{make} on them in parallel (for example,
21328 if they are NFS-mounted on each of the hosts); they will not interfere
21329 with each other.
21330
21331 @node Config Names
21332 @section Specifying names for hosts and targets
21333
21334 The specifications used for hosts and targets in the @code{configure}
21335 script are based on a three-part naming scheme, but some short predefined
21336 aliases are also supported.  The full naming scheme encodes three pieces
21337 of information in the following pattern:
21338
21339 @smallexample
21340 @var{architecture}-@var{vendor}-@var{os}
21341 @end smallexample
21342
21343 For example, you can use the alias @code{sun4} as a @var{host} argument,
21344 or as the value for @var{target} in a @code{--target=@var{target}}
21345 option.  The equivalent full name is @samp{sparc-sun-sunos4}.
21346
21347 The @code{configure} script accompanying @value{GDBN} does not provide
21348 any query facility to list all supported host and target names or
21349 aliases.  @code{configure} calls the Bourne shell script
21350 @code{config.sub} to map abbreviations to full names; you can read the
21351 script, if you wish, or you can use it to test your guesses on
21352 abbreviations---for example:
21353
21354 @smallexample
21355 % sh config.sub i386-linux
21356 i386-pc-linux-gnu
21357 % sh config.sub alpha-linux
21358 alpha-unknown-linux-gnu
21359 % sh config.sub hp9k700
21360 hppa1.1-hp-hpux
21361 % sh config.sub sun4
21362 sparc-sun-sunos4.1.1
21363 % sh config.sub sun3
21364 m68k-sun-sunos4.1.1
21365 % sh config.sub i986v
21366 Invalid configuration `i986v': machine `i986v' not recognized
21367 @end smallexample
21368
21369 @noindent
21370 @code{config.sub} is also distributed in the @value{GDBN} source
21371 directory (@file{gdb-@value{GDBVN}}, for version @value{GDBVN}).
21372
21373 @node Configure Options
21374 @section @code{configure} options
21375
21376 Here is a summary of the @code{configure} options and arguments that
21377 are most often useful for building @value{GDBN}.  @code{configure} also has
21378 several other options not listed here.  @inforef{What Configure
21379 Does,,configure.info}, for a full explanation of @code{configure}.
21380
21381 @smallexample
21382 configure @r{[}--help@r{]}
21383           @r{[}--prefix=@var{dir}@r{]}
21384           @r{[}--exec-prefix=@var{dir}@r{]}
21385           @r{[}--srcdir=@var{dirname}@r{]}
21386           @r{[}--norecursion@r{]} @r{[}--rm@r{]}
21387           @r{[}--target=@var{target}@r{]}
21388           @var{host}
21389 @end smallexample
21390
21391 @noindent
21392 You may introduce options with a single @samp{-} rather than
21393 @samp{--} if you prefer; but you may abbreviate option names if you use
21394 @samp{--}.
21395
21396 @table @code
21397 @item --help
21398 Display a quick summary of how to invoke @code{configure}.
21399
21400 @item --prefix=@var{dir}
21401 Configure the source to install programs and files under directory
21402 @file{@var{dir}}.
21403
21404 @item --exec-prefix=@var{dir}
21405 Configure the source to install programs under directory
21406 @file{@var{dir}}.
21407
21408 @c avoid splitting the warning from the explanation:
21409 @need 2000
21410 @item --srcdir=@var{dirname}
21411 @strong{Warning: using this option requires @sc{gnu} @code{make}, or another
21412 @code{make} that implements the @code{VPATH} feature.}@*
21413 Use this option to make configurations in directories separate from the
21414 @value{GDBN} source directories.  Among other things, you can use this to
21415 build (or maintain) several configurations simultaneously, in separate
21416 directories.  @code{configure} writes configuration specific files in
21417 the current directory, but arranges for them to use the source in the
21418 directory @var{dirname}.  @code{configure} creates directories under
21419 the working directory in parallel to the source directories below
21420 @var{dirname}.
21421
21422 @item --norecursion
21423 Configure only the directory level where @code{configure} is executed; do not
21424 propagate configuration to subdirectories.
21425
21426 @item --target=@var{target}
21427 Configure @value{GDBN} for cross-debugging programs running on the specified
21428 @var{target}.  Without this option, @value{GDBN} is configured to debug
21429 programs that run on the same machine (@var{host}) as @value{GDBN} itself.
21430
21431 There is no convenient way to generate a list of all available targets.
21432
21433 @item @var{host} @dots{}
21434 Configure @value{GDBN} to run on the specified @var{host}.
21435
21436 There is no convenient way to generate a list of all available hosts.
21437 @end table
21438
21439 There are many other options available as well, but they are generally
21440 needed for special purposes only.
21441
21442 @node Maintenance Commands
21443 @appendix Maintenance Commands
21444 @cindex maintenance commands
21445 @cindex internal commands
21446
21447 In addition to commands intended for @value{GDBN} users, @value{GDBN}
21448 includes a number of commands intended for @value{GDBN} developers,
21449 that are not documented elsewhere in this manual.  These commands are
21450 provided here for reference.  (For commands that turn on debugging
21451 messages, see @ref{Debugging Output}.)
21452
21453 @table @code
21454 @kindex maint agent
21455 @item maint agent @var{expression}
21456 Translate the given @var{expression} into remote agent bytecodes.
21457 This command is useful for debugging the Agent Expression mechanism
21458 (@pxref{Agent Expressions}).
21459
21460 @kindex maint info breakpoints
21461 @item @anchor{maint info breakpoints}maint info breakpoints
21462 Using the same format as @samp{info breakpoints}, display both the
21463 breakpoints you've set explicitly, and those @value{GDBN} is using for
21464 internal purposes.  Internal breakpoints are shown with negative
21465 breakpoint numbers.  The type column identifies what kind of breakpoint
21466 is shown:
21467
21468 @table @code
21469 @item breakpoint
21470 Normal, explicitly set breakpoint.
21471
21472 @item watchpoint
21473 Normal, explicitly set watchpoint.
21474
21475 @item longjmp
21476 Internal breakpoint, used to handle correctly stepping through
21477 @code{longjmp} calls.
21478
21479 @item longjmp resume
21480 Internal breakpoint at the target of a @code{longjmp}.
21481
21482 @item until
21483 Temporary internal breakpoint used by the @value{GDBN} @code{until} command.
21484
21485 @item finish
21486 Temporary internal breakpoint used by the @value{GDBN} @code{finish} command.
21487
21488 @item shlib events
21489 Shared library events.
21490
21491 @end table
21492
21493 @kindex maint check-symtabs
21494 @item maint check-symtabs
21495 Check the consistency of psymtabs and symtabs.
21496
21497 @kindex maint cplus first_component
21498 @item maint cplus first_component @var{name}
21499 Print the first C@t{++} class/namespace component of @var{name}.
21500
21501 @kindex maint cplus namespace
21502 @item maint cplus namespace
21503 Print the list of possible C@t{++} namespaces.
21504
21505 @kindex maint demangle
21506 @item maint demangle @var{name}
21507 Demangle a C@t{++} or Objective-C manled @var{name}.
21508
21509 @kindex maint deprecate
21510 @kindex maint undeprecate
21511 @cindex deprecated commands
21512 @item maint deprecate @var{command} @r{[}@var{replacement}@r{]}
21513 @itemx maint undeprecate @var{command}
21514 Deprecate or undeprecate the named @var{command}.  Deprecated commands
21515 cause @value{GDBN} to issue a warning when you use them.  The optional
21516 argument @var{replacement} says which newer command should be used in
21517 favor of the deprecated one; if it is given, @value{GDBN} will mention
21518 the replacement as part of the warning.
21519
21520 @kindex maint dump-me
21521 @item maint dump-me
21522 @cindex @code{SIGQUIT} signal, dump core of @value{GDBN}
21523 Cause a fatal signal in the debugger and force it to dump its core.
21524 This is supported only on systems which support aborting a program
21525 with the @code{SIGQUIT} signal.
21526
21527 @kindex maint internal-error
21528 @kindex maint internal-warning
21529 @item maint internal-error @r{[}@var{message-text}@r{]}
21530 @itemx maint internal-warning @r{[}@var{message-text}@r{]}
21531 Cause @value{GDBN} to call the internal function @code{internal_error}
21532 or @code{internal_warning} and hence behave as though an internal error
21533 or internal warning has been detected.  In addition to reporting the
21534 internal problem, these functions give the user the opportunity to
21535 either quit @value{GDBN} or create a core file of the current
21536 @value{GDBN} session.
21537
21538 These commands take an optional parameter @var{message-text} that is
21539 used as the text of the error or warning message.
21540
21541 Here's an example of using @code{indernal-error}:
21542
21543 @smallexample
21544 (@value{GDBP}) @kbd{maint internal-error testing, 1, 2}
21545 @dots{}/maint.c:121: internal-error: testing, 1, 2
21546 A problem internal to GDB has been detected.  Further
21547 debugging may prove unreliable.
21548 Quit this debugging session? (y or n) @kbd{n}
21549 Create a core file? (y or n) @kbd{n}
21550 (@value{GDBP})
21551 @end smallexample
21552
21553 @kindex maint packet
21554 @item maint packet @var{text}
21555 If @value{GDBN} is talking to an inferior via the serial protocol,
21556 then this command sends the string @var{text} to the inferior, and
21557 displays the response packet.  @value{GDBN} supplies the initial
21558 @samp{$} character, the terminating @samp{#} character, and the
21559 checksum.
21560
21561 @kindex maint print architecture
21562 @item maint print architecture @r{[}@var{file}@r{]}
21563 Print the entire architecture configuration.  The optional argument
21564 @var{file} names the file where the output goes.
21565
21566 @kindex maint print dummy-frames
21567 @item maint print dummy-frames
21568 Prints the contents of @value{GDBN}'s internal dummy-frame stack.
21569
21570 @smallexample
21571 (@value{GDBP}) @kbd{b add}
21572 @dots{}
21573 (@value{GDBP}) @kbd{print add(2,3)}
21574 Breakpoint 2, add (a=2, b=3) at @dots{}
21575 58        return (a + b);
21576 The program being debugged stopped while in a function called from GDB.
21577 @dots{}
21578 (@value{GDBP}) @kbd{maint print dummy-frames}
21579 0x1a57c80: pc=0x01014068 fp=0x0200bddc sp=0x0200bdd6
21580  top=0x0200bdd4 id=@{stack=0x200bddc,code=0x101405c@}
21581  call_lo=0x01014000 call_hi=0x01014001
21582 (@value{GDBP})
21583 @end smallexample
21584
21585 Takes an optional file parameter.
21586
21587 @kindex maint print registers
21588 @kindex maint print raw-registers
21589 @kindex maint print cooked-registers
21590 @kindex maint print register-groups
21591 @item maint print registers @r{[}@var{file}@r{]}
21592 @itemx maint print raw-registers @r{[}@var{file}@r{]}
21593 @itemx maint print cooked-registers @r{[}@var{file}@r{]}
21594 @itemx maint print register-groups @r{[}@var{file}@r{]}
21595 Print @value{GDBN}'s internal register data structures.
21596
21597 The command @code{maint print raw-registers} includes the contents of
21598 the raw register cache; the command @code{maint print cooked-registers}
21599 includes the (cooked) value of all registers; and the command
21600 @code{maint print register-groups} includes the groups that each
21601 register is a member of.  @xref{Registers,, Registers, gdbint,
21602 @value{GDBN} Internals}.
21603
21604 These commands take an optional parameter, a file name to which to
21605 write the information.
21606
21607 @kindex maint print reggroups
21608 @item maint print reggroups @r{[}@var{file}@r{]}
21609 Print @value{GDBN}'s internal register group data structures.  The
21610 optional argument @var{file} tells to what file to write the
21611 information.
21612
21613 The register groups info looks like this:
21614
21615 @smallexample
21616 (@value{GDBP}) @kbd{maint print reggroups}
21617  Group      Type
21618  general    user
21619  float      user
21620  all        user
21621  vector     user
21622  system     user
21623  save       internal
21624  restore    internal
21625 @end smallexample
21626
21627 @kindex flushregs
21628 @item flushregs
21629 This command forces @value{GDBN} to flush its internal register cache.
21630
21631 @kindex maint print objfiles
21632 @cindex info for known object files
21633 @item maint print objfiles
21634 Print a dump of all known object files.  For each object file, this
21635 command prints its name, address in memory, and all of its psymtabs
21636 and symtabs.
21637
21638 @kindex maint print statistics
21639 @cindex bcache statistics
21640 @item maint print statistics
21641 This command prints, for each object file in the program, various data
21642 about that object file followed by the byte cache (@dfn{bcache})
21643 statistics for the object file.  The objfile data includes the number
21644 of minimal, partical, full, and stabs symbols, the number of types
21645 defined by the objfile, the number of as yet unexpanded psym tables,
21646 the number of line tables and string tables, and the amount of memory
21647 used by the various tables.  The bcache statistics include the counts,
21648 sizes, and counts of duplicates of all and unique objects, max,
21649 average, and median entry size, total memory used and its overhead and
21650 savings, and various measures of the hash table size and chain
21651 lengths.
21652
21653 @kindex maint print type
21654 @cindex type chain of a data type
21655 @item maint print type @var{expr}
21656 Print the type chain for a type specified by @var{expr}.  The argument
21657 can be either a type name or a symbol.  If it is a symbol, the type of
21658 that symbol is described.  The type chain produced by this command is
21659 a recursive definition of the data type as stored in @value{GDBN}'s
21660 data structures, including its flags and contained types.
21661
21662 @kindex maint set dwarf2 max-cache-age
21663 @kindex maint show dwarf2 max-cache-age
21664 @item maint set dwarf2 max-cache-age
21665 @itemx maint show dwarf2 max-cache-age
21666 Control the DWARF 2 compilation unit cache.
21667
21668 @cindex DWARF 2 compilation units cache
21669 In object files with inter-compilation-unit references, such as those
21670 produced by the GCC option @samp{-feliminate-dwarf2-dups}, the DWARF 2
21671 reader needs to frequently refer to previously read compilation units.
21672 This setting controls how long a compilation unit will remain in the
21673 cache if it is not referenced.  A higher limit means that cached
21674 compilation units will be stored in memory longer, and more total
21675 memory will be used.  Setting it to zero disables caching, which will
21676 slow down @value{GDBN} startup, but reduce memory consumption.
21677
21678 @kindex maint set profile
21679 @kindex maint show profile
21680 @cindex profiling GDB
21681 @item maint set profile
21682 @itemx maint show profile
21683 Control profiling of @value{GDBN}.
21684
21685 Profiling will be disabled until you use the @samp{maint set profile}
21686 command to enable it.  When you enable profiling, the system will begin
21687 collecting timing and execution count data; when you disable profiling or
21688 exit @value{GDBN}, the results will be written to a log file.  Remember that
21689 if you use profiling, @value{GDBN} will overwrite the profiling log file
21690 (often called @file{gmon.out}).  If you have a record of important profiling
21691 data in a @file{gmon.out} file, be sure to move it to a safe location.
21692
21693 Configuring with @samp{--enable-profiling} arranges for @value{GDBN} to be
21694 compiled with the @samp{-pg} compiler option.
21695
21696 @kindex maint show-debug-regs
21697 @cindex x86 hardware debug registers
21698 @item maint show-debug-regs
21699 Control whether to show variables that mirror the x86 hardware debug
21700 registers.  Use @code{ON} to enable, @code{OFF} to disable.  If
21701 enabled, the debug registers values are shown when GDB inserts or
21702 removes a hardware breakpoint or watchpoint, and when the inferior
21703 triggers a hardware-assisted breakpoint or watchpoint.
21704
21705 @kindex maint space
21706 @cindex memory used by commands
21707 @item maint space
21708 Control whether to display memory usage for each command.  If set to a
21709 nonzero value, @value{GDBN} will display how much memory each command
21710 took, following the command's own output.  This can also be requested
21711 by invoking @value{GDBN} with the @option{--statistics} command-line
21712 switch (@pxref{Mode Options}).
21713
21714 @kindex maint time
21715 @cindex time of command execution
21716 @item maint time
21717 Control whether to display the execution time for each command.  If
21718 set to a nonzero value, @value{GDBN} will display how much time it
21719 took to execute each command, following the command's own output.
21720 This can also be requested by invoking @value{GDBN} with the
21721 @option{--statistics} command-line switch (@pxref{Mode Options}).
21722
21723 @kindex maint translate-address
21724 @item maint translate-address @r{[}@var{section}@r{]} @var{addr}
21725 Find the symbol stored at the location specified by the address
21726 @var{addr} and an optional section name @var{section}.  If found,
21727 @value{GDBN} prints the name of the closest symbol and an offset from
21728 the symbol's location to the specified address.  This is similar to
21729 the @code{info address} command (@pxref{Symbols}), except that this
21730 command also allows to find symbols in other sections.
21731
21732 @end table
21733
21734 The following command is useful for non-interactive invocations of
21735 @value{GDBN}, such as in the test suite.
21736
21737 @table @code
21738 @item set watchdog @var{nsec}
21739 @kindex set watchdog
21740 @cindex watchdog timer
21741 @cindex timeout for commands
21742 Set the maximum number of seconds @value{GDBN} will wait for the
21743 target operation to finish.  If this time expires, @value{GDBN}
21744 reports and error and the command is aborted.
21745
21746 @item show watchdog
21747 Show the current setting of the target wait timeout.
21748 @end table
21749
21750 @node Remote Protocol
21751 @appendix @value{GDBN} Remote Serial Protocol
21752
21753 @menu
21754 * Overview::
21755 * Packets::
21756 * Stop Reply Packets::
21757 * General Query Packets::
21758 * Register Packet Format::
21759 * Examples::
21760 * File-I/O remote protocol extension::
21761 @end menu
21762
21763 @node Overview
21764 @section Overview
21765
21766 There may be occasions when you need to know something about the
21767 protocol---for example, if there is only one serial port to your target
21768 machine, you might want your program to do something special if it
21769 recognizes a packet meant for @value{GDBN}.
21770
21771 In the examples below, @samp{->} and @samp{<-} are used to indicate
21772 transmitted and received data respectfully.
21773
21774 @cindex protocol, @value{GDBN} remote serial
21775 @cindex serial protocol, @value{GDBN} remote
21776 @cindex remote serial protocol
21777 All @value{GDBN} commands and responses (other than acknowledgments) are
21778 sent as a @var{packet}.  A @var{packet} is introduced with the character
21779 @samp{$}, the actual @var{packet-data}, and the terminating character
21780 @samp{#} followed by a two-digit @var{checksum}:
21781
21782 @smallexample
21783 @code{$}@var{packet-data}@code{#}@var{checksum}
21784 @end smallexample
21785 @noindent
21786
21787 @cindex checksum, for @value{GDBN} remote
21788 @noindent
21789 The two-digit @var{checksum} is computed as the modulo 256 sum of all
21790 characters between the leading @samp{$} and the trailing @samp{#} (an
21791 eight bit unsigned checksum).
21792
21793 Implementors should note that prior to @value{GDBN} 5.0 the protocol
21794 specification also included an optional two-digit @var{sequence-id}:
21795
21796 @smallexample
21797 @code{$}@var{sequence-id}@code{:}@var{packet-data}@code{#}@var{checksum}
21798 @end smallexample
21799
21800 @cindex sequence-id, for @value{GDBN} remote
21801 @noindent
21802 That @var{sequence-id} was appended to the acknowledgment.  @value{GDBN}
21803 has never output @var{sequence-id}s.  Stubs that handle packets added
21804 since @value{GDBN} 5.0 must not accept @var{sequence-id}.
21805
21806 @cindex acknowledgment, for @value{GDBN} remote
21807 When either the host or the target machine receives a packet, the first
21808 response expected is an acknowledgment: either @samp{+} (to indicate
21809 the package was received correctly) or @samp{-} (to request
21810 retransmission):
21811
21812 @smallexample
21813 -> @code{$}@var{packet-data}@code{#}@var{checksum}
21814 <- @code{+}
21815 @end smallexample
21816 @noindent
21817
21818 The host (@value{GDBN}) sends @var{command}s, and the target (the
21819 debugging stub incorporated in your program) sends a @var{response}.  In
21820 the case of step and continue @var{command}s, the response is only sent
21821 when the operation has completed (the target has again stopped).
21822
21823 @var{packet-data} consists of a sequence of characters with the
21824 exception of @samp{#} and @samp{$} (see @samp{X} packet for additional
21825 exceptions).
21826
21827 Fields within the packet should be separated using @samp{,} @samp{;} or
21828 @cindex remote protocol, field separator
21829 @samp{:}.  Except where otherwise noted all numbers are represented in
21830 @sc{hex} with leading zeros suppressed.
21831
21832 Implementors should note that prior to @value{GDBN} 5.0, the character
21833 @samp{:} could not appear as the third character in a packet (as it
21834 would potentially conflict with the @var{sequence-id}).
21835
21836 Response @var{data} can be run-length encoded to save space.  A @samp{*}
21837 means that the next character is an @sc{ascii} encoding giving a repeat count
21838 which stands for that many repetitions of the character preceding the
21839 @samp{*}.  The encoding is @code{n+29}, yielding a printable character
21840 where @code{n >=3} (which is where rle starts to win).  The printable
21841 characters @samp{$}, @samp{#}, @samp{+} and @samp{-} or with a numeric
21842 value greater than 126 should not be used.
21843
21844 So:
21845 @smallexample
21846 "@code{0* }"
21847 @end smallexample
21848 @noindent
21849 means the same as "0000".
21850
21851 The error response returned for some packets includes a two character
21852 error number.  That number is not well defined.
21853
21854 For any @var{command} not supported by the stub, an empty response
21855 (@samp{$#00}) should be returned.  That way it is possible to extend the
21856 protocol.  A newer @value{GDBN} can tell if a packet is supported based
21857 on that response.
21858
21859 A stub is required to support the @samp{g}, @samp{G}, @samp{m}, @samp{M},
21860 @samp{c}, and @samp{s} @var{command}s.  All other @var{command}s are
21861 optional.
21862
21863 @node Packets
21864 @section Packets
21865
21866 The following table provides a complete list of all currently defined
21867 @var{command}s and their corresponding response @var{data}.
21868 @xref{File-I/O remote protocol extension}, for details about the File
21869 I/O extension of the remote protocol.
21870
21871 @table @r
21872
21873 @item @code{!} --- extended mode
21874 @cindex @code{!} packet
21875
21876 Enable extended mode.  In extended mode, the remote server is made
21877 persistent.  The @samp{R} packet is used to restart the program being
21878 debugged.
21879
21880 Reply:
21881 @table @samp
21882 @item OK
21883 The remote target both supports and has enabled extended mode.
21884 @end table
21885
21886 @item @code{?} --- last signal
21887 @cindex @code{?} packet
21888
21889 Indicate the reason the target halted.  The reply is the same as for
21890 step and continue.
21891
21892 Reply:
21893 @xref{Stop Reply Packets}, for the reply specifications.
21894
21895 @item @code{a} --- reserved
21896
21897 Reserved for future use.
21898
21899 @item @code{A}@var{arglen}@code{,}@var{argnum}@code{,}@var{arg}@code{,@dots{}} ---  set program arguments @strong{(reserved)}
21900 @cindex @code{A} packet
21901
21902 Initialized @samp{argv[]} array passed into program. @var{arglen}
21903 specifies the number of bytes in the hex encoded byte stream @var{arg}.
21904 See @code{gdbserver} for more details.
21905
21906 Reply:
21907 @table @samp
21908 @item OK
21909 @item E@var{NN}
21910 @end table
21911
21912 @item @code{b}@var{baud} --- set baud @strong{(deprecated)}
21913 @cindex @code{b} packet
21914
21915 Change the serial line speed to @var{baud}.
21916
21917 JTC: @emph{When does the transport layer state change?  When it's
21918 received, or after the ACK is transmitted.  In either case, there are
21919 problems if the command or the acknowledgment packet is dropped.}
21920
21921 Stan: @emph{If people really wanted to add something like this, and get
21922 it working for the first time, they ought to modify ser-unix.c to send
21923 some kind of out-of-band message to a specially-setup stub and have the
21924 switch happen "in between" packets, so that from remote protocol's point
21925 of view, nothing actually happened.}
21926
21927 @item @code{B}@var{addr},@var{mode} --- set breakpoint @strong{(deprecated)}
21928 @cindex @code{B} packet
21929
21930 Set (@var{mode} is @samp{S}) or clear (@var{mode} is @samp{C}) a
21931 breakpoint at @var{addr}.
21932
21933 This packet has been replaced by the @samp{Z} and @samp{z} packets
21934 (@pxref{insert breakpoint or watchpoint packet}).
21935
21936 @item @code{c}@var{addr} --- continue
21937 @cindex @code{c} packet
21938
21939 @var{addr} is address to resume.  If @var{addr} is omitted, resume at
21940 current address.
21941
21942 Reply:
21943 @xref{Stop Reply Packets}, for the reply specifications.
21944
21945 @item @code{C}@var{sig}@code{;}@var{addr} --- continue with signal
21946 @cindex @code{C} packet
21947
21948 Continue with signal @var{sig} (hex signal number).  If
21949 @code{;}@var{addr} is omitted, resume at same address.
21950
21951 Reply:
21952 @xref{Stop Reply Packets}, for the reply specifications.
21953
21954 @item @code{d} --- toggle debug @strong{(deprecated)}
21955 @cindex @code{d} packet
21956
21957 Toggle debug flag.
21958
21959 @item @code{D} --- detach
21960 @cindex @code{D} packet
21961
21962 Detach @value{GDBN} from the remote system.  Sent to the remote target
21963 before @value{GDBN} disconnects via the @code{detach} command.
21964
21965 Reply:
21966 @table @samp
21967 @item @emph{no response}
21968 @value{GDBN} does not check for any response after sending this packet.
21969 @end table
21970
21971 @item @code{e} --- reserved
21972
21973 Reserved for future use.
21974
21975 @item @code{E} --- reserved
21976
21977 Reserved for future use.
21978
21979 @item @code{f} --- reserved
21980
21981 Reserved for future use.
21982
21983 @item @code{F}@var{RC}@code{,}@var{EE}@code{,}@var{CF}@code{;}@var{XX} --- Reply to target's F packet.
21984 @cindex @code{F} packet
21985
21986 This packet is send by @value{GDBN} as reply to a @code{F} request packet
21987 sent by the target.  This is part of the File-I/O protocol extension.
21988 @xref{File-I/O remote protocol extension}, for the specification.
21989
21990 @item @code{g} --- read registers
21991 @anchor{read registers packet}
21992 @cindex @code{g} packet
21993
21994 Read general registers.
21995
21996 Reply:
21997 @table @samp
21998 @item @var{XX@dots{}}
21999 Each byte of register data is described by two hex digits.  The bytes
22000 with the register are transmitted in target byte order.  The size of
22001 each register and their position within the @samp{g} @var{packet} are
22002 determined by the @value{GDBN} internal macros
22003 @var{DEPRECATED_REGISTER_RAW_SIZE} and @var{REGISTER_NAME} macros.  The
22004 specification of several standard @code{g} packets is specified below.
22005 @item E@var{NN}
22006 for an error.
22007 @end table
22008
22009 @item @code{G}@var{XX@dots{}} --- write regs
22010 @cindex @code{G} packet
22011
22012 @xref{read registers packet}, for a description of the @var{XX@dots{}}
22013 data.
22014
22015 Reply:
22016 @table @samp
22017 @item OK
22018 for success
22019 @item E@var{NN}
22020 for an error
22021 @end table
22022
22023 @item @code{h} --- reserved
22024
22025 Reserved for future use.
22026
22027 @item @code{H}@var{c}@var{t@dots{}} --- set thread
22028 @cindex @code{H} packet
22029
22030 Set thread for subsequent operations (@samp{m}, @samp{M}, @samp{g},
22031 @samp{G}, et.al.).  @var{c} depends on the operation to be performed: it
22032 should be @samp{c} for step and continue operations, @samp{g} for other
22033 operations.  The thread designator @var{t@dots{}} may be -1, meaning all
22034 the threads, a thread number, or zero which means pick any thread.
22035
22036 Reply:
22037 @table @samp
22038 @item OK
22039 for success
22040 @item E@var{NN}
22041 for an error
22042 @end table
22043
22044 @c FIXME: JTC:
22045 @c   'H': How restrictive (or permissive) is the thread model.  If a
22046 @c        thread is selected and stopped, are other threads allowed
22047 @c        to continue to execute?  As I mentioned above, I think the
22048 @c        semantics of each command when a thread is selected must be
22049 @c        described.  For example:
22050 @c
22051 @c        'g':    If the stub supports threads and a specific thread is
22052 @c                selected, returns the register block from that thread;
22053 @c                otherwise returns current registers.
22054 @c
22055 @c        'G'     If the stub supports threads and a specific thread is
22056 @c                selected, sets the registers of the register block of
22057 @c                that thread; otherwise sets current registers.
22058
22059 @item @code{i}@var{addr}@code{,}@var{nnn} --- cycle step @strong{(draft)}
22060 @anchor{cycle step packet}
22061 @cindex @code{i} packet
22062
22063 Step the remote target by a single clock cycle.  If @code{,}@var{nnn} is
22064 present, cycle step @var{nnn} cycles.  If @var{addr} is present, cycle
22065 step starting at that address.
22066
22067 @item @code{I} --- signal then cycle step @strong{(reserved)}
22068 @cindex @code{I} packet
22069
22070 @xref{step with signal packet}.  @xref{cycle step packet}.
22071
22072 @item @code{j} --- reserved
22073
22074 Reserved for future use.
22075
22076 @item @code{J} --- reserved
22077
22078 Reserved for future use.
22079
22080 @item @code{k} --- kill request
22081 @cindex @code{k} packet
22082
22083 FIXME: @emph{There is no description of how to operate when a specific
22084 thread context has been selected (i.e.@: does 'k' kill only that
22085 thread?)}.
22086
22087 @item @code{K} --- reserved
22088
22089 Reserved for future use.
22090
22091 @item @code{l} --- reserved
22092
22093 Reserved for future use.
22094
22095 @item @code{L} --- reserved
22096
22097 Reserved for future use.
22098
22099 @item @code{m}@var{addr}@code{,}@var{length} --- read memory
22100 @cindex @code{m} packet
22101
22102 Read @var{length} bytes of memory starting at address @var{addr}.
22103 Neither @value{GDBN} nor the stub assume that sized memory transfers are
22104 assumed using word aligned accesses. FIXME: @emph{A word aligned memory
22105 transfer mechanism is needed.}
22106
22107 Reply:
22108 @table @samp
22109 @item @var{XX@dots{}}
22110 @var{XX@dots{}} is mem contents. Can be fewer bytes than requested if able
22111 to read only part of the data.  Neither @value{GDBN} nor the stub assume
22112 that sized memory transfers are assumed using word aligned
22113 accesses. FIXME: @emph{A word aligned memory transfer mechanism is
22114 needed.}
22115 @item E@var{NN}
22116 @var{NN} is errno
22117 @end table
22118
22119 @item @code{M}@var{addr},@var{length}@code{:}@var{XX@dots{}} --- write mem
22120 @cindex @code{M} packet
22121
22122 Write @var{length} bytes of memory starting at address @var{addr}.
22123 @var{XX@dots{}} is the data.
22124
22125 Reply:
22126 @table @samp
22127 @item OK
22128 for success
22129 @item E@var{NN}
22130 for an error (this includes the case where only part of the data was
22131 written).
22132 @end table
22133
22134 @item @code{n} --- reserved
22135
22136 Reserved for future use.
22137
22138 @item @code{N} --- reserved
22139
22140 Reserved for future use.
22141
22142 @item @code{o} --- reserved
22143
22144 Reserved for future use.
22145
22146 @item @code{O} --- reserved
22147
22148 @item @code{p}@var{hex number of register} --- read register packet
22149 @cindex @code{p} packet
22150
22151 @xref{read registers packet}, for a description of how the returned
22152 register value is encoded.
22153
22154 Reply:
22155 @table @samp
22156 @item @var{XX@dots{}}
22157 the register's value
22158 @item E@var{NN}
22159 for an error
22160 @item
22161 Indicating an unrecognized @var{query}.
22162 @end table
22163
22164 @item @code{P}@var{n@dots{}}@code{=}@var{r@dots{}} --- write register
22165 @anchor{write register packet}
22166 @cindex @code{P} packet
22167
22168 Write register @var{n@dots{}} with value @var{r@dots{}}, which contains two hex
22169 digits for each byte in the register (target byte order).
22170
22171 Reply:
22172 @table @samp
22173 @item OK
22174 for success
22175 @item E@var{NN}
22176 for an error
22177 @end table
22178
22179 @item @code{q}@var{query} --- general query
22180 @anchor{general query packet}
22181 @cindex @code{q} packet
22182
22183 Request info about @var{query}.  In general @value{GDBN} queries have a
22184 leading upper case letter.  Custom vendor queries should use a company
22185 prefix (in lower case) ex: @samp{qfsf.var}.  @var{query} may optionally
22186 be followed by a @samp{,} or @samp{;} separated list.  Stubs must ensure
22187 that they match the full @var{query} name.
22188
22189 Reply:
22190 @table @samp
22191 @item @var{XX@dots{}}
22192 Hex encoded data from query.  The reply can not be empty.
22193 @item E@var{NN}
22194 error reply
22195 @item
22196 Indicating an unrecognized @var{query}.
22197 @end table
22198
22199 @item @code{Q}@var{var}@code{=}@var{val} --- general set
22200 @cindex @code{Q} packet
22201
22202 Set value of @var{var} to @var{val}.
22203
22204 @xref{general query packet}, for a discussion of naming conventions.
22205
22206 @item @code{r} --- reset @strong{(deprecated)}
22207 @cindex @code{r} packet
22208
22209 Reset the entire system.
22210
22211 @item @code{R}@var{XX} --- remote restart
22212 @cindex @code{R} packet
22213
22214 Restart the program being debugged.  @var{XX}, while needed, is ignored.
22215 This packet is only available in extended mode.
22216
22217 Reply:
22218 @table @samp
22219 @item @emph{no reply}
22220 The @samp{R} packet has no reply.
22221 @end table
22222
22223 @item @code{s}@var{addr} --- step
22224 @cindex @code{s} packet
22225
22226 @var{addr} is address to resume.  If @var{addr} is omitted, resume at
22227 same address.
22228
22229 Reply:
22230 @xref{Stop Reply Packets}, for the reply specifications.
22231
22232 @item @code{S}@var{sig}@code{;}@var{addr} --- step with signal
22233 @anchor{step with signal packet}
22234 @cindex @code{S} packet
22235
22236 Like @samp{C} but step not continue.
22237
22238 Reply:
22239 @xref{Stop Reply Packets}, for the reply specifications.
22240
22241 @item @code{t}@var{addr}@code{:}@var{PP}@code{,}@var{MM} --- search
22242 @cindex @code{t} packet
22243
22244 Search backwards starting at address @var{addr} for a match with pattern
22245 @var{PP} and mask @var{MM}.  @var{PP} and @var{MM} are 4 bytes.
22246 @var{addr} must be at least 3 digits.
22247
22248 @item @code{T}@var{XX} --- thread alive
22249 @cindex @code{T} packet
22250
22251 Find out if the thread XX is alive.
22252
22253 Reply:
22254 @table @samp
22255 @item OK
22256 thread is still alive
22257 @item E@var{NN}
22258 thread is dead
22259 @end table
22260
22261 @item @code{u} --- reserved
22262
22263 Reserved for future use.
22264
22265 @item @code{U} --- reserved
22266
22267 Reserved for future use.
22268
22269 @item @code{v} --- verbose packet prefix
22270
22271 Packets starting with @code{v} are identified by a multi-letter name,
22272 up to the first @code{;} or @code{?} (or the end of the packet).
22273
22274 @item @code{vCont}[;@var{action}[@code{:}@var{tid}]]... --- extended resume
22275 @cindex @code{vCont} packet
22276
22277 Resume the inferior.  Different actions may be specified for each thread.
22278 If an action is specified with no @var{tid}, then it is applied to any
22279 threads that don't have a specific action specified; if no default action is
22280 specified then other threads should remain stopped.  Specifying multiple
22281 default actions is an error; specifying no actions is also an error.
22282 Thread IDs are specified in hexadecimal.  Currently supported actions are:
22283
22284 @table @code
22285 @item c
22286 Continue.
22287 @item C@var{sig}
22288 Continue with signal @var{sig}.  @var{sig} should be two hex digits.
22289 @item s
22290 Step.
22291 @item S@var{sig}
22292 Step with signal @var{sig}.  @var{sig} should be two hex digits.
22293 @end table
22294
22295 The optional @var{addr} argument normally associated with these packets is
22296 not supported in @code{vCont}.
22297
22298 Reply:
22299 @xref{Stop Reply Packets}, for the reply specifications.
22300
22301 @item @code{vCont?} --- extended resume query
22302 @cindex @code{vCont?} packet
22303
22304 Query support for the @code{vCont} packet.
22305
22306 Reply:
22307 @table @samp
22308 @item @code{vCont}[;@var{action}]...
22309 The @code{vCont} packet is supported.  Each @var{action} is a supported
22310 command in the @code{vCont} packet.
22311 @item
22312 The @code{vCont} packet is not supported.
22313 @end table
22314
22315 @item @code{V} --- reserved
22316
22317 Reserved for future use.
22318
22319 @item @code{w} --- reserved
22320
22321 Reserved for future use.
22322
22323 @item @code{W} --- reserved
22324
22325 Reserved for future use.
22326
22327 @item @code{x} --- reserved
22328
22329 Reserved for future use.
22330
22331 @item @code{X}@var{addr}@code{,}@var{length}@var{:}@var{XX@dots{}} --- write mem (binary)
22332 @cindex @code{X} packet
22333
22334 @var{addr} is address, @var{length} is number of bytes, @var{XX@dots{}}
22335 is binary data.  The characters @code{$}, @code{#}, and @code{0x7d} are
22336 escaped using @code{0x7d}, and then XORed with @code{0x20}.
22337 For example, @code{0x7d} would be transmitted as @code{0x7d 0x5d}.
22338
22339 Reply:
22340 @table @samp
22341 @item OK
22342 for success
22343 @item E@var{NN}
22344 for an error
22345 @end table
22346
22347 @item @code{y} --- reserved
22348
22349 Reserved for future use.
22350
22351 @item @code{Y} reserved
22352
22353 Reserved for future use.
22354
22355 @item @code{z}@var{type}@code{,}@var{addr}@code{,}@var{length} --- remove breakpoint or watchpoint @strong{(draft)}
22356 @itemx @code{Z}@var{type}@code{,}@var{addr}@code{,}@var{length} --- insert breakpoint or watchpoint @strong{(draft)}
22357 @anchor{insert breakpoint or watchpoint packet}
22358 @cindex @code{z} packet
22359 @cindex @code{Z} packets
22360
22361 Insert (@code{Z}) or remove (@code{z}) a @var{type} breakpoint or
22362 watchpoint starting at address @var{address} and covering the next
22363 @var{length} bytes.
22364
22365 Each breakpoint and watchpoint packet @var{type} is documented
22366 separately.
22367
22368 @emph{Implementation notes: A remote target shall return an empty string
22369 for an unrecognized breakpoint or watchpoint packet @var{type}.  A
22370 remote target shall support either both or neither of a given
22371 @code{Z}@var{type}@dots{} and @code{z}@var{type}@dots{} packet pair.  To
22372 avoid potential problems with duplicate packets, the operations should
22373 be implemented in an idempotent way.}
22374
22375 @item @code{z}@code{0}@code{,}@var{addr}@code{,}@var{length} --- remove memory breakpoint @strong{(draft)}
22376 @item @code{Z}@code{0}@code{,}@var{addr}@code{,}@var{length} --- insert memory breakpoint @strong{(draft)}
22377 @cindex @code{z0} packet
22378 @cindex @code{Z0} packet
22379
22380 Insert (@code{Z0}) or remove (@code{z0}) a memory breakpoint at address
22381 @code{addr} of size @code{length}.
22382
22383 A memory breakpoint is implemented by replacing the instruction at
22384 @var{addr} with a software breakpoint or trap instruction.  The
22385 @code{length} is used by targets that indicates the size of the
22386 breakpoint (in bytes) that should be inserted (e.g., the @sc{arm} and
22387 @sc{mips} can insert either a 2 or 4 byte breakpoint).
22388
22389 @emph{Implementation note: It is possible for a target to copy or move
22390 code that contains memory breakpoints (e.g., when implementing
22391 overlays).  The behavior of this packet, in the presence of such a
22392 target, is not defined.}
22393
22394 Reply:
22395 @table @samp
22396 @item OK
22397 success
22398 @item
22399 not supported
22400 @item E@var{NN}
22401 for an error
22402 @end table
22403
22404 @item @code{z}@code{1}@code{,}@var{addr}@code{,}@var{length} --- remove hardware breakpoint @strong{(draft)}
22405 @item @code{Z}@code{1}@code{,}@var{addr}@code{,}@var{length} --- insert hardware breakpoint @strong{(draft)}
22406 @cindex @code{z1} packet
22407 @cindex @code{Z1} packet
22408
22409 Insert (@code{Z1}) or remove (@code{z1}) a hardware breakpoint at
22410 address @code{addr} of size @code{length}.
22411
22412 A hardware breakpoint is implemented using a mechanism that is not
22413 dependant on being able to modify the target's memory.
22414
22415 @emph{Implementation note: A hardware breakpoint is not affected by code
22416 movement.}
22417
22418 Reply:
22419 @table @samp
22420 @item OK
22421 success
22422 @item
22423 not supported
22424 @item E@var{NN}
22425 for an error
22426 @end table
22427
22428 @item @code{z}@code{2}@code{,}@var{addr}@code{,}@var{length} --- remove write watchpoint @strong{(draft)}
22429 @item @code{Z}@code{2}@code{,}@var{addr}@code{,}@var{length} --- insert write watchpoint @strong{(draft)}
22430 @cindex @code{z2} packet
22431 @cindex @code{Z2} packet
22432
22433 Insert (@code{Z2}) or remove (@code{z2}) a write watchpoint.
22434
22435 Reply:
22436 @table @samp
22437 @item OK
22438 success
22439 @item
22440 not supported
22441 @item E@var{NN}
22442 for an error
22443 @end table
22444
22445 @item @code{z}@code{3}@code{,}@var{addr}@code{,}@var{length} --- remove read watchpoint @strong{(draft)}
22446 @item @code{Z}@code{3}@code{,}@var{addr}@code{,}@var{length} --- insert read watchpoint @strong{(draft)}
22447 @cindex @code{z3} packet
22448 @cindex @code{Z3} packet
22449
22450 Insert (@code{Z3}) or remove (@code{z3}) a read watchpoint.
22451
22452 Reply:
22453 @table @samp
22454 @item OK
22455 success
22456 @item
22457 not supported
22458 @item E@var{NN}
22459 for an error
22460 @end table
22461
22462 @item @code{z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- remove access watchpoint @strong{(draft)}
22463 @item @code{Z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- insert access watchpoint @strong{(draft)}
22464 @cindex @code{z4} packet
22465 @cindex @code{Z4} packet
22466
22467 Insert (@code{Z4}) or remove (@code{z4}) an access watchpoint.
22468
22469 Reply:
22470 @table @samp
22471 @item OK
22472 success
22473 @item
22474 not supported
22475 @item E@var{NN}
22476 for an error
22477 @end table
22478
22479 @end table
22480
22481 @node Stop Reply Packets
22482 @section Stop Reply Packets
22483 @cindex stop reply packets
22484
22485 The @samp{C}, @samp{c}, @samp{S}, @samp{s} and @samp{?} packets can
22486 receive any of the below as a reply.  In the case of the @samp{C},
22487 @samp{c}, @samp{S} and @samp{s} packets, that reply is only returned
22488 when the target halts.  In the below the exact meaning of @samp{signal
22489 number} is poorly defined.  In general one of the UNIX signal numbering
22490 conventions is used.
22491
22492 @table @samp
22493
22494 @item S@var{AA}
22495 @var{AA} is the signal number
22496
22497 @item @code{T}@var{AA}@var{n...}@code{:}@var{r...}@code{;}@var{n...}@code{:}@var{r...}@code{;}@var{n...}@code{:}@var{r...}@code{;}
22498 @cindex @code{T} packet reply
22499
22500 @var{AA} = two hex digit signal number; @var{n...} = register number
22501 (hex), @var{r...}  = target byte ordered register contents, size defined
22502 by @code{DEPRECATED_REGISTER_RAW_SIZE}; @var{n...} = @samp{thread},
22503 @var{r...} = thread process ID, this is a hex integer; @var{n...} =
22504 (@samp{watch} | @samp{rwatch} | @samp{awatch}, @var{r...} = data
22505 address, this is a hex integer; @var{n...} = other string not starting
22506 with valid hex digit.  @value{GDBN} should ignore this @var{n...},
22507 @var{r...} pair and go on to the next.  This way we can extend the
22508 protocol.
22509
22510 @item W@var{AA}
22511
22512 The process exited, and @var{AA} is the exit status.  This is only
22513 applicable to certain targets.
22514
22515 @item X@var{AA}
22516
22517 The process terminated with signal @var{AA}.
22518
22519 @item O@var{XX@dots{}}
22520
22521 @var{XX@dots{}} is hex encoding of @sc{ascii} data.  This can happen at
22522 any time while the program is running and the debugger should continue
22523 to wait for @samp{W}, @samp{T}, etc.
22524
22525 @item F@var{call-id}@code{,}@var{parameter@dots{}}
22526
22527 @var{call-id} is the identifier which says which host system call should
22528 be called.  This is just the name of the function.  Translation into the
22529 correct system call is only applicable as it's defined in @value{GDBN}.
22530 @xref{File-I/O remote protocol extension}, for a list of implemented
22531 system calls.
22532
22533 @var{parameter@dots{}} is a list of parameters as defined for this very
22534 system call.
22535
22536 The target replies with this packet when it expects @value{GDBN} to call
22537 a host system call on behalf of the target.  @value{GDBN} replies with
22538 an appropriate @code{F} packet and keeps up waiting for the next reply
22539 packet from the target.  The latest @samp{C}, @samp{c}, @samp{S} or
22540 @samp{s} action is expected to be continued.
22541 @xref{File-I/O remote protocol extension}, for more details.
22542
22543 @end table
22544
22545 @node General Query Packets
22546 @section General Query Packets
22547 @cindex remote query requests
22548
22549 The following set and query packets have already been defined.
22550
22551 @table @r
22552
22553 @item @code{q}@code{C} --- current thread
22554 @cindex current thread, remote request
22555 @cindex @code{qC} packet
22556 Return the current thread id.
22557
22558 Reply:
22559 @table @samp
22560 @item @code{QC}@var{pid}
22561 Where @var{pid} is an unsigned hexidecimal process id.
22562 @item *
22563 Any other reply implies the old pid.
22564 @end table
22565
22566 @item @code{q}@code{fThreadInfo} -- all thread ids
22567 @cindex list active threads, remote request
22568 @cindex @code{qfThreadInfo} packet
22569 @code{q}@code{sThreadInfo}
22570
22571 Obtain a list of active thread ids from the target (OS).  Since there
22572 may be too many active threads to fit into one reply packet, this query
22573 works iteratively: it may require more than one query/reply sequence to
22574 obtain the entire list of threads.  The first query of the sequence will
22575 be the @code{qf}@code{ThreadInfo} query; subsequent queries in the
22576 sequence will be the @code{qs}@code{ThreadInfo} query.
22577
22578 NOTE: replaces the @code{qL} query (see below).
22579
22580 Reply:
22581 @table @samp
22582 @item @code{m}@var{id}
22583 A single thread id
22584 @item @code{m}@var{id},@var{id}@dots{}
22585 a comma-separated list of thread ids
22586 @item @code{l}
22587 (lower case 'el') denotes end of list.
22588 @end table
22589
22590 In response to each query, the target will reply with a list of one or
22591 more thread ids, in big-endian unsigned hex, separated by commas.
22592 @value{GDBN} will respond to each reply with a request for more thread
22593 ids (using the @code{qs} form of the query), until the target responds
22594 with @code{l} (lower-case el, for @code{'last'}).
22595
22596 @item @code{q}@code{ThreadExtraInfo}@code{,}@var{id} --- extra thread info
22597 @cindex thread attributes info, remote request
22598 @cindex @code{qThreadExtraInfo} packet
22599 Where @var{id} is a thread-id in big-endian hex.  Obtain a printable
22600 string description of a thread's attributes from the target OS.  This
22601 string may contain anything that the target OS thinks is interesting for
22602 @value{GDBN} to tell the user about the thread.  The string is displayed
22603 in @value{GDBN}'s @samp{info threads} display.  Some examples of
22604 possible thread extra info strings are ``Runnable'', or ``Blocked on
22605 Mutex''.
22606
22607 Reply:
22608 @table @samp
22609 @item @var{XX@dots{}}
22610 Where @var{XX@dots{}} is a hex encoding of @sc{ascii} data, comprising
22611 the printable string containing the extra information about the thread's
22612 attributes.
22613 @end table
22614
22615 @item @code{q}@code{L}@var{startflag}@var{threadcount}@var{nextthread} --- query @var{LIST} or @var{threadLIST} @strong{(deprecated)}
22616
22617 Obtain thread information from RTOS.  Where: @var{startflag} (one hex
22618 digit) is one to indicate the first query and zero to indicate a
22619 subsequent query; @var{threadcount} (two hex digits) is the maximum
22620 number of threads the response packet can contain; and @var{nextthread}
22621 (eight hex digits), for subsequent queries (@var{startflag} is zero), is
22622 returned in the response as @var{argthread}.
22623
22624 NOTE: this query is replaced by the @code{q}@code{fThreadInfo} query
22625 (see above).
22626
22627 Reply:
22628 @table @samp
22629 @item @code{q}@code{M}@var{count}@var{done}@var{argthread}@var{thread@dots{}}
22630 Where: @var{count} (two hex digits) is the number of threads being
22631 returned; @var{done} (one hex digit) is zero to indicate more threads
22632 and one indicates no further threads; @var{argthreadid} (eight hex
22633 digits) is @var{nextthread} from the request packet; @var{thread@dots{}}
22634 is a sequence of thread IDs from the target.  @var{threadid} (eight hex
22635 digits).  See @code{remote.c:parse_threadlist_response()}.
22636 @end table
22637
22638 @item @code{q}@code{CRC:}@var{addr}@code{,}@var{length} --- compute CRC of memory block
22639 @cindex CRC of memory block, remote request
22640 @cindex @code{qCRC} packet
22641 Reply:
22642 @table @samp
22643 @item @code{E}@var{NN}
22644 An error (such as memory fault)
22645 @item @code{C}@var{CRC32}
22646 A 32 bit cyclic redundancy check of the specified memory region.
22647 @end table
22648
22649 @item @code{q}@code{Offsets} --- query sect offs
22650 @cindex section offsets, remote request
22651 @cindex @code{qOffsets} packet
22652 Get section offsets that the target used when re-locating the downloaded
22653 image.  @emph{Note: while a @code{Bss} offset is included in the
22654 response, @value{GDBN} ignores this and instead applies the @code{Data}
22655 offset to the @code{Bss} section.}
22656
22657 Reply:
22658 @table @samp
22659 @item @code{Text=}@var{xxx}@code{;Data=}@var{yyy}@code{;Bss=}@var{zzz}
22660 @end table
22661
22662 @item @code{q}@code{P}@var{mode}@var{threadid} --- thread info request
22663 @cindex thread information, remote request
22664 @cindex @code{qP} packet
22665 Returns information on @var{threadid}.  Where: @var{mode} is a hex
22666 encoded 32 bit mode; @var{threadid} is a hex encoded 64 bit thread ID.
22667
22668 Reply:
22669 @table @samp
22670 @item *
22671 @end table
22672
22673 See @code{remote.c:remote_unpack_thread_info_response()}.
22674
22675 @item @code{q}@code{Rcmd,}@var{command} --- remote command
22676 @cindex execute remote command, remote request
22677 @cindex @code{qRcmd} packet
22678 @var{command} (hex encoded) is passed to the local interpreter for
22679 execution.  Invalid commands should be reported using the output string.
22680 Before the final result packet, the target may also respond with a
22681 number of intermediate @code{O}@var{output} console output packets.
22682 @emph{Implementors should note that providing access to a stubs's
22683 interpreter may have security implications}.
22684
22685 Reply:
22686 @table @samp
22687 @item OK
22688 A command response with no output.
22689 @item @var{OUTPUT}
22690 A command response with the hex encoded output string @var{OUTPUT}.
22691 @item @code{E}@var{NN}
22692 Indicate a badly formed request.
22693 @item @samp{}
22694 When @samp{q}@samp{Rcmd} is not recognized.
22695 @end table
22696 z
22697 @item @code{qSymbol::} --- symbol lookup
22698 @cindex symbol lookup, remote request
22699 @cindex @code{qSymbol} packet
22700 Notify the target that @value{GDBN} is prepared to serve symbol lookup
22701 requests.  Accept requests from the target for the values of symbols.
22702
22703 Reply:
22704 @table @samp
22705 @item @code{OK}
22706 The target does not need to look up any (more) symbols.
22707 @item @code{qSymbol:}@var{sym_name}
22708 The target requests the value of symbol @var{sym_name} (hex encoded).
22709 @value{GDBN} may provide the value by using the
22710 @code{qSymbol:}@var{sym_value}:@var{sym_name} message, described below.
22711 @end table
22712
22713 @item @code{qSymbol:}@var{sym_value}:@var{sym_name} --- symbol value
22714
22715 Set the value of @var{sym_name} to @var{sym_value}.
22716
22717 @var{sym_name} (hex encoded) is the name of a symbol whose value the
22718 target has previously requested.
22719
22720 @var{sym_value} (hex) is the value for symbol @var{sym_name}.  If
22721 @value{GDBN} cannot supply a value for @var{sym_name}, then this field
22722 will be empty.
22723
22724 Reply:
22725 @table @samp
22726 @item @code{OK}
22727 The target does not need to look up any (more) symbols.
22728 @item @code{qSymbol:}@var{sym_name}
22729 The target requests the value of a new symbol @var{sym_name} (hex
22730 encoded).  @value{GDBN} will continue to supply the values of symbols
22731 (if available), until the target ceases to request them.
22732 @end table
22733
22734 @item @code{qPart}:@var{object}:@code{read}:@var{annex}:@var{offset},@var{length} --- read special data
22735 @cindex read special object, remote request
22736 @cindex @code{qPart} packet
22737 Read uninterpreted bytes from the target's special data area
22738 identified by the keyword @code{object}.
22739 Request @var{length} bytes starting at @var{offset} bytes into the data.
22740 The content and encoding of @var{annex} is specific to the object;
22741 it can supply additional details about what data to access.
22742
22743 Here are the specific requests of this form defined so far.
22744 All @samp{@code{qPart}:@var{object}:@code{read}:@dots{}}
22745 requests use the same reply formats, listed below.
22746
22747 @table @asis
22748 @item @code{qPart}:@code{auxv}:@code{read}::@var{offset},@var{length}
22749 Access the target's @dfn{auxiliary vector}.  @xref{OS Information,
22750 auxiliary vector}, and see @ref{Remote configuration,
22751 read-aux-vector-packet}.  Note @var{annex} must be empty.
22752 @end table
22753
22754 Reply:
22755 @table @asis
22756 @item @code{OK}
22757 The @var{offset} in the request is at the end of the data.
22758 There is no more data to be read.
22759
22760 @item @var{XX@dots{}}
22761 Hex encoded data bytes read.
22762 This may be fewer bytes than the @var{length} in the request.
22763
22764 @item @code{E00}
22765 The request was malformed, or @var{annex} was invalid.
22766
22767 @item @code{E}@var{nn}
22768 The offset was invalid, or there was an error encountered reading the data.
22769 @var{nn} is a hex-encoded @code{errno} value.
22770
22771 @item @code{""} (empty)
22772 An empty reply indicates the @var{object} or @var{annex} string was not
22773 recognized by the stub.
22774 @end table
22775
22776 @item @code{qPart}:@var{object}:@code{write}:@var{annex}:@var{offset}:@var{data@dots{}}
22777 @cindex write data into object, remote request
22778 Write uninterpreted bytes into the target's special data area
22779 identified by the keyword @code{object},
22780 starting at @var{offset} bytes into the data.
22781 @var{data@dots{}} is the hex-encoded data to be written.
22782 The content and encoding of @var{annex} is specific to the object;
22783 it can supply additional details about what data to access.
22784
22785 No requests of this form are presently in use.  This specification
22786 serves as a placeholder to document the common format that new
22787 specific request specifications ought to use.
22788
22789 Reply:
22790 @table @asis
22791 @item @var{nn}
22792 @var{nn} (hex encoded) is the number of bytes written.
22793 This may be fewer bytes than supplied in the request.
22794
22795 @item @code{E00}
22796 The request was malformed, or @var{annex} was invalid.
22797
22798 @item @code{E}@var{nn}
22799 The offset was invalid, or there was an error encountered writing the data.
22800 @var{nn} is a hex-encoded @code{errno} value.
22801
22802 @item @code{""} (empty)
22803 An empty reply indicates the @var{object} or @var{annex} string was not
22804 recognized by the stub, or that the object does not support writing.
22805 @end table
22806
22807 @item @code{qPart}:@var{object}:@var{operation}:@dots{}
22808 Requests of this form may be added in the future.  When a stub does
22809 not recognize the @var{object} keyword, or its support for
22810 @var{object} does not recognize the @var{operation} keyword,
22811 the stub must respond with an empty packet.
22812
22813 @item @code{qGetTLSAddr}:@var{thread-id},@var{offset},@var{lm} --- get thread local storage address
22814 @cindex get thread-local storage address, remote request
22815 @cindex @code{qGetTLSAddr} packet
22816 Fetch the address associated with thread local storage specified
22817 by @var{thread-id}, @var{offset}, and @var{lm}.
22818
22819 @var{thread-id} is the (big endian, hex encoded) thread id associated with the
22820 thread for which to fetch the TLS address.
22821
22822 @var{offset} is the (big endian, hex encoded) offset associated with the
22823 thread local variable.  (This offset is obtained from the debug
22824 information associated with the variable.)
22825
22826 @var{lm} is the (big endian, hex encoded) OS/ABI specific encoding of the
22827 the load module associated with the thread local storage.  For example,
22828 a @sc{gnu}/Linux system will pass the link map address of the shared
22829 object associated with the thread local storage under consideration. 
22830 Other operating environments may choose to represent the load module
22831 differently, so the precise meaning of this parameter will vary.
22832
22833 Reply:
22834 @table @asis
22835 @item @var{XX@dots{}}
22836 Hex encoded (big endian) bytes representing the address of the thread
22837 local storage requested.
22838
22839 @item @code{E}@var{nn} (where @var{nn} are hex digits)
22840 An error occurred.
22841
22842 @item @code{""} (empty)
22843 An empty reply indicates that @code{qGetTLSAddr} is not supported by the stub.
22844 @end table
22845
22846 Use of this request packet is controlled by the @code{set remote
22847 get-thread-local-storage-address} command (@pxref{Remote
22848 configuration, set remote get-thread-local-storage-address}).
22849
22850 @end table
22851
22852 @node Register Packet Format
22853 @section Register Packet Format
22854
22855 The following @samp{g}/@samp{G} packets have previously been defined.
22856 In the below, some thirty-two bit registers are transferred as
22857 sixty-four bits.  Those registers should be zero/sign extended (which?)
22858 to fill the space allocated.  Register bytes are transfered in target
22859 byte order.  The two nibbles within a register byte are transfered
22860 most-significant - least-significant.
22861
22862 @table @r
22863
22864 @item MIPS32
22865
22866 All registers are transfered as thirty-two bit quantities in the order:
22867 32 general-purpose; sr; lo; hi; bad; cause; pc; 32 floating-point
22868 registers; fsr; fir; fp.
22869
22870 @item MIPS64
22871
22872 All registers are transfered as sixty-four bit quantities (including
22873 thirty-two bit registers such as @code{sr}).  The ordering is the same
22874 as @code{MIPS32}.
22875
22876 @end table
22877
22878 @node Examples
22879 @section Examples
22880
22881 Example sequence of a target being re-started.  Notice how the restart
22882 does not get any direct output:
22883
22884 @smallexample
22885 -> @code{R00}
22886 <- @code{+}
22887 @emph{target restarts}
22888 -> @code{?}
22889 <- @code{+}
22890 <- @code{T001:1234123412341234}
22891 -> @code{+}
22892 @end smallexample
22893
22894 Example sequence of a target being stepped by a single instruction:
22895
22896 @smallexample
22897 -> @code{G1445@dots{}}
22898 <- @code{+}
22899 -> @code{s}
22900 <- @code{+}
22901 @emph{time passes}
22902 <- @code{T001:1234123412341234}
22903 -> @code{+}
22904 -> @code{g}
22905 <- @code{+}
22906 <- @code{1455@dots{}}
22907 -> @code{+}
22908 @end smallexample
22909
22910 @node File-I/O remote protocol extension
22911 @section File-I/O remote protocol extension
22912 @cindex File-I/O remote protocol extension
22913
22914 @menu
22915 * File-I/O Overview::
22916 * Protocol basics::
22917 * The F request packet::
22918 * The F reply packet::
22919 * Memory transfer::
22920 * The Ctrl-C message::
22921 * Console I/O::
22922 * The isatty call::
22923 * The system call::
22924 * List of supported calls::
22925 * Protocol specific representation of datatypes::
22926 * Constants::
22927 * File-I/O Examples::
22928 @end menu
22929
22930 @node File-I/O Overview
22931 @subsection File-I/O Overview
22932 @cindex file-i/o overview
22933
22934 The @dfn{File I/O remote protocol extension} (short: File-I/O) allows the
22935 target to use the host's file system and console I/O when calling various
22936 system calls.  System calls on the target system are translated into a
22937 remote protocol packet to the host system which then performs the needed
22938 actions and returns with an adequate response packet to the target system.
22939 This simulates file system operations even on targets that lack file systems.
22940
22941 The protocol is defined host- and target-system independent.  It uses
22942 its own independent representation of datatypes and values.  Both,
22943 @value{GDBN} and the target's @value{GDBN} stub are responsible for
22944 translating the system dependent values into the unified protocol values
22945 when data is transmitted.
22946
22947 The communication is synchronous.  A system call is possible only
22948 when GDB is waiting for the @samp{C}, @samp{c}, @samp{S} or @samp{s}
22949 packets.  While @value{GDBN} handles the request for a system call,
22950 the target is stopped to allow deterministic access to the target's
22951 memory.  Therefore File-I/O is not interuptible by target signals.  It
22952 is possible to interrupt File-I/O by a user interrupt (Ctrl-C), though.
22953
22954 The target's request to perform a host system call does not finish
22955 the latest @samp{C}, @samp{c}, @samp{S} or @samp{s} action.  That means,
22956 after finishing the system call, the target returns to continuing the
22957 previous activity (continue, step).  No additional continue or step
22958 request from @value{GDBN} is required.
22959
22960 @smallexample
22961 (@value{GDBP}) continue
22962   <- target requests 'system call X'
22963   target is stopped, @value{GDBN} executes system call
22964   -> GDB returns result
22965   ... target continues, GDB returns to wait for the target
22966   <- target hits breakpoint and sends a Txx packet
22967 @end smallexample
22968
22969 The protocol is only used for files on the host file system and
22970 for I/O on the console.  Character or block special devices, pipes,
22971 named pipes or sockets or any other communication method on the host
22972 system are not supported by this protocol.
22973
22974 @node Protocol basics
22975 @subsection Protocol basics
22976 @cindex protocol basics, file-i/o
22977
22978 The File-I/O protocol uses the @code{F} packet, as request as well
22979 as as reply packet.  Since a File-I/O system call can only occur when
22980 @value{GDBN} is waiting for the continuing or stepping target, the
22981 File-I/O request is a reply that @value{GDBN} has to expect as a result
22982 of a former @samp{C}, @samp{c}, @samp{S} or @samp{s} packet.
22983 This @code{F} packet contains all information needed to allow @value{GDBN}
22984 to call the appropriate host system call:
22985
22986 @itemize @bullet
22987 @item
22988 A unique identifier for the requested system call.
22989
22990 @item
22991 All parameters to the system call.  Pointers are given as addresses
22992 in the target memory address space.  Pointers to strings are given as
22993 pointer/length pair.  Numerical values are given as they are.
22994 Numerical control values are given in a protocol specific representation.
22995
22996 @end itemize
22997
22998 At that point @value{GDBN} has to perform the following actions.
22999
23000 @itemize @bullet
23001 @item
23002 If parameter pointer values are given, which point to data needed as input
23003 to a system call, @value{GDBN} requests this data from the target with a
23004 standard @code{m} packet request.  This additional communication has to be
23005 expected by the target implementation and is handled as any other @code{m}
23006 packet.
23007
23008 @item
23009 @value{GDBN} translates all value from protocol representation to host
23010 representation as needed.  Datatypes are coerced into the host types.
23011
23012 @item
23013 @value{GDBN} calls the system call
23014
23015 @item
23016 It then coerces datatypes back to protocol representation.
23017
23018 @item
23019 If pointer parameters in the request packet point to buffer space in which
23020 a system call is expected to copy data to, the data is transmitted to the
23021 target using a @code{M} or @code{X} packet.  This packet has to be expected
23022 by the target implementation and is handled as any other @code{M} or @code{X}
23023 packet.
23024
23025 @end itemize
23026
23027 Eventually @value{GDBN} replies with another @code{F} packet which contains all
23028 necessary information for the target to continue.  This at least contains
23029
23030 @itemize @bullet
23031 @item
23032 Return value.
23033
23034 @item
23035 @code{errno}, if has been changed by the system call.
23036
23037 @item
23038 ``Ctrl-C'' flag.
23039
23040 @end itemize
23041
23042 After having done the needed type and value coercion, the target continues
23043 the latest continue or step action.
23044
23045 @node The F request packet
23046 @subsection The @code{F} request packet
23047 @cindex file-i/o request packet
23048 @cindex @code{F} request packet
23049
23050 The @code{F} request packet has the following format:
23051
23052 @table @samp
23053
23054 @smallexample
23055 @code{F}@var{call-id}@code{,}@var{parameter@dots{}}
23056 @end smallexample
23057
23058 @var{call-id} is the identifier to indicate the host system call to be called.
23059 This is just the name of the function.
23060
23061 @var{parameter@dots{}} are the parameters to the system call.
23062
23063 @end table
23064
23065 Parameters are hexadecimal integer values, either the real values in case
23066 of scalar datatypes, as pointers to target buffer space in case of compound
23067 datatypes and unspecified memory areas or as pointer/length pairs in case
23068 of string parameters.  These are appended to the call-id, each separated
23069 from its predecessor by a comma.  All values are transmitted in ASCII
23070 string representation, pointer/length pairs separated by a slash.
23071
23072 @node The F reply packet
23073 @subsection The @code{F} reply packet
23074 @cindex file-i/o reply packet
23075 @cindex @code{F} reply packet
23076
23077 The @code{F} reply packet has the following format:
23078
23079 @table @samp
23080
23081 @smallexample
23082 @code{F}@var{retcode}@code{,}@var{errno}@code{,}@var{Ctrl-C flag}@code{;}@var{call specific attachment}
23083 @end smallexample
23084
23085 @var{retcode} is the return code of the system call as hexadecimal value.
23086
23087 @var{errno} is the errno set by the call, in protocol specific representation.
23088 This parameter can be omitted if the call was successful.
23089
23090 @var{Ctrl-C flag} is only send if the user requested a break.  In this
23091 case, @var{errno} must be send as well, even if the call was successful.
23092 The @var{Ctrl-C flag} itself consists of the character 'C':
23093
23094 @smallexample
23095 F0,0,C
23096 @end smallexample
23097
23098 @noindent
23099 or, if the call was interupted before the host call has been performed:
23100
23101 @smallexample
23102 F-1,4,C
23103 @end smallexample
23104
23105 @noindent
23106 assuming 4 is the protocol specific representation of @code{EINTR}.
23107
23108 @end table
23109
23110 @node Memory transfer
23111 @subsection Memory transfer
23112 @cindex memory transfer, in file-i/o protocol
23113
23114 Structured data which is transferred using a memory read or write as e.g.@:
23115 a @code{struct stat} is expected to be in a protocol specific format with
23116 all scalar multibyte datatypes being big endian.  This should be done by
23117 the target before the @code{F} packet is sent resp.@: by @value{GDBN} before
23118 it transfers memory to the target.  Transferred pointers to structured
23119 data should point to the already coerced data at any time.
23120
23121 @node The Ctrl-C message
23122 @subsection The Ctrl-C message
23123 @cindex ctrl-c message, in file-i/o protocol
23124
23125 A special case is, if the @var{Ctrl-C flag} is set in the @value{GDBN}
23126 reply packet.  In this case the target should behave, as if it had
23127 gotten a break message.  The meaning for the target is ``system call
23128 interupted by @code{SIGINT}''.  Consequentially, the target should actually stop
23129 (as with a break message) and return to @value{GDBN} with a @code{T02}
23130 packet.  In this case, it's important for the target to know, in which
23131 state the system call was interrupted.  Since this action is by design
23132 not an atomic operation, we have to differ between two cases:
23133
23134 @itemize @bullet
23135 @item
23136 The system call hasn't been performed on the host yet.
23137
23138 @item
23139 The system call on the host has been finished.
23140
23141 @end itemize
23142
23143 These two states can be distinguished by the target by the value of the
23144 returned @code{errno}.  If it's the protocol representation of @code{EINTR}, the system
23145 call hasn't been performed.  This is equivalent to the @code{EINTR} handling
23146 on POSIX systems.  In any other case, the target may presume that the
23147 system call has been finished --- successful or not --- and should behave
23148 as if the break message arrived right after the system call.
23149
23150 @value{GDBN} must behave reliable.  If the system call has not been called
23151 yet, @value{GDBN} may send the @code{F} reply immediately, setting @code{EINTR} as
23152 @code{errno} in the packet.  If the system call on the host has been finished
23153 before the user requests a break, the full action must be finshed by
23154 @value{GDBN}.  This requires sending @code{M} or @code{X} packets as they fit.
23155 The @code{F} packet may only be send when either nothing has happened
23156 or the full action has been completed.
23157
23158 @node Console I/O
23159 @subsection Console I/O
23160 @cindex console i/o as part of file-i/o
23161
23162 By default and if not explicitely closed by the target system, the file
23163 descriptors 0, 1 and 2 are connected to the @value{GDBN} console.  Output
23164 on the @value{GDBN} console is handled as any other file output operation
23165 (@code{write(1, @dots{})} or @code{write(2, @dots{})}).  Console input is handled
23166 by @value{GDBN} so that after the target read request from file descriptor
23167 0 all following typing is buffered until either one of the following
23168 conditions is met:
23169
23170 @itemize @bullet
23171 @item
23172 The user presses @kbd{Ctrl-C}.  The behaviour is as explained above, the
23173 @code{read}
23174 system call is treated as finished.
23175
23176 @item
23177 The user presses @kbd{Enter}.  This is treated as end of input with a trailing
23178 line feed.
23179
23180 @item
23181 The user presses @kbd{Ctrl-D}.  This is treated as end of input.  No trailing
23182 character, especially no Ctrl-D is appended to the input.
23183
23184 @end itemize
23185
23186 If the user has typed more characters as fit in the buffer given to
23187 the read call, the trailing characters are buffered in @value{GDBN} until
23188 either another @code{read(0, @dots{})} is requested by the target or debugging
23189 is stopped on users request.
23190
23191 @node The isatty call
23192 @subsection The @samp{isatty} function call
23193 @cindex isatty call, file-i/o protocol
23194
23195 A special case in this protocol is the library call @code{isatty} which
23196 is implemented as its own call inside of this protocol.  It returns
23197 1 to the target if the file descriptor given as parameter is attached
23198 to the @value{GDBN} console, 0 otherwise.  Implementing through system calls
23199 would require implementing @code{ioctl} and would be more complex than
23200 needed.
23201
23202 @node The system call
23203 @subsection The @samp{system} function call
23204 @cindex system call, file-i/o protocol
23205
23206 The other special case in this protocol is the @code{system} call which
23207 is implemented as its own call, too.  @value{GDBN} is taking over the full
23208 task of calling the necessary host calls to perform the @code{system}
23209 call.  The return value of @code{system} is simplified before it's returned
23210 to the target.  Basically, the only signal transmitted back is @code{EINTR}
23211 in case the user pressed @kbd{Ctrl-C}.  Otherwise the return value consists
23212 entirely of the exit status of the called command.
23213
23214 Due to security concerns, the @code{system} call is by default refused
23215 by @value{GDBN}.  The user has to allow this call explicitly with the
23216 @kbd{set remote system-call-allowed 1} command.
23217
23218 @table @code
23219 @item set remote system-call-allowed
23220 @kindex set remote system-call-allowed
23221 Control whether to allow the @code{system} calls in the File I/O
23222 protocol for the remote target.  The default is zero (disabled).
23223
23224 @item show remote system-call-allowed
23225 @kindex show remote system-call-allowed
23226 Show the current setting of system calls for the remote File I/O
23227 protocol.
23228 @end table
23229
23230 @node List of supported calls
23231 @subsection List of supported calls
23232 @cindex list of supported file-i/o calls
23233
23234 @menu
23235 * open::
23236 * close::
23237 * read::
23238 * write::
23239 * lseek::
23240 * rename::
23241 * unlink::
23242 * stat/fstat::
23243 * gettimeofday::
23244 * isatty::
23245 * system::
23246 @end menu
23247
23248 @node open
23249 @unnumberedsubsubsec open
23250 @cindex open, file-i/o system call
23251
23252 @smallexample
23253 @exdent Synopsis:
23254 int open(const char *pathname, int flags);
23255 int open(const char *pathname, int flags, mode_t mode);
23256
23257 @exdent Request:
23258 Fopen,pathptr/len,flags,mode
23259 @end smallexample
23260
23261 @noindent
23262 @code{flags} is the bitwise or of the following values:
23263
23264 @table @code
23265 @item O_CREAT
23266 If the file does not exist it will be created.  The host
23267 rules apply as far as file ownership and time stamps
23268 are concerned.
23269
23270 @item O_EXCL
23271 When used with O_CREAT, if the file already exists it is
23272 an error and open() fails.
23273
23274 @item O_TRUNC
23275 If the file already exists and the open mode allows
23276 writing (O_RDWR or O_WRONLY is given) it will be
23277 truncated to length 0.
23278
23279 @item O_APPEND
23280 The file is opened in append mode.
23281
23282 @item O_RDONLY
23283 The file is opened for reading only.
23284
23285 @item O_WRONLY
23286 The file is opened for writing only.
23287
23288 @item O_RDWR
23289 The file is opened for reading and writing.
23290
23291 @noindent
23292 Each other bit is silently ignored.
23293
23294 @end table
23295
23296 @noindent
23297 @code{mode} is the bitwise or of the following values:
23298
23299 @table @code
23300 @item S_IRUSR
23301 User has read permission.
23302
23303 @item S_IWUSR
23304 User has write permission.
23305
23306 @item S_IRGRP
23307 Group has read permission.
23308
23309 @item S_IWGRP
23310 Group has write permission.
23311
23312 @item S_IROTH
23313 Others have read permission.
23314
23315 @item S_IWOTH
23316 Others have write permission.
23317
23318 @noindent
23319 Each other bit is silently ignored.
23320
23321 @end table
23322
23323 @smallexample
23324 @exdent Return value:
23325 open returns the new file descriptor or -1 if an error
23326 occured.
23327
23328 @exdent Errors:
23329 @end smallexample
23330
23331 @table @code
23332 @item EEXIST
23333 pathname already exists and O_CREAT and O_EXCL were used.
23334
23335 @item EISDIR
23336 pathname refers to a directory.
23337
23338 @item EACCES
23339 The requested access is not allowed.
23340
23341 @item ENAMETOOLONG
23342 pathname was too long.
23343
23344 @item ENOENT
23345 A directory component in pathname does not exist.
23346
23347 @item ENODEV
23348 pathname refers to a device, pipe, named pipe or socket.
23349
23350 @item EROFS
23351 pathname refers to a file on a read-only filesystem and
23352 write access was requested.
23353
23354 @item EFAULT
23355 pathname is an invalid pointer value.
23356
23357 @item ENOSPC
23358 No space on device to create the file.
23359
23360 @item EMFILE
23361 The process already has the maximum number of files open.
23362
23363 @item ENFILE
23364 The limit on the total number of files open on the system
23365 has been reached.
23366
23367 @item EINTR
23368 The call was interrupted by the user.
23369 @end table
23370
23371 @node close
23372 @unnumberedsubsubsec close
23373 @cindex close, file-i/o system call
23374
23375 @smallexample
23376 @exdent Synopsis:
23377 int close(int fd);
23378
23379 @exdent Request:
23380 Fclose,fd
23381
23382 @exdent Return value:
23383 close returns zero on success, or -1 if an error occurred.
23384
23385 @exdent Errors:
23386 @end smallexample
23387
23388 @table @code
23389 @item EBADF
23390 fd isn't a valid open file descriptor.
23391
23392 @item EINTR
23393 The call was interrupted by the user.
23394 @end table
23395
23396 @node read
23397 @unnumberedsubsubsec read
23398 @cindex read, file-i/o system call
23399
23400 @smallexample
23401 @exdent Synopsis:
23402 int read(int fd, void *buf, unsigned int count);
23403
23404 @exdent Request:
23405 Fread,fd,bufptr,count
23406
23407 @exdent Return value:
23408 On success, the number of bytes read is returned.
23409 Zero indicates end of file.  If count is zero, read
23410 returns zero as well.  On error, -1 is returned.
23411
23412 @exdent Errors:
23413 @end smallexample
23414
23415 @table @code
23416 @item EBADF
23417 fd is not a valid file descriptor or is not open for
23418 reading.
23419
23420 @item EFAULT
23421 buf is an invalid pointer value.
23422
23423 @item EINTR
23424 The call was interrupted by the user.
23425 @end table
23426
23427 @node write
23428 @unnumberedsubsubsec write
23429 @cindex write, file-i/o system call
23430
23431 @smallexample
23432 @exdent Synopsis:
23433 int write(int fd, const void *buf, unsigned int count);
23434
23435 @exdent Request:
23436 Fwrite,fd,bufptr,count
23437
23438 @exdent Return value:
23439 On success, the number of bytes written are returned.
23440 Zero indicates nothing was written.  On error, -1
23441 is returned.
23442
23443 @exdent Errors:
23444 @end smallexample
23445
23446 @table @code
23447 @item EBADF
23448 fd is not a valid file descriptor or is not open for
23449 writing.
23450
23451 @item EFAULT
23452 buf is an invalid pointer value.
23453
23454 @item EFBIG
23455 An attempt was made to write a file that exceeds the
23456 host specific maximum file size allowed.
23457
23458 @item ENOSPC
23459 No space on device to write the data.
23460
23461 @item EINTR
23462 The call was interrupted by the user.
23463 @end table
23464
23465 @node lseek
23466 @unnumberedsubsubsec lseek
23467 @cindex lseek, file-i/o system call
23468
23469 @smallexample
23470 @exdent Synopsis:
23471 long lseek (int fd, long offset, int flag);
23472
23473 @exdent Request:
23474 Flseek,fd,offset,flag
23475 @end smallexample
23476
23477 @code{flag} is one of:
23478
23479 @table @code
23480 @item SEEK_SET
23481 The offset is set to offset bytes.
23482
23483 @item SEEK_CUR
23484 The offset is set to its current location plus offset
23485 bytes.
23486
23487 @item SEEK_END
23488 The offset is set to the size of the file plus offset
23489 bytes.
23490 @end table
23491
23492 @smallexample
23493 @exdent Return value:
23494 On success, the resulting unsigned offset in bytes from
23495 the beginning of the file is returned.  Otherwise, a
23496 value of -1 is returned.
23497
23498 @exdent Errors:
23499 @end smallexample
23500
23501 @table @code
23502 @item EBADF
23503 fd is not a valid open file descriptor.
23504
23505 @item ESPIPE
23506 fd is associated with the @value{GDBN} console.
23507
23508 @item EINVAL
23509 flag is not a proper value.
23510
23511 @item EINTR
23512 The call was interrupted by the user.
23513 @end table
23514
23515 @node rename
23516 @unnumberedsubsubsec rename
23517 @cindex rename, file-i/o system call
23518
23519 @smallexample
23520 @exdent Synopsis:
23521 int rename(const char *oldpath, const char *newpath);
23522
23523 @exdent Request:
23524 Frename,oldpathptr/len,newpathptr/len
23525
23526 @exdent Return value:
23527 On success, zero is returned.  On error, -1 is returned.
23528
23529 @exdent Errors:
23530 @end smallexample
23531
23532 @table @code
23533 @item EISDIR
23534 newpath is an existing directory, but oldpath is not a
23535 directory.
23536
23537 @item EEXIST
23538 newpath is a non-empty directory.
23539
23540 @item EBUSY
23541 oldpath or newpath is a directory that is in use by some
23542 process.
23543
23544 @item EINVAL
23545 An attempt was made to make a directory a subdirectory
23546 of itself.
23547
23548 @item ENOTDIR
23549 A  component used as a directory in oldpath or new
23550 path is not a directory.  Or oldpath is a directory
23551 and newpath exists but is not a directory.
23552
23553 @item EFAULT
23554 oldpathptr or newpathptr are invalid pointer values.
23555
23556 @item EACCES
23557 No access to the file or the path of the file.
23558
23559 @item ENAMETOOLONG
23560
23561 oldpath or newpath was too long.
23562
23563 @item ENOENT
23564 A directory component in oldpath or newpath does not exist.
23565
23566 @item EROFS
23567 The file is on a read-only filesystem.
23568
23569 @item ENOSPC
23570 The device containing the file has no room for the new
23571 directory entry.
23572
23573 @item EINTR
23574 The call was interrupted by the user.
23575 @end table
23576
23577 @node unlink
23578 @unnumberedsubsubsec unlink
23579 @cindex unlink, file-i/o system call
23580
23581 @smallexample
23582 @exdent Synopsis:
23583 int unlink(const char *pathname);
23584
23585 @exdent Request:
23586 Funlink,pathnameptr/len
23587
23588 @exdent Return value:
23589 On success, zero is returned.  On error, -1 is returned.
23590
23591 @exdent Errors:
23592 @end smallexample
23593
23594 @table @code
23595 @item EACCES
23596 No access to the file or the path of the file.
23597
23598 @item EPERM
23599 The system does not allow unlinking of directories.
23600
23601 @item EBUSY
23602 The file pathname cannot be unlinked because it's
23603 being used by another process.
23604
23605 @item EFAULT
23606 pathnameptr is an invalid pointer value.
23607
23608 @item ENAMETOOLONG
23609 pathname was too long.
23610
23611 @item ENOENT
23612 A directory component in pathname does not exist.
23613
23614 @item ENOTDIR
23615 A component of the path is not a directory.
23616
23617 @item EROFS
23618 The file is on a read-only filesystem.
23619
23620 @item EINTR
23621 The call was interrupted by the user.
23622 @end table
23623
23624 @node stat/fstat
23625 @unnumberedsubsubsec stat/fstat
23626 @cindex fstat, file-i/o system call
23627 @cindex stat, file-i/o system call
23628
23629 @smallexample
23630 @exdent Synopsis:
23631 int stat(const char *pathname, struct stat *buf);
23632 int fstat(int fd, struct stat *buf);
23633
23634 @exdent Request:
23635 Fstat,pathnameptr/len,bufptr
23636 Ffstat,fd,bufptr
23637
23638 @exdent Return value:
23639 On success, zero is returned.  On error, -1 is returned.
23640
23641 @exdent Errors:
23642 @end smallexample
23643
23644 @table @code
23645 @item EBADF
23646 fd is not a valid open file.
23647
23648 @item ENOENT
23649 A directory component in pathname does not exist or the
23650 path is an empty string.
23651
23652 @item ENOTDIR
23653 A component of the path is not a directory.
23654
23655 @item EFAULT
23656 pathnameptr is an invalid pointer value.
23657
23658 @item EACCES
23659 No access to the file or the path of the file.
23660
23661 @item ENAMETOOLONG
23662 pathname was too long.
23663
23664 @item EINTR
23665 The call was interrupted by the user.
23666 @end table
23667
23668 @node gettimeofday
23669 @unnumberedsubsubsec gettimeofday
23670 @cindex gettimeofday, file-i/o system call
23671
23672 @smallexample
23673 @exdent Synopsis:
23674 int gettimeofday(struct timeval *tv, void *tz);
23675
23676 @exdent Request:
23677 Fgettimeofday,tvptr,tzptr
23678
23679 @exdent Return value:
23680 On success, 0 is returned, -1 otherwise.
23681
23682 @exdent Errors:
23683 @end smallexample
23684
23685 @table @code
23686 @item EINVAL
23687 tz is a non-NULL pointer.
23688
23689 @item EFAULT
23690 tvptr and/or tzptr is an invalid pointer value.
23691 @end table
23692
23693 @node isatty
23694 @unnumberedsubsubsec isatty
23695 @cindex isatty, file-i/o system call
23696
23697 @smallexample
23698 @exdent Synopsis:
23699 int isatty(int fd);
23700
23701 @exdent Request:
23702 Fisatty,fd
23703
23704 @exdent Return value:
23705 Returns 1 if fd refers to the @value{GDBN} console, 0 otherwise.
23706
23707 @exdent Errors:
23708 @end smallexample
23709
23710 @table @code
23711 @item EINTR
23712 The call was interrupted by the user.
23713 @end table
23714
23715 @node system
23716 @unnumberedsubsubsec system
23717 @cindex system, file-i/o system call
23718
23719 @smallexample
23720 @exdent Synopsis:
23721 int system(const char *command);
23722
23723 @exdent Request:
23724 Fsystem,commandptr/len
23725
23726 @exdent Return value:
23727 The value returned is -1 on error and the return status
23728 of the command otherwise.  Only the exit status of the
23729 command is returned, which is extracted from the hosts
23730 system return value by calling WEXITSTATUS(retval).
23731 In case /bin/sh could not be executed, 127 is returned.
23732
23733 @exdent Errors:
23734 @end smallexample
23735
23736 @table @code
23737 @item EINTR
23738 The call was interrupted by the user.
23739 @end table
23740
23741 @node Protocol specific representation of datatypes
23742 @subsection Protocol specific representation of datatypes
23743 @cindex protocol specific representation of datatypes, in file-i/o protocol
23744
23745 @menu
23746 * Integral datatypes::
23747 * Pointer values::
23748 * struct stat::
23749 * struct timeval::
23750 @end menu
23751
23752 @node Integral datatypes
23753 @unnumberedsubsubsec Integral datatypes
23754 @cindex integral datatypes, in file-i/o protocol
23755
23756 The integral datatypes used in the system calls are
23757
23758 @smallexample
23759 int@r{,} unsigned int@r{,} long@r{,} unsigned long@r{,} mode_t @r{and} time_t
23760 @end smallexample
23761
23762 @code{Int}, @code{unsigned int}, @code{mode_t} and @code{time_t} are
23763 implemented as 32 bit values in this protocol.
23764
23765 @code{Long} and @code{unsigned long} are implemented as 64 bit types.
23766
23767 @xref{Limits}, for corresponding MIN and MAX values (similar to those
23768 in @file{limits.h}) to allow range checking on host and target.
23769
23770 @code{time_t} datatypes are defined as seconds since the Epoch.
23771
23772 All integral datatypes transferred as part of a memory read or write of a
23773 structured datatype e.g.@: a @code{struct stat} have to be given in big endian
23774 byte order.
23775
23776 @node Pointer values
23777 @unnumberedsubsubsec Pointer values
23778 @cindex pointer values, in file-i/o protocol
23779
23780 Pointers to target data are transmitted as they are.  An exception
23781 is made for pointers to buffers for which the length isn't
23782 transmitted as part of the function call, namely strings.  Strings
23783 are transmitted as a pointer/length pair, both as hex values, e.g.@:
23784
23785 @smallexample
23786 @code{1aaf/12}
23787 @end smallexample
23788
23789 @noindent
23790 which is a pointer to data of length 18 bytes at position 0x1aaf.
23791 The length is defined as the full string length in bytes, including
23792 the trailing null byte.  Example:
23793
23794 @smallexample
23795 ``hello, world'' at address 0x123456
23796 @end smallexample
23797
23798 @noindent
23799 is transmitted as
23800
23801 @smallexample
23802 @code{123456/d}
23803 @end smallexample
23804
23805 @node struct stat
23806 @unnumberedsubsubsec struct stat
23807 @cindex struct stat, in file-i/o protocol
23808
23809 The buffer of type struct stat used by the target and @value{GDBN} is defined
23810 as follows:
23811
23812 @smallexample
23813 struct stat @{
23814     unsigned int  st_dev;      /* device */
23815     unsigned int  st_ino;      /* inode */
23816     mode_t        st_mode;     /* protection */
23817     unsigned int  st_nlink;    /* number of hard links */
23818     unsigned int  st_uid;      /* user ID of owner */
23819     unsigned int  st_gid;      /* group ID of owner */
23820     unsigned int  st_rdev;     /* device type (if inode device) */
23821     unsigned long st_size;     /* total size, in bytes */
23822     unsigned long st_blksize;  /* blocksize for filesystem I/O */
23823     unsigned long st_blocks;   /* number of blocks allocated */
23824     time_t        st_atime;    /* time of last access */
23825     time_t        st_mtime;    /* time of last modification */
23826     time_t        st_ctime;    /* time of last change */
23827 @};
23828 @end smallexample
23829
23830 The integral datatypes are conforming to the definitions given in the
23831 approriate section (see @ref{Integral datatypes}, for details) so this
23832 structure is of size 64 bytes.
23833
23834 The values of several fields have a restricted meaning and/or
23835 range of values.
23836
23837 @smallexample
23838 st_dev:     0       file
23839             1       console
23840
23841 st_ino:     No valid meaning for the target.  Transmitted unchanged.
23842
23843 st_mode:    Valid mode bits are described in Appendix C.  Any other
23844             bits have currently no meaning for the target.
23845
23846 st_uid:     No valid meaning for the target.  Transmitted unchanged.
23847
23848 st_gid:     No valid meaning for the target.  Transmitted unchanged.
23849
23850 st_rdev:    No valid meaning for the target.  Transmitted unchanged.
23851
23852 st_atime, st_mtime, st_ctime:
23853             These values have a host and file system dependent
23854             accuracy.  Especially on Windows hosts the file systems
23855             don't support exact timing values.
23856 @end smallexample
23857
23858 The target gets a struct stat of the above representation and is
23859 responsible to coerce it to the target representation before
23860 continuing.
23861
23862 Note that due to size differences between the host and target
23863 representation of stat members, these members could eventually
23864 get truncated on the target.
23865
23866 @node struct timeval
23867 @unnumberedsubsubsec struct timeval
23868 @cindex struct timeval, in file-i/o protocol
23869
23870 The buffer of type struct timeval used by the target and @value{GDBN}
23871 is defined as follows:
23872
23873 @smallexample
23874 struct timeval @{
23875     time_t tv_sec;  /* second */
23876     long   tv_usec; /* microsecond */
23877 @};
23878 @end smallexample
23879
23880 The integral datatypes are conforming to the definitions given in the
23881 approriate section (see @ref{Integral datatypes}, for details) so this
23882 structure is of size 8 bytes.
23883
23884 @node Constants
23885 @subsection Constants
23886 @cindex constants, in file-i/o protocol
23887
23888 The following values are used for the constants inside of the
23889 protocol.  @value{GDBN} and target are resposible to translate these
23890 values before and after the call as needed.
23891
23892 @menu
23893 * Open flags::
23894 * mode_t values::
23895 * Errno values::
23896 * Lseek flags::
23897 * Limits::
23898 @end menu
23899
23900 @node Open flags
23901 @unnumberedsubsubsec Open flags
23902 @cindex open flags, in file-i/o protocol
23903
23904 All values are given in hexadecimal representation.
23905
23906 @smallexample
23907   O_RDONLY        0x0
23908   O_WRONLY        0x1
23909   O_RDWR          0x2
23910   O_APPEND        0x8
23911   O_CREAT       0x200
23912   O_TRUNC       0x400
23913   O_EXCL        0x800
23914 @end smallexample
23915
23916 @node mode_t values
23917 @unnumberedsubsubsec mode_t values
23918 @cindex mode_t values, in file-i/o protocol
23919
23920 All values are given in octal representation.
23921
23922 @smallexample
23923   S_IFREG       0100000
23924   S_IFDIR        040000
23925   S_IRUSR          0400
23926   S_IWUSR          0200
23927   S_IXUSR          0100
23928   S_IRGRP           040
23929   S_IWGRP           020
23930   S_IXGRP           010
23931   S_IROTH            04
23932   S_IWOTH            02
23933   S_IXOTH            01
23934 @end smallexample
23935
23936 @node Errno values
23937 @unnumberedsubsubsec Errno values
23938 @cindex errno values, in file-i/o protocol
23939
23940 All values are given in decimal representation.
23941
23942 @smallexample
23943   EPERM           1
23944   ENOENT          2
23945   EINTR           4
23946   EBADF           9
23947   EACCES         13
23948   EFAULT         14
23949   EBUSY          16
23950   EEXIST         17
23951   ENODEV         19
23952   ENOTDIR        20
23953   EISDIR         21
23954   EINVAL         22
23955   ENFILE         23
23956   EMFILE         24
23957   EFBIG          27
23958   ENOSPC         28
23959   ESPIPE         29
23960   EROFS          30
23961   ENAMETOOLONG   91
23962   EUNKNOWN       9999
23963 @end smallexample
23964
23965   EUNKNOWN is used as a fallback error value if a host system returns
23966   any error value not in the list of supported error numbers.
23967
23968 @node Lseek flags
23969 @unnumberedsubsubsec Lseek flags
23970 @cindex lseek flags, in file-i/o protocol
23971
23972 @smallexample
23973   SEEK_SET      0
23974   SEEK_CUR      1
23975   SEEK_END      2
23976 @end smallexample
23977
23978 @node Limits
23979 @unnumberedsubsubsec Limits
23980 @cindex limits, in file-i/o protocol
23981
23982 All values are given in decimal representation.
23983
23984 @smallexample
23985   INT_MIN       -2147483648
23986   INT_MAX        2147483647
23987   UINT_MAX       4294967295
23988   LONG_MIN      -9223372036854775808
23989   LONG_MAX       9223372036854775807
23990   ULONG_MAX      18446744073709551615
23991 @end smallexample
23992
23993 @node File-I/O Examples
23994 @subsection File-I/O Examples
23995 @cindex file-i/o examples
23996
23997 Example sequence of a write call, file descriptor 3, buffer is at target
23998 address 0x1234, 6 bytes should be written:
23999
24000 @smallexample
24001 <- @code{Fwrite,3,1234,6}
24002 @emph{request memory read from target}
24003 -> @code{m1234,6}
24004 <- XXXXXX
24005 @emph{return "6 bytes written"}
24006 -> @code{F6}
24007 @end smallexample
24008
24009 Example sequence of a read call, file descriptor 3, buffer is at target
24010 address 0x1234, 6 bytes should be read:
24011
24012 @smallexample
24013 <- @code{Fread,3,1234,6}
24014 @emph{request memory write to target}
24015 -> @code{X1234,6:XXXXXX}
24016 @emph{return "6 bytes read"}
24017 -> @code{F6}
24018 @end smallexample
24019
24020 Example sequence of a read call, call fails on the host due to invalid
24021 file descriptor (EBADF):
24022
24023 @smallexample
24024 <- @code{Fread,3,1234,6}
24025 -> @code{F-1,9}
24026 @end smallexample
24027
24028 Example sequence of a read call, user presses Ctrl-C before syscall on
24029 host is called:
24030
24031 @smallexample
24032 <- @code{Fread,3,1234,6}
24033 -> @code{F-1,4,C}
24034 <- @code{T02}
24035 @end smallexample
24036
24037 Example sequence of a read call, user presses Ctrl-C after syscall on
24038 host is called:
24039
24040 @smallexample
24041 <- @code{Fread,3,1234,6}
24042 -> @code{X1234,6:XXXXXX}
24043 <- @code{T02}
24044 @end smallexample
24045
24046 @include agentexpr.texi
24047
24048 @include gpl.texi
24049
24050 @raisesections
24051 @include fdl.texi
24052 @lowersections
24053
24054 @node Index
24055 @unnumbered Index
24056
24057 @printindex cp
24058
24059 @tex
24060 % I think something like @colophon should be in texinfo.  In the
24061 % meantime:
24062 \long\def\colophon{\hbox to0pt{}\vfill
24063 \centerline{The body of this manual is set in}
24064 \centerline{\fontname\tenrm,}
24065 \centerline{with headings in {\bf\fontname\tenbf}}
24066 \centerline{and examples in {\tt\fontname\tentt}.}
24067 \centerline{{\it\fontname\tenit\/},}
24068 \centerline{{\bf\fontname\tenbf}, and}
24069 \centerline{{\sl\fontname\tensl\/}}
24070 \centerline{are used for emphasis.}\vfill}
24071 \page\colophon
24072 % Blame: doc@cygnus.com, 1991.
24073 @end tex
24074
24075 @bye