]> Git Repo - binutils.git/blame - gdb/doc/gdb.texinfo
(Calling): Expand and elaborate text. Add "print". Add the
[binutils.git] / gdb / doc / gdb.texinfo
CommitLineData
c906108c 1\input texinfo @c -*-texinfo-*-
b6ba6518 2@c Copyright 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998,
c552b3bb 3@c 1999, 2000, 2001, 2002, 2003, 2004
c906108c
SS
4@c Free Software Foundation, Inc.
5@c
5d161b24 6@c %**start of header
c906108c
SS
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
c906108c 13@settitle Debugging with @value{GDBN}
c906108c
SS
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
41afff9a 25@c readline appendices use @vindex, @findex and @ftable,
48e934c6 26@c annotate.texi and gdbmi use @findex.
c906108c 27@syncodeindex vr cp
41afff9a 28@syncodeindex fn cp
c906108c
SS
29
30@c !!set GDB manual's edition---not the same as GDB version!
9fe8321b 31@c This is updated by GNU Press.
e9c75b65 32@set EDITION Ninth
c906108c 33
87885426
FN
34@c !!set GDB edit command default editor
35@set EDITOR /bin/ex
c906108c 36
6c0e9fb3 37@c THIS MANUAL REQUIRES TEXINFO 4.0 OR LATER.
c906108c 38
c906108c 39@c This is a dir.info fragment to support semi-automated addition of
6d2ebf8b 40@c manuals to an info tree.
03727ca6 41@dircategory Software development
96a2c332 42@direntry
03727ca6 43* Gdb: (gdb). The GNU debugger.
96a2c332
SS
44@end direntry
45
c906108c
SS
46@ifinfo
47This file documents the @sc{gnu} debugger @value{GDBN}.
48
49
9fe8321b
AC
50This is the @value{EDITION} Edition, of @cite{Debugging with
51@value{GDBN}: the @sc{gnu} Source-Level Debugger} for @value{GDBN}
52Version @value{GDBVN}.
c906108c 53
8a037dd7 54Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998,@*
c552b3bb 55 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
c906108c 56
e9c75b65
EZ
57Permission is granted to copy, distribute and/or modify this document
58under the terms of the GNU Free Documentation License, Version 1.1 or
59any later version published by the Free Software Foundation; with the
959acfd1
EZ
60Invariant Sections being ``Free Software'' and ``Free Software Needs
61Free Documentation'', with the Front-Cover Texts being ``A GNU Manual,''
62and with the Back-Cover Texts as in (a) below.
c906108c 63
6826cf00
EZ
64(a) The Free Software Foundation's Back-Cover Text is: ``You have
65freedom to copy and modify this GNU Manual, like GNU software. Copies
66published by the Free Software Foundation raise funds for GNU
67development.''
c906108c
SS
68@end ifinfo
69
70@titlepage
71@title Debugging with @value{GDBN}
72@subtitle The @sc{gnu} Source-Level Debugger
c906108c 73@sp 1
c906108c 74@subtitle @value{EDITION} Edition, for @value{GDBN} version @value{GDBVN}
9e9c5ae7 75@author Richard Stallman, Roland Pesch, Stan Shebs, et al.
c906108c 76@page
c906108c
SS
77@tex
78{\parskip=0pt
53a5351d 79\hfill (Send bugs and comments on @value{GDBN} to bug-gdb\@gnu.org.)\par
c906108c
SS
80\hfill {\it Debugging with @value{GDBN}}\par
81\hfill \TeX{}info \texinfoversion\par
82}
83@end tex
53a5351d 84
c906108c 85@vskip 0pt plus 1filll
8a037dd7 86Copyright @copyright{} 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
b51970ac 871996, 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
c906108c 88@sp 2
c906108c
SS
89Published by the Free Software Foundation @*
9059 Temple Place - Suite 330, @*
91Boston, MA 02111-1307 USA @*
6d2ebf8b 92ISBN 1-882114-77-9 @*
e9c75b65
EZ
93
94Permission is granted to copy, distribute and/or modify this document
95under the terms of the GNU Free Documentation License, Version 1.1 or
96any later version published by the Free Software Foundation; with the
959acfd1
EZ
97Invariant Sections being ``Free Software'' and ``Free Software Needs
98Free Documentation'', with the Front-Cover Texts being ``A GNU Manual,''
99and with the Back-Cover Texts as in (a) below.
e9c75b65 100
6826cf00
EZ
101(a) The Free Software Foundation's Back-Cover Text is: ``You have
102freedom to copy and modify this GNU Manual, like GNU software. Copies
103published by the Free Software Foundation raise funds for GNU
104development.''
c906108c
SS
105@end titlepage
106@page
107
6c0e9fb3 108@ifnottex
6d2ebf8b
SS
109@node Top, Summary, (dir), (dir)
110
c906108c
SS
111@top Debugging with @value{GDBN}
112
113This file describes @value{GDBN}, the @sc{gnu} symbolic debugger.
114
9fe8321b 115This is the @value{EDITION} Edition, for @value{GDBN} Version
c906108c
SS
116@value{GDBVN}.
117
c552b3bb 118Copyright (C) 1988-2004 Free Software Foundation, Inc.
6d2ebf8b
SS
119
120@menu
121* Summary:: Summary of @value{GDBN}
122* Sample Session:: A sample @value{GDBN} session
123
124* Invocation:: Getting in and out of @value{GDBN}
125* Commands:: @value{GDBN} commands
126* Running:: Running programs under @value{GDBN}
127* Stopping:: Stopping and continuing
128* Stack:: Examining the stack
129* Source:: Examining source files
130* Data:: Examining data
e2e0bcd1 131* Macros:: Preprocessor Macros
b37052ae 132* Tracepoints:: Debugging remote targets non-intrusively
df0cd8c5 133* Overlays:: Debugging programs that use overlays
6d2ebf8b
SS
134
135* Languages:: Using @value{GDBN} with different languages
136
137* Symbols:: Examining the symbol table
138* Altering:: Altering execution
139* GDB Files:: @value{GDBN} files
140* Targets:: Specifying a debugging target
6b2f586d 141* Remote Debugging:: Debugging remote programs
6d2ebf8b
SS
142* Configurations:: Configuration-specific information
143* Controlling GDB:: Controlling @value{GDBN}
144* Sequences:: Canned sequences of commands
c4555f82 145* TUI:: @value{GDBN} Text User Interface
21c294e6 146* Interpreters:: Command Interpreters
6d2ebf8b
SS
147* Emacs:: Using @value{GDBN} under @sc{gnu} Emacs
148* Annotations:: @value{GDBN}'s annotation interface.
7162c0ca 149* GDB/MI:: @value{GDBN}'s Machine Interface.
6d2ebf8b
SS
150
151* GDB Bugs:: Reporting bugs in @value{GDBN}
152* Formatting Documentation:: How to format and print @value{GDBN} documentation
153
154* Command Line Editing:: Command Line Editing
155* Using History Interactively:: Using History Interactively
156* Installing GDB:: Installing GDB
eb12ee30 157* Maintenance Commands:: Maintenance Commands
e0ce93ac 158* Remote Protocol:: GDB Remote Serial Protocol
f418dd93 159* Agent Expressions:: The GDB Agent Expression Mechanism
aab4e0ec
AC
160* Copying:: GNU General Public License says
161 how you can copy and share GDB
6826cf00 162* GNU Free Documentation License:: The license for this documentation
6d2ebf8b
SS
163* Index:: Index
164@end menu
165
6c0e9fb3 166@end ifnottex
c906108c 167
449f3b6c 168@contents
449f3b6c 169
6d2ebf8b 170@node Summary
c906108c
SS
171@unnumbered Summary of @value{GDBN}
172
173The purpose of a debugger such as @value{GDBN} is to allow you to see what is
174going on ``inside'' another program while it executes---or what another
175program was doing at the moment it crashed.
176
177@value{GDBN} can do four main kinds of things (plus other things in support of
178these) to help you catch bugs in the act:
179
180@itemize @bullet
181@item
182Start your program, specifying anything that might affect its behavior.
183
184@item
185Make your program stop on specified conditions.
186
187@item
188Examine what has happened, when your program has stopped.
189
190@item
191Change things in your program, so you can experiment with correcting the
192effects of one bug and go on to learn about another.
193@end itemize
194
49efadf5 195You can use @value{GDBN} to debug programs written in C and C@t{++}.
c906108c 196For more information, see @ref{Support,,Supported languages}.
c906108c
SS
197For more information, see @ref{C,,C and C++}.
198
cce74817 199@cindex Modula-2
e632838e
AC
200Support for Modula-2 is partial. For information on Modula-2, see
201@ref{Modula-2,,Modula-2}.
c906108c 202
cce74817
JM
203@cindex Pascal
204Debugging Pascal programs which use sets, subranges, file variables, or
205nested functions does not currently work. @value{GDBN} does not support
206entering expressions, printing values, or similar features using Pascal
207syntax.
c906108c 208
c906108c
SS
209@cindex Fortran
210@value{GDBN} can be used to debug programs written in Fortran, although
53a5351d 211it may be necessary to refer to some variables with a trailing
cce74817 212underscore.
c906108c 213
b37303ee
AF
214@value{GDBN} can be used to debug programs written in Objective-C,
215using either the Apple/NeXT or the GNU Objective-C runtime.
216
c906108c
SS
217@menu
218* Free Software:: Freely redistributable software
219* Contributors:: Contributors to GDB
220@end menu
221
6d2ebf8b 222@node Free Software
c906108c
SS
223@unnumberedsec Free software
224
5d161b24 225@value{GDBN} is @dfn{free software}, protected by the @sc{gnu}
c906108c
SS
226General Public License
227(GPL). The GPL gives you the freedom to copy or adapt a licensed
228program---but every person getting a copy also gets with it the
229freedom to modify that copy (which means that they must get access to
230the source code), and the freedom to distribute further copies.
231Typical software companies use copyrights to limit your freedoms; the
232Free Software Foundation uses the GPL to preserve these freedoms.
233
234Fundamentally, the General Public License is a license which says that
235you have these freedoms and that you cannot take these freedoms away
236from anyone else.
237
2666264b 238@unnumberedsec Free Software Needs Free Documentation
959acfd1
EZ
239
240The biggest deficiency in the free software community today is not in
241the software---it is the lack of good free documentation that we can
242include with the free software. Many of our most important
243programs do not come with free reference manuals and free introductory
244texts. Documentation is an essential part of any software package;
245when an important free software package does not come with a free
246manual and a free tutorial, that is a major gap. We have many such
247gaps today.
248
249Consider Perl, for instance. The tutorial manuals that people
250normally use are non-free. How did this come about? Because the
251authors of those manuals published them with restrictive terms---no
252copying, no modification, source files not available---which exclude
253them from the free software world.
254
255That wasn't the first time this sort of thing happened, and it was far
256from the last. Many times we have heard a GNU user eagerly describe a
257manual that he is writing, his intended contribution to the community,
258only to learn that he had ruined everything by signing a publication
259contract to make it non-free.
260
261Free documentation, like free software, is a matter of freedom, not
262price. The problem with the non-free manual is not that publishers
263charge a price for printed copies---that in itself is fine. (The Free
264Software Foundation sells printed copies of manuals, too.) The
265problem is the restrictions on the use of the manual. Free manuals
266are available in source code form, and give you permission to copy and
267modify. Non-free manuals do not allow this.
268
269The criteria of freedom for a free manual are roughly the same as for
270free software. Redistribution (including the normal kinds of
271commercial redistribution) must be permitted, so that the manual can
272accompany every copy of the program, both on-line and on paper.
273
274Permission for modification of the technical content is crucial too.
275When people modify the software, adding or changing features, if they
276are conscientious they will change the manual too---so they can
277provide accurate and clear documentation for the modified program. A
278manual that leaves you no choice but to write a new manual to document
279a changed version of the program is not really available to our
280community.
281
282Some kinds of limits on the way modification is handled are
283acceptable. For example, requirements to preserve the original
284author's copyright notice, the distribution terms, or the list of
285authors, are ok. It is also no problem to require modified versions
286to include notice that they were modified. Even entire sections that
287may not be deleted or changed are acceptable, as long as they deal
288with nontechnical topics (like this one). These kinds of restrictions
289are acceptable because they don't obstruct the community's normal use
290of the manual.
291
292However, it must be possible to modify all the @emph{technical}
293content of the manual, and then distribute the result in all the usual
294media, through all the usual channels. Otherwise, the restrictions
295obstruct the use of the manual, it is not free, and we need another
296manual to replace it.
297
298Please spread the word about this issue. Our community continues to
299lose manuals to proprietary publishing. If we spread the word that
300free software needs free reference manuals and free tutorials, perhaps
301the next person who wants to contribute by writing documentation will
302realize, before it is too late, that only free manuals contribute to
303the free software community.
304
305If you are writing documentation, please insist on publishing it under
306the GNU Free Documentation License or another free documentation
307license. Remember that this decision requires your approval---you
308don't have to let the publisher decide. Some commercial publishers
309will use a free license if you insist, but they will not propose the
310option; it is up to you to raise the issue and say firmly that this is
311what you want. If the publisher you are dealing with refuses, please
312try other publishers. If you're not sure whether a proposed license
42584a72 313is free, write to @email{licensing@@gnu.org}.
959acfd1
EZ
314
315You can encourage commercial publishers to sell more free, copylefted
316manuals and tutorials by buying them, and particularly by buying
317copies from the publishers that paid for their writing or for major
318improvements. Meanwhile, try to avoid buying non-free documentation
319at all. Check the distribution terms of a manual before you buy it,
320and insist that whoever seeks your business must respect your freedom.
72c9928d
EZ
321Check the history of the book, and try to reward the publishers that
322have paid or pay the authors to work on it.
959acfd1
EZ
323
324The Free Software Foundation maintains a list of free documentation
325published by other publishers, at
326@url{http://www.fsf.org/doc/other-free-books.html}.
327
6d2ebf8b 328@node Contributors
96a2c332
SS
329@unnumberedsec Contributors to @value{GDBN}
330
331Richard Stallman was the original author of @value{GDBN}, and of many
332other @sc{gnu} programs. Many others have contributed to its
333development. This section attempts to credit major contributors. One
334of the virtues of free software is that everyone is free to contribute
335to it; with regret, we cannot actually acknowledge everyone here. The
336file @file{ChangeLog} in the @value{GDBN} distribution approximates a
c906108c
SS
337blow-by-blow account.
338
339Changes much prior to version 2.0 are lost in the mists of time.
340
341@quotation
342@emph{Plea:} Additions to this section are particularly welcome. If you
343or your friends (or enemies, to be evenhanded) have been unfairly
344omitted from this list, we would like to add your names!
345@end quotation
346
347So that they may not regard their many labors as thankless, we
348particularly thank those who shepherded @value{GDBN} through major
349releases:
faae5abe 350Andrew Cagney (releases 6.1, 6.0, 5.3, 5.2, 5.1 and 5.0);
c906108c
SS
351Jim Blandy (release 4.18);
352Jason Molenda (release 4.17);
353Stan Shebs (release 4.14);
354Fred Fish (releases 4.16, 4.15, 4.13, 4.12, 4.11, 4.10, and 4.9);
355Stu Grossman and John Gilmore (releases 4.8, 4.7, 4.6, 4.5, and 4.4);
356John Gilmore (releases 4.3, 4.2, 4.1, 4.0, and 3.9);
357Jim Kingdon (releases 3.5, 3.4, and 3.3);
358and Randy Smith (releases 3.2, 3.1, and 3.0).
359
360Richard Stallman, assisted at various times by Peter TerMaat, Chris
361Hanson, and Richard Mlynarik, handled releases through 2.8.
362
b37052ae
EZ
363Michael Tiemann is the author of most of the @sc{gnu} C@t{++} support
364in @value{GDBN}, with significant additional contributions from Per
365Bothner and Daniel Berlin. James Clark wrote the @sc{gnu} C@t{++}
366demangler. Early work on C@t{++} was by Peter TerMaat (who also did
367much general update work leading to release 3.0).
c906108c 368
b37052ae 369@value{GDBN} uses the BFD subroutine library to examine multiple
c906108c
SS
370object-file formats; BFD was a joint project of David V.
371Henkel-Wallace, Rich Pixley, Steve Chamberlain, and John Gilmore.
372
373David Johnson wrote the original COFF support; Pace Willison did
374the original support for encapsulated COFF.
375
0179ffac 376Brent Benson of Harris Computer Systems contributed DWARF 2 support.
c906108c
SS
377
378Adam de Boor and Bradley Davis contributed the ISI Optimum V support.
379Per Bothner, Noboyuki Hikichi, and Alessandro Forin contributed MIPS
380support.
381Jean-Daniel Fekete contributed Sun 386i support.
382Chris Hanson improved the HP9000 support.
383Noboyuki Hikichi and Tomoyuki Hasei contributed Sony/News OS 3 support.
384David Johnson contributed Encore Umax support.
385Jyrki Kuoppala contributed Altos 3068 support.
386Jeff Law contributed HP PA and SOM support.
387Keith Packard contributed NS32K support.
388Doug Rabson contributed Acorn Risc Machine support.
389Bob Rusk contributed Harris Nighthawk CX-UX support.
390Chris Smith contributed Convex support (and Fortran debugging).
391Jonathan Stone contributed Pyramid support.
392Michael Tiemann contributed SPARC support.
393Tim Tucker contributed support for the Gould NP1 and Gould Powernode.
394Pace Willison contributed Intel 386 support.
395Jay Vosburgh contributed Symmetry support.
a37295f9 396Marko Mlinar contributed OpenRISC 1000 support.
c906108c 397
1104b9e7 398Andreas Schwab contributed M68K @sc{gnu}/Linux support.
c906108c
SS
399
400Rich Schaefer and Peter Schauer helped with support of SunOS shared
401libraries.
402
403Jay Fenlason and Roland McGrath ensured that @value{GDBN} and GAS agree
404about several machine instruction sets.
405
406Patrick Duval, Ted Goldstein, Vikram Koka and Glenn Engel helped develop
407remote debugging. Intel Corporation, Wind River Systems, AMD, and ARM
408contributed remote debugging modules for the i960, VxWorks, A29K UDI,
409and RDI targets, respectively.
410
411Brian Fox is the author of the readline libraries providing
412command-line editing and command history.
413
7a292a7a
SS
414Andrew Beers of SUNY Buffalo wrote the language-switching code, the
415Modula-2 support, and contributed the Languages chapter of this manual.
c906108c 416
5d161b24 417Fred Fish wrote most of the support for Unix System Vr4.
b37052ae 418He also enhanced the command-completion support to cover C@t{++} overloaded
c906108c 419symbols.
c906108c 420
f24c5e49
KI
421Hitachi America (now Renesas America), Ltd. sponsored the support for
422H8/300, H8/500, and Super-H processors.
c906108c
SS
423
424NEC sponsored the support for the v850, Vr4xxx, and Vr5xxx processors.
425
f24c5e49
KI
426Mitsubishi (now Renesas) sponsored the support for D10V, D30V, and M32R/D
427processors.
c906108c
SS
428
429Toshiba sponsored the support for the TX39 Mips processor.
430
431Matsushita sponsored the support for the MN10200 and MN10300 processors.
432
96a2c332 433Fujitsu sponsored the support for SPARClite and FR30 processors.
c906108c
SS
434
435Kung Hsu, Jeff Law, and Rick Sladkey added support for hardware
436watchpoints.
437
438Michael Snyder added support for tracepoints.
439
440Stu Grossman wrote gdbserver.
441
442Jim Kingdon, Peter Schauer, Ian Taylor, and Stu Grossman made
96a2c332 443nearly innumerable bug fixes and cleanups throughout @value{GDBN}.
c906108c
SS
444
445The following people at the Hewlett-Packard Company contributed
446support for the PA-RISC 2.0 architecture, HP-UX 10.20, 10.30, and 11.0
b37052ae 447(narrow mode), HP's implementation of kernel threads, HP's aC@t{++}
d0d5df6f
AC
448compiler, and the Text User Interface (nee Terminal User Interface):
449Ben Krepp, Richard Title, John Bishop, Susan Macchia, Kathy Mann,
450Satish Pai, India Paul, Steve Rehrauer, and Elena Zannoni. Kim Haase
451provided HP-specific information in this manual.
c906108c 452
b37052ae
EZ
453DJ Delorie ported @value{GDBN} to MS-DOS, for the DJGPP project.
454Robert Hoehne made significant contributions to the DJGPP port.
455
96a2c332
SS
456Cygnus Solutions has sponsored @value{GDBN} maintenance and much of its
457development since 1991. Cygnus engineers who have worked on @value{GDBN}
2df3850c
JM
458fulltime include Mark Alexander, Jim Blandy, Per Bothner, Kevin
459Buettner, Edith Epstein, Chris Faylor, Fred Fish, Martin Hunt, Jim
460Ingham, John Gilmore, Stu Grossman, Kung Hsu, Jim Kingdon, John Metzler,
461Fernando Nasser, Geoffrey Noer, Dawn Perchik, Rich Pixley, Zdenek
462Radouch, Keith Seitz, Stan Shebs, David Taylor, and Elena Zannoni. In
463addition, Dave Brolley, Ian Carmichael, Steve Chamberlain, Nick Clifton,
464JT Conklin, Stan Cox, DJ Delorie, Ulrich Drepper, Frank Eigler, Doug
465Evans, Sean Fagan, David Henkel-Wallace, Richard Henderson, Jeff
466Holcomb, Jeff Law, Jim Lemke, Tom Lord, Bob Manson, Michael Meissner,
467Jason Merrill, Catherine Moore, Drew Moseley, Ken Raeburn, Gavin
468Romig-Koch, Rob Savoye, Jamie Smith, Mike Stump, Ian Taylor, Angela
469Thomas, Michael Tiemann, Tom Tromey, Ron Unrau, Jim Wilson, and David
470Zuhn have made contributions both large and small.
c906108c 471
e2e0bcd1
JB
472Jim Blandy added support for preprocessor macros, while working for Red
473Hat.
c906108c 474
6d2ebf8b 475@node Sample Session
c906108c
SS
476@chapter A Sample @value{GDBN} Session
477
478You can use this manual at your leisure to read all about @value{GDBN}.
479However, a handful of commands are enough to get started using the
480debugger. This chapter illustrates those commands.
481
482@iftex
483In this sample session, we emphasize user input like this: @b{input},
484to make it easier to pick out from the surrounding output.
485@end iftex
486
487@c FIXME: this example may not be appropriate for some configs, where
488@c FIXME...primary interest is in remote use.
489
490One of the preliminary versions of @sc{gnu} @code{m4} (a generic macro
491processor) exhibits the following bug: sometimes, when we change its
492quote strings from the default, the commands used to capture one macro
493definition within another stop working. In the following short @code{m4}
494session, we define a macro @code{foo} which expands to @code{0000}; we
495then use the @code{m4} built-in @code{defn} to define @code{bar} as the
496same thing. However, when we change the open quote string to
497@code{<QUOTE>} and the close quote string to @code{<UNQUOTE>}, the same
498procedure fails to define a new synonym @code{baz}:
499
500@smallexample
501$ @b{cd gnu/m4}
502$ @b{./m4}
503@b{define(foo,0000)}
504
505@b{foo}
5060000
507@b{define(bar,defn(`foo'))}
508
509@b{bar}
5100000
511@b{changequote(<QUOTE>,<UNQUOTE>)}
512
513@b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
514@b{baz}
515@b{C-d}
516m4: End of input: 0: fatal error: EOF in string
517@end smallexample
518
519@noindent
520Let us use @value{GDBN} to try to see what is going on.
521
c906108c
SS
522@smallexample
523$ @b{@value{GDBP} m4}
524@c FIXME: this falsifies the exact text played out, to permit smallbook
525@c FIXME... format to come out better.
526@value{GDBN} is free software and you are welcome to distribute copies
5d161b24 527 of it under certain conditions; type "show copying" to see
c906108c 528 the conditions.
5d161b24 529There is absolutely no warranty for @value{GDBN}; type "show warranty"
c906108c
SS
530 for details.
531
532@value{GDBN} @value{GDBVN}, Copyright 1999 Free Software Foundation, Inc...
533(@value{GDBP})
534@end smallexample
c906108c
SS
535
536@noindent
537@value{GDBN} reads only enough symbol data to know where to find the
538rest when needed; as a result, the first prompt comes up very quickly.
539We now tell @value{GDBN} to use a narrower display width than usual, so
540that examples fit in this manual.
541
542@smallexample
543(@value{GDBP}) @b{set width 70}
544@end smallexample
545
546@noindent
547We need to see how the @code{m4} built-in @code{changequote} works.
548Having looked at the source, we know the relevant subroutine is
549@code{m4_changequote}, so we set a breakpoint there with the @value{GDBN}
550@code{break} command.
551
552@smallexample
553(@value{GDBP}) @b{break m4_changequote}
554Breakpoint 1 at 0x62f4: file builtin.c, line 879.
555@end smallexample
556
557@noindent
558Using the @code{run} command, we start @code{m4} running under @value{GDBN}
559control; as long as control does not reach the @code{m4_changequote}
560subroutine, the program runs as usual:
561
562@smallexample
563(@value{GDBP}) @b{run}
564Starting program: /work/Editorial/gdb/gnu/m4/m4
565@b{define(foo,0000)}
566
567@b{foo}
5680000
569@end smallexample
570
571@noindent
572To trigger the breakpoint, we call @code{changequote}. @value{GDBN}
573suspends execution of @code{m4}, displaying information about the
574context where it stops.
575
576@smallexample
577@b{changequote(<QUOTE>,<UNQUOTE>)}
578
5d161b24 579Breakpoint 1, m4_changequote (argc=3, argv=0x33c70)
c906108c
SS
580 at builtin.c:879
581879 if (bad_argc(TOKEN_DATA_TEXT(argv[0]),argc,1,3))
582@end smallexample
583
584@noindent
585Now we use the command @code{n} (@code{next}) to advance execution to
586the next line of the current function.
587
588@smallexample
589(@value{GDBP}) @b{n}
590882 set_quotes((argc >= 2) ? TOKEN_DATA_TEXT(argv[1])\
591 : nil,
592@end smallexample
593
594@noindent
595@code{set_quotes} looks like a promising subroutine. We can go into it
596by using the command @code{s} (@code{step}) instead of @code{next}.
597@code{step} goes to the next line to be executed in @emph{any}
598subroutine, so it steps into @code{set_quotes}.
599
600@smallexample
601(@value{GDBP}) @b{s}
602set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
603 at input.c:530
604530 if (lquote != def_lquote)
605@end smallexample
606
607@noindent
608The display that shows the subroutine where @code{m4} is now
609suspended (and its arguments) is called a stack frame display. It
610shows a summary of the stack. We can use the @code{backtrace}
611command (which can also be spelled @code{bt}), to see where we are
612in the stack as a whole: the @code{backtrace} command displays a
613stack frame for each active subroutine.
614
615@smallexample
616(@value{GDBP}) @b{bt}
617#0 set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
618 at input.c:530
5d161b24 619#1 0x6344 in m4_changequote (argc=3, argv=0x33c70)
c906108c
SS
620 at builtin.c:882
621#2 0x8174 in expand_macro (sym=0x33320) at macro.c:242
622#3 0x7a88 in expand_token (obs=0x0, t=209696, td=0xf7fffa30)
623 at macro.c:71
624#4 0x79dc in expand_input () at macro.c:40
625#5 0x2930 in main (argc=0, argv=0xf7fffb20) at m4.c:195
626@end smallexample
627
628@noindent
629We step through a few more lines to see what happens. The first two
630times, we can use @samp{s}; the next two times we use @code{n} to avoid
631falling into the @code{xstrdup} subroutine.
632
633@smallexample
634(@value{GDBP}) @b{s}
6350x3b5c 532 if (rquote != def_rquote)
636(@value{GDBP}) @b{s}
6370x3b80 535 lquote = (lq == nil || *lq == '\0') ? \
638def_lquote : xstrdup(lq);
639(@value{GDBP}) @b{n}
640536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
641 : xstrdup(rq);
642(@value{GDBP}) @b{n}
643538 len_lquote = strlen(rquote);
644@end smallexample
645
646@noindent
647The last line displayed looks a little odd; we can examine the variables
648@code{lquote} and @code{rquote} to see if they are in fact the new left
649and right quotes we specified. We use the command @code{p}
650(@code{print}) to see their values.
651
652@smallexample
653(@value{GDBP}) @b{p lquote}
654$1 = 0x35d40 "<QUOTE>"
655(@value{GDBP}) @b{p rquote}
656$2 = 0x35d50 "<UNQUOTE>"
657@end smallexample
658
659@noindent
660@code{lquote} and @code{rquote} are indeed the new left and right quotes.
661To look at some context, we can display ten lines of source
662surrounding the current line with the @code{l} (@code{list}) command.
663
664@smallexample
665(@value{GDBP}) @b{l}
666533 xfree(rquote);
667534
668535 lquote = (lq == nil || *lq == '\0') ? def_lquote\
669 : xstrdup (lq);
670536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
671 : xstrdup (rq);
672537
673538 len_lquote = strlen(rquote);
674539 len_rquote = strlen(lquote);
675540 @}
676541
677542 void
678@end smallexample
679
680@noindent
681Let us step past the two lines that set @code{len_lquote} and
682@code{len_rquote}, and then examine the values of those variables.
683
684@smallexample
685(@value{GDBP}) @b{n}
686539 len_rquote = strlen(lquote);
687(@value{GDBP}) @b{n}
688540 @}
689(@value{GDBP}) @b{p len_lquote}
690$3 = 9
691(@value{GDBP}) @b{p len_rquote}
692$4 = 7
693@end smallexample
694
695@noindent
696That certainly looks wrong, assuming @code{len_lquote} and
697@code{len_rquote} are meant to be the lengths of @code{lquote} and
698@code{rquote} respectively. We can set them to better values using
699the @code{p} command, since it can print the value of
700any expression---and that expression can include subroutine calls and
701assignments.
702
703@smallexample
704(@value{GDBP}) @b{p len_lquote=strlen(lquote)}
705$5 = 7
706(@value{GDBP}) @b{p len_rquote=strlen(rquote)}
707$6 = 9
708@end smallexample
709
710@noindent
711Is that enough to fix the problem of using the new quotes with the
712@code{m4} built-in @code{defn}? We can allow @code{m4} to continue
713executing with the @code{c} (@code{continue}) command, and then try the
714example that caused trouble initially:
715
716@smallexample
717(@value{GDBP}) @b{c}
718Continuing.
719
720@b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
721
722baz
7230000
724@end smallexample
725
726@noindent
727Success! The new quotes now work just as well as the default ones. The
728problem seems to have been just the two typos defining the wrong
729lengths. We allow @code{m4} exit by giving it an EOF as input:
730
731@smallexample
732@b{C-d}
733Program exited normally.
734@end smallexample
735
736@noindent
737The message @samp{Program exited normally.} is from @value{GDBN}; it
738indicates @code{m4} has finished executing. We can end our @value{GDBN}
739session with the @value{GDBN} @code{quit} command.
740
741@smallexample
742(@value{GDBP}) @b{quit}
743@end smallexample
c906108c 744
6d2ebf8b 745@node Invocation
c906108c
SS
746@chapter Getting In and Out of @value{GDBN}
747
748This chapter discusses how to start @value{GDBN}, and how to get out of it.
5d161b24 749The essentials are:
c906108c 750@itemize @bullet
5d161b24 751@item
53a5351d 752type @samp{@value{GDBP}} to start @value{GDBN}.
5d161b24 753@item
c906108c
SS
754type @kbd{quit} or @kbd{C-d} to exit.
755@end itemize
756
757@menu
758* Invoking GDB:: How to start @value{GDBN}
759* Quitting GDB:: How to quit @value{GDBN}
760* Shell Commands:: How to use shell commands inside @value{GDBN}
0fac0b41 761* Logging output:: How to log @value{GDBN}'s output to a file
c906108c
SS
762@end menu
763
6d2ebf8b 764@node Invoking GDB
c906108c
SS
765@section Invoking @value{GDBN}
766
c906108c
SS
767Invoke @value{GDBN} by running the program @code{@value{GDBP}}. Once started,
768@value{GDBN} reads commands from the terminal until you tell it to exit.
769
770You can also run @code{@value{GDBP}} with a variety of arguments and options,
771to specify more of your debugging environment at the outset.
772
c906108c
SS
773The command-line options described here are designed
774to cover a variety of situations; in some environments, some of these
5d161b24 775options may effectively be unavailable.
c906108c
SS
776
777The most usual way to start @value{GDBN} is with one argument,
778specifying an executable program:
779
474c8240 780@smallexample
c906108c 781@value{GDBP} @var{program}
474c8240 782@end smallexample
c906108c 783
c906108c
SS
784@noindent
785You can also start with both an executable program and a core file
786specified:
787
474c8240 788@smallexample
c906108c 789@value{GDBP} @var{program} @var{core}
474c8240 790@end smallexample
c906108c
SS
791
792You can, instead, specify a process ID as a second argument, if you want
793to debug a running process:
794
474c8240 795@smallexample
c906108c 796@value{GDBP} @var{program} 1234
474c8240 797@end smallexample
c906108c
SS
798
799@noindent
800would attach @value{GDBN} to process @code{1234} (unless you also have a file
801named @file{1234}; @value{GDBN} does check for a core file first).
802
c906108c 803Taking advantage of the second command-line argument requires a fairly
2df3850c
JM
804complete operating system; when you use @value{GDBN} as a remote
805debugger attached to a bare board, there may not be any notion of
806``process'', and there is often no way to get a core dump. @value{GDBN}
807will warn you if it is unable to attach or to read core dumps.
c906108c 808
aa26fa3a
TT
809You can optionally have @code{@value{GDBP}} pass any arguments after the
810executable file to the inferior using @code{--args}. This option stops
811option processing.
474c8240 812@smallexample
aa26fa3a 813gdb --args gcc -O2 -c foo.c
474c8240 814@end smallexample
aa26fa3a
TT
815This will cause @code{@value{GDBP}} to debug @code{gcc}, and to set
816@code{gcc}'s command-line arguments (@pxref{Arguments}) to @samp{-O2 -c foo.c}.
817
96a2c332 818You can run @code{@value{GDBP}} without printing the front material, which describes
c906108c
SS
819@value{GDBN}'s non-warranty, by specifying @code{-silent}:
820
821@smallexample
822@value{GDBP} -silent
823@end smallexample
824
825@noindent
826You can further control how @value{GDBN} starts up by using command-line
827options. @value{GDBN} itself can remind you of the options available.
828
829@noindent
830Type
831
474c8240 832@smallexample
c906108c 833@value{GDBP} -help
474c8240 834@end smallexample
c906108c
SS
835
836@noindent
837to display all available options and briefly describe their use
838(@samp{@value{GDBP} -h} is a shorter equivalent).
839
840All options and command line arguments you give are processed
841in sequential order. The order makes a difference when the
842@samp{-x} option is used.
843
844
845@menu
c906108c
SS
846* File Options:: Choosing files
847* Mode Options:: Choosing modes
848@end menu
849
6d2ebf8b 850@node File Options
c906108c
SS
851@subsection Choosing files
852
2df3850c 853When @value{GDBN} starts, it reads any arguments other than options as
c906108c
SS
854specifying an executable file and core file (or process ID). This is
855the same as if the arguments were specified by the @samp{-se} and
19837790
MS
856@samp{-c} (or @samp{-p} options respectively. (@value{GDBN} reads the
857first argument that does not have an associated option flag as
858equivalent to the @samp{-se} option followed by that argument; and the
859second argument that does not have an associated option flag, if any, as
860equivalent to the @samp{-c}/@samp{-p} option followed by that argument.)
861If the second argument begins with a decimal digit, @value{GDBN} will
862first attempt to attach to it as a process, and if that fails, attempt
863to open it as a corefile. If you have a corefile whose name begins with
b383017d 864a digit, you can prevent @value{GDBN} from treating it as a pid by
79f12247 865prefixing it with @file{./}, eg. @file{./12345}.
7a292a7a
SS
866
867If @value{GDBN} has not been configured to included core file support,
868such as for most embedded targets, then it will complain about a second
869argument and ignore it.
c906108c
SS
870
871Many options have both long and short forms; both are shown in the
872following list. @value{GDBN} also recognizes the long forms if you truncate
873them, so long as enough of the option is present to be unambiguous.
874(If you prefer, you can flag option arguments with @samp{--} rather
875than @samp{-}, though we illustrate the more usual convention.)
876
d700128c
EZ
877@c NOTE: the @cindex entries here use double dashes ON PURPOSE. This
878@c way, both those who look for -foo and --foo in the index, will find
879@c it.
880
c906108c
SS
881@table @code
882@item -symbols @var{file}
883@itemx -s @var{file}
d700128c
EZ
884@cindex @code{--symbols}
885@cindex @code{-s}
c906108c
SS
886Read symbol table from file @var{file}.
887
888@item -exec @var{file}
889@itemx -e @var{file}
d700128c
EZ
890@cindex @code{--exec}
891@cindex @code{-e}
7a292a7a
SS
892Use file @var{file} as the executable file to execute when appropriate,
893and for examining pure data in conjunction with a core dump.
c906108c
SS
894
895@item -se @var{file}
d700128c 896@cindex @code{--se}
c906108c
SS
897Read symbol table from file @var{file} and use it as the executable
898file.
899
c906108c
SS
900@item -core @var{file}
901@itemx -c @var{file}
d700128c
EZ
902@cindex @code{--core}
903@cindex @code{-c}
b383017d 904Use file @var{file} as a core dump to examine.
c906108c
SS
905
906@item -c @var{number}
19837790
MS
907@item -pid @var{number}
908@itemx -p @var{number}
909@cindex @code{--pid}
910@cindex @code{-p}
911Connect to process ID @var{number}, as with the @code{attach} command.
912If there is no such process, @value{GDBN} will attempt to open a core
913file named @var{number}.
c906108c
SS
914
915@item -command @var{file}
916@itemx -x @var{file}
d700128c
EZ
917@cindex @code{--command}
918@cindex @code{-x}
c906108c
SS
919Execute @value{GDBN} commands from file @var{file}. @xref{Command
920Files,, Command files}.
921
922@item -directory @var{directory}
923@itemx -d @var{directory}
d700128c
EZ
924@cindex @code{--directory}
925@cindex @code{-d}
c906108c
SS
926Add @var{directory} to the path to search for source files.
927
c906108c
SS
928@item -m
929@itemx -mapped
d700128c
EZ
930@cindex @code{--mapped}
931@cindex @code{-m}
c906108c
SS
932@emph{Warning: this option depends on operating system facilities that are not
933supported on all systems.}@*
934If memory-mapped files are available on your system through the @code{mmap}
5d161b24 935system call, you can use this option
c906108c
SS
936to have @value{GDBN} write the symbols from your
937program into a reusable file in the current directory. If the program you are debugging is
96a2c332 938called @file{/tmp/fred}, the mapped symbol file is @file{/tmp/fred.syms}.
c906108c
SS
939Future @value{GDBN} debugging sessions notice the presence of this file,
940and can quickly map in symbol information from it, rather than reading
941the symbol table from the executable program.
942
943The @file{.syms} file is specific to the host machine where @value{GDBN}
944is run. It holds an exact image of the internal @value{GDBN} symbol
945table. It cannot be shared across multiple host platforms.
c906108c 946
c906108c
SS
947@item -r
948@itemx -readnow
d700128c
EZ
949@cindex @code{--readnow}
950@cindex @code{-r}
c906108c
SS
951Read each symbol file's entire symbol table immediately, rather than
952the default, which is to read it incrementally as it is needed.
953This makes startup slower, but makes future operations faster.
53a5351d 954
c906108c
SS
955@end table
956
2df3850c 957You typically combine the @code{-mapped} and @code{-readnow} options in
c906108c 958order to build a @file{.syms} file that contains complete symbol
2df3850c
JM
959information. (@xref{Files,,Commands to specify files}, for information
960on @file{.syms} files.) A simple @value{GDBN} invocation to do nothing
961but build a @file{.syms} file for future use is:
c906108c 962
474c8240 963@smallexample
2df3850c 964gdb -batch -nx -mapped -readnow programname
474c8240 965@end smallexample
c906108c 966
6d2ebf8b 967@node Mode Options
c906108c
SS
968@subsection Choosing modes
969
970You can run @value{GDBN} in various alternative modes---for example, in
971batch mode or quiet mode.
972
973@table @code
974@item -nx
975@itemx -n
d700128c
EZ
976@cindex @code{--nx}
977@cindex @code{-n}
96565e91 978Do not execute commands found in any initialization files. Normally,
2df3850c
JM
979@value{GDBN} executes the commands in these files after all the command
980options and arguments have been processed. @xref{Command Files,,Command
981files}.
c906108c
SS
982
983@item -quiet
d700128c 984@itemx -silent
c906108c 985@itemx -q
d700128c
EZ
986@cindex @code{--quiet}
987@cindex @code{--silent}
988@cindex @code{-q}
c906108c
SS
989``Quiet''. Do not print the introductory and copyright messages. These
990messages are also suppressed in batch mode.
991
992@item -batch
d700128c 993@cindex @code{--batch}
c906108c
SS
994Run in batch mode. Exit with status @code{0} after processing all the
995command files specified with @samp{-x} (and all commands from
996initialization files, if not inhibited with @samp{-n}). Exit with
997nonzero status if an error occurs in executing the @value{GDBN} commands
998in the command files.
999
2df3850c
JM
1000Batch mode may be useful for running @value{GDBN} as a filter, for
1001example to download and run a program on another computer; in order to
1002make this more useful, the message
c906108c 1003
474c8240 1004@smallexample
c906108c 1005Program exited normally.
474c8240 1006@end smallexample
c906108c
SS
1007
1008@noindent
2df3850c
JM
1009(which is ordinarily issued whenever a program running under
1010@value{GDBN} control terminates) is not issued when running in batch
1011mode.
1012
1013@item -nowindows
1014@itemx -nw
d700128c
EZ
1015@cindex @code{--nowindows}
1016@cindex @code{-nw}
2df3850c 1017``No windows''. If @value{GDBN} comes with a graphical user interface
96a2c332 1018(GUI) built in, then this option tells @value{GDBN} to only use the command-line
2df3850c
JM
1019interface. If no GUI is available, this option has no effect.
1020
1021@item -windows
1022@itemx -w
d700128c
EZ
1023@cindex @code{--windows}
1024@cindex @code{-w}
2df3850c
JM
1025If @value{GDBN} includes a GUI, then this option requires it to be
1026used if possible.
c906108c
SS
1027
1028@item -cd @var{directory}
d700128c 1029@cindex @code{--cd}
c906108c
SS
1030Run @value{GDBN} using @var{directory} as its working directory,
1031instead of the current directory.
1032
c906108c
SS
1033@item -fullname
1034@itemx -f
d700128c
EZ
1035@cindex @code{--fullname}
1036@cindex @code{-f}
7a292a7a
SS
1037@sc{gnu} Emacs sets this option when it runs @value{GDBN} as a
1038subprocess. It tells @value{GDBN} to output the full file name and line
1039number in a standard, recognizable fashion each time a stack frame is
1040displayed (which includes each time your program stops). This
1041recognizable format looks like two @samp{\032} characters, followed by
1042the file name, line number and character position separated by colons,
1043and a newline. The Emacs-to-@value{GDBN} interface program uses the two
1044@samp{\032} characters as a signal to display the source code for the
1045frame.
c906108c 1046
d700128c
EZ
1047@item -epoch
1048@cindex @code{--epoch}
1049The Epoch Emacs-@value{GDBN} interface sets this option when it runs
1050@value{GDBN} as a subprocess. It tells @value{GDBN} to modify its print
1051routines so as to allow Epoch to display values of expressions in a
1052separate window.
1053
1054@item -annotate @var{level}
1055@cindex @code{--annotate}
1056This option sets the @dfn{annotation level} inside @value{GDBN}. Its
1057effect is identical to using @samp{set annotate @var{level}}
086432e2
AC
1058(@pxref{Annotations}). The annotation @var{level} controls how much
1059information @value{GDBN} prints together with its prompt, values of
1060expressions, source lines, and other types of output. Level 0 is the
1061normal, level 1 is for use when @value{GDBN} is run as a subprocess of
1062@sc{gnu} Emacs, level 3 is the maximum annotation suitable for programs
1063that control @value{GDBN}, and level 2 has been deprecated.
1064
1065The annotation mechanism has largely been superseeded by @sc{gdb/mi}
1066(@pxref{GDB/MI}).
d700128c 1067
aa26fa3a
TT
1068@item --args
1069@cindex @code{--args}
1070Change interpretation of command line so that arguments following the
1071executable file are passed as command line arguments to the inferior.
1072This option stops option processing.
1073
2df3850c
JM
1074@item -baud @var{bps}
1075@itemx -b @var{bps}
d700128c
EZ
1076@cindex @code{--baud}
1077@cindex @code{-b}
c906108c
SS
1078Set the line speed (baud rate or bits per second) of any serial
1079interface used by @value{GDBN} for remote debugging.
c906108c
SS
1080
1081@item -tty @var{device}
d700128c
EZ
1082@itemx -t @var{device}
1083@cindex @code{--tty}
1084@cindex @code{-t}
c906108c
SS
1085Run using @var{device} for your program's standard input and output.
1086@c FIXME: kingdon thinks there is more to -tty. Investigate.
c906108c 1087
53a5351d 1088@c resolve the situation of these eventually
c4555f82
SC
1089@item -tui
1090@cindex @code{--tui}
d0d5df6f
AC
1091Activate the @dfn{Text User Interface} when starting. The Text User
1092Interface manages several text windows on the terminal, showing
1093source, assembly, registers and @value{GDBN} command outputs
1094(@pxref{TUI, ,@value{GDBN} Text User Interface}). Alternatively, the
1095Text User Interface can be enabled by invoking the program
1096@samp{gdbtui}. Do not use this option if you run @value{GDBN} from
1097Emacs (@pxref{Emacs, ,Using @value{GDBN} under @sc{gnu} Emacs}).
53a5351d
JM
1098
1099@c @item -xdb
d700128c 1100@c @cindex @code{--xdb}
53a5351d
JM
1101@c Run in XDB compatibility mode, allowing the use of certain XDB commands.
1102@c For information, see the file @file{xdb_trans.html}, which is usually
1103@c installed in the directory @code{/opt/langtools/wdb/doc} on HP-UX
1104@c systems.
1105
d700128c
EZ
1106@item -interpreter @var{interp}
1107@cindex @code{--interpreter}
1108Use the interpreter @var{interp} for interface with the controlling
1109program or device. This option is meant to be set by programs which
94bbb2c0 1110communicate with @value{GDBN} using it as a back end.
21c294e6 1111@xref{Interpreters, , Command Interpreters}.
94bbb2c0 1112
da0f9dcd 1113@samp{--interpreter=mi} (or @samp{--interpreter=mi2}) causes
2fcf52f0 1114@value{GDBN} to use the @dfn{@sc{gdb/mi} interface} (@pxref{GDB/MI, ,
6c74ac8b
AC
1115The @sc{gdb/mi} Interface}) included since @var{GDBN} version 6.0. The
1116previous @sc{gdb/mi} interface, included in @value{GDBN} version 5.3 and
1117selected with @samp{--interpreter=mi1}, is deprecated. Earlier
1118@sc{gdb/mi} interfaces are no longer supported.
d700128c
EZ
1119
1120@item -write
1121@cindex @code{--write}
1122Open the executable and core files for both reading and writing. This
1123is equivalent to the @samp{set write on} command inside @value{GDBN}
1124(@pxref{Patching}).
1125
1126@item -statistics
1127@cindex @code{--statistics}
1128This option causes @value{GDBN} to print statistics about time and
1129memory usage after it completes each command and returns to the prompt.
1130
1131@item -version
1132@cindex @code{--version}
1133This option causes @value{GDBN} to print its version number and
1134no-warranty blurb, and exit.
1135
c906108c
SS
1136@end table
1137
6d2ebf8b 1138@node Quitting GDB
c906108c
SS
1139@section Quitting @value{GDBN}
1140@cindex exiting @value{GDBN}
1141@cindex leaving @value{GDBN}
1142
1143@table @code
1144@kindex quit @r{[}@var{expression}@r{]}
41afff9a 1145@kindex q @r{(@code{quit})}
96a2c332
SS
1146@item quit @r{[}@var{expression}@r{]}
1147@itemx q
1148To exit @value{GDBN}, use the @code{quit} command (abbreviated
1149@code{q}), or type an end-of-file character (usually @kbd{C-d}). If you
1150do not supply @var{expression}, @value{GDBN} will terminate normally;
1151otherwise it will terminate using the result of @var{expression} as the
1152error code.
c906108c
SS
1153@end table
1154
1155@cindex interrupt
1156An interrupt (often @kbd{C-c}) does not exit from @value{GDBN}, but rather
1157terminates the action of any @value{GDBN} command that is in progress and
1158returns to @value{GDBN} command level. It is safe to type the interrupt
1159character at any time because @value{GDBN} does not allow it to take effect
1160until a time when it is safe.
1161
c906108c
SS
1162If you have been using @value{GDBN} to control an attached process or
1163device, you can release it with the @code{detach} command
1164(@pxref{Attach, ,Debugging an already-running process}).
c906108c 1165
6d2ebf8b 1166@node Shell Commands
c906108c
SS
1167@section Shell commands
1168
1169If you need to execute occasional shell commands during your
1170debugging session, there is no need to leave or suspend @value{GDBN}; you can
1171just use the @code{shell} command.
1172
1173@table @code
1174@kindex shell
1175@cindex shell escape
1176@item shell @var{command string}
1177Invoke a standard shell to execute @var{command string}.
c906108c 1178If it exists, the environment variable @code{SHELL} determines which
d4f3574e
SS
1179shell to run. Otherwise @value{GDBN} uses the default shell
1180(@file{/bin/sh} on Unix systems, @file{COMMAND.COM} on MS-DOS, etc.).
c906108c
SS
1181@end table
1182
1183The utility @code{make} is often needed in development environments.
1184You do not have to use the @code{shell} command for this purpose in
1185@value{GDBN}:
1186
1187@table @code
1188@kindex make
1189@cindex calling make
1190@item make @var{make-args}
1191Execute the @code{make} program with the specified
1192arguments. This is equivalent to @samp{shell make @var{make-args}}.
1193@end table
1194
0fac0b41
DJ
1195@node Logging output
1196@section Logging output
1197@cindex logging @value{GDBN} output
1198
1199You may want to save the output of @value{GDBN} commands to a file.
1200There are several commands to control @value{GDBN}'s logging.
1201
1202@table @code
1203@kindex set logging
1204@item set logging on
1205Enable logging.
1206@item set logging off
1207Disable logging.
1208@item set logging file @var{file}
1209Change the name of the current logfile. The default logfile is @file{gdb.txt}.
1210@item set logging overwrite [on|off]
1211By default, @value{GDBN} will append to the logfile. Set @code{overwrite} if
1212you want @code{set logging on} to overwrite the logfile instead.
1213@item set logging redirect [on|off]
1214By default, @value{GDBN} output will go to both the terminal and the logfile.
1215Set @code{redirect} if you want output to go only to the log file.
1216@kindex show logging
1217@item show logging
1218Show the current values of the logging settings.
1219@end table
1220
6d2ebf8b 1221@node Commands
c906108c
SS
1222@chapter @value{GDBN} Commands
1223
1224You can abbreviate a @value{GDBN} command to the first few letters of the command
1225name, if that abbreviation is unambiguous; and you can repeat certain
1226@value{GDBN} commands by typing just @key{RET}. You can also use the @key{TAB}
1227key to get @value{GDBN} to fill out the rest of a word in a command (or to
1228show you the alternatives available, if there is more than one possibility).
1229
1230@menu
1231* Command Syntax:: How to give commands to @value{GDBN}
1232* Completion:: Command completion
1233* Help:: How to ask @value{GDBN} for help
1234@end menu
1235
6d2ebf8b 1236@node Command Syntax
c906108c
SS
1237@section Command syntax
1238
1239A @value{GDBN} command is a single line of input. There is no limit on
1240how long it can be. It starts with a command name, which is followed by
1241arguments whose meaning depends on the command name. For example, the
1242command @code{step} accepts an argument which is the number of times to
1243step, as in @samp{step 5}. You can also use the @code{step} command
96a2c332 1244with no arguments. Some commands do not allow any arguments.
c906108c
SS
1245
1246@cindex abbreviation
1247@value{GDBN} command names may always be truncated if that abbreviation is
1248unambiguous. Other possible command abbreviations are listed in the
1249documentation for individual commands. In some cases, even ambiguous
1250abbreviations are allowed; for example, @code{s} is specially defined as
1251equivalent to @code{step} even though there are other commands whose
1252names start with @code{s}. You can test abbreviations by using them as
1253arguments to the @code{help} command.
1254
1255@cindex repeating commands
41afff9a 1256@kindex RET @r{(repeat last command)}
c906108c 1257A blank line as input to @value{GDBN} (typing just @key{RET}) means to
96a2c332 1258repeat the previous command. Certain commands (for example, @code{run})
c906108c
SS
1259will not repeat this way; these are commands whose unintentional
1260repetition might cause trouble and which you are unlikely to want to
1261repeat.
1262
1263The @code{list} and @code{x} commands, when you repeat them with
1264@key{RET}, construct new arguments rather than repeating
1265exactly as typed. This permits easy scanning of source or memory.
1266
1267@value{GDBN} can also use @key{RET} in another way: to partition lengthy
1268output, in a way similar to the common utility @code{more}
1269(@pxref{Screen Size,,Screen size}). Since it is easy to press one
1270@key{RET} too many in this situation, @value{GDBN} disables command
1271repetition after any command that generates this sort of display.
1272
41afff9a 1273@kindex # @r{(a comment)}
c906108c
SS
1274@cindex comment
1275Any text from a @kbd{#} to the end of the line is a comment; it does
1276nothing. This is useful mainly in command files (@pxref{Command
1277Files,,Command files}).
1278
88118b3a
TT
1279@cindex repeating command sequences
1280@kindex C-o @r{(operate-and-get-next)}
1281The @kbd{C-o} binding is useful for repeating a complex sequence of
1282commands. This command accepts the current line, like @kbd{RET}, and
1283then fetches the next line relative to the current line from the history
1284for editing.
1285
6d2ebf8b 1286@node Completion
c906108c
SS
1287@section Command completion
1288
1289@cindex completion
1290@cindex word completion
1291@value{GDBN} can fill in the rest of a word in a command for you, if there is
1292only one possibility; it can also show you what the valid possibilities
1293are for the next word in a command, at any time. This works for @value{GDBN}
1294commands, @value{GDBN} subcommands, and the names of symbols in your program.
1295
1296Press the @key{TAB} key whenever you want @value{GDBN} to fill out the rest
1297of a word. If there is only one possibility, @value{GDBN} fills in the
1298word, and waits for you to finish the command (or press @key{RET} to
1299enter it). For example, if you type
1300
1301@c FIXME "@key" does not distinguish its argument sufficiently to permit
1302@c complete accuracy in these examples; space introduced for clarity.
1303@c If texinfo enhancements make it unnecessary, it would be nice to
1304@c replace " @key" by "@key" in the following...
474c8240 1305@smallexample
c906108c 1306(@value{GDBP}) info bre @key{TAB}
474c8240 1307@end smallexample
c906108c
SS
1308
1309@noindent
1310@value{GDBN} fills in the rest of the word @samp{breakpoints}, since that is
1311the only @code{info} subcommand beginning with @samp{bre}:
1312
474c8240 1313@smallexample
c906108c 1314(@value{GDBP}) info breakpoints
474c8240 1315@end smallexample
c906108c
SS
1316
1317@noindent
1318You can either press @key{RET} at this point, to run the @code{info
1319breakpoints} command, or backspace and enter something else, if
1320@samp{breakpoints} does not look like the command you expected. (If you
1321were sure you wanted @code{info breakpoints} in the first place, you
1322might as well just type @key{RET} immediately after @samp{info bre},
1323to exploit command abbreviations rather than command completion).
1324
1325If there is more than one possibility for the next word when you press
1326@key{TAB}, @value{GDBN} sounds a bell. You can either supply more
1327characters and try again, or just press @key{TAB} a second time;
1328@value{GDBN} displays all the possible completions for that word. For
1329example, you might want to set a breakpoint on a subroutine whose name
1330begins with @samp{make_}, but when you type @kbd{b make_@key{TAB}} @value{GDBN}
1331just sounds the bell. Typing @key{TAB} again displays all the
1332function names in your program that begin with those characters, for
1333example:
1334
474c8240 1335@smallexample
c906108c
SS
1336(@value{GDBP}) b make_ @key{TAB}
1337@exdent @value{GDBN} sounds bell; press @key{TAB} again, to see:
5d161b24
DB
1338make_a_section_from_file make_environ
1339make_abs_section make_function_type
1340make_blockvector make_pointer_type
1341make_cleanup make_reference_type
c906108c
SS
1342make_command make_symbol_completion_list
1343(@value{GDBP}) b make_
474c8240 1344@end smallexample
c906108c
SS
1345
1346@noindent
1347After displaying the available possibilities, @value{GDBN} copies your
1348partial input (@samp{b make_} in the example) so you can finish the
1349command.
1350
1351If you just want to see the list of alternatives in the first place, you
b37052ae 1352can press @kbd{M-?} rather than pressing @key{TAB} twice. @kbd{M-?}
7a292a7a 1353means @kbd{@key{META} ?}. You can type this either by holding down a
c906108c 1354key designated as the @key{META} shift on your keyboard (if there is
7a292a7a 1355one) while typing @kbd{?}, or as @key{ESC} followed by @kbd{?}.
c906108c
SS
1356
1357@cindex quotes in commands
1358@cindex completion of quoted strings
1359Sometimes the string you need, while logically a ``word'', may contain
7a292a7a
SS
1360parentheses or other characters that @value{GDBN} normally excludes from
1361its notion of a word. To permit word completion to work in this
1362situation, you may enclose words in @code{'} (single quote marks) in
1363@value{GDBN} commands.
c906108c 1364
c906108c 1365The most likely situation where you might need this is in typing the
b37052ae
EZ
1366name of a C@t{++} function. This is because C@t{++} allows function
1367overloading (multiple definitions of the same function, distinguished
1368by argument type). For example, when you want to set a breakpoint you
1369may need to distinguish whether you mean the version of @code{name}
1370that takes an @code{int} parameter, @code{name(int)}, or the version
1371that takes a @code{float} parameter, @code{name(float)}. To use the
1372word-completion facilities in this situation, type a single quote
1373@code{'} at the beginning of the function name. This alerts
1374@value{GDBN} that it may need to consider more information than usual
1375when you press @key{TAB} or @kbd{M-?} to request word completion:
c906108c 1376
474c8240 1377@smallexample
96a2c332 1378(@value{GDBP}) b 'bubble( @kbd{M-?}
c906108c
SS
1379bubble(double,double) bubble(int,int)
1380(@value{GDBP}) b 'bubble(
474c8240 1381@end smallexample
c906108c
SS
1382
1383In some cases, @value{GDBN} can tell that completing a name requires using
1384quotes. When this happens, @value{GDBN} inserts the quote for you (while
1385completing as much as it can) if you do not type the quote in the first
1386place:
1387
474c8240 1388@smallexample
c906108c
SS
1389(@value{GDBP}) b bub @key{TAB}
1390@exdent @value{GDBN} alters your input line to the following, and rings a bell:
1391(@value{GDBP}) b 'bubble(
474c8240 1392@end smallexample
c906108c
SS
1393
1394@noindent
1395In general, @value{GDBN} can tell that a quote is needed (and inserts it) if
1396you have not yet started typing the argument list when you ask for
1397completion on an overloaded symbol.
1398
d4f3574e 1399For more information about overloaded functions, see @ref{C plus plus
b37052ae 1400expressions, ,C@t{++} expressions}. You can use the command @code{set
c906108c 1401overload-resolution off} to disable overload resolution;
b37052ae 1402see @ref{Debugging C plus plus, ,@value{GDBN} features for C@t{++}}.
c906108c
SS
1403
1404
6d2ebf8b 1405@node Help
c906108c
SS
1406@section Getting help
1407@cindex online documentation
1408@kindex help
1409
5d161b24 1410You can always ask @value{GDBN} itself for information on its commands,
c906108c
SS
1411using the command @code{help}.
1412
1413@table @code
41afff9a 1414@kindex h @r{(@code{help})}
c906108c
SS
1415@item help
1416@itemx h
1417You can use @code{help} (abbreviated @code{h}) with no arguments to
1418display a short list of named classes of commands:
1419
1420@smallexample
1421(@value{GDBP}) help
1422List of classes of commands:
1423
2df3850c 1424aliases -- Aliases of other commands
c906108c 1425breakpoints -- Making program stop at certain points
2df3850c 1426data -- Examining data
c906108c 1427files -- Specifying and examining files
2df3850c
JM
1428internals -- Maintenance commands
1429obscure -- Obscure features
1430running -- Running the program
1431stack -- Examining the stack
c906108c
SS
1432status -- Status inquiries
1433support -- Support facilities
96a2c332
SS
1434tracepoints -- Tracing of program execution without@*
1435 stopping the program
c906108c 1436user-defined -- User-defined commands
c906108c 1437
5d161b24 1438Type "help" followed by a class name for a list of
c906108c 1439commands in that class.
5d161b24 1440Type "help" followed by command name for full
c906108c
SS
1441documentation.
1442Command name abbreviations are allowed if unambiguous.
1443(@value{GDBP})
1444@end smallexample
96a2c332 1445@c the above line break eliminates huge line overfull...
c906108c
SS
1446
1447@item help @var{class}
1448Using one of the general help classes as an argument, you can get a
1449list of the individual commands in that class. For example, here is the
1450help display for the class @code{status}:
1451
1452@smallexample
1453(@value{GDBP}) help status
1454Status inquiries.
1455
1456List of commands:
1457
1458@c Line break in "show" line falsifies real output, but needed
1459@c to fit in smallbook page size.
2df3850c
JM
1460info -- Generic command for showing things
1461 about the program being debugged
1462show -- Generic command for showing things
1463 about the debugger
c906108c 1464
5d161b24 1465Type "help" followed by command name for full
c906108c
SS
1466documentation.
1467Command name abbreviations are allowed if unambiguous.
1468(@value{GDBP})
1469@end smallexample
1470
1471@item help @var{command}
1472With a command name as @code{help} argument, @value{GDBN} displays a
1473short paragraph on how to use that command.
1474
6837a0a2
DB
1475@kindex apropos
1476@item apropos @var{args}
1477The @code{apropos @var{args}} command searches through all of the @value{GDBN}
1478commands, and their documentation, for the regular expression specified in
1479@var{args}. It prints out all matches found. For example:
1480
1481@smallexample
1482apropos reload
1483@end smallexample
1484
b37052ae
EZ
1485@noindent
1486results in:
6837a0a2
DB
1487
1488@smallexample
6d2ebf8b
SS
1489@c @group
1490set symbol-reloading -- Set dynamic symbol table reloading
1491 multiple times in one run
1492show symbol-reloading -- Show dynamic symbol table reloading
1493 multiple times in one run
1494@c @end group
6837a0a2
DB
1495@end smallexample
1496
c906108c
SS
1497@kindex complete
1498@item complete @var{args}
1499The @code{complete @var{args}} command lists all the possible completions
1500for the beginning of a command. Use @var{args} to specify the beginning of the
1501command you want completed. For example:
1502
1503@smallexample
1504complete i
1505@end smallexample
1506
1507@noindent results in:
1508
1509@smallexample
1510@group
2df3850c
JM
1511if
1512ignore
c906108c
SS
1513info
1514inspect
c906108c
SS
1515@end group
1516@end smallexample
1517
1518@noindent This is intended for use by @sc{gnu} Emacs.
1519@end table
1520
1521In addition to @code{help}, you can use the @value{GDBN} commands @code{info}
1522and @code{show} to inquire about the state of your program, or the state
1523of @value{GDBN} itself. Each command supports many topics of inquiry; this
1524manual introduces each of them in the appropriate context. The listings
1525under @code{info} and under @code{show} in the Index point to
1526all the sub-commands. @xref{Index}.
1527
1528@c @group
1529@table @code
1530@kindex info
41afff9a 1531@kindex i @r{(@code{info})}
c906108c
SS
1532@item info
1533This command (abbreviated @code{i}) is for describing the state of your
1534program. For example, you can list the arguments given to your program
1535with @code{info args}, list the registers currently in use with @code{info
1536registers}, or list the breakpoints you have set with @code{info breakpoints}.
1537You can get a complete list of the @code{info} sub-commands with
1538@w{@code{help info}}.
1539
1540@kindex set
1541@item set
5d161b24 1542You can assign the result of an expression to an environment variable with
c906108c
SS
1543@code{set}. For example, you can set the @value{GDBN} prompt to a $-sign with
1544@code{set prompt $}.
1545
1546@kindex show
1547@item show
5d161b24 1548In contrast to @code{info}, @code{show} is for describing the state of
c906108c
SS
1549@value{GDBN} itself.
1550You can change most of the things you can @code{show}, by using the
1551related command @code{set}; for example, you can control what number
1552system is used for displays with @code{set radix}, or simply inquire
1553which is currently in use with @code{show radix}.
1554
1555@kindex info set
1556To display all the settable parameters and their current
1557values, you can use @code{show} with no arguments; you may also use
1558@code{info set}. Both commands produce the same display.
1559@c FIXME: "info set" violates the rule that "info" is for state of
1560@c FIXME...program. Ck w/ GNU: "info set" to be called something else,
1561@c FIXME...or change desc of rule---eg "state of prog and debugging session"?
1562@end table
1563@c @end group
1564
1565Here are three miscellaneous @code{show} subcommands, all of which are
1566exceptional in lacking corresponding @code{set} commands:
1567
1568@table @code
1569@kindex show version
1570@cindex version number
1571@item show version
1572Show what version of @value{GDBN} is running. You should include this
2df3850c
JM
1573information in @value{GDBN} bug-reports. If multiple versions of
1574@value{GDBN} are in use at your site, you may need to determine which
1575version of @value{GDBN} you are running; as @value{GDBN} evolves, new
1576commands are introduced, and old ones may wither away. Also, many
1577system vendors ship variant versions of @value{GDBN}, and there are
96a2c332 1578variant versions of @value{GDBN} in @sc{gnu}/Linux distributions as well.
2df3850c
JM
1579The version number is the same as the one announced when you start
1580@value{GDBN}.
c906108c
SS
1581
1582@kindex show copying
1583@item show copying
1584Display information about permission for copying @value{GDBN}.
1585
1586@kindex show warranty
1587@item show warranty
2df3850c 1588Display the @sc{gnu} ``NO WARRANTY'' statement, or a warranty,
96a2c332 1589if your version of @value{GDBN} comes with one.
2df3850c 1590
c906108c
SS
1591@end table
1592
6d2ebf8b 1593@node Running
c906108c
SS
1594@chapter Running Programs Under @value{GDBN}
1595
1596When you run a program under @value{GDBN}, you must first generate
1597debugging information when you compile it.
7a292a7a
SS
1598
1599You may start @value{GDBN} with its arguments, if any, in an environment
1600of your choice. If you are doing native debugging, you may redirect
1601your program's input and output, debug an already running process, or
1602kill a child process.
c906108c
SS
1603
1604@menu
1605* Compilation:: Compiling for debugging
1606* Starting:: Starting your program
c906108c
SS
1607* Arguments:: Your program's arguments
1608* Environment:: Your program's environment
c906108c
SS
1609
1610* Working Directory:: Your program's working directory
1611* Input/Output:: Your program's input and output
1612* Attach:: Debugging an already-running process
1613* Kill Process:: Killing the child process
c906108c
SS
1614
1615* Threads:: Debugging programs with multiple threads
1616* Processes:: Debugging programs with multiple processes
1617@end menu
1618
6d2ebf8b 1619@node Compilation
c906108c
SS
1620@section Compiling for debugging
1621
1622In order to debug a program effectively, you need to generate
1623debugging information when you compile it. This debugging information
1624is stored in the object file; it describes the data type of each
1625variable or function and the correspondence between source line numbers
1626and addresses in the executable code.
1627
1628To request debugging information, specify the @samp{-g} option when you run
1629the compiler.
1630
e2e0bcd1
JB
1631Most compilers do not include information about preprocessor macros in
1632the debugging information if you specify the @option{-g} flag alone,
1633because this information is rather large. Version 3.1 of @value{NGCC},
1634the @sc{gnu} C compiler, provides macro information if you specify the
1635options @option{-gdwarf-2} and @option{-g3}; the former option requests
1636debugging information in the Dwarf 2 format, and the latter requests
1637``extra information''. In the future, we hope to find more compact ways
1638to represent macro information, so that it can be included with
1639@option{-g} alone.
1640
c906108c
SS
1641Many C compilers are unable to handle the @samp{-g} and @samp{-O}
1642options together. Using those compilers, you cannot generate optimized
1643executables containing debugging information.
1644
53a5351d
JM
1645@value{NGCC}, the @sc{gnu} C compiler, supports @samp{-g} with or
1646without @samp{-O}, making it possible to debug optimized code. We
1647recommend that you @emph{always} use @samp{-g} whenever you compile a
1648program. You may think your program is correct, but there is no sense
1649in pushing your luck.
c906108c
SS
1650
1651@cindex optimized code, debugging
1652@cindex debugging optimized code
1653When you debug a program compiled with @samp{-g -O}, remember that the
1654optimizer is rearranging your code; the debugger shows you what is
1655really there. Do not be too surprised when the execution path does not
1656exactly match your source file! An extreme example: if you define a
1657variable, but never use it, @value{GDBN} never sees that
1658variable---because the compiler optimizes it out of existence.
1659
1660Some things do not work as well with @samp{-g -O} as with just
1661@samp{-g}, particularly on machines with instruction scheduling. If in
1662doubt, recompile with @samp{-g} alone, and if this fixes the problem,
1663please report it to us as a bug (including a test case!).
15387254 1664@xref{Variables}, for more information about debugging optimized code.
c906108c
SS
1665
1666Older versions of the @sc{gnu} C compiler permitted a variant option
1667@w{@samp{-gg}} for debugging information. @value{GDBN} no longer supports this
1668format; if your @sc{gnu} C compiler has this option, do not use it.
1669
1670@need 2000
6d2ebf8b 1671@node Starting
c906108c
SS
1672@section Starting your program
1673@cindex starting
1674@cindex running
1675
1676@table @code
1677@kindex run
41afff9a 1678@kindex r @r{(@code{run})}
c906108c
SS
1679@item run
1680@itemx r
7a292a7a
SS
1681Use the @code{run} command to start your program under @value{GDBN}.
1682You must first specify the program name (except on VxWorks) with an
1683argument to @value{GDBN} (@pxref{Invocation, ,Getting In and Out of
1684@value{GDBN}}), or by using the @code{file} or @code{exec-file} command
1685(@pxref{Files, ,Commands to specify files}).
c906108c
SS
1686
1687@end table
1688
c906108c
SS
1689If you are running your program in an execution environment that
1690supports processes, @code{run} creates an inferior process and makes
1691that process run your program. (In environments without processes,
1692@code{run} jumps to the start of your program.)
1693
1694The execution of a program is affected by certain information it
1695receives from its superior. @value{GDBN} provides ways to specify this
1696information, which you must do @emph{before} starting your program. (You
1697can change it after starting your program, but such changes only affect
1698your program the next time you start it.) This information may be
1699divided into four categories:
1700
1701@table @asis
1702@item The @emph{arguments.}
1703Specify the arguments to give your program as the arguments of the
1704@code{run} command. If a shell is available on your target, the shell
1705is used to pass the arguments, so that you may use normal conventions
1706(such as wildcard expansion or variable substitution) in describing
1707the arguments.
1708In Unix systems, you can control which shell is used with the
1709@code{SHELL} environment variable.
1710@xref{Arguments, ,Your program's arguments}.
1711
1712@item The @emph{environment.}
1713Your program normally inherits its environment from @value{GDBN}, but you can
1714use the @value{GDBN} commands @code{set environment} and @code{unset
1715environment} to change parts of the environment that affect
1716your program. @xref{Environment, ,Your program's environment}.
1717
1718@item The @emph{working directory.}
1719Your program inherits its working directory from @value{GDBN}. You can set
1720the @value{GDBN} working directory with the @code{cd} command in @value{GDBN}.
1721@xref{Working Directory, ,Your program's working directory}.
1722
1723@item The @emph{standard input and output.}
1724Your program normally uses the same device for standard input and
1725standard output as @value{GDBN} is using. You can redirect input and output
1726in the @code{run} command line, or you can use the @code{tty} command to
1727set a different device for your program.
1728@xref{Input/Output, ,Your program's input and output}.
1729
1730@cindex pipes
1731@emph{Warning:} While input and output redirection work, you cannot use
1732pipes to pass the output of the program you are debugging to another
1733program; if you attempt this, @value{GDBN} is likely to wind up debugging the
1734wrong program.
1735@end table
c906108c
SS
1736
1737When you issue the @code{run} command, your program begins to execute
1738immediately. @xref{Stopping, ,Stopping and continuing}, for discussion
1739of how to arrange for your program to stop. Once your program has
1740stopped, you may call functions in your program, using the @code{print}
1741or @code{call} commands. @xref{Data, ,Examining Data}.
1742
1743If the modification time of your symbol file has changed since the last
1744time @value{GDBN} read its symbols, @value{GDBN} discards its symbol
1745table, and reads it again. When it does this, @value{GDBN} tries to retain
1746your current breakpoints.
1747
4e8b0763
JB
1748@table @code
1749@kindex start
1750@item start
1751@cindex run to main procedure
1752The name of the main procedure can vary from language to language.
1753With C or C@t{++}, the main procedure name is always @code{main}, but
1754other languages such as Ada do not require a specific name for their
1755main procedure. The debugger provides a convenient way to start the
1756execution of the program and to stop at the beginning of the main
1757procedure, depending on the language used.
1758
1759The @samp{start} command does the equivalent of setting a temporary
1760breakpoint at the beginning of the main procedure and then invoking
1761the @samp{run} command.
1762
f018e82f
EZ
1763@cindex elaboration phase
1764Some programs contain an @dfn{elaboration} phase where some startup code is
1765executed before the main procedure is called. This depends on the
1766languages used to write your program. In C@t{++}, for instance,
4e8b0763
JB
1767constructors for static and global objects are executed before
1768@code{main} is called. It is therefore possible that the debugger stops
1769before reaching the main procedure. However, the temporary breakpoint
1770will remain to halt execution.
1771
1772Specify the arguments to give to your program as arguments to the
1773@samp{start} command. These arguments will be given verbatim to the
1774underlying @samp{run} command. Note that the same arguments will be
1775reused if no argument is provided during subsequent calls to
1776@samp{start} or @samp{run}.
1777
1778It is sometimes necessary to debug the program during elaboration. In
1779these cases, using the @code{start} command would stop the execution of
1780your program too late, as the program would have already completed the
1781elaboration phase. Under these circumstances, insert breakpoints in your
1782elaboration code before running your program.
1783@end table
1784
6d2ebf8b 1785@node Arguments
c906108c
SS
1786@section Your program's arguments
1787
1788@cindex arguments (to your program)
1789The arguments to your program can be specified by the arguments of the
5d161b24 1790@code{run} command.
c906108c
SS
1791They are passed to a shell, which expands wildcard characters and
1792performs redirection of I/O, and thence to your program. Your
1793@code{SHELL} environment variable (if it exists) specifies what shell
1794@value{GDBN} uses. If you do not define @code{SHELL}, @value{GDBN} uses
d4f3574e
SS
1795the default shell (@file{/bin/sh} on Unix).
1796
1797On non-Unix systems, the program is usually invoked directly by
1798@value{GDBN}, which emulates I/O redirection via the appropriate system
1799calls, and the wildcard characters are expanded by the startup code of
1800the program, not by the shell.
c906108c
SS
1801
1802@code{run} with no arguments uses the same arguments used by the previous
1803@code{run}, or those set by the @code{set args} command.
1804
c906108c 1805@table @code
41afff9a 1806@kindex set args
c906108c
SS
1807@item set args
1808Specify the arguments to be used the next time your program is run. If
1809@code{set args} has no arguments, @code{run} executes your program
1810with no arguments. Once you have run your program with arguments,
1811using @code{set args} before the next @code{run} is the only way to run
1812it again without arguments.
1813
1814@kindex show args
1815@item show args
1816Show the arguments to give your program when it is started.
1817@end table
1818
6d2ebf8b 1819@node Environment
c906108c
SS
1820@section Your program's environment
1821
1822@cindex environment (of your program)
1823The @dfn{environment} consists of a set of environment variables and
1824their values. Environment variables conventionally record such things as
1825your user name, your home directory, your terminal type, and your search
1826path for programs to run. Usually you set up environment variables with
1827the shell and they are inherited by all the other programs you run. When
1828debugging, it can be useful to try running your program with a modified
1829environment without having to start @value{GDBN} over again.
1830
1831@table @code
1832@kindex path
1833@item path @var{directory}
1834Add @var{directory} to the front of the @code{PATH} environment variable
17cc6a06
EZ
1835(the search path for executables) that will be passed to your program.
1836The value of @code{PATH} used by @value{GDBN} does not change.
d4f3574e
SS
1837You may specify several directory names, separated by whitespace or by a
1838system-dependent separator character (@samp{:} on Unix, @samp{;} on
1839MS-DOS and MS-Windows). If @var{directory} is already in the path, it
1840is moved to the front, so it is searched sooner.
c906108c
SS
1841
1842You can use the string @samp{$cwd} to refer to whatever is the current
1843working directory at the time @value{GDBN} searches the path. If you
1844use @samp{.} instead, it refers to the directory where you executed the
1845@code{path} command. @value{GDBN} replaces @samp{.} in the
1846@var{directory} argument (with the current path) before adding
1847@var{directory} to the search path.
1848@c 'path' is explicitly nonrepeatable, but RMS points out it is silly to
1849@c document that, since repeating it would be a no-op.
1850
1851@kindex show paths
1852@item show paths
1853Display the list of search paths for executables (the @code{PATH}
1854environment variable).
1855
1856@kindex show environment
1857@item show environment @r{[}@var{varname}@r{]}
1858Print the value of environment variable @var{varname} to be given to
1859your program when it starts. If you do not supply @var{varname},
1860print the names and values of all environment variables to be given to
1861your program. You can abbreviate @code{environment} as @code{env}.
1862
1863@kindex set environment
53a5351d 1864@item set environment @var{varname} @r{[}=@var{value}@r{]}
c906108c
SS
1865Set environment variable @var{varname} to @var{value}. The value
1866changes for your program only, not for @value{GDBN} itself. @var{value} may
1867be any string; the values of environment variables are just strings, and
1868any interpretation is supplied by your program itself. The @var{value}
1869parameter is optional; if it is eliminated, the variable is set to a
1870null value.
1871@c "any string" here does not include leading, trailing
1872@c blanks. Gnu asks: does anyone care?
1873
1874For example, this command:
1875
474c8240 1876@smallexample
c906108c 1877set env USER = foo
474c8240 1878@end smallexample
c906108c
SS
1879
1880@noindent
d4f3574e 1881tells the debugged program, when subsequently run, that its user is named
c906108c
SS
1882@samp{foo}. (The spaces around @samp{=} are used for clarity here; they
1883are not actually required.)
1884
1885@kindex unset environment
1886@item unset environment @var{varname}
1887Remove variable @var{varname} from the environment to be passed to your
1888program. This is different from @samp{set env @var{varname} =};
1889@code{unset environment} removes the variable from the environment,
1890rather than assigning it an empty value.
1891@end table
1892
d4f3574e
SS
1893@emph{Warning:} On Unix systems, @value{GDBN} runs your program using
1894the shell indicated
c906108c
SS
1895by your @code{SHELL} environment variable if it exists (or
1896@code{/bin/sh} if not). If your @code{SHELL} variable names a shell
1897that runs an initialization file---such as @file{.cshrc} for C-shell, or
1898@file{.bashrc} for BASH---any variables you set in that file affect
1899your program. You may wish to move setting of environment variables to
1900files that are only run when you sign on, such as @file{.login} or
1901@file{.profile}.
1902
6d2ebf8b 1903@node Working Directory
c906108c
SS
1904@section Your program's working directory
1905
1906@cindex working directory (of your program)
1907Each time you start your program with @code{run}, it inherits its
1908working directory from the current working directory of @value{GDBN}.
1909The @value{GDBN} working directory is initially whatever it inherited
1910from its parent process (typically the shell), but you can specify a new
1911working directory in @value{GDBN} with the @code{cd} command.
1912
1913The @value{GDBN} working directory also serves as a default for the commands
1914that specify files for @value{GDBN} to operate on. @xref{Files, ,Commands to
1915specify files}.
1916
1917@table @code
1918@kindex cd
1919@item cd @var{directory}
1920Set the @value{GDBN} working directory to @var{directory}.
1921
1922@kindex pwd
1923@item pwd
1924Print the @value{GDBN} working directory.
1925@end table
1926
60bf7e09
EZ
1927It is generally impossible to find the current working directory of
1928the process being debugged (since a program can change its directory
1929during its run). If you work on a system where @value{GDBN} is
1930configured with the @file{/proc} support, you can use the @code{info
1931proc} command (@pxref{SVR4 Process Information}) to find out the
1932current working directory of the debuggee.
1933
6d2ebf8b 1934@node Input/Output
c906108c
SS
1935@section Your program's input and output
1936
1937@cindex redirection
1938@cindex i/o
1939@cindex terminal
1940By default, the program you run under @value{GDBN} does input and output to
5d161b24 1941the same terminal that @value{GDBN} uses. @value{GDBN} switches the terminal
c906108c
SS
1942to its own terminal modes to interact with you, but it records the terminal
1943modes your program was using and switches back to them when you continue
1944running your program.
1945
1946@table @code
1947@kindex info terminal
1948@item info terminal
1949Displays information recorded by @value{GDBN} about the terminal modes your
1950program is using.
1951@end table
1952
1953You can redirect your program's input and/or output using shell
1954redirection with the @code{run} command. For example,
1955
474c8240 1956@smallexample
c906108c 1957run > outfile
474c8240 1958@end smallexample
c906108c
SS
1959
1960@noindent
1961starts your program, diverting its output to the file @file{outfile}.
1962
1963@kindex tty
1964@cindex controlling terminal
1965Another way to specify where your program should do input and output is
1966with the @code{tty} command. This command accepts a file name as
1967argument, and causes this file to be the default for future @code{run}
1968commands. It also resets the controlling terminal for the child
1969process, for future @code{run} commands. For example,
1970
474c8240 1971@smallexample
c906108c 1972tty /dev/ttyb
474c8240 1973@end smallexample
c906108c
SS
1974
1975@noindent
1976directs that processes started with subsequent @code{run} commands
1977default to do input and output on the terminal @file{/dev/ttyb} and have
1978that as their controlling terminal.
1979
1980An explicit redirection in @code{run} overrides the @code{tty} command's
1981effect on the input/output device, but not its effect on the controlling
1982terminal.
1983
1984When you use the @code{tty} command or redirect input in the @code{run}
1985command, only the input @emph{for your program} is affected. The input
1986for @value{GDBN} still comes from your terminal.
1987
6d2ebf8b 1988@node Attach
c906108c
SS
1989@section Debugging an already-running process
1990@kindex attach
1991@cindex attach
1992
1993@table @code
1994@item attach @var{process-id}
1995This command attaches to a running process---one that was started
1996outside @value{GDBN}. (@code{info files} shows your active
1997targets.) The command takes as argument a process ID. The usual way to
1998find out the process-id of a Unix process is with the @code{ps} utility,
1999or with the @samp{jobs -l} shell command.
2000
2001@code{attach} does not repeat if you press @key{RET} a second time after
2002executing the command.
2003@end table
2004
2005To use @code{attach}, your program must be running in an environment
2006which supports processes; for example, @code{attach} does not work for
2007programs on bare-board targets that lack an operating system. You must
2008also have permission to send the process a signal.
2009
2010When you use @code{attach}, the debugger finds the program running in
2011the process first by looking in the current working directory, then (if
2012the program is not found) by using the source file search path
2013(@pxref{Source Path, ,Specifying source directories}). You can also use
2014the @code{file} command to load the program. @xref{Files, ,Commands to
2015Specify Files}.
2016
2017The first thing @value{GDBN} does after arranging to debug the specified
2018process is to stop it. You can examine and modify an attached process
53a5351d
JM
2019with all the @value{GDBN} commands that are ordinarily available when
2020you start processes with @code{run}. You can insert breakpoints; you
2021can step and continue; you can modify storage. If you would rather the
2022process continue running, you may use the @code{continue} command after
c906108c
SS
2023attaching @value{GDBN} to the process.
2024
2025@table @code
2026@kindex detach
2027@item detach
2028When you have finished debugging the attached process, you can use the
2029@code{detach} command to release it from @value{GDBN} control. Detaching
2030the process continues its execution. After the @code{detach} command,
2031that process and @value{GDBN} become completely independent once more, and you
2032are ready to @code{attach} another process or start one with @code{run}.
2033@code{detach} does not repeat if you press @key{RET} again after
2034executing the command.
2035@end table
2036
2037If you exit @value{GDBN} or use the @code{run} command while you have an
2038attached process, you kill that process. By default, @value{GDBN} asks
2039for confirmation if you try to do either of these things; you can
2040control whether or not you need to confirm by using the @code{set
2041confirm} command (@pxref{Messages/Warnings, ,Optional warnings and
2042messages}).
2043
6d2ebf8b 2044@node Kill Process
c906108c 2045@section Killing the child process
c906108c
SS
2046
2047@table @code
2048@kindex kill
2049@item kill
2050Kill the child process in which your program is running under @value{GDBN}.
2051@end table
2052
2053This command is useful if you wish to debug a core dump instead of a
2054running process. @value{GDBN} ignores any core dump file while your program
2055is running.
2056
2057On some operating systems, a program cannot be executed outside @value{GDBN}
2058while you have breakpoints set on it inside @value{GDBN}. You can use the
2059@code{kill} command in this situation to permit running your program
2060outside the debugger.
2061
2062The @code{kill} command is also useful if you wish to recompile and
2063relink your program, since on many systems it is impossible to modify an
2064executable file while it is running in a process. In this case, when you
2065next type @code{run}, @value{GDBN} notices that the file has changed, and
2066reads the symbol table again (while trying to preserve your current
2067breakpoint settings).
2068
6d2ebf8b 2069@node Threads
c906108c 2070@section Debugging programs with multiple threads
c906108c
SS
2071
2072@cindex threads of execution
2073@cindex multiple threads
2074@cindex switching threads
2075In some operating systems, such as HP-UX and Solaris, a single program
2076may have more than one @dfn{thread} of execution. The precise semantics
2077of threads differ from one operating system to another, but in general
2078the threads of a single program are akin to multiple processes---except
2079that they share one address space (that is, they can all examine and
2080modify the same variables). On the other hand, each thread has its own
2081registers and execution stack, and perhaps private memory.
2082
2083@value{GDBN} provides these facilities for debugging multi-thread
2084programs:
2085
2086@itemize @bullet
2087@item automatic notification of new threads
2088@item @samp{thread @var{threadno}}, a command to switch among threads
2089@item @samp{info threads}, a command to inquire about existing threads
5d161b24 2090@item @samp{thread apply [@var{threadno}] [@var{all}] @var{args}},
c906108c
SS
2091a command to apply a command to a list of threads
2092@item thread-specific breakpoints
2093@end itemize
2094
c906108c
SS
2095@quotation
2096@emph{Warning:} These facilities are not yet available on every
2097@value{GDBN} configuration where the operating system supports threads.
2098If your @value{GDBN} does not support threads, these commands have no
2099effect. For example, a system without thread support shows no output
2100from @samp{info threads}, and always rejects the @code{thread} command,
2101like this:
2102
2103@smallexample
2104(@value{GDBP}) info threads
2105(@value{GDBP}) thread 1
2106Thread ID 1 not known. Use the "info threads" command to
2107see the IDs of currently known threads.
2108@end smallexample
2109@c FIXME to implementors: how hard would it be to say "sorry, this GDB
2110@c doesn't support threads"?
2111@end quotation
c906108c
SS
2112
2113@cindex focus of debugging
2114@cindex current thread
2115The @value{GDBN} thread debugging facility allows you to observe all
2116threads while your program runs---but whenever @value{GDBN} takes
2117control, one thread in particular is always the focus of debugging.
2118This thread is called the @dfn{current thread}. Debugging commands show
2119program information from the perspective of the current thread.
2120
41afff9a 2121@cindex @code{New} @var{systag} message
c906108c
SS
2122@cindex thread identifier (system)
2123@c FIXME-implementors!! It would be more helpful if the [New...] message
2124@c included GDB's numeric thread handle, so you could just go to that
2125@c thread without first checking `info threads'.
2126Whenever @value{GDBN} detects a new thread in your program, it displays
2127the target system's identification for the thread with a message in the
2128form @samp{[New @var{systag}]}. @var{systag} is a thread identifier
2129whose form varies depending on the particular system. For example, on
2130LynxOS, you might see
2131
474c8240 2132@smallexample
c906108c 2133[New process 35 thread 27]
474c8240 2134@end smallexample
c906108c
SS
2135
2136@noindent
2137when @value{GDBN} notices a new thread. In contrast, on an SGI system,
2138the @var{systag} is simply something like @samp{process 368}, with no
2139further qualifier.
2140
2141@c FIXME!! (1) Does the [New...] message appear even for the very first
2142@c thread of a program, or does it only appear for the
6ca652b0 2143@c second---i.e.@: when it becomes obvious we have a multithread
c906108c
SS
2144@c program?
2145@c (2) *Is* there necessarily a first thread always? Or do some
2146@c multithread systems permit starting a program with multiple
5d161b24 2147@c threads ab initio?
c906108c
SS
2148
2149@cindex thread number
2150@cindex thread identifier (GDB)
2151For debugging purposes, @value{GDBN} associates its own thread
2152number---always a single integer---with each thread in your program.
2153
2154@table @code
2155@kindex info threads
2156@item info threads
2157Display a summary of all threads currently in your
2158program. @value{GDBN} displays for each thread (in this order):
2159
2160@enumerate
2161@item the thread number assigned by @value{GDBN}
2162
2163@item the target system's thread identifier (@var{systag})
2164
2165@item the current stack frame summary for that thread
2166@end enumerate
2167
2168@noindent
2169An asterisk @samp{*} to the left of the @value{GDBN} thread number
2170indicates the current thread.
2171
5d161b24 2172For example,
c906108c
SS
2173@end table
2174@c end table here to get a little more width for example
2175
2176@smallexample
2177(@value{GDBP}) info threads
2178 3 process 35 thread 27 0x34e5 in sigpause ()
2179 2 process 35 thread 23 0x34e5 in sigpause ()
2180* 1 process 35 thread 13 main (argc=1, argv=0x7ffffff8)
2181 at threadtest.c:68
2182@end smallexample
53a5351d
JM
2183
2184On HP-UX systems:
c906108c 2185
4644b6e3
EZ
2186@cindex debugging multithreaded programs (on HP-UX)
2187@cindex thread identifier (GDB), on HP-UX
c906108c
SS
2188For debugging purposes, @value{GDBN} associates its own thread
2189number---a small integer assigned in thread-creation order---with each
2190thread in your program.
2191
41afff9a
EZ
2192@cindex @code{New} @var{systag} message, on HP-UX
2193@cindex thread identifier (system), on HP-UX
c906108c
SS
2194@c FIXME-implementors!! It would be more helpful if the [New...] message
2195@c included GDB's numeric thread handle, so you could just go to that
2196@c thread without first checking `info threads'.
2197Whenever @value{GDBN} detects a new thread in your program, it displays
2198both @value{GDBN}'s thread number and the target system's identification for the thread with a message in the
2199form @samp{[New @var{systag}]}. @var{systag} is a thread identifier
2200whose form varies depending on the particular system. For example, on
2201HP-UX, you see
2202
474c8240 2203@smallexample
c906108c 2204[New thread 2 (system thread 26594)]
474c8240 2205@end smallexample
c906108c
SS
2206
2207@noindent
5d161b24 2208when @value{GDBN} notices a new thread.
c906108c
SS
2209
2210@table @code
4644b6e3 2211@kindex info threads (HP-UX)
c906108c
SS
2212@item info threads
2213Display a summary of all threads currently in your
2214program. @value{GDBN} displays for each thread (in this order):
2215
2216@enumerate
2217@item the thread number assigned by @value{GDBN}
2218
2219@item the target system's thread identifier (@var{systag})
2220
2221@item the current stack frame summary for that thread
2222@end enumerate
2223
2224@noindent
2225An asterisk @samp{*} to the left of the @value{GDBN} thread number
2226indicates the current thread.
2227
5d161b24 2228For example,
c906108c
SS
2229@end table
2230@c end table here to get a little more width for example
2231
474c8240 2232@smallexample
c906108c 2233(@value{GDBP}) info threads
6d2ebf8b
SS
2234 * 3 system thread 26607 worker (wptr=0x7b09c318 "@@") \@*
2235 at quicksort.c:137
2236 2 system thread 26606 0x7b0030d8 in __ksleep () \@*
2237 from /usr/lib/libc.2
2238 1 system thread 27905 0x7b003498 in _brk () \@*
2239 from /usr/lib/libc.2
474c8240 2240@end smallexample
c906108c
SS
2241
2242@table @code
2243@kindex thread @var{threadno}
2244@item thread @var{threadno}
2245Make thread number @var{threadno} the current thread. The command
2246argument @var{threadno} is the internal @value{GDBN} thread number, as
2247shown in the first field of the @samp{info threads} display.
2248@value{GDBN} responds by displaying the system identifier of the thread
2249you selected, and its current stack frame summary:
2250
2251@smallexample
2252@c FIXME!! This example made up; find a @value{GDBN} w/threads and get real one
2253(@value{GDBP}) thread 2
c906108c 2254[Switching to process 35 thread 23]
c906108c
SS
22550x34e5 in sigpause ()
2256@end smallexample
2257
2258@noindent
2259As with the @samp{[New @dots{}]} message, the form of the text after
2260@samp{Switching to} depends on your system's conventions for identifying
5d161b24 2261threads.
c906108c 2262
c906108c
SS
2263@item thread apply [@var{threadno}] [@var{all}] @var{args}
2264The @code{thread apply} command allows you to apply a command to one or
2265more threads. Specify the numbers of the threads that you want affected
2266with the command argument @var{threadno}. @var{threadno} is the internal
2267@value{GDBN} thread number, as shown in the first field of the @samp{info
5d161b24
DB
2268threads} display. To apply a command to all threads, use
2269@code{thread apply all} @var{args}.
c906108c
SS
2270@end table
2271
2272@cindex automatic thread selection
2273@cindex switching threads automatically
2274@cindex threads, automatic switching
2275Whenever @value{GDBN} stops your program, due to a breakpoint or a
2276signal, it automatically selects the thread where that breakpoint or
2277signal happened. @value{GDBN} alerts you to the context switch with a
2278message of the form @samp{[Switching to @var{systag}]} to identify the
2279thread.
2280
2281@xref{Thread Stops,,Stopping and starting multi-thread programs}, for
2282more information about how @value{GDBN} behaves when you stop and start
2283programs with multiple threads.
2284
2285@xref{Set Watchpoints,,Setting watchpoints}, for information about
2286watchpoints in programs with multiple threads.
c906108c 2287
6d2ebf8b 2288@node Processes
c906108c
SS
2289@section Debugging programs with multiple processes
2290
2291@cindex fork, debugging programs which call
2292@cindex multiple processes
2293@cindex processes, multiple
53a5351d
JM
2294On most systems, @value{GDBN} has no special support for debugging
2295programs which create additional processes using the @code{fork}
2296function. When a program forks, @value{GDBN} will continue to debug the
2297parent process and the child process will run unimpeded. If you have
2298set a breakpoint in any code which the child then executes, the child
2299will get a @code{SIGTRAP} signal which (unless it catches the signal)
2300will cause it to terminate.
c906108c
SS
2301
2302However, if you want to debug the child process there is a workaround
2303which isn't too painful. Put a call to @code{sleep} in the code which
2304the child process executes after the fork. It may be useful to sleep
2305only if a certain environment variable is set, or a certain file exists,
2306so that the delay need not occur when you don't want to run @value{GDBN}
2307on the child. While the child is sleeping, use the @code{ps} program to
2308get its process ID. Then tell @value{GDBN} (a new invocation of
2309@value{GDBN} if you are also debugging the parent process) to attach to
d4f3574e 2310the child process (@pxref{Attach}). From that point on you can debug
c906108c 2311the child process just like any other process which you attached to.
c906108c 2312
b51970ac
DJ
2313On some systems, @value{GDBN} provides support for debugging programs that
2314create additional processes using the @code{fork} or @code{vfork} functions.
2315Currently, the only platforms with this feature are HP-UX (11.x and later
2316only?) and GNU/Linux (kernel version 2.5.60 and later).
c906108c
SS
2317
2318By default, when a program forks, @value{GDBN} will continue to debug
2319the parent process and the child process will run unimpeded.
2320
2321If you want to follow the child process instead of the parent process,
2322use the command @w{@code{set follow-fork-mode}}.
2323
2324@table @code
2325@kindex set follow-fork-mode
2326@item set follow-fork-mode @var{mode}
2327Set the debugger response to a program call of @code{fork} or
2328@code{vfork}. A call to @code{fork} or @code{vfork} creates a new
2329process. The @var{mode} can be:
2330
2331@table @code
2332@item parent
2333The original process is debugged after a fork. The child process runs
2df3850c 2334unimpeded. This is the default.
c906108c
SS
2335
2336@item child
2337The new process is debugged after a fork. The parent process runs
2338unimpeded.
2339
c906108c
SS
2340@end table
2341
2342@item show follow-fork-mode
2df3850c 2343Display the current debugger response to a @code{fork} or @code{vfork} call.
c906108c
SS
2344@end table
2345
2346If you ask to debug a child process and a @code{vfork} is followed by an
2347@code{exec}, @value{GDBN} executes the new target up to the first
2348breakpoint in the new target. If you have a breakpoint set on
2349@code{main} in your original program, the breakpoint will also be set on
2350the child process's @code{main}.
2351
2352When a child process is spawned by @code{vfork}, you cannot debug the
2353child or parent until an @code{exec} call completes.
2354
2355If you issue a @code{run} command to @value{GDBN} after an @code{exec}
2356call executes, the new target restarts. To restart the parent process,
2357use the @code{file} command with the parent executable name as its
2358argument.
2359
2360You can use the @code{catch} command to make @value{GDBN} stop whenever
2361a @code{fork}, @code{vfork}, or @code{exec} call is made. @xref{Set
2362Catchpoints, ,Setting catchpoints}.
c906108c 2363
6d2ebf8b 2364@node Stopping
c906108c
SS
2365@chapter Stopping and Continuing
2366
2367The principal purposes of using a debugger are so that you can stop your
2368program before it terminates; or so that, if your program runs into
2369trouble, you can investigate and find out why.
2370
7a292a7a
SS
2371Inside @value{GDBN}, your program may stop for any of several reasons,
2372such as a signal, a breakpoint, or reaching a new line after a
2373@value{GDBN} command such as @code{step}. You may then examine and
2374change variables, set new breakpoints or remove old ones, and then
2375continue execution. Usually, the messages shown by @value{GDBN} provide
2376ample explanation of the status of your program---but you can also
2377explicitly request this information at any time.
c906108c
SS
2378
2379@table @code
2380@kindex info program
2381@item info program
2382Display information about the status of your program: whether it is
7a292a7a 2383running or not, what process it is, and why it stopped.
c906108c
SS
2384@end table
2385
2386@menu
2387* Breakpoints:: Breakpoints, watchpoints, and catchpoints
2388* Continuing and Stepping:: Resuming execution
c906108c 2389* Signals:: Signals
c906108c 2390* Thread Stops:: Stopping and starting multi-thread programs
c906108c
SS
2391@end menu
2392
6d2ebf8b 2393@node Breakpoints
c906108c
SS
2394@section Breakpoints, watchpoints, and catchpoints
2395
2396@cindex breakpoints
2397A @dfn{breakpoint} makes your program stop whenever a certain point in
2398the program is reached. For each breakpoint, you can add conditions to
2399control in finer detail whether your program stops. You can set
2400breakpoints with the @code{break} command and its variants (@pxref{Set
2401Breaks, ,Setting breakpoints}), to specify the place where your program
2402should stop by line number, function name or exact address in the
2403program.
2404
2405In HP-UX, SunOS 4.x, SVR4, and Alpha OSF/1 configurations, you can set
2406breakpoints in shared libraries before the executable is run. There is
2407a minor limitation on HP-UX systems: you must wait until the executable
2408is run in order to set breakpoints in shared library routines that are
2409not called directly by the program (for example, routines that are
2410arguments in a @code{pthread_create} call).
2411
2412@cindex watchpoints
2413@cindex memory tracing
2414@cindex breakpoint on memory address
2415@cindex breakpoint on variable modification
2416A @dfn{watchpoint} is a special breakpoint that stops your program
2417when the value of an expression changes. You must use a different
2418command to set watchpoints (@pxref{Set Watchpoints, ,Setting
2419watchpoints}), but aside from that, you can manage a watchpoint like
2420any other breakpoint: you enable, disable, and delete both breakpoints
2421and watchpoints using the same commands.
2422
2423You can arrange to have values from your program displayed automatically
2424whenever @value{GDBN} stops at a breakpoint. @xref{Auto Display,,
2425Automatic display}.
2426
2427@cindex catchpoints
2428@cindex breakpoint on events
2429A @dfn{catchpoint} is another special breakpoint that stops your program
b37052ae 2430when a certain kind of event occurs, such as the throwing of a C@t{++}
c906108c
SS
2431exception or the loading of a library. As with watchpoints, you use a
2432different command to set a catchpoint (@pxref{Set Catchpoints, ,Setting
2433catchpoints}), but aside from that, you can manage a catchpoint like any
2434other breakpoint. (To stop when your program receives a signal, use the
d4f3574e 2435@code{handle} command; see @ref{Signals, ,Signals}.)
c906108c
SS
2436
2437@cindex breakpoint numbers
2438@cindex numbers for breakpoints
2439@value{GDBN} assigns a number to each breakpoint, watchpoint, or
2440catchpoint when you create it; these numbers are successive integers
2441starting with one. In many of the commands for controlling various
2442features of breakpoints you use the breakpoint number to say which
2443breakpoint you want to change. Each breakpoint may be @dfn{enabled} or
2444@dfn{disabled}; if disabled, it has no effect on your program until you
2445enable it again.
2446
c5394b80
JM
2447@cindex breakpoint ranges
2448@cindex ranges of breakpoints
2449Some @value{GDBN} commands accept a range of breakpoints on which to
2450operate. A breakpoint range is either a single breakpoint number, like
2451@samp{5}, or two such numbers, in increasing order, separated by a
2452hyphen, like @samp{5-7}. When a breakpoint range is given to a command,
2453all breakpoint in that range are operated on.
2454
c906108c
SS
2455@menu
2456* Set Breaks:: Setting breakpoints
2457* Set Watchpoints:: Setting watchpoints
2458* Set Catchpoints:: Setting catchpoints
2459* Delete Breaks:: Deleting breakpoints
2460* Disabling:: Disabling breakpoints
2461* Conditions:: Break conditions
2462* Break Commands:: Breakpoint command lists
c906108c 2463* Breakpoint Menus:: Breakpoint menus
d4f3574e 2464* Error in Breakpoints:: ``Cannot insert breakpoints''
e4d5f7e1 2465* Breakpoint related warnings:: ``Breakpoint address adjusted...''
c906108c
SS
2466@end menu
2467
6d2ebf8b 2468@node Set Breaks
c906108c
SS
2469@subsection Setting breakpoints
2470
5d161b24 2471@c FIXME LMB what does GDB do if no code on line of breakpt?
c906108c
SS
2472@c consider in particular declaration with/without initialization.
2473@c
2474@c FIXME 2 is there stuff on this already? break at fun start, already init?
2475
2476@kindex break
41afff9a
EZ
2477@kindex b @r{(@code{break})}
2478@vindex $bpnum@r{, convenience variable}
c906108c
SS
2479@cindex latest breakpoint
2480Breakpoints are set with the @code{break} command (abbreviated
5d161b24 2481@code{b}). The debugger convenience variable @samp{$bpnum} records the
f3b28801 2482number of the breakpoint you've set most recently; see @ref{Convenience
c906108c
SS
2483Vars,, Convenience variables}, for a discussion of what you can do with
2484convenience variables.
2485
2486You have several ways to say where the breakpoint should go.
2487
2488@table @code
2489@item break @var{function}
5d161b24 2490Set a breakpoint at entry to function @var{function}.
c906108c 2491When using source languages that permit overloading of symbols, such as
b37052ae 2492C@t{++}, @var{function} may refer to more than one possible place to break.
c906108c 2493@xref{Breakpoint Menus,,Breakpoint menus}, for a discussion of that situation.
c906108c
SS
2494
2495@item break +@var{offset}
2496@itemx break -@var{offset}
2497Set a breakpoint some number of lines forward or back from the position
d4f3574e 2498at which execution stopped in the currently selected @dfn{stack frame}.
2df3850c 2499(@xref{Frames, ,Frames}, for a description of stack frames.)
c906108c
SS
2500
2501@item break @var{linenum}
2502Set a breakpoint at line @var{linenum} in the current source file.
d4f3574e
SS
2503The current source file is the last file whose source text was printed.
2504The breakpoint will stop your program just before it executes any of the
c906108c
SS
2505code on that line.
2506
2507@item break @var{filename}:@var{linenum}
2508Set a breakpoint at line @var{linenum} in source file @var{filename}.
2509
2510@item break @var{filename}:@var{function}
2511Set a breakpoint at entry to function @var{function} found in file
2512@var{filename}. Specifying a file name as well as a function name is
2513superfluous except when multiple files contain similarly named
2514functions.
2515
2516@item break *@var{address}
2517Set a breakpoint at address @var{address}. You can use this to set
2518breakpoints in parts of your program which do not have debugging
2519information or source files.
2520
2521@item break
2522When called without any arguments, @code{break} sets a breakpoint at
2523the next instruction to be executed in the selected stack frame
2524(@pxref{Stack, ,Examining the Stack}). In any selected frame but the
2525innermost, this makes your program stop as soon as control
2526returns to that frame. This is similar to the effect of a
2527@code{finish} command in the frame inside the selected frame---except
2528that @code{finish} does not leave an active breakpoint. If you use
2529@code{break} without an argument in the innermost frame, @value{GDBN} stops
2530the next time it reaches the current location; this may be useful
2531inside loops.
2532
2533@value{GDBN} normally ignores breakpoints when it resumes execution, until at
2534least one instruction has been executed. If it did not do this, you
2535would be unable to proceed past a breakpoint without first disabling the
2536breakpoint. This rule applies whether or not the breakpoint already
2537existed when your program stopped.
2538
2539@item break @dots{} if @var{cond}
2540Set a breakpoint with condition @var{cond}; evaluate the expression
2541@var{cond} each time the breakpoint is reached, and stop only if the
2542value is nonzero---that is, if @var{cond} evaluates as true.
2543@samp{@dots{}} stands for one of the possible arguments described
2544above (or no argument) specifying where to break. @xref{Conditions,
2545,Break conditions}, for more information on breakpoint conditions.
2546
2547@kindex tbreak
2548@item tbreak @var{args}
2549Set a breakpoint enabled only for one stop. @var{args} are the
2550same as for the @code{break} command, and the breakpoint is set in the same
2551way, but the breakpoint is automatically deleted after the first time your
2552program stops there. @xref{Disabling, ,Disabling breakpoints}.
2553
c906108c
SS
2554@kindex hbreak
2555@item hbreak @var{args}
d4f3574e
SS
2556Set a hardware-assisted breakpoint. @var{args} are the same as for the
2557@code{break} command and the breakpoint is set in the same way, but the
c906108c
SS
2558breakpoint requires hardware support and some target hardware may not
2559have this support. The main purpose of this is EPROM/ROM code
d4f3574e
SS
2560debugging, so you can set a breakpoint at an instruction without
2561changing the instruction. This can be used with the new trap-generation
2562provided by SPARClite DSU and some x86-based targets. These targets
2563will generate traps when a program accesses some data or instruction
2564address that is assigned to the debug registers. However the hardware
2565breakpoint registers can take a limited number of breakpoints. For
2566example, on the DSU, only two data breakpoints can be set at a time, and
2567@value{GDBN} will reject this command if more than two are used. Delete
2568or disable unused hardware breakpoints before setting new ones
2569(@pxref{Disabling, ,Disabling}). @xref{Conditions, ,Break conditions}.
501eef12
AC
2570@xref{set remote hardware-breakpoint-limit}.
2571
c906108c
SS
2572
2573@kindex thbreak
2574@item thbreak @var{args}
2575Set a hardware-assisted breakpoint enabled only for one stop. @var{args}
2576are the same as for the @code{hbreak} command and the breakpoint is set in
5d161b24 2577the same way. However, like the @code{tbreak} command,
c906108c
SS
2578the breakpoint is automatically deleted after the
2579first time your program stops there. Also, like the @code{hbreak}
5d161b24
DB
2580command, the breakpoint requires hardware support and some target hardware
2581may not have this support. @xref{Disabling, ,Disabling breakpoints}.
d4f3574e 2582See also @ref{Conditions, ,Break conditions}.
c906108c
SS
2583
2584@kindex rbreak
2585@cindex regular expression
2586@item rbreak @var{regex}
c906108c 2587Set breakpoints on all functions matching the regular expression
11cf8741
JM
2588@var{regex}. This command sets an unconditional breakpoint on all
2589matches, printing a list of all breakpoints it set. Once these
2590breakpoints are set, they are treated just like the breakpoints set with
2591the @code{break} command. You can delete them, disable them, or make
2592them conditional the same way as any other breakpoint.
2593
2594The syntax of the regular expression is the standard one used with tools
2595like @file{grep}. Note that this is different from the syntax used by
2596shells, so for instance @code{foo*} matches all functions that include
2597an @code{fo} followed by zero or more @code{o}s. There is an implicit
2598@code{.*} leading and trailing the regular expression you supply, so to
2599match only functions that begin with @code{foo}, use @code{^foo}.
c906108c 2600
f7dc1244 2601@cindex non-member C@t{++} functions, set breakpoint in
b37052ae 2602When debugging C@t{++} programs, @code{rbreak} is useful for setting
c906108c
SS
2603breakpoints on overloaded functions that are not members of any special
2604classes.
c906108c 2605
f7dc1244
EZ
2606@cindex set breakpoints on all functions
2607The @code{rbreak} command can be used to set breakpoints in
2608@strong{all} the functions in a program, like this:
2609
2610@smallexample
2611(@value{GDBP}) rbreak .
2612@end smallexample
2613
c906108c
SS
2614@kindex info breakpoints
2615@cindex @code{$_} and @code{info breakpoints}
2616@item info breakpoints @r{[}@var{n}@r{]}
2617@itemx info break @r{[}@var{n}@r{]}
2618@itemx info watchpoints @r{[}@var{n}@r{]}
2619Print a table of all breakpoints, watchpoints, and catchpoints set and
2620not deleted, with the following columns for each breakpoint:
2621
2622@table @emph
2623@item Breakpoint Numbers
2624@item Type
2625Breakpoint, watchpoint, or catchpoint.
2626@item Disposition
2627Whether the breakpoint is marked to be disabled or deleted when hit.
2628@item Enabled or Disabled
2629Enabled breakpoints are marked with @samp{y}. @samp{n} marks breakpoints
2630that are not enabled.
2631@item Address
2650777c
JJ
2632Where the breakpoint is in your program, as a memory address. If the
2633breakpoint is pending (see below for details) on a future load of a shared library, the address
2634will be listed as @samp{<PENDING>}.
c906108c
SS
2635@item What
2636Where the breakpoint is in the source for your program, as a file and
2650777c
JJ
2637line number. For a pending breakpoint, the original string passed to
2638the breakpoint command will be listed as it cannot be resolved until
2639the appropriate shared library is loaded in the future.
c906108c
SS
2640@end table
2641
2642@noindent
2643If a breakpoint is conditional, @code{info break} shows the condition on
2644the line following the affected breakpoint; breakpoint commands, if any,
2650777c
JJ
2645are listed after that. A pending breakpoint is allowed to have a condition
2646specified for it. The condition is not parsed for validity until a shared
2647library is loaded that allows the pending breakpoint to resolve to a
2648valid location.
c906108c
SS
2649
2650@noindent
2651@code{info break} with a breakpoint
2652number @var{n} as argument lists only that breakpoint. The
2653convenience variable @code{$_} and the default examining-address for
2654the @code{x} command are set to the address of the last breakpoint
5d161b24 2655listed (@pxref{Memory, ,Examining memory}).
c906108c
SS
2656
2657@noindent
2658@code{info break} displays a count of the number of times the breakpoint
2659has been hit. This is especially useful in conjunction with the
2660@code{ignore} command. You can ignore a large number of breakpoint
2661hits, look at the breakpoint info to see how many times the breakpoint
2662was hit, and then run again, ignoring one less than that number. This
2663will get you quickly to the last hit of that breakpoint.
2664@end table
2665
2666@value{GDBN} allows you to set any number of breakpoints at the same place in
2667your program. There is nothing silly or meaningless about this. When
2668the breakpoints are conditional, this is even useful
2669(@pxref{Conditions, ,Break conditions}).
2670
2650777c 2671@cindex pending breakpoints
dd79a6cf
JJ
2672If a specified breakpoint location cannot be found, it may be due to the fact
2673that the location is in a shared library that is yet to be loaded. In such
2674a case, you may want @value{GDBN} to create a special breakpoint (known as
2675a @dfn{pending breakpoint}) that
2676attempts to resolve itself in the future when an appropriate shared library
2677gets loaded.
2678
2679Pending breakpoints are useful to set at the start of your
2650777c
JJ
2680@value{GDBN} session for locations that you know will be dynamically loaded
2681later by the program being debugged. When shared libraries are loaded,
dd79a6cf
JJ
2682a check is made to see if the load resolves any pending breakpoint locations.
2683If a pending breakpoint location gets resolved,
2684a regular breakpoint is created and the original pending breakpoint is removed.
2685
2686@value{GDBN} provides some additional commands for controlling pending
2687breakpoint support:
2688
2689@kindex set breakpoint pending
2690@kindex show breakpoint pending
2691@table @code
2692@item set breakpoint pending auto
2693This is the default behavior. When @value{GDBN} cannot find the breakpoint
2694location, it queries you whether a pending breakpoint should be created.
2695
2696@item set breakpoint pending on
2697This indicates that an unrecognized breakpoint location should automatically
2698result in a pending breakpoint being created.
2699
2700@item set breakpoint pending off
2701This indicates that pending breakpoints are not to be created. Any
2702unrecognized breakpoint location results in an error. This setting does
2703not affect any pending breakpoints previously created.
2704
2705@item show breakpoint pending
2706Show the current behavior setting for creating pending breakpoints.
2707@end table
2650777c 2708
649e03f6
RM
2709@cindex operations allowed on pending breakpoints
2710Normal breakpoint operations apply to pending breakpoints as well. You may
2711specify a condition for a pending breakpoint and/or commands to run when the
2650777c
JJ
2712breakpoint is reached. You can also enable or disable
2713the pending breakpoint. When you specify a condition for a pending breakpoint,
2714the parsing of the condition will be deferred until the point where the
2715pending breakpoint location is resolved. Disabling a pending breakpoint
2716tells @value{GDBN} to not attempt to resolve the breakpoint on any subsequent
2717shared library load. When a pending breakpoint is re-enabled,
649e03f6 2718@value{GDBN} checks to see if the location is already resolved.
2650777c
JJ
2719This is done because any number of shared library loads could have
2720occurred since the time the breakpoint was disabled and one or more
2721of these loads could resolve the location.
2722
c906108c
SS
2723@cindex negative breakpoint numbers
2724@cindex internal @value{GDBN} breakpoints
eb12ee30
AC
2725@value{GDBN} itself sometimes sets breakpoints in your program for
2726special purposes, such as proper handling of @code{longjmp} (in C
2727programs). These internal breakpoints are assigned negative numbers,
2728starting with @code{-1}; @samp{info breakpoints} does not display them.
c906108c 2729You can see these breakpoints with the @value{GDBN} maintenance command
eb12ee30 2730@samp{maint info breakpoints} (@pxref{maint info breakpoints}).
c906108c
SS
2731
2732
6d2ebf8b 2733@node Set Watchpoints
c906108c
SS
2734@subsection Setting watchpoints
2735
2736@cindex setting watchpoints
2737@cindex software watchpoints
2738@cindex hardware watchpoints
2739You can use a watchpoint to stop execution whenever the value of an
2740expression changes, without having to predict a particular place where
2741this may happen.
2742
2743Depending on your system, watchpoints may be implemented in software or
2df3850c 2744hardware. @value{GDBN} does software watchpointing by single-stepping your
c906108c
SS
2745program and testing the variable's value each time, which is hundreds of
2746times slower than normal execution. (But this may still be worth it, to
2747catch errors where you have no clue what part of your program is the
2748culprit.)
2749
1104b9e7 2750On some systems, such as HP-UX, @sc{gnu}/Linux and some other x86-based targets,
2df3850c 2751@value{GDBN} includes support for
c906108c
SS
2752hardware watchpoints, which do not slow down the running of your
2753program.
2754
2755@table @code
2756@kindex watch
2757@item watch @var{expr}
2758Set a watchpoint for an expression. @value{GDBN} will break when @var{expr}
2759is written into by the program and its value changes.
2760
2761@kindex rwatch
2762@item rwatch @var{expr}
2763Set a watchpoint that will break when watch @var{expr} is read by the program.
c906108c
SS
2764
2765@kindex awatch
2766@item awatch @var{expr}
2df3850c 2767Set a watchpoint that will break when @var{expr} is either read or written into
7be570e7 2768by the program.
c906108c
SS
2769
2770@kindex info watchpoints
2771@item info watchpoints
2772This command prints a list of watchpoints, breakpoints, and catchpoints;
2773it is the same as @code{info break}.
2774@end table
2775
2776@value{GDBN} sets a @dfn{hardware watchpoint} if possible. Hardware
2777watchpoints execute very quickly, and the debugger reports a change in
2778value at the exact instruction where the change occurs. If @value{GDBN}
2779cannot set a hardware watchpoint, it sets a software watchpoint, which
2780executes more slowly and reports the change in value at the next
2781statement, not the instruction, after the change occurs.
2782
2783When you issue the @code{watch} command, @value{GDBN} reports
2784
474c8240 2785@smallexample
c906108c 2786Hardware watchpoint @var{num}: @var{expr}
474c8240 2787@end smallexample
c906108c
SS
2788
2789@noindent
2790if it was able to set a hardware watchpoint.
2791
7be570e7
JM
2792Currently, the @code{awatch} and @code{rwatch} commands can only set
2793hardware watchpoints, because accesses to data that don't change the
2794value of the watched expression cannot be detected without examining
2795every instruction as it is being executed, and @value{GDBN} does not do
2796that currently. If @value{GDBN} finds that it is unable to set a
2797hardware breakpoint with the @code{awatch} or @code{rwatch} command, it
2798will print a message like this:
2799
2800@smallexample
2801Expression cannot be implemented with read/access watchpoint.
2802@end smallexample
2803
2804Sometimes, @value{GDBN} cannot set a hardware watchpoint because the
2805data type of the watched expression is wider than what a hardware
2806watchpoint on the target machine can handle. For example, some systems
2807can only watch regions that are up to 4 bytes wide; on such systems you
2808cannot set hardware watchpoints for an expression that yields a
2809double-precision floating-point number (which is typically 8 bytes
2810wide). As a work-around, it might be possible to break the large region
2811into a series of smaller ones and watch them with separate watchpoints.
2812
2813If you set too many hardware watchpoints, @value{GDBN} might be unable
2814to insert all of them when you resume the execution of your program.
2815Since the precise number of active watchpoints is unknown until such
2816time as the program is about to be resumed, @value{GDBN} might not be
2817able to warn you about this when you set the watchpoints, and the
2818warning will be printed only when the program is resumed:
2819
2820@smallexample
2821Hardware watchpoint @var{num}: Could not insert watchpoint
2822@end smallexample
2823
2824@noindent
2825If this happens, delete or disable some of the watchpoints.
2826
2827The SPARClite DSU will generate traps when a program accesses some data
2828or instruction address that is assigned to the debug registers. For the
2829data addresses, DSU facilitates the @code{watch} command. However the
2830hardware breakpoint registers can only take two data watchpoints, and
2831both watchpoints must be the same kind. For example, you can set two
2832watchpoints with @code{watch} commands, two with @code{rwatch} commands,
2833@strong{or} two with @code{awatch} commands, but you cannot set one
2834watchpoint with one command and the other with a different command.
c906108c
SS
2835@value{GDBN} will reject the command if you try to mix watchpoints.
2836Delete or disable unused watchpoint commands before setting new ones.
2837
2838If you call a function interactively using @code{print} or @code{call},
2df3850c 2839any watchpoints you have set will be inactive until @value{GDBN} reaches another
c906108c
SS
2840kind of breakpoint or the call completes.
2841
7be570e7
JM
2842@value{GDBN} automatically deletes watchpoints that watch local
2843(automatic) variables, or expressions that involve such variables, when
2844they go out of scope, that is, when the execution leaves the block in
2845which these variables were defined. In particular, when the program
2846being debugged terminates, @emph{all} local variables go out of scope,
2847and so only watchpoints that watch global variables remain set. If you
2848rerun the program, you will need to set all such watchpoints again. One
2849way of doing that would be to set a code breakpoint at the entry to the
2850@code{main} function and when it breaks, set all the watchpoints.
2851
c906108c
SS
2852@quotation
2853@cindex watchpoints and threads
2854@cindex threads and watchpoints
c906108c
SS
2855@emph{Warning:} In multi-thread programs, watchpoints have only limited
2856usefulness. With the current watchpoint implementation, @value{GDBN}
2857can only watch the value of an expression @emph{in a single thread}. If
2858you are confident that the expression can only change due to the current
2859thread's activity (and if you are also confident that no other thread
2860can become current), then you can use watchpoints as usual. However,
2861@value{GDBN} may not notice when a non-current thread's activity changes
2862the expression.
53a5351d 2863
d4f3574e 2864@c FIXME: this is almost identical to the previous paragraph.
53a5351d
JM
2865@emph{HP-UX Warning:} In multi-thread programs, software watchpoints
2866have only limited usefulness. If @value{GDBN} creates a software
2867watchpoint, it can only watch the value of an expression @emph{in a
2868single thread}. If you are confident that the expression can only
2869change due to the current thread's activity (and if you are also
2870confident that no other thread can become current), then you can use
2871software watchpoints as usual. However, @value{GDBN} may not notice
2872when a non-current thread's activity changes the expression. (Hardware
2873watchpoints, in contrast, watch an expression in all threads.)
c906108c 2874@end quotation
c906108c 2875
501eef12
AC
2876@xref{set remote hardware-watchpoint-limit}.
2877
6d2ebf8b 2878@node Set Catchpoints
c906108c 2879@subsection Setting catchpoints
d4f3574e 2880@cindex catchpoints, setting
c906108c
SS
2881@cindex exception handlers
2882@cindex event handling
2883
2884You can use @dfn{catchpoints} to cause the debugger to stop for certain
b37052ae 2885kinds of program events, such as C@t{++} exceptions or the loading of a
c906108c
SS
2886shared library. Use the @code{catch} command to set a catchpoint.
2887
2888@table @code
2889@kindex catch
2890@item catch @var{event}
2891Stop when @var{event} occurs. @var{event} can be any of the following:
2892@table @code
2893@item throw
4644b6e3 2894@cindex stop on C@t{++} exceptions
b37052ae 2895The throwing of a C@t{++} exception.
c906108c
SS
2896
2897@item catch
b37052ae 2898The catching of a C@t{++} exception.
c906108c
SS
2899
2900@item exec
4644b6e3 2901@cindex break on fork/exec
c906108c
SS
2902A call to @code{exec}. This is currently only available for HP-UX.
2903
2904@item fork
c906108c
SS
2905A call to @code{fork}. This is currently only available for HP-UX.
2906
2907@item vfork
c906108c
SS
2908A call to @code{vfork}. This is currently only available for HP-UX.
2909
2910@item load
2911@itemx load @var{libname}
4644b6e3 2912@cindex break on load/unload of shared library
c906108c
SS
2913The dynamic loading of any shared library, or the loading of the library
2914@var{libname}. This is currently only available for HP-UX.
2915
2916@item unload
2917@itemx unload @var{libname}
c906108c
SS
2918The unloading of any dynamically loaded shared library, or the unloading
2919of the library @var{libname}. This is currently only available for HP-UX.
2920@end table
2921
2922@item tcatch @var{event}
2923Set a catchpoint that is enabled only for one stop. The catchpoint is
2924automatically deleted after the first time the event is caught.
2925
2926@end table
2927
2928Use the @code{info break} command to list the current catchpoints.
2929
b37052ae 2930There are currently some limitations to C@t{++} exception handling
c906108c
SS
2931(@code{catch throw} and @code{catch catch}) in @value{GDBN}:
2932
2933@itemize @bullet
2934@item
2935If you call a function interactively, @value{GDBN} normally returns
2936control to you when the function has finished executing. If the call
2937raises an exception, however, the call may bypass the mechanism that
2938returns control to you and cause your program either to abort or to
2939simply continue running until it hits a breakpoint, catches a signal
2940that @value{GDBN} is listening for, or exits. This is the case even if
2941you set a catchpoint for the exception; catchpoints on exceptions are
2942disabled within interactive calls.
2943
2944@item
2945You cannot raise an exception interactively.
2946
2947@item
2948You cannot install an exception handler interactively.
2949@end itemize
2950
2951@cindex raise exceptions
2952Sometimes @code{catch} is not the best way to debug exception handling:
2953if you need to know exactly where an exception is raised, it is better to
2954stop @emph{before} the exception handler is called, since that way you
2955can see the stack before any unwinding takes place. If you set a
2956breakpoint in an exception handler instead, it may not be easy to find
2957out where the exception was raised.
2958
2959To stop just before an exception handler is called, you need some
b37052ae 2960knowledge of the implementation. In the case of @sc{gnu} C@t{++}, exceptions are
c906108c
SS
2961raised by calling a library function named @code{__raise_exception}
2962which has the following ANSI C interface:
2963
474c8240 2964@smallexample
c906108c 2965 /* @var{addr} is where the exception identifier is stored.
d4f3574e
SS
2966 @var{id} is the exception identifier. */
2967 void __raise_exception (void **addr, void *id);
474c8240 2968@end smallexample
c906108c
SS
2969
2970@noindent
2971To make the debugger catch all exceptions before any stack
2972unwinding takes place, set a breakpoint on @code{__raise_exception}
2973(@pxref{Breakpoints, ,Breakpoints; watchpoints; and exceptions}).
2974
2975With a conditional breakpoint (@pxref{Conditions, ,Break conditions})
2976that depends on the value of @var{id}, you can stop your program when
2977a specific exception is raised. You can use multiple conditional
2978breakpoints to stop your program when any of a number of exceptions are
2979raised.
2980
2981
6d2ebf8b 2982@node Delete Breaks
c906108c
SS
2983@subsection Deleting breakpoints
2984
2985@cindex clearing breakpoints, watchpoints, catchpoints
2986@cindex deleting breakpoints, watchpoints, catchpoints
2987It is often necessary to eliminate a breakpoint, watchpoint, or
2988catchpoint once it has done its job and you no longer want your program
2989to stop there. This is called @dfn{deleting} the breakpoint. A
2990breakpoint that has been deleted no longer exists; it is forgotten.
2991
2992With the @code{clear} command you can delete breakpoints according to
2993where they are in your program. With the @code{delete} command you can
2994delete individual breakpoints, watchpoints, or catchpoints by specifying
2995their breakpoint numbers.
2996
2997It is not necessary to delete a breakpoint to proceed past it. @value{GDBN}
2998automatically ignores breakpoints on the first instruction to be executed
2999when you continue execution without changing the execution address.
3000
3001@table @code
3002@kindex clear
3003@item clear
3004Delete any breakpoints at the next instruction to be executed in the
3005selected stack frame (@pxref{Selection, ,Selecting a frame}). When
3006the innermost frame is selected, this is a good way to delete a
3007breakpoint where your program just stopped.
3008
3009@item clear @var{function}
3010@itemx clear @var{filename}:@var{function}
3011Delete any breakpoints set at entry to the function @var{function}.
3012
3013@item clear @var{linenum}
3014@itemx clear @var{filename}:@var{linenum}
3015Delete any breakpoints set at or within the code of the specified line.
3016
3017@cindex delete breakpoints
3018@kindex delete
41afff9a 3019@kindex d @r{(@code{delete})}
c5394b80
JM
3020@item delete @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
3021Delete the breakpoints, watchpoints, or catchpoints of the breakpoint
3022ranges specified as arguments. If no argument is specified, delete all
c906108c
SS
3023breakpoints (@value{GDBN} asks confirmation, unless you have @code{set
3024confirm off}). You can abbreviate this command as @code{d}.
3025@end table
3026
6d2ebf8b 3027@node Disabling
c906108c
SS
3028@subsection Disabling breakpoints
3029
4644b6e3 3030@cindex enable/disable a breakpoint
c906108c
SS
3031Rather than deleting a breakpoint, watchpoint, or catchpoint, you might
3032prefer to @dfn{disable} it. This makes the breakpoint inoperative as if
3033it had been deleted, but remembers the information on the breakpoint so
3034that you can @dfn{enable} it again later.
3035
3036You disable and enable breakpoints, watchpoints, and catchpoints with
3037the @code{enable} and @code{disable} commands, optionally specifying one
3038or more breakpoint numbers as arguments. Use @code{info break} or
3039@code{info watch} to print a list of breakpoints, watchpoints, and
3040catchpoints if you do not know which numbers to use.
3041
3042A breakpoint, watchpoint, or catchpoint can have any of four different
3043states of enablement:
3044
3045@itemize @bullet
3046@item
3047Enabled. The breakpoint stops your program. A breakpoint set
3048with the @code{break} command starts out in this state.
3049@item
3050Disabled. The breakpoint has no effect on your program.
3051@item
3052Enabled once. The breakpoint stops your program, but then becomes
d4f3574e 3053disabled.
c906108c
SS
3054@item
3055Enabled for deletion. The breakpoint stops your program, but
d4f3574e
SS
3056immediately after it does so it is deleted permanently. A breakpoint
3057set with the @code{tbreak} command starts out in this state.
c906108c
SS
3058@end itemize
3059
3060You can use the following commands to enable or disable breakpoints,
3061watchpoints, and catchpoints:
3062
3063@table @code
c906108c 3064@kindex disable
41afff9a 3065@kindex dis @r{(@code{disable})}
c5394b80 3066@item disable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
c906108c
SS
3067Disable the specified breakpoints---or all breakpoints, if none are
3068listed. A disabled breakpoint has no effect but is not forgotten. All
3069options such as ignore-counts, conditions and commands are remembered in
3070case the breakpoint is enabled again later. You may abbreviate
3071@code{disable} as @code{dis}.
3072
c906108c 3073@kindex enable
c5394b80 3074@item enable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
c906108c
SS
3075Enable the specified breakpoints (or all defined breakpoints). They
3076become effective once again in stopping your program.
3077
c5394b80 3078@item enable @r{[}breakpoints@r{]} once @var{range}@dots{}
c906108c
SS
3079Enable the specified breakpoints temporarily. @value{GDBN} disables any
3080of these breakpoints immediately after stopping your program.
3081
c5394b80 3082@item enable @r{[}breakpoints@r{]} delete @var{range}@dots{}
c906108c
SS
3083Enable the specified breakpoints to work once, then die. @value{GDBN}
3084deletes any of these breakpoints as soon as your program stops there.
3085@end table
3086
d4f3574e
SS
3087@c FIXME: I think the following ``Except for [...] @code{tbreak}'' is
3088@c confusing: tbreak is also initially enabled.
c906108c
SS
3089Except for a breakpoint set with @code{tbreak} (@pxref{Set Breaks,
3090,Setting breakpoints}), breakpoints that you set are initially enabled;
3091subsequently, they become disabled or enabled only when you use one of
3092the commands above. (The command @code{until} can set and delete a
3093breakpoint of its own, but it does not change the state of your other
3094breakpoints; see @ref{Continuing and Stepping, ,Continuing and
3095stepping}.)
3096
6d2ebf8b 3097@node Conditions
c906108c
SS
3098@subsection Break conditions
3099@cindex conditional breakpoints
3100@cindex breakpoint conditions
3101
3102@c FIXME what is scope of break condition expr? Context where wanted?
5d161b24 3103@c in particular for a watchpoint?
c906108c
SS
3104The simplest sort of breakpoint breaks every time your program reaches a
3105specified place. You can also specify a @dfn{condition} for a
3106breakpoint. A condition is just a Boolean expression in your
3107programming language (@pxref{Expressions, ,Expressions}). A breakpoint with
3108a condition evaluates the expression each time your program reaches it,
3109and your program stops only if the condition is @emph{true}.
3110
3111This is the converse of using assertions for program validation; in that
3112situation, you want to stop when the assertion is violated---that is,
3113when the condition is false. In C, if you want to test an assertion expressed
3114by the condition @var{assert}, you should set the condition
3115@samp{! @var{assert}} on the appropriate breakpoint.
3116
3117Conditions are also accepted for watchpoints; you may not need them,
3118since a watchpoint is inspecting the value of an expression anyhow---but
3119it might be simpler, say, to just set a watchpoint on a variable name,
3120and specify a condition that tests whether the new value is an interesting
3121one.
3122
3123Break conditions can have side effects, and may even call functions in
3124your program. This can be useful, for example, to activate functions
3125that log program progress, or to use your own print functions to
3126format special data structures. The effects are completely predictable
3127unless there is another enabled breakpoint at the same address. (In
3128that case, @value{GDBN} might see the other breakpoint first and stop your
3129program without checking the condition of this one.) Note that
d4f3574e
SS
3130breakpoint commands are usually more convenient and flexible than break
3131conditions for the
c906108c
SS
3132purpose of performing side effects when a breakpoint is reached
3133(@pxref{Break Commands, ,Breakpoint command lists}).
3134
3135Break conditions can be specified when a breakpoint is set, by using
3136@samp{if} in the arguments to the @code{break} command. @xref{Set
3137Breaks, ,Setting breakpoints}. They can also be changed at any time
3138with the @code{condition} command.
53a5351d 3139
c906108c
SS
3140You can also use the @code{if} keyword with the @code{watch} command.
3141The @code{catch} command does not recognize the @code{if} keyword;
3142@code{condition} is the only way to impose a further condition on a
3143catchpoint.
c906108c
SS
3144
3145@table @code
3146@kindex condition
3147@item condition @var{bnum} @var{expression}
3148Specify @var{expression} as the break condition for breakpoint,
3149watchpoint, or catchpoint number @var{bnum}. After you set a condition,
3150breakpoint @var{bnum} stops your program only if the value of
3151@var{expression} is true (nonzero, in C). When you use
3152@code{condition}, @value{GDBN} checks @var{expression} immediately for
3153syntactic correctness, and to determine whether symbols in it have
d4f3574e
SS
3154referents in the context of your breakpoint. If @var{expression} uses
3155symbols not referenced in the context of the breakpoint, @value{GDBN}
3156prints an error message:
3157
474c8240 3158@smallexample
d4f3574e 3159No symbol "foo" in current context.
474c8240 3160@end smallexample
d4f3574e
SS
3161
3162@noindent
c906108c
SS
3163@value{GDBN} does
3164not actually evaluate @var{expression} at the time the @code{condition}
d4f3574e
SS
3165command (or a command that sets a breakpoint with a condition, like
3166@code{break if @dots{}}) is given, however. @xref{Expressions, ,Expressions}.
c906108c
SS
3167
3168@item condition @var{bnum}
3169Remove the condition from breakpoint number @var{bnum}. It becomes
3170an ordinary unconditional breakpoint.
3171@end table
3172
3173@cindex ignore count (of breakpoint)
3174A special case of a breakpoint condition is to stop only when the
3175breakpoint has been reached a certain number of times. This is so
3176useful that there is a special way to do it, using the @dfn{ignore
3177count} of the breakpoint. Every breakpoint has an ignore count, which
3178is an integer. Most of the time, the ignore count is zero, and
3179therefore has no effect. But if your program reaches a breakpoint whose
3180ignore count is positive, then instead of stopping, it just decrements
3181the ignore count by one and continues. As a result, if the ignore count
3182value is @var{n}, the breakpoint does not stop the next @var{n} times
3183your program reaches it.
3184
3185@table @code
3186@kindex ignore
3187@item ignore @var{bnum} @var{count}
3188Set the ignore count of breakpoint number @var{bnum} to @var{count}.
3189The next @var{count} times the breakpoint is reached, your program's
3190execution does not stop; other than to decrement the ignore count, @value{GDBN}
3191takes no action.
3192
3193To make the breakpoint stop the next time it is reached, specify
3194a count of zero.
3195
3196When you use @code{continue} to resume execution of your program from a
3197breakpoint, you can specify an ignore count directly as an argument to
3198@code{continue}, rather than using @code{ignore}. @xref{Continuing and
3199Stepping,,Continuing and stepping}.
3200
3201If a breakpoint has a positive ignore count and a condition, the
3202condition is not checked. Once the ignore count reaches zero,
3203@value{GDBN} resumes checking the condition.
3204
3205You could achieve the effect of the ignore count with a condition such
3206as @w{@samp{$foo-- <= 0}} using a debugger convenience variable that
3207is decremented each time. @xref{Convenience Vars, ,Convenience
3208variables}.
3209@end table
3210
3211Ignore counts apply to breakpoints, watchpoints, and catchpoints.
3212
3213
6d2ebf8b 3214@node Break Commands
c906108c
SS
3215@subsection Breakpoint command lists
3216
3217@cindex breakpoint commands
3218You can give any breakpoint (or watchpoint or catchpoint) a series of
3219commands to execute when your program stops due to that breakpoint. For
3220example, you might want to print the values of certain expressions, or
3221enable other breakpoints.
3222
3223@table @code
3224@kindex commands
3225@kindex end
3226@item commands @r{[}@var{bnum}@r{]}
3227@itemx @dots{} @var{command-list} @dots{}
3228@itemx end
3229Specify a list of commands for breakpoint number @var{bnum}. The commands
3230themselves appear on the following lines. Type a line containing just
3231@code{end} to terminate the commands.
3232
3233To remove all commands from a breakpoint, type @code{commands} and
3234follow it immediately with @code{end}; that is, give no commands.
3235
3236With no @var{bnum} argument, @code{commands} refers to the last
3237breakpoint, watchpoint, or catchpoint set (not to the breakpoint most
3238recently encountered).
3239@end table
3240
3241Pressing @key{RET} as a means of repeating the last @value{GDBN} command is
3242disabled within a @var{command-list}.
3243
3244You can use breakpoint commands to start your program up again. Simply
3245use the @code{continue} command, or @code{step}, or any other command
3246that resumes execution.
3247
3248Any other commands in the command list, after a command that resumes
3249execution, are ignored. This is because any time you resume execution
3250(even with a simple @code{next} or @code{step}), you may encounter
3251another breakpoint---which could have its own command list, leading to
3252ambiguities about which list to execute.
3253
3254@kindex silent
3255If the first command you specify in a command list is @code{silent}, the
3256usual message about stopping at a breakpoint is not printed. This may
3257be desirable for breakpoints that are to print a specific message and
3258then continue. If none of the remaining commands print anything, you
3259see no sign that the breakpoint was reached. @code{silent} is
3260meaningful only at the beginning of a breakpoint command list.
3261
3262The commands @code{echo}, @code{output}, and @code{printf} allow you to
3263print precisely controlled output, and are often useful in silent
3264breakpoints. @xref{Output, ,Commands for controlled output}.
3265
3266For example, here is how you could use breakpoint commands to print the
3267value of @code{x} at entry to @code{foo} whenever @code{x} is positive.
3268
474c8240 3269@smallexample
c906108c
SS
3270break foo if x>0
3271commands
3272silent
3273printf "x is %d\n",x
3274cont
3275end
474c8240 3276@end smallexample
c906108c
SS
3277
3278One application for breakpoint commands is to compensate for one bug so
3279you can test for another. Put a breakpoint just after the erroneous line
3280of code, give it a condition to detect the case in which something
3281erroneous has been done, and give it commands to assign correct values
3282to any variables that need them. End with the @code{continue} command
3283so that your program does not stop, and start with the @code{silent}
3284command so that no output is produced. Here is an example:
3285
474c8240 3286@smallexample
c906108c
SS
3287break 403
3288commands
3289silent
3290set x = y + 4
3291cont
3292end
474c8240 3293@end smallexample
c906108c 3294
6d2ebf8b 3295@node Breakpoint Menus
c906108c
SS
3296@subsection Breakpoint menus
3297@cindex overloading
3298@cindex symbol overloading
3299
b383017d 3300Some programming languages (notably C@t{++} and Objective-C) permit a
b37303ee 3301single function name
c906108c
SS
3302to be defined several times, for application in different contexts.
3303This is called @dfn{overloading}. When a function name is overloaded,
3304@samp{break @var{function}} is not enough to tell @value{GDBN} where you want
3305a breakpoint. If you realize this is a problem, you can use
3306something like @samp{break @var{function}(@var{types})} to specify which
3307particular version of the function you want. Otherwise, @value{GDBN} offers
3308you a menu of numbered choices for different possible breakpoints, and
3309waits for your selection with the prompt @samp{>}. The first two
3310options are always @samp{[0] cancel} and @samp{[1] all}. Typing @kbd{1}
3311sets a breakpoint at each definition of @var{function}, and typing
3312@kbd{0} aborts the @code{break} command without setting any new
3313breakpoints.
3314
3315For example, the following session excerpt shows an attempt to set a
3316breakpoint at the overloaded symbol @code{String::after}.
3317We choose three particular definitions of that function name:
3318
3319@c FIXME! This is likely to change to show arg type lists, at least
3320@smallexample
3321@group
3322(@value{GDBP}) b String::after
3323[0] cancel
3324[1] all
3325[2] file:String.cc; line number:867
3326[3] file:String.cc; line number:860
3327[4] file:String.cc; line number:875
3328[5] file:String.cc; line number:853
3329[6] file:String.cc; line number:846
3330[7] file:String.cc; line number:735
3331> 2 4 6
3332Breakpoint 1 at 0xb26c: file String.cc, line 867.
3333Breakpoint 2 at 0xb344: file String.cc, line 875.
3334Breakpoint 3 at 0xafcc: file String.cc, line 846.
3335Multiple breakpoints were set.
3336Use the "delete" command to delete unwanted
3337 breakpoints.
3338(@value{GDBP})
3339@end group
3340@end smallexample
c906108c
SS
3341
3342@c @ifclear BARETARGET
6d2ebf8b 3343@node Error in Breakpoints
d4f3574e 3344@subsection ``Cannot insert breakpoints''
c906108c
SS
3345@c
3346@c FIXME!! 14/6/95 Is there a real example of this? Let's use it.
3347@c
d4f3574e
SS
3348Under some operating systems, breakpoints cannot be used in a program if
3349any other process is running that program. In this situation,
5d161b24 3350attempting to run or continue a program with a breakpoint causes
d4f3574e
SS
3351@value{GDBN} to print an error message:
3352
474c8240 3353@smallexample
d4f3574e
SS
3354Cannot insert breakpoints.
3355The same program may be running in another process.
474c8240 3356@end smallexample
d4f3574e
SS
3357
3358When this happens, you have three ways to proceed:
3359
3360@enumerate
3361@item
3362Remove or disable the breakpoints, then continue.
3363
3364@item
5d161b24 3365Suspend @value{GDBN}, and copy the file containing your program to a new
d4f3574e 3366name. Resume @value{GDBN} and use the @code{exec-file} command to specify
5d161b24 3367that @value{GDBN} should run your program under that name.
d4f3574e
SS
3368Then start your program again.
3369
3370@item
3371Relink your program so that the text segment is nonsharable, using the
3372linker option @samp{-N}. The operating system limitation may not apply
3373to nonsharable executables.
3374@end enumerate
c906108c
SS
3375@c @end ifclear
3376
d4f3574e
SS
3377A similar message can be printed if you request too many active
3378hardware-assisted breakpoints and watchpoints:
3379
3380@c FIXME: the precise wording of this message may change; the relevant
3381@c source change is not committed yet (Sep 3, 1999).
3382@smallexample
3383Stopped; cannot insert breakpoints.
3384You may have requested too many hardware breakpoints and watchpoints.
3385@end smallexample
3386
3387@noindent
3388This message is printed when you attempt to resume the program, since
3389only then @value{GDBN} knows exactly how many hardware breakpoints and
3390watchpoints it needs to insert.
3391
3392When this message is printed, you need to disable or remove some of the
3393hardware-assisted breakpoints and watchpoints, and then continue.
3394
1485d690
KB
3395@node Breakpoint related warnings
3396@subsection ``Breakpoint address adjusted...''
3397@cindex breakpoint address adjusted
3398
3399Some processor architectures place constraints on the addresses at
3400which breakpoints may be placed. For architectures thus constrained,
3401@value{GDBN} will attempt to adjust the breakpoint's address to comply
3402with the constraints dictated by the architecture.
3403
3404One example of such an architecture is the Fujitsu FR-V. The FR-V is
3405a VLIW architecture in which a number of RISC-like instructions may be
3406bundled together for parallel execution. The FR-V architecture
3407constrains the location of a breakpoint instruction within such a
3408bundle to the instruction with the lowest address. @value{GDBN}
3409honors this constraint by adjusting a breakpoint's address to the
3410first in the bundle.
3411
3412It is not uncommon for optimized code to have bundles which contain
3413instructions from different source statements, thus it may happen that
3414a breakpoint's address will be adjusted from one source statement to
3415another. Since this adjustment may significantly alter @value{GDBN}'s
3416breakpoint related behavior from what the user expects, a warning is
3417printed when the breakpoint is first set and also when the breakpoint
3418is hit.
3419
3420A warning like the one below is printed when setting a breakpoint
3421that's been subject to address adjustment:
3422
3423@smallexample
3424warning: Breakpoint address adjusted from 0x00010414 to 0x00010410.
3425@end smallexample
3426
3427Such warnings are printed both for user settable and @value{GDBN}'s
3428internal breakpoints. If you see one of these warnings, you should
3429verify that a breakpoint set at the adjusted address will have the
3430desired affect. If not, the breakpoint in question may be removed and
b383017d 3431other breakpoints may be set which will have the desired behavior.
1485d690
KB
3432E.g., it may be sufficient to place the breakpoint at a later
3433instruction. A conditional breakpoint may also be useful in some
3434cases to prevent the breakpoint from triggering too often.
3435
3436@value{GDBN} will also issue a warning when stopping at one of these
3437adjusted breakpoints:
3438
3439@smallexample
3440warning: Breakpoint 1 address previously adjusted from 0x00010414
3441to 0x00010410.
3442@end smallexample
3443
3444When this warning is encountered, it may be too late to take remedial
3445action except in cases where the breakpoint is hit earlier or more
3446frequently than expected.
d4f3574e 3447
6d2ebf8b 3448@node Continuing and Stepping
c906108c
SS
3449@section Continuing and stepping
3450
3451@cindex stepping
3452@cindex continuing
3453@cindex resuming execution
3454@dfn{Continuing} means resuming program execution until your program
3455completes normally. In contrast, @dfn{stepping} means executing just
3456one more ``step'' of your program, where ``step'' may mean either one
3457line of source code, or one machine instruction (depending on what
7a292a7a
SS
3458particular command you use). Either when continuing or when stepping,
3459your program may stop even sooner, due to a breakpoint or a signal. (If
d4f3574e
SS
3460it stops due to a signal, you may want to use @code{handle}, or use
3461@samp{signal 0} to resume execution. @xref{Signals, ,Signals}.)
c906108c
SS
3462
3463@table @code
3464@kindex continue
41afff9a
EZ
3465@kindex c @r{(@code{continue})}
3466@kindex fg @r{(resume foreground execution)}
c906108c
SS
3467@item continue @r{[}@var{ignore-count}@r{]}
3468@itemx c @r{[}@var{ignore-count}@r{]}
3469@itemx fg @r{[}@var{ignore-count}@r{]}
3470Resume program execution, at the address where your program last stopped;
3471any breakpoints set at that address are bypassed. The optional argument
3472@var{ignore-count} allows you to specify a further number of times to
3473ignore a breakpoint at this location; its effect is like that of
3474@code{ignore} (@pxref{Conditions, ,Break conditions}).
3475
3476The argument @var{ignore-count} is meaningful only when your program
3477stopped due to a breakpoint. At other times, the argument to
3478@code{continue} is ignored.
3479
d4f3574e
SS
3480The synonyms @code{c} and @code{fg} (for @dfn{foreground}, as the
3481debugged program is deemed to be the foreground program) are provided
3482purely for convenience, and have exactly the same behavior as
3483@code{continue}.
c906108c
SS
3484@end table
3485
3486To resume execution at a different place, you can use @code{return}
3487(@pxref{Returning, ,Returning from a function}) to go back to the
3488calling function; or @code{jump} (@pxref{Jumping, ,Continuing at a
3489different address}) to go to an arbitrary location in your program.
3490
3491A typical technique for using stepping is to set a breakpoint
3492(@pxref{Breakpoints, ,Breakpoints; watchpoints; and catchpoints}) at the
3493beginning of the function or the section of your program where a problem
3494is believed to lie, run your program until it stops at that breakpoint,
3495and then step through the suspect area, examining the variables that are
3496interesting, until you see the problem happen.
3497
3498@table @code
3499@kindex step
41afff9a 3500@kindex s @r{(@code{step})}
c906108c
SS
3501@item step
3502Continue running your program until control reaches a different source
3503line, then stop it and return control to @value{GDBN}. This command is
3504abbreviated @code{s}.
3505
3506@quotation
3507@c "without debugging information" is imprecise; actually "without line
3508@c numbers in the debugging information". (gcc -g1 has debugging info but
3509@c not line numbers). But it seems complex to try to make that
3510@c distinction here.
3511@emph{Warning:} If you use the @code{step} command while control is
3512within a function that was compiled without debugging information,
3513execution proceeds until control reaches a function that does have
3514debugging information. Likewise, it will not step into a function which
3515is compiled without debugging information. To step through functions
3516without debugging information, use the @code{stepi} command, described
3517below.
3518@end quotation
3519
4a92d011
EZ
3520The @code{step} command only stops at the first instruction of a source
3521line. This prevents the multiple stops that could otherwise occur in
3522@code{switch} statements, @code{for} loops, etc. @code{step} continues
3523to stop if a function that has debugging information is called within
3524the line. In other words, @code{step} @emph{steps inside} any functions
3525called within the line.
c906108c 3526
d4f3574e
SS
3527Also, the @code{step} command only enters a function if there is line
3528number information for the function. Otherwise it acts like the
5d161b24 3529@code{next} command. This avoids problems when using @code{cc -gl}
c906108c 3530on MIPS machines. Previously, @code{step} entered subroutines if there
5d161b24 3531was any debugging information about the routine.
c906108c
SS
3532
3533@item step @var{count}
3534Continue running as in @code{step}, but do so @var{count} times. If a
7a292a7a
SS
3535breakpoint is reached, or a signal not related to stepping occurs before
3536@var{count} steps, stepping stops right away.
c906108c
SS
3537
3538@kindex next
41afff9a 3539@kindex n @r{(@code{next})}
c906108c
SS
3540@item next @r{[}@var{count}@r{]}
3541Continue to the next source line in the current (innermost) stack frame.
7a292a7a
SS
3542This is similar to @code{step}, but function calls that appear within
3543the line of code are executed without stopping. Execution stops when
3544control reaches a different line of code at the original stack level
3545that was executing when you gave the @code{next} command. This command
3546is abbreviated @code{n}.
c906108c
SS
3547
3548An argument @var{count} is a repeat count, as for @code{step}.
3549
3550
3551@c FIX ME!! Do we delete this, or is there a way it fits in with
3552@c the following paragraph? --- Vctoria
3553@c
3554@c @code{next} within a function that lacks debugging information acts like
3555@c @code{step}, but any function calls appearing within the code of the
3556@c function are executed without stopping.
3557
d4f3574e
SS
3558The @code{next} command only stops at the first instruction of a
3559source line. This prevents multiple stops that could otherwise occur in
4a92d011 3560@code{switch} statements, @code{for} loops, etc.
c906108c 3561
b90a5f51
CF
3562@kindex set step-mode
3563@item set step-mode
3564@cindex functions without line info, and stepping
3565@cindex stepping into functions with no line info
3566@itemx set step-mode on
4a92d011 3567The @code{set step-mode on} command causes the @code{step} command to
b90a5f51
CF
3568stop at the first instruction of a function which contains no debug line
3569information rather than stepping over it.
3570
4a92d011
EZ
3571This is useful in cases where you may be interested in inspecting the
3572machine instructions of a function which has no symbolic info and do not
3573want @value{GDBN} to automatically skip over this function.
b90a5f51
CF
3574
3575@item set step-mode off
4a92d011 3576Causes the @code{step} command to step over any functions which contains no
b90a5f51
CF
3577debug information. This is the default.
3578
c906108c
SS
3579@kindex finish
3580@item finish
3581Continue running until just after function in the selected stack frame
3582returns. Print the returned value (if any).
3583
3584Contrast this with the @code{return} command (@pxref{Returning,
3585,Returning from a function}).
3586
3587@kindex until
41afff9a 3588@kindex u @r{(@code{until})}
c906108c
SS
3589@item until
3590@itemx u
3591Continue running until a source line past the current line, in the
3592current stack frame, is reached. This command is used to avoid single
3593stepping through a loop more than once. It is like the @code{next}
3594command, except that when @code{until} encounters a jump, it
3595automatically continues execution until the program counter is greater
3596than the address of the jump.
3597
3598This means that when you reach the end of a loop after single stepping
3599though it, @code{until} makes your program continue execution until it
3600exits the loop. In contrast, a @code{next} command at the end of a loop
3601simply steps back to the beginning of the loop, which forces you to step
3602through the next iteration.
3603
3604@code{until} always stops your program if it attempts to exit the current
3605stack frame.
3606
3607@code{until} may produce somewhat counterintuitive results if the order
3608of machine code does not match the order of the source lines. For
3609example, in the following excerpt from a debugging session, the @code{f}
3610(@code{frame}) command shows that execution is stopped at line
3611@code{206}; yet when we use @code{until}, we get to line @code{195}:
3612
474c8240 3613@smallexample
c906108c
SS
3614(@value{GDBP}) f
3615#0 main (argc=4, argv=0xf7fffae8) at m4.c:206
3616206 expand_input();
3617(@value{GDBP}) until
3618195 for ( ; argc > 0; NEXTARG) @{
474c8240 3619@end smallexample
c906108c
SS
3620
3621This happened because, for execution efficiency, the compiler had
3622generated code for the loop closure test at the end, rather than the
3623start, of the loop---even though the test in a C @code{for}-loop is
3624written before the body of the loop. The @code{until} command appeared
3625to step back to the beginning of the loop when it advanced to this
3626expression; however, it has not really gone to an earlier
3627statement---not in terms of the actual machine code.
3628
3629@code{until} with no argument works by means of single
3630instruction stepping, and hence is slower than @code{until} with an
3631argument.
3632
3633@item until @var{location}
3634@itemx u @var{location}
3635Continue running your program until either the specified location is
3636reached, or the current stack frame returns. @var{location} is any of
3637the forms of argument acceptable to @code{break} (@pxref{Set Breaks,
c60eb6f1
EZ
3638,Setting breakpoints}). This form of the command uses breakpoints, and
3639hence is quicker than @code{until} without an argument. The specified
3640location is actually reached only if it is in the current frame. This
3641implies that @code{until} can be used to skip over recursive function
3642invocations. For instance in the code below, if the current location is
3643line @code{96}, issuing @code{until 99} will execute the program up to
3644line @code{99} in the same invocation of factorial, i.e. after the inner
3645invocations have returned.
3646
3647@smallexample
364894 int factorial (int value)
364995 @{
365096 if (value > 1) @{
365197 value *= factorial (value - 1);
365298 @}
365399 return (value);
3654100 @}
3655@end smallexample
3656
3657
3658@kindex advance @var{location}
3659@itemx advance @var{location}
3660Continue running the program up to the given location. An argument is
3661required, anything of the same form as arguments for the @code{break}
3662command. Execution will also stop upon exit from the current stack
3663frame. This command is similar to @code{until}, but @code{advance} will
3664not skip over recursive function calls, and the target location doesn't
3665have to be in the same frame as the current one.
3666
c906108c
SS
3667
3668@kindex stepi
41afff9a 3669@kindex si @r{(@code{stepi})}
c906108c 3670@item stepi
96a2c332 3671@itemx stepi @var{arg}
c906108c
SS
3672@itemx si
3673Execute one machine instruction, then stop and return to the debugger.
3674
3675It is often useful to do @samp{display/i $pc} when stepping by machine
3676instructions. This makes @value{GDBN} automatically display the next
3677instruction to be executed, each time your program stops. @xref{Auto
3678Display,, Automatic display}.
3679
3680An argument is a repeat count, as in @code{step}.
3681
3682@need 750
3683@kindex nexti
41afff9a 3684@kindex ni @r{(@code{nexti})}
c906108c 3685@item nexti
96a2c332 3686@itemx nexti @var{arg}
c906108c
SS
3687@itemx ni
3688Execute one machine instruction, but if it is a function call,
3689proceed until the function returns.
3690
3691An argument is a repeat count, as in @code{next}.
3692@end table
3693
6d2ebf8b 3694@node Signals
c906108c
SS
3695@section Signals
3696@cindex signals
3697
3698A signal is an asynchronous event that can happen in a program. The
3699operating system defines the possible kinds of signals, and gives each
3700kind a name and a number. For example, in Unix @code{SIGINT} is the
d4f3574e 3701signal a program gets when you type an interrupt character (often @kbd{C-c});
c906108c
SS
3702@code{SIGSEGV} is the signal a program gets from referencing a place in
3703memory far away from all the areas in use; @code{SIGALRM} occurs when
3704the alarm clock timer goes off (which happens only if your program has
3705requested an alarm).
3706
3707@cindex fatal signals
3708Some signals, including @code{SIGALRM}, are a normal part of the
3709functioning of your program. Others, such as @code{SIGSEGV}, indicate
d4f3574e 3710errors; these signals are @dfn{fatal} (they kill your program immediately) if the
c906108c
SS
3711program has not specified in advance some other way to handle the signal.
3712@code{SIGINT} does not indicate an error in your program, but it is normally
3713fatal so it can carry out the purpose of the interrupt: to kill the program.
3714
3715@value{GDBN} has the ability to detect any occurrence of a signal in your
3716program. You can tell @value{GDBN} in advance what to do for each kind of
3717signal.
3718
3719@cindex handling signals
24f93129
EZ
3720Normally, @value{GDBN} is set up to let the non-erroneous signals like
3721@code{SIGALRM} be silently passed to your program
3722(so as not to interfere with their role in the program's functioning)
c906108c
SS
3723but to stop your program immediately whenever an error signal happens.
3724You can change these settings with the @code{handle} command.
3725
3726@table @code
3727@kindex info signals
3728@item info signals
96a2c332 3729@itemx info handle
c906108c
SS
3730Print a table of all the kinds of signals and how @value{GDBN} has been told to
3731handle each one. You can use this to see the signal numbers of all
3732the defined types of signals.
3733
d4f3574e 3734@code{info handle} is an alias for @code{info signals}.
c906108c
SS
3735
3736@kindex handle
3737@item handle @var{signal} @var{keywords}@dots{}
5ece1a18
EZ
3738Change the way @value{GDBN} handles signal @var{signal}. @var{signal}
3739can be the number of a signal or its name (with or without the
24f93129 3740@samp{SIG} at the beginning); a list of signal numbers of the form
5ece1a18
EZ
3741@samp{@var{low}-@var{high}}; or the word @samp{all}, meaning all the
3742known signals. The @var{keywords} say what change to make.
c906108c
SS
3743@end table
3744
3745@c @group
3746The keywords allowed by the @code{handle} command can be abbreviated.
3747Their full names are:
3748
3749@table @code
3750@item nostop
3751@value{GDBN} should not stop your program when this signal happens. It may
3752still print a message telling you that the signal has come in.
3753
3754@item stop
3755@value{GDBN} should stop your program when this signal happens. This implies
3756the @code{print} keyword as well.
3757
3758@item print
3759@value{GDBN} should print a message when this signal happens.
3760
3761@item noprint
3762@value{GDBN} should not mention the occurrence of the signal at all. This
3763implies the @code{nostop} keyword as well.
3764
3765@item pass
5ece1a18 3766@itemx noignore
c906108c
SS
3767@value{GDBN} should allow your program to see this signal; your program
3768can handle the signal, or else it may terminate if the signal is fatal
5ece1a18 3769and not handled. @code{pass} and @code{noignore} are synonyms.
c906108c
SS
3770
3771@item nopass
5ece1a18 3772@itemx ignore
c906108c 3773@value{GDBN} should not allow your program to see this signal.
5ece1a18 3774@code{nopass} and @code{ignore} are synonyms.
c906108c
SS
3775@end table
3776@c @end group
3777
d4f3574e
SS
3778When a signal stops your program, the signal is not visible to the
3779program until you
c906108c
SS
3780continue. Your program sees the signal then, if @code{pass} is in
3781effect for the signal in question @emph{at that time}. In other words,
3782after @value{GDBN} reports a signal, you can use the @code{handle}
3783command with @code{pass} or @code{nopass} to control whether your
3784program sees that signal when you continue.
3785
24f93129
EZ
3786The default is set to @code{nostop}, @code{noprint}, @code{pass} for
3787non-erroneous signals such as @code{SIGALRM}, @code{SIGWINCH} and
3788@code{SIGCHLD}, and to @code{stop}, @code{print}, @code{pass} for the
3789erroneous signals.
3790
c906108c
SS
3791You can also use the @code{signal} command to prevent your program from
3792seeing a signal, or cause it to see a signal it normally would not see,
3793or to give it any signal at any time. For example, if your program stopped
3794due to some sort of memory reference error, you might store correct
3795values into the erroneous variables and continue, hoping to see more
3796execution; but your program would probably terminate immediately as
3797a result of the fatal signal once it saw the signal. To prevent this,
3798you can continue with @samp{signal 0}. @xref{Signaling, ,Giving your
5d161b24 3799program a signal}.
c906108c 3800
6d2ebf8b 3801@node Thread Stops
c906108c
SS
3802@section Stopping and starting multi-thread programs
3803
3804When your program has multiple threads (@pxref{Threads,, Debugging
3805programs with multiple threads}), you can choose whether to set
3806breakpoints on all threads, or on a particular thread.
3807
3808@table @code
3809@cindex breakpoints and threads
3810@cindex thread breakpoints
3811@kindex break @dots{} thread @var{threadno}
3812@item break @var{linespec} thread @var{threadno}
3813@itemx break @var{linespec} thread @var{threadno} if @dots{}
3814@var{linespec} specifies source lines; there are several ways of
3815writing them, but the effect is always to specify some source line.
3816
3817Use the qualifier @samp{thread @var{threadno}} with a breakpoint command
3818to specify that you only want @value{GDBN} to stop the program when a
3819particular thread reaches this breakpoint. @var{threadno} is one of the
3820numeric thread identifiers assigned by @value{GDBN}, shown in the first
3821column of the @samp{info threads} display.
3822
3823If you do not specify @samp{thread @var{threadno}} when you set a
3824breakpoint, the breakpoint applies to @emph{all} threads of your
3825program.
3826
3827You can use the @code{thread} qualifier on conditional breakpoints as
3828well; in this case, place @samp{thread @var{threadno}} before the
3829breakpoint condition, like this:
3830
3831@smallexample
2df3850c 3832(@value{GDBP}) break frik.c:13 thread 28 if bartab > lim
c906108c
SS
3833@end smallexample
3834
3835@end table
3836
3837@cindex stopped threads
3838@cindex threads, stopped
3839Whenever your program stops under @value{GDBN} for any reason,
3840@emph{all} threads of execution stop, not just the current thread. This
3841allows you to examine the overall state of the program, including
3842switching between threads, without worrying that things may change
3843underfoot.
3844
36d86913
MC
3845@cindex thread breakpoints and system calls
3846@cindex system calls and thread breakpoints
3847@cindex premature return from system calls
3848There is an unfortunate side effect. If one thread stops for a
3849breakpoint, or for some other reason, and another thread is blocked in a
3850system call, then the system call may return prematurely. This is a
3851consequence of the interaction between multiple threads and the signals
3852that @value{GDBN} uses to implement breakpoints and other events that
3853stop execution.
3854
3855To handle this problem, your program should check the return value of
3856each system call and react appropriately. This is good programming
3857style anyways.
3858
3859For example, do not write code like this:
3860
3861@smallexample
3862 sleep (10);
3863@end smallexample
3864
3865The call to @code{sleep} will return early if a different thread stops
3866at a breakpoint or for some other reason.
3867
3868Instead, write this:
3869
3870@smallexample
3871 int unslept = 10;
3872 while (unslept > 0)
3873 unslept = sleep (unslept);
3874@end smallexample
3875
3876A system call is allowed to return early, so the system is still
3877conforming to its specification. But @value{GDBN} does cause your
3878multi-threaded program to behave differently than it would without
3879@value{GDBN}.
3880
3881Also, @value{GDBN} uses internal breakpoints in the thread library to
3882monitor certain events such as thread creation and thread destruction.
3883When such an event happens, a system call in another thread may return
3884prematurely, even though your program does not appear to stop.
3885
c906108c
SS
3886@cindex continuing threads
3887@cindex threads, continuing
3888Conversely, whenever you restart the program, @emph{all} threads start
3889executing. @emph{This is true even when single-stepping} with commands
5d161b24 3890like @code{step} or @code{next}.
c906108c
SS
3891
3892In particular, @value{GDBN} cannot single-step all threads in lockstep.
3893Since thread scheduling is up to your debugging target's operating
3894system (not controlled by @value{GDBN}), other threads may
3895execute more than one statement while the current thread completes a
3896single step. Moreover, in general other threads stop in the middle of a
3897statement, rather than at a clean statement boundary, when the program
3898stops.
3899
3900You might even find your program stopped in another thread after
3901continuing or even single-stepping. This happens whenever some other
3902thread runs into a breakpoint, a signal, or an exception before the
3903first thread completes whatever you requested.
3904
3905On some OSes, you can lock the OS scheduler and thus allow only a single
3906thread to run.
3907
3908@table @code
3909@item set scheduler-locking @var{mode}
3910Set the scheduler locking mode. If it is @code{off}, then there is no
3911locking and any thread may run at any time. If @code{on}, then only the
3912current thread may run when the inferior is resumed. The @code{step}
3913mode optimizes for single-stepping. It stops other threads from
3914``seizing the prompt'' by preempting the current thread while you are
3915stepping. Other threads will only rarely (or never) get a chance to run
d4f3574e 3916when you step. They are more likely to run when you @samp{next} over a
c906108c 3917function call, and they are completely free to run when you use commands
d4f3574e 3918like @samp{continue}, @samp{until}, or @samp{finish}. However, unless another
c906108c 3919thread hits a breakpoint during its timeslice, they will never steal the
2df3850c 3920@value{GDBN} prompt away from the thread that you are debugging.
c906108c
SS
3921
3922@item show scheduler-locking
3923Display the current scheduler locking mode.
3924@end table
3925
c906108c 3926
6d2ebf8b 3927@node Stack
c906108c
SS
3928@chapter Examining the Stack
3929
3930When your program has stopped, the first thing you need to know is where it
3931stopped and how it got there.
3932
3933@cindex call stack
5d161b24
DB
3934Each time your program performs a function call, information about the call
3935is generated.
3936That information includes the location of the call in your program,
3937the arguments of the call,
c906108c 3938and the local variables of the function being called.
5d161b24 3939The information is saved in a block of data called a @dfn{stack frame}.
c906108c
SS
3940The stack frames are allocated in a region of memory called the @dfn{call
3941stack}.
3942
3943When your program stops, the @value{GDBN} commands for examining the
3944stack allow you to see all of this information.
3945
3946@cindex selected frame
3947One of the stack frames is @dfn{selected} by @value{GDBN} and many
3948@value{GDBN} commands refer implicitly to the selected frame. In
3949particular, whenever you ask @value{GDBN} for the value of a variable in
3950your program, the value is found in the selected frame. There are
3951special @value{GDBN} commands to select whichever frame you are
3952interested in. @xref{Selection, ,Selecting a frame}.
3953
3954When your program stops, @value{GDBN} automatically selects the
5d161b24 3955currently executing frame and describes it briefly, similar to the
c906108c
SS
3956@code{frame} command (@pxref{Frame Info, ,Information about a frame}).
3957
3958@menu
3959* Frames:: Stack frames
3960* Backtrace:: Backtraces
3961* Selection:: Selecting a frame
3962* Frame Info:: Information on a frame
c906108c
SS
3963
3964@end menu
3965
6d2ebf8b 3966@node Frames
c906108c
SS
3967@section Stack frames
3968
d4f3574e 3969@cindex frame, definition
c906108c
SS
3970@cindex stack frame
3971The call stack is divided up into contiguous pieces called @dfn{stack
3972frames}, or @dfn{frames} for short; each frame is the data associated
3973with one call to one function. The frame contains the arguments given
3974to the function, the function's local variables, and the address at
3975which the function is executing.
3976
3977@cindex initial frame
3978@cindex outermost frame
3979@cindex innermost frame
3980When your program is started, the stack has only one frame, that of the
3981function @code{main}. This is called the @dfn{initial} frame or the
3982@dfn{outermost} frame. Each time a function is called, a new frame is
3983made. Each time a function returns, the frame for that function invocation
3984is eliminated. If a function is recursive, there can be many frames for
3985the same function. The frame for the function in which execution is
3986actually occurring is called the @dfn{innermost} frame. This is the most
3987recently created of all the stack frames that still exist.
3988
3989@cindex frame pointer
3990Inside your program, stack frames are identified by their addresses. A
3991stack frame consists of many bytes, each of which has its own address; each
3992kind of computer has a convention for choosing one byte whose
3993address serves as the address of the frame. Usually this address is kept
3994in a register called the @dfn{frame pointer register} while execution is
3995going on in that frame.
3996
3997@cindex frame number
3998@value{GDBN} assigns numbers to all existing stack frames, starting with
3999zero for the innermost frame, one for the frame that called it,
4000and so on upward. These numbers do not really exist in your program;
4001they are assigned by @value{GDBN} to give you a way of designating stack
4002frames in @value{GDBN} commands.
4003
6d2ebf8b
SS
4004@c The -fomit-frame-pointer below perennially causes hbox overflow
4005@c underflow problems.
c906108c
SS
4006@cindex frameless execution
4007Some compilers provide a way to compile functions so that they operate
6d2ebf8b 4008without stack frames. (For example, the @value{GCC} option
474c8240 4009@smallexample
6d2ebf8b 4010@samp{-fomit-frame-pointer}
474c8240 4011@end smallexample
6d2ebf8b 4012generates functions without a frame.)
c906108c
SS
4013This is occasionally done with heavily used library functions to save
4014the frame setup time. @value{GDBN} has limited facilities for dealing
4015with these function invocations. If the innermost function invocation
4016has no stack frame, @value{GDBN} nevertheless regards it as though
4017it had a separate frame, which is numbered zero as usual, allowing
4018correct tracing of the function call chain. However, @value{GDBN} has
4019no provision for frameless functions elsewhere in the stack.
4020
4021@table @code
d4f3574e 4022@kindex frame@r{, command}
41afff9a 4023@cindex current stack frame
c906108c 4024@item frame @var{args}
5d161b24 4025The @code{frame} command allows you to move from one stack frame to another,
c906108c 4026and to print the stack frame you select. @var{args} may be either the
5d161b24
DB
4027address of the frame or the stack frame number. Without an argument,
4028@code{frame} prints the current stack frame.
c906108c
SS
4029
4030@kindex select-frame
41afff9a 4031@cindex selecting frame silently
c906108c
SS
4032@item select-frame
4033The @code{select-frame} command allows you to move from one stack frame
4034to another without printing the frame. This is the silent version of
4035@code{frame}.
4036@end table
4037
6d2ebf8b 4038@node Backtrace
c906108c
SS
4039@section Backtraces
4040
4041@cindex backtraces
4042@cindex tracebacks
4043@cindex stack traces
4044A backtrace is a summary of how your program got where it is. It shows one
4045line per frame, for many frames, starting with the currently executing
4046frame (frame zero), followed by its caller (frame one), and on up the
4047stack.
4048
4049@table @code
4050@kindex backtrace
41afff9a 4051@kindex bt @r{(@code{backtrace})}
c906108c
SS
4052@item backtrace
4053@itemx bt
4054Print a backtrace of the entire stack: one line per frame for all
4055frames in the stack.
4056
4057You can stop the backtrace at any time by typing the system interrupt
4058character, normally @kbd{C-c}.
4059
4060@item backtrace @var{n}
4061@itemx bt @var{n}
4062Similar, but print only the innermost @var{n} frames.
4063
4064@item backtrace -@var{n}
4065@itemx bt -@var{n}
4066Similar, but print only the outermost @var{n} frames.
4067@end table
4068
4069@kindex where
4070@kindex info stack
c906108c
SS
4071The names @code{where} and @code{info stack} (abbreviated @code{info s})
4072are additional aliases for @code{backtrace}.
4073
4074Each line in the backtrace shows the frame number and the function name.
4075The program counter value is also shown---unless you use @code{set
4076print address off}. The backtrace also shows the source file name and
4077line number, as well as the arguments to the function. The program
4078counter value is omitted if it is at the beginning of the code for that
4079line number.
4080
4081Here is an example of a backtrace. It was made with the command
4082@samp{bt 3}, so it shows the innermost three frames.
4083
4084@smallexample
4085@group
5d161b24 4086#0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
c906108c
SS
4087 at builtin.c:993
4088#1 0x6e38 in expand_macro (sym=0x2b600) at macro.c:242
4089#2 0x6840 in expand_token (obs=0x0, t=177664, td=0xf7fffb08)
4090 at macro.c:71
4091(More stack frames follow...)
4092@end group
4093@end smallexample
4094
4095@noindent
4096The display for frame zero does not begin with a program counter
4097value, indicating that your program has stopped at the beginning of the
4098code for line @code{993} of @code{builtin.c}.
4099
25d29d70
AC
4100Most programs have a standard user entry point---a place where system
4101libraries and startup code transition into user code. For C this is
4102@code{main}. When @value{GDBN} finds the entry function in a backtrace
4103it will terminate the backtrace, to avoid tracing into highly
4104system-specific (and generally uninteresting) code.
4105
4106If you need to examine the startup code, or limit the number of levels
4107in a backtrace, you can change this behavior:
95f90d25
DJ
4108
4109@table @code
25d29d70
AC
4110@item set backtrace past-main
4111@itemx set backtrace past-main on
4644b6e3 4112@kindex set backtrace
25d29d70
AC
4113Backtraces will continue past the user entry point.
4114
4115@item set backtrace past-main off
95f90d25
DJ
4116Backtraces will stop when they encounter the user entry point. This is the
4117default.
4118
25d29d70 4119@item show backtrace past-main
4644b6e3 4120@kindex show backtrace
25d29d70
AC
4121Display the current user entry point backtrace policy.
4122
4123@item set backtrace limit @var{n}
4124@itemx set backtrace limit 0
4125@cindex backtrace limit
4126Limit the backtrace to @var{n} levels. A value of zero means
4127unlimited.
95f90d25 4128
25d29d70
AC
4129@item show backtrace limit
4130Display the current limit on backtrace levels.
95f90d25
DJ
4131@end table
4132
6d2ebf8b 4133@node Selection
c906108c
SS
4134@section Selecting a frame
4135
4136Most commands for examining the stack and other data in your program work on
4137whichever stack frame is selected at the moment. Here are the commands for
4138selecting a stack frame; all of them finish by printing a brief description
4139of the stack frame just selected.
4140
4141@table @code
d4f3574e 4142@kindex frame@r{, selecting}
41afff9a 4143@kindex f @r{(@code{frame})}
c906108c
SS
4144@item frame @var{n}
4145@itemx f @var{n}
4146Select frame number @var{n}. Recall that frame zero is the innermost
4147(currently executing) frame, frame one is the frame that called the
4148innermost one, and so on. The highest-numbered frame is the one for
4149@code{main}.
4150
4151@item frame @var{addr}
4152@itemx f @var{addr}
4153Select the frame at address @var{addr}. This is useful mainly if the
4154chaining of stack frames has been damaged by a bug, making it
4155impossible for @value{GDBN} to assign numbers properly to all frames. In
4156addition, this can be useful when your program has multiple stacks and
4157switches between them.
4158
c906108c
SS
4159On the SPARC architecture, @code{frame} needs two addresses to
4160select an arbitrary frame: a frame pointer and a stack pointer.
4161
4162On the MIPS and Alpha architecture, it needs two addresses: a stack
4163pointer and a program counter.
4164
4165On the 29k architecture, it needs three addresses: a register stack
4166pointer, a program counter, and a memory stack pointer.
4167@c note to future updaters: this is conditioned on a flag
4168@c SETUP_ARBITRARY_FRAME in the tm-*.h files. The above is up to date
4169@c as of 27 Jan 1994.
c906108c
SS
4170
4171@kindex up
4172@item up @var{n}
4173Move @var{n} frames up the stack. For positive numbers @var{n}, this
4174advances toward the outermost frame, to higher frame numbers, to frames
4175that have existed longer. @var{n} defaults to one.
4176
4177@kindex down
41afff9a 4178@kindex do @r{(@code{down})}
c906108c
SS
4179@item down @var{n}
4180Move @var{n} frames down the stack. For positive numbers @var{n}, this
4181advances toward the innermost frame, to lower frame numbers, to frames
4182that were created more recently. @var{n} defaults to one. You may
4183abbreviate @code{down} as @code{do}.
4184@end table
4185
4186All of these commands end by printing two lines of output describing the
4187frame. The first line shows the frame number, the function name, the
4188arguments, and the source file and line number of execution in that
5d161b24 4189frame. The second line shows the text of that source line.
c906108c
SS
4190
4191@need 1000
4192For example:
4193
4194@smallexample
4195@group
4196(@value{GDBP}) up
4197#1 0x22f0 in main (argc=1, argv=0xf7fffbf4, env=0xf7fffbfc)
4198 at env.c:10
419910 read_input_file (argv[i]);
4200@end group
4201@end smallexample
4202
4203After such a printout, the @code{list} command with no arguments
4204prints ten lines centered on the point of execution in the frame.
87885426
FN
4205You can also edit the program at the point of execution with your favorite
4206editing program by typing @code{edit}.
4207@xref{List, ,Printing source lines},
4208for details.
c906108c
SS
4209
4210@table @code
4211@kindex down-silently
4212@kindex up-silently
4213@item up-silently @var{n}
4214@itemx down-silently @var{n}
4215These two commands are variants of @code{up} and @code{down},
4216respectively; they differ in that they do their work silently, without
4217causing display of the new frame. They are intended primarily for use
4218in @value{GDBN} command scripts, where the output might be unnecessary and
4219distracting.
4220@end table
4221
6d2ebf8b 4222@node Frame Info
c906108c
SS
4223@section Information about a frame
4224
4225There are several other commands to print information about the selected
4226stack frame.
4227
4228@table @code
4229@item frame
4230@itemx f
4231When used without any argument, this command does not change which
4232frame is selected, but prints a brief description of the currently
4233selected stack frame. It can be abbreviated @code{f}. With an
4234argument, this command is used to select a stack frame.
4235@xref{Selection, ,Selecting a frame}.
4236
4237@kindex info frame
41afff9a 4238@kindex info f @r{(@code{info frame})}
c906108c
SS
4239@item info frame
4240@itemx info f
4241This command prints a verbose description of the selected stack frame,
4242including:
4243
4244@itemize @bullet
5d161b24
DB
4245@item
4246the address of the frame
c906108c
SS
4247@item
4248the address of the next frame down (called by this frame)
4249@item
4250the address of the next frame up (caller of this frame)
4251@item
4252the language in which the source code corresponding to this frame is written
4253@item
4254the address of the frame's arguments
4255@item
d4f3574e
SS
4256the address of the frame's local variables
4257@item
c906108c
SS
4258the program counter saved in it (the address of execution in the caller frame)
4259@item
4260which registers were saved in the frame
4261@end itemize
4262
4263@noindent The verbose description is useful when
4264something has gone wrong that has made the stack format fail to fit
4265the usual conventions.
4266
4267@item info frame @var{addr}
4268@itemx info f @var{addr}
4269Print a verbose description of the frame at address @var{addr}, without
4270selecting that frame. The selected frame remains unchanged by this
4271command. This requires the same kind of address (more than one for some
4272architectures) that you specify in the @code{frame} command.
4273@xref{Selection, ,Selecting a frame}.
4274
4275@kindex info args
4276@item info args
4277Print the arguments of the selected frame, each on a separate line.
4278
4279@item info locals
4280@kindex info locals
4281Print the local variables of the selected frame, each on a separate
4282line. These are all variables (declared either static or automatic)
4283accessible at the point of execution of the selected frame.
4284
c906108c 4285@kindex info catch
d4f3574e
SS
4286@cindex catch exceptions, list active handlers
4287@cindex exception handlers, how to list
c906108c
SS
4288@item info catch
4289Print a list of all the exception handlers that are active in the
4290current stack frame at the current point of execution. To see other
4291exception handlers, visit the associated frame (using the @code{up},
4292@code{down}, or @code{frame} commands); then type @code{info catch}.
4293@xref{Set Catchpoints, , Setting catchpoints}.
53a5351d 4294
c906108c
SS
4295@end table
4296
c906108c 4297
6d2ebf8b 4298@node Source
c906108c
SS
4299@chapter Examining Source Files
4300
4301@value{GDBN} can print parts of your program's source, since the debugging
4302information recorded in the program tells @value{GDBN} what source files were
4303used to build it. When your program stops, @value{GDBN} spontaneously prints
4304the line where it stopped. Likewise, when you select a stack frame
4305(@pxref{Selection, ,Selecting a frame}), @value{GDBN} prints the line where
4306execution in that frame has stopped. You can print other portions of
4307source files by explicit command.
4308
7a292a7a 4309If you use @value{GDBN} through its @sc{gnu} Emacs interface, you may
d4f3574e 4310prefer to use Emacs facilities to view source; see @ref{Emacs, ,Using
7a292a7a 4311@value{GDBN} under @sc{gnu} Emacs}.
c906108c
SS
4312
4313@menu
4314* List:: Printing source lines
87885426 4315* Edit:: Editing source files
c906108c 4316* Search:: Searching source files
c906108c
SS
4317* Source Path:: Specifying source directories
4318* Machine Code:: Source and machine code
4319@end menu
4320
6d2ebf8b 4321@node List
c906108c
SS
4322@section Printing source lines
4323
4324@kindex list
41afff9a 4325@kindex l @r{(@code{list})}
c906108c 4326To print lines from a source file, use the @code{list} command
5d161b24 4327(abbreviated @code{l}). By default, ten lines are printed.
c906108c
SS
4328There are several ways to specify what part of the file you want to print.
4329
4330Here are the forms of the @code{list} command most commonly used:
4331
4332@table @code
4333@item list @var{linenum}
4334Print lines centered around line number @var{linenum} in the
4335current source file.
4336
4337@item list @var{function}
4338Print lines centered around the beginning of function
4339@var{function}.
4340
4341@item list
4342Print more lines. If the last lines printed were printed with a
4343@code{list} command, this prints lines following the last lines
4344printed; however, if the last line printed was a solitary line printed
4345as part of displaying a stack frame (@pxref{Stack, ,Examining the
4346Stack}), this prints lines centered around that line.
4347
4348@item list -
4349Print lines just before the lines last printed.
4350@end table
4351
4352By default, @value{GDBN} prints ten source lines with any of these forms of
4353the @code{list} command. You can change this using @code{set listsize}:
4354
4355@table @code
4356@kindex set listsize
4357@item set listsize @var{count}
4358Make the @code{list} command display @var{count} source lines (unless
4359the @code{list} argument explicitly specifies some other number).
4360
4361@kindex show listsize
4362@item show listsize
4363Display the number of lines that @code{list} prints.
4364@end table
4365
4366Repeating a @code{list} command with @key{RET} discards the argument,
4367so it is equivalent to typing just @code{list}. This is more useful
4368than listing the same lines again. An exception is made for an
4369argument of @samp{-}; that argument is preserved in repetition so that
4370each repetition moves up in the source file.
4371
4372@cindex linespec
4373In general, the @code{list} command expects you to supply zero, one or two
4374@dfn{linespecs}. Linespecs specify source lines; there are several ways
d4f3574e 4375of writing them, but the effect is always to specify some source line.
c906108c
SS
4376Here is a complete description of the possible arguments for @code{list}:
4377
4378@table @code
4379@item list @var{linespec}
4380Print lines centered around the line specified by @var{linespec}.
4381
4382@item list @var{first},@var{last}
4383Print lines from @var{first} to @var{last}. Both arguments are
4384linespecs.
4385
4386@item list ,@var{last}
4387Print lines ending with @var{last}.
4388
4389@item list @var{first},
4390Print lines starting with @var{first}.
4391
4392@item list +
4393Print lines just after the lines last printed.
4394
4395@item list -
4396Print lines just before the lines last printed.
4397
4398@item list
4399As described in the preceding table.
4400@end table
4401
4402Here are the ways of specifying a single source line---all the
4403kinds of linespec.
4404
4405@table @code
4406@item @var{number}
4407Specifies line @var{number} of the current source file.
4408When a @code{list} command has two linespecs, this refers to
4409the same source file as the first linespec.
4410
4411@item +@var{offset}
4412Specifies the line @var{offset} lines after the last line printed.
4413When used as the second linespec in a @code{list} command that has
4414two, this specifies the line @var{offset} lines down from the
4415first linespec.
4416
4417@item -@var{offset}
4418Specifies the line @var{offset} lines before the last line printed.
4419
4420@item @var{filename}:@var{number}
4421Specifies line @var{number} in the source file @var{filename}.
4422
4423@item @var{function}
4424Specifies the line that begins the body of the function @var{function}.
4425For example: in C, this is the line with the open brace.
4426
4427@item @var{filename}:@var{function}
4428Specifies the line of the open-brace that begins the body of the
4429function @var{function} in the file @var{filename}. You only need the
4430file name with a function name to avoid ambiguity when there are
4431identically named functions in different source files.
4432
4433@item *@var{address}
4434Specifies the line containing the program address @var{address}.
4435@var{address} may be any expression.
4436@end table
4437
87885426
FN
4438@node Edit
4439@section Editing source files
4440@cindex editing source files
4441
4442@kindex edit
4443@kindex e @r{(@code{edit})}
4444To edit the lines in a source file, use the @code{edit} command.
4445The editing program of your choice
4446is invoked with the current line set to
4447the active line in the program.
4448Alternatively, there are several ways to specify what part of the file you
4449want to print if you want to see other parts of the program.
4450
4451Here are the forms of the @code{edit} command most commonly used:
4452
4453@table @code
4454@item edit
4455Edit the current source file at the active line number in the program.
4456
4457@item edit @var{number}
4458Edit the current source file with @var{number} as the active line number.
4459
4460@item edit @var{function}
4461Edit the file containing @var{function} at the beginning of its definition.
4462
4463@item edit @var{filename}:@var{number}
4464Specifies line @var{number} in the source file @var{filename}.
4465
4466@item edit @var{filename}:@var{function}
4467Specifies the line that begins the body of the
4468function @var{function} in the file @var{filename}. You only need the
4469file name with a function name to avoid ambiguity when there are
4470identically named functions in different source files.
4471
4472@item edit *@var{address}
4473Specifies the line containing the program address @var{address}.
4474@var{address} may be any expression.
4475@end table
4476
4477@subsection Choosing your editor
4478You can customize @value{GDBN} to use any editor you want
4479@footnote{
4480The only restriction is that your editor (say @code{ex}), recognizes the
4481following command-line syntax:
10998722 4482@smallexample
87885426 4483ex +@var{number} file
10998722 4484@end smallexample
15387254
EZ
4485The optional numeric value +@var{number} specifies the number of the line in
4486the file where to start editing.}.
4487By default, it is @file{@value{EDITOR}}, but you can change this
10998722
AC
4488by setting the environment variable @code{EDITOR} before using
4489@value{GDBN}. For example, to configure @value{GDBN} to use the
4490@code{vi} editor, you could use these commands with the @code{sh} shell:
4491@smallexample
87885426
FN
4492EDITOR=/usr/bin/vi
4493export EDITOR
15387254 4494gdb @dots{}
10998722 4495@end smallexample
87885426 4496or in the @code{csh} shell,
10998722 4497@smallexample
87885426 4498setenv EDITOR /usr/bin/vi
15387254 4499gdb @dots{}
10998722 4500@end smallexample
87885426 4501
6d2ebf8b 4502@node Search
c906108c 4503@section Searching source files
15387254 4504@cindex searching source files
c906108c
SS
4505@kindex reverse-search
4506
4507There are two commands for searching through the current source file for a
4508regular expression.
4509
4510@table @code
4511@kindex search
4512@kindex forward-search
4513@item forward-search @var{regexp}
4514@itemx search @var{regexp}
4515The command @samp{forward-search @var{regexp}} checks each line,
4516starting with the one following the last line listed, for a match for
5d161b24 4517@var{regexp}. It lists the line that is found. You can use the
c906108c
SS
4518synonym @samp{search @var{regexp}} or abbreviate the command name as
4519@code{fo}.
4520
4521@item reverse-search @var{regexp}
4522The command @samp{reverse-search @var{regexp}} checks each line, starting
4523with the one before the last line listed and going backward, for a match
4524for @var{regexp}. It lists the line that is found. You can abbreviate
4525this command as @code{rev}.
4526@end table
c906108c 4527
6d2ebf8b 4528@node Source Path
c906108c
SS
4529@section Specifying source directories
4530
4531@cindex source path
4532@cindex directories for source files
4533Executable programs sometimes do not record the directories of the source
4534files from which they were compiled, just the names. Even when they do,
4535the directories could be moved between the compilation and your debugging
4536session. @value{GDBN} has a list of directories to search for source files;
4537this is called the @dfn{source path}. Each time @value{GDBN} wants a source file,
4538it tries all the directories in the list, in the order they are present
0b66e38c
EZ
4539in the list, until it finds a file with the desired name.
4540
4541For example, suppose an executable references the file
4542@file{/usr/src/foo-1.0/lib/foo.c}, and our source path is
4543@file{/mnt/cross}. The file is first looked up literally; if this
4544fails, @file{/mnt/cross/usr/src/foo-1.0/lib/foo.c} is tried; if this
4545fails, @file{/mnt/cross/foo.c} is opened; if this fails, an error
4546message is printed. @value{GDBN} does not look up the parts of the
4547source file name, such as @file{/mnt/cross/src/foo-1.0/lib/foo.c}.
4548Likewise, the subdirectories of the source path are not searched: if
4549the source path is @file{/mnt/cross}, and the binary refers to
4550@file{foo.c}, @value{GDBN} would not find it under
4551@file{/mnt/cross/usr/src/foo-1.0/lib}.
4552
4553Plain file names, relative file names with leading directories, file
4554names containing dots, etc.@: are all treated as described above; for
4555instance, if the source path is @file{/mnt/cross}, and the source file
4556is recorded as @file{../lib/foo.c}, @value{GDBN} would first try
4557@file{../lib/foo.c}, then @file{/mnt/cross/../lib/foo.c}, and after
4558that---@file{/mnt/cross/foo.c}.
4559
4560Note that the executable search path is @emph{not} used to locate the
4561source files. Neither is the current working directory, unless it
4562happens to be in the source path.
c906108c
SS
4563
4564Whenever you reset or rearrange the source path, @value{GDBN} clears out
4565any information it has cached about where source files are found and where
4566each line is in the file.
4567
4568@kindex directory
4569@kindex dir
d4f3574e
SS
4570When you start @value{GDBN}, its source path includes only @samp{cdir}
4571and @samp{cwd}, in that order.
c906108c
SS
4572To add other directories, use the @code{directory} command.
4573
4574@table @code
4575@item directory @var{dirname} @dots{}
4576@item dir @var{dirname} @dots{}
4577Add directory @var{dirname} to the front of the source path. Several
d4f3574e
SS
4578directory names may be given to this command, separated by @samp{:}
4579(@samp{;} on MS-DOS and MS-Windows, where @samp{:} usually appears as
4580part of absolute file names) or
c906108c
SS
4581whitespace. You may specify a directory that is already in the source
4582path; this moves it forward, so @value{GDBN} searches it sooner.
4583
4584@kindex cdir
4585@kindex cwd
41afff9a
EZ
4586@vindex $cdir@r{, convenience variable}
4587@vindex $cwdr@r{, convenience variable}
c906108c
SS
4588@cindex compilation directory
4589@cindex current directory
4590@cindex working directory
4591@cindex directory, current
4592@cindex directory, compilation
4593You can use the string @samp{$cdir} to refer to the compilation
4594directory (if one is recorded), and @samp{$cwd} to refer to the current
4595working directory. @samp{$cwd} is not the same as @samp{.}---the former
4596tracks the current working directory as it changes during your @value{GDBN}
4597session, while the latter is immediately expanded to the current
4598directory at the time you add an entry to the source path.
4599
4600@item directory
4601Reset the source path to empty again. This requires confirmation.
4602
4603@c RET-repeat for @code{directory} is explicitly disabled, but since
4604@c repeating it would be a no-op we do not say that. (thanks to RMS)
4605
4606@item show directories
4607@kindex show directories
4608Print the source path: show which directories it contains.
4609@end table
4610
4611If your source path is cluttered with directories that are no longer of
4612interest, @value{GDBN} may sometimes cause confusion by finding the wrong
4613versions of source. You can correct the situation as follows:
4614
4615@enumerate
4616@item
4617Use @code{directory} with no argument to reset the source path to empty.
4618
4619@item
4620Use @code{directory} with suitable arguments to reinstall the
4621directories you want in the source path. You can add all the
4622directories in one command.
4623@end enumerate
4624
6d2ebf8b 4625@node Machine Code
c906108c 4626@section Source and machine code
15387254 4627@cindex source line and its code address
c906108c
SS
4628
4629You can use the command @code{info line} to map source lines to program
4630addresses (and vice versa), and the command @code{disassemble} to display
4631a range of addresses as machine instructions. When run under @sc{gnu} Emacs
d4f3574e 4632mode, the @code{info line} command causes the arrow to point to the
5d161b24 4633line specified. Also, @code{info line} prints addresses in symbolic form as
c906108c
SS
4634well as hex.
4635
4636@table @code
4637@kindex info line
4638@item info line @var{linespec}
4639Print the starting and ending addresses of the compiled code for
4640source line @var{linespec}. You can specify source lines in any of
4641the ways understood by the @code{list} command (@pxref{List, ,Printing
4642source lines}).
4643@end table
4644
4645For example, we can use @code{info line} to discover the location of
4646the object code for the first line of function
4647@code{m4_changequote}:
4648
d4f3574e
SS
4649@c FIXME: I think this example should also show the addresses in
4650@c symbolic form, as they usually would be displayed.
c906108c 4651@smallexample
96a2c332 4652(@value{GDBP}) info line m4_changequote
c906108c
SS
4653Line 895 of "builtin.c" starts at pc 0x634c and ends at 0x6350.
4654@end smallexample
4655
4656@noindent
15387254 4657@cindex code address and its source line
c906108c
SS
4658We can also inquire (using @code{*@var{addr}} as the form for
4659@var{linespec}) what source line covers a particular address:
4660@smallexample
4661(@value{GDBP}) info line *0x63ff
4662Line 926 of "builtin.c" starts at pc 0x63e4 and ends at 0x6404.
4663@end smallexample
4664
4665@cindex @code{$_} and @code{info line}
15387254 4666@cindex @code{x} command, default address
41afff9a 4667@kindex x@r{(examine), and} info line
c906108c
SS
4668After @code{info line}, the default address for the @code{x} command
4669is changed to the starting address of the line, so that @samp{x/i} is
4670sufficient to begin examining the machine code (@pxref{Memory,
4671,Examining memory}). Also, this address is saved as the value of the
4672convenience variable @code{$_} (@pxref{Convenience Vars, ,Convenience
4673variables}).
4674
4675@table @code
4676@kindex disassemble
4677@cindex assembly instructions
4678@cindex instructions, assembly
4679@cindex machine instructions
4680@cindex listing machine instructions
4681@item disassemble
4682This specialized command dumps a range of memory as machine
4683instructions. The default memory range is the function surrounding the
4684program counter of the selected frame. A single argument to this
4685command is a program counter value; @value{GDBN} dumps the function
4686surrounding this value. Two arguments specify a range of addresses
4687(first inclusive, second exclusive) to dump.
4688@end table
4689
c906108c
SS
4690The following example shows the disassembly of a range of addresses of
4691HP PA-RISC 2.0 code:
4692
4693@smallexample
4694(@value{GDBP}) disas 0x32c4 0x32e4
4695Dump of assembler code from 0x32c4 to 0x32e4:
46960x32c4 <main+204>: addil 0,dp
46970x32c8 <main+208>: ldw 0x22c(sr0,r1),r26
46980x32cc <main+212>: ldil 0x3000,r31
46990x32d0 <main+216>: ble 0x3f8(sr4,r31)
47000x32d4 <main+220>: ldo 0(r31),rp
47010x32d8 <main+224>: addil -0x800,dp
47020x32dc <main+228>: ldo 0x588(r1),r26
47030x32e0 <main+232>: ldil 0x3000,r31
4704End of assembler dump.
4705@end smallexample
c906108c
SS
4706
4707Some architectures have more than one commonly-used set of instruction
4708mnemonics or other syntax.
4709
4710@table @code
d4f3574e 4711@kindex set disassembly-flavor
d4f3574e
SS
4712@cindex Intel disassembly flavor
4713@cindex AT&T disassembly flavor
4714@item set disassembly-flavor @var{instruction-set}
c906108c
SS
4715Select the instruction set to use when disassembling the
4716program via the @code{disassemble} or @code{x/i} commands.
4717
4718Currently this command is only defined for the Intel x86 family. You
d4f3574e
SS
4719can set @var{instruction-set} to either @code{intel} or @code{att}.
4720The default is @code{att}, the AT&T flavor used by default by Unix
4721assemblers for x86-based targets.
c906108c
SS
4722@end table
4723
4724
6d2ebf8b 4725@node Data
c906108c
SS
4726@chapter Examining Data
4727
4728@cindex printing data
4729@cindex examining data
4730@kindex print
4731@kindex inspect
4732@c "inspect" is not quite a synonym if you are using Epoch, which we do not
4733@c document because it is nonstandard... Under Epoch it displays in a
4734@c different window or something like that.
4735The usual way to examine data in your program is with the @code{print}
7a292a7a
SS
4736command (abbreviated @code{p}), or its synonym @code{inspect}. It
4737evaluates and prints the value of an expression of the language your
4738program is written in (@pxref{Languages, ,Using @value{GDBN} with
4739Different Languages}).
c906108c
SS
4740
4741@table @code
d4f3574e
SS
4742@item print @var{expr}
4743@itemx print /@var{f} @var{expr}
4744@var{expr} is an expression (in the source language). By default the
4745value of @var{expr} is printed in a format appropriate to its data type;
c906108c 4746you can choose a different format by specifying @samp{/@var{f}}, where
d4f3574e 4747@var{f} is a letter specifying the format; see @ref{Output Formats,,Output
c906108c
SS
4748formats}.
4749
4750@item print
4751@itemx print /@var{f}
15387254 4752@cindex reprint the last value
d4f3574e 4753If you omit @var{expr}, @value{GDBN} displays the last value again (from the
c906108c
SS
4754@dfn{value history}; @pxref{Value History, ,Value history}). This allows you to
4755conveniently inspect the same value in an alternative format.
4756@end table
4757
4758A more low-level way of examining data is with the @code{x} command.
4759It examines data in memory at a specified address and prints it in a
4760specified format. @xref{Memory, ,Examining memory}.
4761
7a292a7a 4762If you are interested in information about types, or about how the
d4f3574e
SS
4763fields of a struct or a class are declared, use the @code{ptype @var{exp}}
4764command rather than @code{print}. @xref{Symbols, ,Examining the Symbol
7a292a7a 4765Table}.
c906108c
SS
4766
4767@menu
4768* Expressions:: Expressions
4769* Variables:: Program variables
4770* Arrays:: Artificial arrays
4771* Output Formats:: Output formats
4772* Memory:: Examining memory
4773* Auto Display:: Automatic display
4774* Print Settings:: Print settings
4775* Value History:: Value history
4776* Convenience Vars:: Convenience variables
4777* Registers:: Registers
c906108c 4778* Floating Point Hardware:: Floating point hardware
53c69bd7 4779* Vector Unit:: Vector Unit
b383017d 4780* Auxiliary Vector:: Auxiliary data provided by operating system
29e57380 4781* Memory Region Attributes:: Memory region attributes
16d9dec6 4782* Dump/Restore Files:: Copy between memory and a file
a0eb71c5
KB
4783* Character Sets:: Debugging programs that use a different
4784 character set than GDB does
c906108c
SS
4785@end menu
4786
6d2ebf8b 4787@node Expressions
c906108c
SS
4788@section Expressions
4789
4790@cindex expressions
4791@code{print} and many other @value{GDBN} commands accept an expression and
4792compute its value. Any kind of constant, variable or operator defined
4793by the programming language you are using is valid in an expression in
e2e0bcd1
JB
4794@value{GDBN}. This includes conditional expressions, function calls,
4795casts, and string constants. It also includes preprocessor macros, if
4796you compiled your program to include this information; see
4797@ref{Compilation}.
c906108c 4798
15387254 4799@cindex arrays in expressions
d4f3574e
SS
4800@value{GDBN} supports array constants in expressions input by
4801the user. The syntax is @{@var{element}, @var{element}@dots{}@}. For example,
5d161b24 4802you can use the command @code{print @{1, 2, 3@}} to build up an array in
d4f3574e 4803memory that is @code{malloc}ed in the target program.
c906108c 4804
c906108c
SS
4805Because C is so widespread, most of the expressions shown in examples in
4806this manual are in C. @xref{Languages, , Using @value{GDBN} with Different
4807Languages}, for information on how to use expressions in other
4808languages.
4809
4810In this section, we discuss operators that you can use in @value{GDBN}
4811expressions regardless of your programming language.
4812
15387254 4813@cindex casts, in expressions
c906108c
SS
4814Casts are supported in all languages, not just in C, because it is so
4815useful to cast a number into a pointer in order to examine a structure
4816at that address in memory.
4817@c FIXME: casts supported---Mod2 true?
c906108c
SS
4818
4819@value{GDBN} supports these operators, in addition to those common
4820to programming languages:
4821
4822@table @code
4823@item @@
4824@samp{@@} is a binary operator for treating parts of memory as arrays.
4825@xref{Arrays, ,Artificial arrays}, for more information.
4826
4827@item ::
4828@samp{::} allows you to specify a variable in terms of the file or
4829function where it is defined. @xref{Variables, ,Program variables}.
4830
4831@cindex @{@var{type}@}
4832@cindex type casting memory
4833@cindex memory, viewing as typed object
4834@cindex casts, to view memory
4835@item @{@var{type}@} @var{addr}
4836Refers to an object of type @var{type} stored at address @var{addr} in
4837memory. @var{addr} may be any expression whose value is an integer or
4838pointer (but parentheses are required around binary operators, just as in
4839a cast). This construct is allowed regardless of what kind of data is
4840normally supposed to reside at @var{addr}.
4841@end table
4842
6d2ebf8b 4843@node Variables
c906108c
SS
4844@section Program variables
4845
4846The most common kind of expression to use is the name of a variable
4847in your program.
4848
4849Variables in expressions are understood in the selected stack frame
4850(@pxref{Selection, ,Selecting a frame}); they must be either:
4851
4852@itemize @bullet
4853@item
4854global (or file-static)
4855@end itemize
4856
5d161b24 4857@noindent or
c906108c
SS
4858
4859@itemize @bullet
4860@item
4861visible according to the scope rules of the
4862programming language from the point of execution in that frame
5d161b24 4863@end itemize
c906108c
SS
4864
4865@noindent This means that in the function
4866
474c8240 4867@smallexample
c906108c
SS
4868foo (a)
4869 int a;
4870@{
4871 bar (a);
4872 @{
4873 int b = test ();
4874 bar (b);
4875 @}
4876@}
474c8240 4877@end smallexample
c906108c
SS
4878
4879@noindent
4880you can examine and use the variable @code{a} whenever your program is
4881executing within the function @code{foo}, but you can only use or
4882examine the variable @code{b} while your program is executing inside
4883the block where @code{b} is declared.
4884
4885@cindex variable name conflict
4886There is an exception: you can refer to a variable or function whose
4887scope is a single source file even if the current execution point is not
4888in this file. But it is possible to have more than one such variable or
4889function with the same name (in different source files). If that
4890happens, referring to that name has unpredictable effects. If you wish,
4891you can specify a static variable in a particular function or file,
15387254 4892using the colon-colon (@code{::}) notation:
c906108c 4893
d4f3574e 4894@cindex colon-colon, context for variables/functions
c906108c
SS
4895@iftex
4896@c info cannot cope with a :: index entry, but why deprive hard copy readers?
41afff9a 4897@cindex @code{::}, context for variables/functions
c906108c 4898@end iftex
474c8240 4899@smallexample
c906108c
SS
4900@var{file}::@var{variable}
4901@var{function}::@var{variable}
474c8240 4902@end smallexample
c906108c
SS
4903
4904@noindent
4905Here @var{file} or @var{function} is the name of the context for the
4906static @var{variable}. In the case of file names, you can use quotes to
4907make sure @value{GDBN} parses the file name as a single word---for example,
4908to print a global value of @code{x} defined in @file{f2.c}:
4909
474c8240 4910@smallexample
c906108c 4911(@value{GDBP}) p 'f2.c'::x
474c8240 4912@end smallexample
c906108c 4913
b37052ae 4914@cindex C@t{++} scope resolution
c906108c 4915This use of @samp{::} is very rarely in conflict with the very similar
b37052ae 4916use of the same notation in C@t{++}. @value{GDBN} also supports use of the C@t{++}
c906108c
SS
4917scope resolution operator in @value{GDBN} expressions.
4918@c FIXME: Um, so what happens in one of those rare cases where it's in
4919@c conflict?? --mew
c906108c
SS
4920
4921@cindex wrong values
4922@cindex variable values, wrong
15387254
EZ
4923@cindex function entry/exit, wrong values of variables
4924@cindex optimized code, wrong values of variables
c906108c
SS
4925@quotation
4926@emph{Warning:} Occasionally, a local variable may appear to have the
4927wrong value at certain points in a function---just after entry to a new
4928scope, and just before exit.
4929@end quotation
4930You may see this problem when you are stepping by machine instructions.
4931This is because, on most machines, it takes more than one instruction to
4932set up a stack frame (including local variable definitions); if you are
4933stepping by machine instructions, variables may appear to have the wrong
4934values until the stack frame is completely built. On exit, it usually
4935also takes more than one machine instruction to destroy a stack frame;
4936after you begin stepping through that group of instructions, local
4937variable definitions may be gone.
4938
4939This may also happen when the compiler does significant optimizations.
4940To be sure of always seeing accurate values, turn off all optimization
4941when compiling.
4942
d4f3574e
SS
4943@cindex ``No symbol "foo" in current context''
4944Another possible effect of compiler optimizations is to optimize
4945unused variables out of existence, or assign variables to registers (as
4946opposed to memory addresses). Depending on the support for such cases
4947offered by the debug info format used by the compiler, @value{GDBN}
4948might not be able to display values for such local variables. If that
4949happens, @value{GDBN} will print a message like this:
4950
474c8240 4951@smallexample
d4f3574e 4952No symbol "foo" in current context.
474c8240 4953@end smallexample
d4f3574e
SS
4954
4955To solve such problems, either recompile without optimizations, or use a
4956different debug info format, if the compiler supports several such
15387254 4957formats. For example, @value{NGCC}, the @sc{gnu} C/C@t{++} compiler,
0179ffac
DC
4958usually supports the @option{-gstabs+} option. @option{-gstabs+}
4959produces debug info in a format that is superior to formats such as
4960COFF. You may be able to use DWARF 2 (@option{-gdwarf-2}), which is also
4961an effective form for debug info. @xref{Debugging Options,,Options
4962for Debugging Your Program or @sc{gnu} CC, gcc.info, Using @sc{gnu} CC}.
15387254
EZ
4963@xref{C, , Debugging C++}, for more info about debug info formats
4964that are best suited to C@t{++} programs.
d4f3574e 4965
6d2ebf8b 4966@node Arrays
c906108c
SS
4967@section Artificial arrays
4968
4969@cindex artificial array
15387254 4970@cindex arrays
41afff9a 4971@kindex @@@r{, referencing memory as an array}
c906108c
SS
4972It is often useful to print out several successive objects of the
4973same type in memory; a section of an array, or an array of
4974dynamically determined size for which only a pointer exists in the
4975program.
4976
4977You can do this by referring to a contiguous span of memory as an
4978@dfn{artificial array}, using the binary operator @samp{@@}. The left
4979operand of @samp{@@} should be the first element of the desired array
4980and be an individual object. The right operand should be the desired length
4981of the array. The result is an array value whose elements are all of
4982the type of the left argument. The first element is actually the left
4983argument; the second element comes from bytes of memory immediately
4984following those that hold the first element, and so on. Here is an
4985example. If a program says
4986
474c8240 4987@smallexample
c906108c 4988int *array = (int *) malloc (len * sizeof (int));
474c8240 4989@end smallexample
c906108c
SS
4990
4991@noindent
4992you can print the contents of @code{array} with
4993
474c8240 4994@smallexample
c906108c 4995p *array@@len
474c8240 4996@end smallexample
c906108c
SS
4997
4998The left operand of @samp{@@} must reside in memory. Array values made
4999with @samp{@@} in this way behave just like other arrays in terms of
5000subscripting, and are coerced to pointers when used in expressions.
5001Artificial arrays most often appear in expressions via the value history
5002(@pxref{Value History, ,Value history}), after printing one out.
5003
5004Another way to create an artificial array is to use a cast.
5005This re-interprets a value as if it were an array.
5006The value need not be in memory:
474c8240 5007@smallexample
c906108c
SS
5008(@value{GDBP}) p/x (short[2])0x12345678
5009$1 = @{0x1234, 0x5678@}
474c8240 5010@end smallexample
c906108c
SS
5011
5012As a convenience, if you leave the array length out (as in
c3f6f71d 5013@samp{(@var{type}[])@var{value}}) @value{GDBN} calculates the size to fill
c906108c 5014the value (as @samp{sizeof(@var{value})/sizeof(@var{type})}:
474c8240 5015@smallexample
c906108c
SS
5016(@value{GDBP}) p/x (short[])0x12345678
5017$2 = @{0x1234, 0x5678@}
474c8240 5018@end smallexample
c906108c
SS
5019
5020Sometimes the artificial array mechanism is not quite enough; in
5021moderately complex data structures, the elements of interest may not
5022actually be adjacent---for example, if you are interested in the values
5023of pointers in an array. One useful work-around in this situation is
5024to use a convenience variable (@pxref{Convenience Vars, ,Convenience
5025variables}) as a counter in an expression that prints the first
5026interesting value, and then repeat that expression via @key{RET}. For
5027instance, suppose you have an array @code{dtab} of pointers to
5028structures, and you are interested in the values of a field @code{fv}
5029in each structure. Here is an example of what you might type:
5030
474c8240 5031@smallexample
c906108c
SS
5032set $i = 0
5033p dtab[$i++]->fv
5034@key{RET}
5035@key{RET}
5036@dots{}
474c8240 5037@end smallexample
c906108c 5038
6d2ebf8b 5039@node Output Formats
c906108c
SS
5040@section Output formats
5041
5042@cindex formatted output
5043@cindex output formats
5044By default, @value{GDBN} prints a value according to its data type. Sometimes
5045this is not what you want. For example, you might want to print a number
5046in hex, or a pointer in decimal. Or you might want to view data in memory
5047at a certain address as a character string or as an instruction. To do
5048these things, specify an @dfn{output format} when you print a value.
5049
5050The simplest use of output formats is to say how to print a value
5051already computed. This is done by starting the arguments of the
5052@code{print} command with a slash and a format letter. The format
5053letters supported are:
5054
5055@table @code
5056@item x
5057Regard the bits of the value as an integer, and print the integer in
5058hexadecimal.
5059
5060@item d
5061Print as integer in signed decimal.
5062
5063@item u
5064Print as integer in unsigned decimal.
5065
5066@item o
5067Print as integer in octal.
5068
5069@item t
5070Print as integer in binary. The letter @samp{t} stands for ``two''.
5071@footnote{@samp{b} cannot be used because these format letters are also
5072used with the @code{x} command, where @samp{b} stands for ``byte'';
d4f3574e 5073see @ref{Memory,,Examining memory}.}
c906108c
SS
5074
5075@item a
5076@cindex unknown address, locating
3d67e040 5077@cindex locate address
c906108c
SS
5078Print as an address, both absolute in hexadecimal and as an offset from
5079the nearest preceding symbol. You can use this format used to discover
5080where (in what function) an unknown address is located:
5081
474c8240 5082@smallexample
c906108c
SS
5083(@value{GDBP}) p/a 0x54320
5084$3 = 0x54320 <_initialize_vx+396>
474c8240 5085@end smallexample
c906108c 5086
3d67e040
EZ
5087@noindent
5088The command @code{info symbol 0x54320} yields similar results.
5089@xref{Symbols, info symbol}.
5090
c906108c
SS
5091@item c
5092Regard as an integer and print it as a character constant.
5093
5094@item f
5095Regard the bits of the value as a floating point number and print
5096using typical floating point syntax.
5097@end table
5098
5099For example, to print the program counter in hex (@pxref{Registers}), type
5100
474c8240 5101@smallexample
c906108c 5102p/x $pc
474c8240 5103@end smallexample
c906108c
SS
5104
5105@noindent
5106Note that no space is required before the slash; this is because command
5107names in @value{GDBN} cannot contain a slash.
5108
5109To reprint the last value in the value history with a different format,
5110you can use the @code{print} command with just a format and no
5111expression. For example, @samp{p/x} reprints the last value in hex.
5112
6d2ebf8b 5113@node Memory
c906108c
SS
5114@section Examining memory
5115
5116You can use the command @code{x} (for ``examine'') to examine memory in
5117any of several formats, independently of your program's data types.
5118
5119@cindex examining memory
5120@table @code
41afff9a 5121@kindex x @r{(examine memory)}
c906108c
SS
5122@item x/@var{nfu} @var{addr}
5123@itemx x @var{addr}
5124@itemx x
5125Use the @code{x} command to examine memory.
5126@end table
5127
5128@var{n}, @var{f}, and @var{u} are all optional parameters that specify how
5129much memory to display and how to format it; @var{addr} is an
5130expression giving the address where you want to start displaying memory.
5131If you use defaults for @var{nfu}, you need not type the slash @samp{/}.
5132Several commands set convenient defaults for @var{addr}.
5133
5134@table @r
5135@item @var{n}, the repeat count
5136The repeat count is a decimal integer; the default is 1. It specifies
5137how much memory (counting by units @var{u}) to display.
5138@c This really is **decimal**; unaffected by 'set radix' as of GDB
5139@c 4.1.2.
5140
5141@item @var{f}, the display format
5142The display format is one of the formats used by @code{print},
5143@samp{s} (null-terminated string), or @samp{i} (machine instruction).
5144The default is @samp{x} (hexadecimal) initially.
5145The default changes each time you use either @code{x} or @code{print}.
5146
5147@item @var{u}, the unit size
5148The unit size is any of
5149
5150@table @code
5151@item b
5152Bytes.
5153@item h
5154Halfwords (two bytes).
5155@item w
5156Words (four bytes). This is the initial default.
5157@item g
5158Giant words (eight bytes).
5159@end table
5160
5161Each time you specify a unit size with @code{x}, that size becomes the
5162default unit the next time you use @code{x}. (For the @samp{s} and
5163@samp{i} formats, the unit size is ignored and is normally not written.)
5164
5165@item @var{addr}, starting display address
5166@var{addr} is the address where you want @value{GDBN} to begin displaying
5167memory. The expression need not have a pointer value (though it may);
5168it is always interpreted as an integer address of a byte of memory.
5169@xref{Expressions, ,Expressions}, for more information on expressions. The default for
5170@var{addr} is usually just after the last address examined---but several
5171other commands also set the default address: @code{info breakpoints} (to
5172the address of the last breakpoint listed), @code{info line} (to the
5173starting address of a line), and @code{print} (if you use it to display
5174a value from memory).
5175@end table
5176
5177For example, @samp{x/3uh 0x54320} is a request to display three halfwords
5178(@code{h}) of memory, formatted as unsigned decimal integers (@samp{u}),
5179starting at address @code{0x54320}. @samp{x/4xw $sp} prints the four
5180words (@samp{w}) of memory above the stack pointer (here, @samp{$sp};
d4f3574e 5181@pxref{Registers, ,Registers}) in hexadecimal (@samp{x}).
c906108c
SS
5182
5183Since the letters indicating unit sizes are all distinct from the
5184letters specifying output formats, you do not have to remember whether
5185unit size or format comes first; either order works. The output
5186specifications @samp{4xw} and @samp{4wx} mean exactly the same thing.
5187(However, the count @var{n} must come first; @samp{wx4} does not work.)
5188
5189Even though the unit size @var{u} is ignored for the formats @samp{s}
5190and @samp{i}, you might still want to use a count @var{n}; for example,
5191@samp{3i} specifies that you want to see three machine instructions,
5192including any operands. The command @code{disassemble} gives an
d4f3574e 5193alternative way of inspecting machine instructions; see @ref{Machine
c906108c
SS
5194Code,,Source and machine code}.
5195
5196All the defaults for the arguments to @code{x} are designed to make it
5197easy to continue scanning memory with minimal specifications each time
5198you use @code{x}. For example, after you have inspected three machine
5199instructions with @samp{x/3i @var{addr}}, you can inspect the next seven
5200with just @samp{x/7}. If you use @key{RET} to repeat the @code{x} command,
5201the repeat count @var{n} is used again; the other arguments default as
5202for successive uses of @code{x}.
5203
5204@cindex @code{$_}, @code{$__}, and value history
5205The addresses and contents printed by the @code{x} command are not saved
5206in the value history because there is often too much of them and they
5207would get in the way. Instead, @value{GDBN} makes these values available for
5208subsequent use in expressions as values of the convenience variables
5209@code{$_} and @code{$__}. After an @code{x} command, the last address
5210examined is available for use in expressions in the convenience variable
5211@code{$_}. The contents of that address, as examined, are available in
5212the convenience variable @code{$__}.
5213
5214If the @code{x} command has a repeat count, the address and contents saved
5215are from the last memory unit printed; this is not the same as the last
5216address printed if several units were printed on the last line of output.
5217
6d2ebf8b 5218@node Auto Display
c906108c
SS
5219@section Automatic display
5220@cindex automatic display
5221@cindex display of expressions
5222
5223If you find that you want to print the value of an expression frequently
5224(to see how it changes), you might want to add it to the @dfn{automatic
5225display list} so that @value{GDBN} prints its value each time your program stops.
5226Each expression added to the list is given a number to identify it;
5227to remove an expression from the list, you specify that number.
5228The automatic display looks like this:
5229
474c8240 5230@smallexample
c906108c
SS
52312: foo = 38
52323: bar[5] = (struct hack *) 0x3804
474c8240 5233@end smallexample
c906108c
SS
5234
5235@noindent
5236This display shows item numbers, expressions and their current values. As with
5237displays you request manually using @code{x} or @code{print}, you can
5238specify the output format you prefer; in fact, @code{display} decides
5239whether to use @code{print} or @code{x} depending on how elaborate your
5240format specification is---it uses @code{x} if you specify a unit size,
5241or one of the two formats (@samp{i} and @samp{s}) that are only
5242supported by @code{x}; otherwise it uses @code{print}.
5243
5244@table @code
5245@kindex display
d4f3574e
SS
5246@item display @var{expr}
5247Add the expression @var{expr} to the list of expressions to display
c906108c
SS
5248each time your program stops. @xref{Expressions, ,Expressions}.
5249
5250@code{display} does not repeat if you press @key{RET} again after using it.
5251
d4f3574e 5252@item display/@var{fmt} @var{expr}
c906108c 5253For @var{fmt} specifying only a display format and not a size or
d4f3574e 5254count, add the expression @var{expr} to the auto-display list but
c906108c
SS
5255arrange to display it each time in the specified format @var{fmt}.
5256@xref{Output Formats,,Output formats}.
5257
5258@item display/@var{fmt} @var{addr}
5259For @var{fmt} @samp{i} or @samp{s}, or including a unit-size or a
5260number of units, add the expression @var{addr} as a memory address to
5261be examined each time your program stops. Examining means in effect
5262doing @samp{x/@var{fmt} @var{addr}}. @xref{Memory, ,Examining memory}.
5263@end table
5264
5265For example, @samp{display/i $pc} can be helpful, to see the machine
5266instruction about to be executed each time execution stops (@samp{$pc}
d4f3574e 5267is a common name for the program counter; @pxref{Registers, ,Registers}).
c906108c
SS
5268
5269@table @code
5270@kindex delete display
5271@kindex undisplay
5272@item undisplay @var{dnums}@dots{}
5273@itemx delete display @var{dnums}@dots{}
5274Remove item numbers @var{dnums} from the list of expressions to display.
5275
5276@code{undisplay} does not repeat if you press @key{RET} after using it.
5277(Otherwise you would just get the error @samp{No display number @dots{}}.)
5278
5279@kindex disable display
5280@item disable display @var{dnums}@dots{}
5281Disable the display of item numbers @var{dnums}. A disabled display
5282item is not printed automatically, but is not forgotten. It may be
5283enabled again later.
5284
5285@kindex enable display
5286@item enable display @var{dnums}@dots{}
5287Enable display of item numbers @var{dnums}. It becomes effective once
5288again in auto display of its expression, until you specify otherwise.
5289
5290@item display
5291Display the current values of the expressions on the list, just as is
5292done when your program stops.
5293
5294@kindex info display
5295@item info display
5296Print the list of expressions previously set up to display
5297automatically, each one with its item number, but without showing the
5298values. This includes disabled expressions, which are marked as such.
5299It also includes expressions which would not be displayed right now
5300because they refer to automatic variables not currently available.
5301@end table
5302
15387254 5303@cindex display disabled out of scope
c906108c
SS
5304If a display expression refers to local variables, then it does not make
5305sense outside the lexical context for which it was set up. Such an
5306expression is disabled when execution enters a context where one of its
5307variables is not defined. For example, if you give the command
5308@code{display last_char} while inside a function with an argument
5309@code{last_char}, @value{GDBN} displays this argument while your program
5310continues to stop inside that function. When it stops elsewhere---where
5311there is no variable @code{last_char}---the display is disabled
5312automatically. The next time your program stops where @code{last_char}
5313is meaningful, you can enable the display expression once again.
5314
6d2ebf8b 5315@node Print Settings
c906108c
SS
5316@section Print settings
5317
5318@cindex format options
5319@cindex print settings
5320@value{GDBN} provides the following ways to control how arrays, structures,
5321and symbols are printed.
5322
5323@noindent
5324These settings are useful for debugging programs in any language:
5325
5326@table @code
4644b6e3 5327@kindex set print
c906108c
SS
5328@item set print address
5329@itemx set print address on
4644b6e3 5330@cindex print/don't print memory addresses
c906108c
SS
5331@value{GDBN} prints memory addresses showing the location of stack
5332traces, structure values, pointer values, breakpoints, and so forth,
5333even when it also displays the contents of those addresses. The default
5334is @code{on}. For example, this is what a stack frame display looks like with
5335@code{set print address on}:
5336
5337@smallexample
5338@group
5339(@value{GDBP}) f
5340#0 set_quotes (lq=0x34c78 "<<", rq=0x34c88 ">>")
5341 at input.c:530
5342530 if (lquote != def_lquote)
5343@end group
5344@end smallexample
5345
5346@item set print address off
5347Do not print addresses when displaying their contents. For example,
5348this is the same stack frame displayed with @code{set print address off}:
5349
5350@smallexample
5351@group
5352(@value{GDBP}) set print addr off
5353(@value{GDBP}) f
5354#0 set_quotes (lq="<<", rq=">>") at input.c:530
5355530 if (lquote != def_lquote)
5356@end group
5357@end smallexample
5358
5359You can use @samp{set print address off} to eliminate all machine
5360dependent displays from the @value{GDBN} interface. For example, with
5361@code{print address off}, you should get the same text for backtraces on
5362all machines---whether or not they involve pointer arguments.
5363
4644b6e3 5364@kindex show print
c906108c
SS
5365@item show print address
5366Show whether or not addresses are to be printed.
5367@end table
5368
5369When @value{GDBN} prints a symbolic address, it normally prints the
5370closest earlier symbol plus an offset. If that symbol does not uniquely
5371identify the address (for example, it is a name whose scope is a single
5372source file), you may need to clarify. One way to do this is with
5373@code{info line}, for example @samp{info line *0x4537}. Alternately,
5374you can set @value{GDBN} to print the source file and line number when
5375it prints a symbolic address:
5376
5377@table @code
c906108c 5378@item set print symbol-filename on
4644b6e3 5379@cindex closest symbol and offset for an address
c906108c
SS
5380Tell @value{GDBN} to print the source file name and line number of a
5381symbol in the symbolic form of an address.
5382
5383@item set print symbol-filename off
5384Do not print source file name and line number of a symbol. This is the
5385default.
5386
c906108c
SS
5387@item show print symbol-filename
5388Show whether or not @value{GDBN} will print the source file name and
5389line number of a symbol in the symbolic form of an address.
5390@end table
5391
5392Another situation where it is helpful to show symbol filenames and line
5393numbers is when disassembling code; @value{GDBN} shows you the line
5394number and source file that corresponds to each instruction.
5395
5396Also, you may wish to see the symbolic form only if the address being
5397printed is reasonably close to the closest earlier symbol:
5398
5399@table @code
c906108c 5400@item set print max-symbolic-offset @var{max-offset}
4644b6e3 5401@cindex maximum value for offset of closest symbol
c906108c
SS
5402Tell @value{GDBN} to only display the symbolic form of an address if the
5403offset between the closest earlier symbol and the address is less than
5d161b24 5404@var{max-offset}. The default is 0, which tells @value{GDBN}
c906108c
SS
5405to always print the symbolic form of an address if any symbol precedes it.
5406
c906108c
SS
5407@item show print max-symbolic-offset
5408Ask how large the maximum offset is that @value{GDBN} prints in a
5409symbolic address.
5410@end table
5411
5412@cindex wild pointer, interpreting
5413@cindex pointer, finding referent
5414If you have a pointer and you are not sure where it points, try
5415@samp{set print symbol-filename on}. Then you can determine the name
5416and source file location of the variable where it points, using
5417@samp{p/a @var{pointer}}. This interprets the address in symbolic form.
5418For example, here @value{GDBN} shows that a variable @code{ptt} points
5419at another variable @code{t}, defined in @file{hi2.c}:
5420
474c8240 5421@smallexample
c906108c
SS
5422(@value{GDBP}) set print symbol-filename on
5423(@value{GDBP}) p/a ptt
5424$4 = 0xe008 <t in hi2.c>
474c8240 5425@end smallexample
c906108c
SS
5426
5427@quotation
5428@emph{Warning:} For pointers that point to a local variable, @samp{p/a}
5429does not show the symbol name and filename of the referent, even with
5430the appropriate @code{set print} options turned on.
5431@end quotation
5432
5433Other settings control how different kinds of objects are printed:
5434
5435@table @code
c906108c
SS
5436@item set print array
5437@itemx set print array on
4644b6e3 5438@cindex pretty print arrays
c906108c
SS
5439Pretty print arrays. This format is more convenient to read,
5440but uses more space. The default is off.
5441
5442@item set print array off
5443Return to compressed format for arrays.
5444
c906108c
SS
5445@item show print array
5446Show whether compressed or pretty format is selected for displaying
5447arrays.
5448
c906108c 5449@item set print elements @var{number-of-elements}
4644b6e3 5450@cindex number of array elements to print
c906108c
SS
5451Set a limit on how many elements of an array @value{GDBN} will print.
5452If @value{GDBN} is printing a large array, it stops printing after it has
5453printed the number of elements set by the @code{set print elements} command.
5454This limit also applies to the display of strings.
d4f3574e 5455When @value{GDBN} starts, this limit is set to 200.
c906108c
SS
5456Setting @var{number-of-elements} to zero means that the printing is unlimited.
5457
c906108c
SS
5458@item show print elements
5459Display the number of elements of a large array that @value{GDBN} will print.
5460If the number is 0, then the printing is unlimited.
5461
c906108c 5462@item set print null-stop
4644b6e3 5463@cindex @sc{null} elements in arrays
c906108c 5464Cause @value{GDBN} to stop printing the characters of an array when the first
d4f3574e 5465@sc{null} is encountered. This is useful when large arrays actually
c906108c 5466contain only short strings.
d4f3574e 5467The default is off.
c906108c 5468
c906108c 5469@item set print pretty on
5d161b24 5470Cause @value{GDBN} to print structures in an indented format with one member
c906108c
SS
5471per line, like this:
5472
5473@smallexample
5474@group
5475$1 = @{
5476 next = 0x0,
5477 flags = @{
5478 sweet = 1,
5479 sour = 1
5480 @},
5481 meat = 0x54 "Pork"
5482@}
5483@end group
5484@end smallexample
5485
5486@item set print pretty off
5487Cause @value{GDBN} to print structures in a compact format, like this:
5488
5489@smallexample
5490@group
5491$1 = @{next = 0x0, flags = @{sweet = 1, sour = 1@}, \
5492meat = 0x54 "Pork"@}
5493@end group
5494@end smallexample
5495
5496@noindent
5497This is the default format.
5498
c906108c
SS
5499@item show print pretty
5500Show which format @value{GDBN} is using to print structures.
5501
c906108c 5502@item set print sevenbit-strings on
4644b6e3
EZ
5503@cindex eight-bit characters in strings
5504@cindex octal escapes in strings
c906108c
SS
5505Print using only seven-bit characters; if this option is set,
5506@value{GDBN} displays any eight-bit characters (in strings or
5507character values) using the notation @code{\}@var{nnn}. This setting is
5508best if you are working in English (@sc{ascii}) and you use the
5509high-order bit of characters as a marker or ``meta'' bit.
5510
5511@item set print sevenbit-strings off
5512Print full eight-bit characters. This allows the use of more
5513international character sets, and is the default.
5514
c906108c
SS
5515@item show print sevenbit-strings
5516Show whether or not @value{GDBN} is printing only seven-bit characters.
5517
c906108c 5518@item set print union on
4644b6e3 5519@cindex unions in structures, printing
5d161b24 5520Tell @value{GDBN} to print unions which are contained in structures. This
c906108c
SS
5521is the default setting.
5522
5523@item set print union off
5524Tell @value{GDBN} not to print unions which are contained in structures.
5525
c906108c
SS
5526@item show print union
5527Ask @value{GDBN} whether or not it will print unions which are contained in
5528structures.
5529
5530For example, given the declarations
5531
5532@smallexample
5533typedef enum @{Tree, Bug@} Species;
5534typedef enum @{Big_tree, Acorn, Seedling@} Tree_forms;
5d161b24 5535typedef enum @{Caterpillar, Cocoon, Butterfly@}
c906108c
SS
5536 Bug_forms;
5537
5538struct thing @{
5539 Species it;
5540 union @{
5541 Tree_forms tree;
5542 Bug_forms bug;
5543 @} form;
5544@};
5545
5546struct thing foo = @{Tree, @{Acorn@}@};
5547@end smallexample
5548
5549@noindent
5550with @code{set print union on} in effect @samp{p foo} would print
5551
5552@smallexample
5553$1 = @{it = Tree, form = @{tree = Acorn, bug = Cocoon@}@}
5554@end smallexample
5555
5556@noindent
5557and with @code{set print union off} in effect it would print
5558
5559@smallexample
5560$1 = @{it = Tree, form = @{...@}@}
5561@end smallexample
5562@end table
5563
c906108c
SS
5564@need 1000
5565@noindent
b37052ae 5566These settings are of interest when debugging C@t{++} programs:
c906108c
SS
5567
5568@table @code
4644b6e3 5569@cindex demangling C@t{++} names
c906108c
SS
5570@item set print demangle
5571@itemx set print demangle on
b37052ae 5572Print C@t{++} names in their source form rather than in the encoded
c906108c 5573(``mangled'') form passed to the assembler and linker for type-safe
d4f3574e 5574linkage. The default is on.
c906108c 5575
c906108c 5576@item show print demangle
b37052ae 5577Show whether C@t{++} names are printed in mangled or demangled form.
c906108c 5578
c906108c
SS
5579@item set print asm-demangle
5580@itemx set print asm-demangle on
b37052ae 5581Print C@t{++} names in their source form rather than their mangled form, even
c906108c
SS
5582in assembler code printouts such as instruction disassemblies.
5583The default is off.
5584
c906108c 5585@item show print asm-demangle
b37052ae 5586Show whether C@t{++} names in assembly listings are printed in mangled
c906108c
SS
5587or demangled form.
5588
b37052ae
EZ
5589@cindex C@t{++} symbol decoding style
5590@cindex symbol decoding style, C@t{++}
c906108c
SS
5591@item set demangle-style @var{style}
5592Choose among several encoding schemes used by different compilers to
b37052ae 5593represent C@t{++} names. The choices for @var{style} are currently:
c906108c
SS
5594
5595@table @code
5596@item auto
5597Allow @value{GDBN} to choose a decoding style by inspecting your program.
5598
5599@item gnu
b37052ae 5600Decode based on the @sc{gnu} C@t{++} compiler (@code{g++}) encoding algorithm.
c906108c 5601This is the default.
c906108c
SS
5602
5603@item hp
b37052ae 5604Decode based on the HP ANSI C@t{++} (@code{aCC}) encoding algorithm.
c906108c
SS
5605
5606@item lucid
b37052ae 5607Decode based on the Lucid C@t{++} compiler (@code{lcc}) encoding algorithm.
c906108c
SS
5608
5609@item arm
b37052ae 5610Decode using the algorithm in the @cite{C@t{++} Annotated Reference Manual}.
c906108c
SS
5611@strong{Warning:} this setting alone is not sufficient to allow
5612debugging @code{cfront}-generated executables. @value{GDBN} would
5613require further enhancement to permit that.
5614
5615@end table
5616If you omit @var{style}, you will see a list of possible formats.
5617
c906108c 5618@item show demangle-style
b37052ae 5619Display the encoding style currently in use for decoding C@t{++} symbols.
c906108c 5620
c906108c
SS
5621@item set print object
5622@itemx set print object on
4644b6e3 5623@cindex derived type of an object, printing
c906108c
SS
5624When displaying a pointer to an object, identify the @emph{actual}
5625(derived) type of the object rather than the @emph{declared} type, using
5626the virtual function table.
5627
5628@item set print object off
5629Display only the declared type of objects, without reference to the
5630virtual function table. This is the default setting.
5631
c906108c
SS
5632@item show print object
5633Show whether actual, or declared, object types are displayed.
5634
c906108c
SS
5635@item set print static-members
5636@itemx set print static-members on
4644b6e3 5637@cindex static members of C@t{++} objects
b37052ae 5638Print static members when displaying a C@t{++} object. The default is on.
c906108c
SS
5639
5640@item set print static-members off
b37052ae 5641Do not print static members when displaying a C@t{++} object.
c906108c 5642
c906108c 5643@item show print static-members
b37052ae 5644Show whether C@t{++} static members are printed, or not.
c906108c
SS
5645
5646@c These don't work with HP ANSI C++ yet.
c906108c
SS
5647@item set print vtbl
5648@itemx set print vtbl on
4644b6e3 5649@cindex pretty print C@t{++} virtual function tables
b37052ae 5650Pretty print C@t{++} virtual function tables. The default is off.
c906108c 5651(The @code{vtbl} commands do not work on programs compiled with the HP
b37052ae 5652ANSI C@t{++} compiler (@code{aCC}).)
c906108c
SS
5653
5654@item set print vtbl off
b37052ae 5655Do not pretty print C@t{++} virtual function tables.
c906108c 5656
c906108c 5657@item show print vtbl
b37052ae 5658Show whether C@t{++} virtual function tables are pretty printed, or not.
c906108c 5659@end table
c906108c 5660
6d2ebf8b 5661@node Value History
c906108c
SS
5662@section Value history
5663
5664@cindex value history
5d161b24
DB
5665Values printed by the @code{print} command are saved in the @value{GDBN}
5666@dfn{value history}. This allows you to refer to them in other expressions.
5667Values are kept until the symbol table is re-read or discarded
5668(for example with the @code{file} or @code{symbol-file} commands).
5669When the symbol table changes, the value history is discarded,
5670since the values may contain pointers back to the types defined in the
c906108c
SS
5671symbol table.
5672
5673@cindex @code{$}
5674@cindex @code{$$}
5675@cindex history number
5676The values printed are given @dfn{history numbers} by which you can
5677refer to them. These are successive integers starting with one.
5678@code{print} shows you the history number assigned to a value by
5679printing @samp{$@var{num} = } before the value; here @var{num} is the
5680history number.
5681
5682To refer to any previous value, use @samp{$} followed by the value's
5683history number. The way @code{print} labels its output is designed to
5684remind you of this. Just @code{$} refers to the most recent value in
5685the history, and @code{$$} refers to the value before that.
5686@code{$$@var{n}} refers to the @var{n}th value from the end; @code{$$2}
5687is the value just prior to @code{$$}, @code{$$1} is equivalent to
5688@code{$$}, and @code{$$0} is equivalent to @code{$}.
5689
5690For example, suppose you have just printed a pointer to a structure and
5691want to see the contents of the structure. It suffices to type
5692
474c8240 5693@smallexample
c906108c 5694p *$
474c8240 5695@end smallexample
c906108c
SS
5696
5697If you have a chain of structures where the component @code{next} points
5698to the next one, you can print the contents of the next one with this:
5699
474c8240 5700@smallexample
c906108c 5701p *$.next
474c8240 5702@end smallexample
c906108c
SS
5703
5704@noindent
5705You can print successive links in the chain by repeating this
5706command---which you can do by just typing @key{RET}.
5707
5708Note that the history records values, not expressions. If the value of
5709@code{x} is 4 and you type these commands:
5710
474c8240 5711@smallexample
c906108c
SS
5712print x
5713set x=5
474c8240 5714@end smallexample
c906108c
SS
5715
5716@noindent
5717then the value recorded in the value history by the @code{print} command
5718remains 4 even though the value of @code{x} has changed.
5719
5720@table @code
5721@kindex show values
5722@item show values
5723Print the last ten values in the value history, with their item numbers.
5724This is like @samp{p@ $$9} repeated ten times, except that @code{show
5725values} does not change the history.
5726
5727@item show values @var{n}
5728Print ten history values centered on history item number @var{n}.
5729
5730@item show values +
5731Print ten history values just after the values last printed. If no more
5732values are available, @code{show values +} produces no display.
5733@end table
5734
5735Pressing @key{RET} to repeat @code{show values @var{n}} has exactly the
5736same effect as @samp{show values +}.
5737
6d2ebf8b 5738@node Convenience Vars
c906108c
SS
5739@section Convenience variables
5740
5741@cindex convenience variables
5742@value{GDBN} provides @dfn{convenience variables} that you can use within
5743@value{GDBN} to hold on to a value and refer to it later. These variables
5744exist entirely within @value{GDBN}; they are not part of your program, and
5745setting a convenience variable has no direct effect on further execution
5746of your program. That is why you can use them freely.
5747
5748Convenience variables are prefixed with @samp{$}. Any name preceded by
5749@samp{$} can be used for a convenience variable, unless it is one of
d4f3574e 5750the predefined machine-specific register names (@pxref{Registers, ,Registers}).
c906108c
SS
5751(Value history references, in contrast, are @emph{numbers} preceded
5752by @samp{$}. @xref{Value History, ,Value history}.)
5753
5754You can save a value in a convenience variable with an assignment
5755expression, just as you would set a variable in your program.
5756For example:
5757
474c8240 5758@smallexample
c906108c 5759set $foo = *object_ptr
474c8240 5760@end smallexample
c906108c
SS
5761
5762@noindent
5763would save in @code{$foo} the value contained in the object pointed to by
5764@code{object_ptr}.
5765
5766Using a convenience variable for the first time creates it, but its
5767value is @code{void} until you assign a new value. You can alter the
5768value with another assignment at any time.
5769
5770Convenience variables have no fixed types. You can assign a convenience
5771variable any type of value, including structures and arrays, even if
5772that variable already has a value of a different type. The convenience
5773variable, when used as an expression, has the type of its current value.
5774
5775@table @code
5776@kindex show convenience
5777@item show convenience
5778Print a list of convenience variables used so far, and their values.
d4f3574e 5779Abbreviated @code{show conv}.
c906108c
SS
5780@end table
5781
5782One of the ways to use a convenience variable is as a counter to be
5783incremented or a pointer to be advanced. For example, to print
5784a field from successive elements of an array of structures:
5785
474c8240 5786@smallexample
c906108c
SS
5787set $i = 0
5788print bar[$i++]->contents
474c8240 5789@end smallexample
c906108c 5790
d4f3574e
SS
5791@noindent
5792Repeat that command by typing @key{RET}.
c906108c
SS
5793
5794Some convenience variables are created automatically by @value{GDBN} and given
5795values likely to be useful.
5796
5797@table @code
41afff9a 5798@vindex $_@r{, convenience variable}
c906108c
SS
5799@item $_
5800The variable @code{$_} is automatically set by the @code{x} command to
5801the last address examined (@pxref{Memory, ,Examining memory}). Other
5802commands which provide a default address for @code{x} to examine also
5803set @code{$_} to that address; these commands include @code{info line}
5804and @code{info breakpoint}. The type of @code{$_} is @code{void *}
5805except when set by the @code{x} command, in which case it is a pointer
5806to the type of @code{$__}.
5807
41afff9a 5808@vindex $__@r{, convenience variable}
c906108c
SS
5809@item $__
5810The variable @code{$__} is automatically set by the @code{x} command
5811to the value found in the last address examined. Its type is chosen
5812to match the format in which the data was printed.
5813
5814@item $_exitcode
41afff9a 5815@vindex $_exitcode@r{, convenience variable}
c906108c
SS
5816The variable @code{$_exitcode} is automatically set to the exit code when
5817the program being debugged terminates.
5818@end table
5819
53a5351d
JM
5820On HP-UX systems, if you refer to a function or variable name that
5821begins with a dollar sign, @value{GDBN} searches for a user or system
5822name first, before it searches for a convenience variable.
c906108c 5823
6d2ebf8b 5824@node Registers
c906108c
SS
5825@section Registers
5826
5827@cindex registers
5828You can refer to machine register contents, in expressions, as variables
5829with names starting with @samp{$}. The names of registers are different
5830for each machine; use @code{info registers} to see the names used on
5831your machine.
5832
5833@table @code
5834@kindex info registers
5835@item info registers
5836Print the names and values of all registers except floating-point
c85508ee 5837and vector registers (in the selected stack frame).
c906108c
SS
5838
5839@kindex info all-registers
5840@cindex floating point registers
5841@item info all-registers
5842Print the names and values of all registers, including floating-point
c85508ee 5843and vector registers (in the selected stack frame).
c906108c
SS
5844
5845@item info registers @var{regname} @dots{}
5846Print the @dfn{relativized} value of each specified register @var{regname}.
5d161b24
DB
5847As discussed in detail below, register values are normally relative to
5848the selected stack frame. @var{regname} may be any register name valid on
c906108c
SS
5849the machine you are using, with or without the initial @samp{$}.
5850@end table
5851
5852@value{GDBN} has four ``standard'' register names that are available (in
5853expressions) on most machines---whenever they do not conflict with an
5854architecture's canonical mnemonics for registers. The register names
5855@code{$pc} and @code{$sp} are used for the program counter register and
5856the stack pointer. @code{$fp} is used for a register that contains a
5857pointer to the current stack frame, and @code{$ps} is used for a
5858register that contains the processor status. For example,
5859you could print the program counter in hex with
5860
474c8240 5861@smallexample
c906108c 5862p/x $pc
474c8240 5863@end smallexample
c906108c
SS
5864
5865@noindent
5866or print the instruction to be executed next with
5867
474c8240 5868@smallexample
c906108c 5869x/i $pc
474c8240 5870@end smallexample
c906108c
SS
5871
5872@noindent
5873or add four to the stack pointer@footnote{This is a way of removing
5874one word from the stack, on machines where stacks grow downward in
5875memory (most machines, nowadays). This assumes that the innermost
5876stack frame is selected; setting @code{$sp} is not allowed when other
5877stack frames are selected. To pop entire frames off the stack,
5878regardless of machine architecture, use @code{return};
d4f3574e 5879see @ref{Returning, ,Returning from a function}.} with
c906108c 5880
474c8240 5881@smallexample
c906108c 5882set $sp += 4
474c8240 5883@end smallexample
c906108c
SS
5884
5885Whenever possible, these four standard register names are available on
5886your machine even though the machine has different canonical mnemonics,
5887so long as there is no conflict. The @code{info registers} command
5888shows the canonical names. For example, on the SPARC, @code{info
5889registers} displays the processor status register as @code{$psr} but you
d4f3574e
SS
5890can also refer to it as @code{$ps}; and on x86-based machines @code{$ps}
5891is an alias for the @sc{eflags} register.
c906108c
SS
5892
5893@value{GDBN} always considers the contents of an ordinary register as an
5894integer when the register is examined in this way. Some machines have
5895special registers which can hold nothing but floating point; these
5896registers are considered to have floating point values. There is no way
5897to refer to the contents of an ordinary register as floating point value
5898(although you can @emph{print} it as a floating point value with
5899@samp{print/f $@var{regname}}).
5900
5901Some registers have distinct ``raw'' and ``virtual'' data formats. This
5902means that the data format in which the register contents are saved by
5903the operating system is not the same one that your program normally
5904sees. For example, the registers of the 68881 floating point
5905coprocessor are always saved in ``extended'' (raw) format, but all C
5906programs expect to work with ``double'' (virtual) format. In such
5d161b24 5907cases, @value{GDBN} normally works with the virtual format only (the format
c906108c
SS
5908that makes sense for your program), but the @code{info registers} command
5909prints the data in both formats.
5910
5911Normally, register values are relative to the selected stack frame
5912(@pxref{Selection, ,Selecting a frame}). This means that you get the
5913value that the register would contain if all stack frames farther in
5914were exited and their saved registers restored. In order to see the
5915true contents of hardware registers, you must select the innermost
5916frame (with @samp{frame 0}).
5917
5918However, @value{GDBN} must deduce where registers are saved, from the machine
5919code generated by your compiler. If some registers are not saved, or if
5920@value{GDBN} is unable to locate the saved registers, the selected stack
5921frame makes no difference.
5922
6d2ebf8b 5923@node Floating Point Hardware
c906108c
SS
5924@section Floating point hardware
5925@cindex floating point
5926
5927Depending on the configuration, @value{GDBN} may be able to give
5928you more information about the status of the floating point hardware.
5929
5930@table @code
5931@kindex info float
5932@item info float
5933Display hardware-dependent information about the floating
5934point unit. The exact contents and layout vary depending on the
5935floating point chip. Currently, @samp{info float} is supported on
5936the ARM and x86 machines.
5937@end table
c906108c 5938
e76f1f2e
AC
5939@node Vector Unit
5940@section Vector Unit
5941@cindex vector unit
5942
5943Depending on the configuration, @value{GDBN} may be able to give you
5944more information about the status of the vector unit.
5945
5946@table @code
5947@kindex info vector
5948@item info vector
5949Display information about the vector unit. The exact contents and
5950layout vary depending on the hardware.
5951@end table
5952
b383017d
RM
5953@node Auxiliary Vector
5954@section Operating system auxiliary vector
5955@cindex auxiliary vector
5956@cindex vector, auxiliary
5957
5958Some operating systems supply an @dfn{auxiliary vector} to programs at
5959startup. This is akin to the arguments and environment that you
5960specify for a program, but contains a system-dependent variety of
5961binary values that tell system libraries important details about the
5962hardware, operating system, and process. Each value's purpose is
5963identified by an integer tag; the meanings are well-known but system-specific.
5964Depending on the configuration and operating system facilities,
5965@value{GDBN} may be able to show you this information.
5966
5967@table @code
5968@kindex info auxv
5969@item info auxv
5970Display the auxiliary vector of the inferior, which can be either a
e4937fc1 5971live process or a core dump file. @value{GDBN} prints each tag value
b383017d
RM
5972numerically, and also shows names and text descriptions for recognized
5973tags. Some values in the vector are numbers, some bit masks, and some
e4937fc1 5974pointers to strings or other data. @value{GDBN} displays each value in the
b383017d
RM
5975most appropriate form for a recognized tag, and in hexadecimal for
5976an unrecognized tag.
5977@end table
5978
29e57380 5979@node Memory Region Attributes
b383017d 5980@section Memory region attributes
29e57380
C
5981@cindex memory region attributes
5982
b383017d
RM
5983@dfn{Memory region attributes} allow you to describe special handling
5984required by regions of your target's memory. @value{GDBN} uses attributes
29e57380
C
5985to determine whether to allow certain types of memory accesses; whether to
5986use specific width accesses; and whether to cache target memory.
5987
5988Defined memory regions can be individually enabled and disabled. When a
5989memory region is disabled, @value{GDBN} uses the default attributes when
5990accessing memory in that region. Similarly, if no memory regions have
5991been defined, @value{GDBN} uses the default attributes when accessing
5992all memory.
5993
b383017d 5994When a memory region is defined, it is given a number to identify it;
29e57380
C
5995to enable, disable, or remove a memory region, you specify that number.
5996
5997@table @code
5998@kindex mem
bfac230e
DH
5999@item mem @var{lower} @var{upper} @var{attributes}@dots{}
6000Define memory region bounded by @var{lower} and @var{upper} with
6001attributes @var{attributes}@dots{}. Note that @var{upper} == 0 is a
6002special case: it is treated as the the target's maximum memory address.
6003(0xffff on 16 bit targets, 0xffffffff on 32 bit targets, etc.)
29e57380
C
6004
6005@kindex delete mem
6006@item delete mem @var{nums}@dots{}
59649f2e 6007Remove memory regions @var{nums}@dots{}.
29e57380
C
6008
6009@kindex disable mem
6010@item disable mem @var{nums}@dots{}
59649f2e 6011Disable memory regions @var{nums}@dots{}.
b383017d 6012A disabled memory region is not forgotten.
29e57380
C
6013It may be enabled again later.
6014
6015@kindex enable mem
6016@item enable mem @var{nums}@dots{}
59649f2e 6017Enable memory regions @var{nums}@dots{}.
29e57380
C
6018
6019@kindex info mem
6020@item info mem
6021Print a table of all defined memory regions, with the following columns
6022for each region.
6023
6024@table @emph
6025@item Memory Region Number
6026@item Enabled or Disabled.
b383017d 6027Enabled memory regions are marked with @samp{y}.
29e57380
C
6028Disabled memory regions are marked with @samp{n}.
6029
6030@item Lo Address
6031The address defining the inclusive lower bound of the memory region.
6032
6033@item Hi Address
6034The address defining the exclusive upper bound of the memory region.
6035
6036@item Attributes
6037The list of attributes set for this memory region.
6038@end table
6039@end table
6040
6041
6042@subsection Attributes
6043
b383017d 6044@subsubsection Memory Access Mode
29e57380
C
6045The access mode attributes set whether @value{GDBN} may make read or
6046write accesses to a memory region.
6047
6048While these attributes prevent @value{GDBN} from performing invalid
6049memory accesses, they do nothing to prevent the target system, I/O DMA,
6050etc. from accessing memory.
6051
6052@table @code
6053@item ro
6054Memory is read only.
6055@item wo
6056Memory is write only.
6057@item rw
6ca652b0 6058Memory is read/write. This is the default.
29e57380
C
6059@end table
6060
6061@subsubsection Memory Access Size
6062The acccess size attributes tells @value{GDBN} to use specific sized
6063accesses in the memory region. Often memory mapped device registers
6064require specific sized accesses. If no access size attribute is
6065specified, @value{GDBN} may use accesses of any size.
6066
6067@table @code
6068@item 8
6069Use 8 bit memory accesses.
6070@item 16
6071Use 16 bit memory accesses.
6072@item 32
6073Use 32 bit memory accesses.
6074@item 64
6075Use 64 bit memory accesses.
6076@end table
6077
6078@c @subsubsection Hardware/Software Breakpoints
6079@c The hardware/software breakpoint attributes set whether @value{GDBN}
6080@c will use hardware or software breakpoints for the internal breakpoints
6081@c used by the step, next, finish, until, etc. commands.
6082@c
6083@c @table @code
6084@c @item hwbreak
b383017d 6085@c Always use hardware breakpoints
29e57380
C
6086@c @item swbreak (default)
6087@c @end table
6088
6089@subsubsection Data Cache
6090The data cache attributes set whether @value{GDBN} will cache target
6091memory. While this generally improves performance by reducing debug
6092protocol overhead, it can lead to incorrect results because @value{GDBN}
6093does not know about volatile variables or memory mapped device
6094registers.
6095
6096@table @code
6097@item cache
b383017d 6098Enable @value{GDBN} to cache target memory.
6ca652b0
EZ
6099@item nocache
6100Disable @value{GDBN} from caching target memory. This is the default.
29e57380
C
6101@end table
6102
6103@c @subsubsection Memory Write Verification
b383017d 6104@c The memory write verification attributes set whether @value{GDBN}
29e57380
C
6105@c will re-reads data after each write to verify the write was successful.
6106@c
6107@c @table @code
6108@c @item verify
6109@c @item noverify (default)
6110@c @end table
6111
16d9dec6
MS
6112@node Dump/Restore Files
6113@section Copy between memory and a file
6114@cindex dump/restore files
6115@cindex append data to a file
6116@cindex dump data to a file
6117@cindex restore data from a file
16d9dec6 6118
df5215a6
JB
6119You can use the commands @code{dump}, @code{append}, and
6120@code{restore} to copy data between target memory and a file. The
6121@code{dump} and @code{append} commands write data to a file, and the
6122@code{restore} command reads data from a file back into the inferior's
6123memory. Files may be in binary, Motorola S-record, Intel hex, or
6124Tektronix Hex format; however, @value{GDBN} can only append to binary
6125files.
6126
6127@table @code
6128
6129@kindex dump
6130@item dump @r{[}@var{format}@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
6131@itemx dump @r{[}@var{format}@r{]} value @var{filename} @var{expr}
6132Dump the contents of memory from @var{start_addr} to @var{end_addr},
6133or the value of @var{expr}, to @var{filename} in the given format.
16d9dec6 6134
df5215a6 6135The @var{format} parameter may be any one of:
16d9dec6 6136@table @code
df5215a6
JB
6137@item binary
6138Raw binary form.
6139@item ihex
6140Intel hex format.
6141@item srec
6142Motorola S-record format.
6143@item tekhex
6144Tektronix Hex format.
6145@end table
6146
6147@value{GDBN} uses the same definitions of these formats as the
6148@sc{gnu} binary utilities, like @samp{objdump} and @samp{objcopy}. If
6149@var{format} is omitted, @value{GDBN} dumps the data in raw binary
6150form.
6151
6152@kindex append
6153@item append @r{[}binary@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
6154@itemx append @r{[}binary@r{]} value @var{filename} @var{expr}
6155Append the contents of memory from @var{start_addr} to @var{end_addr},
6156or the value of @var{expr}, to @var{filename}, in raw binary form.
6157(@value{GDBN} can only append data to files in raw binary form.)
6158
6159@kindex restore
6160@item restore @var{filename} @r{[}binary@r{]} @var{bias} @var{start} @var{end}
6161Restore the contents of file @var{filename} into memory. The
6162@code{restore} command can automatically recognize any known @sc{bfd}
6163file format, except for raw binary. To restore a raw binary file you
6164must specify the optional keyword @code{binary} after the filename.
16d9dec6 6165
b383017d 6166If @var{bias} is non-zero, its value will be added to the addresses
16d9dec6
MS
6167contained in the file. Binary files always start at address zero, so
6168they will be restored at address @var{bias}. Other bfd files have
6169a built-in location; they will be restored at offset @var{bias}
6170from that location.
6171
6172If @var{start} and/or @var{end} are non-zero, then only data between
6173file offset @var{start} and file offset @var{end} will be restored.
b383017d 6174These offsets are relative to the addresses in the file, before
16d9dec6
MS
6175the @var{bias} argument is applied.
6176
6177@end table
6178
a0eb71c5
KB
6179@node Character Sets
6180@section Character Sets
6181@cindex character sets
6182@cindex charset
6183@cindex translating between character sets
6184@cindex host character set
6185@cindex target character set
6186
6187If the program you are debugging uses a different character set to
6188represent characters and strings than the one @value{GDBN} uses itself,
6189@value{GDBN} can automatically translate between the character sets for
6190you. The character set @value{GDBN} uses we call the @dfn{host
6191character set}; the one the inferior program uses we call the
6192@dfn{target character set}.
6193
6194For example, if you are running @value{GDBN} on a @sc{gnu}/Linux system, which
6195uses the ISO Latin 1 character set, but you are using @value{GDBN}'s
6196remote protocol (@pxref{Remote,Remote Debugging}) to debug a program
6197running on an IBM mainframe, which uses the @sc{ebcdic} character set,
6198then the host character set is Latin-1, and the target character set is
6199@sc{ebcdic}. If you give @value{GDBN} the command @code{set
e33d66ec 6200target-charset EBCDIC-US}, then @value{GDBN} translates between
a0eb71c5
KB
6201@sc{ebcdic} and Latin 1 as you print character or string values, or use
6202character and string literals in expressions.
6203
6204@value{GDBN} has no way to automatically recognize which character set
6205the inferior program uses; you must tell it, using the @code{set
6206target-charset} command, described below.
6207
6208Here are the commands for controlling @value{GDBN}'s character set
6209support:
6210
6211@table @code
6212@item set target-charset @var{charset}
6213@kindex set target-charset
6214Set the current target character set to @var{charset}. We list the
e33d66ec
EZ
6215character set names @value{GDBN} recognizes below, but if you type
6216@code{set target-charset} followed by @key{TAB}@key{TAB}, @value{GDBN} will
6217list the target character sets it supports.
a0eb71c5
KB
6218@end table
6219
6220@table @code
6221@item set host-charset @var{charset}
6222@kindex set host-charset
6223Set the current host character set to @var{charset}.
6224
6225By default, @value{GDBN} uses a host character set appropriate to the
6226system it is running on; you can override that default using the
6227@code{set host-charset} command.
6228
6229@value{GDBN} can only use certain character sets as its host character
6230set. We list the character set names @value{GDBN} recognizes below, and
e33d66ec
EZ
6231indicate which can be host character sets, but if you type
6232@code{set target-charset} followed by @key{TAB}@key{TAB}, @value{GDBN} will
6233list the host character sets it supports.
a0eb71c5
KB
6234
6235@item set charset @var{charset}
6236@kindex set charset
e33d66ec
EZ
6237Set the current host and target character sets to @var{charset}. As
6238above, if you type @code{set charset} followed by @key{TAB}@key{TAB},
6239@value{GDBN} will list the name of the character sets that can be used
6240for both host and target.
6241
a0eb71c5
KB
6242
6243@item show charset
a0eb71c5 6244@kindex show charset
b383017d 6245Show the names of the current host and target charsets.
e33d66ec
EZ
6246
6247@itemx show host-charset
a0eb71c5 6248@kindex show host-charset
b383017d 6249Show the name of the current host charset.
e33d66ec
EZ
6250
6251@itemx show target-charset
a0eb71c5 6252@kindex show target-charset
b383017d 6253Show the name of the current target charset.
a0eb71c5
KB
6254
6255@end table
6256
6257@value{GDBN} currently includes support for the following character
6258sets:
6259
6260@table @code
6261
6262@item ASCII
6263@cindex ASCII character set
6264Seven-bit U.S. @sc{ascii}. @value{GDBN} can use this as its host
6265character set.
6266
6267@item ISO-8859-1
6268@cindex ISO 8859-1 character set
6269@cindex ISO Latin 1 character set
e33d66ec 6270The ISO Latin 1 character set. This extends @sc{ascii} with accented
a0eb71c5
KB
6271characters needed for French, German, and Spanish. @value{GDBN} can use
6272this as its host character set.
6273
6274@item EBCDIC-US
6275@itemx IBM1047
6276@cindex EBCDIC character set
6277@cindex IBM1047 character set
6278Variants of the @sc{ebcdic} character set, used on some of IBM's
6279mainframe operating systems. (@sc{gnu}/Linux on the S/390 uses U.S. @sc{ascii}.)
6280@value{GDBN} cannot use these as its host character set.
6281
6282@end table
6283
6284Note that these are all single-byte character sets. More work inside
6285GDB is needed to support multi-byte or variable-width character
6286encodings, like the UTF-8 and UCS-2 encodings of Unicode.
6287
6288Here is an example of @value{GDBN}'s character set support in action.
6289Assume that the following source code has been placed in the file
6290@file{charset-test.c}:
6291
6292@smallexample
6293#include <stdio.h>
6294
6295char ascii_hello[]
6296 = @{72, 101, 108, 108, 111, 44, 32, 119,
6297 111, 114, 108, 100, 33, 10, 0@};
6298char ibm1047_hello[]
6299 = @{200, 133, 147, 147, 150, 107, 64, 166,
6300 150, 153, 147, 132, 90, 37, 0@};
6301
6302main ()
6303@{
6304 printf ("Hello, world!\n");
6305@}
10998722 6306@end smallexample
a0eb71c5
KB
6307
6308In this program, @code{ascii_hello} and @code{ibm1047_hello} are arrays
6309containing the string @samp{Hello, world!} followed by a newline,
6310encoded in the @sc{ascii} and @sc{ibm1047} character sets.
6311
6312We compile the program, and invoke the debugger on it:
6313
6314@smallexample
6315$ gcc -g charset-test.c -o charset-test
6316$ gdb -nw charset-test
6317GNU gdb 2001-12-19-cvs
6318Copyright 2001 Free Software Foundation, Inc.
6319@dots{}
f7dc1244 6320(@value{GDBP})
10998722 6321@end smallexample
a0eb71c5
KB
6322
6323We can use the @code{show charset} command to see what character sets
6324@value{GDBN} is currently using to interpret and display characters and
6325strings:
6326
6327@smallexample
f7dc1244 6328(@value{GDBP}) show charset
e33d66ec 6329The current host and target character set is `ISO-8859-1'.
f7dc1244 6330(@value{GDBP})
10998722 6331@end smallexample
a0eb71c5
KB
6332
6333For the sake of printing this manual, let's use @sc{ascii} as our
6334initial character set:
6335@smallexample
f7dc1244
EZ
6336(@value{GDBP}) set charset ASCII
6337(@value{GDBP}) show charset
e33d66ec 6338The current host and target character set is `ASCII'.
f7dc1244 6339(@value{GDBP})
10998722 6340@end smallexample
a0eb71c5
KB
6341
6342Let's assume that @sc{ascii} is indeed the correct character set for our
6343host system --- in other words, let's assume that if @value{GDBN} prints
6344characters using the @sc{ascii} character set, our terminal will display
6345them properly. Since our current target character set is also
6346@sc{ascii}, the contents of @code{ascii_hello} print legibly:
6347
6348@smallexample
f7dc1244 6349(@value{GDBP}) print ascii_hello
a0eb71c5 6350$1 = 0x401698 "Hello, world!\n"
f7dc1244 6351(@value{GDBP}) print ascii_hello[0]
a0eb71c5 6352$2 = 72 'H'
f7dc1244 6353(@value{GDBP})
10998722 6354@end smallexample
a0eb71c5
KB
6355
6356@value{GDBN} uses the target character set for character and string
6357literals you use in expressions:
6358
6359@smallexample
f7dc1244 6360(@value{GDBP}) print '+'
a0eb71c5 6361$3 = 43 '+'
f7dc1244 6362(@value{GDBP})
10998722 6363@end smallexample
a0eb71c5
KB
6364
6365The @sc{ascii} character set uses the number 43 to encode the @samp{+}
6366character.
6367
6368@value{GDBN} relies on the user to tell it which character set the
6369target program uses. If we print @code{ibm1047_hello} while our target
6370character set is still @sc{ascii}, we get jibberish:
6371
6372@smallexample
f7dc1244 6373(@value{GDBP}) print ibm1047_hello
a0eb71c5 6374$4 = 0x4016a8 "\310\205\223\223\226k@@\246\226\231\223\204Z%"
f7dc1244 6375(@value{GDBP}) print ibm1047_hello[0]
a0eb71c5 6376$5 = 200 '\310'
f7dc1244 6377(@value{GDBP})
10998722 6378@end smallexample
a0eb71c5 6379
e33d66ec 6380If we invoke the @code{set target-charset} followed by @key{TAB}@key{TAB},
a0eb71c5
KB
6381@value{GDBN} tells us the character sets it supports:
6382
6383@smallexample
f7dc1244 6384(@value{GDBP}) set target-charset
b383017d 6385ASCII EBCDIC-US IBM1047 ISO-8859-1
f7dc1244 6386(@value{GDBP}) set target-charset
10998722 6387@end smallexample
a0eb71c5
KB
6388
6389We can select @sc{ibm1047} as our target character set, and examine the
6390program's strings again. Now the @sc{ascii} string is wrong, but
6391@value{GDBN} translates the contents of @code{ibm1047_hello} from the
6392target character set, @sc{ibm1047}, to the host character set,
6393@sc{ascii}, and they display correctly:
6394
6395@smallexample
f7dc1244
EZ
6396(@value{GDBP}) set target-charset IBM1047
6397(@value{GDBP}) show charset
e33d66ec
EZ
6398The current host character set is `ASCII'.
6399The current target character set is `IBM1047'.
f7dc1244 6400(@value{GDBP}) print ascii_hello
a0eb71c5 6401$6 = 0x401698 "\110\145%%?\054\040\167?\162%\144\041\012"
f7dc1244 6402(@value{GDBP}) print ascii_hello[0]
a0eb71c5 6403$7 = 72 '\110'
f7dc1244 6404(@value{GDBP}) print ibm1047_hello
a0eb71c5 6405$8 = 0x4016a8 "Hello, world!\n"
f7dc1244 6406(@value{GDBP}) print ibm1047_hello[0]
a0eb71c5 6407$9 = 200 'H'
f7dc1244 6408(@value{GDBP})
10998722 6409@end smallexample
a0eb71c5
KB
6410
6411As above, @value{GDBN} uses the target character set for character and
6412string literals you use in expressions:
6413
6414@smallexample
f7dc1244 6415(@value{GDBP}) print '+'
a0eb71c5 6416$10 = 78 '+'
f7dc1244 6417(@value{GDBP})
10998722 6418@end smallexample
a0eb71c5 6419
e33d66ec 6420The @sc{ibm1047} character set uses the number 78 to encode the @samp{+}
a0eb71c5
KB
6421character.
6422
6423
e2e0bcd1
JB
6424@node Macros
6425@chapter C Preprocessor Macros
6426
49efadf5 6427Some languages, such as C and C@t{++}, provide a way to define and invoke
e2e0bcd1
JB
6428``preprocessor macros'' which expand into strings of tokens.
6429@value{GDBN} can evaluate expressions containing macro invocations, show
6430the result of macro expansion, and show a macro's definition, including
6431where it was defined.
6432
6433You may need to compile your program specially to provide @value{GDBN}
6434with information about preprocessor macros. Most compilers do not
6435include macros in their debugging information, even when you compile
6436with the @option{-g} flag. @xref{Compilation}.
6437
6438A program may define a macro at one point, remove that definition later,
6439and then provide a different definition after that. Thus, at different
6440points in the program, a macro may have different definitions, or have
6441no definition at all. If there is a current stack frame, @value{GDBN}
6442uses the macros in scope at that frame's source code line. Otherwise,
6443@value{GDBN} uses the macros in scope at the current listing location;
6444see @ref{List}.
6445
6446At the moment, @value{GDBN} does not support the @code{##}
6447token-splicing operator, the @code{#} stringification operator, or
6448variable-arity macros.
6449
6450Whenever @value{GDBN} evaluates an expression, it always expands any
6451macro invocations present in the expression. @value{GDBN} also provides
6452the following commands for working with macros explicitly.
6453
6454@table @code
6455
6456@kindex macro expand
6457@cindex macro expansion, showing the results of preprocessor
6458@cindex preprocessor macro expansion, showing the results of
6459@cindex expanding preprocessor macros
6460@item macro expand @var{expression}
6461@itemx macro exp @var{expression}
6462Show the results of expanding all preprocessor macro invocations in
6463@var{expression}. Since @value{GDBN} simply expands macros, but does
6464not parse the result, @var{expression} need not be a valid expression;
6465it can be any string of tokens.
6466
e2e0bcd1
JB
6467@item macro expand-once @var{expression}
6468@itemx macro exp1 @var{expression}
4644b6e3 6469@cindex expand macro once
e2e0bcd1
JB
6470@i{(This command is not yet implemented.)} Show the results of
6471expanding those preprocessor macro invocations that appear explicitly in
6472@var{expression}. Macro invocations appearing in that expansion are
6473left unchanged. This command allows you to see the effect of a
6474particular macro more clearly, without being confused by further
6475expansions. Since @value{GDBN} simply expands macros, but does not
6476parse the result, @var{expression} need not be a valid expression; it
6477can be any string of tokens.
6478
475b0867 6479@kindex info macro
e2e0bcd1
JB
6480@cindex macro definition, showing
6481@cindex definition, showing a macro's
475b0867 6482@item info macro @var{macro}
e2e0bcd1
JB
6483Show the definition of the macro named @var{macro}, and describe the
6484source location where that definition was established.
6485
6486@kindex macro define
6487@cindex user-defined macros
6488@cindex defining macros interactively
6489@cindex macros, user-defined
6490@item macro define @var{macro} @var{replacement-list}
6491@itemx macro define @var{macro}(@var{arglist}) @var{replacement-list}
6492@i{(This command is not yet implemented.)} Introduce a definition for a
6493preprocessor macro named @var{macro}, invocations of which are replaced
6494by the tokens given in @var{replacement-list}. The first form of this
6495command defines an ``object-like'' macro, which takes no arguments; the
6496second form defines a ``function-like'' macro, which takes the arguments
6497given in @var{arglist}.
6498
6499A definition introduced by this command is in scope in every expression
6500evaluated in @value{GDBN}, until it is removed with the @command{macro
6501undef} command, described below. The definition overrides all
6502definitions for @var{macro} present in the program being debugged, as
6503well as any previous user-supplied definition.
6504
6505@kindex macro undef
6506@item macro undef @var{macro}
6507@i{(This command is not yet implemented.)} Remove any user-supplied
6508definition for the macro named @var{macro}. This command only affects
6509definitions provided with the @command{macro define} command, described
6510above; it cannot remove definitions present in the program being
6511debugged.
6512
6513@end table
6514
6515@cindex macros, example of debugging with
6516Here is a transcript showing the above commands in action. First, we
6517show our source files:
6518
6519@smallexample
6520$ cat sample.c
6521#include <stdio.h>
6522#include "sample.h"
6523
6524#define M 42
6525#define ADD(x) (M + x)
6526
6527main ()
6528@{
6529#define N 28
6530 printf ("Hello, world!\n");
6531#undef N
6532 printf ("We're so creative.\n");
6533#define N 1729
6534 printf ("Goodbye, world!\n");
6535@}
6536$ cat sample.h
6537#define Q <
6538$
6539@end smallexample
6540
6541Now, we compile the program using the @sc{gnu} C compiler, @value{NGCC}.
6542We pass the @option{-gdwarf-2} and @option{-g3} flags to ensure the
6543compiler includes information about preprocessor macros in the debugging
6544information.
6545
6546@smallexample
6547$ gcc -gdwarf-2 -g3 sample.c -o sample
6548$
6549@end smallexample
6550
6551Now, we start @value{GDBN} on our sample program:
6552
6553@smallexample
6554$ gdb -nw sample
6555GNU gdb 2002-05-06-cvs
6556Copyright 2002 Free Software Foundation, Inc.
6557GDB is free software, @dots{}
f7dc1244 6558(@value{GDBP})
e2e0bcd1
JB
6559@end smallexample
6560
6561We can expand macros and examine their definitions, even when the
6562program is not running. @value{GDBN} uses the current listing position
6563to decide which macro definitions are in scope:
6564
6565@smallexample
f7dc1244 6566(@value{GDBP}) list main
e2e0bcd1
JB
65673
65684 #define M 42
65695 #define ADD(x) (M + x)
65706
65717 main ()
65728 @{
65739 #define N 28
657410 printf ("Hello, world!\n");
657511 #undef N
657612 printf ("We're so creative.\n");
f7dc1244 6577(@value{GDBP}) info macro ADD
e2e0bcd1
JB
6578Defined at /home/jimb/gdb/macros/play/sample.c:5
6579#define ADD(x) (M + x)
f7dc1244 6580(@value{GDBP}) info macro Q
e2e0bcd1
JB
6581Defined at /home/jimb/gdb/macros/play/sample.h:1
6582 included at /home/jimb/gdb/macros/play/sample.c:2
6583#define Q <
f7dc1244 6584(@value{GDBP}) macro expand ADD(1)
e2e0bcd1 6585expands to: (42 + 1)
f7dc1244 6586(@value{GDBP}) macro expand-once ADD(1)
e2e0bcd1 6587expands to: once (M + 1)
f7dc1244 6588(@value{GDBP})
e2e0bcd1
JB
6589@end smallexample
6590
6591In the example above, note that @command{macro expand-once} expands only
6592the macro invocation explicit in the original text --- the invocation of
6593@code{ADD} --- but does not expand the invocation of the macro @code{M},
6594which was introduced by @code{ADD}.
6595
6596Once the program is running, GDB uses the macro definitions in force at
6597the source line of the current stack frame:
6598
6599@smallexample
f7dc1244 6600(@value{GDBP}) break main
e2e0bcd1 6601Breakpoint 1 at 0x8048370: file sample.c, line 10.
f7dc1244 6602(@value{GDBP}) run
b383017d 6603Starting program: /home/jimb/gdb/macros/play/sample
e2e0bcd1
JB
6604
6605Breakpoint 1, main () at sample.c:10
660610 printf ("Hello, world!\n");
f7dc1244 6607(@value{GDBP})
e2e0bcd1
JB
6608@end smallexample
6609
6610At line 10, the definition of the macro @code{N} at line 9 is in force:
6611
6612@smallexample
f7dc1244 6613(@value{GDBP}) info macro N
e2e0bcd1
JB
6614Defined at /home/jimb/gdb/macros/play/sample.c:9
6615#define N 28
f7dc1244 6616(@value{GDBP}) macro expand N Q M
e2e0bcd1 6617expands to: 28 < 42
f7dc1244 6618(@value{GDBP}) print N Q M
e2e0bcd1 6619$1 = 1
f7dc1244 6620(@value{GDBP})
e2e0bcd1
JB
6621@end smallexample
6622
6623As we step over directives that remove @code{N}'s definition, and then
6624give it a new definition, @value{GDBN} finds the definition (or lack
6625thereof) in force at each point:
6626
6627@smallexample
f7dc1244 6628(@value{GDBP}) next
e2e0bcd1
JB
6629Hello, world!
663012 printf ("We're so creative.\n");
f7dc1244 6631(@value{GDBP}) info macro N
e2e0bcd1
JB
6632The symbol `N' has no definition as a C/C++ preprocessor macro
6633at /home/jimb/gdb/macros/play/sample.c:12
f7dc1244 6634(@value{GDBP}) next
e2e0bcd1
JB
6635We're so creative.
663614 printf ("Goodbye, world!\n");
f7dc1244 6637(@value{GDBP}) info macro N
e2e0bcd1
JB
6638Defined at /home/jimb/gdb/macros/play/sample.c:13
6639#define N 1729
f7dc1244 6640(@value{GDBP}) macro expand N Q M
e2e0bcd1 6641expands to: 1729 < 42
f7dc1244 6642(@value{GDBP}) print N Q M
e2e0bcd1 6643$2 = 0
f7dc1244 6644(@value{GDBP})
e2e0bcd1
JB
6645@end smallexample
6646
6647
b37052ae
EZ
6648@node Tracepoints
6649@chapter Tracepoints
6650@c This chapter is based on the documentation written by Michael
6651@c Snyder, David Taylor, Jim Blandy, and Elena Zannoni.
6652
6653@cindex tracepoints
6654In some applications, it is not feasible for the debugger to interrupt
6655the program's execution long enough for the developer to learn
6656anything helpful about its behavior. If the program's correctness
6657depends on its real-time behavior, delays introduced by a debugger
6658might cause the program to change its behavior drastically, or perhaps
6659fail, even when the code itself is correct. It is useful to be able
6660to observe the program's behavior without interrupting it.
6661
6662Using @value{GDBN}'s @code{trace} and @code{collect} commands, you can
6663specify locations in the program, called @dfn{tracepoints}, and
6664arbitrary expressions to evaluate when those tracepoints are reached.
6665Later, using the @code{tfind} command, you can examine the values
6666those expressions had when the program hit the tracepoints. The
6667expressions may also denote objects in memory---structures or arrays,
6668for example---whose values @value{GDBN} should record; while visiting
6669a particular tracepoint, you may inspect those objects as if they were
6670in memory at that moment. However, because @value{GDBN} records these
6671values without interacting with you, it can do so quickly and
6672unobtrusively, hopefully not disturbing the program's behavior.
6673
6674The tracepoint facility is currently available only for remote
2c0069bb
EZ
6675targets. @xref{Targets}. In addition, your remote target must know how
6676to collect trace data. This functionality is implemented in the remote
6677stub; however, none of the stubs distributed with @value{GDBN} support
6678tracepoints as of this writing.
b37052ae
EZ
6679
6680This chapter describes the tracepoint commands and features.
6681
6682@menu
b383017d
RM
6683* Set Tracepoints::
6684* Analyze Collected Data::
6685* Tracepoint Variables::
b37052ae
EZ
6686@end menu
6687
6688@node Set Tracepoints
6689@section Commands to Set Tracepoints
6690
6691Before running such a @dfn{trace experiment}, an arbitrary number of
6692tracepoints can be set. Like a breakpoint (@pxref{Set Breaks}), a
6693tracepoint has a number assigned to it by @value{GDBN}. Like with
6694breakpoints, tracepoint numbers are successive integers starting from
6695one. Many of the commands associated with tracepoints take the
6696tracepoint number as their argument, to identify which tracepoint to
6697work on.
6698
6699For each tracepoint, you can specify, in advance, some arbitrary set
6700of data that you want the target to collect in the trace buffer when
6701it hits that tracepoint. The collected data can include registers,
6702local variables, or global data. Later, you can use @value{GDBN}
6703commands to examine the values these data had at the time the
6704tracepoint was hit.
6705
6706This section describes commands to set tracepoints and associated
6707conditions and actions.
6708
6709@menu
b383017d
RM
6710* Create and Delete Tracepoints::
6711* Enable and Disable Tracepoints::
6712* Tracepoint Passcounts::
6713* Tracepoint Actions::
6714* Listing Tracepoints::
6715* Starting and Stopping Trace Experiment::
b37052ae
EZ
6716@end menu
6717
6718@node Create and Delete Tracepoints
6719@subsection Create and Delete Tracepoints
6720
6721@table @code
6722@cindex set tracepoint
6723@kindex trace
6724@item trace
6725The @code{trace} command is very similar to the @code{break} command.
6726Its argument can be a source line, a function name, or an address in
6727the target program. @xref{Set Breaks}. The @code{trace} command
6728defines a tracepoint, which is a point in the target program where the
6729debugger will briefly stop, collect some data, and then allow the
6730program to continue. Setting a tracepoint or changing its commands
6731doesn't take effect until the next @code{tstart} command; thus, you
6732cannot change the tracepoint attributes once a trace experiment is
6733running.
6734
6735Here are some examples of using the @code{trace} command:
6736
6737@smallexample
6738(@value{GDBP}) @b{trace foo.c:121} // a source file and line number
6739
6740(@value{GDBP}) @b{trace +2} // 2 lines forward
6741
6742(@value{GDBP}) @b{trace my_function} // first source line of function
6743
6744(@value{GDBP}) @b{trace *my_function} // EXACT start address of function
6745
6746(@value{GDBP}) @b{trace *0x2117c4} // an address
6747@end smallexample
6748
6749@noindent
6750You can abbreviate @code{trace} as @code{tr}.
6751
6752@vindex $tpnum
6753@cindex last tracepoint number
6754@cindex recent tracepoint number
6755@cindex tracepoint number
6756The convenience variable @code{$tpnum} records the tracepoint number
6757of the most recently set tracepoint.
6758
6759@kindex delete tracepoint
6760@cindex tracepoint deletion
6761@item delete tracepoint @r{[}@var{num}@r{]}
6762Permanently delete one or more tracepoints. With no argument, the
6763default is to delete all tracepoints.
6764
6765Examples:
6766
6767@smallexample
6768(@value{GDBP}) @b{delete trace 1 2 3} // remove three tracepoints
6769
6770(@value{GDBP}) @b{delete trace} // remove all tracepoints
6771@end smallexample
6772
6773@noindent
6774You can abbreviate this command as @code{del tr}.
6775@end table
6776
6777@node Enable and Disable Tracepoints
6778@subsection Enable and Disable Tracepoints
6779
6780@table @code
6781@kindex disable tracepoint
6782@item disable tracepoint @r{[}@var{num}@r{]}
6783Disable tracepoint @var{num}, or all tracepoints if no argument
6784@var{num} is given. A disabled tracepoint will have no effect during
6785the next trace experiment, but it is not forgotten. You can re-enable
6786a disabled tracepoint using the @code{enable tracepoint} command.
6787
6788@kindex enable tracepoint
6789@item enable tracepoint @r{[}@var{num}@r{]}
6790Enable tracepoint @var{num}, or all tracepoints. The enabled
6791tracepoints will become effective the next time a trace experiment is
6792run.
6793@end table
6794
6795@node Tracepoint Passcounts
6796@subsection Tracepoint Passcounts
6797
6798@table @code
6799@kindex passcount
6800@cindex tracepoint pass count
6801@item passcount @r{[}@var{n} @r{[}@var{num}@r{]]}
6802Set the @dfn{passcount} of a tracepoint. The passcount is a way to
6803automatically stop a trace experiment. If a tracepoint's passcount is
6804@var{n}, then the trace experiment will be automatically stopped on
6805the @var{n}'th time that tracepoint is hit. If the tracepoint number
6806@var{num} is not specified, the @code{passcount} command sets the
6807passcount of the most recently defined tracepoint. If no passcount is
6808given, the trace experiment will run until stopped explicitly by the
6809user.
6810
6811Examples:
6812
6813@smallexample
b383017d 6814(@value{GDBP}) @b{passcount 5 2} // Stop on the 5th execution of
6826cf00 6815@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// tracepoint 2}
b37052ae
EZ
6816
6817(@value{GDBP}) @b{passcount 12} // Stop on the 12th execution of the
6826cf00 6818@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// most recently defined tracepoint.}
b37052ae
EZ
6819(@value{GDBP}) @b{trace foo}
6820(@value{GDBP}) @b{pass 3}
6821(@value{GDBP}) @b{trace bar}
6822(@value{GDBP}) @b{pass 2}
6823(@value{GDBP}) @b{trace baz}
6824(@value{GDBP}) @b{pass 1} // Stop tracing when foo has been
6826cf00
EZ
6825@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// executed 3 times OR when bar has}
6826@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// been executed 2 times}
6827@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// OR when baz has been executed 1 time.}
b37052ae
EZ
6828@end smallexample
6829@end table
6830
6831@node Tracepoint Actions
6832@subsection Tracepoint Action Lists
6833
6834@table @code
6835@kindex actions
6836@cindex tracepoint actions
6837@item actions @r{[}@var{num}@r{]}
6838This command will prompt for a list of actions to be taken when the
6839tracepoint is hit. If the tracepoint number @var{num} is not
6840specified, this command sets the actions for the one that was most
6841recently defined (so that you can define a tracepoint and then say
6842@code{actions} without bothering about its number). You specify the
6843actions themselves on the following lines, one action at a time, and
6844terminate the actions list with a line containing just @code{end}. So
6845far, the only defined actions are @code{collect} and
6846@code{while-stepping}.
6847
6848@cindex remove actions from a tracepoint
6849To remove all actions from a tracepoint, type @samp{actions @var{num}}
6850and follow it immediately with @samp{end}.
6851
6852@smallexample
6853(@value{GDBP}) @b{collect @var{data}} // collect some data
6854
6826cf00 6855(@value{GDBP}) @b{while-stepping 5} // single-step 5 times, collect data
b37052ae 6856
6826cf00 6857(@value{GDBP}) @b{end} // signals the end of actions.
b37052ae
EZ
6858@end smallexample
6859
6860In the following example, the action list begins with @code{collect}
6861commands indicating the things to be collected when the tracepoint is
6862hit. Then, in order to single-step and collect additional data
6863following the tracepoint, a @code{while-stepping} command is used,
6864followed by the list of things to be collected while stepping. The
6865@code{while-stepping} command is terminated by its own separate
6866@code{end} command. Lastly, the action list is terminated by an
6867@code{end} command.
6868
6869@smallexample
6870(@value{GDBP}) @b{trace foo}
6871(@value{GDBP}) @b{actions}
6872Enter actions for tracepoint 1, one per line:
6873> collect bar,baz
6874> collect $regs
6875> while-stepping 12
6876 > collect $fp, $sp
6877 > end
6878end
6879@end smallexample
6880
6881@kindex collect @r{(tracepoints)}
6882@item collect @var{expr1}, @var{expr2}, @dots{}
6883Collect values of the given expressions when the tracepoint is hit.
6884This command accepts a comma-separated list of any valid expressions.
6885In addition to global, static, or local variables, the following
6886special arguments are supported:
6887
6888@table @code
6889@item $regs
6890collect all registers
6891
6892@item $args
6893collect all function arguments
6894
6895@item $locals
6896collect all local variables.
6897@end table
6898
6899You can give several consecutive @code{collect} commands, each one
6900with a single argument, or one @code{collect} command with several
6901arguments separated by commas: the effect is the same.
6902
f5c37c66
EZ
6903The command @code{info scope} (@pxref{Symbols, info scope}) is
6904particularly useful for figuring out what data to collect.
6905
b37052ae
EZ
6906@kindex while-stepping @r{(tracepoints)}
6907@item while-stepping @var{n}
6908Perform @var{n} single-step traces after the tracepoint, collecting
6909new data at each step. The @code{while-stepping} command is
6910followed by the list of what to collect while stepping (followed by
6911its own @code{end} command):
6912
6913@smallexample
6914> while-stepping 12
6915 > collect $regs, myglobal
6916 > end
6917>
6918@end smallexample
6919
6920@noindent
6921You may abbreviate @code{while-stepping} as @code{ws} or
6922@code{stepping}.
6923@end table
6924
6925@node Listing Tracepoints
6926@subsection Listing Tracepoints
6927
6928@table @code
6929@kindex info tracepoints
6930@cindex information about tracepoints
6931@item info tracepoints @r{[}@var{num}@r{]}
8a037dd7 6932Display information about the tracepoint @var{num}. If you don't specify
798c8bc6 6933a tracepoint number, displays information about all the tracepoints
b37052ae
EZ
6934defined so far. For each tracepoint, the following information is
6935shown:
6936
6937@itemize @bullet
6938@item
6939its number
6940@item
6941whether it is enabled or disabled
6942@item
6943its address
6944@item
6945its passcount as given by the @code{passcount @var{n}} command
6946@item
6947its step count as given by the @code{while-stepping @var{n}} command
6948@item
6949where in the source files is the tracepoint set
6950@item
6951its action list as given by the @code{actions} command
6952@end itemize
6953
6954@smallexample
6955(@value{GDBP}) @b{info trace}
6956Num Enb Address PassC StepC What
69571 y 0x002117c4 0 0 <gdb_asm>
6826cf00
EZ
69582 y 0x0020dc64 0 0 in g_test at g_test.c:1375
69593 y 0x0020b1f4 0 0 in get_data at ../foo.c:41
b37052ae
EZ
6960(@value{GDBP})
6961@end smallexample
6962
6963@noindent
6964This command can be abbreviated @code{info tp}.
6965@end table
6966
6967@node Starting and Stopping Trace Experiment
6968@subsection Starting and Stopping Trace Experiment
6969
6970@table @code
6971@kindex tstart
6972@cindex start a new trace experiment
6973@cindex collected data discarded
6974@item tstart
6975This command takes no arguments. It starts the trace experiment, and
6976begins collecting data. This has the side effect of discarding all
6977the data collected in the trace buffer during the previous trace
6978experiment.
6979
6980@kindex tstop
6981@cindex stop a running trace experiment
6982@item tstop
6983This command takes no arguments. It ends the trace experiment, and
6984stops collecting data.
6985
6986@strong{Note:} a trace experiment and data collection may stop
6987automatically if any tracepoint's passcount is reached
6988(@pxref{Tracepoint Passcounts}), or if the trace buffer becomes full.
6989
6990@kindex tstatus
6991@cindex status of trace data collection
6992@cindex trace experiment, status of
6993@item tstatus
6994This command displays the status of the current trace data
6995collection.
6996@end table
6997
6998Here is an example of the commands we described so far:
6999
7000@smallexample
7001(@value{GDBP}) @b{trace gdb_c_test}
7002(@value{GDBP}) @b{actions}
7003Enter actions for tracepoint #1, one per line.
7004> collect $regs,$locals,$args
7005> while-stepping 11
7006 > collect $regs
7007 > end
7008> end
7009(@value{GDBP}) @b{tstart}
7010 [time passes @dots{}]
7011(@value{GDBP}) @b{tstop}
7012@end smallexample
7013
7014
7015@node Analyze Collected Data
7016@section Using the collected data
7017
7018After the tracepoint experiment ends, you use @value{GDBN} commands
7019for examining the trace data. The basic idea is that each tracepoint
7020collects a trace @dfn{snapshot} every time it is hit and another
7021snapshot every time it single-steps. All these snapshots are
7022consecutively numbered from zero and go into a buffer, and you can
7023examine them later. The way you examine them is to @dfn{focus} on a
7024specific trace snapshot. When the remote stub is focused on a trace
7025snapshot, it will respond to all @value{GDBN} requests for memory and
7026registers by reading from the buffer which belongs to that snapshot,
7027rather than from @emph{real} memory or registers of the program being
7028debugged. This means that @strong{all} @value{GDBN} commands
7029(@code{print}, @code{info registers}, @code{backtrace}, etc.) will
7030behave as if we were currently debugging the program state as it was
7031when the tracepoint occurred. Any requests for data that are not in
7032the buffer will fail.
7033
7034@menu
7035* tfind:: How to select a trace snapshot
7036* tdump:: How to display all data for a snapshot
7037* save-tracepoints:: How to save tracepoints for a future run
7038@end menu
7039
7040@node tfind
7041@subsection @code{tfind @var{n}}
7042
7043@kindex tfind
7044@cindex select trace snapshot
7045@cindex find trace snapshot
7046The basic command for selecting a trace snapshot from the buffer is
7047@code{tfind @var{n}}, which finds trace snapshot number @var{n},
7048counting from zero. If no argument @var{n} is given, the next
7049snapshot is selected.
7050
7051Here are the various forms of using the @code{tfind} command.
7052
7053@table @code
7054@item tfind start
7055Find the first snapshot in the buffer. This is a synonym for
7056@code{tfind 0} (since 0 is the number of the first snapshot).
7057
7058@item tfind none
7059Stop debugging trace snapshots, resume @emph{live} debugging.
7060
7061@item tfind end
7062Same as @samp{tfind none}.
7063
7064@item tfind
7065No argument means find the next trace snapshot.
7066
7067@item tfind -
7068Find the previous trace snapshot before the current one. This permits
7069retracing earlier steps.
7070
7071@item tfind tracepoint @var{num}
7072Find the next snapshot associated with tracepoint @var{num}. Search
7073proceeds forward from the last examined trace snapshot. If no
7074argument @var{num} is given, it means find the next snapshot collected
7075for the same tracepoint as the current snapshot.
7076
7077@item tfind pc @var{addr}
7078Find the next snapshot associated with the value @var{addr} of the
7079program counter. Search proceeds forward from the last examined trace
7080snapshot. If no argument @var{addr} is given, it means find the next
7081snapshot with the same value of PC as the current snapshot.
7082
7083@item tfind outside @var{addr1}, @var{addr2}
7084Find the next snapshot whose PC is outside the given range of
7085addresses.
7086
7087@item tfind range @var{addr1}, @var{addr2}
7088Find the next snapshot whose PC is between @var{addr1} and
7089@var{addr2}. @c FIXME: Is the range inclusive or exclusive?
7090
7091@item tfind line @r{[}@var{file}:@r{]}@var{n}
7092Find the next snapshot associated with the source line @var{n}. If
7093the optional argument @var{file} is given, refer to line @var{n} in
7094that source file. Search proceeds forward from the last examined
7095trace snapshot. If no argument @var{n} is given, it means find the
7096next line other than the one currently being examined; thus saying
7097@code{tfind line} repeatedly can appear to have the same effect as
7098stepping from line to line in a @emph{live} debugging session.
7099@end table
7100
7101The default arguments for the @code{tfind} commands are specifically
7102designed to make it easy to scan through the trace buffer. For
7103instance, @code{tfind} with no argument selects the next trace
7104snapshot, and @code{tfind -} with no argument selects the previous
7105trace snapshot. So, by giving one @code{tfind} command, and then
7106simply hitting @key{RET} repeatedly you can examine all the trace
7107snapshots in order. Or, by saying @code{tfind -} and then hitting
7108@key{RET} repeatedly you can examine the snapshots in reverse order.
7109The @code{tfind line} command with no argument selects the snapshot
7110for the next source line executed. The @code{tfind pc} command with
7111no argument selects the next snapshot with the same program counter
7112(PC) as the current frame. The @code{tfind tracepoint} command with
7113no argument selects the next trace snapshot collected by the same
7114tracepoint as the current one.
7115
7116In addition to letting you scan through the trace buffer manually,
7117these commands make it easy to construct @value{GDBN} scripts that
7118scan through the trace buffer and print out whatever collected data
7119you are interested in. Thus, if we want to examine the PC, FP, and SP
7120registers from each trace frame in the buffer, we can say this:
7121
7122@smallexample
7123(@value{GDBP}) @b{tfind start}
7124(@value{GDBP}) @b{while ($trace_frame != -1)}
7125> printf "Frame %d, PC = %08X, SP = %08X, FP = %08X\n", \
7126 $trace_frame, $pc, $sp, $fp
7127> tfind
7128> end
7129
7130Frame 0, PC = 0020DC64, SP = 0030BF3C, FP = 0030BF44
7131Frame 1, PC = 0020DC6C, SP = 0030BF38, FP = 0030BF44
7132Frame 2, PC = 0020DC70, SP = 0030BF34, FP = 0030BF44
7133Frame 3, PC = 0020DC74, SP = 0030BF30, FP = 0030BF44
7134Frame 4, PC = 0020DC78, SP = 0030BF2C, FP = 0030BF44
7135Frame 5, PC = 0020DC7C, SP = 0030BF28, FP = 0030BF44
7136Frame 6, PC = 0020DC80, SP = 0030BF24, FP = 0030BF44
7137Frame 7, PC = 0020DC84, SP = 0030BF20, FP = 0030BF44
7138Frame 8, PC = 0020DC88, SP = 0030BF1C, FP = 0030BF44
7139Frame 9, PC = 0020DC8E, SP = 0030BF18, FP = 0030BF44
7140Frame 10, PC = 00203F6C, SP = 0030BE3C, FP = 0030BF14
7141@end smallexample
7142
7143Or, if we want to examine the variable @code{X} at each source line in
7144the buffer:
7145
7146@smallexample
7147(@value{GDBP}) @b{tfind start}
7148(@value{GDBP}) @b{while ($trace_frame != -1)}
7149> printf "Frame %d, X == %d\n", $trace_frame, X
7150> tfind line
7151> end
7152
7153Frame 0, X = 1
7154Frame 7, X = 2
7155Frame 13, X = 255
7156@end smallexample
7157
7158@node tdump
7159@subsection @code{tdump}
7160@kindex tdump
7161@cindex dump all data collected at tracepoint
7162@cindex tracepoint data, display
7163
7164This command takes no arguments. It prints all the data collected at
7165the current trace snapshot.
7166
7167@smallexample
7168(@value{GDBP}) @b{trace 444}
7169(@value{GDBP}) @b{actions}
7170Enter actions for tracepoint #2, one per line:
7171> collect $regs, $locals, $args, gdb_long_test
7172> end
7173
7174(@value{GDBP}) @b{tstart}
7175
7176(@value{GDBP}) @b{tfind line 444}
7177#0 gdb_test (p1=0x11, p2=0x22, p3=0x33, p4=0x44, p5=0x55, p6=0x66)
7178at gdb_test.c:444
7179444 printp( "%s: arguments = 0x%X 0x%X 0x%X 0x%X 0x%X 0x%X\n", )
7180
7181(@value{GDBP}) @b{tdump}
7182Data collected at tracepoint 2, trace frame 1:
7183d0 0xc4aa0085 -995491707
7184d1 0x18 24
7185d2 0x80 128
7186d3 0x33 51
7187d4 0x71aea3d 119204413
7188d5 0x22 34
7189d6 0xe0 224
7190d7 0x380035 3670069
7191a0 0x19e24a 1696330
7192a1 0x3000668 50333288
7193a2 0x100 256
7194a3 0x322000 3284992
7195a4 0x3000698 50333336
7196a5 0x1ad3cc 1758156
7197fp 0x30bf3c 0x30bf3c
7198sp 0x30bf34 0x30bf34
7199ps 0x0 0
7200pc 0x20b2c8 0x20b2c8
7201fpcontrol 0x0 0
7202fpstatus 0x0 0
7203fpiaddr 0x0 0
7204p = 0x20e5b4 "gdb-test"
7205p1 = (void *) 0x11
7206p2 = (void *) 0x22
7207p3 = (void *) 0x33
7208p4 = (void *) 0x44
7209p5 = (void *) 0x55
7210p6 = (void *) 0x66
7211gdb_long_test = 17 '\021'
7212
7213(@value{GDBP})
7214@end smallexample
7215
7216@node save-tracepoints
7217@subsection @code{save-tracepoints @var{filename}}
7218@kindex save-tracepoints
7219@cindex save tracepoints for future sessions
7220
7221This command saves all current tracepoint definitions together with
7222their actions and passcounts, into a file @file{@var{filename}}
7223suitable for use in a later debugging session. To read the saved
7224tracepoint definitions, use the @code{source} command (@pxref{Command
7225Files}).
7226
7227@node Tracepoint Variables
7228@section Convenience Variables for Tracepoints
7229@cindex tracepoint variables
7230@cindex convenience variables for tracepoints
7231
7232@table @code
7233@vindex $trace_frame
7234@item (int) $trace_frame
7235The current trace snapshot (a.k.a.@: @dfn{frame}) number, or -1 if no
7236snapshot is selected.
7237
7238@vindex $tracepoint
7239@item (int) $tracepoint
7240The tracepoint for the current trace snapshot.
7241
7242@vindex $trace_line
7243@item (int) $trace_line
7244The line number for the current trace snapshot.
7245
7246@vindex $trace_file
7247@item (char []) $trace_file
7248The source file for the current trace snapshot.
7249
7250@vindex $trace_func
7251@item (char []) $trace_func
7252The name of the function containing @code{$tracepoint}.
7253@end table
7254
7255Note: @code{$trace_file} is not suitable for use in @code{printf},
7256use @code{output} instead.
7257
7258Here's a simple example of using these convenience variables for
7259stepping through all the trace snapshots and printing some of their
7260data.
7261
7262@smallexample
7263(@value{GDBP}) @b{tfind start}
7264
7265(@value{GDBP}) @b{while $trace_frame != -1}
7266> output $trace_file
7267> printf ", line %d (tracepoint #%d)\n", $trace_line, $tracepoint
7268> tfind
7269> end
7270@end smallexample
7271
df0cd8c5
JB
7272@node Overlays
7273@chapter Debugging Programs That Use Overlays
7274@cindex overlays
7275
7276If your program is too large to fit completely in your target system's
7277memory, you can sometimes use @dfn{overlays} to work around this
7278problem. @value{GDBN} provides some support for debugging programs that
7279use overlays.
7280
7281@menu
7282* How Overlays Work:: A general explanation of overlays.
7283* Overlay Commands:: Managing overlays in @value{GDBN}.
7284* Automatic Overlay Debugging:: @value{GDBN} can find out which overlays are
7285 mapped by asking the inferior.
7286* Overlay Sample Program:: A sample program using overlays.
7287@end menu
7288
7289@node How Overlays Work
7290@section How Overlays Work
7291@cindex mapped overlays
7292@cindex unmapped overlays
7293@cindex load address, overlay's
7294@cindex mapped address
7295@cindex overlay area
7296
7297Suppose you have a computer whose instruction address space is only 64
7298kilobytes long, but which has much more memory which can be accessed by
7299other means: special instructions, segment registers, or memory
7300management hardware, for example. Suppose further that you want to
7301adapt a program which is larger than 64 kilobytes to run on this system.
7302
7303One solution is to identify modules of your program which are relatively
7304independent, and need not call each other directly; call these modules
7305@dfn{overlays}. Separate the overlays from the main program, and place
7306their machine code in the larger memory. Place your main program in
7307instruction memory, but leave at least enough space there to hold the
7308largest overlay as well.
7309
7310Now, to call a function located in an overlay, you must first copy that
7311overlay's machine code from the large memory into the space set aside
7312for it in the instruction memory, and then jump to its entry point
7313there.
7314
c928edc0
AC
7315@c NB: In the below the mapped area's size is greater or equal to the
7316@c size of all overlays. This is intentional to remind the developer
7317@c that overlays don't necessarily need to be the same size.
7318
474c8240 7319@smallexample
df0cd8c5 7320@group
c928edc0
AC
7321 Data Instruction Larger
7322Address Space Address Space Address Space
7323+-----------+ +-----------+ +-----------+
7324| | | | | |
7325+-----------+ +-----------+ +-----------+<-- overlay 1
7326| program | | main | .----| overlay 1 | load address
7327| variables | | program | | +-----------+
7328| and heap | | | | | |
7329+-----------+ | | | +-----------+<-- overlay 2
7330| | +-----------+ | | | load address
7331+-----------+ | | | .-| overlay 2 |
7332 | | | | | |
7333 mapped --->+-----------+ | | +-----------+
7334 address | | | | | |
7335 | overlay | <-' | | |
7336 | area | <---' +-----------+<-- overlay 3
7337 | | <---. | | load address
7338 +-----------+ `--| overlay 3 |
7339 | | | |
7340 +-----------+ | |
7341 +-----------+
7342 | |
7343 +-----------+
7344
7345 @anchor{A code overlay}A code overlay
df0cd8c5 7346@end group
474c8240 7347@end smallexample
df0cd8c5 7348
c928edc0
AC
7349The diagram (@pxref{A code overlay}) shows a system with separate data
7350and instruction address spaces. To map an overlay, the program copies
7351its code from the larger address space to the instruction address space.
7352Since the overlays shown here all use the same mapped address, only one
7353may be mapped at a time. For a system with a single address space for
7354data and instructions, the diagram would be similar, except that the
7355program variables and heap would share an address space with the main
7356program and the overlay area.
df0cd8c5
JB
7357
7358An overlay loaded into instruction memory and ready for use is called a
7359@dfn{mapped} overlay; its @dfn{mapped address} is its address in the
7360instruction memory. An overlay not present (or only partially present)
7361in instruction memory is called @dfn{unmapped}; its @dfn{load address}
7362is its address in the larger memory. The mapped address is also called
7363the @dfn{virtual memory address}, or @dfn{VMA}; the load address is also
7364called the @dfn{load memory address}, or @dfn{LMA}.
7365
7366Unfortunately, overlays are not a completely transparent way to adapt a
7367program to limited instruction memory. They introduce a new set of
7368global constraints you must keep in mind as you design your program:
7369
7370@itemize @bullet
7371
7372@item
7373Before calling or returning to a function in an overlay, your program
7374must make sure that overlay is actually mapped. Otherwise, the call or
7375return will transfer control to the right address, but in the wrong
7376overlay, and your program will probably crash.
7377
7378@item
7379If the process of mapping an overlay is expensive on your system, you
7380will need to choose your overlays carefully to minimize their effect on
7381your program's performance.
7382
7383@item
7384The executable file you load onto your system must contain each
7385overlay's instructions, appearing at the overlay's load address, not its
7386mapped address. However, each overlay's instructions must be relocated
7387and its symbols defined as if the overlay were at its mapped address.
7388You can use GNU linker scripts to specify different load and relocation
7389addresses for pieces of your program; see @ref{Overlay Description,,,
7390ld.info, Using ld: the GNU linker}.
7391
7392@item
7393The procedure for loading executable files onto your system must be able
7394to load their contents into the larger address space as well as the
7395instruction and data spaces.
7396
7397@end itemize
7398
7399The overlay system described above is rather simple, and could be
7400improved in many ways:
7401
7402@itemize @bullet
7403
7404@item
7405If your system has suitable bank switch registers or memory management
7406hardware, you could use those facilities to make an overlay's load area
7407contents simply appear at their mapped address in instruction space.
7408This would probably be faster than copying the overlay to its mapped
7409area in the usual way.
7410
7411@item
7412If your overlays are small enough, you could set aside more than one
7413overlay area, and have more than one overlay mapped at a time.
7414
7415@item
7416You can use overlays to manage data, as well as instructions. In
7417general, data overlays are even less transparent to your design than
7418code overlays: whereas code overlays only require care when you call or
7419return to functions, data overlays require care every time you access
7420the data. Also, if you change the contents of a data overlay, you
7421must copy its contents back out to its load address before you can copy a
7422different data overlay into the same mapped area.
7423
7424@end itemize
7425
7426
7427@node Overlay Commands
7428@section Overlay Commands
7429
7430To use @value{GDBN}'s overlay support, each overlay in your program must
7431correspond to a separate section of the executable file. The section's
7432virtual memory address and load memory address must be the overlay's
7433mapped and load addresses. Identifying overlays with sections allows
7434@value{GDBN} to determine the appropriate address of a function or
7435variable, depending on whether the overlay is mapped or not.
7436
7437@value{GDBN}'s overlay commands all start with the word @code{overlay};
7438you can abbreviate this as @code{ov} or @code{ovly}. The commands are:
7439
7440@table @code
7441@item overlay off
4644b6e3 7442@kindex overlay
df0cd8c5
JB
7443Disable @value{GDBN}'s overlay support. When overlay support is
7444disabled, @value{GDBN} assumes that all functions and variables are
7445always present at their mapped addresses. By default, @value{GDBN}'s
7446overlay support is disabled.
7447
7448@item overlay manual
df0cd8c5
JB
7449@cindex manual overlay debugging
7450Enable @dfn{manual} overlay debugging. In this mode, @value{GDBN}
7451relies on you to tell it which overlays are mapped, and which are not,
7452using the @code{overlay map-overlay} and @code{overlay unmap-overlay}
7453commands described below.
7454
7455@item overlay map-overlay @var{overlay}
7456@itemx overlay map @var{overlay}
df0cd8c5
JB
7457@cindex map an overlay
7458Tell @value{GDBN} that @var{overlay} is now mapped; @var{overlay} must
7459be the name of the object file section containing the overlay. When an
7460overlay is mapped, @value{GDBN} assumes it can find the overlay's
7461functions and variables at their mapped addresses. @value{GDBN} assumes
7462that any other overlays whose mapped ranges overlap that of
7463@var{overlay} are now unmapped.
7464
7465@item overlay unmap-overlay @var{overlay}
7466@itemx overlay unmap @var{overlay}
df0cd8c5
JB
7467@cindex unmap an overlay
7468Tell @value{GDBN} that @var{overlay} is no longer mapped; @var{overlay}
7469must be the name of the object file section containing the overlay.
7470When an overlay is unmapped, @value{GDBN} assumes it can find the
7471overlay's functions and variables at their load addresses.
7472
7473@item overlay auto
df0cd8c5
JB
7474Enable @dfn{automatic} overlay debugging. In this mode, @value{GDBN}
7475consults a data structure the overlay manager maintains in the inferior
7476to see which overlays are mapped. For details, see @ref{Automatic
7477Overlay Debugging}.
7478
7479@item overlay load-target
7480@itemx overlay load
df0cd8c5
JB
7481@cindex reloading the overlay table
7482Re-read the overlay table from the inferior. Normally, @value{GDBN}
7483re-reads the table @value{GDBN} automatically each time the inferior
7484stops, so this command should only be necessary if you have changed the
7485overlay mapping yourself using @value{GDBN}. This command is only
7486useful when using automatic overlay debugging.
7487
7488@item overlay list-overlays
7489@itemx overlay list
7490@cindex listing mapped overlays
7491Display a list of the overlays currently mapped, along with their mapped
7492addresses, load addresses, and sizes.
7493
7494@end table
7495
7496Normally, when @value{GDBN} prints a code address, it includes the name
7497of the function the address falls in:
7498
474c8240 7499@smallexample
f7dc1244 7500(@value{GDBP}) print main
df0cd8c5 7501$3 = @{int ()@} 0x11a0 <main>
474c8240 7502@end smallexample
df0cd8c5
JB
7503@noindent
7504When overlay debugging is enabled, @value{GDBN} recognizes code in
7505unmapped overlays, and prints the names of unmapped functions with
7506asterisks around them. For example, if @code{foo} is a function in an
7507unmapped overlay, @value{GDBN} prints it this way:
7508
474c8240 7509@smallexample
f7dc1244 7510(@value{GDBP}) overlay list
df0cd8c5 7511No sections are mapped.
f7dc1244 7512(@value{GDBP}) print foo
df0cd8c5 7513$5 = @{int (int)@} 0x100000 <*foo*>
474c8240 7514@end smallexample
df0cd8c5
JB
7515@noindent
7516When @code{foo}'s overlay is mapped, @value{GDBN} prints the function's
7517name normally:
7518
474c8240 7519@smallexample
f7dc1244 7520(@value{GDBP}) overlay list
b383017d 7521Section .ov.foo.text, loaded at 0x100000 - 0x100034,
df0cd8c5 7522 mapped at 0x1016 - 0x104a
f7dc1244 7523(@value{GDBP}) print foo
df0cd8c5 7524$6 = @{int (int)@} 0x1016 <foo>
474c8240 7525@end smallexample
df0cd8c5
JB
7526
7527When overlay debugging is enabled, @value{GDBN} can find the correct
7528address for functions and variables in an overlay, whether or not the
7529overlay is mapped. This allows most @value{GDBN} commands, like
7530@code{break} and @code{disassemble}, to work normally, even on unmapped
7531code. However, @value{GDBN}'s breakpoint support has some limitations:
7532
7533@itemize @bullet
7534@item
7535@cindex breakpoints in overlays
7536@cindex overlays, setting breakpoints in
7537You can set breakpoints in functions in unmapped overlays, as long as
7538@value{GDBN} can write to the overlay at its load address.
7539@item
7540@value{GDBN} can not set hardware or simulator-based breakpoints in
7541unmapped overlays. However, if you set a breakpoint at the end of your
7542overlay manager (and tell @value{GDBN} which overlays are now mapped, if
7543you are using manual overlay management), @value{GDBN} will re-set its
7544breakpoints properly.
7545@end itemize
7546
7547
7548@node Automatic Overlay Debugging
7549@section Automatic Overlay Debugging
7550@cindex automatic overlay debugging
7551
7552@value{GDBN} can automatically track which overlays are mapped and which
7553are not, given some simple co-operation from the overlay manager in the
7554inferior. If you enable automatic overlay debugging with the
7555@code{overlay auto} command (@pxref{Overlay Commands}), @value{GDBN}
7556looks in the inferior's memory for certain variables describing the
7557current state of the overlays.
7558
7559Here are the variables your overlay manager must define to support
7560@value{GDBN}'s automatic overlay debugging:
7561
7562@table @asis
7563
7564@item @code{_ovly_table}:
7565This variable must be an array of the following structures:
7566
474c8240 7567@smallexample
df0cd8c5
JB
7568struct
7569@{
7570 /* The overlay's mapped address. */
7571 unsigned long vma;
7572
7573 /* The size of the overlay, in bytes. */
7574 unsigned long size;
7575
7576 /* The overlay's load address. */
7577 unsigned long lma;
7578
7579 /* Non-zero if the overlay is currently mapped;
7580 zero otherwise. */
7581 unsigned long mapped;
7582@}
474c8240 7583@end smallexample
df0cd8c5
JB
7584
7585@item @code{_novlys}:
7586This variable must be a four-byte signed integer, holding the total
7587number of elements in @code{_ovly_table}.
7588
7589@end table
7590
7591To decide whether a particular overlay is mapped or not, @value{GDBN}
7592looks for an entry in @w{@code{_ovly_table}} whose @code{vma} and
7593@code{lma} members equal the VMA and LMA of the overlay's section in the
7594executable file. When @value{GDBN} finds a matching entry, it consults
7595the entry's @code{mapped} member to determine whether the overlay is
7596currently mapped.
7597
81d46470 7598In addition, your overlay manager may define a function called
def71bfa 7599@code{_ovly_debug_event}. If this function is defined, @value{GDBN}
81d46470
MS
7600will silently set a breakpoint there. If the overlay manager then
7601calls this function whenever it has changed the overlay table, this
7602will enable @value{GDBN} to accurately keep track of which overlays
7603are in program memory, and update any breakpoints that may be set
b383017d 7604in overlays. This will allow breakpoints to work even if the
81d46470
MS
7605overlays are kept in ROM or other non-writable memory while they
7606are not being executed.
df0cd8c5
JB
7607
7608@node Overlay Sample Program
7609@section Overlay Sample Program
7610@cindex overlay example program
7611
7612When linking a program which uses overlays, you must place the overlays
7613at their load addresses, while relocating them to run at their mapped
7614addresses. To do this, you must write a linker script (@pxref{Overlay
7615Description,,, ld.info, Using ld: the GNU linker}). Unfortunately,
7616since linker scripts are specific to a particular host system, target
7617architecture, and target memory layout, this manual cannot provide
7618portable sample code demonstrating @value{GDBN}'s overlay support.
7619
7620However, the @value{GDBN} source distribution does contain an overlaid
7621program, with linker scripts for a few systems, as part of its test
7622suite. The program consists of the following files from
7623@file{gdb/testsuite/gdb.base}:
7624
7625@table @file
7626@item overlays.c
7627The main program file.
7628@item ovlymgr.c
7629A simple overlay manager, used by @file{overlays.c}.
7630@item foo.c
7631@itemx bar.c
7632@itemx baz.c
7633@itemx grbx.c
7634Overlay modules, loaded and used by @file{overlays.c}.
7635@item d10v.ld
7636@itemx m32r.ld
7637Linker scripts for linking the test program on the @code{d10v-elf}
7638and @code{m32r-elf} targets.
7639@end table
7640
7641You can build the test program using the @code{d10v-elf} GCC
7642cross-compiler like this:
7643
474c8240 7644@smallexample
df0cd8c5
JB
7645$ d10v-elf-gcc -g -c overlays.c
7646$ d10v-elf-gcc -g -c ovlymgr.c
7647$ d10v-elf-gcc -g -c foo.c
7648$ d10v-elf-gcc -g -c bar.c
7649$ d10v-elf-gcc -g -c baz.c
7650$ d10v-elf-gcc -g -c grbx.c
7651$ d10v-elf-gcc -g overlays.o ovlymgr.o foo.o bar.o \
7652 baz.o grbx.o -Wl,-Td10v.ld -o overlays
474c8240 7653@end smallexample
df0cd8c5
JB
7654
7655The build process is identical for any other architecture, except that
7656you must substitute the appropriate compiler and linker script for the
7657target system for @code{d10v-elf-gcc} and @code{d10v.ld}.
7658
7659
6d2ebf8b 7660@node Languages
c906108c
SS
7661@chapter Using @value{GDBN} with Different Languages
7662@cindex languages
7663
c906108c
SS
7664Although programming languages generally have common aspects, they are
7665rarely expressed in the same manner. For instance, in ANSI C,
7666dereferencing a pointer @code{p} is accomplished by @code{*p}, but in
7667Modula-2, it is accomplished by @code{p^}. Values can also be
5d161b24 7668represented (and displayed) differently. Hex numbers in C appear as
c906108c 7669@samp{0x1ae}, while in Modula-2 they appear as @samp{1AEH}.
c906108c
SS
7670
7671@cindex working language
7672Language-specific information is built into @value{GDBN} for some languages,
7673allowing you to express operations like the above in your program's
7674native language, and allowing @value{GDBN} to output values in a manner
7675consistent with the syntax of your program's native language. The
7676language you use to build expressions is called the @dfn{working
7677language}.
7678
7679@menu
7680* Setting:: Switching between source languages
7681* Show:: Displaying the language
c906108c 7682* Checks:: Type and range checks
c906108c 7683* Support:: Supported languages
4e562065 7684* Unsupported languages:: Unsupported languages
c906108c
SS
7685@end menu
7686
6d2ebf8b 7687@node Setting
c906108c
SS
7688@section Switching between source languages
7689
7690There are two ways to control the working language---either have @value{GDBN}
7691set it automatically, or select it manually yourself. You can use the
7692@code{set language} command for either purpose. On startup, @value{GDBN}
7693defaults to setting the language automatically. The working language is
7694used to determine how expressions you type are interpreted, how values
7695are printed, etc.
7696
7697In addition to the working language, every source file that
7698@value{GDBN} knows about has its own working language. For some object
7699file formats, the compiler might indicate which language a particular
7700source file is in. However, most of the time @value{GDBN} infers the
7701language from the name of the file. The language of a source file
b37052ae 7702controls whether C@t{++} names are demangled---this way @code{backtrace} can
c906108c 7703show each frame appropriately for its own language. There is no way to
d4f3574e
SS
7704set the language of a source file from within @value{GDBN}, but you can
7705set the language associated with a filename extension. @xref{Show, ,
7706Displaying the language}.
c906108c
SS
7707
7708This is most commonly a problem when you use a program, such
5d161b24 7709as @code{cfront} or @code{f2c}, that generates C but is written in
c906108c
SS
7710another language. In that case, make the
7711program use @code{#line} directives in its C output; that way
7712@value{GDBN} will know the correct language of the source code of the original
7713program, and will display that source code, not the generated C code.
7714
7715@menu
7716* Filenames:: Filename extensions and languages.
7717* Manually:: Setting the working language manually
7718* Automatically:: Having @value{GDBN} infer the source language
7719@end menu
7720
6d2ebf8b 7721@node Filenames
c906108c
SS
7722@subsection List of filename extensions and languages
7723
7724If a source file name ends in one of the following extensions, then
7725@value{GDBN} infers that its language is the one indicated.
7726
7727@table @file
e07c999f
PH
7728@item .ada
7729@itemx .ads
7730@itemx .adb
7731@itemx .a
7732Ada source file.
c906108c
SS
7733
7734@item .c
7735C source file
7736
7737@item .C
7738@itemx .cc
7739@itemx .cp
7740@itemx .cpp
7741@itemx .cxx
7742@itemx .c++
b37052ae 7743C@t{++} source file
c906108c 7744
b37303ee
AF
7745@item .m
7746Objective-C source file
7747
c906108c
SS
7748@item .f
7749@itemx .F
7750Fortran source file
7751
c906108c
SS
7752@item .mod
7753Modula-2 source file
c906108c
SS
7754
7755@item .s
7756@itemx .S
7757Assembler source file. This actually behaves almost like C, but
7758@value{GDBN} does not skip over function prologues when stepping.
7759@end table
7760
7761In addition, you may set the language associated with a filename
7762extension. @xref{Show, , Displaying the language}.
7763
6d2ebf8b 7764@node Manually
c906108c
SS
7765@subsection Setting the working language
7766
7767If you allow @value{GDBN} to set the language automatically,
7768expressions are interpreted the same way in your debugging session and
7769your program.
7770
7771@kindex set language
7772If you wish, you may set the language manually. To do this, issue the
7773command @samp{set language @var{lang}}, where @var{lang} is the name of
5d161b24 7774a language, such as
c906108c 7775@code{c} or @code{modula-2}.
c906108c
SS
7776For a list of the supported languages, type @samp{set language}.
7777
c906108c
SS
7778Setting the language manually prevents @value{GDBN} from updating the working
7779language automatically. This can lead to confusion if you try
7780to debug a program when the working language is not the same as the
7781source language, when an expression is acceptable to both
7782languages---but means different things. For instance, if the current
7783source file were written in C, and @value{GDBN} was parsing Modula-2, a
7784command such as:
7785
474c8240 7786@smallexample
c906108c 7787print a = b + c
474c8240 7788@end smallexample
c906108c
SS
7789
7790@noindent
7791might not have the effect you intended. In C, this means to add
7792@code{b} and @code{c} and place the result in @code{a}. The result
7793printed would be the value of @code{a}. In Modula-2, this means to compare
7794@code{a} to the result of @code{b+c}, yielding a @code{BOOLEAN} value.
c906108c 7795
6d2ebf8b 7796@node Automatically
c906108c
SS
7797@subsection Having @value{GDBN} infer the source language
7798
7799To have @value{GDBN} set the working language automatically, use
7800@samp{set language local} or @samp{set language auto}. @value{GDBN}
7801then infers the working language. That is, when your program stops in a
7802frame (usually by encountering a breakpoint), @value{GDBN} sets the
7803working language to the language recorded for the function in that
7804frame. If the language for a frame is unknown (that is, if the function
7805or block corresponding to the frame was defined in a source file that
7806does not have a recognized extension), the current working language is
7807not changed, and @value{GDBN} issues a warning.
7808
7809This may not seem necessary for most programs, which are written
7810entirely in one source language. However, program modules and libraries
7811written in one source language can be used by a main program written in
7812a different source language. Using @samp{set language auto} in this
7813case frees you from having to set the working language manually.
7814
6d2ebf8b 7815@node Show
c906108c 7816@section Displaying the language
c906108c
SS
7817
7818The following commands help you find out which language is the
7819working language, and also what language source files were written in.
7820
7821@kindex show language
c906108c
SS
7822@table @code
7823@item show language
7824Display the current working language. This is the
7825language you can use with commands such as @code{print} to
7826build and compute expressions that may involve variables in your program.
7827
7828@item info frame
4644b6e3 7829@kindex info frame@r{, show the source language}
5d161b24 7830Display the source language for this frame. This language becomes the
c906108c 7831working language if you use an identifier from this frame.
5d161b24 7832@xref{Frame Info, ,Information about a frame}, to identify the other
c906108c
SS
7833information listed here.
7834
7835@item info source
4644b6e3 7836@kindex info source@r{, show the source language}
c906108c 7837Display the source language of this source file.
5d161b24 7838@xref{Symbols, ,Examining the Symbol Table}, to identify the other
c906108c
SS
7839information listed here.
7840@end table
7841
7842In unusual circumstances, you may have source files with extensions
7843not in the standard list. You can then set the extension associated
7844with a language explicitly:
7845
7846@kindex set extension-language
7847@kindex info extensions
7848@table @code
7849@item set extension-language @var{.ext} @var{language}
7850Set source files with extension @var{.ext} to be assumed to be in
7851the source language @var{language}.
7852
7853@item info extensions
7854List all the filename extensions and the associated languages.
7855@end table
7856
6d2ebf8b 7857@node Checks
c906108c
SS
7858@section Type and range checking
7859
7860@quotation
7861@emph{Warning:} In this release, the @value{GDBN} commands for type and range
7862checking are included, but they do not yet have any effect. This
7863section documents the intended facilities.
7864@end quotation
7865@c FIXME remove warning when type/range code added
7866
7867Some languages are designed to guard you against making seemingly common
7868errors through a series of compile- and run-time checks. These include
7869checking the type of arguments to functions and operators, and making
7870sure mathematical overflows are caught at run time. Checks such as
7871these help to ensure a program's correctness once it has been compiled
7872by eliminating type mismatches, and providing active checks for range
7873errors when your program is running.
7874
7875@value{GDBN} can check for conditions like the above if you wish.
7876Although @value{GDBN} does not check the statements in your program, it
7877can check expressions entered directly into @value{GDBN} for evaluation via
7878the @code{print} command, for example. As with the working language,
7879@value{GDBN} can also decide whether or not to check automatically based on
7880your program's source language. @xref{Support, ,Supported languages},
7881for the default settings of supported languages.
7882
7883@menu
7884* Type Checking:: An overview of type checking
7885* Range Checking:: An overview of range checking
7886@end menu
7887
7888@cindex type checking
7889@cindex checks, type
6d2ebf8b 7890@node Type Checking
c906108c
SS
7891@subsection An overview of type checking
7892
7893Some languages, such as Modula-2, are strongly typed, meaning that the
7894arguments to operators and functions have to be of the correct type,
7895otherwise an error occurs. These checks prevent type mismatch
7896errors from ever causing any run-time problems. For example,
7897
7898@smallexample
78991 + 2 @result{} 3
7900@exdent but
7901@error{} 1 + 2.3
7902@end smallexample
7903
7904The second example fails because the @code{CARDINAL} 1 is not
7905type-compatible with the @code{REAL} 2.3.
7906
5d161b24
DB
7907For the expressions you use in @value{GDBN} commands, you can tell the
7908@value{GDBN} type checker to skip checking;
7909to treat any mismatches as errors and abandon the expression;
7910or to only issue warnings when type mismatches occur,
c906108c
SS
7911but evaluate the expression anyway. When you choose the last of
7912these, @value{GDBN} evaluates expressions like the second example above, but
7913also issues a warning.
7914
5d161b24
DB
7915Even if you turn type checking off, there may be other reasons
7916related to type that prevent @value{GDBN} from evaluating an expression.
7917For instance, @value{GDBN} does not know how to add an @code{int} and
7918a @code{struct foo}. These particular type errors have nothing to do
7919with the language in use, and usually arise from expressions, such as
c906108c
SS
7920the one described above, which make little sense to evaluate anyway.
7921
7922Each language defines to what degree it is strict about type. For
7923instance, both Modula-2 and C require the arguments to arithmetical
7924operators to be numbers. In C, enumerated types and pointers can be
7925represented as numbers, so that they are valid arguments to mathematical
7926operators. @xref{Support, ,Supported languages}, for further
7927details on specific languages.
7928
7929@value{GDBN} provides some additional commands for controlling the type checker:
7930
c906108c
SS
7931@kindex set check type
7932@kindex show check type
7933@table @code
7934@item set check type auto
7935Set type checking on or off based on the current working language.
7936@xref{Support, ,Supported languages}, for the default settings for
7937each language.
7938
7939@item set check type on
7940@itemx set check type off
7941Set type checking on or off, overriding the default setting for the
7942current working language. Issue a warning if the setting does not
7943match the language default. If any type mismatches occur in
d4f3574e 7944evaluating an expression while type checking is on, @value{GDBN} prints a
c906108c
SS
7945message and aborts evaluation of the expression.
7946
7947@item set check type warn
7948Cause the type checker to issue warnings, but to always attempt to
7949evaluate the expression. Evaluating the expression may still
7950be impossible for other reasons. For example, @value{GDBN} cannot add
7951numbers and structures.
7952
7953@item show type
5d161b24 7954Show the current setting of the type checker, and whether or not @value{GDBN}
c906108c
SS
7955is setting it automatically.
7956@end table
7957
7958@cindex range checking
7959@cindex checks, range
6d2ebf8b 7960@node Range Checking
c906108c
SS
7961@subsection An overview of range checking
7962
7963In some languages (such as Modula-2), it is an error to exceed the
7964bounds of a type; this is enforced with run-time checks. Such range
7965checking is meant to ensure program correctness by making sure
7966computations do not overflow, or indices on an array element access do
7967not exceed the bounds of the array.
7968
7969For expressions you use in @value{GDBN} commands, you can tell
7970@value{GDBN} to treat range errors in one of three ways: ignore them,
7971always treat them as errors and abandon the expression, or issue
7972warnings but evaluate the expression anyway.
7973
7974A range error can result from numerical overflow, from exceeding an
7975array index bound, or when you type a constant that is not a member
7976of any type. Some languages, however, do not treat overflows as an
7977error. In many implementations of C, mathematical overflow causes the
7978result to ``wrap around'' to lower values---for example, if @var{m} is
7979the largest integer value, and @var{s} is the smallest, then
7980
474c8240 7981@smallexample
c906108c 7982@var{m} + 1 @result{} @var{s}
474c8240 7983@end smallexample
c906108c
SS
7984
7985This, too, is specific to individual languages, and in some cases
7986specific to individual compilers or machines. @xref{Support, ,
7987Supported languages}, for further details on specific languages.
7988
7989@value{GDBN} provides some additional commands for controlling the range checker:
7990
c906108c
SS
7991@kindex set check range
7992@kindex show check range
7993@table @code
7994@item set check range auto
7995Set range checking on or off based on the current working language.
7996@xref{Support, ,Supported languages}, for the default settings for
7997each language.
7998
7999@item set check range on
8000@itemx set check range off
8001Set range checking on or off, overriding the default setting for the
8002current working language. A warning is issued if the setting does not
c3f6f71d
JM
8003match the language default. If a range error occurs and range checking is on,
8004then a message is printed and evaluation of the expression is aborted.
c906108c
SS
8005
8006@item set check range warn
8007Output messages when the @value{GDBN} range checker detects a range error,
8008but attempt to evaluate the expression anyway. Evaluating the
8009expression may still be impossible for other reasons, such as accessing
8010memory that the process does not own (a typical example from many Unix
8011systems).
8012
8013@item show range
8014Show the current setting of the range checker, and whether or not it is
8015being set automatically by @value{GDBN}.
8016@end table
c906108c 8017
6d2ebf8b 8018@node Support
c906108c 8019@section Supported languages
c906108c 8020
e07c999f 8021@value{GDBN} supports C, C@t{++}, Objective-C, Fortran, Java, assembly, Modula-2, and Ada.
cce74817 8022@c This is false ...
c906108c
SS
8023Some @value{GDBN} features may be used in expressions regardless of the
8024language you use: the @value{GDBN} @code{@@} and @code{::} operators,
8025and the @samp{@{type@}addr} construct (@pxref{Expressions,
8026,Expressions}) can be used with the constructs of any supported
8027language.
8028
8029The following sections detail to what degree each source language is
8030supported by @value{GDBN}. These sections are not meant to be language
8031tutorials or references, but serve only as a reference guide to what the
8032@value{GDBN} expression parser accepts, and what input and output
8033formats should look like for different languages. There are many good
8034books written on each of these languages; please look to these for a
8035language reference or tutorial.
8036
c906108c 8037@menu
b37303ee 8038* C:: C and C@t{++}
b383017d 8039* Objective-C:: Objective-C
b37303ee 8040* Modula-2:: Modula-2
e07c999f 8041* Ada:: Ada
c906108c
SS
8042@end menu
8043
6d2ebf8b 8044@node C
b37052ae 8045@subsection C and C@t{++}
7a292a7a 8046
b37052ae
EZ
8047@cindex C and C@t{++}
8048@cindex expressions in C or C@t{++}
c906108c 8049
b37052ae 8050Since C and C@t{++} are so closely related, many features of @value{GDBN} apply
c906108c
SS
8051to both languages. Whenever this is the case, we discuss those languages
8052together.
8053
41afff9a
EZ
8054@cindex C@t{++}
8055@cindex @code{g++}, @sc{gnu} C@t{++} compiler
b37052ae
EZ
8056@cindex @sc{gnu} C@t{++}
8057The C@t{++} debugging facilities are jointly implemented by the C@t{++}
8058compiler and @value{GDBN}. Therefore, to debug your C@t{++} code
8059effectively, you must compile your C@t{++} programs with a supported
8060C@t{++} compiler, such as @sc{gnu} @code{g++}, or the HP ANSI C@t{++}
c906108c
SS
8061compiler (@code{aCC}).
8062
0179ffac
DC
8063For best results when using @sc{gnu} C@t{++}, use the DWARF 2 debugging
8064format; if it doesn't work on your system, try the stabs+ debugging
8065format. You can select those formats explicitly with the @code{g++}
8066command-line options @option{-gdwarf-2} and @option{-gstabs+}.
8067@xref{Debugging Options,,Options for Debugging Your Program or @sc{gnu}
8068CC, gcc.info, Using @sc{gnu} CC}.
c906108c 8069
c906108c 8070@menu
b37052ae
EZ
8071* C Operators:: C and C@t{++} operators
8072* C Constants:: C and C@t{++} constants
8073* C plus plus expressions:: C@t{++} expressions
8074* C Defaults:: Default settings for C and C@t{++}
8075* C Checks:: C and C@t{++} type and range checks
c906108c 8076* Debugging C:: @value{GDBN} and C
b37052ae 8077* Debugging C plus plus:: @value{GDBN} features for C@t{++}
c906108c 8078@end menu
c906108c 8079
6d2ebf8b 8080@node C Operators
b37052ae 8081@subsubsection C and C@t{++} operators
7a292a7a 8082
b37052ae 8083@cindex C and C@t{++} operators
c906108c
SS
8084
8085Operators must be defined on values of specific types. For instance,
8086@code{+} is defined on numbers, but not on structures. Operators are
5d161b24 8087often defined on groups of types.
c906108c 8088
b37052ae 8089For the purposes of C and C@t{++}, the following definitions hold:
c906108c
SS
8090
8091@itemize @bullet
53a5351d 8092
c906108c 8093@item
c906108c 8094@emph{Integral types} include @code{int} with any of its storage-class
b37052ae 8095specifiers; @code{char}; @code{enum}; and, for C@t{++}, @code{bool}.
c906108c
SS
8096
8097@item
d4f3574e
SS
8098@emph{Floating-point types} include @code{float}, @code{double}, and
8099@code{long double} (if supported by the target platform).
c906108c
SS
8100
8101@item
53a5351d 8102@emph{Pointer types} include all types defined as @code{(@var{type} *)}.
c906108c
SS
8103
8104@item
8105@emph{Scalar types} include all of the above.
53a5351d 8106
c906108c
SS
8107@end itemize
8108
8109@noindent
8110The following operators are supported. They are listed here
8111in order of increasing precedence:
8112
8113@table @code
8114@item ,
8115The comma or sequencing operator. Expressions in a comma-separated list
8116are evaluated from left to right, with the result of the entire
8117expression being the last expression evaluated.
8118
8119@item =
8120Assignment. The value of an assignment expression is the value
8121assigned. Defined on scalar types.
8122
8123@item @var{op}=
8124Used in an expression of the form @w{@code{@var{a} @var{op}= @var{b}}},
8125and translated to @w{@code{@var{a} = @var{a op b}}}.
d4f3574e 8126@w{@code{@var{op}=}} and @code{=} have the same precedence.
c906108c
SS
8127@var{op} is any one of the operators @code{|}, @code{^}, @code{&},
8128@code{<<}, @code{>>}, @code{+}, @code{-}, @code{*}, @code{/}, @code{%}.
8129
8130@item ?:
8131The ternary operator. @code{@var{a} ? @var{b} : @var{c}} can be thought
8132of as: if @var{a} then @var{b} else @var{c}. @var{a} should be of an
8133integral type.
8134
8135@item ||
8136Logical @sc{or}. Defined on integral types.
8137
8138@item &&
8139Logical @sc{and}. Defined on integral types.
8140
8141@item |
8142Bitwise @sc{or}. Defined on integral types.
8143
8144@item ^
8145Bitwise exclusive-@sc{or}. Defined on integral types.
8146
8147@item &
8148Bitwise @sc{and}. Defined on integral types.
8149
8150@item ==@r{, }!=
8151Equality and inequality. Defined on scalar types. The value of these
8152expressions is 0 for false and non-zero for true.
8153
8154@item <@r{, }>@r{, }<=@r{, }>=
8155Less than, greater than, less than or equal, greater than or equal.
8156Defined on scalar types. The value of these expressions is 0 for false
8157and non-zero for true.
8158
8159@item <<@r{, }>>
8160left shift, and right shift. Defined on integral types.
8161
8162@item @@
8163The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
8164
8165@item +@r{, }-
8166Addition and subtraction. Defined on integral types, floating-point types and
8167pointer types.
8168
8169@item *@r{, }/@r{, }%
8170Multiplication, division, and modulus. Multiplication and division are
8171defined on integral and floating-point types. Modulus is defined on
8172integral types.
8173
8174@item ++@r{, }--
8175Increment and decrement. When appearing before a variable, the
8176operation is performed before the variable is used in an expression;
8177when appearing after it, the variable's value is used before the
8178operation takes place.
8179
8180@item *
8181Pointer dereferencing. Defined on pointer types. Same precedence as
8182@code{++}.
8183
8184@item &
8185Address operator. Defined on variables. Same precedence as @code{++}.
8186
b37052ae
EZ
8187For debugging C@t{++}, @value{GDBN} implements a use of @samp{&} beyond what is
8188allowed in the C@t{++} language itself: you can use @samp{&(&@var{ref})}
c906108c 8189(or, if you prefer, simply @samp{&&@var{ref}}) to examine the address
b37052ae 8190where a C@t{++} reference variable (declared with @samp{&@var{ref}}) is
c906108c 8191stored.
c906108c
SS
8192
8193@item -
8194Negative. Defined on integral and floating-point types. Same
8195precedence as @code{++}.
8196
8197@item !
8198Logical negation. Defined on integral types. Same precedence as
8199@code{++}.
8200
8201@item ~
8202Bitwise complement operator. Defined on integral types. Same precedence as
8203@code{++}.
8204
8205
8206@item .@r{, }->
8207Structure member, and pointer-to-structure member. For convenience,
8208@value{GDBN} regards the two as equivalent, choosing whether to dereference a
8209pointer based on the stored type information.
8210Defined on @code{struct} and @code{union} data.
8211
c906108c
SS
8212@item .*@r{, }->*
8213Dereferences of pointers to members.
c906108c
SS
8214
8215@item []
8216Array indexing. @code{@var{a}[@var{i}]} is defined as
8217@code{*(@var{a}+@var{i})}. Same precedence as @code{->}.
8218
8219@item ()
8220Function parameter list. Same precedence as @code{->}.
8221
c906108c 8222@item ::
b37052ae 8223C@t{++} scope resolution operator. Defined on @code{struct}, @code{union},
7a292a7a 8224and @code{class} types.
c906108c
SS
8225
8226@item ::
7a292a7a
SS
8227Doubled colons also represent the @value{GDBN} scope operator
8228(@pxref{Expressions, ,Expressions}). Same precedence as @code{::},
8229above.
c906108c
SS
8230@end table
8231
c906108c
SS
8232If an operator is redefined in the user code, @value{GDBN} usually
8233attempts to invoke the redefined version instead of using the operator's
8234predefined meaning.
c906108c 8235
c906108c 8236@menu
5d161b24 8237* C Constants::
c906108c
SS
8238@end menu
8239
6d2ebf8b 8240@node C Constants
b37052ae 8241@subsubsection C and C@t{++} constants
c906108c 8242
b37052ae 8243@cindex C and C@t{++} constants
c906108c 8244
b37052ae 8245@value{GDBN} allows you to express the constants of C and C@t{++} in the
c906108c 8246following ways:
c906108c
SS
8247
8248@itemize @bullet
8249@item
8250Integer constants are a sequence of digits. Octal constants are
6ca652b0
EZ
8251specified by a leading @samp{0} (i.e.@: zero), and hexadecimal constants
8252by a leading @samp{0x} or @samp{0X}. Constants may also end with a letter
c906108c
SS
8253@samp{l}, specifying that the constant should be treated as a
8254@code{long} value.
8255
8256@item
8257Floating point constants are a sequence of digits, followed by a decimal
8258point, followed by a sequence of digits, and optionally followed by an
8259exponent. An exponent is of the form:
8260@samp{@w{e@r{[[}+@r{]|}-@r{]}@var{nnn}}}, where @var{nnn} is another
8261sequence of digits. The @samp{+} is optional for positive exponents.
d4f3574e
SS
8262A floating-point constant may also end with a letter @samp{f} or
8263@samp{F}, specifying that the constant should be treated as being of
8264the @code{float} (as opposed to the default @code{double}) type; or with
8265a letter @samp{l} or @samp{L}, which specifies a @code{long double}
8266constant.
c906108c
SS
8267
8268@item
8269Enumerated constants consist of enumerated identifiers, or their
8270integral equivalents.
8271
8272@item
8273Character constants are a single character surrounded by single quotes
8274(@code{'}), or a number---the ordinal value of the corresponding character
d4f3574e 8275(usually its @sc{ascii} value). Within quotes, the single character may
c906108c
SS
8276be represented by a letter or by @dfn{escape sequences}, which are of
8277the form @samp{\@var{nnn}}, where @var{nnn} is the octal representation
8278of the character's ordinal value; or of the form @samp{\@var{x}}, where
8279@samp{@var{x}} is a predefined special character---for example,
8280@samp{\n} for newline.
8281
8282@item
96a2c332
SS
8283String constants are a sequence of character constants surrounded by
8284double quotes (@code{"}). Any valid character constant (as described
8285above) may appear. Double quotes within the string must be preceded by
8286a backslash, so for instance @samp{"a\"b'c"} is a string of five
8287characters.
c906108c
SS
8288
8289@item
8290Pointer constants are an integral value. You can also write pointers
8291to constants using the C operator @samp{&}.
8292
8293@item
8294Array constants are comma-separated lists surrounded by braces @samp{@{}
8295and @samp{@}}; for example, @samp{@{1,2,3@}} is a three-element array of
8296integers, @samp{@{@{1,2@}, @{3,4@}, @{5,6@}@}} is a three-by-two array,
8297and @samp{@{&"hi", &"there", &"fred"@}} is a three-element array of pointers.
8298@end itemize
8299
c906108c 8300@menu
5d161b24
DB
8301* C plus plus expressions::
8302* C Defaults::
8303* C Checks::
c906108c 8304
5d161b24 8305* Debugging C::
c906108c
SS
8306@end menu
8307
6d2ebf8b 8308@node C plus plus expressions
b37052ae
EZ
8309@subsubsection C@t{++} expressions
8310
8311@cindex expressions in C@t{++}
8312@value{GDBN} expression handling can interpret most C@t{++} expressions.
8313
0179ffac
DC
8314@cindex debugging C@t{++} programs
8315@cindex C@t{++} compilers
8316@cindex debug formats and C@t{++}
8317@cindex @value{NGCC} and C@t{++}
c906108c 8318@quotation
b37052ae 8319@emph{Warning:} @value{GDBN} can only debug C@t{++} code if you use the
0179ffac
DC
8320proper compiler and the proper debug format. Currently, @value{GDBN}
8321works best when debugging C@t{++} code that is compiled with
8322@value{NGCC} 2.95.3 or with @value{NGCC} 3.1 or newer, using the options
8323@option{-gdwarf-2} or @option{-gstabs+}. DWARF 2 is preferred over
8324stabs+. Most configurations of @value{NGCC} emit either DWARF 2 or
8325stabs+ as their default debug format, so you usually don't need to
8326specify a debug format explicitly. Other compilers and/or debug formats
8327are likely to work badly or not at all when using @value{GDBN} to debug
8328C@t{++} code.
c906108c 8329@end quotation
c906108c
SS
8330
8331@enumerate
8332
8333@cindex member functions
8334@item
8335Member function calls are allowed; you can use expressions like
8336
474c8240 8337@smallexample
c906108c 8338count = aml->GetOriginal(x, y)
474c8240 8339@end smallexample
c906108c 8340
41afff9a 8341@vindex this@r{, inside C@t{++} member functions}
b37052ae 8342@cindex namespace in C@t{++}
c906108c
SS
8343@item
8344While a member function is active (in the selected stack frame), your
8345expressions have the same namespace available as the member function;
8346that is, @value{GDBN} allows implicit references to the class instance
b37052ae 8347pointer @code{this} following the same rules as C@t{++}.
c906108c 8348
c906108c 8349@cindex call overloaded functions
d4f3574e 8350@cindex overloaded functions, calling
b37052ae 8351@cindex type conversions in C@t{++}
c906108c
SS
8352@item
8353You can call overloaded functions; @value{GDBN} resolves the function
d4f3574e 8354call to the right definition, with some restrictions. @value{GDBN} does not
c906108c
SS
8355perform overload resolution involving user-defined type conversions,
8356calls to constructors, or instantiations of templates that do not exist
8357in the program. It also cannot handle ellipsis argument lists or
8358default arguments.
8359
8360It does perform integral conversions and promotions, floating-point
8361promotions, arithmetic conversions, pointer conversions, conversions of
8362class objects to base classes, and standard conversions such as those of
8363functions or arrays to pointers; it requires an exact match on the
8364number of function arguments.
8365
8366Overload resolution is always performed, unless you have specified
8367@code{set overload-resolution off}. @xref{Debugging C plus plus,
b37052ae 8368,@value{GDBN} features for C@t{++}}.
c906108c 8369
d4f3574e 8370You must specify @code{set overload-resolution off} in order to use an
c906108c
SS
8371explicit function signature to call an overloaded function, as in
8372@smallexample
8373p 'foo(char,int)'('x', 13)
8374@end smallexample
d4f3574e 8375
c906108c 8376The @value{GDBN} command-completion facility can simplify this;
d4f3574e 8377see @ref{Completion, ,Command completion}.
c906108c 8378
c906108c
SS
8379@cindex reference declarations
8380@item
b37052ae
EZ
8381@value{GDBN} understands variables declared as C@t{++} references; you can use
8382them in expressions just as you do in C@t{++} source---they are automatically
c906108c
SS
8383dereferenced.
8384
8385In the parameter list shown when @value{GDBN} displays a frame, the values of
8386reference variables are not displayed (unlike other variables); this
8387avoids clutter, since references are often used for large structures.
8388The @emph{address} of a reference variable is always shown, unless
8389you have specified @samp{set print address off}.
8390
8391@item
b37052ae 8392@value{GDBN} supports the C@t{++} name resolution operator @code{::}---your
c906108c
SS
8393expressions can use it just as expressions in your program do. Since
8394one scope may be defined in another, you can use @code{::} repeatedly if
8395necessary, for example in an expression like
8396@samp{@var{scope1}::@var{scope2}::@var{name}}. @value{GDBN} also allows
b37052ae 8397resolving name scope by reference to source files, in both C and C@t{++}
c906108c
SS
8398debugging (@pxref{Variables, ,Program variables}).
8399@end enumerate
8400
b37052ae 8401In addition, when used with HP's C@t{++} compiler, @value{GDBN} supports
53a5351d
JM
8402calling virtual functions correctly, printing out virtual bases of
8403objects, calling functions in a base subobject, casting objects, and
8404invoking user-defined operators.
c906108c 8405
6d2ebf8b 8406@node C Defaults
b37052ae 8407@subsubsection C and C@t{++} defaults
7a292a7a 8408
b37052ae 8409@cindex C and C@t{++} defaults
c906108c 8410
c906108c
SS
8411If you allow @value{GDBN} to set type and range checking automatically, they
8412both default to @code{off} whenever the working language changes to
b37052ae 8413C or C@t{++}. This happens regardless of whether you or @value{GDBN}
c906108c 8414selects the working language.
c906108c
SS
8415
8416If you allow @value{GDBN} to set the language automatically, it
8417recognizes source files whose names end with @file{.c}, @file{.C}, or
8418@file{.cc}, etc, and when @value{GDBN} enters code compiled from one of
b37052ae 8419these files, it sets the working language to C or C@t{++}.
c906108c
SS
8420@xref{Automatically, ,Having @value{GDBN} infer the source language},
8421for further details.
8422
c906108c
SS
8423@c Type checking is (a) primarily motivated by Modula-2, and (b)
8424@c unimplemented. If (b) changes, it might make sense to let this node
8425@c appear even if Mod-2 does not, but meanwhile ignore it. roland 16jul93.
7a292a7a 8426
6d2ebf8b 8427@node C Checks
b37052ae 8428@subsubsection C and C@t{++} type and range checks
7a292a7a 8429
b37052ae 8430@cindex C and C@t{++} checks
c906108c 8431
b37052ae 8432By default, when @value{GDBN} parses C or C@t{++} expressions, type checking
c906108c
SS
8433is not used. However, if you turn type checking on, @value{GDBN}
8434considers two variables type equivalent if:
8435
8436@itemize @bullet
8437@item
8438The two variables are structured and have the same structure, union, or
8439enumerated tag.
8440
8441@item
8442The two variables have the same type name, or types that have been
8443declared equivalent through @code{typedef}.
8444
8445@ignore
8446@c leaving this out because neither J Gilmore nor R Pesch understand it.
8447@c FIXME--beers?
8448@item
8449The two @code{struct}, @code{union}, or @code{enum} variables are
8450declared in the same declaration. (Note: this may not be true for all C
8451compilers.)
8452@end ignore
8453@end itemize
8454
8455Range checking, if turned on, is done on mathematical operations. Array
8456indices are not checked, since they are often used to index a pointer
8457that is not itself an array.
c906108c 8458
6d2ebf8b 8459@node Debugging C
c906108c 8460@subsubsection @value{GDBN} and C
c906108c
SS
8461
8462The @code{set print union} and @code{show print union} commands apply to
8463the @code{union} type. When set to @samp{on}, any @code{union} that is
7a292a7a
SS
8464inside a @code{struct} or @code{class} is also printed. Otherwise, it
8465appears as @samp{@{...@}}.
c906108c
SS
8466
8467The @code{@@} operator aids in the debugging of dynamic arrays, formed
8468with pointers and a memory allocation function. @xref{Expressions,
8469,Expressions}.
8470
c906108c 8471@menu
5d161b24 8472* Debugging C plus plus::
c906108c
SS
8473@end menu
8474
6d2ebf8b 8475@node Debugging C plus plus
b37052ae 8476@subsubsection @value{GDBN} features for C@t{++}
c906108c 8477
b37052ae 8478@cindex commands for C@t{++}
7a292a7a 8479
b37052ae
EZ
8480Some @value{GDBN} commands are particularly useful with C@t{++}, and some are
8481designed specifically for use with C@t{++}. Here is a summary:
c906108c
SS
8482
8483@table @code
8484@cindex break in overloaded functions
8485@item @r{breakpoint menus}
8486When you want a breakpoint in a function whose name is overloaded,
8487@value{GDBN} breakpoint menus help you specify which function definition
8488you want. @xref{Breakpoint Menus,,Breakpoint menus}.
8489
b37052ae 8490@cindex overloading in C@t{++}
c906108c
SS
8491@item rbreak @var{regex}
8492Setting breakpoints using regular expressions is helpful for setting
8493breakpoints on overloaded functions that are not members of any special
8494classes.
8495@xref{Set Breaks, ,Setting breakpoints}.
8496
b37052ae 8497@cindex C@t{++} exception handling
c906108c
SS
8498@item catch throw
8499@itemx catch catch
b37052ae 8500Debug C@t{++} exception handling using these commands. @xref{Set
c906108c
SS
8501Catchpoints, , Setting catchpoints}.
8502
8503@cindex inheritance
8504@item ptype @var{typename}
8505Print inheritance relationships as well as other information for type
8506@var{typename}.
8507@xref{Symbols, ,Examining the Symbol Table}.
8508
b37052ae 8509@cindex C@t{++} symbol display
c906108c
SS
8510@item set print demangle
8511@itemx show print demangle
8512@itemx set print asm-demangle
8513@itemx show print asm-demangle
b37052ae
EZ
8514Control whether C@t{++} symbols display in their source form, both when
8515displaying code as C@t{++} source and when displaying disassemblies.
c906108c
SS
8516@xref{Print Settings, ,Print settings}.
8517
8518@item set print object
8519@itemx show print object
8520Choose whether to print derived (actual) or declared types of objects.
8521@xref{Print Settings, ,Print settings}.
8522
8523@item set print vtbl
8524@itemx show print vtbl
8525Control the format for printing virtual function tables.
8526@xref{Print Settings, ,Print settings}.
c906108c 8527(The @code{vtbl} commands do not work on programs compiled with the HP
b37052ae 8528ANSI C@t{++} compiler (@code{aCC}).)
c906108c
SS
8529
8530@kindex set overload-resolution
d4f3574e 8531@cindex overloaded functions, overload resolution
c906108c 8532@item set overload-resolution on
b37052ae 8533Enable overload resolution for C@t{++} expression evaluation. The default
c906108c
SS
8534is on. For overloaded functions, @value{GDBN} evaluates the arguments
8535and searches for a function whose signature matches the argument types,
b37052ae 8536using the standard C@t{++} conversion rules (see @ref{C plus plus expressions, ,C@t{++}
d4f3574e 8537expressions}, for details). If it cannot find a match, it emits a
c906108c
SS
8538message.
8539
8540@item set overload-resolution off
b37052ae 8541Disable overload resolution for C@t{++} expression evaluation. For
c906108c
SS
8542overloaded functions that are not class member functions, @value{GDBN}
8543chooses the first function of the specified name that it finds in the
8544symbol table, whether or not its arguments are of the correct type. For
8545overloaded functions that are class member functions, @value{GDBN}
8546searches for a function whose signature @emph{exactly} matches the
8547argument types.
c906108c
SS
8548
8549@item @r{Overloaded symbol names}
8550You can specify a particular definition of an overloaded symbol, using
b37052ae 8551the same notation that is used to declare such symbols in C@t{++}: type
c906108c
SS
8552@code{@var{symbol}(@var{types})} rather than just @var{symbol}. You can
8553also use the @value{GDBN} command-line word completion facilities to list the
8554available choices, or to finish the type list for you.
8555@xref{Completion,, Command completion}, for details on how to do this.
8556@end table
c906108c 8557
b37303ee
AF
8558@node Objective-C
8559@subsection Objective-C
8560
8561@cindex Objective-C
8562This section provides information about some commands and command
8563options that are useful for debugging Objective-C code.
8564
8565@menu
b383017d
RM
8566* Method Names in Commands::
8567* The Print Command with Objective-C::
b37303ee
AF
8568@end menu
8569
8570@node Method Names in Commands, The Print Command with Objective-C, Objective-C, Objective-C
8571@subsubsection Method Names in Commands
8572
8573The following commands have been extended to accept Objective-C method
8574names as line specifications:
8575
8576@kindex clear@r{, and Objective-C}
8577@kindex break@r{, and Objective-C}
8578@kindex info line@r{, and Objective-C}
8579@kindex jump@r{, and Objective-C}
8580@kindex list@r{, and Objective-C}
8581@itemize
8582@item @code{clear}
8583@item @code{break}
8584@item @code{info line}
8585@item @code{jump}
8586@item @code{list}
8587@end itemize
8588
8589A fully qualified Objective-C method name is specified as
8590
8591@smallexample
8592-[@var{Class} @var{methodName}]
8593@end smallexample
8594
c552b3bb
JM
8595where the minus sign is used to indicate an instance method and a
8596plus sign (not shown) is used to indicate a class method. The class
8597name @var{Class} and method name @var{methodName} are enclosed in
8598brackets, similar to the way messages are specified in Objective-C
8599source code. For example, to set a breakpoint at the @code{create}
8600instance method of class @code{Fruit} in the program currently being
8601debugged, enter:
b37303ee
AF
8602
8603@smallexample
8604break -[Fruit create]
8605@end smallexample
8606
8607To list ten program lines around the @code{initialize} class method,
8608enter:
8609
8610@smallexample
8611list +[NSText initialize]
8612@end smallexample
8613
c552b3bb
JM
8614In the current version of @value{GDBN}, the plus or minus sign is
8615required. In future versions of @value{GDBN}, the plus or minus
8616sign will be optional, but you can use it to narrow the search. It
8617is also possible to specify just a method name:
b37303ee
AF
8618
8619@smallexample
8620break create
8621@end smallexample
8622
8623You must specify the complete method name, including any colons. If
8624your program's source files contain more than one @code{create} method,
8625you'll be presented with a numbered list of classes that implement that
8626method. Indicate your choice by number, or type @samp{0} to exit if
8627none apply.
8628
8629As another example, to clear a breakpoint established at the
8630@code{makeKeyAndOrderFront:} method of the @code{NSWindow} class, enter:
8631
8632@smallexample
8633clear -[NSWindow makeKeyAndOrderFront:]
8634@end smallexample
8635
8636@node The Print Command with Objective-C
8637@subsubsection The Print Command With Objective-C
c552b3bb
JM
8638@kindex print-object
8639@kindex po @r{(@code{print-object})}
b37303ee 8640
c552b3bb 8641The print command has also been extended to accept methods. For example:
b37303ee
AF
8642
8643@smallexample
c552b3bb 8644print -[@var{object} hash]
b37303ee
AF
8645@end smallexample
8646
8647@cindex print an Objective-C object description
c552b3bb
JM
8648@cindex @code{_NSPrintForDebugger}, and printing Objective-C objects
8649@noindent
8650will tell @value{GDBN} to send the @code{hash} message to @var{object}
8651and print the result. Also, an additional command has been added,
8652@code{print-object} or @code{po} for short, which is meant to print
8653the description of an object. However, this command may only work
8654with certain Objective-C libraries that have a particular hook
8655function, @code{_NSPrintForDebugger}, defined.
b37303ee 8656
e07c999f 8657@node Modula-2, Ada, Objective-C, Support
c906108c 8658@subsection Modula-2
7a292a7a 8659
d4f3574e 8660@cindex Modula-2, @value{GDBN} support
c906108c
SS
8661
8662The extensions made to @value{GDBN} to support Modula-2 only support
8663output from the @sc{gnu} Modula-2 compiler (which is currently being
8664developed). Other Modula-2 compilers are not currently supported, and
8665attempting to debug executables produced by them is most likely
8666to give an error as @value{GDBN} reads in the executable's symbol
8667table.
8668
8669@cindex expressions in Modula-2
8670@menu
8671* M2 Operators:: Built-in operators
8672* Built-In Func/Proc:: Built-in functions and procedures
8673* M2 Constants:: Modula-2 constants
8674* M2 Defaults:: Default settings for Modula-2
8675* Deviations:: Deviations from standard Modula-2
8676* M2 Checks:: Modula-2 type and range checks
8677* M2 Scope:: The scope operators @code{::} and @code{.}
8678* GDB/M2:: @value{GDBN} and Modula-2
8679@end menu
8680
6d2ebf8b 8681@node M2 Operators
c906108c
SS
8682@subsubsection Operators
8683@cindex Modula-2 operators
8684
8685Operators must be defined on values of specific types. For instance,
8686@code{+} is defined on numbers, but not on structures. Operators are
8687often defined on groups of types. For the purposes of Modula-2, the
8688following definitions hold:
8689
8690@itemize @bullet
8691
8692@item
8693@emph{Integral types} consist of @code{INTEGER}, @code{CARDINAL}, and
8694their subranges.
8695
8696@item
8697@emph{Character types} consist of @code{CHAR} and its subranges.
8698
8699@item
8700@emph{Floating-point types} consist of @code{REAL}.
8701
8702@item
8703@emph{Pointer types} consist of anything declared as @code{POINTER TO
8704@var{type}}.
8705
8706@item
8707@emph{Scalar types} consist of all of the above.
8708
8709@item
8710@emph{Set types} consist of @code{SET} and @code{BITSET} types.
8711
8712@item
8713@emph{Boolean types} consist of @code{BOOLEAN}.
8714@end itemize
8715
8716@noindent
8717The following operators are supported, and appear in order of
8718increasing precedence:
8719
8720@table @code
8721@item ,
8722Function argument or array index separator.
8723
8724@item :=
8725Assignment. The value of @var{var} @code{:=} @var{value} is
8726@var{value}.
8727
8728@item <@r{, }>
8729Less than, greater than on integral, floating-point, or enumerated
8730types.
8731
8732@item <=@r{, }>=
96a2c332 8733Less than or equal to, greater than or equal to
c906108c
SS
8734on integral, floating-point and enumerated types, or set inclusion on
8735set types. Same precedence as @code{<}.
8736
8737@item =@r{, }<>@r{, }#
8738Equality and two ways of expressing inequality, valid on scalar types.
8739Same precedence as @code{<}. In @value{GDBN} scripts, only @code{<>} is
8740available for inequality, since @code{#} conflicts with the script
8741comment character.
8742
8743@item IN
8744Set membership. Defined on set types and the types of their members.
8745Same precedence as @code{<}.
8746
8747@item OR
8748Boolean disjunction. Defined on boolean types.
8749
8750@item AND@r{, }&
d4f3574e 8751Boolean conjunction. Defined on boolean types.
c906108c
SS
8752
8753@item @@
8754The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
8755
8756@item +@r{, }-
8757Addition and subtraction on integral and floating-point types, or union
8758and difference on set types.
8759
8760@item *
8761Multiplication on integral and floating-point types, or set intersection
8762on set types.
8763
8764@item /
8765Division on floating-point types, or symmetric set difference on set
8766types. Same precedence as @code{*}.
8767
8768@item DIV@r{, }MOD
8769Integer division and remainder. Defined on integral types. Same
8770precedence as @code{*}.
8771
8772@item -
8773Negative. Defined on @code{INTEGER} and @code{REAL} data.
8774
8775@item ^
8776Pointer dereferencing. Defined on pointer types.
8777
8778@item NOT
8779Boolean negation. Defined on boolean types. Same precedence as
8780@code{^}.
8781
8782@item .
8783@code{RECORD} field selector. Defined on @code{RECORD} data. Same
8784precedence as @code{^}.
8785
8786@item []
8787Array indexing. Defined on @code{ARRAY} data. Same precedence as @code{^}.
8788
8789@item ()
8790Procedure argument list. Defined on @code{PROCEDURE} objects. Same precedence
8791as @code{^}.
8792
8793@item ::@r{, }.
8794@value{GDBN} and Modula-2 scope operators.
8795@end table
8796
8797@quotation
8798@emph{Warning:} Sets and their operations are not yet supported, so @value{GDBN}
8799treats the use of the operator @code{IN}, or the use of operators
8800@code{+}, @code{-}, @code{*}, @code{/}, @code{=}, , @code{<>}, @code{#},
8801@code{<=}, and @code{>=} on sets as an error.
8802@end quotation
8803
cb51c4e0 8804
6d2ebf8b 8805@node Built-In Func/Proc
c906108c 8806@subsubsection Built-in functions and procedures
cb51c4e0 8807@cindex Modula-2 built-ins
c906108c
SS
8808
8809Modula-2 also makes available several built-in procedures and functions.
8810In describing these, the following metavariables are used:
8811
8812@table @var
8813
8814@item a
8815represents an @code{ARRAY} variable.
8816
8817@item c
8818represents a @code{CHAR} constant or variable.
8819
8820@item i
8821represents a variable or constant of integral type.
8822
8823@item m
8824represents an identifier that belongs to a set. Generally used in the
8825same function with the metavariable @var{s}. The type of @var{s} should
8826be @code{SET OF @var{mtype}} (where @var{mtype} is the type of @var{m}).
8827
8828@item n
8829represents a variable or constant of integral or floating-point type.
8830
8831@item r
8832represents a variable or constant of floating-point type.
8833
8834@item t
8835represents a type.
8836
8837@item v
8838represents a variable.
8839
8840@item x
8841represents a variable or constant of one of many types. See the
8842explanation of the function for details.
8843@end table
8844
8845All Modula-2 built-in procedures also return a result, described below.
8846
8847@table @code
8848@item ABS(@var{n})
8849Returns the absolute value of @var{n}.
8850
8851@item CAP(@var{c})
8852If @var{c} is a lower case letter, it returns its upper case
c3f6f71d 8853equivalent, otherwise it returns its argument.
c906108c
SS
8854
8855@item CHR(@var{i})
8856Returns the character whose ordinal value is @var{i}.
8857
8858@item DEC(@var{v})
c3f6f71d 8859Decrements the value in the variable @var{v} by one. Returns the new value.
c906108c
SS
8860
8861@item DEC(@var{v},@var{i})
8862Decrements the value in the variable @var{v} by @var{i}. Returns the
8863new value.
8864
8865@item EXCL(@var{m},@var{s})
8866Removes the element @var{m} from the set @var{s}. Returns the new
8867set.
8868
8869@item FLOAT(@var{i})
8870Returns the floating point equivalent of the integer @var{i}.
8871
8872@item HIGH(@var{a})
8873Returns the index of the last member of @var{a}.
8874
8875@item INC(@var{v})
c3f6f71d 8876Increments the value in the variable @var{v} by one. Returns the new value.
c906108c
SS
8877
8878@item INC(@var{v},@var{i})
8879Increments the value in the variable @var{v} by @var{i}. Returns the
8880new value.
8881
8882@item INCL(@var{m},@var{s})
8883Adds the element @var{m} to the set @var{s} if it is not already
8884there. Returns the new set.
8885
8886@item MAX(@var{t})
8887Returns the maximum value of the type @var{t}.
8888
8889@item MIN(@var{t})
8890Returns the minimum value of the type @var{t}.
8891
8892@item ODD(@var{i})
8893Returns boolean TRUE if @var{i} is an odd number.
8894
8895@item ORD(@var{x})
8896Returns the ordinal value of its argument. For example, the ordinal
c3f6f71d
JM
8897value of a character is its @sc{ascii} value (on machines supporting the
8898@sc{ascii} character set). @var{x} must be of an ordered type, which include
c906108c
SS
8899integral, character and enumerated types.
8900
8901@item SIZE(@var{x})
8902Returns the size of its argument. @var{x} can be a variable or a type.
8903
8904@item TRUNC(@var{r})
8905Returns the integral part of @var{r}.
8906
8907@item VAL(@var{t},@var{i})
8908Returns the member of the type @var{t} whose ordinal value is @var{i}.
8909@end table
8910
8911@quotation
8912@emph{Warning:} Sets and their operations are not yet supported, so
8913@value{GDBN} treats the use of procedures @code{INCL} and @code{EXCL} as
8914an error.
8915@end quotation
8916
8917@cindex Modula-2 constants
6d2ebf8b 8918@node M2 Constants
c906108c
SS
8919@subsubsection Constants
8920
8921@value{GDBN} allows you to express the constants of Modula-2 in the following
8922ways:
8923
8924@itemize @bullet
8925
8926@item
8927Integer constants are simply a sequence of digits. When used in an
8928expression, a constant is interpreted to be type-compatible with the
8929rest of the expression. Hexadecimal integers are specified by a
8930trailing @samp{H}, and octal integers by a trailing @samp{B}.
8931
8932@item
8933Floating point constants appear as a sequence of digits, followed by a
8934decimal point and another sequence of digits. An optional exponent can
8935then be specified, in the form @samp{E@r{[}+@r{|}-@r{]}@var{nnn}}, where
8936@samp{@r{[}+@r{|}-@r{]}@var{nnn}} is the desired exponent. All of the
8937digits of the floating point constant must be valid decimal (base 10)
8938digits.
8939
8940@item
8941Character constants consist of a single character enclosed by a pair of
8942like quotes, either single (@code{'}) or double (@code{"}). They may
c3f6f71d 8943also be expressed by their ordinal value (their @sc{ascii} value, usually)
c906108c
SS
8944followed by a @samp{C}.
8945
8946@item
8947String constants consist of a sequence of characters enclosed by a
8948pair of like quotes, either single (@code{'}) or double (@code{"}).
8949Escape sequences in the style of C are also allowed. @xref{C
b37052ae 8950Constants, ,C and C@t{++} constants}, for a brief explanation of escape
c906108c
SS
8951sequences.
8952
8953@item
8954Enumerated constants consist of an enumerated identifier.
8955
8956@item
8957Boolean constants consist of the identifiers @code{TRUE} and
8958@code{FALSE}.
8959
8960@item
8961Pointer constants consist of integral values only.
8962
8963@item
8964Set constants are not yet supported.
8965@end itemize
8966
6d2ebf8b 8967@node M2 Defaults
c906108c
SS
8968@subsubsection Modula-2 defaults
8969@cindex Modula-2 defaults
8970
8971If type and range checking are set automatically by @value{GDBN}, they
8972both default to @code{on} whenever the working language changes to
d4f3574e 8973Modula-2. This happens regardless of whether you or @value{GDBN}
c906108c
SS
8974selected the working language.
8975
8976If you allow @value{GDBN} to set the language automatically, then entering
8977code compiled from a file whose name ends with @file{.mod} sets the
d4f3574e 8978working language to Modula-2. @xref{Automatically, ,Having @value{GDBN} set
c906108c
SS
8979the language automatically}, for further details.
8980
6d2ebf8b 8981@node Deviations
c906108c
SS
8982@subsubsection Deviations from standard Modula-2
8983@cindex Modula-2, deviations from
8984
8985A few changes have been made to make Modula-2 programs easier to debug.
8986This is done primarily via loosening its type strictness:
8987
8988@itemize @bullet
8989@item
8990Unlike in standard Modula-2, pointer constants can be formed by
8991integers. This allows you to modify pointer variables during
8992debugging. (In standard Modula-2, the actual address contained in a
8993pointer variable is hidden from you; it can only be modified
8994through direct assignment to another pointer variable or expression that
8995returned a pointer.)
8996
8997@item
8998C escape sequences can be used in strings and characters to represent
8999non-printable characters. @value{GDBN} prints out strings with these
9000escape sequences embedded. Single non-printable characters are
9001printed using the @samp{CHR(@var{nnn})} format.
9002
9003@item
9004The assignment operator (@code{:=}) returns the value of its right-hand
9005argument.
9006
9007@item
9008All built-in procedures both modify @emph{and} return their argument.
9009@end itemize
9010
6d2ebf8b 9011@node M2 Checks
c906108c
SS
9012@subsubsection Modula-2 type and range checks
9013@cindex Modula-2 checks
9014
9015@quotation
9016@emph{Warning:} in this release, @value{GDBN} does not yet perform type or
9017range checking.
9018@end quotation
9019@c FIXME remove warning when type/range checks added
9020
9021@value{GDBN} considers two Modula-2 variables type equivalent if:
9022
9023@itemize @bullet
9024@item
9025They are of types that have been declared equivalent via a @code{TYPE
9026@var{t1} = @var{t2}} statement
9027
9028@item
9029They have been declared on the same line. (Note: This is true of the
9030@sc{gnu} Modula-2 compiler, but it may not be true of other compilers.)
9031@end itemize
9032
9033As long as type checking is enabled, any attempt to combine variables
9034whose types are not equivalent is an error.
9035
9036Range checking is done on all mathematical operations, assignment, array
9037index bounds, and all built-in functions and procedures.
9038
6d2ebf8b 9039@node M2 Scope
c906108c
SS
9040@subsubsection The scope operators @code{::} and @code{.}
9041@cindex scope
41afff9a 9042@cindex @code{.}, Modula-2 scope operator
c906108c
SS
9043@cindex colon, doubled as scope operator
9044@ifinfo
41afff9a 9045@vindex colon-colon@r{, in Modula-2}
c906108c
SS
9046@c Info cannot handle :: but TeX can.
9047@end ifinfo
9048@iftex
41afff9a 9049@vindex ::@r{, in Modula-2}
c906108c
SS
9050@end iftex
9051
9052There are a few subtle differences between the Modula-2 scope operator
9053(@code{.}) and the @value{GDBN} scope operator (@code{::}). The two have
9054similar syntax:
9055
474c8240 9056@smallexample
c906108c
SS
9057
9058@var{module} . @var{id}
9059@var{scope} :: @var{id}
474c8240 9060@end smallexample
c906108c
SS
9061
9062@noindent
9063where @var{scope} is the name of a module or a procedure,
9064@var{module} the name of a module, and @var{id} is any declared
9065identifier within your program, except another module.
9066
9067Using the @code{::} operator makes @value{GDBN} search the scope
9068specified by @var{scope} for the identifier @var{id}. If it is not
9069found in the specified scope, then @value{GDBN} searches all scopes
9070enclosing the one specified by @var{scope}.
9071
9072Using the @code{.} operator makes @value{GDBN} search the current scope for
9073the identifier specified by @var{id} that was imported from the
9074definition module specified by @var{module}. With this operator, it is
9075an error if the identifier @var{id} was not imported from definition
9076module @var{module}, or if @var{id} is not an identifier in
9077@var{module}.
9078
6d2ebf8b 9079@node GDB/M2
c906108c
SS
9080@subsubsection @value{GDBN} and Modula-2
9081
9082Some @value{GDBN} commands have little use when debugging Modula-2 programs.
9083Five subcommands of @code{set print} and @code{show print} apply
b37052ae 9084specifically to C and C@t{++}: @samp{vtbl}, @samp{demangle},
c906108c 9085@samp{asm-demangle}, @samp{object}, and @samp{union}. The first four
b37052ae 9086apply to C@t{++}, and the last to the C @code{union} type, which has no direct
c906108c
SS
9087analogue in Modula-2.
9088
9089The @code{@@} operator (@pxref{Expressions, ,Expressions}), while available
d4f3574e 9090with any language, is not useful with Modula-2. Its
c906108c 9091intent is to aid the debugging of @dfn{dynamic arrays}, which cannot be
b37052ae 9092created in Modula-2 as they can in C or C@t{++}. However, because an
c906108c 9093address can be specified by an integral constant, the construct
d4f3574e 9094@samp{@{@var{type}@}@var{adrexp}} is still useful.
c906108c
SS
9095
9096@cindex @code{#} in Modula-2
9097In @value{GDBN} scripts, the Modula-2 inequality operator @code{#} is
9098interpreted as the beginning of a comment. Use @code{<>} instead.
c906108c 9099
e07c999f
PH
9100@node Ada
9101@subsection Ada
9102@cindex Ada
9103
9104The extensions made to @value{GDBN} for Ada only support
9105output from the @sc{gnu} Ada (GNAT) compiler.
9106Other Ada compilers are not currently supported, and
9107attempting to debug executables produced by them is most likely
9108to be difficult.
9109
9110
9111@cindex expressions in Ada
9112@menu
9113* Ada Mode Intro:: General remarks on the Ada syntax
9114 and semantics supported by Ada mode
9115 in @value{GDBN}.
9116* Omissions from Ada:: Restrictions on the Ada expression syntax.
9117* Additions to Ada:: Extensions of the Ada expression syntax.
9118* Stopping Before Main Program:: Debugging the program during elaboration.
9119* Ada Glitches:: Known peculiarities of Ada mode.
9120@end menu
9121
9122@node Ada Mode Intro
9123@subsubsection Introduction
9124@cindex Ada mode, general
9125
9126The Ada mode of @value{GDBN} supports a fairly large subset of Ada expression
9127syntax, with some extensions.
9128The philosophy behind the design of this subset is
9129
9130@itemize @bullet
9131@item
9132That @value{GDBN} should provide basic literals and access to operations for
9133arithmetic, dereferencing, field selection, indexing, and subprogram calls,
9134leaving more sophisticated computations to subprograms written into the
9135program (which therefore may be called from @value{GDBN}).
9136
9137@item
9138That type safety and strict adherence to Ada language restrictions
9139are not particularly important to the @value{GDBN} user.
9140
9141@item
9142That brevity is important to the @value{GDBN} user.
9143@end itemize
9144
9145Thus, for brevity, the debugger acts as if there were
9146implicit @code{with} and @code{use} clauses in effect for all user-written
9147packages, making it unnecessary to fully qualify most names with
9148their packages, regardless of context. Where this causes ambiguity,
9149@value{GDBN} asks the user's intent.
9150
9151The debugger will start in Ada mode if it detects an Ada main program.
9152As for other languages, it will enter Ada mode when stopped in a program that
9153was translated from an Ada source file.
9154
9155While in Ada mode, you may use `@t{--}' for comments. This is useful
9156mostly for documenting command files. The standard @value{GDBN} comment
9157(@samp{#}) still works at the beginning of a line in Ada mode, but not in the
9158middle (to allow based literals).
9159
9160The debugger supports limited overloading. Given a subprogram call in which
9161the function symbol has multiple definitions, it will use the number of
9162actual parameters and some information about their types to attempt to narrow
9163the set of definitions. It also makes very limited use of context, preferring
9164procedures to functions in the context of the @code{call} command, and
9165functions to procedures elsewhere.
9166
9167@node Omissions from Ada
9168@subsubsection Omissions from Ada
9169@cindex Ada, omissions from
9170
9171Here are the notable omissions from the subset:
9172
9173@itemize @bullet
9174@item
9175Only a subset of the attributes are supported:
9176
9177@itemize @minus
9178@item
9179@t{'First}, @t{'Last}, and @t{'Length}
9180 on array objects (not on types and subtypes).
9181
9182@item
9183@t{'Min} and @t{'Max}.
9184
9185@item
9186@t{'Pos} and @t{'Val}.
9187
9188@item
9189@t{'Tag}.
9190
9191@item
9192@t{'Range} on array objects (not subtypes), but only as the right
9193operand of the membership (@code{in}) operator.
9194
9195@item
9196@t{'Access}, @t{'Unchecked_Access}, and
9197@t{'Unrestricted_Access} (a GNAT extension).
9198
9199@item
9200@t{'Address}.
9201@end itemize
9202
9203@item
9204The names in
9205@code{Characters.Latin_1} are not available and
9206concatenation is not implemented. Thus, escape characters in strings are
9207not currently available.
9208
9209@item
9210Equality tests (@samp{=} and @samp{/=}) on arrays test for bitwise
9211equality of representations. They will generally work correctly
9212for strings and arrays whose elements have integer or enumeration types.
9213They may not work correctly for arrays whose element
9214types have user-defined equality, for arrays of real values
9215(in particular, IEEE-conformant floating point, because of negative
9216zeroes and NaNs), and for arrays whose elements contain unused bits with
9217indeterminate values.
9218
9219@item
9220The other component-by-component array operations (@code{and}, @code{or},
9221@code{xor}, @code{not}, and relational tests other than equality)
9222are not implemented.
9223
9224@item
9225There are no record or array aggregates.
9226
9227@item
9228Calls to dispatching subprograms are not implemented.
9229
9230@item
9231The overloading algorithm is much more limited (i.e., less selective)
9232than that of real Ada. It makes only limited use of the context in which a subexpression
9233appears to resolve its meaning, and it is much looser in its rules for allowing
9234type matches. As a result, some function calls will be ambiguous, and the user
9235will be asked to choose the proper resolution.
9236
9237@item
9238The @code{new} operator is not implemented.
9239
9240@item
9241Entry calls are not implemented.
9242
9243@item
9244Aside from printing, arithmetic operations on the native VAX floating-point
9245formats are not supported.
9246
9247@item
9248It is not possible to slice a packed array.
9249@end itemize
9250
9251@node Additions to Ada
9252@subsubsection Additions to Ada
9253@cindex Ada, deviations from
9254
9255As it does for other languages, @value{GDBN} makes certain generic
9256extensions to Ada (@pxref{Expressions}):
9257
9258@itemize @bullet
9259@item
9260If the expression @var{E} is a variable residing in memory
9261(typically a local variable or array element) and @var{N} is
9262a positive integer, then @code{@var{E}@@@var{N}} displays the values of
9263@var{E} and the @var{N}-1 adjacent variables following it in memory as an array.
9264In Ada, this operator is generally not necessary, since its prime use
9265is in displaying parts of an array, and slicing will usually do this in Ada.
9266However, there are occasional uses when debugging programs
9267in which certain debugging information has been optimized away.
9268
9269@item
9270@code{@var{B}::@var{var}} means ``the variable named @var{var} that appears
9271in function or file @var{B}.'' When @var{B} is a file name, you must typically
9272surround it in single quotes.
9273
9274@item
9275The expression @code{@{@var{type}@} @var{addr}} means ``the variable of type
9276@var{type} that appears at address @var{addr}.''
9277
9278@item
9279A name starting with @samp{$} is a convenience variable
9280(@pxref{Convenience Vars}) or a machine register (@pxref{Registers}).
9281@end itemize
9282
9283In addition, @value{GDBN} provides a few other shortcuts and outright additions specific
9284to Ada:
9285
9286@itemize @bullet
9287@item
9288The assignment statement is allowed as an expression, returning
9289its right-hand operand as its value. Thus, you may enter
9290
9291@smallexample
9292set x := y + 3
9293print A(tmp := y + 1)
9294@end smallexample
9295
9296@item
9297The semicolon is allowed as an ``operator,'' returning as its value
9298the value of its right-hand operand.
9299This allows, for example,
9300complex conditional breaks:
9301
9302@smallexample
9303break f
9304condition 1 (report(i); k += 1; A(k) > 100)
9305@end smallexample
9306
9307@item
9308Rather than use catenation and symbolic character names to introduce special
9309characters into strings, one may instead use a special bracket notation,
9310which is also used to print strings. A sequence of characters of the form
9311@samp{["@var{XX}"]} within a string or character literal denotes the
9312(single) character whose numeric encoding is @var{XX} in hexadecimal. The
9313sequence of characters @samp{["""]} also denotes a single quotation mark
9314in strings. For example,
9315@smallexample
9316 "One line.["0a"]Next line.["0a"]"
9317@end smallexample
9318@noindent
9319contains an ASCII newline character (@code{Ada.Characters.Latin_1.LF}) after each
9320period.
9321
9322@item
9323The subtype used as a prefix for the attributes @t{'Pos}, @t{'Min}, and
9324@t{'Max} is optional (and is ignored in any case). For example, it is valid
9325to write
9326
9327@smallexample
9328print 'max(x, y)
9329@end smallexample
9330
9331@item
9332When printing arrays, @value{GDBN} uses positional notation when the
9333array has a lower bound of 1, and uses a modified named notation otherwise.
9334For example, a one-dimensional array of three integers with a lower bound of 3 might print as
9335
9336@smallexample
9337(3 => 10, 17, 1)
9338@end smallexample
9339
9340@noindent
9341That is, in contrast to valid Ada, only the first component has a @code{=>}
9342clause.
9343
9344@item
9345You may abbreviate attributes in expressions with any unique,
9346multi-character subsequence of
9347their names (an exact match gets preference).
9348For example, you may use @t{a'len}, @t{a'gth}, or @t{a'lh}
9349in place of @t{a'length}.
9350
9351@item
9352@cindex quoting Ada internal identifiers
9353Since Ada is case-insensitive, the debugger normally maps identifiers you type
9354to lower case. The GNAT compiler uses upper-case characters for
9355some of its internal identifiers, which are normally of no interest to users.
9356For the rare occasions when you actually have to look at them,
9357enclose them in angle brackets to avoid the lower-case mapping.
9358For example,
9359@smallexample
9360@value{GDBP} print <JMPBUF_SAVE>[0]
9361@end smallexample
9362
9363@item
9364Printing an object of class-wide type or dereferencing an
9365access-to-class-wide value will display all the components of the object's
9366specific type (as indicated by its run-time tag). Likewise, component
9367selection on such a value will operate on the specific type of the
9368object.
9369
9370@end itemize
9371
9372@node Stopping Before Main Program
9373@subsubsection Stopping at the Very Beginning
9374
9375@cindex breakpointing Ada elaboration code
9376It is sometimes necessary to debug the program during elaboration, and
9377before reaching the main procedure.
9378As defined in the Ada Reference
9379Manual, the elaboration code is invoked from a procedure called
9380@code{adainit}. To run your program up to the beginning of
9381elaboration, simply use the following two commands:
9382@code{tbreak adainit} and @code{run}.
9383
9384@node Ada Glitches
9385@subsubsection Known Peculiarities of Ada Mode
9386@cindex Ada, problems
9387
9388Besides the omissions listed previously (@pxref{Omissions from Ada}),
9389we know of several problems with and limitations of Ada mode in
9390@value{GDBN},
9391some of which will be fixed with planned future releases of the debugger
9392and the GNU Ada compiler.
9393
9394@itemize @bullet
9395@item
9396Currently, the debugger
9397has insufficient information to determine whether certain pointers represent
9398pointers to objects or the objects themselves.
9399Thus, the user may have to tack an extra @code{.all} after an expression
9400to get it printed properly.
9401
9402@item
9403Static constants that the compiler chooses not to materialize as objects in
9404storage are invisible to the debugger.
9405
9406@item
9407Named parameter associations in function argument lists are ignored (the
9408argument lists are treated as positional).
9409
9410@item
9411Many useful library packages are currently invisible to the debugger.
9412
9413@item
9414Fixed-point arithmetic, conversions, input, and output is carried out using
9415floating-point arithmetic, and may give results that only approximate those on
9416the host machine.
9417
9418@item
9419The type of the @t{'Address} attribute may not be @code{System.Address}.
9420
9421@item
9422The GNAT compiler never generates the prefix @code{Standard} for any of
9423the standard symbols defined by the Ada language. @value{GDBN} knows about
9424this: it will strip the prefix from names when you use it, and will never
9425look for a name you have so qualified among local symbols, nor match against
9426symbols in other packages or subprograms. If you have
9427defined entities anywhere in your program other than parameters and
9428local variables whose simple names match names in @code{Standard},
9429GNAT's lack of qualification here can cause confusion. When this happens,
9430you can usually resolve the confusion
9431by qualifying the problematic names with package
9432@code{Standard} explicitly.
9433@end itemize
9434
4e562065
JB
9435@node Unsupported languages
9436@section Unsupported languages
9437
9438@cindex unsupported languages
9439@cindex minimal language
9440In addition to the other fully-supported programming languages,
9441@value{GDBN} also provides a pseudo-language, called @code{minimal}.
9442It does not represent a real programming language, but provides a set
9443of capabilities close to what the C or assembly languages provide.
9444This should allow most simple operations to be performed while debugging
9445an application that uses a language currently not supported by @value{GDBN}.
9446
9447If the language is set to @code{auto}, @value{GDBN} will automatically
9448select this language if the current frame corresponds to an unsupported
9449language.
9450
6d2ebf8b 9451@node Symbols
c906108c
SS
9452@chapter Examining the Symbol Table
9453
d4f3574e 9454The commands described in this chapter allow you to inquire about the
c906108c
SS
9455symbols (names of variables, functions and types) defined in your
9456program. This information is inherent in the text of your program and
9457does not change as your program executes. @value{GDBN} finds it in your
9458program's symbol table, in the file indicated when you started @value{GDBN}
9459(@pxref{File Options, ,Choosing files}), or by one of the
9460file-management commands (@pxref{Files, ,Commands to specify files}).
9461
9462@cindex symbol names
9463@cindex names of symbols
9464@cindex quoting names
9465Occasionally, you may need to refer to symbols that contain unusual
9466characters, which @value{GDBN} ordinarily treats as word delimiters. The
9467most frequent case is in referring to static variables in other
9468source files (@pxref{Variables,,Program variables}). File names
9469are recorded in object files as debugging symbols, but @value{GDBN} would
9470ordinarily parse a typical file name, like @file{foo.c}, as the three words
9471@samp{foo} @samp{.} @samp{c}. To allow @value{GDBN} to recognize
9472@samp{foo.c} as a single symbol, enclose it in single quotes; for example,
9473
474c8240 9474@smallexample
c906108c 9475p 'foo.c'::x
474c8240 9476@end smallexample
c906108c
SS
9477
9478@noindent
9479looks up the value of @code{x} in the scope of the file @file{foo.c}.
9480
9481@table @code
9482@kindex info address
b37052ae 9483@cindex address of a symbol
c906108c
SS
9484@item info address @var{symbol}
9485Describe where the data for @var{symbol} is stored. For a register
9486variable, this says which register it is kept in. For a non-register
9487local variable, this prints the stack-frame offset at which the variable
9488is always stored.
9489
9490Note the contrast with @samp{print &@var{symbol}}, which does not work
9491at all for a register variable, and for a stack local variable prints
9492the exact address of the current instantiation of the variable.
9493
3d67e040 9494@kindex info symbol
b37052ae 9495@cindex symbol from address
3d67e040
EZ
9496@item info symbol @var{addr}
9497Print the name of a symbol which is stored at the address @var{addr}.
9498If no symbol is stored exactly at @var{addr}, @value{GDBN} prints the
9499nearest symbol and an offset from it:
9500
474c8240 9501@smallexample
3d67e040
EZ
9502(@value{GDBP}) info symbol 0x54320
9503_initialize_vx + 396 in section .text
474c8240 9504@end smallexample
3d67e040
EZ
9505
9506@noindent
9507This is the opposite of the @code{info address} command. You can use
9508it to find out the name of a variable or a function given its address.
9509
c906108c 9510@kindex whatis
d4f3574e
SS
9511@item whatis @var{expr}
9512Print the data type of expression @var{expr}. @var{expr} is not
c906108c
SS
9513actually evaluated, and any side-effecting operations (such as
9514assignments or function calls) inside it do not take place.
9515@xref{Expressions, ,Expressions}.
9516
9517@item whatis
9518Print the data type of @code{$}, the last value in the value history.
9519
9520@kindex ptype
9521@item ptype @var{typename}
9522Print a description of data type @var{typename}. @var{typename} may be
7a292a7a
SS
9523the name of a type, or for C code it may have the form @samp{class
9524@var{class-name}}, @samp{struct @var{struct-tag}}, @samp{union
9525@var{union-tag}} or @samp{enum @var{enum-tag}}.
c906108c 9526
d4f3574e 9527@item ptype @var{expr}
c906108c 9528@itemx ptype
d4f3574e 9529Print a description of the type of expression @var{expr}. @code{ptype}
c906108c
SS
9530differs from @code{whatis} by printing a detailed description, instead
9531of just the name of the type.
9532
9533For example, for this variable declaration:
9534
474c8240 9535@smallexample
c906108c 9536struct complex @{double real; double imag;@} v;
474c8240 9537@end smallexample
c906108c
SS
9538
9539@noindent
9540the two commands give this output:
9541
474c8240 9542@smallexample
c906108c
SS
9543@group
9544(@value{GDBP}) whatis v
9545type = struct complex
9546(@value{GDBP}) ptype v
9547type = struct complex @{
9548 double real;
9549 double imag;
9550@}
9551@end group
474c8240 9552@end smallexample
c906108c
SS
9553
9554@noindent
9555As with @code{whatis}, using @code{ptype} without an argument refers to
9556the type of @code{$}, the last value in the value history.
9557
9558@kindex info types
9559@item info types @var{regexp}
9560@itemx info types
d4f3574e 9561Print a brief description of all types whose names match @var{regexp}
c906108c
SS
9562(or all types in your program, if you supply no argument). Each
9563complete typename is matched as though it were a complete line; thus,
9564@samp{i type value} gives information on all types in your program whose
d4f3574e 9565names include the string @code{value}, but @samp{i type ^value$} gives
c906108c
SS
9566information only on types whose complete name is @code{value}.
9567
9568This command differs from @code{ptype} in two ways: first, like
9569@code{whatis}, it does not print a detailed description; second, it
9570lists all source files where a type is defined.
9571
b37052ae
EZ
9572@kindex info scope
9573@cindex local variables
9574@item info scope @var{addr}
9575List all the variables local to a particular scope. This command
9576accepts a location---a function name, a source line, or an address
9577preceded by a @samp{*}, and prints all the variables local to the
9578scope defined by that location. For example:
9579
9580@smallexample
9581(@value{GDBP}) @b{info scope command_line_handler}
9582Scope for command_line_handler:
9583Symbol rl is an argument at stack/frame offset 8, length 4.
9584Symbol linebuffer is in static storage at address 0x150a18, length 4.
9585Symbol linelength is in static storage at address 0x150a1c, length 4.
9586Symbol p is a local variable in register $esi, length 4.
9587Symbol p1 is a local variable in register $ebx, length 4.
9588Symbol nline is a local variable in register $edx, length 4.
9589Symbol repeat is a local variable at frame offset -8, length 4.
9590@end smallexample
9591
f5c37c66
EZ
9592@noindent
9593This command is especially useful for determining what data to collect
9594during a @dfn{trace experiment}, see @ref{Tracepoint Actions,
9595collect}.
9596
c906108c
SS
9597@kindex info source
9598@item info source
919d772c
JB
9599Show information about the current source file---that is, the source file for
9600the function containing the current point of execution:
9601@itemize @bullet
9602@item
9603the name of the source file, and the directory containing it,
9604@item
9605the directory it was compiled in,
9606@item
9607its length, in lines,
9608@item
9609which programming language it is written in,
9610@item
9611whether the executable includes debugging information for that file, and
9612if so, what format the information is in (e.g., STABS, Dwarf 2, etc.), and
9613@item
9614whether the debugging information includes information about
9615preprocessor macros.
9616@end itemize
9617
c906108c
SS
9618
9619@kindex info sources
9620@item info sources
9621Print the names of all source files in your program for which there is
9622debugging information, organized into two lists: files whose symbols
9623have already been read, and files whose symbols will be read when needed.
9624
9625@kindex info functions
9626@item info functions
9627Print the names and data types of all defined functions.
9628
9629@item info functions @var{regexp}
9630Print the names and data types of all defined functions
9631whose names contain a match for regular expression @var{regexp}.
9632Thus, @samp{info fun step} finds all functions whose names
9633include @code{step}; @samp{info fun ^step} finds those whose names
b383017d
RM
9634start with @code{step}. If a function name contains characters
9635that conflict with the regular expression language (eg.
1c5dfdad 9636@samp{operator*()}), they may be quoted with a backslash.
c906108c
SS
9637
9638@kindex info variables
9639@item info variables
9640Print the names and data types of all variables that are declared
6ca652b0 9641outside of functions (i.e.@: excluding local variables).
c906108c
SS
9642
9643@item info variables @var{regexp}
9644Print the names and data types of all variables (except for local
9645variables) whose names contain a match for regular expression
9646@var{regexp}.
9647
b37303ee
AF
9648@kindex info classes
9649@item info classes
9650@itemx info classes @var{regexp}
9651Display all Objective-C classes in your program, or
9652(with the @var{regexp} argument) all those matching a particular regular
9653expression.
9654
9655@kindex info selectors
9656@item info selectors
9657@itemx info selectors @var{regexp}
9658Display all Objective-C selectors in your program, or
9659(with the @var{regexp} argument) all those matching a particular regular
9660expression.
9661
c906108c
SS
9662@ignore
9663This was never implemented.
9664@kindex info methods
9665@item info methods
9666@itemx info methods @var{regexp}
9667The @code{info methods} command permits the user to examine all defined
b37052ae
EZ
9668methods within C@t{++} program, or (with the @var{regexp} argument) a
9669specific set of methods found in the various C@t{++} classes. Many
9670C@t{++} classes provide a large number of methods. Thus, the output
c906108c
SS
9671from the @code{ptype} command can be overwhelming and hard to use. The
9672@code{info-methods} command filters the methods, printing only those
9673which match the regular-expression @var{regexp}.
9674@end ignore
9675
c906108c
SS
9676@cindex reloading symbols
9677Some systems allow individual object files that make up your program to
7a292a7a
SS
9678be replaced without stopping and restarting your program. For example,
9679in VxWorks you can simply recompile a defective object file and keep on
9680running. If you are running on one of these systems, you can allow
9681@value{GDBN} to reload the symbols for automatically relinked modules:
c906108c
SS
9682
9683@table @code
9684@kindex set symbol-reloading
9685@item set symbol-reloading on
9686Replace symbol definitions for the corresponding source file when an
9687object file with a particular name is seen again.
9688
9689@item set symbol-reloading off
6d2ebf8b
SS
9690Do not replace symbol definitions when encountering object files of the
9691same name more than once. This is the default state; if you are not
9692running on a system that permits automatic relinking of modules, you
9693should leave @code{symbol-reloading} off, since otherwise @value{GDBN}
9694may discard symbols when linking large programs, that may contain
9695several modules (from different directories or libraries) with the same
9696name.
c906108c
SS
9697
9698@kindex show symbol-reloading
9699@item show symbol-reloading
9700Show the current @code{on} or @code{off} setting.
9701@end table
c906108c 9702
c906108c
SS
9703@kindex set opaque-type-resolution
9704@item set opaque-type-resolution on
9705Tell @value{GDBN} to resolve opaque types. An opaque type is a type
9706declared as a pointer to a @code{struct}, @code{class}, or
9707@code{union}---for example, @code{struct MyType *}---that is used in one
9708source file although the full declaration of @code{struct MyType} is in
9709another source file. The default is on.
9710
9711A change in the setting of this subcommand will not take effect until
9712the next time symbols for a file are loaded.
9713
9714@item set opaque-type-resolution off
9715Tell @value{GDBN} not to resolve opaque types. In this case, the type
9716is printed as follows:
9717@smallexample
9718@{<no data fields>@}
9719@end smallexample
9720
9721@kindex show opaque-type-resolution
9722@item show opaque-type-resolution
9723Show whether opaque types are resolved or not.
c906108c
SS
9724
9725@kindex maint print symbols
9726@cindex symbol dump
9727@kindex maint print psymbols
9728@cindex partial symbol dump
9729@item maint print symbols @var{filename}
9730@itemx maint print psymbols @var{filename}
9731@itemx maint print msymbols @var{filename}
9732Write a dump of debugging symbol data into the file @var{filename}.
9733These commands are used to debug the @value{GDBN} symbol-reading code. Only
9734symbols with debugging data are included. If you use @samp{maint print
9735symbols}, @value{GDBN} includes all the symbols for which it has already
9736collected full details: that is, @var{filename} reflects symbols for
9737only those files whose symbols @value{GDBN} has read. You can use the
9738command @code{info sources} to find out which files these are. If you
9739use @samp{maint print psymbols} instead, the dump shows information about
9740symbols that @value{GDBN} only knows partially---that is, symbols defined in
9741files that @value{GDBN} has skimmed, but not yet read completely. Finally,
9742@samp{maint print msymbols} dumps just the minimal symbol information
9743required for each object file from which @value{GDBN} has read some symbols.
9744@xref{Files, ,Commands to specify files}, for a discussion of how
9745@value{GDBN} reads symbols (in the description of @code{symbol-file}).
44ea7b70 9746
5e7b2f39
JB
9747@kindex maint info symtabs
9748@kindex maint info psymtabs
44ea7b70
JB
9749@cindex listing @value{GDBN}'s internal symbol tables
9750@cindex symbol tables, listing @value{GDBN}'s internal
9751@cindex full symbol tables, listing @value{GDBN}'s internal
9752@cindex partial symbol tables, listing @value{GDBN}'s internal
5e7b2f39
JB
9753@item maint info symtabs @r{[} @var{regexp} @r{]}
9754@itemx maint info psymtabs @r{[} @var{regexp} @r{]}
44ea7b70
JB
9755
9756List the @code{struct symtab} or @code{struct partial_symtab}
9757structures whose names match @var{regexp}. If @var{regexp} is not
9758given, list them all. The output includes expressions which you can
9759copy into a @value{GDBN} debugging this one to examine a particular
9760structure in more detail. For example:
9761
9762@smallexample
5e7b2f39 9763(@value{GDBP}) maint info psymtabs dwarf2read
44ea7b70
JB
9764@{ objfile /home/gnu/build/gdb/gdb
9765 ((struct objfile *) 0x82e69d0)
b383017d 9766 @{ psymtab /home/gnu/src/gdb/dwarf2read.c
44ea7b70
JB
9767 ((struct partial_symtab *) 0x8474b10)
9768 readin no
9769 fullname (null)
9770 text addresses 0x814d3c8 -- 0x8158074
9771 globals (* (struct partial_symbol **) 0x8507a08 @@ 9)
9772 statics (* (struct partial_symbol **) 0x40e95b78 @@ 2882)
9773 dependencies (none)
9774 @}
9775@}
5e7b2f39 9776(@value{GDBP}) maint info symtabs
44ea7b70
JB
9777(@value{GDBP})
9778@end smallexample
9779@noindent
9780We see that there is one partial symbol table whose filename contains
9781the string @samp{dwarf2read}, belonging to the @samp{gdb} executable;
9782and we see that @value{GDBN} has not read in any symtabs yet at all.
9783If we set a breakpoint on a function, that will cause @value{GDBN} to
9784read the symtab for the compilation unit containing that function:
9785
9786@smallexample
9787(@value{GDBP}) break dwarf2_psymtab_to_symtab
9788Breakpoint 1 at 0x814e5da: file /home/gnu/src/gdb/dwarf2read.c,
9789line 1574.
5e7b2f39 9790(@value{GDBP}) maint info symtabs
b383017d 9791@{ objfile /home/gnu/build/gdb/gdb
44ea7b70 9792 ((struct objfile *) 0x82e69d0)
b383017d 9793 @{ symtab /home/gnu/src/gdb/dwarf2read.c
44ea7b70
JB
9794 ((struct symtab *) 0x86c1f38)
9795 dirname (null)
9796 fullname (null)
9797 blockvector ((struct blockvector *) 0x86c1bd0) (primary)
9798 debugformat DWARF 2
9799 @}
9800@}
b383017d 9801(@value{GDBP})
44ea7b70 9802@end smallexample
c906108c
SS
9803@end table
9804
44ea7b70 9805
6d2ebf8b 9806@node Altering
c906108c
SS
9807@chapter Altering Execution
9808
9809Once you think you have found an error in your program, you might want to
9810find out for certain whether correcting the apparent error would lead to
9811correct results in the rest of the run. You can find the answer by
9812experiment, using the @value{GDBN} features for altering execution of the
9813program.
9814
9815For example, you can store new values into variables or memory
7a292a7a
SS
9816locations, give your program a signal, restart it at a different
9817address, or even return prematurely from a function.
c906108c
SS
9818
9819@menu
9820* Assignment:: Assignment to variables
9821* Jumping:: Continuing at a different address
c906108c 9822* Signaling:: Giving your program a signal
c906108c
SS
9823* Returning:: Returning from a function
9824* Calling:: Calling your program's functions
9825* Patching:: Patching your program
9826@end menu
9827
6d2ebf8b 9828@node Assignment
c906108c
SS
9829@section Assignment to variables
9830
9831@cindex assignment
9832@cindex setting variables
9833To alter the value of a variable, evaluate an assignment expression.
9834@xref{Expressions, ,Expressions}. For example,
9835
474c8240 9836@smallexample
c906108c 9837print x=4
474c8240 9838@end smallexample
c906108c
SS
9839
9840@noindent
9841stores the value 4 into the variable @code{x}, and then prints the
5d161b24 9842value of the assignment expression (which is 4).
c906108c
SS
9843@xref{Languages, ,Using @value{GDBN} with Different Languages}, for more
9844information on operators in supported languages.
c906108c
SS
9845
9846@kindex set variable
9847@cindex variables, setting
9848If you are not interested in seeing the value of the assignment, use the
9849@code{set} command instead of the @code{print} command. @code{set} is
9850really the same as @code{print} except that the expression's value is
9851not printed and is not put in the value history (@pxref{Value History,
9852,Value history}). The expression is evaluated only for its effects.
9853
c906108c
SS
9854If the beginning of the argument string of the @code{set} command
9855appears identical to a @code{set} subcommand, use the @code{set
9856variable} command instead of just @code{set}. This command is identical
9857to @code{set} except for its lack of subcommands. For example, if your
9858program has a variable @code{width}, you get an error if you try to set
9859a new value with just @samp{set width=13}, because @value{GDBN} has the
9860command @code{set width}:
9861
474c8240 9862@smallexample
c906108c
SS
9863(@value{GDBP}) whatis width
9864type = double
9865(@value{GDBP}) p width
9866$4 = 13
9867(@value{GDBP}) set width=47
9868Invalid syntax in expression.
474c8240 9869@end smallexample
c906108c
SS
9870
9871@noindent
9872The invalid expression, of course, is @samp{=47}. In
9873order to actually set the program's variable @code{width}, use
9874
474c8240 9875@smallexample
c906108c 9876(@value{GDBP}) set var width=47
474c8240 9877@end smallexample
53a5351d 9878
c906108c
SS
9879Because the @code{set} command has many subcommands that can conflict
9880with the names of program variables, it is a good idea to use the
9881@code{set variable} command instead of just @code{set}. For example, if
9882your program has a variable @code{g}, you run into problems if you try
9883to set a new value with just @samp{set g=4}, because @value{GDBN} has
9884the command @code{set gnutarget}, abbreviated @code{set g}:
9885
474c8240 9886@smallexample
c906108c
SS
9887@group
9888(@value{GDBP}) whatis g
9889type = double
9890(@value{GDBP}) p g
9891$1 = 1
9892(@value{GDBP}) set g=4
2df3850c 9893(@value{GDBP}) p g
c906108c
SS
9894$2 = 1
9895(@value{GDBP}) r
9896The program being debugged has been started already.
9897Start it from the beginning? (y or n) y
9898Starting program: /home/smith/cc_progs/a.out
6d2ebf8b
SS
9899"/home/smith/cc_progs/a.out": can't open to read symbols:
9900 Invalid bfd target.
c906108c
SS
9901(@value{GDBP}) show g
9902The current BFD target is "=4".
9903@end group
474c8240 9904@end smallexample
c906108c
SS
9905
9906@noindent
9907The program variable @code{g} did not change, and you silently set the
9908@code{gnutarget} to an invalid value. In order to set the variable
9909@code{g}, use
9910
474c8240 9911@smallexample
c906108c 9912(@value{GDBP}) set var g=4
474c8240 9913@end smallexample
c906108c
SS
9914
9915@value{GDBN} allows more implicit conversions in assignments than C; you can
9916freely store an integer value into a pointer variable or vice versa,
9917and you can convert any structure to any other structure that is the
9918same length or shorter.
9919@comment FIXME: how do structs align/pad in these conversions?
9920@comment /[email protected] 18dec1990
9921
9922To store values into arbitrary places in memory, use the @samp{@{@dots{}@}}
9923construct to generate a value of specified type at a specified address
9924(@pxref{Expressions, ,Expressions}). For example, @code{@{int@}0x83040} refers
9925to memory location @code{0x83040} as an integer (which implies a certain size
9926and representation in memory), and
9927
474c8240 9928@smallexample
c906108c 9929set @{int@}0x83040 = 4
474c8240 9930@end smallexample
c906108c
SS
9931
9932@noindent
9933stores the value 4 into that memory location.
9934
6d2ebf8b 9935@node Jumping
c906108c
SS
9936@section Continuing at a different address
9937
9938Ordinarily, when you continue your program, you do so at the place where
9939it stopped, with the @code{continue} command. You can instead continue at
9940an address of your own choosing, with the following commands:
9941
9942@table @code
9943@kindex jump
9944@item jump @var{linespec}
9945Resume execution at line @var{linespec}. Execution stops again
9946immediately if there is a breakpoint there. @xref{List, ,Printing
9947source lines}, for a description of the different forms of
9948@var{linespec}. It is common practice to use the @code{tbreak} command
9949in conjunction with @code{jump}. @xref{Set Breaks, ,Setting
9950breakpoints}.
9951
9952The @code{jump} command does not change the current stack frame, or
9953the stack pointer, or the contents of any memory location or any
9954register other than the program counter. If line @var{linespec} is in
9955a different function from the one currently executing, the results may
9956be bizarre if the two functions expect different patterns of arguments or
9957of local variables. For this reason, the @code{jump} command requests
9958confirmation if the specified line is not in the function currently
9959executing. However, even bizarre results are predictable if you are
9960well acquainted with the machine-language code of your program.
9961
9962@item jump *@var{address}
9963Resume execution at the instruction at address @var{address}.
9964@end table
9965
c906108c 9966@c Doesn't work on HP-UX; have to set $pcoqh and $pcoqt.
53a5351d
JM
9967On many systems, you can get much the same effect as the @code{jump}
9968command by storing a new value into the register @code{$pc}. The
9969difference is that this does not start your program running; it only
9970changes the address of where it @emph{will} run when you continue. For
9971example,
c906108c 9972
474c8240 9973@smallexample
c906108c 9974set $pc = 0x485
474c8240 9975@end smallexample
c906108c
SS
9976
9977@noindent
9978makes the next @code{continue} command or stepping command execute at
9979address @code{0x485}, rather than at the address where your program stopped.
9980@xref{Continuing and Stepping, ,Continuing and stepping}.
c906108c
SS
9981
9982The most common occasion to use the @code{jump} command is to back
9983up---perhaps with more breakpoints set---over a portion of a program
9984that has already executed, in order to examine its execution in more
9985detail.
9986
c906108c 9987@c @group
6d2ebf8b 9988@node Signaling
c906108c
SS
9989@section Giving your program a signal
9990
9991@table @code
9992@kindex signal
9993@item signal @var{signal}
9994Resume execution where your program stopped, but immediately give it the
9995signal @var{signal}. @var{signal} can be the name or the number of a
9996signal. For example, on many systems @code{signal 2} and @code{signal
9997SIGINT} are both ways of sending an interrupt signal.
9998
9999Alternatively, if @var{signal} is zero, continue execution without
10000giving a signal. This is useful when your program stopped on account of
10001a signal and would ordinary see the signal when resumed with the
10002@code{continue} command; @samp{signal 0} causes it to resume without a
10003signal.
10004
10005@code{signal} does not repeat when you press @key{RET} a second time
10006after executing the command.
10007@end table
10008@c @end group
10009
10010Invoking the @code{signal} command is not the same as invoking the
10011@code{kill} utility from the shell. Sending a signal with @code{kill}
10012causes @value{GDBN} to decide what to do with the signal depending on
10013the signal handling tables (@pxref{Signals}). The @code{signal} command
10014passes the signal directly to your program.
10015
c906108c 10016
6d2ebf8b 10017@node Returning
c906108c
SS
10018@section Returning from a function
10019
10020@table @code
10021@cindex returning from a function
10022@kindex return
10023@item return
10024@itemx return @var{expression}
10025You can cancel execution of a function call with the @code{return}
10026command. If you give an
10027@var{expression} argument, its value is used as the function's return
10028value.
10029@end table
10030
10031When you use @code{return}, @value{GDBN} discards the selected stack frame
10032(and all frames within it). You can think of this as making the
10033discarded frame return prematurely. If you wish to specify a value to
10034be returned, give that value as the argument to @code{return}.
10035
10036This pops the selected stack frame (@pxref{Selection, ,Selecting a
10037frame}), and any other frames inside of it, leaving its caller as the
10038innermost remaining frame. That frame becomes selected. The
10039specified value is stored in the registers used for returning values
10040of functions.
10041
10042The @code{return} command does not resume execution; it leaves the
10043program stopped in the state that would exist if the function had just
10044returned. In contrast, the @code{finish} command (@pxref{Continuing
10045and Stepping, ,Continuing and stepping}) resumes execution until the
10046selected stack frame returns naturally.
10047
6d2ebf8b 10048@node Calling
c906108c
SS
10049@section Calling program functions
10050
f8568604 10051@table @code
c906108c 10052@cindex calling functions
f8568604
EZ
10053@cindex inferior functions, calling
10054@item print @var{expr}
10055Evaluate the expression @var{expr} and displaying the resuling value.
10056@var{expr} may include calls to functions in the program being
10057debugged.
10058
c906108c 10059@kindex call
c906108c
SS
10060@item call @var{expr}
10061Evaluate the expression @var{expr} without displaying @code{void}
10062returned values.
c906108c
SS
10063
10064You can use this variant of the @code{print} command if you want to
f8568604
EZ
10065execute a function from your program that does not return anything
10066(a.k.a.@: @dfn{a void function}), but without cluttering the output
10067with @code{void} returned values that @value{GDBN} will otherwise
10068print. If the result is not void, it is printed and saved in the
10069value history.
10070@end table
10071
10072@cindex weak alias functions
10073Sometimes, a function you wish to call is actually a @dfn{weak alias}
10074for another function. In such case, @value{GDBN} might not pick up
10075the type information, including the types of the function arguments,
10076which causes @value{GDBN} to call the inferior function incorrectly.
10077As a result, the called function will function erroneously and may
10078even crash. A solution to that is to use the name of the aliased
10079function instead.
c906108c 10080
6d2ebf8b 10081@node Patching
c906108c 10082@section Patching programs
7a292a7a 10083
c906108c
SS
10084@cindex patching binaries
10085@cindex writing into executables
c906108c 10086@cindex writing into corefiles
c906108c 10087
7a292a7a
SS
10088By default, @value{GDBN} opens the file containing your program's
10089executable code (or the corefile) read-only. This prevents accidental
10090alterations to machine code; but it also prevents you from intentionally
10091patching your program's binary.
c906108c
SS
10092
10093If you'd like to be able to patch the binary, you can specify that
10094explicitly with the @code{set write} command. For example, you might
10095want to turn on internal debugging flags, or even to make emergency
10096repairs.
10097
10098@table @code
10099@kindex set write
10100@item set write on
10101@itemx set write off
7a292a7a
SS
10102If you specify @samp{set write on}, @value{GDBN} opens executable and
10103core files for both reading and writing; if you specify @samp{set write
c906108c
SS
10104off} (the default), @value{GDBN} opens them read-only.
10105
10106If you have already loaded a file, you must load it again (using the
7a292a7a
SS
10107@code{exec-file} or @code{core-file} command) after changing @code{set
10108write}, for your new setting to take effect.
c906108c
SS
10109
10110@item show write
10111@kindex show write
7a292a7a
SS
10112Display whether executable files and core files are opened for writing
10113as well as reading.
c906108c
SS
10114@end table
10115
6d2ebf8b 10116@node GDB Files
c906108c
SS
10117@chapter @value{GDBN} Files
10118
7a292a7a
SS
10119@value{GDBN} needs to know the file name of the program to be debugged,
10120both in order to read its symbol table and in order to start your
10121program. To debug a core dump of a previous run, you must also tell
10122@value{GDBN} the name of the core dump file.
c906108c
SS
10123
10124@menu
10125* Files:: Commands to specify files
5b5d99cf 10126* Separate Debug Files:: Debugging information in separate files
c906108c
SS
10127* Symbol Errors:: Errors reading symbol files
10128@end menu
10129
6d2ebf8b 10130@node Files
c906108c 10131@section Commands to specify files
c906108c 10132
7a292a7a 10133@cindex symbol table
c906108c 10134@cindex core dump file
7a292a7a
SS
10135
10136You may want to specify executable and core dump file names. The usual
10137way to do this is at start-up time, using the arguments to
10138@value{GDBN}'s start-up commands (@pxref{Invocation, , Getting In and
10139Out of @value{GDBN}}).
c906108c
SS
10140
10141Occasionally it is necessary to change to a different file during a
10142@value{GDBN} session. Or you may run @value{GDBN} and forget to specify
10143a file you want to use. In these situations the @value{GDBN} commands
10144to specify new files are useful.
10145
10146@table @code
10147@cindex executable file
10148@kindex file
10149@item file @var{filename}
10150Use @var{filename} as the program to be debugged. It is read for its
10151symbols and for the contents of pure memory. It is also the program
10152executed when you use the @code{run} command. If you do not specify a
5d161b24
DB
10153directory and the file is not found in the @value{GDBN} working directory,
10154@value{GDBN} uses the environment variable @code{PATH} as a list of
10155directories to search, just as the shell does when looking for a program
10156to run. You can change the value of this variable, for both @value{GDBN}
c906108c
SS
10157and your program, using the @code{path} command.
10158
6d2ebf8b 10159On systems with memory-mapped files, an auxiliary file named
c906108c
SS
10160@file{@var{filename}.syms} may hold symbol table information for
10161@var{filename}. If so, @value{GDBN} maps in the symbol table from
10162@file{@var{filename}.syms}, starting up more quickly. See the
10163descriptions of the file options @samp{-mapped} and @samp{-readnow}
10164(available on the command line, and with the commands @code{file},
5d161b24 10165@code{symbol-file}, or @code{add-symbol-file}, described below),
c906108c 10166for more information.
c906108c
SS
10167
10168@item file
10169@code{file} with no argument makes @value{GDBN} discard any information it
10170has on both executable file and the symbol table.
10171
10172@kindex exec-file
10173@item exec-file @r{[} @var{filename} @r{]}
10174Specify that the program to be run (but not the symbol table) is found
10175in @var{filename}. @value{GDBN} searches the environment variable @code{PATH}
10176if necessary to locate your program. Omitting @var{filename} means to
10177discard information on the executable file.
10178
10179@kindex symbol-file
10180@item symbol-file @r{[} @var{filename} @r{]}
10181Read symbol table information from file @var{filename}. @code{PATH} is
10182searched when necessary. Use the @code{file} command to get both symbol
10183table and program to run from the same file.
10184
10185@code{symbol-file} with no argument clears out @value{GDBN} information on your
10186program's symbol table.
10187
5d161b24 10188The @code{symbol-file} command causes @value{GDBN} to forget the contents
c906108c
SS
10189of its convenience variables, the value history, and all breakpoints and
10190auto-display expressions. This is because they may contain pointers to
10191the internal data recording symbols and data types, which are part of
10192the old symbol table data being discarded inside @value{GDBN}.
10193
10194@code{symbol-file} does not repeat if you press @key{RET} again after
10195executing it once.
10196
10197When @value{GDBN} is configured for a particular environment, it
10198understands debugging information in whatever format is the standard
10199generated for that environment; you may use either a @sc{gnu} compiler, or
10200other compilers that adhere to the local conventions.
c906108c
SS
10201Best results are usually obtained from @sc{gnu} compilers; for example,
10202using @code{@value{GCC}} you can generate debugging information for
10203optimized code.
c906108c
SS
10204
10205For most kinds of object files, with the exception of old SVR3 systems
10206using COFF, the @code{symbol-file} command does not normally read the
10207symbol table in full right away. Instead, it scans the symbol table
10208quickly to find which source files and which symbols are present. The
10209details are read later, one source file at a time, as they are needed.
10210
10211The purpose of this two-stage reading strategy is to make @value{GDBN}
10212start up faster. For the most part, it is invisible except for
10213occasional pauses while the symbol table details for a particular source
10214file are being read. (The @code{set verbose} command can turn these
10215pauses into messages if desired. @xref{Messages/Warnings, ,Optional
10216warnings and messages}.)
10217
c906108c
SS
10218We have not implemented the two-stage strategy for COFF yet. When the
10219symbol table is stored in COFF format, @code{symbol-file} reads the
10220symbol table data in full right away. Note that ``stabs-in-COFF''
10221still does the two-stage strategy, since the debug info is actually
10222in stabs format.
10223
10224@kindex readnow
10225@cindex reading symbols immediately
10226@cindex symbols, reading immediately
10227@kindex mapped
10228@cindex memory-mapped symbol file
10229@cindex saving symbol table
10230@item symbol-file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
10231@itemx file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
10232You can override the @value{GDBN} two-stage strategy for reading symbol
10233tables by using the @samp{-readnow} option with any of the commands that
10234load symbol table information, if you want to be sure @value{GDBN} has the
5d161b24 10235entire symbol table available.
c906108c 10236
c906108c
SS
10237If memory-mapped files are available on your system through the
10238@code{mmap} system call, you can use another option, @samp{-mapped}, to
10239cause @value{GDBN} to write the symbols for your program into a reusable
10240file. Future @value{GDBN} debugging sessions map in symbol information
10241from this auxiliary symbol file (if the program has not changed), rather
10242than spending time reading the symbol table from the executable
10243program. Using the @samp{-mapped} option has the same effect as
10244starting @value{GDBN} with the @samp{-mapped} command-line option.
10245
10246You can use both options together, to make sure the auxiliary symbol
10247file has all the symbol information for your program.
10248
10249The auxiliary symbol file for a program called @var{myprog} is called
10250@samp{@var{myprog}.syms}. Once this file exists (so long as it is newer
10251than the corresponding executable), @value{GDBN} always attempts to use
10252it when you debug @var{myprog}; no special options or commands are
10253needed.
10254
10255The @file{.syms} file is specific to the host machine where you run
10256@value{GDBN}. It holds an exact image of the internal @value{GDBN}
10257symbol table. It cannot be shared across multiple host platforms.
c906108c
SS
10258
10259@c FIXME: for now no mention of directories, since this seems to be in
10260@c flux. 13mar1992 status is that in theory GDB would look either in
10261@c current dir or in same dir as myprog; but issues like competing
10262@c GDB's, or clutter in system dirs, mean that in practice right now
10263@c only current dir is used. FFish says maybe a special GDB hierarchy
10264@c (eg rooted in val of env var GDBSYMS) could exist for mappable symbol
10265@c files.
10266
c906108c
SS
10267@kindex core-file
10268@item core-file @r{[} @var{filename} @r{]}
4644b6e3 10269@itemx core
c906108c
SS
10270Specify the whereabouts of a core dump file to be used as the ``contents
10271of memory''. Traditionally, core files contain only some parts of the
10272address space of the process that generated them; @value{GDBN} can access the
10273executable file itself for other parts.
10274
10275@code{core-file} with no argument specifies that no core file is
10276to be used.
10277
10278Note that the core file is ignored when your program is actually running
7a292a7a
SS
10279under @value{GDBN}. So, if you have been running your program and you
10280wish to debug a core file instead, you must kill the subprocess in which
10281the program is running. To do this, use the @code{kill} command
c906108c 10282(@pxref{Kill Process, ,Killing the child process}).
c906108c 10283
c906108c
SS
10284@kindex add-symbol-file
10285@cindex dynamic linking
10286@item add-symbol-file @var{filename} @var{address}
10287@itemx add-symbol-file @var{filename} @var{address} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
17d9d558 10288@itemx add-symbol-file @var{filename} @r{-s}@var{section} @var{address} @dots{}
96a2c332
SS
10289The @code{add-symbol-file} command reads additional symbol table
10290information from the file @var{filename}. You would use this command
10291when @var{filename} has been dynamically loaded (by some other means)
10292into the program that is running. @var{address} should be the memory
10293address at which the file has been loaded; @value{GDBN} cannot figure
d167840f
EZ
10294this out for itself. You can additionally specify an arbitrary number
10295of @samp{@r{-s}@var{section} @var{address}} pairs, to give an explicit
10296section name and base address for that section. You can specify any
10297@var{address} as an expression.
c906108c
SS
10298
10299The symbol table of the file @var{filename} is added to the symbol table
10300originally read with the @code{symbol-file} command. You can use the
96a2c332
SS
10301@code{add-symbol-file} command any number of times; the new symbol data
10302thus read keeps adding to the old. To discard all old symbol data
10303instead, use the @code{symbol-file} command without any arguments.
c906108c 10304
17d9d558
JB
10305@cindex relocatable object files, reading symbols from
10306@cindex object files, relocatable, reading symbols from
10307@cindex reading symbols from relocatable object files
10308@cindex symbols, reading from relocatable object files
10309@cindex @file{.o} files, reading symbols from
10310Although @var{filename} is typically a shared library file, an
10311executable file, or some other object file which has been fully
10312relocated for loading into a process, you can also load symbolic
10313information from relocatable @file{.o} files, as long as:
10314
10315@itemize @bullet
10316@item
10317the file's symbolic information refers only to linker symbols defined in
10318that file, not to symbols defined by other object files,
10319@item
10320every section the file's symbolic information refers to has actually
10321been loaded into the inferior, as it appears in the file, and
10322@item
10323you can determine the address at which every section was loaded, and
10324provide these to the @code{add-symbol-file} command.
10325@end itemize
10326
10327@noindent
10328Some embedded operating systems, like Sun Chorus and VxWorks, can load
10329relocatable files into an already running program; such systems
10330typically make the requirements above easy to meet. However, it's
10331important to recognize that many native systems use complex link
49efadf5 10332procedures (@code{.linkonce} section factoring and C@t{++} constructor table
17d9d558
JB
10333assembly, for example) that make the requirements difficult to meet. In
10334general, one cannot assume that using @code{add-symbol-file} to read a
10335relocatable object file's symbolic information will have the same effect
10336as linking the relocatable object file into the program in the normal
10337way.
10338
c906108c
SS
10339@code{add-symbol-file} does not repeat if you press @key{RET} after using it.
10340
10341You can use the @samp{-mapped} and @samp{-readnow} options just as with
10342the @code{symbol-file} command, to change how @value{GDBN} manages the symbol
10343table information for @var{filename}.
10344
10345@kindex add-shared-symbol-file
10346@item add-shared-symbol-file
10347The @code{add-shared-symbol-file} command can be used only under Harris' CXUX
5d161b24
DB
10348operating system for the Motorola 88k. @value{GDBN} automatically looks for
10349shared libraries, however if @value{GDBN} does not find yours, you can run
c906108c 10350@code{add-shared-symbol-file}. It takes no arguments.
c906108c 10351
c906108c
SS
10352@kindex section
10353@item section
5d161b24
DB
10354The @code{section} command changes the base address of section SECTION of
10355the exec file to ADDR. This can be used if the exec file does not contain
10356section addresses, (such as in the a.out format), or when the addresses
10357specified in the file itself are wrong. Each section must be changed
d4f3574e
SS
10358separately. The @code{info files} command, described below, lists all
10359the sections and their addresses.
c906108c
SS
10360
10361@kindex info files
10362@kindex info target
10363@item info files
10364@itemx info target
7a292a7a
SS
10365@code{info files} and @code{info target} are synonymous; both print the
10366current target (@pxref{Targets, ,Specifying a Debugging Target}),
10367including the names of the executable and core dump files currently in
10368use by @value{GDBN}, and the files from which symbols were loaded. The
10369command @code{help target} lists all possible targets rather than
10370current ones.
10371
fe95c787
MS
10372@kindex maint info sections
10373@item maint info sections
10374Another command that can give you extra information about program sections
10375is @code{maint info sections}. In addition to the section information
10376displayed by @code{info files}, this command displays the flags and file
10377offset of each section in the executable and core dump files. In addition,
10378@code{maint info sections} provides the following command options (which
10379may be arbitrarily combined):
10380
10381@table @code
10382@item ALLOBJ
10383Display sections for all loaded object files, including shared libraries.
10384@item @var{sections}
6600abed 10385Display info only for named @var{sections}.
fe95c787
MS
10386@item @var{section-flags}
10387Display info only for sections for which @var{section-flags} are true.
10388The section flags that @value{GDBN} currently knows about are:
10389@table @code
10390@item ALLOC
10391Section will have space allocated in the process when loaded.
10392Set for all sections except those containing debug information.
10393@item LOAD
10394Section will be loaded from the file into the child process memory.
10395Set for pre-initialized code and data, clear for @code{.bss} sections.
10396@item RELOC
10397Section needs to be relocated before loading.
10398@item READONLY
10399Section cannot be modified by the child process.
10400@item CODE
10401Section contains executable code only.
6600abed 10402@item DATA
fe95c787
MS
10403Section contains data only (no executable code).
10404@item ROM
10405Section will reside in ROM.
10406@item CONSTRUCTOR
10407Section contains data for constructor/destructor lists.
10408@item HAS_CONTENTS
10409Section is not empty.
10410@item NEVER_LOAD
10411An instruction to the linker to not output the section.
10412@item COFF_SHARED_LIBRARY
10413A notification to the linker that the section contains
10414COFF shared library information.
10415@item IS_COMMON
10416Section contains common symbols.
10417@end table
10418@end table
6763aef9
MS
10419@kindex set trust-readonly-sections
10420@item set trust-readonly-sections on
10421Tell @value{GDBN} that readonly sections in your object file
6ca652b0 10422really are read-only (i.e.@: that their contents will not change).
6763aef9
MS
10423In that case, @value{GDBN} can fetch values from these sections
10424out of the object file, rather than from the target program.
10425For some targets (notably embedded ones), this can be a significant
10426enhancement to debugging performance.
10427
10428The default is off.
10429
10430@item set trust-readonly-sections off
15110bc3 10431Tell @value{GDBN} not to trust readonly sections. This means that
6763aef9
MS
10432the contents of the section might change while the program is running,
10433and must therefore be fetched from the target when needed.
c906108c
SS
10434@end table
10435
10436All file-specifying commands allow both absolute and relative file names
10437as arguments. @value{GDBN} always converts the file name to an absolute file
10438name and remembers it that way.
10439
c906108c 10440@cindex shared libraries
c906108c
SS
10441@value{GDBN} supports HP-UX, SunOS, SVr4, Irix 5, and IBM RS/6000 shared
10442libraries.
53a5351d 10443
c906108c
SS
10444@value{GDBN} automatically loads symbol definitions from shared libraries
10445when you use the @code{run} command, or when you examine a core file.
10446(Before you issue the @code{run} command, @value{GDBN} does not understand
10447references to a function in a shared library, however---unless you are
10448debugging a core file).
53a5351d
JM
10449
10450On HP-UX, if the program loads a library explicitly, @value{GDBN}
10451automatically loads the symbols at the time of the @code{shl_load} call.
10452
c906108c
SS
10453@c FIXME: some @value{GDBN} release may permit some refs to undef
10454@c FIXME...symbols---eg in a break cmd---assuming they are from a shared
10455@c FIXME...lib; check this from time to time when updating manual
10456
b7209cb4
FF
10457There are times, however, when you may wish to not automatically load
10458symbol definitions from shared libraries, such as when they are
10459particularly large or there are many of them.
10460
10461To control the automatic loading of shared library symbols, use the
10462commands:
10463
10464@table @code
10465@kindex set auto-solib-add
10466@item set auto-solib-add @var{mode}
10467If @var{mode} is @code{on}, symbols from all shared object libraries
10468will be loaded automatically when the inferior begins execution, you
10469attach to an independently started inferior, or when the dynamic linker
10470informs @value{GDBN} that a new library has been loaded. If @var{mode}
10471is @code{off}, symbols must be loaded manually, using the
10472@code{sharedlibrary} command. The default value is @code{on}.
10473
dcaf7c2c
EZ
10474@cindex memory used for symbol tables
10475If your program uses lots of shared libraries with debug info that
10476takes large amounts of memory, you can decrease the @value{GDBN}
10477memory footprint by preventing it from automatically loading the
10478symbols from shared libraries. To that end, type @kbd{set
10479auto-solib-add off} before running the inferior, then load each
10480library whose debug symbols you do need with @kbd{sharedlibrary
10481@var{regexp}}, where @var{regexp} is a regular expresion that matches
10482the libraries whose symbols you want to be loaded.
10483
b7209cb4
FF
10484@kindex show auto-solib-add
10485@item show auto-solib-add
10486Display the current autoloading mode.
10487@end table
10488
10489To explicitly load shared library symbols, use the @code{sharedlibrary}
10490command:
10491
c906108c
SS
10492@table @code
10493@kindex info sharedlibrary
10494@kindex info share
10495@item info share
10496@itemx info sharedlibrary
10497Print the names of the shared libraries which are currently loaded.
10498
10499@kindex sharedlibrary
10500@kindex share
10501@item sharedlibrary @var{regex}
10502@itemx share @var{regex}
c906108c
SS
10503Load shared object library symbols for files matching a
10504Unix regular expression.
10505As with files loaded automatically, it only loads shared libraries
10506required by your program for a core file or after typing @code{run}. If
10507@var{regex} is omitted all shared libraries required by your program are
10508loaded.
10509@end table
10510
b7209cb4
FF
10511On some systems, such as HP-UX systems, @value{GDBN} supports
10512autoloading shared library symbols until a limiting threshold size is
10513reached. This provides the benefit of allowing autoloading to remain on
10514by default, but avoids autoloading excessively large shared libraries,
10515up to a threshold that is initially set, but which you can modify if you
10516wish.
c906108c
SS
10517
10518Beyond that threshold, symbols from shared libraries must be explicitly
d4f3574e
SS
10519loaded. To load these symbols, use the command @code{sharedlibrary
10520@var{filename}}. The base address of the shared library is determined
c906108c
SS
10521automatically by @value{GDBN} and need not be specified.
10522
10523To display or set the threshold, use the commands:
10524
10525@table @code
b7209cb4
FF
10526@kindex set auto-solib-limit
10527@item set auto-solib-limit @var{threshold}
10528Set the autoloading size threshold, in an integral number of megabytes.
10529If @var{threshold} is nonzero and shared library autoloading is enabled,
10530symbols from all shared object libraries will be loaded until the total
10531size of the loaded shared library symbols exceeds this threshold.
c906108c 10532Otherwise, symbols must be loaded manually, using the
6ca652b0 10533@code{sharedlibrary} command. The default threshold is 100 (i.e.@: 100
b7209cb4 10534Mb).
c906108c 10535
b7209cb4
FF
10536@kindex show auto-solib-limit
10537@item show auto-solib-limit
c906108c
SS
10538Display the current autoloading size threshold, in megabytes.
10539@end table
c906108c 10540
f5ebfba0
DJ
10541Shared libraries are also supported in many cross or remote debugging
10542configurations. A copy of the target's libraries need to be present on the
10543host system; they need to be the same as the target libraries, although the
10544copies on the target can be stripped as long as the copies on the host are
10545not.
10546
10547You need to tell @value{GDBN} where the target libraries are, so that it can
10548load the correct copies---otherwise, it may try to load the host's libraries.
10549@value{GDBN} has two variables to specify the search directories for target
10550libraries.
10551
10552@table @code
10553@kindex set solib-absolute-prefix
10554@item set solib-absolute-prefix @var{path}
10555If this variable is set, @var{path} will be used as a prefix for any
10556absolute shared library paths; many runtime loaders store the absolute
10557paths to the shared library in the target program's memory. If you use
10558@samp{solib-absolute-prefix} to find shared libraries, they need to be laid
10559out in the same way that they are on the target, with e.g.@: a
10560@file{/usr/lib} hierarchy under @var{path}.
10561
10562You can set the default value of @samp{solib-absolute-prefix} by using the
10563configure-time @samp{--with-sysroot} option.
10564
10565@kindex show solib-absolute-prefix
10566@item show solib-absolute-prefix
10567Display the current shared library prefix.
10568
10569@kindex set solib-search-path
10570@item set solib-search-path @var{path}
10571If this variable is set, @var{path} is a colon-separated list of directories
10572to search for shared libraries. @samp{solib-search-path} is used after
10573@samp{solib-absolute-prefix} fails to locate the library, or if the path to
10574the library is relative instead of absolute. If you want to use
10575@samp{solib-search-path} instead of @samp{solib-absolute-prefix}, be sure to
10576set @samp{solib-absolute-prefix} to a nonexistant directory to prevent
10577@value{GDBN} from finding your host's libraries.
10578
10579@kindex show solib-search-path
10580@item show solib-search-path
10581Display the current shared library search path.
10582@end table
10583
5b5d99cf
JB
10584
10585@node Separate Debug Files
10586@section Debugging Information in Separate Files
10587@cindex separate debugging information files
10588@cindex debugging information in separate files
10589@cindex @file{.debug} subdirectories
10590@cindex debugging information directory, global
10591@cindex global debugging information directory
10592
10593@value{GDBN} allows you to put a program's debugging information in a
10594file separate from the executable itself, in a way that allows
10595@value{GDBN} to find and load the debugging information automatically.
10596Since debugging information can be very large --- sometimes larger
10597than the executable code itself --- some systems distribute debugging
10598information for their executables in separate files, which users can
10599install only when they need to debug a problem.
10600
10601If an executable's debugging information has been extracted to a
10602separate file, the executable should contain a @dfn{debug link} giving
10603the name of the debugging information file (with no directory
10604components), and a checksum of its contents. (The exact form of a
10605debug link is described below.) If the full name of the directory
10606containing the executable is @var{execdir}, and the executable has a
10607debug link that specifies the name @var{debugfile}, then @value{GDBN}
10608will automatically search for the debugging information file in three
10609places:
10610
10611@itemize @bullet
10612@item
10613the directory containing the executable file (that is, it will look
10614for a file named @file{@var{execdir}/@var{debugfile}},
10615@item
10616a subdirectory of that directory named @file{.debug} (that is, the
10617file @file{@var{execdir}/.debug/@var{debugfile}}, and
10618@item
10619a subdirectory of the global debug file directory that includes the
10620executable's full path, and the name from the link (that is, the file
10621@file{@var{globaldebugdir}/@var{execdir}/@var{debugfile}}, where
10622@var{globaldebugdir} is the global debug file directory, and
10623@var{execdir} has been turned into a relative path).
10624@end itemize
10625@noindent
10626@value{GDBN} checks under each of these names for a debugging
10627information file whose checksum matches that given in the link, and
10628reads the debugging information from the first one it finds.
10629
10630So, for example, if you ask @value{GDBN} to debug @file{/usr/bin/ls},
10631which has a link containing the name @file{ls.debug}, and the global
10632debug directory is @file{/usr/lib/debug}, then @value{GDBN} will look
10633for debug information in @file{/usr/bin/ls.debug},
10634@file{/usr/bin/.debug/ls.debug}, and
10635@file{/usr/lib/debug/usr/bin/ls.debug}.
10636
10637You can set the global debugging info directory's name, and view the
10638name @value{GDBN} is currently using.
10639
10640@table @code
10641
10642@kindex set debug-file-directory
10643@item set debug-file-directory @var{directory}
10644Set the directory which @value{GDBN} searches for separate debugging
10645information files to @var{directory}.
10646
10647@kindex show debug-file-directory
10648@item show debug-file-directory
10649Show the directory @value{GDBN} searches for separate debugging
10650information files.
10651
10652@end table
10653
10654@cindex @code{.gnu_debuglink} sections
10655@cindex debug links
10656A debug link is a special section of the executable file named
10657@code{.gnu_debuglink}. The section must contain:
10658
10659@itemize
10660@item
10661A filename, with any leading directory components removed, followed by
10662a zero byte,
10663@item
10664zero to three bytes of padding, as needed to reach the next four-byte
10665boundary within the section, and
10666@item
10667a four-byte CRC checksum, stored in the same endianness used for the
10668executable file itself. The checksum is computed on the debugging
10669information file's full contents by the function given below, passing
10670zero as the @var{crc} argument.
10671@end itemize
10672
10673Any executable file format can carry a debug link, as long as it can
10674contain a section named @code{.gnu_debuglink} with the contents
10675described above.
10676
10677The debugging information file itself should be an ordinary
10678executable, containing a full set of linker symbols, sections, and
10679debugging information. The sections of the debugging information file
10680should have the same names, addresses and sizes as the original file,
10681but they need not contain any data --- much like a @code{.bss} section
10682in an ordinary executable.
10683
10684As of December 2002, there is no standard GNU utility to produce
10685separated executable / debugging information file pairs. Ulrich
10686Drepper's @file{elfutils} package, starting with version 0.53,
10687contains a version of the @code{strip} command such that the command
10688@kbd{strip foo -f foo.debug} removes the debugging information from
10689the executable file @file{foo}, places it in the file
10690@file{foo.debug}, and leaves behind a debug link in @file{foo}.
10691
10692Since there are many different ways to compute CRC's (different
10693polynomials, reversals, byte ordering, etc.), the simplest way to
10694describe the CRC used in @code{.gnu_debuglink} sections is to give the
10695complete code for a function that computes it:
10696
4644b6e3 10697@kindex gnu_debuglink_crc32
5b5d99cf
JB
10698@smallexample
10699unsigned long
10700gnu_debuglink_crc32 (unsigned long crc,
10701 unsigned char *buf, size_t len)
10702@{
10703 static const unsigned long crc32_table[256] =
10704 @{
10705 0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419,
10706 0x706af48f, 0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4,
10707 0xe0d5e91e, 0x97d2d988, 0x09b64c2b, 0x7eb17cbd, 0xe7b82d07,
10708 0x90bf1d91, 0x1db71064, 0x6ab020f2, 0xf3b97148, 0x84be41de,
10709 0x1adad47d, 0x6ddde4eb, 0xf4d4b551, 0x83d385c7, 0x136c9856,
10710 0x646ba8c0, 0xfd62f97a, 0x8a65c9ec, 0x14015c4f, 0x63066cd9,
10711 0xfa0f3d63, 0x8d080df5, 0x3b6e20c8, 0x4c69105e, 0xd56041e4,
10712 0xa2677172, 0x3c03e4d1, 0x4b04d447, 0xd20d85fd, 0xa50ab56b,
10713 0x35b5a8fa, 0x42b2986c, 0xdbbbc9d6, 0xacbcf940, 0x32d86ce3,
10714 0x45df5c75, 0xdcd60dcf, 0xabd13d59, 0x26d930ac, 0x51de003a,
10715 0xc8d75180, 0xbfd06116, 0x21b4f4b5, 0x56b3c423, 0xcfba9599,
10716 0xb8bda50f, 0x2802b89e, 0x5f058808, 0xc60cd9b2, 0xb10be924,
10717 0x2f6f7c87, 0x58684c11, 0xc1611dab, 0xb6662d3d, 0x76dc4190,
10718 0x01db7106, 0x98d220bc, 0xefd5102a, 0x71b18589, 0x06b6b51f,
10719 0x9fbfe4a5, 0xe8b8d433, 0x7807c9a2, 0x0f00f934, 0x9609a88e,
10720 0xe10e9818, 0x7f6a0dbb, 0x086d3d2d, 0x91646c97, 0xe6635c01,
10721 0x6b6b51f4, 0x1c6c6162, 0x856530d8, 0xf262004e, 0x6c0695ed,
10722 0x1b01a57b, 0x8208f4c1, 0xf50fc457, 0x65b0d9c6, 0x12b7e950,
10723 0x8bbeb8ea, 0xfcb9887c, 0x62dd1ddf, 0x15da2d49, 0x8cd37cf3,
10724 0xfbd44c65, 0x4db26158, 0x3ab551ce, 0xa3bc0074, 0xd4bb30e2,
10725 0x4adfa541, 0x3dd895d7, 0xa4d1c46d, 0xd3d6f4fb, 0x4369e96a,
10726 0x346ed9fc, 0xad678846, 0xda60b8d0, 0x44042d73, 0x33031de5,
10727 0xaa0a4c5f, 0xdd0d7cc9, 0x5005713c, 0x270241aa, 0xbe0b1010,
10728 0xc90c2086, 0x5768b525, 0x206f85b3, 0xb966d409, 0xce61e49f,
10729 0x5edef90e, 0x29d9c998, 0xb0d09822, 0xc7d7a8b4, 0x59b33d17,
10730 0x2eb40d81, 0xb7bd5c3b, 0xc0ba6cad, 0xedb88320, 0x9abfb3b6,
10731 0x03b6e20c, 0x74b1d29a, 0xead54739, 0x9dd277af, 0x04db2615,
10732 0x73dc1683, 0xe3630b12, 0x94643b84, 0x0d6d6a3e, 0x7a6a5aa8,
10733 0xe40ecf0b, 0x9309ff9d, 0x0a00ae27, 0x7d079eb1, 0xf00f9344,
10734 0x8708a3d2, 0x1e01f268, 0x6906c2fe, 0xf762575d, 0x806567cb,
10735 0x196c3671, 0x6e6b06e7, 0xfed41b76, 0x89d32be0, 0x10da7a5a,
10736 0x67dd4acc, 0xf9b9df6f, 0x8ebeeff9, 0x17b7be43, 0x60b08ed5,
10737 0xd6d6a3e8, 0xa1d1937e, 0x38d8c2c4, 0x4fdff252, 0xd1bb67f1,
10738 0xa6bc5767, 0x3fb506dd, 0x48b2364b, 0xd80d2bda, 0xaf0a1b4c,
10739 0x36034af6, 0x41047a60, 0xdf60efc3, 0xa867df55, 0x316e8eef,
10740 0x4669be79, 0xcb61b38c, 0xbc66831a, 0x256fd2a0, 0x5268e236,
10741 0xcc0c7795, 0xbb0b4703, 0x220216b9, 0x5505262f, 0xc5ba3bbe,
10742 0xb2bd0b28, 0x2bb45a92, 0x5cb36a04, 0xc2d7ffa7, 0xb5d0cf31,
10743 0x2cd99e8b, 0x5bdeae1d, 0x9b64c2b0, 0xec63f226, 0x756aa39c,
10744 0x026d930a, 0x9c0906a9, 0xeb0e363f, 0x72076785, 0x05005713,
10745 0x95bf4a82, 0xe2b87a14, 0x7bb12bae, 0x0cb61b38, 0x92d28e9b,
10746 0xe5d5be0d, 0x7cdcefb7, 0x0bdbdf21, 0x86d3d2d4, 0xf1d4e242,
10747 0x68ddb3f8, 0x1fda836e, 0x81be16cd, 0xf6b9265b, 0x6fb077e1,
10748 0x18b74777, 0x88085ae6, 0xff0f6a70, 0x66063bca, 0x11010b5c,
10749 0x8f659eff, 0xf862ae69, 0x616bffd3, 0x166ccf45, 0xa00ae278,
10750 0xd70dd2ee, 0x4e048354, 0x3903b3c2, 0xa7672661, 0xd06016f7,
10751 0x4969474d, 0x3e6e77db, 0xaed16a4a, 0xd9d65adc, 0x40df0b66,
10752 0x37d83bf0, 0xa9bcae53, 0xdebb9ec5, 0x47b2cf7f, 0x30b5ffe9,
10753 0xbdbdf21c, 0xcabac28a, 0x53b39330, 0x24b4a3a6, 0xbad03605,
10754 0xcdd70693, 0x54de5729, 0x23d967bf, 0xb3667a2e, 0xc4614ab8,
10755 0x5d681b02, 0x2a6f2b94, 0xb40bbe37, 0xc30c8ea1, 0x5a05df1b,
10756 0x2d02ef8d
10757 @};
10758 unsigned char *end;
10759
10760 crc = ~crc & 0xffffffff;
10761 for (end = buf + len; buf < end; ++buf)
10762 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);
e7a3abfc 10763 return ~crc & 0xffffffff;
5b5d99cf
JB
10764@}
10765@end smallexample
10766
10767
6d2ebf8b 10768@node Symbol Errors
c906108c
SS
10769@section Errors reading symbol files
10770
10771While reading a symbol file, @value{GDBN} occasionally encounters problems,
10772such as symbol types it does not recognize, or known bugs in compiler
10773output. By default, @value{GDBN} does not notify you of such problems, since
10774they are relatively common and primarily of interest to people
10775debugging compilers. If you are interested in seeing information
10776about ill-constructed symbol tables, you can either ask @value{GDBN} to print
10777only one message about each such type of problem, no matter how many
10778times the problem occurs; or you can ask @value{GDBN} to print more messages,
10779to see how many times the problems occur, with the @code{set
10780complaints} command (@pxref{Messages/Warnings, ,Optional warnings and
10781messages}).
10782
10783The messages currently printed, and their meanings, include:
10784
10785@table @code
10786@item inner block not inside outer block in @var{symbol}
10787
10788The symbol information shows where symbol scopes begin and end
10789(such as at the start of a function or a block of statements). This
10790error indicates that an inner scope block is not fully contained
10791in its outer scope blocks.
10792
10793@value{GDBN} circumvents the problem by treating the inner block as if it had
10794the same scope as the outer block. In the error message, @var{symbol}
10795may be shown as ``@code{(don't know)}'' if the outer block is not a
10796function.
10797
10798@item block at @var{address} out of order
10799
10800The symbol information for symbol scope blocks should occur in
10801order of increasing addresses. This error indicates that it does not
10802do so.
10803
10804@value{GDBN} does not circumvent this problem, and has trouble
10805locating symbols in the source file whose symbols it is reading. (You
10806can often determine what source file is affected by specifying
10807@code{set verbose on}. @xref{Messages/Warnings, ,Optional warnings and
10808messages}.)
10809
10810@item bad block start address patched
10811
10812The symbol information for a symbol scope block has a start address
10813smaller than the address of the preceding source line. This is known
10814to occur in the SunOS 4.1.1 (and earlier) C compiler.
10815
10816@value{GDBN} circumvents the problem by treating the symbol scope block as
10817starting on the previous source line.
10818
10819@item bad string table offset in symbol @var{n}
10820
10821@cindex foo
10822Symbol number @var{n} contains a pointer into the string table which is
10823larger than the size of the string table.
10824
10825@value{GDBN} circumvents the problem by considering the symbol to have the
10826name @code{foo}, which may cause other problems if many symbols end up
10827with this name.
10828
10829@item unknown symbol type @code{0x@var{nn}}
10830
7a292a7a
SS
10831The symbol information contains new data types that @value{GDBN} does
10832not yet know how to read. @code{0x@var{nn}} is the symbol type of the
d4f3574e 10833uncomprehended information, in hexadecimal.
c906108c 10834
7a292a7a
SS
10835@value{GDBN} circumvents the error by ignoring this symbol information.
10836This usually allows you to debug your program, though certain symbols
c906108c 10837are not accessible. If you encounter such a problem and feel like
7a292a7a
SS
10838debugging it, you can debug @code{@value{GDBP}} with itself, breakpoint
10839on @code{complain}, then go up to the function @code{read_dbx_symtab}
10840and examine @code{*bufp} to see the symbol.
c906108c
SS
10841
10842@item stub type has NULL name
c906108c 10843
7a292a7a 10844@value{GDBN} could not find the full definition for a struct or class.
c906108c 10845
7a292a7a 10846@item const/volatile indicator missing (ok if using g++ v1.x), got@dots{}
b37052ae 10847The symbol information for a C@t{++} member function is missing some
7a292a7a
SS
10848information that recent versions of the compiler should have output for
10849it.
c906108c
SS
10850
10851@item info mismatch between compiler and debugger
10852
10853@value{GDBN} could not parse a type specification output by the compiler.
7a292a7a 10854
c906108c
SS
10855@end table
10856
6d2ebf8b 10857@node Targets
c906108c 10858@chapter Specifying a Debugging Target
7a292a7a 10859
c906108c
SS
10860@cindex debugging target
10861@kindex target
10862
10863A @dfn{target} is the execution environment occupied by your program.
53a5351d
JM
10864
10865Often, @value{GDBN} runs in the same host environment as your program;
10866in that case, the debugging target is specified as a side effect when
10867you use the @code{file} or @code{core} commands. When you need more
c906108c
SS
10868flexibility---for example, running @value{GDBN} on a physically separate
10869host, or controlling a standalone system over a serial port or a
53a5351d
JM
10870realtime system over a TCP/IP connection---you can use the @code{target}
10871command to specify one of the target types configured for @value{GDBN}
10872(@pxref{Target Commands, ,Commands for managing targets}).
c906108c
SS
10873
10874@menu
10875* Active Targets:: Active targets
10876* Target Commands:: Commands for managing targets
c906108c
SS
10877* Byte Order:: Choosing target byte order
10878* Remote:: Remote debugging
96baa820 10879* KOD:: Kernel Object Display
c906108c
SS
10880
10881@end menu
10882
6d2ebf8b 10883@node Active Targets
c906108c 10884@section Active targets
7a292a7a 10885
c906108c
SS
10886@cindex stacking targets
10887@cindex active targets
10888@cindex multiple targets
10889
c906108c 10890There are three classes of targets: processes, core files, and
7a292a7a
SS
10891executable files. @value{GDBN} can work concurrently on up to three
10892active targets, one in each class. This allows you to (for example)
10893start a process and inspect its activity without abandoning your work on
10894a core file.
c906108c
SS
10895
10896For example, if you execute @samp{gdb a.out}, then the executable file
10897@code{a.out} is the only active target. If you designate a core file as
10898well---presumably from a prior run that crashed and coredumped---then
10899@value{GDBN} has two active targets and uses them in tandem, looking
10900first in the corefile target, then in the executable file, to satisfy
10901requests for memory addresses. (Typically, these two classes of target
10902are complementary, since core files contain only a program's
10903read-write memory---variables and so on---plus machine status, while
10904executable files contain only the program text and initialized data.)
c906108c
SS
10905
10906When you type @code{run}, your executable file becomes an active process
7a292a7a
SS
10907target as well. When a process target is active, all @value{GDBN}
10908commands requesting memory addresses refer to that target; addresses in
10909an active core file or executable file target are obscured while the
10910process target is active.
c906108c 10911
7a292a7a
SS
10912Use the @code{core-file} and @code{exec-file} commands to select a new
10913core file or executable target (@pxref{Files, ,Commands to specify
c906108c 10914files}). To specify as a target a process that is already running, use
7a292a7a
SS
10915the @code{attach} command (@pxref{Attach, ,Debugging an already-running
10916process}).
c906108c 10917
6d2ebf8b 10918@node Target Commands
c906108c
SS
10919@section Commands for managing targets
10920
10921@table @code
10922@item target @var{type} @var{parameters}
7a292a7a
SS
10923Connects the @value{GDBN} host environment to a target machine or
10924process. A target is typically a protocol for talking to debugging
10925facilities. You use the argument @var{type} to specify the type or
10926protocol of the target machine.
c906108c
SS
10927
10928Further @var{parameters} are interpreted by the target protocol, but
10929typically include things like device names or host names to connect
10930with, process numbers, and baud rates.
c906108c
SS
10931
10932The @code{target} command does not repeat if you press @key{RET} again
10933after executing the command.
10934
10935@kindex help target
10936@item help target
10937Displays the names of all targets available. To display targets
10938currently selected, use either @code{info target} or @code{info files}
10939(@pxref{Files, ,Commands to specify files}).
10940
10941@item help target @var{name}
10942Describe a particular target, including any parameters necessary to
10943select it.
10944
10945@kindex set gnutarget
10946@item set gnutarget @var{args}
5d161b24 10947@value{GDBN} uses its own library BFD to read your files. @value{GDBN}
c906108c 10948knows whether it is reading an @dfn{executable},
5d161b24
DB
10949a @dfn{core}, or a @dfn{.o} file; however, you can specify the file format
10950with the @code{set gnutarget} command. Unlike most @code{target} commands,
c906108c
SS
10951with @code{gnutarget} the @code{target} refers to a program, not a machine.
10952
d4f3574e 10953@quotation
c906108c
SS
10954@emph{Warning:} To specify a file format with @code{set gnutarget},
10955you must know the actual BFD name.
d4f3574e 10956@end quotation
c906108c 10957
d4f3574e
SS
10958@noindent
10959@xref{Files, , Commands to specify files}.
c906108c 10960
5d161b24 10961@kindex show gnutarget
c906108c
SS
10962@item show gnutarget
10963Use the @code{show gnutarget} command to display what file format
10964@code{gnutarget} is set to read. If you have not set @code{gnutarget},
10965@value{GDBN} will determine the file format for each file automatically,
10966and @code{show gnutarget} displays @samp{The current BDF target is "auto"}.
10967@end table
10968
4644b6e3 10969@cindex common targets
c906108c
SS
10970Here are some common targets (available, or not, depending on the GDB
10971configuration):
c906108c
SS
10972
10973@table @code
4644b6e3 10974@kindex target
c906108c 10975@item target exec @var{program}
4644b6e3 10976@cindex executable file target
c906108c
SS
10977An executable file. @samp{target exec @var{program}} is the same as
10978@samp{exec-file @var{program}}.
10979
c906108c 10980@item target core @var{filename}
4644b6e3 10981@cindex core dump file target
c906108c
SS
10982A core dump file. @samp{target core @var{filename}} is the same as
10983@samp{core-file @var{filename}}.
c906108c 10984
c906108c 10985@item target remote @var{dev}
4644b6e3 10986@cindex remote target
c906108c
SS
10987Remote serial target in GDB-specific protocol. The argument @var{dev}
10988specifies what serial device to use for the connection (e.g.
10989@file{/dev/ttya}). @xref{Remote, ,Remote debugging}. @code{target remote}
d4f3574e 10990supports the @code{load} command. This is only useful if you have
c906108c
SS
10991some other way of getting the stub to the target system, and you can put
10992it somewhere in memory where it won't get clobbered by the download.
10993
c906108c 10994@item target sim
4644b6e3 10995@cindex built-in simulator target
2df3850c 10996Builtin CPU simulator. @value{GDBN} includes simulators for most architectures.
104c1213 10997In general,
474c8240 10998@smallexample
104c1213
JM
10999 target sim
11000 load
11001 run
474c8240 11002@end smallexample
d4f3574e 11003@noindent
104c1213 11004works; however, you cannot assume that a specific memory map, device
d4f3574e 11005drivers, or even basic I/O is available, although some simulators do
104c1213
JM
11006provide these. For info about any processor-specific simulator details,
11007see the appropriate section in @ref{Embedded Processors, ,Embedded
11008Processors}.
11009
c906108c
SS
11010@end table
11011
104c1213 11012Some configurations may include these targets as well:
c906108c
SS
11013
11014@table @code
11015
c906108c 11016@item target nrom @var{dev}
4644b6e3 11017@cindex NetROM ROM emulator target
c906108c
SS
11018NetROM ROM emulator. This target only supports downloading.
11019
c906108c
SS
11020@end table
11021
5d161b24 11022Different targets are available on different configurations of @value{GDBN};
c906108c 11023your configuration may have more or fewer targets.
c906108c
SS
11024
11025Many remote targets require you to download the executable's code
11026once you've successfully established a connection.
11027
11028@table @code
11029
11030@kindex load @var{filename}
11031@item load @var{filename}
c906108c
SS
11032Depending on what remote debugging facilities are configured into
11033@value{GDBN}, the @code{load} command may be available. Where it exists, it
11034is meant to make @var{filename} (an executable) available for debugging
11035on the remote system---by downloading, or dynamic linking, for example.
11036@code{load} also records the @var{filename} symbol table in @value{GDBN}, like
11037the @code{add-symbol-file} command.
11038
11039If your @value{GDBN} does not have a @code{load} command, attempting to
11040execute it gets the error message ``@code{You can't do that when your
11041target is @dots{}}''
c906108c
SS
11042
11043The file is loaded at whatever address is specified in the executable.
11044For some object file formats, you can specify the load address when you
11045link the program; for other formats, like a.out, the object file format
11046specifies a fixed address.
11047@c FIXME! This would be a good place for an xref to the GNU linker doc.
11048
c906108c
SS
11049@code{load} does not repeat if you press @key{RET} again after using it.
11050@end table
11051
6d2ebf8b 11052@node Byte Order
c906108c 11053@section Choosing target byte order
7a292a7a 11054
c906108c
SS
11055@cindex choosing target byte order
11056@cindex target byte order
c906108c 11057
172c2a43 11058Some types of processors, such as the MIPS, PowerPC, and Renesas SH,
c906108c
SS
11059offer the ability to run either big-endian or little-endian byte
11060orders. Usually the executable or symbol will include a bit to
11061designate the endian-ness, and you will not need to worry about
11062which to use. However, you may still find it useful to adjust
d4f3574e 11063@value{GDBN}'s idea of processor endian-ness manually.
c906108c
SS
11064
11065@table @code
4644b6e3 11066@kindex set endian
c906108c
SS
11067@item set endian big
11068Instruct @value{GDBN} to assume the target is big-endian.
11069
c906108c
SS
11070@item set endian little
11071Instruct @value{GDBN} to assume the target is little-endian.
11072
c906108c
SS
11073@item set endian auto
11074Instruct @value{GDBN} to use the byte order associated with the
11075executable.
11076
11077@item show endian
11078Display @value{GDBN}'s current idea of the target byte order.
11079
11080@end table
11081
11082Note that these commands merely adjust interpretation of symbolic
11083data on the host, and that they have absolutely no effect on the
11084target system.
11085
6d2ebf8b 11086@node Remote
c906108c
SS
11087@section Remote debugging
11088@cindex remote debugging
11089
11090If you are trying to debug a program running on a machine that cannot run
5d161b24
DB
11091@value{GDBN} in the usual way, it is often useful to use remote debugging.
11092For example, you might use remote debugging on an operating system kernel,
c906108c
SS
11093or on a small system which does not have a general purpose operating system
11094powerful enough to run a full-featured debugger.
11095
11096Some configurations of @value{GDBN} have special serial or TCP/IP interfaces
11097to make this work with particular debugging targets. In addition,
5d161b24 11098@value{GDBN} comes with a generic serial protocol (specific to @value{GDBN},
c906108c
SS
11099but not specific to any particular target system) which you can use if you
11100write the remote stubs---the code that runs on the remote system to
11101communicate with @value{GDBN}.
11102
11103Other remote targets may be available in your
11104configuration of @value{GDBN}; use @code{help target} to list them.
c906108c 11105
6f05cf9f
AC
11106@node KOD
11107@section Kernel Object Display
6f05cf9f 11108@cindex kernel object display
6f05cf9f
AC
11109@cindex KOD
11110
11111Some targets support kernel object display. Using this facility,
11112@value{GDBN} communicates specially with the underlying operating system
11113and can display information about operating system-level objects such as
11114mutexes and other synchronization objects. Exactly which objects can be
11115displayed is determined on a per-OS basis.
11116
3bbe9696 11117@kindex set os
6f05cf9f
AC
11118Use the @code{set os} command to set the operating system. This tells
11119@value{GDBN} which kernel object display module to initialize:
11120
474c8240 11121@smallexample
6f05cf9f 11122(@value{GDBP}) set os cisco
474c8240 11123@end smallexample
6f05cf9f 11124
3bbe9696
EZ
11125@kindex show os
11126The associated command @code{show os} displays the operating system
11127set with the @code{set os} command; if no operating system has been
11128set, @code{show os} will display an empty string @samp{""}.
11129
6f05cf9f
AC
11130If @code{set os} succeeds, @value{GDBN} will display some information
11131about the operating system, and will create a new @code{info} command
11132which can be used to query the target. The @code{info} command is named
11133after the operating system:
c906108c 11134
3bbe9696 11135@kindex info cisco
474c8240 11136@smallexample
6f05cf9f
AC
11137(@value{GDBP}) info cisco
11138List of Cisco Kernel Objects
11139Object Description
11140any Any and all objects
474c8240 11141@end smallexample
6f05cf9f
AC
11142
11143Further subcommands can be used to query about particular objects known
11144by the kernel.
11145
3bbe9696
EZ
11146There is currently no way to determine whether a given operating
11147system is supported other than to try setting it with @kbd{set os
11148@var{name}}, where @var{name} is the name of the operating system you
11149want to try.
6f05cf9f
AC
11150
11151
11152@node Remote Debugging
11153@chapter Debugging remote programs
11154
6b2f586d 11155@menu
07f31aa6 11156* Connecting:: Connecting to a remote target
6b2f586d
AC
11157* Server:: Using the gdbserver program
11158* NetWare:: Using the gdbserve.nlm program
501eef12 11159* Remote configuration:: Remote configuration
6b2f586d 11160* remote stub:: Implementing a remote stub
6b2f586d
AC
11161@end menu
11162
07f31aa6
DJ
11163@node Connecting
11164@section Connecting to a remote target
11165
11166On the @value{GDBN} host machine, you will need an unstripped copy of
11167your program, since @value{GDBN} needs symobl and debugging information.
11168Start up @value{GDBN} as usual, using the name of the local copy of your
11169program as the first argument.
11170
11171@cindex serial line, @code{target remote}
11172If you're using a serial line, you may want to give @value{GDBN} the
11173@w{@samp{--baud}} option, or use the @code{set remotebaud} command
11174before the @code{target} command.
11175
11176After that, use @code{target remote} to establish communications with
11177the target machine. Its argument specifies how to communicate---either
11178via a devicename attached to a direct serial line, or a TCP or UDP port
11179(possibly to a terminal server which in turn has a serial line to the
11180target). For example, to use a serial line connected to the device
11181named @file{/dev/ttyb}:
11182
11183@smallexample
11184target remote /dev/ttyb
11185@end smallexample
11186
11187@cindex TCP port, @code{target remote}
11188To use a TCP connection, use an argument of the form
11189@code{@var{host}:@var{port}} or @code{tcp:@var{host}:@var{port}}.
11190For example, to connect to port 2828 on a
11191terminal server named @code{manyfarms}:
11192
11193@smallexample
11194target remote manyfarms:2828
11195@end smallexample
11196
11197If your remote target is actually running on the same machine as
11198your debugger session (e.g.@: a simulator of your target running on
11199the same host), you can omit the hostname. For example, to connect
11200to port 1234 on your local machine:
11201
11202@smallexample
11203target remote :1234
11204@end smallexample
11205@noindent
11206
11207Note that the colon is still required here.
11208
11209@cindex UDP port, @code{target remote}
11210To use a UDP connection, use an argument of the form
11211@code{udp:@var{host}:@var{port}}. For example, to connect to UDP port 2828
11212on a terminal server named @code{manyfarms}:
11213
11214@smallexample
11215target remote udp:manyfarms:2828
11216@end smallexample
11217
11218When using a UDP connection for remote debugging, you should keep in mind
11219that the `U' stands for ``Unreliable''. UDP can silently drop packets on
11220busy or unreliable networks, which will cause havoc with your debugging
11221session.
11222
11223Now you can use all the usual commands to examine and change data and to
11224step and continue the remote program.
11225
11226@cindex interrupting remote programs
11227@cindex remote programs, interrupting
11228Whenever @value{GDBN} is waiting for the remote program, if you type the
11229interrupt character (often @key{C-C}), @value{GDBN} attempts to stop the
11230program. This may or may not succeed, depending in part on the hardware
11231and the serial drivers the remote system uses. If you type the
11232interrupt character once again, @value{GDBN} displays this prompt:
11233
11234@smallexample
11235Interrupted while waiting for the program.
11236Give up (and stop debugging it)? (y or n)
11237@end smallexample
11238
11239If you type @kbd{y}, @value{GDBN} abandons the remote debugging session.
11240(If you decide you want to try again later, you can use @samp{target
11241remote} again to connect once more.) If you type @kbd{n}, @value{GDBN}
11242goes back to waiting.
11243
11244@table @code
11245@kindex detach (remote)
11246@item detach
11247When you have finished debugging the remote program, you can use the
11248@code{detach} command to release it from @value{GDBN} control.
11249Detaching from the target normally resumes its execution, but the results
11250will depend on your particular remote stub. After the @code{detach}
11251command, @value{GDBN} is free to connect to another target.
11252
11253@kindex disconnect
11254@item disconnect
11255The @code{disconnect} command behaves like @code{detach}, except that
11256the target is generally not resumed. It will wait for @value{GDBN}
11257(this instance or another one) to connect and continue debugging. After
11258the @code{disconnect} command, @value{GDBN} is again free to connect to
11259another target.
11260@end table
11261
6f05cf9f
AC
11262@node Server
11263@section Using the @code{gdbserver} program
11264
11265@kindex gdbserver
11266@cindex remote connection without stubs
11267@code{gdbserver} is a control program for Unix-like systems, which
11268allows you to connect your program with a remote @value{GDBN} via
11269@code{target remote}---but without linking in the usual debugging stub.
11270
11271@code{gdbserver} is not a complete replacement for the debugging stubs,
11272because it requires essentially the same operating-system facilities
11273that @value{GDBN} itself does. In fact, a system that can run
11274@code{gdbserver} to connect to a remote @value{GDBN} could also run
11275@value{GDBN} locally! @code{gdbserver} is sometimes useful nevertheless,
11276because it is a much smaller program than @value{GDBN} itself. It is
11277also easier to port than all of @value{GDBN}, so you may be able to get
11278started more quickly on a new system by using @code{gdbserver}.
11279Finally, if you develop code for real-time systems, you may find that
11280the tradeoffs involved in real-time operation make it more convenient to
11281do as much development work as possible on another system, for example
11282by cross-compiling. You can use @code{gdbserver} to make a similar
11283choice for debugging.
11284
11285@value{GDBN} and @code{gdbserver} communicate via either a serial line
11286or a TCP connection, using the standard @value{GDBN} remote serial
11287protocol.
11288
11289@table @emph
11290@item On the target machine,
11291you need to have a copy of the program you want to debug.
11292@code{gdbserver} does not need your program's symbol table, so you can
11293strip the program if necessary to save space. @value{GDBN} on the host
11294system does all the symbol handling.
11295
11296To use the server, you must tell it how to communicate with @value{GDBN};
56460a61 11297the name of your program; and the arguments for your program. The usual
6f05cf9f
AC
11298syntax is:
11299
11300@smallexample
11301target> gdbserver @var{comm} @var{program} [ @var{args} @dots{} ]
11302@end smallexample
11303
11304@var{comm} is either a device name (to use a serial line) or a TCP
11305hostname and portnumber. For example, to debug Emacs with the argument
11306@samp{foo.txt} and communicate with @value{GDBN} over the serial port
11307@file{/dev/com1}:
11308
11309@smallexample
11310target> gdbserver /dev/com1 emacs foo.txt
11311@end smallexample
11312
11313@code{gdbserver} waits passively for the host @value{GDBN} to communicate
11314with it.
11315
11316To use a TCP connection instead of a serial line:
11317
11318@smallexample
11319target> gdbserver host:2345 emacs foo.txt
11320@end smallexample
11321
11322The only difference from the previous example is the first argument,
11323specifying that you are communicating with the host @value{GDBN} via
11324TCP. The @samp{host:2345} argument means that @code{gdbserver} is to
11325expect a TCP connection from machine @samp{host} to local TCP port 2345.
11326(Currently, the @samp{host} part is ignored.) You can choose any number
11327you want for the port number as long as it does not conflict with any
11328TCP ports already in use on the target system (for example, @code{23} is
11329reserved for @code{telnet}).@footnote{If you choose a port number that
11330conflicts with another service, @code{gdbserver} prints an error message
11331and exits.} You must use the same port number with the host @value{GDBN}
11332@code{target remote} command.
11333
56460a61
DJ
11334On some targets, @code{gdbserver} can also attach to running programs.
11335This is accomplished via the @code{--attach} argument. The syntax is:
11336
11337@smallexample
11338target> gdbserver @var{comm} --attach @var{pid}
11339@end smallexample
11340
11341@var{pid} is the process ID of a currently running process. It isn't necessary
11342to point @code{gdbserver} at a binary for the running process.
11343
b1fe9455
DJ
11344@pindex pidof
11345@cindex attach to a program by name
11346You can debug processes by name instead of process ID if your target has the
11347@code{pidof} utility:
11348
11349@smallexample
11350target> gdbserver @var{comm} --attach `pidof @var{PROGRAM}`
11351@end smallexample
11352
11353In case more than one copy of @var{PROGRAM} is running, or @var{PROGRAM}
11354has multiple threads, most versions of @code{pidof} support the
11355@code{-s} option to only return the first process ID.
11356
07f31aa6
DJ
11357@item On the host machine,
11358connect to your target (@pxref{Connecting,,Connecting to a remote target}).
6f05cf9f
AC
11359For TCP connections, you must start up @code{gdbserver} prior to using
11360the @code{target remote} command. Otherwise you may get an error whose
11361text depends on the host system, but which usually looks something like
07f31aa6
DJ
11362@samp{Connection refused}. You don't need to use the @code{load}
11363command in @value{GDBN} when using gdbserver, since the program is
11364already on the target.
11365
6f05cf9f
AC
11366@end table
11367
11368@node NetWare
11369@section Using the @code{gdbserve.nlm} program
11370
11371@kindex gdbserve.nlm
11372@code{gdbserve.nlm} is a control program for NetWare systems, which
11373allows you to connect your program with a remote @value{GDBN} via
11374@code{target remote}.
11375
11376@value{GDBN} and @code{gdbserve.nlm} communicate via a serial line,
11377using the standard @value{GDBN} remote serial protocol.
11378
11379@table @emph
11380@item On the target machine,
11381you need to have a copy of the program you want to debug.
11382@code{gdbserve.nlm} does not need your program's symbol table, so you
11383can strip the program if necessary to save space. @value{GDBN} on the
11384host system does all the symbol handling.
11385
11386To use the server, you must tell it how to communicate with
11387@value{GDBN}; the name of your program; and the arguments for your
11388program. The syntax is:
11389
11390@smallexample
11391load gdbserve [ BOARD=@var{board} ] [ PORT=@var{port} ]
11392 [ BAUD=@var{baud} ] @var{program} [ @var{args} @dots{} ]
11393@end smallexample
11394
11395@var{board} and @var{port} specify the serial line; @var{baud} specifies
11396the baud rate used by the connection. @var{port} and @var{node} default
11397to 0, @var{baud} defaults to 9600@dmn{bps}.
11398
11399For example, to debug Emacs with the argument @samp{foo.txt}and
11400communicate with @value{GDBN} over serial port number 2 or board 1
11401using a 19200@dmn{bps} connection:
11402
11403@smallexample
11404load gdbserve BOARD=1 PORT=2 BAUD=19200 emacs foo.txt
11405@end smallexample
11406
07f31aa6
DJ
11407@item
11408On the @value{GDBN} host machine, connect to your target (@pxref{Connecting,,
11409Connecting to a remote target}).
6f05cf9f 11410
6f05cf9f
AC
11411@end table
11412
501eef12
AC
11413@node Remote configuration
11414@section Remote configuration
11415
11416The following configuration options are available when debugging remote
11417programs:
11418
11419@table @code
11420@kindex set remote hardware-watchpoint-limit
11421@kindex set remote hardware-breakpoint-limit
11422@anchor{set remote hardware-watchpoint-limit}
11423@anchor{set remote hardware-breakpoint-limit}
11424@item set remote hardware-watchpoint-limit @var{limit}
11425@itemx set remote hardware-breakpoint-limit @var{limit}
11426Restrict @value{GDBN} to using @var{limit} remote hardware breakpoint or
11427watchpoints. A limit of -1, the default, is treated as unlimited.
11428@end table
11429
6f05cf9f
AC
11430@node remote stub
11431@section Implementing a remote stub
7a292a7a 11432
8e04817f
AC
11433@cindex debugging stub, example
11434@cindex remote stub, example
11435@cindex stub example, remote debugging
11436The stub files provided with @value{GDBN} implement the target side of the
11437communication protocol, and the @value{GDBN} side is implemented in the
11438@value{GDBN} source file @file{remote.c}. Normally, you can simply allow
11439these subroutines to communicate, and ignore the details. (If you're
11440implementing your own stub file, you can still ignore the details: start
11441with one of the existing stub files. @file{sparc-stub.c} is the best
11442organized, and therefore the easiest to read.)
11443
104c1213
JM
11444@cindex remote serial debugging, overview
11445To debug a program running on another machine (the debugging
11446@dfn{target} machine), you must first arrange for all the usual
11447prerequisites for the program to run by itself. For example, for a C
11448program, you need:
c906108c 11449
104c1213
JM
11450@enumerate
11451@item
11452A startup routine to set up the C runtime environment; these usually
11453have a name like @file{crt0}. The startup routine may be supplied by
11454your hardware supplier, or you may have to write your own.
96baa820 11455
5d161b24 11456@item
d4f3574e 11457A C subroutine library to support your program's
104c1213 11458subroutine calls, notably managing input and output.
96baa820 11459
104c1213
JM
11460@item
11461A way of getting your program to the other machine---for example, a
11462download program. These are often supplied by the hardware
11463manufacturer, but you may have to write your own from hardware
11464documentation.
11465@end enumerate
96baa820 11466
104c1213
JM
11467The next step is to arrange for your program to use a serial port to
11468communicate with the machine where @value{GDBN} is running (the @dfn{host}
11469machine). In general terms, the scheme looks like this:
96baa820 11470
104c1213
JM
11471@table @emph
11472@item On the host,
11473@value{GDBN} already understands how to use this protocol; when everything
11474else is set up, you can simply use the @samp{target remote} command
11475(@pxref{Targets,,Specifying a Debugging Target}).
11476
11477@item On the target,
11478you must link with your program a few special-purpose subroutines that
11479implement the @value{GDBN} remote serial protocol. The file containing these
11480subroutines is called a @dfn{debugging stub}.
11481
11482On certain remote targets, you can use an auxiliary program
11483@code{gdbserver} instead of linking a stub into your program.
11484@xref{Server,,Using the @code{gdbserver} program}, for details.
11485@end table
96baa820 11486
104c1213
JM
11487The debugging stub is specific to the architecture of the remote
11488machine; for example, use @file{sparc-stub.c} to debug programs on
11489@sc{sparc} boards.
96baa820 11490
104c1213
JM
11491@cindex remote serial stub list
11492These working remote stubs are distributed with @value{GDBN}:
96baa820 11493
104c1213
JM
11494@table @code
11495
11496@item i386-stub.c
41afff9a 11497@cindex @file{i386-stub.c}
104c1213
JM
11498@cindex Intel
11499@cindex i386
11500For Intel 386 and compatible architectures.
11501
11502@item m68k-stub.c
41afff9a 11503@cindex @file{m68k-stub.c}
104c1213
JM
11504@cindex Motorola 680x0
11505@cindex m680x0
11506For Motorola 680x0 architectures.
11507
11508@item sh-stub.c
41afff9a 11509@cindex @file{sh-stub.c}
172c2a43 11510@cindex Renesas
104c1213 11511@cindex SH
172c2a43 11512For Renesas SH architectures.
104c1213
JM
11513
11514@item sparc-stub.c
41afff9a 11515@cindex @file{sparc-stub.c}
104c1213
JM
11516@cindex Sparc
11517For @sc{sparc} architectures.
11518
11519@item sparcl-stub.c
41afff9a 11520@cindex @file{sparcl-stub.c}
104c1213
JM
11521@cindex Fujitsu
11522@cindex SparcLite
11523For Fujitsu @sc{sparclite} architectures.
11524
11525@end table
11526
11527The @file{README} file in the @value{GDBN} distribution may list other
11528recently added stubs.
11529
11530@menu
11531* Stub Contents:: What the stub can do for you
11532* Bootstrapping:: What you must do for the stub
11533* Debug Session:: Putting it all together
104c1213
JM
11534@end menu
11535
6d2ebf8b 11536@node Stub Contents
6f05cf9f 11537@subsection What the stub can do for you
104c1213
JM
11538
11539@cindex remote serial stub
11540The debugging stub for your architecture supplies these three
11541subroutines:
11542
11543@table @code
11544@item set_debug_traps
4644b6e3 11545@findex set_debug_traps
104c1213
JM
11546@cindex remote serial stub, initialization
11547This routine arranges for @code{handle_exception} to run when your
11548program stops. You must call this subroutine explicitly near the
11549beginning of your program.
11550
11551@item handle_exception
4644b6e3 11552@findex handle_exception
104c1213
JM
11553@cindex remote serial stub, main routine
11554This is the central workhorse, but your program never calls it
11555explicitly---the setup code arranges for @code{handle_exception} to
11556run when a trap is triggered.
11557
11558@code{handle_exception} takes control when your program stops during
11559execution (for example, on a breakpoint), and mediates communications
11560with @value{GDBN} on the host machine. This is where the communications
11561protocol is implemented; @code{handle_exception} acts as the @value{GDBN}
d4f3574e 11562representative on the target machine. It begins by sending summary
104c1213
JM
11563information on the state of your program, then continues to execute,
11564retrieving and transmitting any information @value{GDBN} needs, until you
11565execute a @value{GDBN} command that makes your program resume; at that point,
11566@code{handle_exception} returns control to your own code on the target
5d161b24 11567machine.
104c1213
JM
11568
11569@item breakpoint
11570@cindex @code{breakpoint} subroutine, remote
11571Use this auxiliary subroutine to make your program contain a
11572breakpoint. Depending on the particular situation, this may be the only
11573way for @value{GDBN} to get control. For instance, if your target
11574machine has some sort of interrupt button, you won't need to call this;
11575pressing the interrupt button transfers control to
11576@code{handle_exception}---in effect, to @value{GDBN}. On some machines,
11577simply receiving characters on the serial port may also trigger a trap;
11578again, in that situation, you don't need to call @code{breakpoint} from
11579your own program---simply running @samp{target remote} from the host
5d161b24 11580@value{GDBN} session gets control.
104c1213
JM
11581
11582Call @code{breakpoint} if none of these is true, or if you simply want
11583to make certain your program stops at a predetermined point for the
11584start of your debugging session.
11585@end table
11586
6d2ebf8b 11587@node Bootstrapping
6f05cf9f 11588@subsection What you must do for the stub
104c1213
JM
11589
11590@cindex remote stub, support routines
11591The debugging stubs that come with @value{GDBN} are set up for a particular
11592chip architecture, but they have no information about the rest of your
11593debugging target machine.
11594
11595First of all you need to tell the stub how to communicate with the
11596serial port.
11597
11598@table @code
11599@item int getDebugChar()
4644b6e3 11600@findex getDebugChar
104c1213
JM
11601Write this subroutine to read a single character from the serial port.
11602It may be identical to @code{getchar} for your target system; a
11603different name is used to allow you to distinguish the two if you wish.
11604
11605@item void putDebugChar(int)
4644b6e3 11606@findex putDebugChar
104c1213 11607Write this subroutine to write a single character to the serial port.
5d161b24 11608It may be identical to @code{putchar} for your target system; a
104c1213
JM
11609different name is used to allow you to distinguish the two if you wish.
11610@end table
11611
11612@cindex control C, and remote debugging
11613@cindex interrupting remote targets
11614If you want @value{GDBN} to be able to stop your program while it is
11615running, you need to use an interrupt-driven serial driver, and arrange
11616for it to stop when it receives a @code{^C} (@samp{\003}, the control-C
11617character). That is the character which @value{GDBN} uses to tell the
11618remote system to stop.
11619
11620Getting the debugging target to return the proper status to @value{GDBN}
11621probably requires changes to the standard stub; one quick and dirty way
11622is to just execute a breakpoint instruction (the ``dirty'' part is that
11623@value{GDBN} reports a @code{SIGTRAP} instead of a @code{SIGINT}).
11624
11625Other routines you need to supply are:
11626
11627@table @code
11628@item void exceptionHandler (int @var{exception_number}, void *@var{exception_address})
4644b6e3 11629@findex exceptionHandler
104c1213
JM
11630Write this function to install @var{exception_address} in the exception
11631handling tables. You need to do this because the stub does not have any
11632way of knowing what the exception handling tables on your target system
11633are like (for example, the processor's table might be in @sc{rom},
11634containing entries which point to a table in @sc{ram}).
11635@var{exception_number} is the exception number which should be changed;
11636its meaning is architecture-dependent (for example, different numbers
11637might represent divide by zero, misaligned access, etc). When this
11638exception occurs, control should be transferred directly to
11639@var{exception_address}, and the processor state (stack, registers,
11640and so on) should be just as it is when a processor exception occurs. So if
11641you want to use a jump instruction to reach @var{exception_address}, it
11642should be a simple jump, not a jump to subroutine.
11643
11644For the 386, @var{exception_address} should be installed as an interrupt
11645gate so that interrupts are masked while the handler runs. The gate
11646should be at privilege level 0 (the most privileged level). The
11647@sc{sparc} and 68k stubs are able to mask interrupts themselves without
11648help from @code{exceptionHandler}.
11649
11650@item void flush_i_cache()
4644b6e3 11651@findex flush_i_cache
d4f3574e 11652On @sc{sparc} and @sc{sparclite} only, write this subroutine to flush the
104c1213
JM
11653instruction cache, if any, on your target machine. If there is no
11654instruction cache, this subroutine may be a no-op.
11655
11656On target machines that have instruction caches, @value{GDBN} requires this
11657function to make certain that the state of your program is stable.
11658@end table
11659
11660@noindent
11661You must also make sure this library routine is available:
11662
11663@table @code
11664@item void *memset(void *, int, int)
4644b6e3 11665@findex memset
104c1213
JM
11666This is the standard library function @code{memset} that sets an area of
11667memory to a known value. If you have one of the free versions of
11668@code{libc.a}, @code{memset} can be found there; otherwise, you must
11669either obtain it from your hardware manufacturer, or write your own.
11670@end table
11671
11672If you do not use the GNU C compiler, you may need other standard
11673library subroutines as well; this varies from one stub to another,
11674but in general the stubs are likely to use any of the common library
d4f3574e 11675subroutines which @code{@value{GCC}} generates as inline code.
104c1213
JM
11676
11677
6d2ebf8b 11678@node Debug Session
6f05cf9f 11679@subsection Putting it all together
104c1213
JM
11680
11681@cindex remote serial debugging summary
11682In summary, when your program is ready to debug, you must follow these
11683steps.
11684
11685@enumerate
11686@item
6d2ebf8b 11687Make sure you have defined the supporting low-level routines
104c1213
JM
11688(@pxref{Bootstrapping,,What you must do for the stub}):
11689@display
11690@code{getDebugChar}, @code{putDebugChar},
11691@code{flush_i_cache}, @code{memset}, @code{exceptionHandler}.
11692@end display
11693
11694@item
11695Insert these lines near the top of your program:
11696
474c8240 11697@smallexample
104c1213
JM
11698set_debug_traps();
11699breakpoint();
474c8240 11700@end smallexample
104c1213
JM
11701
11702@item
11703For the 680x0 stub only, you need to provide a variable called
11704@code{exceptionHook}. Normally you just use:
11705
474c8240 11706@smallexample
104c1213 11707void (*exceptionHook)() = 0;
474c8240 11708@end smallexample
104c1213 11709
d4f3574e 11710@noindent
104c1213 11711but if before calling @code{set_debug_traps}, you set it to point to a
598ca718 11712function in your program, that function is called when
104c1213
JM
11713@code{@value{GDBN}} continues after stopping on a trap (for example, bus
11714error). The function indicated by @code{exceptionHook} is called with
11715one parameter: an @code{int} which is the exception number.
11716
11717@item
11718Compile and link together: your program, the @value{GDBN} debugging stub for
11719your target architecture, and the supporting subroutines.
11720
11721@item
11722Make sure you have a serial connection between your target machine and
11723the @value{GDBN} host, and identify the serial port on the host.
11724
11725@item
11726@c The "remote" target now provides a `load' command, so we should
11727@c document that. FIXME.
11728Download your program to your target machine (or get it there by
11729whatever means the manufacturer provides), and start it.
11730
11731@item
07f31aa6
DJ
11732Start @value{GDBN} on the host, and connect to the target
11733(@pxref{Connecting,,Connecting to a remote target}).
9db8d71f 11734
104c1213
JM
11735@end enumerate
11736
8e04817f
AC
11737@node Configurations
11738@chapter Configuration-Specific Information
104c1213 11739
8e04817f
AC
11740While nearly all @value{GDBN} commands are available for all native and
11741cross versions of the debugger, there are some exceptions. This chapter
11742describes things that are only available in certain configurations.
104c1213 11743
8e04817f
AC
11744There are three major categories of configurations: native
11745configurations, where the host and target are the same, embedded
11746operating system configurations, which are usually the same for several
11747different processor architectures, and bare embedded processors, which
11748are quite different from each other.
104c1213 11749
8e04817f
AC
11750@menu
11751* Native::
11752* Embedded OS::
11753* Embedded Processors::
11754* Architectures::
11755@end menu
104c1213 11756
8e04817f
AC
11757@node Native
11758@section Native
104c1213 11759
8e04817f
AC
11760This section describes details specific to particular native
11761configurations.
6cf7e474 11762
8e04817f
AC
11763@menu
11764* HP-UX:: HP-UX
7561d450 11765* BSD libkvm Interface:: Debugging BSD kernel memory images
8e04817f
AC
11766* SVR4 Process Information:: SVR4 process information
11767* DJGPP Native:: Features specific to the DJGPP port
78c47bea 11768* Cygwin Native:: Features specific to the Cygwin port
8e04817f 11769@end menu
6cf7e474 11770
8e04817f
AC
11771@node HP-UX
11772@subsection HP-UX
104c1213 11773
8e04817f
AC
11774On HP-UX systems, if you refer to a function or variable name that
11775begins with a dollar sign, @value{GDBN} searches for a user or system
11776name first, before it searches for a convenience variable.
104c1213 11777
7561d450
MK
11778@node BSD libkvm Interface
11779@subsection BSD libkvm Interface
11780
11781@cindex libkvm
11782@cindex kernel memory image
11783@cindex kernel crash dump
11784
11785BSD-derived systems (FreeBSD/NetBSD/OpenBSD) have a kernel memory
11786interface that provides a uniform interface for accessing kernel virtual
11787memory images, including live systems and crash dumps. @value{GDBN}
11788uses this interface to allow you to debug live kernels and kernel crash
11789dumps on many native BSD configurations. This is implemented as a
11790special @code{kvm} debugging target. For debugging a live system, load
11791the currently running kernel into @value{GDBN} and connect to the
11792@code{kvm} target:
11793
11794@smallexample
11795(@value{GDBP}) @b{target kvm}
11796@end smallexample
11797
11798For debugging crash dumps, provide the file name of the crash dump as an
11799argument:
11800
11801@smallexample
11802(@value{GDBP}) @b{target kvm /var/crash/bsd.0}
11803@end smallexample
11804
11805Once connected to the @code{kvm} target, the following commands are
11806available:
11807
11808@table @code
11809@kindex kvm
11810@item kvm pcb
11811Set current context from pcb address.
11812
11813@item kvm proc
11814Set current context from proc address. This command isn't available on
11815modern FreeBSD systems.
11816@end table
11817
8e04817f
AC
11818@node SVR4 Process Information
11819@subsection SVR4 process information
60bf7e09
EZ
11820@cindex /proc
11821@cindex examine process image
11822@cindex process info via @file{/proc}
104c1213 11823
60bf7e09
EZ
11824Many versions of SVR4 and compatible systems provide a facility called
11825@samp{/proc} that can be used to examine the image of a running
11826process using file-system subroutines. If @value{GDBN} is configured
11827for an operating system with this facility, the command @code{info
11828proc} is available to report information about the process running
11829your program, or about any process running on your system. @code{info
11830proc} works only on SVR4 systems that include the @code{procfs} code.
11831This includes, as of this writing, @sc{gnu}/Linux, OSF/1 (Digital
11832Unix), Solaris, Irix, and Unixware, but not HP-UX, for example.
104c1213 11833
8e04817f
AC
11834@table @code
11835@kindex info proc
60bf7e09 11836@cindex process ID
8e04817f 11837@item info proc
60bf7e09
EZ
11838@itemx info proc @var{process-id}
11839Summarize available information about any running process. If a
11840process ID is specified by @var{process-id}, display information about
11841that process; otherwise display information about the program being
11842debugged. The summary includes the debugged process ID, the command
11843line used to invoke it, its current working directory, and its
11844executable file's absolute file name.
11845
11846On some systems, @var{process-id} can be of the form
11847@samp{[@var{pid}]/@var{tid}} which specifies a certain thread ID
11848within a process. If the optional @var{pid} part is missing, it means
11849a thread from the process being debugged (the leading @samp{/} still
11850needs to be present, or else @value{GDBN} will interpret the number as
11851a process ID rather than a thread ID).
6cf7e474 11852
8e04817f 11853@item info proc mappings
60bf7e09
EZ
11854@cindex memory address space mappings
11855Report the memory address space ranges accessible in the program, with
11856information on whether the process has read, write, or execute access
11857rights to each range. On @sc{gnu}/Linux systems, each memory range
11858includes the object file which is mapped to that range, instead of the
11859memory access rights to that range.
11860
11861@item info proc stat
11862@itemx info proc status
11863@cindex process detailed status information
11864These subcommands are specific to @sc{gnu}/Linux systems. They show
11865the process-related information, including the user ID and group ID;
11866how many threads are there in the process; its virtual memory usage;
11867the signals that are pending, blocked, and ignored; its TTY; its
11868consumption of system and user time; its stack size; its @samp{nice}
11869value; etc. For more information, see the @samp{proc(5)} man page
11870(type @kbd{man 5 proc} from your shell prompt).
11871
11872@item info proc all
11873Show all the information about the process described under all of the
11874above @code{info proc} subcommands.
11875
8e04817f
AC
11876@ignore
11877@comment These sub-options of 'info proc' were not included when
11878@comment procfs.c was re-written. Keep their descriptions around
11879@comment against the day when someone finds the time to put them back in.
11880@kindex info proc times
11881@item info proc times
11882Starting time, user CPU time, and system CPU time for your program and
11883its children.
6cf7e474 11884
8e04817f
AC
11885@kindex info proc id
11886@item info proc id
11887Report on the process IDs related to your program: its own process ID,
11888the ID of its parent, the process group ID, and the session ID.
8e04817f
AC
11889@end ignore
11890@end table
104c1213 11891
8e04817f
AC
11892@node DJGPP Native
11893@subsection Features for Debugging @sc{djgpp} Programs
11894@cindex @sc{djgpp} debugging
11895@cindex native @sc{djgpp} debugging
11896@cindex MS-DOS-specific commands
104c1213 11897
8e04817f
AC
11898@sc{djgpp} is the port of @sc{gnu} development tools to MS-DOS and
11899MS-Windows. @sc{djgpp} programs are 32-bit protected-mode programs
11900that use the @dfn{DPMI} (DOS Protected-Mode Interface) API to run on
11901top of real-mode DOS systems and their emulations.
104c1213 11902
8e04817f
AC
11903@value{GDBN} supports native debugging of @sc{djgpp} programs, and
11904defines a few commands specific to the @sc{djgpp} port. This
11905subsection describes those commands.
104c1213 11906
8e04817f
AC
11907@table @code
11908@kindex info dos
11909@item info dos
11910This is a prefix of @sc{djgpp}-specific commands which print
11911information about the target system and important OS structures.
f1251bdd 11912
8e04817f
AC
11913@kindex sysinfo
11914@cindex MS-DOS system info
11915@cindex free memory information (MS-DOS)
11916@item info dos sysinfo
11917This command displays assorted information about the underlying
11918platform: the CPU type and features, the OS version and flavor, the
11919DPMI version, and the available conventional and DPMI memory.
104c1213 11920
8e04817f
AC
11921@cindex GDT
11922@cindex LDT
11923@cindex IDT
11924@cindex segment descriptor tables
11925@cindex descriptor tables display
11926@item info dos gdt
11927@itemx info dos ldt
11928@itemx info dos idt
11929These 3 commands display entries from, respectively, Global, Local,
11930and Interrupt Descriptor Tables (GDT, LDT, and IDT). The descriptor
11931tables are data structures which store a descriptor for each segment
11932that is currently in use. The segment's selector is an index into a
11933descriptor table; the table entry for that index holds the
11934descriptor's base address and limit, and its attributes and access
11935rights.
104c1213 11936
8e04817f
AC
11937A typical @sc{djgpp} program uses 3 segments: a code segment, a data
11938segment (used for both data and the stack), and a DOS segment (which
11939allows access to DOS/BIOS data structures and absolute addresses in
11940conventional memory). However, the DPMI host will usually define
11941additional segments in order to support the DPMI environment.
d4f3574e 11942
8e04817f
AC
11943@cindex garbled pointers
11944These commands allow to display entries from the descriptor tables.
11945Without an argument, all entries from the specified table are
11946displayed. An argument, which should be an integer expression, means
11947display a single entry whose index is given by the argument. For
11948example, here's a convenient way to display information about the
11949debugged program's data segment:
104c1213 11950
8e04817f
AC
11951@smallexample
11952@exdent @code{(@value{GDBP}) info dos ldt $ds}
11953@exdent @code{0x13f: base=0x11970000 limit=0x0009ffff 32-Bit Data (Read/Write, Exp-up)}
11954@end smallexample
104c1213 11955
8e04817f
AC
11956@noindent
11957This comes in handy when you want to see whether a pointer is outside
11958the data segment's limit (i.e.@: @dfn{garbled}).
104c1213 11959
8e04817f
AC
11960@cindex page tables display (MS-DOS)
11961@item info dos pde
11962@itemx info dos pte
11963These two commands display entries from, respectively, the Page
11964Directory and the Page Tables. Page Directories and Page Tables are
11965data structures which control how virtual memory addresses are mapped
11966into physical addresses. A Page Table includes an entry for every
11967page of memory that is mapped into the program's address space; there
11968may be several Page Tables, each one holding up to 4096 entries. A
11969Page Directory has up to 4096 entries, one each for every Page Table
11970that is currently in use.
104c1213 11971
8e04817f
AC
11972Without an argument, @kbd{info dos pde} displays the entire Page
11973Directory, and @kbd{info dos pte} displays all the entries in all of
11974the Page Tables. An argument, an integer expression, given to the
11975@kbd{info dos pde} command means display only that entry from the Page
11976Directory table. An argument given to the @kbd{info dos pte} command
11977means display entries from a single Page Table, the one pointed to by
11978the specified entry in the Page Directory.
104c1213 11979
8e04817f
AC
11980@cindex direct memory access (DMA) on MS-DOS
11981These commands are useful when your program uses @dfn{DMA} (Direct
11982Memory Access), which needs physical addresses to program the DMA
11983controller.
104c1213 11984
8e04817f 11985These commands are supported only with some DPMI servers.
104c1213 11986
8e04817f
AC
11987@cindex physical address from linear address
11988@item info dos address-pte @var{addr}
11989This command displays the Page Table entry for a specified linear
11990address. The argument linear address @var{addr} should already have the
11991appropriate segment's base address added to it, because this command
11992accepts addresses which may belong to @emph{any} segment. For
11993example, here's how to display the Page Table entry for the page where
11994the variable @code{i} is stored:
104c1213 11995
b383017d 11996@smallexample
8e04817f
AC
11997@exdent @code{(@value{GDBP}) info dos address-pte __djgpp_base_address + (char *)&i}
11998@exdent @code{Page Table entry for address 0x11a00d30:}
b383017d 11999@exdent @code{Base=0x02698000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0xd30}
8e04817f 12000@end smallexample
104c1213 12001
8e04817f
AC
12002@noindent
12003This says that @code{i} is stored at offset @code{0xd30} from the page
12004whose physical base address is @code{0x02698000}, and prints all the
12005attributes of that page.
104c1213 12006
8e04817f
AC
12007Note that you must cast the addresses of variables to a @code{char *},
12008since otherwise the value of @code{__djgpp_base_address}, the base
12009address of all variables and functions in a @sc{djgpp} program, will
12010be added using the rules of C pointer arithmetics: if @code{i} is
12011declared an @code{int}, @value{GDBN} will add 4 times the value of
12012@code{__djgpp_base_address} to the address of @code{i}.
104c1213 12013
8e04817f
AC
12014Here's another example, it displays the Page Table entry for the
12015transfer buffer:
104c1213 12016
8e04817f
AC
12017@smallexample
12018@exdent @code{(@value{GDBP}) info dos address-pte *((unsigned *)&_go32_info_block + 3)}
12019@exdent @code{Page Table entry for address 0x29110:}
12020@exdent @code{Base=0x00029000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0x110}
12021@end smallexample
104c1213 12022
8e04817f
AC
12023@noindent
12024(The @code{+ 3} offset is because the transfer buffer's address is the
120253rd member of the @code{_go32_info_block} structure.) The output of
12026this command clearly shows that addresses in conventional memory are
12027mapped 1:1, i.e.@: the physical and linear addresses are identical.
104c1213 12028
8e04817f
AC
12029This command is supported only with some DPMI servers.
12030@end table
104c1213 12031
78c47bea
PM
12032@node Cygwin Native
12033@subsection Features for Debugging MS Windows PE executables
12034@cindex MS Windows debugging
12035@cindex native Cygwin debugging
12036@cindex Cygwin-specific commands
12037
be448670
CF
12038@value{GDBN} supports native debugging of MS Windows programs, including
12039DLLs with and without symbolic debugging information. There are various
12040additional Cygwin-specific commands, described in this subsection. The
12041subsubsection @pxref{Non-debug DLL symbols} describes working with DLLs
12042that have no debugging symbols.
12043
78c47bea
PM
12044
12045@table @code
12046@kindex info w32
12047@item info w32
12048This is a prefix of MS Windows specific commands which print
12049information about the target system and important OS structures.
12050
12051@item info w32 selector
12052This command displays information returned by
12053the Win32 API @code{GetThreadSelectorEntry} function.
12054It takes an optional argument that is evaluated to
12055a long value to give the information about this given selector.
12056Without argument, this command displays information
12057about the the six segment registers.
12058
12059@kindex info dll
12060@item info dll
12061This is a Cygwin specific alias of info shared.
12062
12063@kindex dll-symbols
12064@item dll-symbols
12065This command loads symbols from a dll similarly to
12066add-sym command but without the need to specify a base address.
12067
b383017d 12068@kindex set new-console
78c47bea 12069@item set new-console @var{mode}
b383017d 12070If @var{mode} is @code{on} the debuggee will
78c47bea
PM
12071be started in a new console on next start.
12072If @var{mode} is @code{off}i, the debuggee will
12073be started in the same console as the debugger.
12074
12075@kindex show new-console
12076@item show new-console
12077Displays whether a new console is used
12078when the debuggee is started.
12079
12080@kindex set new-group
12081@item set new-group @var{mode}
12082This boolean value controls whether the debuggee should
12083start a new group or stay in the same group as the debugger.
12084This affects the way the Windows OS handles
12085Ctrl-C.
12086
12087@kindex show new-group
12088@item show new-group
12089Displays current value of new-group boolean.
12090
12091@kindex set debugevents
12092@item set debugevents
12093This boolean value adds debug output concerning events seen by the debugger.
12094
12095@kindex set debugexec
12096@item set debugexec
b383017d 12097This boolean value adds debug output concerning execute events
78c47bea
PM
12098seen by the debugger.
12099
12100@kindex set debugexceptions
12101@item set debugexceptions
b383017d 12102This boolean value adds debug ouptut concerning exception events
78c47bea
PM
12103seen by the debugger.
12104
12105@kindex set debugmemory
12106@item set debugmemory
b383017d 12107This boolean value adds debug ouptut concerning memory events
78c47bea
PM
12108seen by the debugger.
12109
12110@kindex set shell
12111@item set shell
12112This boolean values specifies whether the debuggee is called
12113via a shell or directly (default value is on).
12114
12115@kindex show shell
12116@item show shell
12117Displays if the debuggee will be started with a shell.
12118
12119@end table
12120
be448670
CF
12121@menu
12122* Non-debug DLL symbols:: Support for DLLs without debugging symbols
12123@end menu
12124
12125@node Non-debug DLL symbols
12126@subsubsection Support for DLLs without debugging symbols
12127@cindex DLLs with no debugging symbols
12128@cindex Minimal symbols and DLLs
12129
12130Very often on windows, some of the DLLs that your program relies on do
12131not include symbolic debugging information (for example,
12132@file{kernel32.dll}). When @value{GDBN} doesn't recognize any debugging
12133symbols in a DLL, it relies on the minimal amount of symbolic
12134information contained in the DLL's export table. This subsubsection
12135describes working with such symbols, known internally to @value{GDBN} as
12136``minimal symbols''.
12137
12138Note that before the debugged program has started execution, no DLLs
12139will have been loaded. The easiest way around this problem is simply to
12140start the program --- either by setting a breakpoint or letting the
12141program run once to completion. It is also possible to force
12142@value{GDBN} to load a particular DLL before starting the executable ---
12143see the shared library information in @pxref{Files} or the
12144@code{dll-symbols} command in @pxref{Cygwin Native}. Currently,
12145explicitly loading symbols from a DLL with no debugging information will
12146cause the symbol names to be duplicated in @value{GDBN}'s lookup table,
12147which may adversely affect symbol lookup performance.
12148
12149@subsubsection DLL name prefixes
12150
12151In keeping with the naming conventions used by the Microsoft debugging
12152tools, DLL export symbols are made available with a prefix based on the
12153DLL name, for instance @code{KERNEL32!CreateFileA}. The plain name is
12154also entered into the symbol table, so @code{CreateFileA} is often
12155sufficient. In some cases there will be name clashes within a program
12156(particularly if the executable itself includes full debugging symbols)
12157necessitating the use of the fully qualified name when referring to the
12158contents of the DLL. Use single-quotes around the name to avoid the
12159exclamation mark (``!'') being interpreted as a language operator.
12160
12161Note that the internal name of the DLL may be all upper-case, even
12162though the file name of the DLL is lower-case, or vice-versa. Since
12163symbols within @value{GDBN} are @emph{case-sensitive} this may cause
12164some confusion. If in doubt, try the @code{info functions} and
12165@code{info variables} commands or even @code{maint print msymbols} (see
12166@pxref{Symbols}). Here's an example:
12167
12168@smallexample
f7dc1244 12169(@value{GDBP}) info function CreateFileA
be448670
CF
12170All functions matching regular expression "CreateFileA":
12171
12172Non-debugging symbols:
121730x77e885f4 CreateFileA
121740x77e885f4 KERNEL32!CreateFileA
12175@end smallexample
12176
12177@smallexample
f7dc1244 12178(@value{GDBP}) info function !
be448670
CF
12179All functions matching regular expression "!":
12180
12181Non-debugging symbols:
121820x6100114c cygwin1!__assert
121830x61004034 cygwin1!_dll_crt0@@0
121840x61004240 cygwin1!dll_crt0(per_process *)
12185[etc...]
12186@end smallexample
12187
12188@subsubsection Working with minimal symbols
12189
12190Symbols extracted from a DLL's export table do not contain very much
12191type information. All that @value{GDBN} can do is guess whether a symbol
12192refers to a function or variable depending on the linker section that
12193contains the symbol. Also note that the actual contents of the memory
12194contained in a DLL are not available unless the program is running. This
12195means that you cannot examine the contents of a variable or disassemble
12196a function within a DLL without a running program.
12197
12198Variables are generally treated as pointers and dereferenced
12199automatically. For this reason, it is often necessary to prefix a
12200variable name with the address-of operator (``&'') and provide explicit
12201type information in the command. Here's an example of the type of
12202problem:
12203
12204@smallexample
f7dc1244 12205(@value{GDBP}) print 'cygwin1!__argv'
be448670
CF
12206$1 = 268572168
12207@end smallexample
12208
12209@smallexample
f7dc1244 12210(@value{GDBP}) x 'cygwin1!__argv'
be448670
CF
122110x10021610: "\230y\""
12212@end smallexample
12213
12214And two possible solutions:
12215
12216@smallexample
f7dc1244 12217(@value{GDBP}) print ((char **)'cygwin1!__argv')[0]
be448670
CF
12218$2 = 0x22fd98 "/cygdrive/c/mydirectory/myprogram"
12219@end smallexample
12220
12221@smallexample
f7dc1244 12222(@value{GDBP}) x/2x &'cygwin1!__argv'
be448670 122230x610c0aa8 <cygwin1!__argv>: 0x10021608 0x00000000
f7dc1244 12224(@value{GDBP}) x/x 0x10021608
be448670 122250x10021608: 0x0022fd98
f7dc1244 12226(@value{GDBP}) x/s 0x0022fd98
be448670
CF
122270x22fd98: "/cygdrive/c/mydirectory/myprogram"
12228@end smallexample
12229
12230Setting a break point within a DLL is possible even before the program
12231starts execution. However, under these circumstances, @value{GDBN} can't
12232examine the initial instructions of the function in order to skip the
12233function's frame set-up code. You can work around this by using ``*&''
12234to set the breakpoint at a raw memory address:
12235
12236@smallexample
f7dc1244 12237(@value{GDBP}) break *&'python22!PyOS_Readline'
be448670
CF
12238Breakpoint 1 at 0x1e04eff0
12239@end smallexample
12240
12241The author of these extensions is not entirely convinced that setting a
12242break point within a shared DLL like @file{kernel32.dll} is completely
12243safe.
12244
8e04817f
AC
12245@node Embedded OS
12246@section Embedded Operating Systems
104c1213 12247
8e04817f
AC
12248This section describes configurations involving the debugging of
12249embedded operating systems that are available for several different
12250architectures.
d4f3574e 12251
8e04817f
AC
12252@menu
12253* VxWorks:: Using @value{GDBN} with VxWorks
12254@end menu
104c1213 12255
8e04817f
AC
12256@value{GDBN} includes the ability to debug programs running on
12257various real-time operating systems.
104c1213 12258
8e04817f
AC
12259@node VxWorks
12260@subsection Using @value{GDBN} with VxWorks
104c1213 12261
8e04817f 12262@cindex VxWorks
104c1213 12263
8e04817f 12264@table @code
104c1213 12265
8e04817f
AC
12266@kindex target vxworks
12267@item target vxworks @var{machinename}
12268A VxWorks system, attached via TCP/IP. The argument @var{machinename}
12269is the target system's machine name or IP address.
104c1213 12270
8e04817f 12271@end table
104c1213 12272
8e04817f
AC
12273On VxWorks, @code{load} links @var{filename} dynamically on the
12274current target system as well as adding its symbols in @value{GDBN}.
104c1213 12275
8e04817f
AC
12276@value{GDBN} enables developers to spawn and debug tasks running on networked
12277VxWorks targets from a Unix host. Already-running tasks spawned from
12278the VxWorks shell can also be debugged. @value{GDBN} uses code that runs on
12279both the Unix host and on the VxWorks target. The program
12280@code{@value{GDBP}} is installed and executed on the Unix host. (It may be
12281installed with the name @code{vxgdb}, to distinguish it from a
12282@value{GDBN} for debugging programs on the host itself.)
104c1213 12283
8e04817f
AC
12284@table @code
12285@item VxWorks-timeout @var{args}
12286@kindex vxworks-timeout
12287All VxWorks-based targets now support the option @code{vxworks-timeout}.
12288This option is set by the user, and @var{args} represents the number of
12289seconds @value{GDBN} waits for responses to rpc's. You might use this if
12290your VxWorks target is a slow software simulator or is on the far side
12291of a thin network line.
12292@end table
104c1213 12293
8e04817f
AC
12294The following information on connecting to VxWorks was current when
12295this manual was produced; newer releases of VxWorks may use revised
12296procedures.
104c1213 12297
4644b6e3 12298@findex INCLUDE_RDB
8e04817f
AC
12299To use @value{GDBN} with VxWorks, you must rebuild your VxWorks kernel
12300to include the remote debugging interface routines in the VxWorks
12301library @file{rdb.a}. To do this, define @code{INCLUDE_RDB} in the
12302VxWorks configuration file @file{configAll.h} and rebuild your VxWorks
12303kernel. The resulting kernel contains @file{rdb.a}, and spawns the
12304source debugging task @code{tRdbTask} when VxWorks is booted. For more
12305information on configuring and remaking VxWorks, see the manufacturer's
12306manual.
12307@c VxWorks, see the @cite{VxWorks Programmer's Guide}.
104c1213 12308
8e04817f
AC
12309Once you have included @file{rdb.a} in your VxWorks system image and set
12310your Unix execution search path to find @value{GDBN}, you are ready to
12311run @value{GDBN}. From your Unix host, run @code{@value{GDBP}} (or
12312@code{vxgdb}, depending on your installation).
104c1213 12313
8e04817f 12314@value{GDBN} comes up showing the prompt:
104c1213 12315
474c8240 12316@smallexample
8e04817f 12317(vxgdb)
474c8240 12318@end smallexample
104c1213 12319
8e04817f
AC
12320@menu
12321* VxWorks Connection:: Connecting to VxWorks
12322* VxWorks Download:: VxWorks download
12323* VxWorks Attach:: Running tasks
12324@end menu
104c1213 12325
8e04817f
AC
12326@node VxWorks Connection
12327@subsubsection Connecting to VxWorks
104c1213 12328
8e04817f
AC
12329The @value{GDBN} command @code{target} lets you connect to a VxWorks target on the
12330network. To connect to a target whose host name is ``@code{tt}'', type:
104c1213 12331
474c8240 12332@smallexample
8e04817f 12333(vxgdb) target vxworks tt
474c8240 12334@end smallexample
104c1213 12335
8e04817f
AC
12336@need 750
12337@value{GDBN} displays messages like these:
104c1213 12338
8e04817f
AC
12339@smallexample
12340Attaching remote machine across net...
12341Connected to tt.
12342@end smallexample
104c1213 12343
8e04817f
AC
12344@need 1000
12345@value{GDBN} then attempts to read the symbol tables of any object modules
12346loaded into the VxWorks target since it was last booted. @value{GDBN} locates
12347these files by searching the directories listed in the command search
12348path (@pxref{Environment, ,Your program's environment}); if it fails
12349to find an object file, it displays a message such as:
5d161b24 12350
474c8240 12351@smallexample
8e04817f 12352prog.o: No such file or directory.
474c8240 12353@end smallexample
104c1213 12354
8e04817f
AC
12355When this happens, add the appropriate directory to the search path with
12356the @value{GDBN} command @code{path}, and execute the @code{target}
12357command again.
104c1213 12358
8e04817f
AC
12359@node VxWorks Download
12360@subsubsection VxWorks download
104c1213 12361
8e04817f
AC
12362@cindex download to VxWorks
12363If you have connected to the VxWorks target and you want to debug an
12364object that has not yet been loaded, you can use the @value{GDBN}
12365@code{load} command to download a file from Unix to VxWorks
12366incrementally. The object file given as an argument to the @code{load}
12367command is actually opened twice: first by the VxWorks target in order
12368to download the code, then by @value{GDBN} in order to read the symbol
12369table. This can lead to problems if the current working directories on
12370the two systems differ. If both systems have NFS mounted the same
12371filesystems, you can avoid these problems by using absolute paths.
12372Otherwise, it is simplest to set the working directory on both systems
12373to the directory in which the object file resides, and then to reference
12374the file by its name, without any path. For instance, a program
12375@file{prog.o} may reside in @file{@var{vxpath}/vw/demo/rdb} in VxWorks
12376and in @file{@var{hostpath}/vw/demo/rdb} on the host. To load this
12377program, type this on VxWorks:
104c1213 12378
474c8240 12379@smallexample
8e04817f 12380-> cd "@var{vxpath}/vw/demo/rdb"
474c8240 12381@end smallexample
104c1213 12382
8e04817f
AC
12383@noindent
12384Then, in @value{GDBN}, type:
104c1213 12385
474c8240 12386@smallexample
8e04817f
AC
12387(vxgdb) cd @var{hostpath}/vw/demo/rdb
12388(vxgdb) load prog.o
474c8240 12389@end smallexample
104c1213 12390
8e04817f 12391@value{GDBN} displays a response similar to this:
104c1213 12392
8e04817f
AC
12393@smallexample
12394Reading symbol data from wherever/vw/demo/rdb/prog.o... done.
12395@end smallexample
104c1213 12396
8e04817f
AC
12397You can also use the @code{load} command to reload an object module
12398after editing and recompiling the corresponding source file. Note that
12399this makes @value{GDBN} delete all currently-defined breakpoints,
12400auto-displays, and convenience variables, and to clear the value
12401history. (This is necessary in order to preserve the integrity of
12402debugger's data structures that reference the target system's symbol
12403table.)
104c1213 12404
8e04817f
AC
12405@node VxWorks Attach
12406@subsubsection Running tasks
104c1213
JM
12407
12408@cindex running VxWorks tasks
12409You can also attach to an existing task using the @code{attach} command as
12410follows:
12411
474c8240 12412@smallexample
104c1213 12413(vxgdb) attach @var{task}
474c8240 12414@end smallexample
104c1213
JM
12415
12416@noindent
12417where @var{task} is the VxWorks hexadecimal task ID. The task can be running
12418or suspended when you attach to it. Running tasks are suspended at
12419the time of attachment.
12420
6d2ebf8b 12421@node Embedded Processors
104c1213
JM
12422@section Embedded Processors
12423
12424This section goes into details specific to particular embedded
12425configurations.
12426
7d86b5d5 12427
104c1213 12428@menu
104c1213 12429* ARM:: ARM
172c2a43
KI
12430* H8/300:: Renesas H8/300
12431* H8/500:: Renesas H8/500
12432* M32R/D:: Renesas M32R/D
104c1213 12433* M68K:: Motorola M68K
104c1213 12434* MIPS Embedded:: MIPS Embedded
a37295f9 12435* OpenRISC 1000:: OpenRisc 1000
104c1213
JM
12436* PA:: HP PA Embedded
12437* PowerPC: PowerPC
172c2a43 12438* SH:: Renesas SH
104c1213
JM
12439* Sparclet:: Tsqware Sparclet
12440* Sparclite:: Fujitsu Sparclite
12441* ST2000:: Tandem ST2000
12442* Z8000:: Zilog Z8000
12443@end menu
12444
6d2ebf8b 12445@node ARM
104c1213
JM
12446@subsection ARM
12447
12448@table @code
12449
8e04817f
AC
12450@kindex target rdi
12451@item target rdi @var{dev}
12452ARM Angel monitor, via RDI library interface to ADP protocol. You may
12453use this target to communicate with both boards running the Angel
12454monitor, or with the EmbeddedICE JTAG debug device.
12455
12456@kindex target rdp
12457@item target rdp @var{dev}
12458ARM Demon monitor.
12459
12460@end table
12461
12462@node H8/300
172c2a43 12463@subsection Renesas H8/300
8e04817f
AC
12464
12465@table @code
12466
12467@kindex target hms@r{, with H8/300}
12468@item target hms @var{dev}
172c2a43 12469A Renesas SH, H8/300, or H8/500 board, attached via serial line to your host.
8e04817f
AC
12470Use special commands @code{device} and @code{speed} to control the serial
12471line and the communications speed used.
12472
12473@kindex target e7000@r{, with H8/300}
12474@item target e7000 @var{dev}
172c2a43 12475E7000 emulator for Renesas H8 and SH.
8e04817f
AC
12476
12477@kindex target sh3@r{, with H8/300}
12478@kindex target sh3e@r{, with H8/300}
12479@item target sh3 @var{dev}
12480@itemx target sh3e @var{dev}
172c2a43 12481Renesas SH-3 and SH-3E target systems.
8e04817f
AC
12482
12483@end table
12484
12485@cindex download to H8/300 or H8/500
12486@cindex H8/300 or H8/500 download
172c2a43
KI
12487@cindex download to Renesas SH
12488@cindex Renesas SH download
12489When you select remote debugging to a Renesas SH, H8/300, or H8/500
12490board, the @code{load} command downloads your program to the Renesas
8e04817f
AC
12491board and also opens it as the current executable target for
12492@value{GDBN} on your host (like the @code{file} command).
12493
12494@value{GDBN} needs to know these things to talk to your
172c2a43 12495Renesas SH, H8/300, or H8/500:
8e04817f
AC
12496
12497@enumerate
12498@item
12499that you want to use @samp{target hms}, the remote debugging interface
172c2a43
KI
12500for Renesas microprocessors, or @samp{target e7000}, the in-circuit
12501emulator for the Renesas SH and the Renesas 300H. (@samp{target hms} is
12502the default when @value{GDBN} is configured specifically for the Renesas SH,
8e04817f
AC
12503H8/300, or H8/500.)
12504
12505@item
172c2a43 12506what serial device connects your host to your Renesas board (the first
8e04817f
AC
12507serial device available on your host is the default).
12508
12509@item
12510what speed to use over the serial device.
12511@end enumerate
12512
12513@menu
172c2a43
KI
12514* Renesas Boards:: Connecting to Renesas boards.
12515* Renesas ICE:: Using the E7000 In-Circuit Emulator.
12516* Renesas Special:: Special @value{GDBN} commands for Renesas micros.
8e04817f
AC
12517@end menu
12518
172c2a43
KI
12519@node Renesas Boards
12520@subsubsection Connecting to Renesas boards
8e04817f
AC
12521
12522@c only for Unix hosts
12523@kindex device
172c2a43 12524@cindex serial device, Renesas micros
8e04817f
AC
12525Use the special @code{@value{GDBN}} command @samp{device @var{port}} if you
12526need to explicitly set the serial device. The default @var{port} is the
12527first available port on your host. This is only necessary on Unix
12528hosts, where it is typically something like @file{/dev/ttya}.
12529
12530@kindex speed
172c2a43 12531@cindex serial line speed, Renesas micros
8e04817f
AC
12532@code{@value{GDBN}} has another special command to set the communications
12533speed: @samp{speed @var{bps}}. This command also is only used from Unix
12534hosts; on DOS hosts, set the line speed as usual from outside @value{GDBN} with
12535the DOS @code{mode} command (for instance,
12536@w{@kbd{mode com2:9600,n,8,1,p}} for a 9600@dmn{bps} connection).
12537
12538The @samp{device} and @samp{speed} commands are available only when you
172c2a43 12539use a Unix host to debug your Renesas microprocessor programs. If you
8e04817f
AC
12540use a DOS host,
12541@value{GDBN} depends on an auxiliary terminate-and-stay-resident program
12542called @code{asynctsr} to communicate with the development board
12543through a PC serial port. You must also use the DOS @code{mode} command
12544to set up the serial port on the DOS side.
12545
12546The following sample session illustrates the steps needed to start a
12547program under @value{GDBN} control on an H8/300. The example uses a
12548sample H8/300 program called @file{t.x}. The procedure is the same for
172c2a43 12549the Renesas SH and the H8/500.
8e04817f
AC
12550
12551First hook up your development board. In this example, we use a
12552board attached to serial port @code{COM2}; if you use a different serial
12553port, substitute its name in the argument of the @code{mode} command.
12554When you call @code{asynctsr}, the auxiliary comms program used by the
12555debugger, you give it just the numeric part of the serial port's name;
12556for example, @samp{asyncstr 2} below runs @code{asyncstr} on
12557@code{COM2}.
12558
474c8240 12559@smallexample
8e04817f
AC
12560C:\H8300\TEST> asynctsr 2
12561C:\H8300\TEST> mode com2:9600,n,8,1,p
12562
12563Resident portion of MODE loaded
12564
12565COM2: 9600, n, 8, 1, p
12566
474c8240 12567@end smallexample
8e04817f
AC
12568
12569@quotation
12570@emph{Warning:} We have noticed a bug in PC-NFS that conflicts with
12571@code{asynctsr}. If you also run PC-NFS on your DOS host, you may need to
12572disable it, or even boot without it, to use @code{asynctsr} to control
12573your development board.
12574@end quotation
12575
12576@kindex target hms@r{, and serial protocol}
12577Now that serial communications are set up, and the development board is
12578connected, you can start up @value{GDBN}. Call @code{@value{GDBP}} with
12579the name of your program as the argument. @code{@value{GDBN}} prompts
12580you, as usual, with the prompt @samp{(@value{GDBP})}. Use two special
12581commands to begin your debugging session: @samp{target hms} to specify
172c2a43 12582cross-debugging to the Renesas board, and the @code{load} command to
8e04817f
AC
12583download your program to the board. @code{load} displays the names of
12584the program's sections, and a @samp{*} for each 2K of data downloaded.
12585(If you want to refresh @value{GDBN} data on symbols or on the
12586executable file without downloading, use the @value{GDBN} commands
12587@code{file} or @code{symbol-file}. These commands, and @code{load}
12588itself, are described in @ref{Files,,Commands to specify files}.)
12589
12590@smallexample
12591(eg-C:\H8300\TEST) @value{GDBP} t.x
12592@value{GDBN} is free software and you are welcome to distribute copies
12593 of it under certain conditions; type "show copying" to see
12594 the conditions.
12595There is absolutely no warranty for @value{GDBN}; type "show warranty"
12596for details.
12597@value{GDBN} @value{GDBVN}, Copyright 1992 Free Software Foundation, Inc...
12598(@value{GDBP}) target hms
12599Connected to remote H8/300 HMS system.
12600(@value{GDBP}) load t.x
12601.text : 0x8000 .. 0xabde ***********
12602.data : 0xabde .. 0xad30 *
12603.stack : 0xf000 .. 0xf014 *
12604@end smallexample
12605
12606At this point, you're ready to run or debug your program. From here on,
12607you can use all the usual @value{GDBN} commands. The @code{break} command
12608sets breakpoints; the @code{run} command starts your program;
12609@code{print} or @code{x} display data; the @code{continue} command
12610resumes execution after stopping at a breakpoint. You can use the
12611@code{help} command at any time to find out more about @value{GDBN} commands.
12612
12613Remember, however, that @emph{operating system} facilities aren't
12614available on your development board; for example, if your program hangs,
12615you can't send an interrupt---but you can press the @sc{reset} switch!
12616
12617Use the @sc{reset} button on the development board
12618@itemize @bullet
12619@item
12620to interrupt your program (don't use @kbd{ctl-C} on the DOS host---it has
12621no way to pass an interrupt signal to the development board); and
12622
12623@item
12624to return to the @value{GDBN} command prompt after your program finishes
12625normally. The communications protocol provides no other way for @value{GDBN}
12626to detect program completion.
12627@end itemize
12628
12629In either case, @value{GDBN} sees the effect of a @sc{reset} on the
12630development board as a ``normal exit'' of your program.
12631
172c2a43 12632@node Renesas ICE
8e04817f
AC
12633@subsubsection Using the E7000 in-circuit emulator
12634
172c2a43 12635@kindex target e7000@r{, with Renesas ICE}
8e04817f 12636You can use the E7000 in-circuit emulator to develop code for either the
172c2a43 12637Renesas SH or the H8/300H. Use one of these forms of the @samp{target
8e04817f
AC
12638e7000} command to connect @value{GDBN} to your E7000:
12639
12640@table @code
12641@item target e7000 @var{port} @var{speed}
12642Use this form if your E7000 is connected to a serial port. The
12643@var{port} argument identifies what serial port to use (for example,
12644@samp{com2}). The third argument is the line speed in bits per second
12645(for example, @samp{9600}).
12646
12647@item target e7000 @var{hostname}
12648If your E7000 is installed as a host on a TCP/IP network, you can just
12649specify its hostname; @value{GDBN} uses @code{telnet} to connect.
12650@end table
12651
172c2a43
KI
12652@node Renesas Special
12653@subsubsection Special @value{GDBN} commands for Renesas micros
8e04817f
AC
12654
12655Some @value{GDBN} commands are available only for the H8/300:
12656
12657@table @code
12658
12659@kindex set machine
12660@kindex show machine
12661@item set machine h8300
12662@itemx set machine h8300h
12663Condition @value{GDBN} for one of the two variants of the H8/300
12664architecture with @samp{set machine}. You can use @samp{show machine}
12665to check which variant is currently in effect.
104c1213
JM
12666
12667@end table
12668
8e04817f
AC
12669@node H8/500
12670@subsection H8/500
104c1213
JM
12671
12672@table @code
12673
8e04817f
AC
12674@kindex set memory @var{mod}
12675@cindex memory models, H8/500
12676@item set memory @var{mod}
12677@itemx show memory
12678Specify which H8/500 memory model (@var{mod}) you are using with
12679@samp{set memory}; check which memory model is in effect with @samp{show
12680memory}. The accepted values for @var{mod} are @code{small},
12681@code{big}, @code{medium}, and @code{compact}.
104c1213 12682
8e04817f 12683@end table
104c1213 12684
8e04817f 12685@node M32R/D
172c2a43 12686@subsection Renesas M32R/D
8e04817f
AC
12687
12688@table @code
12689
12690@kindex target m32r
12691@item target m32r @var{dev}
172c2a43 12692Renesas M32R/D ROM monitor.
8e04817f 12693
fb3e19c0
KI
12694@kindex target m32rsdi
12695@item target m32rsdi @var{dev}
12696Renesas M32R SDI server, connected via parallel port to the board.
12697
8e04817f
AC
12698@end table
12699
12700@node M68K
12701@subsection M68k
12702
12703The Motorola m68k configuration includes ColdFire support, and
12704target command for the following ROM monitors.
12705
12706@table @code
12707
12708@kindex target abug
12709@item target abug @var{dev}
12710ABug ROM monitor for M68K.
12711
12712@kindex target cpu32bug
12713@item target cpu32bug @var{dev}
12714CPU32BUG monitor, running on a CPU32 (M68K) board.
12715
12716@kindex target dbug
12717@item target dbug @var{dev}
12718dBUG ROM monitor for Motorola ColdFire.
12719
12720@kindex target est
12721@item target est @var{dev}
12722EST-300 ICE monitor, running on a CPU32 (M68K) board.
12723
12724@kindex target rom68k
12725@item target rom68k @var{dev}
12726ROM 68K monitor, running on an M68K IDP board.
12727
12728@end table
12729
8e04817f
AC
12730@table @code
12731
12732@kindex target rombug
12733@item target rombug @var{dev}
12734ROMBUG ROM monitor for OS/9000.
12735
12736@end table
12737
8e04817f
AC
12738@node MIPS Embedded
12739@subsection MIPS Embedded
12740
12741@cindex MIPS boards
12742@value{GDBN} can use the MIPS remote debugging protocol to talk to a
12743MIPS board attached to a serial line. This is available when
12744you configure @value{GDBN} with @samp{--target=mips-idt-ecoff}.
104c1213 12745
8e04817f
AC
12746@need 1000
12747Use these @value{GDBN} commands to specify the connection to your target board:
104c1213 12748
8e04817f
AC
12749@table @code
12750@item target mips @var{port}
12751@kindex target mips @var{port}
12752To run a program on the board, start up @code{@value{GDBP}} with the
12753name of your program as the argument. To connect to the board, use the
12754command @samp{target mips @var{port}}, where @var{port} is the name of
12755the serial port connected to the board. If the program has not already
12756been downloaded to the board, you may use the @code{load} command to
12757download it. You can then use all the usual @value{GDBN} commands.
104c1213 12758
8e04817f
AC
12759For example, this sequence connects to the target board through a serial
12760port, and loads and runs a program called @var{prog} through the
12761debugger:
104c1213 12762
474c8240 12763@smallexample
8e04817f
AC
12764host$ @value{GDBP} @var{prog}
12765@value{GDBN} is free software and @dots{}
12766(@value{GDBP}) target mips /dev/ttyb
12767(@value{GDBP}) load @var{prog}
12768(@value{GDBP}) run
474c8240 12769@end smallexample
104c1213 12770
8e04817f
AC
12771@item target mips @var{hostname}:@var{portnumber}
12772On some @value{GDBN} host configurations, you can specify a TCP
12773connection (for instance, to a serial line managed by a terminal
12774concentrator) instead of a serial port, using the syntax
12775@samp{@var{hostname}:@var{portnumber}}.
104c1213 12776
8e04817f
AC
12777@item target pmon @var{port}
12778@kindex target pmon @var{port}
12779PMON ROM monitor.
104c1213 12780
8e04817f
AC
12781@item target ddb @var{port}
12782@kindex target ddb @var{port}
12783NEC's DDB variant of PMON for Vr4300.
104c1213 12784
8e04817f
AC
12785@item target lsi @var{port}
12786@kindex target lsi @var{port}
12787LSI variant of PMON.
104c1213 12788
8e04817f
AC
12789@kindex target r3900
12790@item target r3900 @var{dev}
12791Densan DVE-R3900 ROM monitor for Toshiba R3900 Mips.
104c1213 12792
8e04817f
AC
12793@kindex target array
12794@item target array @var{dev}
12795Array Tech LSI33K RAID controller board.
104c1213 12796
8e04817f 12797@end table
104c1213 12798
104c1213 12799
8e04817f
AC
12800@noindent
12801@value{GDBN} also supports these special commands for MIPS targets:
104c1213 12802
8e04817f
AC
12803@table @code
12804@item set processor @var{args}
12805@itemx show processor
12806@kindex set processor @var{args}
12807@kindex show processor
12808Use the @code{set processor} command to set the type of MIPS
12809processor when you want to access processor-type-specific registers.
12810For example, @code{set processor @var{r3041}} tells @value{GDBN}
12811to use the CPU registers appropriate for the 3041 chip.
12812Use the @code{show processor} command to see what MIPS processor @value{GDBN}
12813is using. Use the @code{info reg} command to see what registers
12814@value{GDBN} is using.
104c1213 12815
8e04817f
AC
12816@item set mipsfpu double
12817@itemx set mipsfpu single
12818@itemx set mipsfpu none
12819@itemx show mipsfpu
12820@kindex set mipsfpu
12821@kindex show mipsfpu
12822@cindex MIPS remote floating point
12823@cindex floating point, MIPS remote
12824If your target board does not support the MIPS floating point
12825coprocessor, you should use the command @samp{set mipsfpu none} (if you
12826need this, you may wish to put the command in your @value{GDBN} init
12827file). This tells @value{GDBN} how to find the return value of
12828functions which return floating point values. It also allows
12829@value{GDBN} to avoid saving the floating point registers when calling
12830functions on the board. If you are using a floating point coprocessor
12831with only single precision floating point support, as on the @sc{r4650}
12832processor, use the command @samp{set mipsfpu single}. The default
12833double precision floating point coprocessor may be selected using
12834@samp{set mipsfpu double}.
104c1213 12835
8e04817f
AC
12836In previous versions the only choices were double precision or no
12837floating point, so @samp{set mipsfpu on} will select double precision
12838and @samp{set mipsfpu off} will select no floating point.
104c1213 12839
8e04817f
AC
12840As usual, you can inquire about the @code{mipsfpu} variable with
12841@samp{show mipsfpu}.
104c1213 12842
8e04817f
AC
12843@item set remotedebug @var{n}
12844@itemx show remotedebug
12845@kindex set remotedebug@r{, MIPS protocol}
12846@kindex show remotedebug@r{, MIPS protocol}
12847@cindex @code{remotedebug}, MIPS protocol
12848@cindex MIPS @code{remotedebug} protocol
12849@c FIXME! For this to be useful, you must know something about the MIPS
12850@c FIXME...protocol. Where is it described?
12851You can see some debugging information about communications with the board
12852by setting the @code{remotedebug} variable. If you set it to @code{1} using
12853@samp{set remotedebug 1}, every packet is displayed. If you set it
12854to @code{2}, every character is displayed. You can check the current value
12855at any time with the command @samp{show remotedebug}.
104c1213 12856
8e04817f
AC
12857@item set timeout @var{seconds}
12858@itemx set retransmit-timeout @var{seconds}
12859@itemx show timeout
12860@itemx show retransmit-timeout
12861@cindex @code{timeout}, MIPS protocol
12862@cindex @code{retransmit-timeout}, MIPS protocol
12863@kindex set timeout
12864@kindex show timeout
12865@kindex set retransmit-timeout
12866@kindex show retransmit-timeout
12867You can control the timeout used while waiting for a packet, in the MIPS
12868remote protocol, with the @code{set timeout @var{seconds}} command. The
12869default is 5 seconds. Similarly, you can control the timeout used while
12870waiting for an acknowledgement of a packet with the @code{set
12871retransmit-timeout @var{seconds}} command. The default is 3 seconds.
12872You can inspect both values with @code{show timeout} and @code{show
12873retransmit-timeout}. (These commands are @emph{only} available when
12874@value{GDBN} is configured for @samp{--target=mips-idt-ecoff}.)
104c1213 12875
8e04817f
AC
12876The timeout set by @code{set timeout} does not apply when @value{GDBN}
12877is waiting for your program to stop. In that case, @value{GDBN} waits
12878forever because it has no way of knowing how long the program is going
12879to run before stopping.
12880@end table
104c1213 12881
a37295f9
MM
12882@node OpenRISC 1000
12883@subsection OpenRISC 1000
12884@cindex OpenRISC 1000
12885
12886@cindex or1k boards
12887See OR1k Architecture document (@uref{www.opencores.org}) for more information
12888about platform and commands.
12889
12890@table @code
12891
12892@kindex target jtag
12893@item target jtag jtag://@var{host}:@var{port}
12894
12895Connects to remote JTAG server.
12896JTAG remote server can be either an or1ksim or JTAG server,
12897connected via parallel port to the board.
12898
12899Example: @code{target jtag jtag://localhost:9999}
12900
12901@kindex or1ksim
12902@item or1ksim @var{command}
12903If connected to @code{or1ksim} OpenRISC 1000 Architectural
12904Simulator, proprietary commands can be executed.
12905
12906@kindex info or1k spr
12907@item info or1k spr
12908Displays spr groups.
12909
12910@item info or1k spr @var{group}
12911@itemx info or1k spr @var{groupno}
12912Displays register names in selected group.
12913
12914@item info or1k spr @var{group} @var{register}
12915@itemx info or1k spr @var{register}
12916@itemx info or1k spr @var{groupno} @var{registerno}
12917@itemx info or1k spr @var{registerno}
12918Shows information about specified spr register.
12919
12920@kindex spr
12921@item spr @var{group} @var{register} @var{value}
12922@itemx spr @var{register @var{value}}
12923@itemx spr @var{groupno} @var{registerno @var{value}}
12924@itemx spr @var{registerno @var{value}}
12925Writes @var{value} to specified spr register.
12926@end table
12927
12928Some implementations of OpenRISC 1000 Architecture also have hardware trace.
12929It is very similar to @value{GDBN} trace, except it does not interfere with normal
12930program execution and is thus much faster. Hardware breakpoints/watchpoint
12931triggers can be set using:
12932@table @code
12933@item $LEA/$LDATA
12934Load effective address/data
12935@item $SEA/$SDATA
12936Store effective address/data
12937@item $AEA/$ADATA
12938Access effective address ($SEA or $LEA) or data ($SDATA/$LDATA)
12939@item $FETCH
12940Fetch data
12941@end table
12942
12943When triggered, it can capture low level data, like: @code{PC}, @code{LSEA},
12944@code{LDATA}, @code{SDATA}, @code{READSPR}, @code{WRITESPR}, @code{INSTR}.
12945
12946@code{htrace} commands:
12947@cindex OpenRISC 1000 htrace
12948@table @code
12949@kindex hwatch
12950@item hwatch @var{conditional}
12951Set hardware watchpoint on combination of Load/Store Effecive Address(es)
12952or Data. For example:
12953
12954@code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
12955
12956@code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
12957
4644b6e3 12958@kindex htrace
a37295f9
MM
12959@item htrace info
12960Display information about current HW trace configuration.
12961
a37295f9
MM
12962@item htrace trigger @var{conditional}
12963Set starting criteria for HW trace.
12964
a37295f9
MM
12965@item htrace qualifier @var{conditional}
12966Set acquisition qualifier for HW trace.
12967
a37295f9
MM
12968@item htrace stop @var{conditional}
12969Set HW trace stopping criteria.
12970
f153cc92 12971@item htrace record [@var{data}]*
a37295f9
MM
12972Selects the data to be recorded, when qualifier is met and HW trace was
12973triggered.
12974
a37295f9 12975@item htrace enable
a37295f9
MM
12976@itemx htrace disable
12977Enables/disables the HW trace.
12978
f153cc92 12979@item htrace rewind [@var{filename}]
a37295f9
MM
12980Clears currently recorded trace data.
12981
12982If filename is specified, new trace file is made and any newly collected data
12983will be written there.
12984
f153cc92 12985@item htrace print [@var{start} [@var{len}]]
a37295f9
MM
12986Prints trace buffer, using current record configuration.
12987
a37295f9
MM
12988@item htrace mode continuous
12989Set continuous trace mode.
12990
a37295f9
MM
12991@item htrace mode suspend
12992Set suspend trace mode.
12993
12994@end table
12995
8e04817f
AC
12996@node PowerPC
12997@subsection PowerPC
104c1213
JM
12998
12999@table @code
104c1213 13000
8e04817f
AC
13001@kindex target dink32
13002@item target dink32 @var{dev}
13003DINK32 ROM monitor.
104c1213 13004
8e04817f
AC
13005@kindex target ppcbug
13006@item target ppcbug @var{dev}
13007@kindex target ppcbug1
13008@item target ppcbug1 @var{dev}
13009PPCBUG ROM monitor for PowerPC.
104c1213 13010
8e04817f
AC
13011@kindex target sds
13012@item target sds @var{dev}
13013SDS monitor, running on a PowerPC board (such as Motorola's ADS).
13014
13015@end table
13016
13017@node PA
13018@subsection HP PA Embedded
104c1213
JM
13019
13020@table @code
13021
8e04817f
AC
13022@kindex target op50n
13023@item target op50n @var{dev}
13024OP50N monitor, running on an OKI HPPA board.
13025
13026@kindex target w89k
13027@item target w89k @var{dev}
13028W89K monitor, running on a Winbond HPPA board.
104c1213
JM
13029
13030@end table
13031
8e04817f 13032@node SH
172c2a43 13033@subsection Renesas SH
104c1213
JM
13034
13035@table @code
13036
172c2a43 13037@kindex target hms@r{, with Renesas SH}
8e04817f 13038@item target hms @var{dev}
172c2a43 13039A Renesas SH board attached via serial line to your host. Use special
8e04817f
AC
13040commands @code{device} and @code{speed} to control the serial line and
13041the communications speed used.
104c1213 13042
172c2a43 13043@kindex target e7000@r{, with Renesas SH}
8e04817f 13044@item target e7000 @var{dev}
172c2a43 13045E7000 emulator for Renesas SH.
104c1213 13046
8e04817f
AC
13047@kindex target sh3@r{, with SH}
13048@kindex target sh3e@r{, with SH}
13049@item target sh3 @var{dev}
13050@item target sh3e @var{dev}
172c2a43 13051Renesas SH-3 and SH-3E target systems.
104c1213 13052
8e04817f 13053@end table
104c1213 13054
8e04817f
AC
13055@node Sparclet
13056@subsection Tsqware Sparclet
104c1213 13057
8e04817f
AC
13058@cindex Sparclet
13059
13060@value{GDBN} enables developers to debug tasks running on
13061Sparclet targets from a Unix host.
13062@value{GDBN} uses code that runs on
13063both the Unix host and on the Sparclet target. The program
13064@code{@value{GDBP}} is installed and executed on the Unix host.
104c1213 13065
8e04817f
AC
13066@table @code
13067@item remotetimeout @var{args}
13068@kindex remotetimeout
13069@value{GDBN} supports the option @code{remotetimeout}.
13070This option is set by the user, and @var{args} represents the number of
13071seconds @value{GDBN} waits for responses.
104c1213
JM
13072@end table
13073
8e04817f
AC
13074@cindex compiling, on Sparclet
13075When compiling for debugging, include the options @samp{-g} to get debug
13076information and @samp{-Ttext} to relocate the program to where you wish to
13077load it on the target. You may also want to add the options @samp{-n} or
13078@samp{-N} in order to reduce the size of the sections. Example:
104c1213 13079
474c8240 13080@smallexample
8e04817f 13081sparclet-aout-gcc prog.c -Ttext 0x12010000 -g -o prog -N
474c8240 13082@end smallexample
104c1213 13083
8e04817f 13084You can use @code{objdump} to verify that the addresses are what you intended:
104c1213 13085
474c8240 13086@smallexample
8e04817f 13087sparclet-aout-objdump --headers --syms prog
474c8240 13088@end smallexample
104c1213 13089
8e04817f
AC
13090@cindex running, on Sparclet
13091Once you have set
13092your Unix execution search path to find @value{GDBN}, you are ready to
13093run @value{GDBN}. From your Unix host, run @code{@value{GDBP}}
13094(or @code{sparclet-aout-gdb}, depending on your installation).
104c1213 13095
8e04817f
AC
13096@value{GDBN} comes up showing the prompt:
13097
474c8240 13098@smallexample
8e04817f 13099(gdbslet)
474c8240 13100@end smallexample
104c1213
JM
13101
13102@menu
8e04817f
AC
13103* Sparclet File:: Setting the file to debug
13104* Sparclet Connection:: Connecting to Sparclet
13105* Sparclet Download:: Sparclet download
13106* Sparclet Execution:: Running and debugging
104c1213
JM
13107@end menu
13108
8e04817f
AC
13109@node Sparclet File
13110@subsubsection Setting file to debug
104c1213 13111
8e04817f 13112The @value{GDBN} command @code{file} lets you choose with program to debug.
104c1213 13113
474c8240 13114@smallexample
8e04817f 13115(gdbslet) file prog
474c8240 13116@end smallexample
104c1213 13117
8e04817f
AC
13118@need 1000
13119@value{GDBN} then attempts to read the symbol table of @file{prog}.
13120@value{GDBN} locates
13121the file by searching the directories listed in the command search
13122path.
13123If the file was compiled with debug information (option "-g"), source
13124files will be searched as well.
13125@value{GDBN} locates
13126the source files by searching the directories listed in the directory search
13127path (@pxref{Environment, ,Your program's environment}).
13128If it fails
13129to find a file, it displays a message such as:
104c1213 13130
474c8240 13131@smallexample
8e04817f 13132prog: No such file or directory.
474c8240 13133@end smallexample
104c1213 13134
8e04817f
AC
13135When this happens, add the appropriate directories to the search paths with
13136the @value{GDBN} commands @code{path} and @code{dir}, and execute the
13137@code{target} command again.
104c1213 13138
8e04817f
AC
13139@node Sparclet Connection
13140@subsubsection Connecting to Sparclet
104c1213 13141
8e04817f
AC
13142The @value{GDBN} command @code{target} lets you connect to a Sparclet target.
13143To connect to a target on serial port ``@code{ttya}'', type:
104c1213 13144
474c8240 13145@smallexample
8e04817f
AC
13146(gdbslet) target sparclet /dev/ttya
13147Remote target sparclet connected to /dev/ttya
13148main () at ../prog.c:3
474c8240 13149@end smallexample
104c1213 13150
8e04817f
AC
13151@need 750
13152@value{GDBN} displays messages like these:
104c1213 13153
474c8240 13154@smallexample
8e04817f 13155Connected to ttya.
474c8240 13156@end smallexample
104c1213 13157
8e04817f
AC
13158@node Sparclet Download
13159@subsubsection Sparclet download
104c1213 13160
8e04817f
AC
13161@cindex download to Sparclet
13162Once connected to the Sparclet target,
13163you can use the @value{GDBN}
13164@code{load} command to download the file from the host to the target.
13165The file name and load offset should be given as arguments to the @code{load}
13166command.
13167Since the file format is aout, the program must be loaded to the starting
13168address. You can use @code{objdump} to find out what this value is. The load
13169offset is an offset which is added to the VMA (virtual memory address)
13170of each of the file's sections.
13171For instance, if the program
13172@file{prog} was linked to text address 0x1201000, with data at 0x12010160
13173and bss at 0x12010170, in @value{GDBN}, type:
104c1213 13174
474c8240 13175@smallexample
8e04817f
AC
13176(gdbslet) load prog 0x12010000
13177Loading section .text, size 0xdb0 vma 0x12010000
474c8240 13178@end smallexample
104c1213 13179
8e04817f
AC
13180If the code is loaded at a different address then what the program was linked
13181to, you may need to use the @code{section} and @code{add-symbol-file} commands
13182to tell @value{GDBN} where to map the symbol table.
13183
13184@node Sparclet Execution
13185@subsubsection Running and debugging
13186
13187@cindex running and debugging Sparclet programs
13188You can now begin debugging the task using @value{GDBN}'s execution control
13189commands, @code{b}, @code{step}, @code{run}, etc. See the @value{GDBN}
13190manual for the list of commands.
13191
474c8240 13192@smallexample
8e04817f
AC
13193(gdbslet) b main
13194Breakpoint 1 at 0x12010000: file prog.c, line 3.
13195(gdbslet) run
13196Starting program: prog
13197Breakpoint 1, main (argc=1, argv=0xeffff21c) at prog.c:3
131983 char *symarg = 0;
13199(gdbslet) step
132004 char *execarg = "hello!";
13201(gdbslet)
474c8240 13202@end smallexample
8e04817f
AC
13203
13204@node Sparclite
13205@subsection Fujitsu Sparclite
104c1213
JM
13206
13207@table @code
13208
8e04817f
AC
13209@kindex target sparclite
13210@item target sparclite @var{dev}
13211Fujitsu sparclite boards, used only for the purpose of loading.
13212You must use an additional command to debug the program.
13213For example: target remote @var{dev} using @value{GDBN} standard
13214remote protocol.
104c1213
JM
13215
13216@end table
13217
8e04817f
AC
13218@node ST2000
13219@subsection Tandem ST2000
104c1213 13220
8e04817f
AC
13221@value{GDBN} may be used with a Tandem ST2000 phone switch, running Tandem's
13222STDBUG protocol.
104c1213 13223
8e04817f
AC
13224To connect your ST2000 to the host system, see the manufacturer's
13225manual. Once the ST2000 is physically attached, you can run:
104c1213 13226
474c8240 13227@smallexample
8e04817f 13228target st2000 @var{dev} @var{speed}
474c8240 13229@end smallexample
104c1213 13230
8e04817f
AC
13231@noindent
13232to establish it as your debugging environment. @var{dev} is normally
13233the name of a serial device, such as @file{/dev/ttya}, connected to the
13234ST2000 via a serial line. You can instead specify @var{dev} as a TCP
13235connection (for example, to a serial line attached via a terminal
13236concentrator) using the syntax @code{@var{hostname}:@var{portnumber}}.
104c1213 13237
8e04817f
AC
13238The @code{load} and @code{attach} commands are @emph{not} defined for
13239this target; you must load your program into the ST2000 as you normally
13240would for standalone operation. @value{GDBN} reads debugging information
13241(such as symbols) from a separate, debugging version of the program
13242available on your host computer.
13243@c FIXME!! This is terribly vague; what little content is here is
13244@c basically hearsay.
104c1213 13245
8e04817f
AC
13246@cindex ST2000 auxiliary commands
13247These auxiliary @value{GDBN} commands are available to help you with the ST2000
13248environment:
104c1213 13249
8e04817f
AC
13250@table @code
13251@item st2000 @var{command}
13252@kindex st2000 @var{cmd}
13253@cindex STDBUG commands (ST2000)
13254@cindex commands to STDBUG (ST2000)
13255Send a @var{command} to the STDBUG monitor. See the manufacturer's
13256manual for available commands.
104c1213 13257
8e04817f
AC
13258@item connect
13259@cindex connect (to STDBUG)
13260Connect the controlling terminal to the STDBUG command monitor. When
13261you are done interacting with STDBUG, typing either of two character
13262sequences gets you back to the @value{GDBN} command prompt:
13263@kbd{@key{RET}~.} (Return, followed by tilde and period) or
13264@kbd{@key{RET}~@key{C-d}} (Return, followed by tilde and control-D).
104c1213
JM
13265@end table
13266
8e04817f
AC
13267@node Z8000
13268@subsection Zilog Z8000
104c1213 13269
8e04817f
AC
13270@cindex Z8000
13271@cindex simulator, Z8000
13272@cindex Zilog Z8000 simulator
104c1213 13273
8e04817f
AC
13274When configured for debugging Zilog Z8000 targets, @value{GDBN} includes
13275a Z8000 simulator.
13276
13277For the Z8000 family, @samp{target sim} simulates either the Z8002 (the
13278unsegmented variant of the Z8000 architecture) or the Z8001 (the
13279segmented variant). The simulator recognizes which architecture is
13280appropriate by inspecting the object code.
104c1213 13281
8e04817f
AC
13282@table @code
13283@item target sim @var{args}
13284@kindex sim
13285@kindex target sim@r{, with Z8000}
13286Debug programs on a simulated CPU. If the simulator supports setup
13287options, specify them via @var{args}.
104c1213
JM
13288@end table
13289
8e04817f
AC
13290@noindent
13291After specifying this target, you can debug programs for the simulated
13292CPU in the same style as programs for your host computer; use the
13293@code{file} command to load a new program image, the @code{run} command
13294to run your program, and so on.
13295
13296As well as making available all the usual machine registers
13297(@pxref{Registers, ,Registers}), the Z8000 simulator provides three
13298additional items of information as specially named registers:
104c1213
JM
13299
13300@table @code
13301
8e04817f
AC
13302@item cycles
13303Counts clock-ticks in the simulator.
104c1213 13304
8e04817f
AC
13305@item insts
13306Counts instructions run in the simulator.
104c1213 13307
8e04817f
AC
13308@item time
13309Execution time in 60ths of a second.
104c1213 13310
8e04817f 13311@end table
104c1213 13312
8e04817f
AC
13313You can refer to these values in @value{GDBN} expressions with the usual
13314conventions; for example, @w{@samp{b fputc if $cycles>5000}} sets a
13315conditional breakpoint that suspends only after at least 5000
13316simulated clock ticks.
104c1213 13317
8e04817f
AC
13318@node Architectures
13319@section Architectures
104c1213 13320
8e04817f
AC
13321This section describes characteristics of architectures that affect
13322all uses of @value{GDBN} with the architecture, both native and cross.
104c1213 13323
8e04817f
AC
13324@menu
13325* A29K::
13326* Alpha::
13327* MIPS::
13328@end menu
104c1213 13329
8e04817f
AC
13330@node A29K
13331@subsection A29K
104c1213
JM
13332
13333@table @code
104c1213 13334
8e04817f
AC
13335@kindex set rstack_high_address
13336@cindex AMD 29K register stack
13337@cindex register stack, AMD29K
13338@item set rstack_high_address @var{address}
13339On AMD 29000 family processors, registers are saved in a separate
13340@dfn{register stack}. There is no way for @value{GDBN} to determine the
13341extent of this stack. Normally, @value{GDBN} just assumes that the
13342stack is ``large enough''. This may result in @value{GDBN} referencing
13343memory locations that do not exist. If necessary, you can get around
13344this problem by specifying the ending address of the register stack with
13345the @code{set rstack_high_address} command. The argument should be an
13346address, which you probably want to precede with @samp{0x} to specify in
13347hexadecimal.
104c1213 13348
8e04817f
AC
13349@kindex show rstack_high_address
13350@item show rstack_high_address
13351Display the current limit of the register stack, on AMD 29000 family
13352processors.
104c1213 13353
8e04817f 13354@end table
104c1213 13355
8e04817f
AC
13356@node Alpha
13357@subsection Alpha
104c1213 13358
8e04817f 13359See the following section.
104c1213 13360
8e04817f
AC
13361@node MIPS
13362@subsection MIPS
104c1213 13363
8e04817f
AC
13364@cindex stack on Alpha
13365@cindex stack on MIPS
13366@cindex Alpha stack
13367@cindex MIPS stack
13368Alpha- and MIPS-based computers use an unusual stack frame, which
13369sometimes requires @value{GDBN} to search backward in the object code to
13370find the beginning of a function.
104c1213 13371
8e04817f
AC
13372@cindex response time, MIPS debugging
13373To improve response time (especially for embedded applications, where
13374@value{GDBN} may be restricted to a slow serial line for this search)
13375you may want to limit the size of this search, using one of these
13376commands:
104c1213 13377
8e04817f
AC
13378@table @code
13379@cindex @code{heuristic-fence-post} (Alpha, MIPS)
13380@item set heuristic-fence-post @var{limit}
13381Restrict @value{GDBN} to examining at most @var{limit} bytes in its
13382search for the beginning of a function. A value of @var{0} (the
13383default) means there is no limit. However, except for @var{0}, the
13384larger the limit the more bytes @code{heuristic-fence-post} must search
13385and therefore the longer it takes to run.
104c1213 13386
8e04817f
AC
13387@item show heuristic-fence-post
13388Display the current limit.
13389@end table
104c1213
JM
13390
13391@noindent
8e04817f
AC
13392These commands are available @emph{only} when @value{GDBN} is configured
13393for debugging programs on Alpha or MIPS processors.
104c1213 13394
104c1213 13395
8e04817f
AC
13396@node Controlling GDB
13397@chapter Controlling @value{GDBN}
13398
13399You can alter the way @value{GDBN} interacts with you by using the
13400@code{set} command. For commands controlling how @value{GDBN} displays
13401data, see @ref{Print Settings, ,Print settings}. Other settings are
13402described here.
13403
13404@menu
13405* Prompt:: Prompt
13406* Editing:: Command editing
13407* History:: Command history
13408* Screen Size:: Screen size
13409* Numbers:: Numbers
1e698235 13410* ABI:: Configuring the current ABI
8e04817f
AC
13411* Messages/Warnings:: Optional warnings and messages
13412* Debugging Output:: Optional messages about internal happenings
13413@end menu
13414
13415@node Prompt
13416@section Prompt
104c1213 13417
8e04817f 13418@cindex prompt
104c1213 13419
8e04817f
AC
13420@value{GDBN} indicates its readiness to read a command by printing a string
13421called the @dfn{prompt}. This string is normally @samp{(@value{GDBP})}. You
13422can change the prompt string with the @code{set prompt} command. For
13423instance, when debugging @value{GDBN} with @value{GDBN}, it is useful to change
13424the prompt in one of the @value{GDBN} sessions so that you can always tell
13425which one you are talking to.
104c1213 13426
8e04817f
AC
13427@emph{Note:} @code{set prompt} does not add a space for you after the
13428prompt you set. This allows you to set a prompt which ends in a space
13429or a prompt that does not.
104c1213 13430
8e04817f
AC
13431@table @code
13432@kindex set prompt
13433@item set prompt @var{newprompt}
13434Directs @value{GDBN} to use @var{newprompt} as its prompt string henceforth.
104c1213 13435
8e04817f
AC
13436@kindex show prompt
13437@item show prompt
13438Prints a line of the form: @samp{Gdb's prompt is: @var{your-prompt}}
104c1213
JM
13439@end table
13440
8e04817f
AC
13441@node Editing
13442@section Command editing
13443@cindex readline
13444@cindex command line editing
104c1213 13445
703663ab 13446@value{GDBN} reads its input commands via the @dfn{Readline} interface. This
8e04817f
AC
13447@sc{gnu} library provides consistent behavior for programs which provide a
13448command line interface to the user. Advantages are @sc{gnu} Emacs-style
13449or @dfn{vi}-style inline editing of commands, @code{csh}-like history
13450substitution, and a storage and recall of command history across
13451debugging sessions.
104c1213 13452
8e04817f
AC
13453You may control the behavior of command line editing in @value{GDBN} with the
13454command @code{set}.
104c1213 13455
8e04817f
AC
13456@table @code
13457@kindex set editing
13458@cindex editing
13459@item set editing
13460@itemx set editing on
13461Enable command line editing (enabled by default).
104c1213 13462
8e04817f
AC
13463@item set editing off
13464Disable command line editing.
104c1213 13465
8e04817f
AC
13466@kindex show editing
13467@item show editing
13468Show whether command line editing is enabled.
104c1213
JM
13469@end table
13470
703663ab
EZ
13471@xref{Command Line Editing}, for more details about the Readline
13472interface. Users unfamiliar with @sc{gnu} Emacs or @code{vi} are
13473encouraged to read that chapter.
13474
8e04817f
AC
13475@node History
13476@section Command history
703663ab 13477@cindex command history
8e04817f
AC
13478
13479@value{GDBN} can keep track of the commands you type during your
13480debugging sessions, so that you can be certain of precisely what
13481happened. Use these commands to manage the @value{GDBN} command
13482history facility.
104c1213 13483
703663ab
EZ
13484@value{GDBN} uses the @sc{gnu} History library, a part of the Readline
13485package, to provide the history facility. @xref{Using History
13486Interactively}, for the detailed description of the History library.
13487
13488Here is the description of @value{GDBN} commands related to command
13489history.
13490
104c1213 13491@table @code
8e04817f
AC
13492@cindex history substitution
13493@cindex history file
13494@kindex set history filename
4644b6e3 13495@cindex @env{GDBHISTFILE}, environment variable
8e04817f
AC
13496@item set history filename @var{fname}
13497Set the name of the @value{GDBN} command history file to @var{fname}.
13498This is the file where @value{GDBN} reads an initial command history
13499list, and where it writes the command history from this session when it
13500exits. You can access this list through history expansion or through
13501the history command editing characters listed below. This file defaults
13502to the value of the environment variable @code{GDBHISTFILE}, or to
13503@file{./.gdb_history} (@file{./_gdb_history} on MS-DOS) if this variable
13504is not set.
104c1213 13505
8e04817f 13506@cindex history save
4644b6e3 13507@kindex set history
8e04817f
AC
13508@item set history save
13509@itemx set history save on
13510Record command history in a file, whose name may be specified with the
13511@code{set history filename} command. By default, this option is disabled.
104c1213 13512
8e04817f
AC
13513@item set history save off
13514Stop recording command history in a file.
104c1213 13515
8e04817f 13516@cindex history size
8e04817f
AC
13517@item set history size @var{size}
13518Set the number of commands which @value{GDBN} keeps in its history list.
13519This defaults to the value of the environment variable
13520@code{HISTSIZE}, or to 256 if this variable is not set.
104c1213
JM
13521@end table
13522
8e04817f 13523History expansion assigns special meaning to the character @kbd{!}.
703663ab 13524@xref{Event Designators}, for more details.
8e04817f 13525
703663ab 13526@cindex history expansion, turn on/off
8e04817f
AC
13527Since @kbd{!} is also the logical not operator in C, history expansion
13528is off by default. If you decide to enable history expansion with the
13529@code{set history expansion on} command, you may sometimes need to
13530follow @kbd{!} (when it is used as logical not, in an expression) with
13531a space or a tab to prevent it from being expanded. The readline
13532history facilities do not attempt substitution on the strings
13533@kbd{!=} and @kbd{!(}, even when history expansion is enabled.
13534
13535The commands to control history expansion are:
104c1213
JM
13536
13537@table @code
8e04817f
AC
13538@item set history expansion on
13539@itemx set history expansion
703663ab 13540@kindex set history expansion
8e04817f 13541Enable history expansion. History expansion is off by default.
104c1213 13542
8e04817f
AC
13543@item set history expansion off
13544Disable history expansion.
104c1213 13545
8e04817f
AC
13546@c @group
13547@kindex show history
13548@item show history
13549@itemx show history filename
13550@itemx show history save
13551@itemx show history size
13552@itemx show history expansion
13553These commands display the state of the @value{GDBN} history parameters.
13554@code{show history} by itself displays all four states.
13555@c @end group
13556@end table
13557
13558@table @code
13559@kindex shows
13560@item show commands
13561Display the last ten commands in the command history.
104c1213 13562
8e04817f
AC
13563@item show commands @var{n}
13564Print ten commands centered on command number @var{n}.
13565
13566@item show commands +
13567Print ten commands just after the commands last printed.
104c1213
JM
13568@end table
13569
8e04817f
AC
13570@node Screen Size
13571@section Screen size
13572@cindex size of screen
13573@cindex pauses in output
104c1213 13574
8e04817f
AC
13575Certain commands to @value{GDBN} may produce large amounts of
13576information output to the screen. To help you read all of it,
13577@value{GDBN} pauses and asks you for input at the end of each page of
13578output. Type @key{RET} when you want to continue the output, or @kbd{q}
13579to discard the remaining output. Also, the screen width setting
13580determines when to wrap lines of output. Depending on what is being
13581printed, @value{GDBN} tries to break the line at a readable place,
13582rather than simply letting it overflow onto the following line.
13583
13584Normally @value{GDBN} knows the size of the screen from the terminal
13585driver software. For example, on Unix @value{GDBN} uses the termcap data base
13586together with the value of the @code{TERM} environment variable and the
13587@code{stty rows} and @code{stty cols} settings. If this is not correct,
13588you can override it with the @code{set height} and @code{set
13589width} commands:
13590
13591@table @code
13592@kindex set height
13593@kindex set width
13594@kindex show width
13595@kindex show height
13596@item set height @var{lpp}
13597@itemx show height
13598@itemx set width @var{cpl}
13599@itemx show width
13600These @code{set} commands specify a screen height of @var{lpp} lines and
13601a screen width of @var{cpl} characters. The associated @code{show}
13602commands display the current settings.
104c1213 13603
8e04817f
AC
13604If you specify a height of zero lines, @value{GDBN} does not pause during
13605output no matter how long the output is. This is useful if output is to a
13606file or to an editor buffer.
104c1213 13607
8e04817f
AC
13608Likewise, you can specify @samp{set width 0} to prevent @value{GDBN}
13609from wrapping its output.
104c1213
JM
13610@end table
13611
8e04817f
AC
13612@node Numbers
13613@section Numbers
13614@cindex number representation
13615@cindex entering numbers
104c1213 13616
8e04817f
AC
13617You can always enter numbers in octal, decimal, or hexadecimal in
13618@value{GDBN} by the usual conventions: octal numbers begin with
13619@samp{0}, decimal numbers end with @samp{.}, and hexadecimal numbers
13620begin with @samp{0x}. Numbers that begin with none of these are, by
13621default, entered in base 10; likewise, the default display for
13622numbers---when no particular format is specified---is base 10. You can
13623change the default base for both input and output with the @code{set
13624radix} command.
104c1213 13625
8e04817f
AC
13626@table @code
13627@kindex set input-radix
13628@item set input-radix @var{base}
13629Set the default base for numeric input. Supported choices
13630for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
13631specified either unambiguously or using the current default radix; for
13632example, any of
104c1213 13633
8e04817f
AC
13634@smallexample
13635set radix 012
13636set radix 10.
13637set radix 0xa
13638@end smallexample
104c1213 13639
8e04817f
AC
13640@noindent
13641sets the base to decimal. On the other hand, @samp{set radix 10}
13642leaves the radix unchanged no matter what it was.
104c1213 13643
8e04817f
AC
13644@kindex set output-radix
13645@item set output-radix @var{base}
13646Set the default base for numeric display. Supported choices
13647for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
13648specified either unambiguously or using the current default radix.
104c1213 13649
8e04817f
AC
13650@kindex show input-radix
13651@item show input-radix
13652Display the current default base for numeric input.
104c1213 13653
8e04817f
AC
13654@kindex show output-radix
13655@item show output-radix
13656Display the current default base for numeric display.
13657@end table
104c1213 13658
1e698235
DJ
13659@node ABI
13660@section Configuring the current ABI
13661
13662@value{GDBN} can determine the @dfn{ABI} (Application Binary Interface) of your
13663application automatically. However, sometimes you need to override its
13664conclusions. Use these commands to manage @value{GDBN}'s view of the
13665current ABI.
13666
98b45e30
DJ
13667@cindex OS ABI
13668@kindex set osabi
b4e9345d 13669@kindex show osabi
98b45e30
DJ
13670
13671One @value{GDBN} configuration can debug binaries for multiple operating
b383017d 13672system targets, either via remote debugging or native emulation.
98b45e30
DJ
13673@value{GDBN} will autodetect the @dfn{OS ABI} (Operating System ABI) in use,
13674but you can override its conclusion using the @code{set osabi} command.
13675One example where this is useful is in debugging of binaries which use
13676an alternate C library (e.g.@: @sc{uClibc} for @sc{gnu}/Linux) which does
13677not have the same identifying marks that the standard C library for your
13678platform provides.
13679
13680@table @code
13681@item show osabi
13682Show the OS ABI currently in use.
13683
13684@item set osabi
13685With no argument, show the list of registered available OS ABI's.
13686
13687@item set osabi @var{abi}
13688Set the current OS ABI to @var{abi}.
13689@end table
13690
1e698235
DJ
13691@cindex float promotion
13692@kindex set coerce-float-to-double
13693
13694Generally, the way that an argument of type @code{float} is passed to a
13695function depends on whether the function is prototyped. For a prototyped
13696(i.e.@: ANSI/ISO style) function, @code{float} arguments are passed unchanged,
13697according to the architecture's convention for @code{float}. For unprototyped
13698(i.e.@: K&R style) functions, @code{float} arguments are first promoted to type
13699@code{double} and then passed.
13700
13701Unfortunately, some forms of debug information do not reliably indicate whether
13702a function is prototyped. If @value{GDBN} calls a function that is not marked
13703as prototyped, it consults @kbd{set coerce-float-to-double}.
13704
13705@table @code
13706@item set coerce-float-to-double
13707@itemx set coerce-float-to-double on
13708Arguments of type @code{float} will be promoted to @code{double} when passed
13709to an unprototyped function. This is the default setting.
13710
13711@item set coerce-float-to-double off
13712Arguments of type @code{float} will be passed directly to unprototyped
13713functions.
13714@end table
13715
f1212245
DJ
13716@kindex set cp-abi
13717@kindex show cp-abi
13718@value{GDBN} needs to know the ABI used for your program's C@t{++}
13719objects. The correct C@t{++} ABI depends on which C@t{++} compiler was
13720used to build your application. @value{GDBN} only fully supports
13721programs with a single C@t{++} ABI; if your program contains code using
13722multiple C@t{++} ABI's or if @value{GDBN} can not identify your
13723program's ABI correctly, you can tell @value{GDBN} which ABI to use.
13724Currently supported ABI's include ``gnu-v2'', for @code{g++} versions
13725before 3.0, ``gnu-v3'', for @code{g++} versions 3.0 and later, and
13726``hpaCC'' for the HP ANSI C@t{++} compiler. Other C@t{++} compilers may
13727use the ``gnu-v2'' or ``gnu-v3'' ABI's as well. The default setting is
13728``auto''.
13729
13730@table @code
13731@item show cp-abi
13732Show the C@t{++} ABI currently in use.
13733
13734@item set cp-abi
13735With no argument, show the list of supported C@t{++} ABI's.
13736
13737@item set cp-abi @var{abi}
13738@itemx set cp-abi auto
13739Set the current C@t{++} ABI to @var{abi}, or return to automatic detection.
13740@end table
13741
8e04817f
AC
13742@node Messages/Warnings
13743@section Optional warnings and messages
104c1213 13744
8e04817f
AC
13745By default, @value{GDBN} is silent about its inner workings. If you are
13746running on a slow machine, you may want to use the @code{set verbose}
13747command. This makes @value{GDBN} tell you when it does a lengthy
13748internal operation, so you will not think it has crashed.
104c1213 13749
8e04817f
AC
13750Currently, the messages controlled by @code{set verbose} are those
13751which announce that the symbol table for a source file is being read;
13752see @code{symbol-file} in @ref{Files, ,Commands to specify files}.
104c1213 13753
8e04817f
AC
13754@table @code
13755@kindex set verbose
13756@item set verbose on
13757Enables @value{GDBN} output of certain informational messages.
104c1213 13758
8e04817f
AC
13759@item set verbose off
13760Disables @value{GDBN} output of certain informational messages.
104c1213 13761
8e04817f
AC
13762@kindex show verbose
13763@item show verbose
13764Displays whether @code{set verbose} is on or off.
13765@end table
104c1213 13766
8e04817f
AC
13767By default, if @value{GDBN} encounters bugs in the symbol table of an
13768object file, it is silent; but if you are debugging a compiler, you may
13769find this information useful (@pxref{Symbol Errors, ,Errors reading
13770symbol files}).
104c1213 13771
8e04817f 13772@table @code
104c1213 13773
8e04817f
AC
13774@kindex set complaints
13775@item set complaints @var{limit}
13776Permits @value{GDBN} to output @var{limit} complaints about each type of
13777unusual symbols before becoming silent about the problem. Set
13778@var{limit} to zero to suppress all complaints; set it to a large number
13779to prevent complaints from being suppressed.
104c1213 13780
8e04817f
AC
13781@kindex show complaints
13782@item show complaints
13783Displays how many symbol complaints @value{GDBN} is permitted to produce.
104c1213 13784
8e04817f 13785@end table
104c1213 13786
8e04817f
AC
13787By default, @value{GDBN} is cautious, and asks what sometimes seems to be a
13788lot of stupid questions to confirm certain commands. For example, if
13789you try to run a program which is already running:
104c1213 13790
474c8240 13791@smallexample
8e04817f
AC
13792(@value{GDBP}) run
13793The program being debugged has been started already.
13794Start it from the beginning? (y or n)
474c8240 13795@end smallexample
104c1213 13796
8e04817f
AC
13797If you are willing to unflinchingly face the consequences of your own
13798commands, you can disable this ``feature'':
104c1213 13799
8e04817f 13800@table @code
104c1213 13801
8e04817f
AC
13802@kindex set confirm
13803@cindex flinching
13804@cindex confirmation
13805@cindex stupid questions
13806@item set confirm off
13807Disables confirmation requests.
104c1213 13808
8e04817f
AC
13809@item set confirm on
13810Enables confirmation requests (the default).
104c1213 13811
8e04817f
AC
13812@kindex show confirm
13813@item show confirm
13814Displays state of confirmation requests.
13815
13816@end table
104c1213 13817
8e04817f
AC
13818@node Debugging Output
13819@section Optional messages about internal happenings
4644b6e3
EZ
13820@cindex optional debugging messages
13821
104c1213 13822@table @code
4644b6e3
EZ
13823@kindex set debug
13824@cindex gdbarch debugging info
8e04817f
AC
13825@item set debug arch
13826Turns on or off display of gdbarch debugging info. The default is off
4644b6e3 13827@kindex show debug
8e04817f
AC
13828@item show debug arch
13829Displays the current state of displaying gdbarch debugging info.
8e04817f 13830@item set debug event
4644b6e3 13831@cindex event debugging info
8e04817f
AC
13832Turns on or off display of @value{GDBN} event debugging info. The
13833default is off.
8e04817f
AC
13834@item show debug event
13835Displays the current state of displaying @value{GDBN} event debugging
13836info.
8e04817f 13837@item set debug expression
4644b6e3 13838@cindex expression debugging info
8e04817f
AC
13839Turns on or off display of @value{GDBN} expression debugging info. The
13840default is off.
8e04817f
AC
13841@item show debug expression
13842Displays the current state of displaying @value{GDBN} expression
13843debugging info.
7453dc06 13844@item set debug frame
4644b6e3 13845@cindex frame debugging info
7453dc06
AC
13846Turns on or off display of @value{GDBN} frame debugging info. The
13847default is off.
7453dc06
AC
13848@item show debug frame
13849Displays the current state of displaying @value{GDBN} frame debugging
13850info.
2b4855ab 13851@item set debug observer
4644b6e3 13852@cindex observer debugging info
2b4855ab
AC
13853Turns on or off display of @value{GDBN} observer debugging. This
13854includes info such as the notification of observable events.
2b4855ab
AC
13855@item show debug observer
13856Displays the current state of observer debugging.
8e04817f 13857@item set debug overload
4644b6e3 13858@cindex C@t{++} overload debugging info
8e04817f
AC
13859Turns on or off display of @value{GDBN} C@t{++} overload debugging
13860info. This includes info such as ranking of functions, etc. The default
13861is off.
8e04817f
AC
13862@item show debug overload
13863Displays the current state of displaying @value{GDBN} C@t{++} overload
13864debugging info.
8e04817f
AC
13865@cindex packets, reporting on stdout
13866@cindex serial connections, debugging
13867@item set debug remote
13868Turns on or off display of reports on all packets sent back and forth across
13869the serial line to the remote machine. The info is printed on the
13870@value{GDBN} standard output stream. The default is off.
8e04817f
AC
13871@item show debug remote
13872Displays the state of display of remote packets.
8e04817f
AC
13873@item set debug serial
13874Turns on or off display of @value{GDBN} serial debugging info. The
13875default is off.
8e04817f
AC
13876@item show debug serial
13877Displays the current state of displaying @value{GDBN} serial debugging
13878info.
8e04817f 13879@item set debug target
4644b6e3 13880@cindex target debugging info
8e04817f
AC
13881Turns on or off display of @value{GDBN} target debugging info. This info
13882includes what is going on at the target level of GDB, as it happens. The
701b08bb
DJ
13883default is 0. Set it to 1 to track events, and to 2 to also track the
13884value of large memory transfers. Changes to this flag do not take effect
13885until the next time you connect to a target or use the @code{run} command.
8e04817f
AC
13886@item show debug target
13887Displays the current state of displaying @value{GDBN} target debugging
13888info.
8e04817f 13889@item set debug varobj
4644b6e3 13890@cindex variable object debugging info
8e04817f
AC
13891Turns on or off display of @value{GDBN} variable object debugging
13892info. The default is off.
8e04817f
AC
13893@item show debug varobj
13894Displays the current state of displaying @value{GDBN} variable object
13895debugging info.
13896@end table
104c1213 13897
8e04817f
AC
13898@node Sequences
13899@chapter Canned Sequences of Commands
104c1213 13900
8e04817f
AC
13901Aside from breakpoint commands (@pxref{Break Commands, ,Breakpoint
13902command lists}), @value{GDBN} provides two ways to store sequences of
13903commands for execution as a unit: user-defined commands and command
13904files.
104c1213 13905
8e04817f
AC
13906@menu
13907* Define:: User-defined commands
13908* Hooks:: User-defined command hooks
13909* Command Files:: Command files
13910* Output:: Commands for controlled output
13911@end menu
104c1213 13912
8e04817f
AC
13913@node Define
13914@section User-defined commands
104c1213 13915
8e04817f
AC
13916@cindex user-defined command
13917A @dfn{user-defined command} is a sequence of @value{GDBN} commands to
13918which you assign a new name as a command. This is done with the
13919@code{define} command. User commands may accept up to 10 arguments
13920separated by whitespace. Arguments are accessed within the user command
13921via @var{$arg0@dots{}$arg9}. A trivial example:
104c1213 13922
8e04817f
AC
13923@smallexample
13924define adder
13925 print $arg0 + $arg1 + $arg2
13926@end smallexample
104c1213
JM
13927
13928@noindent
8e04817f 13929To execute the command use:
104c1213 13930
8e04817f
AC
13931@smallexample
13932adder 1 2 3
13933@end smallexample
104c1213 13934
8e04817f
AC
13935@noindent
13936This defines the command @code{adder}, which prints the sum of
13937its three arguments. Note the arguments are text substitutions, so they may
13938reference variables, use complex expressions, or even perform inferior
13939functions calls.
104c1213
JM
13940
13941@table @code
104c1213 13942
8e04817f
AC
13943@kindex define
13944@item define @var{commandname}
13945Define a command named @var{commandname}. If there is already a command
13946by that name, you are asked to confirm that you want to redefine it.
104c1213 13947
8e04817f
AC
13948The definition of the command is made up of other @value{GDBN} command lines,
13949which are given following the @code{define} command. The end of these
13950commands is marked by a line containing @code{end}.
104c1213 13951
8e04817f
AC
13952@kindex if
13953@kindex else
13954@item if
13955Takes a single argument, which is an expression to evaluate.
13956It is followed by a series of commands that are executed
13957only if the expression is true (nonzero).
13958There can then optionally be a line @code{else}, followed
13959by a series of commands that are only executed if the expression
13960was false. The end of the list is marked by a line containing @code{end}.
104c1213 13961
8e04817f
AC
13962@kindex while
13963@item while
13964The syntax is similar to @code{if}: the command takes a single argument,
13965which is an expression to evaluate, and must be followed by the commands to
13966execute, one per line, terminated by an @code{end}.
13967The commands are executed repeatedly as long as the expression
13968evaluates to true.
104c1213 13969
8e04817f
AC
13970@kindex document
13971@item document @var{commandname}
13972Document the user-defined command @var{commandname}, so that it can be
13973accessed by @code{help}. The command @var{commandname} must already be
13974defined. This command reads lines of documentation just as @code{define}
13975reads the lines of the command definition, ending with @code{end}.
13976After the @code{document} command is finished, @code{help} on command
13977@var{commandname} displays the documentation you have written.
104c1213 13978
8e04817f
AC
13979You may use the @code{document} command again to change the
13980documentation of a command. Redefining the command with @code{define}
13981does not change the documentation.
104c1213 13982
8e04817f
AC
13983@kindex help user-defined
13984@item help user-defined
13985List all user-defined commands, with the first line of the documentation
13986(if any) for each.
104c1213 13987
8e04817f
AC
13988@kindex show user
13989@item show user
13990@itemx show user @var{commandname}
13991Display the @value{GDBN} commands used to define @var{commandname} (but
13992not its documentation). If no @var{commandname} is given, display the
13993definitions for all user-defined commands.
104c1213 13994
20f01a46
DH
13995@kindex show max-user-call-depth
13996@kindex set max-user-call-depth
13997@item show max-user-call-depth
5ca0cb28
DH
13998@itemx set max-user-call-depth
13999The value of @code{max-user-call-depth} controls how many recursion
14000levels are allowed in user-defined commands before GDB suspects an
14001infinite recursion and aborts the command.
20f01a46 14002
104c1213
JM
14003@end table
14004
8e04817f
AC
14005When user-defined commands are executed, the
14006commands of the definition are not printed. An error in any command
14007stops execution of the user-defined command.
104c1213 14008
8e04817f
AC
14009If used interactively, commands that would ask for confirmation proceed
14010without asking when used inside a user-defined command. Many @value{GDBN}
14011commands that normally print messages to say what they are doing omit the
14012messages when used in a user-defined command.
104c1213 14013
8e04817f
AC
14014@node Hooks
14015@section User-defined command hooks
14016@cindex command hooks
14017@cindex hooks, for commands
14018@cindex hooks, pre-command
104c1213 14019
8e04817f 14020@kindex hook
8e04817f
AC
14021You may define @dfn{hooks}, which are a special kind of user-defined
14022command. Whenever you run the command @samp{foo}, if the user-defined
14023command @samp{hook-foo} exists, it is executed (with no arguments)
14024before that command.
104c1213 14025
8e04817f
AC
14026@cindex hooks, post-command
14027@kindex hookpost
8e04817f
AC
14028A hook may also be defined which is run after the command you executed.
14029Whenever you run the command @samp{foo}, if the user-defined command
14030@samp{hookpost-foo} exists, it is executed (with no arguments) after
14031that command. Post-execution hooks may exist simultaneously with
14032pre-execution hooks, for the same command.
104c1213 14033
8e04817f
AC
14034It is valid for a hook to call the command which it hooks. If this
14035occurs, the hook is not re-executed, thereby avoiding infinte recursion.
104c1213 14036
8e04817f
AC
14037@c It would be nice if hookpost could be passed a parameter indicating
14038@c if the command it hooks executed properly or not. FIXME!
104c1213 14039
8e04817f
AC
14040@kindex stop@r{, a pseudo-command}
14041In addition, a pseudo-command, @samp{stop} exists. Defining
14042(@samp{hook-stop}) makes the associated commands execute every time
14043execution stops in your program: before breakpoint commands are run,
14044displays are printed, or the stack frame is printed.
104c1213 14045
8e04817f
AC
14046For example, to ignore @code{SIGALRM} signals while
14047single-stepping, but treat them normally during normal execution,
14048you could define:
104c1213 14049
474c8240 14050@smallexample
8e04817f
AC
14051define hook-stop
14052handle SIGALRM nopass
14053end
104c1213 14054
8e04817f
AC
14055define hook-run
14056handle SIGALRM pass
14057end
104c1213 14058
8e04817f
AC
14059define hook-continue
14060handle SIGLARM pass
14061end
474c8240 14062@end smallexample
104c1213 14063
8e04817f 14064As a further example, to hook at the begining and end of the @code{echo}
b383017d 14065command, and to add extra text to the beginning and end of the message,
8e04817f 14066you could define:
104c1213 14067
474c8240 14068@smallexample
8e04817f
AC
14069define hook-echo
14070echo <<<---
14071end
104c1213 14072
8e04817f
AC
14073define hookpost-echo
14074echo --->>>\n
14075end
104c1213 14076
8e04817f
AC
14077(@value{GDBP}) echo Hello World
14078<<<---Hello World--->>>
14079(@value{GDBP})
104c1213 14080
474c8240 14081@end smallexample
104c1213 14082
8e04817f
AC
14083You can define a hook for any single-word command in @value{GDBN}, but
14084not for command aliases; you should define a hook for the basic command
14085name, e.g. @code{backtrace} rather than @code{bt}.
14086@c FIXME! So how does Joe User discover whether a command is an alias
14087@c or not?
14088If an error occurs during the execution of your hook, execution of
14089@value{GDBN} commands stops and @value{GDBN} issues a prompt
14090(before the command that you actually typed had a chance to run).
104c1213 14091
8e04817f
AC
14092If you try to define a hook which does not match any known command, you
14093get a warning from the @code{define} command.
c906108c 14094
8e04817f
AC
14095@node Command Files
14096@section Command files
c906108c 14097
8e04817f
AC
14098@cindex command files
14099A command file for @value{GDBN} is a file of lines that are @value{GDBN}
14100commands. Comments (lines starting with @kbd{#}) may also be included.
14101An empty line in a command file does nothing; it does not mean to repeat
14102the last command, as it would from the terminal.
c906108c 14103
8e04817f
AC
14104@cindex init file
14105@cindex @file{.gdbinit}
14106@cindex @file{gdb.ini}
14107When you start @value{GDBN}, it automatically executes commands from its
14108@dfn{init files}, normally called @file{.gdbinit}@footnote{The DJGPP
14109port of @value{GDBN} uses the name @file{gdb.ini} instead, due to the
14110limitations of file names imposed by DOS filesystems.}.
14111During startup, @value{GDBN} does the following:
c906108c 14112
8e04817f
AC
14113@enumerate
14114@item
14115Reads the init file (if any) in your home directory@footnote{On
14116DOS/Windows systems, the home directory is the one pointed to by the
14117@code{HOME} environment variable.}.
c906108c 14118
8e04817f
AC
14119@item
14120Processes command line options and operands.
c906108c 14121
8e04817f
AC
14122@item
14123Reads the init file (if any) in the current working directory.
c906108c 14124
8e04817f
AC
14125@item
14126Reads command files specified by the @samp{-x} option.
14127@end enumerate
c906108c 14128
8e04817f
AC
14129The init file in your home directory can set options (such as @samp{set
14130complaints}) that affect subsequent processing of command line options
14131and operands. Init files are not executed if you use the @samp{-nx}
14132option (@pxref{Mode Options, ,Choosing modes}).
c906108c 14133
8e04817f
AC
14134@cindex init file name
14135On some configurations of @value{GDBN}, the init file is known by a
14136different name (these are typically environments where a specialized
14137form of @value{GDBN} may need to coexist with other forms, hence a
14138different name for the specialized version's init file). These are the
14139environments with special init file names:
c906108c 14140
8e04817f
AC
14141@cindex @file{.vxgdbinit}
14142@itemize @bullet
14143@item
14144VxWorks (Wind River Systems real-time OS): @file{.vxgdbinit}
c906108c 14145
8e04817f
AC
14146@cindex @file{.os68gdbinit}
14147@item
14148OS68K (Enea Data Systems real-time OS): @file{.os68gdbinit}
c906108c 14149
8e04817f
AC
14150@cindex @file{.esgdbinit}
14151@item
14152ES-1800 (Ericsson Telecom AB M68000 emulator): @file{.esgdbinit}
14153@end itemize
c906108c 14154
8e04817f
AC
14155You can also request the execution of a command file with the
14156@code{source} command:
c906108c 14157
8e04817f
AC
14158@table @code
14159@kindex source
14160@item source @var{filename}
14161Execute the command file @var{filename}.
c906108c
SS
14162@end table
14163
8e04817f 14164The lines in a command file are executed sequentially. They are not
a71ec265
DH
14165printed as they are executed. An error in any command terminates
14166execution of the command file and control is returned to the console.
c906108c 14167
8e04817f
AC
14168Commands that would ask for confirmation if used interactively proceed
14169without asking when used in a command file. Many @value{GDBN} commands that
14170normally print messages to say what they are doing omit the messages
14171when called from command files.
c906108c 14172
8e04817f
AC
14173@value{GDBN} also accepts command input from standard input. In this
14174mode, normal output goes to standard output and error output goes to
14175standard error. Errors in a command file supplied on standard input do
14176not terminate execution of the command file --- execution continues with
14177the next command.
c906108c 14178
474c8240 14179@smallexample
8e04817f 14180gdb < cmds > log 2>&1
474c8240 14181@end smallexample
c906108c 14182
8e04817f
AC
14183(The syntax above will vary depending on the shell used.) This example
14184will execute commands from the file @file{cmds}. All output and errors
14185would be directed to @file{log}.
c906108c 14186
8e04817f
AC
14187@node Output
14188@section Commands for controlled output
c906108c 14189
8e04817f
AC
14190During the execution of a command file or a user-defined command, normal
14191@value{GDBN} output is suppressed; the only output that appears is what is
14192explicitly printed by the commands in the definition. This section
14193describes three commands useful for generating exactly the output you
14194want.
c906108c
SS
14195
14196@table @code
8e04817f
AC
14197@kindex echo
14198@item echo @var{text}
14199@c I do not consider backslash-space a standard C escape sequence
14200@c because it is not in ANSI.
14201Print @var{text}. Nonprinting characters can be included in
14202@var{text} using C escape sequences, such as @samp{\n} to print a
14203newline. @strong{No newline is printed unless you specify one.}
14204In addition to the standard C escape sequences, a backslash followed
14205by a space stands for a space. This is useful for displaying a
14206string with spaces at the beginning or the end, since leading and
14207trailing spaces are otherwise trimmed from all arguments.
14208To print @samp{@w{ }and foo =@w{ }}, use the command
14209@samp{echo \@w{ }and foo = \@w{ }}.
c906108c 14210
8e04817f
AC
14211A backslash at the end of @var{text} can be used, as in C, to continue
14212the command onto subsequent lines. For example,
c906108c 14213
474c8240 14214@smallexample
8e04817f
AC
14215echo This is some text\n\
14216which is continued\n\
14217onto several lines.\n
474c8240 14218@end smallexample
c906108c 14219
8e04817f 14220produces the same output as
c906108c 14221
474c8240 14222@smallexample
8e04817f
AC
14223echo This is some text\n
14224echo which is continued\n
14225echo onto several lines.\n
474c8240 14226@end smallexample
c906108c 14227
8e04817f
AC
14228@kindex output
14229@item output @var{expression}
14230Print the value of @var{expression} and nothing but that value: no
14231newlines, no @samp{$@var{nn} = }. The value is not entered in the
14232value history either. @xref{Expressions, ,Expressions}, for more information
14233on expressions.
c906108c 14234
8e04817f
AC
14235@item output/@var{fmt} @var{expression}
14236Print the value of @var{expression} in format @var{fmt}. You can use
14237the same formats as for @code{print}. @xref{Output Formats,,Output
14238formats}, for more information.
c906108c 14239
8e04817f
AC
14240@kindex printf
14241@item printf @var{string}, @var{expressions}@dots{}
14242Print the values of the @var{expressions} under the control of
14243@var{string}. The @var{expressions} are separated by commas and may be
14244either numbers or pointers. Their values are printed as specified by
14245@var{string}, exactly as if your program were to execute the C
14246subroutine
14247@c FIXME: the above implies that at least all ANSI C formats are
14248@c supported, but it isn't true: %E and %G don't work (or so it seems).
14249@c Either this is a bug, or the manual should document what formats are
14250@c supported.
c906108c 14251
474c8240 14252@smallexample
8e04817f 14253printf (@var{string}, @var{expressions}@dots{});
474c8240 14254@end smallexample
c906108c 14255
8e04817f 14256For example, you can print two values in hex like this:
c906108c 14257
8e04817f
AC
14258@smallexample
14259printf "foo, bar-foo = 0x%x, 0x%x\n", foo, bar-foo
14260@end smallexample
c906108c 14261
8e04817f
AC
14262The only backslash-escape sequences that you can use in the format
14263string are the simple ones that consist of backslash followed by a
14264letter.
c906108c
SS
14265@end table
14266
21c294e6
AC
14267@node Interpreters
14268@chapter Command Interpreters
14269@cindex command interpreters
14270
14271@value{GDBN} supports multiple command interpreters, and some command
14272infrastructure to allow users or user interface writers to switch
14273between interpreters or run commands in other interpreters.
14274
14275@value{GDBN} currently supports two command interpreters, the console
14276interpreter (sometimes called the command-line interpreter or @sc{cli})
14277and the machine interface interpreter (or @sc{gdb/mi}). This manual
14278describes both of these interfaces in great detail.
14279
14280By default, @value{GDBN} will start with the console interpreter.
14281However, the user may choose to start @value{GDBN} with another
14282interpreter by specifying the @option{-i} or @option{--interpreter}
14283startup options. Defined interpreters include:
14284
14285@table @code
14286@item console
14287@cindex console interpreter
14288The traditional console or command-line interpreter. This is the most often
14289used interpreter with @value{GDBN}. With no interpreter specified at runtime,
14290@value{GDBN} will use this interpreter.
14291
14292@item mi
14293@cindex mi interpreter
14294The newest @sc{gdb/mi} interface (currently @code{mi2}). Used primarily
14295by programs wishing to use @value{GDBN} as a backend for a debugger GUI
14296or an IDE. For more information, see @ref{GDB/MI, ,The @sc{gdb/mi}
14297Interface}.
14298
14299@item mi2
14300@cindex mi2 interpreter
14301The current @sc{gdb/mi} interface.
14302
14303@item mi1
14304@cindex mi1 interpreter
14305The @sc{gdb/mi} interface included in @value{GDBN} 5.1, 5.2, and 5.3.
14306
14307@end table
14308
14309@cindex invoke another interpreter
14310The interpreter being used by @value{GDBN} may not be dynamically
14311switched at runtime. Although possible, this could lead to a very
14312precarious situation. Consider an IDE using @sc{gdb/mi}. If a user
14313enters the command "interpreter-set console" in a console view,
14314@value{GDBN} would switch to using the console interpreter, rendering
14315the IDE inoperable!
14316
14317@kindex interpreter-exec
14318Although you may only choose a single interpreter at startup, you may execute
14319commands in any interpreter from the current interpreter using the appropriate
14320command. If you are running the console interpreter, simply use the
14321@code{interpreter-exec} command:
14322
14323@smallexample
14324interpreter-exec mi "-data-list-register-names"
14325@end smallexample
14326
14327@sc{gdb/mi} has a similar command, although it is only available in versions of
14328@value{GDBN} which support @sc{gdb/mi} version 2 (or greater).
14329
8e04817f
AC
14330@node TUI
14331@chapter @value{GDBN} Text User Interface
14332@cindex TUI
d0d5df6f 14333@cindex Text User Interface
c906108c 14334
8e04817f
AC
14335@menu
14336* TUI Overview:: TUI overview
14337* TUI Keys:: TUI key bindings
7cf36c78 14338* TUI Single Key Mode:: TUI single key mode
8e04817f
AC
14339* TUI Commands:: TUI specific commands
14340* TUI Configuration:: TUI configuration variables
14341@end menu
c906108c 14342
d0d5df6f
AC
14343The @value{GDBN} Text User Interface, TUI in short, is a terminal
14344interface which uses the @code{curses} library to show the source
14345file, the assembly output, the program registers and @value{GDBN}
14346commands in separate text windows.
14347
14348The TUI is enabled by invoking @value{GDBN} using either
14349@pindex gdbtui
14350@samp{gdbtui} or @samp{gdb -tui}.
c906108c 14351
8e04817f
AC
14352@node TUI Overview
14353@section TUI overview
c906108c 14354
8e04817f
AC
14355The TUI has two display modes that can be switched while
14356@value{GDBN} runs:
c906108c 14357
8e04817f
AC
14358@itemize @bullet
14359@item
14360A curses (or TUI) mode in which it displays several text
14361windows on the terminal.
c906108c 14362
8e04817f
AC
14363@item
14364A standard mode which corresponds to the @value{GDBN} configured without
14365the TUI.
14366@end itemize
c906108c 14367
8e04817f
AC
14368In the TUI mode, @value{GDBN} can display several text window
14369on the terminal:
c906108c 14370
8e04817f
AC
14371@table @emph
14372@item command
14373This window is the @value{GDBN} command window with the @value{GDBN}
14374prompt and the @value{GDBN} outputs. The @value{GDBN} input is still
14375managed using readline but through the TUI. The @emph{command}
14376window is always visible.
c906108c 14377
8e04817f
AC
14378@item source
14379The source window shows the source file of the program. The current
14380line as well as active breakpoints are displayed in this window.
c906108c 14381
8e04817f
AC
14382@item assembly
14383The assembly window shows the disassembly output of the program.
c906108c 14384
8e04817f
AC
14385@item register
14386This window shows the processor registers. It detects when
14387a register is changed and when this is the case, registers that have
6a1b180d 14388changed are highlighted.
c906108c 14389
c906108c
SS
14390@end table
14391
269c21fe
SC
14392The source and assembly windows show the current program position
14393by highlighting the current line and marking them with the @samp{>} marker.
14394Breakpoints are also indicated with two markers. A first one
14395indicates the breakpoint type:
14396
14397@table @code
14398@item B
14399Breakpoint which was hit at least once.
14400
14401@item b
14402Breakpoint which was never hit.
14403
14404@item H
14405Hardware breakpoint which was hit at least once.
14406
14407@item h
14408Hardware breakpoint which was never hit.
14409
14410@end table
14411
14412The second marker indicates whether the breakpoint is enabled or not:
14413
14414@table @code
14415@item +
14416Breakpoint is enabled.
14417
14418@item -
14419Breakpoint is disabled.
14420
14421@end table
14422
8e04817f
AC
14423The source, assembly and register windows are attached to the thread
14424and the frame position. They are updated when the current thread
14425changes, when the frame changes or when the program counter changes.
14426These three windows are arranged by the TUI according to several
14427layouts. The layout defines which of these three windows are visible.
14428The following layouts are available:
c906108c 14429
8e04817f
AC
14430@itemize @bullet
14431@item
14432source
2df3850c 14433
8e04817f
AC
14434@item
14435assembly
14436
14437@item
14438source and assembly
14439
14440@item
14441source and registers
c906108c 14442
8e04817f
AC
14443@item
14444assembly and registers
2df3850c 14445
8e04817f 14446@end itemize
c906108c 14447
b7bb15bc
SC
14448On top of the command window a status line gives various information
14449concerning the current process begin debugged. The status line is
14450updated when the information it shows changes. The following fields
14451are displayed:
14452
14453@table @emph
14454@item target
14455Indicates the current gdb target
14456(@pxref{Targets, ,Specifying a Debugging Target}).
14457
14458@item process
14459Gives information about the current process or thread number.
14460When no process is being debugged, this field is set to @code{No process}.
14461
14462@item function
14463Gives the current function name for the selected frame.
14464The name is demangled if demangling is turned on (@pxref{Print Settings}).
14465When there is no symbol corresponding to the current program counter
14466the string @code{??} is displayed.
14467
14468@item line
14469Indicates the current line number for the selected frame.
14470When the current line number is not known the string @code{??} is displayed.
14471
14472@item pc
14473Indicates the current program counter address.
14474
14475@end table
14476
8e04817f
AC
14477@node TUI Keys
14478@section TUI Key Bindings
14479@cindex TUI key bindings
c906108c 14480
8e04817f
AC
14481The TUI installs several key bindings in the readline keymaps
14482(@pxref{Command Line Editing}).
14483They allow to leave or enter in the TUI mode or they operate
7cf36c78
SC
14484directly on the TUI layout and windows. The TUI also provides
14485a @emph{SingleKey} keymap which binds several keys directly to
14486@value{GDBN} commands. The following key bindings
8e04817f 14487are installed for both TUI mode and the @value{GDBN} standard mode.
c906108c 14488
8e04817f
AC
14489@table @kbd
14490@kindex C-x C-a
14491@item C-x C-a
14492@kindex C-x a
14493@itemx C-x a
14494@kindex C-x A
14495@itemx C-x A
14496Enter or leave the TUI mode. When the TUI mode is left,
14497the curses window management is left and @value{GDBN} operates using
14498its standard mode writing on the terminal directly. When the TUI
14499mode is entered, the control is given back to the curses windows.
14500The screen is then refreshed.
c906108c 14501
8e04817f
AC
14502@kindex C-x 1
14503@item C-x 1
14504Use a TUI layout with only one window. The layout will
14505either be @samp{source} or @samp{assembly}. When the TUI mode
14506is not active, it will switch to the TUI mode.
2df3850c 14507
8e04817f 14508Think of this key binding as the Emacs @kbd{C-x 1} binding.
c906108c 14509
8e04817f
AC
14510@kindex C-x 2
14511@item C-x 2
14512Use a TUI layout with at least two windows. When the current
14513layout shows already two windows, a next layout with two windows is used.
14514When a new layout is chosen, one window will always be common to the
14515previous layout and the new one.
c906108c 14516
8e04817f 14517Think of it as the Emacs @kbd{C-x 2} binding.
2df3850c 14518
72ffddc9
SC
14519@kindex C-x o
14520@item C-x o
14521Change the active window. The TUI associates several key bindings
14522(like scrolling and arrow keys) to the active window. This command
14523gives the focus to the next TUI window.
14524
14525Think of it as the Emacs @kbd{C-x o} binding.
14526
7cf36c78
SC
14527@kindex C-x s
14528@item C-x s
14529Use the TUI @emph{SingleKey} keymap that binds single key to gdb commands
14530(@pxref{TUI Single Key Mode}).
14531
c906108c
SS
14532@end table
14533
8e04817f 14534The following key bindings are handled only by the TUI mode:
5d161b24 14535
8e04817f
AC
14536@table @key
14537@kindex PgUp
14538@item PgUp
14539Scroll the active window one page up.
c906108c 14540
8e04817f
AC
14541@kindex PgDn
14542@item PgDn
14543Scroll the active window one page down.
c906108c 14544
8e04817f
AC
14545@kindex Up
14546@item Up
14547Scroll the active window one line up.
c906108c 14548
8e04817f
AC
14549@kindex Down
14550@item Down
14551Scroll the active window one line down.
c906108c 14552
8e04817f
AC
14553@kindex Left
14554@item Left
14555Scroll the active window one column left.
c906108c 14556
8e04817f
AC
14557@kindex Right
14558@item Right
14559Scroll the active window one column right.
c906108c 14560
8e04817f
AC
14561@kindex C-L
14562@item C-L
14563Refresh the screen.
c906108c 14564
8e04817f 14565@end table
c906108c 14566
8e04817f 14567In the TUI mode, the arrow keys are used by the active window
72ffddc9
SC
14568for scrolling. This means they are available for readline when the
14569active window is the command window. When the command window
14570does not have the focus, it is necessary to use other readline
14571key bindings such as @key{C-p}, @key{C-n}, @key{C-b} and @key{C-f}.
8e04817f 14572
7cf36c78
SC
14573@node TUI Single Key Mode
14574@section TUI Single Key Mode
14575@cindex TUI single key mode
14576
14577The TUI provides a @emph{SingleKey} mode in which it installs a particular
14578key binding in the readline keymaps to connect single keys to
b383017d 14579some gdb commands.
7cf36c78
SC
14580
14581@table @kbd
14582@kindex c @r{(SingleKey TUI key)}
14583@item c
14584continue
14585
14586@kindex d @r{(SingleKey TUI key)}
14587@item d
14588down
14589
14590@kindex f @r{(SingleKey TUI key)}
14591@item f
14592finish
14593
14594@kindex n @r{(SingleKey TUI key)}
14595@item n
14596next
14597
14598@kindex q @r{(SingleKey TUI key)}
14599@item q
14600exit the @emph{SingleKey} mode.
14601
14602@kindex r @r{(SingleKey TUI key)}
14603@item r
14604run
14605
14606@kindex s @r{(SingleKey TUI key)}
14607@item s
14608step
14609
14610@kindex u @r{(SingleKey TUI key)}
14611@item u
14612up
14613
14614@kindex v @r{(SingleKey TUI key)}
14615@item v
14616info locals
14617
14618@kindex w @r{(SingleKey TUI key)}
14619@item w
14620where
14621
14622@end table
14623
14624Other keys temporarily switch to the @value{GDBN} command prompt.
14625The key that was pressed is inserted in the editing buffer so that
14626it is possible to type most @value{GDBN} commands without interaction
14627with the TUI @emph{SingleKey} mode. Once the command is entered the TUI
14628@emph{SingleKey} mode is restored. The only way to permanently leave
14629this mode is by hitting @key{q} or @samp{@key{C-x} @key{s}}.
14630
14631
8e04817f
AC
14632@node TUI Commands
14633@section TUI specific commands
14634@cindex TUI commands
14635
14636The TUI has specific commands to control the text windows.
14637These commands are always available, that is they do not depend on
14638the current terminal mode in which @value{GDBN} runs. When @value{GDBN}
14639is in the standard mode, using these commands will automatically switch
14640in the TUI mode.
c906108c
SS
14641
14642@table @code
3d757584
SC
14643@item info win
14644@kindex info win
14645List and give the size of all displayed windows.
14646
8e04817f 14647@item layout next
4644b6e3 14648@kindex layout
8e04817f 14649Display the next layout.
2df3850c 14650
8e04817f 14651@item layout prev
8e04817f 14652Display the previous layout.
c906108c 14653
8e04817f 14654@item layout src
8e04817f 14655Display the source window only.
c906108c 14656
8e04817f 14657@item layout asm
8e04817f 14658Display the assembly window only.
c906108c 14659
8e04817f 14660@item layout split
8e04817f 14661Display the source and assembly window.
c906108c 14662
8e04817f 14663@item layout regs
8e04817f
AC
14664Display the register window together with the source or assembly window.
14665
14666@item focus next | prev | src | asm | regs | split
14667@kindex focus
14668Set the focus to the named window.
14669This command allows to change the active window so that scrolling keys
14670can be affected to another window.
c906108c 14671
8e04817f
AC
14672@item refresh
14673@kindex refresh
14674Refresh the screen. This is similar to using @key{C-L} key.
c906108c 14675
6a1b180d
SC
14676@item tui reg float
14677@kindex tui reg
14678Show the floating point registers in the register window.
14679
14680@item tui reg general
14681Show the general registers in the register window.
14682
14683@item tui reg next
14684Show the next register group. The list of register groups as well as
14685their order is target specific. The predefined register groups are the
14686following: @code{general}, @code{float}, @code{system}, @code{vector},
14687@code{all}, @code{save}, @code{restore}.
14688
14689@item tui reg system
14690Show the system registers in the register window.
14691
8e04817f
AC
14692@item update
14693@kindex update
14694Update the source window and the current execution point.
c906108c 14695
8e04817f
AC
14696@item winheight @var{name} +@var{count}
14697@itemx winheight @var{name} -@var{count}
14698@kindex winheight
14699Change the height of the window @var{name} by @var{count}
14700lines. Positive counts increase the height, while negative counts
14701decrease it.
2df3850c 14702
c906108c
SS
14703@end table
14704
8e04817f
AC
14705@node TUI Configuration
14706@section TUI configuration variables
14707@cindex TUI configuration variables
c906108c 14708
8e04817f
AC
14709The TUI has several configuration variables that control the
14710appearance of windows on the terminal.
c906108c 14711
8e04817f
AC
14712@table @code
14713@item set tui border-kind @var{kind}
14714@kindex set tui border-kind
14715Select the border appearance for the source, assembly and register windows.
14716The possible values are the following:
14717@table @code
14718@item space
14719Use a space character to draw the border.
c906108c 14720
8e04817f
AC
14721@item ascii
14722Use ascii characters + - and | to draw the border.
c906108c 14723
8e04817f
AC
14724@item acs
14725Use the Alternate Character Set to draw the border. The border is
14726drawn using character line graphics if the terminal supports them.
c78b4128 14727
8e04817f 14728@end table
c78b4128 14729
8e04817f
AC
14730@item set tui active-border-mode @var{mode}
14731@kindex set tui active-border-mode
14732Select the attributes to display the border of the active window.
14733The possible values are @code{normal}, @code{standout}, @code{reverse},
14734@code{half}, @code{half-standout}, @code{bold} and @code{bold-standout}.
c78b4128 14735
8e04817f
AC
14736@item set tui border-mode @var{mode}
14737@kindex set tui border-mode
14738Select the attributes to display the border of other windows.
14739The @var{mode} can be one of the following:
14740@table @code
14741@item normal
14742Use normal attributes to display the border.
c906108c 14743
8e04817f
AC
14744@item standout
14745Use standout mode.
c906108c 14746
8e04817f
AC
14747@item reverse
14748Use reverse video mode.
c906108c 14749
8e04817f
AC
14750@item half
14751Use half bright mode.
c906108c 14752
8e04817f
AC
14753@item half-standout
14754Use half bright and standout mode.
c906108c 14755
8e04817f
AC
14756@item bold
14757Use extra bright or bold mode.
c78b4128 14758
8e04817f
AC
14759@item bold-standout
14760Use extra bright or bold and standout mode.
c78b4128 14761
8e04817f 14762@end table
c78b4128 14763
8e04817f 14764@end table
c78b4128 14765
8e04817f
AC
14766@node Emacs
14767@chapter Using @value{GDBN} under @sc{gnu} Emacs
c78b4128 14768
8e04817f
AC
14769@cindex Emacs
14770@cindex @sc{gnu} Emacs
14771A special interface allows you to use @sc{gnu} Emacs to view (and
14772edit) the source files for the program you are debugging with
14773@value{GDBN}.
c906108c 14774
8e04817f
AC
14775To use this interface, use the command @kbd{M-x gdb} in Emacs. Give the
14776executable file you want to debug as an argument. This command starts
14777@value{GDBN} as a subprocess of Emacs, with input and output through a newly
14778created Emacs buffer.
14779@c (Do not use the @code{-tui} option to run @value{GDBN} from Emacs.)
c906108c 14780
8e04817f
AC
14781Using @value{GDBN} under Emacs is just like using @value{GDBN} normally except for two
14782things:
c906108c 14783
8e04817f
AC
14784@itemize @bullet
14785@item
14786All ``terminal'' input and output goes through the Emacs buffer.
14787@end itemize
c906108c 14788
8e04817f
AC
14789This applies both to @value{GDBN} commands and their output, and to the input
14790and output done by the program you are debugging.
bf0184be 14791
8e04817f
AC
14792This is useful because it means that you can copy the text of previous
14793commands and input them again; you can even use parts of the output
14794in this way.
bf0184be 14795
8e04817f
AC
14796All the facilities of Emacs' Shell mode are available for interacting
14797with your program. In particular, you can send signals the usual
14798way---for example, @kbd{C-c C-c} for an interrupt, @kbd{C-c C-z} for a
14799stop.
bf0184be 14800
8e04817f 14801@itemize @bullet
bf0184be 14802@item
8e04817f
AC
14803@value{GDBN} displays source code through Emacs.
14804@end itemize
bf0184be 14805
8e04817f
AC
14806Each time @value{GDBN} displays a stack frame, Emacs automatically finds the
14807source file for that frame and puts an arrow (@samp{=>}) at the
14808left margin of the current line. Emacs uses a separate buffer for
14809source display, and splits the screen to show both your @value{GDBN} session
14810and the source.
bf0184be 14811
8e04817f
AC
14812Explicit @value{GDBN} @code{list} or search commands still produce output as
14813usual, but you probably have no reason to use them from Emacs.
c906108c 14814
64fabec2
AC
14815If you specify an absolute file name when prompted for the @kbd{M-x
14816gdb} argument, then Emacs sets your current working directory to where
14817your program resides. If you only specify the file name, then Emacs
14818sets your current working directory to to the directory associated
14819with the previous buffer. In this case, @value{GDBN} may find your
14820program by searching your environment's @code{PATH} variable, but on
14821some operating systems it might not find the source. So, although the
14822@value{GDBN} input and output session proceeds normally, the auxiliary
14823buffer does not display the current source and line of execution.
14824
14825The initial working directory of @value{GDBN} is printed on the top
14826line of the @value{GDBN} I/O buffer and this serves as a default for
14827the commands that specify files for @value{GDBN} to operate
14828on. @xref{Files, ,Commands to specify files}.
14829
14830By default, @kbd{M-x gdb} calls the program called @file{gdb}. If you
14831need to call @value{GDBN} by a different name (for example, if you
14832keep several configurations around, with different names) you can
14833customize the Emacs variable @code{gud-gdb-command-name} to run the
14834one you want.
8e04817f
AC
14835
14836In the @value{GDBN} I/O buffer, you can use these special Emacs commands in
14837addition to the standard Shell mode commands:
c906108c 14838
8e04817f
AC
14839@table @kbd
14840@item C-h m
14841Describe the features of Emacs' @value{GDBN} Mode.
c906108c 14842
64fabec2 14843@item C-c C-s
8e04817f
AC
14844Execute to another source line, like the @value{GDBN} @code{step} command; also
14845update the display window to show the current file and location.
c906108c 14846
64fabec2 14847@item C-c C-n
8e04817f
AC
14848Execute to next source line in this function, skipping all function
14849calls, like the @value{GDBN} @code{next} command. Then update the display window
14850to show the current file and location.
c906108c 14851
64fabec2 14852@item C-c C-i
8e04817f
AC
14853Execute one instruction, like the @value{GDBN} @code{stepi} command; update
14854display window accordingly.
c906108c 14855
8e04817f
AC
14856@item C-c C-f
14857Execute until exit from the selected stack frame, like the @value{GDBN}
14858@code{finish} command.
c906108c 14859
64fabec2 14860@item C-c C-r
8e04817f
AC
14861Continue execution of your program, like the @value{GDBN} @code{continue}
14862command.
b433d00b 14863
64fabec2 14864@item C-c <
8e04817f
AC
14865Go up the number of frames indicated by the numeric argument
14866(@pxref{Arguments, , Numeric Arguments, Emacs, The @sc{gnu} Emacs Manual}),
14867like the @value{GDBN} @code{up} command.
b433d00b 14868
64fabec2 14869@item C-c >
8e04817f
AC
14870Go down the number of frames indicated by the numeric argument, like the
14871@value{GDBN} @code{down} command.
8e04817f 14872@end table
c906108c 14873
64fabec2 14874In any source file, the Emacs command @kbd{C-x SPC} (@code{gud-break})
8e04817f 14875tells @value{GDBN} to set a breakpoint on the source line point is on.
c906108c 14876
64fabec2
AC
14877If you type @kbd{M-x speedbar}, then Emacs displays a separate frame which
14878shows a backtrace when the @value{GDBN} I/O buffer is current. Move
14879point to any frame in the stack and type @key{RET} to make it become the
14880current frame and display the associated source in the source buffer.
14881Alternatively, click @kbd{Mouse-2} to make the selected frame become the
14882current one.
14883
8e04817f
AC
14884If you accidentally delete the source-display buffer, an easy way to get
14885it back is to type the command @code{f} in the @value{GDBN} buffer, to
14886request a frame display; when you run under Emacs, this recreates
14887the source buffer if necessary to show you the context of the current
14888frame.
c906108c 14889
8e04817f
AC
14890The source files displayed in Emacs are in ordinary Emacs buffers
14891which are visiting the source files in the usual way. You can edit
14892the files with these buffers if you wish; but keep in mind that @value{GDBN}
14893communicates with Emacs in terms of line numbers. If you add or
14894delete lines from the text, the line numbers that @value{GDBN} knows cease
14895to correspond properly with the code.
b383017d 14896
64fabec2
AC
14897The description given here is for GNU Emacs version 21.3 and a more
14898detailed description of its interaction with @value{GDBN} is given in
14899the Emacs manual (@pxref{Debuggers,,, Emacs, The @sc{gnu} Emacs Manual}).
c906108c 14900
8e04817f
AC
14901@c The following dropped because Epoch is nonstandard. Reactivate
14902@c if/when v19 does something similar. [email protected] 19dec1990
14903@ignore
14904@kindex Emacs Epoch environment
14905@kindex Epoch
14906@kindex inspect
c906108c 14907
8e04817f
AC
14908Version 18 of @sc{gnu} Emacs has a built-in window system
14909called the @code{epoch}
14910environment. Users of this environment can use a new command,
14911@code{inspect} which performs identically to @code{print} except that
14912each value is printed in its own window.
14913@end ignore
c906108c 14914
922fbb7b
AC
14915
14916@node GDB/MI
14917@chapter The @sc{gdb/mi} Interface
14918
14919@unnumberedsec Function and Purpose
14920
14921@cindex @sc{gdb/mi}, its purpose
14922@sc{gdb/mi} is a line based machine oriented text interface to @value{GDBN}. It is
14923specifically intended to support the development of systems which use
14924the debugger as just one small component of a larger system.
14925
14926This chapter is a specification of the @sc{gdb/mi} interface. It is written
14927in the form of a reference manual.
14928
14929Note that @sc{gdb/mi} is still under construction, so some of the
14930features described below are incomplete and subject to change.
14931
14932@unnumberedsec Notation and Terminology
14933
14934@cindex notational conventions, for @sc{gdb/mi}
14935This chapter uses the following notation:
14936
14937@itemize @bullet
14938@item
14939@code{|} separates two alternatives.
14940
14941@item
14942@code{[ @var{something} ]} indicates that @var{something} is optional:
14943it may or may not be given.
14944
14945@item
14946@code{( @var{group} )*} means that @var{group} inside the parentheses
14947may repeat zero or more times.
14948
14949@item
14950@code{( @var{group} )+} means that @var{group} inside the parentheses
14951may repeat one or more times.
14952
14953@item
14954@code{"@var{string}"} means a literal @var{string}.
14955@end itemize
14956
14957@ignore
14958@heading Dependencies
14959@end ignore
14960
14961@heading Acknowledgments
14962
14963In alphabetic order: Andrew Cagney, Fernando Nasser, Stan Shebs and
14964Elena Zannoni.
14965
14966@menu
14967* GDB/MI Command Syntax::
14968* GDB/MI Compatibility with CLI::
14969* GDB/MI Output Records::
14970* GDB/MI Command Description Format::
14971* GDB/MI Breakpoint Table Commands::
14972* GDB/MI Data Manipulation::
14973* GDB/MI Program Control::
14974* GDB/MI Miscellaneous Commands::
14975@ignore
14976* GDB/MI Kod Commands::
14977* GDB/MI Memory Overlay Commands::
14978* GDB/MI Signal Handling Commands::
14979@end ignore
14980* GDB/MI Stack Manipulation::
14981* GDB/MI Symbol Query::
14982* GDB/MI Target Manipulation::
14983* GDB/MI Thread Commands::
14984* GDB/MI Tracepoint Commands::
14985* GDB/MI Variable Objects::
14986@end menu
14987
14988@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14989@node GDB/MI Command Syntax
14990@section @sc{gdb/mi} Command Syntax
14991
14992@menu
14993* GDB/MI Input Syntax::
14994* GDB/MI Output Syntax::
14995* GDB/MI Simple Examples::
14996@end menu
14997
14998@node GDB/MI Input Syntax
14999@subsection @sc{gdb/mi} Input Syntax
15000
15001@cindex input syntax for @sc{gdb/mi}
15002@cindex @sc{gdb/mi}, input syntax
15003@table @code
15004@item @var{command} @expansion{}
15005@code{@var{cli-command} | @var{mi-command}}
15006
15007@item @var{cli-command} @expansion{}
15008@code{[ @var{token} ] @var{cli-command} @var{nl}}, where
15009@var{cli-command} is any existing @value{GDBN} CLI command.
15010
15011@item @var{mi-command} @expansion{}
15012@code{[ @var{token} ] "-" @var{operation} ( " " @var{option} )*
15013@code{[} " --" @code{]} ( " " @var{parameter} )* @var{nl}}
15014
15015@item @var{token} @expansion{}
15016"any sequence of digits"
15017
15018@item @var{option} @expansion{}
15019@code{"-" @var{parameter} [ " " @var{parameter} ]}
15020
15021@item @var{parameter} @expansion{}
15022@code{@var{non-blank-sequence} | @var{c-string}}
15023
15024@item @var{operation} @expansion{}
15025@emph{any of the operations described in this chapter}
15026
15027@item @var{non-blank-sequence} @expansion{}
15028@emph{anything, provided it doesn't contain special characters such as
15029"-", @var{nl}, """ and of course " "}
15030
15031@item @var{c-string} @expansion{}
15032@code{""" @var{seven-bit-iso-c-string-content} """}
15033
15034@item @var{nl} @expansion{}
15035@code{CR | CR-LF}
15036@end table
15037
15038@noindent
15039Notes:
15040
15041@itemize @bullet
15042@item
15043The CLI commands are still handled by the @sc{mi} interpreter; their
15044output is described below.
15045
15046@item
15047The @code{@var{token}}, when present, is passed back when the command
15048finishes.
15049
15050@item
15051Some @sc{mi} commands accept optional arguments as part of the parameter
15052list. Each option is identified by a leading @samp{-} (dash) and may be
15053followed by an optional argument parameter. Options occur first in the
15054parameter list and can be delimited from normal parameters using
15055@samp{--} (this is useful when some parameters begin with a dash).
15056@end itemize
15057
15058Pragmatics:
15059
15060@itemize @bullet
15061@item
15062We want easy access to the existing CLI syntax (for debugging).
15063
15064@item
15065We want it to be easy to spot a @sc{mi} operation.
15066@end itemize
15067
15068@node GDB/MI Output Syntax
15069@subsection @sc{gdb/mi} Output Syntax
15070
15071@cindex output syntax of @sc{gdb/mi}
15072@cindex @sc{gdb/mi}, output syntax
15073The output from @sc{gdb/mi} consists of zero or more out-of-band records
15074followed, optionally, by a single result record. This result record
15075is for the most recent command. The sequence of output records is
15076terminated by @samp{(@value{GDBP})}.
15077
15078If an input command was prefixed with a @code{@var{token}} then the
15079corresponding output for that command will also be prefixed by that same
15080@var{token}.
15081
15082@table @code
15083@item @var{output} @expansion{}
f7dc1244 15084@code{( @var{out-of-band-record} )* [ @var{result-record} ] "(@value{GDBP})" @var{nl}}
922fbb7b
AC
15085
15086@item @var{result-record} @expansion{}
15087@code{ [ @var{token} ] "^" @var{result-class} ( "," @var{result} )* @var{nl}}
15088
15089@item @var{out-of-band-record} @expansion{}
15090@code{@var{async-record} | @var{stream-record}}
15091
15092@item @var{async-record} @expansion{}
15093@code{@var{exec-async-output} | @var{status-async-output} | @var{notify-async-output}}
15094
15095@item @var{exec-async-output} @expansion{}
15096@code{[ @var{token} ] "*" @var{async-output}}
15097
15098@item @var{status-async-output} @expansion{}
15099@code{[ @var{token} ] "+" @var{async-output}}
15100
15101@item @var{notify-async-output} @expansion{}
15102@code{[ @var{token} ] "=" @var{async-output}}
15103
15104@item @var{async-output} @expansion{}
15105@code{@var{async-class} ( "," @var{result} )* @var{nl}}
15106
15107@item @var{result-class} @expansion{}
15108@code{"done" | "running" | "connected" | "error" | "exit"}
15109
15110@item @var{async-class} @expansion{}
15111@code{"stopped" | @var{others}} (where @var{others} will be added
15112depending on the needs---this is still in development).
15113
15114@item @var{result} @expansion{}
15115@code{ @var{variable} "=" @var{value}}
15116
15117@item @var{variable} @expansion{}
15118@code{ @var{string} }
15119
15120@item @var{value} @expansion{}
15121@code{ @var{const} | @var{tuple} | @var{list} }
15122
15123@item @var{const} @expansion{}
15124@code{@var{c-string}}
15125
15126@item @var{tuple} @expansion{}
15127@code{ "@{@}" | "@{" @var{result} ( "," @var{result} )* "@}" }
15128
15129@item @var{list} @expansion{}
15130@code{ "[]" | "[" @var{value} ( "," @var{value} )* "]" | "["
15131@var{result} ( "," @var{result} )* "]" }
15132
15133@item @var{stream-record} @expansion{}
15134@code{@var{console-stream-output} | @var{target-stream-output} | @var{log-stream-output}}
15135
15136@item @var{console-stream-output} @expansion{}
15137@code{"~" @var{c-string}}
15138
15139@item @var{target-stream-output} @expansion{}
15140@code{"@@" @var{c-string}}
15141
15142@item @var{log-stream-output} @expansion{}
15143@code{"&" @var{c-string}}
15144
15145@item @var{nl} @expansion{}
15146@code{CR | CR-LF}
15147
15148@item @var{token} @expansion{}
15149@emph{any sequence of digits}.
15150@end table
15151
15152@noindent
15153Notes:
15154
15155@itemize @bullet
15156@item
15157All output sequences end in a single line containing a period.
15158
15159@item
15160The @code{@var{token}} is from the corresponding request. If an execution
15161command is interrupted by the @samp{-exec-interrupt} command, the
15162@var{token} associated with the @samp{*stopped} message is the one of the
15163original execution command, not the one of the interrupt command.
15164
15165@item
15166@cindex status output in @sc{gdb/mi}
15167@var{status-async-output} contains on-going status information about the
15168progress of a slow operation. It can be discarded. All status output is
15169prefixed by @samp{+}.
15170
15171@item
15172@cindex async output in @sc{gdb/mi}
15173@var{exec-async-output} contains asynchronous state change on the target
15174(stopped, started, disappeared). All async output is prefixed by
15175@samp{*}.
15176
15177@item
15178@cindex notify output in @sc{gdb/mi}
15179@var{notify-async-output} contains supplementary information that the
15180client should handle (e.g., a new breakpoint information). All notify
15181output is prefixed by @samp{=}.
15182
15183@item
15184@cindex console output in @sc{gdb/mi}
15185@var{console-stream-output} is output that should be displayed as is in the
15186console. It is the textual response to a CLI command. All the console
15187output is prefixed by @samp{~}.
15188
15189@item
15190@cindex target output in @sc{gdb/mi}
15191@var{target-stream-output} is the output produced by the target program.
15192All the target output is prefixed by @samp{@@}.
15193
15194@item
15195@cindex log output in @sc{gdb/mi}
15196@var{log-stream-output} is output text coming from @value{GDBN}'s internals, for
15197instance messages that should be displayed as part of an error log. All
15198the log output is prefixed by @samp{&}.
15199
15200@item
15201@cindex list output in @sc{gdb/mi}
15202New @sc{gdb/mi} commands should only output @var{lists} containing
15203@var{values}.
15204
15205
15206@end itemize
15207
15208@xref{GDB/MI Stream Records, , @sc{gdb/mi} Stream Records}, for more
15209details about the various output records.
15210
15211@node GDB/MI Simple Examples
15212@subsection Simple Examples of @sc{gdb/mi} Interaction
15213@cindex @sc{gdb/mi}, simple examples
15214
15215This subsection presents several simple examples of interaction using
15216the @sc{gdb/mi} interface. In these examples, @samp{->} means that the
15217following line is passed to @sc{gdb/mi} as input, while @samp{<-} means
15218the output received from @sc{gdb/mi}.
15219
15220@subsubheading Target Stop
15221@c Ummm... There is no "-stop" command. This assumes async, no?
15222Here's an example of stopping the inferior process:
15223
15224@smallexample
15225-> -stop
15226<- (@value{GDBP})
15227@end smallexample
15228
15229@noindent
15230and later:
15231
15232@smallexample
15233<- *stop,reason="stop",address="0x123",source="a.c:123"
15234<- (@value{GDBP})
15235@end smallexample
15236
15237@subsubheading Simple CLI Command
15238
15239Here's an example of a simple CLI command being passed through
15240@sc{gdb/mi} and on to the CLI.
15241
15242@smallexample
15243-> print 1+2
15244<- &"print 1+2\n"
15245<- ~"$1 = 3\n"
15246<- ^done
15247<- (@value{GDBP})
15248@end smallexample
15249
15250@subsubheading Command With Side Effects
15251
15252@smallexample
15253-> -symbol-file xyz.exe
15254<- *breakpoint,nr="3",address="0x123",source="a.c:123"
15255<- (@value{GDBP})
15256@end smallexample
15257
15258@subsubheading A Bad Command
15259
15260Here's what happens if you pass a non-existent command:
15261
15262@smallexample
15263-> -rubbish
15264<- ^error,msg="Undefined MI command: rubbish"
15265<- (@value{GDBP})
15266@end smallexample
15267
15268@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
15269@node GDB/MI Compatibility with CLI
15270@section @sc{gdb/mi} Compatibility with CLI
15271
15272@cindex compatibility, @sc{gdb/mi} and CLI
15273@cindex @sc{gdb/mi}, compatibility with CLI
15274To help users familiar with @value{GDBN}'s existing CLI interface, @sc{gdb/mi}
15275accepts existing CLI commands. As specified by the syntax, such
15276commands can be directly entered into the @sc{gdb/mi} interface and @value{GDBN} will
15277respond.
15278
15279This mechanism is provided as an aid to developers of @sc{gdb/mi}
15280clients and not as a reliable interface into the CLI. Since the command
15281is being interpreteted in an environment that assumes @sc{gdb/mi}
15282behaviour, the exact output of such commands is likely to end up being
15283an un-supported hybrid of @sc{gdb/mi} and CLI output.
15284
15285@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
15286@node GDB/MI Output Records
15287@section @sc{gdb/mi} Output Records
15288
15289@menu
15290* GDB/MI Result Records::
15291* GDB/MI Stream Records::
15292* GDB/MI Out-of-band Records::
15293@end menu
15294
15295@node GDB/MI Result Records
15296@subsection @sc{gdb/mi} Result Records
15297
15298@cindex result records in @sc{gdb/mi}
15299@cindex @sc{gdb/mi}, result records
15300In addition to a number of out-of-band notifications, the response to a
15301@sc{gdb/mi} command includes one of the following result indications:
15302
15303@table @code
15304@findex ^done
15305@item "^done" [ "," @var{results} ]
15306The synchronous operation was successful, @code{@var{results}} are the return
15307values.
15308
15309@item "^running"
15310@findex ^running
15311@c Is this one correct? Should it be an out-of-band notification?
15312The asynchronous operation was successfully started. The target is
15313running.
15314
15315@item "^error" "," @var{c-string}
15316@findex ^error
15317The operation failed. The @code{@var{c-string}} contains the corresponding
15318error message.
15319@end table
15320
15321@node GDB/MI Stream Records
15322@subsection @sc{gdb/mi} Stream Records
15323
15324@cindex @sc{gdb/mi}, stream records
15325@cindex stream records in @sc{gdb/mi}
15326@value{GDBN} internally maintains a number of output streams: the console, the
15327target, and the log. The output intended for each of these streams is
15328funneled through the @sc{gdb/mi} interface using @dfn{stream records}.
15329
15330Each stream record begins with a unique @dfn{prefix character} which
15331identifies its stream (@pxref{GDB/MI Output Syntax, , @sc{gdb/mi} Output
15332Syntax}). In addition to the prefix, each stream record contains a
15333@code{@var{string-output}}. This is either raw text (with an implicit new
15334line) or a quoted C string (which does not contain an implicit newline).
15335
15336@table @code
15337@item "~" @var{string-output}
15338The console output stream contains text that should be displayed in the
15339CLI console window. It contains the textual responses to CLI commands.
15340
15341@item "@@" @var{string-output}
15342The target output stream contains any textual output from the running
15343target.
15344
15345@item "&" @var{string-output}
15346The log stream contains debugging messages being produced by @value{GDBN}'s
15347internals.
15348@end table
15349
15350@node GDB/MI Out-of-band Records
15351@subsection @sc{gdb/mi} Out-of-band Records
15352
15353@cindex out-of-band records in @sc{gdb/mi}
15354@cindex @sc{gdb/mi}, out-of-band records
15355@dfn{Out-of-band} records are used to notify the @sc{gdb/mi} client of
15356additional changes that have occurred. Those changes can either be a
15357consequence of @sc{gdb/mi} (e.g., a breakpoint modified) or a result of
15358target activity (e.g., target stopped).
15359
15360The following is a preliminary list of possible out-of-band records.
15361
15362@table @code
15363@item "*" "stop"
15364@end table
15365
15366
15367@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
15368@node GDB/MI Command Description Format
15369@section @sc{gdb/mi} Command Description Format
15370
15371The remaining sections describe blocks of commands. Each block of
15372commands is laid out in a fashion similar to this section.
15373
15374Note the the line breaks shown in the examples are here only for
15375readability. They don't appear in the real output.
15376Also note that the commands with a non-available example (N.A.@:) are
15377not yet implemented.
15378
15379@subheading Motivation
15380
15381The motivation for this collection of commands.
15382
15383@subheading Introduction
15384
15385A brief introduction to this collection of commands as a whole.
15386
15387@subheading Commands
15388
15389For each command in the block, the following is described:
15390
15391@subsubheading Synopsis
15392
15393@smallexample
15394 -command @var{args}@dots{}
15395@end smallexample
15396
15397@subsubheading @value{GDBN} Command
15398
15399The corresponding @value{GDBN} CLI command.
15400
15401@subsubheading Result
15402
15403@subsubheading Out-of-band
15404
15405@subsubheading Notes
15406
15407@subsubheading Example
15408
15409
15410@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
15411@node GDB/MI Breakpoint Table Commands
15412@section @sc{gdb/mi} Breakpoint table commands
15413
15414@cindex breakpoint commands for @sc{gdb/mi}
15415@cindex @sc{gdb/mi}, breakpoint commands
15416This section documents @sc{gdb/mi} commands for manipulating
15417breakpoints.
15418
15419@subheading The @code{-break-after} Command
15420@findex -break-after
15421
15422@subsubheading Synopsis
15423
15424@smallexample
15425 -break-after @var{number} @var{count}
15426@end smallexample
15427
15428The breakpoint number @var{number} is not in effect until it has been
15429hit @var{count} times. To see how this is reflected in the output of
15430the @samp{-break-list} command, see the description of the
15431@samp{-break-list} command below.
15432
15433@subsubheading @value{GDBN} Command
15434
15435The corresponding @value{GDBN} command is @samp{ignore}.
15436
15437@subsubheading Example
15438
15439@smallexample
15440(@value{GDBP})
15441-break-insert main
15442^done,bkpt=@{number="1",addr="0x000100d0",file="hello.c",line="5"@}
15443(@value{GDBP})
15444-break-after 1 3
15445~
15446^done
15447(@value{GDBP})
15448-break-list
15449^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
15450hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15451@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15452@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15453@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15454@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15455@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15456body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15457addr="0x000100d0",func="main",file="hello.c",line="5",times="0",
15458ignore="3"@}]@}
15459(@value{GDBP})
15460@end smallexample
15461
15462@ignore
15463@subheading The @code{-break-catch} Command
15464@findex -break-catch
15465
15466@subheading The @code{-break-commands} Command
15467@findex -break-commands
15468@end ignore
15469
15470
15471@subheading The @code{-break-condition} Command
15472@findex -break-condition
15473
15474@subsubheading Synopsis
15475
15476@smallexample
15477 -break-condition @var{number} @var{expr}
15478@end smallexample
15479
15480Breakpoint @var{number} will stop the program only if the condition in
15481@var{expr} is true. The condition becomes part of the
15482@samp{-break-list} output (see the description of the @samp{-break-list}
15483command below).
15484
15485@subsubheading @value{GDBN} Command
15486
15487The corresponding @value{GDBN} command is @samp{condition}.
15488
15489@subsubheading Example
15490
15491@smallexample
15492(@value{GDBP})
15493-break-condition 1 1
15494^done
15495(@value{GDBP})
15496-break-list
15497^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
15498hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15499@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15500@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15501@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15502@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15503@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15504body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15505addr="0x000100d0",func="main",file="hello.c",line="5",cond="1",
15506times="0",ignore="3"@}]@}
15507(@value{GDBP})
15508@end smallexample
15509
15510@subheading The @code{-break-delete} Command
15511@findex -break-delete
15512
15513@subsubheading Synopsis
15514
15515@smallexample
15516 -break-delete ( @var{breakpoint} )+
15517@end smallexample
15518
15519Delete the breakpoint(s) whose number(s) are specified in the argument
15520list. This is obviously reflected in the breakpoint list.
15521
15522@subsubheading @value{GDBN} command
15523
15524The corresponding @value{GDBN} command is @samp{delete}.
15525
15526@subsubheading Example
15527
15528@smallexample
15529(@value{GDBP})
15530-break-delete 1
15531^done
15532(@value{GDBP})
15533-break-list
15534^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
15535hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15536@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15537@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15538@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15539@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15540@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15541body=[]@}
15542(@value{GDBP})
15543@end smallexample
15544
15545@subheading The @code{-break-disable} Command
15546@findex -break-disable
15547
15548@subsubheading Synopsis
15549
15550@smallexample
15551 -break-disable ( @var{breakpoint} )+
15552@end smallexample
15553
15554Disable the named @var{breakpoint}(s). The field @samp{enabled} in the
15555break list is now set to @samp{n} for the named @var{breakpoint}(s).
15556
15557@subsubheading @value{GDBN} Command
15558
15559The corresponding @value{GDBN} command is @samp{disable}.
15560
15561@subsubheading Example
15562
15563@smallexample
15564(@value{GDBP})
15565-break-disable 2
15566^done
15567(@value{GDBP})
15568-break-list
15569^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
15570hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15571@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15572@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15573@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15574@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15575@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15576body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="n",
15577addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@}]@}
15578(@value{GDBP})
15579@end smallexample
15580
15581@subheading The @code{-break-enable} Command
15582@findex -break-enable
15583
15584@subsubheading Synopsis
15585
15586@smallexample
15587 -break-enable ( @var{breakpoint} )+
15588@end smallexample
15589
15590Enable (previously disabled) @var{breakpoint}(s).
15591
15592@subsubheading @value{GDBN} Command
15593
15594The corresponding @value{GDBN} command is @samp{enable}.
15595
15596@subsubheading Example
15597
15598@smallexample
15599(@value{GDBP})
15600-break-enable 2
15601^done
15602(@value{GDBP})
15603-break-list
15604^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
15605hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15606@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15607@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15608@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15609@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15610@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15611body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
15612addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@}]@}
15613(@value{GDBP})
15614@end smallexample
15615
15616@subheading The @code{-break-info} Command
15617@findex -break-info
15618
15619@subsubheading Synopsis
15620
15621@smallexample
15622 -break-info @var{breakpoint}
15623@end smallexample
15624
15625@c REDUNDANT???
15626Get information about a single breakpoint.
15627
15628@subsubheading @value{GDBN} command
15629
15630The corresponding @value{GDBN} command is @samp{info break @var{breakpoint}}.
15631
15632@subsubheading Example
15633N.A.
15634
15635@subheading The @code{-break-insert} Command
15636@findex -break-insert
15637
15638@subsubheading Synopsis
15639
15640@smallexample
15641 -break-insert [ -t ] [ -h ] [ -r ]
15642 [ -c @var{condition} ] [ -i @var{ignore-count} ]
15643 [ -p @var{thread} ] [ @var{line} | @var{addr} ]
15644@end smallexample
15645
15646@noindent
15647If specified, @var{line}, can be one of:
15648
15649@itemize @bullet
15650@item function
15651@c @item +offset
15652@c @item -offset
15653@c @item linenum
15654@item filename:linenum
15655@item filename:function
15656@item *address
15657@end itemize
15658
15659The possible optional parameters of this command are:
15660
15661@table @samp
15662@item -t
15663Insert a tempoary breakpoint.
15664@item -h
15665Insert a hardware breakpoint.
15666@item -c @var{condition}
15667Make the breakpoint conditional on @var{condition}.
15668@item -i @var{ignore-count}
15669Initialize the @var{ignore-count}.
15670@item -r
15671Insert a regular breakpoint in all the functions whose names match the
15672given regular expression. Other flags are not applicable to regular
15673expresson.
15674@end table
15675
15676@subsubheading Result
15677
15678The result is in the form:
15679
15680@smallexample
15681 ^done,bkptno="@var{number}",func="@var{funcname}",
15682 file="@var{filename}",line="@var{lineno}"
15683@end smallexample
15684
15685@noindent
15686where @var{number} is the @value{GDBN} number for this breakpoint, @var{funcname}
15687is the name of the function where the breakpoint was inserted,
15688@var{filename} is the name of the source file which contains this
15689function, and @var{lineno} is the source line number within that file.
15690
15691Note: this format is open to change.
15692@c An out-of-band breakpoint instead of part of the result?
15693
15694@subsubheading @value{GDBN} Command
15695
15696The corresponding @value{GDBN} commands are @samp{break}, @samp{tbreak},
15697@samp{hbreak}, @samp{thbreak}, and @samp{rbreak}.
15698
15699@subsubheading Example
15700
15701@smallexample
15702(@value{GDBP})
15703-break-insert main
15704^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
15705(@value{GDBP})
15706-break-insert -t foo
15707^done,bkpt=@{number="2",addr="0x00010774",file="recursive2.c",line="11"@}
15708(@value{GDBP})
15709-break-list
15710^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
15711hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15712@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15713@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15714@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15715@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15716@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15717body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15718addr="0x0001072c", func="main",file="recursive2.c",line="4",times="0"@},
15719bkpt=@{number="2",type="breakpoint",disp="del",enabled="y",
15720addr="0x00010774",func="foo",file="recursive2.c",line="11",times="0"@}]@}
15721(@value{GDBP})
15722-break-insert -r foo.*
15723~int foo(int, int);
15724^done,bkpt=@{number="3",addr="0x00010774",file="recursive2.c",line="11"@}
15725(@value{GDBP})
15726@end smallexample
15727
15728@subheading The @code{-break-list} Command
15729@findex -break-list
15730
15731@subsubheading Synopsis
15732
15733@smallexample
15734 -break-list
15735@end smallexample
15736
15737Displays the list of inserted breakpoints, showing the following fields:
15738
15739@table @samp
15740@item Number
15741number of the breakpoint
15742@item Type
15743type of the breakpoint: @samp{breakpoint} or @samp{watchpoint}
15744@item Disposition
15745should the breakpoint be deleted or disabled when it is hit: @samp{keep}
15746or @samp{nokeep}
15747@item Enabled
15748is the breakpoint enabled or no: @samp{y} or @samp{n}
15749@item Address
15750memory location at which the breakpoint is set
15751@item What
15752logical location of the breakpoint, expressed by function name, file
15753name, line number
15754@item Times
15755number of times the breakpoint has been hit
15756@end table
15757
15758If there are no breakpoints or watchpoints, the @code{BreakpointTable}
15759@code{body} field is an empty list.
15760
15761@subsubheading @value{GDBN} Command
15762
15763The corresponding @value{GDBN} command is @samp{info break}.
15764
15765@subsubheading Example
15766
15767@smallexample
15768(@value{GDBP})
15769-break-list
15770^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
15771hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15772@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15773@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15774@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15775@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15776@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15777body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15778addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@},
15779bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
15780addr="0x00010114",func="foo",file="hello.c",line="13",times="0"@}]@}
15781(@value{GDBP})
15782@end smallexample
15783
15784Here's an example of the result when there are no breakpoints:
15785
15786@smallexample
15787(@value{GDBP})
15788-break-list
15789^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
15790hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15791@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15792@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15793@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15794@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15795@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15796body=[]@}
15797(@value{GDBP})
15798@end smallexample
15799
15800@subheading The @code{-break-watch} Command
15801@findex -break-watch
15802
15803@subsubheading Synopsis
15804
15805@smallexample
15806 -break-watch [ -a | -r ]
15807@end smallexample
15808
15809Create a watchpoint. With the @samp{-a} option it will create an
15810@dfn{access} watchpoint, i.e. a watchpoint that triggers either on a
15811read from or on a write to the memory location. With the @samp{-r}
15812option, the watchpoint created is a @dfn{read} watchpoint, i.e. it will
15813trigger only when the memory location is accessed for reading. Without
15814either of the options, the watchpoint created is a regular watchpoint,
15815i.e. it will trigger when the memory location is accessed for writing.
15816@xref{Set Watchpoints, , Setting watchpoints}.
15817
15818Note that @samp{-break-list} will report a single list of watchpoints and
15819breakpoints inserted.
15820
15821@subsubheading @value{GDBN} Command
15822
15823The corresponding @value{GDBN} commands are @samp{watch}, @samp{awatch}, and
15824@samp{rwatch}.
15825
15826@subsubheading Example
15827
15828Setting a watchpoint on a variable in the @code{main} function:
15829
15830@smallexample
15831(@value{GDBP})
15832-break-watch x
15833^done,wpt=@{number="2",exp="x"@}
15834(@value{GDBP})
15835-exec-continue
15836^running
15837^done,reason="watchpoint-trigger",wpt=@{number="2",exp="x"@},
15838value=@{old="-268439212",new="55"@},
15839frame=@{func="main",args=[],file="recursive2.c",line="5"@}
15840(@value{GDBP})
15841@end smallexample
15842
15843Setting a watchpoint on a variable local to a function. @value{GDBN} will stop
15844the program execution twice: first for the variable changing value, then
15845for the watchpoint going out of scope.
15846
15847@smallexample
15848(@value{GDBP})
15849-break-watch C
15850^done,wpt=@{number="5",exp="C"@}
15851(@value{GDBP})
15852-exec-continue
15853^running
15854^done,reason="watchpoint-trigger",
15855wpt=@{number="5",exp="C"@},value=@{old="-276895068",new="3"@},
15856frame=@{func="callee4",args=[],
15857file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
15858(@value{GDBP})
15859-exec-continue
15860^running
15861^done,reason="watchpoint-scope",wpnum="5",
15862frame=@{func="callee3",args=[@{name="strarg",
15863value="0x11940 \"A string argument.\""@}],
15864file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
15865(@value{GDBP})
15866@end smallexample
15867
15868Listing breakpoints and watchpoints, at different points in the program
15869execution. Note that once the watchpoint goes out of scope, it is
15870deleted.
15871
15872@smallexample
15873(@value{GDBP})
15874-break-watch C
15875^done,wpt=@{number="2",exp="C"@}
15876(@value{GDBP})
15877-break-list
15878^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
15879hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15880@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15881@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15882@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15883@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15884@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15885body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15886addr="0x00010734",func="callee4",
15887file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@},
15888bkpt=@{number="2",type="watchpoint",disp="keep",
15889enabled="y",addr="",what="C",times="0"@}]@}
15890(@value{GDBP})
15891-exec-continue
15892^running
15893^done,reason="watchpoint-trigger",wpt=@{number="2",exp="C"@},
15894value=@{old="-276895068",new="3"@},
15895frame=@{func="callee4",args=[],
15896file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
15897(@value{GDBP})
15898-break-list
15899^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
15900hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15901@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15902@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15903@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15904@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15905@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15906body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15907addr="0x00010734",func="callee4",
15908file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@},
15909bkpt=@{number="2",type="watchpoint",disp="keep",
15910enabled="y",addr="",what="C",times="-5"@}]@}
15911(@value{GDBP})
15912-exec-continue
15913^running
15914^done,reason="watchpoint-scope",wpnum="2",
15915frame=@{func="callee3",args=[@{name="strarg",
15916value="0x11940 \"A string argument.\""@}],
15917file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
15918(@value{GDBP})
15919-break-list
15920^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
15921hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15922@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15923@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15924@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15925@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15926@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15927body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15928addr="0x00010734",func="callee4",
15929file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@}]@}
15930(@value{GDBP})
15931@end smallexample
15932
15933@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
15934@node GDB/MI Data Manipulation
15935@section @sc{gdb/mi} Data Manipulation
15936
15937@cindex data manipulation, in @sc{gdb/mi}
15938@cindex @sc{gdb/mi}, data manipulation
15939This section describes the @sc{gdb/mi} commands that manipulate data:
15940examine memory and registers, evaluate expressions, etc.
15941
15942@c REMOVED FROM THE INTERFACE.
15943@c @subheading -data-assign
15944@c Change the value of a program variable. Plenty of side effects.
15945@c @subsubheading GDB command
15946@c set variable
15947@c @subsubheading Example
15948@c N.A.
15949
15950@subheading The @code{-data-disassemble} Command
15951@findex -data-disassemble
15952
15953@subsubheading Synopsis
15954
15955@smallexample
15956 -data-disassemble
15957 [ -s @var{start-addr} -e @var{end-addr} ]
15958 | [ -f @var{filename} -l @var{linenum} [ -n @var{lines} ] ]
15959 -- @var{mode}
15960@end smallexample
15961
15962@noindent
15963Where:
15964
15965@table @samp
15966@item @var{start-addr}
15967is the beginning address (or @code{$pc})
15968@item @var{end-addr}
15969is the end address
15970@item @var{filename}
15971is the name of the file to disassemble
15972@item @var{linenum}
15973is the line number to disassemble around
15974@item @var{lines}
15975is the the number of disassembly lines to be produced. If it is -1,
15976the whole function will be disassembled, in case no @var{end-addr} is
15977specified. If @var{end-addr} is specified as a non-zero value, and
15978@var{lines} is lower than the number of disassembly lines between
15979@var{start-addr} and @var{end-addr}, only @var{lines} lines are
15980displayed; if @var{lines} is higher than the number of lines between
15981@var{start-addr} and @var{end-addr}, only the lines up to @var{end-addr}
15982are displayed.
15983@item @var{mode}
15984is either 0 (meaning only disassembly) or 1 (meaning mixed source and
15985disassembly).
15986@end table
15987
15988@subsubheading Result
15989
15990The output for each instruction is composed of four fields:
15991
15992@itemize @bullet
15993@item Address
15994@item Func-name
15995@item Offset
15996@item Instruction
15997@end itemize
15998
15999Note that whatever included in the instruction field, is not manipulated
16000directely by @sc{gdb/mi}, i.e. it is not possible to adjust its format.
16001
16002@subsubheading @value{GDBN} Command
16003
16004There's no direct mapping from this command to the CLI.
16005
16006@subsubheading Example
16007
16008Disassemble from the current value of @code{$pc} to @code{$pc + 20}:
16009
16010@smallexample
16011(@value{GDBP})
16012-data-disassemble -s $pc -e "$pc + 20" -- 0
16013^done,
16014asm_insns=[
16015@{address="0x000107c0",func-name="main",offset="4",
16016inst="mov 2, %o0"@},
16017@{address="0x000107c4",func-name="main",offset="8",
16018inst="sethi %hi(0x11800), %o2"@},
16019@{address="0x000107c8",func-name="main",offset="12",
16020inst="or %o2, 0x140, %o1\t! 0x11940 <_lib_version+8>"@},
16021@{address="0x000107cc",func-name="main",offset="16",
16022inst="sethi %hi(0x11800), %o2"@},
16023@{address="0x000107d0",func-name="main",offset="20",
16024inst="or %o2, 0x168, %o4\t! 0x11968 <_lib_version+48>"@}]
16025(@value{GDBP})
16026@end smallexample
16027
16028Disassemble the whole @code{main} function. Line 32 is part of
16029@code{main}.
16030
16031@smallexample
16032-data-disassemble -f basics.c -l 32 -- 0
16033^done,asm_insns=[
16034@{address="0x000107bc",func-name="main",offset="0",
16035inst="save %sp, -112, %sp"@},
16036@{address="0x000107c0",func-name="main",offset="4",
16037inst="mov 2, %o0"@},
16038@{address="0x000107c4",func-name="main",offset="8",
16039inst="sethi %hi(0x11800), %o2"@},
16040[@dots{}]
16041@{address="0x0001081c",func-name="main",offset="96",inst="ret "@},
16042@{address="0x00010820",func-name="main",offset="100",inst="restore "@}]
16043(@value{GDBP})
16044@end smallexample
16045
16046Disassemble 3 instructions from the start of @code{main}:
16047
16048@smallexample
16049(@value{GDBP})
16050-data-disassemble -f basics.c -l 32 -n 3 -- 0
16051^done,asm_insns=[
16052@{address="0x000107bc",func-name="main",offset="0",
16053inst="save %sp, -112, %sp"@},
16054@{address="0x000107c0",func-name="main",offset="4",
16055inst="mov 2, %o0"@},
16056@{address="0x000107c4",func-name="main",offset="8",
16057inst="sethi %hi(0x11800), %o2"@}]
16058(@value{GDBP})
16059@end smallexample
16060
16061Disassemble 3 instructions from the start of @code{main} in mixed mode:
16062
16063@smallexample
16064(@value{GDBP})
16065-data-disassemble -f basics.c -l 32 -n 3 -- 1
16066^done,asm_insns=[
16067src_and_asm_line=@{line="31",
16068file="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb/ \
16069 testsuite/gdb.mi/basics.c",line_asm_insn=[
16070@{address="0x000107bc",func-name="main",offset="0",
16071inst="save %sp, -112, %sp"@}]@},
16072src_and_asm_line=@{line="32",
16073file="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb/ \
16074 testsuite/gdb.mi/basics.c",line_asm_insn=[
16075@{address="0x000107c0",func-name="main",offset="4",
16076inst="mov 2, %o0"@},
16077@{address="0x000107c4",func-name="main",offset="8",
16078inst="sethi %hi(0x11800), %o2"@}]@}]
16079(@value{GDBP})
16080@end smallexample
16081
16082
16083@subheading The @code{-data-evaluate-expression} Command
16084@findex -data-evaluate-expression
16085
16086@subsubheading Synopsis
16087
16088@smallexample
16089 -data-evaluate-expression @var{expr}
16090@end smallexample
16091
16092Evaluate @var{expr} as an expression. The expression could contain an
16093inferior function call. The function call will execute synchronously.
16094If the expression contains spaces, it must be enclosed in double quotes.
16095
16096@subsubheading @value{GDBN} Command
16097
16098The corresponding @value{GDBN} commands are @samp{print}, @samp{output}, and
16099@samp{call}. In @code{gdbtk} only, there's a corresponding
16100@samp{gdb_eval} command.
16101
16102@subsubheading Example
16103
16104In the following example, the numbers that precede the commands are the
16105@dfn{tokens} described in @ref{GDB/MI Command Syntax, ,@sc{gdb/mi}
16106Command Syntax}. Notice how @sc{gdb/mi} returns the same tokens in its
16107output.
16108
16109@smallexample
16110211-data-evaluate-expression A
16111211^done,value="1"
16112(@value{GDBP})
16113311-data-evaluate-expression &A
16114311^done,value="0xefffeb7c"
16115(@value{GDBP})
16116411-data-evaluate-expression A+3
16117411^done,value="4"
16118(@value{GDBP})
16119511-data-evaluate-expression "A + 3"
16120511^done,value="4"
16121(@value{GDBP})
16122@end smallexample
16123
16124
16125@subheading The @code{-data-list-changed-registers} Command
16126@findex -data-list-changed-registers
16127
16128@subsubheading Synopsis
16129
16130@smallexample
16131 -data-list-changed-registers
16132@end smallexample
16133
16134Display a list of the registers that have changed.
16135
16136@subsubheading @value{GDBN} Command
16137
16138@value{GDBN} doesn't have a direct analog for this command; @code{gdbtk}
16139has the corresponding command @samp{gdb_changed_register_list}.
16140
16141@subsubheading Example
16142
16143On a PPC MBX board:
16144
16145@smallexample
16146(@value{GDBP})
16147-exec-continue
16148^running
16149
16150(@value{GDBP})
16151*stopped,reason="breakpoint-hit",bkptno="1",frame=@{func="main",
16152args=[],file="try.c",line="5"@}
16153(@value{GDBP})
16154-data-list-changed-registers
16155^done,changed-registers=["0","1","2","4","5","6","7","8","9",
16156"10","11","13","14","15","16","17","18","19","20","21","22","23",
16157"24","25","26","27","28","30","31","64","65","66","67","69"]
16158(@value{GDBP})
16159@end smallexample
16160
16161
16162@subheading The @code{-data-list-register-names} Command
16163@findex -data-list-register-names
16164
16165@subsubheading Synopsis
16166
16167@smallexample
16168 -data-list-register-names [ ( @var{regno} )+ ]
16169@end smallexample
16170
16171Show a list of register names for the current target. If no arguments
16172are given, it shows a list of the names of all the registers. If
16173integer numbers are given as arguments, it will print a list of the
16174names of the registers corresponding to the arguments. To ensure
16175consistency between a register name and its number, the output list may
16176include empty register names.
16177
16178@subsubheading @value{GDBN} Command
16179
16180@value{GDBN} does not have a command which corresponds to
16181@samp{-data-list-register-names}. In @code{gdbtk} there is a
16182corresponding command @samp{gdb_regnames}.
16183
16184@subsubheading Example
16185
16186For the PPC MBX board:
16187@smallexample
16188(@value{GDBP})
16189-data-list-register-names
16190^done,register-names=["r0","r1","r2","r3","r4","r5","r6","r7",
16191"r8","r9","r10","r11","r12","r13","r14","r15","r16","r17","r18",
16192"r19","r20","r21","r22","r23","r24","r25","r26","r27","r28","r29",
16193"r30","r31","f0","f1","f2","f3","f4","f5","f6","f7","f8","f9",
16194"f10","f11","f12","f13","f14","f15","f16","f17","f18","f19","f20",
16195"f21","f22","f23","f24","f25","f26","f27","f28","f29","f30","f31",
16196"", "pc","ps","cr","lr","ctr","xer"]
16197(@value{GDBP})
16198-data-list-register-names 1 2 3
16199^done,register-names=["r1","r2","r3"]
16200(@value{GDBP})
16201@end smallexample
16202
16203@subheading The @code{-data-list-register-values} Command
16204@findex -data-list-register-values
16205
16206@subsubheading Synopsis
16207
16208@smallexample
16209 -data-list-register-values @var{fmt} [ ( @var{regno} )*]
16210@end smallexample
16211
16212Display the registers' contents. @var{fmt} is the format according to
16213which the registers' contents are to be returned, followed by an optional
16214list of numbers specifying the registers to display. A missing list of
16215numbers indicates that the contents of all the registers must be returned.
16216
16217Allowed formats for @var{fmt} are:
16218
16219@table @code
16220@item x
16221Hexadecimal
16222@item o
16223Octal
16224@item t
16225Binary
16226@item d
16227Decimal
16228@item r
16229Raw
16230@item N
16231Natural
16232@end table
16233
16234@subsubheading @value{GDBN} Command
16235
16236The corresponding @value{GDBN} commands are @samp{info reg}, @samp{info
16237all-reg}, and (in @code{gdbtk}) @samp{gdb_fetch_registers}.
16238
16239@subsubheading Example
16240
16241For a PPC MBX board (note: line breaks are for readability only, they
16242don't appear in the actual output):
16243
16244@smallexample
16245(@value{GDBP})
16246-data-list-register-values r 64 65
16247^done,register-values=[@{number="64",value="0xfe00a300"@},
16248@{number="65",value="0x00029002"@}]
16249(@value{GDBP})
16250-data-list-register-values x
16251^done,register-values=[@{number="0",value="0xfe0043c8"@},
16252@{number="1",value="0x3fff88"@},@{number="2",value="0xfffffffe"@},
16253@{number="3",value="0x0"@},@{number="4",value="0xa"@},
16254@{number="5",value="0x3fff68"@},@{number="6",value="0x3fff58"@},
16255@{number="7",value="0xfe011e98"@},@{number="8",value="0x2"@},
16256@{number="9",value="0xfa202820"@},@{number="10",value="0xfa202808"@},
16257@{number="11",value="0x1"@},@{number="12",value="0x0"@},
16258@{number="13",value="0x4544"@},@{number="14",value="0xffdfffff"@},
16259@{number="15",value="0xffffffff"@},@{number="16",value="0xfffffeff"@},
16260@{number="17",value="0xefffffed"@},@{number="18",value="0xfffffffe"@},
16261@{number="19",value="0xffffffff"@},@{number="20",value="0xffffffff"@},
16262@{number="21",value="0xffffffff"@},@{number="22",value="0xfffffff7"@},
16263@{number="23",value="0xffffffff"@},@{number="24",value="0xffffffff"@},
16264@{number="25",value="0xffffffff"@},@{number="26",value="0xfffffffb"@},
16265@{number="27",value="0xffffffff"@},@{number="28",value="0xf7bfffff"@},
16266@{number="29",value="0x0"@},@{number="30",value="0xfe010000"@},
16267@{number="31",value="0x0"@},@{number="32",value="0x0"@},
16268@{number="33",value="0x0"@},@{number="34",value="0x0"@},
16269@{number="35",value="0x0"@},@{number="36",value="0x0"@},
16270@{number="37",value="0x0"@},@{number="38",value="0x0"@},
16271@{number="39",value="0x0"@},@{number="40",value="0x0"@},
16272@{number="41",value="0x0"@},@{number="42",value="0x0"@},
16273@{number="43",value="0x0"@},@{number="44",value="0x0"@},
16274@{number="45",value="0x0"@},@{number="46",value="0x0"@},
16275@{number="47",value="0x0"@},@{number="48",value="0x0"@},
16276@{number="49",value="0x0"@},@{number="50",value="0x0"@},
16277@{number="51",value="0x0"@},@{number="52",value="0x0"@},
16278@{number="53",value="0x0"@},@{number="54",value="0x0"@},
16279@{number="55",value="0x0"@},@{number="56",value="0x0"@},
16280@{number="57",value="0x0"@},@{number="58",value="0x0"@},
16281@{number="59",value="0x0"@},@{number="60",value="0x0"@},
16282@{number="61",value="0x0"@},@{number="62",value="0x0"@},
16283@{number="63",value="0x0"@},@{number="64",value="0xfe00a300"@},
16284@{number="65",value="0x29002"@},@{number="66",value="0x202f04b5"@},
16285@{number="67",value="0xfe0043b0"@},@{number="68",value="0xfe00b3e4"@},
16286@{number="69",value="0x20002b03"@}]
16287(@value{GDBP})
16288@end smallexample
16289
16290
16291@subheading The @code{-data-read-memory} Command
16292@findex -data-read-memory
16293
16294@subsubheading Synopsis
16295
16296@smallexample
16297 -data-read-memory [ -o @var{byte-offset} ]
16298 @var{address} @var{word-format} @var{word-size}
16299 @var{nr-rows} @var{nr-cols} [ @var{aschar} ]
16300@end smallexample
16301
16302@noindent
16303where:
16304
16305@table @samp
16306@item @var{address}
16307An expression specifying the address of the first memory word to be
16308read. Complex expressions containing embedded white space should be
16309quoted using the C convention.
16310
16311@item @var{word-format}
16312The format to be used to print the memory words. The notation is the
16313same as for @value{GDBN}'s @code{print} command (@pxref{Output Formats,
16314,Output formats}).
16315
16316@item @var{word-size}
16317The size of each memory word in bytes.
16318
16319@item @var{nr-rows}
16320The number of rows in the output table.
16321
16322@item @var{nr-cols}
16323The number of columns in the output table.
16324
16325@item @var{aschar}
16326If present, indicates that each row should include an @sc{ascii} dump. The
16327value of @var{aschar} is used as a padding character when a byte is not a
16328member of the printable @sc{ascii} character set (printable @sc{ascii}
16329characters are those whose code is between 32 and 126, inclusively).
16330
16331@item @var{byte-offset}
16332An offset to add to the @var{address} before fetching memory.
16333@end table
16334
16335This command displays memory contents as a table of @var{nr-rows} by
16336@var{nr-cols} words, each word being @var{word-size} bytes. In total,
16337@code{@var{nr-rows} * @var{nr-cols} * @var{word-size}} bytes are read
16338(returned as @samp{total-bytes}). Should less than the requested number
16339of bytes be returned by the target, the missing words are identified
16340using @samp{N/A}. The number of bytes read from the target is returned
16341in @samp{nr-bytes} and the starting address used to read memory in
16342@samp{addr}.
16343
16344The address of the next/previous row or page is available in
16345@samp{next-row} and @samp{prev-row}, @samp{next-page} and
16346@samp{prev-page}.
16347
16348@subsubheading @value{GDBN} Command
16349
16350The corresponding @value{GDBN} command is @samp{x}. @code{gdbtk} has
16351@samp{gdb_get_mem} memory read command.
16352
16353@subsubheading Example
16354
16355Read six bytes of memory starting at @code{bytes+6} but then offset by
16356@code{-6} bytes. Format as three rows of two columns. One byte per
16357word. Display each word in hex.
16358
16359@smallexample
16360(@value{GDBP})
163619-data-read-memory -o -6 -- bytes+6 x 1 3 2
163629^done,addr="0x00001390",nr-bytes="6",total-bytes="6",
16363next-row="0x00001396",prev-row="0x0000138e",next-page="0x00001396",
16364prev-page="0x0000138a",memory=[
16365@{addr="0x00001390",data=["0x00","0x01"]@},
16366@{addr="0x00001392",data=["0x02","0x03"]@},
16367@{addr="0x00001394",data=["0x04","0x05"]@}]
16368(@value{GDBP})
16369@end smallexample
16370
16371Read two bytes of memory starting at address @code{shorts + 64} and
16372display as a single word formatted in decimal.
16373
16374@smallexample
16375(@value{GDBP})
163765-data-read-memory shorts+64 d 2 1 1
163775^done,addr="0x00001510",nr-bytes="2",total-bytes="2",
16378next-row="0x00001512",prev-row="0x0000150e",
16379next-page="0x00001512",prev-page="0x0000150e",memory=[
16380@{addr="0x00001510",data=["128"]@}]
16381(@value{GDBP})
16382@end smallexample
16383
16384Read thirty two bytes of memory starting at @code{bytes+16} and format
16385as eight rows of four columns. Include a string encoding with @samp{x}
16386used as the non-printable character.
16387
16388@smallexample
16389(@value{GDBP})
163904-data-read-memory bytes+16 x 1 8 4 x
163914^done,addr="0x000013a0",nr-bytes="32",total-bytes="32",
16392next-row="0x000013c0",prev-row="0x0000139c",
16393next-page="0x000013c0",prev-page="0x00001380",memory=[
16394@{addr="0x000013a0",data=["0x10","0x11","0x12","0x13"],ascii="xxxx"@},
16395@{addr="0x000013a4",data=["0x14","0x15","0x16","0x17"],ascii="xxxx"@},
16396@{addr="0x000013a8",data=["0x18","0x19","0x1a","0x1b"],ascii="xxxx"@},
16397@{addr="0x000013ac",data=["0x1c","0x1d","0x1e","0x1f"],ascii="xxxx"@},
16398@{addr="0x000013b0",data=["0x20","0x21","0x22","0x23"],ascii=" !\"#"@},
16399@{addr="0x000013b4",data=["0x24","0x25","0x26","0x27"],ascii="$%&'"@},
16400@{addr="0x000013b8",data=["0x28","0x29","0x2a","0x2b"],ascii="()*+"@},
16401@{addr="0x000013bc",data=["0x2c","0x2d","0x2e","0x2f"],ascii=",-./"@}]
16402(@value{GDBP})
16403@end smallexample
16404
16405@subheading The @code{-display-delete} Command
16406@findex -display-delete
16407
16408@subsubheading Synopsis
16409
16410@smallexample
16411 -display-delete @var{number}
16412@end smallexample
16413
16414Delete the display @var{number}.
16415
16416@subsubheading @value{GDBN} Command
16417
16418The corresponding @value{GDBN} command is @samp{delete display}.
16419
16420@subsubheading Example
16421N.A.
16422
16423
16424@subheading The @code{-display-disable} Command
16425@findex -display-disable
16426
16427@subsubheading Synopsis
16428
16429@smallexample
16430 -display-disable @var{number}
16431@end smallexample
16432
16433Disable display @var{number}.
16434
16435@subsubheading @value{GDBN} Command
16436
16437The corresponding @value{GDBN} command is @samp{disable display}.
16438
16439@subsubheading Example
16440N.A.
16441
16442
16443@subheading The @code{-display-enable} Command
16444@findex -display-enable
16445
16446@subsubheading Synopsis
16447
16448@smallexample
16449 -display-enable @var{number}
16450@end smallexample
16451
16452Enable display @var{number}.
16453
16454@subsubheading @value{GDBN} Command
16455
16456The corresponding @value{GDBN} command is @samp{enable display}.
16457
16458@subsubheading Example
16459N.A.
16460
16461
16462@subheading The @code{-display-insert} Command
16463@findex -display-insert
16464
16465@subsubheading Synopsis
16466
16467@smallexample
16468 -display-insert @var{expression}
16469@end smallexample
16470
16471Display @var{expression} every time the program stops.
16472
16473@subsubheading @value{GDBN} Command
16474
16475The corresponding @value{GDBN} command is @samp{display}.
16476
16477@subsubheading Example
16478N.A.
16479
16480
16481@subheading The @code{-display-list} Command
16482@findex -display-list
16483
16484@subsubheading Synopsis
16485
16486@smallexample
16487 -display-list
16488@end smallexample
16489
16490List the displays. Do not show the current values.
16491
16492@subsubheading @value{GDBN} Command
16493
16494The corresponding @value{GDBN} command is @samp{info display}.
16495
16496@subsubheading Example
16497N.A.
16498
16499
16500@subheading The @code{-environment-cd} Command
16501@findex -environment-cd
16502
16503@subsubheading Synopsis
16504
16505@smallexample
16506 -environment-cd @var{pathdir}
16507@end smallexample
16508
16509Set @value{GDBN}'s working directory.
16510
16511@subsubheading @value{GDBN} Command
16512
16513The corresponding @value{GDBN} command is @samp{cd}.
16514
16515@subsubheading Example
16516
16517@smallexample
16518(@value{GDBP})
16519-environment-cd /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
16520^done
16521(@value{GDBP})
16522@end smallexample
16523
16524
16525@subheading The @code{-environment-directory} Command
16526@findex -environment-directory
16527
16528@subsubheading Synopsis
16529
16530@smallexample
16531 -environment-directory [ -r ] [ @var{pathdir} ]+
16532@end smallexample
16533
16534Add directories @var{pathdir} to beginning of search path for source files.
16535If the @samp{-r} option is used, the search path is reset to the default
b383017d 16536search path. If directories @var{pathdir} are supplied in addition to the
922fbb7b
AC
16537@samp{-r} option, the search path is first reset and then addition
16538occurs as normal.
b383017d 16539Multiple directories may be specified, separated by blanks. Specifying
922fbb7b
AC
16540multiple directories in a single command
16541results in the directories added to the beginning of the
16542search path in the same order they were presented in the command.
16543If blanks are needed as
16544part of a directory name, double-quotes should be used around
16545the name. In the command output, the path will show up separated
b383017d 16546by the system directory-separator character. The directory-seperator
922fbb7b
AC
16547character must not be used
16548in any directory name.
16549If no directories are specified, the current search path is displayed.
16550
16551@subsubheading @value{GDBN} Command
16552
16553The corresponding @value{GDBN} command is @samp{dir}.
16554
16555@subsubheading Example
16556
16557@smallexample
16558(@value{GDBP})
16559-environment-directory /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
16560^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
16561(@value{GDBP})
16562-environment-directory ""
16563^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
16564(@value{GDBP})
16565-environment-directory -r /home/jjohnstn/src/gdb /usr/src
16566^done,source-path="/home/jjohnstn/src/gdb:/usr/src:$cdir:$cwd"
16567(@value{GDBP})
16568-environment-directory -r
16569^done,source-path="$cdir:$cwd"
16570(@value{GDBP})
16571@end smallexample
16572
16573
16574@subheading The @code{-environment-path} Command
16575@findex -environment-path
16576
16577@subsubheading Synopsis
16578
16579@smallexample
16580 -environment-path [ -r ] [ @var{pathdir} ]+
16581@end smallexample
16582
16583Add directories @var{pathdir} to beginning of search path for object files.
16584If the @samp{-r} option is used, the search path is reset to the original
b383017d
RM
16585search path that existed at gdb start-up. If directories @var{pathdir} are
16586supplied in addition to the
922fbb7b
AC
16587@samp{-r} option, the search path is first reset and then addition
16588occurs as normal.
b383017d 16589Multiple directories may be specified, separated by blanks. Specifying
922fbb7b
AC
16590multiple directories in a single command
16591results in the directories added to the beginning of the
16592search path in the same order they were presented in the command.
16593If blanks are needed as
16594part of a directory name, double-quotes should be used around
16595the name. In the command output, the path will show up separated
b383017d 16596by the system directory-separator character. The directory-seperator
922fbb7b
AC
16597character must not be used
16598in any directory name.
16599If no directories are specified, the current path is displayed.
16600
16601
16602@subsubheading @value{GDBN} Command
16603
16604The corresponding @value{GDBN} command is @samp{path}.
16605
16606@subsubheading Example
16607
16608@smallexample
16609(@value{GDBP})
b383017d 16610-environment-path
922fbb7b
AC
16611^done,path="/usr/bin"
16612(@value{GDBP})
16613-environment-path /kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb /bin
16614^done,path="/kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb:/bin:/usr/bin"
16615(@value{GDBP})
16616-environment-path -r /usr/local/bin
16617^done,path="/usr/local/bin:/usr/bin"
16618(@value{GDBP})
16619@end smallexample
16620
16621
16622@subheading The @code{-environment-pwd} Command
16623@findex -environment-pwd
16624
16625@subsubheading Synopsis
16626
16627@smallexample
16628 -environment-pwd
16629@end smallexample
16630
16631Show the current working directory.
16632
16633@subsubheading @value{GDBN} command
16634
16635The corresponding @value{GDBN} command is @samp{pwd}.
16636
16637@subsubheading Example
16638
16639@smallexample
16640(@value{GDBP})
16641-environment-pwd
16642^done,cwd="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb"
16643(@value{GDBP})
16644@end smallexample
16645
16646@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16647@node GDB/MI Program Control
16648@section @sc{gdb/mi} Program control
16649
16650@subsubheading Program termination
16651
16652As a result of execution, the inferior program can run to completion, if
16653it doesn't encounter any breakpoints. In this case the output will
16654include an exit code, if the program has exited exceptionally.
16655
16656@subsubheading Examples
16657
16658@noindent
16659Program exited normally:
16660
16661@smallexample
16662(@value{GDBP})
16663-exec-run
16664^running
16665(@value{GDBP})
16666x = 55
16667*stopped,reason="exited-normally"
16668(@value{GDBP})
16669@end smallexample
16670
16671@noindent
16672Program exited exceptionally:
16673
16674@smallexample
16675(@value{GDBP})
16676-exec-run
16677^running
16678(@value{GDBP})
16679x = 55
16680*stopped,reason="exited",exit-code="01"
16681(@value{GDBP})
16682@end smallexample
16683
16684Another way the program can terminate is if it receives a signal such as
16685@code{SIGINT}. In this case, @sc{gdb/mi} displays this:
16686
16687@smallexample
16688(@value{GDBP})
16689*stopped,reason="exited-signalled",signal-name="SIGINT",
16690signal-meaning="Interrupt"
16691@end smallexample
16692
16693
16694@subheading The @code{-exec-abort} Command
16695@findex -exec-abort
16696
16697@subsubheading Synopsis
16698
16699@smallexample
16700 -exec-abort
16701@end smallexample
16702
16703Kill the inferior running program.
16704
16705@subsubheading @value{GDBN} Command
16706
16707The corresponding @value{GDBN} command is @samp{kill}.
16708
16709@subsubheading Example
16710N.A.
16711
16712
16713@subheading The @code{-exec-arguments} Command
16714@findex -exec-arguments
16715
16716@subsubheading Synopsis
16717
16718@smallexample
16719 -exec-arguments @var{args}
16720@end smallexample
16721
16722Set the inferior program arguments, to be used in the next
16723@samp{-exec-run}.
16724
16725@subsubheading @value{GDBN} Command
16726
16727The corresponding @value{GDBN} command is @samp{set args}.
16728
16729@subsubheading Example
16730
16731@c FIXME!
16732Don't have one around.
16733
16734
16735@subheading The @code{-exec-continue} Command
16736@findex -exec-continue
16737
16738@subsubheading Synopsis
16739
16740@smallexample
16741 -exec-continue
16742@end smallexample
16743
16744Asynchronous command. Resumes the execution of the inferior program
16745until a breakpoint is encountered, or until the inferior exits.
16746
16747@subsubheading @value{GDBN} Command
16748
16749The corresponding @value{GDBN} corresponding is @samp{continue}.
16750
16751@subsubheading Example
16752
16753@smallexample
16754-exec-continue
16755^running
16756(@value{GDBP})
16757@@Hello world
16758*stopped,reason="breakpoint-hit",bkptno="2",frame=@{func="foo",args=[],
16759file="hello.c",line="13"@}
16760(@value{GDBP})
16761@end smallexample
16762
16763
16764@subheading The @code{-exec-finish} Command
16765@findex -exec-finish
16766
16767@subsubheading Synopsis
16768
16769@smallexample
16770 -exec-finish
16771@end smallexample
16772
16773Asynchronous command. Resumes the execution of the inferior program
16774until the current function is exited. Displays the results returned by
16775the function.
16776
16777@subsubheading @value{GDBN} Command
16778
16779The corresponding @value{GDBN} command is @samp{finish}.
16780
16781@subsubheading Example
16782
16783Function returning @code{void}.
16784
16785@smallexample
16786-exec-finish
16787^running
16788(@value{GDBP})
16789@@hello from foo
16790*stopped,reason="function-finished",frame=@{func="main",args=[],
16791file="hello.c",line="7"@}
16792(@value{GDBP})
16793@end smallexample
16794
16795Function returning other than @code{void}. The name of the internal
16796@value{GDBN} variable storing the result is printed, together with the
16797value itself.
16798
16799@smallexample
16800-exec-finish
16801^running
16802(@value{GDBP})
16803*stopped,reason="function-finished",frame=@{addr="0x000107b0",func="foo",
16804args=[@{name="a",value="1"],@{name="b",value="9"@}@},
16805file="recursive2.c",line="14"@},
16806gdb-result-var="$1",return-value="0"
16807(@value{GDBP})
16808@end smallexample
16809
16810
16811@subheading The @code{-exec-interrupt} Command
16812@findex -exec-interrupt
16813
16814@subsubheading Synopsis
16815
16816@smallexample
16817 -exec-interrupt
16818@end smallexample
16819
16820Asynchronous command. Interrupts the background execution of the target.
16821Note how the token associated with the stop message is the one for the
16822execution command that has been interrupted. The token for the interrupt
16823itself only appears in the @samp{^done} output. If the user is trying to
16824interrupt a non-running program, an error message will be printed.
16825
16826@subsubheading @value{GDBN} Command
16827
16828The corresponding @value{GDBN} command is @samp{interrupt}.
16829
16830@subsubheading Example
16831
16832@smallexample
16833(@value{GDBP})
16834111-exec-continue
16835111^running
16836
16837(@value{GDBP})
16838222-exec-interrupt
16839222^done
16840(@value{GDBP})
16841111*stopped,signal-name="SIGINT",signal-meaning="Interrupt",
16842frame=@{addr="0x00010140",func="foo",args=[],file="try.c",line="13"@}
16843(@value{GDBP})
16844
16845(@value{GDBP})
16846-exec-interrupt
16847^error,msg="mi_cmd_exec_interrupt: Inferior not executing."
16848(@value{GDBP})
16849@end smallexample
16850
16851
16852@subheading The @code{-exec-next} Command
16853@findex -exec-next
16854
16855@subsubheading Synopsis
16856
16857@smallexample
16858 -exec-next
16859@end smallexample
16860
16861Asynchronous command. Resumes execution of the inferior program, stopping
16862when the beginning of the next source line is reached.
16863
16864@subsubheading @value{GDBN} Command
16865
16866The corresponding @value{GDBN} command is @samp{next}.
16867
16868@subsubheading Example
16869
16870@smallexample
16871-exec-next
16872^running
16873(@value{GDBP})
16874*stopped,reason="end-stepping-range",line="8",file="hello.c"
16875(@value{GDBP})
16876@end smallexample
16877
16878
16879@subheading The @code{-exec-next-instruction} Command
16880@findex -exec-next-instruction
16881
16882@subsubheading Synopsis
16883
16884@smallexample
16885 -exec-next-instruction
16886@end smallexample
16887
16888Asynchronous command. Executes one machine instruction. If the
16889instruction is a function call continues until the function returns. If
16890the program stops at an instruction in the middle of a source line, the
16891address will be printed as well.
16892
16893@subsubheading @value{GDBN} Command
16894
16895The corresponding @value{GDBN} command is @samp{nexti}.
16896
16897@subsubheading Example
16898
16899@smallexample
16900(@value{GDBP})
16901-exec-next-instruction
16902^running
16903
16904(@value{GDBP})
16905*stopped,reason="end-stepping-range",
16906addr="0x000100d4",line="5",file="hello.c"
16907(@value{GDBP})
16908@end smallexample
16909
16910
16911@subheading The @code{-exec-return} Command
16912@findex -exec-return
16913
16914@subsubheading Synopsis
16915
16916@smallexample
16917 -exec-return
16918@end smallexample
16919
16920Makes current function return immediately. Doesn't execute the inferior.
16921Displays the new current frame.
16922
16923@subsubheading @value{GDBN} Command
16924
16925The corresponding @value{GDBN} command is @samp{return}.
16926
16927@subsubheading Example
16928
16929@smallexample
16930(@value{GDBP})
16931200-break-insert callee4
16932200^done,bkpt=@{number="1",addr="0x00010734",
16933file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
16934(@value{GDBP})
16935000-exec-run
16936000^running
16937(@value{GDBP})
16938000*stopped,reason="breakpoint-hit",bkptno="1",
16939frame=@{func="callee4",args=[],
16940file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
16941(@value{GDBP})
16942205-break-delete
16943205^done
16944(@value{GDBP})
16945111-exec-return
16946111^done,frame=@{level="0",func="callee3",
16947args=[@{name="strarg",
16948value="0x11940 \"A string argument.\""@}],
16949file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
16950(@value{GDBP})
16951@end smallexample
16952
16953
16954@subheading The @code{-exec-run} Command
16955@findex -exec-run
16956
16957@subsubheading Synopsis
16958
16959@smallexample
16960 -exec-run
16961@end smallexample
16962
16963Asynchronous command. Starts execution of the inferior from the
16964beginning. The inferior executes until either a breakpoint is
16965encountered or the program exits.
16966
16967@subsubheading @value{GDBN} Command
16968
16969The corresponding @value{GDBN} command is @samp{run}.
16970
16971@subsubheading Example
16972
16973@smallexample
16974(@value{GDBP})
16975-break-insert main
16976^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
16977(@value{GDBP})
16978-exec-run
16979^running
16980(@value{GDBP})
16981*stopped,reason="breakpoint-hit",bkptno="1",
16982frame=@{func="main",args=[],file="recursive2.c",line="4"@}
16983(@value{GDBP})
16984@end smallexample
16985
16986
16987@subheading The @code{-exec-show-arguments} Command
16988@findex -exec-show-arguments
16989
16990@subsubheading Synopsis
16991
16992@smallexample
16993 -exec-show-arguments
16994@end smallexample
16995
16996Print the arguments of the program.
16997
16998@subsubheading @value{GDBN} Command
16999
17000The corresponding @value{GDBN} command is @samp{show args}.
17001
17002@subsubheading Example
17003N.A.
17004
17005@c @subheading -exec-signal
17006
17007@subheading The @code{-exec-step} Command
17008@findex -exec-step
17009
17010@subsubheading Synopsis
17011
17012@smallexample
17013 -exec-step
17014@end smallexample
17015
17016Asynchronous command. Resumes execution of the inferior program, stopping
17017when the beginning of the next source line is reached, if the next
17018source line is not a function call. If it is, stop at the first
17019instruction of the called function.
17020
17021@subsubheading @value{GDBN} Command
17022
17023The corresponding @value{GDBN} command is @samp{step}.
17024
17025@subsubheading Example
17026
17027Stepping into a function:
17028
17029@smallexample
17030-exec-step
17031^running
17032(@value{GDBP})
17033*stopped,reason="end-stepping-range",
17034frame=@{func="foo",args=[@{name="a",value="10"@},
17035@{name="b",value="0"@}],file="recursive2.c",line="11"@}
17036(@value{GDBP})
17037@end smallexample
17038
17039Regular stepping:
17040
17041@smallexample
17042-exec-step
17043^running
17044(@value{GDBP})
17045*stopped,reason="end-stepping-range",line="14",file="recursive2.c"
17046(@value{GDBP})
17047@end smallexample
17048
17049
17050@subheading The @code{-exec-step-instruction} Command
17051@findex -exec-step-instruction
17052
17053@subsubheading Synopsis
17054
17055@smallexample
17056 -exec-step-instruction
17057@end smallexample
17058
17059Asynchronous command. Resumes the inferior which executes one machine
17060instruction. The output, once @value{GDBN} has stopped, will vary depending on
17061whether we have stopped in the middle of a source line or not. In the
17062former case, the address at which the program stopped will be printed as
17063well.
17064
17065@subsubheading @value{GDBN} Command
17066
17067The corresponding @value{GDBN} command is @samp{stepi}.
17068
17069@subsubheading Example
17070
17071@smallexample
17072(@value{GDBP})
17073-exec-step-instruction
17074^running
17075
17076(@value{GDBP})
17077*stopped,reason="end-stepping-range",
17078frame=@{func="foo",args=[],file="try.c",line="10"@}
17079(@value{GDBP})
17080-exec-step-instruction
17081^running
17082
17083(@value{GDBP})
17084*stopped,reason="end-stepping-range",
17085frame=@{addr="0x000100f4",func="foo",args=[],file="try.c",line="10"@}
17086(@value{GDBP})
17087@end smallexample
17088
17089
17090@subheading The @code{-exec-until} Command
17091@findex -exec-until
17092
17093@subsubheading Synopsis
17094
17095@smallexample
17096 -exec-until [ @var{location} ]
17097@end smallexample
17098
17099Asynchronous command. Executes the inferior until the @var{location}
17100specified in the argument is reached. If there is no argument, the inferior
17101executes until a source line greater than the current one is reached.
17102The reason for stopping in this case will be @samp{location-reached}.
17103
17104@subsubheading @value{GDBN} Command
17105
17106The corresponding @value{GDBN} command is @samp{until}.
17107
17108@subsubheading Example
17109
17110@smallexample
17111(@value{GDBP})
17112-exec-until recursive2.c:6
17113^running
17114(@value{GDBP})
17115x = 55
17116*stopped,reason="location-reached",frame=@{func="main",args=[],
17117file="recursive2.c",line="6"@}
17118(@value{GDBP})
17119@end smallexample
17120
17121@ignore
17122@subheading -file-clear
17123Is this going away????
17124@end ignore
17125
17126
17127@subheading The @code{-file-exec-and-symbols} Command
17128@findex -file-exec-and-symbols
17129
17130@subsubheading Synopsis
17131
17132@smallexample
17133 -file-exec-and-symbols @var{file}
17134@end smallexample
17135
17136Specify the executable file to be debugged. This file is the one from
17137which the symbol table is also read. If no file is specified, the
17138command clears the executable and symbol information. If breakpoints
17139are set when using this command with no arguments, @value{GDBN} will produce
17140error messages. Otherwise, no output is produced, except a completion
17141notification.
17142
17143@subsubheading @value{GDBN} Command
17144
17145The corresponding @value{GDBN} command is @samp{file}.
17146
17147@subsubheading Example
17148
17149@smallexample
17150(@value{GDBP})
17151-file-exec-and-symbols /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
17152^done
17153(@value{GDBP})
17154@end smallexample
17155
17156
17157@subheading The @code{-file-exec-file} Command
17158@findex -file-exec-file
17159
17160@subsubheading Synopsis
17161
17162@smallexample
17163 -file-exec-file @var{file}
17164@end smallexample
17165
17166Specify the executable file to be debugged. Unlike
17167@samp{-file-exec-and-symbols}, the symbol table is @emph{not} read
17168from this file. If used without argument, @value{GDBN} clears the information
17169about the executable file. No output is produced, except a completion
17170notification.
17171
17172@subsubheading @value{GDBN} Command
17173
17174The corresponding @value{GDBN} command is @samp{exec-file}.
17175
17176@subsubheading Example
17177
17178@smallexample
17179(@value{GDBP})
17180-file-exec-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
17181^done
17182(@value{GDBP})
17183@end smallexample
17184
17185
17186@subheading The @code{-file-list-exec-sections} Command
17187@findex -file-list-exec-sections
17188
17189@subsubheading Synopsis
17190
17191@smallexample
17192 -file-list-exec-sections
17193@end smallexample
17194
17195List the sections of the current executable file.
17196
17197@subsubheading @value{GDBN} Command
17198
17199The @value{GDBN} command @samp{info file} shows, among the rest, the same
17200information as this command. @code{gdbtk} has a corresponding command
17201@samp{gdb_load_info}.
17202
17203@subsubheading Example
17204N.A.
17205
17206
1abaf70c
BR
17207@subheading The @code{-file-list-exec-source-file} Command
17208@findex -file-list-exec-source-file
17209
17210@subsubheading Synopsis
17211
17212@smallexample
17213 -file-list-exec-source-file
17214@end smallexample
17215
b383017d 17216List the line number, the current source file, and the absolute path
1abaf70c
BR
17217to the current source file for the current executable.
17218
17219@subsubheading @value{GDBN} Command
17220
17221There's no @value{GDBN} command which directly corresponds to this one.
17222
17223@subsubheading Example
17224
17225@smallexample
17226(@value{GDBP})
17227123-file-list-exec-source-file
17228123^done,line="1",file="foo.c",fullname="/home/bar/foo.c"
17229(@value{GDBP})
17230@end smallexample
17231
17232
922fbb7b
AC
17233@subheading The @code{-file-list-exec-source-files} Command
17234@findex -file-list-exec-source-files
17235
17236@subsubheading Synopsis
17237
17238@smallexample
17239 -file-list-exec-source-files
17240@end smallexample
17241
17242List the source files for the current executable.
17243
57c22c6c
BR
17244It will always output the filename, but only when GDB can find the absolute
17245file name of a source file, will it output the fullname.
17246
922fbb7b
AC
17247@subsubheading @value{GDBN} Command
17248
17249There's no @value{GDBN} command which directly corresponds to this one.
17250@code{gdbtk} has an analogous command @samp{gdb_listfiles}.
17251
17252@subsubheading Example
57c22c6c
BR
17253@smallexample
17254(@value{GDBP})
17255-file-list-exec-source-files
17256^done,files=[
17257@{file=foo.c,fullname=/home/foo.c@},
17258@{file=/home/bar.c,fullname=/home/bar.c@},
17259@{file=gdb_could_not_find_fullpath.c@}]
17260(@value{GDBP})
17261@end smallexample
922fbb7b
AC
17262
17263@subheading The @code{-file-list-shared-libraries} Command
17264@findex -file-list-shared-libraries
17265
17266@subsubheading Synopsis
17267
17268@smallexample
17269 -file-list-shared-libraries
17270@end smallexample
17271
17272List the shared libraries in the program.
17273
17274@subsubheading @value{GDBN} Command
17275
17276The corresponding @value{GDBN} command is @samp{info shared}.
17277
17278@subsubheading Example
17279N.A.
17280
17281
17282@subheading The @code{-file-list-symbol-files} Command
17283@findex -file-list-symbol-files
17284
17285@subsubheading Synopsis
17286
17287@smallexample
17288 -file-list-symbol-files
17289@end smallexample
17290
17291List symbol files.
17292
17293@subsubheading @value{GDBN} Command
17294
17295The corresponding @value{GDBN} command is @samp{info file} (part of it).
17296
17297@subsubheading Example
17298N.A.
17299
17300
17301@subheading The @code{-file-symbol-file} Command
17302@findex -file-symbol-file
17303
17304@subsubheading Synopsis
17305
17306@smallexample
17307 -file-symbol-file @var{file}
17308@end smallexample
17309
17310Read symbol table info from the specified @var{file} argument. When
17311used without arguments, clears @value{GDBN}'s symbol table info. No output is
17312produced, except for a completion notification.
17313
17314@subsubheading @value{GDBN} Command
17315
17316The corresponding @value{GDBN} command is @samp{symbol-file}.
17317
17318@subsubheading Example
17319
17320@smallexample
17321(@value{GDBP})
17322-file-symbol-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
17323^done
17324(@value{GDBP})
17325@end smallexample
17326
17327@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17328@node GDB/MI Miscellaneous Commands
17329@section Miscellaneous @value{GDBN} commands in @sc{gdb/mi}
17330
17331@c @subheading -gdb-complete
17332
17333@subheading The @code{-gdb-exit} Command
17334@findex -gdb-exit
17335
17336@subsubheading Synopsis
17337
17338@smallexample
17339 -gdb-exit
17340@end smallexample
17341
17342Exit @value{GDBN} immediately.
17343
17344@subsubheading @value{GDBN} Command
17345
17346Approximately corresponds to @samp{quit}.
17347
17348@subsubheading Example
17349
17350@smallexample
17351(@value{GDBP})
17352-gdb-exit
17353@end smallexample
17354
17355@subheading The @code{-gdb-set} Command
17356@findex -gdb-set
17357
17358@subsubheading Synopsis
17359
17360@smallexample
17361 -gdb-set
17362@end smallexample
17363
17364Set an internal @value{GDBN} variable.
17365@c IS THIS A DOLLAR VARIABLE? OR SOMETHING LIKE ANNOTATE ?????
17366
17367@subsubheading @value{GDBN} Command
17368
17369The corresponding @value{GDBN} command is @samp{set}.
17370
17371@subsubheading Example
17372
17373@smallexample
17374(@value{GDBP})
17375-gdb-set $foo=3
17376^done
17377(@value{GDBP})
17378@end smallexample
17379
17380
17381@subheading The @code{-gdb-show} Command
17382@findex -gdb-show
17383
17384@subsubheading Synopsis
17385
17386@smallexample
17387 -gdb-show
17388@end smallexample
17389
17390Show the current value of a @value{GDBN} variable.
17391
17392@subsubheading @value{GDBN} command
17393
17394The corresponding @value{GDBN} command is @samp{show}.
17395
17396@subsubheading Example
17397
17398@smallexample
17399(@value{GDBP})
17400-gdb-show annotate
17401^done,value="0"
17402(@value{GDBP})
17403@end smallexample
17404
17405@c @subheading -gdb-source
17406
17407
17408@subheading The @code{-gdb-version} Command
17409@findex -gdb-version
17410
17411@subsubheading Synopsis
17412
17413@smallexample
17414 -gdb-version
17415@end smallexample
17416
17417Show version information for @value{GDBN}. Used mostly in testing.
17418
17419@subsubheading @value{GDBN} Command
17420
17421There's no equivalent @value{GDBN} command. @value{GDBN} by default shows this
17422information when you start an interactive session.
17423
17424@subsubheading Example
17425
17426@c This example modifies the actual output from GDB to avoid overfull
17427@c box in TeX.
17428@smallexample
17429(@value{GDBP})
17430-gdb-version
17431~GNU gdb 5.2.1
17432~Copyright 2000 Free Software Foundation, Inc.
17433~GDB is free software, covered by the GNU General Public License, and
17434~you are welcome to change it and/or distribute copies of it under
17435~ certain conditions.
17436~Type "show copying" to see the conditions.
17437~There is absolutely no warranty for GDB. Type "show warranty" for
17438~ details.
b383017d 17439~This GDB was configured as
922fbb7b
AC
17440 "--host=sparc-sun-solaris2.5.1 --target=ppc-eabi".
17441^done
17442(@value{GDBP})
17443@end smallexample
17444
17445@subheading The @code{-interpreter-exec} Command
17446@findex -interpreter-exec
17447
17448@subheading Synopsis
17449
17450@smallexample
17451-interpreter-exec @var{interpreter} @var{command}
17452@end smallexample
17453
17454Execute the specified @var{command} in the given @var{interpreter}.
17455
17456@subheading @value{GDBN} Command
17457
17458The corresponding @value{GDBN} command is @samp{interpreter-exec}.
17459
17460@subheading Example
17461
17462@smallexample
17463(@value{GDBP})
17464-interpreter-exec console "break main"
17465&"During symbol reading, couldn't parse type; debugger out of date?.\n"
17466&"During symbol reading, bad structure-type format.\n"
17467~"Breakpoint 1 at 0x8074fc6: file ../../src/gdb/main.c, line 743.\n"
17468^done
17469(@value{GDBP})
17470@end smallexample
17471
17472@ignore
17473@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17474@node GDB/MI Kod Commands
17475@section @sc{gdb/mi} Kod Commands
17476
17477The Kod commands are not implemented.
17478
17479@c @subheading -kod-info
17480
17481@c @subheading -kod-list
17482
17483@c @subheading -kod-list-object-types
17484
17485@c @subheading -kod-show
17486
17487@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17488@node GDB/MI Memory Overlay Commands
17489@section @sc{gdb/mi} Memory Overlay Commands
17490
17491The memory overlay commands are not implemented.
17492
17493@c @subheading -overlay-auto
17494
17495@c @subheading -overlay-list-mapping-state
17496
17497@c @subheading -overlay-list-overlays
17498
17499@c @subheading -overlay-map
17500
17501@c @subheading -overlay-off
17502
17503@c @subheading -overlay-on
17504
17505@c @subheading -overlay-unmap
17506
17507@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17508@node GDB/MI Signal Handling Commands
17509@section @sc{gdb/mi} Signal Handling Commands
17510
17511Signal handling commands are not implemented.
17512
17513@c @subheading -signal-handle
17514
17515@c @subheading -signal-list-handle-actions
17516
17517@c @subheading -signal-list-signal-types
17518@end ignore
17519
17520
17521@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17522@node GDB/MI Stack Manipulation
17523@section @sc{gdb/mi} Stack Manipulation Commands
17524
17525
17526@subheading The @code{-stack-info-frame} Command
17527@findex -stack-info-frame
17528
17529@subsubheading Synopsis
17530
17531@smallexample
17532 -stack-info-frame
17533@end smallexample
17534
17535Get info on the current frame.
17536
17537@subsubheading @value{GDBN} Command
17538
17539The corresponding @value{GDBN} command is @samp{info frame} or @samp{frame}
17540(without arguments).
17541
17542@subsubheading Example
17543N.A.
17544
17545@subheading The @code{-stack-info-depth} Command
17546@findex -stack-info-depth
17547
17548@subsubheading Synopsis
17549
17550@smallexample
17551 -stack-info-depth [ @var{max-depth} ]
17552@end smallexample
17553
17554Return the depth of the stack. If the integer argument @var{max-depth}
17555is specified, do not count beyond @var{max-depth} frames.
17556
17557@subsubheading @value{GDBN} Command
17558
17559There's no equivalent @value{GDBN} command.
17560
17561@subsubheading Example
17562
17563For a stack with frame levels 0 through 11:
17564
17565@smallexample
17566(@value{GDBP})
17567-stack-info-depth
17568^done,depth="12"
17569(@value{GDBP})
17570-stack-info-depth 4
17571^done,depth="4"
17572(@value{GDBP})
17573-stack-info-depth 12
17574^done,depth="12"
17575(@value{GDBP})
17576-stack-info-depth 11
17577^done,depth="11"
17578(@value{GDBP})
17579-stack-info-depth 13
17580^done,depth="12"
17581(@value{GDBP})
17582@end smallexample
17583
17584@subheading The @code{-stack-list-arguments} Command
17585@findex -stack-list-arguments
17586
17587@subsubheading Synopsis
17588
17589@smallexample
17590 -stack-list-arguments @var{show-values}
17591 [ @var{low-frame} @var{high-frame} ]
17592@end smallexample
17593
17594Display a list of the arguments for the frames between @var{low-frame}
17595and @var{high-frame} (inclusive). If @var{low-frame} and
17596@var{high-frame} are not provided, list the arguments for the whole call
17597stack.
17598
17599The @var{show-values} argument must have a value of 0 or 1. A value of
176000 means that only the names of the arguments are listed, a value of 1
17601means that both names and values of the arguments are printed.
17602
17603@subsubheading @value{GDBN} Command
17604
17605@value{GDBN} does not have an equivalent command. @code{gdbtk} has a
17606@samp{gdb_get_args} command which partially overlaps with the
17607functionality of @samp{-stack-list-arguments}.
17608
17609@subsubheading Example
17610
17611@smallexample
17612(@value{GDBP})
17613-stack-list-frames
17614^done,
17615stack=[
17616frame=@{level="0",addr="0x00010734",func="callee4",
17617file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@},
17618frame=@{level="1",addr="0x0001076c",func="callee3",
17619file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="17"@},
17620frame=@{level="2",addr="0x0001078c",func="callee2",
17621file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="22"@},
17622frame=@{level="3",addr="0x000107b4",func="callee1",
17623file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="27"@},
17624frame=@{level="4",addr="0x000107e0",func="main",
17625file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="32"@}]
17626(@value{GDBP})
17627-stack-list-arguments 0
17628^done,
17629stack-args=[
17630frame=@{level="0",args=[]@},
17631frame=@{level="1",args=[name="strarg"]@},
17632frame=@{level="2",args=[name="intarg",name="strarg"]@},
17633frame=@{level="3",args=[name="intarg",name="strarg",name="fltarg"]@},
17634frame=@{level="4",args=[]@}]
17635(@value{GDBP})
17636-stack-list-arguments 1
17637^done,
17638stack-args=[
17639frame=@{level="0",args=[]@},
17640frame=@{level="1",
17641 args=[@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
17642frame=@{level="2",args=[
17643@{name="intarg",value="2"@},
17644@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
17645@{frame=@{level="3",args=[
17646@{name="intarg",value="2"@},
17647@{name="strarg",value="0x11940 \"A string argument.\""@},
17648@{name="fltarg",value="3.5"@}]@},
17649frame=@{level="4",args=[]@}]
17650(@value{GDBP})
17651-stack-list-arguments 0 2 2
17652^done,stack-args=[frame=@{level="2",args=[name="intarg",name="strarg"]@}]
17653(@value{GDBP})
17654-stack-list-arguments 1 2 2
17655^done,stack-args=[frame=@{level="2",
17656args=[@{name="intarg",value="2"@},
17657@{name="strarg",value="0x11940 \"A string argument.\""@}]@}]
17658(@value{GDBP})
17659@end smallexample
17660
17661@c @subheading -stack-list-exception-handlers
17662
17663
17664@subheading The @code{-stack-list-frames} Command
17665@findex -stack-list-frames
17666
17667@subsubheading Synopsis
17668
17669@smallexample
17670 -stack-list-frames [ @var{low-frame} @var{high-frame} ]
17671@end smallexample
17672
17673List the frames currently on the stack. For each frame it displays the
17674following info:
17675
17676@table @samp
17677@item @var{level}
17678The frame number, 0 being the topmost frame, i.e. the innermost function.
17679@item @var{addr}
17680The @code{$pc} value for that frame.
17681@item @var{func}
17682Function name.
17683@item @var{file}
17684File name of the source file where the function lives.
17685@item @var{line}
17686Line number corresponding to the @code{$pc}.
17687@end table
17688
17689If invoked without arguments, this command prints a backtrace for the
17690whole stack. If given two integer arguments, it shows the frames whose
17691levels are between the two arguments (inclusive). If the two arguments
17692are equal, it shows the single frame at the corresponding level.
17693
17694@subsubheading @value{GDBN} Command
17695
17696The corresponding @value{GDBN} commands are @samp{backtrace} and @samp{where}.
17697
17698@subsubheading Example
17699
17700Full stack backtrace:
17701
17702@smallexample
17703(@value{GDBP})
17704-stack-list-frames
17705^done,stack=
17706[frame=@{level="0",addr="0x0001076c",func="foo",
17707 file="recursive2.c",line="11"@},
17708frame=@{level="1",addr="0x000107a4",func="foo",
17709 file="recursive2.c",line="14"@},
17710frame=@{level="2",addr="0x000107a4",func="foo",
17711 file="recursive2.c",line="14"@},
17712frame=@{level="3",addr="0x000107a4",func="foo",
17713 file="recursive2.c",line="14"@},
17714frame=@{level="4",addr="0x000107a4",func="foo",
17715 file="recursive2.c",line="14"@},
17716frame=@{level="5",addr="0x000107a4",func="foo",
17717 file="recursive2.c",line="14"@},
17718frame=@{level="6",addr="0x000107a4",func="foo",
17719 file="recursive2.c",line="14"@},
17720frame=@{level="7",addr="0x000107a4",func="foo",
17721 file="recursive2.c",line="14"@},
17722frame=@{level="8",addr="0x000107a4",func="foo",
17723 file="recursive2.c",line="14"@},
17724frame=@{level="9",addr="0x000107a4",func="foo",
17725 file="recursive2.c",line="14"@},
17726frame=@{level="10",addr="0x000107a4",func="foo",
17727 file="recursive2.c",line="14"@},
17728frame=@{level="11",addr="0x00010738",func="main",
17729 file="recursive2.c",line="4"@}]
17730(@value{GDBP})
17731@end smallexample
17732
17733Show frames between @var{low_frame} and @var{high_frame}:
17734
17735@smallexample
17736(@value{GDBP})
17737-stack-list-frames 3 5
17738^done,stack=
17739[frame=@{level="3",addr="0x000107a4",func="foo",
17740 file="recursive2.c",line="14"@},
17741frame=@{level="4",addr="0x000107a4",func="foo",
17742 file="recursive2.c",line="14"@},
17743frame=@{level="5",addr="0x000107a4",func="foo",
17744 file="recursive2.c",line="14"@}]
17745(@value{GDBP})
17746@end smallexample
17747
17748Show a single frame:
17749
17750@smallexample
17751(@value{GDBP})
17752-stack-list-frames 3 3
17753^done,stack=
17754[frame=@{level="3",addr="0x000107a4",func="foo",
17755 file="recursive2.c",line="14"@}]
17756(@value{GDBP})
17757@end smallexample
17758
17759
17760@subheading The @code{-stack-list-locals} Command
17761@findex -stack-list-locals
17762
17763@subsubheading Synopsis
17764
17765@smallexample
17766 -stack-list-locals @var{print-values}
17767@end smallexample
17768
17769Display the local variable names for the current frame. With an
bc8ced35
NR
17770argument of 0 or @code{--no-values}, prints only the names of the variables.
17771With argument of 1 or @code{--all-values}, prints also their values. With
17772argument of 2 or @code{--simple-values}, prints the name, type and value for
17773simple data types and the name and type for arrays, structures and
17774unions. In this last case, the idea is that the user can see the
17775value of simple data types immediately and he can create variable
17776objects for other data types if he wishes to explore their values in
17777more detail.
922fbb7b
AC
17778
17779@subsubheading @value{GDBN} Command
17780
17781@samp{info locals} in @value{GDBN}, @samp{gdb_get_locals} in @code{gdbtk}.
17782
17783@subsubheading Example
17784
17785@smallexample
17786(@value{GDBP})
17787-stack-list-locals 0
17788^done,locals=[name="A",name="B",name="C"]
17789(@value{GDBP})
bc8ced35 17790-stack-list-locals --all-values
922fbb7b 17791^done,locals=[@{name="A",value="1"@},@{name="B",value="2"@},
bc8ced35
NR
17792 @{name="C",value="@{1, 2, 3@}"@}]
17793-stack-list-locals --simple-values
17794^done,locals=[@{name="A",type="int",value="1"@},
17795 @{name="B",type="int",value="2"@},@{name="C",type="int [3]"@}]
922fbb7b
AC
17796(@value{GDBP})
17797@end smallexample
17798
17799
17800@subheading The @code{-stack-select-frame} Command
17801@findex -stack-select-frame
17802
17803@subsubheading Synopsis
17804
17805@smallexample
17806 -stack-select-frame @var{framenum}
17807@end smallexample
17808
17809Change the current frame. Select a different frame @var{framenum} on
17810the stack.
17811
17812@subsubheading @value{GDBN} Command
17813
17814The corresponding @value{GDBN} commands are @samp{frame}, @samp{up},
17815@samp{down}, @samp{select-frame}, @samp{up-silent}, and @samp{down-silent}.
17816
17817@subsubheading Example
17818
17819@smallexample
17820(@value{GDBP})
17821-stack-select-frame 2
17822^done
17823(@value{GDBP})
17824@end smallexample
17825
17826@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17827@node GDB/MI Symbol Query
17828@section @sc{gdb/mi} Symbol Query Commands
17829
17830
17831@subheading The @code{-symbol-info-address} Command
17832@findex -symbol-info-address
17833
17834@subsubheading Synopsis
17835
17836@smallexample
17837 -symbol-info-address @var{symbol}
17838@end smallexample
17839
17840Describe where @var{symbol} is stored.
17841
17842@subsubheading @value{GDBN} Command
17843
17844The corresponding @value{GDBN} command is @samp{info address}.
17845
17846@subsubheading Example
17847N.A.
17848
17849
17850@subheading The @code{-symbol-info-file} Command
17851@findex -symbol-info-file
17852
17853@subsubheading Synopsis
17854
17855@smallexample
17856 -symbol-info-file
17857@end smallexample
17858
17859Show the file for the symbol.
17860
17861@subsubheading @value{GDBN} Command
17862
17863There's no equivalent @value{GDBN} command. @code{gdbtk} has
17864@samp{gdb_find_file}.
17865
17866@subsubheading Example
17867N.A.
17868
17869
17870@subheading The @code{-symbol-info-function} Command
17871@findex -symbol-info-function
17872
17873@subsubheading Synopsis
17874
17875@smallexample
17876 -symbol-info-function
17877@end smallexample
17878
17879Show which function the symbol lives in.
17880
17881@subsubheading @value{GDBN} Command
17882
17883@samp{gdb_get_function} in @code{gdbtk}.
17884
17885@subsubheading Example
17886N.A.
17887
17888
17889@subheading The @code{-symbol-info-line} Command
17890@findex -symbol-info-line
17891
17892@subsubheading Synopsis
17893
17894@smallexample
17895 -symbol-info-line
17896@end smallexample
17897
17898Show the core addresses of the code for a source line.
17899
17900@subsubheading @value{GDBN} Command
17901
71952f4c 17902The corresponding @value{GDBN} command is @samp{info line}.
922fbb7b
AC
17903@code{gdbtk} has the @samp{gdb_get_line} and @samp{gdb_get_file} commands.
17904
17905@subsubheading Example
17906N.A.
17907
17908
17909@subheading The @code{-symbol-info-symbol} Command
17910@findex -symbol-info-symbol
17911
17912@subsubheading Synopsis
17913
17914@smallexample
17915 -symbol-info-symbol @var{addr}
17916@end smallexample
17917
17918Describe what symbol is at location @var{addr}.
17919
17920@subsubheading @value{GDBN} Command
17921
17922The corresponding @value{GDBN} command is @samp{info symbol}.
17923
17924@subsubheading Example
17925N.A.
17926
17927
17928@subheading The @code{-symbol-list-functions} Command
17929@findex -symbol-list-functions
17930
17931@subsubheading Synopsis
17932
17933@smallexample
17934 -symbol-list-functions
17935@end smallexample
17936
17937List the functions in the executable.
17938
17939@subsubheading @value{GDBN} Command
17940
17941@samp{info functions} in @value{GDBN}, @samp{gdb_listfunc} and
17942@samp{gdb_search} in @code{gdbtk}.
17943
17944@subsubheading Example
17945N.A.
17946
17947
32e7087d
JB
17948@subheading The @code{-symbol-list-lines} Command
17949@findex -symbol-list-lines
17950
17951@subsubheading Synopsis
17952
17953@smallexample
17954 -symbol-list-lines @var{filename}
17955@end smallexample
17956
17957Print the list of lines that contain code and their associated program
17958addresses for the given source filename. The entries are sorted in
17959ascending PC order.
17960
17961@subsubheading @value{GDBN} Command
17962
17963There is no corresponding @value{GDBN} command.
17964
17965@subsubheading Example
17966@smallexample
17967(@value{GDBP})
17968-symbol-list-lines basics.c
54ff5908 17969^done,lines=[@{pc="0x08048554",line="7"@},@{pc="0x0804855a",line="8"@}]
32e7087d
JB
17970(@value{GDBP})
17971@end smallexample
17972
17973
922fbb7b
AC
17974@subheading The @code{-symbol-list-types} Command
17975@findex -symbol-list-types
17976
17977@subsubheading Synopsis
17978
17979@smallexample
17980 -symbol-list-types
17981@end smallexample
17982
17983List all the type names.
17984
17985@subsubheading @value{GDBN} Command
17986
17987The corresponding commands are @samp{info types} in @value{GDBN},
17988@samp{gdb_search} in @code{gdbtk}.
17989
17990@subsubheading Example
17991N.A.
17992
17993
17994@subheading The @code{-symbol-list-variables} Command
17995@findex -symbol-list-variables
17996
17997@subsubheading Synopsis
17998
17999@smallexample
18000 -symbol-list-variables
18001@end smallexample
18002
18003List all the global and static variable names.
18004
18005@subsubheading @value{GDBN} Command
18006
18007@samp{info variables} in @value{GDBN}, @samp{gdb_search} in @code{gdbtk}.
18008
18009@subsubheading Example
18010N.A.
18011
18012
18013@subheading The @code{-symbol-locate} Command
18014@findex -symbol-locate
18015
18016@subsubheading Synopsis
18017
18018@smallexample
18019 -symbol-locate
18020@end smallexample
18021
18022@subsubheading @value{GDBN} Command
18023
18024@samp{gdb_loc} in @code{gdbtk}.
18025
18026@subsubheading Example
18027N.A.
18028
18029
18030@subheading The @code{-symbol-type} Command
18031@findex -symbol-type
18032
18033@subsubheading Synopsis
18034
18035@smallexample
18036 -symbol-type @var{variable}
18037@end smallexample
18038
18039Show type of @var{variable}.
18040
18041@subsubheading @value{GDBN} Command
18042
18043The corresponding @value{GDBN} command is @samp{ptype}, @code{gdbtk} has
18044@samp{gdb_obj_variable}.
18045
18046@subsubheading Example
18047N.A.
18048
18049
18050@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
18051@node GDB/MI Target Manipulation
18052@section @sc{gdb/mi} Target Manipulation Commands
18053
18054
18055@subheading The @code{-target-attach} Command
18056@findex -target-attach
18057
18058@subsubheading Synopsis
18059
18060@smallexample
18061 -target-attach @var{pid} | @var{file}
18062@end smallexample
18063
18064Attach to a process @var{pid} or a file @var{file} outside of @value{GDBN}.
18065
18066@subsubheading @value{GDBN} command
18067
18068The corresponding @value{GDBN} command is @samp{attach}.
18069
18070@subsubheading Example
18071N.A.
18072
18073
18074@subheading The @code{-target-compare-sections} Command
18075@findex -target-compare-sections
18076
18077@subsubheading Synopsis
18078
18079@smallexample
18080 -target-compare-sections [ @var{section} ]
18081@end smallexample
18082
18083Compare data of section @var{section} on target to the exec file.
18084Without the argument, all sections are compared.
18085
18086@subsubheading @value{GDBN} Command
18087
18088The @value{GDBN} equivalent is @samp{compare-sections}.
18089
18090@subsubheading Example
18091N.A.
18092
18093
18094@subheading The @code{-target-detach} Command
18095@findex -target-detach
18096
18097@subsubheading Synopsis
18098
18099@smallexample
18100 -target-detach
18101@end smallexample
18102
18103Disconnect from the remote target. There's no output.
18104
18105@subsubheading @value{GDBN} command
18106
18107The corresponding @value{GDBN} command is @samp{detach}.
18108
18109@subsubheading Example
18110
18111@smallexample
18112(@value{GDBP})
18113-target-detach
18114^done
18115(@value{GDBP})
18116@end smallexample
18117
18118
07f31aa6
DJ
18119@subheading The @code{-target-disconnect} Command
18120@findex -target-disconnect
18121
18122@subsubheading Synopsis
18123
18124@example
18125 -target-disconnect
18126@end example
18127
18128Disconnect from the remote target. There's no output.
18129
18130@subsubheading @value{GDBN} command
18131
18132The corresponding @value{GDBN} command is @samp{disconnect}.
18133
18134@subsubheading Example
18135
18136@smallexample
18137(@value{GDBP})
18138-target-disconnect
18139^done
18140(@value{GDBP})
18141@end smallexample
18142
18143
922fbb7b
AC
18144@subheading The @code{-target-download} Command
18145@findex -target-download
18146
18147@subsubheading Synopsis
18148
18149@smallexample
18150 -target-download
18151@end smallexample
18152
18153Loads the executable onto the remote target.
18154It prints out an update message every half second, which includes the fields:
18155
18156@table @samp
18157@item section
18158The name of the section.
18159@item section-sent
18160The size of what has been sent so far for that section.
18161@item section-size
18162The size of the section.
18163@item total-sent
18164The total size of what was sent so far (the current and the previous sections).
18165@item total-size
18166The size of the overall executable to download.
18167@end table
18168
18169@noindent
18170Each message is sent as status record (@pxref{GDB/MI Output Syntax, ,
18171@sc{gdb/mi} Output Syntax}).
18172
18173In addition, it prints the name and size of the sections, as they are
18174downloaded. These messages include the following fields:
18175
18176@table @samp
18177@item section
18178The name of the section.
18179@item section-size
18180The size of the section.
18181@item total-size
18182The size of the overall executable to download.
18183@end table
18184
18185@noindent
18186At the end, a summary is printed.
18187
18188@subsubheading @value{GDBN} Command
18189
18190The corresponding @value{GDBN} command is @samp{load}.
18191
18192@subsubheading Example
18193
18194Note: each status message appears on a single line. Here the messages
18195have been broken down so that they can fit onto a page.
18196
18197@smallexample
18198(@value{GDBP})
18199-target-download
18200+download,@{section=".text",section-size="6668",total-size="9880"@}
18201+download,@{section=".text",section-sent="512",section-size="6668",
18202total-sent="512",total-size="9880"@}
18203+download,@{section=".text",section-sent="1024",section-size="6668",
18204total-sent="1024",total-size="9880"@}
18205+download,@{section=".text",section-sent="1536",section-size="6668",
18206total-sent="1536",total-size="9880"@}
18207+download,@{section=".text",section-sent="2048",section-size="6668",
18208total-sent="2048",total-size="9880"@}
18209+download,@{section=".text",section-sent="2560",section-size="6668",
18210total-sent="2560",total-size="9880"@}
18211+download,@{section=".text",section-sent="3072",section-size="6668",
18212total-sent="3072",total-size="9880"@}
18213+download,@{section=".text",section-sent="3584",section-size="6668",
18214total-sent="3584",total-size="9880"@}
18215+download,@{section=".text",section-sent="4096",section-size="6668",
18216total-sent="4096",total-size="9880"@}
18217+download,@{section=".text",section-sent="4608",section-size="6668",
18218total-sent="4608",total-size="9880"@}
18219+download,@{section=".text",section-sent="5120",section-size="6668",
18220total-sent="5120",total-size="9880"@}
18221+download,@{section=".text",section-sent="5632",section-size="6668",
18222total-sent="5632",total-size="9880"@}
18223+download,@{section=".text",section-sent="6144",section-size="6668",
18224total-sent="6144",total-size="9880"@}
18225+download,@{section=".text",section-sent="6656",section-size="6668",
18226total-sent="6656",total-size="9880"@}
18227+download,@{section=".init",section-size="28",total-size="9880"@}
18228+download,@{section=".fini",section-size="28",total-size="9880"@}
18229+download,@{section=".data",section-size="3156",total-size="9880"@}
18230+download,@{section=".data",section-sent="512",section-size="3156",
18231total-sent="7236",total-size="9880"@}
18232+download,@{section=".data",section-sent="1024",section-size="3156",
18233total-sent="7748",total-size="9880"@}
18234+download,@{section=".data",section-sent="1536",section-size="3156",
18235total-sent="8260",total-size="9880"@}
18236+download,@{section=".data",section-sent="2048",section-size="3156",
18237total-sent="8772",total-size="9880"@}
18238+download,@{section=".data",section-sent="2560",section-size="3156",
18239total-sent="9284",total-size="9880"@}
18240+download,@{section=".data",section-sent="3072",section-size="3156",
18241total-sent="9796",total-size="9880"@}
18242^done,address="0x10004",load-size="9880",transfer-rate="6586",
18243write-rate="429"
18244(@value{GDBP})
18245@end smallexample
18246
18247
18248@subheading The @code{-target-exec-status} Command
18249@findex -target-exec-status
18250
18251@subsubheading Synopsis
18252
18253@smallexample
18254 -target-exec-status
18255@end smallexample
18256
18257Provide information on the state of the target (whether it is running or
18258not, for instance).
18259
18260@subsubheading @value{GDBN} Command
18261
18262There's no equivalent @value{GDBN} command.
18263
18264@subsubheading Example
18265N.A.
18266
18267
18268@subheading The @code{-target-list-available-targets} Command
18269@findex -target-list-available-targets
18270
18271@subsubheading Synopsis
18272
18273@smallexample
18274 -target-list-available-targets
18275@end smallexample
18276
18277List the possible targets to connect to.
18278
18279@subsubheading @value{GDBN} Command
18280
18281The corresponding @value{GDBN} command is @samp{help target}.
18282
18283@subsubheading Example
18284N.A.
18285
18286
18287@subheading The @code{-target-list-current-targets} Command
18288@findex -target-list-current-targets
18289
18290@subsubheading Synopsis
18291
18292@smallexample
18293 -target-list-current-targets
18294@end smallexample
18295
18296Describe the current target.
18297
18298@subsubheading @value{GDBN} Command
18299
18300The corresponding information is printed by @samp{info file} (among
18301other things).
18302
18303@subsubheading Example
18304N.A.
18305
18306
18307@subheading The @code{-target-list-parameters} Command
18308@findex -target-list-parameters
18309
18310@subsubheading Synopsis
18311
18312@smallexample
18313 -target-list-parameters
18314@end smallexample
18315
18316@c ????
18317
18318@subsubheading @value{GDBN} Command
18319
18320No equivalent.
18321
18322@subsubheading Example
18323N.A.
18324
18325
18326@subheading The @code{-target-select} Command
18327@findex -target-select
18328
18329@subsubheading Synopsis
18330
18331@smallexample
18332 -target-select @var{type} @var{parameters @dots{}}
18333@end smallexample
18334
18335Connect @value{GDBN} to the remote target. This command takes two args:
18336
18337@table @samp
18338@item @var{type}
18339The type of target, for instance @samp{async}, @samp{remote}, etc.
18340@item @var{parameters}
18341Device names, host names and the like. @xref{Target Commands, ,
18342Commands for managing targets}, for more details.
18343@end table
18344
18345The output is a connection notification, followed by the address at
18346which the target program is, in the following form:
18347
18348@smallexample
18349^connected,addr="@var{address}",func="@var{function name}",
18350 args=[@var{arg list}]
18351@end smallexample
18352
18353@subsubheading @value{GDBN} Command
18354
18355The corresponding @value{GDBN} command is @samp{target}.
18356
18357@subsubheading Example
18358
18359@smallexample
18360(@value{GDBP})
18361-target-select async /dev/ttya
18362^connected,addr="0xfe00a300",func="??",args=[]
18363(@value{GDBP})
18364@end smallexample
18365
18366@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
18367@node GDB/MI Thread Commands
18368@section @sc{gdb/mi} Thread Commands
18369
18370
18371@subheading The @code{-thread-info} Command
18372@findex -thread-info
18373
18374@subsubheading Synopsis
18375
18376@smallexample
18377 -thread-info
18378@end smallexample
18379
18380@subsubheading @value{GDBN} command
18381
18382No equivalent.
18383
18384@subsubheading Example
18385N.A.
18386
18387
18388@subheading The @code{-thread-list-all-threads} Command
18389@findex -thread-list-all-threads
18390
18391@subsubheading Synopsis
18392
18393@smallexample
18394 -thread-list-all-threads
18395@end smallexample
18396
18397@subsubheading @value{GDBN} Command
18398
18399The equivalent @value{GDBN} command is @samp{info threads}.
18400
18401@subsubheading Example
18402N.A.
18403
18404
18405@subheading The @code{-thread-list-ids} Command
18406@findex -thread-list-ids
18407
18408@subsubheading Synopsis
18409
18410@smallexample
18411 -thread-list-ids
18412@end smallexample
18413
18414Produces a list of the currently known @value{GDBN} thread ids. At the
18415end of the list it also prints the total number of such threads.
18416
18417@subsubheading @value{GDBN} Command
18418
18419Part of @samp{info threads} supplies the same information.
18420
18421@subsubheading Example
18422
18423No threads present, besides the main process:
18424
18425@smallexample
18426(@value{GDBP})
18427-thread-list-ids
18428^done,thread-ids=@{@},number-of-threads="0"
18429(@value{GDBP})
18430@end smallexample
18431
18432
18433Several threads:
18434
18435@smallexample
18436(@value{GDBP})
18437-thread-list-ids
18438^done,thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
18439number-of-threads="3"
18440(@value{GDBP})
18441@end smallexample
18442
18443
18444@subheading The @code{-thread-select} Command
18445@findex -thread-select
18446
18447@subsubheading Synopsis
18448
18449@smallexample
18450 -thread-select @var{threadnum}
18451@end smallexample
18452
18453Make @var{threadnum} the current thread. It prints the number of the new
18454current thread, and the topmost frame for that thread.
18455
18456@subsubheading @value{GDBN} Command
18457
18458The corresponding @value{GDBN} command is @samp{thread}.
18459
18460@subsubheading Example
18461
18462@smallexample
18463(@value{GDBP})
18464-exec-next
18465^running
18466(@value{GDBP})
18467*stopped,reason="end-stepping-range",thread-id="2",line="187",
18468file="../../../devo/gdb/testsuite/gdb.threads/linux-dp.c"
18469(@value{GDBP})
18470-thread-list-ids
18471^done,
18472thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
18473number-of-threads="3"
18474(@value{GDBP})
18475-thread-select 3
18476^done,new-thread-id="3",
18477frame=@{level="0",func="vprintf",
18478args=[@{name="format",value="0x8048e9c \"%*s%c %d %c\\n\""@},
18479@{name="arg",value="0x2"@}],file="vprintf.c",line="31"@}
18480(@value{GDBP})
18481@end smallexample
18482
18483@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
18484@node GDB/MI Tracepoint Commands
18485@section @sc{gdb/mi} Tracepoint Commands
18486
18487The tracepoint commands are not yet implemented.
18488
18489@c @subheading -trace-actions
18490
18491@c @subheading -trace-delete
18492
18493@c @subheading -trace-disable
18494
18495@c @subheading -trace-dump
18496
18497@c @subheading -trace-enable
18498
18499@c @subheading -trace-exists
18500
18501@c @subheading -trace-find
18502
18503@c @subheading -trace-frame-number
18504
18505@c @subheading -trace-info
18506
18507@c @subheading -trace-insert
18508
18509@c @subheading -trace-list
18510
18511@c @subheading -trace-pass-count
18512
18513@c @subheading -trace-save
18514
18515@c @subheading -trace-start
18516
18517@c @subheading -trace-stop
18518
18519
18520@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
18521@node GDB/MI Variable Objects
18522@section @sc{gdb/mi} Variable Objects
18523
18524
18525@subheading Motivation for Variable Objects in @sc{gdb/mi}
18526
18527For the implementation of a variable debugger window (locals, watched
18528expressions, etc.), we are proposing the adaptation of the existing code
18529used by @code{Insight}.
18530
18531The two main reasons for that are:
18532
18533@enumerate 1
18534@item
18535It has been proven in practice (it is already on its second generation).
18536
18537@item
18538It will shorten development time (needless to say how important it is
18539now).
18540@end enumerate
18541
18542The original interface was designed to be used by Tcl code, so it was
18543slightly changed so it could be used through @sc{gdb/mi}. This section
18544describes the @sc{gdb/mi} operations that will be available and gives some
18545hints about their use.
18546
18547@emph{Note}: In addition to the set of operations described here, we
18548expect the @sc{gui} implementation of a variable window to require, at
18549least, the following operations:
18550
18551@itemize @bullet
18552@item @code{-gdb-show} @code{output-radix}
18553@item @code{-stack-list-arguments}
18554@item @code{-stack-list-locals}
18555@item @code{-stack-select-frame}
18556@end itemize
18557
18558@subheading Introduction to Variable Objects in @sc{gdb/mi}
18559
18560@cindex variable objects in @sc{gdb/mi}
18561The basic idea behind variable objects is the creation of a named object
18562to represent a variable, an expression, a memory location or even a CPU
18563register. For each object created, a set of operations is available for
18564examining or changing its properties.
18565
18566Furthermore, complex data types, such as C structures, are represented
18567in a tree format. For instance, the @code{struct} type variable is the
18568root and the children will represent the struct members. If a child
18569is itself of a complex type, it will also have children of its own.
18570Appropriate language differences are handled for C, C@t{++} and Java.
18571
18572When returning the actual values of the objects, this facility allows
18573for the individual selection of the display format used in the result
18574creation. It can be chosen among: binary, decimal, hexadecimal, octal
18575and natural. Natural refers to a default format automatically
18576chosen based on the variable type (like decimal for an @code{int}, hex
18577for pointers, etc.).
18578
18579The following is the complete set of @sc{gdb/mi} operations defined to
18580access this functionality:
18581
18582@multitable @columnfractions .4 .6
18583@item @strong{Operation}
18584@tab @strong{Description}
18585
18586@item @code{-var-create}
18587@tab create a variable object
18588@item @code{-var-delete}
18589@tab delete the variable object and its children
18590@item @code{-var-set-format}
18591@tab set the display format of this variable
18592@item @code{-var-show-format}
18593@tab show the display format of this variable
18594@item @code{-var-info-num-children}
18595@tab tells how many children this object has
18596@item @code{-var-list-children}
18597@tab return a list of the object's children
18598@item @code{-var-info-type}
18599@tab show the type of this variable object
18600@item @code{-var-info-expression}
18601@tab print what this variable object represents
18602@item @code{-var-show-attributes}
18603@tab is this variable editable? does it exist here?
18604@item @code{-var-evaluate-expression}
18605@tab get the value of this variable
18606@item @code{-var-assign}
18607@tab set the value of this variable
18608@item @code{-var-update}
18609@tab update the variable and its children
18610@end multitable
18611
18612In the next subsection we describe each operation in detail and suggest
18613how it can be used.
18614
18615@subheading Description And Use of Operations on Variable Objects
18616
18617@subheading The @code{-var-create} Command
18618@findex -var-create
18619
18620@subsubheading Synopsis
18621
18622@smallexample
18623 -var-create @{@var{name} | "-"@}
18624 @{@var{frame-addr} | "*"@} @var{expression}
18625@end smallexample
18626
18627This operation creates a variable object, which allows the monitoring of
18628a variable, the result of an expression, a memory cell or a CPU
18629register.
18630
18631The @var{name} parameter is the string by which the object can be
18632referenced. It must be unique. If @samp{-} is specified, the varobj
18633system will generate a string ``varNNNNNN'' automatically. It will be
18634unique provided that one does not specify @var{name} on that format.
18635The command fails if a duplicate name is found.
18636
18637The frame under which the expression should be evaluated can be
18638specified by @var{frame-addr}. A @samp{*} indicates that the current
18639frame should be used.
18640
18641@var{expression} is any expression valid on the current language set (must not
18642begin with a @samp{*}), or one of the following:
18643
18644@itemize @bullet
18645@item
18646@samp{*@var{addr}}, where @var{addr} is the address of a memory cell
18647
18648@item
18649@samp{*@var{addr}-@var{addr}} --- a memory address range (TBD)
18650
18651@item
18652@samp{$@var{regname}} --- a CPU register name
18653@end itemize
18654
18655@subsubheading Result
18656
18657This operation returns the name, number of children and the type of the
18658object created. Type is returned as a string as the ones generated by
18659the @value{GDBN} CLI:
18660
18661@smallexample
18662 name="@var{name}",numchild="N",type="@var{type}"
18663@end smallexample
18664
18665
18666@subheading The @code{-var-delete} Command
18667@findex -var-delete
18668
18669@subsubheading Synopsis
18670
18671@smallexample
18672 -var-delete @var{name}
18673@end smallexample
18674
18675Deletes a previously created variable object and all of its children.
18676
18677Returns an error if the object @var{name} is not found.
18678
18679
18680@subheading The @code{-var-set-format} Command
18681@findex -var-set-format
18682
18683@subsubheading Synopsis
18684
18685@smallexample
18686 -var-set-format @var{name} @var{format-spec}
18687@end smallexample
18688
18689Sets the output format for the value of the object @var{name} to be
18690@var{format-spec}.
18691
18692The syntax for the @var{format-spec} is as follows:
18693
18694@smallexample
18695 @var{format-spec} @expansion{}
18696 @{binary | decimal | hexadecimal | octal | natural@}
18697@end smallexample
18698
18699
18700@subheading The @code{-var-show-format} Command
18701@findex -var-show-format
18702
18703@subsubheading Synopsis
18704
18705@smallexample
18706 -var-show-format @var{name}
18707@end smallexample
18708
18709Returns the format used to display the value of the object @var{name}.
18710
18711@smallexample
18712 @var{format} @expansion{}
18713 @var{format-spec}
18714@end smallexample
18715
18716
18717@subheading The @code{-var-info-num-children} Command
18718@findex -var-info-num-children
18719
18720@subsubheading Synopsis
18721
18722@smallexample
18723 -var-info-num-children @var{name}
18724@end smallexample
18725
18726Returns the number of children of a variable object @var{name}:
18727
18728@smallexample
18729 numchild=@var{n}
18730@end smallexample
18731
18732
18733@subheading The @code{-var-list-children} Command
18734@findex -var-list-children
18735
18736@subsubheading Synopsis
18737
18738@smallexample
bc8ced35 18739 -var-list-children [@var{print-values}] @var{name}
922fbb7b
AC
18740@end smallexample
18741
bc8ced35
NR
18742Returns a list of the children of the specified variable object. With
18743just the variable object name as an argument or with an optional
18744preceding argument of 0 or @code{--no-values}, prints only the names of the
18745variables. With an optional preceding argument of 1 or @code{--all-values},
18746also prints their values.
18747
18748@subsubheading Example
922fbb7b
AC
18749
18750@smallexample
bc8ced35
NR
18751(@value{GDBP})
18752 -var-list-children n
922fbb7b
AC
18753 numchild=@var{n},children=[@{name=@var{name},
18754 numchild=@var{n},type=@var{type}@},@r{(repeats N times)}]
bc8ced35
NR
18755(@value{GDBP})
18756 -var-list-children --all-values n
18757 numchild=@var{n},children=[@{name=@var{name},
18758 numchild=@var{n},value=@var{value},type=@var{type}@},@r{(repeats N times)}]
922fbb7b
AC
18759@end smallexample
18760
18761
18762@subheading The @code{-var-info-type} Command
18763@findex -var-info-type
18764
18765@subsubheading Synopsis
18766
18767@smallexample
18768 -var-info-type @var{name}
18769@end smallexample
18770
18771Returns the type of the specified variable @var{name}. The type is
18772returned as a string in the same format as it is output by the
18773@value{GDBN} CLI:
18774
18775@smallexample
18776 type=@var{typename}
18777@end smallexample
18778
18779
18780@subheading The @code{-var-info-expression} Command
18781@findex -var-info-expression
18782
18783@subsubheading Synopsis
18784
18785@smallexample
18786 -var-info-expression @var{name}
18787@end smallexample
18788
18789Returns what is represented by the variable object @var{name}:
18790
18791@smallexample
18792 lang=@var{lang-spec},exp=@var{expression}
18793@end smallexample
18794
18795@noindent
18796where @var{lang-spec} is @code{@{"C" | "C++" | "Java"@}}.
18797
18798@subheading The @code{-var-show-attributes} Command
18799@findex -var-show-attributes
18800
18801@subsubheading Synopsis
18802
18803@smallexample
18804 -var-show-attributes @var{name}
18805@end smallexample
18806
18807List attributes of the specified variable object @var{name}:
18808
18809@smallexample
18810 status=@var{attr} [ ( ,@var{attr} )* ]
18811@end smallexample
18812
18813@noindent
18814where @var{attr} is @code{@{ @{ editable | noneditable @} | TBD @}}.
18815
18816@subheading The @code{-var-evaluate-expression} Command
18817@findex -var-evaluate-expression
18818
18819@subsubheading Synopsis
18820
18821@smallexample
18822 -var-evaluate-expression @var{name}
18823@end smallexample
18824
18825Evaluates the expression that is represented by the specified variable
18826object and returns its value as a string in the current format specified
18827for the object:
18828
18829@smallexample
18830 value=@var{value}
18831@end smallexample
18832
18833Note that one must invoke @code{-var-list-children} for a variable
18834before the value of a child variable can be evaluated.
18835
18836@subheading The @code{-var-assign} Command
18837@findex -var-assign
18838
18839@subsubheading Synopsis
18840
18841@smallexample
18842 -var-assign @var{name} @var{expression}
18843@end smallexample
18844
18845Assigns the value of @var{expression} to the variable object specified
18846by @var{name}. The object must be @samp{editable}. If the variable's
b383017d 18847value is altered by the assign, the variable will show up in any
922fbb7b
AC
18848subsequent @code{-var-update} list.
18849
18850@subsubheading Example
18851
18852@smallexample
18853(@value{GDBP})
18854-var-assign var1 3
18855^done,value="3"
18856(@value{GDBP})
18857-var-update *
18858^done,changelist=[@{name="var1",in_scope="true",type_changed="false"@}]
18859(@value{GDBP})
18860@end smallexample
18861
18862@subheading The @code{-var-update} Command
18863@findex -var-update
18864
18865@subsubheading Synopsis
18866
18867@smallexample
18868 -var-update @{@var{name} | "*"@}
18869@end smallexample
18870
18871Update the value of the variable object @var{name} by evaluating its
18872expression after fetching all the new values from memory or registers.
18873A @samp{*} causes all existing variable objects to be updated.
18874
18875
18876@node Annotations
18877@chapter @value{GDBN} Annotations
18878
086432e2
AC
18879This chapter describes annotations in @value{GDBN}. Annotations were
18880designed to interface @value{GDBN} to graphical user interfaces or other
18881similar programs which want to interact with @value{GDBN} at a
922fbb7b
AC
18882relatively high level.
18883
086432e2
AC
18884The annotation mechanism has largely been superseeded by @sc{gdb/mi}
18885(@pxref{GDB/MI}).
18886
922fbb7b
AC
18887@ignore
18888This is Edition @value{EDITION}, @value{DATE}.
18889@end ignore
18890
18891@menu
18892* Annotations Overview:: What annotations are; the general syntax.
18893* Server Prefix:: Issuing a command without affecting user state.
922fbb7b
AC
18894* Prompting:: Annotations marking @value{GDBN}'s need for input.
18895* Errors:: Annotations for error messages.
922fbb7b
AC
18896* Invalidation:: Some annotations describe things now invalid.
18897* Annotations for Running::
18898 Whether the program is running, how it stopped, etc.
18899* Source Annotations:: Annotations describing source code.
922fbb7b
AC
18900@end menu
18901
18902@node Annotations Overview
18903@section What is an Annotation?
18904@cindex annotations
18905
922fbb7b
AC
18906Annotations start with a newline character, two @samp{control-z}
18907characters, and the name of the annotation. If there is no additional
18908information associated with this annotation, the name of the annotation
18909is followed immediately by a newline. If there is additional
18910information, the name of the annotation is followed by a space, the
18911additional information, and a newline. The additional information
18912cannot contain newline characters.
18913
18914Any output not beginning with a newline and two @samp{control-z}
18915characters denotes literal output from @value{GDBN}. Currently there is
18916no need for @value{GDBN} to output a newline followed by two
18917@samp{control-z} characters, but if there was such a need, the
18918annotations could be extended with an @samp{escape} annotation which
18919means those three characters as output.
18920
086432e2
AC
18921The annotation @var{level}, which is specified using the
18922@option{--annotate} command line option (@pxref{Mode Options}), controls
18923how much information @value{GDBN} prints together with its prompt,
18924values of expressions, source lines, and other types of output. Level 0
18925is for no anntations, level 1 is for use when @value{GDBN} is run as a
18926subprocess of @sc{gnu} Emacs, level 3 is the maximum annotation suitable
18927for programs that control @value{GDBN}, and level 2 annotations have
18928been made obsolete (@pxref{Limitations, , Limitations of the Annotation
18929Interface, annotate, GDB's Obsolete Annotations}). This chapter
18930describes level 3 annotations.
18931
922fbb7b
AC
18932A simple example of starting up @value{GDBN} with annotations is:
18933
18934@smallexample
086432e2
AC
18935$ @kbd{gdb --annotate=3}
18936GNU gdb 6.0
18937Copyright 2003 Free Software Foundation, Inc.
922fbb7b
AC
18938GDB is free software, covered by the GNU General Public License,
18939and you are welcome to change it and/or distribute copies of it
18940under certain conditions.
18941Type "show copying" to see the conditions.
18942There is absolutely no warranty for GDB. Type "show warranty"
18943for details.
086432e2 18944This GDB was configured as "i386-pc-linux-gnu"
922fbb7b
AC
18945
18946^Z^Zpre-prompt
f7dc1244 18947(@value{GDBP})
922fbb7b 18948^Z^Zprompt
086432e2 18949@kbd{quit}
922fbb7b
AC
18950
18951^Z^Zpost-prompt
b383017d 18952$
922fbb7b
AC
18953@end smallexample
18954
18955Here @samp{quit} is input to @value{GDBN}; the rest is output from
18956@value{GDBN}. The three lines beginning @samp{^Z^Z} (where @samp{^Z}
18957denotes a @samp{control-z} character) are annotations; the rest is
18958output from @value{GDBN}.
18959
18960@node Server Prefix
18961@section The Server Prefix
18962@cindex server prefix for annotations
18963
18964To issue a command to @value{GDBN} without affecting certain aspects of
18965the state which is seen by users, prefix it with @samp{server }. This
18966means that this command will not affect the command history, nor will it
18967affect @value{GDBN}'s notion of which command to repeat if @key{RET} is
18968pressed on a line by itself.
18969
18970The server prefix does not affect the recording of values into the value
18971history; to print a value without recording it into the value history,
18972use the @code{output} command instead of the @code{print} command.
18973
922fbb7b
AC
18974@node Prompting
18975@section Annotation for @value{GDBN} Input
18976
18977@cindex annotations for prompts
18978When @value{GDBN} prompts for input, it annotates this fact so it is possible
18979to know when to send output, when the output from a given command is
18980over, etc.
18981
18982Different kinds of input each have a different @dfn{input type}. Each
18983input type has three annotations: a @code{pre-} annotation, which
18984denotes the beginning of any prompt which is being output, a plain
18985annotation, which denotes the end of the prompt, and then a @code{post-}
18986annotation which denotes the end of any echo which may (or may not) be
18987associated with the input. For example, the @code{prompt} input type
18988features the following annotations:
18989
18990@smallexample
18991^Z^Zpre-prompt
18992^Z^Zprompt
18993^Z^Zpost-prompt
18994@end smallexample
18995
18996The input types are
18997
18998@table @code
18999@findex pre-prompt
19000@findex prompt
19001@findex post-prompt
19002@item prompt
19003When @value{GDBN} is prompting for a command (the main @value{GDBN} prompt).
19004
19005@findex pre-commands
19006@findex commands
19007@findex post-commands
19008@item commands
19009When @value{GDBN} prompts for a set of commands, like in the @code{commands}
19010command. The annotations are repeated for each command which is input.
19011
19012@findex pre-overload-choice
19013@findex overload-choice
19014@findex post-overload-choice
19015@item overload-choice
19016When @value{GDBN} wants the user to select between various overloaded functions.
19017
19018@findex pre-query
19019@findex query
19020@findex post-query
19021@item query
19022When @value{GDBN} wants the user to confirm a potentially dangerous operation.
19023
19024@findex pre-prompt-for-continue
19025@findex prompt-for-continue
19026@findex post-prompt-for-continue
19027@item prompt-for-continue
19028When @value{GDBN} is asking the user to press return to continue. Note: Don't
19029expect this to work well; instead use @code{set height 0} to disable
19030prompting. This is because the counting of lines is buggy in the
19031presence of annotations.
19032@end table
19033
19034@node Errors
19035@section Errors
19036@cindex annotations for errors, warnings and interrupts
19037
19038@findex quit
19039@smallexample
19040^Z^Zquit
19041@end smallexample
19042
19043This annotation occurs right before @value{GDBN} responds to an interrupt.
19044
19045@findex error
19046@smallexample
19047^Z^Zerror
19048@end smallexample
19049
19050This annotation occurs right before @value{GDBN} responds to an error.
19051
19052Quit and error annotations indicate that any annotations which @value{GDBN} was
19053in the middle of may end abruptly. For example, if a
19054@code{value-history-begin} annotation is followed by a @code{error}, one
19055cannot expect to receive the matching @code{value-history-end}. One
19056cannot expect not to receive it either, however; an error annotation
19057does not necessarily mean that @value{GDBN} is immediately returning all the way
19058to the top level.
19059
19060@findex error-begin
19061A quit or error annotation may be preceded by
19062
19063@smallexample
19064^Z^Zerror-begin
19065@end smallexample
19066
19067Any output between that and the quit or error annotation is the error
19068message.
19069
19070Warning messages are not yet annotated.
19071@c If we want to change that, need to fix warning(), type_error(),
19072@c range_error(), and possibly other places.
19073
922fbb7b
AC
19074@node Invalidation
19075@section Invalidation Notices
19076
19077@cindex annotations for invalidation messages
19078The following annotations say that certain pieces of state may have
19079changed.
19080
19081@table @code
19082@findex frames-invalid
19083@item ^Z^Zframes-invalid
19084
19085The frames (for example, output from the @code{backtrace} command) may
19086have changed.
19087
19088@findex breakpoints-invalid
19089@item ^Z^Zbreakpoints-invalid
19090
19091The breakpoints may have changed. For example, the user just added or
19092deleted a breakpoint.
19093@end table
19094
19095@node Annotations for Running
19096@section Running the Program
19097@cindex annotations for running programs
19098
19099@findex starting
19100@findex stopping
19101When the program starts executing due to a @value{GDBN} command such as
b383017d 19102@code{step} or @code{continue},
922fbb7b
AC
19103
19104@smallexample
19105^Z^Zstarting
19106@end smallexample
19107
b383017d 19108is output. When the program stops,
922fbb7b
AC
19109
19110@smallexample
19111^Z^Zstopped
19112@end smallexample
19113
19114is output. Before the @code{stopped} annotation, a variety of
19115annotations describe how the program stopped.
19116
19117@table @code
19118@findex exited
19119@item ^Z^Zexited @var{exit-status}
19120The program exited, and @var{exit-status} is the exit status (zero for
19121successful exit, otherwise nonzero).
19122
19123@findex signalled
19124@findex signal-name
19125@findex signal-name-end
19126@findex signal-string
19127@findex signal-string-end
19128@item ^Z^Zsignalled
19129The program exited with a signal. After the @code{^Z^Zsignalled}, the
19130annotation continues:
19131
19132@smallexample
19133@var{intro-text}
19134^Z^Zsignal-name
19135@var{name}
19136^Z^Zsignal-name-end
19137@var{middle-text}
19138^Z^Zsignal-string
19139@var{string}
19140^Z^Zsignal-string-end
19141@var{end-text}
19142@end smallexample
19143
19144@noindent
19145where @var{name} is the name of the signal, such as @code{SIGILL} or
19146@code{SIGSEGV}, and @var{string} is the explanation of the signal, such
19147as @code{Illegal Instruction} or @code{Segmentation fault}.
19148@var{intro-text}, @var{middle-text}, and @var{end-text} are for the
19149user's benefit and have no particular format.
19150
19151@findex signal
19152@item ^Z^Zsignal
19153The syntax of this annotation is just like @code{signalled}, but @value{GDBN} is
19154just saying that the program received the signal, not that it was
19155terminated with it.
19156
19157@findex breakpoint
19158@item ^Z^Zbreakpoint @var{number}
19159The program hit breakpoint number @var{number}.
19160
19161@findex watchpoint
19162@item ^Z^Zwatchpoint @var{number}
19163The program hit watchpoint number @var{number}.
19164@end table
19165
19166@node Source Annotations
19167@section Displaying Source
19168@cindex annotations for source display
19169
19170@findex source
19171The following annotation is used instead of displaying source code:
19172
19173@smallexample
19174^Z^Zsource @var{filename}:@var{line}:@var{character}:@var{middle}:@var{addr}
19175@end smallexample
19176
19177where @var{filename} is an absolute file name indicating which source
19178file, @var{line} is the line number within that file (where 1 is the
19179first line in the file), @var{character} is the character position
19180within the file (where 0 is the first character in the file) (for most
19181debug formats this will necessarily point to the beginning of a line),
19182@var{middle} is @samp{middle} if @var{addr} is in the middle of the
19183line, or @samp{beg} if @var{addr} is at the beginning of the line, and
19184@var{addr} is the address in the target program associated with the
19185source which is being displayed. @var{addr} is in the form @samp{0x}
19186followed by one or more lowercase hex digits (note that this does not
19187depend on the language).
19188
8e04817f
AC
19189@node GDB Bugs
19190@chapter Reporting Bugs in @value{GDBN}
19191@cindex bugs in @value{GDBN}
19192@cindex reporting bugs in @value{GDBN}
c906108c 19193
8e04817f 19194Your bug reports play an essential role in making @value{GDBN} reliable.
c906108c 19195
8e04817f
AC
19196Reporting a bug may help you by bringing a solution to your problem, or it
19197may not. But in any case the principal function of a bug report is to help
19198the entire community by making the next version of @value{GDBN} work better. Bug
19199reports are your contribution to the maintenance of @value{GDBN}.
c906108c 19200
8e04817f
AC
19201In order for a bug report to serve its purpose, you must include the
19202information that enables us to fix the bug.
c4555f82
SC
19203
19204@menu
8e04817f
AC
19205* Bug Criteria:: Have you found a bug?
19206* Bug Reporting:: How to report bugs
c4555f82
SC
19207@end menu
19208
8e04817f
AC
19209@node Bug Criteria
19210@section Have you found a bug?
19211@cindex bug criteria
c4555f82 19212
8e04817f 19213If you are not sure whether you have found a bug, here are some guidelines:
c4555f82
SC
19214
19215@itemize @bullet
8e04817f
AC
19216@cindex fatal signal
19217@cindex debugger crash
19218@cindex crash of debugger
c4555f82 19219@item
8e04817f
AC
19220If the debugger gets a fatal signal, for any input whatever, that is a
19221@value{GDBN} bug. Reliable debuggers never crash.
19222
19223@cindex error on valid input
19224@item
19225If @value{GDBN} produces an error message for valid input, that is a
19226bug. (Note that if you're cross debugging, the problem may also be
19227somewhere in the connection to the target.)
c4555f82 19228
8e04817f 19229@cindex invalid input
c4555f82 19230@item
8e04817f
AC
19231If @value{GDBN} does not produce an error message for invalid input,
19232that is a bug. However, you should note that your idea of
19233``invalid input'' might be our idea of ``an extension'' or ``support
19234for traditional practice''.
19235
19236@item
19237If you are an experienced user of debugging tools, your suggestions
19238for improvement of @value{GDBN} are welcome in any case.
c4555f82
SC
19239@end itemize
19240
8e04817f
AC
19241@node Bug Reporting
19242@section How to report bugs
19243@cindex bug reports
19244@cindex @value{GDBN} bugs, reporting
19245
19246A number of companies and individuals offer support for @sc{gnu} products.
19247If you obtained @value{GDBN} from a support organization, we recommend you
19248contact that organization first.
19249
19250You can find contact information for many support companies and
19251individuals in the file @file{etc/SERVICE} in the @sc{gnu} Emacs
19252distribution.
19253@c should add a web page ref...
19254
129188f6
AC
19255In any event, we also recommend that you submit bug reports for
19256@value{GDBN}. The prefered method is to submit them directly using
19257@uref{http://www.gnu.org/software/gdb/bugs/, @value{GDBN}'s Bugs web
19258page}. Alternatively, the @email{bug-gdb@@gnu.org, e-mail gateway} can
19259be used.
8e04817f
AC
19260
19261@strong{Do not send bug reports to @samp{info-gdb}, or to
19262@samp{help-gdb}, or to any newsgroups.} Most users of @value{GDBN} do
19263not want to receive bug reports. Those that do have arranged to receive
19264@samp{bug-gdb}.
19265
19266The mailing list @samp{bug-gdb} has a newsgroup @samp{gnu.gdb.bug} which
19267serves as a repeater. The mailing list and the newsgroup carry exactly
19268the same messages. Often people think of posting bug reports to the
19269newsgroup instead of mailing them. This appears to work, but it has one
19270problem which can be crucial: a newsgroup posting often lacks a mail
19271path back to the sender. Thus, if we need to ask for more information,
19272we may be unable to reach you. For this reason, it is better to send
19273bug reports to the mailing list.
c4555f82 19274
8e04817f
AC
19275The fundamental principle of reporting bugs usefully is this:
19276@strong{report all the facts}. If you are not sure whether to state a
19277fact or leave it out, state it!
c4555f82 19278
8e04817f
AC
19279Often people omit facts because they think they know what causes the
19280problem and assume that some details do not matter. Thus, you might
19281assume that the name of the variable you use in an example does not matter.
19282Well, probably it does not, but one cannot be sure. Perhaps the bug is a
19283stray memory reference which happens to fetch from the location where that
19284name is stored in memory; perhaps, if the name were different, the contents
19285of that location would fool the debugger into doing the right thing despite
19286the bug. Play it safe and give a specific, complete example. That is the
19287easiest thing for you to do, and the most helpful.
c4555f82 19288
8e04817f
AC
19289Keep in mind that the purpose of a bug report is to enable us to fix the
19290bug. It may be that the bug has been reported previously, but neither
19291you nor we can know that unless your bug report is complete and
19292self-contained.
c4555f82 19293
8e04817f
AC
19294Sometimes people give a few sketchy facts and ask, ``Does this ring a
19295bell?'' Those bug reports are useless, and we urge everyone to
19296@emph{refuse to respond to them} except to chide the sender to report
19297bugs properly.
19298
19299To enable us to fix the bug, you should include all these things:
c4555f82
SC
19300
19301@itemize @bullet
19302@item
8e04817f
AC
19303The version of @value{GDBN}. @value{GDBN} announces it if you start
19304with no arguments; you can also print it at any time using @code{show
19305version}.
c4555f82 19306
8e04817f
AC
19307Without this, we will not know whether there is any point in looking for
19308the bug in the current version of @value{GDBN}.
c4555f82
SC
19309
19310@item
8e04817f
AC
19311The type of machine you are using, and the operating system name and
19312version number.
c4555f82
SC
19313
19314@item
8e04817f
AC
19315What compiler (and its version) was used to compile @value{GDBN}---e.g.
19316``@value{GCC}--2.8.1''.
c4555f82
SC
19317
19318@item
8e04817f
AC
19319What compiler (and its version) was used to compile the program you are
19320debugging---e.g. ``@value{GCC}--2.8.1'', or ``HP92453-01 A.10.32.03 HP
19321C Compiler''. For GCC, you can say @code{gcc --version} to get this
19322information; for other compilers, see the documentation for those
19323compilers.
c4555f82 19324
8e04817f
AC
19325@item
19326The command arguments you gave the compiler to compile your example and
19327observe the bug. For example, did you use @samp{-O}? To guarantee
19328you will not omit something important, list them all. A copy of the
19329Makefile (or the output from make) is sufficient.
c4555f82 19330
8e04817f
AC
19331If we were to try to guess the arguments, we would probably guess wrong
19332and then we might not encounter the bug.
c4555f82 19333
8e04817f
AC
19334@item
19335A complete input script, and all necessary source files, that will
19336reproduce the bug.
c4555f82 19337
8e04817f
AC
19338@item
19339A description of what behavior you observe that you believe is
19340incorrect. For example, ``It gets a fatal signal.''
c4555f82 19341
8e04817f
AC
19342Of course, if the bug is that @value{GDBN} gets a fatal signal, then we
19343will certainly notice it. But if the bug is incorrect output, we might
19344not notice unless it is glaringly wrong. You might as well not give us
19345a chance to make a mistake.
c4555f82 19346
8e04817f
AC
19347Even if the problem you experience is a fatal signal, you should still
19348say so explicitly. Suppose something strange is going on, such as, your
19349copy of @value{GDBN} is out of synch, or you have encountered a bug in
19350the C library on your system. (This has happened!) Your copy might
19351crash and ours would not. If you told us to expect a crash, then when
19352ours fails to crash, we would know that the bug was not happening for
19353us. If you had not told us to expect a crash, then we would not be able
19354to draw any conclusion from our observations.
c4555f82 19355
e0c07bf0
MC
19356@pindex script
19357@cindex recording a session script
19358To collect all this information, you can use a session recording program
19359such as @command{script}, which is available on many Unix systems.
19360Just run your @value{GDBN} session inside @command{script} and then
19361include the @file{typescript} file with your bug report.
19362
19363Another way to record a @value{GDBN} session is to run @value{GDBN}
19364inside Emacs and then save the entire buffer to a file.
19365
8e04817f
AC
19366@item
19367If you wish to suggest changes to the @value{GDBN} source, send us context
19368diffs. If you even discuss something in the @value{GDBN} source, refer to
19369it by context, not by line number.
c4555f82 19370
8e04817f
AC
19371The line numbers in our development sources will not match those in your
19372sources. Your line numbers would convey no useful information to us.
c4555f82 19373
8e04817f 19374@end itemize
c4555f82 19375
8e04817f 19376Here are some things that are not necessary:
c4555f82 19377
8e04817f
AC
19378@itemize @bullet
19379@item
19380A description of the envelope of the bug.
c4555f82 19381
8e04817f
AC
19382Often people who encounter a bug spend a lot of time investigating
19383which changes to the input file will make the bug go away and which
19384changes will not affect it.
c4555f82 19385
8e04817f
AC
19386This is often time consuming and not very useful, because the way we
19387will find the bug is by running a single example under the debugger
19388with breakpoints, not by pure deduction from a series of examples.
19389We recommend that you save your time for something else.
c4555f82 19390
8e04817f
AC
19391Of course, if you can find a simpler example to report @emph{instead}
19392of the original one, that is a convenience for us. Errors in the
19393output will be easier to spot, running under the debugger will take
19394less time, and so on.
c4555f82 19395
8e04817f
AC
19396However, simplification is not vital; if you do not want to do this,
19397report the bug anyway and send us the entire test case you used.
c4555f82 19398
8e04817f
AC
19399@item
19400A patch for the bug.
c4555f82 19401
8e04817f
AC
19402A patch for the bug does help us if it is a good one. But do not omit
19403the necessary information, such as the test case, on the assumption that
19404a patch is all we need. We might see problems with your patch and decide
19405to fix the problem another way, or we might not understand it at all.
c4555f82 19406
8e04817f
AC
19407Sometimes with a program as complicated as @value{GDBN} it is very hard to
19408construct an example that will make the program follow a certain path
19409through the code. If you do not send us the example, we will not be able
19410to construct one, so we will not be able to verify that the bug is fixed.
c4555f82 19411
8e04817f
AC
19412And if we cannot understand what bug you are trying to fix, or why your
19413patch should be an improvement, we will not install it. A test case will
19414help us to understand.
c4555f82 19415
8e04817f
AC
19416@item
19417A guess about what the bug is or what it depends on.
c4555f82 19418
8e04817f
AC
19419Such guesses are usually wrong. Even we cannot guess right about such
19420things without first using the debugger to find the facts.
19421@end itemize
c4555f82 19422
8e04817f
AC
19423@c The readline documentation is distributed with the readline code
19424@c and consists of the two following files:
19425@c rluser.texinfo
19426@c inc-hist.texinfo
19427@c Use -I with makeinfo to point to the appropriate directory,
19428@c environment var TEXINPUTS with TeX.
19429@include rluser.texinfo
19430@include inc-hist.texinfo
c4555f82 19431
c4555f82 19432
8e04817f
AC
19433@node Formatting Documentation
19434@appendix Formatting Documentation
c4555f82 19435
8e04817f
AC
19436@cindex @value{GDBN} reference card
19437@cindex reference card
19438The @value{GDBN} 4 release includes an already-formatted reference card, ready
19439for printing with PostScript or Ghostscript, in the @file{gdb}
19440subdirectory of the main source directory@footnote{In
19441@file{gdb-@value{GDBVN}/gdb/refcard.ps} of the version @value{GDBVN}
19442release.}. If you can use PostScript or Ghostscript with your printer,
19443you can print the reference card immediately with @file{refcard.ps}.
c4555f82 19444
8e04817f
AC
19445The release also includes the source for the reference card. You
19446can format it, using @TeX{}, by typing:
c4555f82 19447
474c8240 19448@smallexample
8e04817f 19449make refcard.dvi
474c8240 19450@end smallexample
c4555f82 19451
8e04817f
AC
19452The @value{GDBN} reference card is designed to print in @dfn{landscape}
19453mode on US ``letter'' size paper;
19454that is, on a sheet 11 inches wide by 8.5 inches
19455high. You will need to specify this form of printing as an option to
19456your @sc{dvi} output program.
c4555f82 19457
8e04817f 19458@cindex documentation
c4555f82 19459
8e04817f
AC
19460All the documentation for @value{GDBN} comes as part of the machine-readable
19461distribution. The documentation is written in Texinfo format, which is
19462a documentation system that uses a single source file to produce both
19463on-line information and a printed manual. You can use one of the Info
19464formatting commands to create the on-line version of the documentation
19465and @TeX{} (or @code{texi2roff}) to typeset the printed version.
c4555f82 19466
8e04817f
AC
19467@value{GDBN} includes an already formatted copy of the on-line Info
19468version of this manual in the @file{gdb} subdirectory. The main Info
19469file is @file{gdb-@value{GDBVN}/gdb/gdb.info}, and it refers to
19470subordinate files matching @samp{gdb.info*} in the same directory. If
19471necessary, you can print out these files, or read them with any editor;
19472but they are easier to read using the @code{info} subsystem in @sc{gnu}
19473Emacs or the standalone @code{info} program, available as part of the
19474@sc{gnu} Texinfo distribution.
c4555f82 19475
8e04817f
AC
19476If you want to format these Info files yourself, you need one of the
19477Info formatting programs, such as @code{texinfo-format-buffer} or
19478@code{makeinfo}.
c4555f82 19479
8e04817f
AC
19480If you have @code{makeinfo} installed, and are in the top level
19481@value{GDBN} source directory (@file{gdb-@value{GDBVN}}, in the case of
19482version @value{GDBVN}), you can make the Info file by typing:
c4555f82 19483
474c8240 19484@smallexample
8e04817f
AC
19485cd gdb
19486make gdb.info
474c8240 19487@end smallexample
c4555f82 19488
8e04817f
AC
19489If you want to typeset and print copies of this manual, you need @TeX{},
19490a program to print its @sc{dvi} output files, and @file{texinfo.tex}, the
19491Texinfo definitions file.
c4555f82 19492
8e04817f
AC
19493@TeX{} is a typesetting program; it does not print files directly, but
19494produces output files called @sc{dvi} files. To print a typeset
19495document, you need a program to print @sc{dvi} files. If your system
19496has @TeX{} installed, chances are it has such a program. The precise
19497command to use depends on your system; @kbd{lpr -d} is common; another
19498(for PostScript devices) is @kbd{dvips}. The @sc{dvi} print command may
19499require a file name without any extension or a @samp{.dvi} extension.
c4555f82 19500
8e04817f
AC
19501@TeX{} also requires a macro definitions file called
19502@file{texinfo.tex}. This file tells @TeX{} how to typeset a document
19503written in Texinfo format. On its own, @TeX{} cannot either read or
19504typeset a Texinfo file. @file{texinfo.tex} is distributed with GDB
19505and is located in the @file{gdb-@var{version-number}/texinfo}
19506directory.
c4555f82 19507
8e04817f
AC
19508If you have @TeX{} and a @sc{dvi} printer program installed, you can
19509typeset and print this manual. First switch to the the @file{gdb}
19510subdirectory of the main source directory (for example, to
19511@file{gdb-@value{GDBVN}/gdb}) and type:
c4555f82 19512
474c8240 19513@smallexample
8e04817f 19514make gdb.dvi
474c8240 19515@end smallexample
c4555f82 19516
8e04817f 19517Then give @file{gdb.dvi} to your @sc{dvi} printing program.
c4555f82 19518
8e04817f
AC
19519@node Installing GDB
19520@appendix Installing @value{GDBN}
19521@cindex configuring @value{GDBN}
19522@cindex installation
94e91d6d 19523@cindex configuring @value{GDBN}, and source tree subdirectories
c4555f82 19524
8e04817f
AC
19525@value{GDBN} comes with a @code{configure} script that automates the process
19526of preparing @value{GDBN} for installation; you can then use @code{make} to
19527build the @code{gdb} program.
19528@iftex
19529@c irrelevant in info file; it's as current as the code it lives with.
19530@footnote{If you have a more recent version of @value{GDBN} than @value{GDBVN},
19531look at the @file{README} file in the sources; we may have improved the
19532installation procedures since publishing this manual.}
19533@end iftex
c4555f82 19534
8e04817f
AC
19535The @value{GDBN} distribution includes all the source code you need for
19536@value{GDBN} in a single directory, whose name is usually composed by
19537appending the version number to @samp{gdb}.
c4555f82 19538
8e04817f
AC
19539For example, the @value{GDBN} version @value{GDBVN} distribution is in the
19540@file{gdb-@value{GDBVN}} directory. That directory contains:
c4555f82 19541
8e04817f
AC
19542@table @code
19543@item gdb-@value{GDBVN}/configure @r{(and supporting files)}
19544script for configuring @value{GDBN} and all its supporting libraries
c4555f82 19545
8e04817f
AC
19546@item gdb-@value{GDBVN}/gdb
19547the source specific to @value{GDBN} itself
c4555f82 19548
8e04817f
AC
19549@item gdb-@value{GDBVN}/bfd
19550source for the Binary File Descriptor library
c906108c 19551
8e04817f
AC
19552@item gdb-@value{GDBVN}/include
19553@sc{gnu} include files
c906108c 19554
8e04817f
AC
19555@item gdb-@value{GDBVN}/libiberty
19556source for the @samp{-liberty} free software library
c906108c 19557
8e04817f
AC
19558@item gdb-@value{GDBVN}/opcodes
19559source for the library of opcode tables and disassemblers
c906108c 19560
8e04817f
AC
19561@item gdb-@value{GDBVN}/readline
19562source for the @sc{gnu} command-line interface
c906108c 19563
8e04817f
AC
19564@item gdb-@value{GDBVN}/glob
19565source for the @sc{gnu} filename pattern-matching subroutine
c906108c 19566
8e04817f
AC
19567@item gdb-@value{GDBVN}/mmalloc
19568source for the @sc{gnu} memory-mapped malloc package
19569@end table
c906108c 19570
8e04817f
AC
19571The simplest way to configure and build @value{GDBN} is to run @code{configure}
19572from the @file{gdb-@var{version-number}} source directory, which in
19573this example is the @file{gdb-@value{GDBVN}} directory.
c906108c 19574
8e04817f
AC
19575First switch to the @file{gdb-@var{version-number}} source directory
19576if you are not already in it; then run @code{configure}. Pass the
19577identifier for the platform on which @value{GDBN} will run as an
19578argument.
c906108c 19579
8e04817f 19580For example:
c906108c 19581
474c8240 19582@smallexample
8e04817f
AC
19583cd gdb-@value{GDBVN}
19584./configure @var{host}
19585make
474c8240 19586@end smallexample
c906108c 19587
8e04817f
AC
19588@noindent
19589where @var{host} is an identifier such as @samp{sun4} or
19590@samp{decstation}, that identifies the platform where @value{GDBN} will run.
19591(You can often leave off @var{host}; @code{configure} tries to guess the
19592correct value by examining your system.)
c906108c 19593
8e04817f
AC
19594Running @samp{configure @var{host}} and then running @code{make} builds the
19595@file{bfd}, @file{readline}, @file{mmalloc}, and @file{libiberty}
19596libraries, then @code{gdb} itself. The configured source files, and the
19597binaries, are left in the corresponding source directories.
c906108c 19598
8e04817f
AC
19599@need 750
19600@code{configure} is a Bourne-shell (@code{/bin/sh}) script; if your
19601system does not recognize this automatically when you run a different
19602shell, you may need to run @code{sh} on it explicitly:
c906108c 19603
474c8240 19604@smallexample
8e04817f 19605sh configure @var{host}
474c8240 19606@end smallexample
c906108c 19607
8e04817f
AC
19608If you run @code{configure} from a directory that contains source
19609directories for multiple libraries or programs, such as the
19610@file{gdb-@value{GDBVN}} source directory for version @value{GDBVN}, @code{configure}
19611creates configuration files for every directory level underneath (unless
19612you tell it not to, with the @samp{--norecursion} option).
19613
94e91d6d
MC
19614You should run the @code{configure} script from the top directory in the
19615source tree, the @file{gdb-@var{version-number}} directory. If you run
19616@code{configure} from one of the subdirectories, you will configure only
19617that subdirectory. That is usually not what you want. In particular,
19618if you run the first @code{configure} from the @file{gdb} subdirectory
19619of the @file{gdb-@var{version-number}} directory, you will omit the
19620configuration of @file{bfd}, @file{readline}, and other sibling
19621directories of the @file{gdb} subdirectory. This leads to build errors
19622about missing include files such as @file{bfd/bfd.h}.
c906108c 19623
8e04817f
AC
19624You can install @code{@value{GDBP}} anywhere; it has no hardwired paths.
19625However, you should make sure that the shell on your path (named by
19626the @samp{SHELL} environment variable) is publicly readable. Remember
19627that @value{GDBN} uses the shell to start your program---some systems refuse to
19628let @value{GDBN} debug child processes whose programs are not readable.
c906108c 19629
8e04817f
AC
19630@menu
19631* Separate Objdir:: Compiling @value{GDBN} in another directory
19632* Config Names:: Specifying names for hosts and targets
19633* Configure Options:: Summary of options for configure
19634@end menu
c906108c 19635
8e04817f
AC
19636@node Separate Objdir
19637@section Compiling @value{GDBN} in another directory
c906108c 19638
8e04817f
AC
19639If you want to run @value{GDBN} versions for several host or target machines,
19640you need a different @code{gdb} compiled for each combination of
19641host and target. @code{configure} is designed to make this easy by
19642allowing you to generate each configuration in a separate subdirectory,
19643rather than in the source directory. If your @code{make} program
19644handles the @samp{VPATH} feature (@sc{gnu} @code{make} does), running
19645@code{make} in each of these directories builds the @code{gdb}
19646program specified there.
c906108c 19647
8e04817f
AC
19648To build @code{gdb} in a separate directory, run @code{configure}
19649with the @samp{--srcdir} option to specify where to find the source.
19650(You also need to specify a path to find @code{configure}
19651itself from your working directory. If the path to @code{configure}
19652would be the same as the argument to @samp{--srcdir}, you can leave out
19653the @samp{--srcdir} option; it is assumed.)
c906108c 19654
8e04817f
AC
19655For example, with version @value{GDBVN}, you can build @value{GDBN} in a
19656separate directory for a Sun 4 like this:
c906108c 19657
474c8240 19658@smallexample
8e04817f
AC
19659@group
19660cd gdb-@value{GDBVN}
19661mkdir ../gdb-sun4
19662cd ../gdb-sun4
19663../gdb-@value{GDBVN}/configure sun4
19664make
19665@end group
474c8240 19666@end smallexample
c906108c 19667
8e04817f
AC
19668When @code{configure} builds a configuration using a remote source
19669directory, it creates a tree for the binaries with the same structure
19670(and using the same names) as the tree under the source directory. In
19671the example, you'd find the Sun 4 library @file{libiberty.a} in the
19672directory @file{gdb-sun4/libiberty}, and @value{GDBN} itself in
19673@file{gdb-sun4/gdb}.
c906108c 19674
94e91d6d
MC
19675Make sure that your path to the @file{configure} script has just one
19676instance of @file{gdb} in it. If your path to @file{configure} looks
19677like @file{../gdb-@value{GDBVN}/gdb/configure}, you are configuring only
19678one subdirectory of @value{GDBN}, not the whole package. This leads to
19679build errors about missing include files such as @file{bfd/bfd.h}.
19680
8e04817f
AC
19681One popular reason to build several @value{GDBN} configurations in separate
19682directories is to configure @value{GDBN} for cross-compiling (where
19683@value{GDBN} runs on one machine---the @dfn{host}---while debugging
19684programs that run on another machine---the @dfn{target}).
19685You specify a cross-debugging target by
19686giving the @samp{--target=@var{target}} option to @code{configure}.
c906108c 19687
8e04817f
AC
19688When you run @code{make} to build a program or library, you must run
19689it in a configured directory---whatever directory you were in when you
19690called @code{configure} (or one of its subdirectories).
c906108c 19691
8e04817f
AC
19692The @code{Makefile} that @code{configure} generates in each source
19693directory also runs recursively. If you type @code{make} in a source
19694directory such as @file{gdb-@value{GDBVN}} (or in a separate configured
19695directory configured with @samp{--srcdir=@var{dirname}/gdb-@value{GDBVN}}), you
19696will build all the required libraries, and then build GDB.
c906108c 19697
8e04817f
AC
19698When you have multiple hosts or targets configured in separate
19699directories, you can run @code{make} on them in parallel (for example,
19700if they are NFS-mounted on each of the hosts); they will not interfere
19701with each other.
c906108c 19702
8e04817f
AC
19703@node Config Names
19704@section Specifying names for hosts and targets
c906108c 19705
8e04817f
AC
19706The specifications used for hosts and targets in the @code{configure}
19707script are based on a three-part naming scheme, but some short predefined
19708aliases are also supported. The full naming scheme encodes three pieces
19709of information in the following pattern:
c906108c 19710
474c8240 19711@smallexample
8e04817f 19712@var{architecture}-@var{vendor}-@var{os}
474c8240 19713@end smallexample
c906108c 19714
8e04817f
AC
19715For example, you can use the alias @code{sun4} as a @var{host} argument,
19716or as the value for @var{target} in a @code{--target=@var{target}}
19717option. The equivalent full name is @samp{sparc-sun-sunos4}.
c906108c 19718
8e04817f
AC
19719The @code{configure} script accompanying @value{GDBN} does not provide
19720any query facility to list all supported host and target names or
19721aliases. @code{configure} calls the Bourne shell script
19722@code{config.sub} to map abbreviations to full names; you can read the
19723script, if you wish, or you can use it to test your guesses on
19724abbreviations---for example:
c906108c 19725
8e04817f
AC
19726@smallexample
19727% sh config.sub i386-linux
19728i386-pc-linux-gnu
19729% sh config.sub alpha-linux
19730alpha-unknown-linux-gnu
19731% sh config.sub hp9k700
19732hppa1.1-hp-hpux
19733% sh config.sub sun4
19734sparc-sun-sunos4.1.1
19735% sh config.sub sun3
19736m68k-sun-sunos4.1.1
19737% sh config.sub i986v
19738Invalid configuration `i986v': machine `i986v' not recognized
19739@end smallexample
c906108c 19740
8e04817f
AC
19741@noindent
19742@code{config.sub} is also distributed in the @value{GDBN} source
19743directory (@file{gdb-@value{GDBVN}}, for version @value{GDBVN}).
d700128c 19744
8e04817f
AC
19745@node Configure Options
19746@section @code{configure} options
c906108c 19747
8e04817f
AC
19748Here is a summary of the @code{configure} options and arguments that
19749are most often useful for building @value{GDBN}. @code{configure} also has
19750several other options not listed here. @inforef{What Configure
19751Does,,configure.info}, for a full explanation of @code{configure}.
c906108c 19752
474c8240 19753@smallexample
8e04817f
AC
19754configure @r{[}--help@r{]}
19755 @r{[}--prefix=@var{dir}@r{]}
19756 @r{[}--exec-prefix=@var{dir}@r{]}
19757 @r{[}--srcdir=@var{dirname}@r{]}
19758 @r{[}--norecursion@r{]} @r{[}--rm@r{]}
19759 @r{[}--target=@var{target}@r{]}
19760 @var{host}
474c8240 19761@end smallexample
c906108c 19762
8e04817f
AC
19763@noindent
19764You may introduce options with a single @samp{-} rather than
19765@samp{--} if you prefer; but you may abbreviate option names if you use
19766@samp{--}.
c906108c 19767
8e04817f
AC
19768@table @code
19769@item --help
19770Display a quick summary of how to invoke @code{configure}.
c906108c 19771
8e04817f
AC
19772@item --prefix=@var{dir}
19773Configure the source to install programs and files under directory
19774@file{@var{dir}}.
c906108c 19775
8e04817f
AC
19776@item --exec-prefix=@var{dir}
19777Configure the source to install programs under directory
19778@file{@var{dir}}.
c906108c 19779
8e04817f
AC
19780@c avoid splitting the warning from the explanation:
19781@need 2000
19782@item --srcdir=@var{dirname}
19783@strong{Warning: using this option requires @sc{gnu} @code{make}, or another
19784@code{make} that implements the @code{VPATH} feature.}@*
19785Use this option to make configurations in directories separate from the
19786@value{GDBN} source directories. Among other things, you can use this to
19787build (or maintain) several configurations simultaneously, in separate
19788directories. @code{configure} writes configuration specific files in
19789the current directory, but arranges for them to use the source in the
19790directory @var{dirname}. @code{configure} creates directories under
19791the working directory in parallel to the source directories below
19792@var{dirname}.
c906108c 19793
8e04817f
AC
19794@item --norecursion
19795Configure only the directory level where @code{configure} is executed; do not
19796propagate configuration to subdirectories.
c906108c 19797
8e04817f
AC
19798@item --target=@var{target}
19799Configure @value{GDBN} for cross-debugging programs running on the specified
19800@var{target}. Without this option, @value{GDBN} is configured to debug
19801programs that run on the same machine (@var{host}) as @value{GDBN} itself.
c906108c 19802
8e04817f 19803There is no convenient way to generate a list of all available targets.
c906108c 19804
8e04817f
AC
19805@item @var{host} @dots{}
19806Configure @value{GDBN} to run on the specified @var{host}.
c906108c 19807
8e04817f
AC
19808There is no convenient way to generate a list of all available hosts.
19809@end table
c906108c 19810
8e04817f
AC
19811There are many other options available as well, but they are generally
19812needed for special purposes only.
c906108c 19813
8e04817f
AC
19814@node Maintenance Commands
19815@appendix Maintenance Commands
19816@cindex maintenance commands
19817@cindex internal commands
c906108c 19818
8e04817f
AC
19819In addition to commands intended for @value{GDBN} users, @value{GDBN}
19820includes a number of commands intended for @value{GDBN} developers.
19821These commands are provided here for reference.
c906108c 19822
8e04817f
AC
19823@table @code
19824@kindex maint info breakpoints
19825@item @anchor{maint info breakpoints}maint info breakpoints
19826Using the same format as @samp{info breakpoints}, display both the
19827breakpoints you've set explicitly, and those @value{GDBN} is using for
19828internal purposes. Internal breakpoints are shown with negative
19829breakpoint numbers. The type column identifies what kind of breakpoint
19830is shown:
c906108c 19831
8e04817f
AC
19832@table @code
19833@item breakpoint
19834Normal, explicitly set breakpoint.
c906108c 19835
8e04817f
AC
19836@item watchpoint
19837Normal, explicitly set watchpoint.
c906108c 19838
8e04817f
AC
19839@item longjmp
19840Internal breakpoint, used to handle correctly stepping through
19841@code{longjmp} calls.
c906108c 19842
8e04817f
AC
19843@item longjmp resume
19844Internal breakpoint at the target of a @code{longjmp}.
c906108c 19845
8e04817f
AC
19846@item until
19847Temporary internal breakpoint used by the @value{GDBN} @code{until} command.
c906108c 19848
8e04817f
AC
19849@item finish
19850Temporary internal breakpoint used by the @value{GDBN} @code{finish} command.
c906108c 19851
8e04817f
AC
19852@item shlib events
19853Shared library events.
c906108c 19854
8e04817f 19855@end table
c906108c 19856
8d30a00d
AC
19857@kindex maint internal-error
19858@kindex maint internal-warning
19859@item maint internal-error
19860@itemx maint internal-warning
19861Cause @value{GDBN} to call the internal function @code{internal_error}
19862or @code{internal_warning} and hence behave as though an internal error
19863or internal warning has been detected. In addition to reporting the
19864internal problem, these functions give the user the opportunity to
19865either quit @value{GDBN} or create a core file of the current
19866@value{GDBN} session.
19867
19868@smallexample
f7dc1244 19869(@value{GDBP}) @kbd{maint internal-error testing, 1, 2}
8d30a00d
AC
19870@dots{}/maint.c:121: internal-error: testing, 1, 2
19871A problem internal to GDB has been detected. Further
19872debugging may prove unreliable.
19873Quit this debugging session? (y or n) @kbd{n}
19874Create a core file? (y or n) @kbd{n}
f7dc1244 19875(@value{GDBP})
8d30a00d
AC
19876@end smallexample
19877
19878Takes an optional parameter that is used as the text of the error or
19879warning message.
19880
00905d52
AC
19881@kindex maint print dummy-frames
19882@item maint print dummy-frames
19883
19884Prints the contents of @value{GDBN}'s internal dummy-frame stack.
19885
19886@smallexample
f7dc1244 19887(@value{GDBP}) @kbd{b add}
00905d52 19888@dots{}
f7dc1244 19889(@value{GDBP}) @kbd{print add(2,3)}
00905d52
AC
19890Breakpoint 2, add (a=2, b=3) at @dots{}
1989158 return (a + b);
19892The program being debugged stopped while in a function called from GDB.
19893@dots{}
f7dc1244 19894(@value{GDBP}) @kbd{maint print dummy-frames}
00905d52
AC
198950x1a57c80: pc=0x01014068 fp=0x0200bddc sp=0x0200bdd6
19896 top=0x0200bdd4 id=@{stack=0x200bddc,code=0x101405c@}
19897 call_lo=0x01014000 call_hi=0x01014001
f7dc1244 19898(@value{GDBP})
00905d52
AC
19899@end smallexample
19900
19901Takes an optional file parameter.
19902
0680b120
AC
19903@kindex maint print registers
19904@kindex maint print raw-registers
19905@kindex maint print cooked-registers
617073a9 19906@kindex maint print register-groups
0680b120
AC
19907@item maint print registers
19908@itemx maint print raw-registers
19909@itemx maint print cooked-registers
617073a9 19910@itemx maint print register-groups
0680b120
AC
19911Print @value{GDBN}'s internal register data structures.
19912
617073a9
AC
19913The command @code{maint print raw-registers} includes the contents of
19914the raw register cache; the command @code{maint print cooked-registers}
19915includes the (cooked) value of all registers; and the command
19916@code{maint print register-groups} includes the groups that each
19917register is a member of. @xref{Registers,, Registers, gdbint,
19918@value{GDBN} Internals}.
0680b120
AC
19919
19920Takes an optional file parameter.
19921
617073a9
AC
19922@kindex maint print reggroups
19923@item maint print reggroups
19924Print @value{GDBN}'s internal register group data structures.
19925
19926Takes an optional file parameter.
19927
19928@smallexample
f7dc1244 19929(@value{GDBP}) @kbd{maint print reggroups}
b383017d
RM
19930 Group Type
19931 general user
19932 float user
19933 all user
19934 vector user
19935 system user
19936 save internal
19937 restore internal
617073a9
AC
19938@end smallexample
19939
e7ba9c65
DJ
19940@kindex maint set profile
19941@kindex maint show profile
19942@cindex profiling GDB
19943@item maint set profile
19944@itemx maint show profile
19945Control profiling of @value{GDBN}.
19946
19947Profiling will be disabled until you use the @samp{maint set profile}
19948command to enable it. When you enable profiling, the system will begin
19949collecting timing and execution count data; when you disable profiling or
19950exit @value{GDBN}, the results will be written to a log file. Remember that
19951if you use profiling, @value{GDBN} will overwrite the profiling log file
19952(often called @file{gmon.out}). If you have a record of important profiling
19953data in a @file{gmon.out} file, be sure to move it to a safe location.
19954
19955Configuring with @samp{--enable-profiling} arranges for @value{GDBN} to be
b383017d 19956compiled with the @samp{-pg} compiler option.
e7ba9c65 19957
ae038cb0
DJ
19958@kindex maint set dwarf2 max-cache-age
19959@kindex maint show dwarf2 max-cache-age
19960@item maint set dwarf2 max-cache-age
19961@itemx maint show dwarf2 max-cache-age
19962Control the DWARF 2 compilation unit cache.
19963
19964In object files with inter-compilation-unit references, such as those
19965produced by the GCC option @samp{-feliminate-dwarf2-dups}, the DWARF 2
19966reader needs to frequently refer to previously read compilation units.
19967This setting controls how long a compilation unit will remain in the cache
19968if it is not referenced. Setting it to zero disables caching, which will
19969slow down @value{GDBN} startup but reduce memory consumption.
19970
8e04817f 19971@end table
c906108c 19972
c906108c 19973
e0ce93ac 19974@node Remote Protocol
8e04817f 19975@appendix @value{GDBN} Remote Serial Protocol
c906108c 19976
ee2d5c50
AC
19977@menu
19978* Overview::
19979* Packets::
19980* Stop Reply Packets::
19981* General Query Packets::
19982* Register Packet Format::
19983* Examples::
0ce1b118 19984* File-I/O remote protocol extension::
ee2d5c50
AC
19985@end menu
19986
19987@node Overview
19988@section Overview
19989
8e04817f
AC
19990There may be occasions when you need to know something about the
19991protocol---for example, if there is only one serial port to your target
19992machine, you might want your program to do something special if it
19993recognizes a packet meant for @value{GDBN}.
c906108c 19994
d2c6833e 19995In the examples below, @samp{->} and @samp{<-} are used to indicate
8e04817f 19996transmitted and received data respectfully.
c906108c 19997
8e04817f
AC
19998@cindex protocol, @value{GDBN} remote serial
19999@cindex serial protocol, @value{GDBN} remote
20000@cindex remote serial protocol
20001All @value{GDBN} commands and responses (other than acknowledgments) are
20002sent as a @var{packet}. A @var{packet} is introduced with the character
20003@samp{$}, the actual @var{packet-data}, and the terminating character
20004@samp{#} followed by a two-digit @var{checksum}:
c906108c 20005
474c8240 20006@smallexample
8e04817f 20007@code{$}@var{packet-data}@code{#}@var{checksum}
474c8240 20008@end smallexample
8e04817f 20009@noindent
c906108c 20010
8e04817f
AC
20011@cindex checksum, for @value{GDBN} remote
20012@noindent
20013The two-digit @var{checksum} is computed as the modulo 256 sum of all
20014characters between the leading @samp{$} and the trailing @samp{#} (an
20015eight bit unsigned checksum).
c906108c 20016
8e04817f
AC
20017Implementors should note that prior to @value{GDBN} 5.0 the protocol
20018specification also included an optional two-digit @var{sequence-id}:
c906108c 20019
474c8240 20020@smallexample
8e04817f 20021@code{$}@var{sequence-id}@code{:}@var{packet-data}@code{#}@var{checksum}
474c8240 20022@end smallexample
c906108c 20023
8e04817f
AC
20024@cindex sequence-id, for @value{GDBN} remote
20025@noindent
20026That @var{sequence-id} was appended to the acknowledgment. @value{GDBN}
20027has never output @var{sequence-id}s. Stubs that handle packets added
20028since @value{GDBN} 5.0 must not accept @var{sequence-id}.
c906108c 20029
8e04817f
AC
20030@cindex acknowledgment, for @value{GDBN} remote
20031When either the host or the target machine receives a packet, the first
20032response expected is an acknowledgment: either @samp{+} (to indicate
20033the package was received correctly) or @samp{-} (to request
20034retransmission):
c906108c 20035
474c8240 20036@smallexample
d2c6833e
AC
20037-> @code{$}@var{packet-data}@code{#}@var{checksum}
20038<- @code{+}
474c8240 20039@end smallexample
8e04817f 20040@noindent
53a5351d 20041
8e04817f
AC
20042The host (@value{GDBN}) sends @var{command}s, and the target (the
20043debugging stub incorporated in your program) sends a @var{response}. In
20044the case of step and continue @var{command}s, the response is only sent
20045when the operation has completed (the target has again stopped).
c906108c 20046
8e04817f
AC
20047@var{packet-data} consists of a sequence of characters with the
20048exception of @samp{#} and @samp{$} (see @samp{X} packet for additional
20049exceptions).
c906108c 20050
8e04817f 20051Fields within the packet should be separated using @samp{,} @samp{;} or
ee2d5c50 20052@cindex remote protocol, field separator
8e04817f 20053@samp{:}. Except where otherwise noted all numbers are represented in
ee2d5c50 20054@sc{hex} with leading zeros suppressed.
c906108c 20055
8e04817f
AC
20056Implementors should note that prior to @value{GDBN} 5.0, the character
20057@samp{:} could not appear as the third character in a packet (as it
20058would potentially conflict with the @var{sequence-id}).
c906108c 20059
8e04817f
AC
20060Response @var{data} can be run-length encoded to save space. A @samp{*}
20061means that the next character is an @sc{ascii} encoding giving a repeat count
20062which stands for that many repetitions of the character preceding the
20063@samp{*}. The encoding is @code{n+29}, yielding a printable character
20064where @code{n >=3} (which is where rle starts to win). The printable
20065characters @samp{$}, @samp{#}, @samp{+} and @samp{-} or with a numeric
20066value greater than 126 should not be used.
c906108c 20067
8e04817f 20068So:
474c8240 20069@smallexample
8e04817f 20070"@code{0* }"
474c8240 20071@end smallexample
8e04817f
AC
20072@noindent
20073means the same as "0000".
c906108c 20074
8e04817f
AC
20075The error response returned for some packets includes a two character
20076error number. That number is not well defined.
c906108c 20077
8e04817f
AC
20078For any @var{command} not supported by the stub, an empty response
20079(@samp{$#00}) should be returned. That way it is possible to extend the
20080protocol. A newer @value{GDBN} can tell if a packet is supported based
20081on that response.
c906108c 20082
b383017d
RM
20083A stub is required to support the @samp{g}, @samp{G}, @samp{m}, @samp{M},
20084@samp{c}, and @samp{s} @var{command}s. All other @var{command}s are
8e04817f 20085optional.
c906108c 20086
ee2d5c50
AC
20087@node Packets
20088@section Packets
20089
20090The following table provides a complete list of all currently defined
20091@var{command}s and their corresponding response @var{data}.
20092
20093@table @r
20094
20095@item @code{!} --- extended mode
20096@cindex @code{!} packet
20097
8e04817f
AC
20098Enable extended mode. In extended mode, the remote server is made
20099persistent. The @samp{R} packet is used to restart the program being
20100debugged.
ee2d5c50
AC
20101
20102Reply:
20103@table @samp
20104@item OK
8e04817f 20105The remote target both supports and has enabled extended mode.
ee2d5c50 20106@end table
c906108c 20107
ee2d5c50
AC
20108@item @code{?} --- last signal
20109@cindex @code{?} packet
c906108c 20110
ee2d5c50
AC
20111Indicate the reason the target halted. The reply is the same as for
20112step and continue.
c906108c 20113
ee2d5c50
AC
20114Reply:
20115@xref{Stop Reply Packets}, for the reply specifications.
20116
20117@item @code{a} --- reserved
20118
20119Reserved for future use.
20120
20121@item @code{A}@var{arglen}@code{,}@var{argnum}@code{,}@var{arg}@code{,@dots{}} --- set program arguments @strong{(reserved)}
20122@cindex @code{A} packet
c906108c 20123
8e04817f
AC
20124Initialized @samp{argv[]} array passed into program. @var{arglen}
20125specifies the number of bytes in the hex encoded byte stream @var{arg}.
ee2d5c50
AC
20126See @code{gdbserver} for more details.
20127
20128Reply:
20129@table @samp
20130@item OK
20131@item E@var{NN}
20132@end table
20133
20134@item @code{b}@var{baud} --- set baud @strong{(deprecated)}
20135@cindex @code{b} packet
20136
20137Change the serial line speed to @var{baud}.
20138
20139JTC: @emph{When does the transport layer state change? When it's
20140received, or after the ACK is transmitted. In either case, there are
20141problems if the command or the acknowledgment packet is dropped.}
20142
20143Stan: @emph{If people really wanted to add something like this, and get
20144it working for the first time, they ought to modify ser-unix.c to send
20145some kind of out-of-band message to a specially-setup stub and have the
20146switch happen "in between" packets, so that from remote protocol's point
20147of view, nothing actually happened.}
20148
20149@item @code{B}@var{addr},@var{mode} --- set breakpoint @strong{(deprecated)}
20150@cindex @code{B} packet
20151
8e04817f 20152Set (@var{mode} is @samp{S}) or clear (@var{mode} is @samp{C}) a
2f870471
AC
20153breakpoint at @var{addr}.
20154
20155This packet has been replaced by the @samp{Z} and @samp{z} packets
20156(@pxref{insert breakpoint or watchpoint packet}).
c906108c 20157
ee2d5c50
AC
20158@item @code{c}@var{addr} --- continue
20159@cindex @code{c} packet
20160
20161@var{addr} is address to resume. If @var{addr} is omitted, resume at
8e04817f 20162current address.
c906108c 20163
ee2d5c50
AC
20164Reply:
20165@xref{Stop Reply Packets}, for the reply specifications.
20166
20167@item @code{C}@var{sig}@code{;}@var{addr} --- continue with signal
20168@cindex @code{C} packet
20169
8e04817f
AC
20170Continue with signal @var{sig} (hex signal number). If
20171@code{;}@var{addr} is omitted, resume at same address.
c906108c 20172
ee2d5c50
AC
20173Reply:
20174@xref{Stop Reply Packets}, for the reply specifications.
c906108c 20175
ee2d5c50
AC
20176@item @code{d} --- toggle debug @strong{(deprecated)}
20177@cindex @code{d} packet
20178
20179Toggle debug flag.
20180
20181@item @code{D} --- detach
20182@cindex @code{D} packet
20183
20184Detach @value{GDBN} from the remote system. Sent to the remote target
07f31aa6 20185before @value{GDBN} disconnects via the @code{detach} command.
ee2d5c50
AC
20186
20187Reply:
20188@table @samp
20189@item @emph{no response}
8e04817f 20190@value{GDBN} does not check for any response after sending this packet.
ee2d5c50 20191@end table
c906108c 20192
ee2d5c50 20193@item @code{e} --- reserved
c906108c 20194
ee2d5c50 20195Reserved for future use.
c906108c 20196
ee2d5c50 20197@item @code{E} --- reserved
c906108c 20198
ee2d5c50 20199Reserved for future use.
c906108c 20200
ee2d5c50
AC
20201@item @code{f} --- reserved
20202
20203Reserved for future use.
20204
0ce1b118
CV
20205@item @code{F}@var{RC}@code{,}@var{EE}@code{,}@var{CF}@code{;}@var{XX} --- Reply to target's F packet.
20206@cindex @code{F} packet
ee2d5c50 20207
0ce1b118
CV
20208This packet is send by @value{GDBN} as reply to a @code{F} request packet
20209sent by the target. This is part of the File-I/O protocol extension.
20210@xref{File-I/O remote protocol extension}, for the specification.
ee2d5c50
AC
20211
20212@item @code{g} --- read registers
20213@anchor{read registers packet}
20214@cindex @code{g} packet
20215
20216Read general registers.
20217
20218Reply:
20219@table @samp
20220@item @var{XX@dots{}}
8e04817f
AC
20221Each byte of register data is described by two hex digits. The bytes
20222with the register are transmitted in target byte order. The size of
20223each register and their position within the @samp{g} @var{packet} are
12c266ea
AC
20224determined by the @value{GDBN} internal macros
20225@var{DEPRECATED_REGISTER_RAW_SIZE} and @var{REGISTER_NAME} macros. The
20226specification of several standard @code{g} packets is specified below.
ee2d5c50
AC
20227@item E@var{NN}
20228for an error.
20229@end table
c906108c 20230
ee2d5c50
AC
20231@item @code{G}@var{XX@dots{}} --- write regs
20232@cindex @code{G} packet
c906108c 20233
ee2d5c50
AC
20234@xref{read registers packet}, for a description of the @var{XX@dots{}}
20235data.
20236
20237Reply:
20238@table @samp
20239@item OK
20240for success
20241@item E@var{NN}
20242for an error
20243@end table
20244
20245@item @code{h} --- reserved
20246
20247Reserved for future use.
20248
b383017d 20249@item @code{H}@var{c}@var{t@dots{}} --- set thread
ee2d5c50 20250@cindex @code{H} packet
c906108c 20251
8e04817f 20252Set thread for subsequent operations (@samp{m}, @samp{M}, @samp{g},
ee2d5c50
AC
20253@samp{G}, et.al.). @var{c} depends on the operation to be performed: it
20254should be @samp{c} for step and continue operations, @samp{g} for other
20255operations. The thread designator @var{t@dots{}} may be -1, meaning all
20256the threads, a thread number, or zero which means pick any thread.
20257
20258Reply:
20259@table @samp
20260@item OK
20261for success
20262@item E@var{NN}
20263for an error
20264@end table
c906108c 20265
8e04817f
AC
20266@c FIXME: JTC:
20267@c 'H': How restrictive (or permissive) is the thread model. If a
20268@c thread is selected and stopped, are other threads allowed
20269@c to continue to execute? As I mentioned above, I think the
20270@c semantics of each command when a thread is selected must be
20271@c described. For example:
20272@c
20273@c 'g': If the stub supports threads and a specific thread is
20274@c selected, returns the register block from that thread;
20275@c otherwise returns current registers.
20276@c
20277@c 'G' If the stub supports threads and a specific thread is
20278@c selected, sets the registers of the register block of
20279@c that thread; otherwise sets current registers.
c906108c 20280
ee2d5c50
AC
20281@item @code{i}@var{addr}@code{,}@var{nnn} --- cycle step @strong{(draft)}
20282@anchor{cycle step packet}
20283@cindex @code{i} packet
20284
8e04817f
AC
20285Step the remote target by a single clock cycle. If @code{,}@var{nnn} is
20286present, cycle step @var{nnn} cycles. If @var{addr} is present, cycle
20287step starting at that address.
c906108c 20288
ee2d5c50
AC
20289@item @code{I} --- signal then cycle step @strong{(reserved)}
20290@cindex @code{I} packet
20291
20292@xref{step with signal packet}. @xref{cycle step packet}.
20293
20294@item @code{j} --- reserved
20295
20296Reserved for future use.
20297
20298@item @code{J} --- reserved
c906108c 20299
ee2d5c50 20300Reserved for future use.
c906108c 20301
ee2d5c50
AC
20302@item @code{k} --- kill request
20303@cindex @code{k} packet
c906108c 20304
ac282366 20305FIXME: @emph{There is no description of how to operate when a specific
ee2d5c50
AC
20306thread context has been selected (i.e.@: does 'k' kill only that
20307thread?)}.
c906108c 20308
ee2d5c50 20309@item @code{K} --- reserved
c906108c 20310
ee2d5c50
AC
20311Reserved for future use.
20312
20313@item @code{l} --- reserved
20314
20315Reserved for future use.
20316
20317@item @code{L} --- reserved
20318
20319Reserved for future use.
20320
20321@item @code{m}@var{addr}@code{,}@var{length} --- read memory
20322@cindex @code{m} packet
c906108c 20323
8e04817f 20324Read @var{length} bytes of memory starting at address @var{addr}.
ee2d5c50 20325Neither @value{GDBN} nor the stub assume that sized memory transfers are
2e834e49 20326assumed using word aligned accesses. FIXME: @emph{A word aligned memory
8e04817f 20327transfer mechanism is needed.}
c906108c 20328
ee2d5c50
AC
20329Reply:
20330@table @samp
20331@item @var{XX@dots{}}
20332@var{XX@dots{}} is mem contents. Can be fewer bytes than requested if able
20333to read only part of the data. Neither @value{GDBN} nor the stub assume
2e834e49 20334that sized memory transfers are assumed using word aligned
ee2d5c50
AC
20335accesses. FIXME: @emph{A word aligned memory transfer mechanism is
20336needed.}
20337@item E@var{NN}
20338@var{NN} is errno
20339@end table
20340
20341@item @code{M}@var{addr},@var{length}@code{:}@var{XX@dots{}} --- write mem
20342@cindex @code{M} packet
20343
8e04817f 20344Write @var{length} bytes of memory starting at address @var{addr}.
ee2d5c50
AC
20345@var{XX@dots{}} is the data.
20346
20347Reply:
20348@table @samp
20349@item OK
20350for success
20351@item E@var{NN}
8e04817f
AC
20352for an error (this includes the case where only part of the data was
20353written).
ee2d5c50 20354@end table
c906108c 20355
ee2d5c50 20356@item @code{n} --- reserved
c906108c 20357
ee2d5c50 20358Reserved for future use.
c906108c 20359
ee2d5c50 20360@item @code{N} --- reserved
c906108c 20361
ee2d5c50 20362Reserved for future use.
c906108c 20363
ee2d5c50
AC
20364@item @code{o} --- reserved
20365
20366Reserved for future use.
20367
20368@item @code{O} --- reserved
20369
2e868123 20370@item @code{p}@var{hex number of register} --- read register packet
ee2d5c50
AC
20371@cindex @code{p} packet
20372
2e868123
AC
20373@xref{read registers packet}, for a description of how the returned
20374register value is encoded.
ee2d5c50
AC
20375
20376Reply:
20377@table @samp
2e868123
AC
20378@item @var{XX@dots{}}
20379the register's value
20380@item E@var{NN}
20381for an error
20382@item
20383Indicating an unrecognized @var{query}.
ee2d5c50
AC
20384@end table
20385
20386@item @code{P}@var{n@dots{}}@code{=}@var{r@dots{}} --- write register
20387@anchor{write register packet}
20388@cindex @code{P} packet
20389
20390Write register @var{n@dots{}} with value @var{r@dots{}}, which contains two hex
8e04817f 20391digits for each byte in the register (target byte order).
c906108c 20392
ee2d5c50
AC
20393Reply:
20394@table @samp
20395@item OK
20396for success
20397@item E@var{NN}
20398for an error
20399@end table
20400
20401@item @code{q}@var{query} --- general query
20402@anchor{general query packet}
20403@cindex @code{q} packet
20404
20405Request info about @var{query}. In general @value{GDBN} queries have a
20406leading upper case letter. Custom vendor queries should use a company
20407prefix (in lower case) ex: @samp{qfsf.var}. @var{query} may optionally
20408be followed by a @samp{,} or @samp{;} separated list. Stubs must ensure
20409that they match the full @var{query} name.
20410
20411Reply:
20412@table @samp
20413@item @var{XX@dots{}}
20414Hex encoded data from query. The reply can not be empty.
20415@item E@var{NN}
20416error reply
8e04817f 20417@item
ee2d5c50
AC
20418Indicating an unrecognized @var{query}.
20419@end table
20420
20421@item @code{Q}@var{var}@code{=}@var{val} --- general set
20422@cindex @code{Q} packet
20423
20424Set value of @var{var} to @var{val}.
20425
20426@xref{general query packet}, for a discussion of naming conventions.
c906108c 20427
ee2d5c50
AC
20428@item @code{r} --- reset @strong{(deprecated)}
20429@cindex @code{r} packet
c906108c 20430
8e04817f 20431Reset the entire system.
c906108c 20432
ee2d5c50
AC
20433@item @code{R}@var{XX} --- remote restart
20434@cindex @code{R} packet
20435
8e04817f
AC
20436Restart the program being debugged. @var{XX}, while needed, is ignored.
20437This packet is only available in extended mode.
ee2d5c50
AC
20438
20439Reply:
20440@table @samp
20441@item @emph{no reply}
8e04817f 20442The @samp{R} packet has no reply.
ee2d5c50
AC
20443@end table
20444
20445@item @code{s}@var{addr} --- step
20446@cindex @code{s} packet
c906108c 20447
8e04817f
AC
20448@var{addr} is address to resume. If @var{addr} is omitted, resume at
20449same address.
c906108c 20450
ee2d5c50
AC
20451Reply:
20452@xref{Stop Reply Packets}, for the reply specifications.
20453
20454@item @code{S}@var{sig}@code{;}@var{addr} --- step with signal
20455@anchor{step with signal packet}
20456@cindex @code{S} packet
20457
8e04817f 20458Like @samp{C} but step not continue.
c906108c 20459
ee2d5c50
AC
20460Reply:
20461@xref{Stop Reply Packets}, for the reply specifications.
20462
b383017d 20463@item @code{t}@var{addr}@code{:}@var{PP}@code{,}@var{MM} --- search
ee2d5c50
AC
20464@cindex @code{t} packet
20465
8e04817f 20466Search backwards starting at address @var{addr} for a match with pattern
ee2d5c50
AC
20467@var{PP} and mask @var{MM}. @var{PP} and @var{MM} are 4 bytes.
20468@var{addr} must be at least 3 digits.
c906108c 20469
ee2d5c50
AC
20470@item @code{T}@var{XX} --- thread alive
20471@cindex @code{T} packet
c906108c 20472
ee2d5c50 20473Find out if the thread XX is alive.
c906108c 20474
ee2d5c50
AC
20475Reply:
20476@table @samp
20477@item OK
20478thread is still alive
20479@item E@var{NN}
20480thread is dead
20481@end table
20482
20483@item @code{u} --- reserved
20484
20485Reserved for future use.
20486
20487@item @code{U} --- reserved
20488
20489Reserved for future use.
20490
86d30acc 20491@item @code{v} --- verbose packet prefix
ee2d5c50 20492
86d30acc
DJ
20493Packets starting with @code{v} are identified by a multi-letter name,
20494up to the first @code{;} or @code{?} (or the end of the packet).
20495
20496@item @code{vCont}[;@var{action}[@code{:}@var{tid}]]... --- extended resume
20497@cindex @code{vCont} packet
20498
20499Resume the inferior. Different actions may be specified for each thread.
20500If an action is specified with no @var{tid}, then it is applied to any
20501threads that don't have a specific action specified; if no default action is
20502specified then other threads should remain stopped. Specifying multiple
20503default actions is an error; specifying no actions is also an error.
20504Thread IDs are specified in hexadecimal. Currently supported actions are:
20505
20506@table @code
20507@item c
20508Continue.
20509@item C@var{sig}
20510Continue with signal @var{sig}. @var{sig} should be two hex digits.
20511@item s
20512Step.
20513@item S@var{sig}
20514Step with signal @var{sig}. @var{sig} should be two hex digits.
20515@end table
20516
20517The optional @var{addr} argument normally associated with these packets is
20518not supported in @code{vCont}.
20519
20520Reply:
20521@xref{Stop Reply Packets}, for the reply specifications.
20522
20523@item @code{vCont?} --- extended resume query
20524@cindex @code{vCont?} packet
20525
20526Query support for the @code{vCont} packet.
20527
20528Reply:
20529@table @samp
20530@item @code{vCont}[;@var{action}]...
20531The @code{vCont} packet is supported. Each @var{action} is a supported
20532command in the @code{vCont} packet.
20533@item
20534The @code{vCont} packet is not supported.
20535@end table
ee2d5c50
AC
20536
20537@item @code{V} --- reserved
c906108c 20538
ee2d5c50 20539Reserved for future use.
c906108c 20540
ee2d5c50 20541@item @code{w} --- reserved
c906108c 20542
ee2d5c50 20543Reserved for future use.
c906108c 20544
ee2d5c50 20545@item @code{W} --- reserved
c906108c 20546
ee2d5c50 20547Reserved for future use.
c906108c 20548
ee2d5c50
AC
20549@item @code{x} --- reserved
20550
20551Reserved for future use.
20552
20553@item @code{X}@var{addr}@code{,}@var{length}@var{:}@var{XX@dots{}} --- write mem (binary)
20554@cindex @code{X} packet
20555
20556@var{addr} is address, @var{length} is number of bytes, @var{XX@dots{}}
20557is binary data. The characters @code{$}, @code{#}, and @code{0x7d} are
8e04817f 20558escaped using @code{0x7d}.
c906108c 20559
ee2d5c50
AC
20560Reply:
20561@table @samp
20562@item OK
20563for success
20564@item E@var{NN}
20565for an error
20566@end table
20567
20568@item @code{y} --- reserved
c906108c 20569
ee2d5c50 20570Reserved for future use.
c906108c 20571
ee2d5c50
AC
20572@item @code{Y} reserved
20573
20574Reserved for future use.
20575
2f870471
AC
20576@item @code{z}@var{type}@code{,}@var{addr}@code{,}@var{length} --- remove breakpoint or watchpoint @strong{(draft)}
20577@itemx @code{Z}@var{type}@code{,}@var{addr}@code{,}@var{length} --- insert breakpoint or watchpoint @strong{(draft)}
20578@anchor{insert breakpoint or watchpoint packet}
ee2d5c50 20579@cindex @code{z} packet
2f870471 20580@cindex @code{Z} packets
ee2d5c50 20581
2f870471
AC
20582Insert (@code{Z}) or remove (@code{z}) a @var{type} breakpoint or
20583watchpoint starting at address @var{address} and covering the next
20584@var{length} bytes.
ee2d5c50 20585
2f870471
AC
20586Each breakpoint and watchpoint packet @var{type} is documented
20587separately.
20588
512217c7
AC
20589@emph{Implementation notes: A remote target shall return an empty string
20590for an unrecognized breakpoint or watchpoint packet @var{type}. A
20591remote target shall support either both or neither of a given
2f870471
AC
20592@code{Z}@var{type}@dots{} and @code{z}@var{type}@dots{} packet pair. To
20593avoid potential problems with duplicate packets, the operations should
20594be implemented in an idempotent way.}
20595
20596@item @code{z}@code{0}@code{,}@var{addr}@code{,}@var{length} --- remove memory breakpoint @strong{(draft)}
20597@item @code{Z}@code{0}@code{,}@var{addr}@code{,}@var{length} --- insert memory breakpoint @strong{(draft)}
20598@cindex @code{z0} packet
20599@cindex @code{Z0} packet
20600
20601Insert (@code{Z0}) or remove (@code{z0}) a memory breakpoint at address
20602@code{addr} of size @code{length}.
20603
20604A memory breakpoint is implemented by replacing the instruction at
20605@var{addr} with a software breakpoint or trap instruction. The
20606@code{length} is used by targets that indicates the size of the
20607breakpoint (in bytes) that should be inserted (e.g., the @sc{arm} and
20608@sc{mips} can insert either a 2 or 4 byte breakpoint).
c906108c 20609
2f870471
AC
20610@emph{Implementation note: It is possible for a target to copy or move
20611code that contains memory breakpoints (e.g., when implementing
20612overlays). The behavior of this packet, in the presence of such a
20613target, is not defined.}
c906108c 20614
ee2d5c50
AC
20615Reply:
20616@table @samp
2f870471
AC
20617@item OK
20618success
20619@item
20620not supported
ee2d5c50
AC
20621@item E@var{NN}
20622for an error
2f870471
AC
20623@end table
20624
20625@item @code{z}@code{1}@code{,}@var{addr}@code{,}@var{length} --- remove hardware breakpoint @strong{(draft)}
20626@item @code{Z}@code{1}@code{,}@var{addr}@code{,}@var{length} --- insert hardware breakpoint @strong{(draft)}
20627@cindex @code{z1} packet
20628@cindex @code{Z1} packet
20629
20630Insert (@code{Z1}) or remove (@code{z1}) a hardware breakpoint at
20631address @code{addr} of size @code{length}.
20632
20633A hardware breakpoint is implemented using a mechanism that is not
20634dependant on being able to modify the target's memory.
20635
20636@emph{Implementation note: A hardware breakpoint is not affected by code
20637movement.}
20638
20639Reply:
20640@table @samp
ee2d5c50 20641@item OK
2f870471
AC
20642success
20643@item
20644not supported
20645@item E@var{NN}
20646for an error
20647@end table
20648
20649@item @code{z}@code{2}@code{,}@var{addr}@code{,}@var{length} --- remove write watchpoint @strong{(draft)}
20650@item @code{Z}@code{2}@code{,}@var{addr}@code{,}@var{length} --- insert write watchpoint @strong{(draft)}
20651@cindex @code{z2} packet
20652@cindex @code{Z2} packet
20653
20654Insert (@code{Z2}) or remove (@code{z2}) a write watchpoint.
20655
20656Reply:
20657@table @samp
20658@item OK
20659success
20660@item
20661not supported
20662@item E@var{NN}
20663for an error
20664@end table
20665
20666@item @code{z}@code{3}@code{,}@var{addr}@code{,}@var{length} --- remove read watchpoint @strong{(draft)}
20667@item @code{Z}@code{3}@code{,}@var{addr}@code{,}@var{length} --- insert read watchpoint @strong{(draft)}
20668@cindex @code{z3} packet
20669@cindex @code{Z3} packet
20670
2e834e49 20671Insert (@code{Z3}) or remove (@code{z3}) a read watchpoint.
2f870471
AC
20672
20673Reply:
20674@table @samp
20675@item OK
20676success
20677@item
20678not supported
20679@item E@var{NN}
20680for an error
20681@end table
20682
2e834e49
HPN
20683@item @code{z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- remove access watchpoint @strong{(draft)}
20684@item @code{Z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- insert access watchpoint @strong{(draft)}
2f870471
AC
20685@cindex @code{z4} packet
20686@cindex @code{Z4} packet
20687
20688Insert (@code{Z4}) or remove (@code{z4}) an access watchpoint.
20689
20690Reply:
20691@table @samp
20692@item OK
20693success
20694@item
20695not supported
20696@item E@var{NN}
20697for an error
ee2d5c50
AC
20698@end table
20699
20700@end table
c906108c 20701
ee2d5c50
AC
20702@node Stop Reply Packets
20703@section Stop Reply Packets
20704@cindex stop reply packets
c906108c 20705
8e04817f
AC
20706The @samp{C}, @samp{c}, @samp{S}, @samp{s} and @samp{?} packets can
20707receive any of the below as a reply. In the case of the @samp{C},
20708@samp{c}, @samp{S} and @samp{s} packets, that reply is only returned
20709when the target halts. In the below the exact meaning of @samp{signal
20710number} is poorly defined. In general one of the UNIX signal numbering
20711conventions is used.
c906108c 20712
ee2d5c50 20713@table @samp
c906108c 20714
ee2d5c50
AC
20715@item S@var{AA}
20716@var{AA} is the signal number
c906108c 20717
8e04817f 20718@item @code{T}@var{AA}@var{n...}@code{:}@var{r...}@code{;}@var{n...}@code{:}@var{r...}@code{;}@var{n...}@code{:}@var{r...}@code{;}
ee2d5c50
AC
20719@cindex @code{T} packet reply
20720
8e04817f
AC
20721@var{AA} = two hex digit signal number; @var{n...} = register number
20722(hex), @var{r...} = target byte ordered register contents, size defined
12c266ea
AC
20723by @code{DEPRECATED_REGISTER_RAW_SIZE}; @var{n...} = @samp{thread},
20724@var{r...} = thread process ID, this is a hex integer; @var{n...} =
20725(@samp{watch} | @samp{rwatch} | @samp{awatch}, @var{r...} = data
20726address, this is a hex integer; @var{n...} = other string not starting
20727with valid hex digit. @value{GDBN} should ignore this @var{n...},
20728@var{r...} pair and go on to the next. This way we can extend the
20729protocol.
c906108c 20730
ee2d5c50
AC
20731@item W@var{AA}
20732
8e04817f 20733The process exited, and @var{AA} is the exit status. This is only
ee2d5c50
AC
20734applicable to certain targets.
20735
20736@item X@var{AA}
c906108c 20737
8e04817f 20738The process terminated with signal @var{AA}.
c906108c 20739
ee2d5c50 20740@item O@var{XX@dots{}}
c906108c 20741
ee2d5c50
AC
20742@var{XX@dots{}} is hex encoding of @sc{ascii} data. This can happen at
20743any time while the program is running and the debugger should continue
20744to wait for @samp{W}, @samp{T}, etc.
20745
0ce1b118
CV
20746@item F@var{call-id}@code{,}@var{parameter@dots{}}
20747
20748@var{call-id} is the identifier which says which host system call should
20749be called. This is just the name of the function. Translation into the
20750correct system call is only applicable as it's defined in @value{GDBN}.
20751@xref{File-I/O remote protocol extension}, for a list of implemented
20752system calls.
20753
20754@var{parameter@dots{}} is a list of parameters as defined for this very
20755system call.
20756
20757The target replies with this packet when it expects @value{GDBN} to call
20758a host system call on behalf of the target. @value{GDBN} replies with
20759an appropriate @code{F} packet and keeps up waiting for the next reply
20760packet from the target. The latest @samp{C}, @samp{c}, @samp{S} or
20761@samp{s} action is expected to be continued.
20762@xref{File-I/O remote protocol extension}, for more details.
20763
ee2d5c50
AC
20764@end table
20765
20766@node General Query Packets
20767@section General Query Packets
c906108c 20768
8e04817f 20769The following set and query packets have already been defined.
c906108c 20770
ee2d5c50 20771@table @r
c906108c 20772
ee2d5c50
AC
20773@item @code{q}@code{C} --- current thread
20774
20775Return the current thread id.
20776
20777Reply:
20778@table @samp
20779@item @code{QC}@var{pid}
8e04817f 20780Where @var{pid} is a HEX encoded 16 bit process id.
ee2d5c50
AC
20781@item *
20782Any other reply implies the old pid.
20783@end table
20784
20785@item @code{q}@code{fThreadInfo} -- all thread ids
20786
20787@code{q}@code{sThreadInfo}
c906108c 20788
8e04817f
AC
20789Obtain a list of active thread ids from the target (OS). Since there
20790may be too many active threads to fit into one reply packet, this query
20791works iteratively: it may require more than one query/reply sequence to
20792obtain the entire list of threads. The first query of the sequence will
20793be the @code{qf}@code{ThreadInfo} query; subsequent queries in the
20794sequence will be the @code{qs}@code{ThreadInfo} query.
ee2d5c50
AC
20795
20796NOTE: replaces the @code{qL} query (see below).
20797
20798Reply:
20799@table @samp
20800@item @code{m}@var{id}
20801A single thread id
20802@item @code{m}@var{id},@var{id}@dots{}
20803a comma-separated list of thread ids
20804@item @code{l}
20805(lower case 'el') denotes end of list.
20806@end table
20807
20808In response to each query, the target will reply with a list of one or
20809more thread ids, in big-endian hex, separated by commas. @value{GDBN}
20810will respond to each reply with a request for more thread ids (using the
8e04817f
AC
20811@code{qs} form of the query), until the target responds with @code{l}
20812(lower-case el, for @code{'last'}).
c906108c 20813
ee2d5c50
AC
20814@item @code{q}@code{ThreadExtraInfo}@code{,}@var{id} --- extra thread info
20815
20816Where @var{id} is a thread-id in big-endian hex. Obtain a printable
20817string description of a thread's attributes from the target OS. This
20818string may contain anything that the target OS thinks is interesting for
20819@value{GDBN} to tell the user about the thread. The string is displayed
20820in @value{GDBN}'s @samp{info threads} display. Some examples of
20821possible thread extra info strings are ``Runnable'', or ``Blocked on
20822Mutex''.
20823
20824Reply:
20825@table @samp
20826@item @var{XX@dots{}}
20827Where @var{XX@dots{}} is a hex encoding of @sc{ascii} data, comprising
20828the printable string containing the extra information about the thread's
8e04817f 20829attributes.
ee2d5c50
AC
20830@end table
20831
20832@item @code{q}@code{L}@var{startflag}@var{threadcount}@var{nextthread} --- query @var{LIST} or @var{threadLIST} @strong{(deprecated)}
c906108c 20833
8e04817f
AC
20834Obtain thread information from RTOS. Where: @var{startflag} (one hex
20835digit) is one to indicate the first query and zero to indicate a
20836subsequent query; @var{threadcount} (two hex digits) is the maximum
20837number of threads the response packet can contain; and @var{nextthread}
20838(eight hex digits), for subsequent queries (@var{startflag} is zero), is
20839returned in the response as @var{argthread}.
ee2d5c50
AC
20840
20841NOTE: this query is replaced by the @code{q}@code{fThreadInfo} query
20842(see above).
20843
20844Reply:
20845@table @samp
20846@item @code{q}@code{M}@var{count}@var{done}@var{argthread}@var{thread@dots{}}
8e04817f
AC
20847Where: @var{count} (two hex digits) is the number of threads being
20848returned; @var{done} (one hex digit) is zero to indicate more threads
20849and one indicates no further threads; @var{argthreadid} (eight hex
ee2d5c50
AC
20850digits) is @var{nextthread} from the request packet; @var{thread@dots{}}
20851is a sequence of thread IDs from the target. @var{threadid} (eight hex
8e04817f 20852digits). See @code{remote.c:parse_threadlist_response()}.
ee2d5c50 20853@end table
c906108c 20854
ee2d5c50
AC
20855@item @code{q}@code{CRC:}@var{addr}@code{,}@var{length} --- compute CRC of memory block
20856
20857Reply:
20858@table @samp
20859@item @code{E}@var{NN}
20860An error (such as memory fault)
20861@item @code{C}@var{CRC32}
20862A 32 bit cyclic redundancy check of the specified memory region.
20863@end table
20864
20865@item @code{q}@code{Offsets} --- query sect offs
c906108c 20866
8e04817f
AC
20867Get section offsets that the target used when re-locating the downloaded
20868image. @emph{Note: while a @code{Bss} offset is included in the
20869response, @value{GDBN} ignores this and instead applies the @code{Data}
20870offset to the @code{Bss} section.}
c906108c 20871
ee2d5c50
AC
20872Reply:
20873@table @samp
20874@item @code{Text=}@var{xxx}@code{;Data=}@var{yyy}@code{;Bss=}@var{zzz}
20875@end table
20876
20877@item @code{q}@code{P}@var{mode}@var{threadid} --- thread info request
20878
8e04817f
AC
20879Returns information on @var{threadid}. Where: @var{mode} is a hex
20880encoded 32 bit mode; @var{threadid} is a hex encoded 64 bit thread ID.
ee2d5c50
AC
20881
20882Reply:
20883@table @samp
20884@item *
20885@end table
20886
8e04817f 20887See @code{remote.c:remote_unpack_thread_info_response()}.
c906108c 20888
ee2d5c50
AC
20889@item @code{q}@code{Rcmd,}@var{command} --- remote command
20890
20891@var{command} (hex encoded) is passed to the local interpreter for
8e04817f
AC
20892execution. Invalid commands should be reported using the output string.
20893Before the final result packet, the target may also respond with a
ee2d5c50
AC
20894number of intermediate @code{O}@var{output} console output packets.
20895@emph{Implementors should note that providing access to a stubs's
20896interpreter may have security implications}.
20897
20898Reply:
20899@table @samp
20900@item OK
8e04817f 20901A command response with no output.
ee2d5c50 20902@item @var{OUTPUT}
8e04817f 20903A command response with the hex encoded output string @var{OUTPUT}.
ee2d5c50 20904@item @code{E}@var{NN}
8e04817f 20905Indicate a badly formed request.
ee2d5c50 20906@item @samp{}
8e04817f 20907When @samp{q}@samp{Rcmd} is not recognized.
ee2d5c50
AC
20908@end table
20909
20910@item @code{qSymbol::} --- symbol lookup
c906108c 20911
8e04817f
AC
20912Notify the target that @value{GDBN} is prepared to serve symbol lookup
20913requests. Accept requests from the target for the values of symbols.
ee2d5c50
AC
20914
20915Reply:
20916@table @samp
20917@item @code{OK}
8e04817f 20918The target does not need to look up any (more) symbols.
ee2d5c50
AC
20919@item @code{qSymbol:}@var{sym_name}
20920The target requests the value of symbol @var{sym_name} (hex encoded).
20921@value{GDBN} may provide the value by using the
20922@code{qSymbol:}@var{sym_value}:@var{sym_name} message, described below.
20923@end table
20924
20925@item @code{qSymbol:}@var{sym_value}:@var{sym_name} --- symbol value
20926
20927Set the value of @var{sym_name} to @var{sym_value}.
20928
20929@var{sym_name} (hex encoded) is the name of a symbol whose value the
20930target has previously requested.
20931
20932@var{sym_value} (hex) is the value for symbol @var{sym_name}. If
20933@value{GDBN} cannot supply a value for @var{sym_name}, then this field
20934will be empty.
20935
20936Reply:
20937@table @samp
20938@item @code{OK}
8e04817f 20939The target does not need to look up any (more) symbols.
ee2d5c50
AC
20940@item @code{qSymbol:}@var{sym_name}
20941The target requests the value of a new symbol @var{sym_name} (hex
20942encoded). @value{GDBN} will continue to supply the values of symbols
20943(if available), until the target ceases to request them.
20944@end table
eb12ee30 20945
649e03f6
RM
20946@item @code{qPart}:@var{object}:@code{read}:@var{annex}:@var{offset},@var{length} --- read special data
20947
20948Read uninterpreted bytes from the target's special data area
20949identified by the keyword @code{object}.
20950Request @var{length} bytes starting at @var{offset} bytes into the data.
20951The content and encoding of @var{annex} is specific to the object;
20952it can supply additional details about what data to access.
20953
20954Here are the specific requests of this form defined so far.
20955All @samp{@code{qPart}:@var{object}:@code{read}:@dots{}}
20956requests use the same reply formats, listed below.
20957
20958@table @asis
20959@item @code{qPart}:@code{auxv}:@code{read}::@var{offset},@var{length}
20960Access the target's @dfn{auxiliary vector}. @xref{Auxiliary Vector}.
20961Note @var{annex} must be empty.
20962@end table
20963
20964Reply:
20965@table @asis
20966@item @code{OK}
20967The @var{offset} in the request is at the end of the data.
20968There is no more data to be read.
20969
20970@item @var{XX@dots{}}
20971Hex encoded data bytes read.
20972This may be fewer bytes than the @var{length} in the request.
20973
20974@item @code{E00}
20975The request was malformed, or @var{annex} was invalid.
20976
20977@item @code{E}@var{nn}
20978The offset was invalid, or there was an error encountered reading the data.
20979@var{nn} is a hex-encoded @code{errno} value.
20980
20981@item @code{""} (empty)
20982An empty reply indicates the @var{object} or @var{annex} string was not
20983recognized by the stub.
20984@end table
20985
20986@item @code{qPart}:@var{object}:@code{write}:@var{annex}:@var{offset}:@var{data@dots{}}
20987
20988Write uninterpreted bytes into the target's special data area
20989identified by the keyword @code{object},
20990starting at @var{offset} bytes into the data.
20991@var{data@dots{}} is the hex-encoded data to be written.
20992The content and encoding of @var{annex} is specific to the object;
20993it can supply additional details about what data to access.
20994
20995No requests of this form are presently in use. This specification
20996serves as a placeholder to document the common format that new
20997specific request specifications ought to use.
20998
20999Reply:
21000@table @asis
21001@item @var{nn}
21002@var{nn} (hex encoded) is the number of bytes written.
21003This may be fewer bytes than supplied in the request.
21004
21005@item @code{E00}
21006The request was malformed, or @var{annex} was invalid.
21007
21008@item @code{E}@var{nn}
21009The offset was invalid, or there was an error encountered writing the data.
21010@var{nn} is a hex-encoded @code{errno} value.
21011
21012@item @code{""} (empty)
21013An empty reply indicates the @var{object} or @var{annex} string was not
21014recognized by the stub, or that the object does not support writing.
21015@end table
21016
21017@item @code{qPart}:@var{object}:@var{operation}:@dots{}
21018Requests of this form may be added in the future. When a stub does
21019not recognize the @var{object} keyword, or its support for
21020@var{object} does not recognize the @var{operation} keyword,
21021the stub must respond with an empty packet.
ee2d5c50
AC
21022@end table
21023
21024@node Register Packet Format
21025@section Register Packet Format
eb12ee30 21026
8e04817f 21027The following @samp{g}/@samp{G} packets have previously been defined.
ee2d5c50
AC
21028In the below, some thirty-two bit registers are transferred as
21029sixty-four bits. Those registers should be zero/sign extended (which?)
21030to fill the space allocated. Register bytes are transfered in target
21031byte order. The two nibbles within a register byte are transfered
21032most-significant - least-significant.
eb12ee30 21033
ee2d5c50 21034@table @r
eb12ee30 21035
8e04817f 21036@item MIPS32
ee2d5c50 21037
8e04817f
AC
21038All registers are transfered as thirty-two bit quantities in the order:
2103932 general-purpose; sr; lo; hi; bad; cause; pc; 32 floating-point
21040registers; fsr; fir; fp.
eb12ee30 21041
8e04817f 21042@item MIPS64
ee2d5c50 21043
8e04817f
AC
21044All registers are transfered as sixty-four bit quantities (including
21045thirty-two bit registers such as @code{sr}). The ordering is the same
21046as @code{MIPS32}.
eb12ee30 21047
ee2d5c50
AC
21048@end table
21049
21050@node Examples
21051@section Examples
eb12ee30 21052
8e04817f
AC
21053Example sequence of a target being re-started. Notice how the restart
21054does not get any direct output:
eb12ee30 21055
474c8240 21056@smallexample
d2c6833e
AC
21057-> @code{R00}
21058<- @code{+}
8e04817f 21059@emph{target restarts}
d2c6833e 21060-> @code{?}
8e04817f 21061<- @code{+}
d2c6833e
AC
21062<- @code{T001:1234123412341234}
21063-> @code{+}
474c8240 21064@end smallexample
eb12ee30 21065
8e04817f 21066Example sequence of a target being stepped by a single instruction:
eb12ee30 21067
474c8240 21068@smallexample
d2c6833e 21069-> @code{G1445@dots{}}
8e04817f 21070<- @code{+}
d2c6833e
AC
21071-> @code{s}
21072<- @code{+}
21073@emph{time passes}
21074<- @code{T001:1234123412341234}
8e04817f 21075-> @code{+}
d2c6833e 21076-> @code{g}
8e04817f 21077<- @code{+}
d2c6833e
AC
21078<- @code{1455@dots{}}
21079-> @code{+}
474c8240 21080@end smallexample
eb12ee30 21081
0ce1b118
CV
21082@node File-I/O remote protocol extension
21083@section File-I/O remote protocol extension
21084@cindex File-I/O remote protocol extension
21085
21086@menu
21087* File-I/O Overview::
21088* Protocol basics::
1d8b2f28
JB
21089* The F request packet::
21090* The F reply packet::
0ce1b118
CV
21091* Memory transfer::
21092* The Ctrl-C message::
21093* Console I/O::
21094* The isatty call::
21095* The system call::
21096* List of supported calls::
21097* Protocol specific representation of datatypes::
21098* Constants::
21099* File-I/O Examples::
21100@end menu
21101
21102@node File-I/O Overview
21103@subsection File-I/O Overview
21104@cindex file-i/o overview
21105
21106The File I/O remote protocol extension (short: File-I/O) allows the
21107target to use the hosts file system and console I/O when calling various
21108system calls. System calls on the target system are translated into a
21109remote protocol packet to the host system which then performs the needed
21110actions and returns with an adequate response packet to the target system.
21111This simulates file system operations even on targets that lack file systems.
21112
21113The protocol is defined host- and target-system independent. It uses
21114it's own independent representation of datatypes and values. Both,
21115@value{GDBN} and the target's @value{GDBN} stub are responsible for
21116translating the system dependent values into the unified protocol values
21117when data is transmitted.
21118
21119The communication is synchronous. A system call is possible only
21120when GDB is waiting for the @samp{C}, @samp{c}, @samp{S} or @samp{s}
21121packets. While @value{GDBN} handles the request for a system call,
21122the target is stopped to allow deterministic access to the target's
21123memory. Therefore File-I/O is not interuptible by target signals. It
21124is possible to interrupt File-I/O by a user interrupt (Ctrl-C), though.
21125
21126The target's request to perform a host system call does not finish
21127the latest @samp{C}, @samp{c}, @samp{S} or @samp{s} action. That means,
21128after finishing the system call, the target returns to continuing the
21129previous activity (continue, step). No additional continue or step
21130request from @value{GDBN} is required.
21131
21132@smallexample
f7dc1244 21133(@value{GDBP}) continue
0ce1b118
CV
21134 <- target requests 'system call X'
21135 target is stopped, @value{GDBN} executes system call
21136 -> GDB returns result
21137 ... target continues, GDB returns to wait for the target
21138 <- target hits breakpoint and sends a Txx packet
21139@end smallexample
21140
21141The protocol is only used for files on the host file system and
21142for I/O on the console. Character or block special devices, pipes,
21143named pipes or sockets or any other communication method on the host
21144system are not supported by this protocol.
21145
21146@node Protocol basics
21147@subsection Protocol basics
21148@cindex protocol basics, file-i/o
21149
21150The File-I/O protocol uses the @code{F} packet, as request as well
21151as as reply packet. Since a File-I/O system call can only occur when
b383017d 21152@value{GDBN} is waiting for the continuing or stepping target, the
0ce1b118
CV
21153File-I/O request is a reply that @value{GDBN} has to expect as a result
21154of a former @samp{C}, @samp{c}, @samp{S} or @samp{s} packet.
21155This @code{F} packet contains all information needed to allow @value{GDBN}
21156to call the appropriate host system call:
21157
21158@itemize @bullet
b383017d 21159@item
0ce1b118
CV
21160A unique identifier for the requested system call.
21161
21162@item
21163All parameters to the system call. Pointers are given as addresses
21164in the target memory address space. Pointers to strings are given as
b383017d 21165pointer/length pair. Numerical values are given as they are.
0ce1b118
CV
21166Numerical control values are given in a protocol specific representation.
21167
21168@end itemize
21169
21170At that point @value{GDBN} has to perform the following actions.
21171
21172@itemize @bullet
b383017d 21173@item
0ce1b118
CV
21174If parameter pointer values are given, which point to data needed as input
21175to a system call, @value{GDBN} requests this data from the target with a
21176standard @code{m} packet request. This additional communication has to be
21177expected by the target implementation and is handled as any other @code{m}
21178packet.
21179
21180@item
21181@value{GDBN} translates all value from protocol representation to host
21182representation as needed. Datatypes are coerced into the host types.
21183
21184@item
21185@value{GDBN} calls the system call
21186
21187@item
21188It then coerces datatypes back to protocol representation.
21189
21190@item
21191If pointer parameters in the request packet point to buffer space in which
21192a system call is expected to copy data to, the data is transmitted to the
21193target using a @code{M} or @code{X} packet. This packet has to be expected
21194by the target implementation and is handled as any other @code{M} or @code{X}
21195packet.
21196
21197@end itemize
21198
21199Eventually @value{GDBN} replies with another @code{F} packet which contains all
21200necessary information for the target to continue. This at least contains
21201
21202@itemize @bullet
21203@item
21204Return value.
21205
21206@item
21207@code{errno}, if has been changed by the system call.
21208
21209@item
21210``Ctrl-C'' flag.
21211
21212@end itemize
21213
21214After having done the needed type and value coercion, the target continues
21215the latest continue or step action.
21216
1d8b2f28 21217@node The F request packet
0ce1b118
CV
21218@subsection The @code{F} request packet
21219@cindex file-i/o request packet
21220@cindex @code{F} request packet
21221
21222The @code{F} request packet has the following format:
21223
21224@table @samp
21225
21226@smallexample
21227@code{F}@var{call-id}@code{,}@var{parameter@dots{}}
21228@end smallexample
21229
21230@var{call-id} is the identifier to indicate the host system call to be called.
21231This is just the name of the function.
21232
21233@var{parameter@dots{}} are the parameters to the system call.
21234
b383017d 21235@end table
0ce1b118
CV
21236
21237Parameters are hexadecimal integer values, either the real values in case
21238of scalar datatypes, as pointers to target buffer space in case of compound
21239datatypes and unspecified memory areas or as pointer/length pairs in case
21240of string parameters. These are appended to the call-id, each separated
21241from its predecessor by a comma. All values are transmitted in ASCII
21242string representation, pointer/length pairs separated by a slash.
21243
1d8b2f28 21244@node The F reply packet
0ce1b118
CV
21245@subsection The @code{F} reply packet
21246@cindex file-i/o reply packet
21247@cindex @code{F} reply packet
21248
21249The @code{F} reply packet has the following format:
21250
21251@table @samp
21252
21253@smallexample
21254@code{F}@var{retcode}@code{,}@var{errno}@code{,}@var{Ctrl-C flag}@code{;}@var{call specific attachment}
21255@end smallexample
21256
21257@var{retcode} is the return code of the system call as hexadecimal value.
21258
21259@var{errno} is the errno set by the call, in protocol specific representation.
21260This parameter can be omitted if the call was successful.
21261
21262@var{Ctrl-C flag} is only send if the user requested a break. In this
21263case, @var{errno} must be send as well, even if the call was successful.
21264The @var{Ctrl-C flag} itself consists of the character 'C':
21265
21266@smallexample
21267F0,0,C
21268@end smallexample
21269
21270@noindent
21271or, if the call was interupted before the host call has been performed:
21272
21273@smallexample
21274F-1,4,C
21275@end smallexample
21276
21277@noindent
21278assuming 4 is the protocol specific representation of @code{EINTR}.
21279
21280@end table
21281
21282@node Memory transfer
21283@subsection Memory transfer
21284@cindex memory transfer, in file-i/o protocol
21285
21286Structured data which is transferred using a memory read or write as e.g.@:
21287a @code{struct stat} is expected to be in a protocol specific format with
21288all scalar multibyte datatypes being big endian. This should be done by
21289the target before the @code{F} packet is sent resp.@: by @value{GDBN} before
21290it transfers memory to the target. Transferred pointers to structured
21291data should point to the already coerced data at any time.
21292
21293@node The Ctrl-C message
21294@subsection The Ctrl-C message
21295@cindex ctrl-c message, in file-i/o protocol
21296
21297A special case is, if the @var{Ctrl-C flag} is set in the @value{GDBN}
21298reply packet. In this case the target should behave, as if it had
21299gotten a break message. The meaning for the target is ``system call
21300interupted by @code{SIGINT}''. Consequentially, the target should actually stop
21301(as with a break message) and return to @value{GDBN} with a @code{T02}
b383017d 21302packet. In this case, it's important for the target to know, in which
0ce1b118
CV
21303state the system call was interrupted. Since this action is by design
21304not an atomic operation, we have to differ between two cases:
21305
21306@itemize @bullet
21307@item
21308The system call hasn't been performed on the host yet.
21309
21310@item
21311The system call on the host has been finished.
21312
21313@end itemize
21314
21315These two states can be distinguished by the target by the value of the
21316returned @code{errno}. If it's the protocol representation of @code{EINTR}, the system
21317call hasn't been performed. This is equivalent to the @code{EINTR} handling
21318on POSIX systems. In any other case, the target may presume that the
21319system call has been finished --- successful or not --- and should behave
21320as if the break message arrived right after the system call.
21321
21322@value{GDBN} must behave reliable. If the system call has not been called
21323yet, @value{GDBN} may send the @code{F} reply immediately, setting @code{EINTR} as
21324@code{errno} in the packet. If the system call on the host has been finished
21325before the user requests a break, the full action must be finshed by
21326@value{GDBN}. This requires sending @code{M} or @code{X} packets as they fit.
21327The @code{F} packet may only be send when either nothing has happened
21328or the full action has been completed.
21329
21330@node Console I/O
21331@subsection Console I/O
21332@cindex console i/o as part of file-i/o
21333
21334By default and if not explicitely closed by the target system, the file
21335descriptors 0, 1 and 2 are connected to the @value{GDBN} console. Output
21336on the @value{GDBN} console is handled as any other file output operation
21337(@code{write(1, @dots{})} or @code{write(2, @dots{})}). Console input is handled
21338by @value{GDBN} so that after the target read request from file descriptor
213390 all following typing is buffered until either one of the following
21340conditions is met:
21341
21342@itemize @bullet
21343@item
21344The user presses @kbd{Ctrl-C}. The behaviour is as explained above, the
21345@code{read}
21346system call is treated as finished.
21347
21348@item
21349The user presses @kbd{Enter}. This is treated as end of input with a trailing
21350line feed.
21351
21352@item
21353The user presses @kbd{Ctrl-D}. This is treated as end of input. No trailing
21354character, especially no Ctrl-D is appended to the input.
21355
21356@end itemize
21357
21358If the user has typed more characters as fit in the buffer given to
21359the read call, the trailing characters are buffered in @value{GDBN} until
21360either another @code{read(0, @dots{})} is requested by the target or debugging
21361is stopped on users request.
21362
21363@node The isatty call
21364@subsection The isatty(3) call
21365@cindex isatty call, file-i/o protocol
21366
21367A special case in this protocol is the library call @code{isatty} which
21368is implemented as it's own call inside of this protocol. It returns
213691 to the target if the file descriptor given as parameter is attached
21370to the @value{GDBN} console, 0 otherwise. Implementing through system calls
21371would require implementing @code{ioctl} and would be more complex than
21372needed.
21373
21374@node The system call
21375@subsection The system(3) call
21376@cindex system call, file-i/o protocol
21377
21378The other special case in this protocol is the @code{system} call which
21379is implemented as it's own call, too. @value{GDBN} is taking over the full
21380task of calling the necessary host calls to perform the @code{system}
21381call. The return value of @code{system} is simplified before it's returned
21382to the target. Basically, the only signal transmitted back is @code{EINTR}
21383in case the user pressed @kbd{Ctrl-C}. Otherwise the return value consists
21384entirely of the exit status of the called command.
21385
21386Due to security concerns, the @code{system} call is refused to be called
b383017d 21387by @value{GDBN} by default. The user has to allow this call explicitly by
0ce1b118
CV
21388entering
21389
21390@table @samp
21391@kindex set remote system-call-allowed 1
21392@item @code{set remote system-call-allowed 1}
21393@end table
21394
21395Disabling the @code{system} call is done by
21396
21397@table @samp
21398@kindex set remote system-call-allowed 0
21399@item @code{set remote system-call-allowed 0}
21400@end table
21401
21402The current setting is shown by typing
21403
21404@table @samp
21405@kindex show remote system-call-allowed
21406@item @code{show remote system-call-allowed}
21407@end table
21408
21409@node List of supported calls
21410@subsection List of supported calls
21411@cindex list of supported file-i/o calls
21412
21413@menu
21414* open::
21415* close::
21416* read::
21417* write::
21418* lseek::
21419* rename::
21420* unlink::
21421* stat/fstat::
21422* gettimeofday::
21423* isatty::
21424* system::
21425@end menu
21426
21427@node open
21428@unnumberedsubsubsec open
21429@cindex open, file-i/o system call
21430
21431@smallexample
21432@exdent Synopsis:
21433int open(const char *pathname, int flags);
21434int open(const char *pathname, int flags, mode_t mode);
21435
b383017d 21436@exdent Request:
0ce1b118
CV
21437Fopen,pathptr/len,flags,mode
21438@end smallexample
21439
21440@noindent
21441@code{flags} is the bitwise or of the following values:
21442
21443@table @code
b383017d 21444@item O_CREAT
0ce1b118
CV
21445If the file does not exist it will be created. The host
21446rules apply as far as file ownership and time stamps
21447are concerned.
21448
b383017d 21449@item O_EXCL
0ce1b118
CV
21450When used with O_CREAT, if the file already exists it is
21451an error and open() fails.
21452
b383017d 21453@item O_TRUNC
0ce1b118
CV
21454If the file already exists and the open mode allows
21455writing (O_RDWR or O_WRONLY is given) it will be
21456truncated to length 0.
21457
b383017d 21458@item O_APPEND
0ce1b118
CV
21459The file is opened in append mode.
21460
b383017d 21461@item O_RDONLY
0ce1b118
CV
21462The file is opened for reading only.
21463
b383017d 21464@item O_WRONLY
0ce1b118
CV
21465The file is opened for writing only.
21466
b383017d 21467@item O_RDWR
0ce1b118
CV
21468The file is opened for reading and writing.
21469
21470@noindent
21471Each other bit is silently ignored.
21472
21473@end table
21474
21475@noindent
21476@code{mode} is the bitwise or of the following values:
21477
21478@table @code
b383017d 21479@item S_IRUSR
0ce1b118
CV
21480User has read permission.
21481
b383017d 21482@item S_IWUSR
0ce1b118
CV
21483User has write permission.
21484
b383017d 21485@item S_IRGRP
0ce1b118
CV
21486Group has read permission.
21487
b383017d 21488@item S_IWGRP
0ce1b118
CV
21489Group has write permission.
21490
b383017d 21491@item S_IROTH
0ce1b118
CV
21492Others have read permission.
21493
b383017d 21494@item S_IWOTH
0ce1b118
CV
21495Others have write permission.
21496
21497@noindent
21498Each other bit is silently ignored.
21499
21500@end table
21501
21502@smallexample
21503@exdent Return value:
21504open returns the new file descriptor or -1 if an error
21505occured.
21506
21507@exdent Errors:
21508@end smallexample
21509
21510@table @code
b383017d 21511@item EEXIST
0ce1b118
CV
21512pathname already exists and O_CREAT and O_EXCL were used.
21513
b383017d 21514@item EISDIR
0ce1b118
CV
21515pathname refers to a directory.
21516
b383017d 21517@item EACCES
0ce1b118
CV
21518The requested access is not allowed.
21519
21520@item ENAMETOOLONG
21521pathname was too long.
21522
b383017d 21523@item ENOENT
0ce1b118
CV
21524A directory component in pathname does not exist.
21525
b383017d 21526@item ENODEV
0ce1b118
CV
21527pathname refers to a device, pipe, named pipe or socket.
21528
b383017d 21529@item EROFS
0ce1b118
CV
21530pathname refers to a file on a read-only filesystem and
21531write access was requested.
21532
b383017d 21533@item EFAULT
0ce1b118
CV
21534pathname is an invalid pointer value.
21535
b383017d 21536@item ENOSPC
0ce1b118
CV
21537No space on device to create the file.
21538
b383017d 21539@item EMFILE
0ce1b118
CV
21540The process already has the maximum number of files open.
21541
b383017d 21542@item ENFILE
0ce1b118
CV
21543The limit on the total number of files open on the system
21544has been reached.
21545
b383017d 21546@item EINTR
0ce1b118
CV
21547The call was interrupted by the user.
21548@end table
21549
21550@node close
21551@unnumberedsubsubsec close
21552@cindex close, file-i/o system call
21553
21554@smallexample
b383017d 21555@exdent Synopsis:
0ce1b118
CV
21556int close(int fd);
21557
b383017d 21558@exdent Request:
0ce1b118
CV
21559Fclose,fd
21560
21561@exdent Return value:
21562close returns zero on success, or -1 if an error occurred.
21563
21564@exdent Errors:
21565@end smallexample
21566
21567@table @code
b383017d 21568@item EBADF
0ce1b118
CV
21569fd isn't a valid open file descriptor.
21570
b383017d 21571@item EINTR
0ce1b118
CV
21572The call was interrupted by the user.
21573@end table
21574
21575@node read
21576@unnumberedsubsubsec read
21577@cindex read, file-i/o system call
21578
21579@smallexample
b383017d 21580@exdent Synopsis:
0ce1b118
CV
21581int read(int fd, void *buf, unsigned int count);
21582
b383017d 21583@exdent Request:
0ce1b118
CV
21584Fread,fd,bufptr,count
21585
21586@exdent Return value:
21587On success, the number of bytes read is returned.
21588Zero indicates end of file. If count is zero, read
b383017d 21589returns zero as well. On error, -1 is returned.
0ce1b118
CV
21590
21591@exdent Errors:
21592@end smallexample
21593
21594@table @code
b383017d 21595@item EBADF
0ce1b118
CV
21596fd is not a valid file descriptor or is not open for
21597reading.
21598
b383017d 21599@item EFAULT
0ce1b118
CV
21600buf is an invalid pointer value.
21601
b383017d 21602@item EINTR
0ce1b118
CV
21603The call was interrupted by the user.
21604@end table
21605
21606@node write
21607@unnumberedsubsubsec write
21608@cindex write, file-i/o system call
21609
21610@smallexample
b383017d 21611@exdent Synopsis:
0ce1b118
CV
21612int write(int fd, const void *buf, unsigned int count);
21613
b383017d 21614@exdent Request:
0ce1b118
CV
21615Fwrite,fd,bufptr,count
21616
21617@exdent Return value:
21618On success, the number of bytes written are returned.
21619Zero indicates nothing was written. On error, -1
21620is returned.
21621
21622@exdent Errors:
21623@end smallexample
21624
21625@table @code
b383017d 21626@item EBADF
0ce1b118
CV
21627fd is not a valid file descriptor or is not open for
21628writing.
21629
b383017d 21630@item EFAULT
0ce1b118
CV
21631buf is an invalid pointer value.
21632
b383017d 21633@item EFBIG
0ce1b118
CV
21634An attempt was made to write a file that exceeds the
21635host specific maximum file size allowed.
21636
b383017d 21637@item ENOSPC
0ce1b118
CV
21638No space on device to write the data.
21639
b383017d 21640@item EINTR
0ce1b118
CV
21641The call was interrupted by the user.
21642@end table
21643
21644@node lseek
21645@unnumberedsubsubsec lseek
21646@cindex lseek, file-i/o system call
21647
21648@smallexample
b383017d 21649@exdent Synopsis:
0ce1b118
CV
21650long lseek (int fd, long offset, int flag);
21651
b383017d 21652@exdent Request:
0ce1b118
CV
21653Flseek,fd,offset,flag
21654@end smallexample
21655
21656@code{flag} is one of:
21657
21658@table @code
b383017d 21659@item SEEK_SET
0ce1b118
CV
21660The offset is set to offset bytes.
21661
b383017d 21662@item SEEK_CUR
0ce1b118
CV
21663The offset is set to its current location plus offset
21664bytes.
21665
b383017d 21666@item SEEK_END
0ce1b118
CV
21667The offset is set to the size of the file plus offset
21668bytes.
21669@end table
21670
21671@smallexample
21672@exdent Return value:
21673On success, the resulting unsigned offset in bytes from
21674the beginning of the file is returned. Otherwise, a
21675value of -1 is returned.
21676
21677@exdent Errors:
21678@end smallexample
21679
21680@table @code
b383017d 21681@item EBADF
0ce1b118
CV
21682fd is not a valid open file descriptor.
21683
b383017d 21684@item ESPIPE
0ce1b118
CV
21685fd is associated with the @value{GDBN} console.
21686
b383017d 21687@item EINVAL
0ce1b118
CV
21688flag is not a proper value.
21689
b383017d 21690@item EINTR
0ce1b118
CV
21691The call was interrupted by the user.
21692@end table
21693
21694@node rename
21695@unnumberedsubsubsec rename
21696@cindex rename, file-i/o system call
21697
21698@smallexample
b383017d 21699@exdent Synopsis:
0ce1b118
CV
21700int rename(const char *oldpath, const char *newpath);
21701
b383017d 21702@exdent Request:
0ce1b118
CV
21703Frename,oldpathptr/len,newpathptr/len
21704
21705@exdent Return value:
21706On success, zero is returned. On error, -1 is returned.
21707
21708@exdent Errors:
21709@end smallexample
21710
21711@table @code
b383017d 21712@item EISDIR
0ce1b118
CV
21713newpath is an existing directory, but oldpath is not a
21714directory.
21715
b383017d 21716@item EEXIST
0ce1b118
CV
21717newpath is a non-empty directory.
21718
b383017d 21719@item EBUSY
0ce1b118
CV
21720oldpath or newpath is a directory that is in use by some
21721process.
21722
b383017d 21723@item EINVAL
0ce1b118
CV
21724An attempt was made to make a directory a subdirectory
21725of itself.
21726
b383017d 21727@item ENOTDIR
0ce1b118
CV
21728A component used as a directory in oldpath or new
21729path is not a directory. Or oldpath is a directory
21730and newpath exists but is not a directory.
21731
b383017d 21732@item EFAULT
0ce1b118
CV
21733oldpathptr or newpathptr are invalid pointer values.
21734
b383017d 21735@item EACCES
0ce1b118
CV
21736No access to the file or the path of the file.
21737
21738@item ENAMETOOLONG
b383017d 21739
0ce1b118
CV
21740oldpath or newpath was too long.
21741
b383017d 21742@item ENOENT
0ce1b118
CV
21743A directory component in oldpath or newpath does not exist.
21744
b383017d 21745@item EROFS
0ce1b118
CV
21746The file is on a read-only filesystem.
21747
b383017d 21748@item ENOSPC
0ce1b118
CV
21749The device containing the file has no room for the new
21750directory entry.
21751
b383017d 21752@item EINTR
0ce1b118
CV
21753The call was interrupted by the user.
21754@end table
21755
21756@node unlink
21757@unnumberedsubsubsec unlink
21758@cindex unlink, file-i/o system call
21759
21760@smallexample
b383017d 21761@exdent Synopsis:
0ce1b118
CV
21762int unlink(const char *pathname);
21763
b383017d 21764@exdent Request:
0ce1b118
CV
21765Funlink,pathnameptr/len
21766
21767@exdent Return value:
21768On success, zero is returned. On error, -1 is returned.
21769
21770@exdent Errors:
21771@end smallexample
21772
21773@table @code
b383017d 21774@item EACCES
0ce1b118
CV
21775No access to the file or the path of the file.
21776
b383017d 21777@item EPERM
0ce1b118
CV
21778The system does not allow unlinking of directories.
21779
b383017d 21780@item EBUSY
0ce1b118
CV
21781The file pathname cannot be unlinked because it's
21782being used by another process.
21783
b383017d 21784@item EFAULT
0ce1b118
CV
21785pathnameptr is an invalid pointer value.
21786
21787@item ENAMETOOLONG
21788pathname was too long.
21789
b383017d 21790@item ENOENT
0ce1b118
CV
21791A directory component in pathname does not exist.
21792
b383017d 21793@item ENOTDIR
0ce1b118
CV
21794A component of the path is not a directory.
21795
b383017d 21796@item EROFS
0ce1b118
CV
21797The file is on a read-only filesystem.
21798
b383017d 21799@item EINTR
0ce1b118
CV
21800The call was interrupted by the user.
21801@end table
21802
21803@node stat/fstat
21804@unnumberedsubsubsec stat/fstat
21805@cindex fstat, file-i/o system call
21806@cindex stat, file-i/o system call
21807
21808@smallexample
b383017d 21809@exdent Synopsis:
0ce1b118
CV
21810int stat(const char *pathname, struct stat *buf);
21811int fstat(int fd, struct stat *buf);
21812
b383017d 21813@exdent Request:
0ce1b118
CV
21814Fstat,pathnameptr/len,bufptr
21815Ffstat,fd,bufptr
21816
21817@exdent Return value:
21818On success, zero is returned. On error, -1 is returned.
21819
21820@exdent Errors:
21821@end smallexample
21822
21823@table @code
b383017d 21824@item EBADF
0ce1b118
CV
21825fd is not a valid open file.
21826
b383017d 21827@item ENOENT
0ce1b118
CV
21828A directory component in pathname does not exist or the
21829path is an empty string.
21830
b383017d 21831@item ENOTDIR
0ce1b118
CV
21832A component of the path is not a directory.
21833
b383017d 21834@item EFAULT
0ce1b118
CV
21835pathnameptr is an invalid pointer value.
21836
b383017d 21837@item EACCES
0ce1b118
CV
21838No access to the file or the path of the file.
21839
21840@item ENAMETOOLONG
21841pathname was too long.
21842
b383017d 21843@item EINTR
0ce1b118
CV
21844The call was interrupted by the user.
21845@end table
21846
21847@node gettimeofday
21848@unnumberedsubsubsec gettimeofday
21849@cindex gettimeofday, file-i/o system call
21850
21851@smallexample
b383017d 21852@exdent Synopsis:
0ce1b118
CV
21853int gettimeofday(struct timeval *tv, void *tz);
21854
b383017d 21855@exdent Request:
0ce1b118
CV
21856Fgettimeofday,tvptr,tzptr
21857
21858@exdent Return value:
21859On success, 0 is returned, -1 otherwise.
21860
21861@exdent Errors:
21862@end smallexample
21863
21864@table @code
b383017d 21865@item EINVAL
0ce1b118
CV
21866tz is a non-NULL pointer.
21867
b383017d 21868@item EFAULT
0ce1b118
CV
21869tvptr and/or tzptr is an invalid pointer value.
21870@end table
21871
21872@node isatty
21873@unnumberedsubsubsec isatty
21874@cindex isatty, file-i/o system call
21875
21876@smallexample
b383017d 21877@exdent Synopsis:
0ce1b118
CV
21878int isatty(int fd);
21879
b383017d 21880@exdent Request:
0ce1b118
CV
21881Fisatty,fd
21882
21883@exdent Return value:
21884Returns 1 if fd refers to the @value{GDBN} console, 0 otherwise.
21885
21886@exdent Errors:
21887@end smallexample
21888
21889@table @code
b383017d 21890@item EINTR
0ce1b118
CV
21891The call was interrupted by the user.
21892@end table
21893
21894@node system
21895@unnumberedsubsubsec system
21896@cindex system, file-i/o system call
21897
21898@smallexample
b383017d 21899@exdent Synopsis:
0ce1b118
CV
21900int system(const char *command);
21901
b383017d 21902@exdent Request:
0ce1b118
CV
21903Fsystem,commandptr/len
21904
21905@exdent Return value:
21906The value returned is -1 on error and the return status
21907of the command otherwise. Only the exit status of the
21908command is returned, which is extracted from the hosts
21909system return value by calling WEXITSTATUS(retval).
21910In case /bin/sh could not be executed, 127 is returned.
21911
21912@exdent Errors:
21913@end smallexample
21914
21915@table @code
b383017d 21916@item EINTR
0ce1b118
CV
21917The call was interrupted by the user.
21918@end table
21919
21920@node Protocol specific representation of datatypes
21921@subsection Protocol specific representation of datatypes
21922@cindex protocol specific representation of datatypes, in file-i/o protocol
21923
21924@menu
21925* Integral datatypes::
21926* Pointer values::
21927* struct stat::
21928* struct timeval::
21929@end menu
21930
21931@node Integral datatypes
21932@unnumberedsubsubsec Integral datatypes
21933@cindex integral datatypes, in file-i/o protocol
21934
21935The integral datatypes used in the system calls are
21936
21937@smallexample
21938int@r{,} unsigned int@r{,} long@r{,} unsigned long@r{,} mode_t @r{and} time_t
21939@end smallexample
21940
21941@code{Int}, @code{unsigned int}, @code{mode_t} and @code{time_t} are
21942implemented as 32 bit values in this protocol.
21943
b383017d
RM
21944@code{Long} and @code{unsigned long} are implemented as 64 bit types.
21945
0ce1b118
CV
21946@xref{Limits}, for corresponding MIN and MAX values (similar to those
21947in @file{limits.h}) to allow range checking on host and target.
21948
21949@code{time_t} datatypes are defined as seconds since the Epoch.
21950
21951All integral datatypes transferred as part of a memory read or write of a
21952structured datatype e.g.@: a @code{struct stat} have to be given in big endian
21953byte order.
21954
21955@node Pointer values
21956@unnumberedsubsubsec Pointer values
21957@cindex pointer values, in file-i/o protocol
21958
21959Pointers to target data are transmitted as they are. An exception
21960is made for pointers to buffers for which the length isn't
21961transmitted as part of the function call, namely strings. Strings
21962are transmitted as a pointer/length pair, both as hex values, e.g.@:
21963
21964@smallexample
21965@code{1aaf/12}
21966@end smallexample
21967
21968@noindent
21969which is a pointer to data of length 18 bytes at position 0x1aaf.
21970The length is defined as the full string length in bytes, including
21971the trailing null byte. Example:
21972
21973@smallexample
21974``hello, world'' at address 0x123456
21975@end smallexample
21976
21977@noindent
21978is transmitted as
21979
21980@smallexample
21981@code{123456/d}
21982@end smallexample
21983
21984@node struct stat
21985@unnumberedsubsubsec struct stat
21986@cindex struct stat, in file-i/o protocol
21987
21988The buffer of type struct stat used by the target and @value{GDBN} is defined
21989as follows:
21990
21991@smallexample
21992struct stat @{
21993 unsigned int st_dev; /* device */
21994 unsigned int st_ino; /* inode */
21995 mode_t st_mode; /* protection */
21996 unsigned int st_nlink; /* number of hard links */
21997 unsigned int st_uid; /* user ID of owner */
21998 unsigned int st_gid; /* group ID of owner */
21999 unsigned int st_rdev; /* device type (if inode device) */
22000 unsigned long st_size; /* total size, in bytes */
22001 unsigned long st_blksize; /* blocksize for filesystem I/O */
22002 unsigned long st_blocks; /* number of blocks allocated */
22003 time_t st_atime; /* time of last access */
22004 time_t st_mtime; /* time of last modification */
22005 time_t st_ctime; /* time of last change */
22006@};
22007@end smallexample
22008
22009The integral datatypes are conforming to the definitions given in the
22010approriate section (see @ref{Integral datatypes}, for details) so this
22011structure is of size 64 bytes.
22012
22013The values of several fields have a restricted meaning and/or
22014range of values.
22015
22016@smallexample
22017st_dev: 0 file
22018 1 console
22019
22020st_ino: No valid meaning for the target. Transmitted unchanged.
22021
22022st_mode: Valid mode bits are described in Appendix C. Any other
22023 bits have currently no meaning for the target.
22024
22025st_uid: No valid meaning for the target. Transmitted unchanged.
22026
22027st_gid: No valid meaning for the target. Transmitted unchanged.
22028
22029st_rdev: No valid meaning for the target. Transmitted unchanged.
22030
22031st_atime, st_mtime, st_ctime:
22032 These values have a host and file system dependent
22033 accuracy. Especially on Windows hosts the file systems
22034 don't support exact timing values.
22035@end smallexample
22036
22037The target gets a struct stat of the above representation and is
22038responsible to coerce it to the target representation before
22039continuing.
22040
22041Note that due to size differences between the host and target
22042representation of stat members, these members could eventually
22043get truncated on the target.
22044
22045@node struct timeval
22046@unnumberedsubsubsec struct timeval
22047@cindex struct timeval, in file-i/o protocol
22048
22049The buffer of type struct timeval used by the target and @value{GDBN}
22050is defined as follows:
22051
22052@smallexample
b383017d 22053struct timeval @{
0ce1b118
CV
22054 time_t tv_sec; /* second */
22055 long tv_usec; /* microsecond */
22056@};
22057@end smallexample
22058
22059The integral datatypes are conforming to the definitions given in the
22060approriate section (see @ref{Integral datatypes}, for details) so this
22061structure is of size 8 bytes.
22062
22063@node Constants
22064@subsection Constants
22065@cindex constants, in file-i/o protocol
22066
22067The following values are used for the constants inside of the
22068protocol. @value{GDBN} and target are resposible to translate these
22069values before and after the call as needed.
22070
22071@menu
22072* Open flags::
22073* mode_t values::
22074* Errno values::
22075* Lseek flags::
22076* Limits::
22077@end menu
22078
22079@node Open flags
22080@unnumberedsubsubsec Open flags
22081@cindex open flags, in file-i/o protocol
22082
22083All values are given in hexadecimal representation.
22084
22085@smallexample
22086 O_RDONLY 0x0
22087 O_WRONLY 0x1
22088 O_RDWR 0x2
22089 O_APPEND 0x8
22090 O_CREAT 0x200
22091 O_TRUNC 0x400
22092 O_EXCL 0x800
22093@end smallexample
22094
22095@node mode_t values
22096@unnumberedsubsubsec mode_t values
22097@cindex mode_t values, in file-i/o protocol
22098
22099All values are given in octal representation.
22100
22101@smallexample
22102 S_IFREG 0100000
22103 S_IFDIR 040000
22104 S_IRUSR 0400
22105 S_IWUSR 0200
22106 S_IXUSR 0100
22107 S_IRGRP 040
22108 S_IWGRP 020
22109 S_IXGRP 010
22110 S_IROTH 04
22111 S_IWOTH 02
22112 S_IXOTH 01
22113@end smallexample
22114
22115@node Errno values
22116@unnumberedsubsubsec Errno values
22117@cindex errno values, in file-i/o protocol
22118
22119All values are given in decimal representation.
22120
22121@smallexample
22122 EPERM 1
22123 ENOENT 2
22124 EINTR 4
22125 EBADF 9
22126 EACCES 13
22127 EFAULT 14
22128 EBUSY 16
22129 EEXIST 17
22130 ENODEV 19
22131 ENOTDIR 20
22132 EISDIR 21
22133 EINVAL 22
22134 ENFILE 23
22135 EMFILE 24
22136 EFBIG 27
22137 ENOSPC 28
22138 ESPIPE 29
22139 EROFS 30
22140 ENAMETOOLONG 91
22141 EUNKNOWN 9999
22142@end smallexample
22143
22144 EUNKNOWN is used as a fallback error value if a host system returns
22145 any error value not in the list of supported error numbers.
22146
22147@node Lseek flags
22148@unnumberedsubsubsec Lseek flags
22149@cindex lseek flags, in file-i/o protocol
22150
22151@smallexample
22152 SEEK_SET 0
22153 SEEK_CUR 1
22154 SEEK_END 2
22155@end smallexample
22156
22157@node Limits
22158@unnumberedsubsubsec Limits
22159@cindex limits, in file-i/o protocol
22160
22161All values are given in decimal representation.
22162
22163@smallexample
22164 INT_MIN -2147483648
22165 INT_MAX 2147483647
22166 UINT_MAX 4294967295
22167 LONG_MIN -9223372036854775808
22168 LONG_MAX 9223372036854775807
22169 ULONG_MAX 18446744073709551615
22170@end smallexample
22171
22172@node File-I/O Examples
22173@subsection File-I/O Examples
22174@cindex file-i/o examples
22175
22176Example sequence of a write call, file descriptor 3, buffer is at target
22177address 0x1234, 6 bytes should be written:
22178
22179@smallexample
22180<- @code{Fwrite,3,1234,6}
22181@emph{request memory read from target}
22182-> @code{m1234,6}
22183<- XXXXXX
22184@emph{return "6 bytes written"}
22185-> @code{F6}
22186@end smallexample
22187
22188Example sequence of a read call, file descriptor 3, buffer is at target
22189address 0x1234, 6 bytes should be read:
22190
22191@smallexample
22192<- @code{Fread,3,1234,6}
22193@emph{request memory write to target}
22194-> @code{X1234,6:XXXXXX}
22195@emph{return "6 bytes read"}
22196-> @code{F6}
22197@end smallexample
22198
22199Example sequence of a read call, call fails on the host due to invalid
22200file descriptor (EBADF):
22201
22202@smallexample
22203<- @code{Fread,3,1234,6}
22204-> @code{F-1,9}
22205@end smallexample
22206
22207Example sequence of a read call, user presses Ctrl-C before syscall on
22208host is called:
22209
22210@smallexample
22211<- @code{Fread,3,1234,6}
22212-> @code{F-1,4,C}
22213<- @code{T02}
22214@end smallexample
22215
22216Example sequence of a read call, user presses Ctrl-C after syscall on
22217host is called:
22218
22219@smallexample
22220<- @code{Fread,3,1234,6}
22221-> @code{X1234,6:XXXXXX}
22222<- @code{T02}
22223@end smallexample
22224
f418dd93
DJ
22225@include agentexpr.texi
22226
aab4e0ec 22227@include gpl.texi
eb12ee30 22228
2154891a 22229@raisesections
6826cf00 22230@include fdl.texi
2154891a 22231@lowersections
6826cf00 22232
6d2ebf8b 22233@node Index
c906108c
SS
22234@unnumbered Index
22235
22236@printindex cp
22237
22238@tex
22239% I think something like @colophon should be in texinfo. In the
22240% meantime:
22241\long\def\colophon{\hbox to0pt{}\vfill
22242\centerline{The body of this manual is set in}
22243\centerline{\fontname\tenrm,}
22244\centerline{with headings in {\bf\fontname\tenbf}}
22245\centerline{and examples in {\tt\fontname\tentt}.}
22246\centerline{{\it\fontname\tenit\/},}
22247\centerline{{\bf\fontname\tenbf}, and}
22248\centerline{{\sl\fontname\tensl\/}}
22249\centerline{are used for emphasis.}\vfill}
22250\page\colophon
22251% Blame: [email protected], 1991.
22252@end tex
22253
c906108c 22254@bye
This page took 3.862802 seconds and 4 git commands to generate.