OSDN Git Service

e3b8a16e668a2b47485e99914f74f0812b0418a4
[pf3gnuchains/pf3gnuchains3x.git] / gdb / doc / gdb.texinfo
1 \input texinfo      @c -*-texinfo-*-
2 @c Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998,
3 @c 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
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, 2006@*
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, 2006 
89 Free Software Foundation, Inc.
90 @sp 2
91 Published by the Free Software Foundation @*
92 51 Franklin Street, Fifth Floor,
93 Boston, MA 02110-1301, 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-2006 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.3, 6.2, 6.1, 6.0, 5.3, 5.2, 5.1 and 5.0);
353 Jim Blandy (release 4.18);
354 Jason Molenda (release 4.17);
355 Stan Shebs (release 4.14);
356 Fred Fish (releases 4.16, 4.15, 4.13, 4.12, 4.11, 4.10, and 4.9);
357 Stu Grossman and John Gilmore (releases 4.8, 4.7, 4.6, 4.5, and 4.4);
358 John Gilmore (releases 4.3, 4.2, 4.1, 4.0, and 3.9);
359 Jim Kingdon (releases 3.5, 3.4, and 3.3);
360 and Randy Smith (releases 3.2, 3.1, and 3.0).
361
362 Richard Stallman, assisted at various times by Peter TerMaat, Chris
363 Hanson, and Richard Mlynarik, handled releases through 2.8.
364
365 Michael Tiemann is the author of most of the @sc{gnu} C@t{++} support
366 in @value{GDBN}, with significant additional contributions from Per
367 Bothner and Daniel Berlin.  James Clark wrote the @sc{gnu} C@t{++}
368 demangler.  Early work on C@t{++} was by Peter TerMaat (who also did
369 much general update work leading to release 3.0).
370
371 @value{GDBN} uses the BFD subroutine library to examine multiple
372 object-file formats; BFD was a joint project of David V.
373 Henkel-Wallace, Rich Pixley, Steve Chamberlain, and John Gilmore.
374
375 David Johnson wrote the original COFF support; Pace Willison did
376 the original support for encapsulated COFF.
377
378 Brent Benson of Harris Computer Systems contributed DWARF 2 support.
379
380 Adam de Boor and Bradley Davis contributed the ISI Optimum V support.
381 Per Bothner, Noboyuki Hikichi, and Alessandro Forin contributed MIPS
382 support.
383 Jean-Daniel Fekete contributed Sun 386i support.
384 Chris Hanson improved the HP9000 support.
385 Noboyuki Hikichi and Tomoyuki Hasei contributed Sony/News OS 3 support.
386 David Johnson contributed Encore Umax support.
387 Jyrki Kuoppala contributed Altos 3068 support.
388 Jeff Law contributed HP PA and SOM support.
389 Keith Packard contributed NS32K support.
390 Doug Rabson contributed Acorn Risc Machine support.
391 Bob Rusk contributed Harris Nighthawk CX-UX support.
392 Chris Smith contributed Convex support (and Fortran debugging).
393 Jonathan Stone contributed Pyramid support.
394 Michael Tiemann contributed SPARC support.
395 Tim Tucker contributed support for the Gould NP1 and Gould Powernode.
396 Pace Willison contributed Intel 386 support.
397 Jay Vosburgh contributed Symmetry support.
398 Marko Mlinar contributed OpenRISC 1000 support.
399
400 Andreas Schwab contributed M68K @sc{gnu}/Linux support.
401
402 Rich Schaefer and Peter Schauer helped with support of SunOS shared
403 libraries.
404
405 Jay Fenlason and Roland McGrath ensured that @value{GDBN} and GAS agree
406 about several machine instruction sets.
407
408 Patrick Duval, Ted Goldstein, Vikram Koka and Glenn Engel helped develop
409 remote debugging.  Intel Corporation, Wind River Systems, AMD, and ARM
410 contributed remote debugging modules for the i960, VxWorks, A29K UDI,
411 and RDI targets, respectively.
412
413 Brian Fox is the author of the readline libraries providing
414 command-line editing and command history.
415
416 Andrew Beers of SUNY Buffalo wrote the language-switching code, the
417 Modula-2 support, and contributed the Languages chapter of this manual.
418
419 Fred Fish wrote most of the support for Unix System Vr4.
420 He also enhanced the command-completion support to cover C@t{++} overloaded
421 symbols.
422
423 Hitachi America (now Renesas America), Ltd. sponsored the support for
424 H8/300, H8/500, and Super-H processors.
425
426 NEC sponsored the support for the v850, Vr4xxx, and Vr5xxx processors.
427
428 Mitsubishi (now Renesas) sponsored the support for D10V, D30V, and M32R/D
429 processors.
430
431 Toshiba sponsored the support for the TX39 Mips processor.
432
433 Matsushita sponsored the support for the MN10200 and MN10300 processors.
434
435 Fujitsu sponsored the support for SPARClite and FR30 processors.
436
437 Kung Hsu, Jeff Law, and Rick Sladkey added support for hardware
438 watchpoints.
439
440 Michael Snyder added support for tracepoints.
441
442 Stu Grossman wrote gdbserver.
443
444 Jim Kingdon, Peter Schauer, Ian Taylor, and Stu Grossman made
445 nearly innumerable bug fixes and cleanups throughout @value{GDBN}.
446
447 The following people at the Hewlett-Packard Company contributed
448 support for the PA-RISC 2.0 architecture, HP-UX 10.20, 10.30, and 11.0
449 (narrow mode), HP's implementation of kernel threads, HP's aC@t{++}
450 compiler, and the Text User Interface (nee Terminal User Interface):
451 Ben Krepp, Richard Title, John Bishop, Susan Macchia, Kathy Mann,
452 Satish Pai, India Paul, Steve Rehrauer, and Elena Zannoni.  Kim Haase
453 provided HP-specific information in this manual.
454
455 DJ Delorie ported @value{GDBN} to MS-DOS, for the DJGPP project.
456 Robert Hoehne made significant contributions to the DJGPP port.
457
458 Cygnus Solutions has sponsored @value{GDBN} maintenance and much of its
459 development since 1991.  Cygnus engineers who have worked on @value{GDBN}
460 fulltime include Mark Alexander, Jim Blandy, Per Bothner, Kevin
461 Buettner, Edith Epstein, Chris Faylor, Fred Fish, Martin Hunt, Jim
462 Ingham, John Gilmore, Stu Grossman, Kung Hsu, Jim Kingdon, John Metzler,
463 Fernando Nasser, Geoffrey Noer, Dawn Perchik, Rich Pixley, Zdenek
464 Radouch, Keith Seitz, Stan Shebs, David Taylor, and Elena Zannoni.  In
465 addition, Dave Brolley, Ian Carmichael, Steve Chamberlain, Nick Clifton,
466 JT Conklin, Stan Cox, DJ Delorie, Ulrich Drepper, Frank Eigler, Doug
467 Evans, Sean Fagan, David Henkel-Wallace, Richard Henderson, Jeff
468 Holcomb, Jeff Law, Jim Lemke, Tom Lord, Bob Manson, Michael Meissner,
469 Jason Merrill, Catherine Moore, Drew Moseley, Ken Raeburn, Gavin
470 Romig-Koch, Rob Savoye, Jamie Smith, Mike Stump, Ian Taylor, Angela
471 Thomas, Michael Tiemann, Tom Tromey, Ron Unrau, Jim Wilson, and David
472 Zuhn have made contributions both large and small.
473
474 Andrew Cagney, Fernando Nasser, and Elena Zannoni, while working for
475 Cygnus Solutions, implemented the original @sc{gdb/mi} interface.
476
477 Jim Blandy added support for preprocessor macros, while working for Red
478 Hat.
479
480 Andrew Cagney designed @value{GDBN}'s architecture vector.  Many
481 people including Andrew Cagney, Stephane Carrez, Randolph Chung, Nick
482 Duffek, Richard Henderson, Mark Kettenis, Grace Sainsbury, Kei
483 Sakamoto, Yoshinori Sato, Michael Snyder, Andreas Schwab, Jason
484 Thorpe, Corinna Vinschen, Ulrich Weigand, and Elena Zannoni, helped
485 with the migration of old architectures to this new framework.
486
487 Andrew Cagney completely re-designed and re-implemented @value{GDBN}'s
488 unwinder framework, this consisting of a fresh new design featuring
489 frame IDs, independent frame sniffers, and the sentinel frame.  Mark
490 Kettenis implemented the @sc{dwarf 2} unwinder, Jeff Johnston the
491 libunwind unwinder, and Andrew Cagney the dummy, sentinel, tramp, and
492 trad unwinders.  The architecture specific changes, each involving a
493 complete rewrite of the architecture's frame code, were carried out by
494 Jim Blandy, Joel Brobecker, Kevin Buettner, Andrew Cagney, Stephane
495 Carrez, Randolph Chung, Orjan Friberg, Richard Henderson, Daniel
496 Jacobowitz, Jeff Johnston, Mark Kettenis, Theodore A. Roth, Kei
497 Sakamoto, Yoshinori Sato, Michael Snyder, Corinna Vinschen, and Ulrich
498 Weigand.
499
500 @node Sample Session
501 @chapter A Sample @value{GDBN} Session
502
503 You can use this manual at your leisure to read all about @value{GDBN}.
504 However, a handful of commands are enough to get started using the
505 debugger.  This chapter illustrates those commands.
506
507 @iftex
508 In this sample session, we emphasize user input like this: @b{input},
509 to make it easier to pick out from the surrounding output.
510 @end iftex
511
512 @c FIXME: this example may not be appropriate for some configs, where
513 @c FIXME...primary interest is in remote use.
514
515 One of the preliminary versions of @sc{gnu} @code{m4} (a generic macro
516 processor) exhibits the following bug: sometimes, when we change its
517 quote strings from the default, the commands used to capture one macro
518 definition within another stop working.  In the following short @code{m4}
519 session, we define a macro @code{foo} which expands to @code{0000}; we
520 then use the @code{m4} built-in @code{defn} to define @code{bar} as the
521 same thing.  However, when we change the open quote string to
522 @code{<QUOTE>} and the close quote string to @code{<UNQUOTE>}, the same
523 procedure fails to define a new synonym @code{baz}:
524
525 @smallexample
526 $ @b{cd gnu/m4}
527 $ @b{./m4}
528 @b{define(foo,0000)}
529
530 @b{foo}
531 0000
532 @b{define(bar,defn(`foo'))}
533
534 @b{bar}
535 0000
536 @b{changequote(<QUOTE>,<UNQUOTE>)}
537
538 @b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
539 @b{baz}
540 @b{Ctrl-d}
541 m4: End of input: 0: fatal error: EOF in string
542 @end smallexample
543
544 @noindent
545 Let us use @value{GDBN} to try to see what is going on.
546
547 @smallexample
548 $ @b{@value{GDBP} m4}
549 @c FIXME: this falsifies the exact text played out, to permit smallbook
550 @c FIXME... format to come out better.
551 @value{GDBN} is free software and you are welcome to distribute copies
552  of it under certain conditions; type "show copying" to see
553  the conditions.
554 There is absolutely no warranty for @value{GDBN}; type "show warranty"
555  for details.
556
557 @value{GDBN} @value{GDBVN}, Copyright 1999 Free Software Foundation, Inc...
558 (@value{GDBP})
559 @end smallexample
560
561 @noindent
562 @value{GDBN} reads only enough symbol data to know where to find the
563 rest when needed; as a result, the first prompt comes up very quickly.
564 We now tell @value{GDBN} to use a narrower display width than usual, so
565 that examples fit in this manual.
566
567 @smallexample
568 (@value{GDBP}) @b{set width 70}
569 @end smallexample
570
571 @noindent
572 We need to see how the @code{m4} built-in @code{changequote} works.
573 Having looked at the source, we know the relevant subroutine is
574 @code{m4_changequote}, so we set a breakpoint there with the @value{GDBN}
575 @code{break} command.
576
577 @smallexample
578 (@value{GDBP}) @b{break m4_changequote}
579 Breakpoint 1 at 0x62f4: file builtin.c, line 879.
580 @end smallexample
581
582 @noindent
583 Using the @code{run} command, we start @code{m4} running under @value{GDBN}
584 control; as long as control does not reach the @code{m4_changequote}
585 subroutine, the program runs as usual:
586
587 @smallexample
588 (@value{GDBP}) @b{run}
589 Starting program: /work/Editorial/gdb/gnu/m4/m4
590 @b{define(foo,0000)}
591
592 @b{foo}
593 0000
594 @end smallexample
595
596 @noindent
597 To trigger the breakpoint, we call @code{changequote}.  @value{GDBN}
598 suspends execution of @code{m4}, displaying information about the
599 context where it stops.
600
601 @smallexample
602 @b{changequote(<QUOTE>,<UNQUOTE>)}
603
604 Breakpoint 1, m4_changequote (argc=3, argv=0x33c70)
605     at builtin.c:879
606 879         if (bad_argc(TOKEN_DATA_TEXT(argv[0]),argc,1,3))
607 @end smallexample
608
609 @noindent
610 Now we use the command @code{n} (@code{next}) to advance execution to
611 the next line of the current function.
612
613 @smallexample
614 (@value{GDBP}) @b{n}
615 882         set_quotes((argc >= 2) ? TOKEN_DATA_TEXT(argv[1])\
616  : nil,
617 @end smallexample
618
619 @noindent
620 @code{set_quotes} looks like a promising subroutine.  We can go into it
621 by using the command @code{s} (@code{step}) instead of @code{next}.
622 @code{step} goes to the next line to be executed in @emph{any}
623 subroutine, so it steps into @code{set_quotes}.
624
625 @smallexample
626 (@value{GDBP}) @b{s}
627 set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
628     at input.c:530
629 530         if (lquote != def_lquote)
630 @end smallexample
631
632 @noindent
633 The display that shows the subroutine where @code{m4} is now
634 suspended (and its arguments) is called a stack frame display.  It
635 shows a summary of the stack.  We can use the @code{backtrace}
636 command (which can also be spelled @code{bt}), to see where we are
637 in the stack as a whole: the @code{backtrace} command displays a
638 stack frame for each active subroutine.
639
640 @smallexample
641 (@value{GDBP}) @b{bt}
642 #0  set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
643     at input.c:530
644 #1  0x6344 in m4_changequote (argc=3, argv=0x33c70)
645     at builtin.c:882
646 #2  0x8174 in expand_macro (sym=0x33320) at macro.c:242
647 #3  0x7a88 in expand_token (obs=0x0, t=209696, td=0xf7fffa30)
648     at macro.c:71
649 #4  0x79dc in expand_input () at macro.c:40
650 #5  0x2930 in main (argc=0, argv=0xf7fffb20) at m4.c:195
651 @end smallexample
652
653 @noindent
654 We step through a few more lines to see what happens.  The first two
655 times, we can use @samp{s}; the next two times we use @code{n} to avoid
656 falling into the @code{xstrdup} subroutine.
657
658 @smallexample
659 (@value{GDBP}) @b{s}
660 0x3b5c  532         if (rquote != def_rquote)
661 (@value{GDBP}) @b{s}
662 0x3b80  535         lquote = (lq == nil || *lq == '\0') ?  \
663 def_lquote : xstrdup(lq);
664 (@value{GDBP}) @b{n}
665 536         rquote = (rq == nil || *rq == '\0') ? def_rquote\
666  : xstrdup(rq);
667 (@value{GDBP}) @b{n}
668 538         len_lquote = strlen(rquote);
669 @end smallexample
670
671 @noindent
672 The last line displayed looks a little odd; we can examine the variables
673 @code{lquote} and @code{rquote} to see if they are in fact the new left
674 and right quotes we specified.  We use the command @code{p}
675 (@code{print}) to see their values.
676
677 @smallexample
678 (@value{GDBP}) @b{p lquote}
679 $1 = 0x35d40 "<QUOTE>"
680 (@value{GDBP}) @b{p rquote}
681 $2 = 0x35d50 "<UNQUOTE>"
682 @end smallexample
683
684 @noindent
685 @code{lquote} and @code{rquote} are indeed the new left and right quotes.
686 To look at some context, we can display ten lines of source
687 surrounding the current line with the @code{l} (@code{list}) command.
688
689 @smallexample
690 (@value{GDBP}) @b{l}
691 533             xfree(rquote);
692 534
693 535         lquote = (lq == nil || *lq == '\0') ? def_lquote\
694  : xstrdup (lq);
695 536         rquote = (rq == nil || *rq == '\0') ? def_rquote\
696  : xstrdup (rq);
697 537
698 538         len_lquote = strlen(rquote);
699 539         len_rquote = strlen(lquote);
700 540     @}
701 541
702 542     void
703 @end smallexample
704
705 @noindent
706 Let us step past the two lines that set @code{len_lquote} and
707 @code{len_rquote}, and then examine the values of those variables.
708
709 @smallexample
710 (@value{GDBP}) @b{n}
711 539         len_rquote = strlen(lquote);
712 (@value{GDBP}) @b{n}
713 540     @}
714 (@value{GDBP}) @b{p len_lquote}
715 $3 = 9
716 (@value{GDBP}) @b{p len_rquote}
717 $4 = 7
718 @end smallexample
719
720 @noindent
721 That certainly looks wrong, assuming @code{len_lquote} and
722 @code{len_rquote} are meant to be the lengths of @code{lquote} and
723 @code{rquote} respectively.  We can set them to better values using
724 the @code{p} command, since it can print the value of
725 any expression---and that expression can include subroutine calls and
726 assignments.
727
728 @smallexample
729 (@value{GDBP}) @b{p len_lquote=strlen(lquote)}
730 $5 = 7
731 (@value{GDBP}) @b{p len_rquote=strlen(rquote)}
732 $6 = 9
733 @end smallexample
734
735 @noindent
736 Is that enough to fix the problem of using the new quotes with the
737 @code{m4} built-in @code{defn}?  We can allow @code{m4} to continue
738 executing with the @code{c} (@code{continue}) command, and then try the
739 example that caused trouble initially:
740
741 @smallexample
742 (@value{GDBP}) @b{c}
743 Continuing.
744
745 @b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
746
747 baz
748 0000
749 @end smallexample
750
751 @noindent
752 Success!  The new quotes now work just as well as the default ones.  The
753 problem seems to have been just the two typos defining the wrong
754 lengths.  We allow @code{m4} exit by giving it an EOF as input:
755
756 @smallexample
757 @b{Ctrl-d}
758 Program exited normally.
759 @end smallexample
760
761 @noindent
762 The message @samp{Program exited normally.} is from @value{GDBN}; it
763 indicates @code{m4} has finished executing.  We can end our @value{GDBN}
764 session with the @value{GDBN} @code{quit} command.
765
766 @smallexample
767 (@value{GDBP}) @b{quit}
768 @end smallexample
769
770 @node Invocation
771 @chapter Getting In and Out of @value{GDBN}
772
773 This chapter discusses how to start @value{GDBN}, and how to get out of it.
774 The essentials are:
775 @itemize @bullet
776 @item
777 type @samp{@value{GDBP}} to start @value{GDBN}.
778 @item
779 type @kbd{quit} or @kbd{Ctrl-d} to exit.
780 @end itemize
781
782 @menu
783 * Invoking GDB::                How to start @value{GDBN}
784 * Quitting GDB::                How to quit @value{GDBN}
785 * Shell Commands::              How to use shell commands inside @value{GDBN}
786 * Logging output::              How to log @value{GDBN}'s output to a file
787 @end menu
788
789 @node Invoking GDB
790 @section Invoking @value{GDBN}
791
792 Invoke @value{GDBN} by running the program @code{@value{GDBP}}.  Once started,
793 @value{GDBN} reads commands from the terminal until you tell it to exit.
794
795 You can also run @code{@value{GDBP}} with a variety of arguments and options,
796 to specify more of your debugging environment at the outset.
797
798 The command-line options described here are designed
799 to cover a variety of situations; in some environments, some of these
800 options may effectively be unavailable.
801
802 The most usual way to start @value{GDBN} is with one argument,
803 specifying an executable program:
804
805 @smallexample
806 @value{GDBP} @var{program}
807 @end smallexample
808
809 @noindent
810 You can also start with both an executable program and a core file
811 specified:
812
813 @smallexample
814 @value{GDBP} @var{program} @var{core}
815 @end smallexample
816
817 You can, instead, specify a process ID as a second argument, if you want
818 to debug a running process:
819
820 @smallexample
821 @value{GDBP} @var{program} 1234
822 @end smallexample
823
824 @noindent
825 would attach @value{GDBN} to process @code{1234} (unless you also have a file
826 named @file{1234}; @value{GDBN} does check for a core file first).
827
828 Taking advantage of the second command-line argument requires a fairly
829 complete operating system; when you use @value{GDBN} as a remote
830 debugger attached to a bare board, there may not be any notion of
831 ``process'', and there is often no way to get a core dump.  @value{GDBN}
832 will warn you if it is unable to attach or to read core dumps.
833
834 You can optionally have @code{@value{GDBP}} pass any arguments after the
835 executable file to the inferior using @code{--args}.  This option stops
836 option processing.
837 @smallexample
838 gdb --args gcc -O2 -c foo.c
839 @end smallexample
840 This will cause @code{@value{GDBP}} to debug @code{gcc}, and to set
841 @code{gcc}'s command-line arguments (@pxref{Arguments}) to @samp{-O2 -c foo.c}.
842
843 You can run @code{@value{GDBP}} without printing the front material, which describes
844 @value{GDBN}'s non-warranty, by specifying @code{-silent}:
845
846 @smallexample
847 @value{GDBP} -silent
848 @end smallexample
849
850 @noindent
851 You can further control how @value{GDBN} starts up by using command-line
852 options.  @value{GDBN} itself can remind you of the options available.
853
854 @noindent
855 Type
856
857 @smallexample
858 @value{GDBP} -help
859 @end smallexample
860
861 @noindent
862 to display all available options and briefly describe their use
863 (@samp{@value{GDBP} -h} is a shorter equivalent).
864
865 All options and command line arguments you give are processed
866 in sequential order.  The order makes a difference when the
867 @samp{-x} option is used.
868
869
870 @menu
871 * File Options::                Choosing files
872 * Mode Options::                Choosing modes
873 * Startup::                     What @value{GDBN} does during startup
874 @end menu
875
876 @node File Options
877 @subsection Choosing files
878
879 When @value{GDBN} starts, it reads any arguments other than options as
880 specifying an executable file and core file (or process ID).  This is
881 the same as if the arguments were specified by the @samp{-se} and
882 @samp{-c} (or @samp{-p} options respectively.  (@value{GDBN} reads the
883 first argument that does not have an associated option flag as
884 equivalent to the @samp{-se} option followed by that argument; and the
885 second argument that does not have an associated option flag, if any, as
886 equivalent to the @samp{-c}/@samp{-p} option followed by that argument.)
887 If the second argument begins with a decimal digit, @value{GDBN} will
888 first attempt to attach to it as a process, and if that fails, attempt
889 to open it as a corefile.  If you have a corefile whose name begins with
890 a digit, you can prevent @value{GDBN} from treating it as a pid by
891 prefixing it with @file{./}, e.g.@: @file{./12345}.
892
893 If @value{GDBN} has not been configured to included core file support,
894 such as for most embedded targets, then it will complain about a second
895 argument and ignore it.
896
897 Many options have both long and short forms; both are shown in the
898 following list.  @value{GDBN} also recognizes the long forms if you truncate
899 them, so long as enough of the option is present to be unambiguous.
900 (If you prefer, you can flag option arguments with @samp{--} rather
901 than @samp{-}, though we illustrate the more usual convention.)
902
903 @c NOTE: the @cindex entries here use double dashes ON PURPOSE.  This
904 @c way, both those who look for -foo and --foo in the index, will find
905 @c it.
906
907 @table @code
908 @item -symbols @var{file}
909 @itemx -s @var{file}
910 @cindex @code{--symbols}
911 @cindex @code{-s}
912 Read symbol table from file @var{file}.
913
914 @item -exec @var{file}
915 @itemx -e @var{file}
916 @cindex @code{--exec}
917 @cindex @code{-e}
918 Use file @var{file} as the executable file to execute when appropriate,
919 and for examining pure data in conjunction with a core dump.
920
921 @item -se @var{file}
922 @cindex @code{--se}
923 Read symbol table from file @var{file} and use it as the executable
924 file.
925
926 @item -core @var{file}
927 @itemx -c @var{file}
928 @cindex @code{--core}
929 @cindex @code{-c}
930 Use file @var{file} as a core dump to examine.
931
932 @item -c @var{number}
933 @item -pid @var{number}
934 @itemx -p @var{number}
935 @cindex @code{--pid}
936 @cindex @code{-p}
937 Connect to process ID @var{number}, as with the @code{attach} command.
938 If there is no such process, @value{GDBN} will attempt to open a core
939 file named @var{number}.
940
941 @item -command @var{file}
942 @itemx -x @var{file}
943 @cindex @code{--command}
944 @cindex @code{-x}
945 Execute @value{GDBN} commands from file @var{file}.  @xref{Command
946 Files,, Command files}.
947
948 @item -eval-command @var{command}
949 @itemx -ex @var{command}
950 @cindex @code{--eval-command}
951 @cindex @code{-ex}
952 Execute a single @value{GDBN} command.
953
954 This option may be used multiple times to call multiple commands.  It may
955 also be interleaved with @samp{-command} as required.
956
957 @smallexample
958 @value{GDBP} -ex 'target sim' -ex 'load' \
959    -x setbreakpoints -ex 'run' a.out
960 @end smallexample
961
962 @item -directory @var{directory}
963 @itemx -d @var{directory}
964 @cindex @code{--directory}
965 @cindex @code{-d}
966 Add @var{directory} to the path to search for source and script files.
967
968 @item -r
969 @itemx -readnow
970 @cindex @code{--readnow}
971 @cindex @code{-r}
972 Read each symbol file's entire symbol table immediately, rather than
973 the default, which is to read it incrementally as it is needed.
974 This makes startup slower, but makes future operations faster.
975
976 @end table
977
978 @node Mode Options
979 @subsection Choosing modes
980
981 You can run @value{GDBN} in various alternative modes---for example, in
982 batch mode or quiet mode.
983
984 @table @code
985 @item -nx
986 @itemx -n
987 @cindex @code{--nx}
988 @cindex @code{-n}
989 Do not execute commands found in any initialization files.  Normally,
990 @value{GDBN} executes the commands in these files after all the command
991 options and arguments have been processed.  @xref{Command Files,,Command
992 files}.
993
994 @item -quiet
995 @itemx -silent
996 @itemx -q
997 @cindex @code{--quiet}
998 @cindex @code{--silent}
999 @cindex @code{-q}
1000 ``Quiet''.  Do not print the introductory and copyright messages.  These
1001 messages are also suppressed in batch mode.
1002
1003 @item -batch
1004 @cindex @code{--batch}
1005 Run in batch mode.  Exit with status @code{0} after processing all the
1006 command files specified with @samp{-x} (and all commands from
1007 initialization files, if not inhibited with @samp{-n}).  Exit with
1008 nonzero status if an error occurs in executing the @value{GDBN} commands
1009 in the command files.
1010
1011 Batch mode may be useful for running @value{GDBN} as a filter, for
1012 example to download and run a program on another computer; in order to
1013 make this more useful, the message
1014
1015 @smallexample
1016 Program exited normally.
1017 @end smallexample
1018
1019 @noindent
1020 (which is ordinarily issued whenever a program running under
1021 @value{GDBN} control terminates) is not issued when running in batch
1022 mode.
1023
1024 @item -batch-silent
1025 @cindex @code{--batch-silent}
1026 Run in batch mode exactly like @samp{-batch}, but totally silently.  All
1027 @value{GDBN} output to @code{stdout} is prevented (@code{stderr} is
1028 unaffected).  This is much quieter than @samp{-silent} and would be useless
1029 for an interactive session.
1030
1031 This is particularly useful when using targets that give @samp{Loading section}
1032 messages, for example.
1033
1034 Note that targets that give their output via @value{GDBN}, as opposed to
1035 writing directly to @code{stdout}, will also be made silent.
1036
1037 @item -return-child-result
1038 @cindex @code{--return-child-result}
1039 The return code from @value{GDBN} will be the return code from the child
1040 process (the process being debugged), with the following exceptions:
1041
1042 @itemize @bullet
1043 @item
1044 @value{GDBN} exits abnormally.  E.g., due to an incorrect argument or an
1045 internal error.  In this case the exit code is the same as it would have been
1046 without @samp{-return-child-result}.
1047 @item
1048 The user quits with an explicit value.  E.g., @samp{quit 1}.
1049 @item
1050 The child process never runs, or is not allowed to terminate, in which case
1051 the exit code will be -1.
1052 @end itemize
1053
1054 This option is useful in conjunction with @samp{-batch} or @samp{-batch-silent},
1055 when @value{GDBN} is being used as a remote program loader or simulator
1056 interface.
1057
1058 @item -nowindows
1059 @itemx -nw
1060 @cindex @code{--nowindows}
1061 @cindex @code{-nw}
1062 ``No windows''.  If @value{GDBN} comes with a graphical user interface
1063 (GUI) built in, then this option tells @value{GDBN} to only use the command-line
1064 interface.  If no GUI is available, this option has no effect.
1065
1066 @item -windows
1067 @itemx -w
1068 @cindex @code{--windows}
1069 @cindex @code{-w}
1070 If @value{GDBN} includes a GUI, then this option requires it to be
1071 used if possible.
1072
1073 @item -cd @var{directory}
1074 @cindex @code{--cd}
1075 Run @value{GDBN} using @var{directory} as its working directory,
1076 instead of the current directory.
1077
1078 @item -fullname
1079 @itemx -f
1080 @cindex @code{--fullname}
1081 @cindex @code{-f}
1082 @sc{gnu} Emacs sets this option when it runs @value{GDBN} as a
1083 subprocess.  It tells @value{GDBN} to output the full file name and line
1084 number in a standard, recognizable fashion each time a stack frame is
1085 displayed (which includes each time your program stops).  This
1086 recognizable format looks like two @samp{\032} characters, followed by
1087 the file name, line number and character position separated by colons,
1088 and a newline.  The Emacs-to-@value{GDBN} interface program uses the two
1089 @samp{\032} characters as a signal to display the source code for the
1090 frame.
1091
1092 @item -epoch
1093 @cindex @code{--epoch}
1094 The Epoch Emacs-@value{GDBN} interface sets this option when it runs
1095 @value{GDBN} as a subprocess.  It tells @value{GDBN} to modify its print
1096 routines so as to allow Epoch to display values of expressions in a
1097 separate window.
1098
1099 @item -annotate @var{level}
1100 @cindex @code{--annotate}
1101 This option sets the @dfn{annotation level} inside @value{GDBN}.  Its
1102 effect is identical to using @samp{set annotate @var{level}}
1103 (@pxref{Annotations}).  The annotation @var{level} controls how much
1104 information @value{GDBN} prints together with its prompt, values of
1105 expressions, source lines, and other types of output.  Level 0 is the
1106 normal, level 1 is for use when @value{GDBN} is run as a subprocess of
1107 @sc{gnu} Emacs, level 3 is the maximum annotation suitable for programs
1108 that control @value{GDBN}, and level 2 has been deprecated.
1109
1110 The annotation mechanism has largely been superseded by @sc{gdb/mi}
1111 (@pxref{GDB/MI}).
1112
1113 @item --args
1114 @cindex @code{--args}
1115 Change interpretation of command line so that arguments following the
1116 executable file are passed as command line arguments to the inferior.
1117 This option stops option processing.
1118
1119 @item -baud @var{bps}
1120 @itemx -b @var{bps}
1121 @cindex @code{--baud}
1122 @cindex @code{-b}
1123 Set the line speed (baud rate or bits per second) of any serial
1124 interface used by @value{GDBN} for remote debugging.
1125
1126 @item -l @var{timeout}
1127 @cindex @code{-l}
1128 Set the timeout (in seconds) of any communication used by @value{GDBN}
1129 for remote debugging.
1130
1131 @item -tty @var{device}
1132 @itemx -t @var{device}
1133 @cindex @code{--tty}
1134 @cindex @code{-t}
1135 Run using @var{device} for your program's standard input and output.
1136 @c FIXME: kingdon thinks there is more to -tty.  Investigate.
1137
1138 @c resolve the situation of these eventually
1139 @item -tui
1140 @cindex @code{--tui}
1141 Activate the @dfn{Text User Interface} when starting.  The Text User
1142 Interface manages several text windows on the terminal, showing
1143 source, assembly, registers and @value{GDBN} command outputs
1144 (@pxref{TUI, ,@value{GDBN} Text User Interface}).  Alternatively, the
1145 Text User Interface can be enabled by invoking the program
1146 @samp{gdbtui}.  Do not use this option if you run @value{GDBN} from
1147 Emacs (@pxref{Emacs, ,Using @value{GDBN} under @sc{gnu} Emacs}).
1148
1149 @c @item -xdb
1150 @c @cindex @code{--xdb}
1151 @c Run in XDB compatibility mode, allowing the use of certain XDB commands.
1152 @c For information, see the file @file{xdb_trans.html}, which is usually
1153 @c installed in the directory @code{/opt/langtools/wdb/doc} on HP-UX
1154 @c systems.
1155
1156 @item -interpreter @var{interp}
1157 @cindex @code{--interpreter}
1158 Use the interpreter @var{interp} for interface with the controlling
1159 program or device.  This option is meant to be set by programs which
1160 communicate with @value{GDBN} using it as a back end.
1161 @xref{Interpreters, , Command Interpreters}.
1162
1163 @samp{--interpreter=mi} (or @samp{--interpreter=mi2}) causes
1164 @value{GDBN} to use the @dfn{@sc{gdb/mi} interface} (@pxref{GDB/MI, ,
1165 The @sc{gdb/mi} Interface}) included since @value{GDBN} version 6.0.  The
1166 previous @sc{gdb/mi} interface, included in @value{GDBN} version 5.3 and
1167 selected with @samp{--interpreter=mi1}, is deprecated.  Earlier
1168 @sc{gdb/mi} interfaces are no longer supported.
1169
1170 @item -write
1171 @cindex @code{--write}
1172 Open the executable and core files for both reading and writing.  This
1173 is equivalent to the @samp{set write on} command inside @value{GDBN}
1174 (@pxref{Patching}).
1175
1176 @item -statistics
1177 @cindex @code{--statistics}
1178 This option causes @value{GDBN} to print statistics about time and
1179 memory usage after it completes each command and returns to the prompt.
1180
1181 @item -version
1182 @cindex @code{--version}
1183 This option causes @value{GDBN} to print its version number and
1184 no-warranty blurb, and exit.
1185
1186 @end table
1187
1188 @node Startup
1189 @subsection What @value{GDBN} does during startup
1190 @cindex @value{GDBN} startup
1191
1192 Here's the description of what @value{GDBN} does during session startup:
1193
1194 @enumerate
1195 @item
1196 Sets up the command interpreter as specified by the command line
1197 (@pxref{Mode Options, interpreter}).
1198
1199 @item
1200 @cindex init file
1201 Reads the @dfn{init file} (if any) in your home directory@footnote{On
1202 DOS/Windows systems, the home directory is the one pointed to by the
1203 @code{HOME} environment variable.} and executes all the commands in
1204 that file.
1205
1206 @item
1207 Processes command line options and operands.
1208
1209 @item
1210 Reads and executes the commands from init file (if any) in the current
1211 working directory.  This is only done if the current directory is
1212 different from your home directory.  Thus, you can have more than one
1213 init file, one generic in your home directory, and another, specific
1214 to the program you are debugging, in the directory where you invoke
1215 @value{GDBN}.
1216
1217 @item
1218 Reads command files specified by the @samp{-x} option.  @xref{Command
1219 Files}, for more details about @value{GDBN} command files.
1220
1221 @item
1222 Reads the command history recorded in the @dfn{history file}.
1223 @xref{Command History}, for more details about the command history and the
1224 files where @value{GDBN} records it.
1225 @end enumerate
1226
1227 Init files use the same syntax as @dfn{command files} (@pxref{Command
1228 Files}) and are processed by @value{GDBN} in the same way.  The init
1229 file in your home directory can set options (such as @samp{set
1230 complaints}) that affect subsequent processing of command line options
1231 and operands.  Init files are not executed if you use the @samp{-nx}
1232 option (@pxref{Mode Options, ,Choosing modes}).
1233
1234 @cindex init file name
1235 @cindex @file{.gdbinit}
1236 The @value{GDBN} init files are normally called @file{.gdbinit}.
1237 On some configurations of @value{GDBN}, the init file is known by a
1238 different name (these are typically environments where a specialized
1239 form of @value{GDBN} may need to coexist with other forms, hence a
1240 different name for the specialized version's init file).  These are the
1241 environments with special init file names:
1242
1243 @itemize @bullet
1244 @cindex @file{gdb.ini}
1245 @item
1246 The DJGPP port of @value{GDBN} uses the name @file{gdb.ini}, due to
1247 the limitations of file names imposed by DOS filesystems.  The Windows
1248 ports of @value{GDBN} use the standard name, but if they find a
1249 @file{gdb.ini} file, they warn you about that and suggest to rename
1250 the file to the standard name.
1251
1252 @cindex @file{.vxgdbinit}
1253 @item
1254 VxWorks (Wind River Systems real-time OS): @file{.vxgdbinit}
1255
1256 @cindex @file{.os68gdbinit}
1257 @item
1258 OS68K (Enea Data Systems real-time OS): @file{.os68gdbinit}
1259
1260 @cindex @file{.esgdbinit}
1261 @item
1262 ES-1800 (Ericsson Telecom AB M68000 emulator): @file{.esgdbinit}
1263
1264 @item
1265 CISCO 68k: @file{.cisco-gdbinit}
1266 @end itemize
1267
1268
1269 @node Quitting GDB
1270 @section Quitting @value{GDBN}
1271 @cindex exiting @value{GDBN}
1272 @cindex leaving @value{GDBN}
1273
1274 @table @code
1275 @kindex quit @r{[}@var{expression}@r{]}
1276 @kindex q @r{(@code{quit})}
1277 @item quit @r{[}@var{expression}@r{]}
1278 @itemx q
1279 To exit @value{GDBN}, use the @code{quit} command (abbreviated
1280 @code{q}), or type an end-of-file character (usually @kbd{Ctrl-d}).  If you
1281 do not supply @var{expression}, @value{GDBN} will terminate normally;
1282 otherwise it will terminate using the result of @var{expression} as the
1283 error code.
1284 @end table
1285
1286 @cindex interrupt
1287 An interrupt (often @kbd{Ctrl-c}) does not exit from @value{GDBN}, but rather
1288 terminates the action of any @value{GDBN} command that is in progress and
1289 returns to @value{GDBN} command level.  It is safe to type the interrupt
1290 character at any time because @value{GDBN} does not allow it to take effect
1291 until a time when it is safe.
1292
1293 If you have been using @value{GDBN} to control an attached process or
1294 device, you can release it with the @code{detach} command
1295 (@pxref{Attach, ,Debugging an already-running process}).
1296
1297 @node Shell Commands
1298 @section Shell commands
1299
1300 If you need to execute occasional shell commands during your
1301 debugging session, there is no need to leave or suspend @value{GDBN}; you can
1302 just use the @code{shell} command.
1303
1304 @table @code
1305 @kindex shell
1306 @cindex shell escape
1307 @item shell @var{command string}
1308 Invoke a standard shell to execute @var{command string}.
1309 If it exists, the environment variable @code{SHELL} determines which
1310 shell to run.  Otherwise @value{GDBN} uses the default shell
1311 (@file{/bin/sh} on Unix systems, @file{COMMAND.COM} on MS-DOS, etc.).
1312 @end table
1313
1314 The utility @code{make} is often needed in development environments.
1315 You do not have to use the @code{shell} command for this purpose in
1316 @value{GDBN}:
1317
1318 @table @code
1319 @kindex make
1320 @cindex calling make
1321 @item make @var{make-args}
1322 Execute the @code{make} program with the specified
1323 arguments.  This is equivalent to @samp{shell make @var{make-args}}.
1324 @end table
1325
1326 @node Logging output
1327 @section Logging output
1328 @cindex logging @value{GDBN} output
1329 @cindex save @value{GDBN} output to a file
1330
1331 You may want to save the output of @value{GDBN} commands to a file.
1332 There are several commands to control @value{GDBN}'s logging.
1333
1334 @table @code
1335 @kindex set logging
1336 @item set logging on
1337 Enable logging.
1338 @item set logging off
1339 Disable logging.
1340 @cindex logging file name
1341 @item set logging file @var{file}
1342 Change the name of the current logfile.  The default logfile is @file{gdb.txt}.
1343 @item set logging overwrite [on|off]
1344 By default, @value{GDBN} will append to the logfile.  Set @code{overwrite} if
1345 you want @code{set logging on} to overwrite the logfile instead.
1346 @item set logging redirect [on|off]
1347 By default, @value{GDBN} output will go to both the terminal and the logfile.
1348 Set @code{redirect} if you want output to go only to the log file.
1349 @kindex show logging
1350 @item show logging
1351 Show the current values of the logging settings.
1352 @end table
1353
1354 @node Commands
1355 @chapter @value{GDBN} Commands
1356
1357 You can abbreviate a @value{GDBN} command to the first few letters of the command
1358 name, if that abbreviation is unambiguous; and you can repeat certain
1359 @value{GDBN} commands by typing just @key{RET}.  You can also use the @key{TAB}
1360 key to get @value{GDBN} to fill out the rest of a word in a command (or to
1361 show you the alternatives available, if there is more than one possibility).
1362
1363 @menu
1364 * Command Syntax::              How to give commands to @value{GDBN}
1365 * Completion::                  Command completion
1366 * Help::                        How to ask @value{GDBN} for help
1367 @end menu
1368
1369 @node Command Syntax
1370 @section Command syntax
1371
1372 A @value{GDBN} command is a single line of input.  There is no limit on
1373 how long it can be.  It starts with a command name, which is followed by
1374 arguments whose meaning depends on the command name.  For example, the
1375 command @code{step} accepts an argument which is the number of times to
1376 step, as in @samp{step 5}.  You can also use the @code{step} command
1377 with no arguments.  Some commands do not allow any arguments.
1378
1379 @cindex abbreviation
1380 @value{GDBN} command names may always be truncated if that abbreviation is
1381 unambiguous.  Other possible command abbreviations are listed in the
1382 documentation for individual commands.  In some cases, even ambiguous
1383 abbreviations are allowed; for example, @code{s} is specially defined as
1384 equivalent to @code{step} even though there are other commands whose
1385 names start with @code{s}.  You can test abbreviations by using them as
1386 arguments to the @code{help} command.
1387
1388 @cindex repeating commands
1389 @kindex RET @r{(repeat last command)}
1390 A blank line as input to @value{GDBN} (typing just @key{RET}) means to
1391 repeat the previous command.  Certain commands (for example, @code{run})
1392 will not repeat this way; these are commands whose unintentional
1393 repetition might cause trouble and which you are unlikely to want to
1394 repeat.  User-defined commands can disable this feature; see
1395 @ref{Define, dont-repeat}.
1396
1397 The @code{list} and @code{x} commands, when you repeat them with
1398 @key{RET}, construct new arguments rather than repeating
1399 exactly as typed.  This permits easy scanning of source or memory.
1400
1401 @value{GDBN} can also use @key{RET} in another way: to partition lengthy
1402 output, in a way similar to the common utility @code{more}
1403 (@pxref{Screen Size,,Screen size}).  Since it is easy to press one
1404 @key{RET} too many in this situation, @value{GDBN} disables command
1405 repetition after any command that generates this sort of display.
1406
1407 @kindex # @r{(a comment)}
1408 @cindex comment
1409 Any text from a @kbd{#} to the end of the line is a comment; it does
1410 nothing.  This is useful mainly in command files (@pxref{Command
1411 Files,,Command files}).
1412
1413 @cindex repeating command sequences
1414 @kindex Ctrl-o @r{(operate-and-get-next)}
1415 The @kbd{Ctrl-o} binding is useful for repeating a complex sequence of
1416 commands.  This command accepts the current line, like @key{RET}, and
1417 then fetches the next line relative to the current line from the history
1418 for editing.
1419
1420 @node Completion
1421 @section Command completion
1422
1423 @cindex completion
1424 @cindex word completion
1425 @value{GDBN} can fill in the rest of a word in a command for you, if there is
1426 only one possibility; it can also show you what the valid possibilities
1427 are for the next word in a command, at any time.  This works for @value{GDBN}
1428 commands, @value{GDBN} subcommands, and the names of symbols in your program.
1429
1430 Press the @key{TAB} key whenever you want @value{GDBN} to fill out the rest
1431 of a word.  If there is only one possibility, @value{GDBN} fills in the
1432 word, and waits for you to finish the command (or press @key{RET} to
1433 enter it).  For example, if you type
1434
1435 @c FIXME "@key" does not distinguish its argument sufficiently to permit
1436 @c complete accuracy in these examples; space introduced for clarity.
1437 @c If texinfo enhancements make it unnecessary, it would be nice to
1438 @c replace " @key" by "@key" in the following...
1439 @smallexample
1440 (@value{GDBP}) info bre @key{TAB}
1441 @end smallexample
1442
1443 @noindent
1444 @value{GDBN} fills in the rest of the word @samp{breakpoints}, since that is
1445 the only @code{info} subcommand beginning with @samp{bre}:
1446
1447 @smallexample
1448 (@value{GDBP}) info breakpoints
1449 @end smallexample
1450
1451 @noindent
1452 You can either press @key{RET} at this point, to run the @code{info
1453 breakpoints} command, or backspace and enter something else, if
1454 @samp{breakpoints} does not look like the command you expected.  (If you
1455 were sure you wanted @code{info breakpoints} in the first place, you
1456 might as well just type @key{RET} immediately after @samp{info bre},
1457 to exploit command abbreviations rather than command completion).
1458
1459 If there is more than one possibility for the next word when you press
1460 @key{TAB}, @value{GDBN} sounds a bell.  You can either supply more
1461 characters and try again, or just press @key{TAB} a second time;
1462 @value{GDBN} displays all the possible completions for that word.  For
1463 example, you might want to set a breakpoint on a subroutine whose name
1464 begins with @samp{make_}, but when you type @kbd{b make_@key{TAB}} @value{GDBN}
1465 just sounds the bell.  Typing @key{TAB} again displays all the
1466 function names in your program that begin with those characters, for
1467 example:
1468
1469 @smallexample
1470 (@value{GDBP}) b make_ @key{TAB}
1471 @exdent @value{GDBN} sounds bell; press @key{TAB} again, to see:
1472 make_a_section_from_file     make_environ
1473 make_abs_section             make_function_type
1474 make_blockvector             make_pointer_type
1475 make_cleanup                 make_reference_type
1476 make_command                 make_symbol_completion_list
1477 (@value{GDBP}) b make_
1478 @end smallexample
1479
1480 @noindent
1481 After displaying the available possibilities, @value{GDBN} copies your
1482 partial input (@samp{b make_} in the example) so you can finish the
1483 command.
1484
1485 If you just want to see the list of alternatives in the first place, you
1486 can press @kbd{M-?} rather than pressing @key{TAB} twice.  @kbd{M-?}
1487 means @kbd{@key{META} ?}.  You can type this either by holding down a
1488 key designated as the @key{META} shift on your keyboard (if there is
1489 one) while typing @kbd{?}, or as @key{ESC} followed by @kbd{?}.
1490
1491 @cindex quotes in commands
1492 @cindex completion of quoted strings
1493 Sometimes the string you need, while logically a ``word'', may contain
1494 parentheses or other characters that @value{GDBN} normally excludes from
1495 its notion of a word.  To permit word completion to work in this
1496 situation, you may enclose words in @code{'} (single quote marks) in
1497 @value{GDBN} commands.
1498
1499 The most likely situation where you might need this is in typing the
1500 name of a C@t{++} function.  This is because C@t{++} allows function
1501 overloading (multiple definitions of the same function, distinguished
1502 by argument type).  For example, when you want to set a breakpoint you
1503 may need to distinguish whether you mean the version of @code{name}
1504 that takes an @code{int} parameter, @code{name(int)}, or the version
1505 that takes a @code{float} parameter, @code{name(float)}.  To use the
1506 word-completion facilities in this situation, type a single quote
1507 @code{'} at the beginning of the function name.  This alerts
1508 @value{GDBN} that it may need to consider more information than usual
1509 when you press @key{TAB} or @kbd{M-?} to request word completion:
1510
1511 @smallexample
1512 (@value{GDBP}) b 'bubble( @kbd{M-?}
1513 bubble(double,double)    bubble(int,int)
1514 (@value{GDBP}) b 'bubble(
1515 @end smallexample
1516
1517 In some cases, @value{GDBN} can tell that completing a name requires using
1518 quotes.  When this happens, @value{GDBN} inserts the quote for you (while
1519 completing as much as it can) if you do not type the quote in the first
1520 place:
1521
1522 @smallexample
1523 (@value{GDBP}) b bub @key{TAB}
1524 @exdent @value{GDBN} alters your input line to the following, and rings a bell:
1525 (@value{GDBP}) b 'bubble(
1526 @end smallexample
1527
1528 @noindent
1529 In general, @value{GDBN} can tell that a quote is needed (and inserts it) if
1530 you have not yet started typing the argument list when you ask for
1531 completion on an overloaded symbol.
1532
1533 For more information about overloaded functions, see @ref{C plus plus
1534 expressions, ,C@t{++} expressions}.  You can use the command @code{set
1535 overload-resolution off} to disable overload resolution;
1536 see @ref{Debugging C plus plus, ,@value{GDBN} features for C@t{++}}.
1537
1538
1539 @node Help
1540 @section Getting help
1541 @cindex online documentation
1542 @kindex help
1543
1544 You can always ask @value{GDBN} itself for information on its commands,
1545 using the command @code{help}.
1546
1547 @table @code
1548 @kindex h @r{(@code{help})}
1549 @item help
1550 @itemx h
1551 You can use @code{help} (abbreviated @code{h}) with no arguments to
1552 display a short list of named classes of commands:
1553
1554 @smallexample
1555 (@value{GDBP}) help
1556 List of classes of commands:
1557
1558 aliases -- Aliases of other commands
1559 breakpoints -- Making program stop at certain points
1560 data -- Examining data
1561 files -- Specifying and examining files
1562 internals -- Maintenance commands
1563 obscure -- Obscure features
1564 running -- Running the program
1565 stack -- Examining the stack
1566 status -- Status inquiries
1567 support -- Support facilities
1568 tracepoints -- Tracing of program execution without@*
1569                stopping the program
1570 user-defined -- User-defined commands
1571
1572 Type "help" followed by a class name for a list of
1573 commands in that class.
1574 Type "help" followed by command name for full
1575 documentation.
1576 Command name abbreviations are allowed if unambiguous.
1577 (@value{GDBP})
1578 @end smallexample
1579 @c the above line break eliminates huge line overfull...
1580
1581 @item help @var{class}
1582 Using one of the general help classes as an argument, you can get a
1583 list of the individual commands in that class.  For example, here is the
1584 help display for the class @code{status}:
1585
1586 @smallexample
1587 (@value{GDBP}) help status
1588 Status inquiries.
1589
1590 List of commands:
1591
1592 @c Line break in "show" line falsifies real output, but needed
1593 @c to fit in smallbook page size.
1594 info -- Generic command for showing things
1595  about the program being debugged
1596 show -- Generic command for showing things
1597  about the debugger
1598
1599 Type "help" followed by command name for full
1600 documentation.
1601 Command name abbreviations are allowed if unambiguous.
1602 (@value{GDBP})
1603 @end smallexample
1604
1605 @item help @var{command}
1606 With a command name as @code{help} argument, @value{GDBN} displays a
1607 short paragraph on how to use that command.
1608
1609 @kindex apropos
1610 @item apropos @var{args}
1611 The @code{apropos} command searches through all of the @value{GDBN}
1612 commands, and their documentation, for the regular expression specified in
1613 @var{args}. It prints out all matches found. For example:
1614
1615 @smallexample
1616 apropos reload
1617 @end smallexample
1618
1619 @noindent
1620 results in:
1621
1622 @smallexample
1623 @c @group
1624 set symbol-reloading -- Set dynamic symbol table reloading
1625                                  multiple times in one run
1626 show symbol-reloading -- Show dynamic symbol table reloading
1627                                  multiple times in one run
1628 @c @end group
1629 @end smallexample
1630
1631 @kindex complete
1632 @item complete @var{args}
1633 The @code{complete @var{args}} command lists all the possible completions
1634 for the beginning of a command.  Use @var{args} to specify the beginning of the
1635 command you want completed.  For example:
1636
1637 @smallexample
1638 complete i
1639 @end smallexample
1640
1641 @noindent results in:
1642
1643 @smallexample
1644 @group
1645 if
1646 ignore
1647 info
1648 inspect
1649 @end group
1650 @end smallexample
1651
1652 @noindent This is intended for use by @sc{gnu} Emacs.
1653 @end table
1654
1655 In addition to @code{help}, you can use the @value{GDBN} commands @code{info}
1656 and @code{show} to inquire about the state of your program, or the state
1657 of @value{GDBN} itself.  Each command supports many topics of inquiry; this
1658 manual introduces each of them in the appropriate context.  The listings
1659 under @code{info} and under @code{show} in the Index point to
1660 all the sub-commands.  @xref{Index}.
1661
1662 @c @group
1663 @table @code
1664 @kindex info
1665 @kindex i @r{(@code{info})}
1666 @item info
1667 This command (abbreviated @code{i}) is for describing the state of your
1668 program.  For example, you can list the arguments given to your program
1669 with @code{info args}, list the registers currently in use with @code{info
1670 registers}, or list the breakpoints you have set with @code{info breakpoints}.
1671 You can get a complete list of the @code{info} sub-commands with
1672 @w{@code{help info}}.
1673
1674 @kindex set
1675 @item set
1676 You can assign the result of an expression to an environment variable with
1677 @code{set}.  For example, you can set the @value{GDBN} prompt to a $-sign with
1678 @code{set prompt $}.
1679
1680 @kindex show
1681 @item show
1682 In contrast to @code{info}, @code{show} is for describing the state of
1683 @value{GDBN} itself.
1684 You can change most of the things you can @code{show}, by using the
1685 related command @code{set}; for example, you can control what number
1686 system is used for displays with @code{set radix}, or simply inquire
1687 which is currently in use with @code{show radix}.
1688
1689 @kindex info set
1690 To display all the settable parameters and their current
1691 values, you can use @code{show} with no arguments; you may also use
1692 @code{info set}.  Both commands produce the same display.
1693 @c FIXME: "info set" violates the rule that "info" is for state of
1694 @c FIXME...program.  Ck w/ GNU: "info set" to be called something else,
1695 @c FIXME...or change desc of rule---eg "state of prog and debugging session"?
1696 @end table
1697 @c @end group
1698
1699 Here are three miscellaneous @code{show} subcommands, all of which are
1700 exceptional in lacking corresponding @code{set} commands:
1701
1702 @table @code
1703 @kindex show version
1704 @cindex @value{GDBN} version number
1705 @item show version
1706 Show what version of @value{GDBN} is running.  You should include this
1707 information in @value{GDBN} bug-reports.  If multiple versions of
1708 @value{GDBN} are in use at your site, you may need to determine which
1709 version of @value{GDBN} you are running; as @value{GDBN} evolves, new
1710 commands are introduced, and old ones may wither away.  Also, many
1711 system vendors ship variant versions of @value{GDBN}, and there are
1712 variant versions of @value{GDBN} in @sc{gnu}/Linux distributions as well.
1713 The version number is the same as the one announced when you start
1714 @value{GDBN}.
1715
1716 @kindex show copying
1717 @kindex info copying
1718 @cindex display @value{GDBN} copyright
1719 @item show copying
1720 @itemx info copying
1721 Display information about permission for copying @value{GDBN}.
1722
1723 @kindex show warranty
1724 @kindex info warranty
1725 @item show warranty
1726 @itemx info warranty
1727 Display the @sc{gnu} ``NO WARRANTY'' statement, or a warranty,
1728 if your version of @value{GDBN} comes with one.
1729
1730 @end table
1731
1732 @node Running
1733 @chapter Running Programs Under @value{GDBN}
1734
1735 When you run a program under @value{GDBN}, you must first generate
1736 debugging information when you compile it.
1737
1738 You may start @value{GDBN} with its arguments, if any, in an environment
1739 of your choice.  If you are doing native debugging, you may redirect
1740 your program's input and output, debug an already running process, or
1741 kill a child process.
1742
1743 @menu
1744 * Compilation::                 Compiling for debugging
1745 * Starting::                    Starting your program
1746 * Arguments::                   Your program's arguments
1747 * Environment::                 Your program's environment
1748
1749 * Working Directory::           Your program's working directory
1750 * Input/Output::                Your program's input and output
1751 * Attach::                      Debugging an already-running process
1752 * Kill Process::                Killing the child process
1753
1754 * Threads::                     Debugging programs with multiple threads
1755 * Processes::                   Debugging programs with multiple processes
1756 * Checkpoint/Restart::          Setting a @emph{bookmark} to return to later
1757 @end menu
1758
1759 @node Compilation
1760 @section Compiling for debugging
1761
1762 In order to debug a program effectively, you need to generate
1763 debugging information when you compile it.  This debugging information
1764 is stored in the object file; it describes the data type of each
1765 variable or function and the correspondence between source line numbers
1766 and addresses in the executable code.
1767
1768 To request debugging information, specify the @samp{-g} option when you run
1769 the compiler.
1770
1771 Programs that are to be shipped to your customers are compiled with
1772 optimizations, using the @samp{-O} compiler option.  However, many
1773 compilers are unable to handle the @samp{-g} and @samp{-O} options
1774 together.  Using those compilers, you cannot generate optimized
1775 executables containing debugging information.
1776
1777 @value{NGCC}, the @sc{gnu} C/C@t{++} compiler, supports @samp{-g} with or
1778 without @samp{-O}, making it possible to debug optimized code.  We
1779 recommend that you @emph{always} use @samp{-g} whenever you compile a
1780 program.  You may think your program is correct, but there is no sense
1781 in pushing your luck.
1782
1783 @cindex optimized code, debugging
1784 @cindex debugging optimized code
1785 When you debug a program compiled with @samp{-g -O}, remember that the
1786 optimizer is rearranging your code; the debugger shows you what is
1787 really there.  Do not be too surprised when the execution path does not
1788 exactly match your source file!  An extreme example: if you define a
1789 variable, but never use it, @value{GDBN} never sees that
1790 variable---because the compiler optimizes it out of existence.
1791
1792 Some things do not work as well with @samp{-g -O} as with just
1793 @samp{-g}, particularly on machines with instruction scheduling.  If in
1794 doubt, recompile with @samp{-g} alone, and if this fixes the problem,
1795 please report it to us as a bug (including a test case!).
1796 @xref{Variables}, for more information about debugging optimized code.
1797
1798 Older versions of the @sc{gnu} C compiler permitted a variant option
1799 @w{@samp{-gg}} for debugging information.  @value{GDBN} no longer supports this
1800 format; if your @sc{gnu} C compiler has this option, do not use it.
1801
1802 @value{GDBN} knows about preprocessor macros and can show you their
1803 expansion (@pxref{Macros}).  Most compilers do not include information
1804 about preprocessor macros in the debugging information if you specify
1805 the @option{-g} flag alone, because this information is rather large.
1806 Version 3.1 and later of @value{NGCC}, the @sc{gnu} C compiler,
1807 provides macro information if you specify the options
1808 @option{-gdwarf-2} and @option{-g3}; the former option requests
1809 debugging information in the Dwarf 2 format, and the latter requests
1810 ``extra information''.  In the future, we hope to find more compact
1811 ways to represent macro information, so that it can be included with
1812 @option{-g} alone.
1813
1814 @need 2000
1815 @node Starting
1816 @section Starting your program
1817 @cindex starting
1818 @cindex running
1819
1820 @table @code
1821 @kindex run
1822 @kindex r @r{(@code{run})}
1823 @item run
1824 @itemx r
1825 Use the @code{run} command to start your program under @value{GDBN}.
1826 You must first specify the program name (except on VxWorks) with an
1827 argument to @value{GDBN} (@pxref{Invocation, ,Getting In and Out of
1828 @value{GDBN}}), or by using the @code{file} or @code{exec-file} command
1829 (@pxref{Files, ,Commands to specify files}).
1830
1831 @end table
1832
1833 If you are running your program in an execution environment that
1834 supports processes, @code{run} creates an inferior process and makes
1835 that process run your program.  (In environments without processes,
1836 @code{run} jumps to the start of your program.)
1837
1838 The execution of a program is affected by certain information it
1839 receives from its superior.  @value{GDBN} provides ways to specify this
1840 information, which you must do @emph{before} starting your program.  (You
1841 can change it after starting your program, but such changes only affect
1842 your program the next time you start it.)  This information may be
1843 divided into four categories:
1844
1845 @table @asis
1846 @item The @emph{arguments.}
1847 Specify the arguments to give your program as the arguments of the
1848 @code{run} command.  If a shell is available on your target, the shell
1849 is used to pass the arguments, so that you may use normal conventions
1850 (such as wildcard expansion or variable substitution) in describing
1851 the arguments.
1852 In Unix systems, you can control which shell is used with the
1853 @code{SHELL} environment variable.
1854 @xref{Arguments, ,Your program's arguments}.
1855
1856 @item The @emph{environment.}
1857 Your program normally inherits its environment from @value{GDBN}, but you can
1858 use the @value{GDBN} commands @code{set environment} and @code{unset
1859 environment} to change parts of the environment that affect
1860 your program.  @xref{Environment, ,Your program's environment}.
1861
1862 @item The @emph{working directory.}
1863 Your program inherits its working directory from @value{GDBN}.  You can set
1864 the @value{GDBN} working directory with the @code{cd} command in @value{GDBN}.
1865 @xref{Working Directory, ,Your program's working directory}.
1866
1867 @item The @emph{standard input and output.}
1868 Your program normally uses the same device for standard input and
1869 standard output as @value{GDBN} is using.  You can redirect input and output
1870 in the @code{run} command line, or you can use the @code{tty} command to
1871 set a different device for your program.
1872 @xref{Input/Output, ,Your program's input and output}.
1873
1874 @cindex pipes
1875 @emph{Warning:} While input and output redirection work, you cannot use
1876 pipes to pass the output of the program you are debugging to another
1877 program; if you attempt this, @value{GDBN} is likely to wind up debugging the
1878 wrong program.
1879 @end table
1880
1881 When you issue the @code{run} command, your program begins to execute
1882 immediately.  @xref{Stopping, ,Stopping and continuing}, for discussion
1883 of how to arrange for your program to stop.  Once your program has
1884 stopped, you may call functions in your program, using the @code{print}
1885 or @code{call} commands.  @xref{Data, ,Examining Data}.
1886
1887 If the modification time of your symbol file has changed since the last
1888 time @value{GDBN} read its symbols, @value{GDBN} discards its symbol
1889 table, and reads it again.  When it does this, @value{GDBN} tries to retain
1890 your current breakpoints.
1891
1892 @table @code
1893 @kindex start
1894 @item start
1895 @cindex run to main procedure
1896 The name of the main procedure can vary from language to language.
1897 With C or C@t{++}, the main procedure name is always @code{main}, but
1898 other languages such as Ada do not require a specific name for their
1899 main procedure.  The debugger provides a convenient way to start the
1900 execution of the program and to stop at the beginning of the main
1901 procedure, depending on the language used.
1902
1903 The @samp{start} command does the equivalent of setting a temporary
1904 breakpoint at the beginning of the main procedure and then invoking
1905 the @samp{run} command.
1906
1907 @cindex elaboration phase
1908 Some programs contain an @dfn{elaboration} phase where some startup code is
1909 executed before the main procedure is called.  This depends on the
1910 languages used to write your program.  In C@t{++}, for instance,
1911 constructors for static and global objects are executed before
1912 @code{main} is called.  It is therefore possible that the debugger stops
1913 before reaching the main procedure.  However, the temporary breakpoint
1914 will remain to halt execution.
1915
1916 Specify the arguments to give to your program as arguments to the
1917 @samp{start} command.  These arguments will be given verbatim to the
1918 underlying @samp{run} command.  Note that the same arguments will be
1919 reused if no argument is provided during subsequent calls to
1920 @samp{start} or @samp{run}.
1921
1922 It is sometimes necessary to debug the program during elaboration.  In
1923 these cases, using the @code{start} command would stop the execution of
1924 your program too late, as the program would have already completed the
1925 elaboration phase.  Under these circumstances, insert breakpoints in your
1926 elaboration code before running your program.
1927 @end table
1928
1929 @node Arguments
1930 @section Your program's arguments
1931
1932 @cindex arguments (to your program)
1933 The arguments to your program can be specified by the arguments of the
1934 @code{run} command.
1935 They are passed to a shell, which expands wildcard characters and
1936 performs redirection of I/O, and thence to your program.  Your
1937 @code{SHELL} environment variable (if it exists) specifies what shell
1938 @value{GDBN} uses.  If you do not define @code{SHELL}, @value{GDBN} uses
1939 the default shell (@file{/bin/sh} on Unix).
1940
1941 On non-Unix systems, the program is usually invoked directly by
1942 @value{GDBN}, which emulates I/O redirection via the appropriate system
1943 calls, and the wildcard characters are expanded by the startup code of
1944 the program, not by the shell.
1945
1946 @code{run} with no arguments uses the same arguments used by the previous
1947 @code{run}, or those set by the @code{set args} command.
1948
1949 @table @code
1950 @kindex set args
1951 @item set args
1952 Specify the arguments to be used the next time your program is run.  If
1953 @code{set args} has no arguments, @code{run} executes your program
1954 with no arguments.  Once you have run your program with arguments,
1955 using @code{set args} before the next @code{run} is the only way to run
1956 it again without arguments.
1957
1958 @kindex show args
1959 @item show args
1960 Show the arguments to give your program when it is started.
1961 @end table
1962
1963 @node Environment
1964 @section Your program's environment
1965
1966 @cindex environment (of your program)
1967 The @dfn{environment} consists of a set of environment variables and
1968 their values.  Environment variables conventionally record such things as
1969 your user name, your home directory, your terminal type, and your search
1970 path for programs to run.  Usually you set up environment variables with
1971 the shell and they are inherited by all the other programs you run.  When
1972 debugging, it can be useful to try running your program with a modified
1973 environment without having to start @value{GDBN} over again.
1974
1975 @table @code
1976 @kindex path
1977 @item path @var{directory}
1978 Add @var{directory} to the front of the @code{PATH} environment variable
1979 (the search path for executables) that will be passed to your program.
1980 The value of @code{PATH} used by @value{GDBN} does not change.
1981 You may specify several directory names, separated by whitespace or by a
1982 system-dependent separator character (@samp{:} on Unix, @samp{;} on
1983 MS-DOS and MS-Windows).  If @var{directory} is already in the path, it
1984 is moved to the front, so it is searched sooner.
1985
1986 You can use the string @samp{$cwd} to refer to whatever is the current
1987 working directory at the time @value{GDBN} searches the path.  If you
1988 use @samp{.} instead, it refers to the directory where you executed the
1989 @code{path} command.  @value{GDBN} replaces @samp{.} in the
1990 @var{directory} argument (with the current path) before adding
1991 @var{directory} to the search path.
1992 @c 'path' is explicitly nonrepeatable, but RMS points out it is silly to
1993 @c document that, since repeating it would be a no-op.
1994
1995 @kindex show paths
1996 @item show paths
1997 Display the list of search paths for executables (the @code{PATH}
1998 environment variable).
1999
2000 @kindex show environment
2001 @item show environment @r{[}@var{varname}@r{]}
2002 Print the value of environment variable @var{varname} to be given to
2003 your program when it starts.  If you do not supply @var{varname},
2004 print the names and values of all environment variables to be given to
2005 your program.  You can abbreviate @code{environment} as @code{env}.
2006
2007 @kindex set environment
2008 @item set environment @var{varname} @r{[}=@var{value}@r{]}
2009 Set environment variable @var{varname} to @var{value}.  The value
2010 changes for your program only, not for @value{GDBN} itself.  @var{value} may
2011 be any string; the values of environment variables are just strings, and
2012 any interpretation is supplied by your program itself.  The @var{value}
2013 parameter is optional; if it is eliminated, the variable is set to a
2014 null value.
2015 @c "any string" here does not include leading, trailing
2016 @c blanks. Gnu asks: does anyone care?
2017
2018 For example, this command:
2019
2020 @smallexample
2021 set env USER = foo
2022 @end smallexample
2023
2024 @noindent
2025 tells the debugged program, when subsequently run, that its user is named
2026 @samp{foo}.  (The spaces around @samp{=} are used for clarity here; they
2027 are not actually required.)
2028
2029 @kindex unset environment
2030 @item unset environment @var{varname}
2031 Remove variable @var{varname} from the environment to be passed to your
2032 program.  This is different from @samp{set env @var{varname} =};
2033 @code{unset environment} removes the variable from the environment,
2034 rather than assigning it an empty value.
2035 @end table
2036
2037 @emph{Warning:} On Unix systems, @value{GDBN} runs your program using
2038 the shell indicated
2039 by your @code{SHELL} environment variable if it exists (or
2040 @code{/bin/sh} if not).  If your @code{SHELL} variable names a shell
2041 that runs an initialization file---such as @file{.cshrc} for C-shell, or
2042 @file{.bashrc} for BASH---any variables you set in that file affect
2043 your program.  You may wish to move setting of environment variables to
2044 files that are only run when you sign on, such as @file{.login} or
2045 @file{.profile}.
2046
2047 @node Working Directory
2048 @section Your program's working directory
2049
2050 @cindex working directory (of your program)
2051 Each time you start your program with @code{run}, it inherits its
2052 working directory from the current working directory of @value{GDBN}.
2053 The @value{GDBN} working directory is initially whatever it inherited
2054 from its parent process (typically the shell), but you can specify a new
2055 working directory in @value{GDBN} with the @code{cd} command.
2056
2057 The @value{GDBN} working directory also serves as a default for the commands
2058 that specify files for @value{GDBN} to operate on.  @xref{Files, ,Commands to
2059 specify files}.
2060
2061 @table @code
2062 @kindex cd
2063 @cindex change working directory
2064 @item cd @var{directory}
2065 Set the @value{GDBN} working directory to @var{directory}.
2066
2067 @kindex pwd
2068 @item pwd
2069 Print the @value{GDBN} working directory.
2070 @end table
2071
2072 It is generally impossible to find the current working directory of
2073 the process being debugged (since a program can change its directory
2074 during its run).  If you work on a system where @value{GDBN} is
2075 configured with the @file{/proc} support, you can use the @code{info
2076 proc} command (@pxref{SVR4 Process Information}) to find out the
2077 current working directory of the debuggee.
2078
2079 @node Input/Output
2080 @section Your program's input and output
2081
2082 @cindex redirection
2083 @cindex i/o
2084 @cindex terminal
2085 By default, the program you run under @value{GDBN} does input and output to
2086 the same terminal that @value{GDBN} uses.  @value{GDBN} switches the terminal
2087 to its own terminal modes to interact with you, but it records the terminal
2088 modes your program was using and switches back to them when you continue
2089 running your program.
2090
2091 @table @code
2092 @kindex info terminal
2093 @item info terminal
2094 Displays information recorded by @value{GDBN} about the terminal modes your
2095 program is using.
2096 @end table
2097
2098 You can redirect your program's input and/or output using shell
2099 redirection with the @code{run} command.  For example,
2100
2101 @smallexample
2102 run > outfile
2103 @end smallexample
2104
2105 @noindent
2106 starts your program, diverting its output to the file @file{outfile}.
2107
2108 @kindex tty
2109 @cindex controlling terminal
2110 Another way to specify where your program should do input and output is
2111 with the @code{tty} command.  This command accepts a file name as
2112 argument, and causes this file to be the default for future @code{run}
2113 commands.  It also resets the controlling terminal for the child
2114 process, for future @code{run} commands.  For example,
2115
2116 @smallexample
2117 tty /dev/ttyb
2118 @end smallexample
2119
2120 @noindent
2121 directs that processes started with subsequent @code{run} commands
2122 default to do input and output on the terminal @file{/dev/ttyb} and have
2123 that as their controlling terminal.
2124
2125 An explicit redirection in @code{run} overrides the @code{tty} command's
2126 effect on the input/output device, but not its effect on the controlling
2127 terminal.
2128
2129 When you use the @code{tty} command or redirect input in the @code{run}
2130 command, only the input @emph{for your program} is affected.  The input
2131 for @value{GDBN} still comes from your terminal.  @code{tty} is an alias
2132 for @code{set inferior-tty}.
2133
2134 @cindex inferior tty
2135 @cindex set inferior controlling terminal
2136 You can use the @code{show inferior-tty} command to tell @value{GDBN} to
2137 display the name of the terminal that will be used for future runs of your
2138 program.
2139
2140 @table @code
2141 @item set inferior-tty /dev/ttyb
2142 @kindex set inferior-tty
2143 Set the tty for the program being debugged to /dev/ttyb.
2144
2145 @item show inferior-tty
2146 @kindex show inferior-tty
2147 Show the current tty for the program being debugged.
2148 @end table
2149
2150 @node Attach
2151 @section Debugging an already-running process
2152 @kindex attach
2153 @cindex attach
2154
2155 @table @code
2156 @item attach @var{process-id}
2157 This command attaches to a running process---one that was started
2158 outside @value{GDBN}.  (@code{info files} shows your active
2159 targets.)  The command takes as argument a process ID.  The usual way to
2160 find out the @var{process-id} of a Unix process is with the @code{ps} utility,
2161 or with the @samp{jobs -l} shell command.
2162
2163 @code{attach} does not repeat if you press @key{RET} a second time after
2164 executing the command.
2165 @end table
2166
2167 To use @code{attach}, your program must be running in an environment
2168 which supports processes; for example, @code{attach} does not work for
2169 programs on bare-board targets that lack an operating system.  You must
2170 also have permission to send the process a signal.
2171
2172 When you use @code{attach}, the debugger finds the program running in
2173 the process first by looking in the current working directory, then (if
2174 the program is not found) by using the source file search path
2175 (@pxref{Source Path, ,Specifying source directories}).  You can also use
2176 the @code{file} command to load the program.  @xref{Files, ,Commands to
2177 Specify Files}.
2178
2179 The first thing @value{GDBN} does after arranging to debug the specified
2180 process is to stop it.  You can examine and modify an attached process
2181 with all the @value{GDBN} commands that are ordinarily available when
2182 you start processes with @code{run}.  You can insert breakpoints; you
2183 can step and continue; you can modify storage.  If you would rather the
2184 process continue running, you may use the @code{continue} command after
2185 attaching @value{GDBN} to the process.
2186
2187 @table @code
2188 @kindex detach
2189 @item detach
2190 When you have finished debugging the attached process, you can use the
2191 @code{detach} command to release it from @value{GDBN} control.  Detaching
2192 the process continues its execution.  After the @code{detach} command,
2193 that process and @value{GDBN} become completely independent once more, and you
2194 are ready to @code{attach} another process or start one with @code{run}.
2195 @code{detach} does not repeat if you press @key{RET} again after
2196 executing the command.
2197 @end table
2198
2199 If you exit @value{GDBN} or use the @code{run} command while you have an
2200 attached process, you kill that process.  By default, @value{GDBN} asks
2201 for confirmation if you try to do either of these things; you can
2202 control whether or not you need to confirm by using the @code{set
2203 confirm} command (@pxref{Messages/Warnings, ,Optional warnings and
2204 messages}).
2205
2206 @node Kill Process
2207 @section Killing the child process
2208
2209 @table @code
2210 @kindex kill
2211 @item kill
2212 Kill the child process in which your program is running under @value{GDBN}.
2213 @end table
2214
2215 This command is useful if you wish to debug a core dump instead of a
2216 running process.  @value{GDBN} ignores any core dump file while your program
2217 is running.
2218
2219 On some operating systems, a program cannot be executed outside @value{GDBN}
2220 while you have breakpoints set on it inside @value{GDBN}.  You can use the
2221 @code{kill} command in this situation to permit running your program
2222 outside the debugger.
2223
2224 The @code{kill} command is also useful if you wish to recompile and
2225 relink your program, since on many systems it is impossible to modify an
2226 executable file while it is running in a process.  In this case, when you
2227 next type @code{run}, @value{GDBN} notices that the file has changed, and
2228 reads the symbol table again (while trying to preserve your current
2229 breakpoint settings).
2230
2231 @node Threads
2232 @section Debugging programs with multiple threads
2233
2234 @cindex threads of execution
2235 @cindex multiple threads
2236 @cindex switching threads
2237 In some operating systems, such as HP-UX and Solaris, a single program
2238 may have more than one @dfn{thread} of execution.  The precise semantics
2239 of threads differ from one operating system to another, but in general
2240 the threads of a single program are akin to multiple processes---except
2241 that they share one address space (that is, they can all examine and
2242 modify the same variables).  On the other hand, each thread has its own
2243 registers and execution stack, and perhaps private memory.
2244
2245 @value{GDBN} provides these facilities for debugging multi-thread
2246 programs:
2247
2248 @itemize @bullet
2249 @item automatic notification of new threads
2250 @item @samp{thread @var{threadno}}, a command to switch among threads
2251 @item @samp{info threads}, a command to inquire about existing threads
2252 @item @samp{thread apply [@var{threadno}] [@var{all}] @var{args}},
2253 a command to apply a command to a list of threads
2254 @item thread-specific breakpoints
2255 @end itemize
2256
2257 @quotation
2258 @emph{Warning:} These facilities are not yet available on every
2259 @value{GDBN} configuration where the operating system supports threads.
2260 If your @value{GDBN} does not support threads, these commands have no
2261 effect.  For example, a system without thread support shows no output
2262 from @samp{info threads}, and always rejects the @code{thread} command,
2263 like this:
2264
2265 @smallexample
2266 (@value{GDBP}) info threads
2267 (@value{GDBP}) thread 1
2268 Thread ID 1 not known.  Use the "info threads" command to
2269 see the IDs of currently known threads.
2270 @end smallexample
2271 @c FIXME to implementors: how hard would it be to say "sorry, this GDB
2272 @c                        doesn't support threads"?
2273 @end quotation
2274
2275 @cindex focus of debugging
2276 @cindex current thread
2277 The @value{GDBN} thread debugging facility allows you to observe all
2278 threads while your program runs---but whenever @value{GDBN} takes
2279 control, one thread in particular is always the focus of debugging.
2280 This thread is called the @dfn{current thread}.  Debugging commands show
2281 program information from the perspective of the current thread.
2282
2283 @cindex @code{New} @var{systag} message
2284 @cindex thread identifier (system)
2285 @c FIXME-implementors!! It would be more helpful if the [New...] message
2286 @c included GDB's numeric thread handle, so you could just go to that
2287 @c thread without first checking `info threads'.
2288 Whenever @value{GDBN} detects a new thread in your program, it displays
2289 the target system's identification for the thread with a message in the
2290 form @samp{[New @var{systag}]}.  @var{systag} is a thread identifier
2291 whose form varies depending on the particular system.  For example, on
2292 LynxOS, you might see
2293
2294 @smallexample
2295 [New process 35 thread 27]
2296 @end smallexample
2297
2298 @noindent
2299 when @value{GDBN} notices a new thread.  In contrast, on an SGI system,
2300 the @var{systag} is simply something like @samp{process 368}, with no
2301 further qualifier.
2302
2303 @c FIXME!! (1) Does the [New...] message appear even for the very first
2304 @c         thread of a program, or does it only appear for the
2305 @c         second---i.e.@: when it becomes obvious we have a multithread
2306 @c         program?
2307 @c         (2) *Is* there necessarily a first thread always?  Or do some
2308 @c         multithread systems permit starting a program with multiple
2309 @c         threads ab initio?
2310
2311 @cindex thread number
2312 @cindex thread identifier (GDB)
2313 For debugging purposes, @value{GDBN} associates its own thread
2314 number---always a single integer---with each thread in your program.
2315
2316 @table @code
2317 @kindex info threads
2318 @item info threads
2319 Display a summary of all threads currently in your
2320 program.  @value{GDBN} displays for each thread (in this order):
2321
2322 @enumerate
2323 @item
2324 the thread number assigned by @value{GDBN}
2325
2326 @item
2327 the target system's thread identifier (@var{systag})
2328
2329 @item
2330 the current stack frame summary for that thread
2331 @end enumerate
2332
2333 @noindent
2334 An asterisk @samp{*} to the left of the @value{GDBN} thread number
2335 indicates the current thread.
2336
2337 For example,
2338 @end table
2339 @c end table here to get a little more width for example
2340
2341 @smallexample
2342 (@value{GDBP}) info threads
2343   3 process 35 thread 27  0x34e5 in sigpause ()
2344   2 process 35 thread 23  0x34e5 in sigpause ()
2345 * 1 process 35 thread 13  main (argc=1, argv=0x7ffffff8)
2346     at threadtest.c:68
2347 @end smallexample
2348
2349 On HP-UX systems:
2350
2351 @cindex debugging multithreaded programs (on HP-UX)
2352 @cindex thread identifier (GDB), on HP-UX
2353 For debugging purposes, @value{GDBN} associates its own thread
2354 number---a small integer assigned in thread-creation order---with each
2355 thread in your program.
2356
2357 @cindex @code{New} @var{systag} message, on HP-UX
2358 @cindex thread identifier (system), on HP-UX
2359 @c FIXME-implementors!! It would be more helpful if the [New...] message
2360 @c included GDB's numeric thread handle, so you could just go to that
2361 @c thread without first checking `info threads'.
2362 Whenever @value{GDBN} detects a new thread in your program, it displays
2363 both @value{GDBN}'s thread number and the target system's identification for the thread with a message in the
2364 form @samp{[New @var{systag}]}.  @var{systag} is a thread identifier
2365 whose form varies depending on the particular system.  For example, on
2366 HP-UX, you see
2367
2368 @smallexample
2369 [New thread 2 (system thread 26594)]
2370 @end smallexample
2371
2372 @noindent
2373 when @value{GDBN} notices a new thread.
2374
2375 @table @code
2376 @kindex info threads (HP-UX)
2377 @item info threads
2378 Display a summary of all threads currently in your
2379 program.  @value{GDBN} displays for each thread (in this order):
2380
2381 @enumerate
2382 @item the thread number assigned by @value{GDBN}
2383
2384 @item the target system's thread identifier (@var{systag})
2385
2386 @item the current stack frame summary for that thread
2387 @end enumerate
2388
2389 @noindent
2390 An asterisk @samp{*} to the left of the @value{GDBN} thread number
2391 indicates the current thread.
2392
2393 For example,
2394 @end table
2395 @c end table here to get a little more width for example
2396
2397 @smallexample
2398 (@value{GDBP}) info threads
2399     * 3 system thread 26607  worker (wptr=0x7b09c318 "@@") \@*
2400                                at quicksort.c:137
2401       2 system thread 26606  0x7b0030d8 in __ksleep () \@*
2402                                from /usr/lib/libc.2
2403       1 system thread 27905  0x7b003498 in _brk () \@*
2404                                from /usr/lib/libc.2
2405 @end smallexample
2406
2407 On Solaris, you can display more information about user threads with a
2408 Solaris-specific command:
2409
2410 @table @code
2411 @item maint info sol-threads
2412 @kindex maint info sol-threads
2413 @cindex thread info (Solaris)
2414 Display info on Solaris user threads.
2415 @end table
2416
2417 @table @code
2418 @kindex thread @var{threadno}
2419 @item thread @var{threadno}
2420 Make thread number @var{threadno} the current thread.  The command
2421 argument @var{threadno} is the internal @value{GDBN} thread number, as
2422 shown in the first field of the @samp{info threads} display.
2423 @value{GDBN} responds by displaying the system identifier of the thread
2424 you selected, and its current stack frame summary:
2425
2426 @smallexample
2427 @c FIXME!! This example made up; find a @value{GDBN} w/threads and get real one
2428 (@value{GDBP}) thread 2
2429 [Switching to process 35 thread 23]
2430 0x34e5 in sigpause ()
2431 @end smallexample
2432
2433 @noindent
2434 As with the @samp{[New @dots{}]} message, the form of the text after
2435 @samp{Switching to} depends on your system's conventions for identifying
2436 threads.
2437
2438 @kindex thread apply
2439 @cindex apply command to several threads
2440 @item thread apply [@var{threadno}] [@var{all}] @var{command}
2441 The @code{thread apply} command allows you to apply the named
2442 @var{command} to one or more threads.  Specify the numbers of the
2443 threads that you want affected with the command argument
2444 @var{threadno}.  It can be a single thread number, one of the numbers
2445 shown in the first field of the @samp{info threads} display; or it
2446 could be a range of thread numbers, as in @code{2-4}.  To apply a
2447 command to all threads, type @kbd{thread apply all @var{command}}.
2448 @end table
2449
2450 @cindex automatic thread selection
2451 @cindex switching threads automatically
2452 @cindex threads, automatic switching
2453 Whenever @value{GDBN} stops your program, due to a breakpoint or a
2454 signal, it automatically selects the thread where that breakpoint or
2455 signal happened.  @value{GDBN} alerts you to the context switch with a
2456 message of the form @samp{[Switching to @var{systag}]} to identify the
2457 thread.
2458
2459 @xref{Thread Stops,,Stopping and starting multi-thread programs}, for
2460 more information about how @value{GDBN} behaves when you stop and start
2461 programs with multiple threads.
2462
2463 @xref{Set Watchpoints,,Setting watchpoints}, for information about
2464 watchpoints in programs with multiple threads.
2465
2466 @node Processes
2467 @section Debugging programs with multiple processes
2468
2469 @cindex fork, debugging programs which call
2470 @cindex multiple processes
2471 @cindex processes, multiple
2472 On most systems, @value{GDBN} has no special support for debugging
2473 programs which create additional processes using the @code{fork}
2474 function.  When a program forks, @value{GDBN} will continue to debug the
2475 parent process and the child process will run unimpeded.  If you have
2476 set a breakpoint in any code which the child then executes, the child
2477 will get a @code{SIGTRAP} signal which (unless it catches the signal)
2478 will cause it to terminate.
2479
2480 However, if you want to debug the child process there is a workaround
2481 which isn't too painful.  Put a call to @code{sleep} in the code which
2482 the child process executes after the fork.  It may be useful to sleep
2483 only if a certain environment variable is set, or a certain file exists,
2484 so that the delay need not occur when you don't want to run @value{GDBN}
2485 on the child.  While the child is sleeping, use the @code{ps} program to
2486 get its process ID.  Then tell @value{GDBN} (a new invocation of
2487 @value{GDBN} if you are also debugging the parent process) to attach to
2488 the child process (@pxref{Attach}).  From that point on you can debug
2489 the child process just like any other process which you attached to.
2490
2491 On some systems, @value{GDBN} provides support for debugging programs that
2492 create additional processes using the @code{fork} or @code{vfork} functions.
2493 Currently, the only platforms with this feature are HP-UX (11.x and later
2494 only?) and GNU/Linux (kernel version 2.5.60 and later).
2495
2496 By default, when a program forks, @value{GDBN} will continue to debug
2497 the parent process and the child process will run unimpeded.
2498
2499 If you want to follow the child process instead of the parent process,
2500 use the command @w{@code{set follow-fork-mode}}.
2501
2502 @table @code
2503 @kindex set follow-fork-mode
2504 @item set follow-fork-mode @var{mode}
2505 Set the debugger response to a program call of @code{fork} or
2506 @code{vfork}.  A call to @code{fork} or @code{vfork} creates a new
2507 process.  The @var{mode} argument can be:
2508
2509 @table @code
2510 @item parent
2511 The original process is debugged after a fork.  The child process runs
2512 unimpeded.  This is the default.
2513
2514 @item child
2515 The new process is debugged after a fork.  The parent process runs
2516 unimpeded.
2517
2518 @end table
2519
2520 @kindex show follow-fork-mode
2521 @item show follow-fork-mode
2522 Display the current debugger response to a @code{fork} or @code{vfork} call.
2523 @end table
2524
2525 @cindex debugging multiple processes
2526 On Linux, if you want to debug both the parent and child processes, use the
2527 command @w{@code{set detach-on-fork}}.
2528
2529 @table @code
2530 @kindex set detach-on-fork
2531 @item set detach-on-fork @var{mode}
2532 Tells gdb whether to detach one of the processes after a fork, or
2533 retain debugger control over them both.
2534
2535 @table @code
2536 @item on
2537 The child process (or parent process, depending on the value of
2538 @code{follow-fork-mode}) will be detached and allowed to run 
2539 independently.  This is the default.
2540
2541 @item off
2542 Both processes will be held under the control of @value{GDBN}.
2543 One process (child or parent, depending on the value of 
2544 @code{follow-fork-mode}) is debugged as usual, while the other
2545 is held suspended.  
2546
2547 @end table
2548
2549 @kindex show detach-on-follow
2550 @item show detach-on-follow
2551 Show whether detach-on-follow mode is on/off.
2552 @end table
2553
2554 If you choose to set @var{detach-on-follow} mode off, then
2555 @value{GDBN} will retain control of all forked processes (including
2556 nested forks).  You can list the forked processes under the control of
2557 @value{GDBN} by using the @w{@code{info forks}} command, and switch
2558 from one fork to another by using the @w{@code{fork}} command.
2559
2560 @table @code
2561 @kindex info forks
2562 @item info forks
2563 Print a list of all forked processes under the control of @value{GDBN}.
2564 The listing will include a fork id, a process id, and the current 
2565 position (program counter) of the process.
2566
2567
2568 @kindex fork @var{fork-id}
2569 @item fork @var{fork-id}
2570 Make fork number @var{fork-id} the current process.  The argument
2571 @var{fork-id} is the internal fork number assigned by @value{GDBN},
2572 as shown in the first field of the @samp{info forks} display.
2573
2574 @end table
2575
2576 To quit debugging one of the forked processes, you can either detach
2577 from it by using the @w{@code{detach fork}} command (allowing it to
2578 run independently), or delete (and kill) it using the
2579 @w{@code{delete fork}} command.
2580
2581 @table @code
2582 @kindex detach fork @var{fork-id}
2583 @item detach fork @var{fork-id}
2584 Detach from the process identified by @value{GDBN} fork number
2585 @var{fork-id}, and remove it from the fork list.  The process will be
2586 allowed to run independently.
2587
2588 @kindex delete fork @var{fork-id}
2589 @item delete fork @var{fork-id}
2590 Kill the process identified by @value{GDBN} fork number @var{fork-id},
2591 and remove it from the fork list.
2592
2593 @end table
2594
2595 If you ask to debug a child process and a @code{vfork} is followed by an
2596 @code{exec}, @value{GDBN} executes the new target up to the first
2597 breakpoint in the new target.  If you have a breakpoint set on
2598 @code{main} in your original program, the breakpoint will also be set on
2599 the child process's @code{main}.
2600
2601 When a child process is spawned by @code{vfork}, you cannot debug the
2602 child or parent until an @code{exec} call completes.
2603
2604 If you issue a @code{run} command to @value{GDBN} after an @code{exec}
2605 call executes, the new target restarts.  To restart the parent process,
2606 use the @code{file} command with the parent executable name as its
2607 argument.
2608
2609 You can use the @code{catch} command to make @value{GDBN} stop whenever
2610 a @code{fork}, @code{vfork}, or @code{exec} call is made.  @xref{Set
2611 Catchpoints, ,Setting catchpoints}.
2612
2613 @node Checkpoint/Restart
2614 @section Setting a @emph{bookmark} to return to later
2615
2616 @cindex checkpoint
2617 @cindex restart
2618 @cindex bookmark
2619 @cindex snapshot of a process
2620 @cindex rewind program state
2621
2622 On certain operating systems@footnote{Currently, only
2623 @sc{gnu}/Linux.}, @value{GDBN} is able to save a @dfn{snapshot} of a
2624 program's state, called a @dfn{checkpoint}, and come back to it
2625 later.
2626
2627 Returning to a checkpoint effectively undoes everything that has
2628 happened in the program since the @code{checkpoint} was saved.  This
2629 includes changes in memory, registers, and even (within some limits)
2630 system state.  Effectively, it is like going back in time to the
2631 moment when the checkpoint was saved.
2632
2633 Thus, if you're stepping thru a program and you think you're 
2634 getting close to the point where things go wrong, you can save
2635 a checkpoint.  Then, if you accidentally go too far and miss
2636 the critical statement, instead of having to restart your program
2637 from the beginning, you can just go back to the checkpoint and
2638 start again from there.
2639
2640 This can be especially useful if it takes a lot of time or 
2641 steps to reach the point where you think the bug occurs.  
2642
2643 To use the @code{checkpoint}/@code{restart} method of debugging:
2644
2645 @table @code
2646 @kindex checkpoint
2647 @item checkpoint
2648 Save a snapshot of the debugged program's current execution state.
2649 The @code{checkpoint} command takes no arguments, but each checkpoint
2650 is assigned a small integer id, similar to a breakpoint id.
2651
2652 @kindex info checkpoints
2653 @item info checkpoints
2654 List the checkpoints that have been saved in the current debugging
2655 session.  For each checkpoint, the following information will be
2656 listed:
2657
2658 @table @code
2659 @item Checkpoint ID
2660 @item Process ID
2661 @item Code Address
2662 @item Source line, or label
2663 @end table
2664
2665 @kindex restart @var{checkpoint-id}
2666 @item restart @var{checkpoint-id}
2667 Restore the program state that was saved as checkpoint number
2668 @var{checkpoint-id}.  All program variables, registers, stack frames
2669 etc.@:  will be returned to the values that they had when the checkpoint
2670 was saved.  In essence, gdb will ``wind back the clock'' to the point
2671 in time when the checkpoint was saved.
2672
2673 Note that breakpoints, @value{GDBN} variables, command history etc.
2674 are not affected by restoring a checkpoint.  In general, a checkpoint
2675 only restores things that reside in the program being debugged, not in
2676 the debugger.
2677
2678 @kindex delete checkpoint @var{checkpoint-id}
2679 @item delete checkpoint @var{checkpoint-id}
2680 Delete the previously-saved checkpoint identified by @var{checkpoint-id}.
2681
2682 @end table
2683
2684 Returning to a previously saved checkpoint will restore the user state
2685 of the program being debugged, plus a significant subset of the system
2686 (OS) state, including file pointers.  It won't ``un-write'' data from
2687 a file, but it will rewind the file pointer to the previous location,
2688 so that the previously written data can be overwritten.  For files
2689 opened in read mode, the pointer will also be restored so that the
2690 previously read data can be read again.
2691
2692 Of course, characters that have been sent to a printer (or other
2693 external device) cannot be ``snatched back'', and characters received
2694 from eg.@: a serial device can be removed from internal program buffers,
2695 but they cannot be ``pushed back'' into the serial pipeline, ready to
2696 be received again.  Similarly, the actual contents of files that have
2697 been changed cannot be restored (at this time).
2698
2699 However, within those constraints, you actually can ``rewind'' your
2700 program to a previously saved point in time, and begin debugging it
2701 again --- and you can change the course of events so as to debug a
2702 different execution path this time.
2703
2704 @cindex checkpoints and process id
2705 Finally, there is one bit of internal program state that will be
2706 different when you return to a checkpoint --- the program's process
2707 id.  Each checkpoint will have a unique process id (or @var{pid}), 
2708 and each will be different from the program's original @var{pid}.
2709 If your program has saved a local copy of its process id, this could
2710 potentially pose a problem.
2711
2712 @subsection A non-obvious benefit of using checkpoints
2713
2714 On some systems such as @sc{gnu}/Linux, address space randomization
2715 is performed on new processes for security reasons.  This makes it 
2716 difficult or impossible to set a breakpoint, or watchpoint, on an
2717 absolute address if you have to restart the program, since the 
2718 absolute location of a symbol will change from one execution to the
2719 next.
2720
2721 A checkpoint, however, is an @emph{identical} copy of a process. 
2722 Therefore if you create a checkpoint at (eg.@:) the start of main, 
2723 and simply return to that checkpoint instead of restarting the 
2724 process, you can avoid the effects of address randomization and
2725 your symbols will all stay in the same place.
2726
2727 @node Stopping
2728 @chapter Stopping and Continuing
2729
2730 The principal purposes of using a debugger are so that you can stop your
2731 program before it terminates; or so that, if your program runs into
2732 trouble, you can investigate and find out why.
2733
2734 Inside @value{GDBN}, your program may stop for any of several reasons,
2735 such as a signal, a breakpoint, or reaching a new line after a
2736 @value{GDBN} command such as @code{step}.  You may then examine and
2737 change variables, set new breakpoints or remove old ones, and then
2738 continue execution.  Usually, the messages shown by @value{GDBN} provide
2739 ample explanation of the status of your program---but you can also
2740 explicitly request this information at any time.
2741
2742 @table @code
2743 @kindex info program
2744 @item info program
2745 Display information about the status of your program: whether it is
2746 running or not, what process it is, and why it stopped.
2747 @end table
2748
2749 @menu
2750 * Breakpoints::                 Breakpoints, watchpoints, and catchpoints
2751 * Continuing and Stepping::     Resuming execution
2752 * Signals::                     Signals
2753 * Thread Stops::                Stopping and starting multi-thread programs
2754 @end menu
2755
2756 @node Breakpoints
2757 @section Breakpoints, watchpoints, and catchpoints
2758
2759 @cindex breakpoints
2760 A @dfn{breakpoint} makes your program stop whenever a certain point in
2761 the program is reached.  For each breakpoint, you can add conditions to
2762 control in finer detail whether your program stops.  You can set
2763 breakpoints with the @code{break} command and its variants (@pxref{Set
2764 Breaks, ,Setting breakpoints}), to specify the place where your program
2765 should stop by line number, function name or exact address in the
2766 program.
2767
2768 On some systems, you can set breakpoints in shared libraries before
2769 the executable is run.  There is a minor limitation on HP-UX systems:
2770 you must wait until the executable is run in order to set breakpoints
2771 in shared library routines that are not called directly by the program
2772 (for example, routines that are arguments in a @code{pthread_create}
2773 call).
2774
2775 @cindex watchpoints
2776 @cindex data breakpoints
2777 @cindex memory tracing
2778 @cindex breakpoint on memory address
2779 @cindex breakpoint on variable modification
2780 A @dfn{watchpoint} is a special breakpoint that stops your program
2781 when the value of an expression changes.  The expression may be a value
2782 of a variable, or it could involve values of one or more variables
2783 combined by operators, such as @samp{a + b}.  This is sometimes called
2784 @dfn{data breakpoints}.  You must use a different command to set
2785 watchpoints (@pxref{Set Watchpoints, ,Setting watchpoints}), but aside
2786 from that, you can manage a watchpoint like any other breakpoint: you
2787 enable, disable, and delete both breakpoints and watchpoints using the
2788 same commands.
2789
2790 You can arrange to have values from your program displayed automatically
2791 whenever @value{GDBN} stops at a breakpoint.  @xref{Auto Display,,
2792 Automatic display}.
2793
2794 @cindex catchpoints
2795 @cindex breakpoint on events
2796 A @dfn{catchpoint} is another special breakpoint that stops your program
2797 when a certain kind of event occurs, such as the throwing of a C@t{++}
2798 exception or the loading of a library.  As with watchpoints, you use a
2799 different command to set a catchpoint (@pxref{Set Catchpoints, ,Setting
2800 catchpoints}), but aside from that, you can manage a catchpoint like any
2801 other breakpoint.  (To stop when your program receives a signal, use the
2802 @code{handle} command; see @ref{Signals, ,Signals}.)
2803
2804 @cindex breakpoint numbers
2805 @cindex numbers for breakpoints
2806 @value{GDBN} assigns a number to each breakpoint, watchpoint, or
2807 catchpoint when you create it; these numbers are successive integers
2808 starting with one.  In many of the commands for controlling various
2809 features of breakpoints you use the breakpoint number to say which
2810 breakpoint you want to change.  Each breakpoint may be @dfn{enabled} or
2811 @dfn{disabled}; if disabled, it has no effect on your program until you
2812 enable it again.
2813
2814 @cindex breakpoint ranges
2815 @cindex ranges of breakpoints
2816 Some @value{GDBN} commands accept a range of breakpoints on which to
2817 operate.  A breakpoint range is either a single breakpoint number, like
2818 @samp{5}, or two such numbers, in increasing order, separated by a
2819 hyphen, like @samp{5-7}.  When a breakpoint range is given to a command,
2820 all breakpoint in that range are operated on.
2821
2822 @menu
2823 * Set Breaks::                  Setting breakpoints
2824 * Set Watchpoints::             Setting watchpoints
2825 * Set Catchpoints::             Setting catchpoints
2826 * Delete Breaks::               Deleting breakpoints
2827 * Disabling::                   Disabling breakpoints
2828 * Conditions::                  Break conditions
2829 * Break Commands::              Breakpoint command lists
2830 * Breakpoint Menus::            Breakpoint menus
2831 * Error in Breakpoints::        ``Cannot insert breakpoints''
2832 * Breakpoint related warnings:: ``Breakpoint address adjusted...''
2833 @end menu
2834
2835 @node Set Breaks
2836 @subsection Setting breakpoints
2837
2838 @c FIXME LMB what does GDB do if no code on line of breakpt?
2839 @c       consider in particular declaration with/without initialization.
2840 @c
2841 @c FIXME 2 is there stuff on this already? break at fun start, already init?
2842
2843 @kindex break
2844 @kindex b @r{(@code{break})}
2845 @vindex $bpnum@r{, convenience variable}
2846 @cindex latest breakpoint
2847 Breakpoints are set with the @code{break} command (abbreviated
2848 @code{b}).  The debugger convenience variable @samp{$bpnum} records the
2849 number of the breakpoint you've set most recently; see @ref{Convenience
2850 Vars,, Convenience variables}, for a discussion of what you can do with
2851 convenience variables.
2852
2853 You have several ways to say where the breakpoint should go.
2854
2855 @table @code
2856 @item break @var{function}
2857 Set a breakpoint at entry to function @var{function}.
2858 When using source languages that permit overloading of symbols, such as
2859 C@t{++}, @var{function} may refer to more than one possible place to break.
2860 @xref{Breakpoint Menus,,Breakpoint menus}, for a discussion of that situation.
2861
2862 @item break +@var{offset}
2863 @itemx break -@var{offset}
2864 Set a breakpoint some number of lines forward or back from the position
2865 at which execution stopped in the currently selected @dfn{stack frame}.
2866 (@xref{Frames, ,Frames}, for a description of stack frames.)
2867
2868 @item break @var{linenum}
2869 Set a breakpoint at line @var{linenum} in the current source file.
2870 The current source file is the last file whose source text was printed.
2871 The breakpoint will stop your program just before it executes any of the
2872 code on that line.
2873
2874 @item break @var{filename}:@var{linenum}
2875 Set a breakpoint at line @var{linenum} in source file @var{filename}.
2876
2877 @item break @var{filename}:@var{function}
2878 Set a breakpoint at entry to function @var{function} found in file
2879 @var{filename}.  Specifying a file name as well as a function name is
2880 superfluous except when multiple files contain similarly named
2881 functions.
2882
2883 @item break *@var{address}
2884 Set a breakpoint at address @var{address}.  You can use this to set
2885 breakpoints in parts of your program which do not have debugging
2886 information or source files.
2887
2888 @item break
2889 When called without any arguments, @code{break} sets a breakpoint at
2890 the next instruction to be executed in the selected stack frame
2891 (@pxref{Stack, ,Examining the Stack}).  In any selected frame but the
2892 innermost, this makes your program stop as soon as control
2893 returns to that frame.  This is similar to the effect of a
2894 @code{finish} command in the frame inside the selected frame---except
2895 that @code{finish} does not leave an active breakpoint.  If you use
2896 @code{break} without an argument in the innermost frame, @value{GDBN} stops
2897 the next time it reaches the current location; this may be useful
2898 inside loops.
2899
2900 @value{GDBN} normally ignores breakpoints when it resumes execution, until at
2901 least one instruction has been executed.  If it did not do this, you
2902 would be unable to proceed past a breakpoint without first disabling the
2903 breakpoint.  This rule applies whether or not the breakpoint already
2904 existed when your program stopped.
2905
2906 @item break @dots{} if @var{cond}
2907 Set a breakpoint with condition @var{cond}; evaluate the expression
2908 @var{cond} each time the breakpoint is reached, and stop only if the
2909 value is nonzero---that is, if @var{cond} evaluates as true.
2910 @samp{@dots{}} stands for one of the possible arguments described
2911 above (or no argument) specifying where to break.  @xref{Conditions,
2912 ,Break conditions}, for more information on breakpoint conditions.
2913
2914 @kindex tbreak
2915 @item tbreak @var{args}
2916 Set a breakpoint enabled only for one stop.  @var{args} are the
2917 same as for the @code{break} command, and the breakpoint is set in the same
2918 way, but the breakpoint is automatically deleted after the first time your
2919 program stops there.  @xref{Disabling, ,Disabling breakpoints}.
2920
2921 @kindex hbreak
2922 @cindex hardware breakpoints
2923 @item hbreak @var{args}
2924 Set a hardware-assisted breakpoint.  @var{args} are the same as for the
2925 @code{break} command and the breakpoint is set in the same way, but the
2926 breakpoint requires hardware support and some target hardware may not
2927 have this support.  The main purpose of this is EPROM/ROM code
2928 debugging, so you can set a breakpoint at an instruction without
2929 changing the instruction.  This can be used with the new trap-generation
2930 provided by SPARClite DSU and most x86-based targets.  These targets
2931 will generate traps when a program accesses some data or instruction
2932 address that is assigned to the debug registers.  However the hardware
2933 breakpoint registers can take a limited number of breakpoints.  For
2934 example, on the DSU, only two data breakpoints can be set at a time, and
2935 @value{GDBN} will reject this command if more than two are used.  Delete
2936 or disable unused hardware breakpoints before setting new ones
2937 (@pxref{Disabling, ,Disabling}).  @xref{Conditions, ,Break conditions}.
2938 For remote targets, you can restrict the number of hardware
2939 breakpoints @value{GDBN} will use, see @ref{set remote
2940 hardware-breakpoint-limit}.
2941
2942
2943 @kindex thbreak
2944 @item thbreak @var{args}
2945 Set a hardware-assisted breakpoint enabled only for one stop.  @var{args}
2946 are the same as for the @code{hbreak} command and the breakpoint is set in
2947 the same way.  However, like the @code{tbreak} command,
2948 the breakpoint is automatically deleted after the
2949 first time your program stops there.  Also, like the @code{hbreak}
2950 command, the breakpoint requires hardware support and some target hardware
2951 may not have this support.  @xref{Disabling, ,Disabling breakpoints}.
2952 See also @ref{Conditions, ,Break conditions}.
2953
2954 @kindex rbreak
2955 @cindex regular expression
2956 @cindex breakpoints in functions matching a regexp
2957 @cindex set breakpoints in many functions
2958 @item rbreak @var{regex}
2959 Set breakpoints on all functions matching the regular expression
2960 @var{regex}.  This command sets an unconditional breakpoint on all
2961 matches, printing a list of all breakpoints it set.  Once these
2962 breakpoints are set, they are treated just like the breakpoints set with
2963 the @code{break} command.  You can delete them, disable them, or make
2964 them conditional the same way as any other breakpoint.
2965
2966 The syntax of the regular expression is the standard one used with tools
2967 like @file{grep}.  Note that this is different from the syntax used by
2968 shells, so for instance @code{foo*} matches all functions that include
2969 an @code{fo} followed by zero or more @code{o}s.  There is an implicit
2970 @code{.*} leading and trailing the regular expression you supply, so to
2971 match only functions that begin with @code{foo}, use @code{^foo}.
2972
2973 @cindex non-member C@t{++} functions, set breakpoint in
2974 When debugging C@t{++} programs, @code{rbreak} is useful for setting
2975 breakpoints on overloaded functions that are not members of any special
2976 classes.
2977
2978 @cindex set breakpoints on all functions
2979 The @code{rbreak} command can be used to set breakpoints in
2980 @strong{all} the functions in a program, like this:
2981
2982 @smallexample
2983 (@value{GDBP}) rbreak .
2984 @end smallexample
2985
2986 @kindex info breakpoints
2987 @cindex @code{$_} and @code{info breakpoints}
2988 @item info breakpoints @r{[}@var{n}@r{]}
2989 @itemx info break @r{[}@var{n}@r{]}
2990 @itemx info watchpoints @r{[}@var{n}@r{]}
2991 Print a table of all breakpoints, watchpoints, and catchpoints set and
2992 not deleted.  Optional argument @var{n} means print information only
2993 about the specified breakpoint (or watchpoint or catchpoint).  For
2994 each breakpoint, following columns are printed:
2995
2996 @table @emph
2997 @item Breakpoint Numbers
2998 @item Type
2999 Breakpoint, watchpoint, or catchpoint.
3000 @item Disposition
3001 Whether the breakpoint is marked to be disabled or deleted when hit.
3002 @item Enabled or Disabled
3003 Enabled breakpoints are marked with @samp{y}.  @samp{n} marks breakpoints
3004 that are not enabled.
3005 @item Address
3006 Where the breakpoint is in your program, as a memory address.  If the
3007 breakpoint is pending (see below for details) on a future load of a shared library, the address
3008 will be listed as @samp{<PENDING>}.
3009 @item What
3010 Where the breakpoint is in the source for your program, as a file and
3011 line number.  For a pending breakpoint, the original string passed to
3012 the breakpoint command will be listed as it cannot be resolved until
3013 the appropriate shared library is loaded in the future.
3014 @end table
3015
3016 @noindent
3017 If a breakpoint is conditional, @code{info break} shows the condition on
3018 the line following the affected breakpoint; breakpoint commands, if any,
3019 are listed after that.  A pending breakpoint is allowed to have a condition
3020 specified for it.  The condition is not parsed for validity until a shared
3021 library is loaded that allows the pending breakpoint to resolve to a
3022 valid location.
3023
3024 @noindent
3025 @code{info break} with a breakpoint
3026 number @var{n} as argument lists only that breakpoint.  The
3027 convenience variable @code{$_} and the default examining-address for
3028 the @code{x} command are set to the address of the last breakpoint
3029 listed (@pxref{Memory, ,Examining memory}).
3030
3031 @noindent
3032 @code{info break} displays a count of the number of times the breakpoint
3033 has been hit.  This is especially useful in conjunction with the
3034 @code{ignore} command.  You can ignore a large number of breakpoint
3035 hits, look at the breakpoint info to see how many times the breakpoint
3036 was hit, and then run again, ignoring one less than that number.  This
3037 will get you quickly to the last hit of that breakpoint.
3038 @end table
3039
3040 @value{GDBN} allows you to set any number of breakpoints at the same place in
3041 your program.  There is nothing silly or meaningless about this.  When
3042 the breakpoints are conditional, this is even useful
3043 (@pxref{Conditions, ,Break conditions}).
3044
3045 @cindex pending breakpoints
3046 If a specified breakpoint location cannot be found, it may be due to the fact
3047 that the location is in a shared library that is yet to be loaded.  In such
3048 a case, you may want @value{GDBN} to create a special breakpoint (known as
3049 a @dfn{pending breakpoint}) that
3050 attempts to resolve itself in the future when an appropriate shared library
3051 gets loaded.
3052
3053 Pending breakpoints are useful to set at the start of your
3054 @value{GDBN} session for locations that you know will be dynamically loaded
3055 later by the program being debugged.  When shared libraries are loaded,
3056 a check is made to see if the load resolves any pending breakpoint locations.
3057 If a pending breakpoint location gets resolved,
3058 a regular breakpoint is created and the original pending breakpoint is removed.
3059
3060 @value{GDBN} provides some additional commands for controlling pending
3061 breakpoint support:
3062
3063 @kindex set breakpoint pending
3064 @kindex show breakpoint pending
3065 @table @code
3066 @item set breakpoint pending auto
3067 This is the default behavior.  When @value{GDBN} cannot find the breakpoint
3068 location, it queries you whether a pending breakpoint should be created.
3069
3070 @item set breakpoint pending on
3071 This indicates that an unrecognized breakpoint location should automatically
3072 result in a pending breakpoint being created.
3073
3074 @item set breakpoint pending off
3075 This indicates that pending breakpoints are not to be created.  Any
3076 unrecognized breakpoint location results in an error.  This setting does
3077 not affect any pending breakpoints previously created.
3078
3079 @item show breakpoint pending
3080 Show the current behavior setting for creating pending breakpoints.
3081 @end table
3082
3083 @cindex operations allowed on pending breakpoints
3084 Normal breakpoint operations apply to pending breakpoints as well.  You may
3085 specify a condition for a pending breakpoint and/or commands to run when the
3086 breakpoint is reached.  You can also enable or disable
3087 the pending breakpoint.  When you specify a condition for a pending breakpoint,
3088 the parsing of the condition will be deferred until the point where the
3089 pending breakpoint location is resolved.  Disabling a pending breakpoint
3090 tells @value{GDBN} to not attempt to resolve the breakpoint on any subsequent
3091 shared library load.  When a pending breakpoint is re-enabled,
3092 @value{GDBN} checks to see if the location is already resolved.
3093 This is done because any number of shared library loads could have
3094 occurred since the time the breakpoint was disabled and one or more
3095 of these loads could resolve the location.
3096
3097 @cindex negative breakpoint numbers
3098 @cindex internal @value{GDBN} breakpoints
3099 @value{GDBN} itself sometimes sets breakpoints in your program for
3100 special purposes, such as proper handling of @code{longjmp} (in C
3101 programs).  These internal breakpoints are assigned negative numbers,
3102 starting with @code{-1}; @samp{info breakpoints} does not display them.
3103 You can see these breakpoints with the @value{GDBN} maintenance command
3104 @samp{maint info breakpoints} (@pxref{maint info breakpoints}).
3105
3106
3107 @node Set Watchpoints
3108 @subsection Setting watchpoints
3109
3110 @cindex setting watchpoints
3111 You can use a watchpoint to stop execution whenever the value of an
3112 expression changes, without having to predict a particular place where
3113 this may happen.  (This is sometimes called a @dfn{data breakpoint}.)
3114 The expression may be as simple as the value of a single variable, or
3115 as complex as many variables combined by operators.  Examples include:
3116
3117 @itemize @bullet
3118 @item
3119 A reference to the value of a single variable.
3120
3121 @item
3122 An address cast to an appropriate data type.  For example,
3123 @samp{*(int *)0x12345678} will watch a 4-byte region at the specified
3124 address (assuming an @code{int} occupies 4 bytes).
3125
3126 @item
3127 An arbitrarily complex expression, such as @samp{a*b + c/d}.  The
3128 expression can use any operators valid in the program's native
3129 language (@pxref{Languages}).
3130 @end itemize
3131
3132 @cindex software watchpoints
3133 @cindex hardware watchpoints
3134 Depending on your system, watchpoints may be implemented in software or
3135 hardware.  @value{GDBN} does software watchpointing by single-stepping your
3136 program and testing the variable's value each time, which is hundreds of
3137 times slower than normal execution.  (But this may still be worth it, to
3138 catch errors where you have no clue what part of your program is the
3139 culprit.)
3140
3141 On some systems, such as HP-UX, @sc{gnu}/Linux and most other
3142 x86-based targets, @value{GDBN} includes support for hardware
3143 watchpoints, which do not slow down the running of your program.
3144
3145 @table @code
3146 @kindex watch
3147 @item watch @var{expr}
3148 Set a watchpoint for an expression.  @value{GDBN} will break when the
3149 expression @var{expr} is written into by the program and its value
3150 changes.  The simplest (and the most popular) use of this command is
3151 to watch the value of a single variable:
3152
3153 @smallexample
3154 (@value{GDBP}) watch foo
3155 @end smallexample
3156
3157 @kindex rwatch
3158 @item rwatch @var{expr}
3159 Set a watchpoint that will break when the value of @var{expr} is read
3160 by the program.
3161
3162 @kindex awatch
3163 @item awatch @var{expr}
3164 Set a watchpoint that will break when @var{expr} is either read from
3165 or written into by the program.
3166
3167 @kindex info watchpoints @r{[}@var{n}@r{]}
3168 @item info watchpoints
3169 This command prints a list of watchpoints, breakpoints, and catchpoints;
3170 it is the same as @code{info break} (@pxref{Set Breaks}).
3171 @end table
3172
3173 @value{GDBN} sets a @dfn{hardware watchpoint} if possible.  Hardware
3174 watchpoints execute very quickly, and the debugger reports a change in
3175 value at the exact instruction where the change occurs.  If @value{GDBN}
3176 cannot set a hardware watchpoint, it sets a software watchpoint, which
3177 executes more slowly and reports the change in value at the next
3178 @emph{statement}, not the instruction, after the change occurs.
3179
3180 @cindex use only software watchpoints
3181 You can force @value{GDBN} to use only software watchpoints with the
3182 @kbd{set can-use-hw-watchpoints 0} command.  With this variable set to
3183 zero, @value{GDBN} will never try to use hardware watchpoints, even if
3184 the underlying system supports them.  (Note that hardware-assisted
3185 watchpoints that were set @emph{before} setting
3186 @code{can-use-hw-watchpoints} to zero will still use the hardware
3187 mechanism of watching expressiion values.)
3188
3189 @table @code
3190 @item set can-use-hw-watchpoints
3191 @kindex set can-use-hw-watchpoints
3192 Set whether or not to use hardware watchpoints.
3193
3194 @item show can-use-hw-watchpoints
3195 @kindex show can-use-hw-watchpoints
3196 Show the current mode of using hardware watchpoints.
3197 @end table
3198
3199 For remote targets, you can restrict the number of hardware
3200 watchpoints @value{GDBN} will use, see @ref{set remote
3201 hardware-breakpoint-limit}.
3202
3203 When you issue the @code{watch} command, @value{GDBN} reports
3204
3205 @smallexample
3206 Hardware watchpoint @var{num}: @var{expr}
3207 @end smallexample
3208
3209 @noindent
3210 if it was able to set a hardware watchpoint.
3211
3212 Currently, the @code{awatch} and @code{rwatch} commands can only set
3213 hardware watchpoints, because accesses to data that don't change the
3214 value of the watched expression cannot be detected without examining
3215 every instruction as it is being executed, and @value{GDBN} does not do
3216 that currently.  If @value{GDBN} finds that it is unable to set a
3217 hardware breakpoint with the @code{awatch} or @code{rwatch} command, it
3218 will print a message like this:
3219
3220 @smallexample
3221 Expression cannot be implemented with read/access watchpoint.
3222 @end smallexample
3223
3224 Sometimes, @value{GDBN} cannot set a hardware watchpoint because the
3225 data type of the watched expression is wider than what a hardware
3226 watchpoint on the target machine can handle.  For example, some systems
3227 can only watch regions that are up to 4 bytes wide; on such systems you
3228 cannot set hardware watchpoints for an expression that yields a
3229 double-precision floating-point number (which is typically 8 bytes
3230 wide).  As a work-around, it might be possible to break the large region
3231 into a series of smaller ones and watch them with separate watchpoints.
3232
3233 If you set too many hardware watchpoints, @value{GDBN} might be unable
3234 to insert all of them when you resume the execution of your program.
3235 Since the precise number of active watchpoints is unknown until such
3236 time as the program is about to be resumed, @value{GDBN} might not be
3237 able to warn you about this when you set the watchpoints, and the
3238 warning will be printed only when the program is resumed:
3239
3240 @smallexample
3241 Hardware watchpoint @var{num}: Could not insert watchpoint
3242 @end smallexample
3243
3244 @noindent
3245 If this happens, delete or disable some of the watchpoints.
3246
3247 Watching complex expressions that reference many variables can also
3248 exhaust the resources available for hardware-assisted watchpoints.
3249 That's because @value{GDBN} needs to watch every variable in the
3250 expression with separately allocated resources.
3251
3252 The SPARClite DSU will generate traps when a program accesses some data
3253 or instruction address that is assigned to the debug registers.  For the
3254 data addresses, DSU facilitates the @code{watch} command.  However the
3255 hardware breakpoint registers can only take two data watchpoints, and
3256 both watchpoints must be the same kind.  For example, you can set two
3257 watchpoints with @code{watch} commands, two with @code{rwatch} commands,
3258 @strong{or} two with @code{awatch} commands, but you cannot set one
3259 watchpoint with one command and the other with a different command.
3260 @value{GDBN} will reject the command if you try to mix watchpoints.
3261 Delete or disable unused watchpoint commands before setting new ones.
3262
3263 If you call a function interactively using @code{print} or @code{call},
3264 any watchpoints you have set will be inactive until @value{GDBN} reaches another
3265 kind of breakpoint or the call completes.
3266
3267 @value{GDBN} automatically deletes watchpoints that watch local
3268 (automatic) variables, or expressions that involve such variables, when
3269 they go out of scope, that is, when the execution leaves the block in
3270 which these variables were defined.  In particular, when the program
3271 being debugged terminates, @emph{all} local variables go out of scope,
3272 and so only watchpoints that watch global variables remain set.  If you
3273 rerun the program, you will need to set all such watchpoints again.  One
3274 way of doing that would be to set a code breakpoint at the entry to the
3275 @code{main} function and when it breaks, set all the watchpoints.
3276
3277 @quotation
3278 @cindex watchpoints and threads
3279 @cindex threads and watchpoints
3280 @emph{Warning:} In multi-thread programs, watchpoints have only limited
3281 usefulness.  With the current watchpoint implementation, @value{GDBN}
3282 can only watch the value of an expression @emph{in a single thread}.  If
3283 you are confident that the expression can only change due to the current
3284 thread's activity (and if you are also confident that no other thread
3285 can become current), then you can use watchpoints as usual.  However,
3286 @value{GDBN} may not notice when a non-current thread's activity changes
3287 the expression.
3288
3289 @c FIXME: this is almost identical to the previous paragraph.
3290 @emph{HP-UX Warning:} In multi-thread programs, software watchpoints
3291 have only limited usefulness.  If @value{GDBN} creates a software
3292 watchpoint, it can only watch the value of an expression @emph{in a
3293 single thread}.  If you are confident that the expression can only
3294 change due to the current thread's activity (and if you are also
3295 confident that no other thread can become current), then you can use
3296 software watchpoints as usual.  However, @value{GDBN} may not notice
3297 when a non-current thread's activity changes the expression.  (Hardware
3298 watchpoints, in contrast, watch an expression in all threads.)
3299 @end quotation
3300
3301 @xref{set remote hardware-watchpoint-limit}.
3302
3303 @node Set Catchpoints
3304 @subsection Setting catchpoints
3305 @cindex catchpoints, setting
3306 @cindex exception handlers
3307 @cindex event handling
3308
3309 You can use @dfn{catchpoints} to cause the debugger to stop for certain
3310 kinds of program events, such as C@t{++} exceptions or the loading of a
3311 shared library.  Use the @code{catch} command to set a catchpoint.
3312
3313 @table @code
3314 @kindex catch
3315 @item catch @var{event}
3316 Stop when @var{event} occurs.  @var{event} can be any of the following:
3317 @table @code
3318 @item throw
3319 @cindex stop on C@t{++} exceptions
3320 The throwing of a C@t{++} exception.
3321
3322 @item catch
3323 The catching of a C@t{++} exception.
3324
3325 @item exec
3326 @cindex break on fork/exec
3327 A call to @code{exec}.  This is currently only available for HP-UX.
3328
3329 @item fork
3330 A call to @code{fork}.  This is currently only available for HP-UX.
3331
3332 @item vfork
3333 A call to @code{vfork}.  This is currently only available for HP-UX.
3334
3335 @item load
3336 @itemx load @var{libname}
3337 @cindex break on load/unload of shared library
3338 The dynamic loading of any shared library, or the loading of the library
3339 @var{libname}.  This is currently only available for HP-UX.
3340
3341 @item unload
3342 @itemx unload @var{libname}
3343 The unloading of any dynamically loaded shared library, or the unloading
3344 of the library @var{libname}.  This is currently only available for HP-UX.
3345 @end table
3346
3347 @item tcatch @var{event}
3348 Set a catchpoint that is enabled only for one stop.  The catchpoint is
3349 automatically deleted after the first time the event is caught.
3350
3351 @end table
3352
3353 Use the @code{info break} command to list the current catchpoints.
3354
3355 There are currently some limitations to C@t{++} exception handling
3356 (@code{catch throw} and @code{catch catch}) in @value{GDBN}:
3357
3358 @itemize @bullet
3359 @item
3360 If you call a function interactively, @value{GDBN} normally returns
3361 control to you when the function has finished executing.  If the call
3362 raises an exception, however, the call may bypass the mechanism that
3363 returns control to you and cause your program either to abort or to
3364 simply continue running until it hits a breakpoint, catches a signal
3365 that @value{GDBN} is listening for, or exits.  This is the case even if
3366 you set a catchpoint for the exception; catchpoints on exceptions are
3367 disabled within interactive calls.
3368
3369 @item
3370 You cannot raise an exception interactively.
3371
3372 @item
3373 You cannot install an exception handler interactively.
3374 @end itemize
3375
3376 @cindex raise exceptions
3377 Sometimes @code{catch} is not the best way to debug exception handling:
3378 if you need to know exactly where an exception is raised, it is better to
3379 stop @emph{before} the exception handler is called, since that way you
3380 can see the stack before any unwinding takes place.  If you set a
3381 breakpoint in an exception handler instead, it may not be easy to find
3382 out where the exception was raised.
3383
3384 To stop just before an exception handler is called, you need some
3385 knowledge of the implementation.  In the case of @sc{gnu} C@t{++}, exceptions are
3386 raised by calling a library function named @code{__raise_exception}
3387 which has the following ANSI C interface:
3388
3389 @smallexample
3390     /* @var{addr} is where the exception identifier is stored.
3391        @var{id} is the exception identifier.  */
3392     void __raise_exception (void **addr, void *id);
3393 @end smallexample
3394
3395 @noindent
3396 To make the debugger catch all exceptions before any stack
3397 unwinding takes place, set a breakpoint on @code{__raise_exception}
3398 (@pxref{Breakpoints, ,Breakpoints; watchpoints; and exceptions}).
3399
3400 With a conditional breakpoint (@pxref{Conditions, ,Break conditions})
3401 that depends on the value of @var{id}, you can stop your program when
3402 a specific exception is raised.  You can use multiple conditional
3403 breakpoints to stop your program when any of a number of exceptions are
3404 raised.
3405
3406
3407 @node Delete Breaks
3408 @subsection Deleting breakpoints
3409
3410 @cindex clearing breakpoints, watchpoints, catchpoints
3411 @cindex deleting breakpoints, watchpoints, catchpoints
3412 It is often necessary to eliminate a breakpoint, watchpoint, or
3413 catchpoint once it has done its job and you no longer want your program
3414 to stop there.  This is called @dfn{deleting} the breakpoint.  A
3415 breakpoint that has been deleted no longer exists; it is forgotten.
3416
3417 With the @code{clear} command you can delete breakpoints according to
3418 where they are in your program.  With the @code{delete} command you can
3419 delete individual breakpoints, watchpoints, or catchpoints by specifying
3420 their breakpoint numbers.
3421
3422 It is not necessary to delete a breakpoint to proceed past it.  @value{GDBN}
3423 automatically ignores breakpoints on the first instruction to be executed
3424 when you continue execution without changing the execution address.
3425
3426 @table @code
3427 @kindex clear
3428 @item clear
3429 Delete any breakpoints at the next instruction to be executed in the
3430 selected stack frame (@pxref{Selection, ,Selecting a frame}).  When
3431 the innermost frame is selected, this is a good way to delete a
3432 breakpoint where your program just stopped.
3433
3434 @item clear @var{function}
3435 @itemx clear @var{filename}:@var{function}
3436 Delete any breakpoints set at entry to the named @var{function}.
3437
3438 @item clear @var{linenum}
3439 @itemx clear @var{filename}:@var{linenum}
3440 Delete any breakpoints set at or within the code of the specified
3441 @var{linenum} of the specified @var{filename}.
3442
3443 @cindex delete breakpoints
3444 @kindex delete
3445 @kindex d @r{(@code{delete})}
3446 @item delete @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
3447 Delete the breakpoints, watchpoints, or catchpoints of the breakpoint
3448 ranges specified as arguments.  If no argument is specified, delete all
3449 breakpoints (@value{GDBN} asks confirmation, unless you have @code{set
3450 confirm off}).  You can abbreviate this command as @code{d}.
3451 @end table
3452
3453 @node Disabling
3454 @subsection Disabling breakpoints
3455
3456 @cindex enable/disable a breakpoint
3457 Rather than deleting a breakpoint, watchpoint, or catchpoint, you might
3458 prefer to @dfn{disable} it.  This makes the breakpoint inoperative as if
3459 it had been deleted, but remembers the information on the breakpoint so
3460 that you can @dfn{enable} it again later.
3461
3462 You disable and enable breakpoints, watchpoints, and catchpoints with
3463 the @code{enable} and @code{disable} commands, optionally specifying one
3464 or more breakpoint numbers as arguments.  Use @code{info break} or
3465 @code{info watch} to print a list of breakpoints, watchpoints, and
3466 catchpoints if you do not know which numbers to use.
3467
3468 A breakpoint, watchpoint, or catchpoint can have any of four different
3469 states of enablement:
3470
3471 @itemize @bullet
3472 @item
3473 Enabled.  The breakpoint stops your program.  A breakpoint set
3474 with the @code{break} command starts out in this state.
3475 @item
3476 Disabled.  The breakpoint has no effect on your program.
3477 @item
3478 Enabled once.  The breakpoint stops your program, but then becomes
3479 disabled.
3480 @item
3481 Enabled for deletion.  The breakpoint stops your program, but
3482 immediately after it does so it is deleted permanently.  A breakpoint
3483 set with the @code{tbreak} command starts out in this state.
3484 @end itemize
3485
3486 You can use the following commands to enable or disable breakpoints,
3487 watchpoints, and catchpoints:
3488
3489 @table @code
3490 @kindex disable
3491 @kindex dis @r{(@code{disable})}
3492 @item disable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
3493 Disable the specified breakpoints---or all breakpoints, if none are
3494 listed.  A disabled breakpoint has no effect but is not forgotten.  All
3495 options such as ignore-counts, conditions and commands are remembered in
3496 case the breakpoint is enabled again later.  You may abbreviate
3497 @code{disable} as @code{dis}.
3498
3499 @kindex enable
3500 @item enable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
3501 Enable the specified breakpoints (or all defined breakpoints).  They
3502 become effective once again in stopping your program.
3503
3504 @item enable @r{[}breakpoints@r{]} once @var{range}@dots{}
3505 Enable the specified breakpoints temporarily.  @value{GDBN} disables any
3506 of these breakpoints immediately after stopping your program.
3507
3508 @item enable @r{[}breakpoints@r{]} delete @var{range}@dots{}
3509 Enable the specified breakpoints to work once, then die.  @value{GDBN}
3510 deletes any of these breakpoints as soon as your program stops there.
3511 Breakpoints set by the @code{tbreak} command start out in this state.
3512 @end table
3513
3514 @c FIXME: I think the following ``Except for [...] @code{tbreak}'' is
3515 @c confusing: tbreak is also initially enabled.
3516 Except for a breakpoint set with @code{tbreak} (@pxref{Set Breaks,
3517 ,Setting breakpoints}), breakpoints that you set are initially enabled;
3518 subsequently, they become disabled or enabled only when you use one of
3519 the commands above.  (The command @code{until} can set and delete a
3520 breakpoint of its own, but it does not change the state of your other
3521 breakpoints; see @ref{Continuing and Stepping, ,Continuing and
3522 stepping}.)
3523
3524 @node Conditions
3525 @subsection Break conditions
3526 @cindex conditional breakpoints
3527 @cindex breakpoint conditions
3528
3529 @c FIXME what is scope of break condition expr?  Context where wanted?
3530 @c      in particular for a watchpoint?
3531 The simplest sort of breakpoint breaks every time your program reaches a
3532 specified place.  You can also specify a @dfn{condition} for a
3533 breakpoint.  A condition is just a Boolean expression in your
3534 programming language (@pxref{Expressions, ,Expressions}).  A breakpoint with
3535 a condition evaluates the expression each time your program reaches it,
3536 and your program stops only if the condition is @emph{true}.
3537
3538 This is the converse of using assertions for program validation; in that
3539 situation, you want to stop when the assertion is violated---that is,
3540 when the condition is false.  In C, if you want to test an assertion expressed
3541 by the condition @var{assert}, you should set the condition
3542 @samp{! @var{assert}} on the appropriate breakpoint.
3543
3544 Conditions are also accepted for watchpoints; you may not need them,
3545 since a watchpoint is inspecting the value of an expression anyhow---but
3546 it might be simpler, say, to just set a watchpoint on a variable name,
3547 and specify a condition that tests whether the new value is an interesting
3548 one.
3549
3550 Break conditions can have side effects, and may even call functions in
3551 your program.  This can be useful, for example, to activate functions
3552 that log program progress, or to use your own print functions to
3553 format special data structures. The effects are completely predictable
3554 unless there is another enabled breakpoint at the same address.  (In
3555 that case, @value{GDBN} might see the other breakpoint first and stop your
3556 program without checking the condition of this one.)  Note that
3557 breakpoint commands are usually more convenient and flexible than break
3558 conditions for the
3559 purpose of performing side effects when a breakpoint is reached
3560 (@pxref{Break Commands, ,Breakpoint command lists}).
3561
3562 Break conditions can be specified when a breakpoint is set, by using
3563 @samp{if} in the arguments to the @code{break} command.  @xref{Set
3564 Breaks, ,Setting breakpoints}.  They can also be changed at any time
3565 with the @code{condition} command.
3566
3567 You can also use the @code{if} keyword with the @code{watch} command.
3568 The @code{catch} command does not recognize the @code{if} keyword;
3569 @code{condition} is the only way to impose a further condition on a
3570 catchpoint.
3571
3572 @table @code
3573 @kindex condition
3574 @item condition @var{bnum} @var{expression}
3575 Specify @var{expression} as the break condition for breakpoint,
3576 watchpoint, or catchpoint number @var{bnum}.  After you set a condition,
3577 breakpoint @var{bnum} stops your program only if the value of
3578 @var{expression} is true (nonzero, in C).  When you use
3579 @code{condition}, @value{GDBN} checks @var{expression} immediately for
3580 syntactic correctness, and to determine whether symbols in it have
3581 referents in the context of your breakpoint.  If @var{expression} uses
3582 symbols not referenced in the context of the breakpoint, @value{GDBN}
3583 prints an error message:
3584
3585 @smallexample
3586 No symbol "foo" in current context.
3587 @end smallexample
3588
3589 @noindent
3590 @value{GDBN} does
3591 not actually evaluate @var{expression} at the time the @code{condition}
3592 command (or a command that sets a breakpoint with a condition, like
3593 @code{break if @dots{}}) is given, however.  @xref{Expressions, ,Expressions}.
3594
3595 @item condition @var{bnum}
3596 Remove the condition from breakpoint number @var{bnum}.  It becomes
3597 an ordinary unconditional breakpoint.
3598 @end table
3599
3600 @cindex ignore count (of breakpoint)
3601 A special case of a breakpoint condition is to stop only when the
3602 breakpoint has been reached a certain number of times.  This is so
3603 useful that there is a special way to do it, using the @dfn{ignore
3604 count} of the breakpoint.  Every breakpoint has an ignore count, which
3605 is an integer.  Most of the time, the ignore count is zero, and
3606 therefore has no effect.  But if your program reaches a breakpoint whose
3607 ignore count is positive, then instead of stopping, it just decrements
3608 the ignore count by one and continues.  As a result, if the ignore count
3609 value is @var{n}, the breakpoint does not stop the next @var{n} times
3610 your program reaches it.
3611
3612 @table @code
3613 @kindex ignore
3614 @item ignore @var{bnum} @var{count}
3615 Set the ignore count of breakpoint number @var{bnum} to @var{count}.
3616 The next @var{count} times the breakpoint is reached, your program's
3617 execution does not stop; other than to decrement the ignore count, @value{GDBN}
3618 takes no action.
3619
3620 To make the breakpoint stop the next time it is reached, specify
3621 a count of zero.
3622
3623 When you use @code{continue} to resume execution of your program from a
3624 breakpoint, you can specify an ignore count directly as an argument to
3625 @code{continue}, rather than using @code{ignore}.  @xref{Continuing and
3626 Stepping,,Continuing and stepping}.
3627
3628 If a breakpoint has a positive ignore count and a condition, the
3629 condition is not checked.  Once the ignore count reaches zero,
3630 @value{GDBN} resumes checking the condition.
3631
3632 You could achieve the effect of the ignore count with a condition such
3633 as @w{@samp{$foo-- <= 0}} using a debugger convenience variable that
3634 is decremented each time.  @xref{Convenience Vars, ,Convenience
3635 variables}.
3636 @end table
3637
3638 Ignore counts apply to breakpoints, watchpoints, and catchpoints.
3639
3640
3641 @node Break Commands
3642 @subsection Breakpoint command lists
3643
3644 @cindex breakpoint commands
3645 You can give any breakpoint (or watchpoint or catchpoint) a series of
3646 commands to execute when your program stops due to that breakpoint.  For
3647 example, you might want to print the values of certain expressions, or
3648 enable other breakpoints.
3649
3650 @table @code
3651 @kindex commands
3652 @kindex end@r{ (breakpoint commands)}
3653 @item commands @r{[}@var{bnum}@r{]}
3654 @itemx @dots{} @var{command-list} @dots{}
3655 @itemx end
3656 Specify a list of commands for breakpoint number @var{bnum}.  The commands
3657 themselves appear on the following lines.  Type a line containing just
3658 @code{end} to terminate the commands.
3659
3660 To remove all commands from a breakpoint, type @code{commands} and
3661 follow it immediately with @code{end}; that is, give no commands.
3662
3663 With no @var{bnum} argument, @code{commands} refers to the last
3664 breakpoint, watchpoint, or catchpoint set (not to the breakpoint most
3665 recently encountered).
3666 @end table
3667
3668 Pressing @key{RET} as a means of repeating the last @value{GDBN} command is
3669 disabled within a @var{command-list}.
3670
3671 You can use breakpoint commands to start your program up again.  Simply
3672 use the @code{continue} command, or @code{step}, or any other command
3673 that resumes execution.
3674
3675 Any other commands in the command list, after a command that resumes
3676 execution, are ignored.  This is because any time you resume execution
3677 (even with a simple @code{next} or @code{step}), you may encounter
3678 another breakpoint---which could have its own command list, leading to
3679 ambiguities about which list to execute.
3680
3681 @kindex silent
3682 If the first command you specify in a command list is @code{silent}, the
3683 usual message about stopping at a breakpoint is not printed.  This may
3684 be desirable for breakpoints that are to print a specific message and
3685 then continue.  If none of the remaining commands print anything, you
3686 see no sign that the breakpoint was reached.  @code{silent} is
3687 meaningful only at the beginning of a breakpoint command list.
3688
3689 The commands @code{echo}, @code{output}, and @code{printf} allow you to
3690 print precisely controlled output, and are often useful in silent
3691 breakpoints.  @xref{Output, ,Commands for controlled output}.
3692
3693 For example, here is how you could use breakpoint commands to print the
3694 value of @code{x} at entry to @code{foo} whenever @code{x} is positive.
3695
3696 @smallexample
3697 break foo if x>0
3698 commands
3699 silent
3700 printf "x is %d\n",x
3701 cont
3702 end
3703 @end smallexample
3704
3705 One application for breakpoint commands is to compensate for one bug so
3706 you can test for another.  Put a breakpoint just after the erroneous line
3707 of code, give it a condition to detect the case in which something
3708 erroneous has been done, and give it commands to assign correct values
3709 to any variables that need them.  End with the @code{continue} command
3710 so that your program does not stop, and start with the @code{silent}
3711 command so that no output is produced.  Here is an example:
3712
3713 @smallexample
3714 break 403
3715 commands
3716 silent
3717 set x = y + 4
3718 cont
3719 end
3720 @end smallexample
3721
3722 @node Breakpoint Menus
3723 @subsection Breakpoint menus
3724 @cindex overloading
3725 @cindex symbol overloading
3726
3727 Some programming languages (notably C@t{++} and Objective-C) permit a
3728 single function name
3729 to be defined several times, for application in different contexts.
3730 This is called @dfn{overloading}.  When a function name is overloaded,
3731 @samp{break @var{function}} is not enough to tell @value{GDBN} where you want
3732 a breakpoint.  If you realize this is a problem, you can use
3733 something like @samp{break @var{function}(@var{types})} to specify which
3734 particular version of the function you want.  Otherwise, @value{GDBN} offers
3735 you a menu of numbered choices for different possible breakpoints, and
3736 waits for your selection with the prompt @samp{>}.  The first two
3737 options are always @samp{[0] cancel} and @samp{[1] all}.  Typing @kbd{1}
3738 sets a breakpoint at each definition of @var{function}, and typing
3739 @kbd{0} aborts the @code{break} command without setting any new
3740 breakpoints.
3741
3742 For example, the following session excerpt shows an attempt to set a
3743 breakpoint at the overloaded symbol @code{String::after}.
3744 We choose three particular definitions of that function name:
3745
3746 @c FIXME! This is likely to change to show arg type lists, at least
3747 @smallexample
3748 @group
3749 (@value{GDBP}) b String::after
3750 [0] cancel
3751 [1] all
3752 [2] file:String.cc; line number:867
3753 [3] file:String.cc; line number:860
3754 [4] file:String.cc; line number:875
3755 [5] file:String.cc; line number:853
3756 [6] file:String.cc; line number:846
3757 [7] file:String.cc; line number:735
3758 > 2 4 6
3759 Breakpoint 1 at 0xb26c: file String.cc, line 867.
3760 Breakpoint 2 at 0xb344: file String.cc, line 875.
3761 Breakpoint 3 at 0xafcc: file String.cc, line 846.
3762 Multiple breakpoints were set.
3763 Use the "delete" command to delete unwanted
3764  breakpoints.
3765 (@value{GDBP})
3766 @end group
3767 @end smallexample
3768
3769 @c  @ifclear BARETARGET
3770 @node Error in Breakpoints
3771 @subsection ``Cannot insert breakpoints''
3772 @c
3773 @c  FIXME!! 14/6/95  Is there a real example of this?  Let's use it.
3774 @c
3775 Under some operating systems, breakpoints cannot be used in a program if
3776 any other process is running that program.  In this situation,
3777 attempting to run or continue a program with a breakpoint causes
3778 @value{GDBN} to print an error message:
3779
3780 @smallexample
3781 Cannot insert breakpoints.
3782 The same program may be running in another process.
3783 @end smallexample
3784
3785 When this happens, you have three ways to proceed:
3786
3787 @enumerate
3788 @item
3789 Remove or disable the breakpoints, then continue.
3790
3791 @item
3792 Suspend @value{GDBN}, and copy the file containing your program to a new
3793 name.  Resume @value{GDBN} and use the @code{exec-file} command to specify
3794 that @value{GDBN} should run your program under that name.
3795 Then start your program again.
3796
3797 @item
3798 Relink your program so that the text segment is nonsharable, using the
3799 linker option @samp{-N}.  The operating system limitation may not apply
3800 to nonsharable executables.
3801 @end enumerate
3802 @c  @end ifclear
3803
3804 A similar message can be printed if you request too many active
3805 hardware-assisted breakpoints and watchpoints:
3806
3807 @c FIXME: the precise wording of this message may change; the relevant
3808 @c source change is not committed yet (Sep 3, 1999).
3809 @smallexample
3810 Stopped; cannot insert breakpoints.
3811 You may have requested too many hardware breakpoints and watchpoints.
3812 @end smallexample
3813
3814 @noindent
3815 This message is printed when you attempt to resume the program, since
3816 only then @value{GDBN} knows exactly how many hardware breakpoints and
3817 watchpoints it needs to insert.
3818
3819 When this message is printed, you need to disable or remove some of the
3820 hardware-assisted breakpoints and watchpoints, and then continue.
3821
3822 @node Breakpoint related warnings
3823 @subsection ``Breakpoint address adjusted...''
3824 @cindex breakpoint address adjusted
3825
3826 Some processor architectures place constraints on the addresses at
3827 which breakpoints may be placed.  For architectures thus constrained,
3828 @value{GDBN} will attempt to adjust the breakpoint's address to comply
3829 with the constraints dictated by the architecture.
3830
3831 One example of such an architecture is the Fujitsu FR-V.  The FR-V is
3832 a VLIW architecture in which a number of RISC-like instructions may be
3833 bundled together for parallel execution.  The FR-V architecture
3834 constrains the location of a breakpoint instruction within such a
3835 bundle to the instruction with the lowest address.  @value{GDBN}
3836 honors this constraint by adjusting a breakpoint's address to the
3837 first in the bundle.
3838
3839 It is not uncommon for optimized code to have bundles which contain
3840 instructions from different source statements, thus it may happen that
3841 a breakpoint's address will be adjusted from one source statement to
3842 another.  Since this adjustment may significantly alter @value{GDBN}'s
3843 breakpoint related behavior from what the user expects, a warning is
3844 printed when the breakpoint is first set and also when the breakpoint
3845 is hit.
3846
3847 A warning like the one below is printed when setting a breakpoint
3848 that's been subject to address adjustment:
3849
3850 @smallexample
3851 warning: Breakpoint address adjusted from 0x00010414 to 0x00010410.
3852 @end smallexample
3853
3854 Such warnings are printed both for user settable and @value{GDBN}'s
3855 internal breakpoints.  If you see one of these warnings, you should
3856 verify that a breakpoint set at the adjusted address will have the
3857 desired affect.  If not, the breakpoint in question may be removed and
3858 other breakpoints may be set which will have the desired behavior.
3859 E.g., it may be sufficient to place the breakpoint at a later
3860 instruction.  A conditional breakpoint may also be useful in some
3861 cases to prevent the breakpoint from triggering too often.
3862
3863 @value{GDBN} will also issue a warning when stopping at one of these
3864 adjusted breakpoints:
3865
3866 @smallexample
3867 warning: Breakpoint 1 address previously adjusted from 0x00010414
3868 to 0x00010410.
3869 @end smallexample
3870
3871 When this warning is encountered, it may be too late to take remedial
3872 action except in cases where the breakpoint is hit earlier or more
3873 frequently than expected.
3874
3875 @node Continuing and Stepping
3876 @section Continuing and stepping
3877
3878 @cindex stepping
3879 @cindex continuing
3880 @cindex resuming execution
3881 @dfn{Continuing} means resuming program execution until your program
3882 completes normally.  In contrast, @dfn{stepping} means executing just
3883 one more ``step'' of your program, where ``step'' may mean either one
3884 line of source code, or one machine instruction (depending on what
3885 particular command you use).  Either when continuing or when stepping,
3886 your program may stop even sooner, due to a breakpoint or a signal.  (If
3887 it stops due to a signal, you may want to use @code{handle}, or use
3888 @samp{signal 0} to resume execution.  @xref{Signals, ,Signals}.)
3889
3890 @table @code
3891 @kindex continue
3892 @kindex c @r{(@code{continue})}
3893 @kindex fg @r{(resume foreground execution)}
3894 @item continue @r{[}@var{ignore-count}@r{]}
3895 @itemx c @r{[}@var{ignore-count}@r{]}
3896 @itemx fg @r{[}@var{ignore-count}@r{]}
3897 Resume program execution, at the address where your program last stopped;
3898 any breakpoints set at that address are bypassed.  The optional argument
3899 @var{ignore-count} allows you to specify a further number of times to
3900 ignore a breakpoint at this location; its effect is like that of
3901 @code{ignore} (@pxref{Conditions, ,Break conditions}).
3902
3903 The argument @var{ignore-count} is meaningful only when your program
3904 stopped due to a breakpoint.  At other times, the argument to
3905 @code{continue} is ignored.
3906
3907 The synonyms @code{c} and @code{fg} (for @dfn{foreground}, as the
3908 debugged program is deemed to be the foreground program) are provided
3909 purely for convenience, and have exactly the same behavior as
3910 @code{continue}.
3911 @end table
3912
3913 To resume execution at a different place, you can use @code{return}
3914 (@pxref{Returning, ,Returning from a function}) to go back to the
3915 calling function; or @code{jump} (@pxref{Jumping, ,Continuing at a
3916 different address}) to go to an arbitrary location in your program.
3917
3918 A typical technique for using stepping is to set a breakpoint
3919 (@pxref{Breakpoints, ,Breakpoints; watchpoints; and catchpoints}) at the
3920 beginning of the function or the section of your program where a problem
3921 is believed to lie, run your program until it stops at that breakpoint,
3922 and then step through the suspect area, examining the variables that are
3923 interesting, until you see the problem happen.
3924
3925 @table @code
3926 @kindex step
3927 @kindex s @r{(@code{step})}
3928 @item step
3929 Continue running your program until control reaches a different source
3930 line, then stop it and return control to @value{GDBN}.  This command is
3931 abbreviated @code{s}.
3932
3933 @quotation
3934 @c "without debugging information" is imprecise; actually "without line
3935 @c numbers in the debugging information".  (gcc -g1 has debugging info but
3936 @c not line numbers).  But it seems complex to try to make that
3937 @c distinction here.
3938 @emph{Warning:} If you use the @code{step} command while control is
3939 within a function that was compiled without debugging information,
3940 execution proceeds until control reaches a function that does have
3941 debugging information.  Likewise, it will not step into a function which
3942 is compiled without debugging information.  To step through functions
3943 without debugging information, use the @code{stepi} command, described
3944 below.
3945 @end quotation
3946
3947 The @code{step} command only stops at the first instruction of a source
3948 line.  This prevents the multiple stops that could otherwise occur in
3949 @code{switch} statements, @code{for} loops, etc.  @code{step} continues
3950 to stop if a function that has debugging information is called within
3951 the line.  In other words, @code{step} @emph{steps inside} any functions
3952 called within the line.
3953
3954 Also, the @code{step} command only enters a function if there is line
3955 number information for the function.  Otherwise it acts like the
3956 @code{next} command.  This avoids problems when using @code{cc -gl}
3957 on MIPS machines.  Previously, @code{step} entered subroutines if there
3958 was any debugging information about the routine.
3959
3960 @item step @var{count}
3961 Continue running as in @code{step}, but do so @var{count} times.  If a
3962 breakpoint is reached, or a signal not related to stepping occurs before
3963 @var{count} steps, stepping stops right away.
3964
3965 @kindex next
3966 @kindex n @r{(@code{next})}
3967 @item next @r{[}@var{count}@r{]}
3968 Continue to the next source line in the current (innermost) stack frame.
3969 This is similar to @code{step}, but function calls that appear within
3970 the line of code are executed without stopping.  Execution stops when
3971 control reaches a different line of code at the original stack level
3972 that was executing when you gave the @code{next} command.  This command
3973 is abbreviated @code{n}.
3974
3975 An argument @var{count} is a repeat count, as for @code{step}.
3976
3977
3978 @c  FIX ME!!  Do we delete this, or is there a way it fits in with
3979 @c  the following paragraph?   ---  Vctoria
3980 @c
3981 @c  @code{next} within a function that lacks debugging information acts like
3982 @c  @code{step}, but any function calls appearing within the code of the
3983 @c  function are executed without stopping.
3984
3985 The @code{next} command only stops at the first instruction of a
3986 source line.  This prevents multiple stops that could otherwise occur in
3987 @code{switch} statements, @code{for} loops, etc.
3988
3989 @kindex set step-mode
3990 @item set step-mode
3991 @cindex functions without line info, and stepping
3992 @cindex stepping into functions with no line info
3993 @itemx set step-mode on
3994 The @code{set step-mode on} command causes the @code{step} command to
3995 stop at the first instruction of a function which contains no debug line
3996 information rather than stepping over it.
3997
3998 This is useful in cases where you may be interested in inspecting the
3999 machine instructions of a function which has no symbolic info and do not
4000 want @value{GDBN} to automatically skip over this function.
4001
4002 @item set step-mode off
4003 Causes the @code{step} command to step over any functions which contains no
4004 debug information.  This is the default.
4005
4006 @item show step-mode
4007 Show whether @value{GDBN} will stop in or step over functions without
4008 source line debug information.
4009
4010 @kindex finish
4011 @item finish
4012 Continue running until just after function in the selected stack frame
4013 returns.  Print the returned value (if any).
4014
4015 Contrast this with the @code{return} command (@pxref{Returning,
4016 ,Returning from a function}).
4017
4018 @kindex until
4019 @kindex u @r{(@code{until})}
4020 @cindex run until specified location
4021 @item until
4022 @itemx u
4023 Continue running until a source line past the current line, in the
4024 current stack frame, is reached.  This command is used to avoid single
4025 stepping through a loop more than once.  It is like the @code{next}
4026 command, except that when @code{until} encounters a jump, it
4027 automatically continues execution until the program counter is greater
4028 than the address of the jump.
4029
4030 This means that when you reach the end of a loop after single stepping
4031 though it, @code{until} makes your program continue execution until it
4032 exits the loop.  In contrast, a @code{next} command at the end of a loop
4033 simply steps back to the beginning of the loop, which forces you to step
4034 through the next iteration.
4035
4036 @code{until} always stops your program if it attempts to exit the current
4037 stack frame.
4038
4039 @code{until} may produce somewhat counterintuitive results if the order
4040 of machine code does not match the order of the source lines.  For
4041 example, in the following excerpt from a debugging session, the @code{f}
4042 (@code{frame}) command shows that execution is stopped at line
4043 @code{206}; yet when we use @code{until}, we get to line @code{195}:
4044
4045 @smallexample
4046 (@value{GDBP}) f
4047 #0  main (argc=4, argv=0xf7fffae8) at m4.c:206
4048 206                 expand_input();
4049 (@value{GDBP}) until
4050 195             for ( ; argc > 0; NEXTARG) @{
4051 @end smallexample
4052
4053 This happened because, for execution efficiency, the compiler had
4054 generated code for the loop closure test at the end, rather than the
4055 start, of the loop---even though the test in a C @code{for}-loop is
4056 written before the body of the loop.  The @code{until} command appeared
4057 to step back to the beginning of the loop when it advanced to this
4058 expression; however, it has not really gone to an earlier
4059 statement---not in terms of the actual machine code.
4060
4061 @code{until} with no argument works by means of single
4062 instruction stepping, and hence is slower than @code{until} with an
4063 argument.
4064
4065 @item until @var{location}
4066 @itemx u @var{location}
4067 Continue running your program until either the specified location is
4068 reached, or the current stack frame returns.  @var{location} is any of
4069 the forms of argument acceptable to @code{break} (@pxref{Set Breaks,
4070 ,Setting breakpoints}).  This form of the command uses breakpoints, and
4071 hence is quicker than @code{until} without an argument.  The specified
4072 location is actually reached only if it is in the current frame.  This
4073 implies that @code{until} can be used to skip over recursive function
4074 invocations.  For instance in the code below, if the current location is
4075 line @code{96}, issuing @code{until 99} will execute the program up to
4076 line @code{99} in the same invocation of factorial, i.e. after the inner
4077 invocations have returned.
4078
4079 @smallexample
4080 94      int factorial (int value)
4081 95      @{
4082 96          if (value > 1) @{
4083 97            value *= factorial (value - 1);
4084 98          @}
4085 99          return (value);
4086 100     @}
4087 @end smallexample
4088
4089
4090 @kindex advance @var{location}
4091 @itemx advance @var{location}
4092 Continue running the program up to the given @var{location}.  An argument is
4093 required, which should be of the same form as arguments for the @code{break}
4094 command.  Execution will also stop upon exit from the current stack
4095 frame.  This command is similar to @code{until}, but @code{advance} will
4096 not skip over recursive function calls, and the target location doesn't
4097 have to be in the same frame as the current one.
4098
4099
4100 @kindex stepi
4101 @kindex si @r{(@code{stepi})}
4102 @item stepi
4103 @itemx stepi @var{arg}
4104 @itemx si
4105 Execute one machine instruction, then stop and return to the debugger.
4106
4107 It is often useful to do @samp{display/i $pc} when stepping by machine
4108 instructions.  This makes @value{GDBN} automatically display the next
4109 instruction to be executed, each time your program stops.  @xref{Auto
4110 Display,, Automatic display}.
4111
4112 An argument is a repeat count, as in @code{step}.
4113
4114 @need 750
4115 @kindex nexti
4116 @kindex ni @r{(@code{nexti})}
4117 @item nexti
4118 @itemx nexti @var{arg}
4119 @itemx ni
4120 Execute one machine instruction, but if it is a function call,
4121 proceed until the function returns.
4122
4123 An argument is a repeat count, as in @code{next}.
4124 @end table
4125
4126 @node Signals
4127 @section Signals
4128 @cindex signals
4129
4130 A signal is an asynchronous event that can happen in a program.  The
4131 operating system defines the possible kinds of signals, and gives each
4132 kind a name and a number.  For example, in Unix @code{SIGINT} is the
4133 signal a program gets when you type an interrupt character (often @kbd{Ctrl-c});
4134 @code{SIGSEGV} is the signal a program gets from referencing a place in
4135 memory far away from all the areas in use; @code{SIGALRM} occurs when
4136 the alarm clock timer goes off (which happens only if your program has
4137 requested an alarm).
4138
4139 @cindex fatal signals
4140 Some signals, including @code{SIGALRM}, are a normal part of the
4141 functioning of your program.  Others, such as @code{SIGSEGV}, indicate
4142 errors; these signals are @dfn{fatal} (they kill your program immediately) if the
4143 program has not specified in advance some other way to handle the signal.
4144 @code{SIGINT} does not indicate an error in your program, but it is normally
4145 fatal so it can carry out the purpose of the interrupt: to kill the program.
4146
4147 @value{GDBN} has the ability to detect any occurrence of a signal in your
4148 program.  You can tell @value{GDBN} in advance what to do for each kind of
4149 signal.
4150
4151 @cindex handling signals
4152 Normally, @value{GDBN} is set up to let the non-erroneous signals like
4153 @code{SIGALRM} be silently passed to your program
4154 (so as not to interfere with their role in the program's functioning)
4155 but to stop your program immediately whenever an error signal happens.
4156 You can change these settings with the @code{handle} command.
4157
4158 @table @code
4159 @kindex info signals
4160 @kindex info handle
4161 @item info signals
4162 @itemx info handle
4163 Print a table of all the kinds of signals and how @value{GDBN} has been told to
4164 handle each one.  You can use this to see the signal numbers of all
4165 the defined types of signals.
4166
4167 @item info signals @var{sig}
4168 Similar, but print information only about the specified signal number.
4169
4170 @code{info handle} is an alias for @code{info signals}.
4171
4172 @kindex handle
4173 @item handle @var{signal} @r{[}@var{keywords}@dots{}@r{]}
4174 Change the way @value{GDBN} handles signal @var{signal}.  @var{signal}
4175 can be the number of a signal or its name (with or without the
4176 @samp{SIG} at the beginning); a list of signal numbers of the form
4177 @samp{@var{low}-@var{high}}; or the word @samp{all}, meaning all the
4178 known signals.  Optional arguments @var{keywords}, described below,
4179 say what change to make.
4180 @end table
4181
4182 @c @group
4183 The keywords allowed by the @code{handle} command can be abbreviated.
4184 Their full names are:
4185
4186 @table @code
4187 @item nostop
4188 @value{GDBN} should not stop your program when this signal happens.  It may
4189 still print a message telling you that the signal has come in.
4190
4191 @item stop
4192 @value{GDBN} should stop your program when this signal happens.  This implies
4193 the @code{print} keyword as well.
4194
4195 @item print
4196 @value{GDBN} should print a message when this signal happens.
4197
4198 @item noprint
4199 @value{GDBN} should not mention the occurrence of the signal at all.  This
4200 implies the @code{nostop} keyword as well.
4201
4202 @item pass
4203 @itemx noignore
4204 @value{GDBN} should allow your program to see this signal; your program
4205 can handle the signal, or else it may terminate if the signal is fatal
4206 and not handled.  @code{pass} and @code{noignore} are synonyms.
4207
4208 @item nopass
4209 @itemx ignore
4210 @value{GDBN} should not allow your program to see this signal.
4211 @code{nopass} and @code{ignore} are synonyms.
4212 @end table
4213 @c @end group
4214
4215 When a signal stops your program, the signal is not visible to the
4216 program until you
4217 continue.  Your program sees the signal then, if @code{pass} is in
4218 effect for the signal in question @emph{at that time}.  In other words,
4219 after @value{GDBN} reports a signal, you can use the @code{handle}
4220 command with @code{pass} or @code{nopass} to control whether your
4221 program sees that signal when you continue.
4222
4223 The default is set to @code{nostop}, @code{noprint}, @code{pass} for
4224 non-erroneous signals such as @code{SIGALRM}, @code{SIGWINCH} and
4225 @code{SIGCHLD}, and to @code{stop}, @code{print}, @code{pass} for the
4226 erroneous signals.
4227
4228 You can also use the @code{signal} command to prevent your program from
4229 seeing a signal, or cause it to see a signal it normally would not see,
4230 or to give it any signal at any time.  For example, if your program stopped
4231 due to some sort of memory reference error, you might store correct
4232 values into the erroneous variables and continue, hoping to see more
4233 execution; but your program would probably terminate immediately as
4234 a result of the fatal signal once it saw the signal.  To prevent this,
4235 you can continue with @samp{signal 0}.  @xref{Signaling, ,Giving your
4236 program a signal}.
4237
4238 @node Thread Stops
4239 @section Stopping and starting multi-thread programs
4240
4241 When your program has multiple threads (@pxref{Threads,, Debugging
4242 programs with multiple threads}), you can choose whether to set
4243 breakpoints on all threads, or on a particular thread.
4244
4245 @table @code
4246 @cindex breakpoints and threads
4247 @cindex thread breakpoints
4248 @kindex break @dots{} thread @var{threadno}
4249 @item break @var{linespec} thread @var{threadno}
4250 @itemx break @var{linespec} thread @var{threadno} if @dots{}
4251 @var{linespec} specifies source lines; there are several ways of
4252 writing them, but the effect is always to specify some source line.
4253
4254 Use the qualifier @samp{thread @var{threadno}} with a breakpoint command
4255 to specify that you only want @value{GDBN} to stop the program when a
4256 particular thread reaches this breakpoint.  @var{threadno} is one of the
4257 numeric thread identifiers assigned by @value{GDBN}, shown in the first
4258 column of the @samp{info threads} display.
4259
4260 If you do not specify @samp{thread @var{threadno}} when you set a
4261 breakpoint, the breakpoint applies to @emph{all} threads of your
4262 program.
4263
4264 You can use the @code{thread} qualifier on conditional breakpoints as
4265 well; in this case, place @samp{thread @var{threadno}} before the
4266 breakpoint condition, like this:
4267
4268 @smallexample
4269 (@value{GDBP}) break frik.c:13 thread 28 if bartab > lim
4270 @end smallexample
4271
4272 @end table
4273
4274 @cindex stopped threads
4275 @cindex threads, stopped
4276 Whenever your program stops under @value{GDBN} for any reason,
4277 @emph{all} threads of execution stop, not just the current thread.  This
4278 allows you to examine the overall state of the program, including
4279 switching between threads, without worrying that things may change
4280 underfoot.
4281
4282 @cindex thread breakpoints and system calls
4283 @cindex system calls and thread breakpoints
4284 @cindex premature return from system calls
4285 There is an unfortunate side effect.  If one thread stops for a
4286 breakpoint, or for some other reason, and another thread is blocked in a
4287 system call, then the system call may return prematurely.  This is a
4288 consequence of the interaction between multiple threads and the signals
4289 that @value{GDBN} uses to implement breakpoints and other events that
4290 stop execution.
4291
4292 To handle this problem, your program should check the return value of
4293 each system call and react appropriately.  This is good programming
4294 style anyways.
4295
4296 For example, do not write code like this:
4297
4298 @smallexample
4299   sleep (10);
4300 @end smallexample
4301
4302 The call to @code{sleep} will return early if a different thread stops
4303 at a breakpoint or for some other reason.
4304
4305 Instead, write this:
4306
4307 @smallexample
4308   int unslept = 10;
4309   while (unslept > 0)
4310     unslept = sleep (unslept);
4311 @end smallexample
4312
4313 A system call is allowed to return early, so the system is still
4314 conforming to its specification.  But @value{GDBN} does cause your
4315 multi-threaded program to behave differently than it would without
4316 @value{GDBN}.
4317
4318 Also, @value{GDBN} uses internal breakpoints in the thread library to
4319 monitor certain events such as thread creation and thread destruction.
4320 When such an event happens, a system call in another thread may return
4321 prematurely, even though your program does not appear to stop.
4322
4323 @cindex continuing threads
4324 @cindex threads, continuing
4325 Conversely, whenever you restart the program, @emph{all} threads start
4326 executing.  @emph{This is true even when single-stepping} with commands
4327 like @code{step} or @code{next}.
4328
4329 In particular, @value{GDBN} cannot single-step all threads in lockstep.
4330 Since thread scheduling is up to your debugging target's operating
4331 system (not controlled by @value{GDBN}), other threads may
4332 execute more than one statement while the current thread completes a
4333 single step.  Moreover, in general other threads stop in the middle of a
4334 statement, rather than at a clean statement boundary, when the program
4335 stops.
4336
4337 You might even find your program stopped in another thread after
4338 continuing or even single-stepping.  This happens whenever some other
4339 thread runs into a breakpoint, a signal, or an exception before the
4340 first thread completes whatever you requested.
4341
4342 On some OSes, you can lock the OS scheduler and thus allow only a single
4343 thread to run.
4344
4345 @table @code
4346 @item set scheduler-locking @var{mode}
4347 @cindex scheduler locking mode
4348 @cindex lock scheduler
4349 Set the scheduler locking mode.  If it is @code{off}, then there is no
4350 locking and any thread may run at any time.  If @code{on}, then only the
4351 current thread may run when the inferior is resumed.  The @code{step}
4352 mode optimizes for single-stepping.  It stops other threads from
4353 ``seizing the prompt'' by preempting the current thread while you are
4354 stepping.  Other threads will only rarely (or never) get a chance to run
4355 when you step.  They are more likely to run when you @samp{next} over a
4356 function call, and they are completely free to run when you use commands
4357 like @samp{continue}, @samp{until}, or @samp{finish}.  However, unless another
4358 thread hits a breakpoint during its timeslice, they will never steal the
4359 @value{GDBN} prompt away from the thread that you are debugging.
4360
4361 @item show scheduler-locking
4362 Display the current scheduler locking mode.
4363 @end table
4364
4365
4366 @node Stack
4367 @chapter Examining the Stack
4368
4369 When your program has stopped, the first thing you need to know is where it
4370 stopped and how it got there.
4371
4372 @cindex call stack
4373 Each time your program performs a function call, information about the call
4374 is generated.
4375 That information includes the location of the call in your program,
4376 the arguments of the call,
4377 and the local variables of the function being called.
4378 The information is saved in a block of data called a @dfn{stack frame}.
4379 The stack frames are allocated in a region of memory called the @dfn{call
4380 stack}.
4381
4382 When your program stops, the @value{GDBN} commands for examining the
4383 stack allow you to see all of this information.
4384
4385 @cindex selected frame
4386 One of the stack frames is @dfn{selected} by @value{GDBN} and many
4387 @value{GDBN} commands refer implicitly to the selected frame.  In
4388 particular, whenever you ask @value{GDBN} for the value of a variable in
4389 your program, the value is found in the selected frame.  There are
4390 special @value{GDBN} commands to select whichever frame you are
4391 interested in. @xref{Selection, ,Selecting a frame}.
4392
4393 When your program stops, @value{GDBN} automatically selects the
4394 currently executing frame and describes it briefly, similar to the
4395 @code{frame} command (@pxref{Frame Info, ,Information about a frame}).
4396
4397 @menu
4398 * Frames::                      Stack frames
4399 * Backtrace::                   Backtraces
4400 * Selection::                   Selecting a frame
4401 * Frame Info::                  Information on a frame
4402
4403 @end menu
4404
4405 @node Frames
4406 @section Stack frames
4407
4408 @cindex frame, definition
4409 @cindex stack frame
4410 The call stack is divided up into contiguous pieces called @dfn{stack
4411 frames}, or @dfn{frames} for short; each frame is the data associated
4412 with one call to one function.  The frame contains the arguments given
4413 to the function, the function's local variables, and the address at
4414 which the function is executing.
4415
4416 @cindex initial frame
4417 @cindex outermost frame
4418 @cindex innermost frame
4419 When your program is started, the stack has only one frame, that of the
4420 function @code{main}.  This is called the @dfn{initial} frame or the
4421 @dfn{outermost} frame.  Each time a function is called, a new frame is
4422 made.  Each time a function returns, the frame for that function invocation
4423 is eliminated.  If a function is recursive, there can be many frames for
4424 the same function.  The frame for the function in which execution is
4425 actually occurring is called the @dfn{innermost} frame.  This is the most
4426 recently created of all the stack frames that still exist.
4427
4428 @cindex frame pointer
4429 Inside your program, stack frames are identified by their addresses.  A
4430 stack frame consists of many bytes, each of which has its own address; each
4431 kind of computer has a convention for choosing one byte whose
4432 address serves as the address of the frame.  Usually this address is kept
4433 in a register called the @dfn{frame pointer register}
4434 (@pxref{Registers, $fp}) while execution is going on in that frame.
4435
4436 @cindex frame number
4437 @value{GDBN} assigns numbers to all existing stack frames, starting with
4438 zero for the innermost frame, one for the frame that called it,
4439 and so on upward.  These numbers do not really exist in your program;
4440 they are assigned by @value{GDBN} to give you a way of designating stack
4441 frames in @value{GDBN} commands.
4442
4443 @c The -fomit-frame-pointer below perennially causes hbox overflow
4444 @c underflow problems.
4445 @cindex frameless execution
4446 Some compilers provide a way to compile functions so that they operate
4447 without stack frames.  (For example, the @value{GCC} option
4448 @smallexample
4449 @samp{-fomit-frame-pointer}
4450 @end smallexample
4451 generates functions without a frame.)
4452 This is occasionally done with heavily used library functions to save
4453 the frame setup time.  @value{GDBN} has limited facilities for dealing
4454 with these function invocations.  If the innermost function invocation
4455 has no stack frame, @value{GDBN} nevertheless regards it as though
4456 it had a separate frame, which is numbered zero as usual, allowing
4457 correct tracing of the function call chain.  However, @value{GDBN} has
4458 no provision for frameless functions elsewhere in the stack.
4459
4460 @table @code
4461 @kindex frame@r{, command}
4462 @cindex current stack frame
4463 @item frame @var{args}
4464 The @code{frame} command allows you to move from one stack frame to another,
4465 and to print the stack frame you select.  @var{args} may be either the
4466 address of the frame or the stack frame number.  Without an argument,
4467 @code{frame} prints the current stack frame.
4468
4469 @kindex select-frame
4470 @cindex selecting frame silently
4471 @item select-frame
4472 The @code{select-frame} command allows you to move from one stack frame
4473 to another without printing the frame.  This is the silent version of
4474 @code{frame}.
4475 @end table
4476
4477 @node Backtrace
4478 @section Backtraces
4479
4480 @cindex traceback
4481 @cindex call stack traces
4482 A backtrace is a summary of how your program got where it is.  It shows one
4483 line per frame, for many frames, starting with the currently executing
4484 frame (frame zero), followed by its caller (frame one), and on up the
4485 stack.
4486
4487 @table @code
4488 @kindex backtrace
4489 @kindex bt @r{(@code{backtrace})}
4490 @item backtrace
4491 @itemx bt
4492 Print a backtrace of the entire stack: one line per frame for all
4493 frames in the stack.
4494
4495 You can stop the backtrace at any time by typing the system interrupt
4496 character, normally @kbd{Ctrl-c}.
4497
4498 @item backtrace @var{n}
4499 @itemx bt @var{n}
4500 Similar, but print only the innermost @var{n} frames.
4501
4502 @item backtrace -@var{n}
4503 @itemx bt -@var{n}
4504 Similar, but print only the outermost @var{n} frames.
4505
4506 @item backtrace full
4507 @itemx bt full
4508 @itemx bt full @var{n}
4509 @itemx bt full -@var{n}
4510 Print the values of the local variables also.  @var{n} specifies the
4511 number of frames to print, as described above.
4512 @end table
4513
4514 @kindex where
4515 @kindex info stack
4516 The names @code{where} and @code{info stack} (abbreviated @code{info s})
4517 are additional aliases for @code{backtrace}.
4518
4519 @cindex multiple threads, backtrace
4520 In a multi-threaded program, @value{GDBN} by default shows the
4521 backtrace only for the current thread.  To display the backtrace for
4522 several or all of the threads, use the command @code{thread apply}
4523 (@pxref{Threads, thread apply}).  For example, if you type @kbd{thread
4524 apply all backtrace}, @value{GDBN} will display the backtrace for all
4525 the threads; this is handy when you debug a core dump of a
4526 multi-threaded program.
4527
4528 Each line in the backtrace shows the frame number and the function name.
4529 The program counter value is also shown---unless you use @code{set
4530 print address off}.  The backtrace also shows the source file name and
4531 line number, as well as the arguments to the function.  The program
4532 counter value is omitted if it is at the beginning of the code for that
4533 line number.
4534
4535 Here is an example of a backtrace.  It was made with the command
4536 @samp{bt 3}, so it shows the innermost three frames.
4537
4538 @smallexample
4539 @group
4540 #0  m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
4541     at builtin.c:993
4542 #1  0x6e38 in expand_macro (sym=0x2b600) at macro.c:242
4543 #2  0x6840 in expand_token (obs=0x0, t=177664, td=0xf7fffb08)
4544     at macro.c:71
4545 (More stack frames follow...)
4546 @end group
4547 @end smallexample
4548
4549 @noindent
4550 The display for frame zero does not begin with a program counter
4551 value, indicating that your program has stopped at the beginning of the
4552 code for line @code{993} of @code{builtin.c}.
4553
4554 @cindex value optimized out, in backtrace
4555 @cindex function call arguments, optimized out
4556 If your program was compiled with optimizations, some compilers will
4557 optimize away arguments passed to functions if those arguments are
4558 never used after the call.  Such optimizations generate code that
4559 passes arguments through registers, but doesn't store those arguments
4560 in the stack frame.  @value{GDBN} has no way of displaying such
4561 arguments in stack frames other than the innermost one.  Here's what
4562 such a backtrace might look like:
4563
4564 @smallexample
4565 @group
4566 #0  m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
4567     at builtin.c:993
4568 #1  0x6e38 in expand_macro (sym=<value optimized out>) at macro.c:242
4569 #2  0x6840 in expand_token (obs=0x0, t=<value optimized out>, td=0xf7fffb08)
4570     at macro.c:71
4571 (More stack frames follow...)
4572 @end group
4573 @end smallexample
4574
4575 @noindent
4576 The values of arguments that were not saved in their stack frames are
4577 shown as @samp{<value optimized out>}.
4578
4579 If you need to display the values of such optimized-out arguments,
4580 either deduce that from other variables whose values depend on the one
4581 you are interested in, or recompile without optimizations.
4582
4583 @cindex backtrace beyond @code{main} function
4584 @cindex program entry point
4585 @cindex startup code, and backtrace
4586 Most programs have a standard user entry point---a place where system
4587 libraries and startup code transition into user code.  For C this is
4588 @code{main}@footnote{
4589 Note that embedded programs (the so-called ``free-standing''
4590 environment) are not required to have a @code{main} function as the
4591 entry point.  They could even have multiple entry points.}.
4592 When @value{GDBN} finds the entry function in a backtrace
4593 it will terminate the backtrace, to avoid tracing into highly
4594 system-specific (and generally uninteresting) code.
4595
4596 If you need to examine the startup code, or limit the number of levels
4597 in a backtrace, you can change this behavior:
4598
4599 @table @code
4600 @item set backtrace past-main
4601 @itemx set backtrace past-main on
4602 @kindex set backtrace
4603 Backtraces will continue past the user entry point.
4604
4605 @item set backtrace past-main off
4606 Backtraces will stop when they encounter the user entry point.  This is the
4607 default.
4608
4609 @item show backtrace past-main
4610 @kindex show backtrace
4611 Display the current user entry point backtrace policy.
4612
4613 @item set backtrace past-entry
4614 @itemx set backtrace past-entry on
4615 Backtraces will continue past the internal entry point of an application.
4616 This entry point is encoded by the linker when the application is built,
4617 and is likely before the user entry point @code{main} (or equivalent) is called.
4618
4619 @item set backtrace past-entry off
4620 Backtraces will stop when they encouter the internal entry point of an
4621 application.  This is the default.
4622
4623 @item show backtrace past-entry
4624 Display the current internal entry point backtrace policy.
4625
4626 @item set backtrace limit @var{n}
4627 @itemx set backtrace limit 0
4628 @cindex backtrace limit
4629 Limit the backtrace to @var{n} levels.  A value of zero means
4630 unlimited.
4631
4632 @item show backtrace limit
4633 Display the current limit on backtrace levels.
4634 @end table
4635
4636 @node Selection
4637 @section Selecting a frame
4638
4639 Most commands for examining the stack and other data in your program work on
4640 whichever stack frame is selected at the moment.  Here are the commands for
4641 selecting a stack frame; all of them finish by printing a brief description
4642 of the stack frame just selected.
4643
4644 @table @code
4645 @kindex frame@r{, selecting}
4646 @kindex f @r{(@code{frame})}
4647 @item frame @var{n}
4648 @itemx f @var{n}
4649 Select frame number @var{n}.  Recall that frame zero is the innermost
4650 (currently executing) frame, frame one is the frame that called the
4651 innermost one, and so on.  The highest-numbered frame is the one for
4652 @code{main}.
4653
4654 @item frame @var{addr}
4655 @itemx f @var{addr}
4656 Select the frame at address @var{addr}.  This is useful mainly if the
4657 chaining of stack frames has been damaged by a bug, making it
4658 impossible for @value{GDBN} to assign numbers properly to all frames.  In
4659 addition, this can be useful when your program has multiple stacks and
4660 switches between them.
4661
4662 On the SPARC architecture, @code{frame} needs two addresses to
4663 select an arbitrary frame: a frame pointer and a stack pointer.
4664
4665 On the MIPS and Alpha architecture, it needs two addresses: a stack
4666 pointer and a program counter.
4667
4668 On the 29k architecture, it needs three addresses: a register stack
4669 pointer, a program counter, and a memory stack pointer.
4670
4671 @kindex up
4672 @item up @var{n}
4673 Move @var{n} frames up the stack.  For positive numbers @var{n}, this
4674 advances toward the outermost frame, to higher frame numbers, to frames
4675 that have existed longer.  @var{n} defaults to one.
4676
4677 @kindex down
4678 @kindex do @r{(@code{down})}
4679 @item down @var{n}
4680 Move @var{n} frames down the stack.  For positive numbers @var{n}, this
4681 advances toward the innermost frame, to lower frame numbers, to frames
4682 that were created more recently.  @var{n} defaults to one.  You may
4683 abbreviate @code{down} as @code{do}.
4684 @end table
4685
4686 All of these commands end by printing two lines of output describing the
4687 frame.  The first line shows the frame number, the function name, the
4688 arguments, and the source file and line number of execution in that
4689 frame.  The second line shows the text of that source line.
4690
4691 @need 1000
4692 For example:
4693
4694 @smallexample
4695 @group
4696 (@value{GDBP}) up
4697 #1  0x22f0 in main (argc=1, argv=0xf7fffbf4, env=0xf7fffbfc)
4698     at env.c:10
4699 10              read_input_file (argv[i]);
4700 @end group
4701 @end smallexample
4702
4703 After such a printout, the @code{list} command with no arguments
4704 prints ten lines centered on the point of execution in the frame.
4705 You can also edit the program at the point of execution with your favorite
4706 editing program by typing @code{edit}.
4707 @xref{List, ,Printing source lines},
4708 for details.
4709
4710 @table @code
4711 @kindex down-silently
4712 @kindex up-silently
4713 @item up-silently @var{n}
4714 @itemx down-silently @var{n}
4715 These two commands are variants of @code{up} and @code{down},
4716 respectively; they differ in that they do their work silently, without
4717 causing display of the new frame.  They are intended primarily for use
4718 in @value{GDBN} command scripts, where the output might be unnecessary and
4719 distracting.
4720 @end table
4721
4722 @node Frame Info
4723 @section Information about a frame
4724
4725 There are several other commands to print information about the selected
4726 stack frame.
4727
4728 @table @code
4729 @item frame
4730 @itemx f
4731 When used without any argument, this command does not change which
4732 frame is selected, but prints a brief description of the currently
4733 selected stack frame.  It can be abbreviated @code{f}.  With an
4734 argument, this command is used to select a stack frame.
4735 @xref{Selection, ,Selecting a frame}.
4736
4737 @kindex info frame
4738 @kindex info f @r{(@code{info frame})}
4739 @item info frame
4740 @itemx info f
4741 This command prints a verbose description of the selected stack frame,
4742 including:
4743
4744 @itemize @bullet
4745 @item
4746 the address of the frame
4747 @item
4748 the address of the next frame down (called by this frame)
4749 @item
4750 the address of the next frame up (caller of this frame)
4751 @item
4752 the language in which the source code corresponding to this frame is written
4753 @item
4754 the address of the frame's arguments
4755 @item
4756 the address of the frame's local variables
4757 @item
4758 the program counter saved in it (the address of execution in the caller frame)
4759 @item
4760 which registers were saved in the frame
4761 @end itemize
4762
4763 @noindent The verbose description is useful when
4764 something has gone wrong that has made the stack format fail to fit
4765 the usual conventions.
4766
4767 @item info frame @var{addr}
4768 @itemx info f @var{addr}
4769 Print a verbose description of the frame at address @var{addr}, without
4770 selecting that frame.  The selected frame remains unchanged by this
4771 command.  This requires the same kind of address (more than one for some
4772 architectures) that you specify in the @code{frame} command.
4773 @xref{Selection, ,Selecting a frame}.
4774
4775 @kindex info args
4776 @item info args
4777 Print the arguments of the selected frame, each on a separate line.
4778
4779 @item info locals
4780 @kindex info locals
4781 Print the local variables of the selected frame, each on a separate
4782 line.  These are all variables (declared either static or automatic)
4783 accessible at the point of execution of the selected frame.
4784
4785 @kindex info catch
4786 @cindex catch exceptions, list active handlers
4787 @cindex exception handlers, how to list
4788 @item info catch
4789 Print a list of all the exception handlers that are active in the
4790 current stack frame at the current point of execution.  To see other
4791 exception handlers, visit the associated frame (using the @code{up},
4792 @code{down}, or @code{frame} commands); then type @code{info catch}.
4793 @xref{Set Catchpoints, , Setting catchpoints}.
4794
4795 @end table
4796
4797
4798 @node Source
4799 @chapter Examining Source Files
4800
4801 @value{GDBN} can print parts of your program's source, since the debugging
4802 information recorded in the program tells @value{GDBN} what source files were
4803 used to build it.  When your program stops, @value{GDBN} spontaneously prints
4804 the line where it stopped.  Likewise, when you select a stack frame
4805 (@pxref{Selection, ,Selecting a frame}), @value{GDBN} prints the line where
4806 execution in that frame has stopped.  You can print other portions of
4807 source files by explicit command.
4808
4809 If you use @value{GDBN} through its @sc{gnu} Emacs interface, you may
4810 prefer to use Emacs facilities to view source; see @ref{Emacs, ,Using
4811 @value{GDBN} under @sc{gnu} Emacs}.
4812
4813 @menu
4814 * List::                        Printing source lines
4815 * Edit::                        Editing source files
4816 * Search::                      Searching source files
4817 * Source Path::                 Specifying source directories
4818 * Machine Code::                Source and machine code
4819 @end menu
4820
4821 @node List
4822 @section Printing source lines
4823
4824 @kindex list
4825 @kindex l @r{(@code{list})}
4826 To print lines from a source file, use the @code{list} command
4827 (abbreviated @code{l}).  By default, ten lines are printed.
4828 There are several ways to specify what part of the file you want to print.
4829
4830 Here are the forms of the @code{list} command most commonly used:
4831
4832 @table @code
4833 @item list @var{linenum}
4834 Print lines centered around line number @var{linenum} in the
4835 current source file.
4836
4837 @item list @var{function}
4838 Print lines centered around the beginning of function
4839 @var{function}.
4840
4841 @item list
4842 Print more lines.  If the last lines printed were printed with a
4843 @code{list} command, this prints lines following the last lines
4844 printed; however, if the last line printed was a solitary line printed
4845 as part of displaying a stack frame (@pxref{Stack, ,Examining the
4846 Stack}), this prints lines centered around that line.
4847
4848 @item list -
4849 Print lines just before the lines last printed.
4850 @end table
4851
4852 @cindex @code{list}, how many lines to display
4853 By default, @value{GDBN} prints ten source lines with any of these forms of
4854 the @code{list} command.  You can change this using @code{set listsize}:
4855
4856 @table @code
4857 @kindex set listsize
4858 @item set listsize @var{count}
4859 Make the @code{list} command display @var{count} source lines (unless
4860 the @code{list} argument explicitly specifies some other number).
4861
4862 @kindex show listsize
4863 @item show listsize
4864 Display the number of lines that @code{list} prints.
4865 @end table
4866
4867 Repeating a @code{list} command with @key{RET} discards the argument,
4868 so it is equivalent to typing just @code{list}.  This is more useful
4869 than listing the same lines again.  An exception is made for an
4870 argument of @samp{-}; that argument is preserved in repetition so that
4871 each repetition moves up in the source file.
4872
4873 @cindex linespec
4874 In general, the @code{list} command expects you to supply zero, one or two
4875 @dfn{linespecs}.  Linespecs specify source lines; there are several ways
4876 of writing them, but the effect is always to specify some source line.
4877 Here is a complete description of the possible arguments for @code{list}:
4878
4879 @table @code
4880 @item list @var{linespec}
4881 Print lines centered around the line specified by @var{linespec}.
4882
4883 @item list @var{first},@var{last}
4884 Print lines from @var{first} to @var{last}.  Both arguments are
4885 linespecs.
4886
4887 @item list ,@var{last}
4888 Print lines ending with @var{last}.
4889
4890 @item list @var{first},
4891 Print lines starting with @var{first}.
4892
4893 @item list +
4894 Print lines just after the lines last printed.
4895
4896 @item list -
4897 Print lines just before the lines last printed.
4898
4899 @item list
4900 As described in the preceding table.
4901 @end table
4902
4903 Here are the ways of specifying a single source line---all the
4904 kinds of linespec.
4905
4906 @table @code
4907 @item @var{number}
4908 Specifies line @var{number} of the current source file.
4909 When a @code{list} command has two linespecs, this refers to
4910 the same source file as the first linespec.
4911
4912 @item +@var{offset}
4913 Specifies the line @var{offset} lines after the last line printed.
4914 When used as the second linespec in a @code{list} command that has
4915 two, this specifies the line @var{offset} lines down from the
4916 first linespec.
4917
4918 @item -@var{offset}
4919 Specifies the line @var{offset} lines before the last line printed.
4920
4921 @item @var{filename}:@var{number}
4922 Specifies line @var{number} in the source file @var{filename}.
4923
4924 @item @var{function}
4925 Specifies the line that begins the body of the function @var{function}.
4926 For example: in C, this is the line with the open brace.
4927
4928 @item @var{filename}:@var{function}
4929 Specifies the line of the open-brace that begins the body of the
4930 function @var{function} in the file @var{filename}.  You only need the
4931 file name with a function name to avoid ambiguity when there are
4932 identically named functions in different source files.
4933
4934 @item *@var{address}
4935 Specifies the line containing the program address @var{address}.
4936 @var{address} may be any expression.
4937 @end table
4938
4939 @node Edit
4940 @section Editing source files
4941 @cindex editing source files
4942
4943 @kindex edit
4944 @kindex e @r{(@code{edit})}
4945 To edit the lines in a source file, use the @code{edit} command.
4946 The editing program of your choice
4947 is invoked with the current line set to
4948 the active line in the program.
4949 Alternatively, there are several ways to specify what part of the file you
4950 want to print if you want to see other parts of the program.
4951
4952 Here are the forms of the @code{edit} command most commonly used:
4953
4954 @table @code
4955 @item edit
4956 Edit the current source file at the active line number in the program.
4957
4958 @item edit @var{number}
4959 Edit the current source file with @var{number} as the active line number.
4960
4961 @item edit @var{function}
4962 Edit the file containing @var{function} at the beginning of its definition.
4963
4964 @item edit @var{filename}:@var{number}
4965 Specifies line @var{number} in the source file @var{filename}.
4966
4967 @item edit @var{filename}:@var{function}
4968 Specifies the line that begins the body of the
4969 function @var{function} in the file @var{filename}.  You only need the
4970 file name with a function name to avoid ambiguity when there are
4971 identically named functions in different source files.
4972
4973 @item edit *@var{address}
4974 Specifies the line containing the program address @var{address}.
4975 @var{address} may be any expression.
4976 @end table
4977
4978 @subsection Choosing your editor
4979 You can customize @value{GDBN} to use any editor you want
4980 @footnote{
4981 The only restriction is that your editor (say @code{ex}), recognizes the
4982 following command-line syntax:
4983 @smallexample
4984 ex +@var{number} file
4985 @end smallexample
4986 The optional numeric value +@var{number} specifies the number of the line in
4987 the file where to start editing.}.
4988 By default, it is @file{@value{EDITOR}}, but you can change this
4989 by setting the environment variable @code{EDITOR} before using
4990 @value{GDBN}.  For example, to configure @value{GDBN} to use the
4991 @code{vi} editor, you could use these commands with the @code{sh} shell:
4992 @smallexample
4993 EDITOR=/usr/bin/vi
4994 export EDITOR
4995 gdb @dots{}
4996 @end smallexample
4997 or in the @code{csh} shell,
4998 @smallexample
4999 setenv EDITOR /usr/bin/vi
5000 gdb @dots{}
5001 @end smallexample
5002
5003 @node Search
5004 @section Searching source files
5005 @cindex searching source files
5006
5007 There are two commands for searching through the current source file for a
5008 regular expression.
5009
5010 @table @code
5011 @kindex search
5012 @kindex forward-search
5013 @item forward-search @var{regexp}
5014 @itemx search @var{regexp}
5015 The command @samp{forward-search @var{regexp}} checks each line,
5016 starting with the one following the last line listed, for a match for
5017 @var{regexp}.  It lists the line that is found.  You can use the
5018 synonym @samp{search @var{regexp}} or abbreviate the command name as
5019 @code{fo}.
5020
5021 @kindex reverse-search
5022 @item reverse-search @var{regexp}
5023 The command @samp{reverse-search @var{regexp}} checks each line, starting
5024 with the one before the last line listed and going backward, for a match
5025 for @var{regexp}.  It lists the line that is found.  You can abbreviate
5026 this command as @code{rev}.
5027 @end table
5028
5029 @node Source Path
5030 @section Specifying source directories
5031
5032 @cindex source path
5033 @cindex directories for source files
5034 Executable programs sometimes do not record the directories of the source
5035 files from which they were compiled, just the names.  Even when they do,
5036 the directories could be moved between the compilation and your debugging
5037 session.  @value{GDBN} has a list of directories to search for source files;
5038 this is called the @dfn{source path}.  Each time @value{GDBN} wants a source file,
5039 it tries all the directories in the list, in the order they are present
5040 in the list, until it finds a file with the desired name.
5041
5042 For example, suppose an executable references the file
5043 @file{/usr/src/foo-1.0/lib/foo.c}, and our source path is
5044 @file{/mnt/cross}.  The file is first looked up literally; if this
5045 fails, @file{/mnt/cross/usr/src/foo-1.0/lib/foo.c} is tried; if this
5046 fails, @file{/mnt/cross/foo.c} is opened; if this fails, an error
5047 message is printed.  @value{GDBN} does not look up the parts of the
5048 source file name, such as @file{/mnt/cross/src/foo-1.0/lib/foo.c}.
5049 Likewise, the subdirectories of the source path are not searched: if
5050 the source path is @file{/mnt/cross}, and the binary refers to
5051 @file{foo.c}, @value{GDBN} would not find it under
5052 @file{/mnt/cross/usr/src/foo-1.0/lib}.
5053
5054 Plain file names, relative file names with leading directories, file
5055 names containing dots, etc.@: are all treated as described above; for
5056 instance, if the source path is @file{/mnt/cross}, and the source file
5057 is recorded as @file{../lib/foo.c}, @value{GDBN} would first try
5058 @file{../lib/foo.c}, then @file{/mnt/cross/../lib/foo.c}, and after
5059 that---@file{/mnt/cross/foo.c}.
5060
5061 Note that the executable search path is @emph{not} used to locate the
5062 source files.
5063
5064 Whenever you reset or rearrange the source path, @value{GDBN} clears out
5065 any information it has cached about where source files are found and where
5066 each line is in the file.
5067
5068 @kindex directory
5069 @kindex dir
5070 When you start @value{GDBN}, its source path includes only @samp{cdir}
5071 and @samp{cwd}, in that order.
5072 To add other directories, use the @code{directory} command.
5073
5074 The search path is used to find both program source files and @value{GDBN}
5075 script files (read using the @samp{-command} option and @samp{source} command).
5076
5077 In addition to the source path, @value{GDBN} provides a set of commands
5078 that manage a list of source path substitution rules.  A @dfn{substitution
5079 rule} specifies how to rewrite source directories stored in the program's
5080 debug information in case the sources were moved to a different
5081 directory between compilation and debugging.  A rule is made of
5082 two strings, the first specifying what needs to be rewritten in
5083 the path, and the second specifying how it should be rewritten.
5084 In @ref{set substitute-path}, we name these two parts @var{from} and
5085 @var{to} respectively.  @value{GDBN} does a simple string replacement
5086 of @var{from} with @var{to} at the start of the directory part of the
5087 source file name, and uses that result instead of the original file
5088 name to look up the sources.
5089
5090 Using the previous example, suppose the @file{foo-1.0} tree has been
5091 moved from @file{/usr/src} to @file{/mnt/cross}, then you can tell
5092 GDB to replace @file{/usr/src} in all source path names with
5093 @file{/mnt/cross}.  The first lookup will then be
5094 @file{/mnt/cross/foo-1.0/lib/foo.c} in place of the original location
5095 of @file{/usr/src/foo-1.0/lib/foo.c}.  To define a source path
5096 substitution rule, use the @code{set substitute-path} command
5097 (@pxref{set substitute-path}).
5098
5099 To avoid unexpected substitution results, a rule is applied only if the
5100 @var{from} part of the directory name ends at a directory separator.
5101 For instance, a rule substituting  @file{/usr/source} into
5102 @file{/mnt/cross} will be applied to @file{/usr/source/foo-1.0} but
5103 not to @file{/usr/sourceware/foo-2.0}.  And because the substitution
5104 is applied only at the begining of the directory name, this rule will
5105 not be applied to @file{/root/usr/source/baz.c} either.
5106
5107 In many cases, you can achieve the same result using the @code{directory}
5108 command.  However, @code{set substitute-path} can be more efficient in
5109 the case where the sources are organized in a complex tree with multiple
5110 subdirectories.  With the @code{directory} command, you need to add each
5111 subdirectory of your project.  If you moved the entire tree while
5112 preserving its internal organization, then @code{set substitute-path}
5113 allows you to direct the debugger to all the sources with one single
5114 command.
5115
5116 @code{set substitute-path} is also more than just a shortcut command.
5117 The source path is only used if the file at the original location no
5118 longer exists.  On the other hand, @code{set substitute-path} modifies
5119 the debugger behavior to look at the rewritten location instead.  So, if
5120 for any reason a source file that is not relevant to your executable is
5121 located at the original location, a substitution rule is the only
5122 method available to point GDB at the new location.
5123
5124 @table @code
5125 @item directory @var{dirname} @dots{}
5126 @item dir @var{dirname} @dots{}
5127 Add directory @var{dirname} to the front of the source path.  Several
5128 directory names may be given to this command, separated by @samp{:}
5129 (@samp{;} on MS-DOS and MS-Windows, where @samp{:} usually appears as
5130 part of absolute file names) or
5131 whitespace.  You may specify a directory that is already in the source
5132 path; this moves it forward, so @value{GDBN} searches it sooner.
5133
5134 @kindex cdir
5135 @kindex cwd
5136 @vindex $cdir@r{, convenience variable}
5137 @vindex $cwdr@r{, convenience variable}
5138 @cindex compilation directory
5139 @cindex current directory
5140 @cindex working directory
5141 @cindex directory, current
5142 @cindex directory, compilation
5143 You can use the string @samp{$cdir} to refer to the compilation
5144 directory (if one is recorded), and @samp{$cwd} to refer to the current
5145 working directory.  @samp{$cwd} is not the same as @samp{.}---the former
5146 tracks the current working directory as it changes during your @value{GDBN}
5147 session, while the latter is immediately expanded to the current
5148 directory at the time you add an entry to the source path.
5149
5150 @item directory
5151 Reset the source path to its default value (@samp{$cdir:$cwd} on Unix systems).  This requires confirmation.
5152
5153 @c RET-repeat for @code{directory} is explicitly disabled, but since
5154 @c repeating it would be a no-op we do not say that.  (thanks to RMS)
5155
5156 @item show directories
5157 @kindex show directories
5158 Print the source path: show which directories it contains.
5159
5160 @anchor{set substitute-path}
5161 @item set substitute-path @var{from} @var{to}
5162 @kindex set substitute-path
5163 Define a source path substitution rule, and add it at the end of the
5164 current list of existing substitution rules.  If a rule with the same
5165 @var{from} was already defined, then the old rule is also deleted.
5166
5167 For example, if the file @file{/foo/bar/baz.c} was moved to
5168 @file{/mnt/cross/baz.c}, then the command
5169
5170 @smallexample
5171 (@value{GDBP}) set substitute-path /usr/src /mnt/cross
5172 @end smallexample
5173
5174 @noindent
5175 will tell @value{GDBN} to replace @samp{/usr/src} with
5176 @samp{/mnt/cross}, which will allow @value{GDBN} to find the file
5177 @file{baz.c} even though it was moved.
5178
5179 In the case when more than one substitution rule have been defined,
5180 the rules are evaluated one by one in the order where they have been
5181 defined.  The first one matching, if any, is selected to perform
5182 the substitution.
5183
5184 For instance, if we had entered the following commands:
5185
5186 @smallexample
5187 (@value{GDBP}) set substitute-path /usr/src/include /mnt/include
5188 (@value{GDBP}) set substitute-path /usr/src /mnt/src
5189 @end smallexample
5190
5191 @noindent
5192 @value{GDBN} would then rewrite @file{/usr/src/include/defs.h} into
5193 @file{/mnt/include/defs.h} by using the first rule.  However, it would
5194 use the second rule to rewrite @file{/usr/src/lib/foo.c} into
5195 @file{/mnt/src/lib/foo.c}.
5196
5197
5198 @item unset substitute-path [path]
5199 @kindex unset substitute-path
5200 If a path is specified, search the current list of substitution rules
5201 for a rule that would rewrite that path.  Delete that rule if found.
5202 A warning is emitted by the debugger if no rule could be found.
5203
5204 If no path is specified, then all substitution rules are deleted.
5205
5206 @item show substitute-path [path]
5207 @kindex show substitute-path
5208 If a path is specified, then print the source path substitution rule
5209 which would rewrite that path, if any.
5210
5211 If no path is specified, then print all existing source path substitution
5212 rules.
5213
5214 @end table
5215
5216 If your source path is cluttered with directories that are no longer of
5217 interest, @value{GDBN} may sometimes cause confusion by finding the wrong
5218 versions of source.  You can correct the situation as follows:
5219
5220 @enumerate
5221 @item
5222 Use @code{directory} with no argument to reset the source path to its default value.
5223
5224 @item
5225 Use @code{directory} with suitable arguments to reinstall the
5226 directories you want in the source path.  You can add all the
5227 directories in one command.
5228 @end enumerate
5229
5230 @node Machine Code
5231 @section Source and machine code
5232 @cindex source line and its code address
5233
5234 You can use the command @code{info line} to map source lines to program
5235 addresses (and vice versa), and the command @code{disassemble} to display
5236 a range of addresses as machine instructions.  When run under @sc{gnu} Emacs
5237 mode, the @code{info line} command causes the arrow to point to the
5238 line specified.  Also, @code{info line} prints addresses in symbolic form as
5239 well as hex.
5240
5241 @table @code
5242 @kindex info line
5243 @item info line @var{linespec}
5244 Print the starting and ending addresses of the compiled code for
5245 source line @var{linespec}.  You can specify source lines in any of
5246 the ways understood by the @code{list} command (@pxref{List, ,Printing
5247 source lines}).
5248 @end table
5249
5250 For example, we can use @code{info line} to discover the location of
5251 the object code for the first line of function
5252 @code{m4_changequote}:
5253
5254 @c FIXME: I think this example should also show the addresses in
5255 @c symbolic form, as they usually would be displayed.
5256 @smallexample
5257 (@value{GDBP}) info line m4_changequote
5258 Line 895 of "builtin.c" starts at pc 0x634c and ends at 0x6350.
5259 @end smallexample
5260
5261 @noindent
5262 @cindex code address and its source line
5263 We can also inquire (using @code{*@var{addr}} as the form for
5264 @var{linespec}) what source line covers a particular address:
5265 @smallexample
5266 (@value{GDBP}) info line *0x63ff
5267 Line 926 of "builtin.c" starts at pc 0x63e4 and ends at 0x6404.
5268 @end smallexample
5269
5270 @cindex @code{$_} and @code{info line}
5271 @cindex @code{x} command, default address
5272 @kindex x@r{(examine), and} info line
5273 After @code{info line}, the default address for the @code{x} command
5274 is changed to the starting address of the line, so that @samp{x/i} is
5275 sufficient to begin examining the machine code (@pxref{Memory,
5276 ,Examining memory}).  Also, this address is saved as the value of the
5277 convenience variable @code{$_} (@pxref{Convenience Vars, ,Convenience
5278 variables}).
5279
5280 @table @code
5281 @kindex disassemble
5282 @cindex assembly instructions
5283 @cindex instructions, assembly
5284 @cindex machine instructions
5285 @cindex listing machine instructions
5286 @item disassemble
5287 This specialized command dumps a range of memory as machine
5288 instructions.  The default memory range is the function surrounding the
5289 program counter of the selected frame.  A single argument to this
5290 command is a program counter value; @value{GDBN} dumps the function
5291 surrounding this value.  Two arguments specify a range of addresses
5292 (first inclusive, second exclusive) to dump.
5293 @end table
5294
5295 The following example shows the disassembly of a range of addresses of
5296 HP PA-RISC 2.0 code:
5297
5298 @smallexample
5299 (@value{GDBP}) disas 0x32c4 0x32e4
5300 Dump of assembler code from 0x32c4 to 0x32e4:
5301 0x32c4 <main+204>:      addil 0,dp
5302 0x32c8 <main+208>:      ldw 0x22c(sr0,r1),r26
5303 0x32cc <main+212>:      ldil 0x3000,r31
5304 0x32d0 <main+216>:      ble 0x3f8(sr4,r31)
5305 0x32d4 <main+220>:      ldo 0(r31),rp
5306 0x32d8 <main+224>:      addil -0x800,dp
5307 0x32dc <main+228>:      ldo 0x588(r1),r26
5308 0x32e0 <main+232>:      ldil 0x3000,r31
5309 End of assembler dump.
5310 @end smallexample
5311
5312 Some architectures have more than one commonly-used set of instruction
5313 mnemonics or other syntax.
5314
5315 For programs that were dynamically linked and use shared libraries,
5316 instructions that call functions or branch to locations in the shared
5317 libraries might show a seemingly bogus location---it's actually a
5318 location of the relocation table.  On some architectures, @value{GDBN}
5319 might be able to resolve these to actual function names.
5320
5321 @table @code
5322 @kindex set disassembly-flavor
5323 @cindex Intel disassembly flavor
5324 @cindex AT&T disassembly flavor
5325 @item set disassembly-flavor @var{instruction-set}
5326 Select the instruction set to use when disassembling the
5327 program via the @code{disassemble} or @code{x/i} commands.
5328
5329 Currently this command is only defined for the Intel x86 family.  You
5330 can set @var{instruction-set} to either @code{intel} or @code{att}.
5331 The default is @code{att}, the AT&T flavor used by default by Unix
5332 assemblers for x86-based targets.
5333
5334 @kindex show disassembly-flavor
5335 @item show disassembly-flavor
5336 Show the current setting of the disassembly flavor.
5337 @end table
5338
5339
5340 @node Data
5341 @chapter Examining Data
5342
5343 @cindex printing data
5344 @cindex examining data
5345 @kindex print
5346 @kindex inspect
5347 @c "inspect" is not quite a synonym if you are using Epoch, which we do not
5348 @c document because it is nonstandard...  Under Epoch it displays in a
5349 @c different window or something like that.
5350 The usual way to examine data in your program is with the @code{print}
5351 command (abbreviated @code{p}), or its synonym @code{inspect}.  It
5352 evaluates and prints the value of an expression of the language your
5353 program is written in (@pxref{Languages, ,Using @value{GDBN} with
5354 Different Languages}).
5355
5356 @table @code
5357 @item print @var{expr}
5358 @itemx print /@var{f} @var{expr}
5359 @var{expr} is an expression (in the source language).  By default the
5360 value of @var{expr} is printed in a format appropriate to its data type;
5361 you can choose a different format by specifying @samp{/@var{f}}, where
5362 @var{f} is a letter specifying the format; see @ref{Output Formats,,Output
5363 formats}.
5364
5365 @item print
5366 @itemx print /@var{f}
5367 @cindex reprint the last value
5368 If you omit @var{expr}, @value{GDBN} displays the last value again (from the
5369 @dfn{value history}; @pxref{Value History, ,Value history}).  This allows you to
5370 conveniently inspect the same value in an alternative format.
5371 @end table
5372
5373 A more low-level way of examining data is with the @code{x} command.
5374 It examines data in memory at a specified address and prints it in a
5375 specified format.  @xref{Memory, ,Examining memory}.
5376
5377 If you are interested in information about types, or about how the
5378 fields of a struct or a class are declared, use the @code{ptype @var{exp}}
5379 command rather than @code{print}.  @xref{Symbols, ,Examining the Symbol
5380 Table}.
5381
5382 @menu
5383 * Expressions::                 Expressions
5384 * Variables::                   Program variables
5385 * Arrays::                      Artificial arrays
5386 * Output Formats::              Output formats
5387 * Memory::                      Examining memory
5388 * Auto Display::                Automatic display
5389 * Print Settings::              Print settings
5390 * Value History::               Value history
5391 * Convenience Vars::            Convenience variables
5392 * Registers::                   Registers
5393 * Floating Point Hardware::     Floating point hardware
5394 * Vector Unit::                 Vector Unit
5395 * OS Information::              Auxiliary data provided by operating system
5396 * Memory Region Attributes::    Memory region attributes
5397 * Dump/Restore Files::          Copy between memory and a file
5398 * Core File Generation::        Cause a program dump its core
5399 * Character Sets::              Debugging programs that use a different
5400                                 character set than GDB does
5401 * Caching Remote Data::         Data caching for remote targets
5402 @end menu
5403
5404 @node Expressions
5405 @section Expressions
5406
5407 @cindex expressions
5408 @code{print} and many other @value{GDBN} commands accept an expression and
5409 compute its value.  Any kind of constant, variable or operator defined
5410 by the programming language you are using is valid in an expression in
5411 @value{GDBN}.  This includes conditional expressions, function calls,
5412 casts, and string constants.  It also includes preprocessor macros, if
5413 you compiled your program to include this information; see
5414 @ref{Compilation}.
5415
5416 @cindex arrays in expressions
5417 @value{GDBN} supports array constants in expressions input by
5418 the user.  The syntax is @{@var{element}, @var{element}@dots{}@}.  For example,
5419 you can use the command @code{print @{1, 2, 3@}} to build up an array in
5420 memory that is @code{malloc}ed in the target program.
5421
5422 Because C is so widespread, most of the expressions shown in examples in
5423 this manual are in C.  @xref{Languages, , Using @value{GDBN} with Different
5424 Languages}, for information on how to use expressions in other
5425 languages.
5426
5427 In this section, we discuss operators that you can use in @value{GDBN}
5428 expressions regardless of your programming language.
5429
5430 @cindex casts, in expressions
5431 Casts are supported in all languages, not just in C, because it is so
5432 useful to cast a number into a pointer in order to examine a structure
5433 at that address in memory.
5434 @c FIXME: casts supported---Mod2 true?
5435
5436 @value{GDBN} supports these operators, in addition to those common
5437 to programming languages:
5438
5439 @table @code
5440 @item @@
5441 @samp{@@} is a binary operator for treating parts of memory as arrays.
5442 @xref{Arrays, ,Artificial arrays}, for more information.
5443
5444 @item ::
5445 @samp{::} allows you to specify a variable in terms of the file or
5446 function where it is defined.  @xref{Variables, ,Program variables}.
5447
5448 @cindex @{@var{type}@}
5449 @cindex type casting memory
5450 @cindex memory, viewing as typed object
5451 @cindex casts, to view memory
5452 @item @{@var{type}@} @var{addr}
5453 Refers to an object of type @var{type} stored at address @var{addr} in
5454 memory.  @var{addr} may be any expression whose value is an integer or
5455 pointer (but parentheses are required around binary operators, just as in
5456 a cast).  This construct is allowed regardless of what kind of data is
5457 normally supposed to reside at @var{addr}.
5458 @end table
5459
5460 @node Variables
5461 @section Program variables
5462
5463 The most common kind of expression to use is the name of a variable
5464 in your program.
5465
5466 Variables in expressions are understood in the selected stack frame
5467 (@pxref{Selection, ,Selecting a frame}); they must be either:
5468
5469 @itemize @bullet
5470 @item
5471 global (or file-static)
5472 @end itemize
5473
5474 @noindent or
5475
5476 @itemize @bullet
5477 @item
5478 visible according to the scope rules of the
5479 programming language from the point of execution in that frame
5480 @end itemize
5481
5482 @noindent This means that in the function
5483
5484 @smallexample
5485 foo (a)
5486      int a;
5487 @{
5488   bar (a);
5489   @{
5490     int b = test ();
5491     bar (b);
5492   @}
5493 @}
5494 @end smallexample
5495
5496 @noindent
5497 you can examine and use the variable @code{a} whenever your program is
5498 executing within the function @code{foo}, but you can only use or
5499 examine the variable @code{b} while your program is executing inside
5500 the block where @code{b} is declared.
5501
5502 @cindex variable name conflict
5503 There is an exception: you can refer to a variable or function whose
5504 scope is a single source file even if the current execution point is not
5505 in this file.  But it is possible to have more than one such variable or
5506 function with the same name (in different source files).  If that
5507 happens, referring to that name has unpredictable effects.  If you wish,
5508 you can specify a static variable in a particular function or file,
5509 using the colon-colon (@code{::}) notation:
5510
5511 @cindex colon-colon, context for variables/functions
5512 @iftex
5513 @c info cannot cope with a :: index entry, but why deprive hard copy readers?
5514 @cindex @code{::}, context for variables/functions
5515 @end iftex
5516 @smallexample
5517 @var{file}::@var{variable}
5518 @var{function}::@var{variable}
5519 @end smallexample
5520
5521 @noindent
5522 Here @var{file} or @var{function} is the name of the context for the
5523 static @var{variable}.  In the case of file names, you can use quotes to
5524 make sure @value{GDBN} parses the file name as a single word---for example,
5525 to print a global value of @code{x} defined in @file{f2.c}:
5526
5527 @smallexample
5528 (@value{GDBP}) p 'f2.c'::x
5529 @end smallexample
5530
5531 @cindex C@t{++} scope resolution
5532 This use of @samp{::} is very rarely in conflict with the very similar
5533 use of the same notation in C@t{++}.  @value{GDBN} also supports use of the C@t{++}
5534 scope resolution operator in @value{GDBN} expressions.
5535 @c FIXME: Um, so what happens in one of those rare cases where it's in
5536 @c conflict??  --mew
5537
5538 @cindex wrong values
5539 @cindex variable values, wrong
5540 @cindex function entry/exit, wrong values of variables
5541 @cindex optimized code, wrong values of variables
5542 @quotation
5543 @emph{Warning:} Occasionally, a local variable may appear to have the
5544 wrong value at certain points in a function---just after entry to a new
5545 scope, and just before exit.
5546 @end quotation
5547 You may see this problem when you are stepping by machine instructions.
5548 This is because, on most machines, it takes more than one instruction to
5549 set up a stack frame (including local variable definitions); if you are
5550 stepping by machine instructions, variables may appear to have the wrong
5551 values until the stack frame is completely built.  On exit, it usually
5552 also takes more than one machine instruction to destroy a stack frame;
5553 after you begin stepping through that group of instructions, local
5554 variable definitions may be gone.
5555
5556 This may also happen when the compiler does significant optimizations.
5557 To be sure of always seeing accurate values, turn off all optimization
5558 when compiling.
5559
5560 @cindex ``No symbol "foo" in current context''
5561 Another possible effect of compiler optimizations is to optimize
5562 unused variables out of existence, or assign variables to registers (as
5563 opposed to memory addresses).  Depending on the support for such cases
5564 offered by the debug info format used by the compiler, @value{GDBN}
5565 might not be able to display values for such local variables.  If that
5566 happens, @value{GDBN} will print a message like this:
5567
5568 @smallexample
5569 No symbol "foo" in current context.
5570 @end smallexample
5571
5572 To solve such problems, either recompile without optimizations, or use a
5573 different debug info format, if the compiler supports several such
5574 formats.  For example, @value{NGCC}, the @sc{gnu} C/C@t{++} compiler,
5575 usually supports the @option{-gstabs+} option.  @option{-gstabs+}
5576 produces debug info in a format that is superior to formats such as
5577 COFF.  You may be able to use DWARF 2 (@option{-gdwarf-2}), which is also
5578 an effective form for debug info.  @xref{Debugging Options,,Options
5579 for Debugging Your Program or @sc{gnu} CC, gcc.info, Using @sc{gnu} CC}.
5580 @xref{C, , Debugging C++}, for more info about debug info formats
5581 that are best suited to C@t{++} programs.
5582
5583 If you ask to print an object whose contents are unknown to
5584 @value{GDBN}, e.g., because its data type is not completely specified
5585 by the debug information, @value{GDBN} will say @samp{<incomplete
5586 type>}.  @xref{Symbols, incomplete type}, for more about this.
5587
5588 @node Arrays
5589 @section Artificial arrays
5590
5591 @cindex artificial array
5592 @cindex arrays
5593 @kindex @@@r{, referencing memory as an array}
5594 It is often useful to print out several successive objects of the
5595 same type in memory; a section of an array, or an array of
5596 dynamically determined size for which only a pointer exists in the
5597 program.
5598
5599 You can do this by referring to a contiguous span of memory as an
5600 @dfn{artificial array}, using the binary operator @samp{@@}.  The left
5601 operand of @samp{@@} should be the first element of the desired array
5602 and be an individual object.  The right operand should be the desired length
5603 of the array.  The result is an array value whose elements are all of
5604 the type of the left argument.  The first element is actually the left
5605 argument; the second element comes from bytes of memory immediately
5606 following those that hold the first element, and so on.  Here is an
5607 example.  If a program says
5608
5609 @smallexample
5610 int *array = (int *) malloc (len * sizeof (int));
5611 @end smallexample
5612
5613 @noindent
5614 you can print the contents of @code{array} with
5615
5616 @smallexample
5617 p *array@@len
5618 @end smallexample
5619
5620 The left operand of @samp{@@} must reside in memory.  Array values made
5621 with @samp{@@} in this way behave just like other arrays in terms of
5622 subscripting, and are coerced to pointers when used in expressions.
5623 Artificial arrays most often appear in expressions via the value history
5624 (@pxref{Value History, ,Value history}), after printing one out.
5625
5626 Another way to create an artificial array is to use a cast.
5627 This re-interprets a value as if it were an array.
5628 The value need not be in memory:
5629 @smallexample
5630 (@value{GDBP}) p/x (short[2])0x12345678
5631 $1 = @{0x1234, 0x5678@}
5632 @end smallexample
5633
5634 As a convenience, if you leave the array length out (as in
5635 @samp{(@var{type}[])@var{value}}) @value{GDBN} calculates the size to fill
5636 the value (as @samp{sizeof(@var{value})/sizeof(@var{type})}:
5637 @smallexample
5638 (@value{GDBP}) p/x (short[])0x12345678
5639 $2 = @{0x1234, 0x5678@}
5640 @end smallexample
5641
5642 Sometimes the artificial array mechanism is not quite enough; in
5643 moderately complex data structures, the elements of interest may not
5644 actually be adjacent---for example, if you are interested in the values
5645 of pointers in an array.  One useful work-around in this situation is
5646 to use a convenience variable (@pxref{Convenience Vars, ,Convenience
5647 variables}) as a counter in an expression that prints the first
5648 interesting value, and then repeat that expression via @key{RET}.  For
5649 instance, suppose you have an array @code{dtab} of pointers to
5650 structures, and you are interested in the values of a field @code{fv}
5651 in each structure.  Here is an example of what you might type:
5652
5653 @smallexample
5654 set $i = 0
5655 p dtab[$i++]->fv
5656 @key{RET}
5657 @key{RET}
5658 @dots{}
5659 @end smallexample
5660
5661 @node Output Formats
5662 @section Output formats
5663
5664 @cindex formatted output
5665 @cindex output formats
5666 By default, @value{GDBN} prints a value according to its data type.  Sometimes
5667 this is not what you want.  For example, you might want to print a number
5668 in hex, or a pointer in decimal.  Or you might want to view data in memory
5669 at a certain address as a character string or as an instruction.  To do
5670 these things, specify an @dfn{output format} when you print a value.
5671
5672 The simplest use of output formats is to say how to print a value
5673 already computed.  This is done by starting the arguments of the
5674 @code{print} command with a slash and a format letter.  The format
5675 letters supported are:
5676
5677 @table @code
5678 @item x
5679 Regard the bits of the value as an integer, and print the integer in
5680 hexadecimal.
5681
5682 @item d
5683 Print as integer in signed decimal.
5684
5685 @item u
5686 Print as integer in unsigned decimal.
5687
5688 @item o
5689 Print as integer in octal.
5690
5691 @item t
5692 Print as integer in binary.  The letter @samp{t} stands for ``two''.
5693 @footnote{@samp{b} cannot be used because these format letters are also
5694 used with the @code{x} command, where @samp{b} stands for ``byte'';
5695 see @ref{Memory,,Examining memory}.}
5696
5697 @item a
5698 @cindex unknown address, locating
5699 @cindex locate address
5700 Print as an address, both absolute in hexadecimal and as an offset from
5701 the nearest preceding symbol.  You can use this format used to discover
5702 where (in what function) an unknown address is located:
5703
5704 @smallexample
5705 (@value{GDBP}) p/a 0x54320
5706 $3 = 0x54320 <_initialize_vx+396>
5707 @end smallexample
5708
5709 @noindent
5710 The command @code{info symbol 0x54320} yields similar results.
5711 @xref{Symbols, info symbol}.
5712
5713 @item c
5714 Regard as an integer and print it as a character constant.  This
5715 prints both the numerical value and its character representation.  The
5716 character representation is replaced with the octal escape @samp{\nnn}
5717 for characters outside the 7-bit @sc{ascii} range.
5718
5719 @item f
5720 Regard the bits of the value as a floating point number and print
5721 using typical floating point syntax.
5722 @end table
5723
5724 For example, to print the program counter in hex (@pxref{Registers}), type
5725
5726 @smallexample
5727 p/x $pc
5728 @end smallexample
5729
5730 @noindent
5731 Note that no space is required before the slash; this is because command
5732 names in @value{GDBN} cannot contain a slash.
5733
5734 To reprint the last value in the value history with a different format,
5735 you can use the @code{print} command with just a format and no
5736 expression.  For example, @samp{p/x} reprints the last value in hex.
5737
5738 @node Memory
5739 @section Examining memory
5740
5741 You can use the command @code{x} (for ``examine'') to examine memory in
5742 any of several formats, independently of your program's data types.
5743
5744 @cindex examining memory
5745 @table @code
5746 @kindex x @r{(examine memory)}
5747 @item x/@var{nfu} @var{addr}
5748 @itemx x @var{addr}
5749 @itemx x
5750 Use the @code{x} command to examine memory.
5751 @end table
5752
5753 @var{n}, @var{f}, and @var{u} are all optional parameters that specify how
5754 much memory to display and how to format it; @var{addr} is an
5755 expression giving the address where you want to start displaying memory.
5756 If you use defaults for @var{nfu}, you need not type the slash @samp{/}.
5757 Several commands set convenient defaults for @var{addr}.
5758
5759 @table @r
5760 @item @var{n}, the repeat count
5761 The repeat count is a decimal integer; the default is 1.  It specifies
5762 how much memory (counting by units @var{u}) to display.
5763 @c This really is **decimal**; unaffected by 'set radix' as of GDB
5764 @c 4.1.2.
5765
5766 @item @var{f}, the display format
5767 The display format is one of the formats used by @code{print}
5768 (@samp{x}, @samp{d}, @samp{u}, @samp{o}, @samp{t}, @samp{a}, @samp{c},
5769 @samp{f}), and in addition @samp{s} (for null-terminated strings) and
5770 @samp{i} (for machine instructions).  The default is @samp{x}
5771 (hexadecimal) initially.  The default changes each time you use either
5772 @code{x} or @code{print}.
5773
5774 @item @var{u}, the unit size
5775 The unit size is any of
5776
5777 @table @code
5778 @item b
5779 Bytes.
5780 @item h
5781 Halfwords (two bytes).
5782 @item w
5783 Words (four bytes).  This is the initial default.
5784 @item g
5785 Giant words (eight bytes).
5786 @end table
5787
5788 Each time you specify a unit size with @code{x}, that size becomes the
5789 default unit the next time you use @code{x}.  (For the @samp{s} and
5790 @samp{i} formats, the unit size is ignored and is normally not written.)
5791
5792 @item @var{addr}, starting display address
5793 @var{addr} is the address where you want @value{GDBN} to begin displaying
5794 memory.  The expression need not have a pointer value (though it may);
5795 it is always interpreted as an integer address of a byte of memory.
5796 @xref{Expressions, ,Expressions}, for more information on expressions.  The default for
5797 @var{addr} is usually just after the last address examined---but several
5798 other commands also set the default address: @code{info breakpoints} (to
5799 the address of the last breakpoint listed), @code{info line} (to the
5800 starting address of a line), and @code{print} (if you use it to display
5801 a value from memory).
5802 @end table
5803
5804 For example, @samp{x/3uh 0x54320} is a request to display three halfwords
5805 (@code{h}) of memory, formatted as unsigned decimal integers (@samp{u}),
5806 starting at address @code{0x54320}.  @samp{x/4xw $sp} prints the four
5807 words (@samp{w}) of memory above the stack pointer (here, @samp{$sp};
5808 @pxref{Registers, ,Registers}) in hexadecimal (@samp{x}).
5809
5810 Since the letters indicating unit sizes are all distinct from the
5811 letters specifying output formats, you do not have to remember whether
5812 unit size or format comes first; either order works.  The output
5813 specifications @samp{4xw} and @samp{4wx} mean exactly the same thing.
5814 (However, the count @var{n} must come first; @samp{wx4} does not work.)
5815
5816 Even though the unit size @var{u} is ignored for the formats @samp{s}
5817 and @samp{i}, you might still want to use a count @var{n}; for example,
5818 @samp{3i} specifies that you want to see three machine instructions,
5819 including any operands.  The command @code{disassemble} gives an
5820 alternative way of inspecting machine instructions; see @ref{Machine
5821 Code,,Source and machine code}.
5822
5823 All the defaults for the arguments to @code{x} are designed to make it
5824 easy to continue scanning memory with minimal specifications each time
5825 you use @code{x}.  For example, after you have inspected three machine
5826 instructions with @samp{x/3i @var{addr}}, you can inspect the next seven
5827 with just @samp{x/7}.  If you use @key{RET} to repeat the @code{x} command,
5828 the repeat count @var{n} is used again; the other arguments default as
5829 for successive uses of @code{x}.
5830
5831 @cindex @code{$_}, @code{$__}, and value history
5832 The addresses and contents printed by the @code{x} command are not saved
5833 in the value history because there is often too much of them and they
5834 would get in the way.  Instead, @value{GDBN} makes these values available for
5835 subsequent use in expressions as values of the convenience variables
5836 @code{$_} and @code{$__}.  After an @code{x} command, the last address
5837 examined is available for use in expressions in the convenience variable
5838 @code{$_}.  The contents of that address, as examined, are available in
5839 the convenience variable @code{$__}.
5840
5841 If the @code{x} command has a repeat count, the address and contents saved
5842 are from the last memory unit printed; this is not the same as the last
5843 address printed if several units were printed on the last line of output.
5844
5845 @cindex remote memory comparison
5846 @cindex verify remote memory image
5847 When you are debugging a program running on a remote target machine
5848 (@pxref{Remote}), you may wish to verify the program's image in the
5849 remote machine's memory against the executable file you downloaded to
5850 the target.  The @code{compare-sections} command is provided for such
5851 situations.
5852
5853 @table @code
5854 @kindex compare-sections
5855 @item compare-sections @r{[}@var{section-name}@r{]}
5856 Compare the data of a loadable section @var{section-name} in the
5857 executable file of the program being debugged with the same section in
5858 the remote machine's memory, and report any mismatches.  With no
5859 arguments, compares all loadable sections.  This command's
5860 availability depends on the target's support for the @code{"qCRC"}
5861 remote request.
5862 @end table
5863
5864 @node Auto Display
5865 @section Automatic display
5866 @cindex automatic display
5867 @cindex display of expressions
5868
5869 If you find that you want to print the value of an expression frequently
5870 (to see how it changes), you might want to add it to the @dfn{automatic
5871 display list} so that @value{GDBN} prints its value each time your program stops.
5872 Each expression added to the list is given a number to identify it;
5873 to remove an expression from the list, you specify that number.
5874 The automatic display looks like this:
5875
5876 @smallexample
5877 2: foo = 38
5878 3: bar[5] = (struct hack *) 0x3804
5879 @end smallexample
5880
5881 @noindent
5882 This display shows item numbers, expressions and their current values.  As with
5883 displays you request manually using @code{x} or @code{print}, you can
5884 specify the output format you prefer; in fact, @code{display} decides
5885 whether to use @code{print} or @code{x} depending on how elaborate your
5886 format specification is---it uses @code{x} if you specify a unit size,
5887 or one of the two formats (@samp{i} and @samp{s}) that are only
5888 supported by @code{x}; otherwise it uses @code{print}.
5889
5890 @table @code
5891 @kindex display
5892 @item display @var{expr}
5893 Add the expression @var{expr} to the list of expressions to display
5894 each time your program stops.  @xref{Expressions, ,Expressions}.
5895
5896 @code{display} does not repeat if you press @key{RET} again after using it.
5897
5898 @item display/@var{fmt} @var{expr}
5899 For @var{fmt} specifying only a display format and not a size or
5900 count, add the expression @var{expr} to the auto-display list but
5901 arrange to display it each time in the specified format @var{fmt}.
5902 @xref{Output Formats,,Output formats}.
5903
5904 @item display/@var{fmt} @var{addr}
5905 For @var{fmt} @samp{i} or @samp{s}, or including a unit-size or a
5906 number of units, add the expression @var{addr} as a memory address to
5907 be examined each time your program stops.  Examining means in effect
5908 doing @samp{x/@var{fmt} @var{addr}}.  @xref{Memory, ,Examining memory}.
5909 @end table
5910
5911 For example, @samp{display/i $pc} can be helpful, to see the machine
5912 instruction about to be executed each time execution stops (@samp{$pc}
5913 is a common name for the program counter; @pxref{Registers, ,Registers}).
5914
5915 @table @code
5916 @kindex delete display
5917 @kindex undisplay
5918 @item undisplay @var{dnums}@dots{}
5919 @itemx delete display @var{dnums}@dots{}
5920 Remove item numbers @var{dnums} from the list of expressions to display.
5921
5922 @code{undisplay} does not repeat if you press @key{RET} after using it.
5923 (Otherwise you would just get the error @samp{No display number @dots{}}.)
5924
5925 @kindex disable display
5926 @item disable display @var{dnums}@dots{}
5927 Disable the display of item numbers @var{dnums}.  A disabled display
5928 item is not printed automatically, but is not forgotten.  It may be
5929 enabled again later.
5930
5931 @kindex enable display
5932 @item enable display @var{dnums}@dots{}
5933 Enable display of item numbers @var{dnums}.  It becomes effective once
5934 again in auto display of its expression, until you specify otherwise.
5935
5936 @item display
5937 Display the current values of the expressions on the list, just as is
5938 done when your program stops.
5939
5940 @kindex info display
5941 @item info display
5942 Print the list of expressions previously set up to display
5943 automatically, each one with its item number, but without showing the
5944 values.  This includes disabled expressions, which are marked as such.
5945 It also includes expressions which would not be displayed right now
5946 because they refer to automatic variables not currently available.
5947 @end table
5948
5949 @cindex display disabled out of scope
5950 If a display expression refers to local variables, then it does not make
5951 sense outside the lexical context for which it was set up.  Such an
5952 expression is disabled when execution enters a context where one of its
5953 variables is not defined.  For example, if you give the command
5954 @code{display last_char} while inside a function with an argument
5955 @code{last_char}, @value{GDBN} displays this argument while your program
5956 continues to stop inside that function.  When it stops elsewhere---where
5957 there is no variable @code{last_char}---the display is disabled
5958 automatically.  The next time your program stops where @code{last_char}
5959 is meaningful, you can enable the display expression once again.
5960
5961 @node Print Settings
5962 @section Print settings
5963
5964 @cindex format options
5965 @cindex print settings
5966 @value{GDBN} provides the following ways to control how arrays, structures,
5967 and symbols are printed.
5968
5969 @noindent
5970 These settings are useful for debugging programs in any language:
5971
5972 @table @code
5973 @kindex set print
5974 @item set print address
5975 @itemx set print address on
5976 @cindex print/don't print memory addresses
5977 @value{GDBN} prints memory addresses showing the location of stack
5978 traces, structure values, pointer values, breakpoints, and so forth,
5979 even when it also displays the contents of those addresses.  The default
5980 is @code{on}.  For example, this is what a stack frame display looks like with
5981 @code{set print address on}:
5982
5983 @smallexample
5984 @group
5985 (@value{GDBP}) f
5986 #0  set_quotes (lq=0x34c78 "<<", rq=0x34c88 ">>")
5987     at input.c:530
5988 530         if (lquote != def_lquote)
5989 @end group
5990 @end smallexample
5991
5992 @item set print address off
5993 Do not print addresses when displaying their contents.  For example,
5994 this is the same stack frame displayed with @code{set print address off}:
5995
5996 @smallexample
5997 @group
5998 (@value{GDBP}) set print addr off
5999 (@value{GDBP}) f
6000 #0  set_quotes (lq="<<", rq=">>") at input.c:530
6001 530         if (lquote != def_lquote)
6002 @end group
6003 @end smallexample
6004
6005 You can use @samp{set print address off} to eliminate all machine
6006 dependent displays from the @value{GDBN} interface.  For example, with
6007 @code{print address off}, you should get the same text for backtraces on
6008 all machines---whether or not they involve pointer arguments.
6009
6010 @kindex show print
6011 @item show print address
6012 Show whether or not addresses are to be printed.
6013 @end table
6014
6015 When @value{GDBN} prints a symbolic address, it normally prints the
6016 closest earlier symbol plus an offset.  If that symbol does not uniquely
6017 identify the address (for example, it is a name whose scope is a single
6018 source file), you may need to clarify.  One way to do this is with
6019 @code{info line}, for example @samp{info line *0x4537}.  Alternately,
6020 you can set @value{GDBN} to print the source file and line number when
6021 it prints a symbolic address:
6022
6023 @table @code
6024 @item set print symbol-filename on
6025 @cindex source file and line of a symbol
6026 @cindex symbol, source file and line
6027 Tell @value{GDBN} to print the source file name and line number of a
6028 symbol in the symbolic form of an address.
6029
6030 @item set print symbol-filename off
6031 Do not print source file name and line number of a symbol.  This is the
6032 default.
6033
6034 @item show print symbol-filename
6035 Show whether or not @value{GDBN} will print the source file name and
6036 line number of a symbol in the symbolic form of an address.
6037 @end table
6038
6039 Another situation where it is helpful to show symbol filenames and line
6040 numbers is when disassembling code; @value{GDBN} shows you the line
6041 number and source file that corresponds to each instruction.
6042
6043 Also, you may wish to see the symbolic form only if the address being
6044 printed is reasonably close to the closest earlier symbol:
6045
6046 @table @code
6047 @item set print max-symbolic-offset @var{max-offset}
6048 @cindex maximum value for offset of closest symbol
6049 Tell @value{GDBN} to only display the symbolic form of an address if the
6050 offset between the closest earlier symbol and the address is less than
6051 @var{max-offset}.  The default is 0, which tells @value{GDBN}
6052 to always print the symbolic form of an address if any symbol precedes it.
6053
6054 @item show print max-symbolic-offset
6055 Ask how large the maximum offset is that @value{GDBN} prints in a
6056 symbolic address.
6057 @end table
6058
6059 @cindex wild pointer, interpreting
6060 @cindex pointer, finding referent
6061 If you have a pointer and you are not sure where it points, try
6062 @samp{set print symbol-filename on}.  Then you can determine the name
6063 and source file location of the variable where it points, using
6064 @samp{p/a @var{pointer}}.  This interprets the address in symbolic form.
6065 For example, here @value{GDBN} shows that a variable @code{ptt} points
6066 at another variable @code{t}, defined in @file{hi2.c}:
6067
6068 @smallexample
6069 (@value{GDBP}) set print symbol-filename on
6070 (@value{GDBP}) p/a ptt
6071 $4 = 0xe008 <t in hi2.c>
6072 @end smallexample
6073
6074 @quotation
6075 @emph{Warning:} For pointers that point to a local variable, @samp{p/a}
6076 does not show the symbol name and filename of the referent, even with
6077 the appropriate @code{set print} options turned on.
6078 @end quotation
6079
6080 Other settings control how different kinds of objects are printed:
6081
6082 @table @code
6083 @item set print array
6084 @itemx set print array on
6085 @cindex pretty print arrays
6086 Pretty print arrays.  This format is more convenient to read,
6087 but uses more space.  The default is off.
6088
6089 @item set print array off
6090 Return to compressed format for arrays.
6091
6092 @item show print array
6093 Show whether compressed or pretty format is selected for displaying
6094 arrays.
6095
6096 @cindex print array indexes
6097 @item set print array-indexes
6098 @itemx set print array-indexes on
6099 Print the index of each element when displaying arrays.  May be more
6100 convenient to locate a given element in the array or quickly find the
6101 index of a given element in that printed array.  The default is off.
6102
6103 @item set print array-indexes off
6104 Stop printing element indexes when displaying arrays.
6105
6106 @item show print array-indexes
6107 Show whether the index of each element is printed when displaying
6108 arrays.
6109
6110 @item set print elements @var{number-of-elements}
6111 @cindex number of array elements to print
6112 @cindex limit on number of printed array elements
6113 Set a limit on how many elements of an array @value{GDBN} will print.
6114 If @value{GDBN} is printing a large array, it stops printing after it has
6115 printed the number of elements set by the @code{set print elements} command.
6116 This limit also applies to the display of strings.
6117 When @value{GDBN} starts, this limit is set to 200.
6118 Setting  @var{number-of-elements} to zero means that the printing is unlimited.
6119
6120 @item show print elements
6121 Display the number of elements of a large array that @value{GDBN} will print.
6122 If the number is 0, then the printing is unlimited.
6123
6124 @item set print repeats
6125 @cindex repeated array elements
6126 Set the threshold for suppressing display of repeated array
6127 elelments.  When the number of consecutive identical elements of an
6128 array exceeds the threshold, @value{GDBN} prints the string
6129 @code{"<repeats @var{n} times>"}, where @var{n} is the number of
6130 identical repetitions, instead of displaying the identical elements
6131 themselves.  Setting the threshold to zero will cause all elements to
6132 be individually printed.  The default threshold is 10.
6133
6134 @item show print repeats
6135 Display the current threshold for printing repeated identical
6136 elements.
6137
6138 @item set print null-stop
6139 @cindex @sc{null} elements in arrays
6140 Cause @value{GDBN} to stop printing the characters of an array when the first
6141 @sc{null} is encountered.  This is useful when large arrays actually
6142 contain only short strings.
6143 The default is off.
6144
6145 @item show print null-stop
6146 Show whether @value{GDBN} stops printing an array on the first
6147 @sc{null} character.
6148
6149 @item set print pretty on
6150 @cindex print structures in indented form
6151 @cindex indentation in structure display
6152 Cause @value{GDBN} to print structures in an indented format with one member
6153 per line, like this:
6154
6155 @smallexample
6156 @group
6157 $1 = @{
6158   next = 0x0,
6159   flags = @{
6160     sweet = 1,
6161     sour = 1
6162   @},
6163   meat = 0x54 "Pork"
6164 @}
6165 @end group
6166 @end smallexample
6167
6168 @item set print pretty off
6169 Cause @value{GDBN} to print structures in a compact format, like this:
6170
6171 @smallexample
6172 @group
6173 $1 = @{next = 0x0, flags = @{sweet = 1, sour = 1@}, \
6174 meat = 0x54 "Pork"@}
6175 @end group
6176 @end smallexample
6177
6178 @noindent
6179 This is the default format.
6180
6181 @item show print pretty
6182 Show which format @value{GDBN} is using to print structures.
6183
6184 @item set print sevenbit-strings on
6185 @cindex eight-bit characters in strings
6186 @cindex octal escapes in strings
6187 Print using only seven-bit characters; if this option is set,
6188 @value{GDBN} displays any eight-bit characters (in strings or
6189 character values) using the notation @code{\}@var{nnn}.  This setting is
6190 best if you are working in English (@sc{ascii}) and you use the
6191 high-order bit of characters as a marker or ``meta'' bit.
6192
6193 @item set print sevenbit-strings off
6194 Print full eight-bit characters.  This allows the use of more
6195 international character sets, and is the default.
6196
6197 @item show print sevenbit-strings
6198 Show whether or not @value{GDBN} is printing only seven-bit characters.
6199
6200 @item set print union on
6201 @cindex unions in structures, printing
6202 Tell @value{GDBN} to print unions which are contained in structures
6203 and other unions.  This is the default setting.
6204
6205 @item set print union off
6206 Tell @value{GDBN} not to print unions which are contained in
6207 structures and other unions.  @value{GDBN} will print @code{"@{...@}"}
6208 instead.
6209
6210 @item show print union
6211 Ask @value{GDBN} whether or not it will print unions which are contained in
6212 structures and other unions.
6213
6214 For example, given the declarations
6215
6216 @smallexample
6217 typedef enum @{Tree, Bug@} Species;
6218 typedef enum @{Big_tree, Acorn, Seedling@} Tree_forms;
6219 typedef enum @{Caterpillar, Cocoon, Butterfly@}
6220               Bug_forms;
6221
6222 struct thing @{
6223   Species it;
6224   union @{
6225     Tree_forms tree;
6226     Bug_forms bug;
6227   @} form;
6228 @};
6229
6230 struct thing foo = @{Tree, @{Acorn@}@};
6231 @end smallexample
6232
6233 @noindent
6234 with @code{set print union on} in effect @samp{p foo} would print
6235
6236 @smallexample
6237 $1 = @{it = Tree, form = @{tree = Acorn, bug = Cocoon@}@}
6238 @end smallexample
6239
6240 @noindent
6241 and with @code{set print union off} in effect it would print
6242
6243 @smallexample
6244 $1 = @{it = Tree, form = @{...@}@}
6245 @end smallexample
6246
6247 @noindent
6248 @code{set print union} affects programs written in C-like languages
6249 and in Pascal.
6250 @end table
6251
6252 @need 1000
6253 @noindent
6254 These settings are of interest when debugging C@t{++} programs:
6255
6256 @table @code
6257 @cindex demangling C@t{++} names
6258 @item set print demangle
6259 @itemx set print demangle on
6260 Print C@t{++} names in their source form rather than in the encoded
6261 (``mangled'') form passed to the assembler and linker for type-safe
6262 linkage.  The default is on.
6263
6264 @item show print demangle
6265 Show whether C@t{++} names are printed in mangled or demangled form.
6266
6267 @item set print asm-demangle
6268 @itemx set print asm-demangle on
6269 Print C@t{++} names in their source form rather than their mangled form, even
6270 in assembler code printouts such as instruction disassemblies.
6271 The default is off.
6272
6273 @item show print asm-demangle
6274 Show whether C@t{++} names in assembly listings are printed in mangled
6275 or demangled form.
6276
6277 @cindex C@t{++} symbol decoding style
6278 @cindex symbol decoding style, C@t{++}
6279 @kindex set demangle-style
6280 @item set demangle-style @var{style}
6281 Choose among several encoding schemes used by different compilers to
6282 represent C@t{++} names.  The choices for @var{style} are currently:
6283
6284 @table @code
6285 @item auto
6286 Allow @value{GDBN} to choose a decoding style by inspecting your program.
6287
6288 @item gnu
6289 Decode based on the @sc{gnu} C@t{++} compiler (@code{g++}) encoding algorithm.
6290 This is the default.
6291
6292 @item hp
6293 Decode based on the HP ANSI C@t{++} (@code{aCC}) encoding algorithm.
6294
6295 @item lucid
6296 Decode based on the Lucid C@t{++} compiler (@code{lcc}) encoding algorithm.
6297
6298 @item arm
6299 Decode using the algorithm in the @cite{C@t{++} Annotated Reference Manual}.
6300 @strong{Warning:} this setting alone is not sufficient to allow
6301 debugging @code{cfront}-generated executables.  @value{GDBN} would
6302 require further enhancement to permit that.
6303
6304 @end table
6305 If you omit @var{style}, you will see a list of possible formats.
6306
6307 @item show demangle-style
6308 Display the encoding style currently in use for decoding C@t{++} symbols.
6309
6310 @item set print object
6311 @itemx set print object on
6312 @cindex derived type of an object, printing
6313 @cindex display derived types
6314 When displaying a pointer to an object, identify the @emph{actual}
6315 (derived) type of the object rather than the @emph{declared} type, using
6316 the virtual function table.
6317
6318 @item set print object off
6319 Display only the declared type of objects, without reference to the
6320 virtual function table.  This is the default setting.
6321
6322 @item show print object
6323 Show whether actual, or declared, object types are displayed.
6324
6325 @item set print static-members
6326 @itemx set print static-members on
6327 @cindex static members of C@t{++} objects
6328 Print static members when displaying a C@t{++} object.  The default is on.
6329
6330 @item set print static-members off
6331 Do not print static members when displaying a C@t{++} object.
6332
6333 @item show print static-members
6334 Show whether C@t{++} static members are printed or not.
6335
6336 @item set print pascal_static-members
6337 @itemx set print pascal_static-members on
6338 @cindex static members of Pacal objects
6339 @cindex Pacal objects, static members display
6340 Print static members when displaying a Pascal object.  The default is on.
6341
6342 @item set print pascal_static-members off
6343 Do not print static members when displaying a Pascal object.
6344
6345 @item show print pascal_static-members
6346 Show whether Pascal static members are printed or not.
6347
6348 @c These don't work with HP ANSI C++ yet.
6349 @item set print vtbl
6350 @itemx set print vtbl on
6351 @cindex pretty print C@t{++} virtual function tables
6352 @cindex virtual functions (C@t{++}) display
6353 @cindex VTBL display
6354 Pretty print C@t{++} virtual function tables.  The default is off.
6355 (The @code{vtbl} commands do not work on programs compiled with the HP
6356 ANSI C@t{++} compiler (@code{aCC}).)
6357
6358 @item set print vtbl off
6359 Do not pretty print C@t{++} virtual function tables.
6360
6361 @item show print vtbl
6362 Show whether C@t{++} virtual function tables are pretty printed, or not.
6363 @end table
6364
6365 @node Value History
6366 @section Value history
6367
6368 @cindex value history
6369 @cindex history of values printed by @value{GDBN}
6370 Values printed by the @code{print} command are saved in the @value{GDBN}
6371 @dfn{value history}.  This allows you to refer to them in other expressions.
6372 Values are kept until the symbol table is re-read or discarded
6373 (for example with the @code{file} or @code{symbol-file} commands).
6374 When the symbol table changes, the value history is discarded,
6375 since the values may contain pointers back to the types defined in the
6376 symbol table.
6377
6378 @cindex @code{$}
6379 @cindex @code{$$}
6380 @cindex history number
6381 The values printed are given @dfn{history numbers} by which you can
6382 refer to them.  These are successive integers starting with one.
6383 @code{print} shows you the history number assigned to a value by
6384 printing @samp{$@var{num} = } before the value; here @var{num} is the
6385 history number.
6386
6387 To refer to any previous value, use @samp{$} followed by the value's
6388 history number.  The way @code{print} labels its output is designed to
6389 remind you of this.  Just @code{$} refers to the most recent value in
6390 the history, and @code{$$} refers to the value before that.
6391 @code{$$@var{n}} refers to the @var{n}th value from the end; @code{$$2}
6392 is the value just prior to @code{$$}, @code{$$1} is equivalent to
6393 @code{$$}, and @code{$$0} is equivalent to @code{$}.
6394
6395 For example, suppose you have just printed a pointer to a structure and
6396 want to see the contents of the structure.  It suffices to type
6397
6398 @smallexample
6399 p *$
6400 @end smallexample
6401
6402 If you have a chain of structures where the component @code{next} points
6403 to the next one, you can print the contents of the next one with this:
6404
6405 @smallexample
6406 p *$.next
6407 @end smallexample
6408
6409 @noindent
6410 You can print successive links in the chain by repeating this
6411 command---which you can do by just typing @key{RET}.
6412
6413 Note that the history records values, not expressions.  If the value of
6414 @code{x} is 4 and you type these commands:
6415
6416 @smallexample
6417 print x
6418 set x=5
6419 @end smallexample
6420
6421 @noindent
6422 then the value recorded in the value history by the @code{print} command
6423 remains 4 even though the value of @code{x} has changed.
6424
6425 @table @code
6426 @kindex show values
6427 @item show values
6428 Print the last ten values in the value history, with their item numbers.
6429 This is like @samp{p@ $$9} repeated ten times, except that @code{show
6430 values} does not change the history.
6431
6432 @item show values @var{n}
6433 Print ten history values centered on history item number @var{n}.
6434
6435 @item show values +
6436 Print ten history values just after the values last printed.  If no more
6437 values are available, @code{show values +} produces no display.
6438 @end table
6439
6440 Pressing @key{RET} to repeat @code{show values @var{n}} has exactly the
6441 same effect as @samp{show values +}.
6442
6443 @node Convenience Vars
6444 @section Convenience variables
6445
6446 @cindex convenience variables
6447 @cindex user-defined variables
6448 @value{GDBN} provides @dfn{convenience variables} that you can use within
6449 @value{GDBN} to hold on to a value and refer to it later.  These variables
6450 exist entirely within @value{GDBN}; they are not part of your program, and
6451 setting a convenience variable has no direct effect on further execution
6452 of your program.  That is why you can use them freely.
6453
6454 Convenience variables are prefixed with @samp{$}.  Any name preceded by
6455 @samp{$} can be used for a convenience variable, unless it is one of
6456 the predefined machine-specific register names (@pxref{Registers, ,Registers}).
6457 (Value history references, in contrast, are @emph{numbers} preceded
6458 by @samp{$}.  @xref{Value History, ,Value history}.)
6459
6460 You can save a value in a convenience variable with an assignment
6461 expression, just as you would set a variable in your program.
6462 For example:
6463
6464 @smallexample
6465 set $foo = *object_ptr
6466 @end smallexample
6467
6468 @noindent
6469 would save in @code{$foo} the value contained in the object pointed to by
6470 @code{object_ptr}.
6471
6472 Using a convenience variable for the first time creates it, but its
6473 value is @code{void} until you assign a new value.  You can alter the
6474 value with another assignment at any time.
6475
6476 Convenience variables have no fixed types.  You can assign a convenience
6477 variable any type of value, including structures and arrays, even if
6478 that variable already has a value of a different type.  The convenience
6479 variable, when used as an expression, has the type of its current value.
6480
6481 @table @code
6482 @kindex show convenience
6483 @cindex show all user variables
6484 @item show convenience
6485 Print a list of convenience variables used so far, and their values.
6486 Abbreviated @code{show conv}.
6487
6488 @kindex init-if-undefined
6489 @cindex convenience variables, initializing
6490 @item init-if-undefined $@var{variable} = @var{expression}
6491 Set a convenience variable if it has not already been set.  This is useful
6492 for user-defined commands that keep some state.  It is similar, in concept,
6493 to using local static variables with initializers in C (except that
6494 convenience variables are global).  It can also be used to allow users to
6495 override default values used in a command script.
6496
6497 If the variable is already defined then the expression is not evaluated so
6498 any side-effects do not occur.
6499 @end table
6500
6501 One of the ways to use a convenience variable is as a counter to be
6502 incremented or a pointer to be advanced.  For example, to print
6503 a field from successive elements of an array of structures:
6504
6505 @smallexample
6506 set $i = 0
6507 print bar[$i++]->contents
6508 @end smallexample
6509
6510 @noindent
6511 Repeat that command by typing @key{RET}.
6512
6513 Some convenience variables are created automatically by @value{GDBN} and given
6514 values likely to be useful.
6515
6516 @table @code
6517 @vindex $_@r{, convenience variable}
6518 @item $_
6519 The variable @code{$_} is automatically set by the @code{x} command to
6520 the last address examined (@pxref{Memory, ,Examining memory}).  Other
6521 commands which provide a default address for @code{x} to examine also
6522 set @code{$_} to that address; these commands include @code{info line}
6523 and @code{info breakpoint}.  The type of @code{$_} is @code{void *}
6524 except when set by the @code{x} command, in which case it is a pointer
6525 to the type of @code{$__}.
6526
6527 @vindex $__@r{, convenience variable}
6528 @item $__
6529 The variable @code{$__} is automatically set by the @code{x} command
6530 to the value found in the last address examined.  Its type is chosen
6531 to match the format in which the data was printed.
6532
6533 @item $_exitcode
6534 @vindex $_exitcode@r{, convenience variable}
6535 The variable @code{$_exitcode} is automatically set to the exit code when
6536 the program being debugged terminates.
6537 @end table
6538
6539 On HP-UX systems, if you refer to a function or variable name that
6540 begins with a dollar sign, @value{GDBN} searches for a user or system
6541 name first, before it searches for a convenience variable.
6542
6543 @node Registers
6544 @section Registers
6545
6546 @cindex registers
6547 You can refer to machine register contents, in expressions, as variables
6548 with names starting with @samp{$}.  The names of registers are different
6549 for each machine; use @code{info registers} to see the names used on
6550 your machine.
6551
6552 @table @code
6553 @kindex info registers
6554 @item info registers
6555 Print the names and values of all registers except floating-point
6556 and vector registers (in the selected stack frame).
6557
6558 @kindex info all-registers
6559 @cindex floating point registers
6560 @item info all-registers
6561 Print the names and values of all registers, including floating-point
6562 and vector registers (in the selected stack frame).
6563
6564 @item info registers @var{regname} @dots{}
6565 Print the @dfn{relativized} value of each specified register @var{regname}.
6566 As discussed in detail below, register values are normally relative to
6567 the selected stack frame.  @var{regname} may be any register name valid on
6568 the machine you are using, with or without the initial @samp{$}.
6569 @end table
6570
6571 @cindex stack pointer register
6572 @cindex program counter register
6573 @cindex process status register
6574 @cindex frame pointer register
6575 @cindex standard registers
6576 @value{GDBN} has four ``standard'' register names that are available (in
6577 expressions) on most machines---whenever they do not conflict with an
6578 architecture's canonical mnemonics for registers.  The register names
6579 @code{$pc} and @code{$sp} are used for the program counter register and
6580 the stack pointer.  @code{$fp} is used for a register that contains a
6581 pointer to the current stack frame, and @code{$ps} is used for a
6582 register that contains the processor status.  For example,
6583 you could print the program counter in hex with
6584
6585 @smallexample
6586 p/x $pc
6587 @end smallexample
6588
6589 @noindent
6590 or print the instruction to be executed next with
6591
6592 @smallexample
6593 x/i $pc
6594 @end smallexample
6595
6596 @noindent
6597 or add four to the stack pointer@footnote{This is a way of removing
6598 one word from the stack, on machines where stacks grow downward in
6599 memory (most machines, nowadays).  This assumes that the innermost
6600 stack frame is selected; setting @code{$sp} is not allowed when other
6601 stack frames are selected.  To pop entire frames off the stack,
6602 regardless of machine architecture, use @code{return};
6603 see @ref{Returning, ,Returning from a function}.} with
6604
6605 @smallexample
6606 set $sp += 4
6607 @end smallexample
6608
6609 Whenever possible, these four standard register names are available on
6610 your machine even though the machine has different canonical mnemonics,
6611 so long as there is no conflict.  The @code{info registers} command
6612 shows the canonical names.  For example, on the SPARC, @code{info
6613 registers} displays the processor status register as @code{$psr} but you
6614 can also refer to it as @code{$ps}; and on x86-based machines @code{$ps}
6615 is an alias for the @sc{eflags} register.
6616
6617 @value{GDBN} always considers the contents of an ordinary register as an
6618 integer when the register is examined in this way.  Some machines have
6619 special registers which can hold nothing but floating point; these
6620 registers are considered to have floating point values.  There is no way
6621 to refer to the contents of an ordinary register as floating point value
6622 (although you can @emph{print} it as a floating point value with
6623 @samp{print/f $@var{regname}}).
6624
6625 Some registers have distinct ``raw'' and ``virtual'' data formats.  This
6626 means that the data format in which the register contents are saved by
6627 the operating system is not the same one that your program normally
6628 sees.  For example, the registers of the 68881 floating point
6629 coprocessor are always saved in ``extended'' (raw) format, but all C
6630 programs expect to work with ``double'' (virtual) format.  In such
6631 cases, @value{GDBN} normally works with the virtual format only (the format
6632 that makes sense for your program), but the @code{info registers} command
6633 prints the data in both formats.
6634
6635 @cindex SSE registers (x86)
6636 @cindex MMX registers (x86)
6637 Some machines have special registers whose contents can be interpreted
6638 in several different ways.  For example, modern x86-based machines
6639 have SSE and MMX registers that can hold several values packed
6640 together in several different formats.  @value{GDBN} refers to such
6641 registers in @code{struct} notation:
6642
6643 @smallexample
6644 (@value{GDBP}) print $xmm1
6645 $1 = @{
6646   v4_float = @{0, 3.43859137e-038, 1.54142831e-044, 1.821688e-044@},
6647   v2_double = @{9.92129282474342e-303, 2.7585945287983262e-313@},
6648   v16_int8 = "\000\000\000\000\3706;\001\v\000\000\000\r\000\000",
6649   v8_int16 = @{0, 0, 14072, 315, 11, 0, 13, 0@},
6650   v4_int32 = @{0, 20657912, 11, 13@},
6651   v2_int64 = @{88725056443645952, 55834574859@},
6652   uint128 = 0x0000000d0000000b013b36f800000000
6653 @}
6654 @end smallexample
6655
6656 @noindent
6657 To set values of such registers, you need to tell @value{GDBN} which
6658 view of the register you wish to change, as if you were assigning
6659 value to a @code{struct} member:
6660
6661 @smallexample
6662  (@value{GDBP}) set $xmm1.uint128 = 0x000000000000000000000000FFFFFFFF
6663 @end smallexample
6664
6665 Normally, register values are relative to the selected stack frame
6666 (@pxref{Selection, ,Selecting a frame}).  This means that you get the
6667 value that the register would contain if all stack frames farther in
6668 were exited and their saved registers restored.  In order to see the
6669 true contents of hardware registers, you must select the innermost
6670 frame (with @samp{frame 0}).
6671
6672 However, @value{GDBN} must deduce where registers are saved, from the machine
6673 code generated by your compiler.  If some registers are not saved, or if
6674 @value{GDBN} is unable to locate the saved registers, the selected stack
6675 frame makes no difference.
6676
6677 @node Floating Point Hardware
6678 @section Floating point hardware
6679 @cindex floating point
6680
6681 Depending on the configuration, @value{GDBN} may be able to give
6682 you more information about the status of the floating point hardware.
6683
6684 @table @code
6685 @kindex info float
6686 @item info float
6687 Display hardware-dependent information about the floating
6688 point unit.  The exact contents and layout vary depending on the
6689 floating point chip.  Currently, @samp{info float} is supported on
6690 the ARM and x86 machines.
6691 @end table
6692
6693 @node Vector Unit
6694 @section Vector Unit
6695 @cindex vector unit
6696
6697 Depending on the configuration, @value{GDBN} may be able to give you
6698 more information about the status of the vector unit.
6699
6700 @table @code
6701 @kindex info vector
6702 @item info vector
6703 Display information about the vector unit.  The exact contents and
6704 layout vary depending on the hardware.
6705 @end table
6706
6707 @node OS Information
6708 @section Operating system auxiliary information
6709 @cindex OS information
6710
6711 @value{GDBN} provides interfaces to useful OS facilities that can help
6712 you debug your program.
6713
6714 @cindex @code{ptrace} system call
6715 @cindex @code{struct user} contents
6716 When @value{GDBN} runs on a @dfn{Posix system} (such as GNU or Unix
6717 machines), it interfaces with the inferior via the @code{ptrace}
6718 system call.  The operating system creates a special sata structure,
6719 called @code{struct user}, for this interface.  You can use the
6720 command @code{info udot} to display the contents of this data
6721 structure.
6722
6723 @table @code
6724 @item info udot
6725 @kindex info udot
6726 Display the contents of the @code{struct user} maintained by the OS
6727 kernel for the program being debugged.  @value{GDBN} displays the
6728 contents of @code{struct user} as a list of hex numbers, similar to
6729 the @code{examine} command.
6730 @end table
6731
6732 @cindex auxiliary vector
6733 @cindex vector, auxiliary
6734 Some operating systems supply an @dfn{auxiliary vector} to programs at
6735 startup.  This is akin to the arguments and environment that you
6736 specify for a program, but contains a system-dependent variety of
6737 binary values that tell system libraries important details about the
6738 hardware, operating system, and process.  Each value's purpose is
6739 identified by an integer tag; the meanings are well-known but system-specific.
6740 Depending on the configuration and operating system facilities,
6741 @value{GDBN} may be able to show you this information.  For remote
6742 targets, this functionality may further depend on the remote stub's
6743 support of the @samp{qXfer:auxv:read} packet, see
6744 @ref{qXfer auxiliary vector read}.
6745
6746 @table @code
6747 @kindex info auxv
6748 @item info auxv
6749 Display the auxiliary vector of the inferior, which can be either a
6750 live process or a core dump file.  @value{GDBN} prints each tag value
6751 numerically, and also shows names and text descriptions for recognized
6752 tags.  Some values in the vector are numbers, some bit masks, and some
6753 pointers to strings or other data.  @value{GDBN} displays each value in the
6754 most appropriate form for a recognized tag, and in hexadecimal for
6755 an unrecognized tag.
6756 @end table
6757
6758
6759 @node Memory Region Attributes
6760 @section Memory region attributes
6761 @cindex memory region attributes
6762
6763 @dfn{Memory region attributes} allow you to describe special handling
6764 required by regions of your target's memory.  @value{GDBN} uses
6765 attributes to determine whether to allow certain types of memory
6766 accesses; whether to use specific width accesses; and whether to cache
6767 target memory.  By default the description of memory regions is
6768 fetched from the target (if the current target supports this), but the
6769 user can override the fetched regions.
6770
6771 Defined memory regions can be individually enabled and disabled.  When a
6772 memory region is disabled, @value{GDBN} uses the default attributes when
6773 accessing memory in that region.  Similarly, if no memory regions have
6774 been defined, @value{GDBN} uses the default attributes when accessing
6775 all memory.
6776
6777 When a memory region is defined, it is given a number to identify it;
6778 to enable, disable, or remove a memory region, you specify that number.
6779
6780 @table @code
6781 @kindex mem
6782 @item mem @var{lower} @var{upper} @var{attributes}@dots{}
6783 Define a memory region bounded by @var{lower} and @var{upper} with
6784 attributes @var{attributes}@dots{}, and add it to the list of regions
6785 monitored by @value{GDBN}.  Note that @var{upper} == 0 is a special
6786 case: it is treated as the the target's maximum memory address.
6787 (0xffff on 16 bit targets, 0xffffffff on 32 bit targets, etc.)
6788
6789 @item mem auto
6790 Discard any user changes to the memory regions and use target-supplied
6791 regions, if available, or no regions if the target does not support.
6792
6793 @kindex delete mem
6794 @item delete mem @var{nums}@dots{}
6795 Remove memory regions @var{nums}@dots{} from the list of regions
6796 monitored by @value{GDBN}.
6797
6798 @kindex disable mem
6799 @item disable mem @var{nums}@dots{}
6800 Disable monitoring of memory regions @var{nums}@dots{}.
6801 A disabled memory region is not forgotten.
6802 It may be enabled again later.
6803
6804 @kindex enable mem
6805 @item enable mem @var{nums}@dots{}
6806 Enable monitoring of memory regions @var{nums}@dots{}.
6807
6808 @kindex info mem
6809 @item info mem
6810 Print a table of all defined memory regions, with the following columns
6811 for each region:
6812
6813 @table @emph
6814 @item Memory Region Number
6815 @item Enabled or Disabled.
6816 Enabled memory regions are marked with @samp{y}.
6817 Disabled memory regions are marked with @samp{n}.
6818
6819 @item Lo Address
6820 The address defining the inclusive lower bound of the memory region.
6821
6822 @item Hi Address
6823 The address defining the exclusive upper bound of the memory region.
6824
6825 @item Attributes
6826 The list of attributes set for this memory region.
6827 @end table
6828 @end table
6829
6830
6831 @subsection Attributes
6832
6833 @subsubsection Memory Access Mode
6834 The access mode attributes set whether @value{GDBN} may make read or
6835 write accesses to a memory region.
6836
6837 While these attributes prevent @value{GDBN} from performing invalid
6838 memory accesses, they do nothing to prevent the target system, I/O DMA,
6839 etc.@: from accessing memory.
6840
6841 @table @code
6842 @item ro
6843 Memory is read only.
6844 @item wo
6845 Memory is write only.
6846 @item rw
6847 Memory is read/write.  This is the default.
6848 @end table
6849
6850 @subsubsection Memory Access Size
6851 The acccess size attributes tells @value{GDBN} to use specific sized
6852 accesses in the memory region.  Often memory mapped device registers
6853 require specific sized accesses.  If no access size attribute is
6854 specified, @value{GDBN} may use accesses of any size.
6855
6856 @table @code
6857 @item 8
6858 Use 8 bit memory accesses.
6859 @item 16
6860 Use 16 bit memory accesses.
6861 @item 32
6862 Use 32 bit memory accesses.
6863 @item 64
6864 Use 64 bit memory accesses.
6865 @end table
6866
6867 @c @subsubsection Hardware/Software Breakpoints
6868 @c The hardware/software breakpoint attributes set whether @value{GDBN}
6869 @c will use hardware or software breakpoints for the internal breakpoints
6870 @c used by the step, next, finish, until, etc. commands.
6871 @c
6872 @c @table @code
6873 @c @item hwbreak
6874 @c Always use hardware breakpoints
6875 @c @item swbreak (default)
6876 @c @end table
6877
6878 @subsubsection Data Cache
6879 The data cache attributes set whether @value{GDBN} will cache target
6880 memory.  While this generally improves performance by reducing debug
6881 protocol overhead, it can lead to incorrect results because @value{GDBN}
6882 does not know about volatile variables or memory mapped device
6883 registers.
6884
6885 @table @code
6886 @item cache
6887 Enable @value{GDBN} to cache target memory.
6888 @item nocache
6889 Disable @value{GDBN} from caching target memory.  This is the default.
6890 @end table
6891
6892 @c @subsubsection Memory Write Verification
6893 @c The memory write verification attributes set whether @value{GDBN}
6894 @c will re-reads data after each write to verify the write was successful.
6895 @c
6896 @c @table @code
6897 @c @item verify
6898 @c @item noverify (default)
6899 @c @end table
6900
6901 @node Dump/Restore Files
6902 @section Copy between memory and a file
6903 @cindex dump/restore files
6904 @cindex append data to a file
6905 @cindex dump data to a file
6906 @cindex restore data from a file
6907
6908 You can use the commands @code{dump}, @code{append}, and
6909 @code{restore} to copy data between target memory and a file.  The
6910 @code{dump} and @code{append} commands write data to a file, and the
6911 @code{restore} command reads data from a file back into the inferior's
6912 memory.  Files may be in binary, Motorola S-record, Intel hex, or
6913 Tektronix Hex format; however, @value{GDBN} can only append to binary
6914 files.
6915
6916 @table @code
6917
6918 @kindex dump
6919 @item dump @r{[}@var{format}@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
6920 @itemx dump @r{[}@var{format}@r{]} value @var{filename} @var{expr}
6921 Dump the contents of memory from @var{start_addr} to @var{end_addr},
6922 or the value of @var{expr}, to @var{filename} in the given format.
6923
6924 The @var{format} parameter may be any one of:
6925 @table @code
6926 @item binary
6927 Raw binary form.
6928 @item ihex
6929 Intel hex format.
6930 @item srec
6931 Motorola S-record format.
6932 @item tekhex
6933 Tektronix Hex format.
6934 @end table
6935
6936 @value{GDBN} uses the same definitions of these formats as the
6937 @sc{gnu} binary utilities, like @samp{objdump} and @samp{objcopy}.  If
6938 @var{format} is omitted, @value{GDBN} dumps the data in raw binary
6939 form.
6940
6941 @kindex append
6942 @item append @r{[}binary@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
6943 @itemx append @r{[}binary@r{]} value @var{filename} @var{expr}
6944 Append the contents of memory from @var{start_addr} to @var{end_addr},
6945 or the value of @var{expr}, to the file @var{filename}, in raw binary form.
6946 (@value{GDBN} can only append data to files in raw binary form.)
6947
6948 @kindex restore
6949 @item restore @var{filename} @r{[}binary@r{]} @var{bias} @var{start} @var{end}
6950 Restore the contents of file @var{filename} into memory.  The
6951 @code{restore} command can automatically recognize any known @sc{bfd}
6952 file format, except for raw binary.  To restore a raw binary file you
6953 must specify the optional keyword @code{binary} after the filename.
6954
6955 If @var{bias} is non-zero, its value will be added to the addresses
6956 contained in the file.  Binary files always start at address zero, so
6957 they will be restored at address @var{bias}.  Other bfd files have
6958 a built-in location; they will be restored at offset @var{bias}
6959 from that location.
6960
6961 If @var{start} and/or @var{end} are non-zero, then only data between
6962 file offset @var{start} and file offset @var{end} will be restored.
6963 These offsets are relative to the addresses in the file, before
6964 the @var{bias} argument is applied.
6965
6966 @end table
6967
6968 @node Core File Generation
6969 @section How to Produce a Core File from Your Program
6970 @cindex dump core from inferior
6971
6972 A @dfn{core file} or @dfn{core dump} is a file that records the memory
6973 image of a running process and its process status (register values
6974 etc.).  Its primary use is post-mortem debugging of a program that
6975 crashed while it ran outside a debugger.  A program that crashes
6976 automatically produces a core file, unless this feature is disabled by
6977 the user.  @xref{Files}, for information on invoking @value{GDBN} in
6978 the post-mortem debugging mode.
6979
6980 Occasionally, you may wish to produce a core file of the program you
6981 are debugging in order to preserve a snapshot of its state.
6982 @value{GDBN} has a special command for that.
6983
6984 @table @code
6985 @kindex gcore
6986 @kindex generate-core-file
6987 @item generate-core-file [@var{file}]
6988 @itemx gcore [@var{file}]
6989 Produce a core dump of the inferior process.  The optional argument
6990 @var{file} specifies the file name where to put the core dump.  If not
6991 specified, the file name defaults to @file{core.@var{pid}}, where
6992 @var{pid} is the inferior process ID.
6993
6994 Note that this command is implemented only for some systems (as of
6995 this writing, @sc{gnu}/Linux, FreeBSD, Solaris, Unixware, and S390).
6996 @end table
6997
6998 @node Character Sets
6999 @section Character Sets
7000 @cindex character sets
7001 @cindex charset
7002 @cindex translating between character sets
7003 @cindex host character set
7004 @cindex target character set
7005
7006 If the program you are debugging uses a different character set to
7007 represent characters and strings than the one @value{GDBN} uses itself,
7008 @value{GDBN} can automatically translate between the character sets for
7009 you.  The character set @value{GDBN} uses we call the @dfn{host
7010 character set}; the one the inferior program uses we call the
7011 @dfn{target character set}.
7012
7013 For example, if you are running @value{GDBN} on a @sc{gnu}/Linux system, which
7014 uses the ISO Latin 1 character set, but you are using @value{GDBN}'s
7015 remote protocol (@pxref{Remote,Remote Debugging}) to debug a program
7016 running on an IBM mainframe, which uses the @sc{ebcdic} character set,
7017 then the host character set is Latin-1, and the target character set is
7018 @sc{ebcdic}.  If you give @value{GDBN} the command @code{set
7019 target-charset EBCDIC-US}, then @value{GDBN} translates between
7020 @sc{ebcdic} and Latin 1 as you print character or string values, or use
7021 character and string literals in expressions.
7022
7023 @value{GDBN} has no way to automatically recognize which character set
7024 the inferior program uses; you must tell it, using the @code{set
7025 target-charset} command, described below.
7026
7027 Here are the commands for controlling @value{GDBN}'s character set
7028 support:
7029
7030 @table @code
7031 @item set target-charset @var{charset}
7032 @kindex set target-charset
7033 Set the current target character set to @var{charset}.  We list the
7034 character set names @value{GDBN} recognizes below, but if you type
7035 @code{set target-charset} followed by @key{TAB}@key{TAB}, @value{GDBN} will
7036 list the target character sets it supports.
7037 @end table
7038
7039 @table @code
7040 @item set host-charset @var{charset}
7041 @kindex set host-charset
7042 Set the current host character set to @var{charset}.
7043
7044 By default, @value{GDBN} uses a host character set appropriate to the
7045 system it is running on; you can override that default using the
7046 @code{set host-charset} command.
7047
7048 @value{GDBN} can only use certain character sets as its host character
7049 set.  We list the character set names @value{GDBN} recognizes below, and
7050 indicate which can be host character sets, but if you type
7051 @code{set target-charset} followed by @key{TAB}@key{TAB}, @value{GDBN} will
7052 list the host character sets it supports.
7053
7054 @item set charset @var{charset}
7055 @kindex set charset
7056 Set the current host and target character sets to @var{charset}.  As
7057 above, if you type @code{set charset} followed by @key{TAB}@key{TAB},
7058 @value{GDBN} will list the name of the character sets that can be used
7059 for both host and target.
7060
7061
7062 @item show charset
7063 @kindex show charset
7064 Show the names of the current host and target charsets.
7065
7066 @itemx show host-charset
7067 @kindex show host-charset
7068 Show the name of the current host charset.
7069
7070 @itemx show target-charset
7071 @kindex show target-charset
7072 Show the name of the current target charset.
7073
7074 @end table
7075
7076 @value{GDBN} currently includes support for the following character
7077 sets:
7078
7079 @table @code
7080
7081 @item ASCII
7082 @cindex ASCII character set
7083 Seven-bit U.S. @sc{ascii}.  @value{GDBN} can use this as its host
7084 character set.
7085
7086 @item ISO-8859-1
7087 @cindex ISO 8859-1 character set
7088 @cindex ISO Latin 1 character set
7089 The ISO Latin 1 character set.  This extends @sc{ascii} with accented
7090 characters needed for French, German, and Spanish.  @value{GDBN} can use
7091 this as its host character set.
7092
7093 @item EBCDIC-US
7094 @itemx IBM1047
7095 @cindex EBCDIC character set
7096 @cindex IBM1047 character set
7097 Variants of the @sc{ebcdic} character set, used on some of IBM's
7098 mainframe operating systems.  (@sc{gnu}/Linux on the S/390 uses U.S. @sc{ascii}.)
7099 @value{GDBN} cannot use these as its host character set.
7100
7101 @end table
7102
7103 Note that these are all single-byte character sets.  More work inside
7104 GDB is needed to support multi-byte or variable-width character
7105 encodings, like the UTF-8 and UCS-2 encodings of Unicode.
7106
7107 Here is an example of @value{GDBN}'s character set support in action.
7108 Assume that the following source code has been placed in the file
7109 @file{charset-test.c}:
7110
7111 @smallexample
7112 #include <stdio.h>
7113
7114 char ascii_hello[]
7115   = @{72, 101, 108, 108, 111, 44, 32, 119,
7116      111, 114, 108, 100, 33, 10, 0@};
7117 char ibm1047_hello[]
7118   = @{200, 133, 147, 147, 150, 107, 64, 166,
7119      150, 153, 147, 132, 90, 37, 0@};
7120
7121 main ()
7122 @{
7123   printf ("Hello, world!\n");
7124 @}
7125 @end smallexample
7126
7127 In this program, @code{ascii_hello} and @code{ibm1047_hello} are arrays
7128 containing the string @samp{Hello, world!} followed by a newline,
7129 encoded in the @sc{ascii} and @sc{ibm1047} character sets.
7130
7131 We compile the program, and invoke the debugger on it:
7132
7133 @smallexample
7134 $ gcc -g charset-test.c -o charset-test
7135 $ gdb -nw charset-test
7136 GNU gdb 2001-12-19-cvs
7137 Copyright 2001 Free Software Foundation, Inc.
7138 @dots{}
7139 (@value{GDBP})
7140 @end smallexample
7141
7142 We can use the @code{show charset} command to see what character sets
7143 @value{GDBN} is currently using to interpret and display characters and
7144 strings:
7145
7146 @smallexample
7147 (@value{GDBP}) show charset
7148 The current host and target character set is `ISO-8859-1'.
7149 (@value{GDBP})
7150 @end smallexample
7151
7152 For the sake of printing this manual, let's use @sc{ascii} as our
7153 initial character set:
7154 @smallexample
7155 (@value{GDBP}) set charset ASCII
7156 (@value{GDBP}) show charset
7157 The current host and target character set is `ASCII'.
7158 (@value{GDBP})
7159 @end smallexample
7160
7161 Let's assume that @sc{ascii} is indeed the correct character set for our
7162 host system --- in other words, let's assume that if @value{GDBN} prints
7163 characters using the @sc{ascii} character set, our terminal will display
7164 them properly.  Since our current target character set is also
7165 @sc{ascii}, the contents of @code{ascii_hello} print legibly:
7166
7167 @smallexample
7168 (@value{GDBP}) print ascii_hello
7169 $1 = 0x401698 "Hello, world!\n"
7170 (@value{GDBP}) print ascii_hello[0]
7171 $2 = 72 'H'
7172 (@value{GDBP})
7173 @end smallexample
7174
7175 @value{GDBN} uses the target character set for character and string
7176 literals you use in expressions:
7177
7178 @smallexample
7179 (@value{GDBP}) print '+'
7180 $3 = 43 '+'
7181 (@value{GDBP})
7182 @end smallexample
7183
7184 The @sc{ascii} character set uses the number 43 to encode the @samp{+}
7185 character.
7186
7187 @value{GDBN} relies on the user to tell it which character set the
7188 target program uses.  If we print @code{ibm1047_hello} while our target
7189 character set is still @sc{ascii}, we get jibberish:
7190
7191 @smallexample
7192 (@value{GDBP}) print ibm1047_hello
7193 $4 = 0x4016a8 "\310\205\223\223\226k@@\246\226\231\223\204Z%"
7194 (@value{GDBP}) print ibm1047_hello[0]
7195 $5 = 200 '\310'
7196 (@value{GDBP})
7197 @end smallexample
7198
7199 If we invoke the @code{set target-charset} followed by @key{TAB}@key{TAB},
7200 @value{GDBN} tells us the character sets it supports:
7201
7202 @smallexample
7203 (@value{GDBP}) set target-charset
7204 ASCII       EBCDIC-US   IBM1047     ISO-8859-1
7205 (@value{GDBP}) set target-charset
7206 @end smallexample
7207
7208 We can select @sc{ibm1047} as our target character set, and examine the
7209 program's strings again.  Now the @sc{ascii} string is wrong, but
7210 @value{GDBN} translates the contents of @code{ibm1047_hello} from the
7211 target character set, @sc{ibm1047}, to the host character set,
7212 @sc{ascii}, and they display correctly:
7213
7214 @smallexample
7215 (@value{GDBP}) set target-charset IBM1047
7216 (@value{GDBP}) show charset
7217 The current host character set is `ASCII'.
7218 The current target character set is `IBM1047'.
7219 (@value{GDBP}) print ascii_hello
7220 $6 = 0x401698 "\110\145%%?\054\040\167?\162%\144\041\012"
7221 (@value{GDBP}) print ascii_hello[0]
7222 $7 = 72 '\110'
7223 (@value{GDBP}) print ibm1047_hello
7224 $8 = 0x4016a8 "Hello, world!\n"
7225 (@value{GDBP}) print ibm1047_hello[0]
7226 $9 = 200 'H'
7227 (@value{GDBP})
7228 @end smallexample
7229
7230 As above, @value{GDBN} uses the target character set for character and
7231 string literals you use in expressions:
7232
7233 @smallexample
7234 (@value{GDBP}) print '+'
7235 $10 = 78 '+'
7236 (@value{GDBP})
7237 @end smallexample
7238
7239 The @sc{ibm1047} character set uses the number 78 to encode the @samp{+}
7240 character.
7241
7242 @node Caching Remote Data
7243 @section Caching Data of Remote Targets
7244 @cindex caching data of remote targets
7245
7246 @value{GDBN} can cache data exchanged between the debugger and a
7247 remote target (@pxref{Remote}).  Such caching generally improves
7248 performance, because it reduces the overhead of the remote protocol by
7249 bundling memory reads and writes into large chunks.  Unfortunately,
7250 @value{GDBN} does not currently know anything about volatile
7251 registers, and thus data caching will produce incorrect results when
7252 volatile registers are in use.
7253
7254 @table @code
7255 @kindex set remotecache
7256 @item set remotecache on
7257 @itemx set remotecache off
7258 Set caching state for remote targets.  When @code{ON}, use data
7259 caching.  By default, this option is @code{OFF}.
7260
7261 @kindex show remotecache
7262 @item show remotecache
7263 Show the current state of data caching for remote targets.
7264
7265 @kindex info dcache
7266 @item info dcache
7267 Print the information about the data cache performance.  The
7268 information displayed includes: the dcache width and depth; and for
7269 each cache line, how many times it was referenced, and its data and
7270 state (dirty, bad, ok, etc.).  This command is useful for debugging
7271 the data cache operation.
7272 @end table
7273
7274
7275 @node Macros
7276 @chapter C Preprocessor Macros
7277
7278 Some languages, such as C and C@t{++}, provide a way to define and invoke
7279 ``preprocessor macros'' which expand into strings of tokens.
7280 @value{GDBN} can evaluate expressions containing macro invocations, show
7281 the result of macro expansion, and show a macro's definition, including
7282 where it was defined.
7283
7284 You may need to compile your program specially to provide @value{GDBN}
7285 with information about preprocessor macros.  Most compilers do not
7286 include macros in their debugging information, even when you compile
7287 with the @option{-g} flag.  @xref{Compilation}.
7288
7289 A program may define a macro at one point, remove that definition later,
7290 and then provide a different definition after that.  Thus, at different
7291 points in the program, a macro may have different definitions, or have
7292 no definition at all.  If there is a current stack frame, @value{GDBN}
7293 uses the macros in scope at that frame's source code line.  Otherwise,
7294 @value{GDBN} uses the macros in scope at the current listing location;
7295 see @ref{List}.
7296
7297 At the moment, @value{GDBN} does not support the @code{##}
7298 token-splicing operator, the @code{#} stringification operator, or
7299 variable-arity macros.
7300
7301 Whenever @value{GDBN} evaluates an expression, it always expands any
7302 macro invocations present in the expression.  @value{GDBN} also provides
7303 the following commands for working with macros explicitly.
7304
7305 @table @code
7306
7307 @kindex macro expand
7308 @cindex macro expansion, showing the results of preprocessor
7309 @cindex preprocessor macro expansion, showing the results of
7310 @cindex expanding preprocessor macros
7311 @item macro expand @var{expression}
7312 @itemx macro exp @var{expression}
7313 Show the results of expanding all preprocessor macro invocations in
7314 @var{expression}.  Since @value{GDBN} simply expands macros, but does
7315 not parse the result, @var{expression} need not be a valid expression;
7316 it can be any string of tokens.
7317
7318 @kindex macro exp1
7319 @item macro expand-once @var{expression}
7320 @itemx macro exp1 @var{expression}
7321 @cindex expand macro once
7322 @i{(This command is not yet implemented.)}  Show the results of
7323 expanding those preprocessor macro invocations that appear explicitly in
7324 @var{expression}.  Macro invocations appearing in that expansion are
7325 left unchanged.  This command allows you to see the effect of a
7326 particular macro more clearly, without being confused by further
7327 expansions.  Since @value{GDBN} simply expands macros, but does not
7328 parse the result, @var{expression} need not be a valid expression; it
7329 can be any string of tokens.
7330
7331 @kindex info macro
7332 @cindex macro definition, showing
7333 @cindex definition, showing a macro's
7334 @item info macro @var{macro}
7335 Show the definition of the macro named @var{macro}, and describe the
7336 source location where that definition was established.
7337
7338 @kindex macro define
7339 @cindex user-defined macros
7340 @cindex defining macros interactively
7341 @cindex macros, user-defined
7342 @item macro define @var{macro} @var{replacement-list}
7343 @itemx macro define @var{macro}(@var{arglist}) @var{replacement-list}
7344 @i{(This command is not yet implemented.)}  Introduce a definition for a
7345 preprocessor macro named @var{macro}, invocations of which are replaced
7346 by the tokens given in @var{replacement-list}.  The first form of this
7347 command defines an ``object-like'' macro, which takes no arguments; the
7348 second form defines a ``function-like'' macro, which takes the arguments
7349 given in @var{arglist}.
7350
7351 A definition introduced by this command is in scope in every expression
7352 evaluated in @value{GDBN}, until it is removed with the @command{macro
7353 undef} command, described below.  The definition overrides all
7354 definitions for @var{macro} present in the program being debugged, as
7355 well as any previous user-supplied definition.
7356
7357 @kindex macro undef
7358 @item macro undef @var{macro}
7359 @i{(This command is not yet implemented.)}  Remove any user-supplied
7360 definition for the macro named @var{macro}.  This command only affects
7361 definitions provided with the @command{macro define} command, described
7362 above; it cannot remove definitions present in the program being
7363 debugged.
7364
7365 @kindex macro list
7366 @item macro list
7367 @i{(This command is not yet implemented.)}  List all the macros
7368 defined using the @code{macro define} command.
7369 @end table
7370
7371 @cindex macros, example of debugging with
7372 Here is a transcript showing the above commands in action.  First, we
7373 show our source files:
7374
7375 @smallexample
7376 $ cat sample.c
7377 #include <stdio.h>
7378 #include "sample.h"
7379
7380 #define M 42
7381 #define ADD(x) (M + x)
7382
7383 main ()
7384 @{
7385 #define N 28
7386   printf ("Hello, world!\n");
7387 #undef N
7388   printf ("We're so creative.\n");
7389 #define N 1729
7390   printf ("Goodbye, world!\n");
7391 @}
7392 $ cat sample.h
7393 #define Q <
7394 $
7395 @end smallexample
7396
7397 Now, we compile the program using the @sc{gnu} C compiler, @value{NGCC}.
7398 We pass the @option{-gdwarf-2} and @option{-g3} flags to ensure the
7399 compiler includes information about preprocessor macros in the debugging
7400 information.
7401
7402 @smallexample
7403 $ gcc -gdwarf-2 -g3 sample.c -o sample
7404 $
7405 @end smallexample
7406
7407 Now, we start @value{GDBN} on our sample program:
7408
7409 @smallexample
7410 $ gdb -nw sample
7411 GNU gdb 2002-05-06-cvs
7412 Copyright 2002 Free Software Foundation, Inc.
7413 GDB is free software, @dots{}
7414 (@value{GDBP})
7415 @end smallexample
7416
7417 We can expand macros and examine their definitions, even when the
7418 program is not running.  @value{GDBN} uses the current listing position
7419 to decide which macro definitions are in scope:
7420
7421 @smallexample
7422 (@value{GDBP}) list main
7423 3
7424 4       #define M 42
7425 5       #define ADD(x) (M + x)
7426 6
7427 7       main ()
7428 8       @{
7429 9       #define N 28
7430 10        printf ("Hello, world!\n");
7431 11      #undef N
7432 12        printf ("We're so creative.\n");
7433 (@value{GDBP}) info macro ADD
7434 Defined at /home/jimb/gdb/macros/play/sample.c:5
7435 #define ADD(x) (M + x)
7436 (@value{GDBP}) info macro Q
7437 Defined at /home/jimb/gdb/macros/play/sample.h:1
7438   included at /home/jimb/gdb/macros/play/sample.c:2
7439 #define Q <
7440 (@value{GDBP}) macro expand ADD(1)
7441 expands to: (42 + 1)
7442 (@value{GDBP}) macro expand-once ADD(1)
7443 expands to: once (M + 1)
7444 (@value{GDBP})
7445 @end smallexample
7446
7447 In the example above, note that @command{macro expand-once} expands only
7448 the macro invocation explicit in the original text --- the invocation of
7449 @code{ADD} --- but does not expand the invocation of the macro @code{M},
7450 which was introduced by @code{ADD}.
7451
7452 Once the program is running, GDB uses the macro definitions in force at
7453 the source line of the current stack frame:
7454
7455 @smallexample
7456 (@value{GDBP}) break main
7457 Breakpoint 1 at 0x8048370: file sample.c, line 10.
7458 (@value{GDBP}) run
7459 Starting program: /home/jimb/gdb/macros/play/sample
7460
7461 Breakpoint 1, main () at sample.c:10
7462 10        printf ("Hello, world!\n");
7463 (@value{GDBP})
7464 @end smallexample
7465
7466 At line 10, the definition of the macro @code{N} at line 9 is in force:
7467
7468 @smallexample
7469 (@value{GDBP}) info macro N
7470 Defined at /home/jimb/gdb/macros/play/sample.c:9
7471 #define N 28
7472 (@value{GDBP}) macro expand N Q M
7473 expands to: 28 < 42
7474 (@value{GDBP}) print N Q M
7475 $1 = 1
7476 (@value{GDBP})
7477 @end smallexample
7478
7479 As we step over directives that remove @code{N}'s definition, and then
7480 give it a new definition, @value{GDBN} finds the definition (or lack
7481 thereof) in force at each point:
7482
7483 @smallexample
7484 (@value{GDBP}) next
7485 Hello, world!
7486 12        printf ("We're so creative.\n");
7487 (@value{GDBP}) info macro N
7488 The symbol `N' has no definition as a C/C++ preprocessor macro
7489 at /home/jimb/gdb/macros/play/sample.c:12
7490 (@value{GDBP}) next
7491 We're so creative.
7492 14        printf ("Goodbye, world!\n");
7493 (@value{GDBP}) info macro N
7494 Defined at /home/jimb/gdb/macros/play/sample.c:13
7495 #define N 1729
7496 (@value{GDBP}) macro expand N Q M
7497 expands to: 1729 < 42
7498 (@value{GDBP}) print N Q M
7499 $2 = 0
7500 (@value{GDBP})
7501 @end smallexample
7502
7503
7504 @node Tracepoints
7505 @chapter Tracepoints
7506 @c This chapter is based on the documentation written by Michael
7507 @c Snyder, David Taylor, Jim Blandy, and Elena Zannoni.
7508
7509 @cindex tracepoints
7510 In some applications, it is not feasible for the debugger to interrupt
7511 the program's execution long enough for the developer to learn
7512 anything helpful about its behavior.  If the program's correctness
7513 depends on its real-time behavior, delays introduced by a debugger
7514 might cause the program to change its behavior drastically, or perhaps
7515 fail, even when the code itself is correct.  It is useful to be able
7516 to observe the program's behavior without interrupting it.
7517
7518 Using @value{GDBN}'s @code{trace} and @code{collect} commands, you can
7519 specify locations in the program, called @dfn{tracepoints}, and
7520 arbitrary expressions to evaluate when those tracepoints are reached.
7521 Later, using the @code{tfind} command, you can examine the values
7522 those expressions had when the program hit the tracepoints.  The
7523 expressions may also denote objects in memory---structures or arrays,
7524 for example---whose values @value{GDBN} should record; while visiting
7525 a particular tracepoint, you may inspect those objects as if they were
7526 in memory at that moment.  However, because @value{GDBN} records these
7527 values without interacting with you, it can do so quickly and
7528 unobtrusively, hopefully not disturbing the program's behavior.
7529
7530 The tracepoint facility is currently available only for remote
7531 targets.  @xref{Targets}.  In addition, your remote target must know
7532 how to collect trace data.  This functionality is implemented in the
7533 remote stub; however, none of the stubs distributed with @value{GDBN}
7534 support tracepoints as of this writing.  The format of the remote
7535 packets used to implement tracepoints are described in @ref{Tracepoint
7536 Packets}.
7537
7538 This chapter describes the tracepoint commands and features.
7539
7540 @menu
7541 * Set Tracepoints::
7542 * Analyze Collected Data::
7543 * Tracepoint Variables::
7544 @end menu
7545
7546 @node Set Tracepoints
7547 @section Commands to Set Tracepoints
7548
7549 Before running such a @dfn{trace experiment}, an arbitrary number of
7550 tracepoints can be set.  Like a breakpoint (@pxref{Set Breaks}), a
7551 tracepoint has a number assigned to it by @value{GDBN}.  Like with
7552 breakpoints, tracepoint numbers are successive integers starting from
7553 one.  Many of the commands associated with tracepoints take the
7554 tracepoint number as their argument, to identify which tracepoint to
7555 work on.
7556
7557 For each tracepoint, you can specify, in advance, some arbitrary set
7558 of data that you want the target to collect in the trace buffer when
7559 it hits that tracepoint.  The collected data can include registers,
7560 local variables, or global data.  Later, you can use @value{GDBN}
7561 commands to examine the values these data had at the time the
7562 tracepoint was hit.
7563
7564 This section describes commands to set tracepoints and associated
7565 conditions and actions.
7566
7567 @menu
7568 * Create and Delete Tracepoints::
7569 * Enable and Disable Tracepoints::
7570 * Tracepoint Passcounts::
7571 * Tracepoint Actions::
7572 * Listing Tracepoints::
7573 * Starting and Stopping Trace Experiment::
7574 @end menu
7575
7576 @node Create and Delete Tracepoints
7577 @subsection Create and Delete Tracepoints
7578
7579 @table @code
7580 @cindex set tracepoint
7581 @kindex trace
7582 @item trace
7583 The @code{trace} command is very similar to the @code{break} command.
7584 Its argument can be a source line, a function name, or an address in
7585 the target program.  @xref{Set Breaks}.  The @code{trace} command
7586 defines a tracepoint, which is a point in the target program where the
7587 debugger will briefly stop, collect some data, and then allow the
7588 program to continue.  Setting a tracepoint or changing its commands
7589 doesn't take effect until the next @code{tstart} command; thus, you
7590 cannot change the tracepoint attributes once a trace experiment is
7591 running.
7592
7593 Here are some examples of using the @code{trace} command:
7594
7595 @smallexample
7596 (@value{GDBP}) @b{trace foo.c:121}    // a source file and line number
7597
7598 (@value{GDBP}) @b{trace +2}           // 2 lines forward
7599
7600 (@value{GDBP}) @b{trace my_function}  // first source line of function
7601
7602 (@value{GDBP}) @b{trace *my_function} // EXACT start address of function
7603
7604 (@value{GDBP}) @b{trace *0x2117c4}    // an address
7605 @end smallexample
7606
7607 @noindent
7608 You can abbreviate @code{trace} as @code{tr}.
7609
7610 @vindex $tpnum
7611 @cindex last tracepoint number
7612 @cindex recent tracepoint number
7613 @cindex tracepoint number
7614 The convenience variable @code{$tpnum} records the tracepoint number
7615 of the most recently set tracepoint.
7616
7617 @kindex delete tracepoint
7618 @cindex tracepoint deletion
7619 @item delete tracepoint @r{[}@var{num}@r{]}
7620 Permanently delete one or more tracepoints.  With no argument, the
7621 default is to delete all tracepoints.
7622
7623 Examples:
7624
7625 @smallexample
7626 (@value{GDBP}) @b{delete trace 1 2 3} // remove three tracepoints
7627
7628 (@value{GDBP}) @b{delete trace}       // remove all tracepoints
7629 @end smallexample
7630
7631 @noindent
7632 You can abbreviate this command as @code{del tr}.
7633 @end table
7634
7635 @node Enable and Disable Tracepoints
7636 @subsection Enable and Disable Tracepoints
7637
7638 @table @code
7639 @kindex disable tracepoint
7640 @item disable tracepoint @r{[}@var{num}@r{]}
7641 Disable tracepoint @var{num}, or all tracepoints if no argument
7642 @var{num} is given.  A disabled tracepoint will have no effect during
7643 the next trace experiment, but it is not forgotten.  You can re-enable
7644 a disabled tracepoint using the @code{enable tracepoint} command.
7645
7646 @kindex enable tracepoint
7647 @item enable tracepoint @r{[}@var{num}@r{]}
7648 Enable tracepoint @var{num}, or all tracepoints.  The enabled
7649 tracepoints will become effective the next time a trace experiment is
7650 run.
7651 @end table
7652
7653 @node Tracepoint Passcounts
7654 @subsection Tracepoint Passcounts
7655
7656 @table @code
7657 @kindex passcount
7658 @cindex tracepoint pass count
7659 @item passcount @r{[}@var{n} @r{[}@var{num}@r{]]}
7660 Set the @dfn{passcount} of a tracepoint.  The passcount is a way to
7661 automatically stop a trace experiment.  If a tracepoint's passcount is
7662 @var{n}, then the trace experiment will be automatically stopped on
7663 the @var{n}'th time that tracepoint is hit.  If the tracepoint number
7664 @var{num} is not specified, the @code{passcount} command sets the
7665 passcount of the most recently defined tracepoint.  If no passcount is
7666 given, the trace experiment will run until stopped explicitly by the
7667 user.
7668
7669 Examples:
7670
7671 @smallexample
7672 (@value{GDBP}) @b{passcount 5 2} // Stop on the 5th execution of
7673 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// tracepoint 2}
7674
7675 (@value{GDBP}) @b{passcount 12}  // Stop on the 12th execution of the
7676 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// most recently defined tracepoint.}
7677 (@value{GDBP}) @b{trace foo}
7678 (@value{GDBP}) @b{pass 3}
7679 (@value{GDBP}) @b{trace bar}
7680 (@value{GDBP}) @b{pass 2}
7681 (@value{GDBP}) @b{trace baz}
7682 (@value{GDBP}) @b{pass 1}        // Stop tracing when foo has been
7683 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// executed 3 times OR when bar has}
7684 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// been executed 2 times}
7685 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// OR when baz has been executed 1 time.}
7686 @end smallexample
7687 @end table
7688
7689 @node Tracepoint Actions
7690 @subsection Tracepoint Action Lists
7691
7692 @table @code
7693 @kindex actions
7694 @cindex tracepoint actions
7695 @item actions @r{[}@var{num}@r{]}
7696 This command will prompt for a list of actions to be taken when the
7697 tracepoint is hit.  If the tracepoint number @var{num} is not
7698 specified, this command sets the actions for the one that was most
7699 recently defined (so that you can define a tracepoint and then say
7700 @code{actions} without bothering about its number).  You specify the
7701 actions themselves on the following lines, one action at a time, and
7702 terminate the actions list with a line containing just @code{end}.  So
7703 far, the only defined actions are @code{collect} and
7704 @code{while-stepping}.
7705
7706 @cindex remove actions from a tracepoint
7707 To remove all actions from a tracepoint, type @samp{actions @var{num}}
7708 and follow it immediately with @samp{end}.
7709
7710 @smallexample
7711 (@value{GDBP}) @b{collect @var{data}} // collect some data
7712
7713 (@value{GDBP}) @b{while-stepping 5} // single-step 5 times, collect data
7714
7715 (@value{GDBP}) @b{end}              // signals the end of actions.
7716 @end smallexample
7717
7718 In the following example, the action list begins with @code{collect}
7719 commands indicating the things to be collected when the tracepoint is
7720 hit.  Then, in order to single-step and collect additional data
7721 following the tracepoint, a @code{while-stepping} command is used,
7722 followed by the list of things to be collected while stepping.  The
7723 @code{while-stepping} command is terminated by its own separate
7724 @code{end} command.  Lastly, the action list is terminated by an
7725 @code{end} command.
7726
7727 @smallexample
7728 (@value{GDBP}) @b{trace foo}
7729 (@value{GDBP}) @b{actions}
7730 Enter actions for tracepoint 1, one per line:
7731 > collect bar,baz
7732 > collect $regs
7733 > while-stepping 12
7734   > collect $fp, $sp
7735   > end
7736 end
7737 @end smallexample
7738
7739 @kindex collect @r{(tracepoints)}
7740 @item collect @var{expr1}, @var{expr2}, @dots{}
7741 Collect values of the given expressions when the tracepoint is hit.
7742 This command accepts a comma-separated list of any valid expressions.
7743 In addition to global, static, or local variables, the following
7744 special arguments are supported:
7745
7746 @table @code
7747 @item $regs
7748 collect all registers
7749
7750 @item $args
7751 collect all function arguments
7752
7753 @item $locals
7754 collect all local variables.
7755 @end table
7756
7757 You can give several consecutive @code{collect} commands, each one
7758 with a single argument, or one @code{collect} command with several
7759 arguments separated by commas: the effect is the same.
7760
7761 The command @code{info scope} (@pxref{Symbols, info scope}) is
7762 particularly useful for figuring out what data to collect.
7763
7764 @kindex while-stepping @r{(tracepoints)}
7765 @item while-stepping @var{n}
7766 Perform @var{n} single-step traces after the tracepoint, collecting
7767 new data at each step.  The @code{while-stepping} command is
7768 followed by the list of what to collect while stepping (followed by
7769 its own @code{end} command):
7770
7771 @smallexample
7772 > while-stepping 12
7773   > collect $regs, myglobal
7774   > end
7775 >
7776 @end smallexample
7777
7778 @noindent
7779 You may abbreviate @code{while-stepping} as @code{ws} or
7780 @code{stepping}.
7781 @end table
7782
7783 @node Listing Tracepoints
7784 @subsection Listing Tracepoints
7785
7786 @table @code
7787 @kindex info tracepoints
7788 @kindex info tp
7789 @cindex information about tracepoints
7790 @item info tracepoints @r{[}@var{num}@r{]}
7791 Display information about the tracepoint @var{num}.  If you don't specify
7792 a tracepoint number, displays information about all the tracepoints
7793 defined so far.  For each tracepoint, the following information is
7794 shown:
7795
7796 @itemize @bullet
7797 @item
7798 its number
7799 @item
7800 whether it is enabled or disabled
7801 @item
7802 its address
7803 @item
7804 its passcount as given by the @code{passcount @var{n}} command
7805 @item
7806 its step count as given by the @code{while-stepping @var{n}} command
7807 @item
7808 where in the source files is the tracepoint set
7809 @item
7810 its action list as given by the @code{actions} command
7811 @end itemize
7812
7813 @smallexample
7814 (@value{GDBP}) @b{info trace}
7815 Num Enb Address    PassC StepC What
7816 1   y   0x002117c4 0     0     <gdb_asm>
7817 2   y   0x0020dc64 0     0     in g_test at g_test.c:1375
7818 3   y   0x0020b1f4 0     0     in get_data at ../foo.c:41
7819 (@value{GDBP})
7820 @end smallexample
7821
7822 @noindent
7823 This command can be abbreviated @code{info tp}.
7824 @end table
7825
7826 @node Starting and Stopping Trace Experiment
7827 @subsection Starting and Stopping Trace Experiment
7828
7829 @table @code
7830 @kindex tstart
7831 @cindex start a new trace experiment
7832 @cindex collected data discarded
7833 @item tstart
7834 This command takes no arguments.  It starts the trace experiment, and
7835 begins collecting data.  This has the side effect of discarding all
7836 the data collected in the trace buffer during the previous trace
7837 experiment.
7838
7839 @kindex tstop
7840 @cindex stop a running trace experiment
7841 @item tstop
7842 This command takes no arguments.  It ends the trace experiment, and
7843 stops collecting data.
7844
7845 @strong{Note}: a trace experiment and data collection may stop
7846 automatically if any tracepoint's passcount is reached
7847 (@pxref{Tracepoint Passcounts}), or if the trace buffer becomes full.
7848
7849 @kindex tstatus
7850 @cindex status of trace data collection
7851 @cindex trace experiment, status of
7852 @item tstatus
7853 This command displays the status of the current trace data
7854 collection.
7855 @end table
7856
7857 Here is an example of the commands we described so far:
7858
7859 @smallexample
7860 (@value{GDBP}) @b{trace gdb_c_test}
7861 (@value{GDBP}) @b{actions}
7862 Enter actions for tracepoint #1, one per line.
7863 > collect $regs,$locals,$args
7864 > while-stepping 11
7865   > collect $regs
7866   > end
7867 > end
7868 (@value{GDBP}) @b{tstart}
7869         [time passes @dots{}]
7870 (@value{GDBP}) @b{tstop}
7871 @end smallexample
7872
7873
7874 @node Analyze Collected Data
7875 @section Using the collected data
7876
7877 After the tracepoint experiment ends, you use @value{GDBN} commands
7878 for examining the trace data.  The basic idea is that each tracepoint
7879 collects a trace @dfn{snapshot} every time it is hit and another
7880 snapshot every time it single-steps.  All these snapshots are
7881 consecutively numbered from zero and go into a buffer, and you can
7882 examine them later.  The way you examine them is to @dfn{focus} on a
7883 specific trace snapshot.  When the remote stub is focused on a trace
7884 snapshot, it will respond to all @value{GDBN} requests for memory and
7885 registers by reading from the buffer which belongs to that snapshot,
7886 rather than from @emph{real} memory or registers of the program being
7887 debugged.  This means that @strong{all} @value{GDBN} commands
7888 (@code{print}, @code{info registers}, @code{backtrace}, etc.) will
7889 behave as if we were currently debugging the program state as it was
7890 when the tracepoint occurred.  Any requests for data that are not in
7891 the buffer will fail.
7892
7893 @menu
7894 * tfind::                       How to select a trace snapshot
7895 * tdump::                       How to display all data for a snapshot
7896 * save-tracepoints::            How to save tracepoints for a future run
7897 @end menu
7898
7899 @node tfind
7900 @subsection @code{tfind @var{n}}
7901
7902 @kindex tfind
7903 @cindex select trace snapshot
7904 @cindex find trace snapshot
7905 The basic command for selecting a trace snapshot from the buffer is
7906 @code{tfind @var{n}}, which finds trace snapshot number @var{n},
7907 counting from zero.  If no argument @var{n} is given, the next
7908 snapshot is selected.
7909
7910 Here are the various forms of using the @code{tfind} command.
7911
7912 @table @code
7913 @item tfind start
7914 Find the first snapshot in the buffer.  This is a synonym for
7915 @code{tfind 0} (since 0 is the number of the first snapshot).
7916
7917 @item tfind none
7918 Stop debugging trace snapshots, resume @emph{live} debugging.
7919
7920 @item tfind end
7921 Same as @samp{tfind none}.
7922
7923 @item tfind
7924 No argument means find the next trace snapshot.
7925
7926 @item tfind -
7927 Find the previous trace snapshot before the current one.  This permits
7928 retracing earlier steps.
7929
7930 @item tfind tracepoint @var{num}
7931 Find the next snapshot associated with tracepoint @var{num}.  Search
7932 proceeds forward from the last examined trace snapshot.  If no
7933 argument @var{num} is given, it means find the next snapshot collected
7934 for the same tracepoint as the current snapshot.
7935
7936 @item tfind pc @var{addr}
7937 Find the next snapshot associated with the value @var{addr} of the
7938 program counter.  Search proceeds forward from the last examined trace
7939 snapshot.  If no argument @var{addr} is given, it means find the next
7940 snapshot with the same value of PC as the current snapshot.
7941
7942 @item tfind outside @var{addr1}, @var{addr2}
7943 Find the next snapshot whose PC is outside the given range of
7944 addresses.
7945
7946 @item tfind range @var{addr1}, @var{addr2}
7947 Find the next snapshot whose PC is between @var{addr1} and
7948 @var{addr2}.  @c FIXME: Is the range inclusive or exclusive?
7949
7950 @item tfind line @r{[}@var{file}:@r{]}@var{n}
7951 Find the next snapshot associated with the source line @var{n}.  If
7952 the optional argument @var{file} is given, refer to line @var{n} in
7953 that source file.  Search proceeds forward from the last examined
7954 trace snapshot.  If no argument @var{n} is given, it means find the
7955 next line other than the one currently being examined; thus saying
7956 @code{tfind line} repeatedly can appear to have the same effect as
7957 stepping from line to line in a @emph{live} debugging session.
7958 @end table
7959
7960 The default arguments for the @code{tfind} commands are specifically
7961 designed to make it easy to scan through the trace buffer.  For
7962 instance, @code{tfind} with no argument selects the next trace
7963 snapshot, and @code{tfind -} with no argument selects the previous
7964 trace snapshot.  So, by giving one @code{tfind} command, and then
7965 simply hitting @key{RET} repeatedly you can examine all the trace
7966 snapshots in order.  Or, by saying @code{tfind -} and then hitting
7967 @key{RET} repeatedly you can examine the snapshots in reverse order.
7968 The @code{tfind line} command with no argument selects the snapshot
7969 for the next source line executed.  The @code{tfind pc} command with
7970 no argument selects the next snapshot with the same program counter
7971 (PC) as the current frame.  The @code{tfind tracepoint} command with
7972 no argument selects the next trace snapshot collected by the same
7973 tracepoint as the current one.
7974
7975 In addition to letting you scan through the trace buffer manually,
7976 these commands make it easy to construct @value{GDBN} scripts that
7977 scan through the trace buffer and print out whatever collected data
7978 you are interested in.  Thus, if we want to examine the PC, FP, and SP
7979 registers from each trace frame in the buffer, we can say this:
7980
7981 @smallexample
7982 (@value{GDBP}) @b{tfind start}
7983 (@value{GDBP}) @b{while ($trace_frame != -1)}
7984 > printf "Frame %d, PC = %08X, SP = %08X, FP = %08X\n", \
7985           $trace_frame, $pc, $sp, $fp
7986 > tfind
7987 > end
7988
7989 Frame 0, PC = 0020DC64, SP = 0030BF3C, FP = 0030BF44
7990 Frame 1, PC = 0020DC6C, SP = 0030BF38, FP = 0030BF44
7991 Frame 2, PC = 0020DC70, SP = 0030BF34, FP = 0030BF44
7992 Frame 3, PC = 0020DC74, SP = 0030BF30, FP = 0030BF44
7993 Frame 4, PC = 0020DC78, SP = 0030BF2C, FP = 0030BF44
7994 Frame 5, PC = 0020DC7C, SP = 0030BF28, FP = 0030BF44
7995 Frame 6, PC = 0020DC80, SP = 0030BF24, FP = 0030BF44
7996 Frame 7, PC = 0020DC84, SP = 0030BF20, FP = 0030BF44
7997 Frame 8, PC = 0020DC88, SP = 0030BF1C, FP = 0030BF44
7998 Frame 9, PC = 0020DC8E, SP = 0030BF18, FP = 0030BF44
7999 Frame 10, PC = 00203F6C, SP = 0030BE3C, FP = 0030BF14
8000 @end smallexample
8001
8002 Or, if we want to examine the variable @code{X} at each source line in
8003 the buffer:
8004
8005 @smallexample
8006 (@value{GDBP}) @b{tfind start}
8007 (@value{GDBP}) @b{while ($trace_frame != -1)}
8008 > printf "Frame %d, X == %d\n", $trace_frame, X
8009 > tfind line
8010 > end
8011
8012 Frame 0, X = 1
8013 Frame 7, X = 2
8014 Frame 13, X = 255
8015 @end smallexample
8016
8017 @node tdump
8018 @subsection @code{tdump}
8019 @kindex tdump
8020 @cindex dump all data collected at tracepoint
8021 @cindex tracepoint data, display
8022
8023 This command takes no arguments.  It prints all the data collected at
8024 the current trace snapshot.
8025
8026 @smallexample
8027 (@value{GDBP}) @b{trace 444}
8028 (@value{GDBP}) @b{actions}
8029 Enter actions for tracepoint #2, one per line:
8030 > collect $regs, $locals, $args, gdb_long_test
8031 > end
8032
8033 (@value{GDBP}) @b{tstart}
8034
8035 (@value{GDBP}) @b{tfind line 444}
8036 #0  gdb_test (p1=0x11, p2=0x22, p3=0x33, p4=0x44, p5=0x55, p6=0x66)
8037 at gdb_test.c:444
8038 444        printp( "%s: arguments = 0x%X 0x%X 0x%X 0x%X 0x%X 0x%X\n", )
8039
8040 (@value{GDBP}) @b{tdump}
8041 Data collected at tracepoint 2, trace frame 1:
8042 d0             0xc4aa0085       -995491707
8043 d1             0x18     24
8044 d2             0x80     128
8045 d3             0x33     51
8046 d4             0x71aea3d        119204413
8047 d5             0x22     34
8048 d6             0xe0     224
8049 d7             0x380035 3670069
8050 a0             0x19e24a 1696330
8051 a1             0x3000668        50333288
8052 a2             0x100    256
8053 a3             0x322000 3284992
8054 a4             0x3000698        50333336
8055 a5             0x1ad3cc 1758156
8056 fp             0x30bf3c 0x30bf3c
8057 sp             0x30bf34 0x30bf34
8058 ps             0x0      0
8059 pc             0x20b2c8 0x20b2c8
8060 fpcontrol      0x0      0
8061 fpstatus       0x0      0
8062 fpiaddr        0x0      0
8063 p = 0x20e5b4 "gdb-test"
8064 p1 = (void *) 0x11
8065 p2 = (void *) 0x22
8066 p3 = (void *) 0x33
8067 p4 = (void *) 0x44
8068 p5 = (void *) 0x55
8069 p6 = (void *) 0x66
8070 gdb_long_test = 17 '\021'
8071
8072 (@value{GDBP})
8073 @end smallexample
8074
8075 @node save-tracepoints
8076 @subsection @code{save-tracepoints @var{filename}}
8077 @kindex save-tracepoints
8078 @cindex save tracepoints for future sessions
8079
8080 This command saves all current tracepoint definitions together with
8081 their actions and passcounts, into a file @file{@var{filename}}
8082 suitable for use in a later debugging session.  To read the saved
8083 tracepoint definitions, use the @code{source} command (@pxref{Command
8084 Files}).
8085
8086 @node Tracepoint Variables
8087 @section Convenience Variables for Tracepoints
8088 @cindex tracepoint variables
8089 @cindex convenience variables for tracepoints
8090
8091 @table @code
8092 @vindex $trace_frame
8093 @item (int) $trace_frame
8094 The current trace snapshot (a.k.a.@: @dfn{frame}) number, or -1 if no
8095 snapshot is selected.
8096
8097 @vindex $tracepoint
8098 @item (int) $tracepoint
8099 The tracepoint for the current trace snapshot.
8100
8101 @vindex $trace_line
8102 @item (int) $trace_line
8103 The line number for the current trace snapshot.
8104
8105 @vindex $trace_file
8106 @item (char []) $trace_file
8107 The source file for the current trace snapshot.
8108
8109 @vindex $trace_func
8110 @item (char []) $trace_func
8111 The name of the function containing @code{$tracepoint}.
8112 @end table
8113
8114 Note: @code{$trace_file} is not suitable for use in @code{printf},
8115 use @code{output} instead.
8116
8117 Here's a simple example of using these convenience variables for
8118 stepping through all the trace snapshots and printing some of their
8119 data.
8120
8121 @smallexample
8122 (@value{GDBP}) @b{tfind start}
8123
8124 (@value{GDBP}) @b{while $trace_frame != -1}
8125 > output $trace_file
8126 > printf ", line %d (tracepoint #%d)\n", $trace_line, $tracepoint
8127 > tfind
8128 > end
8129 @end smallexample
8130
8131 @node Overlays
8132 @chapter Debugging Programs That Use Overlays
8133 @cindex overlays
8134
8135 If your program is too large to fit completely in your target system's
8136 memory, you can sometimes use @dfn{overlays} to work around this
8137 problem.  @value{GDBN} provides some support for debugging programs that
8138 use overlays.
8139
8140 @menu
8141 * How Overlays Work::              A general explanation of overlays.
8142 * Overlay Commands::               Managing overlays in @value{GDBN}.
8143 * Automatic Overlay Debugging::    @value{GDBN} can find out which overlays are
8144                                    mapped by asking the inferior.
8145 * Overlay Sample Program::         A sample program using overlays.
8146 @end menu
8147
8148 @node How Overlays Work
8149 @section How Overlays Work
8150 @cindex mapped overlays
8151 @cindex unmapped overlays
8152 @cindex load address, overlay's
8153 @cindex mapped address
8154 @cindex overlay area
8155
8156 Suppose you have a computer whose instruction address space is only 64
8157 kilobytes long, but which has much more memory which can be accessed by
8158 other means: special instructions, segment registers, or memory
8159 management hardware, for example.  Suppose further that you want to
8160 adapt a program which is larger than 64 kilobytes to run on this system.
8161
8162 One solution is to identify modules of your program which are relatively
8163 independent, and need not call each other directly; call these modules
8164 @dfn{overlays}.  Separate the overlays from the main program, and place
8165 their machine code in the larger memory.  Place your main program in
8166 instruction memory, but leave at least enough space there to hold the
8167 largest overlay as well.
8168
8169 Now, to call a function located in an overlay, you must first copy that
8170 overlay's machine code from the large memory into the space set aside
8171 for it in the instruction memory, and then jump to its entry point
8172 there.
8173
8174 @c NB:  In the below the mapped area's size is greater or equal to the
8175 @c size of all overlays.  This is intentional to remind the developer
8176 @c that overlays don't necessarily need to be the same size.
8177
8178 @smallexample
8179 @group
8180     Data             Instruction            Larger
8181 Address Space       Address Space        Address Space
8182 +-----------+       +-----------+        +-----------+
8183 |           |       |           |        |           |
8184 +-----------+       +-----------+        +-----------+<-- overlay 1
8185 | program   |       |   main    |   .----| overlay 1 | load address
8186 | variables |       |  program  |   |    +-----------+
8187 | and heap  |       |           |   |    |           |
8188 +-----------+       |           |   |    +-----------+<-- overlay 2
8189 |           |       +-----------+   |    |           | load address
8190 +-----------+       |           |   |  .-| overlay 2 |
8191                     |           |   |  | |           |
8192          mapped --->+-----------+   |  | +-----------+
8193          address    |           |   |  | |           |
8194                     |  overlay  | <-'  | |           |
8195                     |   area    |  <---' +-----------+<-- overlay 3
8196                     |           | <---.  |           | load address
8197                     +-----------+     `--| overlay 3 |
8198                     |           |        |           |
8199                     +-----------+        |           |
8200                                          +-----------+
8201                                          |           |
8202                                          +-----------+
8203
8204                     @anchor{A code overlay}A code overlay
8205 @end group
8206 @end smallexample
8207
8208 The diagram (@pxref{A code overlay}) shows a system with separate data
8209 and instruction address spaces.  To map an overlay, the program copies
8210 its code from the larger address space to the instruction address space.
8211 Since the overlays shown here all use the same mapped address, only one
8212 may be mapped at a time.  For a system with a single address space for
8213 data and instructions, the diagram would be similar, except that the
8214 program variables and heap would share an address space with the main
8215 program and the overlay area.
8216
8217 An overlay loaded into instruction memory and ready for use is called a
8218 @dfn{mapped} overlay; its @dfn{mapped address} is its address in the
8219 instruction memory.  An overlay not present (or only partially present)
8220 in instruction memory is called @dfn{unmapped}; its @dfn{load address}
8221 is its address in the larger memory.  The mapped address is also called
8222 the @dfn{virtual memory address}, or @dfn{VMA}; the load address is also
8223 called the @dfn{load memory address}, or @dfn{LMA}.
8224
8225 Unfortunately, overlays are not a completely transparent way to adapt a
8226 program to limited instruction memory.  They introduce a new set of
8227 global constraints you must keep in mind as you design your program:
8228
8229 @itemize @bullet
8230
8231 @item
8232 Before calling or returning to a function in an overlay, your program
8233 must make sure that overlay is actually mapped.  Otherwise, the call or
8234 return will transfer control to the right address, but in the wrong
8235 overlay, and your program will probably crash.
8236
8237 @item
8238 If the process of mapping an overlay is expensive on your system, you
8239 will need to choose your overlays carefully to minimize their effect on
8240 your program's performance.
8241
8242 @item
8243 The executable file you load onto your system must contain each
8244 overlay's instructions, appearing at the overlay's load address, not its
8245 mapped address.  However, each overlay's instructions must be relocated
8246 and its symbols defined as if the overlay were at its mapped address.
8247 You can use GNU linker scripts to specify different load and relocation
8248 addresses for pieces of your program; see @ref{Overlay Description,,,
8249 ld.info, Using ld: the GNU linker}.
8250
8251 @item
8252 The procedure for loading executable files onto your system must be able
8253 to load their contents into the larger address space as well as the
8254 instruction and data spaces.
8255
8256 @end itemize
8257
8258 The overlay system described above is rather simple, and could be
8259 improved in many ways:
8260
8261 @itemize @bullet
8262
8263 @item
8264 If your system has suitable bank switch registers or memory management
8265 hardware, you could use those facilities to make an overlay's load area
8266 contents simply appear at their mapped address in instruction space.
8267 This would probably be faster than copying the overlay to its mapped
8268 area in the usual way.
8269
8270 @item
8271 If your overlays are small enough, you could set aside more than one
8272 overlay area, and have more than one overlay mapped at a time.
8273
8274 @item
8275 You can use overlays to manage data, as well as instructions.  In
8276 general, data overlays are even less transparent to your design than
8277 code overlays: whereas code overlays only require care when you call or
8278 return to functions, data overlays require care every time you access
8279 the data.  Also, if you change the contents of a data overlay, you
8280 must copy its contents back out to its load address before you can copy a
8281 different data overlay into the same mapped area.
8282
8283 @end itemize
8284
8285
8286 @node Overlay Commands
8287 @section Overlay Commands
8288
8289 To use @value{GDBN}'s overlay support, each overlay in your program must
8290 correspond to a separate section of the executable file.  The section's
8291 virtual memory address and load memory address must be the overlay's
8292 mapped and load addresses.  Identifying overlays with sections allows
8293 @value{GDBN} to determine the appropriate address of a function or
8294 variable, depending on whether the overlay is mapped or not.
8295
8296 @value{GDBN}'s overlay commands all start with the word @code{overlay};
8297 you can abbreviate this as @code{ov} or @code{ovly}.  The commands are:
8298
8299 @table @code
8300 @item overlay off
8301 @kindex overlay
8302 Disable @value{GDBN}'s overlay support.  When overlay support is
8303 disabled, @value{GDBN} assumes that all functions and variables are
8304 always present at their mapped addresses.  By default, @value{GDBN}'s
8305 overlay support is disabled.
8306
8307 @item overlay manual
8308 @cindex manual overlay debugging
8309 Enable @dfn{manual} overlay debugging.  In this mode, @value{GDBN}
8310 relies on you to tell it which overlays are mapped, and which are not,
8311 using the @code{overlay map-overlay} and @code{overlay unmap-overlay}
8312 commands described below.
8313
8314 @item overlay map-overlay @var{overlay}
8315 @itemx overlay map @var{overlay}
8316 @cindex map an overlay
8317 Tell @value{GDBN} that @var{overlay} is now mapped; @var{overlay} must
8318 be the name of the object file section containing the overlay.  When an
8319 overlay is mapped, @value{GDBN} assumes it can find the overlay's
8320 functions and variables at their mapped addresses.  @value{GDBN} assumes
8321 that any other overlays whose mapped ranges overlap that of
8322 @var{overlay} are now unmapped.
8323
8324 @item overlay unmap-overlay @var{overlay}
8325 @itemx overlay unmap @var{overlay}
8326 @cindex unmap an overlay
8327 Tell @value{GDBN} that @var{overlay} is no longer mapped; @var{overlay}
8328 must be the name of the object file section containing the overlay.
8329 When an overlay is unmapped, @value{GDBN} assumes it can find the
8330 overlay's functions and variables at their load addresses.
8331
8332 @item overlay auto
8333 Enable @dfn{automatic} overlay debugging.  In this mode, @value{GDBN}
8334 consults a data structure the overlay manager maintains in the inferior
8335 to see which overlays are mapped.  For details, see @ref{Automatic
8336 Overlay Debugging}.
8337
8338 @item overlay load-target
8339 @itemx overlay load
8340 @cindex reloading the overlay table
8341 Re-read the overlay table from the inferior.  Normally, @value{GDBN}
8342 re-reads the table @value{GDBN} automatically each time the inferior
8343 stops, so this command should only be necessary if you have changed the
8344 overlay mapping yourself using @value{GDBN}.  This command is only
8345 useful when using automatic overlay debugging.
8346
8347 @item overlay list-overlays
8348 @itemx overlay list
8349 @cindex listing mapped overlays
8350 Display a list of the overlays currently mapped, along with their mapped
8351 addresses, load addresses, and sizes.
8352
8353 @end table
8354
8355 Normally, when @value{GDBN} prints a code address, it includes the name
8356 of the function the address falls in:
8357
8358 @smallexample
8359 (@value{GDBP}) print main
8360 $3 = @{int ()@} 0x11a0 <main>
8361 @end smallexample
8362 @noindent
8363 When overlay debugging is enabled, @value{GDBN} recognizes code in
8364 unmapped overlays, and prints the names of unmapped functions with
8365 asterisks around them.  For example, if @code{foo} is a function in an
8366 unmapped overlay, @value{GDBN} prints it this way:
8367
8368 @smallexample
8369 (@value{GDBP}) overlay list
8370 No sections are mapped.
8371 (@value{GDBP}) print foo
8372 $5 = @{int (int)@} 0x100000 <*foo*>
8373 @end smallexample
8374 @noindent
8375 When @code{foo}'s overlay is mapped, @value{GDBN} prints the function's
8376 name normally:
8377
8378 @smallexample
8379 (@value{GDBP}) overlay list
8380 Section .ov.foo.text, loaded at 0x100000 - 0x100034,
8381         mapped at 0x1016 - 0x104a
8382 (@value{GDBP}) print foo
8383 $6 = @{int (int)@} 0x1016 <foo>
8384 @end smallexample
8385
8386 When overlay debugging is enabled, @value{GDBN} can find the correct
8387 address for functions and variables in an overlay, whether or not the
8388 overlay is mapped.  This allows most @value{GDBN} commands, like
8389 @code{break} and @code{disassemble}, to work normally, even on unmapped
8390 code.  However, @value{GDBN}'s breakpoint support has some limitations:
8391
8392 @itemize @bullet
8393 @item
8394 @cindex breakpoints in overlays
8395 @cindex overlays, setting breakpoints in
8396 You can set breakpoints in functions in unmapped overlays, as long as
8397 @value{GDBN} can write to the overlay at its load address.
8398 @item
8399 @value{GDBN} can not set hardware or simulator-based breakpoints in
8400 unmapped overlays.  However, if you set a breakpoint at the end of your
8401 overlay manager (and tell @value{GDBN} which overlays are now mapped, if
8402 you are using manual overlay management), @value{GDBN} will re-set its
8403 breakpoints properly.
8404 @end itemize
8405
8406
8407 @node Automatic Overlay Debugging
8408 @section Automatic Overlay Debugging
8409 @cindex automatic overlay debugging
8410
8411 @value{GDBN} can automatically track which overlays are mapped and which
8412 are not, given some simple co-operation from the overlay manager in the
8413 inferior.  If you enable automatic overlay debugging with the
8414 @code{overlay auto} command (@pxref{Overlay Commands}), @value{GDBN}
8415 looks in the inferior's memory for certain variables describing the
8416 current state of the overlays.
8417
8418 Here are the variables your overlay manager must define to support
8419 @value{GDBN}'s automatic overlay debugging:
8420
8421 @table @asis
8422
8423 @item @code{_ovly_table}:
8424 This variable must be an array of the following structures:
8425
8426 @smallexample
8427 struct
8428 @{
8429   /* The overlay's mapped address.  */
8430   unsigned long vma;
8431
8432   /* The size of the overlay, in bytes.  */
8433   unsigned long size;
8434
8435   /* The overlay's load address.  */
8436   unsigned long lma;
8437
8438   /* Non-zero if the overlay is currently mapped;
8439      zero otherwise.  */
8440   unsigned long mapped;
8441 @}
8442 @end smallexample
8443
8444 @item @code{_novlys}:
8445 This variable must be a four-byte signed integer, holding the total
8446 number of elements in @code{_ovly_table}.
8447
8448 @end table
8449
8450 To decide whether a particular overlay is mapped or not, @value{GDBN}
8451 looks for an entry in @w{@code{_ovly_table}} whose @code{vma} and
8452 @code{lma} members equal the VMA and LMA of the overlay's section in the
8453 executable file.  When @value{GDBN} finds a matching entry, it consults
8454 the entry's @code{mapped} member to determine whether the overlay is
8455 currently mapped.
8456
8457 In addition, your overlay manager may define a function called
8458 @code{_ovly_debug_event}.  If this function is defined, @value{GDBN}
8459 will silently set a breakpoint there.  If the overlay manager then
8460 calls this function whenever it has changed the overlay table, this
8461 will enable @value{GDBN} to accurately keep track of which overlays
8462 are in program memory, and update any breakpoints that may be set
8463 in overlays.  This will allow breakpoints to work even if the
8464 overlays are kept in ROM or other non-writable memory while they
8465 are not being executed.
8466
8467 @node Overlay Sample Program
8468 @section Overlay Sample Program
8469 @cindex overlay example program
8470
8471 When linking a program which uses overlays, you must place the overlays
8472 at their load addresses, while relocating them to run at their mapped
8473 addresses.  To do this, you must write a linker script (@pxref{Overlay
8474 Description,,, ld.info, Using ld: the GNU linker}).  Unfortunately,
8475 since linker scripts are specific to a particular host system, target
8476 architecture, and target memory layout, this manual cannot provide
8477 portable sample code demonstrating @value{GDBN}'s overlay support.
8478
8479 However, the @value{GDBN} source distribution does contain an overlaid
8480 program, with linker scripts for a few systems, as part of its test
8481 suite.  The program consists of the following files from
8482 @file{gdb/testsuite/gdb.base}:
8483
8484 @table @file
8485 @item overlays.c
8486 The main program file.
8487 @item ovlymgr.c
8488 A simple overlay manager, used by @file{overlays.c}.
8489 @item foo.c
8490 @itemx bar.c
8491 @itemx baz.c
8492 @itemx grbx.c
8493 Overlay modules, loaded and used by @file{overlays.c}.
8494 @item d10v.ld
8495 @itemx m32r.ld
8496 Linker scripts for linking the test program on the @code{d10v-elf}
8497 and @code{m32r-elf} targets.
8498 @end table
8499
8500 You can build the test program using the @code{d10v-elf} GCC
8501 cross-compiler like this:
8502
8503 @smallexample
8504 $ d10v-elf-gcc -g -c overlays.c
8505 $ d10v-elf-gcc -g -c ovlymgr.c
8506 $ d10v-elf-gcc -g -c foo.c
8507 $ d10v-elf-gcc -g -c bar.c
8508 $ d10v-elf-gcc -g -c baz.c
8509 $ d10v-elf-gcc -g -c grbx.c
8510 $ d10v-elf-gcc -g overlays.o ovlymgr.o foo.o bar.o \
8511                   baz.o grbx.o -Wl,-Td10v.ld -o overlays
8512 @end smallexample
8513
8514 The build process is identical for any other architecture, except that
8515 you must substitute the appropriate compiler and linker script for the
8516 target system for @code{d10v-elf-gcc} and @code{d10v.ld}.
8517
8518
8519 @node Languages
8520 @chapter Using @value{GDBN} with Different Languages
8521 @cindex languages
8522
8523 Although programming languages generally have common aspects, they are
8524 rarely expressed in the same manner.  For instance, in ANSI C,
8525 dereferencing a pointer @code{p} is accomplished by @code{*p}, but in
8526 Modula-2, it is accomplished by @code{p^}.  Values can also be
8527 represented (and displayed) differently.  Hex numbers in C appear as
8528 @samp{0x1ae}, while in Modula-2 they appear as @samp{1AEH}.
8529
8530 @cindex working language
8531 Language-specific information is built into @value{GDBN} for some languages,
8532 allowing you to express operations like the above in your program's
8533 native language, and allowing @value{GDBN} to output values in a manner
8534 consistent with the syntax of your program's native language.  The
8535 language you use to build expressions is called the @dfn{working
8536 language}.
8537
8538 @menu
8539 * Setting::                     Switching between source languages
8540 * Show::                        Displaying the language
8541 * Checks::                      Type and range checks
8542 * Supported languages::         Supported languages
8543 * Unsupported languages::       Unsupported languages
8544 @end menu
8545
8546 @node Setting
8547 @section Switching between source languages
8548
8549 There are two ways to control the working language---either have @value{GDBN}
8550 set it automatically, or select it manually yourself.  You can use the
8551 @code{set language} command for either purpose.  On startup, @value{GDBN}
8552 defaults to setting the language automatically.  The working language is
8553 used to determine how expressions you type are interpreted, how values
8554 are printed, etc.
8555
8556 In addition to the working language, every source file that
8557 @value{GDBN} knows about has its own working language.  For some object
8558 file formats, the compiler might indicate which language a particular
8559 source file is in.  However, most of the time @value{GDBN} infers the
8560 language from the name of the file.  The language of a source file
8561 controls whether C@t{++} names are demangled---this way @code{backtrace} can
8562 show each frame appropriately for its own language.  There is no way to
8563 set the language of a source file from within @value{GDBN}, but you can
8564 set the language associated with a filename extension.  @xref{Show, ,
8565 Displaying the language}.
8566
8567 This is most commonly a problem when you use a program, such
8568 as @code{cfront} or @code{f2c}, that generates C but is written in
8569 another language.  In that case, make the
8570 program use @code{#line} directives in its C output; that way
8571 @value{GDBN} will know the correct language of the source code of the original
8572 program, and will display that source code, not the generated C code.
8573
8574 @menu
8575 * Filenames::                   Filename extensions and languages.
8576 * Manually::                    Setting the working language manually
8577 * Automatically::               Having @value{GDBN} infer the source language
8578 @end menu
8579
8580 @node Filenames
8581 @subsection List of filename extensions and languages
8582
8583 If a source file name ends in one of the following extensions, then
8584 @value{GDBN} infers that its language is the one indicated.
8585
8586 @table @file
8587 @item .ada
8588 @itemx .ads
8589 @itemx .adb
8590 @itemx .a
8591 Ada source file.
8592
8593 @item .c
8594 C source file
8595
8596 @item .C
8597 @itemx .cc
8598 @itemx .cp
8599 @itemx .cpp
8600 @itemx .cxx
8601 @itemx .c++
8602 C@t{++} source file
8603
8604 @item .m
8605 Objective-C source file
8606
8607 @item .f
8608 @itemx .F
8609 Fortran source file
8610
8611 @item .mod
8612 Modula-2 source file
8613
8614 @item .s
8615 @itemx .S
8616 Assembler source file.  This actually behaves almost like C, but
8617 @value{GDBN} does not skip over function prologues when stepping.
8618 @end table
8619
8620 In addition, you may set the language associated with a filename
8621 extension.  @xref{Show, , Displaying the language}.
8622
8623 @node Manually
8624 @subsection Setting the working language
8625
8626 If you allow @value{GDBN} to set the language automatically,
8627 expressions are interpreted the same way in your debugging session and
8628 your program.
8629
8630 @kindex set language
8631 If you wish, you may set the language manually.  To do this, issue the
8632 command @samp{set language @var{lang}}, where @var{lang} is the name of
8633 a language, such as
8634 @code{c} or @code{modula-2}.
8635 For a list of the supported languages, type @samp{set language}.
8636
8637 Setting the language manually prevents @value{GDBN} from updating the working
8638 language automatically.  This can lead to confusion if you try
8639 to debug a program when the working language is not the same as the
8640 source language, when an expression is acceptable to both
8641 languages---but means different things.  For instance, if the current
8642 source file were written in C, and @value{GDBN} was parsing Modula-2, a
8643 command such as:
8644
8645 @smallexample
8646 print a = b + c
8647 @end smallexample
8648
8649 @noindent
8650 might not have the effect you intended.  In C, this means to add
8651 @code{b} and @code{c} and place the result in @code{a}.  The result
8652 printed would be the value of @code{a}.  In Modula-2, this means to compare
8653 @code{a} to the result of @code{b+c}, yielding a @code{BOOLEAN} value.
8654
8655 @node Automatically
8656 @subsection Having @value{GDBN} infer the source language
8657
8658 To have @value{GDBN} set the working language automatically, use
8659 @samp{set language local} or @samp{set language auto}.  @value{GDBN}
8660 then infers the working language.  That is, when your program stops in a
8661 frame (usually by encountering a breakpoint), @value{GDBN} sets the
8662 working language to the language recorded for the function in that
8663 frame.  If the language for a frame is unknown (that is, if the function
8664 or block corresponding to the frame was defined in a source file that
8665 does not have a recognized extension), the current working language is
8666 not changed, and @value{GDBN} issues a warning.
8667
8668 This may not seem necessary for most programs, which are written
8669 entirely in one source language.  However, program modules and libraries
8670 written in one source language can be used by a main program written in
8671 a different source language.  Using @samp{set language auto} in this
8672 case frees you from having to set the working language manually.
8673
8674 @node Show
8675 @section Displaying the language
8676
8677 The following commands help you find out which language is the
8678 working language, and also what language source files were written in.
8679
8680 @table @code
8681 @item show language
8682 @kindex show language
8683 Display the current working language.  This is the
8684 language you can use with commands such as @code{print} to
8685 build and compute expressions that may involve variables in your program.
8686
8687 @item info frame
8688 @kindex info frame@r{, show the source language}
8689 Display the source language for this frame.  This language becomes the
8690 working language if you use an identifier from this frame.
8691 @xref{Frame Info, ,Information about a frame}, to identify the other
8692 information listed here.
8693
8694 @item info source
8695 @kindex info source@r{, show the source language}
8696 Display the source language of this source file.
8697 @xref{Symbols, ,Examining the Symbol Table}, to identify the other
8698 information listed here.
8699 @end table
8700
8701 In unusual circumstances, you may have source files with extensions
8702 not in the standard list.  You can then set the extension associated
8703 with a language explicitly:
8704
8705 @table @code
8706 @item set extension-language @var{ext} @var{language}
8707 @kindex set extension-language
8708 Tell @value{GDBN} that source files with extension @var{ext} are to be
8709 assumed as written in the source language @var{language}.
8710
8711 @item info extensions
8712 @kindex info extensions
8713 List all the filename extensions and the associated languages.
8714 @end table
8715
8716 @node Checks
8717 @section Type and range checking
8718
8719 @quotation
8720 @emph{Warning:} In this release, the @value{GDBN} commands for type and range
8721 checking are included, but they do not yet have any effect.  This
8722 section documents the intended facilities.
8723 @end quotation
8724 @c FIXME remove warning when type/range code added
8725
8726 Some languages are designed to guard you against making seemingly common
8727 errors through a series of compile- and run-time checks.  These include
8728 checking the type of arguments to functions and operators, and making
8729 sure mathematical overflows are caught at run time.  Checks such as
8730 these help to ensure a program's correctness once it has been compiled
8731 by eliminating type mismatches, and providing active checks for range
8732 errors when your program is running.
8733
8734 @value{GDBN} can check for conditions like the above if you wish.
8735 Although @value{GDBN} does not check the statements in your program,
8736 it can check expressions entered directly into @value{GDBN} for
8737 evaluation via the @code{print} command, for example.  As with the
8738 working language, @value{GDBN} can also decide whether or not to check
8739 automatically based on your program's source language.
8740 @xref{Supported languages, ,Supported languages}, for the default
8741 settings of supported languages.
8742
8743 @menu
8744 * Type Checking::               An overview of type checking
8745 * Range Checking::              An overview of range checking
8746 @end menu
8747
8748 @cindex type checking
8749 @cindex checks, type
8750 @node Type Checking
8751 @subsection An overview of type checking
8752
8753 Some languages, such as Modula-2, are strongly typed, meaning that the
8754 arguments to operators and functions have to be of the correct type,
8755 otherwise an error occurs.  These checks prevent type mismatch
8756 errors from ever causing any run-time problems.  For example,
8757
8758 @smallexample
8759 1 + 2 @result{} 3
8760 @exdent but
8761 @error{} 1 + 2.3
8762 @end smallexample
8763
8764 The second example fails because the @code{CARDINAL} 1 is not
8765 type-compatible with the @code{REAL} 2.3.
8766
8767 For the expressions you use in @value{GDBN} commands, you can tell the
8768 @value{GDBN} type checker to skip checking;
8769 to treat any mismatches as errors and abandon the expression;
8770 or to only issue warnings when type mismatches occur,
8771 but evaluate the expression anyway.  When you choose the last of
8772 these, @value{GDBN} evaluates expressions like the second example above, but
8773 also issues a warning.
8774
8775 Even if you turn type checking off, there may be other reasons
8776 related to type that prevent @value{GDBN} from evaluating an expression.
8777 For instance, @value{GDBN} does not know how to add an @code{int} and
8778 a @code{struct foo}.  These particular type errors have nothing to do
8779 with the language in use, and usually arise from expressions, such as
8780 the one described above, which make little sense to evaluate anyway.
8781
8782 Each language defines to what degree it is strict about type.  For
8783 instance, both Modula-2 and C require the arguments to arithmetical
8784 operators to be numbers.  In C, enumerated types and pointers can be
8785 represented as numbers, so that they are valid arguments to mathematical
8786 operators.  @xref{Supported languages, ,Supported languages}, for further
8787 details on specific languages.
8788
8789 @value{GDBN} provides some additional commands for controlling the type checker:
8790
8791 @kindex set check type
8792 @kindex show check type
8793 @table @code
8794 @item set check type auto
8795 Set type checking on or off based on the current working language.
8796 @xref{Supported languages, ,Supported languages}, for the default settings for
8797 each language.
8798
8799 @item set check type on
8800 @itemx set check type off
8801 Set type checking on or off, overriding the default setting for the
8802 current working language.  Issue a warning if the setting does not
8803 match the language default.  If any type mismatches occur in
8804 evaluating an expression while type checking is on, @value{GDBN} prints a
8805 message and aborts evaluation of the expression.
8806
8807 @item set check type warn
8808 Cause the type checker to issue warnings, but to always attempt to
8809 evaluate the expression.  Evaluating the expression may still
8810 be impossible for other reasons.  For example, @value{GDBN} cannot add
8811 numbers and structures.
8812
8813 @item show type
8814 Show the current setting of the type checker, and whether or not @value{GDBN}
8815 is setting it automatically.
8816 @end table
8817
8818 @cindex range checking
8819 @cindex checks, range
8820 @node Range Checking
8821 @subsection An overview of range checking
8822
8823 In some languages (such as Modula-2), it is an error to exceed the
8824 bounds of a type; this is enforced with run-time checks.  Such range
8825 checking is meant to ensure program correctness by making sure
8826 computations do not overflow, or indices on an array element access do
8827 not exceed the bounds of the array.
8828
8829 For expressions you use in @value{GDBN} commands, you can tell
8830 @value{GDBN} to treat range errors in one of three ways: ignore them,
8831 always treat them as errors and abandon the expression, or issue
8832 warnings but evaluate the expression anyway.
8833
8834 A range error can result from numerical overflow, from exceeding an
8835 array index bound, or when you type a constant that is not a member
8836 of any type.  Some languages, however, do not treat overflows as an
8837 error.  In many implementations of C, mathematical overflow causes the
8838 result to ``wrap around'' to lower values---for example, if @var{m} is
8839 the largest integer value, and @var{s} is the smallest, then
8840
8841 @smallexample
8842 @var{m} + 1 @result{} @var{s}
8843 @end smallexample
8844
8845 This, too, is specific to individual languages, and in some cases
8846 specific to individual compilers or machines.  @xref{Supported languages, ,
8847 Supported languages}, for further details on specific languages.
8848
8849 @value{GDBN} provides some additional commands for controlling the range checker:
8850
8851 @kindex set check range
8852 @kindex show check range
8853 @table @code
8854 @item set check range auto
8855 Set range checking on or off based on the current working language.
8856 @xref{Supported languages, ,Supported languages}, for the default settings for
8857 each language.
8858
8859 @item set check range on
8860 @itemx set check range off
8861 Set range checking on or off, overriding the default setting for the
8862 current working language.  A warning is issued if the setting does not
8863 match the language default.  If a range error occurs and range checking is on,
8864 then a message is printed and evaluation of the expression is aborted.
8865
8866 @item set check range warn
8867 Output messages when the @value{GDBN} range checker detects a range error,
8868 but attempt to evaluate the expression anyway.  Evaluating the
8869 expression may still be impossible for other reasons, such as accessing
8870 memory that the process does not own (a typical example from many Unix
8871 systems).
8872
8873 @item show range
8874 Show the current setting of the range checker, and whether or not it is
8875 being set automatically by @value{GDBN}.
8876 @end table
8877
8878 @node Supported languages
8879 @section Supported languages
8880
8881 @value{GDBN} supports C, C@t{++}, Objective-C, Fortran, Java, Pascal,
8882 assembly, Modula-2, and Ada.
8883 @c This is false ...
8884 Some @value{GDBN} features may be used in expressions regardless of the
8885 language you use: the @value{GDBN} @code{@@} and @code{::} operators,
8886 and the @samp{@{type@}addr} construct (@pxref{Expressions,
8887 ,Expressions}) can be used with the constructs of any supported
8888 language.
8889
8890 The following sections detail to what degree each source language is
8891 supported by @value{GDBN}.  These sections are not meant to be language
8892 tutorials or references, but serve only as a reference guide to what the
8893 @value{GDBN} expression parser accepts, and what input and output
8894 formats should look like for different languages.  There are many good
8895 books written on each of these languages; please look to these for a
8896 language reference or tutorial.
8897
8898 @menu
8899 * C::                           C and C@t{++}
8900 * Objective-C::                 Objective-C
8901 * Fortran::                     Fortran
8902 * Pascal::                      Pascal
8903 * Modula-2::                    Modula-2
8904 * Ada::                         Ada
8905 @end menu
8906
8907 @node C
8908 @subsection C and C@t{++}
8909
8910 @cindex C and C@t{++}
8911 @cindex expressions in C or C@t{++}
8912
8913 Since C and C@t{++} are so closely related, many features of @value{GDBN} apply
8914 to both languages.  Whenever this is the case, we discuss those languages
8915 together.
8916
8917 @cindex C@t{++}
8918 @cindex @code{g++}, @sc{gnu} C@t{++} compiler
8919 @cindex @sc{gnu} C@t{++}
8920 The C@t{++} debugging facilities are jointly implemented by the C@t{++}
8921 compiler and @value{GDBN}.  Therefore, to debug your C@t{++} code
8922 effectively, you must compile your C@t{++} programs with a supported
8923 C@t{++} compiler, such as @sc{gnu} @code{g++}, or the HP ANSI C@t{++}
8924 compiler (@code{aCC}).
8925
8926 For best results when using @sc{gnu} C@t{++}, use the DWARF 2 debugging
8927 format; if it doesn't work on your system, try the stabs+ debugging
8928 format.  You can select those formats explicitly with the @code{g++}
8929 command-line options @option{-gdwarf-2} and @option{-gstabs+}.
8930 @xref{Debugging Options,,Options for Debugging Your Program or @sc{gnu}
8931 CC, gcc.info, Using @sc{gnu} CC}.
8932
8933 @menu
8934 * C Operators::                 C and C@t{++} operators
8935 * C Constants::                 C and C@t{++} constants
8936 * C plus plus expressions::     C@t{++} expressions
8937 * C Defaults::                  Default settings for C and C@t{++}
8938 * C Checks::                    C and C@t{++} type and range checks
8939 * Debugging C::                 @value{GDBN} and C
8940 * Debugging C plus plus::       @value{GDBN} features for C@t{++}
8941 @end menu
8942
8943 @node C Operators
8944 @subsubsection C and C@t{++} operators
8945
8946 @cindex C and C@t{++} operators
8947
8948 Operators must be defined on values of specific types.  For instance,
8949 @code{+} is defined on numbers, but not on structures.  Operators are
8950 often defined on groups of types.
8951
8952 For the purposes of C and C@t{++}, the following definitions hold:
8953
8954 @itemize @bullet
8955
8956 @item
8957 @emph{Integral types} include @code{int} with any of its storage-class
8958 specifiers; @code{char}; @code{enum}; and, for C@t{++}, @code{bool}.
8959
8960 @item
8961 @emph{Floating-point types} include @code{float}, @code{double}, and
8962 @code{long double} (if supported by the target platform).
8963
8964 @item
8965 @emph{Pointer types} include all types defined as @code{(@var{type} *)}.
8966
8967 @item
8968 @emph{Scalar types} include all of the above.
8969
8970 @end itemize
8971
8972 @noindent
8973 The following operators are supported.  They are listed here
8974 in order of increasing precedence:
8975
8976 @table @code
8977 @item ,
8978 The comma or sequencing operator.  Expressions in a comma-separated list
8979 are evaluated from left to right, with the result of the entire
8980 expression being the last expression evaluated.
8981
8982 @item =
8983 Assignment.  The value of an assignment expression is the value
8984 assigned.  Defined on scalar types.
8985
8986 @item @var{op}=
8987 Used in an expression of the form @w{@code{@var{a} @var{op}= @var{b}}},
8988 and translated to @w{@code{@var{a} = @var{a op b}}}.
8989 @w{@code{@var{op}=}} and @code{=} have the same precedence.
8990 @var{op} is any one of the operators @code{|}, @code{^}, @code{&},
8991 @code{<<}, @code{>>}, @code{+}, @code{-}, @code{*}, @code{/}, @code{%}.
8992
8993 @item ?:
8994 The ternary operator.  @code{@var{a} ? @var{b} : @var{c}} can be thought
8995 of as:  if @var{a} then @var{b} else @var{c}.  @var{a} should be of an
8996 integral type.
8997
8998 @item ||
8999 Logical @sc{or}.  Defined on integral types.
9000
9001 @item &&
9002 Logical @sc{and}.  Defined on integral types.
9003
9004 @item |
9005 Bitwise @sc{or}.  Defined on integral types.
9006
9007 @item ^
9008 Bitwise exclusive-@sc{or}.  Defined on integral types.
9009
9010 @item &
9011 Bitwise @sc{and}.  Defined on integral types.
9012
9013 @item ==@r{, }!=
9014 Equality and inequality.  Defined on scalar types.  The value of these
9015 expressions is 0 for false and non-zero for true.
9016
9017 @item <@r{, }>@r{, }<=@r{, }>=
9018 Less than, greater than, less than or equal, greater than or equal.
9019 Defined on scalar types.  The value of these expressions is 0 for false
9020 and non-zero for true.
9021
9022 @item <<@r{, }>>
9023 left shift, and right shift.  Defined on integral types.
9024
9025 @item @@
9026 The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
9027
9028 @item +@r{, }-
9029 Addition and subtraction.  Defined on integral types, floating-point types and
9030 pointer types.
9031
9032 @item *@r{, }/@r{, }%
9033 Multiplication, division, and modulus.  Multiplication and division are
9034 defined on integral and floating-point types.  Modulus is defined on
9035 integral types.
9036
9037 @item ++@r{, }--
9038 Increment and decrement.  When appearing before a variable, the
9039 operation is performed before the variable is used in an expression;
9040 when appearing after it, the variable's value is used before the
9041 operation takes place.
9042
9043 @item *
9044 Pointer dereferencing.  Defined on pointer types.  Same precedence as
9045 @code{++}.
9046
9047 @item &
9048 Address operator.  Defined on variables.  Same precedence as @code{++}.
9049
9050 For debugging C@t{++}, @value{GDBN} implements a use of @samp{&} beyond what is
9051 allowed in the C@t{++} language itself: you can use @samp{&(&@var{ref})}
9052 (or, if you prefer, simply @samp{&&@var{ref}}) to examine the address
9053 where a C@t{++} reference variable (declared with @samp{&@var{ref}}) is
9054 stored.
9055
9056 @item -
9057 Negative.  Defined on integral and floating-point types.  Same
9058 precedence as @code{++}.
9059
9060 @item !
9061 Logical negation.  Defined on integral types.  Same precedence as
9062 @code{++}.
9063
9064 @item ~
9065 Bitwise complement operator.  Defined on integral types.  Same precedence as
9066 @code{++}.
9067
9068
9069 @item .@r{, }->
9070 Structure member, and pointer-to-structure member.  For convenience,
9071 @value{GDBN} regards the two as equivalent, choosing whether to dereference a
9072 pointer based on the stored type information.
9073 Defined on @code{struct} and @code{union} data.
9074
9075 @item .*@r{, }->*
9076 Dereferences of pointers to members.
9077
9078 @item []
9079 Array indexing.  @code{@var{a}[@var{i}]} is defined as
9080 @code{*(@var{a}+@var{i})}.  Same precedence as @code{->}.
9081
9082 @item ()
9083 Function parameter list.  Same precedence as @code{->}.
9084
9085 @item ::
9086 C@t{++} scope resolution operator.  Defined on @code{struct}, @code{union},
9087 and @code{class} types.
9088
9089 @item ::
9090 Doubled colons also represent the @value{GDBN} scope operator
9091 (@pxref{Expressions, ,Expressions}).  Same precedence as @code{::},
9092 above.
9093 @end table
9094
9095 If an operator is redefined in the user code, @value{GDBN} usually
9096 attempts to invoke the redefined version instead of using the operator's
9097 predefined meaning.
9098
9099 @menu
9100 * C Constants::
9101 @end menu
9102
9103 @node C Constants
9104 @subsubsection C and C@t{++} constants
9105
9106 @cindex C and C@t{++} constants
9107
9108 @value{GDBN} allows you to express the constants of C and C@t{++} in the
9109 following ways:
9110
9111 @itemize @bullet
9112 @item
9113 Integer constants are a sequence of digits.  Octal constants are
9114 specified by a leading @samp{0} (i.e.@: zero), and hexadecimal constants
9115 by a leading @samp{0x} or @samp{0X}.  Constants may also end with a letter
9116 @samp{l}, specifying that the constant should be treated as a
9117 @code{long} value.
9118
9119 @item
9120 Floating point constants are a sequence of digits, followed by a decimal
9121 point, followed by a sequence of digits, and optionally followed by an
9122 exponent.  An exponent is of the form:
9123 @samp{@w{e@r{[[}+@r{]|}-@r{]}@var{nnn}}}, where @var{nnn} is another
9124 sequence of digits.  The @samp{+} is optional for positive exponents.
9125 A floating-point constant may also end with a letter @samp{f} or
9126 @samp{F}, specifying that the constant should be treated as being of
9127 the @code{float} (as opposed to the default @code{double}) type; or with
9128 a letter @samp{l} or @samp{L}, which specifies a @code{long double}
9129 constant.
9130
9131 @item
9132 Enumerated constants consist of enumerated identifiers, or their
9133 integral equivalents.
9134
9135 @item
9136 Character constants are a single character surrounded by single quotes
9137 (@code{'}), or a number---the ordinal value of the corresponding character
9138 (usually its @sc{ascii} value).  Within quotes, the single character may
9139 be represented by a letter or by @dfn{escape sequences}, which are of
9140 the form @samp{\@var{nnn}}, where @var{nnn} is the octal representation
9141 of the character's ordinal value; or of the form @samp{\@var{x}}, where
9142 @samp{@var{x}} is a predefined special character---for example,
9143 @samp{\n} for newline.
9144
9145 @item
9146 String constants are a sequence of character constants surrounded by
9147 double quotes (@code{"}).  Any valid character constant (as described
9148 above) may appear.  Double quotes within the string must be preceded by
9149 a backslash, so for instance @samp{"a\"b'c"} is a string of five
9150 characters.
9151
9152 @item
9153 Pointer constants are an integral value.  You can also write pointers
9154 to constants using the C operator @samp{&}.
9155
9156 @item
9157 Array constants are comma-separated lists surrounded by braces @samp{@{}
9158 and @samp{@}}; for example, @samp{@{1,2,3@}} is a three-element array of
9159 integers, @samp{@{@{1,2@}, @{3,4@}, @{5,6@}@}} is a three-by-two array,
9160 and @samp{@{&"hi", &"there", &"fred"@}} is a three-element array of pointers.
9161 @end itemize
9162
9163 @menu
9164 * C plus plus expressions::
9165 * C Defaults::
9166 * C Checks::
9167
9168 * Debugging C::
9169 @end menu
9170
9171 @node C plus plus expressions
9172 @subsubsection C@t{++} expressions
9173
9174 @cindex expressions in C@t{++}
9175 @value{GDBN} expression handling can interpret most C@t{++} expressions.
9176
9177 @cindex debugging C@t{++} programs
9178 @cindex C@t{++} compilers
9179 @cindex debug formats and C@t{++}
9180 @cindex @value{NGCC} and C@t{++}
9181 @quotation
9182 @emph{Warning:} @value{GDBN} can only debug C@t{++} code if you use the
9183 proper compiler and the proper debug format.  Currently, @value{GDBN}
9184 works best when debugging C@t{++} code that is compiled with
9185 @value{NGCC} 2.95.3 or with @value{NGCC} 3.1 or newer, using the options
9186 @option{-gdwarf-2} or @option{-gstabs+}.  DWARF 2 is preferred over
9187 stabs+.  Most configurations of @value{NGCC} emit either DWARF 2 or
9188 stabs+ as their default debug format, so you usually don't need to
9189 specify a debug format explicitly.  Other compilers and/or debug formats
9190 are likely to work badly or not at all when using @value{GDBN} to debug
9191 C@t{++} code.
9192 @end quotation
9193
9194 @enumerate
9195
9196 @cindex member functions
9197 @item
9198 Member function calls are allowed; you can use expressions like
9199
9200 @smallexample
9201 count = aml->GetOriginal(x, y)
9202 @end smallexample
9203
9204 @vindex this@r{, inside C@t{++} member functions}
9205 @cindex namespace in C@t{++}
9206 @item
9207 While a member function is active (in the selected stack frame), your
9208 expressions have the same namespace available as the member function;
9209 that is, @value{GDBN} allows implicit references to the class instance
9210 pointer @code{this} following the same rules as C@t{++}.
9211
9212 @cindex call overloaded functions
9213 @cindex overloaded functions, calling
9214 @cindex type conversions in C@t{++}
9215 @item
9216 You can call overloaded functions; @value{GDBN} resolves the function
9217 call to the right definition, with some restrictions.  @value{GDBN} does not
9218 perform overload resolution involving user-defined type conversions,
9219 calls to constructors, or instantiations of templates that do not exist
9220 in the program.  It also cannot handle ellipsis argument lists or
9221 default arguments.
9222
9223 It does perform integral conversions and promotions, floating-point
9224 promotions, arithmetic conversions, pointer conversions, conversions of
9225 class objects to base classes, and standard conversions such as those of
9226 functions or arrays to pointers; it requires an exact match on the
9227 number of function arguments.
9228
9229 Overload resolution is always performed, unless you have specified
9230 @code{set overload-resolution off}.  @xref{Debugging C plus plus,
9231 ,@value{GDBN} features for C@t{++}}.
9232
9233 You must specify @code{set overload-resolution off} in order to use an
9234 explicit function signature to call an overloaded function, as in
9235 @smallexample
9236 p 'foo(char,int)'('x', 13)
9237 @end smallexample
9238
9239 The @value{GDBN} command-completion facility can simplify this;
9240 see @ref{Completion, ,Command completion}.
9241
9242 @cindex reference declarations
9243 @item
9244 @value{GDBN} understands variables declared as C@t{++} references; you can use
9245 them in expressions just as you do in C@t{++} source---they are automatically
9246 dereferenced.
9247
9248 In the parameter list shown when @value{GDBN} displays a frame, the values of
9249 reference variables are not displayed (unlike other variables); this
9250 avoids clutter, since references are often used for large structures.
9251 The @emph{address} of a reference variable is always shown, unless
9252 you have specified @samp{set print address off}.
9253
9254 @item
9255 @value{GDBN} supports the C@t{++} name resolution operator @code{::}---your
9256 expressions can use it just as expressions in your program do.  Since
9257 one scope may be defined in another, you can use @code{::} repeatedly if
9258 necessary, for example in an expression like
9259 @samp{@var{scope1}::@var{scope2}::@var{name}}.  @value{GDBN} also allows
9260 resolving name scope by reference to source files, in both C and C@t{++}
9261 debugging (@pxref{Variables, ,Program variables}).
9262 @end enumerate
9263
9264 In addition, when used with HP's C@t{++} compiler, @value{GDBN} supports
9265 calling virtual functions correctly, printing out virtual bases of
9266 objects, calling functions in a base subobject, casting objects, and
9267 invoking user-defined operators.
9268
9269 @node C Defaults
9270 @subsubsection C and C@t{++} defaults
9271
9272 @cindex C and C@t{++} defaults
9273
9274 If you allow @value{GDBN} to set type and range checking automatically, they
9275 both default to @code{off} whenever the working language changes to
9276 C or C@t{++}.  This happens regardless of whether you or @value{GDBN}
9277 selects the working language.
9278
9279 If you allow @value{GDBN} to set the language automatically, it
9280 recognizes source files whose names end with @file{.c}, @file{.C}, or
9281 @file{.cc}, etc, and when @value{GDBN} enters code compiled from one of
9282 these files, it sets the working language to C or C@t{++}.
9283 @xref{Automatically, ,Having @value{GDBN} infer the source language},
9284 for further details.
9285
9286 @c Type checking is (a) primarily motivated by Modula-2, and (b)
9287 @c unimplemented.  If (b) changes, it might make sense to let this node
9288 @c appear even if Mod-2 does not, but meanwhile ignore it. roland 16jul93.
9289
9290 @node C Checks
9291 @subsubsection C and C@t{++} type and range checks
9292
9293 @cindex C and C@t{++} checks
9294
9295 By default, when @value{GDBN} parses C or C@t{++} expressions, type checking
9296 is not used.  However, if you turn type checking on, @value{GDBN}
9297 considers two variables type equivalent if:
9298
9299 @itemize @bullet
9300 @item
9301 The two variables are structured and have the same structure, union, or
9302 enumerated tag.
9303
9304 @item
9305 The two variables have the same type name, or types that have been
9306 declared equivalent through @code{typedef}.
9307
9308 @ignore
9309 @c leaving this out because neither J Gilmore nor R Pesch understand it.
9310 @c FIXME--beers?
9311 @item
9312 The two @code{struct}, @code{union}, or @code{enum} variables are
9313 declared in the same declaration.  (Note: this may not be true for all C
9314 compilers.)
9315 @end ignore
9316 @end itemize
9317
9318 Range checking, if turned on, is done on mathematical operations.  Array
9319 indices are not checked, since they are often used to index a pointer
9320 that is not itself an array.
9321
9322 @node Debugging C
9323 @subsubsection @value{GDBN} and C
9324
9325 The @code{set print union} and @code{show print union} commands apply to
9326 the @code{union} type.  When set to @samp{on}, any @code{union} that is
9327 inside a @code{struct} or @code{class} is also printed.  Otherwise, it
9328 appears as @samp{@{...@}}.
9329
9330 The @code{@@} operator aids in the debugging of dynamic arrays, formed
9331 with pointers and a memory allocation function.  @xref{Expressions,
9332 ,Expressions}.
9333
9334 @menu
9335 * Debugging C plus plus::
9336 @end menu
9337
9338 @node Debugging C plus plus
9339 @subsubsection @value{GDBN} features for C@t{++}
9340
9341 @cindex commands for C@t{++}
9342
9343 Some @value{GDBN} commands are particularly useful with C@t{++}, and some are
9344 designed specifically for use with C@t{++}.  Here is a summary:
9345
9346 @table @code
9347 @cindex break in overloaded functions
9348 @item @r{breakpoint menus}
9349 When you want a breakpoint in a function whose name is overloaded,
9350 @value{GDBN} breakpoint menus help you specify which function definition
9351 you want.  @xref{Breakpoint Menus,,Breakpoint menus}.
9352
9353 @cindex overloading in C@t{++}
9354 @item rbreak @var{regex}
9355 Setting breakpoints using regular expressions is helpful for setting
9356 breakpoints on overloaded functions that are not members of any special
9357 classes.
9358 @xref{Set Breaks, ,Setting breakpoints}.
9359
9360 @cindex C@t{++} exception handling
9361 @item catch throw
9362 @itemx catch catch
9363 Debug C@t{++} exception handling using these commands.  @xref{Set
9364 Catchpoints, , Setting catchpoints}.
9365
9366 @cindex inheritance
9367 @item ptype @var{typename}
9368 Print inheritance relationships as well as other information for type
9369 @var{typename}.
9370 @xref{Symbols, ,Examining the Symbol Table}.
9371
9372 @cindex C@t{++} symbol display
9373 @item set print demangle
9374 @itemx show print demangle
9375 @itemx set print asm-demangle
9376 @itemx show print asm-demangle
9377 Control whether C@t{++} symbols display in their source form, both when
9378 displaying code as C@t{++} source and when displaying disassemblies.
9379 @xref{Print Settings, ,Print settings}.
9380
9381 @item set print object
9382 @itemx show print object
9383 Choose whether to print derived (actual) or declared types of objects.
9384 @xref{Print Settings, ,Print settings}.
9385
9386 @item set print vtbl
9387 @itemx show print vtbl
9388 Control the format for printing virtual function tables.
9389 @xref{Print Settings, ,Print settings}.
9390 (The @code{vtbl} commands do not work on programs compiled with the HP
9391 ANSI C@t{++} compiler (@code{aCC}).)
9392
9393 @kindex set overload-resolution
9394 @cindex overloaded functions, overload resolution
9395 @item set overload-resolution on
9396 Enable overload resolution for C@t{++} expression evaluation.  The default
9397 is on.  For overloaded functions, @value{GDBN} evaluates the arguments
9398 and searches for a function whose signature matches the argument types,
9399 using the standard C@t{++} conversion rules (see @ref{C plus plus expressions, ,C@t{++}
9400 expressions}, for details).  If it cannot find a match, it emits a
9401 message.
9402
9403 @item set overload-resolution off
9404 Disable overload resolution for C@t{++} expression evaluation.  For
9405 overloaded functions that are not class member functions, @value{GDBN}
9406 chooses the first function of the specified name that it finds in the
9407 symbol table, whether or not its arguments are of the correct type.  For
9408 overloaded functions that are class member functions, @value{GDBN}
9409 searches for a function whose signature @emph{exactly} matches the
9410 argument types.
9411
9412 @kindex show overload-resolution
9413 @item show overload-resolution
9414 Show the current setting of overload resolution.
9415
9416 @item @r{Overloaded symbol names}
9417 You can specify a particular definition of an overloaded symbol, using
9418 the same notation that is used to declare such symbols in C@t{++}: type
9419 @code{@var{symbol}(@var{types})} rather than just @var{symbol}.  You can
9420 also use the @value{GDBN} command-line word completion facilities to list the
9421 available choices, or to finish the type list for you.
9422 @xref{Completion,, Command completion}, for details on how to do this.
9423 @end table
9424
9425 @node Objective-C
9426 @subsection Objective-C
9427
9428 @cindex Objective-C
9429 This section provides information about some commands and command
9430 options that are useful for debugging Objective-C code.  See also
9431 @ref{Symbols, info classes}, and @ref{Symbols, info selectors}, for a
9432 few more commands specific to Objective-C support.
9433
9434 @menu
9435 * Method Names in Commands::
9436 * The Print Command with Objective-C::
9437 @end menu
9438
9439 @node Method Names in Commands, The Print Command with Objective-C, Objective-C, Objective-C
9440 @subsubsection Method Names in Commands
9441
9442 The following commands have been extended to accept Objective-C method
9443 names as line specifications:
9444
9445 @kindex clear@r{, and Objective-C}
9446 @kindex break@r{, and Objective-C}
9447 @kindex info line@r{, and Objective-C}
9448 @kindex jump@r{, and Objective-C}
9449 @kindex list@r{, and Objective-C}
9450 @itemize
9451 @item @code{clear}
9452 @item @code{break}
9453 @item @code{info line}
9454 @item @code{jump}
9455 @item @code{list}
9456 @end itemize
9457
9458 A fully qualified Objective-C method name is specified as
9459
9460 @smallexample
9461 -[@var{Class} @var{methodName}]
9462 @end smallexample
9463
9464 where the minus sign is used to indicate an instance method and a
9465 plus sign (not shown) is used to indicate a class method.  The class
9466 name @var{Class} and method name @var{methodName} are enclosed in
9467 brackets, similar to the way messages are specified in Objective-C
9468 source code.  For example, to set a breakpoint at the @code{create}
9469 instance method of class @code{Fruit} in the program currently being
9470 debugged, enter:
9471
9472 @smallexample
9473 break -[Fruit create]
9474 @end smallexample
9475
9476 To list ten program lines around the @code{initialize} class method,
9477 enter:
9478
9479 @smallexample
9480 list +[NSText initialize]
9481 @end smallexample
9482
9483 In the current version of @value{GDBN}, the plus or minus sign is
9484 required.  In future versions of @value{GDBN}, the plus or minus
9485 sign will be optional, but you can use it to narrow the search.  It
9486 is also possible to specify just a method name:
9487
9488 @smallexample
9489 break create
9490 @end smallexample
9491
9492 You must specify the complete method name, including any colons.  If
9493 your program's source files contain more than one @code{create} method,
9494 you'll be presented with a numbered list of classes that implement that
9495 method.  Indicate your choice by number, or type @samp{0} to exit if
9496 none apply.
9497
9498 As another example, to clear a breakpoint established at the
9499 @code{makeKeyAndOrderFront:} method of the @code{NSWindow} class, enter:
9500
9501 @smallexample
9502 clear -[NSWindow makeKeyAndOrderFront:]
9503 @end smallexample
9504
9505 @node The Print Command with Objective-C
9506 @subsubsection The Print Command With Objective-C
9507 @cindex Objective-C, print objects
9508 @kindex print-object
9509 @kindex po @r{(@code{print-object})}
9510
9511 The print command has also been extended to accept methods.  For example:
9512
9513 @smallexample
9514 print -[@var{object} hash]
9515 @end smallexample
9516
9517 @cindex print an Objective-C object description
9518 @cindex @code{_NSPrintForDebugger}, and printing Objective-C objects
9519 @noindent
9520 will tell @value{GDBN} to send the @code{hash} message to @var{object}
9521 and print the result.  Also, an additional command has been added,
9522 @code{print-object} or @code{po} for short, which is meant to print
9523 the description of an object.  However, this command may only work
9524 with certain Objective-C libraries that have a particular hook
9525 function, @code{_NSPrintForDebugger}, defined.
9526
9527 @node Fortran
9528 @subsection Fortran
9529 @cindex Fortran-specific support in @value{GDBN}
9530
9531 @value{GDBN} can be used to debug programs written in Fortran, but it
9532 currently supports only the features of Fortran 77 language.
9533
9534 @cindex trailing underscore, in Fortran symbols
9535 Some Fortran compilers (@sc{gnu} Fortran 77 and Fortran 95 compilers
9536 among them) append an underscore to the names of variables and
9537 functions.  When you debug programs compiled by those compilers, you
9538 will need to refer to variables and functions with a trailing
9539 underscore.
9540
9541 @menu
9542 * Fortran Operators::           Fortran operators and expressions
9543 * Fortran Defaults::            Default settings for Fortran
9544 * Special Fortran commands::    Special @value{GDBN} commands for Fortran
9545 @end menu
9546
9547 @node Fortran Operators
9548 @subsubsection Fortran operators and expressions
9549
9550 @cindex Fortran operators and expressions
9551
9552 Operators must be defined on values of specific types.  For instance,
9553 @code{+} is defined on numbers, but not on characters or other non-
9554 arithmetic types.  Operators are often defined on groups of types.
9555
9556 @table @code
9557 @item **
9558 The exponentiation operator. It raises the first operand to the power
9559 of the second one.
9560
9561 @item :
9562 The range operator.  Normally used in the form of array(low:high) to
9563 represent a section of array.
9564 @end table
9565
9566 @node Fortran Defaults
9567 @subsubsection Fortran Defaults
9568
9569 @cindex Fortran Defaults
9570
9571 Fortran symbols are usually case-insensitive, so @value{GDBN} by
9572 default uses case-insensitive matches for Fortran symbols.  You can
9573 change that with the @samp{set case-insensitive} command, see
9574 @ref{Symbols}, for the details.
9575
9576 @node Special Fortran commands
9577 @subsubsection Special Fortran commands
9578
9579 @cindex Special Fortran commands
9580
9581 @value{GDBN} had some commands to support Fortran specific feature,
9582 such as common block displaying.
9583
9584 @table @code
9585 @cindex @code{COMMON} blocks, Fortran
9586 @kindex info common
9587 @item info common @r{[}@var{common-name}@r{]}
9588 This command prints the values contained in the Fortran @code{COMMON}
9589 block whose name is @var{common-name}.  With no argument, the names of
9590 all @code{COMMON} blocks visible at current program location are
9591 printed.
9592 @end table
9593
9594 @node Pascal
9595 @subsection Pascal
9596
9597 @cindex Pascal support in @value{GDBN}, limitations
9598 Debugging Pascal programs which use sets, subranges, file variables, or
9599 nested functions does not currently work.  @value{GDBN} does not support
9600 entering expressions, printing values, or similar features using Pascal
9601 syntax.
9602
9603 The Pascal-specific command @code{set print pascal_static-members}
9604 controls whether static members of Pascal objects are displayed.
9605 @xref{Print Settings, pascal_static-members}.
9606
9607 @node Modula-2
9608 @subsection Modula-2
9609
9610 @cindex Modula-2, @value{GDBN} support
9611
9612 The extensions made to @value{GDBN} to support Modula-2 only support
9613 output from the @sc{gnu} Modula-2 compiler (which is currently being
9614 developed).  Other Modula-2 compilers are not currently supported, and
9615 attempting to debug executables produced by them is most likely
9616 to give an error as @value{GDBN} reads in the executable's symbol
9617 table.
9618
9619 @cindex expressions in Modula-2
9620 @menu
9621 * M2 Operators::                Built-in operators
9622 * Built-In Func/Proc::          Built-in functions and procedures
9623 * M2 Constants::                Modula-2 constants
9624 * M2 Types::                    Modula-2 types
9625 * M2 Defaults::                 Default settings for Modula-2
9626 * Deviations::                  Deviations from standard Modula-2
9627 * M2 Checks::                   Modula-2 type and range checks
9628 * M2 Scope::                    The scope operators @code{::} and @code{.}
9629 * GDB/M2::                      @value{GDBN} and Modula-2
9630 @end menu
9631
9632 @node M2 Operators
9633 @subsubsection Operators
9634 @cindex Modula-2 operators
9635
9636 Operators must be defined on values of specific types.  For instance,
9637 @code{+} is defined on numbers, but not on structures.  Operators are
9638 often defined on groups of types.  For the purposes of Modula-2, the
9639 following definitions hold:
9640
9641 @itemize @bullet
9642
9643 @item
9644 @emph{Integral types} consist of @code{INTEGER}, @code{CARDINAL}, and
9645 their subranges.
9646
9647 @item
9648 @emph{Character types} consist of @code{CHAR} and its subranges.
9649
9650 @item
9651 @emph{Floating-point types} consist of @code{REAL}.
9652
9653 @item
9654 @emph{Pointer types} consist of anything declared as @code{POINTER TO
9655 @var{type}}.
9656
9657 @item
9658 @emph{Scalar types} consist of all of the above.
9659
9660 @item
9661 @emph{Set types} consist of @code{SET} and @code{BITSET} types.
9662
9663 @item
9664 @emph{Boolean types} consist of @code{BOOLEAN}.
9665 @end itemize
9666
9667 @noindent
9668 The following operators are supported, and appear in order of
9669 increasing precedence:
9670
9671 @table @code
9672 @item ,
9673 Function argument or array index separator.
9674
9675 @item :=
9676 Assignment.  The value of @var{var} @code{:=} @var{value} is
9677 @var{value}.
9678
9679 @item <@r{, }>
9680 Less than, greater than on integral, floating-point, or enumerated
9681 types.
9682
9683 @item <=@r{, }>=
9684 Less than or equal to, greater than or equal to
9685 on integral, floating-point and enumerated types, or set inclusion on
9686 set types.  Same precedence as @code{<}.
9687
9688 @item =@r{, }<>@r{, }#
9689 Equality and two ways of expressing inequality, valid on scalar types.
9690 Same precedence as @code{<}.  In @value{GDBN} scripts, only @code{<>} is
9691 available for inequality, since @code{#} conflicts with the script
9692 comment character.
9693
9694 @item IN
9695 Set membership.  Defined on set types and the types of their members.
9696 Same precedence as @code{<}.
9697
9698 @item OR
9699 Boolean disjunction.  Defined on boolean types.
9700
9701 @item AND@r{, }&
9702 Boolean conjunction.  Defined on boolean types.
9703
9704 @item @@
9705 The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
9706
9707 @item +@r{, }-
9708 Addition and subtraction on integral and floating-point types, or union
9709 and difference on set types.
9710
9711 @item *
9712 Multiplication on integral and floating-point types, or set intersection
9713 on set types.
9714
9715 @item /
9716 Division on floating-point types, or symmetric set difference on set
9717 types.  Same precedence as @code{*}.
9718
9719 @item DIV@r{, }MOD
9720 Integer division and remainder.  Defined on integral types.  Same
9721 precedence as @code{*}.
9722
9723 @item -
9724 Negative. Defined on @code{INTEGER} and @code{REAL} data.
9725
9726 @item ^
9727 Pointer dereferencing.  Defined on pointer types.
9728
9729 @item NOT
9730 Boolean negation.  Defined on boolean types.  Same precedence as
9731 @code{^}.
9732
9733 @item .
9734 @code{RECORD} field selector.  Defined on @code{RECORD} data.  Same
9735 precedence as @code{^}.
9736
9737 @item []
9738 Array indexing.  Defined on @code{ARRAY} data.  Same precedence as @code{^}.
9739
9740 @item ()
9741 Procedure argument list.  Defined on @code{PROCEDURE} objects.  Same precedence
9742 as @code{^}.
9743
9744 @item ::@r{, }.
9745 @value{GDBN} and Modula-2 scope operators.
9746 @end table
9747
9748 @quotation
9749 @emph{Warning:} Set expressions and their operations are not yet supported, so @value{GDBN}
9750 treats the use of the operator @code{IN}, or the use of operators
9751 @code{+}, @code{-}, @code{*}, @code{/}, @code{=}, , @code{<>}, @code{#},
9752 @code{<=}, and @code{>=} on sets as an error.
9753 @end quotation
9754
9755
9756 @node Built-In Func/Proc
9757 @subsubsection Built-in functions and procedures
9758 @cindex Modula-2 built-ins
9759
9760 Modula-2 also makes available several built-in procedures and functions.
9761 In describing these, the following metavariables are used:
9762
9763 @table @var
9764
9765 @item a
9766 represents an @code{ARRAY} variable.
9767
9768 @item c
9769 represents a @code{CHAR} constant or variable.
9770
9771 @item i
9772 represents a variable or constant of integral type.
9773
9774 @item m
9775 represents an identifier that belongs to a set.  Generally used in the
9776 same function with the metavariable @var{s}.  The type of @var{s} should
9777 be @code{SET OF @var{mtype}} (where @var{mtype} is the type of @var{m}).
9778
9779 @item n
9780 represents a variable or constant of integral or floating-point type.
9781
9782 @item r
9783 represents a variable or constant of floating-point type.
9784
9785 @item t
9786 represents a type.
9787
9788 @item v
9789 represents a variable.
9790
9791 @item x
9792 represents a variable or constant of one of many types.  See the
9793 explanation of the function for details.
9794 @end table
9795
9796 All Modula-2 built-in procedures also return a result, described below.
9797
9798 @table @code
9799 @item ABS(@var{n})
9800 Returns the absolute value of @var{n}.
9801
9802 @item CAP(@var{c})
9803 If @var{c} is a lower case letter, it returns its upper case
9804 equivalent, otherwise it returns its argument.
9805
9806 @item CHR(@var{i})
9807 Returns the character whose ordinal value is @var{i}.
9808
9809 @item DEC(@var{v})
9810 Decrements the value in the variable @var{v} by one.  Returns the new value.
9811
9812 @item DEC(@var{v},@var{i})
9813 Decrements the value in the variable @var{v} by @var{i}.  Returns the
9814 new value.
9815
9816 @item EXCL(@var{m},@var{s})
9817 Removes the element @var{m} from the set @var{s}.  Returns the new
9818 set.
9819
9820 @item FLOAT(@var{i})
9821 Returns the floating point equivalent of the integer @var{i}.
9822
9823 @item HIGH(@var{a})
9824 Returns the index of the last member of @var{a}.
9825
9826 @item INC(@var{v})
9827 Increments the value in the variable @var{v} by one.  Returns the new value.
9828
9829 @item INC(@var{v},@var{i})
9830 Increments the value in the variable @var{v} by @var{i}.  Returns the
9831 new value.
9832
9833 @item INCL(@var{m},@var{s})
9834 Adds the element @var{m} to the set @var{s} if it is not already
9835 there.  Returns the new set.
9836
9837 @item MAX(@var{t})
9838 Returns the maximum value of the type @var{t}.
9839
9840 @item MIN(@var{t})
9841 Returns the minimum value of the type @var{t}.
9842
9843 @item ODD(@var{i})
9844 Returns boolean TRUE if @var{i} is an odd number.
9845
9846 @item ORD(@var{x})
9847 Returns the ordinal value of its argument.  For example, the ordinal
9848 value of a character is its @sc{ascii} value (on machines supporting the
9849 @sc{ascii} character set).  @var{x} must be of an ordered type, which include
9850 integral, character and enumerated types.
9851
9852 @item SIZE(@var{x})
9853 Returns the size of its argument.  @var{x} can be a variable or a type.
9854
9855 @item TRUNC(@var{r})
9856 Returns the integral part of @var{r}.
9857
9858 @item VAL(@var{t},@var{i})
9859 Returns the member of the type @var{t} whose ordinal value is @var{i}.
9860 @end table
9861
9862 @quotation
9863 @emph{Warning:}  Sets and their operations are not yet supported, so
9864 @value{GDBN} treats the use of procedures @code{INCL} and @code{EXCL} as
9865 an error.
9866 @end quotation
9867
9868 @cindex Modula-2 constants
9869 @node M2 Constants
9870 @subsubsection Constants
9871
9872 @value{GDBN} allows you to express the constants of Modula-2 in the following
9873 ways:
9874
9875 @itemize @bullet
9876
9877 @item
9878 Integer constants are simply a sequence of digits.  When used in an
9879 expression, a constant is interpreted to be type-compatible with the
9880 rest of the expression.  Hexadecimal integers are specified by a
9881 trailing @samp{H}, and octal integers by a trailing @samp{B}.
9882
9883 @item
9884 Floating point constants appear as a sequence of digits, followed by a
9885 decimal point and another sequence of digits.  An optional exponent can
9886 then be specified, in the form @samp{E@r{[}+@r{|}-@r{]}@var{nnn}}, where
9887 @samp{@r{[}+@r{|}-@r{]}@var{nnn}} is the desired exponent.  All of the
9888 digits of the floating point constant must be valid decimal (base 10)
9889 digits.
9890
9891 @item
9892 Character constants consist of a single character enclosed by a pair of
9893 like quotes, either single (@code{'}) or double (@code{"}).  They may
9894 also be expressed by their ordinal value (their @sc{ascii} value, usually)
9895 followed by a @samp{C}.
9896
9897 @item
9898 String constants consist of a sequence of characters enclosed by a
9899 pair of like quotes, either single (@code{'}) or double (@code{"}).
9900 Escape sequences in the style of C are also allowed.  @xref{C
9901 Constants, ,C and C@t{++} constants}, for a brief explanation of escape
9902 sequences.
9903
9904 @item
9905 Enumerated constants consist of an enumerated identifier.
9906
9907 @item
9908 Boolean constants consist of the identifiers @code{TRUE} and
9909 @code{FALSE}.
9910
9911 @item
9912 Pointer constants consist of integral values only.
9913
9914 @item
9915 Set constants are not yet supported.
9916 @end itemize
9917
9918 @node M2 Types
9919 @subsubsection Modula-2 Types
9920 @cindex Modula-2 types
9921
9922 Currently @value{GDBN} can print the following data types in Modula-2
9923 syntax: array types, record types, set types, pointer types, procedure
9924 types, enumerated types, subrange types and base types.  You can also
9925 print the contents of variables declared using these type.
9926 This section gives a number of simple source code examples together with
9927 sample @value{GDBN} sessions.
9928
9929 The first example contains the following section of code:
9930
9931 @smallexample
9932 VAR
9933    s: SET OF CHAR ;
9934    r: [20..40] ;
9935 @end smallexample
9936
9937 @noindent
9938 and you can request @value{GDBN} to interrogate the type and value of
9939 @code{r} and @code{s}.
9940
9941 @smallexample
9942 (@value{GDBP}) print s
9943 @{'A'..'C', 'Z'@}
9944 (@value{GDBP}) ptype s
9945 SET OF CHAR
9946 (@value{GDBP}) print r
9947 21
9948 (@value{GDBP}) ptype r
9949 [20..40]
9950 @end smallexample
9951
9952 @noindent
9953 Likewise if your source code declares @code{s} as:
9954
9955 @smallexample
9956 VAR
9957    s: SET ['A'..'Z'] ;
9958 @end smallexample
9959
9960 @noindent
9961 then you may query the type of @code{s} by:
9962
9963 @smallexample
9964 (@value{GDBP}) ptype s
9965 type = SET ['A'..'Z']
9966 @end smallexample
9967
9968 @noindent
9969 Note that at present you cannot interactively manipulate set
9970 expressions using the debugger.
9971
9972 The following example shows how you might declare an array in Modula-2
9973 and how you can interact with @value{GDBN} to print its type and contents:
9974
9975 @smallexample
9976 VAR
9977    s: ARRAY [-10..10] OF CHAR ;
9978 @end smallexample
9979
9980 @smallexample
9981 (@value{GDBP}) ptype s
9982 ARRAY [-10..10] OF CHAR
9983 @end smallexample
9984
9985 Note that the array handling is not yet complete and although the type
9986 is printed correctly, expression handling still assumes that all
9987 arrays have a lower bound of zero and not @code{-10} as in the example
9988 above.  Unbounded arrays are also not yet recognized in @value{GDBN}.
9989
9990 Here are some more type related Modula-2 examples:
9991
9992 @smallexample
9993 TYPE
9994    colour = (blue, red, yellow, green) ;
9995    t = [blue..yellow] ;
9996 VAR
9997    s: t ;
9998 BEGIN
9999    s := blue ;
10000 @end smallexample
10001
10002 @noindent
10003 The @value{GDBN} interaction shows how you can query the data type
10004 and value of a variable.
10005
10006 @smallexample
10007 (@value{GDBP}) print s
10008 $1 = blue
10009 (@value{GDBP}) ptype t
10010 type = [blue..yellow]
10011 @end smallexample
10012
10013 @noindent
10014 In this example a Modula-2 array is declared and its contents
10015 displayed.  Observe that the contents are written in the same way as
10016 their @code{C} counterparts.
10017
10018 @smallexample
10019 VAR
10020    s: ARRAY [1..5] OF CARDINAL ;
10021 BEGIN
10022    s[1] := 1 ;
10023 @end smallexample
10024
10025 @smallexample
10026 (@value{GDBP}) print s
10027 $1 = @{1, 0, 0, 0, 0@}
10028 (@value{GDBP}) ptype s
10029 type = ARRAY [1..5] OF CARDINAL
10030 @end smallexample
10031
10032 The Modula-2 language interface to @value{GDBN} also understands
10033 pointer types as shown in this example:
10034
10035 @smallexample
10036 VAR
10037    s: POINTER TO ARRAY [1..5] OF CARDINAL ;
10038 BEGIN
10039    NEW(s) ;
10040    s^[1] := 1 ;
10041 @end smallexample
10042
10043 @noindent
10044 and you can request that @value{GDBN} describes the type of @code{s}.
10045
10046 @smallexample
10047 (@value{GDBP}) ptype s
10048 type = POINTER TO ARRAY [1..5] OF CARDINAL
10049 @end smallexample
10050
10051 @value{GDBN} handles compound types as we can see in this example.
10052 Here we combine array types, record types, pointer types and subrange
10053 types:
10054
10055 @smallexample
10056 TYPE
10057    foo = RECORD
10058             f1: CARDINAL ;
10059             f2: CHAR ;
10060             f3: myarray ;
10061          END ;
10062
10063    myarray = ARRAY myrange OF CARDINAL ;
10064    myrange = [-2..2] ;
10065 VAR
10066    s: POINTER TO ARRAY myrange OF foo ;
10067 @end smallexample
10068
10069 @noindent
10070 and you can ask @value{GDBN} to describe the type of @code{s} as shown
10071 below.
10072
10073 @smallexample
10074 (@value{GDBP}) ptype s
10075 type = POINTER TO ARRAY [-2..2] OF foo = RECORD
10076     f1 : CARDINAL;
10077     f2 : CHAR;
10078     f3 : ARRAY [-2..2] OF CARDINAL;
10079 END 
10080 @end smallexample
10081
10082 @node M2 Defaults
10083 @subsubsection Modula-2 defaults
10084 @cindex Modula-2 defaults
10085
10086 If type and range checking are set automatically by @value{GDBN}, they
10087 both default to @code{on} whenever the working language changes to
10088 Modula-2.  This happens regardless of whether you or @value{GDBN}
10089 selected the working language.
10090
10091 If you allow @value{GDBN} to set the language automatically, then entering
10092 code compiled from a file whose name ends with @file{.mod} sets the
10093 working language to Modula-2.  @xref{Automatically, ,Having @value{GDBN} set
10094 the language automatically}, for further details.
10095
10096 @node Deviations
10097 @subsubsection Deviations from standard Modula-2
10098 @cindex Modula-2, deviations from
10099
10100 A few changes have been made to make Modula-2 programs easier to debug.
10101 This is done primarily via loosening its type strictness:
10102
10103 @itemize @bullet
10104 @item
10105 Unlike in standard Modula-2, pointer constants can be formed by
10106 integers.  This allows you to modify pointer variables during
10107 debugging.  (In standard Modula-2, the actual address contained in a
10108 pointer variable is hidden from you; it can only be modified
10109 through direct assignment to another pointer variable or expression that
10110 returned a pointer.)
10111
10112 @item
10113 C escape sequences can be used in strings and characters to represent
10114 non-printable characters.  @value{GDBN} prints out strings with these
10115 escape sequences embedded.  Single non-printable characters are
10116 printed using the @samp{CHR(@var{nnn})} format.
10117
10118 @item
10119 The assignment operator (@code{:=}) returns the value of its right-hand
10120 argument.
10121
10122 @item
10123 All built-in procedures both modify @emph{and} return their argument.
10124 @end itemize
10125
10126 @node M2 Checks
10127 @subsubsection Modula-2 type and range checks
10128 @cindex Modula-2 checks
10129
10130 @quotation
10131 @emph{Warning:} in this release, @value{GDBN} does not yet perform type or
10132 range checking.
10133 @end quotation
10134 @c FIXME remove warning when type/range checks added
10135
10136 @value{GDBN} considers two Modula-2 variables type equivalent if:
10137
10138 @itemize @bullet
10139 @item
10140 They are of types that have been declared equivalent via a @code{TYPE
10141 @var{t1} = @var{t2}} statement
10142
10143 @item
10144 They have been declared on the same line.  (Note:  This is true of the
10145 @sc{gnu} Modula-2 compiler, but it may not be true of other compilers.)
10146 @end itemize
10147
10148 As long as type checking is enabled, any attempt to combine variables
10149 whose types are not equivalent is an error.
10150
10151 Range checking is done on all mathematical operations, assignment, array
10152 index bounds, and all built-in functions and procedures.
10153
10154 @node M2 Scope
10155 @subsubsection The scope operators @code{::} and @code{.}
10156 @cindex scope
10157 @cindex @code{.}, Modula-2 scope operator
10158 @cindex colon, doubled as scope operator
10159 @ifinfo
10160 @vindex colon-colon@r{, in Modula-2}
10161 @c Info cannot handle :: but TeX can.
10162 @end ifinfo
10163 @iftex
10164 @vindex ::@r{, in Modula-2}
10165 @end iftex
10166
10167 There are a few subtle differences between the Modula-2 scope operator
10168 (@code{.}) and the @value{GDBN} scope operator (@code{::}).  The two have
10169 similar syntax:
10170
10171 @smallexample
10172
10173 @var{module} . @var{id}
10174 @var{scope} :: @var{id}
10175 @end smallexample
10176
10177 @noindent
10178 where @var{scope} is the name of a module or a procedure,
10179 @var{module} the name of a module, and @var{id} is any declared
10180 identifier within your program, except another module.
10181
10182 Using the @code{::} operator makes @value{GDBN} search the scope
10183 specified by @var{scope} for the identifier @var{id}.  If it is not
10184 found in the specified scope, then @value{GDBN} searches all scopes
10185 enclosing the one specified by @var{scope}.
10186
10187 Using the @code{.} operator makes @value{GDBN} search the current scope for
10188 the identifier specified by @var{id} that was imported from the
10189 definition module specified by @var{module}.  With this operator, it is
10190 an error if the identifier @var{id} was not imported from definition
10191 module @var{module}, or if @var{id} is not an identifier in
10192 @var{module}.
10193
10194 @node GDB/M2
10195 @subsubsection @value{GDBN} and Modula-2
10196
10197 Some @value{GDBN} commands have little use when debugging Modula-2 programs.
10198 Five subcommands of @code{set print} and @code{show print} apply
10199 specifically to C and C@t{++}: @samp{vtbl}, @samp{demangle},
10200 @samp{asm-demangle}, @samp{object}, and @samp{union}.  The first four
10201 apply to C@t{++}, and the last to the C @code{union} type, which has no direct
10202 analogue in Modula-2.
10203
10204 The @code{@@} operator (@pxref{Expressions, ,Expressions}), while available
10205 with any language, is not useful with Modula-2.  Its
10206 intent is to aid the debugging of @dfn{dynamic arrays}, which cannot be
10207 created in Modula-2 as they can in C or C@t{++}.  However, because an
10208 address can be specified by an integral constant, the construct
10209 @samp{@{@var{type}@}@var{adrexp}} is still useful.
10210
10211 @cindex @code{#} in Modula-2
10212 In @value{GDBN} scripts, the Modula-2 inequality operator @code{#} is
10213 interpreted as the beginning of a comment.  Use @code{<>} instead.
10214
10215 @node Ada
10216 @subsection Ada
10217 @cindex Ada
10218
10219 The extensions made to @value{GDBN} for Ada only support
10220 output from the @sc{gnu} Ada (GNAT) compiler.
10221 Other Ada compilers are not currently supported, and
10222 attempting to debug executables produced by them is most likely
10223 to be difficult.
10224
10225
10226 @cindex expressions in Ada
10227 @menu
10228 * Ada Mode Intro::              General remarks on the Ada syntax 
10229                                    and semantics supported by Ada mode 
10230                                    in @value{GDBN}.
10231 * Omissions from Ada::          Restrictions on the Ada expression syntax.
10232 * Additions to Ada::            Extensions of the Ada expression syntax.
10233 * Stopping Before Main Program:: Debugging the program during elaboration.
10234 * Ada Glitches::                Known peculiarities of Ada mode.
10235 @end menu
10236
10237 @node Ada Mode Intro
10238 @subsubsection Introduction
10239 @cindex Ada mode, general
10240
10241 The Ada mode of @value{GDBN} supports a fairly large subset of Ada expression 
10242 syntax, with some extensions.
10243 The philosophy behind the design of this subset is 
10244
10245 @itemize @bullet
10246 @item
10247 That @value{GDBN} should provide basic literals and access to operations for 
10248 arithmetic, dereferencing, field selection, indexing, and subprogram calls, 
10249 leaving more sophisticated computations to subprograms written into the
10250 program (which therefore may be called from @value{GDBN}).
10251
10252 @item 
10253 That type safety and strict adherence to Ada language restrictions
10254 are not particularly important to the @value{GDBN} user.
10255
10256 @item 
10257 That brevity is important to the @value{GDBN} user.
10258 @end itemize
10259
10260 Thus, for brevity, the debugger acts as if there were 
10261 implicit @code{with} and @code{use} clauses in effect for all user-written 
10262 packages, making it unnecessary to fully qualify most names with 
10263 their packages, regardless of context.  Where this causes ambiguity, 
10264 @value{GDBN} asks the user's intent.
10265
10266 The debugger will start in Ada mode if it detects an Ada main program. 
10267 As for other languages, it will enter Ada mode when stopped in a program that
10268 was translated from an Ada source file.
10269
10270 While in Ada mode, you may use `@t{--}' for comments.  This is useful 
10271 mostly for documenting command files.  The standard @value{GDBN} comment 
10272 (@samp{#}) still works at the beginning of a line in Ada mode, but not in the 
10273 middle (to allow based literals).
10274
10275 The debugger supports limited overloading.  Given a subprogram call in which
10276 the function symbol has multiple definitions, it will use the number of 
10277 actual parameters and some information about their types to attempt to narrow
10278 the set of definitions.  It also makes very limited use of context, preferring
10279 procedures to functions in the context of the @code{call} command, and
10280 functions to procedures elsewhere. 
10281
10282 @node Omissions from Ada
10283 @subsubsection Omissions from Ada
10284 @cindex Ada, omissions from
10285
10286 Here are the notable omissions from the subset:
10287
10288 @itemize @bullet
10289 @item
10290 Only a subset of the attributes are supported:
10291
10292 @itemize @minus
10293 @item
10294 @t{'First}, @t{'Last}, and @t{'Length}
10295  on array objects (not on types and subtypes).
10296
10297 @item
10298 @t{'Min} and @t{'Max}.  
10299
10300 @item 
10301 @t{'Pos} and @t{'Val}. 
10302
10303 @item
10304 @t{'Tag}.
10305
10306 @item
10307 @t{'Range} on array objects (not subtypes), but only as the right
10308 operand of the membership (@code{in}) operator.
10309
10310 @item 
10311 @t{'Access}, @t{'Unchecked_Access}, and 
10312 @t{'Unrestricted_Access} (a GNAT extension).
10313
10314 @item
10315 @t{'Address}.
10316 @end itemize
10317
10318 @item
10319 The names in
10320 @code{Characters.Latin_1} are not available and
10321 concatenation is not implemented.  Thus, escape characters in strings are 
10322 not currently available.
10323
10324 @item
10325 Equality tests (@samp{=} and @samp{/=}) on arrays test for bitwise
10326 equality of representations.  They will generally work correctly
10327 for strings and arrays whose elements have integer or enumeration types.
10328 They may not work correctly for arrays whose element
10329 types have user-defined equality, for arrays of real values 
10330 (in particular, IEEE-conformant floating point, because of negative
10331 zeroes and NaNs), and for arrays whose elements contain unused bits with
10332 indeterminate values.  
10333
10334 @item
10335 The other component-by-component array operations (@code{and}, @code{or}, 
10336 @code{xor}, @code{not}, and relational tests other than equality)
10337 are not implemented. 
10338
10339 @item 
10340 @cindex array aggregates (Ada)
10341 @cindex record aggregates (Ada)
10342 @cindex aggregates (Ada) 
10343 There is limited support for array and record aggregates.  They are
10344 permitted only on the right sides of assignments, as in these examples:
10345
10346 @smallexample
10347 set An_Array := (1, 2, 3, 4, 5, 6)
10348 set An_Array := (1, others => 0)
10349 set An_Array := (0|4 => 1, 1..3 => 2, 5 => 6)
10350 set A_2D_Array := ((1, 2, 3), (4, 5, 6), (7, 8, 9))
10351 set A_Record := (1, "Peter", True);
10352 set A_Record := (Name => "Peter", Id => 1, Alive => True)
10353 @end smallexample
10354
10355 Changing a
10356 discriminant's value by assigning an aggregate has an
10357 undefined effect if that discriminant is used within the record.
10358 However, you can first modify discriminants by directly assigning to
10359 them (which normally would not be allowed in Ada), and then performing an
10360 aggregate assignment.  For example, given a variable @code{A_Rec} 
10361 declared to have a type such as:
10362
10363 @smallexample
10364 type Rec (Len : Small_Integer := 0) is record
10365     Id : Integer;
10366     Vals : IntArray (1 .. Len);
10367 end record;
10368 @end smallexample
10369
10370 you can assign a value with a different size of @code{Vals} with two
10371 assignments:
10372
10373 @smallexample
10374 set A_Rec.Len := 4
10375 set A_Rec := (Id => 42, Vals => (1, 2, 3, 4))
10376 @end smallexample
10377
10378 As this example also illustrates, @value{GDBN} is very loose about the usual
10379 rules concerning aggregates.  You may leave out some of the
10380 components of an array or record aggregate (such as the @code{Len} 
10381 component in the assignment to @code{A_Rec} above); they will retain their
10382 original values upon assignment.  You may freely use dynamic values as
10383 indices in component associations.  You may even use overlapping or
10384 redundant component associations, although which component values are
10385 assigned in such cases is not defined.
10386
10387 @item
10388 Calls to dispatching subprograms are not implemented.
10389
10390 @item
10391 The overloading algorithm is much more limited (i.e., less selective)
10392 than that of real Ada.  It makes only limited use of the context in which a subexpression
10393 appears to resolve its meaning, and it is much looser in its rules for allowing
10394 type matches.  As a result, some function calls will be ambiguous, and the user
10395 will be asked to choose the proper resolution.
10396
10397 @item
10398 The @code{new} operator is not implemented.
10399
10400 @item
10401 Entry calls are not implemented.
10402
10403 @item 
10404 Aside from printing, arithmetic operations on the native VAX floating-point 
10405 formats are not supported.
10406
10407 @item
10408 It is not possible to slice a packed array.
10409 @end itemize
10410
10411 @node Additions to Ada
10412 @subsubsection Additions to Ada
10413 @cindex Ada, deviations from 
10414
10415 As it does for other languages, @value{GDBN} makes certain generic
10416 extensions to Ada (@pxref{Expressions}):
10417
10418 @itemize @bullet
10419 @item
10420 If the expression @var{E} is a variable residing in memory 
10421 (typically a local variable or array element) and @var{N} is 
10422 a positive integer, then @code{@var{E}@@@var{N}} displays the values of
10423 @var{E} and the @var{N}-1 adjacent variables following it in memory as an array.  
10424 In Ada, this operator is generally not necessary, since its prime use
10425 is in displaying parts of an array, and slicing will usually do this in Ada.
10426 However, there are occasional uses when debugging programs
10427 in which certain debugging information has been optimized away.
10428
10429 @item
10430 @code{@var{B}::@var{var}} means ``the variable named @var{var} that appears
10431 in function or file @var{B}.''  When @var{B} is a file name, you must typically
10432 surround it in single quotes.
10433
10434 @item 
10435 The expression @code{@{@var{type}@} @var{addr}} means ``the variable of type
10436 @var{type} that appears at address @var{addr}.''
10437
10438 @item
10439 A name starting with @samp{$} is a convenience variable 
10440 (@pxref{Convenience Vars}) or a machine register (@pxref{Registers}).
10441 @end itemize
10442
10443 In addition, @value{GDBN} provides a few other shortcuts and outright additions specific 
10444 to Ada:
10445
10446 @itemize @bullet
10447 @item 
10448 The assignment statement is allowed as an expression, returning
10449 its right-hand operand as its value.  Thus, you may enter
10450
10451 @smallexample
10452 set x := y + 3
10453 print A(tmp := y + 1)
10454 @end smallexample
10455
10456 @item 
10457 The semicolon is allowed as an ``operator,''  returning as its value 
10458 the value of its right-hand operand.
10459 This allows, for example,
10460 complex conditional breaks:
10461
10462 @smallexample
10463 break f
10464 condition 1 (report(i); k += 1; A(k) > 100)
10465 @end smallexample
10466
10467 @item 
10468 Rather than use catenation and symbolic character names to introduce special 
10469 characters into strings, one may instead use a special bracket notation, 
10470 which is also used to print strings.  A sequence of characters of the form 
10471 @samp{["@var{XX}"]} within a string or character literal denotes the 
10472 (single) character whose numeric encoding is @var{XX} in hexadecimal.  The
10473 sequence of characters @samp{["""]} also denotes a single quotation mark 
10474 in strings.   For example,
10475 @smallexample
10476    "One line.["0a"]Next line.["0a"]"
10477 @end smallexample
10478 @noindent
10479 contains an ASCII newline character (@code{Ada.Characters.Latin_1.LF}) after each
10480 period.
10481
10482 @item
10483 The subtype used as a prefix for the attributes @t{'Pos}, @t{'Min}, and
10484 @t{'Max} is optional (and is ignored in any case).  For example, it is valid
10485 to write
10486
10487 @smallexample
10488 print 'max(x, y)
10489 @end smallexample
10490
10491 @item
10492 When printing arrays, @value{GDBN} uses positional notation when the 
10493 array has a lower bound of 1, and uses a modified named notation otherwise.
10494 For example, a one-dimensional array of three integers with a lower bound of 3 might print as
10495
10496 @smallexample
10497 (3 => 10, 17, 1)
10498 @end smallexample
10499
10500 @noindent
10501 That is, in contrast to valid Ada, only the first component has a @code{=>} 
10502 clause.
10503
10504 @item
10505 You may abbreviate attributes in expressions with any unique,
10506 multi-character subsequence of 
10507 their names (an exact match gets preference).
10508 For example, you may use @t{a'len}, @t{a'gth}, or @t{a'lh}
10509 in place of  @t{a'length}.
10510
10511 @item
10512 @cindex quoting Ada internal identifiers
10513 Since Ada is case-insensitive, the debugger normally maps identifiers you type 
10514 to lower case.  The GNAT compiler uses upper-case characters for 
10515 some of its internal identifiers, which are normally of no interest to users.
10516 For the rare occasions when you actually have to look at them,
10517 enclose them in angle brackets to avoid the lower-case mapping. 
10518 For example,
10519 @smallexample
10520 @value{GDBP} print <JMPBUF_SAVE>[0]
10521 @end smallexample
10522
10523 @item
10524 Printing an object of class-wide type or dereferencing an 
10525 access-to-class-wide value will display all the components of the object's
10526 specific type (as indicated by its run-time tag).  Likewise, component
10527 selection on such a value will operate on the specific type of the
10528 object.
10529
10530 @end itemize
10531
10532 @node Stopping Before Main Program
10533 @subsubsection Stopping at the Very Beginning
10534
10535 @cindex breakpointing Ada elaboration code
10536 It is sometimes necessary to debug the program during elaboration, and
10537 before reaching the main procedure.
10538 As defined in the Ada Reference
10539 Manual, the elaboration code is invoked from a procedure called
10540 @code{adainit}.  To run your program up to the beginning of
10541 elaboration, simply use the following two commands:
10542 @code{tbreak adainit} and @code{run}.
10543
10544 @node Ada Glitches
10545 @subsubsection Known Peculiarities of Ada Mode
10546 @cindex Ada, problems
10547
10548 Besides the omissions listed previously (@pxref{Omissions from Ada}),
10549 we know of several problems with and limitations of Ada mode in
10550 @value{GDBN},
10551 some of which will be fixed with planned future releases of the debugger 
10552 and the GNU Ada compiler.
10553
10554 @itemize @bullet
10555 @item
10556 Currently, the debugger 
10557 has insufficient information to determine whether certain pointers represent
10558 pointers to objects or the objects themselves.
10559 Thus, the user may have to tack an extra @code{.all} after an expression
10560 to get it printed properly.
10561
10562 @item 
10563 Static constants that the compiler chooses not to materialize as objects in 
10564 storage are invisible to the debugger.
10565
10566 @item
10567 Named parameter associations in function argument lists are ignored (the
10568 argument lists are treated as positional).
10569
10570 @item
10571 Many useful library packages are currently invisible to the debugger.
10572
10573 @item
10574 Fixed-point arithmetic, conversions, input, and output is carried out using 
10575 floating-point arithmetic, and may give results that only approximate those on 
10576 the host machine.
10577
10578 @item
10579 The type of the @t{'Address} attribute may not be @code{System.Address}.
10580
10581 @item
10582 The GNAT compiler never generates the prefix @code{Standard} for any of 
10583 the standard symbols defined by the Ada language.  @value{GDBN} knows about 
10584 this: it will strip the prefix from names when you use it, and will never
10585 look for a name you have so qualified among local symbols, nor match against
10586 symbols in other packages or subprograms.  If you have 
10587 defined entities anywhere in your program other than parameters and 
10588 local variables whose simple names match names in @code{Standard}, 
10589 GNAT's lack of qualification here can cause confusion.  When this happens,
10590 you can usually resolve the confusion 
10591 by qualifying the problematic names with package
10592 @code{Standard} explicitly.  
10593 @end itemize
10594
10595 @node Unsupported languages
10596 @section Unsupported languages
10597
10598 @cindex unsupported languages
10599 @cindex minimal language
10600 In addition to the other fully-supported programming languages,
10601 @value{GDBN} also provides a pseudo-language, called @code{minimal}.
10602 It does not represent a real programming language, but provides a set
10603 of capabilities close to what the C or assembly languages provide.
10604 This should allow most simple operations to be performed while debugging
10605 an application that uses a language currently not supported by @value{GDBN}.
10606
10607 If the language is set to @code{auto}, @value{GDBN} will automatically
10608 select this language if the current frame corresponds to an unsupported
10609 language.
10610
10611 @node Symbols
10612 @chapter Examining the Symbol Table
10613
10614 The commands described in this chapter allow you to inquire about the
10615 symbols (names of variables, functions and types) defined in your
10616 program.  This information is inherent in the text of your program and
10617 does not change as your program executes.  @value{GDBN} finds it in your
10618 program's symbol table, in the file indicated when you started @value{GDBN}
10619 (@pxref{File Options, ,Choosing files}), or by one of the
10620 file-management commands (@pxref{Files, ,Commands to specify files}).
10621
10622 @cindex symbol names
10623 @cindex names of symbols
10624 @cindex quoting names
10625 Occasionally, you may need to refer to symbols that contain unusual
10626 characters, which @value{GDBN} ordinarily treats as word delimiters.  The
10627 most frequent case is in referring to static variables in other
10628 source files (@pxref{Variables,,Program variables}).  File names
10629 are recorded in object files as debugging symbols, but @value{GDBN} would
10630 ordinarily parse a typical file name, like @file{foo.c}, as the three words
10631 @samp{foo} @samp{.} @samp{c}.  To allow @value{GDBN} to recognize
10632 @samp{foo.c} as a single symbol, enclose it in single quotes; for example,
10633
10634 @smallexample
10635 p 'foo.c'::x
10636 @end smallexample
10637
10638 @noindent
10639 looks up the value of @code{x} in the scope of the file @file{foo.c}.
10640
10641 @table @code
10642 @cindex case-insensitive symbol names
10643 @cindex case sensitivity in symbol names
10644 @kindex set case-sensitive
10645 @item set case-sensitive on
10646 @itemx set case-sensitive off
10647 @itemx set case-sensitive auto
10648 Normally, when @value{GDBN} looks up symbols, it matches their names
10649 with case sensitivity determined by the current source language.
10650 Occasionally, you may wish to control that.  The command @code{set
10651 case-sensitive} lets you do that by specifying @code{on} for
10652 case-sensitive matches or @code{off} for case-insensitive ones.  If
10653 you specify @code{auto}, case sensitivity is reset to the default
10654 suitable for the source language.  The default is case-sensitive
10655 matches for all languages except for Fortran, for which the default is
10656 case-insensitive matches.
10657
10658 @kindex show case-sensitive
10659 @item show case-sensitive
10660 This command shows the current setting of case sensitivity for symbols
10661 lookups.
10662
10663 @kindex info address
10664 @cindex address of a symbol
10665 @item info address @var{symbol}
10666 Describe where the data for @var{symbol} is stored.  For a register
10667 variable, this says which register it is kept in.  For a non-register
10668 local variable, this prints the stack-frame offset at which the variable
10669 is always stored.
10670
10671 Note the contrast with @samp{print &@var{symbol}}, which does not work
10672 at all for a register variable, and for a stack local variable prints
10673 the exact address of the current instantiation of the variable.
10674
10675 @kindex info symbol
10676 @cindex symbol from address
10677 @cindex closest symbol and offset for an address
10678 @item info symbol @var{addr}
10679 Print the name of a symbol which is stored at the address @var{addr}.
10680 If no symbol is stored exactly at @var{addr}, @value{GDBN} prints the
10681 nearest symbol and an offset from it:
10682
10683 @smallexample
10684 (@value{GDBP}) info symbol 0x54320
10685 _initialize_vx + 396 in section .text
10686 @end smallexample
10687
10688 @noindent
10689 This is the opposite of the @code{info address} command.  You can use
10690 it to find out the name of a variable or a function given its address.
10691
10692 @kindex whatis
10693 @item whatis [@var{arg}]
10694 Print the data type of @var{arg}, which can be either an expression or
10695 a data type.  With no argument, print the data type of @code{$}, the
10696 last value in the value history.  If @var{arg} is an expression, it is
10697 not actually evaluated, and any side-effecting operations (such as
10698 assignments or function calls) inside it do not take place.  If
10699 @var{arg} is a type name, it may be the name of a type or typedef, or
10700 for C code it may have the form @samp{class @var{class-name}},
10701 @samp{struct @var{struct-tag}}, @samp{union @var{union-tag}} or
10702 @samp{enum @var{enum-tag}}.
10703 @xref{Expressions, ,Expressions}.
10704
10705 @kindex ptype
10706 @item ptype [@var{arg}]
10707 @code{ptype} accepts the same arguments as @code{whatis}, but prints a
10708 detailed description of the type, instead of just the name of the type.
10709 @xref{Expressions, ,Expressions}.
10710
10711 For example, for this variable declaration:
10712
10713 @smallexample
10714 struct complex @{double real; double imag;@} v;
10715 @end smallexample
10716
10717 @noindent
10718 the two commands give this output:
10719
10720 @smallexample
10721 @group
10722 (@value{GDBP}) whatis v
10723 type = struct complex
10724 (@value{GDBP}) ptype v
10725 type = struct complex @{
10726     double real;
10727     double imag;
10728 @}
10729 @end group
10730 @end smallexample
10731
10732 @noindent
10733 As with @code{whatis}, using @code{ptype} without an argument refers to
10734 the type of @code{$}, the last value in the value history.
10735
10736 @cindex incomplete type
10737 Sometimes, programs use opaque data types or incomplete specifications
10738 of complex data structure.  If the debug information included in the
10739 program does not allow @value{GDBN} to display a full declaration of
10740 the data type, it will say @samp{<incomplete type>}.  For example,
10741 given these declarations:
10742
10743 @smallexample
10744     struct foo;
10745     struct foo *fooptr;
10746 @end smallexample
10747
10748 @noindent
10749 but no definition for @code{struct foo} itself, @value{GDBN} will say:
10750
10751 @smallexample
10752   (@value{GDBP}) ptype foo
10753   $1 = <incomplete type>
10754 @end smallexample
10755
10756 @noindent
10757 ``Incomplete type'' is C terminology for data types that are not
10758 completely specified.
10759
10760 @kindex info types
10761 @item info types @var{regexp}
10762 @itemx info types
10763 Print a brief description of all types whose names match the regular
10764 expression @var{regexp} (or all types in your program, if you supply
10765 no argument).  Each complete typename is matched as though it were a
10766 complete line; thus, @samp{i type value} gives information on all
10767 types in your program whose names include the string @code{value}, but
10768 @samp{i type ^value$} gives information only on types whose complete
10769 name is @code{value}.
10770
10771 This command differs from @code{ptype} in two ways: first, like
10772 @code{whatis}, it does not print a detailed description; second, it
10773 lists all source files where a type is defined.
10774
10775 @kindex info scope
10776 @cindex local variables
10777 @item info scope @var{location}
10778 List all the variables local to a particular scope.  This command
10779 accepts a @var{location} argument---a function name, a source line, or
10780 an address preceded by a @samp{*}, and prints all the variables local
10781 to the scope defined by that location.  For example:
10782
10783 @smallexample
10784 (@value{GDBP}) @b{info scope command_line_handler}
10785 Scope for command_line_handler:
10786 Symbol rl is an argument at stack/frame offset 8, length 4.
10787 Symbol linebuffer is in static storage at address 0x150a18, length 4.
10788 Symbol linelength is in static storage at address 0x150a1c, length 4.
10789 Symbol p is a local variable in register $esi, length 4.
10790 Symbol p1 is a local variable in register $ebx, length 4.
10791 Symbol nline is a local variable in register $edx, length 4.
10792 Symbol repeat is a local variable at frame offset -8, length 4.
10793 @end smallexample
10794
10795 @noindent
10796 This command is especially useful for determining what data to collect
10797 during a @dfn{trace experiment}, see @ref{Tracepoint Actions,
10798 collect}.
10799
10800 @kindex info source
10801 @item info source
10802 Show information about the current source file---that is, the source file for
10803 the function containing the current point of execution:
10804 @itemize @bullet
10805 @item
10806 the name of the source file, and the directory containing it,
10807 @item
10808 the directory it was compiled in,
10809 @item
10810 its length, in lines,
10811 @item
10812 which programming language it is written in,
10813 @item
10814 whether the executable includes debugging information for that file, and
10815 if so, what format the information is in (e.g., STABS, Dwarf 2, etc.), and
10816 @item
10817 whether the debugging information includes information about
10818 preprocessor macros.
10819 @end itemize
10820
10821
10822 @kindex info sources
10823 @item info sources
10824 Print the names of all source files in your program for which there is
10825 debugging information, organized into two lists: files whose symbols
10826 have already been read, and files whose symbols will be read when needed.
10827
10828 @kindex info functions
10829 @item info functions
10830 Print the names and data types of all defined functions.
10831
10832 @item info functions @var{regexp}
10833 Print the names and data types of all defined functions
10834 whose names contain a match for regular expression @var{regexp}.
10835 Thus, @samp{info fun step} finds all functions whose names
10836 include @code{step}; @samp{info fun ^step} finds those whose names
10837 start with @code{step}.  If a function name contains characters
10838 that conflict with the regular expression language (e.g.@:
10839 @samp{operator*()}), they may be quoted with a backslash.
10840
10841 @kindex info variables
10842 @item info variables
10843 Print the names and data types of all variables that are declared
10844 outside of functions (i.e.@: excluding local variables).
10845
10846 @item info variables @var{regexp}
10847 Print the names and data types of all variables (except for local
10848 variables) whose names contain a match for regular expression
10849 @var{regexp}.
10850
10851 @kindex info classes
10852 @cindex Objective-C, classes and selectors
10853 @item info classes
10854 @itemx info classes @var{regexp}
10855 Display all Objective-C classes in your program, or
10856 (with the @var{regexp} argument) all those matching a particular regular
10857 expression.
10858
10859 @kindex info selectors
10860 @item info selectors
10861 @itemx info selectors @var{regexp}
10862 Display all Objective-C selectors in your program, or
10863 (with the @var{regexp} argument) all those matching a particular regular
10864 expression.
10865
10866 @ignore
10867 This was never implemented.
10868 @kindex info methods
10869 @item info methods
10870 @itemx info methods @var{regexp}
10871 The @code{info methods} command permits the user to examine all defined
10872 methods within C@t{++} program, or (with the @var{regexp} argument) a
10873 specific set of methods found in the various C@t{++} classes.  Many
10874 C@t{++} classes provide a large number of methods.  Thus, the output
10875 from the @code{ptype} command can be overwhelming and hard to use.  The
10876 @code{info-methods} command filters the methods, printing only those
10877 which match the regular-expression @var{regexp}.
10878 @end ignore
10879
10880 @cindex reloading symbols
10881 Some systems allow individual object files that make up your program to
10882 be replaced without stopping and restarting your program.  For example,
10883 in VxWorks you can simply recompile a defective object file and keep on
10884 running.  If you are running on one of these systems, you can allow
10885 @value{GDBN} to reload the symbols for automatically relinked modules:
10886
10887 @table @code
10888 @kindex set symbol-reloading
10889 @item set symbol-reloading on
10890 Replace symbol definitions for the corresponding source file when an
10891 object file with a particular name is seen again.
10892
10893 @item set symbol-reloading off
10894 Do not replace symbol definitions when encountering object files of the
10895 same name more than once.  This is the default state; if you are not
10896 running on a system that permits automatic relinking of modules, you
10897 should leave @code{symbol-reloading} off, since otherwise @value{GDBN}
10898 may discard symbols when linking large programs, that may contain
10899 several modules (from different directories or libraries) with the same
10900 name.
10901
10902 @kindex show symbol-reloading
10903 @item show symbol-reloading
10904 Show the current @code{on} or @code{off} setting.
10905 @end table
10906
10907 @cindex opaque data types
10908 @kindex set opaque-type-resolution
10909 @item set opaque-type-resolution on
10910 Tell @value{GDBN} to resolve opaque types.  An opaque type is a type
10911 declared as a pointer to a @code{struct}, @code{class}, or
10912 @code{union}---for example, @code{struct MyType *}---that is used in one
10913 source file although the full declaration of @code{struct MyType} is in
10914 another source file.  The default is on.
10915
10916 A change in the setting of this subcommand will not take effect until
10917 the next time symbols for a file are loaded.
10918
10919 @item set opaque-type-resolution off
10920 Tell @value{GDBN} not to resolve opaque types.  In this case, the type
10921 is printed as follows:
10922 @smallexample
10923 @{<no data fields>@}
10924 @end smallexample
10925
10926 @kindex show opaque-type-resolution
10927 @item show opaque-type-resolution
10928 Show whether opaque types are resolved or not.
10929
10930 @kindex maint print symbols
10931 @cindex symbol dump
10932 @kindex maint print psymbols
10933 @cindex partial symbol dump
10934 @item maint print symbols @var{filename}
10935 @itemx maint print psymbols @var{filename}
10936 @itemx maint print msymbols @var{filename}
10937 Write a dump of debugging symbol data into the file @var{filename}.
10938 These commands are used to debug the @value{GDBN} symbol-reading code.  Only
10939 symbols with debugging data are included.  If you use @samp{maint print
10940 symbols}, @value{GDBN} includes all the symbols for which it has already
10941 collected full details: that is, @var{filename} reflects symbols for
10942 only those files whose symbols @value{GDBN} has read.  You can use the
10943 command @code{info sources} to find out which files these are.  If you
10944 use @samp{maint print psymbols} instead, the dump shows information about
10945 symbols that @value{GDBN} only knows partially---that is, symbols defined in
10946 files that @value{GDBN} has skimmed, but not yet read completely.  Finally,
10947 @samp{maint print msymbols} dumps just the minimal symbol information
10948 required for each object file from which @value{GDBN} has read some symbols.
10949 @xref{Files, ,Commands to specify files}, for a discussion of how
10950 @value{GDBN} reads symbols (in the description of @code{symbol-file}).
10951
10952 @kindex maint info symtabs
10953 @kindex maint info psymtabs
10954 @cindex listing @value{GDBN}'s internal symbol tables
10955 @cindex symbol tables, listing @value{GDBN}'s internal
10956 @cindex full symbol tables, listing @value{GDBN}'s internal
10957 @cindex partial symbol tables, listing @value{GDBN}'s internal
10958 @item maint info symtabs @r{[} @var{regexp} @r{]}
10959 @itemx maint info psymtabs @r{[} @var{regexp} @r{]}
10960
10961 List the @code{struct symtab} or @code{struct partial_symtab}
10962 structures whose names match @var{regexp}.  If @var{regexp} is not
10963 given, list them all.  The output includes expressions which you can
10964 copy into a @value{GDBN} debugging this one to examine a particular
10965 structure in more detail.  For example:
10966
10967 @smallexample
10968 (@value{GDBP}) maint info psymtabs dwarf2read
10969 @{ objfile /home/gnu/build/gdb/gdb
10970   ((struct objfile *) 0x82e69d0)
10971   @{ psymtab /home/gnu/src/gdb/dwarf2read.c
10972     ((struct partial_symtab *) 0x8474b10)
10973     readin no
10974     fullname (null)
10975     text addresses 0x814d3c8 -- 0x8158074
10976     globals (* (struct partial_symbol **) 0x8507a08 @@ 9)
10977     statics (* (struct partial_symbol **) 0x40e95b78 @@ 2882)
10978     dependencies (none)
10979   @}
10980 @}
10981 (@value{GDBP}) maint info symtabs
10982 (@value{GDBP})
10983 @end smallexample
10984 @noindent
10985 We see that there is one partial symbol table whose filename contains
10986 the string @samp{dwarf2read}, belonging to the @samp{gdb} executable;
10987 and we see that @value{GDBN} has not read in any symtabs yet at all.
10988 If we set a breakpoint on a function, that will cause @value{GDBN} to
10989 read the symtab for the compilation unit containing that function:
10990
10991 @smallexample
10992 (@value{GDBP}) break dwarf2_psymtab_to_symtab
10993 Breakpoint 1 at 0x814e5da: file /home/gnu/src/gdb/dwarf2read.c,
10994 line 1574.
10995 (@value{GDBP}) maint info symtabs
10996 @{ objfile /home/gnu/build/gdb/gdb
10997   ((struct objfile *) 0x82e69d0)
10998   @{ symtab /home/gnu/src/gdb/dwarf2read.c
10999     ((struct symtab *) 0x86c1f38)
11000     dirname (null)
11001     fullname (null)
11002     blockvector ((struct blockvector *) 0x86c1bd0) (primary)
11003     debugformat DWARF 2
11004   @}
11005 @}
11006 (@value{GDBP})
11007 @end smallexample
11008 @end table
11009
11010
11011 @node Altering
11012 @chapter Altering Execution
11013
11014 Once you think you have found an error in your program, you might want to
11015 find out for certain whether correcting the apparent error would lead to
11016 correct results in the rest of the run.  You can find the answer by
11017 experiment, using the @value{GDBN} features for altering execution of the
11018 program.
11019
11020 For example, you can store new values into variables or memory
11021 locations, give your program a signal, restart it at a different
11022 address, or even return prematurely from a function.
11023
11024 @menu
11025 * Assignment::                  Assignment to variables
11026 * Jumping::                     Continuing at a different address
11027 * Signaling::                   Giving your program a signal
11028 * Returning::                   Returning from a function
11029 * Calling::                     Calling your program's functions
11030 * Patching::                    Patching your program
11031 @end menu
11032
11033 @node Assignment
11034 @section Assignment to variables
11035
11036 @cindex assignment
11037 @cindex setting variables
11038 To alter the value of a variable, evaluate an assignment expression.
11039 @xref{Expressions, ,Expressions}.  For example,
11040
11041 @smallexample
11042 print x=4
11043 @end smallexample
11044
11045 @noindent
11046 stores the value 4 into the variable @code{x}, and then prints the
11047 value of the assignment expression (which is 4).
11048 @xref{Languages, ,Using @value{GDBN} with Different Languages}, for more
11049 information on operators in supported languages.
11050
11051 @kindex set variable
11052 @cindex variables, setting
11053 If you are not interested in seeing the value of the assignment, use the
11054 @code{set} command instead of the @code{print} command.  @code{set} is
11055 really the same as @code{print} except that the expression's value is
11056 not printed and is not put in the value history (@pxref{Value History,
11057 ,Value history}).  The expression is evaluated only for its effects.
11058
11059 If the beginning of the argument string of the @code{set} command
11060 appears identical to a @code{set} subcommand, use the @code{set
11061 variable} command instead of just @code{set}.  This command is identical
11062 to @code{set} except for its lack of subcommands.  For example, if your
11063 program has a variable @code{width}, you get an error if you try to set
11064 a new value with just @samp{set width=13}, because @value{GDBN} has the
11065 command @code{set width}:
11066
11067 @smallexample
11068 (@value{GDBP}) whatis width
11069 type = double
11070 (@value{GDBP}) p width
11071 $4 = 13
11072 (@value{GDBP}) set width=47
11073 Invalid syntax in expression.
11074 @end smallexample
11075
11076 @noindent
11077 The invalid expression, of course, is @samp{=47}.  In
11078 order to actually set the program's variable @code{width}, use
11079
11080 @smallexample
11081 (@value{GDBP}) set var width=47
11082 @end smallexample
11083
11084 Because the @code{set} command has many subcommands that can conflict
11085 with the names of program variables, it is a good idea to use the
11086 @code{set variable} command instead of just @code{set}.  For example, if
11087 your program has a variable @code{g}, you run into problems if you try
11088 to set a new value with just @samp{set g=4}, because @value{GDBN} has
11089 the command @code{set gnutarget}, abbreviated @code{set g}:
11090
11091 @smallexample
11092 @group
11093 (@value{GDBP}) whatis g
11094 type = double
11095 (@value{GDBP}) p g
11096 $1 = 1
11097 (@value{GDBP}) set g=4
11098 (@value{GDBP}) p g
11099 $2 = 1
11100 (@value{GDBP}) r
11101 The program being debugged has been started already.
11102 Start it from the beginning? (y or n) y
11103 Starting program: /home/smith/cc_progs/a.out
11104 "/home/smith/cc_progs/a.out": can't open to read symbols:
11105                                  Invalid bfd target.
11106 (@value{GDBP}) show g
11107 The current BFD target is "=4".
11108 @end group
11109 @end smallexample
11110
11111 @noindent
11112 The program variable @code{g} did not change, and you silently set the
11113 @code{gnutarget} to an invalid value.  In order to set the variable
11114 @code{g}, use
11115
11116 @smallexample
11117 (@value{GDBP}) set var g=4
11118 @end smallexample
11119
11120 @value{GDBN} allows more implicit conversions in assignments than C; you can
11121 freely store an integer value into a pointer variable or vice versa,
11122 and you can convert any structure to any other structure that is the
11123 same length or shorter.
11124 @comment FIXME: how do structs align/pad in these conversions?
11125 @comment        /doc@cygnus.com 18dec1990
11126
11127 To store values into arbitrary places in memory, use the @samp{@{@dots{}@}}
11128 construct to generate a value of specified type at a specified address
11129 (@pxref{Expressions, ,Expressions}).  For example, @code{@{int@}0x83040} refers
11130 to memory location @code{0x83040} as an integer (which implies a certain size
11131 and representation in memory), and
11132
11133 @smallexample
11134 set @{int@}0x83040 = 4
11135 @end smallexample
11136
11137 @noindent
11138 stores the value 4 into that memory location.
11139
11140 @node Jumping
11141 @section Continuing at a different address
11142
11143 Ordinarily, when you continue your program, you do so at the place where
11144 it stopped, with the @code{continue} command.  You can instead continue at
11145 an address of your own choosing, with the following commands:
11146
11147 @table @code
11148 @kindex jump
11149 @item jump @var{linespec}
11150 Resume execution at line @var{linespec}.  Execution stops again
11151 immediately if there is a breakpoint there.  @xref{List, ,Printing
11152 source lines}, for a description of the different forms of
11153 @var{linespec}.  It is common practice to use the @code{tbreak} command
11154 in conjunction with @code{jump}.  @xref{Set Breaks, ,Setting
11155 breakpoints}.
11156
11157 The @code{jump} command does not change the current stack frame, or
11158 the stack pointer, or the contents of any memory location or any
11159 register other than the program counter.  If line @var{linespec} is in
11160 a different function from the one currently executing, the results may
11161 be bizarre if the two functions expect different patterns of arguments or
11162 of local variables.  For this reason, the @code{jump} command requests
11163 confirmation if the specified line is not in the function currently
11164 executing.  However, even bizarre results are predictable if you are
11165 well acquainted with the machine-language code of your program.
11166
11167 @item jump *@var{address}
11168 Resume execution at the instruction at address @var{address}.
11169 @end table
11170
11171 @c Doesn't work on HP-UX; have to set $pcoqh and $pcoqt.
11172 On many systems, you can get much the same effect as the @code{jump}
11173 command by storing a new value into the register @code{$pc}.  The
11174 difference is that this does not start your program running; it only
11175 changes the address of where it @emph{will} run when you continue.  For
11176 example,
11177
11178 @smallexample
11179 set $pc = 0x485
11180 @end smallexample
11181
11182 @noindent
11183 makes the next @code{continue} command or stepping command execute at
11184 address @code{0x485}, rather than at the address where your program stopped.
11185 @xref{Continuing and Stepping, ,Continuing and stepping}.
11186
11187 The most common occasion to use the @code{jump} command is to back
11188 up---perhaps with more breakpoints set---over a portion of a program
11189 that has already executed, in order to examine its execution in more
11190 detail.
11191
11192 @c @group
11193 @node Signaling
11194 @section Giving your program a signal
11195 @cindex deliver a signal to a program
11196
11197 @table @code
11198 @kindex signal
11199 @item signal @var{signal}
11200 Resume execution where your program stopped, but immediately give it the
11201 signal @var{signal}.  @var{signal} can be the name or the number of a
11202 signal.  For example, on many systems @code{signal 2} and @code{signal
11203 SIGINT} are both ways of sending an interrupt signal.
11204
11205 Alternatively, if @var{signal} is zero, continue execution without
11206 giving a signal.  This is useful when your program stopped on account of
11207 a signal and would ordinary see the signal when resumed with the
11208 @code{continue} command; @samp{signal 0} causes it to resume without a
11209 signal.
11210
11211 @code{signal} does not repeat when you press @key{RET} a second time
11212 after executing the command.
11213 @end table
11214 @c @end group
11215
11216 Invoking the @code{signal} command is not the same as invoking the
11217 @code{kill} utility from the shell.  Sending a signal with @code{kill}
11218 causes @value{GDBN} to decide what to do with the signal depending on
11219 the signal handling tables (@pxref{Signals}).  The @code{signal} command
11220 passes the signal directly to your program.
11221
11222
11223 @node Returning
11224 @section Returning from a function
11225
11226 @table @code
11227 @cindex returning from a function
11228 @kindex return
11229 @item return
11230 @itemx return @var{expression}
11231 You can cancel execution of a function call with the @code{return}
11232 command.  If you give an
11233 @var{expression} argument, its value is used as the function's return
11234 value.
11235 @end table
11236
11237 When you use @code{return}, @value{GDBN} discards the selected stack frame
11238 (and all frames within it).  You can think of this as making the
11239 discarded frame return prematurely.  If you wish to specify a value to
11240 be returned, give that value as the argument to @code{return}.
11241
11242 This pops the selected stack frame (@pxref{Selection, ,Selecting a
11243 frame}), and any other frames inside of it, leaving its caller as the
11244 innermost remaining frame.  That frame becomes selected.  The
11245 specified value is stored in the registers used for returning values
11246 of functions.
11247
11248 The @code{return} command does not resume execution; it leaves the
11249 program stopped in the state that would exist if the function had just
11250 returned.  In contrast, the @code{finish} command (@pxref{Continuing
11251 and Stepping, ,Continuing and stepping}) resumes execution until the
11252 selected stack frame returns naturally.
11253
11254 @node Calling
11255 @section Calling program functions
11256
11257 @table @code
11258 @cindex calling functions
11259 @cindex inferior functions, calling
11260 @item print @var{expr}
11261 Evaluate the expression @var{expr} and display the resuling value.
11262 @var{expr} may include calls to functions in the program being
11263 debugged.
11264
11265 @kindex call
11266 @item call @var{expr}
11267 Evaluate the expression @var{expr} without displaying @code{void}
11268 returned values.
11269
11270 You can use this variant of the @code{print} command if you want to
11271 execute a function from your program that does not return anything
11272 (a.k.a.@: @dfn{a void function}), but without cluttering the output
11273 with @code{void} returned values that @value{GDBN} will otherwise
11274 print.  If the result is not void, it is printed and saved in the
11275 value history.
11276 @end table
11277
11278 It is possible for the function you call via the @code{print} or
11279 @code{call} command to generate a signal (e.g., if there's a bug in
11280 the function, or if you passed it incorrect arguments).  What happens
11281 in that case is controlled by the @code{set unwindonsignal} command.
11282
11283 @table @code
11284 @item set unwindonsignal
11285 @kindex set unwindonsignal
11286 @cindex unwind stack in called functions
11287 @cindex call dummy stack unwinding
11288 Set unwinding of the stack if a signal is received while in a function
11289 that @value{GDBN} called in the program being debugged.  If set to on,
11290 @value{GDBN} unwinds the stack it created for the call and restores
11291 the context to what it was before the call.  If set to off (the
11292 default), @value{GDBN} stops in the frame where the signal was
11293 received.
11294
11295 @item show unwindonsignal
11296 @kindex show unwindonsignal
11297 Show the current setting of stack unwinding in the functions called by
11298 @value{GDBN}.
11299 @end table
11300
11301 @cindex weak alias functions
11302 Sometimes, a function you wish to call is actually a @dfn{weak alias}
11303 for another function.  In such case, @value{GDBN} might not pick up
11304 the type information, including the types of the function arguments,
11305 which causes @value{GDBN} to call the inferior function incorrectly.
11306 As a result, the called function will function erroneously and may
11307 even crash.  A solution to that is to use the name of the aliased
11308 function instead.
11309
11310 @node Patching
11311 @section Patching programs
11312
11313 @cindex patching binaries
11314 @cindex writing into executables
11315 @cindex writing into corefiles
11316
11317 By default, @value{GDBN} opens the file containing your program's
11318 executable code (or the corefile) read-only.  This prevents accidental
11319 alterations to machine code; but it also prevents you from intentionally
11320 patching your program's binary.
11321
11322 If you'd like to be able to patch the binary, you can specify that
11323 explicitly with the @code{set write} command.  For example, you might
11324 want to turn on internal debugging flags, or even to make emergency
11325 repairs.
11326
11327 @table @code
11328 @kindex set write
11329 @item set write on
11330 @itemx set write off
11331 If you specify @samp{set write on}, @value{GDBN} opens executable and
11332 core files for both reading and writing; if you specify @samp{set write
11333 off} (the default), @value{GDBN} opens them read-only.
11334
11335 If you have already loaded a file, you must load it again (using the
11336 @code{exec-file} or @code{core-file} command) after changing @code{set
11337 write}, for your new setting to take effect.
11338
11339 @item show write
11340 @kindex show write
11341 Display whether executable files and core files are opened for writing
11342 as well as reading.
11343 @end table
11344
11345 @node GDB Files
11346 @chapter @value{GDBN} Files
11347
11348 @value{GDBN} needs to know the file name of the program to be debugged,
11349 both in order to read its symbol table and in order to start your
11350 program.  To debug a core dump of a previous run, you must also tell
11351 @value{GDBN} the name of the core dump file.
11352
11353 @menu
11354 * Files::                       Commands to specify files
11355 * Separate Debug Files::        Debugging information in separate files
11356 * Symbol Errors::               Errors reading symbol files
11357 @end menu
11358
11359 @node Files
11360 @section Commands to specify files
11361
11362 @cindex symbol table
11363 @cindex core dump file
11364
11365 You may want to specify executable and core dump file names.  The usual
11366 way to do this is at start-up time, using the arguments to
11367 @value{GDBN}'s start-up commands (@pxref{Invocation, , Getting In and
11368 Out of @value{GDBN}}).
11369
11370 Occasionally it is necessary to change to a different file during a
11371 @value{GDBN} session.  Or you may run @value{GDBN} and forget to
11372 specify a file you want to use.  Or you are debugging a remote target
11373 via @code{gdbserver} (@pxref{Server, file}).  In these situations the
11374 @value{GDBN} commands to specify new files are useful.
11375
11376 @table @code
11377 @cindex executable file
11378 @kindex file
11379 @item file @var{filename}
11380 Use @var{filename} as the program to be debugged.  It is read for its
11381 symbols and for the contents of pure memory.  It is also the program
11382 executed when you use the @code{run} command.  If you do not specify a
11383 directory and the file is not found in the @value{GDBN} working directory,
11384 @value{GDBN} uses the environment variable @code{PATH} as a list of
11385 directories to search, just as the shell does when looking for a program
11386 to run.  You can change the value of this variable, for both @value{GDBN}
11387 and your program, using the @code{path} command.
11388
11389 @cindex unlinked object files
11390 @cindex patching object files
11391 You can load unlinked object @file{.o} files into @value{GDBN} using
11392 the @code{file} command.  You will not be able to ``run'' an object
11393 file, but you can disassemble functions and inspect variables.  Also,
11394 if the underlying BFD functionality supports it, you could use
11395 @kbd{gdb -write} to patch object files using this technique.  Note
11396 that @value{GDBN} can neither interpret nor modify relocations in this
11397 case, so branches and some initialized variables will appear to go to
11398 the wrong place.  But this feature is still handy from time to time.
11399
11400 @item file
11401 @code{file} with no argument makes @value{GDBN} discard any information it
11402 has on both executable file and the symbol table.
11403
11404 @kindex exec-file
11405 @item exec-file @r{[} @var{filename} @r{]}
11406 Specify that the program to be run (but not the symbol table) is found
11407 in @var{filename}.  @value{GDBN} searches the environment variable @code{PATH}
11408 if necessary to locate your program.  Omitting @var{filename} means to
11409 discard information on the executable file.
11410
11411 @kindex symbol-file
11412 @item symbol-file @r{[} @var{filename} @r{]}
11413 Read symbol table information from file @var{filename}.  @code{PATH} is
11414 searched when necessary.  Use the @code{file} command to get both symbol
11415 table and program to run from the same file.
11416
11417 @code{symbol-file} with no argument clears out @value{GDBN} information on your
11418 program's symbol table.
11419
11420 The @code{symbol-file} command causes @value{GDBN} to forget the contents of
11421 some breakpoints and auto-display expressions.  This is because they may
11422 contain pointers to the internal data recording symbols and data types,
11423 which are part of the old symbol table data being discarded inside
11424 @value{GDBN}.
11425
11426 @code{symbol-file} does not repeat if you press @key{RET} again after
11427 executing it once.
11428
11429 When @value{GDBN} is configured for a particular environment, it
11430 understands debugging information in whatever format is the standard
11431 generated for that environment; you may use either a @sc{gnu} compiler, or
11432 other compilers that adhere to the local conventions.
11433 Best results are usually obtained from @sc{gnu} compilers; for example,
11434 using @code{@value{GCC}} you can generate debugging information for
11435 optimized code.
11436
11437 For most kinds of object files, with the exception of old SVR3 systems
11438 using COFF, the @code{symbol-file} command does not normally read the
11439 symbol table in full right away.  Instead, it scans the symbol table
11440 quickly to find which source files and which symbols are present.  The
11441 details are read later, one source file at a time, as they are needed.
11442
11443 The purpose of this two-stage reading strategy is to make @value{GDBN}
11444 start up faster.  For the most part, it is invisible except for
11445 occasional pauses while the symbol table details for a particular source
11446 file are being read.  (The @code{set verbose} command can turn these
11447 pauses into messages if desired.  @xref{Messages/Warnings, ,Optional
11448 warnings and messages}.)
11449
11450 We have not implemented the two-stage strategy for COFF yet.  When the
11451 symbol table is stored in COFF format, @code{symbol-file} reads the
11452 symbol table data in full right away.  Note that ``stabs-in-COFF''
11453 still does the two-stage strategy, since the debug info is actually
11454 in stabs format.
11455
11456 @kindex readnow
11457 @cindex reading symbols immediately
11458 @cindex symbols, reading immediately
11459 @item symbol-file @var{filename} @r{[} -readnow @r{]}
11460 @itemx file @var{filename} @r{[} -readnow @r{]}
11461 You can override the @value{GDBN} two-stage strategy for reading symbol
11462 tables by using the @samp{-readnow} option with any of the commands that
11463 load symbol table information, if you want to be sure @value{GDBN} has the
11464 entire symbol table available.
11465
11466 @c FIXME: for now no mention of directories, since this seems to be in
11467 @c flux.  13mar1992 status is that in theory GDB would look either in
11468 @c current dir or in same dir as myprog; but issues like competing
11469 @c GDB's, or clutter in system dirs, mean that in practice right now
11470 @c only current dir is used.  FFish says maybe a special GDB hierarchy
11471 @c (eg rooted in val of env var GDBSYMS) could exist for mappable symbol
11472 @c files.
11473
11474 @kindex core-file
11475 @item core-file @r{[}@var{filename}@r{]}
11476 @itemx core
11477 Specify the whereabouts of a core dump file to be used as the ``contents
11478 of memory''.  Traditionally, core files contain only some parts of the
11479 address space of the process that generated them; @value{GDBN} can access the
11480 executable file itself for other parts.
11481
11482 @code{core-file} with no argument specifies that no core file is
11483 to be used.
11484
11485 Note that the core file is ignored when your program is actually running
11486 under @value{GDBN}.  So, if you have been running your program and you
11487 wish to debug a core file instead, you must kill the subprocess in which
11488 the program is running.  To do this, use the @code{kill} command
11489 (@pxref{Kill Process, ,Killing the child process}).
11490
11491 @kindex add-symbol-file
11492 @cindex dynamic linking
11493 @item add-symbol-file @var{filename} @var{address}
11494 @itemx add-symbol-file @var{filename} @var{address} @r{[} -readnow @r{]}
11495 @itemx add-symbol-file @var{filename} @r{-s}@var{section} @var{address} @dots{}
11496 The @code{add-symbol-file} command reads additional symbol table
11497 information from the file @var{filename}.  You would use this command
11498 when @var{filename} has been dynamically loaded (by some other means)
11499 into the program that is running.  @var{address} should be the memory
11500 address at which the file has been loaded; @value{GDBN} cannot figure
11501 this out for itself.  You can additionally specify an arbitrary number
11502 of @samp{@r{-s}@var{section} @var{address}} pairs, to give an explicit
11503 section name and base address for that section.  You can specify any
11504 @var{address} as an expression.
11505
11506 The symbol table of the file @var{filename} is added to the symbol table
11507 originally read with the @code{symbol-file} command.  You can use the
11508 @code{add-symbol-file} command any number of times; the new symbol data
11509 thus read keeps adding to the old.  To discard all old symbol data
11510 instead, use the @code{symbol-file} command without any arguments.
11511
11512 @cindex relocatable object files, reading symbols from
11513 @cindex object files, relocatable, reading symbols from
11514 @cindex reading symbols from relocatable object files
11515 @cindex symbols, reading from relocatable object files
11516 @cindex @file{.o} files, reading symbols from
11517 Although @var{filename} is typically a shared library file, an
11518 executable file, or some other object file which has been fully
11519 relocated for loading into a process, you can also load symbolic
11520 information from relocatable @file{.o} files, as long as:
11521
11522 @itemize @bullet
11523 @item
11524 the file's symbolic information refers only to linker symbols defined in
11525 that file, not to symbols defined by other object files,
11526 @item
11527 every section the file's symbolic information refers to has actually
11528 been loaded into the inferior, as it appears in the file, and
11529 @item
11530 you can determine the address at which every section was loaded, and
11531 provide these to the @code{add-symbol-file} command.
11532 @end itemize
11533
11534 @noindent
11535 Some embedded operating systems, like Sun Chorus and VxWorks, can load
11536 relocatable files into an already running program; such systems
11537 typically make the requirements above easy to meet.  However, it's
11538 important to recognize that many native systems use complex link
11539 procedures (@code{.linkonce} section factoring and C@t{++} constructor table
11540 assembly, for example) that make the requirements difficult to meet.  In
11541 general, one cannot assume that using @code{add-symbol-file} to read a
11542 relocatable object file's symbolic information will have the same effect
11543 as linking the relocatable object file into the program in the normal
11544 way.
11545
11546 @code{add-symbol-file} does not repeat if you press @key{RET} after using it.
11547
11548 @kindex add-symbol-file-from-memory
11549 @cindex @code{syscall DSO}
11550 @cindex load symbols from memory
11551 @item add-symbol-file-from-memory @var{address}
11552 Load symbols from the given @var{address} in a dynamically loaded
11553 object file whose image is mapped directly into the inferior's memory.
11554 For example, the Linux kernel maps a @code{syscall DSO} into each
11555 process's address space; this DSO provides kernel-specific code for
11556 some system calls.  The argument can be any expression whose
11557 evaluation yields the address of the file's shared object file header.
11558 For this command to work, you must have used @code{symbol-file} or
11559 @code{exec-file} commands in advance.
11560
11561 @kindex add-shared-symbol-files
11562 @kindex assf
11563 @item add-shared-symbol-files @var{library-file}
11564 @itemx assf @var{library-file}
11565 The @code{add-shared-symbol-files} command can currently be used only
11566 in the Cygwin build of @value{GDBN} on MS-Windows OS, where it is an
11567 alias for the @code{dll-symbols} command (@pxref{Cygwin Native}).
11568 @value{GDBN} automatically looks for shared libraries, however if
11569 @value{GDBN} does not find yours, you can invoke
11570 @code{add-shared-symbol-files}.  It takes one argument: the shared
11571 library's file name.  @code{assf} is a shorthand alias for
11572 @code{add-shared-symbol-files}.
11573
11574 @kindex section
11575 @item section @var{section} @var{addr}
11576 The @code{section} command changes the base address of the named
11577 @var{section} of the exec file to @var{addr}.  This can be used if the
11578 exec file does not contain section addresses, (such as in the
11579 @code{a.out} format), or when the addresses specified in the file
11580 itself are wrong.  Each section must be changed separately.  The
11581 @code{info files} command, described below, lists all the sections and
11582 their addresses.
11583
11584 @kindex info files
11585 @kindex info target
11586 @item info files
11587 @itemx info target
11588 @code{info files} and @code{info target} are synonymous; both print the
11589 current target (@pxref{Targets, ,Specifying a Debugging Target}),
11590 including the names of the executable and core dump files currently in
11591 use by @value{GDBN}, and the files from which symbols were loaded.  The
11592 command @code{help target} lists all possible targets rather than
11593 current ones.
11594
11595 @kindex maint info sections
11596 @item maint info sections
11597 Another command that can give you extra information about program sections
11598 is @code{maint info sections}.  In addition to the section information
11599 displayed by @code{info files}, this command displays the flags and file
11600 offset of each section in the executable and core dump files.  In addition,
11601 @code{maint info sections} provides the following command options (which
11602 may be arbitrarily combined):
11603
11604 @table @code
11605 @item ALLOBJ
11606 Display sections for all loaded object files, including shared libraries.
11607 @item @var{sections}
11608 Display info only for named @var{sections}.
11609 @item @var{section-flags}
11610 Display info only for sections for which @var{section-flags} are true.
11611 The section flags that @value{GDBN} currently knows about are:
11612 @table @code
11613 @item ALLOC
11614 Section will have space allocated in the process when loaded.
11615 Set for all sections except those containing debug information.
11616 @item LOAD
11617 Section will be loaded from the file into the child process memory.
11618 Set for pre-initialized code and data, clear for @code{.bss} sections.
11619 @item RELOC
11620 Section needs to be relocated before loading.
11621 @item READONLY
11622 Section cannot be modified by the child process.
11623 @item CODE
11624 Section contains executable code only.
11625 @item DATA
11626 Section contains data only (no executable code).
11627 @item ROM
11628 Section will reside in ROM.
11629 @item CONSTRUCTOR
11630 Section contains data for constructor/destructor lists.
11631 @item HAS_CONTENTS
11632 Section is not empty.
11633 @item NEVER_LOAD
11634 An instruction to the linker to not output the section.
11635 @item COFF_SHARED_LIBRARY
11636 A notification to the linker that the section contains
11637 COFF shared library information.
11638 @item IS_COMMON
11639 Section contains common symbols.
11640 @end table
11641 @end table
11642 @kindex set trust-readonly-sections
11643 @cindex read-only sections
11644 @item set trust-readonly-sections on
11645 Tell @value{GDBN} that readonly sections in your object file
11646 really are read-only (i.e.@: that their contents will not change).
11647 In that case, @value{GDBN} can fetch values from these sections
11648 out of the object file, rather than from the target program.
11649 For some targets (notably embedded ones), this can be a significant
11650 enhancement to debugging performance.
11651
11652 The default is off.
11653
11654 @item set trust-readonly-sections off
11655 Tell @value{GDBN} not to trust readonly sections.  This means that
11656 the contents of the section might change while the program is running,
11657 and must therefore be fetched from the target when needed.
11658
11659 @item show trust-readonly-sections
11660 Show the current setting of trusting readonly sections.
11661 @end table
11662
11663 All file-specifying commands allow both absolute and relative file names
11664 as arguments.  @value{GDBN} always converts the file name to an absolute file
11665 name and remembers it that way.
11666
11667 @cindex shared libraries
11668 @value{GDBN} supports GNU/Linux, MS-Windows, HP-UX, SunOS, SVr4, Irix,
11669 and IBM RS/6000 AIX shared libraries.
11670
11671 @value{GDBN} automatically loads symbol definitions from shared libraries
11672 when you use the @code{run} command, or when you examine a core file.
11673 (Before you issue the @code{run} command, @value{GDBN} does not understand
11674 references to a function in a shared library, however---unless you are
11675 debugging a core file).
11676
11677 On HP-UX, if the program loads a library explicitly, @value{GDBN}
11678 automatically loads the symbols at the time of the @code{shl_load} call.
11679
11680 @c FIXME: some @value{GDBN} release may permit some refs to undef
11681 @c FIXME...symbols---eg in a break cmd---assuming they are from a shared
11682 @c FIXME...lib; check this from time to time when updating manual
11683
11684 There are times, however, when you may wish to not automatically load
11685 symbol definitions from shared libraries, such as when they are
11686 particularly large or there are many of them.
11687
11688 To control the automatic loading of shared library symbols, use the
11689 commands:
11690
11691 @table @code
11692 @kindex set auto-solib-add
11693 @item set auto-solib-add @var{mode}
11694 If @var{mode} is @code{on}, symbols from all shared object libraries
11695 will be loaded automatically when the inferior begins execution, you
11696 attach to an independently started inferior, or when the dynamic linker
11697 informs @value{GDBN} that a new library has been loaded.  If @var{mode}
11698 is @code{off}, symbols must be loaded manually, using the
11699 @code{sharedlibrary} command.  The default value is @code{on}.
11700
11701 @cindex memory used for symbol tables
11702 If your program uses lots of shared libraries with debug info that
11703 takes large amounts of memory, you can decrease the @value{GDBN}
11704 memory footprint by preventing it from automatically loading the
11705 symbols from shared libraries.  To that end, type @kbd{set
11706 auto-solib-add off} before running the inferior, then load each
11707 library whose debug symbols you do need with @kbd{sharedlibrary
11708 @var{regexp}}, where @var{regexp} is a regular expresion that matches
11709 the libraries whose symbols you want to be loaded.
11710
11711 @kindex show auto-solib-add
11712 @item show auto-solib-add
11713 Display the current autoloading mode.
11714 @end table
11715
11716 @cindex load shared library
11717 To explicitly load shared library symbols, use the @code{sharedlibrary}
11718 command:
11719
11720 @table @code
11721 @kindex info sharedlibrary
11722 @kindex info share
11723 @item info share
11724 @itemx info sharedlibrary
11725 Print the names of the shared libraries which are currently loaded.
11726
11727 @kindex sharedlibrary
11728 @kindex share
11729 @item sharedlibrary @var{regex}
11730 @itemx share @var{regex}
11731 Load shared object library symbols for files matching a
11732 Unix regular expression.
11733 As with files loaded automatically, it only loads shared libraries
11734 required by your program for a core file or after typing @code{run}.  If
11735 @var{regex} is omitted all shared libraries required by your program are
11736 loaded.
11737
11738 @item nosharedlibrary
11739 @kindex nosharedlibrary
11740 @cindex unload symbols from shared libraries
11741 Unload all shared object library symbols.  This discards all symbols
11742 that have been loaded from all shared libraries.  Symbols from shared
11743 libraries that were loaded by explicit user requests are not
11744 discarded.
11745 @end table
11746
11747 Sometimes you may wish that @value{GDBN} stops and gives you control
11748 when any of shared library events happen.  Use the @code{set
11749 stop-on-solib-events} command for this:
11750
11751 @table @code
11752 @item set stop-on-solib-events
11753 @kindex set stop-on-solib-events
11754 This command controls whether @value{GDBN} should give you control
11755 when the dynamic linker notifies it about some shared library event.
11756 The most common event of interest is loading or unloading of a new
11757 shared library.
11758
11759 @item show stop-on-solib-events
11760 @kindex show stop-on-solib-events
11761 Show whether @value{GDBN} stops and gives you control when shared
11762 library events happen.
11763 @end table
11764
11765 Shared libraries are also supported in many cross or remote debugging
11766 configurations.  A copy of the target's libraries need to be present on the
11767 host system; they need to be the same as the target libraries, although the
11768 copies on the target can be stripped as long as the copies on the host are
11769 not.
11770
11771 @cindex where to look for shared libraries
11772 For remote debugging, you need to tell @value{GDBN} where the target
11773 libraries are, so that it can load the correct copies---otherwise, it
11774 may try to load the host's libraries.  @value{GDBN} has two variables
11775 to specify the search directories for target libraries.
11776
11777 @table @code
11778 @cindex prefix for shared library file names
11779 @kindex set solib-absolute-prefix
11780 @item set solib-absolute-prefix @var{path}
11781 If this variable is set, @var{path} will be used as a prefix for any
11782 absolute shared library paths; many runtime loaders store the absolute
11783 paths to the shared library in the target program's memory.  If you use
11784 @samp{solib-absolute-prefix} to find shared libraries, they need to be laid
11785 out in the same way that they are on the target, with e.g.@: a
11786 @file{/usr/lib} hierarchy under @var{path}.
11787
11788 @cindex default value of @samp{solib-absolute-prefix}
11789 @cindex @samp{--with-sysroot}
11790 You can set the default value of @samp{solib-absolute-prefix} by using the
11791 configure-time @samp{--with-sysroot} option.
11792
11793 @kindex show solib-absolute-prefix
11794 @item show solib-absolute-prefix
11795 Display the current shared library prefix.
11796
11797 @kindex set solib-search-path
11798 @item set solib-search-path @var{path}
11799 If this variable is set, @var{path} is a colon-separated list of directories
11800 to search for shared libraries.  @samp{solib-search-path} is used after
11801 @samp{solib-absolute-prefix} fails to locate the library, or if the path to
11802 the library is relative instead of absolute.  If you want to use
11803 @samp{solib-search-path} instead of @samp{solib-absolute-prefix}, be sure to
11804 set @samp{solib-absolute-prefix} to a nonexistant directory to prevent
11805 @value{GDBN} from finding your host's libraries.
11806
11807 @kindex show solib-search-path
11808 @item show solib-search-path
11809 Display the current shared library search path.
11810 @end table
11811
11812
11813 @node Separate Debug Files
11814 @section Debugging Information in Separate Files
11815 @cindex separate debugging information files
11816 @cindex debugging information in separate files
11817 @cindex @file{.debug} subdirectories
11818 @cindex debugging information directory, global
11819 @cindex global debugging information directory
11820
11821 @value{GDBN} allows you to put a program's debugging information in a
11822 file separate from the executable itself, in a way that allows
11823 @value{GDBN} to find and load the debugging information automatically.
11824 Since debugging information can be very large --- sometimes larger
11825 than the executable code itself --- some systems distribute debugging
11826 information for their executables in separate files, which users can
11827 install only when they need to debug a problem.
11828
11829 If an executable's debugging information has been extracted to a
11830 separate file, the executable should contain a @dfn{debug link} giving
11831 the name of the debugging information file (with no directory
11832 components), and a checksum of its contents.  (The exact form of a
11833 debug link is described below.)  If the full name of the directory
11834 containing the executable is @var{execdir}, and the executable has a
11835 debug link that specifies the name @var{debugfile}, then @value{GDBN}
11836 will automatically search for the debugging information file in three
11837 places:
11838
11839 @itemize @bullet
11840 @item
11841 the directory containing the executable file (that is, it will look
11842 for a file named @file{@var{execdir}/@var{debugfile}},
11843 @item
11844 a subdirectory of that directory named @file{.debug} (that is, the
11845 file @file{@var{execdir}/.debug/@var{debugfile}}, and
11846 @item
11847 a subdirectory of the global debug file directory that includes the
11848 executable's full path, and the name from the link (that is, the file
11849 @file{@var{globaldebugdir}/@var{execdir}/@var{debugfile}}, where
11850 @var{globaldebugdir} is the global debug file directory, and
11851 @var{execdir} has been turned into a relative path).
11852 @end itemize
11853 @noindent
11854 @value{GDBN} checks under each of these names for a debugging
11855 information file whose checksum matches that given in the link, and
11856 reads the debugging information from the first one it finds.
11857
11858 So, for example, if you ask @value{GDBN} to debug @file{/usr/bin/ls},
11859 which has a link containing the name @file{ls.debug}, and the global
11860 debug directory is @file{/usr/lib/debug}, then @value{GDBN} will look
11861 for debug information in @file{/usr/bin/ls.debug},
11862 @file{/usr/bin/.debug/ls.debug}, and
11863 @file{/usr/lib/debug/usr/bin/ls.debug}.
11864
11865 You can set the global debugging info directory's name, and view the
11866 name @value{GDBN} is currently using.
11867
11868 @table @code
11869
11870 @kindex set debug-file-directory
11871 @item set debug-file-directory @var{directory}
11872 Set the directory which @value{GDBN} searches for separate debugging
11873 information files to @var{directory}.
11874
11875 @kindex show debug-file-directory
11876 @item show debug-file-directory
11877 Show the directory @value{GDBN} searches for separate debugging
11878 information files.
11879
11880 @end table
11881
11882 @cindex @code{.gnu_debuglink} sections
11883 @cindex debug links
11884 A debug link is a special section of the executable file named
11885 @code{.gnu_debuglink}.  The section must contain:
11886
11887 @itemize
11888 @item
11889 A filename, with any leading directory components removed, followed by
11890 a zero byte,
11891 @item
11892 zero to three bytes of padding, as needed to reach the next four-byte
11893 boundary within the section, and
11894 @item
11895 a four-byte CRC checksum, stored in the same endianness used for the
11896 executable file itself.  The checksum is computed on the debugging
11897 information file's full contents by the function given below, passing
11898 zero as the @var{crc} argument.
11899 @end itemize
11900
11901 Any executable file format can carry a debug link, as long as it can
11902 contain a section named @code{.gnu_debuglink} with the contents
11903 described above.
11904
11905 The debugging information file itself should be an ordinary
11906 executable, containing a full set of linker symbols, sections, and
11907 debugging information.  The sections of the debugging information file
11908 should have the same names, addresses and sizes as the original file,
11909 but they need not contain any data --- much like a @code{.bss} section
11910 in an ordinary executable.
11911
11912 As of December 2002, there is no standard GNU utility to produce
11913 separated executable / debugging information file pairs.  Ulrich
11914 Drepper's @file{elfutils} package, starting with version 0.53,
11915 contains a version of the @code{strip} command such that the command
11916 @kbd{strip foo -f foo.debug} removes the debugging information from
11917 the executable file @file{foo}, places it in the file
11918 @file{foo.debug}, and leaves behind a debug link in @file{foo}.
11919
11920 Since there are many different ways to compute CRC's (different
11921 polynomials, reversals, byte ordering, etc.), the simplest way to
11922 describe the CRC used in @code{.gnu_debuglink} sections is to give the
11923 complete code for a function that computes it:
11924
11925 @kindex gnu_debuglink_crc32
11926 @smallexample
11927 unsigned long
11928 gnu_debuglink_crc32 (unsigned long crc,
11929                      unsigned char *buf, size_t len)
11930 @{
11931   static const unsigned long crc32_table[256] =
11932     @{
11933       0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419,
11934       0x706af48f, 0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4,
11935       0xe0d5e91e, 0x97d2d988, 0x09b64c2b, 0x7eb17cbd, 0xe7b82d07,
11936       0x90bf1d91, 0x1db71064, 0x6ab020f2, 0xf3b97148, 0x84be41de,
11937       0x1adad47d, 0x6ddde4eb, 0xf4d4b551, 0x83d385c7, 0x136c9856,
11938       0x646ba8c0, 0xfd62f97a, 0x8a65c9ec, 0x14015c4f, 0x63066cd9,
11939       0xfa0f3d63, 0x8d080df5, 0x3b6e20c8, 0x4c69105e, 0xd56041e4,
11940       0xa2677172, 0x3c03e4d1, 0x4b04d447, 0xd20d85fd, 0xa50ab56b,
11941       0x35b5a8fa, 0x42b2986c, 0xdbbbc9d6, 0xacbcf940, 0x32d86ce3,
11942       0x45df5c75, 0xdcd60dcf, 0xabd13d59, 0x26d930ac, 0x51de003a,
11943       0xc8d75180, 0xbfd06116, 0x21b4f4b5, 0x56b3c423, 0xcfba9599,
11944       0xb8bda50f, 0x2802b89e, 0x5f058808, 0xc60cd9b2, 0xb10be924,
11945       0x2f6f7c87, 0x58684c11, 0xc1611dab, 0xb6662d3d, 0x76dc4190,
11946       0x01db7106, 0x98d220bc, 0xefd5102a, 0x71b18589, 0x06b6b51f,
11947       0x9fbfe4a5, 0xe8b8d433, 0x7807c9a2, 0x0f00f934, 0x9609a88e,
11948       0xe10e9818, 0x7f6a0dbb, 0x086d3d2d, 0x91646c97, 0xe6635c01,
11949       0x6b6b51f4, 0x1c6c6162, 0x856530d8, 0xf262004e, 0x6c0695ed,
11950       0x1b01a57b, 0x8208f4c1, 0xf50fc457, 0x65b0d9c6, 0x12b7e950,
11951       0x8bbeb8ea, 0xfcb9887c, 0x62dd1ddf, 0x15da2d49, 0x8cd37cf3,
11952       0xfbd44c65, 0x4db26158, 0x3ab551ce, 0xa3bc0074, 0xd4bb30e2,
11953       0x4adfa541, 0x3dd895d7, 0xa4d1c46d, 0xd3d6f4fb, 0x4369e96a,
11954       0x346ed9fc, 0xad678846, 0xda60b8d0, 0x44042d73, 0x33031de5,
11955       0xaa0a4c5f, 0xdd0d7cc9, 0x5005713c, 0x270241aa, 0xbe0b1010,
11956       0xc90c2086, 0x5768b525, 0x206f85b3, 0xb966d409, 0xce61e49f,
11957       0x5edef90e, 0x29d9c998, 0xb0d09822, 0xc7d7a8b4, 0x59b33d17,
11958       0x2eb40d81, 0xb7bd5c3b, 0xc0ba6cad, 0xedb88320, 0x9abfb3b6,
11959       0x03b6e20c, 0x74b1d29a, 0xead54739, 0x9dd277af, 0x04db2615,
11960       0x73dc1683, 0xe3630b12, 0x94643b84, 0x0d6d6a3e, 0x7a6a5aa8,
11961       0xe40ecf0b, 0x9309ff9d, 0x0a00ae27, 0x7d079eb1, 0xf00f9344,
11962       0x8708a3d2, 0x1e01f268, 0x6906c2fe, 0xf762575d, 0x806567cb,
11963       0x196c3671, 0x6e6b06e7, 0xfed41b76, 0x89d32be0, 0x10da7a5a,
11964       0x67dd4acc, 0xf9b9df6f, 0x8ebeeff9, 0x17b7be43, 0x60b08ed5,
11965       0xd6d6a3e8, 0xa1d1937e, 0x38d8c2c4, 0x4fdff252, 0xd1bb67f1,
11966       0xa6bc5767, 0x3fb506dd, 0x48b2364b, 0xd80d2bda, 0xaf0a1b4c,
11967       0x36034af6, 0x41047a60, 0xdf60efc3, 0xa867df55, 0x316e8eef,
11968       0x4669be79, 0xcb61b38c, 0xbc66831a, 0x256fd2a0, 0x5268e236,
11969       0xcc0c7795, 0xbb0b4703, 0x220216b9, 0x5505262f, 0xc5ba3bbe,
11970       0xb2bd0b28, 0x2bb45a92, 0x5cb36a04, 0xc2d7ffa7, 0xb5d0cf31,
11971       0x2cd99e8b, 0x5bdeae1d, 0x9b64c2b0, 0xec63f226, 0x756aa39c,
11972       0x026d930a, 0x9c0906a9, 0xeb0e363f, 0x72076785, 0x05005713,
11973       0x95bf4a82, 0xe2b87a14, 0x7bb12bae, 0x0cb61b38, 0x92d28e9b,
11974       0xe5d5be0d, 0x7cdcefb7, 0x0bdbdf21, 0x86d3d2d4, 0xf1d4e242,
11975       0x68ddb3f8, 0x1fda836e, 0x81be16cd, 0xf6b9265b, 0x6fb077e1,
11976       0x18b74777, 0x88085ae6, 0xff0f6a70, 0x66063bca, 0x11010b5c,
11977       0x8f659eff, 0xf862ae69, 0x616bffd3, 0x166ccf45, 0xa00ae278,
11978       0xd70dd2ee, 0x4e048354, 0x3903b3c2, 0xa7672661, 0xd06016f7,
11979       0x4969474d, 0x3e6e77db, 0xaed16a4a, 0xd9d65adc, 0x40df0b66,
11980       0x37d83bf0, 0xa9bcae53, 0xdebb9ec5, 0x47b2cf7f, 0x30b5ffe9,
11981       0xbdbdf21c, 0xcabac28a, 0x53b39330, 0x24b4a3a6, 0xbad03605,
11982       0xcdd70693, 0x54de5729, 0x23d967bf, 0xb3667a2e, 0xc4614ab8,
11983       0x5d681b02, 0x2a6f2b94, 0xb40bbe37, 0xc30c8ea1, 0x5a05df1b,
11984       0x2d02ef8d
11985     @};
11986   unsigned char *end;
11987
11988   crc = ~crc & 0xffffffff;
11989   for (end = buf + len; buf < end; ++buf)
11990     crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);
11991   return ~crc & 0xffffffff;
11992 @}
11993 @end smallexample
11994
11995
11996 @node Symbol Errors
11997 @section Errors reading symbol files
11998
11999 While reading a symbol file, @value{GDBN} occasionally encounters problems,
12000 such as symbol types it does not recognize, or known bugs in compiler
12001 output.  By default, @value{GDBN} does not notify you of such problems, since
12002 they are relatively common and primarily of interest to people
12003 debugging compilers.  If you are interested in seeing information
12004 about ill-constructed symbol tables, you can either ask @value{GDBN} to print
12005 only one message about each such type of problem, no matter how many
12006 times the problem occurs; or you can ask @value{GDBN} to print more messages,
12007 to see how many times the problems occur, with the @code{set
12008 complaints} command (@pxref{Messages/Warnings, ,Optional warnings and
12009 messages}).
12010
12011 The messages currently printed, and their meanings, include:
12012
12013 @table @code
12014 @item inner block not inside outer block in @var{symbol}
12015
12016 The symbol information shows where symbol scopes begin and end
12017 (such as at the start of a function or a block of statements).  This
12018 error indicates that an inner scope block is not fully contained
12019 in its outer scope blocks.
12020
12021 @value{GDBN} circumvents the problem by treating the inner block as if it had
12022 the same scope as the outer block.  In the error message, @var{symbol}
12023 may be shown as ``@code{(don't know)}'' if the outer block is not a
12024 function.
12025
12026 @item block at @var{address} out of order
12027
12028 The symbol information for symbol scope blocks should occur in
12029 order of increasing addresses.  This error indicates that it does not
12030 do so.
12031
12032 @value{GDBN} does not circumvent this problem, and has trouble
12033 locating symbols in the source file whose symbols it is reading.  (You
12034 can often determine what source file is affected by specifying
12035 @code{set verbose on}.  @xref{Messages/Warnings, ,Optional warnings and
12036 messages}.)
12037
12038 @item bad block start address patched
12039
12040 The symbol information for a symbol scope block has a start address
12041 smaller than the address of the preceding source line.  This is known
12042 to occur in the SunOS 4.1.1 (and earlier) C compiler.
12043
12044 @value{GDBN} circumvents the problem by treating the symbol scope block as
12045 starting on the previous source line.
12046
12047 @item bad string table offset in symbol @var{n}
12048
12049 @cindex foo
12050 Symbol number @var{n} contains a pointer into the string table which is
12051 larger than the size of the string table.
12052
12053 @value{GDBN} circumvents the problem by considering the symbol to have the
12054 name @code{foo}, which may cause other problems if many symbols end up
12055 with this name.
12056
12057 @item unknown symbol type @code{0x@var{nn}}
12058
12059 The symbol information contains new data types that @value{GDBN} does
12060 not yet know how to read.  @code{0x@var{nn}} is the symbol type of the
12061 uncomprehended information, in hexadecimal.
12062
12063 @value{GDBN} circumvents the error by ignoring this symbol information.
12064 This usually allows you to debug your program, though certain symbols
12065 are not accessible.  If you encounter such a problem and feel like
12066 debugging it, you can debug @code{@value{GDBP}} with itself, breakpoint
12067 on @code{complain}, then go up to the function @code{read_dbx_symtab}
12068 and examine @code{*bufp} to see the symbol.
12069
12070 @item stub type has NULL name
12071
12072 @value{GDBN} could not find the full definition for a struct or class.
12073
12074 @item const/volatile indicator missing (ok if using g++ v1.x), got@dots{}
12075 The symbol information for a C@t{++} member function is missing some
12076 information that recent versions of the compiler should have output for
12077 it.
12078
12079 @item info mismatch between compiler and debugger
12080
12081 @value{GDBN} could not parse a type specification output by the compiler.
12082
12083 @end table
12084
12085 @node Targets
12086 @chapter Specifying a Debugging Target
12087
12088 @cindex debugging target
12089 A @dfn{target} is the execution environment occupied by your program.
12090
12091 Often, @value{GDBN} runs in the same host environment as your program;
12092 in that case, the debugging target is specified as a side effect when
12093 you use the @code{file} or @code{core} commands.  When you need more
12094 flexibility---for example, running @value{GDBN} on a physically separate
12095 host, or controlling a standalone system over a serial port or a
12096 realtime system over a TCP/IP connection---you can use the @code{target}
12097 command to specify one of the target types configured for @value{GDBN}
12098 (@pxref{Target Commands, ,Commands for managing targets}).
12099
12100 @cindex target architecture
12101 It is possible to build @value{GDBN} for several different @dfn{target
12102 architectures}.  When @value{GDBN} is built like that, you can choose
12103 one of the available architectures with the @kbd{set architecture}
12104 command.
12105
12106 @table @code
12107 @kindex set architecture
12108 @kindex show architecture
12109 @item set architecture @var{arch}
12110 This command sets the current target architecture to @var{arch}.  The
12111 value of @var{arch} can be @code{"auto"}, in addition to one of the
12112 supported architectures.
12113
12114 @item show architecture
12115 Show the current target architecture.
12116
12117 @item set processor
12118 @itemx processor
12119 @kindex set processor
12120 @kindex show processor
12121 These are alias commands for, respectively, @code{set architecture}
12122 and @code{show architecture}.
12123 @end table
12124
12125 @menu
12126 * Active Targets::              Active targets
12127 * Target Commands::             Commands for managing targets
12128 * Byte Order::                  Choosing target byte order
12129 * Remote::                      Remote debugging
12130
12131 @end menu
12132
12133 @node Active Targets
12134 @section Active targets
12135
12136 @cindex stacking targets
12137 @cindex active targets
12138 @cindex multiple targets
12139
12140 There are three classes of targets: processes, core files, and
12141 executable files.  @value{GDBN} can work concurrently on up to three
12142 active targets, one in each class.  This allows you to (for example)
12143 start a process and inspect its activity without abandoning your work on
12144 a core file.
12145
12146 For example, if you execute @samp{gdb a.out}, then the executable file
12147 @code{a.out} is the only active target.  If you designate a core file as
12148 well---presumably from a prior run that crashed and coredumped---then
12149 @value{GDBN} has two active targets and uses them in tandem, looking
12150 first in the corefile target, then in the executable file, to satisfy
12151 requests for memory addresses.  (Typically, these two classes of target
12152 are complementary, since core files contain only a program's
12153 read-write memory---variables and so on---plus machine status, while
12154 executable files contain only the program text and initialized data.)
12155
12156 When you type @code{run}, your executable file becomes an active process
12157 target as well.  When a process target is active, all @value{GDBN}
12158 commands requesting memory addresses refer to that target; addresses in
12159 an active core file or executable file target are obscured while the
12160 process target is active.
12161
12162 Use the @code{core-file} and @code{exec-file} commands to select a new
12163 core file or executable target (@pxref{Files, ,Commands to specify
12164 files}).  To specify as a target a process that is already running, use
12165 the @code{attach} command (@pxref{Attach, ,Debugging an already-running
12166 process}).
12167
12168 @node Target Commands
12169 @section Commands for managing targets
12170
12171 @table @code
12172 @item target @var{type} @var{parameters}
12173 Connects the @value{GDBN} host environment to a target machine or
12174 process.  A target is typically a protocol for talking to debugging
12175 facilities.  You use the argument @var{type} to specify the type or
12176 protocol of the target machine.
12177
12178 Further @var{parameters} are interpreted by the target protocol, but
12179 typically include things like device names or host names to connect
12180 with, process numbers, and baud rates.
12181
12182 The @code{target} command does not repeat if you press @key{RET} again
12183 after executing the command.
12184
12185 @kindex help target
12186 @item help target
12187 Displays the names of all targets available.  To display targets
12188 currently selected, use either @code{info target} or @code{info files}
12189 (@pxref{Files, ,Commands to specify files}).
12190
12191 @item help target @var{name}
12192 Describe a particular target, including any parameters necessary to
12193 select it.
12194
12195 @kindex set gnutarget
12196 @item set gnutarget @var{args}
12197 @value{GDBN} uses its own library BFD to read your files.  @value{GDBN}
12198 knows whether it is reading an @dfn{executable},
12199 a @dfn{core}, or a @dfn{.o} file; however, you can specify the file format
12200 with the @code{set gnutarget} command.  Unlike most @code{target} commands,
12201 with @code{gnutarget} the @code{target} refers to a program, not a machine.
12202
12203 @quotation
12204 @emph{Warning:} To specify a file format with @code{set gnutarget},
12205 you must know the actual BFD name.
12206 @end quotation
12207
12208 @noindent
12209 @xref{Files, , Commands to specify files}.
12210
12211 @kindex show gnutarget
12212 @item show gnutarget
12213 Use the @code{show gnutarget} command to display what file format
12214 @code{gnutarget} is set to read.  If you have not set @code{gnutarget},
12215 @value{GDBN} will determine the file format for each file automatically,
12216 and @code{show gnutarget} displays @samp{The current BDF target is "auto"}.
12217 @end table
12218
12219 @cindex common targets
12220 Here are some common targets (available, or not, depending on the GDB
12221 configuration):
12222
12223 @table @code
12224 @kindex target
12225 @item target exec @var{program}
12226 @cindex executable file target
12227 An executable file.  @samp{target exec @var{program}} is the same as
12228 @samp{exec-file @var{program}}.
12229
12230 @item target core @var{filename}
12231 @cindex core dump file target
12232 A core dump file.  @samp{target core @var{filename}} is the same as
12233 @samp{core-file @var{filename}}.
12234
12235 @item target remote @var{medium}
12236 @cindex remote target
12237 A remote system connected to @value{GDBN} via a serial line or network
12238 connection.  This command tells @value{GDBN} to use its own remote
12239 protocol over @var{medium} for debugging.  @xref{Remote Debugging}.
12240
12241 For example, if you have a board connected to @file{/dev/ttya} on the
12242 machine running @value{GDBN}, you could say:
12243
12244 @smallexample
12245 target remote /dev/ttya
12246 @end smallexample
12247
12248 @code{target remote} supports the @code{load} command.  This is only
12249 useful if you have some other way of getting the stub to the target
12250 system, and you can put it somewhere in memory where it won't get
12251 clobbered by the download.
12252
12253 @item target sim
12254 @cindex built-in simulator target
12255 Builtin CPU simulator.  @value{GDBN} includes simulators for most architectures.
12256 In general,
12257 @smallexample
12258         target sim
12259         load
12260         run
12261 @end smallexample
12262 @noindent
12263 works; however, you cannot assume that a specific memory map, device
12264 drivers, or even basic I/O is available, although some simulators do
12265 provide these.  For info about any processor-specific simulator details,
12266 see the appropriate section in @ref{Embedded Processors, ,Embedded
12267 Processors}.
12268
12269 @end table
12270
12271 Some configurations may include these targets as well:
12272
12273 @table @code
12274
12275 @item target nrom @var{dev}
12276 @cindex NetROM ROM emulator target
12277 NetROM ROM emulator.  This target only supports downloading.
12278
12279 @end table
12280
12281 Different targets are available on different configurations of @value{GDBN};
12282 your configuration may have more or fewer targets.
12283
12284 Many remote targets require you to download the executable's code once
12285 you've successfully established a connection.  You may wish to control
12286 various aspects of this process.
12287
12288 @table @code
12289
12290 @item set hash
12291 @kindex set hash@r{, for remote monitors}
12292 @cindex hash mark while downloading
12293 This command controls whether a hash mark @samp{#} is displayed while
12294 downloading a file to the remote monitor.  If on, a hash mark is
12295 displayed after each S-record is successfully downloaded to the
12296 monitor.
12297
12298 @item show hash
12299 @kindex show hash@r{, for remote monitors}
12300 Show the current status of displaying the hash mark.
12301
12302 @item set debug monitor
12303 @kindex set debug monitor
12304 @cindex display remote monitor communications
12305 Enable or disable display of communications messages between
12306 @value{GDBN} and the remote monitor.
12307
12308 @item show debug monitor
12309 @kindex show debug monitor
12310 Show the current status of displaying communications between
12311 @value{GDBN} and the remote monitor.
12312 @end table
12313
12314 @table @code
12315
12316 @kindex load @var{filename}
12317 @item load @var{filename}
12318 Depending on what remote debugging facilities are configured into
12319 @value{GDBN}, the @code{load} command may be available.  Where it exists, it
12320 is meant to make @var{filename} (an executable) available for debugging
12321 on the remote system---by downloading, or dynamic linking, for example.
12322 @code{load} also records the @var{filename} symbol table in @value{GDBN}, like
12323 the @code{add-symbol-file} command.
12324
12325 If your @value{GDBN} does not have a @code{load} command, attempting to
12326 execute it gets the error message ``@code{You can't do that when your
12327 target is @dots{}}''
12328
12329 The file is loaded at whatever address is specified in the executable.
12330 For some object file formats, you can specify the load address when you
12331 link the program; for other formats, like a.out, the object file format
12332 specifies a fixed address.
12333 @c FIXME! This would be a good place for an xref to the GNU linker doc.
12334
12335 Depending on the remote side capabilities, @value{GDBN} may be able to
12336 load programs into flash memory.
12337
12338 @code{load} does not repeat if you press @key{RET} again after using it.
12339 @end table
12340
12341 @node Byte Order
12342 @section Choosing target byte order
12343
12344 @cindex choosing target byte order
12345 @cindex target byte order
12346
12347 Some types of processors, such as the MIPS, PowerPC, and Renesas SH,
12348 offer the ability to run either big-endian or little-endian byte
12349 orders.  Usually the executable or symbol will include a bit to
12350 designate the endian-ness, and you will not need to worry about
12351 which to use.  However, you may still find it useful to adjust
12352 @value{GDBN}'s idea of processor endian-ness manually.
12353
12354 @table @code
12355 @kindex set endian
12356 @item set endian big
12357 Instruct @value{GDBN} to assume the target is big-endian.
12358
12359 @item set endian little
12360 Instruct @value{GDBN} to assume the target is little-endian.
12361
12362 @item set endian auto
12363 Instruct @value{GDBN} to use the byte order associated with the
12364 executable.
12365
12366 @item show endian
12367 Display @value{GDBN}'s current idea of the target byte order.
12368
12369 @end table
12370
12371 Note that these commands merely adjust interpretation of symbolic
12372 data on the host, and that they have absolutely no effect on the
12373 target system.
12374
12375 @node Remote
12376 @section Remote debugging
12377 @cindex remote debugging
12378
12379 If you are trying to debug a program running on a machine that cannot run
12380 @value{GDBN} in the usual way, it is often useful to use remote debugging.
12381 For example, you might use remote debugging on an operating system kernel,
12382 or on a small system which does not have a general purpose operating system
12383 powerful enough to run a full-featured debugger.
12384
12385 Some configurations of @value{GDBN} have special serial or TCP/IP interfaces
12386 to make this work with particular debugging targets.  In addition,
12387 @value{GDBN} comes with a generic serial protocol (specific to @value{GDBN},
12388 but not specific to any particular target system) which you can use if you
12389 write the remote stubs---the code that runs on the remote system to
12390 communicate with @value{GDBN}.
12391
12392 Other remote targets may be available in your
12393 configuration of @value{GDBN}; use @code{help target} to list them.
12394
12395 Once you've connected to the remote target, @value{GDBN} allows you to
12396 send arbitrary commands to the remote monitor:
12397
12398 @table @code
12399 @item remote @var{command}
12400 @kindex remote@r{, a command}
12401 @cindex send command to remote monitor
12402 Send an arbitrary @var{command} string to the remote monitor.
12403 @end table
12404
12405
12406 @node Remote Debugging
12407 @chapter Debugging remote programs
12408
12409 @menu
12410 * Connecting::                  Connecting to a remote target
12411 * Server::                      Using the gdbserver program
12412 * Remote configuration::        Remote configuration
12413 * remote stub::                 Implementing a remote stub
12414 @end menu
12415
12416 @node Connecting
12417 @section Connecting to a remote target
12418
12419 On the @value{GDBN} host machine, you will need an unstripped copy of
12420 your program, since @value{GDBN} needs symobl and debugging information.
12421 Start up @value{GDBN} as usual, using the name of the local copy of your
12422 program as the first argument.
12423
12424 @cindex @code{target remote}
12425 @value{GDBN} can communicate with the target over a serial line, or
12426 over an @acronym{IP} network using @acronym{TCP} or @acronym{UDP}.  In
12427 each case, @value{GDBN} uses the same protocol for debugging your
12428 program; only the medium carrying the debugging packets varies.  The
12429 @code{target remote} command establishes a connection to the target.
12430 Its arguments indicate which medium to use:
12431
12432 @table @code
12433
12434 @item target remote @var{serial-device}
12435 @cindex serial line, @code{target remote}
12436 Use @var{serial-device} to communicate with the target.  For example,
12437 to use a serial line connected to the device named @file{/dev/ttyb}:
12438
12439 @smallexample
12440 target remote /dev/ttyb
12441 @end smallexample
12442
12443 If you're using a serial line, you may want to give @value{GDBN} the
12444 @w{@samp{--baud}} option, or use the @code{set remotebaud} command
12445 (@pxref{Remote configuration, set remotebaud}) before the
12446 @code{target} command.
12447
12448 @item target remote @code{@var{host}:@var{port}}
12449 @itemx target remote @code{tcp:@var{host}:@var{port}}
12450 @cindex @acronym{TCP} port, @code{target remote}
12451 Debug using a @acronym{TCP} connection to @var{port} on @var{host}.
12452 The @var{host} may be either a host name or a numeric @acronym{IP}
12453 address; @var{port} must be a decimal number.  The @var{host} could be
12454 the target machine itself, if it is directly connected to the net, or
12455 it might be a terminal server which in turn has a serial line to the
12456 target.
12457
12458 For example, to connect to port 2828 on a terminal server named
12459 @code{manyfarms}:
12460
12461 @smallexample
12462 target remote manyfarms:2828
12463 @end smallexample
12464
12465 If your remote target is actually running on the same machine as your
12466 debugger session (e.g.@: a simulator for your target running on the
12467 same host), you can omit the hostname.  For example, to connect to
12468 port 1234 on your local machine:
12469
12470 @smallexample
12471 target remote :1234
12472 @end smallexample
12473 @noindent
12474
12475 Note that the colon is still required here.
12476
12477 @item target remote @code{udp:@var{host}:@var{port}}
12478 @cindex @acronym{UDP} port, @code{target remote}
12479 Debug using @acronym{UDP} packets to @var{port} on @var{host}.  For example, to
12480 connect to @acronym{UDP} port 2828 on a terminal server named @code{manyfarms}:
12481
12482 @smallexample
12483 target remote udp:manyfarms:2828
12484 @end smallexample
12485
12486 When using a @acronym{UDP} connection for remote debugging, you should
12487 keep in mind that the `U' stands for ``Unreliable''.  @acronym{UDP}
12488 can silently drop packets on busy or unreliable networks, which will
12489 cause havoc with your debugging session.
12490
12491 @item target remote | @var{command}
12492 @cindex pipe, @code{target remote} to
12493 Run @var{command} in the background and communicate with it using a
12494 pipe.  The @var{command} is a shell command, to be parsed and expanded
12495 by the system's command shell, @code{/bin/sh}; it should expect remote
12496 protocol packets on its standard input, and send replies on its
12497 standard output.  You could use this to run a stand-alone simulator
12498 that speaks the remote debugging protocol, to make net connections
12499 using programs like @code{ssh}, or for other similar tricks.
12500
12501 If @var{command} closes its standard output (perhaps by exiting),
12502 @value{GDBN} will try to send it a @code{SIGTERM} signal.  (If the
12503 program has already exited, this will have no effect.)
12504
12505 @end table
12506
12507 Once the connection has been established, you can use all the usual
12508 commands to examine and change data and to step and continue the
12509 remote program.
12510
12511 @cindex interrupting remote programs
12512 @cindex remote programs, interrupting
12513 Whenever @value{GDBN} is waiting for the remote program, if you type the
12514 interrupt character (often @kbd{Ctrl-c}), @value{GDBN} attempts to stop the
12515 program.  This may or may not succeed, depending in part on the hardware
12516 and the serial drivers the remote system uses.  If you type the
12517 interrupt character once again, @value{GDBN} displays this prompt:
12518
12519 @smallexample
12520 Interrupted while waiting for the program.
12521 Give up (and stop debugging it)?  (y or n)
12522 @end smallexample
12523
12524 If you type @kbd{y}, @value{GDBN} abandons the remote debugging session.
12525 (If you decide you want to try again later, you can use @samp{target
12526 remote} again to connect once more.)  If you type @kbd{n}, @value{GDBN}
12527 goes back to waiting.
12528
12529 @table @code
12530 @kindex detach (remote)
12531 @item detach
12532 When you have finished debugging the remote program, you can use the
12533 @code{detach} command to release it from @value{GDBN} control.
12534 Detaching from the target normally resumes its execution, but the results
12535 will depend on your particular remote stub.  After the @code{detach}
12536 command, @value{GDBN} is free to connect to another target.
12537
12538 @kindex disconnect
12539 @item disconnect
12540 The @code{disconnect} command behaves like @code{detach}, except that
12541 the target is generally not resumed.  It will wait for @value{GDBN}
12542 (this instance or another one) to connect and continue debugging.  After
12543 the @code{disconnect} command, @value{GDBN} is again free to connect to
12544 another target.
12545
12546 @cindex send command to remote monitor
12547 @cindex extend @value{GDBN} for remote targets
12548 @cindex add new commands for external monitor
12549 @kindex monitor
12550 @item monitor @var{cmd}
12551 This command allows you to send arbitrary commands directly to the
12552 remote monitor.  Since @value{GDBN} doesn't care about the commands it
12553 sends like this, this command is the way to extend @value{GDBN}---you
12554 can add new commands that only the external monitor will understand
12555 and implement.
12556 @end table
12557
12558 @node Server
12559 @section Using the @code{gdbserver} program
12560
12561 @kindex gdbserver
12562 @cindex remote connection without stubs
12563 @code{gdbserver} is a control program for Unix-like systems, which
12564 allows you to connect your program with a remote @value{GDBN} via
12565 @code{target remote}---but without linking in the usual debugging stub.
12566
12567 @code{gdbserver} is not a complete replacement for the debugging stubs,
12568 because it requires essentially the same operating-system facilities
12569 that @value{GDBN} itself does.  In fact, a system that can run
12570 @code{gdbserver} to connect to a remote @value{GDBN} could also run
12571 @value{GDBN} locally!  @code{gdbserver} is sometimes useful nevertheless,
12572 because it is a much smaller program than @value{GDBN} itself.  It is
12573 also easier to port than all of @value{GDBN}, so you may be able to get
12574 started more quickly on a new system by using @code{gdbserver}.
12575 Finally, if you develop code for real-time systems, you may find that
12576 the tradeoffs involved in real-time operation make it more convenient to
12577 do as much development work as possible on another system, for example
12578 by cross-compiling.  You can use @code{gdbserver} to make a similar
12579 choice for debugging.
12580
12581 @value{GDBN} and @code{gdbserver} communicate via either a serial line
12582 or a TCP connection, using the standard @value{GDBN} remote serial
12583 protocol.
12584
12585 @table @emph
12586 @item On the target machine,
12587 you need to have a copy of the program you want to debug.
12588 @code{gdbserver} does not need your program's symbol table, so you can
12589 strip the program if necessary to save space.  @value{GDBN} on the host
12590 system does all the symbol handling.
12591
12592 To use the server, you must tell it how to communicate with @value{GDBN};
12593 the name of your program; and the arguments for your program.  The usual
12594 syntax is:
12595
12596 @smallexample
12597 target> gdbserver @var{comm} @var{program} [ @var{args} @dots{} ]
12598 @end smallexample
12599
12600 @var{comm} is either a device name (to use a serial line) or a TCP
12601 hostname and portnumber.  For example, to debug Emacs with the argument
12602 @samp{foo.txt} and communicate with @value{GDBN} over the serial port
12603 @file{/dev/com1}:
12604
12605 @smallexample
12606 target> gdbserver /dev/com1 emacs foo.txt
12607 @end smallexample
12608
12609 @code{gdbserver} waits passively for the host @value{GDBN} to communicate
12610 with it.
12611
12612 To use a TCP connection instead of a serial line:
12613
12614 @smallexample
12615 target> gdbserver host:2345 emacs foo.txt
12616 @end smallexample
12617
12618 The only difference from the previous example is the first argument,
12619 specifying that you are communicating with the host @value{GDBN} via
12620 TCP.  The @samp{host:2345} argument means that @code{gdbserver} is to
12621 expect a TCP connection from machine @samp{host} to local TCP port 2345.
12622 (Currently, the @samp{host} part is ignored.)  You can choose any number
12623 you want for the port number as long as it does not conflict with any
12624 TCP ports already in use on the target system (for example, @code{23} is
12625 reserved for @code{telnet}).@footnote{If you choose a port number that
12626 conflicts with another service, @code{gdbserver} prints an error message
12627 and exits.}  You must use the same port number with the host @value{GDBN}
12628 @code{target remote} command.
12629
12630 On some targets, @code{gdbserver} can also attach to running programs.
12631 This is accomplished via the @code{--attach} argument.  The syntax is:
12632
12633 @smallexample
12634 target> gdbserver @var{comm} --attach @var{pid}
12635 @end smallexample
12636
12637 @var{pid} is the process ID of a currently running process.  It isn't necessary
12638 to point @code{gdbserver} at a binary for the running process.
12639
12640 @pindex pidof
12641 @cindex attach to a program by name
12642 You can debug processes by name instead of process ID if your target has the
12643 @code{pidof} utility:
12644
12645 @smallexample
12646 target> gdbserver @var{comm} --attach `pidof @var{PROGRAM}`
12647 @end smallexample
12648
12649 In case more than one copy of @var{PROGRAM} is running, or @var{PROGRAM}
12650 has multiple threads, most versions of @code{pidof} support the
12651 @code{-s} option to only return the first process ID.
12652
12653 @item On the host machine,
12654 connect to your target (@pxref{Connecting,,Connecting to a remote target}).
12655 For TCP connections, you must start up @code{gdbserver} prior to using
12656 the @code{target remote} command.  Otherwise you may get an error whose
12657 text depends on the host system, but which usually looks something like
12658 @samp{Connection refused}.  You don't need to use the @code{load}
12659 command in @value{GDBN} when using @code{gdbserver}, since the program is
12660 already on the target.  However, if you want to load the symbols (as
12661 you normally would), do that with the @code{file} command, and issue
12662 it @emph{before} connecting to the server; otherwise, you will get an
12663 error message saying @code{"Program is already running"}, since the
12664 program is considered running after the connection.
12665
12666 @end table
12667
12668 @node Remote configuration
12669 @section Remote configuration
12670
12671 @kindex set remote
12672 @kindex show remote
12673 This section documents the configuration options available when
12674 debugging remote programs.  For the options related to the File I/O
12675 extensions of the remote protocol, see @ref{system,
12676 system-call-allowed}.
12677
12678 @table @code
12679 @item set remoteaddresssize @var{bits}
12680 @cindex adress size for remote targets
12681 @cindex bits in remote address
12682 Set the maximum size of address in a memory packet to the specified
12683 number of bits.  @value{GDBN} will mask off the address bits above
12684 that number, when it passes addresses to the remote target.  The
12685 default value is the number of bits in the target's address.
12686
12687 @item show remoteaddresssize
12688 Show the current value of remote address size in bits.
12689
12690 @item set remotebaud @var{n}
12691 @cindex baud rate for remote targets
12692 Set the baud rate for the remote serial I/O to @var{n} baud.  The
12693 value is used to set the speed of the serial port used for debugging
12694 remote targets.
12695
12696 @item show remotebaud
12697 Show the current speed of the remote connection.
12698
12699 @item set remotebreak
12700 @cindex interrupt remote programs
12701 @cindex BREAK signal instead of Ctrl-C
12702 @anchor{set remotebreak}
12703 If set to on, @value{GDBN} sends a @code{BREAK} signal to the remote
12704 when you type @kbd{Ctrl-c} to interrupt the program running
12705 on the remote.  If set to off, @value{GDBN} sends the @samp{Ctrl-C}
12706 character instead.  The default is off, since most remote systems
12707 expect to see @samp{Ctrl-C} as the interrupt signal.
12708
12709 @item show remotebreak
12710 Show whether @value{GDBN} sends @code{BREAK} or @samp{Ctrl-C} to
12711 interrupt the remote program.
12712
12713 @item set remotedevice @var{device}
12714 @cindex serial port name
12715 Set the name of the serial port through which to communicate to the
12716 remote target to @var{device}.  This is the device used by
12717 @value{GDBN} to open the serial communications line to the remote
12718 target.  There's no default, so you must set a valid port name for the
12719 remote serial communications to work.  (Some varieties of the
12720 @code{target} command accept the port name as part of their
12721 arguments.)
12722
12723 @item show remotedevice
12724 Show the current name of the serial port.
12725
12726 @item set remotelogbase @var{base}
12727 Set the base (a.k.a.@: radix) of logging serial protocol
12728 communications to @var{base}.  Supported values of @var{base} are:
12729 @code{ascii}, @code{octal}, and @code{hex}.  The default is
12730 @code{ascii}.
12731
12732 @item show remotelogbase
12733 Show the current setting of the radix for logging remote serial
12734 protocol.
12735
12736 @item set remotelogfile @var{file}
12737 @cindex record serial communications on file
12738 Record remote serial communications on the named @var{file}.  The
12739 default is not to record at all.
12740
12741 @item show remotelogfile.
12742 Show the current setting  of the file name on which to record the
12743 serial communications.
12744
12745 @item set remotetimeout @var{num}
12746 @cindex timeout for serial communications
12747 @cindex remote timeout
12748 Set the timeout limit to wait for the remote target to respond to
12749 @var{num} seconds.  The default is 2 seconds.
12750
12751 @item show remotetimeout
12752 Show the current number of seconds to wait for the remote target
12753 responses.
12754
12755 @cindex limit hardware breakpoints and watchpoints
12756 @cindex remote target, limit break- and watchpoints
12757 @anchor{set remote hardware-watchpoint-limit}
12758 @anchor{set remote hardware-breakpoint-limit}
12759 @item set remote hardware-watchpoint-limit @var{limit}
12760 @itemx set remote hardware-breakpoint-limit @var{limit}
12761 Restrict @value{GDBN} to using @var{limit} remote hardware breakpoint or
12762 watchpoints.  A limit of -1, the default, is treated as unlimited.
12763 @end table
12764
12765 @cindex remote packets, enabling and disabling
12766 The @value{GDBN} remote protocol autodetects the packets supported by
12767 your debugging stub.  If you need to override the autodetection, you
12768 can use these commands to enable or disable individual packets.  Each
12769 packet can be set to @samp{on} (the remote target supports this
12770 packet), @samp{off} (the remote target does not support this packet),
12771 or @samp{auto} (detect remote target support for this packet).  They
12772 all default to @samp{auto}.  For more information about each packet,
12773 see @ref{Remote Protocol}.
12774
12775 During normal use, you should not have to use any of these commands.
12776 If you do, that may be a bug in your remote debugging stub, or a bug
12777 in @value{GDBN}.  You may want to report the problem to the
12778 @value{GDBN} developers.
12779
12780 The available settings are:
12781
12782 @multitable @columnfractions 0.3 0.2 0.35
12783 @item Command Name
12784 @tab Remote Packet
12785 @tab Related Features
12786
12787 @item @code{fetch-register-packet}
12788 @tab @code{p}
12789 @tab @code{info registers}
12790
12791 @item @code{set-register-packet}
12792 @tab @code{P}
12793 @tab @code{set}
12794
12795 @item @code{binary-download-packet}
12796 @tab @code{X}
12797 @tab @code{load}, @code{set}
12798
12799 @item @code{read-aux-vector-packet}
12800 @tab @code{qXfer:auxv:read}
12801 @tab @code{info auxv}
12802
12803 @item @code{symbol-lookup-packet}
12804 @tab @code{qSymbol}
12805 @tab Detecting multiple threads
12806
12807 @item @code{verbose-resume-packet}
12808 @tab @code{vCont}
12809 @tab Stepping or resuming multiple threads
12810
12811 @item @code{software-breakpoint-packet}
12812 @tab @code{Z0}
12813 @tab @code{break}
12814
12815 @item @code{hardware-breakpoint-packet}
12816 @tab @code{Z1}
12817 @tab @code{hbreak}
12818
12819 @item @code{write-watchpoint-packet}
12820 @tab @code{Z2}
12821 @tab @code{watch}
12822
12823 @item @code{read-watchpoint-packet}
12824 @tab @code{Z3}
12825 @tab @code{rwatch}
12826
12827 @item @code{access-watchpoint-packet}
12828 @tab @code{Z4}
12829 @tab @code{awatch}
12830
12831 @item @code{get-thread-local-storage-address-packet}
12832 @tab @code{qGetTLSAddr}
12833 @tab Displaying @code{__thread} variables
12834
12835 @item @code{supported-packets}
12836 @tab @code{qSupported}
12837 @tab Remote communications parameters
12838
12839 @end multitable
12840
12841 @node remote stub
12842 @section Implementing a remote stub
12843
12844 @cindex debugging stub, example
12845 @cindex remote stub, example
12846 @cindex stub example, remote debugging
12847 The stub files provided with @value{GDBN} implement the target side of the
12848 communication protocol, and the @value{GDBN} side is implemented in the
12849 @value{GDBN} source file @file{remote.c}.  Normally, you can simply allow
12850 these subroutines to communicate, and ignore the details.  (If you're
12851 implementing your own stub file, you can still ignore the details: start
12852 with one of the existing stub files.  @file{sparc-stub.c} is the best
12853 organized, and therefore the easiest to read.)
12854
12855 @cindex remote serial debugging, overview
12856 To debug a program running on another machine (the debugging
12857 @dfn{target} machine), you must first arrange for all the usual
12858 prerequisites for the program to run by itself.  For example, for a C
12859 program, you need:
12860
12861 @enumerate
12862 @item
12863 A startup routine to set up the C runtime environment; these usually
12864 have a name like @file{crt0}.  The startup routine may be supplied by
12865 your hardware supplier, or you may have to write your own.
12866
12867 @item
12868 A C subroutine library to support your program's
12869 subroutine calls, notably managing input and output.
12870
12871 @item
12872 A way of getting your program to the other machine---for example, a
12873 download program.  These are often supplied by the hardware
12874 manufacturer, but you may have to write your own from hardware
12875 documentation.
12876 @end enumerate
12877
12878 The next step is to arrange for your program to use a serial port to
12879 communicate with the machine where @value{GDBN} is running (the @dfn{host}
12880 machine).  In general terms, the scheme looks like this:
12881
12882 @table @emph
12883 @item On the host,
12884 @value{GDBN} already understands how to use this protocol; when everything
12885 else is set up, you can simply use the @samp{target remote} command
12886 (@pxref{Targets,,Specifying a Debugging Target}).
12887
12888 @item On the target,
12889 you must link with your program a few special-purpose subroutines that
12890 implement the @value{GDBN} remote serial protocol.  The file containing these
12891 subroutines is called  a @dfn{debugging stub}.
12892
12893 On certain remote targets, you can use an auxiliary program
12894 @code{gdbserver} instead of linking a stub into your program.
12895 @xref{Server,,Using the @code{gdbserver} program}, for details.
12896 @end table
12897
12898 The debugging stub is specific to the architecture of the remote
12899 machine; for example, use @file{sparc-stub.c} to debug programs on
12900 @sc{sparc} boards.
12901
12902 @cindex remote serial stub list
12903 These working remote stubs are distributed with @value{GDBN}:
12904
12905 @table @code
12906
12907 @item i386-stub.c
12908 @cindex @file{i386-stub.c}
12909 @cindex Intel
12910 @cindex i386
12911 For Intel 386 and compatible architectures.
12912
12913 @item m68k-stub.c
12914 @cindex @file{m68k-stub.c}
12915 @cindex Motorola 680x0
12916 @cindex m680x0
12917 For Motorola 680x0 architectures.
12918
12919 @item sh-stub.c
12920 @cindex @file{sh-stub.c}
12921 @cindex Renesas
12922 @cindex SH
12923 For Renesas SH architectures.
12924
12925 @item sparc-stub.c
12926 @cindex @file{sparc-stub.c}
12927 @cindex Sparc
12928 For @sc{sparc} architectures.
12929
12930 @item sparcl-stub.c
12931 @cindex @file{sparcl-stub.c}
12932 @cindex Fujitsu
12933 @cindex SparcLite
12934 For Fujitsu @sc{sparclite} architectures.
12935
12936 @end table
12937
12938 The @file{README} file in the @value{GDBN} distribution may list other
12939 recently added stubs.
12940
12941 @menu
12942 * Stub Contents::       What the stub can do for you
12943 * Bootstrapping::       What you must do for the stub
12944 * Debug Session::       Putting it all together
12945 @end menu
12946
12947 @node Stub Contents
12948 @subsection What the stub can do for you
12949
12950 @cindex remote serial stub
12951 The debugging stub for your architecture supplies these three
12952 subroutines:
12953
12954 @table @code
12955 @item set_debug_traps
12956 @findex set_debug_traps
12957 @cindex remote serial stub, initialization
12958 This routine arranges for @code{handle_exception} to run when your
12959 program stops.  You must call this subroutine explicitly near the
12960 beginning of your program.
12961
12962 @item handle_exception
12963 @findex handle_exception
12964 @cindex remote serial stub, main routine
12965 This is the central workhorse, but your program never calls it
12966 explicitly---the setup code arranges for @code{handle_exception} to
12967 run when a trap is triggered.
12968
12969 @code{handle_exception} takes control when your program stops during
12970 execution (for example, on a breakpoint), and mediates communications
12971 with @value{GDBN} on the host machine.  This is where the communications
12972 protocol is implemented; @code{handle_exception} acts as the @value{GDBN}
12973 representative on the target machine.  It begins by sending summary
12974 information on the state of your program, then continues to execute,
12975 retrieving and transmitting any information @value{GDBN} needs, until you
12976 execute a @value{GDBN} command that makes your program resume; at that point,
12977 @code{handle_exception} returns control to your own code on the target
12978 machine.
12979
12980 @item breakpoint
12981 @cindex @code{breakpoint} subroutine, remote
12982 Use this auxiliary subroutine to make your program contain a
12983 breakpoint.  Depending on the particular situation, this may be the only
12984 way for @value{GDBN} to get control.  For instance, if your target
12985 machine has some sort of interrupt button, you won't need to call this;
12986 pressing the interrupt button transfers control to
12987 @code{handle_exception}---in effect, to @value{GDBN}.  On some machines,
12988 simply receiving characters on the serial port may also trigger a trap;
12989 again, in that situation, you don't need to call @code{breakpoint} from
12990 your own program---simply running @samp{target remote} from the host
12991 @value{GDBN} session gets control.
12992
12993 Call @code{breakpoint} if none of these is true, or if you simply want
12994 to make certain your program stops at a predetermined point for the
12995 start of your debugging session.
12996 @end table
12997
12998 @node Bootstrapping
12999 @subsection What you must do for the stub
13000
13001 @cindex remote stub, support routines
13002 The debugging stubs that come with @value{GDBN} are set up for a particular
13003 chip architecture, but they have no information about the rest of your
13004 debugging target machine.
13005
13006 First of all you need to tell the stub how to communicate with the
13007 serial port.
13008
13009 @table @code
13010 @item int getDebugChar()
13011 @findex getDebugChar
13012 Write this subroutine to read a single character from the serial port.
13013 It may be identical to @code{getchar} for your target system; a
13014 different name is used to allow you to distinguish the two if you wish.
13015
13016 @item void putDebugChar(int)
13017 @findex putDebugChar
13018 Write this subroutine to write a single character to the serial port.
13019 It may be identical to @code{putchar} for your target system; a
13020 different name is used to allow you to distinguish the two if you wish.
13021 @end table
13022
13023 @cindex control C, and remote debugging
13024 @cindex interrupting remote targets
13025 If you want @value{GDBN} to be able to stop your program while it is
13026 running, you need to use an interrupt-driven serial driver, and arrange
13027 for it to stop when it receives a @code{^C} (@samp{\003}, the control-C
13028 character).  That is the character which @value{GDBN} uses to tell the
13029 remote system to stop.
13030
13031 Getting the debugging target to return the proper status to @value{GDBN}
13032 probably requires changes to the standard stub; one quick and dirty way
13033 is to just execute a breakpoint instruction (the ``dirty'' part is that
13034 @value{GDBN} reports a @code{SIGTRAP} instead of a @code{SIGINT}).
13035
13036 Other routines you need to supply are:
13037
13038 @table @code
13039 @item void exceptionHandler (int @var{exception_number}, void *@var{exception_address})
13040 @findex exceptionHandler
13041 Write this function to install @var{exception_address} in the exception
13042 handling tables.  You need to do this because the stub does not have any
13043 way of knowing what the exception handling tables on your target system
13044 are like (for example, the processor's table might be in @sc{rom},
13045 containing entries which point to a table in @sc{ram}).
13046 @var{exception_number} is the exception number which should be changed;
13047 its meaning is architecture-dependent (for example, different numbers
13048 might represent divide by zero, misaligned access, etc).  When this
13049 exception occurs, control should be transferred directly to
13050 @var{exception_address}, and the processor state (stack, registers,
13051 and so on) should be just as it is when a processor exception occurs.  So if
13052 you want to use a jump instruction to reach @var{exception_address}, it
13053 should be a simple jump, not a jump to subroutine.
13054
13055 For the 386, @var{exception_address} should be installed as an interrupt
13056 gate so that interrupts are masked while the handler runs.  The gate
13057 should be at privilege level 0 (the most privileged level).  The
13058 @sc{sparc} and 68k stubs are able to mask interrupts themselves without
13059 help from @code{exceptionHandler}.
13060
13061 @item void flush_i_cache()
13062 @findex flush_i_cache
13063 On @sc{sparc} and @sc{sparclite} only, write this subroutine to flush the
13064 instruction cache, if any, on your target machine.  If there is no
13065 instruction cache, this subroutine may be a no-op.
13066
13067 On target machines that have instruction caches, @value{GDBN} requires this
13068 function to make certain that the state of your program is stable.
13069 @end table
13070
13071 @noindent
13072 You must also make sure this library routine is available:
13073
13074 @table @code
13075 @item void *memset(void *, int, int)
13076 @findex memset
13077 This is the standard library function @code{memset} that sets an area of
13078 memory to a known value.  If you have one of the free versions of
13079 @code{libc.a}, @code{memset} can be found there; otherwise, you must
13080 either obtain it from your hardware manufacturer, or write your own.
13081 @end table
13082
13083 If you do not use the GNU C compiler, you may need other standard
13084 library subroutines as well; this varies from one stub to another,
13085 but in general the stubs are likely to use any of the common library
13086 subroutines which @code{@value{GCC}} generates as inline code.
13087
13088
13089 @node Debug Session
13090 @subsection Putting it all together
13091
13092 @cindex remote serial debugging summary
13093 In summary, when your program is ready to debug, you must follow these
13094 steps.
13095
13096 @enumerate
13097 @item
13098 Make sure you have defined the supporting low-level routines
13099 (@pxref{Bootstrapping,,What you must do for the stub}):
13100 @display
13101 @code{getDebugChar}, @code{putDebugChar},
13102 @code{flush_i_cache}, @code{memset}, @code{exceptionHandler}.
13103 @end display
13104
13105 @item
13106 Insert these lines near the top of your program:
13107
13108 @smallexample
13109 set_debug_traps();
13110 breakpoint();
13111 @end smallexample
13112
13113 @item
13114 For the 680x0 stub only, you need to provide a variable called
13115 @code{exceptionHook}.  Normally you just use:
13116
13117 @smallexample
13118 void (*exceptionHook)() = 0;
13119 @end smallexample
13120
13121 @noindent
13122 but if before calling @code{set_debug_traps}, you set it to point to a
13123 function in your program, that function is called when
13124 @code{@value{GDBN}} continues after stopping on a trap (for example, bus
13125 error).  The function indicated by @code{exceptionHook} is called with
13126 one parameter: an @code{int} which is the exception number.
13127
13128 @item
13129 Compile and link together: your program, the @value{GDBN} debugging stub for
13130 your target architecture, and the supporting subroutines.
13131
13132 @item
13133 Make sure you have a serial connection between your target machine and
13134 the @value{GDBN} host, and identify the serial port on the host.
13135
13136 @item
13137 @c The "remote" target now provides a `load' command, so we should
13138 @c document that.  FIXME.
13139 Download your program to your target machine (or get it there by
13140 whatever means the manufacturer provides), and start it.
13141
13142 @item
13143 Start @value{GDBN} on the host, and connect to the target
13144 (@pxref{Connecting,,Connecting to a remote target}).
13145
13146 @end enumerate
13147
13148 @node Configurations
13149 @chapter Configuration-Specific Information
13150
13151 While nearly all @value{GDBN} commands are available for all native and
13152 cross versions of the debugger, there are some exceptions.  This chapter
13153 describes things that are only available in certain configurations.
13154
13155 There are three major categories of configurations: native
13156 configurations, where the host and target are the same, embedded
13157 operating system configurations, which are usually the same for several
13158 different processor architectures, and bare embedded processors, which
13159 are quite different from each other.
13160
13161 @menu
13162 * Native::
13163 * Embedded OS::
13164 * Embedded Processors::
13165 * Architectures::
13166 @end menu
13167
13168 @node Native
13169 @section Native
13170
13171 This section describes details specific to particular native
13172 configurations.
13173
13174 @menu
13175 * HP-UX::                       HP-UX
13176 * BSD libkvm Interface::        Debugging BSD kernel memory images
13177 * SVR4 Process Information::    SVR4 process information
13178 * DJGPP Native::                Features specific to the DJGPP port
13179 * Cygwin Native::               Features specific to the Cygwin port
13180 * Hurd Native::                 Features specific to @sc{gnu} Hurd
13181 * Neutrino::                    Features specific to QNX Neutrino
13182 @end menu
13183
13184 @node HP-UX
13185 @subsection HP-UX
13186
13187 On HP-UX systems, if you refer to a function or variable name that
13188 begins with a dollar sign, @value{GDBN} searches for a user or system
13189 name first, before it searches for a convenience variable.
13190
13191
13192 @node BSD libkvm Interface
13193 @subsection BSD libkvm Interface
13194
13195 @cindex libkvm
13196 @cindex kernel memory image
13197 @cindex kernel crash dump
13198
13199 BSD-derived systems (FreeBSD/NetBSD/OpenBSD) have a kernel memory
13200 interface that provides a uniform interface for accessing kernel virtual
13201 memory images, including live systems and crash dumps.  @value{GDBN}
13202 uses this interface to allow you to debug live kernels and kernel crash
13203 dumps on many native BSD configurations.  This is implemented as a
13204 special @code{kvm} debugging target.  For debugging a live system, load
13205 the currently running kernel into @value{GDBN} and connect to the
13206 @code{kvm} target:
13207
13208 @smallexample
13209 (@value{GDBP}) @b{target kvm}
13210 @end smallexample
13211
13212 For debugging crash dumps, provide the file name of the crash dump as an
13213 argument:
13214
13215 @smallexample
13216 (@value{GDBP}) @b{target kvm /var/crash/bsd.0}
13217 @end smallexample
13218
13219 Once connected to the @code{kvm} target, the following commands are
13220 available:
13221
13222 @table @code
13223 @kindex kvm
13224 @item kvm pcb
13225 Set current context from the @dfn{Process Control Block} (PCB) address.
13226
13227 @item kvm proc
13228 Set current context from proc address.  This command isn't available on
13229 modern FreeBSD systems.
13230 @end table
13231
13232 @node SVR4 Process Information
13233 @subsection SVR4 process information
13234 @cindex /proc
13235 @cindex examine process image
13236 @cindex process info via @file{/proc}
13237
13238 Many versions of SVR4 and compatible systems provide a facility called
13239 @samp{/proc} that can be used to examine the image of a running
13240 process using file-system subroutines.  If @value{GDBN} is configured
13241 for an operating system with this facility, the command @code{info
13242 proc} is available to report information about the process running
13243 your program, or about any process running on your system.  @code{info
13244 proc} works only on SVR4 systems that include the @code{procfs} code.
13245 This includes, as of this writing, @sc{gnu}/Linux, OSF/1 (Digital
13246 Unix), Solaris, Irix, and Unixware, but not HP-UX, for example.
13247
13248 @table @code
13249 @kindex info proc
13250 @cindex process ID
13251 @item info proc
13252 @itemx info proc @var{process-id}
13253 Summarize available information about any running process.  If a
13254 process ID is specified by @var{process-id}, display information about
13255 that process; otherwise display information about the program being
13256 debugged.  The summary includes the debugged process ID, the command
13257 line used to invoke it, its current working directory, and its
13258 executable file's absolute file name.
13259
13260 On some systems, @var{process-id} can be of the form
13261 @samp{[@var{pid}]/@var{tid}} which specifies a certain thread ID
13262 within a process.  If the optional @var{pid} part is missing, it means
13263 a thread from the process being debugged (the leading @samp{/} still
13264 needs to be present, or else @value{GDBN} will interpret the number as
13265 a process ID rather than a thread ID).
13266
13267 @item info proc mappings
13268 @cindex memory address space mappings
13269 Report the memory address space ranges accessible in the program, with
13270 information on whether the process has read, write, or execute access
13271 rights to each range.  On @sc{gnu}/Linux systems, each memory range
13272 includes the object file which is mapped to that range, instead of the
13273 memory access rights to that range.
13274
13275 @item info proc stat
13276 @itemx info proc status
13277 @cindex process detailed status information
13278 These subcommands are specific to @sc{gnu}/Linux systems.  They show
13279 the process-related information, including the user ID and group ID;
13280 how many threads are there in the process; its virtual memory usage;
13281 the signals that are pending, blocked, and ignored; its TTY; its
13282 consumption of system and user time; its stack size; its @samp{nice}
13283 value; etc.  For more information, see the @samp{proc} man page
13284 (type @kbd{man 5 proc} from your shell prompt).
13285
13286 @item info proc all
13287 Show all the information about the process described under all of the
13288 above @code{info proc} subcommands.
13289
13290 @ignore
13291 @comment These sub-options of 'info proc' were not included when
13292 @comment procfs.c was re-written.  Keep their descriptions around
13293 @comment against the day when someone finds the time to put them back in.
13294 @kindex info proc times
13295 @item info proc times
13296 Starting time, user CPU time, and system CPU time for your program and
13297 its children.
13298
13299 @kindex info proc id
13300 @item info proc id
13301 Report on the process IDs related to your program: its own process ID,
13302 the ID of its parent, the process group ID, and the session ID.
13303 @end ignore
13304
13305 @item set procfs-trace
13306 @kindex set procfs-trace
13307 @cindex @code{procfs} API calls
13308 This command enables and disables tracing of @code{procfs} API calls.
13309
13310 @item show procfs-trace
13311 @kindex show procfs-trace
13312 Show the current state of @code{procfs} API call tracing.
13313
13314 @item set procfs-file @var{file}
13315 @kindex set procfs-file
13316 Tell @value{GDBN} to write @code{procfs} API trace to the named
13317 @var{file}.  @value{GDBN} appends the trace info to the previous
13318 contents of the file.  The default is to display the trace on the
13319 standard output.
13320
13321 @item show procfs-file
13322 @kindex show procfs-file
13323 Show the file to which @code{procfs} API trace is written.
13324
13325 @item proc-trace-entry
13326 @itemx proc-trace-exit
13327 @itemx proc-untrace-entry
13328 @itemx proc-untrace-exit
13329 @kindex proc-trace-entry
13330 @kindex proc-trace-exit
13331 @kindex proc-untrace-entry
13332 @kindex proc-untrace-exit
13333 These commands enable and disable tracing of entries into and exits
13334 from the @code{syscall} interface.
13335
13336 @item info pidlist
13337 @kindex info pidlist
13338 @cindex process list, QNX Neutrino
13339 For QNX Neutrino only, this command displays the list of all the
13340 processes and all the threads within each process.
13341
13342 @item info meminfo
13343 @kindex info meminfo
13344 @cindex mapinfo list, QNX Neutrino
13345 For QNX Neutrino only, this command displays the list of all mapinfos.
13346 @end table
13347
13348 @node DJGPP Native
13349 @subsection Features for Debugging @sc{djgpp} Programs
13350 @cindex @sc{djgpp} debugging
13351 @cindex native @sc{djgpp} debugging
13352 @cindex MS-DOS-specific commands
13353
13354 @cindex DPMI
13355 @sc{djgpp} is a port of the @sc{gnu} development tools to MS-DOS and
13356 MS-Windows.  @sc{djgpp} programs are 32-bit protected-mode programs
13357 that use the @dfn{DPMI} (DOS Protected-Mode Interface) API to run on
13358 top of real-mode DOS systems and their emulations.
13359
13360 @value{GDBN} supports native debugging of @sc{djgpp} programs, and
13361 defines a few commands specific to the @sc{djgpp} port.  This
13362 subsection describes those commands.
13363
13364 @table @code
13365 @kindex info dos
13366 @item info dos
13367 This is a prefix of @sc{djgpp}-specific commands which print
13368 information about the target system and important OS structures.
13369
13370 @kindex sysinfo
13371 @cindex MS-DOS system info
13372 @cindex free memory information (MS-DOS)
13373 @item info dos sysinfo
13374 This command displays assorted information about the underlying
13375 platform: the CPU type and features, the OS version and flavor, the
13376 DPMI version, and the available conventional and DPMI memory.
13377
13378 @cindex GDT
13379 @cindex LDT
13380 @cindex IDT
13381 @cindex segment descriptor tables
13382 @cindex descriptor tables display
13383 @item info dos gdt
13384 @itemx info dos ldt
13385 @itemx info dos idt
13386 These 3 commands display entries from, respectively, Global, Local,
13387 and Interrupt Descriptor Tables (GDT, LDT, and IDT).  The descriptor
13388 tables are data structures which store a descriptor for each segment
13389 that is currently in use.  The segment's selector is an index into a
13390 descriptor table; the table entry for that index holds the
13391 descriptor's base address and limit, and its attributes and access
13392 rights.
13393
13394 A typical @sc{djgpp} program uses 3 segments: a code segment, a data
13395 segment (used for both data and the stack), and a DOS segment (which
13396 allows access to DOS/BIOS data structures and absolute addresses in
13397 conventional memory).  However, the DPMI host will usually define
13398 additional segments in order to support the DPMI environment.
13399
13400 @cindex garbled pointers
13401 These commands allow to display entries from the descriptor tables.
13402 Without an argument, all entries from the specified table are
13403 displayed.  An argument, which should be an integer expression, means
13404 display a single entry whose index is given by the argument.  For
13405 example, here's a convenient way to display information about the
13406 debugged program's data segment:
13407
13408 @smallexample
13409 @exdent @code{(@value{GDBP}) info dos ldt $ds}
13410 @exdent @code{0x13f: base=0x11970000 limit=0x0009ffff 32-Bit Data (Read/Write, Exp-up)}
13411 @end smallexample
13412
13413 @noindent
13414 This comes in handy when you want to see whether a pointer is outside
13415 the data segment's limit (i.e.@: @dfn{garbled}).
13416
13417 @cindex page tables display (MS-DOS)
13418 @item info dos pde
13419 @itemx info dos pte
13420 These two commands display entries from, respectively, the Page
13421 Directory and the Page Tables.  Page Directories and Page Tables are
13422 data structures which control how virtual memory addresses are mapped
13423 into physical addresses.  A Page Table includes an entry for every
13424 page of memory that is mapped into the program's address space; there
13425 may be several Page Tables, each one holding up to 4096 entries.  A
13426 Page Directory has up to 4096 entries, one each for every Page Table
13427 that is currently in use.
13428
13429 Without an argument, @kbd{info dos pde} displays the entire Page
13430 Directory, and @kbd{info dos pte} displays all the entries in all of
13431 the Page Tables.  An argument, an integer expression, given to the
13432 @kbd{info dos pde} command means display only that entry from the Page
13433 Directory table.  An argument given to the @kbd{info dos pte} command
13434 means display entries from a single Page Table, the one pointed to by
13435 the specified entry in the Page Directory.
13436
13437 @cindex direct memory access (DMA) on MS-DOS
13438 These commands are useful when your program uses @dfn{DMA} (Direct
13439 Memory Access), which needs physical addresses to program the DMA
13440 controller.
13441
13442 These commands are supported only with some DPMI servers.
13443
13444 @cindex physical address from linear address
13445 @item info dos address-pte @var{addr}
13446 This command displays the Page Table entry for a specified linear
13447 address.  The argument @var{addr} is a linear address which should
13448 already have the appropriate segment's base address added to it,
13449 because this command accepts addresses which may belong to @emph{any}
13450 segment.  For example, here's how to display the Page Table entry for
13451 the page where a variable @code{i} is stored:
13452
13453 @smallexample
13454 @exdent @code{(@value{GDBP}) info dos address-pte __djgpp_base_address + (char *)&i}
13455 @exdent @code{Page Table entry for address 0x11a00d30:}
13456 @exdent @code{Base=0x02698000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0xd30}
13457 @end smallexample
13458
13459 @noindent
13460 This says that @code{i} is stored at offset @code{0xd30} from the page
13461 whose physical base address is @code{0x02698000}, and shows all the
13462 attributes of that page.
13463
13464 Note that you must cast the addresses of variables to a @code{char *},
13465 since otherwise the value of @code{__djgpp_base_address}, the base
13466 address of all variables and functions in a @sc{djgpp} program, will
13467 be added using the rules of C pointer arithmetics: if @code{i} is
13468 declared an @code{int}, @value{GDBN} will add 4 times the value of
13469 @code{__djgpp_base_address} to the address of @code{i}.
13470
13471 Here's another example, it displays the Page Table entry for the
13472 transfer buffer:
13473
13474 @smallexample
13475 @exdent @code{(@value{GDBP}) info dos address-pte *((unsigned *)&_go32_info_block + 3)}
13476 @exdent @code{Page Table entry for address 0x29110:}
13477 @exdent @code{Base=0x00029000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0x110}
13478 @end smallexample
13479
13480 @noindent
13481 (The @code{+ 3} offset is because the transfer buffer's address is the
13482 3rd member of the @code{_go32_info_block} structure.)  The output
13483 clearly shows that this DPMI server maps the addresses in conventional
13484 memory 1:1, i.e.@: the physical (@code{0x00029000} + @code{0x110}) and
13485 linear (@code{0x29110}) addresses are identical.
13486
13487 This command is supported only with some DPMI servers.
13488 @end table
13489
13490 @cindex DOS serial data link, remote debugging
13491 In addition to native debugging, the DJGPP port supports remote
13492 debugging via a serial data link.  The following commands are specific
13493 to remote serial debugging in the DJGPP port of @value{GDBN}.
13494
13495 @table @code
13496 @kindex set com1base
13497 @kindex set com1irq
13498 @kindex set com2base
13499 @kindex set com2irq
13500 @kindex set com3base
13501 @kindex set com3irq
13502 @kindex set com4base
13503 @kindex set com4irq
13504 @item set com1base @var{addr}
13505 This command sets the base I/O port address of the @file{COM1} serial
13506 port.
13507
13508 @item set com1irq @var{irq}
13509 This command sets the @dfn{Interrupt Request} (@code{IRQ}) line to use
13510 for the @file{COM1} serial port.
13511
13512 There are similar commands @samp{set com2base}, @samp{set com3irq},
13513 etc.@: for setting the port address and the @code{IRQ} lines for the
13514 other 3 COM ports.
13515
13516 @kindex show com1base
13517 @kindex show com1irq
13518 @kindex show com2base
13519 @kindex show com2irq
13520 @kindex show com3base
13521 @kindex show com3irq
13522 @kindex show com4base
13523 @kindex show com4irq
13524 The related commands @samp{show com1base}, @samp{show com1irq} etc.@:
13525 display the current settings of the base address and the @code{IRQ}
13526 lines used by the COM ports.
13527
13528 @item info serial
13529 @kindex info serial
13530 @cindex DOS serial port status
13531 This command prints the status of the 4 DOS serial ports.  For each
13532 port, it prints whether it's active or not, its I/O base address and
13533 IRQ number, whether it uses a 16550-style FIFO, its baudrate, and the
13534 counts of various errors encountered so far.
13535 @end table
13536
13537
13538 @node Cygwin Native
13539 @subsection Features for Debugging MS Windows PE executables
13540 @cindex MS Windows debugging
13541 @cindex native Cygwin debugging
13542 @cindex Cygwin-specific commands
13543
13544 @value{GDBN} supports native debugging of MS Windows programs, including
13545 DLLs with and without symbolic debugging information. There are various
13546 additional Cygwin-specific commands, described in this subsection.  The
13547 subsubsection @pxref{Non-debug DLL symbols} describes working with DLLs
13548 that have no debugging symbols.
13549
13550
13551 @table @code
13552 @kindex info w32
13553 @item info w32
13554 This is a prefix of MS Windows specific commands which print
13555 information about the target system and important OS structures.
13556
13557 @item info w32 selector
13558 This command displays information returned by
13559 the Win32 API @code{GetThreadSelectorEntry} function.
13560 It takes an optional argument that is evaluated to
13561 a long value to give the information about this given selector.
13562 Without argument, this command displays information
13563 about the the six segment registers.
13564
13565 @kindex info dll
13566 @item info dll
13567 This is a Cygwin specific alias of info shared.
13568
13569 @kindex dll-symbols
13570 @item dll-symbols
13571 This command loads symbols from a dll similarly to
13572 add-sym command but without the need to specify a base address.
13573
13574 @kindex set cygwin-exceptions
13575 @cindex debugging the Cygwin DLL
13576 @cindex Cygwin DLL, debugging
13577 @item set cygwin-exceptions @var{mode}
13578 If @var{mode} is @code{on}, @value{GDBN} will break on exceptions that
13579 happen inside the Cygwin DLL.  If @var{mode} is @code{off},
13580 @value{GDBN} will delay recognition of exceptions, and may ignore some
13581 exceptions which seem to be caused by internal Cygwin DLL
13582 ``bookkeeping''.  This option is meant primarily for debugging the
13583 Cygwin DLL itself; the default value is @code{off} to avoid annoying
13584 @value{GDBN} users with false @code{SIGSEGV} signals.
13585
13586 @kindex show cygwin-exceptions
13587 @item show cygwin-exceptions
13588 Displays whether @value{GDBN} will break on exceptions that happen
13589 inside the Cygwin DLL itself.
13590
13591 @kindex set new-console
13592 @item set new-console @var{mode}
13593 If @var{mode} is @code{on} the debuggee will
13594 be started in a new console on next start.
13595 If @var{mode} is @code{off}i, the debuggee will
13596 be started in the same console as the debugger.
13597
13598 @kindex show new-console
13599 @item show new-console
13600 Displays whether a new console is used
13601 when the debuggee is started.
13602
13603 @kindex set new-group
13604 @item set new-group @var{mode}
13605 This boolean value controls whether the debuggee should
13606 start a new group or stay in the same group as the debugger.
13607 This affects the way the Windows OS handles
13608 @samp{Ctrl-C}.
13609
13610 @kindex show new-group
13611 @item show new-group
13612 Displays current value of new-group boolean.
13613
13614 @kindex set debugevents
13615 @item set debugevents
13616 This boolean value adds debug output concerning kernel events related
13617 to the debuggee seen by the debugger.  This includes events that
13618 signal thread and process creation and exit, DLL loading and
13619 unloading, console interrupts, and debugging messages produced by the
13620 Windows @code{OutputDebugString} API call.
13621
13622 @kindex set debugexec
13623 @item set debugexec
13624 This boolean value adds debug output concerning execute events
13625 (such as resume thread) seen by the debugger.
13626
13627 @kindex set debugexceptions
13628 @item set debugexceptions
13629 This boolean value adds debug output concerning exceptions in the
13630 debuggee seen by the debugger.
13631
13632 @kindex set debugmemory
13633 @item set debugmemory
13634 This boolean value adds debug output concerning debuggee memory reads
13635 and writes by the debugger.
13636
13637 @kindex set shell
13638 @item set shell
13639 This boolean values specifies whether the debuggee is called
13640 via a shell or directly (default value is on).
13641
13642 @kindex show shell
13643 @item show shell
13644 Displays if the debuggee will be started with a shell.
13645
13646 @end table
13647
13648 @menu
13649 * Non-debug DLL symbols::  Support for DLLs without debugging symbols
13650 @end menu
13651
13652 @node Non-debug DLL symbols
13653 @subsubsection Support for DLLs without debugging symbols
13654 @cindex DLLs with no debugging symbols
13655 @cindex Minimal symbols and DLLs
13656
13657 Very often on windows, some of the DLLs that your program relies on do
13658 not include symbolic debugging information (for example,
13659 @file{kernel32.dll}). When @value{GDBN} doesn't recognize any debugging
13660 symbols in a DLL, it relies on the minimal amount of symbolic
13661 information contained in the DLL's export table. This subsubsection
13662 describes working with such symbols, known internally to @value{GDBN} as
13663 ``minimal symbols''.
13664
13665 Note that before the debugged program has started execution, no DLLs
13666 will have been loaded. The easiest way around this problem is simply to
13667 start the program --- either by setting a breakpoint or letting the
13668 program run once to completion. It is also possible to force
13669 @value{GDBN} to load a particular DLL before starting the executable ---
13670 see the shared library information in @pxref{Files} or the
13671 @code{dll-symbols} command in @pxref{Cygwin Native}. Currently,
13672 explicitly loading symbols from a DLL with no debugging information will
13673 cause the symbol names to be duplicated in @value{GDBN}'s lookup table,
13674 which may adversely affect symbol lookup performance.
13675
13676 @subsubsection DLL name prefixes
13677
13678 In keeping with the naming conventions used by the Microsoft debugging
13679 tools, DLL export symbols are made available with a prefix based on the
13680 DLL name, for instance @code{KERNEL32!CreateFileA}.  The plain name is
13681 also entered into the symbol table, so @code{CreateFileA} is often
13682 sufficient. In some cases there will be name clashes within a program
13683 (particularly if the executable itself includes full debugging symbols)
13684 necessitating the use of the fully qualified name when referring to the
13685 contents of the DLL. Use single-quotes around the name to avoid the
13686 exclamation mark (``!'')  being interpreted as a language operator.
13687
13688 Note that the internal name of the DLL may be all upper-case, even
13689 though the file name of the DLL is lower-case, or vice-versa. Since
13690 symbols within @value{GDBN} are @emph{case-sensitive} this may cause
13691 some confusion. If in doubt, try the @code{info functions} and
13692 @code{info variables} commands or even @code{maint print msymbols} (see
13693 @pxref{Symbols}). Here's an example:
13694
13695 @smallexample
13696 (@value{GDBP}) info function CreateFileA
13697 All functions matching regular expression "CreateFileA":
13698
13699 Non-debugging symbols:
13700 0x77e885f4  CreateFileA
13701 0x77e885f4  KERNEL32!CreateFileA
13702 @end smallexample
13703
13704 @smallexample
13705 (@value{GDBP}) info function !
13706 All functions matching regular expression "!":
13707
13708 Non-debugging symbols:
13709 0x6100114c  cygwin1!__assert
13710 0x61004034  cygwin1!_dll_crt0@@0
13711 0x61004240  cygwin1!dll_crt0(per_process *)
13712 [etc...]
13713 @end smallexample
13714
13715 @subsubsection Working with minimal symbols
13716
13717 Symbols extracted from a DLL's export table do not contain very much
13718 type information. All that @value{GDBN} can do is guess whether a symbol
13719 refers to a function or variable depending on the linker section that
13720 contains the symbol. Also note that the actual contents of the memory
13721 contained in a DLL are not available unless the program is running. This
13722 means that you cannot examine the contents of a variable or disassemble
13723 a function within a DLL without a running program.
13724
13725 Variables are generally treated as pointers and dereferenced
13726 automatically. For this reason, it is often necessary to prefix a
13727 variable name with the address-of operator (``&'') and provide explicit
13728 type information in the command. Here's an example of the type of
13729 problem:
13730
13731 @smallexample
13732 (@value{GDBP}) print 'cygwin1!__argv'
13733 $1 = 268572168
13734 @end smallexample
13735
13736 @smallexample
13737 (@value{GDBP}) x 'cygwin1!__argv'
13738 0x10021610:      "\230y\""
13739 @end smallexample
13740
13741 And two possible solutions:
13742
13743 @smallexample
13744 (@value{GDBP}) print ((char **)'cygwin1!__argv')[0]
13745 $2 = 0x22fd98 "/cygdrive/c/mydirectory/myprogram"
13746 @end smallexample
13747
13748 @smallexample
13749 (@value{GDBP}) x/2x &'cygwin1!__argv'
13750 0x610c0aa8 <cygwin1!__argv>:    0x10021608      0x00000000
13751 (@value{GDBP}) x/x 0x10021608
13752 0x10021608:     0x0022fd98
13753 (@value{GDBP}) x/s 0x0022fd98
13754 0x22fd98:        "/cygdrive/c/mydirectory/myprogram"
13755 @end smallexample
13756
13757 Setting a break point within a DLL is possible even before the program
13758 starts execution. However, under these circumstances, @value{GDBN} can't
13759 examine the initial instructions of the function in order to skip the
13760 function's frame set-up code. You can work around this by using ``*&''
13761 to set the breakpoint at a raw memory address:
13762
13763 @smallexample
13764 (@value{GDBP}) break *&'python22!PyOS_Readline'
13765 Breakpoint 1 at 0x1e04eff0
13766 @end smallexample
13767
13768 The author of these extensions is not entirely convinced that setting a
13769 break point within a shared DLL like @file{kernel32.dll} is completely
13770 safe.
13771
13772 @node Hurd Native
13773 @subsection Commands specific to @sc{gnu} Hurd systems
13774 @cindex @sc{gnu} Hurd debugging
13775
13776 This subsection describes @value{GDBN} commands specific to the
13777 @sc{gnu} Hurd native debugging.
13778
13779 @table @code
13780 @item set signals
13781 @itemx set sigs
13782 @kindex set signals@r{, Hurd command}
13783 @kindex set sigs@r{, Hurd command}
13784 This command toggles the state of inferior signal interception by
13785 @value{GDBN}.  Mach exceptions, such as breakpoint traps, are not
13786 affected by this command.  @code{sigs} is a shorthand alias for
13787 @code{signals}.
13788
13789 @item show signals
13790 @itemx show sigs
13791 @kindex show signals@r{, Hurd command}
13792 @kindex show sigs@r{, Hurd command}
13793 Show the current state of intercepting inferior's signals.
13794
13795 @item set signal-thread
13796 @itemx set sigthread
13797 @kindex set signal-thread
13798 @kindex set sigthread
13799 This command tells @value{GDBN} which thread is the @code{libc} signal
13800 thread.  That thread is run when a signal is delivered to a running
13801 process.  @code{set sigthread} is the shorthand alias of @code{set
13802 signal-thread}.
13803
13804 @item show signal-thread
13805 @itemx show sigthread
13806 @kindex show signal-thread
13807 @kindex show sigthread
13808 These two commands show which thread will run when the inferior is
13809 delivered a signal.
13810
13811 @item set stopped
13812 @kindex set stopped@r{, Hurd command}
13813 This commands tells @value{GDBN} that the inferior process is stopped,
13814 as with the @code{SIGSTOP} signal.  The stopped process can be
13815 continued by delivering a signal to it.
13816
13817 @item show stopped
13818 @kindex show stopped@r{, Hurd command}
13819 This command shows whether @value{GDBN} thinks the debuggee is
13820 stopped.
13821
13822 @item set exceptions
13823 @kindex set exceptions@r{, Hurd command}
13824 Use this command to turn off trapping of exceptions in the inferior.
13825 When exception trapping is off, neither breakpoints nor
13826 single-stepping will work.  To restore the default, set exception
13827 trapping on.
13828
13829 @item show exceptions
13830 @kindex show exceptions@r{, Hurd command}
13831 Show the current state of trapping exceptions in the inferior.
13832
13833 @item set task pause
13834 @kindex set task@r{, Hurd commands}
13835 @cindex task attributes (@sc{gnu} Hurd)
13836 @cindex pause current task (@sc{gnu} Hurd)
13837 This command toggles task suspension when @value{GDBN} has control.
13838 Setting it to on takes effect immediately, and the task is suspended
13839 whenever @value{GDBN} gets control.  Setting it to off will take
13840 effect the next time the inferior is continued.  If this option is set
13841 to off, you can use @code{set thread default pause on} or @code{set
13842 thread pause on} (see below) to pause individual threads.
13843
13844 @item show task pause
13845 @kindex show task@r{, Hurd commands}
13846 Show the current state of task suspension.
13847
13848 @item set task detach-suspend-count
13849 @cindex task suspend count
13850 @cindex detach from task, @sc{gnu} Hurd
13851 This command sets the suspend count the task will be left with when
13852 @value{GDBN} detaches from it.
13853
13854 @item show task detach-suspend-count
13855 Show the suspend count the task will be left with when detaching.
13856
13857 @item set task exception-port
13858 @itemx set task excp
13859 @cindex task exception port, @sc{gnu} Hurd
13860 This command sets the task exception port to which @value{GDBN} will
13861 forward exceptions.  The argument should be the value of the @dfn{send
13862 rights} of the task.  @code{set task excp} is a shorthand alias.
13863
13864 @item set noninvasive
13865 @cindex noninvasive task options
13866 This command switches @value{GDBN} to a mode that is the least
13867 invasive as far as interfering with the inferior is concerned.  This
13868 is the same as using @code{set task pause}, @code{set exceptions}, and
13869 @code{set signals} to values opposite to the defaults.
13870
13871 @item info send-rights
13872 @itemx info receive-rights
13873 @itemx info port-rights
13874 @itemx info port-sets
13875 @itemx info dead-names
13876 @itemx info ports
13877 @itemx info psets
13878 @cindex send rights, @sc{gnu} Hurd
13879 @cindex receive rights, @sc{gnu} Hurd
13880 @cindex port rights, @sc{gnu} Hurd
13881 @cindex port sets, @sc{gnu} Hurd
13882 @cindex dead names, @sc{gnu} Hurd
13883 These commands display information about, respectively, send rights,
13884 receive rights, port rights, port sets, and dead names of a task.
13885 There are also shorthand aliases: @code{info ports} for @code{info
13886 port-rights} and @code{info psets} for @code{info port-sets}.
13887
13888 @item set thread pause
13889 @kindex set thread@r{, Hurd command}
13890 @cindex thread properties, @sc{gnu} Hurd
13891 @cindex pause current thread (@sc{gnu} Hurd)
13892 This command toggles current thread suspension when @value{GDBN} has
13893 control.  Setting it to on takes effect immediately, and the current
13894 thread is suspended whenever @value{GDBN} gets control.  Setting it to
13895 off will take effect the next time the inferior is continued.
13896 Normally, this command has no effect, since when @value{GDBN} has
13897 control, the whole task is suspended.  However, if you used @code{set
13898 task pause off} (see above), this command comes in handy to suspend
13899 only the current thread.
13900
13901 @item show thread pause
13902 @kindex show thread@r{, Hurd command}
13903 This command shows the state of current thread suspension.
13904
13905 @item set thread run
13906 This comamnd sets whether the current thread is allowed to run.
13907
13908 @item show thread run
13909 Show whether the current thread is allowed to run.
13910
13911 @item set thread detach-suspend-count
13912 @cindex thread suspend count, @sc{gnu} Hurd
13913 @cindex detach from thread, @sc{gnu} Hurd
13914 This command sets the suspend count @value{GDBN} will leave on a
13915 thread when detaching.  This number is relative to the suspend count
13916 found by @value{GDBN} when it notices the thread; use @code{set thread
13917 takeover-suspend-count} to force it to an absolute value.
13918
13919 @item show thread detach-suspend-count
13920 Show the suspend count @value{GDBN} will leave on the thread when
13921 detaching.
13922
13923 @item set thread exception-port
13924 @itemx set thread excp
13925 Set the thread exception port to which to forward exceptions.  This
13926 overrides the port set by @code{set task exception-port} (see above).
13927 @code{set thread excp} is the shorthand alias.
13928
13929 @item set thread takeover-suspend-count
13930 Normally, @value{GDBN}'s thread suspend counts are relative to the
13931 value @value{GDBN} finds when it notices each thread.  This command
13932 changes the suspend counts to be absolute instead.
13933
13934 @item set thread default
13935 @itemx show thread default
13936 @cindex thread default settings, @sc{gnu} Hurd
13937 Each of the above @code{set thread} commands has a @code{set thread
13938 default} counterpart (e.g., @code{set thread default pause}, @code{set
13939 thread default exception-port}, etc.).  The @code{thread default}
13940 variety of commands sets the default thread properties for all
13941 threads; you can then change the properties of individual threads with
13942 the non-default commands.
13943 @end table
13944
13945
13946 @node Neutrino
13947 @subsection QNX Neutrino
13948 @cindex QNX Neutrino
13949
13950 @value{GDBN} provides the following commands specific to the QNX
13951 Neutrino target:
13952
13953 @table @code
13954 @item set debug nto-debug
13955 @kindex set debug nto-debug
13956 When set to on, enables debugging messages specific to the QNX
13957 Neutrino support.
13958
13959 @item show debug nto-debug
13960 @kindex show debug nto-debug
13961 Show the current state of QNX Neutrino messages.
13962 @end table
13963
13964
13965 @node Embedded OS
13966 @section Embedded Operating Systems
13967
13968 This section describes configurations involving the debugging of
13969 embedded operating systems that are available for several different
13970 architectures.
13971
13972 @menu
13973 * VxWorks::                     Using @value{GDBN} with VxWorks
13974 @end menu
13975
13976 @value{GDBN} includes the ability to debug programs running on
13977 various real-time operating systems.
13978
13979 @node VxWorks
13980 @subsection Using @value{GDBN} with VxWorks
13981
13982 @cindex VxWorks
13983
13984 @table @code
13985
13986 @kindex target vxworks
13987 @item target vxworks @var{machinename}
13988 A VxWorks system, attached via TCP/IP.  The argument @var{machinename}
13989 is the target system's machine name or IP address.
13990
13991 @end table
13992
13993 On VxWorks, @code{load} links @var{filename} dynamically on the
13994 current target system as well as adding its symbols in @value{GDBN}.
13995
13996 @value{GDBN} enables developers to spawn and debug tasks running on networked
13997 VxWorks targets from a Unix host.  Already-running tasks spawned from
13998 the VxWorks shell can also be debugged.  @value{GDBN} uses code that runs on
13999 both the Unix host and on the VxWorks target.  The program
14000 @code{@value{GDBP}} is installed and executed on the Unix host.  (It may be
14001 installed with the name @code{vxgdb}, to distinguish it from a
14002 @value{GDBN} for debugging programs on the host itself.)
14003
14004 @table @code
14005 @item VxWorks-timeout @var{args}
14006 @kindex vxworks-timeout
14007 All VxWorks-based targets now support the option @code{vxworks-timeout}.
14008 This option is set by the user, and  @var{args} represents the number of
14009 seconds @value{GDBN} waits for responses to rpc's.  You might use this if
14010 your VxWorks target is a slow software simulator or is on the far side
14011 of a thin network line.
14012 @end table
14013
14014 The following information on connecting to VxWorks was current when
14015 this manual was produced; newer releases of VxWorks may use revised
14016 procedures.
14017
14018 @findex INCLUDE_RDB
14019 To use @value{GDBN} with VxWorks, you must rebuild your VxWorks kernel
14020 to include the remote debugging interface routines in the VxWorks
14021 library @file{rdb.a}.  To do this, define @code{INCLUDE_RDB} in the
14022 VxWorks configuration file @file{configAll.h} and rebuild your VxWorks
14023 kernel.  The resulting kernel contains @file{rdb.a}, and spawns the
14024 source debugging task @code{tRdbTask} when VxWorks is booted.  For more
14025 information on configuring and remaking VxWorks, see the manufacturer's
14026 manual.
14027 @c VxWorks, see the @cite{VxWorks Programmer's Guide}.
14028
14029 Once you have included @file{rdb.a} in your VxWorks system image and set
14030 your Unix execution search path to find @value{GDBN}, you are ready to
14031 run @value{GDBN}.  From your Unix host, run @code{@value{GDBP}} (or
14032 @code{vxgdb}, depending on your installation).
14033
14034 @value{GDBN} comes up showing the prompt:
14035
14036 @smallexample
14037 (vxgdb)
14038 @end smallexample
14039
14040 @menu
14041 * VxWorks Connection::          Connecting to VxWorks
14042 * VxWorks Download::            VxWorks download
14043 * VxWorks Attach::              Running tasks
14044 @end menu
14045
14046 @node VxWorks Connection
14047 @subsubsection Connecting to VxWorks
14048
14049 The @value{GDBN} command @code{target} lets you connect to a VxWorks target on the
14050 network.  To connect to a target whose host name is ``@code{tt}'', type:
14051
14052 @smallexample
14053 (vxgdb) target vxworks tt
14054 @end smallexample
14055
14056 @need 750
14057 @value{GDBN} displays messages like these:
14058
14059 @smallexample
14060 Attaching remote machine across net...
14061 Connected to tt.
14062 @end smallexample
14063
14064 @need 1000
14065 @value{GDBN} then attempts to read the symbol tables of any object modules
14066 loaded into the VxWorks target since it was last booted.  @value{GDBN} locates
14067 these files by searching the directories listed in the command search
14068 path (@pxref{Environment, ,Your program's environment}); if it fails
14069 to find an object file, it displays a message such as:
14070
14071 @smallexample
14072 prog.o: No such file or directory.
14073 @end smallexample
14074
14075 When this happens, add the appropriate directory to the search path with
14076 the @value{GDBN} command @code{path}, and execute the @code{target}
14077 command again.
14078
14079 @node VxWorks Download
14080 @subsubsection VxWorks download
14081
14082 @cindex download to VxWorks
14083 If you have connected to the VxWorks target and you want to debug an
14084 object that has not yet been loaded, you can use the @value{GDBN}
14085 @code{load} command to download a file from Unix to VxWorks
14086 incrementally.  The object file given as an argument to the @code{load}
14087 command is actually opened twice: first by the VxWorks target in order
14088 to download the code, then by @value{GDBN} in order to read the symbol
14089 table.  This can lead to problems if the current working directories on
14090 the two systems differ.  If both systems have NFS mounted the same
14091 filesystems, you can avoid these problems by using absolute paths.
14092 Otherwise, it is simplest to set the working directory on both systems
14093 to the directory in which the object file resides, and then to reference
14094 the file by its name, without any path.  For instance, a program
14095 @file{prog.o} may reside in @file{@var{vxpath}/vw/demo/rdb} in VxWorks
14096 and in @file{@var{hostpath}/vw/demo/rdb} on the host.  To load this
14097 program, type this on VxWorks:
14098
14099 @smallexample
14100 -> cd "@var{vxpath}/vw/demo/rdb"
14101 @end smallexample
14102
14103 @noindent
14104 Then, in @value{GDBN}, type:
14105
14106 @smallexample
14107 (vxgdb) cd @var{hostpath}/vw/demo/rdb
14108 (vxgdb) load prog.o
14109 @end smallexample
14110
14111 @value{GDBN} displays a response similar to this:
14112
14113 @smallexample
14114 Reading symbol data from wherever/vw/demo/rdb/prog.o... done.
14115 @end smallexample
14116
14117 You can also use the @code{load} command to reload an object module
14118 after editing and recompiling the corresponding source file.  Note that
14119 this makes @value{GDBN} delete all currently-defined breakpoints,
14120 auto-displays, and convenience variables, and to clear the value
14121 history.  (This is necessary in order to preserve the integrity of
14122 debugger's data structures that reference the target system's symbol
14123 table.)
14124
14125 @node VxWorks Attach
14126 @subsubsection Running tasks
14127
14128 @cindex running VxWorks tasks
14129 You can also attach to an existing task using the @code{attach} command as
14130 follows:
14131
14132 @smallexample
14133 (vxgdb) attach @var{task}
14134 @end smallexample
14135
14136 @noindent
14137 where @var{task} is the VxWorks hexadecimal task ID.  The task can be running
14138 or suspended when you attach to it.  Running tasks are suspended at
14139 the time of attachment.
14140
14141 @node Embedded Processors
14142 @section Embedded Processors
14143
14144 This section goes into details specific to particular embedded
14145 configurations.
14146
14147 @cindex send command to simulator
14148 Whenever a specific embedded processor has a simulator, @value{GDBN}
14149 allows to send an arbitrary command to the simulator.
14150
14151 @table @code
14152 @item sim @var{command}
14153 @kindex sim@r{, a command}
14154 Send an arbitrary @var{command} string to the simulator.  Consult the
14155 documentation for the specific simulator in use for information about
14156 acceptable commands.
14157 @end table
14158
14159
14160 @menu
14161 * ARM::                         ARM RDI
14162 * H8/300::                      Renesas H8/300
14163 * H8/500::                      Renesas H8/500
14164 * M32R/D::                      Renesas M32R/D
14165 * M68K::                        Motorola M68K
14166 * MIPS Embedded::               MIPS Embedded
14167 * OpenRISC 1000::               OpenRisc 1000
14168 * PA::                          HP PA Embedded
14169 * PowerPC:                      PowerPC
14170 * SH::                          Renesas SH
14171 * Sparclet::                    Tsqware Sparclet
14172 * Sparclite::                   Fujitsu Sparclite
14173 * ST2000::                      Tandem ST2000
14174 * Z8000::                       Zilog Z8000
14175 * AVR::                         Atmel AVR
14176 * CRIS::                        CRIS
14177 * Super-H::                     Renesas Super-H
14178 * WinCE::                       Windows CE child processes
14179 @end menu
14180
14181 @node ARM
14182 @subsection ARM
14183 @cindex ARM RDI
14184
14185 @table @code
14186 @kindex target rdi
14187 @item target rdi @var{dev}
14188 ARM Angel monitor, via RDI library interface to ADP protocol.  You may
14189 use this target to communicate with both boards running the Angel
14190 monitor, or with the EmbeddedICE JTAG debug device.
14191
14192 @kindex target rdp
14193 @item target rdp @var{dev}
14194 ARM Demon monitor.
14195
14196 @end table
14197
14198 @value{GDBN} provides the following ARM-specific commands:
14199
14200 @table @code
14201 @item set arm disassembler
14202 @kindex set arm
14203 This commands selects from a list of disassembly styles.  The
14204 @code{"std"} style is the standard style.
14205
14206 @item show arm disassembler
14207 @kindex show arm
14208 Show the current disassembly style.
14209
14210 @item set arm apcs32
14211 @cindex ARM 32-bit mode
14212 This command toggles ARM operation mode between 32-bit and 26-bit.
14213
14214 @item show arm apcs32
14215 Display the current usage of the ARM 32-bit mode.
14216
14217 @item set arm fpu @var{fputype}
14218 This command sets the ARM floating-point unit (FPU) type.  The
14219 argument @var{fputype} can be one of these:
14220
14221 @table @code
14222 @item auto
14223 Determine the FPU type by querying the OS ABI.
14224 @item softfpa
14225 Software FPU, with mixed-endian doubles on little-endian ARM
14226 processors.
14227 @item fpa
14228 GCC-compiled FPA co-processor.
14229 @item softvfp
14230 Software FPU with pure-endian doubles.
14231 @item vfp
14232 VFP co-processor.
14233 @end table
14234
14235 @item show arm fpu
14236 Show the current type of the FPU.
14237
14238 @item set arm abi
14239 This command forces @value{GDBN} to use the specified ABI.
14240
14241 @item show arm abi
14242 Show the currently used ABI.
14243
14244 @item set debug arm
14245 Toggle whether to display ARM-specific debugging messages from the ARM
14246 target support subsystem.
14247
14248 @item show debug arm
14249 Show whether ARM-specific debugging messages are enabled.
14250 @end table
14251
14252 The following commands are available when an ARM target is debugged
14253 using the RDI interface:
14254
14255 @table @code
14256 @item rdilogfile @r{[}@var{file}@r{]}
14257 @kindex rdilogfile
14258 @cindex ADP (Angel Debugger Protocol) logging
14259 Set the filename for the ADP (Angel Debugger Protocol) packet log.
14260 With an argument, sets the log file to the specified @var{file}.  With
14261 no argument, show the current log file name.  The default log file is
14262 @file{rdi.log}.
14263
14264 @item rdilogenable @r{[}@var{arg}@r{]}
14265 @kindex rdilogenable
14266 Control logging of ADP packets.  With an argument of 1 or @code{"yes"}
14267 enables logging, with an argument 0 or @code{"no"} disables it.  With
14268 no arguments displays the current setting.  When logging is enabled,
14269 ADP packets exchanged between @value{GDBN} and the RDI target device
14270 are logged to a file.
14271
14272 @item set rdiromatzero
14273 @kindex set rdiromatzero
14274 @cindex ROM at zero address, RDI
14275 Tell @value{GDBN} whether the target has ROM at address 0.  If on,
14276 vector catching is disabled, so that zero address can be used.  If off
14277 (the default), vector catching is enabled.  For this command to take
14278 effect, it needs to be invoked prior to the @code{target rdi} command.
14279
14280 @item show rdiromatzero
14281 @kindex show rdiromatzero
14282 Show the current setting of ROM at zero address.
14283
14284 @item set rdiheartbeat
14285 @kindex set rdiheartbeat
14286 @cindex RDI heartbeat
14287 Enable or disable RDI heartbeat packets.  It is not recommended to
14288 turn on this option, since it confuses ARM and EPI JTAG interface, as
14289 well as the Angel monitor.
14290
14291 @item show rdiheartbeat
14292 @kindex show rdiheartbeat
14293 Show the setting of RDI heartbeat packets.
14294 @end table
14295
14296
14297 @node H8/300
14298 @subsection Renesas H8/300
14299
14300 @table @code
14301
14302 @kindex target hms@r{, with H8/300}
14303 @item target hms @var{dev}
14304 A Renesas SH, H8/300, or H8/500 board, attached via serial line to your host.
14305 Use special commands @code{device} and @code{speed} to control the serial
14306 line and the communications speed used.
14307
14308 @kindex target e7000@r{, with H8/300}
14309 @item target e7000 @var{dev}
14310 E7000 emulator for Renesas H8 and SH.
14311
14312 @kindex target sh3@r{, with H8/300}
14313 @kindex target sh3e@r{, with H8/300}
14314 @item target sh3 @var{dev}
14315 @itemx target sh3e @var{dev}
14316 Renesas SH-3 and SH-3E target systems.
14317
14318 @end table
14319
14320 @cindex download to H8/300 or H8/500
14321 @cindex H8/300 or H8/500 download
14322 @cindex download to Renesas SH
14323 @cindex Renesas SH download
14324 When you select remote debugging to a Renesas SH, H8/300, or H8/500
14325 board, the @code{load} command downloads your program to the Renesas
14326 board and also opens it as the current executable target for
14327 @value{GDBN} on your host (like the @code{file} command).
14328
14329 @value{GDBN} needs to know these things to talk to your
14330 Renesas SH, H8/300, or H8/500:
14331
14332 @enumerate
14333 @item
14334 that you want to use @samp{target hms}, the remote debugging interface
14335 for Renesas microprocessors, or @samp{target e7000}, the in-circuit
14336 emulator for the Renesas SH and the Renesas 300H.  (@samp{target hms} is
14337 the default when @value{GDBN} is configured specifically for the Renesas SH,
14338 H8/300, or H8/500.)
14339
14340 @item
14341 what serial device connects your host to your Renesas board (the first
14342 serial device available on your host is the default).
14343
14344 @item
14345 what speed to use over the serial device.
14346 @end enumerate
14347
14348 @menu
14349 * Renesas Boards::      Connecting to Renesas boards.
14350 * Renesas ICE::         Using the E7000 In-Circuit Emulator.
14351 * Renesas Special::     Special @value{GDBN} commands for Renesas micros.
14352 @end menu
14353
14354 @node Renesas Boards
14355 @subsubsection Connecting to Renesas boards
14356
14357 @c only for Unix hosts
14358 @kindex device
14359 @cindex serial device, Renesas micros
14360 Use the special @code{@value{GDBN}} command @samp{device @var{port}} if you
14361 need to explicitly set the serial device.  The default @var{port} is the
14362 first available port on your host.  This is only necessary on Unix
14363 hosts, where it is typically something like @file{/dev/ttya}.
14364
14365 @kindex speed
14366 @cindex serial line speed, Renesas micros
14367 @code{@value{GDBN}} has another special command to set the communications
14368 speed: @samp{speed @var{bps}}.  This command also is only used from Unix
14369 hosts; on DOS hosts, set the line speed as usual from outside @value{GDBN} with
14370 the DOS @code{mode} command (for instance,
14371 @w{@kbd{mode com2:9600,n,8,1,p}} for a 9600@dmn{bps} connection).
14372
14373 The @samp{device} and @samp{speed} commands are available only when you
14374 use a Unix host to debug your Renesas microprocessor programs.  If you
14375 use a DOS host,
14376 @value{GDBN} depends on an auxiliary terminate-and-stay-resident program
14377 called @code{asynctsr} to communicate with the development board
14378 through a PC serial port.  You must also use the DOS @code{mode} command
14379 to set up the serial port on the DOS side.
14380
14381 The following sample session illustrates the steps needed to start a
14382 program under @value{GDBN} control on an H8/300.  The example uses a
14383 sample H8/300 program called @file{t.x}.  The procedure is the same for
14384 the Renesas SH and the H8/500.
14385
14386 First hook up your development board.  In this example, we use a
14387 board attached to serial port @code{COM2}; if you use a different serial
14388 port, substitute its name in the argument of the @code{mode} command.
14389 When you call @code{asynctsr}, the auxiliary comms program used by the
14390 debugger, you give it just the numeric part of the serial port's name;
14391 for example, @samp{asyncstr 2} below runs @code{asyncstr} on
14392 @code{COM2}.
14393
14394 @smallexample
14395 C:\H8300\TEST> asynctsr 2
14396 C:\H8300\TEST> mode com2:9600,n,8,1,p
14397
14398 Resident portion of MODE loaded
14399
14400 COM2: 9600, n, 8, 1, p
14401
14402 @end smallexample
14403
14404 @quotation
14405 @emph{Warning:} We have noticed a bug in PC-NFS that conflicts with
14406 @code{asynctsr}.  If you also run PC-NFS on your DOS host, you may need to
14407 disable it, or even boot without it, to use @code{asynctsr} to control
14408 your development board.
14409 @end quotation
14410
14411 @kindex target hms@r{, and serial protocol}
14412 Now that serial communications are set up, and the development board is
14413 connected, you can start up @value{GDBN}.  Call @code{@value{GDBN}} with
14414 the name of your program as the argument.  @code{@value{GDBN}} prompts
14415 you, as usual, with the prompt @samp{(@value{GDBP})}.  Use two special
14416 commands to begin your debugging session: @samp{target hms} to specify
14417 cross-debugging to the Renesas board, and the @code{load} command to
14418 download your program to the board.  @code{load} displays the names of
14419 the program's sections, and a @samp{*} for each 2K of data downloaded.
14420 (If you want to refresh @value{GDBN} data on symbols or on the
14421 executable file without downloading, use the @value{GDBN} commands
14422 @code{file} or @code{symbol-file}.  These commands, and @code{load}
14423 itself, are described in @ref{Files,,Commands to specify files}.)
14424
14425 @smallexample
14426 (eg-C:\H8300\TEST) @value{GDBP} t.x
14427 @value{GDBN} is free software and you are welcome to distribute copies
14428  of it under certain conditions; type "show copying" to see
14429  the conditions.
14430 There is absolutely no warranty for @value{GDBN}; type "show warranty"
14431 for details.
14432 @value{GDBN} @value{GDBVN}, Copyright 1992 Free Software Foundation, Inc...
14433 (@value{GDBP}) target hms
14434 Connected to remote H8/300 HMS system.
14435 (@value{GDBP}) load t.x
14436 .text   : 0x8000 .. 0xabde ***********
14437 .data   : 0xabde .. 0xad30 *
14438 .stack  : 0xf000 .. 0xf014 *
14439 @end smallexample
14440
14441 At this point, you're ready to run or debug your program.  From here on,
14442 you can use all the usual @value{GDBN} commands.  The @code{break} command
14443 sets breakpoints; the @code{run} command starts your program;
14444 @code{print} or @code{x} display data; the @code{continue} command
14445 resumes execution after stopping at a breakpoint.  You can use the
14446 @code{help} command at any time to find out more about @value{GDBN} commands.
14447
14448 Remember, however, that @emph{operating system} facilities aren't
14449 available on your development board; for example, if your program hangs,
14450 you can't send an interrupt---but you can press the @sc{reset} switch!
14451
14452 Use the @sc{reset} button on the development board
14453 @itemize @bullet
14454 @item
14455 to interrupt your program (don't use @kbd{Ctrl-c} on the DOS host---it has
14456 no way to pass an interrupt signal to the development board); and
14457
14458 @item
14459 to return to the @value{GDBN} command prompt after your program finishes
14460 normally.  The communications protocol provides no other way for @value{GDBN}
14461 to detect program completion.
14462 @end itemize
14463
14464 In either case, @value{GDBN} sees the effect of a @sc{reset} on the
14465 development board as a ``normal exit'' of your program.
14466
14467 @node Renesas ICE
14468 @subsubsection Using the E7000 in-circuit emulator
14469
14470 @kindex target e7000@r{, with Renesas ICE}
14471 You can use the E7000 in-circuit emulator to develop code for either the
14472 Renesas SH or the H8/300H.  Use one of these forms of the @samp{target
14473 e7000} command to connect @value{GDBN} to your E7000:
14474
14475 @table @code
14476 @item target e7000 @var{port} @var{speed}
14477 Use this form if your E7000 is connected to a serial port.  The
14478 @var{port} argument identifies what serial port to use (for example,
14479 @samp{com2}).  The third argument is the line speed in bits per second
14480 (for example, @samp{9600}).
14481
14482 @item target e7000 @var{hostname}
14483 If your E7000 is installed as a host on a TCP/IP network, you can just
14484 specify its hostname; @value{GDBN} uses @code{telnet} to connect.
14485 @end table
14486
14487 The following special commands are available when debugging with the
14488 Renesas E7000 ICE:
14489
14490 @table @code
14491 @item e7000 @var{command}
14492 @kindex e7000
14493 @cindex send command to E7000 monitor
14494 This sends the specified @var{command} to the E7000 monitor.
14495
14496 @item ftplogin @var{machine} @var{username} @var{password} @var{dir}
14497 @kindex ftplogin@r{, E7000}
14498 This command records information for subsequent interface with the
14499 E7000 monitor via the FTP protocol: @value{GDBN} will log into the
14500 named @var{machine} using specified @var{username} and @var{password},
14501 and then chdir to the named directory @var{dir}.
14502
14503 @item ftpload @var{file}
14504 @kindex ftpload@r{, E7000}
14505 This command uses credentials recorded by @code{ftplogin} to fetch and
14506 load the named @var{file} from the E7000 monitor.
14507
14508 @item drain
14509 @kindex drain@r{, E7000}
14510 This command drains any pending text buffers stored on the E7000.
14511
14512 @item set usehardbreakpoints
14513 @itemx show usehardbreakpoints
14514 @kindex set usehardbreakpoints@r{, E7000}
14515 @kindex show usehardbreakpoints@r{, E7000}
14516 @cindex hardware breakpoints, and E7000
14517 These commands set and show the use of hardware breakpoints for all
14518 breakpoints.  @xref{Set Breaks, hardware-assisted breakpoint}, for
14519 more information about using hardware breakpoints selectively.
14520 @end table
14521
14522 @node Renesas Special
14523 @subsubsection Special @value{GDBN} commands for Renesas micros
14524
14525 Some @value{GDBN} commands are available only for the H8/300:
14526
14527 @table @code
14528
14529 @kindex set machine
14530 @kindex show machine
14531 @item set machine h8300
14532 @itemx set machine h8300h
14533 Condition @value{GDBN} for one of the two variants of the H8/300
14534 architecture with @samp{set machine}.  You can use @samp{show machine}
14535 to check which variant is currently in effect.
14536
14537 @end table
14538
14539 @node H8/500
14540 @subsection H8/500
14541
14542 @table @code
14543
14544 @kindex set memory @var{mod}
14545 @cindex memory models, H8/500
14546 @item set memory @var{mod}
14547 @itemx show memory
14548 Specify which H8/500 memory model (@var{mod}) you are using with
14549 @samp{set memory}; check which memory model is in effect with @samp{show
14550 memory}.  The accepted values for @var{mod} are @code{small},
14551 @code{big}, @code{medium}, and @code{compact}.
14552
14553 @end table
14554
14555 @node M32R/D
14556 @subsection Renesas M32R/D and M32R/SDI
14557
14558 @table @code
14559 @kindex target m32r
14560 @item target m32r @var{dev}
14561 Renesas M32R/D ROM monitor.
14562
14563 @kindex target m32rsdi
14564 @item target m32rsdi @var{dev}
14565 Renesas M32R SDI server, connected via parallel port to the board.
14566 @end table
14567
14568 The following @value{GDBN} commands are specific to the M32R monitor:
14569
14570 @table @code
14571 @item set download-path @var{path}
14572 @kindex set download-path
14573 @cindex find downloadable @sc{srec} files (M32R)
14574 Set the default path for finding donwloadable @sc{srec} files.
14575
14576 @item show download-path
14577 @kindex show download-path
14578 Show the default path for downloadable @sc{srec} files.
14579
14580 @item set board-address @var{addr}
14581 @kindex set board-address
14582 @cindex M32-EVA target board address
14583 Set the IP address for the M32R-EVA target board.
14584
14585 @item show board-address
14586 @kindex show board-address
14587 Show the current IP address of the target board.
14588
14589 @item set server-address @var{addr}
14590 @kindex set server-address
14591 @cindex download server address (M32R)
14592 Set the IP address for the download server, which is the @value{GDBN}'s
14593 host machine.
14594
14595 @item show server-address
14596 @kindex show server-address
14597 Display the IP address of the download server.
14598
14599 @item upload @r{[}@var{file}@r{]}
14600 @kindex upload@r{, M32R}
14601 Upload the specified @sc{srec} @var{file} via the monitor's Ethernet
14602 upload capability.  If no @var{file} argument is given, the current
14603 executable file is uploaded.
14604
14605 @item tload @r{[}@var{file}@r{]}
14606 @kindex tload@r{, M32R}
14607 Test the @code{upload} command.
14608 @end table
14609
14610 The following commands are available for M32R/SDI:
14611
14612 @table @code
14613 @item sdireset
14614 @kindex sdireset
14615 @cindex reset SDI connection, M32R
14616 This command resets the SDI connection.
14617
14618 @item sdistatus
14619 @kindex sdistatus
14620 This command shows the SDI connection status.
14621
14622 @item debug_chaos
14623 @kindex debug_chaos
14624 @cindex M32R/Chaos debugging
14625 Instructs the remote that M32R/Chaos debugging is to be used.
14626
14627 @item use_debug_dma
14628 @kindex use_debug_dma
14629 Instructs the remote to use the DEBUG_DMA method of accessing memory.
14630
14631 @item use_mon_code
14632 @kindex use_mon_code
14633 Instructs the remote to use the MON_CODE method of accessing memory.
14634
14635 @item use_ib_break
14636 @kindex use_ib_break
14637 Instructs the remote to set breakpoints by IB break.
14638
14639 @item use_dbt_break
14640 @kindex use_dbt_break
14641 Instructs the remote to set breakpoints by DBT.
14642 @end table
14643
14644 @node M68K
14645 @subsection M68k
14646
14647 The Motorola m68k configuration includes ColdFire support, and
14648 target command for the following ROM monitors.
14649
14650 @table @code
14651
14652 @kindex target abug
14653 @item target abug @var{dev}
14654 ABug ROM monitor for M68K.
14655
14656 @kindex target cpu32bug
14657 @item target cpu32bug @var{dev}
14658 CPU32BUG monitor, running on a CPU32 (M68K) board.
14659
14660 @kindex target dbug
14661 @item target dbug @var{dev}
14662 dBUG ROM monitor for Motorola ColdFire.
14663
14664 @kindex target est
14665 @item target est @var{dev}
14666 EST-300 ICE monitor, running on a CPU32 (M68K) board.
14667
14668 @kindex target rom68k
14669 @item target rom68k @var{dev}
14670 ROM 68K monitor, running on an M68K IDP board.
14671
14672 @end table
14673
14674 @table @code
14675
14676 @kindex target rombug
14677 @item target rombug @var{dev}
14678 ROMBUG ROM monitor for OS/9000.
14679
14680 @end table
14681
14682 @node MIPS Embedded
14683 @subsection MIPS Embedded
14684
14685 @cindex MIPS boards
14686 @value{GDBN} can use the MIPS remote debugging protocol to talk to a
14687 MIPS board attached to a serial line.  This is available when
14688 you configure @value{GDBN} with @samp{--target=mips-idt-ecoff}.
14689
14690 @need 1000
14691 Use these @value{GDBN} commands to specify the connection to your target board:
14692
14693 @table @code
14694 @item target mips @var{port}
14695 @kindex target mips @var{port}
14696 To run a program on the board, start up @code{@value{GDBP}} with the
14697 name of your program as the argument.  To connect to the board, use the
14698 command @samp{target mips @var{port}}, where @var{port} is the name of
14699 the serial port connected to the board.  If the program has not already
14700 been downloaded to the board, you may use the @code{load} command to
14701 download it.  You can then use all the usual @value{GDBN} commands.
14702
14703 For example, this sequence connects to the target board through a serial
14704 port, and loads and runs a program called @var{prog} through the
14705 debugger:
14706
14707 @smallexample
14708 host$ @value{GDBP} @var{prog}
14709 @value{GDBN} is free software and @dots{}
14710 (@value{GDBP}) target mips /dev/ttyb
14711 (@value{GDBP}) load @var{prog}
14712 (@value{GDBP}) run
14713 @end smallexample
14714
14715 @item target mips @var{hostname}:@var{portnumber}
14716 On some @value{GDBN} host configurations, you can specify a TCP
14717 connection (for instance, to a serial line managed by a terminal
14718 concentrator) instead of a serial port, using the syntax
14719 @samp{@var{hostname}:@var{portnumber}}.
14720
14721 @item target pmon @var{port}
14722 @kindex target pmon @var{port}
14723 PMON ROM monitor.
14724
14725 @item target ddb @var{port}
14726 @kindex target ddb @var{port}
14727 NEC's DDB variant of PMON for Vr4300.
14728
14729 @item target lsi @var{port}
14730 @kindex target lsi @var{port}
14731 LSI variant of PMON.
14732
14733 @kindex target r3900
14734 @item target r3900 @var{dev}
14735 Densan DVE-R3900 ROM monitor for Toshiba R3900 Mips.
14736
14737 @kindex target array
14738 @item target array @var{dev}
14739 Array Tech LSI33K RAID controller board.
14740
14741 @end table
14742
14743
14744 @noindent
14745 @value{GDBN} also supports these special commands for MIPS targets:
14746
14747 @table @code
14748 @item set mipsfpu double
14749 @itemx set mipsfpu single
14750 @itemx set mipsfpu none
14751 @itemx set mipsfpu auto
14752 @itemx show mipsfpu
14753 @kindex set mipsfpu
14754 @kindex show mipsfpu
14755 @cindex MIPS remote floating point
14756 @cindex floating point, MIPS remote
14757 If your target board does not support the MIPS floating point
14758 coprocessor, you should use the command @samp{set mipsfpu none} (if you
14759 need this, you may wish to put the command in your @value{GDBN} init
14760 file).  This tells @value{GDBN} how to find the return value of
14761 functions which return floating point values.  It also allows
14762 @value{GDBN} to avoid saving the floating point registers when calling
14763 functions on the board.  If you are using a floating point coprocessor
14764 with only single precision floating point support, as on the @sc{r4650}
14765 processor, use the command @samp{set mipsfpu single}.  The default
14766 double precision floating point coprocessor may be selected using
14767 @samp{set mipsfpu double}.
14768
14769 In previous versions the only choices were double precision or no
14770 floating point, so @samp{set mipsfpu on} will select double precision
14771 and @samp{set mipsfpu off} will select no floating point.
14772
14773 As usual, you can inquire about the @code{mipsfpu} variable with
14774 @samp{show mipsfpu}.
14775
14776 @item set timeout @var{seconds}
14777 @itemx set retransmit-timeout @var{seconds}
14778 @itemx show timeout
14779 @itemx show retransmit-timeout
14780 @cindex @code{timeout}, MIPS protocol
14781 @cindex @code{retransmit-timeout}, MIPS protocol
14782 @kindex set timeout
14783 @kindex show timeout
14784 @kindex set retransmit-timeout
14785 @kindex show retransmit-timeout
14786 You can control the timeout used while waiting for a packet, in the MIPS
14787 remote protocol, with the @code{set timeout @var{seconds}} command.  The
14788 default is 5 seconds.  Similarly, you can control the timeout used while
14789 waiting for an acknowledgement of a packet with the @code{set
14790 retransmit-timeout @var{seconds}} command.  The default is 3 seconds.
14791 You can inspect both values with @code{show timeout} and @code{show
14792 retransmit-timeout}.  (These commands are @emph{only} available when
14793 @value{GDBN} is configured for @samp{--target=mips-idt-ecoff}.)
14794
14795 The timeout set by @code{set timeout} does not apply when @value{GDBN}
14796 is waiting for your program to stop.  In that case, @value{GDBN} waits
14797 forever because it has no way of knowing how long the program is going
14798 to run before stopping.
14799
14800 @item set syn-garbage-limit @var{num}
14801 @kindex set syn-garbage-limit@r{, MIPS remote}
14802 @cindex synchronize with remote MIPS target
14803 Limit the maximum number of characters @value{GDBN} should ignore when
14804 it tries to synchronize with the remote target.  The default is 10
14805 characters.  Setting the limit to -1 means there's no limit.
14806
14807 @item show syn-garbage-limit
14808 @kindex show syn-garbage-limit@r{, MIPS remote}
14809 Show the current limit on the number of characters to ignore when
14810 trying to synchronize with the remote system.
14811
14812 @item set monitor-prompt @var{prompt}
14813 @kindex set monitor-prompt@r{, MIPS remote}
14814 @cindex remote monitor prompt
14815 Tell @value{GDBN} to expect the specified @var{prompt} string from the
14816 remote monitor.  The default depends on the target:
14817 @table @asis
14818 @item pmon target
14819 @samp{PMON}
14820 @item ddb target
14821 @samp{NEC010}
14822 @item lsi target
14823 @samp{PMON>}
14824 @end table
14825
14826 @item show monitor-prompt
14827 @kindex show monitor-prompt@r{, MIPS remote}
14828 Show the current strings @value{GDBN} expects as the prompt from the
14829 remote monitor.
14830
14831 @item set monitor-warnings
14832 @kindex set monitor-warnings@r{, MIPS remote}
14833 Enable or disable monitor warnings about hardware breakpoints.  This
14834 has effect only for the @code{lsi} target.  When on, @value{GDBN} will
14835 display warning messages whose codes are returned by the @code{lsi}
14836 PMON monitor for breakpoint commands.
14837
14838 @item show monitor-warnings
14839 @kindex show monitor-warnings@r{, MIPS remote}
14840 Show the current setting of printing monitor warnings.
14841
14842 @item pmon @var{command}
14843 @kindex pmon@r{, MIPS remote}
14844 @cindex send PMON command
14845 This command allows sending an arbitrary @var{command} string to the
14846 monitor.  The monitor must be in debug mode for this to work.
14847 @end table
14848
14849 @node OpenRISC 1000
14850 @subsection OpenRISC 1000
14851 @cindex OpenRISC 1000
14852
14853 @cindex or1k boards
14854 See OR1k Architecture document (@uref{www.opencores.org}) for more information
14855 about platform and commands.
14856
14857 @table @code
14858
14859 @kindex target jtag
14860 @item target jtag jtag://@var{host}:@var{port}
14861
14862 Connects to remote JTAG server.
14863 JTAG remote server can be either an or1ksim or JTAG server,
14864 connected via parallel port to the board.
14865
14866 Example: @code{target jtag jtag://localhost:9999}
14867
14868 @kindex or1ksim
14869 @item or1ksim @var{command}
14870 If connected to @code{or1ksim} OpenRISC 1000 Architectural
14871 Simulator, proprietary commands can be executed.
14872
14873 @kindex info or1k spr
14874 @item info or1k spr
14875 Displays spr groups.
14876
14877 @item info or1k spr @var{group}
14878 @itemx info or1k spr @var{groupno}
14879 Displays register names in selected group.
14880
14881 @item info or1k spr @var{group} @var{register}
14882 @itemx info or1k spr @var{register}
14883 @itemx info or1k spr @var{groupno} @var{registerno}
14884 @itemx info or1k spr @var{registerno}
14885 Shows information about specified spr register.
14886
14887 @kindex spr
14888 @item spr @var{group} @var{register} @var{value}
14889 @itemx spr @var{register @var{value}}
14890 @itemx spr @var{groupno} @var{registerno @var{value}}
14891 @itemx spr @var{registerno @var{value}}
14892 Writes @var{value} to specified spr register.
14893 @end table
14894
14895 Some implementations of OpenRISC 1000 Architecture also have hardware trace.
14896 It is very similar to @value{GDBN} trace, except it does not interfere with normal
14897 program execution and is thus much faster.  Hardware breakpoints/watchpoint
14898 triggers can be set using:
14899 @table @code
14900 @item $LEA/$LDATA
14901 Load effective address/data
14902 @item $SEA/$SDATA
14903 Store effective address/data
14904 @item $AEA/$ADATA
14905 Access effective address ($SEA or $LEA) or data ($SDATA/$LDATA)
14906 @item $FETCH
14907 Fetch data
14908 @end table
14909
14910 When triggered, it can capture low level data, like: @code{PC}, @code{LSEA},
14911 @code{LDATA}, @code{SDATA}, @code{READSPR}, @code{WRITESPR}, @code{INSTR}.
14912
14913 @code{htrace} commands:
14914 @cindex OpenRISC 1000 htrace
14915 @table @code
14916 @kindex hwatch
14917 @item hwatch @var{conditional}
14918 Set hardware watchpoint on combination of Load/Store Effecive Address(es)
14919 or Data.  For example:
14920
14921 @code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
14922
14923 @code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
14924
14925 @kindex htrace
14926 @item htrace info
14927 Display information about current HW trace configuration.
14928
14929 @item htrace trigger @var{conditional}
14930 Set starting criteria for HW trace.
14931
14932 @item htrace qualifier @var{conditional}
14933 Set acquisition qualifier for HW trace.
14934
14935 @item htrace stop @var{conditional}
14936 Set HW trace stopping criteria.
14937
14938 @item htrace record [@var{data}]*
14939 Selects the data to be recorded, when qualifier is met and HW trace was
14940 triggered.
14941
14942 @item htrace enable
14943 @itemx htrace disable
14944 Enables/disables the HW trace.
14945
14946 @item htrace rewind [@var{filename}]
14947 Clears currently recorded trace data.
14948
14949 If filename is specified, new trace file is made and any newly collected data
14950 will be written there.
14951
14952 @item htrace print [@var{start} [@var{len}]]
14953 Prints trace buffer, using current record configuration.
14954
14955 @item htrace mode continuous
14956 Set continuous trace mode.
14957
14958 @item htrace mode suspend
14959 Set suspend trace mode.
14960
14961 @end table
14962
14963 @node PowerPC
14964 @subsection PowerPC
14965
14966 @table @code
14967 @kindex target dink32
14968 @item target dink32 @var{dev}
14969 DINK32 ROM monitor.
14970
14971 @kindex target ppcbug
14972 @item target ppcbug @var{dev}
14973 @kindex target ppcbug1
14974 @item target ppcbug1 @var{dev}
14975 PPCBUG ROM monitor for PowerPC.
14976
14977 @kindex target sds
14978 @item target sds @var{dev}
14979 SDS monitor, running on a PowerPC board (such as Motorola's ADS).
14980 @end table
14981
14982 @cindex SDS protocol
14983 The following commands specifi to the SDS protocol are supported
14984 by@value{GDBN}:
14985
14986 @table @code
14987 @item set sdstimeout @var{nsec}
14988 @kindex set sdstimeout
14989 Set the timeout for SDS protocol reads to be @var{nsec} seconds.  The
14990 default is 2 seconds.
14991
14992 @item show sdstimeout
14993 @kindex show sdstimeout
14994 Show the current value of the SDS timeout.
14995
14996 @item sds @var{command}
14997 @kindex sds@r{, a command}
14998 Send the specified @var{command} string to the SDS monitor.
14999 @end table
15000
15001
15002 @node PA
15003 @subsection HP PA Embedded
15004
15005 @table @code
15006
15007 @kindex target op50n
15008 @item target op50n @var{dev}
15009 OP50N monitor, running on an OKI HPPA board.
15010
15011 @kindex target w89k
15012 @item target w89k @var{dev}
15013 W89K monitor, running on a Winbond HPPA board.
15014
15015 @end table
15016
15017 @node SH
15018 @subsection Renesas SH
15019
15020 @table @code
15021
15022 @kindex target hms@r{, with Renesas SH}
15023 @item target hms @var{dev}
15024 A Renesas SH board attached via serial line to your host.  Use special
15025 commands @code{device} and @code{speed} to control the serial line and
15026 the communications speed used.
15027
15028 @kindex target e7000@r{, with Renesas SH}
15029 @item target e7000 @var{dev}
15030 E7000 emulator for Renesas SH.
15031
15032 @kindex target sh3@r{, with SH}
15033 @kindex target sh3e@r{, with SH}
15034 @item target sh3 @var{dev}
15035 @item target sh3e @var{dev}
15036 Renesas SH-3 and SH-3E target systems.
15037
15038 @end table
15039
15040 @node Sparclet
15041 @subsection Tsqware Sparclet
15042
15043 @cindex Sparclet
15044
15045 @value{GDBN} enables developers to debug tasks running on
15046 Sparclet targets from a Unix host.
15047 @value{GDBN} uses code that runs on
15048 both the Unix host and on the Sparclet target.  The program
15049 @code{@value{GDBP}} is installed and executed on the Unix host.
15050
15051 @table @code
15052 @item remotetimeout @var{args}
15053 @kindex remotetimeout
15054 @value{GDBN} supports the option @code{remotetimeout}.
15055 This option is set by the user, and  @var{args} represents the number of
15056 seconds @value{GDBN} waits for responses.
15057 @end table
15058
15059 @cindex compiling, on Sparclet
15060 When compiling for debugging, include the options @samp{-g} to get debug
15061 information and @samp{-Ttext} to relocate the program to where you wish to
15062 load it on the target.  You may also want to add the options @samp{-n} or
15063 @samp{-N} in order to reduce the size of the sections.  Example:
15064
15065 @smallexample
15066 sparclet-aout-gcc prog.c -Ttext 0x12010000 -g -o prog -N
15067 @end smallexample
15068
15069 You can use @code{objdump} to verify that the addresses are what you intended:
15070
15071 @smallexample
15072 sparclet-aout-objdump --headers --syms prog
15073 @end smallexample
15074
15075 @cindex running, on Sparclet
15076 Once you have set
15077 your Unix execution search path to find @value{GDBN}, you are ready to
15078 run @value{GDBN}.  From your Unix host, run @code{@value{GDBP}}
15079 (or @code{sparclet-aout-gdb}, depending on your installation).
15080
15081 @value{GDBN} comes up showing the prompt:
15082
15083 @smallexample
15084 (gdbslet)
15085 @end smallexample
15086
15087 @menu
15088 * Sparclet File::                Setting the file to debug
15089 * Sparclet Connection::          Connecting to Sparclet
15090 * Sparclet Download::            Sparclet download
15091 * Sparclet Execution::           Running and debugging
15092 @end menu
15093
15094 @node Sparclet File
15095 @subsubsection Setting file to debug
15096
15097 The @value{GDBN} command @code{file} lets you choose with program to debug.
15098
15099 @smallexample
15100 (gdbslet) file prog
15101 @end smallexample
15102
15103 @need 1000
15104 @value{GDBN} then attempts to read the symbol table of @file{prog}.
15105 @value{GDBN} locates
15106 the file by searching the directories listed in the command search
15107 path.
15108 If the file was compiled with debug information (option "-g"), source
15109 files will be searched as well.
15110 @value{GDBN} locates
15111 the source files by searching the directories listed in the directory search
15112 path (@pxref{Environment, ,Your program's environment}).
15113 If it fails
15114 to find a file, it displays a message such as:
15115
15116 @smallexample
15117 prog: No such file or directory.
15118 @end smallexample
15119
15120 When this happens, add the appropriate directories to the search paths with
15121 the @value{GDBN} commands @code{path} and @code{dir}, and execute the
15122 @code{target} command again.
15123
15124 @node Sparclet Connection
15125 @subsubsection Connecting to Sparclet
15126
15127 The @value{GDBN} command @code{target} lets you connect to a Sparclet target.
15128 To connect to a target on serial port ``@code{ttya}'', type:
15129
15130 @smallexample
15131 (gdbslet) target sparclet /dev/ttya
15132 Remote target sparclet connected to /dev/ttya
15133 main () at ../prog.c:3
15134 @end smallexample
15135
15136 @need 750
15137 @value{GDBN} displays messages like these:
15138
15139 @smallexample
15140 Connected to ttya.
15141 @end smallexample
15142
15143 @node Sparclet Download
15144 @subsubsection Sparclet download
15145
15146 @cindex download to Sparclet
15147 Once connected to the Sparclet target,
15148 you can use the @value{GDBN}
15149 @code{load} command to download the file from the host to the target.
15150 The file name and load offset should be given as arguments to the @code{load}
15151 command.
15152 Since the file format is aout, the program must be loaded to the starting
15153 address.  You can use @code{objdump} to find out what this value is.  The load
15154 offset is an offset which is added to the VMA (virtual memory address)
15155 of each of the file's sections.
15156 For instance, if the program
15157 @file{prog} was linked to text address 0x1201000, with data at 0x12010160
15158 and bss at 0x12010170, in @value{GDBN}, type:
15159
15160 @smallexample
15161 (gdbslet) load prog 0x12010000
15162 Loading section .text, size 0xdb0 vma 0x12010000
15163 @end smallexample
15164
15165 If the code is loaded at a different address then what the program was linked
15166 to, you may need to use the @code{section} and @code{add-symbol-file} commands
15167 to tell @value{GDBN} where to map the symbol table.
15168
15169 @node Sparclet Execution
15170 @subsubsection Running and debugging
15171
15172 @cindex running and debugging Sparclet programs
15173 You can now begin debugging the task using @value{GDBN}'s execution control
15174 commands, @code{b}, @code{step}, @code{run}, etc.  See the @value{GDBN}
15175 manual for the list of commands.
15176
15177 @smallexample
15178 (gdbslet) b main
15179 Breakpoint 1 at 0x12010000: file prog.c, line 3.
15180 (gdbslet) run
15181 Starting program: prog
15182 Breakpoint 1, main (argc=1, argv=0xeffff21c) at prog.c:3
15183 3        char *symarg = 0;
15184 (gdbslet) step
15185 4        char *execarg = "hello!";
15186 (gdbslet)
15187 @end smallexample
15188
15189 @node Sparclite
15190 @subsection Fujitsu Sparclite
15191
15192 @table @code
15193
15194 @kindex target sparclite
15195 @item target sparclite @var{dev}
15196 Fujitsu sparclite boards, used only for the purpose of loading.
15197 You must use an additional command to debug the program.
15198 For example: target remote @var{dev} using @value{GDBN} standard
15199 remote protocol.
15200
15201 @end table
15202
15203 @node ST2000
15204 @subsection Tandem ST2000
15205
15206 @value{GDBN} may be used with a Tandem ST2000 phone switch, running Tandem's
15207 STDBUG protocol.
15208
15209 To connect your ST2000 to the host system, see the manufacturer's
15210 manual.  Once the ST2000 is physically attached, you can run:
15211
15212 @smallexample
15213 target st2000 @var{dev} @var{speed}
15214 @end smallexample
15215
15216 @noindent
15217 to establish it as your debugging environment.  @var{dev} is normally
15218 the name of a serial device, such as @file{/dev/ttya}, connected to the
15219 ST2000 via a serial line.  You can instead specify @var{dev} as a TCP
15220 connection (for example, to a serial line attached via a terminal
15221 concentrator) using the syntax @code{@var{hostname}:@var{portnumber}}.
15222
15223 The @code{load} and @code{attach} commands are @emph{not} defined for
15224 this target; you must load your program into the ST2000 as you normally
15225 would for standalone operation.  @value{GDBN} reads debugging information
15226 (such as symbols) from a separate, debugging version of the program
15227 available on your host computer.
15228 @c FIXME!! This is terribly vague; what little content is here is
15229 @c basically hearsay.
15230
15231 @cindex ST2000 auxiliary commands
15232 These auxiliary @value{GDBN} commands are available to help you with the ST2000
15233 environment:
15234
15235 @table @code
15236 @item st2000 @var{command}
15237 @kindex st2000 @var{cmd}
15238 @cindex STDBUG commands (ST2000)
15239 @cindex commands to STDBUG (ST2000)
15240 Send a @var{command} to the STDBUG monitor.  See the manufacturer's
15241 manual for available commands.
15242
15243 @item connect
15244 @cindex connect (to STDBUG)
15245 Connect the controlling terminal to the STDBUG command monitor.  When
15246 you are done interacting with STDBUG, typing either of two character
15247 sequences gets you back to the @value{GDBN} command prompt:
15248 @kbd{@key{RET} ~ .} (Return, followed by tilde and period) or
15249 @kbd{@key{RET} ~ Ctrl-d} (Return, followed by tilde and control-D).
15250 @end table
15251
15252 @node Z8000
15253 @subsection Zilog Z8000
15254
15255 @cindex Z8000
15256 @cindex simulator, Z8000
15257 @cindex Zilog Z8000 simulator
15258
15259 When configured for debugging Zilog Z8000 targets, @value{GDBN} includes
15260 a Z8000 simulator.
15261
15262 For the Z8000 family, @samp{target sim} simulates either the Z8002 (the
15263 unsegmented variant of the Z8000 architecture) or the Z8001 (the
15264 segmented variant).  The simulator recognizes which architecture is
15265 appropriate by inspecting the object code.
15266
15267 @table @code
15268 @item target sim @var{args}
15269 @kindex sim
15270 @kindex target sim@r{, with Z8000}
15271 Debug programs on a simulated CPU.  If the simulator supports setup
15272 options, specify them via @var{args}.
15273 @end table
15274
15275 @noindent
15276 After specifying this target, you can debug programs for the simulated
15277 CPU in the same style as programs for your host computer; use the
15278 @code{file} command to load a new program image, the @code{run} command
15279 to run your program, and so on.
15280
15281 As well as making available all the usual machine registers
15282 (@pxref{Registers, ,Registers}), the Z8000 simulator provides three
15283 additional items of information as specially named registers:
15284
15285 @table @code
15286
15287 @item cycles
15288 Counts clock-ticks in the simulator.
15289
15290 @item insts
15291 Counts instructions run in the simulator.
15292
15293 @item time
15294 Execution time in 60ths of a second.
15295
15296 @end table
15297
15298 You can refer to these values in @value{GDBN} expressions with the usual
15299 conventions; for example, @w{@samp{b fputc if $cycles>5000}} sets a
15300 conditional breakpoint that suspends only after at least 5000
15301 simulated clock ticks.
15302
15303 @node AVR
15304 @subsection Atmel AVR
15305 @cindex AVR
15306
15307 When configured for debugging the Atmel AVR, @value{GDBN} supports the
15308 following AVR-specific commands:
15309
15310 @table @code
15311 @item info io_registers
15312 @kindex info io_registers@r{, AVR}
15313 @cindex I/O registers (Atmel AVR)
15314 This command displays information about the AVR I/O registers.  For
15315 each register, @value{GDBN} prints its number and value.
15316 @end table
15317
15318 @node CRIS
15319 @subsection CRIS
15320 @cindex CRIS
15321
15322 When configured for debugging CRIS, @value{GDBN} provides the
15323 following CRIS-specific commands:
15324
15325 @table @code
15326 @item set cris-version @var{ver}
15327 @cindex CRIS version
15328 Set the current CRIS version to @var{ver}, either @samp{10} or @samp{32}.
15329 The CRIS version affects register names and sizes.  This command is useful in
15330 case autodetection of the CRIS version fails.
15331
15332 @item show cris-version
15333 Show the current CRIS version.
15334
15335 @item set cris-dwarf2-cfi
15336 @cindex DWARF-2 CFI and CRIS
15337 Set the usage of DWARF-2 CFI for CRIS debugging.  The default is @samp{on}.
15338 Change to @samp{off} when using @code{gcc-cris} whose version is below 
15339 @code{R59}.
15340
15341 @item show cris-dwarf2-cfi
15342 Show the current state of using DWARF-2 CFI.
15343
15344 @item set cris-mode @var{mode}
15345 @cindex CRIS mode
15346 Set the current CRIS mode to @var{mode}.  It should only be changed when
15347 debugging in guru mode, in which case it should be set to 
15348 @samp{guru} (the default is @samp{normal}).
15349
15350 @item show cris-mode
15351 Show the current CRIS mode.
15352 @end table
15353
15354 @node Super-H
15355 @subsection Renesas Super-H
15356 @cindex Super-H
15357
15358 For the Renesas Super-H processor, @value{GDBN} provides these
15359 commands:
15360
15361 @table @code
15362 @item regs
15363 @kindex regs@r{, Super-H}
15364 Show the values of all Super-H registers.
15365 @end table
15366
15367 @node WinCE
15368 @subsection Windows CE
15369 @cindex Windows CE
15370
15371 The following commands are available for Windows CE:
15372
15373 @table @code
15374 @item set remotedirectory @var{dir}
15375 @kindex set remotedirectory
15376 Tell @value{GDBN} to upload files from the named directory @var{dir}.
15377 The default is @file{/gdb}, i.e.@: the root directory on the current
15378 drive.
15379
15380 @item show remotedirectory
15381 @kindex show remotedirectory
15382 Show the current value of the upload directory.
15383
15384 @item set remoteupload @var{method}
15385 @kindex set remoteupload
15386 Set the method used to upload files to remote device.  Valid values
15387 for @var{method} are @samp{always}, @samp{newer}, and @samp{never}.
15388 The default is @samp{newer}.
15389
15390 @item show remoteupload
15391 @kindex show remoteupload
15392 Show the current setting of the upload method.
15393
15394 @item set remoteaddhost
15395 @kindex set remoteaddhost
15396 Tell @value{GDBN} whether to add this host to the remote stub's
15397 arguments when you debug over a network.
15398
15399 @item show remoteaddhost
15400 @kindex show remoteaddhost
15401 Show whether to add this host to remote stub's arguments when
15402 debugging over a network.
15403 @end table
15404
15405
15406 @node Architectures
15407 @section Architectures
15408
15409 This section describes characteristics of architectures that affect
15410 all uses of @value{GDBN} with the architecture, both native and cross.
15411
15412 @menu
15413 * i386::
15414 * A29K::
15415 * Alpha::
15416 * MIPS::
15417 * HPPA::               HP PA architecture
15418 @end menu
15419
15420 @node i386
15421 @subsection x86 Architecture-specific issues.
15422
15423 @table @code
15424 @item set struct-convention @var{mode}
15425 @kindex set struct-convention
15426 @cindex struct return convention
15427 @cindex struct/union returned in registers
15428 Set the convention used by the inferior to return @code{struct}s and
15429 @code{union}s from functions to @var{mode}.  Possible values of
15430 @var{mode} are @code{"pcc"}, @code{"reg"}, and @code{"default"} (the
15431 default).  @code{"default"} or @code{"pcc"} means that @code{struct}s
15432 are returned on the stack, while @code{"reg"} means that a
15433 @code{struct} or a @code{union} whose size is 1, 2, 4, or 8 bytes will
15434 be returned in a register.
15435
15436 @item show struct-convention
15437 @kindex show struct-convention
15438 Show the current setting of the convention to return @code{struct}s
15439 from functions.
15440 @end table
15441
15442 @node A29K
15443 @subsection A29K
15444
15445 @table @code
15446
15447 @kindex set rstack_high_address
15448 @cindex AMD 29K register stack
15449 @cindex register stack, AMD29K
15450 @item set rstack_high_address @var{address}
15451 On AMD 29000 family processors, registers are saved in a separate
15452 @dfn{register stack}.  There is no way for @value{GDBN} to determine the
15453 extent of this stack.  Normally, @value{GDBN} just assumes that the
15454 stack is ``large enough''.  This may result in @value{GDBN} referencing
15455 memory locations that do not exist.  If necessary, you can get around
15456 this problem by specifying the ending address of the register stack with
15457 the @code{set rstack_high_address} command.  The argument should be an
15458 address, which you probably want to precede with @samp{0x} to specify in
15459 hexadecimal.
15460
15461 @kindex show rstack_high_address
15462 @item show rstack_high_address
15463 Display the current limit of the register stack, on AMD 29000 family
15464 processors.
15465
15466 @end table
15467
15468 @node Alpha
15469 @subsection Alpha
15470
15471 See the following section.
15472
15473 @node MIPS
15474 @subsection MIPS
15475
15476 @cindex stack on Alpha
15477 @cindex stack on MIPS
15478 @cindex Alpha stack
15479 @cindex MIPS stack
15480 Alpha- and MIPS-based computers use an unusual stack frame, which
15481 sometimes requires @value{GDBN} to search backward in the object code to
15482 find the beginning of a function.
15483
15484 @cindex response time, MIPS debugging
15485 To improve response time (especially for embedded applications, where
15486 @value{GDBN} may be restricted to a slow serial line for this search)
15487 you may want to limit the size of this search, using one of these
15488 commands:
15489
15490 @table @code
15491 @cindex @code{heuristic-fence-post} (Alpha, MIPS)
15492 @item set heuristic-fence-post @var{limit}
15493 Restrict @value{GDBN} to examining at most @var{limit} bytes in its
15494 search for the beginning of a function.  A value of @var{0} (the
15495 default) means there is no limit.  However, except for @var{0}, the
15496 larger the limit the more bytes @code{heuristic-fence-post} must search
15497 and therefore the longer it takes to run.  You should only need to use
15498 this command when debugging a stripped executable.
15499
15500 @item show heuristic-fence-post
15501 Display the current limit.
15502 @end table
15503
15504 @noindent
15505 These commands are available @emph{only} when @value{GDBN} is configured
15506 for debugging programs on Alpha or MIPS processors.
15507
15508 Several MIPS-specific commands are available when debugging MIPS
15509 programs:
15510
15511 @table @code
15512 @item set mips saved-gpreg-size @var{size}
15513 @kindex set mips saved-gpreg-size
15514 @cindex MIPS GP register size on stack
15515 Set the size of MIPS general-purpose registers saved on the stack.
15516 The argument @var{size} can be one of the following:
15517
15518 @table @samp
15519 @item 32
15520 32-bit GP registers
15521 @item 64
15522 64-bit GP registers
15523 @item auto
15524 Use the target's default setting or autodetect the saved size from the
15525 information contained in the executable.  This is the default
15526 @end table
15527
15528 @item show mips saved-gpreg-size
15529 @kindex show mips saved-gpreg-size
15530 Show the current size of MIPS GP registers on the stack.
15531
15532 @item set mips stack-arg-size @var{size}
15533 @kindex set mips stack-arg-size
15534 @cindex MIPS stack space for arguments
15535 Set the amount of stack space reserved for arguments to functions.
15536 The argument can be one of @code{"32"}, @code{"64"} or @code{"auto"}
15537 (the default).
15538
15539 @item set mips abi @var{arg}
15540 @kindex set mips abi
15541 @cindex set ABI for MIPS
15542 Tell @value{GDBN} which MIPS ABI is used by the inferior.  Possible
15543 values of @var{arg} are:
15544
15545 @table @samp
15546 @item auto
15547 The default ABI associated with the current binary (this is the
15548 default).
15549 @item o32
15550 @item o64
15551 @item n32
15552 @item n64
15553 @item eabi32
15554 @item eabi64
15555 @item auto
15556 @end table
15557
15558 @item show mips abi
15559 @kindex show mips abi
15560 Show the MIPS ABI used by @value{GDBN} to debug the inferior.
15561
15562 @item set mipsfpu
15563 @itemx show mipsfpu
15564 @xref{MIPS Embedded, set mipsfpu}.
15565
15566 @item set mips mask-address @var{arg}
15567 @kindex set mips mask-address
15568 @cindex MIPS addresses, masking
15569 This command determines whether the most-significant 32 bits of 64-bit
15570 MIPS addresses are masked off.  The argument @var{arg} can be
15571 @samp{on}, @samp{off}, or @samp{auto}.  The latter is the default
15572 setting, which lets @value{GDBN} determine the correct value.
15573
15574 @item show mips mask-address
15575 @kindex show mips mask-address
15576 Show whether the upper 32 bits of MIPS addresses are masked off or
15577 not.
15578
15579 @item set remote-mips64-transfers-32bit-regs
15580 @kindex set remote-mips64-transfers-32bit-regs
15581 This command controls compatibility with 64-bit MIPS targets that
15582 transfer data in 32-bit quantities.  If you have an old MIPS 64 target
15583 that transfers 32 bits for some registers, like @sc{sr} and @sc{fsr},
15584 and 64 bits for other registers, set this option to @samp{on}.
15585
15586 @item show remote-mips64-transfers-32bit-regs
15587 @kindex show remote-mips64-transfers-32bit-regs
15588 Show the current setting of compatibility with older MIPS 64 targets.
15589
15590 @item set debug mips
15591 @kindex set debug mips
15592 This command turns on and off debugging messages for the MIPS-specific
15593 target code in @value{GDBN}.
15594
15595 @item show debug mips
15596 @kindex show debug mips
15597 Show the current setting of MIPS debugging messages.
15598 @end table
15599
15600
15601 @node HPPA
15602 @subsection HPPA
15603 @cindex HPPA support
15604
15605 When @value{GDBN} is debugging te HP PA architecture, it provides the
15606 following special commands:
15607
15608 @table @code
15609 @item set debug hppa
15610 @kindex set debug hppa
15611 THis command determines whether HPPA architecture specific debugging
15612 messages are to be displayed.
15613
15614 @item show debug hppa
15615 Show whether HPPA debugging messages are displayed.
15616
15617 @item maint print unwind @var{address}
15618 @kindex maint print unwind@r{, HPPA}
15619 This command displays the contents of the unwind table entry at the
15620 given @var{address}.
15621
15622 @end table
15623
15624
15625 @node Controlling GDB
15626 @chapter Controlling @value{GDBN}
15627
15628 You can alter the way @value{GDBN} interacts with you by using the
15629 @code{set} command.  For commands controlling how @value{GDBN} displays
15630 data, see @ref{Print Settings, ,Print settings}.  Other settings are
15631 described here.
15632
15633 @menu
15634 * Prompt::                      Prompt
15635 * Editing::                     Command editing
15636 * Command History::             Command history
15637 * Screen Size::                 Screen size
15638 * Numbers::                     Numbers
15639 * ABI::                         Configuring the current ABI
15640 * Messages/Warnings::           Optional warnings and messages
15641 * Debugging Output::            Optional messages about internal happenings
15642 @end menu
15643
15644 @node Prompt
15645 @section Prompt
15646
15647 @cindex prompt
15648
15649 @value{GDBN} indicates its readiness to read a command by printing a string
15650 called the @dfn{prompt}.  This string is normally @samp{(@value{GDBP})}.  You
15651 can change the prompt string with the @code{set prompt} command.  For
15652 instance, when debugging @value{GDBN} with @value{GDBN}, it is useful to change
15653 the prompt in one of the @value{GDBN} sessions so that you can always tell
15654 which one you are talking to.
15655
15656 @emph{Note:}  @code{set prompt} does not add a space for you after the
15657 prompt you set.  This allows you to set a prompt which ends in a space
15658 or a prompt that does not.
15659
15660 @table @code
15661 @kindex set prompt
15662 @item set prompt @var{newprompt}
15663 Directs @value{GDBN} to use @var{newprompt} as its prompt string henceforth.
15664
15665 @kindex show prompt
15666 @item show prompt
15667 Prints a line of the form: @samp{Gdb's prompt is: @var{your-prompt}}
15668 @end table
15669
15670 @node Editing
15671 @section Command editing
15672 @cindex readline
15673 @cindex command line editing
15674
15675 @value{GDBN} reads its input commands via the @dfn{Readline} interface.  This
15676 @sc{gnu} library provides consistent behavior for programs which provide a
15677 command line interface to the user.  Advantages are @sc{gnu} Emacs-style
15678 or @dfn{vi}-style inline editing of commands, @code{csh}-like history
15679 substitution, and a storage and recall of command history across
15680 debugging sessions.
15681
15682 You may control the behavior of command line editing in @value{GDBN} with the
15683 command @code{set}.
15684
15685 @table @code
15686 @kindex set editing
15687 @cindex editing
15688 @item set editing
15689 @itemx set editing on
15690 Enable command line editing (enabled by default).
15691
15692 @item set editing off
15693 Disable command line editing.
15694
15695 @kindex show editing
15696 @item show editing
15697 Show whether command line editing is enabled.
15698 @end table
15699
15700 @xref{Command Line Editing}, for more details about the Readline
15701 interface.  Users unfamiliar with @sc{gnu} Emacs or @code{vi} are
15702 encouraged to read that chapter.
15703
15704 @node Command History
15705 @section Command history
15706 @cindex command history
15707
15708 @value{GDBN} can keep track of the commands you type during your
15709 debugging sessions, so that you can be certain of precisely what
15710 happened.  Use these commands to manage the @value{GDBN} command
15711 history facility.
15712
15713 @value{GDBN} uses the @sc{gnu} History library, a part of the Readline
15714 package, to provide the history facility.  @xref{Using History
15715 Interactively}, for the detailed description of the History library.
15716
15717 To issue a command to @value{GDBN} without affecting certain aspects of
15718 the state which is seen by users, prefix it with @samp{server }.  This
15719 means that this command will not affect the command history, nor will it
15720 affect @value{GDBN}'s notion of which command to repeat if @key{RET} is
15721 pressed on a line by itself.
15722
15723 @cindex @code{server}, command prefix
15724 The server prefix does not affect the recording of values into the value
15725 history; to print a value without recording it into the value history,
15726 use the @code{output} command instead of the @code{print} command.
15727
15728 Here is the description of @value{GDBN} commands related to command
15729 history.
15730
15731 @table @code
15732 @cindex history substitution
15733 @cindex history file
15734 @kindex set history filename
15735 @cindex @env{GDBHISTFILE}, environment variable
15736 @item set history filename @var{fname}
15737 Set the name of the @value{GDBN} command history file to @var{fname}.
15738 This is the file where @value{GDBN} reads an initial command history
15739 list, and where it writes the command history from this session when it
15740 exits.  You can access this list through history expansion or through
15741 the history command editing characters listed below.  This file defaults
15742 to the value of the environment variable @code{GDBHISTFILE}, or to
15743 @file{./.gdb_history} (@file{./_gdb_history} on MS-DOS) if this variable
15744 is not set.
15745
15746 @cindex save command history
15747 @kindex set history save
15748 @item set history save
15749 @itemx set history save on
15750 Record command history in a file, whose name may be specified with the
15751 @code{set history filename} command.  By default, this option is disabled.
15752
15753 @item set history save off
15754 Stop recording command history in a file.
15755
15756 @cindex history size
15757 @kindex set history size
15758 @cindex @env{HISTSIZE}, environment variable
15759 @item set history size @var{size}
15760 Set the number of commands which @value{GDBN} keeps in its history list.
15761 This defaults to the value of the environment variable
15762 @code{HISTSIZE}, or to 256 if this variable is not set.
15763 @end table
15764
15765 History expansion assigns special meaning to the character @kbd{!}.
15766 @xref{Event Designators}, for more details.
15767
15768 @cindex history expansion, turn on/off
15769 Since @kbd{!} is also the logical not operator in C, history expansion
15770 is off by default. If you decide to enable history expansion with the
15771 @code{set history expansion on} command, you may sometimes need to
15772 follow @kbd{!} (when it is used as logical not, in an expression) with
15773 a space or a tab to prevent it from being expanded.  The readline
15774 history facilities do not attempt substitution on the strings
15775 @kbd{!=} and @kbd{!(}, even when history expansion is enabled.
15776
15777 The commands to control history expansion are:
15778
15779 @table @code
15780 @item set history expansion on
15781 @itemx set history expansion
15782 @kindex set history expansion
15783 Enable history expansion.  History expansion is off by default.
15784
15785 @item set history expansion off
15786 Disable history expansion.
15787
15788 @c @group
15789 @kindex show history
15790 @item show history
15791 @itemx show history filename
15792 @itemx show history save
15793 @itemx show history size
15794 @itemx show history expansion
15795 These commands display the state of the @value{GDBN} history parameters.
15796 @code{show history} by itself displays all four states.
15797 @c @end group
15798 @end table
15799
15800 @table @code
15801 @kindex show commands
15802 @cindex show last commands
15803 @cindex display command history
15804 @item show commands
15805 Display the last ten commands in the command history.
15806
15807 @item show commands @var{n}
15808 Print ten commands centered on command number @var{n}.
15809
15810 @item show commands +
15811 Print ten commands just after the commands last printed.
15812 @end table
15813
15814 @node Screen Size
15815 @section Screen size
15816 @cindex size of screen
15817 @cindex pauses in output
15818
15819 Certain commands to @value{GDBN} may produce large amounts of
15820 information output to the screen.  To help you read all of it,
15821 @value{GDBN} pauses and asks you for input at the end of each page of
15822 output.  Type @key{RET} when you want to continue the output, or @kbd{q}
15823 to discard the remaining output.  Also, the screen width setting
15824 determines when to wrap lines of output.  Depending on what is being
15825 printed, @value{GDBN} tries to break the line at a readable place,
15826 rather than simply letting it overflow onto the following line.
15827
15828 Normally @value{GDBN} knows the size of the screen from the terminal
15829 driver software.  For example, on Unix @value{GDBN} uses the termcap data base
15830 together with the value of the @code{TERM} environment variable and the
15831 @code{stty rows} and @code{stty cols} settings.  If this is not correct,
15832 you can override it with the @code{set height} and @code{set
15833 width} commands:
15834
15835 @table @code
15836 @kindex set height
15837 @kindex set width
15838 @kindex show width
15839 @kindex show height
15840 @item set height @var{lpp}
15841 @itemx show height
15842 @itemx set width @var{cpl}
15843 @itemx show width
15844 These @code{set} commands specify a screen height of @var{lpp} lines and
15845 a screen width of @var{cpl} characters.  The associated @code{show}
15846 commands display the current settings.
15847
15848 If you specify a height of zero lines, @value{GDBN} does not pause during
15849 output no matter how long the output is.  This is useful if output is to a
15850 file or to an editor buffer.
15851
15852 Likewise, you can specify @samp{set width 0} to prevent @value{GDBN}
15853 from wrapping its output.
15854
15855 @item set pagination on
15856 @itemx set pagination off
15857 @kindex set pagination
15858 Turn the output pagination on or off; the default is on.  Turning
15859 pagination off is the alternative to @code{set height 0}.
15860
15861 @item show pagination
15862 @kindex show pagination
15863 Show the current pagination mode.
15864 @end table
15865
15866 @node Numbers
15867 @section Numbers
15868 @cindex number representation
15869 @cindex entering numbers
15870
15871 You can always enter numbers in octal, decimal, or hexadecimal in
15872 @value{GDBN} by the usual conventions: octal numbers begin with
15873 @samp{0}, decimal numbers end with @samp{.}, and hexadecimal numbers
15874 begin with @samp{0x}.  Numbers that neither begin with @samp{0} or
15875 @samp{0x}, nor end with a @samp{.} are, by default, entered in base
15876 10; likewise, the default display for numbers---when no particular
15877 format is specified---is base 10.  You can change the default base for
15878 both input and output with the commands described below.
15879
15880 @table @code
15881 @kindex set input-radix
15882 @item set input-radix @var{base}
15883 Set the default base for numeric input.  Supported choices
15884 for @var{base} are decimal 8, 10, or 16.  @var{base} must itself be
15885 specified either unambiguously or using the current input radix; for
15886 example, any of
15887
15888 @smallexample
15889 set input-radix 012
15890 set input-radix 10.
15891 set input-radix 0xa
15892 @end smallexample
15893
15894 @noindent
15895 sets the input base to decimal.  On the other hand, @samp{set input-radix 10}
15896 leaves the input radix unchanged, no matter what it was, since
15897 @samp{10}, being without any leading or trailing signs of its base, is
15898 interpreted in the current radix.  Thus, if the current radix is 16,
15899 @samp{10} is interpreted in hex, i.e.@: as 16 decimal, which doesn't
15900 change the radix.
15901
15902 @kindex set output-radix
15903 @item set output-radix @var{base}
15904 Set the default base for numeric display.  Supported choices
15905 for @var{base} are decimal 8, 10, or 16.  @var{base} must itself be
15906 specified either unambiguously or using the current input radix.
15907
15908 @kindex show input-radix
15909 @item show input-radix
15910 Display the current default base for numeric input.
15911
15912 @kindex show output-radix
15913 @item show output-radix
15914 Display the current default base for numeric display.
15915
15916 @item set radix @r{[}@var{base}@r{]}
15917 @itemx show radix
15918 @kindex set radix
15919 @kindex show radix
15920 These commands set and show the default base for both input and output
15921 of numbers.  @code{set radix} sets the radix of input and output to
15922 the same base; without an argument, it resets the radix back to its
15923 default value of 10.
15924
15925 @end table
15926
15927 @node ABI
15928 @section Configuring the current ABI
15929
15930 @value{GDBN} can determine the @dfn{ABI} (Application Binary Interface) of your
15931 application automatically.  However, sometimes you need to override its
15932 conclusions.  Use these commands to manage @value{GDBN}'s view of the
15933 current ABI.
15934
15935 @cindex OS ABI
15936 @kindex set osabi
15937 @kindex show osabi
15938
15939 One @value{GDBN} configuration can debug binaries for multiple operating
15940 system targets, either via remote debugging or native emulation.
15941 @value{GDBN} will autodetect the @dfn{OS ABI} (Operating System ABI) in use,
15942 but you can override its conclusion using the @code{set osabi} command.
15943 One example where this is useful is in debugging of binaries which use
15944 an alternate C library (e.g.@: @sc{uClibc} for @sc{gnu}/Linux) which does
15945 not have the same identifying marks that the standard C library for your
15946 platform provides.
15947
15948 @table @code
15949 @item show osabi
15950 Show the OS ABI currently in use.
15951
15952 @item set osabi
15953 With no argument, show the list of registered available OS ABI's.
15954
15955 @item set osabi @var{abi}
15956 Set the current OS ABI to @var{abi}.
15957 @end table
15958
15959 @cindex float promotion
15960
15961 Generally, the way that an argument of type @code{float} is passed to a
15962 function depends on whether the function is prototyped.  For a prototyped
15963 (i.e.@: ANSI/ISO style) function, @code{float} arguments are passed unchanged,
15964 according to the architecture's convention for @code{float}.  For unprototyped
15965 (i.e.@: K&R style) functions, @code{float} arguments are first promoted to type
15966 @code{double} and then passed.
15967
15968 Unfortunately, some forms of debug information do not reliably indicate whether
15969 a function is prototyped.  If @value{GDBN} calls a function that is not marked
15970 as prototyped, it consults @kbd{set coerce-float-to-double}.
15971
15972 @table @code
15973 @kindex set coerce-float-to-double
15974 @item set coerce-float-to-double
15975 @itemx set coerce-float-to-double on
15976 Arguments of type @code{float} will be promoted to @code{double} when passed
15977 to an unprototyped function.  This is the default setting.
15978
15979 @item set coerce-float-to-double off
15980 Arguments of type @code{float} will be passed directly to unprototyped
15981 functions.
15982
15983 @kindex show coerce-float-to-double
15984 @item show coerce-float-to-double
15985 Show the current setting of promoting @code{float} to @code{double}.
15986 @end table
15987
15988 @kindex set cp-abi
15989 @kindex show cp-abi
15990 @value{GDBN} needs to know the ABI used for your program's C@t{++}
15991 objects.  The correct C@t{++} ABI depends on which C@t{++} compiler was
15992 used to build your application.  @value{GDBN} only fully supports
15993 programs with a single C@t{++} ABI; if your program contains code using
15994 multiple C@t{++} ABI's or if @value{GDBN} can not identify your
15995 program's ABI correctly, you can tell @value{GDBN} which ABI to use.
15996 Currently supported ABI's include ``gnu-v2'', for @code{g++} versions
15997 before 3.0, ``gnu-v3'', for @code{g++} versions 3.0 and later, and
15998 ``hpaCC'' for the HP ANSI C@t{++} compiler.  Other C@t{++} compilers may
15999 use the ``gnu-v2'' or ``gnu-v3'' ABI's as well.  The default setting is
16000 ``auto''.
16001
16002 @table @code
16003 @item show cp-abi
16004 Show the C@t{++} ABI currently in use.
16005
16006 @item set cp-abi
16007 With no argument, show the list of supported C@t{++} ABI's.
16008
16009 @item set cp-abi @var{abi}
16010 @itemx set cp-abi auto
16011 Set the current C@t{++} ABI to @var{abi}, or return to automatic detection.
16012 @end table
16013
16014 @node Messages/Warnings
16015 @section Optional warnings and messages
16016
16017 @cindex verbose operation
16018 @cindex optional warnings
16019 By default, @value{GDBN} is silent about its inner workings.  If you are
16020 running on a slow machine, you may want to use the @code{set verbose}
16021 command.  This makes @value{GDBN} tell you when it does a lengthy
16022 internal operation, so you will not think it has crashed.
16023
16024 Currently, the messages controlled by @code{set verbose} are those
16025 which announce that the symbol table for a source file is being read;
16026 see @code{symbol-file} in @ref{Files, ,Commands to specify files}.
16027
16028 @table @code
16029 @kindex set verbose
16030 @item set verbose on
16031 Enables @value{GDBN} output of certain informational messages.
16032
16033 @item set verbose off
16034 Disables @value{GDBN} output of certain informational messages.
16035
16036 @kindex show verbose
16037 @item show verbose
16038 Displays whether @code{set verbose} is on or off.
16039 @end table
16040
16041 By default, if @value{GDBN} encounters bugs in the symbol table of an
16042 object file, it is silent; but if you are debugging a compiler, you may
16043 find this information useful (@pxref{Symbol Errors, ,Errors reading
16044 symbol files}).
16045
16046 @table @code
16047
16048 @kindex set complaints
16049 @item set complaints @var{limit}
16050 Permits @value{GDBN} to output @var{limit} complaints about each type of
16051 unusual symbols before becoming silent about the problem.  Set
16052 @var{limit} to zero to suppress all complaints; set it to a large number
16053 to prevent complaints from being suppressed.
16054
16055 @kindex show complaints
16056 @item show complaints
16057 Displays how many symbol complaints @value{GDBN} is permitted to produce.
16058
16059 @end table
16060
16061 By default, @value{GDBN} is cautious, and asks what sometimes seems to be a
16062 lot of stupid questions to confirm certain commands.  For example, if
16063 you try to run a program which is already running:
16064
16065 @smallexample
16066 (@value{GDBP}) run
16067 The program being debugged has been started already.
16068 Start it from the beginning? (y or n)
16069 @end smallexample
16070
16071 If you are willing to unflinchingly face the consequences of your own
16072 commands, you can disable this ``feature'':
16073
16074 @table @code
16075
16076 @kindex set confirm
16077 @cindex flinching
16078 @cindex confirmation
16079 @cindex stupid questions
16080 @item set confirm off
16081 Disables confirmation requests.
16082
16083 @item set confirm on
16084 Enables confirmation requests (the default).
16085
16086 @kindex show confirm
16087 @item show confirm
16088 Displays state of confirmation requests.
16089
16090 @end table
16091
16092 @cindex command tracing
16093 If you need to debug user-defined commands or sourced files you may find it
16094 useful to enable @dfn{command tracing}.  In this mode each command will be
16095 printed as it is executed, prefixed with one or more @samp{+} symbols, the
16096 quantity denoting the call depth of each command.
16097
16098 @table @code
16099 @kindex set trace-commands
16100 @cindex command scripts, debugging
16101 @item set trace-commands on
16102 Enable command tracing.
16103 @item set trace-commands off
16104 Disable command tracing.
16105 @item show trace-commands
16106 Display the current state of command tracing.
16107 @end table
16108
16109 @node Debugging Output
16110 @section Optional messages about internal happenings
16111 @cindex optional debugging messages
16112
16113 @value{GDBN} has commands that enable optional debugging messages from
16114 various @value{GDBN} subsystems; normally these commands are of
16115 interest to @value{GDBN} maintainers, or when reporting a bug.  This
16116 section documents those commands.
16117
16118 @table @code
16119 @kindex set exec-done-display
16120 @item set exec-done-display
16121 Turns on or off the notification of asynchronous commands'
16122 completion.  When on, @value{GDBN} will print a message when an
16123 asynchronous command finishes its execution.  The default is off.
16124 @kindex show exec-done-display
16125 @item show exec-done-display
16126 Displays the current setting of asynchronous command completion
16127 notification.
16128 @kindex set debug
16129 @cindex gdbarch debugging info
16130 @cindex architecture debugging info
16131 @item set debug arch
16132 Turns on or off display of gdbarch debugging info.  The default is off
16133 @kindex show debug
16134 @item show debug arch
16135 Displays the current state of displaying gdbarch debugging info.
16136 @item set debug aix-thread
16137 @cindex AIX threads
16138 Display debugging messages about inner workings of the AIX thread
16139 module.
16140 @item show debug aix-thread
16141 Show the current state of AIX thread debugging info display.
16142 @item set debug event
16143 @cindex event debugging info
16144 Turns on or off display of @value{GDBN} event debugging info.  The
16145 default is off.
16146 @item show debug event
16147 Displays the current state of displaying @value{GDBN} event debugging
16148 info.
16149 @item set debug expression
16150 @cindex expression debugging info
16151 Turns on or off display of debugging info about @value{GDBN}
16152 expression parsing.  The default is off.
16153 @item show debug expression
16154 Displays the current state of displaying debugging info about
16155 @value{GDBN} expression parsing.
16156 @item set debug frame
16157 @cindex frame debugging info
16158 Turns on or off display of @value{GDBN} frame debugging info.  The
16159 default is off.
16160 @item show debug frame
16161 Displays the current state of displaying @value{GDBN} frame debugging
16162 info.
16163 @item set debug infrun
16164 @cindex inferior debugging info
16165 Turns on or off display of @value{GDBN} debugging info for running the inferior.
16166 The default is off.  @file{infrun.c} contains GDB's runtime state machine used 
16167 for implementing operations such as single-stepping the inferior.
16168 @item show debug infrun
16169 Displays the current state of @value{GDBN} inferior debugging.
16170 @item set debug lin-lwp
16171 @cindex @sc{gnu}/Linux LWP debug messages
16172 @cindex Linux lightweight processes
16173 Turns on or off debugging messages from the Linux LWP debug support.
16174 @item show debug lin-lwp
16175 Show the current state of Linux LWP debugging messages.
16176 @item set debug observer
16177 @cindex observer debugging info
16178 Turns on or off display of @value{GDBN} observer debugging.  This
16179 includes info such as the notification of observable events.
16180 @item show debug observer
16181 Displays the current state of observer debugging.
16182 @item set debug overload
16183 @cindex C@t{++} overload debugging info
16184 Turns on or off display of @value{GDBN} C@t{++} overload debugging
16185 info. This includes info such as ranking of functions, etc.  The default
16186 is off.
16187 @item show debug overload
16188 Displays the current state of displaying @value{GDBN} C@t{++} overload
16189 debugging info.
16190 @cindex packets, reporting on stdout
16191 @cindex serial connections, debugging
16192 @cindex debug remote protocol
16193 @cindex remote protocol debugging
16194 @cindex display remote packets
16195 @item set debug remote
16196 Turns on or off display of reports on all packets sent back and forth across
16197 the serial line to the remote machine.  The info is printed on the
16198 @value{GDBN} standard output stream. The default is off.
16199 @item show debug remote
16200 Displays the state of display of remote packets.
16201 @item set debug serial
16202 Turns on or off display of @value{GDBN} serial debugging info. The
16203 default is off.
16204 @item show debug serial
16205 Displays the current state of displaying @value{GDBN} serial debugging
16206 info.
16207 @item set debug solib-frv
16208 @cindex FR-V shared-library debugging
16209 Turns on or off debugging messages for FR-V shared-library code.
16210 @item show debug solib-frv
16211 Display the current state of FR-V shared-library code debugging
16212 messages.
16213 @item set debug target
16214 @cindex target debugging info
16215 Turns on or off display of @value{GDBN} target debugging info. This info
16216 includes what is going on at the target level of GDB, as it happens. The
16217 default is 0.  Set it to 1 to track events, and to 2 to also track the
16218 value of large memory transfers.  Changes to this flag do not take effect
16219 until the next time you connect to a target or use the @code{run} command.
16220 @item show debug target
16221 Displays the current state of displaying @value{GDBN} target debugging
16222 info.
16223 @item set debugvarobj
16224 @cindex variable object debugging info
16225 Turns on or off display of @value{GDBN} variable object debugging
16226 info. The default is off.
16227 @item show debugvarobj
16228 Displays the current state of displaying @value{GDBN} variable object
16229 debugging info.
16230 @end table
16231
16232 @node Sequences
16233 @chapter Canned Sequences of Commands
16234
16235 Aside from breakpoint commands (@pxref{Break Commands, ,Breakpoint
16236 command lists}), @value{GDBN} provides two ways to store sequences of
16237 commands for execution as a unit: user-defined commands and command
16238 files.
16239
16240 @menu
16241 * Define::             How to define your own commands
16242 * Hooks::              Hooks for user-defined commands
16243 * Command Files::      How to write scripts of commands to be stored in a file
16244 * Output::             Commands for controlled output
16245 @end menu
16246
16247 @node Define
16248 @section User-defined commands
16249
16250 @cindex user-defined command
16251 @cindex arguments, to user-defined commands
16252 A @dfn{user-defined command} is a sequence of @value{GDBN} commands to
16253 which you assign a new name as a command.  This is done with the
16254 @code{define} command.  User commands may accept up to 10 arguments
16255 separated by whitespace.  Arguments are accessed within the user command
16256 via @code{$arg0@dots{}$arg9}.  A trivial example:
16257
16258 @smallexample
16259 define adder
16260   print $arg0 + $arg1 + $arg2
16261 end
16262 @end smallexample
16263
16264 @noindent
16265 To execute the command use:
16266
16267 @smallexample
16268 adder 1 2 3
16269 @end smallexample
16270
16271 @noindent
16272 This defines the command @code{adder}, which prints the sum of
16273 its three arguments.  Note the arguments are text substitutions, so they may
16274 reference variables, use complex expressions, or even perform inferior
16275 functions calls.
16276
16277 @cindex argument count in user-defined commands
16278 @cindex how many arguments (user-defined commands)
16279 In addition, @code{$argc} may be used to find out how many arguments have
16280 been passed.  This expands to a number in the range 0@dots{}10.
16281
16282 @smallexample
16283 define adder
16284   if $argc == 2
16285     print $arg0 + $arg1
16286   end
16287   if $argc == 3
16288     print $arg0 + $arg1 + $arg2
16289   end
16290 end
16291 @end smallexample
16292
16293 @table @code
16294
16295 @kindex define
16296 @item define @var{commandname}
16297 Define a command named @var{commandname}.  If there is already a command
16298 by that name, you are asked to confirm that you want to redefine it.
16299
16300 The definition of the command is made up of other @value{GDBN} command lines,
16301 which are given following the @code{define} command.  The end of these
16302 commands is marked by a line containing @code{end}.
16303
16304 @kindex document
16305 @kindex end@r{ (user-defined commands)}
16306 @item document @var{commandname}
16307 Document the user-defined command @var{commandname}, so that it can be
16308 accessed by @code{help}.  The command @var{commandname} must already be
16309 defined.  This command reads lines of documentation just as @code{define}
16310 reads the lines of the command definition, ending with @code{end}.
16311 After the @code{document} command is finished, @code{help} on command
16312 @var{commandname} displays the documentation you have written.
16313
16314 You may use the @code{document} command again to change the
16315 documentation of a command.  Redefining the command with @code{define}
16316 does not change the documentation.
16317
16318 @kindex dont-repeat
16319 @cindex don't repeat command
16320 @item dont-repeat
16321 Used inside a user-defined command, this tells @value{GDBN} that this
16322 command should not be repeated when the user hits @key{RET}
16323 (@pxref{Command Syntax, repeat last command}).
16324
16325 @kindex help user-defined
16326 @item help user-defined
16327 List all user-defined commands, with the first line of the documentation
16328 (if any) for each.
16329
16330 @kindex show user
16331 @item show user
16332 @itemx show user @var{commandname}
16333 Display the @value{GDBN} commands used to define @var{commandname} (but
16334 not its documentation).  If no @var{commandname} is given, display the
16335 definitions for all user-defined commands.
16336
16337 @cindex infinite recursion in user-defined commands
16338 @kindex show max-user-call-depth
16339 @kindex set max-user-call-depth
16340 @item show max-user-call-depth
16341 @itemx set max-user-call-depth
16342 The value of @code{max-user-call-depth} controls how many recursion
16343 levels are allowed in user-defined commands before GDB suspects an
16344 infinite recursion and aborts the command.
16345 @end table
16346
16347 In addition to the above commands, user-defined commands frequently
16348 use control flow commands, described in @ref{Command Files}.
16349
16350 When user-defined commands are executed, the
16351 commands of the definition are not printed.  An error in any command
16352 stops execution of the user-defined command.
16353
16354 If used interactively, commands that would ask for confirmation proceed
16355 without asking when used inside a user-defined command.  Many @value{GDBN}
16356 commands that normally print messages to say what they are doing omit the
16357 messages when used in a user-defined command.
16358
16359 @node Hooks
16360 @section User-defined command hooks
16361 @cindex command hooks
16362 @cindex hooks, for commands
16363 @cindex hooks, pre-command
16364
16365 @kindex hook
16366 You may define @dfn{hooks}, which are a special kind of user-defined
16367 command.  Whenever you run the command @samp{foo}, if the user-defined
16368 command @samp{hook-foo} exists, it is executed (with no arguments)
16369 before that command.
16370
16371 @cindex hooks, post-command
16372 @kindex hookpost
16373 A hook may also be defined which is run after the command you executed.
16374 Whenever you run the command @samp{foo}, if the user-defined command
16375 @samp{hookpost-foo} exists, it is executed (with no arguments) after
16376 that command.  Post-execution hooks may exist simultaneously with
16377 pre-execution hooks, for the same command.
16378
16379 It is valid for a hook to call the command which it hooks.  If this
16380 occurs, the hook is not re-executed, thereby avoiding infinite recursion.
16381
16382 @c It would be nice if hookpost could be passed a parameter indicating
16383 @c if the command it hooks executed properly or not.  FIXME!
16384
16385 @kindex stop@r{, a pseudo-command}
16386 In addition, a pseudo-command, @samp{stop} exists.  Defining
16387 (@samp{hook-stop}) makes the associated commands execute every time
16388 execution stops in your program: before breakpoint commands are run,
16389 displays are printed, or the stack frame is printed.
16390
16391 For example, to ignore @code{SIGALRM} signals while
16392 single-stepping, but treat them normally during normal execution,
16393 you could define:
16394
16395 @smallexample
16396 define hook-stop
16397 handle SIGALRM nopass
16398 end
16399
16400 define hook-run
16401 handle SIGALRM pass
16402 end
16403
16404 define hook-continue
16405 handle SIGLARM pass
16406 end
16407 @end smallexample
16408
16409 As a further example, to hook at the begining and end of the @code{echo}
16410 command, and to add extra text to the beginning and end of the message,
16411 you could define:
16412
16413 @smallexample
16414 define hook-echo
16415 echo <<<---
16416 end
16417
16418 define hookpost-echo
16419 echo --->>>\n
16420 end
16421
16422 (@value{GDBP}) echo Hello World
16423 <<<---Hello World--->>>
16424 (@value{GDBP})
16425
16426 @end smallexample
16427
16428 You can define a hook for any single-word command in @value{GDBN}, but
16429 not for command aliases; you should define a hook for the basic command
16430 name, e.g.@:  @code{backtrace} rather than @code{bt}.
16431 @c FIXME!  So how does Joe User discover whether a command is an alias
16432 @c or not?
16433 If an error occurs during the execution of your hook, execution of
16434 @value{GDBN} commands stops and @value{GDBN} issues a prompt
16435 (before the command that you actually typed had a chance to run).
16436
16437 If you try to define a hook which does not match any known command, you
16438 get a warning from the @code{define} command.
16439
16440 @node Command Files
16441 @section Command files
16442
16443 @cindex command files
16444 @cindex scripting commands
16445 A command file for @value{GDBN} is a text file made of lines that are
16446 @value{GDBN} commands.  Comments (lines starting with @kbd{#}) may
16447 also be included.  An empty line in a command file does nothing; it
16448 does not mean to repeat the last command, as it would from the
16449 terminal.
16450
16451 You can request the execution of a command file with the @code{source}
16452 command:
16453
16454 @table @code
16455 @kindex source
16456 @cindex execute commands from a file
16457 @item source [@code{-v}] @var{filename}
16458 Execute the command file @var{filename}.
16459 @end table
16460
16461 The lines in a command file are generally executed sequentially,
16462 unless the order of execution is changed by one of the
16463 @emph{flow-control commands} described below.  The commands are not
16464 printed as they are executed.  An error in any command terminates
16465 execution of the command file and control is returned to the console.
16466
16467 @value{GDBN} searches for @var{filename} in the current directory and then
16468 on the search path (specified with the @samp{directory} command).
16469
16470 If @code{-v}, for verbose mode, is given then @value{GDBN} displays
16471 each command as it is executed.  The option must be given before
16472 @var{filename}, and is interpreted as part of the filename anywhere else.
16473
16474 Commands that would ask for confirmation if used interactively proceed
16475 without asking when used in a command file.  Many @value{GDBN} commands that
16476 normally print messages to say what they are doing omit the messages
16477 when called from command files.
16478
16479 @value{GDBN} also accepts command input from standard input.  In this
16480 mode, normal output goes to standard output and error output goes to
16481 standard error.  Errors in a command file supplied on standard input do
16482 not terminate execution of the command file---execution continues with
16483 the next command.
16484
16485 @smallexample
16486 gdb < cmds > log 2>&1
16487 @end smallexample
16488
16489 (The syntax above will vary depending on the shell used.) This example
16490 will execute commands from the file @file{cmds}. All output and errors
16491 would be directed to @file{log}.
16492
16493 Since commands stored on command files tend to be more general than
16494 commands typed interactively, they frequently need to deal with
16495 complicated situations, such as different or unexpected values of
16496 variables and symbols, changes in how the program being debugged is
16497 built, etc.  @value{GDBN} provides a set of flow-control commands to
16498 deal with these complexities.  Using these commands, you can write
16499 complex scripts that loop over data structures, execute commands
16500 conditionally, etc.
16501
16502 @table @code
16503 @kindex if
16504 @kindex else
16505 @item if
16506 @itemx else
16507 This command allows to include in your script conditionally executed
16508 commands. The @code{if} command takes a single argument, which is an
16509 expression to evaluate.  It is followed by a series of commands that
16510 are executed only if the expression is true (its value is nonzero).
16511 There can then optionally be an @code{else} line, followed by a series
16512 of commands that are only executed if the expression was false.  The
16513 end of the list is marked by a line containing @code{end}.
16514
16515 @kindex while
16516 @item while
16517 This command allows to write loops.  Its syntax is similar to
16518 @code{if}: the command takes a single argument, which is an expression
16519 to evaluate, and must be followed by the commands to execute, one per
16520 line, terminated by an @code{end}.  These commands are called the
16521 @dfn{body} of the loop.  The commands in the body of @code{while} are
16522 executed repeatedly as long as the expression evaluates to true.
16523
16524 @kindex loop_break
16525 @item loop_break
16526 This command exits the @code{while} loop in whose body it is included.
16527 Execution of the script continues after that @code{while}s @code{end}
16528 line.
16529
16530 @kindex loop_continue
16531 @item loop_continue
16532 This command skips the execution of the rest of the body of commands
16533 in the @code{while} loop in whose body it is included.  Execution
16534 branches to the beginning of the @code{while} loop, where it evaluates
16535 the controlling expression.
16536
16537 @kindex end@r{ (if/else/while commands)}
16538 @item end
16539 Terminate the block of commands that are the body of @code{if},
16540 @code{else}, or @code{while} flow-control commands.
16541 @end table
16542
16543
16544 @node Output
16545 @section Commands for controlled output
16546
16547 During the execution of a command file or a user-defined command, normal
16548 @value{GDBN} output is suppressed; the only output that appears is what is
16549 explicitly printed by the commands in the definition.  This section
16550 describes three commands useful for generating exactly the output you
16551 want.
16552
16553 @table @code
16554 @kindex echo
16555 @item echo @var{text}
16556 @c I do not consider backslash-space a standard C escape sequence
16557 @c because it is not in ANSI.
16558 Print @var{text}.  Nonprinting characters can be included in
16559 @var{text} using C escape sequences, such as @samp{\n} to print a
16560 newline.  @strong{No newline is printed unless you specify one.}
16561 In addition to the standard C escape sequences, a backslash followed
16562 by a space stands for a space.  This is useful for displaying a
16563 string with spaces at the beginning or the end, since leading and
16564 trailing spaces are otherwise trimmed from all arguments.
16565 To print @samp{@w{ }and foo =@w{ }}, use the command
16566 @samp{echo \@w{ }and foo = \@w{ }}.
16567
16568 A backslash at the end of @var{text} can be used, as in C, to continue
16569 the command onto subsequent lines.  For example,
16570
16571 @smallexample
16572 echo This is some text\n\
16573 which is continued\n\
16574 onto several lines.\n
16575 @end smallexample
16576
16577 produces the same output as
16578
16579 @smallexample
16580 echo This is some text\n
16581 echo which is continued\n
16582 echo onto several lines.\n
16583 @end smallexample
16584
16585 @kindex output
16586 @item output @var{expression}
16587 Print the value of @var{expression} and nothing but that value: no
16588 newlines, no @samp{$@var{nn} = }.  The value is not entered in the
16589 value history either.  @xref{Expressions, ,Expressions}, for more information
16590 on expressions.
16591
16592 @item output/@var{fmt} @var{expression}
16593 Print the value of @var{expression} in format @var{fmt}.  You can use
16594 the same formats as for @code{print}.  @xref{Output Formats,,Output
16595 formats}, for more information.
16596
16597 @kindex printf
16598 @item printf @var{string}, @var{expressions}@dots{}
16599 Print the values of the @var{expressions} under the control of
16600 @var{string}.  The @var{expressions} are separated by commas and may be
16601 either numbers or pointers.  Their values are printed as specified by
16602 @var{string}, exactly as if your program were to execute the C
16603 subroutine
16604 @c FIXME: the above implies that at least all ANSI C formats are
16605 @c supported, but it isn't true: %E and %G don't work (or so it seems).
16606 @c Either this is a bug, or the manual should document what formats are
16607 @c supported.
16608
16609 @smallexample
16610 printf (@var{string}, @var{expressions}@dots{});
16611 @end smallexample
16612
16613 For example, you can print two values in hex like this:
16614
16615 @smallexample
16616 printf "foo, bar-foo = 0x%x, 0x%x\n", foo, bar-foo
16617 @end smallexample
16618
16619 The only backslash-escape sequences that you can use in the format
16620 string are the simple ones that consist of backslash followed by a
16621 letter.
16622 @end table
16623
16624 @node Interpreters
16625 @chapter Command Interpreters
16626 @cindex command interpreters
16627
16628 @value{GDBN} supports multiple command interpreters, and some command
16629 infrastructure to allow users or user interface writers to switch
16630 between interpreters or run commands in other interpreters.
16631
16632 @value{GDBN} currently supports two command interpreters, the console
16633 interpreter (sometimes called the command-line interpreter or @sc{cli})
16634 and the machine interface interpreter (or @sc{gdb/mi}).  This manual
16635 describes both of these interfaces in great detail.
16636
16637 By default, @value{GDBN} will start with the console interpreter.
16638 However, the user may choose to start @value{GDBN} with another
16639 interpreter by specifying the @option{-i} or @option{--interpreter}
16640 startup options.  Defined interpreters include:
16641
16642 @table @code
16643 @item console
16644 @cindex console interpreter
16645 The traditional console or command-line interpreter.  This is the most often
16646 used interpreter with @value{GDBN}. With no interpreter specified at runtime,
16647 @value{GDBN} will use this interpreter.
16648
16649 @item mi
16650 @cindex mi interpreter
16651 The newest @sc{gdb/mi} interface (currently @code{mi2}).  Used primarily
16652 by programs wishing to use @value{GDBN} as a backend for a debugger GUI
16653 or an IDE.  For more information, see @ref{GDB/MI, ,The @sc{gdb/mi}
16654 Interface}.
16655
16656 @item mi2
16657 @cindex mi2 interpreter
16658 The current @sc{gdb/mi} interface.
16659
16660 @item mi1
16661 @cindex mi1 interpreter
16662 The @sc{gdb/mi} interface included in @value{GDBN} 5.1, 5.2, and 5.3.
16663
16664 @end table
16665
16666 @cindex invoke another interpreter
16667 The interpreter being used by @value{GDBN} may not be dynamically
16668 switched at runtime.  Although possible, this could lead to a very
16669 precarious situation.  Consider an IDE using @sc{gdb/mi}.  If a user
16670 enters the command "interpreter-set console" in a console view,
16671 @value{GDBN} would switch to using the console interpreter, rendering
16672 the IDE inoperable!
16673
16674 @kindex interpreter-exec
16675 Although you may only choose a single interpreter at startup, you may execute
16676 commands in any interpreter from the current interpreter using the appropriate
16677 command.  If you are running the console interpreter, simply use the
16678 @code{interpreter-exec} command:
16679
16680 @smallexample
16681 interpreter-exec mi "-data-list-register-names"
16682 @end smallexample
16683
16684 @sc{gdb/mi} has a similar command, although it is only available in versions of
16685 @value{GDBN} which support @sc{gdb/mi} version 2 (or greater).
16686
16687 @node TUI
16688 @chapter @value{GDBN} Text User Interface
16689 @cindex TUI
16690 @cindex Text User Interface
16691
16692 @menu
16693 * TUI Overview::                TUI overview
16694 * TUI Keys::                    TUI key bindings
16695 * TUI Single Key Mode::         TUI single key mode
16696 * TUI Commands::                TUI specific commands
16697 * TUI Configuration::           TUI configuration variables
16698 @end menu
16699
16700 The @value{GDBN} Text User Interface, TUI in short, is a terminal
16701 interface which uses the @code{curses} library to show the source
16702 file, the assembly output, the program registers and @value{GDBN}
16703 commands in separate text windows.
16704
16705 The TUI is enabled by invoking @value{GDBN} using either
16706 @pindex gdbtui
16707 @samp{gdbtui} or @samp{gdb -tui}.
16708
16709 @node TUI Overview
16710 @section TUI overview
16711
16712 The TUI has two display modes that can be switched while
16713 @value{GDBN} runs:
16714
16715 @itemize @bullet
16716 @item
16717 A curses (or TUI) mode in which it displays several text
16718 windows on the terminal.
16719
16720 @item
16721 A standard mode which corresponds to the @value{GDBN} configured without
16722 the TUI.
16723 @end itemize
16724
16725 In the TUI mode, @value{GDBN} can display several text window
16726 on the terminal:
16727
16728 @table @emph
16729 @item command
16730 This window is the @value{GDBN} command window with the @value{GDBN}
16731 prompt and the @value{GDBN} outputs.  The @value{GDBN} input is still
16732 managed using readline but through the TUI.  The @emph{command}
16733 window is always visible.
16734
16735 @item source
16736 The source window shows the source file of the program.  The current
16737 line as well as active breakpoints are displayed in this window.
16738
16739 @item assembly
16740 The assembly window shows the disassembly output of the program.
16741
16742 @item register
16743 This window shows the processor registers.  It detects when
16744 a register is changed and when this is the case, registers that have
16745 changed are highlighted.  
16746
16747 @end table
16748
16749 The source and assembly windows show the current program position
16750 by highlighting the current line and marking them with the @samp{>} marker.
16751 Breakpoints are also indicated with two markers.  A first one
16752 indicates the breakpoint type:
16753
16754 @table @code
16755 @item B
16756 Breakpoint which was hit at least once.
16757
16758 @item b
16759 Breakpoint which was never hit.
16760
16761 @item H
16762 Hardware breakpoint which was hit at least once.
16763
16764 @item h
16765 Hardware breakpoint which was never hit.
16766
16767 @end table
16768
16769 The second marker indicates whether the breakpoint is enabled or not:
16770
16771 @table @code
16772 @item +
16773 Breakpoint is enabled.
16774
16775 @item -
16776 Breakpoint is disabled.
16777
16778 @end table
16779
16780 The source, assembly and register windows are attached to the thread
16781 and the frame position.  They are updated when the current thread
16782 changes, when the frame changes or when the program counter changes.
16783 These three windows are arranged by the TUI according to several
16784 layouts.  The layout defines which of these three windows are visible.
16785 The following layouts are available:
16786
16787 @itemize @bullet
16788 @item
16789 source
16790
16791 @item
16792 assembly
16793
16794 @item
16795 source and assembly
16796
16797 @item
16798 source and registers
16799
16800 @item
16801 assembly and registers
16802
16803 @end itemize
16804
16805 On top of the command window a status line gives various information
16806 concerning the current process begin debugged.  The status line is
16807 updated when the information it shows changes.  The following fields
16808 are displayed:
16809
16810 @table @emph
16811 @item target
16812 Indicates the current gdb target
16813 (@pxref{Targets, ,Specifying a Debugging Target}).
16814
16815 @item process
16816 Gives information about the current process or thread number.
16817 When no process is being debugged, this field is set to @code{No process}.
16818
16819 @item function
16820 Gives the current function name for the selected frame.
16821 The name is demangled if demangling is turned on (@pxref{Print Settings}).
16822 When there is no symbol corresponding to the current program counter
16823 the string @code{??} is displayed.
16824
16825 @item line
16826 Indicates the current line number for the selected frame.
16827 When the current line number is not known the string @code{??} is displayed.
16828
16829 @item pc
16830 Indicates the current program counter address.
16831
16832 @end table
16833
16834 @node TUI Keys
16835 @section TUI Key Bindings
16836 @cindex TUI key bindings
16837
16838 The TUI installs several key bindings in the readline keymaps
16839 (@pxref{Command Line Editing}).
16840 They allow to leave or enter in the TUI mode or they operate
16841 directly on the TUI layout and windows.  The TUI also provides
16842 a @emph{SingleKey} keymap which binds several keys directly to
16843 @value{GDBN} commands.  The following key bindings
16844 are installed for both TUI mode and the @value{GDBN} standard mode.
16845
16846 @table @kbd
16847 @kindex C-x C-a
16848 @item C-x C-a
16849 @kindex C-x a
16850 @itemx C-x a
16851 @kindex C-x A
16852 @itemx C-x A
16853 Enter or leave the TUI mode.  When the TUI mode is left,
16854 the curses window management is left and @value{GDBN} operates using
16855 its standard mode writing on the terminal directly.  When the TUI
16856 mode is entered, the control is given back to the curses windows.
16857 The screen is then refreshed.
16858
16859 @kindex C-x 1
16860 @item C-x 1
16861 Use a TUI layout with only one window.  The layout will
16862 either be @samp{source} or @samp{assembly}.  When the TUI mode
16863 is not active, it will switch to the TUI mode.
16864
16865 Think of this key binding as the Emacs @kbd{C-x 1} binding.
16866
16867 @kindex C-x 2
16868 @item C-x 2
16869 Use a TUI layout with at least two windows.  When the current
16870 layout shows already two windows, a next layout with two windows is used.
16871 When a new layout is chosen, one window will always be common to the
16872 previous layout and the new one.
16873
16874 Think of it as the Emacs @kbd{C-x 2} binding.
16875
16876 @kindex C-x o
16877 @item C-x o
16878 Change the active window.  The TUI associates several key bindings
16879 (like scrolling and arrow keys) to the active window. This command
16880 gives the focus to the next TUI window.
16881
16882 Think of it as the Emacs @kbd{C-x o} binding.
16883
16884 @kindex C-x s
16885 @item C-x s
16886 Use the TUI @emph{SingleKey} keymap that binds single key to gdb commands
16887 (@pxref{TUI Single Key Mode}).
16888
16889 @end table
16890
16891 The following key bindings are handled only by the TUI mode:
16892
16893 @table @key
16894 @kindex PgUp
16895 @item PgUp
16896 Scroll the active window one page up.
16897
16898 @kindex PgDn
16899 @item PgDn
16900 Scroll the active window one page down.
16901
16902 @kindex Up
16903 @item Up
16904 Scroll the active window one line up.
16905
16906 @kindex Down
16907 @item Down
16908 Scroll the active window one line down.
16909
16910 @kindex Left
16911 @item Left
16912 Scroll the active window one column left.
16913
16914 @kindex Right
16915 @item Right
16916 Scroll the active window one column right.
16917
16918 @kindex C-L
16919 @item C-L
16920 Refresh the screen.
16921
16922 @end table
16923
16924 In the TUI mode, the arrow keys are used by the active window
16925 for scrolling.  This means they are available for readline when the
16926 active window is the command window.  When the command window
16927 does not have the focus, it is necessary to use other readline
16928 key bindings such as @kbd{C-p}, @kbd{C-n}, @kbd{C-b} and @kbd{C-f}.
16929
16930 @node TUI Single Key Mode
16931 @section TUI Single Key Mode
16932 @cindex TUI single key mode
16933
16934 The TUI provides a @emph{SingleKey} mode in which it installs a particular
16935 key binding in the readline keymaps to connect single keys to
16936 some gdb commands.
16937
16938 @table @kbd
16939 @kindex c @r{(SingleKey TUI key)}
16940 @item c
16941 continue
16942
16943 @kindex d @r{(SingleKey TUI key)}
16944 @item d
16945 down
16946
16947 @kindex f @r{(SingleKey TUI key)}
16948 @item f
16949 finish
16950
16951 @kindex n @r{(SingleKey TUI key)}
16952 @item n
16953 next
16954
16955 @kindex q @r{(SingleKey TUI key)}
16956 @item q
16957 exit the @emph{SingleKey} mode.
16958
16959 @kindex r @r{(SingleKey TUI key)}
16960 @item r
16961 run
16962
16963 @kindex s @r{(SingleKey TUI key)}
16964 @item s
16965 step
16966
16967 @kindex u @r{(SingleKey TUI key)}
16968 @item u
16969 up
16970
16971 @kindex v @r{(SingleKey TUI key)}
16972 @item v
16973 info locals
16974
16975 @kindex w @r{(SingleKey TUI key)}
16976 @item w
16977 where
16978
16979 @end table
16980
16981 Other keys temporarily switch to the @value{GDBN} command prompt.
16982 The key that was pressed is inserted in the editing buffer so that
16983 it is possible to type most @value{GDBN} commands without interaction
16984 with the TUI @emph{SingleKey} mode.  Once the command is entered the TUI
16985 @emph{SingleKey} mode is restored.  The only way to permanently leave
16986 this mode is by typing @kbd{q} or @kbd{C-x s}.
16987
16988
16989 @node TUI Commands
16990 @section TUI specific commands
16991 @cindex TUI commands
16992
16993 The TUI has specific commands to control the text windows.
16994 These commands are always available, that is they do not depend on
16995 the current terminal mode in which @value{GDBN} runs.  When @value{GDBN}
16996 is in the standard mode, using these commands will automatically switch
16997 in the TUI mode.
16998
16999 @table @code
17000 @item info win
17001 @kindex info win
17002 List and give the size of all displayed windows.
17003
17004 @item layout next
17005 @kindex layout
17006 Display the next layout.
17007
17008 @item layout prev
17009 Display the previous layout.
17010
17011 @item layout src
17012 Display the source window only.
17013
17014 @item layout asm
17015 Display the assembly window only.
17016
17017 @item layout split
17018 Display the source and assembly window.
17019
17020 @item layout regs
17021 Display the register window together with the source or assembly window.
17022
17023 @item focus next | prev | src | asm | regs | split
17024 @kindex focus
17025 Set the focus to the named window.
17026 This command allows to change the active window so that scrolling keys
17027 can be affected to another window.
17028
17029 @item refresh
17030 @kindex refresh
17031 Refresh the screen.  This is similar to typing @kbd{C-L}.
17032
17033 @item tui reg float
17034 @kindex tui reg
17035 Show the floating point registers in the register window.
17036
17037 @item tui reg general
17038 Show the general registers in the register window.
17039
17040 @item tui reg next
17041 Show the next register group.  The list of register groups as well as
17042 their order is target specific.  The predefined register groups are the
17043 following: @code{general}, @code{float}, @code{system}, @code{vector},
17044 @code{all}, @code{save}, @code{restore}.
17045
17046 @item tui reg system
17047 Show the system registers in the register window.
17048
17049 @item update
17050 @kindex update
17051 Update the source window and the current execution point.
17052
17053 @item winheight @var{name} +@var{count}
17054 @itemx winheight @var{name} -@var{count}
17055 @kindex winheight
17056 Change the height of the window @var{name} by @var{count}
17057 lines.  Positive counts increase the height, while negative counts
17058 decrease it.
17059
17060 @item tabset
17061 @kindex tabset @var{nchars}
17062 Set the width of tab stops to be @var{nchars} characters.
17063
17064 @end table
17065
17066 @node TUI Configuration
17067 @section TUI configuration variables
17068 @cindex TUI configuration variables
17069
17070 The TUI has several configuration variables that control the
17071 appearance of windows on the terminal.
17072
17073 @table @code
17074 @item set tui border-kind @var{kind}
17075 @kindex set tui border-kind
17076 Select the border appearance for the source, assembly and register windows.
17077 The possible values are the following:
17078 @table @code
17079 @item space
17080 Use a space character to draw the border.
17081
17082 @item ascii
17083 Use ascii characters + - and | to draw the border.
17084
17085 @item acs
17086 Use the Alternate Character Set to draw the border.  The border is
17087 drawn using character line graphics if the terminal supports them.
17088
17089 @end table
17090
17091 @item set tui active-border-mode @var{mode}
17092 @kindex set tui active-border-mode
17093 Select the attributes to display the border of the active window.
17094 The possible values are @code{normal}, @code{standout}, @code{reverse},
17095 @code{half}, @code{half-standout}, @code{bold} and @code{bold-standout}.
17096
17097 @item set tui border-mode @var{mode}
17098 @kindex set tui border-mode
17099 Select the attributes to display the border of other windows.
17100 The @var{mode} can be one of the following:
17101 @table @code
17102 @item normal
17103 Use normal attributes to display the border.
17104
17105 @item standout
17106 Use standout mode.
17107
17108 @item reverse
17109 Use reverse video mode.
17110
17111 @item half
17112 Use half bright mode.
17113
17114 @item half-standout
17115 Use half bright and standout mode.
17116
17117 @item bold
17118 Use extra bright or bold mode.
17119
17120 @item bold-standout
17121 Use extra bright or bold and standout mode.
17122
17123 @end table
17124
17125 @end table
17126
17127 @node Emacs
17128 @chapter Using @value{GDBN} under @sc{gnu} Emacs
17129
17130 @cindex Emacs
17131 @cindex @sc{gnu} Emacs
17132 A special interface allows you to use @sc{gnu} Emacs to view (and
17133 edit) the source files for the program you are debugging with
17134 @value{GDBN}.
17135
17136 To use this interface, use the command @kbd{M-x gdb} in Emacs.  Give the
17137 executable file you want to debug as an argument.  This command starts
17138 @value{GDBN} as a subprocess of Emacs, with input and output through a newly
17139 created Emacs buffer.
17140 @c (Do not use the @code{-tui} option to run @value{GDBN} from Emacs.)
17141
17142 Using @value{GDBN} under Emacs is just like using @value{GDBN} normally except for two
17143 things:
17144
17145 @itemize @bullet
17146 @item
17147 All ``terminal'' input and output goes through the Emacs buffer.
17148 @end itemize
17149
17150 This applies both to @value{GDBN} commands and their output, and to the input
17151 and output done by the program you are debugging.
17152
17153 This is useful because it means that you can copy the text of previous
17154 commands and input them again; you can even use parts of the output
17155 in this way.
17156
17157 All the facilities of Emacs' Shell mode are available for interacting
17158 with your program.  In particular, you can send signals the usual
17159 way---for example, @kbd{C-c C-c} for an interrupt, @kbd{C-c C-z} for a
17160 stop.
17161
17162 @itemize @bullet
17163 @item
17164 @value{GDBN} displays source code through Emacs.
17165 @end itemize
17166
17167 Each time @value{GDBN} displays a stack frame, Emacs automatically finds the
17168 source file for that frame and puts an arrow (@samp{=>}) at the
17169 left margin of the current line.  Emacs uses a separate buffer for
17170 source display, and splits the screen to show both your @value{GDBN} session
17171 and the source.
17172
17173 Explicit @value{GDBN} @code{list} or search commands still produce output as
17174 usual, but you probably have no reason to use them from Emacs.
17175
17176 If you specify an absolute file name when prompted for the @kbd{M-x
17177 gdb} argument, then Emacs sets your current working directory to where
17178 your program resides.  If you only specify the file name, then Emacs
17179 sets your current working directory to to the directory associated
17180 with the previous buffer.  In this case, @value{GDBN} may find your
17181 program by searching your environment's @code{PATH} variable, but on
17182 some operating systems it might not find the source.  So, although the
17183 @value{GDBN} input and output session proceeds normally, the auxiliary
17184 buffer does not display the current source and line of execution.
17185
17186 The initial working directory of @value{GDBN} is printed on the top
17187 line of the @value{GDBN} I/O buffer and this serves as a default for
17188 the commands that specify files for @value{GDBN} to operate
17189 on.  @xref{Files, ,Commands to specify files}.
17190
17191 By default, @kbd{M-x gdb} calls the program called @file{gdb}.  If you
17192 need to call @value{GDBN} by a different name (for example, if you
17193 keep several configurations around, with different names) you can
17194 customize the Emacs variable @code{gud-gdb-command-name} to run the
17195 one you want.
17196
17197 In the @value{GDBN} I/O buffer, you can use these special Emacs commands in
17198 addition to the standard Shell mode commands:
17199
17200 @table @kbd
17201 @item C-h m
17202 Describe the features of Emacs' @value{GDBN} Mode.
17203
17204 @item C-c C-s
17205 Execute to another source line, like the @value{GDBN} @code{step} command; also
17206 update the display window to show the current file and location.
17207
17208 @item C-c C-n
17209 Execute to next source line in this function, skipping all function
17210 calls, like the @value{GDBN} @code{next} command.  Then update the display window
17211 to show the current file and location.
17212
17213 @item C-c C-i
17214 Execute one instruction, like the @value{GDBN} @code{stepi} command; update
17215 display window accordingly.
17216
17217 @item C-c C-f
17218 Execute until exit from the selected stack frame, like the @value{GDBN}
17219 @code{finish} command.
17220
17221 @item C-c C-r
17222 Continue execution of your program, like the @value{GDBN} @code{continue}
17223 command.
17224
17225 @item C-c <
17226 Go up the number of frames indicated by the numeric argument
17227 (@pxref{Arguments, , Numeric Arguments, Emacs, The @sc{gnu} Emacs Manual}),
17228 like the @value{GDBN} @code{up} command.
17229
17230 @item C-c >
17231 Go down the number of frames indicated by the numeric argument, like the
17232 @value{GDBN} @code{down} command.
17233 @end table
17234
17235 In any source file, the Emacs command @kbd{C-x @key{SPC}} (@code{gud-break})
17236 tells @value{GDBN} to set a breakpoint on the source line point is on.
17237
17238 If you type @kbd{M-x speedbar}, then Emacs displays a separate frame which
17239 shows a backtrace when the @value{GDBN} I/O buffer is current.  Move
17240 point to any frame in the stack and type @key{RET} to make it become the
17241 current frame and display the associated source in the source buffer.
17242 Alternatively, click @kbd{Mouse-2} to make the selected frame become the
17243 current one.
17244
17245 If you accidentally delete the source-display buffer, an easy way to get
17246 it back is to type the command @code{f} in the @value{GDBN} buffer, to
17247 request a frame display; when you run under Emacs, this recreates
17248 the source buffer if necessary to show you the context of the current
17249 frame.
17250
17251 The source files displayed in Emacs are in ordinary Emacs buffers
17252 which are visiting the source files in the usual way.  You can edit
17253 the files with these buffers if you wish; but keep in mind that @value{GDBN}
17254 communicates with Emacs in terms of line numbers.  If you add or
17255 delete lines from the text, the line numbers that @value{GDBN} knows cease
17256 to correspond properly with the code.
17257
17258 The description given here is for GNU Emacs version 21.3 and a more
17259 detailed description of its interaction with @value{GDBN} is given in
17260 the Emacs manual (@pxref{Debuggers,,, Emacs, The @sc{gnu} Emacs Manual}).
17261
17262 @c The following dropped because Epoch is nonstandard.  Reactivate
17263 @c if/when v19 does something similar. ---doc@cygnus.com 19dec1990
17264 @ignore
17265 @kindex Emacs Epoch environment
17266 @kindex Epoch
17267 @kindex inspect
17268
17269 Version 18 of @sc{gnu} Emacs has a built-in window system
17270 called the @code{epoch}
17271 environment.  Users of this environment can use a new command,
17272 @code{inspect} which performs identically to @code{print} except that
17273 each value is printed in its own window.
17274 @end ignore
17275
17276
17277 @node GDB/MI
17278 @chapter The @sc{gdb/mi} Interface
17279
17280 @unnumberedsec Function and Purpose
17281
17282 @cindex @sc{gdb/mi}, its purpose
17283 @sc{gdb/mi} is a line based machine oriented text interface to
17284 @value{GDBN} and is activated by specifying using the
17285 @option{--interpreter} command line option (@pxref{Mode Options}).  It
17286 is specifically intended to support the development of systems which
17287 use the debugger as just one small component of a larger system.
17288
17289 This chapter is a specification of the @sc{gdb/mi} interface.  It is written
17290 in the form of a reference manual.
17291
17292 Note that @sc{gdb/mi} is still under construction, so some of the
17293 features described below are incomplete and subject to change
17294 (@pxref{GDB/MI Development and Front Ends, , @sc{gdb/mi} Development and Front Ends}).  
17295
17296 @unnumberedsec Notation and Terminology
17297
17298 @cindex notational conventions, for @sc{gdb/mi}
17299 This chapter uses the following notation:
17300
17301 @itemize @bullet
17302 @item
17303 @code{|} separates two alternatives.
17304
17305 @item
17306 @code{[ @var{something} ]} indicates that @var{something} is optional:
17307 it may or may not be given.
17308
17309 @item
17310 @code{( @var{group} )*} means that @var{group} inside the parentheses
17311 may repeat zero or more times.
17312
17313 @item
17314 @code{( @var{group} )+} means that @var{group} inside the parentheses
17315 may repeat one or more times.
17316
17317 @item
17318 @code{"@var{string}"} means a literal @var{string}.
17319 @end itemize
17320
17321 @ignore
17322 @heading Dependencies
17323 @end ignore
17324
17325 @menu
17326 * GDB/MI Command Syntax::
17327 * GDB/MI Compatibility with CLI::
17328 * GDB/MI Development and Front Ends::
17329 * GDB/MI Output Records::
17330 * GDB/MI Simple Examples::
17331 * GDB/MI Command Description Format::
17332 * GDB/MI Breakpoint Commands::
17333 * GDB/MI Program Context::
17334 * GDB/MI Thread Commands::
17335 * GDB/MI Program Execution::
17336 * GDB/MI Stack Manipulation::
17337 * GDB/MI Variable Objects::
17338 * GDB/MI Data Manipulation::
17339 * GDB/MI Tracepoint Commands::
17340 * GDB/MI Symbol Query::
17341 * GDB/MI File Commands::
17342 @ignore
17343 * GDB/MI Kod Commands::
17344 * GDB/MI Memory Overlay Commands::
17345 * GDB/MI Signal Handling Commands::
17346 @end ignore
17347 * GDB/MI Target Manipulation::
17348 * GDB/MI Miscellaneous Commands::
17349 @end menu
17350
17351 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17352 @node GDB/MI Command Syntax
17353 @section @sc{gdb/mi} Command Syntax
17354
17355 @menu
17356 * GDB/MI Input Syntax::
17357 * GDB/MI Output Syntax::
17358 @end menu
17359
17360 @node GDB/MI Input Syntax
17361 @subsection @sc{gdb/mi} Input Syntax
17362
17363 @cindex input syntax for @sc{gdb/mi}
17364 @cindex @sc{gdb/mi}, input syntax
17365 @table @code
17366 @item @var{command} @expansion{}
17367 @code{@var{cli-command} | @var{mi-command}}
17368
17369 @item @var{cli-command} @expansion{}
17370 @code{[ @var{token} ] @var{cli-command} @var{nl}}, where
17371 @var{cli-command} is any existing @value{GDBN} CLI command.
17372
17373 @item @var{mi-command} @expansion{}
17374 @code{[ @var{token} ] "-" @var{operation} ( " " @var{option} )*
17375 @code{[} " --" @code{]} ( " " @var{parameter} )* @var{nl}}
17376
17377 @item @var{token} @expansion{}
17378 "any sequence of digits"
17379
17380 @item @var{option} @expansion{}
17381 @code{"-" @var{parameter} [ " " @var{parameter} ]}
17382
17383 @item @var{parameter} @expansion{}
17384 @code{@var{non-blank-sequence} | @var{c-string}}
17385
17386 @item @var{operation} @expansion{}
17387 @emph{any of the operations described in this chapter}
17388
17389 @item @var{non-blank-sequence} @expansion{}
17390 @emph{anything, provided it doesn't contain special characters such as
17391 "-", @var{nl}, """ and of course " "}
17392
17393 @item @var{c-string} @expansion{}
17394 @code{""" @var{seven-bit-iso-c-string-content} """}
17395
17396 @item @var{nl} @expansion{}
17397 @code{CR | CR-LF}
17398 @end table
17399
17400 @noindent
17401 Notes:
17402
17403 @itemize @bullet
17404 @item
17405 The CLI commands are still handled by the @sc{mi} interpreter; their
17406 output is described below.
17407
17408 @item
17409 The @code{@var{token}}, when present, is passed back when the command
17410 finishes.
17411
17412 @item
17413 Some @sc{mi} commands accept optional arguments as part of the parameter
17414 list.  Each option is identified by a leading @samp{-} (dash) and may be
17415 followed by an optional argument parameter.  Options occur first in the
17416 parameter list and can be delimited from normal parameters using
17417 @samp{--} (this is useful when some parameters begin with a dash).
17418 @end itemize
17419
17420 Pragmatics:
17421
17422 @itemize @bullet
17423 @item
17424 We want easy access to the existing CLI syntax (for debugging).
17425
17426 @item
17427 We want it to be easy to spot a @sc{mi} operation.
17428 @end itemize
17429
17430 @node GDB/MI Output Syntax
17431 @subsection @sc{gdb/mi} Output Syntax
17432
17433 @cindex output syntax of @sc{gdb/mi}
17434 @cindex @sc{gdb/mi}, output syntax
17435 The output from @sc{gdb/mi} consists of zero or more out-of-band records
17436 followed, optionally, by a single result record.  This result record
17437 is for the most recent command.  The sequence of output records is
17438 terminated by @samp{(gdb)}.
17439
17440 If an input command was prefixed with a @code{@var{token}} then the
17441 corresponding output for that command will also be prefixed by that same
17442 @var{token}.
17443
17444 @table @code
17445 @item @var{output} @expansion{}
17446 @code{( @var{out-of-band-record} )* [ @var{result-record} ] "(gdb)" @var{nl}}
17447
17448 @item @var{result-record} @expansion{}
17449 @code{ [ @var{token} ] "^" @var{result-class} ( "," @var{result} )* @var{nl}}
17450
17451 @item @var{out-of-band-record} @expansion{}
17452 @code{@var{async-record} | @var{stream-record}}
17453
17454 @item @var{async-record} @expansion{}
17455 @code{@var{exec-async-output} | @var{status-async-output} | @var{notify-async-output}}
17456
17457 @item @var{exec-async-output} @expansion{}
17458 @code{[ @var{token} ] "*" @var{async-output}}
17459
17460 @item @var{status-async-output} @expansion{}
17461 @code{[ @var{token} ] "+" @var{async-output}}
17462
17463 @item @var{notify-async-output} @expansion{}
17464 @code{[ @var{token} ] "=" @var{async-output}}
17465
17466 @item @var{async-output} @expansion{}
17467 @code{@var{async-class} ( "," @var{result} )* @var{nl}}
17468
17469 @item @var{result-class} @expansion{}
17470 @code{"done" | "running" | "connected" | "error" | "exit"}
17471
17472 @item @var{async-class} @expansion{}
17473 @code{"stopped" | @var{others}} (where @var{others} will be added
17474 depending on the needs---this is still in development).
17475
17476 @item @var{result} @expansion{}
17477 @code{ @var{variable} "=" @var{value}}
17478
17479 @item @var{variable} @expansion{}
17480 @code{ @var{string} }
17481
17482 @item @var{value} @expansion{}
17483 @code{ @var{const} | @var{tuple} | @var{list} }
17484
17485 @item @var{const} @expansion{}
17486 @code{@var{c-string}}
17487
17488 @item @var{tuple} @expansion{}
17489 @code{ "@{@}" | "@{" @var{result} ( "," @var{result} )* "@}" }
17490
17491 @item @var{list} @expansion{}
17492 @code{ "[]" | "[" @var{value} ( "," @var{value} )* "]" | "["
17493 @var{result} ( "," @var{result} )* "]" }
17494
17495 @item @var{stream-record} @expansion{}
17496 @code{@var{console-stream-output} | @var{target-stream-output} | @var{log-stream-output}}
17497
17498 @item @var{console-stream-output} @expansion{}
17499 @code{"~" @var{c-string}}
17500
17501 @item @var{target-stream-output} @expansion{}
17502 @code{"@@" @var{c-string}}
17503
17504 @item @var{log-stream-output} @expansion{}
17505 @code{"&" @var{c-string}}
17506
17507 @item @var{nl} @expansion{}
17508 @code{CR | CR-LF}
17509
17510 @item @var{token} @expansion{}
17511 @emph{any sequence of digits}.
17512 @end table
17513
17514 @noindent
17515 Notes:
17516
17517 @itemize @bullet
17518 @item
17519 All output sequences end in a single line containing a period.
17520
17521 @item
17522 The @code{@var{token}} is from the corresponding request.  If an execution
17523 command is interrupted by the @samp{-exec-interrupt} command, the
17524 @var{token} associated with the @samp{*stopped} message is the one of the
17525 original execution command, not the one of the interrupt command.
17526
17527 @item
17528 @cindex status output in @sc{gdb/mi}
17529 @var{status-async-output} contains on-going status information about the
17530 progress of a slow operation.  It can be discarded.  All status output is
17531 prefixed by @samp{+}.
17532
17533 @item
17534 @cindex async output in @sc{gdb/mi}
17535 @var{exec-async-output} contains asynchronous state change on the target
17536 (stopped, started, disappeared).  All async output is prefixed by
17537 @samp{*}.
17538
17539 @item
17540 @cindex notify output in @sc{gdb/mi}
17541 @var{notify-async-output} contains supplementary information that the
17542 client should handle (e.g., a new breakpoint information).  All notify
17543 output is prefixed by @samp{=}.
17544
17545 @item
17546 @cindex console output in @sc{gdb/mi}
17547 @var{console-stream-output} is output that should be displayed as is in the
17548 console.  It is the textual response to a CLI command.  All the console
17549 output is prefixed by @samp{~}.
17550
17551 @item
17552 @cindex target output in @sc{gdb/mi}
17553 @var{target-stream-output} is the output produced by the target program.
17554 All the target output is prefixed by @samp{@@}.
17555
17556 @item
17557 @cindex log output in @sc{gdb/mi}
17558 @var{log-stream-output} is output text coming from @value{GDBN}'s internals, for
17559 instance messages that should be displayed as part of an error log.  All
17560 the log output is prefixed by @samp{&}.
17561
17562 @item
17563 @cindex list output in @sc{gdb/mi}
17564 New @sc{gdb/mi} commands should only output @var{lists} containing
17565 @var{values}.
17566
17567
17568 @end itemize
17569
17570 @xref{GDB/MI Stream Records, , @sc{gdb/mi} Stream Records}, for more
17571 details about the various output records.
17572
17573 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17574 @node GDB/MI Compatibility with CLI
17575 @section @sc{gdb/mi} Compatibility with CLI
17576
17577 @cindex compatibility, @sc{gdb/mi} and CLI
17578 @cindex @sc{gdb/mi}, compatibility with CLI
17579
17580 For the developers convenience CLI commands can be entered directly,
17581 but there may be some unexpected behaviour.  For example, commands
17582 that query the user will behave as if the user replied yes, breakpoint
17583 command lists are not executed and some CLI commands, such as
17584 @code{if}, @code{when} and @code{define}, prompt for further input with
17585 @samp{>}, which is not valid MI output.
17586
17587 This feature may be removed at some stage in the future and it is
17588 recommended that front ends use the @code{-interpreter-exec} command
17589 (@pxref{-interpreter-exec}).
17590
17591 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17592 @node GDB/MI Development and Front Ends
17593 @section @sc{gdb/mi} Development and Front Ends
17594 @cindex @sc{gdb/mi} development
17595
17596 The application which takes the MI output and presents the state of the
17597 program being debugged to the user is called a @dfn{front end}.
17598
17599 Although @sc{gdb/mi} is still incomplete, it is currently being used
17600 by a variety of front ends to @value{GDBN}.  This makes it difficult
17601 to introduce new functionality without breaking existing usage.  This
17602 section tries to minimize the problems by describing how the protocol
17603 might change.
17604
17605 Some changes in MI need not break a carefully designed front end, and
17606 for these the MI version will remain unchanged.  The following is a
17607 list of changes that may occur within one level, so front ends should
17608 parse MI output in a way that can handle them:
17609
17610 @itemize @bullet
17611 @item
17612 New MI commands may be added.
17613
17614 @item
17615 New fields may be added to the output of any MI command.
17616
17617 @c The format of field's content e.g type prefix, may change so parse it
17618 @c   at your own risk.  Yes, in general?
17619
17620 @c The order of fields may change?  Shouldn't really matter but it might
17621 @c resolve inconsistencies.
17622 @end itemize
17623
17624 If the changes are likely to break front ends, the MI version level
17625 will be increased by one.  This will allow the front end to parse the
17626 output according to the MI version.  Apart from mi0, new versions of
17627 @value{GDBN} will not support old versions of MI and it will be the
17628 responsibility of the front end to work with the new one.
17629
17630 @c Starting with mi3, add a new command -mi-version that prints the MI
17631 @c version?
17632
17633 The best way to avoid unexpected changes in MI that might break your front
17634 end is to make your project known to @value{GDBN} developers and
17635 follow development on @email{gdb@@sourceware.org} and
17636 @email{gdb-patches@@sourceware.org}.  There is also the mailing list
17637 @email{dmi-discuss@@lists.freestandards.org}, hosted by the Free Standards
17638 Group, which has the aim of creating a a more general MI protocol
17639 called Debugger Machine Interface (DMI) that will become a standard
17640 for all debuggers, not just @value{GDBN}.
17641 @cindex mailing lists
17642
17643 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17644 @node GDB/MI Output Records
17645 @section @sc{gdb/mi} Output Records
17646
17647 @menu
17648 * GDB/MI Result Records::
17649 * GDB/MI Stream Records::
17650 * GDB/MI Out-of-band Records::
17651 @end menu
17652
17653 @node GDB/MI Result Records
17654 @subsection @sc{gdb/mi} Result Records
17655
17656 @cindex result records in @sc{gdb/mi}
17657 @cindex @sc{gdb/mi}, result records
17658 In addition to a number of out-of-band notifications, the response to a
17659 @sc{gdb/mi} command includes one of the following result indications:
17660
17661 @table @code
17662 @findex ^done
17663 @item "^done" [ "," @var{results} ]
17664 The synchronous operation was successful, @code{@var{results}} are the return
17665 values.
17666
17667 @item "^running"
17668 @findex ^running
17669 @c Is this one correct?  Should it be an out-of-band notification?
17670 The asynchronous operation was successfully started.  The target is
17671 running.
17672
17673 @item "^connected"
17674 @findex ^connected
17675 GDB has connected to a remote target.
17676
17677 @item "^error" "," @var{c-string}
17678 @findex ^error
17679 The operation failed.  The @code{@var{c-string}} contains the corresponding
17680 error message.
17681
17682 @item "^exit"
17683 @findex ^exit
17684 GDB has terminated.
17685
17686 @end table
17687
17688 @node GDB/MI Stream Records
17689 @subsection @sc{gdb/mi} Stream Records
17690
17691 @cindex @sc{gdb/mi}, stream records
17692 @cindex stream records in @sc{gdb/mi}
17693 @value{GDBN} internally maintains a number of output streams: the console, the
17694 target, and the log.  The output intended for each of these streams is
17695 funneled through the @sc{gdb/mi} interface using @dfn{stream records}.
17696
17697 Each stream record begins with a unique @dfn{prefix character} which
17698 identifies its stream (@pxref{GDB/MI Output Syntax, , @sc{gdb/mi} Output
17699 Syntax}).  In addition to the prefix, each stream record contains a
17700 @code{@var{string-output}}.  This is either raw text (with an implicit new
17701 line) or a quoted C string (which does not contain an implicit newline).
17702
17703 @table @code
17704 @item "~" @var{string-output}
17705 The console output stream contains text that should be displayed in the
17706 CLI console window.  It contains the textual responses to CLI commands.
17707
17708 @item "@@" @var{string-output}
17709 The target output stream contains any textual output from the running
17710 target.  This is only present when GDB's event loop is truly
17711 asynchronous, which is currently only the case for remote targets.
17712
17713 @item "&" @var{string-output}
17714 The log stream contains debugging messages being produced by @value{GDBN}'s
17715 internals.
17716 @end table
17717
17718 @node GDB/MI Out-of-band Records
17719 @subsection @sc{gdb/mi} Out-of-band Records
17720
17721 @cindex out-of-band records in @sc{gdb/mi}
17722 @cindex @sc{gdb/mi}, out-of-band records
17723 @dfn{Out-of-band} records are used to notify the @sc{gdb/mi} client of
17724 additional changes that have occurred.  Those changes can either be a
17725 consequence of @sc{gdb/mi} (e.g., a breakpoint modified) or a result of
17726 target activity (e.g., target stopped).
17727
17728 The following is a preliminary list of possible out-of-band records.
17729 In particular, the @var{exec-async-output} records.
17730
17731 @table @code
17732 @item *stopped,reason="@var{reason}"
17733 @end table
17734
17735 @var{reason} can be one of the following:
17736
17737 @table @code
17738 @item breakpoint-hit
17739 A breakpoint was reached.
17740 @item watchpoint-trigger
17741 A watchpoint was triggered.
17742 @item read-watchpoint-trigger
17743 A read watchpoint was triggered.
17744 @item access-watchpoint-trigger 
17745 An access watchpoint was triggered.
17746 @item function-finished
17747 An -exec-finish or similar CLI command was accomplished.
17748 @item location-reached
17749 An -exec-until or similar CLI command was accomplished.
17750 @item watchpoint-scope
17751 A watchpoint has gone out of scope.
17752 @item end-stepping-range
17753 An -exec-next, -exec-next-instruction, -exec-step, -exec-step-instruction or 
17754 similar CLI command was accomplished.
17755 @item exited-signalled 
17756 The inferior exited because of a signal.
17757 @item exited 
17758 The inferior exited.
17759 @item exited-normally 
17760 The inferior exited normally.
17761 @item signal-received 
17762 A signal was received by the inferior.
17763 @end table
17764
17765
17766 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17767 @node GDB/MI Simple Examples
17768 @section Simple Examples of @sc{gdb/mi} Interaction
17769 @cindex @sc{gdb/mi}, simple examples
17770
17771 This subsection presents several simple examples of interaction using
17772 the @sc{gdb/mi} interface.  In these examples, @samp{->} means that the
17773 following line is passed to @sc{gdb/mi} as input, while @samp{<-} means
17774 the output received from @sc{gdb/mi}.
17775
17776 Note the the line breaks shown in the examples are here only for
17777 readability, they don't appear in the real output.
17778
17779 @subheading Setting a breakpoint
17780
17781 Setting a breakpoint generates synchronous output which contains detailed
17782 information of the breakpoint.
17783
17784 @smallexample
17785 -> -break-insert main
17786 <- ^done,bkpt=@{number="1",type="breakpoint",disp="keep",
17787     enabled="y",addr="0x08048564",func="main",file="myprog.c",
17788     fullname="/home/nickrob/myprog.c",line="68",times="0"@}
17789 <- (gdb)
17790 @end smallexample
17791
17792 @subheading Program Execution
17793
17794 Program execution generates asynchronous records and MI gives the
17795 reason that execution stopped.
17796
17797 @smallexample
17798 -> -exec-run
17799 <- ^running
17800 <- (gdb)
17801 <- *stopped,reason="breakpoint-hit",bkptno="1",thread-id="0",
17802    frame=@{addr="0x08048564",func="main",
17803    args=[@{name="argc",value="1"@},@{name="argv",value="0xbfc4d4d4"@}],
17804    file="myprog.c",fullname="/home/nickrob/myprog.c",line="68"@}
17805 <- (gdb)
17806 -> -exec-continue
17807 <- ^running
17808 <- (gdb)
17809 <- *stopped,reason="exited-normally"
17810 <- (gdb)
17811 @end smallexample
17812
17813 @subheading Quitting GDB
17814
17815 Quitting GDB just prints the result class @samp{^exit}.
17816
17817 @smallexample
17818 -> (gdb)
17819 <- -gdb-exit
17820 <- ^exit
17821 @end smallexample
17822
17823 @subheading A Bad Command
17824
17825 Here's what happens if you pass a non-existent command:
17826
17827 @smallexample
17828 -> -rubbish
17829 <- ^error,msg="Undefined MI command: rubbish"
17830 <- (gdb)
17831 @end smallexample
17832
17833
17834 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17835 @node GDB/MI Command Description Format
17836 @section @sc{gdb/mi} Command Description Format
17837
17838 The remaining sections describe blocks of commands.  Each block of
17839 commands is laid out in a fashion similar to this section.
17840
17841 @subheading Motivation
17842
17843 The motivation for this collection of commands.
17844
17845 @subheading Introduction
17846
17847 A brief introduction to this collection of commands as a whole.
17848
17849 @subheading Commands
17850
17851 For each command in the block, the following is described:
17852
17853 @subsubheading Synopsis
17854
17855 @smallexample
17856  -command @var{args}@dots{}
17857 @end smallexample
17858
17859 @subsubheading Result
17860
17861 @subsubheading @value{GDBN} Command
17862
17863 The corresponding @value{GDBN} CLI command(s), if any.
17864
17865 @subsubheading Example
17866
17867 Example(s) formatted for readability.  Some of the described commands  have
17868 not been implemented yet and these are labeled N.A.@: (not available).
17869
17870
17871 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17872 @node GDB/MI Breakpoint Commands
17873 @section @sc{gdb/mi} Breakpoint Commands
17874
17875 @cindex breakpoint commands for @sc{gdb/mi}
17876 @cindex @sc{gdb/mi}, breakpoint commands
17877 This section documents @sc{gdb/mi} commands for manipulating
17878 breakpoints.
17879
17880 @subheading The @code{-break-after} Command
17881 @findex -break-after
17882
17883 @subsubheading Synopsis
17884
17885 @smallexample
17886  -break-after @var{number} @var{count}
17887 @end smallexample
17888
17889 The breakpoint number @var{number} is not in effect until it has been
17890 hit @var{count} times.  To see how this is reflected in the output of
17891 the @samp{-break-list} command, see the description of the
17892 @samp{-break-list} command below.
17893
17894 @subsubheading @value{GDBN} Command
17895
17896 The corresponding @value{GDBN} command is @samp{ignore}.
17897
17898 @subsubheading Example
17899
17900 @smallexample
17901 (gdb)
17902 -break-insert main
17903 ^done,bkpt=@{number="1",addr="0x000100d0",file="hello.c",
17904 fullname="/home/foo/hello.c",line="5",times="0"@}
17905 (gdb)
17906 -break-after 1 3
17907 ~
17908 ^done
17909 (gdb)
17910 -break-list
17911 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
17912 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17913 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17914 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17915 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17916 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17917 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17918 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17919 addr="0x000100d0",func="main",file="hello.c",fullname="/home/foo/hello.c",
17920 line="5",times="0",ignore="3"@}]@}
17921 (gdb)
17922 @end smallexample
17923
17924 @ignore
17925 @subheading The @code{-break-catch} Command
17926 @findex -break-catch
17927
17928 @subheading The @code{-break-commands} Command
17929 @findex -break-commands
17930 @end ignore
17931
17932
17933 @subheading The @code{-break-condition} Command
17934 @findex -break-condition
17935
17936 @subsubheading Synopsis
17937
17938 @smallexample
17939  -break-condition @var{number} @var{expr}
17940 @end smallexample
17941
17942 Breakpoint @var{number} will stop the program only if the condition in
17943 @var{expr} is true.  The condition becomes part of the
17944 @samp{-break-list} output (see the description of the @samp{-break-list}
17945 command below).
17946
17947 @subsubheading @value{GDBN} Command
17948
17949 The corresponding @value{GDBN} command is @samp{condition}.
17950
17951 @subsubheading Example
17952
17953 @smallexample
17954 (gdb)
17955 -break-condition 1 1
17956 ^done
17957 (gdb)
17958 -break-list
17959 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
17960 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17961 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17962 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17963 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17964 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17965 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17966 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17967 addr="0x000100d0",func="main",file="hello.c",fullname="/home/foo/hello.c",
17968 line="5",cond="1",times="0",ignore="3"@}]@}
17969 (gdb)
17970 @end smallexample
17971
17972 @subheading The @code{-break-delete} Command
17973 @findex -break-delete
17974
17975 @subsubheading Synopsis
17976
17977 @smallexample
17978  -break-delete ( @var{breakpoint} )+
17979 @end smallexample
17980
17981 Delete the breakpoint(s) whose number(s) are specified in the argument
17982 list.  This is obviously reflected in the breakpoint list.
17983
17984 @subsubheading @value{GDBN} command
17985
17986 The corresponding @value{GDBN} command is @samp{delete}.
17987
17988 @subsubheading Example
17989
17990 @smallexample
17991 (gdb)
17992 -break-delete 1
17993 ^done
17994 (gdb)
17995 -break-list
17996 ^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
17997 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17998 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17999 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
18000 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
18001 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
18002 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
18003 body=[]@}
18004 (gdb)
18005 @end smallexample
18006
18007 @subheading The @code{-break-disable} Command
18008 @findex -break-disable
18009
18010 @subsubheading Synopsis
18011
18012 @smallexample
18013  -break-disable ( @var{breakpoint} )+
18014 @end smallexample
18015
18016 Disable the named @var{breakpoint}(s).  The field @samp{enabled} in the
18017 break list is now set to @samp{n} for the named @var{breakpoint}(s).
18018
18019 @subsubheading @value{GDBN} Command
18020
18021 The corresponding @value{GDBN} command is @samp{disable}.
18022
18023 @subsubheading Example
18024
18025 @smallexample
18026 (gdb)
18027 -break-disable 2
18028 ^done
18029 (gdb)
18030 -break-list
18031 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
18032 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
18033 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
18034 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
18035 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
18036 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
18037 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
18038 body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="n",
18039 addr="0x000100d0",func="main",file="hello.c",fullname="/home/foo/hello.c",
18040 line="5",times="0"@}]@}
18041 (gdb)
18042 @end smallexample
18043
18044 @subheading The @code{-break-enable} Command
18045 @findex -break-enable
18046
18047 @subsubheading Synopsis
18048
18049 @smallexample
18050  -break-enable ( @var{breakpoint} )+
18051 @end smallexample
18052
18053 Enable (previously disabled) @var{breakpoint}(s).
18054
18055 @subsubheading @value{GDBN} Command
18056
18057 The corresponding @value{GDBN} command is @samp{enable}.
18058
18059 @subsubheading Example
18060
18061 @smallexample
18062 (gdb)
18063 -break-enable 2
18064 ^done
18065 (gdb)
18066 -break-list
18067 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
18068 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
18069 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
18070 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
18071 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
18072 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
18073 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
18074 body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
18075 addr="0x000100d0",func="main",file="hello.c",fullname="/home/foo/hello.c",
18076 line="5",times="0"@}]@}
18077 (gdb)
18078 @end smallexample
18079
18080 @subheading The @code{-break-info} Command
18081 @findex -break-info
18082
18083 @subsubheading Synopsis
18084
18085 @smallexample
18086  -break-info @var{breakpoint}
18087 @end smallexample
18088
18089 @c REDUNDANT???
18090 Get information about a single breakpoint.
18091
18092 @subsubheading @value{GDBN} command
18093
18094 The corresponding @value{GDBN} command is @samp{info break @var{breakpoint}}.
18095
18096 @subsubheading Example
18097 N.A.
18098
18099 @subheading The @code{-break-insert} Command
18100 @findex -break-insert
18101
18102 @subsubheading Synopsis
18103
18104 @smallexample
18105  -break-insert [ -t ] [ -h ] [ -r ]
18106     [ -c @var{condition} ] [ -i @var{ignore-count} ]
18107     [ -p @var{thread} ] [ @var{line} | @var{addr} ]
18108 @end smallexample
18109
18110 @noindent
18111 If specified, @var{line}, can be one of:
18112
18113 @itemize @bullet
18114 @item function
18115 @c @item +offset
18116 @c @item -offset
18117 @c @item linenum
18118 @item filename:linenum
18119 @item filename:function
18120 @item *address
18121 @end itemize
18122
18123 The possible optional parameters of this command are:
18124
18125 @table @samp
18126 @item -t
18127 Insert a temporary breakpoint.
18128 @item -h
18129 Insert a hardware breakpoint.
18130 @item -c @var{condition}
18131 Make the breakpoint conditional on @var{condition}.
18132 @item -i @var{ignore-count}
18133 Initialize the @var{ignore-count}.
18134 @item -r
18135 Insert a regular breakpoint in all the functions whose names match the
18136 given regular expression.  Other flags are not applicable to regular
18137 expresson.
18138 @end table
18139
18140 @subsubheading Result
18141
18142 The result is in the form:
18143
18144 @smallexample
18145 ^done,bkpt=@{number="@var{number}",type="@var{type}",disp="del"|"keep",
18146 enabled="y"|"n",addr="@var{hex}",func="@var{funcname}",file="@var{filename}",
18147 fullname="@var{full_filename}",line="@var{lineno}",[thread="@var{threadno},]
18148 times="@var{times}"@}
18149 @end smallexample
18150
18151 @noindent
18152 where @var{number} is the @value{GDBN} number for this breakpoint,
18153 @var{funcname} is the name of the function where the breakpoint was
18154 inserted, @var{filename} is the name of the source file which contains
18155 this function, @var{lineno} is the source line number within that file
18156 and @var{times} the number of times that the breakpoint has been hit
18157 (always 0 for -break-insert but may be greater for -break-info or -break-list
18158 which use the same output).
18159
18160 Note: this format is open to change.
18161 @c An out-of-band breakpoint instead of part of the result?
18162
18163 @subsubheading @value{GDBN} Command
18164
18165 The corresponding @value{GDBN} commands are @samp{break}, @samp{tbreak},
18166 @samp{hbreak}, @samp{thbreak}, and @samp{rbreak}.
18167
18168 @subsubheading Example
18169
18170 @smallexample
18171 (gdb)
18172 -break-insert main
18173 ^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",
18174 fullname="/home/foo/recursive2.c,line="4",times="0"@}
18175 (gdb)
18176 -break-insert -t foo
18177 ^done,bkpt=@{number="2",addr="0x00010774",file="recursive2.c",
18178 fullname="/home/foo/recursive2.c,line="11",times="0"@}
18179 (gdb)
18180 -break-list
18181 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
18182 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
18183 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
18184 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
18185 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
18186 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
18187 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
18188 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
18189 addr="0x0001072c", func="main",file="recursive2.c",
18190 fullname="/home/foo/recursive2.c,"line="4",times="0"@},
18191 bkpt=@{number="2",type="breakpoint",disp="del",enabled="y",
18192 addr="0x00010774",func="foo",file="recursive2.c",
18193 fullname="/home/foo/recursive2.c",line="11",times="0"@}]@}
18194 (gdb)
18195 -break-insert -r foo.*
18196 ~int foo(int, int);
18197 ^done,bkpt=@{number="3",addr="0x00010774",file="recursive2.c,
18198 "fullname="/home/foo/recursive2.c",line="11",times="0"@}
18199 (gdb)
18200 @end smallexample
18201
18202 @subheading The @code{-break-list} Command
18203 @findex -break-list
18204
18205 @subsubheading Synopsis
18206
18207 @smallexample
18208  -break-list
18209 @end smallexample
18210
18211 Displays the list of inserted breakpoints, showing the following fields:
18212
18213 @table @samp
18214 @item Number
18215 number of the breakpoint
18216 @item Type
18217 type of the breakpoint: @samp{breakpoint} or @samp{watchpoint}
18218 @item Disposition
18219 should the breakpoint be deleted or disabled when it is hit: @samp{keep}
18220 or @samp{nokeep}
18221 @item Enabled
18222 is the breakpoint enabled or no: @samp{y} or @samp{n}
18223 @item Address
18224 memory location at which the breakpoint is set
18225 @item What
18226 logical location of the breakpoint, expressed by function name, file
18227 name, line number
18228 @item Times
18229 number of times the breakpoint has been hit
18230 @end table
18231
18232 If there are no breakpoints or watchpoints, the @code{BreakpointTable}
18233 @code{body} field is an empty list.
18234
18235 @subsubheading @value{GDBN} Command
18236
18237 The corresponding @value{GDBN} command is @samp{info break}.
18238
18239 @subsubheading Example
18240
18241 @smallexample
18242 (gdb)
18243 -break-list
18244 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
18245 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
18246 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
18247 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
18248 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
18249 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
18250 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
18251 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
18252 addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@},
18253 bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
18254 addr="0x00010114",func="foo",file="hello.c",fullname="/home/foo/hello.c",
18255 line="13",times="0"@}]@}
18256 (gdb)
18257 @end smallexample
18258
18259 Here's an example of the result when there are no breakpoints:
18260
18261 @smallexample
18262 (gdb)
18263 -break-list
18264 ^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
18265 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
18266 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
18267 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
18268 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
18269 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
18270 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
18271 body=[]@}
18272 (gdb)
18273 @end smallexample
18274
18275 @subheading The @code{-break-watch} Command
18276 @findex -break-watch
18277
18278 @subsubheading Synopsis
18279
18280 @smallexample
18281  -break-watch [ -a | -r ]
18282 @end smallexample
18283
18284 Create a watchpoint.  With the @samp{-a} option it will create an
18285 @dfn{access} watchpoint, i.e. a watchpoint that triggers either on a
18286 read from or on a write to the memory location.  With the @samp{-r}
18287 option, the watchpoint created is a @dfn{read} watchpoint, i.e. it will
18288 trigger only when the memory location is accessed for reading.  Without
18289 either of the options, the watchpoint created is a regular watchpoint,
18290 i.e. it will trigger when the memory location is accessed for writing.
18291 @xref{Set Watchpoints, , Setting watchpoints}.
18292
18293 Note that @samp{-break-list} will report a single list of watchpoints and
18294 breakpoints inserted.
18295
18296 @subsubheading @value{GDBN} Command
18297
18298 The corresponding @value{GDBN} commands are @samp{watch}, @samp{awatch}, and
18299 @samp{rwatch}.
18300
18301 @subsubheading Example
18302
18303 Setting a watchpoint on a variable in the @code{main} function:
18304
18305 @smallexample
18306 (gdb)
18307 -break-watch x
18308 ^done,wpt=@{number="2",exp="x"@}
18309 (gdb)
18310 -exec-continue
18311 ^running
18312 ^done,reason="watchpoint-trigger",wpt=@{number="2",exp="x"@},
18313 value=@{old="-268439212",new="55"@},
18314 frame=@{func="main",args=[],file="recursive2.c",
18315 fullname="/home/foo/bar/recursive2.c",line="5"@}
18316 (gdb)
18317 @end smallexample
18318
18319 Setting a watchpoint on a variable local to a function.  @value{GDBN} will stop
18320 the program execution twice: first for the variable changing value, then
18321 for the watchpoint going out of scope.
18322
18323 @smallexample
18324 (gdb)
18325 -break-watch C
18326 ^done,wpt=@{number="5",exp="C"@}
18327 (gdb)
18328 -exec-continue
18329 ^running
18330 ^done,reason="watchpoint-trigger",
18331 wpt=@{number="5",exp="C"@},value=@{old="-276895068",new="3"@},
18332 frame=@{func="callee4",args=[],
18333 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
18334 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
18335 (gdb)
18336 -exec-continue
18337 ^running
18338 ^done,reason="watchpoint-scope",wpnum="5",
18339 frame=@{func="callee3",args=[@{name="strarg",
18340 value="0x11940 \"A string argument.\""@}],
18341 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
18342 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
18343 (gdb)
18344 @end smallexample
18345
18346 Listing breakpoints and watchpoints, at different points in the program
18347 execution.  Note that once the watchpoint goes out of scope, it is
18348 deleted.
18349
18350 @smallexample
18351 (gdb)
18352 -break-watch C
18353 ^done,wpt=@{number="2",exp="C"@}
18354 (gdb)
18355 -break-list
18356 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
18357 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
18358 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
18359 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
18360 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
18361 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
18362 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
18363 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
18364 addr="0x00010734",func="callee4",
18365 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
18366 fullname="/home/foo/devo/gdb/testsuite/gdb.mi/basics.c"line="8",times="1"@},
18367 bkpt=@{number="2",type="watchpoint",disp="keep",
18368 enabled="y",addr="",what="C",times="0"@}]@}
18369 (gdb)
18370 -exec-continue
18371 ^running
18372 ^done,reason="watchpoint-trigger",wpt=@{number="2",exp="C"@},
18373 value=@{old="-276895068",new="3"@},
18374 frame=@{func="callee4",args=[],
18375 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
18376 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
18377 (gdb)
18378 -break-list
18379 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
18380 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
18381 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
18382 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
18383 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
18384 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
18385 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
18386 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
18387 addr="0x00010734",func="callee4",
18388 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
18389 fullname="/home/foo/devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@},
18390 bkpt=@{number="2",type="watchpoint",disp="keep",
18391 enabled="y",addr="",what="C",times="-5"@}]@}
18392 (gdb)
18393 -exec-continue
18394 ^running
18395 ^done,reason="watchpoint-scope",wpnum="2",
18396 frame=@{func="callee3",args=[@{name="strarg",
18397 value="0x11940 \"A string argument.\""@}],
18398 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
18399 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
18400 (gdb)
18401 -break-list
18402 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
18403 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
18404 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
18405 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
18406 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
18407 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
18408 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
18409 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
18410 addr="0x00010734",func="callee4",
18411 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
18412 fullname="/home/foo/devo/gdb/testsuite/gdb.mi/basics.c",line="8",
18413 times="1"@}]@}
18414 (gdb)
18415 @end smallexample
18416
18417 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
18418 @node GDB/MI Program Context
18419 @section @sc{gdb/mi}  Program Context
18420
18421 @subheading The @code{-exec-arguments} Command
18422 @findex -exec-arguments
18423
18424
18425 @subsubheading Synopsis
18426
18427 @smallexample
18428  -exec-arguments @var{args}
18429 @end smallexample
18430
18431 Set the inferior program arguments, to be used in the next
18432 @samp{-exec-run}.
18433
18434 @subsubheading @value{GDBN} Command
18435
18436 The corresponding @value{GDBN} command is @samp{set args}.
18437
18438 @subsubheading Example
18439
18440 @c FIXME!
18441 Don't have one around.
18442
18443
18444 @subheading The @code{-exec-show-arguments} Command
18445 @findex -exec-show-arguments
18446
18447 @subsubheading Synopsis
18448
18449 @smallexample
18450  -exec-show-arguments
18451 @end smallexample
18452
18453 Print the arguments of the program.
18454
18455 @subsubheading @value{GDBN} Command
18456
18457 The corresponding @value{GDBN} command is @samp{show args}.
18458
18459 @subsubheading Example
18460 N.A.
18461
18462
18463 @subheading The @code{-environment-cd} Command
18464 @findex -environment-cd
18465
18466 @subsubheading Synopsis
18467
18468 @smallexample
18469  -environment-cd @var{pathdir}
18470 @end smallexample
18471
18472 Set @value{GDBN}'s working directory.
18473
18474 @subsubheading @value{GDBN} Command
18475
18476 The corresponding @value{GDBN} command is @samp{cd}.
18477
18478 @subsubheading Example
18479
18480 @smallexample
18481 (gdb)
18482 -environment-cd /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
18483 ^done
18484 (gdb)
18485 @end smallexample
18486
18487
18488 @subheading The @code{-environment-directory} Command
18489 @findex -environment-directory
18490
18491 @subsubheading Synopsis
18492
18493 @smallexample
18494  -environment-directory [ -r ] [ @var{pathdir} ]+
18495 @end smallexample
18496
18497 Add directories @var{pathdir} to beginning of search path for source files.
18498 If the @samp{-r} option is used, the search path is reset to the default
18499 search path.  If directories @var{pathdir} are supplied in addition to the
18500 @samp{-r} option, the search path is first reset and then addition
18501 occurs as normal.
18502 Multiple directories may be specified, separated by blanks.  Specifying
18503 multiple directories in a single command
18504 results in the directories added to the beginning of the
18505 search path in the same order they were presented in the command.
18506 If blanks are needed as
18507 part of a directory name, double-quotes should be used around
18508 the name.  In the command output, the path will show up separated
18509 by the system directory-separator character.  The directory-seperator
18510 character must not be used
18511 in any directory name.
18512 If no directories are specified, the current search path is displayed.
18513
18514 @subsubheading @value{GDBN} Command
18515
18516 The corresponding @value{GDBN} command is @samp{dir}.
18517
18518 @subsubheading Example
18519
18520 @smallexample
18521 (gdb)
18522 -environment-directory /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
18523 ^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
18524 (gdb)
18525 -environment-directory ""
18526 ^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
18527 (gdb)
18528 -environment-directory -r /home/jjohnstn/src/gdb /usr/src
18529 ^done,source-path="/home/jjohnstn/src/gdb:/usr/src:$cdir:$cwd"
18530 (gdb)
18531 -environment-directory -r
18532 ^done,source-path="$cdir:$cwd"
18533 (gdb)
18534 @end smallexample
18535
18536
18537 @subheading The @code{-environment-path} Command
18538 @findex -environment-path
18539
18540 @subsubheading Synopsis
18541
18542 @smallexample
18543  -environment-path [ -r ] [ @var{pathdir} ]+
18544 @end smallexample
18545
18546 Add directories @var{pathdir} to beginning of search path for object files.
18547 If the @samp{-r} option is used, the search path is reset to the original
18548 search path that existed at gdb start-up.  If directories @var{pathdir} are
18549 supplied in addition to the
18550 @samp{-r} option, the search path is first reset and then addition
18551 occurs as normal.
18552 Multiple directories may be specified, separated by blanks.  Specifying
18553 multiple directories in a single command
18554 results in the directories added to the beginning of the
18555 search path in the same order they were presented in the command.
18556 If blanks are needed as
18557 part of a directory name, double-quotes should be used around
18558 the name.  In the command output, the path will show up separated
18559 by the system directory-separator character.  The directory-seperator
18560 character must not be used
18561 in any directory name.
18562 If no directories are specified, the current path is displayed.
18563
18564
18565 @subsubheading @value{GDBN} Command
18566
18567 The corresponding @value{GDBN} command is @samp{path}.
18568
18569 @subsubheading Example
18570
18571 @smallexample
18572 (gdb)
18573 -environment-path
18574 ^done,path="/usr/bin"
18575 (gdb)
18576 -environment-path /kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb /bin
18577 ^done,path="/kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb:/bin:/usr/bin"
18578 (gdb)
18579 -environment-path -r /usr/local/bin
18580 ^done,path="/usr/local/bin:/usr/bin"
18581 (gdb)
18582 @end smallexample
18583
18584
18585 @subheading The @code{-environment-pwd} Command
18586 @findex -environment-pwd
18587
18588 @subsubheading Synopsis
18589
18590 @smallexample
18591  -environment-pwd
18592 @end smallexample
18593
18594 Show the current working directory.
18595
18596 @subsubheading @value{GDBN} command
18597
18598 The corresponding @value{GDBN} command is @samp{pwd}.
18599
18600 @subsubheading Example
18601
18602 @smallexample
18603 (gdb)
18604 -environment-pwd
18605 ^done,cwd="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb"
18606 (gdb)
18607 @end smallexample
18608
18609 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
18610 @node GDB/MI Thread Commands
18611 @section @sc{gdb/mi} Thread Commands
18612
18613
18614 @subheading The @code{-thread-info} Command
18615 @findex -thread-info
18616
18617 @subsubheading Synopsis
18618
18619 @smallexample
18620  -thread-info
18621 @end smallexample
18622
18623 @subsubheading @value{GDBN} command
18624
18625 No equivalent.
18626
18627 @subsubheading Example
18628 N.A.
18629
18630
18631 @subheading The @code{-thread-list-all-threads} Command
18632 @findex -thread-list-all-threads
18633
18634 @subsubheading Synopsis
18635
18636 @smallexample
18637  -thread-list-all-threads
18638 @end smallexample
18639
18640 @subsubheading @value{GDBN} Command
18641
18642 The equivalent @value{GDBN} command is @samp{info threads}.
18643
18644 @subsubheading Example
18645 N.A.
18646
18647
18648 @subheading The @code{-thread-list-ids} Command
18649 @findex -thread-list-ids
18650
18651 @subsubheading Synopsis
18652
18653 @smallexample
18654  -thread-list-ids
18655 @end smallexample
18656
18657 Produces a list of the currently known @value{GDBN} thread ids.  At the
18658 end of the list it also prints the total number of such threads.
18659
18660 @subsubheading @value{GDBN} Command
18661
18662 Part of @samp{info threads} supplies the same information.
18663
18664 @subsubheading Example
18665
18666 No threads present, besides the main process:
18667
18668 @smallexample
18669 (gdb)
18670 -thread-list-ids
18671 ^done,thread-ids=@{@},number-of-threads="0"
18672 (gdb)
18673 @end smallexample
18674
18675
18676 Several threads:
18677
18678 @smallexample
18679 (gdb)
18680 -thread-list-ids
18681 ^done,thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
18682 number-of-threads="3"
18683 (gdb)
18684 @end smallexample
18685
18686
18687 @subheading The @code{-thread-select} Command
18688 @findex -thread-select
18689
18690 @subsubheading Synopsis
18691
18692 @smallexample
18693  -thread-select @var{threadnum}
18694 @end smallexample
18695
18696 Make @var{threadnum} the current thread.  It prints the number of the new
18697 current thread, and the topmost frame for that thread.
18698
18699 @subsubheading @value{GDBN} Command
18700
18701 The corresponding @value{GDBN} command is @samp{thread}.
18702
18703 @subsubheading Example
18704
18705 @smallexample
18706 (gdb)
18707 -exec-next
18708 ^running
18709 (gdb)
18710 *stopped,reason="end-stepping-range",thread-id="2",line="187",
18711 file="../../../devo/gdb/testsuite/gdb.threads/linux-dp.c"
18712 (gdb)
18713 -thread-list-ids
18714 ^done,
18715 thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
18716 number-of-threads="3"
18717 (gdb)
18718 -thread-select 3
18719 ^done,new-thread-id="3",
18720 frame=@{level="0",func="vprintf",
18721 args=[@{name="format",value="0x8048e9c \"%*s%c %d %c\\n\""@},
18722 @{name="arg",value="0x2"@}],file="vprintf.c",line="31"@}
18723 (gdb)
18724 @end smallexample
18725
18726 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
18727 @node GDB/MI Program Execution
18728 @section @sc{gdb/mi} Program Execution
18729
18730 These are the asynchronous commands which generate the out-of-band
18731 record @samp{*stopped}.  Currently GDB only really executes
18732 asynchronously with remote targets and this interaction is mimicked in
18733 other cases.
18734
18735 @subheading The @code{-exec-continue} Command
18736 @findex -exec-continue
18737
18738 @subsubheading Synopsis
18739
18740 @smallexample
18741  -exec-continue
18742 @end smallexample
18743
18744 Resumes the execution of the inferior program until a breakpoint is
18745 encountered, or until the inferior exits.
18746
18747 @subsubheading @value{GDBN} Command
18748
18749 The corresponding @value{GDBN} corresponding is @samp{continue}.
18750
18751 @subsubheading Example
18752
18753 @smallexample
18754 -exec-continue
18755 ^running
18756 (gdb)
18757 @@Hello world
18758 *stopped,reason="breakpoint-hit",bkptno="2",frame=@{func="foo",args=[],
18759 file="hello.c",fullname="/home/foo/bar/hello.c",line="13"@}
18760 (gdb)
18761 @end smallexample
18762
18763
18764 @subheading The @code{-exec-finish} Command
18765 @findex -exec-finish
18766
18767 @subsubheading Synopsis
18768
18769 @smallexample
18770  -exec-finish
18771 @end smallexample
18772
18773 Resumes the execution of the inferior program until the current
18774 function is exited.  Displays the results returned by the function.
18775
18776 @subsubheading @value{GDBN} Command
18777
18778 The corresponding @value{GDBN} command is @samp{finish}.
18779
18780 @subsubheading Example
18781
18782 Function returning @code{void}.
18783
18784 @smallexample
18785 -exec-finish
18786 ^running
18787 (gdb)
18788 @@hello from foo
18789 *stopped,reason="function-finished",frame=@{func="main",args=[],
18790 file="hello.c",fullname="/home/foo/bar/hello.c",line="7"@}
18791 (gdb)
18792 @end smallexample
18793
18794 Function returning other than @code{void}.  The name of the internal
18795 @value{GDBN} variable storing the result is printed, together with the
18796 value itself.
18797
18798 @smallexample
18799 -exec-finish
18800 ^running
18801 (gdb)
18802 *stopped,reason="function-finished",frame=@{addr="0x000107b0",func="foo",
18803 args=[@{name="a",value="1"],@{name="b",value="9"@}@},
18804 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@},
18805 gdb-result-var="$1",return-value="0"
18806 (gdb)
18807 @end smallexample
18808
18809
18810 @subheading The @code{-exec-interrupt} Command
18811 @findex -exec-interrupt
18812
18813 @subsubheading Synopsis
18814
18815 @smallexample
18816  -exec-interrupt
18817 @end smallexample
18818
18819 Interrupts the background execution of the target.  Note how the token
18820 associated with the stop message is the one for the execution command
18821 that has been interrupted.  The token for the interrupt itself only
18822 appears in the @samp{^done} output.  If the user is trying to
18823 interrupt a non-running program, an error message will be printed.
18824
18825 @subsubheading @value{GDBN} Command
18826
18827 The corresponding @value{GDBN} command is @samp{interrupt}.
18828
18829 @subsubheading Example
18830
18831 @smallexample
18832 (gdb)
18833 111-exec-continue
18834 111^running
18835
18836 (gdb)
18837 222-exec-interrupt
18838 222^done
18839 (gdb)
18840 111*stopped,signal-name="SIGINT",signal-meaning="Interrupt",
18841 frame=@{addr="0x00010140",func="foo",args=[],file="try.c",
18842 fullname="/home/foo/bar/try.c",line="13"@}
18843 (gdb)
18844
18845 (gdb)
18846 -exec-interrupt
18847 ^error,msg="mi_cmd_exec_interrupt: Inferior not executing."
18848 (gdb)
18849 @end smallexample
18850
18851
18852 @subheading The @code{-exec-next} Command
18853 @findex -exec-next
18854
18855 @subsubheading Synopsis
18856
18857 @smallexample
18858  -exec-next
18859 @end smallexample
18860
18861 Resumes execution of the inferior program, stopping when the beginning
18862 of the next source line is reached.
18863
18864 @subsubheading @value{GDBN} Command
18865
18866 The corresponding @value{GDBN} command is @samp{next}.
18867
18868 @subsubheading Example
18869
18870 @smallexample
18871 -exec-next
18872 ^running
18873 (gdb)
18874 *stopped,reason="end-stepping-range",line="8",file="hello.c"
18875 (gdb)
18876 @end smallexample
18877
18878
18879 @subheading The @code{-exec-next-instruction} Command
18880 @findex -exec-next-instruction
18881
18882 @subsubheading Synopsis
18883
18884 @smallexample
18885  -exec-next-instruction
18886 @end smallexample
18887
18888 Executes one machine instruction.  If the instruction is a function
18889 call, continues until the function returns.  If the program stops at an
18890 instruction in the middle of a source line, the address will be
18891 printed as well.
18892
18893 @subsubheading @value{GDBN} Command
18894
18895 The corresponding @value{GDBN} command is @samp{nexti}.
18896
18897 @subsubheading Example
18898
18899 @smallexample
18900 (gdb)
18901 -exec-next-instruction
18902 ^running
18903
18904 (gdb)
18905 *stopped,reason="end-stepping-range",
18906 addr="0x000100d4",line="5",file="hello.c"
18907 (gdb)
18908 @end smallexample
18909
18910
18911 @subheading The @code{-exec-return} Command
18912 @findex -exec-return
18913
18914 @subsubheading Synopsis
18915
18916 @smallexample
18917  -exec-return
18918 @end smallexample
18919
18920 Makes current function return immediately.  Doesn't execute the inferior.
18921 Displays the new current frame.
18922
18923 @subsubheading @value{GDBN} Command
18924
18925 The corresponding @value{GDBN} command is @samp{return}.
18926
18927 @subsubheading Example
18928
18929 @smallexample
18930 (gdb)
18931 200-break-insert callee4
18932 200^done,bkpt=@{number="1",addr="0x00010734",
18933 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
18934 (gdb)
18935 000-exec-run
18936 000^running
18937 (gdb)
18938 000*stopped,reason="breakpoint-hit",bkptno="1",
18939 frame=@{func="callee4",args=[],
18940 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
18941 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
18942 (gdb)
18943 205-break-delete
18944 205^done
18945 (gdb)
18946 111-exec-return
18947 111^done,frame=@{level="0",func="callee3",
18948 args=[@{name="strarg",
18949 value="0x11940 \"A string argument.\""@}],
18950 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
18951 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
18952 (gdb)
18953 @end smallexample
18954
18955
18956 @subheading The @code{-exec-run} Command
18957 @findex -exec-run
18958
18959 @subsubheading Synopsis
18960
18961 @smallexample
18962  -exec-run
18963 @end smallexample
18964
18965 Starts execution of the inferior from the beginning.  The inferior
18966 executes until either a breakpoint is encountered or the program
18967 exits.  In the latter case the output will include an exit code, if
18968 the program has exited exceptionally.
18969
18970 @subsubheading @value{GDBN} Command
18971
18972 The corresponding @value{GDBN} command is @samp{run}.
18973
18974 @subsubheading Examples
18975
18976 @smallexample
18977 (gdb)
18978 -break-insert main
18979 ^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
18980 (gdb)
18981 -exec-run
18982 ^running
18983 (gdb)
18984 *stopped,reason="breakpoint-hit",bkptno="1",
18985 frame=@{func="main",args=[],file="recursive2.c",
18986 fullname="/home/foo/bar/recursive2.c",line="4"@}
18987 (gdb)
18988 @end smallexample
18989
18990 @noindent
18991 Program exited normally:
18992
18993 @smallexample
18994 (gdb)
18995 -exec-run
18996 ^running
18997 (gdb)
18998 x = 55
18999 *stopped,reason="exited-normally"
19000 (gdb)
19001 @end smallexample
19002
19003 @noindent
19004 Program exited exceptionally:
19005
19006 @smallexample
19007 (gdb)
19008 -exec-run
19009 ^running
19010 (gdb)
19011 x = 55
19012 *stopped,reason="exited",exit-code="01"
19013 (gdb)
19014 @end smallexample
19015
19016 Another way the program can terminate is if it receives a signal such as
19017 @code{SIGINT}.  In this case, @sc{gdb/mi} displays this:
19018
19019 @smallexample
19020 (gdb)
19021 *stopped,reason="exited-signalled",signal-name="SIGINT",
19022 signal-meaning="Interrupt"
19023 @end smallexample
19024
19025
19026 @c @subheading -exec-signal
19027
19028
19029 @subheading The @code{-exec-step} Command
19030 @findex -exec-step
19031
19032 @subsubheading Synopsis
19033
19034 @smallexample
19035  -exec-step
19036 @end smallexample
19037
19038 Resumes execution of the inferior program, stopping when the beginning
19039 of the next source line is reached, if the next source line is not a
19040 function call.  If it is, stop at the first instruction of the called
19041 function.
19042
19043 @subsubheading @value{GDBN} Command
19044
19045 The corresponding @value{GDBN} command is @samp{step}.
19046
19047 @subsubheading Example
19048
19049 Stepping into a function:
19050
19051 @smallexample
19052 -exec-step
19053 ^running
19054 (gdb)
19055 *stopped,reason="end-stepping-range",
19056 frame=@{func="foo",args=[@{name="a",value="10"@},
19057 @{name="b",value="0"@}],file="recursive2.c",
19058 fullname="/home/foo/bar/recursive2.c",line="11"@}
19059 (gdb)
19060 @end smallexample
19061
19062 Regular stepping:
19063
19064 @smallexample
19065 -exec-step
19066 ^running
19067 (gdb)
19068 *stopped,reason="end-stepping-range",line="14",file="recursive2.c"
19069 (gdb)
19070 @end smallexample
19071
19072
19073 @subheading The @code{-exec-step-instruction} Command
19074 @findex -exec-step-instruction
19075
19076 @subsubheading Synopsis
19077
19078 @smallexample
19079  -exec-step-instruction
19080 @end smallexample
19081
19082 Resumes the inferior which executes one machine instruction.  The
19083 output, once @value{GDBN} has stopped, will vary depending on whether
19084 we have stopped in the middle of a source line or not.  In the former
19085 case, the address at which the program stopped will be printed as
19086 well.
19087
19088 @subsubheading @value{GDBN} Command
19089
19090 The corresponding @value{GDBN} command is @samp{stepi}.
19091
19092 @subsubheading Example
19093
19094 @smallexample
19095 (gdb)
19096 -exec-step-instruction
19097 ^running
19098
19099 (gdb)
19100 *stopped,reason="end-stepping-range",
19101 frame=@{func="foo",args=[],file="try.c",
19102 fullname="/home/foo/bar/try.c",line="10"@}
19103 (gdb)
19104 -exec-step-instruction
19105 ^running
19106
19107 (gdb)
19108 *stopped,reason="end-stepping-range",
19109 frame=@{addr="0x000100f4",func="foo",args=[],file="try.c",
19110 fullname="/home/foo/bar/try.c",line="10"@}
19111 (gdb)
19112 @end smallexample
19113
19114
19115 @subheading The @code{-exec-until} Command
19116 @findex -exec-until
19117
19118 @subsubheading Synopsis
19119
19120 @smallexample
19121  -exec-until [ @var{location} ]
19122 @end smallexample
19123
19124 Executes the inferior until the @var{location} specified in the
19125 argument is reached.  If there is no argument, the inferior executes
19126 until a source line greater than the current one is reached.  The
19127 reason for stopping in this case will be @samp{location-reached}.
19128
19129 @subsubheading @value{GDBN} Command
19130
19131 The corresponding @value{GDBN} command is @samp{until}.
19132
19133 @subsubheading Example
19134
19135 @smallexample
19136 (gdb)
19137 -exec-until recursive2.c:6
19138 ^running
19139 (gdb)
19140 x = 55
19141 *stopped,reason="location-reached",frame=@{func="main",args=[],
19142 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="6"@}
19143 (gdb)
19144 @end smallexample
19145
19146 @ignore
19147 @subheading -file-clear
19148 Is this going away????
19149 @end ignore
19150
19151 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19152 @node GDB/MI Stack Manipulation
19153 @section @sc{gdb/mi} Stack Manipulation Commands
19154
19155
19156 @subheading The @code{-stack-info-frame} Command
19157 @findex -stack-info-frame
19158
19159 @subsubheading Synopsis
19160
19161 @smallexample
19162  -stack-info-frame
19163 @end smallexample
19164
19165 Get info on the selected frame.
19166
19167 @subsubheading @value{GDBN} Command
19168
19169 The corresponding @value{GDBN} command is @samp{info frame} or @samp{frame}
19170 (without arguments).
19171
19172 @subsubheading Example
19173
19174 @smallexample
19175 (gdb)
19176 -stack-info-frame
19177 ^done,frame=@{level="1",addr="0x0001076c",func="callee3",
19178 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
19179 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="17"@}
19180 (gdb)
19181 @end smallexample
19182
19183 @subheading The @code{-stack-info-depth} Command
19184 @findex -stack-info-depth
19185
19186 @subsubheading Synopsis
19187
19188 @smallexample
19189  -stack-info-depth [ @var{max-depth} ]
19190 @end smallexample
19191
19192 Return the depth of the stack.  If the integer argument @var{max-depth}
19193 is specified, do not count beyond @var{max-depth} frames.
19194
19195 @subsubheading @value{GDBN} Command
19196
19197 There's no equivalent @value{GDBN} command.
19198
19199 @subsubheading Example
19200
19201 For a stack with frame levels 0 through 11:
19202
19203 @smallexample
19204 (gdb)
19205 -stack-info-depth
19206 ^done,depth="12"
19207 (gdb)
19208 -stack-info-depth 4
19209 ^done,depth="4"
19210 (gdb)
19211 -stack-info-depth 12
19212 ^done,depth="12"
19213 (gdb)
19214 -stack-info-depth 11
19215 ^done,depth="11"
19216 (gdb)
19217 -stack-info-depth 13
19218 ^done,depth="12"
19219 (gdb)
19220 @end smallexample
19221
19222 @subheading The @code{-stack-list-arguments} Command
19223 @findex -stack-list-arguments
19224
19225 @subsubheading Synopsis
19226
19227 @smallexample
19228  -stack-list-arguments @var{show-values}
19229     [ @var{low-frame} @var{high-frame} ]
19230 @end smallexample
19231
19232 Display a list of the arguments for the frames between @var{low-frame}
19233 and @var{high-frame} (inclusive).  If @var{low-frame} and
19234 @var{high-frame} are not provided, list the arguments for the whole
19235 call stack.  If the two arguments are equal, show the single frame
19236 at the corresponding level.  It is an error if @var{low-frame} is
19237 larger than the actual number of frames.  On the other hand,
19238 @var{high-frame} may be larger than the actual number of frames, in
19239 which case only existing frames will be returned.
19240
19241 The @var{show-values} argument must have a value of 0 or 1.  A value of
19242 0 means that only the names of the arguments are listed, a value of 1
19243 means that both names and values of the arguments are printed.
19244
19245 @subsubheading @value{GDBN} Command
19246
19247 @value{GDBN} does not have an equivalent command.  @code{gdbtk} has a
19248 @samp{gdb_get_args} command which partially overlaps with the
19249 functionality of @samp{-stack-list-arguments}.
19250
19251 @subsubheading Example
19252
19253 @smallexample
19254 (gdb)
19255 -stack-list-frames
19256 ^done,
19257 stack=[
19258 frame=@{level="0",addr="0x00010734",func="callee4",
19259 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
19260 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="8"@},
19261 frame=@{level="1",addr="0x0001076c",func="callee3",
19262 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
19263 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="17"@},
19264 frame=@{level="2",addr="0x0001078c",func="callee2",
19265 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
19266 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="22"@},
19267 frame=@{level="3",addr="0x000107b4",func="callee1",
19268 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
19269 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="27"@},
19270 frame=@{level="4",addr="0x000107e0",func="main",
19271 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
19272 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="32"@}]
19273 (gdb)
19274 -stack-list-arguments 0
19275 ^done,
19276 stack-args=[
19277 frame=@{level="0",args=[]@},
19278 frame=@{level="1",args=[name="strarg"]@},
19279 frame=@{level="2",args=[name="intarg",name="strarg"]@},
19280 frame=@{level="3",args=[name="intarg",name="strarg",name="fltarg"]@},
19281 frame=@{level="4",args=[]@}]
19282 (gdb)
19283 -stack-list-arguments 1
19284 ^done,
19285 stack-args=[
19286 frame=@{level="0",args=[]@},
19287 frame=@{level="1",
19288  args=[@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
19289 frame=@{level="2",args=[
19290 @{name="intarg",value="2"@},
19291 @{name="strarg",value="0x11940 \"A string argument.\""@}]@},
19292 @{frame=@{level="3",args=[
19293 @{name="intarg",value="2"@},
19294 @{name="strarg",value="0x11940 \"A string argument.\""@},
19295 @{name="fltarg",value="3.5"@}]@},
19296 frame=@{level="4",args=[]@}]
19297 (gdb)
19298 -stack-list-arguments 0 2 2
19299 ^done,stack-args=[frame=@{level="2",args=[name="intarg",name="strarg"]@}]
19300 (gdb)
19301 -stack-list-arguments 1 2 2
19302 ^done,stack-args=[frame=@{level="2",
19303 args=[@{name="intarg",value="2"@},
19304 @{name="strarg",value="0x11940 \"A string argument.\""@}]@}]
19305 (gdb)
19306 @end smallexample
19307
19308 @c @subheading -stack-list-exception-handlers
19309
19310
19311 @subheading The @code{-stack-list-frames} Command
19312 @findex -stack-list-frames
19313
19314 @subsubheading Synopsis
19315
19316 @smallexample
19317  -stack-list-frames [ @var{low-frame} @var{high-frame} ]
19318 @end smallexample
19319
19320 List the frames currently on the stack.  For each frame it displays the
19321 following info:
19322
19323 @table @samp
19324 @item @var{level}
19325 The frame number, 0 being the topmost frame, i.e. the innermost function.
19326 @item @var{addr}
19327 The @code{$pc} value for that frame.
19328 @item @var{func}
19329 Function name.
19330 @item @var{file}
19331 File name of the source file where the function lives.
19332 @item @var{line}
19333 Line number corresponding to the @code{$pc}.
19334 @end table
19335
19336 If invoked without arguments, this command prints a backtrace for the
19337 whole stack.  If given two integer arguments, it shows the frames whose
19338 levels are between the two arguments (inclusive).  If the two arguments
19339 are equal, it shows the single frame at the corresponding level.  It is
19340 an error if @var{low-frame} is larger than the actual number of
19341 frames.  On the other hand, @var{high-frame} may be larger than the
19342 actual number of frames, in which case only existing frames will be returned.
19343
19344 @subsubheading @value{GDBN} Command
19345
19346 The corresponding @value{GDBN} commands are @samp{backtrace} and @samp{where}.
19347
19348 @subsubheading Example
19349
19350 Full stack backtrace:
19351
19352 @smallexample
19353 (gdb)
19354 -stack-list-frames
19355 ^done,stack=
19356 [frame=@{level="0",addr="0x0001076c",func="foo",
19357   file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="11"@},
19358 frame=@{level="1",addr="0x000107a4",func="foo",
19359   file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@},
19360 frame=@{level="2",addr="0x000107a4",func="foo",
19361   file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@},
19362 frame=@{level="3",addr="0x000107a4",func="foo",
19363   file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@},
19364 frame=@{level="4",addr="0x000107a4",func="foo",
19365   file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@},
19366 frame=@{level="5",addr="0x000107a4",func="foo",
19367   file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@},
19368 frame=@{level="6",addr="0x000107a4",func="foo",
19369   file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@},
19370 frame=@{level="7",addr="0x000107a4",func="foo",
19371   file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@},
19372 frame=@{level="8",addr="0x000107a4",func="foo",
19373   file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@},
19374 frame=@{level="9",addr="0x000107a4",func="foo",
19375   file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@},
19376 frame=@{level="10",addr="0x000107a4",func="foo",
19377   file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@},
19378 frame=@{level="11",addr="0x00010738",func="main",
19379   file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="4"@}]
19380 (gdb)
19381 @end smallexample
19382
19383 Show frames between @var{low_frame} and @var{high_frame}:
19384
19385 @smallexample
19386 (gdb)
19387 -stack-list-frames 3 5
19388 ^done,stack=
19389 [frame=@{level="3",addr="0x000107a4",func="foo",
19390   file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@},
19391 frame=@{level="4",addr="0x000107a4",func="foo",
19392   file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@},
19393 frame=@{level="5",addr="0x000107a4",func="foo",
19394   file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@}]
19395 (gdb)
19396 @end smallexample
19397
19398 Show a single frame:
19399
19400 @smallexample
19401 (gdb)
19402 -stack-list-frames 3 3
19403 ^done,stack=
19404 [frame=@{level="3",addr="0x000107a4",func="foo",
19405   file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14"@}]
19406 (gdb)
19407 @end smallexample
19408
19409
19410 @subheading The @code{-stack-list-locals} Command
19411 @findex -stack-list-locals
19412
19413 @subsubheading Synopsis
19414
19415 @smallexample
19416  -stack-list-locals @var{print-values}
19417 @end smallexample
19418
19419 Display the local variable names for the selected frame.  If
19420 @var{print-values} is 0 or @code{--no-values}, print only the names of
19421 the variables; if it is 1 or @code{--all-values}, print also their
19422 values; and if it is 2 or @code{--simple-values}, print the name,
19423 type and value for simple data types and the name and type for arrays,
19424 structures and unions.  In this last case, a frontend can immediately
19425 display the value of simple data types and create variable objects for
19426 other data types when the the user wishes to explore their values in
19427 more detail.
19428
19429 @subsubheading @value{GDBN} Command
19430
19431 @samp{info locals} in @value{GDBN}, @samp{gdb_get_locals} in @code{gdbtk}.
19432
19433 @subsubheading Example
19434
19435 @smallexample
19436 (gdb)
19437 -stack-list-locals 0
19438 ^done,locals=[name="A",name="B",name="C"]
19439 (gdb)
19440 -stack-list-locals --all-values
19441 ^done,locals=[@{name="A",value="1"@},@{name="B",value="2"@},
19442   @{name="C",value="@{1, 2, 3@}"@}]
19443 -stack-list-locals --simple-values
19444 ^done,locals=[@{name="A",type="int",value="1"@},
19445   @{name="B",type="int",value="2"@},@{name="C",type="int [3]"@}]
19446 (gdb)
19447 @end smallexample
19448
19449
19450 @subheading The @code{-stack-select-frame} Command
19451 @findex -stack-select-frame
19452
19453 @subsubheading Synopsis
19454
19455 @smallexample
19456  -stack-select-frame @var{framenum}
19457 @end smallexample
19458
19459 Change the selected frame.  Select a different frame @var{framenum} on
19460 the stack.
19461
19462 @subsubheading @value{GDBN} Command
19463
19464 The corresponding @value{GDBN} commands are @samp{frame}, @samp{up},
19465 @samp{down}, @samp{select-frame}, @samp{up-silent}, and @samp{down-silent}.
19466
19467 @subsubheading Example
19468
19469 @smallexample
19470 (gdb)
19471 -stack-select-frame 2
19472 ^done
19473 (gdb)
19474 @end smallexample
19475
19476 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19477 @node GDB/MI Variable Objects
19478 @section @sc{gdb/mi} Variable Objects
19479
19480
19481 @subheading Motivation for Variable Objects in @sc{gdb/mi}
19482
19483 For the implementation of a variable debugger window (locals, watched
19484 expressions, etc.), we are proposing the adaptation of the existing code
19485 used by @code{Insight}.
19486
19487 The two main reasons for that are:
19488
19489 @enumerate 1
19490 @item
19491 It has been proven in practice (it is already on its second generation).
19492
19493 @item
19494 It will shorten development time (needless to say how important it is
19495 now).
19496 @end enumerate
19497
19498 The original interface was designed to be used by Tcl code, so it was
19499 slightly changed so it could be used through @sc{gdb/mi}.  This section
19500 describes the @sc{gdb/mi} operations that will be available and gives some
19501 hints about their use.
19502
19503 @emph{Note}: In addition to the set of operations described here, we
19504 expect the @sc{gui} implementation of a variable window to require, at
19505 least, the following operations:
19506
19507 @itemize @bullet
19508 @item @code{-gdb-show} @code{output-radix}
19509 @item @code{-stack-list-arguments}
19510 @item @code{-stack-list-locals}
19511 @item @code{-stack-select-frame}
19512 @end itemize
19513
19514 @subheading Introduction to Variable Objects in @sc{gdb/mi}
19515
19516 @cindex variable objects in @sc{gdb/mi}
19517 The basic idea behind variable objects is the creation of a named object
19518 to represent a variable, an expression, a memory location or even a CPU
19519 register.  For each object created, a set of operations is available for
19520 examining or changing its properties.
19521
19522 Furthermore, complex data types, such as C structures, are represented
19523 in a tree format.  For instance, the @code{struct} type variable is the
19524 root and the children will represent the struct members.  If a child
19525 is itself of a complex type, it will also have children of its own.
19526 Appropriate language differences are handled for C, C@t{++} and Java.
19527
19528 When returning the actual values of the objects, this facility allows
19529 for the individual selection of the display format used in the result
19530 creation.  It can be chosen among: binary, decimal, hexadecimal, octal
19531 and natural.  Natural refers to a default format automatically
19532 chosen based on the variable type (like decimal for an @code{int}, hex
19533 for pointers, etc.).
19534
19535 The following is the complete set of @sc{gdb/mi} operations defined to
19536 access this functionality:
19537
19538 @multitable @columnfractions .4 .6
19539 @item @strong{Operation}
19540 @tab @strong{Description}
19541
19542 @item @code{-var-create}
19543 @tab create a variable object
19544 @item @code{-var-delete}
19545 @tab delete the variable object and its children
19546 @item @code{-var-set-format}
19547 @tab set the display format of this variable
19548 @item @code{-var-show-format}
19549 @tab show the display format of this variable
19550 @item @code{-var-info-num-children}
19551 @tab tells how many children this object has
19552 @item @code{-var-list-children}
19553 @tab return a list of the object's children
19554 @item @code{-var-info-type}
19555 @tab show the type of this variable object
19556 @item @code{-var-info-expression}
19557 @tab print what this variable object represents
19558 @item @code{-var-show-attributes}
19559 @tab is this variable editable? does it exist here?
19560 @item @code{-var-evaluate-expression}
19561 @tab get the value of this variable
19562 @item @code{-var-assign}
19563 @tab set the value of this variable
19564 @item @code{-var-update}
19565 @tab update the variable and its children
19566 @end multitable
19567
19568 In the next subsection we describe each operation in detail and suggest
19569 how it can be used.
19570
19571 @subheading Description And Use of Operations on Variable Objects
19572
19573 @subheading The @code{-var-create} Command
19574 @findex -var-create
19575
19576 @subsubheading Synopsis
19577
19578 @smallexample
19579  -var-create @{@var{name} | "-"@}
19580     @{@var{frame-addr} | "*"@} @var{expression}
19581 @end smallexample
19582
19583 This operation creates a variable object, which allows the monitoring of
19584 a variable, the result of an expression, a memory cell or a CPU
19585 register.
19586
19587 The @var{name} parameter is the string by which the object can be
19588 referenced.  It must be unique.  If @samp{-} is specified, the varobj
19589 system will generate a string ``varNNNNNN'' automatically.  It will be
19590 unique provided that one does not specify @var{name} on that format.
19591 The command fails if a duplicate name is found.
19592
19593 The frame under which the expression should be evaluated can be
19594 specified by @var{frame-addr}.  A @samp{*} indicates that the current
19595 frame should be used.
19596
19597 @var{expression} is any expression valid on the current language set (must not
19598 begin with a @samp{*}), or one of the following:
19599
19600 @itemize @bullet
19601 @item
19602 @samp{*@var{addr}}, where @var{addr} is the address of a memory cell
19603
19604 @item
19605 @samp{*@var{addr}-@var{addr}} --- a memory address range (TBD)
19606
19607 @item
19608 @samp{$@var{regname}} --- a CPU register name
19609 @end itemize
19610
19611 @subsubheading Result
19612
19613 This operation returns the name, number of children and the type of the
19614 object created.  Type is returned as a string as the ones generated by
19615 the @value{GDBN} CLI:
19616
19617 @smallexample
19618  name="@var{name}",numchild="N",type="@var{type}"
19619 @end smallexample
19620
19621
19622 @subheading The @code{-var-delete} Command
19623 @findex -var-delete
19624
19625 @subsubheading Synopsis
19626
19627 @smallexample
19628  -var-delete @var{name}
19629 @end smallexample
19630
19631 Deletes a previously created variable object and all of its children.
19632
19633 Returns an error if the object @var{name} is not found.
19634
19635
19636 @subheading The @code{-var-set-format} Command
19637 @findex -var-set-format
19638
19639 @subsubheading Synopsis
19640
19641 @smallexample
19642  -var-set-format @var{name} @var{format-spec}
19643 @end smallexample
19644
19645 Sets the output format for the value of the object @var{name} to be
19646 @var{format-spec}.
19647
19648 The syntax for the @var{format-spec} is as follows:
19649
19650 @smallexample
19651  @var{format-spec} @expansion{}
19652  @{binary | decimal | hexadecimal | octal | natural@}
19653 @end smallexample
19654
19655
19656 @subheading The @code{-var-show-format} Command
19657 @findex -var-show-format
19658
19659 @subsubheading Synopsis
19660
19661 @smallexample
19662  -var-show-format @var{name}
19663 @end smallexample
19664
19665 Returns the format used to display the value of the object @var{name}.
19666
19667 @smallexample
19668  @var{format} @expansion{}
19669  @var{format-spec}
19670 @end smallexample
19671
19672
19673 @subheading The @code{-var-info-num-children} Command
19674 @findex -var-info-num-children
19675
19676 @subsubheading Synopsis
19677
19678 @smallexample
19679  -var-info-num-children @var{name}
19680 @end smallexample
19681
19682 Returns the number of children of a variable object @var{name}:
19683
19684 @smallexample
19685  numchild=@var{n}
19686 @end smallexample
19687
19688
19689 @subheading The @code{-var-list-children} Command
19690 @findex -var-list-children
19691
19692 @subsubheading Synopsis
19693
19694 @smallexample
19695  -var-list-children [@var{print-values}] @var{name}
19696 @end smallexample
19697 @anchor{-var-list-children} 
19698
19699 Return a list of the children of the specified variable object and
19700 create variable objects for them, if they do not already exist.  With
19701 a single argument or if @var{print-values} has a value for of 0 or
19702 @code{--no-values}, print only the names of the variables; if
19703 @var{print-values} is 1 or @code{--all-values}, also print their
19704 values; and if it is 2 or @code{--simple-values} print the name and
19705 value for simple data types and just the name for arrays, structures
19706 and unions.
19707
19708 @subsubheading Example
19709
19710 @smallexample
19711 (gdb)
19712  -var-list-children n
19713  ^done,numchild=@var{n},children=[@{name=@var{name},
19714  numchild=@var{n},type=@var{type}@},@r{(repeats N times)}]
19715 (gdb)
19716  -var-list-children --all-values n
19717  ^done,numchild=@var{n},children=[@{name=@var{name},
19718  numchild=@var{n},value=@var{value},type=@var{type}@},@r{(repeats N times)}]
19719 @end smallexample
19720
19721
19722 @subheading The @code{-var-info-type} Command
19723 @findex -var-info-type
19724
19725 @subsubheading Synopsis
19726
19727 @smallexample
19728  -var-info-type @var{name}
19729 @end smallexample
19730
19731 Returns the type of the specified variable @var{name}.  The type is
19732 returned as a string in the same format as it is output by the
19733 @value{GDBN} CLI:
19734
19735 @smallexample
19736  type=@var{typename}
19737 @end smallexample
19738
19739
19740 @subheading The @code{-var-info-expression} Command
19741 @findex -var-info-expression
19742
19743 @subsubheading Synopsis
19744
19745 @smallexample
19746  -var-info-expression @var{name}
19747 @end smallexample
19748
19749 Returns what is represented by the variable object @var{name}:
19750
19751 @smallexample
19752  lang=@var{lang-spec},exp=@var{expression}
19753 @end smallexample
19754
19755 @noindent
19756 where @var{lang-spec} is @code{@{"C" | "C++" | "Java"@}}.
19757
19758 @subheading The @code{-var-show-attributes} Command
19759 @findex -var-show-attributes
19760
19761 @subsubheading Synopsis
19762
19763 @smallexample
19764  -var-show-attributes @var{name}
19765 @end smallexample
19766
19767 List attributes of the specified variable object @var{name}:
19768
19769 @smallexample
19770  status=@var{attr} [ ( ,@var{attr} )* ]
19771 @end smallexample
19772
19773 @noindent
19774 where @var{attr} is @code{@{ @{ editable | noneditable @} | TBD @}}.
19775
19776 @subheading The @code{-var-evaluate-expression} Command
19777 @findex -var-evaluate-expression
19778
19779 @subsubheading Synopsis
19780
19781 @smallexample
19782  -var-evaluate-expression @var{name}
19783 @end smallexample
19784
19785 Evaluates the expression that is represented by the specified variable
19786 object and returns its value as a string in the current format specified
19787 for the object:
19788
19789 @smallexample
19790  value=@var{value}
19791 @end smallexample
19792
19793 Note that one must invoke @code{-var-list-children} for a variable
19794 before the value of a child variable can be evaluated.
19795
19796 @subheading The @code{-var-assign} Command
19797 @findex -var-assign
19798
19799 @subsubheading Synopsis
19800
19801 @smallexample
19802  -var-assign @var{name} @var{expression}
19803 @end smallexample
19804
19805 Assigns the value of @var{expression} to the variable object specified
19806 by @var{name}.  The object must be @samp{editable}.  If the variable's
19807 value is altered by the assign, the variable will show up in any
19808 subsequent @code{-var-update} list.
19809
19810 @subsubheading Example
19811
19812 @smallexample
19813 (gdb)
19814 -var-assign var1 3
19815 ^done,value="3"
19816 (gdb)
19817 -var-update *
19818 ^done,changelist=[@{name="var1",in_scope="true",type_changed="false"@}]
19819 (gdb)
19820 @end smallexample
19821
19822 @subheading The @code{-var-update} Command
19823 @findex -var-update
19824
19825 @subsubheading Synopsis
19826
19827 @smallexample
19828  -var-update [@var{print-values}] @{@var{name} | "*"@}
19829 @end smallexample
19830
19831 Update the value of the variable object @var{name} by evaluating its
19832 expression after fetching all the new values from memory or registers.
19833 A @samp{*} causes all existing variable objects to be updated.  The
19834 option @var{print-values} determines whether names both and values, or
19835 just names are printed in the manner described for
19836 @code{-var-list-children} (@pxref{-var-list-children}).
19837
19838 @subsubheading Example
19839
19840 @smallexample
19841 (gdb)
19842 -var-assign var1 3
19843 ^done,value="3"
19844 (gdb)
19845 -var-update --all-values var1
19846 ^done,changelist=[@{name="var1",value="3",in_scope="true",
19847 type_changed="false"@}]
19848 (gdb)
19849 @end smallexample
19850
19851 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19852 @node GDB/MI Data Manipulation
19853 @section @sc{gdb/mi} Data Manipulation
19854
19855 @cindex data manipulation, in @sc{gdb/mi}
19856 @cindex @sc{gdb/mi}, data manipulation
19857 This section describes the @sc{gdb/mi} commands that manipulate data:
19858 examine memory and registers, evaluate expressions, etc.
19859
19860 @c REMOVED FROM THE INTERFACE.
19861 @c @subheading -data-assign
19862 @c Change the value of a program variable. Plenty of side effects.
19863 @c @subsubheading GDB command
19864 @c set variable
19865 @c @subsubheading Example
19866 @c N.A.
19867
19868 @subheading The @code{-data-disassemble} Command
19869 @findex -data-disassemble
19870
19871 @subsubheading Synopsis
19872
19873 @smallexample
19874  -data-disassemble
19875     [ -s @var{start-addr} -e @var{end-addr} ]
19876   | [ -f @var{filename} -l @var{linenum} [ -n @var{lines} ] ]
19877   -- @var{mode}
19878 @end smallexample
19879
19880 @noindent
19881 Where:
19882
19883 @table @samp
19884 @item @var{start-addr}
19885 is the beginning address (or @code{$pc})
19886 @item @var{end-addr}
19887 is the end address
19888 @item @var{filename}
19889 is the name of the file to disassemble
19890 @item @var{linenum}
19891 is the line number to disassemble around
19892 @item @var{lines}
19893 is the the number of disassembly lines to be produced.  If it is -1,
19894 the whole function will be disassembled, in case no @var{end-addr} is
19895 specified.  If @var{end-addr} is specified as a non-zero value, and
19896 @var{lines} is lower than the number of disassembly lines between
19897 @var{start-addr} and @var{end-addr}, only @var{lines} lines are
19898 displayed; if @var{lines} is higher than the number of lines between
19899 @var{start-addr} and @var{end-addr}, only the lines up to @var{end-addr}
19900 are displayed.
19901 @item @var{mode}
19902 is either 0 (meaning only disassembly) or 1 (meaning mixed source and
19903 disassembly).
19904 @end table
19905
19906 @subsubheading Result
19907
19908 The output for each instruction is composed of four fields:
19909
19910 @itemize @bullet
19911 @item Address
19912 @item Func-name
19913 @item Offset
19914 @item Instruction
19915 @end itemize
19916
19917 Note that whatever included in the instruction field, is not manipulated
19918 directely by @sc{gdb/mi}, i.e. it is not possible to adjust its format.
19919
19920 @subsubheading @value{GDBN} Command
19921
19922 There's no direct mapping from this command to the CLI.
19923
19924 @subsubheading Example
19925
19926 Disassemble from the current value of @code{$pc} to @code{$pc + 20}:
19927
19928 @smallexample
19929 (gdb)
19930 -data-disassemble -s $pc -e "$pc + 20" -- 0
19931 ^done,
19932 asm_insns=[
19933 @{address="0x000107c0",func-name="main",offset="4",
19934 inst="mov  2, %o0"@},
19935 @{address="0x000107c4",func-name="main",offset="8",
19936 inst="sethi  %hi(0x11800), %o2"@},
19937 @{address="0x000107c8",func-name="main",offset="12",
19938 inst="or  %o2, 0x140, %o1\t! 0x11940 <_lib_version+8>"@},
19939 @{address="0x000107cc",func-name="main",offset="16",
19940 inst="sethi  %hi(0x11800), %o2"@},
19941 @{address="0x000107d0",func-name="main",offset="20",
19942 inst="or  %o2, 0x168, %o4\t! 0x11968 <_lib_version+48>"@}]
19943 (gdb)
19944 @end smallexample
19945
19946 Disassemble the whole @code{main} function.  Line 32 is part of
19947 @code{main}.
19948
19949 @smallexample
19950 -data-disassemble -f basics.c -l 32 -- 0
19951 ^done,asm_insns=[
19952 @{address="0x000107bc",func-name="main",offset="0",
19953 inst="save  %sp, -112, %sp"@},
19954 @{address="0x000107c0",func-name="main",offset="4",
19955 inst="mov   2, %o0"@},
19956 @{address="0x000107c4",func-name="main",offset="8",
19957 inst="sethi %hi(0x11800), %o2"@},
19958 [@dots{}]
19959 @{address="0x0001081c",func-name="main",offset="96",inst="ret "@},
19960 @{address="0x00010820",func-name="main",offset="100",inst="restore "@}]
19961 (gdb)
19962 @end smallexample
19963
19964 Disassemble 3 instructions from the start of @code{main}:
19965
19966 @smallexample
19967 (gdb)
19968 -data-disassemble -f basics.c -l 32 -n 3 -- 0
19969 ^done,asm_insns=[
19970 @{address="0x000107bc",func-name="main",offset="0",
19971 inst="save  %sp, -112, %sp"@},
19972 @{address="0x000107c0",func-name="main",offset="4",
19973 inst="mov  2, %o0"@},
19974 @{address="0x000107c4",func-name="main",offset="8",
19975 inst="sethi  %hi(0x11800), %o2"@}]
19976 (gdb)
19977 @end smallexample
19978
19979 Disassemble 3 instructions from the start of @code{main} in mixed mode:
19980
19981 @smallexample
19982 (gdb)
19983 -data-disassemble -f basics.c -l 32 -n 3 -- 1
19984 ^done,asm_insns=[
19985 src_and_asm_line=@{line="31",
19986 file="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb/ \
19987   testsuite/gdb.mi/basics.c",line_asm_insn=[
19988 @{address="0x000107bc",func-name="main",offset="0",
19989 inst="save  %sp, -112, %sp"@}]@},
19990 src_and_asm_line=@{line="32",
19991 file="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb/ \
19992   testsuite/gdb.mi/basics.c",line_asm_insn=[
19993 @{address="0x000107c0",func-name="main",offset="4",
19994 inst="mov  2, %o0"@},
19995 @{address="0x000107c4",func-name="main",offset="8",
19996 inst="sethi  %hi(0x11800), %o2"@}]@}]
19997 (gdb)
19998 @end smallexample
19999
20000
20001 @subheading The @code{-data-evaluate-expression} Command
20002 @findex -data-evaluate-expression
20003
20004 @subsubheading Synopsis
20005
20006 @smallexample
20007  -data-evaluate-expression @var{expr}
20008 @end smallexample
20009
20010 Evaluate @var{expr} as an expression.  The expression could contain an
20011 inferior function call.  The function call will execute synchronously.
20012 If the expression contains spaces, it must be enclosed in double quotes.
20013
20014 @subsubheading @value{GDBN} Command
20015
20016 The corresponding @value{GDBN} commands are @samp{print}, @samp{output}, and
20017 @samp{call}.  In @code{gdbtk} only, there's a corresponding
20018 @samp{gdb_eval} command.
20019
20020 @subsubheading Example
20021
20022 In the following example, the numbers that precede the commands are the
20023 @dfn{tokens} described in @ref{GDB/MI Command Syntax, ,@sc{gdb/mi}
20024 Command Syntax}.  Notice how @sc{gdb/mi} returns the same tokens in its
20025 output.
20026
20027 @smallexample
20028 211-data-evaluate-expression A
20029 211^done,value="1"
20030 (gdb)
20031 311-data-evaluate-expression &A
20032 311^done,value="0xefffeb7c"
20033 (gdb)
20034 411-data-evaluate-expression A+3
20035 411^done,value="4"
20036 (gdb)
20037 511-data-evaluate-expression "A + 3"
20038 511^done,value="4"
20039 (gdb)
20040 @end smallexample
20041
20042
20043 @subheading The @code{-data-list-changed-registers} Command
20044 @findex -data-list-changed-registers
20045
20046 @subsubheading Synopsis
20047
20048 @smallexample
20049  -data-list-changed-registers
20050 @end smallexample
20051
20052 Display a list of the registers that have changed.
20053
20054 @subsubheading @value{GDBN} Command
20055
20056 @value{GDBN} doesn't have a direct analog for this command; @code{gdbtk}
20057 has the corresponding command @samp{gdb_changed_register_list}.
20058
20059 @subsubheading Example
20060
20061 On a PPC MBX board:
20062
20063 @smallexample
20064 (gdb)
20065 -exec-continue
20066 ^running
20067
20068 (gdb)
20069 *stopped,reason="breakpoint-hit",bkptno="1",frame=@{func="main",
20070 args=[],file="try.c",fullname="/home/foo/bar/try.c",line="5"@}
20071 (gdb)
20072 -data-list-changed-registers
20073 ^done,changed-registers=["0","1","2","4","5","6","7","8","9",
20074 "10","11","13","14","15","16","17","18","19","20","21","22","23",
20075 "24","25","26","27","28","30","31","64","65","66","67","69"]
20076 (gdb)
20077 @end smallexample
20078
20079
20080 @subheading The @code{-data-list-register-names} Command
20081 @findex -data-list-register-names
20082
20083 @subsubheading Synopsis
20084
20085 @smallexample
20086  -data-list-register-names [ ( @var{regno} )+ ]
20087 @end smallexample
20088
20089 Show a list of register names for the current target.  If no arguments
20090 are given, it shows a list of the names of all the registers.  If
20091 integer numbers are given as arguments, it will print a list of the
20092 names of the registers corresponding to the arguments.  To ensure
20093 consistency between a register name and its number, the output list may
20094 include empty register names.
20095
20096 @subsubheading @value{GDBN} Command
20097
20098 @value{GDBN} does not have a command which corresponds to
20099 @samp{-data-list-register-names}.  In @code{gdbtk} there is a
20100 corresponding command @samp{gdb_regnames}.
20101
20102 @subsubheading Example
20103
20104 For the PPC MBX board:
20105 @smallexample
20106 (gdb)
20107 -data-list-register-names
20108 ^done,register-names=["r0","r1","r2","r3","r4","r5","r6","r7",
20109 "r8","r9","r10","r11","r12","r13","r14","r15","r16","r17","r18",
20110 "r19","r20","r21","r22","r23","r24","r25","r26","r27","r28","r29",
20111 "r30","r31","f0","f1","f2","f3","f4","f5","f6","f7","f8","f9",
20112 "f10","f11","f12","f13","f14","f15","f16","f17","f18","f19","f20",
20113 "f21","f22","f23","f24","f25","f26","f27","f28","f29","f30","f31",
20114 "", "pc","ps","cr","lr","ctr","xer"]
20115 (gdb)
20116 -data-list-register-names 1 2 3
20117 ^done,register-names=["r1","r2","r3"]
20118 (gdb)
20119 @end smallexample
20120
20121 @subheading The @code{-data-list-register-values} Command
20122 @findex -data-list-register-values
20123
20124 @subsubheading Synopsis
20125
20126 @smallexample
20127  -data-list-register-values @var{fmt} [ ( @var{regno} )*]
20128 @end smallexample
20129
20130 Display the registers' contents.  @var{fmt} is the format according to
20131 which the registers' contents are to be returned, followed by an optional
20132 list of numbers specifying the registers to display.  A missing list of
20133 numbers indicates that the contents of all the registers must be returned.
20134
20135 Allowed formats for @var{fmt} are:
20136
20137 @table @code
20138 @item x
20139 Hexadecimal
20140 @item o
20141 Octal
20142 @item t
20143 Binary
20144 @item d
20145 Decimal
20146 @item r
20147 Raw
20148 @item N
20149 Natural
20150 @end table
20151
20152 @subsubheading @value{GDBN} Command
20153
20154 The corresponding @value{GDBN} commands are @samp{info reg}, @samp{info
20155 all-reg}, and (in @code{gdbtk}) @samp{gdb_fetch_registers}.
20156
20157 @subsubheading Example
20158
20159 For a PPC MBX board (note: line breaks are for readability only, they
20160 don't appear in the actual output):
20161
20162 @smallexample
20163 (gdb)
20164 -data-list-register-values r 64 65
20165 ^done,register-values=[@{number="64",value="0xfe00a300"@},
20166 @{number="65",value="0x00029002"@}]
20167 (gdb)
20168 -data-list-register-values x
20169 ^done,register-values=[@{number="0",value="0xfe0043c8"@},
20170 @{number="1",value="0x3fff88"@},@{number="2",value="0xfffffffe"@},
20171 @{number="3",value="0x0"@},@{number="4",value="0xa"@},
20172 @{number="5",value="0x3fff68"@},@{number="6",value="0x3fff58"@},
20173 @{number="7",value="0xfe011e98"@},@{number="8",value="0x2"@},
20174 @{number="9",value="0xfa202820"@},@{number="10",value="0xfa202808"@},
20175 @{number="11",value="0x1"@},@{number="12",value="0x0"@},
20176 @{number="13",value="0x4544"@},@{number="14",value="0xffdfffff"@},
20177 @{number="15",value="0xffffffff"@},@{number="16",value="0xfffffeff"@},
20178 @{number="17",value="0xefffffed"@},@{number="18",value="0xfffffffe"@},
20179 @{number="19",value="0xffffffff"@},@{number="20",value="0xffffffff"@},
20180 @{number="21",value="0xffffffff"@},@{number="22",value="0xfffffff7"@},
20181 @{number="23",value="0xffffffff"@},@{number="24",value="0xffffffff"@},
20182 @{number="25",value="0xffffffff"@},@{number="26",value="0xfffffffb"@},
20183 @{number="27",value="0xffffffff"@},@{number="28",value="0xf7bfffff"@},
20184 @{number="29",value="0x0"@},@{number="30",value="0xfe010000"@},
20185 @{number="31",value="0x0"@},@{number="32",value="0x0"@},
20186 @{number="33",value="0x0"@},@{number="34",value="0x0"@},
20187 @{number="35",value="0x0"@},@{number="36",value="0x0"@},
20188 @{number="37",value="0x0"@},@{number="38",value="0x0"@},
20189 @{number="39",value="0x0"@},@{number="40",value="0x0"@},
20190 @{number="41",value="0x0"@},@{number="42",value="0x0"@},
20191 @{number="43",value="0x0"@},@{number="44",value="0x0"@},
20192 @{number="45",value="0x0"@},@{number="46",value="0x0"@},
20193 @{number="47",value="0x0"@},@{number="48",value="0x0"@},
20194 @{number="49",value="0x0"@},@{number="50",value="0x0"@},
20195 @{number="51",value="0x0"@},@{number="52",value="0x0"@},
20196 @{number="53",value="0x0"@},@{number="54",value="0x0"@},
20197 @{number="55",value="0x0"@},@{number="56",value="0x0"@},
20198 @{number="57",value="0x0"@},@{number="58",value="0x0"@},
20199 @{number="59",value="0x0"@},@{number="60",value="0x0"@},
20200 @{number="61",value="0x0"@},@{number="62",value="0x0"@},
20201 @{number="63",value="0x0"@},@{number="64",value="0xfe00a300"@},
20202 @{number="65",value="0x29002"@},@{number="66",value="0x202f04b5"@},
20203 @{number="67",value="0xfe0043b0"@},@{number="68",value="0xfe00b3e4"@},
20204 @{number="69",value="0x20002b03"@}]
20205 (gdb)
20206 @end smallexample
20207
20208
20209 @subheading The @code{-data-read-memory} Command
20210 @findex -data-read-memory
20211
20212 @subsubheading Synopsis
20213
20214 @smallexample
20215  -data-read-memory [ -o @var{byte-offset} ]
20216    @var{address} @var{word-format} @var{word-size}
20217    @var{nr-rows} @var{nr-cols} [ @var{aschar} ]
20218 @end smallexample
20219
20220 @noindent
20221 where:
20222
20223 @table @samp
20224 @item @var{address}
20225 An expression specifying the address of the first memory word to be
20226 read.  Complex expressions containing embedded white space should be
20227 quoted using the C convention.
20228
20229 @item @var{word-format}
20230 The format to be used to print the memory words.  The notation is the
20231 same as for @value{GDBN}'s @code{print} command (@pxref{Output Formats,
20232 ,Output formats}).
20233
20234 @item @var{word-size}
20235 The size of each memory word in bytes.
20236
20237 @item @var{nr-rows}
20238 The number of rows in the output table.
20239
20240 @item @var{nr-cols}
20241 The number of columns in the output table.
20242
20243 @item @var{aschar}
20244 If present, indicates that each row should include an @sc{ascii} dump.  The
20245 value of @var{aschar} is used as a padding character when a byte is not a
20246 member of the printable @sc{ascii} character set (printable @sc{ascii}
20247 characters are those whose code is between 32 and 126, inclusively).
20248
20249 @item @var{byte-offset}
20250 An offset to add to the @var{address} before fetching memory.
20251 @end table
20252
20253 This command displays memory contents as a table of @var{nr-rows} by
20254 @var{nr-cols} words, each word being @var{word-size} bytes.  In total,
20255 @code{@var{nr-rows} * @var{nr-cols} * @var{word-size}} bytes are read
20256 (returned as @samp{total-bytes}).  Should less than the requested number
20257 of bytes be returned by the target, the missing words are identified
20258 using @samp{N/A}.  The number of bytes read from the target is returned
20259 in @samp{nr-bytes} and the starting address used to read memory in
20260 @samp{addr}.
20261
20262 The address of the next/previous row or page is available in
20263 @samp{next-row} and @samp{prev-row}, @samp{next-page} and
20264 @samp{prev-page}.
20265
20266 @subsubheading @value{GDBN} Command
20267
20268 The corresponding @value{GDBN} command is @samp{x}.  @code{gdbtk} has
20269 @samp{gdb_get_mem} memory read command.
20270
20271 @subsubheading Example
20272
20273 Read six bytes of memory starting at @code{bytes+6} but then offset by
20274 @code{-6} bytes.  Format as three rows of two columns.  One byte per
20275 word.  Display each word in hex.
20276
20277 @smallexample
20278 (gdb)
20279 9-data-read-memory -o -6 -- bytes+6 x 1 3 2
20280 9^done,addr="0x00001390",nr-bytes="6",total-bytes="6",
20281 next-row="0x00001396",prev-row="0x0000138e",next-page="0x00001396",
20282 prev-page="0x0000138a",memory=[
20283 @{addr="0x00001390",data=["0x00","0x01"]@},
20284 @{addr="0x00001392",data=["0x02","0x03"]@},
20285 @{addr="0x00001394",data=["0x04","0x05"]@}]
20286 (gdb)
20287 @end smallexample
20288
20289 Read two bytes of memory starting at address @code{shorts + 64} and
20290 display as a single word formatted in decimal.
20291
20292 @smallexample
20293 (gdb)
20294 5-data-read-memory shorts+64 d 2 1 1
20295 5^done,addr="0x00001510",nr-bytes="2",total-bytes="2",
20296 next-row="0x00001512",prev-row="0x0000150e",
20297 next-page="0x00001512",prev-page="0x0000150e",memory=[
20298 @{addr="0x00001510",data=["128"]@}]
20299 (gdb)
20300 @end smallexample
20301
20302 Read thirty two bytes of memory starting at @code{bytes+16} and format
20303 as eight rows of four columns.  Include a string encoding with @samp{x}
20304 used as the non-printable character.
20305
20306 @smallexample
20307 (gdb)
20308 4-data-read-memory bytes+16 x 1 8 4 x
20309 4^done,addr="0x000013a0",nr-bytes="32",total-bytes="32",
20310 next-row="0x000013c0",prev-row="0x0000139c",
20311 next-page="0x000013c0",prev-page="0x00001380",memory=[
20312 @{addr="0x000013a0",data=["0x10","0x11","0x12","0x13"],ascii="xxxx"@},
20313 @{addr="0x000013a4",data=["0x14","0x15","0x16","0x17"],ascii="xxxx"@},
20314 @{addr="0x000013a8",data=["0x18","0x19","0x1a","0x1b"],ascii="xxxx"@},
20315 @{addr="0x000013ac",data=["0x1c","0x1d","0x1e","0x1f"],ascii="xxxx"@},
20316 @{addr="0x000013b0",data=["0x20","0x21","0x22","0x23"],ascii=" !\"#"@},
20317 @{addr="0x000013b4",data=["0x24","0x25","0x26","0x27"],ascii="$%&'"@},
20318 @{addr="0x000013b8",data=["0x28","0x29","0x2a","0x2b"],ascii="()*+"@},
20319 @{addr="0x000013bc",data=["0x2c","0x2d","0x2e","0x2f"],ascii=",-./"@}]
20320 (gdb)
20321 @end smallexample
20322
20323 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
20324 @node GDB/MI Tracepoint Commands
20325 @section @sc{gdb/mi} Tracepoint Commands
20326
20327 The tracepoint commands are not yet implemented.
20328
20329 @c @subheading -trace-actions
20330
20331 @c @subheading -trace-delete
20332
20333 @c @subheading -trace-disable
20334
20335 @c @subheading -trace-dump
20336
20337 @c @subheading -trace-enable
20338
20339 @c @subheading -trace-exists
20340
20341 @c @subheading -trace-find
20342
20343 @c @subheading -trace-frame-number
20344
20345 @c @subheading -trace-info
20346
20347 @c @subheading -trace-insert
20348
20349 @c @subheading -trace-list
20350
20351 @c @subheading -trace-pass-count
20352
20353 @c @subheading -trace-save
20354
20355 @c @subheading -trace-start
20356
20357 @c @subheading -trace-stop
20358
20359
20360 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
20361 @node GDB/MI Symbol Query
20362 @section @sc{gdb/mi} Symbol Query Commands
20363
20364
20365 @subheading The @code{-symbol-info-address} Command
20366 @findex -symbol-info-address
20367
20368 @subsubheading Synopsis
20369
20370 @smallexample
20371  -symbol-info-address @var{symbol}
20372 @end smallexample
20373
20374 Describe where @var{symbol} is stored.
20375
20376 @subsubheading @value{GDBN} Command
20377
20378 The corresponding @value{GDBN} command is @samp{info address}.
20379
20380 @subsubheading Example
20381 N.A.
20382
20383
20384 @subheading The @code{-symbol-info-file} Command
20385 @findex -symbol-info-file
20386
20387 @subsubheading Synopsis
20388
20389 @smallexample
20390  -symbol-info-file
20391 @end smallexample
20392
20393 Show the file for the symbol.
20394
20395 @subsubheading @value{GDBN} Command
20396
20397 There's no equivalent @value{GDBN} command.  @code{gdbtk} has
20398 @samp{gdb_find_file}.
20399
20400 @subsubheading Example
20401 N.A.
20402
20403
20404 @subheading The @code{-symbol-info-function} Command
20405 @findex -symbol-info-function
20406
20407 @subsubheading Synopsis
20408
20409 @smallexample
20410  -symbol-info-function
20411 @end smallexample
20412
20413 Show which function the symbol lives in.
20414
20415 @subsubheading @value{GDBN} Command
20416
20417 @samp{gdb_get_function} in @code{gdbtk}.
20418
20419 @subsubheading Example
20420 N.A.
20421
20422
20423 @subheading The @code{-symbol-info-line} Command
20424 @findex -symbol-info-line
20425
20426 @subsubheading Synopsis
20427
20428 @smallexample
20429  -symbol-info-line
20430 @end smallexample
20431
20432 Show the core addresses of the code for a source line.
20433
20434 @subsubheading @value{GDBN} Command
20435
20436 The corresponding @value{GDBN} command is @samp{info line}.
20437 @code{gdbtk} has the @samp{gdb_get_line} and @samp{gdb_get_file} commands.
20438
20439 @subsubheading Example
20440 N.A.
20441
20442
20443 @subheading The @code{-symbol-info-symbol} Command
20444 @findex -symbol-info-symbol
20445
20446 @subsubheading Synopsis
20447
20448 @smallexample
20449  -symbol-info-symbol @var{addr}
20450 @end smallexample
20451
20452 Describe what symbol is at location @var{addr}.
20453
20454 @subsubheading @value{GDBN} Command
20455
20456 The corresponding @value{GDBN} command is @samp{info symbol}.
20457
20458 @subsubheading Example
20459 N.A.
20460
20461
20462 @subheading The @code{-symbol-list-functions} Command
20463 @findex -symbol-list-functions
20464
20465 @subsubheading Synopsis
20466
20467 @smallexample
20468  -symbol-list-functions
20469 @end smallexample
20470
20471 List the functions in the executable.
20472
20473 @subsubheading @value{GDBN} Command
20474
20475 @samp{info functions} in @value{GDBN}, @samp{gdb_listfunc} and
20476 @samp{gdb_search} in @code{gdbtk}.
20477
20478 @subsubheading Example
20479 N.A.
20480
20481
20482 @subheading The @code{-symbol-list-lines} Command
20483 @findex -symbol-list-lines
20484
20485 @subsubheading Synopsis
20486
20487 @smallexample
20488  -symbol-list-lines @var{filename}
20489 @end smallexample
20490
20491 Print the list of lines that contain code and their associated program
20492 addresses for the given source filename.  The entries are sorted in
20493 ascending PC order.
20494
20495 @subsubheading @value{GDBN} Command
20496
20497 There is no corresponding @value{GDBN} command.
20498
20499 @subsubheading Example
20500 @smallexample
20501 (gdb)
20502 -symbol-list-lines basics.c
20503 ^done,lines=[@{pc="0x08048554",line="7"@},@{pc="0x0804855a",line="8"@}]
20504 (gdb)
20505 @end smallexample
20506
20507
20508 @subheading The @code{-symbol-list-types} Command
20509 @findex -symbol-list-types
20510
20511 @subsubheading Synopsis
20512
20513 @smallexample
20514  -symbol-list-types
20515 @end smallexample
20516
20517 List all the type names.
20518
20519 @subsubheading @value{GDBN} Command
20520
20521 The corresponding commands are @samp{info types} in @value{GDBN},
20522 @samp{gdb_search} in @code{gdbtk}.
20523
20524 @subsubheading Example
20525 N.A.
20526
20527
20528 @subheading The @code{-symbol-list-variables} Command
20529 @findex -symbol-list-variables
20530
20531 @subsubheading Synopsis
20532
20533 @smallexample
20534  -symbol-list-variables
20535 @end smallexample
20536
20537 List all the global and static variable names.
20538
20539 @subsubheading @value{GDBN} Command
20540
20541 @samp{info variables} in @value{GDBN}, @samp{gdb_search} in @code{gdbtk}.
20542
20543 @subsubheading Example
20544 N.A.
20545
20546
20547 @subheading The @code{-symbol-locate} Command
20548 @findex -symbol-locate
20549
20550 @subsubheading Synopsis
20551
20552 @smallexample
20553  -symbol-locate
20554 @end smallexample
20555
20556 @subsubheading @value{GDBN} Command
20557
20558 @samp{gdb_loc} in @code{gdbtk}.
20559
20560 @subsubheading Example
20561 N.A.
20562
20563
20564 @subheading The @code{-symbol-type} Command
20565 @findex -symbol-type
20566
20567 @subsubheading Synopsis
20568
20569 @smallexample
20570  -symbol-type @var{variable}
20571 @end smallexample
20572
20573 Show type of @var{variable}.
20574
20575 @subsubheading @value{GDBN} Command
20576
20577 The corresponding @value{GDBN} command is @samp{ptype}, @code{gdbtk} has
20578 @samp{gdb_obj_variable}.
20579
20580 @subsubheading Example
20581 N.A.
20582
20583
20584 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
20585 @node GDB/MI File Commands
20586 @section @sc{gdb/mi} File Commands
20587
20588 This section describes the GDB/MI commands to specify executable file names
20589 and to read in and obtain symbol table information.
20590
20591 @subheading The @code{-file-exec-and-symbols} Command
20592 @findex -file-exec-and-symbols
20593
20594 @subsubheading Synopsis
20595
20596 @smallexample
20597  -file-exec-and-symbols @var{file}
20598 @end smallexample
20599
20600 Specify the executable file to be debugged.  This file is the one from
20601 which the symbol table is also read.  If no file is specified, the
20602 command clears the executable and symbol information.  If breakpoints
20603 are set when using this command with no arguments, @value{GDBN} will produce
20604 error messages.  Otherwise, no output is produced, except a completion
20605 notification.
20606
20607 @subsubheading @value{GDBN} Command
20608
20609 The corresponding @value{GDBN} command is @samp{file}.
20610
20611 @subsubheading Example
20612
20613 @smallexample
20614 (gdb)
20615 -file-exec-and-symbols /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
20616 ^done
20617 (gdb)
20618 @end smallexample
20619
20620
20621 @subheading The @code{-file-exec-file} Command
20622 @findex -file-exec-file
20623
20624 @subsubheading Synopsis
20625
20626 @smallexample
20627  -file-exec-file @var{file}
20628 @end smallexample
20629
20630 Specify the executable file to be debugged.  Unlike
20631 @samp{-file-exec-and-symbols}, the symbol table is @emph{not} read
20632 from this file.  If used without argument, @value{GDBN} clears the information
20633 about the executable file.  No output is produced, except a completion
20634 notification.
20635
20636 @subsubheading @value{GDBN} Command
20637
20638 The corresponding @value{GDBN} command is @samp{exec-file}.
20639
20640 @subsubheading Example
20641
20642 @smallexample
20643 (gdb)
20644 -file-exec-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
20645 ^done
20646 (gdb)
20647 @end smallexample
20648
20649
20650 @subheading The @code{-file-list-exec-sections} Command
20651 @findex -file-list-exec-sections
20652
20653 @subsubheading Synopsis
20654
20655 @smallexample
20656  -file-list-exec-sections
20657 @end smallexample
20658
20659 List the sections of the current executable file.
20660
20661 @subsubheading @value{GDBN} Command
20662
20663 The @value{GDBN} command @samp{info file} shows, among the rest, the same
20664 information as this command.  @code{gdbtk} has a corresponding command
20665 @samp{gdb_load_info}.
20666
20667 @subsubheading Example
20668 N.A.
20669
20670
20671 @subheading The @code{-file-list-exec-source-file} Command
20672 @findex -file-list-exec-source-file
20673
20674 @subsubheading Synopsis
20675
20676 @smallexample
20677  -file-list-exec-source-file
20678 @end smallexample
20679
20680 List the line number, the current source file, and the absolute path
20681 to the current source file for the current executable.
20682
20683 @subsubheading @value{GDBN} Command
20684
20685 The @value{GDBN} equivalent is @samp{info source}
20686
20687 @subsubheading Example
20688
20689 @smallexample
20690 (gdb)
20691 123-file-list-exec-source-file
20692 123^done,line="1",file="foo.c",fullname="/home/bar/foo.c"
20693 (gdb)
20694 @end smallexample
20695
20696
20697 @subheading The @code{-file-list-exec-source-files} Command
20698 @findex -file-list-exec-source-files
20699
20700 @subsubheading Synopsis
20701
20702 @smallexample
20703  -file-list-exec-source-files
20704 @end smallexample
20705
20706 List the source files for the current executable.
20707
20708 It will always output the filename, but only when GDB can find the absolute
20709 file name of a source file, will it output the fullname.
20710
20711 @subsubheading @value{GDBN} Command
20712
20713 The @value{GDBN} equivalent is @samp{info sources}.
20714 @code{gdbtk} has an analogous command @samp{gdb_listfiles}.
20715
20716 @subsubheading Example
20717 @smallexample
20718 (gdb)
20719 -file-list-exec-source-files
20720 ^done,files=[
20721 @{file=foo.c,fullname=/home/foo.c@},
20722 @{file=/home/bar.c,fullname=/home/bar.c@},
20723 @{file=gdb_could_not_find_fullpath.c@}]
20724 (gdb)
20725 @end smallexample
20726
20727 @subheading The @code{-file-list-shared-libraries} Command
20728 @findex -file-list-shared-libraries
20729
20730 @subsubheading Synopsis
20731
20732 @smallexample
20733  -file-list-shared-libraries
20734 @end smallexample
20735
20736 List the shared libraries in the program.
20737
20738 @subsubheading @value{GDBN} Command
20739
20740 The corresponding @value{GDBN} command is @samp{info shared}.
20741
20742 @subsubheading Example
20743 N.A.
20744
20745
20746 @subheading The @code{-file-list-symbol-files} Command
20747 @findex -file-list-symbol-files
20748
20749 @subsubheading Synopsis
20750
20751 @smallexample
20752  -file-list-symbol-files
20753 @end smallexample
20754
20755 List symbol files.
20756
20757 @subsubheading @value{GDBN} Command
20758
20759 The corresponding @value{GDBN} command is @samp{info file} (part of it).
20760
20761 @subsubheading Example
20762 N.A.
20763
20764
20765 @subheading The @code{-file-symbol-file} Command
20766 @findex -file-symbol-file
20767
20768 @subsubheading Synopsis
20769
20770 @smallexample
20771  -file-symbol-file @var{file}
20772 @end smallexample
20773
20774 Read symbol table info from the specified @var{file} argument.  When
20775 used without arguments, clears @value{GDBN}'s symbol table info.  No output is
20776 produced, except for a completion notification.
20777
20778 @subsubheading @value{GDBN} Command
20779
20780 The corresponding @value{GDBN} command is @samp{symbol-file}.
20781
20782 @subsubheading Example
20783
20784 @smallexample
20785 (gdb)
20786 -file-symbol-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
20787 ^done
20788 (gdb)
20789 @end smallexample
20790
20791 @ignore
20792 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
20793 @node GDB/MI Memory Overlay Commands
20794 @section @sc{gdb/mi} Memory Overlay Commands
20795
20796 The memory overlay commands are not implemented.
20797
20798 @c @subheading -overlay-auto
20799
20800 @c @subheading -overlay-list-mapping-state
20801
20802 @c @subheading -overlay-list-overlays
20803
20804 @c @subheading -overlay-map
20805
20806 @c @subheading -overlay-off
20807
20808 @c @subheading -overlay-on
20809
20810 @c @subheading -overlay-unmap
20811
20812 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
20813 @node GDB/MI Signal Handling Commands
20814 @section @sc{gdb/mi} Signal Handling Commands
20815
20816 Signal handling commands are not implemented.
20817
20818 @c @subheading -signal-handle
20819
20820 @c @subheading -signal-list-handle-actions
20821
20822 @c @subheading -signal-list-signal-types
20823 @end ignore
20824
20825
20826 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
20827 @node GDB/MI Target Manipulation
20828 @section @sc{gdb/mi} Target Manipulation Commands
20829
20830
20831 @subheading The @code{-target-attach} Command
20832 @findex -target-attach
20833
20834 @subsubheading Synopsis
20835
20836 @smallexample
20837  -target-attach @var{pid} | @var{file}
20838 @end smallexample
20839
20840 Attach to a process @var{pid} or a file @var{file} outside of @value{GDBN}.
20841
20842 @subsubheading @value{GDBN} command
20843
20844 The corresponding @value{GDBN} command is @samp{attach}.
20845
20846 @subsubheading Example
20847 N.A.
20848
20849
20850 @subheading The @code{-target-compare-sections} Command
20851 @findex -target-compare-sections
20852
20853 @subsubheading Synopsis
20854
20855 @smallexample
20856  -target-compare-sections [ @var{section} ]
20857 @end smallexample
20858
20859 Compare data of section @var{section} on target to the exec file.
20860 Without the argument, all sections are compared.
20861
20862 @subsubheading @value{GDBN} Command
20863
20864 The @value{GDBN} equivalent is @samp{compare-sections}.
20865
20866 @subsubheading Example
20867 N.A.
20868
20869
20870 @subheading The @code{-target-detach} Command
20871 @findex -target-detach
20872
20873 @subsubheading Synopsis
20874
20875 @smallexample
20876  -target-detach
20877 @end smallexample
20878
20879 Detach from the remote target which normally resumes its execution.
20880 There's no output.
20881
20882 @subsubheading @value{GDBN} command
20883
20884 The corresponding @value{GDBN} command is @samp{detach}.
20885
20886 @subsubheading Example
20887
20888 @smallexample
20889 (gdb)
20890 -target-detach
20891 ^done
20892 (gdb)
20893 @end smallexample
20894
20895
20896 @subheading The @code{-target-disconnect} Command
20897 @findex -target-disconnect
20898
20899 @subsubheading Synopsis
20900
20901 @example
20902  -target-disconnect
20903 @end example
20904
20905 Disconnect from the remote target.  There's no output and the target is
20906 generally not resumed.
20907
20908 @subsubheading @value{GDBN} command
20909
20910 The corresponding @value{GDBN} command is @samp{disconnect}.
20911
20912 @subsubheading Example
20913
20914 @smallexample
20915 (gdb)
20916 -target-disconnect
20917 ^done
20918 (gdb)
20919 @end smallexample
20920
20921
20922 @subheading The @code{-target-download} Command
20923 @findex -target-download
20924
20925 @subsubheading Synopsis
20926
20927 @smallexample
20928  -target-download
20929 @end smallexample
20930
20931 Loads the executable onto the remote target.
20932 It prints out an update message every half second, which includes the fields:
20933
20934 @table @samp
20935 @item section
20936 The name of the section.
20937 @item section-sent
20938 The size of what has been sent so far for that section.
20939 @item section-size
20940 The size of the section.
20941 @item total-sent
20942 The total size of what was sent so far (the current and the previous sections).
20943 @item total-size
20944 The size of the overall executable to download.
20945 @end table
20946
20947 @noindent
20948 Each message is sent as status record (@pxref{GDB/MI Output Syntax, ,
20949 @sc{gdb/mi} Output Syntax}).
20950
20951 In addition, it prints the name and size of the sections, as they are
20952 downloaded.  These messages include the following fields:
20953
20954 @table @samp
20955 @item section
20956 The name of the section.
20957 @item section-size
20958 The size of the section.
20959 @item total-size
20960 The size of the overall executable to download.
20961 @end table
20962
20963 @noindent
20964 At the end, a summary is printed.
20965
20966 @subsubheading @value{GDBN} Command
20967
20968 The corresponding @value{GDBN} command is @samp{load}.
20969
20970 @subsubheading Example
20971
20972 Note: each status message appears on a single line.  Here the messages
20973 have been broken down so that they can fit onto a page.
20974
20975 @smallexample
20976 (gdb)
20977 -target-download
20978 +download,@{section=".text",section-size="6668",total-size="9880"@}
20979 +download,@{section=".text",section-sent="512",section-size="6668",
20980 total-sent="512",total-size="9880"@}
20981 +download,@{section=".text",section-sent="1024",section-size="6668",
20982 total-sent="1024",total-size="9880"@}
20983 +download,@{section=".text",section-sent="1536",section-size="6668",
20984 total-sent="1536",total-size="9880"@}
20985 +download,@{section=".text",section-sent="2048",section-size="6668",
20986 total-sent="2048",total-size="9880"@}
20987 +download,@{section=".text",section-sent="2560",section-size="6668",
20988 total-sent="2560",total-size="9880"@}
20989 +download,@{section=".text",section-sent="3072",section-size="6668",
20990 total-sent="3072",total-size="9880"@}
20991 +download,@{section=".text",section-sent="3584",section-size="6668",
20992 total-sent="3584",total-size="9880"@}
20993 +download,@{section=".text",section-sent="4096",section-size="6668",
20994 total-sent="4096",total-size="9880"@}
20995 +download,@{section=".text",section-sent="4608",section-size="6668",
20996 total-sent="4608",total-size="9880"@}
20997 +download,@{section=".text",section-sent="5120",section-size="6668",
20998 total-sent="5120",total-size="9880"@}
20999 +download,@{section=".text",section-sent="5632",section-size="6668",
21000 total-sent="5632",total-size="9880"@}
21001 +download,@{section=".text",section-sent="6144",section-size="6668",
21002 total-sent="6144",total-size="9880"@}
21003 +download,@{section=".text",section-sent="6656",section-size="6668",
21004 total-sent="6656",total-size="9880"@}
21005 +download,@{section=".init",section-size="28",total-size="9880"@}
21006 +download,@{section=".fini",section-size="28",total-size="9880"@}
21007 +download,@{section=".data",section-size="3156",total-size="9880"@}
21008 +download,@{section=".data",section-sent="512",section-size="3156",
21009 total-sent="7236",total-size="9880"@}
21010 +download,@{section=".data",section-sent="1024",section-size="3156",
21011 total-sent="7748",total-size="9880"@}
21012 +download,@{section=".data",section-sent="1536",section-size="3156",
21013 total-sent="8260",total-size="9880"@}
21014 +download,@{section=".data",section-sent="2048",section-size="3156",
21015 total-sent="8772",total-size="9880"@}
21016 +download,@{section=".data",section-sent="2560",section-size="3156",
21017 total-sent="9284",total-size="9880"@}
21018 +download,@{section=".data",section-sent="3072",section-size="3156",
21019 total-sent="9796",total-size="9880"@}
21020 ^done,address="0x10004",load-size="9880",transfer-rate="6586",
21021 write-rate="429"
21022 (gdb)
21023 @end smallexample
21024
21025
21026 @subheading The @code{-target-exec-status} Command
21027 @findex -target-exec-status
21028
21029 @subsubheading Synopsis
21030
21031 @smallexample
21032  -target-exec-status
21033 @end smallexample
21034
21035 Provide information on the state of the target (whether it is running or
21036 not, for instance).
21037
21038 @subsubheading @value{GDBN} Command
21039
21040 There's no equivalent @value{GDBN} command.
21041
21042 @subsubheading Example
21043 N.A.
21044
21045
21046 @subheading The @code{-target-list-available-targets} Command
21047 @findex -target-list-available-targets
21048
21049 @subsubheading Synopsis
21050
21051 @smallexample
21052  -target-list-available-targets
21053 @end smallexample
21054
21055 List the possible targets to connect to.
21056
21057 @subsubheading @value{GDBN} Command
21058
21059 The corresponding @value{GDBN} command is @samp{help target}.
21060
21061 @subsubheading Example
21062 N.A.
21063
21064
21065 @subheading The @code{-target-list-current-targets} Command
21066 @findex -target-list-current-targets
21067
21068 @subsubheading Synopsis
21069
21070 @smallexample
21071  -target-list-current-targets
21072 @end smallexample
21073
21074 Describe the current target.
21075
21076 @subsubheading @value{GDBN} Command
21077
21078 The corresponding information is printed by @samp{info file} (among
21079 other things).
21080
21081 @subsubheading Example
21082 N.A.
21083
21084
21085 @subheading The @code{-target-list-parameters} Command
21086 @findex -target-list-parameters
21087
21088 @subsubheading Synopsis
21089
21090 @smallexample
21091  -target-list-parameters
21092 @end smallexample
21093
21094 @c ????
21095
21096 @subsubheading @value{GDBN} Command
21097
21098 No equivalent.
21099
21100 @subsubheading Example
21101 N.A.
21102
21103
21104 @subheading The @code{-target-select} Command
21105 @findex -target-select
21106
21107 @subsubheading Synopsis
21108
21109 @smallexample
21110  -target-select @var{type} @var{parameters @dots{}}
21111 @end smallexample
21112
21113 Connect @value{GDBN} to the remote target.  This command takes two args:
21114
21115 @table @samp
21116 @item @var{type}
21117 The type of target, for instance @samp{async}, @samp{remote}, etc.
21118 @item @var{parameters}
21119 Device names, host names and the like.  @xref{Target Commands, ,
21120 Commands for managing targets}, for more details.
21121 @end table
21122
21123 The output is a connection notification, followed by the address at
21124 which the target program is, in the following form:
21125
21126 @smallexample
21127 ^connected,addr="@var{address}",func="@var{function name}",
21128   args=[@var{arg list}]
21129 @end smallexample
21130
21131 @subsubheading @value{GDBN} Command
21132
21133 The corresponding @value{GDBN} command is @samp{target}.
21134
21135 @subsubheading Example
21136
21137 @smallexample
21138 (gdb)
21139 -target-select async /dev/ttya
21140 ^connected,addr="0xfe00a300",func="??",args=[]
21141 (gdb)
21142 @end smallexample
21143
21144 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
21145 @node GDB/MI Miscellaneous Commands
21146 @section Miscellaneous @sc{gdb/mi} Commands
21147
21148 @c @subheading -gdb-complete
21149
21150 @subheading The @code{-gdb-exit} Command
21151 @findex -gdb-exit
21152
21153 @subsubheading Synopsis
21154
21155 @smallexample
21156  -gdb-exit
21157 @end smallexample
21158
21159 Exit @value{GDBN} immediately.
21160
21161 @subsubheading @value{GDBN} Command
21162
21163 Approximately corresponds to @samp{quit}.
21164
21165 @subsubheading Example
21166
21167 @smallexample
21168 (gdb)
21169 -gdb-exit
21170 ^exit
21171 @end smallexample
21172
21173
21174 @subheading The @code{-exec-abort} Command
21175 @findex -exec-abort
21176
21177 @subsubheading Synopsis
21178
21179 @smallexample
21180  -exec-abort
21181 @end smallexample
21182
21183 Kill the inferior running program.
21184
21185 @subsubheading @value{GDBN} Command
21186
21187 The corresponding @value{GDBN} command is @samp{kill}.
21188
21189 @subsubheading Example
21190 N.A.
21191
21192
21193 @subheading The @code{-gdb-set} Command
21194 @findex -gdb-set
21195
21196 @subsubheading Synopsis
21197
21198 @smallexample
21199  -gdb-set
21200 @end smallexample
21201
21202 Set an internal @value{GDBN} variable.
21203 @c IS THIS A DOLLAR VARIABLE? OR SOMETHING LIKE ANNOTATE ?????
21204
21205 @subsubheading @value{GDBN} Command
21206
21207 The corresponding @value{GDBN} command is @samp{set}.
21208
21209 @subsubheading Example
21210
21211 @smallexample
21212 (gdb)
21213 -gdb-set $foo=3
21214 ^done
21215 (gdb)
21216 @end smallexample
21217
21218
21219 @subheading The @code{-gdb-show} Command
21220 @findex -gdb-show
21221
21222 @subsubheading Synopsis
21223
21224 @smallexample
21225  -gdb-show
21226 @end smallexample
21227
21228 Show the current value of a @value{GDBN} variable.
21229
21230 @subsubheading @value{GDBN} command
21231
21232 The corresponding @value{GDBN} command is @samp{show}.
21233
21234 @subsubheading Example
21235
21236 @smallexample
21237 (gdb)
21238 -gdb-show annotate
21239 ^done,value="0"
21240 (gdb)
21241 @end smallexample
21242
21243 @c @subheading -gdb-source
21244
21245
21246 @subheading The @code{-gdb-version} Command
21247 @findex -gdb-version
21248
21249 @subsubheading Synopsis
21250
21251 @smallexample
21252  -gdb-version
21253 @end smallexample
21254
21255 Show version information for @value{GDBN}.  Used mostly in testing.
21256
21257 @subsubheading @value{GDBN} Command
21258
21259 The @value{GDBN} equivalent is @samp{show version}.  @value{GDBN} by
21260 default shows this information when you start an interactive session.
21261
21262 @subsubheading Example
21263
21264 @c This example modifies the actual output from GDB to avoid overfull
21265 @c box in TeX.
21266 @smallexample
21267 (gdb)
21268 -gdb-version
21269 ~GNU gdb 5.2.1
21270 ~Copyright 2000 Free Software Foundation, Inc.
21271 ~GDB is free software, covered by the GNU General Public License, and
21272 ~you are welcome to change it and/or distribute copies of it under
21273 ~ certain conditions.
21274 ~Type "show copying" to see the conditions.
21275 ~There is absolutely no warranty for GDB.  Type "show warranty" for
21276 ~ details.
21277 ~This GDB was configured as
21278  "--host=sparc-sun-solaris2.5.1 --target=ppc-eabi".
21279 ^done
21280 (gdb)
21281 @end smallexample
21282
21283 @subheading The @code{-interpreter-exec} Command
21284 @findex -interpreter-exec
21285
21286 @subheading Synopsis
21287
21288 @smallexample
21289 -interpreter-exec @var{interpreter} @var{command}
21290 @end smallexample
21291 @anchor{-interpreter-exec} 
21292
21293 Execute the specified @var{command} in the given @var{interpreter}.
21294
21295 @subheading @value{GDBN} Command
21296
21297 The corresponding @value{GDBN} command is @samp{interpreter-exec}.
21298
21299 @subheading Example
21300
21301 @smallexample
21302 (gdb)
21303 -interpreter-exec console "break main"
21304 &"During symbol reading, couldn't parse type; debugger out of date?.\n"
21305 &"During symbol reading, bad structure-type format.\n"
21306 ~"Breakpoint 1 at 0x8074fc6: file ../../src/gdb/main.c, line 743.\n"
21307 ^done
21308 (gdb)
21309 @end smallexample
21310
21311 @subheading The @code{-inferior-tty-set} Command
21312 @findex -inferior-tty-set
21313
21314 @subheading Synopsis
21315
21316 @smallexample
21317 -inferior-tty-set /dev/pts/1
21318 @end smallexample
21319
21320 Set terminal for future runs of the program being debugged.
21321
21322 @subheading @value{GDBN} Command
21323
21324 The corresponding @value{GDBN} command is @samp{set inferior-tty} /dev/pts/1.
21325
21326 @subheading Example
21327
21328 @smallexample
21329 (gdb)
21330 -inferior-tty-set /dev/pts/1
21331 ^done
21332 (gdb)
21333 @end smallexample
21334
21335 @subheading The @code{-inferior-tty-show} Command
21336 @findex -inferior-tty-show
21337
21338 @subheading Synopsis
21339
21340 @smallexample
21341 -inferior-tty-show
21342 @end smallexample
21343
21344 Show terminal for future runs of program being debugged.
21345
21346 @subheading @value{GDBN} Command
21347
21348 The corresponding @value{GDBN} command is @samp{show inferior-tty}.
21349
21350 @subheading Example
21351
21352 @smallexample
21353 (gdb)
21354 -inferior-tty-set /dev/pts/1
21355 ^done
21356 (gdb)
21357 -inferior-tty-show
21358 ^done,inferior_tty_terminal="/dev/pts/1"
21359 (gdb)
21360 @end smallexample
21361
21362 @node Annotations
21363 @chapter @value{GDBN} Annotations
21364
21365 This chapter describes annotations in @value{GDBN}.  Annotations were
21366 designed to interface @value{GDBN} to graphical user interfaces or other
21367 similar programs which want to interact with @value{GDBN} at a
21368 relatively high level.
21369
21370 The annotation mechanism has largely been superseeded by @sc{gdb/mi}
21371 (@pxref{GDB/MI}).
21372
21373 @ignore
21374 This is Edition @value{EDITION}, @value{DATE}.
21375 @end ignore
21376
21377 @menu
21378 * Annotations Overview::  What annotations are; the general syntax.
21379 * Prompting::           Annotations marking @value{GDBN}'s need for input.
21380 * Errors::              Annotations for error messages.
21381 * Invalidation::        Some annotations describe things now invalid.
21382 * Annotations for Running::
21383                         Whether the program is running, how it stopped, etc.
21384 * Source Annotations::  Annotations describing source code.
21385 @end menu
21386
21387 @node Annotations Overview
21388 @section What is an Annotation?
21389 @cindex annotations
21390
21391 Annotations start with a newline character, two @samp{control-z}
21392 characters, and the name of the annotation.  If there is no additional
21393 information associated with this annotation, the name of the annotation
21394 is followed immediately by a newline.  If there is additional
21395 information, the name of the annotation is followed by a space, the
21396 additional information, and a newline.  The additional information
21397 cannot contain newline characters.
21398
21399 Any output not beginning with a newline and two @samp{control-z}
21400 characters denotes literal output from @value{GDBN}.  Currently there is
21401 no need for @value{GDBN} to output a newline followed by two
21402 @samp{control-z} characters, but if there was such a need, the
21403 annotations could be extended with an @samp{escape} annotation which
21404 means those three characters as output.
21405
21406 The annotation @var{level}, which is specified using the
21407 @option{--annotate} command line option (@pxref{Mode Options}), controls
21408 how much information @value{GDBN} prints together with its prompt,
21409 values of expressions, source lines, and other types of output.  Level 0
21410 is for no anntations, level 1 is for use when @value{GDBN} is run as a
21411 subprocess of @sc{gnu} Emacs, level 3 is the maximum annotation suitable
21412 for programs that control @value{GDBN}, and level 2 annotations have
21413 been made obsolete (@pxref{Limitations, , Limitations of the Annotation
21414 Interface, annotate, GDB's Obsolete Annotations}).
21415
21416 @table @code
21417 @kindex set annotate
21418 @item set annotate @var{level}
21419 The @value{GDBN} command @code{set annotate} sets the level of
21420 annotations to the specified @var{level}.
21421
21422 @item show annotate
21423 @kindex show annotate
21424 Show the current annotation level.
21425 @end table
21426
21427 This chapter describes level 3 annotations.
21428
21429 A simple example of starting up @value{GDBN} with annotations is:
21430
21431 @smallexample
21432 $ @kbd{gdb --annotate=3}
21433 GNU gdb 6.0
21434 Copyright 2003 Free Software Foundation, Inc.
21435 GDB is free software, covered by the GNU General Public License,
21436 and you are welcome to change it and/or distribute copies of it
21437 under certain conditions.
21438 Type "show copying" to see the conditions.
21439 There is absolutely no warranty for GDB.  Type "show warranty"
21440 for details.
21441 This GDB was configured as "i386-pc-linux-gnu"
21442
21443 ^Z^Zpre-prompt
21444 (@value{GDBP})
21445 ^Z^Zprompt
21446 @kbd{quit}
21447
21448 ^Z^Zpost-prompt
21449 $
21450 @end smallexample
21451
21452 Here @samp{quit} is input to @value{GDBN}; the rest is output from
21453 @value{GDBN}.  The three lines beginning @samp{^Z^Z} (where @samp{^Z}
21454 denotes a @samp{control-z} character) are annotations; the rest is
21455 output from @value{GDBN}.
21456
21457 @node Prompting
21458 @section Annotation for @value{GDBN} Input
21459
21460 @cindex annotations for prompts
21461 When @value{GDBN} prompts for input, it annotates this fact so it is possible
21462 to know when to send output, when the output from a given command is
21463 over, etc.
21464
21465 Different kinds of input each have a different @dfn{input type}.  Each
21466 input type has three annotations: a @code{pre-} annotation, which
21467 denotes the beginning of any prompt which is being output, a plain
21468 annotation, which denotes the end of the prompt, and then a @code{post-}
21469 annotation which denotes the end of any echo which may (or may not) be
21470 associated with the input.  For example, the @code{prompt} input type
21471 features the following annotations:
21472
21473 @smallexample
21474 ^Z^Zpre-prompt
21475 ^Z^Zprompt
21476 ^Z^Zpost-prompt
21477 @end smallexample
21478
21479 The input types are
21480
21481 @table @code
21482 @findex pre-prompt annotation
21483 @findex prompt annotation
21484 @findex post-prompt annotation
21485 @item prompt
21486 When @value{GDBN} is prompting for a command (the main @value{GDBN} prompt).
21487
21488 @findex pre-commands annotation
21489 @findex commands annotation
21490 @findex post-commands annotation
21491 @item commands
21492 When @value{GDBN} prompts for a set of commands, like in the @code{commands}
21493 command.  The annotations are repeated for each command which is input.
21494
21495 @findex pre-overload-choice annotation
21496 @findex overload-choice annotation
21497 @findex post-overload-choice annotation
21498 @item overload-choice
21499 When @value{GDBN} wants the user to select between various overloaded functions.
21500
21501 @findex pre-query annotation
21502 @findex query annotation
21503 @findex post-query annotation
21504 @item query
21505 When @value{GDBN} wants the user to confirm a potentially dangerous operation.
21506
21507 @findex pre-prompt-for-continue annotation
21508 @findex prompt-for-continue annotation
21509 @findex post-prompt-for-continue annotation
21510 @item prompt-for-continue
21511 When @value{GDBN} is asking the user to press return to continue.  Note: Don't
21512 expect this to work well; instead use @code{set height 0} to disable
21513 prompting.  This is because the counting of lines is buggy in the
21514 presence of annotations.
21515 @end table
21516
21517 @node Errors
21518 @section Errors
21519 @cindex annotations for errors, warnings and interrupts
21520
21521 @findex quit annotation
21522 @smallexample
21523 ^Z^Zquit
21524 @end smallexample
21525
21526 This annotation occurs right before @value{GDBN} responds to an interrupt.
21527
21528 @findex error annotation
21529 @smallexample
21530 ^Z^Zerror
21531 @end smallexample
21532
21533 This annotation occurs right before @value{GDBN} responds to an error.
21534
21535 Quit and error annotations indicate that any annotations which @value{GDBN} was
21536 in the middle of may end abruptly.  For example, if a
21537 @code{value-history-begin} annotation is followed by a @code{error}, one
21538 cannot expect to receive the matching @code{value-history-end}.  One
21539 cannot expect not to receive it either, however; an error annotation
21540 does not necessarily mean that @value{GDBN} is immediately returning all the way
21541 to the top level.
21542
21543 @findex error-begin annotation
21544 A quit or error annotation may be preceded by
21545
21546 @smallexample
21547 ^Z^Zerror-begin
21548 @end smallexample
21549
21550 Any output between that and the quit or error annotation is the error
21551 message.
21552
21553 Warning messages are not yet annotated.
21554 @c If we want to change that, need to fix warning(), type_error(),
21555 @c range_error(), and possibly other places.
21556
21557 @node Invalidation
21558 @section Invalidation Notices
21559
21560 @cindex annotations for invalidation messages
21561 The following annotations say that certain pieces of state may have
21562 changed.
21563
21564 @table @code
21565 @findex frames-invalid annotation
21566 @item ^Z^Zframes-invalid
21567
21568 The frames (for example, output from the @code{backtrace} command) may
21569 have changed.
21570
21571 @findex breakpoints-invalid annotation
21572 @item ^Z^Zbreakpoints-invalid
21573
21574 The breakpoints may have changed.  For example, the user just added or
21575 deleted a breakpoint.
21576 @end table
21577
21578 @node Annotations for Running
21579 @section Running the Program
21580 @cindex annotations for running programs
21581
21582 @findex starting annotation
21583 @findex stopping annotation
21584 When the program starts executing due to a @value{GDBN} command such as
21585 @code{step} or @code{continue},
21586
21587 @smallexample
21588 ^Z^Zstarting
21589 @end smallexample
21590
21591 is output.  When the program stops,
21592
21593 @smallexample
21594 ^Z^Zstopped
21595 @end smallexample
21596
21597 is output.  Before the @code{stopped} annotation, a variety of
21598 annotations describe how the program stopped.
21599
21600 @table @code
21601 @findex exited annotation
21602 @item ^Z^Zexited @var{exit-status}
21603 The program exited, and @var{exit-status} is the exit status (zero for
21604 successful exit, otherwise nonzero).
21605
21606 @findex signalled annotation
21607 @findex signal-name annotation
21608 @findex signal-name-end annotation
21609 @findex signal-string annotation
21610 @findex signal-string-end annotation
21611 @item ^Z^Zsignalled
21612 The program exited with a signal.  After the @code{^Z^Zsignalled}, the
21613 annotation continues:
21614
21615 @smallexample
21616 @var{intro-text}
21617 ^Z^Zsignal-name
21618 @var{name}
21619 ^Z^Zsignal-name-end
21620 @var{middle-text}
21621 ^Z^Zsignal-string
21622 @var{string}
21623 ^Z^Zsignal-string-end
21624 @var{end-text}
21625 @end smallexample
21626
21627 @noindent
21628 where @var{name} is the name of the signal, such as @code{SIGILL} or
21629 @code{SIGSEGV}, and @var{string} is the explanation of the signal, such
21630 as @code{Illegal Instruction} or @code{Segmentation fault}.
21631 @var{intro-text}, @var{middle-text}, and @var{end-text} are for the
21632 user's benefit and have no particular format.
21633
21634 @findex signal annotation
21635 @item ^Z^Zsignal
21636 The syntax of this annotation is just like @code{signalled}, but @value{GDBN} is
21637 just saying that the program received the signal, not that it was
21638 terminated with it.
21639
21640 @findex breakpoint annotation
21641 @item ^Z^Zbreakpoint @var{number}
21642 The program hit breakpoint number @var{number}.
21643
21644 @findex watchpoint annotation
21645 @item ^Z^Zwatchpoint @var{number}
21646 The program hit watchpoint number @var{number}.
21647 @end table
21648
21649 @node Source Annotations
21650 @section Displaying Source
21651 @cindex annotations for source display
21652
21653 @findex source annotation
21654 The following annotation is used instead of displaying source code:
21655
21656 @smallexample
21657 ^Z^Zsource @var{filename}:@var{line}:@var{character}:@var{middle}:@var{addr}
21658 @end smallexample
21659
21660 where @var{filename} is an absolute file name indicating which source
21661 file, @var{line} is the line number within that file (where 1 is the
21662 first line in the file), @var{character} is the character position
21663 within the file (where 0 is the first character in the file) (for most
21664 debug formats this will necessarily point to the beginning of a line),
21665 @var{middle} is @samp{middle} if @var{addr} is in the middle of the
21666 line, or @samp{beg} if @var{addr} is at the beginning of the line, and
21667 @var{addr} is the address in the target program associated with the
21668 source which is being displayed.  @var{addr} is in the form @samp{0x}
21669 followed by one or more lowercase hex digits (note that this does not
21670 depend on the language).
21671
21672 @node GDB Bugs
21673 @chapter Reporting Bugs in @value{GDBN}
21674 @cindex bugs in @value{GDBN}
21675 @cindex reporting bugs in @value{GDBN}
21676
21677 Your bug reports play an essential role in making @value{GDBN} reliable.
21678
21679 Reporting a bug may help you by bringing a solution to your problem, or it
21680 may not.  But in any case the principal function of a bug report is to help
21681 the entire community by making the next version of @value{GDBN} work better.  Bug
21682 reports are your contribution to the maintenance of @value{GDBN}.
21683
21684 In order for a bug report to serve its purpose, you must include the
21685 information that enables us to fix the bug.
21686
21687 @menu
21688 * Bug Criteria::                Have you found a bug?
21689 * Bug Reporting::               How to report bugs
21690 @end menu
21691
21692 @node Bug Criteria
21693 @section Have you found a bug?
21694 @cindex bug criteria
21695
21696 If you are not sure whether you have found a bug, here are some guidelines:
21697
21698 @itemize @bullet
21699 @cindex fatal signal
21700 @cindex debugger crash
21701 @cindex crash of debugger
21702 @item
21703 If the debugger gets a fatal signal, for any input whatever, that is a
21704 @value{GDBN} bug.  Reliable debuggers never crash.
21705
21706 @cindex error on valid input
21707 @item
21708 If @value{GDBN} produces an error message for valid input, that is a
21709 bug.  (Note that if you're cross debugging, the problem may also be
21710 somewhere in the connection to the target.)
21711
21712 @cindex invalid input
21713 @item
21714 If @value{GDBN} does not produce an error message for invalid input,
21715 that is a bug.  However, you should note that your idea of
21716 ``invalid input'' might be our idea of ``an extension'' or ``support
21717 for traditional practice''.
21718
21719 @item
21720 If you are an experienced user of debugging tools, your suggestions
21721 for improvement of @value{GDBN} are welcome in any case.
21722 @end itemize
21723
21724 @node Bug Reporting
21725 @section How to report bugs
21726 @cindex bug reports
21727 @cindex @value{GDBN} bugs, reporting
21728
21729 A number of companies and individuals offer support for @sc{gnu} products.
21730 If you obtained @value{GDBN} from a support organization, we recommend you
21731 contact that organization first.
21732
21733 You can find contact information for many support companies and
21734 individuals in the file @file{etc/SERVICE} in the @sc{gnu} Emacs
21735 distribution.
21736 @c should add a web page ref...
21737
21738 In any event, we also recommend that you submit bug reports for
21739 @value{GDBN}.  The prefered method is to submit them directly using
21740 @uref{http://www.gnu.org/software/gdb/bugs/, @value{GDBN}'s Bugs web
21741 page}.  Alternatively, the @email{bug-gdb@@gnu.org, e-mail gateway} can
21742 be used.
21743
21744 @strong{Do not send bug reports to @samp{info-gdb}, or to
21745 @samp{help-gdb}, or to any newsgroups.}  Most users of @value{GDBN} do
21746 not want to receive bug reports.  Those that do have arranged to receive
21747 @samp{bug-gdb}.
21748
21749 The mailing list @samp{bug-gdb} has a newsgroup @samp{gnu.gdb.bug} which
21750 serves as a repeater.  The mailing list and the newsgroup carry exactly
21751 the same messages.  Often people think of posting bug reports to the
21752 newsgroup instead of mailing them.  This appears to work, but it has one
21753 problem which can be crucial: a newsgroup posting often lacks a mail
21754 path back to the sender.  Thus, if we need to ask for more information,
21755 we may be unable to reach you.  For this reason, it is better to send
21756 bug reports to the mailing list.
21757
21758 The fundamental principle of reporting bugs usefully is this:
21759 @strong{report all the facts}.  If you are not sure whether to state a
21760 fact or leave it out, state it!
21761
21762 Often people omit facts because they think they know what causes the
21763 problem and assume that some details do not matter.  Thus, you might
21764 assume that the name of the variable you use in an example does not matter.
21765 Well, probably it does not, but one cannot be sure.  Perhaps the bug is a
21766 stray memory reference which happens to fetch from the location where that
21767 name is stored in memory; perhaps, if the name were different, the contents
21768 of that location would fool the debugger into doing the right thing despite
21769 the bug.  Play it safe and give a specific, complete example.  That is the
21770 easiest thing for you to do, and the most helpful.
21771
21772 Keep in mind that the purpose of a bug report is to enable us to fix the
21773 bug.  It may be that the bug has been reported previously, but neither
21774 you nor we can know that unless your bug report is complete and
21775 self-contained.
21776
21777 Sometimes people give a few sketchy facts and ask, ``Does this ring a
21778 bell?''  Those bug reports are useless, and we urge everyone to
21779 @emph{refuse to respond to them} except to chide the sender to report
21780 bugs properly.
21781
21782 To enable us to fix the bug, you should include all these things:
21783
21784 @itemize @bullet
21785 @item
21786 The version of @value{GDBN}.  @value{GDBN} announces it if you start
21787 with no arguments; you can also print it at any time using @code{show
21788 version}.
21789
21790 Without this, we will not know whether there is any point in looking for
21791 the bug in the current version of @value{GDBN}.
21792
21793 @item
21794 The type of machine you are using, and the operating system name and
21795 version number.
21796
21797 @item
21798 What compiler (and its version) was used to compile @value{GDBN}---e.g.@:
21799 ``@value{GCC}--2.8.1''.
21800
21801 @item
21802 What compiler (and its version) was used to compile the program you are
21803 debugging---e.g.@:  ``@value{GCC}--2.8.1'', or ``HP92453-01 A.10.32.03 HP
21804 C Compiler''.  For GCC, you can say @code{gcc --version} to get this
21805 information; for other compilers, see the documentation for those
21806 compilers.
21807
21808 @item
21809 The command arguments you gave the compiler to compile your example and
21810 observe the bug.  For example, did you use @samp{-O}?  To guarantee
21811 you will not omit something important, list them all.  A copy of the
21812 Makefile (or the output from make) is sufficient.
21813
21814 If we were to try to guess the arguments, we would probably guess wrong
21815 and then we might not encounter the bug.
21816
21817 @item
21818 A complete input script, and all necessary source files, that will
21819 reproduce the bug.
21820
21821 @item
21822 A description of what behavior you observe that you believe is
21823 incorrect.  For example, ``It gets a fatal signal.''
21824
21825 Of course, if the bug is that @value{GDBN} gets a fatal signal, then we
21826 will certainly notice it.  But if the bug is incorrect output, we might
21827 not notice unless it is glaringly wrong.  You might as well not give us
21828 a chance to make a mistake.
21829
21830 Even if the problem you experience is a fatal signal, you should still
21831 say so explicitly.  Suppose something strange is going on, such as, your
21832 copy of @value{GDBN} is out of synch, or you have encountered a bug in
21833 the C library on your system.  (This has happened!)  Your copy might
21834 crash and ours would not.  If you told us to expect a crash, then when
21835 ours fails to crash, we would know that the bug was not happening for
21836 us.  If you had not told us to expect a crash, then we would not be able
21837 to draw any conclusion from our observations.
21838
21839 @pindex script
21840 @cindex recording a session script
21841 To collect all this information, you can use a session recording program
21842 such as @command{script}, which is available on many Unix systems.
21843 Just run your @value{GDBN} session inside @command{script} and then
21844 include the @file{typescript} file with your bug report.
21845
21846 Another way to record a @value{GDBN} session is to run @value{GDBN}
21847 inside Emacs and then save the entire buffer to a file.
21848
21849 @item
21850 If you wish to suggest changes to the @value{GDBN} source, send us context
21851 diffs.  If you even discuss something in the @value{GDBN} source, refer to
21852 it by context, not by line number.
21853
21854 The line numbers in our development sources will not match those in your
21855 sources.  Your line numbers would convey no useful information to us.
21856
21857 @end itemize
21858
21859 Here are some things that are not necessary:
21860
21861 @itemize @bullet
21862 @item
21863 A description of the envelope of the bug.
21864
21865 Often people who encounter a bug spend a lot of time investigating
21866 which changes to the input file will make the bug go away and which
21867 changes will not affect it.
21868
21869 This is often time consuming and not very useful, because the way we
21870 will find the bug is by running a single example under the debugger
21871 with breakpoints, not by pure deduction from a series of examples.
21872 We recommend that you save your time for something else.
21873
21874 Of course, if you can find a simpler example to report @emph{instead}
21875 of the original one, that is a convenience for us.  Errors in the
21876 output will be easier to spot, running under the debugger will take
21877 less time, and so on.
21878
21879 However, simplification is not vital; if you do not want to do this,
21880 report the bug anyway and send us the entire test case you used.
21881
21882 @item
21883 A patch for the bug.
21884
21885 A patch for the bug does help us if it is a good one.  But do not omit
21886 the necessary information, such as the test case, on the assumption that
21887 a patch is all we need.  We might see problems with your patch and decide
21888 to fix the problem another way, or we might not understand it at all.
21889
21890 Sometimes with a program as complicated as @value{GDBN} it is very hard to
21891 construct an example that will make the program follow a certain path
21892 through the code.  If you do not send us the example, we will not be able
21893 to construct one, so we will not be able to verify that the bug is fixed.
21894
21895 And if we cannot understand what bug you are trying to fix, or why your
21896 patch should be an improvement, we will not install it.  A test case will
21897 help us to understand.
21898
21899 @item
21900 A guess about what the bug is or what it depends on.
21901
21902 Such guesses are usually wrong.  Even we cannot guess right about such
21903 things without first using the debugger to find the facts.
21904 @end itemize
21905
21906 @c The readline documentation is distributed with the readline code
21907 @c and consists of the two following files:
21908 @c     rluser.texinfo
21909 @c     inc-hist.texinfo
21910 @c Use -I with makeinfo to point to the appropriate directory,
21911 @c environment var TEXINPUTS with TeX.
21912 @include rluser.texi
21913 @include inc-hist.texinfo
21914
21915
21916 @node Formatting Documentation
21917 @appendix Formatting Documentation
21918
21919 @cindex @value{GDBN} reference card
21920 @cindex reference card
21921 The @value{GDBN} 4 release includes an already-formatted reference card, ready
21922 for printing with PostScript or Ghostscript, in the @file{gdb}
21923 subdirectory of the main source directory@footnote{In
21924 @file{gdb-@value{GDBVN}/gdb/refcard.ps} of the version @value{GDBVN}
21925 release.}.  If you can use PostScript or Ghostscript with your printer,
21926 you can print the reference card immediately with @file{refcard.ps}.
21927
21928 The release also includes the source for the reference card.  You
21929 can format it, using @TeX{}, by typing:
21930
21931 @smallexample
21932 make refcard.dvi
21933 @end smallexample
21934
21935 The @value{GDBN} reference card is designed to print in @dfn{landscape}
21936 mode on US ``letter'' size paper;
21937 that is, on a sheet 11 inches wide by 8.5 inches
21938 high.  You will need to specify this form of printing as an option to
21939 your @sc{dvi} output program.
21940
21941 @cindex documentation
21942
21943 All the documentation for @value{GDBN} comes as part of the machine-readable
21944 distribution.  The documentation is written in Texinfo format, which is
21945 a documentation system that uses a single source file to produce both
21946 on-line information and a printed manual.  You can use one of the Info
21947 formatting commands to create the on-line version of the documentation
21948 and @TeX{} (or @code{texi2roff}) to typeset the printed version.
21949
21950 @value{GDBN} includes an already formatted copy of the on-line Info
21951 version of this manual in the @file{gdb} subdirectory.  The main Info
21952 file is @file{gdb-@value{GDBVN}/gdb/gdb.info}, and it refers to
21953 subordinate files matching @samp{gdb.info*} in the same directory.  If
21954 necessary, you can print out these files, or read them with any editor;
21955 but they are easier to read using the @code{info} subsystem in @sc{gnu}
21956 Emacs or the standalone @code{info} program, available as part of the
21957 @sc{gnu} Texinfo distribution.
21958
21959 If you want to format these Info files yourself, you need one of the
21960 Info formatting programs, such as @code{texinfo-format-buffer} or
21961 @code{makeinfo}.
21962
21963 If you have @code{makeinfo} installed, and are in the top level
21964 @value{GDBN} source directory (@file{gdb-@value{GDBVN}}, in the case of
21965 version @value{GDBVN}), you can make the Info file by typing:
21966
21967 @smallexample
21968 cd gdb
21969 make gdb.info
21970 @end smallexample
21971
21972 If you want to typeset and print copies of this manual, you need @TeX{},
21973 a program to print its @sc{dvi} output files, and @file{texinfo.tex}, the
21974 Texinfo definitions file.
21975
21976 @TeX{} is a typesetting program; it does not print files directly, but
21977 produces output files called @sc{dvi} files.  To print a typeset
21978 document, you need a program to print @sc{dvi} files.  If your system
21979 has @TeX{} installed, chances are it has such a program.  The precise
21980 command to use depends on your system; @kbd{lpr -d} is common; another
21981 (for PostScript devices) is @kbd{dvips}.  The @sc{dvi} print command may
21982 require a file name without any extension or a @samp{.dvi} extension.
21983
21984 @TeX{} also requires a macro definitions file called
21985 @file{texinfo.tex}.  This file tells @TeX{} how to typeset a document
21986 written in Texinfo format.  On its own, @TeX{} cannot either read or
21987 typeset a Texinfo file.  @file{texinfo.tex} is distributed with GDB
21988 and is located in the @file{gdb-@var{version-number}/texinfo}
21989 directory.
21990
21991 If you have @TeX{} and a @sc{dvi} printer program installed, you can
21992 typeset and print this manual.  First switch to the the @file{gdb}
21993 subdirectory of the main source directory (for example, to
21994 @file{gdb-@value{GDBVN}/gdb}) and type:
21995
21996 @smallexample
21997 make gdb.dvi
21998 @end smallexample
21999
22000 Then give @file{gdb.dvi} to your @sc{dvi} printing program.
22001
22002 @node Installing GDB
22003 @appendix Installing @value{GDBN}
22004 @cindex installation
22005
22006 @menu
22007 * Requirements::                Requirements for building @value{GDBN}
22008 * Running Configure::           Invoking the @value{GDBN} @code{configure} script
22009 * Separate Objdir::             Compiling @value{GDBN} in another directory
22010 * Config Names::                Specifying names for hosts and targets
22011 * Configure Options::           Summary of options for configure
22012 @end menu
22013
22014 @node Requirements
22015 @section Requirements for building @value{GDBN}
22016 @cindex building @value{GDBN}, requirements for
22017
22018 Building @value{GDBN} requires various tools and packages to be available.
22019 Other packages will be used only if they are found.
22020
22021 @heading Tools/packages necessary for building @value{GDBN}
22022 @table @asis
22023 @item ISO C90 compiler
22024 @value{GDBN} is written in ISO C90.  It should be buildable with any
22025 working C90 compiler, e.g.@: GCC.
22026
22027 @end table
22028
22029 @heading Tools/packages optional for building @value{GDBN}
22030 @table @asis
22031 @item Expat
22032 @value{GDBN} can use the Expat XML parsing library.  This library may be
22033 included with your operating system distribution; if it is not, you
22034 can get the latest version from @url{http://expat.sourceforge.net}.
22035 The @code{configure} script will search for this library in several
22036 standard locations; if it is installed in an unusual path, you can
22037 use the @option{--with-libexpat-prefix} option to specify its location.
22038
22039 Expat is used currently only used to implement some remote-specific
22040 features.
22041
22042 @end table
22043
22044 @node Running Configure
22045 @section Invoking the @value{GDBN} @code{configure} script
22046 @cindex configuring @value{GDBN}
22047 @value{GDBN} comes with a @code{configure} script that automates the process
22048 of preparing @value{GDBN} for installation; you can then use @code{make} to
22049 build the @code{gdb} program.
22050 @iftex
22051 @c irrelevant in info file; it's as current as the code it lives with.
22052 @footnote{If you have a more recent version of @value{GDBN} than @value{GDBVN},
22053 look at the @file{README} file in the sources; we may have improved the
22054 installation procedures since publishing this manual.}
22055 @end iftex
22056
22057 The @value{GDBN} distribution includes all the source code you need for
22058 @value{GDBN} in a single directory, whose name is usually composed by
22059 appending the version number to @samp{gdb}.
22060
22061 For example, the @value{GDBN} version @value{GDBVN} distribution is in the
22062 @file{gdb-@value{GDBVN}} directory.  That directory contains:
22063
22064 @table @code
22065 @item gdb-@value{GDBVN}/configure @r{(and supporting files)}
22066 script for configuring @value{GDBN} and all its supporting libraries
22067
22068 @item gdb-@value{GDBVN}/gdb
22069 the source specific to @value{GDBN} itself
22070
22071 @item gdb-@value{GDBVN}/bfd
22072 source for the Binary File Descriptor library
22073
22074 @item gdb-@value{GDBVN}/include
22075 @sc{gnu} include files
22076
22077 @item gdb-@value{GDBVN}/libiberty
22078 source for the @samp{-liberty} free software library
22079
22080 @item gdb-@value{GDBVN}/opcodes
22081 source for the library of opcode tables and disassemblers
22082
22083 @item gdb-@value{GDBVN}/readline
22084 source for the @sc{gnu} command-line interface
22085
22086 @item gdb-@value{GDBVN}/glob
22087 source for the @sc{gnu} filename pattern-matching subroutine
22088
22089 @item gdb-@value{GDBVN}/mmalloc
22090 source for the @sc{gnu} memory-mapped malloc package
22091 @end table
22092
22093 The simplest way to configure and build @value{GDBN} is to run @code{configure}
22094 from the @file{gdb-@var{version-number}} source directory, which in
22095 this example is the @file{gdb-@value{GDBVN}} directory.
22096
22097 First switch to the @file{gdb-@var{version-number}} source directory
22098 if you are not already in it; then run @code{configure}.  Pass the
22099 identifier for the platform on which @value{GDBN} will run as an
22100 argument.
22101
22102 For example:
22103
22104 @smallexample
22105 cd gdb-@value{GDBVN}
22106 ./configure @var{host}
22107 make
22108 @end smallexample
22109
22110 @noindent
22111 where @var{host} is an identifier such as @samp{sun4} or
22112 @samp{decstation}, that identifies the platform where @value{GDBN} will run.
22113 (You can often leave off @var{host}; @code{configure} tries to guess the
22114 correct value by examining your system.)
22115
22116 Running @samp{configure @var{host}} and then running @code{make} builds the
22117 @file{bfd}, @file{readline}, @file{mmalloc}, and @file{libiberty}
22118 libraries, then @code{gdb} itself.  The configured source files, and the
22119 binaries, are left in the corresponding source directories.
22120
22121 @need 750
22122 @code{configure} is a Bourne-shell (@code{/bin/sh}) script; if your
22123 system does not recognize this automatically when you run a different
22124 shell, you may need to run @code{sh} on it explicitly:
22125
22126 @smallexample
22127 sh configure @var{host}
22128 @end smallexample
22129
22130 If you run @code{configure} from a directory that contains source
22131 directories for multiple libraries or programs, such as the
22132 @file{gdb-@value{GDBVN}} source directory for version @value{GDBVN}, @code{configure}
22133 creates configuration files for every directory level underneath (unless
22134 you tell it not to, with the @samp{--norecursion} option).
22135
22136 You should run the @code{configure} script from the top directory in the
22137 source tree, the @file{gdb-@var{version-number}} directory.  If you run
22138 @code{configure} from one of the subdirectories, you will configure only
22139 that subdirectory.  That is usually not what you want.  In particular,
22140 if you run the first @code{configure} from the @file{gdb} subdirectory
22141 of the @file{gdb-@var{version-number}} directory, you will omit the
22142 configuration of @file{bfd}, @file{readline}, and other sibling
22143 directories of the @file{gdb} subdirectory.  This leads to build errors
22144 about missing include files such as @file{bfd/bfd.h}.
22145
22146 You can install @code{@value{GDBP}} anywhere; it has no hardwired paths.
22147 However, you should make sure that the shell on your path (named by
22148 the @samp{SHELL} environment variable) is publicly readable.  Remember
22149 that @value{GDBN} uses the shell to start your program---some systems refuse to
22150 let @value{GDBN} debug child processes whose programs are not readable.
22151
22152 @node Separate Objdir
22153 @section Compiling @value{GDBN} in another directory
22154
22155 If you want to run @value{GDBN} versions for several host or target machines,
22156 you need a different @code{gdb} compiled for each combination of
22157 host and target.  @code{configure} is designed to make this easy by
22158 allowing you to generate each configuration in a separate subdirectory,
22159 rather than in the source directory.  If your @code{make} program
22160 handles the @samp{VPATH} feature (@sc{gnu} @code{make} does), running
22161 @code{make} in each of these directories builds the @code{gdb}
22162 program specified there.
22163
22164 To build @code{gdb} in a separate directory, run @code{configure}
22165 with the @samp{--srcdir} option to specify where to find the source.
22166 (You also need to specify a path to find @code{configure}
22167 itself from your working directory.  If the path to @code{configure}
22168 would be the same as the argument to @samp{--srcdir}, you can leave out
22169 the @samp{--srcdir} option; it is assumed.)
22170
22171 For example, with version @value{GDBVN}, you can build @value{GDBN} in a
22172 separate directory for a Sun 4 like this:
22173
22174 @smallexample
22175 @group
22176 cd gdb-@value{GDBVN}
22177 mkdir ../gdb-sun4
22178 cd ../gdb-sun4
22179 ../gdb-@value{GDBVN}/configure sun4
22180 make
22181 @end group
22182 @end smallexample
22183
22184 When @code{configure} builds a configuration using a remote source
22185 directory, it creates a tree for the binaries with the same structure
22186 (and using the same names) as the tree under the source directory.  In
22187 the example, you'd find the Sun 4 library @file{libiberty.a} in the
22188 directory @file{gdb-sun4/libiberty}, and @value{GDBN} itself in
22189 @file{gdb-sun4/gdb}.
22190
22191 Make sure that your path to the @file{configure} script has just one
22192 instance of @file{gdb} in it.  If your path to @file{configure} looks
22193 like @file{../gdb-@value{GDBVN}/gdb/configure}, you are configuring only
22194 one subdirectory of @value{GDBN}, not the whole package.  This leads to
22195 build errors about missing include files such as @file{bfd/bfd.h}.
22196
22197 One popular reason to build several @value{GDBN} configurations in separate
22198 directories is to configure @value{GDBN} for cross-compiling (where
22199 @value{GDBN} runs on one machine---the @dfn{host}---while debugging
22200 programs that run on another machine---the @dfn{target}).
22201 You specify a cross-debugging target by
22202 giving the @samp{--target=@var{target}} option to @code{configure}.
22203
22204 When you run @code{make} to build a program or library, you must run
22205 it in a configured directory---whatever directory you were in when you
22206 called @code{configure} (or one of its subdirectories).
22207
22208 The @code{Makefile} that @code{configure} generates in each source
22209 directory also runs recursively.  If you type @code{make} in a source
22210 directory such as @file{gdb-@value{GDBVN}} (or in a separate configured
22211 directory configured with @samp{--srcdir=@var{dirname}/gdb-@value{GDBVN}}), you
22212 will build all the required libraries, and then build GDB.
22213
22214 When you have multiple hosts or targets configured in separate
22215 directories, you can run @code{make} on them in parallel (for example,
22216 if they are NFS-mounted on each of the hosts); they will not interfere
22217 with each other.
22218
22219 @node Config Names
22220 @section Specifying names for hosts and targets
22221
22222 The specifications used for hosts and targets in the @code{configure}
22223 script are based on a three-part naming scheme, but some short predefined
22224 aliases are also supported.  The full naming scheme encodes three pieces
22225 of information in the following pattern:
22226
22227 @smallexample
22228 @var{architecture}-@var{vendor}-@var{os}
22229 @end smallexample
22230
22231 For example, you can use the alias @code{sun4} as a @var{host} argument,
22232 or as the value for @var{target} in a @code{--target=@var{target}}
22233 option.  The equivalent full name is @samp{sparc-sun-sunos4}.
22234
22235 The @code{configure} script accompanying @value{GDBN} does not provide
22236 any query facility to list all supported host and target names or
22237 aliases.  @code{configure} calls the Bourne shell script
22238 @code{config.sub} to map abbreviations to full names; you can read the
22239 script, if you wish, or you can use it to test your guesses on
22240 abbreviations---for example:
22241
22242 @smallexample
22243 % sh config.sub i386-linux
22244 i386-pc-linux-gnu
22245 % sh config.sub alpha-linux
22246 alpha-unknown-linux-gnu
22247 % sh config.sub hp9k700
22248 hppa1.1-hp-hpux
22249 % sh config.sub sun4
22250 sparc-sun-sunos4.1.1
22251 % sh config.sub sun3
22252 m68k-sun-sunos4.1.1
22253 % sh config.sub i986v
22254 Invalid configuration `i986v': machine `i986v' not recognized
22255 @end smallexample
22256
22257 @noindent
22258 @code{config.sub} is also distributed in the @value{GDBN} source
22259 directory (@file{gdb-@value{GDBVN}}, for version @value{GDBVN}).
22260
22261 @node Configure Options
22262 @section @code{configure} options
22263
22264 Here is a summary of the @code{configure} options and arguments that
22265 are most often useful for building @value{GDBN}.  @code{configure} also has
22266 several other options not listed here.  @inforef{What Configure
22267 Does,,configure.info}, for a full explanation of @code{configure}.
22268
22269 @smallexample
22270 configure @r{[}--help@r{]}
22271           @r{[}--prefix=@var{dir}@r{]}
22272           @r{[}--exec-prefix=@var{dir}@r{]}
22273           @r{[}--srcdir=@var{dirname}@r{]}
22274           @r{[}--norecursion@r{]} @r{[}--rm@r{]}
22275           @r{[}--target=@var{target}@r{]}
22276           @var{host}
22277 @end smallexample
22278
22279 @noindent
22280 You may introduce options with a single @samp{-} rather than
22281 @samp{--} if you prefer; but you may abbreviate option names if you use
22282 @samp{--}.
22283
22284 @table @code
22285 @item --help
22286 Display a quick summary of how to invoke @code{configure}.
22287
22288 @item --prefix=@var{dir}
22289 Configure the source to install programs and files under directory
22290 @file{@var{dir}}.
22291
22292 @item --exec-prefix=@var{dir}
22293 Configure the source to install programs under directory
22294 @file{@var{dir}}.
22295
22296 @c avoid splitting the warning from the explanation:
22297 @need 2000
22298 @item --srcdir=@var{dirname}
22299 @strong{Warning: using this option requires @sc{gnu} @code{make}, or another
22300 @code{make} that implements the @code{VPATH} feature.}@*
22301 Use this option to make configurations in directories separate from the
22302 @value{GDBN} source directories.  Among other things, you can use this to
22303 build (or maintain) several configurations simultaneously, in separate
22304 directories.  @code{configure} writes configuration specific files in
22305 the current directory, but arranges for them to use the source in the
22306 directory @var{dirname}.  @code{configure} creates directories under
22307 the working directory in parallel to the source directories below
22308 @var{dirname}.
22309
22310 @item --norecursion
22311 Configure only the directory level where @code{configure} is executed; do not
22312 propagate configuration to subdirectories.
22313
22314 @item --target=@var{target}
22315 Configure @value{GDBN} for cross-debugging programs running on the specified
22316 @var{target}.  Without this option, @value{GDBN} is configured to debug
22317 programs that run on the same machine (@var{host}) as @value{GDBN} itself.
22318
22319 There is no convenient way to generate a list of all available targets.
22320
22321 @item @var{host} @dots{}
22322 Configure @value{GDBN} to run on the specified @var{host}.
22323
22324 There is no convenient way to generate a list of all available hosts.
22325 @end table
22326
22327 There are many other options available as well, but they are generally
22328 needed for special purposes only.
22329
22330 @node Maintenance Commands
22331 @appendix Maintenance Commands
22332 @cindex maintenance commands
22333 @cindex internal commands
22334
22335 In addition to commands intended for @value{GDBN} users, @value{GDBN}
22336 includes a number of commands intended for @value{GDBN} developers,
22337 that are not documented elsewhere in this manual.  These commands are
22338 provided here for reference.  (For commands that turn on debugging
22339 messages, see @ref{Debugging Output}.)
22340
22341 @table @code
22342 @kindex maint agent
22343 @item maint agent @var{expression}
22344 Translate the given @var{expression} into remote agent bytecodes.
22345 This command is useful for debugging the Agent Expression mechanism
22346 (@pxref{Agent Expressions}).
22347
22348 @kindex maint info breakpoints
22349 @item @anchor{maint info breakpoints}maint info breakpoints
22350 Using the same format as @samp{info breakpoints}, display both the
22351 breakpoints you've set explicitly, and those @value{GDBN} is using for
22352 internal purposes.  Internal breakpoints are shown with negative
22353 breakpoint numbers.  The type column identifies what kind of breakpoint
22354 is shown:
22355
22356 @table @code
22357 @item breakpoint
22358 Normal, explicitly set breakpoint.
22359
22360 @item watchpoint
22361 Normal, explicitly set watchpoint.
22362
22363 @item longjmp
22364 Internal breakpoint, used to handle correctly stepping through
22365 @code{longjmp} calls.
22366
22367 @item longjmp resume
22368 Internal breakpoint at the target of a @code{longjmp}.
22369
22370 @item until
22371 Temporary internal breakpoint used by the @value{GDBN} @code{until} command.
22372
22373 @item finish
22374 Temporary internal breakpoint used by the @value{GDBN} @code{finish} command.
22375
22376 @item shlib events
22377 Shared library events.
22378
22379 @end table
22380
22381 @kindex maint check-symtabs
22382 @item maint check-symtabs
22383 Check the consistency of psymtabs and symtabs.
22384
22385 @kindex maint cplus first_component
22386 @item maint cplus first_component @var{name}
22387 Print the first C@t{++} class/namespace component of @var{name}.
22388
22389 @kindex maint cplus namespace
22390 @item maint cplus namespace
22391 Print the list of possible C@t{++} namespaces.
22392
22393 @kindex maint demangle
22394 @item maint demangle @var{name}
22395 Demangle a C@t{++} or Objective-C manled @var{name}.
22396
22397 @kindex maint deprecate
22398 @kindex maint undeprecate
22399 @cindex deprecated commands
22400 @item maint deprecate @var{command} @r{[}@var{replacement}@r{]}
22401 @itemx maint undeprecate @var{command}
22402 Deprecate or undeprecate the named @var{command}.  Deprecated commands
22403 cause @value{GDBN} to issue a warning when you use them.  The optional
22404 argument @var{replacement} says which newer command should be used in
22405 favor of the deprecated one; if it is given, @value{GDBN} will mention
22406 the replacement as part of the warning.
22407
22408 @kindex maint dump-me
22409 @item maint dump-me
22410 @cindex @code{SIGQUIT} signal, dump core of @value{GDBN}
22411 Cause a fatal signal in the debugger and force it to dump its core.
22412 This is supported only on systems which support aborting a program
22413 with the @code{SIGQUIT} signal.
22414
22415 @kindex maint internal-error
22416 @kindex maint internal-warning
22417 @item maint internal-error @r{[}@var{message-text}@r{]}
22418 @itemx maint internal-warning @r{[}@var{message-text}@r{]}
22419 Cause @value{GDBN} to call the internal function @code{internal_error}
22420 or @code{internal_warning} and hence behave as though an internal error
22421 or internal warning has been detected.  In addition to reporting the
22422 internal problem, these functions give the user the opportunity to
22423 either quit @value{GDBN} or create a core file of the current
22424 @value{GDBN} session.
22425
22426 These commands take an optional parameter @var{message-text} that is
22427 used as the text of the error or warning message.
22428
22429 Here's an example of using @code{indernal-error}:
22430
22431 @smallexample
22432 (@value{GDBP}) @kbd{maint internal-error testing, 1, 2}
22433 @dots{}/maint.c:121: internal-error: testing, 1, 2
22434 A problem internal to GDB has been detected.  Further
22435 debugging may prove unreliable.
22436 Quit this debugging session? (y or n) @kbd{n}
22437 Create a core file? (y or n) @kbd{n}
22438 (@value{GDBP})
22439 @end smallexample
22440
22441 @kindex maint packet
22442 @item maint packet @var{text}
22443 If @value{GDBN} is talking to an inferior via the serial protocol,
22444 then this command sends the string @var{text} to the inferior, and
22445 displays the response packet.  @value{GDBN} supplies the initial
22446 @samp{$} character, the terminating @samp{#} character, and the
22447 checksum.
22448
22449 @kindex maint print architecture
22450 @item maint print architecture @r{[}@var{file}@r{]}
22451 Print the entire architecture configuration.  The optional argument
22452 @var{file} names the file where the output goes.
22453
22454 @kindex maint print dummy-frames
22455 @item maint print dummy-frames
22456 Prints the contents of @value{GDBN}'s internal dummy-frame stack.
22457
22458 @smallexample
22459 (@value{GDBP}) @kbd{b add}
22460 @dots{}
22461 (@value{GDBP}) @kbd{print add(2,3)}
22462 Breakpoint 2, add (a=2, b=3) at @dots{}
22463 58        return (a + b);
22464 The program being debugged stopped while in a function called from GDB.
22465 @dots{}
22466 (@value{GDBP}) @kbd{maint print dummy-frames}
22467 0x1a57c80: pc=0x01014068 fp=0x0200bddc sp=0x0200bdd6
22468  top=0x0200bdd4 id=@{stack=0x200bddc,code=0x101405c@}
22469  call_lo=0x01014000 call_hi=0x01014001
22470 (@value{GDBP})
22471 @end smallexample
22472
22473 Takes an optional file parameter.
22474
22475 @kindex maint print registers
22476 @kindex maint print raw-registers
22477 @kindex maint print cooked-registers
22478 @kindex maint print register-groups
22479 @item maint print registers @r{[}@var{file}@r{]}
22480 @itemx maint print raw-registers @r{[}@var{file}@r{]}
22481 @itemx maint print cooked-registers @r{[}@var{file}@r{]}
22482 @itemx maint print register-groups @r{[}@var{file}@r{]}
22483 Print @value{GDBN}'s internal register data structures.
22484
22485 The command @code{maint print raw-registers} includes the contents of
22486 the raw register cache; the command @code{maint print cooked-registers}
22487 includes the (cooked) value of all registers; and the command
22488 @code{maint print register-groups} includes the groups that each
22489 register is a member of.  @xref{Registers,, Registers, gdbint,
22490 @value{GDBN} Internals}.
22491
22492 These commands take an optional parameter, a file name to which to
22493 write the information.
22494
22495 @kindex maint print reggroups
22496 @item maint print reggroups @r{[}@var{file}@r{]}
22497 Print @value{GDBN}'s internal register group data structures.  The
22498 optional argument @var{file} tells to what file to write the
22499 information.
22500
22501 The register groups info looks like this:
22502
22503 @smallexample
22504 (@value{GDBP}) @kbd{maint print reggroups}
22505  Group      Type
22506  general    user
22507  float      user
22508  all        user
22509  vector     user
22510  system     user
22511  save       internal
22512  restore    internal
22513 @end smallexample
22514
22515 @kindex flushregs
22516 @item flushregs
22517 This command forces @value{GDBN} to flush its internal register cache.
22518
22519 @kindex maint print objfiles
22520 @cindex info for known object files
22521 @item maint print objfiles
22522 Print a dump of all known object files.  For each object file, this
22523 command prints its name, address in memory, and all of its psymtabs
22524 and symtabs.
22525
22526 @kindex maint print statistics
22527 @cindex bcache statistics
22528 @item maint print statistics
22529 This command prints, for each object file in the program, various data
22530 about that object file followed by the byte cache (@dfn{bcache})
22531 statistics for the object file.  The objfile data includes the number
22532 of minimal, partical, full, and stabs symbols, the number of types
22533 defined by the objfile, the number of as yet unexpanded psym tables,
22534 the number of line tables and string tables, and the amount of memory
22535 used by the various tables.  The bcache statistics include the counts,
22536 sizes, and counts of duplicates of all and unique objects, max,
22537 average, and median entry size, total memory used and its overhead and
22538 savings, and various measures of the hash table size and chain
22539 lengths.
22540
22541 @kindex maint print type
22542 @cindex type chain of a data type
22543 @item maint print type @var{expr}
22544 Print the type chain for a type specified by @var{expr}.  The argument
22545 can be either a type name or a symbol.  If it is a symbol, the type of
22546 that symbol is described.  The type chain produced by this command is
22547 a recursive definition of the data type as stored in @value{GDBN}'s
22548 data structures, including its flags and contained types.
22549
22550 @kindex maint set dwarf2 max-cache-age
22551 @kindex maint show dwarf2 max-cache-age
22552 @item maint set dwarf2 max-cache-age
22553 @itemx maint show dwarf2 max-cache-age
22554 Control the DWARF 2 compilation unit cache.
22555
22556 @cindex DWARF 2 compilation units cache
22557 In object files with inter-compilation-unit references, such as those
22558 produced by the GCC option @samp{-feliminate-dwarf2-dups}, the DWARF 2
22559 reader needs to frequently refer to previously read compilation units.
22560 This setting controls how long a compilation unit will remain in the
22561 cache if it is not referenced.  A higher limit means that cached
22562 compilation units will be stored in memory longer, and more total
22563 memory will be used.  Setting it to zero disables caching, which will
22564 slow down @value{GDBN} startup, but reduce memory consumption.
22565
22566 @kindex maint set profile
22567 @kindex maint show profile
22568 @cindex profiling GDB
22569 @item maint set profile
22570 @itemx maint show profile
22571 Control profiling of @value{GDBN}.
22572
22573 Profiling will be disabled until you use the @samp{maint set profile}
22574 command to enable it.  When you enable profiling, the system will begin
22575 collecting timing and execution count data; when you disable profiling or
22576 exit @value{GDBN}, the results will be written to a log file.  Remember that
22577 if you use profiling, @value{GDBN} will overwrite the profiling log file
22578 (often called @file{gmon.out}).  If you have a record of important profiling
22579 data in a @file{gmon.out} file, be sure to move it to a safe location.
22580
22581 Configuring with @samp{--enable-profiling} arranges for @value{GDBN} to be
22582 compiled with the @samp{-pg} compiler option.
22583
22584 @kindex maint show-debug-regs
22585 @cindex x86 hardware debug registers
22586 @item maint show-debug-regs
22587 Control whether to show variables that mirror the x86 hardware debug
22588 registers.  Use @code{ON} to enable, @code{OFF} to disable.  If
22589 enabled, the debug registers values are shown when GDB inserts or
22590 removes a hardware breakpoint or watchpoint, and when the inferior
22591 triggers a hardware-assisted breakpoint or watchpoint.
22592
22593 @kindex maint space
22594 @cindex memory used by commands
22595 @item maint space
22596 Control whether to display memory usage for each command.  If set to a
22597 nonzero value, @value{GDBN} will display how much memory each command
22598 took, following the command's own output.  This can also be requested
22599 by invoking @value{GDBN} with the @option{--statistics} command-line
22600 switch (@pxref{Mode Options}).
22601
22602 @kindex maint time
22603 @cindex time of command execution
22604 @item maint time
22605 Control whether to display the execution time for each command.  If
22606 set to a nonzero value, @value{GDBN} will display how much time it
22607 took to execute each command, following the command's own output.
22608 This can also be requested by invoking @value{GDBN} with the
22609 @option{--statistics} command-line switch (@pxref{Mode Options}).
22610
22611 @kindex maint translate-address
22612 @item maint translate-address @r{[}@var{section}@r{]} @var{addr}
22613 Find the symbol stored at the location specified by the address
22614 @var{addr} and an optional section name @var{section}.  If found,
22615 @value{GDBN} prints the name of the closest symbol and an offset from
22616 the symbol's location to the specified address.  This is similar to
22617 the @code{info address} command (@pxref{Symbols}), except that this
22618 command also allows to find symbols in other sections.
22619
22620 @end table
22621
22622 The following command is useful for non-interactive invocations of
22623 @value{GDBN}, such as in the test suite.
22624
22625 @table @code
22626 @item set watchdog @var{nsec}
22627 @kindex set watchdog
22628 @cindex watchdog timer
22629 @cindex timeout for commands
22630 Set the maximum number of seconds @value{GDBN} will wait for the
22631 target operation to finish.  If this time expires, @value{GDBN}
22632 reports and error and the command is aborted.
22633
22634 @item show watchdog
22635 Show the current setting of the target wait timeout.
22636 @end table
22637
22638 @node Remote Protocol
22639 @appendix @value{GDBN} Remote Serial Protocol
22640
22641 @menu
22642 * Overview::
22643 * Packets::
22644 * Stop Reply Packets::
22645 * General Query Packets::
22646 * Register Packet Format::
22647 * Tracepoint Packets::
22648 * Interrupts::
22649 * Examples::
22650 * File-I/O remote protocol extension::
22651 * Memory map format::
22652 @end menu
22653
22654 @node Overview
22655 @section Overview
22656
22657 There may be occasions when you need to know something about the
22658 protocol---for example, if there is only one serial port to your target
22659 machine, you might want your program to do something special if it
22660 recognizes a packet meant for @value{GDBN}.
22661
22662 In the examples below, @samp{->} and @samp{<-} are used to indicate
22663 transmitted and received data respectfully.
22664
22665 @cindex protocol, @value{GDBN} remote serial
22666 @cindex serial protocol, @value{GDBN} remote
22667 @cindex remote serial protocol
22668 All @value{GDBN} commands and responses (other than acknowledgments) are
22669 sent as a @var{packet}.  A @var{packet} is introduced with the character
22670 @samp{$}, the actual @var{packet-data}, and the terminating character
22671 @samp{#} followed by a two-digit @var{checksum}:
22672
22673 @smallexample
22674 @code{$}@var{packet-data}@code{#}@var{checksum}
22675 @end smallexample
22676 @noindent
22677
22678 @cindex checksum, for @value{GDBN} remote
22679 @noindent
22680 The two-digit @var{checksum} is computed as the modulo 256 sum of all
22681 characters between the leading @samp{$} and the trailing @samp{#} (an
22682 eight bit unsigned checksum).
22683
22684 Implementors should note that prior to @value{GDBN} 5.0 the protocol
22685 specification also included an optional two-digit @var{sequence-id}:
22686
22687 @smallexample
22688 @code{$}@var{sequence-id}@code{:}@var{packet-data}@code{#}@var{checksum}
22689 @end smallexample
22690
22691 @cindex sequence-id, for @value{GDBN} remote
22692 @noindent
22693 That @var{sequence-id} was appended to the acknowledgment.  @value{GDBN}
22694 has never output @var{sequence-id}s.  Stubs that handle packets added
22695 since @value{GDBN} 5.0 must not accept @var{sequence-id}.
22696
22697 @cindex acknowledgment, for @value{GDBN} remote
22698 When either the host or the target machine receives a packet, the first
22699 response expected is an acknowledgment: either @samp{+} (to indicate
22700 the package was received correctly) or @samp{-} (to request
22701 retransmission):
22702
22703 @smallexample
22704 -> @code{$}@var{packet-data}@code{#}@var{checksum}
22705 <- @code{+}
22706 @end smallexample
22707 @noindent
22708
22709 The host (@value{GDBN}) sends @var{command}s, and the target (the
22710 debugging stub incorporated in your program) sends a @var{response}.  In
22711 the case of step and continue @var{command}s, the response is only sent
22712 when the operation has completed (the target has again stopped).
22713
22714 @var{packet-data} consists of a sequence of characters with the
22715 exception of @samp{#} and @samp{$} (see @samp{X} packet for additional
22716 exceptions).
22717
22718 @cindex remote protocol, field separator
22719 Fields within the packet should be separated using @samp{,} @samp{;} or
22720 @samp{:}.  Except where otherwise noted all numbers are represented in
22721 @sc{hex} with leading zeros suppressed.
22722
22723 Implementors should note that prior to @value{GDBN} 5.0, the character
22724 @samp{:} could not appear as the third character in a packet (as it
22725 would potentially conflict with the @var{sequence-id}).
22726
22727 @cindex remote protocol, binary data
22728 @anchor{Binary Data}
22729 Binary data in most packets is encoded either as two hexadecimal
22730 digits per byte of binary data.  This allowed the traditional remote
22731 protocol to work over connections which were only seven-bit clean.
22732 Some packets designed more recently assume an eight-bit clean
22733 connection, and use a more efficient encoding to send and receive
22734 binary data.
22735
22736 The binary data representation uses @code{7d} (@sc{ascii} @samp{@}})
22737 as an escape character.  Any escaped byte is transmitted as the escape
22738 character followed by the original character XORed with @code{0x20}.
22739 For example, the byte @code{0x7d} would be transmitted as the two
22740 bytes @code{0x7d 0x5d}.  The bytes @code{0x23} (@sc{ascii} @samp{#}),
22741 @code{0x24} (@sc{ascii} @samp{$}), and @code{0x7d} (@sc{ascii}
22742 @samp{@}}) must always be escaped.  Responses sent by the stub
22743 must also escape @code{0x2a} (@sc{ascii} @samp{*}), so that it
22744 is not interpreted as the start of a run-length encoded sequence
22745 (described next).
22746
22747 Response @var{data} can be run-length encoded to save space.  A @samp{*}
22748 means that the next character is an @sc{ascii} encoding giving a repeat count
22749 which stands for that many repetitions of the character preceding the
22750 @samp{*}.  The encoding is @code{n+29}, yielding a printable character
22751 where @code{n >=3} (which is where rle starts to win).  The printable
22752 characters @samp{$}, @samp{#}, @samp{+} and @samp{-} or with a numeric
22753 value greater than 126 should not be used.
22754
22755 So:
22756 @smallexample
22757 "@code{0* }"
22758 @end smallexample
22759 @noindent
22760 means the same as "0000".
22761
22762 The error response returned for some packets includes a two character
22763 error number.  That number is not well defined.
22764
22765 @cindex empty response, for unsupported packets
22766 For any @var{command} not supported by the stub, an empty response
22767 (@samp{$#00}) should be returned.  That way it is possible to extend the
22768 protocol.  A newer @value{GDBN} can tell if a packet is supported based
22769 on that response.
22770
22771 A stub is required to support the @samp{g}, @samp{G}, @samp{m}, @samp{M},
22772 @samp{c}, and @samp{s} @var{command}s.  All other @var{command}s are
22773 optional.
22774
22775 @node Packets
22776 @section Packets
22777
22778 The following table provides a complete list of all currently defined
22779 @var{command}s and their corresponding response @var{data}.
22780 @xref{File-I/O remote protocol extension}, for details about the File
22781 I/O extension of the remote protocol.
22782
22783 Each packet's description has a template showing the packet's overall
22784 syntax, followed by an explanation of the packet's meaning.  We
22785 include spaces in some of the templates for clarity; these are not
22786 part of the packet's syntax.  No @value{GDBN} packet uses spaces to
22787 separate its components.  For example, a template like @samp{foo
22788 @var{bar} @var{baz}} describes a packet beginning with the three ASCII
22789 bytes @samp{foo}, followed by a @var{bar}, followed directly by a
22790 @var{baz}.  GDB does not transmit a space character between the
22791 @samp{foo} and the @var{bar}, or between the @var{bar} and the
22792 @var{baz}.
22793
22794 Note that all packet forms beginning with an upper- or lower-case
22795 letter, other than those described here, are reserved for future use.
22796
22797 Here are the packet descriptions.
22798
22799 @table @samp
22800
22801 @item !
22802 @cindex @samp{!} packet
22803 Enable extended mode.  In extended mode, the remote server is made
22804 persistent.  The @samp{R} packet is used to restart the program being
22805 debugged.
22806
22807 Reply:
22808 @table @samp
22809 @item OK
22810 The remote target both supports and has enabled extended mode.
22811 @end table
22812
22813 @item ?
22814 @cindex @samp{?} packet
22815 Indicate the reason the target halted.  The reply is the same as for
22816 step and continue.
22817
22818 Reply:
22819 @xref{Stop Reply Packets}, for the reply specifications.
22820
22821 @item A @var{arglen},@var{argnum},@var{arg},@dots{}
22822 @cindex @samp{A} packet
22823 Initialized @code{argv[]} array passed into program. @var{arglen}
22824 specifies the number of bytes in the hex encoded byte stream
22825 @var{arg}.  See @code{gdbserver} for more details.
22826
22827 Reply:
22828 @table @samp
22829 @item OK
22830 The arguments were set.
22831 @item E @var{NN}
22832 An error occurred.
22833 @end table
22834
22835 @item b @var{baud}
22836 @cindex @samp{b} packet
22837 (Don't use this packet; its behavior is not well-defined.)
22838 Change the serial line speed to @var{baud}.
22839
22840 JTC: @emph{When does the transport layer state change?  When it's
22841 received, or after the ACK is transmitted.  In either case, there are
22842 problems if the command or the acknowledgment packet is dropped.}
22843
22844 Stan: @emph{If people really wanted to add something like this, and get
22845 it working for the first time, they ought to modify ser-unix.c to send
22846 some kind of out-of-band message to a specially-setup stub and have the
22847 switch happen "in between" packets, so that from remote protocol's point
22848 of view, nothing actually happened.}
22849
22850 @item B @var{addr},@var{mode}
22851 @cindex @samp{B} packet
22852 Set (@var{mode} is @samp{S}) or clear (@var{mode} is @samp{C}) a
22853 breakpoint at @var{addr}.
22854
22855 Don't use this packet.  Use the @samp{Z} and @samp{z} packets instead
22856 (@pxref{insert breakpoint or watchpoint packet}).
22857
22858 @item c @r{[}@var{addr}@r{]}
22859 @cindex @samp{c} packet
22860 Continue.  @var{addr} is address to resume.  If @var{addr} is omitted,
22861 resume at current address.
22862
22863 Reply:
22864 @xref{Stop Reply Packets}, for the reply specifications.
22865
22866 @item C @var{sig}@r{[};@var{addr}@r{]}
22867 @cindex @samp{C} packet
22868 Continue with signal @var{sig} (hex signal number).  If
22869 @samp{;@var{addr}} is omitted, resume at same address.
22870
22871 Reply:
22872 @xref{Stop Reply Packets}, for the reply specifications.
22873
22874 @item d
22875 @cindex @samp{d} packet
22876 Toggle debug flag.
22877
22878 Don't use this packet; instead, define a general set packet
22879 (@pxref{General Query Packets}).
22880
22881 @item D
22882 @cindex @samp{D} packet
22883 Detach @value{GDBN} from the remote system.  Sent to the remote target
22884 before @value{GDBN} disconnects via the @code{detach} command.
22885
22886 Reply:
22887 @table @samp
22888 @item OK
22889 for success
22890 @item E @var{NN}
22891 for an error
22892 @end table
22893
22894 @item F @var{RC},@var{EE},@var{CF};@var{XX}
22895 @cindex @samp{F} packet
22896 A reply from @value{GDBN} to an @samp{F} packet sent by the target.
22897 This is part of the File-I/O protocol extension.  @xref{File-I/O
22898 remote protocol extension}, for the specification.
22899
22900 @item g
22901 @anchor{read registers packet}
22902 @cindex @samp{g} packet
22903 Read general registers.
22904
22905 Reply:
22906 @table @samp
22907 @item @var{XX@dots{}}
22908 Each byte of register data is described by two hex digits.  The bytes
22909 with the register are transmitted in target byte order.  The size of
22910 each register and their position within the @samp{g} packet are
22911 determined by the @value{GDBN} internal macros
22912 @code{DEPRECATED_REGISTER_RAW_SIZE} and @code{REGISTER_NAME} macros.  The
22913 specification of several standard @samp{g} packets is specified below.
22914 @item E @var{NN}
22915 for an error.
22916 @end table
22917
22918 @item G @var{XX@dots{}}
22919 @cindex @samp{G} packet
22920 Write general registers.  @xref{read registers packet}, for a
22921 description of the @var{XX@dots{}} data.
22922
22923 Reply:
22924 @table @samp
22925 @item OK
22926 for success
22927 @item E @var{NN}
22928 for an error
22929 @end table
22930
22931 @item H @var{c} @var{t}
22932 @cindex @samp{H} packet
22933 Set thread for subsequent operations (@samp{m}, @samp{M}, @samp{g},
22934 @samp{G}, et.al.).  @var{c} depends on the operation to be performed: it
22935 should be @samp{c} for step and continue operations, @samp{g} for other
22936 operations.  The thread designator @var{t} may be @samp{-1}, meaning all
22937 the threads, a thread number, or @samp{0} which means pick any thread.
22938
22939 Reply:
22940 @table @samp
22941 @item OK
22942 for success
22943 @item E @var{NN}
22944 for an error
22945 @end table
22946
22947 @c FIXME: JTC:
22948 @c   'H': How restrictive (or permissive) is the thread model.  If a
22949 @c        thread is selected and stopped, are other threads allowed
22950 @c        to continue to execute?  As I mentioned above, I think the
22951 @c        semantics of each command when a thread is selected must be
22952 @c        described.  For example:
22953 @c
22954 @c        'g':    If the stub supports threads and a specific thread is
22955 @c                selected, returns the register block from that thread;
22956 @c                otherwise returns current registers.
22957 @c
22958 @c        'G'     If the stub supports threads and a specific thread is
22959 @c                selected, sets the registers of the register block of
22960 @c                that thread; otherwise sets current registers.
22961
22962 @item i @r{[}@var{addr}@r{[},@var{nnn}@r{]]}
22963 @anchor{cycle step packet}
22964 @cindex @samp{i} packet
22965 Step the remote target by a single clock cycle.  If @samp{,@var{nnn}} is
22966 present, cycle step @var{nnn} cycles.  If @var{addr} is present, cycle
22967 step starting at that address.
22968
22969 @item I
22970 @cindex @samp{I} packet
22971 Signal, then cycle step.  @xref{step with signal packet}.  @xref{cycle
22972 step packet}.
22973
22974 @item k
22975 @cindex @samp{k} packet
22976 Kill request.
22977
22978 FIXME: @emph{There is no description of how to operate when a specific
22979 thread context has been selected (i.e.@: does 'k' kill only that
22980 thread?)}.
22981
22982 @item m @var{addr},@var{length}
22983 @cindex @samp{m} packet
22984 Read @var{length} bytes of memory starting at address @var{addr}.
22985 Note that @var{addr} may not be aligned to any particular boundary.
22986
22987 The stub need not use any particular size or alignment when gathering
22988 data from memory for the response; even if @var{addr} is word-aligned
22989 and @var{length} is a multiple of the word size, the stub is free to
22990 use byte accesses, or not.  For this reason, this packet may not be
22991 suitable for accessing memory-mapped I/O devices.
22992 @cindex alignment of remote memory accesses
22993 @cindex size of remote memory accesses
22994 @cindex memory, alignment and size of remote accesses
22995
22996 Reply:
22997 @table @samp
22998 @item @var{XX@dots{}}
22999 Memory contents; each byte is transmitted as a two-digit hexadecimal
23000 number.  The reply may contain fewer bytes than requested if the
23001 server was able to read only part of the region of memory.
23002 @item E @var{NN}
23003 @var{NN} is errno
23004 @end table
23005
23006 @item M @var{addr},@var{length}:@var{XX@dots{}}
23007 @cindex @samp{M} packet
23008 Write @var{length} bytes of memory starting at address @var{addr}.
23009 @var{XX@dots{}} is the data; each byte is transmitted as a two-digit
23010 hexadecimal number.
23011
23012 Reply:
23013 @table @samp
23014 @item OK
23015 for success
23016 @item E @var{NN}
23017 for an error (this includes the case where only part of the data was
23018 written).
23019 @end table
23020
23021 @item p @var{n}
23022 @cindex @samp{p} packet
23023 Read the value of register @var{n}; @var{n} is in hex.
23024 @xref{read registers packet}, for a description of how the returned
23025 register value is encoded.
23026
23027 Reply:
23028 @table @samp
23029 @item @var{XX@dots{}}
23030 the register's value
23031 @item E @var{NN}
23032 for an error
23033 @item
23034 Indicating an unrecognized @var{query}.
23035 @end table
23036
23037 @item P @var{n@dots{}}=@var{r@dots{}}
23038 @anchor{write register packet}
23039 @cindex @samp{P} packet
23040 Write register @var{n@dots{}} with value @var{r@dots{}}.  The register
23041 number @var{n} is in hexadecimal, and @var{r@dots{}} contains two hex
23042 digits for each byte in the register (target byte order).
23043
23044 Reply:
23045 @table @samp
23046 @item OK
23047 for success
23048 @item E @var{NN}
23049 for an error
23050 @end table
23051
23052 @item q @var{name} @var{params}@dots{}
23053 @itemx Q @var{name} @var{params}@dots{}
23054 @cindex @samp{q} packet
23055 @cindex @samp{Q} packet
23056 General query (@samp{q}) and set (@samp{Q}).  These packets are
23057 described fully in @ref{General Query Packets}.
23058
23059 @item r
23060 @cindex @samp{r} packet
23061 Reset the entire system.
23062
23063 Don't use this packet; use the @samp{R} packet instead.
23064
23065 @item R @var{XX}
23066 @cindex @samp{R} packet
23067 Restart the program being debugged.  @var{XX}, while needed, is ignored.
23068 This packet is only available in extended mode.
23069
23070 The @samp{R} packet has no reply.
23071
23072 @item s @r{[}@var{addr}@r{]}
23073 @cindex @samp{s} packet
23074 Single step.  @var{addr} is the address at which to resume.  If
23075 @var{addr} is omitted, resume at same address.
23076
23077 Reply:
23078 @xref{Stop Reply Packets}, for the reply specifications.
23079
23080 @item S @var{sig}@r{[};@var{addr}@r{]}
23081 @anchor{step with signal packet}
23082 @cindex @samp{S} packet
23083 Step with signal.  This is analogous to the @samp{C} packet, but
23084 requests a single-step, rather than a normal resumption of execution.
23085
23086 Reply:
23087 @xref{Stop Reply Packets}, for the reply specifications.
23088
23089 @item t @var{addr}:@var{PP},@var{MM}
23090 @cindex @samp{t} packet
23091 Search backwards starting at address @var{addr} for a match with pattern
23092 @var{PP} and mask @var{MM}.  @var{PP} and @var{MM} are 4 bytes.
23093 @var{addr} must be at least 3 digits.
23094
23095 @item T @var{XX}
23096 @cindex @samp{T} packet
23097 Find out if the thread XX is alive.
23098
23099 Reply:
23100 @table @samp
23101 @item OK
23102 thread is still alive
23103 @item E @var{NN}
23104 thread is dead
23105 @end table
23106
23107 @item v
23108 Packets starting with @samp{v} are identified by a multi-letter name,
23109 up to the first @samp{;} or @samp{?} (or the end of the packet).
23110
23111 @item vCont@r{[};@var{action}@r{[}:@var{tid}@r{]]}@dots{}
23112 @cindex @samp{vCont} packet
23113 Resume the inferior, specifying different actions for each thread.
23114 If an action is specified with no @var{tid}, then it is applied to any
23115 threads that don't have a specific action specified; if no default action is
23116 specified then other threads should remain stopped.  Specifying multiple
23117 default actions is an error; specifying no actions is also an error.
23118 Thread IDs are specified in hexadecimal.  Currently supported actions are:
23119
23120 @table @samp
23121 @item c
23122 Continue.
23123 @item C @var{sig}
23124 Continue with signal @var{sig}.  @var{sig} should be two hex digits.
23125 @item s
23126 Step.
23127 @item S @var{sig}
23128 Step with signal @var{sig}.  @var{sig} should be two hex digits.
23129 @end table
23130
23131 The optional @var{addr} argument normally associated with these packets is
23132 not supported in @samp{vCont}.
23133
23134 Reply:
23135 @xref{Stop Reply Packets}, for the reply specifications.
23136
23137 @item vCont?
23138 @cindex @samp{vCont?} packet
23139 Request a list of actions supporetd by the @samp{vCont} packet.
23140
23141 Reply:
23142 @table @samp
23143 @item vCont@r{[};@var{action}@dots{}@r{]}
23144 The @samp{vCont} packet is supported.  Each @var{action} is a supported
23145 command in the @samp{vCont} packet.
23146 @item
23147 The @samp{vCont} packet is not supported.
23148 @end table
23149
23150 @item vFlashErase:@var{addr},@var{length}
23151 @cindex @samp{vFlashErase} packet
23152 Direct the stub to erase @var{length} bytes of flash starting at
23153 @var{addr}.  The region may enclose any number of flash blocks, but
23154 its start and end must fall on block boundaries, as indicated by the
23155 flash block size appearing in the memory map (@pxref{Memory map
23156 format}).  @value{GDBN} groups flash memory programming operations
23157 together, and sends a @samp{vFlashDone} request after each group; the
23158 stub is allowed to delay erase operation until the @samp{vFlashDone}
23159 packet is received.
23160
23161 Reply:
23162 @table @samp
23163 @item OK
23164 for success
23165 @item E @var{NN}
23166 for an error
23167 @end table
23168
23169 @item vFlashWrite:@var{addr}:@var{XX@dots{}}
23170 @cindex @samp{vFlashWrite} packet
23171 Direct the stub to write data to flash address @var{addr}.  The data
23172 is passed in binary form using the same encoding as for the @samp{X}
23173 packet (@pxref{Binary Data}).  The memory ranges specified by
23174 @samp{vFlashWrite} packets preceding a @samp{vFlashDone} packet must
23175 not overlap, and must appear in order of increasing addresses
23176 (although @samp{vFlashErase} packets for higher addresses may already
23177 have been received; the ordering is guaranteed only between
23178 @samp{vFlashWrite} packets).  If a packet writes to an address that was
23179 neither erased by a preceding @samp{vFlashErase} packet nor by some other
23180 target-specific method, the results are unpredictable.
23181
23182
23183 Reply:
23184 @table @samp
23185 @item OK
23186 for success
23187 @item E.memtype
23188 for vFlashWrite addressing non-flash memory
23189 @item E @var{NN}
23190 for an error
23191 @end table
23192
23193 @item vFlashDone
23194 @cindex @samp{vFlashDone} packet
23195 Indicate to the stub that flash programming operation is finished.
23196 The stub is permitted to delay or batch the effects of a group of
23197 @samp{vFlashErase} and @samp{vFlashWrite} packets until a
23198 @samp{vFlashDone} packet is received.  The contents of the affected
23199 regions of flash memory are unpredictable until the @samp{vFlashDone}
23200 request is completed.
23201
23202 @item X @var{addr},@var{length}:@var{XX@dots{}}
23203 @anchor{X packet}
23204 @cindex @samp{X} packet
23205 Write data to memory, where the data is transmitted in binary.
23206 @var{addr} is address, @var{length} is number of bytes,
23207 @samp{@var{XX}@dots{}} is binary data (@pxref{Binary Data}).
23208
23209 Reply:
23210 @table @samp
23211 @item OK
23212 for success
23213 @item E @var{NN}
23214 for an error
23215 @end table
23216
23217 @item z @var{type},@var{addr},@var{length}
23218 @itemx Z @var{type},@var{addr},@var{length}
23219 @anchor{insert breakpoint or watchpoint packet}
23220 @cindex @samp{z} packet
23221 @cindex @samp{Z} packets
23222 Insert (@samp{Z}) or remove (@samp{z}) a @var{type} breakpoint or
23223 watchpoint starting at address @var{address} and covering the next
23224 @var{length} bytes.
23225
23226 Each breakpoint and watchpoint packet @var{type} is documented
23227 separately.
23228
23229 @emph{Implementation notes: A remote target shall return an empty string
23230 for an unrecognized breakpoint or watchpoint packet @var{type}.  A
23231 remote target shall support either both or neither of a given
23232 @samp{Z@var{type}@dots{}} and @samp{z@var{type}@dots{}} packet pair.  To
23233 avoid potential problems with duplicate packets, the operations should
23234 be implemented in an idempotent way.}
23235
23236 @item z0,@var{addr},@var{length}
23237 @itemx Z0,@var{addr},@var{length}
23238 @cindex @samp{z0} packet
23239 @cindex @samp{Z0} packet
23240 Insert (@samp{Z0}) or remove (@samp{z0}) a memory breakpoint at address
23241 @var{addr} of size @var{length}.
23242
23243 A memory breakpoint is implemented by replacing the instruction at
23244 @var{addr} with a software breakpoint or trap instruction.  The
23245 @var{length} is used by targets that indicates the size of the
23246 breakpoint (in bytes) that should be inserted (e.g., the @sc{arm} and
23247 @sc{mips} can insert either a 2 or 4 byte breakpoint).
23248
23249 @emph{Implementation note: It is possible for a target to copy or move
23250 code that contains memory breakpoints (e.g., when implementing
23251 overlays).  The behavior of this packet, in the presence of such a
23252 target, is not defined.}
23253
23254 Reply:
23255 @table @samp
23256 @item OK
23257 success
23258 @item
23259 not supported
23260 @item E @var{NN}
23261 for an error
23262 @end table
23263
23264 @item z1,@var{addr},@var{length}
23265 @itemx Z1,@var{addr},@var{length}
23266 @cindex @samp{z1} packet
23267 @cindex @samp{Z1} packet
23268 Insert (@samp{Z1}) or remove (@samp{z1}) a hardware breakpoint at
23269 address @var{addr} of size @var{length}.
23270
23271 A hardware breakpoint is implemented using a mechanism that is not
23272 dependant on being able to modify the target's memory.
23273
23274 @emph{Implementation note: A hardware breakpoint is not affected by code
23275 movement.}
23276
23277 Reply:
23278 @table @samp
23279 @item OK
23280 success
23281 @item
23282 not supported
23283 @item E @var{NN}
23284 for an error
23285 @end table
23286
23287 @item z2,@var{addr},@var{length}
23288 @itemx Z2,@var{addr},@var{length}
23289 @cindex @samp{z2} packet
23290 @cindex @samp{Z2} packet
23291 Insert (@samp{Z2}) or remove (@samp{z2}) a write watchpoint.
23292
23293 Reply:
23294 @table @samp
23295 @item OK
23296 success
23297 @item
23298 not supported
23299 @item E @var{NN}
23300 for an error
23301 @end table
23302
23303 @item z3,@var{addr},@var{length}
23304 @itemx Z3,@var{addr},@var{length}
23305 @cindex @samp{z3} packet
23306 @cindex @samp{Z3} packet
23307 Insert (@samp{Z3}) or remove (@samp{z3}) a read watchpoint.
23308
23309 Reply:
23310 @table @samp
23311 @item OK
23312 success
23313 @item
23314 not supported
23315 @item E @var{NN}
23316 for an error
23317 @end table
23318
23319 @item z4,@var{addr},@var{length}
23320 @itemx Z4,@var{addr},@var{length}
23321 @cindex @samp{z4} packet
23322 @cindex @samp{Z4} packet
23323 Insert (@samp{Z4}) or remove (@samp{z4}) an access watchpoint.
23324
23325 Reply:
23326 @table @samp
23327 @item OK
23328 success
23329 @item
23330 not supported
23331 @item E @var{NN}
23332 for an error
23333 @end table
23334
23335 @end table
23336
23337 @node Stop Reply Packets
23338 @section Stop Reply Packets
23339 @cindex stop reply packets
23340
23341 The @samp{C}, @samp{c}, @samp{S}, @samp{s} and @samp{?} packets can
23342 receive any of the below as a reply.  In the case of the @samp{C},
23343 @samp{c}, @samp{S} and @samp{s} packets, that reply is only returned
23344 when the target halts.  In the below the exact meaning of @dfn{signal
23345 number} is poorly defined.  In general one of the UNIX signal
23346 numbering conventions is used.
23347
23348 As in the description of request packets, we include spaces in the
23349 reply templates for clarity; these are not part of the reply packet's
23350 syntax.  No @value{GDBN} stop reply packet uses spaces to separate its
23351 components.
23352
23353 @table @samp
23354
23355 @item S @var{AA}
23356 The program received signal number @var{AA} (a two-digit hexadecimal
23357 number).  This is equivalent to a @samp{T} response with no
23358 @var{n}:@var{r} pairs.
23359
23360 @item T @var{AA} @var{n1}:@var{r1};@var{n2}:@var{r2};@dots{}
23361 @cindex @samp{T} packet reply
23362 The program received signal number @var{AA} (a two-digit hexadecimal
23363 number).  This is equivalent to an @samp{S} response, except that the
23364 @samp{@var{n}:@var{r}} pairs can carry values of important registers
23365 and other information directly in the stop reply packet, reducing
23366 round-trip latency.  Single-step and breakpoint traps are reported
23367 this way.  Each @samp{@var{n}:@var{r}} pair is interpreted as follows:
23368 @enumerate
23369 @item
23370 If @var{n} is a hexadecimal number, it is a register number, and the
23371 corresponding @var{r} gives that register's value.  @var{r} is a
23372 series of bytes in target byte order, with each byte given by a
23373 two-digit hex number.
23374 @item
23375 If @var{n} is @samp{thread}, then @var{r} is the thread process ID, in
23376 hex.
23377 @item
23378 If @var{n} is @samp{watch}, @samp{rwatch}, or @samp{awatch}, then the
23379 packet indicates a watchpoint hit, and @var{r} is the data address, in
23380 hex.
23381 @item
23382 Otherwise, @value{GDBN} should ignore this @samp{@var{n}:@var{r}} pair
23383 and go on to the next; this allows us to extend the protocol in the
23384 future.
23385 @end enumerate
23386
23387 @item W @var{AA}
23388 The process exited, and @var{AA} is the exit status.  This is only
23389 applicable to certain targets.
23390
23391 @item X @var{AA}
23392 The process terminated with signal @var{AA}.
23393
23394 @item O @var{XX}@dots{}
23395 @samp{@var{XX}@dots{}} is hex encoding of @sc{ascii} data, to be
23396 written as the program's console output.  This can happen at any time
23397 while the program is running and the debugger should continue to wait
23398 for @samp{W}, @samp{T}, etc.
23399
23400 @item F @var{call-id},@var{parameter}@dots{}
23401 @var{call-id} is the identifier which says which host system call should
23402 be called.  This is just the name of the function.  Translation into the
23403 correct system call is only applicable as it's defined in @value{GDBN}.
23404 @xref{File-I/O remote protocol extension}, for a list of implemented
23405 system calls.
23406
23407 @samp{@var{parameter}@dots{}} is a list of parameters as defined for
23408 this very system call.
23409
23410 The target replies with this packet when it expects @value{GDBN} to
23411 call a host system call on behalf of the target.  @value{GDBN} replies
23412 with an appropriate @samp{F} packet and keeps up waiting for the next
23413 reply packet from the target.  The latest @samp{C}, @samp{c}, @samp{S}
23414 or @samp{s} action is expected to be continued.  @xref{File-I/O remote
23415 protocol extension}, for more details.
23416
23417 @end table
23418
23419 @node General Query Packets
23420 @section General Query Packets
23421 @cindex remote query requests
23422
23423 Packets starting with @samp{q} are @dfn{general query packets};
23424 packets starting with @samp{Q} are @dfn{general set packets}.  General
23425 query and set packets are a semi-unified form for retrieving and
23426 sending information to and from the stub.
23427
23428 The initial letter of a query or set packet is followed by a name
23429 indicating what sort of thing the packet applies to.  For example,
23430 @value{GDBN} may use a @samp{qSymbol} packet to exchange symbol
23431 definitions with the stub.  These packet names follow some
23432 conventions:
23433
23434 @itemize @bullet
23435 @item
23436 The name must not contain commas, colons or semicolons.
23437 @item
23438 Most @value{GDBN} query and set packets have a leading upper case
23439 letter.
23440 @item
23441 The names of custom vendor packets should use a company prefix, in
23442 lower case, followed by a period.  For example, packets designed at
23443 the Acme Corporation might begin with @samp{qacme.foo} (for querying
23444 foos) or @samp{Qacme.bar} (for setting bars).
23445 @end itemize
23446
23447 The name of a query or set packet should be separated from any
23448 parameters by a @samp{:}; the parameters themselves should be
23449 separated by @samp{,} or @samp{;}.  Stubs must be careful to match the
23450 full packet name, and check for a separator or the end of the packet,
23451 in case two packet names share a common prefix.  New packets should not begin
23452 with @samp{qC}, @samp{qP}, or @samp{qL}@footnote{The @samp{qP} and @samp{qL}
23453 packets predate these conventions, and have arguments without any terminator
23454 for the packet name; we suspect they are in widespread use in places that
23455 are difficult to upgrade.  The @samp{qC} packet has no arguments, but some
23456 existing stubs (e.g.@: RedBoot) are known to not check for the end of the
23457 packet.}.
23458
23459 Like the descriptions of the other packets, each description here
23460 has a template showing the packet's overall syntax, followed by an
23461 explanation of the packet's meaning.  We include spaces in some of the
23462 templates for clarity; these are not part of the packet's syntax.  No
23463 @value{GDBN} packet uses spaces to separate its components.
23464
23465 Here are the currently defined query and set packets:
23466
23467 @table @samp
23468
23469 @item qC
23470 @cindex current thread, remote request
23471 @cindex @samp{qC} packet
23472 Return the current thread id.
23473
23474 Reply:
23475 @table @samp
23476 @item QC @var{pid}
23477 Where @var{pid} is an unsigned hexadecimal process id.
23478 @item @r{(anything else)}
23479 Any other reply implies the old pid.
23480 @end table
23481
23482 @item qCRC:@var{addr},@var{length}
23483 @cindex CRC of memory block, remote request
23484 @cindex @samp{qCRC} packet
23485 Compute the CRC checksum of a block of memory.
23486 Reply:
23487 @table @samp
23488 @item E @var{NN}
23489 An error (such as memory fault)
23490 @item C @var{crc32}
23491 The specified memory region's checksum is @var{crc32}.
23492 @end table
23493
23494 @item qfThreadInfo
23495 @itemx qsThreadInfo
23496 @cindex list active threads, remote request
23497 @cindex @samp{qfThreadInfo} packet
23498 @cindex @samp{qsThreadInfo} packet
23499 Obtain a list of all active thread ids from the target (OS).  Since there
23500 may be too many active threads to fit into one reply packet, this query
23501 works iteratively: it may require more than one query/reply sequence to
23502 obtain the entire list of threads.  The first query of the sequence will
23503 be the @samp{qfThreadInfo} query; subsequent queries in the
23504 sequence will be the @samp{qsThreadInfo} query.
23505
23506 NOTE: This packet replaces the @samp{qL} query (see below).
23507
23508 Reply:
23509 @table @samp
23510 @item m @var{id}
23511 A single thread id
23512 @item m @var{id},@var{id}@dots{}
23513 a comma-separated list of thread ids
23514 @item l
23515 (lower case letter @samp{L}) denotes end of list.
23516 @end table
23517
23518 In response to each query, the target will reply with a list of one or
23519 more thread ids, in big-endian unsigned hex, separated by commas.
23520 @value{GDBN} will respond to each reply with a request for more thread
23521 ids (using the @samp{qs} form of the query), until the target responds
23522 with @samp{l} (lower-case el, for @dfn{last}).
23523
23524 @item qGetTLSAddr:@var{thread-id},@var{offset},@var{lm}
23525 @cindex get thread-local storage address, remote request
23526 @cindex @samp{qGetTLSAddr} packet
23527 Fetch the address associated with thread local storage specified
23528 by @var{thread-id}, @var{offset}, and @var{lm}.
23529
23530 @var{thread-id} is the (big endian, hex encoded) thread id associated with the
23531 thread for which to fetch the TLS address.
23532
23533 @var{offset} is the (big endian, hex encoded) offset associated with the
23534 thread local variable.  (This offset is obtained from the debug
23535 information associated with the variable.)
23536
23537 @var{lm} is the (big endian, hex encoded) OS/ABI specific encoding of the
23538 the load module associated with the thread local storage.  For example,
23539 a @sc{gnu}/Linux system will pass the link map address of the shared
23540 object associated with the thread local storage under consideration. 
23541 Other operating environments may choose to represent the load module
23542 differently, so the precise meaning of this parameter will vary.
23543
23544 Reply:
23545 @table @samp
23546 @item @var{XX}@dots{}
23547 Hex encoded (big endian) bytes representing the address of the thread
23548 local storage requested.
23549
23550 @item E @var{nn}
23551 An error occurred.  @var{nn} are hex digits.
23552
23553 @item
23554 An empty reply indicates that @samp{qGetTLSAddr} is not supported by the stub.
23555 @end table
23556
23557 @item qL @var{startflag} @var{threadcount} @var{nextthread}
23558 Obtain thread information from RTOS.  Where: @var{startflag} (one hex
23559 digit) is one to indicate the first query and zero to indicate a
23560 subsequent query; @var{threadcount} (two hex digits) is the maximum
23561 number of threads the response packet can contain; and @var{nextthread}
23562 (eight hex digits), for subsequent queries (@var{startflag} is zero), is
23563 returned in the response as @var{argthread}.
23564
23565 Don't use this packet; use the @samp{qfThreadInfo} query instead (see above).
23566
23567 Reply:
23568 @table @samp
23569 @item qM @var{count} @var{done} @var{argthread} @var{thread}@dots{}
23570 Where: @var{count} (two hex digits) is the number of threads being
23571 returned; @var{done} (one hex digit) is zero to indicate more threads
23572 and one indicates no further threads; @var{argthreadid} (eight hex
23573 digits) is @var{nextthread} from the request packet; @var{thread}@dots{}
23574 is a sequence of thread IDs from the target.  @var{threadid} (eight hex
23575 digits).  See @code{remote.c:parse_threadlist_response()}.
23576 @end table
23577
23578 @item qOffsets
23579 @cindex section offsets, remote request
23580 @cindex @samp{qOffsets} packet
23581 Get section offsets that the target used when re-locating the downloaded
23582 image.  @emph{Note: while a @code{Bss} offset is included in the
23583 response, @value{GDBN} ignores this and instead applies the @code{Data}
23584 offset to the @code{Bss} section.}
23585
23586 Reply:
23587 @table @samp
23588 @item Text=@var{xxx};Data=@var{yyy};Bss=@var{zzz}
23589 @end table
23590
23591 @item qP @var{mode} @var{threadid}
23592 @cindex thread information, remote request
23593 @cindex @samp{qP} packet
23594 Returns information on @var{threadid}.  Where: @var{mode} is a hex
23595 encoded 32 bit mode; @var{threadid} is a hex encoded 64 bit thread ID.
23596
23597 Don't use this packet; use the @samp{qThreadExtraInfo} query instead
23598 (see below).
23599
23600 Reply: see @code{remote.c:remote_unpack_thread_info_response()}.
23601
23602 @item qRcmd,@var{command}
23603 @cindex execute remote command, remote request
23604 @cindex @samp{qRcmd} packet
23605 @var{command} (hex encoded) is passed to the local interpreter for
23606 execution.  Invalid commands should be reported using the output
23607 string.  Before the final result packet, the target may also respond
23608 with a number of intermediate @samp{O@var{output}} console output
23609 packets.  @emph{Implementors should note that providing access to a
23610 stubs's interpreter may have security implications}.
23611
23612 Reply:
23613 @table @samp
23614 @item OK
23615 A command response with no output.
23616 @item @var{OUTPUT}
23617 A command response with the hex encoded output string @var{OUTPUT}.
23618 @item E @var{NN}
23619 Indicate a badly formed request.
23620 @item
23621 An empty reply indicates that @samp{qRcmd} is not recognized.
23622 @end table
23623
23624 (Note that the @code{qRcmd} packet's name is separated from the
23625 command by a @samp{,}, not a @samp{:}, contrary to the naming
23626 conventions above.  Please don't use this packet as a model for new
23627 packets.)
23628
23629 @item qSupported @r{[}:@var{gdbfeature} @r{[};@var{gdbfeature}@r{]}@dots{} @r{]}
23630 @cindex supported packets, remote query
23631 @cindex features of the remote protocol
23632 @cindex @samp{qSupported} packet
23633 @anchor{qSupported}
23634 Tell the remote stub about features supported by @value{GDBN}, and
23635 query the stub for features it supports.  This packet allows
23636 @value{GDBN} and the remote stub to take advantage of each others'
23637 features.  @samp{qSupported} also consolidates multiple feature probes
23638 at startup, to improve @value{GDBN} performance---a single larger
23639 packet performs better than multiple smaller probe packets on
23640 high-latency links.  Some features may enable behavior which must not
23641 be on by default, e.g.@: because it would confuse older clients or
23642 stubs.  Other features may describe packets which could be
23643 automatically probed for, but are not.  These features must be
23644 reported before @value{GDBN} will use them.  This ``default
23645 unsupported'' behavior is not appropriate for all packets, but it
23646 helps to keep the initial connection time under control with new
23647 versions of @value{GDBN} which support increasing numbers of packets.
23648
23649 Reply:
23650 @table @samp
23651 @item @var{stubfeature} @r{[};@var{stubfeature}@r{]}@dots{}
23652 The stub supports or does not support each returned @var{stubfeature},
23653 depending on the form of each @var{stubfeature} (see below for the
23654 possible forms).
23655 @item
23656 An empty reply indicates that @samp{qSupported} is not recognized,
23657 or that no features needed to be reported to @value{GDBN}.
23658 @end table
23659
23660 The allowed forms for each feature (either a @var{gdbfeature} in the
23661 @samp{qSupported} packet, or a @var{stubfeature} in the response)
23662 are:
23663
23664 @table @samp
23665 @item @var{name}=@var{value}
23666 The remote protocol feature @var{name} is supported, and associated
23667 with the specified @var{value}.  The format of @var{value} depends
23668 on the feature, but it must not include a semicolon.
23669 @item @var{name}+
23670 The remote protocol feature @var{name} is supported, and does not
23671 need an associated value.
23672 @item @var{name}-
23673 The remote protocol feature @var{name} is not supported.
23674 @item @var{name}?
23675 The remote protocol feature @var{name} may be supported, and
23676 @value{GDBN} should auto-detect support in some other way when it is
23677 needed.  This form will not be used for @var{gdbfeature} notifications,
23678 but may be used for @var{stubfeature} responses.
23679 @end table
23680
23681 Whenever the stub receives a @samp{qSupported} request, the
23682 supplied set of @value{GDBN} features should override any previous
23683 request.  This allows @value{GDBN} to put the stub in a known
23684 state, even if the stub had previously been communicating with
23685 a different version of @value{GDBN}.
23686
23687 No values of @var{gdbfeature} (for the packet sent by @value{GDBN})
23688 are defined yet.  Stubs should ignore any unknown values for
23689 @var{gdbfeature}.  Any @value{GDBN} which sends a @samp{qSupported}
23690 packet supports receiving packets of unlimited length (earlier
23691 versions of @value{GDBN} may reject overly long responses).  Values
23692 for @var{gdbfeature} may be defined in the future to let the stub take
23693 advantage of new features in @value{GDBN}, e.g.@: incompatible
23694 improvements in the remote protocol---support for unlimited length
23695 responses would be a @var{gdbfeature} example, if it were not implied by
23696 the @samp{qSupported} query.  The stub's reply should be independent
23697 of the @var{gdbfeature} entries sent by @value{GDBN}; first @value{GDBN}
23698 describes all the features it supports, and then the stub replies with
23699 all the features it supports.
23700
23701 Similarly, @value{GDBN} will silently ignore unrecognized stub feature
23702 responses, as long as each response uses one of the standard forms.
23703
23704 Some features are flags.  A stub which supports a flag feature
23705 should respond with a @samp{+} form response.  Other features
23706 require values, and the stub should respond with an @samp{=}
23707 form response.
23708
23709 Each feature has a default value, which @value{GDBN} will use if
23710 @samp{qSupported} is not available or if the feature is not mentioned
23711 in the @samp{qSupported} response.  The default values are fixed; a
23712 stub is free to omit any feature responses that match the defaults.
23713
23714 Not all features can be probed, but for those which can, the probing
23715 mechanism is useful: in some cases, a stub's internal
23716 architecture may not allow the protocol layer to know some information
23717 about the underlying target in advance.  This is especially common in
23718 stubs which may be configured for multiple targets.
23719
23720 These are the currently defined stub features and their properties:
23721
23722 @multitable @columnfractions 0.25 0.2 0.2 0.2
23723 @c NOTE: The first row should be @headitem, but we do not yet require
23724 @c a new enough version of Texinfo (4.7) to use @headitem.
23725 @item Feature Name
23726 @tab Value Required
23727 @tab Default
23728 @tab Probe Allowed
23729
23730 @item @samp{PacketSize}
23731 @tab Yes
23732 @tab @samp{-}
23733 @tab No
23734
23735 @item @samp{qXfer:auxv:read}
23736 @tab No
23737 @tab @samp{-}
23738 @tab Yes
23739
23740 @item @samp{qXfer:memory-map:read}
23741 @tab No
23742 @tab @samp{-}
23743 @tab Yes
23744
23745 @end multitable
23746
23747 These are the currently defined stub features, in more detail:
23748
23749 @table @samp
23750 @cindex packet size, remote protocol
23751 @item PacketSize=@var{bytes}
23752 The remote stub can accept packets up to at least @var{bytes} in
23753 length.  @value{GDBN} will send packets up to this size for bulk
23754 transfers, and will never send larger packets.  This is a limit on the
23755 data characters in the packet, including the frame and checksum.
23756 There is no trailing NUL byte in a remote protocol packet; if the stub
23757 stores packets in a NUL-terminated format, it should allow an extra
23758 byte in its buffer for the NUL.  If this stub feature is not supported,
23759 @value{GDBN} guesses based on the size of the @samp{g} packet response.
23760
23761 @item qXfer:auxv:read
23762 The remote stub understands the @samp{qXfer:auxv:read} packet
23763 (@pxref{qXfer auxiliary vector read}).
23764
23765 @end table
23766
23767 @item qSymbol::
23768 @cindex symbol lookup, remote request
23769 @cindex @samp{qSymbol} packet
23770 Notify the target that @value{GDBN} is prepared to serve symbol lookup
23771 requests.  Accept requests from the target for the values of symbols.
23772
23773 Reply:
23774 @table @samp
23775 @item OK
23776 The target does not need to look up any (more) symbols.
23777 @item qSymbol:@var{sym_name}
23778 The target requests the value of symbol @var{sym_name} (hex encoded).
23779 @value{GDBN} may provide the value by using the
23780 @samp{qSymbol:@var{sym_value}:@var{sym_name}} message, described
23781 below.
23782 @end table
23783
23784 @item qSymbol:@var{sym_value}:@var{sym_name}
23785 Set the value of @var{sym_name} to @var{sym_value}.
23786
23787 @var{sym_name} (hex encoded) is the name of a symbol whose value the
23788 target has previously requested.
23789
23790 @var{sym_value} (hex) is the value for symbol @var{sym_name}.  If
23791 @value{GDBN} cannot supply a value for @var{sym_name}, then this field
23792 will be empty.
23793
23794 Reply:
23795 @table @samp
23796 @item OK
23797 The target does not need to look up any (more) symbols.
23798 @item qSymbol:@var{sym_name}
23799 The target requests the value of a new symbol @var{sym_name} (hex
23800 encoded).  @value{GDBN} will continue to supply the values of symbols
23801 (if available), until the target ceases to request them.
23802 @end table
23803
23804 @item QTDP
23805 @itemx QTFrame
23806 @xref{Tracepoint Packets}.
23807
23808 @item qThreadExtraInfo,@var{id}
23809 @cindex thread attributes info, remote request
23810 @cindex @samp{qThreadExtraInfo} packet
23811 Obtain a printable string description of a thread's attributes from
23812 the target OS.  @var{id} is a thread-id in big-endian hex.  This
23813 string may contain anything that the target OS thinks is interesting
23814 for @value{GDBN} to tell the user about the thread.  The string is
23815 displayed in @value{GDBN}'s @code{info threads} display.  Some
23816 examples of possible thread extra info strings are @samp{Runnable}, or
23817 @samp{Blocked on Mutex}.
23818
23819 Reply:
23820 @table @samp
23821 @item @var{XX}@dots{}
23822 Where @samp{@var{XX}@dots{}} is a hex encoding of @sc{ascii} data,
23823 comprising the printable string containing the extra information about
23824 the thread's attributes.
23825 @end table
23826
23827 (Note that the @code{qThreadExtraInfo} packet's name is separated from
23828 the command by a @samp{,}, not a @samp{:}, contrary to the naming
23829 conventions above.  Please don't use this packet as a model for new
23830 packets.)
23831
23832 @item QTStart    
23833 @itemx QTStop     
23834 @itemx QTinit     
23835 @itemx QTro       
23836 @itemx qTStatus   
23837 @xref{Tracepoint Packets}.
23838
23839 @item qXfer:@var{object}:read:@var{annex}:@var{offset},@var{length}
23840 @cindex read special object, remote request
23841 @cindex @samp{qXfer} packet
23842 @anchor{qXfer read}
23843 Read uninterpreted bytes from the target's special data area
23844 identified by the keyword @var{object}.  Request @var{length} bytes
23845 starting at @var{offset} bytes into the data.  The content and
23846 encoding of @var{annex} is specific to the object; it can supply
23847 additional details about what data to access.
23848
23849 Here are the specific requests of this form defined so far.  All
23850 @samp{qXfer:@var{object}:read:@dots{}} requests use the same reply
23851 formats, listed below.
23852
23853 @table @samp
23854 @item qXfer:auxv:read::@var{offset},@var{length}
23855 @anchor{qXfer auxiliary vector read}
23856 Access the target's @dfn{auxiliary vector}.  @xref{OS Information,
23857 auxiliary vector}.  Note @var{annex} must be empty.
23858
23859 This packet is not probed by default; the remote stub must request it,
23860 by suppling an appropriate @samp{qSupported} response (@pxref{qSupported}).
23861 @end table
23862
23863 @table @samp
23864 @item qXfer:memory-map:read::@var{offset},@var{length}
23865 @anchor{qXfer memory map read}
23866 Access the target's @dfn{memory-map}.  @xref{Memory map format}.  The
23867 annex part of the generic @samp{qXfer} packet must be empty
23868 (@pxref{qXfer read}).
23869
23870 This packet is not probed by default; the remote stub must request it,
23871 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
23872 @end table
23873
23874 Reply:
23875 @table @samp
23876 @item m @var{data}
23877 Data @var{data} (@pxref{Binary Data}) has been read from the
23878 target.  There may be more data at a higher address (although
23879 it is permitted to return @samp{m} even for the last valid
23880 block of data, as long as at least one byte of data was read).
23881 @var{data} may have fewer bytes than the @var{length} in the
23882 request.
23883
23884 @item l @var{data}
23885 Data @var{data} (@pxref{Binary Data}) has been read from the target.
23886 There is no more data to be read.  @var{data} may have fewer bytes
23887 than the @var{length} in the request.
23888
23889 @item l
23890 The @var{offset} in the request is at the end of the data.
23891 There is no more data to be read.
23892
23893 @item E00
23894 The request was malformed, or @var{annex} was invalid.
23895
23896 @item E @var{nn}
23897 The offset was invalid, or there was an error encountered reading the data.
23898 @var{nn} is a hex-encoded @code{errno} value.
23899
23900 @item
23901 An empty reply indicates the @var{object} string was not recognized by
23902 the stub, or that the object does not support reading.
23903 @end table
23904
23905 @item qXfer:@var{object}:write:@var{annex}:@var{offset}:@var{data}@dots{}
23906 @cindex write data into object, remote request
23907 Write uninterpreted bytes into the target's special data area
23908 identified by the keyword @var{object}, starting at @var{offset} bytes
23909 into the data.  @samp{@var{data}@dots{}} is the binary-encoded data
23910 (@pxref{Binary Data}) to be written.  The content and encoding of @var{annex}
23911 is specific to the object; it can supply additional details about what data
23912 to access.
23913
23914 No requests of this form are presently in use.  This specification
23915 serves as a placeholder to document the common format that new
23916 specific request specifications ought to use.
23917
23918 Reply:
23919 @table @samp
23920 @item @var{nn}
23921 @var{nn} (hex encoded) is the number of bytes written.
23922 This may be fewer bytes than supplied in the request.
23923
23924 @item E00
23925 The request was malformed, or @var{annex} was invalid.
23926
23927 @item E @var{nn}
23928 The offset was invalid, or there was an error encountered writing the data.
23929 @var{nn} is a hex-encoded @code{errno} value.
23930
23931 @item
23932 An empty reply indicates the @var{object} string was not
23933 recognized by the stub, or that the object does not support writing.
23934 @end table
23935
23936 @item qXfer:@var{object}:@var{operation}:@dots{}
23937 Requests of this form may be added in the future.  When a stub does
23938 not recognize the @var{object} keyword, or its support for
23939 @var{object} does not recognize the @var{operation} keyword, the stub
23940 must respond with an empty packet.
23941
23942 @end table
23943
23944 @node Register Packet Format
23945 @section Register Packet Format
23946
23947 The following @code{g}/@code{G} packets have previously been defined.
23948 In the below, some thirty-two bit registers are transferred as
23949 sixty-four bits.  Those registers should be zero/sign extended (which?)
23950 to fill the space allocated.  Register bytes are transferred in target
23951 byte order.  The two nibbles within a register byte are transferred
23952 most-significant - least-significant.
23953
23954 @table @r
23955
23956 @item MIPS32
23957
23958 All registers are transferred as thirty-two bit quantities in the order:
23959 32 general-purpose; sr; lo; hi; bad; cause; pc; 32 floating-point
23960 registers; fsr; fir; fp.
23961
23962 @item MIPS64
23963
23964 All registers are transferred as sixty-four bit quantities (including
23965 thirty-two bit registers such as @code{sr}).  The ordering is the same
23966 as @code{MIPS32}.
23967
23968 @end table
23969
23970 @node Tracepoint Packets
23971 @section Tracepoint Packets
23972 @cindex tracepoint packets
23973 @cindex packets, tracepoint
23974
23975 Here we describe the packets @value{GDBN} uses to implement
23976 tracepoints (@pxref{Tracepoints}).
23977
23978 @table @samp
23979
23980 @item QTDP:@var{n}:@var{addr}:@var{ena}:@var{step}:@var{pass}@r{[}-@r{]}
23981 Create a new tracepoint, number @var{n}, at @var{addr}.  If @var{ena}
23982 is @samp{E}, then the tracepoint is enabled; if it is @samp{D}, then
23983 the tracepoint is disabled.  @var{step} is the tracepoint's step
23984 count, and @var{pass} is its pass count.  If the trailing @samp{-} is
23985 present, further @samp{QTDP} packets will follow to specify this
23986 tracepoint's actions.
23987
23988 Replies:
23989 @table @samp
23990 @item OK
23991 The packet was understood and carried out.
23992 @item 
23993 The packet was not recognized.
23994 @end table
23995
23996 @item QTDP:-@var{n}:@var{addr}:@r{[}S@r{]}@var{action}@dots{}@r{[}-@r{]}
23997 Define actions to be taken when a tracepoint is hit.  @var{n} and
23998 @var{addr} must be the same as in the initial @samp{QTDP} packet for
23999 this tracepoint.  This packet may only be sent immediately after
24000 another @samp{QTDP} packet that ended with a @samp{-}.  If the
24001 trailing @samp{-} is present, further @samp{QTDP} packets will follow,
24002 specifying more actions for this tracepoint.
24003
24004 In the series of action packets for a given tracepoint, at most one
24005 can have an @samp{S} before its first @var{action}.  If such a packet
24006 is sent, it and the following packets define ``while-stepping''
24007 actions.  Any prior packets define ordinary actions --- that is, those
24008 taken when the tracepoint is first hit.  If no action packet has an
24009 @samp{S}, then all the packets in the series specify ordinary
24010 tracepoint actions.
24011
24012 The @samp{@var{action}@dots{}} portion of the packet is a series of
24013 actions, concatenated without separators.  Each action has one of the
24014 following forms:
24015
24016 @table @samp
24017
24018 @item R @var{mask}
24019 Collect the registers whose bits are set in @var{mask}.  @var{mask} is
24020 a hexadecimal number whose @var{i}'th bit is set if register number
24021 @var{i} should be collected.  (The least significant bit is numbered
24022 zero.)  Note that @var{mask} may be any number of digits long; it may
24023 not fit in a 32-bit word.
24024
24025 @item M @var{basereg},@var{offset},@var{len}
24026 Collect @var{len} bytes of memory starting at the address in register
24027 number @var{basereg}, plus @var{offset}.  If @var{basereg} is
24028 @samp{-1}, then the range has a fixed address: @var{offset} is the
24029 address of the lowest byte to collect.  The @var{basereg},
24030 @var{offset}, and @var{len} parameters are all unsigned hexadecimal
24031 values (the @samp{-1} value for @var{basereg} is a special case).
24032
24033 @item X @var{len},@var{expr}
24034 Evaluate @var{expr}, whose length is @var{len}, and collect memory as
24035 it directs.  @var{expr} is an agent expression, as described in
24036 @ref{Agent Expressions}.  Each byte of the expression is encoded as a
24037 two-digit hex number in the packet; @var{len} is the number of bytes
24038 in the expression (and thus one-half the number of hex digits in the
24039 packet).
24040
24041 @end table
24042
24043 Any number of actions may be packed together in a single @samp{QTDP}
24044 packet, as long as the packet does not exceed the maximum packet
24045 length (400 bytes, for many stubs).  There may be only one @samp{R}
24046 action per tracepoint, and it must precede any @samp{M} or @samp{X}
24047 actions.  Any registers referred to by @samp{M} and @samp{X} actions
24048 must be collected by a preceding @samp{R} action.  (The
24049 ``while-stepping'' actions are treated as if they were attached to a
24050 separate tracepoint, as far as these restrictions are concerned.)
24051
24052 Replies:
24053 @table @samp
24054 @item OK
24055 The packet was understood and carried out.
24056 @item 
24057 The packet was not recognized.
24058 @end table
24059
24060 @item QTFrame:@var{n}
24061 Select the @var{n}'th tracepoint frame from the buffer, and use the
24062 register and memory contents recorded there to answer subsequent
24063 request packets from @value{GDBN}.
24064
24065 A successful reply from the stub indicates that the stub has found the
24066 requested frame.  The response is a series of parts, concatenated
24067 without separators, describing the frame we selected.  Each part has
24068 one of the following forms:
24069
24070 @table @samp
24071 @item F @var{f}
24072 The selected frame is number @var{n} in the trace frame buffer;
24073 @var{f} is a hexadecimal number.  If @var{f} is @samp{-1}, then there
24074 was no frame matching the criteria in the request packet.
24075
24076 @item T @var{t}
24077 The selected trace frame records a hit of tracepoint number @var{t};
24078 @var{t} is a hexadecimal number.
24079
24080 @end table
24081
24082 @item QTFrame:pc:@var{addr}
24083 Like @samp{QTFrame:@var{n}}, but select the first tracepoint frame after the
24084 currently selected frame whose PC is @var{addr};
24085 @var{addr} is a hexadecimal number.
24086
24087 @item QTFrame:tdp:@var{t}
24088 Like @samp{QTFrame:@var{n}}, but select the first tracepoint frame after the
24089 currently selected frame that is a hit of tracepoint @var{t}; @var{t}
24090 is a hexadecimal number.
24091
24092 @item QTFrame:range:@var{start}:@var{end}
24093 Like @samp{QTFrame:@var{n}}, but select the first tracepoint frame after the
24094 currently selected frame whose PC is between @var{start} (inclusive)
24095 and @var{end} (exclusive); @var{start} and @var{end} are hexadecimal
24096 numbers.
24097
24098 @item QTFrame:outside:@var{start}:@var{end}
24099 Like @samp{QTFrame:range:@var{start}:@var{end}}, but select the first
24100 frame @emph{outside} the given range of addresses.
24101
24102 @item QTStart
24103 Begin the tracepoint experiment.  Begin collecting data from tracepoint
24104 hits in the trace frame buffer.
24105
24106 @item QTStop
24107 End the tracepoint experiment.  Stop collecting trace frames.
24108
24109 @item QTinit
24110 Clear the table of tracepoints, and empty the trace frame buffer.
24111
24112 @item QTro:@var{start1},@var{end1}:@var{start2},@var{end2}:@dots{}
24113 Establish the given ranges of memory as ``transparent''.  The stub
24114 will answer requests for these ranges from memory's current contents,
24115 if they were not collected as part of the tracepoint hit.
24116
24117 @value{GDBN} uses this to mark read-only regions of memory, like those
24118 containing program code.  Since these areas never change, they should
24119 still have the same contents they did when the tracepoint was hit, so
24120 there's no reason for the stub to refuse to provide their contents.
24121
24122 @item qTStatus
24123 Ask the stub if there is a trace experiment running right now.
24124
24125 Replies:
24126 @table @samp
24127 @item T0
24128 There is no trace experiment running.
24129 @item T1
24130 There is a trace experiment running.
24131 @end table
24132
24133 @end table
24134
24135
24136 @node Interrupts
24137 @section Interrupts
24138 @cindex interrupts (remote protocol)
24139
24140 When a program on the remote target is running, @value{GDBN} may
24141 attempt to interrupt it by sending a @samp{Ctrl-C} or a @code{BREAK},
24142 control of which is specified via @value{GDBN}'s @samp{remotebreak}
24143 setting (@pxref{set remotebreak}).
24144
24145 The precise meaning of @code{BREAK} is defined by the transport
24146 mechanism and may, in fact, be undefined.  @value{GDBN} does
24147 not currently define a @code{BREAK} mechanism for any of the network
24148 interfaces.
24149
24150 @samp{Ctrl-C}, on the other hand, is defined and implemented for all
24151 transport mechanisms.  It is represented by sending the single byte
24152 @code{0x03} without any of the usual packet overhead described in
24153 the Overview section (@pxref{Overview}).  When a @code{0x03} byte is
24154 transmitted as part of a packet, it is considered to be packet data
24155 and does @emph{not} represent an interrupt.  E.g., an @samp{X} packet
24156 (@pxref{X packet}), used for binary downloads, may include an unescaped
24157 @code{0x03} as part of its packet.
24158
24159 Stubs are not required to recognize these interrupt mechanisms and the
24160 precise meaning associated with receipt of the interrupt is
24161 implementation defined.  If the stub is successful at interrupting the
24162 running program, it is expected that it will send one of the Stop
24163 Reply Packets (@pxref{Stop Reply Packets}) to @value{GDBN} as a result
24164 of successfully stopping the program.  Interrupts received while the
24165 program is stopped will be discarded.
24166
24167 @node Examples
24168 @section Examples
24169
24170 Example sequence of a target being re-started.  Notice how the restart
24171 does not get any direct output:
24172
24173 @smallexample
24174 -> @code{R00}
24175 <- @code{+}
24176 @emph{target restarts}
24177 -> @code{?}
24178 <- @code{+}
24179 <- @code{T001:1234123412341234}
24180 -> @code{+}
24181 @end smallexample
24182
24183 Example sequence of a target being stepped by a single instruction:
24184
24185 @smallexample
24186 -> @code{G1445@dots{}}
24187 <- @code{+}
24188 -> @code{s}
24189 <- @code{+}
24190 @emph{time passes}
24191 <- @code{T001:1234123412341234}
24192 -> @code{+}
24193 -> @code{g}
24194 <- @code{+}
24195 <- @code{1455@dots{}}
24196 -> @code{+}
24197 @end smallexample
24198
24199 @node File-I/O remote protocol extension
24200 @section File-I/O remote protocol extension
24201 @cindex File-I/O remote protocol extension
24202
24203 @menu
24204 * File-I/O Overview::
24205 * Protocol basics::
24206 * The F request packet::
24207 * The F reply packet::
24208 * The Ctrl-C message::
24209 * Console I/O::
24210 * List of supported calls::
24211 * Protocol specific representation of datatypes::
24212 * Constants::
24213 * File-I/O Examples::
24214 @end menu
24215
24216 @node File-I/O Overview
24217 @subsection File-I/O Overview
24218 @cindex file-i/o overview
24219
24220 The @dfn{File I/O remote protocol extension} (short: File-I/O) allows the
24221 target to use the host's file system and console I/O to perform various
24222 system calls.  System calls on the target system are translated into a
24223 remote protocol packet to the host system, which then performs the needed
24224 actions and returns a response packet to the target system.
24225 This simulates file system operations even on targets that lack file systems.
24226
24227 The protocol is defined to be independent of both the host and target systems.
24228 It uses its own internal representation of datatypes and values.  Both
24229 @value{GDBN} and the target's @value{GDBN} stub are responsible for
24230 translating the system-dependent value representations into the internal
24231 protocol representations when data is transmitted.
24232
24233 The communication is synchronous.  A system call is possible only when 
24234 @value{GDBN} is waiting for a response from the @samp{C}, @samp{c}, @samp{S} 
24235 or @samp{s} packets.  While @value{GDBN} handles the request for a system call,
24236 the target is stopped to allow deterministic access to the target's
24237 memory.  Therefore File-I/O is not interruptible by target signals.  On
24238 the other hand, it is possible to interrupt File-I/O by a user interrupt 
24239 (@samp{Ctrl-C}) within @value{GDBN}.
24240
24241 The target's request to perform a host system call does not finish
24242 the latest @samp{C}, @samp{c}, @samp{S} or @samp{s} action.  That means,
24243 after finishing the system call, the target returns to continuing the
24244 previous activity (continue, step).  No additional continue or step
24245 request from @value{GDBN} is required.
24246
24247 @smallexample
24248 (@value{GDBP}) continue
24249   <- target requests 'system call X'
24250   target is stopped, @value{GDBN} executes system call
24251   -> GDB returns result
24252   ... target continues, GDB returns to wait for the target
24253   <- target hits breakpoint and sends a Txx packet
24254 @end smallexample
24255
24256 The protocol only supports I/O on the console and to regular files on 
24257 the host file system.  Character or block special devices, pipes,
24258 named pipes, sockets or any other communication method on the host
24259 system are not supported by this protocol.
24260
24261 @node Protocol basics
24262 @subsection Protocol basics
24263 @cindex protocol basics, file-i/o
24264
24265 The File-I/O protocol uses the @code{F} packet as the request as well
24266 as reply packet.  Since a File-I/O system call can only occur when
24267 @value{GDBN} is waiting for a response from the continuing or stepping target, 
24268 the File-I/O request is a reply that @value{GDBN} has to expect as a result
24269 of a previous @samp{C}, @samp{c}, @samp{S} or @samp{s} packet.
24270 This @code{F} packet contains all information needed to allow @value{GDBN}
24271 to call the appropriate host system call:
24272
24273 @itemize @bullet
24274 @item
24275 A unique identifier for the requested system call.
24276
24277 @item
24278 All parameters to the system call.  Pointers are given as addresses
24279 in the target memory address space.  Pointers to strings are given as
24280 pointer/length pair.  Numerical values are given as they are.
24281 Numerical control flags are given in a protocol specific representation.
24282
24283 @end itemize
24284
24285 At this point, @value{GDBN} has to perform the following actions.
24286
24287 @itemize @bullet
24288 @item
24289 If the parameters include pointer values to data needed as input to a 
24290 system call, @value{GDBN} requests this data from the target with a
24291 standard @code{m} packet request.  This additional communication has to be
24292 expected by the target implementation and is handled as any other @code{m}
24293 packet.
24294
24295 @item
24296 @value{GDBN} translates all value from protocol representation to host
24297 representation as needed.  Datatypes are coerced into the host types.
24298
24299 @item
24300 @value{GDBN} calls the system call.
24301
24302 @item
24303 It then coerces datatypes back to protocol representation.
24304
24305 @item
24306 If the system call is expected to return data in buffer space specified
24307 by pointer parameters to the call, the data is transmitted to the
24308 target using a @code{M} or @code{X} packet.  This packet has to be expected
24309 by the target implementation and is handled as any other @code{M} or @code{X}
24310 packet.
24311
24312 @end itemize
24313
24314 Eventually @value{GDBN} replies with another @code{F} packet which contains all
24315 necessary information for the target to continue.  This at least contains
24316
24317 @itemize @bullet
24318 @item
24319 Return value.
24320
24321 @item
24322 @code{errno}, if has been changed by the system call.
24323
24324 @item
24325 ``Ctrl-C'' flag.
24326
24327 @end itemize
24328
24329 After having done the needed type and value coercion, the target continues
24330 the latest continue or step action.
24331
24332 @node The F request packet
24333 @subsection The @code{F} request packet
24334 @cindex file-i/o request packet
24335 @cindex @code{F} request packet
24336
24337 The @code{F} request packet has the following format:
24338
24339 @table @samp
24340 @item F@var{call-id},@var{parameter@dots{}}
24341
24342 @var{call-id} is the identifier to indicate the host system call to be called.
24343 This is just the name of the function.
24344
24345 @var{parameter@dots{}} are the parameters to the system call.  
24346 Parameters are hexadecimal integer values, either the actual values in case
24347 of scalar datatypes, pointers to target buffer space in case of compound
24348 datatypes and unspecified memory areas, or pointer/length pairs in case
24349 of string parameters.  These are appended to the @var{call-id} as a 
24350 comma-delimited list.  All values are transmitted in ASCII
24351 string representation, pointer/length pairs separated by a slash.
24352
24353 @end table
24354
24355
24356
24357 @node The F reply packet
24358 @subsection The @code{F} reply packet
24359 @cindex file-i/o reply packet
24360 @cindex @code{F} reply packet
24361
24362 The @code{F} reply packet has the following format:
24363
24364 @table @samp
24365
24366 @item F@var{retcode},@var{errno},@var{Ctrl-C flag};@var{call specific attachment}
24367
24368 @var{retcode} is the return code of the system call as hexadecimal value.
24369
24370 @var{errno} is the @code{errno} set by the call, in protocol specific representation.
24371 This parameter can be omitted if the call was successful.
24372
24373 @var{Ctrl-C flag} is only sent if the user requested a break.  In this
24374 case, @var{errno} must be sent as well, even if the call was successful.
24375 The @var{Ctrl-C flag} itself consists of the character @samp{C}:
24376
24377 @smallexample
24378 F0,0,C
24379 @end smallexample
24380
24381 @noindent
24382 or, if the call was interrupted before the host call has been performed:
24383
24384 @smallexample
24385 F-1,4,C
24386 @end smallexample
24387
24388 @noindent
24389 assuming 4 is the protocol specific representation of @code{EINTR}.
24390
24391 @end table
24392
24393
24394 @node The Ctrl-C message
24395 @subsection The @samp{Ctrl-C} message
24396 @cindex ctrl-c message, in file-i/o protocol
24397
24398 If the @samp{Ctrl-C} flag is set in the @value{GDBN}
24399 reply packet (@pxref{The F reply packet}),
24400 the target should behave as if it had
24401 gotten a break message.  The meaning for the target is ``system call
24402 interrupted by @code{SIGINT}''.  Consequentially, the target should actually stop
24403 (as with a break message) and return to @value{GDBN} with a @code{T02}
24404 packet.
24405
24406 It's important for the target to know in which
24407 state the system call was interrupted.  There are two possible cases:
24408
24409 @itemize @bullet
24410 @item
24411 The system call hasn't been performed on the host yet.
24412
24413 @item
24414 The system call on the host has been finished.
24415
24416 @end itemize
24417
24418 These two states can be distinguished by the target by the value of the
24419 returned @code{errno}.  If it's the protocol representation of @code{EINTR}, the system
24420 call hasn't been performed.  This is equivalent to the @code{EINTR} handling
24421 on POSIX systems.  In any other case, the target may presume that the
24422 system call has been finished --- successfully or not --- and should behave
24423 as if the break message arrived right after the system call.
24424
24425 @value{GDBN} must behave reliably.  If the system call has not been called
24426 yet, @value{GDBN} may send the @code{F} reply immediately, setting @code{EINTR} as
24427 @code{errno} in the packet.  If the system call on the host has been finished
24428 before the user requests a break, the full action must be finished by
24429 @value{GDBN}.  This requires sending @code{M} or @code{X} packets as necessary.
24430 The @code{F} packet may only be sent when either nothing has happened
24431 or the full action has been completed.
24432
24433 @node Console I/O
24434 @subsection Console I/O
24435 @cindex console i/o as part of file-i/o
24436
24437 By default and if not explicitely closed by the target system, the file
24438 descriptors 0, 1 and 2 are connected to the @value{GDBN} console.  Output
24439 on the @value{GDBN} console is handled as any other file output operation
24440 (@code{write(1, @dots{})} or @code{write(2, @dots{})}).  Console input is handled
24441 by @value{GDBN} so that after the target read request from file descriptor
24442 0 all following typing is buffered until either one of the following
24443 conditions is met:
24444
24445 @itemize @bullet
24446 @item
24447 The user types @kbd{Ctrl-c}.  The behaviour is as explained above, and the
24448 @code{read}
24449 system call is treated as finished.
24450
24451 @item
24452 The user presses @key{RET}.  This is treated as end of input with a trailing
24453 newline.
24454
24455 @item
24456 The user types @kbd{Ctrl-d}.  This is treated as end of input.  No trailing
24457 character (neither newline nor @samp{Ctrl-D}) is appended to the input.
24458
24459 @end itemize
24460
24461 If the user has typed more characters than fit in the buffer given to
24462 the @code{read} call, the trailing characters are buffered in @value{GDBN} until
24463 either another @code{read(0, @dots{})} is requested by the target, or debugging
24464 is stopped at the user's request.
24465
24466
24467 @node List of supported calls
24468 @subsection List of supported calls
24469 @cindex list of supported file-i/o calls
24470
24471 @menu
24472 * open::
24473 * close::
24474 * read::
24475 * write::
24476 * lseek::
24477 * rename::
24478 * unlink::
24479 * stat/fstat::
24480 * gettimeofday::
24481 * isatty::
24482 * system::
24483 @end menu
24484
24485 @node open
24486 @unnumberedsubsubsec open
24487 @cindex open, file-i/o system call
24488
24489 @table @asis
24490 @item Synopsis:
24491 @smallexample
24492 int open(const char *pathname, int flags);
24493 int open(const char *pathname, int flags, mode_t mode);
24494 @end smallexample
24495
24496 @item Request:
24497 @samp{Fopen,@var{pathptr}/@var{len},@var{flags},@var{mode}}
24498
24499 @noindent
24500 @var{flags} is the bitwise @code{OR} of the following values:
24501
24502 @table @code
24503 @item O_CREAT
24504 If the file does not exist it will be created.  The host
24505 rules apply as far as file ownership and time stamps
24506 are concerned.
24507
24508 @item O_EXCL
24509 When used with @code{O_CREAT}, if the file already exists it is
24510 an error and open() fails.
24511
24512 @item O_TRUNC
24513 If the file already exists and the open mode allows
24514 writing (@code{O_RDWR} or @code{O_WRONLY} is given) it will be
24515 truncated to zero length.
24516
24517 @item O_APPEND
24518 The file is opened in append mode.
24519
24520 @item O_RDONLY
24521 The file is opened for reading only.
24522
24523 @item O_WRONLY
24524 The file is opened for writing only.
24525
24526 @item O_RDWR
24527 The file is opened for reading and writing.
24528 @end table
24529
24530 @noindent
24531 Other bits are silently ignored.
24532
24533
24534 @noindent
24535 @var{mode} is the bitwise @code{OR} of the following values:
24536
24537 @table @code
24538 @item S_IRUSR
24539 User has read permission.
24540
24541 @item S_IWUSR
24542 User has write permission.
24543
24544 @item S_IRGRP
24545 Group has read permission.
24546
24547 @item S_IWGRP
24548 Group has write permission.
24549
24550 @item S_IROTH
24551 Others have read permission.
24552
24553 @item S_IWOTH
24554 Others have write permission.
24555 @end table
24556
24557 @noindent
24558 Other bits are silently ignored.
24559
24560
24561 @item Return value:
24562 @code{open} returns the new file descriptor or -1 if an error
24563 occurred.
24564
24565 @item Errors:
24566
24567 @table @code
24568 @item EEXIST
24569 @var{pathname} already exists and @code{O_CREAT} and @code{O_EXCL} were used.
24570
24571 @item EISDIR
24572 @var{pathname} refers to a directory.
24573
24574 @item EACCES
24575 The requested access is not allowed.
24576
24577 @item ENAMETOOLONG
24578 @var{pathname} was too long.
24579
24580 @item ENOENT
24581 A directory component in @var{pathname} does not exist.
24582
24583 @item ENODEV
24584 @var{pathname} refers to a device, pipe, named pipe or socket.
24585
24586 @item EROFS
24587 @var{pathname} refers to a file on a read-only filesystem and
24588 write access was requested.
24589
24590 @item EFAULT
24591 @var{pathname} is an invalid pointer value.
24592
24593 @item ENOSPC
24594 No space on device to create the file.
24595
24596 @item EMFILE
24597 The process already has the maximum number of files open.
24598
24599 @item ENFILE
24600 The limit on the total number of files open on the system
24601 has been reached.
24602
24603 @item EINTR
24604 The call was interrupted by the user.
24605 @end table
24606
24607 @end table
24608
24609 @node close
24610 @unnumberedsubsubsec close
24611 @cindex close, file-i/o system call
24612
24613 @table @asis
24614 @item Synopsis:
24615 @smallexample
24616 int close(int fd);
24617 @end smallexample
24618
24619 @item Request:
24620 @samp{Fclose,@var{fd}}
24621
24622 @item Return value:
24623 @code{close} returns zero on success, or -1 if an error occurred.
24624
24625 @item Errors:
24626
24627 @table @code
24628 @item EBADF
24629 @var{fd} isn't a valid open file descriptor.
24630
24631 @item EINTR
24632 The call was interrupted by the user.
24633 @end table
24634
24635 @end table
24636
24637 @node read
24638 @unnumberedsubsubsec read
24639 @cindex read, file-i/o system call
24640
24641 @table @asis
24642 @item Synopsis:
24643 @smallexample
24644 int read(int fd, void *buf, unsigned int count);
24645 @end smallexample
24646
24647 @item Request:
24648 @samp{Fread,@var{fd},@var{bufptr},@var{count}}
24649
24650 @item Return value:
24651 On success, the number of bytes read is returned.
24652 Zero indicates end of file.  If count is zero, read
24653 returns zero as well.  On error, -1 is returned.
24654
24655 @item Errors:
24656
24657 @table @code
24658 @item EBADF
24659 @var{fd} is not a valid file descriptor or is not open for
24660 reading.
24661
24662 @item EFAULT
24663 @var{bufptr} is an invalid pointer value.
24664
24665 @item EINTR
24666 The call was interrupted by the user.
24667 @end table
24668
24669 @end table
24670
24671 @node write
24672 @unnumberedsubsubsec write
24673 @cindex write, file-i/o system call
24674
24675 @table @asis
24676 @item Synopsis:
24677 @smallexample
24678 int write(int fd, const void *buf, unsigned int count);
24679 @end smallexample
24680
24681 @item Request:
24682 @samp{Fwrite,@var{fd},@var{bufptr},@var{count}}
24683
24684 @item Return value:
24685 On success, the number of bytes written are returned.
24686 Zero indicates nothing was written.  On error, -1
24687 is returned.
24688
24689 @item Errors:
24690
24691 @table @code
24692 @item EBADF
24693 @var{fd} is not a valid file descriptor or is not open for
24694 writing.
24695
24696 @item EFAULT
24697 @var{bufptr} is an invalid pointer value.
24698
24699 @item EFBIG
24700 An attempt was made to write a file that exceeds the
24701 host specific maximum file size allowed.
24702
24703 @item ENOSPC
24704 No space on device to write the data.
24705
24706 @item EINTR
24707 The call was interrupted by the user.
24708 @end table
24709
24710 @end table
24711
24712 @node lseek
24713 @unnumberedsubsubsec lseek
24714 @cindex lseek, file-i/o system call
24715
24716 @table @asis
24717 @item Synopsis:
24718 @smallexample
24719 long lseek (int fd, long offset, int flag);
24720 @end smallexample
24721
24722 @item Request:
24723 @samp{Flseek,@var{fd},@var{offset},@var{flag}}
24724
24725 @var{flag} is one of:
24726
24727 @table @code
24728 @item SEEK_SET
24729 The offset is set to @var{offset} bytes.
24730
24731 @item SEEK_CUR
24732 The offset is set to its current location plus @var{offset}
24733 bytes.
24734
24735 @item SEEK_END
24736 The offset is set to the size of the file plus @var{offset}
24737 bytes.
24738 @end table
24739
24740 @item Return value:
24741 On success, the resulting unsigned offset in bytes from
24742 the beginning of the file is returned.  Otherwise, a
24743 value of -1 is returned.
24744
24745 @item Errors:
24746
24747 @table @code
24748 @item EBADF
24749 @var{fd} is not a valid open file descriptor.
24750
24751 @item ESPIPE
24752 @var{fd} is associated with the @value{GDBN} console.
24753
24754 @item EINVAL
24755 @var{flag} is not a proper value.
24756
24757 @item EINTR
24758 The call was interrupted by the user.
24759 @end table
24760
24761 @end table
24762
24763 @node rename
24764 @unnumberedsubsubsec rename
24765 @cindex rename, file-i/o system call
24766
24767 @table @asis
24768 @item Synopsis:
24769 @smallexample
24770 int rename(const char *oldpath, const char *newpath);
24771 @end smallexample
24772
24773 @item Request:
24774 @samp{Frename,@var{oldpathptr}/@var{len},@var{newpathptr}/@var{len}}
24775
24776 @item Return value:
24777 On success, zero is returned.  On error, -1 is returned.
24778
24779 @item Errors:
24780
24781 @table @code
24782 @item EISDIR
24783 @var{newpath} is an existing directory, but @var{oldpath} is not a
24784 directory.
24785
24786 @item EEXIST
24787 @var{newpath} is a non-empty directory.
24788
24789 @item EBUSY
24790 @var{oldpath} or @var{newpath} is a directory that is in use by some
24791 process.
24792
24793 @item EINVAL
24794 An attempt was made to make a directory a subdirectory
24795 of itself.
24796
24797 @item ENOTDIR
24798 A  component used as a directory in @var{oldpath} or new
24799 path is not a directory.  Or @var{oldpath} is a directory
24800 and @var{newpath} exists but is not a directory.
24801
24802 @item EFAULT
24803 @var{oldpathptr} or @var{newpathptr} are invalid pointer values.
24804
24805 @item EACCES
24806 No access to the file or the path of the file.
24807
24808 @item ENAMETOOLONG
24809
24810 @var{oldpath} or @var{newpath} was too long.
24811
24812 @item ENOENT
24813 A directory component in @var{oldpath} or @var{newpath} does not exist.
24814
24815 @item EROFS
24816 The file is on a read-only filesystem.
24817
24818 @item ENOSPC
24819 The device containing the file has no room for the new
24820 directory entry.
24821
24822 @item EINTR
24823 The call was interrupted by the user.
24824 @end table
24825
24826 @end table
24827
24828 @node unlink
24829 @unnumberedsubsubsec unlink
24830 @cindex unlink, file-i/o system call
24831
24832 @table @asis
24833 @item Synopsis:
24834 @smallexample
24835 int unlink(const char *pathname);
24836 @end smallexample
24837
24838 @item Request:
24839 @samp{Funlink,@var{pathnameptr}/@var{len}}
24840
24841 @item Return value:
24842 On success, zero is returned.  On error, -1 is returned.
24843
24844 @item Errors:
24845
24846 @table @code
24847 @item EACCES
24848 No access to the file or the path of the file.
24849
24850 @item EPERM
24851 The system does not allow unlinking of directories.
24852
24853 @item EBUSY
24854 The file @var{pathname} cannot be unlinked because it's
24855 being used by another process.
24856
24857 @item EFAULT
24858 @var{pathnameptr} is an invalid pointer value.
24859
24860 @item ENAMETOOLONG
24861 @var{pathname} was too long.
24862
24863 @item ENOENT
24864 A directory component in @var{pathname} does not exist.
24865
24866 @item ENOTDIR
24867 A component of the path is not a directory.
24868
24869 @item EROFS
24870 The file is on a read-only filesystem.
24871
24872 @item EINTR
24873 The call was interrupted by the user.
24874 @end table
24875
24876 @end table
24877
24878 @node stat/fstat
24879 @unnumberedsubsubsec stat/fstat
24880 @cindex fstat, file-i/o system call
24881 @cindex stat, file-i/o system call
24882
24883 @table @asis
24884 @item Synopsis:
24885 @smallexample
24886 int stat(const char *pathname, struct stat *buf);
24887 int fstat(int fd, struct stat *buf);
24888 @end smallexample
24889
24890 @item Request:
24891 @samp{Fstat,@var{pathnameptr}/@var{len},@var{bufptr}}@*
24892 @samp{Ffstat,@var{fd},@var{bufptr}}
24893
24894 @item Return value:
24895 On success, zero is returned.  On error, -1 is returned.
24896
24897 @item Errors:
24898
24899 @table @code
24900 @item EBADF
24901 @var{fd} is not a valid open file.
24902
24903 @item ENOENT
24904 A directory component in @var{pathname} does not exist or the
24905 path is an empty string.
24906
24907 @item ENOTDIR
24908 A component of the path is not a directory.
24909
24910 @item EFAULT
24911 @var{pathnameptr} is an invalid pointer value.
24912
24913 @item EACCES
24914 No access to the file or the path of the file.
24915
24916 @item ENAMETOOLONG
24917 @var{pathname} was too long.
24918
24919 @item EINTR
24920 The call was interrupted by the user.
24921 @end table
24922
24923 @end table
24924
24925 @node gettimeofday
24926 @unnumberedsubsubsec gettimeofday
24927 @cindex gettimeofday, file-i/o system call
24928
24929 @table @asis
24930 @item Synopsis:
24931 @smallexample
24932 int gettimeofday(struct timeval *tv, void *tz);
24933 @end smallexample
24934
24935 @item Request:
24936 @samp{Fgettimeofday,@var{tvptr},@var{tzptr}}
24937
24938 @item Return value:
24939 On success, 0 is returned, -1 otherwise.
24940
24941 @item Errors:
24942
24943 @table @code
24944 @item EINVAL
24945 @var{tz} is a non-NULL pointer.
24946
24947 @item EFAULT
24948 @var{tvptr} and/or @var{tzptr} is an invalid pointer value.
24949 @end table
24950
24951 @end table
24952
24953 @node isatty
24954 @unnumberedsubsubsec isatty
24955 @cindex isatty, file-i/o system call
24956
24957 @table @asis
24958 @item Synopsis:
24959 @smallexample
24960 int isatty(int fd);
24961 @end smallexample
24962
24963 @item Request:
24964 @samp{Fisatty,@var{fd}}
24965
24966 @item Return value:
24967 Returns 1 if @var{fd} refers to the @value{GDBN} console, 0 otherwise.
24968
24969 @item Errors:
24970
24971 @table @code
24972 @item EINTR
24973 The call was interrupted by the user.
24974 @end table
24975
24976 @end table
24977
24978 Note that the @code{isatty} call is treated as a special case: it returns
24979 1 to the target if the file descriptor is attached
24980 to the @value{GDBN} console, 0 otherwise.  Implementing through system calls
24981 would require implementing @code{ioctl} and would be more complex than
24982 needed.
24983
24984
24985 @node system
24986 @unnumberedsubsubsec system
24987 @cindex system, file-i/o system call
24988
24989 @table @asis
24990 @item Synopsis:
24991 @smallexample
24992 int system(const char *command);
24993 @end smallexample
24994
24995 @item Request:
24996 @samp{Fsystem,@var{commandptr}/@var{len}}
24997
24998 @item Return value:
24999 If @var{len} is zero, the return value indicates whether a shell is
25000 available.  A zero return value indicates a shell is not available.
25001 For non-zero @var{len}, the value returned is -1 on error and the
25002 return status of the command otherwise.  Only the exit status of the
25003 command is returned, which is extracted from the host's @code{system}
25004 return value by calling @code{WEXITSTATUS(retval)}.  In case
25005 @file{/bin/sh} could not be executed, 127 is returned.
25006
25007 @item Errors:
25008
25009 @table @code
25010 @item EINTR
25011 The call was interrupted by the user.
25012 @end table
25013
25014 @end table
25015
25016 @value{GDBN} takes over the full task of calling the necessary host calls 
25017 to perform the @code{system} call.  The return value of @code{system} on 
25018 the host is simplified before it's returned
25019 to the target.  Any termination signal information from the child process 
25020 is discarded, and the return value consists
25021 entirely of the exit status of the called command.
25022
25023 Due to security concerns, the @code{system} call is by default refused
25024 by @value{GDBN}.  The user has to allow this call explicitly with the
25025 @code{set remote system-call-allowed 1} command.
25026
25027 @table @code
25028 @item set remote system-call-allowed
25029 @kindex set remote system-call-allowed
25030 Control whether to allow the @code{system} calls in the File I/O
25031 protocol for the remote target.  The default is zero (disabled).
25032
25033 @item show remote system-call-allowed
25034 @kindex show remote system-call-allowed
25035 Show whether the @code{system} calls are allowed in the File I/O
25036 protocol.
25037 @end table
25038
25039 @node Protocol specific representation of datatypes
25040 @subsection Protocol specific representation of datatypes
25041 @cindex protocol specific representation of datatypes, in file-i/o protocol
25042
25043 @menu
25044 * Integral datatypes::
25045 * Pointer values::
25046 * Memory transfer::
25047 * struct stat::
25048 * struct timeval::
25049 @end menu
25050
25051 @node Integral datatypes
25052 @unnumberedsubsubsec Integral datatypes
25053 @cindex integral datatypes, in file-i/o protocol
25054
25055 The integral datatypes used in the system calls are @code{int}, 
25056 @code{unsigned int}, @code{long}, @code{unsigned long},
25057 @code{mode_t}, and @code{time_t}.  
25058
25059 @code{int}, @code{unsigned int}, @code{mode_t} and @code{time_t} are
25060 implemented as 32 bit values in this protocol.
25061
25062 @code{long} and @code{unsigned long} are implemented as 64 bit types.
25063
25064 @xref{Limits}, for corresponding MIN and MAX values (similar to those
25065 in @file{limits.h}) to allow range checking on host and target.
25066
25067 @code{time_t} datatypes are defined as seconds since the Epoch.
25068
25069 All integral datatypes transferred as part of a memory read or write of a
25070 structured datatype e.g.@: a @code{struct stat} have to be given in big endian
25071 byte order.
25072
25073 @node Pointer values
25074 @unnumberedsubsubsec Pointer values
25075 @cindex pointer values, in file-i/o protocol
25076
25077 Pointers to target data are transmitted as they are.  An exception
25078 is made for pointers to buffers for which the length isn't
25079 transmitted as part of the function call, namely strings.  Strings
25080 are transmitted as a pointer/length pair, both as hex values, e.g.@:
25081
25082 @smallexample
25083 @code{1aaf/12}
25084 @end smallexample
25085
25086 @noindent
25087 which is a pointer to data of length 18 bytes at position 0x1aaf.
25088 The length is defined as the full string length in bytes, including
25089 the trailing null byte.  For example, the string @code{"hello world"}
25090 at address 0x123456 is transmitted as
25091
25092 @smallexample
25093 @code{123456/d}
25094 @end smallexample
25095
25096 @node Memory transfer
25097 @unnumberedsubsubsec Memory transfer
25098 @cindex memory transfer, in file-i/o protocol
25099
25100 Structured data which is transferred using a memory read or write (for
25101 example, a @code{struct stat}) is expected to be in a protocol specific format 
25102 with all scalar multibyte datatypes being big endian.  Translation to
25103 this representation needs to be done both by the target before the @code{F} 
25104 packet is sent, and by @value{GDBN} before 
25105 it transfers memory to the target.  Transferred pointers to structured
25106 data should point to the already-coerced data at any time.
25107
25108
25109 @node struct stat
25110 @unnumberedsubsubsec struct stat
25111 @cindex struct stat, in file-i/o protocol
25112
25113 The buffer of type @code{struct stat} used by the target and @value{GDBN} 
25114 is defined as follows:
25115
25116 @smallexample
25117 struct stat @{
25118     unsigned int  st_dev;      /* device */
25119     unsigned int  st_ino;      /* inode */
25120     mode_t        st_mode;     /* protection */
25121     unsigned int  st_nlink;    /* number of hard links */
25122     unsigned int  st_uid;      /* user ID of owner */
25123     unsigned int  st_gid;      /* group ID of owner */
25124     unsigned int  st_rdev;     /* device type (if inode device) */
25125     unsigned long st_size;     /* total size, in bytes */
25126     unsigned long st_blksize;  /* blocksize for filesystem I/O */
25127     unsigned long st_blocks;   /* number of blocks allocated */
25128     time_t        st_atime;    /* time of last access */
25129     time_t        st_mtime;    /* time of last modification */
25130     time_t        st_ctime;    /* time of last change */
25131 @};
25132 @end smallexample
25133
25134 The integral datatypes conform to the definitions given in the
25135 appropriate section (see @ref{Integral datatypes}, for details) so this
25136 structure is of size 64 bytes.
25137
25138 The values of several fields have a restricted meaning and/or
25139 range of values.
25140
25141 @table @code
25142
25143 @item st_dev
25144 A value of 0 represents a file, 1 the console.
25145
25146 @item st_ino
25147 No valid meaning for the target.  Transmitted unchanged.
25148
25149 @item st_mode
25150 Valid mode bits are described in @ref{Constants}.  Any other
25151 bits have currently no meaning for the target.
25152
25153 @item st_uid
25154 @itemx st_gid
25155 @itemx st_rdev
25156 No valid meaning for the target.  Transmitted unchanged.
25157
25158 @item st_atime
25159 @itemx st_mtime
25160 @itemx st_ctime
25161 These values have a host and file system dependent
25162 accuracy.  Especially on Windows hosts, the file system may not
25163 support exact timing values.
25164 @end table
25165
25166 The target gets a @code{struct stat} of the above representation and is
25167 responsible for coercing it to the target representation before
25168 continuing.
25169
25170 Note that due to size differences between the host, target, and protocol
25171 representations of @code{struct stat} members, these members could eventually
25172 get truncated on the target.
25173
25174 @node struct timeval
25175 @unnumberedsubsubsec struct timeval
25176 @cindex struct timeval, in file-i/o protocol
25177
25178 The buffer of type @code{struct timeval} used by the File-I/O protocol
25179 is defined as follows:
25180
25181 @smallexample
25182 struct timeval @{
25183     time_t tv_sec;  /* second */
25184     long   tv_usec; /* microsecond */
25185 @};
25186 @end smallexample
25187
25188 The integral datatypes conform to the definitions given in the
25189 appropriate section (see @ref{Integral datatypes}, for details) so this
25190 structure is of size 8 bytes.
25191
25192 @node Constants
25193 @subsection Constants
25194 @cindex constants, in file-i/o protocol
25195
25196 The following values are used for the constants inside of the
25197 protocol.  @value{GDBN} and target are responsible for translating these
25198 values before and after the call as needed.
25199
25200 @menu
25201 * Open flags::
25202 * mode_t values::
25203 * Errno values::
25204 * Lseek flags::
25205 * Limits::
25206 @end menu
25207
25208 @node Open flags
25209 @unnumberedsubsubsec Open flags
25210 @cindex open flags, in file-i/o protocol
25211
25212 All values are given in hexadecimal representation.
25213
25214 @smallexample
25215   O_RDONLY        0x0
25216   O_WRONLY        0x1
25217   O_RDWR          0x2
25218   O_APPEND        0x8
25219   O_CREAT       0x200
25220   O_TRUNC       0x400
25221   O_EXCL        0x800
25222 @end smallexample
25223
25224 @node mode_t values
25225 @unnumberedsubsubsec mode_t values
25226 @cindex mode_t values, in file-i/o protocol
25227
25228 All values are given in octal representation.
25229
25230 @smallexample
25231   S_IFREG       0100000
25232   S_IFDIR        040000
25233   S_IRUSR          0400
25234   S_IWUSR          0200
25235   S_IXUSR          0100
25236   S_IRGRP           040
25237   S_IWGRP           020
25238   S_IXGRP           010
25239   S_IROTH            04
25240   S_IWOTH            02
25241   S_IXOTH            01
25242 @end smallexample
25243
25244 @node Errno values
25245 @unnumberedsubsubsec Errno values
25246 @cindex errno values, in file-i/o protocol
25247
25248 All values are given in decimal representation.
25249
25250 @smallexample
25251   EPERM           1
25252   ENOENT          2
25253   EINTR           4
25254   EBADF           9
25255   EACCES         13
25256   EFAULT         14
25257   EBUSY          16
25258   EEXIST         17
25259   ENODEV         19
25260   ENOTDIR        20
25261   EISDIR         21
25262   EINVAL         22
25263   ENFILE         23
25264   EMFILE         24
25265   EFBIG          27
25266   ENOSPC         28
25267   ESPIPE         29
25268   EROFS          30
25269   ENAMETOOLONG   91
25270   EUNKNOWN       9999
25271 @end smallexample
25272
25273   @code{EUNKNOWN} is used as a fallback error value if a host system returns
25274   any error value not in the list of supported error numbers.
25275
25276 @node Lseek flags
25277 @unnumberedsubsubsec Lseek flags
25278 @cindex lseek flags, in file-i/o protocol
25279
25280 @smallexample
25281   SEEK_SET      0
25282   SEEK_CUR      1
25283   SEEK_END      2
25284 @end smallexample
25285
25286 @node Limits
25287 @unnumberedsubsubsec Limits
25288 @cindex limits, in file-i/o protocol
25289
25290 All values are given in decimal representation.
25291
25292 @smallexample
25293   INT_MIN       -2147483648
25294   INT_MAX        2147483647
25295   UINT_MAX       4294967295
25296   LONG_MIN      -9223372036854775808
25297   LONG_MAX       9223372036854775807
25298   ULONG_MAX      18446744073709551615
25299 @end smallexample
25300
25301 @node File-I/O Examples
25302 @subsection File-I/O Examples
25303 @cindex file-i/o examples
25304
25305 Example sequence of a write call, file descriptor 3, buffer is at target
25306 address 0x1234, 6 bytes should be written:
25307
25308 @smallexample
25309 <- @code{Fwrite,3,1234,6}
25310 @emph{request memory read from target}
25311 -> @code{m1234,6}
25312 <- XXXXXX
25313 @emph{return "6 bytes written"}
25314 -> @code{F6}
25315 @end smallexample
25316
25317 Example sequence of a read call, file descriptor 3, buffer is at target
25318 address 0x1234, 6 bytes should be read:
25319
25320 @smallexample
25321 <- @code{Fread,3,1234,6}
25322 @emph{request memory write to target}
25323 -> @code{X1234,6:XXXXXX}
25324 @emph{return "6 bytes read"}
25325 -> @code{F6}
25326 @end smallexample
25327
25328 Example sequence of a read call, call fails on the host due to invalid
25329 file descriptor (@code{EBADF}):
25330
25331 @smallexample
25332 <- @code{Fread,3,1234,6}
25333 -> @code{F-1,9}
25334 @end smallexample
25335
25336 Example sequence of a read call, user presses @kbd{Ctrl-c} before syscall on
25337 host is called:
25338
25339 @smallexample
25340 <- @code{Fread,3,1234,6}
25341 -> @code{F-1,4,C}
25342 <- @code{T02}
25343 @end smallexample
25344
25345 Example sequence of a read call, user presses @kbd{Ctrl-c} after syscall on
25346 host is called:
25347
25348 @smallexample
25349 <- @code{Fread,3,1234,6}
25350 -> @code{X1234,6:XXXXXX}
25351 <- @code{T02}
25352 @end smallexample
25353
25354 @node Memory map format
25355 @section Memory map format
25356 @cindex memory map format
25357
25358 To be able to write into flash memory, @value{GDBN} needs to obtain a
25359 memory map from the target.  This section describes the format of the
25360 memory map.
25361
25362 The memory map is obtained using the @samp{qXfer:memory-map:read}
25363 (@pxref{qXfer memory map read}) packet and is an XML document that
25364 lists memory regions.  The top-level structure of the document is shown below:
25365
25366 @smallexample
25367 <?xml version="1.0"?>
25368 <!DOCTYPE memory-map
25369           PUBLIC "+//IDN gnu.org//DTD GDB Memory Map V1.0//EN"
25370                  "http://sourceware.org/gdb/gdb-memory-map.dtd">
25371 <memory-map>
25372     region...
25373 </memory-map>
25374 @end smallexample
25375
25376 Each region can be either:
25377
25378 @itemize
25379
25380 @item
25381 A region of RAM starting at @var{addr} and extending for @var{length}
25382 bytes from there:
25383
25384 @smallexample
25385 <memory type="ram" start="@var{addr}" length="@var{length}"/>
25386 @end smallexample
25387
25388
25389 @item
25390 A region of read-only memory:
25391
25392 @smallexample
25393 <memory type="rom" start="@var{addr}" length="@var{length}"/>
25394 @end smallexample
25395
25396
25397 @item
25398 A region of flash memory, with erasure blocks @var{blocksize}
25399 bytes in length:
25400
25401 @smallexample
25402 <memory type="flash" start="@var{addr}" length="@var{length}">
25403   <property name="blocksize">@var{blocksize}</property>
25404 </memory>
25405 @end smallexample
25406
25407 @end itemize
25408
25409 Regions must not overlap.  @value{GDBN} assumes that areas of memory not covered
25410 by the memory map are RAM, and uses the ordinary @samp{M} and @samp{X}
25411 packets to write to addresses in such ranges.
25412
25413 The formal DTD for memory map format is given below:
25414
25415 @smallexample
25416 <!-- ................................................... -->
25417 <!-- Memory Map XML DTD ................................ -->
25418 <!-- File: memory-map.dtd .............................. -->
25419 <!-- .................................... .............. -->
25420 <!-- memory-map.dtd -->
25421 <!-- memory-map: Root element with versioning -->
25422 <!ELEMENT memory-map (memory | property)>
25423 <!ATTLIST memory-map    version CDATA   #FIXED  "1.0.0">
25424 <!ELEMENT memory (property)>
25425 <!-- memory: Specifies a memory region,
25426              and its type, or device. -->
25427 <!ATTLIST memory        type    CDATA   #REQUIRED
25428                         start   CDATA   #REQUIRED
25429                         length  CDATA   #REQUIRED
25430                         device  CDATA   #IMPLIED>
25431 <!-- property: Generic attribute tag -->
25432 <!ELEMENT property (#PCDATA | property)*>
25433 <!ATTLIST property      name    CDATA   #REQUIRED>
25434 @end smallexample
25435
25436 @include agentexpr.texi
25437
25438 @include gpl.texi
25439
25440 @raisesections
25441 @include fdl.texi
25442 @lowersections
25443
25444 @node Index
25445 @unnumbered Index
25446
25447 @printindex cp
25448
25449 @tex
25450 % I think something like @colophon should be in texinfo.  In the
25451 % meantime:
25452 \long\def\colophon{\hbox to0pt{}\vfill
25453 \centerline{The body of this manual is set in}
25454 \centerline{\fontname\tenrm,}
25455 \centerline{with headings in {\bf\fontname\tenbf}}
25456 \centerline{and examples in {\tt\fontname\tentt}.}
25457 \centerline{{\it\fontname\tenit\/},}
25458 \centerline{{\bf\fontname\tenbf}, and}
25459 \centerline{{\sl\fontname\tensl\/}}
25460 \centerline{are used for emphasis.}\vfill}
25461 \page\colophon
25462 % Blame: doc@cygnus.com, 1991.
25463 @end tex
25464
25465 @bye