2004-02-12 Andrew Cagney <cagney@redhat.com>
[deliverable/binutils-gdb.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.
96a2c332
SS
41@dircategory Programming & development tools.
42@direntry
c906108c 43* Gdb: (gdb). The @sc{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
cce74817 195You can use @value{GDBN} to debug programs written in C and C++.
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:
f2c06f52 350Andrew Cagney (releases 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{++}
c906108c
SS
448compiler, and the terminal user interface: Ben Krepp, Richard Title,
449John Bishop, Susan Macchia, Kathy Mann, Satish Pai, India Paul, Steve
450Rehrauer, and Elena Zannoni. Kim Haase provided HP-specific
451information in this manual.
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
EZ
1067
1068@item -async
1069@cindex @code{--async}
1070Use the asynchronous event loop for the command-line interface.
1071@value{GDBN} processes all events, such as user keyboard input, via a
1072special event loop. This allows @value{GDBN} to accept and process user
1073commands in parallel with the debugged process being
1074run@footnote{@value{GDBN} built with @sc{djgpp} tools for
1075MS-DOS/MS-Windows supports this mode of operation, but the event loop is
1076suspended when the debuggee runs.}, so you don't need to wait for
1077control to return to @value{GDBN} before you type the next command.
b37052ae 1078(@emph{Note:} as of version 5.1, the target side of the asynchronous
d700128c
EZ
1079operation is not yet in place, so @samp{-async} does not work fully
1080yet.)
1081@c FIXME: when the target side of the event loop is done, the above NOTE
1082@c should be removed.
1083
1084When the standard input is connected to a terminal device, @value{GDBN}
1085uses the asynchronous event loop by default, unless disabled by the
1086@samp{-noasync} option.
1087
1088@item -noasync
1089@cindex @code{--noasync}
1090Disable the asynchronous event loop for the command-line interface.
1091
aa26fa3a
TT
1092@item --args
1093@cindex @code{--args}
1094Change interpretation of command line so that arguments following the
1095executable file are passed as command line arguments to the inferior.
1096This option stops option processing.
1097
2df3850c
JM
1098@item -baud @var{bps}
1099@itemx -b @var{bps}
d700128c
EZ
1100@cindex @code{--baud}
1101@cindex @code{-b}
c906108c
SS
1102Set the line speed (baud rate or bits per second) of any serial
1103interface used by @value{GDBN} for remote debugging.
c906108c
SS
1104
1105@item -tty @var{device}
d700128c
EZ
1106@itemx -t @var{device}
1107@cindex @code{--tty}
1108@cindex @code{-t}
c906108c
SS
1109Run using @var{device} for your program's standard input and output.
1110@c FIXME: kingdon thinks there is more to -tty. Investigate.
c906108c 1111
53a5351d 1112@c resolve the situation of these eventually
c4555f82
SC
1113@item -tui
1114@cindex @code{--tui}
b383017d 1115Activate the Terminal User Interface when starting.
c4555f82
SC
1116The Terminal User Interface manages several text windows on the terminal,
1117showing source, assembly, registers and @value{GDBN} command outputs
1118(@pxref{TUI, ,@value{GDBN} Text User Interface}).
1119Do not use this option if you run @value{GDBN} from Emacs
1120(@pxref{Emacs, ,Using @value{GDBN} under @sc{gnu} Emacs}).
53a5351d
JM
1121
1122@c @item -xdb
d700128c 1123@c @cindex @code{--xdb}
53a5351d
JM
1124@c Run in XDB compatibility mode, allowing the use of certain XDB commands.
1125@c For information, see the file @file{xdb_trans.html}, which is usually
1126@c installed in the directory @code{/opt/langtools/wdb/doc} on HP-UX
1127@c systems.
1128
d700128c
EZ
1129@item -interpreter @var{interp}
1130@cindex @code{--interpreter}
1131Use the interpreter @var{interp} for interface with the controlling
1132program or device. This option is meant to be set by programs which
94bbb2c0 1133communicate with @value{GDBN} using it as a back end.
21c294e6 1134@xref{Interpreters, , Command Interpreters}.
94bbb2c0 1135
da0f9dcd 1136@samp{--interpreter=mi} (or @samp{--interpreter=mi2}) causes
2fcf52f0
AC
1137@value{GDBN} to use the @dfn{@sc{gdb/mi} interface} (@pxref{GDB/MI, ,
1138The @sc{gdb/mi} Interface}) included in @var{GDBN} version 6.0. The
1139previous @sc{gdb/mi} interface, included in @value{GDBN} version 5.3,
1140can be selected with @samp{--interpreter=mi1}. Earlier @sc{gdb/mi}
1141interfaces are not supported.
d700128c
EZ
1142
1143@item -write
1144@cindex @code{--write}
1145Open the executable and core files for both reading and writing. This
1146is equivalent to the @samp{set write on} command inside @value{GDBN}
1147(@pxref{Patching}).
1148
1149@item -statistics
1150@cindex @code{--statistics}
1151This option causes @value{GDBN} to print statistics about time and
1152memory usage after it completes each command and returns to the prompt.
1153
1154@item -version
1155@cindex @code{--version}
1156This option causes @value{GDBN} to print its version number and
1157no-warranty blurb, and exit.
1158
c906108c
SS
1159@end table
1160
6d2ebf8b 1161@node Quitting GDB
c906108c
SS
1162@section Quitting @value{GDBN}
1163@cindex exiting @value{GDBN}
1164@cindex leaving @value{GDBN}
1165
1166@table @code
1167@kindex quit @r{[}@var{expression}@r{]}
41afff9a 1168@kindex q @r{(@code{quit})}
96a2c332
SS
1169@item quit @r{[}@var{expression}@r{]}
1170@itemx q
1171To exit @value{GDBN}, use the @code{quit} command (abbreviated
1172@code{q}), or type an end-of-file character (usually @kbd{C-d}). If you
1173do not supply @var{expression}, @value{GDBN} will terminate normally;
1174otherwise it will terminate using the result of @var{expression} as the
1175error code.
c906108c
SS
1176@end table
1177
1178@cindex interrupt
1179An interrupt (often @kbd{C-c}) does not exit from @value{GDBN}, but rather
1180terminates the action of any @value{GDBN} command that is in progress and
1181returns to @value{GDBN} command level. It is safe to type the interrupt
1182character at any time because @value{GDBN} does not allow it to take effect
1183until a time when it is safe.
1184
c906108c
SS
1185If you have been using @value{GDBN} to control an attached process or
1186device, you can release it with the @code{detach} command
1187(@pxref{Attach, ,Debugging an already-running process}).
c906108c 1188
6d2ebf8b 1189@node Shell Commands
c906108c
SS
1190@section Shell commands
1191
1192If you need to execute occasional shell commands during your
1193debugging session, there is no need to leave or suspend @value{GDBN}; you can
1194just use the @code{shell} command.
1195
1196@table @code
1197@kindex shell
1198@cindex shell escape
1199@item shell @var{command string}
1200Invoke a standard shell to execute @var{command string}.
c906108c 1201If it exists, the environment variable @code{SHELL} determines which
d4f3574e
SS
1202shell to run. Otherwise @value{GDBN} uses the default shell
1203(@file{/bin/sh} on Unix systems, @file{COMMAND.COM} on MS-DOS, etc.).
c906108c
SS
1204@end table
1205
1206The utility @code{make} is often needed in development environments.
1207You do not have to use the @code{shell} command for this purpose in
1208@value{GDBN}:
1209
1210@table @code
1211@kindex make
1212@cindex calling make
1213@item make @var{make-args}
1214Execute the @code{make} program with the specified
1215arguments. This is equivalent to @samp{shell make @var{make-args}}.
1216@end table
1217
0fac0b41
DJ
1218@node Logging output
1219@section Logging output
1220@cindex logging @value{GDBN} output
1221
1222You may want to save the output of @value{GDBN} commands to a file.
1223There are several commands to control @value{GDBN}'s logging.
1224
1225@table @code
1226@kindex set logging
1227@item set logging on
1228Enable logging.
1229@item set logging off
1230Disable logging.
1231@item set logging file @var{file}
1232Change the name of the current logfile. The default logfile is @file{gdb.txt}.
1233@item set logging overwrite [on|off]
1234By default, @value{GDBN} will append to the logfile. Set @code{overwrite} if
1235you want @code{set logging on} to overwrite the logfile instead.
1236@item set logging redirect [on|off]
1237By default, @value{GDBN} output will go to both the terminal and the logfile.
1238Set @code{redirect} if you want output to go only to the log file.
1239@kindex show logging
1240@item show logging
1241Show the current values of the logging settings.
1242@end table
1243
6d2ebf8b 1244@node Commands
c906108c
SS
1245@chapter @value{GDBN} Commands
1246
1247You can abbreviate a @value{GDBN} command to the first few letters of the command
1248name, if that abbreviation is unambiguous; and you can repeat certain
1249@value{GDBN} commands by typing just @key{RET}. You can also use the @key{TAB}
1250key to get @value{GDBN} to fill out the rest of a word in a command (or to
1251show you the alternatives available, if there is more than one possibility).
1252
1253@menu
1254* Command Syntax:: How to give commands to @value{GDBN}
1255* Completion:: Command completion
1256* Help:: How to ask @value{GDBN} for help
1257@end menu
1258
6d2ebf8b 1259@node Command Syntax
c906108c
SS
1260@section Command syntax
1261
1262A @value{GDBN} command is a single line of input. There is no limit on
1263how long it can be. It starts with a command name, which is followed by
1264arguments whose meaning depends on the command name. For example, the
1265command @code{step} accepts an argument which is the number of times to
1266step, as in @samp{step 5}. You can also use the @code{step} command
96a2c332 1267with no arguments. Some commands do not allow any arguments.
c906108c
SS
1268
1269@cindex abbreviation
1270@value{GDBN} command names may always be truncated if that abbreviation is
1271unambiguous. Other possible command abbreviations are listed in the
1272documentation for individual commands. In some cases, even ambiguous
1273abbreviations are allowed; for example, @code{s} is specially defined as
1274equivalent to @code{step} even though there are other commands whose
1275names start with @code{s}. You can test abbreviations by using them as
1276arguments to the @code{help} command.
1277
1278@cindex repeating commands
41afff9a 1279@kindex RET @r{(repeat last command)}
c906108c 1280A blank line as input to @value{GDBN} (typing just @key{RET}) means to
96a2c332 1281repeat the previous command. Certain commands (for example, @code{run})
c906108c
SS
1282will not repeat this way; these are commands whose unintentional
1283repetition might cause trouble and which you are unlikely to want to
1284repeat.
1285
1286The @code{list} and @code{x} commands, when you repeat them with
1287@key{RET}, construct new arguments rather than repeating
1288exactly as typed. This permits easy scanning of source or memory.
1289
1290@value{GDBN} can also use @key{RET} in another way: to partition lengthy
1291output, in a way similar to the common utility @code{more}
1292(@pxref{Screen Size,,Screen size}). Since it is easy to press one
1293@key{RET} too many in this situation, @value{GDBN} disables command
1294repetition after any command that generates this sort of display.
1295
41afff9a 1296@kindex # @r{(a comment)}
c906108c
SS
1297@cindex comment
1298Any text from a @kbd{#} to the end of the line is a comment; it does
1299nothing. This is useful mainly in command files (@pxref{Command
1300Files,,Command files}).
1301
88118b3a
TT
1302@cindex repeating command sequences
1303@kindex C-o @r{(operate-and-get-next)}
1304The @kbd{C-o} binding is useful for repeating a complex sequence of
1305commands. This command accepts the current line, like @kbd{RET}, and
1306then fetches the next line relative to the current line from the history
1307for editing.
1308
6d2ebf8b 1309@node Completion
c906108c
SS
1310@section Command completion
1311
1312@cindex completion
1313@cindex word completion
1314@value{GDBN} can fill in the rest of a word in a command for you, if there is
1315only one possibility; it can also show you what the valid possibilities
1316are for the next word in a command, at any time. This works for @value{GDBN}
1317commands, @value{GDBN} subcommands, and the names of symbols in your program.
1318
1319Press the @key{TAB} key whenever you want @value{GDBN} to fill out the rest
1320of a word. If there is only one possibility, @value{GDBN} fills in the
1321word, and waits for you to finish the command (or press @key{RET} to
1322enter it). For example, if you type
1323
1324@c FIXME "@key" does not distinguish its argument sufficiently to permit
1325@c complete accuracy in these examples; space introduced for clarity.
1326@c If texinfo enhancements make it unnecessary, it would be nice to
1327@c replace " @key" by "@key" in the following...
474c8240 1328@smallexample
c906108c 1329(@value{GDBP}) info bre @key{TAB}
474c8240 1330@end smallexample
c906108c
SS
1331
1332@noindent
1333@value{GDBN} fills in the rest of the word @samp{breakpoints}, since that is
1334the only @code{info} subcommand beginning with @samp{bre}:
1335
474c8240 1336@smallexample
c906108c 1337(@value{GDBP}) info breakpoints
474c8240 1338@end smallexample
c906108c
SS
1339
1340@noindent
1341You can either press @key{RET} at this point, to run the @code{info
1342breakpoints} command, or backspace and enter something else, if
1343@samp{breakpoints} does not look like the command you expected. (If you
1344were sure you wanted @code{info breakpoints} in the first place, you
1345might as well just type @key{RET} immediately after @samp{info bre},
1346to exploit command abbreviations rather than command completion).
1347
1348If there is more than one possibility for the next word when you press
1349@key{TAB}, @value{GDBN} sounds a bell. You can either supply more
1350characters and try again, or just press @key{TAB} a second time;
1351@value{GDBN} displays all the possible completions for that word. For
1352example, you might want to set a breakpoint on a subroutine whose name
1353begins with @samp{make_}, but when you type @kbd{b make_@key{TAB}} @value{GDBN}
1354just sounds the bell. Typing @key{TAB} again displays all the
1355function names in your program that begin with those characters, for
1356example:
1357
474c8240 1358@smallexample
c906108c
SS
1359(@value{GDBP}) b make_ @key{TAB}
1360@exdent @value{GDBN} sounds bell; press @key{TAB} again, to see:
5d161b24
DB
1361make_a_section_from_file make_environ
1362make_abs_section make_function_type
1363make_blockvector make_pointer_type
1364make_cleanup make_reference_type
c906108c
SS
1365make_command make_symbol_completion_list
1366(@value{GDBP}) b make_
474c8240 1367@end smallexample
c906108c
SS
1368
1369@noindent
1370After displaying the available possibilities, @value{GDBN} copies your
1371partial input (@samp{b make_} in the example) so you can finish the
1372command.
1373
1374If you just want to see the list of alternatives in the first place, you
b37052ae 1375can press @kbd{M-?} rather than pressing @key{TAB} twice. @kbd{M-?}
7a292a7a 1376means @kbd{@key{META} ?}. You can type this either by holding down a
c906108c 1377key designated as the @key{META} shift on your keyboard (if there is
7a292a7a 1378one) while typing @kbd{?}, or as @key{ESC} followed by @kbd{?}.
c906108c
SS
1379
1380@cindex quotes in commands
1381@cindex completion of quoted strings
1382Sometimes the string you need, while logically a ``word'', may contain
7a292a7a
SS
1383parentheses or other characters that @value{GDBN} normally excludes from
1384its notion of a word. To permit word completion to work in this
1385situation, you may enclose words in @code{'} (single quote marks) in
1386@value{GDBN} commands.
c906108c 1387
c906108c 1388The most likely situation where you might need this is in typing the
b37052ae
EZ
1389name of a C@t{++} function. This is because C@t{++} allows function
1390overloading (multiple definitions of the same function, distinguished
1391by argument type). For example, when you want to set a breakpoint you
1392may need to distinguish whether you mean the version of @code{name}
1393that takes an @code{int} parameter, @code{name(int)}, or the version
1394that takes a @code{float} parameter, @code{name(float)}. To use the
1395word-completion facilities in this situation, type a single quote
1396@code{'} at the beginning of the function name. This alerts
1397@value{GDBN} that it may need to consider more information than usual
1398when you press @key{TAB} or @kbd{M-?} to request word completion:
c906108c 1399
474c8240 1400@smallexample
96a2c332 1401(@value{GDBP}) b 'bubble( @kbd{M-?}
c906108c
SS
1402bubble(double,double) bubble(int,int)
1403(@value{GDBP}) b 'bubble(
474c8240 1404@end smallexample
c906108c
SS
1405
1406In some cases, @value{GDBN} can tell that completing a name requires using
1407quotes. When this happens, @value{GDBN} inserts the quote for you (while
1408completing as much as it can) if you do not type the quote in the first
1409place:
1410
474c8240 1411@smallexample
c906108c
SS
1412(@value{GDBP}) b bub @key{TAB}
1413@exdent @value{GDBN} alters your input line to the following, and rings a bell:
1414(@value{GDBP}) b 'bubble(
474c8240 1415@end smallexample
c906108c
SS
1416
1417@noindent
1418In general, @value{GDBN} can tell that a quote is needed (and inserts it) if
1419you have not yet started typing the argument list when you ask for
1420completion on an overloaded symbol.
1421
d4f3574e 1422For more information about overloaded functions, see @ref{C plus plus
b37052ae 1423expressions, ,C@t{++} expressions}. You can use the command @code{set
c906108c 1424overload-resolution off} to disable overload resolution;
b37052ae 1425see @ref{Debugging C plus plus, ,@value{GDBN} features for C@t{++}}.
c906108c
SS
1426
1427
6d2ebf8b 1428@node Help
c906108c
SS
1429@section Getting help
1430@cindex online documentation
1431@kindex help
1432
5d161b24 1433You can always ask @value{GDBN} itself for information on its commands,
c906108c
SS
1434using the command @code{help}.
1435
1436@table @code
41afff9a 1437@kindex h @r{(@code{help})}
c906108c
SS
1438@item help
1439@itemx h
1440You can use @code{help} (abbreviated @code{h}) with no arguments to
1441display a short list of named classes of commands:
1442
1443@smallexample
1444(@value{GDBP}) help
1445List of classes of commands:
1446
2df3850c 1447aliases -- Aliases of other commands
c906108c 1448breakpoints -- Making program stop at certain points
2df3850c 1449data -- Examining data
c906108c 1450files -- Specifying and examining files
2df3850c
JM
1451internals -- Maintenance commands
1452obscure -- Obscure features
1453running -- Running the program
1454stack -- Examining the stack
c906108c
SS
1455status -- Status inquiries
1456support -- Support facilities
96a2c332
SS
1457tracepoints -- Tracing of program execution without@*
1458 stopping the program
c906108c 1459user-defined -- User-defined commands
c906108c 1460
5d161b24 1461Type "help" followed by a class name for a list of
c906108c 1462commands in that class.
5d161b24 1463Type "help" followed by command name for full
c906108c
SS
1464documentation.
1465Command name abbreviations are allowed if unambiguous.
1466(@value{GDBP})
1467@end smallexample
96a2c332 1468@c the above line break eliminates huge line overfull...
c906108c
SS
1469
1470@item help @var{class}
1471Using one of the general help classes as an argument, you can get a
1472list of the individual commands in that class. For example, here is the
1473help display for the class @code{status}:
1474
1475@smallexample
1476(@value{GDBP}) help status
1477Status inquiries.
1478
1479List of commands:
1480
1481@c Line break in "show" line falsifies real output, but needed
1482@c to fit in smallbook page size.
2df3850c
JM
1483info -- Generic command for showing things
1484 about the program being debugged
1485show -- Generic command for showing things
1486 about the debugger
c906108c 1487
5d161b24 1488Type "help" followed by command name for full
c906108c
SS
1489documentation.
1490Command name abbreviations are allowed if unambiguous.
1491(@value{GDBP})
1492@end smallexample
1493
1494@item help @var{command}
1495With a command name as @code{help} argument, @value{GDBN} displays a
1496short paragraph on how to use that command.
1497
6837a0a2
DB
1498@kindex apropos
1499@item apropos @var{args}
1500The @code{apropos @var{args}} command searches through all of the @value{GDBN}
1501commands, and their documentation, for the regular expression specified in
1502@var{args}. It prints out all matches found. For example:
1503
1504@smallexample
1505apropos reload
1506@end smallexample
1507
b37052ae
EZ
1508@noindent
1509results in:
6837a0a2
DB
1510
1511@smallexample
6d2ebf8b
SS
1512@c @group
1513set symbol-reloading -- Set dynamic symbol table reloading
1514 multiple times in one run
1515show symbol-reloading -- Show dynamic symbol table reloading
1516 multiple times in one run
1517@c @end group
6837a0a2
DB
1518@end smallexample
1519
c906108c
SS
1520@kindex complete
1521@item complete @var{args}
1522The @code{complete @var{args}} command lists all the possible completions
1523for the beginning of a command. Use @var{args} to specify the beginning of the
1524command you want completed. For example:
1525
1526@smallexample
1527complete i
1528@end smallexample
1529
1530@noindent results in:
1531
1532@smallexample
1533@group
2df3850c
JM
1534if
1535ignore
c906108c
SS
1536info
1537inspect
c906108c
SS
1538@end group
1539@end smallexample
1540
1541@noindent This is intended for use by @sc{gnu} Emacs.
1542@end table
1543
1544In addition to @code{help}, you can use the @value{GDBN} commands @code{info}
1545and @code{show} to inquire about the state of your program, or the state
1546of @value{GDBN} itself. Each command supports many topics of inquiry; this
1547manual introduces each of them in the appropriate context. The listings
1548under @code{info} and under @code{show} in the Index point to
1549all the sub-commands. @xref{Index}.
1550
1551@c @group
1552@table @code
1553@kindex info
41afff9a 1554@kindex i @r{(@code{info})}
c906108c
SS
1555@item info
1556This command (abbreviated @code{i}) is for describing the state of your
1557program. For example, you can list the arguments given to your program
1558with @code{info args}, list the registers currently in use with @code{info
1559registers}, or list the breakpoints you have set with @code{info breakpoints}.
1560You can get a complete list of the @code{info} sub-commands with
1561@w{@code{help info}}.
1562
1563@kindex set
1564@item set
5d161b24 1565You can assign the result of an expression to an environment variable with
c906108c
SS
1566@code{set}. For example, you can set the @value{GDBN} prompt to a $-sign with
1567@code{set prompt $}.
1568
1569@kindex show
1570@item show
5d161b24 1571In contrast to @code{info}, @code{show} is for describing the state of
c906108c
SS
1572@value{GDBN} itself.
1573You can change most of the things you can @code{show}, by using the
1574related command @code{set}; for example, you can control what number
1575system is used for displays with @code{set radix}, or simply inquire
1576which is currently in use with @code{show radix}.
1577
1578@kindex info set
1579To display all the settable parameters and their current
1580values, you can use @code{show} with no arguments; you may also use
1581@code{info set}. Both commands produce the same display.
1582@c FIXME: "info set" violates the rule that "info" is for state of
1583@c FIXME...program. Ck w/ GNU: "info set" to be called something else,
1584@c FIXME...or change desc of rule---eg "state of prog and debugging session"?
1585@end table
1586@c @end group
1587
1588Here are three miscellaneous @code{show} subcommands, all of which are
1589exceptional in lacking corresponding @code{set} commands:
1590
1591@table @code
1592@kindex show version
1593@cindex version number
1594@item show version
1595Show what version of @value{GDBN} is running. You should include this
2df3850c
JM
1596information in @value{GDBN} bug-reports. If multiple versions of
1597@value{GDBN} are in use at your site, you may need to determine which
1598version of @value{GDBN} you are running; as @value{GDBN} evolves, new
1599commands are introduced, and old ones may wither away. Also, many
1600system vendors ship variant versions of @value{GDBN}, and there are
96a2c332 1601variant versions of @value{GDBN} in @sc{gnu}/Linux distributions as well.
2df3850c
JM
1602The version number is the same as the one announced when you start
1603@value{GDBN}.
c906108c
SS
1604
1605@kindex show copying
1606@item show copying
1607Display information about permission for copying @value{GDBN}.
1608
1609@kindex show warranty
1610@item show warranty
2df3850c 1611Display the @sc{gnu} ``NO WARRANTY'' statement, or a warranty,
96a2c332 1612if your version of @value{GDBN} comes with one.
2df3850c 1613
c906108c
SS
1614@end table
1615
6d2ebf8b 1616@node Running
c906108c
SS
1617@chapter Running Programs Under @value{GDBN}
1618
1619When you run a program under @value{GDBN}, you must first generate
1620debugging information when you compile it.
7a292a7a
SS
1621
1622You may start @value{GDBN} with its arguments, if any, in an environment
1623of your choice. If you are doing native debugging, you may redirect
1624your program's input and output, debug an already running process, or
1625kill a child process.
c906108c
SS
1626
1627@menu
1628* Compilation:: Compiling for debugging
1629* Starting:: Starting your program
c906108c
SS
1630* Arguments:: Your program's arguments
1631* Environment:: Your program's environment
c906108c
SS
1632
1633* Working Directory:: Your program's working directory
1634* Input/Output:: Your program's input and output
1635* Attach:: Debugging an already-running process
1636* Kill Process:: Killing the child process
c906108c
SS
1637
1638* Threads:: Debugging programs with multiple threads
1639* Processes:: Debugging programs with multiple processes
1640@end menu
1641
6d2ebf8b 1642@node Compilation
c906108c
SS
1643@section Compiling for debugging
1644
1645In order to debug a program effectively, you need to generate
1646debugging information when you compile it. This debugging information
1647is stored in the object file; it describes the data type of each
1648variable or function and the correspondence between source line numbers
1649and addresses in the executable code.
1650
1651To request debugging information, specify the @samp{-g} option when you run
1652the compiler.
1653
e2e0bcd1
JB
1654Most compilers do not include information about preprocessor macros in
1655the debugging information if you specify the @option{-g} flag alone,
1656because this information is rather large. Version 3.1 of @value{NGCC},
1657the @sc{gnu} C compiler, provides macro information if you specify the
1658options @option{-gdwarf-2} and @option{-g3}; the former option requests
1659debugging information in the Dwarf 2 format, and the latter requests
1660``extra information''. In the future, we hope to find more compact ways
1661to represent macro information, so that it can be included with
1662@option{-g} alone.
1663
c906108c
SS
1664Many C compilers are unable to handle the @samp{-g} and @samp{-O}
1665options together. Using those compilers, you cannot generate optimized
1666executables containing debugging information.
1667
53a5351d
JM
1668@value{NGCC}, the @sc{gnu} C compiler, supports @samp{-g} with or
1669without @samp{-O}, making it possible to debug optimized code. We
1670recommend that you @emph{always} use @samp{-g} whenever you compile a
1671program. You may think your program is correct, but there is no sense
1672in pushing your luck.
c906108c
SS
1673
1674@cindex optimized code, debugging
1675@cindex debugging optimized code
1676When you debug a program compiled with @samp{-g -O}, remember that the
1677optimizer is rearranging your code; the debugger shows you what is
1678really there. Do not be too surprised when the execution path does not
1679exactly match your source file! An extreme example: if you define a
1680variable, but never use it, @value{GDBN} never sees that
1681variable---because the compiler optimizes it out of existence.
1682
1683Some things do not work as well with @samp{-g -O} as with just
1684@samp{-g}, particularly on machines with instruction scheduling. If in
1685doubt, recompile with @samp{-g} alone, and if this fixes the problem,
1686please report it to us as a bug (including a test case!).
1687
1688Older versions of the @sc{gnu} C compiler permitted a variant option
1689@w{@samp{-gg}} for debugging information. @value{GDBN} no longer supports this
1690format; if your @sc{gnu} C compiler has this option, do not use it.
1691
1692@need 2000
6d2ebf8b 1693@node Starting
c906108c
SS
1694@section Starting your program
1695@cindex starting
1696@cindex running
1697
1698@table @code
1699@kindex run
41afff9a 1700@kindex r @r{(@code{run})}
c906108c
SS
1701@item run
1702@itemx r
7a292a7a
SS
1703Use the @code{run} command to start your program under @value{GDBN}.
1704You must first specify the program name (except on VxWorks) with an
1705argument to @value{GDBN} (@pxref{Invocation, ,Getting In and Out of
1706@value{GDBN}}), or by using the @code{file} or @code{exec-file} command
1707(@pxref{Files, ,Commands to specify files}).
c906108c
SS
1708
1709@end table
1710
c906108c
SS
1711If you are running your program in an execution environment that
1712supports processes, @code{run} creates an inferior process and makes
1713that process run your program. (In environments without processes,
1714@code{run} jumps to the start of your program.)
1715
1716The execution of a program is affected by certain information it
1717receives from its superior. @value{GDBN} provides ways to specify this
1718information, which you must do @emph{before} starting your program. (You
1719can change it after starting your program, but such changes only affect
1720your program the next time you start it.) This information may be
1721divided into four categories:
1722
1723@table @asis
1724@item The @emph{arguments.}
1725Specify the arguments to give your program as the arguments of the
1726@code{run} command. If a shell is available on your target, the shell
1727is used to pass the arguments, so that you may use normal conventions
1728(such as wildcard expansion or variable substitution) in describing
1729the arguments.
1730In Unix systems, you can control which shell is used with the
1731@code{SHELL} environment variable.
1732@xref{Arguments, ,Your program's arguments}.
1733
1734@item The @emph{environment.}
1735Your program normally inherits its environment from @value{GDBN}, but you can
1736use the @value{GDBN} commands @code{set environment} and @code{unset
1737environment} to change parts of the environment that affect
1738your program. @xref{Environment, ,Your program's environment}.
1739
1740@item The @emph{working directory.}
1741Your program inherits its working directory from @value{GDBN}. You can set
1742the @value{GDBN} working directory with the @code{cd} command in @value{GDBN}.
1743@xref{Working Directory, ,Your program's working directory}.
1744
1745@item The @emph{standard input and output.}
1746Your program normally uses the same device for standard input and
1747standard output as @value{GDBN} is using. You can redirect input and output
1748in the @code{run} command line, or you can use the @code{tty} command to
1749set a different device for your program.
1750@xref{Input/Output, ,Your program's input and output}.
1751
1752@cindex pipes
1753@emph{Warning:} While input and output redirection work, you cannot use
1754pipes to pass the output of the program you are debugging to another
1755program; if you attempt this, @value{GDBN} is likely to wind up debugging the
1756wrong program.
1757@end table
c906108c
SS
1758
1759When you issue the @code{run} command, your program begins to execute
1760immediately. @xref{Stopping, ,Stopping and continuing}, for discussion
1761of how to arrange for your program to stop. Once your program has
1762stopped, you may call functions in your program, using the @code{print}
1763or @code{call} commands. @xref{Data, ,Examining Data}.
1764
1765If the modification time of your symbol file has changed since the last
1766time @value{GDBN} read its symbols, @value{GDBN} discards its symbol
1767table, and reads it again. When it does this, @value{GDBN} tries to retain
1768your current breakpoints.
1769
6d2ebf8b 1770@node Arguments
c906108c
SS
1771@section Your program's arguments
1772
1773@cindex arguments (to your program)
1774The arguments to your program can be specified by the arguments of the
5d161b24 1775@code{run} command.
c906108c
SS
1776They are passed to a shell, which expands wildcard characters and
1777performs redirection of I/O, and thence to your program. Your
1778@code{SHELL} environment variable (if it exists) specifies what shell
1779@value{GDBN} uses. If you do not define @code{SHELL}, @value{GDBN} uses
d4f3574e
SS
1780the default shell (@file{/bin/sh} on Unix).
1781
1782On non-Unix systems, the program is usually invoked directly by
1783@value{GDBN}, which emulates I/O redirection via the appropriate system
1784calls, and the wildcard characters are expanded by the startup code of
1785the program, not by the shell.
c906108c
SS
1786
1787@code{run} with no arguments uses the same arguments used by the previous
1788@code{run}, or those set by the @code{set args} command.
1789
c906108c 1790@table @code
41afff9a 1791@kindex set args
c906108c
SS
1792@item set args
1793Specify the arguments to be used the next time your program is run. If
1794@code{set args} has no arguments, @code{run} executes your program
1795with no arguments. Once you have run your program with arguments,
1796using @code{set args} before the next @code{run} is the only way to run
1797it again without arguments.
1798
1799@kindex show args
1800@item show args
1801Show the arguments to give your program when it is started.
1802@end table
1803
6d2ebf8b 1804@node Environment
c906108c
SS
1805@section Your program's environment
1806
1807@cindex environment (of your program)
1808The @dfn{environment} consists of a set of environment variables and
1809their values. Environment variables conventionally record such things as
1810your user name, your home directory, your terminal type, and your search
1811path for programs to run. Usually you set up environment variables with
1812the shell and they are inherited by all the other programs you run. When
1813debugging, it can be useful to try running your program with a modified
1814environment without having to start @value{GDBN} over again.
1815
1816@table @code
1817@kindex path
1818@item path @var{directory}
1819Add @var{directory} to the front of the @code{PATH} environment variable
17cc6a06
EZ
1820(the search path for executables) that will be passed to your program.
1821The value of @code{PATH} used by @value{GDBN} does not change.
d4f3574e
SS
1822You may specify several directory names, separated by whitespace or by a
1823system-dependent separator character (@samp{:} on Unix, @samp{;} on
1824MS-DOS and MS-Windows). If @var{directory} is already in the path, it
1825is moved to the front, so it is searched sooner.
c906108c
SS
1826
1827You can use the string @samp{$cwd} to refer to whatever is the current
1828working directory at the time @value{GDBN} searches the path. If you
1829use @samp{.} instead, it refers to the directory where you executed the
1830@code{path} command. @value{GDBN} replaces @samp{.} in the
1831@var{directory} argument (with the current path) before adding
1832@var{directory} to the search path.
1833@c 'path' is explicitly nonrepeatable, but RMS points out it is silly to
1834@c document that, since repeating it would be a no-op.
1835
1836@kindex show paths
1837@item show paths
1838Display the list of search paths for executables (the @code{PATH}
1839environment variable).
1840
1841@kindex show environment
1842@item show environment @r{[}@var{varname}@r{]}
1843Print the value of environment variable @var{varname} to be given to
1844your program when it starts. If you do not supply @var{varname},
1845print the names and values of all environment variables to be given to
1846your program. You can abbreviate @code{environment} as @code{env}.
1847
1848@kindex set environment
53a5351d 1849@item set environment @var{varname} @r{[}=@var{value}@r{]}
c906108c
SS
1850Set environment variable @var{varname} to @var{value}. The value
1851changes for your program only, not for @value{GDBN} itself. @var{value} may
1852be any string; the values of environment variables are just strings, and
1853any interpretation is supplied by your program itself. The @var{value}
1854parameter is optional; if it is eliminated, the variable is set to a
1855null value.
1856@c "any string" here does not include leading, trailing
1857@c blanks. Gnu asks: does anyone care?
1858
1859For example, this command:
1860
474c8240 1861@smallexample
c906108c 1862set env USER = foo
474c8240 1863@end smallexample
c906108c
SS
1864
1865@noindent
d4f3574e 1866tells the debugged program, when subsequently run, that its user is named
c906108c
SS
1867@samp{foo}. (The spaces around @samp{=} are used for clarity here; they
1868are not actually required.)
1869
1870@kindex unset environment
1871@item unset environment @var{varname}
1872Remove variable @var{varname} from the environment to be passed to your
1873program. This is different from @samp{set env @var{varname} =};
1874@code{unset environment} removes the variable from the environment,
1875rather than assigning it an empty value.
1876@end table
1877
d4f3574e
SS
1878@emph{Warning:} On Unix systems, @value{GDBN} runs your program using
1879the shell indicated
c906108c
SS
1880by your @code{SHELL} environment variable if it exists (or
1881@code{/bin/sh} if not). If your @code{SHELL} variable names a shell
1882that runs an initialization file---such as @file{.cshrc} for C-shell, or
1883@file{.bashrc} for BASH---any variables you set in that file affect
1884your program. You may wish to move setting of environment variables to
1885files that are only run when you sign on, such as @file{.login} or
1886@file{.profile}.
1887
6d2ebf8b 1888@node Working Directory
c906108c
SS
1889@section Your program's working directory
1890
1891@cindex working directory (of your program)
1892Each time you start your program with @code{run}, it inherits its
1893working directory from the current working directory of @value{GDBN}.
1894The @value{GDBN} working directory is initially whatever it inherited
1895from its parent process (typically the shell), but you can specify a new
1896working directory in @value{GDBN} with the @code{cd} command.
1897
1898The @value{GDBN} working directory also serves as a default for the commands
1899that specify files for @value{GDBN} to operate on. @xref{Files, ,Commands to
1900specify files}.
1901
1902@table @code
1903@kindex cd
1904@item cd @var{directory}
1905Set the @value{GDBN} working directory to @var{directory}.
1906
1907@kindex pwd
1908@item pwd
1909Print the @value{GDBN} working directory.
1910@end table
1911
6d2ebf8b 1912@node Input/Output
c906108c
SS
1913@section Your program's input and output
1914
1915@cindex redirection
1916@cindex i/o
1917@cindex terminal
1918By default, the program you run under @value{GDBN} does input and output to
5d161b24 1919the same terminal that @value{GDBN} uses. @value{GDBN} switches the terminal
c906108c
SS
1920to its own terminal modes to interact with you, but it records the terminal
1921modes your program was using and switches back to them when you continue
1922running your program.
1923
1924@table @code
1925@kindex info terminal
1926@item info terminal
1927Displays information recorded by @value{GDBN} about the terminal modes your
1928program is using.
1929@end table
1930
1931You can redirect your program's input and/or output using shell
1932redirection with the @code{run} command. For example,
1933
474c8240 1934@smallexample
c906108c 1935run > outfile
474c8240 1936@end smallexample
c906108c
SS
1937
1938@noindent
1939starts your program, diverting its output to the file @file{outfile}.
1940
1941@kindex tty
1942@cindex controlling terminal
1943Another way to specify where your program should do input and output is
1944with the @code{tty} command. This command accepts a file name as
1945argument, and causes this file to be the default for future @code{run}
1946commands. It also resets the controlling terminal for the child
1947process, for future @code{run} commands. For example,
1948
474c8240 1949@smallexample
c906108c 1950tty /dev/ttyb
474c8240 1951@end smallexample
c906108c
SS
1952
1953@noindent
1954directs that processes started with subsequent @code{run} commands
1955default to do input and output on the terminal @file{/dev/ttyb} and have
1956that as their controlling terminal.
1957
1958An explicit redirection in @code{run} overrides the @code{tty} command's
1959effect on the input/output device, but not its effect on the controlling
1960terminal.
1961
1962When you use the @code{tty} command or redirect input in the @code{run}
1963command, only the input @emph{for your program} is affected. The input
1964for @value{GDBN} still comes from your terminal.
1965
6d2ebf8b 1966@node Attach
c906108c
SS
1967@section Debugging an already-running process
1968@kindex attach
1969@cindex attach
1970
1971@table @code
1972@item attach @var{process-id}
1973This command attaches to a running process---one that was started
1974outside @value{GDBN}. (@code{info files} shows your active
1975targets.) The command takes as argument a process ID. The usual way to
1976find out the process-id of a Unix process is with the @code{ps} utility,
1977or with the @samp{jobs -l} shell command.
1978
1979@code{attach} does not repeat if you press @key{RET} a second time after
1980executing the command.
1981@end table
1982
1983To use @code{attach}, your program must be running in an environment
1984which supports processes; for example, @code{attach} does not work for
1985programs on bare-board targets that lack an operating system. You must
1986also have permission to send the process a signal.
1987
1988When you use @code{attach}, the debugger finds the program running in
1989the process first by looking in the current working directory, then (if
1990the program is not found) by using the source file search path
1991(@pxref{Source Path, ,Specifying source directories}). You can also use
1992the @code{file} command to load the program. @xref{Files, ,Commands to
1993Specify Files}.
1994
1995The first thing @value{GDBN} does after arranging to debug the specified
1996process is to stop it. You can examine and modify an attached process
53a5351d
JM
1997with all the @value{GDBN} commands that are ordinarily available when
1998you start processes with @code{run}. You can insert breakpoints; you
1999can step and continue; you can modify storage. If you would rather the
2000process continue running, you may use the @code{continue} command after
c906108c
SS
2001attaching @value{GDBN} to the process.
2002
2003@table @code
2004@kindex detach
2005@item detach
2006When you have finished debugging the attached process, you can use the
2007@code{detach} command to release it from @value{GDBN} control. Detaching
2008the process continues its execution. After the @code{detach} command,
2009that process and @value{GDBN} become completely independent once more, and you
2010are ready to @code{attach} another process or start one with @code{run}.
2011@code{detach} does not repeat if you press @key{RET} again after
2012executing the command.
2013@end table
2014
2015If you exit @value{GDBN} or use the @code{run} command while you have an
2016attached process, you kill that process. By default, @value{GDBN} asks
2017for confirmation if you try to do either of these things; you can
2018control whether or not you need to confirm by using the @code{set
2019confirm} command (@pxref{Messages/Warnings, ,Optional warnings and
2020messages}).
2021
6d2ebf8b 2022@node Kill Process
c906108c 2023@section Killing the child process
c906108c
SS
2024
2025@table @code
2026@kindex kill
2027@item kill
2028Kill the child process in which your program is running under @value{GDBN}.
2029@end table
2030
2031This command is useful if you wish to debug a core dump instead of a
2032running process. @value{GDBN} ignores any core dump file while your program
2033is running.
2034
2035On some operating systems, a program cannot be executed outside @value{GDBN}
2036while you have breakpoints set on it inside @value{GDBN}. You can use the
2037@code{kill} command in this situation to permit running your program
2038outside the debugger.
2039
2040The @code{kill} command is also useful if you wish to recompile and
2041relink your program, since on many systems it is impossible to modify an
2042executable file while it is running in a process. In this case, when you
2043next type @code{run}, @value{GDBN} notices that the file has changed, and
2044reads the symbol table again (while trying to preserve your current
2045breakpoint settings).
2046
6d2ebf8b 2047@node Threads
c906108c 2048@section Debugging programs with multiple threads
c906108c
SS
2049
2050@cindex threads of execution
2051@cindex multiple threads
2052@cindex switching threads
2053In some operating systems, such as HP-UX and Solaris, a single program
2054may have more than one @dfn{thread} of execution. The precise semantics
2055of threads differ from one operating system to another, but in general
2056the threads of a single program are akin to multiple processes---except
2057that they share one address space (that is, they can all examine and
2058modify the same variables). On the other hand, each thread has its own
2059registers and execution stack, and perhaps private memory.
2060
2061@value{GDBN} provides these facilities for debugging multi-thread
2062programs:
2063
2064@itemize @bullet
2065@item automatic notification of new threads
2066@item @samp{thread @var{threadno}}, a command to switch among threads
2067@item @samp{info threads}, a command to inquire about existing threads
5d161b24 2068@item @samp{thread apply [@var{threadno}] [@var{all}] @var{args}},
c906108c
SS
2069a command to apply a command to a list of threads
2070@item thread-specific breakpoints
2071@end itemize
2072
c906108c
SS
2073@quotation
2074@emph{Warning:} These facilities are not yet available on every
2075@value{GDBN} configuration where the operating system supports threads.
2076If your @value{GDBN} does not support threads, these commands have no
2077effect. For example, a system without thread support shows no output
2078from @samp{info threads}, and always rejects the @code{thread} command,
2079like this:
2080
2081@smallexample
2082(@value{GDBP}) info threads
2083(@value{GDBP}) thread 1
2084Thread ID 1 not known. Use the "info threads" command to
2085see the IDs of currently known threads.
2086@end smallexample
2087@c FIXME to implementors: how hard would it be to say "sorry, this GDB
2088@c doesn't support threads"?
2089@end quotation
c906108c
SS
2090
2091@cindex focus of debugging
2092@cindex current thread
2093The @value{GDBN} thread debugging facility allows you to observe all
2094threads while your program runs---but whenever @value{GDBN} takes
2095control, one thread in particular is always the focus of debugging.
2096This thread is called the @dfn{current thread}. Debugging commands show
2097program information from the perspective of the current thread.
2098
41afff9a 2099@cindex @code{New} @var{systag} message
c906108c
SS
2100@cindex thread identifier (system)
2101@c FIXME-implementors!! It would be more helpful if the [New...] message
2102@c included GDB's numeric thread handle, so you could just go to that
2103@c thread without first checking `info threads'.
2104Whenever @value{GDBN} detects a new thread in your program, it displays
2105the target system's identification for the thread with a message in the
2106form @samp{[New @var{systag}]}. @var{systag} is a thread identifier
2107whose form varies depending on the particular system. For example, on
2108LynxOS, you might see
2109
474c8240 2110@smallexample
c906108c 2111[New process 35 thread 27]
474c8240 2112@end smallexample
c906108c
SS
2113
2114@noindent
2115when @value{GDBN} notices a new thread. In contrast, on an SGI system,
2116the @var{systag} is simply something like @samp{process 368}, with no
2117further qualifier.
2118
2119@c FIXME!! (1) Does the [New...] message appear even for the very first
2120@c thread of a program, or does it only appear for the
6ca652b0 2121@c second---i.e.@: when it becomes obvious we have a multithread
c906108c
SS
2122@c program?
2123@c (2) *Is* there necessarily a first thread always? Or do some
2124@c multithread systems permit starting a program with multiple
5d161b24 2125@c threads ab initio?
c906108c
SS
2126
2127@cindex thread number
2128@cindex thread identifier (GDB)
2129For debugging purposes, @value{GDBN} associates its own thread
2130number---always a single integer---with each thread in your program.
2131
2132@table @code
2133@kindex info threads
2134@item info threads
2135Display a summary of all threads currently in your
2136program. @value{GDBN} displays for each thread (in this order):
2137
2138@enumerate
2139@item the thread number assigned by @value{GDBN}
2140
2141@item the target system's thread identifier (@var{systag})
2142
2143@item the current stack frame summary for that thread
2144@end enumerate
2145
2146@noindent
2147An asterisk @samp{*} to the left of the @value{GDBN} thread number
2148indicates the current thread.
2149
5d161b24 2150For example,
c906108c
SS
2151@end table
2152@c end table here to get a little more width for example
2153
2154@smallexample
2155(@value{GDBP}) info threads
2156 3 process 35 thread 27 0x34e5 in sigpause ()
2157 2 process 35 thread 23 0x34e5 in sigpause ()
2158* 1 process 35 thread 13 main (argc=1, argv=0x7ffffff8)
2159 at threadtest.c:68
2160@end smallexample
53a5351d
JM
2161
2162On HP-UX systems:
c906108c
SS
2163
2164@cindex thread number
2165@cindex thread identifier (GDB)
2166For debugging purposes, @value{GDBN} associates its own thread
2167number---a small integer assigned in thread-creation order---with each
2168thread in your program.
2169
41afff9a
EZ
2170@cindex @code{New} @var{systag} message, on HP-UX
2171@cindex thread identifier (system), on HP-UX
c906108c
SS
2172@c FIXME-implementors!! It would be more helpful if the [New...] message
2173@c included GDB's numeric thread handle, so you could just go to that
2174@c thread without first checking `info threads'.
2175Whenever @value{GDBN} detects a new thread in your program, it displays
2176both @value{GDBN}'s thread number and the target system's identification for the thread with a message in the
2177form @samp{[New @var{systag}]}. @var{systag} is a thread identifier
2178whose form varies depending on the particular system. For example, on
2179HP-UX, you see
2180
474c8240 2181@smallexample
c906108c 2182[New thread 2 (system thread 26594)]
474c8240 2183@end smallexample
c906108c
SS
2184
2185@noindent
5d161b24 2186when @value{GDBN} notices a new thread.
c906108c
SS
2187
2188@table @code
2189@kindex info threads
2190@item info threads
2191Display a summary of all threads currently in your
2192program. @value{GDBN} displays for each thread (in this order):
2193
2194@enumerate
2195@item the thread number assigned by @value{GDBN}
2196
2197@item the target system's thread identifier (@var{systag})
2198
2199@item the current stack frame summary for that thread
2200@end enumerate
2201
2202@noindent
2203An asterisk @samp{*} to the left of the @value{GDBN} thread number
2204indicates the current thread.
2205
5d161b24 2206For example,
c906108c
SS
2207@end table
2208@c end table here to get a little more width for example
2209
474c8240 2210@smallexample
c906108c 2211(@value{GDBP}) info threads
6d2ebf8b
SS
2212 * 3 system thread 26607 worker (wptr=0x7b09c318 "@@") \@*
2213 at quicksort.c:137
2214 2 system thread 26606 0x7b0030d8 in __ksleep () \@*
2215 from /usr/lib/libc.2
2216 1 system thread 27905 0x7b003498 in _brk () \@*
2217 from /usr/lib/libc.2
474c8240 2218@end smallexample
c906108c
SS
2219
2220@table @code
2221@kindex thread @var{threadno}
2222@item thread @var{threadno}
2223Make thread number @var{threadno} the current thread. The command
2224argument @var{threadno} is the internal @value{GDBN} thread number, as
2225shown in the first field of the @samp{info threads} display.
2226@value{GDBN} responds by displaying the system identifier of the thread
2227you selected, and its current stack frame summary:
2228
2229@smallexample
2230@c FIXME!! This example made up; find a @value{GDBN} w/threads and get real one
2231(@value{GDBP}) thread 2
c906108c 2232[Switching to process 35 thread 23]
c906108c
SS
22330x34e5 in sigpause ()
2234@end smallexample
2235
2236@noindent
2237As with the @samp{[New @dots{}]} message, the form of the text after
2238@samp{Switching to} depends on your system's conventions for identifying
5d161b24 2239threads.
c906108c
SS
2240
2241@kindex thread apply
2242@item thread apply [@var{threadno}] [@var{all}] @var{args}
2243The @code{thread apply} command allows you to apply a command to one or
2244more threads. Specify the numbers of the threads that you want affected
2245with the command argument @var{threadno}. @var{threadno} is the internal
2246@value{GDBN} thread number, as shown in the first field of the @samp{info
5d161b24
DB
2247threads} display. To apply a command to all threads, use
2248@code{thread apply all} @var{args}.
c906108c
SS
2249@end table
2250
2251@cindex automatic thread selection
2252@cindex switching threads automatically
2253@cindex threads, automatic switching
2254Whenever @value{GDBN} stops your program, due to a breakpoint or a
2255signal, it automatically selects the thread where that breakpoint or
2256signal happened. @value{GDBN} alerts you to the context switch with a
2257message of the form @samp{[Switching to @var{systag}]} to identify the
2258thread.
2259
2260@xref{Thread Stops,,Stopping and starting multi-thread programs}, for
2261more information about how @value{GDBN} behaves when you stop and start
2262programs with multiple threads.
2263
2264@xref{Set Watchpoints,,Setting watchpoints}, for information about
2265watchpoints in programs with multiple threads.
c906108c 2266
6d2ebf8b 2267@node Processes
c906108c
SS
2268@section Debugging programs with multiple processes
2269
2270@cindex fork, debugging programs which call
2271@cindex multiple processes
2272@cindex processes, multiple
53a5351d
JM
2273On most systems, @value{GDBN} has no special support for debugging
2274programs which create additional processes using the @code{fork}
2275function. When a program forks, @value{GDBN} will continue to debug the
2276parent process and the child process will run unimpeded. If you have
2277set a breakpoint in any code which the child then executes, the child
2278will get a @code{SIGTRAP} signal which (unless it catches the signal)
2279will cause it to terminate.
c906108c
SS
2280
2281However, if you want to debug the child process there is a workaround
2282which isn't too painful. Put a call to @code{sleep} in the code which
2283the child process executes after the fork. It may be useful to sleep
2284only if a certain environment variable is set, or a certain file exists,
2285so that the delay need not occur when you don't want to run @value{GDBN}
2286on the child. While the child is sleeping, use the @code{ps} program to
2287get its process ID. Then tell @value{GDBN} (a new invocation of
2288@value{GDBN} if you are also debugging the parent process) to attach to
d4f3574e 2289the child process (@pxref{Attach}). From that point on you can debug
c906108c 2290the child process just like any other process which you attached to.
c906108c 2291
b51970ac
DJ
2292On some systems, @value{GDBN} provides support for debugging programs that
2293create additional processes using the @code{fork} or @code{vfork} functions.
2294Currently, the only platforms with this feature are HP-UX (11.x and later
2295only?) and GNU/Linux (kernel version 2.5.60 and later).
c906108c
SS
2296
2297By default, when a program forks, @value{GDBN} will continue to debug
2298the parent process and the child process will run unimpeded.
2299
2300If you want to follow the child process instead of the parent process,
2301use the command @w{@code{set follow-fork-mode}}.
2302
2303@table @code
2304@kindex set follow-fork-mode
2305@item set follow-fork-mode @var{mode}
2306Set the debugger response to a program call of @code{fork} or
2307@code{vfork}. A call to @code{fork} or @code{vfork} creates a new
2308process. The @var{mode} can be:
2309
2310@table @code
2311@item parent
2312The original process is debugged after a fork. The child process runs
2df3850c 2313unimpeded. This is the default.
c906108c
SS
2314
2315@item child
2316The new process is debugged after a fork. The parent process runs
2317unimpeded.
2318
c906108c
SS
2319@end table
2320
2321@item show follow-fork-mode
2df3850c 2322Display the current debugger response to a @code{fork} or @code{vfork} call.
c906108c
SS
2323@end table
2324
2325If you ask to debug a child process and a @code{vfork} is followed by an
2326@code{exec}, @value{GDBN} executes the new target up to the first
2327breakpoint in the new target. If you have a breakpoint set on
2328@code{main} in your original program, the breakpoint will also be set on
2329the child process's @code{main}.
2330
2331When a child process is spawned by @code{vfork}, you cannot debug the
2332child or parent until an @code{exec} call completes.
2333
2334If you issue a @code{run} command to @value{GDBN} after an @code{exec}
2335call executes, the new target restarts. To restart the parent process,
2336use the @code{file} command with the parent executable name as its
2337argument.
2338
2339You can use the @code{catch} command to make @value{GDBN} stop whenever
2340a @code{fork}, @code{vfork}, or @code{exec} call is made. @xref{Set
2341Catchpoints, ,Setting catchpoints}.
c906108c 2342
6d2ebf8b 2343@node Stopping
c906108c
SS
2344@chapter Stopping and Continuing
2345
2346The principal purposes of using a debugger are so that you can stop your
2347program before it terminates; or so that, if your program runs into
2348trouble, you can investigate and find out why.
2349
7a292a7a
SS
2350Inside @value{GDBN}, your program may stop for any of several reasons,
2351such as a signal, a breakpoint, or reaching a new line after a
2352@value{GDBN} command such as @code{step}. You may then examine and
2353change variables, set new breakpoints or remove old ones, and then
2354continue execution. Usually, the messages shown by @value{GDBN} provide
2355ample explanation of the status of your program---but you can also
2356explicitly request this information at any time.
c906108c
SS
2357
2358@table @code
2359@kindex info program
2360@item info program
2361Display information about the status of your program: whether it is
7a292a7a 2362running or not, what process it is, and why it stopped.
c906108c
SS
2363@end table
2364
2365@menu
2366* Breakpoints:: Breakpoints, watchpoints, and catchpoints
2367* Continuing and Stepping:: Resuming execution
c906108c 2368* Signals:: Signals
c906108c 2369* Thread Stops:: Stopping and starting multi-thread programs
c906108c
SS
2370@end menu
2371
6d2ebf8b 2372@node Breakpoints
c906108c
SS
2373@section Breakpoints, watchpoints, and catchpoints
2374
2375@cindex breakpoints
2376A @dfn{breakpoint} makes your program stop whenever a certain point in
2377the program is reached. For each breakpoint, you can add conditions to
2378control in finer detail whether your program stops. You can set
2379breakpoints with the @code{break} command and its variants (@pxref{Set
2380Breaks, ,Setting breakpoints}), to specify the place where your program
2381should stop by line number, function name or exact address in the
2382program.
2383
2384In HP-UX, SunOS 4.x, SVR4, and Alpha OSF/1 configurations, you can set
2385breakpoints in shared libraries before the executable is run. There is
2386a minor limitation on HP-UX systems: you must wait until the executable
2387is run in order to set breakpoints in shared library routines that are
2388not called directly by the program (for example, routines that are
2389arguments in a @code{pthread_create} call).
2390
2391@cindex watchpoints
2392@cindex memory tracing
2393@cindex breakpoint on memory address
2394@cindex breakpoint on variable modification
2395A @dfn{watchpoint} is a special breakpoint that stops your program
2396when the value of an expression changes. You must use a different
2397command to set watchpoints (@pxref{Set Watchpoints, ,Setting
2398watchpoints}), but aside from that, you can manage a watchpoint like
2399any other breakpoint: you enable, disable, and delete both breakpoints
2400and watchpoints using the same commands.
2401
2402You can arrange to have values from your program displayed automatically
2403whenever @value{GDBN} stops at a breakpoint. @xref{Auto Display,,
2404Automatic display}.
2405
2406@cindex catchpoints
2407@cindex breakpoint on events
2408A @dfn{catchpoint} is another special breakpoint that stops your program
b37052ae 2409when a certain kind of event occurs, such as the throwing of a C@t{++}
c906108c
SS
2410exception or the loading of a library. As with watchpoints, you use a
2411different command to set a catchpoint (@pxref{Set Catchpoints, ,Setting
2412catchpoints}), but aside from that, you can manage a catchpoint like any
2413other breakpoint. (To stop when your program receives a signal, use the
d4f3574e 2414@code{handle} command; see @ref{Signals, ,Signals}.)
c906108c
SS
2415
2416@cindex breakpoint numbers
2417@cindex numbers for breakpoints
2418@value{GDBN} assigns a number to each breakpoint, watchpoint, or
2419catchpoint when you create it; these numbers are successive integers
2420starting with one. In many of the commands for controlling various
2421features of breakpoints you use the breakpoint number to say which
2422breakpoint you want to change. Each breakpoint may be @dfn{enabled} or
2423@dfn{disabled}; if disabled, it has no effect on your program until you
2424enable it again.
2425
c5394b80
JM
2426@cindex breakpoint ranges
2427@cindex ranges of breakpoints
2428Some @value{GDBN} commands accept a range of breakpoints on which to
2429operate. A breakpoint range is either a single breakpoint number, like
2430@samp{5}, or two such numbers, in increasing order, separated by a
2431hyphen, like @samp{5-7}. When a breakpoint range is given to a command,
2432all breakpoint in that range are operated on.
2433
c906108c
SS
2434@menu
2435* Set Breaks:: Setting breakpoints
2436* Set Watchpoints:: Setting watchpoints
2437* Set Catchpoints:: Setting catchpoints
2438* Delete Breaks:: Deleting breakpoints
2439* Disabling:: Disabling breakpoints
2440* Conditions:: Break conditions
2441* Break Commands:: Breakpoint command lists
c906108c 2442* Breakpoint Menus:: Breakpoint menus
d4f3574e 2443* Error in Breakpoints:: ``Cannot insert breakpoints''
e4d5f7e1 2444* Breakpoint related warnings:: ``Breakpoint address adjusted...''
c906108c
SS
2445@end menu
2446
6d2ebf8b 2447@node Set Breaks
c906108c
SS
2448@subsection Setting breakpoints
2449
5d161b24 2450@c FIXME LMB what does GDB do if no code on line of breakpt?
c906108c
SS
2451@c consider in particular declaration with/without initialization.
2452@c
2453@c FIXME 2 is there stuff on this already? break at fun start, already init?
2454
2455@kindex break
41afff9a
EZ
2456@kindex b @r{(@code{break})}
2457@vindex $bpnum@r{, convenience variable}
c906108c
SS
2458@cindex latest breakpoint
2459Breakpoints are set with the @code{break} command (abbreviated
5d161b24 2460@code{b}). The debugger convenience variable @samp{$bpnum} records the
f3b28801 2461number of the breakpoint you've set most recently; see @ref{Convenience
c906108c
SS
2462Vars,, Convenience variables}, for a discussion of what you can do with
2463convenience variables.
2464
2465You have several ways to say where the breakpoint should go.
2466
2467@table @code
2468@item break @var{function}
5d161b24 2469Set a breakpoint at entry to function @var{function}.
c906108c 2470When using source languages that permit overloading of symbols, such as
b37052ae 2471C@t{++}, @var{function} may refer to more than one possible place to break.
c906108c 2472@xref{Breakpoint Menus,,Breakpoint menus}, for a discussion of that situation.
c906108c
SS
2473
2474@item break +@var{offset}
2475@itemx break -@var{offset}
2476Set a breakpoint some number of lines forward or back from the position
d4f3574e 2477at which execution stopped in the currently selected @dfn{stack frame}.
2df3850c 2478(@xref{Frames, ,Frames}, for a description of stack frames.)
c906108c
SS
2479
2480@item break @var{linenum}
2481Set a breakpoint at line @var{linenum} in the current source file.
d4f3574e
SS
2482The current source file is the last file whose source text was printed.
2483The breakpoint will stop your program just before it executes any of the
c906108c
SS
2484code on that line.
2485
2486@item break @var{filename}:@var{linenum}
2487Set a breakpoint at line @var{linenum} in source file @var{filename}.
2488
2489@item break @var{filename}:@var{function}
2490Set a breakpoint at entry to function @var{function} found in file
2491@var{filename}. Specifying a file name as well as a function name is
2492superfluous except when multiple files contain similarly named
2493functions.
2494
2495@item break *@var{address}
2496Set a breakpoint at address @var{address}. You can use this to set
2497breakpoints in parts of your program which do not have debugging
2498information or source files.
2499
2500@item break
2501When called without any arguments, @code{break} sets a breakpoint at
2502the next instruction to be executed in the selected stack frame
2503(@pxref{Stack, ,Examining the Stack}). In any selected frame but the
2504innermost, this makes your program stop as soon as control
2505returns to that frame. This is similar to the effect of a
2506@code{finish} command in the frame inside the selected frame---except
2507that @code{finish} does not leave an active breakpoint. If you use
2508@code{break} without an argument in the innermost frame, @value{GDBN} stops
2509the next time it reaches the current location; this may be useful
2510inside loops.
2511
2512@value{GDBN} normally ignores breakpoints when it resumes execution, until at
2513least one instruction has been executed. If it did not do this, you
2514would be unable to proceed past a breakpoint without first disabling the
2515breakpoint. This rule applies whether or not the breakpoint already
2516existed when your program stopped.
2517
2518@item break @dots{} if @var{cond}
2519Set a breakpoint with condition @var{cond}; evaluate the expression
2520@var{cond} each time the breakpoint is reached, and stop only if the
2521value is nonzero---that is, if @var{cond} evaluates as true.
2522@samp{@dots{}} stands for one of the possible arguments described
2523above (or no argument) specifying where to break. @xref{Conditions,
2524,Break conditions}, for more information on breakpoint conditions.
2525
2526@kindex tbreak
2527@item tbreak @var{args}
2528Set a breakpoint enabled only for one stop. @var{args} are the
2529same as for the @code{break} command, and the breakpoint is set in the same
2530way, but the breakpoint is automatically deleted after the first time your
2531program stops there. @xref{Disabling, ,Disabling breakpoints}.
2532
c906108c
SS
2533@kindex hbreak
2534@item hbreak @var{args}
d4f3574e
SS
2535Set a hardware-assisted breakpoint. @var{args} are the same as for the
2536@code{break} command and the breakpoint is set in the same way, but the
c906108c
SS
2537breakpoint requires hardware support and some target hardware may not
2538have this support. The main purpose of this is EPROM/ROM code
d4f3574e
SS
2539debugging, so you can set a breakpoint at an instruction without
2540changing the instruction. This can be used with the new trap-generation
2541provided by SPARClite DSU and some x86-based targets. These targets
2542will generate traps when a program accesses some data or instruction
2543address that is assigned to the debug registers. However the hardware
2544breakpoint registers can take a limited number of breakpoints. For
2545example, on the DSU, only two data breakpoints can be set at a time, and
2546@value{GDBN} will reject this command if more than two are used. Delete
2547or disable unused hardware breakpoints before setting new ones
2548(@pxref{Disabling, ,Disabling}). @xref{Conditions, ,Break conditions}.
501eef12
AC
2549@xref{set remote hardware-breakpoint-limit}.
2550
c906108c
SS
2551
2552@kindex thbreak
2553@item thbreak @var{args}
2554Set a hardware-assisted breakpoint enabled only for one stop. @var{args}
2555are the same as for the @code{hbreak} command and the breakpoint is set in
5d161b24 2556the same way. However, like the @code{tbreak} command,
c906108c
SS
2557the breakpoint is automatically deleted after the
2558first time your program stops there. Also, like the @code{hbreak}
5d161b24
DB
2559command, the breakpoint requires hardware support and some target hardware
2560may not have this support. @xref{Disabling, ,Disabling breakpoints}.
d4f3574e 2561See also @ref{Conditions, ,Break conditions}.
c906108c
SS
2562
2563@kindex rbreak
2564@cindex regular expression
2565@item rbreak @var{regex}
c906108c 2566Set breakpoints on all functions matching the regular expression
11cf8741
JM
2567@var{regex}. This command sets an unconditional breakpoint on all
2568matches, printing a list of all breakpoints it set. Once these
2569breakpoints are set, they are treated just like the breakpoints set with
2570the @code{break} command. You can delete them, disable them, or make
2571them conditional the same way as any other breakpoint.
2572
2573The syntax of the regular expression is the standard one used with tools
2574like @file{grep}. Note that this is different from the syntax used by
2575shells, so for instance @code{foo*} matches all functions that include
2576an @code{fo} followed by zero or more @code{o}s. There is an implicit
2577@code{.*} leading and trailing the regular expression you supply, so to
2578match only functions that begin with @code{foo}, use @code{^foo}.
c906108c 2579
b37052ae 2580When debugging C@t{++} programs, @code{rbreak} is useful for setting
c906108c
SS
2581breakpoints on overloaded functions that are not members of any special
2582classes.
c906108c
SS
2583
2584@kindex info breakpoints
2585@cindex @code{$_} and @code{info breakpoints}
2586@item info breakpoints @r{[}@var{n}@r{]}
2587@itemx info break @r{[}@var{n}@r{]}
2588@itemx info watchpoints @r{[}@var{n}@r{]}
2589Print a table of all breakpoints, watchpoints, and catchpoints set and
2590not deleted, with the following columns for each breakpoint:
2591
2592@table @emph
2593@item Breakpoint Numbers
2594@item Type
2595Breakpoint, watchpoint, or catchpoint.
2596@item Disposition
2597Whether the breakpoint is marked to be disabled or deleted when hit.
2598@item Enabled or Disabled
2599Enabled breakpoints are marked with @samp{y}. @samp{n} marks breakpoints
2600that are not enabled.
2601@item Address
2650777c
JJ
2602Where the breakpoint is in your program, as a memory address. If the
2603breakpoint is pending (see below for details) on a future load of a shared library, the address
2604will be listed as @samp{<PENDING>}.
c906108c
SS
2605@item What
2606Where the breakpoint is in the source for your program, as a file and
2650777c
JJ
2607line number. For a pending breakpoint, the original string passed to
2608the breakpoint command will be listed as it cannot be resolved until
2609the appropriate shared library is loaded in the future.
c906108c
SS
2610@end table
2611
2612@noindent
2613If a breakpoint is conditional, @code{info break} shows the condition on
2614the line following the affected breakpoint; breakpoint commands, if any,
2650777c
JJ
2615are listed after that. A pending breakpoint is allowed to have a condition
2616specified for it. The condition is not parsed for validity until a shared
2617library is loaded that allows the pending breakpoint to resolve to a
2618valid location.
c906108c
SS
2619
2620@noindent
2621@code{info break} with a breakpoint
2622number @var{n} as argument lists only that breakpoint. The
2623convenience variable @code{$_} and the default examining-address for
2624the @code{x} command are set to the address of the last breakpoint
5d161b24 2625listed (@pxref{Memory, ,Examining memory}).
c906108c
SS
2626
2627@noindent
2628@code{info break} displays a count of the number of times the breakpoint
2629has been hit. This is especially useful in conjunction with the
2630@code{ignore} command. You can ignore a large number of breakpoint
2631hits, look at the breakpoint info to see how many times the breakpoint
2632was hit, and then run again, ignoring one less than that number. This
2633will get you quickly to the last hit of that breakpoint.
2634@end table
2635
2636@value{GDBN} allows you to set any number of breakpoints at the same place in
2637your program. There is nothing silly or meaningless about this. When
2638the breakpoints are conditional, this is even useful
2639(@pxref{Conditions, ,Break conditions}).
2640
2650777c
JJ
2641@cindex pending breakpoints
2642If a specified breakpoint location cannot be found, @value{GDBN} will
2643prompt you
2644as to whether to make the breakpoint pending on a future shared
2645library load. This is useful for setting breakpoints at the start of your
2646@value{GDBN} session for locations that you know will be dynamically loaded
2647later by the program being debugged. When shared libraries are loaded,
2648a check is made to see if the load resoloves any pending breakpoint locations.
2649If a pending breakpoint location has been resolved,
2650a real breakpoint is created and the original pending breakpoint is removed.
2651
2652@cindex operations allowed on pending breakpoints
2653Normal breakpoint operations apply to pending breakpoints as well. You may
2654specify a condition for a pending breakpoint and/or commands to run when the
2655breakpoint is reached. You can also enable or disable
2656the pending breakpoint. When you specify a condition for a pending breakpoint,
2657the parsing of the condition will be deferred until the point where the
2658pending breakpoint location is resolved. Disabling a pending breakpoint
2659tells @value{GDBN} to not attempt to resolve the breakpoint on any subsequent
2660shared library load. When a pending breakpoint is re-enabled,
2661@value{GDBN} checks to see if the location is already resolved.
2662This is done because any number of shared library loads could have
2663occurred since the time the breakpoint was disabled and one or more
2664of these loads could resolve the location.
2665
c906108c
SS
2666@cindex negative breakpoint numbers
2667@cindex internal @value{GDBN} breakpoints
eb12ee30
AC
2668@value{GDBN} itself sometimes sets breakpoints in your program for
2669special purposes, such as proper handling of @code{longjmp} (in C
2670programs). These internal breakpoints are assigned negative numbers,
2671starting with @code{-1}; @samp{info breakpoints} does not display them.
c906108c 2672You can see these breakpoints with the @value{GDBN} maintenance command
eb12ee30 2673@samp{maint info breakpoints} (@pxref{maint info breakpoints}).
c906108c
SS
2674
2675
6d2ebf8b 2676@node Set Watchpoints
c906108c
SS
2677@subsection Setting watchpoints
2678
2679@cindex setting watchpoints
2680@cindex software watchpoints
2681@cindex hardware watchpoints
2682You can use a watchpoint to stop execution whenever the value of an
2683expression changes, without having to predict a particular place where
2684this may happen.
2685
2686Depending on your system, watchpoints may be implemented in software or
2df3850c 2687hardware. @value{GDBN} does software watchpointing by single-stepping your
c906108c
SS
2688program and testing the variable's value each time, which is hundreds of
2689times slower than normal execution. (But this may still be worth it, to
2690catch errors where you have no clue what part of your program is the
2691culprit.)
2692
1104b9e7 2693On some systems, such as HP-UX, @sc{gnu}/Linux and some other x86-based targets,
2df3850c 2694@value{GDBN} includes support for
c906108c
SS
2695hardware watchpoints, which do not slow down the running of your
2696program.
2697
2698@table @code
2699@kindex watch
2700@item watch @var{expr}
2701Set a watchpoint for an expression. @value{GDBN} will break when @var{expr}
2702is written into by the program and its value changes.
2703
2704@kindex rwatch
2705@item rwatch @var{expr}
2706Set a watchpoint that will break when watch @var{expr} is read by the program.
c906108c
SS
2707
2708@kindex awatch
2709@item awatch @var{expr}
2df3850c 2710Set a watchpoint that will break when @var{expr} is either read or written into
7be570e7 2711by the program.
c906108c
SS
2712
2713@kindex info watchpoints
2714@item info watchpoints
2715This command prints a list of watchpoints, breakpoints, and catchpoints;
2716it is the same as @code{info break}.
2717@end table
2718
2719@value{GDBN} sets a @dfn{hardware watchpoint} if possible. Hardware
2720watchpoints execute very quickly, and the debugger reports a change in
2721value at the exact instruction where the change occurs. If @value{GDBN}
2722cannot set a hardware watchpoint, it sets a software watchpoint, which
2723executes more slowly and reports the change in value at the next
2724statement, not the instruction, after the change occurs.
2725
2726When you issue the @code{watch} command, @value{GDBN} reports
2727
474c8240 2728@smallexample
c906108c 2729Hardware watchpoint @var{num}: @var{expr}
474c8240 2730@end smallexample
c906108c
SS
2731
2732@noindent
2733if it was able to set a hardware watchpoint.
2734
7be570e7
JM
2735Currently, the @code{awatch} and @code{rwatch} commands can only set
2736hardware watchpoints, because accesses to data that don't change the
2737value of the watched expression cannot be detected without examining
2738every instruction as it is being executed, and @value{GDBN} does not do
2739that currently. If @value{GDBN} finds that it is unable to set a
2740hardware breakpoint with the @code{awatch} or @code{rwatch} command, it
2741will print a message like this:
2742
2743@smallexample
2744Expression cannot be implemented with read/access watchpoint.
2745@end smallexample
2746
2747Sometimes, @value{GDBN} cannot set a hardware watchpoint because the
2748data type of the watched expression is wider than what a hardware
2749watchpoint on the target machine can handle. For example, some systems
2750can only watch regions that are up to 4 bytes wide; on such systems you
2751cannot set hardware watchpoints for an expression that yields a
2752double-precision floating-point number (which is typically 8 bytes
2753wide). As a work-around, it might be possible to break the large region
2754into a series of smaller ones and watch them with separate watchpoints.
2755
2756If you set too many hardware watchpoints, @value{GDBN} might be unable
2757to insert all of them when you resume the execution of your program.
2758Since the precise number of active watchpoints is unknown until such
2759time as the program is about to be resumed, @value{GDBN} might not be
2760able to warn you about this when you set the watchpoints, and the
2761warning will be printed only when the program is resumed:
2762
2763@smallexample
2764Hardware watchpoint @var{num}: Could not insert watchpoint
2765@end smallexample
2766
2767@noindent
2768If this happens, delete or disable some of the watchpoints.
2769
2770The SPARClite DSU will generate traps when a program accesses some data
2771or instruction address that is assigned to the debug registers. For the
2772data addresses, DSU facilitates the @code{watch} command. However the
2773hardware breakpoint registers can only take two data watchpoints, and
2774both watchpoints must be the same kind. For example, you can set two
2775watchpoints with @code{watch} commands, two with @code{rwatch} commands,
2776@strong{or} two with @code{awatch} commands, but you cannot set one
2777watchpoint with one command and the other with a different command.
c906108c
SS
2778@value{GDBN} will reject the command if you try to mix watchpoints.
2779Delete or disable unused watchpoint commands before setting new ones.
2780
2781If you call a function interactively using @code{print} or @code{call},
2df3850c 2782any watchpoints you have set will be inactive until @value{GDBN} reaches another
c906108c
SS
2783kind of breakpoint or the call completes.
2784
7be570e7
JM
2785@value{GDBN} automatically deletes watchpoints that watch local
2786(automatic) variables, or expressions that involve such variables, when
2787they go out of scope, that is, when the execution leaves the block in
2788which these variables were defined. In particular, when the program
2789being debugged terminates, @emph{all} local variables go out of scope,
2790and so only watchpoints that watch global variables remain set. If you
2791rerun the program, you will need to set all such watchpoints again. One
2792way of doing that would be to set a code breakpoint at the entry to the
2793@code{main} function and when it breaks, set all the watchpoints.
2794
c906108c
SS
2795@quotation
2796@cindex watchpoints and threads
2797@cindex threads and watchpoints
c906108c
SS
2798@emph{Warning:} In multi-thread programs, watchpoints have only limited
2799usefulness. With the current watchpoint implementation, @value{GDBN}
2800can only watch the value of an expression @emph{in a single thread}. If
2801you are confident that the expression can only change due to the current
2802thread's activity (and if you are also confident that no other thread
2803can become current), then you can use watchpoints as usual. However,
2804@value{GDBN} may not notice when a non-current thread's activity changes
2805the expression.
53a5351d 2806
d4f3574e 2807@c FIXME: this is almost identical to the previous paragraph.
53a5351d
JM
2808@emph{HP-UX Warning:} In multi-thread programs, software watchpoints
2809have only limited usefulness. If @value{GDBN} creates a software
2810watchpoint, it can only watch the value of an expression @emph{in a
2811single thread}. If you are confident that the expression can only
2812change due to the current thread's activity (and if you are also
2813confident that no other thread can become current), then you can use
2814software watchpoints as usual. However, @value{GDBN} may not notice
2815when a non-current thread's activity changes the expression. (Hardware
2816watchpoints, in contrast, watch an expression in all threads.)
c906108c 2817@end quotation
c906108c 2818
501eef12
AC
2819@xref{set remote hardware-watchpoint-limit}.
2820
6d2ebf8b 2821@node Set Catchpoints
c906108c 2822@subsection Setting catchpoints
d4f3574e 2823@cindex catchpoints, setting
c906108c
SS
2824@cindex exception handlers
2825@cindex event handling
2826
2827You can use @dfn{catchpoints} to cause the debugger to stop for certain
b37052ae 2828kinds of program events, such as C@t{++} exceptions or the loading of a
c906108c
SS
2829shared library. Use the @code{catch} command to set a catchpoint.
2830
2831@table @code
2832@kindex catch
2833@item catch @var{event}
2834Stop when @var{event} occurs. @var{event} can be any of the following:
2835@table @code
2836@item throw
2837@kindex catch throw
b37052ae 2838The throwing of a C@t{++} exception.
c906108c
SS
2839
2840@item catch
2841@kindex catch catch
b37052ae 2842The catching of a C@t{++} exception.
c906108c
SS
2843
2844@item exec
2845@kindex catch exec
2846A call to @code{exec}. This is currently only available for HP-UX.
2847
2848@item fork
2849@kindex catch fork
2850A call to @code{fork}. This is currently only available for HP-UX.
2851
2852@item vfork
2853@kindex catch vfork
2854A call to @code{vfork}. This is currently only available for HP-UX.
2855
2856@item load
2857@itemx load @var{libname}
2858@kindex catch load
2859The dynamic loading of any shared library, or the loading of the library
2860@var{libname}. This is currently only available for HP-UX.
2861
2862@item unload
2863@itemx unload @var{libname}
2864@kindex catch unload
2865The unloading of any dynamically loaded shared library, or the unloading
2866of the library @var{libname}. This is currently only available for HP-UX.
2867@end table
2868
2869@item tcatch @var{event}
2870Set a catchpoint that is enabled only for one stop. The catchpoint is
2871automatically deleted after the first time the event is caught.
2872
2873@end table
2874
2875Use the @code{info break} command to list the current catchpoints.
2876
b37052ae 2877There are currently some limitations to C@t{++} exception handling
c906108c
SS
2878(@code{catch throw} and @code{catch catch}) in @value{GDBN}:
2879
2880@itemize @bullet
2881@item
2882If you call a function interactively, @value{GDBN} normally returns
2883control to you when the function has finished executing. If the call
2884raises an exception, however, the call may bypass the mechanism that
2885returns control to you and cause your program either to abort or to
2886simply continue running until it hits a breakpoint, catches a signal
2887that @value{GDBN} is listening for, or exits. This is the case even if
2888you set a catchpoint for the exception; catchpoints on exceptions are
2889disabled within interactive calls.
2890
2891@item
2892You cannot raise an exception interactively.
2893
2894@item
2895You cannot install an exception handler interactively.
2896@end itemize
2897
2898@cindex raise exceptions
2899Sometimes @code{catch} is not the best way to debug exception handling:
2900if you need to know exactly where an exception is raised, it is better to
2901stop @emph{before} the exception handler is called, since that way you
2902can see the stack before any unwinding takes place. If you set a
2903breakpoint in an exception handler instead, it may not be easy to find
2904out where the exception was raised.
2905
2906To stop just before an exception handler is called, you need some
b37052ae 2907knowledge of the implementation. In the case of @sc{gnu} C@t{++}, exceptions are
c906108c
SS
2908raised by calling a library function named @code{__raise_exception}
2909which has the following ANSI C interface:
2910
474c8240 2911@smallexample
c906108c 2912 /* @var{addr} is where the exception identifier is stored.
d4f3574e
SS
2913 @var{id} is the exception identifier. */
2914 void __raise_exception (void **addr, void *id);
474c8240 2915@end smallexample
c906108c
SS
2916
2917@noindent
2918To make the debugger catch all exceptions before any stack
2919unwinding takes place, set a breakpoint on @code{__raise_exception}
2920(@pxref{Breakpoints, ,Breakpoints; watchpoints; and exceptions}).
2921
2922With a conditional breakpoint (@pxref{Conditions, ,Break conditions})
2923that depends on the value of @var{id}, you can stop your program when
2924a specific exception is raised. You can use multiple conditional
2925breakpoints to stop your program when any of a number of exceptions are
2926raised.
2927
2928
6d2ebf8b 2929@node Delete Breaks
c906108c
SS
2930@subsection Deleting breakpoints
2931
2932@cindex clearing breakpoints, watchpoints, catchpoints
2933@cindex deleting breakpoints, watchpoints, catchpoints
2934It is often necessary to eliminate a breakpoint, watchpoint, or
2935catchpoint once it has done its job and you no longer want your program
2936to stop there. This is called @dfn{deleting} the breakpoint. A
2937breakpoint that has been deleted no longer exists; it is forgotten.
2938
2939With the @code{clear} command you can delete breakpoints according to
2940where they are in your program. With the @code{delete} command you can
2941delete individual breakpoints, watchpoints, or catchpoints by specifying
2942their breakpoint numbers.
2943
2944It is not necessary to delete a breakpoint to proceed past it. @value{GDBN}
2945automatically ignores breakpoints on the first instruction to be executed
2946when you continue execution without changing the execution address.
2947
2948@table @code
2949@kindex clear
2950@item clear
2951Delete any breakpoints at the next instruction to be executed in the
2952selected stack frame (@pxref{Selection, ,Selecting a frame}). When
2953the innermost frame is selected, this is a good way to delete a
2954breakpoint where your program just stopped.
2955
2956@item clear @var{function}
2957@itemx clear @var{filename}:@var{function}
2958Delete any breakpoints set at entry to the function @var{function}.
2959
2960@item clear @var{linenum}
2961@itemx clear @var{filename}:@var{linenum}
2962Delete any breakpoints set at or within the code of the specified line.
2963
2964@cindex delete breakpoints
2965@kindex delete
41afff9a 2966@kindex d @r{(@code{delete})}
c5394b80
JM
2967@item delete @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
2968Delete the breakpoints, watchpoints, or catchpoints of the breakpoint
2969ranges specified as arguments. If no argument is specified, delete all
c906108c
SS
2970breakpoints (@value{GDBN} asks confirmation, unless you have @code{set
2971confirm off}). You can abbreviate this command as @code{d}.
2972@end table
2973
6d2ebf8b 2974@node Disabling
c906108c
SS
2975@subsection Disabling breakpoints
2976
2977@kindex disable breakpoints
2978@kindex enable breakpoints
2979Rather than deleting a breakpoint, watchpoint, or catchpoint, you might
2980prefer to @dfn{disable} it. This makes the breakpoint inoperative as if
2981it had been deleted, but remembers the information on the breakpoint so
2982that you can @dfn{enable} it again later.
2983
2984You disable and enable breakpoints, watchpoints, and catchpoints with
2985the @code{enable} and @code{disable} commands, optionally specifying one
2986or more breakpoint numbers as arguments. Use @code{info break} or
2987@code{info watch} to print a list of breakpoints, watchpoints, and
2988catchpoints if you do not know which numbers to use.
2989
2990A breakpoint, watchpoint, or catchpoint can have any of four different
2991states of enablement:
2992
2993@itemize @bullet
2994@item
2995Enabled. The breakpoint stops your program. A breakpoint set
2996with the @code{break} command starts out in this state.
2997@item
2998Disabled. The breakpoint has no effect on your program.
2999@item
3000Enabled once. The breakpoint stops your program, but then becomes
d4f3574e 3001disabled.
c906108c
SS
3002@item
3003Enabled for deletion. The breakpoint stops your program, but
d4f3574e
SS
3004immediately after it does so it is deleted permanently. A breakpoint
3005set with the @code{tbreak} command starts out in this state.
c906108c
SS
3006@end itemize
3007
3008You can use the following commands to enable or disable breakpoints,
3009watchpoints, and catchpoints:
3010
3011@table @code
3012@kindex disable breakpoints
3013@kindex disable
41afff9a 3014@kindex dis @r{(@code{disable})}
c5394b80 3015@item disable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
c906108c
SS
3016Disable the specified breakpoints---or all breakpoints, if none are
3017listed. A disabled breakpoint has no effect but is not forgotten. All
3018options such as ignore-counts, conditions and commands are remembered in
3019case the breakpoint is enabled again later. You may abbreviate
3020@code{disable} as @code{dis}.
3021
3022@kindex enable breakpoints
3023@kindex enable
c5394b80 3024@item enable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
c906108c
SS
3025Enable the specified breakpoints (or all defined breakpoints). They
3026become effective once again in stopping your program.
3027
c5394b80 3028@item enable @r{[}breakpoints@r{]} once @var{range}@dots{}
c906108c
SS
3029Enable the specified breakpoints temporarily. @value{GDBN} disables any
3030of these breakpoints immediately after stopping your program.
3031
c5394b80 3032@item enable @r{[}breakpoints@r{]} delete @var{range}@dots{}
c906108c
SS
3033Enable the specified breakpoints to work once, then die. @value{GDBN}
3034deletes any of these breakpoints as soon as your program stops there.
3035@end table
3036
d4f3574e
SS
3037@c FIXME: I think the following ``Except for [...] @code{tbreak}'' is
3038@c confusing: tbreak is also initially enabled.
c906108c
SS
3039Except for a breakpoint set with @code{tbreak} (@pxref{Set Breaks,
3040,Setting breakpoints}), breakpoints that you set are initially enabled;
3041subsequently, they become disabled or enabled only when you use one of
3042the commands above. (The command @code{until} can set and delete a
3043breakpoint of its own, but it does not change the state of your other
3044breakpoints; see @ref{Continuing and Stepping, ,Continuing and
3045stepping}.)
3046
6d2ebf8b 3047@node Conditions
c906108c
SS
3048@subsection Break conditions
3049@cindex conditional breakpoints
3050@cindex breakpoint conditions
3051
3052@c FIXME what is scope of break condition expr? Context where wanted?
5d161b24 3053@c in particular for a watchpoint?
c906108c
SS
3054The simplest sort of breakpoint breaks every time your program reaches a
3055specified place. You can also specify a @dfn{condition} for a
3056breakpoint. A condition is just a Boolean expression in your
3057programming language (@pxref{Expressions, ,Expressions}). A breakpoint with
3058a condition evaluates the expression each time your program reaches it,
3059and your program stops only if the condition is @emph{true}.
3060
3061This is the converse of using assertions for program validation; in that
3062situation, you want to stop when the assertion is violated---that is,
3063when the condition is false. In C, if you want to test an assertion expressed
3064by the condition @var{assert}, you should set the condition
3065@samp{! @var{assert}} on the appropriate breakpoint.
3066
3067Conditions are also accepted for watchpoints; you may not need them,
3068since a watchpoint is inspecting the value of an expression anyhow---but
3069it might be simpler, say, to just set a watchpoint on a variable name,
3070and specify a condition that tests whether the new value is an interesting
3071one.
3072
3073Break conditions can have side effects, and may even call functions in
3074your program. This can be useful, for example, to activate functions
3075that log program progress, or to use your own print functions to
3076format special data structures. The effects are completely predictable
3077unless there is another enabled breakpoint at the same address. (In
3078that case, @value{GDBN} might see the other breakpoint first and stop your
3079program without checking the condition of this one.) Note that
d4f3574e
SS
3080breakpoint commands are usually more convenient and flexible than break
3081conditions for the
c906108c
SS
3082purpose of performing side effects when a breakpoint is reached
3083(@pxref{Break Commands, ,Breakpoint command lists}).
3084
3085Break conditions can be specified when a breakpoint is set, by using
3086@samp{if} in the arguments to the @code{break} command. @xref{Set
3087Breaks, ,Setting breakpoints}. They can also be changed at any time
3088with the @code{condition} command.
53a5351d 3089
c906108c
SS
3090You can also use the @code{if} keyword with the @code{watch} command.
3091The @code{catch} command does not recognize the @code{if} keyword;
3092@code{condition} is the only way to impose a further condition on a
3093catchpoint.
c906108c
SS
3094
3095@table @code
3096@kindex condition
3097@item condition @var{bnum} @var{expression}
3098Specify @var{expression} as the break condition for breakpoint,
3099watchpoint, or catchpoint number @var{bnum}. After you set a condition,
3100breakpoint @var{bnum} stops your program only if the value of
3101@var{expression} is true (nonzero, in C). When you use
3102@code{condition}, @value{GDBN} checks @var{expression} immediately for
3103syntactic correctness, and to determine whether symbols in it have
d4f3574e
SS
3104referents in the context of your breakpoint. If @var{expression} uses
3105symbols not referenced in the context of the breakpoint, @value{GDBN}
3106prints an error message:
3107
474c8240 3108@smallexample
d4f3574e 3109No symbol "foo" in current context.
474c8240 3110@end smallexample
d4f3574e
SS
3111
3112@noindent
c906108c
SS
3113@value{GDBN} does
3114not actually evaluate @var{expression} at the time the @code{condition}
d4f3574e
SS
3115command (or a command that sets a breakpoint with a condition, like
3116@code{break if @dots{}}) is given, however. @xref{Expressions, ,Expressions}.
c906108c
SS
3117
3118@item condition @var{bnum}
3119Remove the condition from breakpoint number @var{bnum}. It becomes
3120an ordinary unconditional breakpoint.
3121@end table
3122
3123@cindex ignore count (of breakpoint)
3124A special case of a breakpoint condition is to stop only when the
3125breakpoint has been reached a certain number of times. This is so
3126useful that there is a special way to do it, using the @dfn{ignore
3127count} of the breakpoint. Every breakpoint has an ignore count, which
3128is an integer. Most of the time, the ignore count is zero, and
3129therefore has no effect. But if your program reaches a breakpoint whose
3130ignore count is positive, then instead of stopping, it just decrements
3131the ignore count by one and continues. As a result, if the ignore count
3132value is @var{n}, the breakpoint does not stop the next @var{n} times
3133your program reaches it.
3134
3135@table @code
3136@kindex ignore
3137@item ignore @var{bnum} @var{count}
3138Set the ignore count of breakpoint number @var{bnum} to @var{count}.
3139The next @var{count} times the breakpoint is reached, your program's
3140execution does not stop; other than to decrement the ignore count, @value{GDBN}
3141takes no action.
3142
3143To make the breakpoint stop the next time it is reached, specify
3144a count of zero.
3145
3146When you use @code{continue} to resume execution of your program from a
3147breakpoint, you can specify an ignore count directly as an argument to
3148@code{continue}, rather than using @code{ignore}. @xref{Continuing and
3149Stepping,,Continuing and stepping}.
3150
3151If a breakpoint has a positive ignore count and a condition, the
3152condition is not checked. Once the ignore count reaches zero,
3153@value{GDBN} resumes checking the condition.
3154
3155You could achieve the effect of the ignore count with a condition such
3156as @w{@samp{$foo-- <= 0}} using a debugger convenience variable that
3157is decremented each time. @xref{Convenience Vars, ,Convenience
3158variables}.
3159@end table
3160
3161Ignore counts apply to breakpoints, watchpoints, and catchpoints.
3162
3163
6d2ebf8b 3164@node Break Commands
c906108c
SS
3165@subsection Breakpoint command lists
3166
3167@cindex breakpoint commands
3168You can give any breakpoint (or watchpoint or catchpoint) a series of
3169commands to execute when your program stops due to that breakpoint. For
3170example, you might want to print the values of certain expressions, or
3171enable other breakpoints.
3172
3173@table @code
3174@kindex commands
3175@kindex end
3176@item commands @r{[}@var{bnum}@r{]}
3177@itemx @dots{} @var{command-list} @dots{}
3178@itemx end
3179Specify a list of commands for breakpoint number @var{bnum}. The commands
3180themselves appear on the following lines. Type a line containing just
3181@code{end} to terminate the commands.
3182
3183To remove all commands from a breakpoint, type @code{commands} and
3184follow it immediately with @code{end}; that is, give no commands.
3185
3186With no @var{bnum} argument, @code{commands} refers to the last
3187breakpoint, watchpoint, or catchpoint set (not to the breakpoint most
3188recently encountered).
3189@end table
3190
3191Pressing @key{RET} as a means of repeating the last @value{GDBN} command is
3192disabled within a @var{command-list}.
3193
3194You can use breakpoint commands to start your program up again. Simply
3195use the @code{continue} command, or @code{step}, or any other command
3196that resumes execution.
3197
3198Any other commands in the command list, after a command that resumes
3199execution, are ignored. This is because any time you resume execution
3200(even with a simple @code{next} or @code{step}), you may encounter
3201another breakpoint---which could have its own command list, leading to
3202ambiguities about which list to execute.
3203
3204@kindex silent
3205If the first command you specify in a command list is @code{silent}, the
3206usual message about stopping at a breakpoint is not printed. This may
3207be desirable for breakpoints that are to print a specific message and
3208then continue. If none of the remaining commands print anything, you
3209see no sign that the breakpoint was reached. @code{silent} is
3210meaningful only at the beginning of a breakpoint command list.
3211
3212The commands @code{echo}, @code{output}, and @code{printf} allow you to
3213print precisely controlled output, and are often useful in silent
3214breakpoints. @xref{Output, ,Commands for controlled output}.
3215
3216For example, here is how you could use breakpoint commands to print the
3217value of @code{x} at entry to @code{foo} whenever @code{x} is positive.
3218
474c8240 3219@smallexample
c906108c
SS
3220break foo if x>0
3221commands
3222silent
3223printf "x is %d\n",x
3224cont
3225end
474c8240 3226@end smallexample
c906108c
SS
3227
3228One application for breakpoint commands is to compensate for one bug so
3229you can test for another. Put a breakpoint just after the erroneous line
3230of code, give it a condition to detect the case in which something
3231erroneous has been done, and give it commands to assign correct values
3232to any variables that need them. End with the @code{continue} command
3233so that your program does not stop, and start with the @code{silent}
3234command so that no output is produced. Here is an example:
3235
474c8240 3236@smallexample
c906108c
SS
3237break 403
3238commands
3239silent
3240set x = y + 4
3241cont
3242end
474c8240 3243@end smallexample
c906108c 3244
6d2ebf8b 3245@node Breakpoint Menus
c906108c
SS
3246@subsection Breakpoint menus
3247@cindex overloading
3248@cindex symbol overloading
3249
b383017d 3250Some programming languages (notably C@t{++} and Objective-C) permit a
b37303ee 3251single function name
c906108c
SS
3252to be defined several times, for application in different contexts.
3253This is called @dfn{overloading}. When a function name is overloaded,
3254@samp{break @var{function}} is not enough to tell @value{GDBN} where you want
3255a breakpoint. If you realize this is a problem, you can use
3256something like @samp{break @var{function}(@var{types})} to specify which
3257particular version of the function you want. Otherwise, @value{GDBN} offers
3258you a menu of numbered choices for different possible breakpoints, and
3259waits for your selection with the prompt @samp{>}. The first two
3260options are always @samp{[0] cancel} and @samp{[1] all}. Typing @kbd{1}
3261sets a breakpoint at each definition of @var{function}, and typing
3262@kbd{0} aborts the @code{break} command without setting any new
3263breakpoints.
3264
3265For example, the following session excerpt shows an attempt to set a
3266breakpoint at the overloaded symbol @code{String::after}.
3267We choose three particular definitions of that function name:
3268
3269@c FIXME! This is likely to change to show arg type lists, at least
3270@smallexample
3271@group
3272(@value{GDBP}) b String::after
3273[0] cancel
3274[1] all
3275[2] file:String.cc; line number:867
3276[3] file:String.cc; line number:860
3277[4] file:String.cc; line number:875
3278[5] file:String.cc; line number:853
3279[6] file:String.cc; line number:846
3280[7] file:String.cc; line number:735
3281> 2 4 6
3282Breakpoint 1 at 0xb26c: file String.cc, line 867.
3283Breakpoint 2 at 0xb344: file String.cc, line 875.
3284Breakpoint 3 at 0xafcc: file String.cc, line 846.
3285Multiple breakpoints were set.
3286Use the "delete" command to delete unwanted
3287 breakpoints.
3288(@value{GDBP})
3289@end group
3290@end smallexample
c906108c
SS
3291
3292@c @ifclear BARETARGET
6d2ebf8b 3293@node Error in Breakpoints
d4f3574e 3294@subsection ``Cannot insert breakpoints''
c906108c
SS
3295@c
3296@c FIXME!! 14/6/95 Is there a real example of this? Let's use it.
3297@c
d4f3574e
SS
3298Under some operating systems, breakpoints cannot be used in a program if
3299any other process is running that program. In this situation,
5d161b24 3300attempting to run or continue a program with a breakpoint causes
d4f3574e
SS
3301@value{GDBN} to print an error message:
3302
474c8240 3303@smallexample
d4f3574e
SS
3304Cannot insert breakpoints.
3305The same program may be running in another process.
474c8240 3306@end smallexample
d4f3574e
SS
3307
3308When this happens, you have three ways to proceed:
3309
3310@enumerate
3311@item
3312Remove or disable the breakpoints, then continue.
3313
3314@item
5d161b24 3315Suspend @value{GDBN}, and copy the file containing your program to a new
d4f3574e 3316name. Resume @value{GDBN} and use the @code{exec-file} command to specify
5d161b24 3317that @value{GDBN} should run your program under that name.
d4f3574e
SS
3318Then start your program again.
3319
3320@item
3321Relink your program so that the text segment is nonsharable, using the
3322linker option @samp{-N}. The operating system limitation may not apply
3323to nonsharable executables.
3324@end enumerate
c906108c
SS
3325@c @end ifclear
3326
d4f3574e
SS
3327A similar message can be printed if you request too many active
3328hardware-assisted breakpoints and watchpoints:
3329
3330@c FIXME: the precise wording of this message may change; the relevant
3331@c source change is not committed yet (Sep 3, 1999).
3332@smallexample
3333Stopped; cannot insert breakpoints.
3334You may have requested too many hardware breakpoints and watchpoints.
3335@end smallexample
3336
3337@noindent
3338This message is printed when you attempt to resume the program, since
3339only then @value{GDBN} knows exactly how many hardware breakpoints and
3340watchpoints it needs to insert.
3341
3342When this message is printed, you need to disable or remove some of the
3343hardware-assisted breakpoints and watchpoints, and then continue.
3344
1485d690
KB
3345@node Breakpoint related warnings
3346@subsection ``Breakpoint address adjusted...''
3347@cindex breakpoint address adjusted
3348
3349Some processor architectures place constraints on the addresses at
3350which breakpoints may be placed. For architectures thus constrained,
3351@value{GDBN} will attempt to adjust the breakpoint's address to comply
3352with the constraints dictated by the architecture.
3353
3354One example of such an architecture is the Fujitsu FR-V. The FR-V is
3355a VLIW architecture in which a number of RISC-like instructions may be
3356bundled together for parallel execution. The FR-V architecture
3357constrains the location of a breakpoint instruction within such a
3358bundle to the instruction with the lowest address. @value{GDBN}
3359honors this constraint by adjusting a breakpoint's address to the
3360first in the bundle.
3361
3362It is not uncommon for optimized code to have bundles which contain
3363instructions from different source statements, thus it may happen that
3364a breakpoint's address will be adjusted from one source statement to
3365another. Since this adjustment may significantly alter @value{GDBN}'s
3366breakpoint related behavior from what the user expects, a warning is
3367printed when the breakpoint is first set and also when the breakpoint
3368is hit.
3369
3370A warning like the one below is printed when setting a breakpoint
3371that's been subject to address adjustment:
3372
3373@smallexample
3374warning: Breakpoint address adjusted from 0x00010414 to 0x00010410.
3375@end smallexample
3376
3377Such warnings are printed both for user settable and @value{GDBN}'s
3378internal breakpoints. If you see one of these warnings, you should
3379verify that a breakpoint set at the adjusted address will have the
3380desired affect. If not, the breakpoint in question may be removed and
b383017d 3381other breakpoints may be set which will have the desired behavior.
1485d690
KB
3382E.g., it may be sufficient to place the breakpoint at a later
3383instruction. A conditional breakpoint may also be useful in some
3384cases to prevent the breakpoint from triggering too often.
3385
3386@value{GDBN} will also issue a warning when stopping at one of these
3387adjusted breakpoints:
3388
3389@smallexample
3390warning: Breakpoint 1 address previously adjusted from 0x00010414
3391to 0x00010410.
3392@end smallexample
3393
3394When this warning is encountered, it may be too late to take remedial
3395action except in cases where the breakpoint is hit earlier or more
3396frequently than expected.
d4f3574e 3397
6d2ebf8b 3398@node Continuing and Stepping
c906108c
SS
3399@section Continuing and stepping
3400
3401@cindex stepping
3402@cindex continuing
3403@cindex resuming execution
3404@dfn{Continuing} means resuming program execution until your program
3405completes normally. In contrast, @dfn{stepping} means executing just
3406one more ``step'' of your program, where ``step'' may mean either one
3407line of source code, or one machine instruction (depending on what
7a292a7a
SS
3408particular command you use). Either when continuing or when stepping,
3409your program may stop even sooner, due to a breakpoint or a signal. (If
d4f3574e
SS
3410it stops due to a signal, you may want to use @code{handle}, or use
3411@samp{signal 0} to resume execution. @xref{Signals, ,Signals}.)
c906108c
SS
3412
3413@table @code
3414@kindex continue
41afff9a
EZ
3415@kindex c @r{(@code{continue})}
3416@kindex fg @r{(resume foreground execution)}
c906108c
SS
3417@item continue @r{[}@var{ignore-count}@r{]}
3418@itemx c @r{[}@var{ignore-count}@r{]}
3419@itemx fg @r{[}@var{ignore-count}@r{]}
3420Resume program execution, at the address where your program last stopped;
3421any breakpoints set at that address are bypassed. The optional argument
3422@var{ignore-count} allows you to specify a further number of times to
3423ignore a breakpoint at this location; its effect is like that of
3424@code{ignore} (@pxref{Conditions, ,Break conditions}).
3425
3426The argument @var{ignore-count} is meaningful only when your program
3427stopped due to a breakpoint. At other times, the argument to
3428@code{continue} is ignored.
3429
d4f3574e
SS
3430The synonyms @code{c} and @code{fg} (for @dfn{foreground}, as the
3431debugged program is deemed to be the foreground program) are provided
3432purely for convenience, and have exactly the same behavior as
3433@code{continue}.
c906108c
SS
3434@end table
3435
3436To resume execution at a different place, you can use @code{return}
3437(@pxref{Returning, ,Returning from a function}) to go back to the
3438calling function; or @code{jump} (@pxref{Jumping, ,Continuing at a
3439different address}) to go to an arbitrary location in your program.
3440
3441A typical technique for using stepping is to set a breakpoint
3442(@pxref{Breakpoints, ,Breakpoints; watchpoints; and catchpoints}) at the
3443beginning of the function or the section of your program where a problem
3444is believed to lie, run your program until it stops at that breakpoint,
3445and then step through the suspect area, examining the variables that are
3446interesting, until you see the problem happen.
3447
3448@table @code
3449@kindex step
41afff9a 3450@kindex s @r{(@code{step})}
c906108c
SS
3451@item step
3452Continue running your program until control reaches a different source
3453line, then stop it and return control to @value{GDBN}. This command is
3454abbreviated @code{s}.
3455
3456@quotation
3457@c "without debugging information" is imprecise; actually "without line
3458@c numbers in the debugging information". (gcc -g1 has debugging info but
3459@c not line numbers). But it seems complex to try to make that
3460@c distinction here.
3461@emph{Warning:} If you use the @code{step} command while control is
3462within a function that was compiled without debugging information,
3463execution proceeds until control reaches a function that does have
3464debugging information. Likewise, it will not step into a function which
3465is compiled without debugging information. To step through functions
3466without debugging information, use the @code{stepi} command, described
3467below.
3468@end quotation
3469
4a92d011
EZ
3470The @code{step} command only stops at the first instruction of a source
3471line. This prevents the multiple stops that could otherwise occur in
3472@code{switch} statements, @code{for} loops, etc. @code{step} continues
3473to stop if a function that has debugging information is called within
3474the line. In other words, @code{step} @emph{steps inside} any functions
3475called within the line.
c906108c 3476
d4f3574e
SS
3477Also, the @code{step} command only enters a function if there is line
3478number information for the function. Otherwise it acts like the
5d161b24 3479@code{next} command. This avoids problems when using @code{cc -gl}
c906108c 3480on MIPS machines. Previously, @code{step} entered subroutines if there
5d161b24 3481was any debugging information about the routine.
c906108c
SS
3482
3483@item step @var{count}
3484Continue running as in @code{step}, but do so @var{count} times. If a
7a292a7a
SS
3485breakpoint is reached, or a signal not related to stepping occurs before
3486@var{count} steps, stepping stops right away.
c906108c
SS
3487
3488@kindex next
41afff9a 3489@kindex n @r{(@code{next})}
c906108c
SS
3490@item next @r{[}@var{count}@r{]}
3491Continue to the next source line in the current (innermost) stack frame.
7a292a7a
SS
3492This is similar to @code{step}, but function calls that appear within
3493the line of code are executed without stopping. Execution stops when
3494control reaches a different line of code at the original stack level
3495that was executing when you gave the @code{next} command. This command
3496is abbreviated @code{n}.
c906108c
SS
3497
3498An argument @var{count} is a repeat count, as for @code{step}.
3499
3500
3501@c FIX ME!! Do we delete this, or is there a way it fits in with
3502@c the following paragraph? --- Vctoria
3503@c
3504@c @code{next} within a function that lacks debugging information acts like
3505@c @code{step}, but any function calls appearing within the code of the
3506@c function are executed without stopping.
3507
d4f3574e
SS
3508The @code{next} command only stops at the first instruction of a
3509source line. This prevents multiple stops that could otherwise occur in
4a92d011 3510@code{switch} statements, @code{for} loops, etc.
c906108c 3511
b90a5f51
CF
3512@kindex set step-mode
3513@item set step-mode
3514@cindex functions without line info, and stepping
3515@cindex stepping into functions with no line info
3516@itemx set step-mode on
4a92d011 3517The @code{set step-mode on} command causes the @code{step} command to
b90a5f51
CF
3518stop at the first instruction of a function which contains no debug line
3519information rather than stepping over it.
3520
4a92d011
EZ
3521This is useful in cases where you may be interested in inspecting the
3522machine instructions of a function which has no symbolic info and do not
3523want @value{GDBN} to automatically skip over this function.
b90a5f51
CF
3524
3525@item set step-mode off
4a92d011 3526Causes the @code{step} command to step over any functions which contains no
b90a5f51
CF
3527debug information. This is the default.
3528
c906108c
SS
3529@kindex finish
3530@item finish
3531Continue running until just after function in the selected stack frame
3532returns. Print the returned value (if any).
3533
3534Contrast this with the @code{return} command (@pxref{Returning,
3535,Returning from a function}).
3536
3537@kindex until
41afff9a 3538@kindex u @r{(@code{until})}
c906108c
SS
3539@item until
3540@itemx u
3541Continue running until a source line past the current line, in the
3542current stack frame, is reached. This command is used to avoid single
3543stepping through a loop more than once. It is like the @code{next}
3544command, except that when @code{until} encounters a jump, it
3545automatically continues execution until the program counter is greater
3546than the address of the jump.
3547
3548This means that when you reach the end of a loop after single stepping
3549though it, @code{until} makes your program continue execution until it
3550exits the loop. In contrast, a @code{next} command at the end of a loop
3551simply steps back to the beginning of the loop, which forces you to step
3552through the next iteration.
3553
3554@code{until} always stops your program if it attempts to exit the current
3555stack frame.
3556
3557@code{until} may produce somewhat counterintuitive results if the order
3558of machine code does not match the order of the source lines. For
3559example, in the following excerpt from a debugging session, the @code{f}
3560(@code{frame}) command shows that execution is stopped at line
3561@code{206}; yet when we use @code{until}, we get to line @code{195}:
3562
474c8240 3563@smallexample
c906108c
SS
3564(@value{GDBP}) f
3565#0 main (argc=4, argv=0xf7fffae8) at m4.c:206
3566206 expand_input();
3567(@value{GDBP}) until
3568195 for ( ; argc > 0; NEXTARG) @{
474c8240 3569@end smallexample
c906108c
SS
3570
3571This happened because, for execution efficiency, the compiler had
3572generated code for the loop closure test at the end, rather than the
3573start, of the loop---even though the test in a C @code{for}-loop is
3574written before the body of the loop. The @code{until} command appeared
3575to step back to the beginning of the loop when it advanced to this
3576expression; however, it has not really gone to an earlier
3577statement---not in terms of the actual machine code.
3578
3579@code{until} with no argument works by means of single
3580instruction stepping, and hence is slower than @code{until} with an
3581argument.
3582
3583@item until @var{location}
3584@itemx u @var{location}
3585Continue running your program until either the specified location is
3586reached, or the current stack frame returns. @var{location} is any of
3587the forms of argument acceptable to @code{break} (@pxref{Set Breaks,
c60eb6f1
EZ
3588,Setting breakpoints}). This form of the command uses breakpoints, and
3589hence is quicker than @code{until} without an argument. The specified
3590location is actually reached only if it is in the current frame. This
3591implies that @code{until} can be used to skip over recursive function
3592invocations. For instance in the code below, if the current location is
3593line @code{96}, issuing @code{until 99} will execute the program up to
3594line @code{99} in the same invocation of factorial, i.e. after the inner
3595invocations have returned.
3596
3597@smallexample
359894 int factorial (int value)
359995 @{
360096 if (value > 1) @{
360197 value *= factorial (value - 1);
360298 @}
360399 return (value);
3604100 @}
3605@end smallexample
3606
3607
3608@kindex advance @var{location}
3609@itemx advance @var{location}
3610Continue running the program up to the given location. An argument is
3611required, anything of the same form as arguments for the @code{break}
3612command. Execution will also stop upon exit from the current stack
3613frame. This command is similar to @code{until}, but @code{advance} will
3614not skip over recursive function calls, and the target location doesn't
3615have to be in the same frame as the current one.
3616
c906108c
SS
3617
3618@kindex stepi
41afff9a 3619@kindex si @r{(@code{stepi})}
c906108c 3620@item stepi
96a2c332 3621@itemx stepi @var{arg}
c906108c
SS
3622@itemx si
3623Execute one machine instruction, then stop and return to the debugger.
3624
3625It is often useful to do @samp{display/i $pc} when stepping by machine
3626instructions. This makes @value{GDBN} automatically display the next
3627instruction to be executed, each time your program stops. @xref{Auto
3628Display,, Automatic display}.
3629
3630An argument is a repeat count, as in @code{step}.
3631
3632@need 750
3633@kindex nexti
41afff9a 3634@kindex ni @r{(@code{nexti})}
c906108c 3635@item nexti
96a2c332 3636@itemx nexti @var{arg}
c906108c
SS
3637@itemx ni
3638Execute one machine instruction, but if it is a function call,
3639proceed until the function returns.
3640
3641An argument is a repeat count, as in @code{next}.
3642@end table
3643
6d2ebf8b 3644@node Signals
c906108c
SS
3645@section Signals
3646@cindex signals
3647
3648A signal is an asynchronous event that can happen in a program. The
3649operating system defines the possible kinds of signals, and gives each
3650kind a name and a number. For example, in Unix @code{SIGINT} is the
d4f3574e 3651signal a program gets when you type an interrupt character (often @kbd{C-c});
c906108c
SS
3652@code{SIGSEGV} is the signal a program gets from referencing a place in
3653memory far away from all the areas in use; @code{SIGALRM} occurs when
3654the alarm clock timer goes off (which happens only if your program has
3655requested an alarm).
3656
3657@cindex fatal signals
3658Some signals, including @code{SIGALRM}, are a normal part of the
3659functioning of your program. Others, such as @code{SIGSEGV}, indicate
d4f3574e 3660errors; these signals are @dfn{fatal} (they kill your program immediately) if the
c906108c
SS
3661program has not specified in advance some other way to handle the signal.
3662@code{SIGINT} does not indicate an error in your program, but it is normally
3663fatal so it can carry out the purpose of the interrupt: to kill the program.
3664
3665@value{GDBN} has the ability to detect any occurrence of a signal in your
3666program. You can tell @value{GDBN} in advance what to do for each kind of
3667signal.
3668
3669@cindex handling signals
24f93129
EZ
3670Normally, @value{GDBN} is set up to let the non-erroneous signals like
3671@code{SIGALRM} be silently passed to your program
3672(so as not to interfere with their role in the program's functioning)
c906108c
SS
3673but to stop your program immediately whenever an error signal happens.
3674You can change these settings with the @code{handle} command.
3675
3676@table @code
3677@kindex info signals
3678@item info signals
96a2c332 3679@itemx info handle
c906108c
SS
3680Print a table of all the kinds of signals and how @value{GDBN} has been told to
3681handle each one. You can use this to see the signal numbers of all
3682the defined types of signals.
3683
d4f3574e 3684@code{info handle} is an alias for @code{info signals}.
c906108c
SS
3685
3686@kindex handle
3687@item handle @var{signal} @var{keywords}@dots{}
5ece1a18
EZ
3688Change the way @value{GDBN} handles signal @var{signal}. @var{signal}
3689can be the number of a signal or its name (with or without the
24f93129 3690@samp{SIG} at the beginning); a list of signal numbers of the form
5ece1a18
EZ
3691@samp{@var{low}-@var{high}}; or the word @samp{all}, meaning all the
3692known signals. The @var{keywords} say what change to make.
c906108c
SS
3693@end table
3694
3695@c @group
3696The keywords allowed by the @code{handle} command can be abbreviated.
3697Their full names are:
3698
3699@table @code
3700@item nostop
3701@value{GDBN} should not stop your program when this signal happens. It may
3702still print a message telling you that the signal has come in.
3703
3704@item stop
3705@value{GDBN} should stop your program when this signal happens. This implies
3706the @code{print} keyword as well.
3707
3708@item print
3709@value{GDBN} should print a message when this signal happens.
3710
3711@item noprint
3712@value{GDBN} should not mention the occurrence of the signal at all. This
3713implies the @code{nostop} keyword as well.
3714
3715@item pass
5ece1a18 3716@itemx noignore
c906108c
SS
3717@value{GDBN} should allow your program to see this signal; your program
3718can handle the signal, or else it may terminate if the signal is fatal
5ece1a18 3719and not handled. @code{pass} and @code{noignore} are synonyms.
c906108c
SS
3720
3721@item nopass
5ece1a18 3722@itemx ignore
c906108c 3723@value{GDBN} should not allow your program to see this signal.
5ece1a18 3724@code{nopass} and @code{ignore} are synonyms.
c906108c
SS
3725@end table
3726@c @end group
3727
d4f3574e
SS
3728When a signal stops your program, the signal is not visible to the
3729program until you
c906108c
SS
3730continue. Your program sees the signal then, if @code{pass} is in
3731effect for the signal in question @emph{at that time}. In other words,
3732after @value{GDBN} reports a signal, you can use the @code{handle}
3733command with @code{pass} or @code{nopass} to control whether your
3734program sees that signal when you continue.
3735
24f93129
EZ
3736The default is set to @code{nostop}, @code{noprint}, @code{pass} for
3737non-erroneous signals such as @code{SIGALRM}, @code{SIGWINCH} and
3738@code{SIGCHLD}, and to @code{stop}, @code{print}, @code{pass} for the
3739erroneous signals.
3740
c906108c
SS
3741You can also use the @code{signal} command to prevent your program from
3742seeing a signal, or cause it to see a signal it normally would not see,
3743or to give it any signal at any time. For example, if your program stopped
3744due to some sort of memory reference error, you might store correct
3745values into the erroneous variables and continue, hoping to see more
3746execution; but your program would probably terminate immediately as
3747a result of the fatal signal once it saw the signal. To prevent this,
3748you can continue with @samp{signal 0}. @xref{Signaling, ,Giving your
5d161b24 3749program a signal}.
c906108c 3750
6d2ebf8b 3751@node Thread Stops
c906108c
SS
3752@section Stopping and starting multi-thread programs
3753
3754When your program has multiple threads (@pxref{Threads,, Debugging
3755programs with multiple threads}), you can choose whether to set
3756breakpoints on all threads, or on a particular thread.
3757
3758@table @code
3759@cindex breakpoints and threads
3760@cindex thread breakpoints
3761@kindex break @dots{} thread @var{threadno}
3762@item break @var{linespec} thread @var{threadno}
3763@itemx break @var{linespec} thread @var{threadno} if @dots{}
3764@var{linespec} specifies source lines; there are several ways of
3765writing them, but the effect is always to specify some source line.
3766
3767Use the qualifier @samp{thread @var{threadno}} with a breakpoint command
3768to specify that you only want @value{GDBN} to stop the program when a
3769particular thread reaches this breakpoint. @var{threadno} is one of the
3770numeric thread identifiers assigned by @value{GDBN}, shown in the first
3771column of the @samp{info threads} display.
3772
3773If you do not specify @samp{thread @var{threadno}} when you set a
3774breakpoint, the breakpoint applies to @emph{all} threads of your
3775program.
3776
3777You can use the @code{thread} qualifier on conditional breakpoints as
3778well; in this case, place @samp{thread @var{threadno}} before the
3779breakpoint condition, like this:
3780
3781@smallexample
2df3850c 3782(@value{GDBP}) break frik.c:13 thread 28 if bartab > lim
c906108c
SS
3783@end smallexample
3784
3785@end table
3786
3787@cindex stopped threads
3788@cindex threads, stopped
3789Whenever your program stops under @value{GDBN} for any reason,
3790@emph{all} threads of execution stop, not just the current thread. This
3791allows you to examine the overall state of the program, including
3792switching between threads, without worrying that things may change
3793underfoot.
3794
36d86913
MC
3795@cindex thread breakpoints and system calls
3796@cindex system calls and thread breakpoints
3797@cindex premature return from system calls
3798There is an unfortunate side effect. If one thread stops for a
3799breakpoint, or for some other reason, and another thread is blocked in a
3800system call, then the system call may return prematurely. This is a
3801consequence of the interaction between multiple threads and the signals
3802that @value{GDBN} uses to implement breakpoints and other events that
3803stop execution.
3804
3805To handle this problem, your program should check the return value of
3806each system call and react appropriately. This is good programming
3807style anyways.
3808
3809For example, do not write code like this:
3810
3811@smallexample
3812 sleep (10);
3813@end smallexample
3814
3815The call to @code{sleep} will return early if a different thread stops
3816at a breakpoint or for some other reason.
3817
3818Instead, write this:
3819
3820@smallexample
3821 int unslept = 10;
3822 while (unslept > 0)
3823 unslept = sleep (unslept);
3824@end smallexample
3825
3826A system call is allowed to return early, so the system is still
3827conforming to its specification. But @value{GDBN} does cause your
3828multi-threaded program to behave differently than it would without
3829@value{GDBN}.
3830
3831Also, @value{GDBN} uses internal breakpoints in the thread library to
3832monitor certain events such as thread creation and thread destruction.
3833When such an event happens, a system call in another thread may return
3834prematurely, even though your program does not appear to stop.
3835
c906108c
SS
3836@cindex continuing threads
3837@cindex threads, continuing
3838Conversely, whenever you restart the program, @emph{all} threads start
3839executing. @emph{This is true even when single-stepping} with commands
5d161b24 3840like @code{step} or @code{next}.
c906108c
SS
3841
3842In particular, @value{GDBN} cannot single-step all threads in lockstep.
3843Since thread scheduling is up to your debugging target's operating
3844system (not controlled by @value{GDBN}), other threads may
3845execute more than one statement while the current thread completes a
3846single step. Moreover, in general other threads stop in the middle of a
3847statement, rather than at a clean statement boundary, when the program
3848stops.
3849
3850You might even find your program stopped in another thread after
3851continuing or even single-stepping. This happens whenever some other
3852thread runs into a breakpoint, a signal, or an exception before the
3853first thread completes whatever you requested.
3854
3855On some OSes, you can lock the OS scheduler and thus allow only a single
3856thread to run.
3857
3858@table @code
3859@item set scheduler-locking @var{mode}
3860Set the scheduler locking mode. If it is @code{off}, then there is no
3861locking and any thread may run at any time. If @code{on}, then only the
3862current thread may run when the inferior is resumed. The @code{step}
3863mode optimizes for single-stepping. It stops other threads from
3864``seizing the prompt'' by preempting the current thread while you are
3865stepping. Other threads will only rarely (or never) get a chance to run
d4f3574e 3866when you step. They are more likely to run when you @samp{next} over a
c906108c 3867function call, and they are completely free to run when you use commands
d4f3574e 3868like @samp{continue}, @samp{until}, or @samp{finish}. However, unless another
c906108c 3869thread hits a breakpoint during its timeslice, they will never steal the
2df3850c 3870@value{GDBN} prompt away from the thread that you are debugging.
c906108c
SS
3871
3872@item show scheduler-locking
3873Display the current scheduler locking mode.
3874@end table
3875
c906108c 3876
6d2ebf8b 3877@node Stack
c906108c
SS
3878@chapter Examining the Stack
3879
3880When your program has stopped, the first thing you need to know is where it
3881stopped and how it got there.
3882
3883@cindex call stack
5d161b24
DB
3884Each time your program performs a function call, information about the call
3885is generated.
3886That information includes the location of the call in your program,
3887the arguments of the call,
c906108c 3888and the local variables of the function being called.
5d161b24 3889The information is saved in a block of data called a @dfn{stack frame}.
c906108c
SS
3890The stack frames are allocated in a region of memory called the @dfn{call
3891stack}.
3892
3893When your program stops, the @value{GDBN} commands for examining the
3894stack allow you to see all of this information.
3895
3896@cindex selected frame
3897One of the stack frames is @dfn{selected} by @value{GDBN} and many
3898@value{GDBN} commands refer implicitly to the selected frame. In
3899particular, whenever you ask @value{GDBN} for the value of a variable in
3900your program, the value is found in the selected frame. There are
3901special @value{GDBN} commands to select whichever frame you are
3902interested in. @xref{Selection, ,Selecting a frame}.
3903
3904When your program stops, @value{GDBN} automatically selects the
5d161b24 3905currently executing frame and describes it briefly, similar to the
c906108c
SS
3906@code{frame} command (@pxref{Frame Info, ,Information about a frame}).
3907
3908@menu
3909* Frames:: Stack frames
3910* Backtrace:: Backtraces
3911* Selection:: Selecting a frame
3912* Frame Info:: Information on a frame
c906108c
SS
3913
3914@end menu
3915
6d2ebf8b 3916@node Frames
c906108c
SS
3917@section Stack frames
3918
d4f3574e 3919@cindex frame, definition
c906108c
SS
3920@cindex stack frame
3921The call stack is divided up into contiguous pieces called @dfn{stack
3922frames}, or @dfn{frames} for short; each frame is the data associated
3923with one call to one function. The frame contains the arguments given
3924to the function, the function's local variables, and the address at
3925which the function is executing.
3926
3927@cindex initial frame
3928@cindex outermost frame
3929@cindex innermost frame
3930When your program is started, the stack has only one frame, that of the
3931function @code{main}. This is called the @dfn{initial} frame or the
3932@dfn{outermost} frame. Each time a function is called, a new frame is
3933made. Each time a function returns, the frame for that function invocation
3934is eliminated. If a function is recursive, there can be many frames for
3935the same function. The frame for the function in which execution is
3936actually occurring is called the @dfn{innermost} frame. This is the most
3937recently created of all the stack frames that still exist.
3938
3939@cindex frame pointer
3940Inside your program, stack frames are identified by their addresses. A
3941stack frame consists of many bytes, each of which has its own address; each
3942kind of computer has a convention for choosing one byte whose
3943address serves as the address of the frame. Usually this address is kept
3944in a register called the @dfn{frame pointer register} while execution is
3945going on in that frame.
3946
3947@cindex frame number
3948@value{GDBN} assigns numbers to all existing stack frames, starting with
3949zero for the innermost frame, one for the frame that called it,
3950and so on upward. These numbers do not really exist in your program;
3951they are assigned by @value{GDBN} to give you a way of designating stack
3952frames in @value{GDBN} commands.
3953
6d2ebf8b
SS
3954@c The -fomit-frame-pointer below perennially causes hbox overflow
3955@c underflow problems.
c906108c
SS
3956@cindex frameless execution
3957Some compilers provide a way to compile functions so that they operate
6d2ebf8b 3958without stack frames. (For example, the @value{GCC} option
474c8240 3959@smallexample
6d2ebf8b 3960@samp{-fomit-frame-pointer}
474c8240 3961@end smallexample
6d2ebf8b 3962generates functions without a frame.)
c906108c
SS
3963This is occasionally done with heavily used library functions to save
3964the frame setup time. @value{GDBN} has limited facilities for dealing
3965with these function invocations. If the innermost function invocation
3966has no stack frame, @value{GDBN} nevertheless regards it as though
3967it had a separate frame, which is numbered zero as usual, allowing
3968correct tracing of the function call chain. However, @value{GDBN} has
3969no provision for frameless functions elsewhere in the stack.
3970
3971@table @code
d4f3574e 3972@kindex frame@r{, command}
41afff9a 3973@cindex current stack frame
c906108c 3974@item frame @var{args}
5d161b24 3975The @code{frame} command allows you to move from one stack frame to another,
c906108c 3976and to print the stack frame you select. @var{args} may be either the
5d161b24
DB
3977address of the frame or the stack frame number. Without an argument,
3978@code{frame} prints the current stack frame.
c906108c
SS
3979
3980@kindex select-frame
41afff9a 3981@cindex selecting frame silently
c906108c
SS
3982@item select-frame
3983The @code{select-frame} command allows you to move from one stack frame
3984to another without printing the frame. This is the silent version of
3985@code{frame}.
3986@end table
3987
6d2ebf8b 3988@node Backtrace
c906108c
SS
3989@section Backtraces
3990
3991@cindex backtraces
3992@cindex tracebacks
3993@cindex stack traces
3994A backtrace is a summary of how your program got where it is. It shows one
3995line per frame, for many frames, starting with the currently executing
3996frame (frame zero), followed by its caller (frame one), and on up the
3997stack.
3998
3999@table @code
4000@kindex backtrace
41afff9a 4001@kindex bt @r{(@code{backtrace})}
c906108c
SS
4002@item backtrace
4003@itemx bt
4004Print a backtrace of the entire stack: one line per frame for all
4005frames in the stack.
4006
4007You can stop the backtrace at any time by typing the system interrupt
4008character, normally @kbd{C-c}.
4009
4010@item backtrace @var{n}
4011@itemx bt @var{n}
4012Similar, but print only the innermost @var{n} frames.
4013
4014@item backtrace -@var{n}
4015@itemx bt -@var{n}
4016Similar, but print only the outermost @var{n} frames.
4017@end table
4018
4019@kindex where
4020@kindex info stack
41afff9a 4021@kindex info s @r{(@code{info stack})}
c906108c
SS
4022The names @code{where} and @code{info stack} (abbreviated @code{info s})
4023are additional aliases for @code{backtrace}.
4024
4025Each line in the backtrace shows the frame number and the function name.
4026The program counter value is also shown---unless you use @code{set
4027print address off}. The backtrace also shows the source file name and
4028line number, as well as the arguments to the function. The program
4029counter value is omitted if it is at the beginning of the code for that
4030line number.
4031
4032Here is an example of a backtrace. It was made with the command
4033@samp{bt 3}, so it shows the innermost three frames.
4034
4035@smallexample
4036@group
5d161b24 4037#0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
c906108c
SS
4038 at builtin.c:993
4039#1 0x6e38 in expand_macro (sym=0x2b600) at macro.c:242
4040#2 0x6840 in expand_token (obs=0x0, t=177664, td=0xf7fffb08)
4041 at macro.c:71
4042(More stack frames follow...)
4043@end group
4044@end smallexample
4045
4046@noindent
4047The display for frame zero does not begin with a program counter
4048value, indicating that your program has stopped at the beginning of the
4049code for line @code{993} of @code{builtin.c}.
4050
25d29d70
AC
4051@kindex set backtrace past-main
4052@kindex show backtrace past-main
4053@kindex set backtrace limit
4054@kindex show backtrace limit
b4e9345d 4055
25d29d70
AC
4056Most programs have a standard user entry point---a place where system
4057libraries and startup code transition into user code. For C this is
4058@code{main}. When @value{GDBN} finds the entry function in a backtrace
4059it will terminate the backtrace, to avoid tracing into highly
4060system-specific (and generally uninteresting) code.
4061
4062If you need to examine the startup code, or limit the number of levels
4063in a backtrace, you can change this behavior:
95f90d25
DJ
4064
4065@table @code
25d29d70
AC
4066@item set backtrace past-main
4067@itemx set backtrace past-main on
4068Backtraces will continue past the user entry point.
4069
4070@item set backtrace past-main off
95f90d25
DJ
4071Backtraces will stop when they encounter the user entry point. This is the
4072default.
4073
25d29d70
AC
4074@item show backtrace past-main
4075Display the current user entry point backtrace policy.
4076
4077@item set backtrace limit @var{n}
4078@itemx set backtrace limit 0
4079@cindex backtrace limit
4080Limit the backtrace to @var{n} levels. A value of zero means
4081unlimited.
95f90d25 4082
25d29d70
AC
4083@item show backtrace limit
4084Display the current limit on backtrace levels.
95f90d25
DJ
4085@end table
4086
6d2ebf8b 4087@node Selection
c906108c
SS
4088@section Selecting a frame
4089
4090Most commands for examining the stack and other data in your program work on
4091whichever stack frame is selected at the moment. Here are the commands for
4092selecting a stack frame; all of them finish by printing a brief description
4093of the stack frame just selected.
4094
4095@table @code
d4f3574e 4096@kindex frame@r{, selecting}
41afff9a 4097@kindex f @r{(@code{frame})}
c906108c
SS
4098@item frame @var{n}
4099@itemx f @var{n}
4100Select frame number @var{n}. Recall that frame zero is the innermost
4101(currently executing) frame, frame one is the frame that called the
4102innermost one, and so on. The highest-numbered frame is the one for
4103@code{main}.
4104
4105@item frame @var{addr}
4106@itemx f @var{addr}
4107Select the frame at address @var{addr}. This is useful mainly if the
4108chaining of stack frames has been damaged by a bug, making it
4109impossible for @value{GDBN} to assign numbers properly to all frames. In
4110addition, this can be useful when your program has multiple stacks and
4111switches between them.
4112
c906108c
SS
4113On the SPARC architecture, @code{frame} needs two addresses to
4114select an arbitrary frame: a frame pointer and a stack pointer.
4115
4116On the MIPS and Alpha architecture, it needs two addresses: a stack
4117pointer and a program counter.
4118
4119On the 29k architecture, it needs three addresses: a register stack
4120pointer, a program counter, and a memory stack pointer.
4121@c note to future updaters: this is conditioned on a flag
4122@c SETUP_ARBITRARY_FRAME in the tm-*.h files. The above is up to date
4123@c as of 27 Jan 1994.
c906108c
SS
4124
4125@kindex up
4126@item up @var{n}
4127Move @var{n} frames up the stack. For positive numbers @var{n}, this
4128advances toward the outermost frame, to higher frame numbers, to frames
4129that have existed longer. @var{n} defaults to one.
4130
4131@kindex down
41afff9a 4132@kindex do @r{(@code{down})}
c906108c
SS
4133@item down @var{n}
4134Move @var{n} frames down the stack. For positive numbers @var{n}, this
4135advances toward the innermost frame, to lower frame numbers, to frames
4136that were created more recently. @var{n} defaults to one. You may
4137abbreviate @code{down} as @code{do}.
4138@end table
4139
4140All of these commands end by printing two lines of output describing the
4141frame. The first line shows the frame number, the function name, the
4142arguments, and the source file and line number of execution in that
5d161b24 4143frame. The second line shows the text of that source line.
c906108c
SS
4144
4145@need 1000
4146For example:
4147
4148@smallexample
4149@group
4150(@value{GDBP}) up
4151#1 0x22f0 in main (argc=1, argv=0xf7fffbf4, env=0xf7fffbfc)
4152 at env.c:10
415310 read_input_file (argv[i]);
4154@end group
4155@end smallexample
4156
4157After such a printout, the @code{list} command with no arguments
4158prints ten lines centered on the point of execution in the frame.
87885426
FN
4159You can also edit the program at the point of execution with your favorite
4160editing program by typing @code{edit}.
4161@xref{List, ,Printing source lines},
4162for details.
c906108c
SS
4163
4164@table @code
4165@kindex down-silently
4166@kindex up-silently
4167@item up-silently @var{n}
4168@itemx down-silently @var{n}
4169These two commands are variants of @code{up} and @code{down},
4170respectively; they differ in that they do their work silently, without
4171causing display of the new frame. They are intended primarily for use
4172in @value{GDBN} command scripts, where the output might be unnecessary and
4173distracting.
4174@end table
4175
6d2ebf8b 4176@node Frame Info
c906108c
SS
4177@section Information about a frame
4178
4179There are several other commands to print information about the selected
4180stack frame.
4181
4182@table @code
4183@item frame
4184@itemx f
4185When used without any argument, this command does not change which
4186frame is selected, but prints a brief description of the currently
4187selected stack frame. It can be abbreviated @code{f}. With an
4188argument, this command is used to select a stack frame.
4189@xref{Selection, ,Selecting a frame}.
4190
4191@kindex info frame
41afff9a 4192@kindex info f @r{(@code{info frame})}
c906108c
SS
4193@item info frame
4194@itemx info f
4195This command prints a verbose description of the selected stack frame,
4196including:
4197
4198@itemize @bullet
5d161b24
DB
4199@item
4200the address of the frame
c906108c
SS
4201@item
4202the address of the next frame down (called by this frame)
4203@item
4204the address of the next frame up (caller of this frame)
4205@item
4206the language in which the source code corresponding to this frame is written
4207@item
4208the address of the frame's arguments
4209@item
d4f3574e
SS
4210the address of the frame's local variables
4211@item
c906108c
SS
4212the program counter saved in it (the address of execution in the caller frame)
4213@item
4214which registers were saved in the frame
4215@end itemize
4216
4217@noindent The verbose description is useful when
4218something has gone wrong that has made the stack format fail to fit
4219the usual conventions.
4220
4221@item info frame @var{addr}
4222@itemx info f @var{addr}
4223Print a verbose description of the frame at address @var{addr}, without
4224selecting that frame. The selected frame remains unchanged by this
4225command. This requires the same kind of address (more than one for some
4226architectures) that you specify in the @code{frame} command.
4227@xref{Selection, ,Selecting a frame}.
4228
4229@kindex info args
4230@item info args
4231Print the arguments of the selected frame, each on a separate line.
4232
4233@item info locals
4234@kindex info locals
4235Print the local variables of the selected frame, each on a separate
4236line. These are all variables (declared either static or automatic)
4237accessible at the point of execution of the selected frame.
4238
c906108c 4239@kindex info catch
d4f3574e
SS
4240@cindex catch exceptions, list active handlers
4241@cindex exception handlers, how to list
c906108c
SS
4242@item info catch
4243Print a list of all the exception handlers that are active in the
4244current stack frame at the current point of execution. To see other
4245exception handlers, visit the associated frame (using the @code{up},
4246@code{down}, or @code{frame} commands); then type @code{info catch}.
4247@xref{Set Catchpoints, , Setting catchpoints}.
53a5351d 4248
c906108c
SS
4249@end table
4250
c906108c 4251
6d2ebf8b 4252@node Source
c906108c
SS
4253@chapter Examining Source Files
4254
4255@value{GDBN} can print parts of your program's source, since the debugging
4256information recorded in the program tells @value{GDBN} what source files were
4257used to build it. When your program stops, @value{GDBN} spontaneously prints
4258the line where it stopped. Likewise, when you select a stack frame
4259(@pxref{Selection, ,Selecting a frame}), @value{GDBN} prints the line where
4260execution in that frame has stopped. You can print other portions of
4261source files by explicit command.
4262
7a292a7a 4263If you use @value{GDBN} through its @sc{gnu} Emacs interface, you may
d4f3574e 4264prefer to use Emacs facilities to view source; see @ref{Emacs, ,Using
7a292a7a 4265@value{GDBN} under @sc{gnu} Emacs}.
c906108c
SS
4266
4267@menu
4268* List:: Printing source lines
87885426 4269* Edit:: Editing source files
c906108c 4270* Search:: Searching source files
c906108c
SS
4271* Source Path:: Specifying source directories
4272* Machine Code:: Source and machine code
4273@end menu
4274
6d2ebf8b 4275@node List
c906108c
SS
4276@section Printing source lines
4277
4278@kindex list
41afff9a 4279@kindex l @r{(@code{list})}
c906108c 4280To print lines from a source file, use the @code{list} command
5d161b24 4281(abbreviated @code{l}). By default, ten lines are printed.
c906108c
SS
4282There are several ways to specify what part of the file you want to print.
4283
4284Here are the forms of the @code{list} command most commonly used:
4285
4286@table @code
4287@item list @var{linenum}
4288Print lines centered around line number @var{linenum} in the
4289current source file.
4290
4291@item list @var{function}
4292Print lines centered around the beginning of function
4293@var{function}.
4294
4295@item list
4296Print more lines. If the last lines printed were printed with a
4297@code{list} command, this prints lines following the last lines
4298printed; however, if the last line printed was a solitary line printed
4299as part of displaying a stack frame (@pxref{Stack, ,Examining the
4300Stack}), this prints lines centered around that line.
4301
4302@item list -
4303Print lines just before the lines last printed.
4304@end table
4305
4306By default, @value{GDBN} prints ten source lines with any of these forms of
4307the @code{list} command. You can change this using @code{set listsize}:
4308
4309@table @code
4310@kindex set listsize
4311@item set listsize @var{count}
4312Make the @code{list} command display @var{count} source lines (unless
4313the @code{list} argument explicitly specifies some other number).
4314
4315@kindex show listsize
4316@item show listsize
4317Display the number of lines that @code{list} prints.
4318@end table
4319
4320Repeating a @code{list} command with @key{RET} discards the argument,
4321so it is equivalent to typing just @code{list}. This is more useful
4322than listing the same lines again. An exception is made for an
4323argument of @samp{-}; that argument is preserved in repetition so that
4324each repetition moves up in the source file.
4325
4326@cindex linespec
4327In general, the @code{list} command expects you to supply zero, one or two
4328@dfn{linespecs}. Linespecs specify source lines; there are several ways
d4f3574e 4329of writing them, but the effect is always to specify some source line.
c906108c
SS
4330Here is a complete description of the possible arguments for @code{list}:
4331
4332@table @code
4333@item list @var{linespec}
4334Print lines centered around the line specified by @var{linespec}.
4335
4336@item list @var{first},@var{last}
4337Print lines from @var{first} to @var{last}. Both arguments are
4338linespecs.
4339
4340@item list ,@var{last}
4341Print lines ending with @var{last}.
4342
4343@item list @var{first},
4344Print lines starting with @var{first}.
4345
4346@item list +
4347Print lines just after the lines last printed.
4348
4349@item list -
4350Print lines just before the lines last printed.
4351
4352@item list
4353As described in the preceding table.
4354@end table
4355
4356Here are the ways of specifying a single source line---all the
4357kinds of linespec.
4358
4359@table @code
4360@item @var{number}
4361Specifies line @var{number} of the current source file.
4362When a @code{list} command has two linespecs, this refers to
4363the same source file as the first linespec.
4364
4365@item +@var{offset}
4366Specifies the line @var{offset} lines after the last line printed.
4367When used as the second linespec in a @code{list} command that has
4368two, this specifies the line @var{offset} lines down from the
4369first linespec.
4370
4371@item -@var{offset}
4372Specifies the line @var{offset} lines before the last line printed.
4373
4374@item @var{filename}:@var{number}
4375Specifies line @var{number} in the source file @var{filename}.
4376
4377@item @var{function}
4378Specifies the line that begins the body of the function @var{function}.
4379For example: in C, this is the line with the open brace.
4380
4381@item @var{filename}:@var{function}
4382Specifies the line of the open-brace that begins the body of the
4383function @var{function} in the file @var{filename}. You only need the
4384file name with a function name to avoid ambiguity when there are
4385identically named functions in different source files.
4386
4387@item *@var{address}
4388Specifies the line containing the program address @var{address}.
4389@var{address} may be any expression.
4390@end table
4391
87885426
FN
4392@node Edit
4393@section Editing source files
4394@cindex editing source files
4395
4396@kindex edit
4397@kindex e @r{(@code{edit})}
4398To edit the lines in a source file, use the @code{edit} command.
4399The editing program of your choice
4400is invoked with the current line set to
4401the active line in the program.
4402Alternatively, there are several ways to specify what part of the file you
4403want to print if you want to see other parts of the program.
4404
4405Here are the forms of the @code{edit} command most commonly used:
4406
4407@table @code
4408@item edit
4409Edit the current source file at the active line number in the program.
4410
4411@item edit @var{number}
4412Edit the current source file with @var{number} as the active line number.
4413
4414@item edit @var{function}
4415Edit the file containing @var{function} at the beginning of its definition.
4416
4417@item edit @var{filename}:@var{number}
4418Specifies line @var{number} in the source file @var{filename}.
4419
4420@item edit @var{filename}:@var{function}
4421Specifies the line that begins the body of the
4422function @var{function} in the file @var{filename}. You only need the
4423file name with a function name to avoid ambiguity when there are
4424identically named functions in different source files.
4425
4426@item edit *@var{address}
4427Specifies the line containing the program address @var{address}.
4428@var{address} may be any expression.
4429@end table
4430
4431@subsection Choosing your editor
4432You can customize @value{GDBN} to use any editor you want
4433@footnote{
4434The only restriction is that your editor (say @code{ex}), recognizes the
4435following command-line syntax:
10998722 4436@smallexample
87885426 4437ex +@var{number} file
10998722
AC
4438@end smallexample
4439The optional numeric value +@var{number} designates the active line in
4440the file.}. By default, it is @value{EDITOR}, but you can change this
4441by setting the environment variable @code{EDITOR} before using
4442@value{GDBN}. For example, to configure @value{GDBN} to use the
4443@code{vi} editor, you could use these commands with the @code{sh} shell:
4444@smallexample
87885426
FN
4445EDITOR=/usr/bin/vi
4446export EDITOR
4447gdb ...
10998722 4448@end smallexample
87885426 4449or in the @code{csh} shell,
10998722 4450@smallexample
87885426
FN
4451setenv EDITOR /usr/bin/vi
4452gdb ...
10998722 4453@end smallexample
87885426 4454
6d2ebf8b 4455@node Search
c906108c
SS
4456@section Searching source files
4457@cindex searching
4458@kindex reverse-search
4459
4460There are two commands for searching through the current source file for a
4461regular expression.
4462
4463@table @code
4464@kindex search
4465@kindex forward-search
4466@item forward-search @var{regexp}
4467@itemx search @var{regexp}
4468The command @samp{forward-search @var{regexp}} checks each line,
4469starting with the one following the last line listed, for a match for
5d161b24 4470@var{regexp}. It lists the line that is found. You can use the
c906108c
SS
4471synonym @samp{search @var{regexp}} or abbreviate the command name as
4472@code{fo}.
4473
4474@item reverse-search @var{regexp}
4475The command @samp{reverse-search @var{regexp}} checks each line, starting
4476with the one before the last line listed and going backward, for a match
4477for @var{regexp}. It lists the line that is found. You can abbreviate
4478this command as @code{rev}.
4479@end table
c906108c 4480
6d2ebf8b 4481@node Source Path
c906108c
SS
4482@section Specifying source directories
4483
4484@cindex source path
4485@cindex directories for source files
4486Executable programs sometimes do not record the directories of the source
4487files from which they were compiled, just the names. Even when they do,
4488the directories could be moved between the compilation and your debugging
4489session. @value{GDBN} has a list of directories to search for source files;
4490this is called the @dfn{source path}. Each time @value{GDBN} wants a source file,
4491it tries all the directories in the list, in the order they are present
4492in the list, until it finds a file with the desired name. Note that
4493the executable search path is @emph{not} used for this purpose. Neither is
4494the current working directory, unless it happens to be in the source
4495path.
4496
4497If @value{GDBN} cannot find a source file in the source path, and the
4498object program records a directory, @value{GDBN} tries that directory
4499too. If the source path is empty, and there is no record of the
4500compilation directory, @value{GDBN} looks in the current directory as a
4501last resort.
4502
4503Whenever you reset or rearrange the source path, @value{GDBN} clears out
4504any information it has cached about where source files are found and where
4505each line is in the file.
4506
4507@kindex directory
4508@kindex dir
d4f3574e
SS
4509When you start @value{GDBN}, its source path includes only @samp{cdir}
4510and @samp{cwd}, in that order.
c906108c
SS
4511To add other directories, use the @code{directory} command.
4512
4513@table @code
4514@item directory @var{dirname} @dots{}
4515@item dir @var{dirname} @dots{}
4516Add directory @var{dirname} to the front of the source path. Several
d4f3574e
SS
4517directory names may be given to this command, separated by @samp{:}
4518(@samp{;} on MS-DOS and MS-Windows, where @samp{:} usually appears as
4519part of absolute file names) or
c906108c
SS
4520whitespace. You may specify a directory that is already in the source
4521path; this moves it forward, so @value{GDBN} searches it sooner.
4522
4523@kindex cdir
4524@kindex cwd
41afff9a
EZ
4525@vindex $cdir@r{, convenience variable}
4526@vindex $cwdr@r{, convenience variable}
c906108c
SS
4527@cindex compilation directory
4528@cindex current directory
4529@cindex working directory
4530@cindex directory, current
4531@cindex directory, compilation
4532You can use the string @samp{$cdir} to refer to the compilation
4533directory (if one is recorded), and @samp{$cwd} to refer to the current
4534working directory. @samp{$cwd} is not the same as @samp{.}---the former
4535tracks the current working directory as it changes during your @value{GDBN}
4536session, while the latter is immediately expanded to the current
4537directory at the time you add an entry to the source path.
4538
4539@item directory
4540Reset the source path to empty again. This requires confirmation.
4541
4542@c RET-repeat for @code{directory} is explicitly disabled, but since
4543@c repeating it would be a no-op we do not say that. (thanks to RMS)
4544
4545@item show directories
4546@kindex show directories
4547Print the source path: show which directories it contains.
4548@end table
4549
4550If your source path is cluttered with directories that are no longer of
4551interest, @value{GDBN} may sometimes cause confusion by finding the wrong
4552versions of source. You can correct the situation as follows:
4553
4554@enumerate
4555@item
4556Use @code{directory} with no argument to reset the source path to empty.
4557
4558@item
4559Use @code{directory} with suitable arguments to reinstall the
4560directories you want in the source path. You can add all the
4561directories in one command.
4562@end enumerate
4563
6d2ebf8b 4564@node Machine Code
c906108c
SS
4565@section Source and machine code
4566
4567You can use the command @code{info line} to map source lines to program
4568addresses (and vice versa), and the command @code{disassemble} to display
4569a range of addresses as machine instructions. When run under @sc{gnu} Emacs
d4f3574e 4570mode, the @code{info line} command causes the arrow to point to the
5d161b24 4571line specified. Also, @code{info line} prints addresses in symbolic form as
c906108c
SS
4572well as hex.
4573
4574@table @code
4575@kindex info line
4576@item info line @var{linespec}
4577Print the starting and ending addresses of the compiled code for
4578source line @var{linespec}. You can specify source lines in any of
4579the ways understood by the @code{list} command (@pxref{List, ,Printing
4580source lines}).
4581@end table
4582
4583For example, we can use @code{info line} to discover the location of
4584the object code for the first line of function
4585@code{m4_changequote}:
4586
d4f3574e
SS
4587@c FIXME: I think this example should also show the addresses in
4588@c symbolic form, as they usually would be displayed.
c906108c 4589@smallexample
96a2c332 4590(@value{GDBP}) info line m4_changequote
c906108c
SS
4591Line 895 of "builtin.c" starts at pc 0x634c and ends at 0x6350.
4592@end smallexample
4593
4594@noindent
4595We can also inquire (using @code{*@var{addr}} as the form for
4596@var{linespec}) what source line covers a particular address:
4597@smallexample
4598(@value{GDBP}) info line *0x63ff
4599Line 926 of "builtin.c" starts at pc 0x63e4 and ends at 0x6404.
4600@end smallexample
4601
4602@cindex @code{$_} and @code{info line}
41afff9a 4603@kindex x@r{(examine), and} info line
c906108c
SS
4604After @code{info line}, the default address for the @code{x} command
4605is changed to the starting address of the line, so that @samp{x/i} is
4606sufficient to begin examining the machine code (@pxref{Memory,
4607,Examining memory}). Also, this address is saved as the value of the
4608convenience variable @code{$_} (@pxref{Convenience Vars, ,Convenience
4609variables}).
4610
4611@table @code
4612@kindex disassemble
4613@cindex assembly instructions
4614@cindex instructions, assembly
4615@cindex machine instructions
4616@cindex listing machine instructions
4617@item disassemble
4618This specialized command dumps a range of memory as machine
4619instructions. The default memory range is the function surrounding the
4620program counter of the selected frame. A single argument to this
4621command is a program counter value; @value{GDBN} dumps the function
4622surrounding this value. Two arguments specify a range of addresses
4623(first inclusive, second exclusive) to dump.
4624@end table
4625
c906108c
SS
4626The following example shows the disassembly of a range of addresses of
4627HP PA-RISC 2.0 code:
4628
4629@smallexample
4630(@value{GDBP}) disas 0x32c4 0x32e4
4631Dump of assembler code from 0x32c4 to 0x32e4:
46320x32c4 <main+204>: addil 0,dp
46330x32c8 <main+208>: ldw 0x22c(sr0,r1),r26
46340x32cc <main+212>: ldil 0x3000,r31
46350x32d0 <main+216>: ble 0x3f8(sr4,r31)
46360x32d4 <main+220>: ldo 0(r31),rp
46370x32d8 <main+224>: addil -0x800,dp
46380x32dc <main+228>: ldo 0x588(r1),r26
46390x32e0 <main+232>: ldil 0x3000,r31
4640End of assembler dump.
4641@end smallexample
c906108c
SS
4642
4643Some architectures have more than one commonly-used set of instruction
4644mnemonics or other syntax.
4645
4646@table @code
d4f3574e 4647@kindex set disassembly-flavor
c906108c
SS
4648@cindex assembly instructions
4649@cindex instructions, assembly
4650@cindex machine instructions
4651@cindex listing machine instructions
d4f3574e
SS
4652@cindex Intel disassembly flavor
4653@cindex AT&T disassembly flavor
4654@item set disassembly-flavor @var{instruction-set}
c906108c
SS
4655Select the instruction set to use when disassembling the
4656program via the @code{disassemble} or @code{x/i} commands.
4657
4658Currently this command is only defined for the Intel x86 family. You
d4f3574e
SS
4659can set @var{instruction-set} to either @code{intel} or @code{att}.
4660The default is @code{att}, the AT&T flavor used by default by Unix
4661assemblers for x86-based targets.
c906108c
SS
4662@end table
4663
4664
6d2ebf8b 4665@node Data
c906108c
SS
4666@chapter Examining Data
4667
4668@cindex printing data
4669@cindex examining data
4670@kindex print
4671@kindex inspect
4672@c "inspect" is not quite a synonym if you are using Epoch, which we do not
4673@c document because it is nonstandard... Under Epoch it displays in a
4674@c different window or something like that.
4675The usual way to examine data in your program is with the @code{print}
7a292a7a
SS
4676command (abbreviated @code{p}), or its synonym @code{inspect}. It
4677evaluates and prints the value of an expression of the language your
4678program is written in (@pxref{Languages, ,Using @value{GDBN} with
4679Different Languages}).
c906108c
SS
4680
4681@table @code
d4f3574e
SS
4682@item print @var{expr}
4683@itemx print /@var{f} @var{expr}
4684@var{expr} is an expression (in the source language). By default the
4685value of @var{expr} is printed in a format appropriate to its data type;
c906108c 4686you can choose a different format by specifying @samp{/@var{f}}, where
d4f3574e 4687@var{f} is a letter specifying the format; see @ref{Output Formats,,Output
c906108c
SS
4688formats}.
4689
4690@item print
4691@itemx print /@var{f}
d4f3574e 4692If you omit @var{expr}, @value{GDBN} displays the last value again (from the
c906108c
SS
4693@dfn{value history}; @pxref{Value History, ,Value history}). This allows you to
4694conveniently inspect the same value in an alternative format.
4695@end table
4696
4697A more low-level way of examining data is with the @code{x} command.
4698It examines data in memory at a specified address and prints it in a
4699specified format. @xref{Memory, ,Examining memory}.
4700
7a292a7a 4701If you are interested in information about types, or about how the
d4f3574e
SS
4702fields of a struct or a class are declared, use the @code{ptype @var{exp}}
4703command rather than @code{print}. @xref{Symbols, ,Examining the Symbol
7a292a7a 4704Table}.
c906108c
SS
4705
4706@menu
4707* Expressions:: Expressions
4708* Variables:: Program variables
4709* Arrays:: Artificial arrays
4710* Output Formats:: Output formats
4711* Memory:: Examining memory
4712* Auto Display:: Automatic display
4713* Print Settings:: Print settings
4714* Value History:: Value history
4715* Convenience Vars:: Convenience variables
4716* Registers:: Registers
c906108c 4717* Floating Point Hardware:: Floating point hardware
53c69bd7 4718* Vector Unit:: Vector Unit
b383017d 4719* Auxiliary Vector:: Auxiliary data provided by operating system
29e57380 4720* Memory Region Attributes:: Memory region attributes
16d9dec6 4721* Dump/Restore Files:: Copy between memory and a file
a0eb71c5
KB
4722* Character Sets:: Debugging programs that use a different
4723 character set than GDB does
c906108c
SS
4724@end menu
4725
6d2ebf8b 4726@node Expressions
c906108c
SS
4727@section Expressions
4728
4729@cindex expressions
4730@code{print} and many other @value{GDBN} commands accept an expression and
4731compute its value. Any kind of constant, variable or operator defined
4732by the programming language you are using is valid in an expression in
e2e0bcd1
JB
4733@value{GDBN}. This includes conditional expressions, function calls,
4734casts, and string constants. It also includes preprocessor macros, if
4735you compiled your program to include this information; see
4736@ref{Compilation}.
c906108c 4737
d4f3574e
SS
4738@value{GDBN} supports array constants in expressions input by
4739the user. The syntax is @{@var{element}, @var{element}@dots{}@}. For example,
5d161b24 4740you can use the command @code{print @{1, 2, 3@}} to build up an array in
d4f3574e 4741memory that is @code{malloc}ed in the target program.
c906108c 4742
c906108c
SS
4743Because C is so widespread, most of the expressions shown in examples in
4744this manual are in C. @xref{Languages, , Using @value{GDBN} with Different
4745Languages}, for information on how to use expressions in other
4746languages.
4747
4748In this section, we discuss operators that you can use in @value{GDBN}
4749expressions regardless of your programming language.
4750
4751Casts are supported in all languages, not just in C, because it is so
4752useful to cast a number into a pointer in order to examine a structure
4753at that address in memory.
4754@c FIXME: casts supported---Mod2 true?
c906108c
SS
4755
4756@value{GDBN} supports these operators, in addition to those common
4757to programming languages:
4758
4759@table @code
4760@item @@
4761@samp{@@} is a binary operator for treating parts of memory as arrays.
4762@xref{Arrays, ,Artificial arrays}, for more information.
4763
4764@item ::
4765@samp{::} allows you to specify a variable in terms of the file or
4766function where it is defined. @xref{Variables, ,Program variables}.
4767
4768@cindex @{@var{type}@}
4769@cindex type casting memory
4770@cindex memory, viewing as typed object
4771@cindex casts, to view memory
4772@item @{@var{type}@} @var{addr}
4773Refers to an object of type @var{type} stored at address @var{addr} in
4774memory. @var{addr} may be any expression whose value is an integer or
4775pointer (but parentheses are required around binary operators, just as in
4776a cast). This construct is allowed regardless of what kind of data is
4777normally supposed to reside at @var{addr}.
4778@end table
4779
6d2ebf8b 4780@node Variables
c906108c
SS
4781@section Program variables
4782
4783The most common kind of expression to use is the name of a variable
4784in your program.
4785
4786Variables in expressions are understood in the selected stack frame
4787(@pxref{Selection, ,Selecting a frame}); they must be either:
4788
4789@itemize @bullet
4790@item
4791global (or file-static)
4792@end itemize
4793
5d161b24 4794@noindent or
c906108c
SS
4795
4796@itemize @bullet
4797@item
4798visible according to the scope rules of the
4799programming language from the point of execution in that frame
5d161b24 4800@end itemize
c906108c
SS
4801
4802@noindent This means that in the function
4803
474c8240 4804@smallexample
c906108c
SS
4805foo (a)
4806 int a;
4807@{
4808 bar (a);
4809 @{
4810 int b = test ();
4811 bar (b);
4812 @}
4813@}
474c8240 4814@end smallexample
c906108c
SS
4815
4816@noindent
4817you can examine and use the variable @code{a} whenever your program is
4818executing within the function @code{foo}, but you can only use or
4819examine the variable @code{b} while your program is executing inside
4820the block where @code{b} is declared.
4821
4822@cindex variable name conflict
4823There is an exception: you can refer to a variable or function whose
4824scope is a single source file even if the current execution point is not
4825in this file. But it is possible to have more than one such variable or
4826function with the same name (in different source files). If that
4827happens, referring to that name has unpredictable effects. If you wish,
4828you can specify a static variable in a particular function or file,
4829using the colon-colon notation:
4830
d4f3574e 4831@cindex colon-colon, context for variables/functions
c906108c
SS
4832@iftex
4833@c info cannot cope with a :: index entry, but why deprive hard copy readers?
41afff9a 4834@cindex @code{::}, context for variables/functions
c906108c 4835@end iftex
474c8240 4836@smallexample
c906108c
SS
4837@var{file}::@var{variable}
4838@var{function}::@var{variable}
474c8240 4839@end smallexample
c906108c
SS
4840
4841@noindent
4842Here @var{file} or @var{function} is the name of the context for the
4843static @var{variable}. In the case of file names, you can use quotes to
4844make sure @value{GDBN} parses the file name as a single word---for example,
4845to print a global value of @code{x} defined in @file{f2.c}:
4846
474c8240 4847@smallexample
c906108c 4848(@value{GDBP}) p 'f2.c'::x
474c8240 4849@end smallexample
c906108c 4850
b37052ae 4851@cindex C@t{++} scope resolution
c906108c 4852This use of @samp{::} is very rarely in conflict with the very similar
b37052ae 4853use of the same notation in C@t{++}. @value{GDBN} also supports use of the C@t{++}
c906108c
SS
4854scope resolution operator in @value{GDBN} expressions.
4855@c FIXME: Um, so what happens in one of those rare cases where it's in
4856@c conflict?? --mew
c906108c
SS
4857
4858@cindex wrong values
4859@cindex variable values, wrong
4860@quotation
4861@emph{Warning:} Occasionally, a local variable may appear to have the
4862wrong value at certain points in a function---just after entry to a new
4863scope, and just before exit.
4864@end quotation
4865You may see this problem when you are stepping by machine instructions.
4866This is because, on most machines, it takes more than one instruction to
4867set up a stack frame (including local variable definitions); if you are
4868stepping by machine instructions, variables may appear to have the wrong
4869values until the stack frame is completely built. On exit, it usually
4870also takes more than one machine instruction to destroy a stack frame;
4871after you begin stepping through that group of instructions, local
4872variable definitions may be gone.
4873
4874This may also happen when the compiler does significant optimizations.
4875To be sure of always seeing accurate values, turn off all optimization
4876when compiling.
4877
d4f3574e
SS
4878@cindex ``No symbol "foo" in current context''
4879Another possible effect of compiler optimizations is to optimize
4880unused variables out of existence, or assign variables to registers (as
4881opposed to memory addresses). Depending on the support for such cases
4882offered by the debug info format used by the compiler, @value{GDBN}
4883might not be able to display values for such local variables. If that
4884happens, @value{GDBN} will print a message like this:
4885
474c8240 4886@smallexample
d4f3574e 4887No symbol "foo" in current context.
474c8240 4888@end smallexample
d4f3574e
SS
4889
4890To solve such problems, either recompile without optimizations, or use a
4891different debug info format, if the compiler supports several such
0179ffac
DC
4892formats. For example, @value{NGCC}, the @sc{gnu} C/C@t{++} compiler
4893usually supports the @option{-gstabs+} option. @option{-gstabs+}
4894produces debug info in a format that is superior to formats such as
4895COFF. You may be able to use DWARF 2 (@option{-gdwarf-2}), which is also
4896an effective form for debug info. @xref{Debugging Options,,Options
4897for Debugging Your Program or @sc{gnu} CC, gcc.info, Using @sc{gnu} CC}.
d4f3574e
SS
4898
4899
6d2ebf8b 4900@node Arrays
c906108c
SS
4901@section Artificial arrays
4902
4903@cindex artificial array
41afff9a 4904@kindex @@@r{, referencing memory as an array}
c906108c
SS
4905It is often useful to print out several successive objects of the
4906same type in memory; a section of an array, or an array of
4907dynamically determined size for which only a pointer exists in the
4908program.
4909
4910You can do this by referring to a contiguous span of memory as an
4911@dfn{artificial array}, using the binary operator @samp{@@}. The left
4912operand of @samp{@@} should be the first element of the desired array
4913and be an individual object. The right operand should be the desired length
4914of the array. The result is an array value whose elements are all of
4915the type of the left argument. The first element is actually the left
4916argument; the second element comes from bytes of memory immediately
4917following those that hold the first element, and so on. Here is an
4918example. If a program says
4919
474c8240 4920@smallexample
c906108c 4921int *array = (int *) malloc (len * sizeof (int));
474c8240 4922@end smallexample
c906108c
SS
4923
4924@noindent
4925you can print the contents of @code{array} with
4926
474c8240 4927@smallexample
c906108c 4928p *array@@len
474c8240 4929@end smallexample
c906108c
SS
4930
4931The left operand of @samp{@@} must reside in memory. Array values made
4932with @samp{@@} in this way behave just like other arrays in terms of
4933subscripting, and are coerced to pointers when used in expressions.
4934Artificial arrays most often appear in expressions via the value history
4935(@pxref{Value History, ,Value history}), after printing one out.
4936
4937Another way to create an artificial array is to use a cast.
4938This re-interprets a value as if it were an array.
4939The value need not be in memory:
474c8240 4940@smallexample
c906108c
SS
4941(@value{GDBP}) p/x (short[2])0x12345678
4942$1 = @{0x1234, 0x5678@}
474c8240 4943@end smallexample
c906108c
SS
4944
4945As a convenience, if you leave the array length out (as in
c3f6f71d 4946@samp{(@var{type}[])@var{value}}) @value{GDBN} calculates the size to fill
c906108c 4947the value (as @samp{sizeof(@var{value})/sizeof(@var{type})}:
474c8240 4948@smallexample
c906108c
SS
4949(@value{GDBP}) p/x (short[])0x12345678
4950$2 = @{0x1234, 0x5678@}
474c8240 4951@end smallexample
c906108c
SS
4952
4953Sometimes the artificial array mechanism is not quite enough; in
4954moderately complex data structures, the elements of interest may not
4955actually be adjacent---for example, if you are interested in the values
4956of pointers in an array. One useful work-around in this situation is
4957to use a convenience variable (@pxref{Convenience Vars, ,Convenience
4958variables}) as a counter in an expression that prints the first
4959interesting value, and then repeat that expression via @key{RET}. For
4960instance, suppose you have an array @code{dtab} of pointers to
4961structures, and you are interested in the values of a field @code{fv}
4962in each structure. Here is an example of what you might type:
4963
474c8240 4964@smallexample
c906108c
SS
4965set $i = 0
4966p dtab[$i++]->fv
4967@key{RET}
4968@key{RET}
4969@dots{}
474c8240 4970@end smallexample
c906108c 4971
6d2ebf8b 4972@node Output Formats
c906108c
SS
4973@section Output formats
4974
4975@cindex formatted output
4976@cindex output formats
4977By default, @value{GDBN} prints a value according to its data type. Sometimes
4978this is not what you want. For example, you might want to print a number
4979in hex, or a pointer in decimal. Or you might want to view data in memory
4980at a certain address as a character string or as an instruction. To do
4981these things, specify an @dfn{output format} when you print a value.
4982
4983The simplest use of output formats is to say how to print a value
4984already computed. This is done by starting the arguments of the
4985@code{print} command with a slash and a format letter. The format
4986letters supported are:
4987
4988@table @code
4989@item x
4990Regard the bits of the value as an integer, and print the integer in
4991hexadecimal.
4992
4993@item d
4994Print as integer in signed decimal.
4995
4996@item u
4997Print as integer in unsigned decimal.
4998
4999@item o
5000Print as integer in octal.
5001
5002@item t
5003Print as integer in binary. The letter @samp{t} stands for ``two''.
5004@footnote{@samp{b} cannot be used because these format letters are also
5005used with the @code{x} command, where @samp{b} stands for ``byte'';
d4f3574e 5006see @ref{Memory,,Examining memory}.}
c906108c
SS
5007
5008@item a
5009@cindex unknown address, locating
3d67e040 5010@cindex locate address
c906108c
SS
5011Print as an address, both absolute in hexadecimal and as an offset from
5012the nearest preceding symbol. You can use this format used to discover
5013where (in what function) an unknown address is located:
5014
474c8240 5015@smallexample
c906108c
SS
5016(@value{GDBP}) p/a 0x54320
5017$3 = 0x54320 <_initialize_vx+396>
474c8240 5018@end smallexample
c906108c 5019
3d67e040
EZ
5020@noindent
5021The command @code{info symbol 0x54320} yields similar results.
5022@xref{Symbols, info symbol}.
5023
c906108c
SS
5024@item c
5025Regard as an integer and print it as a character constant.
5026
5027@item f
5028Regard the bits of the value as a floating point number and print
5029using typical floating point syntax.
5030@end table
5031
5032For example, to print the program counter in hex (@pxref{Registers}), type
5033
474c8240 5034@smallexample
c906108c 5035p/x $pc
474c8240 5036@end smallexample
c906108c
SS
5037
5038@noindent
5039Note that no space is required before the slash; this is because command
5040names in @value{GDBN} cannot contain a slash.
5041
5042To reprint the last value in the value history with a different format,
5043you can use the @code{print} command with just a format and no
5044expression. For example, @samp{p/x} reprints the last value in hex.
5045
6d2ebf8b 5046@node Memory
c906108c
SS
5047@section Examining memory
5048
5049You can use the command @code{x} (for ``examine'') to examine memory in
5050any of several formats, independently of your program's data types.
5051
5052@cindex examining memory
5053@table @code
41afff9a 5054@kindex x @r{(examine memory)}
c906108c
SS
5055@item x/@var{nfu} @var{addr}
5056@itemx x @var{addr}
5057@itemx x
5058Use the @code{x} command to examine memory.
5059@end table
5060
5061@var{n}, @var{f}, and @var{u} are all optional parameters that specify how
5062much memory to display and how to format it; @var{addr} is an
5063expression giving the address where you want to start displaying memory.
5064If you use defaults for @var{nfu}, you need not type the slash @samp{/}.
5065Several commands set convenient defaults for @var{addr}.
5066
5067@table @r
5068@item @var{n}, the repeat count
5069The repeat count is a decimal integer; the default is 1. It specifies
5070how much memory (counting by units @var{u}) to display.
5071@c This really is **decimal**; unaffected by 'set radix' as of GDB
5072@c 4.1.2.
5073
5074@item @var{f}, the display format
5075The display format is one of the formats used by @code{print},
5076@samp{s} (null-terminated string), or @samp{i} (machine instruction).
5077The default is @samp{x} (hexadecimal) initially.
5078The default changes each time you use either @code{x} or @code{print}.
5079
5080@item @var{u}, the unit size
5081The unit size is any of
5082
5083@table @code
5084@item b
5085Bytes.
5086@item h
5087Halfwords (two bytes).
5088@item w
5089Words (four bytes). This is the initial default.
5090@item g
5091Giant words (eight bytes).
5092@end table
5093
5094Each time you specify a unit size with @code{x}, that size becomes the
5095default unit the next time you use @code{x}. (For the @samp{s} and
5096@samp{i} formats, the unit size is ignored and is normally not written.)
5097
5098@item @var{addr}, starting display address
5099@var{addr} is the address where you want @value{GDBN} to begin displaying
5100memory. The expression need not have a pointer value (though it may);
5101it is always interpreted as an integer address of a byte of memory.
5102@xref{Expressions, ,Expressions}, for more information on expressions. The default for
5103@var{addr} is usually just after the last address examined---but several
5104other commands also set the default address: @code{info breakpoints} (to
5105the address of the last breakpoint listed), @code{info line} (to the
5106starting address of a line), and @code{print} (if you use it to display
5107a value from memory).
5108@end table
5109
5110For example, @samp{x/3uh 0x54320} is a request to display three halfwords
5111(@code{h}) of memory, formatted as unsigned decimal integers (@samp{u}),
5112starting at address @code{0x54320}. @samp{x/4xw $sp} prints the four
5113words (@samp{w}) of memory above the stack pointer (here, @samp{$sp};
d4f3574e 5114@pxref{Registers, ,Registers}) in hexadecimal (@samp{x}).
c906108c
SS
5115
5116Since the letters indicating unit sizes are all distinct from the
5117letters specifying output formats, you do not have to remember whether
5118unit size or format comes first; either order works. The output
5119specifications @samp{4xw} and @samp{4wx} mean exactly the same thing.
5120(However, the count @var{n} must come first; @samp{wx4} does not work.)
5121
5122Even though the unit size @var{u} is ignored for the formats @samp{s}
5123and @samp{i}, you might still want to use a count @var{n}; for example,
5124@samp{3i} specifies that you want to see three machine instructions,
5125including any operands. The command @code{disassemble} gives an
d4f3574e 5126alternative way of inspecting machine instructions; see @ref{Machine
c906108c
SS
5127Code,,Source and machine code}.
5128
5129All the defaults for the arguments to @code{x} are designed to make it
5130easy to continue scanning memory with minimal specifications each time
5131you use @code{x}. For example, after you have inspected three machine
5132instructions with @samp{x/3i @var{addr}}, you can inspect the next seven
5133with just @samp{x/7}. If you use @key{RET} to repeat the @code{x} command,
5134the repeat count @var{n} is used again; the other arguments default as
5135for successive uses of @code{x}.
5136
5137@cindex @code{$_}, @code{$__}, and value history
5138The addresses and contents printed by the @code{x} command are not saved
5139in the value history because there is often too much of them and they
5140would get in the way. Instead, @value{GDBN} makes these values available for
5141subsequent use in expressions as values of the convenience variables
5142@code{$_} and @code{$__}. After an @code{x} command, the last address
5143examined is available for use in expressions in the convenience variable
5144@code{$_}. The contents of that address, as examined, are available in
5145the convenience variable @code{$__}.
5146
5147If the @code{x} command has a repeat count, the address and contents saved
5148are from the last memory unit printed; this is not the same as the last
5149address printed if several units were printed on the last line of output.
5150
6d2ebf8b 5151@node Auto Display
c906108c
SS
5152@section Automatic display
5153@cindex automatic display
5154@cindex display of expressions
5155
5156If you find that you want to print the value of an expression frequently
5157(to see how it changes), you might want to add it to the @dfn{automatic
5158display list} so that @value{GDBN} prints its value each time your program stops.
5159Each expression added to the list is given a number to identify it;
5160to remove an expression from the list, you specify that number.
5161The automatic display looks like this:
5162
474c8240 5163@smallexample
c906108c
SS
51642: foo = 38
51653: bar[5] = (struct hack *) 0x3804
474c8240 5166@end smallexample
c906108c
SS
5167
5168@noindent
5169This display shows item numbers, expressions and their current values. As with
5170displays you request manually using @code{x} or @code{print}, you can
5171specify the output format you prefer; in fact, @code{display} decides
5172whether to use @code{print} or @code{x} depending on how elaborate your
5173format specification is---it uses @code{x} if you specify a unit size,
5174or one of the two formats (@samp{i} and @samp{s}) that are only
5175supported by @code{x}; otherwise it uses @code{print}.
5176
5177@table @code
5178@kindex display
d4f3574e
SS
5179@item display @var{expr}
5180Add the expression @var{expr} to the list of expressions to display
c906108c
SS
5181each time your program stops. @xref{Expressions, ,Expressions}.
5182
5183@code{display} does not repeat if you press @key{RET} again after using it.
5184
d4f3574e 5185@item display/@var{fmt} @var{expr}
c906108c 5186For @var{fmt} specifying only a display format and not a size or
d4f3574e 5187count, add the expression @var{expr} to the auto-display list but
c906108c
SS
5188arrange to display it each time in the specified format @var{fmt}.
5189@xref{Output Formats,,Output formats}.
5190
5191@item display/@var{fmt} @var{addr}
5192For @var{fmt} @samp{i} or @samp{s}, or including a unit-size or a
5193number of units, add the expression @var{addr} as a memory address to
5194be examined each time your program stops. Examining means in effect
5195doing @samp{x/@var{fmt} @var{addr}}. @xref{Memory, ,Examining memory}.
5196@end table
5197
5198For example, @samp{display/i $pc} can be helpful, to see the machine
5199instruction about to be executed each time execution stops (@samp{$pc}
d4f3574e 5200is a common name for the program counter; @pxref{Registers, ,Registers}).
c906108c
SS
5201
5202@table @code
5203@kindex delete display
5204@kindex undisplay
5205@item undisplay @var{dnums}@dots{}
5206@itemx delete display @var{dnums}@dots{}
5207Remove item numbers @var{dnums} from the list of expressions to display.
5208
5209@code{undisplay} does not repeat if you press @key{RET} after using it.
5210(Otherwise you would just get the error @samp{No display number @dots{}}.)
5211
5212@kindex disable display
5213@item disable display @var{dnums}@dots{}
5214Disable the display of item numbers @var{dnums}. A disabled display
5215item is not printed automatically, but is not forgotten. It may be
5216enabled again later.
5217
5218@kindex enable display
5219@item enable display @var{dnums}@dots{}
5220Enable display of item numbers @var{dnums}. It becomes effective once
5221again in auto display of its expression, until you specify otherwise.
5222
5223@item display
5224Display the current values of the expressions on the list, just as is
5225done when your program stops.
5226
5227@kindex info display
5228@item info display
5229Print the list of expressions previously set up to display
5230automatically, each one with its item number, but without showing the
5231values. This includes disabled expressions, which are marked as such.
5232It also includes expressions which would not be displayed right now
5233because they refer to automatic variables not currently available.
5234@end table
5235
5236If a display expression refers to local variables, then it does not make
5237sense outside the lexical context for which it was set up. Such an
5238expression is disabled when execution enters a context where one of its
5239variables is not defined. For example, if you give the command
5240@code{display last_char} while inside a function with an argument
5241@code{last_char}, @value{GDBN} displays this argument while your program
5242continues to stop inside that function. When it stops elsewhere---where
5243there is no variable @code{last_char}---the display is disabled
5244automatically. The next time your program stops where @code{last_char}
5245is meaningful, you can enable the display expression once again.
5246
6d2ebf8b 5247@node Print Settings
c906108c
SS
5248@section Print settings
5249
5250@cindex format options
5251@cindex print settings
5252@value{GDBN} provides the following ways to control how arrays, structures,
5253and symbols are printed.
5254
5255@noindent
5256These settings are useful for debugging programs in any language:
5257
5258@table @code
5259@kindex set print address
5260@item set print address
5261@itemx set print address on
5262@value{GDBN} prints memory addresses showing the location of stack
5263traces, structure values, pointer values, breakpoints, and so forth,
5264even when it also displays the contents of those addresses. The default
5265is @code{on}. For example, this is what a stack frame display looks like with
5266@code{set print address on}:
5267
5268@smallexample
5269@group
5270(@value{GDBP}) f
5271#0 set_quotes (lq=0x34c78 "<<", rq=0x34c88 ">>")
5272 at input.c:530
5273530 if (lquote != def_lquote)
5274@end group
5275@end smallexample
5276
5277@item set print address off
5278Do not print addresses when displaying their contents. For example,
5279this is the same stack frame displayed with @code{set print address off}:
5280
5281@smallexample
5282@group
5283(@value{GDBP}) set print addr off
5284(@value{GDBP}) f
5285#0 set_quotes (lq="<<", rq=">>") at input.c:530
5286530 if (lquote != def_lquote)
5287@end group
5288@end smallexample
5289
5290You can use @samp{set print address off} to eliminate all machine
5291dependent displays from the @value{GDBN} interface. For example, with
5292@code{print address off}, you should get the same text for backtraces on
5293all machines---whether or not they involve pointer arguments.
5294
5295@kindex show print address
5296@item show print address
5297Show whether or not addresses are to be printed.
5298@end table
5299
5300When @value{GDBN} prints a symbolic address, it normally prints the
5301closest earlier symbol plus an offset. If that symbol does not uniquely
5302identify the address (for example, it is a name whose scope is a single
5303source file), you may need to clarify. One way to do this is with
5304@code{info line}, for example @samp{info line *0x4537}. Alternately,
5305you can set @value{GDBN} to print the source file and line number when
5306it prints a symbolic address:
5307
5308@table @code
5309@kindex set print symbol-filename
5310@item set print symbol-filename on
5311Tell @value{GDBN} to print the source file name and line number of a
5312symbol in the symbolic form of an address.
5313
5314@item set print symbol-filename off
5315Do not print source file name and line number of a symbol. This is the
5316default.
5317
5318@kindex show print symbol-filename
5319@item show print symbol-filename
5320Show whether or not @value{GDBN} will print the source file name and
5321line number of a symbol in the symbolic form of an address.
5322@end table
5323
5324Another situation where it is helpful to show symbol filenames and line
5325numbers is when disassembling code; @value{GDBN} shows you the line
5326number and source file that corresponds to each instruction.
5327
5328Also, you may wish to see the symbolic form only if the address being
5329printed is reasonably close to the closest earlier symbol:
5330
5331@table @code
5332@kindex set print max-symbolic-offset
5333@item set print max-symbolic-offset @var{max-offset}
5334Tell @value{GDBN} to only display the symbolic form of an address if the
5335offset between the closest earlier symbol and the address is less than
5d161b24 5336@var{max-offset}. The default is 0, which tells @value{GDBN}
c906108c
SS
5337to always print the symbolic form of an address if any symbol precedes it.
5338
5339@kindex show print max-symbolic-offset
5340@item show print max-symbolic-offset
5341Ask how large the maximum offset is that @value{GDBN} prints in a
5342symbolic address.
5343@end table
5344
5345@cindex wild pointer, interpreting
5346@cindex pointer, finding referent
5347If you have a pointer and you are not sure where it points, try
5348@samp{set print symbol-filename on}. Then you can determine the name
5349and source file location of the variable where it points, using
5350@samp{p/a @var{pointer}}. This interprets the address in symbolic form.
5351For example, here @value{GDBN} shows that a variable @code{ptt} points
5352at another variable @code{t}, defined in @file{hi2.c}:
5353
474c8240 5354@smallexample
c906108c
SS
5355(@value{GDBP}) set print symbol-filename on
5356(@value{GDBP}) p/a ptt
5357$4 = 0xe008 <t in hi2.c>
474c8240 5358@end smallexample
c906108c
SS
5359
5360@quotation
5361@emph{Warning:} For pointers that point to a local variable, @samp{p/a}
5362does not show the symbol name and filename of the referent, even with
5363the appropriate @code{set print} options turned on.
5364@end quotation
5365
5366Other settings control how different kinds of objects are printed:
5367
5368@table @code
5369@kindex set print array
5370@item set print array
5371@itemx set print array on
5372Pretty print arrays. This format is more convenient to read,
5373but uses more space. The default is off.
5374
5375@item set print array off
5376Return to compressed format for arrays.
5377
5378@kindex show print array
5379@item show print array
5380Show whether compressed or pretty format is selected for displaying
5381arrays.
5382
5383@kindex set print elements
5384@item set print elements @var{number-of-elements}
5385Set a limit on how many elements of an array @value{GDBN} will print.
5386If @value{GDBN} is printing a large array, it stops printing after it has
5387printed the number of elements set by the @code{set print elements} command.
5388This limit also applies to the display of strings.
d4f3574e 5389When @value{GDBN} starts, this limit is set to 200.
c906108c
SS
5390Setting @var{number-of-elements} to zero means that the printing is unlimited.
5391
5392@kindex show print elements
5393@item show print elements
5394Display the number of elements of a large array that @value{GDBN} will print.
5395If the number is 0, then the printing is unlimited.
5396
5397@kindex set print null-stop
5398@item set print null-stop
5399Cause @value{GDBN} to stop printing the characters of an array when the first
d4f3574e 5400@sc{null} is encountered. This is useful when large arrays actually
c906108c 5401contain only short strings.
d4f3574e 5402The default is off.
c906108c
SS
5403
5404@kindex set print pretty
5405@item set print pretty on
5d161b24 5406Cause @value{GDBN} to print structures in an indented format with one member
c906108c
SS
5407per line, like this:
5408
5409@smallexample
5410@group
5411$1 = @{
5412 next = 0x0,
5413 flags = @{
5414 sweet = 1,
5415 sour = 1
5416 @},
5417 meat = 0x54 "Pork"
5418@}
5419@end group
5420@end smallexample
5421
5422@item set print pretty off
5423Cause @value{GDBN} to print structures in a compact format, like this:
5424
5425@smallexample
5426@group
5427$1 = @{next = 0x0, flags = @{sweet = 1, sour = 1@}, \
5428meat = 0x54 "Pork"@}
5429@end group
5430@end smallexample
5431
5432@noindent
5433This is the default format.
5434
5435@kindex show print pretty
5436@item show print pretty
5437Show which format @value{GDBN} is using to print structures.
5438
5439@kindex set print sevenbit-strings
5440@item set print sevenbit-strings on
5441Print using only seven-bit characters; if this option is set,
5442@value{GDBN} displays any eight-bit characters (in strings or
5443character values) using the notation @code{\}@var{nnn}. This setting is
5444best if you are working in English (@sc{ascii}) and you use the
5445high-order bit of characters as a marker or ``meta'' bit.
5446
5447@item set print sevenbit-strings off
5448Print full eight-bit characters. This allows the use of more
5449international character sets, and is the default.
5450
5451@kindex show print sevenbit-strings
5452@item show print sevenbit-strings
5453Show whether or not @value{GDBN} is printing only seven-bit characters.
5454
5455@kindex set print union
5456@item set print union on
5d161b24 5457Tell @value{GDBN} to print unions which are contained in structures. This
c906108c
SS
5458is the default setting.
5459
5460@item set print union off
5461Tell @value{GDBN} not to print unions which are contained in structures.
5462
5463@kindex show print union
5464@item show print union
5465Ask @value{GDBN} whether or not it will print unions which are contained in
5466structures.
5467
5468For example, given the declarations
5469
5470@smallexample
5471typedef enum @{Tree, Bug@} Species;
5472typedef enum @{Big_tree, Acorn, Seedling@} Tree_forms;
5d161b24 5473typedef enum @{Caterpillar, Cocoon, Butterfly@}
c906108c
SS
5474 Bug_forms;
5475
5476struct thing @{
5477 Species it;
5478 union @{
5479 Tree_forms tree;
5480 Bug_forms bug;
5481 @} form;
5482@};
5483
5484struct thing foo = @{Tree, @{Acorn@}@};
5485@end smallexample
5486
5487@noindent
5488with @code{set print union on} in effect @samp{p foo} would print
5489
5490@smallexample
5491$1 = @{it = Tree, form = @{tree = Acorn, bug = Cocoon@}@}
5492@end smallexample
5493
5494@noindent
5495and with @code{set print union off} in effect it would print
5496
5497@smallexample
5498$1 = @{it = Tree, form = @{...@}@}
5499@end smallexample
5500@end table
5501
c906108c
SS
5502@need 1000
5503@noindent
b37052ae 5504These settings are of interest when debugging C@t{++} programs:
c906108c
SS
5505
5506@table @code
5507@cindex demangling
5508@kindex set print demangle
5509@item set print demangle
5510@itemx set print demangle on
b37052ae 5511Print C@t{++} names in their source form rather than in the encoded
c906108c 5512(``mangled'') form passed to the assembler and linker for type-safe
d4f3574e 5513linkage. The default is on.
c906108c
SS
5514
5515@kindex show print demangle
5516@item show print demangle
b37052ae 5517Show whether C@t{++} names are printed in mangled or demangled form.
c906108c
SS
5518
5519@kindex set print asm-demangle
5520@item set print asm-demangle
5521@itemx set print asm-demangle on
b37052ae 5522Print C@t{++} names in their source form rather than their mangled form, even
c906108c
SS
5523in assembler code printouts such as instruction disassemblies.
5524The default is off.
5525
5526@kindex show print asm-demangle
5527@item show print asm-demangle
b37052ae 5528Show whether C@t{++} names in assembly listings are printed in mangled
c906108c
SS
5529or demangled form.
5530
5531@kindex set demangle-style
b37052ae
EZ
5532@cindex C@t{++} symbol decoding style
5533@cindex symbol decoding style, C@t{++}
c906108c
SS
5534@item set demangle-style @var{style}
5535Choose among several encoding schemes used by different compilers to
b37052ae 5536represent C@t{++} names. The choices for @var{style} are currently:
c906108c
SS
5537
5538@table @code
5539@item auto
5540Allow @value{GDBN} to choose a decoding style by inspecting your program.
5541
5542@item gnu
b37052ae 5543Decode based on the @sc{gnu} C@t{++} compiler (@code{g++}) encoding algorithm.
c906108c 5544This is the default.
c906108c
SS
5545
5546@item hp
b37052ae 5547Decode based on the HP ANSI C@t{++} (@code{aCC}) encoding algorithm.
c906108c
SS
5548
5549@item lucid
b37052ae 5550Decode based on the Lucid C@t{++} compiler (@code{lcc}) encoding algorithm.
c906108c
SS
5551
5552@item arm
b37052ae 5553Decode using the algorithm in the @cite{C@t{++} Annotated Reference Manual}.
c906108c
SS
5554@strong{Warning:} this setting alone is not sufficient to allow
5555debugging @code{cfront}-generated executables. @value{GDBN} would
5556require further enhancement to permit that.
5557
5558@end table
5559If you omit @var{style}, you will see a list of possible formats.
5560
5561@kindex show demangle-style
5562@item show demangle-style
b37052ae 5563Display the encoding style currently in use for decoding C@t{++} symbols.
c906108c
SS
5564
5565@kindex set print object
5566@item set print object
5567@itemx set print object on
5568When displaying a pointer to an object, identify the @emph{actual}
5569(derived) type of the object rather than the @emph{declared} type, using
5570the virtual function table.
5571
5572@item set print object off
5573Display only the declared type of objects, without reference to the
5574virtual function table. This is the default setting.
5575
5576@kindex show print object
5577@item show print object
5578Show whether actual, or declared, object types are displayed.
5579
5580@kindex set print static-members
5581@item set print static-members
5582@itemx set print static-members on
b37052ae 5583Print static members when displaying a C@t{++} object. The default is on.
c906108c
SS
5584
5585@item set print static-members off
b37052ae 5586Do not print static members when displaying a C@t{++} object.
c906108c
SS
5587
5588@kindex show print static-members
5589@item show print static-members
b37052ae 5590Show whether C@t{++} static members are printed, or not.
c906108c
SS
5591
5592@c These don't work with HP ANSI C++ yet.
5593@kindex set print vtbl
5594@item set print vtbl
5595@itemx set print vtbl on
b37052ae 5596Pretty print C@t{++} virtual function tables. The default is off.
c906108c 5597(The @code{vtbl} commands do not work on programs compiled with the HP
b37052ae 5598ANSI C@t{++} compiler (@code{aCC}).)
c906108c
SS
5599
5600@item set print vtbl off
b37052ae 5601Do not pretty print C@t{++} virtual function tables.
c906108c
SS
5602
5603@kindex show print vtbl
5604@item show print vtbl
b37052ae 5605Show whether C@t{++} virtual function tables are pretty printed, or not.
c906108c 5606@end table
c906108c 5607
6d2ebf8b 5608@node Value History
c906108c
SS
5609@section Value history
5610
5611@cindex value history
5d161b24
DB
5612Values printed by the @code{print} command are saved in the @value{GDBN}
5613@dfn{value history}. This allows you to refer to them in other expressions.
5614Values are kept until the symbol table is re-read or discarded
5615(for example with the @code{file} or @code{symbol-file} commands).
5616When the symbol table changes, the value history is discarded,
5617since the values may contain pointers back to the types defined in the
c906108c
SS
5618symbol table.
5619
5620@cindex @code{$}
5621@cindex @code{$$}
5622@cindex history number
5623The values printed are given @dfn{history numbers} by which you can
5624refer to them. These are successive integers starting with one.
5625@code{print} shows you the history number assigned to a value by
5626printing @samp{$@var{num} = } before the value; here @var{num} is the
5627history number.
5628
5629To refer to any previous value, use @samp{$} followed by the value's
5630history number. The way @code{print} labels its output is designed to
5631remind you of this. Just @code{$} refers to the most recent value in
5632the history, and @code{$$} refers to the value before that.
5633@code{$$@var{n}} refers to the @var{n}th value from the end; @code{$$2}
5634is the value just prior to @code{$$}, @code{$$1} is equivalent to
5635@code{$$}, and @code{$$0} is equivalent to @code{$}.
5636
5637For example, suppose you have just printed a pointer to a structure and
5638want to see the contents of the structure. It suffices to type
5639
474c8240 5640@smallexample
c906108c 5641p *$
474c8240 5642@end smallexample
c906108c
SS
5643
5644If you have a chain of structures where the component @code{next} points
5645to the next one, you can print the contents of the next one with this:
5646
474c8240 5647@smallexample
c906108c 5648p *$.next
474c8240 5649@end smallexample
c906108c
SS
5650
5651@noindent
5652You can print successive links in the chain by repeating this
5653command---which you can do by just typing @key{RET}.
5654
5655Note that the history records values, not expressions. If the value of
5656@code{x} is 4 and you type these commands:
5657
474c8240 5658@smallexample
c906108c
SS
5659print x
5660set x=5
474c8240 5661@end smallexample
c906108c
SS
5662
5663@noindent
5664then the value recorded in the value history by the @code{print} command
5665remains 4 even though the value of @code{x} has changed.
5666
5667@table @code
5668@kindex show values
5669@item show values
5670Print the last ten values in the value history, with their item numbers.
5671This is like @samp{p@ $$9} repeated ten times, except that @code{show
5672values} does not change the history.
5673
5674@item show values @var{n}
5675Print ten history values centered on history item number @var{n}.
5676
5677@item show values +
5678Print ten history values just after the values last printed. If no more
5679values are available, @code{show values +} produces no display.
5680@end table
5681
5682Pressing @key{RET} to repeat @code{show values @var{n}} has exactly the
5683same effect as @samp{show values +}.
5684
6d2ebf8b 5685@node Convenience Vars
c906108c
SS
5686@section Convenience variables
5687
5688@cindex convenience variables
5689@value{GDBN} provides @dfn{convenience variables} that you can use within
5690@value{GDBN} to hold on to a value and refer to it later. These variables
5691exist entirely within @value{GDBN}; they are not part of your program, and
5692setting a convenience variable has no direct effect on further execution
5693of your program. That is why you can use them freely.
5694
5695Convenience variables are prefixed with @samp{$}. Any name preceded by
5696@samp{$} can be used for a convenience variable, unless it is one of
d4f3574e 5697the predefined machine-specific register names (@pxref{Registers, ,Registers}).
c906108c
SS
5698(Value history references, in contrast, are @emph{numbers} preceded
5699by @samp{$}. @xref{Value History, ,Value history}.)
5700
5701You can save a value in a convenience variable with an assignment
5702expression, just as you would set a variable in your program.
5703For example:
5704
474c8240 5705@smallexample
c906108c 5706set $foo = *object_ptr
474c8240 5707@end smallexample
c906108c
SS
5708
5709@noindent
5710would save in @code{$foo} the value contained in the object pointed to by
5711@code{object_ptr}.
5712
5713Using a convenience variable for the first time creates it, but its
5714value is @code{void} until you assign a new value. You can alter the
5715value with another assignment at any time.
5716
5717Convenience variables have no fixed types. You can assign a convenience
5718variable any type of value, including structures and arrays, even if
5719that variable already has a value of a different type. The convenience
5720variable, when used as an expression, has the type of its current value.
5721
5722@table @code
5723@kindex show convenience
5724@item show convenience
5725Print a list of convenience variables used so far, and their values.
d4f3574e 5726Abbreviated @code{show conv}.
c906108c
SS
5727@end table
5728
5729One of the ways to use a convenience variable is as a counter to be
5730incremented or a pointer to be advanced. For example, to print
5731a field from successive elements of an array of structures:
5732
474c8240 5733@smallexample
c906108c
SS
5734set $i = 0
5735print bar[$i++]->contents
474c8240 5736@end smallexample
c906108c 5737
d4f3574e
SS
5738@noindent
5739Repeat that command by typing @key{RET}.
c906108c
SS
5740
5741Some convenience variables are created automatically by @value{GDBN} and given
5742values likely to be useful.
5743
5744@table @code
41afff9a 5745@vindex $_@r{, convenience variable}
c906108c
SS
5746@item $_
5747The variable @code{$_} is automatically set by the @code{x} command to
5748the last address examined (@pxref{Memory, ,Examining memory}). Other
5749commands which provide a default address for @code{x} to examine also
5750set @code{$_} to that address; these commands include @code{info line}
5751and @code{info breakpoint}. The type of @code{$_} is @code{void *}
5752except when set by the @code{x} command, in which case it is a pointer
5753to the type of @code{$__}.
5754
41afff9a 5755@vindex $__@r{, convenience variable}
c906108c
SS
5756@item $__
5757The variable @code{$__} is automatically set by the @code{x} command
5758to the value found in the last address examined. Its type is chosen
5759to match the format in which the data was printed.
5760
5761@item $_exitcode
41afff9a 5762@vindex $_exitcode@r{, convenience variable}
c906108c
SS
5763The variable @code{$_exitcode} is automatically set to the exit code when
5764the program being debugged terminates.
5765@end table
5766
53a5351d
JM
5767On HP-UX systems, if you refer to a function or variable name that
5768begins with a dollar sign, @value{GDBN} searches for a user or system
5769name first, before it searches for a convenience variable.
c906108c 5770
6d2ebf8b 5771@node Registers
c906108c
SS
5772@section Registers
5773
5774@cindex registers
5775You can refer to machine register contents, in expressions, as variables
5776with names starting with @samp{$}. The names of registers are different
5777for each machine; use @code{info registers} to see the names used on
5778your machine.
5779
5780@table @code
5781@kindex info registers
5782@item info registers
5783Print the names and values of all registers except floating-point
c85508ee 5784and vector registers (in the selected stack frame).
c906108c
SS
5785
5786@kindex info all-registers
5787@cindex floating point registers
5788@item info all-registers
5789Print the names and values of all registers, including floating-point
c85508ee 5790and vector registers (in the selected stack frame).
c906108c
SS
5791
5792@item info registers @var{regname} @dots{}
5793Print the @dfn{relativized} value of each specified register @var{regname}.
5d161b24
DB
5794As discussed in detail below, register values are normally relative to
5795the selected stack frame. @var{regname} may be any register name valid on
c906108c
SS
5796the machine you are using, with or without the initial @samp{$}.
5797@end table
5798
5799@value{GDBN} has four ``standard'' register names that are available (in
5800expressions) on most machines---whenever they do not conflict with an
5801architecture's canonical mnemonics for registers. The register names
5802@code{$pc} and @code{$sp} are used for the program counter register and
5803the stack pointer. @code{$fp} is used for a register that contains a
5804pointer to the current stack frame, and @code{$ps} is used for a
5805register that contains the processor status. For example,
5806you could print the program counter in hex with
5807
474c8240 5808@smallexample
c906108c 5809p/x $pc
474c8240 5810@end smallexample
c906108c
SS
5811
5812@noindent
5813or print the instruction to be executed next with
5814
474c8240 5815@smallexample
c906108c 5816x/i $pc
474c8240 5817@end smallexample
c906108c
SS
5818
5819@noindent
5820or add four to the stack pointer@footnote{This is a way of removing
5821one word from the stack, on machines where stacks grow downward in
5822memory (most machines, nowadays). This assumes that the innermost
5823stack frame is selected; setting @code{$sp} is not allowed when other
5824stack frames are selected. To pop entire frames off the stack,
5825regardless of machine architecture, use @code{return};
d4f3574e 5826see @ref{Returning, ,Returning from a function}.} with
c906108c 5827
474c8240 5828@smallexample
c906108c 5829set $sp += 4
474c8240 5830@end smallexample
c906108c
SS
5831
5832Whenever possible, these four standard register names are available on
5833your machine even though the machine has different canonical mnemonics,
5834so long as there is no conflict. The @code{info registers} command
5835shows the canonical names. For example, on the SPARC, @code{info
5836registers} displays the processor status register as @code{$psr} but you
d4f3574e
SS
5837can also refer to it as @code{$ps}; and on x86-based machines @code{$ps}
5838is an alias for the @sc{eflags} register.
c906108c
SS
5839
5840@value{GDBN} always considers the contents of an ordinary register as an
5841integer when the register is examined in this way. Some machines have
5842special registers which can hold nothing but floating point; these
5843registers are considered to have floating point values. There is no way
5844to refer to the contents of an ordinary register as floating point value
5845(although you can @emph{print} it as a floating point value with
5846@samp{print/f $@var{regname}}).
5847
5848Some registers have distinct ``raw'' and ``virtual'' data formats. This
5849means that the data format in which the register contents are saved by
5850the operating system is not the same one that your program normally
5851sees. For example, the registers of the 68881 floating point
5852coprocessor are always saved in ``extended'' (raw) format, but all C
5853programs expect to work with ``double'' (virtual) format. In such
5d161b24 5854cases, @value{GDBN} normally works with the virtual format only (the format
c906108c
SS
5855that makes sense for your program), but the @code{info registers} command
5856prints the data in both formats.
5857
5858Normally, register values are relative to the selected stack frame
5859(@pxref{Selection, ,Selecting a frame}). This means that you get the
5860value that the register would contain if all stack frames farther in
5861were exited and their saved registers restored. In order to see the
5862true contents of hardware registers, you must select the innermost
5863frame (with @samp{frame 0}).
5864
5865However, @value{GDBN} must deduce where registers are saved, from the machine
5866code generated by your compiler. If some registers are not saved, or if
5867@value{GDBN} is unable to locate the saved registers, the selected stack
5868frame makes no difference.
5869
6d2ebf8b 5870@node Floating Point Hardware
c906108c
SS
5871@section Floating point hardware
5872@cindex floating point
5873
5874Depending on the configuration, @value{GDBN} may be able to give
5875you more information about the status of the floating point hardware.
5876
5877@table @code
5878@kindex info float
5879@item info float
5880Display hardware-dependent information about the floating
5881point unit. The exact contents and layout vary depending on the
5882floating point chip. Currently, @samp{info float} is supported on
5883the ARM and x86 machines.
5884@end table
c906108c 5885
e76f1f2e
AC
5886@node Vector Unit
5887@section Vector Unit
5888@cindex vector unit
5889
5890Depending on the configuration, @value{GDBN} may be able to give you
5891more information about the status of the vector unit.
5892
5893@table @code
5894@kindex info vector
5895@item info vector
5896Display information about the vector unit. The exact contents and
5897layout vary depending on the hardware.
5898@end table
5899
b383017d
RM
5900@node Auxiliary Vector
5901@section Operating system auxiliary vector
5902@cindex auxiliary vector
5903@cindex vector, auxiliary
5904
5905Some operating systems supply an @dfn{auxiliary vector} to programs at
5906startup. This is akin to the arguments and environment that you
5907specify for a program, but contains a system-dependent variety of
5908binary values that tell system libraries important details about the
5909hardware, operating system, and process. Each value's purpose is
5910identified by an integer tag; the meanings are well-known but system-specific.
5911Depending on the configuration and operating system facilities,
5912@value{GDBN} may be able to show you this information.
5913
5914@table @code
5915@kindex info auxv
5916@item info auxv
5917Display the auxiliary vector of the inferior, which can be either a
e4937fc1 5918live process or a core dump file. @value{GDBN} prints each tag value
b383017d
RM
5919numerically, and also shows names and text descriptions for recognized
5920tags. Some values in the vector are numbers, some bit masks, and some
e4937fc1 5921pointers to strings or other data. @value{GDBN} displays each value in the
b383017d
RM
5922most appropriate form for a recognized tag, and in hexadecimal for
5923an unrecognized tag.
5924@end table
5925
29e57380 5926@node Memory Region Attributes
b383017d 5927@section Memory region attributes
29e57380
C
5928@cindex memory region attributes
5929
b383017d
RM
5930@dfn{Memory region attributes} allow you to describe special handling
5931required by regions of your target's memory. @value{GDBN} uses attributes
29e57380
C
5932to determine whether to allow certain types of memory accesses; whether to
5933use specific width accesses; and whether to cache target memory.
5934
5935Defined memory regions can be individually enabled and disabled. When a
5936memory region is disabled, @value{GDBN} uses the default attributes when
5937accessing memory in that region. Similarly, if no memory regions have
5938been defined, @value{GDBN} uses the default attributes when accessing
5939all memory.
5940
b383017d 5941When a memory region is defined, it is given a number to identify it;
29e57380
C
5942to enable, disable, or remove a memory region, you specify that number.
5943
5944@table @code
5945@kindex mem
bfac230e
DH
5946@item mem @var{lower} @var{upper} @var{attributes}@dots{}
5947Define memory region bounded by @var{lower} and @var{upper} with
5948attributes @var{attributes}@dots{}. Note that @var{upper} == 0 is a
5949special case: it is treated as the the target's maximum memory address.
5950(0xffff on 16 bit targets, 0xffffffff on 32 bit targets, etc.)
29e57380
C
5951
5952@kindex delete mem
5953@item delete mem @var{nums}@dots{}
59649f2e 5954Remove memory regions @var{nums}@dots{}.
29e57380
C
5955
5956@kindex disable mem
5957@item disable mem @var{nums}@dots{}
59649f2e 5958Disable memory regions @var{nums}@dots{}.
b383017d 5959A disabled memory region is not forgotten.
29e57380
C
5960It may be enabled again later.
5961
5962@kindex enable mem
5963@item enable mem @var{nums}@dots{}
59649f2e 5964Enable memory regions @var{nums}@dots{}.
29e57380
C
5965
5966@kindex info mem
5967@item info mem
5968Print a table of all defined memory regions, with the following columns
5969for each region.
5970
5971@table @emph
5972@item Memory Region Number
5973@item Enabled or Disabled.
b383017d 5974Enabled memory regions are marked with @samp{y}.
29e57380
C
5975Disabled memory regions are marked with @samp{n}.
5976
5977@item Lo Address
5978The address defining the inclusive lower bound of the memory region.
5979
5980@item Hi Address
5981The address defining the exclusive upper bound of the memory region.
5982
5983@item Attributes
5984The list of attributes set for this memory region.
5985@end table
5986@end table
5987
5988
5989@subsection Attributes
5990
b383017d 5991@subsubsection Memory Access Mode
29e57380
C
5992The access mode attributes set whether @value{GDBN} may make read or
5993write accesses to a memory region.
5994
5995While these attributes prevent @value{GDBN} from performing invalid
5996memory accesses, they do nothing to prevent the target system, I/O DMA,
5997etc. from accessing memory.
5998
5999@table @code
6000@item ro
6001Memory is read only.
6002@item wo
6003Memory is write only.
6004@item rw
6ca652b0 6005Memory is read/write. This is the default.
29e57380
C
6006@end table
6007
6008@subsubsection Memory Access Size
6009The acccess size attributes tells @value{GDBN} to use specific sized
6010accesses in the memory region. Often memory mapped device registers
6011require specific sized accesses. If no access size attribute is
6012specified, @value{GDBN} may use accesses of any size.
6013
6014@table @code
6015@item 8
6016Use 8 bit memory accesses.
6017@item 16
6018Use 16 bit memory accesses.
6019@item 32
6020Use 32 bit memory accesses.
6021@item 64
6022Use 64 bit memory accesses.
6023@end table
6024
6025@c @subsubsection Hardware/Software Breakpoints
6026@c The hardware/software breakpoint attributes set whether @value{GDBN}
6027@c will use hardware or software breakpoints for the internal breakpoints
6028@c used by the step, next, finish, until, etc. commands.
6029@c
6030@c @table @code
6031@c @item hwbreak
b383017d 6032@c Always use hardware breakpoints
29e57380
C
6033@c @item swbreak (default)
6034@c @end table
6035
6036@subsubsection Data Cache
6037The data cache attributes set whether @value{GDBN} will cache target
6038memory. While this generally improves performance by reducing debug
6039protocol overhead, it can lead to incorrect results because @value{GDBN}
6040does not know about volatile variables or memory mapped device
6041registers.
6042
6043@table @code
6044@item cache
b383017d 6045Enable @value{GDBN} to cache target memory.
6ca652b0
EZ
6046@item nocache
6047Disable @value{GDBN} from caching target memory. This is the default.
29e57380
C
6048@end table
6049
6050@c @subsubsection Memory Write Verification
b383017d 6051@c The memory write verification attributes set whether @value{GDBN}
29e57380
C
6052@c will re-reads data after each write to verify the write was successful.
6053@c
6054@c @table @code
6055@c @item verify
6056@c @item noverify (default)
6057@c @end table
6058
16d9dec6
MS
6059@node Dump/Restore Files
6060@section Copy between memory and a file
6061@cindex dump/restore files
6062@cindex append data to a file
6063@cindex dump data to a file
6064@cindex restore data from a file
16d9dec6 6065
df5215a6
JB
6066You can use the commands @code{dump}, @code{append}, and
6067@code{restore} to copy data between target memory and a file. The
6068@code{dump} and @code{append} commands write data to a file, and the
6069@code{restore} command reads data from a file back into the inferior's
6070memory. Files may be in binary, Motorola S-record, Intel hex, or
6071Tektronix Hex format; however, @value{GDBN} can only append to binary
6072files.
6073
6074@table @code
6075
6076@kindex dump
6077@item dump @r{[}@var{format}@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
6078@itemx dump @r{[}@var{format}@r{]} value @var{filename} @var{expr}
6079Dump the contents of memory from @var{start_addr} to @var{end_addr},
6080or the value of @var{expr}, to @var{filename} in the given format.
16d9dec6 6081
df5215a6 6082The @var{format} parameter may be any one of:
16d9dec6 6083@table @code
df5215a6
JB
6084@item binary
6085Raw binary form.
6086@item ihex
6087Intel hex format.
6088@item srec
6089Motorola S-record format.
6090@item tekhex
6091Tektronix Hex format.
6092@end table
6093
6094@value{GDBN} uses the same definitions of these formats as the
6095@sc{gnu} binary utilities, like @samp{objdump} and @samp{objcopy}. If
6096@var{format} is omitted, @value{GDBN} dumps the data in raw binary
6097form.
6098
6099@kindex append
6100@item append @r{[}binary@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
6101@itemx append @r{[}binary@r{]} value @var{filename} @var{expr}
6102Append the contents of memory from @var{start_addr} to @var{end_addr},
6103or the value of @var{expr}, to @var{filename}, in raw binary form.
6104(@value{GDBN} can only append data to files in raw binary form.)
6105
6106@kindex restore
6107@item restore @var{filename} @r{[}binary@r{]} @var{bias} @var{start} @var{end}
6108Restore the contents of file @var{filename} into memory. The
6109@code{restore} command can automatically recognize any known @sc{bfd}
6110file format, except for raw binary. To restore a raw binary file you
6111must specify the optional keyword @code{binary} after the filename.
16d9dec6 6112
b383017d 6113If @var{bias} is non-zero, its value will be added to the addresses
16d9dec6
MS
6114contained in the file. Binary files always start at address zero, so
6115they will be restored at address @var{bias}. Other bfd files have
6116a built-in location; they will be restored at offset @var{bias}
6117from that location.
6118
6119If @var{start} and/or @var{end} are non-zero, then only data between
6120file offset @var{start} and file offset @var{end} will be restored.
b383017d 6121These offsets are relative to the addresses in the file, before
16d9dec6
MS
6122the @var{bias} argument is applied.
6123
6124@end table
6125
a0eb71c5
KB
6126@node Character Sets
6127@section Character Sets
6128@cindex character sets
6129@cindex charset
6130@cindex translating between character sets
6131@cindex host character set
6132@cindex target character set
6133
6134If the program you are debugging uses a different character set to
6135represent characters and strings than the one @value{GDBN} uses itself,
6136@value{GDBN} can automatically translate between the character sets for
6137you. The character set @value{GDBN} uses we call the @dfn{host
6138character set}; the one the inferior program uses we call the
6139@dfn{target character set}.
6140
6141For example, if you are running @value{GDBN} on a @sc{gnu}/Linux system, which
6142uses the ISO Latin 1 character set, but you are using @value{GDBN}'s
6143remote protocol (@pxref{Remote,Remote Debugging}) to debug a program
6144running on an IBM mainframe, which uses the @sc{ebcdic} character set,
6145then the host character set is Latin-1, and the target character set is
6146@sc{ebcdic}. If you give @value{GDBN} the command @code{set
e33d66ec 6147target-charset EBCDIC-US}, then @value{GDBN} translates between
a0eb71c5
KB
6148@sc{ebcdic} and Latin 1 as you print character or string values, or use
6149character and string literals in expressions.
6150
6151@value{GDBN} has no way to automatically recognize which character set
6152the inferior program uses; you must tell it, using the @code{set
6153target-charset} command, described below.
6154
6155Here are the commands for controlling @value{GDBN}'s character set
6156support:
6157
6158@table @code
6159@item set target-charset @var{charset}
6160@kindex set target-charset
6161Set the current target character set to @var{charset}. We list the
e33d66ec
EZ
6162character set names @value{GDBN} recognizes below, but if you type
6163@code{set target-charset} followed by @key{TAB}@key{TAB}, @value{GDBN} will
6164list the target character sets it supports.
a0eb71c5
KB
6165@end table
6166
6167@table @code
6168@item set host-charset @var{charset}
6169@kindex set host-charset
6170Set the current host character set to @var{charset}.
6171
6172By default, @value{GDBN} uses a host character set appropriate to the
6173system it is running on; you can override that default using the
6174@code{set host-charset} command.
6175
6176@value{GDBN} can only use certain character sets as its host character
6177set. We list the character set names @value{GDBN} recognizes below, and
e33d66ec
EZ
6178indicate which can be host character sets, but if you type
6179@code{set target-charset} followed by @key{TAB}@key{TAB}, @value{GDBN} will
6180list the host character sets it supports.
a0eb71c5
KB
6181
6182@item set charset @var{charset}
6183@kindex set charset
e33d66ec
EZ
6184Set the current host and target character sets to @var{charset}. As
6185above, if you type @code{set charset} followed by @key{TAB}@key{TAB},
6186@value{GDBN} will list the name of the character sets that can be used
6187for both host and target.
6188
a0eb71c5
KB
6189
6190@item show charset
a0eb71c5 6191@kindex show charset
b383017d 6192Show the names of the current host and target charsets.
e33d66ec
EZ
6193
6194@itemx show host-charset
a0eb71c5 6195@kindex show host-charset
b383017d 6196Show the name of the current host charset.
e33d66ec
EZ
6197
6198@itemx show target-charset
a0eb71c5 6199@kindex show target-charset
b383017d 6200Show the name of the current target charset.
a0eb71c5
KB
6201
6202@end table
6203
6204@value{GDBN} currently includes support for the following character
6205sets:
6206
6207@table @code
6208
6209@item ASCII
6210@cindex ASCII character set
6211Seven-bit U.S. @sc{ascii}. @value{GDBN} can use this as its host
6212character set.
6213
6214@item ISO-8859-1
6215@cindex ISO 8859-1 character set
6216@cindex ISO Latin 1 character set
e33d66ec 6217The ISO Latin 1 character set. This extends @sc{ascii} with accented
a0eb71c5
KB
6218characters needed for French, German, and Spanish. @value{GDBN} can use
6219this as its host character set.
6220
6221@item EBCDIC-US
6222@itemx IBM1047
6223@cindex EBCDIC character set
6224@cindex IBM1047 character set
6225Variants of the @sc{ebcdic} character set, used on some of IBM's
6226mainframe operating systems. (@sc{gnu}/Linux on the S/390 uses U.S. @sc{ascii}.)
6227@value{GDBN} cannot use these as its host character set.
6228
6229@end table
6230
6231Note that these are all single-byte character sets. More work inside
6232GDB is needed to support multi-byte or variable-width character
6233encodings, like the UTF-8 and UCS-2 encodings of Unicode.
6234
6235Here is an example of @value{GDBN}'s character set support in action.
6236Assume that the following source code has been placed in the file
6237@file{charset-test.c}:
6238
6239@smallexample
6240#include <stdio.h>
6241
6242char ascii_hello[]
6243 = @{72, 101, 108, 108, 111, 44, 32, 119,
6244 111, 114, 108, 100, 33, 10, 0@};
6245char ibm1047_hello[]
6246 = @{200, 133, 147, 147, 150, 107, 64, 166,
6247 150, 153, 147, 132, 90, 37, 0@};
6248
6249main ()
6250@{
6251 printf ("Hello, world!\n");
6252@}
10998722 6253@end smallexample
a0eb71c5
KB
6254
6255In this program, @code{ascii_hello} and @code{ibm1047_hello} are arrays
6256containing the string @samp{Hello, world!} followed by a newline,
6257encoded in the @sc{ascii} and @sc{ibm1047} character sets.
6258
6259We compile the program, and invoke the debugger on it:
6260
6261@smallexample
6262$ gcc -g charset-test.c -o charset-test
6263$ gdb -nw charset-test
6264GNU gdb 2001-12-19-cvs
6265Copyright 2001 Free Software Foundation, Inc.
6266@dots{}
b383017d 6267(gdb)
10998722 6268@end smallexample
a0eb71c5
KB
6269
6270We can use the @code{show charset} command to see what character sets
6271@value{GDBN} is currently using to interpret and display characters and
6272strings:
6273
6274@smallexample
6275(gdb) show charset
e33d66ec 6276The current host and target character set is `ISO-8859-1'.
b383017d 6277(gdb)
10998722 6278@end smallexample
a0eb71c5
KB
6279
6280For the sake of printing this manual, let's use @sc{ascii} as our
6281initial character set:
6282@smallexample
e33d66ec 6283(gdb) set charset ASCII
a0eb71c5 6284(gdb) show charset
e33d66ec 6285The current host and target character set is `ASCII'.
b383017d 6286(gdb)
10998722 6287@end smallexample
a0eb71c5
KB
6288
6289Let's assume that @sc{ascii} is indeed the correct character set for our
6290host system --- in other words, let's assume that if @value{GDBN} prints
6291characters using the @sc{ascii} character set, our terminal will display
6292them properly. Since our current target character set is also
6293@sc{ascii}, the contents of @code{ascii_hello} print legibly:
6294
6295@smallexample
6296(gdb) print ascii_hello
6297$1 = 0x401698 "Hello, world!\n"
6298(gdb) print ascii_hello[0]
6299$2 = 72 'H'
b383017d 6300(gdb)
10998722 6301@end smallexample
a0eb71c5
KB
6302
6303@value{GDBN} uses the target character set for character and string
6304literals you use in expressions:
6305
6306@smallexample
6307(gdb) print '+'
6308$3 = 43 '+'
b383017d 6309(gdb)
10998722 6310@end smallexample
a0eb71c5
KB
6311
6312The @sc{ascii} character set uses the number 43 to encode the @samp{+}
6313character.
6314
6315@value{GDBN} relies on the user to tell it which character set the
6316target program uses. If we print @code{ibm1047_hello} while our target
6317character set is still @sc{ascii}, we get jibberish:
6318
6319@smallexample
6320(gdb) print ibm1047_hello
6321$4 = 0x4016a8 "\310\205\223\223\226k@@\246\226\231\223\204Z%"
6322(gdb) print ibm1047_hello[0]
6323$5 = 200 '\310'
b383017d 6324(gdb)
10998722 6325@end smallexample
a0eb71c5 6326
e33d66ec 6327If we invoke the @code{set target-charset} followed by @key{TAB}@key{TAB},
a0eb71c5
KB
6328@value{GDBN} tells us the character sets it supports:
6329
6330@smallexample
6331(gdb) set target-charset
b383017d
RM
6332ASCII EBCDIC-US IBM1047 ISO-8859-1
6333(gdb) set target-charset
10998722 6334@end smallexample
a0eb71c5
KB
6335
6336We can select @sc{ibm1047} as our target character set, and examine the
6337program's strings again. Now the @sc{ascii} string is wrong, but
6338@value{GDBN} translates the contents of @code{ibm1047_hello} from the
6339target character set, @sc{ibm1047}, to the host character set,
6340@sc{ascii}, and they display correctly:
6341
6342@smallexample
e33d66ec 6343(gdb) set target-charset IBM1047
a0eb71c5 6344(gdb) show charset
e33d66ec
EZ
6345The current host character set is `ASCII'.
6346The current target character set is `IBM1047'.
a0eb71c5
KB
6347(gdb) print ascii_hello
6348$6 = 0x401698 "\110\145%%?\054\040\167?\162%\144\041\012"
6349(gdb) print ascii_hello[0]
6350$7 = 72 '\110'
6351(gdb) print ibm1047_hello
6352$8 = 0x4016a8 "Hello, world!\n"
6353(gdb) print ibm1047_hello[0]
6354$9 = 200 'H'
6355(gdb)
10998722 6356@end smallexample
a0eb71c5
KB
6357
6358As above, @value{GDBN} uses the target character set for character and
6359string literals you use in expressions:
6360
6361@smallexample
6362(gdb) print '+'
6363$10 = 78 '+'
b383017d 6364(gdb)
10998722 6365@end smallexample
a0eb71c5 6366
e33d66ec 6367The @sc{ibm1047} character set uses the number 78 to encode the @samp{+}
a0eb71c5
KB
6368character.
6369
6370
e2e0bcd1
JB
6371@node Macros
6372@chapter C Preprocessor Macros
6373
6374Some languages, such as C and C++, provide a way to define and invoke
6375``preprocessor macros'' which expand into strings of tokens.
6376@value{GDBN} can evaluate expressions containing macro invocations, show
6377the result of macro expansion, and show a macro's definition, including
6378where it was defined.
6379
6380You may need to compile your program specially to provide @value{GDBN}
6381with information about preprocessor macros. Most compilers do not
6382include macros in their debugging information, even when you compile
6383with the @option{-g} flag. @xref{Compilation}.
6384
6385A program may define a macro at one point, remove that definition later,
6386and then provide a different definition after that. Thus, at different
6387points in the program, a macro may have different definitions, or have
6388no definition at all. If there is a current stack frame, @value{GDBN}
6389uses the macros in scope at that frame's source code line. Otherwise,
6390@value{GDBN} uses the macros in scope at the current listing location;
6391see @ref{List}.
6392
6393At the moment, @value{GDBN} does not support the @code{##}
6394token-splicing operator, the @code{#} stringification operator, or
6395variable-arity macros.
6396
6397Whenever @value{GDBN} evaluates an expression, it always expands any
6398macro invocations present in the expression. @value{GDBN} also provides
6399the following commands for working with macros explicitly.
6400
6401@table @code
6402
6403@kindex macro expand
6404@cindex macro expansion, showing the results of preprocessor
6405@cindex preprocessor macro expansion, showing the results of
6406@cindex expanding preprocessor macros
6407@item macro expand @var{expression}
6408@itemx macro exp @var{expression}
6409Show the results of expanding all preprocessor macro invocations in
6410@var{expression}. Since @value{GDBN} simply expands macros, but does
6411not parse the result, @var{expression} need not be a valid expression;
6412it can be any string of tokens.
6413
6414@kindex macro expand-once
6415@item macro expand-once @var{expression}
6416@itemx macro exp1 @var{expression}
6417@i{(This command is not yet implemented.)} Show the results of
6418expanding those preprocessor macro invocations that appear explicitly in
6419@var{expression}. Macro invocations appearing in that expansion are
6420left unchanged. This command allows you to see the effect of a
6421particular macro more clearly, without being confused by further
6422expansions. Since @value{GDBN} simply expands macros, but does not
6423parse the result, @var{expression} need not be a valid expression; it
6424can be any string of tokens.
6425
475b0867 6426@kindex info macro
e2e0bcd1
JB
6427@cindex macro definition, showing
6428@cindex definition, showing a macro's
475b0867 6429@item info macro @var{macro}
e2e0bcd1
JB
6430Show the definition of the macro named @var{macro}, and describe the
6431source location where that definition was established.
6432
6433@kindex macro define
6434@cindex user-defined macros
6435@cindex defining macros interactively
6436@cindex macros, user-defined
6437@item macro define @var{macro} @var{replacement-list}
6438@itemx macro define @var{macro}(@var{arglist}) @var{replacement-list}
6439@i{(This command is not yet implemented.)} Introduce a definition for a
6440preprocessor macro named @var{macro}, invocations of which are replaced
6441by the tokens given in @var{replacement-list}. The first form of this
6442command defines an ``object-like'' macro, which takes no arguments; the
6443second form defines a ``function-like'' macro, which takes the arguments
6444given in @var{arglist}.
6445
6446A definition introduced by this command is in scope in every expression
6447evaluated in @value{GDBN}, until it is removed with the @command{macro
6448undef} command, described below. The definition overrides all
6449definitions for @var{macro} present in the program being debugged, as
6450well as any previous user-supplied definition.
6451
6452@kindex macro undef
6453@item macro undef @var{macro}
6454@i{(This command is not yet implemented.)} Remove any user-supplied
6455definition for the macro named @var{macro}. This command only affects
6456definitions provided with the @command{macro define} command, described
6457above; it cannot remove definitions present in the program being
6458debugged.
6459
6460@end table
6461
6462@cindex macros, example of debugging with
6463Here is a transcript showing the above commands in action. First, we
6464show our source files:
6465
6466@smallexample
6467$ cat sample.c
6468#include <stdio.h>
6469#include "sample.h"
6470
6471#define M 42
6472#define ADD(x) (M + x)
6473
6474main ()
6475@{
6476#define N 28
6477 printf ("Hello, world!\n");
6478#undef N
6479 printf ("We're so creative.\n");
6480#define N 1729
6481 printf ("Goodbye, world!\n");
6482@}
6483$ cat sample.h
6484#define Q <
6485$
6486@end smallexample
6487
6488Now, we compile the program using the @sc{gnu} C compiler, @value{NGCC}.
6489We pass the @option{-gdwarf-2} and @option{-g3} flags to ensure the
6490compiler includes information about preprocessor macros in the debugging
6491information.
6492
6493@smallexample
6494$ gcc -gdwarf-2 -g3 sample.c -o sample
6495$
6496@end smallexample
6497
6498Now, we start @value{GDBN} on our sample program:
6499
6500@smallexample
6501$ gdb -nw sample
6502GNU gdb 2002-05-06-cvs
6503Copyright 2002 Free Software Foundation, Inc.
6504GDB is free software, @dots{}
6505(gdb)
6506@end smallexample
6507
6508We can expand macros and examine their definitions, even when the
6509program is not running. @value{GDBN} uses the current listing position
6510to decide which macro definitions are in scope:
6511
6512@smallexample
6513(gdb) list main
65143
65154 #define M 42
65165 #define ADD(x) (M + x)
65176
65187 main ()
65198 @{
65209 #define N 28
652110 printf ("Hello, world!\n");
652211 #undef N
652312 printf ("We're so creative.\n");
475b0867 6524(gdb) info macro ADD
e2e0bcd1
JB
6525Defined at /home/jimb/gdb/macros/play/sample.c:5
6526#define ADD(x) (M + x)
475b0867 6527(gdb) info macro Q
e2e0bcd1
JB
6528Defined at /home/jimb/gdb/macros/play/sample.h:1
6529 included at /home/jimb/gdb/macros/play/sample.c:2
6530#define Q <
6531(gdb) macro expand ADD(1)
6532expands to: (42 + 1)
6533(gdb) macro expand-once ADD(1)
6534expands to: once (M + 1)
b383017d 6535(gdb)
e2e0bcd1
JB
6536@end smallexample
6537
6538In the example above, note that @command{macro expand-once} expands only
6539the macro invocation explicit in the original text --- the invocation of
6540@code{ADD} --- but does not expand the invocation of the macro @code{M},
6541which was introduced by @code{ADD}.
6542
6543Once the program is running, GDB uses the macro definitions in force at
6544the source line of the current stack frame:
6545
6546@smallexample
6547(gdb) break main
6548Breakpoint 1 at 0x8048370: file sample.c, line 10.
6549(gdb) run
b383017d 6550Starting program: /home/jimb/gdb/macros/play/sample
e2e0bcd1
JB
6551
6552Breakpoint 1, main () at sample.c:10
655310 printf ("Hello, world!\n");
b383017d 6554(gdb)
e2e0bcd1
JB
6555@end smallexample
6556
6557At line 10, the definition of the macro @code{N} at line 9 is in force:
6558
6559@smallexample
475b0867 6560(gdb) info macro N
e2e0bcd1
JB
6561Defined at /home/jimb/gdb/macros/play/sample.c:9
6562#define N 28
6563(gdb) macro expand N Q M
6564expands to: 28 < 42
6565(gdb) print N Q M
6566$1 = 1
b383017d 6567(gdb)
e2e0bcd1
JB
6568@end smallexample
6569
6570As we step over directives that remove @code{N}'s definition, and then
6571give it a new definition, @value{GDBN} finds the definition (or lack
6572thereof) in force at each point:
6573
6574@smallexample
6575(gdb) next
6576Hello, world!
657712 printf ("We're so creative.\n");
475b0867 6578(gdb) info macro N
e2e0bcd1
JB
6579The symbol `N' has no definition as a C/C++ preprocessor macro
6580at /home/jimb/gdb/macros/play/sample.c:12
6581(gdb) next
6582We're so creative.
658314 printf ("Goodbye, world!\n");
475b0867 6584(gdb) info macro N
e2e0bcd1
JB
6585Defined at /home/jimb/gdb/macros/play/sample.c:13
6586#define N 1729
6587(gdb) macro expand N Q M
6588expands to: 1729 < 42
6589(gdb) print N Q M
6590$2 = 0
b383017d 6591(gdb)
e2e0bcd1
JB
6592@end smallexample
6593
6594
b37052ae
EZ
6595@node Tracepoints
6596@chapter Tracepoints
6597@c This chapter is based on the documentation written by Michael
6598@c Snyder, David Taylor, Jim Blandy, and Elena Zannoni.
6599
6600@cindex tracepoints
6601In some applications, it is not feasible for the debugger to interrupt
6602the program's execution long enough for the developer to learn
6603anything helpful about its behavior. If the program's correctness
6604depends on its real-time behavior, delays introduced by a debugger
6605might cause the program to change its behavior drastically, or perhaps
6606fail, even when the code itself is correct. It is useful to be able
6607to observe the program's behavior without interrupting it.
6608
6609Using @value{GDBN}'s @code{trace} and @code{collect} commands, you can
6610specify locations in the program, called @dfn{tracepoints}, and
6611arbitrary expressions to evaluate when those tracepoints are reached.
6612Later, using the @code{tfind} command, you can examine the values
6613those expressions had when the program hit the tracepoints. The
6614expressions may also denote objects in memory---structures or arrays,
6615for example---whose values @value{GDBN} should record; while visiting
6616a particular tracepoint, you may inspect those objects as if they were
6617in memory at that moment. However, because @value{GDBN} records these
6618values without interacting with you, it can do so quickly and
6619unobtrusively, hopefully not disturbing the program's behavior.
6620
6621The tracepoint facility is currently available only for remote
2c0069bb
EZ
6622targets. @xref{Targets}. In addition, your remote target must know how
6623to collect trace data. This functionality is implemented in the remote
6624stub; however, none of the stubs distributed with @value{GDBN} support
6625tracepoints as of this writing.
b37052ae
EZ
6626
6627This chapter describes the tracepoint commands and features.
6628
6629@menu
b383017d
RM
6630* Set Tracepoints::
6631* Analyze Collected Data::
6632* Tracepoint Variables::
b37052ae
EZ
6633@end menu
6634
6635@node Set Tracepoints
6636@section Commands to Set Tracepoints
6637
6638Before running such a @dfn{trace experiment}, an arbitrary number of
6639tracepoints can be set. Like a breakpoint (@pxref{Set Breaks}), a
6640tracepoint has a number assigned to it by @value{GDBN}. Like with
6641breakpoints, tracepoint numbers are successive integers starting from
6642one. Many of the commands associated with tracepoints take the
6643tracepoint number as their argument, to identify which tracepoint to
6644work on.
6645
6646For each tracepoint, you can specify, in advance, some arbitrary set
6647of data that you want the target to collect in the trace buffer when
6648it hits that tracepoint. The collected data can include registers,
6649local variables, or global data. Later, you can use @value{GDBN}
6650commands to examine the values these data had at the time the
6651tracepoint was hit.
6652
6653This section describes commands to set tracepoints and associated
6654conditions and actions.
6655
6656@menu
b383017d
RM
6657* Create and Delete Tracepoints::
6658* Enable and Disable Tracepoints::
6659* Tracepoint Passcounts::
6660* Tracepoint Actions::
6661* Listing Tracepoints::
6662* Starting and Stopping Trace Experiment::
b37052ae
EZ
6663@end menu
6664
6665@node Create and Delete Tracepoints
6666@subsection Create and Delete Tracepoints
6667
6668@table @code
6669@cindex set tracepoint
6670@kindex trace
6671@item trace
6672The @code{trace} command is very similar to the @code{break} command.
6673Its argument can be a source line, a function name, or an address in
6674the target program. @xref{Set Breaks}. The @code{trace} command
6675defines a tracepoint, which is a point in the target program where the
6676debugger will briefly stop, collect some data, and then allow the
6677program to continue. Setting a tracepoint or changing its commands
6678doesn't take effect until the next @code{tstart} command; thus, you
6679cannot change the tracepoint attributes once a trace experiment is
6680running.
6681
6682Here are some examples of using the @code{trace} command:
6683
6684@smallexample
6685(@value{GDBP}) @b{trace foo.c:121} // a source file and line number
6686
6687(@value{GDBP}) @b{trace +2} // 2 lines forward
6688
6689(@value{GDBP}) @b{trace my_function} // first source line of function
6690
6691(@value{GDBP}) @b{trace *my_function} // EXACT start address of function
6692
6693(@value{GDBP}) @b{trace *0x2117c4} // an address
6694@end smallexample
6695
6696@noindent
6697You can abbreviate @code{trace} as @code{tr}.
6698
6699@vindex $tpnum
6700@cindex last tracepoint number
6701@cindex recent tracepoint number
6702@cindex tracepoint number
6703The convenience variable @code{$tpnum} records the tracepoint number
6704of the most recently set tracepoint.
6705
6706@kindex delete tracepoint
6707@cindex tracepoint deletion
6708@item delete tracepoint @r{[}@var{num}@r{]}
6709Permanently delete one or more tracepoints. With no argument, the
6710default is to delete all tracepoints.
6711
6712Examples:
6713
6714@smallexample
6715(@value{GDBP}) @b{delete trace 1 2 3} // remove three tracepoints
6716
6717(@value{GDBP}) @b{delete trace} // remove all tracepoints
6718@end smallexample
6719
6720@noindent
6721You can abbreviate this command as @code{del tr}.
6722@end table
6723
6724@node Enable and Disable Tracepoints
6725@subsection Enable and Disable Tracepoints
6726
6727@table @code
6728@kindex disable tracepoint
6729@item disable tracepoint @r{[}@var{num}@r{]}
6730Disable tracepoint @var{num}, or all tracepoints if no argument
6731@var{num} is given. A disabled tracepoint will have no effect during
6732the next trace experiment, but it is not forgotten. You can re-enable
6733a disabled tracepoint using the @code{enable tracepoint} command.
6734
6735@kindex enable tracepoint
6736@item enable tracepoint @r{[}@var{num}@r{]}
6737Enable tracepoint @var{num}, or all tracepoints. The enabled
6738tracepoints will become effective the next time a trace experiment is
6739run.
6740@end table
6741
6742@node Tracepoint Passcounts
6743@subsection Tracepoint Passcounts
6744
6745@table @code
6746@kindex passcount
6747@cindex tracepoint pass count
6748@item passcount @r{[}@var{n} @r{[}@var{num}@r{]]}
6749Set the @dfn{passcount} of a tracepoint. The passcount is a way to
6750automatically stop a trace experiment. If a tracepoint's passcount is
6751@var{n}, then the trace experiment will be automatically stopped on
6752the @var{n}'th time that tracepoint is hit. If the tracepoint number
6753@var{num} is not specified, the @code{passcount} command sets the
6754passcount of the most recently defined tracepoint. If no passcount is
6755given, the trace experiment will run until stopped explicitly by the
6756user.
6757
6758Examples:
6759
6760@smallexample
b383017d 6761(@value{GDBP}) @b{passcount 5 2} // Stop on the 5th execution of
6826cf00 6762@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// tracepoint 2}
b37052ae
EZ
6763
6764(@value{GDBP}) @b{passcount 12} // Stop on the 12th execution of the
6826cf00 6765@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// most recently defined tracepoint.}
b37052ae
EZ
6766(@value{GDBP}) @b{trace foo}
6767(@value{GDBP}) @b{pass 3}
6768(@value{GDBP}) @b{trace bar}
6769(@value{GDBP}) @b{pass 2}
6770(@value{GDBP}) @b{trace baz}
6771(@value{GDBP}) @b{pass 1} // Stop tracing when foo has been
6826cf00
EZ
6772@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// executed 3 times OR when bar has}
6773@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// been executed 2 times}
6774@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// OR when baz has been executed 1 time.}
b37052ae
EZ
6775@end smallexample
6776@end table
6777
6778@node Tracepoint Actions
6779@subsection Tracepoint Action Lists
6780
6781@table @code
6782@kindex actions
6783@cindex tracepoint actions
6784@item actions @r{[}@var{num}@r{]}
6785This command will prompt for a list of actions to be taken when the
6786tracepoint is hit. If the tracepoint number @var{num} is not
6787specified, this command sets the actions for the one that was most
6788recently defined (so that you can define a tracepoint and then say
6789@code{actions} without bothering about its number). You specify the
6790actions themselves on the following lines, one action at a time, and
6791terminate the actions list with a line containing just @code{end}. So
6792far, the only defined actions are @code{collect} and
6793@code{while-stepping}.
6794
6795@cindex remove actions from a tracepoint
6796To remove all actions from a tracepoint, type @samp{actions @var{num}}
6797and follow it immediately with @samp{end}.
6798
6799@smallexample
6800(@value{GDBP}) @b{collect @var{data}} // collect some data
6801
6826cf00 6802(@value{GDBP}) @b{while-stepping 5} // single-step 5 times, collect data
b37052ae 6803
6826cf00 6804(@value{GDBP}) @b{end} // signals the end of actions.
b37052ae
EZ
6805@end smallexample
6806
6807In the following example, the action list begins with @code{collect}
6808commands indicating the things to be collected when the tracepoint is
6809hit. Then, in order to single-step and collect additional data
6810following the tracepoint, a @code{while-stepping} command is used,
6811followed by the list of things to be collected while stepping. The
6812@code{while-stepping} command is terminated by its own separate
6813@code{end} command. Lastly, the action list is terminated by an
6814@code{end} command.
6815
6816@smallexample
6817(@value{GDBP}) @b{trace foo}
6818(@value{GDBP}) @b{actions}
6819Enter actions for tracepoint 1, one per line:
6820> collect bar,baz
6821> collect $regs
6822> while-stepping 12
6823 > collect $fp, $sp
6824 > end
6825end
6826@end smallexample
6827
6828@kindex collect @r{(tracepoints)}
6829@item collect @var{expr1}, @var{expr2}, @dots{}
6830Collect values of the given expressions when the tracepoint is hit.
6831This command accepts a comma-separated list of any valid expressions.
6832In addition to global, static, or local variables, the following
6833special arguments are supported:
6834
6835@table @code
6836@item $regs
6837collect all registers
6838
6839@item $args
6840collect all function arguments
6841
6842@item $locals
6843collect all local variables.
6844@end table
6845
6846You can give several consecutive @code{collect} commands, each one
6847with a single argument, or one @code{collect} command with several
6848arguments separated by commas: the effect is the same.
6849
f5c37c66
EZ
6850The command @code{info scope} (@pxref{Symbols, info scope}) is
6851particularly useful for figuring out what data to collect.
6852
b37052ae
EZ
6853@kindex while-stepping @r{(tracepoints)}
6854@item while-stepping @var{n}
6855Perform @var{n} single-step traces after the tracepoint, collecting
6856new data at each step. The @code{while-stepping} command is
6857followed by the list of what to collect while stepping (followed by
6858its own @code{end} command):
6859
6860@smallexample
6861> while-stepping 12
6862 > collect $regs, myglobal
6863 > end
6864>
6865@end smallexample
6866
6867@noindent
6868You may abbreviate @code{while-stepping} as @code{ws} or
6869@code{stepping}.
6870@end table
6871
6872@node Listing Tracepoints
6873@subsection Listing Tracepoints
6874
6875@table @code
6876@kindex info tracepoints
6877@cindex information about tracepoints
6878@item info tracepoints @r{[}@var{num}@r{]}
8a037dd7 6879Display information about the tracepoint @var{num}. If you don't specify
798c8bc6 6880a tracepoint number, displays information about all the tracepoints
b37052ae
EZ
6881defined so far. For each tracepoint, the following information is
6882shown:
6883
6884@itemize @bullet
6885@item
6886its number
6887@item
6888whether it is enabled or disabled
6889@item
6890its address
6891@item
6892its passcount as given by the @code{passcount @var{n}} command
6893@item
6894its step count as given by the @code{while-stepping @var{n}} command
6895@item
6896where in the source files is the tracepoint set
6897@item
6898its action list as given by the @code{actions} command
6899@end itemize
6900
6901@smallexample
6902(@value{GDBP}) @b{info trace}
6903Num Enb Address PassC StepC What
69041 y 0x002117c4 0 0 <gdb_asm>
6826cf00
EZ
69052 y 0x0020dc64 0 0 in g_test at g_test.c:1375
69063 y 0x0020b1f4 0 0 in get_data at ../foo.c:41
b37052ae
EZ
6907(@value{GDBP})
6908@end smallexample
6909
6910@noindent
6911This command can be abbreviated @code{info tp}.
6912@end table
6913
6914@node Starting and Stopping Trace Experiment
6915@subsection Starting and Stopping Trace Experiment
6916
6917@table @code
6918@kindex tstart
6919@cindex start a new trace experiment
6920@cindex collected data discarded
6921@item tstart
6922This command takes no arguments. It starts the trace experiment, and
6923begins collecting data. This has the side effect of discarding all
6924the data collected in the trace buffer during the previous trace
6925experiment.
6926
6927@kindex tstop
6928@cindex stop a running trace experiment
6929@item tstop
6930This command takes no arguments. It ends the trace experiment, and
6931stops collecting data.
6932
6933@strong{Note:} a trace experiment and data collection may stop
6934automatically if any tracepoint's passcount is reached
6935(@pxref{Tracepoint Passcounts}), or if the trace buffer becomes full.
6936
6937@kindex tstatus
6938@cindex status of trace data collection
6939@cindex trace experiment, status of
6940@item tstatus
6941This command displays the status of the current trace data
6942collection.
6943@end table
6944
6945Here is an example of the commands we described so far:
6946
6947@smallexample
6948(@value{GDBP}) @b{trace gdb_c_test}
6949(@value{GDBP}) @b{actions}
6950Enter actions for tracepoint #1, one per line.
6951> collect $regs,$locals,$args
6952> while-stepping 11
6953 > collect $regs
6954 > end
6955> end
6956(@value{GDBP}) @b{tstart}
6957 [time passes @dots{}]
6958(@value{GDBP}) @b{tstop}
6959@end smallexample
6960
6961
6962@node Analyze Collected Data
6963@section Using the collected data
6964
6965After the tracepoint experiment ends, you use @value{GDBN} commands
6966for examining the trace data. The basic idea is that each tracepoint
6967collects a trace @dfn{snapshot} every time it is hit and another
6968snapshot every time it single-steps. All these snapshots are
6969consecutively numbered from zero and go into a buffer, and you can
6970examine them later. The way you examine them is to @dfn{focus} on a
6971specific trace snapshot. When the remote stub is focused on a trace
6972snapshot, it will respond to all @value{GDBN} requests for memory and
6973registers by reading from the buffer which belongs to that snapshot,
6974rather than from @emph{real} memory or registers of the program being
6975debugged. This means that @strong{all} @value{GDBN} commands
6976(@code{print}, @code{info registers}, @code{backtrace}, etc.) will
6977behave as if we were currently debugging the program state as it was
6978when the tracepoint occurred. Any requests for data that are not in
6979the buffer will fail.
6980
6981@menu
6982* tfind:: How to select a trace snapshot
6983* tdump:: How to display all data for a snapshot
6984* save-tracepoints:: How to save tracepoints for a future run
6985@end menu
6986
6987@node tfind
6988@subsection @code{tfind @var{n}}
6989
6990@kindex tfind
6991@cindex select trace snapshot
6992@cindex find trace snapshot
6993The basic command for selecting a trace snapshot from the buffer is
6994@code{tfind @var{n}}, which finds trace snapshot number @var{n},
6995counting from zero. If no argument @var{n} is given, the next
6996snapshot is selected.
6997
6998Here are the various forms of using the @code{tfind} command.
6999
7000@table @code
7001@item tfind start
7002Find the first snapshot in the buffer. This is a synonym for
7003@code{tfind 0} (since 0 is the number of the first snapshot).
7004
7005@item tfind none
7006Stop debugging trace snapshots, resume @emph{live} debugging.
7007
7008@item tfind end
7009Same as @samp{tfind none}.
7010
7011@item tfind
7012No argument means find the next trace snapshot.
7013
7014@item tfind -
7015Find the previous trace snapshot before the current one. This permits
7016retracing earlier steps.
7017
7018@item tfind tracepoint @var{num}
7019Find the next snapshot associated with tracepoint @var{num}. Search
7020proceeds forward from the last examined trace snapshot. If no
7021argument @var{num} is given, it means find the next snapshot collected
7022for the same tracepoint as the current snapshot.
7023
7024@item tfind pc @var{addr}
7025Find the next snapshot associated with the value @var{addr} of the
7026program counter. Search proceeds forward from the last examined trace
7027snapshot. If no argument @var{addr} is given, it means find the next
7028snapshot with the same value of PC as the current snapshot.
7029
7030@item tfind outside @var{addr1}, @var{addr2}
7031Find the next snapshot whose PC is outside the given range of
7032addresses.
7033
7034@item tfind range @var{addr1}, @var{addr2}
7035Find the next snapshot whose PC is between @var{addr1} and
7036@var{addr2}. @c FIXME: Is the range inclusive or exclusive?
7037
7038@item tfind line @r{[}@var{file}:@r{]}@var{n}
7039Find the next snapshot associated with the source line @var{n}. If
7040the optional argument @var{file} is given, refer to line @var{n} in
7041that source file. Search proceeds forward from the last examined
7042trace snapshot. If no argument @var{n} is given, it means find the
7043next line other than the one currently being examined; thus saying
7044@code{tfind line} repeatedly can appear to have the same effect as
7045stepping from line to line in a @emph{live} debugging session.
7046@end table
7047
7048The default arguments for the @code{tfind} commands are specifically
7049designed to make it easy to scan through the trace buffer. For
7050instance, @code{tfind} with no argument selects the next trace
7051snapshot, and @code{tfind -} with no argument selects the previous
7052trace snapshot. So, by giving one @code{tfind} command, and then
7053simply hitting @key{RET} repeatedly you can examine all the trace
7054snapshots in order. Or, by saying @code{tfind -} and then hitting
7055@key{RET} repeatedly you can examine the snapshots in reverse order.
7056The @code{tfind line} command with no argument selects the snapshot
7057for the next source line executed. The @code{tfind pc} command with
7058no argument selects the next snapshot with the same program counter
7059(PC) as the current frame. The @code{tfind tracepoint} command with
7060no argument selects the next trace snapshot collected by the same
7061tracepoint as the current one.
7062
7063In addition to letting you scan through the trace buffer manually,
7064these commands make it easy to construct @value{GDBN} scripts that
7065scan through the trace buffer and print out whatever collected data
7066you are interested in. Thus, if we want to examine the PC, FP, and SP
7067registers from each trace frame in the buffer, we can say this:
7068
7069@smallexample
7070(@value{GDBP}) @b{tfind start}
7071(@value{GDBP}) @b{while ($trace_frame != -1)}
7072> printf "Frame %d, PC = %08X, SP = %08X, FP = %08X\n", \
7073 $trace_frame, $pc, $sp, $fp
7074> tfind
7075> end
7076
7077Frame 0, PC = 0020DC64, SP = 0030BF3C, FP = 0030BF44
7078Frame 1, PC = 0020DC6C, SP = 0030BF38, FP = 0030BF44
7079Frame 2, PC = 0020DC70, SP = 0030BF34, FP = 0030BF44
7080Frame 3, PC = 0020DC74, SP = 0030BF30, FP = 0030BF44
7081Frame 4, PC = 0020DC78, SP = 0030BF2C, FP = 0030BF44
7082Frame 5, PC = 0020DC7C, SP = 0030BF28, FP = 0030BF44
7083Frame 6, PC = 0020DC80, SP = 0030BF24, FP = 0030BF44
7084Frame 7, PC = 0020DC84, SP = 0030BF20, FP = 0030BF44
7085Frame 8, PC = 0020DC88, SP = 0030BF1C, FP = 0030BF44
7086Frame 9, PC = 0020DC8E, SP = 0030BF18, FP = 0030BF44
7087Frame 10, PC = 00203F6C, SP = 0030BE3C, FP = 0030BF14
7088@end smallexample
7089
7090Or, if we want to examine the variable @code{X} at each source line in
7091the buffer:
7092
7093@smallexample
7094(@value{GDBP}) @b{tfind start}
7095(@value{GDBP}) @b{while ($trace_frame != -1)}
7096> printf "Frame %d, X == %d\n", $trace_frame, X
7097> tfind line
7098> end
7099
7100Frame 0, X = 1
7101Frame 7, X = 2
7102Frame 13, X = 255
7103@end smallexample
7104
7105@node tdump
7106@subsection @code{tdump}
7107@kindex tdump
7108@cindex dump all data collected at tracepoint
7109@cindex tracepoint data, display
7110
7111This command takes no arguments. It prints all the data collected at
7112the current trace snapshot.
7113
7114@smallexample
7115(@value{GDBP}) @b{trace 444}
7116(@value{GDBP}) @b{actions}
7117Enter actions for tracepoint #2, one per line:
7118> collect $regs, $locals, $args, gdb_long_test
7119> end
7120
7121(@value{GDBP}) @b{tstart}
7122
7123(@value{GDBP}) @b{tfind line 444}
7124#0 gdb_test (p1=0x11, p2=0x22, p3=0x33, p4=0x44, p5=0x55, p6=0x66)
7125at gdb_test.c:444
7126444 printp( "%s: arguments = 0x%X 0x%X 0x%X 0x%X 0x%X 0x%X\n", )
7127
7128(@value{GDBP}) @b{tdump}
7129Data collected at tracepoint 2, trace frame 1:
7130d0 0xc4aa0085 -995491707
7131d1 0x18 24
7132d2 0x80 128
7133d3 0x33 51
7134d4 0x71aea3d 119204413
7135d5 0x22 34
7136d6 0xe0 224
7137d7 0x380035 3670069
7138a0 0x19e24a 1696330
7139a1 0x3000668 50333288
7140a2 0x100 256
7141a3 0x322000 3284992
7142a4 0x3000698 50333336
7143a5 0x1ad3cc 1758156
7144fp 0x30bf3c 0x30bf3c
7145sp 0x30bf34 0x30bf34
7146ps 0x0 0
7147pc 0x20b2c8 0x20b2c8
7148fpcontrol 0x0 0
7149fpstatus 0x0 0
7150fpiaddr 0x0 0
7151p = 0x20e5b4 "gdb-test"
7152p1 = (void *) 0x11
7153p2 = (void *) 0x22
7154p3 = (void *) 0x33
7155p4 = (void *) 0x44
7156p5 = (void *) 0x55
7157p6 = (void *) 0x66
7158gdb_long_test = 17 '\021'
7159
7160(@value{GDBP})
7161@end smallexample
7162
7163@node save-tracepoints
7164@subsection @code{save-tracepoints @var{filename}}
7165@kindex save-tracepoints
7166@cindex save tracepoints for future sessions
7167
7168This command saves all current tracepoint definitions together with
7169their actions and passcounts, into a file @file{@var{filename}}
7170suitable for use in a later debugging session. To read the saved
7171tracepoint definitions, use the @code{source} command (@pxref{Command
7172Files}).
7173
7174@node Tracepoint Variables
7175@section Convenience Variables for Tracepoints
7176@cindex tracepoint variables
7177@cindex convenience variables for tracepoints
7178
7179@table @code
7180@vindex $trace_frame
7181@item (int) $trace_frame
7182The current trace snapshot (a.k.a.@: @dfn{frame}) number, or -1 if no
7183snapshot is selected.
7184
7185@vindex $tracepoint
7186@item (int) $tracepoint
7187The tracepoint for the current trace snapshot.
7188
7189@vindex $trace_line
7190@item (int) $trace_line
7191The line number for the current trace snapshot.
7192
7193@vindex $trace_file
7194@item (char []) $trace_file
7195The source file for the current trace snapshot.
7196
7197@vindex $trace_func
7198@item (char []) $trace_func
7199The name of the function containing @code{$tracepoint}.
7200@end table
7201
7202Note: @code{$trace_file} is not suitable for use in @code{printf},
7203use @code{output} instead.
7204
7205Here's a simple example of using these convenience variables for
7206stepping through all the trace snapshots and printing some of their
7207data.
7208
7209@smallexample
7210(@value{GDBP}) @b{tfind start}
7211
7212(@value{GDBP}) @b{while $trace_frame != -1}
7213> output $trace_file
7214> printf ", line %d (tracepoint #%d)\n", $trace_line, $tracepoint
7215> tfind
7216> end
7217@end smallexample
7218
df0cd8c5
JB
7219@node Overlays
7220@chapter Debugging Programs That Use Overlays
7221@cindex overlays
7222
7223If your program is too large to fit completely in your target system's
7224memory, you can sometimes use @dfn{overlays} to work around this
7225problem. @value{GDBN} provides some support for debugging programs that
7226use overlays.
7227
7228@menu
7229* How Overlays Work:: A general explanation of overlays.
7230* Overlay Commands:: Managing overlays in @value{GDBN}.
7231* Automatic Overlay Debugging:: @value{GDBN} can find out which overlays are
7232 mapped by asking the inferior.
7233* Overlay Sample Program:: A sample program using overlays.
7234@end menu
7235
7236@node How Overlays Work
7237@section How Overlays Work
7238@cindex mapped overlays
7239@cindex unmapped overlays
7240@cindex load address, overlay's
7241@cindex mapped address
7242@cindex overlay area
7243
7244Suppose you have a computer whose instruction address space is only 64
7245kilobytes long, but which has much more memory which can be accessed by
7246other means: special instructions, segment registers, or memory
7247management hardware, for example. Suppose further that you want to
7248adapt a program which is larger than 64 kilobytes to run on this system.
7249
7250One solution is to identify modules of your program which are relatively
7251independent, and need not call each other directly; call these modules
7252@dfn{overlays}. Separate the overlays from the main program, and place
7253their machine code in the larger memory. Place your main program in
7254instruction memory, but leave at least enough space there to hold the
7255largest overlay as well.
7256
7257Now, to call a function located in an overlay, you must first copy that
7258overlay's machine code from the large memory into the space set aside
7259for it in the instruction memory, and then jump to its entry point
7260there.
7261
c928edc0
AC
7262@c NB: In the below the mapped area's size is greater or equal to the
7263@c size of all overlays. This is intentional to remind the developer
7264@c that overlays don't necessarily need to be the same size.
7265
474c8240 7266@smallexample
df0cd8c5 7267@group
c928edc0
AC
7268 Data Instruction Larger
7269Address Space Address Space Address Space
7270+-----------+ +-----------+ +-----------+
7271| | | | | |
7272+-----------+ +-----------+ +-----------+<-- overlay 1
7273| program | | main | .----| overlay 1 | load address
7274| variables | | program | | +-----------+
7275| and heap | | | | | |
7276+-----------+ | | | +-----------+<-- overlay 2
7277| | +-----------+ | | | load address
7278+-----------+ | | | .-| overlay 2 |
7279 | | | | | |
7280 mapped --->+-----------+ | | +-----------+
7281 address | | | | | |
7282 | overlay | <-' | | |
7283 | area | <---' +-----------+<-- overlay 3
7284 | | <---. | | load address
7285 +-----------+ `--| overlay 3 |
7286 | | | |
7287 +-----------+ | |
7288 +-----------+
7289 | |
7290 +-----------+
7291
7292 @anchor{A code overlay}A code overlay
df0cd8c5 7293@end group
474c8240 7294@end smallexample
df0cd8c5 7295
c928edc0
AC
7296The diagram (@pxref{A code overlay}) shows a system with separate data
7297and instruction address spaces. To map an overlay, the program copies
7298its code from the larger address space to the instruction address space.
7299Since the overlays shown here all use the same mapped address, only one
7300may be mapped at a time. For a system with a single address space for
7301data and instructions, the diagram would be similar, except that the
7302program variables and heap would share an address space with the main
7303program and the overlay area.
df0cd8c5
JB
7304
7305An overlay loaded into instruction memory and ready for use is called a
7306@dfn{mapped} overlay; its @dfn{mapped address} is its address in the
7307instruction memory. An overlay not present (or only partially present)
7308in instruction memory is called @dfn{unmapped}; its @dfn{load address}
7309is its address in the larger memory. The mapped address is also called
7310the @dfn{virtual memory address}, or @dfn{VMA}; the load address is also
7311called the @dfn{load memory address}, or @dfn{LMA}.
7312
7313Unfortunately, overlays are not a completely transparent way to adapt a
7314program to limited instruction memory. They introduce a new set of
7315global constraints you must keep in mind as you design your program:
7316
7317@itemize @bullet
7318
7319@item
7320Before calling or returning to a function in an overlay, your program
7321must make sure that overlay is actually mapped. Otherwise, the call or
7322return will transfer control to the right address, but in the wrong
7323overlay, and your program will probably crash.
7324
7325@item
7326If the process of mapping an overlay is expensive on your system, you
7327will need to choose your overlays carefully to minimize their effect on
7328your program's performance.
7329
7330@item
7331The executable file you load onto your system must contain each
7332overlay's instructions, appearing at the overlay's load address, not its
7333mapped address. However, each overlay's instructions must be relocated
7334and its symbols defined as if the overlay were at its mapped address.
7335You can use GNU linker scripts to specify different load and relocation
7336addresses for pieces of your program; see @ref{Overlay Description,,,
7337ld.info, Using ld: the GNU linker}.
7338
7339@item
7340The procedure for loading executable files onto your system must be able
7341to load their contents into the larger address space as well as the
7342instruction and data spaces.
7343
7344@end itemize
7345
7346The overlay system described above is rather simple, and could be
7347improved in many ways:
7348
7349@itemize @bullet
7350
7351@item
7352If your system has suitable bank switch registers or memory management
7353hardware, you could use those facilities to make an overlay's load area
7354contents simply appear at their mapped address in instruction space.
7355This would probably be faster than copying the overlay to its mapped
7356area in the usual way.
7357
7358@item
7359If your overlays are small enough, you could set aside more than one
7360overlay area, and have more than one overlay mapped at a time.
7361
7362@item
7363You can use overlays to manage data, as well as instructions. In
7364general, data overlays are even less transparent to your design than
7365code overlays: whereas code overlays only require care when you call or
7366return to functions, data overlays require care every time you access
7367the data. Also, if you change the contents of a data overlay, you
7368must copy its contents back out to its load address before you can copy a
7369different data overlay into the same mapped area.
7370
7371@end itemize
7372
7373
7374@node Overlay Commands
7375@section Overlay Commands
7376
7377To use @value{GDBN}'s overlay support, each overlay in your program must
7378correspond to a separate section of the executable file. The section's
7379virtual memory address and load memory address must be the overlay's
7380mapped and load addresses. Identifying overlays with sections allows
7381@value{GDBN} to determine the appropriate address of a function or
7382variable, depending on whether the overlay is mapped or not.
7383
7384@value{GDBN}'s overlay commands all start with the word @code{overlay};
7385you can abbreviate this as @code{ov} or @code{ovly}. The commands are:
7386
7387@table @code
7388@item overlay off
7389@kindex overlay off
7390Disable @value{GDBN}'s overlay support. When overlay support is
7391disabled, @value{GDBN} assumes that all functions and variables are
7392always present at their mapped addresses. By default, @value{GDBN}'s
7393overlay support is disabled.
7394
7395@item overlay manual
7396@kindex overlay manual
7397@cindex manual overlay debugging
7398Enable @dfn{manual} overlay debugging. In this mode, @value{GDBN}
7399relies on you to tell it which overlays are mapped, and which are not,
7400using the @code{overlay map-overlay} and @code{overlay unmap-overlay}
7401commands described below.
7402
7403@item overlay map-overlay @var{overlay}
7404@itemx overlay map @var{overlay}
7405@kindex overlay map-overlay
7406@cindex map an overlay
7407Tell @value{GDBN} that @var{overlay} is now mapped; @var{overlay} must
7408be the name of the object file section containing the overlay. When an
7409overlay is mapped, @value{GDBN} assumes it can find the overlay's
7410functions and variables at their mapped addresses. @value{GDBN} assumes
7411that any other overlays whose mapped ranges overlap that of
7412@var{overlay} are now unmapped.
7413
7414@item overlay unmap-overlay @var{overlay}
7415@itemx overlay unmap @var{overlay}
7416@kindex overlay unmap-overlay
7417@cindex unmap an overlay
7418Tell @value{GDBN} that @var{overlay} is no longer mapped; @var{overlay}
7419must be the name of the object file section containing the overlay.
7420When an overlay is unmapped, @value{GDBN} assumes it can find the
7421overlay's functions and variables at their load addresses.
7422
7423@item overlay auto
7424@kindex overlay auto
7425Enable @dfn{automatic} overlay debugging. In this mode, @value{GDBN}
7426consults a data structure the overlay manager maintains in the inferior
7427to see which overlays are mapped. For details, see @ref{Automatic
7428Overlay Debugging}.
7429
7430@item overlay load-target
7431@itemx overlay load
7432@kindex overlay load-target
7433@cindex reloading the overlay table
7434Re-read the overlay table from the inferior. Normally, @value{GDBN}
7435re-reads the table @value{GDBN} automatically each time the inferior
7436stops, so this command should only be necessary if you have changed the
7437overlay mapping yourself using @value{GDBN}. This command is only
7438useful when using automatic overlay debugging.
7439
7440@item overlay list-overlays
7441@itemx overlay list
7442@cindex listing mapped overlays
7443Display a list of the overlays currently mapped, along with their mapped
7444addresses, load addresses, and sizes.
7445
7446@end table
7447
7448Normally, when @value{GDBN} prints a code address, it includes the name
7449of the function the address falls in:
7450
474c8240 7451@smallexample
df0cd8c5
JB
7452(gdb) print main
7453$3 = @{int ()@} 0x11a0 <main>
474c8240 7454@end smallexample
df0cd8c5
JB
7455@noindent
7456When overlay debugging is enabled, @value{GDBN} recognizes code in
7457unmapped overlays, and prints the names of unmapped functions with
7458asterisks around them. For example, if @code{foo} is a function in an
7459unmapped overlay, @value{GDBN} prints it this way:
7460
474c8240 7461@smallexample
df0cd8c5
JB
7462(gdb) overlay list
7463No sections are mapped.
7464(gdb) print foo
7465$5 = @{int (int)@} 0x100000 <*foo*>
474c8240 7466@end smallexample
df0cd8c5
JB
7467@noindent
7468When @code{foo}'s overlay is mapped, @value{GDBN} prints the function's
7469name normally:
7470
474c8240 7471@smallexample
df0cd8c5 7472(gdb) overlay list
b383017d 7473Section .ov.foo.text, loaded at 0x100000 - 0x100034,
df0cd8c5
JB
7474 mapped at 0x1016 - 0x104a
7475(gdb) print foo
7476$6 = @{int (int)@} 0x1016 <foo>
474c8240 7477@end smallexample
df0cd8c5
JB
7478
7479When overlay debugging is enabled, @value{GDBN} can find the correct
7480address for functions and variables in an overlay, whether or not the
7481overlay is mapped. This allows most @value{GDBN} commands, like
7482@code{break} and @code{disassemble}, to work normally, even on unmapped
7483code. However, @value{GDBN}'s breakpoint support has some limitations:
7484
7485@itemize @bullet
7486@item
7487@cindex breakpoints in overlays
7488@cindex overlays, setting breakpoints in
7489You can set breakpoints in functions in unmapped overlays, as long as
7490@value{GDBN} can write to the overlay at its load address.
7491@item
7492@value{GDBN} can not set hardware or simulator-based breakpoints in
7493unmapped overlays. However, if you set a breakpoint at the end of your
7494overlay manager (and tell @value{GDBN} which overlays are now mapped, if
7495you are using manual overlay management), @value{GDBN} will re-set its
7496breakpoints properly.
7497@end itemize
7498
7499
7500@node Automatic Overlay Debugging
7501@section Automatic Overlay Debugging
7502@cindex automatic overlay debugging
7503
7504@value{GDBN} can automatically track which overlays are mapped and which
7505are not, given some simple co-operation from the overlay manager in the
7506inferior. If you enable automatic overlay debugging with the
7507@code{overlay auto} command (@pxref{Overlay Commands}), @value{GDBN}
7508looks in the inferior's memory for certain variables describing the
7509current state of the overlays.
7510
7511Here are the variables your overlay manager must define to support
7512@value{GDBN}'s automatic overlay debugging:
7513
7514@table @asis
7515
7516@item @code{_ovly_table}:
7517This variable must be an array of the following structures:
7518
474c8240 7519@smallexample
df0cd8c5
JB
7520struct
7521@{
7522 /* The overlay's mapped address. */
7523 unsigned long vma;
7524
7525 /* The size of the overlay, in bytes. */
7526 unsigned long size;
7527
7528 /* The overlay's load address. */
7529 unsigned long lma;
7530
7531 /* Non-zero if the overlay is currently mapped;
7532 zero otherwise. */
7533 unsigned long mapped;
7534@}
474c8240 7535@end smallexample
df0cd8c5
JB
7536
7537@item @code{_novlys}:
7538This variable must be a four-byte signed integer, holding the total
7539number of elements in @code{_ovly_table}.
7540
7541@end table
7542
7543To decide whether a particular overlay is mapped or not, @value{GDBN}
7544looks for an entry in @w{@code{_ovly_table}} whose @code{vma} and
7545@code{lma} members equal the VMA and LMA of the overlay's section in the
7546executable file. When @value{GDBN} finds a matching entry, it consults
7547the entry's @code{mapped} member to determine whether the overlay is
7548currently mapped.
7549
81d46470 7550In addition, your overlay manager may define a function called
def71bfa 7551@code{_ovly_debug_event}. If this function is defined, @value{GDBN}
81d46470
MS
7552will silently set a breakpoint there. If the overlay manager then
7553calls this function whenever it has changed the overlay table, this
7554will enable @value{GDBN} to accurately keep track of which overlays
7555are in program memory, and update any breakpoints that may be set
b383017d 7556in overlays. This will allow breakpoints to work even if the
81d46470
MS
7557overlays are kept in ROM or other non-writable memory while they
7558are not being executed.
df0cd8c5
JB
7559
7560@node Overlay Sample Program
7561@section Overlay Sample Program
7562@cindex overlay example program
7563
7564When linking a program which uses overlays, you must place the overlays
7565at their load addresses, while relocating them to run at their mapped
7566addresses. To do this, you must write a linker script (@pxref{Overlay
7567Description,,, ld.info, Using ld: the GNU linker}). Unfortunately,
7568since linker scripts are specific to a particular host system, target
7569architecture, and target memory layout, this manual cannot provide
7570portable sample code demonstrating @value{GDBN}'s overlay support.
7571
7572However, the @value{GDBN} source distribution does contain an overlaid
7573program, with linker scripts for a few systems, as part of its test
7574suite. The program consists of the following files from
7575@file{gdb/testsuite/gdb.base}:
7576
7577@table @file
7578@item overlays.c
7579The main program file.
7580@item ovlymgr.c
7581A simple overlay manager, used by @file{overlays.c}.
7582@item foo.c
7583@itemx bar.c
7584@itemx baz.c
7585@itemx grbx.c
7586Overlay modules, loaded and used by @file{overlays.c}.
7587@item d10v.ld
7588@itemx m32r.ld
7589Linker scripts for linking the test program on the @code{d10v-elf}
7590and @code{m32r-elf} targets.
7591@end table
7592
7593You can build the test program using the @code{d10v-elf} GCC
7594cross-compiler like this:
7595
474c8240 7596@smallexample
df0cd8c5
JB
7597$ d10v-elf-gcc -g -c overlays.c
7598$ d10v-elf-gcc -g -c ovlymgr.c
7599$ d10v-elf-gcc -g -c foo.c
7600$ d10v-elf-gcc -g -c bar.c
7601$ d10v-elf-gcc -g -c baz.c
7602$ d10v-elf-gcc -g -c grbx.c
7603$ d10v-elf-gcc -g overlays.o ovlymgr.o foo.o bar.o \
7604 baz.o grbx.o -Wl,-Td10v.ld -o overlays
474c8240 7605@end smallexample
df0cd8c5
JB
7606
7607The build process is identical for any other architecture, except that
7608you must substitute the appropriate compiler and linker script for the
7609target system for @code{d10v-elf-gcc} and @code{d10v.ld}.
7610
7611
6d2ebf8b 7612@node Languages
c906108c
SS
7613@chapter Using @value{GDBN} with Different Languages
7614@cindex languages
7615
c906108c
SS
7616Although programming languages generally have common aspects, they are
7617rarely expressed in the same manner. For instance, in ANSI C,
7618dereferencing a pointer @code{p} is accomplished by @code{*p}, but in
7619Modula-2, it is accomplished by @code{p^}. Values can also be
5d161b24 7620represented (and displayed) differently. Hex numbers in C appear as
c906108c 7621@samp{0x1ae}, while in Modula-2 they appear as @samp{1AEH}.
c906108c
SS
7622
7623@cindex working language
7624Language-specific information is built into @value{GDBN} for some languages,
7625allowing you to express operations like the above in your program's
7626native language, and allowing @value{GDBN} to output values in a manner
7627consistent with the syntax of your program's native language. The
7628language you use to build expressions is called the @dfn{working
7629language}.
7630
7631@menu
7632* Setting:: Switching between source languages
7633* Show:: Displaying the language
c906108c 7634* Checks:: Type and range checks
c906108c 7635* Support:: Supported languages
4e562065 7636* Unsupported languages:: Unsupported languages
c906108c
SS
7637@end menu
7638
6d2ebf8b 7639@node Setting
c906108c
SS
7640@section Switching between source languages
7641
7642There are two ways to control the working language---either have @value{GDBN}
7643set it automatically, or select it manually yourself. You can use the
7644@code{set language} command for either purpose. On startup, @value{GDBN}
7645defaults to setting the language automatically. The working language is
7646used to determine how expressions you type are interpreted, how values
7647are printed, etc.
7648
7649In addition to the working language, every source file that
7650@value{GDBN} knows about has its own working language. For some object
7651file formats, the compiler might indicate which language a particular
7652source file is in. However, most of the time @value{GDBN} infers the
7653language from the name of the file. The language of a source file
b37052ae 7654controls whether C@t{++} names are demangled---this way @code{backtrace} can
c906108c 7655show each frame appropriately for its own language. There is no way to
d4f3574e
SS
7656set the language of a source file from within @value{GDBN}, but you can
7657set the language associated with a filename extension. @xref{Show, ,
7658Displaying the language}.
c906108c
SS
7659
7660This is most commonly a problem when you use a program, such
5d161b24 7661as @code{cfront} or @code{f2c}, that generates C but is written in
c906108c
SS
7662another language. In that case, make the
7663program use @code{#line} directives in its C output; that way
7664@value{GDBN} will know the correct language of the source code of the original
7665program, and will display that source code, not the generated C code.
7666
7667@menu
7668* Filenames:: Filename extensions and languages.
7669* Manually:: Setting the working language manually
7670* Automatically:: Having @value{GDBN} infer the source language
7671@end menu
7672
6d2ebf8b 7673@node Filenames
c906108c
SS
7674@subsection List of filename extensions and languages
7675
7676If a source file name ends in one of the following extensions, then
7677@value{GDBN} infers that its language is the one indicated.
7678
7679@table @file
7680
7681@item .c
7682C source file
7683
7684@item .C
7685@itemx .cc
7686@itemx .cp
7687@itemx .cpp
7688@itemx .cxx
7689@itemx .c++
b37052ae 7690C@t{++} source file
c906108c 7691
b37303ee
AF
7692@item .m
7693Objective-C source file
7694
c906108c
SS
7695@item .f
7696@itemx .F
7697Fortran source file
7698
c906108c
SS
7699@item .mod
7700Modula-2 source file
c906108c
SS
7701
7702@item .s
7703@itemx .S
7704Assembler source file. This actually behaves almost like C, but
7705@value{GDBN} does not skip over function prologues when stepping.
7706@end table
7707
7708In addition, you may set the language associated with a filename
7709extension. @xref{Show, , Displaying the language}.
7710
6d2ebf8b 7711@node Manually
c906108c
SS
7712@subsection Setting the working language
7713
7714If you allow @value{GDBN} to set the language automatically,
7715expressions are interpreted the same way in your debugging session and
7716your program.
7717
7718@kindex set language
7719If you wish, you may set the language manually. To do this, issue the
7720command @samp{set language @var{lang}}, where @var{lang} is the name of
5d161b24 7721a language, such as
c906108c 7722@code{c} or @code{modula-2}.
c906108c
SS
7723For a list of the supported languages, type @samp{set language}.
7724
c906108c
SS
7725Setting the language manually prevents @value{GDBN} from updating the working
7726language automatically. This can lead to confusion if you try
7727to debug a program when the working language is not the same as the
7728source language, when an expression is acceptable to both
7729languages---but means different things. For instance, if the current
7730source file were written in C, and @value{GDBN} was parsing Modula-2, a
7731command such as:
7732
474c8240 7733@smallexample
c906108c 7734print a = b + c
474c8240 7735@end smallexample
c906108c
SS
7736
7737@noindent
7738might not have the effect you intended. In C, this means to add
7739@code{b} and @code{c} and place the result in @code{a}. The result
7740printed would be the value of @code{a}. In Modula-2, this means to compare
7741@code{a} to the result of @code{b+c}, yielding a @code{BOOLEAN} value.
c906108c 7742
6d2ebf8b 7743@node Automatically
c906108c
SS
7744@subsection Having @value{GDBN} infer the source language
7745
7746To have @value{GDBN} set the working language automatically, use
7747@samp{set language local} or @samp{set language auto}. @value{GDBN}
7748then infers the working language. That is, when your program stops in a
7749frame (usually by encountering a breakpoint), @value{GDBN} sets the
7750working language to the language recorded for the function in that
7751frame. If the language for a frame is unknown (that is, if the function
7752or block corresponding to the frame was defined in a source file that
7753does not have a recognized extension), the current working language is
7754not changed, and @value{GDBN} issues a warning.
7755
7756This may not seem necessary for most programs, which are written
7757entirely in one source language. However, program modules and libraries
7758written in one source language can be used by a main program written in
7759a different source language. Using @samp{set language auto} in this
7760case frees you from having to set the working language manually.
7761
6d2ebf8b 7762@node Show
c906108c 7763@section Displaying the language
c906108c
SS
7764
7765The following commands help you find out which language is the
7766working language, and also what language source files were written in.
7767
7768@kindex show language
d4f3574e
SS
7769@kindex info frame@r{, show the source language}
7770@kindex info source@r{, show the source language}
c906108c
SS
7771@table @code
7772@item show language
7773Display the current working language. This is the
7774language you can use with commands such as @code{print} to
7775build and compute expressions that may involve variables in your program.
7776
7777@item info frame
5d161b24 7778Display the source language for this frame. This language becomes the
c906108c 7779working language if you use an identifier from this frame.
5d161b24 7780@xref{Frame Info, ,Information about a frame}, to identify the other
c906108c
SS
7781information listed here.
7782
7783@item info source
7784Display the source language of this source file.
5d161b24 7785@xref{Symbols, ,Examining the Symbol Table}, to identify the other
c906108c
SS
7786information listed here.
7787@end table
7788
7789In unusual circumstances, you may have source files with extensions
7790not in the standard list. You can then set the extension associated
7791with a language explicitly:
7792
7793@kindex set extension-language
7794@kindex info extensions
7795@table @code
7796@item set extension-language @var{.ext} @var{language}
7797Set source files with extension @var{.ext} to be assumed to be in
7798the source language @var{language}.
7799
7800@item info extensions
7801List all the filename extensions and the associated languages.
7802@end table
7803
6d2ebf8b 7804@node Checks
c906108c
SS
7805@section Type and range checking
7806
7807@quotation
7808@emph{Warning:} In this release, the @value{GDBN} commands for type and range
7809checking are included, but they do not yet have any effect. This
7810section documents the intended facilities.
7811@end quotation
7812@c FIXME remove warning when type/range code added
7813
7814Some languages are designed to guard you against making seemingly common
7815errors through a series of compile- and run-time checks. These include
7816checking the type of arguments to functions and operators, and making
7817sure mathematical overflows are caught at run time. Checks such as
7818these help to ensure a program's correctness once it has been compiled
7819by eliminating type mismatches, and providing active checks for range
7820errors when your program is running.
7821
7822@value{GDBN} can check for conditions like the above if you wish.
7823Although @value{GDBN} does not check the statements in your program, it
7824can check expressions entered directly into @value{GDBN} for evaluation via
7825the @code{print} command, for example. As with the working language,
7826@value{GDBN} can also decide whether or not to check automatically based on
7827your program's source language. @xref{Support, ,Supported languages},
7828for the default settings of supported languages.
7829
7830@menu
7831* Type Checking:: An overview of type checking
7832* Range Checking:: An overview of range checking
7833@end menu
7834
7835@cindex type checking
7836@cindex checks, type
6d2ebf8b 7837@node Type Checking
c906108c
SS
7838@subsection An overview of type checking
7839
7840Some languages, such as Modula-2, are strongly typed, meaning that the
7841arguments to operators and functions have to be of the correct type,
7842otherwise an error occurs. These checks prevent type mismatch
7843errors from ever causing any run-time problems. For example,
7844
7845@smallexample
78461 + 2 @result{} 3
7847@exdent but
7848@error{} 1 + 2.3
7849@end smallexample
7850
7851The second example fails because the @code{CARDINAL} 1 is not
7852type-compatible with the @code{REAL} 2.3.
7853
5d161b24
DB
7854For the expressions you use in @value{GDBN} commands, you can tell the
7855@value{GDBN} type checker to skip checking;
7856to treat any mismatches as errors and abandon the expression;
7857or to only issue warnings when type mismatches occur,
c906108c
SS
7858but evaluate the expression anyway. When you choose the last of
7859these, @value{GDBN} evaluates expressions like the second example above, but
7860also issues a warning.
7861
5d161b24
DB
7862Even if you turn type checking off, there may be other reasons
7863related to type that prevent @value{GDBN} from evaluating an expression.
7864For instance, @value{GDBN} does not know how to add an @code{int} and
7865a @code{struct foo}. These particular type errors have nothing to do
7866with the language in use, and usually arise from expressions, such as
c906108c
SS
7867the one described above, which make little sense to evaluate anyway.
7868
7869Each language defines to what degree it is strict about type. For
7870instance, both Modula-2 and C require the arguments to arithmetical
7871operators to be numbers. In C, enumerated types and pointers can be
7872represented as numbers, so that they are valid arguments to mathematical
7873operators. @xref{Support, ,Supported languages}, for further
7874details on specific languages.
7875
7876@value{GDBN} provides some additional commands for controlling the type checker:
7877
d4f3574e 7878@kindex set check@r{, type}
c906108c
SS
7879@kindex set check type
7880@kindex show check type
7881@table @code
7882@item set check type auto
7883Set type checking on or off based on the current working language.
7884@xref{Support, ,Supported languages}, for the default settings for
7885each language.
7886
7887@item set check type on
7888@itemx set check type off
7889Set type checking on or off, overriding the default setting for the
7890current working language. Issue a warning if the setting does not
7891match the language default. If any type mismatches occur in
d4f3574e 7892evaluating an expression while type checking is on, @value{GDBN} prints a
c906108c
SS
7893message and aborts evaluation of the expression.
7894
7895@item set check type warn
7896Cause the type checker to issue warnings, but to always attempt to
7897evaluate the expression. Evaluating the expression may still
7898be impossible for other reasons. For example, @value{GDBN} cannot add
7899numbers and structures.
7900
7901@item show type
5d161b24 7902Show the current setting of the type checker, and whether or not @value{GDBN}
c906108c
SS
7903is setting it automatically.
7904@end table
7905
7906@cindex range checking
7907@cindex checks, range
6d2ebf8b 7908@node Range Checking
c906108c
SS
7909@subsection An overview of range checking
7910
7911In some languages (such as Modula-2), it is an error to exceed the
7912bounds of a type; this is enforced with run-time checks. Such range
7913checking is meant to ensure program correctness by making sure
7914computations do not overflow, or indices on an array element access do
7915not exceed the bounds of the array.
7916
7917For expressions you use in @value{GDBN} commands, you can tell
7918@value{GDBN} to treat range errors in one of three ways: ignore them,
7919always treat them as errors and abandon the expression, or issue
7920warnings but evaluate the expression anyway.
7921
7922A range error can result from numerical overflow, from exceeding an
7923array index bound, or when you type a constant that is not a member
7924of any type. Some languages, however, do not treat overflows as an
7925error. In many implementations of C, mathematical overflow causes the
7926result to ``wrap around'' to lower values---for example, if @var{m} is
7927the largest integer value, and @var{s} is the smallest, then
7928
474c8240 7929@smallexample
c906108c 7930@var{m} + 1 @result{} @var{s}
474c8240 7931@end smallexample
c906108c
SS
7932
7933This, too, is specific to individual languages, and in some cases
7934specific to individual compilers or machines. @xref{Support, ,
7935Supported languages}, for further details on specific languages.
7936
7937@value{GDBN} provides some additional commands for controlling the range checker:
7938
d4f3574e 7939@kindex set check@r{, range}
c906108c
SS
7940@kindex set check range
7941@kindex show check range
7942@table @code
7943@item set check range auto
7944Set range checking on or off based on the current working language.
7945@xref{Support, ,Supported languages}, for the default settings for
7946each language.
7947
7948@item set check range on
7949@itemx set check range off
7950Set range checking on or off, overriding the default setting for the
7951current working language. A warning is issued if the setting does not
c3f6f71d
JM
7952match the language default. If a range error occurs and range checking is on,
7953then a message is printed and evaluation of the expression is aborted.
c906108c
SS
7954
7955@item set check range warn
7956Output messages when the @value{GDBN} range checker detects a range error,
7957but attempt to evaluate the expression anyway. Evaluating the
7958expression may still be impossible for other reasons, such as accessing
7959memory that the process does not own (a typical example from many Unix
7960systems).
7961
7962@item show range
7963Show the current setting of the range checker, and whether or not it is
7964being set automatically by @value{GDBN}.
7965@end table
c906108c 7966
6d2ebf8b 7967@node Support
c906108c 7968@section Supported languages
c906108c 7969
b37303ee 7970@value{GDBN} supports C, C@t{++}, Objective-C, Fortran, Java, assembly, and Modula-2.
cce74817 7971@c This is false ...
c906108c
SS
7972Some @value{GDBN} features may be used in expressions regardless of the
7973language you use: the @value{GDBN} @code{@@} and @code{::} operators,
7974and the @samp{@{type@}addr} construct (@pxref{Expressions,
7975,Expressions}) can be used with the constructs of any supported
7976language.
7977
7978The following sections detail to what degree each source language is
7979supported by @value{GDBN}. These sections are not meant to be language
7980tutorials or references, but serve only as a reference guide to what the
7981@value{GDBN} expression parser accepts, and what input and output
7982formats should look like for different languages. There are many good
7983books written on each of these languages; please look to these for a
7984language reference or tutorial.
7985
c906108c 7986@menu
b37303ee 7987* C:: C and C@t{++}
b383017d 7988* Objective-C:: Objective-C
b37303ee 7989* Modula-2:: Modula-2
c906108c
SS
7990@end menu
7991
6d2ebf8b 7992@node C
b37052ae 7993@subsection C and C@t{++}
7a292a7a 7994
b37052ae
EZ
7995@cindex C and C@t{++}
7996@cindex expressions in C or C@t{++}
c906108c 7997
b37052ae 7998Since C and C@t{++} are so closely related, many features of @value{GDBN} apply
c906108c
SS
7999to both languages. Whenever this is the case, we discuss those languages
8000together.
8001
41afff9a
EZ
8002@cindex C@t{++}
8003@cindex @code{g++}, @sc{gnu} C@t{++} compiler
b37052ae
EZ
8004@cindex @sc{gnu} C@t{++}
8005The C@t{++} debugging facilities are jointly implemented by the C@t{++}
8006compiler and @value{GDBN}. Therefore, to debug your C@t{++} code
8007effectively, you must compile your C@t{++} programs with a supported
8008C@t{++} compiler, such as @sc{gnu} @code{g++}, or the HP ANSI C@t{++}
c906108c
SS
8009compiler (@code{aCC}).
8010
0179ffac
DC
8011For best results when using @sc{gnu} C@t{++}, use the DWARF 2 debugging
8012format; if it doesn't work on your system, try the stabs+ debugging
8013format. You can select those formats explicitly with the @code{g++}
8014command-line options @option{-gdwarf-2} and @option{-gstabs+}.
8015@xref{Debugging Options,,Options for Debugging Your Program or @sc{gnu}
8016CC, gcc.info, Using @sc{gnu} CC}.
c906108c 8017
c906108c 8018@menu
b37052ae
EZ
8019* C Operators:: C and C@t{++} operators
8020* C Constants:: C and C@t{++} constants
8021* C plus plus expressions:: C@t{++} expressions
8022* C Defaults:: Default settings for C and C@t{++}
8023* C Checks:: C and C@t{++} type and range checks
c906108c 8024* Debugging C:: @value{GDBN} and C
b37052ae 8025* Debugging C plus plus:: @value{GDBN} features for C@t{++}
c906108c 8026@end menu
c906108c 8027
6d2ebf8b 8028@node C Operators
b37052ae 8029@subsubsection C and C@t{++} operators
7a292a7a 8030
b37052ae 8031@cindex C and C@t{++} operators
c906108c
SS
8032
8033Operators must be defined on values of specific types. For instance,
8034@code{+} is defined on numbers, but not on structures. Operators are
5d161b24 8035often defined on groups of types.
c906108c 8036
b37052ae 8037For the purposes of C and C@t{++}, the following definitions hold:
c906108c
SS
8038
8039@itemize @bullet
53a5351d 8040
c906108c 8041@item
c906108c 8042@emph{Integral types} include @code{int} with any of its storage-class
b37052ae 8043specifiers; @code{char}; @code{enum}; and, for C@t{++}, @code{bool}.
c906108c
SS
8044
8045@item
d4f3574e
SS
8046@emph{Floating-point types} include @code{float}, @code{double}, and
8047@code{long double} (if supported by the target platform).
c906108c
SS
8048
8049@item
53a5351d 8050@emph{Pointer types} include all types defined as @code{(@var{type} *)}.
c906108c
SS
8051
8052@item
8053@emph{Scalar types} include all of the above.
53a5351d 8054
c906108c
SS
8055@end itemize
8056
8057@noindent
8058The following operators are supported. They are listed here
8059in order of increasing precedence:
8060
8061@table @code
8062@item ,
8063The comma or sequencing operator. Expressions in a comma-separated list
8064are evaluated from left to right, with the result of the entire
8065expression being the last expression evaluated.
8066
8067@item =
8068Assignment. The value of an assignment expression is the value
8069assigned. Defined on scalar types.
8070
8071@item @var{op}=
8072Used in an expression of the form @w{@code{@var{a} @var{op}= @var{b}}},
8073and translated to @w{@code{@var{a} = @var{a op b}}}.
d4f3574e 8074@w{@code{@var{op}=}} and @code{=} have the same precedence.
c906108c
SS
8075@var{op} is any one of the operators @code{|}, @code{^}, @code{&},
8076@code{<<}, @code{>>}, @code{+}, @code{-}, @code{*}, @code{/}, @code{%}.
8077
8078@item ?:
8079The ternary operator. @code{@var{a} ? @var{b} : @var{c}} can be thought
8080of as: if @var{a} then @var{b} else @var{c}. @var{a} should be of an
8081integral type.
8082
8083@item ||
8084Logical @sc{or}. Defined on integral types.
8085
8086@item &&
8087Logical @sc{and}. Defined on integral types.
8088
8089@item |
8090Bitwise @sc{or}. Defined on integral types.
8091
8092@item ^
8093Bitwise exclusive-@sc{or}. Defined on integral types.
8094
8095@item &
8096Bitwise @sc{and}. Defined on integral types.
8097
8098@item ==@r{, }!=
8099Equality and inequality. Defined on scalar types. The value of these
8100expressions is 0 for false and non-zero for true.
8101
8102@item <@r{, }>@r{, }<=@r{, }>=
8103Less than, greater than, less than or equal, greater than or equal.
8104Defined on scalar types. The value of these expressions is 0 for false
8105and non-zero for true.
8106
8107@item <<@r{, }>>
8108left shift, and right shift. Defined on integral types.
8109
8110@item @@
8111The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
8112
8113@item +@r{, }-
8114Addition and subtraction. Defined on integral types, floating-point types and
8115pointer types.
8116
8117@item *@r{, }/@r{, }%
8118Multiplication, division, and modulus. Multiplication and division are
8119defined on integral and floating-point types. Modulus is defined on
8120integral types.
8121
8122@item ++@r{, }--
8123Increment and decrement. When appearing before a variable, the
8124operation is performed before the variable is used in an expression;
8125when appearing after it, the variable's value is used before the
8126operation takes place.
8127
8128@item *
8129Pointer dereferencing. Defined on pointer types. Same precedence as
8130@code{++}.
8131
8132@item &
8133Address operator. Defined on variables. Same precedence as @code{++}.
8134
b37052ae
EZ
8135For debugging C@t{++}, @value{GDBN} implements a use of @samp{&} beyond what is
8136allowed in the C@t{++} language itself: you can use @samp{&(&@var{ref})}
c906108c 8137(or, if you prefer, simply @samp{&&@var{ref}}) to examine the address
b37052ae 8138where a C@t{++} reference variable (declared with @samp{&@var{ref}}) is
c906108c 8139stored.
c906108c
SS
8140
8141@item -
8142Negative. Defined on integral and floating-point types. Same
8143precedence as @code{++}.
8144
8145@item !
8146Logical negation. Defined on integral types. Same precedence as
8147@code{++}.
8148
8149@item ~
8150Bitwise complement operator. Defined on integral types. Same precedence as
8151@code{++}.
8152
8153
8154@item .@r{, }->
8155Structure member, and pointer-to-structure member. For convenience,
8156@value{GDBN} regards the two as equivalent, choosing whether to dereference a
8157pointer based on the stored type information.
8158Defined on @code{struct} and @code{union} data.
8159
c906108c
SS
8160@item .*@r{, }->*
8161Dereferences of pointers to members.
c906108c
SS
8162
8163@item []
8164Array indexing. @code{@var{a}[@var{i}]} is defined as
8165@code{*(@var{a}+@var{i})}. Same precedence as @code{->}.
8166
8167@item ()
8168Function parameter list. Same precedence as @code{->}.
8169
c906108c 8170@item ::
b37052ae 8171C@t{++} scope resolution operator. Defined on @code{struct}, @code{union},
7a292a7a 8172and @code{class} types.
c906108c
SS
8173
8174@item ::
7a292a7a
SS
8175Doubled colons also represent the @value{GDBN} scope operator
8176(@pxref{Expressions, ,Expressions}). Same precedence as @code{::},
8177above.
c906108c
SS
8178@end table
8179
c906108c
SS
8180If an operator is redefined in the user code, @value{GDBN} usually
8181attempts to invoke the redefined version instead of using the operator's
8182predefined meaning.
c906108c 8183
c906108c 8184@menu
5d161b24 8185* C Constants::
c906108c
SS
8186@end menu
8187
6d2ebf8b 8188@node C Constants
b37052ae 8189@subsubsection C and C@t{++} constants
c906108c 8190
b37052ae 8191@cindex C and C@t{++} constants
c906108c 8192
b37052ae 8193@value{GDBN} allows you to express the constants of C and C@t{++} in the
c906108c 8194following ways:
c906108c
SS
8195
8196@itemize @bullet
8197@item
8198Integer constants are a sequence of digits. Octal constants are
6ca652b0
EZ
8199specified by a leading @samp{0} (i.e.@: zero), and hexadecimal constants
8200by a leading @samp{0x} or @samp{0X}. Constants may also end with a letter
c906108c
SS
8201@samp{l}, specifying that the constant should be treated as a
8202@code{long} value.
8203
8204@item
8205Floating point constants are a sequence of digits, followed by a decimal
8206point, followed by a sequence of digits, and optionally followed by an
8207exponent. An exponent is of the form:
8208@samp{@w{e@r{[[}+@r{]|}-@r{]}@var{nnn}}}, where @var{nnn} is another
8209sequence of digits. The @samp{+} is optional for positive exponents.
d4f3574e
SS
8210A floating-point constant may also end with a letter @samp{f} or
8211@samp{F}, specifying that the constant should be treated as being of
8212the @code{float} (as opposed to the default @code{double}) type; or with
8213a letter @samp{l} or @samp{L}, which specifies a @code{long double}
8214constant.
c906108c
SS
8215
8216@item
8217Enumerated constants consist of enumerated identifiers, or their
8218integral equivalents.
8219
8220@item
8221Character constants are a single character surrounded by single quotes
8222(@code{'}), or a number---the ordinal value of the corresponding character
d4f3574e 8223(usually its @sc{ascii} value). Within quotes, the single character may
c906108c
SS
8224be represented by a letter or by @dfn{escape sequences}, which are of
8225the form @samp{\@var{nnn}}, where @var{nnn} is the octal representation
8226of the character's ordinal value; or of the form @samp{\@var{x}}, where
8227@samp{@var{x}} is a predefined special character---for example,
8228@samp{\n} for newline.
8229
8230@item
96a2c332
SS
8231String constants are a sequence of character constants surrounded by
8232double quotes (@code{"}). Any valid character constant (as described
8233above) may appear. Double quotes within the string must be preceded by
8234a backslash, so for instance @samp{"a\"b'c"} is a string of five
8235characters.
c906108c
SS
8236
8237@item
8238Pointer constants are an integral value. You can also write pointers
8239to constants using the C operator @samp{&}.
8240
8241@item
8242Array constants are comma-separated lists surrounded by braces @samp{@{}
8243and @samp{@}}; for example, @samp{@{1,2,3@}} is a three-element array of
8244integers, @samp{@{@{1,2@}, @{3,4@}, @{5,6@}@}} is a three-by-two array,
8245and @samp{@{&"hi", &"there", &"fred"@}} is a three-element array of pointers.
8246@end itemize
8247
c906108c 8248@menu
5d161b24
DB
8249* C plus plus expressions::
8250* C Defaults::
8251* C Checks::
c906108c 8252
5d161b24 8253* Debugging C::
c906108c
SS
8254@end menu
8255
6d2ebf8b 8256@node C plus plus expressions
b37052ae
EZ
8257@subsubsection C@t{++} expressions
8258
8259@cindex expressions in C@t{++}
8260@value{GDBN} expression handling can interpret most C@t{++} expressions.
8261
0179ffac
DC
8262@cindex debugging C@t{++} programs
8263@cindex C@t{++} compilers
8264@cindex debug formats and C@t{++}
8265@cindex @value{NGCC} and C@t{++}
c906108c 8266@quotation
b37052ae 8267@emph{Warning:} @value{GDBN} can only debug C@t{++} code if you use the
0179ffac
DC
8268proper compiler and the proper debug format. Currently, @value{GDBN}
8269works best when debugging C@t{++} code that is compiled with
8270@value{NGCC} 2.95.3 or with @value{NGCC} 3.1 or newer, using the options
8271@option{-gdwarf-2} or @option{-gstabs+}. DWARF 2 is preferred over
8272stabs+. Most configurations of @value{NGCC} emit either DWARF 2 or
8273stabs+ as their default debug format, so you usually don't need to
8274specify a debug format explicitly. Other compilers and/or debug formats
8275are likely to work badly or not at all when using @value{GDBN} to debug
8276C@t{++} code.
c906108c 8277@end quotation
c906108c
SS
8278
8279@enumerate
8280
8281@cindex member functions
8282@item
8283Member function calls are allowed; you can use expressions like
8284
474c8240 8285@smallexample
c906108c 8286count = aml->GetOriginal(x, y)
474c8240 8287@end smallexample
c906108c 8288
41afff9a 8289@vindex this@r{, inside C@t{++} member functions}
b37052ae 8290@cindex namespace in C@t{++}
c906108c
SS
8291@item
8292While a member function is active (in the selected stack frame), your
8293expressions have the same namespace available as the member function;
8294that is, @value{GDBN} allows implicit references to the class instance
b37052ae 8295pointer @code{this} following the same rules as C@t{++}.
c906108c 8296
c906108c 8297@cindex call overloaded functions
d4f3574e 8298@cindex overloaded functions, calling
b37052ae 8299@cindex type conversions in C@t{++}
c906108c
SS
8300@item
8301You can call overloaded functions; @value{GDBN} resolves the function
d4f3574e 8302call to the right definition, with some restrictions. @value{GDBN} does not
c906108c
SS
8303perform overload resolution involving user-defined type conversions,
8304calls to constructors, or instantiations of templates that do not exist
8305in the program. It also cannot handle ellipsis argument lists or
8306default arguments.
8307
8308It does perform integral conversions and promotions, floating-point
8309promotions, arithmetic conversions, pointer conversions, conversions of
8310class objects to base classes, and standard conversions such as those of
8311functions or arrays to pointers; it requires an exact match on the
8312number of function arguments.
8313
8314Overload resolution is always performed, unless you have specified
8315@code{set overload-resolution off}. @xref{Debugging C plus plus,
b37052ae 8316,@value{GDBN} features for C@t{++}}.
c906108c 8317
d4f3574e 8318You must specify @code{set overload-resolution off} in order to use an
c906108c
SS
8319explicit function signature to call an overloaded function, as in
8320@smallexample
8321p 'foo(char,int)'('x', 13)
8322@end smallexample
d4f3574e 8323
c906108c 8324The @value{GDBN} command-completion facility can simplify this;
d4f3574e 8325see @ref{Completion, ,Command completion}.
c906108c 8326
c906108c
SS
8327@cindex reference declarations
8328@item
b37052ae
EZ
8329@value{GDBN} understands variables declared as C@t{++} references; you can use
8330them in expressions just as you do in C@t{++} source---they are automatically
c906108c
SS
8331dereferenced.
8332
8333In the parameter list shown when @value{GDBN} displays a frame, the values of
8334reference variables are not displayed (unlike other variables); this
8335avoids clutter, since references are often used for large structures.
8336The @emph{address} of a reference variable is always shown, unless
8337you have specified @samp{set print address off}.
8338
8339@item
b37052ae 8340@value{GDBN} supports the C@t{++} name resolution operator @code{::}---your
c906108c
SS
8341expressions can use it just as expressions in your program do. Since
8342one scope may be defined in another, you can use @code{::} repeatedly if
8343necessary, for example in an expression like
8344@samp{@var{scope1}::@var{scope2}::@var{name}}. @value{GDBN} also allows
b37052ae 8345resolving name scope by reference to source files, in both C and C@t{++}
c906108c
SS
8346debugging (@pxref{Variables, ,Program variables}).
8347@end enumerate
8348
b37052ae 8349In addition, when used with HP's C@t{++} compiler, @value{GDBN} supports
53a5351d
JM
8350calling virtual functions correctly, printing out virtual bases of
8351objects, calling functions in a base subobject, casting objects, and
8352invoking user-defined operators.
c906108c 8353
6d2ebf8b 8354@node C Defaults
b37052ae 8355@subsubsection C and C@t{++} defaults
7a292a7a 8356
b37052ae 8357@cindex C and C@t{++} defaults
c906108c 8358
c906108c
SS
8359If you allow @value{GDBN} to set type and range checking automatically, they
8360both default to @code{off} whenever the working language changes to
b37052ae 8361C or C@t{++}. This happens regardless of whether you or @value{GDBN}
c906108c 8362selects the working language.
c906108c
SS
8363
8364If you allow @value{GDBN} to set the language automatically, it
8365recognizes source files whose names end with @file{.c}, @file{.C}, or
8366@file{.cc}, etc, and when @value{GDBN} enters code compiled from one of
b37052ae 8367these files, it sets the working language to C or C@t{++}.
c906108c
SS
8368@xref{Automatically, ,Having @value{GDBN} infer the source language},
8369for further details.
8370
c906108c
SS
8371@c Type checking is (a) primarily motivated by Modula-2, and (b)
8372@c unimplemented. If (b) changes, it might make sense to let this node
8373@c appear even if Mod-2 does not, but meanwhile ignore it. roland 16jul93.
7a292a7a 8374
6d2ebf8b 8375@node C Checks
b37052ae 8376@subsubsection C and C@t{++} type and range checks
7a292a7a 8377
b37052ae 8378@cindex C and C@t{++} checks
c906108c 8379
b37052ae 8380By default, when @value{GDBN} parses C or C@t{++} expressions, type checking
c906108c
SS
8381is not used. However, if you turn type checking on, @value{GDBN}
8382considers two variables type equivalent if:
8383
8384@itemize @bullet
8385@item
8386The two variables are structured and have the same structure, union, or
8387enumerated tag.
8388
8389@item
8390The two variables have the same type name, or types that have been
8391declared equivalent through @code{typedef}.
8392
8393@ignore
8394@c leaving this out because neither J Gilmore nor R Pesch understand it.
8395@c FIXME--beers?
8396@item
8397The two @code{struct}, @code{union}, or @code{enum} variables are
8398declared in the same declaration. (Note: this may not be true for all C
8399compilers.)
8400@end ignore
8401@end itemize
8402
8403Range checking, if turned on, is done on mathematical operations. Array
8404indices are not checked, since they are often used to index a pointer
8405that is not itself an array.
c906108c 8406
6d2ebf8b 8407@node Debugging C
c906108c 8408@subsubsection @value{GDBN} and C
c906108c
SS
8409
8410The @code{set print union} and @code{show print union} commands apply to
8411the @code{union} type. When set to @samp{on}, any @code{union} that is
7a292a7a
SS
8412inside a @code{struct} or @code{class} is also printed. Otherwise, it
8413appears as @samp{@{...@}}.
c906108c
SS
8414
8415The @code{@@} operator aids in the debugging of dynamic arrays, formed
8416with pointers and a memory allocation function. @xref{Expressions,
8417,Expressions}.
8418
c906108c 8419@menu
5d161b24 8420* Debugging C plus plus::
c906108c
SS
8421@end menu
8422
6d2ebf8b 8423@node Debugging C plus plus
b37052ae 8424@subsubsection @value{GDBN} features for C@t{++}
c906108c 8425
b37052ae 8426@cindex commands for C@t{++}
7a292a7a 8427
b37052ae
EZ
8428Some @value{GDBN} commands are particularly useful with C@t{++}, and some are
8429designed specifically for use with C@t{++}. Here is a summary:
c906108c
SS
8430
8431@table @code
8432@cindex break in overloaded functions
8433@item @r{breakpoint menus}
8434When you want a breakpoint in a function whose name is overloaded,
8435@value{GDBN} breakpoint menus help you specify which function definition
8436you want. @xref{Breakpoint Menus,,Breakpoint menus}.
8437
b37052ae 8438@cindex overloading in C@t{++}
c906108c
SS
8439@item rbreak @var{regex}
8440Setting breakpoints using regular expressions is helpful for setting
8441breakpoints on overloaded functions that are not members of any special
8442classes.
8443@xref{Set Breaks, ,Setting breakpoints}.
8444
b37052ae 8445@cindex C@t{++} exception handling
c906108c
SS
8446@item catch throw
8447@itemx catch catch
b37052ae 8448Debug C@t{++} exception handling using these commands. @xref{Set
c906108c
SS
8449Catchpoints, , Setting catchpoints}.
8450
8451@cindex inheritance
8452@item ptype @var{typename}
8453Print inheritance relationships as well as other information for type
8454@var{typename}.
8455@xref{Symbols, ,Examining the Symbol Table}.
8456
b37052ae 8457@cindex C@t{++} symbol display
c906108c
SS
8458@item set print demangle
8459@itemx show print demangle
8460@itemx set print asm-demangle
8461@itemx show print asm-demangle
b37052ae
EZ
8462Control whether C@t{++} symbols display in their source form, both when
8463displaying code as C@t{++} source and when displaying disassemblies.
c906108c
SS
8464@xref{Print Settings, ,Print settings}.
8465
8466@item set print object
8467@itemx show print object
8468Choose whether to print derived (actual) or declared types of objects.
8469@xref{Print Settings, ,Print settings}.
8470
8471@item set print vtbl
8472@itemx show print vtbl
8473Control the format for printing virtual function tables.
8474@xref{Print Settings, ,Print settings}.
c906108c 8475(The @code{vtbl} commands do not work on programs compiled with the HP
b37052ae 8476ANSI C@t{++} compiler (@code{aCC}).)
c906108c
SS
8477
8478@kindex set overload-resolution
d4f3574e 8479@cindex overloaded functions, overload resolution
c906108c 8480@item set overload-resolution on
b37052ae 8481Enable overload resolution for C@t{++} expression evaluation. The default
c906108c
SS
8482is on. For overloaded functions, @value{GDBN} evaluates the arguments
8483and searches for a function whose signature matches the argument types,
b37052ae 8484using the standard C@t{++} conversion rules (see @ref{C plus plus expressions, ,C@t{++}
d4f3574e 8485expressions}, for details). If it cannot find a match, it emits a
c906108c
SS
8486message.
8487
8488@item set overload-resolution off
b37052ae 8489Disable overload resolution for C@t{++} expression evaluation. For
c906108c
SS
8490overloaded functions that are not class member functions, @value{GDBN}
8491chooses the first function of the specified name that it finds in the
8492symbol table, whether or not its arguments are of the correct type. For
8493overloaded functions that are class member functions, @value{GDBN}
8494searches for a function whose signature @emph{exactly} matches the
8495argument types.
c906108c
SS
8496
8497@item @r{Overloaded symbol names}
8498You can specify a particular definition of an overloaded symbol, using
b37052ae 8499the same notation that is used to declare such symbols in C@t{++}: type
c906108c
SS
8500@code{@var{symbol}(@var{types})} rather than just @var{symbol}. You can
8501also use the @value{GDBN} command-line word completion facilities to list the
8502available choices, or to finish the type list for you.
8503@xref{Completion,, Command completion}, for details on how to do this.
8504@end table
c906108c 8505
b37303ee
AF
8506@node Objective-C
8507@subsection Objective-C
8508
8509@cindex Objective-C
8510This section provides information about some commands and command
8511options that are useful for debugging Objective-C code.
8512
8513@menu
b383017d
RM
8514* Method Names in Commands::
8515* The Print Command with Objective-C::
b37303ee
AF
8516@end menu
8517
8518@node Method Names in Commands, The Print Command with Objective-C, Objective-C, Objective-C
8519@subsubsection Method Names in Commands
8520
8521The following commands have been extended to accept Objective-C method
8522names as line specifications:
8523
8524@kindex clear@r{, and Objective-C}
8525@kindex break@r{, and Objective-C}
8526@kindex info line@r{, and Objective-C}
8527@kindex jump@r{, and Objective-C}
8528@kindex list@r{, and Objective-C}
8529@itemize
8530@item @code{clear}
8531@item @code{break}
8532@item @code{info line}
8533@item @code{jump}
8534@item @code{list}
8535@end itemize
8536
8537A fully qualified Objective-C method name is specified as
8538
8539@smallexample
8540-[@var{Class} @var{methodName}]
8541@end smallexample
8542
c552b3bb
JM
8543where the minus sign is used to indicate an instance method and a
8544plus sign (not shown) is used to indicate a class method. The class
8545name @var{Class} and method name @var{methodName} are enclosed in
8546brackets, similar to the way messages are specified in Objective-C
8547source code. For example, to set a breakpoint at the @code{create}
8548instance method of class @code{Fruit} in the program currently being
8549debugged, enter:
b37303ee
AF
8550
8551@smallexample
8552break -[Fruit create]
8553@end smallexample
8554
8555To list ten program lines around the @code{initialize} class method,
8556enter:
8557
8558@smallexample
8559list +[NSText initialize]
8560@end smallexample
8561
c552b3bb
JM
8562In the current version of @value{GDBN}, the plus or minus sign is
8563required. In future versions of @value{GDBN}, the plus or minus
8564sign will be optional, but you can use it to narrow the search. It
8565is also possible to specify just a method name:
b37303ee
AF
8566
8567@smallexample
8568break create
8569@end smallexample
8570
8571You must specify the complete method name, including any colons. If
8572your program's source files contain more than one @code{create} method,
8573you'll be presented with a numbered list of classes that implement that
8574method. Indicate your choice by number, or type @samp{0} to exit if
8575none apply.
8576
8577As another example, to clear a breakpoint established at the
8578@code{makeKeyAndOrderFront:} method of the @code{NSWindow} class, enter:
8579
8580@smallexample
8581clear -[NSWindow makeKeyAndOrderFront:]
8582@end smallexample
8583
8584@node The Print Command with Objective-C
8585@subsubsection The Print Command With Objective-C
c552b3bb
JM
8586@kindex print-object
8587@kindex po @r{(@code{print-object})}
b37303ee 8588
c552b3bb 8589The print command has also been extended to accept methods. For example:
b37303ee
AF
8590
8591@smallexample
c552b3bb 8592print -[@var{object} hash]
b37303ee
AF
8593@end smallexample
8594
8595@cindex print an Objective-C object description
c552b3bb
JM
8596@cindex @code{_NSPrintForDebugger}, and printing Objective-C objects
8597@noindent
8598will tell @value{GDBN} to send the @code{hash} message to @var{object}
8599and print the result. Also, an additional command has been added,
8600@code{print-object} or @code{po} for short, which is meant to print
8601the description of an object. However, this command may only work
8602with certain Objective-C libraries that have a particular hook
8603function, @code{_NSPrintForDebugger}, defined.
b37303ee
AF
8604
8605@node Modula-2, , Objective-C, Support
c906108c 8606@subsection Modula-2
7a292a7a 8607
d4f3574e 8608@cindex Modula-2, @value{GDBN} support
c906108c
SS
8609
8610The extensions made to @value{GDBN} to support Modula-2 only support
8611output from the @sc{gnu} Modula-2 compiler (which is currently being
8612developed). Other Modula-2 compilers are not currently supported, and
8613attempting to debug executables produced by them is most likely
8614to give an error as @value{GDBN} reads in the executable's symbol
8615table.
8616
8617@cindex expressions in Modula-2
8618@menu
8619* M2 Operators:: Built-in operators
8620* Built-In Func/Proc:: Built-in functions and procedures
8621* M2 Constants:: Modula-2 constants
8622* M2 Defaults:: Default settings for Modula-2
8623* Deviations:: Deviations from standard Modula-2
8624* M2 Checks:: Modula-2 type and range checks
8625* M2 Scope:: The scope operators @code{::} and @code{.}
8626* GDB/M2:: @value{GDBN} and Modula-2
8627@end menu
8628
6d2ebf8b 8629@node M2 Operators
c906108c
SS
8630@subsubsection Operators
8631@cindex Modula-2 operators
8632
8633Operators must be defined on values of specific types. For instance,
8634@code{+} is defined on numbers, but not on structures. Operators are
8635often defined on groups of types. For the purposes of Modula-2, the
8636following definitions hold:
8637
8638@itemize @bullet
8639
8640@item
8641@emph{Integral types} consist of @code{INTEGER}, @code{CARDINAL}, and
8642their subranges.
8643
8644@item
8645@emph{Character types} consist of @code{CHAR} and its subranges.
8646
8647@item
8648@emph{Floating-point types} consist of @code{REAL}.
8649
8650@item
8651@emph{Pointer types} consist of anything declared as @code{POINTER TO
8652@var{type}}.
8653
8654@item
8655@emph{Scalar types} consist of all of the above.
8656
8657@item
8658@emph{Set types} consist of @code{SET} and @code{BITSET} types.
8659
8660@item
8661@emph{Boolean types} consist of @code{BOOLEAN}.
8662@end itemize
8663
8664@noindent
8665The following operators are supported, and appear in order of
8666increasing precedence:
8667
8668@table @code
8669@item ,
8670Function argument or array index separator.
8671
8672@item :=
8673Assignment. The value of @var{var} @code{:=} @var{value} is
8674@var{value}.
8675
8676@item <@r{, }>
8677Less than, greater than on integral, floating-point, or enumerated
8678types.
8679
8680@item <=@r{, }>=
96a2c332 8681Less than or equal to, greater than or equal to
c906108c
SS
8682on integral, floating-point and enumerated types, or set inclusion on
8683set types. Same precedence as @code{<}.
8684
8685@item =@r{, }<>@r{, }#
8686Equality and two ways of expressing inequality, valid on scalar types.
8687Same precedence as @code{<}. In @value{GDBN} scripts, only @code{<>} is
8688available for inequality, since @code{#} conflicts with the script
8689comment character.
8690
8691@item IN
8692Set membership. Defined on set types and the types of their members.
8693Same precedence as @code{<}.
8694
8695@item OR
8696Boolean disjunction. Defined on boolean types.
8697
8698@item AND@r{, }&
d4f3574e 8699Boolean conjunction. Defined on boolean types.
c906108c
SS
8700
8701@item @@
8702The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
8703
8704@item +@r{, }-
8705Addition and subtraction on integral and floating-point types, or union
8706and difference on set types.
8707
8708@item *
8709Multiplication on integral and floating-point types, or set intersection
8710on set types.
8711
8712@item /
8713Division on floating-point types, or symmetric set difference on set
8714types. Same precedence as @code{*}.
8715
8716@item DIV@r{, }MOD
8717Integer division and remainder. Defined on integral types. Same
8718precedence as @code{*}.
8719
8720@item -
8721Negative. Defined on @code{INTEGER} and @code{REAL} data.
8722
8723@item ^
8724Pointer dereferencing. Defined on pointer types.
8725
8726@item NOT
8727Boolean negation. Defined on boolean types. Same precedence as
8728@code{^}.
8729
8730@item .
8731@code{RECORD} field selector. Defined on @code{RECORD} data. Same
8732precedence as @code{^}.
8733
8734@item []
8735Array indexing. Defined on @code{ARRAY} data. Same precedence as @code{^}.
8736
8737@item ()
8738Procedure argument list. Defined on @code{PROCEDURE} objects. Same precedence
8739as @code{^}.
8740
8741@item ::@r{, }.
8742@value{GDBN} and Modula-2 scope operators.
8743@end table
8744
8745@quotation
8746@emph{Warning:} Sets and their operations are not yet supported, so @value{GDBN}
8747treats the use of the operator @code{IN}, or the use of operators
8748@code{+}, @code{-}, @code{*}, @code{/}, @code{=}, , @code{<>}, @code{#},
8749@code{<=}, and @code{>=} on sets as an error.
8750@end quotation
8751
cb51c4e0 8752
6d2ebf8b 8753@node Built-In Func/Proc
c906108c 8754@subsubsection Built-in functions and procedures
cb51c4e0 8755@cindex Modula-2 built-ins
c906108c
SS
8756
8757Modula-2 also makes available several built-in procedures and functions.
8758In describing these, the following metavariables are used:
8759
8760@table @var
8761
8762@item a
8763represents an @code{ARRAY} variable.
8764
8765@item c
8766represents a @code{CHAR} constant or variable.
8767
8768@item i
8769represents a variable or constant of integral type.
8770
8771@item m
8772represents an identifier that belongs to a set. Generally used in the
8773same function with the metavariable @var{s}. The type of @var{s} should
8774be @code{SET OF @var{mtype}} (where @var{mtype} is the type of @var{m}).
8775
8776@item n
8777represents a variable or constant of integral or floating-point type.
8778
8779@item r
8780represents a variable or constant of floating-point type.
8781
8782@item t
8783represents a type.
8784
8785@item v
8786represents a variable.
8787
8788@item x
8789represents a variable or constant of one of many types. See the
8790explanation of the function for details.
8791@end table
8792
8793All Modula-2 built-in procedures also return a result, described below.
8794
8795@table @code
8796@item ABS(@var{n})
8797Returns the absolute value of @var{n}.
8798
8799@item CAP(@var{c})
8800If @var{c} is a lower case letter, it returns its upper case
c3f6f71d 8801equivalent, otherwise it returns its argument.
c906108c
SS
8802
8803@item CHR(@var{i})
8804Returns the character whose ordinal value is @var{i}.
8805
8806@item DEC(@var{v})
c3f6f71d 8807Decrements the value in the variable @var{v} by one. Returns the new value.
c906108c
SS
8808
8809@item DEC(@var{v},@var{i})
8810Decrements the value in the variable @var{v} by @var{i}. Returns the
8811new value.
8812
8813@item EXCL(@var{m},@var{s})
8814Removes the element @var{m} from the set @var{s}. Returns the new
8815set.
8816
8817@item FLOAT(@var{i})
8818Returns the floating point equivalent of the integer @var{i}.
8819
8820@item HIGH(@var{a})
8821Returns the index of the last member of @var{a}.
8822
8823@item INC(@var{v})
c3f6f71d 8824Increments the value in the variable @var{v} by one. Returns the new value.
c906108c
SS
8825
8826@item INC(@var{v},@var{i})
8827Increments the value in the variable @var{v} by @var{i}. Returns the
8828new value.
8829
8830@item INCL(@var{m},@var{s})
8831Adds the element @var{m} to the set @var{s} if it is not already
8832there. Returns the new set.
8833
8834@item MAX(@var{t})
8835Returns the maximum value of the type @var{t}.
8836
8837@item MIN(@var{t})
8838Returns the minimum value of the type @var{t}.
8839
8840@item ODD(@var{i})
8841Returns boolean TRUE if @var{i} is an odd number.
8842
8843@item ORD(@var{x})
8844Returns the ordinal value of its argument. For example, the ordinal
c3f6f71d
JM
8845value of a character is its @sc{ascii} value (on machines supporting the
8846@sc{ascii} character set). @var{x} must be of an ordered type, which include
c906108c
SS
8847integral, character and enumerated types.
8848
8849@item SIZE(@var{x})
8850Returns the size of its argument. @var{x} can be a variable or a type.
8851
8852@item TRUNC(@var{r})
8853Returns the integral part of @var{r}.
8854
8855@item VAL(@var{t},@var{i})
8856Returns the member of the type @var{t} whose ordinal value is @var{i}.
8857@end table
8858
8859@quotation
8860@emph{Warning:} Sets and their operations are not yet supported, so
8861@value{GDBN} treats the use of procedures @code{INCL} and @code{EXCL} as
8862an error.
8863@end quotation
8864
8865@cindex Modula-2 constants
6d2ebf8b 8866@node M2 Constants
c906108c
SS
8867@subsubsection Constants
8868
8869@value{GDBN} allows you to express the constants of Modula-2 in the following
8870ways:
8871
8872@itemize @bullet
8873
8874@item
8875Integer constants are simply a sequence of digits. When used in an
8876expression, a constant is interpreted to be type-compatible with the
8877rest of the expression. Hexadecimal integers are specified by a
8878trailing @samp{H}, and octal integers by a trailing @samp{B}.
8879
8880@item
8881Floating point constants appear as a sequence of digits, followed by a
8882decimal point and another sequence of digits. An optional exponent can
8883then be specified, in the form @samp{E@r{[}+@r{|}-@r{]}@var{nnn}}, where
8884@samp{@r{[}+@r{|}-@r{]}@var{nnn}} is the desired exponent. All of the
8885digits of the floating point constant must be valid decimal (base 10)
8886digits.
8887
8888@item
8889Character constants consist of a single character enclosed by a pair of
8890like quotes, either single (@code{'}) or double (@code{"}). They may
c3f6f71d 8891also be expressed by their ordinal value (their @sc{ascii} value, usually)
c906108c
SS
8892followed by a @samp{C}.
8893
8894@item
8895String constants consist of a sequence of characters enclosed by a
8896pair of like quotes, either single (@code{'}) or double (@code{"}).
8897Escape sequences in the style of C are also allowed. @xref{C
b37052ae 8898Constants, ,C and C@t{++} constants}, for a brief explanation of escape
c906108c
SS
8899sequences.
8900
8901@item
8902Enumerated constants consist of an enumerated identifier.
8903
8904@item
8905Boolean constants consist of the identifiers @code{TRUE} and
8906@code{FALSE}.
8907
8908@item
8909Pointer constants consist of integral values only.
8910
8911@item
8912Set constants are not yet supported.
8913@end itemize
8914
6d2ebf8b 8915@node M2 Defaults
c906108c
SS
8916@subsubsection Modula-2 defaults
8917@cindex Modula-2 defaults
8918
8919If type and range checking are set automatically by @value{GDBN}, they
8920both default to @code{on} whenever the working language changes to
d4f3574e 8921Modula-2. This happens regardless of whether you or @value{GDBN}
c906108c
SS
8922selected the working language.
8923
8924If you allow @value{GDBN} to set the language automatically, then entering
8925code compiled from a file whose name ends with @file{.mod} sets the
d4f3574e 8926working language to Modula-2. @xref{Automatically, ,Having @value{GDBN} set
c906108c
SS
8927the language automatically}, for further details.
8928
6d2ebf8b 8929@node Deviations
c906108c
SS
8930@subsubsection Deviations from standard Modula-2
8931@cindex Modula-2, deviations from
8932
8933A few changes have been made to make Modula-2 programs easier to debug.
8934This is done primarily via loosening its type strictness:
8935
8936@itemize @bullet
8937@item
8938Unlike in standard Modula-2, pointer constants can be formed by
8939integers. This allows you to modify pointer variables during
8940debugging. (In standard Modula-2, the actual address contained in a
8941pointer variable is hidden from you; it can only be modified
8942through direct assignment to another pointer variable or expression that
8943returned a pointer.)
8944
8945@item
8946C escape sequences can be used in strings and characters to represent
8947non-printable characters. @value{GDBN} prints out strings with these
8948escape sequences embedded. Single non-printable characters are
8949printed using the @samp{CHR(@var{nnn})} format.
8950
8951@item
8952The assignment operator (@code{:=}) returns the value of its right-hand
8953argument.
8954
8955@item
8956All built-in procedures both modify @emph{and} return their argument.
8957@end itemize
8958
6d2ebf8b 8959@node M2 Checks
c906108c
SS
8960@subsubsection Modula-2 type and range checks
8961@cindex Modula-2 checks
8962
8963@quotation
8964@emph{Warning:} in this release, @value{GDBN} does not yet perform type or
8965range checking.
8966@end quotation
8967@c FIXME remove warning when type/range checks added
8968
8969@value{GDBN} considers two Modula-2 variables type equivalent if:
8970
8971@itemize @bullet
8972@item
8973They are of types that have been declared equivalent via a @code{TYPE
8974@var{t1} = @var{t2}} statement
8975
8976@item
8977They have been declared on the same line. (Note: This is true of the
8978@sc{gnu} Modula-2 compiler, but it may not be true of other compilers.)
8979@end itemize
8980
8981As long as type checking is enabled, any attempt to combine variables
8982whose types are not equivalent is an error.
8983
8984Range checking is done on all mathematical operations, assignment, array
8985index bounds, and all built-in functions and procedures.
8986
6d2ebf8b 8987@node M2 Scope
c906108c
SS
8988@subsubsection The scope operators @code{::} and @code{.}
8989@cindex scope
41afff9a 8990@cindex @code{.}, Modula-2 scope operator
c906108c
SS
8991@cindex colon, doubled as scope operator
8992@ifinfo
41afff9a 8993@vindex colon-colon@r{, in Modula-2}
c906108c
SS
8994@c Info cannot handle :: but TeX can.
8995@end ifinfo
8996@iftex
41afff9a 8997@vindex ::@r{, in Modula-2}
c906108c
SS
8998@end iftex
8999
9000There are a few subtle differences between the Modula-2 scope operator
9001(@code{.}) and the @value{GDBN} scope operator (@code{::}). The two have
9002similar syntax:
9003
474c8240 9004@smallexample
c906108c
SS
9005
9006@var{module} . @var{id}
9007@var{scope} :: @var{id}
474c8240 9008@end smallexample
c906108c
SS
9009
9010@noindent
9011where @var{scope} is the name of a module or a procedure,
9012@var{module} the name of a module, and @var{id} is any declared
9013identifier within your program, except another module.
9014
9015Using the @code{::} operator makes @value{GDBN} search the scope
9016specified by @var{scope} for the identifier @var{id}. If it is not
9017found in the specified scope, then @value{GDBN} searches all scopes
9018enclosing the one specified by @var{scope}.
9019
9020Using the @code{.} operator makes @value{GDBN} search the current scope for
9021the identifier specified by @var{id} that was imported from the
9022definition module specified by @var{module}. With this operator, it is
9023an error if the identifier @var{id} was not imported from definition
9024module @var{module}, or if @var{id} is not an identifier in
9025@var{module}.
9026
6d2ebf8b 9027@node GDB/M2
c906108c
SS
9028@subsubsection @value{GDBN} and Modula-2
9029
9030Some @value{GDBN} commands have little use when debugging Modula-2 programs.
9031Five subcommands of @code{set print} and @code{show print} apply
b37052ae 9032specifically to C and C@t{++}: @samp{vtbl}, @samp{demangle},
c906108c 9033@samp{asm-demangle}, @samp{object}, and @samp{union}. The first four
b37052ae 9034apply to C@t{++}, and the last to the C @code{union} type, which has no direct
c906108c
SS
9035analogue in Modula-2.
9036
9037The @code{@@} operator (@pxref{Expressions, ,Expressions}), while available
d4f3574e 9038with any language, is not useful with Modula-2. Its
c906108c 9039intent is to aid the debugging of @dfn{dynamic arrays}, which cannot be
b37052ae 9040created in Modula-2 as they can in C or C@t{++}. However, because an
c906108c 9041address can be specified by an integral constant, the construct
d4f3574e 9042@samp{@{@var{type}@}@var{adrexp}} is still useful.
c906108c
SS
9043
9044@cindex @code{#} in Modula-2
9045In @value{GDBN} scripts, the Modula-2 inequality operator @code{#} is
9046interpreted as the beginning of a comment. Use @code{<>} instead.
c906108c 9047
4e562065
JB
9048@node Unsupported languages
9049@section Unsupported languages
9050
9051@cindex unsupported languages
9052@cindex minimal language
9053In addition to the other fully-supported programming languages,
9054@value{GDBN} also provides a pseudo-language, called @code{minimal}.
9055It does not represent a real programming language, but provides a set
9056of capabilities close to what the C or assembly languages provide.
9057This should allow most simple operations to be performed while debugging
9058an application that uses a language currently not supported by @value{GDBN}.
9059
9060If the language is set to @code{auto}, @value{GDBN} will automatically
9061select this language if the current frame corresponds to an unsupported
9062language.
9063
6d2ebf8b 9064@node Symbols
c906108c
SS
9065@chapter Examining the Symbol Table
9066
d4f3574e 9067The commands described in this chapter allow you to inquire about the
c906108c
SS
9068symbols (names of variables, functions and types) defined in your
9069program. This information is inherent in the text of your program and
9070does not change as your program executes. @value{GDBN} finds it in your
9071program's symbol table, in the file indicated when you started @value{GDBN}
9072(@pxref{File Options, ,Choosing files}), or by one of the
9073file-management commands (@pxref{Files, ,Commands to specify files}).
9074
9075@cindex symbol names
9076@cindex names of symbols
9077@cindex quoting names
9078Occasionally, you may need to refer to symbols that contain unusual
9079characters, which @value{GDBN} ordinarily treats as word delimiters. The
9080most frequent case is in referring to static variables in other
9081source files (@pxref{Variables,,Program variables}). File names
9082are recorded in object files as debugging symbols, but @value{GDBN} would
9083ordinarily parse a typical file name, like @file{foo.c}, as the three words
9084@samp{foo} @samp{.} @samp{c}. To allow @value{GDBN} to recognize
9085@samp{foo.c} as a single symbol, enclose it in single quotes; for example,
9086
474c8240 9087@smallexample
c906108c 9088p 'foo.c'::x
474c8240 9089@end smallexample
c906108c
SS
9090
9091@noindent
9092looks up the value of @code{x} in the scope of the file @file{foo.c}.
9093
9094@table @code
9095@kindex info address
b37052ae 9096@cindex address of a symbol
c906108c
SS
9097@item info address @var{symbol}
9098Describe where the data for @var{symbol} is stored. For a register
9099variable, this says which register it is kept in. For a non-register
9100local variable, this prints the stack-frame offset at which the variable
9101is always stored.
9102
9103Note the contrast with @samp{print &@var{symbol}}, which does not work
9104at all for a register variable, and for a stack local variable prints
9105the exact address of the current instantiation of the variable.
9106
3d67e040 9107@kindex info symbol
b37052ae 9108@cindex symbol from address
3d67e040
EZ
9109@item info symbol @var{addr}
9110Print the name of a symbol which is stored at the address @var{addr}.
9111If no symbol is stored exactly at @var{addr}, @value{GDBN} prints the
9112nearest symbol and an offset from it:
9113
474c8240 9114@smallexample
3d67e040
EZ
9115(@value{GDBP}) info symbol 0x54320
9116_initialize_vx + 396 in section .text
474c8240 9117@end smallexample
3d67e040
EZ
9118
9119@noindent
9120This is the opposite of the @code{info address} command. You can use
9121it to find out the name of a variable or a function given its address.
9122
c906108c 9123@kindex whatis
d4f3574e
SS
9124@item whatis @var{expr}
9125Print the data type of expression @var{expr}. @var{expr} is not
c906108c
SS
9126actually evaluated, and any side-effecting operations (such as
9127assignments or function calls) inside it do not take place.
9128@xref{Expressions, ,Expressions}.
9129
9130@item whatis
9131Print the data type of @code{$}, the last value in the value history.
9132
9133@kindex ptype
9134@item ptype @var{typename}
9135Print a description of data type @var{typename}. @var{typename} may be
7a292a7a
SS
9136the name of a type, or for C code it may have the form @samp{class
9137@var{class-name}}, @samp{struct @var{struct-tag}}, @samp{union
9138@var{union-tag}} or @samp{enum @var{enum-tag}}.
c906108c 9139
d4f3574e 9140@item ptype @var{expr}
c906108c 9141@itemx ptype
d4f3574e 9142Print a description of the type of expression @var{expr}. @code{ptype}
c906108c
SS
9143differs from @code{whatis} by printing a detailed description, instead
9144of just the name of the type.
9145
9146For example, for this variable declaration:
9147
474c8240 9148@smallexample
c906108c 9149struct complex @{double real; double imag;@} v;
474c8240 9150@end smallexample
c906108c
SS
9151
9152@noindent
9153the two commands give this output:
9154
474c8240 9155@smallexample
c906108c
SS
9156@group
9157(@value{GDBP}) whatis v
9158type = struct complex
9159(@value{GDBP}) ptype v
9160type = struct complex @{
9161 double real;
9162 double imag;
9163@}
9164@end group
474c8240 9165@end smallexample
c906108c
SS
9166
9167@noindent
9168As with @code{whatis}, using @code{ptype} without an argument refers to
9169the type of @code{$}, the last value in the value history.
9170
9171@kindex info types
9172@item info types @var{regexp}
9173@itemx info types
d4f3574e 9174Print a brief description of all types whose names match @var{regexp}
c906108c
SS
9175(or all types in your program, if you supply no argument). Each
9176complete typename is matched as though it were a complete line; thus,
9177@samp{i type value} gives information on all types in your program whose
d4f3574e 9178names include the string @code{value}, but @samp{i type ^value$} gives
c906108c
SS
9179information only on types whose complete name is @code{value}.
9180
9181This command differs from @code{ptype} in two ways: first, like
9182@code{whatis}, it does not print a detailed description; second, it
9183lists all source files where a type is defined.
9184
b37052ae
EZ
9185@kindex info scope
9186@cindex local variables
9187@item info scope @var{addr}
9188List all the variables local to a particular scope. This command
9189accepts a location---a function name, a source line, or an address
9190preceded by a @samp{*}, and prints all the variables local to the
9191scope defined by that location. For example:
9192
9193@smallexample
9194(@value{GDBP}) @b{info scope command_line_handler}
9195Scope for command_line_handler:
9196Symbol rl is an argument at stack/frame offset 8, length 4.
9197Symbol linebuffer is in static storage at address 0x150a18, length 4.
9198Symbol linelength is in static storage at address 0x150a1c, length 4.
9199Symbol p is a local variable in register $esi, length 4.
9200Symbol p1 is a local variable in register $ebx, length 4.
9201Symbol nline is a local variable in register $edx, length 4.
9202Symbol repeat is a local variable at frame offset -8, length 4.
9203@end smallexample
9204
f5c37c66
EZ
9205@noindent
9206This command is especially useful for determining what data to collect
9207during a @dfn{trace experiment}, see @ref{Tracepoint Actions,
9208collect}.
9209
c906108c
SS
9210@kindex info source
9211@item info source
919d772c
JB
9212Show information about the current source file---that is, the source file for
9213the function containing the current point of execution:
9214@itemize @bullet
9215@item
9216the name of the source file, and the directory containing it,
9217@item
9218the directory it was compiled in,
9219@item
9220its length, in lines,
9221@item
9222which programming language it is written in,
9223@item
9224whether the executable includes debugging information for that file, and
9225if so, what format the information is in (e.g., STABS, Dwarf 2, etc.), and
9226@item
9227whether the debugging information includes information about
9228preprocessor macros.
9229@end itemize
9230
c906108c
SS
9231
9232@kindex info sources
9233@item info sources
9234Print the names of all source files in your program for which there is
9235debugging information, organized into two lists: files whose symbols
9236have already been read, and files whose symbols will be read when needed.
9237
9238@kindex info functions
9239@item info functions
9240Print the names and data types of all defined functions.
9241
9242@item info functions @var{regexp}
9243Print the names and data types of all defined functions
9244whose names contain a match for regular expression @var{regexp}.
9245Thus, @samp{info fun step} finds all functions whose names
9246include @code{step}; @samp{info fun ^step} finds those whose names
b383017d
RM
9247start with @code{step}. If a function name contains characters
9248that conflict with the regular expression language (eg.
1c5dfdad 9249@samp{operator*()}), they may be quoted with a backslash.
c906108c
SS
9250
9251@kindex info variables
9252@item info variables
9253Print the names and data types of all variables that are declared
6ca652b0 9254outside of functions (i.e.@: excluding local variables).
c906108c
SS
9255
9256@item info variables @var{regexp}
9257Print the names and data types of all variables (except for local
9258variables) whose names contain a match for regular expression
9259@var{regexp}.
9260
b37303ee
AF
9261@kindex info classes
9262@item info classes
9263@itemx info classes @var{regexp}
9264Display all Objective-C classes in your program, or
9265(with the @var{regexp} argument) all those matching a particular regular
9266expression.
9267
9268@kindex info selectors
9269@item info selectors
9270@itemx info selectors @var{regexp}
9271Display all Objective-C selectors in your program, or
9272(with the @var{regexp} argument) all those matching a particular regular
9273expression.
9274
c906108c
SS
9275@ignore
9276This was never implemented.
9277@kindex info methods
9278@item info methods
9279@itemx info methods @var{regexp}
9280The @code{info methods} command permits the user to examine all defined
b37052ae
EZ
9281methods within C@t{++} program, or (with the @var{regexp} argument) a
9282specific set of methods found in the various C@t{++} classes. Many
9283C@t{++} classes provide a large number of methods. Thus, the output
c906108c
SS
9284from the @code{ptype} command can be overwhelming and hard to use. The
9285@code{info-methods} command filters the methods, printing only those
9286which match the regular-expression @var{regexp}.
9287@end ignore
9288
c906108c
SS
9289@cindex reloading symbols
9290Some systems allow individual object files that make up your program to
7a292a7a
SS
9291be replaced without stopping and restarting your program. For example,
9292in VxWorks you can simply recompile a defective object file and keep on
9293running. If you are running on one of these systems, you can allow
9294@value{GDBN} to reload the symbols for automatically relinked modules:
c906108c
SS
9295
9296@table @code
9297@kindex set symbol-reloading
9298@item set symbol-reloading on
9299Replace symbol definitions for the corresponding source file when an
9300object file with a particular name is seen again.
9301
9302@item set symbol-reloading off
6d2ebf8b
SS
9303Do not replace symbol definitions when encountering object files of the
9304same name more than once. This is the default state; if you are not
9305running on a system that permits automatic relinking of modules, you
9306should leave @code{symbol-reloading} off, since otherwise @value{GDBN}
9307may discard symbols when linking large programs, that may contain
9308several modules (from different directories or libraries) with the same
9309name.
c906108c
SS
9310
9311@kindex show symbol-reloading
9312@item show symbol-reloading
9313Show the current @code{on} or @code{off} setting.
9314@end table
c906108c 9315
c906108c
SS
9316@kindex set opaque-type-resolution
9317@item set opaque-type-resolution on
9318Tell @value{GDBN} to resolve opaque types. An opaque type is a type
9319declared as a pointer to a @code{struct}, @code{class}, or
9320@code{union}---for example, @code{struct MyType *}---that is used in one
9321source file although the full declaration of @code{struct MyType} is in
9322another source file. The default is on.
9323
9324A change in the setting of this subcommand will not take effect until
9325the next time symbols for a file are loaded.
9326
9327@item set opaque-type-resolution off
9328Tell @value{GDBN} not to resolve opaque types. In this case, the type
9329is printed as follows:
9330@smallexample
9331@{<no data fields>@}
9332@end smallexample
9333
9334@kindex show opaque-type-resolution
9335@item show opaque-type-resolution
9336Show whether opaque types are resolved or not.
c906108c
SS
9337
9338@kindex maint print symbols
9339@cindex symbol dump
9340@kindex maint print psymbols
9341@cindex partial symbol dump
9342@item maint print symbols @var{filename}
9343@itemx maint print psymbols @var{filename}
9344@itemx maint print msymbols @var{filename}
9345Write a dump of debugging symbol data into the file @var{filename}.
9346These commands are used to debug the @value{GDBN} symbol-reading code. Only
9347symbols with debugging data are included. If you use @samp{maint print
9348symbols}, @value{GDBN} includes all the symbols for which it has already
9349collected full details: that is, @var{filename} reflects symbols for
9350only those files whose symbols @value{GDBN} has read. You can use the
9351command @code{info sources} to find out which files these are. If you
9352use @samp{maint print psymbols} instead, the dump shows information about
9353symbols that @value{GDBN} only knows partially---that is, symbols defined in
9354files that @value{GDBN} has skimmed, but not yet read completely. Finally,
9355@samp{maint print msymbols} dumps just the minimal symbol information
9356required for each object file from which @value{GDBN} has read some symbols.
9357@xref{Files, ,Commands to specify files}, for a discussion of how
9358@value{GDBN} reads symbols (in the description of @code{symbol-file}).
44ea7b70 9359
5e7b2f39
JB
9360@kindex maint info symtabs
9361@kindex maint info psymtabs
44ea7b70
JB
9362@cindex listing @value{GDBN}'s internal symbol tables
9363@cindex symbol tables, listing @value{GDBN}'s internal
9364@cindex full symbol tables, listing @value{GDBN}'s internal
9365@cindex partial symbol tables, listing @value{GDBN}'s internal
5e7b2f39
JB
9366@item maint info symtabs @r{[} @var{regexp} @r{]}
9367@itemx maint info psymtabs @r{[} @var{regexp} @r{]}
44ea7b70
JB
9368
9369List the @code{struct symtab} or @code{struct partial_symtab}
9370structures whose names match @var{regexp}. If @var{regexp} is not
9371given, list them all. The output includes expressions which you can
9372copy into a @value{GDBN} debugging this one to examine a particular
9373structure in more detail. For example:
9374
9375@smallexample
5e7b2f39 9376(@value{GDBP}) maint info psymtabs dwarf2read
44ea7b70
JB
9377@{ objfile /home/gnu/build/gdb/gdb
9378 ((struct objfile *) 0x82e69d0)
b383017d 9379 @{ psymtab /home/gnu/src/gdb/dwarf2read.c
44ea7b70
JB
9380 ((struct partial_symtab *) 0x8474b10)
9381 readin no
9382 fullname (null)
9383 text addresses 0x814d3c8 -- 0x8158074
9384 globals (* (struct partial_symbol **) 0x8507a08 @@ 9)
9385 statics (* (struct partial_symbol **) 0x40e95b78 @@ 2882)
9386 dependencies (none)
9387 @}
9388@}
5e7b2f39 9389(@value{GDBP}) maint info symtabs
44ea7b70
JB
9390(@value{GDBP})
9391@end smallexample
9392@noindent
9393We see that there is one partial symbol table whose filename contains
9394the string @samp{dwarf2read}, belonging to the @samp{gdb} executable;
9395and we see that @value{GDBN} has not read in any symtabs yet at all.
9396If we set a breakpoint on a function, that will cause @value{GDBN} to
9397read the symtab for the compilation unit containing that function:
9398
9399@smallexample
9400(@value{GDBP}) break dwarf2_psymtab_to_symtab
9401Breakpoint 1 at 0x814e5da: file /home/gnu/src/gdb/dwarf2read.c,
9402line 1574.
5e7b2f39 9403(@value{GDBP}) maint info symtabs
b383017d 9404@{ objfile /home/gnu/build/gdb/gdb
44ea7b70 9405 ((struct objfile *) 0x82e69d0)
b383017d 9406 @{ symtab /home/gnu/src/gdb/dwarf2read.c
44ea7b70
JB
9407 ((struct symtab *) 0x86c1f38)
9408 dirname (null)
9409 fullname (null)
9410 blockvector ((struct blockvector *) 0x86c1bd0) (primary)
9411 debugformat DWARF 2
9412 @}
9413@}
b383017d 9414(@value{GDBP})
44ea7b70 9415@end smallexample
c906108c
SS
9416@end table
9417
44ea7b70 9418
6d2ebf8b 9419@node Altering
c906108c
SS
9420@chapter Altering Execution
9421
9422Once you think you have found an error in your program, you might want to
9423find out for certain whether correcting the apparent error would lead to
9424correct results in the rest of the run. You can find the answer by
9425experiment, using the @value{GDBN} features for altering execution of the
9426program.
9427
9428For example, you can store new values into variables or memory
7a292a7a
SS
9429locations, give your program a signal, restart it at a different
9430address, or even return prematurely from a function.
c906108c
SS
9431
9432@menu
9433* Assignment:: Assignment to variables
9434* Jumping:: Continuing at a different address
c906108c 9435* Signaling:: Giving your program a signal
c906108c
SS
9436* Returning:: Returning from a function
9437* Calling:: Calling your program's functions
9438* Patching:: Patching your program
9439@end menu
9440
6d2ebf8b 9441@node Assignment
c906108c
SS
9442@section Assignment to variables
9443
9444@cindex assignment
9445@cindex setting variables
9446To alter the value of a variable, evaluate an assignment expression.
9447@xref{Expressions, ,Expressions}. For example,
9448
474c8240 9449@smallexample
c906108c 9450print x=4
474c8240 9451@end smallexample
c906108c
SS
9452
9453@noindent
9454stores the value 4 into the variable @code{x}, and then prints the
5d161b24 9455value of the assignment expression (which is 4).
c906108c
SS
9456@xref{Languages, ,Using @value{GDBN} with Different Languages}, for more
9457information on operators in supported languages.
c906108c
SS
9458
9459@kindex set variable
9460@cindex variables, setting
9461If you are not interested in seeing the value of the assignment, use the
9462@code{set} command instead of the @code{print} command. @code{set} is
9463really the same as @code{print} except that the expression's value is
9464not printed and is not put in the value history (@pxref{Value History,
9465,Value history}). The expression is evaluated only for its effects.
9466
c906108c
SS
9467If the beginning of the argument string of the @code{set} command
9468appears identical to a @code{set} subcommand, use the @code{set
9469variable} command instead of just @code{set}. This command is identical
9470to @code{set} except for its lack of subcommands. For example, if your
9471program has a variable @code{width}, you get an error if you try to set
9472a new value with just @samp{set width=13}, because @value{GDBN} has the
9473command @code{set width}:
9474
474c8240 9475@smallexample
c906108c
SS
9476(@value{GDBP}) whatis width
9477type = double
9478(@value{GDBP}) p width
9479$4 = 13
9480(@value{GDBP}) set width=47
9481Invalid syntax in expression.
474c8240 9482@end smallexample
c906108c
SS
9483
9484@noindent
9485The invalid expression, of course, is @samp{=47}. In
9486order to actually set the program's variable @code{width}, use
9487
474c8240 9488@smallexample
c906108c 9489(@value{GDBP}) set var width=47
474c8240 9490@end smallexample
53a5351d 9491
c906108c
SS
9492Because the @code{set} command has many subcommands that can conflict
9493with the names of program variables, it is a good idea to use the
9494@code{set variable} command instead of just @code{set}. For example, if
9495your program has a variable @code{g}, you run into problems if you try
9496to set a new value with just @samp{set g=4}, because @value{GDBN} has
9497the command @code{set gnutarget}, abbreviated @code{set g}:
9498
474c8240 9499@smallexample
c906108c
SS
9500@group
9501(@value{GDBP}) whatis g
9502type = double
9503(@value{GDBP}) p g
9504$1 = 1
9505(@value{GDBP}) set g=4
2df3850c 9506(@value{GDBP}) p g
c906108c
SS
9507$2 = 1
9508(@value{GDBP}) r
9509The program being debugged has been started already.
9510Start it from the beginning? (y or n) y
9511Starting program: /home/smith/cc_progs/a.out
6d2ebf8b
SS
9512"/home/smith/cc_progs/a.out": can't open to read symbols:
9513 Invalid bfd target.
c906108c
SS
9514(@value{GDBP}) show g
9515The current BFD target is "=4".
9516@end group
474c8240 9517@end smallexample
c906108c
SS
9518
9519@noindent
9520The program variable @code{g} did not change, and you silently set the
9521@code{gnutarget} to an invalid value. In order to set the variable
9522@code{g}, use
9523
474c8240 9524@smallexample
c906108c 9525(@value{GDBP}) set var g=4
474c8240 9526@end smallexample
c906108c
SS
9527
9528@value{GDBN} allows more implicit conversions in assignments than C; you can
9529freely store an integer value into a pointer variable or vice versa,
9530and you can convert any structure to any other structure that is the
9531same length or shorter.
9532@comment FIXME: how do structs align/pad in these conversions?
9533@comment /doc@cygnus.com 18dec1990
9534
9535To store values into arbitrary places in memory, use the @samp{@{@dots{}@}}
9536construct to generate a value of specified type at a specified address
9537(@pxref{Expressions, ,Expressions}). For example, @code{@{int@}0x83040} refers
9538to memory location @code{0x83040} as an integer (which implies a certain size
9539and representation in memory), and
9540
474c8240 9541@smallexample
c906108c 9542set @{int@}0x83040 = 4
474c8240 9543@end smallexample
c906108c
SS
9544
9545@noindent
9546stores the value 4 into that memory location.
9547
6d2ebf8b 9548@node Jumping
c906108c
SS
9549@section Continuing at a different address
9550
9551Ordinarily, when you continue your program, you do so at the place where
9552it stopped, with the @code{continue} command. You can instead continue at
9553an address of your own choosing, with the following commands:
9554
9555@table @code
9556@kindex jump
9557@item jump @var{linespec}
9558Resume execution at line @var{linespec}. Execution stops again
9559immediately if there is a breakpoint there. @xref{List, ,Printing
9560source lines}, for a description of the different forms of
9561@var{linespec}. It is common practice to use the @code{tbreak} command
9562in conjunction with @code{jump}. @xref{Set Breaks, ,Setting
9563breakpoints}.
9564
9565The @code{jump} command does not change the current stack frame, or
9566the stack pointer, or the contents of any memory location or any
9567register other than the program counter. If line @var{linespec} is in
9568a different function from the one currently executing, the results may
9569be bizarre if the two functions expect different patterns of arguments or
9570of local variables. For this reason, the @code{jump} command requests
9571confirmation if the specified line is not in the function currently
9572executing. However, even bizarre results are predictable if you are
9573well acquainted with the machine-language code of your program.
9574
9575@item jump *@var{address}
9576Resume execution at the instruction at address @var{address}.
9577@end table
9578
c906108c 9579@c Doesn't work on HP-UX; have to set $pcoqh and $pcoqt.
53a5351d
JM
9580On many systems, you can get much the same effect as the @code{jump}
9581command by storing a new value into the register @code{$pc}. The
9582difference is that this does not start your program running; it only
9583changes the address of where it @emph{will} run when you continue. For
9584example,
c906108c 9585
474c8240 9586@smallexample
c906108c 9587set $pc = 0x485
474c8240 9588@end smallexample
c906108c
SS
9589
9590@noindent
9591makes the next @code{continue} command or stepping command execute at
9592address @code{0x485}, rather than at the address where your program stopped.
9593@xref{Continuing and Stepping, ,Continuing and stepping}.
c906108c
SS
9594
9595The most common occasion to use the @code{jump} command is to back
9596up---perhaps with more breakpoints set---over a portion of a program
9597that has already executed, in order to examine its execution in more
9598detail.
9599
c906108c 9600@c @group
6d2ebf8b 9601@node Signaling
c906108c
SS
9602@section Giving your program a signal
9603
9604@table @code
9605@kindex signal
9606@item signal @var{signal}
9607Resume execution where your program stopped, but immediately give it the
9608signal @var{signal}. @var{signal} can be the name or the number of a
9609signal. For example, on many systems @code{signal 2} and @code{signal
9610SIGINT} are both ways of sending an interrupt signal.
9611
9612Alternatively, if @var{signal} is zero, continue execution without
9613giving a signal. This is useful when your program stopped on account of
9614a signal and would ordinary see the signal when resumed with the
9615@code{continue} command; @samp{signal 0} causes it to resume without a
9616signal.
9617
9618@code{signal} does not repeat when you press @key{RET} a second time
9619after executing the command.
9620@end table
9621@c @end group
9622
9623Invoking the @code{signal} command is not the same as invoking the
9624@code{kill} utility from the shell. Sending a signal with @code{kill}
9625causes @value{GDBN} to decide what to do with the signal depending on
9626the signal handling tables (@pxref{Signals}). The @code{signal} command
9627passes the signal directly to your program.
9628
c906108c 9629
6d2ebf8b 9630@node Returning
c906108c
SS
9631@section Returning from a function
9632
9633@table @code
9634@cindex returning from a function
9635@kindex return
9636@item return
9637@itemx return @var{expression}
9638You can cancel execution of a function call with the @code{return}
9639command. If you give an
9640@var{expression} argument, its value is used as the function's return
9641value.
9642@end table
9643
9644When you use @code{return}, @value{GDBN} discards the selected stack frame
9645(and all frames within it). You can think of this as making the
9646discarded frame return prematurely. If you wish to specify a value to
9647be returned, give that value as the argument to @code{return}.
9648
9649This pops the selected stack frame (@pxref{Selection, ,Selecting a
9650frame}), and any other frames inside of it, leaving its caller as the
9651innermost remaining frame. That frame becomes selected. The
9652specified value is stored in the registers used for returning values
9653of functions.
9654
9655The @code{return} command does not resume execution; it leaves the
9656program stopped in the state that would exist if the function had just
9657returned. In contrast, the @code{finish} command (@pxref{Continuing
9658and Stepping, ,Continuing and stepping}) resumes execution until the
9659selected stack frame returns naturally.
9660
6d2ebf8b 9661@node Calling
c906108c
SS
9662@section Calling program functions
9663
9664@cindex calling functions
9665@kindex call
9666@table @code
9667@item call @var{expr}
9668Evaluate the expression @var{expr} without displaying @code{void}
9669returned values.
9670@end table
9671
9672You can use this variant of the @code{print} command if you want to
9673execute a function from your program, but without cluttering the output
5d161b24
DB
9674with @code{void} returned values. If the result is not void, it
9675is printed and saved in the value history.
c906108c 9676
6d2ebf8b 9677@node Patching
c906108c 9678@section Patching programs
7a292a7a 9679
c906108c
SS
9680@cindex patching binaries
9681@cindex writing into executables
c906108c 9682@cindex writing into corefiles
c906108c 9683
7a292a7a
SS
9684By default, @value{GDBN} opens the file containing your program's
9685executable code (or the corefile) read-only. This prevents accidental
9686alterations to machine code; but it also prevents you from intentionally
9687patching your program's binary.
c906108c
SS
9688
9689If you'd like to be able to patch the binary, you can specify that
9690explicitly with the @code{set write} command. For example, you might
9691want to turn on internal debugging flags, or even to make emergency
9692repairs.
9693
9694@table @code
9695@kindex set write
9696@item set write on
9697@itemx set write off
7a292a7a
SS
9698If you specify @samp{set write on}, @value{GDBN} opens executable and
9699core files for both reading and writing; if you specify @samp{set write
c906108c
SS
9700off} (the default), @value{GDBN} opens them read-only.
9701
9702If you have already loaded a file, you must load it again (using the
7a292a7a
SS
9703@code{exec-file} or @code{core-file} command) after changing @code{set
9704write}, for your new setting to take effect.
c906108c
SS
9705
9706@item show write
9707@kindex show write
7a292a7a
SS
9708Display whether executable files and core files are opened for writing
9709as well as reading.
c906108c
SS
9710@end table
9711
6d2ebf8b 9712@node GDB Files
c906108c
SS
9713@chapter @value{GDBN} Files
9714
7a292a7a
SS
9715@value{GDBN} needs to know the file name of the program to be debugged,
9716both in order to read its symbol table and in order to start your
9717program. To debug a core dump of a previous run, you must also tell
9718@value{GDBN} the name of the core dump file.
c906108c
SS
9719
9720@menu
9721* Files:: Commands to specify files
5b5d99cf 9722* Separate Debug Files:: Debugging information in separate files
c906108c
SS
9723* Symbol Errors:: Errors reading symbol files
9724@end menu
9725
6d2ebf8b 9726@node Files
c906108c 9727@section Commands to specify files
c906108c 9728
7a292a7a 9729@cindex symbol table
c906108c 9730@cindex core dump file
7a292a7a
SS
9731
9732You may want to specify executable and core dump file names. The usual
9733way to do this is at start-up time, using the arguments to
9734@value{GDBN}'s start-up commands (@pxref{Invocation, , Getting In and
9735Out of @value{GDBN}}).
c906108c
SS
9736
9737Occasionally it is necessary to change to a different file during a
9738@value{GDBN} session. Or you may run @value{GDBN} and forget to specify
9739a file you want to use. In these situations the @value{GDBN} commands
9740to specify new files are useful.
9741
9742@table @code
9743@cindex executable file
9744@kindex file
9745@item file @var{filename}
9746Use @var{filename} as the program to be debugged. It is read for its
9747symbols and for the contents of pure memory. It is also the program
9748executed when you use the @code{run} command. If you do not specify a
5d161b24
DB
9749directory and the file is not found in the @value{GDBN} working directory,
9750@value{GDBN} uses the environment variable @code{PATH} as a list of
9751directories to search, just as the shell does when looking for a program
9752to run. You can change the value of this variable, for both @value{GDBN}
c906108c
SS
9753and your program, using the @code{path} command.
9754
6d2ebf8b 9755On systems with memory-mapped files, an auxiliary file named
c906108c
SS
9756@file{@var{filename}.syms} may hold symbol table information for
9757@var{filename}. If so, @value{GDBN} maps in the symbol table from
9758@file{@var{filename}.syms}, starting up more quickly. See the
9759descriptions of the file options @samp{-mapped} and @samp{-readnow}
9760(available on the command line, and with the commands @code{file},
5d161b24 9761@code{symbol-file}, or @code{add-symbol-file}, described below),
c906108c 9762for more information.
c906108c
SS
9763
9764@item file
9765@code{file} with no argument makes @value{GDBN} discard any information it
9766has on both executable file and the symbol table.
9767
9768@kindex exec-file
9769@item exec-file @r{[} @var{filename} @r{]}
9770Specify that the program to be run (but not the symbol table) is found
9771in @var{filename}. @value{GDBN} searches the environment variable @code{PATH}
9772if necessary to locate your program. Omitting @var{filename} means to
9773discard information on the executable file.
9774
9775@kindex symbol-file
9776@item symbol-file @r{[} @var{filename} @r{]}
9777Read symbol table information from file @var{filename}. @code{PATH} is
9778searched when necessary. Use the @code{file} command to get both symbol
9779table and program to run from the same file.
9780
9781@code{symbol-file} with no argument clears out @value{GDBN} information on your
9782program's symbol table.
9783
5d161b24 9784The @code{symbol-file} command causes @value{GDBN} to forget the contents
c906108c
SS
9785of its convenience variables, the value history, and all breakpoints and
9786auto-display expressions. This is because they may contain pointers to
9787the internal data recording symbols and data types, which are part of
9788the old symbol table data being discarded inside @value{GDBN}.
9789
9790@code{symbol-file} does not repeat if you press @key{RET} again after
9791executing it once.
9792
9793When @value{GDBN} is configured for a particular environment, it
9794understands debugging information in whatever format is the standard
9795generated for that environment; you may use either a @sc{gnu} compiler, or
9796other compilers that adhere to the local conventions.
c906108c
SS
9797Best results are usually obtained from @sc{gnu} compilers; for example,
9798using @code{@value{GCC}} you can generate debugging information for
9799optimized code.
c906108c
SS
9800
9801For most kinds of object files, with the exception of old SVR3 systems
9802using COFF, the @code{symbol-file} command does not normally read the
9803symbol table in full right away. Instead, it scans the symbol table
9804quickly to find which source files and which symbols are present. The
9805details are read later, one source file at a time, as they are needed.
9806
9807The purpose of this two-stage reading strategy is to make @value{GDBN}
9808start up faster. For the most part, it is invisible except for
9809occasional pauses while the symbol table details for a particular source
9810file are being read. (The @code{set verbose} command can turn these
9811pauses into messages if desired. @xref{Messages/Warnings, ,Optional
9812warnings and messages}.)
9813
c906108c
SS
9814We have not implemented the two-stage strategy for COFF yet. When the
9815symbol table is stored in COFF format, @code{symbol-file} reads the
9816symbol table data in full right away. Note that ``stabs-in-COFF''
9817still does the two-stage strategy, since the debug info is actually
9818in stabs format.
9819
9820@kindex readnow
9821@cindex reading symbols immediately
9822@cindex symbols, reading immediately
9823@kindex mapped
9824@cindex memory-mapped symbol file
9825@cindex saving symbol table
9826@item symbol-file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
9827@itemx file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
9828You can override the @value{GDBN} two-stage strategy for reading symbol
9829tables by using the @samp{-readnow} option with any of the commands that
9830load symbol table information, if you want to be sure @value{GDBN} has the
5d161b24 9831entire symbol table available.
c906108c 9832
c906108c
SS
9833If memory-mapped files are available on your system through the
9834@code{mmap} system call, you can use another option, @samp{-mapped}, to
9835cause @value{GDBN} to write the symbols for your program into a reusable
9836file. Future @value{GDBN} debugging sessions map in symbol information
9837from this auxiliary symbol file (if the program has not changed), rather
9838than spending time reading the symbol table from the executable
9839program. Using the @samp{-mapped} option has the same effect as
9840starting @value{GDBN} with the @samp{-mapped} command-line option.
9841
9842You can use both options together, to make sure the auxiliary symbol
9843file has all the symbol information for your program.
9844
9845The auxiliary symbol file for a program called @var{myprog} is called
9846@samp{@var{myprog}.syms}. Once this file exists (so long as it is newer
9847than the corresponding executable), @value{GDBN} always attempts to use
9848it when you debug @var{myprog}; no special options or commands are
9849needed.
9850
9851The @file{.syms} file is specific to the host machine where you run
9852@value{GDBN}. It holds an exact image of the internal @value{GDBN}
9853symbol table. It cannot be shared across multiple host platforms.
c906108c
SS
9854
9855@c FIXME: for now no mention of directories, since this seems to be in
9856@c flux. 13mar1992 status is that in theory GDB would look either in
9857@c current dir or in same dir as myprog; but issues like competing
9858@c GDB's, or clutter in system dirs, mean that in practice right now
9859@c only current dir is used. FFish says maybe a special GDB hierarchy
9860@c (eg rooted in val of env var GDBSYMS) could exist for mappable symbol
9861@c files.
9862
9863@kindex core
9864@kindex core-file
9865@item core-file @r{[} @var{filename} @r{]}
9866Specify the whereabouts of a core dump file to be used as the ``contents
9867of memory''. Traditionally, core files contain only some parts of the
9868address space of the process that generated them; @value{GDBN} can access the
9869executable file itself for other parts.
9870
9871@code{core-file} with no argument specifies that no core file is
9872to be used.
9873
9874Note that the core file is ignored when your program is actually running
7a292a7a
SS
9875under @value{GDBN}. So, if you have been running your program and you
9876wish to debug a core file instead, you must kill the subprocess in which
9877the program is running. To do this, use the @code{kill} command
c906108c 9878(@pxref{Kill Process, ,Killing the child process}).
c906108c 9879
c906108c
SS
9880@kindex add-symbol-file
9881@cindex dynamic linking
9882@item add-symbol-file @var{filename} @var{address}
9883@itemx add-symbol-file @var{filename} @var{address} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
17d9d558 9884@itemx add-symbol-file @var{filename} @r{-s}@var{section} @var{address} @dots{}
96a2c332
SS
9885The @code{add-symbol-file} command reads additional symbol table
9886information from the file @var{filename}. You would use this command
9887when @var{filename} has been dynamically loaded (by some other means)
9888into the program that is running. @var{address} should be the memory
9889address at which the file has been loaded; @value{GDBN} cannot figure
d167840f
EZ
9890this out for itself. You can additionally specify an arbitrary number
9891of @samp{@r{-s}@var{section} @var{address}} pairs, to give an explicit
9892section name and base address for that section. You can specify any
9893@var{address} as an expression.
c906108c
SS
9894
9895The symbol table of the file @var{filename} is added to the symbol table
9896originally read with the @code{symbol-file} command. You can use the
96a2c332
SS
9897@code{add-symbol-file} command any number of times; the new symbol data
9898thus read keeps adding to the old. To discard all old symbol data
9899instead, use the @code{symbol-file} command without any arguments.
c906108c 9900
17d9d558
JB
9901@cindex relocatable object files, reading symbols from
9902@cindex object files, relocatable, reading symbols from
9903@cindex reading symbols from relocatable object files
9904@cindex symbols, reading from relocatable object files
9905@cindex @file{.o} files, reading symbols from
9906Although @var{filename} is typically a shared library file, an
9907executable file, or some other object file which has been fully
9908relocated for loading into a process, you can also load symbolic
9909information from relocatable @file{.o} files, as long as:
9910
9911@itemize @bullet
9912@item
9913the file's symbolic information refers only to linker symbols defined in
9914that file, not to symbols defined by other object files,
9915@item
9916every section the file's symbolic information refers to has actually
9917been loaded into the inferior, as it appears in the file, and
9918@item
9919you can determine the address at which every section was loaded, and
9920provide these to the @code{add-symbol-file} command.
9921@end itemize
9922
9923@noindent
9924Some embedded operating systems, like Sun Chorus and VxWorks, can load
9925relocatable files into an already running program; such systems
9926typically make the requirements above easy to meet. However, it's
9927important to recognize that many native systems use complex link
9928procedures (@code{.linkonce} section factoring and C++ constructor table
9929assembly, for example) that make the requirements difficult to meet. In
9930general, one cannot assume that using @code{add-symbol-file} to read a
9931relocatable object file's symbolic information will have the same effect
9932as linking the relocatable object file into the program in the normal
9933way.
9934
c906108c
SS
9935@code{add-symbol-file} does not repeat if you press @key{RET} after using it.
9936
9937You can use the @samp{-mapped} and @samp{-readnow} options just as with
9938the @code{symbol-file} command, to change how @value{GDBN} manages the symbol
9939table information for @var{filename}.
9940
9941@kindex add-shared-symbol-file
9942@item add-shared-symbol-file
9943The @code{add-shared-symbol-file} command can be used only under Harris' CXUX
5d161b24
DB
9944operating system for the Motorola 88k. @value{GDBN} automatically looks for
9945shared libraries, however if @value{GDBN} does not find yours, you can run
c906108c 9946@code{add-shared-symbol-file}. It takes no arguments.
c906108c 9947
c906108c
SS
9948@kindex section
9949@item section
5d161b24
DB
9950The @code{section} command changes the base address of section SECTION of
9951the exec file to ADDR. This can be used if the exec file does not contain
9952section addresses, (such as in the a.out format), or when the addresses
9953specified in the file itself are wrong. Each section must be changed
d4f3574e
SS
9954separately. The @code{info files} command, described below, lists all
9955the sections and their addresses.
c906108c
SS
9956
9957@kindex info files
9958@kindex info target
9959@item info files
9960@itemx info target
7a292a7a
SS
9961@code{info files} and @code{info target} are synonymous; both print the
9962current target (@pxref{Targets, ,Specifying a Debugging Target}),
9963including the names of the executable and core dump files currently in
9964use by @value{GDBN}, and the files from which symbols were loaded. The
9965command @code{help target} lists all possible targets rather than
9966current ones.
9967
fe95c787
MS
9968@kindex maint info sections
9969@item maint info sections
9970Another command that can give you extra information about program sections
9971is @code{maint info sections}. In addition to the section information
9972displayed by @code{info files}, this command displays the flags and file
9973offset of each section in the executable and core dump files. In addition,
9974@code{maint info sections} provides the following command options (which
9975may be arbitrarily combined):
9976
9977@table @code
9978@item ALLOBJ
9979Display sections for all loaded object files, including shared libraries.
9980@item @var{sections}
6600abed 9981Display info only for named @var{sections}.
fe95c787
MS
9982@item @var{section-flags}
9983Display info only for sections for which @var{section-flags} are true.
9984The section flags that @value{GDBN} currently knows about are:
9985@table @code
9986@item ALLOC
9987Section will have space allocated in the process when loaded.
9988Set for all sections except those containing debug information.
9989@item LOAD
9990Section will be loaded from the file into the child process memory.
9991Set for pre-initialized code and data, clear for @code{.bss} sections.
9992@item RELOC
9993Section needs to be relocated before loading.
9994@item READONLY
9995Section cannot be modified by the child process.
9996@item CODE
9997Section contains executable code only.
6600abed 9998@item DATA
fe95c787
MS
9999Section contains data only (no executable code).
10000@item ROM
10001Section will reside in ROM.
10002@item CONSTRUCTOR
10003Section contains data for constructor/destructor lists.
10004@item HAS_CONTENTS
10005Section is not empty.
10006@item NEVER_LOAD
10007An instruction to the linker to not output the section.
10008@item COFF_SHARED_LIBRARY
10009A notification to the linker that the section contains
10010COFF shared library information.
10011@item IS_COMMON
10012Section contains common symbols.
10013@end table
10014@end table
6763aef9
MS
10015@kindex set trust-readonly-sections
10016@item set trust-readonly-sections on
10017Tell @value{GDBN} that readonly sections in your object file
6ca652b0 10018really are read-only (i.e.@: that their contents will not change).
6763aef9
MS
10019In that case, @value{GDBN} can fetch values from these sections
10020out of the object file, rather than from the target program.
10021For some targets (notably embedded ones), this can be a significant
10022enhancement to debugging performance.
10023
10024The default is off.
10025
10026@item set trust-readonly-sections off
15110bc3 10027Tell @value{GDBN} not to trust readonly sections. This means that
6763aef9
MS
10028the contents of the section might change while the program is running,
10029and must therefore be fetched from the target when needed.
c906108c
SS
10030@end table
10031
10032All file-specifying commands allow both absolute and relative file names
10033as arguments. @value{GDBN} always converts the file name to an absolute file
10034name and remembers it that way.
10035
c906108c 10036@cindex shared libraries
c906108c
SS
10037@value{GDBN} supports HP-UX, SunOS, SVr4, Irix 5, and IBM RS/6000 shared
10038libraries.
53a5351d 10039
c906108c
SS
10040@value{GDBN} automatically loads symbol definitions from shared libraries
10041when you use the @code{run} command, or when you examine a core file.
10042(Before you issue the @code{run} command, @value{GDBN} does not understand
10043references to a function in a shared library, however---unless you are
10044debugging a core file).
53a5351d
JM
10045
10046On HP-UX, if the program loads a library explicitly, @value{GDBN}
10047automatically loads the symbols at the time of the @code{shl_load} call.
10048
c906108c
SS
10049@c FIXME: some @value{GDBN} release may permit some refs to undef
10050@c FIXME...symbols---eg in a break cmd---assuming they are from a shared
10051@c FIXME...lib; check this from time to time when updating manual
10052
b7209cb4
FF
10053There are times, however, when you may wish to not automatically load
10054symbol definitions from shared libraries, such as when they are
10055particularly large or there are many of them.
10056
10057To control the automatic loading of shared library symbols, use the
10058commands:
10059
10060@table @code
10061@kindex set auto-solib-add
10062@item set auto-solib-add @var{mode}
10063If @var{mode} is @code{on}, symbols from all shared object libraries
10064will be loaded automatically when the inferior begins execution, you
10065attach to an independently started inferior, or when the dynamic linker
10066informs @value{GDBN} that a new library has been loaded. If @var{mode}
10067is @code{off}, symbols must be loaded manually, using the
10068@code{sharedlibrary} command. The default value is @code{on}.
10069
10070@kindex show auto-solib-add
10071@item show auto-solib-add
10072Display the current autoloading mode.
10073@end table
10074
10075To explicitly load shared library symbols, use the @code{sharedlibrary}
10076command:
10077
c906108c
SS
10078@table @code
10079@kindex info sharedlibrary
10080@kindex info share
10081@item info share
10082@itemx info sharedlibrary
10083Print the names of the shared libraries which are currently loaded.
10084
10085@kindex sharedlibrary
10086@kindex share
10087@item sharedlibrary @var{regex}
10088@itemx share @var{regex}
c906108c
SS
10089Load shared object library symbols for files matching a
10090Unix regular expression.
10091As with files loaded automatically, it only loads shared libraries
10092required by your program for a core file or after typing @code{run}. If
10093@var{regex} is omitted all shared libraries required by your program are
10094loaded.
10095@end table
10096
b7209cb4
FF
10097On some systems, such as HP-UX systems, @value{GDBN} supports
10098autoloading shared library symbols until a limiting threshold size is
10099reached. This provides the benefit of allowing autoloading to remain on
10100by default, but avoids autoloading excessively large shared libraries,
10101up to a threshold that is initially set, but which you can modify if you
10102wish.
c906108c
SS
10103
10104Beyond that threshold, symbols from shared libraries must be explicitly
d4f3574e
SS
10105loaded. To load these symbols, use the command @code{sharedlibrary
10106@var{filename}}. The base address of the shared library is determined
c906108c
SS
10107automatically by @value{GDBN} and need not be specified.
10108
10109To display or set the threshold, use the commands:
10110
10111@table @code
b7209cb4
FF
10112@kindex set auto-solib-limit
10113@item set auto-solib-limit @var{threshold}
10114Set the autoloading size threshold, in an integral number of megabytes.
10115If @var{threshold} is nonzero and shared library autoloading is enabled,
10116symbols from all shared object libraries will be loaded until the total
10117size of the loaded shared library symbols exceeds this threshold.
c906108c 10118Otherwise, symbols must be loaded manually, using the
6ca652b0 10119@code{sharedlibrary} command. The default threshold is 100 (i.e.@: 100
b7209cb4 10120Mb).
c906108c 10121
b7209cb4
FF
10122@kindex show auto-solib-limit
10123@item show auto-solib-limit
c906108c
SS
10124Display the current autoloading size threshold, in megabytes.
10125@end table
c906108c 10126
f5ebfba0
DJ
10127Shared libraries are also supported in many cross or remote debugging
10128configurations. A copy of the target's libraries need to be present on the
10129host system; they need to be the same as the target libraries, although the
10130copies on the target can be stripped as long as the copies on the host are
10131not.
10132
10133You need to tell @value{GDBN} where the target libraries are, so that it can
10134load the correct copies---otherwise, it may try to load the host's libraries.
10135@value{GDBN} has two variables to specify the search directories for target
10136libraries.
10137
10138@table @code
10139@kindex set solib-absolute-prefix
10140@item set solib-absolute-prefix @var{path}
10141If this variable is set, @var{path} will be used as a prefix for any
10142absolute shared library paths; many runtime loaders store the absolute
10143paths to the shared library in the target program's memory. If you use
10144@samp{solib-absolute-prefix} to find shared libraries, they need to be laid
10145out in the same way that they are on the target, with e.g.@: a
10146@file{/usr/lib} hierarchy under @var{path}.
10147
10148You can set the default value of @samp{solib-absolute-prefix} by using the
10149configure-time @samp{--with-sysroot} option.
10150
10151@kindex show solib-absolute-prefix
10152@item show solib-absolute-prefix
10153Display the current shared library prefix.
10154
10155@kindex set solib-search-path
10156@item set solib-search-path @var{path}
10157If this variable is set, @var{path} is a colon-separated list of directories
10158to search for shared libraries. @samp{solib-search-path} is used after
10159@samp{solib-absolute-prefix} fails to locate the library, or if the path to
10160the library is relative instead of absolute. If you want to use
10161@samp{solib-search-path} instead of @samp{solib-absolute-prefix}, be sure to
10162set @samp{solib-absolute-prefix} to a nonexistant directory to prevent
10163@value{GDBN} from finding your host's libraries.
10164
10165@kindex show solib-search-path
10166@item show solib-search-path
10167Display the current shared library search path.
10168@end table
10169
5b5d99cf
JB
10170
10171@node Separate Debug Files
10172@section Debugging Information in Separate Files
10173@cindex separate debugging information files
10174@cindex debugging information in separate files
10175@cindex @file{.debug} subdirectories
10176@cindex debugging information directory, global
10177@cindex global debugging information directory
10178
10179@value{GDBN} allows you to put a program's debugging information in a
10180file separate from the executable itself, in a way that allows
10181@value{GDBN} to find and load the debugging information automatically.
10182Since debugging information can be very large --- sometimes larger
10183than the executable code itself --- some systems distribute debugging
10184information for their executables in separate files, which users can
10185install only when they need to debug a problem.
10186
10187If an executable's debugging information has been extracted to a
10188separate file, the executable should contain a @dfn{debug link} giving
10189the name of the debugging information file (with no directory
10190components), and a checksum of its contents. (The exact form of a
10191debug link is described below.) If the full name of the directory
10192containing the executable is @var{execdir}, and the executable has a
10193debug link that specifies the name @var{debugfile}, then @value{GDBN}
10194will automatically search for the debugging information file in three
10195places:
10196
10197@itemize @bullet
10198@item
10199the directory containing the executable file (that is, it will look
10200for a file named @file{@var{execdir}/@var{debugfile}},
10201@item
10202a subdirectory of that directory named @file{.debug} (that is, the
10203file @file{@var{execdir}/.debug/@var{debugfile}}, and
10204@item
10205a subdirectory of the global debug file directory that includes the
10206executable's full path, and the name from the link (that is, the file
10207@file{@var{globaldebugdir}/@var{execdir}/@var{debugfile}}, where
10208@var{globaldebugdir} is the global debug file directory, and
10209@var{execdir} has been turned into a relative path).
10210@end itemize
10211@noindent
10212@value{GDBN} checks under each of these names for a debugging
10213information file whose checksum matches that given in the link, and
10214reads the debugging information from the first one it finds.
10215
10216So, for example, if you ask @value{GDBN} to debug @file{/usr/bin/ls},
10217which has a link containing the name @file{ls.debug}, and the global
10218debug directory is @file{/usr/lib/debug}, then @value{GDBN} will look
10219for debug information in @file{/usr/bin/ls.debug},
10220@file{/usr/bin/.debug/ls.debug}, and
10221@file{/usr/lib/debug/usr/bin/ls.debug}.
10222
10223You can set the global debugging info directory's name, and view the
10224name @value{GDBN} is currently using.
10225
10226@table @code
10227
10228@kindex set debug-file-directory
10229@item set debug-file-directory @var{directory}
10230Set the directory which @value{GDBN} searches for separate debugging
10231information files to @var{directory}.
10232
10233@kindex show debug-file-directory
10234@item show debug-file-directory
10235Show the directory @value{GDBN} searches for separate debugging
10236information files.
10237
10238@end table
10239
10240@cindex @code{.gnu_debuglink} sections
10241@cindex debug links
10242A debug link is a special section of the executable file named
10243@code{.gnu_debuglink}. The section must contain:
10244
10245@itemize
10246@item
10247A filename, with any leading directory components removed, followed by
10248a zero byte,
10249@item
10250zero to three bytes of padding, as needed to reach the next four-byte
10251boundary within the section, and
10252@item
10253a four-byte CRC checksum, stored in the same endianness used for the
10254executable file itself. The checksum is computed on the debugging
10255information file's full contents by the function given below, passing
10256zero as the @var{crc} argument.
10257@end itemize
10258
10259Any executable file format can carry a debug link, as long as it can
10260contain a section named @code{.gnu_debuglink} with the contents
10261described above.
10262
10263The debugging information file itself should be an ordinary
10264executable, containing a full set of linker symbols, sections, and
10265debugging information. The sections of the debugging information file
10266should have the same names, addresses and sizes as the original file,
10267but they need not contain any data --- much like a @code{.bss} section
10268in an ordinary executable.
10269
10270As of December 2002, there is no standard GNU utility to produce
10271separated executable / debugging information file pairs. Ulrich
10272Drepper's @file{elfutils} package, starting with version 0.53,
10273contains a version of the @code{strip} command such that the command
10274@kbd{strip foo -f foo.debug} removes the debugging information from
10275the executable file @file{foo}, places it in the file
10276@file{foo.debug}, and leaves behind a debug link in @file{foo}.
10277
10278Since there are many different ways to compute CRC's (different
10279polynomials, reversals, byte ordering, etc.), the simplest way to
10280describe the CRC used in @code{.gnu_debuglink} sections is to give the
10281complete code for a function that computes it:
10282
10283@kindex @code{gnu_debuglink_crc32}
10284@smallexample
10285unsigned long
10286gnu_debuglink_crc32 (unsigned long crc,
10287 unsigned char *buf, size_t len)
10288@{
10289 static const unsigned long crc32_table[256] =
10290 @{
10291 0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419,
10292 0x706af48f, 0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4,
10293 0xe0d5e91e, 0x97d2d988, 0x09b64c2b, 0x7eb17cbd, 0xe7b82d07,
10294 0x90bf1d91, 0x1db71064, 0x6ab020f2, 0xf3b97148, 0x84be41de,
10295 0x1adad47d, 0x6ddde4eb, 0xf4d4b551, 0x83d385c7, 0x136c9856,
10296 0x646ba8c0, 0xfd62f97a, 0x8a65c9ec, 0x14015c4f, 0x63066cd9,
10297 0xfa0f3d63, 0x8d080df5, 0x3b6e20c8, 0x4c69105e, 0xd56041e4,
10298 0xa2677172, 0x3c03e4d1, 0x4b04d447, 0xd20d85fd, 0xa50ab56b,
10299 0x35b5a8fa, 0x42b2986c, 0xdbbbc9d6, 0xacbcf940, 0x32d86ce3,
10300 0x45df5c75, 0xdcd60dcf, 0xabd13d59, 0x26d930ac, 0x51de003a,
10301 0xc8d75180, 0xbfd06116, 0x21b4f4b5, 0x56b3c423, 0xcfba9599,
10302 0xb8bda50f, 0x2802b89e, 0x5f058808, 0xc60cd9b2, 0xb10be924,
10303 0x2f6f7c87, 0x58684c11, 0xc1611dab, 0xb6662d3d, 0x76dc4190,
10304 0x01db7106, 0x98d220bc, 0xefd5102a, 0x71b18589, 0x06b6b51f,
10305 0x9fbfe4a5, 0xe8b8d433, 0x7807c9a2, 0x0f00f934, 0x9609a88e,
10306 0xe10e9818, 0x7f6a0dbb, 0x086d3d2d, 0x91646c97, 0xe6635c01,
10307 0x6b6b51f4, 0x1c6c6162, 0x856530d8, 0xf262004e, 0x6c0695ed,
10308 0x1b01a57b, 0x8208f4c1, 0xf50fc457, 0x65b0d9c6, 0x12b7e950,
10309 0x8bbeb8ea, 0xfcb9887c, 0x62dd1ddf, 0x15da2d49, 0x8cd37cf3,
10310 0xfbd44c65, 0x4db26158, 0x3ab551ce, 0xa3bc0074, 0xd4bb30e2,
10311 0x4adfa541, 0x3dd895d7, 0xa4d1c46d, 0xd3d6f4fb, 0x4369e96a,
10312 0x346ed9fc, 0xad678846, 0xda60b8d0, 0x44042d73, 0x33031de5,
10313 0xaa0a4c5f, 0xdd0d7cc9, 0x5005713c, 0x270241aa, 0xbe0b1010,
10314 0xc90c2086, 0x5768b525, 0x206f85b3, 0xb966d409, 0xce61e49f,
10315 0x5edef90e, 0x29d9c998, 0xb0d09822, 0xc7d7a8b4, 0x59b33d17,
10316 0x2eb40d81, 0xb7bd5c3b, 0xc0ba6cad, 0xedb88320, 0x9abfb3b6,
10317 0x03b6e20c, 0x74b1d29a, 0xead54739, 0x9dd277af, 0x04db2615,
10318 0x73dc1683, 0xe3630b12, 0x94643b84, 0x0d6d6a3e, 0x7a6a5aa8,
10319 0xe40ecf0b, 0x9309ff9d, 0x0a00ae27, 0x7d079eb1, 0xf00f9344,
10320 0x8708a3d2, 0x1e01f268, 0x6906c2fe, 0xf762575d, 0x806567cb,
10321 0x196c3671, 0x6e6b06e7, 0xfed41b76, 0x89d32be0, 0x10da7a5a,
10322 0x67dd4acc, 0xf9b9df6f, 0x8ebeeff9, 0x17b7be43, 0x60b08ed5,
10323 0xd6d6a3e8, 0xa1d1937e, 0x38d8c2c4, 0x4fdff252, 0xd1bb67f1,
10324 0xa6bc5767, 0x3fb506dd, 0x48b2364b, 0xd80d2bda, 0xaf0a1b4c,
10325 0x36034af6, 0x41047a60, 0xdf60efc3, 0xa867df55, 0x316e8eef,
10326 0x4669be79, 0xcb61b38c, 0xbc66831a, 0x256fd2a0, 0x5268e236,
10327 0xcc0c7795, 0xbb0b4703, 0x220216b9, 0x5505262f, 0xc5ba3bbe,
10328 0xb2bd0b28, 0x2bb45a92, 0x5cb36a04, 0xc2d7ffa7, 0xb5d0cf31,
10329 0x2cd99e8b, 0x5bdeae1d, 0x9b64c2b0, 0xec63f226, 0x756aa39c,
10330 0x026d930a, 0x9c0906a9, 0xeb0e363f, 0x72076785, 0x05005713,
10331 0x95bf4a82, 0xe2b87a14, 0x7bb12bae, 0x0cb61b38, 0x92d28e9b,
10332 0xe5d5be0d, 0x7cdcefb7, 0x0bdbdf21, 0x86d3d2d4, 0xf1d4e242,
10333 0x68ddb3f8, 0x1fda836e, 0x81be16cd, 0xf6b9265b, 0x6fb077e1,
10334 0x18b74777, 0x88085ae6, 0xff0f6a70, 0x66063bca, 0x11010b5c,
10335 0x8f659eff, 0xf862ae69, 0x616bffd3, 0x166ccf45, 0xa00ae278,
10336 0xd70dd2ee, 0x4e048354, 0x3903b3c2, 0xa7672661, 0xd06016f7,
10337 0x4969474d, 0x3e6e77db, 0xaed16a4a, 0xd9d65adc, 0x40df0b66,
10338 0x37d83bf0, 0xa9bcae53, 0xdebb9ec5, 0x47b2cf7f, 0x30b5ffe9,
10339 0xbdbdf21c, 0xcabac28a, 0x53b39330, 0x24b4a3a6, 0xbad03605,
10340 0xcdd70693, 0x54de5729, 0x23d967bf, 0xb3667a2e, 0xc4614ab8,
10341 0x5d681b02, 0x2a6f2b94, 0xb40bbe37, 0xc30c8ea1, 0x5a05df1b,
10342 0x2d02ef8d
10343 @};
10344 unsigned char *end;
10345
10346 crc = ~crc & 0xffffffff;
10347 for (end = buf + len; buf < end; ++buf)
10348 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);
e7a3abfc 10349 return ~crc & 0xffffffff;
5b5d99cf
JB
10350@}
10351@end smallexample
10352
10353
6d2ebf8b 10354@node Symbol Errors
c906108c
SS
10355@section Errors reading symbol files
10356
10357While reading a symbol file, @value{GDBN} occasionally encounters problems,
10358such as symbol types it does not recognize, or known bugs in compiler
10359output. By default, @value{GDBN} does not notify you of such problems, since
10360they are relatively common and primarily of interest to people
10361debugging compilers. If you are interested in seeing information
10362about ill-constructed symbol tables, you can either ask @value{GDBN} to print
10363only one message about each such type of problem, no matter how many
10364times the problem occurs; or you can ask @value{GDBN} to print more messages,
10365to see how many times the problems occur, with the @code{set
10366complaints} command (@pxref{Messages/Warnings, ,Optional warnings and
10367messages}).
10368
10369The messages currently printed, and their meanings, include:
10370
10371@table @code
10372@item inner block not inside outer block in @var{symbol}
10373
10374The symbol information shows where symbol scopes begin and end
10375(such as at the start of a function or a block of statements). This
10376error indicates that an inner scope block is not fully contained
10377in its outer scope blocks.
10378
10379@value{GDBN} circumvents the problem by treating the inner block as if it had
10380the same scope as the outer block. In the error message, @var{symbol}
10381may be shown as ``@code{(don't know)}'' if the outer block is not a
10382function.
10383
10384@item block at @var{address} out of order
10385
10386The symbol information for symbol scope blocks should occur in
10387order of increasing addresses. This error indicates that it does not
10388do so.
10389
10390@value{GDBN} does not circumvent this problem, and has trouble
10391locating symbols in the source file whose symbols it is reading. (You
10392can often determine what source file is affected by specifying
10393@code{set verbose on}. @xref{Messages/Warnings, ,Optional warnings and
10394messages}.)
10395
10396@item bad block start address patched
10397
10398The symbol information for a symbol scope block has a start address
10399smaller than the address of the preceding source line. This is known
10400to occur in the SunOS 4.1.1 (and earlier) C compiler.
10401
10402@value{GDBN} circumvents the problem by treating the symbol scope block as
10403starting on the previous source line.
10404
10405@item bad string table offset in symbol @var{n}
10406
10407@cindex foo
10408Symbol number @var{n} contains a pointer into the string table which is
10409larger than the size of the string table.
10410
10411@value{GDBN} circumvents the problem by considering the symbol to have the
10412name @code{foo}, which may cause other problems if many symbols end up
10413with this name.
10414
10415@item unknown symbol type @code{0x@var{nn}}
10416
7a292a7a
SS
10417The symbol information contains new data types that @value{GDBN} does
10418not yet know how to read. @code{0x@var{nn}} is the symbol type of the
d4f3574e 10419uncomprehended information, in hexadecimal.
c906108c 10420
7a292a7a
SS
10421@value{GDBN} circumvents the error by ignoring this symbol information.
10422This usually allows you to debug your program, though certain symbols
c906108c 10423are not accessible. If you encounter such a problem and feel like
7a292a7a
SS
10424debugging it, you can debug @code{@value{GDBP}} with itself, breakpoint
10425on @code{complain}, then go up to the function @code{read_dbx_symtab}
10426and examine @code{*bufp} to see the symbol.
c906108c
SS
10427
10428@item stub type has NULL name
c906108c 10429
7a292a7a 10430@value{GDBN} could not find the full definition for a struct or class.
c906108c 10431
7a292a7a 10432@item const/volatile indicator missing (ok if using g++ v1.x), got@dots{}
b37052ae 10433The symbol information for a C@t{++} member function is missing some
7a292a7a
SS
10434information that recent versions of the compiler should have output for
10435it.
c906108c
SS
10436
10437@item info mismatch between compiler and debugger
10438
10439@value{GDBN} could not parse a type specification output by the compiler.
7a292a7a 10440
c906108c
SS
10441@end table
10442
6d2ebf8b 10443@node Targets
c906108c 10444@chapter Specifying a Debugging Target
7a292a7a 10445
c906108c
SS
10446@cindex debugging target
10447@kindex target
10448
10449A @dfn{target} is the execution environment occupied by your program.
53a5351d
JM
10450
10451Often, @value{GDBN} runs in the same host environment as your program;
10452in that case, the debugging target is specified as a side effect when
10453you use the @code{file} or @code{core} commands. When you need more
c906108c
SS
10454flexibility---for example, running @value{GDBN} on a physically separate
10455host, or controlling a standalone system over a serial port or a
53a5351d
JM
10456realtime system over a TCP/IP connection---you can use the @code{target}
10457command to specify one of the target types configured for @value{GDBN}
10458(@pxref{Target Commands, ,Commands for managing targets}).
c906108c
SS
10459
10460@menu
10461* Active Targets:: Active targets
10462* Target Commands:: Commands for managing targets
c906108c
SS
10463* Byte Order:: Choosing target byte order
10464* Remote:: Remote debugging
96baa820 10465* KOD:: Kernel Object Display
c906108c
SS
10466
10467@end menu
10468
6d2ebf8b 10469@node Active Targets
c906108c 10470@section Active targets
7a292a7a 10471
c906108c
SS
10472@cindex stacking targets
10473@cindex active targets
10474@cindex multiple targets
10475
c906108c 10476There are three classes of targets: processes, core files, and
7a292a7a
SS
10477executable files. @value{GDBN} can work concurrently on up to three
10478active targets, one in each class. This allows you to (for example)
10479start a process and inspect its activity without abandoning your work on
10480a core file.
c906108c
SS
10481
10482For example, if you execute @samp{gdb a.out}, then the executable file
10483@code{a.out} is the only active target. If you designate a core file as
10484well---presumably from a prior run that crashed and coredumped---then
10485@value{GDBN} has two active targets and uses them in tandem, looking
10486first in the corefile target, then in the executable file, to satisfy
10487requests for memory addresses. (Typically, these two classes of target
10488are complementary, since core files contain only a program's
10489read-write memory---variables and so on---plus machine status, while
10490executable files contain only the program text and initialized data.)
c906108c
SS
10491
10492When you type @code{run}, your executable file becomes an active process
7a292a7a
SS
10493target as well. When a process target is active, all @value{GDBN}
10494commands requesting memory addresses refer to that target; addresses in
10495an active core file or executable file target are obscured while the
10496process target is active.
c906108c 10497
7a292a7a
SS
10498Use the @code{core-file} and @code{exec-file} commands to select a new
10499core file or executable target (@pxref{Files, ,Commands to specify
c906108c 10500files}). To specify as a target a process that is already running, use
7a292a7a
SS
10501the @code{attach} command (@pxref{Attach, ,Debugging an already-running
10502process}).
c906108c 10503
6d2ebf8b 10504@node Target Commands
c906108c
SS
10505@section Commands for managing targets
10506
10507@table @code
10508@item target @var{type} @var{parameters}
7a292a7a
SS
10509Connects the @value{GDBN} host environment to a target machine or
10510process. A target is typically a protocol for talking to debugging
10511facilities. You use the argument @var{type} to specify the type or
10512protocol of the target machine.
c906108c
SS
10513
10514Further @var{parameters} are interpreted by the target protocol, but
10515typically include things like device names or host names to connect
10516with, process numbers, and baud rates.
c906108c
SS
10517
10518The @code{target} command does not repeat if you press @key{RET} again
10519after executing the command.
10520
10521@kindex help target
10522@item help target
10523Displays the names of all targets available. To display targets
10524currently selected, use either @code{info target} or @code{info files}
10525(@pxref{Files, ,Commands to specify files}).
10526
10527@item help target @var{name}
10528Describe a particular target, including any parameters necessary to
10529select it.
10530
10531@kindex set gnutarget
10532@item set gnutarget @var{args}
5d161b24 10533@value{GDBN} uses its own library BFD to read your files. @value{GDBN}
c906108c 10534knows whether it is reading an @dfn{executable},
5d161b24
DB
10535a @dfn{core}, or a @dfn{.o} file; however, you can specify the file format
10536with the @code{set gnutarget} command. Unlike most @code{target} commands,
c906108c
SS
10537with @code{gnutarget} the @code{target} refers to a program, not a machine.
10538
d4f3574e 10539@quotation
c906108c
SS
10540@emph{Warning:} To specify a file format with @code{set gnutarget},
10541you must know the actual BFD name.
d4f3574e 10542@end quotation
c906108c 10543
d4f3574e
SS
10544@noindent
10545@xref{Files, , Commands to specify files}.
c906108c 10546
5d161b24 10547@kindex show gnutarget
c906108c
SS
10548@item show gnutarget
10549Use the @code{show gnutarget} command to display what file format
10550@code{gnutarget} is set to read. If you have not set @code{gnutarget},
10551@value{GDBN} will determine the file format for each file automatically,
10552and @code{show gnutarget} displays @samp{The current BDF target is "auto"}.
10553@end table
10554
c906108c
SS
10555Here are some common targets (available, or not, depending on the GDB
10556configuration):
c906108c
SS
10557
10558@table @code
10559@kindex target exec
10560@item target exec @var{program}
10561An executable file. @samp{target exec @var{program}} is the same as
10562@samp{exec-file @var{program}}.
10563
c906108c
SS
10564@kindex target core
10565@item target core @var{filename}
10566A core dump file. @samp{target core @var{filename}} is the same as
10567@samp{core-file @var{filename}}.
c906108c
SS
10568
10569@kindex target remote
10570@item target remote @var{dev}
10571Remote serial target in GDB-specific protocol. The argument @var{dev}
10572specifies what serial device to use for the connection (e.g.
10573@file{/dev/ttya}). @xref{Remote, ,Remote debugging}. @code{target remote}
d4f3574e 10574supports the @code{load} command. This is only useful if you have
c906108c
SS
10575some other way of getting the stub to the target system, and you can put
10576it somewhere in memory where it won't get clobbered by the download.
10577
c906108c
SS
10578@kindex target sim
10579@item target sim
2df3850c 10580Builtin CPU simulator. @value{GDBN} includes simulators for most architectures.
104c1213 10581In general,
474c8240 10582@smallexample
104c1213
JM
10583 target sim
10584 load
10585 run
474c8240 10586@end smallexample
d4f3574e 10587@noindent
104c1213 10588works; however, you cannot assume that a specific memory map, device
d4f3574e 10589drivers, or even basic I/O is available, although some simulators do
104c1213
JM
10590provide these. For info about any processor-specific simulator details,
10591see the appropriate section in @ref{Embedded Processors, ,Embedded
10592Processors}.
10593
c906108c
SS
10594@end table
10595
104c1213 10596Some configurations may include these targets as well:
c906108c
SS
10597
10598@table @code
10599
c906108c
SS
10600@kindex target nrom
10601@item target nrom @var{dev}
10602NetROM ROM emulator. This target only supports downloading.
10603
c906108c
SS
10604@end table
10605
5d161b24 10606Different targets are available on different configurations of @value{GDBN};
c906108c 10607your configuration may have more or fewer targets.
c906108c
SS
10608
10609Many remote targets require you to download the executable's code
10610once you've successfully established a connection.
10611
10612@table @code
10613
10614@kindex load @var{filename}
10615@item load @var{filename}
c906108c
SS
10616Depending on what remote debugging facilities are configured into
10617@value{GDBN}, the @code{load} command may be available. Where it exists, it
10618is meant to make @var{filename} (an executable) available for debugging
10619on the remote system---by downloading, or dynamic linking, for example.
10620@code{load} also records the @var{filename} symbol table in @value{GDBN}, like
10621the @code{add-symbol-file} command.
10622
10623If your @value{GDBN} does not have a @code{load} command, attempting to
10624execute it gets the error message ``@code{You can't do that when your
10625target is @dots{}}''
c906108c
SS
10626
10627The file is loaded at whatever address is specified in the executable.
10628For some object file formats, you can specify the load address when you
10629link the program; for other formats, like a.out, the object file format
10630specifies a fixed address.
10631@c FIXME! This would be a good place for an xref to the GNU linker doc.
10632
c906108c
SS
10633@code{load} does not repeat if you press @key{RET} again after using it.
10634@end table
10635
6d2ebf8b 10636@node Byte Order
c906108c 10637@section Choosing target byte order
7a292a7a 10638
c906108c
SS
10639@cindex choosing target byte order
10640@cindex target byte order
c906108c 10641
172c2a43 10642Some types of processors, such as the MIPS, PowerPC, and Renesas SH,
c906108c
SS
10643offer the ability to run either big-endian or little-endian byte
10644orders. Usually the executable or symbol will include a bit to
10645designate the endian-ness, and you will not need to worry about
10646which to use. However, you may still find it useful to adjust
d4f3574e 10647@value{GDBN}'s idea of processor endian-ness manually.
c906108c
SS
10648
10649@table @code
10650@kindex set endian big
10651@item set endian big
10652Instruct @value{GDBN} to assume the target is big-endian.
10653
10654@kindex set endian little
10655@item set endian little
10656Instruct @value{GDBN} to assume the target is little-endian.
10657
10658@kindex set endian auto
10659@item set endian auto
10660Instruct @value{GDBN} to use the byte order associated with the
10661executable.
10662
10663@item show endian
10664Display @value{GDBN}'s current idea of the target byte order.
10665
10666@end table
10667
10668Note that these commands merely adjust interpretation of symbolic
10669data on the host, and that they have absolutely no effect on the
10670target system.
10671
6d2ebf8b 10672@node Remote
c906108c
SS
10673@section Remote debugging
10674@cindex remote debugging
10675
10676If you are trying to debug a program running on a machine that cannot run
5d161b24
DB
10677@value{GDBN} in the usual way, it is often useful to use remote debugging.
10678For example, you might use remote debugging on an operating system kernel,
c906108c
SS
10679or on a small system which does not have a general purpose operating system
10680powerful enough to run a full-featured debugger.
10681
10682Some configurations of @value{GDBN} have special serial or TCP/IP interfaces
10683to make this work with particular debugging targets. In addition,
5d161b24 10684@value{GDBN} comes with a generic serial protocol (specific to @value{GDBN},
c906108c
SS
10685but not specific to any particular target system) which you can use if you
10686write the remote stubs---the code that runs on the remote system to
10687communicate with @value{GDBN}.
10688
10689Other remote targets may be available in your
10690configuration of @value{GDBN}; use @code{help target} to list them.
c906108c 10691
6f05cf9f
AC
10692@node KOD
10693@section Kernel Object Display
6f05cf9f 10694@cindex kernel object display
6f05cf9f
AC
10695@cindex KOD
10696
10697Some targets support kernel object display. Using this facility,
10698@value{GDBN} communicates specially with the underlying operating system
10699and can display information about operating system-level objects such as
10700mutexes and other synchronization objects. Exactly which objects can be
10701displayed is determined on a per-OS basis.
10702
3bbe9696 10703@kindex set os
6f05cf9f
AC
10704Use the @code{set os} command to set the operating system. This tells
10705@value{GDBN} which kernel object display module to initialize:
10706
474c8240 10707@smallexample
6f05cf9f 10708(@value{GDBP}) set os cisco
474c8240 10709@end smallexample
6f05cf9f 10710
3bbe9696
EZ
10711@kindex show os
10712The associated command @code{show os} displays the operating system
10713set with the @code{set os} command; if no operating system has been
10714set, @code{show os} will display an empty string @samp{""}.
10715
6f05cf9f
AC
10716If @code{set os} succeeds, @value{GDBN} will display some information
10717about the operating system, and will create a new @code{info} command
10718which can be used to query the target. The @code{info} command is named
10719after the operating system:
c906108c 10720
3bbe9696 10721@kindex info cisco
474c8240 10722@smallexample
6f05cf9f
AC
10723(@value{GDBP}) info cisco
10724List of Cisco Kernel Objects
10725Object Description
10726any Any and all objects
474c8240 10727@end smallexample
6f05cf9f
AC
10728
10729Further subcommands can be used to query about particular objects known
10730by the kernel.
10731
3bbe9696
EZ
10732There is currently no way to determine whether a given operating
10733system is supported other than to try setting it with @kbd{set os
10734@var{name}}, where @var{name} is the name of the operating system you
10735want to try.
6f05cf9f
AC
10736
10737
10738@node Remote Debugging
10739@chapter Debugging remote programs
10740
6b2f586d 10741@menu
07f31aa6 10742* Connecting:: Connecting to a remote target
6b2f586d
AC
10743* Server:: Using the gdbserver program
10744* NetWare:: Using the gdbserve.nlm program
501eef12 10745* Remote configuration:: Remote configuration
6b2f586d 10746* remote stub:: Implementing a remote stub
6b2f586d
AC
10747@end menu
10748
07f31aa6
DJ
10749@node Connecting
10750@section Connecting to a remote target
10751
10752On the @value{GDBN} host machine, you will need an unstripped copy of
10753your program, since @value{GDBN} needs symobl and debugging information.
10754Start up @value{GDBN} as usual, using the name of the local copy of your
10755program as the first argument.
10756
10757@cindex serial line, @code{target remote}
10758If you're using a serial line, you may want to give @value{GDBN} the
10759@w{@samp{--baud}} option, or use the @code{set remotebaud} command
10760before the @code{target} command.
10761
10762After that, use @code{target remote} to establish communications with
10763the target machine. Its argument specifies how to communicate---either
10764via a devicename attached to a direct serial line, or a TCP or UDP port
10765(possibly to a terminal server which in turn has a serial line to the
10766target). For example, to use a serial line connected to the device
10767named @file{/dev/ttyb}:
10768
10769@smallexample
10770target remote /dev/ttyb
10771@end smallexample
10772
10773@cindex TCP port, @code{target remote}
10774To use a TCP connection, use an argument of the form
10775@code{@var{host}:@var{port}} or @code{tcp:@var{host}:@var{port}}.
10776For example, to connect to port 2828 on a
10777terminal server named @code{manyfarms}:
10778
10779@smallexample
10780target remote manyfarms:2828
10781@end smallexample
10782
10783If your remote target is actually running on the same machine as
10784your debugger session (e.g.@: a simulator of your target running on
10785the same host), you can omit the hostname. For example, to connect
10786to port 1234 on your local machine:
10787
10788@smallexample
10789target remote :1234
10790@end smallexample
10791@noindent
10792
10793Note that the colon is still required here.
10794
10795@cindex UDP port, @code{target remote}
10796To use a UDP connection, use an argument of the form
10797@code{udp:@var{host}:@var{port}}. For example, to connect to UDP port 2828
10798on a terminal server named @code{manyfarms}:
10799
10800@smallexample
10801target remote udp:manyfarms:2828
10802@end smallexample
10803
10804When using a UDP connection for remote debugging, you should keep in mind
10805that the `U' stands for ``Unreliable''. UDP can silently drop packets on
10806busy or unreliable networks, which will cause havoc with your debugging
10807session.
10808
10809Now you can use all the usual commands to examine and change data and to
10810step and continue the remote program.
10811
10812@cindex interrupting remote programs
10813@cindex remote programs, interrupting
10814Whenever @value{GDBN} is waiting for the remote program, if you type the
10815interrupt character (often @key{C-C}), @value{GDBN} attempts to stop the
10816program. This may or may not succeed, depending in part on the hardware
10817and the serial drivers the remote system uses. If you type the
10818interrupt character once again, @value{GDBN} displays this prompt:
10819
10820@smallexample
10821Interrupted while waiting for the program.
10822Give up (and stop debugging it)? (y or n)
10823@end smallexample
10824
10825If you type @kbd{y}, @value{GDBN} abandons the remote debugging session.
10826(If you decide you want to try again later, you can use @samp{target
10827remote} again to connect once more.) If you type @kbd{n}, @value{GDBN}
10828goes back to waiting.
10829
10830@table @code
10831@kindex detach (remote)
10832@item detach
10833When you have finished debugging the remote program, you can use the
10834@code{detach} command to release it from @value{GDBN} control.
10835Detaching from the target normally resumes its execution, but the results
10836will depend on your particular remote stub. After the @code{detach}
10837command, @value{GDBN} is free to connect to another target.
10838
10839@kindex disconnect
10840@item disconnect
10841The @code{disconnect} command behaves like @code{detach}, except that
10842the target is generally not resumed. It will wait for @value{GDBN}
10843(this instance or another one) to connect and continue debugging. After
10844the @code{disconnect} command, @value{GDBN} is again free to connect to
10845another target.
10846@end table
10847
6f05cf9f
AC
10848@node Server
10849@section Using the @code{gdbserver} program
10850
10851@kindex gdbserver
10852@cindex remote connection without stubs
10853@code{gdbserver} is a control program for Unix-like systems, which
10854allows you to connect your program with a remote @value{GDBN} via
10855@code{target remote}---but without linking in the usual debugging stub.
10856
10857@code{gdbserver} is not a complete replacement for the debugging stubs,
10858because it requires essentially the same operating-system facilities
10859that @value{GDBN} itself does. In fact, a system that can run
10860@code{gdbserver} to connect to a remote @value{GDBN} could also run
10861@value{GDBN} locally! @code{gdbserver} is sometimes useful nevertheless,
10862because it is a much smaller program than @value{GDBN} itself. It is
10863also easier to port than all of @value{GDBN}, so you may be able to get
10864started more quickly on a new system by using @code{gdbserver}.
10865Finally, if you develop code for real-time systems, you may find that
10866the tradeoffs involved in real-time operation make it more convenient to
10867do as much development work as possible on another system, for example
10868by cross-compiling. You can use @code{gdbserver} to make a similar
10869choice for debugging.
10870
10871@value{GDBN} and @code{gdbserver} communicate via either a serial line
10872or a TCP connection, using the standard @value{GDBN} remote serial
10873protocol.
10874
10875@table @emph
10876@item On the target machine,
10877you need to have a copy of the program you want to debug.
10878@code{gdbserver} does not need your program's symbol table, so you can
10879strip the program if necessary to save space. @value{GDBN} on the host
10880system does all the symbol handling.
10881
10882To use the server, you must tell it how to communicate with @value{GDBN};
56460a61 10883the name of your program; and the arguments for your program. The usual
6f05cf9f
AC
10884syntax is:
10885
10886@smallexample
10887target> gdbserver @var{comm} @var{program} [ @var{args} @dots{} ]
10888@end smallexample
10889
10890@var{comm} is either a device name (to use a serial line) or a TCP
10891hostname and portnumber. For example, to debug Emacs with the argument
10892@samp{foo.txt} and communicate with @value{GDBN} over the serial port
10893@file{/dev/com1}:
10894
10895@smallexample
10896target> gdbserver /dev/com1 emacs foo.txt
10897@end smallexample
10898
10899@code{gdbserver} waits passively for the host @value{GDBN} to communicate
10900with it.
10901
10902To use a TCP connection instead of a serial line:
10903
10904@smallexample
10905target> gdbserver host:2345 emacs foo.txt
10906@end smallexample
10907
10908The only difference from the previous example is the first argument,
10909specifying that you are communicating with the host @value{GDBN} via
10910TCP. The @samp{host:2345} argument means that @code{gdbserver} is to
10911expect a TCP connection from machine @samp{host} to local TCP port 2345.
10912(Currently, the @samp{host} part is ignored.) You can choose any number
10913you want for the port number as long as it does not conflict with any
10914TCP ports already in use on the target system (for example, @code{23} is
10915reserved for @code{telnet}).@footnote{If you choose a port number that
10916conflicts with another service, @code{gdbserver} prints an error message
10917and exits.} You must use the same port number with the host @value{GDBN}
10918@code{target remote} command.
10919
56460a61
DJ
10920On some targets, @code{gdbserver} can also attach to running programs.
10921This is accomplished via the @code{--attach} argument. The syntax is:
10922
10923@smallexample
10924target> gdbserver @var{comm} --attach @var{pid}
10925@end smallexample
10926
10927@var{pid} is the process ID of a currently running process. It isn't necessary
10928to point @code{gdbserver} at a binary for the running process.
10929
b1fe9455
DJ
10930@pindex pidof
10931@cindex attach to a program by name
10932You can debug processes by name instead of process ID if your target has the
10933@code{pidof} utility:
10934
10935@smallexample
10936target> gdbserver @var{comm} --attach `pidof @var{PROGRAM}`
10937@end smallexample
10938
10939In case more than one copy of @var{PROGRAM} is running, or @var{PROGRAM}
10940has multiple threads, most versions of @code{pidof} support the
10941@code{-s} option to only return the first process ID.
10942
07f31aa6
DJ
10943@item On the host machine,
10944connect to your target (@pxref{Connecting,,Connecting to a remote target}).
6f05cf9f
AC
10945For TCP connections, you must start up @code{gdbserver} prior to using
10946the @code{target remote} command. Otherwise you may get an error whose
10947text depends on the host system, but which usually looks something like
07f31aa6
DJ
10948@samp{Connection refused}. You don't need to use the @code{load}
10949command in @value{GDBN} when using gdbserver, since the program is
10950already on the target.
10951
6f05cf9f
AC
10952@end table
10953
10954@node NetWare
10955@section Using the @code{gdbserve.nlm} program
10956
10957@kindex gdbserve.nlm
10958@code{gdbserve.nlm} is a control program for NetWare systems, which
10959allows you to connect your program with a remote @value{GDBN} via
10960@code{target remote}.
10961
10962@value{GDBN} and @code{gdbserve.nlm} communicate via a serial line,
10963using the standard @value{GDBN} remote serial protocol.
10964
10965@table @emph
10966@item On the target machine,
10967you need to have a copy of the program you want to debug.
10968@code{gdbserve.nlm} does not need your program's symbol table, so you
10969can strip the program if necessary to save space. @value{GDBN} on the
10970host system does all the symbol handling.
10971
10972To use the server, you must tell it how to communicate with
10973@value{GDBN}; the name of your program; and the arguments for your
10974program. The syntax is:
10975
10976@smallexample
10977load gdbserve [ BOARD=@var{board} ] [ PORT=@var{port} ]
10978 [ BAUD=@var{baud} ] @var{program} [ @var{args} @dots{} ]
10979@end smallexample
10980
10981@var{board} and @var{port} specify the serial line; @var{baud} specifies
10982the baud rate used by the connection. @var{port} and @var{node} default
10983to 0, @var{baud} defaults to 9600@dmn{bps}.
10984
10985For example, to debug Emacs with the argument @samp{foo.txt}and
10986communicate with @value{GDBN} over serial port number 2 or board 1
10987using a 19200@dmn{bps} connection:
10988
10989@smallexample
10990load gdbserve BOARD=1 PORT=2 BAUD=19200 emacs foo.txt
10991@end smallexample
10992
07f31aa6
DJ
10993@item
10994On the @value{GDBN} host machine, connect to your target (@pxref{Connecting,,
10995Connecting to a remote target}).
6f05cf9f 10996
6f05cf9f
AC
10997@end table
10998
501eef12
AC
10999@node Remote configuration
11000@section Remote configuration
11001
11002The following configuration options are available when debugging remote
11003programs:
11004
11005@table @code
11006@kindex set remote hardware-watchpoint-limit
11007@kindex set remote hardware-breakpoint-limit
11008@anchor{set remote hardware-watchpoint-limit}
11009@anchor{set remote hardware-breakpoint-limit}
11010@item set remote hardware-watchpoint-limit @var{limit}
11011@itemx set remote hardware-breakpoint-limit @var{limit}
11012Restrict @value{GDBN} to using @var{limit} remote hardware breakpoint or
11013watchpoints. A limit of -1, the default, is treated as unlimited.
11014@end table
11015
6f05cf9f
AC
11016@node remote stub
11017@section Implementing a remote stub
7a292a7a 11018
8e04817f
AC
11019@cindex debugging stub, example
11020@cindex remote stub, example
11021@cindex stub example, remote debugging
11022The stub files provided with @value{GDBN} implement the target side of the
11023communication protocol, and the @value{GDBN} side is implemented in the
11024@value{GDBN} source file @file{remote.c}. Normally, you can simply allow
11025these subroutines to communicate, and ignore the details. (If you're
11026implementing your own stub file, you can still ignore the details: start
11027with one of the existing stub files. @file{sparc-stub.c} is the best
11028organized, and therefore the easiest to read.)
11029
104c1213
JM
11030@cindex remote serial debugging, overview
11031To debug a program running on another machine (the debugging
11032@dfn{target} machine), you must first arrange for all the usual
11033prerequisites for the program to run by itself. For example, for a C
11034program, you need:
c906108c 11035
104c1213
JM
11036@enumerate
11037@item
11038A startup routine to set up the C runtime environment; these usually
11039have a name like @file{crt0}. The startup routine may be supplied by
11040your hardware supplier, or you may have to write your own.
96baa820 11041
5d161b24 11042@item
d4f3574e 11043A C subroutine library to support your program's
104c1213 11044subroutine calls, notably managing input and output.
96baa820 11045
104c1213
JM
11046@item
11047A way of getting your program to the other machine---for example, a
11048download program. These are often supplied by the hardware
11049manufacturer, but you may have to write your own from hardware
11050documentation.
11051@end enumerate
96baa820 11052
104c1213
JM
11053The next step is to arrange for your program to use a serial port to
11054communicate with the machine where @value{GDBN} is running (the @dfn{host}
11055machine). In general terms, the scheme looks like this:
96baa820 11056
104c1213
JM
11057@table @emph
11058@item On the host,
11059@value{GDBN} already understands how to use this protocol; when everything
11060else is set up, you can simply use the @samp{target remote} command
11061(@pxref{Targets,,Specifying a Debugging Target}).
11062
11063@item On the target,
11064you must link with your program a few special-purpose subroutines that
11065implement the @value{GDBN} remote serial protocol. The file containing these
11066subroutines is called a @dfn{debugging stub}.
11067
11068On certain remote targets, you can use an auxiliary program
11069@code{gdbserver} instead of linking a stub into your program.
11070@xref{Server,,Using the @code{gdbserver} program}, for details.
11071@end table
96baa820 11072
104c1213
JM
11073The debugging stub is specific to the architecture of the remote
11074machine; for example, use @file{sparc-stub.c} to debug programs on
11075@sc{sparc} boards.
96baa820 11076
104c1213
JM
11077@cindex remote serial stub list
11078These working remote stubs are distributed with @value{GDBN}:
96baa820 11079
104c1213
JM
11080@table @code
11081
11082@item i386-stub.c
41afff9a 11083@cindex @file{i386-stub.c}
104c1213
JM
11084@cindex Intel
11085@cindex i386
11086For Intel 386 and compatible architectures.
11087
11088@item m68k-stub.c
41afff9a 11089@cindex @file{m68k-stub.c}
104c1213
JM
11090@cindex Motorola 680x0
11091@cindex m680x0
11092For Motorola 680x0 architectures.
11093
11094@item sh-stub.c
41afff9a 11095@cindex @file{sh-stub.c}
172c2a43 11096@cindex Renesas
104c1213 11097@cindex SH
172c2a43 11098For Renesas SH architectures.
104c1213
JM
11099
11100@item sparc-stub.c
41afff9a 11101@cindex @file{sparc-stub.c}
104c1213
JM
11102@cindex Sparc
11103For @sc{sparc} architectures.
11104
11105@item sparcl-stub.c
41afff9a 11106@cindex @file{sparcl-stub.c}
104c1213
JM
11107@cindex Fujitsu
11108@cindex SparcLite
11109For Fujitsu @sc{sparclite} architectures.
11110
11111@end table
11112
11113The @file{README} file in the @value{GDBN} distribution may list other
11114recently added stubs.
11115
11116@menu
11117* Stub Contents:: What the stub can do for you
11118* Bootstrapping:: What you must do for the stub
11119* Debug Session:: Putting it all together
104c1213
JM
11120@end menu
11121
6d2ebf8b 11122@node Stub Contents
6f05cf9f 11123@subsection What the stub can do for you
104c1213
JM
11124
11125@cindex remote serial stub
11126The debugging stub for your architecture supplies these three
11127subroutines:
11128
11129@table @code
11130@item set_debug_traps
11131@kindex set_debug_traps
11132@cindex remote serial stub, initialization
11133This routine arranges for @code{handle_exception} to run when your
11134program stops. You must call this subroutine explicitly near the
11135beginning of your program.
11136
11137@item handle_exception
11138@kindex handle_exception
11139@cindex remote serial stub, main routine
11140This is the central workhorse, but your program never calls it
11141explicitly---the setup code arranges for @code{handle_exception} to
11142run when a trap is triggered.
11143
11144@code{handle_exception} takes control when your program stops during
11145execution (for example, on a breakpoint), and mediates communications
11146with @value{GDBN} on the host machine. This is where the communications
11147protocol is implemented; @code{handle_exception} acts as the @value{GDBN}
d4f3574e 11148representative on the target machine. It begins by sending summary
104c1213
JM
11149information on the state of your program, then continues to execute,
11150retrieving and transmitting any information @value{GDBN} needs, until you
11151execute a @value{GDBN} command that makes your program resume; at that point,
11152@code{handle_exception} returns control to your own code on the target
5d161b24 11153machine.
104c1213
JM
11154
11155@item breakpoint
11156@cindex @code{breakpoint} subroutine, remote
11157Use this auxiliary subroutine to make your program contain a
11158breakpoint. Depending on the particular situation, this may be the only
11159way for @value{GDBN} to get control. For instance, if your target
11160machine has some sort of interrupt button, you won't need to call this;
11161pressing the interrupt button transfers control to
11162@code{handle_exception}---in effect, to @value{GDBN}. On some machines,
11163simply receiving characters on the serial port may also trigger a trap;
11164again, in that situation, you don't need to call @code{breakpoint} from
11165your own program---simply running @samp{target remote} from the host
5d161b24 11166@value{GDBN} session gets control.
104c1213
JM
11167
11168Call @code{breakpoint} if none of these is true, or if you simply want
11169to make certain your program stops at a predetermined point for the
11170start of your debugging session.
11171@end table
11172
6d2ebf8b 11173@node Bootstrapping
6f05cf9f 11174@subsection What you must do for the stub
104c1213
JM
11175
11176@cindex remote stub, support routines
11177The debugging stubs that come with @value{GDBN} are set up for a particular
11178chip architecture, but they have no information about the rest of your
11179debugging target machine.
11180
11181First of all you need to tell the stub how to communicate with the
11182serial port.
11183
11184@table @code
11185@item int getDebugChar()
11186@kindex getDebugChar
11187Write this subroutine to read a single character from the serial port.
11188It may be identical to @code{getchar} for your target system; a
11189different name is used to allow you to distinguish the two if you wish.
11190
11191@item void putDebugChar(int)
11192@kindex putDebugChar
11193Write this subroutine to write a single character to the serial port.
5d161b24 11194It may be identical to @code{putchar} for your target system; a
104c1213
JM
11195different name is used to allow you to distinguish the two if you wish.
11196@end table
11197
11198@cindex control C, and remote debugging
11199@cindex interrupting remote targets
11200If you want @value{GDBN} to be able to stop your program while it is
11201running, you need to use an interrupt-driven serial driver, and arrange
11202for it to stop when it receives a @code{^C} (@samp{\003}, the control-C
11203character). That is the character which @value{GDBN} uses to tell the
11204remote system to stop.
11205
11206Getting the debugging target to return the proper status to @value{GDBN}
11207probably requires changes to the standard stub; one quick and dirty way
11208is to just execute a breakpoint instruction (the ``dirty'' part is that
11209@value{GDBN} reports a @code{SIGTRAP} instead of a @code{SIGINT}).
11210
11211Other routines you need to supply are:
11212
11213@table @code
11214@item void exceptionHandler (int @var{exception_number}, void *@var{exception_address})
11215@kindex exceptionHandler
11216Write this function to install @var{exception_address} in the exception
11217handling tables. You need to do this because the stub does not have any
11218way of knowing what the exception handling tables on your target system
11219are like (for example, the processor's table might be in @sc{rom},
11220containing entries which point to a table in @sc{ram}).
11221@var{exception_number} is the exception number which should be changed;
11222its meaning is architecture-dependent (for example, different numbers
11223might represent divide by zero, misaligned access, etc). When this
11224exception occurs, control should be transferred directly to
11225@var{exception_address}, and the processor state (stack, registers,
11226and so on) should be just as it is when a processor exception occurs. So if
11227you want to use a jump instruction to reach @var{exception_address}, it
11228should be a simple jump, not a jump to subroutine.
11229
11230For the 386, @var{exception_address} should be installed as an interrupt
11231gate so that interrupts are masked while the handler runs. The gate
11232should be at privilege level 0 (the most privileged level). The
11233@sc{sparc} and 68k stubs are able to mask interrupts themselves without
11234help from @code{exceptionHandler}.
11235
11236@item void flush_i_cache()
11237@kindex flush_i_cache
d4f3574e 11238On @sc{sparc} and @sc{sparclite} only, write this subroutine to flush the
104c1213
JM
11239instruction cache, if any, on your target machine. If there is no
11240instruction cache, this subroutine may be a no-op.
11241
11242On target machines that have instruction caches, @value{GDBN} requires this
11243function to make certain that the state of your program is stable.
11244@end table
11245
11246@noindent
11247You must also make sure this library routine is available:
11248
11249@table @code
11250@item void *memset(void *, int, int)
11251@kindex memset
11252This is the standard library function @code{memset} that sets an area of
11253memory to a known value. If you have one of the free versions of
11254@code{libc.a}, @code{memset} can be found there; otherwise, you must
11255either obtain it from your hardware manufacturer, or write your own.
11256@end table
11257
11258If you do not use the GNU C compiler, you may need other standard
11259library subroutines as well; this varies from one stub to another,
11260but in general the stubs are likely to use any of the common library
d4f3574e 11261subroutines which @code{@value{GCC}} generates as inline code.
104c1213
JM
11262
11263
6d2ebf8b 11264@node Debug Session
6f05cf9f 11265@subsection Putting it all together
104c1213
JM
11266
11267@cindex remote serial debugging summary
11268In summary, when your program is ready to debug, you must follow these
11269steps.
11270
11271@enumerate
11272@item
6d2ebf8b 11273Make sure you have defined the supporting low-level routines
104c1213
JM
11274(@pxref{Bootstrapping,,What you must do for the stub}):
11275@display
11276@code{getDebugChar}, @code{putDebugChar},
11277@code{flush_i_cache}, @code{memset}, @code{exceptionHandler}.
11278@end display
11279
11280@item
11281Insert these lines near the top of your program:
11282
474c8240 11283@smallexample
104c1213
JM
11284set_debug_traps();
11285breakpoint();
474c8240 11286@end smallexample
104c1213
JM
11287
11288@item
11289For the 680x0 stub only, you need to provide a variable called
11290@code{exceptionHook}. Normally you just use:
11291
474c8240 11292@smallexample
104c1213 11293void (*exceptionHook)() = 0;
474c8240 11294@end smallexample
104c1213 11295
d4f3574e 11296@noindent
104c1213 11297but if before calling @code{set_debug_traps}, you set it to point to a
598ca718 11298function in your program, that function is called when
104c1213
JM
11299@code{@value{GDBN}} continues after stopping on a trap (for example, bus
11300error). The function indicated by @code{exceptionHook} is called with
11301one parameter: an @code{int} which is the exception number.
11302
11303@item
11304Compile and link together: your program, the @value{GDBN} debugging stub for
11305your target architecture, and the supporting subroutines.
11306
11307@item
11308Make sure you have a serial connection between your target machine and
11309the @value{GDBN} host, and identify the serial port on the host.
11310
11311@item
11312@c The "remote" target now provides a `load' command, so we should
11313@c document that. FIXME.
11314Download your program to your target machine (or get it there by
11315whatever means the manufacturer provides), and start it.
11316
11317@item
07f31aa6
DJ
11318Start @value{GDBN} on the host, and connect to the target
11319(@pxref{Connecting,,Connecting to a remote target}).
9db8d71f 11320
104c1213
JM
11321@end enumerate
11322
8e04817f
AC
11323@node Configurations
11324@chapter Configuration-Specific Information
104c1213 11325
8e04817f
AC
11326While nearly all @value{GDBN} commands are available for all native and
11327cross versions of the debugger, there are some exceptions. This chapter
11328describes things that are only available in certain configurations.
104c1213 11329
8e04817f
AC
11330There are three major categories of configurations: native
11331configurations, where the host and target are the same, embedded
11332operating system configurations, which are usually the same for several
11333different processor architectures, and bare embedded processors, which
11334are quite different from each other.
104c1213 11335
8e04817f
AC
11336@menu
11337* Native::
11338* Embedded OS::
11339* Embedded Processors::
11340* Architectures::
11341@end menu
104c1213 11342
8e04817f
AC
11343@node Native
11344@section Native
104c1213 11345
8e04817f
AC
11346This section describes details specific to particular native
11347configurations.
6cf7e474 11348
8e04817f
AC
11349@menu
11350* HP-UX:: HP-UX
11351* SVR4 Process Information:: SVR4 process information
11352* DJGPP Native:: Features specific to the DJGPP port
78c47bea 11353* Cygwin Native:: Features specific to the Cygwin port
8e04817f 11354@end menu
6cf7e474 11355
8e04817f
AC
11356@node HP-UX
11357@subsection HP-UX
104c1213 11358
8e04817f
AC
11359On HP-UX systems, if you refer to a function or variable name that
11360begins with a dollar sign, @value{GDBN} searches for a user or system
11361name first, before it searches for a convenience variable.
104c1213 11362
8e04817f
AC
11363@node SVR4 Process Information
11364@subsection SVR4 process information
104c1213 11365
8e04817f
AC
11366@kindex /proc
11367@cindex process image
104c1213 11368
8e04817f
AC
11369Many versions of SVR4 provide a facility called @samp{/proc} that can be
11370used to examine the image of a running process using file-system
11371subroutines. If @value{GDBN} is configured for an operating system with
11372this facility, the command @code{info proc} is available to report on
11373several kinds of information about the process running your program.
11374@code{info proc} works only on SVR4 systems that include the
11375@code{procfs} code. This includes OSF/1 (Digital Unix), Solaris, Irix,
1104b9e7 11376and Unixware, but not HP-UX or @sc{gnu}/Linux, for example.
104c1213 11377
8e04817f
AC
11378@table @code
11379@kindex info proc
11380@item info proc
11381Summarize available information about the process.
6cf7e474 11382
8e04817f
AC
11383@kindex info proc mappings
11384@item info proc mappings
11385Report on the address ranges accessible in the program, with information
11386on whether your program may read, write, or execute each range.
11387@ignore
11388@comment These sub-options of 'info proc' were not included when
11389@comment procfs.c was re-written. Keep their descriptions around
11390@comment against the day when someone finds the time to put them back in.
11391@kindex info proc times
11392@item info proc times
11393Starting time, user CPU time, and system CPU time for your program and
11394its children.
6cf7e474 11395
8e04817f
AC
11396@kindex info proc id
11397@item info proc id
11398Report on the process IDs related to your program: its own process ID,
11399the ID of its parent, the process group ID, and the session ID.
104c1213 11400
8e04817f
AC
11401@kindex info proc status
11402@item info proc status
11403General information on the state of the process. If the process is
11404stopped, this report includes the reason for stopping, and any signal
11405received.
d4f3574e 11406
8e04817f
AC
11407@item info proc all
11408Show all the above information about the process.
11409@end ignore
11410@end table
104c1213 11411
8e04817f
AC
11412@node DJGPP Native
11413@subsection Features for Debugging @sc{djgpp} Programs
11414@cindex @sc{djgpp} debugging
11415@cindex native @sc{djgpp} debugging
11416@cindex MS-DOS-specific commands
104c1213 11417
8e04817f
AC
11418@sc{djgpp} is the port of @sc{gnu} development tools to MS-DOS and
11419MS-Windows. @sc{djgpp} programs are 32-bit protected-mode programs
11420that use the @dfn{DPMI} (DOS Protected-Mode Interface) API to run on
11421top of real-mode DOS systems and their emulations.
104c1213 11422
8e04817f
AC
11423@value{GDBN} supports native debugging of @sc{djgpp} programs, and
11424defines a few commands specific to the @sc{djgpp} port. This
11425subsection describes those commands.
104c1213 11426
8e04817f
AC
11427@table @code
11428@kindex info dos
11429@item info dos
11430This is a prefix of @sc{djgpp}-specific commands which print
11431information about the target system and important OS structures.
f1251bdd 11432
8e04817f
AC
11433@kindex sysinfo
11434@cindex MS-DOS system info
11435@cindex free memory information (MS-DOS)
11436@item info dos sysinfo
11437This command displays assorted information about the underlying
11438platform: the CPU type and features, the OS version and flavor, the
11439DPMI version, and the available conventional and DPMI memory.
104c1213 11440
8e04817f
AC
11441@cindex GDT
11442@cindex LDT
11443@cindex IDT
11444@cindex segment descriptor tables
11445@cindex descriptor tables display
11446@item info dos gdt
11447@itemx info dos ldt
11448@itemx info dos idt
11449These 3 commands display entries from, respectively, Global, Local,
11450and Interrupt Descriptor Tables (GDT, LDT, and IDT). The descriptor
11451tables are data structures which store a descriptor for each segment
11452that is currently in use. The segment's selector is an index into a
11453descriptor table; the table entry for that index holds the
11454descriptor's base address and limit, and its attributes and access
11455rights.
104c1213 11456
8e04817f
AC
11457A typical @sc{djgpp} program uses 3 segments: a code segment, a data
11458segment (used for both data and the stack), and a DOS segment (which
11459allows access to DOS/BIOS data structures and absolute addresses in
11460conventional memory). However, the DPMI host will usually define
11461additional segments in order to support the DPMI environment.
d4f3574e 11462
8e04817f
AC
11463@cindex garbled pointers
11464These commands allow to display entries from the descriptor tables.
11465Without an argument, all entries from the specified table are
11466displayed. An argument, which should be an integer expression, means
11467display a single entry whose index is given by the argument. For
11468example, here's a convenient way to display information about the
11469debugged program's data segment:
104c1213 11470
8e04817f
AC
11471@smallexample
11472@exdent @code{(@value{GDBP}) info dos ldt $ds}
11473@exdent @code{0x13f: base=0x11970000 limit=0x0009ffff 32-Bit Data (Read/Write, Exp-up)}
11474@end smallexample
104c1213 11475
8e04817f
AC
11476@noindent
11477This comes in handy when you want to see whether a pointer is outside
11478the data segment's limit (i.e.@: @dfn{garbled}).
104c1213 11479
8e04817f
AC
11480@cindex page tables display (MS-DOS)
11481@item info dos pde
11482@itemx info dos pte
11483These two commands display entries from, respectively, the Page
11484Directory and the Page Tables. Page Directories and Page Tables are
11485data structures which control how virtual memory addresses are mapped
11486into physical addresses. A Page Table includes an entry for every
11487page of memory that is mapped into the program's address space; there
11488may be several Page Tables, each one holding up to 4096 entries. A
11489Page Directory has up to 4096 entries, one each for every Page Table
11490that is currently in use.
104c1213 11491
8e04817f
AC
11492Without an argument, @kbd{info dos pde} displays the entire Page
11493Directory, and @kbd{info dos pte} displays all the entries in all of
11494the Page Tables. An argument, an integer expression, given to the
11495@kbd{info dos pde} command means display only that entry from the Page
11496Directory table. An argument given to the @kbd{info dos pte} command
11497means display entries from a single Page Table, the one pointed to by
11498the specified entry in the Page Directory.
104c1213 11499
8e04817f
AC
11500@cindex direct memory access (DMA) on MS-DOS
11501These commands are useful when your program uses @dfn{DMA} (Direct
11502Memory Access), which needs physical addresses to program the DMA
11503controller.
104c1213 11504
8e04817f 11505These commands are supported only with some DPMI servers.
104c1213 11506
8e04817f
AC
11507@cindex physical address from linear address
11508@item info dos address-pte @var{addr}
11509This command displays the Page Table entry for a specified linear
11510address. The argument linear address @var{addr} should already have the
11511appropriate segment's base address added to it, because this command
11512accepts addresses which may belong to @emph{any} segment. For
11513example, here's how to display the Page Table entry for the page where
11514the variable @code{i} is stored:
104c1213 11515
b383017d 11516@smallexample
8e04817f
AC
11517@exdent @code{(@value{GDBP}) info dos address-pte __djgpp_base_address + (char *)&i}
11518@exdent @code{Page Table entry for address 0x11a00d30:}
b383017d 11519@exdent @code{Base=0x02698000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0xd30}
8e04817f 11520@end smallexample
104c1213 11521
8e04817f
AC
11522@noindent
11523This says that @code{i} is stored at offset @code{0xd30} from the page
11524whose physical base address is @code{0x02698000}, and prints all the
11525attributes of that page.
104c1213 11526
8e04817f
AC
11527Note that you must cast the addresses of variables to a @code{char *},
11528since otherwise the value of @code{__djgpp_base_address}, the base
11529address of all variables and functions in a @sc{djgpp} program, will
11530be added using the rules of C pointer arithmetics: if @code{i} is
11531declared an @code{int}, @value{GDBN} will add 4 times the value of
11532@code{__djgpp_base_address} to the address of @code{i}.
104c1213 11533
8e04817f
AC
11534Here's another example, it displays the Page Table entry for the
11535transfer buffer:
104c1213 11536
8e04817f
AC
11537@smallexample
11538@exdent @code{(@value{GDBP}) info dos address-pte *((unsigned *)&_go32_info_block + 3)}
11539@exdent @code{Page Table entry for address 0x29110:}
11540@exdent @code{Base=0x00029000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0x110}
11541@end smallexample
104c1213 11542
8e04817f
AC
11543@noindent
11544(The @code{+ 3} offset is because the transfer buffer's address is the
115453rd member of the @code{_go32_info_block} structure.) The output of
11546this command clearly shows that addresses in conventional memory are
11547mapped 1:1, i.e.@: the physical and linear addresses are identical.
104c1213 11548
8e04817f
AC
11549This command is supported only with some DPMI servers.
11550@end table
104c1213 11551
78c47bea
PM
11552@node Cygwin Native
11553@subsection Features for Debugging MS Windows PE executables
11554@cindex MS Windows debugging
11555@cindex native Cygwin debugging
11556@cindex Cygwin-specific commands
11557
be448670
CF
11558@value{GDBN} supports native debugging of MS Windows programs, including
11559DLLs with and without symbolic debugging information. There are various
11560additional Cygwin-specific commands, described in this subsection. The
11561subsubsection @pxref{Non-debug DLL symbols} describes working with DLLs
11562that have no debugging symbols.
11563
78c47bea
PM
11564
11565@table @code
11566@kindex info w32
11567@item info w32
11568This is a prefix of MS Windows specific commands which print
11569information about the target system and important OS structures.
11570
11571@item info w32 selector
11572This command displays information returned by
11573the Win32 API @code{GetThreadSelectorEntry} function.
11574It takes an optional argument that is evaluated to
11575a long value to give the information about this given selector.
11576Without argument, this command displays information
11577about the the six segment registers.
11578
11579@kindex info dll
11580@item info dll
11581This is a Cygwin specific alias of info shared.
11582
11583@kindex dll-symbols
11584@item dll-symbols
11585This command loads symbols from a dll similarly to
11586add-sym command but without the need to specify a base address.
11587
b383017d 11588@kindex set new-console
78c47bea 11589@item set new-console @var{mode}
b383017d 11590If @var{mode} is @code{on} the debuggee will
78c47bea
PM
11591be started in a new console on next start.
11592If @var{mode} is @code{off}i, the debuggee will
11593be started in the same console as the debugger.
11594
11595@kindex show new-console
11596@item show new-console
11597Displays whether a new console is used
11598when the debuggee is started.
11599
11600@kindex set new-group
11601@item set new-group @var{mode}
11602This boolean value controls whether the debuggee should
11603start a new group or stay in the same group as the debugger.
11604This affects the way the Windows OS handles
11605Ctrl-C.
11606
11607@kindex show new-group
11608@item show new-group
11609Displays current value of new-group boolean.
11610
11611@kindex set debugevents
11612@item set debugevents
11613This boolean value adds debug output concerning events seen by the debugger.
11614
11615@kindex set debugexec
11616@item set debugexec
b383017d 11617This boolean value adds debug output concerning execute events
78c47bea
PM
11618seen by the debugger.
11619
11620@kindex set debugexceptions
11621@item set debugexceptions
b383017d 11622This boolean value adds debug ouptut concerning exception events
78c47bea
PM
11623seen by the debugger.
11624
11625@kindex set debugmemory
11626@item set debugmemory
b383017d 11627This boolean value adds debug ouptut concerning memory events
78c47bea
PM
11628seen by the debugger.
11629
11630@kindex set shell
11631@item set shell
11632This boolean values specifies whether the debuggee is called
11633via a shell or directly (default value is on).
11634
11635@kindex show shell
11636@item show shell
11637Displays if the debuggee will be started with a shell.
11638
11639@end table
11640
be448670
CF
11641@menu
11642* Non-debug DLL symbols:: Support for DLLs without debugging symbols
11643@end menu
11644
11645@node Non-debug DLL symbols
11646@subsubsection Support for DLLs without debugging symbols
11647@cindex DLLs with no debugging symbols
11648@cindex Minimal symbols and DLLs
11649
11650Very often on windows, some of the DLLs that your program relies on do
11651not include symbolic debugging information (for example,
11652@file{kernel32.dll}). When @value{GDBN} doesn't recognize any debugging
11653symbols in a DLL, it relies on the minimal amount of symbolic
11654information contained in the DLL's export table. This subsubsection
11655describes working with such symbols, known internally to @value{GDBN} as
11656``minimal symbols''.
11657
11658Note that before the debugged program has started execution, no DLLs
11659will have been loaded. The easiest way around this problem is simply to
11660start the program --- either by setting a breakpoint or letting the
11661program run once to completion. It is also possible to force
11662@value{GDBN} to load a particular DLL before starting the executable ---
11663see the shared library information in @pxref{Files} or the
11664@code{dll-symbols} command in @pxref{Cygwin Native}. Currently,
11665explicitly loading symbols from a DLL with no debugging information will
11666cause the symbol names to be duplicated in @value{GDBN}'s lookup table,
11667which may adversely affect symbol lookup performance.
11668
11669@subsubsection DLL name prefixes
11670
11671In keeping with the naming conventions used by the Microsoft debugging
11672tools, DLL export symbols are made available with a prefix based on the
11673DLL name, for instance @code{KERNEL32!CreateFileA}. The plain name is
11674also entered into the symbol table, so @code{CreateFileA} is often
11675sufficient. In some cases there will be name clashes within a program
11676(particularly if the executable itself includes full debugging symbols)
11677necessitating the use of the fully qualified name when referring to the
11678contents of the DLL. Use single-quotes around the name to avoid the
11679exclamation mark (``!'') being interpreted as a language operator.
11680
11681Note that the internal name of the DLL may be all upper-case, even
11682though the file name of the DLL is lower-case, or vice-versa. Since
11683symbols within @value{GDBN} are @emph{case-sensitive} this may cause
11684some confusion. If in doubt, try the @code{info functions} and
11685@code{info variables} commands or even @code{maint print msymbols} (see
11686@pxref{Symbols}). Here's an example:
11687
11688@smallexample
11689(gdb) info function CreateFileA
11690All functions matching regular expression "CreateFileA":
11691
11692Non-debugging symbols:
116930x77e885f4 CreateFileA
116940x77e885f4 KERNEL32!CreateFileA
11695@end smallexample
11696
11697@smallexample
11698(gdb) info function !
11699All functions matching regular expression "!":
11700
11701Non-debugging symbols:
117020x6100114c cygwin1!__assert
117030x61004034 cygwin1!_dll_crt0@@0
117040x61004240 cygwin1!dll_crt0(per_process *)
11705[etc...]
11706@end smallexample
11707
11708@subsubsection Working with minimal symbols
11709
11710Symbols extracted from a DLL's export table do not contain very much
11711type information. All that @value{GDBN} can do is guess whether a symbol
11712refers to a function or variable depending on the linker section that
11713contains the symbol. Also note that the actual contents of the memory
11714contained in a DLL are not available unless the program is running. This
11715means that you cannot examine the contents of a variable or disassemble
11716a function within a DLL without a running program.
11717
11718Variables are generally treated as pointers and dereferenced
11719automatically. For this reason, it is often necessary to prefix a
11720variable name with the address-of operator (``&'') and provide explicit
11721type information in the command. Here's an example of the type of
11722problem:
11723
11724@smallexample
11725(gdb) print 'cygwin1!__argv'
11726$1 = 268572168
11727@end smallexample
11728
11729@smallexample
11730(gdb) x 'cygwin1!__argv'
117310x10021610: "\230y\""
11732@end smallexample
11733
11734And two possible solutions:
11735
11736@smallexample
11737(gdb) print ((char **)'cygwin1!__argv')[0]
11738$2 = 0x22fd98 "/cygdrive/c/mydirectory/myprogram"
11739@end smallexample
11740
11741@smallexample
11742(gdb) x/2x &'cygwin1!__argv'
117430x610c0aa8 <cygwin1!__argv>: 0x10021608 0x00000000
11744(gdb) x/x 0x10021608
117450x10021608: 0x0022fd98
11746(gdb) x/s 0x0022fd98
117470x22fd98: "/cygdrive/c/mydirectory/myprogram"
11748@end smallexample
11749
11750Setting a break point within a DLL is possible even before the program
11751starts execution. However, under these circumstances, @value{GDBN} can't
11752examine the initial instructions of the function in order to skip the
11753function's frame set-up code. You can work around this by using ``*&''
11754to set the breakpoint at a raw memory address:
11755
11756@smallexample
11757(gdb) break *&'python22!PyOS_Readline'
11758Breakpoint 1 at 0x1e04eff0
11759@end smallexample
11760
11761The author of these extensions is not entirely convinced that setting a
11762break point within a shared DLL like @file{kernel32.dll} is completely
11763safe.
11764
8e04817f
AC
11765@node Embedded OS
11766@section Embedded Operating Systems
104c1213 11767
8e04817f
AC
11768This section describes configurations involving the debugging of
11769embedded operating systems that are available for several different
11770architectures.
d4f3574e 11771
8e04817f
AC
11772@menu
11773* VxWorks:: Using @value{GDBN} with VxWorks
11774@end menu
104c1213 11775
8e04817f
AC
11776@value{GDBN} includes the ability to debug programs running on
11777various real-time operating systems.
104c1213 11778
8e04817f
AC
11779@node VxWorks
11780@subsection Using @value{GDBN} with VxWorks
104c1213 11781
8e04817f 11782@cindex VxWorks
104c1213 11783
8e04817f 11784@table @code
104c1213 11785
8e04817f
AC
11786@kindex target vxworks
11787@item target vxworks @var{machinename}
11788A VxWorks system, attached via TCP/IP. The argument @var{machinename}
11789is the target system's machine name or IP address.
104c1213 11790
8e04817f 11791@end table
104c1213 11792
8e04817f
AC
11793On VxWorks, @code{load} links @var{filename} dynamically on the
11794current target system as well as adding its symbols in @value{GDBN}.
104c1213 11795
8e04817f
AC
11796@value{GDBN} enables developers to spawn and debug tasks running on networked
11797VxWorks targets from a Unix host. Already-running tasks spawned from
11798the VxWorks shell can also be debugged. @value{GDBN} uses code that runs on
11799both the Unix host and on the VxWorks target. The program
11800@code{@value{GDBP}} is installed and executed on the Unix host. (It may be
11801installed with the name @code{vxgdb}, to distinguish it from a
11802@value{GDBN} for debugging programs on the host itself.)
104c1213 11803
8e04817f
AC
11804@table @code
11805@item VxWorks-timeout @var{args}
11806@kindex vxworks-timeout
11807All VxWorks-based targets now support the option @code{vxworks-timeout}.
11808This option is set by the user, and @var{args} represents the number of
11809seconds @value{GDBN} waits for responses to rpc's. You might use this if
11810your VxWorks target is a slow software simulator or is on the far side
11811of a thin network line.
11812@end table
104c1213 11813
8e04817f
AC
11814The following information on connecting to VxWorks was current when
11815this manual was produced; newer releases of VxWorks may use revised
11816procedures.
104c1213 11817
8e04817f
AC
11818@kindex INCLUDE_RDB
11819To use @value{GDBN} with VxWorks, you must rebuild your VxWorks kernel
11820to include the remote debugging interface routines in the VxWorks
11821library @file{rdb.a}. To do this, define @code{INCLUDE_RDB} in the
11822VxWorks configuration file @file{configAll.h} and rebuild your VxWorks
11823kernel. The resulting kernel contains @file{rdb.a}, and spawns the
11824source debugging task @code{tRdbTask} when VxWorks is booted. For more
11825information on configuring and remaking VxWorks, see the manufacturer's
11826manual.
11827@c VxWorks, see the @cite{VxWorks Programmer's Guide}.
104c1213 11828
8e04817f
AC
11829Once you have included @file{rdb.a} in your VxWorks system image and set
11830your Unix execution search path to find @value{GDBN}, you are ready to
11831run @value{GDBN}. From your Unix host, run @code{@value{GDBP}} (or
11832@code{vxgdb}, depending on your installation).
104c1213 11833
8e04817f 11834@value{GDBN} comes up showing the prompt:
104c1213 11835
474c8240 11836@smallexample
8e04817f 11837(vxgdb)
474c8240 11838@end smallexample
104c1213 11839
8e04817f
AC
11840@menu
11841* VxWorks Connection:: Connecting to VxWorks
11842* VxWorks Download:: VxWorks download
11843* VxWorks Attach:: Running tasks
11844@end menu
104c1213 11845
8e04817f
AC
11846@node VxWorks Connection
11847@subsubsection Connecting to VxWorks
104c1213 11848
8e04817f
AC
11849The @value{GDBN} command @code{target} lets you connect to a VxWorks target on the
11850network. To connect to a target whose host name is ``@code{tt}'', type:
104c1213 11851
474c8240 11852@smallexample
8e04817f 11853(vxgdb) target vxworks tt
474c8240 11854@end smallexample
104c1213 11855
8e04817f
AC
11856@need 750
11857@value{GDBN} displays messages like these:
104c1213 11858
8e04817f
AC
11859@smallexample
11860Attaching remote machine across net...
11861Connected to tt.
11862@end smallexample
104c1213 11863
8e04817f
AC
11864@need 1000
11865@value{GDBN} then attempts to read the symbol tables of any object modules
11866loaded into the VxWorks target since it was last booted. @value{GDBN} locates
11867these files by searching the directories listed in the command search
11868path (@pxref{Environment, ,Your program's environment}); if it fails
11869to find an object file, it displays a message such as:
5d161b24 11870
474c8240 11871@smallexample
8e04817f 11872prog.o: No such file or directory.
474c8240 11873@end smallexample
104c1213 11874
8e04817f
AC
11875When this happens, add the appropriate directory to the search path with
11876the @value{GDBN} command @code{path}, and execute the @code{target}
11877command again.
104c1213 11878
8e04817f
AC
11879@node VxWorks Download
11880@subsubsection VxWorks download
104c1213 11881
8e04817f
AC
11882@cindex download to VxWorks
11883If you have connected to the VxWorks target and you want to debug an
11884object that has not yet been loaded, you can use the @value{GDBN}
11885@code{load} command to download a file from Unix to VxWorks
11886incrementally. The object file given as an argument to the @code{load}
11887command is actually opened twice: first by the VxWorks target in order
11888to download the code, then by @value{GDBN} in order to read the symbol
11889table. This can lead to problems if the current working directories on
11890the two systems differ. If both systems have NFS mounted the same
11891filesystems, you can avoid these problems by using absolute paths.
11892Otherwise, it is simplest to set the working directory on both systems
11893to the directory in which the object file resides, and then to reference
11894the file by its name, without any path. For instance, a program
11895@file{prog.o} may reside in @file{@var{vxpath}/vw/demo/rdb} in VxWorks
11896and in @file{@var{hostpath}/vw/demo/rdb} on the host. To load this
11897program, type this on VxWorks:
104c1213 11898
474c8240 11899@smallexample
8e04817f 11900-> cd "@var{vxpath}/vw/demo/rdb"
474c8240 11901@end smallexample
104c1213 11902
8e04817f
AC
11903@noindent
11904Then, in @value{GDBN}, type:
104c1213 11905
474c8240 11906@smallexample
8e04817f
AC
11907(vxgdb) cd @var{hostpath}/vw/demo/rdb
11908(vxgdb) load prog.o
474c8240 11909@end smallexample
104c1213 11910
8e04817f 11911@value{GDBN} displays a response similar to this:
104c1213 11912
8e04817f
AC
11913@smallexample
11914Reading symbol data from wherever/vw/demo/rdb/prog.o... done.
11915@end smallexample
104c1213 11916
8e04817f
AC
11917You can also use the @code{load} command to reload an object module
11918after editing and recompiling the corresponding source file. Note that
11919this makes @value{GDBN} delete all currently-defined breakpoints,
11920auto-displays, and convenience variables, and to clear the value
11921history. (This is necessary in order to preserve the integrity of
11922debugger's data structures that reference the target system's symbol
11923table.)
104c1213 11924
8e04817f
AC
11925@node VxWorks Attach
11926@subsubsection Running tasks
104c1213
JM
11927
11928@cindex running VxWorks tasks
11929You can also attach to an existing task using the @code{attach} command as
11930follows:
11931
474c8240 11932@smallexample
104c1213 11933(vxgdb) attach @var{task}
474c8240 11934@end smallexample
104c1213
JM
11935
11936@noindent
11937where @var{task} is the VxWorks hexadecimal task ID. The task can be running
11938or suspended when you attach to it. Running tasks are suspended at
11939the time of attachment.
11940
6d2ebf8b 11941@node Embedded Processors
104c1213
JM
11942@section Embedded Processors
11943
11944This section goes into details specific to particular embedded
11945configurations.
11946
7d86b5d5 11947
104c1213 11948@menu
104c1213 11949* ARM:: ARM
172c2a43
KI
11950* H8/300:: Renesas H8/300
11951* H8/500:: Renesas H8/500
11952* M32R/D:: Renesas M32R/D
104c1213 11953* M68K:: Motorola M68K
104c1213 11954* MIPS Embedded:: MIPS Embedded
a37295f9 11955* OpenRISC 1000:: OpenRisc 1000
104c1213
JM
11956* PA:: HP PA Embedded
11957* PowerPC: PowerPC
172c2a43 11958* SH:: Renesas SH
104c1213
JM
11959* Sparclet:: Tsqware Sparclet
11960* Sparclite:: Fujitsu Sparclite
11961* ST2000:: Tandem ST2000
11962* Z8000:: Zilog Z8000
11963@end menu
11964
6d2ebf8b 11965@node ARM
104c1213
JM
11966@subsection ARM
11967
11968@table @code
11969
8e04817f
AC
11970@kindex target rdi
11971@item target rdi @var{dev}
11972ARM Angel monitor, via RDI library interface to ADP protocol. You may
11973use this target to communicate with both boards running the Angel
11974monitor, or with the EmbeddedICE JTAG debug device.
11975
11976@kindex target rdp
11977@item target rdp @var{dev}
11978ARM Demon monitor.
11979
11980@end table
11981
11982@node H8/300
172c2a43 11983@subsection Renesas H8/300
8e04817f
AC
11984
11985@table @code
11986
11987@kindex target hms@r{, with H8/300}
11988@item target hms @var{dev}
172c2a43 11989A Renesas SH, H8/300, or H8/500 board, attached via serial line to your host.
8e04817f
AC
11990Use special commands @code{device} and @code{speed} to control the serial
11991line and the communications speed used.
11992
11993@kindex target e7000@r{, with H8/300}
11994@item target e7000 @var{dev}
172c2a43 11995E7000 emulator for Renesas H8 and SH.
8e04817f
AC
11996
11997@kindex target sh3@r{, with H8/300}
11998@kindex target sh3e@r{, with H8/300}
11999@item target sh3 @var{dev}
12000@itemx target sh3e @var{dev}
172c2a43 12001Renesas SH-3 and SH-3E target systems.
8e04817f
AC
12002
12003@end table
12004
12005@cindex download to H8/300 or H8/500
12006@cindex H8/300 or H8/500 download
172c2a43
KI
12007@cindex download to Renesas SH
12008@cindex Renesas SH download
12009When you select remote debugging to a Renesas SH, H8/300, or H8/500
12010board, the @code{load} command downloads your program to the Renesas
8e04817f
AC
12011board and also opens it as the current executable target for
12012@value{GDBN} on your host (like the @code{file} command).
12013
12014@value{GDBN} needs to know these things to talk to your
172c2a43 12015Renesas SH, H8/300, or H8/500:
8e04817f
AC
12016
12017@enumerate
12018@item
12019that you want to use @samp{target hms}, the remote debugging interface
172c2a43
KI
12020for Renesas microprocessors, or @samp{target e7000}, the in-circuit
12021emulator for the Renesas SH and the Renesas 300H. (@samp{target hms} is
12022the default when @value{GDBN} is configured specifically for the Renesas SH,
8e04817f
AC
12023H8/300, or H8/500.)
12024
12025@item
172c2a43 12026what serial device connects your host to your Renesas board (the first
8e04817f
AC
12027serial device available on your host is the default).
12028
12029@item
12030what speed to use over the serial device.
12031@end enumerate
12032
12033@menu
172c2a43
KI
12034* Renesas Boards:: Connecting to Renesas boards.
12035* Renesas ICE:: Using the E7000 In-Circuit Emulator.
12036* Renesas Special:: Special @value{GDBN} commands for Renesas micros.
8e04817f
AC
12037@end menu
12038
172c2a43
KI
12039@node Renesas Boards
12040@subsubsection Connecting to Renesas boards
8e04817f
AC
12041
12042@c only for Unix hosts
12043@kindex device
172c2a43 12044@cindex serial device, Renesas micros
8e04817f
AC
12045Use the special @code{@value{GDBN}} command @samp{device @var{port}} if you
12046need to explicitly set the serial device. The default @var{port} is the
12047first available port on your host. This is only necessary on Unix
12048hosts, where it is typically something like @file{/dev/ttya}.
12049
12050@kindex speed
172c2a43 12051@cindex serial line speed, Renesas micros
8e04817f
AC
12052@code{@value{GDBN}} has another special command to set the communications
12053speed: @samp{speed @var{bps}}. This command also is only used from Unix
12054hosts; on DOS hosts, set the line speed as usual from outside @value{GDBN} with
12055the DOS @code{mode} command (for instance,
12056@w{@kbd{mode com2:9600,n,8,1,p}} for a 9600@dmn{bps} connection).
12057
12058The @samp{device} and @samp{speed} commands are available only when you
172c2a43 12059use a Unix host to debug your Renesas microprocessor programs. If you
8e04817f
AC
12060use a DOS host,
12061@value{GDBN} depends on an auxiliary terminate-and-stay-resident program
12062called @code{asynctsr} to communicate with the development board
12063through a PC serial port. You must also use the DOS @code{mode} command
12064to set up the serial port on the DOS side.
12065
12066The following sample session illustrates the steps needed to start a
12067program under @value{GDBN} control on an H8/300. The example uses a
12068sample H8/300 program called @file{t.x}. The procedure is the same for
172c2a43 12069the Renesas SH and the H8/500.
8e04817f
AC
12070
12071First hook up your development board. In this example, we use a
12072board attached to serial port @code{COM2}; if you use a different serial
12073port, substitute its name in the argument of the @code{mode} command.
12074When you call @code{asynctsr}, the auxiliary comms program used by the
12075debugger, you give it just the numeric part of the serial port's name;
12076for example, @samp{asyncstr 2} below runs @code{asyncstr} on
12077@code{COM2}.
12078
474c8240 12079@smallexample
8e04817f
AC
12080C:\H8300\TEST> asynctsr 2
12081C:\H8300\TEST> mode com2:9600,n,8,1,p
12082
12083Resident portion of MODE loaded
12084
12085COM2: 9600, n, 8, 1, p
12086
474c8240 12087@end smallexample
8e04817f
AC
12088
12089@quotation
12090@emph{Warning:} We have noticed a bug in PC-NFS that conflicts with
12091@code{asynctsr}. If you also run PC-NFS on your DOS host, you may need to
12092disable it, or even boot without it, to use @code{asynctsr} to control
12093your development board.
12094@end quotation
12095
12096@kindex target hms@r{, and serial protocol}
12097Now that serial communications are set up, and the development board is
12098connected, you can start up @value{GDBN}. Call @code{@value{GDBP}} with
12099the name of your program as the argument. @code{@value{GDBN}} prompts
12100you, as usual, with the prompt @samp{(@value{GDBP})}. Use two special
12101commands to begin your debugging session: @samp{target hms} to specify
172c2a43 12102cross-debugging to the Renesas board, and the @code{load} command to
8e04817f
AC
12103download your program to the board. @code{load} displays the names of
12104the program's sections, and a @samp{*} for each 2K of data downloaded.
12105(If you want to refresh @value{GDBN} data on symbols or on the
12106executable file without downloading, use the @value{GDBN} commands
12107@code{file} or @code{symbol-file}. These commands, and @code{load}
12108itself, are described in @ref{Files,,Commands to specify files}.)
12109
12110@smallexample
12111(eg-C:\H8300\TEST) @value{GDBP} t.x
12112@value{GDBN} is free software and you are welcome to distribute copies
12113 of it under certain conditions; type "show copying" to see
12114 the conditions.
12115There is absolutely no warranty for @value{GDBN}; type "show warranty"
12116for details.
12117@value{GDBN} @value{GDBVN}, Copyright 1992 Free Software Foundation, Inc...
12118(@value{GDBP}) target hms
12119Connected to remote H8/300 HMS system.
12120(@value{GDBP}) load t.x
12121.text : 0x8000 .. 0xabde ***********
12122.data : 0xabde .. 0xad30 *
12123.stack : 0xf000 .. 0xf014 *
12124@end smallexample
12125
12126At this point, you're ready to run or debug your program. From here on,
12127you can use all the usual @value{GDBN} commands. The @code{break} command
12128sets breakpoints; the @code{run} command starts your program;
12129@code{print} or @code{x} display data; the @code{continue} command
12130resumes execution after stopping at a breakpoint. You can use the
12131@code{help} command at any time to find out more about @value{GDBN} commands.
12132
12133Remember, however, that @emph{operating system} facilities aren't
12134available on your development board; for example, if your program hangs,
12135you can't send an interrupt---but you can press the @sc{reset} switch!
12136
12137Use the @sc{reset} button on the development board
12138@itemize @bullet
12139@item
12140to interrupt your program (don't use @kbd{ctl-C} on the DOS host---it has
12141no way to pass an interrupt signal to the development board); and
12142
12143@item
12144to return to the @value{GDBN} command prompt after your program finishes
12145normally. The communications protocol provides no other way for @value{GDBN}
12146to detect program completion.
12147@end itemize
12148
12149In either case, @value{GDBN} sees the effect of a @sc{reset} on the
12150development board as a ``normal exit'' of your program.
12151
172c2a43 12152@node Renesas ICE
8e04817f
AC
12153@subsubsection Using the E7000 in-circuit emulator
12154
172c2a43 12155@kindex target e7000@r{, with Renesas ICE}
8e04817f 12156You can use the E7000 in-circuit emulator to develop code for either the
172c2a43 12157Renesas SH or the H8/300H. Use one of these forms of the @samp{target
8e04817f
AC
12158e7000} command to connect @value{GDBN} to your E7000:
12159
12160@table @code
12161@item target e7000 @var{port} @var{speed}
12162Use this form if your E7000 is connected to a serial port. The
12163@var{port} argument identifies what serial port to use (for example,
12164@samp{com2}). The third argument is the line speed in bits per second
12165(for example, @samp{9600}).
12166
12167@item target e7000 @var{hostname}
12168If your E7000 is installed as a host on a TCP/IP network, you can just
12169specify its hostname; @value{GDBN} uses @code{telnet} to connect.
12170@end table
12171
172c2a43
KI
12172@node Renesas Special
12173@subsubsection Special @value{GDBN} commands for Renesas micros
8e04817f
AC
12174
12175Some @value{GDBN} commands are available only for the H8/300:
12176
12177@table @code
12178
12179@kindex set machine
12180@kindex show machine
12181@item set machine h8300
12182@itemx set machine h8300h
12183Condition @value{GDBN} for one of the two variants of the H8/300
12184architecture with @samp{set machine}. You can use @samp{show machine}
12185to check which variant is currently in effect.
104c1213
JM
12186
12187@end table
12188
8e04817f
AC
12189@node H8/500
12190@subsection H8/500
104c1213
JM
12191
12192@table @code
12193
8e04817f
AC
12194@kindex set memory @var{mod}
12195@cindex memory models, H8/500
12196@item set memory @var{mod}
12197@itemx show memory
12198Specify which H8/500 memory model (@var{mod}) you are using with
12199@samp{set memory}; check which memory model is in effect with @samp{show
12200memory}. The accepted values for @var{mod} are @code{small},
12201@code{big}, @code{medium}, and @code{compact}.
104c1213 12202
8e04817f 12203@end table
104c1213 12204
8e04817f 12205@node M32R/D
172c2a43 12206@subsection Renesas M32R/D
8e04817f
AC
12207
12208@table @code
12209
12210@kindex target m32r
12211@item target m32r @var{dev}
172c2a43 12212Renesas M32R/D ROM monitor.
8e04817f 12213
fb3e19c0
KI
12214@kindex target m32rsdi
12215@item target m32rsdi @var{dev}
12216Renesas M32R SDI server, connected via parallel port to the board.
12217
8e04817f
AC
12218@end table
12219
12220@node M68K
12221@subsection M68k
12222
12223The Motorola m68k configuration includes ColdFire support, and
12224target command for the following ROM monitors.
12225
12226@table @code
12227
12228@kindex target abug
12229@item target abug @var{dev}
12230ABug ROM monitor for M68K.
12231
12232@kindex target cpu32bug
12233@item target cpu32bug @var{dev}
12234CPU32BUG monitor, running on a CPU32 (M68K) board.
12235
12236@kindex target dbug
12237@item target dbug @var{dev}
12238dBUG ROM monitor for Motorola ColdFire.
12239
12240@kindex target est
12241@item target est @var{dev}
12242EST-300 ICE monitor, running on a CPU32 (M68K) board.
12243
12244@kindex target rom68k
12245@item target rom68k @var{dev}
12246ROM 68K monitor, running on an M68K IDP board.
12247
12248@end table
12249
8e04817f
AC
12250@table @code
12251
12252@kindex target rombug
12253@item target rombug @var{dev}
12254ROMBUG ROM monitor for OS/9000.
12255
12256@end table
12257
8e04817f
AC
12258@node MIPS Embedded
12259@subsection MIPS Embedded
12260
12261@cindex MIPS boards
12262@value{GDBN} can use the MIPS remote debugging protocol to talk to a
12263MIPS board attached to a serial line. This is available when
12264you configure @value{GDBN} with @samp{--target=mips-idt-ecoff}.
104c1213 12265
8e04817f
AC
12266@need 1000
12267Use these @value{GDBN} commands to specify the connection to your target board:
104c1213 12268
8e04817f
AC
12269@table @code
12270@item target mips @var{port}
12271@kindex target mips @var{port}
12272To run a program on the board, start up @code{@value{GDBP}} with the
12273name of your program as the argument. To connect to the board, use the
12274command @samp{target mips @var{port}}, where @var{port} is the name of
12275the serial port connected to the board. If the program has not already
12276been downloaded to the board, you may use the @code{load} command to
12277download it. You can then use all the usual @value{GDBN} commands.
104c1213 12278
8e04817f
AC
12279For example, this sequence connects to the target board through a serial
12280port, and loads and runs a program called @var{prog} through the
12281debugger:
104c1213 12282
474c8240 12283@smallexample
8e04817f
AC
12284host$ @value{GDBP} @var{prog}
12285@value{GDBN} is free software and @dots{}
12286(@value{GDBP}) target mips /dev/ttyb
12287(@value{GDBP}) load @var{prog}
12288(@value{GDBP}) run
474c8240 12289@end smallexample
104c1213 12290
8e04817f
AC
12291@item target mips @var{hostname}:@var{portnumber}
12292On some @value{GDBN} host configurations, you can specify a TCP
12293connection (for instance, to a serial line managed by a terminal
12294concentrator) instead of a serial port, using the syntax
12295@samp{@var{hostname}:@var{portnumber}}.
104c1213 12296
8e04817f
AC
12297@item target pmon @var{port}
12298@kindex target pmon @var{port}
12299PMON ROM monitor.
104c1213 12300
8e04817f
AC
12301@item target ddb @var{port}
12302@kindex target ddb @var{port}
12303NEC's DDB variant of PMON for Vr4300.
104c1213 12304
8e04817f
AC
12305@item target lsi @var{port}
12306@kindex target lsi @var{port}
12307LSI variant of PMON.
104c1213 12308
8e04817f
AC
12309@kindex target r3900
12310@item target r3900 @var{dev}
12311Densan DVE-R3900 ROM monitor for Toshiba R3900 Mips.
104c1213 12312
8e04817f
AC
12313@kindex target array
12314@item target array @var{dev}
12315Array Tech LSI33K RAID controller board.
104c1213 12316
8e04817f 12317@end table
104c1213 12318
104c1213 12319
8e04817f
AC
12320@noindent
12321@value{GDBN} also supports these special commands for MIPS targets:
104c1213 12322
8e04817f
AC
12323@table @code
12324@item set processor @var{args}
12325@itemx show processor
12326@kindex set processor @var{args}
12327@kindex show processor
12328Use the @code{set processor} command to set the type of MIPS
12329processor when you want to access processor-type-specific registers.
12330For example, @code{set processor @var{r3041}} tells @value{GDBN}
12331to use the CPU registers appropriate for the 3041 chip.
12332Use the @code{show processor} command to see what MIPS processor @value{GDBN}
12333is using. Use the @code{info reg} command to see what registers
12334@value{GDBN} is using.
104c1213 12335
8e04817f
AC
12336@item set mipsfpu double
12337@itemx set mipsfpu single
12338@itemx set mipsfpu none
12339@itemx show mipsfpu
12340@kindex set mipsfpu
12341@kindex show mipsfpu
12342@cindex MIPS remote floating point
12343@cindex floating point, MIPS remote
12344If your target board does not support the MIPS floating point
12345coprocessor, you should use the command @samp{set mipsfpu none} (if you
12346need this, you may wish to put the command in your @value{GDBN} init
12347file). This tells @value{GDBN} how to find the return value of
12348functions which return floating point values. It also allows
12349@value{GDBN} to avoid saving the floating point registers when calling
12350functions on the board. If you are using a floating point coprocessor
12351with only single precision floating point support, as on the @sc{r4650}
12352processor, use the command @samp{set mipsfpu single}. The default
12353double precision floating point coprocessor may be selected using
12354@samp{set mipsfpu double}.
104c1213 12355
8e04817f
AC
12356In previous versions the only choices were double precision or no
12357floating point, so @samp{set mipsfpu on} will select double precision
12358and @samp{set mipsfpu off} will select no floating point.
104c1213 12359
8e04817f
AC
12360As usual, you can inquire about the @code{mipsfpu} variable with
12361@samp{show mipsfpu}.
104c1213 12362
8e04817f
AC
12363@item set remotedebug @var{n}
12364@itemx show remotedebug
12365@kindex set remotedebug@r{, MIPS protocol}
12366@kindex show remotedebug@r{, MIPS protocol}
12367@cindex @code{remotedebug}, MIPS protocol
12368@cindex MIPS @code{remotedebug} protocol
12369@c FIXME! For this to be useful, you must know something about the MIPS
12370@c FIXME...protocol. Where is it described?
12371You can see some debugging information about communications with the board
12372by setting the @code{remotedebug} variable. If you set it to @code{1} using
12373@samp{set remotedebug 1}, every packet is displayed. If you set it
12374to @code{2}, every character is displayed. You can check the current value
12375at any time with the command @samp{show remotedebug}.
104c1213 12376
8e04817f
AC
12377@item set timeout @var{seconds}
12378@itemx set retransmit-timeout @var{seconds}
12379@itemx show timeout
12380@itemx show retransmit-timeout
12381@cindex @code{timeout}, MIPS protocol
12382@cindex @code{retransmit-timeout}, MIPS protocol
12383@kindex set timeout
12384@kindex show timeout
12385@kindex set retransmit-timeout
12386@kindex show retransmit-timeout
12387You can control the timeout used while waiting for a packet, in the MIPS
12388remote protocol, with the @code{set timeout @var{seconds}} command. The
12389default is 5 seconds. Similarly, you can control the timeout used while
12390waiting for an acknowledgement of a packet with the @code{set
12391retransmit-timeout @var{seconds}} command. The default is 3 seconds.
12392You can inspect both values with @code{show timeout} and @code{show
12393retransmit-timeout}. (These commands are @emph{only} available when
12394@value{GDBN} is configured for @samp{--target=mips-idt-ecoff}.)
104c1213 12395
8e04817f
AC
12396The timeout set by @code{set timeout} does not apply when @value{GDBN}
12397is waiting for your program to stop. In that case, @value{GDBN} waits
12398forever because it has no way of knowing how long the program is going
12399to run before stopping.
12400@end table
104c1213 12401
a37295f9
MM
12402@node OpenRISC 1000
12403@subsection OpenRISC 1000
12404@cindex OpenRISC 1000
12405
12406@cindex or1k boards
12407See OR1k Architecture document (@uref{www.opencores.org}) for more information
12408about platform and commands.
12409
12410@table @code
12411
12412@kindex target jtag
12413@item target jtag jtag://@var{host}:@var{port}
12414
12415Connects to remote JTAG server.
12416JTAG remote server can be either an or1ksim or JTAG server,
12417connected via parallel port to the board.
12418
12419Example: @code{target jtag jtag://localhost:9999}
12420
12421@kindex or1ksim
12422@item or1ksim @var{command}
12423If connected to @code{or1ksim} OpenRISC 1000 Architectural
12424Simulator, proprietary commands can be executed.
12425
12426@kindex info or1k spr
12427@item info or1k spr
12428Displays spr groups.
12429
12430@item info or1k spr @var{group}
12431@itemx info or1k spr @var{groupno}
12432Displays register names in selected group.
12433
12434@item info or1k spr @var{group} @var{register}
12435@itemx info or1k spr @var{register}
12436@itemx info or1k spr @var{groupno} @var{registerno}
12437@itemx info or1k spr @var{registerno}
12438Shows information about specified spr register.
12439
12440@kindex spr
12441@item spr @var{group} @var{register} @var{value}
12442@itemx spr @var{register @var{value}}
12443@itemx spr @var{groupno} @var{registerno @var{value}}
12444@itemx spr @var{registerno @var{value}}
12445Writes @var{value} to specified spr register.
12446@end table
12447
12448Some implementations of OpenRISC 1000 Architecture also have hardware trace.
12449It is very similar to @value{GDBN} trace, except it does not interfere with normal
12450program execution and is thus much faster. Hardware breakpoints/watchpoint
12451triggers can be set using:
12452@table @code
12453@item $LEA/$LDATA
12454Load effective address/data
12455@item $SEA/$SDATA
12456Store effective address/data
12457@item $AEA/$ADATA
12458Access effective address ($SEA or $LEA) or data ($SDATA/$LDATA)
12459@item $FETCH
12460Fetch data
12461@end table
12462
12463When triggered, it can capture low level data, like: @code{PC}, @code{LSEA},
12464@code{LDATA}, @code{SDATA}, @code{READSPR}, @code{WRITESPR}, @code{INSTR}.
12465
12466@code{htrace} commands:
12467@cindex OpenRISC 1000 htrace
12468@table @code
12469@kindex hwatch
12470@item hwatch @var{conditional}
12471Set hardware watchpoint on combination of Load/Store Effecive Address(es)
12472or Data. For example:
12473
12474@code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
12475
12476@code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
12477
12478@kindex htrace info
12479@item htrace info
12480Display information about current HW trace configuration.
12481
12482@kindex htrace trigger
12483@item htrace trigger @var{conditional}
12484Set starting criteria for HW trace.
12485
12486@kindex htrace qualifier
12487@item htrace qualifier @var{conditional}
12488Set acquisition qualifier for HW trace.
12489
12490@kindex htrace stop
12491@item htrace stop @var{conditional}
12492Set HW trace stopping criteria.
12493
12494@kindex htrace record
f153cc92 12495@item htrace record [@var{data}]*
a37295f9
MM
12496Selects the data to be recorded, when qualifier is met and HW trace was
12497triggered.
12498
12499@kindex htrace enable
12500@item htrace enable
12501@kindex htrace disable
12502@itemx htrace disable
12503Enables/disables the HW trace.
12504
12505@kindex htrace rewind
f153cc92 12506@item htrace rewind [@var{filename}]
a37295f9
MM
12507Clears currently recorded trace data.
12508
12509If filename is specified, new trace file is made and any newly collected data
12510will be written there.
12511
12512@kindex htrace print
f153cc92 12513@item htrace print [@var{start} [@var{len}]]
a37295f9
MM
12514Prints trace buffer, using current record configuration.
12515
12516@kindex htrace mode continuous
12517@item htrace mode continuous
12518Set continuous trace mode.
12519
12520@kindex htrace mode suspend
12521@item htrace mode suspend
12522Set suspend trace mode.
12523
12524@end table
12525
8e04817f
AC
12526@node PowerPC
12527@subsection PowerPC
104c1213
JM
12528
12529@table @code
104c1213 12530
8e04817f
AC
12531@kindex target dink32
12532@item target dink32 @var{dev}
12533DINK32 ROM monitor.
104c1213 12534
8e04817f
AC
12535@kindex target ppcbug
12536@item target ppcbug @var{dev}
12537@kindex target ppcbug1
12538@item target ppcbug1 @var{dev}
12539PPCBUG ROM monitor for PowerPC.
104c1213 12540
8e04817f
AC
12541@kindex target sds
12542@item target sds @var{dev}
12543SDS monitor, running on a PowerPC board (such as Motorola's ADS).
12544
12545@end table
12546
12547@node PA
12548@subsection HP PA Embedded
104c1213
JM
12549
12550@table @code
12551
8e04817f
AC
12552@kindex target op50n
12553@item target op50n @var{dev}
12554OP50N monitor, running on an OKI HPPA board.
12555
12556@kindex target w89k
12557@item target w89k @var{dev}
12558W89K monitor, running on a Winbond HPPA board.
104c1213
JM
12559
12560@end table
12561
8e04817f 12562@node SH
172c2a43 12563@subsection Renesas SH
104c1213
JM
12564
12565@table @code
12566
172c2a43 12567@kindex target hms@r{, with Renesas SH}
8e04817f 12568@item target hms @var{dev}
172c2a43 12569A Renesas SH board attached via serial line to your host. Use special
8e04817f
AC
12570commands @code{device} and @code{speed} to control the serial line and
12571the communications speed used.
104c1213 12572
172c2a43 12573@kindex target e7000@r{, with Renesas SH}
8e04817f 12574@item target e7000 @var{dev}
172c2a43 12575E7000 emulator for Renesas SH.
104c1213 12576
8e04817f
AC
12577@kindex target sh3@r{, with SH}
12578@kindex target sh3e@r{, with SH}
12579@item target sh3 @var{dev}
12580@item target sh3e @var{dev}
172c2a43 12581Renesas SH-3 and SH-3E target systems.
104c1213 12582
8e04817f 12583@end table
104c1213 12584
8e04817f
AC
12585@node Sparclet
12586@subsection Tsqware Sparclet
104c1213 12587
8e04817f
AC
12588@cindex Sparclet
12589
12590@value{GDBN} enables developers to debug tasks running on
12591Sparclet targets from a Unix host.
12592@value{GDBN} uses code that runs on
12593both the Unix host and on the Sparclet target. The program
12594@code{@value{GDBP}} is installed and executed on the Unix host.
104c1213 12595
8e04817f
AC
12596@table @code
12597@item remotetimeout @var{args}
12598@kindex remotetimeout
12599@value{GDBN} supports the option @code{remotetimeout}.
12600This option is set by the user, and @var{args} represents the number of
12601seconds @value{GDBN} waits for responses.
104c1213
JM
12602@end table
12603
8e04817f
AC
12604@cindex compiling, on Sparclet
12605When compiling for debugging, include the options @samp{-g} to get debug
12606information and @samp{-Ttext} to relocate the program to where you wish to
12607load it on the target. You may also want to add the options @samp{-n} or
12608@samp{-N} in order to reduce the size of the sections. Example:
104c1213 12609
474c8240 12610@smallexample
8e04817f 12611sparclet-aout-gcc prog.c -Ttext 0x12010000 -g -o prog -N
474c8240 12612@end smallexample
104c1213 12613
8e04817f 12614You can use @code{objdump} to verify that the addresses are what you intended:
104c1213 12615
474c8240 12616@smallexample
8e04817f 12617sparclet-aout-objdump --headers --syms prog
474c8240 12618@end smallexample
104c1213 12619
8e04817f
AC
12620@cindex running, on Sparclet
12621Once you have set
12622your Unix execution search path to find @value{GDBN}, you are ready to
12623run @value{GDBN}. From your Unix host, run @code{@value{GDBP}}
12624(or @code{sparclet-aout-gdb}, depending on your installation).
104c1213 12625
8e04817f
AC
12626@value{GDBN} comes up showing the prompt:
12627
474c8240 12628@smallexample
8e04817f 12629(gdbslet)
474c8240 12630@end smallexample
104c1213
JM
12631
12632@menu
8e04817f
AC
12633* Sparclet File:: Setting the file to debug
12634* Sparclet Connection:: Connecting to Sparclet
12635* Sparclet Download:: Sparclet download
12636* Sparclet Execution:: Running and debugging
104c1213
JM
12637@end menu
12638
8e04817f
AC
12639@node Sparclet File
12640@subsubsection Setting file to debug
104c1213 12641
8e04817f 12642The @value{GDBN} command @code{file} lets you choose with program to debug.
104c1213 12643
474c8240 12644@smallexample
8e04817f 12645(gdbslet) file prog
474c8240 12646@end smallexample
104c1213 12647
8e04817f
AC
12648@need 1000
12649@value{GDBN} then attempts to read the symbol table of @file{prog}.
12650@value{GDBN} locates
12651the file by searching the directories listed in the command search
12652path.
12653If the file was compiled with debug information (option "-g"), source
12654files will be searched as well.
12655@value{GDBN} locates
12656the source files by searching the directories listed in the directory search
12657path (@pxref{Environment, ,Your program's environment}).
12658If it fails
12659to find a file, it displays a message such as:
104c1213 12660
474c8240 12661@smallexample
8e04817f 12662prog: No such file or directory.
474c8240 12663@end smallexample
104c1213 12664
8e04817f
AC
12665When this happens, add the appropriate directories to the search paths with
12666the @value{GDBN} commands @code{path} and @code{dir}, and execute the
12667@code{target} command again.
104c1213 12668
8e04817f
AC
12669@node Sparclet Connection
12670@subsubsection Connecting to Sparclet
104c1213 12671
8e04817f
AC
12672The @value{GDBN} command @code{target} lets you connect to a Sparclet target.
12673To connect to a target on serial port ``@code{ttya}'', type:
104c1213 12674
474c8240 12675@smallexample
8e04817f
AC
12676(gdbslet) target sparclet /dev/ttya
12677Remote target sparclet connected to /dev/ttya
12678main () at ../prog.c:3
474c8240 12679@end smallexample
104c1213 12680
8e04817f
AC
12681@need 750
12682@value{GDBN} displays messages like these:
104c1213 12683
474c8240 12684@smallexample
8e04817f 12685Connected to ttya.
474c8240 12686@end smallexample
104c1213 12687
8e04817f
AC
12688@node Sparclet Download
12689@subsubsection Sparclet download
104c1213 12690
8e04817f
AC
12691@cindex download to Sparclet
12692Once connected to the Sparclet target,
12693you can use the @value{GDBN}
12694@code{load} command to download the file from the host to the target.
12695The file name and load offset should be given as arguments to the @code{load}
12696command.
12697Since the file format is aout, the program must be loaded to the starting
12698address. You can use @code{objdump} to find out what this value is. The load
12699offset is an offset which is added to the VMA (virtual memory address)
12700of each of the file's sections.
12701For instance, if the program
12702@file{prog} was linked to text address 0x1201000, with data at 0x12010160
12703and bss at 0x12010170, in @value{GDBN}, type:
104c1213 12704
474c8240 12705@smallexample
8e04817f
AC
12706(gdbslet) load prog 0x12010000
12707Loading section .text, size 0xdb0 vma 0x12010000
474c8240 12708@end smallexample
104c1213 12709
8e04817f
AC
12710If the code is loaded at a different address then what the program was linked
12711to, you may need to use the @code{section} and @code{add-symbol-file} commands
12712to tell @value{GDBN} where to map the symbol table.
12713
12714@node Sparclet Execution
12715@subsubsection Running and debugging
12716
12717@cindex running and debugging Sparclet programs
12718You can now begin debugging the task using @value{GDBN}'s execution control
12719commands, @code{b}, @code{step}, @code{run}, etc. See the @value{GDBN}
12720manual for the list of commands.
12721
474c8240 12722@smallexample
8e04817f
AC
12723(gdbslet) b main
12724Breakpoint 1 at 0x12010000: file prog.c, line 3.
12725(gdbslet) run
12726Starting program: prog
12727Breakpoint 1, main (argc=1, argv=0xeffff21c) at prog.c:3
127283 char *symarg = 0;
12729(gdbslet) step
127304 char *execarg = "hello!";
12731(gdbslet)
474c8240 12732@end smallexample
8e04817f
AC
12733
12734@node Sparclite
12735@subsection Fujitsu Sparclite
104c1213
JM
12736
12737@table @code
12738
8e04817f
AC
12739@kindex target sparclite
12740@item target sparclite @var{dev}
12741Fujitsu sparclite boards, used only for the purpose of loading.
12742You must use an additional command to debug the program.
12743For example: target remote @var{dev} using @value{GDBN} standard
12744remote protocol.
104c1213
JM
12745
12746@end table
12747
8e04817f
AC
12748@node ST2000
12749@subsection Tandem ST2000
104c1213 12750
8e04817f
AC
12751@value{GDBN} may be used with a Tandem ST2000 phone switch, running Tandem's
12752STDBUG protocol.
104c1213 12753
8e04817f
AC
12754To connect your ST2000 to the host system, see the manufacturer's
12755manual. Once the ST2000 is physically attached, you can run:
104c1213 12756
474c8240 12757@smallexample
8e04817f 12758target st2000 @var{dev} @var{speed}
474c8240 12759@end smallexample
104c1213 12760
8e04817f
AC
12761@noindent
12762to establish it as your debugging environment. @var{dev} is normally
12763the name of a serial device, such as @file{/dev/ttya}, connected to the
12764ST2000 via a serial line. You can instead specify @var{dev} as a TCP
12765connection (for example, to a serial line attached via a terminal
12766concentrator) using the syntax @code{@var{hostname}:@var{portnumber}}.
104c1213 12767
8e04817f
AC
12768The @code{load} and @code{attach} commands are @emph{not} defined for
12769this target; you must load your program into the ST2000 as you normally
12770would for standalone operation. @value{GDBN} reads debugging information
12771(such as symbols) from a separate, debugging version of the program
12772available on your host computer.
12773@c FIXME!! This is terribly vague; what little content is here is
12774@c basically hearsay.
104c1213 12775
8e04817f
AC
12776@cindex ST2000 auxiliary commands
12777These auxiliary @value{GDBN} commands are available to help you with the ST2000
12778environment:
104c1213 12779
8e04817f
AC
12780@table @code
12781@item st2000 @var{command}
12782@kindex st2000 @var{cmd}
12783@cindex STDBUG commands (ST2000)
12784@cindex commands to STDBUG (ST2000)
12785Send a @var{command} to the STDBUG monitor. See the manufacturer's
12786manual for available commands.
104c1213 12787
8e04817f
AC
12788@item connect
12789@cindex connect (to STDBUG)
12790Connect the controlling terminal to the STDBUG command monitor. When
12791you are done interacting with STDBUG, typing either of two character
12792sequences gets you back to the @value{GDBN} command prompt:
12793@kbd{@key{RET}~.} (Return, followed by tilde and period) or
12794@kbd{@key{RET}~@key{C-d}} (Return, followed by tilde and control-D).
104c1213
JM
12795@end table
12796
8e04817f
AC
12797@node Z8000
12798@subsection Zilog Z8000
104c1213 12799
8e04817f
AC
12800@cindex Z8000
12801@cindex simulator, Z8000
12802@cindex Zilog Z8000 simulator
104c1213 12803
8e04817f
AC
12804When configured for debugging Zilog Z8000 targets, @value{GDBN} includes
12805a Z8000 simulator.
12806
12807For the Z8000 family, @samp{target sim} simulates either the Z8002 (the
12808unsegmented variant of the Z8000 architecture) or the Z8001 (the
12809segmented variant). The simulator recognizes which architecture is
12810appropriate by inspecting the object code.
104c1213 12811
8e04817f
AC
12812@table @code
12813@item target sim @var{args}
12814@kindex sim
12815@kindex target sim@r{, with Z8000}
12816Debug programs on a simulated CPU. If the simulator supports setup
12817options, specify them via @var{args}.
104c1213
JM
12818@end table
12819
8e04817f
AC
12820@noindent
12821After specifying this target, you can debug programs for the simulated
12822CPU in the same style as programs for your host computer; use the
12823@code{file} command to load a new program image, the @code{run} command
12824to run your program, and so on.
12825
12826As well as making available all the usual machine registers
12827(@pxref{Registers, ,Registers}), the Z8000 simulator provides three
12828additional items of information as specially named registers:
104c1213
JM
12829
12830@table @code
12831
8e04817f
AC
12832@item cycles
12833Counts clock-ticks in the simulator.
104c1213 12834
8e04817f
AC
12835@item insts
12836Counts instructions run in the simulator.
104c1213 12837
8e04817f
AC
12838@item time
12839Execution time in 60ths of a second.
104c1213 12840
8e04817f 12841@end table
104c1213 12842
8e04817f
AC
12843You can refer to these values in @value{GDBN} expressions with the usual
12844conventions; for example, @w{@samp{b fputc if $cycles>5000}} sets a
12845conditional breakpoint that suspends only after at least 5000
12846simulated clock ticks.
104c1213 12847
8e04817f
AC
12848@node Architectures
12849@section Architectures
104c1213 12850
8e04817f
AC
12851This section describes characteristics of architectures that affect
12852all uses of @value{GDBN} with the architecture, both native and cross.
104c1213 12853
8e04817f
AC
12854@menu
12855* A29K::
12856* Alpha::
12857* MIPS::
12858@end menu
104c1213 12859
8e04817f
AC
12860@node A29K
12861@subsection A29K
104c1213
JM
12862
12863@table @code
104c1213 12864
8e04817f
AC
12865@kindex set rstack_high_address
12866@cindex AMD 29K register stack
12867@cindex register stack, AMD29K
12868@item set rstack_high_address @var{address}
12869On AMD 29000 family processors, registers are saved in a separate
12870@dfn{register stack}. There is no way for @value{GDBN} to determine the
12871extent of this stack. Normally, @value{GDBN} just assumes that the
12872stack is ``large enough''. This may result in @value{GDBN} referencing
12873memory locations that do not exist. If necessary, you can get around
12874this problem by specifying the ending address of the register stack with
12875the @code{set rstack_high_address} command. The argument should be an
12876address, which you probably want to precede with @samp{0x} to specify in
12877hexadecimal.
104c1213 12878
8e04817f
AC
12879@kindex show rstack_high_address
12880@item show rstack_high_address
12881Display the current limit of the register stack, on AMD 29000 family
12882processors.
104c1213 12883
8e04817f 12884@end table
104c1213 12885
8e04817f
AC
12886@node Alpha
12887@subsection Alpha
104c1213 12888
8e04817f 12889See the following section.
104c1213 12890
8e04817f
AC
12891@node MIPS
12892@subsection MIPS
104c1213 12893
8e04817f
AC
12894@cindex stack on Alpha
12895@cindex stack on MIPS
12896@cindex Alpha stack
12897@cindex MIPS stack
12898Alpha- and MIPS-based computers use an unusual stack frame, which
12899sometimes requires @value{GDBN} to search backward in the object code to
12900find the beginning of a function.
104c1213 12901
8e04817f
AC
12902@cindex response time, MIPS debugging
12903To improve response time (especially for embedded applications, where
12904@value{GDBN} may be restricted to a slow serial line for this search)
12905you may want to limit the size of this search, using one of these
12906commands:
104c1213 12907
8e04817f
AC
12908@table @code
12909@cindex @code{heuristic-fence-post} (Alpha, MIPS)
12910@item set heuristic-fence-post @var{limit}
12911Restrict @value{GDBN} to examining at most @var{limit} bytes in its
12912search for the beginning of a function. A value of @var{0} (the
12913default) means there is no limit. However, except for @var{0}, the
12914larger the limit the more bytes @code{heuristic-fence-post} must search
12915and therefore the longer it takes to run.
104c1213 12916
8e04817f
AC
12917@item show heuristic-fence-post
12918Display the current limit.
12919@end table
104c1213
JM
12920
12921@noindent
8e04817f
AC
12922These commands are available @emph{only} when @value{GDBN} is configured
12923for debugging programs on Alpha or MIPS processors.
104c1213 12924
104c1213 12925
8e04817f
AC
12926@node Controlling GDB
12927@chapter Controlling @value{GDBN}
12928
12929You can alter the way @value{GDBN} interacts with you by using the
12930@code{set} command. For commands controlling how @value{GDBN} displays
12931data, see @ref{Print Settings, ,Print settings}. Other settings are
12932described here.
12933
12934@menu
12935* Prompt:: Prompt
12936* Editing:: Command editing
12937* History:: Command history
12938* Screen Size:: Screen size
12939* Numbers:: Numbers
1e698235 12940* ABI:: Configuring the current ABI
8e04817f
AC
12941* Messages/Warnings:: Optional warnings and messages
12942* Debugging Output:: Optional messages about internal happenings
12943@end menu
12944
12945@node Prompt
12946@section Prompt
104c1213 12947
8e04817f 12948@cindex prompt
104c1213 12949
8e04817f
AC
12950@value{GDBN} indicates its readiness to read a command by printing a string
12951called the @dfn{prompt}. This string is normally @samp{(@value{GDBP})}. You
12952can change the prompt string with the @code{set prompt} command. For
12953instance, when debugging @value{GDBN} with @value{GDBN}, it is useful to change
12954the prompt in one of the @value{GDBN} sessions so that you can always tell
12955which one you are talking to.
104c1213 12956
8e04817f
AC
12957@emph{Note:} @code{set prompt} does not add a space for you after the
12958prompt you set. This allows you to set a prompt which ends in a space
12959or a prompt that does not.
104c1213 12960
8e04817f
AC
12961@table @code
12962@kindex set prompt
12963@item set prompt @var{newprompt}
12964Directs @value{GDBN} to use @var{newprompt} as its prompt string henceforth.
104c1213 12965
8e04817f
AC
12966@kindex show prompt
12967@item show prompt
12968Prints a line of the form: @samp{Gdb's prompt is: @var{your-prompt}}
104c1213
JM
12969@end table
12970
8e04817f
AC
12971@node Editing
12972@section Command editing
12973@cindex readline
12974@cindex command line editing
104c1213 12975
8e04817f
AC
12976@value{GDBN} reads its input commands via the @dfn{readline} interface. This
12977@sc{gnu} library provides consistent behavior for programs which provide a
12978command line interface to the user. Advantages are @sc{gnu} Emacs-style
12979or @dfn{vi}-style inline editing of commands, @code{csh}-like history
12980substitution, and a storage and recall of command history across
12981debugging sessions.
104c1213 12982
8e04817f
AC
12983You may control the behavior of command line editing in @value{GDBN} with the
12984command @code{set}.
104c1213 12985
8e04817f
AC
12986@table @code
12987@kindex set editing
12988@cindex editing
12989@item set editing
12990@itemx set editing on
12991Enable command line editing (enabled by default).
104c1213 12992
8e04817f
AC
12993@item set editing off
12994Disable command line editing.
104c1213 12995
8e04817f
AC
12996@kindex show editing
12997@item show editing
12998Show whether command line editing is enabled.
104c1213
JM
12999@end table
13000
8e04817f
AC
13001@node History
13002@section Command history
13003
13004@value{GDBN} can keep track of the commands you type during your
13005debugging sessions, so that you can be certain of precisely what
13006happened. Use these commands to manage the @value{GDBN} command
13007history facility.
104c1213
JM
13008
13009@table @code
8e04817f
AC
13010@cindex history substitution
13011@cindex history file
13012@kindex set history filename
13013@kindex GDBHISTFILE
13014@item set history filename @var{fname}
13015Set the name of the @value{GDBN} command history file to @var{fname}.
13016This is the file where @value{GDBN} reads an initial command history
13017list, and where it writes the command history from this session when it
13018exits. You can access this list through history expansion or through
13019the history command editing characters listed below. This file defaults
13020to the value of the environment variable @code{GDBHISTFILE}, or to
13021@file{./.gdb_history} (@file{./_gdb_history} on MS-DOS) if this variable
13022is not set.
104c1213 13023
8e04817f
AC
13024@cindex history save
13025@kindex set history save
13026@item set history save
13027@itemx set history save on
13028Record command history in a file, whose name may be specified with the
13029@code{set history filename} command. By default, this option is disabled.
104c1213 13030
8e04817f
AC
13031@item set history save off
13032Stop recording command history in a file.
104c1213 13033
8e04817f
AC
13034@cindex history size
13035@kindex set history size
13036@item set history size @var{size}
13037Set the number of commands which @value{GDBN} keeps in its history list.
13038This defaults to the value of the environment variable
13039@code{HISTSIZE}, or to 256 if this variable is not set.
104c1213
JM
13040@end table
13041
8e04817f
AC
13042@cindex history expansion
13043History expansion assigns special meaning to the character @kbd{!}.
13044@ifset have-readline-appendices
13045@xref{Event Designators}.
13046@end ifset
13047
13048Since @kbd{!} is also the logical not operator in C, history expansion
13049is off by default. If you decide to enable history expansion with the
13050@code{set history expansion on} command, you may sometimes need to
13051follow @kbd{!} (when it is used as logical not, in an expression) with
13052a space or a tab to prevent it from being expanded. The readline
13053history facilities do not attempt substitution on the strings
13054@kbd{!=} and @kbd{!(}, even when history expansion is enabled.
13055
13056The commands to control history expansion are:
104c1213
JM
13057
13058@table @code
8e04817f
AC
13059@kindex set history expansion
13060@item set history expansion on
13061@itemx set history expansion
13062Enable history expansion. History expansion is off by default.
104c1213 13063
8e04817f
AC
13064@item set history expansion off
13065Disable history expansion.
104c1213 13066
8e04817f
AC
13067The readline code comes with more complete documentation of
13068editing and history expansion features. Users unfamiliar with @sc{gnu} Emacs
13069or @code{vi} may wish to read it.
13070@ifset have-readline-appendices
13071@xref{Command Line Editing}.
13072@end ifset
104c1213 13073
8e04817f
AC
13074@c @group
13075@kindex show history
13076@item show history
13077@itemx show history filename
13078@itemx show history save
13079@itemx show history size
13080@itemx show history expansion
13081These commands display the state of the @value{GDBN} history parameters.
13082@code{show history} by itself displays all four states.
13083@c @end group
13084@end table
13085
13086@table @code
13087@kindex shows
13088@item show commands
13089Display the last ten commands in the command history.
104c1213 13090
8e04817f
AC
13091@item show commands @var{n}
13092Print ten commands centered on command number @var{n}.
13093
13094@item show commands +
13095Print ten commands just after the commands last printed.
104c1213
JM
13096@end table
13097
8e04817f
AC
13098@node Screen Size
13099@section Screen size
13100@cindex size of screen
13101@cindex pauses in output
104c1213 13102
8e04817f
AC
13103Certain commands to @value{GDBN} may produce large amounts of
13104information output to the screen. To help you read all of it,
13105@value{GDBN} pauses and asks you for input at the end of each page of
13106output. Type @key{RET} when you want to continue the output, or @kbd{q}
13107to discard the remaining output. Also, the screen width setting
13108determines when to wrap lines of output. Depending on what is being
13109printed, @value{GDBN} tries to break the line at a readable place,
13110rather than simply letting it overflow onto the following line.
13111
13112Normally @value{GDBN} knows the size of the screen from the terminal
13113driver software. For example, on Unix @value{GDBN} uses the termcap data base
13114together with the value of the @code{TERM} environment variable and the
13115@code{stty rows} and @code{stty cols} settings. If this is not correct,
13116you can override it with the @code{set height} and @code{set
13117width} commands:
13118
13119@table @code
13120@kindex set height
13121@kindex set width
13122@kindex show width
13123@kindex show height
13124@item set height @var{lpp}
13125@itemx show height
13126@itemx set width @var{cpl}
13127@itemx show width
13128These @code{set} commands specify a screen height of @var{lpp} lines and
13129a screen width of @var{cpl} characters. The associated @code{show}
13130commands display the current settings.
104c1213 13131
8e04817f
AC
13132If you specify a height of zero lines, @value{GDBN} does not pause during
13133output no matter how long the output is. This is useful if output is to a
13134file or to an editor buffer.
104c1213 13135
8e04817f
AC
13136Likewise, you can specify @samp{set width 0} to prevent @value{GDBN}
13137from wrapping its output.
104c1213
JM
13138@end table
13139
8e04817f
AC
13140@node Numbers
13141@section Numbers
13142@cindex number representation
13143@cindex entering numbers
104c1213 13144
8e04817f
AC
13145You can always enter numbers in octal, decimal, or hexadecimal in
13146@value{GDBN} by the usual conventions: octal numbers begin with
13147@samp{0}, decimal numbers end with @samp{.}, and hexadecimal numbers
13148begin with @samp{0x}. Numbers that begin with none of these are, by
13149default, entered in base 10; likewise, the default display for
13150numbers---when no particular format is specified---is base 10. You can
13151change the default base for both input and output with the @code{set
13152radix} command.
104c1213 13153
8e04817f
AC
13154@table @code
13155@kindex set input-radix
13156@item set input-radix @var{base}
13157Set the default base for numeric input. Supported choices
13158for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
13159specified either unambiguously or using the current default radix; for
13160example, any of
104c1213 13161
8e04817f
AC
13162@smallexample
13163set radix 012
13164set radix 10.
13165set radix 0xa
13166@end smallexample
104c1213 13167
8e04817f
AC
13168@noindent
13169sets the base to decimal. On the other hand, @samp{set radix 10}
13170leaves the radix unchanged no matter what it was.
104c1213 13171
8e04817f
AC
13172@kindex set output-radix
13173@item set output-radix @var{base}
13174Set the default base for numeric display. Supported choices
13175for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
13176specified either unambiguously or using the current default radix.
104c1213 13177
8e04817f
AC
13178@kindex show input-radix
13179@item show input-radix
13180Display the current default base for numeric input.
104c1213 13181
8e04817f
AC
13182@kindex show output-radix
13183@item show output-radix
13184Display the current default base for numeric display.
13185@end table
104c1213 13186
1e698235
DJ
13187@node ABI
13188@section Configuring the current ABI
13189
13190@value{GDBN} can determine the @dfn{ABI} (Application Binary Interface) of your
13191application automatically. However, sometimes you need to override its
13192conclusions. Use these commands to manage @value{GDBN}'s view of the
13193current ABI.
13194
98b45e30
DJ
13195@cindex OS ABI
13196@kindex set osabi
b4e9345d 13197@kindex show osabi
98b45e30
DJ
13198
13199One @value{GDBN} configuration can debug binaries for multiple operating
b383017d 13200system targets, either via remote debugging or native emulation.
98b45e30
DJ
13201@value{GDBN} will autodetect the @dfn{OS ABI} (Operating System ABI) in use,
13202but you can override its conclusion using the @code{set osabi} command.
13203One example where this is useful is in debugging of binaries which use
13204an alternate C library (e.g.@: @sc{uClibc} for @sc{gnu}/Linux) which does
13205not have the same identifying marks that the standard C library for your
13206platform provides.
13207
13208@table @code
13209@item show osabi
13210Show the OS ABI currently in use.
13211
13212@item set osabi
13213With no argument, show the list of registered available OS ABI's.
13214
13215@item set osabi @var{abi}
13216Set the current OS ABI to @var{abi}.
13217@end table
13218
1e698235
DJ
13219@cindex float promotion
13220@kindex set coerce-float-to-double
13221
13222Generally, the way that an argument of type @code{float} is passed to a
13223function depends on whether the function is prototyped. For a prototyped
13224(i.e.@: ANSI/ISO style) function, @code{float} arguments are passed unchanged,
13225according to the architecture's convention for @code{float}. For unprototyped
13226(i.e.@: K&R style) functions, @code{float} arguments are first promoted to type
13227@code{double} and then passed.
13228
13229Unfortunately, some forms of debug information do not reliably indicate whether
13230a function is prototyped. If @value{GDBN} calls a function that is not marked
13231as prototyped, it consults @kbd{set coerce-float-to-double}.
13232
13233@table @code
13234@item set coerce-float-to-double
13235@itemx set coerce-float-to-double on
13236Arguments of type @code{float} will be promoted to @code{double} when passed
13237to an unprototyped function. This is the default setting.
13238
13239@item set coerce-float-to-double off
13240Arguments of type @code{float} will be passed directly to unprototyped
13241functions.
13242@end table
13243
f1212245
DJ
13244@kindex set cp-abi
13245@kindex show cp-abi
13246@value{GDBN} needs to know the ABI used for your program's C@t{++}
13247objects. The correct C@t{++} ABI depends on which C@t{++} compiler was
13248used to build your application. @value{GDBN} only fully supports
13249programs with a single C@t{++} ABI; if your program contains code using
13250multiple C@t{++} ABI's or if @value{GDBN} can not identify your
13251program's ABI correctly, you can tell @value{GDBN} which ABI to use.
13252Currently supported ABI's include ``gnu-v2'', for @code{g++} versions
13253before 3.0, ``gnu-v3'', for @code{g++} versions 3.0 and later, and
13254``hpaCC'' for the HP ANSI C@t{++} compiler. Other C@t{++} compilers may
13255use the ``gnu-v2'' or ``gnu-v3'' ABI's as well. The default setting is
13256``auto''.
13257
13258@table @code
13259@item show cp-abi
13260Show the C@t{++} ABI currently in use.
13261
13262@item set cp-abi
13263With no argument, show the list of supported C@t{++} ABI's.
13264
13265@item set cp-abi @var{abi}
13266@itemx set cp-abi auto
13267Set the current C@t{++} ABI to @var{abi}, or return to automatic detection.
13268@end table
13269
8e04817f
AC
13270@node Messages/Warnings
13271@section Optional warnings and messages
104c1213 13272
8e04817f
AC
13273By default, @value{GDBN} is silent about its inner workings. If you are
13274running on a slow machine, you may want to use the @code{set verbose}
13275command. This makes @value{GDBN} tell you when it does a lengthy
13276internal operation, so you will not think it has crashed.
104c1213 13277
8e04817f
AC
13278Currently, the messages controlled by @code{set verbose} are those
13279which announce that the symbol table for a source file is being read;
13280see @code{symbol-file} in @ref{Files, ,Commands to specify files}.
104c1213 13281
8e04817f
AC
13282@table @code
13283@kindex set verbose
13284@item set verbose on
13285Enables @value{GDBN} output of certain informational messages.
104c1213 13286
8e04817f
AC
13287@item set verbose off
13288Disables @value{GDBN} output of certain informational messages.
104c1213 13289
8e04817f
AC
13290@kindex show verbose
13291@item show verbose
13292Displays whether @code{set verbose} is on or off.
13293@end table
104c1213 13294
8e04817f
AC
13295By default, if @value{GDBN} encounters bugs in the symbol table of an
13296object file, it is silent; but if you are debugging a compiler, you may
13297find this information useful (@pxref{Symbol Errors, ,Errors reading
13298symbol files}).
104c1213 13299
8e04817f 13300@table @code
104c1213 13301
8e04817f
AC
13302@kindex set complaints
13303@item set complaints @var{limit}
13304Permits @value{GDBN} to output @var{limit} complaints about each type of
13305unusual symbols before becoming silent about the problem. Set
13306@var{limit} to zero to suppress all complaints; set it to a large number
13307to prevent complaints from being suppressed.
104c1213 13308
8e04817f
AC
13309@kindex show complaints
13310@item show complaints
13311Displays how many symbol complaints @value{GDBN} is permitted to produce.
104c1213 13312
8e04817f 13313@end table
104c1213 13314
8e04817f
AC
13315By default, @value{GDBN} is cautious, and asks what sometimes seems to be a
13316lot of stupid questions to confirm certain commands. For example, if
13317you try to run a program which is already running:
104c1213 13318
474c8240 13319@smallexample
8e04817f
AC
13320(@value{GDBP}) run
13321The program being debugged has been started already.
13322Start it from the beginning? (y or n)
474c8240 13323@end smallexample
104c1213 13324
8e04817f
AC
13325If you are willing to unflinchingly face the consequences of your own
13326commands, you can disable this ``feature'':
104c1213 13327
8e04817f 13328@table @code
104c1213 13329
8e04817f
AC
13330@kindex set confirm
13331@cindex flinching
13332@cindex confirmation
13333@cindex stupid questions
13334@item set confirm off
13335Disables confirmation requests.
104c1213 13336
8e04817f
AC
13337@item set confirm on
13338Enables confirmation requests (the default).
104c1213 13339
8e04817f
AC
13340@kindex show confirm
13341@item show confirm
13342Displays state of confirmation requests.
13343
13344@end table
104c1213 13345
8e04817f
AC
13346@node Debugging Output
13347@section Optional messages about internal happenings
104c1213 13348@table @code
8e04817f
AC
13349@kindex set debug arch
13350@item set debug arch
13351Turns on or off display of gdbarch debugging info. The default is off
13352@kindex show debug arch
13353@item show debug arch
13354Displays the current state of displaying gdbarch debugging info.
13355@kindex set debug event
13356@item set debug event
13357Turns on or off display of @value{GDBN} event debugging info. The
13358default is off.
13359@kindex show debug event
13360@item show debug event
13361Displays the current state of displaying @value{GDBN} event debugging
13362info.
13363@kindex set debug expression
13364@item set debug expression
13365Turns on or off display of @value{GDBN} expression debugging info. The
13366default is off.
13367@kindex show debug expression
13368@item show debug expression
13369Displays the current state of displaying @value{GDBN} expression
13370debugging info.
7453dc06
AC
13371@kindex set debug frame
13372@item set debug frame
13373Turns on or off display of @value{GDBN} frame debugging info. The
13374default is off.
13375@kindex show debug frame
13376@item show debug frame
13377Displays the current state of displaying @value{GDBN} frame debugging
13378info.
8e04817f
AC
13379@kindex set debug overload
13380@item set debug overload
13381Turns on or off display of @value{GDBN} C@t{++} overload debugging
13382info. This includes info such as ranking of functions, etc. The default
13383is off.
13384@kindex show debug overload
13385@item show debug overload
13386Displays the current state of displaying @value{GDBN} C@t{++} overload
13387debugging info.
13388@kindex set debug remote
13389@cindex packets, reporting on stdout
13390@cindex serial connections, debugging
13391@item set debug remote
13392Turns on or off display of reports on all packets sent back and forth across
13393the serial line to the remote machine. The info is printed on the
13394@value{GDBN} standard output stream. The default is off.
13395@kindex show debug remote
13396@item show debug remote
13397Displays the state of display of remote packets.
13398@kindex set debug serial
13399@item set debug serial
13400Turns on or off display of @value{GDBN} serial debugging info. The
13401default is off.
13402@kindex show debug serial
13403@item show debug serial
13404Displays the current state of displaying @value{GDBN} serial debugging
13405info.
13406@kindex set debug target
13407@item set debug target
13408Turns on or off display of @value{GDBN} target debugging info. This info
13409includes what is going on at the target level of GDB, as it happens. The
13410default is off.
13411@kindex show debug target
13412@item show debug target
13413Displays the current state of displaying @value{GDBN} target debugging
13414info.
13415@kindex set debug varobj
13416@item set debug varobj
13417Turns on or off display of @value{GDBN} variable object debugging
13418info. The default is off.
13419@kindex show debug varobj
13420@item show debug varobj
13421Displays the current state of displaying @value{GDBN} variable object
13422debugging info.
13423@end table
104c1213 13424
8e04817f
AC
13425@node Sequences
13426@chapter Canned Sequences of Commands
104c1213 13427
8e04817f
AC
13428Aside from breakpoint commands (@pxref{Break Commands, ,Breakpoint
13429command lists}), @value{GDBN} provides two ways to store sequences of
13430commands for execution as a unit: user-defined commands and command
13431files.
104c1213 13432
8e04817f
AC
13433@menu
13434* Define:: User-defined commands
13435* Hooks:: User-defined command hooks
13436* Command Files:: Command files
13437* Output:: Commands for controlled output
13438@end menu
104c1213 13439
8e04817f
AC
13440@node Define
13441@section User-defined commands
104c1213 13442
8e04817f
AC
13443@cindex user-defined command
13444A @dfn{user-defined command} is a sequence of @value{GDBN} commands to
13445which you assign a new name as a command. This is done with the
13446@code{define} command. User commands may accept up to 10 arguments
13447separated by whitespace. Arguments are accessed within the user command
13448via @var{$arg0@dots{}$arg9}. A trivial example:
104c1213 13449
8e04817f
AC
13450@smallexample
13451define adder
13452 print $arg0 + $arg1 + $arg2
13453@end smallexample
104c1213
JM
13454
13455@noindent
8e04817f 13456To execute the command use:
104c1213 13457
8e04817f
AC
13458@smallexample
13459adder 1 2 3
13460@end smallexample
104c1213 13461
8e04817f
AC
13462@noindent
13463This defines the command @code{adder}, which prints the sum of
13464its three arguments. Note the arguments are text substitutions, so they may
13465reference variables, use complex expressions, or even perform inferior
13466functions calls.
104c1213
JM
13467
13468@table @code
104c1213 13469
8e04817f
AC
13470@kindex define
13471@item define @var{commandname}
13472Define a command named @var{commandname}. If there is already a command
13473by that name, you are asked to confirm that you want to redefine it.
104c1213 13474
8e04817f
AC
13475The definition of the command is made up of other @value{GDBN} command lines,
13476which are given following the @code{define} command. The end of these
13477commands is marked by a line containing @code{end}.
104c1213 13478
8e04817f
AC
13479@kindex if
13480@kindex else
13481@item if
13482Takes a single argument, which is an expression to evaluate.
13483It is followed by a series of commands that are executed
13484only if the expression is true (nonzero).
13485There can then optionally be a line @code{else}, followed
13486by a series of commands that are only executed if the expression
13487was false. The end of the list is marked by a line containing @code{end}.
104c1213 13488
8e04817f
AC
13489@kindex while
13490@item while
13491The syntax is similar to @code{if}: the command takes a single argument,
13492which is an expression to evaluate, and must be followed by the commands to
13493execute, one per line, terminated by an @code{end}.
13494The commands are executed repeatedly as long as the expression
13495evaluates to true.
104c1213 13496
8e04817f
AC
13497@kindex document
13498@item document @var{commandname}
13499Document the user-defined command @var{commandname}, so that it can be
13500accessed by @code{help}. The command @var{commandname} must already be
13501defined. This command reads lines of documentation just as @code{define}
13502reads the lines of the command definition, ending with @code{end}.
13503After the @code{document} command is finished, @code{help} on command
13504@var{commandname} displays the documentation you have written.
104c1213 13505
8e04817f
AC
13506You may use the @code{document} command again to change the
13507documentation of a command. Redefining the command with @code{define}
13508does not change the documentation.
104c1213 13509
8e04817f
AC
13510@kindex help user-defined
13511@item help user-defined
13512List all user-defined commands, with the first line of the documentation
13513(if any) for each.
104c1213 13514
8e04817f
AC
13515@kindex show user
13516@item show user
13517@itemx show user @var{commandname}
13518Display the @value{GDBN} commands used to define @var{commandname} (but
13519not its documentation). If no @var{commandname} is given, display the
13520definitions for all user-defined commands.
104c1213 13521
20f01a46
DH
13522@kindex show max-user-call-depth
13523@kindex set max-user-call-depth
13524@item show max-user-call-depth
5ca0cb28
DH
13525@itemx set max-user-call-depth
13526The value of @code{max-user-call-depth} controls how many recursion
13527levels are allowed in user-defined commands before GDB suspects an
13528infinite recursion and aborts the command.
20f01a46 13529
104c1213
JM
13530@end table
13531
8e04817f
AC
13532When user-defined commands are executed, the
13533commands of the definition are not printed. An error in any command
13534stops execution of the user-defined command.
104c1213 13535
8e04817f
AC
13536If used interactively, commands that would ask for confirmation proceed
13537without asking when used inside a user-defined command. Many @value{GDBN}
13538commands that normally print messages to say what they are doing omit the
13539messages when used in a user-defined command.
104c1213 13540
8e04817f
AC
13541@node Hooks
13542@section User-defined command hooks
13543@cindex command hooks
13544@cindex hooks, for commands
13545@cindex hooks, pre-command
104c1213 13546
8e04817f
AC
13547@kindex hook
13548@kindex hook-
13549You may define @dfn{hooks}, which are a special kind of user-defined
13550command. Whenever you run the command @samp{foo}, if the user-defined
13551command @samp{hook-foo} exists, it is executed (with no arguments)
13552before that command.
104c1213 13553
8e04817f
AC
13554@cindex hooks, post-command
13555@kindex hookpost
13556@kindex hookpost-
13557A hook may also be defined which is run after the command you executed.
13558Whenever you run the command @samp{foo}, if the user-defined command
13559@samp{hookpost-foo} exists, it is executed (with no arguments) after
13560that command. Post-execution hooks may exist simultaneously with
13561pre-execution hooks, for the same command.
104c1213 13562
8e04817f
AC
13563It is valid for a hook to call the command which it hooks. If this
13564occurs, the hook is not re-executed, thereby avoiding infinte recursion.
104c1213 13565
8e04817f
AC
13566@c It would be nice if hookpost could be passed a parameter indicating
13567@c if the command it hooks executed properly or not. FIXME!
104c1213 13568
8e04817f
AC
13569@kindex stop@r{, a pseudo-command}
13570In addition, a pseudo-command, @samp{stop} exists. Defining
13571(@samp{hook-stop}) makes the associated commands execute every time
13572execution stops in your program: before breakpoint commands are run,
13573displays are printed, or the stack frame is printed.
104c1213 13574
8e04817f
AC
13575For example, to ignore @code{SIGALRM} signals while
13576single-stepping, but treat them normally during normal execution,
13577you could define:
104c1213 13578
474c8240 13579@smallexample
8e04817f
AC
13580define hook-stop
13581handle SIGALRM nopass
13582end
104c1213 13583
8e04817f
AC
13584define hook-run
13585handle SIGALRM pass
13586end
104c1213 13587
8e04817f
AC
13588define hook-continue
13589handle SIGLARM pass
13590end
474c8240 13591@end smallexample
104c1213 13592
8e04817f 13593As a further example, to hook at the begining and end of the @code{echo}
b383017d 13594command, and to add extra text to the beginning and end of the message,
8e04817f 13595you could define:
104c1213 13596
474c8240 13597@smallexample
8e04817f
AC
13598define hook-echo
13599echo <<<---
13600end
104c1213 13601
8e04817f
AC
13602define hookpost-echo
13603echo --->>>\n
13604end
104c1213 13605
8e04817f
AC
13606(@value{GDBP}) echo Hello World
13607<<<---Hello World--->>>
13608(@value{GDBP})
104c1213 13609
474c8240 13610@end smallexample
104c1213 13611
8e04817f
AC
13612You can define a hook for any single-word command in @value{GDBN}, but
13613not for command aliases; you should define a hook for the basic command
13614name, e.g. @code{backtrace} rather than @code{bt}.
13615@c FIXME! So how does Joe User discover whether a command is an alias
13616@c or not?
13617If an error occurs during the execution of your hook, execution of
13618@value{GDBN} commands stops and @value{GDBN} issues a prompt
13619(before the command that you actually typed had a chance to run).
104c1213 13620
8e04817f
AC
13621If you try to define a hook which does not match any known command, you
13622get a warning from the @code{define} command.
c906108c 13623
8e04817f
AC
13624@node Command Files
13625@section Command files
c906108c 13626
8e04817f
AC
13627@cindex command files
13628A command file for @value{GDBN} is a file of lines that are @value{GDBN}
13629commands. Comments (lines starting with @kbd{#}) may also be included.
13630An empty line in a command file does nothing; it does not mean to repeat
13631the last command, as it would from the terminal.
c906108c 13632
8e04817f
AC
13633@cindex init file
13634@cindex @file{.gdbinit}
13635@cindex @file{gdb.ini}
13636When you start @value{GDBN}, it automatically executes commands from its
13637@dfn{init files}, normally called @file{.gdbinit}@footnote{The DJGPP
13638port of @value{GDBN} uses the name @file{gdb.ini} instead, due to the
13639limitations of file names imposed by DOS filesystems.}.
13640During startup, @value{GDBN} does the following:
c906108c 13641
8e04817f
AC
13642@enumerate
13643@item
13644Reads the init file (if any) in your home directory@footnote{On
13645DOS/Windows systems, the home directory is the one pointed to by the
13646@code{HOME} environment variable.}.
c906108c 13647
8e04817f
AC
13648@item
13649Processes command line options and operands.
c906108c 13650
8e04817f
AC
13651@item
13652Reads the init file (if any) in the current working directory.
c906108c 13653
8e04817f
AC
13654@item
13655Reads command files specified by the @samp{-x} option.
13656@end enumerate
c906108c 13657
8e04817f
AC
13658The init file in your home directory can set options (such as @samp{set
13659complaints}) that affect subsequent processing of command line options
13660and operands. Init files are not executed if you use the @samp{-nx}
13661option (@pxref{Mode Options, ,Choosing modes}).
c906108c 13662
8e04817f
AC
13663@cindex init file name
13664On some configurations of @value{GDBN}, the init file is known by a
13665different name (these are typically environments where a specialized
13666form of @value{GDBN} may need to coexist with other forms, hence a
13667different name for the specialized version's init file). These are the
13668environments with special init file names:
c906108c 13669
8e04817f
AC
13670@cindex @file{.vxgdbinit}
13671@itemize @bullet
13672@item
13673VxWorks (Wind River Systems real-time OS): @file{.vxgdbinit}
c906108c 13674
8e04817f
AC
13675@cindex @file{.os68gdbinit}
13676@item
13677OS68K (Enea Data Systems real-time OS): @file{.os68gdbinit}
c906108c 13678
8e04817f
AC
13679@cindex @file{.esgdbinit}
13680@item
13681ES-1800 (Ericsson Telecom AB M68000 emulator): @file{.esgdbinit}
13682@end itemize
c906108c 13683
8e04817f
AC
13684You can also request the execution of a command file with the
13685@code{source} command:
c906108c 13686
8e04817f
AC
13687@table @code
13688@kindex source
13689@item source @var{filename}
13690Execute the command file @var{filename}.
c906108c
SS
13691@end table
13692
8e04817f 13693The lines in a command file are executed sequentially. They are not
a71ec265
DH
13694printed as they are executed. An error in any command terminates
13695execution of the command file and control is returned to the console.
c906108c 13696
8e04817f
AC
13697Commands that would ask for confirmation if used interactively proceed
13698without asking when used in a command file. Many @value{GDBN} commands that
13699normally print messages to say what they are doing omit the messages
13700when called from command files.
c906108c 13701
8e04817f
AC
13702@value{GDBN} also accepts command input from standard input. In this
13703mode, normal output goes to standard output and error output goes to
13704standard error. Errors in a command file supplied on standard input do
13705not terminate execution of the command file --- execution continues with
13706the next command.
c906108c 13707
474c8240 13708@smallexample
8e04817f 13709gdb < cmds > log 2>&1
474c8240 13710@end smallexample
c906108c 13711
8e04817f
AC
13712(The syntax above will vary depending on the shell used.) This example
13713will execute commands from the file @file{cmds}. All output and errors
13714would be directed to @file{log}.
c906108c 13715
8e04817f
AC
13716@node Output
13717@section Commands for controlled output
c906108c 13718
8e04817f
AC
13719During the execution of a command file or a user-defined command, normal
13720@value{GDBN} output is suppressed; the only output that appears is what is
13721explicitly printed by the commands in the definition. This section
13722describes three commands useful for generating exactly the output you
13723want.
c906108c
SS
13724
13725@table @code
8e04817f
AC
13726@kindex echo
13727@item echo @var{text}
13728@c I do not consider backslash-space a standard C escape sequence
13729@c because it is not in ANSI.
13730Print @var{text}. Nonprinting characters can be included in
13731@var{text} using C escape sequences, such as @samp{\n} to print a
13732newline. @strong{No newline is printed unless you specify one.}
13733In addition to the standard C escape sequences, a backslash followed
13734by a space stands for a space. This is useful for displaying a
13735string with spaces at the beginning or the end, since leading and
13736trailing spaces are otherwise trimmed from all arguments.
13737To print @samp{@w{ }and foo =@w{ }}, use the command
13738@samp{echo \@w{ }and foo = \@w{ }}.
c906108c 13739
8e04817f
AC
13740A backslash at the end of @var{text} can be used, as in C, to continue
13741the command onto subsequent lines. For example,
c906108c 13742
474c8240 13743@smallexample
8e04817f
AC
13744echo This is some text\n\
13745which is continued\n\
13746onto several lines.\n
474c8240 13747@end smallexample
c906108c 13748
8e04817f 13749produces the same output as
c906108c 13750
474c8240 13751@smallexample
8e04817f
AC
13752echo This is some text\n
13753echo which is continued\n
13754echo onto several lines.\n
474c8240 13755@end smallexample
c906108c 13756
8e04817f
AC
13757@kindex output
13758@item output @var{expression}
13759Print the value of @var{expression} and nothing but that value: no
13760newlines, no @samp{$@var{nn} = }. The value is not entered in the
13761value history either. @xref{Expressions, ,Expressions}, for more information
13762on expressions.
c906108c 13763
8e04817f
AC
13764@item output/@var{fmt} @var{expression}
13765Print the value of @var{expression} in format @var{fmt}. You can use
13766the same formats as for @code{print}. @xref{Output Formats,,Output
13767formats}, for more information.
c906108c 13768
8e04817f
AC
13769@kindex printf
13770@item printf @var{string}, @var{expressions}@dots{}
13771Print the values of the @var{expressions} under the control of
13772@var{string}. The @var{expressions} are separated by commas and may be
13773either numbers or pointers. Their values are printed as specified by
13774@var{string}, exactly as if your program were to execute the C
13775subroutine
13776@c FIXME: the above implies that at least all ANSI C formats are
13777@c supported, but it isn't true: %E and %G don't work (or so it seems).
13778@c Either this is a bug, or the manual should document what formats are
13779@c supported.
c906108c 13780
474c8240 13781@smallexample
8e04817f 13782printf (@var{string}, @var{expressions}@dots{});
474c8240 13783@end smallexample
c906108c 13784
8e04817f 13785For example, you can print two values in hex like this:
c906108c 13786
8e04817f
AC
13787@smallexample
13788printf "foo, bar-foo = 0x%x, 0x%x\n", foo, bar-foo
13789@end smallexample
c906108c 13790
8e04817f
AC
13791The only backslash-escape sequences that you can use in the format
13792string are the simple ones that consist of backslash followed by a
13793letter.
c906108c
SS
13794@end table
13795
21c294e6
AC
13796@node Interpreters
13797@chapter Command Interpreters
13798@cindex command interpreters
13799
13800@value{GDBN} supports multiple command interpreters, and some command
13801infrastructure to allow users or user interface writers to switch
13802between interpreters or run commands in other interpreters.
13803
13804@value{GDBN} currently supports two command interpreters, the console
13805interpreter (sometimes called the command-line interpreter or @sc{cli})
13806and the machine interface interpreter (or @sc{gdb/mi}). This manual
13807describes both of these interfaces in great detail.
13808
13809By default, @value{GDBN} will start with the console interpreter.
13810However, the user may choose to start @value{GDBN} with another
13811interpreter by specifying the @option{-i} or @option{--interpreter}
13812startup options. Defined interpreters include:
13813
13814@table @code
13815@item console
13816@cindex console interpreter
13817The traditional console or command-line interpreter. This is the most often
13818used interpreter with @value{GDBN}. With no interpreter specified at runtime,
13819@value{GDBN} will use this interpreter.
13820
13821@item mi
13822@cindex mi interpreter
13823The newest @sc{gdb/mi} interface (currently @code{mi2}). Used primarily
13824by programs wishing to use @value{GDBN} as a backend for a debugger GUI
13825or an IDE. For more information, see @ref{GDB/MI, ,The @sc{gdb/mi}
13826Interface}.
13827
13828@item mi2
13829@cindex mi2 interpreter
13830The current @sc{gdb/mi} interface.
13831
13832@item mi1
13833@cindex mi1 interpreter
13834The @sc{gdb/mi} interface included in @value{GDBN} 5.1, 5.2, and 5.3.
13835
13836@end table
13837
13838@cindex invoke another interpreter
13839The interpreter being used by @value{GDBN} may not be dynamically
13840switched at runtime. Although possible, this could lead to a very
13841precarious situation. Consider an IDE using @sc{gdb/mi}. If a user
13842enters the command "interpreter-set console" in a console view,
13843@value{GDBN} would switch to using the console interpreter, rendering
13844the IDE inoperable!
13845
13846@kindex interpreter-exec
13847Although you may only choose a single interpreter at startup, you may execute
13848commands in any interpreter from the current interpreter using the appropriate
13849command. If you are running the console interpreter, simply use the
13850@code{interpreter-exec} command:
13851
13852@smallexample
13853interpreter-exec mi "-data-list-register-names"
13854@end smallexample
13855
13856@sc{gdb/mi} has a similar command, although it is only available in versions of
13857@value{GDBN} which support @sc{gdb/mi} version 2 (or greater).
13858
8e04817f
AC
13859@node TUI
13860@chapter @value{GDBN} Text User Interface
13861@cindex TUI
c906108c 13862
8e04817f
AC
13863@menu
13864* TUI Overview:: TUI overview
13865* TUI Keys:: TUI key bindings
7cf36c78 13866* TUI Single Key Mode:: TUI single key mode
8e04817f
AC
13867* TUI Commands:: TUI specific commands
13868* TUI Configuration:: TUI configuration variables
13869@end menu
c906108c 13870
8e04817f
AC
13871The @value{GDBN} Text User Interface, TUI in short,
13872is a terminal interface which uses the @code{curses} library
13873to show the source file, the assembly output, the program registers
13874and @value{GDBN} commands in separate text windows.
13875The TUI is available only when @value{GDBN} is configured
13876with the @code{--enable-tui} configure option (@pxref{Configure Options}).
c906108c 13877
8e04817f
AC
13878@node TUI Overview
13879@section TUI overview
c906108c 13880
8e04817f
AC
13881The TUI has two display modes that can be switched while
13882@value{GDBN} runs:
c906108c 13883
8e04817f
AC
13884@itemize @bullet
13885@item
13886A curses (or TUI) mode in which it displays several text
13887windows on the terminal.
c906108c 13888
8e04817f
AC
13889@item
13890A standard mode which corresponds to the @value{GDBN} configured without
13891the TUI.
13892@end itemize
c906108c 13893
8e04817f
AC
13894In the TUI mode, @value{GDBN} can display several text window
13895on the terminal:
c906108c 13896
8e04817f
AC
13897@table @emph
13898@item command
13899This window is the @value{GDBN} command window with the @value{GDBN}
13900prompt and the @value{GDBN} outputs. The @value{GDBN} input is still
13901managed using readline but through the TUI. The @emph{command}
13902window is always visible.
c906108c 13903
8e04817f
AC
13904@item source
13905The source window shows the source file of the program. The current
13906line as well as active breakpoints are displayed in this window.
c906108c 13907
8e04817f
AC
13908@item assembly
13909The assembly window shows the disassembly output of the program.
c906108c 13910
8e04817f
AC
13911@item register
13912This window shows the processor registers. It detects when
13913a register is changed and when this is the case, registers that have
13914changed are highlighted.
c906108c 13915
c906108c
SS
13916@end table
13917
269c21fe
SC
13918The source and assembly windows show the current program position
13919by highlighting the current line and marking them with the @samp{>} marker.
13920Breakpoints are also indicated with two markers. A first one
13921indicates the breakpoint type:
13922
13923@table @code
13924@item B
13925Breakpoint which was hit at least once.
13926
13927@item b
13928Breakpoint which was never hit.
13929
13930@item H
13931Hardware breakpoint which was hit at least once.
13932
13933@item h
13934Hardware breakpoint which was never hit.
13935
13936@end table
13937
13938The second marker indicates whether the breakpoint is enabled or not:
13939
13940@table @code
13941@item +
13942Breakpoint is enabled.
13943
13944@item -
13945Breakpoint is disabled.
13946
13947@end table
13948
8e04817f
AC
13949The source, assembly and register windows are attached to the thread
13950and the frame position. They are updated when the current thread
13951changes, when the frame changes or when the program counter changes.
13952These three windows are arranged by the TUI according to several
13953layouts. The layout defines which of these three windows are visible.
13954The following layouts are available:
c906108c 13955
8e04817f
AC
13956@itemize @bullet
13957@item
13958source
2df3850c 13959
8e04817f
AC
13960@item
13961assembly
13962
13963@item
13964source and assembly
13965
13966@item
13967source and registers
c906108c 13968
8e04817f
AC
13969@item
13970assembly and registers
2df3850c 13971
8e04817f 13972@end itemize
c906108c 13973
b7bb15bc
SC
13974On top of the command window a status line gives various information
13975concerning the current process begin debugged. The status line is
13976updated when the information it shows changes. The following fields
13977are displayed:
13978
13979@table @emph
13980@item target
13981Indicates the current gdb target
13982(@pxref{Targets, ,Specifying a Debugging Target}).
13983
13984@item process
13985Gives information about the current process or thread number.
13986When no process is being debugged, this field is set to @code{No process}.
13987
13988@item function
13989Gives the current function name for the selected frame.
13990The name is demangled if demangling is turned on (@pxref{Print Settings}).
13991When there is no symbol corresponding to the current program counter
13992the string @code{??} is displayed.
13993
13994@item line
13995Indicates the current line number for the selected frame.
13996When the current line number is not known the string @code{??} is displayed.
13997
13998@item pc
13999Indicates the current program counter address.
14000
14001@end table
14002
8e04817f
AC
14003@node TUI Keys
14004@section TUI Key Bindings
14005@cindex TUI key bindings
c906108c 14006
8e04817f
AC
14007The TUI installs several key bindings in the readline keymaps
14008(@pxref{Command Line Editing}).
14009They allow to leave or enter in the TUI mode or they operate
7cf36c78
SC
14010directly on the TUI layout and windows. The TUI also provides
14011a @emph{SingleKey} keymap which binds several keys directly to
14012@value{GDBN} commands. The following key bindings
8e04817f 14013are installed for both TUI mode and the @value{GDBN} standard mode.
c906108c 14014
8e04817f
AC
14015@table @kbd
14016@kindex C-x C-a
14017@item C-x C-a
14018@kindex C-x a
14019@itemx C-x a
14020@kindex C-x A
14021@itemx C-x A
14022Enter or leave the TUI mode. When the TUI mode is left,
14023the curses window management is left and @value{GDBN} operates using
14024its standard mode writing on the terminal directly. When the TUI
14025mode is entered, the control is given back to the curses windows.
14026The screen is then refreshed.
c906108c 14027
8e04817f
AC
14028@kindex C-x 1
14029@item C-x 1
14030Use a TUI layout with only one window. The layout will
14031either be @samp{source} or @samp{assembly}. When the TUI mode
14032is not active, it will switch to the TUI mode.
2df3850c 14033
8e04817f 14034Think of this key binding as the Emacs @kbd{C-x 1} binding.
c906108c 14035
8e04817f
AC
14036@kindex C-x 2
14037@item C-x 2
14038Use a TUI layout with at least two windows. When the current
14039layout shows already two windows, a next layout with two windows is used.
14040When a new layout is chosen, one window will always be common to the
14041previous layout and the new one.
c906108c 14042
8e04817f 14043Think of it as the Emacs @kbd{C-x 2} binding.
2df3850c 14044
72ffddc9
SC
14045@kindex C-x o
14046@item C-x o
14047Change the active window. The TUI associates several key bindings
14048(like scrolling and arrow keys) to the active window. This command
14049gives the focus to the next TUI window.
14050
14051Think of it as the Emacs @kbd{C-x o} binding.
14052
7cf36c78
SC
14053@kindex C-x s
14054@item C-x s
14055Use the TUI @emph{SingleKey} keymap that binds single key to gdb commands
14056(@pxref{TUI Single Key Mode}).
14057
c906108c
SS
14058@end table
14059
8e04817f 14060The following key bindings are handled only by the TUI mode:
5d161b24 14061
8e04817f
AC
14062@table @key
14063@kindex PgUp
14064@item PgUp
14065Scroll the active window one page up.
c906108c 14066
8e04817f
AC
14067@kindex PgDn
14068@item PgDn
14069Scroll the active window one page down.
c906108c 14070
8e04817f
AC
14071@kindex Up
14072@item Up
14073Scroll the active window one line up.
c906108c 14074
8e04817f
AC
14075@kindex Down
14076@item Down
14077Scroll the active window one line down.
c906108c 14078
8e04817f
AC
14079@kindex Left
14080@item Left
14081Scroll the active window one column left.
c906108c 14082
8e04817f
AC
14083@kindex Right
14084@item Right
14085Scroll the active window one column right.
c906108c 14086
8e04817f
AC
14087@kindex C-L
14088@item C-L
14089Refresh the screen.
c906108c 14090
8e04817f 14091@end table
c906108c 14092
8e04817f 14093In the TUI mode, the arrow keys are used by the active window
72ffddc9
SC
14094for scrolling. This means they are available for readline when the
14095active window is the command window. When the command window
14096does not have the focus, it is necessary to use other readline
14097key bindings such as @key{C-p}, @key{C-n}, @key{C-b} and @key{C-f}.
8e04817f 14098
7cf36c78
SC
14099@node TUI Single Key Mode
14100@section TUI Single Key Mode
14101@cindex TUI single key mode
14102
14103The TUI provides a @emph{SingleKey} mode in which it installs a particular
14104key binding in the readline keymaps to connect single keys to
b383017d 14105some gdb commands.
7cf36c78
SC
14106
14107@table @kbd
14108@kindex c @r{(SingleKey TUI key)}
14109@item c
14110continue
14111
14112@kindex d @r{(SingleKey TUI key)}
14113@item d
14114down
14115
14116@kindex f @r{(SingleKey TUI key)}
14117@item f
14118finish
14119
14120@kindex n @r{(SingleKey TUI key)}
14121@item n
14122next
14123
14124@kindex q @r{(SingleKey TUI key)}
14125@item q
14126exit the @emph{SingleKey} mode.
14127
14128@kindex r @r{(SingleKey TUI key)}
14129@item r
14130run
14131
14132@kindex s @r{(SingleKey TUI key)}
14133@item s
14134step
14135
14136@kindex u @r{(SingleKey TUI key)}
14137@item u
14138up
14139
14140@kindex v @r{(SingleKey TUI key)}
14141@item v
14142info locals
14143
14144@kindex w @r{(SingleKey TUI key)}
14145@item w
14146where
14147
14148@end table
14149
14150Other keys temporarily switch to the @value{GDBN} command prompt.
14151The key that was pressed is inserted in the editing buffer so that
14152it is possible to type most @value{GDBN} commands without interaction
14153with the TUI @emph{SingleKey} mode. Once the command is entered the TUI
14154@emph{SingleKey} mode is restored. The only way to permanently leave
14155this mode is by hitting @key{q} or @samp{@key{C-x} @key{s}}.
14156
14157
8e04817f
AC
14158@node TUI Commands
14159@section TUI specific commands
14160@cindex TUI commands
14161
14162The TUI has specific commands to control the text windows.
14163These commands are always available, that is they do not depend on
14164the current terminal mode in which @value{GDBN} runs. When @value{GDBN}
14165is in the standard mode, using these commands will automatically switch
14166in the TUI mode.
c906108c
SS
14167
14168@table @code
3d757584
SC
14169@item info win
14170@kindex info win
14171List and give the size of all displayed windows.
14172
8e04817f
AC
14173@item layout next
14174@kindex layout next
14175Display the next layout.
2df3850c 14176
8e04817f
AC
14177@item layout prev
14178@kindex layout prev
14179Display the previous layout.
c906108c 14180
8e04817f
AC
14181@item layout src
14182@kindex layout src
14183Display the source window only.
c906108c 14184
8e04817f
AC
14185@item layout asm
14186@kindex layout asm
14187Display the assembly window only.
c906108c 14188
8e04817f
AC
14189@item layout split
14190@kindex layout split
14191Display the source and assembly window.
c906108c 14192
8e04817f
AC
14193@item layout regs
14194@kindex layout regs
14195Display the register window together with the source or assembly window.
14196
14197@item focus next | prev | src | asm | regs | split
14198@kindex focus
14199Set the focus to the named window.
14200This command allows to change the active window so that scrolling keys
14201can be affected to another window.
c906108c 14202
8e04817f
AC
14203@item refresh
14204@kindex refresh
14205Refresh the screen. This is similar to using @key{C-L} key.
c906108c 14206
8e04817f
AC
14207@item update
14208@kindex update
14209Update the source window and the current execution point.
c906108c 14210
8e04817f
AC
14211@item winheight @var{name} +@var{count}
14212@itemx winheight @var{name} -@var{count}
14213@kindex winheight
14214Change the height of the window @var{name} by @var{count}
14215lines. Positive counts increase the height, while negative counts
14216decrease it.
2df3850c 14217
c906108c
SS
14218@end table
14219
8e04817f
AC
14220@node TUI Configuration
14221@section TUI configuration variables
14222@cindex TUI configuration variables
c906108c 14223
8e04817f
AC
14224The TUI has several configuration variables that control the
14225appearance of windows on the terminal.
c906108c 14226
8e04817f
AC
14227@table @code
14228@item set tui border-kind @var{kind}
14229@kindex set tui border-kind
14230Select the border appearance for the source, assembly and register windows.
14231The possible values are the following:
14232@table @code
14233@item space
14234Use a space character to draw the border.
c906108c 14235
8e04817f
AC
14236@item ascii
14237Use ascii characters + - and | to draw the border.
c906108c 14238
8e04817f
AC
14239@item acs
14240Use the Alternate Character Set to draw the border. The border is
14241drawn using character line graphics if the terminal supports them.
c78b4128 14242
8e04817f 14243@end table
c78b4128 14244
8e04817f
AC
14245@item set tui active-border-mode @var{mode}
14246@kindex set tui active-border-mode
14247Select the attributes to display the border of the active window.
14248The possible values are @code{normal}, @code{standout}, @code{reverse},
14249@code{half}, @code{half-standout}, @code{bold} and @code{bold-standout}.
c78b4128 14250
8e04817f
AC
14251@item set tui border-mode @var{mode}
14252@kindex set tui border-mode
14253Select the attributes to display the border of other windows.
14254The @var{mode} can be one of the following:
14255@table @code
14256@item normal
14257Use normal attributes to display the border.
c906108c 14258
8e04817f
AC
14259@item standout
14260Use standout mode.
c906108c 14261
8e04817f
AC
14262@item reverse
14263Use reverse video mode.
c906108c 14264
8e04817f
AC
14265@item half
14266Use half bright mode.
c906108c 14267
8e04817f
AC
14268@item half-standout
14269Use half bright and standout mode.
c906108c 14270
8e04817f
AC
14271@item bold
14272Use extra bright or bold mode.
c78b4128 14273
8e04817f
AC
14274@item bold-standout
14275Use extra bright or bold and standout mode.
c78b4128 14276
8e04817f 14277@end table
c78b4128 14278
8e04817f 14279@end table
c78b4128 14280
8e04817f
AC
14281@node Emacs
14282@chapter Using @value{GDBN} under @sc{gnu} Emacs
c78b4128 14283
8e04817f
AC
14284@cindex Emacs
14285@cindex @sc{gnu} Emacs
14286A special interface allows you to use @sc{gnu} Emacs to view (and
14287edit) the source files for the program you are debugging with
14288@value{GDBN}.
c906108c 14289
8e04817f
AC
14290To use this interface, use the command @kbd{M-x gdb} in Emacs. Give the
14291executable file you want to debug as an argument. This command starts
14292@value{GDBN} as a subprocess of Emacs, with input and output through a newly
14293created Emacs buffer.
14294@c (Do not use the @code{-tui} option to run @value{GDBN} from Emacs.)
c906108c 14295
8e04817f
AC
14296Using @value{GDBN} under Emacs is just like using @value{GDBN} normally except for two
14297things:
c906108c 14298
8e04817f
AC
14299@itemize @bullet
14300@item
14301All ``terminal'' input and output goes through the Emacs buffer.
14302@end itemize
c906108c 14303
8e04817f
AC
14304This applies both to @value{GDBN} commands and their output, and to the input
14305and output done by the program you are debugging.
bf0184be 14306
8e04817f
AC
14307This is useful because it means that you can copy the text of previous
14308commands and input them again; you can even use parts of the output
14309in this way.
bf0184be 14310
8e04817f
AC
14311All the facilities of Emacs' Shell mode are available for interacting
14312with your program. In particular, you can send signals the usual
14313way---for example, @kbd{C-c C-c} for an interrupt, @kbd{C-c C-z} for a
14314stop.
bf0184be 14315
8e04817f 14316@itemize @bullet
bf0184be 14317@item
8e04817f
AC
14318@value{GDBN} displays source code through Emacs.
14319@end itemize
bf0184be 14320
8e04817f
AC
14321Each time @value{GDBN} displays a stack frame, Emacs automatically finds the
14322source file for that frame and puts an arrow (@samp{=>}) at the
14323left margin of the current line. Emacs uses a separate buffer for
14324source display, and splits the screen to show both your @value{GDBN} session
14325and the source.
bf0184be 14326
8e04817f
AC
14327Explicit @value{GDBN} @code{list} or search commands still produce output as
14328usual, but you probably have no reason to use them from Emacs.
c906108c 14329
64fabec2
AC
14330If you specify an absolute file name when prompted for the @kbd{M-x
14331gdb} argument, then Emacs sets your current working directory to where
14332your program resides. If you only specify the file name, then Emacs
14333sets your current working directory to to the directory associated
14334with the previous buffer. In this case, @value{GDBN} may find your
14335program by searching your environment's @code{PATH} variable, but on
14336some operating systems it might not find the source. So, although the
14337@value{GDBN} input and output session proceeds normally, the auxiliary
14338buffer does not display the current source and line of execution.
14339
14340The initial working directory of @value{GDBN} is printed on the top
14341line of the @value{GDBN} I/O buffer and this serves as a default for
14342the commands that specify files for @value{GDBN} to operate
14343on. @xref{Files, ,Commands to specify files}.
14344
14345By default, @kbd{M-x gdb} calls the program called @file{gdb}. If you
14346need to call @value{GDBN} by a different name (for example, if you
14347keep several configurations around, with different names) you can
14348customize the Emacs variable @code{gud-gdb-command-name} to run the
14349one you want.
8e04817f
AC
14350
14351In the @value{GDBN} I/O buffer, you can use these special Emacs commands in
14352addition to the standard Shell mode commands:
c906108c 14353
8e04817f
AC
14354@table @kbd
14355@item C-h m
14356Describe the features of Emacs' @value{GDBN} Mode.
c906108c 14357
64fabec2 14358@item C-c C-s
8e04817f
AC
14359Execute to another source line, like the @value{GDBN} @code{step} command; also
14360update the display window to show the current file and location.
c906108c 14361
64fabec2 14362@item C-c C-n
8e04817f
AC
14363Execute to next source line in this function, skipping all function
14364calls, like the @value{GDBN} @code{next} command. Then update the display window
14365to show the current file and location.
c906108c 14366
64fabec2 14367@item C-c C-i
8e04817f
AC
14368Execute one instruction, like the @value{GDBN} @code{stepi} command; update
14369display window accordingly.
c906108c 14370
8e04817f
AC
14371@item C-c C-f
14372Execute until exit from the selected stack frame, like the @value{GDBN}
14373@code{finish} command.
c906108c 14374
64fabec2 14375@item C-c C-r
8e04817f
AC
14376Continue execution of your program, like the @value{GDBN} @code{continue}
14377command.
b433d00b 14378
64fabec2 14379@item C-c <
8e04817f
AC
14380Go up the number of frames indicated by the numeric argument
14381(@pxref{Arguments, , Numeric Arguments, Emacs, The @sc{gnu} Emacs Manual}),
14382like the @value{GDBN} @code{up} command.
b433d00b 14383
64fabec2 14384@item C-c >
8e04817f
AC
14385Go down the number of frames indicated by the numeric argument, like the
14386@value{GDBN} @code{down} command.
8e04817f 14387@end table
c906108c 14388
64fabec2 14389In any source file, the Emacs command @kbd{C-x SPC} (@code{gud-break})
8e04817f 14390tells @value{GDBN} to set a breakpoint on the source line point is on.
c906108c 14391
64fabec2
AC
14392If you type @kbd{M-x speedbar}, then Emacs displays a separate frame which
14393shows a backtrace when the @value{GDBN} I/O buffer is current. Move
14394point to any frame in the stack and type @key{RET} to make it become the
14395current frame and display the associated source in the source buffer.
14396Alternatively, click @kbd{Mouse-2} to make the selected frame become the
14397current one.
14398
8e04817f
AC
14399If you accidentally delete the source-display buffer, an easy way to get
14400it back is to type the command @code{f} in the @value{GDBN} buffer, to
14401request a frame display; when you run under Emacs, this recreates
14402the source buffer if necessary to show you the context of the current
14403frame.
c906108c 14404
8e04817f
AC
14405The source files displayed in Emacs are in ordinary Emacs buffers
14406which are visiting the source files in the usual way. You can edit
14407the files with these buffers if you wish; but keep in mind that @value{GDBN}
14408communicates with Emacs in terms of line numbers. If you add or
14409delete lines from the text, the line numbers that @value{GDBN} knows cease
14410to correspond properly with the code.
b383017d 14411
64fabec2
AC
14412The description given here is for GNU Emacs version 21.3 and a more
14413detailed description of its interaction with @value{GDBN} is given in
14414the Emacs manual (@pxref{Debuggers,,, Emacs, The @sc{gnu} Emacs Manual}).
c906108c 14415
8e04817f
AC
14416@c The following dropped because Epoch is nonstandard. Reactivate
14417@c if/when v19 does something similar. ---doc@cygnus.com 19dec1990
14418@ignore
14419@kindex Emacs Epoch environment
14420@kindex Epoch
14421@kindex inspect
c906108c 14422
8e04817f
AC
14423Version 18 of @sc{gnu} Emacs has a built-in window system
14424called the @code{epoch}
14425environment. Users of this environment can use a new command,
14426@code{inspect} which performs identically to @code{print} except that
14427each value is printed in its own window.
14428@end ignore
c906108c 14429
922fbb7b
AC
14430
14431@node GDB/MI
14432@chapter The @sc{gdb/mi} Interface
14433
14434@unnumberedsec Function and Purpose
14435
14436@cindex @sc{gdb/mi}, its purpose
14437@sc{gdb/mi} is a line based machine oriented text interface to @value{GDBN}. It is
14438specifically intended to support the development of systems which use
14439the debugger as just one small component of a larger system.
14440
14441This chapter is a specification of the @sc{gdb/mi} interface. It is written
14442in the form of a reference manual.
14443
14444Note that @sc{gdb/mi} is still under construction, so some of the
14445features described below are incomplete and subject to change.
14446
14447@unnumberedsec Notation and Terminology
14448
14449@cindex notational conventions, for @sc{gdb/mi}
14450This chapter uses the following notation:
14451
14452@itemize @bullet
14453@item
14454@code{|} separates two alternatives.
14455
14456@item
14457@code{[ @var{something} ]} indicates that @var{something} is optional:
14458it may or may not be given.
14459
14460@item
14461@code{( @var{group} )*} means that @var{group} inside the parentheses
14462may repeat zero or more times.
14463
14464@item
14465@code{( @var{group} )+} means that @var{group} inside the parentheses
14466may repeat one or more times.
14467
14468@item
14469@code{"@var{string}"} means a literal @var{string}.
14470@end itemize
14471
14472@ignore
14473@heading Dependencies
14474@end ignore
14475
14476@heading Acknowledgments
14477
14478In alphabetic order: Andrew Cagney, Fernando Nasser, Stan Shebs and
14479Elena Zannoni.
14480
14481@menu
14482* GDB/MI Command Syntax::
14483* GDB/MI Compatibility with CLI::
14484* GDB/MI Output Records::
14485* GDB/MI Command Description Format::
14486* GDB/MI Breakpoint Table Commands::
14487* GDB/MI Data Manipulation::
14488* GDB/MI Program Control::
14489* GDB/MI Miscellaneous Commands::
14490@ignore
14491* GDB/MI Kod Commands::
14492* GDB/MI Memory Overlay Commands::
14493* GDB/MI Signal Handling Commands::
14494@end ignore
14495* GDB/MI Stack Manipulation::
14496* GDB/MI Symbol Query::
14497* GDB/MI Target Manipulation::
14498* GDB/MI Thread Commands::
14499* GDB/MI Tracepoint Commands::
14500* GDB/MI Variable Objects::
14501@end menu
14502
14503@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14504@node GDB/MI Command Syntax
14505@section @sc{gdb/mi} Command Syntax
14506
14507@menu
14508* GDB/MI Input Syntax::
14509* GDB/MI Output Syntax::
14510* GDB/MI Simple Examples::
14511@end menu
14512
14513@node GDB/MI Input Syntax
14514@subsection @sc{gdb/mi} Input Syntax
14515
14516@cindex input syntax for @sc{gdb/mi}
14517@cindex @sc{gdb/mi}, input syntax
14518@table @code
14519@item @var{command} @expansion{}
14520@code{@var{cli-command} | @var{mi-command}}
14521
14522@item @var{cli-command} @expansion{}
14523@code{[ @var{token} ] @var{cli-command} @var{nl}}, where
14524@var{cli-command} is any existing @value{GDBN} CLI command.
14525
14526@item @var{mi-command} @expansion{}
14527@code{[ @var{token} ] "-" @var{operation} ( " " @var{option} )*
14528@code{[} " --" @code{]} ( " " @var{parameter} )* @var{nl}}
14529
14530@item @var{token} @expansion{}
14531"any sequence of digits"
14532
14533@item @var{option} @expansion{}
14534@code{"-" @var{parameter} [ " " @var{parameter} ]}
14535
14536@item @var{parameter} @expansion{}
14537@code{@var{non-blank-sequence} | @var{c-string}}
14538
14539@item @var{operation} @expansion{}
14540@emph{any of the operations described in this chapter}
14541
14542@item @var{non-blank-sequence} @expansion{}
14543@emph{anything, provided it doesn't contain special characters such as
14544"-", @var{nl}, """ and of course " "}
14545
14546@item @var{c-string} @expansion{}
14547@code{""" @var{seven-bit-iso-c-string-content} """}
14548
14549@item @var{nl} @expansion{}
14550@code{CR | CR-LF}
14551@end table
14552
14553@noindent
14554Notes:
14555
14556@itemize @bullet
14557@item
14558The CLI commands are still handled by the @sc{mi} interpreter; their
14559output is described below.
14560
14561@item
14562The @code{@var{token}}, when present, is passed back when the command
14563finishes.
14564
14565@item
14566Some @sc{mi} commands accept optional arguments as part of the parameter
14567list. Each option is identified by a leading @samp{-} (dash) and may be
14568followed by an optional argument parameter. Options occur first in the
14569parameter list and can be delimited from normal parameters using
14570@samp{--} (this is useful when some parameters begin with a dash).
14571@end itemize
14572
14573Pragmatics:
14574
14575@itemize @bullet
14576@item
14577We want easy access to the existing CLI syntax (for debugging).
14578
14579@item
14580We want it to be easy to spot a @sc{mi} operation.
14581@end itemize
14582
14583@node GDB/MI Output Syntax
14584@subsection @sc{gdb/mi} Output Syntax
14585
14586@cindex output syntax of @sc{gdb/mi}
14587@cindex @sc{gdb/mi}, output syntax
14588The output from @sc{gdb/mi} consists of zero or more out-of-band records
14589followed, optionally, by a single result record. This result record
14590is for the most recent command. The sequence of output records is
14591terminated by @samp{(@value{GDBP})}.
14592
14593If an input command was prefixed with a @code{@var{token}} then the
14594corresponding output for that command will also be prefixed by that same
14595@var{token}.
14596
14597@table @code
14598@item @var{output} @expansion{}
14599@code{( @var{out-of-band-record} )* [ @var{result-record} ] "(gdb)" @var{nl}}
14600
14601@item @var{result-record} @expansion{}
14602@code{ [ @var{token} ] "^" @var{result-class} ( "," @var{result} )* @var{nl}}
14603
14604@item @var{out-of-band-record} @expansion{}
14605@code{@var{async-record} | @var{stream-record}}
14606
14607@item @var{async-record} @expansion{}
14608@code{@var{exec-async-output} | @var{status-async-output} | @var{notify-async-output}}
14609
14610@item @var{exec-async-output} @expansion{}
14611@code{[ @var{token} ] "*" @var{async-output}}
14612
14613@item @var{status-async-output} @expansion{}
14614@code{[ @var{token} ] "+" @var{async-output}}
14615
14616@item @var{notify-async-output} @expansion{}
14617@code{[ @var{token} ] "=" @var{async-output}}
14618
14619@item @var{async-output} @expansion{}
14620@code{@var{async-class} ( "," @var{result} )* @var{nl}}
14621
14622@item @var{result-class} @expansion{}
14623@code{"done" | "running" | "connected" | "error" | "exit"}
14624
14625@item @var{async-class} @expansion{}
14626@code{"stopped" | @var{others}} (where @var{others} will be added
14627depending on the needs---this is still in development).
14628
14629@item @var{result} @expansion{}
14630@code{ @var{variable} "=" @var{value}}
14631
14632@item @var{variable} @expansion{}
14633@code{ @var{string} }
14634
14635@item @var{value} @expansion{}
14636@code{ @var{const} | @var{tuple} | @var{list} }
14637
14638@item @var{const} @expansion{}
14639@code{@var{c-string}}
14640
14641@item @var{tuple} @expansion{}
14642@code{ "@{@}" | "@{" @var{result} ( "," @var{result} )* "@}" }
14643
14644@item @var{list} @expansion{}
14645@code{ "[]" | "[" @var{value} ( "," @var{value} )* "]" | "["
14646@var{result} ( "," @var{result} )* "]" }
14647
14648@item @var{stream-record} @expansion{}
14649@code{@var{console-stream-output} | @var{target-stream-output} | @var{log-stream-output}}
14650
14651@item @var{console-stream-output} @expansion{}
14652@code{"~" @var{c-string}}
14653
14654@item @var{target-stream-output} @expansion{}
14655@code{"@@" @var{c-string}}
14656
14657@item @var{log-stream-output} @expansion{}
14658@code{"&" @var{c-string}}
14659
14660@item @var{nl} @expansion{}
14661@code{CR | CR-LF}
14662
14663@item @var{token} @expansion{}
14664@emph{any sequence of digits}.
14665@end table
14666
14667@noindent
14668Notes:
14669
14670@itemize @bullet
14671@item
14672All output sequences end in a single line containing a period.
14673
14674@item
14675The @code{@var{token}} is from the corresponding request. If an execution
14676command is interrupted by the @samp{-exec-interrupt} command, the
14677@var{token} associated with the @samp{*stopped} message is the one of the
14678original execution command, not the one of the interrupt command.
14679
14680@item
14681@cindex status output in @sc{gdb/mi}
14682@var{status-async-output} contains on-going status information about the
14683progress of a slow operation. It can be discarded. All status output is
14684prefixed by @samp{+}.
14685
14686@item
14687@cindex async output in @sc{gdb/mi}
14688@var{exec-async-output} contains asynchronous state change on the target
14689(stopped, started, disappeared). All async output is prefixed by
14690@samp{*}.
14691
14692@item
14693@cindex notify output in @sc{gdb/mi}
14694@var{notify-async-output} contains supplementary information that the
14695client should handle (e.g., a new breakpoint information). All notify
14696output is prefixed by @samp{=}.
14697
14698@item
14699@cindex console output in @sc{gdb/mi}
14700@var{console-stream-output} is output that should be displayed as is in the
14701console. It is the textual response to a CLI command. All the console
14702output is prefixed by @samp{~}.
14703
14704@item
14705@cindex target output in @sc{gdb/mi}
14706@var{target-stream-output} is the output produced by the target program.
14707All the target output is prefixed by @samp{@@}.
14708
14709@item
14710@cindex log output in @sc{gdb/mi}
14711@var{log-stream-output} is output text coming from @value{GDBN}'s internals, for
14712instance messages that should be displayed as part of an error log. All
14713the log output is prefixed by @samp{&}.
14714
14715@item
14716@cindex list output in @sc{gdb/mi}
14717New @sc{gdb/mi} commands should only output @var{lists} containing
14718@var{values}.
14719
14720
14721@end itemize
14722
14723@xref{GDB/MI Stream Records, , @sc{gdb/mi} Stream Records}, for more
14724details about the various output records.
14725
14726@node GDB/MI Simple Examples
14727@subsection Simple Examples of @sc{gdb/mi} Interaction
14728@cindex @sc{gdb/mi}, simple examples
14729
14730This subsection presents several simple examples of interaction using
14731the @sc{gdb/mi} interface. In these examples, @samp{->} means that the
14732following line is passed to @sc{gdb/mi} as input, while @samp{<-} means
14733the output received from @sc{gdb/mi}.
14734
14735@subsubheading Target Stop
14736@c Ummm... There is no "-stop" command. This assumes async, no?
14737Here's an example of stopping the inferior process:
14738
14739@smallexample
14740-> -stop
14741<- (@value{GDBP})
14742@end smallexample
14743
14744@noindent
14745and later:
14746
14747@smallexample
14748<- *stop,reason="stop",address="0x123",source="a.c:123"
14749<- (@value{GDBP})
14750@end smallexample
14751
14752@subsubheading Simple CLI Command
14753
14754Here's an example of a simple CLI command being passed through
14755@sc{gdb/mi} and on to the CLI.
14756
14757@smallexample
14758-> print 1+2
14759<- &"print 1+2\n"
14760<- ~"$1 = 3\n"
14761<- ^done
14762<- (@value{GDBP})
14763@end smallexample
14764
14765@subsubheading Command With Side Effects
14766
14767@smallexample
14768-> -symbol-file xyz.exe
14769<- *breakpoint,nr="3",address="0x123",source="a.c:123"
14770<- (@value{GDBP})
14771@end smallexample
14772
14773@subsubheading A Bad Command
14774
14775Here's what happens if you pass a non-existent command:
14776
14777@smallexample
14778-> -rubbish
14779<- ^error,msg="Undefined MI command: rubbish"
14780<- (@value{GDBP})
14781@end smallexample
14782
14783@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14784@node GDB/MI Compatibility with CLI
14785@section @sc{gdb/mi} Compatibility with CLI
14786
14787@cindex compatibility, @sc{gdb/mi} and CLI
14788@cindex @sc{gdb/mi}, compatibility with CLI
14789To help users familiar with @value{GDBN}'s existing CLI interface, @sc{gdb/mi}
14790accepts existing CLI commands. As specified by the syntax, such
14791commands can be directly entered into the @sc{gdb/mi} interface and @value{GDBN} will
14792respond.
14793
14794This mechanism is provided as an aid to developers of @sc{gdb/mi}
14795clients and not as a reliable interface into the CLI. Since the command
14796is being interpreteted in an environment that assumes @sc{gdb/mi}
14797behaviour, the exact output of such commands is likely to end up being
14798an un-supported hybrid of @sc{gdb/mi} and CLI output.
14799
14800@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14801@node GDB/MI Output Records
14802@section @sc{gdb/mi} Output Records
14803
14804@menu
14805* GDB/MI Result Records::
14806* GDB/MI Stream Records::
14807* GDB/MI Out-of-band Records::
14808@end menu
14809
14810@node GDB/MI Result Records
14811@subsection @sc{gdb/mi} Result Records
14812
14813@cindex result records in @sc{gdb/mi}
14814@cindex @sc{gdb/mi}, result records
14815In addition to a number of out-of-band notifications, the response to a
14816@sc{gdb/mi} command includes one of the following result indications:
14817
14818@table @code
14819@findex ^done
14820@item "^done" [ "," @var{results} ]
14821The synchronous operation was successful, @code{@var{results}} are the return
14822values.
14823
14824@item "^running"
14825@findex ^running
14826@c Is this one correct? Should it be an out-of-band notification?
14827The asynchronous operation was successfully started. The target is
14828running.
14829
14830@item "^error" "," @var{c-string}
14831@findex ^error
14832The operation failed. The @code{@var{c-string}} contains the corresponding
14833error message.
14834@end table
14835
14836@node GDB/MI Stream Records
14837@subsection @sc{gdb/mi} Stream Records
14838
14839@cindex @sc{gdb/mi}, stream records
14840@cindex stream records in @sc{gdb/mi}
14841@value{GDBN} internally maintains a number of output streams: the console, the
14842target, and the log. The output intended for each of these streams is
14843funneled through the @sc{gdb/mi} interface using @dfn{stream records}.
14844
14845Each stream record begins with a unique @dfn{prefix character} which
14846identifies its stream (@pxref{GDB/MI Output Syntax, , @sc{gdb/mi} Output
14847Syntax}). In addition to the prefix, each stream record contains a
14848@code{@var{string-output}}. This is either raw text (with an implicit new
14849line) or a quoted C string (which does not contain an implicit newline).
14850
14851@table @code
14852@item "~" @var{string-output}
14853The console output stream contains text that should be displayed in the
14854CLI console window. It contains the textual responses to CLI commands.
14855
14856@item "@@" @var{string-output}
14857The target output stream contains any textual output from the running
14858target.
14859
14860@item "&" @var{string-output}
14861The log stream contains debugging messages being produced by @value{GDBN}'s
14862internals.
14863@end table
14864
14865@node GDB/MI Out-of-band Records
14866@subsection @sc{gdb/mi} Out-of-band Records
14867
14868@cindex out-of-band records in @sc{gdb/mi}
14869@cindex @sc{gdb/mi}, out-of-band records
14870@dfn{Out-of-band} records are used to notify the @sc{gdb/mi} client of
14871additional changes that have occurred. Those changes can either be a
14872consequence of @sc{gdb/mi} (e.g., a breakpoint modified) or a result of
14873target activity (e.g., target stopped).
14874
14875The following is a preliminary list of possible out-of-band records.
14876
14877@table @code
14878@item "*" "stop"
14879@end table
14880
14881
14882@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14883@node GDB/MI Command Description Format
14884@section @sc{gdb/mi} Command Description Format
14885
14886The remaining sections describe blocks of commands. Each block of
14887commands is laid out in a fashion similar to this section.
14888
14889Note the the line breaks shown in the examples are here only for
14890readability. They don't appear in the real output.
14891Also note that the commands with a non-available example (N.A.@:) are
14892not yet implemented.
14893
14894@subheading Motivation
14895
14896The motivation for this collection of commands.
14897
14898@subheading Introduction
14899
14900A brief introduction to this collection of commands as a whole.
14901
14902@subheading Commands
14903
14904For each command in the block, the following is described:
14905
14906@subsubheading Synopsis
14907
14908@smallexample
14909 -command @var{args}@dots{}
14910@end smallexample
14911
14912@subsubheading @value{GDBN} Command
14913
14914The corresponding @value{GDBN} CLI command.
14915
14916@subsubheading Result
14917
14918@subsubheading Out-of-band
14919
14920@subsubheading Notes
14921
14922@subsubheading Example
14923
14924
14925@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14926@node GDB/MI Breakpoint Table Commands
14927@section @sc{gdb/mi} Breakpoint table commands
14928
14929@cindex breakpoint commands for @sc{gdb/mi}
14930@cindex @sc{gdb/mi}, breakpoint commands
14931This section documents @sc{gdb/mi} commands for manipulating
14932breakpoints.
14933
14934@subheading The @code{-break-after} Command
14935@findex -break-after
14936
14937@subsubheading Synopsis
14938
14939@smallexample
14940 -break-after @var{number} @var{count}
14941@end smallexample
14942
14943The breakpoint number @var{number} is not in effect until it has been
14944hit @var{count} times. To see how this is reflected in the output of
14945the @samp{-break-list} command, see the description of the
14946@samp{-break-list} command below.
14947
14948@subsubheading @value{GDBN} Command
14949
14950The corresponding @value{GDBN} command is @samp{ignore}.
14951
14952@subsubheading Example
14953
14954@smallexample
14955(@value{GDBP})
14956-break-insert main
14957^done,bkpt=@{number="1",addr="0x000100d0",file="hello.c",line="5"@}
14958(@value{GDBP})
14959-break-after 1 3
14960~
14961^done
14962(@value{GDBP})
14963-break-list
14964^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
14965hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
14966@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
14967@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
14968@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
14969@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
14970@{width="40",alignment="2",col_name="what",colhdr="What"@}],
14971body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
14972addr="0x000100d0",func="main",file="hello.c",line="5",times="0",
14973ignore="3"@}]@}
14974(@value{GDBP})
14975@end smallexample
14976
14977@ignore
14978@subheading The @code{-break-catch} Command
14979@findex -break-catch
14980
14981@subheading The @code{-break-commands} Command
14982@findex -break-commands
14983@end ignore
14984
14985
14986@subheading The @code{-break-condition} Command
14987@findex -break-condition
14988
14989@subsubheading Synopsis
14990
14991@smallexample
14992 -break-condition @var{number} @var{expr}
14993@end smallexample
14994
14995Breakpoint @var{number} will stop the program only if the condition in
14996@var{expr} is true. The condition becomes part of the
14997@samp{-break-list} output (see the description of the @samp{-break-list}
14998command below).
14999
15000@subsubheading @value{GDBN} Command
15001
15002The corresponding @value{GDBN} command is @samp{condition}.
15003
15004@subsubheading Example
15005
15006@smallexample
15007(@value{GDBP})
15008-break-condition 1 1
15009^done
15010(@value{GDBP})
15011-break-list
15012^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
15013hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15014@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15015@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15016@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15017@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15018@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15019body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15020addr="0x000100d0",func="main",file="hello.c",line="5",cond="1",
15021times="0",ignore="3"@}]@}
15022(@value{GDBP})
15023@end smallexample
15024
15025@subheading The @code{-break-delete} Command
15026@findex -break-delete
15027
15028@subsubheading Synopsis
15029
15030@smallexample
15031 -break-delete ( @var{breakpoint} )+
15032@end smallexample
15033
15034Delete the breakpoint(s) whose number(s) are specified in the argument
15035list. This is obviously reflected in the breakpoint list.
15036
15037@subsubheading @value{GDBN} command
15038
15039The corresponding @value{GDBN} command is @samp{delete}.
15040
15041@subsubheading Example
15042
15043@smallexample
15044(@value{GDBP})
15045-break-delete 1
15046^done
15047(@value{GDBP})
15048-break-list
15049^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
15050hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15051@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15052@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15053@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15054@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15055@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15056body=[]@}
15057(@value{GDBP})
15058@end smallexample
15059
15060@subheading The @code{-break-disable} Command
15061@findex -break-disable
15062
15063@subsubheading Synopsis
15064
15065@smallexample
15066 -break-disable ( @var{breakpoint} )+
15067@end smallexample
15068
15069Disable the named @var{breakpoint}(s). The field @samp{enabled} in the
15070break list is now set to @samp{n} for the named @var{breakpoint}(s).
15071
15072@subsubheading @value{GDBN} Command
15073
15074The corresponding @value{GDBN} command is @samp{disable}.
15075
15076@subsubheading Example
15077
15078@smallexample
15079(@value{GDBP})
15080-break-disable 2
15081^done
15082(@value{GDBP})
15083-break-list
15084^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
15085hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15086@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15087@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15088@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15089@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15090@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15091body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="n",
15092addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@}]@}
15093(@value{GDBP})
15094@end smallexample
15095
15096@subheading The @code{-break-enable} Command
15097@findex -break-enable
15098
15099@subsubheading Synopsis
15100
15101@smallexample
15102 -break-enable ( @var{breakpoint} )+
15103@end smallexample
15104
15105Enable (previously disabled) @var{breakpoint}(s).
15106
15107@subsubheading @value{GDBN} Command
15108
15109The corresponding @value{GDBN} command is @samp{enable}.
15110
15111@subsubheading Example
15112
15113@smallexample
15114(@value{GDBP})
15115-break-enable 2
15116^done
15117(@value{GDBP})
15118-break-list
15119^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
15120hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15121@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15122@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15123@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15124@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15125@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15126body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
15127addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@}]@}
15128(@value{GDBP})
15129@end smallexample
15130
15131@subheading The @code{-break-info} Command
15132@findex -break-info
15133
15134@subsubheading Synopsis
15135
15136@smallexample
15137 -break-info @var{breakpoint}
15138@end smallexample
15139
15140@c REDUNDANT???
15141Get information about a single breakpoint.
15142
15143@subsubheading @value{GDBN} command
15144
15145The corresponding @value{GDBN} command is @samp{info break @var{breakpoint}}.
15146
15147@subsubheading Example
15148N.A.
15149
15150@subheading The @code{-break-insert} Command
15151@findex -break-insert
15152
15153@subsubheading Synopsis
15154
15155@smallexample
15156 -break-insert [ -t ] [ -h ] [ -r ]
15157 [ -c @var{condition} ] [ -i @var{ignore-count} ]
15158 [ -p @var{thread} ] [ @var{line} | @var{addr} ]
15159@end smallexample
15160
15161@noindent
15162If specified, @var{line}, can be one of:
15163
15164@itemize @bullet
15165@item function
15166@c @item +offset
15167@c @item -offset
15168@c @item linenum
15169@item filename:linenum
15170@item filename:function
15171@item *address
15172@end itemize
15173
15174The possible optional parameters of this command are:
15175
15176@table @samp
15177@item -t
15178Insert a tempoary breakpoint.
15179@item -h
15180Insert a hardware breakpoint.
15181@item -c @var{condition}
15182Make the breakpoint conditional on @var{condition}.
15183@item -i @var{ignore-count}
15184Initialize the @var{ignore-count}.
15185@item -r
15186Insert a regular breakpoint in all the functions whose names match the
15187given regular expression. Other flags are not applicable to regular
15188expresson.
15189@end table
15190
15191@subsubheading Result
15192
15193The result is in the form:
15194
15195@smallexample
15196 ^done,bkptno="@var{number}",func="@var{funcname}",
15197 file="@var{filename}",line="@var{lineno}"
15198@end smallexample
15199
15200@noindent
15201where @var{number} is the @value{GDBN} number for this breakpoint, @var{funcname}
15202is the name of the function where the breakpoint was inserted,
15203@var{filename} is the name of the source file which contains this
15204function, and @var{lineno} is the source line number within that file.
15205
15206Note: this format is open to change.
15207@c An out-of-band breakpoint instead of part of the result?
15208
15209@subsubheading @value{GDBN} Command
15210
15211The corresponding @value{GDBN} commands are @samp{break}, @samp{tbreak},
15212@samp{hbreak}, @samp{thbreak}, and @samp{rbreak}.
15213
15214@subsubheading Example
15215
15216@smallexample
15217(@value{GDBP})
15218-break-insert main
15219^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
15220(@value{GDBP})
15221-break-insert -t foo
15222^done,bkpt=@{number="2",addr="0x00010774",file="recursive2.c",line="11"@}
15223(@value{GDBP})
15224-break-list
15225^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
15226hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15227@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15228@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15229@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15230@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15231@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15232body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15233addr="0x0001072c", func="main",file="recursive2.c",line="4",times="0"@},
15234bkpt=@{number="2",type="breakpoint",disp="del",enabled="y",
15235addr="0x00010774",func="foo",file="recursive2.c",line="11",times="0"@}]@}
15236(@value{GDBP})
15237-break-insert -r foo.*
15238~int foo(int, int);
15239^done,bkpt=@{number="3",addr="0x00010774",file="recursive2.c",line="11"@}
15240(@value{GDBP})
15241@end smallexample
15242
15243@subheading The @code{-break-list} Command
15244@findex -break-list
15245
15246@subsubheading Synopsis
15247
15248@smallexample
15249 -break-list
15250@end smallexample
15251
15252Displays the list of inserted breakpoints, showing the following fields:
15253
15254@table @samp
15255@item Number
15256number of the breakpoint
15257@item Type
15258type of the breakpoint: @samp{breakpoint} or @samp{watchpoint}
15259@item Disposition
15260should the breakpoint be deleted or disabled when it is hit: @samp{keep}
15261or @samp{nokeep}
15262@item Enabled
15263is the breakpoint enabled or no: @samp{y} or @samp{n}
15264@item Address
15265memory location at which the breakpoint is set
15266@item What
15267logical location of the breakpoint, expressed by function name, file
15268name, line number
15269@item Times
15270number of times the breakpoint has been hit
15271@end table
15272
15273If there are no breakpoints or watchpoints, the @code{BreakpointTable}
15274@code{body} field is an empty list.
15275
15276@subsubheading @value{GDBN} Command
15277
15278The corresponding @value{GDBN} command is @samp{info break}.
15279
15280@subsubheading Example
15281
15282@smallexample
15283(@value{GDBP})
15284-break-list
15285^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
15286hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15287@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15288@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15289@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15290@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15291@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15292body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15293addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@},
15294bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
15295addr="0x00010114",func="foo",file="hello.c",line="13",times="0"@}]@}
15296(@value{GDBP})
15297@end smallexample
15298
15299Here's an example of the result when there are no breakpoints:
15300
15301@smallexample
15302(@value{GDBP})
15303-break-list
15304^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
15305hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15306@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15307@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15308@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15309@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15310@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15311body=[]@}
15312(@value{GDBP})
15313@end smallexample
15314
15315@subheading The @code{-break-watch} Command
15316@findex -break-watch
15317
15318@subsubheading Synopsis
15319
15320@smallexample
15321 -break-watch [ -a | -r ]
15322@end smallexample
15323
15324Create a watchpoint. With the @samp{-a} option it will create an
15325@dfn{access} watchpoint, i.e. a watchpoint that triggers either on a
15326read from or on a write to the memory location. With the @samp{-r}
15327option, the watchpoint created is a @dfn{read} watchpoint, i.e. it will
15328trigger only when the memory location is accessed for reading. Without
15329either of the options, the watchpoint created is a regular watchpoint,
15330i.e. it will trigger when the memory location is accessed for writing.
15331@xref{Set Watchpoints, , Setting watchpoints}.
15332
15333Note that @samp{-break-list} will report a single list of watchpoints and
15334breakpoints inserted.
15335
15336@subsubheading @value{GDBN} Command
15337
15338The corresponding @value{GDBN} commands are @samp{watch}, @samp{awatch}, and
15339@samp{rwatch}.
15340
15341@subsubheading Example
15342
15343Setting a watchpoint on a variable in the @code{main} function:
15344
15345@smallexample
15346(@value{GDBP})
15347-break-watch x
15348^done,wpt=@{number="2",exp="x"@}
15349(@value{GDBP})
15350-exec-continue
15351^running
15352^done,reason="watchpoint-trigger",wpt=@{number="2",exp="x"@},
15353value=@{old="-268439212",new="55"@},
15354frame=@{func="main",args=[],file="recursive2.c",line="5"@}
15355(@value{GDBP})
15356@end smallexample
15357
15358Setting a watchpoint on a variable local to a function. @value{GDBN} will stop
15359the program execution twice: first for the variable changing value, then
15360for the watchpoint going out of scope.
15361
15362@smallexample
15363(@value{GDBP})
15364-break-watch C
15365^done,wpt=@{number="5",exp="C"@}
15366(@value{GDBP})
15367-exec-continue
15368^running
15369^done,reason="watchpoint-trigger",
15370wpt=@{number="5",exp="C"@},value=@{old="-276895068",new="3"@},
15371frame=@{func="callee4",args=[],
15372file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
15373(@value{GDBP})
15374-exec-continue
15375^running
15376^done,reason="watchpoint-scope",wpnum="5",
15377frame=@{func="callee3",args=[@{name="strarg",
15378value="0x11940 \"A string argument.\""@}],
15379file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
15380(@value{GDBP})
15381@end smallexample
15382
15383Listing breakpoints and watchpoints, at different points in the program
15384execution. Note that once the watchpoint goes out of scope, it is
15385deleted.
15386
15387@smallexample
15388(@value{GDBP})
15389-break-watch C
15390^done,wpt=@{number="2",exp="C"@}
15391(@value{GDBP})
15392-break-list
15393^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
15394hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15395@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15396@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15397@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15398@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15399@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15400body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15401addr="0x00010734",func="callee4",
15402file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@},
15403bkpt=@{number="2",type="watchpoint",disp="keep",
15404enabled="y",addr="",what="C",times="0"@}]@}
15405(@value{GDBP})
15406-exec-continue
15407^running
15408^done,reason="watchpoint-trigger",wpt=@{number="2",exp="C"@},
15409value=@{old="-276895068",new="3"@},
15410frame=@{func="callee4",args=[],
15411file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
15412(@value{GDBP})
15413-break-list
15414^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
15415hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15416@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15417@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15418@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15419@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15420@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15421body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15422addr="0x00010734",func="callee4",
15423file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@},
15424bkpt=@{number="2",type="watchpoint",disp="keep",
15425enabled="y",addr="",what="C",times="-5"@}]@}
15426(@value{GDBP})
15427-exec-continue
15428^running
15429^done,reason="watchpoint-scope",wpnum="2",
15430frame=@{func="callee3",args=[@{name="strarg",
15431value="0x11940 \"A string argument.\""@}],
15432file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
15433(@value{GDBP})
15434-break-list
15435^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
15436hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15437@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15438@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15439@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15440@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15441@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15442body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15443addr="0x00010734",func="callee4",
15444file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@}]@}
15445(@value{GDBP})
15446@end smallexample
15447
15448@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
15449@node GDB/MI Data Manipulation
15450@section @sc{gdb/mi} Data Manipulation
15451
15452@cindex data manipulation, in @sc{gdb/mi}
15453@cindex @sc{gdb/mi}, data manipulation
15454This section describes the @sc{gdb/mi} commands that manipulate data:
15455examine memory and registers, evaluate expressions, etc.
15456
15457@c REMOVED FROM THE INTERFACE.
15458@c @subheading -data-assign
15459@c Change the value of a program variable. Plenty of side effects.
15460@c @subsubheading GDB command
15461@c set variable
15462@c @subsubheading Example
15463@c N.A.
15464
15465@subheading The @code{-data-disassemble} Command
15466@findex -data-disassemble
15467
15468@subsubheading Synopsis
15469
15470@smallexample
15471 -data-disassemble
15472 [ -s @var{start-addr} -e @var{end-addr} ]
15473 | [ -f @var{filename} -l @var{linenum} [ -n @var{lines} ] ]
15474 -- @var{mode}
15475@end smallexample
15476
15477@noindent
15478Where:
15479
15480@table @samp
15481@item @var{start-addr}
15482is the beginning address (or @code{$pc})
15483@item @var{end-addr}
15484is the end address
15485@item @var{filename}
15486is the name of the file to disassemble
15487@item @var{linenum}
15488is the line number to disassemble around
15489@item @var{lines}
15490is the the number of disassembly lines to be produced. If it is -1,
15491the whole function will be disassembled, in case no @var{end-addr} is
15492specified. If @var{end-addr} is specified as a non-zero value, and
15493@var{lines} is lower than the number of disassembly lines between
15494@var{start-addr} and @var{end-addr}, only @var{lines} lines are
15495displayed; if @var{lines} is higher than the number of lines between
15496@var{start-addr} and @var{end-addr}, only the lines up to @var{end-addr}
15497are displayed.
15498@item @var{mode}
15499is either 0 (meaning only disassembly) or 1 (meaning mixed source and
15500disassembly).
15501@end table
15502
15503@subsubheading Result
15504
15505The output for each instruction is composed of four fields:
15506
15507@itemize @bullet
15508@item Address
15509@item Func-name
15510@item Offset
15511@item Instruction
15512@end itemize
15513
15514Note that whatever included in the instruction field, is not manipulated
15515directely by @sc{gdb/mi}, i.e. it is not possible to adjust its format.
15516
15517@subsubheading @value{GDBN} Command
15518
15519There's no direct mapping from this command to the CLI.
15520
15521@subsubheading Example
15522
15523Disassemble from the current value of @code{$pc} to @code{$pc + 20}:
15524
15525@smallexample
15526(@value{GDBP})
15527-data-disassemble -s $pc -e "$pc + 20" -- 0
15528^done,
15529asm_insns=[
15530@{address="0x000107c0",func-name="main",offset="4",
15531inst="mov 2, %o0"@},
15532@{address="0x000107c4",func-name="main",offset="8",
15533inst="sethi %hi(0x11800), %o2"@},
15534@{address="0x000107c8",func-name="main",offset="12",
15535inst="or %o2, 0x140, %o1\t! 0x11940 <_lib_version+8>"@},
15536@{address="0x000107cc",func-name="main",offset="16",
15537inst="sethi %hi(0x11800), %o2"@},
15538@{address="0x000107d0",func-name="main",offset="20",
15539inst="or %o2, 0x168, %o4\t! 0x11968 <_lib_version+48>"@}]
15540(@value{GDBP})
15541@end smallexample
15542
15543Disassemble the whole @code{main} function. Line 32 is part of
15544@code{main}.
15545
15546@smallexample
15547-data-disassemble -f basics.c -l 32 -- 0
15548^done,asm_insns=[
15549@{address="0x000107bc",func-name="main",offset="0",
15550inst="save %sp, -112, %sp"@},
15551@{address="0x000107c0",func-name="main",offset="4",
15552inst="mov 2, %o0"@},
15553@{address="0x000107c4",func-name="main",offset="8",
15554inst="sethi %hi(0x11800), %o2"@},
15555[@dots{}]
15556@{address="0x0001081c",func-name="main",offset="96",inst="ret "@},
15557@{address="0x00010820",func-name="main",offset="100",inst="restore "@}]
15558(@value{GDBP})
15559@end smallexample
15560
15561Disassemble 3 instructions from the start of @code{main}:
15562
15563@smallexample
15564(@value{GDBP})
15565-data-disassemble -f basics.c -l 32 -n 3 -- 0
15566^done,asm_insns=[
15567@{address="0x000107bc",func-name="main",offset="0",
15568inst="save %sp, -112, %sp"@},
15569@{address="0x000107c0",func-name="main",offset="4",
15570inst="mov 2, %o0"@},
15571@{address="0x000107c4",func-name="main",offset="8",
15572inst="sethi %hi(0x11800), %o2"@}]
15573(@value{GDBP})
15574@end smallexample
15575
15576Disassemble 3 instructions from the start of @code{main} in mixed mode:
15577
15578@smallexample
15579(@value{GDBP})
15580-data-disassemble -f basics.c -l 32 -n 3 -- 1
15581^done,asm_insns=[
15582src_and_asm_line=@{line="31",
15583file="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb/ \
15584 testsuite/gdb.mi/basics.c",line_asm_insn=[
15585@{address="0x000107bc",func-name="main",offset="0",
15586inst="save %sp, -112, %sp"@}]@},
15587src_and_asm_line=@{line="32",
15588file="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb/ \
15589 testsuite/gdb.mi/basics.c",line_asm_insn=[
15590@{address="0x000107c0",func-name="main",offset="4",
15591inst="mov 2, %o0"@},
15592@{address="0x000107c4",func-name="main",offset="8",
15593inst="sethi %hi(0x11800), %o2"@}]@}]
15594(@value{GDBP})
15595@end smallexample
15596
15597
15598@subheading The @code{-data-evaluate-expression} Command
15599@findex -data-evaluate-expression
15600
15601@subsubheading Synopsis
15602
15603@smallexample
15604 -data-evaluate-expression @var{expr}
15605@end smallexample
15606
15607Evaluate @var{expr} as an expression. The expression could contain an
15608inferior function call. The function call will execute synchronously.
15609If the expression contains spaces, it must be enclosed in double quotes.
15610
15611@subsubheading @value{GDBN} Command
15612
15613The corresponding @value{GDBN} commands are @samp{print}, @samp{output}, and
15614@samp{call}. In @code{gdbtk} only, there's a corresponding
15615@samp{gdb_eval} command.
15616
15617@subsubheading Example
15618
15619In the following example, the numbers that precede the commands are the
15620@dfn{tokens} described in @ref{GDB/MI Command Syntax, ,@sc{gdb/mi}
15621Command Syntax}. Notice how @sc{gdb/mi} returns the same tokens in its
15622output.
15623
15624@smallexample
15625211-data-evaluate-expression A
15626211^done,value="1"
15627(@value{GDBP})
15628311-data-evaluate-expression &A
15629311^done,value="0xefffeb7c"
15630(@value{GDBP})
15631411-data-evaluate-expression A+3
15632411^done,value="4"
15633(@value{GDBP})
15634511-data-evaluate-expression "A + 3"
15635511^done,value="4"
15636(@value{GDBP})
15637@end smallexample
15638
15639
15640@subheading The @code{-data-list-changed-registers} Command
15641@findex -data-list-changed-registers
15642
15643@subsubheading Synopsis
15644
15645@smallexample
15646 -data-list-changed-registers
15647@end smallexample
15648
15649Display a list of the registers that have changed.
15650
15651@subsubheading @value{GDBN} Command
15652
15653@value{GDBN} doesn't have a direct analog for this command; @code{gdbtk}
15654has the corresponding command @samp{gdb_changed_register_list}.
15655
15656@subsubheading Example
15657
15658On a PPC MBX board:
15659
15660@smallexample
15661(@value{GDBP})
15662-exec-continue
15663^running
15664
15665(@value{GDBP})
15666*stopped,reason="breakpoint-hit",bkptno="1",frame=@{func="main",
15667args=[],file="try.c",line="5"@}
15668(@value{GDBP})
15669-data-list-changed-registers
15670^done,changed-registers=["0","1","2","4","5","6","7","8","9",
15671"10","11","13","14","15","16","17","18","19","20","21","22","23",
15672"24","25","26","27","28","30","31","64","65","66","67","69"]
15673(@value{GDBP})
15674@end smallexample
15675
15676
15677@subheading The @code{-data-list-register-names} Command
15678@findex -data-list-register-names
15679
15680@subsubheading Synopsis
15681
15682@smallexample
15683 -data-list-register-names [ ( @var{regno} )+ ]
15684@end smallexample
15685
15686Show a list of register names for the current target. If no arguments
15687are given, it shows a list of the names of all the registers. If
15688integer numbers are given as arguments, it will print a list of the
15689names of the registers corresponding to the arguments. To ensure
15690consistency between a register name and its number, the output list may
15691include empty register names.
15692
15693@subsubheading @value{GDBN} Command
15694
15695@value{GDBN} does not have a command which corresponds to
15696@samp{-data-list-register-names}. In @code{gdbtk} there is a
15697corresponding command @samp{gdb_regnames}.
15698
15699@subsubheading Example
15700
15701For the PPC MBX board:
15702@smallexample
15703(@value{GDBP})
15704-data-list-register-names
15705^done,register-names=["r0","r1","r2","r3","r4","r5","r6","r7",
15706"r8","r9","r10","r11","r12","r13","r14","r15","r16","r17","r18",
15707"r19","r20","r21","r22","r23","r24","r25","r26","r27","r28","r29",
15708"r30","r31","f0","f1","f2","f3","f4","f5","f6","f7","f8","f9",
15709"f10","f11","f12","f13","f14","f15","f16","f17","f18","f19","f20",
15710"f21","f22","f23","f24","f25","f26","f27","f28","f29","f30","f31",
15711"", "pc","ps","cr","lr","ctr","xer"]
15712(@value{GDBP})
15713-data-list-register-names 1 2 3
15714^done,register-names=["r1","r2","r3"]
15715(@value{GDBP})
15716@end smallexample
15717
15718@subheading The @code{-data-list-register-values} Command
15719@findex -data-list-register-values
15720
15721@subsubheading Synopsis
15722
15723@smallexample
15724 -data-list-register-values @var{fmt} [ ( @var{regno} )*]
15725@end smallexample
15726
15727Display the registers' contents. @var{fmt} is the format according to
15728which the registers' contents are to be returned, followed by an optional
15729list of numbers specifying the registers to display. A missing list of
15730numbers indicates that the contents of all the registers must be returned.
15731
15732Allowed formats for @var{fmt} are:
15733
15734@table @code
15735@item x
15736Hexadecimal
15737@item o
15738Octal
15739@item t
15740Binary
15741@item d
15742Decimal
15743@item r
15744Raw
15745@item N
15746Natural
15747@end table
15748
15749@subsubheading @value{GDBN} Command
15750
15751The corresponding @value{GDBN} commands are @samp{info reg}, @samp{info
15752all-reg}, and (in @code{gdbtk}) @samp{gdb_fetch_registers}.
15753
15754@subsubheading Example
15755
15756For a PPC MBX board (note: line breaks are for readability only, they
15757don't appear in the actual output):
15758
15759@smallexample
15760(@value{GDBP})
15761-data-list-register-values r 64 65
15762^done,register-values=[@{number="64",value="0xfe00a300"@},
15763@{number="65",value="0x00029002"@}]
15764(@value{GDBP})
15765-data-list-register-values x
15766^done,register-values=[@{number="0",value="0xfe0043c8"@},
15767@{number="1",value="0x3fff88"@},@{number="2",value="0xfffffffe"@},
15768@{number="3",value="0x0"@},@{number="4",value="0xa"@},
15769@{number="5",value="0x3fff68"@},@{number="6",value="0x3fff58"@},
15770@{number="7",value="0xfe011e98"@},@{number="8",value="0x2"@},
15771@{number="9",value="0xfa202820"@},@{number="10",value="0xfa202808"@},
15772@{number="11",value="0x1"@},@{number="12",value="0x0"@},
15773@{number="13",value="0x4544"@},@{number="14",value="0xffdfffff"@},
15774@{number="15",value="0xffffffff"@},@{number="16",value="0xfffffeff"@},
15775@{number="17",value="0xefffffed"@},@{number="18",value="0xfffffffe"@},
15776@{number="19",value="0xffffffff"@},@{number="20",value="0xffffffff"@},
15777@{number="21",value="0xffffffff"@},@{number="22",value="0xfffffff7"@},
15778@{number="23",value="0xffffffff"@},@{number="24",value="0xffffffff"@},
15779@{number="25",value="0xffffffff"@},@{number="26",value="0xfffffffb"@},
15780@{number="27",value="0xffffffff"@},@{number="28",value="0xf7bfffff"@},
15781@{number="29",value="0x0"@},@{number="30",value="0xfe010000"@},
15782@{number="31",value="0x0"@},@{number="32",value="0x0"@},
15783@{number="33",value="0x0"@},@{number="34",value="0x0"@},
15784@{number="35",value="0x0"@},@{number="36",value="0x0"@},
15785@{number="37",value="0x0"@},@{number="38",value="0x0"@},
15786@{number="39",value="0x0"@},@{number="40",value="0x0"@},
15787@{number="41",value="0x0"@},@{number="42",value="0x0"@},
15788@{number="43",value="0x0"@},@{number="44",value="0x0"@},
15789@{number="45",value="0x0"@},@{number="46",value="0x0"@},
15790@{number="47",value="0x0"@},@{number="48",value="0x0"@},
15791@{number="49",value="0x0"@},@{number="50",value="0x0"@},
15792@{number="51",value="0x0"@},@{number="52",value="0x0"@},
15793@{number="53",value="0x0"@},@{number="54",value="0x0"@},
15794@{number="55",value="0x0"@},@{number="56",value="0x0"@},
15795@{number="57",value="0x0"@},@{number="58",value="0x0"@},
15796@{number="59",value="0x0"@},@{number="60",value="0x0"@},
15797@{number="61",value="0x0"@},@{number="62",value="0x0"@},
15798@{number="63",value="0x0"@},@{number="64",value="0xfe00a300"@},
15799@{number="65",value="0x29002"@},@{number="66",value="0x202f04b5"@},
15800@{number="67",value="0xfe0043b0"@},@{number="68",value="0xfe00b3e4"@},
15801@{number="69",value="0x20002b03"@}]
15802(@value{GDBP})
15803@end smallexample
15804
15805
15806@subheading The @code{-data-read-memory} Command
15807@findex -data-read-memory
15808
15809@subsubheading Synopsis
15810
15811@smallexample
15812 -data-read-memory [ -o @var{byte-offset} ]
15813 @var{address} @var{word-format} @var{word-size}
15814 @var{nr-rows} @var{nr-cols} [ @var{aschar} ]
15815@end smallexample
15816
15817@noindent
15818where:
15819
15820@table @samp
15821@item @var{address}
15822An expression specifying the address of the first memory word to be
15823read. Complex expressions containing embedded white space should be
15824quoted using the C convention.
15825
15826@item @var{word-format}
15827The format to be used to print the memory words. The notation is the
15828same as for @value{GDBN}'s @code{print} command (@pxref{Output Formats,
15829,Output formats}).
15830
15831@item @var{word-size}
15832The size of each memory word in bytes.
15833
15834@item @var{nr-rows}
15835The number of rows in the output table.
15836
15837@item @var{nr-cols}
15838The number of columns in the output table.
15839
15840@item @var{aschar}
15841If present, indicates that each row should include an @sc{ascii} dump. The
15842value of @var{aschar} is used as a padding character when a byte is not a
15843member of the printable @sc{ascii} character set (printable @sc{ascii}
15844characters are those whose code is between 32 and 126, inclusively).
15845
15846@item @var{byte-offset}
15847An offset to add to the @var{address} before fetching memory.
15848@end table
15849
15850This command displays memory contents as a table of @var{nr-rows} by
15851@var{nr-cols} words, each word being @var{word-size} bytes. In total,
15852@code{@var{nr-rows} * @var{nr-cols} * @var{word-size}} bytes are read
15853(returned as @samp{total-bytes}). Should less than the requested number
15854of bytes be returned by the target, the missing words are identified
15855using @samp{N/A}. The number of bytes read from the target is returned
15856in @samp{nr-bytes} and the starting address used to read memory in
15857@samp{addr}.
15858
15859The address of the next/previous row or page is available in
15860@samp{next-row} and @samp{prev-row}, @samp{next-page} and
15861@samp{prev-page}.
15862
15863@subsubheading @value{GDBN} Command
15864
15865The corresponding @value{GDBN} command is @samp{x}. @code{gdbtk} has
15866@samp{gdb_get_mem} memory read command.
15867
15868@subsubheading Example
15869
15870Read six bytes of memory starting at @code{bytes+6} but then offset by
15871@code{-6} bytes. Format as three rows of two columns. One byte per
15872word. Display each word in hex.
15873
15874@smallexample
15875(@value{GDBP})
158769-data-read-memory -o -6 -- bytes+6 x 1 3 2
158779^done,addr="0x00001390",nr-bytes="6",total-bytes="6",
15878next-row="0x00001396",prev-row="0x0000138e",next-page="0x00001396",
15879prev-page="0x0000138a",memory=[
15880@{addr="0x00001390",data=["0x00","0x01"]@},
15881@{addr="0x00001392",data=["0x02","0x03"]@},
15882@{addr="0x00001394",data=["0x04","0x05"]@}]
15883(@value{GDBP})
15884@end smallexample
15885
15886Read two bytes of memory starting at address @code{shorts + 64} and
15887display as a single word formatted in decimal.
15888
15889@smallexample
15890(@value{GDBP})
158915-data-read-memory shorts+64 d 2 1 1
158925^done,addr="0x00001510",nr-bytes="2",total-bytes="2",
15893next-row="0x00001512",prev-row="0x0000150e",
15894next-page="0x00001512",prev-page="0x0000150e",memory=[
15895@{addr="0x00001510",data=["128"]@}]
15896(@value{GDBP})
15897@end smallexample
15898
15899Read thirty two bytes of memory starting at @code{bytes+16} and format
15900as eight rows of four columns. Include a string encoding with @samp{x}
15901used as the non-printable character.
15902
15903@smallexample
15904(@value{GDBP})
159054-data-read-memory bytes+16 x 1 8 4 x
159064^done,addr="0x000013a0",nr-bytes="32",total-bytes="32",
15907next-row="0x000013c0",prev-row="0x0000139c",
15908next-page="0x000013c0",prev-page="0x00001380",memory=[
15909@{addr="0x000013a0",data=["0x10","0x11","0x12","0x13"],ascii="xxxx"@},
15910@{addr="0x000013a4",data=["0x14","0x15","0x16","0x17"],ascii="xxxx"@},
15911@{addr="0x000013a8",data=["0x18","0x19","0x1a","0x1b"],ascii="xxxx"@},
15912@{addr="0x000013ac",data=["0x1c","0x1d","0x1e","0x1f"],ascii="xxxx"@},
15913@{addr="0x000013b0",data=["0x20","0x21","0x22","0x23"],ascii=" !\"#"@},
15914@{addr="0x000013b4",data=["0x24","0x25","0x26","0x27"],ascii="$%&'"@},
15915@{addr="0x000013b8",data=["0x28","0x29","0x2a","0x2b"],ascii="()*+"@},
15916@{addr="0x000013bc",data=["0x2c","0x2d","0x2e","0x2f"],ascii=",-./"@}]
15917(@value{GDBP})
15918@end smallexample
15919
15920@subheading The @code{-display-delete} Command
15921@findex -display-delete
15922
15923@subsubheading Synopsis
15924
15925@smallexample
15926 -display-delete @var{number}
15927@end smallexample
15928
15929Delete the display @var{number}.
15930
15931@subsubheading @value{GDBN} Command
15932
15933The corresponding @value{GDBN} command is @samp{delete display}.
15934
15935@subsubheading Example
15936N.A.
15937
15938
15939@subheading The @code{-display-disable} Command
15940@findex -display-disable
15941
15942@subsubheading Synopsis
15943
15944@smallexample
15945 -display-disable @var{number}
15946@end smallexample
15947
15948Disable display @var{number}.
15949
15950@subsubheading @value{GDBN} Command
15951
15952The corresponding @value{GDBN} command is @samp{disable display}.
15953
15954@subsubheading Example
15955N.A.
15956
15957
15958@subheading The @code{-display-enable} Command
15959@findex -display-enable
15960
15961@subsubheading Synopsis
15962
15963@smallexample
15964 -display-enable @var{number}
15965@end smallexample
15966
15967Enable display @var{number}.
15968
15969@subsubheading @value{GDBN} Command
15970
15971The corresponding @value{GDBN} command is @samp{enable display}.
15972
15973@subsubheading Example
15974N.A.
15975
15976
15977@subheading The @code{-display-insert} Command
15978@findex -display-insert
15979
15980@subsubheading Synopsis
15981
15982@smallexample
15983 -display-insert @var{expression}
15984@end smallexample
15985
15986Display @var{expression} every time the program stops.
15987
15988@subsubheading @value{GDBN} Command
15989
15990The corresponding @value{GDBN} command is @samp{display}.
15991
15992@subsubheading Example
15993N.A.
15994
15995
15996@subheading The @code{-display-list} Command
15997@findex -display-list
15998
15999@subsubheading Synopsis
16000
16001@smallexample
16002 -display-list
16003@end smallexample
16004
16005List the displays. Do not show the current values.
16006
16007@subsubheading @value{GDBN} Command
16008
16009The corresponding @value{GDBN} command is @samp{info display}.
16010
16011@subsubheading Example
16012N.A.
16013
16014
16015@subheading The @code{-environment-cd} Command
16016@findex -environment-cd
16017
16018@subsubheading Synopsis
16019
16020@smallexample
16021 -environment-cd @var{pathdir}
16022@end smallexample
16023
16024Set @value{GDBN}'s working directory.
16025
16026@subsubheading @value{GDBN} Command
16027
16028The corresponding @value{GDBN} command is @samp{cd}.
16029
16030@subsubheading Example
16031
16032@smallexample
16033(@value{GDBP})
16034-environment-cd /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
16035^done
16036(@value{GDBP})
16037@end smallexample
16038
16039
16040@subheading The @code{-environment-directory} Command
16041@findex -environment-directory
16042
16043@subsubheading Synopsis
16044
16045@smallexample
16046 -environment-directory [ -r ] [ @var{pathdir} ]+
16047@end smallexample
16048
16049Add directories @var{pathdir} to beginning of search path for source files.
16050If the @samp{-r} option is used, the search path is reset to the default
b383017d 16051search path. If directories @var{pathdir} are supplied in addition to the
922fbb7b
AC
16052@samp{-r} option, the search path is first reset and then addition
16053occurs as normal.
b383017d 16054Multiple directories may be specified, separated by blanks. Specifying
922fbb7b
AC
16055multiple directories in a single command
16056results in the directories added to the beginning of the
16057search path in the same order they were presented in the command.
16058If blanks are needed as
16059part of a directory name, double-quotes should be used around
16060the name. In the command output, the path will show up separated
b383017d 16061by the system directory-separator character. The directory-seperator
922fbb7b
AC
16062character must not be used
16063in any directory name.
16064If no directories are specified, the current search path is displayed.
16065
16066@subsubheading @value{GDBN} Command
16067
16068The corresponding @value{GDBN} command is @samp{dir}.
16069
16070@subsubheading Example
16071
16072@smallexample
16073(@value{GDBP})
16074-environment-directory /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
16075^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
16076(@value{GDBP})
16077-environment-directory ""
16078^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
16079(@value{GDBP})
16080-environment-directory -r /home/jjohnstn/src/gdb /usr/src
16081^done,source-path="/home/jjohnstn/src/gdb:/usr/src:$cdir:$cwd"
16082(@value{GDBP})
16083-environment-directory -r
16084^done,source-path="$cdir:$cwd"
16085(@value{GDBP})
16086@end smallexample
16087
16088
16089@subheading The @code{-environment-path} Command
16090@findex -environment-path
16091
16092@subsubheading Synopsis
16093
16094@smallexample
16095 -environment-path [ -r ] [ @var{pathdir} ]+
16096@end smallexample
16097
16098Add directories @var{pathdir} to beginning of search path for object files.
16099If the @samp{-r} option is used, the search path is reset to the original
b383017d
RM
16100search path that existed at gdb start-up. If directories @var{pathdir} are
16101supplied in addition to the
922fbb7b
AC
16102@samp{-r} option, the search path is first reset and then addition
16103occurs as normal.
b383017d 16104Multiple directories may be specified, separated by blanks. Specifying
922fbb7b
AC
16105multiple directories in a single command
16106results in the directories added to the beginning of the
16107search path in the same order they were presented in the command.
16108If blanks are needed as
16109part of a directory name, double-quotes should be used around
16110the name. In the command output, the path will show up separated
b383017d 16111by the system directory-separator character. The directory-seperator
922fbb7b
AC
16112character must not be used
16113in any directory name.
16114If no directories are specified, the current path is displayed.
16115
16116
16117@subsubheading @value{GDBN} Command
16118
16119The corresponding @value{GDBN} command is @samp{path}.
16120
16121@subsubheading Example
16122
16123@smallexample
16124(@value{GDBP})
b383017d 16125-environment-path
922fbb7b
AC
16126^done,path="/usr/bin"
16127(@value{GDBP})
16128-environment-path /kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb /bin
16129^done,path="/kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb:/bin:/usr/bin"
16130(@value{GDBP})
16131-environment-path -r /usr/local/bin
16132^done,path="/usr/local/bin:/usr/bin"
16133(@value{GDBP})
16134@end smallexample
16135
16136
16137@subheading The @code{-environment-pwd} Command
16138@findex -environment-pwd
16139
16140@subsubheading Synopsis
16141
16142@smallexample
16143 -environment-pwd
16144@end smallexample
16145
16146Show the current working directory.
16147
16148@subsubheading @value{GDBN} command
16149
16150The corresponding @value{GDBN} command is @samp{pwd}.
16151
16152@subsubheading Example
16153
16154@smallexample
16155(@value{GDBP})
16156-environment-pwd
16157^done,cwd="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb"
16158(@value{GDBP})
16159@end smallexample
16160
16161@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16162@node GDB/MI Program Control
16163@section @sc{gdb/mi} Program control
16164
16165@subsubheading Program termination
16166
16167As a result of execution, the inferior program can run to completion, if
16168it doesn't encounter any breakpoints. In this case the output will
16169include an exit code, if the program has exited exceptionally.
16170
16171@subsubheading Examples
16172
16173@noindent
16174Program exited normally:
16175
16176@smallexample
16177(@value{GDBP})
16178-exec-run
16179^running
16180(@value{GDBP})
16181x = 55
16182*stopped,reason="exited-normally"
16183(@value{GDBP})
16184@end smallexample
16185
16186@noindent
16187Program exited exceptionally:
16188
16189@smallexample
16190(@value{GDBP})
16191-exec-run
16192^running
16193(@value{GDBP})
16194x = 55
16195*stopped,reason="exited",exit-code="01"
16196(@value{GDBP})
16197@end smallexample
16198
16199Another way the program can terminate is if it receives a signal such as
16200@code{SIGINT}. In this case, @sc{gdb/mi} displays this:
16201
16202@smallexample
16203(@value{GDBP})
16204*stopped,reason="exited-signalled",signal-name="SIGINT",
16205signal-meaning="Interrupt"
16206@end smallexample
16207
16208
16209@subheading The @code{-exec-abort} Command
16210@findex -exec-abort
16211
16212@subsubheading Synopsis
16213
16214@smallexample
16215 -exec-abort
16216@end smallexample
16217
16218Kill the inferior running program.
16219
16220@subsubheading @value{GDBN} Command
16221
16222The corresponding @value{GDBN} command is @samp{kill}.
16223
16224@subsubheading Example
16225N.A.
16226
16227
16228@subheading The @code{-exec-arguments} Command
16229@findex -exec-arguments
16230
16231@subsubheading Synopsis
16232
16233@smallexample
16234 -exec-arguments @var{args}
16235@end smallexample
16236
16237Set the inferior program arguments, to be used in the next
16238@samp{-exec-run}.
16239
16240@subsubheading @value{GDBN} Command
16241
16242The corresponding @value{GDBN} command is @samp{set args}.
16243
16244@subsubheading Example
16245
16246@c FIXME!
16247Don't have one around.
16248
16249
16250@subheading The @code{-exec-continue} Command
16251@findex -exec-continue
16252
16253@subsubheading Synopsis
16254
16255@smallexample
16256 -exec-continue
16257@end smallexample
16258
16259Asynchronous command. Resumes the execution of the inferior program
16260until a breakpoint is encountered, or until the inferior exits.
16261
16262@subsubheading @value{GDBN} Command
16263
16264The corresponding @value{GDBN} corresponding is @samp{continue}.
16265
16266@subsubheading Example
16267
16268@smallexample
16269-exec-continue
16270^running
16271(@value{GDBP})
16272@@Hello world
16273*stopped,reason="breakpoint-hit",bkptno="2",frame=@{func="foo",args=[],
16274file="hello.c",line="13"@}
16275(@value{GDBP})
16276@end smallexample
16277
16278
16279@subheading The @code{-exec-finish} Command
16280@findex -exec-finish
16281
16282@subsubheading Synopsis
16283
16284@smallexample
16285 -exec-finish
16286@end smallexample
16287
16288Asynchronous command. Resumes the execution of the inferior program
16289until the current function is exited. Displays the results returned by
16290the function.
16291
16292@subsubheading @value{GDBN} Command
16293
16294The corresponding @value{GDBN} command is @samp{finish}.
16295
16296@subsubheading Example
16297
16298Function returning @code{void}.
16299
16300@smallexample
16301-exec-finish
16302^running
16303(@value{GDBP})
16304@@hello from foo
16305*stopped,reason="function-finished",frame=@{func="main",args=[],
16306file="hello.c",line="7"@}
16307(@value{GDBP})
16308@end smallexample
16309
16310Function returning other than @code{void}. The name of the internal
16311@value{GDBN} variable storing the result is printed, together with the
16312value itself.
16313
16314@smallexample
16315-exec-finish
16316^running
16317(@value{GDBP})
16318*stopped,reason="function-finished",frame=@{addr="0x000107b0",func="foo",
16319args=[@{name="a",value="1"],@{name="b",value="9"@}@},
16320file="recursive2.c",line="14"@},
16321gdb-result-var="$1",return-value="0"
16322(@value{GDBP})
16323@end smallexample
16324
16325
16326@subheading The @code{-exec-interrupt} Command
16327@findex -exec-interrupt
16328
16329@subsubheading Synopsis
16330
16331@smallexample
16332 -exec-interrupt
16333@end smallexample
16334
16335Asynchronous command. Interrupts the background execution of the target.
16336Note how the token associated with the stop message is the one for the
16337execution command that has been interrupted. The token for the interrupt
16338itself only appears in the @samp{^done} output. If the user is trying to
16339interrupt a non-running program, an error message will be printed.
16340
16341@subsubheading @value{GDBN} Command
16342
16343The corresponding @value{GDBN} command is @samp{interrupt}.
16344
16345@subsubheading Example
16346
16347@smallexample
16348(@value{GDBP})
16349111-exec-continue
16350111^running
16351
16352(@value{GDBP})
16353222-exec-interrupt
16354222^done
16355(@value{GDBP})
16356111*stopped,signal-name="SIGINT",signal-meaning="Interrupt",
16357frame=@{addr="0x00010140",func="foo",args=[],file="try.c",line="13"@}
16358(@value{GDBP})
16359
16360(@value{GDBP})
16361-exec-interrupt
16362^error,msg="mi_cmd_exec_interrupt: Inferior not executing."
16363(@value{GDBP})
16364@end smallexample
16365
16366
16367@subheading The @code{-exec-next} Command
16368@findex -exec-next
16369
16370@subsubheading Synopsis
16371
16372@smallexample
16373 -exec-next
16374@end smallexample
16375
16376Asynchronous command. Resumes execution of the inferior program, stopping
16377when the beginning of the next source line is reached.
16378
16379@subsubheading @value{GDBN} Command
16380
16381The corresponding @value{GDBN} command is @samp{next}.
16382
16383@subsubheading Example
16384
16385@smallexample
16386-exec-next
16387^running
16388(@value{GDBP})
16389*stopped,reason="end-stepping-range",line="8",file="hello.c"
16390(@value{GDBP})
16391@end smallexample
16392
16393
16394@subheading The @code{-exec-next-instruction} Command
16395@findex -exec-next-instruction
16396
16397@subsubheading Synopsis
16398
16399@smallexample
16400 -exec-next-instruction
16401@end smallexample
16402
16403Asynchronous command. Executes one machine instruction. If the
16404instruction is a function call continues until the function returns. If
16405the program stops at an instruction in the middle of a source line, the
16406address will be printed as well.
16407
16408@subsubheading @value{GDBN} Command
16409
16410The corresponding @value{GDBN} command is @samp{nexti}.
16411
16412@subsubheading Example
16413
16414@smallexample
16415(@value{GDBP})
16416-exec-next-instruction
16417^running
16418
16419(@value{GDBP})
16420*stopped,reason="end-stepping-range",
16421addr="0x000100d4",line="5",file="hello.c"
16422(@value{GDBP})
16423@end smallexample
16424
16425
16426@subheading The @code{-exec-return} Command
16427@findex -exec-return
16428
16429@subsubheading Synopsis
16430
16431@smallexample
16432 -exec-return
16433@end smallexample
16434
16435Makes current function return immediately. Doesn't execute the inferior.
16436Displays the new current frame.
16437
16438@subsubheading @value{GDBN} Command
16439
16440The corresponding @value{GDBN} command is @samp{return}.
16441
16442@subsubheading Example
16443
16444@smallexample
16445(@value{GDBP})
16446200-break-insert callee4
16447200^done,bkpt=@{number="1",addr="0x00010734",
16448file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
16449(@value{GDBP})
16450000-exec-run
16451000^running
16452(@value{GDBP})
16453000*stopped,reason="breakpoint-hit",bkptno="1",
16454frame=@{func="callee4",args=[],
16455file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
16456(@value{GDBP})
16457205-break-delete
16458205^done
16459(@value{GDBP})
16460111-exec-return
16461111^done,frame=@{level="0",func="callee3",
16462args=[@{name="strarg",
16463value="0x11940 \"A string argument.\""@}],
16464file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
16465(@value{GDBP})
16466@end smallexample
16467
16468
16469@subheading The @code{-exec-run} Command
16470@findex -exec-run
16471
16472@subsubheading Synopsis
16473
16474@smallexample
16475 -exec-run
16476@end smallexample
16477
16478Asynchronous command. Starts execution of the inferior from the
16479beginning. The inferior executes until either a breakpoint is
16480encountered or the program exits.
16481
16482@subsubheading @value{GDBN} Command
16483
16484The corresponding @value{GDBN} command is @samp{run}.
16485
16486@subsubheading Example
16487
16488@smallexample
16489(@value{GDBP})
16490-break-insert main
16491^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
16492(@value{GDBP})
16493-exec-run
16494^running
16495(@value{GDBP})
16496*stopped,reason="breakpoint-hit",bkptno="1",
16497frame=@{func="main",args=[],file="recursive2.c",line="4"@}
16498(@value{GDBP})
16499@end smallexample
16500
16501
16502@subheading The @code{-exec-show-arguments} Command
16503@findex -exec-show-arguments
16504
16505@subsubheading Synopsis
16506
16507@smallexample
16508 -exec-show-arguments
16509@end smallexample
16510
16511Print the arguments of the program.
16512
16513@subsubheading @value{GDBN} Command
16514
16515The corresponding @value{GDBN} command is @samp{show args}.
16516
16517@subsubheading Example
16518N.A.
16519
16520@c @subheading -exec-signal
16521
16522@subheading The @code{-exec-step} Command
16523@findex -exec-step
16524
16525@subsubheading Synopsis
16526
16527@smallexample
16528 -exec-step
16529@end smallexample
16530
16531Asynchronous command. Resumes execution of the inferior program, stopping
16532when the beginning of the next source line is reached, if the next
16533source line is not a function call. If it is, stop at the first
16534instruction of the called function.
16535
16536@subsubheading @value{GDBN} Command
16537
16538The corresponding @value{GDBN} command is @samp{step}.
16539
16540@subsubheading Example
16541
16542Stepping into a function:
16543
16544@smallexample
16545-exec-step
16546^running
16547(@value{GDBP})
16548*stopped,reason="end-stepping-range",
16549frame=@{func="foo",args=[@{name="a",value="10"@},
16550@{name="b",value="0"@}],file="recursive2.c",line="11"@}
16551(@value{GDBP})
16552@end smallexample
16553
16554Regular stepping:
16555
16556@smallexample
16557-exec-step
16558^running
16559(@value{GDBP})
16560*stopped,reason="end-stepping-range",line="14",file="recursive2.c"
16561(@value{GDBP})
16562@end smallexample
16563
16564
16565@subheading The @code{-exec-step-instruction} Command
16566@findex -exec-step-instruction
16567
16568@subsubheading Synopsis
16569
16570@smallexample
16571 -exec-step-instruction
16572@end smallexample
16573
16574Asynchronous command. Resumes the inferior which executes one machine
16575instruction. The output, once @value{GDBN} has stopped, will vary depending on
16576whether we have stopped in the middle of a source line or not. In the
16577former case, the address at which the program stopped will be printed as
16578well.
16579
16580@subsubheading @value{GDBN} Command
16581
16582The corresponding @value{GDBN} command is @samp{stepi}.
16583
16584@subsubheading Example
16585
16586@smallexample
16587(@value{GDBP})
16588-exec-step-instruction
16589^running
16590
16591(@value{GDBP})
16592*stopped,reason="end-stepping-range",
16593frame=@{func="foo",args=[],file="try.c",line="10"@}
16594(@value{GDBP})
16595-exec-step-instruction
16596^running
16597
16598(@value{GDBP})
16599*stopped,reason="end-stepping-range",
16600frame=@{addr="0x000100f4",func="foo",args=[],file="try.c",line="10"@}
16601(@value{GDBP})
16602@end smallexample
16603
16604
16605@subheading The @code{-exec-until} Command
16606@findex -exec-until
16607
16608@subsubheading Synopsis
16609
16610@smallexample
16611 -exec-until [ @var{location} ]
16612@end smallexample
16613
16614Asynchronous command. Executes the inferior until the @var{location}
16615specified in the argument is reached. If there is no argument, the inferior
16616executes until a source line greater than the current one is reached.
16617The reason for stopping in this case will be @samp{location-reached}.
16618
16619@subsubheading @value{GDBN} Command
16620
16621The corresponding @value{GDBN} command is @samp{until}.
16622
16623@subsubheading Example
16624
16625@smallexample
16626(@value{GDBP})
16627-exec-until recursive2.c:6
16628^running
16629(@value{GDBP})
16630x = 55
16631*stopped,reason="location-reached",frame=@{func="main",args=[],
16632file="recursive2.c",line="6"@}
16633(@value{GDBP})
16634@end smallexample
16635
16636@ignore
16637@subheading -file-clear
16638Is this going away????
16639@end ignore
16640
16641
16642@subheading The @code{-file-exec-and-symbols} Command
16643@findex -file-exec-and-symbols
16644
16645@subsubheading Synopsis
16646
16647@smallexample
16648 -file-exec-and-symbols @var{file}
16649@end smallexample
16650
16651Specify the executable file to be debugged. This file is the one from
16652which the symbol table is also read. If no file is specified, the
16653command clears the executable and symbol information. If breakpoints
16654are set when using this command with no arguments, @value{GDBN} will produce
16655error messages. Otherwise, no output is produced, except a completion
16656notification.
16657
16658@subsubheading @value{GDBN} Command
16659
16660The corresponding @value{GDBN} command is @samp{file}.
16661
16662@subsubheading Example
16663
16664@smallexample
16665(@value{GDBP})
16666-file-exec-and-symbols /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
16667^done
16668(@value{GDBP})
16669@end smallexample
16670
16671
16672@subheading The @code{-file-exec-file} Command
16673@findex -file-exec-file
16674
16675@subsubheading Synopsis
16676
16677@smallexample
16678 -file-exec-file @var{file}
16679@end smallexample
16680
16681Specify the executable file to be debugged. Unlike
16682@samp{-file-exec-and-symbols}, the symbol table is @emph{not} read
16683from this file. If used without argument, @value{GDBN} clears the information
16684about the executable file. No output is produced, except a completion
16685notification.
16686
16687@subsubheading @value{GDBN} Command
16688
16689The corresponding @value{GDBN} command is @samp{exec-file}.
16690
16691@subsubheading Example
16692
16693@smallexample
16694(@value{GDBP})
16695-file-exec-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
16696^done
16697(@value{GDBP})
16698@end smallexample
16699
16700
16701@subheading The @code{-file-list-exec-sections} Command
16702@findex -file-list-exec-sections
16703
16704@subsubheading Synopsis
16705
16706@smallexample
16707 -file-list-exec-sections
16708@end smallexample
16709
16710List the sections of the current executable file.
16711
16712@subsubheading @value{GDBN} Command
16713
16714The @value{GDBN} command @samp{info file} shows, among the rest, the same
16715information as this command. @code{gdbtk} has a corresponding command
16716@samp{gdb_load_info}.
16717
16718@subsubheading Example
16719N.A.
16720
16721
1abaf70c
BR
16722@subheading The @code{-file-list-exec-source-file} Command
16723@findex -file-list-exec-source-file
16724
16725@subsubheading Synopsis
16726
16727@smallexample
16728 -file-list-exec-source-file
16729@end smallexample
16730
b383017d 16731List the line number, the current source file, and the absolute path
1abaf70c
BR
16732to the current source file for the current executable.
16733
16734@subsubheading @value{GDBN} Command
16735
16736There's no @value{GDBN} command which directly corresponds to this one.
16737
16738@subsubheading Example
16739
16740@smallexample
16741(@value{GDBP})
16742123-file-list-exec-source-file
16743123^done,line="1",file="foo.c",fullname="/home/bar/foo.c"
16744(@value{GDBP})
16745@end smallexample
16746
16747
922fbb7b
AC
16748@subheading The @code{-file-list-exec-source-files} Command
16749@findex -file-list-exec-source-files
16750
16751@subsubheading Synopsis
16752
16753@smallexample
16754 -file-list-exec-source-files
16755@end smallexample
16756
16757List the source files for the current executable.
16758
16759@subsubheading @value{GDBN} Command
16760
16761There's no @value{GDBN} command which directly corresponds to this one.
16762@code{gdbtk} has an analogous command @samp{gdb_listfiles}.
16763
16764@subsubheading Example
16765N.A.
16766
16767
16768@subheading The @code{-file-list-shared-libraries} Command
16769@findex -file-list-shared-libraries
16770
16771@subsubheading Synopsis
16772
16773@smallexample
16774 -file-list-shared-libraries
16775@end smallexample
16776
16777List the shared libraries in the program.
16778
16779@subsubheading @value{GDBN} Command
16780
16781The corresponding @value{GDBN} command is @samp{info shared}.
16782
16783@subsubheading Example
16784N.A.
16785
16786
16787@subheading The @code{-file-list-symbol-files} Command
16788@findex -file-list-symbol-files
16789
16790@subsubheading Synopsis
16791
16792@smallexample
16793 -file-list-symbol-files
16794@end smallexample
16795
16796List symbol files.
16797
16798@subsubheading @value{GDBN} Command
16799
16800The corresponding @value{GDBN} command is @samp{info file} (part of it).
16801
16802@subsubheading Example
16803N.A.
16804
16805
16806@subheading The @code{-file-symbol-file} Command
16807@findex -file-symbol-file
16808
16809@subsubheading Synopsis
16810
16811@smallexample
16812 -file-symbol-file @var{file}
16813@end smallexample
16814
16815Read symbol table info from the specified @var{file} argument. When
16816used without arguments, clears @value{GDBN}'s symbol table info. No output is
16817produced, except for a completion notification.
16818
16819@subsubheading @value{GDBN} Command
16820
16821The corresponding @value{GDBN} command is @samp{symbol-file}.
16822
16823@subsubheading Example
16824
16825@smallexample
16826(@value{GDBP})
16827-file-symbol-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
16828^done
16829(@value{GDBP})
16830@end smallexample
16831
16832@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16833@node GDB/MI Miscellaneous Commands
16834@section Miscellaneous @value{GDBN} commands in @sc{gdb/mi}
16835
16836@c @subheading -gdb-complete
16837
16838@subheading The @code{-gdb-exit} Command
16839@findex -gdb-exit
16840
16841@subsubheading Synopsis
16842
16843@smallexample
16844 -gdb-exit
16845@end smallexample
16846
16847Exit @value{GDBN} immediately.
16848
16849@subsubheading @value{GDBN} Command
16850
16851Approximately corresponds to @samp{quit}.
16852
16853@subsubheading Example
16854
16855@smallexample
16856(@value{GDBP})
16857-gdb-exit
16858@end smallexample
16859
16860@subheading The @code{-gdb-set} Command
16861@findex -gdb-set
16862
16863@subsubheading Synopsis
16864
16865@smallexample
16866 -gdb-set
16867@end smallexample
16868
16869Set an internal @value{GDBN} variable.
16870@c IS THIS A DOLLAR VARIABLE? OR SOMETHING LIKE ANNOTATE ?????
16871
16872@subsubheading @value{GDBN} Command
16873
16874The corresponding @value{GDBN} command is @samp{set}.
16875
16876@subsubheading Example
16877
16878@smallexample
16879(@value{GDBP})
16880-gdb-set $foo=3
16881^done
16882(@value{GDBP})
16883@end smallexample
16884
16885
16886@subheading The @code{-gdb-show} Command
16887@findex -gdb-show
16888
16889@subsubheading Synopsis
16890
16891@smallexample
16892 -gdb-show
16893@end smallexample
16894
16895Show the current value of a @value{GDBN} variable.
16896
16897@subsubheading @value{GDBN} command
16898
16899The corresponding @value{GDBN} command is @samp{show}.
16900
16901@subsubheading Example
16902
16903@smallexample
16904(@value{GDBP})
16905-gdb-show annotate
16906^done,value="0"
16907(@value{GDBP})
16908@end smallexample
16909
16910@c @subheading -gdb-source
16911
16912
16913@subheading The @code{-gdb-version} Command
16914@findex -gdb-version
16915
16916@subsubheading Synopsis
16917
16918@smallexample
16919 -gdb-version
16920@end smallexample
16921
16922Show version information for @value{GDBN}. Used mostly in testing.
16923
16924@subsubheading @value{GDBN} Command
16925
16926There's no equivalent @value{GDBN} command. @value{GDBN} by default shows this
16927information when you start an interactive session.
16928
16929@subsubheading Example
16930
16931@c This example modifies the actual output from GDB to avoid overfull
16932@c box in TeX.
16933@smallexample
16934(@value{GDBP})
16935-gdb-version
16936~GNU gdb 5.2.1
16937~Copyright 2000 Free Software Foundation, Inc.
16938~GDB is free software, covered by the GNU General Public License, and
16939~you are welcome to change it and/or distribute copies of it under
16940~ certain conditions.
16941~Type "show copying" to see the conditions.
16942~There is absolutely no warranty for GDB. Type "show warranty" for
16943~ details.
b383017d 16944~This GDB was configured as
922fbb7b
AC
16945 "--host=sparc-sun-solaris2.5.1 --target=ppc-eabi".
16946^done
16947(@value{GDBP})
16948@end smallexample
16949
16950@subheading The @code{-interpreter-exec} Command
16951@findex -interpreter-exec
16952
16953@subheading Synopsis
16954
16955@smallexample
16956-interpreter-exec @var{interpreter} @var{command}
16957@end smallexample
16958
16959Execute the specified @var{command} in the given @var{interpreter}.
16960
16961@subheading @value{GDBN} Command
16962
16963The corresponding @value{GDBN} command is @samp{interpreter-exec}.
16964
16965@subheading Example
16966
16967@smallexample
16968(@value{GDBP})
16969-interpreter-exec console "break main"
16970&"During symbol reading, couldn't parse type; debugger out of date?.\n"
16971&"During symbol reading, bad structure-type format.\n"
16972~"Breakpoint 1 at 0x8074fc6: file ../../src/gdb/main.c, line 743.\n"
16973^done
16974(@value{GDBP})
16975@end smallexample
16976
16977@ignore
16978@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16979@node GDB/MI Kod Commands
16980@section @sc{gdb/mi} Kod Commands
16981
16982The Kod commands are not implemented.
16983
16984@c @subheading -kod-info
16985
16986@c @subheading -kod-list
16987
16988@c @subheading -kod-list-object-types
16989
16990@c @subheading -kod-show
16991
16992@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16993@node GDB/MI Memory Overlay Commands
16994@section @sc{gdb/mi} Memory Overlay Commands
16995
16996The memory overlay commands are not implemented.
16997
16998@c @subheading -overlay-auto
16999
17000@c @subheading -overlay-list-mapping-state
17001
17002@c @subheading -overlay-list-overlays
17003
17004@c @subheading -overlay-map
17005
17006@c @subheading -overlay-off
17007
17008@c @subheading -overlay-on
17009
17010@c @subheading -overlay-unmap
17011
17012@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17013@node GDB/MI Signal Handling Commands
17014@section @sc{gdb/mi} Signal Handling Commands
17015
17016Signal handling commands are not implemented.
17017
17018@c @subheading -signal-handle
17019
17020@c @subheading -signal-list-handle-actions
17021
17022@c @subheading -signal-list-signal-types
17023@end ignore
17024
17025
17026@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17027@node GDB/MI Stack Manipulation
17028@section @sc{gdb/mi} Stack Manipulation Commands
17029
17030
17031@subheading The @code{-stack-info-frame} Command
17032@findex -stack-info-frame
17033
17034@subsubheading Synopsis
17035
17036@smallexample
17037 -stack-info-frame
17038@end smallexample
17039
17040Get info on the current frame.
17041
17042@subsubheading @value{GDBN} Command
17043
17044The corresponding @value{GDBN} command is @samp{info frame} or @samp{frame}
17045(without arguments).
17046
17047@subsubheading Example
17048N.A.
17049
17050@subheading The @code{-stack-info-depth} Command
17051@findex -stack-info-depth
17052
17053@subsubheading Synopsis
17054
17055@smallexample
17056 -stack-info-depth [ @var{max-depth} ]
17057@end smallexample
17058
17059Return the depth of the stack. If the integer argument @var{max-depth}
17060is specified, do not count beyond @var{max-depth} frames.
17061
17062@subsubheading @value{GDBN} Command
17063
17064There's no equivalent @value{GDBN} command.
17065
17066@subsubheading Example
17067
17068For a stack with frame levels 0 through 11:
17069
17070@smallexample
17071(@value{GDBP})
17072-stack-info-depth
17073^done,depth="12"
17074(@value{GDBP})
17075-stack-info-depth 4
17076^done,depth="4"
17077(@value{GDBP})
17078-stack-info-depth 12
17079^done,depth="12"
17080(@value{GDBP})
17081-stack-info-depth 11
17082^done,depth="11"
17083(@value{GDBP})
17084-stack-info-depth 13
17085^done,depth="12"
17086(@value{GDBP})
17087@end smallexample
17088
17089@subheading The @code{-stack-list-arguments} Command
17090@findex -stack-list-arguments
17091
17092@subsubheading Synopsis
17093
17094@smallexample
17095 -stack-list-arguments @var{show-values}
17096 [ @var{low-frame} @var{high-frame} ]
17097@end smallexample
17098
17099Display a list of the arguments for the frames between @var{low-frame}
17100and @var{high-frame} (inclusive). If @var{low-frame} and
17101@var{high-frame} are not provided, list the arguments for the whole call
17102stack.
17103
17104The @var{show-values} argument must have a value of 0 or 1. A value of
171050 means that only the names of the arguments are listed, a value of 1
17106means that both names and values of the arguments are printed.
17107
17108@subsubheading @value{GDBN} Command
17109
17110@value{GDBN} does not have an equivalent command. @code{gdbtk} has a
17111@samp{gdb_get_args} command which partially overlaps with the
17112functionality of @samp{-stack-list-arguments}.
17113
17114@subsubheading Example
17115
17116@smallexample
17117(@value{GDBP})
17118-stack-list-frames
17119^done,
17120stack=[
17121frame=@{level="0",addr="0x00010734",func="callee4",
17122file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@},
17123frame=@{level="1",addr="0x0001076c",func="callee3",
17124file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="17"@},
17125frame=@{level="2",addr="0x0001078c",func="callee2",
17126file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="22"@},
17127frame=@{level="3",addr="0x000107b4",func="callee1",
17128file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="27"@},
17129frame=@{level="4",addr="0x000107e0",func="main",
17130file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="32"@}]
17131(@value{GDBP})
17132-stack-list-arguments 0
17133^done,
17134stack-args=[
17135frame=@{level="0",args=[]@},
17136frame=@{level="1",args=[name="strarg"]@},
17137frame=@{level="2",args=[name="intarg",name="strarg"]@},
17138frame=@{level="3",args=[name="intarg",name="strarg",name="fltarg"]@},
17139frame=@{level="4",args=[]@}]
17140(@value{GDBP})
17141-stack-list-arguments 1
17142^done,
17143stack-args=[
17144frame=@{level="0",args=[]@},
17145frame=@{level="1",
17146 args=[@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
17147frame=@{level="2",args=[
17148@{name="intarg",value="2"@},
17149@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
17150@{frame=@{level="3",args=[
17151@{name="intarg",value="2"@},
17152@{name="strarg",value="0x11940 \"A string argument.\""@},
17153@{name="fltarg",value="3.5"@}]@},
17154frame=@{level="4",args=[]@}]
17155(@value{GDBP})
17156-stack-list-arguments 0 2 2
17157^done,stack-args=[frame=@{level="2",args=[name="intarg",name="strarg"]@}]
17158(@value{GDBP})
17159-stack-list-arguments 1 2 2
17160^done,stack-args=[frame=@{level="2",
17161args=[@{name="intarg",value="2"@},
17162@{name="strarg",value="0x11940 \"A string argument.\""@}]@}]
17163(@value{GDBP})
17164@end smallexample
17165
17166@c @subheading -stack-list-exception-handlers
17167
17168
17169@subheading The @code{-stack-list-frames} Command
17170@findex -stack-list-frames
17171
17172@subsubheading Synopsis
17173
17174@smallexample
17175 -stack-list-frames [ @var{low-frame} @var{high-frame} ]
17176@end smallexample
17177
17178List the frames currently on the stack. For each frame it displays the
17179following info:
17180
17181@table @samp
17182@item @var{level}
17183The frame number, 0 being the topmost frame, i.e. the innermost function.
17184@item @var{addr}
17185The @code{$pc} value for that frame.
17186@item @var{func}
17187Function name.
17188@item @var{file}
17189File name of the source file where the function lives.
17190@item @var{line}
17191Line number corresponding to the @code{$pc}.
17192@end table
17193
17194If invoked without arguments, this command prints a backtrace for the
17195whole stack. If given two integer arguments, it shows the frames whose
17196levels are between the two arguments (inclusive). If the two arguments
17197are equal, it shows the single frame at the corresponding level.
17198
17199@subsubheading @value{GDBN} Command
17200
17201The corresponding @value{GDBN} commands are @samp{backtrace} and @samp{where}.
17202
17203@subsubheading Example
17204
17205Full stack backtrace:
17206
17207@smallexample
17208(@value{GDBP})
17209-stack-list-frames
17210^done,stack=
17211[frame=@{level="0",addr="0x0001076c",func="foo",
17212 file="recursive2.c",line="11"@},
17213frame=@{level="1",addr="0x000107a4",func="foo",
17214 file="recursive2.c",line="14"@},
17215frame=@{level="2",addr="0x000107a4",func="foo",
17216 file="recursive2.c",line="14"@},
17217frame=@{level="3",addr="0x000107a4",func="foo",
17218 file="recursive2.c",line="14"@},
17219frame=@{level="4",addr="0x000107a4",func="foo",
17220 file="recursive2.c",line="14"@},
17221frame=@{level="5",addr="0x000107a4",func="foo",
17222 file="recursive2.c",line="14"@},
17223frame=@{level="6",addr="0x000107a4",func="foo",
17224 file="recursive2.c",line="14"@},
17225frame=@{level="7",addr="0x000107a4",func="foo",
17226 file="recursive2.c",line="14"@},
17227frame=@{level="8",addr="0x000107a4",func="foo",
17228 file="recursive2.c",line="14"@},
17229frame=@{level="9",addr="0x000107a4",func="foo",
17230 file="recursive2.c",line="14"@},
17231frame=@{level="10",addr="0x000107a4",func="foo",
17232 file="recursive2.c",line="14"@},
17233frame=@{level="11",addr="0x00010738",func="main",
17234 file="recursive2.c",line="4"@}]
17235(@value{GDBP})
17236@end smallexample
17237
17238Show frames between @var{low_frame} and @var{high_frame}:
17239
17240@smallexample
17241(@value{GDBP})
17242-stack-list-frames 3 5
17243^done,stack=
17244[frame=@{level="3",addr="0x000107a4",func="foo",
17245 file="recursive2.c",line="14"@},
17246frame=@{level="4",addr="0x000107a4",func="foo",
17247 file="recursive2.c",line="14"@},
17248frame=@{level="5",addr="0x000107a4",func="foo",
17249 file="recursive2.c",line="14"@}]
17250(@value{GDBP})
17251@end smallexample
17252
17253Show a single frame:
17254
17255@smallexample
17256(@value{GDBP})
17257-stack-list-frames 3 3
17258^done,stack=
17259[frame=@{level="3",addr="0x000107a4",func="foo",
17260 file="recursive2.c",line="14"@}]
17261(@value{GDBP})
17262@end smallexample
17263
17264
17265@subheading The @code{-stack-list-locals} Command
17266@findex -stack-list-locals
17267
17268@subsubheading Synopsis
17269
17270@smallexample
17271 -stack-list-locals @var{print-values}
17272@end smallexample
17273
17274Display the local variable names for the current frame. With an
bc8ced35
NR
17275argument of 0 or @code{--no-values}, prints only the names of the variables.
17276With argument of 1 or @code{--all-values}, prints also their values. With
17277argument of 2 or @code{--simple-values}, prints the name, type and value for
17278simple data types and the name and type for arrays, structures and
17279unions. In this last case, the idea is that the user can see the
17280value of simple data types immediately and he can create variable
17281objects for other data types if he wishes to explore their values in
17282more detail.
922fbb7b
AC
17283
17284@subsubheading @value{GDBN} Command
17285
17286@samp{info locals} in @value{GDBN}, @samp{gdb_get_locals} in @code{gdbtk}.
17287
17288@subsubheading Example
17289
17290@smallexample
17291(@value{GDBP})
17292-stack-list-locals 0
17293^done,locals=[name="A",name="B",name="C"]
17294(@value{GDBP})
bc8ced35 17295-stack-list-locals --all-values
922fbb7b 17296^done,locals=[@{name="A",value="1"@},@{name="B",value="2"@},
bc8ced35
NR
17297 @{name="C",value="@{1, 2, 3@}"@}]
17298-stack-list-locals --simple-values
17299^done,locals=[@{name="A",type="int",value="1"@},
17300 @{name="B",type="int",value="2"@},@{name="C",type="int [3]"@}]
922fbb7b
AC
17301(@value{GDBP})
17302@end smallexample
17303
17304
17305@subheading The @code{-stack-select-frame} Command
17306@findex -stack-select-frame
17307
17308@subsubheading Synopsis
17309
17310@smallexample
17311 -stack-select-frame @var{framenum}
17312@end smallexample
17313
17314Change the current frame. Select a different frame @var{framenum} on
17315the stack.
17316
17317@subsubheading @value{GDBN} Command
17318
17319The corresponding @value{GDBN} commands are @samp{frame}, @samp{up},
17320@samp{down}, @samp{select-frame}, @samp{up-silent}, and @samp{down-silent}.
17321
17322@subsubheading Example
17323
17324@smallexample
17325(@value{GDBP})
17326-stack-select-frame 2
17327^done
17328(@value{GDBP})
17329@end smallexample
17330
17331@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17332@node GDB/MI Symbol Query
17333@section @sc{gdb/mi} Symbol Query Commands
17334
17335
17336@subheading The @code{-symbol-info-address} Command
17337@findex -symbol-info-address
17338
17339@subsubheading Synopsis
17340
17341@smallexample
17342 -symbol-info-address @var{symbol}
17343@end smallexample
17344
17345Describe where @var{symbol} is stored.
17346
17347@subsubheading @value{GDBN} Command
17348
17349The corresponding @value{GDBN} command is @samp{info address}.
17350
17351@subsubheading Example
17352N.A.
17353
17354
17355@subheading The @code{-symbol-info-file} Command
17356@findex -symbol-info-file
17357
17358@subsubheading Synopsis
17359
17360@smallexample
17361 -symbol-info-file
17362@end smallexample
17363
17364Show the file for the symbol.
17365
17366@subsubheading @value{GDBN} Command
17367
17368There's no equivalent @value{GDBN} command. @code{gdbtk} has
17369@samp{gdb_find_file}.
17370
17371@subsubheading Example
17372N.A.
17373
17374
17375@subheading The @code{-symbol-info-function} Command
17376@findex -symbol-info-function
17377
17378@subsubheading Synopsis
17379
17380@smallexample
17381 -symbol-info-function
17382@end smallexample
17383
17384Show which function the symbol lives in.
17385
17386@subsubheading @value{GDBN} Command
17387
17388@samp{gdb_get_function} in @code{gdbtk}.
17389
17390@subsubheading Example
17391N.A.
17392
17393
17394@subheading The @code{-symbol-info-line} Command
17395@findex -symbol-info-line
17396
17397@subsubheading Synopsis
17398
17399@smallexample
17400 -symbol-info-line
17401@end smallexample
17402
17403Show the core addresses of the code for a source line.
17404
17405@subsubheading @value{GDBN} Command
17406
71952f4c 17407The corresponding @value{GDBN} command is @samp{info line}.
922fbb7b
AC
17408@code{gdbtk} has the @samp{gdb_get_line} and @samp{gdb_get_file} commands.
17409
17410@subsubheading Example
17411N.A.
17412
17413
17414@subheading The @code{-symbol-info-symbol} Command
17415@findex -symbol-info-symbol
17416
17417@subsubheading Synopsis
17418
17419@smallexample
17420 -symbol-info-symbol @var{addr}
17421@end smallexample
17422
17423Describe what symbol is at location @var{addr}.
17424
17425@subsubheading @value{GDBN} Command
17426
17427The corresponding @value{GDBN} command is @samp{info symbol}.
17428
17429@subsubheading Example
17430N.A.
17431
17432
17433@subheading The @code{-symbol-list-functions} Command
17434@findex -symbol-list-functions
17435
17436@subsubheading Synopsis
17437
17438@smallexample
17439 -symbol-list-functions
17440@end smallexample
17441
17442List the functions in the executable.
17443
17444@subsubheading @value{GDBN} Command
17445
17446@samp{info functions} in @value{GDBN}, @samp{gdb_listfunc} and
17447@samp{gdb_search} in @code{gdbtk}.
17448
17449@subsubheading Example
17450N.A.
17451
17452
32e7087d
JB
17453@subheading The @code{-symbol-list-lines} Command
17454@findex -symbol-list-lines
17455
17456@subsubheading Synopsis
17457
17458@smallexample
17459 -symbol-list-lines @var{filename}
17460@end smallexample
17461
17462Print the list of lines that contain code and their associated program
17463addresses for the given source filename. The entries are sorted in
17464ascending PC order.
17465
17466@subsubheading @value{GDBN} Command
17467
17468There is no corresponding @value{GDBN} command.
17469
17470@subsubheading Example
17471@smallexample
17472(@value{GDBP})
17473-symbol-list-lines basics.c
54ff5908 17474^done,lines=[@{pc="0x08048554",line="7"@},@{pc="0x0804855a",line="8"@}]
32e7087d
JB
17475(@value{GDBP})
17476@end smallexample
17477
17478
922fbb7b
AC
17479@subheading The @code{-symbol-list-types} Command
17480@findex -symbol-list-types
17481
17482@subsubheading Synopsis
17483
17484@smallexample
17485 -symbol-list-types
17486@end smallexample
17487
17488List all the type names.
17489
17490@subsubheading @value{GDBN} Command
17491
17492The corresponding commands are @samp{info types} in @value{GDBN},
17493@samp{gdb_search} in @code{gdbtk}.
17494
17495@subsubheading Example
17496N.A.
17497
17498
17499@subheading The @code{-symbol-list-variables} Command
17500@findex -symbol-list-variables
17501
17502@subsubheading Synopsis
17503
17504@smallexample
17505 -symbol-list-variables
17506@end smallexample
17507
17508List all the global and static variable names.
17509
17510@subsubheading @value{GDBN} Command
17511
17512@samp{info variables} in @value{GDBN}, @samp{gdb_search} in @code{gdbtk}.
17513
17514@subsubheading Example
17515N.A.
17516
17517
17518@subheading The @code{-symbol-locate} Command
17519@findex -symbol-locate
17520
17521@subsubheading Synopsis
17522
17523@smallexample
17524 -symbol-locate
17525@end smallexample
17526
17527@subsubheading @value{GDBN} Command
17528
17529@samp{gdb_loc} in @code{gdbtk}.
17530
17531@subsubheading Example
17532N.A.
17533
17534
17535@subheading The @code{-symbol-type} Command
17536@findex -symbol-type
17537
17538@subsubheading Synopsis
17539
17540@smallexample
17541 -symbol-type @var{variable}
17542@end smallexample
17543
17544Show type of @var{variable}.
17545
17546@subsubheading @value{GDBN} Command
17547
17548The corresponding @value{GDBN} command is @samp{ptype}, @code{gdbtk} has
17549@samp{gdb_obj_variable}.
17550
17551@subsubheading Example
17552N.A.
17553
17554
17555@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17556@node GDB/MI Target Manipulation
17557@section @sc{gdb/mi} Target Manipulation Commands
17558
17559
17560@subheading The @code{-target-attach} Command
17561@findex -target-attach
17562
17563@subsubheading Synopsis
17564
17565@smallexample
17566 -target-attach @var{pid} | @var{file}
17567@end smallexample
17568
17569Attach to a process @var{pid} or a file @var{file} outside of @value{GDBN}.
17570
17571@subsubheading @value{GDBN} command
17572
17573The corresponding @value{GDBN} command is @samp{attach}.
17574
17575@subsubheading Example
17576N.A.
17577
17578
17579@subheading The @code{-target-compare-sections} Command
17580@findex -target-compare-sections
17581
17582@subsubheading Synopsis
17583
17584@smallexample
17585 -target-compare-sections [ @var{section} ]
17586@end smallexample
17587
17588Compare data of section @var{section} on target to the exec file.
17589Without the argument, all sections are compared.
17590
17591@subsubheading @value{GDBN} Command
17592
17593The @value{GDBN} equivalent is @samp{compare-sections}.
17594
17595@subsubheading Example
17596N.A.
17597
17598
17599@subheading The @code{-target-detach} Command
17600@findex -target-detach
17601
17602@subsubheading Synopsis
17603
17604@smallexample
17605 -target-detach
17606@end smallexample
17607
17608Disconnect from the remote target. There's no output.
17609
17610@subsubheading @value{GDBN} command
17611
17612The corresponding @value{GDBN} command is @samp{detach}.
17613
17614@subsubheading Example
17615
17616@smallexample
17617(@value{GDBP})
17618-target-detach
17619^done
17620(@value{GDBP})
17621@end smallexample
17622
17623
07f31aa6
DJ
17624@subheading The @code{-target-disconnect} Command
17625@findex -target-disconnect
17626
17627@subsubheading Synopsis
17628
17629@example
17630 -target-disconnect
17631@end example
17632
17633Disconnect from the remote target. There's no output.
17634
17635@subsubheading @value{GDBN} command
17636
17637The corresponding @value{GDBN} command is @samp{disconnect}.
17638
17639@subsubheading Example
17640
17641@smallexample
17642(@value{GDBP})
17643-target-disconnect
17644^done
17645(@value{GDBP})
17646@end smallexample
17647
17648
922fbb7b
AC
17649@subheading The @code{-target-download} Command
17650@findex -target-download
17651
17652@subsubheading Synopsis
17653
17654@smallexample
17655 -target-download
17656@end smallexample
17657
17658Loads the executable onto the remote target.
17659It prints out an update message every half second, which includes the fields:
17660
17661@table @samp
17662@item section
17663The name of the section.
17664@item section-sent
17665The size of what has been sent so far for that section.
17666@item section-size
17667The size of the section.
17668@item total-sent
17669The total size of what was sent so far (the current and the previous sections).
17670@item total-size
17671The size of the overall executable to download.
17672@end table
17673
17674@noindent
17675Each message is sent as status record (@pxref{GDB/MI Output Syntax, ,
17676@sc{gdb/mi} Output Syntax}).
17677
17678In addition, it prints the name and size of the sections, as they are
17679downloaded. These messages include the following fields:
17680
17681@table @samp
17682@item section
17683The name of the section.
17684@item section-size
17685The size of the section.
17686@item total-size
17687The size of the overall executable to download.
17688@end table
17689
17690@noindent
17691At the end, a summary is printed.
17692
17693@subsubheading @value{GDBN} Command
17694
17695The corresponding @value{GDBN} command is @samp{load}.
17696
17697@subsubheading Example
17698
17699Note: each status message appears on a single line. Here the messages
17700have been broken down so that they can fit onto a page.
17701
17702@smallexample
17703(@value{GDBP})
17704-target-download
17705+download,@{section=".text",section-size="6668",total-size="9880"@}
17706+download,@{section=".text",section-sent="512",section-size="6668",
17707total-sent="512",total-size="9880"@}
17708+download,@{section=".text",section-sent="1024",section-size="6668",
17709total-sent="1024",total-size="9880"@}
17710+download,@{section=".text",section-sent="1536",section-size="6668",
17711total-sent="1536",total-size="9880"@}
17712+download,@{section=".text",section-sent="2048",section-size="6668",
17713total-sent="2048",total-size="9880"@}
17714+download,@{section=".text",section-sent="2560",section-size="6668",
17715total-sent="2560",total-size="9880"@}
17716+download,@{section=".text",section-sent="3072",section-size="6668",
17717total-sent="3072",total-size="9880"@}
17718+download,@{section=".text",section-sent="3584",section-size="6668",
17719total-sent="3584",total-size="9880"@}
17720+download,@{section=".text",section-sent="4096",section-size="6668",
17721total-sent="4096",total-size="9880"@}
17722+download,@{section=".text",section-sent="4608",section-size="6668",
17723total-sent="4608",total-size="9880"@}
17724+download,@{section=".text",section-sent="5120",section-size="6668",
17725total-sent="5120",total-size="9880"@}
17726+download,@{section=".text",section-sent="5632",section-size="6668",
17727total-sent="5632",total-size="9880"@}
17728+download,@{section=".text",section-sent="6144",section-size="6668",
17729total-sent="6144",total-size="9880"@}
17730+download,@{section=".text",section-sent="6656",section-size="6668",
17731total-sent="6656",total-size="9880"@}
17732+download,@{section=".init",section-size="28",total-size="9880"@}
17733+download,@{section=".fini",section-size="28",total-size="9880"@}
17734+download,@{section=".data",section-size="3156",total-size="9880"@}
17735+download,@{section=".data",section-sent="512",section-size="3156",
17736total-sent="7236",total-size="9880"@}
17737+download,@{section=".data",section-sent="1024",section-size="3156",
17738total-sent="7748",total-size="9880"@}
17739+download,@{section=".data",section-sent="1536",section-size="3156",
17740total-sent="8260",total-size="9880"@}
17741+download,@{section=".data",section-sent="2048",section-size="3156",
17742total-sent="8772",total-size="9880"@}
17743+download,@{section=".data",section-sent="2560",section-size="3156",
17744total-sent="9284",total-size="9880"@}
17745+download,@{section=".data",section-sent="3072",section-size="3156",
17746total-sent="9796",total-size="9880"@}
17747^done,address="0x10004",load-size="9880",transfer-rate="6586",
17748write-rate="429"
17749(@value{GDBP})
17750@end smallexample
17751
17752
17753@subheading The @code{-target-exec-status} Command
17754@findex -target-exec-status
17755
17756@subsubheading Synopsis
17757
17758@smallexample
17759 -target-exec-status
17760@end smallexample
17761
17762Provide information on the state of the target (whether it is running or
17763not, for instance).
17764
17765@subsubheading @value{GDBN} Command
17766
17767There's no equivalent @value{GDBN} command.
17768
17769@subsubheading Example
17770N.A.
17771
17772
17773@subheading The @code{-target-list-available-targets} Command
17774@findex -target-list-available-targets
17775
17776@subsubheading Synopsis
17777
17778@smallexample
17779 -target-list-available-targets
17780@end smallexample
17781
17782List the possible targets to connect to.
17783
17784@subsubheading @value{GDBN} Command
17785
17786The corresponding @value{GDBN} command is @samp{help target}.
17787
17788@subsubheading Example
17789N.A.
17790
17791
17792@subheading The @code{-target-list-current-targets} Command
17793@findex -target-list-current-targets
17794
17795@subsubheading Synopsis
17796
17797@smallexample
17798 -target-list-current-targets
17799@end smallexample
17800
17801Describe the current target.
17802
17803@subsubheading @value{GDBN} Command
17804
17805The corresponding information is printed by @samp{info file} (among
17806other things).
17807
17808@subsubheading Example
17809N.A.
17810
17811
17812@subheading The @code{-target-list-parameters} Command
17813@findex -target-list-parameters
17814
17815@subsubheading Synopsis
17816
17817@smallexample
17818 -target-list-parameters
17819@end smallexample
17820
17821@c ????
17822
17823@subsubheading @value{GDBN} Command
17824
17825No equivalent.
17826
17827@subsubheading Example
17828N.A.
17829
17830
17831@subheading The @code{-target-select} Command
17832@findex -target-select
17833
17834@subsubheading Synopsis
17835
17836@smallexample
17837 -target-select @var{type} @var{parameters @dots{}}
17838@end smallexample
17839
17840Connect @value{GDBN} to the remote target. This command takes two args:
17841
17842@table @samp
17843@item @var{type}
17844The type of target, for instance @samp{async}, @samp{remote}, etc.
17845@item @var{parameters}
17846Device names, host names and the like. @xref{Target Commands, ,
17847Commands for managing targets}, for more details.
17848@end table
17849
17850The output is a connection notification, followed by the address at
17851which the target program is, in the following form:
17852
17853@smallexample
17854^connected,addr="@var{address}",func="@var{function name}",
17855 args=[@var{arg list}]
17856@end smallexample
17857
17858@subsubheading @value{GDBN} Command
17859
17860The corresponding @value{GDBN} command is @samp{target}.
17861
17862@subsubheading Example
17863
17864@smallexample
17865(@value{GDBP})
17866-target-select async /dev/ttya
17867^connected,addr="0xfe00a300",func="??",args=[]
17868(@value{GDBP})
17869@end smallexample
17870
17871@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17872@node GDB/MI Thread Commands
17873@section @sc{gdb/mi} Thread Commands
17874
17875
17876@subheading The @code{-thread-info} Command
17877@findex -thread-info
17878
17879@subsubheading Synopsis
17880
17881@smallexample
17882 -thread-info
17883@end smallexample
17884
17885@subsubheading @value{GDBN} command
17886
17887No equivalent.
17888
17889@subsubheading Example
17890N.A.
17891
17892
17893@subheading The @code{-thread-list-all-threads} Command
17894@findex -thread-list-all-threads
17895
17896@subsubheading Synopsis
17897
17898@smallexample
17899 -thread-list-all-threads
17900@end smallexample
17901
17902@subsubheading @value{GDBN} Command
17903
17904The equivalent @value{GDBN} command is @samp{info threads}.
17905
17906@subsubheading Example
17907N.A.
17908
17909
17910@subheading The @code{-thread-list-ids} Command
17911@findex -thread-list-ids
17912
17913@subsubheading Synopsis
17914
17915@smallexample
17916 -thread-list-ids
17917@end smallexample
17918
17919Produces a list of the currently known @value{GDBN} thread ids. At the
17920end of the list it also prints the total number of such threads.
17921
17922@subsubheading @value{GDBN} Command
17923
17924Part of @samp{info threads} supplies the same information.
17925
17926@subsubheading Example
17927
17928No threads present, besides the main process:
17929
17930@smallexample
17931(@value{GDBP})
17932-thread-list-ids
17933^done,thread-ids=@{@},number-of-threads="0"
17934(@value{GDBP})
17935@end smallexample
17936
17937
17938Several threads:
17939
17940@smallexample
17941(@value{GDBP})
17942-thread-list-ids
17943^done,thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
17944number-of-threads="3"
17945(@value{GDBP})
17946@end smallexample
17947
17948
17949@subheading The @code{-thread-select} Command
17950@findex -thread-select
17951
17952@subsubheading Synopsis
17953
17954@smallexample
17955 -thread-select @var{threadnum}
17956@end smallexample
17957
17958Make @var{threadnum} the current thread. It prints the number of the new
17959current thread, and the topmost frame for that thread.
17960
17961@subsubheading @value{GDBN} Command
17962
17963The corresponding @value{GDBN} command is @samp{thread}.
17964
17965@subsubheading Example
17966
17967@smallexample
17968(@value{GDBP})
17969-exec-next
17970^running
17971(@value{GDBP})
17972*stopped,reason="end-stepping-range",thread-id="2",line="187",
17973file="../../../devo/gdb/testsuite/gdb.threads/linux-dp.c"
17974(@value{GDBP})
17975-thread-list-ids
17976^done,
17977thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
17978number-of-threads="3"
17979(@value{GDBP})
17980-thread-select 3
17981^done,new-thread-id="3",
17982frame=@{level="0",func="vprintf",
17983args=[@{name="format",value="0x8048e9c \"%*s%c %d %c\\n\""@},
17984@{name="arg",value="0x2"@}],file="vprintf.c",line="31"@}
17985(@value{GDBP})
17986@end smallexample
17987
17988@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17989@node GDB/MI Tracepoint Commands
17990@section @sc{gdb/mi} Tracepoint Commands
17991
17992The tracepoint commands are not yet implemented.
17993
17994@c @subheading -trace-actions
17995
17996@c @subheading -trace-delete
17997
17998@c @subheading -trace-disable
17999
18000@c @subheading -trace-dump
18001
18002@c @subheading -trace-enable
18003
18004@c @subheading -trace-exists
18005
18006@c @subheading -trace-find
18007
18008@c @subheading -trace-frame-number
18009
18010@c @subheading -trace-info
18011
18012@c @subheading -trace-insert
18013
18014@c @subheading -trace-list
18015
18016@c @subheading -trace-pass-count
18017
18018@c @subheading -trace-save
18019
18020@c @subheading -trace-start
18021
18022@c @subheading -trace-stop
18023
18024
18025@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
18026@node GDB/MI Variable Objects
18027@section @sc{gdb/mi} Variable Objects
18028
18029
18030@subheading Motivation for Variable Objects in @sc{gdb/mi}
18031
18032For the implementation of a variable debugger window (locals, watched
18033expressions, etc.), we are proposing the adaptation of the existing code
18034used by @code{Insight}.
18035
18036The two main reasons for that are:
18037
18038@enumerate 1
18039@item
18040It has been proven in practice (it is already on its second generation).
18041
18042@item
18043It will shorten development time (needless to say how important it is
18044now).
18045@end enumerate
18046
18047The original interface was designed to be used by Tcl code, so it was
18048slightly changed so it could be used through @sc{gdb/mi}. This section
18049describes the @sc{gdb/mi} operations that will be available and gives some
18050hints about their use.
18051
18052@emph{Note}: In addition to the set of operations described here, we
18053expect the @sc{gui} implementation of a variable window to require, at
18054least, the following operations:
18055
18056@itemize @bullet
18057@item @code{-gdb-show} @code{output-radix}
18058@item @code{-stack-list-arguments}
18059@item @code{-stack-list-locals}
18060@item @code{-stack-select-frame}
18061@end itemize
18062
18063@subheading Introduction to Variable Objects in @sc{gdb/mi}
18064
18065@cindex variable objects in @sc{gdb/mi}
18066The basic idea behind variable objects is the creation of a named object
18067to represent a variable, an expression, a memory location or even a CPU
18068register. For each object created, a set of operations is available for
18069examining or changing its properties.
18070
18071Furthermore, complex data types, such as C structures, are represented
18072in a tree format. For instance, the @code{struct} type variable is the
18073root and the children will represent the struct members. If a child
18074is itself of a complex type, it will also have children of its own.
18075Appropriate language differences are handled for C, C@t{++} and Java.
18076
18077When returning the actual values of the objects, this facility allows
18078for the individual selection of the display format used in the result
18079creation. It can be chosen among: binary, decimal, hexadecimal, octal
18080and natural. Natural refers to a default format automatically
18081chosen based on the variable type (like decimal for an @code{int}, hex
18082for pointers, etc.).
18083
18084The following is the complete set of @sc{gdb/mi} operations defined to
18085access this functionality:
18086
18087@multitable @columnfractions .4 .6
18088@item @strong{Operation}
18089@tab @strong{Description}
18090
18091@item @code{-var-create}
18092@tab create a variable object
18093@item @code{-var-delete}
18094@tab delete the variable object and its children
18095@item @code{-var-set-format}
18096@tab set the display format of this variable
18097@item @code{-var-show-format}
18098@tab show the display format of this variable
18099@item @code{-var-info-num-children}
18100@tab tells how many children this object has
18101@item @code{-var-list-children}
18102@tab return a list of the object's children
18103@item @code{-var-info-type}
18104@tab show the type of this variable object
18105@item @code{-var-info-expression}
18106@tab print what this variable object represents
18107@item @code{-var-show-attributes}
18108@tab is this variable editable? does it exist here?
18109@item @code{-var-evaluate-expression}
18110@tab get the value of this variable
18111@item @code{-var-assign}
18112@tab set the value of this variable
18113@item @code{-var-update}
18114@tab update the variable and its children
18115@end multitable
18116
18117In the next subsection we describe each operation in detail and suggest
18118how it can be used.
18119
18120@subheading Description And Use of Operations on Variable Objects
18121
18122@subheading The @code{-var-create} Command
18123@findex -var-create
18124
18125@subsubheading Synopsis
18126
18127@smallexample
18128 -var-create @{@var{name} | "-"@}
18129 @{@var{frame-addr} | "*"@} @var{expression}
18130@end smallexample
18131
18132This operation creates a variable object, which allows the monitoring of
18133a variable, the result of an expression, a memory cell or a CPU
18134register.
18135
18136The @var{name} parameter is the string by which the object can be
18137referenced. It must be unique. If @samp{-} is specified, the varobj
18138system will generate a string ``varNNNNNN'' automatically. It will be
18139unique provided that one does not specify @var{name} on that format.
18140The command fails if a duplicate name is found.
18141
18142The frame under which the expression should be evaluated can be
18143specified by @var{frame-addr}. A @samp{*} indicates that the current
18144frame should be used.
18145
18146@var{expression} is any expression valid on the current language set (must not
18147begin with a @samp{*}), or one of the following:
18148
18149@itemize @bullet
18150@item
18151@samp{*@var{addr}}, where @var{addr} is the address of a memory cell
18152
18153@item
18154@samp{*@var{addr}-@var{addr}} --- a memory address range (TBD)
18155
18156@item
18157@samp{$@var{regname}} --- a CPU register name
18158@end itemize
18159
18160@subsubheading Result
18161
18162This operation returns the name, number of children and the type of the
18163object created. Type is returned as a string as the ones generated by
18164the @value{GDBN} CLI:
18165
18166@smallexample
18167 name="@var{name}",numchild="N",type="@var{type}"
18168@end smallexample
18169
18170
18171@subheading The @code{-var-delete} Command
18172@findex -var-delete
18173
18174@subsubheading Synopsis
18175
18176@smallexample
18177 -var-delete @var{name}
18178@end smallexample
18179
18180Deletes a previously created variable object and all of its children.
18181
18182Returns an error if the object @var{name} is not found.
18183
18184
18185@subheading The @code{-var-set-format} Command
18186@findex -var-set-format
18187
18188@subsubheading Synopsis
18189
18190@smallexample
18191 -var-set-format @var{name} @var{format-spec}
18192@end smallexample
18193
18194Sets the output format for the value of the object @var{name} to be
18195@var{format-spec}.
18196
18197The syntax for the @var{format-spec} is as follows:
18198
18199@smallexample
18200 @var{format-spec} @expansion{}
18201 @{binary | decimal | hexadecimal | octal | natural@}
18202@end smallexample
18203
18204
18205@subheading The @code{-var-show-format} Command
18206@findex -var-show-format
18207
18208@subsubheading Synopsis
18209
18210@smallexample
18211 -var-show-format @var{name}
18212@end smallexample
18213
18214Returns the format used to display the value of the object @var{name}.
18215
18216@smallexample
18217 @var{format} @expansion{}
18218 @var{format-spec}
18219@end smallexample
18220
18221
18222@subheading The @code{-var-info-num-children} Command
18223@findex -var-info-num-children
18224
18225@subsubheading Synopsis
18226
18227@smallexample
18228 -var-info-num-children @var{name}
18229@end smallexample
18230
18231Returns the number of children of a variable object @var{name}:
18232
18233@smallexample
18234 numchild=@var{n}
18235@end smallexample
18236
18237
18238@subheading The @code{-var-list-children} Command
18239@findex -var-list-children
18240
18241@subsubheading Synopsis
18242
18243@smallexample
bc8ced35 18244 -var-list-children [@var{print-values}] @var{name}
922fbb7b
AC
18245@end smallexample
18246
bc8ced35
NR
18247Returns a list of the children of the specified variable object. With
18248just the variable object name as an argument or with an optional
18249preceding argument of 0 or @code{--no-values}, prints only the names of the
18250variables. With an optional preceding argument of 1 or @code{--all-values},
18251also prints their values.
18252
18253@subsubheading Example
922fbb7b
AC
18254
18255@smallexample
bc8ced35
NR
18256(@value{GDBP})
18257 -var-list-children n
922fbb7b
AC
18258 numchild=@var{n},children=[@{name=@var{name},
18259 numchild=@var{n},type=@var{type}@},@r{(repeats N times)}]
bc8ced35
NR
18260(@value{GDBP})
18261 -var-list-children --all-values n
18262 numchild=@var{n},children=[@{name=@var{name},
18263 numchild=@var{n},value=@var{value},type=@var{type}@},@r{(repeats N times)}]
922fbb7b
AC
18264@end smallexample
18265
18266
18267@subheading The @code{-var-info-type} Command
18268@findex -var-info-type
18269
18270@subsubheading Synopsis
18271
18272@smallexample
18273 -var-info-type @var{name}
18274@end smallexample
18275
18276Returns the type of the specified variable @var{name}. The type is
18277returned as a string in the same format as it is output by the
18278@value{GDBN} CLI:
18279
18280@smallexample
18281 type=@var{typename}
18282@end smallexample
18283
18284
18285@subheading The @code{-var-info-expression} Command
18286@findex -var-info-expression
18287
18288@subsubheading Synopsis
18289
18290@smallexample
18291 -var-info-expression @var{name}
18292@end smallexample
18293
18294Returns what is represented by the variable object @var{name}:
18295
18296@smallexample
18297 lang=@var{lang-spec},exp=@var{expression}
18298@end smallexample
18299
18300@noindent
18301where @var{lang-spec} is @code{@{"C" | "C++" | "Java"@}}.
18302
18303@subheading The @code{-var-show-attributes} Command
18304@findex -var-show-attributes
18305
18306@subsubheading Synopsis
18307
18308@smallexample
18309 -var-show-attributes @var{name}
18310@end smallexample
18311
18312List attributes of the specified variable object @var{name}:
18313
18314@smallexample
18315 status=@var{attr} [ ( ,@var{attr} )* ]
18316@end smallexample
18317
18318@noindent
18319where @var{attr} is @code{@{ @{ editable | noneditable @} | TBD @}}.
18320
18321@subheading The @code{-var-evaluate-expression} Command
18322@findex -var-evaluate-expression
18323
18324@subsubheading Synopsis
18325
18326@smallexample
18327 -var-evaluate-expression @var{name}
18328@end smallexample
18329
18330Evaluates the expression that is represented by the specified variable
18331object and returns its value as a string in the current format specified
18332for the object:
18333
18334@smallexample
18335 value=@var{value}
18336@end smallexample
18337
18338Note that one must invoke @code{-var-list-children} for a variable
18339before the value of a child variable can be evaluated.
18340
18341@subheading The @code{-var-assign} Command
18342@findex -var-assign
18343
18344@subsubheading Synopsis
18345
18346@smallexample
18347 -var-assign @var{name} @var{expression}
18348@end smallexample
18349
18350Assigns the value of @var{expression} to the variable object specified
18351by @var{name}. The object must be @samp{editable}. If the variable's
b383017d 18352value is altered by the assign, the variable will show up in any
922fbb7b
AC
18353subsequent @code{-var-update} list.
18354
18355@subsubheading Example
18356
18357@smallexample
18358(@value{GDBP})
18359-var-assign var1 3
18360^done,value="3"
18361(@value{GDBP})
18362-var-update *
18363^done,changelist=[@{name="var1",in_scope="true",type_changed="false"@}]
18364(@value{GDBP})
18365@end smallexample
18366
18367@subheading The @code{-var-update} Command
18368@findex -var-update
18369
18370@subsubheading Synopsis
18371
18372@smallexample
18373 -var-update @{@var{name} | "*"@}
18374@end smallexample
18375
18376Update the value of the variable object @var{name} by evaluating its
18377expression after fetching all the new values from memory or registers.
18378A @samp{*} causes all existing variable objects to be updated.
18379
18380
18381@node Annotations
18382@chapter @value{GDBN} Annotations
18383
086432e2
AC
18384This chapter describes annotations in @value{GDBN}. Annotations were
18385designed to interface @value{GDBN} to graphical user interfaces or other
18386similar programs which want to interact with @value{GDBN} at a
922fbb7b
AC
18387relatively high level.
18388
086432e2
AC
18389The annotation mechanism has largely been superseeded by @sc{gdb/mi}
18390(@pxref{GDB/MI}).
18391
922fbb7b
AC
18392@ignore
18393This is Edition @value{EDITION}, @value{DATE}.
18394@end ignore
18395
18396@menu
18397* Annotations Overview:: What annotations are; the general syntax.
18398* Server Prefix:: Issuing a command without affecting user state.
922fbb7b
AC
18399* Prompting:: Annotations marking @value{GDBN}'s need for input.
18400* Errors:: Annotations for error messages.
922fbb7b
AC
18401* Invalidation:: Some annotations describe things now invalid.
18402* Annotations for Running::
18403 Whether the program is running, how it stopped, etc.
18404* Source Annotations:: Annotations describing source code.
922fbb7b
AC
18405@end menu
18406
18407@node Annotations Overview
18408@section What is an Annotation?
18409@cindex annotations
18410
922fbb7b
AC
18411Annotations start with a newline character, two @samp{control-z}
18412characters, and the name of the annotation. If there is no additional
18413information associated with this annotation, the name of the annotation
18414is followed immediately by a newline. If there is additional
18415information, the name of the annotation is followed by a space, the
18416additional information, and a newline. The additional information
18417cannot contain newline characters.
18418
18419Any output not beginning with a newline and two @samp{control-z}
18420characters denotes literal output from @value{GDBN}. Currently there is
18421no need for @value{GDBN} to output a newline followed by two
18422@samp{control-z} characters, but if there was such a need, the
18423annotations could be extended with an @samp{escape} annotation which
18424means those three characters as output.
18425
086432e2
AC
18426The annotation @var{level}, which is specified using the
18427@option{--annotate} command line option (@pxref{Mode Options}), controls
18428how much information @value{GDBN} prints together with its prompt,
18429values of expressions, source lines, and other types of output. Level 0
18430is for no anntations, level 1 is for use when @value{GDBN} is run as a
18431subprocess of @sc{gnu} Emacs, level 3 is the maximum annotation suitable
18432for programs that control @value{GDBN}, and level 2 annotations have
18433been made obsolete (@pxref{Limitations, , Limitations of the Annotation
18434Interface, annotate, GDB's Obsolete Annotations}). This chapter
18435describes level 3 annotations.
18436
922fbb7b
AC
18437A simple example of starting up @value{GDBN} with annotations is:
18438
18439@smallexample
086432e2
AC
18440$ @kbd{gdb --annotate=3}
18441GNU gdb 6.0
18442Copyright 2003 Free Software Foundation, Inc.
922fbb7b
AC
18443GDB is free software, covered by the GNU General Public License,
18444and you are welcome to change it and/or distribute copies of it
18445under certain conditions.
18446Type "show copying" to see the conditions.
18447There is absolutely no warranty for GDB. Type "show warranty"
18448for details.
086432e2 18449This GDB was configured as "i386-pc-linux-gnu"
922fbb7b
AC
18450
18451^Z^Zpre-prompt
b383017d 18452(gdb)
922fbb7b 18453^Z^Zprompt
086432e2 18454@kbd{quit}
922fbb7b
AC
18455
18456^Z^Zpost-prompt
b383017d 18457$
922fbb7b
AC
18458@end smallexample
18459
18460Here @samp{quit} is input to @value{GDBN}; the rest is output from
18461@value{GDBN}. The three lines beginning @samp{^Z^Z} (where @samp{^Z}
18462denotes a @samp{control-z} character) are annotations; the rest is
18463output from @value{GDBN}.
18464
18465@node Server Prefix
18466@section The Server Prefix
18467@cindex server prefix for annotations
18468
18469To issue a command to @value{GDBN} without affecting certain aspects of
18470the state which is seen by users, prefix it with @samp{server }. This
18471means that this command will not affect the command history, nor will it
18472affect @value{GDBN}'s notion of which command to repeat if @key{RET} is
18473pressed on a line by itself.
18474
18475The server prefix does not affect the recording of values into the value
18476history; to print a value without recording it into the value history,
18477use the @code{output} command instead of the @code{print} command.
18478
922fbb7b
AC
18479@node Prompting
18480@section Annotation for @value{GDBN} Input
18481
18482@cindex annotations for prompts
18483When @value{GDBN} prompts for input, it annotates this fact so it is possible
18484to know when to send output, when the output from a given command is
18485over, etc.
18486
18487Different kinds of input each have a different @dfn{input type}. Each
18488input type has three annotations: a @code{pre-} annotation, which
18489denotes the beginning of any prompt which is being output, a plain
18490annotation, which denotes the end of the prompt, and then a @code{post-}
18491annotation which denotes the end of any echo which may (or may not) be
18492associated with the input. For example, the @code{prompt} input type
18493features the following annotations:
18494
18495@smallexample
18496^Z^Zpre-prompt
18497^Z^Zprompt
18498^Z^Zpost-prompt
18499@end smallexample
18500
18501The input types are
18502
18503@table @code
18504@findex pre-prompt
18505@findex prompt
18506@findex post-prompt
18507@item prompt
18508When @value{GDBN} is prompting for a command (the main @value{GDBN} prompt).
18509
18510@findex pre-commands
18511@findex commands
18512@findex post-commands
18513@item commands
18514When @value{GDBN} prompts for a set of commands, like in the @code{commands}
18515command. The annotations are repeated for each command which is input.
18516
18517@findex pre-overload-choice
18518@findex overload-choice
18519@findex post-overload-choice
18520@item overload-choice
18521When @value{GDBN} wants the user to select between various overloaded functions.
18522
18523@findex pre-query
18524@findex query
18525@findex post-query
18526@item query
18527When @value{GDBN} wants the user to confirm a potentially dangerous operation.
18528
18529@findex pre-prompt-for-continue
18530@findex prompt-for-continue
18531@findex post-prompt-for-continue
18532@item prompt-for-continue
18533When @value{GDBN} is asking the user to press return to continue. Note: Don't
18534expect this to work well; instead use @code{set height 0} to disable
18535prompting. This is because the counting of lines is buggy in the
18536presence of annotations.
18537@end table
18538
18539@node Errors
18540@section Errors
18541@cindex annotations for errors, warnings and interrupts
18542
18543@findex quit
18544@smallexample
18545^Z^Zquit
18546@end smallexample
18547
18548This annotation occurs right before @value{GDBN} responds to an interrupt.
18549
18550@findex error
18551@smallexample
18552^Z^Zerror
18553@end smallexample
18554
18555This annotation occurs right before @value{GDBN} responds to an error.
18556
18557Quit and error annotations indicate that any annotations which @value{GDBN} was
18558in the middle of may end abruptly. For example, if a
18559@code{value-history-begin} annotation is followed by a @code{error}, one
18560cannot expect to receive the matching @code{value-history-end}. One
18561cannot expect not to receive it either, however; an error annotation
18562does not necessarily mean that @value{GDBN} is immediately returning all the way
18563to the top level.
18564
18565@findex error-begin
18566A quit or error annotation may be preceded by
18567
18568@smallexample
18569^Z^Zerror-begin
18570@end smallexample
18571
18572Any output between that and the quit or error annotation is the error
18573message.
18574
18575Warning messages are not yet annotated.
18576@c If we want to change that, need to fix warning(), type_error(),
18577@c range_error(), and possibly other places.
18578
922fbb7b
AC
18579@node Invalidation
18580@section Invalidation Notices
18581
18582@cindex annotations for invalidation messages
18583The following annotations say that certain pieces of state may have
18584changed.
18585
18586@table @code
18587@findex frames-invalid
18588@item ^Z^Zframes-invalid
18589
18590The frames (for example, output from the @code{backtrace} command) may
18591have changed.
18592
18593@findex breakpoints-invalid
18594@item ^Z^Zbreakpoints-invalid
18595
18596The breakpoints may have changed. For example, the user just added or
18597deleted a breakpoint.
18598@end table
18599
18600@node Annotations for Running
18601@section Running the Program
18602@cindex annotations for running programs
18603
18604@findex starting
18605@findex stopping
18606When the program starts executing due to a @value{GDBN} command such as
b383017d 18607@code{step} or @code{continue},
922fbb7b
AC
18608
18609@smallexample
18610^Z^Zstarting
18611@end smallexample
18612
b383017d 18613is output. When the program stops,
922fbb7b
AC
18614
18615@smallexample
18616^Z^Zstopped
18617@end smallexample
18618
18619is output. Before the @code{stopped} annotation, a variety of
18620annotations describe how the program stopped.
18621
18622@table @code
18623@findex exited
18624@item ^Z^Zexited @var{exit-status}
18625The program exited, and @var{exit-status} is the exit status (zero for
18626successful exit, otherwise nonzero).
18627
18628@findex signalled
18629@findex signal-name
18630@findex signal-name-end
18631@findex signal-string
18632@findex signal-string-end
18633@item ^Z^Zsignalled
18634The program exited with a signal. After the @code{^Z^Zsignalled}, the
18635annotation continues:
18636
18637@smallexample
18638@var{intro-text}
18639^Z^Zsignal-name
18640@var{name}
18641^Z^Zsignal-name-end
18642@var{middle-text}
18643^Z^Zsignal-string
18644@var{string}
18645^Z^Zsignal-string-end
18646@var{end-text}
18647@end smallexample
18648
18649@noindent
18650where @var{name} is the name of the signal, such as @code{SIGILL} or
18651@code{SIGSEGV}, and @var{string} is the explanation of the signal, such
18652as @code{Illegal Instruction} or @code{Segmentation fault}.
18653@var{intro-text}, @var{middle-text}, and @var{end-text} are for the
18654user's benefit and have no particular format.
18655
18656@findex signal
18657@item ^Z^Zsignal
18658The syntax of this annotation is just like @code{signalled}, but @value{GDBN} is
18659just saying that the program received the signal, not that it was
18660terminated with it.
18661
18662@findex breakpoint
18663@item ^Z^Zbreakpoint @var{number}
18664The program hit breakpoint number @var{number}.
18665
18666@findex watchpoint
18667@item ^Z^Zwatchpoint @var{number}
18668The program hit watchpoint number @var{number}.
18669@end table
18670
18671@node Source Annotations
18672@section Displaying Source
18673@cindex annotations for source display
18674
18675@findex source
18676The following annotation is used instead of displaying source code:
18677
18678@smallexample
18679^Z^Zsource @var{filename}:@var{line}:@var{character}:@var{middle}:@var{addr}
18680@end smallexample
18681
18682where @var{filename} is an absolute file name indicating which source
18683file, @var{line} is the line number within that file (where 1 is the
18684first line in the file), @var{character} is the character position
18685within the file (where 0 is the first character in the file) (for most
18686debug formats this will necessarily point to the beginning of a line),
18687@var{middle} is @samp{middle} if @var{addr} is in the middle of the
18688line, or @samp{beg} if @var{addr} is at the beginning of the line, and
18689@var{addr} is the address in the target program associated with the
18690source which is being displayed. @var{addr} is in the form @samp{0x}
18691followed by one or more lowercase hex digits (note that this does not
18692depend on the language).
18693
8e04817f
AC
18694@node GDB Bugs
18695@chapter Reporting Bugs in @value{GDBN}
18696@cindex bugs in @value{GDBN}
18697@cindex reporting bugs in @value{GDBN}
c906108c 18698
8e04817f 18699Your bug reports play an essential role in making @value{GDBN} reliable.
c906108c 18700
8e04817f
AC
18701Reporting a bug may help you by bringing a solution to your problem, or it
18702may not. But in any case the principal function of a bug report is to help
18703the entire community by making the next version of @value{GDBN} work better. Bug
18704reports are your contribution to the maintenance of @value{GDBN}.
c906108c 18705
8e04817f
AC
18706In order for a bug report to serve its purpose, you must include the
18707information that enables us to fix the bug.
c4555f82
SC
18708
18709@menu
8e04817f
AC
18710* Bug Criteria:: Have you found a bug?
18711* Bug Reporting:: How to report bugs
c4555f82
SC
18712@end menu
18713
8e04817f
AC
18714@node Bug Criteria
18715@section Have you found a bug?
18716@cindex bug criteria
c4555f82 18717
8e04817f 18718If you are not sure whether you have found a bug, here are some guidelines:
c4555f82
SC
18719
18720@itemize @bullet
8e04817f
AC
18721@cindex fatal signal
18722@cindex debugger crash
18723@cindex crash of debugger
c4555f82 18724@item
8e04817f
AC
18725If the debugger gets a fatal signal, for any input whatever, that is a
18726@value{GDBN} bug. Reliable debuggers never crash.
18727
18728@cindex error on valid input
18729@item
18730If @value{GDBN} produces an error message for valid input, that is a
18731bug. (Note that if you're cross debugging, the problem may also be
18732somewhere in the connection to the target.)
c4555f82 18733
8e04817f 18734@cindex invalid input
c4555f82 18735@item
8e04817f
AC
18736If @value{GDBN} does not produce an error message for invalid input,
18737that is a bug. However, you should note that your idea of
18738``invalid input'' might be our idea of ``an extension'' or ``support
18739for traditional practice''.
18740
18741@item
18742If you are an experienced user of debugging tools, your suggestions
18743for improvement of @value{GDBN} are welcome in any case.
c4555f82
SC
18744@end itemize
18745
8e04817f
AC
18746@node Bug Reporting
18747@section How to report bugs
18748@cindex bug reports
18749@cindex @value{GDBN} bugs, reporting
18750
18751A number of companies and individuals offer support for @sc{gnu} products.
18752If you obtained @value{GDBN} from a support organization, we recommend you
18753contact that organization first.
18754
18755You can find contact information for many support companies and
18756individuals in the file @file{etc/SERVICE} in the @sc{gnu} Emacs
18757distribution.
18758@c should add a web page ref...
18759
129188f6
AC
18760In any event, we also recommend that you submit bug reports for
18761@value{GDBN}. The prefered method is to submit them directly using
18762@uref{http://www.gnu.org/software/gdb/bugs/, @value{GDBN}'s Bugs web
18763page}. Alternatively, the @email{bug-gdb@@gnu.org, e-mail gateway} can
18764be used.
8e04817f
AC
18765
18766@strong{Do not send bug reports to @samp{info-gdb}, or to
18767@samp{help-gdb}, or to any newsgroups.} Most users of @value{GDBN} do
18768not want to receive bug reports. Those that do have arranged to receive
18769@samp{bug-gdb}.
18770
18771The mailing list @samp{bug-gdb} has a newsgroup @samp{gnu.gdb.bug} which
18772serves as a repeater. The mailing list and the newsgroup carry exactly
18773the same messages. Often people think of posting bug reports to the
18774newsgroup instead of mailing them. This appears to work, but it has one
18775problem which can be crucial: a newsgroup posting often lacks a mail
18776path back to the sender. Thus, if we need to ask for more information,
18777we may be unable to reach you. For this reason, it is better to send
18778bug reports to the mailing list.
c4555f82 18779
8e04817f
AC
18780The fundamental principle of reporting bugs usefully is this:
18781@strong{report all the facts}. If you are not sure whether to state a
18782fact or leave it out, state it!
c4555f82 18783
8e04817f
AC
18784Often people omit facts because they think they know what causes the
18785problem and assume that some details do not matter. Thus, you might
18786assume that the name of the variable you use in an example does not matter.
18787Well, probably it does not, but one cannot be sure. Perhaps the bug is a
18788stray memory reference which happens to fetch from the location where that
18789name is stored in memory; perhaps, if the name were different, the contents
18790of that location would fool the debugger into doing the right thing despite
18791the bug. Play it safe and give a specific, complete example. That is the
18792easiest thing for you to do, and the most helpful.
c4555f82 18793
8e04817f
AC
18794Keep in mind that the purpose of a bug report is to enable us to fix the
18795bug. It may be that the bug has been reported previously, but neither
18796you nor we can know that unless your bug report is complete and
18797self-contained.
c4555f82 18798
8e04817f
AC
18799Sometimes people give a few sketchy facts and ask, ``Does this ring a
18800bell?'' Those bug reports are useless, and we urge everyone to
18801@emph{refuse to respond to them} except to chide the sender to report
18802bugs properly.
18803
18804To enable us to fix the bug, you should include all these things:
c4555f82
SC
18805
18806@itemize @bullet
18807@item
8e04817f
AC
18808The version of @value{GDBN}. @value{GDBN} announces it if you start
18809with no arguments; you can also print it at any time using @code{show
18810version}.
c4555f82 18811
8e04817f
AC
18812Without this, we will not know whether there is any point in looking for
18813the bug in the current version of @value{GDBN}.
c4555f82
SC
18814
18815@item
8e04817f
AC
18816The type of machine you are using, and the operating system name and
18817version number.
c4555f82
SC
18818
18819@item
8e04817f
AC
18820What compiler (and its version) was used to compile @value{GDBN}---e.g.
18821``@value{GCC}--2.8.1''.
c4555f82
SC
18822
18823@item
8e04817f
AC
18824What compiler (and its version) was used to compile the program you are
18825debugging---e.g. ``@value{GCC}--2.8.1'', or ``HP92453-01 A.10.32.03 HP
18826C Compiler''. For GCC, you can say @code{gcc --version} to get this
18827information; for other compilers, see the documentation for those
18828compilers.
c4555f82 18829
8e04817f
AC
18830@item
18831The command arguments you gave the compiler to compile your example and
18832observe the bug. For example, did you use @samp{-O}? To guarantee
18833you will not omit something important, list them all. A copy of the
18834Makefile (or the output from make) is sufficient.
c4555f82 18835
8e04817f
AC
18836If we were to try to guess the arguments, we would probably guess wrong
18837and then we might not encounter the bug.
c4555f82 18838
8e04817f
AC
18839@item
18840A complete input script, and all necessary source files, that will
18841reproduce the bug.
c4555f82 18842
8e04817f
AC
18843@item
18844A description of what behavior you observe that you believe is
18845incorrect. For example, ``It gets a fatal signal.''
c4555f82 18846
8e04817f
AC
18847Of course, if the bug is that @value{GDBN} gets a fatal signal, then we
18848will certainly notice it. But if the bug is incorrect output, we might
18849not notice unless it is glaringly wrong. You might as well not give us
18850a chance to make a mistake.
c4555f82 18851
8e04817f
AC
18852Even if the problem you experience is a fatal signal, you should still
18853say so explicitly. Suppose something strange is going on, such as, your
18854copy of @value{GDBN} is out of synch, or you have encountered a bug in
18855the C library on your system. (This has happened!) Your copy might
18856crash and ours would not. If you told us to expect a crash, then when
18857ours fails to crash, we would know that the bug was not happening for
18858us. If you had not told us to expect a crash, then we would not be able
18859to draw any conclusion from our observations.
c4555f82 18860
8e04817f
AC
18861@item
18862If you wish to suggest changes to the @value{GDBN} source, send us context
18863diffs. If you even discuss something in the @value{GDBN} source, refer to
18864it by context, not by line number.
c4555f82 18865
8e04817f
AC
18866The line numbers in our development sources will not match those in your
18867sources. Your line numbers would convey no useful information to us.
c4555f82 18868
8e04817f 18869@end itemize
c4555f82 18870
8e04817f 18871Here are some things that are not necessary:
c4555f82 18872
8e04817f
AC
18873@itemize @bullet
18874@item
18875A description of the envelope of the bug.
c4555f82 18876
8e04817f
AC
18877Often people who encounter a bug spend a lot of time investigating
18878which changes to the input file will make the bug go away and which
18879changes will not affect it.
c4555f82 18880
8e04817f
AC
18881This is often time consuming and not very useful, because the way we
18882will find the bug is by running a single example under the debugger
18883with breakpoints, not by pure deduction from a series of examples.
18884We recommend that you save your time for something else.
c4555f82 18885
8e04817f
AC
18886Of course, if you can find a simpler example to report @emph{instead}
18887of the original one, that is a convenience for us. Errors in the
18888output will be easier to spot, running under the debugger will take
18889less time, and so on.
c4555f82 18890
8e04817f
AC
18891However, simplification is not vital; if you do not want to do this,
18892report the bug anyway and send us the entire test case you used.
c4555f82 18893
8e04817f
AC
18894@item
18895A patch for the bug.
c4555f82 18896
8e04817f
AC
18897A patch for the bug does help us if it is a good one. But do not omit
18898the necessary information, such as the test case, on the assumption that
18899a patch is all we need. We might see problems with your patch and decide
18900to fix the problem another way, or we might not understand it at all.
c4555f82 18901
8e04817f
AC
18902Sometimes with a program as complicated as @value{GDBN} it is very hard to
18903construct an example that will make the program follow a certain path
18904through the code. If you do not send us the example, we will not be able
18905to construct one, so we will not be able to verify that the bug is fixed.
c4555f82 18906
8e04817f
AC
18907And if we cannot understand what bug you are trying to fix, or why your
18908patch should be an improvement, we will not install it. A test case will
18909help us to understand.
c4555f82 18910
8e04817f
AC
18911@item
18912A guess about what the bug is or what it depends on.
c4555f82 18913
8e04817f
AC
18914Such guesses are usually wrong. Even we cannot guess right about such
18915things without first using the debugger to find the facts.
18916@end itemize
c4555f82 18917
8e04817f
AC
18918@c The readline documentation is distributed with the readline code
18919@c and consists of the two following files:
18920@c rluser.texinfo
18921@c inc-hist.texinfo
18922@c Use -I with makeinfo to point to the appropriate directory,
18923@c environment var TEXINPUTS with TeX.
18924@include rluser.texinfo
18925@include inc-hist.texinfo
c4555f82 18926
c4555f82 18927
8e04817f
AC
18928@node Formatting Documentation
18929@appendix Formatting Documentation
c4555f82 18930
8e04817f
AC
18931@cindex @value{GDBN} reference card
18932@cindex reference card
18933The @value{GDBN} 4 release includes an already-formatted reference card, ready
18934for printing with PostScript or Ghostscript, in the @file{gdb}
18935subdirectory of the main source directory@footnote{In
18936@file{gdb-@value{GDBVN}/gdb/refcard.ps} of the version @value{GDBVN}
18937release.}. If you can use PostScript or Ghostscript with your printer,
18938you can print the reference card immediately with @file{refcard.ps}.
c4555f82 18939
8e04817f
AC
18940The release also includes the source for the reference card. You
18941can format it, using @TeX{}, by typing:
c4555f82 18942
474c8240 18943@smallexample
8e04817f 18944make refcard.dvi
474c8240 18945@end smallexample
c4555f82 18946
8e04817f
AC
18947The @value{GDBN} reference card is designed to print in @dfn{landscape}
18948mode on US ``letter'' size paper;
18949that is, on a sheet 11 inches wide by 8.5 inches
18950high. You will need to specify this form of printing as an option to
18951your @sc{dvi} output program.
c4555f82 18952
8e04817f 18953@cindex documentation
c4555f82 18954
8e04817f
AC
18955All the documentation for @value{GDBN} comes as part of the machine-readable
18956distribution. The documentation is written in Texinfo format, which is
18957a documentation system that uses a single source file to produce both
18958on-line information and a printed manual. You can use one of the Info
18959formatting commands to create the on-line version of the documentation
18960and @TeX{} (or @code{texi2roff}) to typeset the printed version.
c4555f82 18961
8e04817f
AC
18962@value{GDBN} includes an already formatted copy of the on-line Info
18963version of this manual in the @file{gdb} subdirectory. The main Info
18964file is @file{gdb-@value{GDBVN}/gdb/gdb.info}, and it refers to
18965subordinate files matching @samp{gdb.info*} in the same directory. If
18966necessary, you can print out these files, or read them with any editor;
18967but they are easier to read using the @code{info} subsystem in @sc{gnu}
18968Emacs or the standalone @code{info} program, available as part of the
18969@sc{gnu} Texinfo distribution.
c4555f82 18970
8e04817f
AC
18971If you want to format these Info files yourself, you need one of the
18972Info formatting programs, such as @code{texinfo-format-buffer} or
18973@code{makeinfo}.
c4555f82 18974
8e04817f
AC
18975If you have @code{makeinfo} installed, and are in the top level
18976@value{GDBN} source directory (@file{gdb-@value{GDBVN}}, in the case of
18977version @value{GDBVN}), you can make the Info file by typing:
c4555f82 18978
474c8240 18979@smallexample
8e04817f
AC
18980cd gdb
18981make gdb.info
474c8240 18982@end smallexample
c4555f82 18983
8e04817f
AC
18984If you want to typeset and print copies of this manual, you need @TeX{},
18985a program to print its @sc{dvi} output files, and @file{texinfo.tex}, the
18986Texinfo definitions file.
c4555f82 18987
8e04817f
AC
18988@TeX{} is a typesetting program; it does not print files directly, but
18989produces output files called @sc{dvi} files. To print a typeset
18990document, you need a program to print @sc{dvi} files. If your system
18991has @TeX{} installed, chances are it has such a program. The precise
18992command to use depends on your system; @kbd{lpr -d} is common; another
18993(for PostScript devices) is @kbd{dvips}. The @sc{dvi} print command may
18994require a file name without any extension or a @samp{.dvi} extension.
c4555f82 18995
8e04817f
AC
18996@TeX{} also requires a macro definitions file called
18997@file{texinfo.tex}. This file tells @TeX{} how to typeset a document
18998written in Texinfo format. On its own, @TeX{} cannot either read or
18999typeset a Texinfo file. @file{texinfo.tex} is distributed with GDB
19000and is located in the @file{gdb-@var{version-number}/texinfo}
19001directory.
c4555f82 19002
8e04817f
AC
19003If you have @TeX{} and a @sc{dvi} printer program installed, you can
19004typeset and print this manual. First switch to the the @file{gdb}
19005subdirectory of the main source directory (for example, to
19006@file{gdb-@value{GDBVN}/gdb}) and type:
c4555f82 19007
474c8240 19008@smallexample
8e04817f 19009make gdb.dvi
474c8240 19010@end smallexample
c4555f82 19011
8e04817f 19012Then give @file{gdb.dvi} to your @sc{dvi} printing program.
c4555f82 19013
8e04817f
AC
19014@node Installing GDB
19015@appendix Installing @value{GDBN}
19016@cindex configuring @value{GDBN}
19017@cindex installation
94e91d6d 19018@cindex configuring @value{GDBN}, and source tree subdirectories
c4555f82 19019
8e04817f
AC
19020@value{GDBN} comes with a @code{configure} script that automates the process
19021of preparing @value{GDBN} for installation; you can then use @code{make} to
19022build the @code{gdb} program.
19023@iftex
19024@c irrelevant in info file; it's as current as the code it lives with.
19025@footnote{If you have a more recent version of @value{GDBN} than @value{GDBVN},
19026look at the @file{README} file in the sources; we may have improved the
19027installation procedures since publishing this manual.}
19028@end iftex
c4555f82 19029
8e04817f
AC
19030The @value{GDBN} distribution includes all the source code you need for
19031@value{GDBN} in a single directory, whose name is usually composed by
19032appending the version number to @samp{gdb}.
c4555f82 19033
8e04817f
AC
19034For example, the @value{GDBN} version @value{GDBVN} distribution is in the
19035@file{gdb-@value{GDBVN}} directory. That directory contains:
c4555f82 19036
8e04817f
AC
19037@table @code
19038@item gdb-@value{GDBVN}/configure @r{(and supporting files)}
19039script for configuring @value{GDBN} and all its supporting libraries
c4555f82 19040
8e04817f
AC
19041@item gdb-@value{GDBVN}/gdb
19042the source specific to @value{GDBN} itself
c4555f82 19043
8e04817f
AC
19044@item gdb-@value{GDBVN}/bfd
19045source for the Binary File Descriptor library
c906108c 19046
8e04817f
AC
19047@item gdb-@value{GDBVN}/include
19048@sc{gnu} include files
c906108c 19049
8e04817f
AC
19050@item gdb-@value{GDBVN}/libiberty
19051source for the @samp{-liberty} free software library
c906108c 19052
8e04817f
AC
19053@item gdb-@value{GDBVN}/opcodes
19054source for the library of opcode tables and disassemblers
c906108c 19055
8e04817f
AC
19056@item gdb-@value{GDBVN}/readline
19057source for the @sc{gnu} command-line interface
c906108c 19058
8e04817f
AC
19059@item gdb-@value{GDBVN}/glob
19060source for the @sc{gnu} filename pattern-matching subroutine
c906108c 19061
8e04817f
AC
19062@item gdb-@value{GDBVN}/mmalloc
19063source for the @sc{gnu} memory-mapped malloc package
19064@end table
c906108c 19065
8e04817f
AC
19066The simplest way to configure and build @value{GDBN} is to run @code{configure}
19067from the @file{gdb-@var{version-number}} source directory, which in
19068this example is the @file{gdb-@value{GDBVN}} directory.
c906108c 19069
8e04817f
AC
19070First switch to the @file{gdb-@var{version-number}} source directory
19071if you are not already in it; then run @code{configure}. Pass the
19072identifier for the platform on which @value{GDBN} will run as an
19073argument.
c906108c 19074
8e04817f 19075For example:
c906108c 19076
474c8240 19077@smallexample
8e04817f
AC
19078cd gdb-@value{GDBVN}
19079./configure @var{host}
19080make
474c8240 19081@end smallexample
c906108c 19082
8e04817f
AC
19083@noindent
19084where @var{host} is an identifier such as @samp{sun4} or
19085@samp{decstation}, that identifies the platform where @value{GDBN} will run.
19086(You can often leave off @var{host}; @code{configure} tries to guess the
19087correct value by examining your system.)
c906108c 19088
8e04817f
AC
19089Running @samp{configure @var{host}} and then running @code{make} builds the
19090@file{bfd}, @file{readline}, @file{mmalloc}, and @file{libiberty}
19091libraries, then @code{gdb} itself. The configured source files, and the
19092binaries, are left in the corresponding source directories.
c906108c 19093
8e04817f
AC
19094@need 750
19095@code{configure} is a Bourne-shell (@code{/bin/sh}) script; if your
19096system does not recognize this automatically when you run a different
19097shell, you may need to run @code{sh} on it explicitly:
c906108c 19098
474c8240 19099@smallexample
8e04817f 19100sh configure @var{host}
474c8240 19101@end smallexample
c906108c 19102
8e04817f
AC
19103If you run @code{configure} from a directory that contains source
19104directories for multiple libraries or programs, such as the
19105@file{gdb-@value{GDBVN}} source directory for version @value{GDBVN}, @code{configure}
19106creates configuration files for every directory level underneath (unless
19107you tell it not to, with the @samp{--norecursion} option).
19108
94e91d6d
MC
19109You should run the @code{configure} script from the top directory in the
19110source tree, the @file{gdb-@var{version-number}} directory. If you run
19111@code{configure} from one of the subdirectories, you will configure only
19112that subdirectory. That is usually not what you want. In particular,
19113if you run the first @code{configure} from the @file{gdb} subdirectory
19114of the @file{gdb-@var{version-number}} directory, you will omit the
19115configuration of @file{bfd}, @file{readline}, and other sibling
19116directories of the @file{gdb} subdirectory. This leads to build errors
19117about missing include files such as @file{bfd/bfd.h}.
c906108c 19118
8e04817f
AC
19119You can install @code{@value{GDBP}} anywhere; it has no hardwired paths.
19120However, you should make sure that the shell on your path (named by
19121the @samp{SHELL} environment variable) is publicly readable. Remember
19122that @value{GDBN} uses the shell to start your program---some systems refuse to
19123let @value{GDBN} debug child processes whose programs are not readable.
c906108c 19124
8e04817f
AC
19125@menu
19126* Separate Objdir:: Compiling @value{GDBN} in another directory
19127* Config Names:: Specifying names for hosts and targets
19128* Configure Options:: Summary of options for configure
19129@end menu
c906108c 19130
8e04817f
AC
19131@node Separate Objdir
19132@section Compiling @value{GDBN} in another directory
c906108c 19133
8e04817f
AC
19134If you want to run @value{GDBN} versions for several host or target machines,
19135you need a different @code{gdb} compiled for each combination of
19136host and target. @code{configure} is designed to make this easy by
19137allowing you to generate each configuration in a separate subdirectory,
19138rather than in the source directory. If your @code{make} program
19139handles the @samp{VPATH} feature (@sc{gnu} @code{make} does), running
19140@code{make} in each of these directories builds the @code{gdb}
19141program specified there.
c906108c 19142
8e04817f
AC
19143To build @code{gdb} in a separate directory, run @code{configure}
19144with the @samp{--srcdir} option to specify where to find the source.
19145(You also need to specify a path to find @code{configure}
19146itself from your working directory. If the path to @code{configure}
19147would be the same as the argument to @samp{--srcdir}, you can leave out
19148the @samp{--srcdir} option; it is assumed.)
c906108c 19149
8e04817f
AC
19150For example, with version @value{GDBVN}, you can build @value{GDBN} in a
19151separate directory for a Sun 4 like this:
c906108c 19152
474c8240 19153@smallexample
8e04817f
AC
19154@group
19155cd gdb-@value{GDBVN}
19156mkdir ../gdb-sun4
19157cd ../gdb-sun4
19158../gdb-@value{GDBVN}/configure sun4
19159make
19160@end group
474c8240 19161@end smallexample
c906108c 19162
8e04817f
AC
19163When @code{configure} builds a configuration using a remote source
19164directory, it creates a tree for the binaries with the same structure
19165(and using the same names) as the tree under the source directory. In
19166the example, you'd find the Sun 4 library @file{libiberty.a} in the
19167directory @file{gdb-sun4/libiberty}, and @value{GDBN} itself in
19168@file{gdb-sun4/gdb}.
c906108c 19169
94e91d6d
MC
19170Make sure that your path to the @file{configure} script has just one
19171instance of @file{gdb} in it. If your path to @file{configure} looks
19172like @file{../gdb-@value{GDBVN}/gdb/configure}, you are configuring only
19173one subdirectory of @value{GDBN}, not the whole package. This leads to
19174build errors about missing include files such as @file{bfd/bfd.h}.
19175
8e04817f
AC
19176One popular reason to build several @value{GDBN} configurations in separate
19177directories is to configure @value{GDBN} for cross-compiling (where
19178@value{GDBN} runs on one machine---the @dfn{host}---while debugging
19179programs that run on another machine---the @dfn{target}).
19180You specify a cross-debugging target by
19181giving the @samp{--target=@var{target}} option to @code{configure}.
c906108c 19182
8e04817f
AC
19183When you run @code{make} to build a program or library, you must run
19184it in a configured directory---whatever directory you were in when you
19185called @code{configure} (or one of its subdirectories).
c906108c 19186
8e04817f
AC
19187The @code{Makefile} that @code{configure} generates in each source
19188directory also runs recursively. If you type @code{make} in a source
19189directory such as @file{gdb-@value{GDBVN}} (or in a separate configured
19190directory configured with @samp{--srcdir=@var{dirname}/gdb-@value{GDBVN}}), you
19191will build all the required libraries, and then build GDB.
c906108c 19192
8e04817f
AC
19193When you have multiple hosts or targets configured in separate
19194directories, you can run @code{make} on them in parallel (for example,
19195if they are NFS-mounted on each of the hosts); they will not interfere
19196with each other.
c906108c 19197
8e04817f
AC
19198@node Config Names
19199@section Specifying names for hosts and targets
c906108c 19200
8e04817f
AC
19201The specifications used for hosts and targets in the @code{configure}
19202script are based on a three-part naming scheme, but some short predefined
19203aliases are also supported. The full naming scheme encodes three pieces
19204of information in the following pattern:
c906108c 19205
474c8240 19206@smallexample
8e04817f 19207@var{architecture}-@var{vendor}-@var{os}
474c8240 19208@end smallexample
c906108c 19209
8e04817f
AC
19210For example, you can use the alias @code{sun4} as a @var{host} argument,
19211or as the value for @var{target} in a @code{--target=@var{target}}
19212option. The equivalent full name is @samp{sparc-sun-sunos4}.
c906108c 19213
8e04817f
AC
19214The @code{configure} script accompanying @value{GDBN} does not provide
19215any query facility to list all supported host and target names or
19216aliases. @code{configure} calls the Bourne shell script
19217@code{config.sub} to map abbreviations to full names; you can read the
19218script, if you wish, or you can use it to test your guesses on
19219abbreviations---for example:
c906108c 19220
8e04817f
AC
19221@smallexample
19222% sh config.sub i386-linux
19223i386-pc-linux-gnu
19224% sh config.sub alpha-linux
19225alpha-unknown-linux-gnu
19226% sh config.sub hp9k700
19227hppa1.1-hp-hpux
19228% sh config.sub sun4
19229sparc-sun-sunos4.1.1
19230% sh config.sub sun3
19231m68k-sun-sunos4.1.1
19232% sh config.sub i986v
19233Invalid configuration `i986v': machine `i986v' not recognized
19234@end smallexample
c906108c 19235
8e04817f
AC
19236@noindent
19237@code{config.sub} is also distributed in the @value{GDBN} source
19238directory (@file{gdb-@value{GDBVN}}, for version @value{GDBVN}).
d700128c 19239
8e04817f
AC
19240@node Configure Options
19241@section @code{configure} options
c906108c 19242
8e04817f
AC
19243Here is a summary of the @code{configure} options and arguments that
19244are most often useful for building @value{GDBN}. @code{configure} also has
19245several other options not listed here. @inforef{What Configure
19246Does,,configure.info}, for a full explanation of @code{configure}.
c906108c 19247
474c8240 19248@smallexample
8e04817f
AC
19249configure @r{[}--help@r{]}
19250 @r{[}--prefix=@var{dir}@r{]}
19251 @r{[}--exec-prefix=@var{dir}@r{]}
19252 @r{[}--srcdir=@var{dirname}@r{]}
19253 @r{[}--norecursion@r{]} @r{[}--rm@r{]}
19254 @r{[}--target=@var{target}@r{]}
19255 @var{host}
474c8240 19256@end smallexample
c906108c 19257
8e04817f
AC
19258@noindent
19259You may introduce options with a single @samp{-} rather than
19260@samp{--} if you prefer; but you may abbreviate option names if you use
19261@samp{--}.
c906108c 19262
8e04817f
AC
19263@table @code
19264@item --help
19265Display a quick summary of how to invoke @code{configure}.
c906108c 19266
8e04817f
AC
19267@item --prefix=@var{dir}
19268Configure the source to install programs and files under directory
19269@file{@var{dir}}.
c906108c 19270
8e04817f
AC
19271@item --exec-prefix=@var{dir}
19272Configure the source to install programs under directory
19273@file{@var{dir}}.
c906108c 19274
8e04817f
AC
19275@c avoid splitting the warning from the explanation:
19276@need 2000
19277@item --srcdir=@var{dirname}
19278@strong{Warning: using this option requires @sc{gnu} @code{make}, or another
19279@code{make} that implements the @code{VPATH} feature.}@*
19280Use this option to make configurations in directories separate from the
19281@value{GDBN} source directories. Among other things, you can use this to
19282build (or maintain) several configurations simultaneously, in separate
19283directories. @code{configure} writes configuration specific files in
19284the current directory, but arranges for them to use the source in the
19285directory @var{dirname}. @code{configure} creates directories under
19286the working directory in parallel to the source directories below
19287@var{dirname}.
c906108c 19288
8e04817f
AC
19289@item --norecursion
19290Configure only the directory level where @code{configure} is executed; do not
19291propagate configuration to subdirectories.
c906108c 19292
8e04817f
AC
19293@item --target=@var{target}
19294Configure @value{GDBN} for cross-debugging programs running on the specified
19295@var{target}. Without this option, @value{GDBN} is configured to debug
19296programs that run on the same machine (@var{host}) as @value{GDBN} itself.
c906108c 19297
8e04817f 19298There is no convenient way to generate a list of all available targets.
c906108c 19299
8e04817f
AC
19300@item @var{host} @dots{}
19301Configure @value{GDBN} to run on the specified @var{host}.
c906108c 19302
8e04817f
AC
19303There is no convenient way to generate a list of all available hosts.
19304@end table
c906108c 19305
8e04817f
AC
19306There are many other options available as well, but they are generally
19307needed for special purposes only.
c906108c 19308
8e04817f
AC
19309@node Maintenance Commands
19310@appendix Maintenance Commands
19311@cindex maintenance commands
19312@cindex internal commands
c906108c 19313
8e04817f
AC
19314In addition to commands intended for @value{GDBN} users, @value{GDBN}
19315includes a number of commands intended for @value{GDBN} developers.
19316These commands are provided here for reference.
c906108c 19317
8e04817f
AC
19318@table @code
19319@kindex maint info breakpoints
19320@item @anchor{maint info breakpoints}maint info breakpoints
19321Using the same format as @samp{info breakpoints}, display both the
19322breakpoints you've set explicitly, and those @value{GDBN} is using for
19323internal purposes. Internal breakpoints are shown with negative
19324breakpoint numbers. The type column identifies what kind of breakpoint
19325is shown:
c906108c 19326
8e04817f
AC
19327@table @code
19328@item breakpoint
19329Normal, explicitly set breakpoint.
c906108c 19330
8e04817f
AC
19331@item watchpoint
19332Normal, explicitly set watchpoint.
c906108c 19333
8e04817f
AC
19334@item longjmp
19335Internal breakpoint, used to handle correctly stepping through
19336@code{longjmp} calls.
c906108c 19337
8e04817f
AC
19338@item longjmp resume
19339Internal breakpoint at the target of a @code{longjmp}.
c906108c 19340
8e04817f
AC
19341@item until
19342Temporary internal breakpoint used by the @value{GDBN} @code{until} command.
c906108c 19343
8e04817f
AC
19344@item finish
19345Temporary internal breakpoint used by the @value{GDBN} @code{finish} command.
c906108c 19346
8e04817f
AC
19347@item shlib events
19348Shared library events.
c906108c 19349
8e04817f 19350@end table
c906108c 19351
8d30a00d
AC
19352@kindex maint internal-error
19353@kindex maint internal-warning
19354@item maint internal-error
19355@itemx maint internal-warning
19356Cause @value{GDBN} to call the internal function @code{internal_error}
19357or @code{internal_warning} and hence behave as though an internal error
19358or internal warning has been detected. In addition to reporting the
19359internal problem, these functions give the user the opportunity to
19360either quit @value{GDBN} or create a core file of the current
19361@value{GDBN} session.
19362
19363@smallexample
19364(gdb) @kbd{maint internal-error testing, 1, 2}
19365@dots{}/maint.c:121: internal-error: testing, 1, 2
19366A problem internal to GDB has been detected. Further
19367debugging may prove unreliable.
19368Quit this debugging session? (y or n) @kbd{n}
19369Create a core file? (y or n) @kbd{n}
b383017d 19370(gdb)
8d30a00d
AC
19371@end smallexample
19372
19373Takes an optional parameter that is used as the text of the error or
19374warning message.
19375
00905d52
AC
19376@kindex maint print dummy-frames
19377@item maint print dummy-frames
19378
19379Prints the contents of @value{GDBN}'s internal dummy-frame stack.
19380
19381@smallexample
19382(gdb) @kbd{b add}
19383@dots{}
19384(gdb) @kbd{print add(2,3)}
19385Breakpoint 2, add (a=2, b=3) at @dots{}
1938658 return (a + b);
19387The program being debugged stopped while in a function called from GDB.
19388@dots{}
19389(gdb) @kbd{maint print dummy-frames}
193900x1a57c80: pc=0x01014068 fp=0x0200bddc sp=0x0200bdd6
19391 top=0x0200bdd4 id=@{stack=0x200bddc,code=0x101405c@}
19392 call_lo=0x01014000 call_hi=0x01014001
b383017d 19393(gdb)
00905d52
AC
19394@end smallexample
19395
19396Takes an optional file parameter.
19397
0680b120
AC
19398@kindex maint print registers
19399@kindex maint print raw-registers
19400@kindex maint print cooked-registers
617073a9 19401@kindex maint print register-groups
0680b120
AC
19402@item maint print registers
19403@itemx maint print raw-registers
19404@itemx maint print cooked-registers
617073a9 19405@itemx maint print register-groups
0680b120
AC
19406Print @value{GDBN}'s internal register data structures.
19407
617073a9
AC
19408The command @code{maint print raw-registers} includes the contents of
19409the raw register cache; the command @code{maint print cooked-registers}
19410includes the (cooked) value of all registers; and the command
19411@code{maint print register-groups} includes the groups that each
19412register is a member of. @xref{Registers,, Registers, gdbint,
19413@value{GDBN} Internals}.
0680b120
AC
19414
19415Takes an optional file parameter.
19416
617073a9
AC
19417@kindex maint print reggroups
19418@item maint print reggroups
19419Print @value{GDBN}'s internal register group data structures.
19420
19421Takes an optional file parameter.
19422
19423@smallexample
19424(gdb) @kbd{maint print reggroups}
b383017d
RM
19425 Group Type
19426 general user
19427 float user
19428 all user
19429 vector user
19430 system user
19431 save internal
19432 restore internal
617073a9
AC
19433@end smallexample
19434
e7ba9c65
DJ
19435@kindex maint set profile
19436@kindex maint show profile
19437@cindex profiling GDB
19438@item maint set profile
19439@itemx maint show profile
19440Control profiling of @value{GDBN}.
19441
19442Profiling will be disabled until you use the @samp{maint set profile}
19443command to enable it. When you enable profiling, the system will begin
19444collecting timing and execution count data; when you disable profiling or
19445exit @value{GDBN}, the results will be written to a log file. Remember that
19446if you use profiling, @value{GDBN} will overwrite the profiling log file
19447(often called @file{gmon.out}). If you have a record of important profiling
19448data in a @file{gmon.out} file, be sure to move it to a safe location.
19449
19450Configuring with @samp{--enable-profiling} arranges for @value{GDBN} to be
b383017d 19451compiled with the @samp{-pg} compiler option.
e7ba9c65 19452
8e04817f 19453@end table
c906108c 19454
c906108c 19455
e0ce93ac 19456@node Remote Protocol
8e04817f 19457@appendix @value{GDBN} Remote Serial Protocol
c906108c 19458
ee2d5c50
AC
19459@menu
19460* Overview::
19461* Packets::
19462* Stop Reply Packets::
19463* General Query Packets::
19464* Register Packet Format::
19465* Examples::
0ce1b118 19466* File-I/O remote protocol extension::
ee2d5c50
AC
19467@end menu
19468
19469@node Overview
19470@section Overview
19471
8e04817f
AC
19472There may be occasions when you need to know something about the
19473protocol---for example, if there is only one serial port to your target
19474machine, you might want your program to do something special if it
19475recognizes a packet meant for @value{GDBN}.
c906108c 19476
d2c6833e 19477In the examples below, @samp{->} and @samp{<-} are used to indicate
8e04817f 19478transmitted and received data respectfully.
c906108c 19479
8e04817f
AC
19480@cindex protocol, @value{GDBN} remote serial
19481@cindex serial protocol, @value{GDBN} remote
19482@cindex remote serial protocol
19483All @value{GDBN} commands and responses (other than acknowledgments) are
19484sent as a @var{packet}. A @var{packet} is introduced with the character
19485@samp{$}, the actual @var{packet-data}, and the terminating character
19486@samp{#} followed by a two-digit @var{checksum}:
c906108c 19487
474c8240 19488@smallexample
8e04817f 19489@code{$}@var{packet-data}@code{#}@var{checksum}
474c8240 19490@end smallexample
8e04817f 19491@noindent
c906108c 19492
8e04817f
AC
19493@cindex checksum, for @value{GDBN} remote
19494@noindent
19495The two-digit @var{checksum} is computed as the modulo 256 sum of all
19496characters between the leading @samp{$} and the trailing @samp{#} (an
19497eight bit unsigned checksum).
c906108c 19498
8e04817f
AC
19499Implementors should note that prior to @value{GDBN} 5.0 the protocol
19500specification also included an optional two-digit @var{sequence-id}:
c906108c 19501
474c8240 19502@smallexample
8e04817f 19503@code{$}@var{sequence-id}@code{:}@var{packet-data}@code{#}@var{checksum}
474c8240 19504@end smallexample
c906108c 19505
8e04817f
AC
19506@cindex sequence-id, for @value{GDBN} remote
19507@noindent
19508That @var{sequence-id} was appended to the acknowledgment. @value{GDBN}
19509has never output @var{sequence-id}s. Stubs that handle packets added
19510since @value{GDBN} 5.0 must not accept @var{sequence-id}.
c906108c 19511
8e04817f
AC
19512@cindex acknowledgment, for @value{GDBN} remote
19513When either the host or the target machine receives a packet, the first
19514response expected is an acknowledgment: either @samp{+} (to indicate
19515the package was received correctly) or @samp{-} (to request
19516retransmission):
c906108c 19517
474c8240 19518@smallexample
d2c6833e
AC
19519-> @code{$}@var{packet-data}@code{#}@var{checksum}
19520<- @code{+}
474c8240 19521@end smallexample
8e04817f 19522@noindent
53a5351d 19523
8e04817f
AC
19524The host (@value{GDBN}) sends @var{command}s, and the target (the
19525debugging stub incorporated in your program) sends a @var{response}. In
19526the case of step and continue @var{command}s, the response is only sent
19527when the operation has completed (the target has again stopped).
c906108c 19528
8e04817f
AC
19529@var{packet-data} consists of a sequence of characters with the
19530exception of @samp{#} and @samp{$} (see @samp{X} packet for additional
19531exceptions).
c906108c 19532
8e04817f 19533Fields within the packet should be separated using @samp{,} @samp{;} or
ee2d5c50 19534@cindex remote protocol, field separator
8e04817f 19535@samp{:}. Except where otherwise noted all numbers are represented in
ee2d5c50 19536@sc{hex} with leading zeros suppressed.
c906108c 19537
8e04817f
AC
19538Implementors should note that prior to @value{GDBN} 5.0, the character
19539@samp{:} could not appear as the third character in a packet (as it
19540would potentially conflict with the @var{sequence-id}).
c906108c 19541
8e04817f
AC
19542Response @var{data} can be run-length encoded to save space. A @samp{*}
19543means that the next character is an @sc{ascii} encoding giving a repeat count
19544which stands for that many repetitions of the character preceding the
19545@samp{*}. The encoding is @code{n+29}, yielding a printable character
19546where @code{n >=3} (which is where rle starts to win). The printable
19547characters @samp{$}, @samp{#}, @samp{+} and @samp{-} or with a numeric
19548value greater than 126 should not be used.
c906108c 19549
8e04817f 19550So:
474c8240 19551@smallexample
8e04817f 19552"@code{0* }"
474c8240 19553@end smallexample
8e04817f
AC
19554@noindent
19555means the same as "0000".
c906108c 19556
8e04817f
AC
19557The error response returned for some packets includes a two character
19558error number. That number is not well defined.
c906108c 19559
8e04817f
AC
19560For any @var{command} not supported by the stub, an empty response
19561(@samp{$#00}) should be returned. That way it is possible to extend the
19562protocol. A newer @value{GDBN} can tell if a packet is supported based
19563on that response.
c906108c 19564
b383017d
RM
19565A stub is required to support the @samp{g}, @samp{G}, @samp{m}, @samp{M},
19566@samp{c}, and @samp{s} @var{command}s. All other @var{command}s are
8e04817f 19567optional.
c906108c 19568
ee2d5c50
AC
19569@node Packets
19570@section Packets
19571
19572The following table provides a complete list of all currently defined
19573@var{command}s and their corresponding response @var{data}.
19574
19575@table @r
19576
19577@item @code{!} --- extended mode
19578@cindex @code{!} packet
19579
8e04817f
AC
19580Enable extended mode. In extended mode, the remote server is made
19581persistent. The @samp{R} packet is used to restart the program being
19582debugged.
ee2d5c50
AC
19583
19584Reply:
19585@table @samp
19586@item OK
8e04817f 19587The remote target both supports and has enabled extended mode.
ee2d5c50 19588@end table
c906108c 19589
ee2d5c50
AC
19590@item @code{?} --- last signal
19591@cindex @code{?} packet
c906108c 19592
ee2d5c50
AC
19593Indicate the reason the target halted. The reply is the same as for
19594step and continue.
c906108c 19595
ee2d5c50
AC
19596Reply:
19597@xref{Stop Reply Packets}, for the reply specifications.
19598
19599@item @code{a} --- reserved
19600
19601Reserved for future use.
19602
19603@item @code{A}@var{arglen}@code{,}@var{argnum}@code{,}@var{arg}@code{,@dots{}} --- set program arguments @strong{(reserved)}
19604@cindex @code{A} packet
c906108c 19605
8e04817f
AC
19606Initialized @samp{argv[]} array passed into program. @var{arglen}
19607specifies the number of bytes in the hex encoded byte stream @var{arg}.
ee2d5c50
AC
19608See @code{gdbserver} for more details.
19609
19610Reply:
19611@table @samp
19612@item OK
19613@item E@var{NN}
19614@end table
19615
19616@item @code{b}@var{baud} --- set baud @strong{(deprecated)}
19617@cindex @code{b} packet
19618
19619Change the serial line speed to @var{baud}.
19620
19621JTC: @emph{When does the transport layer state change? When it's
19622received, or after the ACK is transmitted. In either case, there are
19623problems if the command or the acknowledgment packet is dropped.}
19624
19625Stan: @emph{If people really wanted to add something like this, and get
19626it working for the first time, they ought to modify ser-unix.c to send
19627some kind of out-of-band message to a specially-setup stub and have the
19628switch happen "in between" packets, so that from remote protocol's point
19629of view, nothing actually happened.}
19630
19631@item @code{B}@var{addr},@var{mode} --- set breakpoint @strong{(deprecated)}
19632@cindex @code{B} packet
19633
8e04817f 19634Set (@var{mode} is @samp{S}) or clear (@var{mode} is @samp{C}) a
2f870471
AC
19635breakpoint at @var{addr}.
19636
19637This packet has been replaced by the @samp{Z} and @samp{z} packets
19638(@pxref{insert breakpoint or watchpoint packet}).
c906108c 19639
ee2d5c50
AC
19640@item @code{c}@var{addr} --- continue
19641@cindex @code{c} packet
19642
19643@var{addr} is address to resume. If @var{addr} is omitted, resume at
8e04817f 19644current address.
c906108c 19645
ee2d5c50
AC
19646Reply:
19647@xref{Stop Reply Packets}, for the reply specifications.
19648
19649@item @code{C}@var{sig}@code{;}@var{addr} --- continue with signal
19650@cindex @code{C} packet
19651
8e04817f
AC
19652Continue with signal @var{sig} (hex signal number). If
19653@code{;}@var{addr} is omitted, resume at same address.
c906108c 19654
ee2d5c50
AC
19655Reply:
19656@xref{Stop Reply Packets}, for the reply specifications.
c906108c 19657
ee2d5c50
AC
19658@item @code{d} --- toggle debug @strong{(deprecated)}
19659@cindex @code{d} packet
19660
19661Toggle debug flag.
19662
19663@item @code{D} --- detach
19664@cindex @code{D} packet
19665
19666Detach @value{GDBN} from the remote system. Sent to the remote target
07f31aa6 19667before @value{GDBN} disconnects via the @code{detach} command.
ee2d5c50
AC
19668
19669Reply:
19670@table @samp
19671@item @emph{no response}
8e04817f 19672@value{GDBN} does not check for any response after sending this packet.
ee2d5c50 19673@end table
c906108c 19674
ee2d5c50 19675@item @code{e} --- reserved
c906108c 19676
ee2d5c50 19677Reserved for future use.
c906108c 19678
ee2d5c50 19679@item @code{E} --- reserved
c906108c 19680
ee2d5c50 19681Reserved for future use.
c906108c 19682
ee2d5c50
AC
19683@item @code{f} --- reserved
19684
19685Reserved for future use.
19686
0ce1b118
CV
19687@item @code{F}@var{RC}@code{,}@var{EE}@code{,}@var{CF}@code{;}@var{XX} --- Reply to target's F packet.
19688@cindex @code{F} packet
ee2d5c50 19689
0ce1b118
CV
19690This packet is send by @value{GDBN} as reply to a @code{F} request packet
19691sent by the target. This is part of the File-I/O protocol extension.
19692@xref{File-I/O remote protocol extension}, for the specification.
ee2d5c50
AC
19693
19694@item @code{g} --- read registers
19695@anchor{read registers packet}
19696@cindex @code{g} packet
19697
19698Read general registers.
19699
19700Reply:
19701@table @samp
19702@item @var{XX@dots{}}
8e04817f
AC
19703Each byte of register data is described by two hex digits. The bytes
19704with the register are transmitted in target byte order. The size of
19705each register and their position within the @samp{g} @var{packet} are
12c266ea
AC
19706determined by the @value{GDBN} internal macros
19707@var{DEPRECATED_REGISTER_RAW_SIZE} and @var{REGISTER_NAME} macros. The
19708specification of several standard @code{g} packets is specified below.
ee2d5c50
AC
19709@item E@var{NN}
19710for an error.
19711@end table
c906108c 19712
ee2d5c50
AC
19713@item @code{G}@var{XX@dots{}} --- write regs
19714@cindex @code{G} packet
c906108c 19715
ee2d5c50
AC
19716@xref{read registers packet}, for a description of the @var{XX@dots{}}
19717data.
19718
19719Reply:
19720@table @samp
19721@item OK
19722for success
19723@item E@var{NN}
19724for an error
19725@end table
19726
19727@item @code{h} --- reserved
19728
19729Reserved for future use.
19730
b383017d 19731@item @code{H}@var{c}@var{t@dots{}} --- set thread
ee2d5c50 19732@cindex @code{H} packet
c906108c 19733
8e04817f 19734Set thread for subsequent operations (@samp{m}, @samp{M}, @samp{g},
ee2d5c50
AC
19735@samp{G}, et.al.). @var{c} depends on the operation to be performed: it
19736should be @samp{c} for step and continue operations, @samp{g} for other
19737operations. The thread designator @var{t@dots{}} may be -1, meaning all
19738the threads, a thread number, or zero which means pick any thread.
19739
19740Reply:
19741@table @samp
19742@item OK
19743for success
19744@item E@var{NN}
19745for an error
19746@end table
c906108c 19747
8e04817f
AC
19748@c FIXME: JTC:
19749@c 'H': How restrictive (or permissive) is the thread model. If a
19750@c thread is selected and stopped, are other threads allowed
19751@c to continue to execute? As I mentioned above, I think the
19752@c semantics of each command when a thread is selected must be
19753@c described. For example:
19754@c
19755@c 'g': If the stub supports threads and a specific thread is
19756@c selected, returns the register block from that thread;
19757@c otherwise returns current registers.
19758@c
19759@c 'G' If the stub supports threads and a specific thread is
19760@c selected, sets the registers of the register block of
19761@c that thread; otherwise sets current registers.
c906108c 19762
ee2d5c50
AC
19763@item @code{i}@var{addr}@code{,}@var{nnn} --- cycle step @strong{(draft)}
19764@anchor{cycle step packet}
19765@cindex @code{i} packet
19766
8e04817f
AC
19767Step the remote target by a single clock cycle. If @code{,}@var{nnn} is
19768present, cycle step @var{nnn} cycles. If @var{addr} is present, cycle
19769step starting at that address.
c906108c 19770
ee2d5c50
AC
19771@item @code{I} --- signal then cycle step @strong{(reserved)}
19772@cindex @code{I} packet
19773
19774@xref{step with signal packet}. @xref{cycle step packet}.
19775
19776@item @code{j} --- reserved
19777
19778Reserved for future use.
19779
19780@item @code{J} --- reserved
c906108c 19781
ee2d5c50 19782Reserved for future use.
c906108c 19783
ee2d5c50
AC
19784@item @code{k} --- kill request
19785@cindex @code{k} packet
c906108c 19786
ac282366 19787FIXME: @emph{There is no description of how to operate when a specific
ee2d5c50
AC
19788thread context has been selected (i.e.@: does 'k' kill only that
19789thread?)}.
c906108c 19790
ee2d5c50 19791@item @code{K} --- reserved
c906108c 19792
ee2d5c50
AC
19793Reserved for future use.
19794
19795@item @code{l} --- reserved
19796
19797Reserved for future use.
19798
19799@item @code{L} --- reserved
19800
19801Reserved for future use.
19802
19803@item @code{m}@var{addr}@code{,}@var{length} --- read memory
19804@cindex @code{m} packet
c906108c 19805
8e04817f 19806Read @var{length} bytes of memory starting at address @var{addr}.
ee2d5c50 19807Neither @value{GDBN} nor the stub assume that sized memory transfers are
2e834e49 19808assumed using word aligned accesses. FIXME: @emph{A word aligned memory
8e04817f 19809transfer mechanism is needed.}
c906108c 19810
ee2d5c50
AC
19811Reply:
19812@table @samp
19813@item @var{XX@dots{}}
19814@var{XX@dots{}} is mem contents. Can be fewer bytes than requested if able
19815to read only part of the data. Neither @value{GDBN} nor the stub assume
2e834e49 19816that sized memory transfers are assumed using word aligned
ee2d5c50
AC
19817accesses. FIXME: @emph{A word aligned memory transfer mechanism is
19818needed.}
19819@item E@var{NN}
19820@var{NN} is errno
19821@end table
19822
19823@item @code{M}@var{addr},@var{length}@code{:}@var{XX@dots{}} --- write mem
19824@cindex @code{M} packet
19825
8e04817f 19826Write @var{length} bytes of memory starting at address @var{addr}.
ee2d5c50
AC
19827@var{XX@dots{}} is the data.
19828
19829Reply:
19830@table @samp
19831@item OK
19832for success
19833@item E@var{NN}
8e04817f
AC
19834for an error (this includes the case where only part of the data was
19835written).
ee2d5c50 19836@end table
c906108c 19837
ee2d5c50 19838@item @code{n} --- reserved
c906108c 19839
ee2d5c50 19840Reserved for future use.
c906108c 19841
ee2d5c50 19842@item @code{N} --- reserved
c906108c 19843
ee2d5c50 19844Reserved for future use.
c906108c 19845
ee2d5c50
AC
19846@item @code{o} --- reserved
19847
19848Reserved for future use.
19849
19850@item @code{O} --- reserved
19851
19852Reserved for future use.
c906108c 19853
ee2d5c50
AC
19854@item @code{p}@var{n@dots{}} --- read reg @strong{(reserved)}
19855@cindex @code{p} packet
19856
19857@xref{write register packet}.
19858
19859Reply:
19860@table @samp
19861@item @var{r@dots{}.}
19862The hex encoded value of the register in target byte order.
19863@end table
19864
19865@item @code{P}@var{n@dots{}}@code{=}@var{r@dots{}} --- write register
19866@anchor{write register packet}
19867@cindex @code{P} packet
19868
19869Write register @var{n@dots{}} with value @var{r@dots{}}, which contains two hex
8e04817f 19870digits for each byte in the register (target byte order).
c906108c 19871
ee2d5c50
AC
19872Reply:
19873@table @samp
19874@item OK
19875for success
19876@item E@var{NN}
19877for an error
19878@end table
19879
19880@item @code{q}@var{query} --- general query
19881@anchor{general query packet}
19882@cindex @code{q} packet
19883
19884Request info about @var{query}. In general @value{GDBN} queries have a
19885leading upper case letter. Custom vendor queries should use a company
19886prefix (in lower case) ex: @samp{qfsf.var}. @var{query} may optionally
19887be followed by a @samp{,} or @samp{;} separated list. Stubs must ensure
19888that they match the full @var{query} name.
19889
19890Reply:
19891@table @samp
19892@item @var{XX@dots{}}
19893Hex encoded data from query. The reply can not be empty.
19894@item E@var{NN}
19895error reply
8e04817f 19896@item
ee2d5c50
AC
19897Indicating an unrecognized @var{query}.
19898@end table
19899
19900@item @code{Q}@var{var}@code{=}@var{val} --- general set
19901@cindex @code{Q} packet
19902
19903Set value of @var{var} to @var{val}.
19904
19905@xref{general query packet}, for a discussion of naming conventions.
c906108c 19906
ee2d5c50
AC
19907@item @code{r} --- reset @strong{(deprecated)}
19908@cindex @code{r} packet
c906108c 19909
8e04817f 19910Reset the entire system.
c906108c 19911
ee2d5c50
AC
19912@item @code{R}@var{XX} --- remote restart
19913@cindex @code{R} packet
19914
8e04817f
AC
19915Restart the program being debugged. @var{XX}, while needed, is ignored.
19916This packet is only available in extended mode.
ee2d5c50
AC
19917
19918Reply:
19919@table @samp
19920@item @emph{no reply}
8e04817f 19921The @samp{R} packet has no reply.
ee2d5c50
AC
19922@end table
19923
19924@item @code{s}@var{addr} --- step
19925@cindex @code{s} packet
c906108c 19926
8e04817f
AC
19927@var{addr} is address to resume. If @var{addr} is omitted, resume at
19928same address.
c906108c 19929
ee2d5c50
AC
19930Reply:
19931@xref{Stop Reply Packets}, for the reply specifications.
19932
19933@item @code{S}@var{sig}@code{;}@var{addr} --- step with signal
19934@anchor{step with signal packet}
19935@cindex @code{S} packet
19936
8e04817f 19937Like @samp{C} but step not continue.
c906108c 19938
ee2d5c50
AC
19939Reply:
19940@xref{Stop Reply Packets}, for the reply specifications.
19941
b383017d 19942@item @code{t}@var{addr}@code{:}@var{PP}@code{,}@var{MM} --- search
ee2d5c50
AC
19943@cindex @code{t} packet
19944
8e04817f 19945Search backwards starting at address @var{addr} for a match with pattern
ee2d5c50
AC
19946@var{PP} and mask @var{MM}. @var{PP} and @var{MM} are 4 bytes.
19947@var{addr} must be at least 3 digits.
c906108c 19948
ee2d5c50
AC
19949@item @code{T}@var{XX} --- thread alive
19950@cindex @code{T} packet
c906108c 19951
ee2d5c50 19952Find out if the thread XX is alive.
c906108c 19953
ee2d5c50
AC
19954Reply:
19955@table @samp
19956@item OK
19957thread is still alive
19958@item E@var{NN}
19959thread is dead
19960@end table
19961
19962@item @code{u} --- reserved
19963
19964Reserved for future use.
19965
19966@item @code{U} --- reserved
19967
19968Reserved for future use.
19969
86d30acc 19970@item @code{v} --- verbose packet prefix
ee2d5c50 19971
86d30acc
DJ
19972Packets starting with @code{v} are identified by a multi-letter name,
19973up to the first @code{;} or @code{?} (or the end of the packet).
19974
19975@item @code{vCont}[;@var{action}[@code{:}@var{tid}]]... --- extended resume
19976@cindex @code{vCont} packet
19977
19978Resume the inferior. Different actions may be specified for each thread.
19979If an action is specified with no @var{tid}, then it is applied to any
19980threads that don't have a specific action specified; if no default action is
19981specified then other threads should remain stopped. Specifying multiple
19982default actions is an error; specifying no actions is also an error.
19983Thread IDs are specified in hexadecimal. Currently supported actions are:
19984
19985@table @code
19986@item c
19987Continue.
19988@item C@var{sig}
19989Continue with signal @var{sig}. @var{sig} should be two hex digits.
19990@item s
19991Step.
19992@item S@var{sig}
19993Step with signal @var{sig}. @var{sig} should be two hex digits.
19994@end table
19995
19996The optional @var{addr} argument normally associated with these packets is
19997not supported in @code{vCont}.
19998
19999Reply:
20000@xref{Stop Reply Packets}, for the reply specifications.
20001
20002@item @code{vCont?} --- extended resume query
20003@cindex @code{vCont?} packet
20004
20005Query support for the @code{vCont} packet.
20006
20007Reply:
20008@table @samp
20009@item @code{vCont}[;@var{action}]...
20010The @code{vCont} packet is supported. Each @var{action} is a supported
20011command in the @code{vCont} packet.
20012@item
20013The @code{vCont} packet is not supported.
20014@end table
ee2d5c50
AC
20015
20016@item @code{V} --- reserved
c906108c 20017
ee2d5c50 20018Reserved for future use.
c906108c 20019
ee2d5c50 20020@item @code{w} --- reserved
c906108c 20021
ee2d5c50 20022Reserved for future use.
c906108c 20023
ee2d5c50 20024@item @code{W} --- reserved
c906108c 20025
ee2d5c50 20026Reserved for future use.
c906108c 20027
ee2d5c50
AC
20028@item @code{x} --- reserved
20029
20030Reserved for future use.
20031
20032@item @code{X}@var{addr}@code{,}@var{length}@var{:}@var{XX@dots{}} --- write mem (binary)
20033@cindex @code{X} packet
20034
20035@var{addr} is address, @var{length} is number of bytes, @var{XX@dots{}}
20036is binary data. The characters @code{$}, @code{#}, and @code{0x7d} are
8e04817f 20037escaped using @code{0x7d}.
c906108c 20038
ee2d5c50
AC
20039Reply:
20040@table @samp
20041@item OK
20042for success
20043@item E@var{NN}
20044for an error
20045@end table
20046
20047@item @code{y} --- reserved
c906108c 20048
ee2d5c50 20049Reserved for future use.
c906108c 20050
ee2d5c50
AC
20051@item @code{Y} reserved
20052
20053Reserved for future use.
20054
2f870471
AC
20055@item @code{z}@var{type}@code{,}@var{addr}@code{,}@var{length} --- remove breakpoint or watchpoint @strong{(draft)}
20056@itemx @code{Z}@var{type}@code{,}@var{addr}@code{,}@var{length} --- insert breakpoint or watchpoint @strong{(draft)}
20057@anchor{insert breakpoint or watchpoint packet}
ee2d5c50 20058@cindex @code{z} packet
2f870471 20059@cindex @code{Z} packets
ee2d5c50 20060
2f870471
AC
20061Insert (@code{Z}) or remove (@code{z}) a @var{type} breakpoint or
20062watchpoint starting at address @var{address} and covering the next
20063@var{length} bytes.
ee2d5c50 20064
2f870471
AC
20065Each breakpoint and watchpoint packet @var{type} is documented
20066separately.
20067
512217c7
AC
20068@emph{Implementation notes: A remote target shall return an empty string
20069for an unrecognized breakpoint or watchpoint packet @var{type}. A
20070remote target shall support either both or neither of a given
2f870471
AC
20071@code{Z}@var{type}@dots{} and @code{z}@var{type}@dots{} packet pair. To
20072avoid potential problems with duplicate packets, the operations should
20073be implemented in an idempotent way.}
20074
20075@item @code{z}@code{0}@code{,}@var{addr}@code{,}@var{length} --- remove memory breakpoint @strong{(draft)}
20076@item @code{Z}@code{0}@code{,}@var{addr}@code{,}@var{length} --- insert memory breakpoint @strong{(draft)}
20077@cindex @code{z0} packet
20078@cindex @code{Z0} packet
20079
20080Insert (@code{Z0}) or remove (@code{z0}) a memory breakpoint at address
20081@code{addr} of size @code{length}.
20082
20083A memory breakpoint is implemented by replacing the instruction at
20084@var{addr} with a software breakpoint or trap instruction. The
20085@code{length} is used by targets that indicates the size of the
20086breakpoint (in bytes) that should be inserted (e.g., the @sc{arm} and
20087@sc{mips} can insert either a 2 or 4 byte breakpoint).
c906108c 20088
2f870471
AC
20089@emph{Implementation note: It is possible for a target to copy or move
20090code that contains memory breakpoints (e.g., when implementing
20091overlays). The behavior of this packet, in the presence of such a
20092target, is not defined.}
c906108c 20093
ee2d5c50
AC
20094Reply:
20095@table @samp
2f870471
AC
20096@item OK
20097success
20098@item
20099not supported
ee2d5c50
AC
20100@item E@var{NN}
20101for an error
2f870471
AC
20102@end table
20103
20104@item @code{z}@code{1}@code{,}@var{addr}@code{,}@var{length} --- remove hardware breakpoint @strong{(draft)}
20105@item @code{Z}@code{1}@code{,}@var{addr}@code{,}@var{length} --- insert hardware breakpoint @strong{(draft)}
20106@cindex @code{z1} packet
20107@cindex @code{Z1} packet
20108
20109Insert (@code{Z1}) or remove (@code{z1}) a hardware breakpoint at
20110address @code{addr} of size @code{length}.
20111
20112A hardware breakpoint is implemented using a mechanism that is not
20113dependant on being able to modify the target's memory.
20114
20115@emph{Implementation note: A hardware breakpoint is not affected by code
20116movement.}
20117
20118Reply:
20119@table @samp
ee2d5c50 20120@item OK
2f870471
AC
20121success
20122@item
20123not supported
20124@item E@var{NN}
20125for an error
20126@end table
20127
20128@item @code{z}@code{2}@code{,}@var{addr}@code{,}@var{length} --- remove write watchpoint @strong{(draft)}
20129@item @code{Z}@code{2}@code{,}@var{addr}@code{,}@var{length} --- insert write watchpoint @strong{(draft)}
20130@cindex @code{z2} packet
20131@cindex @code{Z2} packet
20132
20133Insert (@code{Z2}) or remove (@code{z2}) a write watchpoint.
20134
20135Reply:
20136@table @samp
20137@item OK
20138success
20139@item
20140not supported
20141@item E@var{NN}
20142for an error
20143@end table
20144
20145@item @code{z}@code{3}@code{,}@var{addr}@code{,}@var{length} --- remove read watchpoint @strong{(draft)}
20146@item @code{Z}@code{3}@code{,}@var{addr}@code{,}@var{length} --- insert read watchpoint @strong{(draft)}
20147@cindex @code{z3} packet
20148@cindex @code{Z3} packet
20149
2e834e49 20150Insert (@code{Z3}) or remove (@code{z3}) a read watchpoint.
2f870471
AC
20151
20152Reply:
20153@table @samp
20154@item OK
20155success
20156@item
20157not supported
20158@item E@var{NN}
20159for an error
20160@end table
20161
2e834e49
HPN
20162@item @code{z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- remove access watchpoint @strong{(draft)}
20163@item @code{Z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- insert access watchpoint @strong{(draft)}
2f870471
AC
20164@cindex @code{z4} packet
20165@cindex @code{Z4} packet
20166
20167Insert (@code{Z4}) or remove (@code{z4}) an access watchpoint.
20168
20169Reply:
20170@table @samp
20171@item OK
20172success
20173@item
20174not supported
20175@item E@var{NN}
20176for an error
ee2d5c50
AC
20177@end table
20178
20179@end table
c906108c 20180
ee2d5c50
AC
20181@node Stop Reply Packets
20182@section Stop Reply Packets
20183@cindex stop reply packets
c906108c 20184
8e04817f
AC
20185The @samp{C}, @samp{c}, @samp{S}, @samp{s} and @samp{?} packets can
20186receive any of the below as a reply. In the case of the @samp{C},
20187@samp{c}, @samp{S} and @samp{s} packets, that reply is only returned
20188when the target halts. In the below the exact meaning of @samp{signal
20189number} is poorly defined. In general one of the UNIX signal numbering
20190conventions is used.
c906108c 20191
ee2d5c50 20192@table @samp
c906108c 20193
ee2d5c50
AC
20194@item S@var{AA}
20195@var{AA} is the signal number
c906108c 20196
8e04817f 20197@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
20198@cindex @code{T} packet reply
20199
8e04817f
AC
20200@var{AA} = two hex digit signal number; @var{n...} = register number
20201(hex), @var{r...} = target byte ordered register contents, size defined
12c266ea
AC
20202by @code{DEPRECATED_REGISTER_RAW_SIZE}; @var{n...} = @samp{thread},
20203@var{r...} = thread process ID, this is a hex integer; @var{n...} =
20204(@samp{watch} | @samp{rwatch} | @samp{awatch}, @var{r...} = data
20205address, this is a hex integer; @var{n...} = other string not starting
20206with valid hex digit. @value{GDBN} should ignore this @var{n...},
20207@var{r...} pair and go on to the next. This way we can extend the
20208protocol.
c906108c 20209
ee2d5c50
AC
20210@item W@var{AA}
20211
8e04817f 20212The process exited, and @var{AA} is the exit status. This is only
ee2d5c50
AC
20213applicable to certain targets.
20214
20215@item X@var{AA}
c906108c 20216
8e04817f 20217The process terminated with signal @var{AA}.
c906108c 20218
ee2d5c50 20219@item O@var{XX@dots{}}
c906108c 20220
ee2d5c50
AC
20221@var{XX@dots{}} is hex encoding of @sc{ascii} data. This can happen at
20222any time while the program is running and the debugger should continue
20223to wait for @samp{W}, @samp{T}, etc.
20224
0ce1b118
CV
20225@item F@var{call-id}@code{,}@var{parameter@dots{}}
20226
20227@var{call-id} is the identifier which says which host system call should
20228be called. This is just the name of the function. Translation into the
20229correct system call is only applicable as it's defined in @value{GDBN}.
20230@xref{File-I/O remote protocol extension}, for a list of implemented
20231system calls.
20232
20233@var{parameter@dots{}} is a list of parameters as defined for this very
20234system call.
20235
20236The target replies with this packet when it expects @value{GDBN} to call
20237a host system call on behalf of the target. @value{GDBN} replies with
20238an appropriate @code{F} packet and keeps up waiting for the next reply
20239packet from the target. The latest @samp{C}, @samp{c}, @samp{S} or
20240@samp{s} action is expected to be continued.
20241@xref{File-I/O remote protocol extension}, for more details.
20242
ee2d5c50
AC
20243@end table
20244
20245@node General Query Packets
20246@section General Query Packets
c906108c 20247
8e04817f 20248The following set and query packets have already been defined.
c906108c 20249
ee2d5c50 20250@table @r
c906108c 20251
ee2d5c50
AC
20252@item @code{q}@code{C} --- current thread
20253
20254Return the current thread id.
20255
20256Reply:
20257@table @samp
20258@item @code{QC}@var{pid}
8e04817f 20259Where @var{pid} is a HEX encoded 16 bit process id.
ee2d5c50
AC
20260@item *
20261Any other reply implies the old pid.
20262@end table
20263
20264@item @code{q}@code{fThreadInfo} -- all thread ids
20265
20266@code{q}@code{sThreadInfo}
c906108c 20267
8e04817f
AC
20268Obtain a list of active thread ids from the target (OS). Since there
20269may be too many active threads to fit into one reply packet, this query
20270works iteratively: it may require more than one query/reply sequence to
20271obtain the entire list of threads. The first query of the sequence will
20272be the @code{qf}@code{ThreadInfo} query; subsequent queries in the
20273sequence will be the @code{qs}@code{ThreadInfo} query.
ee2d5c50
AC
20274
20275NOTE: replaces the @code{qL} query (see below).
20276
20277Reply:
20278@table @samp
20279@item @code{m}@var{id}
20280A single thread id
20281@item @code{m}@var{id},@var{id}@dots{}
20282a comma-separated list of thread ids
20283@item @code{l}
20284(lower case 'el') denotes end of list.
20285@end table
20286
20287In response to each query, the target will reply with a list of one or
20288more thread ids, in big-endian hex, separated by commas. @value{GDBN}
20289will respond to each reply with a request for more thread ids (using the
8e04817f
AC
20290@code{qs} form of the query), until the target responds with @code{l}
20291(lower-case el, for @code{'last'}).
c906108c 20292
ee2d5c50
AC
20293@item @code{q}@code{ThreadExtraInfo}@code{,}@var{id} --- extra thread info
20294
20295Where @var{id} is a thread-id in big-endian hex. Obtain a printable
20296string description of a thread's attributes from the target OS. This
20297string may contain anything that the target OS thinks is interesting for
20298@value{GDBN} to tell the user about the thread. The string is displayed
20299in @value{GDBN}'s @samp{info threads} display. Some examples of
20300possible thread extra info strings are ``Runnable'', or ``Blocked on
20301Mutex''.
20302
20303Reply:
20304@table @samp
20305@item @var{XX@dots{}}
20306Where @var{XX@dots{}} is a hex encoding of @sc{ascii} data, comprising
20307the printable string containing the extra information about the thread's
8e04817f 20308attributes.
ee2d5c50
AC
20309@end table
20310
20311@item @code{q}@code{L}@var{startflag}@var{threadcount}@var{nextthread} --- query @var{LIST} or @var{threadLIST} @strong{(deprecated)}
c906108c 20312
8e04817f
AC
20313Obtain thread information from RTOS. Where: @var{startflag} (one hex
20314digit) is one to indicate the first query and zero to indicate a
20315subsequent query; @var{threadcount} (two hex digits) is the maximum
20316number of threads the response packet can contain; and @var{nextthread}
20317(eight hex digits), for subsequent queries (@var{startflag} is zero), is
20318returned in the response as @var{argthread}.
ee2d5c50
AC
20319
20320NOTE: this query is replaced by the @code{q}@code{fThreadInfo} query
20321(see above).
20322
20323Reply:
20324@table @samp
20325@item @code{q}@code{M}@var{count}@var{done}@var{argthread}@var{thread@dots{}}
8e04817f
AC
20326Where: @var{count} (two hex digits) is the number of threads being
20327returned; @var{done} (one hex digit) is zero to indicate more threads
20328and one indicates no further threads; @var{argthreadid} (eight hex
ee2d5c50
AC
20329digits) is @var{nextthread} from the request packet; @var{thread@dots{}}
20330is a sequence of thread IDs from the target. @var{threadid} (eight hex
8e04817f 20331digits). See @code{remote.c:parse_threadlist_response()}.
ee2d5c50 20332@end table
c906108c 20333
ee2d5c50
AC
20334@item @code{q}@code{CRC:}@var{addr}@code{,}@var{length} --- compute CRC of memory block
20335
20336Reply:
20337@table @samp
20338@item @code{E}@var{NN}
20339An error (such as memory fault)
20340@item @code{C}@var{CRC32}
20341A 32 bit cyclic redundancy check of the specified memory region.
20342@end table
20343
20344@item @code{q}@code{Offsets} --- query sect offs
c906108c 20345
8e04817f
AC
20346Get section offsets that the target used when re-locating the downloaded
20347image. @emph{Note: while a @code{Bss} offset is included in the
20348response, @value{GDBN} ignores this and instead applies the @code{Data}
20349offset to the @code{Bss} section.}
c906108c 20350
ee2d5c50
AC
20351Reply:
20352@table @samp
20353@item @code{Text=}@var{xxx}@code{;Data=}@var{yyy}@code{;Bss=}@var{zzz}
20354@end table
20355
20356@item @code{q}@code{P}@var{mode}@var{threadid} --- thread info request
20357
8e04817f
AC
20358Returns information on @var{threadid}. Where: @var{mode} is a hex
20359encoded 32 bit mode; @var{threadid} is a hex encoded 64 bit thread ID.
ee2d5c50
AC
20360
20361Reply:
20362@table @samp
20363@item *
20364@end table
20365
8e04817f 20366See @code{remote.c:remote_unpack_thread_info_response()}.
c906108c 20367
ee2d5c50
AC
20368@item @code{q}@code{Rcmd,}@var{command} --- remote command
20369
20370@var{command} (hex encoded) is passed to the local interpreter for
8e04817f
AC
20371execution. Invalid commands should be reported using the output string.
20372Before the final result packet, the target may also respond with a
ee2d5c50
AC
20373number of intermediate @code{O}@var{output} console output packets.
20374@emph{Implementors should note that providing access to a stubs's
20375interpreter may have security implications}.
20376
20377Reply:
20378@table @samp
20379@item OK
8e04817f 20380A command response with no output.
ee2d5c50 20381@item @var{OUTPUT}
8e04817f 20382A command response with the hex encoded output string @var{OUTPUT}.
ee2d5c50 20383@item @code{E}@var{NN}
8e04817f 20384Indicate a badly formed request.
ee2d5c50 20385@item @samp{}
8e04817f 20386When @samp{q}@samp{Rcmd} is not recognized.
ee2d5c50
AC
20387@end table
20388
20389@item @code{qSymbol::} --- symbol lookup
c906108c 20390
8e04817f
AC
20391Notify the target that @value{GDBN} is prepared to serve symbol lookup
20392requests. Accept requests from the target for the values of symbols.
ee2d5c50
AC
20393
20394Reply:
20395@table @samp
20396@item @code{OK}
8e04817f 20397The target does not need to look up any (more) symbols.
ee2d5c50
AC
20398@item @code{qSymbol:}@var{sym_name}
20399The target requests the value of symbol @var{sym_name} (hex encoded).
20400@value{GDBN} may provide the value by using the
20401@code{qSymbol:}@var{sym_value}:@var{sym_name} message, described below.
20402@end table
20403
20404@item @code{qSymbol:}@var{sym_value}:@var{sym_name} --- symbol value
20405
20406Set the value of @var{sym_name} to @var{sym_value}.
20407
20408@var{sym_name} (hex encoded) is the name of a symbol whose value the
20409target has previously requested.
20410
20411@var{sym_value} (hex) is the value for symbol @var{sym_name}. If
20412@value{GDBN} cannot supply a value for @var{sym_name}, then this field
20413will be empty.
20414
20415Reply:
20416@table @samp
20417@item @code{OK}
8e04817f 20418The target does not need to look up any (more) symbols.
ee2d5c50
AC
20419@item @code{qSymbol:}@var{sym_name}
20420The target requests the value of a new symbol @var{sym_name} (hex
20421encoded). @value{GDBN} will continue to supply the values of symbols
20422(if available), until the target ceases to request them.
20423@end table
eb12ee30 20424
ee2d5c50
AC
20425@end table
20426
20427@node Register Packet Format
20428@section Register Packet Format
eb12ee30 20429
8e04817f 20430The following @samp{g}/@samp{G} packets have previously been defined.
ee2d5c50
AC
20431In the below, some thirty-two bit registers are transferred as
20432sixty-four bits. Those registers should be zero/sign extended (which?)
20433to fill the space allocated. Register bytes are transfered in target
20434byte order. The two nibbles within a register byte are transfered
20435most-significant - least-significant.
eb12ee30 20436
ee2d5c50 20437@table @r
eb12ee30 20438
8e04817f 20439@item MIPS32
ee2d5c50 20440
8e04817f
AC
20441All registers are transfered as thirty-two bit quantities in the order:
2044232 general-purpose; sr; lo; hi; bad; cause; pc; 32 floating-point
20443registers; fsr; fir; fp.
eb12ee30 20444
8e04817f 20445@item MIPS64
ee2d5c50 20446
8e04817f
AC
20447All registers are transfered as sixty-four bit quantities (including
20448thirty-two bit registers such as @code{sr}). The ordering is the same
20449as @code{MIPS32}.
eb12ee30 20450
ee2d5c50
AC
20451@end table
20452
20453@node Examples
20454@section Examples
eb12ee30 20455
8e04817f
AC
20456Example sequence of a target being re-started. Notice how the restart
20457does not get any direct output:
eb12ee30 20458
474c8240 20459@smallexample
d2c6833e
AC
20460-> @code{R00}
20461<- @code{+}
8e04817f 20462@emph{target restarts}
d2c6833e 20463-> @code{?}
8e04817f 20464<- @code{+}
d2c6833e
AC
20465<- @code{T001:1234123412341234}
20466-> @code{+}
474c8240 20467@end smallexample
eb12ee30 20468
8e04817f 20469Example sequence of a target being stepped by a single instruction:
eb12ee30 20470
474c8240 20471@smallexample
d2c6833e 20472-> @code{G1445@dots{}}
8e04817f 20473<- @code{+}
d2c6833e
AC
20474-> @code{s}
20475<- @code{+}
20476@emph{time passes}
20477<- @code{T001:1234123412341234}
8e04817f 20478-> @code{+}
d2c6833e 20479-> @code{g}
8e04817f 20480<- @code{+}
d2c6833e
AC
20481<- @code{1455@dots{}}
20482-> @code{+}
474c8240 20483@end smallexample
eb12ee30 20484
0ce1b118
CV
20485@node File-I/O remote protocol extension
20486@section File-I/O remote protocol extension
20487@cindex File-I/O remote protocol extension
20488
20489@menu
20490* File-I/O Overview::
20491* Protocol basics::
1d8b2f28
JB
20492* The F request packet::
20493* The F reply packet::
0ce1b118
CV
20494* Memory transfer::
20495* The Ctrl-C message::
20496* Console I/O::
20497* The isatty call::
20498* The system call::
20499* List of supported calls::
20500* Protocol specific representation of datatypes::
20501* Constants::
20502* File-I/O Examples::
20503@end menu
20504
20505@node File-I/O Overview
20506@subsection File-I/O Overview
20507@cindex file-i/o overview
20508
20509The File I/O remote protocol extension (short: File-I/O) allows the
20510target to use the hosts file system and console I/O when calling various
20511system calls. System calls on the target system are translated into a
20512remote protocol packet to the host system which then performs the needed
20513actions and returns with an adequate response packet to the target system.
20514This simulates file system operations even on targets that lack file systems.
20515
20516The protocol is defined host- and target-system independent. It uses
20517it's own independent representation of datatypes and values. Both,
20518@value{GDBN} and the target's @value{GDBN} stub are responsible for
20519translating the system dependent values into the unified protocol values
20520when data is transmitted.
20521
20522The communication is synchronous. A system call is possible only
20523when GDB is waiting for the @samp{C}, @samp{c}, @samp{S} or @samp{s}
20524packets. While @value{GDBN} handles the request for a system call,
20525the target is stopped to allow deterministic access to the target's
20526memory. Therefore File-I/O is not interuptible by target signals. It
20527is possible to interrupt File-I/O by a user interrupt (Ctrl-C), though.
20528
20529The target's request to perform a host system call does not finish
20530the latest @samp{C}, @samp{c}, @samp{S} or @samp{s} action. That means,
20531after finishing the system call, the target returns to continuing the
20532previous activity (continue, step). No additional continue or step
20533request from @value{GDBN} is required.
20534
20535@smallexample
20536(gdb) continue
20537 <- target requests 'system call X'
20538 target is stopped, @value{GDBN} executes system call
20539 -> GDB returns result
20540 ... target continues, GDB returns to wait for the target
20541 <- target hits breakpoint and sends a Txx packet
20542@end smallexample
20543
20544The protocol is only used for files on the host file system and
20545for I/O on the console. Character or block special devices, pipes,
20546named pipes or sockets or any other communication method on the host
20547system are not supported by this protocol.
20548
20549@node Protocol basics
20550@subsection Protocol basics
20551@cindex protocol basics, file-i/o
20552
20553The File-I/O protocol uses the @code{F} packet, as request as well
20554as as reply packet. Since a File-I/O system call can only occur when
b383017d 20555@value{GDBN} is waiting for the continuing or stepping target, the
0ce1b118
CV
20556File-I/O request is a reply that @value{GDBN} has to expect as a result
20557of a former @samp{C}, @samp{c}, @samp{S} or @samp{s} packet.
20558This @code{F} packet contains all information needed to allow @value{GDBN}
20559to call the appropriate host system call:
20560
20561@itemize @bullet
b383017d 20562@item
0ce1b118
CV
20563A unique identifier for the requested system call.
20564
20565@item
20566All parameters to the system call. Pointers are given as addresses
20567in the target memory address space. Pointers to strings are given as
b383017d 20568pointer/length pair. Numerical values are given as they are.
0ce1b118
CV
20569Numerical control values are given in a protocol specific representation.
20570
20571@end itemize
20572
20573At that point @value{GDBN} has to perform the following actions.
20574
20575@itemize @bullet
b383017d 20576@item
0ce1b118
CV
20577If parameter pointer values are given, which point to data needed as input
20578to a system call, @value{GDBN} requests this data from the target with a
20579standard @code{m} packet request. This additional communication has to be
20580expected by the target implementation and is handled as any other @code{m}
20581packet.
20582
20583@item
20584@value{GDBN} translates all value from protocol representation to host
20585representation as needed. Datatypes are coerced into the host types.
20586
20587@item
20588@value{GDBN} calls the system call
20589
20590@item
20591It then coerces datatypes back to protocol representation.
20592
20593@item
20594If pointer parameters in the request packet point to buffer space in which
20595a system call is expected to copy data to, the data is transmitted to the
20596target using a @code{M} or @code{X} packet. This packet has to be expected
20597by the target implementation and is handled as any other @code{M} or @code{X}
20598packet.
20599
20600@end itemize
20601
20602Eventually @value{GDBN} replies with another @code{F} packet which contains all
20603necessary information for the target to continue. This at least contains
20604
20605@itemize @bullet
20606@item
20607Return value.
20608
20609@item
20610@code{errno}, if has been changed by the system call.
20611
20612@item
20613``Ctrl-C'' flag.
20614
20615@end itemize
20616
20617After having done the needed type and value coercion, the target continues
20618the latest continue or step action.
20619
1d8b2f28 20620@node The F request packet
0ce1b118
CV
20621@subsection The @code{F} request packet
20622@cindex file-i/o request packet
20623@cindex @code{F} request packet
20624
20625The @code{F} request packet has the following format:
20626
20627@table @samp
20628
20629@smallexample
20630@code{F}@var{call-id}@code{,}@var{parameter@dots{}}
20631@end smallexample
20632
20633@var{call-id} is the identifier to indicate the host system call to be called.
20634This is just the name of the function.
20635
20636@var{parameter@dots{}} are the parameters to the system call.
20637
b383017d 20638@end table
0ce1b118
CV
20639
20640Parameters are hexadecimal integer values, either the real values in case
20641of scalar datatypes, as pointers to target buffer space in case of compound
20642datatypes and unspecified memory areas or as pointer/length pairs in case
20643of string parameters. These are appended to the call-id, each separated
20644from its predecessor by a comma. All values are transmitted in ASCII
20645string representation, pointer/length pairs separated by a slash.
20646
1d8b2f28 20647@node The F reply packet
0ce1b118
CV
20648@subsection The @code{F} reply packet
20649@cindex file-i/o reply packet
20650@cindex @code{F} reply packet
20651
20652The @code{F} reply packet has the following format:
20653
20654@table @samp
20655
20656@smallexample
20657@code{F}@var{retcode}@code{,}@var{errno}@code{,}@var{Ctrl-C flag}@code{;}@var{call specific attachment}
20658@end smallexample
20659
20660@var{retcode} is the return code of the system call as hexadecimal value.
20661
20662@var{errno} is the errno set by the call, in protocol specific representation.
20663This parameter can be omitted if the call was successful.
20664
20665@var{Ctrl-C flag} is only send if the user requested a break. In this
20666case, @var{errno} must be send as well, even if the call was successful.
20667The @var{Ctrl-C flag} itself consists of the character 'C':
20668
20669@smallexample
20670F0,0,C
20671@end smallexample
20672
20673@noindent
20674or, if the call was interupted before the host call has been performed:
20675
20676@smallexample
20677F-1,4,C
20678@end smallexample
20679
20680@noindent
20681assuming 4 is the protocol specific representation of @code{EINTR}.
20682
20683@end table
20684
20685@node Memory transfer
20686@subsection Memory transfer
20687@cindex memory transfer, in file-i/o protocol
20688
20689Structured data which is transferred using a memory read or write as e.g.@:
20690a @code{struct stat} is expected to be in a protocol specific format with
20691all scalar multibyte datatypes being big endian. This should be done by
20692the target before the @code{F} packet is sent resp.@: by @value{GDBN} before
20693it transfers memory to the target. Transferred pointers to structured
20694data should point to the already coerced data at any time.
20695
20696@node The Ctrl-C message
20697@subsection The Ctrl-C message
20698@cindex ctrl-c message, in file-i/o protocol
20699
20700A special case is, if the @var{Ctrl-C flag} is set in the @value{GDBN}
20701reply packet. In this case the target should behave, as if it had
20702gotten a break message. The meaning for the target is ``system call
20703interupted by @code{SIGINT}''. Consequentially, the target should actually stop
20704(as with a break message) and return to @value{GDBN} with a @code{T02}
b383017d 20705packet. In this case, it's important for the target to know, in which
0ce1b118
CV
20706state the system call was interrupted. Since this action is by design
20707not an atomic operation, we have to differ between two cases:
20708
20709@itemize @bullet
20710@item
20711The system call hasn't been performed on the host yet.
20712
20713@item
20714The system call on the host has been finished.
20715
20716@end itemize
20717
20718These two states can be distinguished by the target by the value of the
20719returned @code{errno}. If it's the protocol representation of @code{EINTR}, the system
20720call hasn't been performed. This is equivalent to the @code{EINTR} handling
20721on POSIX systems. In any other case, the target may presume that the
20722system call has been finished --- successful or not --- and should behave
20723as if the break message arrived right after the system call.
20724
20725@value{GDBN} must behave reliable. If the system call has not been called
20726yet, @value{GDBN} may send the @code{F} reply immediately, setting @code{EINTR} as
20727@code{errno} in the packet. If the system call on the host has been finished
20728before the user requests a break, the full action must be finshed by
20729@value{GDBN}. This requires sending @code{M} or @code{X} packets as they fit.
20730The @code{F} packet may only be send when either nothing has happened
20731or the full action has been completed.
20732
20733@node Console I/O
20734@subsection Console I/O
20735@cindex console i/o as part of file-i/o
20736
20737By default and if not explicitely closed by the target system, the file
20738descriptors 0, 1 and 2 are connected to the @value{GDBN} console. Output
20739on the @value{GDBN} console is handled as any other file output operation
20740(@code{write(1, @dots{})} or @code{write(2, @dots{})}). Console input is handled
20741by @value{GDBN} so that after the target read request from file descriptor
207420 all following typing is buffered until either one of the following
20743conditions is met:
20744
20745@itemize @bullet
20746@item
20747The user presses @kbd{Ctrl-C}. The behaviour is as explained above, the
20748@code{read}
20749system call is treated as finished.
20750
20751@item
20752The user presses @kbd{Enter}. This is treated as end of input with a trailing
20753line feed.
20754
20755@item
20756The user presses @kbd{Ctrl-D}. This is treated as end of input. No trailing
20757character, especially no Ctrl-D is appended to the input.
20758
20759@end itemize
20760
20761If the user has typed more characters as fit in the buffer given to
20762the read call, the trailing characters are buffered in @value{GDBN} until
20763either another @code{read(0, @dots{})} is requested by the target or debugging
20764is stopped on users request.
20765
20766@node The isatty call
20767@subsection The isatty(3) call
20768@cindex isatty call, file-i/o protocol
20769
20770A special case in this protocol is the library call @code{isatty} which
20771is implemented as it's own call inside of this protocol. It returns
207721 to the target if the file descriptor given as parameter is attached
20773to the @value{GDBN} console, 0 otherwise. Implementing through system calls
20774would require implementing @code{ioctl} and would be more complex than
20775needed.
20776
20777@node The system call
20778@subsection The system(3) call
20779@cindex system call, file-i/o protocol
20780
20781The other special case in this protocol is the @code{system} call which
20782is implemented as it's own call, too. @value{GDBN} is taking over the full
20783task of calling the necessary host calls to perform the @code{system}
20784call. The return value of @code{system} is simplified before it's returned
20785to the target. Basically, the only signal transmitted back is @code{EINTR}
20786in case the user pressed @kbd{Ctrl-C}. Otherwise the return value consists
20787entirely of the exit status of the called command.
20788
20789Due to security concerns, the @code{system} call is refused to be called
b383017d 20790by @value{GDBN} by default. The user has to allow this call explicitly by
0ce1b118
CV
20791entering
20792
20793@table @samp
20794@kindex set remote system-call-allowed 1
20795@item @code{set remote system-call-allowed 1}
20796@end table
20797
20798Disabling the @code{system} call is done by
20799
20800@table @samp
20801@kindex set remote system-call-allowed 0
20802@item @code{set remote system-call-allowed 0}
20803@end table
20804
20805The current setting is shown by typing
20806
20807@table @samp
20808@kindex show remote system-call-allowed
20809@item @code{show remote system-call-allowed}
20810@end table
20811
20812@node List of supported calls
20813@subsection List of supported calls
20814@cindex list of supported file-i/o calls
20815
20816@menu
20817* open::
20818* close::
20819* read::
20820* write::
20821* lseek::
20822* rename::
20823* unlink::
20824* stat/fstat::
20825* gettimeofday::
20826* isatty::
20827* system::
20828@end menu
20829
20830@node open
20831@unnumberedsubsubsec open
20832@cindex open, file-i/o system call
20833
20834@smallexample
20835@exdent Synopsis:
20836int open(const char *pathname, int flags);
20837int open(const char *pathname, int flags, mode_t mode);
20838
b383017d 20839@exdent Request:
0ce1b118
CV
20840Fopen,pathptr/len,flags,mode
20841@end smallexample
20842
20843@noindent
20844@code{flags} is the bitwise or of the following values:
20845
20846@table @code
b383017d 20847@item O_CREAT
0ce1b118
CV
20848If the file does not exist it will be created. The host
20849rules apply as far as file ownership and time stamps
20850are concerned.
20851
b383017d 20852@item O_EXCL
0ce1b118
CV
20853When used with O_CREAT, if the file already exists it is
20854an error and open() fails.
20855
b383017d 20856@item O_TRUNC
0ce1b118
CV
20857If the file already exists and the open mode allows
20858writing (O_RDWR or O_WRONLY is given) it will be
20859truncated to length 0.
20860
b383017d 20861@item O_APPEND
0ce1b118
CV
20862The file is opened in append mode.
20863
b383017d 20864@item O_RDONLY
0ce1b118
CV
20865The file is opened for reading only.
20866
b383017d 20867@item O_WRONLY
0ce1b118
CV
20868The file is opened for writing only.
20869
b383017d 20870@item O_RDWR
0ce1b118
CV
20871The file is opened for reading and writing.
20872
20873@noindent
20874Each other bit is silently ignored.
20875
20876@end table
20877
20878@noindent
20879@code{mode} is the bitwise or of the following values:
20880
20881@table @code
b383017d 20882@item S_IRUSR
0ce1b118
CV
20883User has read permission.
20884
b383017d 20885@item S_IWUSR
0ce1b118
CV
20886User has write permission.
20887
b383017d 20888@item S_IRGRP
0ce1b118
CV
20889Group has read permission.
20890
b383017d 20891@item S_IWGRP
0ce1b118
CV
20892Group has write permission.
20893
b383017d 20894@item S_IROTH
0ce1b118
CV
20895Others have read permission.
20896
b383017d 20897@item S_IWOTH
0ce1b118
CV
20898Others have write permission.
20899
20900@noindent
20901Each other bit is silently ignored.
20902
20903@end table
20904
20905@smallexample
20906@exdent Return value:
20907open returns the new file descriptor or -1 if an error
20908occured.
20909
20910@exdent Errors:
20911@end smallexample
20912
20913@table @code
b383017d 20914@item EEXIST
0ce1b118
CV
20915pathname already exists and O_CREAT and O_EXCL were used.
20916
b383017d 20917@item EISDIR
0ce1b118
CV
20918pathname refers to a directory.
20919
b383017d 20920@item EACCES
0ce1b118
CV
20921The requested access is not allowed.
20922
20923@item ENAMETOOLONG
20924pathname was too long.
20925
b383017d 20926@item ENOENT
0ce1b118
CV
20927A directory component in pathname does not exist.
20928
b383017d 20929@item ENODEV
0ce1b118
CV
20930pathname refers to a device, pipe, named pipe or socket.
20931
b383017d 20932@item EROFS
0ce1b118
CV
20933pathname refers to a file on a read-only filesystem and
20934write access was requested.
20935
b383017d 20936@item EFAULT
0ce1b118
CV
20937pathname is an invalid pointer value.
20938
b383017d 20939@item ENOSPC
0ce1b118
CV
20940No space on device to create the file.
20941
b383017d 20942@item EMFILE
0ce1b118
CV
20943The process already has the maximum number of files open.
20944
b383017d 20945@item ENFILE
0ce1b118
CV
20946The limit on the total number of files open on the system
20947has been reached.
20948
b383017d 20949@item EINTR
0ce1b118
CV
20950The call was interrupted by the user.
20951@end table
20952
20953@node close
20954@unnumberedsubsubsec close
20955@cindex close, file-i/o system call
20956
20957@smallexample
b383017d 20958@exdent Synopsis:
0ce1b118
CV
20959int close(int fd);
20960
b383017d 20961@exdent Request:
0ce1b118
CV
20962Fclose,fd
20963
20964@exdent Return value:
20965close returns zero on success, or -1 if an error occurred.
20966
20967@exdent Errors:
20968@end smallexample
20969
20970@table @code
b383017d 20971@item EBADF
0ce1b118
CV
20972fd isn't a valid open file descriptor.
20973
b383017d 20974@item EINTR
0ce1b118
CV
20975The call was interrupted by the user.
20976@end table
20977
20978@node read
20979@unnumberedsubsubsec read
20980@cindex read, file-i/o system call
20981
20982@smallexample
b383017d 20983@exdent Synopsis:
0ce1b118
CV
20984int read(int fd, void *buf, unsigned int count);
20985
b383017d 20986@exdent Request:
0ce1b118
CV
20987Fread,fd,bufptr,count
20988
20989@exdent Return value:
20990On success, the number of bytes read is returned.
20991Zero indicates end of file. If count is zero, read
b383017d 20992returns zero as well. On error, -1 is returned.
0ce1b118
CV
20993
20994@exdent Errors:
20995@end smallexample
20996
20997@table @code
b383017d 20998@item EBADF
0ce1b118
CV
20999fd is not a valid file descriptor or is not open for
21000reading.
21001
b383017d 21002@item EFAULT
0ce1b118
CV
21003buf is an invalid pointer value.
21004
b383017d 21005@item EINTR
0ce1b118
CV
21006The call was interrupted by the user.
21007@end table
21008
21009@node write
21010@unnumberedsubsubsec write
21011@cindex write, file-i/o system call
21012
21013@smallexample
b383017d 21014@exdent Synopsis:
0ce1b118
CV
21015int write(int fd, const void *buf, unsigned int count);
21016
b383017d 21017@exdent Request:
0ce1b118
CV
21018Fwrite,fd,bufptr,count
21019
21020@exdent Return value:
21021On success, the number of bytes written are returned.
21022Zero indicates nothing was written. On error, -1
21023is returned.
21024
21025@exdent Errors:
21026@end smallexample
21027
21028@table @code
b383017d 21029@item EBADF
0ce1b118
CV
21030fd is not a valid file descriptor or is not open for
21031writing.
21032
b383017d 21033@item EFAULT
0ce1b118
CV
21034buf is an invalid pointer value.
21035
b383017d 21036@item EFBIG
0ce1b118
CV
21037An attempt was made to write a file that exceeds the
21038host specific maximum file size allowed.
21039
b383017d 21040@item ENOSPC
0ce1b118
CV
21041No space on device to write the data.
21042
b383017d 21043@item EINTR
0ce1b118
CV
21044The call was interrupted by the user.
21045@end table
21046
21047@node lseek
21048@unnumberedsubsubsec lseek
21049@cindex lseek, file-i/o system call
21050
21051@smallexample
b383017d 21052@exdent Synopsis:
0ce1b118
CV
21053long lseek (int fd, long offset, int flag);
21054
b383017d 21055@exdent Request:
0ce1b118
CV
21056Flseek,fd,offset,flag
21057@end smallexample
21058
21059@code{flag} is one of:
21060
21061@table @code
b383017d 21062@item SEEK_SET
0ce1b118
CV
21063The offset is set to offset bytes.
21064
b383017d 21065@item SEEK_CUR
0ce1b118
CV
21066The offset is set to its current location plus offset
21067bytes.
21068
b383017d 21069@item SEEK_END
0ce1b118
CV
21070The offset is set to the size of the file plus offset
21071bytes.
21072@end table
21073
21074@smallexample
21075@exdent Return value:
21076On success, the resulting unsigned offset in bytes from
21077the beginning of the file is returned. Otherwise, a
21078value of -1 is returned.
21079
21080@exdent Errors:
21081@end smallexample
21082
21083@table @code
b383017d 21084@item EBADF
0ce1b118
CV
21085fd is not a valid open file descriptor.
21086
b383017d 21087@item ESPIPE
0ce1b118
CV
21088fd is associated with the @value{GDBN} console.
21089
b383017d 21090@item EINVAL
0ce1b118
CV
21091flag is not a proper value.
21092
b383017d 21093@item EINTR
0ce1b118
CV
21094The call was interrupted by the user.
21095@end table
21096
21097@node rename
21098@unnumberedsubsubsec rename
21099@cindex rename, file-i/o system call
21100
21101@smallexample
b383017d 21102@exdent Synopsis:
0ce1b118
CV
21103int rename(const char *oldpath, const char *newpath);
21104
b383017d 21105@exdent Request:
0ce1b118
CV
21106Frename,oldpathptr/len,newpathptr/len
21107
21108@exdent Return value:
21109On success, zero is returned. On error, -1 is returned.
21110
21111@exdent Errors:
21112@end smallexample
21113
21114@table @code
b383017d 21115@item EISDIR
0ce1b118
CV
21116newpath is an existing directory, but oldpath is not a
21117directory.
21118
b383017d 21119@item EEXIST
0ce1b118
CV
21120newpath is a non-empty directory.
21121
b383017d 21122@item EBUSY
0ce1b118
CV
21123oldpath or newpath is a directory that is in use by some
21124process.
21125
b383017d 21126@item EINVAL
0ce1b118
CV
21127An attempt was made to make a directory a subdirectory
21128of itself.
21129
b383017d 21130@item ENOTDIR
0ce1b118
CV
21131A component used as a directory in oldpath or new
21132path is not a directory. Or oldpath is a directory
21133and newpath exists but is not a directory.
21134
b383017d 21135@item EFAULT
0ce1b118
CV
21136oldpathptr or newpathptr are invalid pointer values.
21137
b383017d 21138@item EACCES
0ce1b118
CV
21139No access to the file or the path of the file.
21140
21141@item ENAMETOOLONG
b383017d 21142
0ce1b118
CV
21143oldpath or newpath was too long.
21144
b383017d 21145@item ENOENT
0ce1b118
CV
21146A directory component in oldpath or newpath does not exist.
21147
b383017d 21148@item EROFS
0ce1b118
CV
21149The file is on a read-only filesystem.
21150
b383017d 21151@item ENOSPC
0ce1b118
CV
21152The device containing the file has no room for the new
21153directory entry.
21154
b383017d 21155@item EINTR
0ce1b118
CV
21156The call was interrupted by the user.
21157@end table
21158
21159@node unlink
21160@unnumberedsubsubsec unlink
21161@cindex unlink, file-i/o system call
21162
21163@smallexample
b383017d 21164@exdent Synopsis:
0ce1b118
CV
21165int unlink(const char *pathname);
21166
b383017d 21167@exdent Request:
0ce1b118
CV
21168Funlink,pathnameptr/len
21169
21170@exdent Return value:
21171On success, zero is returned. On error, -1 is returned.
21172
21173@exdent Errors:
21174@end smallexample
21175
21176@table @code
b383017d 21177@item EACCES
0ce1b118
CV
21178No access to the file or the path of the file.
21179
b383017d 21180@item EPERM
0ce1b118
CV
21181The system does not allow unlinking of directories.
21182
b383017d 21183@item EBUSY
0ce1b118
CV
21184The file pathname cannot be unlinked because it's
21185being used by another process.
21186
b383017d 21187@item EFAULT
0ce1b118
CV
21188pathnameptr is an invalid pointer value.
21189
21190@item ENAMETOOLONG
21191pathname was too long.
21192
b383017d 21193@item ENOENT
0ce1b118
CV
21194A directory component in pathname does not exist.
21195
b383017d 21196@item ENOTDIR
0ce1b118
CV
21197A component of the path is not a directory.
21198
b383017d 21199@item EROFS
0ce1b118
CV
21200The file is on a read-only filesystem.
21201
b383017d 21202@item EINTR
0ce1b118
CV
21203The call was interrupted by the user.
21204@end table
21205
21206@node stat/fstat
21207@unnumberedsubsubsec stat/fstat
21208@cindex fstat, file-i/o system call
21209@cindex stat, file-i/o system call
21210
21211@smallexample
b383017d 21212@exdent Synopsis:
0ce1b118
CV
21213int stat(const char *pathname, struct stat *buf);
21214int fstat(int fd, struct stat *buf);
21215
b383017d 21216@exdent Request:
0ce1b118
CV
21217Fstat,pathnameptr/len,bufptr
21218Ffstat,fd,bufptr
21219
21220@exdent Return value:
21221On success, zero is returned. On error, -1 is returned.
21222
21223@exdent Errors:
21224@end smallexample
21225
21226@table @code
b383017d 21227@item EBADF
0ce1b118
CV
21228fd is not a valid open file.
21229
b383017d 21230@item ENOENT
0ce1b118
CV
21231A directory component in pathname does not exist or the
21232path is an empty string.
21233
b383017d 21234@item ENOTDIR
0ce1b118
CV
21235A component of the path is not a directory.
21236
b383017d 21237@item EFAULT
0ce1b118
CV
21238pathnameptr is an invalid pointer value.
21239
b383017d 21240@item EACCES
0ce1b118
CV
21241No access to the file or the path of the file.
21242
21243@item ENAMETOOLONG
21244pathname was too long.
21245
b383017d 21246@item EINTR
0ce1b118
CV
21247The call was interrupted by the user.
21248@end table
21249
21250@node gettimeofday
21251@unnumberedsubsubsec gettimeofday
21252@cindex gettimeofday, file-i/o system call
21253
21254@smallexample
b383017d 21255@exdent Synopsis:
0ce1b118
CV
21256int gettimeofday(struct timeval *tv, void *tz);
21257
b383017d 21258@exdent Request:
0ce1b118
CV
21259Fgettimeofday,tvptr,tzptr
21260
21261@exdent Return value:
21262On success, 0 is returned, -1 otherwise.
21263
21264@exdent Errors:
21265@end smallexample
21266
21267@table @code
b383017d 21268@item EINVAL
0ce1b118
CV
21269tz is a non-NULL pointer.
21270
b383017d 21271@item EFAULT
0ce1b118
CV
21272tvptr and/or tzptr is an invalid pointer value.
21273@end table
21274
21275@node isatty
21276@unnumberedsubsubsec isatty
21277@cindex isatty, file-i/o system call
21278
21279@smallexample
b383017d 21280@exdent Synopsis:
0ce1b118
CV
21281int isatty(int fd);
21282
b383017d 21283@exdent Request:
0ce1b118
CV
21284Fisatty,fd
21285
21286@exdent Return value:
21287Returns 1 if fd refers to the @value{GDBN} console, 0 otherwise.
21288
21289@exdent Errors:
21290@end smallexample
21291
21292@table @code
b383017d 21293@item EINTR
0ce1b118
CV
21294The call was interrupted by the user.
21295@end table
21296
21297@node system
21298@unnumberedsubsubsec system
21299@cindex system, file-i/o system call
21300
21301@smallexample
b383017d 21302@exdent Synopsis:
0ce1b118
CV
21303int system(const char *command);
21304
b383017d 21305@exdent Request:
0ce1b118
CV
21306Fsystem,commandptr/len
21307
21308@exdent Return value:
21309The value returned is -1 on error and the return status
21310of the command otherwise. Only the exit status of the
21311command is returned, which is extracted from the hosts
21312system return value by calling WEXITSTATUS(retval).
21313In case /bin/sh could not be executed, 127 is returned.
21314
21315@exdent Errors:
21316@end smallexample
21317
21318@table @code
b383017d 21319@item EINTR
0ce1b118
CV
21320The call was interrupted by the user.
21321@end table
21322
21323@node Protocol specific representation of datatypes
21324@subsection Protocol specific representation of datatypes
21325@cindex protocol specific representation of datatypes, in file-i/o protocol
21326
21327@menu
21328* Integral datatypes::
21329* Pointer values::
21330* struct stat::
21331* struct timeval::
21332@end menu
21333
21334@node Integral datatypes
21335@unnumberedsubsubsec Integral datatypes
21336@cindex integral datatypes, in file-i/o protocol
21337
21338The integral datatypes used in the system calls are
21339
21340@smallexample
21341int@r{,} unsigned int@r{,} long@r{,} unsigned long@r{,} mode_t @r{and} time_t
21342@end smallexample
21343
21344@code{Int}, @code{unsigned int}, @code{mode_t} and @code{time_t} are
21345implemented as 32 bit values in this protocol.
21346
b383017d
RM
21347@code{Long} and @code{unsigned long} are implemented as 64 bit types.
21348
0ce1b118
CV
21349@xref{Limits}, for corresponding MIN and MAX values (similar to those
21350in @file{limits.h}) to allow range checking on host and target.
21351
21352@code{time_t} datatypes are defined as seconds since the Epoch.
21353
21354All integral datatypes transferred as part of a memory read or write of a
21355structured datatype e.g.@: a @code{struct stat} have to be given in big endian
21356byte order.
21357
21358@node Pointer values
21359@unnumberedsubsubsec Pointer values
21360@cindex pointer values, in file-i/o protocol
21361
21362Pointers to target data are transmitted as they are. An exception
21363is made for pointers to buffers for which the length isn't
21364transmitted as part of the function call, namely strings. Strings
21365are transmitted as a pointer/length pair, both as hex values, e.g.@:
21366
21367@smallexample
21368@code{1aaf/12}
21369@end smallexample
21370
21371@noindent
21372which is a pointer to data of length 18 bytes at position 0x1aaf.
21373The length is defined as the full string length in bytes, including
21374the trailing null byte. Example:
21375
21376@smallexample
21377``hello, world'' at address 0x123456
21378@end smallexample
21379
21380@noindent
21381is transmitted as
21382
21383@smallexample
21384@code{123456/d}
21385@end smallexample
21386
21387@node struct stat
21388@unnumberedsubsubsec struct stat
21389@cindex struct stat, in file-i/o protocol
21390
21391The buffer of type struct stat used by the target and @value{GDBN} is defined
21392as follows:
21393
21394@smallexample
21395struct stat @{
21396 unsigned int st_dev; /* device */
21397 unsigned int st_ino; /* inode */
21398 mode_t st_mode; /* protection */
21399 unsigned int st_nlink; /* number of hard links */
21400 unsigned int st_uid; /* user ID of owner */
21401 unsigned int st_gid; /* group ID of owner */
21402 unsigned int st_rdev; /* device type (if inode device) */
21403 unsigned long st_size; /* total size, in bytes */
21404 unsigned long st_blksize; /* blocksize for filesystem I/O */
21405 unsigned long st_blocks; /* number of blocks allocated */
21406 time_t st_atime; /* time of last access */
21407 time_t st_mtime; /* time of last modification */
21408 time_t st_ctime; /* time of last change */
21409@};
21410@end smallexample
21411
21412The integral datatypes are conforming to the definitions given in the
21413approriate section (see @ref{Integral datatypes}, for details) so this
21414structure is of size 64 bytes.
21415
21416The values of several fields have a restricted meaning and/or
21417range of values.
21418
21419@smallexample
21420st_dev: 0 file
21421 1 console
21422
21423st_ino: No valid meaning for the target. Transmitted unchanged.
21424
21425st_mode: Valid mode bits are described in Appendix C. Any other
21426 bits have currently no meaning for the target.
21427
21428st_uid: No valid meaning for the target. Transmitted unchanged.
21429
21430st_gid: No valid meaning for the target. Transmitted unchanged.
21431
21432st_rdev: No valid meaning for the target. Transmitted unchanged.
21433
21434st_atime, st_mtime, st_ctime:
21435 These values have a host and file system dependent
21436 accuracy. Especially on Windows hosts the file systems
21437 don't support exact timing values.
21438@end smallexample
21439
21440The target gets a struct stat of the above representation and is
21441responsible to coerce it to the target representation before
21442continuing.
21443
21444Note that due to size differences between the host and target
21445representation of stat members, these members could eventually
21446get truncated on the target.
21447
21448@node struct timeval
21449@unnumberedsubsubsec struct timeval
21450@cindex struct timeval, in file-i/o protocol
21451
21452The buffer of type struct timeval used by the target and @value{GDBN}
21453is defined as follows:
21454
21455@smallexample
b383017d 21456struct timeval @{
0ce1b118
CV
21457 time_t tv_sec; /* second */
21458 long tv_usec; /* microsecond */
21459@};
21460@end smallexample
21461
21462The integral datatypes are conforming to the definitions given in the
21463approriate section (see @ref{Integral datatypes}, for details) so this
21464structure is of size 8 bytes.
21465
21466@node Constants
21467@subsection Constants
21468@cindex constants, in file-i/o protocol
21469
21470The following values are used for the constants inside of the
21471protocol. @value{GDBN} and target are resposible to translate these
21472values before and after the call as needed.
21473
21474@menu
21475* Open flags::
21476* mode_t values::
21477* Errno values::
21478* Lseek flags::
21479* Limits::
21480@end menu
21481
21482@node Open flags
21483@unnumberedsubsubsec Open flags
21484@cindex open flags, in file-i/o protocol
21485
21486All values are given in hexadecimal representation.
21487
21488@smallexample
21489 O_RDONLY 0x0
21490 O_WRONLY 0x1
21491 O_RDWR 0x2
21492 O_APPEND 0x8
21493 O_CREAT 0x200
21494 O_TRUNC 0x400
21495 O_EXCL 0x800
21496@end smallexample
21497
21498@node mode_t values
21499@unnumberedsubsubsec mode_t values
21500@cindex mode_t values, in file-i/o protocol
21501
21502All values are given in octal representation.
21503
21504@smallexample
21505 S_IFREG 0100000
21506 S_IFDIR 040000
21507 S_IRUSR 0400
21508 S_IWUSR 0200
21509 S_IXUSR 0100
21510 S_IRGRP 040
21511 S_IWGRP 020
21512 S_IXGRP 010
21513 S_IROTH 04
21514 S_IWOTH 02
21515 S_IXOTH 01
21516@end smallexample
21517
21518@node Errno values
21519@unnumberedsubsubsec Errno values
21520@cindex errno values, in file-i/o protocol
21521
21522All values are given in decimal representation.
21523
21524@smallexample
21525 EPERM 1
21526 ENOENT 2
21527 EINTR 4
21528 EBADF 9
21529 EACCES 13
21530 EFAULT 14
21531 EBUSY 16
21532 EEXIST 17
21533 ENODEV 19
21534 ENOTDIR 20
21535 EISDIR 21
21536 EINVAL 22
21537 ENFILE 23
21538 EMFILE 24
21539 EFBIG 27
21540 ENOSPC 28
21541 ESPIPE 29
21542 EROFS 30
21543 ENAMETOOLONG 91
21544 EUNKNOWN 9999
21545@end smallexample
21546
21547 EUNKNOWN is used as a fallback error value if a host system returns
21548 any error value not in the list of supported error numbers.
21549
21550@node Lseek flags
21551@unnumberedsubsubsec Lseek flags
21552@cindex lseek flags, in file-i/o protocol
21553
21554@smallexample
21555 SEEK_SET 0
21556 SEEK_CUR 1
21557 SEEK_END 2
21558@end smallexample
21559
21560@node Limits
21561@unnumberedsubsubsec Limits
21562@cindex limits, in file-i/o protocol
21563
21564All values are given in decimal representation.
21565
21566@smallexample
21567 INT_MIN -2147483648
21568 INT_MAX 2147483647
21569 UINT_MAX 4294967295
21570 LONG_MIN -9223372036854775808
21571 LONG_MAX 9223372036854775807
21572 ULONG_MAX 18446744073709551615
21573@end smallexample
21574
21575@node File-I/O Examples
21576@subsection File-I/O Examples
21577@cindex file-i/o examples
21578
21579Example sequence of a write call, file descriptor 3, buffer is at target
21580address 0x1234, 6 bytes should be written:
21581
21582@smallexample
21583<- @code{Fwrite,3,1234,6}
21584@emph{request memory read from target}
21585-> @code{m1234,6}
21586<- XXXXXX
21587@emph{return "6 bytes written"}
21588-> @code{F6}
21589@end smallexample
21590
21591Example sequence of a read call, file descriptor 3, buffer is at target
21592address 0x1234, 6 bytes should be read:
21593
21594@smallexample
21595<- @code{Fread,3,1234,6}
21596@emph{request memory write to target}
21597-> @code{X1234,6:XXXXXX}
21598@emph{return "6 bytes read"}
21599-> @code{F6}
21600@end smallexample
21601
21602Example sequence of a read call, call fails on the host due to invalid
21603file descriptor (EBADF):
21604
21605@smallexample
21606<- @code{Fread,3,1234,6}
21607-> @code{F-1,9}
21608@end smallexample
21609
21610Example sequence of a read call, user presses Ctrl-C before syscall on
21611host is called:
21612
21613@smallexample
21614<- @code{Fread,3,1234,6}
21615-> @code{F-1,4,C}
21616<- @code{T02}
21617@end smallexample
21618
21619Example sequence of a read call, user presses Ctrl-C after syscall on
21620host is called:
21621
21622@smallexample
21623<- @code{Fread,3,1234,6}
21624-> @code{X1234,6:XXXXXX}
21625<- @code{T02}
21626@end smallexample
21627
f418dd93
DJ
21628@include agentexpr.texi
21629
aab4e0ec 21630@include gpl.texi
eb12ee30 21631
6826cf00
EZ
21632@include fdl.texi
21633
6d2ebf8b 21634@node Index
c906108c
SS
21635@unnumbered Index
21636
21637@printindex cp
21638
21639@tex
21640% I think something like @colophon should be in texinfo. In the
21641% meantime:
21642\long\def\colophon{\hbox to0pt{}\vfill
21643\centerline{The body of this manual is set in}
21644\centerline{\fontname\tenrm,}
21645\centerline{with headings in {\bf\fontname\tenbf}}
21646\centerline{and examples in {\tt\fontname\tentt}.}
21647\centerline{{\it\fontname\tenit\/},}
21648\centerline{{\bf\fontname\tenbf}, and}
21649\centerline{{\sl\fontname\tensl\/}}
21650\centerline{are used for emphasis.}\vfill}
21651\page\colophon
21652% Blame: doc@cygnus.com, 1991.
21653@end tex
21654
c906108c 21655@bye
This page took 1.703748 seconds and 4 git commands to generate.